Index: MOUSE-3025-1011-M30-PB(1).pdf
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: MOUSE-3025-1011-M30-PB(1).pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: a.bat
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/a.bat	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/a.bat	(working copy)
@@ -0,0 +1,10 @@
+e pu
+e 8043 00
+
+e hu output/romcode.rom 3800
+e ku
+e pu
+e hu output/ramcode.rom 0
+e pu
+e su output/sched.rom
+e cu
\ No newline at end of file
Index: do.bat
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/do.bat	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/do.bat	(working copy)
@@ -0,0 +1,88 @@
+@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
+@set eeprom_fill=0
+@set sched_optimize=1
+@set device_option=basic_mouse_24g
+@rem set device_option=basic_mouse_24g_ble
+@rem set device_option=enhanced_mouse_24g
+@rem set device_option=enhanced_mouse_24g_ble
+@echo off
+
+setlocal enabledelayedexpansion
+for %%f in (program\ble_protocol_stack\*.prog) do @set progs=!progs! %%f
+for %%f in (program\g24_protocol_stack\*.prog) do @set progs=!progs! %%f
+for %%f in (program\app_light\remoter\*.prog) do @set light_progs=!light_progs! %%f
+for %%f in (program\app_light\fan\*.prog) do @set light_progs=!light_progs! %%f
+for %%f in (program\app_light\common\*.prog) do @set light_progs=!light_progs! %%f
+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% %light_progs% > output\bt_program23.meta
+
+for %%f in (format\ble_protocol_stack\*.format) do set fmts=!fmts! %%f
+for %%f in (format\g24_protocol_stack\*.format) do set fmts=!fmts! %%f
+for %%f in (format\app_light_format\*.format) do set fmts=!fmts! %%f
+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/memalloc.pl output/bt_format.meta
+
+perl util/mergepatch.pl 
+
+if "%device_option%" equ "basic_mouse_24g" (
+  copy sched\1306.dat + sched\mouse_basic.dat output\sched.rom
+) else if "%device_option%" equ "basic_mouse_24g_ble" (
+  copy sched\1306.dat + sched\mouse_basic.dat + sched\ble.dat output\sched.rom
+) else if "%device_option%" equ "enhanced_mouse_24g" (
+  copy sched\1306.dat + sched\mouse_enhanced.dat output\sched.rom
+) else if "%device_option%" equ "enhanced_mouse_24g_ble" (
+  copy sched\1306.dat + sched\mouse_enhanced.dat + sched\ble.dat output\sched.rom
+) else (
+
+cd ..
+echo **********************************
+echo Error: illegal device_option !
+echo **********************************
+goto end
+) 
+
+
+
+cd output
+osiuasm bt_program23 -O-W
+
+
+if "%sched_optimize%" equ "1" (
+echo ***********optimizing sched begin***********
+perl ../util/deletenote.pl ../output/sched.rom
+perl ../util/transform_name2addr.pl ../output\sched.rom ../output/sched.rom ../output/memmap.format
+perl ../util/sortsched.pl ../output/sched.rom ../output/sched.rom
+)
+
+
+geneep -n 
+::geneep -n -k key.dat
+
+
+if "%eeprom_fill%" equ "1" (
+echo ***********filling eeprom begin***********
+cd ..\output
+copy eeprom.dat ..\util\eeprom.dat
+cd ..\util
+eeprom2fulleeprom.exe eeprom.dat 64>compare2.dat
+crc16.exe compare2.dat 2 >..\output\eeprom.dat
+del eeprom.dat
+del compare2.dat
+cd ..\output
+copy eeprom.dat ..\output\flash.dat 
+)
+
+
+echo ***********generating authrom begin***********
+perl ../util/mergepatch.pl mouse_ble_att_list usb_kbdata_vendor_define usb_kbdata usb_msdata usb_devicedata usb_confdata  ble_shutter_dy_gatt_list  ble_shutter_dy_mousekey_value_list frmt_xbox
+perl ../util/romcrc.pl romcode.rom
+
+
+:end
+
Index: eotp.bat
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/eotp.bat	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/eotp.bat	(working copy)
@@ -0,0 +1,6 @@
+call do eep
+e pu
+e 8043 00
+e otp output/eeprom.dat 0
+e otr 0 20
+e ku
Index: format/app.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/app.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/app.format	(working copy)
@@ -0,0 +1,318 @@
+
+memalloc(
+
+/* load code */
+1 mem_ucode_device_flag
+1 mem_peripheral_lock_flag
+1 mem_ucode_status
+1 mem_spid_tbuf				/* spid buf: 03 addr[23:16] addr[15:8] addr[7:0] */
+0 mem_iicd_tbuf				/* iicd buf: iic_adr addr[15:8] addr[7:0] iic_adr */
+1 mem_addr_hi
+1 mem_addr_mi
+1 mem_addr_lo
+1 mem_iicd_addr
+4 mem_spid_rbuf
+2 mem_ucode_buf
+2 mem_ucode_len
+2 mem_sched_addr
+2 mem_ucode_ptr
+16 mem_ucode_keybuf
+
+1 mem_app_evt_timer_count
+1 mem_load_delay
+1 mem_load_check_sum
+)
+
+xmemalloc(
+
+/*App Callback Functons*/
+2 mem_cb_check_wakelock
+2 mem_cb_before_hibernate
+2 mem_cb_before_lpm
+2 mem_cb_le_process
+2 mem_cb_idle_process
+2 mem_cb_bb_event_process
+2 mem_cb_att_write
+2 mem_cb_ble_transmit
+2 mem_cb_event_timer
+2 mem_cb_bt_set_mult
+2 mem_cb_spi_flash_write_complate
+2 mem_cb_before_lpm_sleep
+
+2 mem_eeprom_base
+
+//lpm mode
+1 mem_wake_up_delay_timer
+
+1 mem_app_connection_options
+
+//
+2 mem_app_disconn_reason
+2 mem_app_disconn_reason_flag
+1 mem_xrecord_mode
+
+1 mem_eeprom_block_size
+1 mem_spi_init_clk
+1 mem_spi_init_delay_time
+1 mem_spi_ncs_gpio
+
+2 mem_nv_data_ptr
+1 mem_nv_data_number
+
+2 mem_queue_ptr
+
+
+//adc
+4 mem_gpio_h_k19_b13
+4 mem_gpio_l_k19_b13
+4 mem_hvin_k19_b13
+1 mem_app_adc_read_count
+1 mem_start_adc_clkn
+2 mem_adc_delay
+1 mem_adc_config_flag
+1 mem_adc_channel
+2 mem_adc_current_value
+1 mem_adc_power_flag	//bit0:low power falg ; bit1:no power flag
+
+3 mem_spi_write_addr
+2 mem_spi_write_ptr
+2 mem_spi_write_len
+1 mem_spi_write_flash_sm
+
+
+1 mem_spi_cs_gpio
+1 mem_spi_si_gpio
+1 mem_spi_so_gpio
+1 mem_spi_sclk_gpio
+1 mem_spi_wp_gpio
+1 mem_spi_hold_gpio
+
+
+1 mem_eeprom_wp_gpio
+1 mem_eeprom_scl_gpio
+1 mem_eeprom_sda_gpio
+2 mem_kscan_ptr
+0 mem_key_num_ptr
+2 mem_keyscan_ptr
+2 mem_key_value_retention
+2 mem_power_param_ptr
+3 mem_efuse_header
+
+1 mem_seqi
+1 mem_set_cdb_on
+1 mem_syn_cal_ctrl
+
+1 mem_dig_aon_vsel
+1 mem_syn_afc_cfg1
+1 mem_rf_ldo_cfg1
+1 mem_rc_cal
+
+1 mem_nec_decode_error_value
+
+ifdef AC_50HZ
+1 mem_ac_detect_gpio
+0 mem_ac_detect_control
+1 mem_ac_detect_div
+1 mem_ac_detect_window
+endif
+
+1 mem_wdt_always_work
+
+1 mem_power_ctrl_disable
+)
+//adc read
+(
+1 ADC_CONFIG_HVIN
+3 ADC_CONFIG_GPIO_L
+4 ADC_CONFIG_GPIO_H
+)
+
+(
+34 NV_DATA_LEN
+-1 DECREASED_ONE
+)
+
+(
+0 QUEUE_OFFSET_EACH_SIZE
+1 QUEUE_OFFSET_LENGTH
+2 QUEUE_OFFSET_CURR_NUM
+3 QUEUE_OFFSET_READ_PTR
+4 QUEUE_OFFSET_WRITE_PTR
+5 QUEUE_OFFSET_ELE_INIT_ADDR
+)
+(
+//Flash Register
+0x05 FLASH_READ_SATUS
+
+// Flash Status Register
+0x00 FLASH_STATUS_WIP
+0X01 FLASH_STATUS_WEL
+0X02 FLASH_STATUS_BP0
+0X03 FLASH_STATUS_BP1
+
+//Flash Write Sm
+0X00 FLASH_SM_NO_BUYS
+0X01 FLASH_SM_START
+0X02 FLASH_SM_ERASE_SECTOR
+0X03 FLASH_SM_WAIT_ERASE_SECTOR
+0X04 FLASH_SM_WRITE_DATA
+0X05 FLASH_SM_WAIT_WRITE_DATA
+
+
+//Flash Command
+0x02 FLASH_COMMAND_WRITE_DATA
+0x03 FLASH_COMMAND_READ_DATA
+0x06 FLASH_COMMAND_WRITE_ENABLE
+0x20 FLASH_COMMAND_SECTOR_ERASE
+0xAB FLASH_COMMAND_RELEASE_FROM_POWERDOWN
+0xB9 FLASH_COMMAND_POWERDOWN
+
+)
+
+
+(
+3 OTP_UFLAG_AES
+2 OTP_UFLAG_SKIP_EEP
+1 OTP_UFLAG_SKIP_FLASH
+0 OTP_UFLAG_HCI
+)
+
+//OTP
+(
+0 OTP_OFFSET_UCODE_FLAG
+
+0x7d0 OTP_OFFSET_DEVICE_FLAG  
+0x7d1 OTP_OFFSET_PERIPHERALS_LOCK
+0x7d2 OTP_OFFSET_APP_VDD_SEL
+0x7d3 OTP_OFFSET_LOADCODE_DELAY
+0x7d4 OTP_OFFSET_LOADCODE_CHECKSUM
+
+0x7e0 OTP_OFFSET_ADC_PARAM
+0x7f0 OTP_OFFSET_UCODE_KEY
+)
+
+
+(
+//OTP_OFFSET_PERIPHERALS_LOCK
+0 OTP_SPI_LOCK_BIT
+2 OTP_UART_LOCK_BIT
+4 OTP_IIC_LOCK_BIT
+)
+
+
+
+/*mem_device_option*/
+(
+4 dvc_op_dongle
+5 dvc_op_test
+7 dvc_op_mouse_24g
+8 dvc_op_mouse
+9 dvc_op_shutter
+0x0a dvc_op_shutter_dy
+0x0b dvc_op_light
+0x0c dvc_op_car
+0x0f dvc_op_car_lock_app_and_ble
+   
+)
+
+
+(
+7 gpio_active_bit
+)
+
+(
+5 LPM_WAKE_UP_DELAY_TIMER
+)
+
+
+//mem_app_disconn_reason
+//mem_app_disconn_reason_flag
+//bit map
+(
+2 APP_DISC_RSN_SIZE
+)
+
+(
+0 APP_DISC_BY_BUTTON
+7 APP_DISC_BLE
+)
+
+//eeprom init flag
+(
+0xaa55 EEPROM_INIT_FLAG
+)
+
+(
+1 KEY_CONF_STRUCT_LEN
+0 KEY_PIN_OFFSET
+)
+
+(
+12000000 PWM_12MHZ
+24000000 PWM_24MHZ
+33000 PWM_33KHZ
+)
+(
+0 POWER_OFF
+1 POWER_STARTING
+2 POWER_STANDBY
+)
+//power parameter offset(8 byte)
+(
+0 power_state_offset
+1 power_timer_offset
+2 power_off_timeout_offset
+3 power_starting_timeout_offset
+4 power_off_cb_offset
+6 power_starting_cb_offset
+8 power_standby_cb_offset
+10 ui_butten_up_cb_offset
+)
+
+//auth rom address
+(
+0x9000 MOUSE_BLE_ATT_LIST_ADDR
+0x9272 USB_KBDATA_VENDOR_DEFINE_ADDR
+0x928d USB_KBDATA_ADDR
+0x92cd USB_MSDATA_ADDR
+0x9371 USB_DEVICEDATA_ADDR
+0x9384 USB_CONFDATA_ADDR
+0x93c0 BLE_SHUTTER_DY_GATT_LIST_ADDR
+0x9535 BLE_SHUTTER_DY_MOUSEKEY_VALUE_LIST_ADDR
+0x97b5 FRMT_XBOX_ADDR
+0x97fc mem_sim_slave
+)
+
+(//NEC 61212
+9000 NEC61212_BOOT_CODE_START_TIME
+4500 NEC61212_BOOT_CODE_END_TIME
+
+9000 NEC61212_REPEAT_START_TIME
+2250 NEC61212_REPEAT_END_TIME
+
+560 NEC61212_DATA_BIT_1_START_TIME
+1690 NEC61212_DATA_BIT_1_END_TIME
+
+560 NEC61212_DATA_BIT_0_START_TIME
+560 NEC61212_DATA_BIT_0_END_TIME
+
+560 NEC61212_STOP_TIME
+
+42580 NEC61212_DATA2REPEAT_TIME
+98190 NEC61212_REPEAT2REPEAT_TIME
+
+0xffff NEC61212_TIMEOUT_TIME
+)
+
+
+(
+0 ADC_GPIO_4
+1 ADC_GPIO_5
+2 ADC_GPIO_6
+3 ADC_GPIO_7
+4 ADC_GPIO_9
+5 ADC_GPIO_10
+6 ADC_GPIO_11
+7 ADC_GPIO_12
+)
+
Index: format/app_car.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/app_car.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/app_car.format	(working copy)
@@ -0,0 +1,335 @@
+
+
+xmemalloc g24_rx_car(
+1 mem_car_hard_soft_switch
+1 mem_car_queue_each_size
+1 mem_car__queue_length
+
+1 mem_car_queue_curr_num
+1 mem_car_queue_read_ptr
+1 mem_car_queue_write_ptr
+120 mem_car_queue_ele
+
+20 mem_car_pop_queue_buff
+
+1 mem_car_led_num
+10 mem_car_led_map
+
+1 mem_car_style1_led_type
+1 mem_car_style1_blink_count
+1 mem_car_style1_struct_led_gpio
+2 mem_car_style1_on_time
+2 mem_car_style1_off_time
+2 mem_car_style1_cb_ledon
+2 mem_car_style1_cb_ledoff
+
+1 mem_car_style2_led_type
+1 mem_car_style2_blink_count
+1 mem_car_style2_struct_led_gpio
+2 mem_car_style2_on_time
+2 mem_car_style2_off_time
+2 mem_car_style2_cb_ledon
+2 mem_car_style2_cb_ledoff
+
+//////motor
+0 mem_le_receive_data
+2 mem_le_receive_packet_head
+1 mem_le_receive_cmd
+2 mem_le_receive_length
+10 mem_le_receive_payload
+1 mem_le_receive_checksum
+1 mem_motor1_status
+1 mem_motor1_speed
+1 mem_motor2_status
+1 mem_motor2_speed
+1 mem_motor3_status
+1 mem_motor3_speed
+
+0 mem_motor1_pwm_set
+1 mem_motor1_pwm_pin1_set
+1 mem_motor1_pwm_pin2_set
+1 mem_motor1_pwm_pin_set
+1 mem_motor1_pwm_channel_set
+3 mem_motor1_pwm_freq_set
+1 mem_motor1_pwm_dute_set
+0 mem_motor2_pwm_set
+1 mem_motor2_pwm_pin1_set
+1 mem_motor2_pwm_pin2_set
+1 mem_motor2_pwm_pin_set
+1 mem_motor2_pwm_channel_set
+3 mem_motor2_pwm_freq_set
+1 mem_motor2_pwm_dute_set
+0 mem_motor3_pwm_set
+1 mem_motor3_pwm_pin1_set
+1 mem_motor3_pwm_pin2_set
+1 mem_motor3_pwm_pin_set
+1 mem_motor3_pwm_channel_set
+3 mem_motor3_pwm_freq_set
+1 mem_motor3_pwm_dute_set
+
+1 mem_motor_select_p_n
+1 mem_car_motor_status
+1 mem_car_motor_speed
+0 mem_motor_pwm_set
+1 mem_motor_pwm_pin1_set
+1 mem_motor_pwm_pin2_set
+1 mem_motor_pwm_pin_set
+1 mem_motor_pwm_channel_set
+3 mem_motor_pwm_freq_set
+1 mem_motor_pwm_dute_set
+
+1 mem_ir_rx_gpio
+2 mem_ir_data
+2 mem_ir_rx_buf
+4 mem_ir_receive_clkn
+
+3 mem_ir_notify_data
+5 mem_ir_notify_data_head
+2 mem_ir_notify_data_payload
+1 mem_ir_notify_data_check_sum
+1 mem_car_ir_breakdown_check_timer
+1 mem_car_ir_breakdown_flag
+
+0 mem_car_led_control
+1 mem_car_led1_status
+1 mem_car_led2_status
+1 mem_car_led3_status
+1 mem_car_led4_status
+1 mem_car_led5_status
+1 mem_car_led6_status
+1 mem_car_led7_status
+1 mem_car_led8_status
+1 mem_car_led_control_timer
+1 mem_car_led_blink_status
+1 mem_car_led_no
+
+3 mem_car_info_request
+5 mem_car_info_request_head
+8 mem_car_info_request_payload
+1 mem_car_info_request_checksum
+
+0 mem_car_config_param
+1 mem_car_config_setting_flag
+1 mem_car_config_device_select
+1 mem_car_config_motor_layout
+1 mem_car_config_ir_enable
+1 mem_car_config_ir_rx_gpio
+1 mem_car_config_pairing_led_conn_status
+1 mem_car_config_pairing_led_gpio
+1 mem_car_config_led_num
+0 mem_car_config_blood_led_gpio
+1 mem_car_config_blood_led1_gpio
+1 mem_car_config_blood_led2_gpio
+1 mem_car_config_blood_led3_gpio
+1 mem_car_config_blood_led4_gpio
+1 mem_car_config_blood_led5_gpio
+1 mem_car_config_blood_led6_gpio
+1 mem_car_config_blood_led7_gpio
+1 mem_car_config_blood_led8_gpio
+1 mem_car_config_bat_notify_enable
+1 mem_car_config_low_voltage_led_gpio
+1 mem_car_config_low_voltage_percent
+1 mem_car_config_soft_switch_enable
+1 mem_car_config_soft_switch_gpio
+
+1 mem_car_notify_vdd_count
+1 mem_car_notify_vdd_timer
+1 mem_car_notify_vdd_value_last
+1 mem_car_notify_vdd_percent
+1 mem_car_working_flag
+1 mem_low_bat_flag
+
+3 mem_notify_bat_packet
+5 mem_notify_bat_head
+1 mem_notify_bat_payload
+1 mem_notify_bat_check_sum
+
+1 mem_vdd_notify_flag
+2 mem_car_current_vdd_value_temp
+2 mem_car_last_vdd_value
+
+0 mem_vdd_calculate_set
+2 mem_vdd_full_vol
+2 mem_vdd_empty_vol
+2 mem_vdd_low_vol
+2 mem_vdd_now_vol
+
+
+1 mem_car_24g_status
+2 mem_car_24g_no_data_timeout_count
+2 mem_car_24g_no_data_timeout_timer
+
+1 mem_car_24g_ir_receive_attack_count
+1 mem_car_24g_go_die_flag
+1 mem_car_attack_shake_timer
+1 mem_car_attack_shake_flag
+
+0 mem_car_soft_power
+1 mem_car_power_state
+1 mem_car_power_timer
+1 mem_car_power_off_timeout
+1 mem_car_power_starting_timeout
+2 mem_car_power_off_cb
+2 mem_car_power_starting_cb
+2 mem_car_power_standby_cb
+2 mem_car_ui_button_up_cb
+
+
+500 mem_car_le_att_list
+
+1 mem_car_moto1_blank_timer
+1 mem_car_moto2_blank_timer
+1 mem_car_moto3_blank_timer
+
+1 mem_car_motor_gpio_num
+0 mem_car_motor_gpio_map
+1 mem_car_motor_left_gpio
+1 mem_car_motor_right_gpio
+1 mem_car_motor_front_gpio
+1 mem_car_motor_back_gpio
+1 mem_car_gpio
+1 mem_car_app_send_speed
+
+2 mem_rssi_sum
+2 mem_check_rssi_high_count
+8 mem_rssi_data
+
+1 mem_car_24g_received_pac
+1 mem_car_24g_bind_enable_delay_count
+
+0 mem_car_keyscan
+1 mem_car_key_num
+2 mem_cb_car_keyscan
+
+2 mem_car_enter_lpm_timer_count
+2 mem_car_enter_lpm_timer
+1 mem_car_enter_lpm_flag
+
+1 mem_car_24g_ch_polling
+
+8 mem_car_rssi_noise_buffer
+8 mem_car_rssi_noise_car_buffer
+8 mem_car_rssi_noise_remote_buffer
+
+
+4 mem_car_24g_commom_addr
+4 mem_car_24g_commom_addr_temp
+4 mem_car_24g_commom_addr_read
+1 mem_car_save_addr_flag
+400 mem_ble_att_list
+)
+
+(
+//20ms
+0x0020	FAST_ADV_INTERVAL_VALUE_CAR
+)
+
+(
+0x19 ATT_CAR_CONTROL_HANDLE
+0x19 ATT_SPEED_SET_HANDLE
+)
+
+
+(
+0 TURN_FRONT
+1 TURN_LEFT
+2 TURN_RIGHT
+0 MOTOR_STOP
+1 GO_FRONT
+2 GO_BACK
+0x6b5a LE_RECEIVE_PACKET_HEAD
+)
+
+(
+0 FLAG_IR_DISABLE
+1 FLAG_IR_ENABLE
+)
+
+(
+0 DEVICE_CAR
+1 DEVICE_TANK
+2 DEVICE_BATTLE_CAR
+3 DEVICE_BATTLE_TANK
+4 DEVICE_REMOTE
+)
+
+(
+0 F_B_MOTOR
+1 L_R_MOTOR
+2 F_B_BATTERY
+3 L_R_BATTERY
+)
+
+(
+0 CAR_WORK	   		//connect mode normal
+1 CAR_BIND			//code pair mode
+2 CAR_TEST			//test mode
+3 CAR_CODE			//PC_application
+4 CAR_PCBA			//PCBA_TEST
+5 CAR_DEBUG
+6 CAR_MODE_MAX
+7 CAR_SEARCH
+)
+
+(
+1 SPEED_LEVEL_1
+2 SPEED_LEVEL_2
+3 SPEED_LEVEL_3
+4 SPEED_LEVEL_4
+5 SPEED_LEVEL_5
+6 SPEED_LEVEL_6
+7 SPEED_LEVEL_7
+8 SPEED_LEVEL_8
+9 SPEED_LEVEL_9
+10 SPEED_LEVEL_10
+)
+
+(
+0 PWM0_DUTY_SETTING
+1 PWM1_DUTY_SETTING
+2 PWM2_DUTY_SETTING
+)
+
+(
+1 CAR_CMD_BATTERY
+2 CAR_CMD_OLD_CAR_CONTROL
+3 CAR_CMD_OLD_SPEED_CONTROL
+4 CAR_CMD_L_R_MOTOR_CONTROL
+5 CAR_CMD_F_B_MOTOR_CONTROL
+6 CAR_CMD_IR_CONTROL
+7 CAR_CMD_LED_CONTROL
+8 CAR_CMD_DEVICE_INFO
+)
+
+(
+0 CAR_REMOTE_CHECK_BUTTON
+1 CAR_REMOTE_CHECK_ROCKER
+)
+
+(
+0x11 CAR_NOTIFY_HANDLE
+)
+
+(
+0 LED_OFF
+1 LED_ON
+2 LED_BLINK
+0xFF LED_INVALID
+)
+
+(
+0xFF INVALID_PIN_NUM
+)
+
+
+(
+0 POWER_ON
+1 WORK_PAIRED
+2 WORK_SEARCH
+)
+
+(
+0x700 OTP_OFFSET_CAR_COMMOM_START_ADDR 
+0x7cc OTP_OFFSET_CAR_COMMOM_END_ADDR 
+)
+
Index: format/app_dongle.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/app_dongle.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/app_dongle.format	(working copy)
@@ -0,0 +1,132 @@
+
+memalloc usb_dongle(
+256 mem_dg_rssi_noise_buffer
+256 mem_dg_rssi_noise_dg_buffer
+256 mem_dg_rssi_noise_ms_buffer
+256 mem_dg_rssi_noise_kb_buffer
+
+)
+
+
+xmemalloc g24_rx_dongle(
+1 mem_dg_kb_bind_flag
+8 mem_dg_kb_data_sta_data
+8 mem_dg_kb_data_last_data
+3 mem_dg_kb_multikey_sta_data
+3 mem_dg_kb_multikey_last_data
+3 mem_dg_kb_system_sta_data
+3 mem_dg_kb_system_last_data
+1 mem_dg_kb_blank_data_enable
+1 mem_dg_kb_mul_blank_data_enable
+1 mem_dg_ms_blank_data_enable
+
+1 mem_dg_sys_config
+9 mem_dg_usb_vid_pid
+1 mem_dg_usb_tx_interval
+30 mem_dg_usb_device_name
+1 mem_dg_kb_bind_success
+1 mem_dg_pc_sleep_flag
+1 mem_dg_usb_device_iserial_number
+1 mem_dg_24g_tx_power_default
+)
+
+
+//otp address offset
+(
+0x5A DONGLE_KB_BIND_SUCCESS
+0x1fdf DONGLE_KB_BIND_EFUSE_OFFECT
+)
+
+(
+5 WORK_MODE_DELAY
+7 BIND_MODE_DELAY
+)
+
+(
+0 DONGLE_WORK	   		//connect mode normal
+1 DONGLE_BIND			//code pair mode
+2 DONGLE_TEST			//test mode
+3 DONGLE_CODE			//PC_application
+4 DONGLE_PCBA			//PCBA_TEST
+5 DONGLE_DEBUG
+6 DONGLE_MODE_MAX
+7 DONGLE_SEARCH
+0 CLEAR_INIT
+)
+
+
+(
+0xa0 COMMAND_MODE     //BYTE 0
+0x81 COM_MODE_BIND	//BYTE 1
+0x82 COM_MODE_TEST	//BYTE 1
+)
+(
+0xa1 COMMAND_BIND		//BYTE 0
+0x01 COM_BIND_GET		//1
+0x84 COM_BIND_EXIT		//1
+0xa7 COM_READ_MODE		//1
+)
+(
+0xa2 COMMAND_TEST	//BYTE 0
+0x81 COM_TEST_SC		//	进入单载波
+0x82 COM_TEST_CD		// fcc测试
+0x83 COM_TEST_DAT		// 数据测试
+0x84 COM_TEST_LOW_CH  //低频点
+0x85 COM_TEST_MID_CH	//中频点
+0x86 COM_TEST_HIG_CH	//高频点
+0x87 COM_TEST_SW_HIG	//自动切换频点为高 1mhz
+0x88 COIM_TEST_SW_LOW	//自动切换频点为低 1mhz
+0x89 COM_TEST_SW_STOP	//停止自动切换频点
+0x8a COM_TEST_POW_5		//设置输出功率5dbm
+0x8b COM_TEST_POW_0		//0dbm
+0x8c COM_TEST_POW_N5		//-5dbm
+0x8d COM_TEST_POW_N10		//-10dbm
+0x8e COM_TEST_EXIT			//退出测试模式
+)
+(
+0xa6 COMMAND_CURRENT_PROJECT
+0xa7 COMMAND_CURRENT_MODE
+0xa9 COMMAND_CURRENT_FW_VERSION
+0xb0 COMMAND_USER_DEFINED		//user defined cmd
+)
+
+(
+0x15 PRODUCT_ID
+0 FW_VERSION0
+0 FW_VERSION1
+1 FW_VERSION2
+7 FW_VERSION3
+)
+
+(
+640 TIMER_NODATA_DELAY	//200ms
+
+384 TIMER_MS_BLANK_DELAY
+
+384 TIMER_KB_MUL_BLANK_DELAY
+
+384 TIMER_KB_BLANK_DELAY
+)
+
+(
+0 KB_NORMAL_REPORT_ID
+1 MS_REPORT_ID
+2 KB_SYSTEM_CONCTRL_REPORT_ID
+3 KB_MULTIKEY_REPORT_ID
+)
+
+
+(
+0x01 BIND_ACKPAYLOAD
+0x03 KB_LED_ACKPAYLOAD
+)
+
+//mem_dg_sys_config
+(
+7 DG_ENABLE_XTAL_24M
+6 DG_ENABLE_NEW_CHMAP
+5 DG_ENABLE_EEPROM
+4 DG_ENABLE_KB_ICON
+3 DG_ENABLE_24G_2M
+)
+
Index: format/app_light_format/dflp_mmap.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/app_light_format/dflp_mmap.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/app_light_format/dflp_mmap.format	(working copy)
@@ -0,0 +1,186 @@
+
+
+xmemalloc ftd_rlmp_dflp(
+	//value load from otp
+	0 mem_ftd_fan_cfg_catch
+	1 mem_fan_protocol_select_flag
+	1 mem_fan_tx_pin
+	1 mem_fan_yc_identify_flag
+	1 mem_customer_id
+	1 mem_customer_id_v2
+	1 mem_id_universal
+	1 mem_manufacture_id_temp
+	1 mem_light_device_flag
+	1 mem_ble_ch_mapped
+
+	
+	//base value
+	2 mem_ble_v2_decoder
+	1 mem_light_speed_temp
+	1 mem_light_blink_count
+	2 mem_pairing_timeout
+	1 mem_light_pairing_enable
+	1 mem_light_last_packetnum
+	6 mem_yc_fan_ble_addr
+	6 mem_recv_addr
+
+	//for 433 trans code
+	2 mem_fan_tx_bits_loop
+	1 mem_fan_opcode
+	1 mem_fan_tx_cnt
+	8 mem_fan_433code_packet   //预留8字节
+	2 mem_fan_tx_loop
+	2 mem_fan_tx_loop2
+	1 mem_fan_433_opcode
+	1 mem_fan_tx_gpio
+	2 mem_fan_tx_gpio_reg
+
+	2 mem_433_tx_cb
+	2 mem_fan_packet_indiscriminate_cb
+
+	
+	//v1 v2 
+	0 mem_ble_parameter
+	2 mem_ble_parameter_cmd
+	4 mem_ble_parameter_para
+	2 mem_ble_parameter_addr
+	1 mem_ble_parameter_group
+	3 mem_fan_addr_433
+
+	
+)
+
+memalloc ftd_rlmp_dflp(
+	0 mem_base_start
+	
+	0 mem_flash_paired_addr_base
+	2 mem_flash_paired_addr0
+	1 mem_flash_paired_addr0_group
+	2 mem_flash_paired_addr1
+	1 mem_flash_paired_addr1_group
+	2 mem_flash_paired_addr2
+	1 mem_flash_paired_addr2_group
+	2 mem_flash_paired_addr3
+	1 mem_flash_paired_addr3_group
+	2 mem_flash_paired_addr4
+	1 mem_flash_paired_addr4_group
+	2 mem_flash_paired_addr5
+	1 mem_flash_paired_addr5_group
+	2 mem_flash_paired_addr6
+	1 mem_flash_paired_addr6_group
+	2 mem_flash_paired_addr7
+	1 mem_flash_paired_addr7_group
+	2 mem_flash_paired_addr8
+	1 mem_flash_paired_addr8_group
+	2 mem_flash_paired_addr9
+	1 mem_flash_paired_addr9_group
+
+	0 mem_msg_cnt_base
+	1 mem_addr0_msg_cnt
+	1 mem_addr1_msg_cnt
+	1 mem_addr2_msg_cnt
+	1 mem_addr3_msg_cnt
+	1 mem_addr4_msg_cnt
+	1 mem_addr5_msg_cnt
+	1 mem_addr6_msg_cnt
+	1 mem_addr7_msg_cnt
+	1 mem_addr8_msg_cnt
+	1 mem_addr9_msg_cnt
+	1 mem_msg_cnt_base1
+	
+	1 mem_msg_addr_save
+	30 mem_msg_before_queue
+	3 mem_count_and_random
+	1 mem_msg_cnt_judgment_window_time
+	1 mem_msg_judgment_window_time
+
+	0 mem_base_end
+
+)
+
+(
+// FET2 433 cmd code
+
+
+	0x06 FAN_433_MASTER_ON_AND_OFF
+	0x10 FAN_433_TAP_POSOTION_1
+	0X12 FAN_433_TAP_POSOTION_2
+	0X1C FAN_433_TAP_POSOTION_3
+	0X0A FAN_433_TAP_POSOTION_4
+	0X0F FAN_433_TAP_POSOTION_5
+	0X0C FAN_433_TAP_POSOTION_6
+	0X16 FAN_433_TAP_POSOTION_0
+	0X17 FAN_433_FAN_SPEED_INC
+	0X1B FAN_433_FAN_SPEED_DEC
+	0X15 FAN_433_NATURAL_WIND
+	0X03 FAN_433_PAIRING
+	0X04 FAN_433_TURNIING_FORWARD
+	0X11 FAN_433_TURNING_REVERSE
+	0x07 FAN_433_WIND_REVERSE
+	0x02 FAN_433_TIMING_TO_OFF_1HOUR
+	0X09 FAN_433_TIMING_TO_OFF_2HOUR
+	0X19 FAN_433_TIMING_TO_OFF_4HOUR
+	0X1A FAN_433_TIMING_TO_OFF_8HOUR
+	0X14 FAN_433_LAMP_ON_ONLY
+	0X18 FAN_433_LAMP_OFF_ONLY	
+	0x08 FAN_433_LAMP_ON_AND_OFF
+	0x13 FAN_433_DEFLECTOR_ON_AND_OFF
+	0x0D FAN_433_DEFLECTOR_ON
+	0x0E FAN_433_DEFLECTOR_OFF
+	0X05 FAN_433_COLOR_SWITCH
+	0X1E FAN_433_SLEEP_WIND
+	0X1f FAN_433_BUZZ
+	0x1D FAN_433_CLEAR
+)
+
+(
+0 FAN_SPEED_FLAG_OFF
+1 FAN_SPEED_FLAG_LOW
+2 FAN_SPEED_FLAG_MIDDLE
+3 FAN_SPEED_FLAG_HIGH
+
+0x01 BLE_DEV_TYPE_LAMP
+0x02 BLE_DEV_TYPE_FAN
+0x04 BLE_DEV_TYPE_FAN_LAMP
+
+	
+60 FAN_BLE_CMD_TIMING_TO_OFF_1HOUR
+120 FAN_BLE_CMD_TIMING_TO_OFF_2HOUR
+240 FAN_BLE_CMD_TIMING_TO_OFF_4HOUR
+480 FAN_BLE_CMD_TIMING_TO_OFF_8HOUR
+
+255 FAN_BLE_CMD_TIMING_TO_OFF_8HOUR_V1
+)
+
+
+(
+0x55 REMOTER_MARKER
+)
+
+(
+0x528718 FTD_REMOTER_ID_CODE
+0x08f9ff FTD_ANDRIOD4913_ID_CODE
+0xf87703 FTD_B65F_ID_CODE
+0x08f903 FTD_IOS4913_ID_CODE
+)
+
+(
+0x00 BLE_PARA_NORMAL_MODE
+0x01 BLE_PARA_SLEEP_MODE
+0x02 BLE_PARA_NATURAL_MODE
+0x03 BLE_PARA_FAN_MODE_MAX
+)
+
+(
+	4 FAN_433CODE_LEN    /*unit: bytes*/
+	3 FAN_RETRANSMISSION_TIMES
+
+	6400 	FAN_HEADER_LOW_DELAY	//FAN_8ms_DELAY_CNT
+	599 	FAN_1_HIGH_DELAY		//FAN_0_75ms_DELAY_CNT
+	200 	FAN_1_LOW_DELAY			//FAN_0_25ms_DELAY_CNT
+	200 	FAN_0_HIGH_DELAY		//FAN_0_25ms_DELAY_CNT
+	599 	FAN_0_LOW_DELAY			//FAN_0_75ms_DELAY_CNT
+	200     FAN_END_HIGH_DELAY		//FAN_0_25ms_DELAY_CNT
+	559     FAN_END_LOW_DELAY		//FAN_0_25ms_DELAY_CNT
+)
+
Index: format/app_light_format/dlmp_mmap.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/app_light_format/dlmp_mmap.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/app_light_format/dlmp_mmap.format	(working copy)
@@ -0,0 +1,57 @@
+
+
+
+
+xmemalloc ftd_dlmp(
+
+	2 mem_cb_light_ac_detecting
+	2 mem_cb_light_gradual_dimmer
+	2 mem_light_pwm_freq_w
+	2 mem_light_pwm_freq_y
+	2 mem_light_pwm_freq_l
+	2 mem_light_W_aim_pcnt
+	2 mem_light_Y_aim_pcnt
+	2 mem_light_L_aim_pcnt
+	1 mem_light_gradual_step_w 
+	1 mem_light_gradual_step_y 
+	1 mem_light_gradual_step_l 
+	2 mem_light_mix_change_delay_time
+	1 mem_temp_flag
+	1 mem_light_pwm_enable_flag
+	1 mem_light_gpio_pin_w
+	1 mem_light_gpio_pin_y
+	1 mem_light_gpio_pin_l
+
+
+)
+
+
+
+
+(
+3000 LIGHT_PWM_L_FREQ   /*WY的PWM频率,frequency = 12M / LIGHT_PWM_L_FREQ*/
+1 LIGHT_GRADUAL_STEP_L /* 灯光渐变时的pcnt步进 */
+
+6000 LIGHT_PWM_W_FREQ   /*WY的PWM频率,frequency = 12M / LIGHT_PWM_WY_FREQ*/
+12000 LIGHT_PWM_Y_FREQ   /*WY的PWM频率,frequency = 12M / LIGHT_PWM_WY_FREQ*/
+1 LIGHT_GRADUAL_STEP_WY /* 灯光渐变时的pcnt步进 */
+
+0x04 LIGHT_W_GPIO
+0x809c LIGHT_W_PCNT
+0x809e LIGHT_W_NCNT
+0 PWM_W_ENABLE_BIT  /*pwm channel,用偶数pwm channel*/
+
+0x05 LIGHT_Y_GPIO
+0x80a0 LIGHT_Y_PCNT
+0x80a2 LIGHT_Y_NCNT
+1 PWM_Y_ENABLE_BIT  /*pwm channel,用奇数pwm channel*/
+
+0x06 LIGHT_L_GPIO
+0x80a4 LIGHT_L_PCNT
+0x80a6 LIGHT_L_NCNT
+2 PWM_L_ENABLE_BIT  /*pwm channel,用奇数pwm channel*/
+
+)
+
+
+
Index: format/app_light_format/protocol_V2.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/app_light_format/protocol_V2.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/app_light_format/protocol_V2.format	(working copy)
@@ -0,0 +1,50 @@
+
+
+
+(
+0x0009 LIGHT_CMD_TURN_ON_AND_OFF_V2
+0x0010 LIGHT_CMD_TURN_ON_V2
+0x0011 LIGHT_CMD_TURN_OFF_V2
+0x0012 LIGHT_CMD_AIDED_LIGHT_TURN_ON_V2
+0x0013 LIGHT_CMD_AIDED_LIGHT_TURN_OFF_V2
+0x0015 FAN_CMD_WIND_DIRECTION_V2
+0x0016 FAN_CMD_DEFLECTOR_V2
+0x0021 LIGHT_CMD_LIGHT_CTL_V2
+0x0023 LIGHT_CMD_NIGHT_LIGHT_V2
+0X001b LIGHT_CMD_FTD_RGB_FORWARD_AND_REVERSE_V2
+0x001c LIGHT_CMD_RGB_TURN_ON_OFF_V2
+0X001d LIGHT_CMD_FTD_RGB_LOOP_V2
+0x001e LIGHT_CMD_RGB_AUTO_TURN_ON_V2
+0x001f LIGHT_CMD_RGB_AUTO_TURN_OFF_V2
+0x0022 LIGHT_CMD_RGB_MANUAL_V2
+0x0030 FAN_CMD_WIND_SPEED_CTL_V2
+0x0031 FAN_CMD_WIND_SPEED_V2
+0x0033 FAN_CMD_MODE_SEL_V2
+0x0041 CMD_TIMING_OFF
+0x0045 CMD_CLEAR_CODE
+0x0046 LIGHT_CMD_KEYPRESS_DRIVE_RETENTION_V2
+0x0047 LIGHT_CMD_BACK_TO_RETENTION_STATE_V2
+0x006f FAN_CMD_MASTER_ON_AND_OFF_V2
+0x0028 CMD_PAIRING
+0x0022 LIGHT_CMD_RGB_COLOR_SWITCH_V2
+0x0068 LIGHT_CMD_BATH_V2
+0x0067 LIGHT_CMD_AIR_CHANGE_V2
+0X0066 LIGHT_CMD_HEATING_V2
+0X0032 LIGHT_CMD_FAN_TURN_ON
+0X0031 LIGHT_CMD_FAN_TURN_OFF
+0x006f LIGHT_CMD_FTD_MASSTER_OFF_V2
+0x0079 LIGHT_CMD_SWITCH_MODE_V2
+0x0071 LIGHT_CMD_EXPAND_CODE_0X71_V2
+0x0090 LIGHT_CMD_FTD_CURTAIN_ON_OFF_V2
+0x00e9 LIGHT_CMD_FTD_GENERAL_STOP_V2
+0x00ff LIGHT_CMD_TEST_MODE_V2
+0X0024 LIGHT_CMD_HELP_SLEEP_V2
+
+0 PRODUCT_SUBTYPE
+
+
+1 PRODUCT_MAINTYPE_LIGHT
+
+
+)
+
Index: format/app_light_format/rlmp_common.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/app_light_format/rlmp_common.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/app_light_format/rlmp_common.format	(working copy)
@@ -0,0 +1,420 @@
+
+
+//防debug error, 临时宏定义
+(
+8070 core_gpio_pu0
+)
+
+
+(
+0x08 LIGHT_CLEAR_CODE_ROW_GPIO
+29     LIGHT_AID_ROW_GPIO
+25 KEYBOARD_MAX_KEYS_NUM
+
+11 LIGHT_LT8KEY_COLOR_SWITCH
+5   LIGHT_LT8KEY_NIGHT_LIGHT
+10 LIGHT_LT8KEY_LIGHTEN
+4   LIGHT_LT8KEY_DARKEN
+7   LIGHT_LT8KEY_TO_W
+1   LIGHT_LT8KEY_TO_Y
+12 LIGHT_LT8KEY_TURN_ON
+6   LIGHT_LT8KEY_TURN_OFF
+
+24   LIGHT_ZS3KEY_KEY_ON
+18 LIGHT_ZS3KEY_KEY_OFF
+12 LIGHT_ZS3KEY_KEY_SWTICH
+
+19 LIGHT_LB12KEY_KEY_TEST_NIGHT_LIGHT
+21 LIGHT_LB12KEY_KEY_TEST_AIDED
+10 LIGHT_LB12KEY_KEY_TEST_LIGHTEN
+23 LIGHT_LB12KEY_KEY_TEST_TO_W
+4 LIGHT_LB12KEY_KEY_TEST_COLOR_SWITCH
+12 LIGHT_LB12KEY_KEY_TEST_TO_Y
+22 LIGHT_LB12KEY_KEY_TEST_DARKEN
+11 LIGHT_LB12KEY_KEY_TEST_TURN_ON
+24 LIGHT_LB12KEY_KEY_TEST_TURN_OFF
+5 LIGHT_LB12KEY_KEY_TEST_PAIRING
+7 LIGHT_LB12KEY_KEY_TEST_50PERCENT
+6 LIGHT_LB12KEY_KEY_TEST_100PERCENT
+
+13 LIGHT_LB12KEY_KEY_NIGHT_LIGHT
+21 LIGHT_LB12KEY_KEY_AIDED
+5 LIGHT_LB12KEY_KEY_LIGHTEN
+12 LIGHT_LB12KEY_KEY_TO_W
+6 LIGHT_LB12KEY_KEY_COLOR_SWITCH
+24 LIGHT_LB12KEY_KEY_TO_Y
+11 LIGHT_LB12KEY_KEY_DARKEN
+8 LIGHT_LB12KEY_KEY_TURN_ON
+23 LIGHT_LB12KEY_KEY_TURN_OFF
+20 LIGHT_LB12KEY_KEY_PAIRING
+2 LIGHT_LB12KEY_KEY_50PERCENT
+3 LIGHT_LB12KEY_KEY_100PERCENT
+
+15 LIGHT_KEY_AID2
+14 LIGHT_KEY_NIGHT_LIGHT
+4 LIGHT_KEY_RGB_AUTO
+16 LIGHT_KEY_TURN_OFF
+17 LIGHT_KEY_TURN_ON
+9 LIGHT_KEY_TO_W
+8 LIGHT_KEY_LIGHTEN
+7 LIGHT_KEY_PAIRING
+10 LIGHT_KEY_DARKEN
+3  LIGHT_KEY_AIDED1
+2 LIGHT_KEY_COLOR_SWITCH
+1 LIGHT_KEY_TO_Y
+13 LIGHT_KEY_RGB_MANUAL
+
+6 LIGHT_KLD13KEY_KEY_NIGHT_LIGHT
+18 LIGHT_KLD13KEY_KEY_RGB_AUTO
+13 LIGHT_KLD13KEY_KEY_TURN_OFF
+7 LIGHT_KLD13KEY_KEY_TURN_ON
+10 LIGHT_KLD13KEY_KEY_TO_W
+21 LIGHT_KLD13KEY_KEY_LIGHTEN
+11 LIGHT_KLD13KEY_KEY_PAIRING
+8 LIGHT_KLD13KEY_KEY_DARKEN
+24  LIGHT_KLD13KEY_KEY_AIDED
+16 LIGHT_KLD13KEY_KEY_COLOR_SWITCH
+20 LIGHT_KLD13KEY_KEY_TO_Y
+12 LIGHT_KLD13KEY_KEY_RGB_MANUAL
+17 LIGHT_KLD13KEY_KEY_50_AND_100PERCENT
+
+21 LIGHT_SJD_KEY_ON_OFF_ALTERNANT
+15 LIGHT_SJD_KEY_TIMING_15MINS
+19 LIGHT_SJD_KEY_TIMING_30MINS
+14 LIGHT_SJD_KEY_TIMING_60MINS
+20 LIGHT_SJD_KEY_ON
+13 LIGHT_SJD_KEY_OFF
+
+18 LIGHT_RHZ12KEY_KEY_ON_AND_OFF
+13 LIGHT_RHZ12KEY_KEY_SCENE1
+6 LIGHT_RHZ12KEY_KEY_SCENE2
+12 LIGHT_RHZ12KEY_KEY_COLOR_SWITCH
+17 LIGHT_RHZ12KEY_KEY_NIGHT_LIGHT
+4 LIGHT_RHZ12KEY_KEY_50PERCENT
+10 LIGHT_RHZ12KEY_KEY_100PERCENT
+7 LIGHT_RHZ12KEY_KEY_PAIRING
+16 LIGHT_RHZ12KEY_KEY_TO_Y
+11  LIGHT_RHZ12KEY_KEY_TO_W
+1 LIGHT_RHZ12KEY_KEY_LIGHTEN
+5 LIGHT_RHZ12KEY_KEY_DARKEN
+
+
+0x28 LIGHT_CMD_PAIRING_CODE
+0x45 LIGHT_CMD_CLEAR_CODE
+0x09 LIGHT_CMD_TURN_ON_AND_OFF
+0x10 LIGHT_CMD_TURN_ON
+0x11 LIGHT_CMD_TURN_OFF
+0x23 LIGHT_CMD_NIGHT_LIGHT
+0x24 LIGHT_CMD_HELP_SLEEP
+0x21 LIGHT_CMD_COLOR_SWTICH
+0x12 LIGHT_CMD_AID_TURN_ON
+0x13 LIGHT_CMD_AID_TURN_OFF
+0x04 LIGHT_CMD_LIGHTEN
+0x05 LIGHT_CMD_DARKEN
+0x06 LIGHT_CMD_TO_W
+0x07 LIGHT_CMD_TO_Y
+0x1b LIGHT_CMD_FTD_RGB_FORWARD_AND_REVERSE
+0x1c LIGHT_CMD_RGB_ON_OFF
+0x1d LIGHT_CMD_FTD_RGB_LOOP
+0x1e LIGHT_CMD_RGB_1E
+0x1f LIGHT_CMD_RGB_1F
+0x22 LIGHT_CMD_RGB_MANNUL
+0x41 LIGHT_CMD_DELAY_OFF
+0xc0 LIGHT_CMD_CHANGE_POWERON_STATE
+0x46 LIGHT_CMD_KEYPRESS_DRIVE_RETENTION
+0x47 LIGHT_CMD_BACK_TO_RETENTION_STATE
+0x48 LIGHT_CMD_KPS_DRIVE_RTT_NOT_INC_POWER_ON1
+0x49 LIGHT_CMD_BACK_TO_RTT_STATE_NOT_INC_POWER_ON1
+0x4a LIGHT_CMD_KPS_DRIVE_RTT_NOT_INC_POWER_ON2
+0x4b LIGHT_CMD_BACK_TO_RTT_STATE_NOT_INC_POWER_ON2
+0x46 LIGHT_CMD_SCENE_SET
+0x47 LIGHT_CMD_SCENE_GET
+0x48 LIGHT_CMD_SCENE_RESET
+0x6f LIGHT_CMD_FTD_MASSTER_ON_OFF
+0x7a FAN_LIGHT_COLOR_CTL
+0x79 LIGHT_CMD_SWITCH_MODE
+0x71 LIGHT_CMD_EXPAND_CODE_0X71
+0xff LIGHT_CMD_TEST_MODE
+
+0X67 LIGHT_CMD_AIR_CHANGE
+0X66 LIGHT_CMD_HEATING
+0X32 LIGHT_CMD_FAN_TURN_ON_V2
+0X31 LIGHT_CMD_FAN_TURN_OFF_V2
+0x33 LIGHT_CMD_FAN_WIND_TYPE_V2
+0x34 LIGHT_CMD_FAN_SHAKE_HEAD_V2
+
+0x21 LIGHT_CMD_FTD_COLOR_STATE_CHANGE
+0x14 LIGHT_CMD_FTD_LIGHTEN_RESERVED
+0x28 LIGHT_CMD_FTD_DARKEN_RESERVED
+0x18 LIGHT_CMD_FTD_Y_RESERVED
+0x24 LIGHT_CMD_FTD_W_RESERVED
+0x01 LIGHT_CMD_FTD_50PERCENT_RESERVED
+0x02 LIGHT_CMD_FTD_100PERCENT_RESERVED
+0x03 LIGHT_CMD_FTD_30PERCENT_RESERVED
+0x04 LIGHT_CMD_FTD_80PERCENT_RESERVED
+
+0x40 LIGHT_CMD_FTD_COLOR_SWTICH_RESERVED
+0x73 LIGHT_CB_DATA_PART_PCNT_50PERCENT
+0x7f LIGHT_FTD_DATA_PART_PCNT_50PERCENT
+0xc0 LIGHT_FTD_DATA_PART_PCNT_75PERCENT
+0x81 LIGHT_DATA_PART_81
+0x80 LIGHT_DATA_PART_80
+0xff LIGHT_DATA_PART_FF
+0x4e LIGHT_CB_DATA_PART_PCNT_30PERCENT
+0x40 LIGHT_CB_DATA_PART_PCNT_25PERCENT
+0xcc LIGHT_CB_DATA_PART_PCNT_80PERCENT
+0x22 LIGHT_CMD_RGB_COLOR_SWITCH
+
+0x90 LIGHT_CMD_FTD_CURTAIN_ON_OFF
+0xe9 LIGHT_CMD_FTD_GENERAL_STOP
+
+//LIGHT_CMD_CHANGE_POWERON_STATE W-data
+0x00 LIGHT_PARAMETER_POWER_STATE_OFF
+0x01 LIGHT_PARAMETER_POWER_STATE_ON
+0x02 LIGHT_PARAMETER_POWER_STATE_REVERSE
+0x46 LIGHT_CMD_FTD_SCENE_SET
+0x47 LIGHT_CMD_FTD_SCENE_SWITCH
+0x05 LIGHT_CMD_FTD_SCENE_REMOTER_COPY
+
+9 	LIGHT_LONG_PRESS_TIMEOUT_0_9S
+15     LIGHT_PAIRING_TIMEOUT
+50     LIGHT_CLAER_CODE_TIMEOUT_5S
+30     LIGHT_LONG_PRESS_TIMEOUT_3S
+20     LIGHT_LONG_PRESS_TIMEOUT_2S
+
+
+1 KSCAN_ANALYSIS_INTERVAL
+1 KEY_PRESS_LED_ON_TIME
+
+0x01feff LIGHT_FTD_CLEAR_CODE_ADDR
+20 LIGHT_CLEAR_CODE_TIMER
+
+160     LIGHT_KSCAN_ENABLE_TIMEOUT
+13       LIGHT_KSCAN_INTERVAL
+15       LIGHT_CLEAR_CODE_ENABLE_TIMEOUT
+
+8 LIGHT_WIRELESS_SWITCH_GPIO_KEY1
+4 LIGHT_WIRELESS_SWITCH_GPIO_KEY12
+5 LIGHT_WIRELESS_SWITCH_GPIO_KEY3
+0x28 LIGHT_WIRELESS_SWITCH_CMD_PAIRING
+
+0x65 OPCODE_BATH_FAN
+0x61 OPCODE_BATH_TIMING_CLOSE
+0x66 OPCODE_BATH_WARM
+0x67 OPCODE_BATH_VENTILATION
+0x68 OPCODE_BATH_BATH
+0x69 OPCODE_DRY
+0x6f OPCODE_BATH_SWITCH_OFF
+0xa0 OPCODE_SPEED
+0xb0 OPCODE_SWING
+
+2 BATH_KEY_WARM
+8 BATH_KEY_ON_AND_OFF
+3 BATH_KEY_VENTILATION
+1 BATH_KEY_SPEED_DOWN
+7 BATH_KEY_FAN
+9 BATH_KEY_SPEED_UP
+12 BATH_KEY_SWING
+10 BATH_KEY_MASTET_OFF
+14 BATH_KEY_TIMING_OFF
+
+160 LIGHT_BLINK_INTERVAL_100ms
+
+0x30 FAN_CMD_SPEED_CHANGE
+0x32 FAN_CMD_SPEED_32
+0x31 FAN_CMD_SPEED_31
+0X34 FAN_CMD_SHAKE_HEAD_ON_OFF
+0x51 FAN_CMD_TIMING_TO_OFF
+0x15 FAN_CMD_DIRECTION
+0x6f FAN_CMD_MASTER_ON_AND_OFF
+0x33 FAN_CMD_MODE
+0x10 FAN_CMD_LAMP_ON
+0x11 FAN_CMD_LAMP_OFF
+0x28 FAN_CMD_PAIRING
+0x16 FAN_CMD_DEFLECTOR
+0xa0 FAN_TURN_ON_FLAG_BYTE_Y
+0x17 FAN_CMD_DIRECTION_ON_AND_OFF
+0x18 FAN_CMD_DEFLECTOR_ON_AND_OFF
+
+39 FTD_PDU_LEN
+
+23 GEM_PDU_LEN
+3 GEM_LONG_KEYPRESS
+
+37 KEY_PDU_LEN
+
+
+(
+0x1a WY_RGB_SWITCH
+0x01 WY_RGB_SWITCH_RGB
+0x02 WY_RGB_SWITCH_RGB_AND_RGB
+0x03 WY_RGB_SWITCH_WY
+0x001a WY_RGB_SWITCH_V2
+0x01 WY_RGB_SWITCH_RGB_RESERVED
+0x02 WY_RGB_SWITCH_RGB_AND_RGB_RESERVED
+0x03 WY_RGB_SWITCH_WY_RESERVED
+)
+
+0x79 FAN_LIGHT_MODE_SWITCH
+0x80 FAN_MEM_SELET_CMD
+
+5 CONTINUOUS_KEY_PRESS_TIRG_CNT_5
+
+5 SHORT_PRESS_TIMEOUT
+
+0xa0 LIGHT_LIGHTEN_RELEASE_ADV_FLAG
+0xa1 LIGHT_DARKEN_RELEASE_ADV_FLAG
+0xa2 LIGHT_TO_W_RELEASE_ADV_FLAG
+0xa3 LIGHT_TO_Y_RELEASE_ADV_FLAG
+0xa4 FAN_SPEED_SLOW_RELEASE_ADV_FLAG
+0xa5 FAN_SPEED_HIGHER_RELEASE_ADV_FLAG
+0xa6 QIH_SPEC_FUNC_COLOR_CTL_RELEASE_ADV_FLAG
+0xa7 BABY_CAR_GO_FTD_ADV_FLAG
+0xa8 BABY_CAR_BACK_FTD_ADV_FLAG
+0xa9 BABY_CAR_LEFT_FTD_ADV_FLAG
+0xb0 BABY_CAR_RIGHT_FTD_ADV_FLAG
+0xb1 LIGHT_COLOR_SWITCH_RELEASE_ADV_FLAG
+
+17 FAN_XQ_21KEY_FAN_AND_LIGHT_OFF 
+16 FAN_XQ_21KEY_LIGHT_ON_AND_OFF
+3  FAN_XQ_21KEY_TURNING_FORWARD
+15 FAN_XQ_21KEY_TURNING_REVERSE
+2 FAN_XQ_21KEY_LIGHT_COLOR_SWITCH
+14 FAN_XQ_21KEY_LIGHT_NIGHT_LIGHT
+9 FAN_XQ_21KEY_LIGHT_TO_W
+8 FAN_XQ_21KEY_LIGHT_LIGHTEN
+7 FAN_XQ_21KEY_LIGHT_PAIRING
+10 FAN_XQ_21KEY_LIGHT_DARKEN
+1 FAN_XQ_21KEY_LIGHT_TO_Y
+4 FAN_XQ_21KEY_TURN_OFF_TIMER_1H
+13 FAN_XQ_21KEY_TURN_OFF_TIMER_2H
+6 FAN_XQ_21KEY_FAN_SPEED1
+22 FAN_XQ_21KEY_FAN_SPEED2
+11 FAN_XQ_21KEY_FAN_SPEED3
+23 FAN_XQ_21KEY_FAN_SPEED4
+19 FAN_XQ_21KEY_FAN_SPEED5
+21 FAN_XQ_21KEY_FAN_SPEED6
+18 FAN_XQ_21KEY_FAN_STOP1
+24 FAN_XQ_21KEY_FAN_STOP2
+)
+
+
+(
+0x807d core_gpio13_conf
+)
+
+(
+11 ENTER_LPM_LEISURE_IO_CONFIG_NUM
+3 ENTER_LPM_LEISURE_IO_CONFIG_START
+)
+
+
+(
+0x80 LIGHT_CMD_SOLAR_ON
+0x80 LIGHT_CMD_SOLAR_OFF
+0x82 LIGHT_CMD_SOLAR_LIGHTNESS_LIGHTEN
+0x82 LIGHT_CMD_SOLAR_LIGHTNESS_DARKEN
+0x81 LIGHT_CMD_SOLAR_MODE_RADAR
+0x81 LIGHT_CMD_SOLAR_MODE_LIGHTNESS
+0x81 LIGHT_CMD_SOLAR_MODE_RAIN
+0x83 LIGHT_CMD_SOLAR_TIMMING_OFF
+0x84 LIGHT_CMD_SOLAR_AMBIENT
+)
+(
+0x05 GEM_LIGHT_ON_CODE
+0x09 GEM_LIGHT_OFF_CODE	
+0x0C GEM_LIGHT_ON_GROUP1_CODE
+0x0E GEM_LIGHT_OFF_GROUP1_CODE
+0x01 GEM_LIGHT_ON_GROUP2_CODE
+0x04 GEM_LIGHT_OFF_GROUP2_CODE
+0x0D GEM_LIGHT_ON_GROUP3_CODE
+0x0F GEM_LIGHT_OFF_GROUP3_CODE
+0x08 GEM_LIGHT_ON_GROUP4_CODE
+0x06 GEM_LIGHT_OFF_GROUP4_CODE
+0x13 GEM_LIGHT_AIDED_LIGHT_CODE
+0x10 GEM_LIGHT_NIGHT_LIGHT_CODE
+0x11 GEM_LIGHT_ENERGY_SAVE_LIGHT_CODE
+0x12 GEM_LIGHT_TIMING_OFF_CODE
+0x14 GEM_LIGHT_RGB_AUTO_CODE
+0x15 GEM_LIGHT_RGB_STEP_CODE
+0x02 GEM_LIGHT_LIGHTEN_CODE
+0x03 GEM_LIGHT_DARKEN_CODE
+0x0B GEM_LIGHT_TO_W_CODE
+0x0A GEM_LIGHT_TO_Y_CODE
+0x07 GEM_LIGHT_COLOR_SWITCH_CODE
+0x16 GEM_COLOR_SWITCH_W
+0x17 GEM_COLOR_SWITCH_Y
+)
+(
+//科云
+0x6f LIGHT_ON_CODE1
+0x60 LIGHT_OFF_CODE1
+0x6f LIGHT_PAIRING_CODE1
+0x6f LIGHT_CLEAR_CODE_CODE1
+0x66 LIGHT_LIGHTEN_CODE1
+0x65 LIGHT_DARKEN_CODE1
+0x6a LIGHT_TO_W_CODE1
+0x69 LIGHT_TO_Y_CODE1
+0x68 LIGHT_TIMING_CODE1
+0x6e LIGHT_AUX_LAMP_ON_AND_OFF_CODE1
+0x6d LIGHT_COLOR_SWITCH_CODE1
+0xa1 LIGHT_NIGHT_LIGHT_CODE1
+0xa3 LIGHT_50PER_CODE1
+0xa3 LIGHT_100PER_CODE1
+
+0xd1 LIGHT_ON_CODE2
+0xd1 LIGHT_OFF_CODE2
+0x55 LIGHT_PAIRING_CODE2
+0xaa LIGHT_CLEAR_CODE_CODE2
+0xd1 LIGHT_LIGHTEN_CODE2
+0xd1 LIGHT_DARKEN_CODE2
+0xd1 LIGHT_TO_W_CODE2
+0xd1 LIGHT_TO_Y_CODE2
+0x46 LIGHT_TIMING_CODE2
+0xf0 LIGHT_AUX_LAMP_ON_AND_OFF_CODE2
+0x01 LIGHT_COLOR_SWITCH_WY_CODE2
+0x02 LIGHT_COLOR_SWITCH_W_CODE2
+0x03 LIGHT_COLOR_SWITCH_Y_CODE2
+0xd1 LIGHT_NIGHT_LIGHT_CODE2
+0x0 LIGHT_50PER_CODE2
+0x1111 LIGHT_100PER_CODE2
+
+
+
+0x6f LIGHT_JYM_CMD_PAIRING
+0x6f LIGHT_JYM_CMD_CLEAR
+0x66 LIGHT_JYM_CMD_LIGHTEN
+0x65 LIGHT_JYM_CMD_DARKEN
+0x69 LIGHT_JYM_CMD_TO_Y
+0x6a LIGHT_JYM_CMD_TO_W
+0x68 LIGHT_JYM_CMD_TIMING_OFF
+0x6e LIGHT_JYM_CMD_AUX_LAMP
+0x6d LIGHT_JYM_CMD_WHITE_LAMP
+0x6d LIGHT_JYM_CMD_WY_LAMP
+0x6d LIGHT_JYM_CMD_YELLOW_LAMP
+0x6f LIGHT_JYM_CMD_ON
+0x60 LIGHT_JYM_CMD_OFF
+0x62 LIGHT_JYM_CMD_MODEL
+0x6e LIGHT_JYM_CMD_NIGHT_LIGHT
+0x6c LIGHT_JYM_CMD_RGB
+
+0x55 LIGHT_JYM_DATA_PAIRING
+0xaa LIGHT_JYM_DATA_CLEAR
+0x00 LIGHT_JYM_DATA_LIGHTEN
+0x00 LIGHT_JYM_DATA_DARKEN
+0x00 LIGHT_JYM_DATA_TO_Y
+0x00 LIGHT_JYM_DATA_TO_W
+0x46 LIGHT_JYM_DATA_TIMING_OFF
+0xf0 LIGHT_JYM_DATA_AUX_LAMP
+0x02 LIGHT_JYM_DATA_WHITE_LAMP
+0x01 LIGHT_JYM_DATA_WY_LAMP
+0x03 LIGHT_JYM_DATA_YELLOW_LAMP
+0x00 LIGHT_JYM_DATA_ON
+0x00 LIGHT_JYM_DATA_OFF
+0x00 LIGHT_JYM_DATA_MODEL_APPLY
+0x80 LIGHT_JYM_DATA_MODEL_STORE
+0x00 LIGHT_JYM_DATA_NIGHT_LIGHT
+0x00 LIGHT_JYM_DATA_RGB
+)
+
+
Index: format/app_light_format/rlmp_mmap.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/app_light_format/rlmp_mmap.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/app_light_format/rlmp_mmap.format	(working copy)
@@ -0,0 +1,275 @@
+
+
+
+xmemalloc ftd(
+64 mem_ble_v2_xbox
+39 mem_ble_v2_pdu
+
+1 mem_ble_v2_customer_id
+1 mem_ble_v2_packet_num
+1 mem_ble_v2_subtype
+1 mem_ble_v2_maintype
+4 mem_ble_v2_addr
+1 mem_ble_v2_group_index
+2 mem_ble_v2_cmd	
+4 mem_ble_v2_para
+
+1 mem_ble_customer_id
+1 mem_ble_count
+1 mem_ble_sub_type
+1 mem_ble_main_type
+4 mem_ble_addr
+1 mem_ble_group
+2 mem_ble_cmd
+4 mem_ble_para
+3 mem_ble_rfu
+1 mem_ble_relay
+1 mem_ble_is_app
+
+/***********************BLE Protocol V2****************************/
+2 mem_adv_CRC_False_initValue
+2 mem_CRC16_polynomial
+2 mem_ble_pack_cb
+0 mem_ble_v2_tx_end_dummy
+
+1 mem_ftd_device_option
+
+
+//gem
+1 mem_light_gm_tx_addr_type
+1 mem_light_gm_tx_len
+13 mem_light_gm_tx_header
+0 mem_light_gm_tx
+1 mem_light_gm_tx_press_time
+1 mem_light_gm_tx_remoter_ID
+2 mem_light_gm_tx_remoter_addr
+1 mem_light_gm_tx_group_num
+1 mem_light_gm_tx_code
+1 mem_light_gm_tx_count
+1 mem_light_gm_tx_sum
+
+2 mem_gem_cnt_inces_timeout
+2 mem_gem_long_keypress_timeout
+1 mem_gem_long_cnt_enable
+
+//科云
+0 mem_light_KY_tx
+23 mem_light_KY_tx_header
+1 mem_light_KY_tx_len
+1 mem_light_KY_tx_code1
+4 mem_light_KY_tx_remoter_ID
+1 mem_light_KY_tx_group_num
+1 mem_light_KY_tx_code2
+2 mem_light_KY_tx_sum
+2 mem_light_KY_tx_CRC
+2 mem_light_KY_tx_count
+1 mem_light_group_num
+
+/**************************JUYUAN MICRO***************************/
+12 mem_light_JYM_whitening_header
+0 mem_light_JYM_tx
+8 mem_light_JYM_tx_header
+1 mem_light_JYM_tx_len
+1 mem_light_JYM_tx_cmd
+4 mem_light_JYM_tx_ID
+1 mem_light_JYM_tx_group
+1 mem_light_JYM_tx_data
+1 mem_light_JYM_tx_count
+2 mem_light_JYM_tx_sum
+2 mem_light_JYM_tx_CRC
+37 mem_light_JYM_tx_temp
+1 mem_adv_cnts
+
+)
+
+
+
+xmemalloc ftd_rlmp(
+/******************kscan***********************/
+8 mem_kscan_record_keypress
+1 mem_kscan_row_nums
+1 mem_kscan_col_nums
+8 mem_kscan_row_gpio_pin
+8 mem_kscan_col_gpio_pin
+1 mem_kscan_row_scanned
+1 mem_kscan_col_scanned
+1 mem_keypress_analysis_flag
+2 mem_kscan_avoid_shake_delay_time
+1 mem_scan_col
+1 mem_kscan_enable
+2 mem_long_press_adv_timeout
+2 mem_kscan_analysis_interval_timeout
+/******************kscan***********************/
+
+2 mem_FTD_adv_raw_device_add_temp
+1 mem_set_clear_code_timeout_enable
+1 mem_light_lpm_enable
+1 mem_light_manufacture_id
+1 mem_light_indicator_led
+1 mem_groups_num
+1 mem_light_last_key
+1 mem_light_different_key_press_flag
+
+0 mem_FTD_adv_raw
+1 mem_FTD_adv_raw_cmd
+2 mem_FTD_adv_raw_device_add
+3 mem_FTD_adv_raw_data
+1 mem_FTD_adv_raw_packet_num
+1 mem_FTD_adv_raw_reserved
+8 mem_FTD_adv_raw_encryption
+
+2 mem_long_press_timeout
+1 mem_light_num_of_long_press
+1 mem_light_color_switch_cnt
+1 mem_light_brightness_switch_flag
+1 mem_light_rgb_hand_actuated_flag
+1 mem_rgb_switch
+1 mem_light_rgb_auto_flag
+1 mem_rgb_on_and_off
+1 mem_light_group1_on_and_off_flag
+1 mem_light_group2_on_and_off_flag
+1 mem_light_group3_on_and_off_flag
+1 mem_light_group4_on_and_off_flag
+1 mem_light_current_key
+2 mem_ble_light_adv_timeout
+1 mem_light_on_off_alternant
+1 mem_fan_speed
+1 mem_fan_direction_alternant
+1 mem_fan_on_off_flag
+128 mem_ble_xboxes
+
+/***********************FTD raw data****************************/
+0 mem_adv_packet
+23 mem_adv_packet_header
+14 mem_adv_packet_payload
+2 mem_adv_packet_tailer
+/***********************FTD raw data****************************/
+
+/***********************whitening****************************/
+39 mem_light_whitening_buffer
+2 mem_light_whitening_k
+1 mem_light_for_loop_cnt1
+1 mem_light_for_loop_cnt2
+1 mem_light_recvd_len
+1 mem_light_whitening_i
+4 mem_light_whitening_i1
+4 mem_light_whitening_i2
+4 mem_light_whitening_i3
+4 mem_light_whitening_i4
+1 mem_light_whitening_n
+
+4 mem_light_para1
+5 mem_light_para2
+8 mem_light_for_loop_lshift
+8 mem_light_integer_1_lshift_temp
+/***********************whitening****************************/
+
+2 mem_light_lpm_enable_timeout
+1 mem_indicator_turn_on_enable
+2 mem_indicator_led_turn_on_timeout
+1 mem_light_on_and_off_flag
+1 mem_fan_deflector_flag
+1 mem_light_aid_swtich_flag
+1 mem_light_manufacture_id2
+1 mem_light_manufacture_id2_v2
+
+39 mem_light_whitening_buffer_2
+39 mem_ble_v2_pdu_2
+1 mem_light_rgb_on_and_off_flag
+1 mem_rgb_loop_on_and_off
+1 mem_r_g_b_switch_flag
+1 mem_adv_manufacturer_switch_flag
+1 mem_adv_manufacturer_switch_flag1
+1 mem_adv_manufacturer_switch_flag2
+1 mem_adv_manufacturer_switch_flag3
+1 mem_fan_on_and_off_flag
+
+1 mem_light_release_adv_flag
+
+1 mem_light_blink_state_flag
+1 mem_light_indicator_led_blink_enable
+2 mem_light_continuous_kps_cnt_reset_timeout
+1 mem_light_key1_continuous_kps_cnt  
+1 mem_light_key2_continuous_kps_cnt 
+1 mem_light_key3_continuous_kps_cnt 
+1 mem_light_key4_continuous_kps_cnt 
+1 mem_light_key5_continuous_kps_cnt 
+1 mem_light_key6_continuous_kps_cnt 
+1 mem_light_key7_continuous_kps_cnt  
+1 mem_light_key8_continuous_kps_cnt 
+1 mem_light_key9_continuous_kps_cnt 
+1 mem_light_key10_continuous_kps_cnt  
+1 mem_light_key11_continuous_kps_cnt 
+1 mem_light_key12_continuous_kps_cnt 
+1 mem_light_key13_continuous_kps_cnt  
+1 mem_light_key14_continuous_kps_cnt 
+1 mem_light_key15_continuous_kps_cnt 
+1 mem_light_key16_continuous_kps_cnt 
+2 mem_16groups_on_off
+1 mem_group_flag
+
+1 mem_channel_enable
+1 mem_channel_num
+1 mem_scene_enable
+
+1 mem_special_agreemeet_enable
+
+2 mem_light_short_keypress_timeout
+1 mem_light_color_and_lgtness_long_press_adv_enable
+
+1 mem_airchange_speed
+1 mem_fan_tap_speed
+1 mem_light_airchange_flag
+1 mem_light_warm_wake_flag
+1 mem_light_warm_powerful_flag
+1 mem_light_fan_on_and_off
+1 mem_light_bath_on_off_flag
+
+1 mem_long_press_protect_enble_flag
+1 mem_long_press_protect_cnt
+1 mem_long_press_protect_start_flag
+8 mem_kscan_press_row_gpio
+
+1 mem_light_fan_on_and_off_flag
+4 mem_light_lpm_gpio_config_flag
+1 mem_light_lpm_gpio_config_io_temp
+
+1 mem_light_timing_of_alter_flag
+
+/*ble rx protocol*/
+	0 mem_light_adv_packet
+	1 mem_light_adv_packet_cmd
+	2 mem_light_adv_packet_addr
+	3 mem_light_adv_packet_data
+	1 mem_light_adv_packet_packetnum
+	1 mem_light_adv_packet_reserve
+	6 mem_light_adv_packet_encry
+	2 mem_light_adv_packet_CRC
+/*ble rx protocol*/
+
+2 mem_scene_led_timeout
+1 mem_scene_led_cnt
+1 mem_ble_rx_on_and_off
+1 mem_long_press_scene_timeout
+1 mem_le_adv_scan_channel
+4 mem_le_lap_addr
+4 mem_le_lap_addr_temp
+4 mem_le_lap_v2_addr
+1 mem_light_scene_mode
+1 mem_le_addr_change_flag
+
+2 mem_rmt_keydown_cb
+2 mem_rmt_released_cb
+2 mem_rmt_long_press_cb
+2 mem_rmt_continuous_keydown_cb
+2 mem_rmt_continuous_kps_time
+2 mem_light_adv_time
+2 mem_claer_code_time
+1 mem_ble_v2_customer_id_copy
+
+// 1 mem_scene_combination_flag
+)
+
+
+
+
Index: format/app_mouse.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/app_mouse.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/app_mouse.format	(working copy)
@@ -0,0 +1,709 @@
+
+memalloc usb_mouse(
+2 mem_init_cnt
+2 mem_data_pre
+2 mem_data_current
+3 mem_data_sum
+2 mem_data_value
+
+
+)
+//dpi eeprom addr
+
+
+xmemalloc g24_tx_mouse(
+// Mouse Work Area
+1 mem_mouse_key
+2 mem_mouse_x
+2 mem_mouse_y
+1 mem_mouse_z
+1 mem_mouse_tz
+1 mem_mouse_xy_h
+1 mem_mouse_key_last
+
+//mouse wheel
+1 mem_wheel_tb_old_pinlevel
+1 mem_wheel_tb_new_pinlevel
+1 mem_wheel_tog 
+1 mem_mouse_tz_data
+1 mem_mwheel_b_old_pinlevel
+1 mem_mwheel_b_new_pinlevel
+1 mem_mwheel_tog 
+1 mem_mouse_z_data
+1 mem_mouse_wheel_trigger
+1 mem_mouse_wheel_trigger_timer
+
+// adc
+//adc struct
+0 mem_mouse_vdd_calculate_set
+2 mem_mouse_vdd_full_vol
+2 mem_mouse_vdd_empty_vol
+2 mem_mouse_vdd_low_vol
+2 mem_mouse_vdd_now_vol
+
+2 mem_mouse_vdd_button_press_vol
+2 mem_mouse_vdd_switch_gnd_24g_vol
+2 mem_mouse_vdd_switch_gnd_full_vol
+2 mem_mouse_vdd_switch_gnd_shutdown_voltage
+2 mem_mouse_vdd_switch_gnd_low_voltage
+1 mem_adc_mux_status
+1 mem_adc_read_timer
+1 mem_adc_read_time_init
+1 mem_adc_low_volatage_led_timer_count
+1 mem_adc_low_volatage_led_blink_enable
+1 mem_mouse_adc_last_low_voltage_flag
+1 mem_mouse_adc_button_press_flag
+1 mem_adc_channel_gpio
+
+1 mem_adc_config_flag_init
+
+2 mem_mouse_discovery_timeout
+2 mem_mouse_24g_pair_timeout_init
+1 mem_mouse_direct_timeout
+1 mem_mouse_24g_reconn_timeout_init
+1 mem_mouse_24g_pair_tx_power
+1 mem_rssi_dis_min_24g_init
+1 mem_rssi_dis_max_24g_init
+1 mem_rssi_hex_received_max_value_init
+1 mem_rssi_dis_min_ble_init
+1 mem_rssi_dis_max_ble_init
+1 mem_mouse_enable_flag
+
+0 mem_mouse_param_config
+1 mem_lbutton_gpio
+1 mem_mbutton_gpio
+1 mem_rbutton_gpio
+1 mem_bk_button_gpio
+1 mem_fw_button_gpio
+1 mem_dpi_button_gpio
+1 mem_whee_a_data_gpio
+1 mem_whee_b_data_gpio
+1 mem_mouse_sensor_sclk_gpio
+1 mem_mouse_sensor_sdio_gpio
+1 mem_select_sensor_angle_gpio
+1 mem_sensor_angle_default
+1 mem_sensor_angle_switch
+1 mem_config_sensor_dpi	
+1 mem_whee_ta_data_gpio
+1 mem_whee_tb_data_gpio
+1 mem_matrix_public_gpio
+1 mem_config_select_device_button_gpio
+1 mem_customer_key_gpio
+1 mem_sensor_motion_gpio
+1 mem_device_switch_gpio
+1 mem_mouse_reuse_2ice_gpio
+1 mem_config_low_voltage_alarm_gpio
+1 mem_config_device_24g_led_gpio
+1 mem_config_device_bt1_led_gpio
+1 mem_config_device_bt2_led_gpio	
+1 mem_dpi_led_gpio
+1 mem_dpi_another_button_gpio
+1 mem_firebutton_gpio
+1 mem_mouse_1io2led_multi_24g_gpio
+1 mem_mouse_1io2led_multi_bt1_gpio
+1 mem_mouse_1io2led_multi_bt2_gpio
+1 mem_mouse_logo_led_gpio
+0 mem_mouse_param_config_end
+
+1 mem_config_sensor_type
+1 mem_config_sensor_angle
+
+// usb
+1 mem_wire_usb_interval
+1 mem_usb_addr
+1 mem_mouse_usb_vdd_status
+1 mem_mouse_usb_keyboard_flag
+
+
+//led struct
+1 mem_mouse_led_type
+1 mem_mouse_blink_count
+1 mem_mouse_struct_led_gpio
+2 mem_mouse_on_time
+2 mem_mouse_off_time
+2 mem_mouse_cb_ledon
+2 mem_mouse_cb_ledoff
+
+//three devices param
+//eeprom/flash
+0 mem_mouse_information_start
+1 mem_device_flag
+1 mem_device1_type
+6 mem_device1_addr
+16 mem_device1_link_key
+6 mem_device1_locall_addr
+
+1 mem_device2_type
+6 mem_device2_addr
+16 mem_device2_link_key
+6 mem_device2_locall_addr
+
+1 mem_device3_type
+0 mem_mouse_compare_addr_ff
+6 mem_device3_addr
+16 mem_device3_link_key
+6 mem_device3_locall_addr
+2 mem_store_flag
+1 mem_mouse_dpi
+4 mem_mouse_24g_addr
+2 mem_random_addr_increase_count
+31 mem_mouse_retention
+0 mem_mouse_information_end
+
+3 mem_flash_base
+4 mem_write_flash_head_temp
+1 mem_store_information_delay_timer
+1 mem_store_information_delay_timer_init
+
+//sensor param
+1 mem_sensor_id1
+1 mem_sensor_id2
+
+1 mem_sensor_shutter_hi
+1 mem_sensor_shutter_lo
+1 mem_sensor_smart_flag
+1 mem_sensor_squal_reg
+1 mem_sensor_iqc
+1 mem_mouse_move_flag
+
+1 mem_mouse_asm_flag
+2 mem_mouse_x_pre
+2 mem_mouse_y_pre
+1 mem_mouse_data_xtemp
+1 mem_mouse_data_ytemp
+
+0 mem_mouse_dpi_seting
+1 mem_320x_dpi_0
+1 mem_320x_dpi_1
+1 mem_320x_dpi_2
+1 mem_320x_dpi_3
+1 mem_3212_dpi_0
+1 mem_3212_dpi_1
+1 mem_3212_dpi_2
+1 mem_3212_dpi_3
+1 mem_ka8g2_dpi_0
+1 mem_ka8g2_dpi_1
+1 mem_ka8g2_dpi_2
+1 mem_ka8g2_dpi_3
+1 mem_mouse_cpi_count
+1 mem_mouse_dpi_button_state
+1 mem_mouse_dpi_long_press_flag
+
+10 mem_sensor_3212_init
+10 mem_sensor_3204_init
+10 mem_sensor_3205_init
+26 mem_sensor_32xx_init
+34 mem_sensor_32xx_init_1
+38 mem_sensor_8650_init
+30 mem_sensor_ka8ul_init
+16 mem_sensor_8009_init
+16 mem_sensor_ka8g2_init
+12 mem_sensor_p6520_init
+8 mem_sensor_poweron_init
+8 mem_sensor_ka8g2_poweron_init
+	
+1 mem_mouse_clear_sensor_data_flag
+1 mem_bluetooth_125hz_cnt
+
+//no motion pin
+1 mem_mouse_long_mult_flag
+1 mem_mouse_current_mult_timer
+
+1 mem_reconn_times
+1 mem_reconn_times_init
+2 mem_mouse_no_data_timer
+1 mem_device_flag_temp
+8 mem_mouse_rssi_signal_buf				
+4 mem_btclk_sensor
+1 mem_mouse_bluetooth_fast_conn_flag
+2 mem_mouse_discovery_timer
+1 mem_mouse_bluetooth_reconnect_timeout
+1 mem_mouse_need_soft_reset
+
+// le
+1 mem_mouse_le_bb_connected_flag
+1 mem_mouse_le_reconnect_flag
+1 mem_mouse_send_secutiry_request_timer
+
+3 mem_mouse_le_lap_temp
+3 mem_le_adv_ind
+3 mem_le_adv_direct_ind
+20 mem_le_adv_swift_pair
+1 mem_le_data_len
+2 mem_le_keyboard_handle
+2 mem_le_multimedia_handle
+2 mem_le_systemctrl_handle
+2 mem_le_battery_level_handle
+1 mem_le_battery_level_percentage
+2 mem_le_battery_level_updata_timer_init
+2 mem_le_battery_level_updata_timer
+1 mem_mouse_le_conn_param_reject
+32 mem_le_tx_buffer0_omemalloc
+32 mem_le_tx_buffer1_omemalloc
+32 mem_le_tx_buffer2_omemalloc
+32 mem_le_tx_buffer3_omemalloc
+1 mem_le_connect_status_flag
+1 mem_le_start_encrypt_timer
+1 mem_mouse_direct_timer
+
+//bt
+7 mem_device_addr_temp
+1 mem_mouse_bt_boot_mode
+5 mem_mouse_bt_boot_data
+1 mem_bt_send_max_slot_req_accept_after_switch
+1 mem_mouse_bt_send_first_package_timer
+1 mem_mouse_bt_send_first_package_flag
+1 mem_lmi_opcode_temp 
+1 mem_lpm_mult_init
+
+// mouse key
+1 mem_customer_key
+1 mem_customer_data_trigger
+1 mem_customer_data_trigger_last
+
+1 mem_mouse_lkey_press_status
+1 mem_mouse_rkey_press_status
+1 mem_mouse_mkey_press_status
+1 mem_mouse_bkkey_press_status
+1 mem_mouse_fwkey_press_status
+1 mem_mouse_dpikey_press_status
+1 mem_mouse_pbkey_press_status
+1 mem_mouse_customerkey_press_status
+1 mem_mouse_key_temp
+1 mem_mouse_key_status
+
+1 mem_mouse_matrix_key_cow_count
+1 mem_mouse_matrix_key_row_count
+1 mem_mouse_ghost_flag
+1 mem_bt_discovery_count
+1 mem_select_device_count
+1 mem_mouse_commbination_key
+1 mem_select_device_button_statue
+1 mem_commbination_key_statue
+1 mem_combination_ui_button_count
+
+// 2.4G
+1 mem_mouse_search_dongle_interval
+1 mem_mouse_search_dongle_ch
+1 mem_mouse_search_dongle_count
+1 mem_mouse_search_dongle_action
+1 mem_24g_enter_lpm_timer
+1 mem_mouse_24g_enter_lpm_enable
+
+//led
+1 mem_mouse_device_poweron_timer_count
+1 mem_mouse_dpi_led_delay_count
+1 mem_mouse_led_off_4_led
+1 mem_24g_device_led_status
+
+// mouse configured param
+8 mem_mouse_flag 
+1 mem_device_number
+2 mem_mouse_page_to
+1 mem_mouse_fast_direct_timeout
+2 mem_mouse_fast_page_to
+2 mem_mouse_24g_power_on_fast_conn_timer
+2 mem_mouse_24g_search_dongle_time_init
+2 mem_mouse_no_data_timeout
+
+1 mem_mouse_device_poweron_timer_count_init
+1 mem_mouse_dpi_led_delay_count_init
+2 mem_mouse_dpi_led_blink_time
+2 mem_mouse_disconvey_led_blink_time
+2 mem_mouse_low_v_led_blink_time
+2 mem_adc_low_volatage_led_blink_timer
+
+1 mem_mouse_commbination_key_bt
+1 mem_mouse_commbination_key_24g
+
+9 mem_customer_key_press
+9 mem_customer_key_release
+3 mem_mouse_set_high_impedance_bit_set
+
+1 mem_sensor_shutdown_flag
+1 mem_24g_long_sleep_set_level
+
+2 mem_tx_power_factory_param
+
+//dpi another button
+1 mem_mouse_another_dpi_connect_vin_flag
+1 mem_dpi_another_press_status
+1 mem_dpi_another_button_state
+1 mem_dpi_another_button_down_enable
+1 mem_mouse_key_temp_patch
+
+//firebutton
+1 mem_mouse_firebutton_connect_vin_flag
+1 mem_fire_key_status
+4 mem_fire_key_delay
+1 mem_fire_key_flag
+
+//le name config
+1 mem_le_name_len_temp
+19 mem_le_name_temp
+
+//1io2led multi
+1 mem_mouse_1io2led_led_enable
+1 mem_mouse_multi_led_blink_enable
+1 mem_mouse_bt_led_recon_effect_flag
+1 mem_mouse_multi_led_type
+1 mem_mouse_multi_led_poweron2s_flag_init
+1 mem_mouse_multi_led_poweron2s_flag
+1 mem_mouse_multi_led_powon2s_timer_init
+1 mem_mouse_multi_led_powon2s_timer
+1 mem_mouse_multi_led_blink_timer_init
+1 mem_mouse_multi_led_blink_timer
+1 mem_mouse_multi_led_state
+
+//log led
+2 mem_mouse_logo_led_on_time_init
+
+//le conn param
+1 mem_mouse_le_send_conn_param_update
+1 mem_mouse_le_send_conn_param_update_timer
+
+
+//lost-packet compensation
+3 mem_mouse_24g_short_sleep_set_4ms
+3 mem_mouse_24g_long_sleep_set_4ms
+1 mem_mouse_24g_fast_hop_count_4ms
+3 mem_mouse_24g_short_sleep_set_8ms
+3 mem_mouse_24g_long_sleep_set_8ms
+1 mem_mouse_24g_fast_hop_count_8ms
+
+4 mem_mouse_24g_tsniff
+4 mem_mouse_24g_tsniff_4ms
+4 mem_mouse_24g_tsniff_8ms
+3 mem_mouse_24g_short_sleep_set_init
+
+1 mem_mouse_24g_tx_count
+6 mem_mouse_24g_tx_time_last
+4 mem_mouse_24g_tx_time_last_delt
+5 mem_mouse_24g_tx_time_sum
+1 mem_mouse_24g_tx_time_sum_count
+1 mem_mouse_24g_tx_time_offset
+1 mem_mouse_24g_sleep_miss
+4 mem_mouse_24g_sleep_time_temp
+4 mem_mouse_24g_sleep_miss_temp
+
+1 mem_mouse_sleep_deal_type
+
+1 mem_mouse_24g_long_sleep_flag
+
+
+1 mem_mouse_dpi_last
+1 mem_mouse_dpi_temp
+1 mem_mouse_otp_dpi_value
+
+4 mem_mouse_24g_addr_last
+4 mem_mouse_24g_addr_temp
+
+1 mem_mouse_ice_sdio_for_sensor_angle
+1 mem_mouse_logo_enable_gpio0
+1 mem_mouse_low_led_count
+)
+
+
+(
+//combination
+0x01 MOUSE_L_BUTTON
+0X02 MOUSE_R_BUTTON
+0x03 MOUSE_LR_BUTTON
+0X04 MOUSE_M_BUTTON
+0X05 MOUSE_LM_BUTTON
+0X06 MOUSE_RM_BUTTON
+0X07 MOUSE_LMR_BUTTON
+0x09 MOUSE_L_BK_BUTTON
+0x14 MOUSE_M_FW_BUTTON
+0X18 MOUSE_BK_FW_BUTTON
+//mouse default gpio
+0x1B MOUSE_DEFAULT_XA_GPIO
+0x1C MOUSE_DEFAULT_XB_GPIO
+
+//ui led blink
+0X00C8  LED_RECONNECT_BLINK //200
+0X0190  LED_DPI_BLINK //400
+0X03E8  LED_DPI_BLINK_FIXED    //1000
+0X03E8  LED_DISCOVERY_BLINK    //1000
+0XFF    LED_LONG_BLINK
+0x05	LED_SENSOR_BLINK_CNT
+//mode device number
+0x00 MODE_24G_DEVICE
+0x01 MODE_BT_DEVICE1
+0x02 MODE_BT_DEVICE2
+0x03 MODE_BT_DEVICE3
+//mouse  flag
+0X00 WRITE_REQ_ENABLE_FLAG
+0X01 LL_START_ENC_FLAG
+0X02 LL_PAIRING_SUCCESS_FLAG
+
+
+//mouse_function_flag
+0x08 MOUSE_FLAG_LEN
+//byte 1
+0x00 MOUSE_SELECT_DEVICE_FLAG
+0x01 MOUSE_24G_PAIRING_FLAG
+0x02 MOUSE_STORE_EEPROM_FLAG
+0x03 MOUSE_BT_CANNEL_RECONN_FLAG
+0x04 MOUSE_LOW_VOLTAGE_FLAG
+0x05 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG
+0x06 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG
+
+//byte 2
+0x08 MOUSE_ENABLE_BLE_RANDOM_ADDRE
+0x09 MOUSE_ENABLE_2K_EEPROM
+0x0a MOUSE_ENABLE_INIT_DELAY
+0x0b MOUSE_ENABLE_WAKEUP_FROM_POWER
+0x0c MOUSE_ENABLE_16M
+0x0d MOUSE_ENABLE_USB
+
+//byte 3
+0x10 MOUSE_ENABLE_SPI2
+0x11 MOUSE_ENABLE_24G
+0x12 MOUSE_ENABLE_FLASH
+0x13 MOUSE_ENABLE_EEPROM
+0x14 MOUSE_ENABLE_ADC
+0x15 MOUSE_ENABLE_KEYBOARD
+0x16 MOUSE_ENABLE_24G_SEARCH_DONGLE
+0x17 MOUSE_ENABLE_OTP
+
+//byte 4
+0x18 MOUSE_ENABLE_24G_250Hz
+0x19 MOUSE_ENABLE_24G_500Hz
+0x1a MOUSE_ENABLE_24G_1000
+0x1b MOUSE_ENABLE_BT_125Hz
+0x1c MOUSE_ENABLE_DPI_LEVEL_4
+0x1d MOUSE_ENABLE_USB_250
+0x1e MOUSE_ENABLE_USB_500
+0x1f MOUSE_ENABLE_USB_1000
+
+//byte 5
+0x20 MOUSE_ENABLE_POWER_ON_LED
+0x21 MOUSE_ENABLE_LOW_VOLTAGE_LED
+0x22 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED
+0x23 MOUSE_ENABLE_LOW_VOLTAGE_LED_BLINK_N_SECOND
+0x24 MOUSE_ENABLE_4_LED
+0x25 MOUSE_ENABLE_DPI_FOR_4_LED
+0x26 MOUSE_ENABLE_BT2_FOR_4_LED
+0x27 MOUSE_ENABLE_LOW_V_FOR_4_LED
+
+//byte 6
+0x28 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON
+0x29 MOUSE_ENABLE_SELECT_DEVICE_BY_PB_BUTTON
+0x2a MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO
+0x2b MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC
+0x2c MOUSE_ENABLE_DPI_KEY_CONNECT_GND
+0x2d MOUSE_ENABLE_PB_BUTTON_CONNECT_GND
+0x2e MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
+0x2f MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING
+
+//byte 7 
+0x30 MOUSE_ENABLE_AUTO_24G_PARING
+0x31 MOUSE_ENABLE_24G_POWER_ON_PAIRING
+0x32 MOUSE_ENABLE_COMMBINATION_KEY_BY_24G_PAIRING
+0x33 MOUSE_ENABLE_BT_RECONNECT_TIMEOUT_ENTER_DISCOVERY
+0x34 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY
+0x35 MOUSE_ENABLE_COMMBINATION_KEY_BY_BT_DISCOVERY
+0x36 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY
+0x37 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY
+
+//byte 8
+0x38 MOUSE_ENABLE_SMOOTHER
+0x39 MOUSE_ENABLE_XY_OFFSET
+0x3a MOUSE_ENABLE_24G_AUTO_PAIR_NERVER_BEEN_PAIRED
+0x3b MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL
+0x3c MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
+0x3d MOUSE_ENABLE_24G_2M_PHY
+0x3e MOUSE_ENABLE_DOUBLE_DPI_KEY
+0x3f MOUSE_ENABLE_24G_NEW_REVISION
+
+//mouse dpi level
+0x00 MOUSE_DPI_LEVEL1
+0x01 MOUSE_DPI_LEVEL2
+0x02 MOUSE_DPI_LEVEL3
+0x03 MOUSE_DPI_LEVEL4
+
+
+//mouse sensor angle
+0x00 MOUSE_6CLK_ANGLE
+0X01 MOUSE_9CLK_ANGLE
+0X02 MOUSE_12CLK_ANGLE
+0X03 MOUSE_3CLK_ANGLE
+
+
+
+0xFF GPIO_DISABLE
+
+//DPI button state 
+0x00 DPI_BUTTON_STATE_UP
+0x01 DPI_BUTTON_STATE_DOWN
+
+
+//PB button state 
+0x00 PB_BUTTON_STATE_UP
+0x01 PB_BUTTON_STATE_DOWN
+
+//Commbination_key state 
+0x00 COMMBINATION_KEY_STATE_UP
+0x01 COMMBINATION_KEY_STATE_DOWN
+
+
+//eeprom address offect
+0X00 MOUSE_INFO_EEPROM_OFFECT
+0x58 MOUSE_STORE_FLAG
+0X5A MOUSE_DPI_EEPROM_OFFECT	//1byte
+0X5B MOUSE_G24_ADDR_EEPROM_OFFECT	//4bytes
+0X5F MOUSE_RANDOM_ADDR_COUNT_EEPROM_OFFSET	//2bytes
+0X61 MOUSE_EEPROM_MODULE_INIT_FLAG
+
+// Sensor id number
+0x30 P32XX_ID1
+0x31 P3065_ID1
+0x02 P3212_ID2
+0xD1 P3205_TJ3T_ID2
+0XD2 P3204_TJ3L_ID2
+0x54 PKA8_ID2
+0x70 P3065_XY_ID2
+0x00 P3065_ID2
+0x5a P_MX8650
+0xD8 P8009_ID2
+0x50 P6520A_ID2
+0x58 PKA8G2_ID1
+0x59 PKA8G2_ID2
+
+
+//Sensor type
+0X00 P3205
+0X01 P3065
+0X02 P3204
+0X03 P3212
+0X04 P3065_XY
+0x05 MX8650
+0x06 P8009
+0x07 P6520
+0X08 KA8
+0X09 KA8_UL
+0X0a KA8_HD
+0X0b KA8G2
+
+
+//SENSOR REG
+0x00 PAN_REG_PID_L
+0x01 PAN_REG_PID_H
+0x02 PAN_REG_MOTION_STAUS
+0x03 PAN_REG_DELTA_X
+0x04 PAN_REG_DELTA_Y
+0x05 PAN_REG_OPRATION_MODE
+0x06 PAN_REG_CONFIG
+0x07 PAN_REG_IMAGE_QUALITY
+0x08 PAN_REG_OPRATION_STATE
+0x09 PAN_REG_WRITE_PROTECT
+0x0A PAN_REG_SLEEP_1
+0x0B PAN_REG_ENTER_TIME
+0x0C PAN_REG_SLEEP_2
+0x0D PAN_REG_IMAGE_THRESHOLD
+0x0E PAN_REG_IMAGE_RECGNITION
+
+
+0x06 MOUSE_DPI_ADDRESS
+0x05 MOUSE_P3610_DPI_ADDRESS
+0x0D MOUSE_P3212_DPI_XADDRESS
+0x0E MOUSE_P3212_DPI_YADDRESS
+
+)
+
+(
+0x01 ADV_FLAG_LIMITED_DISCOVERABLE
+0x04 ADV_FLAG_BREDR_NOT_SUPPORTED
+)
+
+(
+2 BIT_POWER_ON
+)
+//device option low 2
+(
+1 MODE_4_MOUSE
+)
+
+
+(
+10 LE_LPM_DISABLE_TO
+1 LE_LPM_DISABLE
+0 LE_LPM_ENABLE
+
+12 LE_INTERVAL_15MS
+9 LE_INTERVAL_11_25MS//11.25ms
+7 LE_INTERVAL_8_75MS//8.75ms
+6 LE_INTERVAL_7_5MS//7.5ms
+12 CLASSIC_INTERVAL_7_5MS
+14 CLASSIC_INTERVAL_8_75MS
+18 CLASSIC_INTERVAL_11_25MS
+)
+
+(
+0x00 MOUSE_L_KEY
+0x01 MOUSE_R_KEY
+0x02 MOUSE_M_KEY
+0x03 MOUSE_BK_KEY
+0x04 MOUSE_FW_KEY
+0x05 MOUSE_DPI_KEY
+0x06 MOUSE_PB_KEY
+0x07 MOUSE_CUSTOMER_KEY
+0x00 MOUSE_DPI_ANOTHER_KEY
+)
+
+
+(
+0 G24_DISCONN_STATE
+1 G24_CONN_STATE
+
+8 G24_CH_NUMBER
+16 G24_CH_POLL_COUNT
+)
+
+(
+0 MOUSE_ADC_CHECK_BATTERY_ONLY
+1 MOUSE_ADC_CHECK_MULTIPLE
+2 MOUSE_ADC_CHECK_GPIO_MULTIPLE
+3 MOUSE_ADC_CHECK_VINLPM_MULTIPLE
+)
+
+
+(
+0x5a MOUSE_USB_INTERFACE_INSERT
+0xa5 MOUSE_USB_INTERFACE_REMOVE
+)
+
+(
+0x10 MOUSE_BLE_L2CAP_TXBUFF_SIZE
+)
+
+(
+0 MOUSE_ADC_ENABLE
+1 MOUSE_SEARCH_DONGLE_ENABLE
+2 MOUSE_24G_250HZ_ENABLE
+3 MOUSE_CLK_16M_ENABLE
+4 MOUSE_DPI_4_LEVEL_ENABLE
+5 MOUSE_KEYBOARD_ENABLE
+
+7 MOUSE_DEVICE_NUMBER_FLAG
+)
+
+(
+0 MULTI_LED_ON
+1 MULTI_LED_BLINK
+)
+
+
+//otp address offset
+(
+0x760 OTP_OFFSET_DPI
+0x78f OTP_OFFSET_DPI_END
+
+0x790 OTP_OFFSET_24G_ADDR
+0x7cf OTP_OFFSET_24G_ADDR_END		
+
+0x7ee OTP_OFFSET_APP_INITLAG
+)
+
+
Index: format/app_shutter.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/app_shutter.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/app_shutter.format	(working copy)
@@ -0,0 +1,250 @@
+
+
+xmemalloc shutter(
+
+////////////////////////////////////
+//shutter common config
+1 mem_shutter_bluetooth_type
+////////////////////////////////////
+
+2 mem_shutter_config_eeprom_offset_addr
+
+////////
+2 mem_shutter_config_eeprom_start_flag
+1 mem_shutter_config_user_size
+///////
+1 mem_shutter_config_label
+2 mem_shutter_config_otp_addr
+///////////////////////////////////
+
+////////////////////////////////////
+//classic shutter config
+2 mem_classic_shutter_random_mac_offset_addr
+////////////////////////////////////
+
+////////////////////////////////////
+//ble shutter config
+1 mem_ble_shutter_enable_notify
+2 mem_ble_shutter_reconn_adv_interval
+2 mem_ble_shutter_discovery_adv_interval
+2 mem_ble_shutter_reconn_timeout
+2 mem_ble_shutter_reconn_timer
+2 mem_ble_shutter_reconn_blink_on_time
+2 mem_ble_shutter_reconn_blink_off_time
+2 mem_ble_shutter_discovery_blink_on_time
+2 mem_ble_shutter_discovery_blink_off_time
+
+2 mem_ble_shutter_interval_min
+2 mem_ble_shutter_interval_max
+2 mem_ble_shutter_latency
+2 mem_ble_shutter_timeout
+
+2 mem_ble_shutter_interval_min_new
+2 mem_ble_shutter_interval_max_new
+2 mem_ble_shutter_latency_new
+2 mem_ble_shutter_timeout_new
+
+//////////////////shutter sleep timeout//////////////////
+2 mem_classic_shutter_discovery_timeout
+2 mem_classic_shutter_connect_timeout
+2 mem_ble_shutter_discovery_timeout
+2 mem_ble_shutter_connect_timeout
+2 mem_shutter_sleep_timeout
+2 mem_shutter_sleep_timer
+
+/////////////////////////////////////////////////////////////////
+1 mem_shutter_hard_soft_switch_case
+1 mem_shutter_soft_switch_button_gpio
+1 mem_shutter_soft_switch_power_state
+1 mem_shutter_soft_switch_poweron_time
+1 mem_shutter_soft_switch_poweroff_time
+2 mem_shutter_soft_switch_poweron_callback_function
+2 mem_shutter_soft_switch_poweroff_callback_function
+
+
+0 mem_shutter_keyscan
+1 mem_shutter_key_num
+2 mem_cb_shutter_keycan
+1 mem_shutter_key_conf0
+1 mem_shutter_key_conf1
+1 mem_shutter_key_conf2
+1 mem_shutter_key_conf3
+1 mem_shutter_key_conf4
+1 mem_shutter_key_conf5
+1 mem_shutter_key_conf6
+1 mem_shutter_key_conf7
+
+
+5 mem_key0_press
+5 mem_key1_press
+5 mem_key2_press
+5 mem_key3_press
+5 mem_key4_press
+5 mem_key5_press
+5 mem_key6_press
+5 mem_key7_press
+
+5 mem_key0_release	
+5 mem_key1_release
+5 mem_key2_release
+5 mem_key3_release
+5 mem_key4_release
+5 mem_key5_release
+5 mem_key6_release
+5 mem_key7_release
+
+5 mem_ble_data_buffer1
+5 mem_ble_data_buffer2
+5 mem_ble_data_buffer3
+5 mem_ble_data_buffer4
+5 mem_ble_data_buffer5
+5 mem_ble_data_buffer6
+5 mem_ble_data_buffer7
+5 mem_ble_data_buffer8
+50 mem_ble_data_buffer9_58
+
+5 mem_classic_data_buffer
+
+5 mem_classic_data_buffer1
+5 mem_classic_data_buffer2
+5 mem_classic_data_buffer3
+5 mem_classic_data_buffer4
+5 mem_classic_data_buffer5
+5 mem_classic_data_buffer6
+5 mem_classic_data_buffer7
+5 mem_classic_data_buffer8
+50 mem_classic_data_buffer9_58
+
+1 mem_queue_each_size
+1 mem_queue_length
+1 mem_queue_curr_num
+1 mem_queue_read_ptr
+1 mem_queue_write_ptr
+32 mem_queue_ele
+
+
+170 mem_shutter_nv_data
+
+0 mem_shutter_led_struct_app_led
+1 mem_shutter_led_struct_app_led_type
+1 mem_shutter_led_struct_app_led_blink_count
+1 mem_shutter_led_struct_app_led_gpio
+2 mem_shutter_led_struct_app_led_on_time
+2 mem_shutter_led_struct_app_led_off_time
+2 mem_shutter_led_struct_app_led_on_callback
+2 mem_shutter_led_struct_app_led_off_callback
+
+0 mem_shutter_power_off_led_style
+1 mem_shutter_power_off_led_style_type
+1 mem_shutter_power_off_led_style_blink_count
+1 mem_shutter_power_off_led_style_gpio
+2 mem_shutter_power_off_led_style_on_time
+2 mem_shutter_power_off_led_style_off_time
+2 mem_shutter_power_off_led_style_on_callback
+2 mem_shutter_power_off_led_style_off_callback
+
+1 mem_shutter_soft_swtich_botton_down
+11 mem_shutter_soft_swtich_led_struct_temp
+1 mem_shutter_power_off_timeout
+1 mem_shutter_power_off_timer
+2 mem_shutter_key_conf0_temp
+1 mem_shutter_led_struct_app_led_gpio_temp
+1 mem_shutter_hard_soft_switch_case_temp
+1 mem_shutter_soft_switch_button_gpio_temp
+
+1 mem_shutter_soft_switch_first_power_on
+1 mem_shutter_dy_conf
+380 mem_shutter_le_uuid_sup
+40 mem_shutter_key_value_list
+
+)
+
+
+
+
+(
+0 BLE_SHUTTER
+1 CLASSIC_SHUTTER
+)
+
+(
+0x0000 NVRAM_EEPROM_OFFSET
+)
+
+(
+0x1b3a SHUTTER_EEPROM_CONFIG_CRC
+)
+
+(
+5 MAX_QUEUE_NUM
+5 SHUTTER_BLE_DATA_BUFFER
+5 SHUTTER_CLASSIC_DATA_BUFFER
+)
+
+
+(
+0x13	GATT_CONSUMER_NOTIFY_HANDLE
+0x14	GATT_CONSUMER_WRITE_HANDLE
+0x17	GATT_KEYBOARD_NOTIFY_HANDLE
+0x18	GATT_KEYBOARD_WRITE_HANDLE
+)
+
+(
+//20ms
+0x0020	FAST_ADV_INTERVAL_VALUE
+//100ms
+0x00a0	SLOW_ADV_INTERVAL_VALUE
+)
+
+
+(
+0 ATT_BIT_NOTIFICATION
+1 ATT_BIT_INDICATION
+)
+///////////////////////////////////////////////////////////////////////////////////////
+
+(
+0 HARD_SWITCH
+1 SOFT_SWITCH
+)
+
+
+(
+1  FLAG_SHUTTER_HID_DISCONN_TIMEOUT
+5 FLAG_SHUTTER_CABLE_UNPLUG_TIMEOUT
+)
+
+(//Data Rom Buffer Addr
+313		BLE_GATT_LIST_SIZE
+487		BT_SDP_LIST_SIZE
+40		BLE_KEY_VALUE_LIST_SIZE
+40		BT_KEY_VALUE_LIST_SIZE
+)
+
+
+(//soft switch power state
+0		SS_STATE_POWER_UP
+1		SS_STATE_POWER_ON
+2		SS_STATE_POWER_OFF
+)
+
+(
+0		SS_POWER_STATE_OFFSET
+1		SS_POWER_ON_TIME
+2		SS_POWER_OFF_TIME
+3		SS_POWER_ON_CB
+5		SS_POWER_OFF_CB
+
+)
+
+(
+
+0x4FFE SIM_IIC_SCL_GPIO_NUM
+0x4FFF SIM_IIC_SDA_GPIO_NUM
+
+)
+
+(
+0 SHUTTER_TYPE
+1 SHUTTER_DY_TYPE
+)
Index: format/app_shutter_dy.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/app_shutter_dy.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/app_shutter_dy.format	(working copy)
@@ -0,0 +1,238 @@
+
+
+xmemalloc shutter_dy(
+
+////////////////////////////////////
+//shutter common config
+
+//timers
+1 mem_shutter_1s_timer
+2 mem_shutter_timer_625us
+
+//patch variable
+11 mem_rf_init_data_new
+2 mem_key_value_xmem
+250 mem_shutter_le_hid_map
+//380 mem_shutter_le_uuid_sup
+2 mem_shutter_le_map_len_android
+2 mem_shutter_le_map_len_ios
+16 mem_le_search_service_uuid
+1 mem_iphone_flag
+1 mem_send_data_delay
+4 mem_key_send_clk
+10 mem_shutter_key_state0
+10 mem_shutter_key_state1
+10 mem_shutter_key_state2
+10 mem_shutter_key_state3
+10 mem_shutter_key_state4
+10 mem_shutter_key_state5
+10 mem_shutter_key_state6
+10 mem_key0_release_new	
+10 mem_key1_release_new
+10 mem_key2_release_new
+10 mem_key3_release_new
+10 mem_key4_release_new
+10 mem_key5_release_new
+10 mem_key6_release_new
+3 mem_key0_long_press
+3 mem_key1_long_press
+3 mem_key2_long_press
+3 mem_key3_long_press
+3 mem_key4_long_press
+3 mem_key5_long_press
+3 mem_key6_long_press
+3 mem_key0_long_release	
+3 mem_key1_long_release
+3 mem_key2_long_release
+3 mem_key3_long_release
+3 mem_key4_long_release
+3 mem_key5_long_release
+3 mem_key6_long_release
+2 mem_combine_key0
+2 mem_combine_key1
+2 mem_combine_key2
+2 mem_combine_key3
+2 mem_combine_key4
+2 mem_combine_key5
+2 mem_combine_key_state0
+10 mem_combine_key0_press
+10 mem_combine_key1_press
+10 mem_combine_key2_press
+10 mem_combine_key3_press
+10 mem_combine_key4_press
+10 mem_combine_key5_press
+10 mem_combine_key_release
+4 mem_shutter_move_data
+10 mem_key0_press_i
+10 mem_key1_press_i
+10 mem_key2_press_i
+10 mem_key3_press_i
+10 mem_key4_press_i
+10 mem_key5_press_i
+10 mem_key0_release_new_i
+10 mem_key1_release_new_i
+10 mem_key2_release_new_i
+10 mem_key3_release_new_i
+10 mem_key4_release_new_i
+10 mem_key5_release_new_i
+10 mem_key6_release_new_i
+3 mem_key0_long_release_i
+3 mem_key1_long_release_i
+3 mem_key2_long_release_i
+3 mem_key3_long_release_i
+3 mem_key4_long_release_i
+3 mem_key5_long_release_i
+3 mem_key6_long_release_i
+10 mem_key3_release_new_t
+10 mem_key3_release_new_i_t
+1 mem_key3_press_count
+1 mem_shutter_like_timeout
+1 mem_shutter_key_pressed
+1 mem_shutter_combine_key_release
+700 mem_shutter_mousekey_value_list
+1 mem_shutter_back_count
+1 mem_shutter_le_conned
+0 mem_move_config
+1 mem_shutter_iphone_beyond_x_count
+1 mem_shutter_iphone_beyond_y_count
+2 mem_shutter_move_data_x
+2 mem_shutter_move_data_y
+1 mem_last_shutter_le_iphone_flag
+0 mem_move_config_end
+1 mem_shutter_back_count_cache
+1 mem_shutter_iphone_beyond_x_cache
+1 mem_shutter_iphone_beyond_y_cache
+8 mem_shutter_iphone_move_mid
+1 mem_shutter_long_key_released_flag
+1 mem_shutter_move_mid_timer
+1 mem_shutter_pairing_success
+2 mem_combine_key_release_value
+1 mem_last_press_key_value
+1 mem_shutter_first_move
+1 mem_move_mode_set
+1 mem_move_mode_key_index
+1 mem_move_mode_trigger_enable
+5 mem_shutter_android_move_mid
+8 mem_shutter_iphone_up_mid
+8 mem_shutter_iphone_like_mid
+1 mem_shutter_key_num_conf
+7 mem_shutter_dy_key_conf
+11 mem_le_dy_adv_data
+12 mem_le_dy_scan_data
+8 mem_ble_shutter_dy_interval_min_new
+8 mem_shutter_ble_discovery_time_conf
+2 mem_queue_dy_each_size
+10 mem_dy_key0_press
+10 mem_dy_key1_press
+10 mem_dy_key2_press
+10 mem_dy_key3_press
+10 mem_dy_key4_press
+10 mem_dy_key5_press
+10 mem_dy_key6_press
+7 mem_shutter_led_on_light_dark_led_conf
+7 mem_shutter_led_off_light_dark_led_conf
+4 mem_shutter_reconn_blink_on_time_conf
+4 mem_shutter_discovery_blink_on_time_conf
+2 mem_shutter_efuse_start_offset
+2 mem_shutter_efuse_end_offset
+
+0 mem_initial_move_conf
+2 mem_android_initial_move_x
+2 mem_android_initial_move_y
+2 mem_iphone_initial_move_x
+2 mem_iphone_initial_move_y
+//淇敼澧炲姞淇濆瓨鍙傛暟
+0 mem_otp_move_config
+//1 mem_shutter_iphone_beyond_x_count
+//1 mem_shutter_iphone_beyond_y_count
+2 mem_otp_shutter_move_data_x
+2 mem_otp_shutter_move_data_y
+1 mem_otp_last_shutter_le_iphone_flag
+0 mem_otp_move_config_end
+2 mem_otp_write_offset_addr
+2 mem_otp_read_offset_addr
+2 mem_otp_read_ios_android_addr
+2 mem_shutter_temp_count
+1 mem_shutter_first_read_flag
+1 mem_shutter_valid_data_flag
+0 mem_shutter_end
+)
+
+
+(
+10 MAX_QUEUE_NUM_COMBINEKEY
+10 MAX_QUEUE_NUM_RELEASE
+3 MAX_QUEUE_NUM_LONG_RELEASE
+10 MAX_QUEUE_NEW_PRESS
+
+10 EVERY_PAYLOAD_LEN
+)
+
+
+(
+0x24	GATT_KEYBOARD_WRITE_HANDLE_NEW
+)
+
+
+///////////////////////////////////////////////////////////////////////////////////////
+
+(//Data Rom Buffer Addr
+640		BT_DY_KEY_VALUE_LIST_SIZE
+)
+
+//otp address offset
+(
+0x05   SHUTTER_PARA_TOTAL_NUM
+//0x7b0  SHUTTER_EFUSE_START_OFFECT	//璧峰鍦板潃
+//0x680  SHUTTER_EFUSE_END_OFFECT	       //缁撴潫鍦板潃
+)
+
+
+(
+//uart config
+115200 UART_BAUD
+)
+
+(
+10 SHUTTER_KEY_CONF_SATE_BYTES
+0 KEY_STATE_PRESS_CLK_OFFSET
+4 KEY_STATE_PRESS_COUNT_OFFSET
+5 KEY_STATE_RELEASE_CLK_OFFSET
+9 KEY_STATE_LONGPRESS_OFFSET
+4 KEY_STATE_PRESS_CLK_LENGTH
+1 KEY_STATE_PRESS_COUNT_LENGTH
+4 KEY_STATE_RELEASE_CLK_LENGTH
+1 KEY_STATE_LONGPRESS_LENGTH
+)
+
+(
+0  SHUTTER_RIGHT_KEY_NUM
+1  SHUTTER_LIKE_KEY_NUM
+2  SHUTTER_DOWN_KEY_NUM
+3  SHUTTER_PHOTO_KEY_NUM
+4  SHUTTER_UP_KEY_NUM
+5  SHUTTER_LEFT_KEY_NUM
+6  SHUTTER_MOVE_KEY_NUM
+)
+
+(
+//0xaa ANDROID_INITIAL_MOVE_X //170
+//0x78 ANDROID_INITIAL_MOVE_Y //120
+//0x69 IPHONE_INITIAL_MOVE_X
+//0x38 IPHONE_INITIAL_MOVE_Y
+0X0a ANDROID_EVERY_MOVE_SIZE
+0x07 IPHONE_EVERY_MOVE_SIZE
+0x62 IPHONE_ONCE_MAX_MOVE_VALUE
+)
+
+(
+0x00 MOVE_COMBINE_KEY
+0x01 MOVE_SINGLE_KEY
+)
+
+(
+//6key or 7key conf
+6 SHUTTER_SIX_KEY
+7 SHUTTER_SEVEN_KEY
+)
+
Index: format/ble_protocol_stack/le.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/ble_protocol_stack/le.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/ble_protocol_stack/le.format	(working copy)
@@ -0,0 +1,441 @@
+
+memalloc(
+260 mem_le_rxbuf
+
+/* security temp */
+4 mem_le_mic
+4 mem_le_peer_mic
+//8 mem_le_skdm
+//8 mem_le_skds
+16 mem_le_mrand
+
+
+/* ========= le context =========== */
+1 mem_le_state
+1 mem_le_mode
+2 mem_le_tsniff
+4 mem_le_anchor
+6 mem_le_clk_offset
+2 mem_le_receive_window
+6 mem_le_plap
+1 mem_le_conn_handle
+1 mem_le_arq
+1 mem_le_ch
+1 mem_le_hop
+2 mem_le_event_count
+4 mem_le_supervision_timer
+2 mem_le_instant
+1 mem_le_channels
+1 mem_le_op
+
+	/* these 3 should NOT be seperated */
+4 mem_le_access
+3 mem_le_crcinit
+1 mem_le_window_size
+
+	/* these 3 should NOT be seperated */
+2 mem_le_slave_latency
+2 mem_le_superto
+5 mem_le_channel_map
+
+
+1 mem_le_rx_phy
+1 mem_le_tx_phy
+
+9 mem_le_update_new_param
+
+16 mem_le_sk
+
+1 mem_le_peer_sca
+1 mem_le_err_code
+1 mem_le_ll_pairing_fail_reason
+
+/* ========= le context ending =========== */
+
+/* test */
+1 mem_le_testtype
+1 mem_cmd_le_create_conn
+
+)
+
+amemalloc mem_le_update_new_param(
+//update connection parameter
+	0 mem_le_new_param
+	1 mem_le_new_transmitwindowsize
+	2 mem_le_new_transmitwindowoffset
+	2 mem_le_new_conninterval
+	2 mem_le_new_connslavelatency
+	2 mem_le_new_connsupervisiontimeout
+)
+
+amemalloc mem_le_update_new_param(
+//update map parameter
+	5 mem_le_new_map
+)
+
+amemalloc mem_le_update_new_param(
+//update phy parameter
+	1 mem_le_new_m2s_phy
+	1 mem_le_new_s2m_phy
+)
+
+amemalloc mem_le_rxbuf(
+//data channel PDU
+	1 mem_le_rxbuf_data_header
+	1 mem_le_rxbuf_data_length
+	255 mem_le_rxbuf_data_payload
+)
+
+amemalloc mem_le_rxbuf(
+//data channel LL control PDU
+	1 mem_le_rxbuf_data_ll_header
+	1 mem_le_rxbuf_data_ll_length
+	1 mem_le_rxbuf_data_ll_opcode
+	26 mem_le_rxbuf_data_ll_control_data
+)
+
+xmemalloc(
+1 mem_version
+2 mem_company_id
+2 mem_sub_version
+
+2 mem_le_dsniff
+2 mem_le_conn_interval
+1 mem_le_tx_ifs_defference
+1 mem_le_tx2m_delay
+
+1 mem_le_txheader
+1 mem_le_txlen
+256 mem_le_txpayload
+
+//modified name
+1 mem_le_name_len
+30 mem_le_name
+
+
+/* smp related */
+
+16 mem_le_ltk
+1 mem_ltk_exists
+16 mem_le_rconfirm
+16 mem_le_srand
+1 mem_le_iat
+1 mem_le_rat
+1 mem_le_preq
+1 mem_le_preq_iocap
+1 mem_le_preq_oob
+1 mem_le_preq_auth
+1 mem_le_preq_max_keysize
+1 mem_le_preq_init_key_distribution
+1 mem_le_preq_resp_key_distribution
+1 mem_le_pres
+1 mem_le_pres_iocap
+1 mem_le_pres_oob
+1 mem_le_pres_auth
+1 mem_le_pres_max_keysize
+1 mem_le_pres_init_key_distribution
+1 mem_le_pres_resp_key_distribution
+
+/* att related */
+
+2 mem_le_notify_handle
+1 mem_le_search_uuid_length
+16 mem_le_search_uuid
+
+
+
+//START of LE conn parameter structure
+0 mem_le_conn_param
+1 mem_le_conn_peer_addr_type
+6 mem_le_conn_peer_addr
+1 mem_le_conn_own_addr_type
+2 mem_le_interval_min
+2 mem_le_interval_max
+2 mem_le_latency
+2 mem_le_timeout
+//START of LE conn parameter structure
+
+
+3 mem_le_lap
+1 mem_le_uap
+2 mem_le_nap
+
+
+2 mem_le_local_mtu
+2 mem_le_remote_mtu
+
+8 mem_le_skdm
+8 mem_le_skds
+
+2 mem_le_init_superto
+2 mem_ui_le_uuid_table
+
+1 mem_le_secure_connect_flag
+1 mem_le_secure_connect_state
+1 mem_le_sc_confirm_gkey_flag
+
+
+1 mem_le_pairing_state
+1 mem_le_enc_state
+1 mem_le_pairing_mode
+4 mem_le_tk
+2 mem_le_ediv
+8 mem_le_rand
+16 mem_le_irk
+
+//LE attribute list
+4 mem_le_transmit_window
+
+//ble General configuration 
+1 mem_le_configuration
+16 mem_le_fixed_ltk
+2 mem_le_pairing_handle
+
+
+1 mem_le_packet_llid
+
+//for continue
+2 mem_le_l2cap_size
+2 mem_le_packet_len_recved
+2 mem_le_payload_ptr
+
+
+//ble gatt signaling
+1 mem_le_signaling_identifier
+2 mem_le_l2cap_signaling_conn_param_update_rsp_result
+
+1 mem_le_md_count
+2 mem_le_l2cap_parse_cb
+2 mem_ble_l2cap_tx_buff0_ptr
+2 mem_ble_l2cap_tx_buff_size_ptr
+)
+
+(//mem_le_T_IFS
+150 PARAM_T_IFS_150US
+20000 PARAM_20MS_INIT
+-11 PARAM_SYNC_TIME_DIFFERENCE
+40 PARAM_CODED_C1_TERM1_TIME_40US
+1666 PARAM_WINDOWN_SIZE
+//T_IFS = 150-modem(CRC time)
+)
+
+
+(
+0 DEFAULT_STATES
+1 IPHONE_LOST_LTK
+2 MODULE_LOST_LTK
+3 LTK_NOT_LOST
+)
+
+	//BLE ErrorCodes
+	(    
+	0x01 ERROR_UNKNOWN_HCI_COMMAND
+	0x02 ERROR_NO_CONNECTION
+	0x03 ERROR_HARDWARE_FAILURE
+	0x04 ERROR_PAGE_TIMEOUT
+	0x05 ERROR_AUTHENTICATION_FAILURE
+	0x06 ERROR_KEY_MISSING
+	0x07 ERROR_MEMORY_FULL
+	0x08 ERROR_CONNECTION_TIMEOUT
+	0x09 ERROR_MAX_CONNECTIONS
+	0x0A ERROR_MAX_SCO_CONNECTIONS
+	0x0B ERROR_MAX_ACL_CONNECTIONS
+	0x0C ERROR_COMMAND_DISALLOWED
+	0x0D ERROR_HOST_REJECT_LIMITED_RESOURCES
+	0x0E ERROR_HOST_REJECT_SECURITY_REASONS
+	0x0F ERROR_HOST_REJECT_REMOTE_IS_ONLY_PERSONAL
+	0x10 ERROR_HOST_TIMEOUT
+	0x11 ERROR_UNSUPPORTED_FEATURE_OR_PARAMETER_VALUE
+	0x12 ERROR_INVALID_HCI_COMMAND_PARAMETERS
+	0x13 ERROR_REMOTE_USER_TERMINATED_CONNECTION
+	0x14 ERROR_REMOTE_LOW_RESOURCES
+	0x15 ERROR_REMOTE_POWERING_OFF
+	0x16 ERROR_CONNECTION_TERMINATED_BY_LOCAL_HOST
+	0x17 ERROR_REPEATED_ATTEMPTS
+	0x18 ERROR_PAIRING_NOT_ALLOWED
+	0x19 ERROR_UNKNOWN_LMP_PDU
+	0x1A ERROR_UNSUPPORTED_REMOTE_FEATURE
+	0x1B ERROR_SCO_OFFSET_REJECTED
+	0x1C ERROR_SCO_INTERVAL_REJECTED
+	0x1D ERROR_SCO_AIR_MODE_REJECTED
+	0x1E ERROR_INVALID_LMP_PARAMETER
+	0x1F ERROR_UNSPECIFIED_ERROR
+	0x20 ERROR_UNSUPPORTED_LMP_PARAMETER_VALUE
+	0x21 ERROR_ROLE_CHANGE_NOT_ALLOWD
+	0x22 ERROR_LMP_RESPONSE_TIMEOUT
+	0x23 ERROR_ERROR_TRANSACTION_COLLISION
+	0x24 ERROR_LMP_PDU_NOT_ALLOWED
+	0x25 ERROR_ENCRYPTION_MODE_NOT_ACCEPTABLE
+	0x26 ERROR_UNIT_KEY_USED
+	0x27 ERROR_QOS_NOT_SUPPORTED
+	0x28 ERROR_INSTANT_PASSED
+	0x29 ERROR_PAIRING_W_UNIT_KEY_NOT_SUPPORTED
+	0x2a ERROR_DIFFERENT_TRANSACTION_COLLISION
+	0x2c ERROR_QOS_UNACCEPTABLE_PARAMETER
+	0x2d ERROR_QOS_REJECTED
+	0x2e ERROR_CHANNEL_CLASSIFICATION_NOT_SUPPORTED
+	0x2f ERROR_INSUFFICIENT_SECURITY
+	0x30 ERROR_PARAMETER_OUT_OF_MANDATORY_PANGE
+	0x32 ERROR_ROLE_SWITCH_PENDING
+	0x34 ERROR_RESERVED_SLOT_VIOLATION
+	0x35 ERROR_ROLE_SWITCH_FAILED
+	0x36 ERROR_EXTENDED_INQUIRY_RESPONSE_TOO_LARGE
+	0x37 ERROR_SIMPLE_PAIRING_NOT_SUPPORTED_BY_HOST
+	0x38 ERROR_HOST_BUSY_PAIRING
+	0x3d ERROR_MIC_FAILURE
+	)
+
+
+	//modified_name
+	(
+	0X20 SPACE	
+	)
+	/* LE L2CAP CID */
+	(
+	0x0004 LE_L2CAP_CID_ATT
+	0x0005 LE_L2CAP_CID_SIGNAL
+	0x0006 LE_L2CAP_CID_SMP
+	)
+
+	//LE address type
+	(
+	0 LE_ADDR_TYPE_PUBLIC
+	1 LE_ADDR_TYPE_RANDOM
+	)
+	//LE address type bitmap
+	(
+	7 LE_RECEIVER_ADDR_BIT
+	6 LE_SENDER_ADDR_BIT
+	)
+	//LE SCAN TYPE
+	(
+	0x00 LE_SCAN_TYPE_PASSIVE //no SCAN_REQ shall be sent
+	0x01 LE_SCAN_TYPE_ACTIVE
+	)
+
+	//LE SCAN ENABLE
+	(
+	0x00 LE_SCAN_DISABLE
+	0x01 LE_SCAN_ENABLE
+	0x0101 LE_ACTIVE_SCAN_ENABLE
+	)
+
+	//LE FIND INFORMATION RESPONSE
+	//THE FORMAT OF THE INFORMATION DATA
+	(
+	0x01 UUID_SIZE_16BIT
+	0x02 UUID_SIZE_128BIT
+	)
+
+//	le_state_map 0-2 is reserved for state_inconn,state_insniff and state_sco
+(
+3 lestate_got_first_packet
+4 lestate_encryption
+5 lestate_update_param
+6 lestate_update_map
+7 lestate_update_phy
+)
+
+// 	le mode
+(
+0 lemode_idle
+1 lemode_slave
+3 lemode_master
+0x20 lemode_2m
+0x40 lemode_lr_s2
+0xc0 lemode_lr_s8
+)
+
+(
+0 llid0
+1 llid1
+2 nesn
+3 sn
+4 md
+5 wak
+6 txdat
+)
+
+(
+0x01 LLID_CONTINUE
+0x02 LLID_START
+0x03 LLID_LE_LL
+0x01 LLID_EMPTY
+)
+
+(
+4 LE_TX_BUFF_COUNT
+3 LE_TX_BUFF_UPDATE_LOOPCNT //LE_TX_BUFF_COUNT-1
+
+12 LE_MD_MAX_COUNT
+)
+
+
+(
+0 LE_INITATOR_LTK_BIT
+1 LE_INITATOR_IRK_BIT
+2 LE_INITATOR_CSRK_BIT
+)
+
+
+
+
+
+(
+0  LE_FIND_BY_TYPE_VAL_RES_NOT_FOUND
+1  LE_FIND_BY_TYPE_VAL_RES_FOUND_STARTING_HANDLE
+2  LE_FIND_BY_TYPE_VAL_RES_FOUND_ENDING_HANDLE
+
+)
+
+(
+0 MASTER_PUBLIC_ADDR
+1 MASTER_RANDOM_ADDR
+)
+
+(
+0x06 LE_ERR_PIN_OR_KEY_MISSING
+)
+
+(
+39 LE_CCM_DIRECTIONBIT
+)
+(
+36 BR_CCM_0_LENGTH_CONTINUATION
+37 BR_CCM_DIRECTIONBIT
+)
+
+(
+96000 TIMER_SMP_PAIRING_TIMEOUT //30S
+)
+
+
+
+//mem_le_enc_state
+(
+0 FLAG_LE_ENC_NULL
+1 FLAG_LE_RCV_ENC_START
+2 FLAG_LE_ENC_PAUSE
+3 FLAG_LE_RCV_START_ENC_RSP
+4 FLAG_LE_SEND_START_ENC_RSP
+5 FLAG_LE_SEND_START_ENC_REQ
+0xff FLAG_LE_ENC_END
+)
+
+(//mem_le_configuration
+//bit0:use fixed key , ble passkey pairing
+0 BIT_BLE_PASSKEY_FIXED_KEY
+//bit1:ble pairing use fixed long term key
+1 BIT_BLE_PAIRING_FIXED_LTK
+//bit2:ble transmit packet will set more data flag
+2 BIT_BLE_TRANSMIT_PACKET_BY_MD
+//bit3:master read handle, with requires an authenticated link
+3 BIT_BLE_READ_AUTH
+//bit4:master write handle, with requires an authenticated link
+4 BIT_BLE_WRITE_AUTH
+//bit5:cannot enter long sleep
+5 BIT_BLE_SHORT_MULT
+//bit6:DEAL baseband packet
+6 BIT_BLE_DEAL_BB_PACKET
+)
+
Index: format/ble_protocol_stack/le_advertising.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/ble_protocol_stack/le_advertising.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/ble_protocol_stack/le_advertising.format	(working copy)
@@ -0,0 +1,104 @@
+
+xmemalloc(
+// parameters
+1 mem_le_scan_enable
+2 mem_le_scan_interval
+2 mem_le_scan_window
+
+
+1 mem_le_adv_data_len
+31 mem_le_adv_data
+1 mem_le_scan_data_len
+31 mem_le_scan_data
+
+//START of LE adv parameter structure
+1 mem_le_adv_enable
+0 mem_le_adv_param
+2 mem_le_adv_interval
+1 mem_le_adv_type
+1 mem_le_adv_own_addr_type
+6 mem_le_adv_direct_addr
+1 mem_le_adv_channel_map
+//END of LE adv parameter structure
+
+//START of LE scan parameter structure
+0 mem_le_scan_params
+1 mem_le_scan_type
+1 mem_le_scan_own_addr_type
+//END of LE scan parameter structure
+)
+
+amemalloc mem_le_rxbuf(
+//advertising channel PDU
+	1 mem_le_rxbuf_adv_header
+	1 mem_le_rxbuf_adv_length
+	255 mem_le_rxbuf_adv_payload
+)
+
+amemalloc mem_le_rxbuf(
+//advertising channel PDU
+//Scan Req
+	1 mem_le_rxbuf_adv_scan_req_header
+	1 mem_le_rxbuf_adv_scan_req_length
+	6 mem_le_rxbuf_adv_scan_req_scan_address
+	6 mem_le_rxbuf_adv_scan_req_adv_address
+)
+
+amemalloc mem_le_rxbuf(
+//advertising channel PDU
+//Connect IND
+	1 mem_le_rxbuf_adv_connect_ind_header
+	1 mem_le_rxbuf_adv_connect_ind_length
+	6 mem_le_rxbuf_adv_connect_ind_init_address
+	6 mem_le_rxbuf_adv_connect_ind_adv_address
+	4 mem_le_rxbuf_adv_connect_ind_access_address
+	3 mem_le_rxbuf_adv_connect_ind_crc_init
+	1 mem_le_rxbuf_adv_connect_ind_win_size
+	2 mem_le_rxbuf_adv_connect_ind_win_offset
+	2 mem_le_rxbuf_adv_connect_ind_interval
+	2 mem_le_rxbuf_adv_connect_ind_latency
+	2 mem_le_rxbuf_adv_connect_ind_timeout
+	5 mem_le_rxbuf_adv_connect_ind_channel_map
+	1 mem_le_rxbuf_adv_connect_ind_hop_and_sca
+)
+
+(
+0x01	GAP_ADTYPE_FLAGS
+0x02	GAP_ADTYPE_16BIT_MORE
+0x03	GAP_ADTYPE_16BIT_COMPLETE
+0x04	GAP_ADTYPE_32BIT_MORE
+0x05	GAP_ADTYPE_32BIT_COMPLETE
+0x06	GAP_ADTYPE_128BIT_MORE
+0x07	GAP_ADTYPE_128BIT_COMPLETE
+0x08	GAP_ADTYPE_LOCAL_NAME_SHORT
+0x09	GAP_ADTYPE_LOCAL_NAME_COMPLETE
+0x0a	GAP_ADTYPE_POWER_LEVEL
+0x16	GAP_ADTYPE_SERVICE_DATA
+0x2a	GAP_ADTYPE_MESH_MESSAGE
+0x2b 	GAP_ADTYPE_MESH_BEACON
+0xff	GAP_ADTYPE_MANUFACTURER_SPECIFIC
+)
+
+/* advertising channel PDU type */
+(
+0 ADV_IND
+1 ADV_DIRECT_IND
+2 ADV_NONCONN_IND
+3 SCAN_REQ
+3 AUX_SCAN_REQ
+4 SCAN_RSP
+5 CONNECT_REQ
+5 AUX_CONNECT_REQ
+6 ADV_SCAN_IND
+)
+
+(
+0 BIT_ADV_CHANNEL_MAP_37
+1 BIT_ADV_CHANNEL_MAP_38
+2 BIT_ADV_CHANNEL_MAP_39
+)
+
+(
+0xa0 param_le_sca
+)
+
Index: format/ble_protocol_stack/le_l2cap_att.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/ble_protocol_stack/le_l2cap_att.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/ble_protocol_stack/le_l2cap_att.format	(working copy)
@@ -0,0 +1,194 @@
+
+xmemalloc(
+	1 mem_le_l2cap_att_states
+
+	/* should be together */
+	1 mem_le_att_opcode
+	2 mem_le_att_handle
+	1 mem_le_search_res
+
+)
+
+amemalloc mem_temp_block2(
+	2 mem_le_search_handle_start
+	2 mem_le_search_handle_end
+	0 mem_le_att_offset
+	1 mem_le_search_att_type_length
+	16 mem_le_search_att_type
+
+	1 mem_le_curr_att_len
+
+	2 mem_le_cur_attlist_start_ptr
+	2 mem_le_cur_handle_start
+	2 mem_le_cur_handle_end
+	1 mem_le_cur_uuid_length
+	16 mem_le_cur_uuid
+)
+
+
+amemalloc mem_le_rxbuf(
+//data channel ATT start PDU
+	1 mem_le_rxbuf_data_att_header
+	1 mem_le_rxbuf_data_att_length
+	2 mem_le_rxbuf_data_att_l2cap_length
+	2 mem_le_rxbuf_data_att_cid
+	1 mem_le_rxbuf_data_att_opcode
+	250 mem_le_rxbuf_data_att_payload
+)
+
+
+amemalloc mem_le_rxbuf(
+//data channel ATT continue PDU
+	1 mem_le_rxbuf_data_continue_header
+	1 mem_le_rxbuf_data_continue_length
+	255 mem_le_rxbuf_data_continue_payload
+)
+
+amemalloc mem_le_rxbuf(
+//data channel ATT write request PDU
+	1 mem_le_rxbuf_data_att_write_header
+	1 mem_le_rxbuf_data_att_write_length
+	2 mem_le_rxbuf_data_att_write_l2cap_length
+	2 mem_le_rxbuf_data_att_write_cid
+	1 mem_le_rxbuf_data_att_write_opcode
+	2 mem_le_rxbuf_data_att_write_handle
+	248 mem_le_rxbuf_data_att_write_payload
+)
+
+amemalloc mem_le_rxbuf(
+//data channel ATT prepare write request PDU
+	1 mem_le_rxbuf_data_prepare_att_write_header
+	1 mem_le_rxbuf_data_prepare_att_write_length
+	2 mem_le_rxbuf_data_prepare_att_write_l2cap_length
+	2 mem_le_rxbuf_data_prepare_att_write_cid
+	1 mem_le_rxbuf_data_prepare_att_write_opcode
+	2 mem_le_rxbuf_data_prepare_att_write_handle
+	2 mem_le_rxbuf_data_prepare_att_write_offset
+	246 mem_le_rxbuf_data_prepare_att_write_payload
+)
+
+(//bit of mem_le_l2cap_att_states
+0 BLE_L2CAP_SEND_INDICATION_PACKET
+0 BLE_L2CAP_RECV_CONFIRMATION_PACKET
+1 BLE_L2CAP_DEAL_WITH_CONTINUE_PACKET
+)
+
+(//bit map of att handle
+14 BIT_OF_ATT_HANDLE_READ_AUTHENTICATED
+15 BIT_OF_ATT_HANDLE_WRITE_AUTHENTICATED
+)
+
+
+
+(
+0 BIT_CHARACTERISTIC_BROADCAST
+1 BIT_CHARACTERISTIC_READ
+2 BIT_CHARACTERISTIC_WRITE_WITHOUT_RESPONSE
+3 BIT_CHARACTERISTIC_WRITE
+4 BIT_CHARACTERISTIC_NOTIFY
+5 BIT_CHARACTERISTIC_INDICATE
+6 BIT_CHARACTERISTIC_SIGNED_WRITE
+7 BIT_CHARACTERISTIC_EXTENDED_PROPERTIES
+)
+
+/* ATT OPCODE */
+(
+0x01 ATTOP_ERROR_RESPONSE
+0x02 ATTOP_EXCHANGE_MTU_REQUEST
+0x03 ATTOP_EXCHANGE_MTU_RESPONSE
+0x04 ATTOP_FIND_INFORMATION_REQUEST
+0x05 ATTOP_FIND_INFORMATION_RESPONSE
+0x06 ATTOP_FIND_BY_TYPE_VALUE_REQUEST
+0x07 ATTOP_FIND_BY_TYPE_VALUE_RESPONSE
+0x08 ATTOP_READ_BY_TYPE_REQUEST
+0x09 ATTOP_READ_BY_TYPE_RESPONSE
+0x0A ATTOP_READ_REQUEST
+0x0B ATTOP_READ_RESPONSE
+0x0C ATTOP_READ_BLOB_REQUEST
+0x0D ATTOP_READ_BLOB_RESPONSE
+0x0E ATTOP_READ_MULTIPLE_REQUEST
+0x0F ATTOP_READ_MULTIPLE_RESPONSE
+0x10 ATTOP_READ_BY_GROUP_TYPE_REQUEST
+0x11 ATTOP_READ_BY_GROUP_TYPE_RESPONSE
+0x12 ATTOP_WRITE_REQUEST
+0x13 ATTOP_WRITE_RESPONSE
+0x16 ATTOP_PREPARE_WRITE_REQUEST
+0x17 ATTOP_PREPARE_WRITE_RESPONSE
+0x18 ATTOP_EXECUTE_WRITE_REQUEST
+0x19 ATTOP_EXECUTE_WRITE_RESPONSE
+0x1B ATTOP_HANDLE_VALUE_NOTIFICATION
+0x1D ATTOP_HANDLE_VALUE_INDICATION
+0x1E ATTOP_HANDLE_VALUE_CONFIRMATION
+0x52 ATTOP_WRITE_COMMAND
+0xD2 ATTOP_SIGNED_WRITE_COMMAND
+0x1f ATTOP_CONTINUE
+0x9e EMPTY_LE_DATA_PRE
+0x9f EMPTY_LE_DATA
+)
+
+/* ATT error code */
+(
+0x01 ATT_ERR_INVALID_HANDLE
+0x02 ATT_ERR_READ_NOT_PERMITTED
+0x03 ATT_ERR_WRITE_NOT_PERMITTED
+0x04 ATT_ERR_INVALID_PDU
+0x05 ATT_ERR_INSUFFICIENT_AUTHENTICATION
+0x06 ATT_ERR_REQUEST_NOT_SUPPORTED
+0x07 ATT_ERR_INVALID_OFFSET
+0x08 ATT_ERR_INSUFFICIENT_AUTHORIZATION
+0x09 ATT_ERR_PREPARE_QUEUE_FULL
+0x0A ATT_ERR_ATTRIBUTE_NOT_FOUND
+0x0B ATT_ERR_ATTRIBUTE_NOT_LONG
+0x0C ATT_ERR_INSUFFICIENT_ENCRYPTION_KEY_SIZE
+0x0D ATT_ERR_INVALID_ATTRIBUTE_VALUE_LENGTH
+0x0E ATT_ERR_UNLIKELY_ERROR
+0x0F ATT_ERR_INSUFFICIENT_ENCRYPTION
+0x10 ATT_ERR_UNSUPPORTED_GROUP_TYPE
+0x11 ATT_ERR_INSUFFICIENT_RESOURCES
+)
+
+/* GATT Specifications*/
+(
+0X2900 CHARACTERTIC_EXTENDED_PROPERTIES
+0X2901 CHARACTERTIC_USER_DESCRIPTION
+0X2902 CLIENT_CHARACTERTIC_CONFIGURATION
+0X2903 SERVER_CHARACTERTIC_CONFIGURATION
+0X2904 CHARACTERTIC_PRESENTATION_FORMAT
+0X2905 CHARACTERTIC_AGGREGATE
+0X2906 VALID_RANGE
+0X2907 EXTERNAL_REPORT_REFERENCE
+0X2908 REPORT_REFERENCE
+0X290B ENVIR_SENSING_CONFIGURATION
+0X290C ENVIR_SENSING_MEASUREMENT
+0X290D ENVIR_SENSING_TRIGGER_SETTING
+)
+
+
+/*	SERVICE UUID	*/
+(
+0x1800 UUID_SERVICE_GENERIC_ACC
+0x1801 UUID_SERVICE_GENERIC_ATT
+0x180a UUID_SERVICE_DEVICE_INFO
+0x180f UUID_SERVICE_BATTERY
+0x1812 UUID_SERVICE_HIDS
+0x2800 UUID_GATT_PRIMARY_SERVICE
+0x2801 UUID_GATT_SECONDARY_SERVICE
+0X2802 UUID_GATT_INCLUDE
+0X2803 UUID_GATT_CHARACTERISTIC
+0X2A00 UUID_CHRCTR_DEVICE_NAME
+0X2A19 UUID_CHRCTR_BATTERY_LEVEL
+0X2A22 UUID_CHRCTR_KEYBOARD_INPUT
+0X2A23 UUID_CHRCTR_SYSTEM_ID 
+0X2A25 UUID_CHRCTR_SERIAL_NUMBER
+0X2A26 UUID_CHRCTR_FIRMWARE
+0X2A32 UUID_CHRCTR_KEYBOARD_OUTPUT
+0X2A33 UUID_CHRCTR_MOUSE_INPUT
+0X2A4A UUID_CHRCTR_HID_INFO
+0X2A4B UUID_CHRCTR_REPORT_MAP
+0X2A4C UUID_CHRCTR_HID_CTRL_POINT
+0X2A4D UUID_CHRCTR_REPORT
+0X2A4E UUID_CHRCTR_PROTOCOL_MODE
+)
+
+
+
Index: format/ble_protocol_stack/le_l2cap_signalling.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/ble_protocol_stack/le_l2cap_signalling.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/ble_protocol_stack/le_l2cap_signalling.format	(working copy)
@@ -0,0 +1,14 @@
+
+/* L2CAP Signaling OPCODE */
+(
+0x12 L2CAP_CONNECTION_PARAMETER_UPDATE_REQUEST
+0x13 L2CAP_CONNECTION_PARAMETER_UPDATE_RESPONSE
+)
+
+(
+0x0000 BLE_SIGNALING_CONNECT_PARAMETER_UPDATE_ACCEPTED
+0x0001 BLE_SIGNALING_CONNECT_PARAMETER_UPDATE_REJECTED
+)
+
+
+
Index: format/ble_protocol_stack/le_l2cap_smp.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/ble_protocol_stack/le_l2cap_smp.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/ble_protocol_stack/le_l2cap_smp.format	(working copy)
@@ -0,0 +1,113 @@
+
+
+(
+0x00 LE_PAIRING_MODE_NONE
+0x01 LE_PAIRING_MODE_LAGACY_JUSTWORK
+0x02 LE_PAIRING_MODE_LAGACY_PASSKEY
+0x04 LE_PAIRING_MODE_LAGACY_PASSKEY_RES_INPUT
+0x81 LE_PAIRING_MODE_SECURE_CONNECT_JUSTWORK
+0x82 LE_PAIRING_MODE_SECURE_CONNECT_NUMERIC
+0x83 LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY
+0x84 LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY_RES_INPUT
+
+7 LE_PAIRING_MODE_SECURE_CONNECT_BIT
+)
+
+
+(
+0 FLAG_IOCAP_DISPLAYONLY
+1 FLAG_IOCAP_DISPLAYYESNO
+2 FLAG_IOCAP_KEYBOARDONLY
+3 FLAG_IOCAP_NOINPUTNOOUTPUT
+4 FLAG_IOCAP_KEYBOARDDISPLAY
+
+0x00 FLAG_OOB_DATA_FLAG_NO
+)
+
+(
+0x00 FLAG_LE_NO_BONDING_NO_MITM
+0x01 FLAG_LE_BONDING_NO_MITM
+0x04 FLAG_LE_NO_BONDING_MITM
+0x05 FLAG_LE_BONDING_MITM
+0x09 FLAG_LE_BONDING_NO_MITM_SECURE
+0x0D FLAG_LE_BONDING_MITM_SECURE
+
+2 LE_AUTH_MITM_BIT
+3 LE_AUTH_SECURE_CONNECTION_PAIRING_BIT
+)
+
+//mem_le_pairing_state
+(
+0 FLAG_LE_PAIRING_NULL
+1 FLAG_LE_PAIRING_START
+2 FLAG_LE_PAIRING_SEND_RECURITY_REQ
+3 FLAG_LE_PAIRING_RCV_PAIRING_REQ
+4 FLAG_LE_PAIRING_WAIT_STK_GENERATION
+5 FLAG_LE_PAIRING_RECEIVE_PAIRING_CONFIRM
+6 FLAG_LE_PAIRING_SEND_PAIRING_CONFIRM
+7 FLAG_LE_PAIRING_RECEIVE_PAIRING_RANDOM
+8 FLAG_LE_PAIRING_SEND_PAIRING_RANDOM
+9 FLAG_LE_PAIRING_AFTER_AUTH
+10 FLAG_LE_PAIRING_SEND_START_ENC_RSP
+11 FLAG_LE_PARING_SEND_ENC_INFORMATION
+12 FLAG_LE_PARING_SEND_MASTER_IDENTIFICATION 
+13 FLAG_LE_PARING_SEND_INDENTITY_INFORMATION
+0xff FLAG_LE_PAIRING_END
+)
+
+/* Security Manager Protocol Code */
+(
+0x01 SMP_PAIRING_REQUEST
+0x02 SMP_PAIRING_RESPONSE
+0x03 SMP_PAIRING_CONFIRM
+0x04 SMP_PAIRING_RANDOM
+0x05 SMP_PAIRING_FAILED
+0x06 SMP_ENCRYPTION_INFORMATION
+0x07 SMP_MASTER_IDENTIFICATION
+0x08 SMP_IDENTITY_INFORMATION
+0x09 SMP_IDENTITY_ADDRESS_INFORMATION
+0x0A SMP_SIGNING_INFORMATION
+0x0B SMP_SECURITY_REQUEST
+0x0c SMP_PAIRING_PUBLIC_KEY
+0x0d SMP_PAIRING_DHKEY_CHECK
+)
+
+(// pairing failed reason
+0x00 PAIRING_FAILED_RESERVED
+0X01 PAIRING_FAILED_PASSKEY_ENTRY_FAILED
+0X02 PAIRING_FAILED_OOB_NOT_AVAILABLE
+0X03 PAIRING_FAILED_AUTHENTICATION_REQUIRE
+0X04 PAIRING_FAILED_CONFIRM_VALUE_FAILED
+0X05 PAIRING_FAILED_PAIRING_NOT_SUPPORTED
+0X06 PAIRING_FAILED_ENCRYPTION_KEY_SIZE
+0X07 PAIRING_FAILED_COMMAND_NOT_SUPPORTED
+0X08 PAIRING_FAILED_UNSPECIFIED_REASON
+0X09 PAIRING_FAILED_REPEATED_ATTEMPTS
+0X0A PAIRING_FAILED_INVALID_PARAMETERS
+0X0B PAIRING_FAILED_DHKEY_CHECK_FAILED
+0X0C PAIRING_FAILED_NUMERIC_COMPARISON_FAILED
+0X0D PAIRING_FAILED_BR_EDR_PAIRING_IN_PROGRESS
+0X0E PAIRING_FAILED_KEY_DERIVATION_GENERATION_NOT_ALLOWED
+)
+
+/*LE secure connect state */
+(
+0x00 LE_SC_STAT_NULL
+0x01 LE_SC_STAT_RECEIVE_PUBLIC_KEY
+0x02 LE_SC_STAT_WAIT_SEND_PUBLIC_KEY
+0x03 LE_SC_STAT_SEND_PUBLIC_KEY
+0x04 LE_SC_STAT_RECEIVE_RANDOM
+0x05 LE_SC_STAT_SEND_RANDOM
+0x06 LE_SC_STAT_RECEIVE_DHKEY
+0x07 LE_SC_STAT_WAIT_CONFIRM_GKEY
+0x08 LE_SC_STAT_PASSKEY_WAIT_CONFIRM
+)
+
+
+(
+0 FLAG_LE_SC_CONFRIM_NULL
+1 FLAG_LE_SC_CONFRIM_GKEY_OK
+)
+
+
+
Index: format/ble_protocol_stack/le_ll.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/ble_protocol_stack/le_ll.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/ble_protocol_stack/le_ll.format	(working copy)
@@ -0,0 +1,120 @@
+xmemalloc(
+8 mem_le_local_feature
+1 mem_le_tx_phys
+1 mem_le_rx_phys
+
+2 mem_remote_rx_max_octets
+2 mem_remote_rx_max_time
+2 mem_remote_tx_max_octets
+2 mem_remote_tx_max_time
+2 mem_local_rx_max_octets
+2 mem_local_rx_max_time
+2 mem_local_tx_max_octets
+2 mem_local_tx_max_time
+
+)
+
+/* LE control packet type */
+(
+0x00 LL_CONNECTION_UPDATE_IND
+0x01 LL_CHANNEL_MAP_IND
+0x02 LL_TERMINATE_IND
+0x03 LL_ENC_REQ
+0x04 LL_ENC_RSP
+0x05 LL_START_ENC_REQ
+0x06 LL_START_ENC_RSP
+0x07 LL_UNKNOWN_RSP
+0x08 LL_FEATURE_REQ
+0x09 LL_FEATURE_RSP
+0x0A LL_PAUSE_ENC_REQ
+0x0B LL_PAUSE_ENC_RSP
+0x0C LL_VERSION_IND
+0x0D LL_REJECT_IND
+0x0E LL_SLAVE_FEATURE_REQ
+0x0F LL_CONNECTION_PARAM_REQ
+0x10 LL_CONNECTION_PARAM_RSP
+0x11 LL_REJECT_IND_EXT
+0x12 LL_PING_REQ
+0x13 LL_PING_RSP
+0x14 LL_LENGTH_REQ
+0x15 LL_LENGTH_RSP
+0x16 LL_PHY_REQ
+0x17 LL_PHY_RSP
+0x18 LL_PHY_UPDATE_IND
+0x19 LL_MIN_USED_CHANNELS_IND
+0x1A LL_CTE_REQ
+0x1B LL_CTE_RSP
+0x1C LL_PERIODIC_SYNC_IND
+0x1D LL_CLOCK_ACCURACY_REQ
+0x1E LL_CLOCK_ACCURACY_RSP
+0x1F LL_CIS_REQ
+0x20 LL_CIS_RSP
+0x21 LL_CIS_IND
+0x22 LL_CIS_TERMINATE_IND
+0x23 LL_POWER_CONTROL_REQ
+0x24 LL_POWER_CONTROL_RSP
+0x25 LL_POWER_CHANGE_IND
+)
+
+
+
+(//bit map of mem_le_ll_feature
+//LL_FEATURE_REQ
+0 BIT_LL_FEATURE_LE_ENCRYPTION
+1 BIT_LL_FEATURE_CONNECTION_PARAMETERS_REQUEST_PROCEDURE
+2 BIT_LL_FEATURE_EXTENDED_REJECT_INDICATION
+3 BIT_LL_FEATURE_SLAVE_INITIATED_FEATURES_EXCHANGE
+4 BIT_LL_FEATURE_LE_PING
+5 BIT_LL_FEATURE_LE_DATA_PACKET_LENGTH_EXTENSION
+6 BIT_LL_FEATURE_LL_PRIVACY
+7 BIT_LL_FEATURE_EXTENDED_SCANNER_FILTER_POLICIES
+8 BIT_LL_FEATURE_LE_2M_PHY
+9 BIT_LL_FEATURE_STABLE_MODULATION_INDEX_TRANSMITTER
+10 BIT_LL_FEATURE_STABLE_MODULATION_INDEX_RECEIVER
+11 BIT_LL_FEATURE_LE_CODED_PHY
+12 BIT_LL_FEATURE_LE_EXTENDED_ADVERTISING
+13 BIT_LL_FEATURE_LE_PERIODIC_ADVERTISING
+14 BIT_LL_FEATURE_CHANNEL_SELECTION_ALGORITHM
+15 BIT_LL_FEATURE_LE_POWER_CLASS_1
+16 BIT_LL_FEATURE_MINIMUM_NUMBER_OF_USED_CHANNELS_PROCEDURE
+)
+(//function map of mem_le_ll_feature
+//LL_FEATURE_REQ
+0x1 FUN_LL_FEATURE_LE_ENCRYPTION
+0x2 FUN_LL_FEATURE_CONNECTION_PARAMETERS_REQUEST_PROCEDURE
+0x4 FUN_LL_FEATURE_EXTENDED_REJECT_INDICATION
+0x8 FUN_LL_FEATURE_SLAVE_INITIATED_FEATURES_EXCHANGE
+0x10 FUN_LL_FEATURE_LE_PING
+0x20 FUN_LL_FEATURE_LE_DATA_PACKET_LENGTH_EXTENSION
+0x40 FUN_LL_FEATURE_LL_PRIVACY
+0x80 FUN_LL_FEATURE_EXTENDED_SCANNER_FILTER_POLICIES
+0x100 FUN_LL_FEATURE_LE_2M_PHY
+0x200 FUN_LL_FEATURE_STABLE_MODULATION_INDEX_TRANSMITTER
+0x400 FUN_LL_FEATURE_STABLE_MODULATION_INDEX_RECEIVER
+0x800 FUN_LL_FEATURE_LE_CODED_PHY
+0x1000 FUN_LL_FEATURE_LE_EXTENDED_ADVERTISING
+0x2000 FUN_LL_FEATURE_LE_PERIODIC_ADVERTISING
+0x4000 FUN_LL_FEATURE_CHANNEL_SELECTION_ALGORITHM
+0x8000 FUN_LL_FEATURE_LE_POWER_CLASS_1
+0x10000 FUN_LL_FEATURE_MINIMUM_NUMBER_OF_USED_CHANNELS_PROCEDURE
+)
+
+(//bit of mem_le_tx_phys and mem_le_rx_phys
+0x00 BIT_LE_1M_PHY
+0x01 BIT_LE_2M_PHY
+0x02 BIT_LE_CODED_PHY
+
+0x02 BIT_LE_CODED_PHY_S2
+0x07 BIT_LE_CODED_PHY_S8
+)
+
+(//map of mem_le_tx_phys and mem_le_rx_phys
+0x01 FUN_TX_LL_1M_PHY
+0x02 FUN_TX_LL_2M_PHY
+0x04 FUN_TX_LL_CODED_PHY
+
+0x01 FUN_RX_LL_1M_PHY
+0x02 FUN_RX_LL_2M_PHY
+0x04 FUN_RX_LL_CODED_PHY
+)
+
Index: format/bt.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/bt.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/bt.format	(working copy)
@@ -0,0 +1,691 @@
+
+	width = 32
+	const length = 12000
+
+	/* ========= memory ============== */
+memalloc(
+ 1 mem_le_adv_transmit
+1 mem_le_adv_waitcnt
+1 mem_le_adv_rcv
+1 mem_le_req_rcv
+1 mem_le_scanrsp_rcv
+1 mem_le_conn_rcv
+
+1 mem_current_context
+1 mem_le_ch_mapped
+1 mem_last_freq
+1 mem_rssi
+2 mem_context_ptr
+2 mem_rx_window
+
+
+/* lpo related */
+1 mem_lpm_adjust
+6 mem_sync_clke
+1 mem_lpm_current_mult
+4 mem_gpio_wakeup_low
+4 mem_gpio_wakeup_high
+
+
+4 mem_clkn_bt
+4 mem_clke_bt
+4 mem_dpll_clkn
+
+2 mem_slot_offset
+
+
+1 mem_select_list_item
+0 mem_temp_reconn_record
+1 mem_record_bt_mode
+2 mem_list_item_ptr
+
+1 mem_rssi_hex
+
+
+2 mem_param_tx_setup
+2 mem_param_rf_setup
+2 mem_param_conn_access
+2 mem_param_clke_cal
+2 mem_param_pll_setup
+2 mem_param_rx_setup
+2 mem_param_dpll_start_delay
+2 mem_param_rt_rthalfslot
+2 mem_param_clke_cal_le_1m
+2 mem_param_clke_cal_le_2m
+2 mem_param_clke_cal_le_coded
+
+)
+
+memalloc test (
+/* test related */
+2 mem_tst_pktcnt_sync
+2 mem_tst_pktcnt_hec
+2 mem_tst_pktcnt_crc
+2 mem_tst_pktcnt_dmh
+3 mem_tmp_buffer_head
+80 mem_tmp_buffer
+
+1 mem_tester_emulate
+0 mem_temp_payload
+1 test_mode_scenario
+1 test_mode_hopping_mode
+1 test_mode_tx_freq
+1 test_mode_rx_freq
+1 test_mode_power_mode
+1 test_mode_poll_period
+1 test_mode_packet_type
+2 test_mode_data_length
+1 mem_test_mode_old_debug_config
+1 mem_tester_cnt
+
+)
+
+
+xmemalloc(
+/* patch enable 0x4000-0x403f  */
+
+1 mem_patch00
+1 mem_patch01
+1 mem_patch02
+1 mem_patch03
+1 mem_patch04
+1 mem_patch05
+1 mem_patch06
+1 mem_patch07
+1 mem_patch08
+1 mem_patch09
+1 mem_patch0a
+1 mem_patch0b
+1 mem_patch0c
+1 mem_patch0d
+1 mem_patch0e
+1 mem_patch0f
+1 mem_patch10
+1 mem_patch11
+1 mem_patch12
+1 mem_patch13
+1 mem_patch14
+1 mem_patch15
+1 mem_patch16
+1 mem_patch17
+1 mem_patch18
+1 mem_patch19
+1 mem_patch1a
+1 mem_patch1b
+1 mem_patch1c
+1 mem_patch1d
+1 mem_patch1e
+1 mem_patch1f
+1 mem_patch20
+1 mem_patch21
+1 mem_patch22
+1 mem_patch23
+1 mem_patch24
+1 mem_patch25
+1 mem_patch26
+1 mem_patch27
+1 mem_patch28
+1 mem_patch29
+1 mem_patch2a
+1 mem_patch2b
+1 mem_patch2c
+1 mem_patch2d
+1 mem_patch2e
+1 mem_patch2f
+1 mem_patch30
+1 mem_patch31
+1 mem_patch32
+1 mem_patch33
+1 mem_patch34
+1 mem_patch35
+1 mem_patch36
+1 mem_patch37
+1 mem_patch38
+1 mem_patch39
+1 mem_patch3a
+1 mem_patch3b
+1 mem_patch3c
+1 mem_patch3d
+1 mem_patch3e
+1 mem_patch3f
+
+	/* 3 device contexts  */
+83 mem_context
+1 mem_current_amaddr
+1 mem_lpm_mode
+1 mem_device_option
+4 mem_last_clkn
+
+	/* parameters */
+1 mem_fcomp_div
+2 mem_rx_window_sniff
+2 mem_rf_init_ptr
+
+
+1 mem_rf_rccal
+1 mem_handle_num
+
+
+	/* lpm related */
+2 mem_chip_functions
+2 mem_lpm_wake_lock
+2 mem_lpm_interval
+1 mem_lpm_overhead
+1 mem_lpm_hibernate_switch
+1 mem_sniff_unint_lost
+4 mem_sleep_counter   
+4 mem_sleep_counter_all
+6 mem_sleep_clkn
+3 mem_sniff_rcv
+3 mem_sniff_lost
+3 mem_clks_per_lpo
+
+1 mem_lpm_mult
+1 mem_lpm_mult_timeout
+1 mem_lpm_mult_cnt
+
+/* 8139-813b lpm_ctrl[31:12] */
+0 mem_lpm_config				
+1 mem_lpm_xtal_ib
+1 mem_lpm_ctrim
+1 mem_lpm_padding
+
+1 mem_lpm_xtalcnt
+1 mem_lpm_buckcnt
+1 mem_lpm_ldocnt
+1 mem_lpm_isogate
+1 mem_lpm_isogate_final
+
+0 mem_lpm_ctrl3
+1 mem_lpm_ctrl3_app_vsel
+1 mem_lpm_ctrl3_aon_vsel
+1 mem_lpm_ctrl3_core_byp
+1 mem_lpm_ctrl3_core_vsel
+
+13 mem_saved_gpio	 
+3 mem_saved_gsel
+8 mem_saved_mark
+1 mem_saved_spidctrl
+2 mem_patch_ptr
+2 mem_patch_len
+
+32 mem_timers
+
+
+/* HCI */
+1 mem_hci_cmd
+1 mem_hci_conn_handle
+3 mem_hci_plap
+1 mem_hci_puap
+2 mem_hci_pnap
+
+
+1 mem_loadcode_times
+
+
+1 mem_tx_power
+1 mem_modem_rssi
+1 mem_gain_fix
+3 mem_gain_table
+1 mem_gain_second_agc_en
+1 mem_system_clk
+
+1 mem_rf_init_data
+1 mem_xtal_freq
+)
+
+(//mem_system_clk
+12 SYSTEM_CLK_12M
+24 SYSTEM_CLK_24M
+)
+
+(//bluetooth tx power
+0x00 TX_POWER_0DB
+0x03 TX_POWER_3DB
+0x05 TX_POWER_5DB
+0x06 TX_POWER_6DB
+0x07 TX_POWER_7DB
+0x0a TX_POWER_10DB
+
+0x83 TX_POWER_F3DB
+0x85 TX_POWER_F5DB
+0x94 TX_POWER_F20DB
+0x9e TX_POWER_F30DB
+0xaa TX_POWER_FACTORY
+)
+
+
+	/* context */
+(
+0x01 coffset_mode
+0x02 coffset_tsniff
+0x04 coffset_sniff_anchor
+0x08 coffset_clk_offset
+0x0e coffset_rx_window
+0x10 coffset_plap
+0x16 coffset_conn_handle
+0x17 coffset_arq
+	/* 3.0 only */
+	
+	/* le only */
+0x18 coffset_le_ch
+0x19 coffset_le_hop
+0x1a coffset_le_event_cnt
+0x1c coffset_le_supervision_timer
+0x20 coffset_le_instant
+0x22 coffset_le_channels
+0x23 coffset_le_op
+0x24 coffset_le_access
+0x28 coffset_le_crcinit
+0x2b coffset_le_window_size
+0x2c coffset_le_slave_latency
+0x2e coffset_le_slave_superto
+0x30 coffset_le_channel_map
+0x35 coffset_le_rx_phy
+0x36 coffset_le_tx_phy
+0x37 coffset_le_new_map
+0x37 coffset_le_new_m2s_phy
+0x38 coffset_le_new_s2m_phy
+0x37 coffest_le_new_transmitwindowsize
+0x38 coffest_le_new_transmitwindowoffset
+0x3a coffest_le_new_conninterval
+0x3c coffest_le_new_connslavelatency
+0x3e coffest_le_new_connsupervisiontimeout
+0x40 coffset_le_sk
+0x50 coffset_le_peer_sca
+0x53 coffset_le_transmit_window
+	
+83 context_size
+1 context_num
+)
+
+(
+0 lpm_flag_wake
+1 lpm_flag_loadcode
+)
+
+/* ========= parameters ============== */
+(
+0x0a00 param_snooze_setup_orig
+0x5353 param_snooze_ahead_orig
+
+/* 24Mhz clock setting */
+ifdef CLK24M
+0x1c86 param_tx_setup
+0x0c00 param_rf_setup
+0x0c00 param_conn_access 
+0x1a00 param_rx_setup
+0x0776 param_clke_cal
+0x0a00 param_pll_setup
+4000 param_dpll_start_delay
+7500 param_halfclk
+60084 param_halfclk_neg
+-60084 param_halfclk_neg1
+else
+/* 12Mhz clock setting */
+0x0e43 param_tx_setup
+0x0600 param_rf_setup
+0x0600 param_conn_access 
+0x03bb param_clke_cal
+0x0500 param_pll_setup		// 120 is minimum
+0x0d00 param_rx_setup	// 114us before sync
+2000 param_dpll_start_delay
+3750 param_rt_rthalfslot
+
+480 param_clke_cal_le_1m	//preamble(1B) & access address(4B) time (1+4)*8*1 * 12
+288 	param_clke_cal_le_2m	//preamble(2B) & access address(4B) time (1+4)*8*1 * 12
+282 param_clke_cal_le_coded	//preamble(80us) & access address(256us)-312.5us(0.5slot)
+endif
+
+-13 param_lpm_fix
+7 param_lpo_extra
+200 param_lpm_adjmax
+
+ifdef SIM
+20 param_hibernate_clks
+3 param_chgpump_delay
+else
+-1 param_hibernate_clks
+3000 param_chgpump_delay
+endif
+
+
+0x000a04 param_lmp_version
+0x12e9 param_lmp_subversion
+0x0012 param_tisw
+0x0012 param_tpsw
+0x1000 param_tisi
+0x0800 param_tpsi
+39 param_fcomp_div
+2 param_fcomp_mul
+
+)
+
+
+/* ========== flag[6] =============== */
+(
+0        always        /* always 1 */
+1        true          /* set/rstn by verify,compare,icompare (true) */
+2        positive      /* set/rstn by all alu operations (opcode = 0x03,0x13,0x0f,0x1f), if alu output >= 0 */
+3        timeout       /* read only, the timeout from timers */
+5        zero          /* set/rstn by all alu operations (opcode = 0x03,0x13,0x0f,0x1f), if alu output == 0 */
+6        crc_failed    /* level, cleared by hop_start */
+7        enable_white  /* outside mux decide whether to load bt_clk or response_X */
+8        enable_parity /* level */
+9        enable_crc    /* level */
+10       enable_hec    /* level */
+11       decode_fec1   /* level */
+12       decode_fec2   /* level */
+13       decode_fec0   /* level */
+14       encrypt       /* level */
+15       crc16       /* for caculate ccitt crc16 */
+16       swfine	/* =0 stop_watch count based on oneslot =1 on 1 clock */
+20       rqst_freq    /* pulse, to start calculating frequency */
+21       recalc        /* pulse, to recalculate the fhs_parity */
+22       init_encrypt  /* pulse, issued to initialize encrption */
+23       mhalfbnd    /* half slot boundary of clke_rt, or when clke_bt[0] toggles */
+24       sync          /* sync found as a result of correlation,set/rstn by correlate opcode */
+25       user10    /* user10 */
+26       kc_p_activate  /* pulse to recalc the kc_p */
+27       encode_fec1   /* level */
+28       encode_fec2   /* level */
+29       encode_fec0   /* level */
+30       packet_end    /* pulse */
+32       is_tx         /* level */
+33       is_rx         /* level */
+34       halfslot     /* pulse, read only, when clkn_bt[0] toggles */
+35       oneslot      /* pulse, read only, when clkn_bt[1] toggles */
+36       mslotbnd     /* pulse, read only, when clke_bt[1] toggles */
+37       expire       /* level, read only, when selected clock source exceed timeup value */
+38       meet         /* level, read only, when selected clock source meet timeup value */
+39       tx_clear     /* level, read only, indicate tx pipe is cleared */
+40       user         /* user0 */
+41       master        /* user1 */
+42       slave2         /* user2 */
+43       wake           /* user3 */
+44       user2        /* user4 */
+45       match         /* user5 */
+46       attempt        /* user6 */
+47       user3          /* user7 */
+48       clknt         /* user8 */
+49	   user7 	/* user9 */
+50       synchronize   /* synchronize lpo and regular version of the clock */
+51       lpo_edge  /* read only, 3 clocks after risling edge of lpo clock */
+52       blank         /* C0 only, means pdata == 0 */
+53       modone          /* set divide operation is done */
+55       aes_ready	/* set when aes is ok */
+56       encode_fec3   /* level */
+57       dewhiten_code_calc   /* dewhiten code calculate */
+58       lr_s2en       /* long range s2 enable */
+60	   ble_coded_info	//1:s2 0:s8
+63       never         /* read only, always 0 */
+)
+
+default flag = always
+
+/* ========== reg[6] =============== */
+(
+0        mark   /* for keeping strobes, more permanent */
+1        type   /* save and verify during rx */     /* rw */
+2        temp   /* general purpose register, 64 bits */
+3        contu  /* contr uart */
+3	 contru	/*contr uart*/
+3	 contwu	/*contw uart*/
+4        am_addr      /* verify during rx, read and send during tx */ /* ro */
+5        contw        /* last mem_addr during write */
+6        contr        /* last mem_addr during read */
+7        queue    /* the index of qset*,qisolate* commands, ie, if queue = 3, qset/qisolate operate on bit3 */
+8        debug    /* can be wired out for observation */
+9        access   /* the 72 bit access word */
+10       contus   /* contw uart */
+11       timeup        /* when does certain counter expire */
+12       pwindow       /* bit 71-61 of pdata; because on rx, bits shifts in from 71 down */
+13       fhs_parity    /* re-gernated based on bt_adr( {nap,uap,lap} ) when recalc flag is pulsed */
+14       white_init    /* init value of the whitening */
+15       crc24_init        /* init crc24 lfsr, 24 bits */
+16       contue    /* set interrupts, 40 bits */
+17       rega          /* general purpose register, 32 bits */
+18       regb          /* general purpose register, 32 bits */
+19       regc          /* general purpose register, 17 bits */
+20       regab         /* concat of {rega,regb}, thus 64 bits */
+21       radio_ctrl   /* radio i/f direct i/o ctrl, check following "radio_ctrl" section */
+
+23       freq_index   /* 7 bit read only */
+24       regd    /* 32 bit regext[1,0] */
+25       clkn              /* {clkn_bt, clkn_rt} */
+26       clke              /* {clke_bt, clke_rt} */
+27       stop_watch		
+28       fhs_misc   /* SR, SP, pscan mode */
+29       fhs_class  /* class field in fhs */
+30       fhs0   /* read only, bit 0-71 of fhs word */
+31       fhs1   /* read only, bit 72-142 of fhs word */
+32       bt_adr /* r/w, the bt_addr to access gen and freq hopping, contain only lap and uap */
+33       bt_clk /* r/w, the bt_clk for freq hopping */
+34       clkn_bt  /* read only, native bluetooth clock, free running 3.2KHz  or controlled by RTHALFSLOT register */
+35       clkn_rt  /* read only, native realtime clock, free running 12MHz, count from 0-3749, or controlled by RTHALFSLOT register */
+36       freq_mode
+37       xin   /* x parameter, read only */
+38       N_tx_slot /* the N factor in equations for Xi,Xp,Xprm,Xprs */
+39 	   auxcnt
+40       clke_bt  /* r/w,  external bluetooth clock , free running 3.2KHz or controlled by RTHALFSLOT register */
+41       clke_rt  /* r/w,  external realtime clock, , free running 12MHz, count from 0-3749, or controlled by RTHALFSLOT register */
+42       branch_addr	/* last branch address */
+43       rege         /* 64bit regext[3,2] */
+44       lap
+45       uap
+46       nap         
+47       regext		/* r/w extended 12x32bit registers,  indexed by regext_index */
+48       alarm             /* r/w, lpo wake up time, this is also how lpo and current clock keep sync */
+49       lpo_time          /* read only, this is the value to be copied back to clkn/clke after wakeup */
+50       kc_ls             /* secret key,                71: 0 */
+51       kc_ms             /* secret key,               127:72 */
+52       g1l               /* encryption length                */
+53		mask3ff		/* for mask 0x3ff operation */
+54       aes_ctrl		
+55       regf			/* 64bit regext[5,4] */
+56       regext_index   /* index of regext */
+57	     loopcnt
+58      stack			/* current return address */
+59       stack_ptr		/* stack depth */
+61         pc /* direct goto */
+62       null              /* to nowhere */
+63       pdata /* the shift register */
+)
+default reg = pdata
+
+/* regext_index */
+(
+0 regidx_data
+4 regidx_key
+8 regidx_xor
+12 regidx_result
+)
+/* ========== radio_ctrl========= */
+(
+0 TXGFSK
+1 PSK
+2 PSK3M
+3 RESET
+)
+/* assign BPWR = radio_ctrl[0]; */
+/* assign PARAMP = radio_ctrl[1]; */
+/* assign XTALPU = radio_ctrl[2]; */
+/* assign SYNTHPU = radio_ctrl[3]; */
+/* assign TXPU = radio_ctrl[4]; */
+/* assign RXPU = radio_ctrl[5]; */
+/* assign SLCTRL = radio_ctrl[6]; */
+/* assign XTALSEL_MUX_SEL = radio_ctrl[7] */
+
+
+/* =========== destination[4] ============== */
+(
+0 bucket
+1 rxf
+2 back
+3 mod
+)
+default dest = bucket
+
+/* =========== source[4] ============= */
+(
+1 txf
+3 demod
+)
+default source = 0
+
+
+/* ============== mark ============= */
+(
+5  mark_loopback
+9  mark_context
+13 mark_lpm_mult_enable
+14 mark_usb_first_resp
+15 mark_old_packet
+35 mark_isstr
+36 mark_loadcode
+37 mark_ext_patch
+38 mark_24g
+39 mark_24g_rxmode
+40 mark_eeprom_size
+41 mark_ble_tx_md
+42 mark_ble_rx_md
+43 mark_otp_encrypt
+44 mark_temp
+45 mark_ble_2M
+46 mark_ble_lr_s8
+47 mark_ble_lr
+48 mark_ble_crc_fail
+50 mark_ble_encryption
+51 mark_first_packet
+)
+
+(
+1 reload_type_otp
+2 reload_type_spi
+3 reload_type_iic
+)
+
+
+/* ============== soft timers ============== */
+(
+0 le_adv_interval_timer
+2 le_scan_interval_timer
+9 key_scan_timer
+7 smp_pairing_timer
+11  ui_led_blink  
+
+8 G24_TIMER_NODATA
+13 G24_TIMER_MS_BLANK
+12 G24_TIMER_KB_MUL_BLANK
+14 G24_TIMER_KB_BLANK
+
+1 USB_TIMER_NAK
+15 USB_TIMER_WAKEUP
+)
+
+(
+
+27 hci_cmd_le_create_conn
+29 hci_cmd_le_disconn
+30 hci_cmd_le_att_req
+)
+
+
+
+/* ============== mode ==========*/
+(
+0 mode_le
+1 mode_master
+)
+
+(
+0 state_inconn
+1 state_insniff
+)
+(
+3 op_disconn
+)
+
+
+
+// lpm_write
+(
+1 lpmreg_sel_ctrl
+2 lpmreg_sel_ctrl2
+4 lpmreg_sel_gpiolow
+8 lpmreg_sel_gpiohigh
+16 lpmreg_sel_counter
+32 lpmreg_sel_ctrl3
+)
+
+// lpm_write2
+(
+2 lpmreg2_sel_option
+4 lpmreg2_sel_mpu_s0
+8 lpmreg2_sel_mpu_s1
+)
+
+(
+8 lpmreg_spi_lock_bit
+0x0a lpmreg_uart_lock_bit
+0x0c lpmreg_iic_lock_bit
+0x0d lpmreg_rom_lock_bit
+0x0e lpmreg_ice_mode_bit
+
+0x01 lpmreg_spi_lock
+0x04 lpmreg_uart_lock
+0x10 lpmreg_iic_lock
+0x20 lpmreg_rom_lock
+0x40 lpmreg_ice_mode
+)
+
+//mem_lpm_wake_lock
+(
+0 wake_lock_ble_rx
+1 wake_lock_ble_tx
+
+3 wake_lock_key_press
+4 wake_lock_ble_tx_patch
+5 wake_lock_uart_tx
+6 wake_lock_uart_rx
+7 wake_lock_button
+8 wake_lock_cmd
+9 wake_lock_app
+12 wake_lock_l2cap_tx
+13 wake_lock_l2cap_rx
+14 wake_lock_ipc_c512bt
+15 wake_lock_ipc_bt2c51
+
+)
+
+(//mem_fcomp_div
+0x18 XTAL_24M
+0x08 XTAL_16M
+)
+
+( //verion
+6 BLUETOOTH_CORE_SPECIFICATION_4_0
+7 BLUETOOTH_CORE_SPECIFICATION_4_1
+8 BLUETOOTH_CORE_SPECIFICATION_4_2
+9 BLUETOOTH_CORE_SPECIFICATION_5_0
+10 BLUETOOTH_CORE_SPECIFICATION_5_1
+)
+
+(
+0x050e COMPANY_ID_YICHIP
+)
+
+(
+0x33  REC_3_MODE
+0x34  REC_4_MODE
+0x35  REC_4_MODE_STATIC_ADDRESS
+0x36  REC_4_MODE_RANDOM_RESOLVABLE_PRIVATE_ADDRESS
+0x37  REC_4_MODE_RANDOM_NON_RESOLVABLE_PRIVATE_ADDRESS
+)
+
+(
+0 bt_disabled
+1 ble_disabled
+2 module_disable
+)
+
Index: format/command.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/command.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/command.format	(working copy)
@@ -0,0 +1,1379 @@
+
+/* Parse Command:
+TX: take bits from tx fifo, jam it into shift and a destination (rf,bucket)
+RX: take bits from demod,  jam it into shift and a destination (acl,sco,bucket) */
+
+/* Inject Command:
+TX: 0 into shift, send tail of shift into a destination (rf,bucket)
+RX: 0 into shift, send tail of shift into a destination (acl,sco,bucket) */
+
+format
+  ! 15 romdat
+  % d0
+  % d1
+  % d2
+  % d3
+  [8] d0
+  [8] d1
+  [8] d2
+  [8] d3
+end
+
+format
+  ! 15 enable   /* set flag to 1 */
+  % flag
+  [5] opcode
+  [6] 1
+  [6] flag
+  [6] null
+  [9] 0
+end
+ /* High 5 bytes of channel map */
+format
+  ! 15 pulse   /* set flag to 1 */
+  % flag
+  [5] opcode
+  [6] 1
+  [6] flag
+  [6] null
+  [9] 0
+end
+
+format
+  ! 15 disable   /* set flag to 0 */
+  % flag
+  [5] opcode
+  [6] 2
+  [6] flag
+  [6] null
+  [9] 0
+end
+
+format
+  ! 15 set0  /* set selected bit of reg to 0 */
+  % immediate
+  % reg
+  [5] opcode
+  [6] 9
+  [6] never
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 15 set1  /* set selected bit of reg to 1 */
+  % immediate
+  % reg
+  [5] opcode
+  [6] 9          /* alu op demux */
+  [6] always
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 15 setflag  /* set selected bit of the reg to the polarity of the flag */
+  % flag
+  % immediate
+  % reg
+  [5] opcode
+  [6] 9
+  [6] flag
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 15 nsetflag  /* set the selected bit of the reg to the opposite polarity of the flag */
+  % flag
+  % immediate
+  % reg
+  [5] opcode
+  [6] 0x29
+  [6] flag
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 15 setflip    /* invert the selected bit of the reg */
+  % immediate
+  % reg
+  [5] opcode
+  [6] 10            /* this is alu op */
+  [6] always
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 0x1f qset1      /* demux the lowest 4 bit of queue and OR it with regr into regw */
+  % reg             /* in short, set the bit in reg indexed by queue to 1 */
+  [5] opcode
+  [6] 9
+  [6] always
+  [6] reg
+  [9] 0
+end
+  
+format
+  ! 0x1f qset0      /* demux the lowest 4 bit of queue and AND it with regr into regw */
+  % reg             /* in short, set the bit in reg indexed by queue to 0 */
+  [5] opcode
+  [6] 9
+  [6] never
+  [6] reg
+  [9] 0
+end
+
+format 
+  ! 0x1f qsetflag   /* set the bit in reg index by queue to same as flag */
+  % flag
+  % reg
+  [5] opcode
+  [6] 9
+  [6] flag
+  [6] reg
+  [9] 0
+end
+
+format 
+  ! 0x1f nqsetflag   /* set the bit in the reg index by queue to opposite of flag */
+  % flag
+  % reg
+  [5] opcode
+  [6] 0x29
+  [6] flag
+  [6] reg
+  [9] 0
+end
+
+format
+  ! 0x1f qsetflip      /* flip the bit in reg index by queue */
+  % reg
+  [5] opcode
+  [6] 10
+  [6] always
+  [6] reg
+  [9] 0
+end
+
+format
+  ! 1 parse       /* take bits out of source (sco_tx,tx_buffer,rx-elas) into pdata and dest (sco_rx,rx_fifo,tx-elas) */
+  % source
+  % dest
+  % immediate
+  [5] opcode
+  [4] source      /* voice, data, demod */
+  [2] 0
+  [6] 0    
+  [2] 0           /* parse or inject */ 
+  [4] dest        /* acl, sco, mod, bucket */
+  [9] immediate   /* number of bits to parse off */
+end
+
+format
+  ! 1 inject      /* shift data from pdata into destination (tx-elas,rx_fifo,sco_rx) */
+  % destination
+  % immediate
+  [5] opcode
+  [4] 0
+  [2] 0
+  [6] 1
+  [2] 0
+  [4] destination /* acl,sco,mod,bucket */
+  [9] immediate   /* number of bits to be injected */
+end
+
+format
+  ! 1 iinject
+  % destination
+  % regr
+  [5] opcode
+  [6] regr       /* contain the number of bits to inject */
+  [6] 3
+  [2] 0
+  [4] destination /* acl,sco,mod,bucket */
+  [9] 0 
+end
+
+format
+  ! 1 stuff  /* automatic parse, stuff_counter decrement on every bit until hits zero */
+  % source
+  % destination
+  [5] opcode
+  [4] source
+  [2] 0
+  [6] 2
+  [2] 0
+  [4] destination
+  [9] 0
+end
+
+format    /* force immediate value into registers */
+  ! 3 force
+  % immediate
+  % regw
+  [5] opcode
+  [6] 0
+  [6] 0    /* alu operation force */
+  [6] regw  /* destination register */
+  [9] immediate
+end
+
+format    /* force whatever is on shift_reg to regsiters */
+  ! 0x13 iforce
+  % regw
+  [5] opcode
+  [6] 0
+  [6] 0    /* alu operation force */
+  [6] regw  /* destination register */
+  [9] 0
+end
+
+format    /* force immediate value into registers */
+  ! 3 increase
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 1    /* alu operation add */
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 3 pincrease
+  % immediate
+  [5] opcode
+  [6] -1  /* pdata */
+  [6] 1   /* alu add */
+  [6] -1  /* back to pdata */
+  [9] immediate
+end
+
+format    /* force immediate value into registers */
+  ! 3 and_into
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 2    /* alu operation and into */
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 3 and
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 2    /* alu operation and into */
+  [6] regw
+  [9] immediate
+end
+  
+format
+  ! 0x13 iand    /* pdata & regr -> regw */
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 2    /* alu operation and into */
+  [6] regw
+  [9] 0
+end
+  
+
+format    /* and whatever is in shiftreg with reg */
+  ! 0x13 iand_into
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 2    /* alu operation and into */
+  [6] reg
+  [9] 0
+end
+
+format
+  ! 3 or_into
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 3    /* alu operation or into */
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 3 or
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 3    /* alu operation or into */
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 0x13 ior
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 3    /* alu operation or into */
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 0x13 ior_into
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 3    /* alu operation or into */
+  [6] reg
+  [9] 0
+end
+
+format
+  ! 3 skip_to   /* jump to location stored in reg */
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 4   /* alu operation copy */
+  [6] rom_addr
+  [9] 0
+end
+
+format
+  ! 3 copy
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 4   /* alu operation copy */
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 deposit   /* copy the register content thru alu to shift register, not prealigned like preload */
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 4   /* alu operation copy */
+  [6] -1  /* pdata */
+  [9] 0
+end
+
+format
+  ! 3 icopy     /* copy the shift register lsb content directly to register, not aligned */
+  % regw
+  [5] opcode
+  [6] -1  /* pdata */
+  [6]  4  /* alu copy */
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 add
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 1
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 0x13 iadd       /* regr + pdata -> regw */
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 1
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 sub          /* immediate - regr -> regw */
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 12
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 0x13 isub       /* pdata - regr -> regw */
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 12
+  [6] regw
+  [9] 0
+end
+
+
+format
+  ! 3 flip
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 5
+  [6] reg
+  [9] immediate
+end
+  
+format
+  ! 0x13 iflip  /* use shift register as immediate to do xor */
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 5
+  [6] regw
+  [9] 0
+end
+  
+format
+  ! 3 xor
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 5
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 3 xor_into
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 5
+  [6] reg
+  [9] immediate
+end
+  
+format
+  ! 0x13 ixor  /* pdata xor regr and store result in regw */
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 5
+  [6] regw
+  [9] 0
+end
+  
+format
+  ! 3 invert
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 8
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 pinvert    /* invert pdata into itself */
+  [5] opcode
+  [6] -1
+  [6] 8
+  [6] -1
+  [9] 0
+end
+
+format
+  ! 3 div                 /* regr div immediate div */
+  % reg
+  % immediate
+  [5] opcode
+  [6] reg
+  [6] 13                   /* generate diven pulse to div */
+  [6] null
+  [9] immediate
+end
+
+format
+  ! 0x13 idiv           /* pdata div regr data ready at most after 41 nops */
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 13                   /* generate diven pulse to div */
+  [6] null
+  [9] 0
+end
+
+format
+  ! 0x13 idiv48           /* pdata div regr data 48bit */
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 17                   /* generate diven pulse to div */
+  [6] null
+  [9] 0
+end
+
+format
+  ! 3 remainder            /* harvest div remainder */
+  % regw
+  [5] opcode
+  [6] 0
+  [6] 14
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 quotient             /* harvest div quotient */
+  % regw
+  [5] opcode
+  [6] 0
+  [6] 15
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 6
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift2
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 22
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift3
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 18
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift4
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 35
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift8
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 25
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift16
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 34
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift32
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 30
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 lshift
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 7
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 lshift2
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 23
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 lshift8
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 26
+  [6] regw
+  [9] 0
+end
+
+  
+format
+  ! 3 lshift3
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 19
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 lshift4
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 36
+  [6] regw
+  [9] 0
+end
+  
+
+format
+  ! 3 lshift16
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 32
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 random               /* random number into regw */
+  % reg
+  [5] opcode
+  [6] 0
+  [6] 20
+  [6] reg
+  [9] 0
+end
+
+format                     /* bit reverse within a byte */
+  ! 3 reverse
+  % reg
+  % regw
+  [5] opcode
+  [6] reg
+  [6] 27
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 priority    /* priority encode reg into regw, lsb is the top priority, ie, priority(8'b00010000) = 4 */
+  % reg
+  % regw
+  [5] opcode
+  [6] reg
+  [6] 21
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 7 setsect   /* set a section of pdata */
+  % section    /* 0 sets 17:0 of pdata with set_data, 1 sets 35:18, 2 sets 53:36, 3 sets 71:54 */
+  % set_data
+  [5] opcode
+  [7] 0
+  [2] section
+  [18] set_data
+end
+
+format
+  ! 10 preload   /* load stuff into pdata according to fhs format, check us.v */
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 0
+  [6] -1
+  [9] 0
+end
+
+format  /* load register with pdata content, according to fhs format, check us.v */
+  ! 10 ialigned   /* all bits are in position */
+  % regw
+  [5] opcode
+  [6] -1
+  [6] 0
+  [6] regw
+  [9] 0
+end
+
+format  /* load register to another according to fhs format */
+  ! 10 aligned
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 0
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 4 branch
+  % addr
+  % flag
+  [5] opcode
+  [6] 1
+  [6] flag
+  [15] addr
+end
+
+format
+  ! 4 call
+  % addr
+  % flag
+  [5] opcode
+  [6] 2
+  [6] flag
+  [15] addr
+end
+
+format
+  ! 4 rtn
+  % flag
+  [5] opcode
+  [6] 3
+  [6] flag
+  [15] 0
+end
+
+format
+  ! 0x0d fetch          /* read from memory, data into pdata, address from immediate then mem_ptr */
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] 63
+  [1] addr
+  [1] 0
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x0d fetcht          /* read from memory, data into temp, address from immediate won't increment */
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] 2
+  [1] addr
+  [1] 1
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x1d ifetch         /* read from memory, data into pdata, address from regr then mem_ptr */
+  % num_bytes
+  % reg
+  [5] opcode
+  [6] 63
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] reg
+end
+
+format
+  ! 0x1d ifetcht         /* read from memory, data into temp, address from regr won't increment */
+  % num_bytes
+  % reg
+  [5] opcode
+  [6] 2
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] reg
+end
+
+format
+  ! 0x0c store          /* write to memory, data from pdata, address from immediate then mem_ptr */
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] 63
+  [1] addr
+  [1] 0
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x0c storet          /* write to memory, data from temp, address from immediate won't increment */
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] 2
+  [1] addr
+  [1] 1
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x1c istore        /* write pdata to memory, address from regaddr */
+  % num_bytes
+  % regaddr
+  [5] opcode
+  [6] 63            
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] regaddr
+end
+
+format
+  ! 0x1c istoret        /* write temp to memory, address from regaddr */
+  % num_bytes
+  % regaddr
+  [5] opcode
+  [6] 2            
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] regaddr
+end
+
+format
+  ! 0x0d crc         // read from memory, count from loopcnt, put crc result into pdata 
+  % addr
+  [5] opcode
+  [6] 63
+  [6] 0
+  [15] addr
+end
+
+format
+  ! 0x1d icrc         /* read from memory, address from reg, count from loopcnt, put crc result into pdata */
+  % reg
+  [5] opcode
+  [6] 63
+  [15] 0
+  [6] reg
+end
+
+
+format
+  ! 0x0c storer          /* write reg to memory, address from immediate then mem_ptr */
+  % reg
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] reg               
+  [1] addr
+  [1] 0
+  [4] num_bytes
+  [15] addr
+end
+
+
+format
+  ! 0x1c istorer        /* write regr to memory, address from regaddr */
+  % regr
+  % num_bytes
+  % regaddr
+  [5] opcode
+  [6] regr            
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] regaddr
+end
+
+
+format
+  ! 0x0d fetchr          /* read reg from memory, address from immediate then mem_ptr */
+  % reg
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] reg               
+  [1] addr
+  [1] 0
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x1d ifetchr        /* read regr from memory, address from regaddr */
+  % regr
+  % num_bytes
+  % regaddr
+  [5] opcode
+  [6] regr
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] regaddr
+end
+
+
+
+
+format
+  ! 0x0e jam
+  % immediate
+  % addr
+  [5] opcode
+  [3] 0
+  [16] addr
+  [8] immediate
+end
+
+format			/* 0x242... */
+  ! 4 nbranch
+  % addr
+  % flag
+  [5] opcode
+  [1] 1
+  [5] 1
+  [6] flag
+  [15] addr
+end
+
+format
+  ! 4 ncall
+  % addr
+  % flag
+  [5] opcode
+  [1] 1
+  [5] 2
+  [6] flag
+  [15] addr
+end
+
+format
+  ! 4 nrtn
+  % flag
+  [5] opcode
+  [1] 1
+  [5] 3
+  [6] flag
+  [15] 0
+end
+
+format
+  ! 4 nop
+  % addr  /* no-op for addr+2 clocks */
+  [5] opcode
+  [6] 0     
+  [6] 0     /* always */ 
+  [15] addr
+end
+
+format
+  ! 4 clear_stack
+  [5] opcode
+  [6] 4
+  [6] 0    /* always */
+  [15] 0
+end
+
+format
+  ! 6 until
+  % reg
+  % flag
+  [5] opcode
+  [6] reg
+  [6] flag
+  [6] 1
+  [9] 0
+end
+  
+format
+  ! 6 correlate   /* quit if 1. flag is true 2, regr time up 3, found sync,(cond_true) */
+  % reg          /* expire counter to check against */
+  % flag
+  [5] opcode
+  [6] reg
+  [6] flag
+  [6] 2           /* correlate */
+  [9] 0           
+end
+
+format
+  ! 5 compare   /* sets cond flag,  if reg equals immediate */
+  % immediate
+  % reg
+  % mask
+  [5] opcode
+  [6] reg
+  [3] 0
+  [9] mask
+  [9] immediate
+end
+
+format
+  ! 0x15 icompare   /* sets cond flag,  if reg equals pdata */
+  % mask
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 0
+  [9] mask
+  [9] 0
+end
+
+format   /* sets cond. flag, if reg equals LS half of shift reg with MS half of reg being mask */
+  ! 5 iverify
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 2
+  [18] 0
+end
+
+format
+  ! 0x15 qisolate1
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 3
+  [18] -1
+end
+
+format
+  ! 0x15 qisolate0
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 3
+  [18] 0
+end
+
+	/* REVAB bug: cannot access bit above 35 */
+format
+  ! 5 isolate1
+  % addr
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 3
+  [9] -1
+  [9] addr
+end
+
+format
+  ! 5 isolate0
+  % addr
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 3
+  [9] 0
+  [9] addr
+end
+
+format
+  ! 11 setarg
+  % immediate
+  [5] opcode
+  [27] immediate
+end
+
+format
+  ! 0x1b arg
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [21] immediate
+end
+
+  
+format
+  ! 0 sleep
+  [5] opcode
+  [27] 0
+end
+
+format
+  ! 0 snooze
+  [5] opcode
+  [6] -1
+  [21] 0
+end
+
+format
+  ! 0 revision
+  % rev_num
+  [5] opcode
+  [27] rev_num
+end
+
+format
+  ! 0x18 loop   /* branch when loopcnt is NOT zero, and decrease loopcnt */
+  % addr
+  [5] opcode
+  [4] 4
+  [8] 0
+  [15] addr
+end
+
+format
+  ! 0x18 beq   /* branch when pdata is equal to immediate */
+  % imme
+  % addr
+  [5] opcode
+  [4] 0
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 bne   /* branch when pdata is NOT equal to immediate */
+  % imme
+  % addr
+  [5] opcode
+  [4] 1
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 rtneq   /* return when pdata is equal to immediate */
+  % imme
+  [5] opcode
+  [4] 2
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 0x18 rtnne   /* return when pdata is NOT equal to immediate */
+  % imme
+  [5] opcode
+  [4] 3
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 0x18 bbit1   /* branch when pdata's imme bit is 1 */
+  % imme
+  % addr
+  [5] opcode
+  [4] 5
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 bbit0   /* branch when pdata's imme bit is 0 */
+  % imme
+  % addr
+  [5] opcode
+  [4] 6
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 rtnbit1   /* return when pdata's imme bit is 0 */
+  % imme
+  [5] opcode
+  [4] 7
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 0x18 rtnbit0   /* return when pdata's imme bit is 0 */
+  % imme
+  [5] opcode
+  [4] 8
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 8	bpatch
+  % imme
+  % addr
+  [5] opcode
+  [4] 9
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 8	bpatchx
+  % imme
+  % addr
+  [5] opcode
+  [4] 14
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 bmark1   /* branch when mark's imme bit is 1 */
+  % imme
+  % addr
+  [5] opcode
+  [4] 10
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 bmark0   /* branch when mark's imme bit is 0 */
+  % imme
+  % addr
+  [5] opcode
+  [4] 11
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 rtnmark1   /* return when mark's imme bit is 0 */
+  % imme
+  [5] opcode
+  [4] 12
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 0x18 rtnmark0   /* return when mark's imme bit is 0 */
+  % imme
+  [5] opcode
+  [4] 13
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 3 mul32                  /* immediate mult regr */ 
+  % regr
+  % immediate                                  
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 31           
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 0x13 imul32           /* pdata mult regr 32x32=64bit */  
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 31                   
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 0x13 imults           /* pdata mult regr 32x32=64bit, signed */  
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 16
+  [6] regw
+  [9] 0
+end
+
+
+format
+  ! 3 byteswap
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 33
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 shasx          /* SHA256 Sx operation, immediate is Sx */
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 28
+  [6] regw
+  [9] immediate
+end
+
+
+format
+  ! 0x13 regexrot 	/* regext[0] <- regext[7], regext[1] <- regext[0], regext[2] <- regext[1] ... */
+  [5] opcode
+  [6] 0
+  [6] 29
+  [6] null
+  [9] 0
+end
+
Index: format/debug.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/debug.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/debug.format	(working copy)
@@ -0,0 +1,6 @@
+xmemalloc(
+
+1 mem_rf_debug_rx_gpio
+1 mem_rf_debug_tx_gpio
+)
+
Index: format/fcc_auth.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/fcc_auth.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/fcc_auth.format	(working copy)
@@ -0,0 +1,80 @@
+
+
+
+
+/*
+为了不额外占用memalloc的空间，所以与mem_input_store复用
+*/
+amemalloc mem_input_store(
+	0 mem_fcc_param_new	
+	1 mem_fcc_ch_new   
+	1 mem_fcc_mod_new 
+	1 mem_fcc_txrx_new 
+	1 mem_fcc_btble_new  
+	1 mem_fcc_data_new  
+	1 mem_fcc_data_length_new    
+	1 mem_fcc_hop_new    
+	1 mem_fcc_tx_power_new
+
+	0 mem_fcc_param
+	1 mem_fcc_ch                    /*frequence set: default:0x00(2402Mhz); frequence = 2402MHz + mem_fcc_ch*/
+	1 mem_fcc_mod                 /*data rate:default:0x01(1Mbps) */
+	1 mem_fcc_txrx                  /*tx rx mode select:tx: 01; rx:02*/
+	1 mem_fcc_btble                /*BT and BLE select: BT3.0:01; BLE:02*/
+	1 mem_fcc_data                 /*carrier: 0x22; data: 0*/
+	1 mem_fcc_data_length     /*DH1:0x19; DH3:0x78; DH5:0xf0*/
+	1 mem_fcc_hop                  /*fixed freq:0x02; hop freq:0x01*/
+	1 mem_fcc_tx_power         /*同mem_tx_power*/
+
+	2 mem_fcc_config_cb
+
+)
+
+
+(
+0x0b00 mem_pn9  
+1022 mem_pn9_size
+)
+
+(
+8 FCC_PARA_LEN
+)
+
+//data rate
+(
+0x01 FCC_DATA_RATE_1Mbps
+)
+//tx rx mode select
+(
+0x01 FCC_TX
+0x02 FCC_RX
+)
+//BT or BLE
+(
+0x02 FCC_BLE_MODE
+0x01 FCC_BT_MODE
+)
+
+//carrier or data
+(
+0x22 FCC_CARRIER
+0 FCC_DATA
+)
+
+//data length
+(
+0x19 FCC_LEN_DH1
+0x78 FCC_LEN_DH3
+0xf0 FCC_LEN_DH5
+)
+
+//fixed or hop frequence
+(
+0x02 FCC_FIXED_FREQ
+0x01 FCC_HOP_FREQ
+)
+(
+0x890d core_tx_test_mode
+)
+
+
Index: format/g24_protocol_stack/24g.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/g24_protocol_stack/24g.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/g24_protocol_stack/24g.format	(working copy)
@@ -0,0 +1,80 @@
+
+xmemalloc g24(
+6 mem_24g_lap
+34 mem_24g_rxbuf
+32 mem_24g_txbuf
+36 mem_24g_txpayload
+32 mem_24g_rxpayload
+1 mem_24g_rxdata_length
+1 mem_24g_pid
+1 mem_24g_no_ack
+3 mem_24g_sta_crc
+3 mem_24g_last_crc
+1 mem_24g_sta_pid
+1 mem_24g_last_pid
+1 mem_24g_datalen
+1 mem_24g_data_type
+1 mem_24g_txlen
+2 mem_24g_rx_window
+1 mem_24g_ch
+1 mem_24g_current_ch_number
+4 mem_24g_addr
+4 mem_24g_ch_map1
+4 mem_24g_ch_map2
+4 mem_24g_ch_map3
+4 mem_24g_ch_map4
+4 mem_24g_tx_btclk
+1 mem_24g_interval
+1 mem_24g_interval_min
+1 mem_24g_interval_max
+2 mem_24g_syncword
+1 mem_24g_syncword_crc8
+1 mem_24g_get_syncword_crc8
+1 mem_24g_pair_switch
+8 mem_24g_enter_hibernate
+
+1 mem_24g_rx_phy
+1 mem_24g_tx_phy
+
+1 mem_24g_ch_map_update
+4 mem_24g_ch_update_map1
+4 mem_24g_ch_update_map2
+4 mem_24g_ch_update_map3
+4 mem_24g_ch_update_map4
+
+1 mem_24g_disable_fec1
+1 mem_24g_off_type
+)
+
+
+xmemalloc g24_tx(
+1 mem_rssi_hex_received
+
+)
+
+
+
+(//mem_24g_data_type
+1 TYPE_MS
+2 TYPE_KB
+0x07 bits_data
+//0-2 data type
+3 bit_abort
+4 bit_hop
+5 bit_sync
+//6-7 channel offset
+)
+
+
+(
+0 ERR_NULL
+1 ERR_SYNC_TO
+2 ERR_HEC
+3 ERR_LR_LEN
+4 ERR_TYPE
+5 ERR_LEN_OVER
+6 ERR_CRC
+)
+
+
+
Index: format/g24_protocol_stack/24g_pair.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/g24_protocol_stack/24g_pair.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/g24_protocol_stack/24g_pair.format	(working copy)
@@ -0,0 +1,52 @@
+
+
+xmemalloc g24(
+4 mem_24g_pair_addr
+1 mem_24g_pair_ch
+1 mem_24g_pair_tx_power
+
+)
+
+xmemalloc g24_tx(
+1 mem_24g_pair_sm
+1 mem_24g_pair_no_ack
+2 mem_24g_pair_timeout_init
+2 mem_24g_pair_timeout
+2 mem_24g_pair_count
+)
+
+xmemalloc g24_rx(
+1 mem_24g_device1_bind_step
+1 mem_24g_device2_bind_step
+1 mem_24g_bind_device_status
+8 mem_24g_bind_payload
+1 mem_24g_device1_bind_disable
+1 mem_24g_device2_bind_disable
+
+)
+
+(//mem_24g_pair_sm
+0 STATE_24G_PAIRING_NULL
+1 STATE_24G_PAIRING_1
+2 STATE_24G_PAIRING_2
+3 STATE_24G_PAIRING_3
+4 STATE_24G_PAIRING_4
+0X11 STATE_24G_PAIRING_1_WAITING_ACK
+0X12 STATE_24G_PAIRING_2_WAITING_ACK
+0X13 STATE_24G_PAIRING_3_WAITING_ACK
+0X14 STATE_24G_PAIRING_4_WAITING_ACK
+0XFF STATE_24G_PAIRING_SUCCESS
+)
+
+(
+0x01 DATATYPE_DEVICE1	//mouse
+0x02 DATATYPE_DEVICE2	//keyboard
+0xaa DATATYPE_BIND		//bind step 1
+0x55 DATATYPE_CONFIG	//bind step 2
+0x22 DATATYPE_OK		//bind step 3
+0xff DATATYPE_ATTEMP	//reconn
+)
+
+(
+5 BIND_MODE_CONTINUE
+)
Index: format/g24_protocol_stack/24g_receiver.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/g24_protocol_stack/24g_receiver.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/g24_protocol_stack/24g_receiver.format	(working copy)
@@ -0,0 +1,50 @@
+
+
+xmemalloc g24_rx(
+2 mem_cb_24g_receive_process
+2 mem_cb_24g_ackpayload
+2 mem_cb_24g_data_device1
+2 mem_cb_24g_data_device2
+34 mem_24g_rxdata_temp
+1 mem_24g_abort_packet
+4 mem_24g_hop_btclk
+1 mem_24g_hop_interval
+1 mem_24g_pair_mode
+1 mem_24g_ackpayload_enable
+1 mem_24g_hop_packet
+1 mem_24g_mode_switch
+1 mem_24g_nodata_timer_enable
+
+1 mem_24g_mode_init
+1 mem_24g_work_mode
+1 mem_24g_time_slice
+1 mem_24g_self_last_ch
+1 mem_24g_self_ch_number
+1 mem_24g_self_config_ch_once
+1 mem_24g_device1_last_ch
+1 mem_24g_device1_ch_number
+1 mem_24g_device1_config_ch_once
+1 mem_24g_device2_last_ch
+1 mem_24g_device2_ch_number
+1 mem_24g_device2_config_ch_once
+1 mem_24g_led_status
+1 mem_24g_bind_mode_continue
+
+1 mem_tx_power_temp
+
+1 mem_24g_mode_B_S_switch
+1 mem_24g_mode_B_S_switch_init
+2 mem_24g_mode_B_S_switch_cnt
+1 mem_24g_mode_B_S_switch_exit
+1 mem_24g_B_S_time_slice
+1 mem_24g_B_S_mode_switch_disable
+
+1 mem_24g_bind_device_living
+)
+
+
+(
+0 bit_ack_24g
+)
+
+
Index: format/g24_protocol_stack/24g_reconn.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/g24_protocol_stack/24g_reconn.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/g24_protocol_stack/24g_reconn.format	(working copy)
@@ -0,0 +1,29 @@
+xmemalloc g24_tx(
+2 mem_24g_reconn_timeout_init
+2 mem_24g_reconn_timeout
+2 mem_24g_reconn_count
+1 mem_24g_reconn_type
+1 mem_24g_fast_conn_enable
+4 mem_24g_fast_conn_addr
+4 mem_24g_receiver_addr
+1 mem_24g_fast_conn_temp_ch
+1 mem_24g_receiver_temp_ch
+1 mem_24g_device_temp_ch
+
+)
+
+xmemalloc g24_rx(
+4 mem_24g_transmitter_addr
+4 mem_24g_device1_addr
+4 mem_24g_device2_addr
+
+)
+
+(//mem_24g_reconn_type
+0 DEFAULT_24G_DEVICE
+1 FAST_CONN_AND_RECEIVER
+2 FAST_CONN_AND_3_0_ADDR
+3 RECEIVER_AND_3_0_ADDR
+4 PAIR_AND_3_0_ADDR
+)
+
Index: format/g24_protocol_stack/24g_rssi.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/g24_protocol_stack/24g_rssi.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/g24_protocol_stack/24g_rssi.format	(working copy)
@@ -0,0 +1,40 @@
+
+xmemalloc g24(
+1 mem_rssi_buff_index
+)
+
+
+xmemalloc g24_tx(
+1 mem_rssi_signal_index
+2 mem_rssi_signal_buf_ptr
+
+)
+
+
+xmemalloc g24_rx(
+1 mem_rssi_noise_avg
+1 mem_rssi_noise_index
+
+1 mem_rssi_noise_self_avg
+1 mem_rssi_noise_device1_avg
+1 mem_rssi_noise_device2_avg
+1 mem_rssi_noise_self_index
+1 mem_rssi_noise_device1_index
+1 mem_rssi_noise_device2_index
+
+2 mem_rssi_noise_buffer_ptr
+2 mem_rssi_noise_self_buffer_ptr
+2 mem_rssi_noise_device1_buffer_ptr
+2 mem_rssi_noise_device2_buffer_ptr
+
+)
+
+
+
+(
+0x50 RSSI_THRESH_NOISE
+)
+
+
+
+
Index: format/g24_protocol_stack/24g_transmitter.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/g24_protocol_stack/24g_transmitter.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/g24_protocol_stack/24g_transmitter.format	(working copy)
@@ -0,0 +1,67 @@
+
+
+xmemalloc g24_tx(
+2 mem_cb_24g_transmit_data
+2 mem_cb_24g_search_receiver
+2 mem_cb_24g_lpm_before
+2 mem_cb_24g_transmit_short_sleep
+2 mem_cb_24g_transmit_long_sleep
+
+1 mem_24g_conn_sm
+
+1 mem_24g_ensure
+2 mem_24g_txfail_cnt
+1 mem_24g_attempt_fail_flag
+
+1 mem_24g_retry
+1 mem_24g_abort_pac
+1 mem_24g_max_retry
+4 mem_24g_device_addr
+3 mem_24g_short_sleep_set
+8 mem_24g_long_sleep_set
+4 mem_24g_long_sleep_set1
+
+1 mem_24g_pac_index
+1 mem_24g_transmit_by_interrupt
+2 mem_24g_transmit_by_interrupt_exit_count
+2 mem_24g_transmit_by_interrupt_exit_count_init
+2 mem_24g_long_sleep_param_update_timer_init
+2 mem_24g_long_sleep_param_update_timer
+
+1 mem_24g_fast_hop_count
+2 mem_24g_retransmit
+)
+
+(
+1 NO_ACK_24G
+0 WITH_ACK_24G
+)
+
+(//mem_24g_conn_sm
+0 STATE_24G_STOP
+0 STATE_24G_START
+1 STATE_24G_PAIR
+2 STATE_24G_RECONN
+)
+
+(//mem_24g_transmit_by_interrupt
+1 G24_TX_TIMER_INT_ENABLE
+0 G24_TX_TIMER_INT_DISABLE
+)
+
+
+(
+1 OFFSET_DATA_TYPE
+2 OFFSET_LR_DATA_TYPE
+)
+
+(
+0x017700 G24_LONG_SLEEP_STEP1	//8ms
+0x36ee80 G24_LONG_SLEEP_STEP2	//300ms
+0x124f80 G24_LONG_SLEEP_STEP3	//100ms
+63500 G24_8MS_INTERVAL_PARAM		//8ms
+12210 G24_4MS_INTERVAL_PARAM
+)
+
+
+
Index: format/g24_protocol_stack/24g_txpower_ctrl.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/g24_protocol_stack/24g_txpower_ctrl.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/g24_protocol_stack/24g_txpower_ctrl.format	(working copy)
@@ -0,0 +1,20 @@
+
+xmemalloc g24_tx(
+1 mem_rssi_avg_received
+1 mem_power_ctrl_level
+1 mem_power_ctrl_pac_succ_cnt
+1 mem_power_ctrl_pac_succ_cnt_init
+
+1 mem_rssi_dis_min_24g
+1 mem_rssi_dis_max_24g
+1 mem_rssi_hex_received_max_value
+
+1 mem_rssi_dis_min_ble
+1 mem_rssi_dis_max_ble
+)
+
+
+(
+50 POWER_CTRL_DECRS_THRESHOLD
+)
+
Index: format/l2cap.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/l2cap.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/l2cap.format	(working copy)
@@ -0,0 +1,40 @@
+
+
+
+xmemalloc(
+0 mem_l2cap_xmem_start
+
+//*******************L2CAP malloc********************//
+1 mem_used_map
+0 mem_tx_fifo0
+1 mem_tx_fifo0_map
+2 mem_tx_fifo0_ptr
+0 mem_tx_fifo1
+1 mem_tx_fifo1_map
+2 mem_tx_fifo1_ptr
+0 mem_tx_fifo2
+1 mem_tx_fifo2_map
+2 mem_tx_fifo2_ptr
+0 mem_tx_fifo3
+1 mem_tx_fifo3_map
+2 mem_tx_fifo3_ptr
+0 mem_tx_fifo_end
+
+2 mem_l2cap_lpm_txbuf_ptr
+0 mem_l2cap_xmem_end
+
+)
+
+
+//mem_l2cap_lpm_txbuf
+(
+256 l2cap_lpm_txbuf_len
+)
+
+(
+4 L2CAP_TX_FIFO_SIZE
+8 L2CAP_TX_BUFF_CNT
+
+)
+
+
Index: format/memblocks.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/memblocks.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/memblocks.format	(working copy)
@@ -0,0 +1,35 @@
+//
+//
+//Large memory blocks defined in this file.
+//Blocks Shall be defined with absolute address.
+//Blocks' length Shall be specified in comment following Blocks' names.
+//Different blocks MAY be overlap.
+//Blocks defined in this file Shall NOT be overlap with variable in memmap.format.
+
+
+
+//l2cap RX buffers
+(
+0xf00 mem_le_l2cap_buf		//0x100
+)
+
+//l2cap TX buffers
+(
+0xd00 mem_ble_tx_buff0
+0x60 mem_ble_l2cap_tx_buff_size
+)
+
+
+//uart buffer
+(
+0xc00 mem_h5rx_buf//0x400
+0xeff mem_h5rx_buf_end
+0xf00 mem_h5tx_buf
+0xfff mem_h5tx_buf_end
+)
+
+
+(
+0x4c00 mem_savelist
+)
+
Index: format/patch.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/patch.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/patch.format	(working copy)
@@ -0,0 +1,516 @@
+
+(
+	  0 patch00_0
+	  1 patch00_1
+	  2 patch00_2
+	  3 patch00_3
+	  4 patch00_4
+	  5 patch00_5
+	  6 patch00_6
+	  7 patch00_7
+	  8 patch01_0
+	  9 patch01_1
+	 10 patch01_2
+	 11 patch01_3
+	 12 patch01_4
+	 13 patch01_5
+	 14 patch01_6
+	 15 patch01_7
+	 16 patch02_0
+	 17 patch02_1
+	 18 patch02_2
+	 19 patch02_3
+	 20 patch02_4
+	 21 patch02_5
+	 22 patch02_6
+	 23 patch02_7
+	 24 patch03_0
+	 25 patch03_1
+	 26 patch03_2
+	 27 patch03_3
+	 28 patch03_4
+	 29 patch03_5
+	 30 patch03_6
+	 31 patch03_7
+	 32 patch04_0
+	 33 patch04_1
+	 34 patch04_2
+	 35 patch04_3
+	 36 patch04_4
+	 37 patch04_5
+	 38 patch04_6
+	 39 patch04_7
+	 40 patch05_0
+	 41 patch05_1
+	 42 patch05_2
+	 43 patch05_3
+	 44 patch05_4
+	 45 patch05_5
+	 46 patch05_6
+	 47 patch05_7
+	 48 patch06_0
+	 49 patch06_1
+	 50 patch06_2
+	 51 patch06_3
+	 52 patch06_4
+	 53 patch06_5
+	 54 patch06_6
+	 55 patch06_7
+	 56 patch07_0
+	 57 patch07_1
+	 58 patch07_2
+	 59 patch07_3
+	 60 patch07_4
+	 61 patch07_5
+	 62 patch07_6
+	 63 patch07_7
+	 64 patch08_0
+	 65 patch08_1
+	 66 patch08_2
+	 67 patch08_3
+	 68 patch08_4
+	 69 patch08_5
+	 70 patch08_6
+	 71 patch08_7
+	 72 patch09_0
+	 73 patch09_1
+	 74 patch09_2
+	 75 patch09_3
+	 76 patch09_4
+	 77 patch09_5
+	 78 patch09_6
+	 79 patch09_7
+	 80 patch0a_0
+	 81 patch0a_1
+	 82 patch0a_2
+	 83 patch0a_3
+	 84 patch0a_4
+	 85 patch0a_5
+	 86 patch0a_6
+	 87 patch0a_7
+	 88 patch0b_0
+	 89 patch0b_1
+	 90 patch0b_2
+	 91 patch0b_3
+	 92 patch0b_4
+	 93 patch0b_5
+	 94 patch0b_6
+	 95 patch0b_7
+	 96 patch0c_0
+	 97 patch0c_1
+	 98 patch0c_2
+	 99 patch0c_3
+	100 patch0c_4
+	101 patch0c_5
+	102 patch0c_6
+	103 patch0c_7
+	104 patch0d_0
+	105 patch0d_1
+	106 patch0d_2
+	107 patch0d_3
+	108 patch0d_4
+	109 patch0d_5
+	110 patch0d_6
+	111 patch0d_7
+	112 patch0e_0
+	113 patch0e_1
+	114 patch0e_2
+	115 patch0e_3
+	116 patch0e_4
+	117 patch0e_5
+	118 patch0e_6
+	119 patch0e_7
+	120 patch0f_0
+	121 patch0f_1
+	122 patch0f_2
+	123 patch0f_3
+	124 patch0f_4
+	125 patch0f_5
+	126 patch0f_6
+	127 patch0f_7
+	128 patch10_0
+	129 patch10_1
+	130 patch10_2
+	131 patch10_3
+	132 patch10_4
+	133 patch10_5
+	134 patch10_6
+	135 patch10_7
+	136 patch11_0
+	137 patch11_1
+	138 patch11_2
+	139 patch11_3
+	140 patch11_4
+	141 patch11_5
+	142 patch11_6
+	143 patch11_7
+	144 patch12_0
+	145 patch12_1
+	146 patch12_2
+	147 patch12_3
+	148 patch12_4
+	149 patch12_5
+	150 patch12_6
+	151 patch12_7
+	152 patch13_0
+	153 patch13_1
+	154 patch13_2
+	155 patch13_3
+	156 patch13_4
+	157 patch13_5
+	158 patch13_6
+	159 patch13_7
+	160 patch14_0
+	161 patch14_1
+	162 patch14_2
+	163 patch14_3
+	164 patch14_4
+	165 patch14_5
+	166 patch14_6
+	167 patch14_7
+	168 patch15_0
+	169 patch15_1
+	170 patch15_2
+	171 patch15_3
+	172 patch15_4
+	173 patch15_5
+	174 patch15_6
+	175 patch15_7
+	176 patch16_0
+	177 patch16_1
+	178 patch16_2
+	179 patch16_3
+	180 patch16_4
+	181 patch16_5
+	182 patch16_6
+	183 patch16_7
+	184 patch17_0
+	185 patch17_1
+	186 patch17_2
+	187 patch17_3
+	188 patch17_4
+	189 patch17_5
+	190 patch17_6
+	191 patch17_7
+	192 patch18_0
+	193 patch18_1
+	194 patch18_2
+	195 patch18_3
+	196 patch18_4
+	197 patch18_5
+	198 patch18_6
+	199 patch18_7
+	200 patch19_0
+	201 patch19_1
+	202 patch19_2
+	203 patch19_3
+	204 patch19_4
+	205 patch19_5
+	206 patch19_6
+	207 patch19_7
+	208 patch1a_0
+	209 patch1a_1
+	210 patch1a_2
+	211 patch1a_3
+	212 patch1a_4
+	213 patch1a_5
+	214 patch1a_6
+	215 patch1a_7
+	216 patch1b_0
+	217 patch1b_1
+	218 patch1b_2
+	219 patch1b_3
+	220 patch1b_4
+	221 patch1b_5
+	222 patch1b_6
+	223 patch1b_7
+	224 patch1c_0
+	225 patch1c_1
+	226 patch1c_2
+	227 patch1c_3
+	228 patch1c_4
+	229 patch1c_5
+	230 patch1c_6
+	231 patch1c_7
+	232 patch1d_0
+	233 patch1d_1
+	234 patch1d_2
+	235 patch1d_3
+	236 patch1d_4
+	237 patch1d_5
+	238 patch1d_6
+	239 patch1d_7
+	240 patch1e_0
+	241 patch1e_1
+	242 patch1e_2
+	243 patch1e_3
+	244 patch1e_4
+	245 patch1e_5
+	246 patch1e_6
+	247 patch1e_7
+	248 patch1f_0
+	249 patch1f_1
+	250 patch1f_2
+	251 patch1f_3
+	252 patch1f_4
+	253 patch1f_5
+	254 patch1f_6
+	255 patch1f_7
+	  0 patch20_0
+	  1 patch20_1
+	  2 patch20_2
+	  3 patch20_3
+	  4 patch20_4
+	  5 patch20_5
+	  6 patch20_6
+	  7 patch20_7
+	  8 patch21_0
+	  9 patch21_1
+	 10 patch21_2
+	 11 patch21_3
+	 12 patch21_4
+	 13 patch21_5
+	 14 patch21_6
+	 15 patch21_7
+	 16 patch22_0
+	 17 patch22_1
+	 18 patch22_2
+	 19 patch22_3
+	 20 patch22_4
+	 21 patch22_5
+	 22 patch22_6
+	 23 patch22_7
+	 24 patch23_0
+	 25 patch23_1
+	 26 patch23_2
+	 27 patch23_3
+	 28 patch23_4
+	 29 patch23_5
+	 30 patch23_6
+	 31 patch23_7
+	 32 patch24_0
+	 33 patch24_1
+	 34 patch24_2
+	 35 patch24_3
+	 36 patch24_4
+	 37 patch24_5
+	 38 patch24_6
+	 39 patch24_7
+	 40 patch25_0
+	 41 patch25_1
+	 42 patch25_2
+	 43 patch25_3
+	 44 patch25_4
+	 45 patch25_5
+	 46 patch25_6
+	 47 patch25_7
+	 48 patch26_0
+	 49 patch26_1
+	 50 patch26_2
+	 51 patch26_3
+	 52 patch26_4
+	 53 patch26_5
+	 54 patch26_6
+	 55 patch26_7
+	 56 patch27_0
+	 57 patch27_1
+	 58 patch27_2
+	 59 patch27_3
+	 60 patch27_4
+	 61 patch27_5
+	 62 patch27_6
+	 63 patch27_7
+	 64 patch28_0
+	 65 patch28_1
+	 66 patch28_2
+	 67 patch28_3
+	 68 patch28_4
+	 69 patch28_5
+	 70 patch28_6
+	 71 patch28_7
+	 72 patch29_0
+	 73 patch29_1
+	 74 patch29_2
+	 75 patch29_3
+	 76 patch29_4
+	 77 patch29_5
+	 78 patch29_6
+	 79 patch29_7
+	 80 patch2a_0
+	 81 patch2a_1
+	 82 patch2a_2
+	 83 patch2a_3
+	 84 patch2a_4
+	 85 patch2a_5
+	 86 patch2a_6
+	 87 patch2a_7
+	 88 patch2b_0
+	 89 patch2b_1
+	 90 patch2b_2
+	 91 patch2b_3
+	 92 patch2b_4
+	 93 patch2b_5
+	 94 patch2b_6
+	 95 patch2b_7
+	 96 patch2c_0
+	 97 patch2c_1
+	 98 patch2c_2
+	 99 patch2c_3
+	100 patch2c_4
+	101 patch2c_5
+	102 patch2c_6
+	103 patch2c_7
+	104 patch2d_0
+	105 patch2d_1
+	106 patch2d_2
+	107 patch2d_3
+	108 patch2d_4
+	109 patch2d_5
+	110 patch2d_6
+	111 patch2d_7
+	112 patch2e_0
+	113 patch2e_1
+	114 patch2e_2
+	115 patch2e_3
+	116 patch2e_4
+	117 patch2e_5
+	118 patch2e_6
+	119 patch2e_7
+	120 patch2f_0
+	121 patch2f_1
+	122 patch2f_2
+	123 patch2f_3
+	124 patch2f_4
+	125 patch2f_5
+	126 patch2f_6
+	127 patch2f_7
+	128 patch30_0
+	129 patch30_1
+	130 patch30_2
+	131 patch30_3
+	132 patch30_4
+	133 patch30_5
+	134 patch30_6
+	135 patch30_7
+	136 patch31_0
+	137 patch31_1
+	138 patch31_2
+	139 patch31_3
+	140 patch31_4
+	141 patch31_5
+	142 patch31_6
+	143 patch31_7
+	144 patch32_0
+	145 patch32_1
+	146 patch32_2
+	147 patch32_3
+	148 patch32_4
+	149 patch32_5
+	150 patch32_6
+	151 patch32_7
+	152 patch33_0
+	153 patch33_1
+	154 patch33_2
+	155 patch33_3
+	156 patch33_4
+	157 patch33_5
+	158 patch33_6
+	159 patch33_7
+	160 patch34_0
+	161 patch34_1
+	162 patch34_2
+	163 patch34_3
+	164 patch34_4
+	165 patch34_5
+	166 patch34_6
+	167 patch34_7
+	168 patch35_0
+	169 patch35_1
+	170 patch35_2
+	171 patch35_3
+	172 patch35_4
+	173 patch35_5
+	174 patch35_6
+	175 patch35_7
+	176 patch36_0
+	177 patch36_1
+	178 patch36_2
+	179 patch36_3
+	180 patch36_4
+	181 patch36_5
+	182 patch36_6
+	183 patch36_7
+	184 patch37_0
+	185 patch37_1
+	186 patch37_2
+	187 patch37_3
+	188 patch37_4
+	189 patch37_5
+	190 patch37_6
+	191 patch37_7
+	192 patch38_0
+	193 patch38_1
+	194 patch38_2
+	195 patch38_3
+	196 patch38_4
+	197 patch38_5
+	198 patch38_6
+	199 patch38_7
+	200 patch39_0
+	201 patch39_1
+	202 patch39_2
+	203 patch39_3
+	204 patch39_4
+	205 patch39_5
+	206 patch39_6
+	207 patch39_7
+	208 patch3a_0
+	209 patch3a_1
+	210 patch3a_2
+	211 patch3a_3
+	212 patch3a_4
+	213 patch3a_5
+	214 patch3a_6
+	215 patch3a_7
+	216 patch3b_0
+	217 patch3b_1
+	218 patch3b_2
+	219 patch3b_3
+	220 patch3b_4
+	221 patch3b_5
+	222 patch3b_6
+	223 patch3b_7
+	224 patch3c_0
+	225 patch3c_1
+	226 patch3c_2
+	227 patch3c_3
+	228 patch3c_4
+	229 patch3c_5
+	230 patch3c_6
+	231 patch3c_7
+	232 patch3d_0
+	233 patch3d_1
+	234 patch3d_2
+	235 patch3d_3
+	236 patch3d_4
+	237 patch3d_5
+	238 patch3d_6
+	239 patch3d_7
+	240 patch3e_0
+	241 patch3e_1
+	242 patch3e_2
+	243 patch3e_3
+	244 patch3e_4
+	245 patch3e_5
+	246 patch3e_6
+	247 patch3e_7
+	248 patch3f_0
+	249 patch3f_1
+	250 patch3f_2
+	251 patch3f_3
+	252 patch3f_4
+	253 patch3f_5
+	254 patch3f_6
+	255 patch3f_7
+
+)
Index: format/regs.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/regs.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/regs.format	(working copy)
@@ -0,0 +1,532 @@
+(
+	0x8000 core_chipid
+	0x8003 core_kick
+	0x8004 core_write_wdt
+	0x8005 core_lpm_wr
+	0x8006 core_misc_ctrl
+	0x8007 core_otp_rdata
+	0x800a core_ccm_ctrl
+	0x800b core_write_wdt2
+	0x8010 core_reset
+	0x8011 core_encrypt
+	0x8012 core_lpm_wr2
+	0x8022 core_ucode_hi
+	0x8023 core_ucode_ctrl
+	0x8024 core_ucode_low
+	0x8025 core_ucode_data
+
+	0x8040 core_halfslot
+	0x8042 core_clksel
+	0x8043 core_uart_clksel
+	0x8043 core_config
+	0x8044 core_xtal_stable_time
+	0x8045 core_otp_addr
+	0x8046 core_otp_din
+	0x8047 core_otp_ctrl
+	0x8048 core_otpd_addr
+	0x804a core_otpd_len
+	0x804b core_otpd_ctrl
+	0x804c core_lpm_reg
+	0x804f core_lpm_isogate
+	0x8050 core_clkoff
+	0x8052 core_uart_baud
+	0x8053 core_sum_en
+	0x8054 core_uart_rsaddr
+	0x8056 core_uart_readdr
+	0x8058 core_uart_rrptr
+	0x805a core_uart_tsaddr
+	0x805c core_uart_teaddr
+	0x805e core_uart_twptr
+	0x8060 core_uart_ctrl
+	0x8061 core_nec_start_addr
+	0x8063 core_nec_end_addr
+	0x8065 core_nec_rptr
+	0x8067 core_nec_control
+	0x8068 core_ccm_input_playload_addr
+	0x806a core_ccm_output_playload_addr
+	0x806c core_ccm_aad0
+	0x806d core_ccm_aad1
+	0x806e core_ccm_aad2
+	0x806f core_aes_en
+	0x8070 core_gpio_conf
+	0x807e core_keybuf_saddr
+	0x8080 core_spid_ctrl
+	0x8081 core_spid_delay
+	0x8082 core_spid_txlen
+	0x8084 core_spid_txaddr
+	0x8086 core_spid_rxaddr
+	0x8088 core_spid_rxlen
+	0x808a core_iicd_ctrl
+	0x808b core_iicd_scl_low
+	0x808c core_iicd_scl_high
+	0x808d core_iicd_start_setup
+	0x808e core_iicd_start_hold
+	0x808f core_iicd_stop_setup
+	0x8090 core_iicd_data_setup
+	0x8091 core_iicd_data_hold
+	0x8092 core_iicd_txlen
+	0x8094 core_iicd_txaddr
+	0x8096 core_iicd_rxaddr
+	0x8098 core_iicd_rxlen
+	0x809a core_pwm_en
+	0x809b core_pwm_init
+	0x809c core_pwm_pcnt0
+	0x809e core_pwm_ncnt0
+	0x80a0 core_pwm_pcnt1
+	0x80a2 core_pwm_ncnt1
+	0x80a4 core_pwm_pcnt2
+	0x80a6 core_pwm_ncnt2
+	0x80a8 core_pwm_pcnt3
+	0x80aa core_pwm_ncnt3
+	0x80ac core_pwm_pcnt4
+	0x80ae core_pwm_ncnt4
+	0x80b0 core_pwm_pcnt5
+	0x80b2 core_pwm_ncnt5
+	0x80b4 core_pwm_pcnt6
+	0x80b6 core_pwm_ncnt6
+	0x80b8 core_pwm_pcnt7
+	0x80ba core_pwm_ncnt7
+	0x80bc core_ac_ctrl
+	0x80bf core_ac_saddr
+	0x80c1 core_ccm_inptr
+	0x80c3 core_pwm_sync
+	0x80c5 core_pwm_autoload
+	0x80c6 core_sum_ctrl
+	
+	0x8108 core_misc_status
+	0x8109 core_qdec_cntx
+	0x810a core_watchdog_cnt
+	0x810b core_uart_status
+	0x810c core_uart_rbaud
+	0x810e core_uart_txitems
+	0x8110 core_uart_trptr
+	0x8112 core_uart_rxitems
+	0x8114 core_uart_rdptr
+	0x8116 core_uart_rwptr
+	0x8118 core_debug_baud
+	0x811a core_ccm_outptr
+	0x811c core_gpio_in
+	0x811d core_gpio_in1
+	0x811e core_ucode_flag
+	0x811f core_peripheral_lock
+	0x8120 core_nec_wptr
+	0x8122 core_current_otp_addr
+	0x8124 core_spid_remain
+	0x8126 core_iicd_remain
+	0x8128 core_dma_status
+	0x8129 core_perf_status
+	0x812a core_adc_in
+	0x812c core_nec_rxitem
+	0x8130 core_lpm_ctrl
+	0x8134 core_lpm_xtalcnt
+	0x8135 core_lpm_buckcnt
+	0x8136 core_lpm_ldocnt
+	0x8137 core_lpm_latch
+	0x8138 core_lpm_ctrl2
+	0x813c core_gpio_wakeup_low
+	0x8140 core_gpio_wakeup_high
+	0x8144 core_aes_decode_key_init
+	0x8145 core_clk_counter
+	0x814c core_adc_sum
+	0x814e core_mpu_s0_saddr
+	0x8150 core_mpu_s0_eaddr
+	0x8152 core_mpu_s1_saddr
+	0x8154 core_mpu_s1_eaddr
+	
+	0x8203 core_ice_ctrl
+	0x8204 core_ice_status
+	0x8205 core_ice_break0
+	0x8207 core_ice_break1
+  
+
+	0x8900 modem_en
+	0x8960 core_rf_rx_agc_ctrl
+	0x8961 core_rf_rx_gain_fix
+	0x8968 core_agc_wb_sat_th
+	0x8969 core_agc_nb_sat_th
+	0x89a0 modem_rssi
+	0x89a1 modem_wb_pow
+	0x89a2 modem_nb_pow
+	0x89a3 modem_gain
+	0x89a4 modem_status
+
+	0x89f0 fpga_rf_gain
+	0x89f1 fpga_rf_gain_ctrl
+	0x89f2 fpga_uart_ctrl
+	0x89f3 fpga_uart_wdata
+	0x89f4 fpga_uart_rdata
+	0x89f5 fpga_uart_status
+
+	0x8a00 core_clkpll_ctrl0              
+	0x8a01 core_clkpll_ctrl1              
+	0x8a02 core_clkpll_ctrl2              
+	0x8a03 core_clkpll_cfg0               
+	0x8a04 core_clkpll_cfg1               
+	0x8a05 core_clkpll_cfg2               
+	0x8a06 core_clkpll_cfg3               
+	0x8a07 core_clkpll_cfg4               
+	0x8a08 core_clkpll_cfg5               
+	0x8a09 core_clkpll_cfg6               
+	0x8a0a core_rf_ldo_en0                
+	0x8a0b core_rf_ldo_en1                
+	0x8a0c core_rf_ldo_cfg0               
+	0x8a0d core_rf_ldo_cfg1               
+	0x8a0e core_rf_ldo_cfg2               
+	0x8a0f core_rf_ldo_cfg3               
+	0x8a10 core_rf_ldo_cfg4               
+	0x8a11 core_rf_ldo_cfg5               
+	0x8a12 core_rf_ldo_cfg6               
+	0x8a13 core_rf_ldo_cfg7               
+	0x8a14 core_rf_ldo_cfg8               
+	0x8a15 core_rf_ldo_cfg9               
+	0x8a16 core_syn_en                    
+	0x8a17 core_rx_en0                    
+	0x8a18 core_rx_en1                    
+	0x8a19 core_tx_en0                    
+	0x8a1a core_tx_en1                    
+	0x8a1b core_force_ctrl                
+	0x8a1c core_rx_lna_gc_gc0             
+	0x8a1d core_rx_lna_gc_gc1             
+	0x8a1e core_rx_lna_gc_gc2             
+	0x8a1f core_rx_lna_gc_gc3             
+	0x8a20 core_rx_lna_gc_gc4             
+	0x8a21 core_rx_lna_gc_gc5             
+	0x8a22 core_rx_lna_gc_gc6             
+	0x8a23 core_rx_lna_gc_gc7             
+	0x8a24 core_rx_lna_gc_gc8             
+	0x8a25 core_rx_lna_hg_isel_gc6        
+	0x8a26 core_rx_lna_hg_isel_gc7        
+	0x8a27 core_rx_lna_hg_isel_gc8        
+	0x8a28 core_rx_lna_lg_isel_gc0        
+	0x8a29 core_rx_lna_lg_isel_gc1        
+	0x8a2a core_rx_lna_lg_isel_gc2        
+	0x8a2b core_rx_lna_lg_isel_gc3        
+	0x8a2c core_rx_lna_lg_isel_gc4        
+	0x8a2d core_rx_lna_lg_isel_gc5        
+	0x8a2e core_rx_bq_gc_gc0              
+	0x8a2f core_rx_bq_gc_gc1              
+	0x8a30 core_rx_bq_gc_gc2              
+	0x8a31 core_rx_bq_gc_gc3              
+	0x8a32 core_rx_bq_gc_gc4              
+	0x8a33 core_rx_bq_gc_gc5              
+	0x8a34 core_rx_bq_gc_gc6              
+	0x8a35 core_rx_bq_gc_gc7              
+	0x8a36 core_rx_bq_gc_gc8              
+	0x8a37 core_rx_gain_force             
+	0x8a38 core_rx_lna_isel_force         
+	0x8a39 core_tx_pwr_ctrl0              
+	0x8a3a core_tx_pwr_ctrl1              
+	0x8a3b core_tx_pwr_ctrl2              
+	0x8a3c core_tx_pwr_ctrl3              
+	0x8a3d core_syn_top_ctrl              
+	0x8a3e core_syn_mmd_cp_ctrl           
+	0x8a3f core_syn_divr_int              
+	0x8a40 core_syn_divr_frac2            
+	0x8a41 core_syn_divr_frac1            
+	0x8a42 core_syn_divr_frac0            
+	0x8a43 core_syn_cal_ctrl              
+	0x8a44 core_rx_tiai_dcoc_gc0          
+	0x8a45 core_rx_tiaq_dcoc_gc0          
+	0x8a46 core_rx_tiai_dcoc_gc1          
+	0x8a47 core_rx_tiaq_dcoc_gc1          
+	0x8a48 core_rx_tiai_dcoc_gc2          
+	0x8a49 core_rx_tiaq_dcoc_gc2          
+	0x8a4a core_rx_tiai_dcoc_gc3          
+	0x8a4b core_rx_tiaq_dcoc_gc3          
+	0x8a4c core_rx_tiai_dcoc_gc4          
+	0x8a4d core_rx_tiaq_dcoc_gc4          
+	0x8a4e core_rx_tiai_dcoc_gc5          
+	0x8a4f core_rx_tiaq_dcoc_gc5          
+	0x8a50 core_rx_tiai_dcoc_gc6          
+	0x8a51 core_rx_tiaq_dcoc_gc6          
+	0x8a52 core_rx_tiai_dcoc_gc7          
+	0x8a53 core_rx_tiaq_dcoc_gc7          
+	0x8a54 core_rx_tiai_dcoc_gc8          
+	0x8a55 core_rx_tiaq_dcoc_gc8          
+	0x8a56 core_rx_bq_daci_gc0            
+	0x8a57 core_rx_bq_dacq_gc0            
+	0x8a58 core_rx_bq_daci_gc1            
+	0x8a59 core_rx_bq_dacq_gc1            
+	0x8a5a core_rx_bq_daci_gc2            
+	0x8a5b core_rx_bq_dacq_gc2            
+	0x8a5c core_rx_bq_daci_gc3            
+	0x8a5d core_rx_bq_dacq_gc3            
+	0x8a5e core_rx_bq_daci_gc4            
+	0x8a5f core_rx_bq_dacq_gc4            
+	0x8a60 core_rx_bq_daci_gc5            
+	0x8a61 core_rx_bq_dacq_gc5            
+	0x8a62 core_rx_bq_daci_gc6            
+	0x8a63 core_rx_bq_dacq_gc6            
+	0x8a64 core_rx_bq_daci_gc7            
+	0x8a65 core_rx_bq_dacq_gc7            
+	0x8a66 core_rx_bq_daci_gc8            
+	0x8a67 core_rx_bq_dacq_gc8            
+	0x8a68 core_rx_tiai_dcoc_force        
+	0x8a69 core_rx_tiaq_dcoc_force        
+	0x8a6a core_rx_bq_daci_force          
+	0x8a6b core_rx_bq_dacq_force          
+	0x8a6c core_rx_bq_bw_cal              
+	0x8a6d core_rx_bq_cfg0                
+	0x8a6e core_rx_bq_cfg1                
+	0x8a6f core_rx_bq_cfg2                
+	0x8a70 core_rx_bq_cfg3                
+	0x8a71 core_rx_bq_cfg4                
+	0x8a72 core_rx_lna_cfg0               
+	0x8a73 core_rx_lna_cfg1               
+	0x8a74 core_rx_lna_cfg2               
+	0x8a75 core_rx_lna_cfg3               
+	0x8a76 core_rx_mixer_cfg0             
+	0x8a77 core_rx_mixer_cfg1             
+	0x8a78 core_rx_mixer_cfg2             
+	0x8a79 core_rx_adc_clk_cfg            
+	0x8a7a core_rx_iqadc_cfg              
+	0x8a7b core_rx_rssiadc_cfg            
+	0x8a7c core_syn_state0                
+	0x8a7d core_syn_state1                
+	0x8a7e core_syn_bias_cfg              
+	0x8a7f core_syn_cdb_cfg0              
+	0x8a80 core_syn_cdb_cfg1              
+	0x8a81 core_syn_cdb_cfg2              
+	0x8a82 core_syn_cdb_cfg3              
+	0x8a83 core_syn_pfd_lkd_cfg           
+	0x8a84 core_syn_cp_lpf_cfg            
+	0x8a85 core_syn_loopdiv_dsm_cfg       
+	0x8a86 core_syn_afc_cfg0              
+	0x8a87 core_syn_afc_cfg1              
+	0x8a88 core_syn_afc_cfg2              
+	0x8a89 core_syn_afc_cfg3              
+	0x8a8a core_syn_aac_cfg0              
+	0x8a8b core_syn_aac_cfg1              
+	0x8a8c core_logen_process_cal0        
+	0x8a8d core_logen_process_cal1        
+	0x8a8e core_logen_process_cal2        
+	0x8a8f core_logen_process_cal3        
+	0x8a90 core_logen_process_cal4        
+	0x8a91 core_logen_process_cal5        
+	0x8a92 core_logen_process_cal6        
+	0x8a93 core_logen_process_cal7        
+	0x8a94 core_logen_process_cal8        
+	0x8a95 core_logen_process_ca9         
+	0x8a96 core_logen_process_ca10        
+	0x8a97 core_gpadc_ctrl                
+	0x8a98 core_tx_abb_cfg                
+	0x8a99 core_tx_mixer_cfg0             
+	0x8a9a core_tx_mixer_cfg1             
+	0x8a9b core_tx_mixer_cfg2             
+	0x8a9c core_tx_pa_cfg                 
+	0x8a9d core_syn_tst_ctrl              
+	0x8a9e core_ana_test_control0         
+	0x8a9f core_ana_test_control1         
+	0x8aa0 rfen_chgpump
+	0x8aa1 rfen_chgpump_ctrl1
+	0x8aa2 rfen_chgpump_ctrl2
+
+	0x8c00 core_usb_config
+	0x8c01 core_usb_int_mask
+	0x8c02 core_usb_addr
+	0x8c03 core_usb_rx_saddr
+	0x8c05 core_usb_rx_eaddr
+	0x8c07 core_usb_rxptr
+	0x8c09 core_usb_tx_saddr0
+	0x8c0b core_usb_tx_saddr1
+	0x8c0d core_usb_tx_saddr2
+	0x8c0f core_usb_tx_saddr3
+	0x8c11 core_usb_hmode
+	0x8c18 core_usb_trig
+	0x8c19 core_usb_stall
+	0x8c1a core_usb_clear		//7bit reset   
+	0x8c20 core_usb_rx_wptr
+	0x8c22 core_usb_stall_status
+	0x8c23 core_usb_status
+	0x8c24 core_usb_txbusy
+	0x8c25 core_usb_sof_cntl
+	0x8c26 core_usb_sof_cnth
+
+	
+
+
+
+    
+    
+)
+
+(
+1 otpd_start
+)
+
+(
+4 rx_freq_offset
+2 tx_freq_offset
+)
+
+(
+/* bit difinitions */
+  4 whiteoff_bit
+  6 clksel_rc
+  1 clksel_dpll_24M
+  5 clksel_dpll
+  4 clksel_xtal
+  5 adc_rccal
+  0 bpf_rccal
+  1 demod_clkoff
+)
+
+(
+  2 reload_code
+  3 gpio_latch
+  4 enable_retmem
+  7 cold_wake
+  0xef isogate_mask
+  0xe0 cs_mask
+)
+
+
+// misc ctrl
+(
+  0X02 SPID_START
+  0X04 IICD_START
+  0X08 LOCK_OTP
+  0X10 X_SETHI
+  0X20 Y_SETHI
+  0X40 Z_SETHI
+  0X80 CCNT_START
+)
+// DMA STATUS BIT
+(
+  0 OTPD_CRCOK
+  1 OTPD_DONE
+  2 SPID_CRCOK
+  3 SPID_DONE
+  4 IICD_CRCOK
+  5 IICD_DONE
+  6 IICD_ACK
+)
+
+//bit map of core_uart_status
+(
+1 UART_STATUS_TX_BUSY
+2 UART_STATUS_RX_FIFO_EMPTY
+3 UART_STATUS_RX_FIFO_FULL
+4 UARTB_STATUS_TX_BUSY
+5 UARTB_STATUS_RX_FIFO_EMPTY
+6 UARTB_STATUS_RX_FIFO_FULL
+)
+
+(//core_uart_clksel
+0 UART_CLOCK_SELECT_BIT
+0xFE UART_CLOCK_SELECT_CRYSTAL
+0x01 UART_CLOCK_SELECT_DPLL
+
+24000000 uart_clock_freq_24M
+48000000 uart_clock_freq_48M
+)
+
+
+(//bit map of core_uart_ctrl
+0 BIT_UART_CONTROL_ENABLE
+1 BIT_UART_CONTROL_PARITY
+2 BIT_UART_CONTROL_DATA_LENGTH
+3 BIT_UART_CONTROL_STOP_BIT_SIZE
+4 BIT_UART_CONTROL_FLOW_CONTROL
+5 BIT_UART_CONTROL_7816_SMART_CARD_PROTOCOL
+6 BIT_UART_CONTROL_HALF_DUPLEX_SINGLE_LINE_UART
+7 BIT_UART_CONTROL_RATE_BAUD_SETTING
+)
+(//FUN of core_uart_ctrl
+0x01 FUN_UART_CONTROL_ENABLE
+0x06 FUN_UART_CONTROL_PARITY_ODD
+0x04 FUN_UART_CONTROL_PARITY_EVEN
+0x08 FUN_UART_CONTROL_STOP_2BIT
+0x00 FUN_UART_CONTROL_STOP_1BIT
+0x10 FUN_UART_CONTROL_FLOW_CONTROL_ENABLE
+0x20 FUN_UART_CONTROL_7816_SMART_CARD_PROTOCOL
+0x40 FUN_UART_CONTROL_HALF_DUPLEX_SINGLE_LINE_UART
+0x80 FUN_UART_CONTROL_SETTING_RATE_BAUD
+)
+
+(//bit map of core_nec_control
+0x00 BIT_NEC_ENABLE
+0x01 BIT_NEC_CLK_DIVIDE_NUM
+)
+
+(//FUN  of core_nec_control
+0x01 FUN_NEC_ENABLE
+0x30 FUN_NEC_CLK_DIVIDE_24	//24M , 
+)
+
+0x8b uart_ctrl_default //BCSP
+0x81 uart_ctrl_h4 //H4
+0x81 uart_ctrl_normal
+0x91 uart_ctrl_5line
+0x81 uart_ctrl_57600
+2 uart_baud_len
+0x00 uartclk_crystal
+0x01 uartclk_dpll
+0x1a0 uart_baud_115200
+0xbb uart_baud_256000
+0x340 uart_baud_57600
+0x34 uart_baud_921600
+0x9c4 uart_baud_9600
+
+//core_clkoff
+(
+	0 CLOCK_OFF_AUTH_ROM
+	1 CLOCK_OFF_UC_ROM
+	2 CLOCK_OFF_DEBUG_UART
+	3 CLOCK_OFF_SCHED_RAM
+	4 CLOCK_OFF_TRANCE_FIFO
+	5 CLOCK_OFF_CORDIC
+	6 CLOCK_OFF_OTPD
+	7 CLOCK_OFF_I2C
+	8 CLICK_OFF_8051
+	9 CLOCK_OFF_KEYSCAN
+	0x0a CLOCK_OFF_USB
+	0x0b CLOCK_OFF_QDECODER
+	0x0c CLOCK_OFF_SPI
+	0x0d CLOCK_OFF_PWM
+	0x0e CLOCK_OFF_UARTB
+	0x0f CLOCK_OFF_UART
+)
+
+// gpio config types
+(
+  0 gpcfg_input
+  
+  8 gpcfg_uart_txd
+  9 gpcfg_uart_rxd
+  10 gpcfg_uart_rts
+  11 gpcfg_uart_cts
+  
+  16 gpcfg_pwm_out0
+  17 gpcfg_pwm_out1
+  18 gpcfg_pwm_out2
+  19 gpcfg_pwm_out3
+  20 gpcfg_pwm_out4
+  21 gpcfg_pwm_out5
+  22 gpcfg_pwm_out6
+  23 gpcfg_pwm_out7
+  24 gpcfg_nec_input
+  25 gpcfg_ac_input
+  
+  31 gpcfg_spid_miso
+  32 gpcfg_spid_ncs
+  33 gpcfg_spid_sck
+  34 gpcfg_spid_mosi
+  35 gpcfg_spid_sdio
+  
+  44 gpcfg_iic_scl
+  45 gpcfg_iic_sda
+  
+  62 gpcfg_output_low
+  63 gpcfg_output_high
+  
+  0x00 gpcfg_high_impedance
+  0x40 gpcfg_pullup
+  0x80 gpcfg_pulldown
+  0xc0 gpcfg_no_ie
+)
+
+(
+14 GPIO_NUMBER
+)
+
Index: format/security.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/security.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/security.format	(working copy)
@@ -0,0 +1,52 @@
+
+memalloc (
+16 mem_input_store
+
+2 mem_ec_loopc
+1 mem_aes_cmac_data_length
+/* ecc calculation */
+32 mem_ax_256 //32 bytes
+32 mem_ay_256 // 32 bytes
+32 mem_az_256 // 32 bytes
+32 mem_bx_256 // 32 bytes
+32 mem_by_256 // 31 bytes
+
+32 mem_bz_256  //32 bytes
+32 mem_cx_256  //32 bytes
+31 mem_cy_256  // 32 bytes
+1 mem_cy5_256 // 1 byte
+32 mem_cz_256 // 32 bytes
+32 mem_k_256 //32 bytes
+32  mem_tmp1_256 //32 bytes
+
+32 mem_tmp5_256
+32  mem_tmp2_256
+0 mem_tmp3_256
+32 mem_t1_256
+0 mem_tmp0_256
+0 mem_dat
+32 mem_t0_256
+32 mem_t2_256
+32 mem_t3_256
+32 mem_t7_256
+
+
+32 mem_p_256		
+32 mem_a_256
+32 mem_gx_256
+32 mem_gy_256
+16 mem_le_slat
+
+)
+
+xmemalloc(
+5 mem_ccm_pcnt_tx
+5 mem_ccm_pcnt_rx
+4 mem_ccm_last_mic
+0 mem_ccm_iv
+4 mem_ccm_ivm
+4 mem_ccm_ivs
+2 mem_ccm_len
+2 mem_ccm_rx_ptr
+)
+
Index: format/simple_pairing.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/simple_pairing.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/simple_pairing.format	(working copy)
@@ -0,0 +1,68 @@
+
+ifdef SECURE_CONNECTION
+
+memalloc(
+0 mem_sp_state_start
+1 mem_sp_dhkey_invalid
+4 mem_gkey
+0 mem_sp_state_end
+
+32 mem_le_pubkey_remote_x_256
+32 mem_le_pubkey_remote_y_256
+32 mem_le_dhkey_256
+
+16 mem_sp_confirm_remote
+)
+
+xmemalloc(
+1 mem_sc_only_mode
+1 mem_sp_debug_mode
+1 mem_secure_connections_enable
+1 mem_sc_calc
+1 mem_sc_local_key_invalid
+
+
+32 mem_sc_private_key_256
+32 mem_sc_pubkey_local_x_256
+32 mem_sc_pubkey_local_y_256
+
+
+0 mem_sp_state_xmem
+1 mem_authentication_passkey_times
+1 mem_passkey_1bit
+0 mem_sp_state_xmem_end
+)
+endif
+
+/* simple pairing status flag */
+(
+  0x00   SP_FLAG_STANDBY
+  0x02   LE_SP_FLAG_COMMIT_256
+
+)
+
+/* simple pairing calc flag */
+(
+  0x00   SP_CALC_STANDBY
+  0x03   SP_CALC_PUBKEY_256
+  0x04   SP_CALC_DHKEY_256
+)
+
+
+
+/* simple paring invalid flag */
+(
+  0x00   SP_KEY_INVALID
+  0x03   SP_KEY_VALID_256
+
+)
+
+
+//mem_secure_connections_enable
+(
+0 SECURE_CONNECTIONS_LE_BIT
+1 SECURE_CONNECTIONS_BR_BIT
+)
+
+
+  
Index: format/ui.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/ui.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/ui.format	(working copy)
@@ -0,0 +1,148 @@
+/*****************************************************************************/
+/* RCS HEADER -- DO NOT ERASE                                                */
+/* $Author: Administrator $                                                           */
+/* $Id: bt_ui_format.upper,v 1.1 2009-09-28 04:06:17 Administrator Exp $     */
+/************************************************************************/
+
+
+	/* ========= memory ============== */
+memalloc(
+1 mem_ipc_skip_continue_proc
+) 
+
+xmemalloc(
+//UI Work area
+1 mem_ipc_lock_bt
+1 mem_ipc_lock_c51
+8 mem_ipc_fifo_bt2c51
+8 mem_ipc_fifo_c512bt
+
+1 mem_ui_button_timer
+1 mem_ui_button_last_state
+4 mem_ui_timer_last_btclk
+2 mem_ui_state_map
+
+1 mem_ui_button_timeout
+1 mem_ui_button_gpio
+1 mem_ui_led_init_state_set
+
+1 mem_ui_led_struct_num
+2 mem_ui_led_struct_ptr
+
+)
+
+
+//mem_ui_state_map
+(
+9 UI_STATE_BLE_CONNECTED
+10 UI_STATE_BLE_WRITE_RCV
+11 UI_STATE_BLE_ADV
+12 UI_STATE_BTN_DOWN
+)
+
+
+
+/* memui_Commands */
+(
+0 BT_CMD_STANDBY
+13 BT_CMD_START_ADV
+14 BT_CMD_STOP_ADV
+15 BT_CMD_START_DIRECT_ADV
+16 BT_CMD_STOP_DIRECT_ADV
+17 BT_CMD_LE_DISCONNECT
+18 BT_CMD_LE_UPDATE_CONN
+19 BT_CMD_LED_OFF
+20 BT_CMD_LED_ON
+21 BT_CMD_LED_BLINK
+22 BT_CMD_LE_START_CONN
+23 BT_CMD_LE_START_SCAN
+24 BT_CMD_LE_STOP_SCAN
+25 BT_CMD_ENTER_HIBERNATE
+27 BT_CMD_LE_SMP_SECURITY_REQUEST
+31 BT_CMD_STORE_RECONN_INFO_LE
+34 BT_CMD_START_24G
+35 BT_CMD_STOP_24G
+36 BT_CMD_PAIR_24G
+)
+
+(
+0x00 BT_EVT_NULL
+0x0F BT_EVT_DISCOVERY_STOPED
+0x10 BT_EVT_BUTTON_LONG_PRESSED
+0x14 BT_EVT_LE_CONNECTED
+0X15 BT_EVT_LE_DISCONNECTED
+0x17 BT_EVT_BUTTON_ENTER_HIBERNATE
+0x25 BT_EVT_BUTTON_ADJUST_DPI
+0x28 BT_EVT_LE_WRITE_REQUEST
+0x29 BT_EVT_LE_ENC_INFO
+0x2c BT_EVT_BUTTON_DOWN
+0x2d BT_EVT_BUTTON_UP
+0x2e BT_EVT_REMOTE_UNSNIFF
+0x30 BT_EVT_LE_PAIRING_FAIL
+0x31 BT_EVT_LE_PAIRING_SUCCESS
+0x32 BT_EVT_LE_START_ENC
+0X33 BT_EVT_LE_PAUSE_ENC
+0X34 BT_EVT_LE_TK_GENERATE
+0x35 BT_EVT_BT_GKEY_GENERATE
+0x36 BT_EVT_BT_GET_PASSKEY
+0x39 BT_EVT_24G_PAIRING_COMPLETE
+0x3a BT_EVT_24G_ATTEMPT_FAIL
+0x3b BT_EVT_LE_GKEY_GENERATE
+0x3c BT_EVT_24G_ATTEMPT_SUCCESS
+0x3d BT_EVT_STORE_NVRAM
+0x3e BT_EVT_LE_PAIRING_COMPLETE
+0x3F BT_EVT_LE_RECONNECT_COMPLETE
+0x40 BT_EVT_LE_PARSE_CONN_PAPA_UPDATE_RSP
+0x41 BT_EVT_LE_LTK_LOST
+0x42 BT_EVT_LE_UPDATE_PHY
+0x43 BT_EVT_LE_GET_PASSKEY
+0x44 BT_EVT_LE_PARSE_CONN_PARAM_ACCEPTED
+)
+//switch
+(
+0 OFF
+1 ON
+)
+
+
+(
+	160 UI_HUNDRED_MILLISECOND_TIME
+	0XFF UI_BUTTON_GPIO_DISABLE
+)
+
+(
+0x00 UI_BUTTON_STATE_DOWN
+0x01 UI_BUTTON_STATE_UP
+)
+
+//mem_ipc_skip_continue_proc
+(
+	0 IPC_CONTINUE_PROCESS
+	1 IPC_SKIP_CONTINUE_PROCESS
+)
+
+
+(//led style struct 
+0 		LED_OFFSET_LED_TYPE
+1 		LED_OFFSET_BLINK_COUNT
+2		LED_OFFSET_LED_GPIO
+3		LED_OFFSET_ON_TIME
+5		LED_OFFSET_OFF_TIME
+7 		LED_OFFSET_CB_LEDON
+9		LED_OFFSET_CB_LEDOFF
+11		LED_OFFSET_LENGTH
+)
+
+(//LED state
+0 UI_LED_STATE_BLINK_STOP
+1 UI_LED_STATE_BLINK_START
+2 UI_LED_STATE_LIGHTING
+3 UI_LED_STATE_DARKING
+4 UI_LED_STATE_BLINK_LIGHTING
+5 UI_LED_STATE_BLINK_DARKING
+
+0xFF LED_INFINITE_FLASH_NUM
+
+)
+
+
Index: format/usb.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/usb.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/usb.format	(working copy)
@@ -0,0 +1,273 @@
+memalloc usb(
+1 mem_usb_status
+1 mem_usb_fifo_empty
+2 mem_usb_read_len
+65 mem_usb_txbuf
+10 mem_usb_txbuf1
+10 mem_usb_txbuf2
+64 mem_usb_rxbuf
+1 mem_usb_rxbuf_end
+2 mem_bufptr
+1 mem_remain
+2 mem_hidreportdesc_kb
+2 mem_hidreportdesc_m
+2 mem_hidreportdesc_ep3
+28 mem_hidreportdesc_ep3_list
+19 mem_devicedesc
+100 mem_confdesc
+5 mem_string0
+30 mem_string1
+30 mem_string2
+30 mem_string3
+2 mem_cb_usb_config
+2 mem_cb_usb_ep3_process
+1 mem_usb_ep3_enable
+
+1 mem_usb_tx_interval
+9 mem_usb_vid_pid
+2 mem_usb_zero_packet
+2 mem_usb_ones_packet
+2 mem_usb_two_packet
+1 mem_usb0_state
+1 mem_usb_offline_check_gpio
+1 mem_usb_sdsystem_wakeup_flag_judge
+
+0 mem_usb_clear_mem_start
+0 mem_usb_setup
+1 mem_usb_setup_bmRequestType
+1 mem_usb_setup_bRequest
+1 mem_usb_setup_bValue
+1 mem_usb_setup_bValueH
+2 mem_usb_setup_wIndex
+1 mem_usb_setup_bLength
+1 mem_usb_setup_bLengthH
+64 mem_usb0_set_report_data
+64 mem_usb0_get_report_data
+2 mem_usb_setup_bValue_temp
+1 mem_usb0_get_set_report
+1 mem_usb0_data_ready_report
+1 mem_usb_tx_win_enable
+1 mem_usb_tx_mac_enable
+1 mem_usb_idle_flag
+1 mem_usb_idle_rate
+1 mem_usb_get_protocol_flag
+1 mem_usb_set_protocol_status
+1 mem_usb_set_protocol_value
+1 mem_usb_state
+1 mem_usb_remote_wakeup
+1 mem_usb_clear_remote_wakeup
+1 mem_usb_sdsystem_wakeup_flag
+1 mem_usb_ep0_stall_status
+1 mem_usb_ep1_stall_status
+1 mem_usb_ep2_stall_status
+1 mem_usb_ep3_stall_status
+2 mem_dsc_info_data_pointer
+1 mem_dsc_info_len
+1 mem_usb_ep1_data
+1 mem_usb_ep2_data
+1 mem_usb_tx_enable
+1 mem_usb_device_enumeration_endflag
+1 mem_usb_wakestate_onetime_flag
+1 mem_usb_mac_wakeup_trig
+1 mem_usb_set_high_addr_flag
+1 mem_usb_clear_halt
+16 mem_usb_mouse_data
+16 mem_usb_kb_data
+16 mem_usb_kb_multikey
+16 mem_usb_kb_system
+2 mem_usb_test_cnt
+10 mem_usb_test_kb
+64 mem_usb_txbuf3
+64 mem_usb_rxbuf_temp
+1 mem_usb_ep3_out_data_len
+1 mem_usb_ep3_in_data_len
+1 mem_usb_ep3_out_data_flag
+64 mem_usb_ep3_in_data
+64 mem_usb_ep3_out_data
+0 mem_usb_clear_mem_end
+
+)
+
+//class type
+(
+0x00 STANDARD_REQ
+0x01 CLASS_REQ
+0x02 MANUFACTURER_REQ
+)
+//Standard Request Codes
+(
+0x00 GET_STATUS                // Code for Get Status
+0x01 CLEAR_FEATURE             // Code for Clear Feature
+0x03 SET_FEATURE              // Code for Set Feature
+0x05 SET_ADDRESS              // Code for Set Address
+0x06 GET_DESCRIPTOR           // Code for Get Descriptor
+0x07 SET_DESCRIPTOR           // Code for Set Descriptor(not used)
+0x08 GET_CONFIGURATION        // Code for Get Configuration
+0x09 SET_CONFIGURATION        // Code for Set Configuration
+0x0A GET_INTERFACE            // Code for Get Interface
+0x0B SET_INTERFACE            // Code for Set Interface
+0x0C SYNCH_FRAME              // Code for Synch Frame(not used)
+)
+//Standard Descriptor Types
+(
+0x01 DSC_DEVICE               // Device Descriptor
+0x02 DSC_CONFIG               // Configuration Descriptor
+0x03 DSC_STRING               // String Descriptor
+0x04 DSC_INTERFACE            // Interface Descriptor
+0x05 DSC_ENDPOINT             // Endpoint Descriptor
+)
+//HID Descriptor Types
+(
+0x21 DSC_HID			      // HID Class Descriptor
+0x22 DSC_HID_REPORT			  // HID Report Descriptor
+)
+//Define bmRequestType bitmaps
+(
+0x80 IN_DEVICE                // Request made to device,
+                              // direction is IN
+0x00 OUT_DEVICE               // Request made to device,
+                              // direction is OUT
+0x81 IN_INTERFACE             // Request made to interface,
+                              // direction is IN
+0x01 OUT_INTERFACE            // Request made to interface,
+                              // direction is OUT
+0x82 IN_ENDPOINT              // Request made to endpoint,
+                              // direction is IN
+0x02 OUT_ENDPOINT             // Request made to endpoint,
+)
+//HID Request Codes
+(
+0x01 GET_REPORT 		       // Code for Get Report
+0x02 GET_IDLE				   // Code for Get Idle
+0x03 GET_PROTOCOL			   // Code for Get Protocol
+0x09 SET_REPORT				   // Code for Set Report
+0x0A SET_IDLE				   // Code for Set Idle
+0x0B SET_PROTOCOL			   // Code for Set Protocol
+0xF2 HID_REPORT_ID           
+64 EP0_PACKET_SIZE         
+6 EP1_PACKET_SIZE         
+16 HID_REPORT_SIZE         
+0x001B HID_REPORT_DESCRIPTOR_SIZE    
+)
+//math cordic
+(
+0 TYPE_SIN		
+1 TYPE_ATAN	
+2 TYPE_MULT	
+3 TYPE_DIV		
+4 TYPE_ASIN	
+5 TYPE_SQRT	
+6 TYPE_COS		
+7 TYPE_TAN		 
+)
+   
+(
+0 DFIFO0_IN_EMPTY
+1 DFIFO1_IN_EMPTY
+2 DFIFO2_IN_EMPTY
+3 DFIFO3_IN_EMPTY
+4 DFIFO0_OUT_EMPTY
+5 DFIFO1_OUT_EMPTY
+6 DFIFO2_OUT_EMPTY
+7 DFIFO3_OUT_EMPTY
+)
+
+(
+)
+
+(
+0 USB_STATUS_SETUP
+1 USB_STATUS_SUSPEND
+2 USB_STATUS_NAK
+3 USB_STATUS_RESET
+4 USB_STATUS_ACK
+5 USB_STATUS_RXREADY
+6 USB_STATUS_TXEMPTY
+)
+
+(
+0 USB_EP0_IN_FIFO_BUSY
+1 USB_EP1_IN_FIFO_BUSY
+2 USB_EP2_IN_FIFO_BUSY
+3 USB_EP3_IN_FIFO_BUSY
+4 USB_DN_STATUS
+5 USB_DP_STATUS
+6 USB_STATUS_RXEMPTY
+)
+
+(
+1 USB_GOT_REPORT_REQ
+2 USB_CONNECTED
+3 USB_SLEEP
+4 USB_RESUME
+5 USB_SETIDLE_1
+)
+
+(
+0x10 USB_EP1_KB
+0x20 USB_EP2_MS
+0x21 USB_EP2_MULTIKEY
+0x22 USB_EP2_SYSTEMKEY
+0x01 MAC_BOOT_MODE
+0x02 R_KEY
+0x03 LR_KEY
+)
+
+
+(
+0x01ba PC_GET_REPORT
+0x02ba PC_SET_REPORT
+0x0200 PC_SET_REPORT_bValue
+0x0000 PC_SET_REPORT_wIndex
+0x0001 PC_SET_REPORT_bLength
+0xba PC_REPORT_ID
+
+0x01 PC_GET_DATA
+0x00 PC_GET_NONDATA
+)
+
+(
+//--------------------------------------------------
+// Define device states
+0x00 DEV_ATTACHED	// Device is in Attached State
+0x01 DEV_POWERED	// Device is in Powered State
+0x02 DEV_DEFAULT		// Device is in Default State
+0x03 DEV_ADDRESS	// Device is in Addressed State
+0x04 DEV_CONFIGURED	// Device is in Configured State
+0x05 DEV_SUSPENDED	// Device is in Suspended State
+)
+
+(
+// Define wIndex bitmaps
+0x81 IN_EP1                    // Index values used by Set and Clear
+0x01 OUT_EP1                   // commands for Endpoint_Halt
+0x82 IN_EP2              
+0x02 OUT_EP2             
+0x83 IN_EP3              
+0x03 OUT_EP3             
+)
+
+(
+0 EP0_STALL
+1 EP1_IN_STALL
+2 EP1_OUT_STALL
+3 EP2_IN_STALL
+4 EP2_OUT_STALL
+5 EP3_IN_STALL
+6 EP3_OUT_STALL
+)
+
+(
+// Define wValue bitmaps for Standard Feature Selectors
+0x00 ENDPOINT_HALT             // Endpoint_Halt feature selector
+0x01 DEVICE_REMOTE_WAKEUP      // Remote wakeup feature(not used)
+0x00 BOOT_PROTOCOL
+0x01 REPORT_PROTOCOL
+0x01 USB_MAX_NUM_CFG
+)
+
+(
+640 TIMER_NAK_DELAY
+5000 TIMER_WAKEUP_DELAY
+)
+
Index: format/utility.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/utility.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/format/utility.format	(working copy)
@@ -0,0 +1,74 @@
+
+memalloc(
+
+1 mem_fifo_temp
+
+8 mem_pdatatemp
+8 mem_temp //8 bytes
+4 mem_timeup // 4 bytes
+4 mem_rega //4 bytes
+4 mem_regb //4 bytes
+3 mem_regc //3 bytes
+2 mem_contr //2 bytes
+2 mem_contw //2 bytes
+2 mem_contus
+2 mem_contue
+2 mem_contu
+2 mem_queue
+2 mem_loopcnt
+
+ 
+1 mem_wakup_from_power_flag
+4 mem_saved_gpio_in
+
+0 mem_module_rx_error_data_buffer
+0 mem_le_adv_channel_map_temp
+0 mem_le_data_len_temp	//1byte
+0 mem_event_cmd_response_content	//2byte
+0 mem_le_prand		//16byte
+0 mem_AES_CMAC_k	 //16 bytes
+0 mem_regext_index 	//1 bytes
+1 mem_temp_block0
+0 mem_le_data_temp	//15bytes
+15 mem_temp_block1
+0 mem_le_tx_buf_temp //48byte
+0 mem_le_aes_128	//16byte
+0 mem_regext   //64 bytes
+0 mem_AES_CMAC_k1  //16 bytes
+16 mem_temp_block2
+0 mem_AES_CMAC_k2  //16 bytes
+16 mem_temp_block3
+0 mem_AES_CMAC_temp  // 16 bytes
+16 mem_temp_block4
+0 mem_AES_CMAC_M_last // 16 bytes
+1 mem_module_uart_cmd
+1 mem_module_uart_opcode
+1 mem_module_uart_len
+1 mem_module_temp_nl_discard_packet
+12 mem_temp_block5
+0 mem_le_mackey //16 bytes
+0 mem_app_receive_temp
+2 mem_key_value_temp
+2 mem_key_value
+1 mem_key_value_temp1
+1 mem_key_value_temp2
+1 mem_key_value_temp3
+1 mem_key_value_temp4
+1 mem_key_value_temp5
+1 mem_key_value_temp6
+6 mem_temp_block6
+
+3 mem_scale_ratio
+3 mem_xcnt
+2 mem_scale_ratio_temp
+)
+
+
+//util fifo param
+(
+
+8 UTIL_FIFO_LEN
+-1 UTIL_FIFO_OFFSET
+)
+
+
Index: output/auth.rom
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/output/auth.rom	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/output/auth.rom	(working copy)
@@ -0,0 +1,2037 @@
+01
+00
+02
+00
+28
+02
+00
+18
+02
+00
+02
+03
+28
+01
+0a
+03
+00
+02
+00
+2a
+14
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+04
+00
+02
+03
+28
+01
+02
+05
+00
+02
+01
+2a
+02
+c2
+03
+06
+00
+02
+03
+28
+01
+02
+07
+00
+02
+04
+2a
+08
+06
+00
+06
+00
+64
+00
+2c
+01
+08
+00
+02
+00
+28
+02
+01
+18
+09
+00
+02
+03
+28
+01
+20
+0a
+00
+02
+05
+2a
+00
+0b
+00
+02
+02
+29
+02
+00
+00
+0c
+00
+02
+00
+28
+02
+0a
+18
+0d
+00
+02
+03
+28
+01
+02
+0e
+00
+02
+29
+2a
+06
+59
+69
+43
+68
+69
+70
+0f
+00
+02
+03
+28
+01
+02
+10
+00
+02
+50
+2a
+07
+02
+35
+12
+22
+aa
+01
+00
+11
+00
+02
+00
+28
+02
+12
+18
+12
+00
+02
+03
+28
+01
+06
+13
+00
+02
+4e
+2a
+01
+01
+14
+00
+02
+03
+28
+01
+12
+15
+00
+02
+4d
+2a
+08
+00
+00
+00
+00
+00
+00
+00
+00
+16
+00
+02
+02
+29
+02
+00
+00
+17
+00
+02
+08
+29
+02
+02
+01
+18
+00
+02
+03
+28
+01
+1a
+19
+00
+02
+4d
+2a
+07
+00
+00
+00
+00
+00
+00
+00
+1a
+00
+02
+02
+29
+02
+00
+00
+1b
+00
+02
+08
+29
+02
+01
+01
+1c
+00
+02
+03
+28
+01
+12
+1d
+00
+02
+4d
+2a
+02
+00
+00
+1e
+00
+02
+02
+29
+02
+00
+00
+1f
+00
+02
+08
+29
+02
+03
+01
+20
+00
+02
+03
+28
+01
+12
+21
+00
+02
+4d
+2a
+02
+00
+00
+22
+00
+02
+02
+29
+02
+00
+00
+23
+00
+02
+08
+29
+02
+04
+01
+24
+00
+02
+03
+28
+01
+0e
+25
+00
+02
+4d
+2a
+02
+00
+00
+26
+00
+02
+08
+29
+02
+02
+02
+27
+00
+02
+03
+28
+01
+02
+28
+00
+02
+4b
+2a
+bd
+05
+01
+09
+02
+a1
+01
+85
+01
+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
+f8
+26
+ff
+07
+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
+05
+01
+09
+06
+a1
+01
+85
+02
+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
+09
+01
+a1
+01
+85
+03
+19
+00
+2a
+ff
+03
+15
+00
+26
+ff
+03
+95
+01
+75
+10
+81
+00
+c0
+05
+01
+09
+80
+A1
+01
+85
+04
+15
+00
+25
+01
+75
+01
+95
+03
+19
+81
+29
+83
+81
+02
+95
+01
+75
+05
+81
+03
+C0
+29
+00
+02
+03
+28
+01
+1a
+2a
+00
+02
+33
+2a
+08
+00
+00
+00
+00
+00
+00
+00
+00
+2b
+00
+02
+02
+29
+02
+01
+00
+2c
+00
+02
+03
+28
+01
+02
+2d
+00
+02
+4a
+2a
+04
+01
+01
+00
+03
+2e
+00
+02
+00
+28
+02
+0f
+18
+2f
+00
+02
+03
+28
+01
+12
+30
+00
+02
+19
+2a
+01
+64
+31
+00
+02
+02
+29
+02
+00
+00
+32
+00
+02
+03
+28
+01
+04
+33
+00
+02
+4c
+2a
+00
+00
+00
+1a
+06
+bc
+ff
+09
+88
+a1
+01
+85
+04
+19
+00
+2a
+ff
+00
+15
+00
+26
+ff
+00
+75
+08
+95
+01
+81
+00
+c0
+3f
+05
+01
+09
+06
+a1
+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
+25
+ff
+05
+07
+19
+00
+29
+ff
+81
+00
+c0
+a3
+05
+01
+09
+02
+a1
+01
+85
+01
+09
+01
+a1
+00
+05
+09
+19
+01
+29
+05
+15
+00
+25
+01
+95
+05
+75
+01
+81
+02
+95
+01
+75
+03
+81
+01
+05
+01
+09
+30
+09
+31
+16
+01
+F8
+26
+FF
+07
+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
+05
+01
+09
+80
+a1
+01
+85
+02
+05
+01
+19
+81
+29
+88
+15
+00
+25
+01
+95
+08
+75
+01
+81
+06
+c0
+05
+0c
+09
+01
+a1
+01
+85
+03
+15
+00
+26
+80
+03
+19
+00
+2a
+80
+03
+75
+10
+95
+01
+81
+00
+c0
+06
+00
+ff
+09
+0e
+a1
+01
+85
+BA
+95
+1f
+75
+08
+26
+ff
+00
+15
+00
+09
+01
+91
+02
+85
+BA
+95
+1f
+75
+08
+26
+ff
+00
+15
+00
+09
+01
+81
+02
+C0
+12
+12
+01
+00
+02
+00
+00
+00
+40
+51
+31
+20
+10
+02
+00
+01
+02
+00
+01
+3b
+09
+02
+3b
+00
+02
+01
+00
+a0
+32
+09
+04
+00
+00
+01
+03
+01
+01
+00
+09
+21
+00
+02
+00
+01
+22
+1a
+00
+07
+05
+81
+03
+40
+00
+02
+09
+04
+01
+00
+01
+03
+01
+02
+00
+09
+21
+00
+02
+00
+01
+22
+a3
+00
+07
+05
+82
+03
+40
+00
+02
+01
+00
+02
+00
+28
+02
+01
+18
+02
+00
+02
+03
+28
+01
+20
+03
+00
+02
+05
+2a
+01
+00
+04
+00
+02
+02
+29
+02
+00
+00
+05
+00
+02
+00
+28
+02
+00
+18
+06
+00
+02
+03
+28
+01
+02
+07
+00
+02
+00
+2a
+13
+43
+68
+69
+70
+73
+65
+61
+2d
+42
+4c
+45
+20
+20
+20
+20
+20
+20
+20
+20
+08
+00
+02
+03
+28
+01
+02
+09
+00
+02
+01
+2a
+02
+c1
+03
+0a
+00
+02
+03
+28
+01
+02
+0b
+00
+02
+04
+2a
+08
+06
+00
+06
+00
+64
+00
+2c
+01
+0c
+00
+02
+00
+28
+02
+0a
+18
+0d
+00
+02
+03
+28
+01
+02
+0e
+00
+02
+50
+2a
+07
+01
+05
+0e
+00
+0a
+02
+40
+0f
+00
+02
+00
+28
+02
+12
+18
+10
+00
+02
+03
+28
+01
+06
+11
+00
+02
+4e
+2a
+01
+01
+12
+00
+02
+03
+28
+01
+10
+13
+00
+02
+4d
+2a
+07
+00
+00
+00
+00
+00
+00
+00
+14
+00
+02
+02
+29
+02
+00
+00
+15
+00
+02
+08
+29
+02
+01
+01
+16
+00
+02
+03
+28
+01
+10
+17
+00
+02
+4d
+2a
+03
+00
+00
+00
+18
+00
+02
+02
+29
+02
+00
+00
+19
+00
+02
+08
+29
+02
+04
+01
+1a
+00
+02
+03
+28
+01
+10
+1b
+00
+02
+4d
+2a
+02
+00
+00
+1c
+00
+02
+02
+29
+02
+00
+00
+1d
+00
+02
+08
+29
+02
+03
+01
+1e
+00
+02
+03
+28
+01
+10
+1f
+00
+02
+4d
+2a
+03
+00
+00
+00
+20
+00
+02
+02
+29
+02
+00
+00
+21
+00
+02
+08
+29
+02
+05
+01
+22
+00
+02
+03
+28
+01
+12
+23
+00
+02
+4d
+2a
+02
+00
+00
+24
+00
+02
+02
+29
+02
+00
+00
+25
+00
+02
+08
+29
+02
+02
+01
+26
+00
+02
+03
+28
+01
+02
+27
+00
+02
+4b
+2a
+01
+00
+28
+00
+02
+03
+28
+01
+02
+29
+00
+02
+4a
+2a
+04
+11
+01
+00
+01
+2a
+00
+02
+03
+28
+01
+04
+2b
+00
+02
+4c
+2a
+01
+00
+2c
+00
+02
+00
+28
+02
+0f
+18
+00
+00
+03
+1f
+00
+ec
+0f
+00
+00
+00
+00
+00
+03
+1f
+00
+14
+00
+00
+00
+00
+00
+00
+03
+1f
+00
+00
+c0
+fe
+00
+00
+00
+00
+03
+1f
+00
+00
+40
+01
+00
+00
+00
+00
+03
+1f
+00
+00
+00
+00
+00
+00
+00
+00
+03
+1f
+00
+00
+00
+00
+00
+00
+00
+00
+02
+1b
+00
+e9
+00
+00
+00
+00
+00
+00
+02
+1b
+00
+ea
+00
+00
+00
+00
+00
+00
+02
+1b
+00
+00
+00
+00
+00
+00
+00
+00
+03
+1f
+00
+28
+80
+11
+00
+00
+00
+00
+03
+1f
+00
+ae
+8f
+11
+00
+00
+00
+00
+03
+1f
+00
+00
+e0
+fc
+00
+00
+00
+00
+03
+1f
+00
+00
+00
+05
+00
+00
+00
+00
+03
+17
+00
+01
+00
+00
+00
+00
+00
+00
+03
+1f
+00
+3c
+00
+00
+00
+00
+00
+00
+03
+1f
+00
+ff
+17
+80
+00
+00
+00
+00
+03
+1f
+00
+d8
+0f
+00
+00
+00
+00
+00
+03
+17
+00
+00
+00
+00
+00
+00
+00
+00
+03
+1f
+00
+01
+f8
+7f
+00
+00
+00
+00
+03
+1f
+00
+00
+40
+fc
+00
+00
+00
+00
+03
+1f
+00
+01
+18
+80
+00
+00
+00
+00
+03
+1f
+00
+3c
+40
+0b
+00
+00
+00
+00
+03
+1f
+00
+00
+c0
+03
+00
+00
+00
+00
+03
+1f
+00
+3c
+40
+ec
+00
+00
+00
+00
+03
+1f
+00
+3c
+80
+0c
+00
+00
+00
+00
+03
+1f
+00
+00
+10
+80
+00
+00
+00
+00
+03
+1f
+00
+3c
+80
+07
+00
+00
+00
+00
+03
+1f
+00
+96
+00
+00
+00
+00
+00
+00
+03
+1f
+00
+6a
+0f
+00
+00
+00
+00
+00
+03
+1f
+00
+02
+d0
+ff
+00
+00
+00
+00
+03
+1f
+00
+02
+30
+00
+00
+00
+00
+00
+03
+1f
+00
+64
+00
+00
+00
+00
+00
+00
+03
+1f
+00
+00
+b0
+f9
+00
+00
+00
+00
+07
+13
+00
+07
+06
+70
+07
+ac
+0d
+01
+07
+13
+00
+07
+06
+70
+07
+80
+0c
+01
+07
+13
+00
+07
+06
+70
+07
+54
+0b
+01
+07
+13
+00
+07
+06
+70
+07
+28
+0a
+01
+07
+13
+00
+07
+06
+70
+07
+fc
+08
+01
+07
+13
+00
+00
+06
+70
+07
+78
+05
+00
+07
+13
+00
+07
+07
+70
+07
+70
+07
+01
+07
+13
+00
+00
+07
+70
+07
+70
+07
+00
+07
+13
+00
+07
+05
+10
+0c
+70
+04
+01
+07
+13
+00
+07
+05
+48
+0b
+70
+04
+01
+07
+13
+00
+07
+05
+F0
+0A
+70
+04
+01
+07
+13
+00
+07
+05
+C4
+09
+70
+04
+01
+07
+13
+00
+07
+05
+6C
+07
+70
+04
+01
+07
+13
+00
+07
+05
+40
+04
+70
+04
+01
+07
+13
+00
+07
+05
+E8
+02
+70
+04
+01
+07
+13
+00
+00
+05
+00
+02
+70
+04
+00
+07
+13
+00
+00
+06
+70
+07
+ac
+0e
+00
+07
+13
+00
+00
+05
+10
+0d
+70
+04
+00
+03
+17
+00
+00
+fa
+00
+00
+00
+00
+00
+03
+17
+00
+00
+28
+00
+00
+00
+00
+00
+03
+17
+00
+00
+d2
+00
+00
+00
+00
+00
+03
+17
+00
+00
+32
+00
+00
+00
+00
+00
+03
+17
+00
+00
+00
+fa
+00
+00
+00
+00
+03
+17
+00
+00
+00
+05
+00
+00
+00
+00
+03
+17
+00
+00
+00
+f0
+00
+00
+00
+00
+03
+17
+00
+00
+00
+0f
+00
+00
+00
+00
+02
+23
+00
+30
+00
+00
+00
+00
+00
+00
+02
+23
+00
+00
+00
+00
+00
+00
+00
+00
+03
+1f
+00
+a0
+30
+e8
+00
+00
+00
+00
+03
+1f
+00
+3c
+40
+07
+00
+00
+00
+00
+03
+1f
+00
+41
+40
+0b
+00
+00
+00
+00
+b7
+fd
+93
+26
+36
+3f
+f7
+cc
+34
+a5
+e5
+f1
+71
+d8
+31
+15
+04
+c7
+23
+c3
+18
+96
+05
+9a
+07
+12
+80
+e2
+eb
+27
+b2
+75
+8c
+a1
+89
+0d
+bf
+e6
+42
+68
+41
+99
+2d
+0f
+b0
+54
+bb
+16
+9b
+c2
+51
+2f
+53
+1a
+6a
+83
+b5
+02
+6e
+10
+16
+ab
+a3
+42
Index: output/bt_format.meta
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/output/bt_format.meta	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/output/bt_format.meta	(working copy)
@@ -0,0 +1,7572 @@
+0x0000 mem_le_adv_transmit
+0x0001 mem_le_adv_waitcnt
+0x0002 mem_le_adv_rcv
+0x0003 mem_le_req_rcv
+0x0004 mem_le_scanrsp_rcv
+0x0005 mem_le_conn_rcv
+0x0006 mem_current_context
+0x0007 mem_le_ch_mapped
+0x0008 mem_last_freq
+0x0009 mem_rssi
+0x000a mem_context_ptr
+0x000c mem_rx_window
+0x000e mem_lpm_adjust
+0x000f mem_sync_clke
+0x0015 mem_lpm_current_mult
+0x0016 mem_gpio_wakeup_low
+0x001a mem_gpio_wakeup_high
+0x001e mem_clkn_bt
+0x0022 mem_clke_bt
+0x0026 mem_dpll_clkn
+0x002a mem_slot_offset
+0x002c mem_select_list_item
+0x002d mem_temp_reconn_record
+0x002d mem_record_bt_mode
+0x002e mem_list_item_ptr
+0x0030 mem_rssi_hex
+0x0031 mem_param_tx_setup
+0x0033 mem_param_rf_setup
+0x0035 mem_param_conn_access
+0x0037 mem_param_clke_cal
+0x0039 mem_param_pll_setup
+0x003b mem_param_rx_setup
+0x003d mem_param_dpll_start_delay
+0x003f mem_param_rt_rthalfslot
+0x0041 mem_param_clke_cal_le_1m
+0x0043 mem_param_clke_cal_le_2m
+0x0045 mem_param_clke_cal_le_coded
+0x0047 mem_le_rxbuf
+0x014b mem_le_mic
+0x014f mem_le_peer_mic
+0x0153 mem_le_mrand
+0x0163 mem_le_state
+0x0164 mem_le_mode
+0x0165 mem_le_tsniff
+0x0167 mem_le_anchor
+0x016b mem_le_clk_offset
+0x0171 mem_le_receive_window
+0x0173 mem_le_plap
+0x0179 mem_le_conn_handle
+0x017a mem_le_arq
+0x017b mem_le_ch
+0x017c mem_le_hop
+0x017d mem_le_event_count
+0x017f mem_le_supervision_timer
+0x0183 mem_le_instant
+0x0185 mem_le_channels
+0x0186 mem_le_op
+0x0187 mem_le_access
+0x018b mem_le_crcinit
+0x018e mem_le_window_size
+0x018f mem_le_slave_latency
+0x0191 mem_le_superto
+0x0193 mem_le_channel_map
+0x0198 mem_le_rx_phy
+0x0199 mem_le_tx_phy
+0x019a mem_le_update_new_param
+0x01a3 mem_le_sk
+0x01b3 mem_le_peer_sca
+0x01b4 mem_le_err_code
+0x01b5 mem_le_ll_pairing_fail_reason
+0x01b6 mem_le_testtype
+0x01b7 mem_cmd_le_create_conn
+0x01b8 mem_ucode_device_flag
+0x01b9 mem_peripheral_lock_flag
+0x01ba mem_ucode_status
+0x01bb mem_spid_tbuf
+0x01bc mem_iicd_tbuf
+0x01bc mem_addr_hi
+0x01bd mem_addr_mi
+0x01be mem_addr_lo
+0x01bf mem_iicd_addr
+0x01c0 mem_spid_rbuf
+0x01c4 mem_ucode_buf
+0x01c6 mem_ucode_len
+0x01c8 mem_sched_addr
+0x01ca mem_ucode_ptr
+0x01cc mem_ucode_keybuf
+0x01dc mem_app_evt_timer_count
+0x01dd mem_load_delay
+0x01de mem_load_check_sum
+0x01df mem_input_store
+0x01ef mem_ec_loopc
+0x01f1 mem_aes_cmac_data_length
+0x01f2 mem_ax_256//32 bytes
+0x0212 mem_ay_256// 32 bytes
+0x0232 mem_az_256// 32 bytes
+0x0252 mem_bx_256// 32 bytes
+0x0272 mem_by_256// 31 bytes
+0x0292 mem_bz_256//32 bytes
+0x02b2 mem_cx_256//32 bytes
+0x02d2 mem_cy_256// 32 bytes
+0x02f1 mem_cy5_256// 1 byte
+0x02f2 mem_cz_256// 32 bytes
+0x0312 mem_k_256//32 bytes
+0x0332 mem_tmp1_256//32 bytes
+0x0352 mem_tmp5_256
+0x0372 mem_tmp2_256
+0x0392 mem_tmp3_256
+0x0392 mem_t1_256
+0x03b2 mem_tmp0_256
+0x03b2 mem_dat
+0x03b2 mem_t0_256
+0x03d2 mem_t2_256
+0x03f2 mem_t3_256
+0x0412 mem_t7_256
+0x0432 mem_p_256
+0x0452 mem_a_256
+0x0472 mem_gx_256
+0x0492 mem_gy_256
+0x04b2 mem_le_slat
+0x04c2 mem_ipc_skip_continue_proc
+0x04c3 mem_fifo_temp
+0x04c4 mem_pdatatemp
+0x04cc mem_temp//8 bytes
+0x04d4 mem_timeup// 4 bytes
+0x04d8 mem_rega//4 bytes
+0x04dc mem_regb//4 bytes
+0x04e0 mem_regc//3 bytes
+0x04e3 mem_contr//2 bytes
+0x04e5 mem_contw//2 bytes
+0x04e7 mem_contus
+0x04e9 mem_contue
+0x04eb mem_contu
+0x04ed mem_queue
+0x04ef mem_loopcnt
+0x04f1 mem_wakup_from_power_flag
+0x04f2 mem_saved_gpio_in
+0x04f6 mem_module_rx_error_data_buffer
+0x04f6 mem_le_adv_channel_map_temp
+0x04f6 mem_le_data_len_temp//1byte
+0x04f6 mem_event_cmd_response_content//2byte
+0x04f6 mem_le_prand//16byte
+0x04f6 mem_AES_CMAC_k//16 bytes
+0x04f6 mem_regext_index//1 bytes
+0x04f6 mem_temp_block0
+0x04f7 mem_le_data_temp//15bytes
+0x04f7 mem_temp_block1
+0x0506 mem_le_tx_buf_temp//48byte
+0x0506 mem_le_aes_128//16byte
+0x0506 mem_regext//64 bytes
+0x0506 mem_AES_CMAC_k1//16 bytes
+0x0506 mem_temp_block2
+0x0516 mem_AES_CMAC_k2//16 bytes
+0x0516 mem_temp_block3
+0x0526 mem_AES_CMAC_temp// 16 bytes
+0x0526 mem_temp_block4
+0x0536 mem_AES_CMAC_M_last// 16 bytes
+0x0536 mem_module_uart_cmd
+0x0537 mem_module_uart_opcode
+0x0538 mem_module_uart_len
+0x0539 mem_module_temp_nl_discard_packet
+0x053a mem_temp_block5
+0x0546 mem_le_mackey//16 bytes
+0x0546 mem_app_receive_temp
+0x0546 mem_key_value_temp
+0x0548 mem_key_value
+0x054a mem_key_value_temp1
+0x054b mem_key_value_temp2
+0x054c mem_key_value_temp3
+0x054d mem_key_value_temp4
+0x054e mem_key_value_temp5
+0x054f mem_key_value_temp6
+0x0550 mem_temp_block6
+0x0556 mem_scale_ratio
+0x0559 mem_xcnt
+0x055c mem_scale_ratio_temp
+0x055e mem_base_start
+0x055e mem_flash_paired_addr_base
+0x055e mem_flash_paired_addr0
+0x0560 mem_flash_paired_addr0_group
+0x0561 mem_flash_paired_addr1
+0x0563 mem_flash_paired_addr1_group
+0x0564 mem_flash_paired_addr2
+0x0566 mem_flash_paired_addr2_group
+0x0567 mem_flash_paired_addr3
+0x0569 mem_flash_paired_addr3_group
+0x056a mem_flash_paired_addr4
+0x056c mem_flash_paired_addr4_group
+0x056d mem_flash_paired_addr5
+0x056f mem_flash_paired_addr5_group
+0x0570 mem_flash_paired_addr6
+0x0572 mem_flash_paired_addr6_group
+0x0573 mem_flash_paired_addr7
+0x0575 mem_flash_paired_addr7_group
+0x0576 mem_flash_paired_addr8
+0x0578 mem_flash_paired_addr8_group
+0x0579 mem_flash_paired_addr9
+0x057b mem_flash_paired_addr9_group
+0x057c mem_msg_cnt_base
+0x057c mem_addr0_msg_cnt
+0x057d mem_addr1_msg_cnt
+0x057e mem_addr2_msg_cnt
+0x057f mem_addr3_msg_cnt
+0x0580 mem_addr4_msg_cnt
+0x0581 mem_addr5_msg_cnt
+0x0582 mem_addr6_msg_cnt
+0x0583 mem_addr7_msg_cnt
+0x0584 mem_addr8_msg_cnt
+0x0585 mem_addr9_msg_cnt
+0x0586 mem_msg_cnt_base1
+0x0587 mem_msg_addr_save
+0x0588 mem_msg_before_queue
+0x05a6 mem_count_and_random
+0x05a9 mem_msg_cnt_judgment_window_time
+0x05aa mem_msg_judgment_window_time
+0x05ab mem_base_end
+0x055e mem_tst_pktcnt_sync
+0x0560 mem_tst_pktcnt_hec
+0x0562 mem_tst_pktcnt_crc
+0x0564 mem_tst_pktcnt_dmh
+0x0566 mem_tmp_buffer_head
+0x0569 mem_tmp_buffer
+0x05b9 mem_tester_emulate
+0x05ba mem_temp_payload
+0x05ba test_mode_scenario
+0x05bb test_mode_hopping_mode
+0x05bc test_mode_tx_freq
+0x05bd test_mode_rx_freq
+0x05be test_mode_power_mode
+0x05bf test_mode_poll_period
+0x05c0 test_mode_packet_type
+0x05c1 test_mode_data_length
+0x05c3 mem_test_mode_old_debug_config
+0x05c4 mem_tester_cnt
+0x055e mem_usb_status
+0x055f mem_usb_fifo_empty
+0x0560 mem_usb_read_len
+0x0562 mem_usb_txbuf
+0x05a3 mem_usb_txbuf1
+0x05ad mem_usb_txbuf2
+0x05b7 mem_usb_rxbuf
+0x05f7 mem_usb_rxbuf_end
+0x05f8 mem_bufptr
+0x05fa mem_remain
+0x05fb mem_hidreportdesc_kb
+0x05fd mem_hidreportdesc_m
+0x05ff mem_hidreportdesc_ep3
+0x0601 mem_hidreportdesc_ep3_list
+0x061d mem_devicedesc
+0x0630 mem_confdesc
+0x0694 mem_string0
+0x0699 mem_string1
+0x06b7 mem_string2
+0x06d5 mem_string3
+0x06f3 mem_cb_usb_config
+0x06f5 mem_cb_usb_ep3_process
+0x06f7 mem_usb_ep3_enable
+0x06f8 mem_usb_tx_interval
+0x06f9 mem_usb_vid_pid
+0x0702 mem_usb_zero_packet
+0x0704 mem_usb_ones_packet
+0x0706 mem_usb_two_packet
+0x0708 mem_usb0_state
+0x0709 mem_usb_offline_check_gpio
+0x070a mem_usb_sdsystem_wakeup_flag_judge
+0x070b mem_usb_clear_mem_start
+0x070b mem_usb_setup
+0x070b mem_usb_setup_bmRequestType
+0x070c mem_usb_setup_bRequest
+0x070d mem_usb_setup_bValue
+0x070e mem_usb_setup_bValueH
+0x070f mem_usb_setup_wIndex
+0x0711 mem_usb_setup_bLength
+0x0712 mem_usb_setup_bLengthH
+0x0713 mem_usb0_set_report_data
+0x0753 mem_usb0_get_report_data
+0x0793 mem_usb_setup_bValue_temp
+0x0795 mem_usb0_get_set_report
+0x0796 mem_usb0_data_ready_report
+0x0797 mem_usb_tx_win_enable
+0x0798 mem_usb_tx_mac_enable
+0x0799 mem_usb_idle_flag
+0x079a mem_usb_idle_rate
+0x079b mem_usb_get_protocol_flag
+0x079c mem_usb_set_protocol_status
+0x079d mem_usb_set_protocol_value
+0x079e mem_usb_state
+0x079f mem_usb_remote_wakeup
+0x07a0 mem_usb_clear_remote_wakeup
+0x07a1 mem_usb_sdsystem_wakeup_flag
+0x07a2 mem_usb_ep0_stall_status
+0x07a3 mem_usb_ep1_stall_status
+0x07a4 mem_usb_ep2_stall_status
+0x07a5 mem_usb_ep3_stall_status
+0x07a6 mem_dsc_info_data_pointer
+0x07a8 mem_dsc_info_len
+0x07a9 mem_usb_ep1_data
+0x07aa mem_usb_ep2_data
+0x07ab mem_usb_tx_enable
+0x07ac mem_usb_device_enumeration_endflag
+0x07ad mem_usb_wakestate_onetime_flag
+0x07ae mem_usb_mac_wakeup_trig
+0x07af mem_usb_set_high_addr_flag
+0x07b0 mem_usb_clear_halt
+0x07b1 mem_usb_mouse_data
+0x07c1 mem_usb_kb_data
+0x07d1 mem_usb_kb_multikey
+0x07e1 mem_usb_kb_system
+0x07f1 mem_usb_test_cnt
+0x07f3 mem_usb_test_kb
+0x07fd mem_usb_txbuf3
+0x083d mem_usb_rxbuf_temp
+0x087d mem_usb_ep3_out_data_len
+0x087e mem_usb_ep3_in_data_len
+0x087f mem_usb_ep3_out_data_flag
+0x0880 mem_usb_ep3_in_data
+0x08c0 mem_usb_ep3_out_data
+0x0900 mem_usb_clear_mem_end
+0x0900 mem_dg_rssi_noise_buffer
+0x0a00 mem_dg_rssi_noise_dg_buffer
+0x0b00 mem_dg_rssi_noise_ms_buffer
+0x0c00 mem_dg_rssi_noise_kb_buffer
+0x0900 mem_init_cnt
+0x0902 mem_data_pre
+0x0904 mem_data_current
+0x0906 mem_data_sum
+0x0909 mem_data_value
+
+0x019a mem_le_new_param
+0x019a mem_le_new_transmitwindowsize
+0x019b mem_le_new_transmitwindowoffset
+0x019d mem_le_new_conninterval
+0x019f mem_le_new_connslavelatency
+0x01a1 mem_le_new_connsupervisiontimeout
+0x019a mem_le_new_map
+0x019a mem_le_new_m2s_phy
+0x019b mem_le_new_s2m_phy
+0x0047 mem_le_rxbuf_data_header
+0x0048 mem_le_rxbuf_data_length
+0x0049 mem_le_rxbuf_data_payload
+0x0047 mem_le_rxbuf_data_ll_header
+0x0048 mem_le_rxbuf_data_ll_length
+0x0049 mem_le_rxbuf_data_ll_opcode
+0x004a mem_le_rxbuf_data_ll_control_data
+0x0047 mem_le_rxbuf_adv_header
+0x0048 mem_le_rxbuf_adv_length
+0x0049 mem_le_rxbuf_adv_payload
+0x0047 mem_le_rxbuf_adv_scan_req_header
+0x0048 mem_le_rxbuf_adv_scan_req_length
+0x0049 mem_le_rxbuf_adv_scan_req_scan_address
+0x004f mem_le_rxbuf_adv_scan_req_adv_address
+0x0047 mem_le_rxbuf_adv_connect_ind_header
+0x0048 mem_le_rxbuf_adv_connect_ind_length
+0x0049 mem_le_rxbuf_adv_connect_ind_init_address
+0x004f mem_le_rxbuf_adv_connect_ind_adv_address
+0x0055 mem_le_rxbuf_adv_connect_ind_access_address
+0x0059 mem_le_rxbuf_adv_connect_ind_crc_init
+0x005c mem_le_rxbuf_adv_connect_ind_win_size
+0x005d mem_le_rxbuf_adv_connect_ind_win_offset
+0x005f mem_le_rxbuf_adv_connect_ind_interval
+0x0061 mem_le_rxbuf_adv_connect_ind_latency
+0x0063 mem_le_rxbuf_adv_connect_ind_timeout
+0x0065 mem_le_rxbuf_adv_connect_ind_channel_map
+0x006a mem_le_rxbuf_adv_connect_ind_hop_and_sca
+0x0506 mem_le_search_handle_start
+0x0508 mem_le_search_handle_end
+0x050a mem_le_att_offset
+0x050a mem_le_search_att_type_length
+0x050b mem_le_search_att_type
+0x051b mem_le_curr_att_len
+0x051c mem_le_cur_attlist_start_ptr
+0x051e mem_le_cur_handle_start
+0x0520 mem_le_cur_handle_end
+0x0522 mem_le_cur_uuid_length
+0x0523 mem_le_cur_uuid
+0x0047 mem_le_rxbuf_data_att_header
+0x0048 mem_le_rxbuf_data_att_length
+0x0049 mem_le_rxbuf_data_att_l2cap_length
+0x004b mem_le_rxbuf_data_att_cid
+0x004d mem_le_rxbuf_data_att_opcode
+0x004e mem_le_rxbuf_data_att_payload
+0x0047 mem_le_rxbuf_data_continue_header
+0x0048 mem_le_rxbuf_data_continue_length
+0x0049 mem_le_rxbuf_data_continue_payload
+0x0047 mem_le_rxbuf_data_att_write_header
+0x0048 mem_le_rxbuf_data_att_write_length
+0x0049 mem_le_rxbuf_data_att_write_l2cap_length
+0x004b mem_le_rxbuf_data_att_write_cid
+0x004d mem_le_rxbuf_data_att_write_opcode
+0x004e mem_le_rxbuf_data_att_write_handle
+0x0050 mem_le_rxbuf_data_att_write_payload
+0x0047 mem_le_rxbuf_data_prepare_att_write_header
+0x0048 mem_le_rxbuf_data_prepare_att_write_length
+0x0049 mem_le_rxbuf_data_prepare_att_write_l2cap_length
+0x004b mem_le_rxbuf_data_prepare_att_write_cid
+0x004d mem_le_rxbuf_data_prepare_att_write_opcode
+0x004e mem_le_rxbuf_data_prepare_att_write_handle
+0x0050 mem_le_rxbuf_data_prepare_att_write_offset
+0x0052 mem_le_rxbuf_data_prepare_att_write_payload
+0x01df mem_fcc_param_new
+0x01df mem_fcc_ch_new
+0x01e0 mem_fcc_mod_new
+0x01e1 mem_fcc_txrx_new
+0x01e2 mem_fcc_btble_new
+0x01e3 mem_fcc_data_new
+0x01e4 mem_fcc_data_length_new
+0x01e5 mem_fcc_hop_new
+0x01e6 mem_fcc_tx_power_new
+0x01e7 mem_fcc_param
+0x01e7 mem_fcc_ch
+0x01e8 mem_fcc_mod
+0x01e9 mem_fcc_txrx
+0x01ea mem_fcc_btble
+0x01eb mem_fcc_data
+0x01ec mem_fcc_data_length
+0x01ed mem_fcc_hop
+0x01ee mem_fcc_tx_power
+0x01ef mem_fcc_config_cb
+0x4000 mem_patch00
+0x4001 mem_patch01
+0x4002 mem_patch02
+0x4003 mem_patch03
+0x4004 mem_patch04
+0x4005 mem_patch05
+0x4006 mem_patch06
+0x4007 mem_patch07
+0x4008 mem_patch08
+0x4009 mem_patch09
+0x400a mem_patch0a
+0x400b mem_patch0b
+0x400c mem_patch0c
+0x400d mem_patch0d
+0x400e mem_patch0e
+0x400f mem_patch0f
+0x4010 mem_patch10
+0x4011 mem_patch11
+0x4012 mem_patch12
+0x4013 mem_patch13
+0x4014 mem_patch14
+0x4015 mem_patch15
+0x4016 mem_patch16
+0x4017 mem_patch17
+0x4018 mem_patch18
+0x4019 mem_patch19
+0x401a mem_patch1a
+0x401b mem_patch1b
+0x401c mem_patch1c
+0x401d mem_patch1d
+0x401e mem_patch1e
+0x401f mem_patch1f
+0x4020 mem_patch20
+0x4021 mem_patch21
+0x4022 mem_patch22
+0x4023 mem_patch23
+0x4024 mem_patch24
+0x4025 mem_patch25
+0x4026 mem_patch26
+0x4027 mem_patch27
+0x4028 mem_patch28
+0x4029 mem_patch29
+0x402a mem_patch2a
+0x402b mem_patch2b
+0x402c mem_patch2c
+0x402d mem_patch2d
+0x402e mem_patch2e
+0x402f mem_patch2f
+0x4030 mem_patch30
+0x4031 mem_patch31
+0x4032 mem_patch32
+0x4033 mem_patch33
+0x4034 mem_patch34
+0x4035 mem_patch35
+0x4036 mem_patch36
+0x4037 mem_patch37
+0x4038 mem_patch38
+0x4039 mem_patch39
+0x403a mem_patch3a
+0x403b mem_patch3b
+0x403c mem_patch3c
+0x403d mem_patch3d
+0x403e mem_patch3e
+0x403f mem_patch3f
+0x4040 mem_context
+0x4093 mem_current_amaddr
+0x4094 mem_lpm_mode
+0x4095 mem_device_option
+0x4096 mem_last_clkn
+0x409a mem_fcomp_div
+0x409b mem_rx_window_sniff
+0x409d mem_rf_init_ptr
+0x409f mem_rf_rccal
+0x40a0 mem_handle_num
+0x40a1 mem_chip_functions
+0x40a3 mem_lpm_wake_lock
+0x40a5 mem_lpm_interval
+0x40a7 mem_lpm_overhead
+0x40a8 mem_lpm_hibernate_switch
+0x40a9 mem_sniff_unint_lost
+0x40aa mem_sleep_counter
+0x40ae mem_sleep_counter_all
+0x40b2 mem_sleep_clkn
+0x40b8 mem_sniff_rcv
+0x40bb mem_sniff_lost
+0x40be mem_clks_per_lpo
+0x40c1 mem_lpm_mult
+0x40c2 mem_lpm_mult_timeout
+0x40c3 mem_lpm_mult_cnt
+0x40c4 mem_lpm_config
+0x40c4 mem_lpm_xtal_ib
+0x40c5 mem_lpm_ctrim
+0x40c6 mem_lpm_padding
+0x40c7 mem_lpm_xtalcnt
+0x40c8 mem_lpm_buckcnt
+0x40c9 mem_lpm_ldocnt
+0x40ca mem_lpm_isogate
+0x40cb mem_lpm_isogate_final
+0x40cc mem_lpm_ctrl3
+0x40cc mem_lpm_ctrl3_app_vsel
+0x40cd mem_lpm_ctrl3_aon_vsel
+0x40ce mem_lpm_ctrl3_core_byp
+0x40cf mem_lpm_ctrl3_core_vsel
+0x40d0 mem_saved_gpio
+0x40dd mem_saved_gsel
+0x40e0 mem_saved_mark
+0x40e8 mem_saved_spidctrl
+0x40e9 mem_patch_ptr
+0x40eb mem_patch_len
+0x40ed mem_timers
+0x410d mem_hci_cmd
+0x410e mem_hci_conn_handle
+0x410f mem_hci_plap
+0x4112 mem_hci_puap
+0x4113 mem_hci_pnap
+0x4115 mem_loadcode_times
+0x4116 mem_tx_power
+0x4117 mem_modem_rssi
+0x4118 mem_gain_fix
+0x4119 mem_gain_table
+0x411c mem_gain_second_agc_en
+0x411d mem_system_clk
+0x411e mem_rf_init_data
+0x411f mem_xtal_freq
+0x4120 mem_version
+0x4121 mem_company_id
+0x4123 mem_sub_version
+0x4125 mem_le_dsniff
+0x4127 mem_le_conn_interval
+0x4129 mem_le_tx_ifs_defference
+0x412a mem_le_tx2m_delay
+0x412b mem_le_txheader
+0x412c mem_le_txlen
+0x412d mem_le_txpayload
+0x422d mem_le_name_len
+0x422e mem_le_name
+0x424c mem_le_ltk
+0x425c mem_ltk_exists
+0x425d mem_le_rconfirm
+0x426d mem_le_srand
+0x427d mem_le_iat
+0x427e mem_le_rat
+0x427f mem_le_preq
+0x4280 mem_le_preq_iocap
+0x4281 mem_le_preq_oob
+0x4282 mem_le_preq_auth
+0x4283 mem_le_preq_max_keysize
+0x4284 mem_le_preq_init_key_distribution
+0x4285 mem_le_preq_resp_key_distribution
+0x4286 mem_le_pres
+0x4287 mem_le_pres_iocap
+0x4288 mem_le_pres_oob
+0x4289 mem_le_pres_auth
+0x428a mem_le_pres_max_keysize
+0x428b mem_le_pres_init_key_distribution
+0x428c mem_le_pres_resp_key_distribution
+0x428d mem_le_notify_handle
+0x428f mem_le_search_uuid_length
+0x4290 mem_le_search_uuid
+0x42a0 mem_le_conn_param
+0x42a0 mem_le_conn_peer_addr_type
+0x42a1 mem_le_conn_peer_addr
+0x42a7 mem_le_conn_own_addr_type
+0x42a8 mem_le_interval_min
+0x42aa mem_le_interval_max
+0x42ac mem_le_latency
+0x42ae mem_le_timeout
+0x42b0 mem_le_lap
+0x42b3 mem_le_uap
+0x42b4 mem_le_nap
+0x42b6 mem_le_local_mtu
+0x42b8 mem_le_remote_mtu
+0x42ba mem_le_skdm
+0x42c2 mem_le_skds
+0x42ca mem_le_init_superto
+0x42cc mem_ui_le_uuid_table
+0x42ce mem_le_secure_connect_flag
+0x42cf mem_le_secure_connect_state
+0x42d0 mem_le_sc_confirm_gkey_flag
+0x42d1 mem_le_pairing_state
+0x42d2 mem_le_enc_state
+0x42d3 mem_le_pairing_mode
+0x42d4 mem_le_tk
+0x42d8 mem_le_ediv
+0x42da mem_le_rand
+0x42e2 mem_le_irk
+0x42f2 mem_le_transmit_window
+0x42f6 mem_le_configuration
+0x42f7 mem_le_fixed_ltk
+0x4307 mem_le_pairing_handle
+0x4309 mem_le_packet_llid
+0x430a mem_le_l2cap_size
+0x430c mem_le_packet_len_recved
+0x430e mem_le_payload_ptr
+0x4310 mem_le_signaling_identifier
+0x4311 mem_le_l2cap_signaling_conn_param_update_rsp_result
+0x4313 mem_le_md_count
+0x4314 mem_le_l2cap_parse_cb
+0x4316 mem_ble_l2cap_tx_buff0_ptr
+0x4318 mem_ble_l2cap_tx_buff_size_ptr
+0x431a mem_le_scan_enable
+0x431b mem_le_scan_interval
+0x431d mem_le_scan_window
+0x431f mem_le_adv_data_len
+0x4320 mem_le_adv_data
+0x433f mem_le_scan_data_len
+0x4340 mem_le_scan_data
+0x435f mem_le_adv_enable
+0x4360 mem_le_adv_param
+0x4360 mem_le_adv_interval
+0x4362 mem_le_adv_type
+0x4363 mem_le_adv_own_addr_type
+0x4364 mem_le_adv_direct_addr
+0x436a mem_le_adv_channel_map
+0x436b mem_le_scan_params
+0x436b mem_le_scan_type
+0x436c mem_le_scan_own_addr_type
+0x436d mem_le_l2cap_att_states
+0x436e mem_le_att_opcode
+0x436f mem_le_att_handle
+0x4371 mem_le_search_res
+0x4372 mem_le_local_feature
+0x437a mem_le_tx_phys
+0x437b mem_le_rx_phys
+0x437c mem_remote_rx_max_octets
+0x437e mem_remote_rx_max_time
+0x4380 mem_remote_tx_max_octets
+0x4382 mem_remote_tx_max_time
+0x4384 mem_local_rx_max_octets
+0x4386 mem_local_rx_max_time
+0x4388 mem_local_tx_max_octets
+0x438a mem_local_tx_max_time
+0x438c mem_cb_check_wakelock
+0x438e mem_cb_before_hibernate
+0x4390 mem_cb_before_lpm
+0x4392 mem_cb_le_process
+0x4394 mem_cb_idle_process
+0x4396 mem_cb_bb_event_process
+0x4398 mem_cb_att_write
+0x439a mem_cb_ble_transmit
+0x439c mem_cb_event_timer
+0x439e mem_cb_bt_set_mult
+0x43a0 mem_cb_spi_flash_write_complate
+0x43a2 mem_cb_before_lpm_sleep
+0x43a4 mem_eeprom_base
+0x43a6 mem_wake_up_delay_timer
+0x43a7 mem_app_connection_options
+0x43a8 mem_app_disconn_reason
+0x43aa mem_app_disconn_reason_flag
+0x43ac mem_xrecord_mode
+0x43ad mem_eeprom_block_size
+0x43ae mem_spi_init_clk
+0x43af mem_spi_init_delay_time
+0x43b0 mem_spi_ncs_gpio
+0x43b1 mem_nv_data_ptr
+0x43b3 mem_nv_data_number
+0x43b4 mem_queue_ptr
+0x43b6 mem_gpio_h_k19_b13
+0x43ba mem_gpio_l_k19_b13
+0x43be mem_hvin_k19_b13
+0x43c2 mem_app_adc_read_count
+0x43c3 mem_start_adc_clkn
+0x43c4 mem_adc_delay
+0x43c6 mem_adc_config_flag
+0x43c7 mem_adc_channel
+0x43c8 mem_adc_current_value
+0x43ca mem_adc_power_flag//bit0:low power falg ; bit1:no power flag
+0x43cb mem_spi_write_addr
+0x43ce mem_spi_write_ptr
+0x43d0 mem_spi_write_len
+0x43d2 mem_spi_write_flash_sm
+0x43d3 mem_spi_cs_gpio
+0x43d4 mem_spi_si_gpio
+0x43d5 mem_spi_so_gpio
+0x43d6 mem_spi_sclk_gpio
+0x43d7 mem_spi_wp_gpio
+0x43d8 mem_spi_hold_gpio
+0x43d9 mem_eeprom_wp_gpio
+0x43da mem_eeprom_scl_gpio
+0x43db mem_eeprom_sda_gpio
+0x43dc mem_kscan_ptr
+0x43de mem_key_num_ptr
+0x43de mem_keyscan_ptr
+0x43e0 mem_key_value_retention
+0x43e2 mem_power_param_ptr
+0x43e4 mem_efuse_header
+0x43e7 mem_seqi
+0x43e8 mem_set_cdb_on
+0x43e9 mem_syn_cal_ctrl
+0x43ea mem_dig_aon_vsel
+0x43eb mem_syn_afc_cfg1
+0x43ec mem_rf_ldo_cfg1
+0x43ed mem_rc_cal
+0x43ee mem_nec_decode_error_value
+0x43ef mem_wdt_always_work
+0x43f0 mem_power_ctrl_disable
+0x43f1 mem_rf_debug_rx_gpio
+0x43f2 mem_rf_debug_tx_gpio
+0x43f3 mem_l2cap_xmem_start
+0x43f3 mem_used_map
+0x43f4 mem_tx_fifo0
+0x43f4 mem_tx_fifo0_map
+0x43f5 mem_tx_fifo0_ptr
+0x43f7 mem_tx_fifo1
+0x43f7 mem_tx_fifo1_map
+0x43f8 mem_tx_fifo1_ptr
+0x43fa mem_tx_fifo2
+0x43fa mem_tx_fifo2_map
+0x43fb mem_tx_fifo2_ptr
+0x43fd mem_tx_fifo3
+0x43fd mem_tx_fifo3_map
+0x43fe mem_tx_fifo3_ptr
+0x4400 mem_tx_fifo_end
+0x4400 mem_l2cap_lpm_txbuf_ptr
+0x4402 mem_l2cap_xmem_end
+0x4402 mem_ccm_pcnt_tx
+0x4407 mem_ccm_pcnt_rx
+0x440c mem_ccm_last_mic
+0x4410 mem_ccm_iv
+0x4410 mem_ccm_ivm
+0x4414 mem_ccm_ivs
+0x4418 mem_ccm_len
+0x441a mem_ccm_rx_ptr
+0x441c mem_ipc_lock_bt
+0x441d mem_ipc_lock_c51
+0x441e mem_ipc_fifo_bt2c51
+0x4426 mem_ipc_fifo_c512bt
+0x442e mem_ui_button_timer
+0x442f mem_ui_button_last_state
+0x4430 mem_ui_timer_last_btclk
+0x4434 mem_ui_state_map
+0x4436 mem_ui_button_timeout
+0x4437 mem_ui_button_gpio
+0x4438 mem_ui_led_init_state_set
+0x4439 mem_ui_led_struct_num
+0x443a mem_ui_led_struct_ptr
+0x443c mem_ble_v2_xbox
+0x447c mem_ble_v2_pdu
+0x44a3 mem_ble_v2_customer_id
+0x44a4 mem_ble_v2_packet_num
+0x44a5 mem_ble_v2_subtype
+0x44a6 mem_ble_v2_maintype
+0x44a7 mem_ble_v2_addr
+0x44ab mem_ble_v2_group_index
+0x44ac mem_ble_v2_cmd
+0x44ae mem_ble_v2_para
+0x44b2 mem_ble_customer_id
+0x44b3 mem_ble_count
+0x44b4 mem_ble_sub_type
+0x44b5 mem_ble_main_type
+0x44b6 mem_ble_addr
+0x44ba mem_ble_group
+0x44bb mem_ble_cmd
+0x44bd mem_ble_para
+0x44c1 mem_ble_rfu
+0x44c4 mem_ble_relay
+0x44c5 mem_ble_is_app
+0x44c6 mem_adv_CRC_False_initValue
+0x44c8 mem_CRC16_polynomial
+0x44ca mem_ble_pack_cb
+0x44cc mem_ble_v2_tx_end_dummy
+0x44cc mem_ftd_device_option
+0x44cd mem_light_gm_tx_addr_type
+0x44ce mem_light_gm_tx_len
+0x44cf mem_light_gm_tx_header
+0x44dc mem_light_gm_tx
+0x44dc mem_light_gm_tx_press_time
+0x44dd mem_light_gm_tx_remoter_ID
+0x44de mem_light_gm_tx_remoter_addr
+0x44e0 mem_light_gm_tx_group_num
+0x44e1 mem_light_gm_tx_code
+0x44e2 mem_light_gm_tx_count
+0x44e3 mem_light_gm_tx_sum
+0x44e4 mem_gem_cnt_inces_timeout
+0x44e6 mem_gem_long_keypress_timeout
+0x44e8 mem_gem_long_cnt_enable
+0x44e9 mem_light_KY_tx
+0x44e9 mem_light_KY_tx_header
+0x4500 mem_light_KY_tx_len
+0x4501 mem_light_KY_tx_code1
+0x4502 mem_light_KY_tx_remoter_ID
+0x4506 mem_light_KY_tx_group_num
+0x4507 mem_light_KY_tx_code2
+0x4508 mem_light_KY_tx_sum
+0x450a mem_light_KY_tx_CRC
+0x450c mem_light_KY_tx_count
+0x450e mem_light_group_num
+0x450f mem_light_JYM_whitening_header
+0x451b mem_light_JYM_tx
+0x451b mem_light_JYM_tx_header
+0x4523 mem_light_JYM_tx_len
+0x4524 mem_light_JYM_tx_cmd
+0x4525 mem_light_JYM_tx_ID
+0x4529 mem_light_JYM_tx_group
+0x452a mem_light_JYM_tx_data
+0x452b mem_light_JYM_tx_count
+0x452c mem_light_JYM_tx_sum
+0x452e mem_light_JYM_tx_CRC
+0x4530 mem_light_JYM_tx_temp
+0x4555 mem_adv_cnts
+0x4556 mem_cb_light_ac_detecting
+0x4558 mem_cb_light_gradual_dimmer
+0x455a mem_light_pwm_freq_w
+0x455c mem_light_pwm_freq_y
+0x455e mem_light_pwm_freq_l
+0x4560 mem_light_W_aim_pcnt
+0x4562 mem_light_Y_aim_pcnt
+0x4564 mem_light_L_aim_pcnt
+0x4566 mem_light_gradual_step_w
+0x4567 mem_light_gradual_step_y
+0x4568 mem_light_gradual_step_l
+0x4569 mem_light_mix_change_delay_time
+0x456b mem_temp_flag
+0x456c mem_light_pwm_enable_flag
+0x456d mem_light_gpio_pin_w
+0x456e mem_light_gpio_pin_y
+0x456f mem_light_gpio_pin_l
+0x4556 mem_kscan_record_keypress
+0x455e mem_kscan_row_nums
+0x455f mem_kscan_col_nums
+0x4560 mem_kscan_row_gpio_pin
+0x4568 mem_kscan_col_gpio_pin
+0x4570 mem_kscan_row_scanned
+0x4571 mem_kscan_col_scanned
+0x4572 mem_keypress_analysis_flag
+0x4573 mem_kscan_avoid_shake_delay_time
+0x4575 mem_scan_col
+0x4576 mem_kscan_enable
+0x4577 mem_long_press_adv_timeout
+0x4579 mem_kscan_analysis_interval_timeout
+0x457b mem_FTD_adv_raw_device_add_temp
+0x457d mem_set_clear_code_timeout_enable
+0x457e mem_light_lpm_enable
+0x457f mem_light_manufacture_id
+0x4580 mem_light_indicator_led
+0x4581 mem_groups_num
+0x4582 mem_light_last_key
+0x4583 mem_light_different_key_press_flag
+0x4584 mem_FTD_adv_raw
+0x4584 mem_FTD_adv_raw_cmd
+0x4585 mem_FTD_adv_raw_device_add
+0x4587 mem_FTD_adv_raw_data
+0x458a mem_FTD_adv_raw_packet_num
+0x458b mem_FTD_adv_raw_reserved
+0x458c mem_FTD_adv_raw_encryption
+0x4594 mem_long_press_timeout
+0x4596 mem_light_num_of_long_press
+0x4597 mem_light_color_switch_cnt
+0x4598 mem_light_brightness_switch_flag
+0x4599 mem_light_rgb_hand_actuated_flag
+0x459a mem_rgb_switch
+0x459b mem_light_rgb_auto_flag
+0x459c mem_rgb_on_and_off
+0x459d mem_light_group1_on_and_off_flag
+0x459e mem_light_group2_on_and_off_flag
+0x459f mem_light_group3_on_and_off_flag
+0x45a0 mem_light_group4_on_and_off_flag
+0x45a1 mem_light_current_key
+0x45a2 mem_ble_light_adv_timeout
+0x45a4 mem_light_on_off_alternant
+0x45a5 mem_fan_speed
+0x45a6 mem_fan_direction_alternant
+0x45a7 mem_fan_on_off_flag
+0x45a8 mem_ble_xboxes
+0x4628 mem_adv_packet
+0x4628 mem_adv_packet_header
+0x463f mem_adv_packet_payload
+0x464d mem_adv_packet_tailer
+0x464f mem_light_whitening_buffer
+0x4676 mem_light_whitening_k
+0x4678 mem_light_for_loop_cnt1
+0x4679 mem_light_for_loop_cnt2
+0x467a mem_light_recvd_len
+0x467b mem_light_whitening_i
+0x467c mem_light_whitening_i1
+0x4680 mem_light_whitening_i2
+0x4684 mem_light_whitening_i3
+0x4688 mem_light_whitening_i4
+0x468c mem_light_whitening_n
+0x468d mem_light_para1
+0x4691 mem_light_para2
+0x4696 mem_light_for_loop_lshift
+0x469e mem_light_integer_1_lshift_temp
+0x46a6 mem_light_lpm_enable_timeout
+0x46a8 mem_indicator_turn_on_enable
+0x46a9 mem_indicator_led_turn_on_timeout
+0x46ab mem_light_on_and_off_flag
+0x46ac mem_fan_deflector_flag
+0x46ad mem_light_aid_swtich_flag
+0x46ae mem_light_manufacture_id2
+0x46af mem_light_manufacture_id2_v2
+0x46b0 mem_light_whitening_buffer_2
+0x46d7 mem_ble_v2_pdu_2
+0x46fe mem_light_rgb_on_and_off_flag
+0x46ff mem_rgb_loop_on_and_off
+0x4700 mem_r_g_b_switch_flag
+0x4701 mem_adv_manufacturer_switch_flag
+0x4702 mem_adv_manufacturer_switch_flag1
+0x4703 mem_adv_manufacturer_switch_flag2
+0x4704 mem_adv_manufacturer_switch_flag3
+0x4705 mem_fan_on_and_off_flag
+0x4706 mem_light_release_adv_flag
+0x4707 mem_light_blink_state_flag
+0x4708 mem_light_indicator_led_blink_enable
+0x4709 mem_light_continuous_kps_cnt_reset_timeout
+0x470b mem_light_key1_continuous_kps_cnt
+0x470c mem_light_key2_continuous_kps_cnt
+0x470d mem_light_key3_continuous_kps_cnt
+0x470e mem_light_key4_continuous_kps_cnt
+0x470f mem_light_key5_continuous_kps_cnt
+0x4710 mem_light_key6_continuous_kps_cnt
+0x4711 mem_light_key7_continuous_kps_cnt
+0x4712 mem_light_key8_continuous_kps_cnt
+0x4713 mem_light_key9_continuous_kps_cnt
+0x4714 mem_light_key10_continuous_kps_cnt
+0x4715 mem_light_key11_continuous_kps_cnt
+0x4716 mem_light_key12_continuous_kps_cnt
+0x4717 mem_light_key13_continuous_kps_cnt
+0x4718 mem_light_key14_continuous_kps_cnt
+0x4719 mem_light_key15_continuous_kps_cnt
+0x471a mem_light_key16_continuous_kps_cnt
+0x471b mem_16groups_on_off
+0x471d mem_group_flag
+0x471e mem_channel_enable
+0x471f mem_channel_num
+0x4720 mem_scene_enable
+0x4721 mem_special_agreemeet_enable
+0x4722 mem_light_short_keypress_timeout
+0x4724 mem_light_color_and_lgtness_long_press_adv_enable
+0x4725 mem_airchange_speed
+0x4726 mem_fan_tap_speed
+0x4727 mem_light_airchange_flag
+0x4728 mem_light_warm_wake_flag
+0x4729 mem_light_warm_powerful_flag
+0x472a mem_light_fan_on_and_off
+0x472b mem_light_bath_on_off_flag
+0x472c mem_long_press_protect_enble_flag
+0x472d mem_long_press_protect_cnt
+0x472e mem_long_press_protect_start_flag
+0x472f mem_kscan_press_row_gpio
+0x4737 mem_light_fan_on_and_off_flag
+0x4738 mem_light_lpm_gpio_config_flag
+0x473c mem_light_lpm_gpio_config_io_temp
+0x473d mem_light_timing_of_alter_flag
+0x473e mem_light_adv_packet
+0x473e mem_light_adv_packet_cmd
+0x473f mem_light_adv_packet_addr
+0x4741 mem_light_adv_packet_data
+0x4744 mem_light_adv_packet_packetnum
+0x4745 mem_light_adv_packet_reserve
+0x4746 mem_light_adv_packet_encry
+0x474c mem_light_adv_packet_CRC
+0x474e mem_scene_led_timeout
+0x4750 mem_scene_led_cnt
+0x4751 mem_ble_rx_on_and_off
+0x4752 mem_long_press_scene_timeout
+0x4753 mem_le_adv_scan_channel
+0x4754 mem_le_lap_addr
+0x4758 mem_le_lap_addr_temp
+0x475c mem_le_lap_v2_addr
+0x4760 mem_light_scene_mode
+0x4761 mem_le_addr_change_flag
+0x4762 mem_rmt_keydown_cb
+0x4764 mem_rmt_released_cb
+0x4766 mem_rmt_long_press_cb
+0x4768 mem_rmt_continuous_keydown_cb
+0x476a mem_rmt_continuous_kps_time
+0x476c mem_light_adv_time
+0x476e mem_claer_code_time
+0x4770 mem_ble_v2_customer_id_copy
+0x4771 mem_ftd_fan_cfg_catch
+0x4771 mem_fan_protocol_select_flag
+0x4772 mem_fan_tx_pin
+0x4773 mem_fan_yc_identify_flag
+0x4774 mem_customer_id
+0x4775 mem_customer_id_v2
+0x4776 mem_id_universal
+0x4777 mem_manufacture_id_temp
+0x4778 mem_light_device_flag
+0x4779 mem_ble_ch_mapped
+0x477a mem_ble_v2_decoder
+0x477c mem_light_speed_temp
+0x477d mem_light_blink_count
+0x477e mem_pairing_timeout
+0x4780 mem_light_pairing_enable
+0x4781 mem_light_last_packetnum
+0x4782 mem_yc_fan_ble_addr
+0x4788 mem_recv_addr
+0x478e mem_fan_tx_bits_loop
+0x4790 mem_fan_opcode
+0x4791 mem_fan_tx_cnt
+0x4792 mem_fan_433code_packet//预留8字节
+0x479a mem_fan_tx_loop
+0x479c mem_fan_tx_loop2
+0x479e mem_fan_433_opcode
+0x479f mem_fan_tx_gpio
+0x47a0 mem_fan_tx_gpio_reg
+0x47a2 mem_433_tx_cb
+0x47a4 mem_fan_packet_indiscriminate_cb
+0x47a6 mem_ble_parameter
+0x47a6 mem_ble_parameter_cmd
+0x47a8 mem_ble_parameter_para
+0x47ac mem_ble_parameter_addr
+0x47ae mem_ble_parameter_group
+0x47af mem_fan_addr_433
+0x443c mem_24g_lap
+0x4442 mem_24g_rxbuf
+0x4464 mem_24g_txbuf
+0x4484 mem_24g_txpayload
+0x44a8 mem_24g_rxpayload
+0x44c8 mem_24g_rxdata_length
+0x44c9 mem_24g_pid
+0x44ca mem_24g_no_ack
+0x44cb mem_24g_sta_crc
+0x44ce mem_24g_last_crc
+0x44d1 mem_24g_sta_pid
+0x44d2 mem_24g_last_pid
+0x44d3 mem_24g_datalen
+0x44d4 mem_24g_data_type
+0x44d5 mem_24g_txlen
+0x44d6 mem_24g_rx_window
+0x44d8 mem_24g_ch
+0x44d9 mem_24g_current_ch_number
+0x44da mem_24g_addr
+0x44de mem_24g_ch_map1
+0x44e2 mem_24g_ch_map2
+0x44e6 mem_24g_ch_map3
+0x44ea mem_24g_ch_map4
+0x44ee mem_24g_tx_btclk
+0x44f2 mem_24g_interval
+0x44f3 mem_24g_interval_min
+0x44f4 mem_24g_interval_max
+0x44f5 mem_24g_syncword
+0x44f7 mem_24g_syncword_crc8
+0x44f8 mem_24g_get_syncword_crc8
+0x44f9 mem_24g_pair_switch
+0x44fa mem_24g_enter_hibernate
+0x4502 mem_24g_rx_phy
+0x4503 mem_24g_tx_phy
+0x4504 mem_24g_ch_map_update
+0x4505 mem_24g_ch_update_map1
+0x4509 mem_24g_ch_update_map2
+0x450d mem_24g_ch_update_map3
+0x4511 mem_24g_ch_update_map4
+0x4515 mem_24g_disable_fec1
+0x4516 mem_24g_off_type
+0x4517 mem_24g_pair_addr
+0x451b mem_24g_pair_ch
+0x451c mem_24g_pair_tx_power
+0x451d mem_rssi_buff_index
+0x451e mem_24g_device1_bind_step
+0x451f mem_24g_device2_bind_step
+0x4520 mem_24g_bind_device_status
+0x4521 mem_24g_bind_payload
+0x4529 mem_24g_device1_bind_disable
+0x452a mem_24g_device2_bind_disable
+0x452b mem_cb_24g_receive_process
+0x452d mem_cb_24g_ackpayload
+0x452f mem_cb_24g_data_device1
+0x4531 mem_cb_24g_data_device2
+0x4533 mem_24g_rxdata_temp
+0x4555 mem_24g_abort_packet
+0x4556 mem_24g_hop_btclk
+0x455a mem_24g_hop_interval
+0x455b mem_24g_pair_mode
+0x455c mem_24g_ackpayload_enable
+0x455d mem_24g_hop_packet
+0x455e mem_24g_mode_switch
+0x455f mem_24g_nodata_timer_enable
+0x4560 mem_24g_mode_init
+0x4561 mem_24g_work_mode
+0x4562 mem_24g_time_slice
+0x4563 mem_24g_self_last_ch
+0x4564 mem_24g_self_ch_number
+0x4565 mem_24g_self_config_ch_once
+0x4566 mem_24g_device1_last_ch
+0x4567 mem_24g_device1_ch_number
+0x4568 mem_24g_device1_config_ch_once
+0x4569 mem_24g_device2_last_ch
+0x456a mem_24g_device2_ch_number
+0x456b mem_24g_device2_config_ch_once
+0x456c mem_24g_led_status
+0x456d mem_24g_bind_mode_continue
+0x456e mem_tx_power_temp
+0x456f mem_24g_mode_B_S_switch
+0x4570 mem_24g_mode_B_S_switch_init
+0x4571 mem_24g_mode_B_S_switch_cnt
+0x4573 mem_24g_mode_B_S_switch_exit
+0x4574 mem_24g_B_S_time_slice
+0x4575 mem_24g_B_S_mode_switch_disable
+0x4576 mem_24g_bind_device_living
+0x4577 mem_24g_transmitter_addr
+0x457b mem_24g_device1_addr
+0x457f mem_24g_device2_addr
+0x4583 mem_rssi_noise_avg
+0x4584 mem_rssi_noise_index
+0x4585 mem_rssi_noise_self_avg
+0x4586 mem_rssi_noise_device1_avg
+0x4587 mem_rssi_noise_device2_avg
+0x4588 mem_rssi_noise_self_index
+0x4589 mem_rssi_noise_device1_index
+0x458a mem_rssi_noise_device2_index
+0x458b mem_rssi_noise_buffer_ptr
+0x458d mem_rssi_noise_self_buffer_ptr
+0x458f mem_rssi_noise_device1_buffer_ptr
+0x4591 mem_rssi_noise_device2_buffer_ptr
+0x4593 mem_car_hard_soft_switch
+0x4594 mem_car_queue_each_size
+0x4595 mem_car__queue_length
+0x4596 mem_car_queue_curr_num
+0x4597 mem_car_queue_read_ptr
+0x4598 mem_car_queue_write_ptr
+0x4599 mem_car_queue_ele
+0x4611 mem_car_pop_queue_buff
+0x4625 mem_car_led_num
+0x4626 mem_car_led_map
+0x4630 mem_car_style1_led_type
+0x4631 mem_car_style1_blink_count
+0x4632 mem_car_style1_struct_led_gpio
+0x4633 mem_car_style1_on_time
+0x4635 mem_car_style1_off_time
+0x4637 mem_car_style1_cb_ledon
+0x4639 mem_car_style1_cb_ledoff
+0x463b mem_car_style2_led_type
+0x463c mem_car_style2_blink_count
+0x463d mem_car_style2_struct_led_gpio
+0x463e mem_car_style2_on_time
+0x4640 mem_car_style2_off_time
+0x4642 mem_car_style2_cb_ledon
+0x4644 mem_car_style2_cb_ledoff
+0x4646 mem_le_receive_data
+0x4646 mem_le_receive_packet_head
+0x4648 mem_le_receive_cmd
+0x4649 mem_le_receive_length
+0x464b mem_le_receive_payload
+0x4655 mem_le_receive_checksum
+0x4656 mem_motor1_status
+0x4657 mem_motor1_speed
+0x4658 mem_motor2_status
+0x4659 mem_motor2_speed
+0x465a mem_motor3_status
+0x465b mem_motor3_speed
+0x465c mem_motor1_pwm_set
+0x465c mem_motor1_pwm_pin1_set
+0x465d mem_motor1_pwm_pin2_set
+0x465e mem_motor1_pwm_pin_set
+0x465f mem_motor1_pwm_channel_set
+0x4660 mem_motor1_pwm_freq_set
+0x4663 mem_motor1_pwm_dute_set
+0x4664 mem_motor2_pwm_set
+0x4664 mem_motor2_pwm_pin1_set
+0x4665 mem_motor2_pwm_pin2_set
+0x4666 mem_motor2_pwm_pin_set
+0x4667 mem_motor2_pwm_channel_set
+0x4668 mem_motor2_pwm_freq_set
+0x466b mem_motor2_pwm_dute_set
+0x466c mem_motor3_pwm_set
+0x466c mem_motor3_pwm_pin1_set
+0x466d mem_motor3_pwm_pin2_set
+0x466e mem_motor3_pwm_pin_set
+0x466f mem_motor3_pwm_channel_set
+0x4670 mem_motor3_pwm_freq_set
+0x4673 mem_motor3_pwm_dute_set
+0x4674 mem_motor_select_p_n
+0x4675 mem_car_motor_status
+0x4676 mem_car_motor_speed
+0x4677 mem_motor_pwm_set
+0x4677 mem_motor_pwm_pin1_set
+0x4678 mem_motor_pwm_pin2_set
+0x4679 mem_motor_pwm_pin_set
+0x467a mem_motor_pwm_channel_set
+0x467b mem_motor_pwm_freq_set
+0x467e mem_motor_pwm_dute_set
+0x467f mem_ir_rx_gpio
+0x4680 mem_ir_data
+0x4682 mem_ir_rx_buf
+0x4684 mem_ir_receive_clkn
+0x4688 mem_ir_notify_data
+0x468b mem_ir_notify_data_head
+0x4690 mem_ir_notify_data_payload
+0x4692 mem_ir_notify_data_check_sum
+0x4693 mem_car_ir_breakdown_check_timer
+0x4694 mem_car_ir_breakdown_flag
+0x4695 mem_car_led_control
+0x4695 mem_car_led1_status
+0x4696 mem_car_led2_status
+0x4697 mem_car_led3_status
+0x4698 mem_car_led4_status
+0x4699 mem_car_led5_status
+0x469a mem_car_led6_status
+0x469b mem_car_led7_status
+0x469c mem_car_led8_status
+0x469d mem_car_led_control_timer
+0x469e mem_car_led_blink_status
+0x469f mem_car_led_no
+0x46a0 mem_car_info_request
+0x46a3 mem_car_info_request_head
+0x46a8 mem_car_info_request_payload
+0x46b0 mem_car_info_request_checksum
+0x46b1 mem_car_config_param
+0x46b1 mem_car_config_setting_flag
+0x46b2 mem_car_config_device_select
+0x46b3 mem_car_config_motor_layout
+0x46b4 mem_car_config_ir_enable
+0x46b5 mem_car_config_ir_rx_gpio
+0x46b6 mem_car_config_pairing_led_conn_status
+0x46b7 mem_car_config_pairing_led_gpio
+0x46b8 mem_car_config_led_num
+0x46b9 mem_car_config_blood_led_gpio
+0x46b9 mem_car_config_blood_led1_gpio
+0x46ba mem_car_config_blood_led2_gpio
+0x46bb mem_car_config_blood_led3_gpio
+0x46bc mem_car_config_blood_led4_gpio
+0x46bd mem_car_config_blood_led5_gpio
+0x46be mem_car_config_blood_led6_gpio
+0x46bf mem_car_config_blood_led7_gpio
+0x46c0 mem_car_config_blood_led8_gpio
+0x46c1 mem_car_config_bat_notify_enable
+0x46c2 mem_car_config_low_voltage_led_gpio
+0x46c3 mem_car_config_low_voltage_percent
+0x46c4 mem_car_config_soft_switch_enable
+0x46c5 mem_car_config_soft_switch_gpio
+0x46c6 mem_car_notify_vdd_count
+0x46c7 mem_car_notify_vdd_timer
+0x46c8 mem_car_notify_vdd_value_last
+0x46c9 mem_car_notify_vdd_percent
+0x46ca mem_car_working_flag
+0x46cb mem_low_bat_flag
+0x46cc mem_notify_bat_packet
+0x46cf mem_notify_bat_head
+0x46d4 mem_notify_bat_payload
+0x46d5 mem_notify_bat_check_sum
+0x46d6 mem_vdd_notify_flag
+0x46d7 mem_car_current_vdd_value_temp
+0x46d9 mem_car_last_vdd_value
+0x46db mem_vdd_calculate_set
+0x46db mem_vdd_full_vol
+0x46dd mem_vdd_empty_vol
+0x46df mem_vdd_low_vol
+0x46e1 mem_vdd_now_vol
+0x46e3 mem_car_24g_status
+0x46e4 mem_car_24g_no_data_timeout_count
+0x46e6 mem_car_24g_no_data_timeout_timer
+0x46e8 mem_car_24g_ir_receive_attack_count
+0x46e9 mem_car_24g_go_die_flag
+0x46ea mem_car_attack_shake_timer
+0x46eb mem_car_attack_shake_flag
+0x46ec mem_car_soft_power
+0x46ec mem_car_power_state
+0x46ed mem_car_power_timer
+0x46ee mem_car_power_off_timeout
+0x46ef mem_car_power_starting_timeout
+0x46f0 mem_car_power_off_cb
+0x46f2 mem_car_power_starting_cb
+0x46f4 mem_car_power_standby_cb
+0x46f6 mem_car_ui_button_up_cb
+0x46f8 mem_car_le_att_list
+0x48ec mem_car_moto1_blank_timer
+0x48ed mem_car_moto2_blank_timer
+0x48ee mem_car_moto3_blank_timer
+0x48ef mem_car_motor_gpio_num
+0x48f0 mem_car_motor_gpio_map
+0x48f0 mem_car_motor_left_gpio
+0x48f1 mem_car_motor_right_gpio
+0x48f2 mem_car_motor_front_gpio
+0x48f3 mem_car_motor_back_gpio
+0x48f4 mem_car_gpio
+0x48f5 mem_car_app_send_speed
+0x48f6 mem_rssi_sum
+0x48f8 mem_check_rssi_high_count
+0x48fa mem_rssi_data
+0x4902 mem_car_24g_received_pac
+0x4903 mem_car_24g_bind_enable_delay_count
+0x4904 mem_car_keyscan
+0x4904 mem_car_key_num
+0x4905 mem_cb_car_keyscan
+0x4907 mem_car_enter_lpm_timer_count
+0x4909 mem_car_enter_lpm_timer
+0x490b mem_car_enter_lpm_flag
+0x490c mem_car_24g_ch_polling
+0x490d mem_car_rssi_noise_buffer
+0x4915 mem_car_rssi_noise_car_buffer
+0x491d mem_car_rssi_noise_remote_buffer
+0x4925 mem_car_24g_commom_addr
+0x4929 mem_car_24g_commom_addr_temp
+0x492d mem_car_24g_commom_addr_read
+0x4931 mem_car_save_addr_flag
+0x4932 mem_ble_att_list
+0x4593 mem_dg_kb_bind_flag
+0x4594 mem_dg_kb_data_sta_data
+0x459c mem_dg_kb_data_last_data
+0x45a4 mem_dg_kb_multikey_sta_data
+0x45a7 mem_dg_kb_multikey_last_data
+0x45aa mem_dg_kb_system_sta_data
+0x45ad mem_dg_kb_system_last_data
+0x45b0 mem_dg_kb_blank_data_enable
+0x45b1 mem_dg_kb_mul_blank_data_enable
+0x45b2 mem_dg_ms_blank_data_enable
+0x45b3 mem_dg_sys_config
+0x45b4 mem_dg_usb_vid_pid
+0x45bd mem_dg_usb_tx_interval
+0x45be mem_dg_usb_device_name
+0x45dc mem_dg_kb_bind_success
+0x45dd mem_dg_pc_sleep_flag
+0x45de mem_dg_usb_device_iserial_number
+0x45df mem_dg_24g_tx_power_default
+0x451e mem_rssi_hex_received
+0x451f mem_24g_pair_sm
+0x4520 mem_24g_pair_no_ack
+0x4521 mem_24g_pair_timeout_init
+0x4523 mem_24g_pair_timeout
+0x4525 mem_24g_pair_count
+0x4527 mem_24g_reconn_timeout_init
+0x4529 mem_24g_reconn_timeout
+0x452b mem_24g_reconn_count
+0x452d mem_24g_reconn_type
+0x452e mem_24g_fast_conn_enable
+0x452f mem_24g_fast_conn_addr
+0x4533 mem_24g_receiver_addr
+0x4537 mem_24g_fast_conn_temp_ch
+0x4538 mem_24g_receiver_temp_ch
+0x4539 mem_24g_device_temp_ch
+0x453a mem_rssi_signal_index
+0x453b mem_rssi_signal_buf_ptr
+0x453d mem_cb_24g_transmit_data
+0x453f mem_cb_24g_search_receiver
+0x4541 mem_cb_24g_lpm_before
+0x4543 mem_cb_24g_transmit_short_sleep
+0x4545 mem_cb_24g_transmit_long_sleep
+0x4547 mem_24g_conn_sm
+0x4548 mem_24g_ensure
+0x4549 mem_24g_txfail_cnt
+0x454b mem_24g_attempt_fail_flag
+0x454c mem_24g_retry
+0x454d mem_24g_abort_pac
+0x454e mem_24g_max_retry
+0x454f mem_24g_device_addr
+0x4553 mem_24g_short_sleep_set
+0x4556 mem_24g_long_sleep_set
+0x455e mem_24g_long_sleep_set1
+0x4562 mem_24g_pac_index
+0x4563 mem_24g_transmit_by_interrupt
+0x4564 mem_24g_transmit_by_interrupt_exit_count
+0x4566 mem_24g_transmit_by_interrupt_exit_count_init
+0x4568 mem_24g_long_sleep_param_update_timer_init
+0x456a mem_24g_long_sleep_param_update_timer
+0x456c mem_24g_fast_hop_count
+0x456d mem_24g_retransmit
+0x456f mem_rssi_avg_received
+0x4570 mem_power_ctrl_level
+0x4571 mem_power_ctrl_pac_succ_cnt
+0x4572 mem_power_ctrl_pac_succ_cnt_init
+0x4573 mem_rssi_dis_min_24g
+0x4574 mem_rssi_dis_max_24g
+0x4575 mem_rssi_hex_received_max_value
+0x4576 mem_rssi_dis_min_ble
+0x4577 mem_rssi_dis_max_ble
+0x4578 mem_mouse_key
+0x4579 mem_mouse_x
+0x457b mem_mouse_y
+0x457d mem_mouse_z
+0x457e mem_mouse_tz
+0x457f mem_mouse_xy_h
+0x4580 mem_mouse_key_last
+0x4581 mem_wheel_tb_old_pinlevel
+0x4582 mem_wheel_tb_new_pinlevel
+0x4583 mem_wheel_tog
+0x4584 mem_mouse_tz_data
+0x4585 mem_mwheel_b_old_pinlevel
+0x4586 mem_mwheel_b_new_pinlevel
+0x4587 mem_mwheel_tog
+0x4588 mem_mouse_z_data
+0x4589 mem_mouse_wheel_trigger
+0x458a mem_mouse_wheel_trigger_timer
+0x458b mem_mouse_vdd_calculate_set
+0x458b mem_mouse_vdd_full_vol
+0x458d mem_mouse_vdd_empty_vol
+0x458f mem_mouse_vdd_low_vol
+0x4591 mem_mouse_vdd_now_vol
+0x4593 mem_mouse_vdd_button_press_vol
+0x4595 mem_mouse_vdd_switch_gnd_24g_vol
+0x4597 mem_mouse_vdd_switch_gnd_full_vol
+0x4599 mem_mouse_vdd_switch_gnd_shutdown_voltage
+0x459b mem_mouse_vdd_switch_gnd_low_voltage
+0x459d mem_adc_mux_status
+0x459e mem_adc_read_timer
+0x459f mem_adc_read_time_init
+0x45a0 mem_adc_low_volatage_led_timer_count
+0x45a1 mem_adc_low_volatage_led_blink_enable
+0x45a2 mem_mouse_adc_last_low_voltage_flag
+0x45a3 mem_mouse_adc_button_press_flag
+0x45a4 mem_adc_channel_gpio
+0x45a5 mem_adc_config_flag_init
+0x45a6 mem_mouse_discovery_timeout
+0x45a8 mem_mouse_24g_pair_timeout_init
+0x45aa mem_mouse_direct_timeout
+0x45ab mem_mouse_24g_reconn_timeout_init
+0x45ac mem_mouse_24g_pair_tx_power
+0x45ad mem_rssi_dis_min_24g_init
+0x45ae mem_rssi_dis_max_24g_init
+0x45af mem_rssi_hex_received_max_value_init
+0x45b0 mem_rssi_dis_min_ble_init
+0x45b1 mem_rssi_dis_max_ble_init
+0x45b2 mem_mouse_enable_flag
+0x45b3 mem_mouse_param_config
+0x45b3 mem_lbutton_gpio
+0x45b4 mem_mbutton_gpio
+0x45b5 mem_rbutton_gpio
+0x45b6 mem_bk_button_gpio
+0x45b7 mem_fw_button_gpio
+0x45b8 mem_dpi_button_gpio
+0x45b9 mem_whee_a_data_gpio
+0x45ba mem_whee_b_data_gpio
+0x45bb mem_mouse_sensor_sclk_gpio
+0x45bc mem_mouse_sensor_sdio_gpio
+0x45bd mem_select_sensor_angle_gpio
+0x45be mem_sensor_angle_default
+0x45bf mem_sensor_angle_switch
+0x45c0 mem_config_sensor_dpi
+0x45c1 mem_whee_ta_data_gpio
+0x45c2 mem_whee_tb_data_gpio
+0x45c3 mem_matrix_public_gpio
+0x45c4 mem_config_select_device_button_gpio
+0x45c5 mem_customer_key_gpio
+0x45c6 mem_sensor_motion_gpio
+0x45c7 mem_device_switch_gpio
+0x45c8 mem_mouse_reuse_2ice_gpio
+0x45c9 mem_config_low_voltage_alarm_gpio
+0x45ca mem_config_device_24g_led_gpio
+0x45cb mem_config_device_bt1_led_gpio
+0x45cc mem_config_device_bt2_led_gpio
+0x45cd mem_dpi_led_gpio
+0x45ce mem_dpi_another_button_gpio
+0x45cf mem_firebutton_gpio
+0x45d0 mem_mouse_1io2led_multi_24g_gpio
+0x45d1 mem_mouse_1io2led_multi_bt1_gpio
+0x45d2 mem_mouse_1io2led_multi_bt2_gpio
+0x45d3 mem_mouse_logo_led_gpio
+0x45d4 mem_mouse_param_config_end
+0x45d4 mem_config_sensor_type
+0x45d5 mem_config_sensor_angle
+0x45d6 mem_wire_usb_interval
+0x45d7 mem_usb_addr
+0x45d8 mem_mouse_usb_vdd_status
+0x45d9 mem_mouse_usb_keyboard_flag
+0x45da mem_mouse_led_type
+0x45db mem_mouse_blink_count
+0x45dc mem_mouse_struct_led_gpio
+0x45dd mem_mouse_on_time
+0x45df mem_mouse_off_time
+0x45e1 mem_mouse_cb_ledon
+0x45e3 mem_mouse_cb_ledoff
+0x45e5 mem_mouse_information_start
+0x45e5 mem_device_flag
+0x45e6 mem_device1_type
+0x45e7 mem_device1_addr
+0x45ed mem_device1_link_key
+0x45fd mem_device1_locall_addr
+0x4603 mem_device2_type
+0x4604 mem_device2_addr
+0x460a mem_device2_link_key
+0x461a mem_device2_locall_addr
+0x4620 mem_device3_type
+0x4621 mem_mouse_compare_addr_ff
+0x4621 mem_device3_addr
+0x4627 mem_device3_link_key
+0x4637 mem_device3_locall_addr
+0x463d mem_store_flag
+0x463f mem_mouse_dpi
+0x4640 mem_mouse_24g_addr
+0x4644 mem_random_addr_increase_count
+0x4646 mem_mouse_retention
+0x4665 mem_mouse_information_end
+0x4665 mem_flash_base
+0x4668 mem_write_flash_head_temp
+0x466c mem_store_information_delay_timer
+0x466d mem_store_information_delay_timer_init
+0x466e mem_sensor_id1
+0x466f mem_sensor_id2
+0x4670 mem_sensor_shutter_hi
+0x4671 mem_sensor_shutter_lo
+0x4672 mem_sensor_smart_flag
+0x4673 mem_sensor_squal_reg
+0x4674 mem_sensor_iqc
+0x4675 mem_mouse_move_flag
+0x4676 mem_mouse_asm_flag
+0x4677 mem_mouse_x_pre
+0x4679 mem_mouse_y_pre
+0x467b mem_mouse_data_xtemp
+0x467c mem_mouse_data_ytemp
+0x467d mem_mouse_dpi_seting
+0x467d mem_320x_dpi_0
+0x467e mem_320x_dpi_1
+0x467f mem_320x_dpi_2
+0x4680 mem_320x_dpi_3
+0x4681 mem_3212_dpi_0
+0x4682 mem_3212_dpi_1
+0x4683 mem_3212_dpi_2
+0x4684 mem_3212_dpi_3
+0x4685 mem_ka8g2_dpi_0
+0x4686 mem_ka8g2_dpi_1
+0x4687 mem_ka8g2_dpi_2
+0x4688 mem_ka8g2_dpi_3
+0x4689 mem_mouse_cpi_count
+0x468a mem_mouse_dpi_button_state
+0x468b mem_mouse_dpi_long_press_flag
+0x468c mem_sensor_3212_init
+0x4696 mem_sensor_3204_init
+0x46a0 mem_sensor_3205_init
+0x46aa mem_sensor_32xx_init
+0x46c4 mem_sensor_32xx_init_1
+0x46e6 mem_sensor_8650_init
+0x470c mem_sensor_ka8ul_init
+0x472a mem_sensor_8009_init
+0x473a mem_sensor_ka8g2_init
+0x474a mem_sensor_p6520_init
+0x4756 mem_sensor_poweron_init
+0x475e mem_sensor_ka8g2_poweron_init
+0x4766 mem_mouse_clear_sensor_data_flag
+0x4767 mem_bluetooth_125hz_cnt
+0x4768 mem_mouse_long_mult_flag
+0x4769 mem_mouse_current_mult_timer
+0x476a mem_reconn_times
+0x476b mem_reconn_times_init
+0x476c mem_mouse_no_data_timer
+0x476e mem_device_flag_temp
+0x476f mem_mouse_rssi_signal_buf
+0x4777 mem_btclk_sensor
+0x477b mem_mouse_bluetooth_fast_conn_flag
+0x477c mem_mouse_discovery_timer
+0x477e mem_mouse_bluetooth_reconnect_timeout
+0x477f mem_mouse_need_soft_reset
+0x4780 mem_mouse_le_bb_connected_flag
+0x4781 mem_mouse_le_reconnect_flag
+0x4782 mem_mouse_send_secutiry_request_timer
+0x4783 mem_mouse_le_lap_temp
+0x4786 mem_le_adv_ind
+0x4789 mem_le_adv_direct_ind
+0x478c mem_le_adv_swift_pair
+0x47a0 mem_le_data_len
+0x47a1 mem_le_keyboard_handle
+0x47a3 mem_le_multimedia_handle
+0x47a5 mem_le_systemctrl_handle
+0x47a7 mem_le_battery_level_handle
+0x47a9 mem_le_battery_level_percentage
+0x47aa mem_le_battery_level_updata_timer_init
+0x47ac mem_le_battery_level_updata_timer
+0x47ae mem_mouse_le_conn_param_reject
+0x47af mem_le_tx_buffer0_omemalloc
+0x47cf mem_le_tx_buffer1_omemalloc
+0x47ef mem_le_tx_buffer2_omemalloc
+0x480f mem_le_tx_buffer3_omemalloc
+0x482f mem_le_connect_status_flag
+0x4830 mem_le_start_encrypt_timer
+0x4831 mem_mouse_direct_timer
+0x4832 mem_device_addr_temp
+0x4839 mem_mouse_bt_boot_mode
+0x483a mem_mouse_bt_boot_data
+0x483f mem_bt_send_max_slot_req_accept_after_switch
+0x4840 mem_mouse_bt_send_first_package_timer
+0x4841 mem_mouse_bt_send_first_package_flag
+0x4842 mem_lmi_opcode_temp
+0x4843 mem_lpm_mult_init
+0x4844 mem_customer_key
+0x4845 mem_customer_data_trigger
+0x4846 mem_customer_data_trigger_last
+0x4847 mem_mouse_lkey_press_status
+0x4848 mem_mouse_rkey_press_status
+0x4849 mem_mouse_mkey_press_status
+0x484a mem_mouse_bkkey_press_status
+0x484b mem_mouse_fwkey_press_status
+0x484c mem_mouse_dpikey_press_status
+0x484d mem_mouse_pbkey_press_status
+0x484e mem_mouse_customerkey_press_status
+0x484f mem_mouse_key_temp
+0x4850 mem_mouse_key_status
+0x4851 mem_mouse_matrix_key_cow_count
+0x4852 mem_mouse_matrix_key_row_count
+0x4853 mem_mouse_ghost_flag
+0x4854 mem_bt_discovery_count
+0x4855 mem_select_device_count
+0x4856 mem_mouse_commbination_key
+0x4857 mem_select_device_button_statue
+0x4858 mem_commbination_key_statue
+0x4859 mem_combination_ui_button_count
+0x485a mem_mouse_search_dongle_interval
+0x485b mem_mouse_search_dongle_ch
+0x485c mem_mouse_search_dongle_count
+0x485d mem_mouse_search_dongle_action
+0x485e mem_24g_enter_lpm_timer
+0x485f mem_mouse_24g_enter_lpm_enable
+0x4860 mem_mouse_device_poweron_timer_count
+0x4861 mem_mouse_dpi_led_delay_count
+0x4862 mem_mouse_led_off_4_led
+0x4863 mem_24g_device_led_status
+0x4864 mem_mouse_flag
+0x486c mem_device_number
+0x486d mem_mouse_page_to
+0x486f mem_mouse_fast_direct_timeout
+0x4870 mem_mouse_fast_page_to
+0x4872 mem_mouse_24g_power_on_fast_conn_timer
+0x4874 mem_mouse_24g_search_dongle_time_init
+0x4876 mem_mouse_no_data_timeout
+0x4878 mem_mouse_device_poweron_timer_count_init
+0x4879 mem_mouse_dpi_led_delay_count_init
+0x487a mem_mouse_dpi_led_blink_time
+0x487c mem_mouse_disconvey_led_blink_time
+0x487e mem_mouse_low_v_led_blink_time
+0x4880 mem_adc_low_volatage_led_blink_timer
+0x4882 mem_mouse_commbination_key_bt
+0x4883 mem_mouse_commbination_key_24g
+0x4884 mem_customer_key_press
+0x488d mem_customer_key_release
+0x4896 mem_mouse_set_high_impedance_bit_set
+0x4899 mem_sensor_shutdown_flag
+0x489a mem_24g_long_sleep_set_level
+0x489b mem_tx_power_factory_param
+0x489d mem_mouse_another_dpi_connect_vin_flag
+0x489e mem_dpi_another_press_status
+0x489f mem_dpi_another_button_state
+0x48a0 mem_dpi_another_button_down_enable
+0x48a1 mem_mouse_key_temp_patch
+0x48a2 mem_mouse_firebutton_connect_vin_flag
+0x48a3 mem_fire_key_status
+0x48a4 mem_fire_key_delay
+0x48a8 mem_fire_key_flag
+0x48a9 mem_le_name_len_temp
+0x48aa mem_le_name_temp
+0x48bd mem_mouse_1io2led_led_enable
+0x48be mem_mouse_multi_led_blink_enable
+0x48bf mem_mouse_bt_led_recon_effect_flag
+0x48c0 mem_mouse_multi_led_type
+0x48c1 mem_mouse_multi_led_poweron2s_flag_init
+0x48c2 mem_mouse_multi_led_poweron2s_flag
+0x48c3 mem_mouse_multi_led_powon2s_timer_init
+0x48c4 mem_mouse_multi_led_powon2s_timer
+0x48c5 mem_mouse_multi_led_blink_timer_init
+0x48c6 mem_mouse_multi_led_blink_timer
+0x48c7 mem_mouse_multi_led_state
+0x48c8 mem_mouse_logo_led_on_time_init
+0x48ca mem_mouse_le_send_conn_param_update
+0x48cb mem_mouse_le_send_conn_param_update_timer
+0x48cc mem_mouse_24g_short_sleep_set_4ms
+0x48cf mem_mouse_24g_long_sleep_set_4ms
+0x48d2 mem_mouse_24g_fast_hop_count_4ms
+0x48d3 mem_mouse_24g_short_sleep_set_8ms
+0x48d6 mem_mouse_24g_long_sleep_set_8ms
+0x48d9 mem_mouse_24g_fast_hop_count_8ms
+0x48da mem_mouse_24g_tsniff
+0x48de mem_mouse_24g_tsniff_4ms
+0x48e2 mem_mouse_24g_tsniff_8ms
+0x48e6 mem_mouse_24g_short_sleep_set_init
+0x48e9 mem_mouse_24g_tx_count
+0x48ea mem_mouse_24g_tx_time_last
+0x48f0 mem_mouse_24g_tx_time_last_delt
+0x48f4 mem_mouse_24g_tx_time_sum
+0x48f9 mem_mouse_24g_tx_time_sum_count
+0x48fa mem_mouse_24g_tx_time_offset
+0x48fb mem_mouse_24g_sleep_miss
+0x48fc mem_mouse_24g_sleep_time_temp
+0x4900 mem_mouse_24g_sleep_miss_temp
+0x4904 mem_mouse_sleep_deal_type
+0x4905 mem_mouse_24g_long_sleep_flag
+0x4906 mem_mouse_dpi_last
+0x4907 mem_mouse_dpi_temp
+0x4908 mem_mouse_otp_dpi_value
+0x4909 mem_mouse_24g_addr_last
+0x490d mem_mouse_24g_addr_temp
+0x4911 mem_mouse_ice_sdio_for_sensor_angle
+0x4912 mem_mouse_logo_enable_gpio0
+0x4913 mem_mouse_low_led_count
+0x443c mem_shutter_bluetooth_type
+0x443d mem_shutter_config_eeprom_offset_addr
+0x443f mem_shutter_config_eeprom_start_flag
+0x4441 mem_shutter_config_user_size
+0x4442 mem_shutter_config_label
+0x4443 mem_shutter_config_otp_addr
+0x4445 mem_classic_shutter_random_mac_offset_addr
+0x4447 mem_ble_shutter_enable_notify
+0x4448 mem_ble_shutter_reconn_adv_interval
+0x444a mem_ble_shutter_discovery_adv_interval
+0x444c mem_ble_shutter_reconn_timeout
+0x444e mem_ble_shutter_reconn_timer
+0x4450 mem_ble_shutter_reconn_blink_on_time
+0x4452 mem_ble_shutter_reconn_blink_off_time
+0x4454 mem_ble_shutter_discovery_blink_on_time
+0x4456 mem_ble_shutter_discovery_blink_off_time
+0x4458 mem_ble_shutter_interval_min
+0x445a mem_ble_shutter_interval_max
+0x445c mem_ble_shutter_latency
+0x445e mem_ble_shutter_timeout
+0x4460 mem_ble_shutter_interval_min_new
+0x4462 mem_ble_shutter_interval_max_new
+0x4464 mem_ble_shutter_latency_new
+0x4466 mem_ble_shutter_timeout_new
+0x4468 mem_classic_shutter_discovery_timeout
+0x446a mem_classic_shutter_connect_timeout
+0x446c mem_ble_shutter_discovery_timeout
+0x446e mem_ble_shutter_connect_timeout
+0x4470 mem_shutter_sleep_timeout
+0x4472 mem_shutter_sleep_timer
+0x4474 mem_shutter_hard_soft_switch_case
+0x4475 mem_shutter_soft_switch_button_gpio
+0x4476 mem_shutter_soft_switch_power_state
+0x4477 mem_shutter_soft_switch_poweron_time
+0x4478 mem_shutter_soft_switch_poweroff_time
+0x4479 mem_shutter_soft_switch_poweron_callback_function
+0x447b mem_shutter_soft_switch_poweroff_callback_function
+0x447d mem_shutter_keyscan
+0x447d mem_shutter_key_num
+0x447e mem_cb_shutter_keycan
+0x4480 mem_shutter_key_conf0
+0x4481 mem_shutter_key_conf1
+0x4482 mem_shutter_key_conf2
+0x4483 mem_shutter_key_conf3
+0x4484 mem_shutter_key_conf4
+0x4485 mem_shutter_key_conf5
+0x4486 mem_shutter_key_conf6
+0x4487 mem_shutter_key_conf7
+0x4488 mem_key0_press
+0x448d mem_key1_press
+0x4492 mem_key2_press
+0x4497 mem_key3_press
+0x449c mem_key4_press
+0x44a1 mem_key5_press
+0x44a6 mem_key6_press
+0x44ab mem_key7_press
+0x44b0 mem_key0_release
+0x44b5 mem_key1_release
+0x44ba mem_key2_release
+0x44bf mem_key3_release
+0x44c4 mem_key4_release
+0x44c9 mem_key5_release
+0x44ce mem_key6_release
+0x44d3 mem_key7_release
+0x44d8 mem_ble_data_buffer1
+0x44dd mem_ble_data_buffer2
+0x44e2 mem_ble_data_buffer3
+0x44e7 mem_ble_data_buffer4
+0x44ec mem_ble_data_buffer5
+0x44f1 mem_ble_data_buffer6
+0x44f6 mem_ble_data_buffer7
+0x44fb mem_ble_data_buffer8
+0x4500 mem_ble_data_buffer9_58
+0x4532 mem_classic_data_buffer
+0x4537 mem_classic_data_buffer1
+0x453c mem_classic_data_buffer2
+0x4541 mem_classic_data_buffer3
+0x4546 mem_classic_data_buffer4
+0x454b mem_classic_data_buffer5
+0x4550 mem_classic_data_buffer6
+0x4555 mem_classic_data_buffer7
+0x455a mem_classic_data_buffer8
+0x455f mem_classic_data_buffer9_58
+0x4591 mem_queue_each_size
+0x4592 mem_queue_length
+0x4593 mem_queue_curr_num
+0x4594 mem_queue_read_ptr
+0x4595 mem_queue_write_ptr
+0x4596 mem_queue_ele
+0x45b6 mem_shutter_nv_data
+0x4660 mem_shutter_led_struct_app_led
+0x4660 mem_shutter_led_struct_app_led_type
+0x4661 mem_shutter_led_struct_app_led_blink_count
+0x4662 mem_shutter_led_struct_app_led_gpio
+0x4663 mem_shutter_led_struct_app_led_on_time
+0x4665 mem_shutter_led_struct_app_led_off_time
+0x4667 mem_shutter_led_struct_app_led_on_callback
+0x4669 mem_shutter_led_struct_app_led_off_callback
+0x466b mem_shutter_power_off_led_style
+0x466b mem_shutter_power_off_led_style_type
+0x466c mem_shutter_power_off_led_style_blink_count
+0x466d mem_shutter_power_off_led_style_gpio
+0x466e mem_shutter_power_off_led_style_on_time
+0x4670 mem_shutter_power_off_led_style_off_time
+0x4672 mem_shutter_power_off_led_style_on_callback
+0x4674 mem_shutter_power_off_led_style_off_callback
+0x4676 mem_shutter_soft_swtich_botton_down
+0x4677 mem_shutter_soft_swtich_led_struct_temp
+0x4682 mem_shutter_power_off_timeout
+0x4683 mem_shutter_power_off_timer
+0x4684 mem_shutter_key_conf0_temp
+0x4686 mem_shutter_led_struct_app_led_gpio_temp
+0x4687 mem_shutter_hard_soft_switch_case_temp
+0x4688 mem_shutter_soft_switch_button_gpio_temp
+0x4689 mem_shutter_soft_switch_first_power_on
+0x468a mem_shutter_dy_conf
+0x468b mem_shutter_le_uuid_sup
+0x4807 mem_shutter_key_value_list
+0x482f mem_shutter_1s_timer
+0x4830 mem_shutter_timer_625us
+0x4832 mem_rf_init_data_new
+0x483d mem_key_value_xmem
+0x483f mem_shutter_le_hid_map
+0x4939 mem_shutter_le_map_len_android
+0x493b mem_shutter_le_map_len_ios
+0x493d mem_le_search_service_uuid
+0x494d mem_iphone_flag
+0x494e mem_send_data_delay
+0x494f mem_key_send_clk
+0x4953 mem_shutter_key_state0
+0x495d mem_shutter_key_state1
+0x4967 mem_shutter_key_state2
+0x4971 mem_shutter_key_state3
+0x497b mem_shutter_key_state4
+0x4985 mem_shutter_key_state5
+0x498f mem_shutter_key_state6
+0x4999 mem_key0_release_new
+0x49a3 mem_key1_release_new
+0x49ad mem_key2_release_new
+0x49b7 mem_key3_release_new
+0x49c1 mem_key4_release_new
+0x49cb mem_key5_release_new
+0x49d5 mem_key6_release_new
+0x49df mem_key0_long_press
+0x49e2 mem_key1_long_press
+0x49e5 mem_key2_long_press
+0x49e8 mem_key3_long_press
+0x49eb mem_key4_long_press
+0x49ee mem_key5_long_press
+0x49f1 mem_key6_long_press
+0x49f4 mem_key0_long_release
+0x49f7 mem_key1_long_release
+0x49fa mem_key2_long_release
+0x49fd mem_key3_long_release
+0x4a00 mem_key4_long_release
+0x4a03 mem_key5_long_release
+0x4a06 mem_key6_long_release
+0x4a09 mem_combine_key0
+0x4a0b mem_combine_key1
+0x4a0d mem_combine_key2
+0x4a0f mem_combine_key3
+0x4a11 mem_combine_key4
+0x4a13 mem_combine_key5
+0x4a15 mem_combine_key_state0
+0x4a17 mem_combine_key0_press
+0x4a21 mem_combine_key1_press
+0x4a2b mem_combine_key2_press
+0x4a35 mem_combine_key3_press
+0x4a3f mem_combine_key4_press
+0x4a49 mem_combine_key5_press
+0x4a53 mem_combine_key_release
+0x4a5d mem_shutter_move_data
+0x4a61 mem_key0_press_i
+0x4a6b mem_key1_press_i
+0x4a75 mem_key2_press_i
+0x4a7f mem_key3_press_i
+0x4a89 mem_key4_press_i
+0x4a93 mem_key5_press_i
+0x4a9d mem_key0_release_new_i
+0x4aa7 mem_key1_release_new_i
+0x4ab1 mem_key2_release_new_i
+0x4abb mem_key3_release_new_i
+0x4ac5 mem_key4_release_new_i
+0x4acf mem_key5_release_new_i
+0x4ad9 mem_key6_release_new_i
+0x4ae3 mem_key0_long_release_i
+0x4ae6 mem_key1_long_release_i
+0x4ae9 mem_key2_long_release_i
+0x4aec mem_key3_long_release_i
+0x4aef mem_key4_long_release_i
+0x4af2 mem_key5_long_release_i
+0x4af5 mem_key6_long_release_i
+0x4af8 mem_key3_release_new_t
+0x4b02 mem_key3_release_new_i_t
+0x4b0c mem_key3_press_count
+0x4b0d mem_shutter_like_timeout
+0x4b0e mem_shutter_key_pressed
+0x4b0f mem_shutter_combine_key_release
+0x4b10 mem_shutter_mousekey_value_list
+0x4dcc mem_shutter_back_count
+0x4dcd mem_shutter_le_conned
+0x4dce mem_move_config
+0x4dce mem_shutter_iphone_beyond_x_count
+0x4dcf mem_shutter_iphone_beyond_y_count
+0x4dd0 mem_shutter_move_data_x
+0x4dd2 mem_shutter_move_data_y
+0x4dd4 mem_last_shutter_le_iphone_flag
+0x4dd5 mem_move_config_end
+0x4dd5 mem_shutter_back_count_cache
+0x4dd6 mem_shutter_iphone_beyond_x_cache
+0x4dd7 mem_shutter_iphone_beyond_y_cache
+0x4dd8 mem_shutter_iphone_move_mid
+0x4de0 mem_shutter_long_key_released_flag
+0x4de1 mem_shutter_move_mid_timer
+0x4de2 mem_shutter_pairing_success
+0x4de3 mem_combine_key_release_value
+0x4de5 mem_last_press_key_value
+0x4de6 mem_shutter_first_move
+0x4de7 mem_move_mode_set
+0x4de8 mem_move_mode_key_index
+0x4de9 mem_move_mode_trigger_enable
+0x4dea mem_shutter_android_move_mid
+0x4def mem_shutter_iphone_up_mid
+0x4df7 mem_shutter_iphone_like_mid
+0x4dff mem_shutter_key_num_conf
+0x4e00 mem_shutter_dy_key_conf
+0x4e07 mem_le_dy_adv_data
+0x4e12 mem_le_dy_scan_data
+0x4e1e mem_ble_shutter_dy_interval_min_new
+0x4e26 mem_shutter_ble_discovery_time_conf
+0x4e2e mem_queue_dy_each_size
+0x4e30 mem_dy_key0_press
+0x4e3a mem_dy_key1_press
+0x4e44 mem_dy_key2_press
+0x4e4e mem_dy_key3_press
+0x4e58 mem_dy_key4_press
+0x4e62 mem_dy_key5_press
+0x4e6c mem_dy_key6_press
+0x4e76 mem_shutter_led_on_light_dark_led_conf
+0x4e7d mem_shutter_led_off_light_dark_led_conf
+0x4e84 mem_shutter_reconn_blink_on_time_conf
+0x4e88 mem_shutter_discovery_blink_on_time_conf
+0x4e8c mem_shutter_efuse_start_offset
+0x4e8e mem_shutter_efuse_end_offset
+0x4e90 mem_initial_move_conf
+0x4e90 mem_android_initial_move_x
+0x4e92 mem_android_initial_move_y
+0x4e94 mem_iphone_initial_move_x
+0x4e96 mem_iphone_initial_move_y
+0x4e98 mem_otp_move_config
+0x4e98 mem_otp_shutter_move_data_x
+0x4e9a mem_otp_shutter_move_data_y
+0x4e9c mem_otp_last_shutter_le_iphone_flag
+0x4e9d mem_otp_move_config_end
+0x4e9d mem_otp_write_offset_addr
+0x4e9f mem_otp_read_offset_addr
+0x4ea1 mem_otp_read_ios_android_addr
+0x4ea3 mem_shutter_temp_count
+0x4ea5 mem_shutter_first_read_flag
+0x4ea6 mem_shutter_valid_data_flag
+0x4ea7 mem_shutter_end
+
+
+	width = 32
+	const length = 12000
+
+	
+
+
+
+
+(//mem_system_clk
+12 SYSTEM_CLK_12M
+24 SYSTEM_CLK_24M
+)
+
+(//bluetooth tx power
+0x00 TX_POWER_0DB
+0x03 TX_POWER_3DB
+0x05 TX_POWER_5DB
+0x06 TX_POWER_6DB
+0x07 TX_POWER_7DB
+0x0a TX_POWER_10DB
+
+0x83 TX_POWER_F3DB
+0x85 TX_POWER_F5DB
+0x94 TX_POWER_F20DB
+0x9e TX_POWER_F30DB
+0xaa TX_POWER_FACTORY
+)
+
+
+	
+(
+0x01 coffset_mode
+0x02 coffset_tsniff
+0x04 coffset_sniff_anchor
+0x08 coffset_clk_offset
+0x0e coffset_rx_window
+0x10 coffset_plap
+0x16 coffset_conn_handle
+0x17 coffset_arq
+	
+	
+	
+0x18 coffset_le_ch
+0x19 coffset_le_hop
+0x1a coffset_le_event_cnt
+0x1c coffset_le_supervision_timer
+0x20 coffset_le_instant
+0x22 coffset_le_channels
+0x23 coffset_le_op
+0x24 coffset_le_access
+0x28 coffset_le_crcinit
+0x2b coffset_le_window_size
+0x2c coffset_le_slave_latency
+0x2e coffset_le_slave_superto
+0x30 coffset_le_channel_map
+0x35 coffset_le_rx_phy
+0x36 coffset_le_tx_phy
+0x37 coffset_le_new_map
+0x37 coffset_le_new_m2s_phy
+0x38 coffset_le_new_s2m_phy
+0x37 coffest_le_new_transmitwindowsize
+0x38 coffest_le_new_transmitwindowoffset
+0x3a coffest_le_new_conninterval
+0x3c coffest_le_new_connslavelatency
+0x3e coffest_le_new_connsupervisiontimeout
+0x40 coffset_le_sk
+0x50 coffset_le_peer_sca
+0x53 coffset_le_transmit_window
+	
+83 context_size
+1 context_num
+)
+
+(
+0 lpm_flag_wake
+1 lpm_flag_loadcode
+)
+
+
+(
+0x0a00 param_snooze_setup_orig
+0x5353 param_snooze_ahead_orig
+
+
+
+0x0e43 param_tx_setup
+0x0600 param_rf_setup
+0x0600 param_conn_access 
+0x03bb param_clke_cal
+0x0500 param_pll_setup		// 120 is minimum
+0x0d00 param_rx_setup	// 114us before sync
+2000 param_dpll_start_delay
+3750 param_rt_rthalfslot
+
+480 param_clke_cal_le_1m	//preamble(1B) & access address(4B) time (1+4)*8*1 * 12
+288 	param_clke_cal_le_2m	//preamble(2B) & access address(4B) time (1+4)*8*1 * 12
+282 param_clke_cal_le_coded	//preamble(80us) & access address(256us)-312.5us(0.5slot)
+
+-13 param_lpm_fix
+7 param_lpo_extra
+200 param_lpm_adjmax
+
+-1 param_hibernate_clks
+3000 param_chgpump_delay
+
+
+0x000a04 param_lmp_version
+0x12e9 param_lmp_subversion
+0x0012 param_tisw
+0x0012 param_tpsw
+0x1000 param_tisi
+0x0800 param_tpsi
+39 param_fcomp_div
+2 param_fcomp_mul
+
+)
+
+
+
+(
+0        always        
+1        true          
+2        positive      
+3        timeout       
+5        zero          
+6        crc_failed    
+7        enable_white  
+8        enable_parity 
+9        enable_crc    
+10       enable_hec    
+11       decode_fec1   
+12       decode_fec2   
+13       decode_fec0   
+14       encrypt       
+15       crc16       
+16       swfine	
+20       rqst_freq    
+21       recalc        
+22       init_encrypt  
+23       mhalfbnd    
+24       sync          
+25       user10    
+26       kc_p_activate  
+27       encode_fec1   
+28       encode_fec2   
+29       encode_fec0   
+30       packet_end    
+32       is_tx         
+33       is_rx         
+34       halfslot     
+35       oneslot      
+36       mslotbnd     
+37       expire       
+38       meet         
+39       tx_clear     
+40       user         
+41       master        
+42       slave2         
+43       wake           
+44       user2        
+45       match         
+46       attempt        
+47       user3          
+48       clknt         
+49	   user7 	
+50       synchronize   
+51       lpo_edge  
+52       blank         
+53       modone          
+55       aes_ready	
+56       encode_fec3   
+57       dewhiten_code_calc   
+58       lr_s2en       
+60	   ble_coded_info	//1:s2 0:s8
+63       never         
+)
+
+default flag = always
+
+
+(
+0        mark   
+1        type   
+2        temp   
+3        contu  
+3	 contru	
+3	 contwu	
+4        am_addr      
+5        contw        
+6        contr        
+7        queue    
+8        debug    
+9        access   
+10       contus   
+11       timeup        
+12       pwindow       
+13       fhs_parity    
+14       white_init    
+15       crc24_init        
+16       contue    
+17       rega          
+18       regb          
+19       regc          
+20       regab         
+21       radio_ctrl   
+
+23       freq_index   
+24       regd    
+25       clkn              
+26       clke              
+27       stop_watch		
+28       fhs_misc   
+29       fhs_class  
+30       fhs0   
+31       fhs1   
+32       bt_adr 
+33       bt_clk 
+34       clkn_bt  
+35       clkn_rt  
+36       freq_mode
+37       xin   
+38       N_tx_slot 
+39 	   auxcnt
+40       clke_bt  
+41       clke_rt  
+42       branch_addr	
+43       rege         
+44       lap
+45       uap
+46       nap         
+47       regext		
+48       alarm             
+49       lpo_time          
+50       kc_ls             
+51       kc_ms             
+52       g1l               
+53		mask3ff		
+54       aes_ctrl		
+55       regf			
+56       regext_index   
+57	     loopcnt
+58      stack			
+59       stack_ptr		
+61         pc 
+62       null              
+63       pdata 
+)
+default reg = pdata
+
+
+(
+0 regidx_data
+4 regidx_key
+8 regidx_xor
+12 regidx_result
+)
+
+(
+0 TXGFSK
+1 PSK
+2 PSK3M
+3 RESET
+)
+
+
+
+
+
+
+
+
+
+
+
+(
+0 bucket
+1 rxf
+2 back
+3 mod
+)
+default dest = bucket
+
+
+(
+1 txf
+3 demod
+)
+default source = 0
+
+
+
+(
+5  mark_loopback
+9  mark_context
+13 mark_lpm_mult_enable
+14 mark_usb_first_resp
+15 mark_old_packet
+35 mark_isstr
+36 mark_loadcode
+37 mark_ext_patch
+38 mark_24g
+39 mark_24g_rxmode
+40 mark_eeprom_size
+41 mark_ble_tx_md
+42 mark_ble_rx_md
+43 mark_otp_encrypt
+44 mark_temp
+45 mark_ble_2M
+46 mark_ble_lr_s8
+47 mark_ble_lr
+48 mark_ble_crc_fail
+50 mark_ble_encryption
+51 mark_first_packet
+)
+
+(
+1 reload_type_otp
+2 reload_type_spi
+3 reload_type_iic
+)
+
+
+
+(
+0 le_adv_interval_timer
+2 le_scan_interval_timer
+9 key_scan_timer
+7 smp_pairing_timer
+11  ui_led_blink  
+
+8 G24_TIMER_NODATA
+13 G24_TIMER_MS_BLANK
+12 G24_TIMER_KB_MUL_BLANK
+14 G24_TIMER_KB_BLANK
+
+1 USB_TIMER_NAK
+15 USB_TIMER_WAKEUP
+)
+
+(
+
+27 hci_cmd_le_create_conn
+29 hci_cmd_le_disconn
+30 hci_cmd_le_att_req
+)
+
+
+
+
+(
+0 mode_le
+1 mode_master
+)
+
+(
+0 state_inconn
+1 state_insniff
+)
+(
+3 op_disconn
+)
+
+
+
+// lpm_write
+(
+1 lpmreg_sel_ctrl
+2 lpmreg_sel_ctrl2
+4 lpmreg_sel_gpiolow
+8 lpmreg_sel_gpiohigh
+16 lpmreg_sel_counter
+32 lpmreg_sel_ctrl3
+)
+
+// lpm_write2
+(
+2 lpmreg2_sel_option
+4 lpmreg2_sel_mpu_s0
+8 lpmreg2_sel_mpu_s1
+)
+
+(
+8 lpmreg_spi_lock_bit
+0x0a lpmreg_uart_lock_bit
+0x0c lpmreg_iic_lock_bit
+0x0d lpmreg_rom_lock_bit
+0x0e lpmreg_ice_mode_bit
+
+0x01 lpmreg_spi_lock
+0x04 lpmreg_uart_lock
+0x10 lpmreg_iic_lock
+0x20 lpmreg_rom_lock
+0x40 lpmreg_ice_mode
+)
+
+//mem_lpm_wake_lock
+(
+0 wake_lock_ble_rx
+1 wake_lock_ble_tx
+
+3 wake_lock_key_press
+4 wake_lock_ble_tx_patch
+5 wake_lock_uart_tx
+6 wake_lock_uart_rx
+7 wake_lock_button
+8 wake_lock_cmd
+9 wake_lock_app
+12 wake_lock_l2cap_tx
+13 wake_lock_l2cap_rx
+14 wake_lock_ipc_c512bt
+15 wake_lock_ipc_bt2c51
+
+)
+
+(//mem_fcomp_div
+0x18 XTAL_24M
+0x08 XTAL_16M
+)
+
+( //verion
+6 BLUETOOTH_CORE_SPECIFICATION_4_0
+7 BLUETOOTH_CORE_SPECIFICATION_4_1
+8 BLUETOOTH_CORE_SPECIFICATION_4_2
+9 BLUETOOTH_CORE_SPECIFICATION_5_0
+10 BLUETOOTH_CORE_SPECIFICATION_5_1
+)
+
+(
+0x050e COMPANY_ID_YICHIP
+)
+
+(
+0x33  REC_3_MODE
+0x34  REC_4_MODE
+0x35  REC_4_MODE_STATIC_ADDRESS
+0x36  REC_4_MODE_RANDOM_RESOLVABLE_PRIVATE_ADDRESS
+0x37  REC_4_MODE_RANDOM_NON_RESOLVABLE_PRIVATE_ADDRESS
+)
+
+(
+0 bt_disabled
+1 ble_disabled
+2 module_disable
+)
+
+
+
+
+
+
+
+
+
+(//mem_le_T_IFS
+150 PARAM_T_IFS_150US
+20000 PARAM_20MS_INIT
+-11 PARAM_SYNC_TIME_DIFFERENCE
+40 PARAM_CODED_C1_TERM1_TIME_40US
+1666 PARAM_WINDOWN_SIZE
+//T_IFS = 150-modem(CRC time)
+)
+
+
+(
+0 DEFAULT_STATES
+1 IPHONE_LOST_LTK
+2 MODULE_LOST_LTK
+3 LTK_NOT_LOST
+)
+
+	//BLE ErrorCodes
+	(    
+	0x01 ERROR_UNKNOWN_HCI_COMMAND
+	0x02 ERROR_NO_CONNECTION
+	0x03 ERROR_HARDWARE_FAILURE
+	0x04 ERROR_PAGE_TIMEOUT
+	0x05 ERROR_AUTHENTICATION_FAILURE
+	0x06 ERROR_KEY_MISSING
+	0x07 ERROR_MEMORY_FULL
+	0x08 ERROR_CONNECTION_TIMEOUT
+	0x09 ERROR_MAX_CONNECTIONS
+	0x0A ERROR_MAX_SCO_CONNECTIONS
+	0x0B ERROR_MAX_ACL_CONNECTIONS
+	0x0C ERROR_COMMAND_DISALLOWED
+	0x0D ERROR_HOST_REJECT_LIMITED_RESOURCES
+	0x0E ERROR_HOST_REJECT_SECURITY_REASONS
+	0x0F ERROR_HOST_REJECT_REMOTE_IS_ONLY_PERSONAL
+	0x10 ERROR_HOST_TIMEOUT
+	0x11 ERROR_UNSUPPORTED_FEATURE_OR_PARAMETER_VALUE
+	0x12 ERROR_INVALID_HCI_COMMAND_PARAMETERS
+	0x13 ERROR_REMOTE_USER_TERMINATED_CONNECTION
+	0x14 ERROR_REMOTE_LOW_RESOURCES
+	0x15 ERROR_REMOTE_POWERING_OFF
+	0x16 ERROR_CONNECTION_TERMINATED_BY_LOCAL_HOST
+	0x17 ERROR_REPEATED_ATTEMPTS
+	0x18 ERROR_PAIRING_NOT_ALLOWED
+	0x19 ERROR_UNKNOWN_LMP_PDU
+	0x1A ERROR_UNSUPPORTED_REMOTE_FEATURE
+	0x1B ERROR_SCO_OFFSET_REJECTED
+	0x1C ERROR_SCO_INTERVAL_REJECTED
+	0x1D ERROR_SCO_AIR_MODE_REJECTED
+	0x1E ERROR_INVALID_LMP_PARAMETER
+	0x1F ERROR_UNSPECIFIED_ERROR
+	0x20 ERROR_UNSUPPORTED_LMP_PARAMETER_VALUE
+	0x21 ERROR_ROLE_CHANGE_NOT_ALLOWD
+	0x22 ERROR_LMP_RESPONSE_TIMEOUT
+	0x23 ERROR_ERROR_TRANSACTION_COLLISION
+	0x24 ERROR_LMP_PDU_NOT_ALLOWED
+	0x25 ERROR_ENCRYPTION_MODE_NOT_ACCEPTABLE
+	0x26 ERROR_UNIT_KEY_USED
+	0x27 ERROR_QOS_NOT_SUPPORTED
+	0x28 ERROR_INSTANT_PASSED
+	0x29 ERROR_PAIRING_W_UNIT_KEY_NOT_SUPPORTED
+	0x2a ERROR_DIFFERENT_TRANSACTION_COLLISION
+	0x2c ERROR_QOS_UNACCEPTABLE_PARAMETER
+	0x2d ERROR_QOS_REJECTED
+	0x2e ERROR_CHANNEL_CLASSIFICATION_NOT_SUPPORTED
+	0x2f ERROR_INSUFFICIENT_SECURITY
+	0x30 ERROR_PARAMETER_OUT_OF_MANDATORY_PANGE
+	0x32 ERROR_ROLE_SWITCH_PENDING
+	0x34 ERROR_RESERVED_SLOT_VIOLATION
+	0x35 ERROR_ROLE_SWITCH_FAILED
+	0x36 ERROR_EXTENDED_INQUIRY_RESPONSE_TOO_LARGE
+	0x37 ERROR_SIMPLE_PAIRING_NOT_SUPPORTED_BY_HOST
+	0x38 ERROR_HOST_BUSY_PAIRING
+	0x3d ERROR_MIC_FAILURE
+	)
+
+
+	//modified_name
+	(
+	0X20 SPACE	
+	)
+	
+	(
+	0x0004 LE_L2CAP_CID_ATT
+	0x0005 LE_L2CAP_CID_SIGNAL
+	0x0006 LE_L2CAP_CID_SMP
+	)
+
+	//LE address type
+	(
+	0 LE_ADDR_TYPE_PUBLIC
+	1 LE_ADDR_TYPE_RANDOM
+	)
+	//LE address type bitmap
+	(
+	7 LE_RECEIVER_ADDR_BIT
+	6 LE_SENDER_ADDR_BIT
+	)
+	//LE SCAN TYPE
+	(
+	0x00 LE_SCAN_TYPE_PASSIVE //no SCAN_REQ shall be sent
+	0x01 LE_SCAN_TYPE_ACTIVE
+	)
+
+	//LE SCAN ENABLE
+	(
+	0x00 LE_SCAN_DISABLE
+	0x01 LE_SCAN_ENABLE
+	0x0101 LE_ACTIVE_SCAN_ENABLE
+	)
+
+	//LE FIND INFORMATION RESPONSE
+	//THE FORMAT OF THE INFORMATION DATA
+	(
+	0x01 UUID_SIZE_16BIT
+	0x02 UUID_SIZE_128BIT
+	)
+
+//	le_state_map 0-2 is reserved for state_inconn,state_insniff and state_sco
+(
+3 lestate_got_first_packet
+4 lestate_encryption
+5 lestate_update_param
+6 lestate_update_map
+7 lestate_update_phy
+)
+
+// 	le mode
+(
+0 lemode_idle
+1 lemode_slave
+3 lemode_master
+0x20 lemode_2m
+0x40 lemode_lr_s2
+0xc0 lemode_lr_s8
+)
+
+(
+0 llid0
+1 llid1
+2 nesn
+3 sn
+4 md
+5 wak
+6 txdat
+)
+
+(
+0x01 LLID_CONTINUE
+0x02 LLID_START
+0x03 LLID_LE_LL
+0x01 LLID_EMPTY
+)
+
+(
+4 LE_TX_BUFF_COUNT
+3 LE_TX_BUFF_UPDATE_LOOPCNT //LE_TX_BUFF_COUNT-1
+
+12 LE_MD_MAX_COUNT
+)
+
+
+(
+0 LE_INITATOR_LTK_BIT
+1 LE_INITATOR_IRK_BIT
+2 LE_INITATOR_CSRK_BIT
+)
+
+
+
+
+
+(
+0  LE_FIND_BY_TYPE_VAL_RES_NOT_FOUND
+1  LE_FIND_BY_TYPE_VAL_RES_FOUND_STARTING_HANDLE
+2  LE_FIND_BY_TYPE_VAL_RES_FOUND_ENDING_HANDLE
+
+)
+
+(
+0 MASTER_PUBLIC_ADDR
+1 MASTER_RANDOM_ADDR
+)
+
+(
+0x06 LE_ERR_PIN_OR_KEY_MISSING
+)
+
+(
+39 LE_CCM_DIRECTIONBIT
+)
+(
+36 BR_CCM_0_LENGTH_CONTINUATION
+37 BR_CCM_DIRECTIONBIT
+)
+
+(
+96000 TIMER_SMP_PAIRING_TIMEOUT //30S
+)
+
+
+
+//mem_le_enc_state
+(
+0 FLAG_LE_ENC_NULL
+1 FLAG_LE_RCV_ENC_START
+2 FLAG_LE_ENC_PAUSE
+3 FLAG_LE_RCV_START_ENC_RSP
+4 FLAG_LE_SEND_START_ENC_RSP
+5 FLAG_LE_SEND_START_ENC_REQ
+0xff FLAG_LE_ENC_END
+)
+
+(//mem_le_configuration
+//bit0:use fixed key , ble passkey pairing
+0 BIT_BLE_PASSKEY_FIXED_KEY
+//bit1:ble pairing use fixed long term key
+1 BIT_BLE_PAIRING_FIXED_LTK
+//bit2:ble transmit packet will set more data flag
+2 BIT_BLE_TRANSMIT_PACKET_BY_MD
+//bit3:master read handle, with requires an authenticated link
+3 BIT_BLE_READ_AUTH
+//bit4:master write handle, with requires an authenticated link
+4 BIT_BLE_WRITE_AUTH
+//bit5:cannot enter long sleep
+5 BIT_BLE_SHORT_MULT
+//bit6:DEAL baseband packet
+6 BIT_BLE_DEAL_BB_PACKET
+)
+
+
+
+
+
+
+(
+0x01	GAP_ADTYPE_FLAGS
+0x02	GAP_ADTYPE_16BIT_MORE
+0x03	GAP_ADTYPE_16BIT_COMPLETE
+0x04	GAP_ADTYPE_32BIT_MORE
+0x05	GAP_ADTYPE_32BIT_COMPLETE
+0x06	GAP_ADTYPE_128BIT_MORE
+0x07	GAP_ADTYPE_128BIT_COMPLETE
+0x08	GAP_ADTYPE_LOCAL_NAME_SHORT
+0x09	GAP_ADTYPE_LOCAL_NAME_COMPLETE
+0x0a	GAP_ADTYPE_POWER_LEVEL
+0x16	GAP_ADTYPE_SERVICE_DATA
+0x2a	GAP_ADTYPE_MESH_MESSAGE
+0x2b 	GAP_ADTYPE_MESH_BEACON
+0xff	GAP_ADTYPE_MANUFACTURER_SPECIFIC
+)
+
+
+(
+0 ADV_IND
+1 ADV_DIRECT_IND
+2 ADV_NONCONN_IND
+3 SCAN_REQ
+3 AUX_SCAN_REQ
+4 SCAN_RSP
+5 CONNECT_REQ
+5 AUX_CONNECT_REQ
+6 ADV_SCAN_IND
+)
+
+(
+0 BIT_ADV_CHANNEL_MAP_37
+1 BIT_ADV_CHANNEL_MAP_38
+2 BIT_ADV_CHANNEL_MAP_39
+)
+
+(
+0xa0 param_le_sca
+)
+
+
+
+
+
+
+
+
+
+
+(//bit of mem_le_l2cap_att_states
+0 BLE_L2CAP_SEND_INDICATION_PACKET
+0 BLE_L2CAP_RECV_CONFIRMATION_PACKET
+1 BLE_L2CAP_DEAL_WITH_CONTINUE_PACKET
+)
+
+(//bit map of att handle
+14 BIT_OF_ATT_HANDLE_READ_AUTHENTICATED
+15 BIT_OF_ATT_HANDLE_WRITE_AUTHENTICATED
+)
+
+
+
+(
+0 BIT_CHARACTERISTIC_BROADCAST
+1 BIT_CHARACTERISTIC_READ
+2 BIT_CHARACTERISTIC_WRITE_WITHOUT_RESPONSE
+3 BIT_CHARACTERISTIC_WRITE
+4 BIT_CHARACTERISTIC_NOTIFY
+5 BIT_CHARACTERISTIC_INDICATE
+6 BIT_CHARACTERISTIC_SIGNED_WRITE
+7 BIT_CHARACTERISTIC_EXTENDED_PROPERTIES
+)
+
+
+(
+0x01 ATTOP_ERROR_RESPONSE
+0x02 ATTOP_EXCHANGE_MTU_REQUEST
+0x03 ATTOP_EXCHANGE_MTU_RESPONSE
+0x04 ATTOP_FIND_INFORMATION_REQUEST
+0x05 ATTOP_FIND_INFORMATION_RESPONSE
+0x06 ATTOP_FIND_BY_TYPE_VALUE_REQUEST
+0x07 ATTOP_FIND_BY_TYPE_VALUE_RESPONSE
+0x08 ATTOP_READ_BY_TYPE_REQUEST
+0x09 ATTOP_READ_BY_TYPE_RESPONSE
+0x0A ATTOP_READ_REQUEST
+0x0B ATTOP_READ_RESPONSE
+0x0C ATTOP_READ_BLOB_REQUEST
+0x0D ATTOP_READ_BLOB_RESPONSE
+0x0E ATTOP_READ_MULTIPLE_REQUEST
+0x0F ATTOP_READ_MULTIPLE_RESPONSE
+0x10 ATTOP_READ_BY_GROUP_TYPE_REQUEST
+0x11 ATTOP_READ_BY_GROUP_TYPE_RESPONSE
+0x12 ATTOP_WRITE_REQUEST
+0x13 ATTOP_WRITE_RESPONSE
+0x16 ATTOP_PREPARE_WRITE_REQUEST
+0x17 ATTOP_PREPARE_WRITE_RESPONSE
+0x18 ATTOP_EXECUTE_WRITE_REQUEST
+0x19 ATTOP_EXECUTE_WRITE_RESPONSE
+0x1B ATTOP_HANDLE_VALUE_NOTIFICATION
+0x1D ATTOP_HANDLE_VALUE_INDICATION
+0x1E ATTOP_HANDLE_VALUE_CONFIRMATION
+0x52 ATTOP_WRITE_COMMAND
+0xD2 ATTOP_SIGNED_WRITE_COMMAND
+0x1f ATTOP_CONTINUE
+0x9e EMPTY_LE_DATA_PRE
+0x9f EMPTY_LE_DATA
+)
+
+
+(
+0x01 ATT_ERR_INVALID_HANDLE
+0x02 ATT_ERR_READ_NOT_PERMITTED
+0x03 ATT_ERR_WRITE_NOT_PERMITTED
+0x04 ATT_ERR_INVALID_PDU
+0x05 ATT_ERR_INSUFFICIENT_AUTHENTICATION
+0x06 ATT_ERR_REQUEST_NOT_SUPPORTED
+0x07 ATT_ERR_INVALID_OFFSET
+0x08 ATT_ERR_INSUFFICIENT_AUTHORIZATION
+0x09 ATT_ERR_PREPARE_QUEUE_FULL
+0x0A ATT_ERR_ATTRIBUTE_NOT_FOUND
+0x0B ATT_ERR_ATTRIBUTE_NOT_LONG
+0x0C ATT_ERR_INSUFFICIENT_ENCRYPTION_KEY_SIZE
+0x0D ATT_ERR_INVALID_ATTRIBUTE_VALUE_LENGTH
+0x0E ATT_ERR_UNLIKELY_ERROR
+0x0F ATT_ERR_INSUFFICIENT_ENCRYPTION
+0x10 ATT_ERR_UNSUPPORTED_GROUP_TYPE
+0x11 ATT_ERR_INSUFFICIENT_RESOURCES
+)
+
+
+(
+0X2900 CHARACTERTIC_EXTENDED_PROPERTIES
+0X2901 CHARACTERTIC_USER_DESCRIPTION
+0X2902 CLIENT_CHARACTERTIC_CONFIGURATION
+0X2903 SERVER_CHARACTERTIC_CONFIGURATION
+0X2904 CHARACTERTIC_PRESENTATION_FORMAT
+0X2905 CHARACTERTIC_AGGREGATE
+0X2906 VALID_RANGE
+0X2907 EXTERNAL_REPORT_REFERENCE
+0X2908 REPORT_REFERENCE
+0X290B ENVIR_SENSING_CONFIGURATION
+0X290C ENVIR_SENSING_MEASUREMENT
+0X290D ENVIR_SENSING_TRIGGER_SETTING
+)
+
+
+
+(
+0x1800 UUID_SERVICE_GENERIC_ACC
+0x1801 UUID_SERVICE_GENERIC_ATT
+0x180a UUID_SERVICE_DEVICE_INFO
+0x180f UUID_SERVICE_BATTERY
+0x1812 UUID_SERVICE_HIDS
+0x2800 UUID_GATT_PRIMARY_SERVICE
+0x2801 UUID_GATT_SECONDARY_SERVICE
+0X2802 UUID_GATT_INCLUDE
+0X2803 UUID_GATT_CHARACTERISTIC
+0X2A00 UUID_CHRCTR_DEVICE_NAME
+0X2A19 UUID_CHRCTR_BATTERY_LEVEL
+0X2A22 UUID_CHRCTR_KEYBOARD_INPUT
+0X2A23 UUID_CHRCTR_SYSTEM_ID 
+0X2A25 UUID_CHRCTR_SERIAL_NUMBER
+0X2A26 UUID_CHRCTR_FIRMWARE
+0X2A32 UUID_CHRCTR_KEYBOARD_OUTPUT
+0X2A33 UUID_CHRCTR_MOUSE_INPUT
+0X2A4A UUID_CHRCTR_HID_INFO
+0X2A4B UUID_CHRCTR_REPORT_MAP
+0X2A4C UUID_CHRCTR_HID_CTRL_POINT
+0X2A4D UUID_CHRCTR_REPORT
+0X2A4E UUID_CHRCTR_PROTOCOL_MODE
+)
+
+
+
+
+
+(
+0x12 L2CAP_CONNECTION_PARAMETER_UPDATE_REQUEST
+0x13 L2CAP_CONNECTION_PARAMETER_UPDATE_RESPONSE
+)
+
+(
+0x0000 BLE_SIGNALING_CONNECT_PARAMETER_UPDATE_ACCEPTED
+0x0001 BLE_SIGNALING_CONNECT_PARAMETER_UPDATE_REJECTED
+)
+
+
+
+
+
+(
+0x00 LE_PAIRING_MODE_NONE
+0x01 LE_PAIRING_MODE_LAGACY_JUSTWORK
+0x02 LE_PAIRING_MODE_LAGACY_PASSKEY
+0x04 LE_PAIRING_MODE_LAGACY_PASSKEY_RES_INPUT
+0x81 LE_PAIRING_MODE_SECURE_CONNECT_JUSTWORK
+0x82 LE_PAIRING_MODE_SECURE_CONNECT_NUMERIC
+0x83 LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY
+0x84 LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY_RES_INPUT
+
+7 LE_PAIRING_MODE_SECURE_CONNECT_BIT
+)
+
+
+(
+0 FLAG_IOCAP_DISPLAYONLY
+1 FLAG_IOCAP_DISPLAYYESNO
+2 FLAG_IOCAP_KEYBOARDONLY
+3 FLAG_IOCAP_NOINPUTNOOUTPUT
+4 FLAG_IOCAP_KEYBOARDDISPLAY
+
+0x00 FLAG_OOB_DATA_FLAG_NO
+)
+
+(
+0x00 FLAG_LE_NO_BONDING_NO_MITM
+0x01 FLAG_LE_BONDING_NO_MITM
+0x04 FLAG_LE_NO_BONDING_MITM
+0x05 FLAG_LE_BONDING_MITM
+0x09 FLAG_LE_BONDING_NO_MITM_SECURE
+0x0D FLAG_LE_BONDING_MITM_SECURE
+
+2 LE_AUTH_MITM_BIT
+3 LE_AUTH_SECURE_CONNECTION_PAIRING_BIT
+)
+
+//mem_le_pairing_state
+(
+0 FLAG_LE_PAIRING_NULL
+1 FLAG_LE_PAIRING_START
+2 FLAG_LE_PAIRING_SEND_RECURITY_REQ
+3 FLAG_LE_PAIRING_RCV_PAIRING_REQ
+4 FLAG_LE_PAIRING_WAIT_STK_GENERATION
+5 FLAG_LE_PAIRING_RECEIVE_PAIRING_CONFIRM
+6 FLAG_LE_PAIRING_SEND_PAIRING_CONFIRM
+7 FLAG_LE_PAIRING_RECEIVE_PAIRING_RANDOM
+8 FLAG_LE_PAIRING_SEND_PAIRING_RANDOM
+9 FLAG_LE_PAIRING_AFTER_AUTH
+10 FLAG_LE_PAIRING_SEND_START_ENC_RSP
+11 FLAG_LE_PARING_SEND_ENC_INFORMATION
+12 FLAG_LE_PARING_SEND_MASTER_IDENTIFICATION 
+13 FLAG_LE_PARING_SEND_INDENTITY_INFORMATION
+0xff FLAG_LE_PAIRING_END
+)
+
+
+(
+0x01 SMP_PAIRING_REQUEST
+0x02 SMP_PAIRING_RESPONSE
+0x03 SMP_PAIRING_CONFIRM
+0x04 SMP_PAIRING_RANDOM
+0x05 SMP_PAIRING_FAILED
+0x06 SMP_ENCRYPTION_INFORMATION
+0x07 SMP_MASTER_IDENTIFICATION
+0x08 SMP_IDENTITY_INFORMATION
+0x09 SMP_IDENTITY_ADDRESS_INFORMATION
+0x0A SMP_SIGNING_INFORMATION
+0x0B SMP_SECURITY_REQUEST
+0x0c SMP_PAIRING_PUBLIC_KEY
+0x0d SMP_PAIRING_DHKEY_CHECK
+)
+
+(// pairing failed reason
+0x00 PAIRING_FAILED_RESERVED
+0X01 PAIRING_FAILED_PASSKEY_ENTRY_FAILED
+0X02 PAIRING_FAILED_OOB_NOT_AVAILABLE
+0X03 PAIRING_FAILED_AUTHENTICATION_REQUIRE
+0X04 PAIRING_FAILED_CONFIRM_VALUE_FAILED
+0X05 PAIRING_FAILED_PAIRING_NOT_SUPPORTED
+0X06 PAIRING_FAILED_ENCRYPTION_KEY_SIZE
+0X07 PAIRING_FAILED_COMMAND_NOT_SUPPORTED
+0X08 PAIRING_FAILED_UNSPECIFIED_REASON
+0X09 PAIRING_FAILED_REPEATED_ATTEMPTS
+0X0A PAIRING_FAILED_INVALID_PARAMETERS
+0X0B PAIRING_FAILED_DHKEY_CHECK_FAILED
+0X0C PAIRING_FAILED_NUMERIC_COMPARISON_FAILED
+0X0D PAIRING_FAILED_BR_EDR_PAIRING_IN_PROGRESS
+0X0E PAIRING_FAILED_KEY_DERIVATION_GENERATION_NOT_ALLOWED
+)
+
+
+(
+0x00 LE_SC_STAT_NULL
+0x01 LE_SC_STAT_RECEIVE_PUBLIC_KEY
+0x02 LE_SC_STAT_WAIT_SEND_PUBLIC_KEY
+0x03 LE_SC_STAT_SEND_PUBLIC_KEY
+0x04 LE_SC_STAT_RECEIVE_RANDOM
+0x05 LE_SC_STAT_SEND_RANDOM
+0x06 LE_SC_STAT_RECEIVE_DHKEY
+0x07 LE_SC_STAT_WAIT_CONFIRM_GKEY
+0x08 LE_SC_STAT_PASSKEY_WAIT_CONFIRM
+)
+
+
+(
+0 FLAG_LE_SC_CONFRIM_NULL
+1 FLAG_LE_SC_CONFRIM_GKEY_OK
+)
+
+
+
+
+
+(
+0x00 LL_CONNECTION_UPDATE_IND
+0x01 LL_CHANNEL_MAP_IND
+0x02 LL_TERMINATE_IND
+0x03 LL_ENC_REQ
+0x04 LL_ENC_RSP
+0x05 LL_START_ENC_REQ
+0x06 LL_START_ENC_RSP
+0x07 LL_UNKNOWN_RSP
+0x08 LL_FEATURE_REQ
+0x09 LL_FEATURE_RSP
+0x0A LL_PAUSE_ENC_REQ
+0x0B LL_PAUSE_ENC_RSP
+0x0C LL_VERSION_IND
+0x0D LL_REJECT_IND
+0x0E LL_SLAVE_FEATURE_REQ
+0x0F LL_CONNECTION_PARAM_REQ
+0x10 LL_CONNECTION_PARAM_RSP
+0x11 LL_REJECT_IND_EXT
+0x12 LL_PING_REQ
+0x13 LL_PING_RSP
+0x14 LL_LENGTH_REQ
+0x15 LL_LENGTH_RSP
+0x16 LL_PHY_REQ
+0x17 LL_PHY_RSP
+0x18 LL_PHY_UPDATE_IND
+0x19 LL_MIN_USED_CHANNELS_IND
+0x1A LL_CTE_REQ
+0x1B LL_CTE_RSP
+0x1C LL_PERIODIC_SYNC_IND
+0x1D LL_CLOCK_ACCURACY_REQ
+0x1E LL_CLOCK_ACCURACY_RSP
+0x1F LL_CIS_REQ
+0x20 LL_CIS_RSP
+0x21 LL_CIS_IND
+0x22 LL_CIS_TERMINATE_IND
+0x23 LL_POWER_CONTROL_REQ
+0x24 LL_POWER_CONTROL_RSP
+0x25 LL_POWER_CHANGE_IND
+)
+
+
+
+(//bit map of mem_le_ll_feature
+//LL_FEATURE_REQ
+0 BIT_LL_FEATURE_LE_ENCRYPTION
+1 BIT_LL_FEATURE_CONNECTION_PARAMETERS_REQUEST_PROCEDURE
+2 BIT_LL_FEATURE_EXTENDED_REJECT_INDICATION
+3 BIT_LL_FEATURE_SLAVE_INITIATED_FEATURES_EXCHANGE
+4 BIT_LL_FEATURE_LE_PING
+5 BIT_LL_FEATURE_LE_DATA_PACKET_LENGTH_EXTENSION
+6 BIT_LL_FEATURE_LL_PRIVACY
+7 BIT_LL_FEATURE_EXTENDED_SCANNER_FILTER_POLICIES
+8 BIT_LL_FEATURE_LE_2M_PHY
+9 BIT_LL_FEATURE_STABLE_MODULATION_INDEX_TRANSMITTER
+10 BIT_LL_FEATURE_STABLE_MODULATION_INDEX_RECEIVER
+11 BIT_LL_FEATURE_LE_CODED_PHY
+12 BIT_LL_FEATURE_LE_EXTENDED_ADVERTISING
+13 BIT_LL_FEATURE_LE_PERIODIC_ADVERTISING
+14 BIT_LL_FEATURE_CHANNEL_SELECTION_ALGORITHM
+15 BIT_LL_FEATURE_LE_POWER_CLASS_1
+16 BIT_LL_FEATURE_MINIMUM_NUMBER_OF_USED_CHANNELS_PROCEDURE
+)
+(//function map of mem_le_ll_feature
+//LL_FEATURE_REQ
+0x1 FUN_LL_FEATURE_LE_ENCRYPTION
+0x2 FUN_LL_FEATURE_CONNECTION_PARAMETERS_REQUEST_PROCEDURE
+0x4 FUN_LL_FEATURE_EXTENDED_REJECT_INDICATION
+0x8 FUN_LL_FEATURE_SLAVE_INITIATED_FEATURES_EXCHANGE
+0x10 FUN_LL_FEATURE_LE_PING
+0x20 FUN_LL_FEATURE_LE_DATA_PACKET_LENGTH_EXTENSION
+0x40 FUN_LL_FEATURE_LL_PRIVACY
+0x80 FUN_LL_FEATURE_EXTENDED_SCANNER_FILTER_POLICIES
+0x100 FUN_LL_FEATURE_LE_2M_PHY
+0x200 FUN_LL_FEATURE_STABLE_MODULATION_INDEX_TRANSMITTER
+0x400 FUN_LL_FEATURE_STABLE_MODULATION_INDEX_RECEIVER
+0x800 FUN_LL_FEATURE_LE_CODED_PHY
+0x1000 FUN_LL_FEATURE_LE_EXTENDED_ADVERTISING
+0x2000 FUN_LL_FEATURE_LE_PERIODIC_ADVERTISING
+0x4000 FUN_LL_FEATURE_CHANNEL_SELECTION_ALGORITHM
+0x8000 FUN_LL_FEATURE_LE_POWER_CLASS_1
+0x10000 FUN_LL_FEATURE_MINIMUM_NUMBER_OF_USED_CHANNELS_PROCEDURE
+)
+
+(//bit of mem_le_tx_phys and mem_le_rx_phys
+0x00 BIT_LE_1M_PHY
+0x01 BIT_LE_2M_PHY
+0x02 BIT_LE_CODED_PHY
+
+0x02 BIT_LE_CODED_PHY_S2
+0x07 BIT_LE_CODED_PHY_S8
+)
+
+(//map of mem_le_tx_phys and mem_le_rx_phys
+0x01 FUN_TX_LL_1M_PHY
+0x02 FUN_TX_LL_2M_PHY
+0x04 FUN_TX_LL_CODED_PHY
+
+0x01 FUN_RX_LL_1M_PHY
+0x02 FUN_RX_LL_2M_PHY
+0x04 FUN_RX_LL_CODED_PHY
+)
+
+
+
+
+
+
+
+(//mem_24g_data_type
+1 TYPE_MS
+2 TYPE_KB
+0x07 bits_data
+//0-2 data type
+3 bit_abort
+4 bit_hop
+5 bit_sync
+//6-7 channel offset
+)
+
+
+(
+0 ERR_NULL
+1 ERR_SYNC_TO
+2 ERR_HEC
+3 ERR_LR_LEN
+4 ERR_TYPE
+5 ERR_LEN_OVER
+6 ERR_CRC
+)
+
+
+
+
+
+
+
+
+(//mem_24g_pair_sm
+0 STATE_24G_PAIRING_NULL
+1 STATE_24G_PAIRING_1
+2 STATE_24G_PAIRING_2
+3 STATE_24G_PAIRING_3
+4 STATE_24G_PAIRING_4
+0X11 STATE_24G_PAIRING_1_WAITING_ACK
+0X12 STATE_24G_PAIRING_2_WAITING_ACK
+0X13 STATE_24G_PAIRING_3_WAITING_ACK
+0X14 STATE_24G_PAIRING_4_WAITING_ACK
+0XFF STATE_24G_PAIRING_SUCCESS
+)
+
+(
+0x01 DATATYPE_DEVICE1	//mouse
+0x02 DATATYPE_DEVICE2	//keyboard
+0xaa DATATYPE_BIND		//bind step 1
+0x55 DATATYPE_CONFIG	//bind step 2
+0x22 DATATYPE_OK		//bind step 3
+0xff DATATYPE_ATTEMP	//reconn
+)
+
+(
+5 BIND_MODE_CONTINUE
+)
+
+
+
+
+(
+0 bit_ack_24g
+)
+
+
+
+
+(//mem_24g_reconn_type
+0 DEFAULT_24G_DEVICE
+1 FAST_CONN_AND_RECEIVER
+2 FAST_CONN_AND_3_0_ADDR
+3 RECEIVER_AND_3_0_ADDR
+4 PAIR_AND_3_0_ADDR
+)
+
+
+
+
+
+
+
+
+
+(
+0x50 RSSI_THRESH_NOISE
+)
+
+
+
+
+
+
+
+(
+1 NO_ACK_24G
+0 WITH_ACK_24G
+)
+
+(//mem_24g_conn_sm
+0 STATE_24G_STOP
+0 STATE_24G_START
+1 STATE_24G_PAIR
+2 STATE_24G_RECONN
+)
+
+(//mem_24g_transmit_by_interrupt
+1 G24_TX_TIMER_INT_ENABLE
+0 G24_TX_TIMER_INT_DISABLE
+)
+
+
+(
+1 OFFSET_DATA_TYPE
+2 OFFSET_LR_DATA_TYPE
+)
+
+(
+0x017700 G24_LONG_SLEEP_STEP1	//8ms
+0x36ee80 G24_LONG_SLEEP_STEP2	//300ms
+0x124f80 G24_LONG_SLEEP_STEP3	//100ms
+63500 G24_8MS_INTERVAL_PARAM		//8ms
+12210 G24_4MS_INTERVAL_PARAM
+)
+
+
+
+
+
+
+(
+50 POWER_CTRL_DECRS_THRESHOLD
+)
+
+
+
+
+
+(
+// FET2 433 cmd code
+
+
+	0x06 FAN_433_MASTER_ON_AND_OFF
+	0x10 FAN_433_TAP_POSOTION_1
+	0X12 FAN_433_TAP_POSOTION_2
+	0X1C FAN_433_TAP_POSOTION_3
+	0X0A FAN_433_TAP_POSOTION_4
+	0X0F FAN_433_TAP_POSOTION_5
+	0X0C FAN_433_TAP_POSOTION_6
+	0X16 FAN_433_TAP_POSOTION_0
+	0X17 FAN_433_FAN_SPEED_INC
+	0X1B FAN_433_FAN_SPEED_DEC
+	0X15 FAN_433_NATURAL_WIND
+	0X03 FAN_433_PAIRING
+	0X04 FAN_433_TURNIING_FORWARD
+	0X11 FAN_433_TURNING_REVERSE
+	0x07 FAN_433_WIND_REVERSE
+	0x02 FAN_433_TIMING_TO_OFF_1HOUR
+	0X09 FAN_433_TIMING_TO_OFF_2HOUR
+	0X19 FAN_433_TIMING_TO_OFF_4HOUR
+	0X1A FAN_433_TIMING_TO_OFF_8HOUR
+	0X14 FAN_433_LAMP_ON_ONLY
+	0X18 FAN_433_LAMP_OFF_ONLY	
+	0x08 FAN_433_LAMP_ON_AND_OFF
+	0x13 FAN_433_DEFLECTOR_ON_AND_OFF
+	0x0D FAN_433_DEFLECTOR_ON
+	0x0E FAN_433_DEFLECTOR_OFF
+	0X05 FAN_433_COLOR_SWITCH
+	0X1E FAN_433_SLEEP_WIND
+	0X1f FAN_433_BUZZ
+	0x1D FAN_433_CLEAR
+)
+
+(
+0 FAN_SPEED_FLAG_OFF
+1 FAN_SPEED_FLAG_LOW
+2 FAN_SPEED_FLAG_MIDDLE
+3 FAN_SPEED_FLAG_HIGH
+
+0x01 BLE_DEV_TYPE_LAMP
+0x02 BLE_DEV_TYPE_FAN
+0x04 BLE_DEV_TYPE_FAN_LAMP
+
+	
+60 FAN_BLE_CMD_TIMING_TO_OFF_1HOUR
+120 FAN_BLE_CMD_TIMING_TO_OFF_2HOUR
+240 FAN_BLE_CMD_TIMING_TO_OFF_4HOUR
+480 FAN_BLE_CMD_TIMING_TO_OFF_8HOUR
+
+255 FAN_BLE_CMD_TIMING_TO_OFF_8HOUR_V1
+)
+
+
+(
+0x55 REMOTER_MARKER
+)
+
+(
+0x528718 FTD_REMOTER_ID_CODE
+0x08f9ff FTD_ANDRIOD4913_ID_CODE
+0xf87703 FTD_B65F_ID_CODE
+0x08f903 FTD_IOS4913_ID_CODE
+)
+
+(
+0x00 BLE_PARA_NORMAL_MODE
+0x01 BLE_PARA_SLEEP_MODE
+0x02 BLE_PARA_NATURAL_MODE
+0x03 BLE_PARA_FAN_MODE_MAX
+)
+
+(
+	4 FAN_433CODE_LEN    
+	3 FAN_RETRANSMISSION_TIMES
+
+	6400 	FAN_HEADER_LOW_DELAY	//FAN_8ms_DELAY_CNT
+	599 	FAN_1_HIGH_DELAY		//FAN_0_75ms_DELAY_CNT
+	200 	FAN_1_LOW_DELAY			//FAN_0_25ms_DELAY_CNT
+	200 	FAN_0_HIGH_DELAY		//FAN_0_25ms_DELAY_CNT
+	599 	FAN_0_LOW_DELAY			//FAN_0_75ms_DELAY_CNT
+	200     FAN_END_HIGH_DELAY		//FAN_0_25ms_DELAY_CNT
+	559     FAN_END_LOW_DELAY		//FAN_0_25ms_DELAY_CNT
+)
+
+
+
+
+
+
+
+
+
+(
+3000 LIGHT_PWM_L_FREQ   
+1 LIGHT_GRADUAL_STEP_L 
+
+6000 LIGHT_PWM_W_FREQ   
+12000 LIGHT_PWM_Y_FREQ   
+1 LIGHT_GRADUAL_STEP_WY 
+
+0x04 LIGHT_W_GPIO
+0x809c LIGHT_W_PCNT
+0x809e LIGHT_W_NCNT
+0 PWM_W_ENABLE_BIT  
+
+0x05 LIGHT_Y_GPIO
+0x80a0 LIGHT_Y_PCNT
+0x80a2 LIGHT_Y_NCNT
+1 PWM_Y_ENABLE_BIT  
+
+0x06 LIGHT_L_GPIO
+0x80a4 LIGHT_L_PCNT
+0x80a6 LIGHT_L_NCNT
+2 PWM_L_ENABLE_BIT  
+
+)
+
+
+
+
+
+
+(
+0x0009 LIGHT_CMD_TURN_ON_AND_OFF_V2
+0x0010 LIGHT_CMD_TURN_ON_V2
+0x0011 LIGHT_CMD_TURN_OFF_V2
+0x0012 LIGHT_CMD_AIDED_LIGHT_TURN_ON_V2
+0x0013 LIGHT_CMD_AIDED_LIGHT_TURN_OFF_V2
+0x0015 FAN_CMD_WIND_DIRECTION_V2
+0x0016 FAN_CMD_DEFLECTOR_V2
+0x0021 LIGHT_CMD_LIGHT_CTL_V2
+0x0023 LIGHT_CMD_NIGHT_LIGHT_V2
+0X001b LIGHT_CMD_FTD_RGB_FORWARD_AND_REVERSE_V2
+0x001c LIGHT_CMD_RGB_TURN_ON_OFF_V2
+0X001d LIGHT_CMD_FTD_RGB_LOOP_V2
+0x001e LIGHT_CMD_RGB_AUTO_TURN_ON_V2
+0x001f LIGHT_CMD_RGB_AUTO_TURN_OFF_V2
+0x0022 LIGHT_CMD_RGB_MANUAL_V2
+0x0030 FAN_CMD_WIND_SPEED_CTL_V2
+0x0031 FAN_CMD_WIND_SPEED_V2
+0x0033 FAN_CMD_MODE_SEL_V2
+0x0041 CMD_TIMING_OFF
+0x0045 CMD_CLEAR_CODE
+0x0046 LIGHT_CMD_KEYPRESS_DRIVE_RETENTION_V2
+0x0047 LIGHT_CMD_BACK_TO_RETENTION_STATE_V2
+0x006f FAN_CMD_MASTER_ON_AND_OFF_V2
+0x0028 CMD_PAIRING
+0x0022 LIGHT_CMD_RGB_COLOR_SWITCH_V2
+0x0068 LIGHT_CMD_BATH_V2
+0x0067 LIGHT_CMD_AIR_CHANGE_V2
+0X0066 LIGHT_CMD_HEATING_V2
+0X0032 LIGHT_CMD_FAN_TURN_ON
+0X0031 LIGHT_CMD_FAN_TURN_OFF
+0x006f LIGHT_CMD_FTD_MASSTER_OFF_V2
+0x0079 LIGHT_CMD_SWITCH_MODE_V2
+0x0071 LIGHT_CMD_EXPAND_CODE_0X71_V2
+0x0090 LIGHT_CMD_FTD_CURTAIN_ON_OFF_V2
+0x00e9 LIGHT_CMD_FTD_GENERAL_STOP_V2
+0x00ff LIGHT_CMD_TEST_MODE_V2
+0X0024 LIGHT_CMD_HELP_SLEEP_V2
+
+0 PRODUCT_SUBTYPE
+
+
+1 PRODUCT_MAINTYPE_LIGHT
+
+
+)
+
+
+
+//防debug error, 临时宏定义
+(
+8070 core_gpio_pu0
+)
+
+
+(
+0x08 LIGHT_CLEAR_CODE_ROW_GPIO
+29     LIGHT_AID_ROW_GPIO
+25 KEYBOARD_MAX_KEYS_NUM
+
+11 LIGHT_LT8KEY_COLOR_SWITCH
+5   LIGHT_LT8KEY_NIGHT_LIGHT
+10 LIGHT_LT8KEY_LIGHTEN
+4   LIGHT_LT8KEY_DARKEN
+7   LIGHT_LT8KEY_TO_W
+1   LIGHT_LT8KEY_TO_Y
+12 LIGHT_LT8KEY_TURN_ON
+6   LIGHT_LT8KEY_TURN_OFF
+
+24   LIGHT_ZS3KEY_KEY_ON
+18 LIGHT_ZS3KEY_KEY_OFF
+12 LIGHT_ZS3KEY_KEY_SWTICH
+
+19 LIGHT_LB12KEY_KEY_TEST_NIGHT_LIGHT
+21 LIGHT_LB12KEY_KEY_TEST_AIDED
+10 LIGHT_LB12KEY_KEY_TEST_LIGHTEN
+23 LIGHT_LB12KEY_KEY_TEST_TO_W
+4 LIGHT_LB12KEY_KEY_TEST_COLOR_SWITCH
+12 LIGHT_LB12KEY_KEY_TEST_TO_Y
+22 LIGHT_LB12KEY_KEY_TEST_DARKEN
+11 LIGHT_LB12KEY_KEY_TEST_TURN_ON
+24 LIGHT_LB12KEY_KEY_TEST_TURN_OFF
+5 LIGHT_LB12KEY_KEY_TEST_PAIRING
+7 LIGHT_LB12KEY_KEY_TEST_50PERCENT
+6 LIGHT_LB12KEY_KEY_TEST_100PERCENT
+
+13 LIGHT_LB12KEY_KEY_NIGHT_LIGHT
+21 LIGHT_LB12KEY_KEY_AIDED
+5 LIGHT_LB12KEY_KEY_LIGHTEN
+12 LIGHT_LB12KEY_KEY_TO_W
+6 LIGHT_LB12KEY_KEY_COLOR_SWITCH
+24 LIGHT_LB12KEY_KEY_TO_Y
+11 LIGHT_LB12KEY_KEY_DARKEN
+8 LIGHT_LB12KEY_KEY_TURN_ON
+23 LIGHT_LB12KEY_KEY_TURN_OFF
+20 LIGHT_LB12KEY_KEY_PAIRING
+2 LIGHT_LB12KEY_KEY_50PERCENT
+3 LIGHT_LB12KEY_KEY_100PERCENT
+
+15 LIGHT_KEY_AID2
+14 LIGHT_KEY_NIGHT_LIGHT
+4 LIGHT_KEY_RGB_AUTO
+16 LIGHT_KEY_TURN_OFF
+17 LIGHT_KEY_TURN_ON
+9 LIGHT_KEY_TO_W
+8 LIGHT_KEY_LIGHTEN
+7 LIGHT_KEY_PAIRING
+10 LIGHT_KEY_DARKEN
+3  LIGHT_KEY_AIDED1
+2 LIGHT_KEY_COLOR_SWITCH
+1 LIGHT_KEY_TO_Y
+13 LIGHT_KEY_RGB_MANUAL
+
+6 LIGHT_KLD13KEY_KEY_NIGHT_LIGHT
+18 LIGHT_KLD13KEY_KEY_RGB_AUTO
+13 LIGHT_KLD13KEY_KEY_TURN_OFF
+7 LIGHT_KLD13KEY_KEY_TURN_ON
+10 LIGHT_KLD13KEY_KEY_TO_W
+21 LIGHT_KLD13KEY_KEY_LIGHTEN
+11 LIGHT_KLD13KEY_KEY_PAIRING
+8 LIGHT_KLD13KEY_KEY_DARKEN
+24  LIGHT_KLD13KEY_KEY_AIDED
+16 LIGHT_KLD13KEY_KEY_COLOR_SWITCH
+20 LIGHT_KLD13KEY_KEY_TO_Y
+12 LIGHT_KLD13KEY_KEY_RGB_MANUAL
+17 LIGHT_KLD13KEY_KEY_50_AND_100PERCENT
+
+21 LIGHT_SJD_KEY_ON_OFF_ALTERNANT
+15 LIGHT_SJD_KEY_TIMING_15MINS
+19 LIGHT_SJD_KEY_TIMING_30MINS
+14 LIGHT_SJD_KEY_TIMING_60MINS
+20 LIGHT_SJD_KEY_ON
+13 LIGHT_SJD_KEY_OFF
+
+18 LIGHT_RHZ12KEY_KEY_ON_AND_OFF
+13 LIGHT_RHZ12KEY_KEY_SCENE1
+6 LIGHT_RHZ12KEY_KEY_SCENE2
+12 LIGHT_RHZ12KEY_KEY_COLOR_SWITCH
+17 LIGHT_RHZ12KEY_KEY_NIGHT_LIGHT
+4 LIGHT_RHZ12KEY_KEY_50PERCENT
+10 LIGHT_RHZ12KEY_KEY_100PERCENT
+7 LIGHT_RHZ12KEY_KEY_PAIRING
+16 LIGHT_RHZ12KEY_KEY_TO_Y
+11  LIGHT_RHZ12KEY_KEY_TO_W
+1 LIGHT_RHZ12KEY_KEY_LIGHTEN
+5 LIGHT_RHZ12KEY_KEY_DARKEN
+
+
+0x28 LIGHT_CMD_PAIRING_CODE
+0x45 LIGHT_CMD_CLEAR_CODE
+0x09 LIGHT_CMD_TURN_ON_AND_OFF
+0x10 LIGHT_CMD_TURN_ON
+0x11 LIGHT_CMD_TURN_OFF
+0x23 LIGHT_CMD_NIGHT_LIGHT
+0x24 LIGHT_CMD_HELP_SLEEP
+0x21 LIGHT_CMD_COLOR_SWTICH
+0x12 LIGHT_CMD_AID_TURN_ON
+0x13 LIGHT_CMD_AID_TURN_OFF
+0x04 LIGHT_CMD_LIGHTEN
+0x05 LIGHT_CMD_DARKEN
+0x06 LIGHT_CMD_TO_W
+0x07 LIGHT_CMD_TO_Y
+0x1b LIGHT_CMD_FTD_RGB_FORWARD_AND_REVERSE
+0x1c LIGHT_CMD_RGB_ON_OFF
+0x1d LIGHT_CMD_FTD_RGB_LOOP
+0x1e LIGHT_CMD_RGB_1E
+0x1f LIGHT_CMD_RGB_1F
+0x22 LIGHT_CMD_RGB_MANNUL
+0x41 LIGHT_CMD_DELAY_OFF
+0xc0 LIGHT_CMD_CHANGE_POWERON_STATE
+0x46 LIGHT_CMD_KEYPRESS_DRIVE_RETENTION
+0x47 LIGHT_CMD_BACK_TO_RETENTION_STATE
+0x48 LIGHT_CMD_KPS_DRIVE_RTT_NOT_INC_POWER_ON1
+0x49 LIGHT_CMD_BACK_TO_RTT_STATE_NOT_INC_POWER_ON1
+0x4a LIGHT_CMD_KPS_DRIVE_RTT_NOT_INC_POWER_ON2
+0x4b LIGHT_CMD_BACK_TO_RTT_STATE_NOT_INC_POWER_ON2
+0x46 LIGHT_CMD_SCENE_SET
+0x47 LIGHT_CMD_SCENE_GET
+0x48 LIGHT_CMD_SCENE_RESET
+0x6f LIGHT_CMD_FTD_MASSTER_ON_OFF
+0x7a FAN_LIGHT_COLOR_CTL
+0x79 LIGHT_CMD_SWITCH_MODE
+0x71 LIGHT_CMD_EXPAND_CODE_0X71
+0xff LIGHT_CMD_TEST_MODE
+
+0X67 LIGHT_CMD_AIR_CHANGE
+0X66 LIGHT_CMD_HEATING
+0X32 LIGHT_CMD_FAN_TURN_ON_V2
+0X31 LIGHT_CMD_FAN_TURN_OFF_V2
+0x33 LIGHT_CMD_FAN_WIND_TYPE_V2
+0x34 LIGHT_CMD_FAN_SHAKE_HEAD_V2
+
+0x21 LIGHT_CMD_FTD_COLOR_STATE_CHANGE
+0x14 LIGHT_CMD_FTD_LIGHTEN_RESERVED
+0x28 LIGHT_CMD_FTD_DARKEN_RESERVED
+0x18 LIGHT_CMD_FTD_Y_RESERVED
+0x24 LIGHT_CMD_FTD_W_RESERVED
+0x01 LIGHT_CMD_FTD_50PERCENT_RESERVED
+0x02 LIGHT_CMD_FTD_100PERCENT_RESERVED
+0x03 LIGHT_CMD_FTD_30PERCENT_RESERVED
+0x04 LIGHT_CMD_FTD_80PERCENT_RESERVED
+
+0x40 LIGHT_CMD_FTD_COLOR_SWTICH_RESERVED
+0x73 LIGHT_CB_DATA_PART_PCNT_50PERCENT
+0x7f LIGHT_FTD_DATA_PART_PCNT_50PERCENT
+0xc0 LIGHT_FTD_DATA_PART_PCNT_75PERCENT
+0x81 LIGHT_DATA_PART_81
+0x80 LIGHT_DATA_PART_80
+0xff LIGHT_DATA_PART_FF
+0x4e LIGHT_CB_DATA_PART_PCNT_30PERCENT
+0x40 LIGHT_CB_DATA_PART_PCNT_25PERCENT
+0xcc LIGHT_CB_DATA_PART_PCNT_80PERCENT
+0x22 LIGHT_CMD_RGB_COLOR_SWITCH
+
+0x90 LIGHT_CMD_FTD_CURTAIN_ON_OFF
+0xe9 LIGHT_CMD_FTD_GENERAL_STOP
+
+//LIGHT_CMD_CHANGE_POWERON_STATE W-data
+0x00 LIGHT_PARAMETER_POWER_STATE_OFF
+0x01 LIGHT_PARAMETER_POWER_STATE_ON
+0x02 LIGHT_PARAMETER_POWER_STATE_REVERSE
+0x46 LIGHT_CMD_FTD_SCENE_SET
+0x47 LIGHT_CMD_FTD_SCENE_SWITCH
+0x05 LIGHT_CMD_FTD_SCENE_REMOTER_COPY
+
+9 	LIGHT_LONG_PRESS_TIMEOUT_0_9S
+15     LIGHT_PAIRING_TIMEOUT
+50     LIGHT_CLAER_CODE_TIMEOUT_5S
+30     LIGHT_LONG_PRESS_TIMEOUT_3S
+20     LIGHT_LONG_PRESS_TIMEOUT_2S
+
+
+1 KSCAN_ANALYSIS_INTERVAL
+1 KEY_PRESS_LED_ON_TIME
+
+0x01feff LIGHT_FTD_CLEAR_CODE_ADDR
+20 LIGHT_CLEAR_CODE_TIMER
+
+160     LIGHT_KSCAN_ENABLE_TIMEOUT
+13       LIGHT_KSCAN_INTERVAL
+15       LIGHT_CLEAR_CODE_ENABLE_TIMEOUT
+
+8 LIGHT_WIRELESS_SWITCH_GPIO_KEY1
+4 LIGHT_WIRELESS_SWITCH_GPIO_KEY12
+5 LIGHT_WIRELESS_SWITCH_GPIO_KEY3
+0x28 LIGHT_WIRELESS_SWITCH_CMD_PAIRING
+
+0x65 OPCODE_BATH_FAN
+0x61 OPCODE_BATH_TIMING_CLOSE
+0x66 OPCODE_BATH_WARM
+0x67 OPCODE_BATH_VENTILATION
+0x68 OPCODE_BATH_BATH
+0x69 OPCODE_DRY
+0x6f OPCODE_BATH_SWITCH_OFF
+0xa0 OPCODE_SPEED
+0xb0 OPCODE_SWING
+
+2 BATH_KEY_WARM
+8 BATH_KEY_ON_AND_OFF
+3 BATH_KEY_VENTILATION
+1 BATH_KEY_SPEED_DOWN
+7 BATH_KEY_FAN
+9 BATH_KEY_SPEED_UP
+12 BATH_KEY_SWING
+10 BATH_KEY_MASTET_OFF
+14 BATH_KEY_TIMING_OFF
+
+160 LIGHT_BLINK_INTERVAL_100ms
+
+0x30 FAN_CMD_SPEED_CHANGE
+0x32 FAN_CMD_SPEED_32
+0x31 FAN_CMD_SPEED_31
+0X34 FAN_CMD_SHAKE_HEAD_ON_OFF
+0x51 FAN_CMD_TIMING_TO_OFF
+0x15 FAN_CMD_DIRECTION
+0x6f FAN_CMD_MASTER_ON_AND_OFF
+0x33 FAN_CMD_MODE
+0x10 FAN_CMD_LAMP_ON
+0x11 FAN_CMD_LAMP_OFF
+0x28 FAN_CMD_PAIRING
+0x16 FAN_CMD_DEFLECTOR
+0xa0 FAN_TURN_ON_FLAG_BYTE_Y
+0x17 FAN_CMD_DIRECTION_ON_AND_OFF
+0x18 FAN_CMD_DEFLECTOR_ON_AND_OFF
+
+39 FTD_PDU_LEN
+
+23 GEM_PDU_LEN
+3 GEM_LONG_KEYPRESS
+
+37 KEY_PDU_LEN
+
+
+(
+0x1a WY_RGB_SWITCH
+0x01 WY_RGB_SWITCH_RGB
+0x02 WY_RGB_SWITCH_RGB_AND_RGB
+0x03 WY_RGB_SWITCH_WY
+0x001a WY_RGB_SWITCH_V2
+0x01 WY_RGB_SWITCH_RGB_RESERVED
+0x02 WY_RGB_SWITCH_RGB_AND_RGB_RESERVED
+0x03 WY_RGB_SWITCH_WY_RESERVED
+)
+
+0x79 FAN_LIGHT_MODE_SWITCH
+0x80 FAN_MEM_SELET_CMD
+
+5 CONTINUOUS_KEY_PRESS_TIRG_CNT_5
+
+5 SHORT_PRESS_TIMEOUT
+
+0xa0 LIGHT_LIGHTEN_RELEASE_ADV_FLAG
+0xa1 LIGHT_DARKEN_RELEASE_ADV_FLAG
+0xa2 LIGHT_TO_W_RELEASE_ADV_FLAG
+0xa3 LIGHT_TO_Y_RELEASE_ADV_FLAG
+0xa4 FAN_SPEED_SLOW_RELEASE_ADV_FLAG
+0xa5 FAN_SPEED_HIGHER_RELEASE_ADV_FLAG
+0xa6 QIH_SPEC_FUNC_COLOR_CTL_RELEASE_ADV_FLAG
+0xa7 BABY_CAR_GO_FTD_ADV_FLAG
+0xa8 BABY_CAR_BACK_FTD_ADV_FLAG
+0xa9 BABY_CAR_LEFT_FTD_ADV_FLAG
+0xb0 BABY_CAR_RIGHT_FTD_ADV_FLAG
+0xb1 LIGHT_COLOR_SWITCH_RELEASE_ADV_FLAG
+
+17 FAN_XQ_21KEY_FAN_AND_LIGHT_OFF 
+16 FAN_XQ_21KEY_LIGHT_ON_AND_OFF
+3  FAN_XQ_21KEY_TURNING_FORWARD
+15 FAN_XQ_21KEY_TURNING_REVERSE
+2 FAN_XQ_21KEY_LIGHT_COLOR_SWITCH
+14 FAN_XQ_21KEY_LIGHT_NIGHT_LIGHT
+9 FAN_XQ_21KEY_LIGHT_TO_W
+8 FAN_XQ_21KEY_LIGHT_LIGHTEN
+7 FAN_XQ_21KEY_LIGHT_PAIRING
+10 FAN_XQ_21KEY_LIGHT_DARKEN
+1 FAN_XQ_21KEY_LIGHT_TO_Y
+4 FAN_XQ_21KEY_TURN_OFF_TIMER_1H
+13 FAN_XQ_21KEY_TURN_OFF_TIMER_2H
+6 FAN_XQ_21KEY_FAN_SPEED1
+22 FAN_XQ_21KEY_FAN_SPEED2
+11 FAN_XQ_21KEY_FAN_SPEED3
+23 FAN_XQ_21KEY_FAN_SPEED4
+19 FAN_XQ_21KEY_FAN_SPEED5
+21 FAN_XQ_21KEY_FAN_SPEED6
+18 FAN_XQ_21KEY_FAN_STOP1
+24 FAN_XQ_21KEY_FAN_STOP2
+)
+
+
+(
+0x807d core_gpio13_conf
+)
+
+(
+11 ENTER_LPM_LEISURE_IO_CONFIG_NUM
+3 ENTER_LPM_LEISURE_IO_CONFIG_START
+)
+
+
+(
+0x80 LIGHT_CMD_SOLAR_ON
+0x80 LIGHT_CMD_SOLAR_OFF
+0x82 LIGHT_CMD_SOLAR_LIGHTNESS_LIGHTEN
+0x82 LIGHT_CMD_SOLAR_LIGHTNESS_DARKEN
+0x81 LIGHT_CMD_SOLAR_MODE_RADAR
+0x81 LIGHT_CMD_SOLAR_MODE_LIGHTNESS
+0x81 LIGHT_CMD_SOLAR_MODE_RAIN
+0x83 LIGHT_CMD_SOLAR_TIMMING_OFF
+0x84 LIGHT_CMD_SOLAR_AMBIENT
+)
+(
+0x05 GEM_LIGHT_ON_CODE
+0x09 GEM_LIGHT_OFF_CODE	
+0x0C GEM_LIGHT_ON_GROUP1_CODE
+0x0E GEM_LIGHT_OFF_GROUP1_CODE
+0x01 GEM_LIGHT_ON_GROUP2_CODE
+0x04 GEM_LIGHT_OFF_GROUP2_CODE
+0x0D GEM_LIGHT_ON_GROUP3_CODE
+0x0F GEM_LIGHT_OFF_GROUP3_CODE
+0x08 GEM_LIGHT_ON_GROUP4_CODE
+0x06 GEM_LIGHT_OFF_GROUP4_CODE
+0x13 GEM_LIGHT_AIDED_LIGHT_CODE
+0x10 GEM_LIGHT_NIGHT_LIGHT_CODE
+0x11 GEM_LIGHT_ENERGY_SAVE_LIGHT_CODE
+0x12 GEM_LIGHT_TIMING_OFF_CODE
+0x14 GEM_LIGHT_RGB_AUTO_CODE
+0x15 GEM_LIGHT_RGB_STEP_CODE
+0x02 GEM_LIGHT_LIGHTEN_CODE
+0x03 GEM_LIGHT_DARKEN_CODE
+0x0B GEM_LIGHT_TO_W_CODE
+0x0A GEM_LIGHT_TO_Y_CODE
+0x07 GEM_LIGHT_COLOR_SWITCH_CODE
+0x16 GEM_COLOR_SWITCH_W
+0x17 GEM_COLOR_SWITCH_Y
+)
+(
+//科云
+0x6f LIGHT_ON_CODE1
+0x60 LIGHT_OFF_CODE1
+0x6f LIGHT_PAIRING_CODE1
+0x6f LIGHT_CLEAR_CODE_CODE1
+0x66 LIGHT_LIGHTEN_CODE1
+0x65 LIGHT_DARKEN_CODE1
+0x6a LIGHT_TO_W_CODE1
+0x69 LIGHT_TO_Y_CODE1
+0x68 LIGHT_TIMING_CODE1
+0x6e LIGHT_AUX_LAMP_ON_AND_OFF_CODE1
+0x6d LIGHT_COLOR_SWITCH_CODE1
+0xa1 LIGHT_NIGHT_LIGHT_CODE1
+0xa3 LIGHT_50PER_CODE1
+0xa3 LIGHT_100PER_CODE1
+
+0xd1 LIGHT_ON_CODE2
+0xd1 LIGHT_OFF_CODE2
+0x55 LIGHT_PAIRING_CODE2
+0xaa LIGHT_CLEAR_CODE_CODE2
+0xd1 LIGHT_LIGHTEN_CODE2
+0xd1 LIGHT_DARKEN_CODE2
+0xd1 LIGHT_TO_W_CODE2
+0xd1 LIGHT_TO_Y_CODE2
+0x46 LIGHT_TIMING_CODE2
+0xf0 LIGHT_AUX_LAMP_ON_AND_OFF_CODE2
+0x01 LIGHT_COLOR_SWITCH_WY_CODE2
+0x02 LIGHT_COLOR_SWITCH_W_CODE2
+0x03 LIGHT_COLOR_SWITCH_Y_CODE2
+0xd1 LIGHT_NIGHT_LIGHT_CODE2
+0x0 LIGHT_50PER_CODE2
+0x1111 LIGHT_100PER_CODE2
+
+
+
+0x6f LIGHT_JYM_CMD_PAIRING
+0x6f LIGHT_JYM_CMD_CLEAR
+0x66 LIGHT_JYM_CMD_LIGHTEN
+0x65 LIGHT_JYM_CMD_DARKEN
+0x69 LIGHT_JYM_CMD_TO_Y
+0x6a LIGHT_JYM_CMD_TO_W
+0x68 LIGHT_JYM_CMD_TIMING_OFF
+0x6e LIGHT_JYM_CMD_AUX_LAMP
+0x6d LIGHT_JYM_CMD_WHITE_LAMP
+0x6d LIGHT_JYM_CMD_WY_LAMP
+0x6d LIGHT_JYM_CMD_YELLOW_LAMP
+0x6f LIGHT_JYM_CMD_ON
+0x60 LIGHT_JYM_CMD_OFF
+0x62 LIGHT_JYM_CMD_MODEL
+0x6e LIGHT_JYM_CMD_NIGHT_LIGHT
+0x6c LIGHT_JYM_CMD_RGB
+
+0x55 LIGHT_JYM_DATA_PAIRING
+0xaa LIGHT_JYM_DATA_CLEAR
+0x00 LIGHT_JYM_DATA_LIGHTEN
+0x00 LIGHT_JYM_DATA_DARKEN
+0x00 LIGHT_JYM_DATA_TO_Y
+0x00 LIGHT_JYM_DATA_TO_W
+0x46 LIGHT_JYM_DATA_TIMING_OFF
+0xf0 LIGHT_JYM_DATA_AUX_LAMP
+0x02 LIGHT_JYM_DATA_WHITE_LAMP
+0x01 LIGHT_JYM_DATA_WY_LAMP
+0x03 LIGHT_JYM_DATA_YELLOW_LAMP
+0x00 LIGHT_JYM_DATA_ON
+0x00 LIGHT_JYM_DATA_OFF
+0x00 LIGHT_JYM_DATA_MODEL_APPLY
+0x80 LIGHT_JYM_DATA_MODEL_STORE
+0x00 LIGHT_JYM_DATA_NIGHT_LIGHT
+0x00 LIGHT_JYM_DATA_RGB
+)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+//adc read
+(
+1 ADC_CONFIG_HVIN
+3 ADC_CONFIG_GPIO_L
+4 ADC_CONFIG_GPIO_H
+)
+
+(
+34 NV_DATA_LEN
+-1 DECREASED_ONE
+)
+
+(
+0 QUEUE_OFFSET_EACH_SIZE
+1 QUEUE_OFFSET_LENGTH
+2 QUEUE_OFFSET_CURR_NUM
+3 QUEUE_OFFSET_READ_PTR
+4 QUEUE_OFFSET_WRITE_PTR
+5 QUEUE_OFFSET_ELE_INIT_ADDR
+)
+(
+//Flash Register
+0x05 FLASH_READ_SATUS
+
+// Flash Status Register
+0x00 FLASH_STATUS_WIP
+0X01 FLASH_STATUS_WEL
+0X02 FLASH_STATUS_BP0
+0X03 FLASH_STATUS_BP1
+
+//Flash Write Sm
+0X00 FLASH_SM_NO_BUYS
+0X01 FLASH_SM_START
+0X02 FLASH_SM_ERASE_SECTOR
+0X03 FLASH_SM_WAIT_ERASE_SECTOR
+0X04 FLASH_SM_WRITE_DATA
+0X05 FLASH_SM_WAIT_WRITE_DATA
+
+
+//Flash Command
+0x02 FLASH_COMMAND_WRITE_DATA
+0x03 FLASH_COMMAND_READ_DATA
+0x06 FLASH_COMMAND_WRITE_ENABLE
+0x20 FLASH_COMMAND_SECTOR_ERASE
+0xAB FLASH_COMMAND_RELEASE_FROM_POWERDOWN
+0xB9 FLASH_COMMAND_POWERDOWN
+
+)
+
+
+(
+3 OTP_UFLAG_AES
+2 OTP_UFLAG_SKIP_EEP
+1 OTP_UFLAG_SKIP_FLASH
+0 OTP_UFLAG_HCI
+)
+
+//OTP
+(
+0 OTP_OFFSET_UCODE_FLAG
+
+0x7d0 OTP_OFFSET_DEVICE_FLAG  
+0x7d1 OTP_OFFSET_PERIPHERALS_LOCK
+0x7d2 OTP_OFFSET_APP_VDD_SEL
+0x7d3 OTP_OFFSET_LOADCODE_DELAY
+0x7d4 OTP_OFFSET_LOADCODE_CHECKSUM
+
+0x7e0 OTP_OFFSET_ADC_PARAM
+0x7f0 OTP_OFFSET_UCODE_KEY
+)
+
+
+(
+//OTP_OFFSET_PERIPHERALS_LOCK
+0 OTP_SPI_LOCK_BIT
+2 OTP_UART_LOCK_BIT
+4 OTP_IIC_LOCK_BIT
+)
+
+
+
+
+(
+4 dvc_op_dongle
+5 dvc_op_test
+7 dvc_op_mouse_24g
+8 dvc_op_mouse
+9 dvc_op_shutter
+0x0a dvc_op_shutter_dy
+0x0b dvc_op_light
+0x0c dvc_op_car
+0x0f dvc_op_car_lock_app_and_ble
+   
+)
+
+
+(
+7 gpio_active_bit
+)
+
+(
+5 LPM_WAKE_UP_DELAY_TIMER
+)
+
+
+//mem_app_disconn_reason
+//mem_app_disconn_reason_flag
+//bit map
+(
+2 APP_DISC_RSN_SIZE
+)
+
+(
+0 APP_DISC_BY_BUTTON
+7 APP_DISC_BLE
+)
+
+//eeprom init flag
+(
+0xaa55 EEPROM_INIT_FLAG
+)
+
+(
+1 KEY_CONF_STRUCT_LEN
+0 KEY_PIN_OFFSET
+)
+
+(
+12000000 PWM_12MHZ
+24000000 PWM_24MHZ
+33000 PWM_33KHZ
+)
+(
+0 POWER_OFF
+1 POWER_STARTING
+2 POWER_STANDBY
+)
+//power parameter offset(8 byte)
+(
+0 power_state_offset
+1 power_timer_offset
+2 power_off_timeout_offset
+3 power_starting_timeout_offset
+4 power_off_cb_offset
+6 power_starting_cb_offset
+8 power_standby_cb_offset
+10 ui_butten_up_cb_offset
+)
+
+//auth rom address
+(
+0x9000 MOUSE_BLE_ATT_LIST_ADDR
+0x9272 USB_KBDATA_VENDOR_DEFINE_ADDR
+0x928d USB_KBDATA_ADDR
+0x92cd USB_MSDATA_ADDR
+0x9371 USB_DEVICEDATA_ADDR
+0x9384 USB_CONFDATA_ADDR
+0x93c0 BLE_SHUTTER_DY_GATT_LIST_ADDR
+0x9535 BLE_SHUTTER_DY_MOUSEKEY_VALUE_LIST_ADDR
+0x97b5 FRMT_XBOX_ADDR
+0x97fc mem_sim_slave
+)
+
+(//NEC 61212
+9000 NEC61212_BOOT_CODE_START_TIME
+4500 NEC61212_BOOT_CODE_END_TIME
+
+9000 NEC61212_REPEAT_START_TIME
+2250 NEC61212_REPEAT_END_TIME
+
+560 NEC61212_DATA_BIT_1_START_TIME
+1690 NEC61212_DATA_BIT_1_END_TIME
+
+560 NEC61212_DATA_BIT_0_START_TIME
+560 NEC61212_DATA_BIT_0_END_TIME
+
+560 NEC61212_STOP_TIME
+
+42580 NEC61212_DATA2REPEAT_TIME
+98190 NEC61212_REPEAT2REPEAT_TIME
+
+0xffff NEC61212_TIMEOUT_TIME
+)
+
+
+(
+0 ADC_GPIO_4
+1 ADC_GPIO_5
+2 ADC_GPIO_6
+3 ADC_GPIO_7
+4 ADC_GPIO_9
+5 ADC_GPIO_10
+6 ADC_GPIO_11
+7 ADC_GPIO_12
+)
+
+
+
+
+(
+//20ms
+0x0020	FAST_ADV_INTERVAL_VALUE_CAR
+)
+
+(
+0x19 ATT_CAR_CONTROL_HANDLE
+0x19 ATT_SPEED_SET_HANDLE
+)
+
+
+(
+0 TURN_FRONT
+1 TURN_LEFT
+2 TURN_RIGHT
+0 MOTOR_STOP
+1 GO_FRONT
+2 GO_BACK
+0x6b5a LE_RECEIVE_PACKET_HEAD
+)
+
+(
+0 FLAG_IR_DISABLE
+1 FLAG_IR_ENABLE
+)
+
+(
+0 DEVICE_CAR
+1 DEVICE_TANK
+2 DEVICE_BATTLE_CAR
+3 DEVICE_BATTLE_TANK
+4 DEVICE_REMOTE
+)
+
+(
+0 F_B_MOTOR
+1 L_R_MOTOR
+2 F_B_BATTERY
+3 L_R_BATTERY
+)
+
+(
+0 CAR_WORK	   		//connect mode normal
+1 CAR_BIND			//code pair mode
+2 CAR_TEST			//test mode
+3 CAR_CODE			//PC_application
+4 CAR_PCBA			//PCBA_TEST
+5 CAR_DEBUG
+6 CAR_MODE_MAX
+7 CAR_SEARCH
+)
+
+(
+1 SPEED_LEVEL_1
+2 SPEED_LEVEL_2
+3 SPEED_LEVEL_3
+4 SPEED_LEVEL_4
+5 SPEED_LEVEL_5
+6 SPEED_LEVEL_6
+7 SPEED_LEVEL_7
+8 SPEED_LEVEL_8
+9 SPEED_LEVEL_9
+10 SPEED_LEVEL_10
+)
+
+(
+0 PWM0_DUTY_SETTING
+1 PWM1_DUTY_SETTING
+2 PWM2_DUTY_SETTING
+)
+
+(
+1 CAR_CMD_BATTERY
+2 CAR_CMD_OLD_CAR_CONTROL
+3 CAR_CMD_OLD_SPEED_CONTROL
+4 CAR_CMD_L_R_MOTOR_CONTROL
+5 CAR_CMD_F_B_MOTOR_CONTROL
+6 CAR_CMD_IR_CONTROL
+7 CAR_CMD_LED_CONTROL
+8 CAR_CMD_DEVICE_INFO
+)
+
+(
+0 CAR_REMOTE_CHECK_BUTTON
+1 CAR_REMOTE_CHECK_ROCKER
+)
+
+(
+0x11 CAR_NOTIFY_HANDLE
+)
+
+(
+0 LED_OFF
+1 LED_ON
+2 LED_BLINK
+0xFF LED_INVALID
+)
+
+(
+0xFF INVALID_PIN_NUM
+)
+
+
+(
+0 POWER_ON
+1 WORK_PAIRED
+2 WORK_SEARCH
+)
+
+(
+0x700 OTP_OFFSET_CAR_COMMOM_START_ADDR 
+0x7cc OTP_OFFSET_CAR_COMMOM_END_ADDR 
+)
+
+
+
+
+
+
+//otp address offset
+(
+0x5A DONGLE_KB_BIND_SUCCESS
+0x1fdf DONGLE_KB_BIND_EFUSE_OFFECT
+)
+
+(
+5 WORK_MODE_DELAY
+7 BIND_MODE_DELAY
+)
+
+(
+0 DONGLE_WORK	   		//connect mode normal
+1 DONGLE_BIND			//code pair mode
+2 DONGLE_TEST			//test mode
+3 DONGLE_CODE			//PC_application
+4 DONGLE_PCBA			//PCBA_TEST
+5 DONGLE_DEBUG
+6 DONGLE_MODE_MAX
+7 DONGLE_SEARCH
+0 CLEAR_INIT
+)
+
+
+(
+0xa0 COMMAND_MODE     //BYTE 0
+0x81 COM_MODE_BIND	//BYTE 1
+0x82 COM_MODE_TEST	//BYTE 1
+)
+(
+0xa1 COMMAND_BIND		//BYTE 0
+0x01 COM_BIND_GET		//1
+0x84 COM_BIND_EXIT		//1
+0xa7 COM_READ_MODE		//1
+)
+(
+0xa2 COMMAND_TEST	//BYTE 0
+0x81 COM_TEST_SC		//	进入单载波
+0x82 COM_TEST_CD		// fcc测试
+0x83 COM_TEST_DAT		// 数据测试
+0x84 COM_TEST_LOW_CH  //低频点
+0x85 COM_TEST_MID_CH	//中频点
+0x86 COM_TEST_HIG_CH	//高频点
+0x87 COM_TEST_SW_HIG	//自动切换频点为高 1mhz
+0x88 COIM_TEST_SW_LOW	//自动切换频点为低 1mhz
+0x89 COM_TEST_SW_STOP	//停止自动切换频点
+0x8a COM_TEST_POW_5		//设置输出功率5dbm
+0x8b COM_TEST_POW_0		//0dbm
+0x8c COM_TEST_POW_N5		//-5dbm
+0x8d COM_TEST_POW_N10		//-10dbm
+0x8e COM_TEST_EXIT			//退出测试模式
+)
+(
+0xa6 COMMAND_CURRENT_PROJECT
+0xa7 COMMAND_CURRENT_MODE
+0xa9 COMMAND_CURRENT_FW_VERSION
+0xb0 COMMAND_USER_DEFINED		//user defined cmd
+)
+
+(
+0x15 PRODUCT_ID
+0 FW_VERSION0
+0 FW_VERSION1
+1 FW_VERSION2
+7 FW_VERSION3
+)
+
+(
+640 TIMER_NODATA_DELAY	//200ms
+
+384 TIMER_MS_BLANK_DELAY
+
+384 TIMER_KB_MUL_BLANK_DELAY
+
+384 TIMER_KB_BLANK_DELAY
+)
+
+(
+0 KB_NORMAL_REPORT_ID
+1 MS_REPORT_ID
+2 KB_SYSTEM_CONCTRL_REPORT_ID
+3 KB_MULTIKEY_REPORT_ID
+)
+
+
+(
+0x01 BIND_ACKPAYLOAD
+0x03 KB_LED_ACKPAYLOAD
+)
+
+//mem_dg_sys_config
+(
+7 DG_ENABLE_XTAL_24M
+6 DG_ENABLE_NEW_CHMAP
+5 DG_ENABLE_EEPROM
+4 DG_ENABLE_KB_ICON
+3 DG_ENABLE_24G_2M
+)
+
+
+//dpi eeprom addr
+
+
+
+
+(
+//combination
+0x01 MOUSE_L_BUTTON
+0X02 MOUSE_R_BUTTON
+0x03 MOUSE_LR_BUTTON
+0X04 MOUSE_M_BUTTON
+0X05 MOUSE_LM_BUTTON
+0X06 MOUSE_RM_BUTTON
+0X07 MOUSE_LMR_BUTTON
+0x09 MOUSE_L_BK_BUTTON
+0x14 MOUSE_M_FW_BUTTON
+0X18 MOUSE_BK_FW_BUTTON
+//mouse default gpio
+0x1B MOUSE_DEFAULT_XA_GPIO
+0x1C MOUSE_DEFAULT_XB_GPIO
+
+//ui led blink
+0X00C8  LED_RECONNECT_BLINK //200
+0X0190  LED_DPI_BLINK //400
+0X03E8  LED_DPI_BLINK_FIXED    //1000
+0X03E8  LED_DISCOVERY_BLINK    //1000
+0XFF    LED_LONG_BLINK
+0x05	LED_SENSOR_BLINK_CNT
+//mode device number
+0x00 MODE_24G_DEVICE
+0x01 MODE_BT_DEVICE1
+0x02 MODE_BT_DEVICE2
+0x03 MODE_BT_DEVICE3
+//mouse  flag
+0X00 WRITE_REQ_ENABLE_FLAG
+0X01 LL_START_ENC_FLAG
+0X02 LL_PAIRING_SUCCESS_FLAG
+
+
+//mouse_function_flag
+0x08 MOUSE_FLAG_LEN
+//byte 1
+0x00 MOUSE_SELECT_DEVICE_FLAG
+0x01 MOUSE_24G_PAIRING_FLAG
+0x02 MOUSE_STORE_EEPROM_FLAG
+0x03 MOUSE_BT_CANNEL_RECONN_FLAG
+0x04 MOUSE_LOW_VOLTAGE_FLAG
+0x05 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG
+0x06 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG
+
+//byte 2
+0x08 MOUSE_ENABLE_BLE_RANDOM_ADDRE
+0x09 MOUSE_ENABLE_2K_EEPROM
+0x0a MOUSE_ENABLE_INIT_DELAY
+0x0b MOUSE_ENABLE_WAKEUP_FROM_POWER
+0x0c MOUSE_ENABLE_16M
+0x0d MOUSE_ENABLE_USB
+
+//byte 3
+0x10 MOUSE_ENABLE_SPI2
+0x11 MOUSE_ENABLE_24G
+0x12 MOUSE_ENABLE_FLASH
+0x13 MOUSE_ENABLE_EEPROM
+0x14 MOUSE_ENABLE_ADC
+0x15 MOUSE_ENABLE_KEYBOARD
+0x16 MOUSE_ENABLE_24G_SEARCH_DONGLE
+0x17 MOUSE_ENABLE_OTP
+
+//byte 4
+0x18 MOUSE_ENABLE_24G_250Hz
+0x19 MOUSE_ENABLE_24G_500Hz
+0x1a MOUSE_ENABLE_24G_1000
+0x1b MOUSE_ENABLE_BT_125Hz
+0x1c MOUSE_ENABLE_DPI_LEVEL_4
+0x1d MOUSE_ENABLE_USB_250
+0x1e MOUSE_ENABLE_USB_500
+0x1f MOUSE_ENABLE_USB_1000
+
+//byte 5
+0x20 MOUSE_ENABLE_POWER_ON_LED
+0x21 MOUSE_ENABLE_LOW_VOLTAGE_LED
+0x22 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED
+0x23 MOUSE_ENABLE_LOW_VOLTAGE_LED_BLINK_N_SECOND
+0x24 MOUSE_ENABLE_4_LED
+0x25 MOUSE_ENABLE_DPI_FOR_4_LED
+0x26 MOUSE_ENABLE_BT2_FOR_4_LED
+0x27 MOUSE_ENABLE_LOW_V_FOR_4_LED
+
+//byte 6
+0x28 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON
+0x29 MOUSE_ENABLE_SELECT_DEVICE_BY_PB_BUTTON
+0x2a MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO
+0x2b MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC
+0x2c MOUSE_ENABLE_DPI_KEY_CONNECT_GND
+0x2d MOUSE_ENABLE_PB_BUTTON_CONNECT_GND
+0x2e MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
+0x2f MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING
+
+//byte 7 
+0x30 MOUSE_ENABLE_AUTO_24G_PARING
+0x31 MOUSE_ENABLE_24G_POWER_ON_PAIRING
+0x32 MOUSE_ENABLE_COMMBINATION_KEY_BY_24G_PAIRING
+0x33 MOUSE_ENABLE_BT_RECONNECT_TIMEOUT_ENTER_DISCOVERY
+0x34 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY
+0x35 MOUSE_ENABLE_COMMBINATION_KEY_BY_BT_DISCOVERY
+0x36 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY
+0x37 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY
+
+//byte 8
+0x38 MOUSE_ENABLE_SMOOTHER
+0x39 MOUSE_ENABLE_XY_OFFSET
+0x3a MOUSE_ENABLE_24G_AUTO_PAIR_NERVER_BEEN_PAIRED
+0x3b MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL
+0x3c MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
+0x3d MOUSE_ENABLE_24G_2M_PHY
+0x3e MOUSE_ENABLE_DOUBLE_DPI_KEY
+0x3f MOUSE_ENABLE_24G_NEW_REVISION
+
+//mouse dpi level
+0x00 MOUSE_DPI_LEVEL1
+0x01 MOUSE_DPI_LEVEL2
+0x02 MOUSE_DPI_LEVEL3
+0x03 MOUSE_DPI_LEVEL4
+
+
+//mouse sensor angle
+0x00 MOUSE_6CLK_ANGLE
+0X01 MOUSE_9CLK_ANGLE
+0X02 MOUSE_12CLK_ANGLE
+0X03 MOUSE_3CLK_ANGLE
+
+
+
+0xFF GPIO_DISABLE
+
+//DPI button state 
+0x00 DPI_BUTTON_STATE_UP
+0x01 DPI_BUTTON_STATE_DOWN
+
+
+//PB button state 
+0x00 PB_BUTTON_STATE_UP
+0x01 PB_BUTTON_STATE_DOWN
+
+//Commbination_key state 
+0x00 COMMBINATION_KEY_STATE_UP
+0x01 COMMBINATION_KEY_STATE_DOWN
+
+
+//eeprom address offect
+0X00 MOUSE_INFO_EEPROM_OFFECT
+0x58 MOUSE_STORE_FLAG
+0X5A MOUSE_DPI_EEPROM_OFFECT	//1byte
+0X5B MOUSE_G24_ADDR_EEPROM_OFFECT	//4bytes
+0X5F MOUSE_RANDOM_ADDR_COUNT_EEPROM_OFFSET	//2bytes
+0X61 MOUSE_EEPROM_MODULE_INIT_FLAG
+
+// Sensor id number
+0x30 P32XX_ID1
+0x31 P3065_ID1
+0x02 P3212_ID2
+0xD1 P3205_TJ3T_ID2
+0XD2 P3204_TJ3L_ID2
+0x54 PKA8_ID2
+0x70 P3065_XY_ID2
+0x00 P3065_ID2
+0x5a P_MX8650
+0xD8 P8009_ID2
+0x50 P6520A_ID2
+0x58 PKA8G2_ID1
+0x59 PKA8G2_ID2
+
+
+//Sensor type
+0X00 P3205
+0X01 P3065
+0X02 P3204
+0X03 P3212
+0X04 P3065_XY
+0x05 MX8650
+0x06 P8009
+0x07 P6520
+0X08 KA8
+0X09 KA8_UL
+0X0a KA8_HD
+0X0b KA8G2
+
+
+//SENSOR REG
+0x00 PAN_REG_PID_L
+0x01 PAN_REG_PID_H
+0x02 PAN_REG_MOTION_STAUS
+0x03 PAN_REG_DELTA_X
+0x04 PAN_REG_DELTA_Y
+0x05 PAN_REG_OPRATION_MODE
+0x06 PAN_REG_CONFIG
+0x07 PAN_REG_IMAGE_QUALITY
+0x08 PAN_REG_OPRATION_STATE
+0x09 PAN_REG_WRITE_PROTECT
+0x0A PAN_REG_SLEEP_1
+0x0B PAN_REG_ENTER_TIME
+0x0C PAN_REG_SLEEP_2
+0x0D PAN_REG_IMAGE_THRESHOLD
+0x0E PAN_REG_IMAGE_RECGNITION
+
+
+0x06 MOUSE_DPI_ADDRESS
+0x05 MOUSE_P3610_DPI_ADDRESS
+0x0D MOUSE_P3212_DPI_XADDRESS
+0x0E MOUSE_P3212_DPI_YADDRESS
+
+)
+
+(
+0x01 ADV_FLAG_LIMITED_DISCOVERABLE
+0x04 ADV_FLAG_BREDR_NOT_SUPPORTED
+)
+
+(
+2 BIT_POWER_ON
+)
+//device option low 2
+(
+1 MODE_4_MOUSE
+)
+
+
+(
+10 LE_LPM_DISABLE_TO
+1 LE_LPM_DISABLE
+0 LE_LPM_ENABLE
+
+12 LE_INTERVAL_15MS
+9 LE_INTERVAL_11_25MS//11.25ms
+7 LE_INTERVAL_8_75MS//8.75ms
+6 LE_INTERVAL_7_5MS//7.5ms
+12 CLASSIC_INTERVAL_7_5MS
+14 CLASSIC_INTERVAL_8_75MS
+18 CLASSIC_INTERVAL_11_25MS
+)
+
+(
+0x00 MOUSE_L_KEY
+0x01 MOUSE_R_KEY
+0x02 MOUSE_M_KEY
+0x03 MOUSE_BK_KEY
+0x04 MOUSE_FW_KEY
+0x05 MOUSE_DPI_KEY
+0x06 MOUSE_PB_KEY
+0x07 MOUSE_CUSTOMER_KEY
+0x00 MOUSE_DPI_ANOTHER_KEY
+)
+
+
+(
+0 G24_DISCONN_STATE
+1 G24_CONN_STATE
+
+8 G24_CH_NUMBER
+16 G24_CH_POLL_COUNT
+)
+
+(
+0 MOUSE_ADC_CHECK_BATTERY_ONLY
+1 MOUSE_ADC_CHECK_MULTIPLE
+2 MOUSE_ADC_CHECK_GPIO_MULTIPLE
+3 MOUSE_ADC_CHECK_VINLPM_MULTIPLE
+)
+
+
+(
+0x5a MOUSE_USB_INTERFACE_INSERT
+0xa5 MOUSE_USB_INTERFACE_REMOVE
+)
+
+(
+0x10 MOUSE_BLE_L2CAP_TXBUFF_SIZE
+)
+
+(
+0 MOUSE_ADC_ENABLE
+1 MOUSE_SEARCH_DONGLE_ENABLE
+2 MOUSE_24G_250HZ_ENABLE
+3 MOUSE_CLK_16M_ENABLE
+4 MOUSE_DPI_4_LEVEL_ENABLE
+5 MOUSE_KEYBOARD_ENABLE
+
+7 MOUSE_DEVICE_NUMBER_FLAG
+)
+
+(
+0 MULTI_LED_ON
+1 MULTI_LED_BLINK
+)
+
+
+//otp address offset
+(
+0x760 OTP_OFFSET_DPI
+0x78f OTP_OFFSET_DPI_END
+
+0x790 OTP_OFFSET_24G_ADDR
+0x7cf OTP_OFFSET_24G_ADDR_END		
+
+0x7ee OTP_OFFSET_APP_INITLAG
+)
+
+
+
+
+
+
+
+
+(
+0 BLE_SHUTTER
+1 CLASSIC_SHUTTER
+)
+
+(
+0x0000 NVRAM_EEPROM_OFFSET
+)
+
+(
+0x1b3a SHUTTER_EEPROM_CONFIG_CRC
+)
+
+(
+5 MAX_QUEUE_NUM
+5 SHUTTER_BLE_DATA_BUFFER
+5 SHUTTER_CLASSIC_DATA_BUFFER
+)
+
+
+(
+0x13	GATT_CONSUMER_NOTIFY_HANDLE
+0x14	GATT_CONSUMER_WRITE_HANDLE
+0x17	GATT_KEYBOARD_NOTIFY_HANDLE
+0x18	GATT_KEYBOARD_WRITE_HANDLE
+)
+
+(
+//20ms
+0x0020	FAST_ADV_INTERVAL_VALUE
+//100ms
+0x00a0	SLOW_ADV_INTERVAL_VALUE
+)
+
+
+(
+0 ATT_BIT_NOTIFICATION
+1 ATT_BIT_INDICATION
+)
+///////////////////////////////////////////////////////////////////////////////////////
+
+(
+0 HARD_SWITCH
+1 SOFT_SWITCH
+)
+
+
+(
+1  FLAG_SHUTTER_HID_DISCONN_TIMEOUT
+5 FLAG_SHUTTER_CABLE_UNPLUG_TIMEOUT
+)
+
+(//Data Rom Buffer Addr
+313		BLE_GATT_LIST_SIZE
+487		BT_SDP_LIST_SIZE
+40		BLE_KEY_VALUE_LIST_SIZE
+40		BT_KEY_VALUE_LIST_SIZE
+)
+
+
+(//soft switch power state
+0		SS_STATE_POWER_UP
+1		SS_STATE_POWER_ON
+2		SS_STATE_POWER_OFF
+)
+
+(
+0		SS_POWER_STATE_OFFSET
+1		SS_POWER_ON_TIME
+2		SS_POWER_OFF_TIME
+3		SS_POWER_ON_CB
+5		SS_POWER_OFF_CB
+
+)
+
+(
+
+0x4FFE SIM_IIC_SCL_GPIO_NUM
+0x4FFF SIM_IIC_SDA_GPIO_NUM
+
+)
+
+(
+0 SHUTTER_TYPE
+1 SHUTTER_DY_TYPE
+)
+
+
+
+
+(
+10 MAX_QUEUE_NUM_COMBINEKEY
+10 MAX_QUEUE_NUM_RELEASE
+3 MAX_QUEUE_NUM_LONG_RELEASE
+10 MAX_QUEUE_NEW_PRESS
+
+10 EVERY_PAYLOAD_LEN
+)
+
+
+(
+0x24	GATT_KEYBOARD_WRITE_HANDLE_NEW
+)
+
+
+///////////////////////////////////////////////////////////////////////////////////////
+
+(//Data Rom Buffer Addr
+640		BT_DY_KEY_VALUE_LIST_SIZE
+)
+
+//otp address offset
+(
+0x05   SHUTTER_PARA_TOTAL_NUM
+//0x7b0  SHUTTER_EFUSE_START_OFFECT	//璧峰鍦板潃
+//0x680  SHUTTER_EFUSE_END_OFFECT	       //缁撴潫鍦板潃
+)
+
+
+(
+//uart config
+115200 UART_BAUD
+)
+
+(
+10 SHUTTER_KEY_CONF_SATE_BYTES
+0 KEY_STATE_PRESS_CLK_OFFSET
+4 KEY_STATE_PRESS_COUNT_OFFSET
+5 KEY_STATE_RELEASE_CLK_OFFSET
+9 KEY_STATE_LONGPRESS_OFFSET
+4 KEY_STATE_PRESS_CLK_LENGTH
+1 KEY_STATE_PRESS_COUNT_LENGTH
+4 KEY_STATE_RELEASE_CLK_LENGTH
+1 KEY_STATE_LONGPRESS_LENGTH
+)
+
+(
+0  SHUTTER_RIGHT_KEY_NUM
+1  SHUTTER_LIKE_KEY_NUM
+2  SHUTTER_DOWN_KEY_NUM
+3  SHUTTER_PHOTO_KEY_NUM
+4  SHUTTER_UP_KEY_NUM
+5  SHUTTER_LEFT_KEY_NUM
+6  SHUTTER_MOVE_KEY_NUM
+)
+
+(
+//0xaa ANDROID_INITIAL_MOVE_X //170
+//0x78 ANDROID_INITIAL_MOVE_Y //120
+//0x69 IPHONE_INITIAL_MOVE_X
+//0x38 IPHONE_INITIAL_MOVE_Y
+0X0a ANDROID_EVERY_MOVE_SIZE
+0x07 IPHONE_EVERY_MOVE_SIZE
+0x62 IPHONE_ONCE_MAX_MOVE_VALUE
+)
+
+(
+0x00 MOVE_COMBINE_KEY
+0x01 MOVE_SINGLE_KEY
+)
+
+(
+//6key or 7key conf
+6 SHUTTER_SIX_KEY
+7 SHUTTER_SEVEN_KEY
+)
+
+
+
+
+
+
+
+
+(
+0x0b00 mem_pn9  
+1022 mem_pn9_size
+)
+
+(
+8 FCC_PARA_LEN
+)
+
+//data rate
+(
+0x01 FCC_DATA_RATE_1Mbps
+)
+//tx rx mode select
+(
+0x01 FCC_TX
+0x02 FCC_RX
+)
+//BT or BLE
+(
+0x02 FCC_BLE_MODE
+0x01 FCC_BT_MODE
+)
+
+//carrier or data
+(
+0x22 FCC_CARRIER
+0 FCC_DATA
+)
+
+//data length
+(
+0x19 FCC_LEN_DH1
+0x78 FCC_LEN_DH3
+0xf0 FCC_LEN_DH5
+)
+
+//fixed or hop frequence
+(
+0x02 FCC_FIXED_FREQ
+0x01 FCC_HOP_FREQ
+)
+(
+0x890d core_tx_test_mode
+)
+
+
+
+
+
+
+
+//mem_l2cap_lpm_txbuf
+(
+256 l2cap_lpm_txbuf_len
+)
+
+(
+4 L2CAP_TX_FIFO_SIZE
+8 L2CAP_TX_BUFF_CNT
+
+)
+
+
+//
+//
+//Large memory blocks defined in this file.
+//Blocks Shall be defined with absolute address.
+//Blocks' length Shall be specified in comment following Blocks' names.
+//Different blocks MAY be overlap.
+//Blocks defined in this file Shall NOT be overlap with variable in memmap.format.
+
+
+
+//l2cap RX buffers
+(
+0xf00 mem_le_l2cap_buf		//0x100
+)
+
+//l2cap TX buffers
+(
+0xd00 mem_ble_tx_buff0
+0x60 mem_ble_l2cap_tx_buff_size
+)
+
+
+//uart buffer
+(
+0xc00 mem_h5rx_buf//0x400
+0xeff mem_h5rx_buf_end
+0xf00 mem_h5tx_buf
+0xfff mem_h5tx_buf_end
+)
+
+
+(
+0x4c00 mem_savelist
+)
+
+
+(
+	  0 patch00_0
+	  1 patch00_1
+	  2 patch00_2
+	  3 patch00_3
+	  4 patch00_4
+	  5 patch00_5
+	  6 patch00_6
+	  7 patch00_7
+	  8 patch01_0
+	  9 patch01_1
+	 10 patch01_2
+	 11 patch01_3
+	 12 patch01_4
+	 13 patch01_5
+	 14 patch01_6
+	 15 patch01_7
+	 16 patch02_0
+	 17 patch02_1
+	 18 patch02_2
+	 19 patch02_3
+	 20 patch02_4
+	 21 patch02_5
+	 22 patch02_6
+	 23 patch02_7
+	 24 patch03_0
+	 25 patch03_1
+	 26 patch03_2
+	 27 patch03_3
+	 28 patch03_4
+	 29 patch03_5
+	 30 patch03_6
+	 31 patch03_7
+	 32 patch04_0
+	 33 patch04_1
+	 34 patch04_2
+	 35 patch04_3
+	 36 patch04_4
+	 37 patch04_5
+	 38 patch04_6
+	 39 patch04_7
+	 40 patch05_0
+	 41 patch05_1
+	 42 patch05_2
+	 43 patch05_3
+	 44 patch05_4
+	 45 patch05_5
+	 46 patch05_6
+	 47 patch05_7
+	 48 patch06_0
+	 49 patch06_1
+	 50 patch06_2
+	 51 patch06_3
+	 52 patch06_4
+	 53 patch06_5
+	 54 patch06_6
+	 55 patch06_7
+	 56 patch07_0
+	 57 patch07_1
+	 58 patch07_2
+	 59 patch07_3
+	 60 patch07_4
+	 61 patch07_5
+	 62 patch07_6
+	 63 patch07_7
+	 64 patch08_0
+	 65 patch08_1
+	 66 patch08_2
+	 67 patch08_3
+	 68 patch08_4
+	 69 patch08_5
+	 70 patch08_6
+	 71 patch08_7
+	 72 patch09_0
+	 73 patch09_1
+	 74 patch09_2
+	 75 patch09_3
+	 76 patch09_4
+	 77 patch09_5
+	 78 patch09_6
+	 79 patch09_7
+	 80 patch0a_0
+	 81 patch0a_1
+	 82 patch0a_2
+	 83 patch0a_3
+	 84 patch0a_4
+	 85 patch0a_5
+	 86 patch0a_6
+	 87 patch0a_7
+	 88 patch0b_0
+	 89 patch0b_1
+	 90 patch0b_2
+	 91 patch0b_3
+	 92 patch0b_4
+	 93 patch0b_5
+	 94 patch0b_6
+	 95 patch0b_7
+	 96 patch0c_0
+	 97 patch0c_1
+	 98 patch0c_2
+	 99 patch0c_3
+	100 patch0c_4
+	101 patch0c_5
+	102 patch0c_6
+	103 patch0c_7
+	104 patch0d_0
+	105 patch0d_1
+	106 patch0d_2
+	107 patch0d_3
+	108 patch0d_4
+	109 patch0d_5
+	110 patch0d_6
+	111 patch0d_7
+	112 patch0e_0
+	113 patch0e_1
+	114 patch0e_2
+	115 patch0e_3
+	116 patch0e_4
+	117 patch0e_5
+	118 patch0e_6
+	119 patch0e_7
+	120 patch0f_0
+	121 patch0f_1
+	122 patch0f_2
+	123 patch0f_3
+	124 patch0f_4
+	125 patch0f_5
+	126 patch0f_6
+	127 patch0f_7
+	128 patch10_0
+	129 patch10_1
+	130 patch10_2
+	131 patch10_3
+	132 patch10_4
+	133 patch10_5
+	134 patch10_6
+	135 patch10_7
+	136 patch11_0
+	137 patch11_1
+	138 patch11_2
+	139 patch11_3
+	140 patch11_4
+	141 patch11_5
+	142 patch11_6
+	143 patch11_7
+	144 patch12_0
+	145 patch12_1
+	146 patch12_2
+	147 patch12_3
+	148 patch12_4
+	149 patch12_5
+	150 patch12_6
+	151 patch12_7
+	152 patch13_0
+	153 patch13_1
+	154 patch13_2
+	155 patch13_3
+	156 patch13_4
+	157 patch13_5
+	158 patch13_6
+	159 patch13_7
+	160 patch14_0
+	161 patch14_1
+	162 patch14_2
+	163 patch14_3
+	164 patch14_4
+	165 patch14_5
+	166 patch14_6
+	167 patch14_7
+	168 patch15_0
+	169 patch15_1
+	170 patch15_2
+	171 patch15_3
+	172 patch15_4
+	173 patch15_5
+	174 patch15_6
+	175 patch15_7
+	176 patch16_0
+	177 patch16_1
+	178 patch16_2
+	179 patch16_3
+	180 patch16_4
+	181 patch16_5
+	182 patch16_6
+	183 patch16_7
+	184 patch17_0
+	185 patch17_1
+	186 patch17_2
+	187 patch17_3
+	188 patch17_4
+	189 patch17_5
+	190 patch17_6
+	191 patch17_7
+	192 patch18_0
+	193 patch18_1
+	194 patch18_2
+	195 patch18_3
+	196 patch18_4
+	197 patch18_5
+	198 patch18_6
+	199 patch18_7
+	200 patch19_0
+	201 patch19_1
+	202 patch19_2
+	203 patch19_3
+	204 patch19_4
+	205 patch19_5
+	206 patch19_6
+	207 patch19_7
+	208 patch1a_0
+	209 patch1a_1
+	210 patch1a_2
+	211 patch1a_3
+	212 patch1a_4
+	213 patch1a_5
+	214 patch1a_6
+	215 patch1a_7
+	216 patch1b_0
+	217 patch1b_1
+	218 patch1b_2
+	219 patch1b_3
+	220 patch1b_4
+	221 patch1b_5
+	222 patch1b_6
+	223 patch1b_7
+	224 patch1c_0
+	225 patch1c_1
+	226 patch1c_2
+	227 patch1c_3
+	228 patch1c_4
+	229 patch1c_5
+	230 patch1c_6
+	231 patch1c_7
+	232 patch1d_0
+	233 patch1d_1
+	234 patch1d_2
+	235 patch1d_3
+	236 patch1d_4
+	237 patch1d_5
+	238 patch1d_6
+	239 patch1d_7
+	240 patch1e_0
+	241 patch1e_1
+	242 patch1e_2
+	243 patch1e_3
+	244 patch1e_4
+	245 patch1e_5
+	246 patch1e_6
+	247 patch1e_7
+	248 patch1f_0
+	249 patch1f_1
+	250 patch1f_2
+	251 patch1f_3
+	252 patch1f_4
+	253 patch1f_5
+	254 patch1f_6
+	255 patch1f_7
+	  0 patch20_0
+	  1 patch20_1
+	  2 patch20_2
+	  3 patch20_3
+	  4 patch20_4
+	  5 patch20_5
+	  6 patch20_6
+	  7 patch20_7
+	  8 patch21_0
+	  9 patch21_1
+	 10 patch21_2
+	 11 patch21_3
+	 12 patch21_4
+	 13 patch21_5
+	 14 patch21_6
+	 15 patch21_7
+	 16 patch22_0
+	 17 patch22_1
+	 18 patch22_2
+	 19 patch22_3
+	 20 patch22_4
+	 21 patch22_5
+	 22 patch22_6
+	 23 patch22_7
+	 24 patch23_0
+	 25 patch23_1
+	 26 patch23_2
+	 27 patch23_3
+	 28 patch23_4
+	 29 patch23_5
+	 30 patch23_6
+	 31 patch23_7
+	 32 patch24_0
+	 33 patch24_1
+	 34 patch24_2
+	 35 patch24_3
+	 36 patch24_4
+	 37 patch24_5
+	 38 patch24_6
+	 39 patch24_7
+	 40 patch25_0
+	 41 patch25_1
+	 42 patch25_2
+	 43 patch25_3
+	 44 patch25_4
+	 45 patch25_5
+	 46 patch25_6
+	 47 patch25_7
+	 48 patch26_0
+	 49 patch26_1
+	 50 patch26_2
+	 51 patch26_3
+	 52 patch26_4
+	 53 patch26_5
+	 54 patch26_6
+	 55 patch26_7
+	 56 patch27_0
+	 57 patch27_1
+	 58 patch27_2
+	 59 patch27_3
+	 60 patch27_4
+	 61 patch27_5
+	 62 patch27_6
+	 63 patch27_7
+	 64 patch28_0
+	 65 patch28_1
+	 66 patch28_2
+	 67 patch28_3
+	 68 patch28_4
+	 69 patch28_5
+	 70 patch28_6
+	 71 patch28_7
+	 72 patch29_0
+	 73 patch29_1
+	 74 patch29_2
+	 75 patch29_3
+	 76 patch29_4
+	 77 patch29_5
+	 78 patch29_6
+	 79 patch29_7
+	 80 patch2a_0
+	 81 patch2a_1
+	 82 patch2a_2
+	 83 patch2a_3
+	 84 patch2a_4
+	 85 patch2a_5
+	 86 patch2a_6
+	 87 patch2a_7
+	 88 patch2b_0
+	 89 patch2b_1
+	 90 patch2b_2
+	 91 patch2b_3
+	 92 patch2b_4
+	 93 patch2b_5
+	 94 patch2b_6
+	 95 patch2b_7
+	 96 patch2c_0
+	 97 patch2c_1
+	 98 patch2c_2
+	 99 patch2c_3
+	100 patch2c_4
+	101 patch2c_5
+	102 patch2c_6
+	103 patch2c_7
+	104 patch2d_0
+	105 patch2d_1
+	106 patch2d_2
+	107 patch2d_3
+	108 patch2d_4
+	109 patch2d_5
+	110 patch2d_6
+	111 patch2d_7
+	112 patch2e_0
+	113 patch2e_1
+	114 patch2e_2
+	115 patch2e_3
+	116 patch2e_4
+	117 patch2e_5
+	118 patch2e_6
+	119 patch2e_7
+	120 patch2f_0
+	121 patch2f_1
+	122 patch2f_2
+	123 patch2f_3
+	124 patch2f_4
+	125 patch2f_5
+	126 patch2f_6
+	127 patch2f_7
+	128 patch30_0
+	129 patch30_1
+	130 patch30_2
+	131 patch30_3
+	132 patch30_4
+	133 patch30_5
+	134 patch30_6
+	135 patch30_7
+	136 patch31_0
+	137 patch31_1
+	138 patch31_2
+	139 patch31_3
+	140 patch31_4
+	141 patch31_5
+	142 patch31_6
+	143 patch31_7
+	144 patch32_0
+	145 patch32_1
+	146 patch32_2
+	147 patch32_3
+	148 patch32_4
+	149 patch32_5
+	150 patch32_6
+	151 patch32_7
+	152 patch33_0
+	153 patch33_1
+	154 patch33_2
+	155 patch33_3
+	156 patch33_4
+	157 patch33_5
+	158 patch33_6
+	159 patch33_7
+	160 patch34_0
+	161 patch34_1
+	162 patch34_2
+	163 patch34_3
+	164 patch34_4
+	165 patch34_5
+	166 patch34_6
+	167 patch34_7
+	168 patch35_0
+	169 patch35_1
+	170 patch35_2
+	171 patch35_3
+	172 patch35_4
+	173 patch35_5
+	174 patch35_6
+	175 patch35_7
+	176 patch36_0
+	177 patch36_1
+	178 patch36_2
+	179 patch36_3
+	180 patch36_4
+	181 patch36_5
+	182 patch36_6
+	183 patch36_7
+	184 patch37_0
+	185 patch37_1
+	186 patch37_2
+	187 patch37_3
+	188 patch37_4
+	189 patch37_5
+	190 patch37_6
+	191 patch37_7
+	192 patch38_0
+	193 patch38_1
+	194 patch38_2
+	195 patch38_3
+	196 patch38_4
+	197 patch38_5
+	198 patch38_6
+	199 patch38_7
+	200 patch39_0
+	201 patch39_1
+	202 patch39_2
+	203 patch39_3
+	204 patch39_4
+	205 patch39_5
+	206 patch39_6
+	207 patch39_7
+	208 patch3a_0
+	209 patch3a_1
+	210 patch3a_2
+	211 patch3a_3
+	212 patch3a_4
+	213 patch3a_5
+	214 patch3a_6
+	215 patch3a_7
+	216 patch3b_0
+	217 patch3b_1
+	218 patch3b_2
+	219 patch3b_3
+	220 patch3b_4
+	221 patch3b_5
+	222 patch3b_6
+	223 patch3b_7
+	224 patch3c_0
+	225 patch3c_1
+	226 patch3c_2
+	227 patch3c_3
+	228 patch3c_4
+	229 patch3c_5
+	230 patch3c_6
+	231 patch3c_7
+	232 patch3d_0
+	233 patch3d_1
+	234 patch3d_2
+	235 patch3d_3
+	236 patch3d_4
+	237 patch3d_5
+	238 patch3d_6
+	239 patch3d_7
+	240 patch3e_0
+	241 patch3e_1
+	242 patch3e_2
+	243 patch3e_3
+	244 patch3e_4
+	245 patch3e_5
+	246 patch3e_6
+	247 patch3e_7
+	248 patch3f_0
+	249 patch3f_1
+	250 patch3f_2
+	251 patch3f_3
+	252 patch3f_4
+	253 patch3f_5
+	254 patch3f_6
+	255 patch3f_7
+
+)
+(
+	0x8000 core_chipid
+	0x8003 core_kick
+	0x8004 core_write_wdt
+	0x8005 core_lpm_wr
+	0x8006 core_misc_ctrl
+	0x8007 core_otp_rdata
+	0x800a core_ccm_ctrl
+	0x800b core_write_wdt2
+	0x8010 core_reset
+	0x8011 core_encrypt
+	0x8012 core_lpm_wr2
+	0x8022 core_ucode_hi
+	0x8023 core_ucode_ctrl
+	0x8024 core_ucode_low
+	0x8025 core_ucode_data
+
+	0x8040 core_halfslot
+	0x8042 core_clksel
+	0x8043 core_uart_clksel
+	0x8043 core_config
+	0x8044 core_xtal_stable_time
+	0x8045 core_otp_addr
+	0x8046 core_otp_din
+	0x8047 core_otp_ctrl
+	0x8048 core_otpd_addr
+	0x804a core_otpd_len
+	0x804b core_otpd_ctrl
+	0x804c core_lpm_reg
+	0x804f core_lpm_isogate
+	0x8050 core_clkoff
+	0x8052 core_uart_baud
+	0x8053 core_sum_en
+	0x8054 core_uart_rsaddr
+	0x8056 core_uart_readdr
+	0x8058 core_uart_rrptr
+	0x805a core_uart_tsaddr
+	0x805c core_uart_teaddr
+	0x805e core_uart_twptr
+	0x8060 core_uart_ctrl
+	0x8061 core_nec_start_addr
+	0x8063 core_nec_end_addr
+	0x8065 core_nec_rptr
+	0x8067 core_nec_control
+	0x8068 core_ccm_input_playload_addr
+	0x806a core_ccm_output_playload_addr
+	0x806c core_ccm_aad0
+	0x806d core_ccm_aad1
+	0x806e core_ccm_aad2
+	0x806f core_aes_en
+	0x8070 core_gpio_conf
+	0x807e core_keybuf_saddr
+	0x8080 core_spid_ctrl
+	0x8081 core_spid_delay
+	0x8082 core_spid_txlen
+	0x8084 core_spid_txaddr
+	0x8086 core_spid_rxaddr
+	0x8088 core_spid_rxlen
+	0x808a core_iicd_ctrl
+	0x808b core_iicd_scl_low
+	0x808c core_iicd_scl_high
+	0x808d core_iicd_start_setup
+	0x808e core_iicd_start_hold
+	0x808f core_iicd_stop_setup
+	0x8090 core_iicd_data_setup
+	0x8091 core_iicd_data_hold
+	0x8092 core_iicd_txlen
+	0x8094 core_iicd_txaddr
+	0x8096 core_iicd_rxaddr
+	0x8098 core_iicd_rxlen
+	0x809a core_pwm_en
+	0x809b core_pwm_init
+	0x809c core_pwm_pcnt0
+	0x809e core_pwm_ncnt0
+	0x80a0 core_pwm_pcnt1
+	0x80a2 core_pwm_ncnt1
+	0x80a4 core_pwm_pcnt2
+	0x80a6 core_pwm_ncnt2
+	0x80a8 core_pwm_pcnt3
+	0x80aa core_pwm_ncnt3
+	0x80ac core_pwm_pcnt4
+	0x80ae core_pwm_ncnt4
+	0x80b0 core_pwm_pcnt5
+	0x80b2 core_pwm_ncnt5
+	0x80b4 core_pwm_pcnt6
+	0x80b6 core_pwm_ncnt6
+	0x80b8 core_pwm_pcnt7
+	0x80ba core_pwm_ncnt7
+	0x80bc core_ac_ctrl
+	0x80bf core_ac_saddr
+	0x80c1 core_ccm_inptr
+	0x80c3 core_pwm_sync
+	0x80c5 core_pwm_autoload
+	0x80c6 core_sum_ctrl
+	
+	0x8108 core_misc_status
+	0x8109 core_qdec_cntx
+	0x810a core_watchdog_cnt
+	0x810b core_uart_status
+	0x810c core_uart_rbaud
+	0x810e core_uart_txitems
+	0x8110 core_uart_trptr
+	0x8112 core_uart_rxitems
+	0x8114 core_uart_rdptr
+	0x8116 core_uart_rwptr
+	0x8118 core_debug_baud
+	0x811a core_ccm_outptr
+	0x811c core_gpio_in
+	0x811d core_gpio_in1
+	0x811e core_ucode_flag
+	0x811f core_peripheral_lock
+	0x8120 core_nec_wptr
+	0x8122 core_current_otp_addr
+	0x8124 core_spid_remain
+	0x8126 core_iicd_remain
+	0x8128 core_dma_status
+	0x8129 core_perf_status
+	0x812a core_adc_in
+	0x812c core_nec_rxitem
+	0x8130 core_lpm_ctrl
+	0x8134 core_lpm_xtalcnt
+	0x8135 core_lpm_buckcnt
+	0x8136 core_lpm_ldocnt
+	0x8137 core_lpm_latch
+	0x8138 core_lpm_ctrl2
+	0x813c core_gpio_wakeup_low
+	0x8140 core_gpio_wakeup_high
+	0x8144 core_aes_decode_key_init
+	0x8145 core_clk_counter
+	0x814c core_adc_sum
+	0x814e core_mpu_s0_saddr
+	0x8150 core_mpu_s0_eaddr
+	0x8152 core_mpu_s1_saddr
+	0x8154 core_mpu_s1_eaddr
+	
+	0x8203 core_ice_ctrl
+	0x8204 core_ice_status
+	0x8205 core_ice_break0
+	0x8207 core_ice_break1
+  
+
+	0x8900 modem_en
+	0x8960 core_rf_rx_agc_ctrl
+	0x8961 core_rf_rx_gain_fix
+	0x8968 core_agc_wb_sat_th
+	0x8969 core_agc_nb_sat_th
+	0x89a0 modem_rssi
+	0x89a1 modem_wb_pow
+	0x89a2 modem_nb_pow
+	0x89a3 modem_gain
+	0x89a4 modem_status
+
+	0x89f0 fpga_rf_gain
+	0x89f1 fpga_rf_gain_ctrl
+	0x89f2 fpga_uart_ctrl
+	0x89f3 fpga_uart_wdata
+	0x89f4 fpga_uart_rdata
+	0x89f5 fpga_uart_status
+
+	0x8a00 core_clkpll_ctrl0              
+	0x8a01 core_clkpll_ctrl1              
+	0x8a02 core_clkpll_ctrl2              
+	0x8a03 core_clkpll_cfg0               
+	0x8a04 core_clkpll_cfg1               
+	0x8a05 core_clkpll_cfg2               
+	0x8a06 core_clkpll_cfg3               
+	0x8a07 core_clkpll_cfg4               
+	0x8a08 core_clkpll_cfg5               
+	0x8a09 core_clkpll_cfg6               
+	0x8a0a core_rf_ldo_en0                
+	0x8a0b core_rf_ldo_en1                
+	0x8a0c core_rf_ldo_cfg0               
+	0x8a0d core_rf_ldo_cfg1               
+	0x8a0e core_rf_ldo_cfg2               
+	0x8a0f core_rf_ldo_cfg3               
+	0x8a10 core_rf_ldo_cfg4               
+	0x8a11 core_rf_ldo_cfg5               
+	0x8a12 core_rf_ldo_cfg6               
+	0x8a13 core_rf_ldo_cfg7               
+	0x8a14 core_rf_ldo_cfg8               
+	0x8a15 core_rf_ldo_cfg9               
+	0x8a16 core_syn_en                    
+	0x8a17 core_rx_en0                    
+	0x8a18 core_rx_en1                    
+	0x8a19 core_tx_en0                    
+	0x8a1a core_tx_en1                    
+	0x8a1b core_force_ctrl                
+	0x8a1c core_rx_lna_gc_gc0             
+	0x8a1d core_rx_lna_gc_gc1             
+	0x8a1e core_rx_lna_gc_gc2             
+	0x8a1f core_rx_lna_gc_gc3             
+	0x8a20 core_rx_lna_gc_gc4             
+	0x8a21 core_rx_lna_gc_gc5             
+	0x8a22 core_rx_lna_gc_gc6             
+	0x8a23 core_rx_lna_gc_gc7             
+	0x8a24 core_rx_lna_gc_gc8             
+	0x8a25 core_rx_lna_hg_isel_gc6        
+	0x8a26 core_rx_lna_hg_isel_gc7        
+	0x8a27 core_rx_lna_hg_isel_gc8        
+	0x8a28 core_rx_lna_lg_isel_gc0        
+	0x8a29 core_rx_lna_lg_isel_gc1        
+	0x8a2a core_rx_lna_lg_isel_gc2        
+	0x8a2b core_rx_lna_lg_isel_gc3        
+	0x8a2c core_rx_lna_lg_isel_gc4        
+	0x8a2d core_rx_lna_lg_isel_gc5        
+	0x8a2e core_rx_bq_gc_gc0              
+	0x8a2f core_rx_bq_gc_gc1              
+	0x8a30 core_rx_bq_gc_gc2              
+	0x8a31 core_rx_bq_gc_gc3              
+	0x8a32 core_rx_bq_gc_gc4              
+	0x8a33 core_rx_bq_gc_gc5              
+	0x8a34 core_rx_bq_gc_gc6              
+	0x8a35 core_rx_bq_gc_gc7              
+	0x8a36 core_rx_bq_gc_gc8              
+	0x8a37 core_rx_gain_force             
+	0x8a38 core_rx_lna_isel_force         
+	0x8a39 core_tx_pwr_ctrl0              
+	0x8a3a core_tx_pwr_ctrl1              
+	0x8a3b core_tx_pwr_ctrl2              
+	0x8a3c core_tx_pwr_ctrl3              
+	0x8a3d core_syn_top_ctrl              
+	0x8a3e core_syn_mmd_cp_ctrl           
+	0x8a3f core_syn_divr_int              
+	0x8a40 core_syn_divr_frac2            
+	0x8a41 core_syn_divr_frac1            
+	0x8a42 core_syn_divr_frac0            
+	0x8a43 core_syn_cal_ctrl              
+	0x8a44 core_rx_tiai_dcoc_gc0          
+	0x8a45 core_rx_tiaq_dcoc_gc0          
+	0x8a46 core_rx_tiai_dcoc_gc1          
+	0x8a47 core_rx_tiaq_dcoc_gc1          
+	0x8a48 core_rx_tiai_dcoc_gc2          
+	0x8a49 core_rx_tiaq_dcoc_gc2          
+	0x8a4a core_rx_tiai_dcoc_gc3          
+	0x8a4b core_rx_tiaq_dcoc_gc3          
+	0x8a4c core_rx_tiai_dcoc_gc4          
+	0x8a4d core_rx_tiaq_dcoc_gc4          
+	0x8a4e core_rx_tiai_dcoc_gc5          
+	0x8a4f core_rx_tiaq_dcoc_gc5          
+	0x8a50 core_rx_tiai_dcoc_gc6          
+	0x8a51 core_rx_tiaq_dcoc_gc6          
+	0x8a52 core_rx_tiai_dcoc_gc7          
+	0x8a53 core_rx_tiaq_dcoc_gc7          
+	0x8a54 core_rx_tiai_dcoc_gc8          
+	0x8a55 core_rx_tiaq_dcoc_gc8          
+	0x8a56 core_rx_bq_daci_gc0            
+	0x8a57 core_rx_bq_dacq_gc0            
+	0x8a58 core_rx_bq_daci_gc1            
+	0x8a59 core_rx_bq_dacq_gc1            
+	0x8a5a core_rx_bq_daci_gc2            
+	0x8a5b core_rx_bq_dacq_gc2            
+	0x8a5c core_rx_bq_daci_gc3            
+	0x8a5d core_rx_bq_dacq_gc3            
+	0x8a5e core_rx_bq_daci_gc4            
+	0x8a5f core_rx_bq_dacq_gc4            
+	0x8a60 core_rx_bq_daci_gc5            
+	0x8a61 core_rx_bq_dacq_gc5            
+	0x8a62 core_rx_bq_daci_gc6            
+	0x8a63 core_rx_bq_dacq_gc6            
+	0x8a64 core_rx_bq_daci_gc7            
+	0x8a65 core_rx_bq_dacq_gc7            
+	0x8a66 core_rx_bq_daci_gc8            
+	0x8a67 core_rx_bq_dacq_gc8            
+	0x8a68 core_rx_tiai_dcoc_force        
+	0x8a69 core_rx_tiaq_dcoc_force        
+	0x8a6a core_rx_bq_daci_force          
+	0x8a6b core_rx_bq_dacq_force          
+	0x8a6c core_rx_bq_bw_cal              
+	0x8a6d core_rx_bq_cfg0                
+	0x8a6e core_rx_bq_cfg1                
+	0x8a6f core_rx_bq_cfg2                
+	0x8a70 core_rx_bq_cfg3                
+	0x8a71 core_rx_bq_cfg4                
+	0x8a72 core_rx_lna_cfg0               
+	0x8a73 core_rx_lna_cfg1               
+	0x8a74 core_rx_lna_cfg2               
+	0x8a75 core_rx_lna_cfg3               
+	0x8a76 core_rx_mixer_cfg0             
+	0x8a77 core_rx_mixer_cfg1             
+	0x8a78 core_rx_mixer_cfg2             
+	0x8a79 core_rx_adc_clk_cfg            
+	0x8a7a core_rx_iqadc_cfg              
+	0x8a7b core_rx_rssiadc_cfg            
+	0x8a7c core_syn_state0                
+	0x8a7d core_syn_state1                
+	0x8a7e core_syn_bias_cfg              
+	0x8a7f core_syn_cdb_cfg0              
+	0x8a80 core_syn_cdb_cfg1              
+	0x8a81 core_syn_cdb_cfg2              
+	0x8a82 core_syn_cdb_cfg3              
+	0x8a83 core_syn_pfd_lkd_cfg           
+	0x8a84 core_syn_cp_lpf_cfg            
+	0x8a85 core_syn_loopdiv_dsm_cfg       
+	0x8a86 core_syn_afc_cfg0              
+	0x8a87 core_syn_afc_cfg1              
+	0x8a88 core_syn_afc_cfg2              
+	0x8a89 core_syn_afc_cfg3              
+	0x8a8a core_syn_aac_cfg0              
+	0x8a8b core_syn_aac_cfg1              
+	0x8a8c core_logen_process_cal0        
+	0x8a8d core_logen_process_cal1        
+	0x8a8e core_logen_process_cal2        
+	0x8a8f core_logen_process_cal3        
+	0x8a90 core_logen_process_cal4        
+	0x8a91 core_logen_process_cal5        
+	0x8a92 core_logen_process_cal6        
+	0x8a93 core_logen_process_cal7        
+	0x8a94 core_logen_process_cal8        
+	0x8a95 core_logen_process_ca9         
+	0x8a96 core_logen_process_ca10        
+	0x8a97 core_gpadc_ctrl                
+	0x8a98 core_tx_abb_cfg                
+	0x8a99 core_tx_mixer_cfg0             
+	0x8a9a core_tx_mixer_cfg1             
+	0x8a9b core_tx_mixer_cfg2             
+	0x8a9c core_tx_pa_cfg                 
+	0x8a9d core_syn_tst_ctrl              
+	0x8a9e core_ana_test_control0         
+	0x8a9f core_ana_test_control1         
+	0x8aa0 rfen_chgpump
+	0x8aa1 rfen_chgpump_ctrl1
+	0x8aa2 rfen_chgpump_ctrl2
+
+	0x8c00 core_usb_config
+	0x8c01 core_usb_int_mask
+	0x8c02 core_usb_addr
+	0x8c03 core_usb_rx_saddr
+	0x8c05 core_usb_rx_eaddr
+	0x8c07 core_usb_rxptr
+	0x8c09 core_usb_tx_saddr0
+	0x8c0b core_usb_tx_saddr1
+	0x8c0d core_usb_tx_saddr2
+	0x8c0f core_usb_tx_saddr3
+	0x8c11 core_usb_hmode
+	0x8c18 core_usb_trig
+	0x8c19 core_usb_stall
+	0x8c1a core_usb_clear		//7bit reset   
+	0x8c20 core_usb_rx_wptr
+	0x8c22 core_usb_stall_status
+	0x8c23 core_usb_status
+	0x8c24 core_usb_txbusy
+	0x8c25 core_usb_sof_cntl
+	0x8c26 core_usb_sof_cnth
+
+	
+
+
+
+    
+    
+)
+
+(
+1 otpd_start
+)
+
+(
+4 rx_freq_offset
+2 tx_freq_offset
+)
+
+(
+
+  4 whiteoff_bit
+  6 clksel_rc
+  1 clksel_dpll_24M
+  5 clksel_dpll
+  4 clksel_xtal
+  5 adc_rccal
+  0 bpf_rccal
+  1 demod_clkoff
+)
+
+(
+  2 reload_code
+  3 gpio_latch
+  4 enable_retmem
+  7 cold_wake
+  0xef isogate_mask
+  0xe0 cs_mask
+)
+
+
+// misc ctrl
+(
+  0X02 SPID_START
+  0X04 IICD_START
+  0X08 LOCK_OTP
+  0X10 X_SETHI
+  0X20 Y_SETHI
+  0X40 Z_SETHI
+  0X80 CCNT_START
+)
+// DMA STATUS BIT
+(
+  0 OTPD_CRCOK
+  1 OTPD_DONE
+  2 SPID_CRCOK
+  3 SPID_DONE
+  4 IICD_CRCOK
+  5 IICD_DONE
+  6 IICD_ACK
+)
+
+//bit map of core_uart_status
+(
+1 UART_STATUS_TX_BUSY
+2 UART_STATUS_RX_FIFO_EMPTY
+3 UART_STATUS_RX_FIFO_FULL
+4 UARTB_STATUS_TX_BUSY
+5 UARTB_STATUS_RX_FIFO_EMPTY
+6 UARTB_STATUS_RX_FIFO_FULL
+)
+
+(//core_uart_clksel
+0 UART_CLOCK_SELECT_BIT
+0xFE UART_CLOCK_SELECT_CRYSTAL
+0x01 UART_CLOCK_SELECT_DPLL
+
+24000000 uart_clock_freq_24M
+48000000 uart_clock_freq_48M
+)
+
+
+(//bit map of core_uart_ctrl
+0 BIT_UART_CONTROL_ENABLE
+1 BIT_UART_CONTROL_PARITY
+2 BIT_UART_CONTROL_DATA_LENGTH
+3 BIT_UART_CONTROL_STOP_BIT_SIZE
+4 BIT_UART_CONTROL_FLOW_CONTROL
+5 BIT_UART_CONTROL_7816_SMART_CARD_PROTOCOL
+6 BIT_UART_CONTROL_HALF_DUPLEX_SINGLE_LINE_UART
+7 BIT_UART_CONTROL_RATE_BAUD_SETTING
+)
+(//FUN of core_uart_ctrl
+0x01 FUN_UART_CONTROL_ENABLE
+0x06 FUN_UART_CONTROL_PARITY_ODD
+0x04 FUN_UART_CONTROL_PARITY_EVEN
+0x08 FUN_UART_CONTROL_STOP_2BIT
+0x00 FUN_UART_CONTROL_STOP_1BIT
+0x10 FUN_UART_CONTROL_FLOW_CONTROL_ENABLE
+0x20 FUN_UART_CONTROL_7816_SMART_CARD_PROTOCOL
+0x40 FUN_UART_CONTROL_HALF_DUPLEX_SINGLE_LINE_UART
+0x80 FUN_UART_CONTROL_SETTING_RATE_BAUD
+)
+
+(//bit map of core_nec_control
+0x00 BIT_NEC_ENABLE
+0x01 BIT_NEC_CLK_DIVIDE_NUM
+)
+
+(//FUN  of core_nec_control
+0x01 FUN_NEC_ENABLE
+0x30 FUN_NEC_CLK_DIVIDE_24	//24M , 
+)
+
+0x8b uart_ctrl_default //BCSP
+0x81 uart_ctrl_h4 //H4
+0x81 uart_ctrl_normal
+0x91 uart_ctrl_5line
+0x81 uart_ctrl_57600
+2 uart_baud_len
+0x00 uartclk_crystal
+0x01 uartclk_dpll
+0x1a0 uart_baud_115200
+0xbb uart_baud_256000
+0x340 uart_baud_57600
+0x34 uart_baud_921600
+0x9c4 uart_baud_9600
+
+//core_clkoff
+(
+	0 CLOCK_OFF_AUTH_ROM
+	1 CLOCK_OFF_UC_ROM
+	2 CLOCK_OFF_DEBUG_UART
+	3 CLOCK_OFF_SCHED_RAM
+	4 CLOCK_OFF_TRANCE_FIFO
+	5 CLOCK_OFF_CORDIC
+	6 CLOCK_OFF_OTPD
+	7 CLOCK_OFF_I2C
+	8 CLICK_OFF_8051
+	9 CLOCK_OFF_KEYSCAN
+	0x0a CLOCK_OFF_USB
+	0x0b CLOCK_OFF_QDECODER
+	0x0c CLOCK_OFF_SPI
+	0x0d CLOCK_OFF_PWM
+	0x0e CLOCK_OFF_UARTB
+	0x0f CLOCK_OFF_UART
+)
+
+// gpio config types
+(
+  0 gpcfg_input
+  
+  8 gpcfg_uart_txd
+  9 gpcfg_uart_rxd
+  10 gpcfg_uart_rts
+  11 gpcfg_uart_cts
+  
+  16 gpcfg_pwm_out0
+  17 gpcfg_pwm_out1
+  18 gpcfg_pwm_out2
+  19 gpcfg_pwm_out3
+  20 gpcfg_pwm_out4
+  21 gpcfg_pwm_out5
+  22 gpcfg_pwm_out6
+  23 gpcfg_pwm_out7
+  24 gpcfg_nec_input
+  25 gpcfg_ac_input
+  
+  31 gpcfg_spid_miso
+  32 gpcfg_spid_ncs
+  33 gpcfg_spid_sck
+  34 gpcfg_spid_mosi
+  35 gpcfg_spid_sdio
+  
+  44 gpcfg_iic_scl
+  45 gpcfg_iic_sda
+  
+  62 gpcfg_output_low
+  63 gpcfg_output_high
+  
+  0x00 gpcfg_high_impedance
+  0x40 gpcfg_pullup
+  0x80 gpcfg_pulldown
+  0xc0 gpcfg_no_ie
+)
+
+(
+14 GPIO_NUMBER
+)
+
+
+
+
+
+
+
+(
+  0x00   SP_FLAG_STANDBY
+  0x02   LE_SP_FLAG_COMMIT_256
+
+)
+
+
+(
+  0x00   SP_CALC_STANDBY
+  0x03   SP_CALC_PUBKEY_256
+  0x04   SP_CALC_DHKEY_256
+)
+
+
+
+
+(
+  0x00   SP_KEY_INVALID
+  0x03   SP_KEY_VALID_256
+
+)
+
+
+//mem_secure_connections_enable
+(
+0 SECURE_CONNECTIONS_LE_BIT
+1 SECURE_CONNECTIONS_BR_BIT
+)
+
+
+  
+
+
+
+
+
+
+
+	
+
+
+
+//mem_ui_state_map
+(
+9 UI_STATE_BLE_CONNECTED
+10 UI_STATE_BLE_WRITE_RCV
+11 UI_STATE_BLE_ADV
+12 UI_STATE_BTN_DOWN
+)
+
+
+
+
+(
+0 BT_CMD_STANDBY
+13 BT_CMD_START_ADV
+14 BT_CMD_STOP_ADV
+15 BT_CMD_START_DIRECT_ADV
+16 BT_CMD_STOP_DIRECT_ADV
+17 BT_CMD_LE_DISCONNECT
+18 BT_CMD_LE_UPDATE_CONN
+19 BT_CMD_LED_OFF
+20 BT_CMD_LED_ON
+21 BT_CMD_LED_BLINK
+22 BT_CMD_LE_START_CONN
+23 BT_CMD_LE_START_SCAN
+24 BT_CMD_LE_STOP_SCAN
+25 BT_CMD_ENTER_HIBERNATE
+27 BT_CMD_LE_SMP_SECURITY_REQUEST
+31 BT_CMD_STORE_RECONN_INFO_LE
+34 BT_CMD_START_24G
+35 BT_CMD_STOP_24G
+36 BT_CMD_PAIR_24G
+)
+
+(
+0x00 BT_EVT_NULL
+0x0F BT_EVT_DISCOVERY_STOPED
+0x10 BT_EVT_BUTTON_LONG_PRESSED
+0x14 BT_EVT_LE_CONNECTED
+0X15 BT_EVT_LE_DISCONNECTED
+0x17 BT_EVT_BUTTON_ENTER_HIBERNATE
+0x25 BT_EVT_BUTTON_ADJUST_DPI
+0x28 BT_EVT_LE_WRITE_REQUEST
+0x29 BT_EVT_LE_ENC_INFO
+0x2c BT_EVT_BUTTON_DOWN
+0x2d BT_EVT_BUTTON_UP
+0x2e BT_EVT_REMOTE_UNSNIFF
+0x30 BT_EVT_LE_PAIRING_FAIL
+0x31 BT_EVT_LE_PAIRING_SUCCESS
+0x32 BT_EVT_LE_START_ENC
+0X33 BT_EVT_LE_PAUSE_ENC
+0X34 BT_EVT_LE_TK_GENERATE
+0x35 BT_EVT_BT_GKEY_GENERATE
+0x36 BT_EVT_BT_GET_PASSKEY
+0x39 BT_EVT_24G_PAIRING_COMPLETE
+0x3a BT_EVT_24G_ATTEMPT_FAIL
+0x3b BT_EVT_LE_GKEY_GENERATE
+0x3c BT_EVT_24G_ATTEMPT_SUCCESS
+0x3d BT_EVT_STORE_NVRAM
+0x3e BT_EVT_LE_PAIRING_COMPLETE
+0x3F BT_EVT_LE_RECONNECT_COMPLETE
+0x40 BT_EVT_LE_PARSE_CONN_PAPA_UPDATE_RSP
+0x41 BT_EVT_LE_LTK_LOST
+0x42 BT_EVT_LE_UPDATE_PHY
+0x43 BT_EVT_LE_GET_PASSKEY
+0x44 BT_EVT_LE_PARSE_CONN_PARAM_ACCEPTED
+)
+//switch
+(
+0 OFF
+1 ON
+)
+
+
+(
+	160 UI_HUNDRED_MILLISECOND_TIME
+	0XFF UI_BUTTON_GPIO_DISABLE
+)
+
+(
+0x00 UI_BUTTON_STATE_DOWN
+0x01 UI_BUTTON_STATE_UP
+)
+
+//mem_ipc_skip_continue_proc
+(
+	0 IPC_CONTINUE_PROCESS
+	1 IPC_SKIP_CONTINUE_PROCESS
+)
+
+
+(//led style struct 
+0 		LED_OFFSET_LED_TYPE
+1 		LED_OFFSET_BLINK_COUNT
+2		LED_OFFSET_LED_GPIO
+3		LED_OFFSET_ON_TIME
+5		LED_OFFSET_OFF_TIME
+7 		LED_OFFSET_CB_LEDON
+9		LED_OFFSET_CB_LEDOFF
+11		LED_OFFSET_LENGTH
+)
+
+(//LED state
+0 UI_LED_STATE_BLINK_STOP
+1 UI_LED_STATE_BLINK_START
+2 UI_LED_STATE_LIGHTING
+3 UI_LED_STATE_DARKING
+4 UI_LED_STATE_BLINK_LIGHTING
+5 UI_LED_STATE_BLINK_DARKING
+
+0xFF LED_INFINITE_FLASH_NUM
+
+)
+
+
+
+//class type
+(
+0x00 STANDARD_REQ
+0x01 CLASS_REQ
+0x02 MANUFACTURER_REQ
+)
+//Standard Request Codes
+(
+0x00 GET_STATUS                // Code for Get Status
+0x01 CLEAR_FEATURE             // Code for Clear Feature
+0x03 SET_FEATURE              // Code for Set Feature
+0x05 SET_ADDRESS              // Code for Set Address
+0x06 GET_DESCRIPTOR           // Code for Get Descriptor
+0x07 SET_DESCRIPTOR           // Code for Set Descriptor(not used)
+0x08 GET_CONFIGURATION        // Code for Get Configuration
+0x09 SET_CONFIGURATION        // Code for Set Configuration
+0x0A GET_INTERFACE            // Code for Get Interface
+0x0B SET_INTERFACE            // Code for Set Interface
+0x0C SYNCH_FRAME              // Code for Synch Frame(not used)
+)
+//Standard Descriptor Types
+(
+0x01 DSC_DEVICE               // Device Descriptor
+0x02 DSC_CONFIG               // Configuration Descriptor
+0x03 DSC_STRING               // String Descriptor
+0x04 DSC_INTERFACE            // Interface Descriptor
+0x05 DSC_ENDPOINT             // Endpoint Descriptor
+)
+//HID Descriptor Types
+(
+0x21 DSC_HID			      // HID Class Descriptor
+0x22 DSC_HID_REPORT			  // HID Report Descriptor
+)
+//Define bmRequestType bitmaps
+(
+0x80 IN_DEVICE                // Request made to device,
+                              // direction is IN
+0x00 OUT_DEVICE               // Request made to device,
+                              // direction is OUT
+0x81 IN_INTERFACE             // Request made to interface,
+                              // direction is IN
+0x01 OUT_INTERFACE            // Request made to interface,
+                              // direction is OUT
+0x82 IN_ENDPOINT              // Request made to endpoint,
+                              // direction is IN
+0x02 OUT_ENDPOINT             // Request made to endpoint,
+)
+//HID Request Codes
+(
+0x01 GET_REPORT 		       // Code for Get Report
+0x02 GET_IDLE				   // Code for Get Idle
+0x03 GET_PROTOCOL			   // Code for Get Protocol
+0x09 SET_REPORT				   // Code for Set Report
+0x0A SET_IDLE				   // Code for Set Idle
+0x0B SET_PROTOCOL			   // Code for Set Protocol
+0xF2 HID_REPORT_ID           
+64 EP0_PACKET_SIZE         
+6 EP1_PACKET_SIZE         
+16 HID_REPORT_SIZE         
+0x001B HID_REPORT_DESCRIPTOR_SIZE    
+)
+//math cordic
+(
+0 TYPE_SIN		
+1 TYPE_ATAN	
+2 TYPE_MULT	
+3 TYPE_DIV		
+4 TYPE_ASIN	
+5 TYPE_SQRT	
+6 TYPE_COS		
+7 TYPE_TAN		 
+)
+   
+(
+0 DFIFO0_IN_EMPTY
+1 DFIFO1_IN_EMPTY
+2 DFIFO2_IN_EMPTY
+3 DFIFO3_IN_EMPTY
+4 DFIFO0_OUT_EMPTY
+5 DFIFO1_OUT_EMPTY
+6 DFIFO2_OUT_EMPTY
+7 DFIFO3_OUT_EMPTY
+)
+
+(
+)
+
+(
+0 USB_STATUS_SETUP
+1 USB_STATUS_SUSPEND
+2 USB_STATUS_NAK
+3 USB_STATUS_RESET
+4 USB_STATUS_ACK
+5 USB_STATUS_RXREADY
+6 USB_STATUS_TXEMPTY
+)
+
+(
+0 USB_EP0_IN_FIFO_BUSY
+1 USB_EP1_IN_FIFO_BUSY
+2 USB_EP2_IN_FIFO_BUSY
+3 USB_EP3_IN_FIFO_BUSY
+4 USB_DN_STATUS
+5 USB_DP_STATUS
+6 USB_STATUS_RXEMPTY
+)
+
+(
+1 USB_GOT_REPORT_REQ
+2 USB_CONNECTED
+3 USB_SLEEP
+4 USB_RESUME
+5 USB_SETIDLE_1
+)
+
+(
+0x10 USB_EP1_KB
+0x20 USB_EP2_MS
+0x21 USB_EP2_MULTIKEY
+0x22 USB_EP2_SYSTEMKEY
+0x01 MAC_BOOT_MODE
+0x02 R_KEY
+0x03 LR_KEY
+)
+
+
+(
+0x01ba PC_GET_REPORT
+0x02ba PC_SET_REPORT
+0x0200 PC_SET_REPORT_bValue
+0x0000 PC_SET_REPORT_wIndex
+0x0001 PC_SET_REPORT_bLength
+0xba PC_REPORT_ID
+
+0x01 PC_GET_DATA
+0x00 PC_GET_NONDATA
+)
+
+(
+//--------------------------------------------------
+// Define device states
+0x00 DEV_ATTACHED	// Device is in Attached State
+0x01 DEV_POWERED	// Device is in Powered State
+0x02 DEV_DEFAULT		// Device is in Default State
+0x03 DEV_ADDRESS	// Device is in Addressed State
+0x04 DEV_CONFIGURED	// Device is in Configured State
+0x05 DEV_SUSPENDED	// Device is in Suspended State
+)
+
+(
+// Define wIndex bitmaps
+0x81 IN_EP1                    // Index values used by Set and Clear
+0x01 OUT_EP1                   // commands for Endpoint_Halt
+0x82 IN_EP2              
+0x02 OUT_EP2             
+0x83 IN_EP3              
+0x03 OUT_EP3             
+)
+
+(
+0 EP0_STALL
+1 EP1_IN_STALL
+2 EP1_OUT_STALL
+3 EP2_IN_STALL
+4 EP2_OUT_STALL
+5 EP3_IN_STALL
+6 EP3_OUT_STALL
+)
+
+(
+// Define wValue bitmaps for Standard Feature Selectors
+0x00 ENDPOINT_HALT             // Endpoint_Halt feature selector
+0x01 DEVICE_REMOTE_WAKEUP      // Remote wakeup feature(not used)
+0x00 BOOT_PROTOCOL
+0x01 REPORT_PROTOCOL
+0x01 USB_MAX_NUM_CFG
+)
+
+(
+640 TIMER_NAK_DELAY
+5000 TIMER_WAKEUP_DELAY
+)
+
+
+
+
+//util fifo param
+(
+
+8 UTIL_FIFO_LEN
+-1 UTIL_FIFO_OFFSET
+)
+
+
+
+
+
+format
+  ! 15 romdat
+  % d0
+  % d1
+  % d2
+  % d3
+  [8] d0
+  [8] d1
+  [8] d2
+  [8] d3
+end
+
+format
+  ! 15 enable   
+  % flag
+  [5] opcode
+  [6] 1
+  [6] flag
+  [6] null
+  [9] 0
+end
+ 
+format
+  ! 15 pulse   
+  % flag
+  [5] opcode
+  [6] 1
+  [6] flag
+  [6] null
+  [9] 0
+end
+
+format
+  ! 15 disable   
+  % flag
+  [5] opcode
+  [6] 2
+  [6] flag
+  [6] null
+  [9] 0
+end
+
+format
+  ! 15 set0  
+  % immediate
+  % reg
+  [5] opcode
+  [6] 9
+  [6] never
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 15 set1  
+  % immediate
+  % reg
+  [5] opcode
+  [6] 9          
+  [6] always
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 15 setflag  
+  % flag
+  % immediate
+  % reg
+  [5] opcode
+  [6] 9
+  [6] flag
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 15 nsetflag  
+  % flag
+  % immediate
+  % reg
+  [5] opcode
+  [6] 0x29
+  [6] flag
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 15 setflip    
+  % immediate
+  % reg
+  [5] opcode
+  [6] 10            
+  [6] always
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 0x1f qset1      
+  % reg             
+  [5] opcode
+  [6] 9
+  [6] always
+  [6] reg
+  [9] 0
+end
+  
+format
+  ! 0x1f qset0      
+  % reg             
+  [5] opcode
+  [6] 9
+  [6] never
+  [6] reg
+  [9] 0
+end
+
+format 
+  ! 0x1f qsetflag   
+  % flag
+  % reg
+  [5] opcode
+  [6] 9
+  [6] flag
+  [6] reg
+  [9] 0
+end
+
+format 
+  ! 0x1f nqsetflag   
+  % flag
+  % reg
+  [5] opcode
+  [6] 0x29
+  [6] flag
+  [6] reg
+  [9] 0
+end
+
+format
+  ! 0x1f qsetflip      
+  % reg
+  [5] opcode
+  [6] 10
+  [6] always
+  [6] reg
+  [9] 0
+end
+
+format
+  ! 1 parse       
+  % source
+  % dest
+  % immediate
+  [5] opcode
+  [4] source      
+  [2] 0
+  [6] 0    
+  [2] 0            
+  [4] dest        
+  [9] immediate   
+end
+
+format
+  ! 1 inject      
+  % destination
+  % immediate
+  [5] opcode
+  [4] 0
+  [2] 0
+  [6] 1
+  [2] 0
+  [4] destination 
+  [9] immediate   
+end
+
+format
+  ! 1 iinject
+  % destination
+  % regr
+  [5] opcode
+  [6] regr       
+  [6] 3
+  [2] 0
+  [4] destination 
+  [9] 0 
+end
+
+format
+  ! 1 stuff  
+  % source
+  % destination
+  [5] opcode
+  [4] source
+  [2] 0
+  [6] 2
+  [2] 0
+  [4] destination
+  [9] 0
+end
+
+format    
+  ! 3 force
+  % immediate
+  % regw
+  [5] opcode
+  [6] 0
+  [6] 0    
+  [6] regw  
+  [9] immediate
+end
+
+format    
+  ! 0x13 iforce
+  % regw
+  [5] opcode
+  [6] 0
+  [6] 0    
+  [6] regw  
+  [9] 0
+end
+
+format    
+  ! 3 increase
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 1    
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 3 pincrease
+  % immediate
+  [5] opcode
+  [6] -1  
+  [6] 1   
+  [6] -1  
+  [9] immediate
+end
+
+format    
+  ! 3 and_into
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 2    
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 3 and
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 2    
+  [6] regw
+  [9] immediate
+end
+  
+format
+  ! 0x13 iand    
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 2    
+  [6] regw
+  [9] 0
+end
+  
+
+format    
+  ! 0x13 iand_into
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 2    
+  [6] reg
+  [9] 0
+end
+
+format
+  ! 3 or_into
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 3    
+  [6] reg
+  [9] immediate
+end
+
+format
+  ! 3 or
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 3    
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 0x13 ior
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 3    
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 0x13 ior_into
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 3    
+  [6] reg
+  [9] 0
+end
+
+format
+  ! 3 skip_to   
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 4   
+  [6] rom_addr
+  [9] 0
+end
+
+format
+  ! 3 copy
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 4   
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 deposit   
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 4   
+  [6] -1  
+  [9] 0
+end
+
+format
+  ! 3 icopy     
+  % regw
+  [5] opcode
+  [6] -1  
+  [6]  4  
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 add
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 1
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 0x13 iadd       
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 1
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 sub          
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 12
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 0x13 isub       
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 12
+  [6] regw
+  [9] 0
+end
+
+
+format
+  ! 3 flip
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 5
+  [6] reg
+  [9] immediate
+end
+  
+format
+  ! 0x13 iflip  
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 5
+  [6] regw
+  [9] 0
+end
+  
+format
+  ! 3 xor
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 5
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 3 xor_into
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 5
+  [6] reg
+  [9] immediate
+end
+  
+format
+  ! 0x13 ixor  
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 5
+  [6] regw
+  [9] 0
+end
+  
+format
+  ! 3 invert
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 8
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 pinvert    
+  [5] opcode
+  [6] -1
+  [6] 8
+  [6] -1
+  [9] 0
+end
+
+format
+  ! 3 div                 
+  % reg
+  % immediate
+  [5] opcode
+  [6] reg
+  [6] 13                   
+  [6] null
+  [9] immediate
+end
+
+format
+  ! 0x13 idiv           
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 13                   
+  [6] null
+  [9] 0
+end
+
+format
+  ! 0x13 idiv48           
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 17                   
+  [6] null
+  [9] 0
+end
+
+format
+  ! 3 remainder            
+  % regw
+  [5] opcode
+  [6] 0
+  [6] 14
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 quotient             
+  % regw
+  [5] opcode
+  [6] 0
+  [6] 15
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 6
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift2
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 22
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift3
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 18
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift4
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 35
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift8
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 25
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift16
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 34
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 rshift32
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 30
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 lshift
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 7
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 lshift2
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 23
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 lshift8
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 26
+  [6] regw
+  [9] 0
+end
+
+  
+format
+  ! 3 lshift3
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 19
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 lshift4
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 36
+  [6] regw
+  [9] 0
+end
+  
+
+format
+  ! 3 lshift16
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 32
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 random               
+  % reg
+  [5] opcode
+  [6] 0
+  [6] 20
+  [6] reg
+  [9] 0
+end
+
+format                     
+  ! 3 reverse
+  % reg
+  % regw
+  [5] opcode
+  [6] reg
+  [6] 27
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 priority    
+  % reg
+  % regw
+  [5] opcode
+  [6] reg
+  [6] 21
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 7 setsect   
+  % section    
+  % set_data
+  [5] opcode
+  [7] 0
+  [2] section
+  [18] set_data
+end
+
+format
+  ! 10 preload   
+  % reg
+  [5] opcode
+  [6] reg
+  [6] 0
+  [6] -1
+  [9] 0
+end
+
+format  
+  ! 10 ialigned   
+  % regw
+  [5] opcode
+  [6] -1
+  [6] 0
+  [6] regw
+  [9] 0
+end
+
+format  
+  ! 10 aligned
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 0
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 4 branch
+  % addr
+  % flag
+  [5] opcode
+  [6] 1
+  [6] flag
+  [15] addr
+end
+
+format
+  ! 4 call
+  % addr
+  % flag
+  [5] opcode
+  [6] 2
+  [6] flag
+  [15] addr
+end
+
+format
+  ! 4 rtn
+  % flag
+  [5] opcode
+  [6] 3
+  [6] flag
+  [15] 0
+end
+
+format
+  ! 0x0d fetch          
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] 63
+  [1] addr
+  [1] 0
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x0d fetcht          
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] 2
+  [1] addr
+  [1] 1
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x1d ifetch         
+  % num_bytes
+  % reg
+  [5] opcode
+  [6] 63
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] reg
+end
+
+format
+  ! 0x1d ifetcht         
+  % num_bytes
+  % reg
+  [5] opcode
+  [6] 2
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] reg
+end
+
+format
+  ! 0x0c store          
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] 63
+  [1] addr
+  [1] 0
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x0c storet          
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] 2
+  [1] addr
+  [1] 1
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x1c istore        
+  % num_bytes
+  % regaddr
+  [5] opcode
+  [6] 63            
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] regaddr
+end
+
+format
+  ! 0x1c istoret        
+  % num_bytes
+  % regaddr
+  [5] opcode
+  [6] 2            
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] regaddr
+end
+
+format
+  ! 0x0d crc         // read from memory, count from loopcnt, put crc result into pdata 
+  % addr
+  [5] opcode
+  [6] 63
+  [6] 0
+  [15] addr
+end
+
+format
+  ! 0x1d icrc         
+  % reg
+  [5] opcode
+  [6] 63
+  [15] 0
+  [6] reg
+end
+
+
+format
+  ! 0x0c storer          
+  % reg
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] reg               
+  [1] addr
+  [1] 0
+  [4] num_bytes
+  [15] addr
+end
+
+
+format
+  ! 0x1c istorer        
+  % regr
+  % num_bytes
+  % regaddr
+  [5] opcode
+  [6] regr            
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] regaddr
+end
+
+
+format
+  ! 0x0d fetchr          
+  % reg
+  % num_bytes
+  % addr
+  [5] opcode
+  [6] reg               
+  [1] addr
+  [1] 0
+  [4] num_bytes
+  [15] addr
+end
+
+format
+  ! 0x1d ifetchr        
+  % regr
+  % num_bytes
+  % regaddr
+  [5] opcode
+  [6] regr
+  [2] 0
+  [4] num_bytes
+  [9] 0
+  [6] regaddr
+end
+
+
+
+
+format
+  ! 0x0e jam
+  % immediate
+  % addr
+  [5] opcode
+  [3] 0
+  [16] addr
+  [8] immediate
+end
+
+format			
+  ! 4 nbranch
+  % addr
+  % flag
+  [5] opcode
+  [1] 1
+  [5] 1
+  [6] flag
+  [15] addr
+end
+
+format
+  ! 4 ncall
+  % addr
+  % flag
+  [5] opcode
+  [1] 1
+  [5] 2
+  [6] flag
+  [15] addr
+end
+
+format
+  ! 4 nrtn
+  % flag
+  [5] opcode
+  [1] 1
+  [5] 3
+  [6] flag
+  [15] 0
+end
+
+format
+  ! 4 nop
+  % addr  
+  [5] opcode
+  [6] 0     
+  [6] 0      
+  [15] addr
+end
+
+format
+  ! 4 clear_stack
+  [5] opcode
+  [6] 4
+  [6] 0    
+  [15] 0
+end
+
+format
+  ! 6 until
+  % reg
+  % flag
+  [5] opcode
+  [6] reg
+  [6] flag
+  [6] 1
+  [9] 0
+end
+  
+format
+  ! 6 correlate   
+  % reg          
+  % flag
+  [5] opcode
+  [6] reg
+  [6] flag
+  [6] 2           
+  [9] 0           
+end
+
+format
+  ! 5 compare   
+  % immediate
+  % reg
+  % mask
+  [5] opcode
+  [6] reg
+  [3] 0
+  [9] mask
+  [9] immediate
+end
+
+format
+  ! 0x15 icompare   
+  % mask
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 0
+  [9] mask
+  [9] 0
+end
+
+format   
+  ! 5 iverify
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 2
+  [18] 0
+end
+
+format
+  ! 0x15 qisolate1
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 3
+  [18] -1
+end
+
+format
+  ! 0x15 qisolate0
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 3
+  [18] 0
+end
+
+	
+format
+  ! 5 isolate1
+  % addr
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 3
+  [9] -1
+  [9] addr
+end
+
+format
+  ! 5 isolate0
+  % addr
+  % reg
+  [5] opcode
+  [6] reg
+  [3] 3
+  [9] 0
+  [9] addr
+end
+
+format
+  ! 11 setarg
+  % immediate
+  [5] opcode
+  [27] immediate
+end
+
+format
+  ! 0x1b arg
+  % immediate
+  % reg
+  [5] opcode
+  [6] reg
+  [21] immediate
+end
+
+  
+format
+  ! 0 sleep
+  [5] opcode
+  [27] 0
+end
+
+format
+  ! 0 snooze
+  [5] opcode
+  [6] -1
+  [21] 0
+end
+
+format
+  ! 0 revision
+  % rev_num
+  [5] opcode
+  [27] rev_num
+end
+
+format
+  ! 0x18 loop   
+  % addr
+  [5] opcode
+  [4] 4
+  [8] 0
+  [15] addr
+end
+
+format
+  ! 0x18 beq   
+  % imme
+  % addr
+  [5] opcode
+  [4] 0
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 bne   
+  % imme
+  % addr
+  [5] opcode
+  [4] 1
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 rtneq   
+  % imme
+  [5] opcode
+  [4] 2
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 0x18 rtnne   
+  % imme
+  [5] opcode
+  [4] 3
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 0x18 bbit1   
+  % imme
+  % addr
+  [5] opcode
+  [4] 5
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 bbit0   
+  % imme
+  % addr
+  [5] opcode
+  [4] 6
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 rtnbit1   
+  % imme
+  [5] opcode
+  [4] 7
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 0x18 rtnbit0   
+  % imme
+  [5] opcode
+  [4] 8
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 8	bpatch
+  % imme
+  % addr
+  [5] opcode
+  [4] 9
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 8	bpatchx
+  % imme
+  % addr
+  [5] opcode
+  [4] 14
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 bmark1   
+  % imme
+  % addr
+  [5] opcode
+  [4] 10
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 bmark0   
+  % imme
+  % addr
+  [5] opcode
+  [4] 11
+  [8] imme
+  [15] addr
+end
+
+format
+  ! 0x18 rtnmark1   
+  % imme
+  [5] opcode
+  [4] 12
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 0x18 rtnmark0   
+  % imme
+  [5] opcode
+  [4] 13
+  [8] imme
+  [15] 0
+end
+
+format
+  ! 3 mul32                   
+  % regr
+  % immediate                                  
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 31           
+  [6] regw
+  [9] immediate
+end
+
+format
+  ! 0x13 imul32             
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 31                   
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 0x13 imults             
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 16
+  [6] regw
+  [9] 0
+end
+
+
+format
+  ! 3 byteswap
+  % regr
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 33
+  [6] regw
+  [9] 0
+end
+
+format
+  ! 3 shasx          
+  % regr
+  % immediate
+  % regw
+  [5] opcode
+  [6] regr
+  [6] 28
+  [6] regw
+  [9] immediate
+end
+
+
+format
+  ! 0x13 regexrot 	
+  [5] opcode
+  [6] 0
+  [6] 29
+  [6] null
+  [9] 0
+end
+
Index: output/bt_program23.icode
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/output/bt_program23.icode	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/output/bt_program23.icode	(working copy)
@@ -0,0 +1,18244 @@
+ 00000000  0x00000019 bbit1  0x00000008 , 0x00000013 
+ 00000001  0x0000001a beq  0x00000037 , 0x00000079 
+ 00000002  0x0000001b beq  0x00000000 , 0x00000123 
+ 00000003  0x0000001c beq  0x000000a0 , 0x0000012e 
+ 00000004  0x0000001d beq  0x0000003f , 0x00000144 
+ 00000005  0x0000001e beq  0x00000017 , 0x00000016 
+ 00000006  0x0000001f beq  0x00000018 , 0x00000032 
+ 00000007  0x00000020 beq  0x00000020 , 0x0000004d 
+ 00000008  0x00000021 beq  0x0000003d , 0x000000aa 
+ 00000009  0x00000022 beq  0x00000046 , 0x000000bc 
+ 00000010  0x00000023 beq  0x0000004c , 0x000000c7 
+ 00000011  0x00000024 beq  0x0000004e , 0x000000e8 
+ 00000012  0x00000025 beq  0x00000052 , 0x000000fb 
+ 00000013  0x00000026 beq  0x0000005a , 0x0000009f 
+ 00000014  0x00000027 beq  0x0000005e , 0x00000071 
+ 00000015  0x00000028 beq  0x0000005f , 0x00000075 
+ 00000016  0x00000029 beq  0x00000070 , 0x0000004f 
+ 00000017  0x0000002a beq  0x000000e3 , 0x000000a5 
+ 00000018  0x0000002b branch  0x00003a8a 
+ 00000019  0x0000002e beq  0x00000061 , 0x000000b3 
+ 00000020  0x0000002f rtneq  0x000000ff 
+ 00000021  0x00000030 branch  0x00003a8a 
+ 00000022  0x00000033 fetch  0x00000001 , 0x00004116 
+ 00000023  0x00000034 beq  0x00000003 , 0x00000022 
+ 00000024  0x00000035 beq  0x00000006 , 0x00000024 
+ 00000025  0x00000036 beq  0x0000000a , 0x00003a00 
+ 00000026  0x00000037 beq  0x00000094 , 0x00000028 
+ 00000027  0x00000038 beq  0x0000009e , 0x0000002f 
+ 00000028  0x00000039 beq  0x000000aa , 0x00003a0f 
+ 00000029  0x0000003b jam  0x0000002c , 0x00008a3b 
+ 00000030  0x0000003c jam  0x00000017 , 0x00008a3c 
+ 00000031  0x0000003d jam  0x0000008a , 0x00008a39 
+ 00000032  0x0000003e jam  0x0000000f , 0x00008a3a 
+ 00000033  0x0000003f branch  0x000039f4 
+ 00000034  0x00000042 jam  0x00000048 , 0x00008a3b 
+ 00000035  0x00000043 branch  0x0000001e 
+ 00000036  0x00000046 jam  0x00000070 , 0x00008a3b 
+ 00000037  0x00000047 jam  0x0000001f , 0x00008a3c 
+ 00000038  0x00000048 jam  0x000000c9 , 0x00008a39 
+ 00000039  0x00000049 branch  0x00000020 
+ 00000040  0x0000004c jam  0x00000085 , 0x00008a39 
+ 00000041  0x0000004d jam  0x00000004 , 0x00008a3a 
+ 00000042  0x0000004e jam  0x000000a3 , 0x00008a14 
+ 00000043  0x0000004f jam  0x0000000a , 0x00008a15 
+ 00000044  0x00000050 jam  0x00000018 , 0x00008a3b 
+ 00000045  0x00000051 jam  0x0000000f , 0x00008a3c 
+ 00000046  0x00000052 rtn 
+ 00000047  0x00000054 jam  0x00000083 , 0x00008a39 
+ 00000048  0x00000055 jam  0x00000002 , 0x00008a3a 
+ 00000049  0x00000056 branch  0x0000002a 
+ 00000050  0x00000059 jam  0x00000003 , 0x00008a75 
+ 00000051  0x0000005a jam  0x00000000 , 0x00008a85 
+ 00000052  0x0000005b jam  0x00000010 , 0x0000896f 
+ 00000053  0x0000005e fetch  0x00000001 , 0x000043ef 
+ 00000054  0x0000005f call  0x00006d31 , 0x00000034 
+ 00000055  0x00000061 jam  0x00000005 , 0x00008a03 
+ 00000056  0x00000062 jam  0x00000094 , 0x00008a7a 
+ 00000057  0x00000063 call  0x00003a44 
+ 00000058  0x00000064 call  0x00003a3f 
+ 00000059  0x00000065 call  0x00003a3a 
+ 00000060  0x00000066 jam  0x000000e6 , 0x00008a8b 
+ 00000061  0x00000069 jam  0x00000090 , 0x00008a83 
+ 00000062  0x0000006a jam  0x0000000b , 0x00008a0e 
+ 00000063  0x0000006b jam  0x00000005 , 0x00008a0f 
+ 00000064  0x0000006e jam  0x00000076 , 0x00008968 
+ 00000065  0x0000006f jam  0x00000076 , 0x00008969 
+ 00000066  0x00000071 fetch  0x00000001 , 0x0000409a 
+ 00000067  0x00000072 bne  0x00000008 , 0x00000045 
+ 00000068  0x00000073 jam  0x00000034 , 0x00008a08 
+ 00000069  0x00000075 jam  0x000000ff , 0x00008a01 
+ 00000070  0x00000076 nop  0x00000064 
+ 00000071  0x00000077 jam  0x0000000e , 0x00008a02 
+ 00000072  0x00000078 jam  0x00000003 , 0x00008a00 
+ 00000073  0x0000007a call  0x0000001d 
+ 00000074  0x0000007b jam  0x00000028 , 0x00008a9a 
+ 00000075  0x0000007c jam  0x0000003f , 0x00008a9b 
+ 00000076  0x0000007d branch  0x00003a35 
+ 00000077  0x00000080 call  0x00003c18 
+ 00000078  0x00000081 branch  0x00003b48 
+ 00000079  0x00000085 jam  0x00000073 , 0x00008080 
+ 00000080  0x00000087 call  0x00006eb3 
+ 00000081  0x00000088 call  0x00000059 
+ 00000082  0x00000089 call  0x000057a0 
+ 00000083  0x0000008a rtn  0x0000002b 
+ 00000084  0x0000008b call  0x000059bd 
+ 00000085  0x0000008c call  0x0000562e 
+ 00000086  0x0000008d call  0x00005cc5 
+ 00000087  0x0000008e call  0x00000093 
+ 00000088  0x0000008f branch  0x00005234 
+ 00000089  0x00000093 rtn  0x0000002b 
+ 00000090  0x00000094 call  0x00000127 
+ 00000091  0x00000095 call  0x0000525e 
+ 00000092  0x00000096 rtnbit0  0x00000017 
+ 00000093  0x00000098 call  0x00000111 
+ 00000094  0x0000009a arg  0x00000002 , 0x00000002 
+ 00000095  0x0000009b arg  0x000007ee , 0x0000003f 
+ 00000096  0x0000009c arg  0x0000463d , 0x00000011 
+ 00000097  0x0000009d call  0x000068c5 
+ 00000098  0x0000009f fetch  0x00000002 , 0x0000463d 
+ 00000099  0x000000a0 arg  0x0000aa55 , 0x00000002 
+ 00000100  0x000000a1 isub  0x00000002 , 0x0000003e 
+ 00000101  0x000000a2 branch  0x0000006b , 0x00000005 
+ 00000102  0x000000a3 call  0x00005b76 
+ 00000103  0x000000a5 arg  0x00000002 , 0x00000039 
+ 00000104  0x000000a6 arg  0x0000463d , 0x00000011 
+ 00000105  0x000000a7 arg  0x000007ee , 0x0000003f 
+ 00000106  0x000000a8 branch  0x00006883 
+ 00000107  0x000000ab call  0x0000006e 
+ 00000108  0x000000ac jam  0x00000000 , 0x000045e5 
+ 00000109  0x000000ad branch  0x00005b81 
+ 00000110  0x000000b0 fetch  0x00000001 , 0x000045c0 
+ 00000111  0x000000b1 store  0x00000001 , 0x0000463f 
+ 00000112  0x000000b2 rtn 
+ 00000113  0x000000b7 copy  0x00000002 , 0x0000003f 
+ 00000114  0x000000b8 rtn  0x00000034 
+ 00000115  0x000000b9 rtneq  0x000000ff 
+ 00000116  0x000000ba branch  0x00005f23 
+ 00000117  0x000000bd copy  0x00000002 , 0x0000003f 
+ 00000118  0x000000be rtn  0x00000034 
+ 00000119  0x000000bf rtneq  0x000000ff 
+ 00000120  0x000000c0 branch  0x00005f30 
+ 00000121  0x000000c3 fetch  0x00000001 , 0x00004911 
+ 00000122  0x000000c4 branch  0x000052c8 , 0x00000034 
+ 00000123  0x000000c5 fetch  0x00000001 , 0x000045be 
+ 00000124  0x000000c6 store  0x00000001 , 0x000045d5 
+ 00000125  0x000000c7 fetch  0x00000001 , 0x000045bd 
+ 00000126  0x000000c8 rtneq  0x000000ff 
+ 00000127  0x000000c9 call  0x0000692d 
+ 00000128  0x000000ca fetch  0x00000001 , 0x000045bd 
+ 00000129  0x000000cb arg  0x0000003e , 0x00000002 
+ 00000130  0x000000cc call  0x00006bbd 
+ 00000131  0x000000cd fetch  0x00000001 , 0x000045c8 
+ 00000132  0x000000ce arg  0x0000003e , 0x00000002 
+ 00000133  0x000000cf call  0x00006bbd 
+ 00000134  0x000000d0 fetcht  0x00000001 , 0x000045bc 
+ 00000135  0x000000d1 call  0x0000547f 
+ 00000136  0x000000d2 fetcht  0x00000001 , 0x000045bc 
+ 00000137  0x000000d3 call  0x00006b85 
+ 00000138  0x000000d4 call  0x000052d2 , 0x00000001 
+ 00000139  0x000000d5 call  0x0000547b 
+ 00000140  0x000000d6 fetcht  0x00000001 , 0x000045bc 
+ 00000141  0x000000d7 call  0x00006b7c 
+ 00000142  0x000000d8 call  0x00006931 
+ 00000143  0x000000da fetcht  0x00000001 , 0x000045bd 
+ 00000144  0x000000db call  0x00006bae 
+ 00000145  0x000000dc fetcht  0x00000001 , 0x000045c8 
+ 00000146  0x000000dd branch  0x00006bae 
+ 00000147  0x000000e0 setarg  0x00005fad 
+ 00000148  0x000000e1 store  0x00000002 , 0x00004543 
+ 00000149  0x000000e2 setarg  0x00000098 
+ 00000150  0x000000e3 store  0x00000002 , 0x00004545 
+ 00000151  0x000000e4 branch  0x0000523d 
+ 00000152  0x000000e7 call  0x00004d15 
+ 00000153  0x000000e8 nrtn  0x00000028 
+ 00000154  0x000000eb call  0x000074e0 
+ 00000155  0x000000ec jam  0x00000001 , 0x00004905 
+ 00000156  0x000000ed branch  0x00005fa6 
+ 00000157  0x000000f0 call  0x000074e0 
+ 00000158  0x000000f1 branch  0x00003c18 
+ 00000159  0x000000f4 call  0x0000549b 
+ 00000160  0x000000f5 nrtn  0x00000028 
+ 00000161  0x000000f6 fetch  0x00000001 , 0x00004905 
+ 00000162  0x000000f7 jam  0x00000000 , 0x00004905 
+ 00000163  0x000000f8 ncall  0x0000009d , 0x00000034 
+ 00000164  0x000000f9 branch  0x00005e35 
+ 00000165  0x000000fc copy  0x00000002 , 0x0000003f 
+ 00000166  0x000000fd bbit1  0x00000001 , 0x000000a8 
+ 00000167  0x000000fe branch  0x00003ce3 
+ 00000168  0x00000100 jam  0x00000089 , 0x00008a6d 
+ 00000169  0x00000101 branch  0x00003ce9 
+ 00000170  0x00000104 call  0x00005339 
+ 00000171  0x00000105 fetch  0x00000001 , 0x00004912 
+ 00000172  0x00000106 beq  0x00000001 , 0x000000ae 
+ 00000173  0x00000107 jam  0x00000080 , 0x00008070 
+ 00000174  0x00000109 fetch  0x00000001 , 0x00000017 
+ 00000175  0x0000010a set1  0x00000005 , 0x0000003f 
+ 00000176  0x0000010b store  0x00000001 , 0x00000017 
+ 00000177  0x0000010c call  0x00003c18 
+ 00000178  0x0000010d branch  0x00005af0 
+ 00000179  0x00000111 enable  0x00000028 
+ 00000180  0x00000112 call  0x00003b1b 
+ 00000181  0x00000113 fetch  0x00000003 , 0x000040be 
+ 00000182  0x00000114 branch  0x000074ca , 0x00000034 
+ 00000183  0x00000115 fetch  0x00000001 , 0x00004094 
+ 00000184  0x00000116 branch  0x000074ca , 0x00000034 
+ 00000185  0x00000117 fetch  0x00000001 , 0x00004899 
+ 00000186  0x00000118 nrtn  0x00000034 
+ 00000187  0x00000119 branch  0x00004d1c 
+ 00000188  0x0000011d copy  0x00000013 , 0x0000003f 
+ 00000189  0x0000011e store  0x00000001 , 0x00004850 
+ 00000190  0x0000011f lshift  0x0000003f , 0x0000003f 
+ 00000191  0x00000120 copy  0x0000003f , 0x00000012 
+ 00000192  0x00000121 copy  0x00000002 , 0x00000013 
+ 00000193  0x00000122 call  0x0000547b 
+ 00000194  0x00000123 copy  0x00000013 , 0x00000002 
+ 00000195  0x00000124 call  0x00006b85 
+ 00000196  0x00000125 nsetflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00000197  0x00000126 call  0x00005753 
+ 00000198  0x00000127 branch  0x0000573f 
+ 00000199  0x0000012a copy  0x00000013 , 0x0000003f 
+ 00000200  0x0000012b beq  0x0000003c , 0x000000cb 
+ 00000201  0x0000012c beq  0x0000003a , 0x000000d7 
+ 00000202  0x0000012d branch  0x00005914 
+ 00000203  0x00000130 fetch  0x00000004 , 0x000044da 
+ 00000204  0x00000131 store  0x00000004 , 0x00004533 
+ 00000205  0x00000132 store  0x00000004 , 0x00004640 
+ 00000206  0x00000133 call  0x00004bce 
+ 00000207  0x00000134 call  0x00005e1b 
+ 00000208  0x00000135 call  0x00005aa9 
+ 00000209  0x00000136 call  0x000058c4 
+ 00000210  0x00000137 jam  0x00000000 , 0x00004768 
+ 00000211  0x00000138 jam  0x00000000 , 0x00004547 
+ 00000212  0x00000139 jam  0x00000000 , 0x0000452d 
+ 00000213  0x0000013a fetcht  0x00000004 , 0x00004533 
+ 00000214  0x0000013b branch  0x00005e17 
+ 00000215  0x0000013e fetch  0x00000001 , 0x0000454b 
+ 00000216  0x0000013f nbranch  0x00005d80 , 0x00000034 
+ 00000217  0x00000140 fetch  0x00000001 , 0x0000452d 
+ 00000218  0x00000141 beq  0x00000002 , 0x00005df4 
+ 00000219  0x00000142 beq  0x00000004 , 0x000000de 
+ 00000220  0x00000143 beq  0x00000003 , 0x000000e3 
+ 00000221  0x00000144 branch  0x00005ded 
+ 00000222  0x00000147 fetch  0x00000008 , 0x00004864 
+ 00000223  0x00000148 bbit0  0x0000002f , 0x00005ded 
+ 00000224  0x00000149 fetch  0x00000001 , 0x0000486c 
+ 00000225  0x0000014a beq  0x00000001 , 0x00005ded 
+ 00000226  0x0000014b branch  0x00005dcb 
+ 00000227  0x0000014e fetch  0x00000008 , 0x00004864 
+ 00000228  0x0000014f bbit0  0x0000002f , 0x00005ded 
+ 00000229  0x00000150 bbit1  0x00000013 , 0x00005ded 
+ 00000230  0x00000151 bbit1  0x00000012 , 0x00005ded 
+ 00000231  0x00000152 branch  0x00005dc4 
+ 00000232  0x00000155 call  0x000053c6 
+ 00000233  0x00000156 call  0x00005f47 
+ 00000234  0x00000158 call  0x00004907 
+ 00000235  0x00000159 call  0x00004ba5 
+ 00000236  0x0000015a call  0x00005d6b 
+ 00000237  0x0000015c call  0x00005e9a 
+ 00000238  0x0000015d call  0x00005ecb 
+ 00000239  0x0000015e call  0x00005ac1 
+ 00000240  0x0000015f call  0x00005af3 
+ 00000241  0x00000161 call  0x0000561c 
+ 00000242  0x00000162 call  0x00005a36 
+ 00000243  0x00000163 call  0x00005a46 
+ 00000244  0x00000164 call  0x00005a69 
+ 00000245  0x00000166 call  0x000000f7 
+ 00000246  0x00000167 branch  0x00005a2d 
+ 00000247  0x0000016a arg  0x00004831 , 0x00000013 
+ 00000248  0x0000016b arg  0x00005a74 , 0x00000012 
+ 00000249  0x0000016c call  0x00004dcc 
+ 00000250  0x0000016d branch  0x00005a71 
+ 00000251  0x0000016f call  0x00005b90 
+ 00000252  0x00000170 rtnbit0  0x00000017 
+ 00000253  0x00000173 arg  0x00000790 , 0x0000003f 
+ 00000254  0x00000174 copy  0x0000003f , 0x00000012 
+ 00000255  0x00000176 call  0x0000011d 
+ 00000256  0x00000177 fetch  0x00000004 , 0x0000490d 
+ 00000257  0x00000178 branch  0x00000109 , 0x00000034 
+ 00000258  0x00000179 store  0x00000004 , 0x00004909 
+ 00000259  0x0000017a increase  0x00000004 , 0x00000012 
+ 00000260  0x0000017b arg  0x000007cf , 0x0000003f 
+ 00000261  0x0000017c isub  0x00000012 , 0x0000003e 
+ 00000262  0x0000017d nrtn  0x00000002 
+ 00000263  0x0000017e copy  0x00000012 , 0x0000003f 
+ 00000264  0x0000017f branch  0x000000ff 
+ 00000265  0x00000182 fetch  0x00000004 , 0x00004909 
+ 00000266  0x00000183 fetcht  0x00000004 , 0x00004640 
+ 00000267  0x00000184 isub  0x00000002 , 0x0000003e 
+ 00000268  0x00000185 rtn  0x00000005 
+ 00000269  0x00000186 arg  0x00000004 , 0x00000039 
+ 00000270  0x00000187 arg  0x00004640 , 0x00000011 
+ 00000271  0x00000188 copy  0x00000012 , 0x0000003f 
+ 00000272  0x00000189 branch  0x00006883 
+ 00000273  0x0000018d arg  0x00000790 , 0x0000003f 
+ 00000274  0x0000018e copy  0x0000003f , 0x00000012 
+ 00000275  0x00000190 call  0x0000011d 
+ 00000276  0x00000191 fetch  0x00000004 , 0x0000490d 
+ 00000277  0x00000192 branch  0x00000120 , 0x00000034 
+ 00000278  0x00000193 store  0x00000004 , 0x00004909 
+ 00000279  0x00000194 increase  0x00000004 , 0x00000012 
+ 00000280  0x00000195 arg  0x000007cf , 0x0000003f 
+ 00000281  0x00000196 isub  0x00000012 , 0x0000003e 
+ 00000282  0x00000197 nbranch  0x00000120 , 0x00000002 
+ 00000283  0x00000198 copy  0x00000012 , 0x0000003f 
+ 00000284  0x00000199 branch  0x00000113 
+ 00000285  0x0000019c arg  0x00000004 , 0x00000002 
+ 00000286  0x0000019d arg  0x0000490d , 0x00000011 
+ 00000287  0x0000019e branch  0x000068c5 
+ 00000288  0x000001a2 fetch  0x00000004 , 0x00004909 
+ 00000289  0x000001a3 store  0x00000004 , 0x00004640 
+ 00000290  0x000001a4 rtn 
+ 00000291  0x000001a7 clear_stack 
+ 00000292  0x000001a8 call  0x00004d91 
+ 00000293  0x000001a9 call  0x00000127 
+ 00000294  0x000001aa branch  0x00003804 
+ 00000295  0x000001ac setarg  0x00000e74 
+ 00000296  0x000001ad store  0x00000002 , 0x0000458b 
+ 00000297  0x000001ae setarg  0x00000c08 
+ 00000298  0x000001af store  0x00000002 , 0x0000458f 
+ 00000299  0x000001b0 setarg  0x00000b14 
+ 00000300  0x000001b1 store  0x00000002 , 0x0000458d 
+ 00000301  0x000001b2 rtn 
+ 00000302  0x000001b5 fetchr  0x00000012 , 0x00000001 , 0x00008a12 
+ 00000303  0x000001b6 jam  0x0000003d , 0x00008a12 
+ 00000304  0x000001b7 jam  0x000000aa , 0x00008a11 
+ 00000305  0x000001b8 jam  0x0000000c , 0x00008a0a 
+ 00000306  0x000001b9 fetch  0x00000001 , 0x00008a09 
+ 00000307  0x000001ba set1  0x00000007 , 0x0000003f 
+ 00000308  0x000001bb store  0x00000001 , 0x00008a09 
+ 00000309  0x000001bc jam  0x00000004 , 0x00008a0b 
+ 00000310  0x000001bd nop  0x0000003c 
+ 00000311  0x000001be jam  0x00000000 , 0x00008a16 
+ 00000312  0x000001bf jam  0x00000006 , 0x00008a17 
+ 00000313  0x000001c0 call  0x00006c02 
+ 00000314  0x000001c1 store  0x00000001 , 0x00008a97 
+ 00000315  0x000001c2 jam  0x00000003 , 0x000080c6 
+ 00000316  0x000001c3 nop  0x0000003c 
+ 00000317  0x000001c4 fetch  0x00000001 , 0x00008053 
+ 00000318  0x000001c5 set1  0x00000007 , 0x0000003f 
+ 00000319  0x000001c6 store  0x00000001 , 0x00008053 
+ 00000320  0x000001c7 nop  0x000003e8 
+ 00000321  0x000001c9 fetch  0x00000002 , 0x000043c4 
+ 00000322  0x000001ca call  0x00003a8c 
+ 00000323  0x000001ce branch  0x00006bfa 
+ 00000324  0x000001d1 fetcht  0x00000001 , 0x000043c7 
+ 00000325  0x000001d2 sub  0x00000002 , 0x00000003 , 0x0000003e 
+ 00000326  0x000001d3 branch  0x00000149 , 0x00000002 
+ 00000327  0x000001d4 increase  0x00000004 , 0x00000002 
+ 00000328  0x000001d5 branch  0x0000539c 
+ 00000329  0x000001d8 increase  0x00000003 , 0x00000002 
+ 00000330  0x000001d9 branch  0x000053a4 
+ 00014336  0x000001e3 call  0x00003ac3 
+ 00014337  0x000001e6 bpatch  0x00000000 , 0x00004000 
+ 00014338  0x000001e7 clear_stack 
+ 00014339  0x000001e8 call  0x00004d91 
+ 00014340  0x000001e9 call  0x00003a12 
+ 00014341  0x000001ea call  0x00006a13 
+ 00014342  0x000001eb call  0x00003a93 
+ 00014343  0x000001ec call  0x0000665f 
+ 00014344  0x000001ed bpatch  0x00000001 , 0x00004000 
+ 00014345  0x000001ee call  0x00006ebb 
+ 00014346  0x000001ef call  0x00003aba 
+ 00014347  0x000001f0 call  0x00004d89 
+ 00014348  0x000001f1 call  0x00003b65 , 0x0000002b 
+ 00014349  0x000001f3 bpatch  0x00000002 , 0x00004000 
+ 00014350  0x000001f4 call  0x000041e9 
+ 00014351  0x000001f5 call  0x00003827 
+ 00014352  0x000001f6 call  0x00004d99 
+ 00014353  0x000001f7 call  0x00003815 
+ 00014354  0x000001f8 call  0x00004788 
+ 00014355  0x000001f9 call  0x00003b8e 
+ 00014356  0x000001fa branch  0x0000380d 
+ 00014357  0x000001fd call  0x0000381a 
+ 00014358  0x000001fe rtnmark0  0x00000009 
+ 00014359  0x000001ff set0  0x00000009 , 0x00000000 
+ 00014360  0x00000200 call  0x0000383e 
+ 00014361  0x00000201 branch  0x00003d00 
+ 00014362  0x00000204 bpatch  0x00000003 , 0x00004000 
+ 00014363  0x00000205 call  0x00003864 
+ 00014364  0x00000206 nbranch  0x00003822 , 0x00000005 
+ 00014365  0x00000207 call  0x00003833 
+ 00014366  0x00000208 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00014367  0x00000209 ifetch  0x00000001 , 0x00000006 
+ 00014368  0x0000020a bbit1  0x00000000 , 0x00003c76 
+ 00014369  0x0000020d rtn 
+ 00014370  0x00000210 jam  0x00000000 , 0x00000006 
+ 00014371  0x00000211 call  0x00003844 
+ 00014372  0x00000212 copy  0x00000039 , 0x0000003e 
+ 00014373  0x00000213 rtn  0x00000005 
+ 00014374  0x00000214 branch  0x00003a8a 
+ 00014375  0x0000021c fetch  0x00000001 , 0x0000410d 
+ 00014376  0x0000021d rtn  0x00000034 
+ 00014377  0x0000021e beq  0x0000001b , 0x00003830 
+ 00014378  0x0000021f call  0x0000385d 
+ 00014379  0x00000220 rtn  0x00000005 
+ 00014380  0x00000221 call  0x00003860 
+ 00014381  0x00000222 rtn  0x00000005 
+ 00014382  0x00000224 jam  0x00000000 , 0x0000410d 
+ 00014383  0x00000225 rtn 
+ 00014384  0x00000228 jam  0x0000001b , 0x000001b7 
+ 00014385  0x00000229 jam  0x00000000 , 0x0000410d 
+ 00014386  0x0000022a rtn 
+ 00014387  0x0000022f bpatch  0x00000004 , 0x00004000 
+ 00014388  0x00000230 set1  0x00000009 , 0x00000000 
+ 00014389  0x00000231 deposit  0x00000011 
+ 00014390  0x00000232 store  0x00000002 , 0x0000000a 
+ 00014391  0x00000233 force  0x00000053 , 0x00000039 
+ 00014392  0x00000234 arg  0x00000163 , 0x00000005 
+ 00014393  0x00000235 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00014394  0x00000236 ifetch  0x00000001 , 0x00000006 
+ 00014395  0x00000237 copy  0x00000011 , 0x00000006 
+ 00014396  0x00000238 bbit1  0x00000000 , 0x00007419 
+ 00014397  0x00000239 rtn 
+ 00014398  0x0000023c bpatch  0x00000005 , 0x00004000 
+ 00014399  0x0000023d fetch  0x00000002 , 0x0000000a 
+ 00014400  0x0000023e iforce  0x00000005 
+ 00014401  0x0000023f force  0x00000053 , 0x00000039 
+ 00014402  0x00000240 arg  0x00000163 , 0x00000006 
+ 00014403  0x00000241 branch  0x00007419 
+ 00014404  0x00000246 arg  0x00000001 , 0x00000039 
+ 00014405  0x00000247 fetcht  0x00000001 , 0x00000006 
+ 00014406  0x00000249 increase  0x00000001 , 0x00000002 
+ 00014407  0x0000024a compare  0x00000001 , 0x00000002 , 0x000000ff 
+ 00014408  0x0000024b nbranch  0x0000384a , 0x00000001 
+ 00014409  0x0000024c arg  0x00000000 , 0x00000002 
+ 00014410  0x0000024e storet  0x00000001 , 0x00000006 
+ 00014411  0x0000024f mul32  0x00000002 , 0x00000053 , 0x0000003f 
+ 00014412  0x00000250 arg  0x00004040 , 0x00000011 
+ 00014413  0x00000251 iadd  0x00000011 , 0x00000011 
+ 00014414  0x00000252 ifetch  0x00000001 , 0x00000011 
+ 00014415  0x00000253 bbit1  0x00000001 , 0x00003851 
+ 00014416  0x00000254 rtnbit1  0x00000000 
+ 00014417  0x00000256 loop  0x00003846 
+ 00014418  0x00000257 rtn 
+ 00014419  0x0000025a bpatch  0x00000006 , 0x00004000 
+ 00014420  0x0000025b arg  0x00003871 , 0x00000013 
+ 00014421  0x0000025c call  0x00003867 
+ 00014422  0x0000025d nrtn  0x00000005 
+ 00014423  0x0000025e deposit  0x00000011 
+ 00014424  0x0000025f store  0x00000002 , 0x0000000a 
+ 00014425  0x00000260 force  0x00000000 , 0x0000003e 
+ 00014426  0x00000261 rtn 
+ 00014427  0x00000267 arg  0x000038a8 , 0x00000013 
+ 00014428  0x00000268 branch  0x00003867 
+ 00014429  0x0000026e fetcht  0x00000001 , 0x0000410e 
+ 00014430  0x00000270 arg  0x0000387a , 0x00000013 
+ 00014431  0x00000271 branch  0x00003867 
+ 00014432  0x00000275 bpatch  0x00000007 , 0x00004000 
+ 00014433  0x00000276 fetcht  0x00000006 , 0x0000410f 
+ 00014434  0x00000278 arg  0x00003874 , 0x00000013 
+ 00014435  0x00000279 branch  0x00003867 
+ 00014436  0x0000027c arg  0x00003880 , 0x00000013 
+ 00014437  0x0000027d branch  0x00003867 
+ 00014438  0x00000280 arg  0x000038c3 , 0x00000013 
+ 00014439  0x00000282 bpatch  0x00000008 , 0x00004001 
+ 00014440  0x00000283 arg  0x00004040 , 0x00000011 
+ 00014441  0x00000284 arg  0x00000001 , 0x00000039 
+ 00014442  0x00000286 ifetch  0x00000001 , 0x00000011 
+ 00014443  0x00000287 copy  0x00000013 , 0x0000003d 
+ 00014444  0x00000289 bpatch  0x00000009 , 0x00004001 
+ 00014445  0x0000028a increase  0x00000053 , 0x00000011 
+ 00014446  0x0000028b loop  0x0000386a 
+ 00014447  0x0000028c force  0x00000001 , 0x0000003e 
+ 00014448  0x0000028d rtn 
+ 00014449  0x00000290 bbit1  0x00000000 , 0x0000386c 
+ 00014450  0x00000291 force  0x00000000 , 0x0000003e 
+ 00014451  0x00000292 rtn 
+ 00014452  0x00000295 bbit0  0x00000000 , 0x0000386c 
+ 00014453  0x00000297 add  0x00000011 , 0x00000010 , 0x00000006 
+ 00014454  0x00000298 ifetch  0x00000006 , 0x00000006 
+ 00014455  0x00000299 isub  0x00000002 , 0x0000003e 
+ 00014456  0x0000029a rtn  0x00000005 
+ 00014457  0x0000029b branch  0x0000386c 
+ 00014458  0x0000029e bbit0  0x00000000 , 0x0000386c 
+ 00014459  0x0000029f add  0x00000011 , 0x00000016 , 0x00000006 
+ 00014460  0x000002a0 ifetch  0x00000001 , 0x00000006 
+ 00014461  0x000002a1 isub  0x00000002 , 0x0000003e 
+ 00014462  0x000002a2 rtn  0x00000005 
+ 00014463  0x000002a3 branch  0x0000386c 
+ 00014464  0x000002a6 bbit0  0x00000001 , 0x0000386c 
+ 00014465  0x000002a8 call  0x000038b0 
+ 00014466  0x000002a9 call  0x00003898 
+ 00014467  0x000002aa isub  0x00000002 , 0x0000003f 
+ 00014468  0x000002ab increase  0x00000001 , 0x0000003f 
+ 00014469  0x000002ac branch  0x00003892 , 0x00000002 
+ 00014470  0x000002ad copy  0x00000006 , 0x00000012 
+ 00014471  0x000002ae store  0x00000009 , 0x000004cc 
+ 00014472  0x000002af bpatch  0x0000000a , 0x00004001 
+ 00014473  0x000002b0 fetch  0x00000009 , 0x000004cc 
+ 00014474  0x000002b1 copy  0x00000012 , 0x00000006 
+ 00014475  0x000002b2 increase  0x00000005 , 0x0000003f 
+ 00014476  0x000002b3 branch  0x0000388d 
+ 00014477  0x000002b6 nbranch  0x0000386c , 0x00000002 
+ 00014478  0x000002b8 copy  0x00000002 , 0x00000021 
+ 00014479  0x000002b9 call  0x000038bc 
+ 00014480  0x000002ba force  0x00000000 , 0x0000003e 
+ 00014481  0x000002bb rtn 
+ 00014482  0x000002bf iforce  0x00000012 
+ 00014483  0x000002c0 add  0x00000011 , 0x00000002 , 0x00000006 
+ 00014484  0x000002c1 ifetch  0x00000002 , 0x00000006 
+ 00014485  0x000002c2 branch  0x0000388e , 0x00000034 
+ 00014486  0x000002c3 call  0x000038bc 
+ 00014487  0x000002c4 branch  0x00003881 
+ 00014488  0x000002c7 rshift16  0x0000003f , 0x0000000b 
+ 00014489  0x000002c8 rshift8  0x0000000b , 0x0000000b 
+ 00014490  0x000002c9 branch  0x000038a2 , 0x00000005 
+ 00014491  0x000002ca compare  0x0000000f , 0x0000000b , 0x0000000f 
+ 00014492  0x000002cb nrtn  0x00000001 
+ 00014493  0x000002cc rshift16  0x00000002 , 0x0000000b 
+ 00014494  0x000002cd rshift8  0x0000000b , 0x0000000b 
+ 00014495  0x000002ce nrtn  0x00000005 
+ 00014496  0x000002cf set1  0x0000001c , 0x00000002 
+ 00014497  0x000002d0 rtn 
+ 00014498  0x000002d2 rshift16  0x00000002 , 0x0000000b 
+ 00014499  0x000002d3 rshift8  0x0000000b , 0x0000000b 
+ 00014500  0x000002d4 compare  0x0000000f , 0x0000000b , 0x0000000f 
+ 00014501  0x000002d5 nrtn  0x00000001 
+ 00014502  0x000002d6 set1  0x0000001c , 0x0000003f 
+ 00014503  0x000002d7 rtn 
+ 00014504  0x000002da bbit0  0x00000000 , 0x0000386c 
+ 00014505  0x000002db force  0x00000000 , 0x0000003e 
+ 00014506  0x000002dc rtn 
+ 00014507  0x000002df bbit0  0x00000000 , 0x0000386c 
+ 00014508  0x000002e0 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00014509  0x000002e1 ifetch  0x00000001 , 0x00000006 
+ 00014510  0x000002e2 bbit1  0x00000000 , 0x0000386c 
+ 00014511  0x000002e3 rtn 
+ 00014512  0x000002e6 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00014513  0x000002e7 ifetcht  0x00000001 , 0x00000006 
+ 00014514  0x000002e8 deposit  0x00000022 
+ 00014515  0x000002e9 isolate1  0x00000001 , 0x00000002 
+ 00014516  0x000002ea add  0x00000011 , 0x00000004 , 0x00000006 
+ 00014517  0x000002eb ifetcht  0x00000004 , 0x00000006 
+ 00014518  0x000002ec rtn  0x00000001 
+ 00014519  0x000002ed add  0x00000011 , 0x00000008 , 0x00000006 
+ 00014520  0x000002ee ifetch  0x00000006 , 0x00000006 
+ 00014521  0x000002ef call  0x00003905 
+ 00014522  0x000002f0 deposit  0x00000028 
+ 00014523  0x000002f1 rtn 
+ 00014524  0x000002f4 add  0x00000011 , 0x00000002 , 0x00000006 
+ 00014525  0x000002f5 add  0x00000011 , 0x00000004 , 0x00000005 
+ 00014526  0x000002f6 ifetch  0x00000002 , 0x00000006 
+ 00014527  0x000002f7 iadd  0x00000002 , 0x0000000b 
+ 00014528  0x000002f8 deposit  0x0000000b 
+ 00014529  0x000002f9 istore  0x00000004 , 0x00000005 
+ 00014530  0x000002fa branch  0x00003d4d 
+ 00014531  0x000002fe bbit0  0x00000001 , 0x0000386c 
+ 00014532  0x000002ff call  0x000038b0 
+ 00014533  0x00000300 iadd  0x0000001b , 0x0000003f 
+ 00014534  0x00000301 iadd  0x0000001b , 0x0000003f 
+ 00014535  0x00000302 iadd  0x00000007 , 0x0000003f 
+ 00014536  0x00000303 isub  0x00000002 , 0x0000003e 
+ 00014537  0x00000304 nbranch  0x0000386c , 0x00000002 
+ 00014538  0x00000305 force  0x00000000 , 0x0000003e 
+ 00014539  0x00000306 rtn 
+ 00014540  0x0000030b bpatch  0x0000000b , 0x00004001 
+ 00014541  0x0000030c disable  0x0000001d 
+ 00014542  0x0000030d disable  0x0000001c 
+ 00014543  0x0000030e disable  0x0000000d 
+ 00014544  0x0000030f disable  0x0000000c 
+ 00014545  0x00000310 disable  0x00000009 
+ 00014546  0x00000311 disable  0x0000000e 
+ 00014547  0x00000312 disable  0x00000007 
+ 00014548  0x00000313 branch  0x00003913 , 0x00000021 
+ 00014549  0x00000314 until  0x0000003e , 0x00000027 
+ 00014550  0x00000315 nop  0x00000064 
+ 00014551  0x00000316 branch  0x00003913 
+ 00014552  0x0000031c bpatch  0x0000000c , 0x00004001 
+ 00014553  0x0000031d disable  0x00000010 
+ 00014554  0x0000031e copy  0x00000002 , 0x0000001b 
+ 00014555  0x0000031f call  0x00003866 
+ 00014556  0x00000320 disable  0x00000028 
+ 00014557  0x00000321 nrtn  0x00000005 
+ 00014558  0x00000322 force  0x00000000 , 0x0000001b 
+ 00014559  0x00000323 branch  0x000074c8 
+ 00014560  0x00000328 bpatch  0x0000000d , 0x00004001 
+ 00014561  0x00000329 until  0x0000003e , 0x00000022 
+ 00014562  0x0000032a deposit  0x0000001a 
+ 00014563  0x0000032b iforce  0x00000006 
+ 00014564  0x0000032c rshift16 , 0x0000003f , 0x0000003f 
+ 00014565  0x0000032d isub  0x00000022 , 0x00000039 
+ 00014566  0x0000032e and_into  0x00000003 , 0x00000039 
+ 00014567  0x0000032f nbranch  0x000038ea , 0x00000005 
+ 00014568  0x00000330 force  0x00000000 , 0x0000003f 
+ 00014569  0x00000331 branch  0x000038ee 
+ 00014570  0x00000333 fetcht  0x00000002 , 0x0000003f 
+ 00014571  0x00000334 force  0x00000000 , 0x0000003f 
+ 00014572  0x00000336 iadd  0x00000002 , 0x0000003f 
+ 00014573  0x00000337 loop  0x000038ec 
+ 00014574  0x00000339 iadd  0x00000006 , 0x0000003f 
+ 00014575  0x0000033a div  0x0000003f , 0x0000000c 
+ 00014576  0x0000033b call  0x00007472 
+ 00014577  0x0000033c store  0x00000002 , 0x0000002a 
+ 00014578  0x0000033d rtn 
+ 00014579  0x00000340 bpatch  0x0000000e , 0x00004001 
+ 00014580  0x00000341 deposit  0x0000001a 
+ 00014581  0x00000342 copy  0x00000019 , 0x00000002 
+ 00014582  0x00000343 isub  0x00000002 , 0x0000003e 
+ 00014583  0x00000344 nsetflag  0x00000002 , 0x0000002c , 0x0000003f 
+ 00014584  0x00000345 isub  0x00000002 , 0x00000002 
+ 00014585  0x00000346 fetch  0x00000002 , 0x0000003f 
+ 00014586  0x00000347 isolate0  0x0000000f , 0x00000002 
+ 00014587  0x00000348 branch  0x00003901 , 0x00000001 
+ 00014588  0x00000349 copy  0x00000002 , 0x00000030 
+ 00014589  0x0000034a arg  0x00010000 , 0x00000002 
+ 00014590  0x0000034b fetch  0x00000002 , 0x0000003f 
+ 00014591  0x0000034c isub  0x00000002 , 0x0000003f 
+ 00014592  0x0000034d iadd  0x00000030 , 0x00000002 
+ 00014593  0x00000350 storet  0x00000006 , 0x0000016b 
+ 00014594  0x00000351 rtn 
+ 00014595  0x00000354 disable  0x00000030 
+ 00014596  0x00000355 fetch  0x00000006 , 0x0000016b 
+ 00014597  0x00000357 iadd  0x00000019 , 0x00000030 
+ 00014598  0x00000358 increase  0x0000000a , 0x00000030 
+ 00014599  0x00000359 fetch  0x00000002 , 0x0000003f 
+ 00014600  0x0000035a isub  0x00000030 , 0x0000003f 
+ 00014601  0x0000035b isolate0  0x0000000f , 0x0000003f 
+ 00014602  0x0000035c branch  0x00003911 , 0x00000001 
+ 00014603  0x0000035d setarg  0x00010000 
+ 00014604  0x0000035e fetchr  0x00000018 , 0x00000002 , 0x0000003f 
+ 00014605  0x0000035f isub  0x00000018 , 0x0000003f 
+ 00014606  0x00000360 iadd  0x00000030 , 0x00000030 
+ 00014607  0x00000362 copy  0x00000030 , 0x0000001a 
+ 00014608  0x00000363 rtn 
+ 00014609  0x00000365 force  0x00000000 , 0x0000003e 
+ 00014610  0x00000366 branch  0x0000390f 
+ 00014611  0x0000036e bpatch  0x0000000f , 0x00004001 
+ 00014612  0x0000036f call  0x000065a2 
+ 00014613  0x00000370 force  0x00000008 , 0x00000015 
+ 00014614  0x00000371 force  0x00000000 , 0x00000015 
+ 00014615  0x00000372 disable  0x00000021 
+ 00014616  0x00000373 disable  0x00000020 
+ 00014617  0x00000374 pulse  0x0000001e 
+ 00014618  0x00000375 jam  0x00000005 , 0x00008900 
+ 00014619  0x00000376 nop  0x00000002 
+ 00014620  0x00000377 jam  0x00000000 , 0x00008900 
+ 00014621  0x00000378 call  0x00003925 
+ 00014622  0x00000379 jam  0x00000000 , 0x00008a16 
+ 00014623  0x0000037a jam  0x00000080 , 0x00008a0a 
+ 00014624  0x0000037b fetch  0x00000001 , 0x00008a09 
+ 00014625  0x0000037c set0  0x00000007 , 0x0000003f 
+ 00014626  0x0000037d store  0x00000001 , 0x00008a09 
+ 00014627  0x0000037e jam  0x00000000 , 0x00008a0b 
+ 00014628  0x0000037f rtn 
+ 00014629  0x00000384 bpatch  0x00000010 , 0x00004002 
+ 00014630  0x00000385 jam  0x00000005 , 0x00008900 
+ 00014631  0x00000386 nop  0x00000002 
+ 00014632  0x00000387 jam  0x00000000 , 0x00008900 
+ 00014633  0x00000388 fetch  0x00000001 , 0x0000409a 
+ 00014634  0x00000389 beq  0x00000018 , 0x0000392c 
+ 00014635  0x0000038a beq  0x00000008 , 0x00003941 
+ 00014636  0x0000038c jam  0x000000aa , 0x00008a10 
+ 00014637  0x0000038d jam  0x000000aa , 0x00008a11 
+ 00014638  0x0000038e jam  0x00000015 , 0x00008a12 
+ 00014639  0x00000390 jam  0x00000078 , 0x00008a0a 
+ 00014640  0x00000391 fetch  0x00000001 , 0x00008a09 
+ 00014641  0x00000392 set1  0x00000007 , 0x0000003f 
+ 00014642  0x00000393 store  0x00000001 , 0x00008a09 
+ 00014643  0x00000394 jam  0x00000004 , 0x00008a0b 
+ 00014644  0x00000395 nop  0x0000003c 
+ 00014645  0x00000396 jam  0x0000007a , 0x00008a16 
+ 00014646  0x00000397 jam  0x00000000 , 0x00008a17 
+ 00014647  0x00000398 jam  0x00000000 , 0x00008a18 
+ 00014648  0x00000399 jam  0x00000000 , 0x00008a19 
+ 00014649  0x0000039a jam  0x00000000 , 0x00008a1a 
+ 00014650  0x0000039c jam  0x0000002a , 0x00008a11 
+ 00014651  0x0000039d jam  0x00000078 , 0x00008a0a 
+ 00014652  0x0000039f fetch  0x00000001 , 0x00008a09 
+ 00014653  0x000003a0 set0  0x00000007 , 0x0000003f 
+ 00014654  0x000003a1 store  0x00000001 , 0x00008a09 
+ 00014655  0x000003a2 jam  0x00000000 , 0x00008a43 
+ 00014656  0x000003a3 rtn 
+ 00014657  0x000003a6 jam  0x00000029 , 0x00008a87 
+ 00014658  0x000003a7 jam  0x000000e6 , 0x00008a8b 
+ 00014659  0x000003a9 jam  0x000000aa , 0x00008a10 
+ 00014660  0x000003aa jam  0x000000aa , 0x00008a11 
+ 00014661  0x000003ab jam  0x00000015 , 0x00008a12 
+ 00014662  0x000003ad jam  0x00000078 , 0x00008a0a 
+ 00014663  0x000003ae fetch  0x00000001 , 0x00008a09 
+ 00014664  0x000003af set1  0x00000007 , 0x0000003f 
+ 00014665  0x000003b0 store  0x00000001 , 0x00008a09 
+ 00014666  0x000003b1 jam  0x00000004 , 0x00008a0b 
+ 00014667  0x000003b2 nop  0x0000003c 
+ 00014668  0x000003b3 jam  0x0000003a , 0x00008a16 
+ 00014669  0x000003b4 jam  0x00000000 , 0x00008a17 
+ 00014670  0x000003b5 jam  0x00000000 , 0x00008a18 
+ 00014671  0x000003b6 jam  0x00000000 , 0x00008a19 
+ 00014672  0x000003b7 jam  0x00000000 , 0x00008a1a 
+ 00014673  0x000003b9 jam  0x0000002a , 0x00008a11 
+ 00014674  0x000003ba jam  0x00000038 , 0x00008a0a 
+ 00014675  0x000003bb branch  0x0000393c 
+ 00014676  0x000003be bpatch  0x00000011 , 0x00004002 
+ 00014677  0x000003c0 fetch  0x00000001 , 0x0000409a 
+ 00014678  0x000003c1 sub  0x0000003f , 0x00000018 , 0x0000003e 
+ 00014679  0x000003c2 call  0x0000395e , 0x00000005 
+ 00014680  0x000003c3 ncall  0x00003964 , 0x00000005 
+ 00014681  0x000003c5 storet  0x00000001 , 0x00000008 
+ 00014682  0x000003c6 add  0x00000002 , 0x00000000 , 0x0000003f 
+ 00014683  0x000003c7 bmark1  0x0000002d , 0x0000395d 
+ 00014684  0x000003c8 add  0x00000002 , 0x00000001 , 0x0000003f 
+ 00014685  0x000003ca branch  0x00003989 
+ 00014686  0x000003ce jam  0x00000000 , 0x00008a43 
+ 00014687  0x000003cf jam  0x00000004 , 0x00008a3d 
+ 00014688  0x000003d0 jam  0x00000000 , 0x00008a3e 
+ 00014689  0x000003d1 jam  0x00000003 , 0x00008a84 
+ 00014690  0x000003d2 jam  0x00000040 , 0x00008a89 
+ 00014691  0x000003d3 rtn 
+ 00014692  0x000003d5 jam  0x00000030 , 0x00008a43 
+ 00014693  0x000003d6 jam  0x00000006 , 0x00008a3d 
+ 00014694  0x000003d7 jam  0x00000000 , 0x00008a3e 
+ 00014695  0x000003d8 jam  0x00000020 , 0x00008a84 
+ 00014696  0x000003d9 jam  0x00000015 , 0x00008a89 
+ 00014697  0x000003da rtn 
+ 00014698  0x000003dd bpatch  0x00000012 , 0x00004002 
+ 00014699  0x000003de call  0x0000659c 
+ 00014700  0x000003e0 fetch  0x00000001 , 0x00004118 
+ 00014701  0x000003e1 beq  0x000000ff , 0x00003973 
+ 00014702  0x000003e2 arg  0x00004119 , 0x00000006 
+ 00014703  0x000003e3 iadd  0x00000006 , 0x00000006 
+ 00014704  0x000003e4 ifetch  0x00000001 , 0x00000006 
+ 00014705  0x000003e5 store  0x00000001 , 0x00008961 
+ 00014706  0x000003e6 jam  0x00000027 , 0x00008960 
+ 00014707  0x000003e9 fetcht  0x00000001 , 0x0000411c 
+ 00014708  0x000003ea fetch  0x00000001 , 0x00008960 
+ 00014709  0x000003eb ior  0x00000002 , 0x0000003f 
+ 00014710  0x000003ec store  0x00000001 , 0x00008960 
+ 00014711  0x000003ee jam  0x000000aa , 0x00008a10 
+ 00014712  0x000003ef jam  0x0000002a , 0x00008a11 
+ 00014713  0x000003f0 jam  0x00000013 , 0x00008a12 
+ 00014714  0x000003f1 jam  0x0000007f , 0x00008a0a 
+ 00014715  0x000003f2 fetch  0x00000001 , 0x00008a09 
+ 00014716  0x000003f3 set0  0x00000007 , 0x0000003f 
+ 00014717  0x000003f4 store  0x00000001 , 0x00008a09 
+ 00014718  0x000003f5 nop  0x0000003c 
+ 00014719  0x000003f6 jam  0x0000001f , 0x00008a17 
+ 00014720  0x000003f7 jam  0x000000f8 , 0x00008a18 
+ 00014721  0x000003f8 jam  0x00000018 , 0x00008a19 
+ 00014722  0x000003f9 jam  0x00000000 , 0x00008a10 
+ 00014723  0x000003fa jam  0x00000020 , 0x00008a11 
+ 00014724  0x000003fb nop  0x0000000a 
+ 00014725  0x000003fc jam  0x00000004 , 0x00008900 
+ 00014726  0x000003fd nop  0x00000002 
+ 00014727  0x000003fe jam  0x0000000c , 0x00008900 
+ 00014728  0x000003ff rtn 
+ 00014729  0x00000404 bpatch  0x00000013 , 0x00004002 
+ 00014730  0x00000405 arg  0x00000960 , 0x00000006 
+ 00014731  0x00000406 iadd  0x00000006 , 0x0000003f 
+ 00014732  0x00000407 fetcht  0x00000001 , 0x0000409a 
+ 00014733  0x00000408 branch  0x00003998 
+ 00014734  0x0000040c bpatch  0x00000014 , 0x00004002 
+ 00014735  0x0000040d fetch  0x00000001 , 0x0000409a 
+ 00014736  0x0000040e sub  0x0000003f , 0x00000018 , 0x0000003e 
+ 00014737  0x0000040f call  0x000039bb , 0x00000005 
+ 00014738  0x00000410 ncall  0x000039c2 , 0x00000005 
+ 00014739  0x00000412 setarg  0x00000960 
+ 00014740  0x00000413 iadd  0x00000011 , 0x0000003f 
+ 00014741  0x00000414 lshift  0x0000003f , 0x0000003f 
+ 00014742  0x00000415 fetcht  0x00000001 , 0x0000409a 
+ 00014743  0x00000416 mul32  0x00000002 , 0x00000003 , 0x00000002 
+ 00014744  0x00000418 lshift  0x00000002 , 0x00000002 
+ 00014745  0x00000419 idiv  0x00000002 
+ 00014746  0x0000041a call  0x00007475 
+ 00014747  0x0000041b quotient  0x0000003f 
+ 00014748  0x0000041c store  0x00000001 , 0x00008a3f 
+ 00014749  0x0000041d remainder  0x0000003f 
+ 00014750  0x0000041e lshift16  0x0000003f , 0x0000003f 
+ 00014751  0x0000041f lshift8  0x0000003f , 0x0000003f 
+ 00014752  0x00000420 idiv  0x00000002 
+ 00014753  0x00000421 call  0x00007475 
+ 00014754  0x00000422 quotient  0x0000003f 
+ 00014755  0x00000423 store  0x00000001 , 0x00008a42 
+ 00014756  0x00000424 rshift8  0x0000003f , 0x0000003f 
+ 00014757  0x00000425 store  0x00000001 , 0x00008a41 
+ 00014758  0x00000426 rshift8  0x0000003f , 0x0000003f 
+ 00014759  0x00000427 store  0x00000001 , 0x00008a40 
+ 00014760  0x00000428 fetcht  0x00000001 , 0x00008a43 
+ 00014761  0x00000429 and_into  0x000000f0 , 0x00000002 
+ 00014762  0x0000042a storet  0x00000001 , 0x00008a43 
+ 00014763  0x0000042b nop  0x0000000c 
+ 00014764  0x0000042c fetch  0x00000001 , 0x0000409a 
+ 00014765  0x0000042d beq  0x00000018 , 0x000039af 
+ 00014766  0x0000042e beq  0x00000008 , 0x000039b5 
+ 00014767  0x00000430 or_into  0x0000000c , 0x00000002 
+ 00014768  0x00000431 storet  0x00000001 , 0x00008a43 
+ 00014769  0x00000432 nop  0x0000000c 
+ 00014770  0x00000433 or_into  0x00000003 , 0x00000002 
+ 00014771  0x00000434 storet  0x00000001 , 0x00008a43 
+ 00014772  0x00000435 rtn 
+ 00014773  0x00000438 or_into  0x0000003c , 0x00000002 
+ 00014774  0x00000439 storet  0x00000001 , 0x00008a43 
+ 00014775  0x0000043a nop  0x0000000c 
+ 00014776  0x0000043b or_into  0x00000033 , 0x00000002 
+ 00014777  0x0000043c storet  0x00000001 , 0x00008a43 
+ 00014778  0x0000043d rtn 
+ 00014779  0x00000441 jam  0x00000000 , 0x00008a43 
+ 00014780  0x00000442 jam  0x00000012 , 0x00008a3d 
+ 00014781  0x00000443 jam  0x00000000 , 0x00008a3e 
+ 00014782  0x00000444 jam  0x00000003 , 0x00008a84 
+ 00014783  0x00000445 jam  0x000000a6 , 0x00008a8b 
+ 00014784  0x00000446 jam  0x00000040 , 0x00008a89 
+ 00014785  0x00000447 rtn 
+ 00014786  0x0000044a jam  0x00000030 , 0x00008a43 
+ 00014787  0x0000044b jam  0x00000015 , 0x00008a3d 
+ 00014788  0x0000044c jam  0x00000000 , 0x00008a3e 
+ 00014789  0x0000044d jam  0x00000020 , 0x00008a84 
+ 00014790  0x0000044e jam  0x000000a6 , 0x00008a8b 
+ 00014791  0x0000044f jam  0x00000015 , 0x00008a89 
+ 00014792  0x00000450 rtn 
+ 00014793  0x00000454 bpatch  0x00000015 , 0x00004002 
+ 00014794  0x00000456 jam  0x00000012 , 0x00008a3d 
+ 00014795  0x00000457 storet  0x00000001 , 0x00000008 
+ 00014796  0x00000458 add  0x00000002 , 0x00000002 , 0x00000011 
+ 00014797  0x00000459 call  0x0000398e 
+ 00014798  0x0000045a nop  0x000003c0 
+ 00014799  0x0000045d bpatch  0x00000016 , 0x00004002 
+ 00014800  0x0000045f jam  0x000000aa , 0x00008a10 
+ 00014801  0x00000460 jam  0x0000002a , 0x00008a11 
+ 00014802  0x00000461 jam  0x00000010 , 0x00008a12 
+ 00014803  0x00000463 jam  0x0000007f , 0x00008a0a 
+ 00014804  0x00000464 fetch  0x00000001 , 0x00008a09 
+ 00014805  0x00000465 set0  0x00000007 , 0x0000003f 
+ 00014806  0x00000466 store  0x00000001 , 0x00008a09 
+ 00014807  0x00000467 jam  0x00000007 , 0x00008a0b 
+ 00014808  0x00000468 nop  0x0000003c 
+ 00014809  0x0000046a jam  0x0000000d , 0x00008a19 
+ 00014810  0x0000046b jam  0x000000f9 , 0x00008a1a 
+ 00014811  0x0000046c jam  0x00000000 , 0x00008a10 
+ 00014812  0x0000046d jam  0x00000020 , 0x00008a11 
+ 00014813  0x0000046e nop  0x0000000a 
+ 00014814  0x0000046f jam  0x00000001 , 0x00008900 
+ 00014815  0x00000470 nop  0x00000002 
+ 00014816  0x00000471 jam  0x00000003 , 0x00008900 
+ 00014817  0x00000473 bpatch  0x00000017 , 0x00004002 
+ 00014818  0x00000474 fetch  0x00000001 , 0x00004116 
+ 00014819  0x00000475 beq  0x00000003 , 0x000039f2 
+ 00014820  0x00000476 beq  0x00000005 , 0x000039f7 
+ 00014821  0x00000477 beq  0x00000006 , 0x000039fa 
+ 00014822  0x00000478 beq  0x00000007 , 0x000039fd 
+ 00014823  0x00000479 beq  0x0000000a , 0x00003a00 
+ 00014824  0x0000047a beq  0x00000083 , 0x00003a03 
+ 00014825  0x0000047b beq  0x00000085 , 0x00003a06 
+ 00014826  0x0000047c beq  0x00000094 , 0x00003a09 
+ 00014827  0x0000047d beq  0x0000009e , 0x00003a0c 
+ 00014828  0x0000047e beq  0x000000aa , 0x00003a0f 
+ 00014829  0x00000480 jam  0x0000006a , 0x00008a39 
+ 00014830  0x00000481 jam  0x00000007 , 0x00008a3a 
+ 00014831  0x00000483 jam  0x000000a3 , 0x00008a14 
+ 00014832  0x00000484 jam  0x00000007 , 0x00008a15 
+ 00014833  0x00000485 rtn 
+ 00014834  0x00000488 jam  0x00000066 , 0x00008a39 
+ 00014835  0x00000489 jam  0x0000000b , 0x00008a3a 
+ 00014836  0x0000048b jam  0x000000aa , 0x00008a14 
+ 00014837  0x0000048c jam  0x0000000a , 0x00008a15 
+ 00014838  0x0000048d rtn 
+ 00014839  0x00000490 jam  0x0000006c , 0x00008a39 
+ 00014840  0x00000491 jam  0x0000000d , 0x00008a3a 
+ 00014841  0x00000492 branch  0x000039f4 
+ 00014842  0x00000495 jam  0x0000006b , 0x00008a39 
+ 00014843  0x00000496 jam  0x0000000f , 0x00008a3a 
+ 00014844  0x00000497 branch  0x000039f4 
+ 00014845  0x0000049a jam  0x000000a7 , 0x00008a39 
+ 00014846  0x0000049b jam  0x0000000f , 0x00008a3a 
+ 00014847  0x0000049c branch  0x000039f4 
+ 00014848  0x0000049f jam  0x000000b6 , 0x00008a39 
+ 00014849  0x000004a0 jam  0x0000000f , 0x00008a3a 
+ 00014850  0x000004a1 branch  0x000039f4 
+ 00014851  0x000004a4 jam  0x00000068 , 0x00008a39 
+ 00014852  0x000004a5 jam  0x00000005 , 0x00008a3a 
+ 00014853  0x000004a6 branch  0x000039ef 
+ 00014854  0x000004a9 jam  0x00000060 , 0x00008a39 
+ 00014855  0x000004aa jam  0x00000005 , 0x00008a3a 
+ 00014856  0x000004ab branch  0x000039ef 
+ 00014857  0x000004ae jam  0x00000053 , 0x00008a39 
+ 00014858  0x000004af jam  0x00000001 , 0x00008a3a 
+ 00014859  0x000004b0 branch  0x000039ef 
+ 00014860  0x000004b3 jam  0x0000004c , 0x00008a39 
+ 00014861  0x000004b4 jam  0x00000000 , 0x00008a3a 
+ 00014862  0x000004b5 branch  0x000039ef 
+ 00014863  0x000004b8 fetch  0x00000002 , 0x0000489b 
+ 00014864  0x000004b9 store  0x00000002 , 0x00008a39 
+ 00014865  0x000004ba branch  0x000039ef 
+ 00014866  0x000004be jam  0x00000006 , 0x00008042 
+ 00014867  0x000004c0 fetch  0x00000002 , 0x0000409d 
+ 00014868  0x000004c1 bbit0  0x0000000e , 0x00003a13 
+ 00014869  0x000004c2 iforce  0x00000006 
+ 00014870  0x000004c3 arg  0x00008a00 , 0x00000002 
+ 00014871  0x000004c5 ifetch  0x00000001 , 0x00000006 
+ 00014872  0x000004c6 beq  0x000000ff , 0x00003a1d 
+ 00014873  0x000004c7 ior  0x00000002 , 0x00000005 
+ 00014874  0x000004c8 ifetch  0x00000001 , 0x00000006 
+ 00014875  0x000004c9 istore  0x00000001 , 0x00000005 
+ 00014876  0x000004ca branch  0x00003a17 
+ 00014877  0x000004cd bpatch  0x00000018 , 0x00004003 
+ 00014878  0x000004ce fetch  0x00000001 , 0x000043ef 
+ 00014879  0x000004cf call  0x00006d31 , 0x00000034 
+ 00014880  0x000004d1 jam  0x00000005 , 0x00008a03 
+ 00014881  0x000004d2 jam  0x00000094 , 0x00008a7a 
+ 00014882  0x000004d3 call  0x00003a44 
+ 00014883  0x000004d4 call  0x00003a3f 
+ 00014884  0x000004d5 call  0x00003a3a 
+ 00014885  0x000004d6 jam  0x000000e6 , 0x00008a8b 
+ 00014886  0x000004d9 jam  0x00000090 , 0x00008a83 
+ 00014887  0x000004da jam  0x0000000b , 0x00008a0e 
+ 00014888  0x000004db jam  0x00000005 , 0x00008a0f 
+ 00014889  0x000004de jam  0x00000076 , 0x00008968 
+ 00014890  0x000004df jam  0x00000076 , 0x00008969 
+ 00014891  0x000004e1 fetch  0x00000001 , 0x0000409a 
+ 00014892  0x000004e2 bne  0x00000008 , 0x00003a2e 
+ 00014893  0x000004e3 jam  0x00000034 , 0x00008a08 
+ 00014894  0x000004e5 jam  0x000000ff , 0x00008a01 
+ 00014895  0x000004e6 nop  0x00000064 
+ 00014896  0x000004e7 jam  0x0000000e , 0x00008a02 
+ 00014897  0x000004e8 jam  0x00000003 , 0x00008a00 
+ 00014898  0x000004ea call  0x000039ed 
+ 00014899  0x000004ec jam  0x0000002b , 0x00008a9a 
+ 00014900  0x000004ed jam  0x00000013 , 0x00008a9b 
+ 00014901  0x000004ef call  0x00003a71 
+ 00014902  0x000004f0 nop  0x00000064 
+ 00014903  0x000004f1 jam  0x00000005 , 0x00008042 
+ 00014904  0x000004f2 jam  0x0000000c , 0x0000411d 
+ 00014905  0x000004f3 branch  0x00003d00 
+ 00014906  0x000004f7 fetch  0x00000001 , 0x000043eb 
+ 00014907  0x000004f8 nbranch  0x00003a3d , 0x00000034 
+ 00014908  0x000004f9 setarg  0x00000029 
+ 00014909  0x000004fb store  0x00000001 , 0x00008a87 
+ 00014910  0x000004fc rtn 
+ 00014911  0x000004ff fetch  0x00000001 , 0x000043ec 
+ 00014912  0x00000500 nbranch  0x00003a42 , 0x00000034 
+ 00014913  0x00000501 setarg  0x00000000 
+ 00014914  0x00000503 store  0x00000001 , 0x00008a0d 
+ 00014915  0x00000504 rtn 
+ 00014916  0x00000507 fetch  0x00000001 , 0x000043ed 
+ 00014917  0x00000508 branch  0x00003a47 , 0x00000034 
+ 00014918  0x00000509 setarg  0x000000d3 
+ 00014919  0x0000050b store  0x00000001 , 0x00008a6c 
+ 00014920  0x0000050c rtn 
+ 00014921  0x00000510 bpatch  0x00000019 , 0x00004003 
+ 00014922  0x00000512 fetch  0x00000001 , 0x000089a2 
+ 00014923  0x00000513 isolate1  0x00000006 , 0x0000003f 
+ 00014924  0x00000514 setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00014925  0x00000515 store  0x00000001 , 0x00004117 
+ 00014926  0x00000517 fetch  0x00000001 , 0x000089a3 
+ 00014927  0x00000518 and  0x0000003f , 0x0000000f , 0x00000002 
+ 00014928  0x00000519 lshift  0x00000002 , 0x00000002 
+ 00014929  0x0000051a rshift4  0x0000003f , 0x0000003f 
+ 00014930  0x0000051b iadd  0x00000002 , 0x00000002 
+ 00014931  0x0000051c mul32  0x00000002 , 0x00000003 , 0x00000011 
+ 00014932  0x0000051e fetch  0x00000001 , 0x00004117 
+ 00014933  0x0000051f call  0x00003a5f 
+ 00014934  0x00000520 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00014935  0x00000521 iadd  0x00000011 , 0x0000003f 
+ 00014936  0x00000522 increase  0xfffffff7 , 0x0000003f 
+ 00014937  0x00000523 and  0x0000003f , 0x000001ff , 0x0000003f 
+ 00014938  0x00000524 isolate1  0x00000008 , 0x0000003f 
+ 00014939  0x00000525 nbranch  0x00003a5d , 0x00000001 
+ 00014940  0x00000526 setarg  0x00000000 
+ 00014941  0x00000528 store  0x00000001 , 0x00000030 
+ 00014942  0x00000529 branch  0x00003a64 
+ 00014943  0x0000052c isolate1  0x00000007 , 0x0000003f 
+ 00014944  0x0000052d nrtn  0x00000001 
+ 00014945  0x0000052e arg  0x0000ff00 , 0x00000002 
+ 00014946  0x0000052f ior  0x00000002 , 0x0000003f 
+ 00014947  0x00000530 rtn 
+ 00014948  0x00000533 fetch  0x00000001 , 0x00000030 
+ 00014949  0x00000534 call  0x00003a68 
+ 00014950  0x00000535 store  0x00000001 , 0x00000009 
+ 00014951  0x00000536 rtn 
+ 00014952  0x00000539 and_into  0x000000ff , 0x0000003f 
+ 00014953  0x0000053a div  0x0000003f , 0x0000000a 
+ 00014954  0x0000053b call  0x00007472 
+ 00014955  0x0000053c lshift4  0x0000003f , 0x0000003f 
+ 00014956  0x0000053d remainder  0x00000002 
+ 00014957  0x0000053e ior  0x00000002 , 0x0000003f 
+ 00014958  0x0000053f rtn 
+ 00014959  0x00000543 setarg  0x00000f0f 
+ 00014960  0x00000544 branch  0x00003c04 
+ 00014961  0x00000547 setarg  0x0000080f 
+ 00014962  0x00000548 branch  0x00003c04 
+ 00014963  0x0000054e copy  0x0000003f , 0x00000002 
+ 00014964  0x0000054f bpatch  0x0000001a , 0x00004003 
+ 00014965  0x00000550 copy  0x00000002 , 0x0000003f 
+ 00014966  0x00000551 call  0x0000746b 
+ 00014967  0x00000552 lshift16  0x00000021 , 0x0000003f 
+ 00014968  0x00000553 set1  0x0000002c , 0x0000003f 
+ 00014969  0x00000554 call  0x00007451 
+ 00014970  0x00000555 set0  0x0000002c , 0x0000003f 
+ 00014971  0x00000556 call  0x00003a82 
+ 00014972  0x00000557 call  0x00007451 
+ 00014973  0x00000558 rtn  0x00000028 
+ 00014974  0x00000559 call  0x0000745e 
+ 00014975  0x0000055a iforce  0x0000001b 
+ 00014976  0x0000055b until  0x0000003e , 0x00000003 
+ 00014977  0x0000055c rtn 
+ 00014978  0x00000560 copy  0x00000019 , 0x00000002 
+ 00014979  0x00000561 rtn  0x00000029 
+ 00014980  0x00000562 copy  0x0000001a , 0x00000002 
+ 00014981  0x00000563 rtn 
+ 00014982  0x00000566 deposit  0x00000022 
+ 00014983  0x00000567 rtn  0x00000029 
+ 00014984  0x00000568 deposit  0x00000028 
+ 00014985  0x00000569 rtn 
+ 00014986  0x0000056d bpatch  0x0000001b , 0x00004003 
+ 00014987  0x0000056e branch  0x00003a8a 
+ 00014988  0x00000572 rtn  0x00000034 
+ 00014989  0x00000574 rshift  0x0000003f , 0x0000003f 
+ 00014990  0x00000575 increase  0xfffffffd , 0x0000003f 
+ 00014991  0x00000577 increase  0xffffffff , 0x0000003f 
+ 00014992  0x00000578 nbranch  0x00003a8f , 0x00000005 
+ 00014993  0x00000579 force  0x00000000 , 0x0000003f 
+ 00014994  0x0000057a rtn 
+ 00014995  0x00000580 setarg  0x00000000 
+ 00014996  0x00000581 store  0x00000006 , 0x00000000 
+ 00014997  0x00000582 arg  0x00000163 , 0x00000005 
+ 00014998  0x00000583 arg  0x0000000a , 0x00000039 
+ 00014999  0x00000584 call  0x000073dd 
+ 00015000  0x00000585 jam  0x00000000 , 0x000004c3 
+ 00015001  0x00000586 jam  0x00000000 , 0x000001b6 
+ 00015002  0x00000588 setarg  0x00000e43 
+ 00015003  0x00000589 store  0x00000002 , 0x00000031 
+ 00015004  0x0000058a setarg  0x00000600 
+ 00015005  0x0000058b store  0x00000002 , 0x00000033 
+ 00015006  0x0000058c setarg  0x00000600 
+ 00015007  0x0000058d store  0x00000002 , 0x00000035 
+ 00015008  0x0000058e setarg  0x00000d00 
+ 00015009  0x0000058f store  0x00000002 , 0x0000003b 
+ 00015010  0x00000590 setarg  0x000003bb 
+ 00015011  0x00000591 store  0x00000002 , 0x00000037 
+ 00015012  0x00000592 setarg  0x00000500 
+ 00015013  0x00000593 store  0x00000002 , 0x00000039 
+ 00015014  0x00000594 setarg  0x000007d0 
+ 00015015  0x00000595 store  0x00000002 , 0x0000003d 
+ 00015016  0x00000596 setarg  0x00000ea6 
+ 00015017  0x00000597 store  0x00000002 , 0x0000003f 
+ 00015018  0x00000598 setarg  0x000001e0 
+ 00015019  0x00000599 store  0x00000002 , 0x00000041 
+ 00015020  0x0000059a setarg  0x00000120 
+ 00015021  0x0000059b store  0x00000002 , 0x00000043 
+ 00015022  0x0000059c setarg  0x0000011a 
+ 00015023  0x0000059d store  0x00000002 , 0x00000045 
+ 00015024  0x000005a1 bpatch  0x0000001c , 0x00004003 
+ 00015025  0x000005a2 rtn  0x0000002b 
+ 00015026  0x000005a3 jam  0x0000008b , 0x00004129 
+ 00015027  0x000005a4 setarg  0x00000d00 
+ 00015028  0x000005a5 store  0x00000002 , 0x00004316 
+ 00015029  0x000005a6 setarg  0x00000060 
+ 00015030  0x000005a7 store  0x00000002 , 0x00004318 
+ 00015031  0x000005a8 rshift  0x00000022 , 0x0000003f 
+ 00015032  0x000005a9 store  0x00000004 , 0x00004096 
+ 00015033  0x000005aa rtn 
+ 00015034  0x000005ae rtn  0x0000002b 
+ 00015035  0x000005af bpatch  0x0000001d , 0x00004003 
+ 00015036  0x000005b0 fetch  0x00000001 , 0x00008a0a 
+ 00015037  0x000005b1 set1  0x00000003 , 0x0000003f 
+ 00015038  0x000005b2 store  0x00000001 , 0x00008a0a 
+ 00015039  0x000005b3 nop  0x000004b0 
+ 00015040  0x000005b4 set0  0x00000003 , 0x0000003f 
+ 00015041  0x000005b5 store  0x00000001 , 0x00008a0a 
+ 00015042  0x000005b6 rtn 
+ 00015043  0x000005bc setarg  0x0000ee21 
+ 00015044  0x000005bd store  0x00000002 , 0x00008050 
+ 00015045  0x000005be fetch  0x00000004 , 0x0000811c 
+ 00015046  0x000005bf store  0x00000004 , 0x000004f2 
+ 00015047  0x000005c0 store  0x00000004 , 0x000004f2 
+ 00015048  0x000005c1 jam  0x00000083 , 0x00008047 
+ 00015049  0x000005c2 fetch  0x00000001 , 0x00008133 
+ 00015050  0x000005c3 store  0x00000001 , 0x000004f1 
+ 00015051  0x000005c4 fetch  0x00000001 , 0x00008136 
+ 00015052  0x000005c5 bbit0  0x00000003 , 0x000067ba 
+ 00015053  0x000005c6 enable  0x0000002b 
+ 00015054  0x000005c7 bbit0  0x00000007 , 0x00003ad8 
+ 00015055  0x000005c8 disable  0x0000002b 
+ 00015056  0x000005c9 deposit  0x00000027 
+ 00015057  0x000005ca nbranch  0x00003ad8 , 0x00000034 
+ 00015058  0x000005cb fetch  0x00000001 , 0x00008133 
+ 00015059  0x000005cc bbit1  0x00000002 , 0x00003ad8 
+ 00015060  0x000005cd arg  0xffffffff , 0x00000002 
+ 00015061  0x000005ce storet  0x00000004 , 0x0000804c 
+ 00015062  0x000005cf jam  0x00000010 , 0x00008005 
+ 00015063  0x000005d0 until  0x0000003e , 0x0000003f 
+ 00015064  0x000005d3 until  0x0000003e , 0x00000033 
+ 00015065  0x000005d4 jam  0x00000020 , 0x00008005 
+ 00015066  0x000005d5 until  0x0000003e , 0x00000033 
+ 00015067  0x000005d6 jam  0x00000002 , 0x00008005 
+ 00015068  0x000005d7 fetch  0x00000004 , 0x00008138 
+ 00015069  0x000005d8 store  0x00000004 , 0x0000804c 
+ 00015070  0x000005d9 fetch  0x00000001 , 0x00008139 
+ 00015071  0x000005da and_into  0x000000e0 , 0x0000003f 
+ 00015072  0x000005db store  0x00000001 , 0x0000804d 
+ 00015073  0x000005dc until  0x0000003e , 0x00000033 
+ 00015074  0x000005dd jam  0x00000002 , 0x00008005 
+ 00015075  0x000005de fetch  0x00000003 , 0x00008134 
+ 00015076  0x000005df store  0x00000003 , 0x0000804c 
+ 00015077  0x000005e0 ifetch  0x00000001 , 0x00000006 
+ 00015078  0x000005e1 or_into  0x000000ef , 0x0000003f 
+ 00015079  0x000005e2 istore  0x00000001 , 0x00000005 
+ 00015080  0x000005e3 until  0x0000003e , 0x00000033 
+ 00015081  0x000005e4 jam  0x00000002 , 0x00008005 
+ 00015082  0x000005e5 fetch  0x00000001 , 0x0000804f 
+ 00015083  0x000005e6 set1  0x00000004 , 0x0000003f 
+ 00015084  0x000005e7 store  0x00000001 , 0x0000804f 
+ 00015085  0x000005e8 until  0x0000003e , 0x00000033 
+ 00015086  0x000005e9 call  0x00003b0b , 0x0000002b 
+ 00015087  0x000005ea fetch  0x00000001 , 0x0000804e 
+ 00015088  0x000005eb set0  0x00000003 , 0x0000003f 
+ 00015089  0x000005ec store  0x00000001 , 0x0000804e 
+ 00015090  0x000005ed call  0x00006845 , 0x0000002b 
+ 00015091  0x000005ee nbranch  0x000067ba , 0x0000002b 
+ 00015092  0x000005ef rtnmark0  0x0000002b 
+ 00015093  0x000005f0 jam  0x00000008 , 0x00008006 
+ 00015094  0x000005f1 rtn 
+ 00015095  0x000005f5 fetch  0x00000001 , 0x000043ea 
+ 00015096  0x000005f6 beq  0x00000001 , 0x00003aff 
+ 00015097  0x000005f7 beq  0x00000002 , 0x00003b03 
+ 00015098  0x000005f8 beq  0x00000003 , 0x00003b07 
+ 00015099  0x000005fa fetch  0x00000001 , 0x000040cd 
+ 00015100  0x000005fb and_into  0x000000e0 , 0x0000003f 
+ 00015101  0x000005fd store  0x00000001 , 0x000040cd 
+ 00015102  0x000005fe rtn 
+ 00015103  0x00000600 fetch  0x00000001 , 0x000040cd 
+ 00015104  0x00000601 and_into  0x000000e0 , 0x0000003f 
+ 00015105  0x00000602 or_into  0x0000001d , 0x0000003f 
+ 00015106  0x00000603 branch  0x00003afd 
+ 00015107  0x00000605 fetch  0x00000001 , 0x000040cd 
+ 00015108  0x00000606 and_into  0x000000e0 , 0x0000003f 
+ 00015109  0x00000607 or_into  0x0000001b , 0x0000003f 
+ 00015110  0x00000608 branch  0x00003afd 
+ 00015111  0x0000060a fetch  0x00000001 , 0x000040cd 
+ 00015112  0x0000060b and_into  0x000000e0 , 0x0000003f 
+ 00015113  0x0000060c or_into  0x00000017 , 0x0000003f 
+ 00015114  0x0000060d branch  0x00003afd 
+ 00015115  0x00000610 fetch  0x00000001 , 0x000040e8 
+ 00015116  0x00000611 store  0x00000001 , 0x00008080 
+ 00015117  0x00000612 fetch  0x00000008 , 0x000040d0 
+ 00015118  0x00000613 store  0x00000008 , 0x00008070 
+ 00015119  0x00000614 ifetch  0x00000005 , 0x00000006 
+ 00015120  0x00000615 istore  0x00000005 , 0x00000005 
+ 00015121  0x00000616 fetchr  0x00000000 , 0x00000008 , 0x000040e0 
+ 00015122  0x00000617 rtn 
+ 00015123  0x0000061a storer  0x00000000 , 0x00000008 , 0x000040e0 
+ 00015124  0x0000061b fetch  0x00000008 , 0x00008070 
+ 00015125  0x0000061c store  0x00000008 , 0x000040d0 
+ 00015126  0x0000061d ifetch  0x00000005 , 0x00000006 
+ 00015127  0x0000061e istore  0x00000005 , 0x00000005 
+ 00015128  0x0000061f fetch  0x00000001 , 0x00008080 
+ 00015129  0x00000620 store  0x00000001 , 0x000040e8 
+ 00015130  0x00000621 rtn 
+ 00015131  0x00000624 fetch  0x00000001 , 0x0000806f 
+ 00015132  0x00000625 rshift2  0x0000003f , 0x0000003f 
+ 00015133  0x00000626 and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00015134  0x00000627 nbranch  0x00003b25 , 0x00000034 
+ 00015135  0x00000628 fetch  0x00000003 , 0x000040be 
+ 00015136  0x00000629 nrtn  0x00000034 
+ 00015137  0x0000062a fetch  0x00000001 , 0x0000806f 
+ 00015138  0x0000062b or_into  0x00000030 , 0x0000003f 
+ 00015139  0x0000062c store  0x00000001 , 0x0000806f 
+ 00015140  0x0000062d jam  0x00000080 , 0x00008006 
+ 00015141  0x0000062f fetch  0x00000001 , 0x00008129 
+ 00015142  0x00000630 rtnbit0  0x00000001 
+ 00015143  0x00000631 fetch  0x00000003 , 0x00008145 
+ 00015144  0x00000632 store  0x00000003 , 0x000040be 
+ 00015145  0x00000633 rtn 
+ 00015146  0x00000638 bpatch  0x0000001e , 0x00004003 
+ 00015147  0x00000639 deposit  0x0000001a 
+ 00015148  0x0000063a call  0x0000744f 
+ 00015149  0x0000063b fetcht  0x00000004 , 0x000040ae 
+ 00015150  0x0000063c sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00015151  0x0000063d rtn  0x00000002 
+ 00015152  0x0000063e lshift8  0x0000003f , 0x0000003f 
+ 00015153  0x0000063f lshift4  0x0000003f , 0x0000003f 
+ 00015154  0x00000640 idiv  0x00000002 
+ 00015155  0x00000641 call  0x00007472 
+ 00015156  0x00000642 arg  0x000000c8 , 0x00000002 
+ 00015157  0x00000643 call  0x00007480 
+ 00015158  0x00000644 store  0x00000001 , 0x0000000e 
+ 00015159  0x00000645 nbranch  0x00003b39 , 0x00000028 
+ 00015160  0x00000646 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00015161  0x00000648 fetcht  0x00000003 , 0x000040be 
+ 00015162  0x00000649 iadd  0x00000002 , 0x0000003f 
+ 00015163  0x0000064a store  0x00000003 , 0x000040be 
+ 00015164  0x0000064c setarg  0x00000000 
+ 00015165  0x0000064d store  0x00000004 , 0x000040ae 
+ 00015166  0x0000064e rtn 
+ 00015167  0x0000065b bpatch  0x0000001f , 0x00004003 
+ 00015168  0x0000065c arg  0xffffffff , 0x00000002 
+ 00015169  0x0000065d call  0x00003c18 
+ 00015170  0x0000065e fetch  0x00000001 , 0x000040a8 
+ 00015171  0x0000065f store  0x00000001 , 0x000040cb 
+ 00015172  0x00000660 fetch  0x00000001 , 0x000040c9 
+ 00015173  0x00000661 set1  0x00000007 , 0x0000003f 
+ 00015174  0x00000662 store  0x00000001 , 0x000040c9 
+ 00015175  0x00000666 bpatch  0x00000020 , 0x00004004 
+ 00015176  0x00000667 fetch  0x00000002 , 0x000043a2 
+ 00015177  0x00000668 call  0x00007487 
+ 00015178  0x00000669 until  0x0000003e , 0x00000033 
+ 00015179  0x0000066a jam  0x00000001 , 0x00008005 
+ 00015180  0x0000066b call  0x00003af7 
+ 00015181  0x0000066c until  0x0000003e , 0x00000033 
+ 00015182  0x0000066d jam  0x00000002 , 0x00008005 
+ 00015183  0x0000066e setarg  0x00000f0f 
+ 00015184  0x0000066f call  0x00003bfa 
+ 00015185  0x00000671 fetch  0x00000004 , 0x000040ae 
+ 00015186  0x00000672 iadd  0x00000002 , 0x0000003f 
+ 00015187  0x00000673 store  0x00000004 , 0x000040ae 
+ 00015188  0x00000674 call  0x00003b13 
+ 00015189  0x00000675 until  0x0000003e , 0x00000033 
+ 00015190  0x00000676 jam  0x00000002 , 0x00008005 
+ 00015191  0x00000677 fetchr  0x00000012 , 0x00000004 , 0x000040cc 
+ 00015192  0x00000678 fetch  0x00000005 , 0x000040c7 
+ 00015193  0x00000679 store  0x00000004 , 0x0000804c 
+ 00015194  0x0000067a storer  0x00000019 , 0x00000006 , 0x000040b2 
+ 00015195  0x0000067b until  0x0000003e , 0x00000033 
+ 00015196  0x0000067c jam  0x00000020 , 0x00008005 
+ 00015197  0x0000067d rshift32  0x0000003f , 0x0000003f 
+ 00015198  0x0000067e store  0x00000001 , 0x0000804f 
+ 00015199  0x0000067f until  0x0000003e , 0x00000033 
+ 00015200  0x00000680 storer  0x00000012 , 0x00000004 , 0x0000804c 
+ 00015201  0x00000681 jam  0x00000010 , 0x00008005 
+ 00015202  0x00000682 until  0x0000003e , 0x00000033 
+ 00015203  0x00000683 storet  0x00000004 , 0x0000804c 
+ 00015204  0x00000684 until  0x0000003e , 0x0000003f 
+ 00015205  0x0000068a bpatch  0x00000021 , 0x00004004 
+ 00015206  0x0000068b setarg  0x00000000 
+ 00015207  0x0000068c copy  0x00000027 , 0x0000003e 
+ 00015208  0x0000068d branch  0x00003b70 , 0x00000005 
+ 00015209  0x0000068e fetch  0x00000001 , 0x00008134 
+ 00015210  0x0000068f fetcht  0x00000001 , 0x00008135 
+ 00015211  0x00000690 isub  0x00000002 , 0x0000003e 
+ 00015212  0x00000691 branch  0x00003b6e , 0x00000002 
+ 00015213  0x00000692 deposit  0x00000002 
+ 00015214  0x00000694 isub  0x00000027 , 0x0000003f 
+ 00015215  0x00000695 increase  0x00000001 , 0x0000003f 
+ 00015216  0x00000697 increase  0x00000007 , 0x0000003f 
+ 00015217  0x00000698 until  0x0000003e , 0x00000033 
+ 00015218  0x00000699 iadd  0x00000031 , 0x0000003f 
+ 00015219  0x0000069a fetcht  0x00000004 , 0x000040aa 
+ 00015220  0x0000069b iadd  0x00000002 , 0x0000003f 
+ 00015221  0x0000069c fetcht  0x00000003 , 0x000040be 
+ 00015222  0x0000069d imul32  0x00000002 , 0x0000003f 
+ 00015223  0x0000069e rshift8  0x0000003f , 0x0000003f 
+ 00015224  0x0000069f rshift4  0x0000003f , 0x0000003f 
+ 00015225  0x000006a0 increase  0xfffffff3 , 0x0000003f 
+ 00015226  0x000006a1 fetcht  0x00000002 , 0x0000003f 
+ 00015227  0x000006a2 idiv  0x00000002 
+ 00015228  0x000006a3 call  0x00007472 
+ 00015229  0x000006a4 lshift16  0x0000003f , 0x0000003f 
+ 00015230  0x000006a5 remainder  0x00000002 
+ 00015231  0x000006a6 ior  0x00000002 , 0x0000003f 
+ 00015232  0x000006a7 fetcht  0x00000006 , 0x000040b2 
+ 00015233  0x000006a8 call  0x00007444 
+ 00015234  0x000006a9 until  0x0000003e , 0x00000033 
+ 00015235  0x000006aa copy  0x00000002 , 0x00000019 
+ 00015236  0x000006ab fetch  0x00000006 , 0x00004048 
+ 00015237  0x000006ac call  0x00003905 
+ 00015238  0x000006ad deposit  0x0000001a 
+ 00015239  0x000006ae store  0x00000006 , 0x000004c4 
+ 00015240  0x000006af deposit  0x00000027 
+ 00015241  0x000006b0 istore  0x00000001 , 0x00000005 
+ 00015242  0x000006b1 fetch  0x00000001 , 0x0000811d 
+ 00015243  0x000006b2 or_into  0x000000f0 , 0x0000003f 
+ 00015244  0x000006b3 istore  0x00000001 , 0x00000005 
+ 00015245  0x000006b4 rtn 
+ 00015246  0x000006b7 bpatch  0x00000022 , 0x00004004 
+ 00015247  0x000006b8 call  0x00003b1b 
+ 00015248  0x000006b9 fetch  0x00000003 , 0x000040be 
+ 00015249  0x000006ba rtn  0x00000034 
+ 00015250  0x000006bb fetch  0x00000001 , 0x00004094 
+ 00015251  0x000006bc rtn  0x00000034 
+ 00015252  0x000006bd arg  0x000038ab , 0x00000013 
+ 00015253  0x000006be call  0x00003867 
+ 00015254  0x000006bf rtn  0x00000005 
+ 00015255  0x000006c0 call  0x00003c29 
+ 00015256  0x000006c1 nrtn  0x00000034 
+ 00015257  0x000006c2 call  0x0000385b 
+ 00015258  0x000006c3 nbranch  0x00003bb9 , 0x00000005 
+ 00015259  0x000006c4 rtn  0x0000002b 
+ 00015260  0x000006c5 bpatch  0x00000023 , 0x00004004 
+ 00015261  0x000006c6 fetcht  0x00000001 , 0x00000015 
+ 00015262  0x000006c7 fetch  0x00000002 , 0x00004042 
+ 00015263  0x000006c8 imul32  0x00000002 , 0x0000003f 
+ 00015264  0x000006c9 rshift4  0x00000002 , 0x00000002 
+ 00015265  0x000006ca rshift2  0x00000002 , 0x00000002 
+ 00015266  0x000006cb isub  0x00000002 , 0x0000003f 
+ 00015267  0x000006cc fetcht  0x00000004 , 0x00004044 
+ 00015268  0x000006cd iadd  0x00000002 , 0x0000003f 
+ 00015269  0x000006ce fetcht  0x00000001 , 0x000040a7 
+ 00015270  0x000006cf isub  0x00000002 , 0x0000003f 
+ 00015271  0x000006d0 lshift16  0x0000003f , 0x00000030 
+ 00015272  0x000006d1 fetch  0x00000002 , 0x0000404e 
+ 00015273  0x000006d2 rshift  0x0000003f , 0x0000003f 
+ 00015274  0x000006d3 call  0x0000746b 
+ 00015275  0x000006d4 deposit  0x00000030 
+ 00015276  0x000006d5 call  0x00007451 
+ 00015277  0x000006d6 copy  0x0000001a , 0x00000002 
+ 00015278  0x000006d7 call  0x0000744f 
+ 00015279  0x000006d8 rtn  0x00000028 
+ 00015280  0x000006da call  0x00007464 
+ 00015281  0x000006dc bpatch  0x00000024 , 0x00004004 
+ 00015282  0x000006dd fetch  0x00000001 , 0x000040c7 
+ 00015283  0x000006de isub  0x00000002 , 0x0000003e 
+ 00015284  0x000006df branch  0x00003b3c , 0x00000002 
+ 00015285  0x000006e0 storet  0x00000004 , 0x000040aa 
+ 00015286  0x000006e1 call  0x00004db1 
+ 00015287  0x000006e3 fetcht  0x00000004 , 0x000040aa 
+ 00015288  0x000006e4 branch  0x00003b47 
+ 00015289  0x000006e7 bpatch  0x00000025 , 0x00004004 
+ 00015290  0x000006e8 fetch  0x00000001 , 0x0000435f 
+ 00015291  0x000006e9 nbranch  0x00003bbd , 0x00000034 
+ 00015292  0x000006ea rtn 
+ 00015293  0x000006ed fetch  0x00000002 , 0x000040a5 
+ 00015294  0x000006ee rtn  0x00000034 
+ 00015295  0x000006f0 fetcht  0x00000001 , 0x000040a7 
+ 00015296  0x000006f1 isub  0x00000002 , 0x0000003f 
+ 00015297  0x000006f2 arg  0x00001d4c , 0x00000002 
+ 00015298  0x000006f3 imul32  0x00000002 , 0x0000003f 
+ 00015299  0x000006f4 branch  0x00003bb0 
+ 00015300  0x000006f8 fetch  0x00000002 , 0x0000439e 
+ 00015301  0x000006f9 call  0x00007487 
+ 00015302  0x000006fa nbranch  0x00003bdc , 0x00000034 
+ 00015303  0x000006fb jam  0x00000000 , 0x00000015 
+ 00015304  0x000006fc bmark0  0x0000000d , 0x00003bdc 
+ 00015305  0x000006fd fetch  0x00000001 , 0x000040c3 
+ 00015306  0x000006fe branch  0x00003be0 , 0x00000034 
+ 00015307  0x000006ff increase  0xffffffff , 0x0000003f 
+ 00015308  0x00000700 store  0x00000001 , 0x000040c3 
+ 00015309  0x00000701 rtn 
+ 00015310  0x00000707 jam  0x00000000 , 0x000040a9 
+ 00015311  0x00000708 fetch  0x00000003 , 0x000040b8 
+ 00015312  0x00000709 increase  0x00000001 , 0x0000003f 
+ 00015313  0x0000070a store  0x00000003 , 0x000040b8 
+ 00015314  0x0000070b rtn 
+ 00015315  0x0000070f bpatch  0x00000026 , 0x00004004 
+ 00015316  0x00000710 jam  0x00000000 , 0x00000015 
+ 00015317  0x00000711 fetch  0x00000003 , 0x000040bb 
+ 00015318  0x00000712 increase  0x00000001 , 0x0000003f 
+ 00015319  0x00000713 store  0x00000003 , 0x000040bb 
+ 00015320  0x00000714 fetch  0x00000001 , 0x000040a9 
+ 00015321  0x00000715 increase  0x00000001 , 0x0000003f 
+ 00015322  0x00000716 store  0x00000001 , 0x000040a9 
+ 00015323  0x00000717 rtn 
+ 00015324  0x0000071a jam  0x00000000 , 0x00000015 
+ 00015325  0x0000071b fetch  0x00000001 , 0x000040c2 
+ 00015326  0x0000071c store  0x00000001 , 0x000040c3 
+ 00015327  0x0000071d rtn 
+ 00015328  0x00000720 fetcht  0x00000001 , 0x000040c1 
+ 00015329  0x00000721 storet  0x00000001 , 0x00000015 
+ 00015330  0x00000722 rtn 
+ 00015331  0x00000725 fetch  0x00000001 , 0x000040c7 
+ 00015332  0x00000726 nrtn  0x00000034 
+ 00015333  0x00000727 jam  0x00000006 , 0x00008042 
+ 00015334  0x00000728 setarg  0x00000f0c 
+ 00015335  0x00000729 call  0x00003c04 
+ 00015336  0x0000072a setarg  0x00030d40 
+ 00015337  0x0000072b call  0x00003a8c 
+ 00015338  0x0000072c until  0x0000003e , 0x00000033 
+ 00015339  0x0000072d copy  0x00000031 , 0x00000030 
+ 00015340  0x0000072e call  0x00003a6f 
+ 00015341  0x0000072f jam  0x00000004 , 0x00008042 
+ 00015342  0x00000730 nop  0x0000000a 
+ 00015343  0x00000731 until  0x0000003e , 0x00000033 
+ 00015344  0x00000732 deposit  0x00000031 
+ 00015345  0x00000733 isub  0x00000030 , 0x0000003f 
+ 00015346  0x00000734 increase  0x00000030 , 0x0000003f 
+ 00015347  0x00000735 arg  0x000000ff , 0x00000002 
+ 00015348  0x00000736 call  0x00007480 
+ 00015349  0x00000737 store  0x00000001 , 0x000040c7 
+ 00015350  0x00000738 nop  0x00007530 
+ 00015351  0x00000739 nop  0x00007530 
+ 00015352  0x0000073a nop  0x00007530 
+ 00015353  0x0000073b rtn 
+ 00015354  0x0000075b arg  0x00000fff , 0x00000005 
+ 00015355  0x0000075c iand  0x00000005 , 0x00000005 
+ 00015356  0x0000075d fetch  0x00000001 , 0x000040c4 
+ 00015357  0x0000075e and_into  0x000000f0 , 0x0000003f 
+ 00015358  0x0000075f lshift8  0x0000003f , 0x0000003f 
+ 00015359  0x00000760 ior  0x00000005 , 0x0000003f 
+ 00015360  0x00000761 store  0x00000002 , 0x0000804c 
+ 00015361  0x00000762 ifetch  0x00000002 , 0x00000006 
+ 00015362  0x00000763 istore  0x00000002 , 0x00000005 
+ 00015363  0x00000764 rtn 
+ 00015364  0x00000769 call  0x00003bfa 
+ 00015365  0x0000076c bpatch  0x00000027 , 0x00004004 
+ 00015366  0x0000076d setarg  0x00000001 
+ 00015367  0x0000076e branch  0x00003c09 
+ 00015368  0x00000771 setarg  0x00000002 
+ 00015369  0x00000773 until  0x0000003e , 0x00000033 
+ 00015370  0x00000774 store  0x00000001 , 0x00008005 
+ 00015371  0x00000775 until  0x0000003e , 0x00000033 
+ 00015372  0x00000776 until  0x0000003e , 0x00000033 
+ 00015373  0x00000777 rtn 
+ 00015374  0x0000077a bpatch  0x00000028 , 0x00004005 
+ 00015375  0x0000077b fetch  0x00000004 , 0x00008138 
+ 00015376  0x0000077c store  0x00000004 , 0x0000804c 
+ 00015377  0x0000077d fetch  0x00000001 , 0x00008138 
+ 00015378  0x0000077e and_into  0x00000041 , 0x0000003f 
+ 00015379  0x0000077f fetcht  0x00000001 , 0x000040cc 
+ 00015380  0x00000780 ior  0x00000002 , 0x0000003f 
+ 00015381  0x00000781 store  0x00000001 , 0x0000804c 
+ 00015382  0x00000783 setarg  0x00000020 
+ 00015383  0x00000784 branch  0x00003c09 
+ 00015384  0x00000788 bpatch  0x00000029 , 0x00004005 
+ 00015385  0x00000789 fetch  0x00000004 , 0x00000016 
+ 00015386  0x0000078a store  0x00000004 , 0x0000804c 
+ 00015387  0x0000078b setarg  0x00000004 
+ 00015388  0x0000078c call  0x00003c09 
+ 00015389  0x0000078d fetch  0x00000004 , 0x0000001a 
+ 00015390  0x0000078e store  0x00000004 , 0x0000804c 
+ 00015391  0x0000078f setarg  0x00000008 
+ 00015392  0x00000790 branch  0x00003c09 
+ 00015393  0x00000793 fetch  0x00000002 , 0x000040a3 
+ 00015394  0x00000794 qset1  0x0000003f 
+ 00015395  0x00000795 store  0x00000002 , 0x000040a3 
+ 00015396  0x00000796 rtn 
+ 00015397  0x00000799 fetch  0x00000002 , 0x000040a3 
+ 00015398  0x0000079a qset0  0x0000003f 
+ 00015399  0x0000079b store  0x00000002 , 0x000040a3 
+ 00015400  0x0000079c rtn 
+ 00015401  0x000007a1 bpatch  0x0000002a , 0x00004005 
+ 00015402  0x000007a2 call  0x00004daf 
+ 00015403  0x000007a3 fetch  0x00000002 , 0x000040a3 
+ 00015404  0x000007a4 copy  0x0000003f , 0x00000011 
+ 00015405  0x000007a5 fetch  0x00000003 , 0x000043fd 
+ 00015406  0x000007a6 nsetflag  0x00000034 , 0x00000001 , 0x00000011 
+ 00015407  0x000007a7 fetch  0x00000008 , 0x0000441e 
+ 00015408  0x000007a8 nsetflag  0x00000034 , 0x0000000f , 0x00000011 
+ 00015409  0x000007a9 fetch  0x00000008 , 0x00004426 
+ 00015410  0x000007aa nsetflag  0x00000034 , 0x0000000e , 0x00000011 
+ 00015411  0x000007ab fetch  0x00000001 , 0x0000410d 
+ 00015412  0x000007ac nsetflag  0x00000034 , 0x00000008 , 0x00000011 
+ 00015413  0x000007ad copy  0x00000011 , 0x0000003f 
+ 00015414  0x000007ae store  0x00000002 , 0x000040a3 
+ 00015415  0x000007af rtn 
+ 00015416  0x000007b2 fetch  0x00000002 , 0x00008112 
+ 00015417  0x000007b3 nsetflag  0x00000034 , 0x00000006 , 0x00000011 
+ 00015418  0x000007b4 fetch  0x00000002 , 0x0000810e 
+ 00015419  0x000007b5 nsetflag  0x00000034 , 0x00000005 , 0x00000011 
+ 00015420  0x000007b6 rtn 
+ 00015421  0x000007b9 fetch  0x00000004 , 0x00008130 
+ 00015422  0x000007ba set0  0x0000001b , 0x0000003f 
+ 00015423  0x000007bb store  0x00000004 , 0x0000804c 
+ 00015424  0x000007bc call  0x00003c05 
+ 00015425  0x000007bd branch  0x00003a8a 
+ 00015426  0x000007c0 fetch  0x00000004 , 0x00008134 
+ 00015427  0x000007c1 set0  0x00000014 , 0x0000003f 
+ 00015428  0x000007c2 store  0x00000004 , 0x0000804c 
+ 00015429  0x000007c3 branch  0x00003c08 
+ 00015430  0x000007cb bpatch  0x000000d6 , 0x0000401a 
+ 00015431  0x000007cc disable  0x0000002b 
+ 00015432  0x000007cd jam  0x00000001 , 0x00000179 
+ 00015433  0x000007ce jam  0x00000003 , 0x00000163 
+ 00015434  0x000007cf jam  0x00000001 , 0x0000017a 
+ 00015435  0x000007d0 setarg  0xffffffff 
+ 00015436  0x000007d1 store  0x00000002 , 0x0000017d 
+ 00015437  0x000007d2 force  0x00000000 , 0x0000003f 
+ 00015438  0x000007d3 store  0x00000001 , 0x0000017b 
+ 00015439  0x000007d4 store  0x00000001 , 0x00000186 
+ 00015440  0x000007d5 store  0x00000003 , 0x000040b8 
+ 00015441  0x000007d6 store  0x00000003 , 0x000040bb 
+ 00015442  0x000007d7 call  0x00003fa1 
+ 00015443  0x000007d8 jam  0x00000001 , 0x0000412b 
+ 00015444  0x000007d9 jam  0x00000000 , 0x0000412c 
+ 00015445  0x000007da jam  0x00000001 , 0x00000198 
+ 00015446  0x000007db jam  0x00000001 , 0x00000199 
+ 00015447  0x000007dc jam  0x00000000 , 0x0000436d 
+ 00015448  0x000007dd branch  0x0000407e 
+ 00015449  0x000007e0 bpatch  0x000000d7 , 0x0000401a 
+ 00015450  0x000007e1 enable  0x00000029 
+ 00015451  0x000007e2 jam  0x00000003 , 0x00000164 
+ 00015452  0x000007e3 jam  0x00000001 , 0x0000436f 
+ 00015453  0x000007e4 jam  0x00000001 , 0x00000506 
+ 00015454  0x000007e5 setarg  0x0000ffff 
+ 00015455  0x000007e6 store  0x00000002 , 0x00000508 
+ 00015456  0x000007e7 force  0x00000000 , 0x0000003f 
+ 00015457  0x000007e8 store  0x00000005 , 0x00004407 
+ 00015458  0x000007e9 set1  0x00000027 , 0x0000003f 
+ 00015459  0x000007ea store  0x00000005 , 0x00004402 
+ 00015460  0x000007eb branch  0x00003c46 
+ 00015461  0x000007ef bpatch  0x000000d8 , 0x0000401b 
+ 00015462  0x000007f0 disable  0x00000029 
+ 00015463  0x000007f1 setarg  0x00000017 
+ 00015464  0x000007f2 store  0x00000002 , 0x000042b8 
+ 00015465  0x000007f3 increase  0x00000004 , 0x0000003f 
+ 00015466  0x000007f4 store  0x00000002 , 0x0000437c 
+ 00015467  0x000007f5 jam  0x00000001 , 0x00000164 
+ 00015468  0x000007f6 jam  0x00000000 , 0x0000435f 
+ 00015469  0x000007f7 jam  0x00000000 , 0x00000015 
+ 00015470  0x000007f8 call  0x00003ccf 
+ 00015471  0x000007f9 fetch  0x00000002 , 0x00000191 
+ 00015472  0x000007fa store  0x00000002 , 0x000042ca 
+ 00015473  0x000007fb fetch  0x00000002 , 0x00000165 
+ 00015474  0x000007fc mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00015475  0x000007fd rshift4  0x0000003f , 0x0000003f 
+ 00015476  0x000007fe store  0x00000002 , 0x00000191 
+ 00015477  0x000007ff branch  0x00003c46 
+ 00015478  0x00000807 bpatch  0x000000d9 , 0x0000401b 
+ 00015479  0x00000808 call  0x00003cf9 
+ 00015480  0x00000809 fetch  0x00000001 , 0x00000163 
+ 00015481  0x0000080a isolate1  0x00000004 , 0x0000003f 
+ 00015482  0x0000080b setflag  0x00000001 , 0x00000032 , 0x00000000 
+ 00015483  0x0000080c call  0x00004d9e 
+ 00015484  0x0000080d fetch  0x00000001 , 0x00000164 
+ 00015485  0x0000080e bbit1  0x00000001 , 0x00003c7f 
+ 00015486  0x0000080f branch  0x00003c91 
+ 00015487  0x00000816 bpatch  0x000000da , 0x0000401b 
+ 00015488  0x00000817 enable  0x00000029 
+ 00015489  0x00000818 call  0x00004074 
+ 00015490  0x00000819 branch  0x00003c8e , 0x00000002 
+ 00015491  0x0000081a call  0x00003d3f 
+ 00015492  0x0000081b call  0x00003fb6 
+ 00015493  0x0000081c disable  0x0000002d 
+ 00015494  0x0000081d call  0x00003e74 
+ 00015495  0x0000081e nrtn  0x0000002d 
+ 00015496  0x0000081f fetch  0x00000001 , 0x00000005 
+ 00015497  0x00000820 increase  0x00000001 , 0x0000003f 
+ 00015498  0x00000821 store  0x00000001 , 0x00000005 
+ 00015499  0x00000822 call  0x00003f67 
+ 00015500  0x00000823 disable  0x00000029 
+ 00015501  0x00000824 rtn 
+ 00015502  0x00000827 call  0x00003cc4 
+ 00015503  0x00000828 disable  0x00000029 
+ 00015504  0x00000829 rtn 
+ 00015505  0x0000082f bpatch  0x000000db , 0x0000401b 
+ 00015506  0x00000830 jam  0x00000000 , 0x00004313 
+ 00015507  0x00000831 set0  0x00000030 , 0x00000000 
+ 00015508  0x00000832 disable  0x0000002e 
+ 00015509  0x00000833 call  0x00004074 
+ 00015510  0x00000834 branch  0x00003cc4 , 0x00000002 
+ 00015511  0x00000835 fetch  0x00000001 , 0x00000198 
+ 00015512  0x00000836 call  0x00003ce0 
+ 00015513  0x00000837 call  0x00003d3f 
+ 00015514  0x00000838 call  0x00003d96 
+ 00015515  0x00000839 nbranch  0x00003cb5 , 0x00000018 
+ 00015516  0x0000083a call  0x00003cd3 
+ 00015517  0x0000083b branch  0x00003ca0 , 0x0000002d 
+ 00015518  0x0000083c bmark1  0x00000030 , 0x00003ca0 
+ 00015519  0x0000083d branch  0x00003caf 
+ 00015520  0x00000842 bpatch  0x000000dc , 0x0000401b 
+ 00015521  0x00000843 fetch  0x00000001 , 0x00004313 
+ 00015522  0x00000844 pincrease  0x00000001 
+ 00015523  0x00000845 store  0x00000001 , 0x00004313 
+ 00015524  0x00000846 beq  0x0000000c , 0x00003caf 
+ 00015525  0x00000847 call  0x00003f67 
+ 00015526  0x00000848 call  0x00003fb6 
+ 00015527  0x00000849 fetch  0x00000001 , 0x00000199 
+ 00015528  0x0000084a call  0x00003ce0 
+ 00015529  0x0000084b call  0x00003e85 
+ 00015530  0x0000084c call  0x00004019 
+ 00015531  0x0000084d fetch  0x00000002 , 0x0000439a 
+ 00015532  0x0000084e call  0x00007487 
+ 00015533  0x0000084f call  0x00003cb9 
+ 00015534  0x00000850 branch  0x00003cbe , 0x00000028 
+ 00015535  0x00000852 bpatch  0x000000dd , 0x0000401b 
+ 00015536  0x00000853 call  0x0000468a 
+ 00015537  0x00000854 call  0x00004681 
+ 00015538  0x00000855 call  0x00006f91 
+ 00015539  0x00000856 fetch  0x00000001 , 0x00000186 
+ 00015540  0x00000857 bbit1  0x00000003 , 0x00003cc4 
+ 00015541  0x00000859 bpatch  0x000000de , 0x0000401b 
+ 00015542  0x0000085a call  0x000038cc 
+ 00015543  0x0000085b call  0x00004147 
+ 00015544  0x0000085c branch  0x000038f3 
+ 00015545  0x00000860 disable  0x00000028 
+ 00015546  0x00000861 bmark1  0x0000002a , 0x000074c8 
+ 00015547  0x00000862 bmark1  0x00000029 , 0x000074c8 
+ 00015548  0x00000863 bmark1  0x00000030 , 0x000074c8 
+ 00015549  0x00000864 rtn 
+ 00015550  0x00000868 bpatch  0x000000df , 0x0000401b 
+ 00015551  0x00000869 enable  0x0000002e 
+ 00015552  0x0000086a call  0x00003e78 
+ 00015553  0x0000086b branch  0x00003ca0 , 0x0000002d 
+ 00015554  0x0000086c bmark1  0x00000030 , 0x00003ca0 
+ 00015555  0x0000086d branch  0x00003caf 
+ 00015556  0x00000873 bpatch  0x000000e0 , 0x0000401c 
+ 00015557  0x00000874 call  0x00003cca 
+ 00015558  0x00000875 call  0x00004dee 
+ 00015559  0x00000876 call  0x00003ccf 
+ 00015560  0x00000877 jam  0x00000015 , 0x000004c3 
+ 00015561  0x00000878 branch  0x00006f7b 
+ 00015562  0x0000087b arg  0x000043f3 , 0x00000005 
+ 00015563  0x0000087c call  0x000073e1 
+ 00015564  0x0000087d jam  0x00000000 , 0x00000179 
+ 00015565  0x0000087e jam  0x00000000 , 0x00000164 
+ 00015566  0x0000087f jam  0x00000000 , 0x00000163 
+ 00015567  0x00000881 bpatch  0x000000e1 , 0x0000401c 
+ 00015568  0x00000882 jam  0x00000000 , 0x000042d2 
+ 00015569  0x00000883 jam  0x00000000 , 0x000042d1 
+ 00015570  0x00000884 rtn 
+ 00015571  0x00000887 bpatch  0x000000e2 , 0x0000401c 
+ 00015572  0x00000888 fetch  0x00000001 , 0x00000005 
+ 00015573  0x00000889 increase  0x00000001 , 0x0000003f 
+ 00015574  0x0000088a store  0x00000001 , 0x00000005 
+ 00015575  0x0000088b fetch  0x00000001 , 0x00000163 
+ 00015576  0x0000088c rtnbit1  0x00000003 
+ 00015577  0x0000088d set1  0x00000003 , 0x0000003f 
+ 00015578  0x0000088e store  0x00000001 , 0x00000163 
+ 00015579  0x0000088f fetch  0x00000002 , 0x000042ca 
+ 00015580  0x00000890 store  0x00000002 , 0x00000191 
+ 00015581  0x00000891 setarg  0x00000000 
+ 00015582  0x00000892 store  0x00000004 , 0x000042f2 
+ 00015583  0x00000893 rtn 
+ 00015584  0x0000089c copy  0x0000003f , 0x00000002 
+ 00015585  0x0000089d bpatch  0x000000e3 , 0x0000401c 
+ 00015586  0x0000089e copy  0x00000002 , 0x0000003f 
+ 00015587  0x0000089f bbit1  0x00000000 , 0x00003cf9 
+ 00015588  0x000008a0 bbit1  0x00000001 , 0x00003ce9 
+ 00015589  0x000008a1 bbit0  0x00000002 , 0x00003cf9 
+ 00015590  0x000008a2 bbit1  0x00000007 , 0x00003cf6 
+ 00015591  0x000008a3 bbit1  0x00000002 , 0x00003cef 
+ 00015592  0x000008a4 branch  0x00003cf9 
+ 00015593  0x000008a7 call  0x00003cf9 
+ 00015594  0x000008a8 set1  0x0000002d , 0x00000000 
+ 00015595  0x000008a9 set0  0x0000002f , 0x00000000 
+ 00015596  0x000008aa jam  0x00000003 , 0x00008901 
+ 00015597  0x000008ab jam  0x00000084 , 0x00008920 
+ 00015598  0x000008ac rtn 
+ 00015599  0x000008b0 call  0x00003cf9 
+ 00015600  0x000008b1 set1  0x0000002f , 0x00000000 
+ 00015601  0x000008b2 set0  0x0000002e , 0x00000000 
+ 00015602  0x000008b3 jam  0x00000005 , 0x00008901 
+ 00015603  0x000008b4 jam  0x00000080 , 0x00008920 
+ 00015604  0x000008b5 jam  0x00000020 , 0x00008930 
+ 00015605  0x000008b6 rtn 
+ 00015606  0x000008b9 call  0x00003cef 
+ 00015607  0x000008ba set1  0x0000002e , 0x00000000 
+ 00015608  0x000008bb rtn 
+ 00015609  0x000008be bpatch  0x000000e4 , 0x0000401c 
+ 00015610  0x000008bf set0  0x0000002d , 0x00000000 
+ 00015611  0x000008c0 set0  0x0000002f , 0x00000000 
+ 00015612  0x000008c1 jam  0x00000001 , 0x00008901 
+ 00015613  0x000008c2 jam  0x00000080 , 0x00008920 
+ 00015614  0x000008c3 jam  0x00000003 , 0x00008930 
+ 00015615  0x000008c4 rtn 
+ 00015616  0x000008c8 bpatch  0x000000e5 , 0x0000401c 
+ 00015617  0x000008c9 set0  0x00000032 , 0x00000000 
+ 00015618  0x000008ca jam  0x00000001 , 0x00008901 
+ 00015619  0x000008cb jam  0x00000080 , 0x00008920 
+ 00015620  0x000008cc jam  0x00000003 , 0x00008930 
+ 00015621  0x000008cd rtn 
+ 00015622  0x000008d0 bpatch  0x000000e6 , 0x0000401c 
+ 00015623  0x000008d1 disable  0x00000009 
+ 00015624  0x000008d2 disable  0x00000007 
+ 00015625  0x000008d3 fetch  0x00000003 , 0x0000018b 
+ 00015626  0x000008d4 iforce  0x0000000f 
+ 00015627  0x000008d5 fetch  0x00000001 , 0x00000007 
+ 00015628  0x000008d7 reverse  0x0000003f , 0x00000002 
+ 00015629  0x000008d8 set1  0x00000001 , 0x00000002 
+ 00015630  0x000008d9 rshift  0x00000002 , 0x0000000e 
+ 00015631  0x000008da rtn 
+ 00015632  0x000008de call  0x00003d19 
+ 00015633  0x000008e0 call  0x00003954 
+ 00015634  0x000008e1 fetch  0x00000002 , 0x00000039 
+ 00015635  0x000008e2 call  0x00003a8c 
+ 00015636  0x000008e3 branch  0x0000396a 
+ 00015637  0x000008e6 branch  0x000039cf , 0x0000002d 
+ 00015638  0x000008e7 bmark1  0x00000030 , 0x000039cf 
+ 00015639  0x000008e9 call  0x00003d19 
+ 00015640  0x000008ea branch  0x000039c9 
+ 00015641  0x000008ed bpatch  0x000000e7 , 0x0000401c 
+ 00015642  0x000008ee call  0x00003925 
+ 00015643  0x000008ef fetch  0x00000001 , 0x000001b6 
+ 00015644  0x000008f0 nbranch  0x00003d2c , 0x00000034 
+ 00015645  0x000008f1 fetch  0x00000001 , 0x00000007 
+ 00015646  0x000008f2 sub  0x0000003f , 0x00000024 , 0x0000003e 
+ 00015647  0x000008f3 branch  0x00003d26 , 0x00000002 
+ 00015648  0x000008f4 force  0x00000000 , 0x00000002 
+ 00015649  0x000008f5 rtneq  0x00000025 
+ 00015650  0x000008f6 force  0x00000018 , 0x00000002 
+ 00015651  0x000008f7 rtneq  0x00000026 
+ 00015652  0x000008f8 force  0x0000004e , 0x00000002 
+ 00015653  0x000008f9 rtn 
+ 00015654  0x000008fc sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00015655  0x000008fd branch  0x00003d29 , 0x00000002 
+ 00015656  0x000008fe increase  0x00000001 , 0x0000003f 
+ 00015657  0x00000901 lshift  0x0000003f , 0x0000003f 
+ 00015658  0x00000902 add  0x0000003f , 0x00000002 , 0x00000002 
+ 00015659  0x00000903 rtn 
+ 00015660  0x00000906 fetch  0x00000001 , 0x00000007 
+ 00015661  0x00000907 lshift  0x0000003f , 0x00000002 
+ 00015662  0x00000908 rtn 
+ 00015663  0x0000090b arg  0x000001f4 , 0x00000002 
+ 00015664  0x0000090c rtn  0x00000034 
+ 00015665  0x0000090d arg  0x000000fa , 0x00000002 
+ 00015666  0x0000090e rtneq  0x00000001 
+ 00015667  0x0000090f arg  0x00000096 , 0x00000002 
+ 00015668  0x00000910 rtneq  0x00000002 
+ 00015669  0x00000911 arg  0x00000064 , 0x00000002 
+ 00015670  0x00000912 rtneq  0x00000003 
+ 00015671  0x00000913 arg  0x0000004b , 0x00000002 
+ 00015672  0x00000914 rtneq  0x00000004 
+ 00015673  0x00000915 arg  0x00000032 , 0x00000002 
+ 00015674  0x00000916 rtneq  0x00000005 
+ 00015675  0x00000917 arg  0x00000028 , 0x00000002 
+ 00015676  0x00000918 rtneq  0x00000006 
+ 00015677  0x00000919 arg  0x00000014 , 0x00000002 
+ 00015678  0x0000091a rtn 
+ 00015679  0x0000091f bpatch  0x000000e8 , 0x0000401d 
+ 00015680  0x00000920 enable  0x00000010 
+ 00015681  0x00000921 fetch  0x00000004 , 0x00000187 
+ 00015682  0x00000922 iforce  0x00000009 
+ 00015683  0x00000923 call  0x00003d74 
+ 00015684  0x00000924 setarg  0x00000200 
+ 00015685  0x00000925 branch  0x00003d48 , 0x00000029 
+ 00015686  0x00000926 fetch  0x00000002 , 0x00000171 
+ 00015687  0x00000927 rshift  0x0000003f , 0x0000003f 
+ 00015688  0x00000929 fetcht  0x00000002 , 0x00000039 
+ 00015689  0x0000092a iadd  0x00000002 , 0x0000003f 
+ 00015690  0x0000092b call  0x00003a73 
+ 00015691  0x0000092c deposit  0x0000001a 
+ 00015692  0x0000092d rtn 
+ 00015693  0x00000931 bpatch  0x000000e9 , 0x0000401d 
+ 00015694  0x00000932 call  0x000073a4 
+ 00015695  0x00000933 storer  0x00000039 , 0x00000002 , 0x000004ef 
+ 00015696  0x00000934 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00015697  0x00000935 ifetch  0x00000001 , 0x00000006 
+ 00015698  0x00000936 rtnbit0  0x00000000 
+ 00015699  0x00000937 add  0x00000011 , 0x0000001a , 0x00000005 
+ 00015700  0x00000938 ifetch  0x00000002 , 0x00000005 
+ 00015701  0x00000939 increase  0x00000001 , 0x0000003f 
+ 00015702  0x0000093a istore  0x00000002 , 0x00000005 
+ 00015703  0x0000093b call  0x00003ee6 
+ 00015704  0x0000093c call  0x00003f08 
+ 00015705  0x0000093d call  0x00003f11 
+ 00015706  0x0000093e call  0x00003d5e 
+ 00015707  0x0000093f call  0x000073b3 
+ 00015708  0x00000940 fetchr  0x00000039 , 0x00000002 , 0x000004ef 
+ 00015709  0x00000941 rtn 
+ 00015710  0x00000944 add  0x00000011 , 0x00000019 , 0x00000006 
+ 00015711  0x00000945 ifetch  0x00000001 , 0x00000006 
+ 00015712  0x00000946 add  0x00000011 , 0x00000018 , 0x00000005 
+ 00015713  0x00000947 ifetcht  0x00000001 , 0x00000005 
+ 00015714  0x00000948 iadd  0x00000002 , 0x0000003f 
+ 00015715  0x00000949 sub  0x0000003f , 0x00000024 , 0x0000003e 
+ 00015716  0x0000094a branch  0x00003d66 , 0x00000002 
+ 00015717  0x0000094b increase  0xffffffdb , 0x0000003f 
+ 00015718  0x0000094d istore  0x00000001 , 0x00000005 
+ 00015719  0x0000094e rtn 
+ 00015720  0x00000952 add  0x00000011 , 0x00000030 , 0x00000006 
+ 00015721  0x00000953 ifetch  0x00000005 , 0x00000006 
+ 00015722  0x00000954 force  0x00000000 , 0x00000002 
+ 00015723  0x00000955 force  0x00000025 , 0x00000039 
+ 00015724  0x00000957 bbit0  0x00000000 , 0x00003d6e 
+ 00015725  0x00000958 increase  0x00000001 , 0x00000002 
+ 00015726  0x0000095a rshift  0x0000003f , 0x0000003f 
+ 00015727  0x0000095b loop  0x00003d6c 
+ 00015728  0x0000095c add  0x00000002 , 0xffffffff , 0x0000003f 
+ 00015729  0x0000095d add  0x00000011 , 0x00000022 , 0x00000005 
+ 00015730  0x0000095e istore  0x00000001 , 0x00000005 
+ 00015731  0x0000095f rtn 
+ 00015732  0x00000962 bpatch  0x000000ea , 0x0000401d 
+ 00015733  0x00000963 fetch  0x00000001 , 0x0000017b 
+ 00015734  0x00000964 iforce  0x00000007 
+ 00015735  0x00000965 fetcht  0x00000005 , 0x00000193 
+ 00015736  0x00000966 qisolate1  0x00000002 
+ 00015737  0x00000967 branch  0x00003d89 , 0x00000001 
+ 00015738  0x00000969 fetch  0x00000001 , 0x00000185 
+ 00015739  0x0000096a isub  0x00000007 , 0x0000003f 
+ 00015740  0x0000096b branch  0x00003d7f , 0x00000002 
+ 00015741  0x0000096c sub  0x0000003f , 0xffffffff , 0x00000007 
+ 00015742  0x0000096d branch  0x00003d7a 
+ 00015743  0x0000096f copy  0x00000007 , 0x00000039 
+ 00015744  0x00000970 force  0x00000000 , 0x00000007 
+ 00015745  0x00000972 qisolate1  0x00000002 
+ 00015746  0x00000973 branch  0x00003d84 , 0x00000001 
+ 00015747  0x00000974 increase  0x00000001 , 0x00000039 
+ 00015748  0x00000976 deposit  0x00000039 
+ 00015749  0x00000977 branch  0x00003d89 , 0x00000034 
+ 00015750  0x00000978 increase  0x00000001 , 0x00000007 
+ 00015751  0x00000979 increase  0xffffffff , 0x00000039 
+ 00015752  0x0000097a branch  0x00003d81 
+ 00015753  0x0000097c deposit  0x00000007 
+ 00015754  0x0000097d store  0x00000001 , 0x00000007 
+ 00015755  0x0000097e rtn 
+ 00015756  0x00000982 branch  0x00003d8f , 0x00000029 
+ 00015757  0x00000983 until  0x0000003e , 0x00000003 
+ 00015758  0x00000984 rtn 
+ 00015759  0x00000987 arg  0x00000ea0 , 0x0000000b 
+ 00015760  0x00000988 until  0x00000023 , 0x00000026 
+ 00015761  0x00000989 rtn 
+ 00015762  0x0000098c disable  0x00000010 
+ 00015763  0x0000098d fetch  0x00000002 , 0x0000431d 
+ 00015764  0x0000098e copy  0x0000003f , 0x0000000b 
+ 00015765  0x0000098f branch  0x00003d9c 
+ 00015766  0x00000993 bpatch  0x000000eb , 0x0000401d 
+ 00015767  0x00000994 call  0x00003e02 
+ 00015768  0x00000995 enable  0x00000010 
+ 00015769  0x00000996 fetch  0x00000002 , 0x00000171 
+ 00015770  0x00000997 fetcht  0x00000004 , 0x000042f2 
+ 00015771  0x00000998 iadd  0x00000002 , 0x0000000b 
+ 00015772  0x0000099a call  0x00003d10 
+ 00015773  0x0000099c bpatch  0x000000ec , 0x0000401d 
+ 00015774  0x0000099d call  0x00003d06 
+ 00015775  0x0000099e bmark0  0x0000002f , 0x00003da4 
+ 00015776  0x0000099f pulse  0x00000039 
+ 00015777  0x000009a0 nop  0x0000001e 
+ 00015778  0x000009a1 call  0x00003d06 
+ 00015779  0x000009a2 lshift3  0x0000000b , 0x0000000b 
+ 00015780  0x000009a4 disable  0x0000002d 
+ 00015781  0x000009a5 enable  0x0000000d 
+ 00015782  0x000009a6 enable  0x00000021 
+ 00015783  0x000009a7 disable  0x00000020 
+ 00015784  0x000009a8 copy  0x0000000b , 0x0000001b 
+ 00015785  0x000009a9 correlate  0x0000003e , 0x00000003 
+ 00015786  0x000009aa branch  0x00003dad , 0x0000002e 
+ 00015787  0x000009ab copy  0x0000001a , 0x00000002 
+ 00015788  0x000009ac storet  0x00000006 , 0x0000000f 
+ 00015789  0x000009ae nbranch  0x00003e3e , 0x00000018 
+ 00015790  0x000009af enable  0x00000010 
+ 00015791  0x000009b0 fetch  0x00000001 , 0x00004129 
+ 00015792  0x000009b1 arg  0x00004e20 , 0x00000002 
+ 00015793  0x000009b2 iadd  0x00000002 , 0x00000002 
+ 00015794  0x000009b3 fetch  0x00000001 , 0x0000411d 
+ 00015795  0x000009b4 imul32  0x00000002 , 0x0000001b 
+ 00015796  0x000009b5 call  0x000065a4 
+ 00015797  0x000009b6 branch  0x00003dbb , 0x0000002e 
+ 00015798  0x000009b7 call  0x00003e43 
+ 00015799  0x000009b8 fetch  0x00000001 , 0x00000163 
+ 00015800  0x000009b9 bbit0  0x00000003 , 0x00003dbb 
+ 00015801  0x000009ba fetcht  0x00000006 , 0x0000000f 
+ 00015802  0x000009bb call  0x00003b2a , 0x0000002b 
+ 00015803  0x000009bd call  0x00003a49 
+ 00015804  0x000009be enable  0x00000007 
+ 00015805  0x000009bf enable  0x00000009 
+ 00015806  0x000009c0 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00015807  0x000009c1 rshift3  0x0000000c , 0x0000003f 
+ 00015808  0x000009c2 store  0x00000001 , 0x00000047 
+ 00015809  0x000009c3 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00015810  0x000009c4 rshift3  0x0000000c , 0x0000003f 
+ 00015811  0x000009c5 store  0x00000001 , 0x00000048 
+ 00015812  0x000009c6 copy  0x0000003f , 0x00000039 
+ 00015813  0x000009c7 branch  0x00003de1 , 0x00000005 
+ 00015814  0x000009c9 bmark1  0x00000032 , 0x00003dcc 
+ 00015815  0x000009cc parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00015816  0x000009cd rshift3  0x0000000c , 0x0000003f 
+ 00015817  0x000009ce istore  0x00000001 , 0x00000005 
+ 00015818  0x000009cf loop  0x00003dc7 
+ 00015819  0x000009d0 branch  0x00003de1 
+ 00015820  0x000009d3 copy  0x00000005 , 0x00000012 
+ 00015821  0x000009d4 bpatch  0x000000ed , 0x0000401d 
+ 00015822  0x000009d5 call  0x00003f60 
+ 00015823  0x000009d7 fetchr  0x00000011 , 0x00000001 , 0x00000048 
+ 00015824  0x000009d8 increase  0xfffffffc , 0x00000011 
+ 00015825  0x000009d9 nbranch  0x00003e36 , 0x00000002 
+ 00015826  0x000009db call  0x00003e07 
+ 00015827  0x000009dc copy  0x00000012 , 0x00000005 
+ 00015828  0x000009dd arg  0x00000000 , 0x00000002 
+ 00015829  0x000009de fetchr  0x00000039 , 0x00000001 , 0x00000048 
+ 00015830  0x000009df increase  0xfffffffc , 0x00000039 
+ 00015831  0x000009e0 branch  0x00003ddf , 0x00000005 
+ 00015832  0x000009e3 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00015833  0x000009e4 rshift3  0x0000000c , 0x0000003f 
+ 00015834  0x000009e5 istore  0x00000001 , 0x00000005 
+ 00015835  0x000009e6 increase  0x00000001 , 0x00000002 
+ 00015836  0x000009e7 and  0x00000002 , 0x0000000f , 0x0000003e 
+ 00015837  0x000009e8 call  0x00003e25 , 0x00000005 
+ 00015838  0x000009e9 loop  0x00003dd8 
+ 00015839  0x000009eb call  0x00003e2d 
+ 00015840  0x000009ec copy  0x00000012 , 0x00000005 
+ 00015841  0x000009f0 bpatch  0x000000ee , 0x0000401d 
+ 00015842  0x000009f1 parse  0x00000003 , 0x00000000 , 0x00000018 
+ 00015843  0x000009f2 rshift32  0x0000003f , 0x0000003f 
+ 00015844  0x000009f3 rshift16  0x0000003f , 0x0000003f 
+ 00015845  0x000009f4 istore  0x00000003 , 0x00000005 
+ 00015846  0x000009f5 enable  0x00000010 
+ 00015847  0x000009f6 call  0x00003e51 
+ 00015848  0x000009f7 branch  0x00003e3a , 0x00000006 
+ 00015849  0x000009f8 bmark0  0x00000032 , 0x00003df3 
+ 00015850  0x000009f9 fetch  0x00000001 , 0x00000048 
+ 00015851  0x000009fa branch  0x00003df3 , 0x00000034 
+ 00015852  0x000009fb increase  0xfffffffc , 0x0000003f 
+ 00015853  0x000009fc store  0x00000001 , 0x00000048 
+ 00015854  0x000009fd call  0x00006de7 
+ 00015855  0x000009fe fetch  0x00000001 , 0x00008108 
+ 00015856  0x000009ff bbit0  0x00000007 , 0x00003e36 
+ 00015857  0x00000a00 force  0x0000000c , 0x00000038 
+ 00015858  0x00000a01 storer  0x0000002f , 0x00000004 , 0x0000014f 
+ 00015859  0x00000a03 call  0x000065a3 
+ 00015860  0x00000a04 enable  0x0000002d 
+ 00015861  0x00000a05 set0  0x00000030 , 0x00000000 
+ 00015862  0x00000a07 bpatch  0x000000ef , 0x0000401d 
+ 00015863  0x00000a08 call  0x00006de9 
+ 00015864  0x00000a09 fetch  0x00000001 , 0x00000198 
+ 00015865  0x00000a0a nsetflag  0x0000003c , 0x00000007 , 0x0000003f 
+ 00015866  0x00000a0b store  0x00000001 , 0x00000198 
+ 00015867  0x00000a0c call  0x00003e00 
+ 00015868  0x00000a0f bpatch  0x000000f0 , 0x0000401e 
+ 00015869  0x00000a10 fetcht  0x00000001 , 0x00000008 
+ 00015870  0x00000a11 add  0x00000002 , 0x00000002 , 0x00000011 
+ 00015871  0x00000a14 branch  0x0000398e 
+ 00015872  0x00000a17 disable  0x0000000d 
+ 00015873  0x00000a18 branch  0x00003925 
+ 00015874  0x00000a1b rtnmark0  0x00000032 
+ 00015875  0x00000a1c call  0x00006e84 
+ 00015876  0x00000a1d force  0x0000000c , 0x00000038 
+ 00015877  0x00000a1e call  0x00006e8c 
+ 00015878  0x00000a1f branch  0x00006e8b 
+ 00015879  0x00000a23 bpatch  0x000000f1 , 0x0000401e 
+ 00015880  0x00000a24 jam  0x00000000 , 0x0000806c 
+ 00015881  0x00000a25 jam  0x00000001 , 0x0000806d 
+ 00015882  0x00000a26 fetch  0x00000001 , 0x00000047 
+ 00015883  0x00000a27 and_into  0x00000003 , 0x0000003f 
+ 00015884  0x00000a28 store  0x00000001 , 0x0000806e 
+ 00015885  0x00000a2a setarg  0x00000049 
+ 00015886  0x00000a2b store  0x00000002 , 0x00008068 
+ 00015887  0x00000a2c store  0x00000002 , 0x0000806a 
+ 00015888  0x00000a2e fetchr  0x00000011 , 0x00000001 , 0x00000048 
+ 00015889  0x00000a2f increase  0xfffffffc , 0x00000011 
+ 00015890  0x00000a31 fetcht  0x00000005 , 0x00004407 
+ 00015891  0x00000a32 isolate1  0x0000000f , 0x00000000 
+ 00015892  0x00000a33 call  0x00003e1b , 0x00000001 
+ 00015893  0x00000a34 call  0x00006d54 
+ 00015894  0x00000a35 setarg  0x00000000 
+ 00015895  0x00000a36 store  0x00000002 , 0x000080c1 
+ 00015896  0x00000a37 jam  0x00000006 , 0x0000800a 
+ 00015897  0x00000a38 jam  0x00000007 , 0x0000800a 
+ 00015898  0x00000a39 rtn 
+ 00015899  0x00000a3c sub  0x00000002 , 0x00000000 , 0x0000003e 
+ 00015900  0x00000a3d branch  0x00003e20 , 0x00000005 
+ 00015901  0x00000a3e increase  0xffffffff , 0x00000002 
+ 00015902  0x00000a3f set1  0x00000027 , 0x00000002 
+ 00015903  0x00000a40 rtn 
+ 00015904  0x00000a43 setarg  0x00ffffff 
+ 00015905  0x00000a44 lshift16  0x0000003f , 0x0000003f 
+ 00015906  0x00000a45 arg  0x0000ffff , 0x00000002 
+ 00015907  0x00000a46 ior  0x00000002 , 0x00000002 
+ 00015908  0x00000a47 rtn 
+ 00015909  0x00000a4a copy  0x00000005 , 0x00000012 
+ 00015910  0x00000a4b fetch  0x00000001 , 0x00000048 
+ 00015911  0x00000a4c increase  0xfffffffc , 0x0000003f 
+ 00015912  0x00000a4d isub  0x00000002 , 0x0000003e 
+ 00015913  0x00000a4e rtn  0x00000005 
+ 00015914  0x00000a4f storet  0x00000002 , 0x000080c1 
+ 00015915  0x00000a50 copy  0x00000012 , 0x00000005 
+ 00015916  0x00000a51 rtn 
+ 00015917  0x00000a54 parse  0x00000003 , 0x00000000 , 0x00000020 
+ 00015918  0x00000a55 rshift32  0x0000003f , 0x0000003f 
+ 00015919  0x00000a56 rshift8  0x0000003f , 0x0000003f 
+ 00015920  0x00000a57 istore  0x00000004 , 0x00000005 
+ 00015921  0x00000a58 copy  0x00000005 , 0x00000012 
+ 00015922  0x00000a5a force  0x00000000 , 0x00000038 
+ 00015923  0x00000a5b copy  0x0000003f , 0x0000002f 
+ 00015924  0x00000a5c storet  0x00000002 , 0x000080c1 
+ 00015925  0x00000a5d rtn 
+ 00015926  0x00000a60 branch  0x00003e40 
+ 00015927  0x00000a63 call  0x00003e51 
+ 00015928  0x00000a64 call  0x000038cc 
+ 00015929  0x00000a65 branch  0x00003df3 
+ 00015930  0x00000a68 call  0x000065a5 
+ 00015931  0x00000a69 bmark1  0x00000030 , 0x00003e3e 
+ 00015932  0x00000a6a set1  0x00000030 , 0x00000000 
+ 00015933  0x00000a6b branch  0x00003df6 
+ 00015934  0x00000a6f set0  0x00000030 , 0x00000000 
+ 00015935  0x00000a70 branch  0x00003e40 
+ 00015936  0x00000a73 bpatch  0x000000f2 , 0x0000401e 
+ 00015937  0x00000a74 call  0x00006de9 
+ 00015938  0x00000a75 branch  0x000038cc 
+ 00015939  0x00000a78 bmark1  0x0000002f , 0x00003e49 
+ 00015940  0x00000a79 bmark1  0x0000002d , 0x00003e4d 
+ 00015941  0x00000a7a fetch  0x00000002 , 0x00000041 
+ 00015942  0x00000a7b copy  0x0000003f , 0x00000029 
+ 00015943  0x00000a7c copy  0x00000021 , 0x00000028 
+ 00015944  0x00000a7d rtn 
+ 00015945  0x00000a81 fetch  0x00000002 , 0x00000045 
+ 00015946  0x00000a82 copy  0x0000003f , 0x00000029 
+ 00015947  0x00000a83 add  0x00000021 , 0x00000001 , 0x00000028 
+ 00015948  0x00000a84 rtn 
+ 00015949  0x00000a87 fetch  0x00000002 , 0x00000043 
+ 00015950  0x00000a88 copy  0x0000003f , 0x00000029 
+ 00015951  0x00000a89 copy  0x00000021 , 0x00000028 
+ 00015952  0x00000a8a rtn 
+ 00015953  0x00000a8e fetch  0x00000001 , 0x00000048 
+ 00015954  0x00000a8f add  0x0000003f , 0x00000005 , 0x00000002 
+ 00015955  0x00000a90 lshift3  0x00000002 , 0x00000002 
+ 00015956  0x00000a91 fetch  0x00000001 , 0x00000198 
+ 00015957  0x00000a92 bmark1  0x0000002f , 0x00003e58 
+ 00015958  0x00000a93 bbit1  0x00000000 , 0x00003e5a 
+ 00015959  0x00000a94 bbit1  0x00000001 , 0x00003e5b 
+ 00015960  0x00000a96 branch  0x00003e5d , 0x0000003c 
+ 00015961  0x00000a97 branch  0x00003e60 
+ 00015962  0x00000a9a branch  0x00003e65 
+ 00015963  0x00000a9d rshift  0x00000002 , 0x00000002 
+ 00015964  0x00000a9e branch  0x00003e65 
+ 00015965  0x00000aa1 add  0x00000002 , 0x00000003 , 0x00000002 
+ 00015966  0x00000aa2 lshift  0x00000002 , 0x00000002 
+ 00015967  0x00000aa3 branch  0x00003e62 
+ 00015968  0x00000aa6 add  0x00000002 , 0x00000003 , 0x00000002 
+ 00015969  0x00000aa7 lshift3  0x00000002 , 0x00000002 
+ 00015970  0x00000aa9 setarg  0x00000028 
+ 00015971  0x00000aaa iadd  0x00000002 , 0x00000002 
+ 00015972  0x00000aab branch  0x00003e65 
+ 00015973  0x00000aae fetch  0x00000001 , 0x0000411d 
+ 00015974  0x00000aaf imul32  0x00000002 , 0x00000002 
+ 00015975  0x00000ab0 arg  0x00004e20 , 0x00000011 
+ 00015976  0x00000ab1 imul32  0x00000011 , 0x0000003f 
+ 00015977  0x00000ab2 isub  0x00000002 , 0x00000002 
+ 00015978  0x00000ab3 copy  0x0000001b , 0x0000003f 
+ 00015979  0x00000ab4 isub  0x00000002 , 0x0000001b 
+ 00015980  0x00000ab5 rtn 
+ 00015981  0x00000ab8 call  0x00003e85 
+ 00015982  0x00000ab9 fetcht  0x00000001 , 0x00000008 
+ 00015983  0x00000aba call  0x00003954 
+ 00015984  0x00000abb call  0x0000396a 
+ 00015985  0x00000abc enable  0x00000010 
+ 00015986  0x00000abd arg  0x0000157c , 0x0000000b 
+ 00015987  0x00000abe branch  0x00003d9d 
+ 00015988  0x00000ac2 bpatch  0x000000f3 , 0x0000401e 
+ 00015989  0x00000ac3 fetch  0x00000001 , 0x00000199 
+ 00015990  0x00000ac4 call  0x00003ce0 
+ 00015991  0x00000ac5 call  0x00003e85 
+ 00015992  0x00000ac7 fetch  0x00000001 , 0x00000198 
+ 00015993  0x00000ac8 call  0x00003ce0 
+ 00015994  0x00000aca fetcht  0x00000001 , 0x00000008 
+ 00015995  0x00000acb call  0x00003954 
+ 00015996  0x00000acc call  0x0000396a 
+ 00015997  0x00000acd enable  0x00000010 
+ 00015998  0x00000ace arg  0x0000157c , 0x0000000b 
+ 00015999  0x00000acf bmark0  0x0000002f , 0x00003d9d 
+ 00016000  0x00000ad0 arg  0x00002134 , 0x0000000b 
+ 00016001  0x00000ad1 branch  0x00003d9d 
+ 00016002  0x00000ad4 bpatch  0x000000f4 , 0x0000401e 
+ 00016003  0x00000ad5 call  0x00003e85 
+ 00016004  0x00000ad6 branch  0x000038cc 
+ 00016005  0x00000ad9 bpatch  0x000000f5 , 0x0000401e 
+ 00016006  0x00000ada call  0x00003d06 
+ 00016007  0x00000adb call  0x00003d15 
+ 00016008  0x00000adc call  0x000065aa 
+ 00016009  0x00000add set1  0x00000000 , 0x00000015 
+ 00016010  0x00000ade enable  0x0000001d 
+ 00016011  0x00000adf enable  0x00000020 
+ 00016012  0x00000ae0 disable  0x00000021 
+ 00016013  0x00000ae1 call  0x00003d8c 
+ 00016014  0x00000ae2 disable  0x0000003a 
+ 00016015  0x00000ae3 bmark1  0x0000002f , 0x00003ec8 
+ 00016016  0x00000ae4 bmark1  0x0000002d , 0x00003eda 
+ 00016017  0x00000ae5 rshift16  0x00000009 , 0x0000003f 
+ 00016018  0x00000ae6 rshift8  0x0000003f , 0x0000003f 
+ 00016019  0x00000ae7 rshift4  0x0000003f , 0x0000003f 
+ 00016020  0x00000ae8 inject  0x00000003 , 0x00000028 
+ 00016021  0x00000aea enable  0x00000007 
+ 00016022  0x00000aeb enable  0x00000009 
+ 00016023  0x00000aec bpatch  0x000000f6 , 0x0000401e 
+ 00016024  0x00000aed fetch  0x00000001 , 0x0000412b 
+ 00016025  0x00000aee inject  0x00000003 , 0x00000008 
+ 00016026  0x00000aef ifetch  0x00000001 , 0x00000006 
+ 00016027  0x00000af0 copy  0x0000003f , 0x00000039 
+ 00016028  0x00000af1 inject  0x00000003 , 0x00000008 
+ 00016029  0x00000af2 sub  0x00000039 , 0x00000000 , 0x0000003e 
+ 00016030  0x00000af3 branch  0x00003ea6 , 0x00000005 
+ 00016031  0x00000af5 fetch  0x00000001 , 0x0000800a 
+ 00016032  0x00000af6 branch  0x00003ea2 , 0x00000034 
+ 00016033  0x00000af7 bmark1  0x00000032 , 0x00003ebd 
+ 00016034  0x00000af9 arg  0x0000412d , 0x00000006 
+ 00016035  0x00000afb ifetch  0x00000001 , 0x00000006 
+ 00016036  0x00000afc inject  0x00000003 , 0x00000008 
+ 00016037  0x00000afd loop  0x00003ea3 
+ 00016038  0x00000b00 enable  0x00000008 
+ 00016039  0x00000b01 inject  0x00000003 , 0x00000018 
+ 00016040  0x00000b02 disable  0x00000008 
+ 00016041  0x00000b03 bmark0  0x0000002f , 0x00003ead 
+ 00016042  0x00000b04 disable  0x00000007 
+ 00016043  0x00000b05 setarg  0x00000000 
+ 00016044  0x00000b06 inject  0x00000003 , 0x00000003 
+ 00016045  0x00000b08 until  0x0000003e , 0x00000027 
+ 00016046  0x00000b09 nop  0x00000064 
+ 00016047  0x00000b0a bpatch  0x000000f7 , 0x0000401e 
+ 00016048  0x00000b0b disable  0x0000001d 
+ 00016049  0x00000b0c disable  0x00000038 
+ 00016050  0x00000b0d call  0x00003925 
+ 00016051  0x00000b0e call  0x000065a8 
+ 00016052  0x00000b10 fetch  0x00000001 , 0x0000412b 
+ 00016053  0x00000b11 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00016054  0x00000b12 rtnne  0x00000003 
+ 00016055  0x00000b13 fetch  0x00000001 , 0x000042d2 
+ 00016056  0x00000b14 beq  0x00000002 , 0x00003fa1 
+ 00016057  0x00000b15 rtnne  0x00000005 
+ 00016058  0x00000b16 fetch  0x00000001 , 0x0000412d 
+ 00016059  0x00000b17 beq  0x00000005 , 0x00003f9c 
+ 00016060  0x00000b18 rtn 
+ 00016061  0x00000b1c increase  0xfffffffc , 0x00000039 
+ 00016062  0x00000b1d copy  0x00000039 , 0x00000002 
+ 00016063  0x00000b1e call  0x00006dd4 
+ 00016064  0x00000b1f arg  0x0000412d , 0x00000006 
+ 00016065  0x00000b21 ifetch  0x00000001 , 0x00000006 
+ 00016066  0x00000b22 inject  0x00000003 , 0x00000008 
+ 00016067  0x00000b23 loop  0x00003ec1 
+ 00016068  0x00000b24 call  0x00006dd9 
+ 00016069  0x00000b25 copy  0x0000002f , 0x0000003f 
+ 00016070  0x00000b26 inject  0x00000003 , 0x00000020 
+ 00016071  0x00000b27 branch  0x00003ea6 
+ 00016072  0x00000b2a arg  0x0000000a , 0x00000039 
+ 00016073  0x00000b2c setarg  0x0000003c 
+ 00016074  0x00000b2d inject  0x00000003 , 0x00000008 
+ 00016075  0x00000b2e loop  0x00003ec9 
+ 00016076  0x00000b2f disable  0x0000001d 
+ 00016077  0x00000b30 enable  0x00000038 
+ 00016078  0x00000b31 rshift16  0x00000009 , 0x0000003f 
+ 00016079  0x00000b32 rshift16  0x0000003f , 0x0000003f 
+ 00016080  0x00000b33 rshift4  0x0000003f , 0x0000003f 
+ 00016081  0x00000b34 inject  0x00000003 , 0x00000020 
+ 00016082  0x00000b35 bmark1  0x0000002e , 0x00003ed7 
+ 00016083  0x00000b37 setarg  0x00000001 
+ 00016084  0x00000b38 inject  0x00000003 , 0x00000005 
+ 00016085  0x00000b39 enable  0x0000003a 
+ 00016086  0x00000b3a branch  0x00003e95 
+ 00016087  0x00000b3d setarg  0x00000000 
+ 00016088  0x00000b3e inject  0x00000003 , 0x00000005 
+ 00016089  0x00000b3f branch  0x00003e95 
+ 00016090  0x00000b42 fetch  0x00000001 , 0x0000411d 
+ 00016091  0x00000b43 fetcht  0x00000001 , 0x0000412a 
+ 00016092  0x00000b44 iadd  0x00000002 , 0x0000003f 
+ 00016093  0x00000b45 call  0x00003a8c 
+ 00016094  0x00000b46 rshift16  0x00000009 , 0x0000003f 
+ 00016095  0x00000b47 rshift8  0x0000003f , 0x0000003f 
+ 00016096  0x00000b48 rshift4  0x0000003f , 0x00000002 
+ 00016097  0x00000b49 copy  0x00000002 , 0x0000003f 
+ 00016098  0x00000b4a inject  0x00000003 , 0x00000008 
+ 00016099  0x00000b4b copy  0x00000002 , 0x0000003f 
+ 00016100  0x00000b4c inject  0x00000003 , 0x00000028 
+ 00016101  0x00000b4d branch  0x00003e95 
+ 00016102  0x00000b51 arg  0x00003eea , 0x00000013 
+ 00016103  0x00000b52 arg  0x00003f00 , 0x00000012 
+ 00016104  0x00000b53 arg  0x00000005 , 0x00000007 
+ 00016105  0x00000b54 branch  0x00003f3f 
+ 00016106  0x00000b57 add  0x00000011 , 0x00000004 , 0x00000006 
+ 00016107  0x00000b58 ifetcht  0x00000004 , 0x00000006 
+ 00016108  0x00000b59 add  0x00000011 , 0x00000037 , 0x00000006 
+ 00016109  0x00000b5a ifetch  0x00000001 , 0x00000006 
+ 00016110  0x00000b5b add  0x00000011 , 0x0000002b , 0x00000005 
+ 00016111  0x00000b5c istore  0x00000001 , 0x00000005 
+ 00016112  0x00000b5d ifetch  0x00000002 , 0x00000006 
+ 00016113  0x00000b5e lshift2  0x0000003f , 0x0000003f 
+ 00016114  0x00000b5f iadd  0x00000002 , 0x0000000b 
+ 00016115  0x00000b60 add  0x00000011 , 0x00000004 , 0x00000005 
+ 00016116  0x00000b61 deposit  0x0000000b 
+ 00016117  0x00000b62 istore  0x00000004 , 0x00000005 
+ 00016118  0x00000b63 ifetch  0x00000002 , 0x00000006 
+ 00016119  0x00000b64 lshift2  0x0000003f , 0x0000003f 
+ 00016120  0x00000b65 add  0x00000011 , 0x00000002 , 0x00000005 
+ 00016121  0x00000b66 istore  0x00000002 , 0x00000005 
+ 00016122  0x00000b67 ifetch  0x00000002 , 0x00000006 
+ 00016123  0x00000b68 add  0x00000011 , 0x0000002c , 0x00000005 
+ 00016124  0x00000b69 istore  0x00000002 , 0x00000005 
+ 00016125  0x00000b6a ifetch  0x00000002 , 0x00000006 
+ 00016126  0x00000b6b store  0x00000002 , 0x000042ca 
+ 00016127  0x00000b6c branch  0x00004081 
+ 00016128  0x00000b6f ifetch  0x00000001 , 0x00000011 
+ 00016129  0x00000b70 set0  0x00000003 , 0x0000003f 
+ 00016130  0x00000b71 istore  0x00000001 , 0x00000011 
+ 00016131  0x00000b72 storer  0x00000011 , 0x00000002 , 0x000004d8 
+ 00016132  0x00000b73 jam  0x00000044 , 0x000004c3 
+ 00016133  0x00000b74 call  0x00006f7b 
+ 00016134  0x00000b75 fetchr  0x00000011 , 0x00000002 , 0x000004d8 
+ 00016135  0x00000b76 rtn 
+ 00016136  0x00000b79 arg  0x00000000 , 0x00000013 
+ 00016137  0x00000b7a arg  0x00003f0c , 0x00000012 
+ 00016138  0x00000b7b arg  0x00000006 , 0x00000007 
+ 00016139  0x00000b7c branch  0x00003f3f 
+ 00016140  0x00000b7f add  0x00000011 , 0x00000037 , 0x00000006 
+ 00016141  0x00000b80 ifetch  0x00000005 , 0x00000006 
+ 00016142  0x00000b81 add  0x00000011 , 0x00000030 , 0x00000005 
+ 00016143  0x00000b82 istore  0x00000005 , 0x00000005 
+ 00016144  0x00000b83 branch  0x00003d68 
+ 00016145  0x00000b87 arg  0x00000000 , 0x00000013 
+ 00016146  0x00000b88 arg  0x00003f15 , 0x00000012 
+ 00016147  0x00000b89 arg  0x00000007 , 0x00000007 
+ 00016148  0x00000b8a branch  0x00003f3f 
+ 00016149  0x00000b8d add  0x00000011 , 0x00000037 , 0x00000006 
+ 00016150  0x00000b8e ifetch  0x00000001 , 0x00000006 
+ 00016151  0x00000b8f call  0x00003f22 
+ 00016152  0x00000b90 istore  0x00000001 , 0x00000005 
+ 00016153  0x00000b91 add  0x00000011 , 0x00000038 , 0x00000006 
+ 00016154  0x00000b92 ifetch  0x00000001 , 0x00000006 
+ 00016155  0x00000b93 call  0x00003f30 
+ 00016156  0x00000b94 istore  0x00000001 , 0x00000005 
+ 00016157  0x00000b95 storer  0x00000011 , 0x00000002 , 0x000004d8 
+ 00016158  0x00000b96 jam  0x00000042 , 0x000004c3 
+ 00016159  0x00000b97 call  0x00006f7b 
+ 00016160  0x00000b98 fetchr  0x00000011 , 0x00000002 , 0x000004d8 
+ 00016161  0x00000b99 rtn 
+ 00016162  0x00000b9c call  0x00003f2a , 0x00000034 
+ 00016163  0x00000b9d add  0x00000011 , 0x00000035 , 0x00000005 
+ 00016164  0x00000b9e nrtn  0x00000029 
+ 00016165  0x00000b9f fetcht  0x00000001 , 0x0000437a 
+ 00016166  0x00000ba0 isolate1  0x00000007 , 0x00000002 
+ 00016167  0x00000ba1 setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00016168  0x00000ba2 add  0x00000011 , 0x00000036 , 0x00000005 
+ 00016169  0x00000ba3 rtn 
+ 00016170  0x00000ba6 add  0x00000011 , 0x00000035 , 0x00000006 
+ 00016171  0x00000ba7 ifetch  0x00000001 , 0x00000006 
+ 00016172  0x00000ba8 nrtn  0x00000029 
+ 00016173  0x00000ba9 add  0x00000011 , 0x00000036 , 0x00000006 
+ 00016174  0x00000baa ifetch  0x00000001 , 0x00000006 
+ 00016175  0x00000bab rtn 
+ 00016176  0x00000bae call  0x00003f39 , 0x00000034 
+ 00016177  0x00000baf fetcht  0x00000001 , 0x0000437a 
+ 00016178  0x00000bb0 isolate1  0x00000007 , 0x00000002 
+ 00016179  0x00000bb1 setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00016180  0x00000bb2 add  0x00000011 , 0x00000036 , 0x00000005 
+ 00016181  0x00000bb3 nrtn  0x00000029 
+ 00016182  0x00000bb4 set0  0x00000007 , 0x0000003f 
+ 00016183  0x00000bb5 add  0x00000011 , 0x00000035 , 0x00000005 
+ 00016184  0x00000bb6 rtn 
+ 00016185  0x00000bb9 add  0x00000011 , 0x00000036 , 0x00000006 
+ 00016186  0x00000bba ifetch  0x00000001 , 0x00000006 
+ 00016187  0x00000bbb nrtn  0x00000029 
+ 00016188  0x00000bbc add  0x00000011 , 0x00000035 , 0x00000006 
+ 00016189  0x00000bbd ifetch  0x00000001 , 0x00000006 
+ 00016190  0x00000bbe rtn 
+ 00016191  0x00000bc4 bpatch  0x000000f8 , 0x0000401f 
+ 00016192  0x00000bc5 ifetch  0x00000001 , 0x00000011 
+ 00016193  0x00000bc6 qisolate0  0x0000003f 
+ 00016194  0x00000bc7 rtn  0x00000001 
+ 00016195  0x00000bc8 add  0x00000011 , 0x0000001a , 0x00000006 
+ 00016196  0x00000bc9 ifetcht  0x00000002 , 0x00000006 
+ 00016197  0x00000bca add  0x00000011 , 0x00000020 , 0x00000006 
+ 00016198  0x00000bcb ifetch  0x00000002 , 0x00000006 
+ 00016199  0x00000bcd isub  0x00000002 , 0x0000003f 
+ 00016200  0x00000bce branch  0x00003f4f , 0x00000005 
+ 00016201  0x00000bcf nbranch  0x00003f54 , 0x00000002 
+ 00016202  0x00000bd0 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00016203  0x00000bd1 branch  0x00003f4d , 0x00000005 
+ 00016204  0x00000bd2 rtn 
+ 00016205  0x00000bd5 copy  0x00000013 , 0x0000003f 
+ 00016206  0x00000bd6 branch  0x00007487 
+ 00016207  0x00000bd9 ifetch  0x00000001 , 0x00000011 
+ 00016208  0x00000bda qset0  0x0000003f 
+ 00016209  0x00000bdb istore  0x00000001 , 0x00000011 
+ 00016210  0x00000bdc copy  0x00000012 , 0x0000003f 
+ 00016211  0x00000bdd branch  0x00007487 
+ 00016212  0x00000be0 add  0x00000011 , 0x0000001a , 0x00000006 
+ 00016213  0x00000be1 ifetch  0x00000002 , 0x00000006 
+ 00016214  0x00000be2 add  0x00000011 , 0x00000020 , 0x00000006 
+ 00016215  0x00000be3 ifetch  0x00000002 , 0x00000006 
+ 00016216  0x00000be4 isub  0x00000002 , 0x0000003f 
+ 00016217  0x00000be5 arg  0x0000ffff , 0x00000002 
+ 00016218  0x00000be6 isub  0x00000002 , 0x0000003e 
+ 00016219  0x00000be7 branch  0x00003f4f , 0x00000005 
+ 00016220  0x00000be8 arg  0x0000f000 , 0x00000002 
+ 00016221  0x00000be9 isub  0x00000002 , 0x0000003e 
+ 00016222  0x00000bea nbranch  0x00003f4f , 0x00000002 
+ 00016223  0x00000beb rtn 
+ 00016224  0x00000bef fetcht  0x00000001 , 0x0000017a 
+ 00016225  0x00000bf0 fetch  0x00000001 , 0x00000047 
+ 00016226  0x00000bf3 rshift  0x0000003f , 0x0000003f 
+ 00016227  0x00000bf4 ixor  0x00000002 , 0x0000003f 
+ 00016228  0x00000bf5 isolate1  0x00000002 , 0x0000003f 
+ 00016229  0x00000bf6 setflag  0x00000001 , 0x0000000f , 0x00000000 
+ 00016230  0x00000bf7 rtn 
+ 00016231  0x00000bfb bpatch  0x000000f9 , 0x0000401f 
+ 00016232  0x00000bfc call  0x0000407e 
+ 00016233  0x00000bfd rtnmark1  0x00000030 
+ 00016234  0x00000bfe call  0x00003f8e 
+ 00016235  0x00000bff fetch  0x00000001 , 0x00000047 
+ 00016236  0x00000c00 isolate1  0x00000004 , 0x0000003f 
+ 00016237  0x00000c01 setflag  0x00000001 , 0x0000002a , 0x00000000 
+ 00016238  0x00000c02 rshift  0x0000003f , 0x0000003f 
+ 00016239  0x00000c03 ixor  0x00000002 , 0x0000003f 
+ 00016240  0x00000c04 isolate1  0x00000002 , 0x0000003f 
+ 00016241  0x00000c05 setflag  0x00000001 , 0x0000000f , 0x00000000 
+ 00016242  0x00000c06 rtnmark1  0x0000000f 
+ 00016243  0x00000c07 fetch  0x00000001 , 0x00000048 
+ 00016244  0x00000c08 branch  0x00003f80 , 0x00000034 
+ 00016245  0x00000c09 fetch  0x00000001 , 0x00000163 
+ 00016246  0x00000c0a bbit0  0x00000004 , 0x00003f80 
+ 00016247  0x00000c0b fetcht  0x00000004 , 0x0000014f 
+ 00016248  0x00000c0c fetch  0x00000004 , 0x0000440c 
+ 00016249  0x00000c0d isub  0x00000002 , 0x0000003e 
+ 00016250  0x00000c0e branch  0x00003a8a , 0x00000005 
+ 00016251  0x00000c0f storet  0x00000004 , 0x0000440c 
+ 00016252  0x00000c10 fetch  0x00000005 , 0x00004407 
+ 00016253  0x00000c11 increase  0x00000001 , 0x0000003f 
+ 00016254  0x00000c12 set1  0x00000027 , 0x0000003f 
+ 00016255  0x00000c13 store  0x00000005 , 0x00004407 
+ 00016256  0x00000c16 fetcht  0x00000001 , 0x0000017a 
+ 00016257  0x00000c17 setflip  0x00000002 , 0x00000002 
+ 00016258  0x00000c18 storet  0x00000001 , 0x0000017a 
+ 00016259  0x00000c19 fetch  0x00000001 , 0x000042f6 
+ 00016260  0x00000c1a rtnbit0  0x00000006 
+ 00016261  0x00000c1b bpatch  0x000000fa , 0x0000401f 
+ 00016262  0x00000c1c fetch  0x00000001 , 0x00000048 
+ 00016263  0x00000c1d rtn  0x00000034 
+ 00016264  0x00000c1e fetch  0x00000001 , 0x00000047 
+ 00016265  0x00000c1f compare  0x00000001 , 0x0000003f , 0x00000003 
+ 00016266  0x00000c20 branch  0x00004592 , 0x00000001 
+ 00016267  0x00000c21 compare  0x00000002 , 0x0000003f , 0x00000003 
+ 00016268  0x00000c22 branch  0x00004580 , 0x00000001 
+ 00016269  0x00000c23 rtn 
+ 00016270  0x00000c27 bpatch  0x000000fb , 0x0000401f 
+ 00016271  0x00000c28 fetcht  0x00000001 , 0x0000017a 
+ 00016272  0x00000c29 isolate0  0x00000005 , 0x00000002 
+ 00016273  0x00000c2a rtn  0x00000001 
+ 00016274  0x00000c2b fetch  0x00000001 , 0x00000047 
+ 00016275  0x00000c2c lshift  0x0000003f , 0x0000003f 
+ 00016276  0x00000c2d ixor  0x00000002 , 0x0000003f 
+ 00016277  0x00000c2e rtnbit0  0x00000003 
+ 00016278  0x00000c2f set0  0x00000005 , 0x00000002 
+ 00016279  0x00000c30 setflip  0x00000003 , 0x00000002 
+ 00016280  0x00000c31 storet  0x00000001 , 0x0000017a 
+ 00016281  0x00000c32 compare  0x00000003 , 0x00000002 , 0x00000003 
+ 00016282  0x00000c33 nrtn  0x00000001 
+ 00016283  0x00000c34 rtn 
+ 00016284  0x00000c38 fetch  0x00000001 , 0x00000163 
+ 00016285  0x00000c39 set1  0x00000004 , 0x0000003f 
+ 00016286  0x00000c3a store  0x00000001 , 0x00000163 
+ 00016287  0x00000c3b set1  0x00000032 , 0x00000000 
+ 00016288  0x00000c3c rtn 
+ 00016289  0x00000c3f bpatch  0x000000fc , 0x0000401f 
+ 00016290  0x00000c40 jam  0x00000000 , 0x000042d2 
+ 00016291  0x00000c41 arg  0x00000000 , 0x0000003f 
+ 00016292  0x00000c42 store  0x00000004 , 0x0000440c 
+ 00016293  0x00000c43 store  0x00000005 , 0x00004402 
+ 00016294  0x00000c44 set1  0x00000027 , 0x0000003f 
+ 00016295  0x00000c45 store  0x00000005 , 0x00004407 
+ 00016296  0x00000c46 fetch  0x00000001 , 0x00000163 
+ 00016297  0x00000c47 set0  0x00000004 , 0x0000003f 
+ 00016298  0x00000c48 store  0x00000001 , 0x00000163 
+ 00016299  0x00000c49 set0  0x00000032 , 0x00000000 
+ 00016300  0x00000c4a rtn 
+ 00016301  0x00000c50 arg  0x00000001 , 0x00000011 
+ 00016302  0x00000c51 fetch  0x00000001 , 0x00000047 
+ 00016303  0x00000c52 rtnbit1  0x00000006 
+ 00016304  0x00000c53 arg  0x00000000 , 0x00000011 
+ 00016305  0x00000c54 rtn 
+ 00016306  0x00000c58 copy  0x00000006 , 0x00000005 
+ 00016307  0x00000c59 fetcht  0x00000002 , 0x0000437c 
+ 00016308  0x00000c5a copy  0x00000005 , 0x00000006 
+ 00016309  0x00000c5b rtn 
+ 00016310  0x00000c5f bpatch  0x000000fd , 0x0000401f 
+ 00016311  0x00000c60 fetch  0x00000001 , 0x0000017a 
+ 00016312  0x00000c61 rtnbit1  0x00000005 
+ 00016313  0x00000c62 call  0x00003fd7 
+ 00016314  0x00000c63 call  0x000041b4 
+ 00016315  0x00000c64 branch  0x00003ffb , 0x00000034 
+ 00016316  0x00000c65 ifetch  0x00000002 , 0x00000006 
+ 00016317  0x00000c66 ifetcht  0x00000002 , 0x00000006 
+ 00016318  0x00000c67 copy  0x00000002 , 0x00000011 
+ 00016319  0x00000c68 isub  0x00000011 , 0x0000003f 
+ 00016320  0x00000c69 call  0x00003fb2 
+ 00016321  0x00000c6a call  0x000074be 
+ 00016322  0x00000c6b copy  0x0000003f , 0x00000002 
+ 00016323  0x00000c6c ifetchr  0x00000001 , 0x00000001 , 0x00000006 
+ 00016324  0x00000c6d copy  0x00000011 , 0x0000003f 
+ 00016325  0x00000c6e iadd  0x00000006 , 0x0000003f 
+ 00016326  0x00000c6f store  0x00000002 , 0x000004e3 
+ 00016327  0x00000c70 call  0x00003feb 
+ 00016328  0x00000c71 call  0x00003ffd 
+ 00016329  0x00000c73 call  0x000041b4 
+ 00016330  0x00000c74 ifetch  0x00000002 , 0x00000006 
+ 00016331  0x00000c75 copy  0x0000003f , 0x00000011 
+ 00016332  0x00000c76 copy  0x00000006 , 0x00000013 
+ 00016333  0x00000c77 ifetcht  0x00000002 , 0x00000006 
+ 00016334  0x00000c78 copy  0x00000002 , 0x00000012 
+ 00016335  0x00000c79 isub  0x00000012 , 0x0000003f 
+ 00016336  0x00000c7a call  0x00003fb2 
+ 00016337  0x00000c7b call  0x000074be 
+ 00016338  0x00000c7c iadd  0x00000012 , 0x0000003f 
+ 00016339  0x00000c7d istore  0x00000002 , 0x00000013 
+ 00016340  0x00000c7e isub  0x00000011 , 0x0000003e 
+ 00016341  0x00000c7f nrtn  0x00000005 
+ 00016342  0x00000c80 branch  0x000041ce 
+ 00016343  0x00000c84 call  0x00003fde 
+ 00016344  0x00000c85 rtnmark1  0x00000029 
+ 00016345  0x00000c86 fetch  0x00000001 , 0x000042f6 
+ 00016346  0x00000c87 bbit0  0x00000002 , 0x00003fe9 
+ 00016347  0x00000c88 call  0x000041b8 
+ 00016348  0x00000c89 branch  0x00003fe9 , 0x00000034 
+ 00016349  0x00000c8a branch  0x00003fe7 
+ 00016350  0x00000c8e call  0x000041b4 
+ 00016351  0x00000c8f branch  0x00003fe9 , 0x00000034 
+ 00016352  0x00000c90 ifetch  0x00000002 , 0x00000006 
+ 00016353  0x00000c91 ifetcht  0x00000002 , 0x00000006 
+ 00016354  0x00000c92 isub  0x00000002 , 0x00000011 
+ 00016355  0x00000c93 call  0x00003fb2 
+ 00016356  0x00000c94 copy  0x00000002 , 0x0000003f 
+ 00016357  0x00000c95 isub  0x00000011 , 0x0000003e 
+ 00016358  0x00000c96 branch  0x00003fe9 , 0x00000002 
+ 00016359  0x00000c98 set1  0x00000029 , 0x00000000 
+ 00016360  0x00000c99 rtn 
+ 00016361  0x00000c9c set0  0x00000029 , 0x00000000 
+ 00016362  0x00000c9d rtn 
+ 00016363  0x00000ca0 copy  0x00000011 , 0x0000003f 
+ 00016364  0x00000ca1 rtn  0x00000034 
+ 00016365  0x00000ca2 arg  0x00000001 , 0x00000001 
+ 00016366  0x00000ca3 rtn 
+ 00016367  0x00000ca7 bpatch  0x000000fe , 0x0000401f 
+ 00016368  0x00000ca8 increase  0x00000001 , 0x00000002 
+ 00016369  0x00000ca9 call  0x000040af 
+ 00016370  0x00000caa increase  0xfffffffe , 0x00000006 
+ 00016371  0x00000cab ifetch  0x00000002 , 0x00000006 
+ 00016372  0x00000cac arg  0x00002902 , 0x00000002 
+ 00016373  0x00000cad isub  0x00000002 , 0x0000003e 
+ 00016374  0x00000cae nrtn  0x00000005 
+ 00016375  0x00000caf increase  0x00000001 , 0x00000006 
+ 00016376  0x00000cb0 copy  0x00000006 , 0x00000011 
+ 00016377  0x00000cb1 ifetch  0x00000001 , 0x00000006 
+ 00016378  0x00000cb2 rtn 
+ 00016379  0x00000cb6 force  0x00000000 , 0x00000002 
+ 00016380  0x00000cb7 force  0x00000001 , 0x00000001 
+ 00016381  0x00000cba bpatch  0x000000ff , 0x0000401f 
+ 00016382  0x00000cbb storet  0x00000001 , 0x0000412c 
+ 00016383  0x00000cbc fetcht  0x00000001 , 0x0000017a 
+ 00016384  0x00000cbd set1  0x00000005 , 0x00000002 
+ 00016385  0x00000cbe and  0x00000002 , 0x000000fc , 0x0000003f 
+ 00016386  0x00000cbf ior  0x00000001 , 0x0000003f 
+ 00016387  0x00000cc0 store  0x00000001 , 0x0000017a 
+ 00016388  0x00000cc1 and_into  0x0000001f , 0x0000003f 
+ 00016389  0x00000cc2 isolate1  0x00000029 , 0x00000000 
+ 00016390  0x00000cc3 setflag  0x00000001 , 0x00000004 , 0x0000003f 
+ 00016391  0x00000cc4 store  0x00000001 , 0x0000412b 
+ 00016392  0x00000cc6 fetch  0x00000001 , 0x0000412b 
+ 00016393  0x00000cc7 compare  0x00000001 , 0x00000001 , 0x00000003 
+ 00016394  0x00000cc8 nbranch  0x0000400d , 0x00000001 
+ 00016395  0x00000cc9 fetch  0x00000001 , 0x0000412c 
+ 00016396  0x00000cca rtn  0x00000034 
+ 00016397  0x00000ccd bmark1  0x00000032 , 0x00004013 
+ 00016398  0x00000cce fetchr  0x00000039 , 0x00000001 , 0x0000412c 
+ 00016399  0x00000ccf fetch  0x00000002 , 0x000004e3 
+ 00016400  0x00000cd0 copy  0x0000003f , 0x00000006 
+ 00016401  0x00000cd1 arg  0x0000412d , 0x00000005 
+ 00016402  0x00000cd2 branch  0x0000740c 
+ 00016403  0x00000cd5 call  0x00006e84 
+ 00016404  0x00000cd6 branch  0x00006dbb 
+ 00016405  0x00000cd9 arg  0x00000000 , 0x00000007 
+ 00016406  0x00000cda branch  0x00003c21 
+ 00016407  0x00000cdd arg  0x00000000 , 0x00000007 
+ 00016408  0x00000cde branch  0x00003c25 
+ 00016409  0x00000ce2 bpatchx  0x00000000 , 0x00004020 
+ 00016410  0x00000ce3 rtnmark1  0x0000000f 
+ 00016411  0x00000ce4 rtnmark1  0x00000030 
+ 00016412  0x00000ce5 fetch  0x00000001 , 0x00000047 
+ 00016413  0x00000ce6 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00016414  0x00000ce7 store  0x00000001 , 0x00004309 
+ 00016415  0x00000ce8 fetch  0x00000001 , 0x00000048 
+ 00016416  0x00000ce9 rtn  0x00000034 
+ 00016417  0x00000cea setarg  0x00000049 
+ 00016418  0x00000ceb store  0x00000002 , 0x0000430e 
+ 00016419  0x00000cec bpatchx  0x00000001 , 0x00004020 
+ 00016420  0x00000ced fetch  0x00000001 , 0x00004309 
+ 00016421  0x00000cee beq  0x00000003 , 0x000046c3 
+ 00016422  0x00000cef call  0x00004034 
+ 00016423  0x00000cf0 nbranch  0x00004015 , 0x00000028 
+ 00016424  0x00000cf1 call  0x00004017 
+ 00016425  0x00000cf2 setarg  0x00000000 
+ 00016426  0x00000cf3 store  0x00000002 , 0x0000430c 
+ 00016427  0x00000cf4 fetch  0x00000002 , 0x00004314 
+ 00016428  0x00000cf5 nbranch  0x00007487 , 0x00000034 
+ 00016429  0x00000cf7 fetch  0x00000002 , 0x0000430e 
+ 00016430  0x00000cf8 add  0x0000003f , 0x00000002 , 0x00000006 
+ 00016431  0x00000cf9 ifetch  0x00000002 , 0x00000006 
+ 00016432  0x00000cfa beq  0x00000004 , 0x0000432f 
+ 00016433  0x00000cfb beq  0x00000006 , 0x000045e3 
+ 00016434  0x00000cfc beq  0x00000005 , 0x000045b7 
+ 00016435  0x00000cfd rtn 
+ 00016436  0x00000d01 fetch  0x00000001 , 0x00004309 
+ 00016437  0x00000d02 beq  0x00000002 , 0x00004043 
+ 00016438  0x00000d03 beq  0x00000001 , 0x0000405a 
+ 00016439  0x00000d04 rtn 
+ 00016440  0x00000d0a call  0x000074c8 
+ 00016441  0x00000d0b arg  0x00000004 , 0x00000002 
+ 00016442  0x00000d0c isub  0x0000003f , 0x0000003e 
+ 00016443  0x00000d0d rtn  0x00000005 
+ 00016444  0x00000d0e arg  0x00000005 , 0x00000002 
+ 00016445  0x00000d0f isub  0x0000003f , 0x0000003e 
+ 00016446  0x00000d10 rtn  0x00000005 
+ 00016447  0x00000d11 arg  0x00000006 , 0x00000002 
+ 00016448  0x00000d12 isub  0x0000003f , 0x0000003e 
+ 00016449  0x00000d13 rtn  0x00000005 
+ 00016450  0x00000d14 branch  0x000074ca 
+ 00016451  0x00000d18 fetch  0x00000002 , 0x0000430e 
+ 00016452  0x00000d19 copy  0x0000003f , 0x00000006 
+ 00016453  0x00000d1a ifetch  0x00000002 , 0x00000006 
+ 00016454  0x00000d1b store  0x00000002 , 0x0000430a 
+ 00016455  0x00000d1c ifetch  0x00000002 , 0x00000006 
+ 00016456  0x00000d1d call  0x00004038 
+ 00016457  0x00000d1e nrtn  0x00000028 
+ 00016458  0x00000d1f fetcht  0x00000001 , 0x00000048 
+ 00016459  0x00000d20 storet  0x00000002 , 0x0000430c 
+ 00016460  0x00000d21 fetch  0x00000002 , 0x0000430a 
+ 00016461  0x00000d22 increase  0x00000004 , 0x0000003f 
+ 00016462  0x00000d23 isub  0x00000002 , 0x0000003e 
+ 00016463  0x00000d24 branch  0x000074c8 , 0x00000005 
+ 00016464  0x00000d25 fetchr  0x00000039 , 0x00000001 , 0x00000048 
+ 00016465  0x00000d26 arg  0x00000f00 , 0x00000005 
+ 00016466  0x00000d27 fetch  0x00000002 , 0x0000430e 
+ 00016467  0x00000d28 copy  0x0000003f , 0x00000006 
+ 00016468  0x00000d29 call  0x0000740c 
+ 00016469  0x00000d2a branch  0x000074ca 
+ 00016470  0x00000d30 call  0x000074c8 
+ 00016471  0x00000d31 fetch  0x00000002 , 0x0000430c 
+ 00016472  0x00000d32 nrtn  0x00000034 
+ 00016473  0x00000d33 branch  0x000074ca 
+ 00016474  0x00000d36 call  0x00004056 
+ 00016475  0x00000d37 nrtn  0x00000028 
+ 00016476  0x00000d38 fetch  0x00000002 , 0x0000430c 
+ 00016477  0x00000d39 arg  0x00000f00 , 0x00000005 
+ 00016478  0x00000d3a iadd  0x00000005 , 0x00000011 
+ 00016479  0x00000d3b fetcht  0x00000001 , 0x00000048 
+ 00016480  0x00000d3c iadd  0x00000002 , 0x0000003f 
+ 00016481  0x00000d3d store  0x00000002 , 0x0000430c 
+ 00016482  0x00000d3e fetchr  0x00000039 , 0x00000001 , 0x00000048 
+ 00016483  0x00000d3f copy  0x00000011 , 0x00000005 
+ 00016484  0x00000d40 fetch  0x00000002 , 0x0000430e 
+ 00016485  0x00000d41 copy  0x0000003f , 0x00000006 
+ 00016486  0x00000d42 call  0x0000740c 
+ 00016487  0x00000d43 setarg  0x00000f00 
+ 00016488  0x00000d44 store  0x00000002 , 0x0000430e 
+ 00016489  0x00000d45 fetch  0x00000002 , 0x0000430a 
+ 00016490  0x00000d46 increase  0x00000004 , 0x0000003f 
+ 00016491  0x00000d47 fetcht  0x00000002 , 0x0000430c 
+ 00016492  0x00000d48 isub  0x00000002 , 0x0000003e 
+ 00016493  0x00000d49 branch  0x000074c8 , 0x00000005 
+ 00016494  0x00000d4a branch  0x000074ca 
+ 00016495  0x00000d51 call  0x000073c0 
+ 00016496  0x00000d52 arg  0x0000428f , 0x00000005 
+ 00016497  0x00000d53 branch  0x0000457a 
+ 00016498  0x00000d58 fetch  0x00000002 , 0x00004398 
+ 00016499  0x00000d59 branch  0x00007487 
+ 00016500  0x00000d5c bpatchx  0x00000002 , 0x00004020 
+ 00016501  0x00000d5d fetcht  0x00000004 , 0x0000017f 
+ 00016502  0x00000d5e call  0x00003a86 
+ 00016503  0x00000d5f isub  0x00000002 , 0x0000000b 
+ 00016504  0x00000d60 deposit  0x0000000b 
+ 00016505  0x00000d61 fetcht  0x00000002 , 0x00000191 
+ 00016506  0x00000d62 lshift4  0x00000002 , 0x00000002 
+ 00016507  0x00000d63 lshift  0x00000002 , 0x00000002 
+ 00016508  0x00000d64 isub  0x00000002 , 0x0000003f 
+ 00016509  0x00000d65 rtn 
+ 00016510  0x00000d68 call  0x00003a86 
+ 00016511  0x00000d69 store  0x00000004 , 0x0000017f 
+ 00016512  0x00000d6a rtn 
+ 00016513  0x00000d6f bpatchx  0x00000003 , 0x00004020 
+ 00016514  0x00000d70 add  0x00000011 , 0x00000050 , 0x00000006 
+ 00016515  0x00000d71 ifetch  0x00000001 , 0x00000006 
+ 00016516  0x00000d72 call  0x00003d2f 
+ 00016517  0x00000d73 add  0x00000011 , 0x00000002 , 0x00000006 
+ 00016518  0x00000d74 ifetch  0x00000002 , 0x00000006 
+ 00016519  0x00000d75 imul32  0x00000002 , 0x0000003f 
+ 00016520  0x00000d76 fetcht  0x00000002 , 0x0000003f 
+ 00016521  0x00000d77 imul32  0x00000002 , 0x0000003f 
+ 00016522  0x00000d78 arg  0x000f4240 , 0x00000002 
+ 00016523  0x00000d79 idiv  0x00000002 
+ 00016524  0x00000d7a arg  0x00000682 , 0x00000002 
+ 00016525  0x00000d7b fetch  0x00000001 , 0x0000411d 
+ 00016526  0x00000d7c imul32  0x00000002 , 0x00000002 
+ 00016527  0x00000d7d add  0x00000011 , 0x0000002b , 0x00000006 
+ 00016528  0x00000d7e ifetch  0x00000001 , 0x00000006 
+ 00016529  0x00000d7f imul32  0x00000002 , 0x0000003f 
+ 00016530  0x00000d80 iadd  0x00000002 , 0x0000003f 
+ 00016531  0x00000d81 store  0x00000004 , 0x000042f2 
+ 00016532  0x00000d82 fetch  0x00000002 , 0x0000409b 
+ 00016533  0x00000d83 call  0x00007475 
+ 00016534  0x00000d84 quotient  0x00000002 
+ 00016535  0x00000d85 iadd  0x00000002 , 0x0000003f 
+ 00016536  0x00000d86 add  0x00000011 , 0x0000000e , 0x00000005 
+ 00016537  0x00000d87 istore  0x00000002 , 0x00000005 
+ 00016538  0x00000d88 rtn 
+ 00016539  0x00000d8d bpatchx  0x00000004 , 0x00004020 
+ 00016540  0x00000d8e fetch  0x00000002 , 0x00000506 
+ 00016541  0x00000d8f iforce  0x00000012 
+ 00016542  0x00000d90 fetch  0x00000002 , 0x00000508 
+ 00016543  0x00000d91 iforce  0x00000013 
+ 00016544  0x00000d92 fetch  0x00000002 , 0x000042cc 
+ 00016545  0x00000d93 iforce  0x00000006 
+ 00016546  0x00000d94 branch  0x000074c8 
+ 00016547  0x00000d98 ifetch  0x00000002 , 0x00000006 
+ 00016548  0x00000d99 and_into  0x000000ff , 0x0000003f 
+ 00016549  0x00000d9a rtn  0x00000034 
+ 00016550  0x00000d9b isub  0x00000012 , 0x0000003e 
+ 00016551  0x00000d9c nrtn  0x00000002 
+ 00016552  0x00000d9d isub  0x00000013 , 0x0000003e 
+ 00016553  0x00000d9e rtn  0x00000005 
+ 00016554  0x00000d9f branch  0x000040ad , 0x00000002 
+ 00016555  0x00000da0 force  0x00000001 , 0x0000003e 
+ 00016556  0x00000da1 rtn 
+ 00016557  0x00000da3 force  0x00000000 , 0x0000003f 
+ 00016558  0x00000da4 rtn 
+ 00016559  0x00000da9 call  0x000040b2 
+ 00016560  0x00000daa branch  0x000040bf , 0x00000005 
+ 00016561  0x00000dab rtn 
+ 00016562  0x00000dae bpatchx  0x00000005 , 0x00004020 
+ 00016563  0x00000daf fetch  0x00000002 , 0x000042cc 
+ 00016564  0x00000db0 iforce  0x00000006 
+ 00016565  0x00000db2 ifetch  0x00000002 , 0x00000006 
+ 00016566  0x00000db3 and_into  0x000000ff , 0x0000003f 
+ 00016567  0x00000db4 rtn  0x00000034 
+ 00016568  0x00000db5 isub  0x00000002 , 0x0000003e 
+ 00016569  0x00000db6 rtn  0x00000005 
+ 00016570  0x00000db7 ifetch  0x00000001 , 0x00000006 
+ 00016571  0x00000db8 iadd  0x00000006 , 0x00000006 
+ 00016572  0x00000db9 ifetch  0x00000001 , 0x00000006 
+ 00016573  0x00000dba iadd  0x00000006 , 0x00000006 
+ 00016574  0x00000dbb branch  0x000040b5 
+ 00016575  0x00000dbd ifetch  0x00000001 , 0x00000006 
+ 00016576  0x00000dbe iadd  0x00000006 , 0x00000006 
+ 00016577  0x00000dbf rtn 
+ 00016578  0x00000dc4 bpatchx  0x00000006 , 0x00004020 
+ 00016579  0x00000dc5 fetch  0x00000002 , 0x000042cc 
+ 00016580  0x00000dc6 iforce  0x00000006 
+ 00016581  0x00000dc8 ifetch  0x00000002 , 0x00000006 
+ 00016582  0x00000dc9 and_into  0x000000ff , 0x0000003f 
+ 00016583  0x00000dca rtn  0x00000034 
+ 00016584  0x00000dcb ifetch  0x00000001 , 0x00000006 
+ 00016585  0x00000dcc iadd  0x00000006 , 0x00000006 
+ 00016586  0x00000dcd increase  0xfffffffe , 0x00000006 
+ 00016587  0x00000dce ifetch  0x00000002 , 0x00000006 
+ 00016588  0x00000dcf isub  0x00000002 , 0x0000003e 
+ 00016589  0x00000dd0 rtn  0x00000005 
+ 00016590  0x00000dd1 ifetch  0x00000001 , 0x00000006 
+ 00016591  0x00000dd2 iadd  0x00000006 , 0x00000006 
+ 00016592  0x00000dd3 branch  0x000040c5 
+ 00016593  0x00000dd9 fetch  0x00000002 , 0x000042cc 
+ 00016594  0x00000dda iforce  0x00000006 
+ 00016595  0x00000ddc ifetch  0x00000002 , 0x00000006 
+ 00016596  0x00000ddd and_into  0x000000ff , 0x0000003f 
+ 00016597  0x00000dde rtn  0x00000034 
+ 00016598  0x00000ddf add  0x0000003f , 0x00000001 , 0x00000002 
+ 00016599  0x00000de0 ifetch  0x00000001 , 0x00000006 
+ 00016600  0x00000de1 iadd  0x00000006 , 0x00000006 
+ 00016601  0x00000de2 ifetch  0x00000001 , 0x00000006 
+ 00016602  0x00000de3 iadd  0x00000006 , 0x00000006 
+ 00016603  0x00000de4 copy  0x00000006 , 0x00000005 
+ 00016604  0x00000de5 branch  0x000040d3 
+ 00016605  0x00000de9 fetch  0x00000002 , 0x0000051c 
+ 00016606  0x00000dea branch  0x000040e1 
+ 00016607  0x00000ded bpatchx  0x00000007 , 0x00004020 
+ 00016608  0x00000dee fetch  0x00000002 , 0x000042cc 
+ 00016609  0x00000df0 iforce  0x00000006 
+ 00016610  0x00000df2 ifetch  0x00000002 , 0x00000006 
+ 00016611  0x00000df3 and_into  0x000000ff , 0x0000003f 
+ 00016612  0x00000df4 branch  0x000040ec , 0x00000034 
+ 00016613  0x00000df5 isub  0x00000002 , 0x0000003e 
+ 00016614  0x00000df6 branch  0x000040ed , 0x00000005 
+ 00016615  0x00000df7 ifetch  0x00000001 , 0x00000006 
+ 00016616  0x00000df8 iadd  0x00000006 , 0x00000006 
+ 00016617  0x00000df9 ifetch  0x00000001 , 0x00000006 
+ 00016618  0x00000dfa iadd  0x00000006 , 0x00000006 
+ 00016619  0x00000dfb branch  0x000040e2 
+ 00016620  0x00000dfd branch  0x000074d6 
+ 00016621  0x00000e00 ifetch  0x00000001 , 0x00000006 
+ 00016622  0x00000e01 store  0x00000001 , 0x00000522 
+ 00016623  0x00000e02 copy  0x0000003f , 0x00000039 
+ 00016624  0x00000e03 arg  0x00000523 , 0x00000005 
+ 00016625  0x00000e04 call  0x0000740c 
+ 00016626  0x00000e05 ifetch  0x00000001 , 0x00000006 
+ 00016627  0x00000e06 store  0x00000001 , 0x0000051b 
+ 00016628  0x00000e07 call  0x000073c0 
+ 00016629  0x00000e08 branch  0x000074d8 
+ 00016630  0x00000e0c bpatchx  0x00000008 , 0x00004021 
+ 00016631  0x00000e0d call  0x000040f9 
+ 00016632  0x00000e0e branch  0x0000410b 
+ 00016633  0x00000e11 arg  0x00002a00 , 0x00000002 
+ 00016634  0x00000e12 call  0x000040c2 
+ 00016635  0x00000e13 rtn  0x00000034 
+ 00016636  0x00000e14 ifetch  0x00000001 , 0x00000006 
+ 00016637  0x00000e15 copy  0x00000006 , 0x00000005 
+ 00016638  0x00000e16 fetcht  0x00000001 , 0x0000422d 
+ 00016639  0x00000e17 copy  0x00000002 , 0x00000039 
+ 00016640  0x00000e18 isub  0x00000002 , 0x0000003e 
+ 00016641  0x00000e19 nbranch  0x00004108 , 0x00000002 
+ 00016642  0x00000e1a isub  0x00000002 , 0x00000002 
+ 00016643  0x00000e1b arg  0x0000422e , 0x00000006 
+ 00016644  0x00000e1c call  0x0000740c 
+ 00016645  0x00000e1d copy  0x00000002 , 0x00000039 
+ 00016646  0x00000e1e ncall  0x00004143 , 0x00000005 
+ 00016647  0x00000e1f rtn 
+ 00016648  0x00000e21 copy  0x0000003f , 0x00000039 
+ 00016649  0x00000e22 arg  0x0000422e , 0x00000006 
+ 00016650  0x00000e23 branch  0x0000740c 
+ 00016651  0x00000e27 arg  0x0000433f , 0x00000013 
+ 00016652  0x00000e28 arg  0x00004320 , 0x00000011 
+ 00016653  0x00000e29 call  0x00004118 
+ 00016654  0x00000e2a setarg  0x00000000 
+ 00016655  0x00000e2b setflag  0x00000028 , 0x00000000 , 0x0000003f 
+ 00016656  0x00000e2c store  0x00000001 , 0x000004c4 
+ 00016657  0x00000e2d arg  0x0000435f , 0x00000013 
+ 00016658  0x00000e2e arg  0x00004340 , 0x00000011 
+ 00016659  0x00000e2f call  0x00004118 
+ 00016660  0x00000e30 rtn  0x00000028 
+ 00016661  0x00000e31 fetch  0x00000001 , 0x000004c4 
+ 00016662  0x00000e32 branch  0x00003a8a , 0x00000034 
+ 00016663  0x00000e33 rtn 
+ 00016664  0x00000e37 bpatchx  0x00000009 , 0x00004021 
+ 00016665  0x00000e38 call  0x000074c8 
+ 00016666  0x00000e39 call  0x000073f2 
+ 00016667  0x00000e3a arg  0x00000000 , 0x00000012 
+ 00016668  0x00000e3b arg  0x000004f7 , 0x00000005 
+ 00016669  0x00000e3c call  0x00004132 
+ 00016670  0x00000e3d fetch  0x00000001 , 0x0000422d 
+ 00016671  0x00000e3e add  0x0000003f , 0x00000001 , 0x00000002 
+ 00016672  0x00000e3f iadd  0x00000012 , 0x00000011 
+ 00016673  0x00000e40 increase  0x00000002 , 0x00000011 
+ 00016674  0x00000e41 sub  0x00000011 , 0x0000001f , 0x0000003e 
+ 00016675  0x00000e42 nbranch  0x00004130 , 0x00000002 
+ 00016676  0x00000e43 istoret  0x00000001 , 0x00000005 
+ 00016677  0x00000e44 arg  0x00000009 , 0x00000002 
+ 00016678  0x00000e45 istoret  0x00000001 , 0x00000005 
+ 00016679  0x00000e46 iforce  0x00000039 
+ 00016680  0x00000e47 call  0x0000740c 
+ 00016681  0x00000e48 copy  0x00000011 , 0x00000012 
+ 00016682  0x00000e4a deposit  0x00000012 
+ 00016683  0x00000e4b store  0x00000001 , 0x000004f6 
+ 00016684  0x00000e4c arg  0x000004f6 , 0x00000006 
+ 00016685  0x00000e4d setarg  0xffffffe0 
+ 00016686  0x00000e4e iadd  0x00000013 , 0x00000005 
+ 00016687  0x00000e4f branch  0x000073d0 
+ 00016688  0x00000e52 call  0x000074ca 
+ 00016689  0x00000e53 branch  0x0000412a 
+ 00016690  0x00000e56 ifetch  0x00000001 , 0x00000011 
+ 00016691  0x00000e57 rtn  0x00000034 
+ 00016692  0x00000e58 pincrease  0x00000001 
+ 00016693  0x00000e59 ifetcht  0x00000001 , 0x00000006 
+ 00016694  0x00000e5a sub  0x00000002 , 0x00000009 , 0x0000003e 
+ 00016695  0x00000e5b branch  0x00004141 , 0x00000005 
+ 00016696  0x00000e5c iadd  0x00000012 , 0x00000012 
+ 00016697  0x00000e5d copy  0x00000011 , 0x00000006 
+ 00016698  0x00000e5e iforce  0x00000039 
+ 00016699  0x00000e5f call  0x0000740c 
+ 00016700  0x00000e60 copy  0x00000006 , 0x00000011 
+ 00016701  0x00000e62 deposit  0x00000011 
+ 00016702  0x00000e63 isub  0x00000013 , 0x0000003e 
+ 00016703  0x00000e64 rtn  0x00000002 
+ 00016704  0x00000e65 branch  0x00004132 
+ 00016705  0x00000e68 iadd  0x00000011 , 0x00000011 
+ 00016706  0x00000e69 branch  0x0000413d 
+ 00016707  0x00000e6d setarg  0x00000020 
+ 00016708  0x00000e6e istore  0x00000001 , 0x00000005 
+ 00016709  0x00000e6f loop  0x00004143 
+ 00016710  0x00000e70 rtn 
+ 00016711  0x00000e74 bpatchx  0x0000000a , 0x00004021 
+ 00016712  0x00000e75 disable  0x0000002b 
+ 00016713  0x00000e76 branch  0x0000414b , 0x0000002e 
+ 00016714  0x00000e77 nbranch  0x0000415a , 0x0000002d 
+ 00016715  0x00000e79 call  0x00003bce 
+ 00016716  0x00000e7a fetch  0x00000002 , 0x0000409b 
+ 00016717  0x00000e7b store  0x00000002 , 0x00000171 
+ 00016718  0x00000e7c fetch  0x00000001 , 0x000042f6 
+ 00016719  0x00000e7d bbit1  0x00000005 , 0x00003bdc 
+ 00016720  0x00000e7e bmark1  0x0000000f , 0x00003bdc 
+ 00016721  0x00000e7f fetch  0x00000001 , 0x00000048 
+ 00016722  0x00000e80 nbranch  0x00003bdc , 0x00000034 
+ 00016723  0x00000e81 fetch  0x00000001 , 0x0000412c 
+ 00016724  0x00000e82 nbranch  0x00003bdc , 0x00000034 
+ 00016725  0x00000e84 fetch  0x00000001 , 0x00000163 
+ 00016726  0x00000e85 bbit1  0x00000005 , 0x00003bdc 
+ 00016727  0x00000e86 bbit1  0x00000007 , 0x00003bdc 
+ 00016728  0x00000e87 bbit1  0x00000006 , 0x00003bdc 
+ 00016729  0x00000e88 branch  0x00003bc4 
+ 00016730  0x00000e8b fetch  0x00000001 , 0x000040a9 
+ 00016731  0x00000e8c sub  0x0000003f , 0x0000001e , 0x0000003e 
+ 00016732  0x00000e8d nbranch  0x00003bd3 , 0x00000002 
+ 00016733  0x00000e8e fetcht  0x00000002 , 0x0000409b 
+ 00016734  0x00000e8f rshift  0x00000002 , 0x00000002 
+ 00016735  0x00000e90 fetch  0x00000002 , 0x00000171 
+ 00016736  0x00000e91 iadd  0x00000002 , 0x0000003f 
+ 00016737  0x00000e92 store  0x00000002 , 0x00000171 
+ 00016738  0x00000e93 branch  0x00003bd3 
+ 00016739  0x00000e97 arg  0x00000000 , 0x00000007 
+ 00016740  0x00000e98 branch  0x0000417b 
+ 00016741  0x00000e9b arg  0x00000000 , 0x00000007 
+ 00016742  0x00000e9c branch  0x0000417f 
+ 00016743  0x00000e9f arg  0x00000001 , 0x00000007 
+ 00016744  0x00000ea0 branch  0x0000417b 
+ 00016745  0x00000ea3 arg  0x00000001 , 0x00000007 
+ 00016746  0x00000ea4 branch  0x0000417f 
+ 00016747  0x00000ea7 arg  0x00000002 , 0x00000007 
+ 00016748  0x00000ea8 branch  0x0000417b 
+ 00016749  0x00000eab arg  0x00000002 , 0x00000007 
+ 00016750  0x00000eac branch  0x0000417f 
+ 00016751  0x00000eaf arg  0x00000003 , 0x00000007 
+ 00016752  0x00000eb0 branch  0x0000417b 
+ 00016753  0x00000eb3 arg  0x00000003 , 0x00000007 
+ 00016754  0x00000eb4 branch  0x0000417f 
+ 00016755  0x00000eb7 arg  0x00000004 , 0x00000007 
+ 00016756  0x00000eb8 branch  0x0000417b 
+ 00016757  0x00000ebb arg  0x00000004 , 0x00000007 
+ 00016758  0x00000ebc branch  0x0000417f 
+ 00016759  0x00000ebf arg  0x00000005 , 0x00000007 
+ 00016760  0x00000ec0 branch  0x0000417b 
+ 00016761  0x00000ec3 arg  0x00000005 , 0x00000007 
+ 00016762  0x00000ec4 branch  0x0000417f 
+ 00016763  0x00000ec8 fetch  0x00000001 , 0x000042f6 
+ 00016764  0x00000ec9 qset1  0x0000003f 
+ 00016765  0x00000eca store  0x00000001 , 0x000042f6 
+ 00016766  0x00000ecb rtn 
+ 00016767  0x00000ece fetch  0x00000001 , 0x000042f6 
+ 00016768  0x00000ecf qset0  0x0000003f 
+ 00016769  0x00000ed0 store  0x00000001 , 0x000042f6 
+ 00016770  0x00000ed1 rtn 
+ 00016771  0x00000ed4 setarg  0x00112233 
+ 00016772  0x00000ed5 store  0x00000003 , 0x000042f7 
+ 00016773  0x00000ed6 setarg  0x00445566 
+ 00016774  0x00000ed7 istore  0x00000003 , 0x00000005 
+ 00016775  0x00000ed8 setarg  0x00778899 
+ 00016776  0x00000ed9 istore  0x00000003 , 0x00000005 
+ 00016777  0x00000eda setarg  0x00001122 
+ 00016778  0x00000edb istore  0x00000003 , 0x00000005 
+ 00016779  0x00000edc setarg  0x00334455 
+ 00016780  0x00000edd istore  0x00000003 , 0x00000005 
+ 00016781  0x00000ede setarg  0x00000066 
+ 00016782  0x00000edf istore  0x00000001 , 0x00000005 
+ 00016783  0x00000ee0 rtn 
+ 00016784  0x00000ee4 setarg  0x01000302 
+ 00016785  0x00000ee5 store  0x00000004 , 0x00004286 
+ 00016786  0x00000ee6 setarg  0x00010010 
+ 00016787  0x00000ee7 store  0x00000003 , 0x0000428a 
+ 00016788  0x00000ee8 jam  0x00000001 , 0x000042d3 
+ 00016789  0x00000ee9 rtn 
+ 00016790  0x00000eee arg  0x00000000 , 0x00000011 
+ 00016791  0x00000eef arg  0x00000001 , 0x00000001 
+ 00016792  0x00000ef0 branch  0x000041a9 
+ 00016793  0x00000ef5 bpatchx  0x0000000b , 0x00004021 
+ 00016794  0x00000ef6 arg  0x00000003 , 0x00000001 
+ 00016795  0x00000ef7 call  0x000041a9 
+ 00016796  0x00000ef8 copy  0x00000012 , 0x0000003f 
+ 00016797  0x00000ef9 istore  0x00000001 , 0x00000005 
+ 00016798  0x00000efa rtn 
+ 00016799  0x00000eff bpatchx  0x0000000c , 0x00004021 
+ 00016800  0x00000f00 force  0x00000002 , 0x00000001 
+ 00016801  0x00000f01 increase  0x00000004 , 0x00000011 
+ 00016802  0x00000f02 call  0x000041a9 
+ 00016803  0x00000f03 increase  0xfffffffc , 0x00000011 
+ 00016804  0x00000f04 copy  0x00000011 , 0x0000003f 
+ 00016805  0x00000f05 istore  0x00000002 , 0x00000005 
+ 00016806  0x00000f06 copy  0x00000012 , 0x0000003f 
+ 00016807  0x00000f07 istore  0x00000002 , 0x00000005 
+ 00016808  0x00000f08 rtn 
+ 00016809  0x00000f0d bpatchx  0x0000000d , 0x00004021 
+ 00016810  0x00000f0e increase  0x00000005 , 0x00000011 
+ 00016811  0x00000f0f call  0x0000667e 
+ 00016812  0x00000f10 increase  0xfffffffb , 0x00000011 
+ 00016813  0x00000f11 copy  0x00000011 , 0x0000003f 
+ 00016814  0x00000f12 istore  0x00000002 , 0x00000005 
+ 00016815  0x00000f13 setarg  0x00000000 
+ 00016816  0x00000f14 istore  0x00000002 , 0x00000005 
+ 00016817  0x00000f15 copy  0x00000001 , 0x0000003f 
+ 00016818  0x00000f16 istore  0x00000001 , 0x00000005 
+ 00016819  0x00000f17 rtn 
+ 00016820  0x00000f1b bpatchx  0x0000000e , 0x00004021 
+ 00016821  0x00000f1c call  0x000066b8 
+ 00016822  0x00000f1d copy  0x0000003f , 0x00000006 
+ 00016823  0x00000f1e rtn 
+ 00016824  0x00000f21 fetch  0x00000002 , 0x000043fb 
+ 00016825  0x00000f22 rtn 
+ 00016826  0x00000f25 call  0x000041bd 
+ 00016827  0x00000f26 copy  0x0000003f , 0x00000006 
+ 00016828  0x00000f27 rtn 
+ 00016829  0x00000f2b fetch  0x00000002 , 0x000043fe 
+ 00016830  0x00000f2c rtn 
+ 00016831  0x00000f30 call  0x000041b4 
+ 00016832  0x00000f31 increase  0x00000005 , 0x00000006 
+ 00016833  0x00000f32 rtn 
+ 00016834  0x00000f35 call  0x000041b4 
+ 00016835  0x00000f36 increase  0x00000009 , 0x00000006 
+ 00016836  0x00000f37 rtn 
+ 00016837  0x00000f3a call  0x000041ba 
+ 00016838  0x00000f3b increase  0x00000009 , 0x00000006 
+ 00016839  0x00000f3c rtn 
+ 00016840  0x00000f3f call  0x000041ba 
+ 00016841  0x00000f40 increase  0x00000005 , 0x00000006 
+ 00016842  0x00000f41 rtn 
+ 00016843  0x00000f45 branch  0x000066ce 
+ 00016844  0x00000f49 branch  0x000066d1 
+ 00016845  0x00000f4d branch  0x000066d4 
+ 00016846  0x00000f51 branch  0x000066bd 
+ 00016847  0x00000f55 store  0x00000008 , 0x00004384 
+ 00016848  0x00000f56 branch  0x000041e0 
+ 00016849  0x00000f5a and  0x00000002 , 0x000000ff , 0x00000011 
+ 00016850  0x00000f5b call  0x000041d6 
+ 00016851  0x00000f5c rshift8  0x00000002 , 0x00000011 
+ 00016852  0x00000f5f storer  0x00000011 , 0x00000001 , 0x0000437b 
+ 00016853  0x00000f60 branch  0x000041d7 
+ 00016854  0x00000f63 storer  0x00000011 , 0x00000001 , 0x0000437a 
+ 00016855  0x00000f65 isolate1  0x00000001 , 0x00000011 
+ 00016856  0x00000f66 call  0x000041dc , 0x00000001 
+ 00016857  0x00000f67 isolate1  0x00000002 , 0x00000011 
+ 00016858  0x00000f68 call  0x000041de , 0x00000001 
+ 00016859  0x00000f69 rtn 
+ 00016860  0x00000f6e arg  0x00000008 , 0x00000007 
+ 00016861  0x00000f6f branch  0x000041e1 
+ 00016862  0x00000f73 arg  0x0000000b , 0x00000007 
+ 00016863  0x00000f74 branch  0x000041e1 
+ 00016864  0x00000f77 arg  0x00000005 , 0x00000007 
+ 00016865  0x00000f7a fetch  0x00000008 , 0x00004372 
+ 00016866  0x00000f7b qset1  0x0000003f 
+ 00016867  0x00000f7c store  0x00000008 , 0x00004372 
+ 00016868  0x00000f7d rtn 
+ 00016869  0x00000f80 call  0x00004167 
+ 00016870  0x00000f81 call  0x00004190 
+ 00016871  0x00000f82 call  0x00004183 
+ 00016872  0x00000f83 branch  0x0000416f 
+ 00016873  0x00000f89 jam  0x00000001 , 0x00000198 
+ 00016874  0x00000f8a jam  0x00000001 , 0x00000199 
+ 00016875  0x00000f8b call  0x00003cf9 
+ 00016876  0x00000f8c call  0x000041ef 
+ 00016877  0x00000f8d call  0x0000426c 
+ 00016878  0x00000f8e branch  0x00003d00 
+ 00016879  0x00000f91 bpatchx  0x0000000f , 0x00004021 
+ 00016880  0x00000f92 fetch  0x00000001 , 0x0000431a 
+ 00016881  0x00000f93 rtnne  0x00000001 
+ 00016882  0x00000f94 arg  0x00000002 , 0x00000007 
+ 00016883  0x00000f95 call  0x0000742e 
+ 00016884  0x00000f96 nrtn  0x00000034 
+ 00016885  0x00000f97 fetch  0x00000002 , 0x0000431b 
+ 00016886  0x00000f98 fetcht  0x00000002 , 0x0000431d 
+ 00016887  0x00000f99 isub  0x00000002 , 0x0000003f 
+ 00016888  0x00000f9a arg  0x00000002 , 0x00000007 
+ 00016889  0x00000f9b call  0x00007420 
+ 00016890  0x00000f9c disable  0x00000029 
+ 00016891  0x00000f9d call  0x00004296 
+ 00016892  0x00000f9e call  0x0000420e 
+ 00016893  0x00000f9f nrtn  0x0000002d 
+ 00016894  0x00000fa0 bpatchx  0x00000010 , 0x00004022 
+ 00016895  0x00000fa1 fetch  0x00000006 , 0x00000049 
+ 00016896  0x00000fa2 store  0x00000006 , 0x00000173 
+ 00016897  0x00000fa5 fetch  0x00000001 , 0x00000002 
+ 00016898  0x00000fa6 increase  0x00000001 , 0x0000003f 
+ 00016899  0x00000fa7 store  0x00000001 , 0x00000002 
+ 00016900  0x00000fa8 call  0x00004215 
+ 00016901  0x00000fa9 rtn  0x00000029 
+ 00016902  0x00000faa call  0x000042bd 
+ 00016903  0x00000fab nrtn  0x0000002d 
+ 00016904  0x00000fac fetch  0x00000001 , 0x00000004 
+ 00016905  0x00000fad increase  0x00000001 , 0x0000003f 
+ 00016906  0x00000fae store  0x00000001 , 0x00000004 
+ 00016907  0x00000faf fetch  0x00000009 , 0x0000004f 
+ 00016908  0x00000fb0 store  0x00000009 , 0x000004f6 
+ 00016909  0x00000fb1 rtn 
+ 00016910  0x00000fb5 bpatchx  0x00000011 , 0x00004022 
+ 00016911  0x00000fb6 call  0x00004308 
+ 00016912  0x00000fb7 call  0x00003d92 
+ 00016913  0x00000fb8 fetch  0x00000001 , 0x00000001 
+ 00016914  0x00000fb9 increase  0x00000001 , 0x0000003f 
+ 00016915  0x00000fba store  0x00000001 , 0x00000001 
+ 00016916  0x00000fbb rtn 
+ 00016917  0x00000fbf bpatchx  0x00000012 , 0x00004022 
+ 00016918  0x00000fc0 fetch  0x00000001 , 0x000001b7 
+ 00016919  0x00000fc1 rtnne  0x0000001b 
+ 00016920  0x00000fc2 fetch  0x00000006 , 0x00000173 
+ 00016921  0x00000fc3 fetcht  0x00000006 , 0x000042a1 
+ 00016922  0x00000fc4 isub  0x00000002 , 0x0000003e 
+ 00016923  0x00000fc5 nrtn  0x00000005 
+ 00016924  0x00000fc6 call  0x00003853 
+ 00016925  0x00000fc7 nrtn  0x00000005 
+ 00016926  0x00000fc8 call  0x00004225 
+ 00016927  0x00000fc9 call  0x00003c59 
+ 00016928  0x00000fca jam  0x00000000 , 0x0000410d 
+ 00016929  0x00000fcb jam  0x00000000 , 0x000001b3 
+ 00016930  0x00000fcc jam  0x00000000 , 0x0000431a 
+ 00016931  0x00000fcd jam  0x00000000 , 0x000001b7 
+ 00016932  0x00000fce branch  0x0000383e 
+ 00016933  0x00000fd1 bpatchx  0x00000013 , 0x00004022 
+ 00016934  0x00000fd2 force  0xffffffff , 0x0000003f 
+ 00016935  0x00000fd3 setsect  0x00000002 , 0x00000001 
+ 00016936  0x00000fd4 store  0x00000005 , 0x00000193 
+ 00016937  0x00000fd5 arg  0x00000163 , 0x00000011 
+ 00016938  0x00000fd6 call  0x00003d68 
+ 00016939  0x00000fd7 force  0x00000004 , 0x00000039 
+ 00016940  0x00000fd8 arg  0x00000187 , 0x00000005 
+ 00016941  0x00000fd9 call  0x000074e4 
+ 00016942  0x00000fda fetch  0x00000002 , 0x000042ae 
+ 00016943  0x00000fdb store  0x00000002 , 0x00000191 
+ 00016944  0x00000fdd random  0x0000003f 
+ 00016945  0x00000fde and_into  0x0000000f , 0x0000003f 
+ 00016946  0x00000fdf sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00016947  0x00000fe0 branch  0x00004230 , 0x00000002 
+ 00016948  0x00000fe1 store  0x00000001 , 0x0000017c 
+ 00016949  0x00000fe3 bpatchx  0x00000014 , 0x00004022 
+ 00016950  0x00000fe4 fetcht  0x00000002 , 0x00004127 
+ 00016951  0x00000fe5 storet  0x00000002 , 0x00000165 
+ 00016952  0x00000fe6 copy  0x00000002 , 0x00000013 
+ 00016953  0x00000fe7 add  0x00000022 , 0x00000007 , 0x0000003f 
+ 00016954  0x00000fe8 idiv  0x00000013 
+ 00016955  0x00000fe9 call  0x00007475 
+ 00016956  0x00000fea remainder  0x00000011 
+ 00016957  0x00000feb isub  0x00000011 , 0x0000003f 
+ 00016958  0x00000fec iadd  0x00000013 , 0x0000003f 
+ 00016959  0x00000fed fetcht  0x00000002 , 0x00004125 
+ 00016960  0x00000fee iadd  0x00000002 , 0x0000003f 
+ 00016961  0x00000fef store  0x00000004 , 0x00000167 
+ 00016962  0x00000ff0 isub  0x00000022 , 0x00000011 
+ 00016963  0x00000ff1 increase  0xfffffffa , 0x00000011 
+ 00016964  0x00000ff2 arg  0x00002205 , 0x00000012 
+ 00016965  0x00000ff3 fetch  0x00000001 , 0x000042a7 
+ 00016966  0x00000ff4 nsetflag  0x00000034 , 0x00000006 , 0x00000012 
+ 00016967  0x00000ff5 fetch  0x00000001 , 0x000042a0 
+ 00016968  0x00000ff6 nsetflag  0x00000034 , 0x00000007 , 0x00000012 
+ 00016969  0x00000ff7 copy  0x00000012 , 0x0000003f 
+ 00016970  0x00000ff8 store  0x00000002 , 0x0000412b 
+ 00016971  0x00000ff9 fetch  0x00000006 , 0x000042b0 
+ 00016972  0x00000ffa istore  0x00000006 , 0x00000005 
+ 00016973  0x00000ffb fetch  0x00000006 , 0x00000173 
+ 00016974  0x00000ffc istore  0x00000006 , 0x00000005 
+ 00016975  0x00000ffd fetch  0x00000004 , 0x00000187 
+ 00016976  0x00000ffe istore  0x00000004 , 0x00000005 
+ 00016977  0x00000fff random  0x0000003f 
+ 00016978  0x00001000 istore  0x00000002 , 0x00000005 
+ 00016979  0x00001001 random  0x0000003f 
+ 00016980  0x00001002 istore  0x00000001 , 0x00000005 
+ 00016981  0x00001003 force  0x00000002 , 0x0000003f 
+ 00016982  0x00001004 istore  0x00000001 , 0x00000005 
+ 00016983  0x00001005 rshift2  0x00000011 , 0x0000003f 
+ 00016984  0x00001006 istore  0x00000002 , 0x00000005 
+ 00016985  0x00001007 rshift2  0x00000013 , 0x0000003f 
+ 00016986  0x00001008 istore  0x00000002 , 0x00000005 
+ 00016987  0x00001009 bpatchx  0x00000015 , 0x00004022 
+ 00016988  0x0000100a setarg  0x00000000 
+ 00016989  0x0000100b istore  0x00000002 , 0x00000005 
+ 00016990  0x0000100c fetch  0x00000002 , 0x000042ae 
+ 00016991  0x0000100d istore  0x00000002 , 0x00000005 
+ 00016992  0x0000100e fetch  0x00000005 , 0x00000193 
+ 00016993  0x0000100f istore  0x00000005 , 0x00000005 
+ 00016994  0x00001010 fetch  0x00000001 , 0x0000017c 
+ 00016995  0x00001011 arg  0x000000a0 , 0x00000002 
+ 00016996  0x00001012 ior  0x00000002 , 0x0000003f 
+ 00016997  0x00001013 istore  0x00000001 , 0x00000005 
+ 00016998  0x00001014 call  0x00003e82 
+ 00016999  0x00001015 setarg  0x0000412b 
+ 00017000  0x00001016 add  0x0000003f , 0x00000012 , 0x00000006 
+ 00017001  0x00001017 ifetch  0x00000003 , 0x00000006 
+ 00017002  0x00001018 store  0x00000003 , 0x0000018b 
+ 00017003  0x00001019 rtn 
+ 00017004  0x0000101d jam  0x00000024 , 0x00000007 
+ 00017005  0x0000101e jam  0x00000000 , 0x000004f6 
+ 00017006  0x0000101f call  0x00004290 
+ 00017007  0x00001020 call  0x00004271 
+ 00017008  0x00001021 branch  0x00004293 
+ 00017009  0x00001024 bpatchx  0x00000016 , 0x00004022 
+ 00017010  0x00001025 fetch  0x00000001 , 0x0000435f 
+ 00017011  0x00001026 rtn  0x00000034 
+ 00017012  0x00001027 arg  0x00000000 , 0x00000007 
+ 00017013  0x00001028 call  0x0000742e 
+ 00017014  0x00001029 nrtn  0x00000034 
+ 00017015  0x0000102a enable  0x00000010 
+ 00017016  0x0000102b call  0x00004296 
+ 00017017  0x0000102c call  0x00004308 
+ 00017018  0x0000102d call  0x0000429f 
+ 00017019  0x0000102e nbranch  0x00004283 , 0x0000002d 
+ 00017020  0x0000102f fetch  0x00000001 , 0x00000003 
+ 00017021  0x00001030 increase  0x00000001 , 0x0000003f 
+ 00017022  0x00001031 store  0x00000001 , 0x00000003 
+ 00017023  0x00001032 fetch  0x00000001 , 0x00000047 
+ 00017024  0x00001033 and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00017025  0x00001034 beq  0x00000003 , 0x000042ce 
+ 00017026  0x00001035 beq  0x00000005 , 0x000042e0 
+ 00017027  0x00001037 bpatchx  0x00000017 , 0x00004022 
+ 00017028  0x00001038 fetch  0x00000001 , 0x000004f6 
+ 00017029  0x00001039 fetcht  0x00000001 , 0x0000436a 
+ 00017030  0x0000103a isub  0x00000002 , 0x0000003e 
+ 00017031  0x0000103b nbranch  0x00004271 , 0x00000005 
+ 00017032  0x0000103c random  0x0000003f 
+ 00017033  0x0000103d arg  0x000001ff , 0x00000002 
+ 00017034  0x0000103e iand  0x00000002 , 0x0000003f 
+ 00017035  0x0000103f add  0x0000003f , 0x000000fa , 0x0000003f 
+ 00017036  0x00001040 call  0x000073d4 
+ 00017037  0x00001041 arg  0x00000000 , 0x00000007 
+ 00017038  0x00001042 fetch  0x00000002 , 0x00004360 
+ 00017039  0x00001043 branch  0x00007420 
+ 00017040  0x00001046 arg  0x00000506 , 0x00000005 
+ 00017041  0x00001047 arg  0x0000412b , 0x00000006 
+ 00017042  0x00001048 branch  0x000073cf 
+ 00017043  0x0000104b arg  0x00000506 , 0x00000006 
+ 00017044  0x0000104c arg  0x0000412b , 0x00000005 
+ 00017045  0x0000104d branch  0x000073cf 
+ 00017046  0x00001050 bpatchx  0x00000018 , 0x00004023 
+ 00017047  0x00001051 disable  0x00000029 
+ 00017048  0x00001053 setarg  0x008e89be 
+ 00017049  0x00001054 lshift8  0x0000003f , 0x0000003f 
+ 00017050  0x00001055 or_into  0x000000d6 , 0x0000003f 
+ 00017051  0x00001056 iforce  0x00000009 
+ 00017052  0x00001057 setarg  0x00555555 
+ 00017053  0x00001058 store  0x00000003 , 0x0000018b 
+ 00017054  0x00001059 rtn 
+ 00017055  0x0000105e bpatchx  0x00000019 , 0x00004023 
+ 00017056  0x0000105f fetch  0x00000001 , 0x00004362 
+ 00017057  0x00001060 fetcht  0x00000001 , 0x00004363 
+ 00017058  0x00001061 lshift4  0x00000002 , 0x00000002 
+ 00017059  0x00001062 lshift2  0x00000002 , 0x00000002 
+ 00017060  0x00001063 iadd  0x00000002 , 0x00000002 
+ 00017061  0x00001064 storet  0x00000001 , 0x0000412b 
+ 00017062  0x00001065 beq  0x00000001 , 0x000042b0 
+ 00017063  0x00001066 fetcht  0x00000001 , 0x0000431f 
+ 00017064  0x00001067 add  0x00000002 , 0x00000006 , 0x0000003f 
+ 00017065  0x00001068 store  0x00000001 , 0x0000412c 
+ 00017066  0x00001069 fetch  0x00000006 , 0x000042b0 
+ 00017067  0x0000106a store  0x00000006 , 0x0000412d 
+ 00017068  0x0000106b copy  0x00000002 , 0x00000039 
+ 00017069  0x0000106c arg  0x00004320 , 0x00000006 
+ 00017070  0x0000106d call  0x0000740c 
+ 00017071  0x0000106e branch  0x000042b6 
+ 00017072  0x00001071 setarg  0x0000000c 
+ 00017073  0x00001072 store  0x00000001 , 0x0000412c 
+ 00017074  0x00001073 fetch  0x00000006 , 0x000042b0 
+ 00017075  0x00001074 store  0x00000006 , 0x0000412d 
+ 00017076  0x00001075 fetch  0x00000006 , 0x0000410f 
+ 00017077  0x00001076 istore  0x00000006 , 0x00000005 
+ 00017078  0x00001078 bpatchx  0x0000001a , 0x00004023 
+ 00017079  0x00001079 fetch  0x00000001 , 0x00000000 
+ 00017080  0x0000107a increase  0x00000001 , 0x0000003f 
+ 00017081  0x0000107b store  0x00000001 , 0x00000000 
+ 00017082  0x0000107c arg  0x00000708 , 0x0000001b 
+ 00017083  0x0000107d disable  0x0000002d 
+ 00017084  0x0000107e branch  0x00003e6d 
+ 00017085  0x00001082 bpatchx  0x0000001b , 0x00004023 
+ 00017086  0x00001083 fetch  0x00000001 , 0x0000436b 
+ 00017087  0x00001084 rtnne  0x00000001 
+ 00017088  0x00001085 fetch  0x00000001 , 0x00000000 
+ 00017089  0x00001086 increase  0x00000001 , 0x0000003f 
+ 00017090  0x00001087 store  0x00000001 , 0x00000000 
+ 00017091  0x00001088 arg  0x00000c03 , 0x00000002 
+ 00017092  0x00001089 fetch  0x00000001 , 0x0000436c 
+ 00017093  0x0000108a nsetflag  0x00000034 , 0x00000006 , 0x00000002 
+ 00017094  0x0000108b copy  0x00000011 , 0x0000003f 
+ 00017095  0x0000108c nsetflag  0x00000034 , 0x00000007 , 0x00000002 
+ 00017096  0x0000108d storet  0x00000002 , 0x0000412b 
+ 00017097  0x0000108e fetch  0x00000006 , 0x000042b0 
+ 00017098  0x0000108f istore  0x00000006 , 0x00000005 
+ 00017099  0x00001090 fetch  0x00000006 , 0x00000173 
+ 00017100  0x00001091 istore  0x00000006 , 0x00000005 
+ 00017101  0x00001092 branch  0x00003e6d 
+ 00017102  0x00001095 fetch  0x00000006 , 0x0000004f 
+ 00017103  0x00001096 fetcht  0x00000006 , 0x000042b0 
+ 00017104  0x00001097 isub  0x00000002 , 0x0000003e 
+ 00017105  0x00001098 nrtn  0x00000005 
+ 00017106  0x00001099 arg  0x00000004 , 0x00000002 
+ 00017107  0x0000109a fetch  0x00000001 , 0x00004363 
+ 00017108  0x0000109b nsetflag  0x00000034 , 0x00000006 , 0x00000002 
+ 00017109  0x0000109c storet  0x00000001 , 0x0000412b 
+ 00017110  0x0000109d fetcht  0x00000001 , 0x0000433f 
+ 00017111  0x0000109e add  0x00000002 , 0x00000006 , 0x0000003f 
+ 00017112  0x0000109f store  0x00000001 , 0x0000412c 
+ 00017113  0x000010a0 fetch  0x00000006 , 0x000042b0 
+ 00017114  0x000010a1 store  0x00000006 , 0x0000412d 
+ 00017115  0x000010a2 arg  0x00004340 , 0x00000006 
+ 00017116  0x000010a3 copy  0x00000002 , 0x00000039 
+ 00017117  0x000010a4 call  0x0000740c 
+ 00017118  0x000010a5 call  0x00003e82 
+ 00017119  0x000010a6 branch  0x00004283 
+ 00017120  0x000010a9 fetch  0x00000006 , 0x0000004f 
+ 00017121  0x000010aa fetcht  0x00000006 , 0x000042b0 
+ 00017122  0x000010ab isub  0x00000002 , 0x0000003e 
+ 00017123  0x000010ac nrtn  0x00000005 
+ 00017124  0x000010ad call  0x00003fad 
+ 00017125  0x000010ae storer  0x00000011 , 0x00000001 , 0x000042a0 
+ 00017126  0x000010af fetch  0x00000006 , 0x00000049 
+ 00017127  0x000010b0 store  0x00000006 , 0x00000173 
+ 00017128  0x000010b1 fetch  0x00000008 , 0x00000055 
+ 00017129  0x000010b2 store  0x00000008 , 0x00000187 
+ 00017130  0x000010b3 fetcht  0x00000002 , 0x0000005d 
+ 00017131  0x000010b4 bpatchx  0x0000001c , 0x00004023 
+ 00017132  0x000010b5 lshift2  0x00000002 , 0x00000002 
+ 00017133  0x000010b6 fetch  0x00000002 , 0x0000005f 
+ 00017134  0x000010b7 lshift2  0x0000003f , 0x0000003f 
+ 00017135  0x000010b8 store  0x00000002 , 0x00000165 
+ 00017136  0x000010b9 store  0x00000004 , 0x00000167 
+ 00017137  0x000010ba isub  0x00000002 , 0x0000003f 
+ 00017138  0x000010bb add  0x0000003f , 0xfffffffe , 0x00000028 
+ 00017139  0x000010bc fetch  0x00000009 , 0x00000061 
+ 00017140  0x000010bd store  0x00000009 , 0x0000018f 
+ 00017141  0x000010be fetch  0x00000001 , 0x0000006a 
+ 00017142  0x000010bf and  0x0000003f , 0x0000001f , 0x00000002 
+ 00017143  0x000010c0 storet  0x00000001 , 0x0000017c 
+ 00017144  0x000010c1 rshift4  0x0000003f , 0x00000002 
+ 00017145  0x000010c2 rshift  0x00000002 , 0x00000002 
+ 00017146  0x000010c3 storet  0x00000001 , 0x000001b3 
+ 00017147  0x000010c4 arg  0x00000163 , 0x00000011 
+ 00017148  0x000010c5 call  0x00004081 
+ 00017149  0x000010c6 arg  0x00000163 , 0x00000011 
+ 00017150  0x000010c7 call  0x00003d68 
+ 00017151  0x000010c8 call  0x00003c65 
+ 00017152  0x000010c9 call  0x00003853 
+ 00017153  0x000010ca nrtn  0x00000005 
+ 00017154  0x000010cb bpatchx  0x0000001d , 0x00004023 
+ 00017155  0x000010cc call  0x000038f3 
+ 00017156  0x000010cd call  0x000045d4 
+ 00017157  0x000010ce jam  0x00000014 , 0x000004c3 
+ 00017158  0x000010cf call  0x00006f7b 
+ 00017159  0x000010d0 branch  0x0000383e 
+ 00017160  0x000010d4 bpatchx  0x0000001e , 0x00004023 
+ 00017161  0x000010d5 fetch  0x00000001 , 0x00000007 
+ 00017162  0x000010d6 beq  0x00000025 , 0x0000430e 
+ 00017163  0x000010d7 beq  0x00000026 , 0x00004314 
+ 00017164  0x000010d8 beq  0x00000027 , 0x0000431a 
+ 00017165  0x000010d9 branch  0x0000431a 
+ 00017166  0x000010dc fetcht  0x00000001 , 0x0000436a 
+ 00017167  0x000010dd isolate1  0x00000001 , 0x00000002 
+ 00017168  0x000010de branch  0x00004325 , 0x00000001 
+ 00017169  0x000010df isolate1  0x00000002 , 0x00000002 
+ 00017170  0x000010e0 branch  0x0000432a , 0x00000001 
+ 00017171  0x000010e1 branch  0x00004320 
+ 00017172  0x000010e5 fetcht  0x00000001 , 0x0000436a 
+ 00017173  0x000010e6 isolate1  0x00000002 , 0x00000002 
+ 00017174  0x000010e7 branch  0x0000432a , 0x00000001 
+ 00017175  0x000010e8 isolate1  0x00000000 , 0x00000002 
+ 00017176  0x000010e9 branch  0x00004320 , 0x00000001 
+ 00017177  0x000010ea branch  0x00004325 
+ 00017178  0x000010ee fetcht  0x00000001 , 0x0000436a 
+ 00017179  0x000010ef isolate1  0x00000000 , 0x00000002 
+ 00017180  0x000010f0 branch  0x00004320 , 0x00000001 
+ 00017181  0x000010f1 isolate1  0x00000001 , 0x00000002 
+ 00017182  0x000010f2 branch  0x00004325 , 0x00000001 
+ 00017183  0x000010f3 branch  0x0000432a 
+ 00017184  0x000010f6 jam  0x00000025 , 0x00000007 
+ 00017185  0x000010f7 fetch  0x00000001 , 0x000004f6 
+ 00017186  0x000010f8 set1  0x00000000 , 0x0000003f 
+ 00017187  0x000010f9 store  0x00000001 , 0x000004f6 
+ 00017188  0x000010fa rtn 
+ 00017189  0x000010fd jam  0x00000026 , 0x00000007 
+ 00017190  0x000010fe fetch  0x00000001 , 0x000004f6 
+ 00017191  0x000010ff set1  0x00000001 , 0x0000003f 
+ 00017192  0x00001100 store  0x00000001 , 0x000004f6 
+ 00017193  0x00001101 rtn 
+ 00017194  0x00001104 jam  0x00000027 , 0x00000007 
+ 00017195  0x00001105 fetch  0x00000001 , 0x000004f6 
+ 00017196  0x00001106 set1  0x00000002 , 0x0000003f 
+ 00017197  0x00001107 store  0x00000001 , 0x000004f6 
+ 00017198  0x00001108 rtn 
+ 00017199  0x0000110e ifetch  0x00000003 , 0x00000006 
+ 00017200  0x0000110f store  0x00000003 , 0x0000436e 
+ 00017201  0x00001111 beq  0x00000002 , 0x00004346 
+ 00017202  0x00001112 beq  0x00000003 , 0x0000434e 
+ 00017203  0x00001113 beq  0x00000004 , 0x00004351 
+ 00017204  0x00001114 beq  0x00000006 , 0x0000437a 
+ 00017205  0x00001115 beq  0x00000008 , 0x000043c7 
+ 00017206  0x00001116 beq  0x0000000a , 0x00004445 
+ 00017207  0x00001117 beq  0x0000000c , 0x00004474 
+ 00017208  0x00001118 beq  0x00000010 , 0x0000448a 
+ 00017209  0x00001119 beq  0x00000012 , 0x000044cd 
+ 00017210  0x0000111a beq  0x00000016 , 0x000044f3 
+ 00017211  0x0000111b beq  0x00000018 , 0x00004506 
+ 00017212  0x0000111c beq  0x0000001e , 0x0000450b 
+ 00017213  0x0000111d beq  0x00000052 , 0x0000450f 
+ 00017214  0x0000111e rtn 
+ 00017215  0x00001122 force  0x00000003 , 0x00000011 
+ 00017216  0x00001123 call  0x00004535 
+ 00017217  0x00001124 setarg  0x00000002 
+ 00017218  0x00001125 istore  0x00000001 , 0x00000005 
+ 00017219  0x00001126 fetch  0x00000002 , 0x000042b6 
+ 00017220  0x00001127 istore  0x00000002 , 0x00000005 
+ 00017221  0x00001128 rtn 
+ 00017222  0x0000112c call  0x0000434e 
+ 00017223  0x0000112e force  0x00000003 , 0x00000011 
+ 00017224  0x0000112f call  0x00004535 
+ 00017225  0x00001130 setarg  0x00000003 
+ 00017226  0x00001131 istore  0x00000001 , 0x00000005 
+ 00017227  0x00001132 fetch  0x00000002 , 0x000042b6 
+ 00017228  0x00001133 istore  0x00000002 , 0x00000005 
+ 00017229  0x00001134 rtn 
+ 00017230  0x00001137 rshift8  0x0000003f , 0x0000003f 
+ 00017231  0x00001138 store  0x00000002 , 0x000042b8 
+ 00017232  0x00001139 rtn 
+ 00017233  0x0000113c call  0x00004569 
+ 00017234  0x0000113d call  0x000074c8 
+ 00017235  0x0000113e branch  0x00004354 
+ 00017236  0x00001141 arg  0x00000003 , 0x0000000b 
+ 00017237  0x00001142 call  0x0000409b 
+ 00017238  0x00001144 call  0x000040a3 
+ 00017239  0x00001145 branch  0x00004378 , 0x00000034 
+ 00017240  0x00001146 nbranch  0x00004375 , 0x00000002 
+ 00017241  0x00001147 increase  0xfffffffe , 0x00000006 
+ 00017242  0x00001148 call  0x000073c0 
+ 00017243  0x00001149 call  0x000073b7 
+ 00017244  0x0000114a nbranch  0x00004368 , 0x00000028 
+ 00017245  0x0000114b call  0x000073a4 
+ 00017246  0x0000114c call  0x000074ca 
+ 00017247  0x0000114d storer  0x0000000b , 0x00000004 , 0x000004d4 
+ 00017248  0x0000114e force  0x00000014 , 0x00000011 
+ 00017249  0x0000114f call  0x00004535 
+ 00017250  0x00001150 fetchr  0x0000000b , 0x00000004 , 0x000004d4 
+ 00017251  0x00001151 call  0x000073b3 
+ 00017252  0x00001152 setarg  0x00000005 
+ 00017253  0x00001153 istore  0x00000001 , 0x00000005 
+ 00017254  0x00001154 setarg  0x00000001 
+ 00017255  0x00001155 istore  0x00000001 , 0x00000005 
+ 00017256  0x00001157 call  0x000073ba 
+ 00017257  0x00001158 ifetch  0x00000002 , 0x00000006 
+ 00017258  0x00001159 and_into  0x000000ff , 0x0000003f 
+ 00017259  0x0000115a istore  0x00000002 , 0x00000005 
+ 00017260  0x0000115b ifetch  0x00000001 , 0x00000006 
+ 00017261  0x0000115c copy  0x0000003f , 0x00000039 
+ 00017262  0x0000115d call  0x00007419 
+ 00017263  0x0000115e call  0x000073bd 
+ 00017264  0x0000115f increase  0xffffffff , 0x0000000b 
+ 00017265  0x00001160 branch  0x00004378 , 0x00000005 
+ 00017266  0x00001162 ifetch  0x00000001 , 0x00000006 
+ 00017267  0x00001163 iadd  0x00000006 , 0x00000006 
+ 00017268  0x00001164 branch  0x00004356 
+ 00017269  0x00001166 ifetch  0x00000001 , 0x00000006 
+ 00017270  0x00001167 iadd  0x00000006 , 0x00000006 
+ 00017271  0x00001168 branch  0x00004372 
+ 00017272  0x0000116a branch  0x00004528 , 0x00000028 
+ 00017273  0x0000116b branch  0x0000455c 
+ 00017274  0x0000116f call  0x00004569 
+ 00017275  0x00001170 ifetch  0x00000002 , 0x00000006 
+ 00017276  0x00001171 store  0x00000002 , 0x00004290 
+ 00017277  0x00001172 call  0x000073c0 
+ 00017278  0x00001173 arg  0x0000050a , 0x00000005 
+ 00017279  0x00001174 fetch  0x00000002 , 0x0000430a 
+ 00017280  0x00001175 increase  0xfffffff9 , 0x0000003f 
+ 00017281  0x00001176 call  0x0000457c 
+ 00017282  0x00001177 branch  0x0000438d 
+ 00017283  0x0000117b disable  0x00000028 
+ 00017284  0x0000117c fetcht  0x00000002 , 0x00000506 
+ 00017285  0x0000117d fetch  0x00000002 , 0x00000508 
+ 00017286  0x0000117e isub  0x00000002 , 0x0000003e 
+ 00017287  0x0000117f nbranch  0x0000438a , 0x00000002 
+ 00017288  0x00001180 deposit  0x00000002 
+ 00017289  0x00001181 rtnne  0x00000000 
+ 00017290  0x00001183 enable  0x00000028 
+ 00017291  0x00001184 jam  0x00000001 , 0x000001b4 
+ 00017292  0x00001185 branch  0x0000452a 
+ 00017293  0x00001189 call  0x00004383 
+ 00017294  0x0000118a rtn  0x00000028 
+ 00017295  0x0000118b fetcht  0x00000002 , 0x00004290 
+ 00017296  0x0000118c setarg  0x00002800 
+ 00017297  0x0000118d isub  0x00000002 , 0x0000003e 
+ 00017298  0x0000118e branch  0x00004394 , 0x00000005 
+ 00017299  0x0000118f branch  0x00004528 
+ 00017300  0x00001193 jam  0x00000000 , 0x00004371 
+ 00017301  0x00001194 fetcht  0x00000002 , 0x00000506 
+ 00017302  0x00001195 storet  0x00000002 , 0x000004cc 
+ 00017303  0x00001196 call  0x000040df 
+ 00017304  0x00001197 nbranch  0x00004528 , 0x00000034 
+ 00017305  0x00001199 fetcht  0x00000002 , 0x000004cc 
+ 00017306  0x0000119a call  0x000040df 
+ 00017307  0x0000119b nbranch  0x000043ad , 0x00000034 
+ 00017308  0x0000119c copy  0x00000006 , 0x00000011 
+ 00017309  0x0000119d fetch  0x00000001 , 0x0000051b 
+ 00017310  0x0000119e copy  0x0000003f , 0x00000039 
+ 00017311  0x0000119f fetcht  0x00000001 , 0x0000050a 
+ 00017312  0x000011a0 isub  0x00000002 , 0x0000003e 
+ 00017313  0x000011a1 nbranch  0x000043a9 , 0x00000005 
+ 00017314  0x000011a2 arg  0x0000050b , 0x00000012 
+ 00017315  0x000011a3 call  0x00007477 
+ 00017316  0x000011a5 branch  0x000043b0 , 0x00000005 
+ 00017317  0x000011a7 fetch  0x00000002 , 0x00000523 
+ 00017318  0x000011a8 fetcht  0x00000002 , 0x00004290 
+ 00017319  0x000011a9 isub  0x00000002 , 0x0000003e 
+ 00017320  0x000011aa branch  0x000043b8 , 0x00000005 
+ 00017321  0x000011ac fetch  0x00000002 , 0x000004cc 
+ 00017322  0x000011ad increase  0x00000001 , 0x0000003f 
+ 00017323  0x000011ae store  0x00000002 , 0x000004cc 
+ 00017324  0x000011af branch  0x00004399 
+ 00017325  0x000011b2 fetch  0x00000001 , 0x00004371 
+ 00017326  0x000011b3 beq  0x00000001 , 0x000043b8 
+ 00017327  0x000011b4 branch  0x00004528 
+ 00017328  0x000011b8 fetch  0x00000002 , 0x00000523 
+ 00017329  0x000011b9 fetcht  0x00000002 , 0x00004290 
+ 00017330  0x000011ba isub  0x00000002 , 0x0000003e 
+ 00017331  0x000011bb nbranch  0x000043a9 , 0x00000005 
+ 00017332  0x000011bc jam  0x00000001 , 0x00004371 
+ 00017333  0x000011be fetcht  0x00000002 , 0x000004cc 
+ 00017334  0x000011bf storet  0x00000002 , 0x0000051e 
+ 00017335  0x000011c0 branch  0x000043a9 
+ 00017336  0x000011c3 fetch  0x00000001 , 0x00004371 
+ 00017337  0x000011c4 beq  0x00000000 , 0x000043a9 
+ 00017338  0x000011c5 jam  0x00000002 , 0x00004371 
+ 00017339  0x000011c6 fetcht  0x00000002 , 0x000004cc 
+ 00017340  0x000011c7 increase  0xffffffff , 0x00000002 
+ 00017341  0x000011c8 storet  0x00000002 , 0x00000520 
+ 00017342  0x000011cb arg  0x00000005 , 0x00000011 
+ 00017343  0x000011cc call  0x00004535 
+ 00017344  0x000011cd setarg  0x00000007 
+ 00017345  0x000011ce istore  0x00000001 , 0x00000005 
+ 00017346  0x000011cf fetch  0x00000002 , 0x0000051e 
+ 00017347  0x000011d0 istore  0x00000002 , 0x00000005 
+ 00017348  0x000011d1 fetch  0x00000002 , 0x00000520 
+ 00017349  0x000011d2 istore  0x00000002 , 0x00000005 
+ 00017350  0x000011d3 rtn 
+ 00017351  0x000011d8 call  0x00004569 
+ 00017352  0x000011d9 call  0x00004577 
+ 00017353  0x000011da branch  0x000043ca 
+ 00017354  0x000011dd fetcht  0x00000002 , 0x00000506 
+ 00017355  0x000011de storet  0x00000002 , 0x000004cc 
+ 00017356  0x000011df call  0x0000409b 
+ 00017357  0x000011e0 call  0x000040b2 
+ 00017358  0x000011e1 increase  0xfffffffe , 0x00000006 
+ 00017359  0x000011e2 copy  0x00000006 , 0x0000003f 
+ 00017360  0x000011e3 store  0x00000002 , 0x0000051c 
+ 00017361  0x000011e5 fetcht  0x00000002 , 0x0000050b 
+ 00017362  0x000011e6 setarg  0x00002a00 
+ 00017363  0x000011e7 isub  0x00000002 , 0x0000003e 
+ 00017364  0x000011e8 branch  0x00004431 , 0x00000005 
+ 00017365  0x000011e9 setarg  0x00002803 
+ 00017366  0x000011ea isub  0x00000002 , 0x0000003e 
+ 00017367  0x000011eb nbranch  0x0000441d , 0x00000005 
+ 00017368  0x000011ec arg  0x00000002 , 0x0000000b 
+ 00017369  0x000011ee call  0x0000453c 
+ 00017370  0x000011ef nbranch  0x000043fa , 0x00000002 
+ 00017371  0x000011f0 fetcht  0x00000002 , 0x000004cc 
+ 00017372  0x000011f1 call  0x000040dd 
+ 00017373  0x000011f2 nbranch  0x000043fa , 0x00000034 
+ 00017374  0x000011f3 call  0x00004540 
+ 00017375  0x000011f4 nbranch  0x000043f8 , 0x00000005 
+ 00017376  0x000011f5 nbranch  0x000043fc , 0x00000028 
+ 00017377  0x000011f6 disable  0x00000028 
+ 00017378  0x000011f7 arg  0x00000014 , 0x00000011 
+ 00017379  0x000011f8 call  0x00004535 
+ 00017380  0x000011f9 setarg  0x00000009 
+ 00017381  0x000011fa istore  0x00000001 , 0x00000005 
+ 00017382  0x000011fb copy  0x00000005 , 0x00000030 
+ 00017383  0x000011fc increase  0x00000001 , 0x00000005 
+ 00017384  0x000011fe call  0x0000440a 
+ 00017385  0x000011ff call  0x00004538 
+ 00017386  0x00001200 call  0x000040dd 
+ 00017387  0x00001201 call  0x00004411 
+ 00017388  0x00001202 fetch  0x00000001 , 0x00000522 
+ 00017389  0x00001203 add  0x0000003f , 0x00000005 , 0x00000011 
+ 00017390  0x00001204 istorer  0x00000011 , 0x00000001 , 0x00000030 
+ 00017391  0x00001206 sub  0x00000011 , 0x00000007 , 0x0000003e 
+ 00017392  0x00001207 ncall  0x000074cc , 0x00000005 
+ 00017393  0x00001208 call  0x000074ce , 0x00000005 
+ 00017394  0x00001209 call  0x0000456e 
+ 00017395  0x0000120a idiv  0x00000011 
+ 00017396  0x0000120b call  0x00007475 
+ 00017397  0x0000120c quotient  0x0000000b 
+ 00017398  0x0000120d increase  0xffffffff , 0x0000000b 
+ 00017399  0x0000120e branch  0x000043fa , 0x00000005 
+ 00017400  0x00001210 call  0x00004538 
+ 00017401  0x00001211 branch  0x000043d9 
+ 00017402  0x00001213 branch  0x00004528 , 0x00000028 
+ 00017403  0x00001214 branch  0x0000455c 
+ 00017404  0x00001217 call  0x0000454c 
+ 00017405  0x00001218 call  0x00004538 
+ 00017406  0x00001219 call  0x000040dd 
+ 00017407  0x0000121a call  0x000044bb 
+ 00017408  0x0000121b nbranch  0x000043fa , 0x00000034 
+ 00017409  0x0000121d call  0x000073b7 
+ 00017410  0x0000121e fetch  0x00000002 , 0x000004cc 
+ 00017411  0x0000121f increase  0xffffffff , 0x0000003f 
+ 00017412  0x00001220 istore  0x00000002 , 0x00000005 
+ 00017413  0x00001221 call  0x00004558 
+ 00017414  0x00001222 call  0x00004411 
+ 00017415  0x00001223 increase  0xffffffff , 0x0000000b 
+ 00017416  0x00001224 branch  0x000043fa , 0x00000005 
+ 00017417  0x00001225 branch  0x000043f8 
+ 00017418  0x00001229 fetch  0x00000002 , 0x000004cc 
+ 00017419  0x0000122a istore  0x00000002 , 0x00000005 
+ 00017420  0x0000122c fetch  0x00000001 , 0x0000051b 
+ 00017421  0x0000122d copy  0x0000003f , 0x00000039 
+ 00017422  0x0000122e call  0x000073ba 
+ 00017423  0x0000122f call  0x0000740c 
+ 00017424  0x00001230 branch  0x000073bd 
+ 00017425  0x00001232 call  0x000073b7 
+ 00017426  0x00001233 fetch  0x00000002 , 0x000004cc 
+ 00017427  0x00001234 istore  0x00000002 , 0x00000005 
+ 00017428  0x00001235 call  0x000073bd 
+ 00017429  0x00001236 fetch  0x00000001 , 0x00000522 
+ 00017430  0x00001237 copy  0x0000003f , 0x00000039 
+ 00017431  0x00001238 call  0x000073b7 
+ 00017432  0x00001239 call  0x000073ba 
+ 00017433  0x0000123a isub  0x00000039 , 0x00000006 
+ 00017434  0x0000123b increase  0xffffffff , 0x00000006 
+ 00017435  0x0000123c call  0x0000740c 
+ 00017436  0x0000123d branch  0x000073bd 
+ 00017437  0x00001242 call  0x000040c2 
+ 00017438  0x00001243 branch  0x00004528 , 0x00000034 
+ 00017439  0x00001244 copy  0x00000006 , 0x00000013 
+ 00017440  0x00001245 increase  0xfffffffb , 0x00000006 
+ 00017441  0x00001246 ifetch  0x00000002 , 0x00000006 
+ 00017442  0x00001247 store  0x00000002 , 0x000004cc 
+ 00017443  0x00001248 arg  0x00000014 , 0x00000011 
+ 00017444  0x00001249 call  0x00004535 
+ 00017445  0x0000124a setarg  0x00000009 
+ 00017446  0x0000124b istore  0x00000001 , 0x00000005 
+ 00017447  0x0000124c ifetch  0x00000001 , 0x00000013 
+ 00017448  0x0000124d copy  0x0000003f , 0x00000039 
+ 00017449  0x0000124e increase  0x00000002 , 0x0000003f 
+ 00017450  0x0000124f istore  0x00000001 , 0x00000005 
+ 00017451  0x00001250 fetch  0x00000002 , 0x000004cc 
+ 00017452  0x00001251 istore  0x00000002 , 0x00000005 
+ 00017453  0x00001252 add  0x00000013 , 0x00000001 , 0x00000006 
+ 00017454  0x00001253 call  0x0000740c 
+ 00017455  0x00001254 call  0x000073bd 
+ 00017456  0x00001255 branch  0x0000455c 
+ 00017457  0x0000125a arg  0x00002a00 , 0x00000002 
+ 00017458  0x0000125b call  0x000040c2 
+ 00017459  0x0000125c rtn  0x00000034 
+ 00017460  0x0000125d increase  0xfffffffb , 0x00000006 
+ 00017461  0x0000125e ifetch  0x00000002 , 0x00000006 
+ 00017462  0x0000125f store  0x00000002 , 0x000004cc 
+ 00017463  0x00001260 arg  0x00000014 , 0x00000011 
+ 00017464  0x00001261 call  0x00004535 
+ 00017465  0x00001262 setarg  0x00000009 
+ 00017466  0x00001263 istore  0x00000001 , 0x00000005 
+ 00017467  0x00001264 fetch  0x00000001 , 0x0000422d 
+ 00017468  0x00001265 copy  0x0000003f , 0x00000039 
+ 00017469  0x00001266 increase  0x00000002 , 0x0000003f 
+ 00017470  0x00001267 istore  0x00000001 , 0x00000005 
+ 00017471  0x00001268 fetch  0x00000002 , 0x000004cc 
+ 00017472  0x00001269 istore  0x00000002 , 0x00000005 
+ 00017473  0x0000126a arg  0x0000422e , 0x00000006 
+ 00017474  0x0000126b call  0x0000740c 
+ 00017475  0x0000126c call  0x000073bd 
+ 00017476  0x0000126d branch  0x0000455c 
+ 00017477  0x00001272 call  0x000044ec 
+ 00017478  0x00001273 fetcht  0x00000002 , 0x0000436f 
+ 00017479  0x00001274 fetch  0x00000001 , 0x000042f6 
+ 00017480  0x00001275 bbit1  0x00000003 , 0x0000446a 
+ 00017481  0x00001279 call  0x000040b2 
+ 00017482  0x0000127a nbranch  0x00004528 , 0x00000005 
+ 00017483  0x0000127b call  0x00004470 , 0x00000028 
+ 00017484  0x0000127c rtn  0x00000028 
+ 00017485  0x0000127d call  0x000040bf 
+ 00017486  0x0000127e increase  0xfffffffe , 0x00000006 
+ 00017487  0x0000127f ifetch  0x00000002 , 0x00000006 
+ 00017488  0x00001280 arg  0x00002a00 , 0x00000002 
+ 00017489  0x00001281 isub  0x00000002 , 0x0000003e 
+ 00017490  0x00001282 branch  0x00004460 , 0x00000005 
+ 00017491  0x00001283 ifetch  0x00000001 , 0x00000006 
+ 00017492  0x00001284 sub  0x0000003f , 0x00000016 , 0x0000003e 
+ 00017493  0x00001285 branch  0x00004457 , 0x00000002 
+ 00017494  0x00001286 force  0x00000016 , 0x0000003f 
+ 00017495  0x00001288 copy  0x0000003f , 0x00000013 
+ 00017496  0x00001289 call  0x000073c0 
+ 00017497  0x0000128a add  0x00000013 , 0x00000001 , 0x00000011 
+ 00017498  0x0000128b call  0x00004535 
+ 00017499  0x0000128c setarg  0x0000000b 
+ 00017500  0x0000128d istore  0x00000001 , 0x00000005 
+ 00017501  0x0000128e copy  0x00000013 , 0x00000039 
+ 00017502  0x0000128f call  0x000073ba 
+ 00017503  0x00001290 branch  0x00007419 
+ 00017504  0x00001293 call  0x000073c0 
+ 00017505  0x00001294 fetch  0x00000001 , 0x0000422d 
+ 00017506  0x00001295 add  0x0000003f , 0x00000001 , 0x00000011 
+ 00017507  0x00001296 call  0x00004535 
+ 00017508  0x00001297 setarg  0x0000000b 
+ 00017509  0x00001298 istore  0x00000001 , 0x00000005 
+ 00017510  0x00001299 fetch  0x00000001 , 0x0000422d 
+ 00017511  0x0000129a copy  0x0000003f , 0x00000039 
+ 00017512  0x0000129b arg  0x0000422e , 0x00000006 
+ 00017513  0x0000129c branch  0x00007419 
+ 00017514  0x000012a0 fetch  0x00000002 , 0x00004307 
+ 00017515  0x000012a1 isub  0x00000002 , 0x0000003e 
+ 00017516  0x000012a2 nbranch  0x00004449 , 0x00000005 
+ 00017517  0x000012a3 nbranch  0x00004449 , 0x00000028 
+ 00017518  0x000012a5 jam  0x00000005 , 0x000001b4 
+ 00017519  0x000012a6 branch  0x0000452a 
+ 00017520  0x000012a9 increase  0xfffffffe , 0x00000006 
+ 00017521  0x000012aa ifetch  0x00000002 , 0x00000006 
+ 00017522  0x000012ab bbit1  0x0000000e , 0x0000446e 
+ 00017523  0x000012ac branch  0x000074ca 
+ 00017524  0x000012af ifetch  0x00000002 , 0x00000006 
+ 00017525  0x000012b0 store  0x00000002 , 0x0000050a 
+ 00017526  0x000012b2 arg  0x00000014 , 0x00000011 
+ 00017527  0x000012b3 call  0x00004535 
+ 00017528  0x000012b4 setarg  0x0000000d 
+ 00017529  0x000012b5 istore  0x00000001 , 0x00000005 
+ 00017530  0x000012b6 fetch  0x00000002 , 0x0000050a 
+ 00017531  0x000012b7 iforce  0x00000011 
+ 00017532  0x000012b8 fetcht  0x00000002 , 0x0000436f 
+ 00017533  0x000012b9 call  0x000040af 
+ 00017534  0x000012ba branch  0x00004528 , 0x00000034 
+ 00017535  0x000012bb ifetch  0x00000001 , 0x00000006 
+ 00017536  0x000012bc isub  0x00000011 , 0x00000039 
+ 00017537  0x000012bd nbranch  0x00004528 , 0x00000002 
+ 00017538  0x000012be sub  0x00000039 , 0x00000016 , 0x0000003e 
+ 00017539  0x000012bf branch  0x00004485 , 0x00000002 
+ 00017540  0x000012c0 force  0x00000016 , 0x00000039 
+ 00017541  0x000012c2 deposit  0x00000011 
+ 00017542  0x000012c3 iadd  0x00000006 , 0x00000006 
+ 00017543  0x000012c4 call  0x0000740c 
+ 00017544  0x000012c5 call  0x000073bd 
+ 00017545  0x000012c6 branch  0x0000455c 
+ 00017546  0x000012cb call  0x00004569 
+ 00017547  0x000012cc call  0x00004577 
+ 00017548  0x000012cd branch  0x0000448d 
+ 00017549  0x000012d4 arg  0x00000002 , 0x0000000b 
+ 00017550  0x000012d5 fetcht  0x00000002 , 0x00000506 
+ 00017551  0x000012d6 storet  0x00000002 , 0x000004cc 
+ 00017552  0x000012d7 call  0x000040b2 
+ 00017553  0x000012d8 increase  0xfffffffe , 0x00000006 
+ 00017554  0x000012d9 copy  0x00000006 , 0x0000003f 
+ 00017555  0x000012da store  0x00000002 , 0x0000051c 
+ 00017556  0x000012dc call  0x0000453c 
+ 00017557  0x000012dd nbranch  0x000044c3 , 0x00000002 
+ 00017558  0x000012de fetcht  0x00000002 , 0x000004cc 
+ 00017559  0x000012df call  0x000040dd 
+ 00017560  0x000012e0 nbranch  0x000044c6 , 0x00000034 
+ 00017561  0x000012e2 call  0x00004540 
+ 00017562  0x000012e3 nbranch  0x000044b9 , 0x00000005 
+ 00017563  0x000012e4 copy  0x0000000b , 0x0000003f 
+ 00017564  0x000012e5 beq  0x00000000 , 0x000044c6 
+ 00017565  0x000012e6 nbranch  0x000044af , 0x00000028 
+ 00017566  0x000012e7 disable  0x00000028 
+ 00017567  0x000012e9 arg  0x00000014 , 0x00000011 
+ 00017568  0x000012ea call  0x00004535 
+ 00017569  0x000012eb setarg  0x00000011 
+ 00017570  0x000012ec istore  0x00000001 , 0x00000005 
+ 00017571  0x000012ed fetch  0x00000001 , 0x0000051b 
+ 00017572  0x000012ee add  0x0000003f , 0x00000004 , 0x00000011 
+ 00017573  0x000012ef istorer  0x00000011 , 0x00000001 , 0x00000005 
+ 00017574  0x000012f0 call  0x000073bd 
+ 00017575  0x000012f1 sub  0x00000011 , 0x00000006 , 0x0000003e 
+ 00017576  0x000012f2 ncall  0x000074cc , 0x00000005 
+ 00017577  0x000012f3 call  0x000074ce , 0x00000005 
+ 00017578  0x000012f4 call  0x0000456e 
+ 00017579  0x000012f5 idiv  0x00000011 
+ 00017580  0x000012f6 call  0x00007475 
+ 00017581  0x000012f7 quotient  0x0000000b 
+ 00017582  0x000012f8 branch  0x000044b5 
+ 00017583  0x000012fa call  0x000044bd 
+ 00017584  0x000012fb nbranch  0x000044c6 , 0x00000034 
+ 00017585  0x000012fc fetch  0x00000002 , 0x000004cc 
+ 00017586  0x000012fd increase  0xffffffff , 0x0000003f 
+ 00017587  0x000012fe store  0x00000002 , 0x00000520 
+ 00017588  0x000012ff call  0x00004552 
+ 00017589  0x00001301 fetch  0x00000002 , 0x000004cc 
+ 00017590  0x00001302 store  0x00000002 , 0x0000051e 
+ 00017591  0x00001303 call  0x0000454c 
+ 00017592  0x00001304 increase  0xffffffff , 0x0000000b 
+ 00017593  0x00001307 call  0x00004538 
+ 00017594  0x00001308 branch  0x00004494 
+ 00017595  0x0000130b fetch  0x00000001 , 0x00000522 
+ 00017596  0x0000130c branch  0x000044be 
+ 00017597  0x00001310 fetch  0x00000001 , 0x0000051b 
+ 00017598  0x00001311 branch  0x000044c1 , 0x0000002c 
+ 00017599  0x00001312 increase  0xfffffffe , 0x0000003f 
+ 00017600  0x00001313 rtn 
+ 00017601  0x00001316 increase  0xfffffff0 , 0x0000003f 
+ 00017602  0x00001317 rtn 
+ 00017603  0x0000131a fetch  0x00000002 , 0x000004cc 
+ 00017604  0x0000131b store  0x00000002 , 0x00000520 
+ 00017605  0x0000131c branch  0x000044ca 
+ 00017606  0x0000131e fetch  0x00000002 , 0x000004cc 
+ 00017607  0x0000131f increase  0xffffffff , 0x0000003f 
+ 00017608  0x00001320 store  0x00000002 , 0x00000520 
+ 00017609  0x00001321 branch  0x000044ca 
+ 00017610  0x00001323 branch  0x00004528 , 0x00000028 
+ 00017611  0x00001324 call  0x00004552 
+ 00017612  0x00001325 branch  0x0000455c 
+ 00017613  0x0000132b copy  0x00000006 , 0x00000011 
+ 00017614  0x0000132c fetch  0x00000002 , 0x0000430a 
+ 00017615  0x0000132d add  0x0000003f , 0xfffffffd , 0x00000012 
+ 00017616  0x0000132e call  0x00004072 
+ 00017617  0x00001330 bpatchx  0x0000001f , 0x00004023 
+ 00017618  0x00001331 call  0x000044ec 
+ 00017619  0x00001332 fetcht  0x00000002 , 0x0000436f 
+ 00017620  0x00001333 call  0x000040b2 
+ 00017621  0x00001334 nbranch  0x000044ea , 0x00000005 
+ 00017622  0x00001335 call  0x000044e6 , 0x00000028 
+ 00017623  0x00001336 rtn  0x00000028 
+ 00017624  0x00001338 fetch  0x00000001 , 0x000042f6 
+ 00017625  0x00001339 bbit0  0x00000004 , 0x000044e1 
+ 00017626  0x0000133b fetcht  0x00000002 , 0x0000436f 
+ 00017627  0x0000133c fetch  0x00000002 , 0x00004307 
+ 00017628  0x0000133d isub  0x00000002 , 0x0000003e 
+ 00017629  0x0000133e nbranch  0x000044e1 , 0x00000005 
+ 00017630  0x0000133f call  0x000044ec 
+ 00017631  0x00001340 nbranch  0x000044e1 , 0x00000028 
+ 00017632  0x00001341 branch  0x0000446e 
+ 00017633  0x00001345 force  0x00000001 , 0x00000011 
+ 00017634  0x00001346 call  0x00004535 
+ 00017635  0x00001347 setarg  0x00000013 
+ 00017636  0x00001348 istore  0x00000001 , 0x00000005 
+ 00017637  0x00001349 rtn 
+ 00017638  0x0000134c increase  0xfffffffe , 0x00000006 
+ 00017639  0x0000134d ifetch  0x00000002 , 0x00000006 
+ 00017640  0x0000134e bbit1  0x0000000f , 0x0000446e 
+ 00017641  0x0000134f branch  0x000074ca 
+ 00017642  0x00001352 jam  0x00000001 , 0x000001b4 
+ 00017643  0x00001353 branch  0x0000452a 
+ 00017644  0x00001357 bpatchx  0x00000020 , 0x00004024 
+ 00017645  0x00001358 call  0x000074ca 
+ 00017646  0x00001359 fetch  0x00000001 , 0x000042d3 
+ 00017647  0x0000135a rtneq  0x00000000 
+ 00017648  0x0000135b fetch  0x00000001 , 0x00004040 
+ 00017649  0x0000135c rtnbit1  0x00000004 
+ 00017650  0x0000135d branch  0x000074c8 
+ 00017651  0x00001361 add  0x00000006 , 0x00000002 , 0x00000011 
+ 00017652  0x00001362 fetch  0x00000002 , 0x0000430a 
+ 00017653  0x00001363 add  0x0000003f , 0xfffffffb , 0x00000012 
+ 00017654  0x00001364 call  0x00004072 
+ 00017655  0x00001365 branch  0x000044f8 
+ 00017656  0x00001369 fetch  0x00000002 , 0x0000430a 
+ 00017657  0x0000136a copy  0x0000003f , 0x00000011 
+ 00017658  0x0000136b call  0x00004535 
+ 00017659  0x0000136c setarg  0x00000017 
+ 00017660  0x0000136d istore  0x00000001 , 0x00000005 
+ 00017661  0x0000136e fetch  0x00000002 , 0x0000436f 
+ 00017662  0x0000136f istore  0x00000002 , 0x00000005 
+ 00017663  0x00001370 fetch  0x00000002 , 0x0000430a 
+ 00017664  0x00001371 add  0x0000003f , 0xfffffffb , 0x00000039 
+ 00017665  0x00001372 fetch  0x00000002 , 0x0000430e 
+ 00017666  0x00001373 add  0x0000003f , 0x00000007 , 0x00000006 
+ 00017667  0x00001374 ifetch  0x00000002 , 0x00000006 
+ 00017668  0x00001375 istore  0x00000002 , 0x00000005 
+ 00017669  0x00001376 branch  0x0000740c 
+ 00017670  0x0000137d force  0x00000001 , 0x00000011 
+ 00017671  0x0000137e call  0x00004535 
+ 00017672  0x0000137f setarg  0x00000019 
+ 00017673  0x00001380 istore  0x00000001 , 0x00000005 
+ 00017674  0x00001381 rtn 
+ 00017675  0x00001384 fetch  0x00000001 , 0x0000436d 
+ 00017676  0x00001385 set0  0x00000000 , 0x0000003f 
+ 00017677  0x00001386 store  0x00000001 , 0x0000436d 
+ 00017678  0x00001387 rtn 
+ 00017679  0x0000138a copy  0x00000006 , 0x00000011 
+ 00017680  0x0000138b fetch  0x00000002 , 0x0000430a 
+ 00017681  0x0000138c add  0x0000003f , 0xfffffffd , 0x00000012 
+ 00017682  0x0000138d branch  0x00004072 
+ 00017683  0x00001393 copy  0x00000002 , 0x00000013 
+ 00017684  0x00001394 increase  0x00000003 , 0x00000011 
+ 00017685  0x00001395 call  0x00004535 
+ 00017686  0x00001396 increase  0xfffffffd , 0x00000011 
+ 00017687  0x00001397 setarg  0x0000001b 
+ 00017688  0x00001398 istore  0x00000001 , 0x00000005 
+ 00017689  0x00001399 copy  0x00000013 , 0x00000002 
+ 00017690  0x0000139a istoret  0x00000002 , 0x00000005 
+ 00017691  0x0000139b rtn 
+ 00017692  0x0000139f fetch  0x00000001 , 0x0000436d 
+ 00017693  0x000013a0 set1  0x00000000 , 0x0000003f 
+ 00017694  0x000013a1 store  0x00000001 , 0x0000436d 
+ 00017695  0x000013a2 copy  0x00000002 , 0x00000013 
+ 00017696  0x000013a3 increase  0x00000003 , 0x00000011 
+ 00017697  0x000013a4 call  0x00004535 
+ 00017698  0x000013a5 increase  0xfffffffd , 0x00000011 
+ 00017699  0x000013a6 setarg  0x0000001d 
+ 00017700  0x000013a7 istore  0x00000001 , 0x00000005 
+ 00017701  0x000013a8 copy  0x00000013 , 0x00000002 
+ 00017702  0x000013a9 istoret  0x00000002 , 0x00000005 
+ 00017703  0x000013aa rtn 
+ 00017704  0x000013b0 bpatchx  0x00000021 , 0x00004024 
+ 00017705  0x000013b1 jam  0x0000000a , 0x000001b4 
+ 00017706  0x000013b3 force  0x00000005 , 0x00000011 
+ 00017707  0x000013b4 call  0x00004535 
+ 00017708  0x000013b5 setarg  0x00000001 
+ 00017709  0x000013b6 istore  0x00000001 , 0x00000005 
+ 00017710  0x000013b7 fetch  0x00000001 , 0x0000436e 
+ 00017711  0x000013b8 istore  0x00000001 , 0x00000005 
+ 00017712  0x000013b9 fetch  0x00000002 , 0x0000436f 
+ 00017713  0x000013ba istore  0x00000002 , 0x00000005 
+ 00017714  0x000013bb fetch  0x00000001 , 0x000001b4 
+ 00017715  0x000013bc istore  0x00000001 , 0x00000005 
+ 00017716  0x000013bd rtn 
+ 00017717  0x000013c1 bpatchx  0x00000022 , 0x00004024 
+ 00017718  0x000013c2 force  0x00000004 , 0x00000012 
+ 00017719  0x000013c3 branch  0x0000419f 
+ 00017720  0x000013c7 fetcht  0x00000002 , 0x000004cc 
+ 00017721  0x000013c8 increase  0x00000001 , 0x00000002 
+ 00017722  0x000013c9 storet  0x00000002 , 0x000004cc 
+ 00017723  0x000013ca rtn 
+ 00017724  0x000013cd fetcht  0x00000002 , 0x000004cc 
+ 00017725  0x000013ce fetch  0x00000002 , 0x00000508 
+ 00017726  0x000013cf isub  0x00000002 , 0x0000003e 
+ 00017727  0x000013d0 rtn 
+ 00017728  0x000013d4 bpatchx  0x00000023 , 0x00004024 
+ 00017729  0x000013d5 fetcht  0x00000001 , 0x0000050a 
+ 00017730  0x000013d6 arg  0x0000050b , 0x00000011 
+ 00017731  0x000013d8 fetch  0x00000001 , 0x00000522 
+ 00017732  0x000013d9 copy  0x0000003f , 0x00000039 
+ 00017733  0x000013da isub  0x00000002 , 0x0000003e 
+ 00017734  0x000013db nrtn  0x00000005 
+ 00017735  0x000013dc arg  0x00000523 , 0x00000012 
+ 00017736  0x000013dd branch  0x00007477 
+ 00017737  0x000013e0 fetcht  0x00000001 , 0x0000428f 
+ 00017738  0x000013e1 arg  0x00004290 , 0x00000011 
+ 00017739  0x000013e2 branch  0x00004543 
+ 00017740  0x000013e6 bpatchx  0x00000024 , 0x00004024 
+ 00017741  0x000013e7 fetch  0x00000001 , 0x0000051b 
+ 00017742  0x000013e8 store  0x00000001 , 0x000004f6 
+ 00017743  0x000013e9 copy  0x0000003f , 0x00000039 
+ 00017744  0x000013ea call  0x000073ba 
+ 00017745  0x000013eb branch  0x0000740c 
+ 00017746  0x000013ef bpatchx  0x00000025 , 0x00004024 
+ 00017747  0x000013f0 call  0x000073b7 
+ 00017748  0x000013f1 fetch  0x00000002 , 0x0000051e 
+ 00017749  0x000013f2 istore  0x00000002 , 0x00000005 
+ 00017750  0x000013f3 fetch  0x00000002 , 0x00000520 
+ 00017751  0x000013f4 istore  0x00000002 , 0x00000005 
+ 00017752  0x000013f6 fetch  0x00000001 , 0x000004f6 
+ 00017753  0x000013f7 copy  0x0000003f , 0x00000039 
+ 00017754  0x000013f8 call  0x0000740c 
+ 00017755  0x000013f9 branch  0x000073bd 
+ 00017756  0x000013fe bpatchx  0x00000026 , 0x00004024 
+ 00017757  0x000013ff call  0x000073b7 
+ 00017758  0x00001400 call  0x000041c5 
+ 00017759  0x00001401 copy  0x00000005 , 0x0000003f 
+ 00017760  0x00001402 isub  0x00000006 , 0x00000011 
+ 00017761  0x00001403 call  0x000041c8 
+ 00017762  0x00001404 copy  0x00000011 , 0x0000003f 
+ 00017763  0x00001405 istore  0x00000002 , 0x00000006 
+ 00017764  0x00001406 increase  0x00000004 , 0x00000011 
+ 00017765  0x00001407 call  0x000041ba 
+ 00017766  0x00001408 copy  0x00000011 , 0x0000003f 
+ 00017767  0x00001409 istore  0x00000001 , 0x00000006 
+ 00017768  0x0000140a rtn 
+ 00017769  0x0000140e rshift8  0x0000003f , 0x0000003f 
+ 00017770  0x0000140f store  0x00000002 , 0x00000506 
+ 00017771  0x00001410 ifetch  0x00000002 , 0x00000006 
+ 00017772  0x00001411 store  0x00000002 , 0x00000508 
+ 00017773  0x00001412 rtn 
+ 00017774  0x00001415 bpatchx  0x00000027 , 0x00004024 
+ 00017775  0x00001416 fetch  0x00000002 , 0x000042b8 
+ 00017776  0x00001417 increase  0xfffffffe , 0x0000003f 
+ 00017777  0x0000141b fetcht  0x00000002 , 0x000042b6 
+ 00017778  0x0000141c increase  0xfffffffe , 0x00000002 
+ 00017779  0x0000141d call  0x000074be 
+ 00017780  0x0000141e arg  0x000000f0 , 0x00000002 
+ 00017781  0x0000141f call  0x000074be 
+ 00017782  0x00001421 rtn 
+ 00017783  0x00001424 bpatchx  0x00000028 , 0x00004025 
+ 00017784  0x00001425 call  0x000073c0 
+ 00017785  0x00001426 arg  0x0000050a , 0x00000005 
+ 00017786  0x00001428 fetch  0x00000002 , 0x0000430a 
+ 00017787  0x00001429 increase  0xfffffffb , 0x0000003f 
+ 00017788  0x0000142b istore  0x00000001 , 0x00000005 
+ 00017789  0x0000142c copy  0x0000003f , 0x00000039 
+ 00017790  0x0000142d call  0x000073ba 
+ 00017791  0x0000142e branch  0x0000740c 
+ 00017792  0x00001433 fetch  0x00000002 , 0x0000004b 
+ 00017793  0x00001434 rtnne  0x00000004 
+ 00017794  0x00001435 fetch  0x00000001 , 0x0000436d 
+ 00017795  0x00001436 set1  0x00000001 , 0x0000003f 
+ 00017796  0x00001437 store  0x00000001 , 0x0000436d 
+ 00017797  0x00001438 fetch  0x00000003 , 0x0000004d 
+ 00017798  0x00001439 store  0x00000003 , 0x0000436e 
+ 00017799  0x0000143a set1  0x0000000f , 0x00000000 
+ 00017800  0x0000143b beq  0x00000012 , 0x0000459b 
+ 00017801  0x0000143c beq  0x00000052 , 0x000045a0 
+ 00017802  0x0000143d beq  0x00000018 , 0x00004506 
+ 00017803  0x0000143e beq  0x00000002 , 0x00004346 
+ 00017804  0x0000143f beq  0x0000001e , 0x0000450b 
+ 00017805  0x00001440 set0  0x0000000f , 0x00000000 
+ 00017806  0x00001442 fetch  0x00000001 , 0x0000436d 
+ 00017807  0x00001443 set0  0x00000001 , 0x0000003f 
+ 00017808  0x00001444 store  0x00000001 , 0x0000436d 
+ 00017809  0x00001445 rtn 
+ 00017810  0x00001448 fetch  0x00000001 , 0x0000436d 
+ 00017811  0x00001449 rtnbit0  0x00000001 
+ 00017812  0x0000144a set1  0x0000000f , 0x00000000 
+ 00017813  0x0000144b call  0x000045ab 
+ 00017814  0x0000144c call  0x000045b1 
+ 00017815  0x0000144d call  0x0000458e , 0x00000028 
+ 00017816  0x0000144e fetch  0x00000001 , 0x0000436e 
+ 00017817  0x0000144f beq  0x00000012 , 0x000044d1 
+ 00017818  0x00001450 rtn 
+ 00017819  0x00001454 call  0x000045a0 
+ 00017820  0x00001455 branch  0x0000459d 
+ 00017821  0x00001458 call  0x000045b1 
+ 00017822  0x00001459 nrtn  0x00000028 
+ 00017823  0x0000145a branch  0x000044d1 
+ 00017824  0x0000145e bpatchx  0x00000029 , 0x00004025 
+ 00017825  0x0000145f call  0x000045a4 
+ 00017826  0x00001460 arg  0x00000050 , 0x00000011 
+ 00017827  0x00001461 branch  0x00004072 
+ 00017828  0x00001465 fetch  0x00000001 , 0x00000048 
+ 00017829  0x00001466 add  0x0000003f , 0xfffffff9 , 0x00000012 
+ 00017830  0x00001467 increase  0xfffffffc , 0x0000003f 
+ 00017831  0x00001468 store  0x00000002 , 0x0000430c 
+ 00017832  0x00001469 fetcht  0x00000002 , 0x00000049 
+ 00017833  0x0000146a storet  0x00000002 , 0x0000430a 
+ 00017834  0x0000146b rtn 
+ 00017835  0x0000146f fetchr  0x00000012 , 0x00000001 , 0x00000048 
+ 00017836  0x00001470 fetch  0x00000002 , 0x0000430c 
+ 00017837  0x00001471 iadd  0x00000012 , 0x00000002 
+ 00017838  0x00001472 storet  0x00000002 , 0x0000430c 
+ 00017839  0x00001473 arg  0x00000049 , 0x00000011 
+ 00017840  0x00001474 branch  0x00004072 
+ 00017841  0x00001479 call  0x000074ca 
+ 00017842  0x0000147a fetch  0x00000002 , 0x0000430c 
+ 00017843  0x0000147b fetcht  0x00000002 , 0x0000430a 
+ 00017844  0x0000147c isub  0x00000002 , 0x0000003e 
+ 00017845  0x0000147d nrtn  0x00000005 
+ 00017846  0x0000147e branch  0x000074c8 
+ 00017847  0x00001483 ifetch  0x00000001 , 0x00000006 
+ 00017848  0x00001484 ifetcht  0x00000001 , 0x00000006 
+ 00017849  0x00001485 ifetcht  0x00000002 , 0x00000006 
+ 00017850  0x00001486 beq  0x00000013 , 0x000045bc 
+ 00017851  0x00001487 rtn 
+ 00017852  0x00001489 ifetch  0x00000002 , 0x00000006 
+ 00017853  0x0000148a store  0x00000002 , 0x00004311 
+ 00017854  0x0000148b jam  0x00000040 , 0x000004c3 
+ 00017855  0x0000148c branch  0x00006f7b 
+ 00017856  0x00001493 arg  0x0000000c , 0x00000011 
+ 00017857  0x00001494 arg  0x00000012 , 0x00000013 
+ 00017858  0x00001495 call  0x000045c8 
+ 00017859  0x00001496 setarg  0x00000008 
+ 00017860  0x00001497 istore  0x00000002 , 0x00000005 
+ 00017861  0x00001498 fetch  0x00000008 , 0x000042a8 
+ 00017862  0x00001499 istore  0x00000008 , 0x00000005 
+ 00017863  0x0000149a rtn 
+ 00017864  0x0000149f call  0x000045d0 
+ 00017865  0x000014a0 arg  0x00000005 , 0x00000012 
+ 00017866  0x000014a1 call  0x0000419f 
+ 00017867  0x000014a2 copy  0x00000013 , 0x0000003f 
+ 00017868  0x000014a3 istore  0x00000001 , 0x00000005 
+ 00017869  0x000014a4 fetch  0x00000001 , 0x00004310 
+ 00017870  0x000014a5 istore  0x00000001 , 0x00000005 
+ 00017871  0x000014a6 rtn 
+ 00017872  0x000014aa fetch  0x00000001 , 0x00004310 
+ 00017873  0x000014ac pincrease  0x00000001 
+ 00017874  0x000014ad store  0x00000001 , 0x00004310 
+ 00017875  0x000014ae rtnne  0x00000000 
+ 00017876  0x000014b1 jam  0x00000001 , 0x00004310 
+ 00017877  0x000014b2 rtn 
+ 00017878  0x000014b8 fetch  0x00000001 , 0x000042d3 
+ 00017879  0x000014b9 beq  0x00000000 , 0x000045db 
+ 00017880  0x000014ba beq  0x00000001 , 0x000045de 
+ 00017881  0x000014bb beq  0x00000002 , 0x000045e0 
+ 00017882  0x000014bc rtn 
+ 00017883  0x000014c0 jam  0x00000000 , 0x00004289 
+ 00017884  0x000014c2 jam  0x00000003 , 0x00004287 
+ 00017885  0x000014c3 rtn 
+ 00017886  0x000014c5 jam  0x00000005 , 0x00004289 
+ 00017887  0x000014c6 branch  0x000045dc 
+ 00017888  0x000014c8 jam  0x00000005 , 0x00004289 
+ 00017889  0x000014ca jam  0x00000000 , 0x00004287 
+ 00017890  0x000014cb rtn 
+ 00017891  0x000014cf ifetch  0x00000001 , 0x00000006 
+ 00017892  0x000014d0 beq  0x00000001 , 0x000045f5 
+ 00017893  0x000014d2 beq  0x00000003 , 0x00004616 
+ 00017894  0x000014d3 beq  0x00000004 , 0x00004625 
+ 00017895  0x000014d4 beq  0x00000005 , 0x00004630 
+ 00017896  0x000014d6 beq  0x00000007 , 0x00004680 
+ 00017897  0x000014d7 beq  0x00000008 , 0x00004670 
+ 00017898  0x000014d8 beq  0x00000009 , 0x0000467c 
+ 00017899  0x000014d9 beq  0x0000000a , 0x00004680 
+ 00017900  0x000014da beq  0x0000000b , 0x00004680 
+ 00017901  0x000014db rtn 
+ 00017902  0x000014e0 force  0x00000002 , 0x00000011 
+ 00017903  0x000014e1 call  0x000046c0 
+ 00017904  0x000014e2 setarg  0x0000000b 
+ 00017905  0x000014e3 istore  0x00000001 , 0x00000005 
+ 00017906  0x000014e4 fetch  0x00000001 , 0x00004289 
+ 00017907  0x000014e5 istore  0x00000001 , 0x00000005 
+ 00017908  0x000014e6 rtn 
+ 00017909  0x000014e9 store  0x00000001 , 0x0000427f 
+ 00017910  0x000014ea ifetch  0x00000006 , 0x00000006 
+ 00017911  0x000014eb istore  0x00000006 , 0x00000005 
+ 00017912  0x000014ec fetch  0x00000001 , 0x000042d3 
+ 00017913  0x000014ed beq  0x00000000 , 0x00004636 
+ 00017914  0x000014ee call  0x00004611 
+ 00017915  0x000014f0 jam  0x00000003 , 0x000042d1 
+ 00017916  0x000014f1 fetch  0x00000001 , 0x00004280 
+ 00017917  0x000014f2 beq  0x00000000 , 0x00004603 
+ 00017918  0x000014f3 beq  0x00000001 , 0x00004603 
+ 00017919  0x000014f4 beq  0x00000003 , 0x00004603 
+ 00017920  0x000014f5 fetch  0x00000001 , 0x000042d3 
+ 00017921  0x000014f6 beq  0x00000002 , 0x00004606 
+ 00017922  0x000014f7 rtneq  0x00000083 
+ 00017923  0x000014f9 arg  0x00000000 , 0x0000003f 
+ 00017924  0x000014fa store  0x00000004 , 0x000042d4 
+ 00017925  0x000014fb rtn 
+ 00017926  0x000014fe fetch  0x00000001 , 0x000042f6 
+ 00017927  0x000014ff bbit1  0x00000000 , 0x0000460f 
+ 00017928  0x00001501 arg  0x000042d4 , 0x00000011 
+ 00017929  0x00001502 copy  0x00000011 , 0x00000005 
+ 00017930  0x00001503 arg  0x00000003 , 0x00000039 
+ 00017931  0x00001504 call  0x000074e4 
+ 00017932  0x00001505 fetch  0x00000002 , 0x000042d6 
+ 00017933  0x00001506 and_into  0x00000007 , 0x0000003f 
+ 00017934  0x00001507 store  0x00000002 , 0x000042d6 
+ 00017935  0x00001509 jam  0x00000034 , 0x000004c3 
+ 00017936  0x0000150a branch  0x00006f7b 
+ 00017937  0x0000150f force  0x00000007 , 0x00000011 
+ 00017938  0x00001510 call  0x000046c0 
+ 00017939  0x00001511 fetch  0x00000007 , 0x00004286 
+ 00017940  0x00001512 istore  0x00000007 , 0x00000005 
+ 00017941  0x00001513 rtn 
+ 00017942  0x00001517 jam  0x00000005 , 0x000042d1 
+ 00017943  0x00001518 arg  0x0000425d , 0x00000005 
+ 00017944  0x00001519 call  0x000073d2 
+ 00017945  0x0000151a fetch  0x00000001 , 0x000042d3 
+ 00017946  0x0000151b beq  0x00000004 , 0x0000461c 
+ 00017947  0x0000151c branch  0x0000461e 
+ 00017948  0x00001520 jam  0x00000043 , 0x000004c3 
+ 00017949  0x00001521 branch  0x00006f7b 
+ 00017950  0x00001525 jam  0x00000006 , 0x000042d1 
+ 00017951  0x00001526 call  0x00006d45 
+ 00017952  0x00001527 force  0x00000011 , 0x00000011 
+ 00017953  0x00001528 call  0x000046c0 
+ 00017954  0x00001529 setarg  0x00000003 
+ 00017955  0x0000152a istore  0x00000001 , 0x00000005 
+ 00017956  0x0000152b branch  0x00006e91 
+ 00017957  0x0000152f copy  0x00000006 , 0x00000011 
+ 00017958  0x00001530 copy  0x00000011 , 0x00000006 
+ 00017959  0x00001531 call  0x00006d3d 
+ 00017960  0x00001532 branch  0x00004638 , 0x00000005 
+ 00017961  0x00001534 jam  0x00000004 , 0x000001b5 
+ 00017962  0x00001536 force  0x00000002 , 0x00000011 
+ 00017963  0x00001537 call  0x000046c0 
+ 00017964  0x00001538 setarg  0x00000005 
+ 00017965  0x00001539 istore  0x00000001 , 0x00000005 
+ 00017966  0x0000153a fetch  0x00000001 , 0x000001b5 
+ 00017967  0x0000153b istore  0x00000001 , 0x00000005 
+ 00017968  0x0000153d bpatchx  0x0000002a , 0x00004025 
+ 00017969  0x0000153e force  0x00000007 , 0x00000007 
+ 00017970  0x0000153f call  0x0000741f 
+ 00017971  0x00001540 jam  0x00000000 , 0x000042d1 
+ 00017972  0x00001541 jam  0x00000030 , 0x000004c3 
+ 00017973  0x00001542 branch  0x00006f7b 
+ 00017974  0x00001545 jam  0x00000005 , 0x000001b5 
+ 00017975  0x00001546 branch  0x0000462a 
+ 00017976  0x0000154a call  0x00006d39 
+ 00017977  0x0000154b jam  0x00000031 , 0x000004c3 
+ 00017978  0x0000154c call  0x00006f7b 
+ 00017979  0x0000154d jam  0x00000001 , 0x0000425c 
+ 00017980  0x0000154e jam  0x00000009 , 0x000042d1 
+ 00017981  0x00001551 force  0x00000011 , 0x00000011 
+ 00017982  0x00001552 call  0x000046c0 
+ 00017983  0x00001553 setarg  0x00000004 
+ 00017984  0x00001554 istore  0x00000001 , 0x00000005 
+ 00017985  0x00001555 arg  0x0000426d , 0x00000006 
+ 00017986  0x00001556 branch  0x000073d2 
+ 00017987  0x00001559 force  0x00000011 , 0x00000011 
+ 00017988  0x0000155a call  0x000046c0 
+ 00017989  0x0000155b setarg  0x00000006 
+ 00017990  0x0000155c istore  0x00000001 , 0x00000005 
+ 00017991  0x0000155d fetch  0x00000001 , 0x000042f6 
+ 00017992  0x0000155e bbit1  0x00000001 , 0x0000464b 
+ 00017993  0x0000155f arg  0x0000424c , 0x00000006 
+ 00017994  0x00001560 branch  0x000073d2 
+ 00017995  0x00001563 arg  0x000042f7 , 0x00000006 
+ 00017996  0x00001564 branch  0x000073d2 
+ 00017997  0x00001568 arg  0x000042d8 , 0x00000005 
+ 00017998  0x00001569 force  0x0000000a , 0x00000039 
+ 00017999  0x0000156a call  0x000074e4 
+ 00018000  0x0000156b force  0x0000000b , 0x00000011 
+ 00018001  0x0000156c call  0x000046c0 
+ 00018002  0x0000156d setarg  0x00000007 
+ 00018003  0x0000156e istore  0x00000001 , 0x00000005 
+ 00018004  0x0000156f fetch  0x00000002 , 0x000042d8 
+ 00018005  0x00001570 istore  0x00000002 , 0x00000005 
+ 00018006  0x00001571 fetch  0x00000008 , 0x000042da 
+ 00018007  0x00001572 istore  0x00000008 , 0x00000005 
+ 00018008  0x00001573 rtn 
+ 00018009  0x00001576 force  0x00000011 , 0x00000011 
+ 00018010  0x00001577 call  0x000046c0 
+ 00018011  0x00001578 setarg  0x00000008 
+ 00018012  0x00001579 istore  0x00000001 , 0x00000005 
+ 00018013  0x0000157a setarg  0x00000000 
+ 00018014  0x0000157b istore  0x00000008 , 0x00000005 
+ 00018015  0x0000157c istore  0x00000008 , 0x00000005 
+ 00018016  0x0000157d rtn 
+ 00018017  0x00001581 force  0x00000008 , 0x00000011 
+ 00018018  0x00001582 call  0x000046c0 
+ 00018019  0x00001583 setarg  0x00000009 
+ 00018020  0x00001584 istore  0x00000001 , 0x00000005 
+ 00018021  0x00001585 fetch  0x00000001 , 0x000042a7 
+ 00018022  0x00001586 istore  0x00000001 , 0x00000005 
+ 00018023  0x00001587 fetch  0x00000006 , 0x000042b0 
+ 00018024  0x00001588 istore  0x00000006 , 0x00000005 
+ 00018025  0x00001589 rtn 
+ 00018026  0x0000158d jam  0x00000008 , 0x000001b5 
+ 00018027  0x0000158e branch  0x0000462a 
+ 00018028  0x00001591 fetch  0x00000001 , 0x0000428b 
+ 00018029  0x00001592 fetcht  0x00000001 , 0x0000428b 
+ 00018030  0x00001593 iand  0x00000002 , 0x0000003f 
+ 00018031  0x00001594 rtn 
+ 00018032  0x00001597 arg  0x000042e2 , 0x00000005 
+ 00018033  0x00001598 call  0x000073d2 
+ 00018034  0x00001599 call  0x0000466c 
+ 00018035  0x0000159a isolate0  0x00000001 , 0x0000003f 
+ 00018036  0x0000159b branch  0x0000466a , 0x00000001 
+ 00018037  0x0000159c rtn 
+ 00018038  0x000015a0 call  0x000074ca 
+ 00018039  0x000015a1 fetch  0x00000001 , 0x000042a0 
+ 00018040  0x000015a2 rtneq  0x00000000 
+ 00018041  0x000015a3 fetch  0x00000001 , 0x00004284 
+ 00018042  0x000015a4 rtnbit0  0x00000001 
+ 00018043  0x000015a5 branch  0x000074c8 
+ 00018044  0x000015a8 call  0x0000466c 
+ 00018045  0x000015a9 isolate0  0x00000001 , 0x0000003f 
+ 00018046  0x000015aa branch  0x0000466a , 0x00000001 
+ 00018047  0x000015ab rtn 
+ 00018048  0x000015b0 rtn 
+ 00018049  0x000015b4 fetch  0x00000001 , 0x000042d1 
+ 00018050  0x000015b5 rtneq  0x000000ff 
+ 00018051  0x000015b6 arg  0x00000003 , 0x00000002 
+ 00018052  0x000015b7 isub  0x00000002 , 0x0000003e 
+ 00018053  0x000015b8 nrtn  0x00000002 
+ 00018054  0x000015b9 arg  0x00000007 , 0x00000007 
+ 00018055  0x000015ba call  0x0000742e 
+ 00018056  0x000015bb nrtn  0x00000034 
+ 00018057  0x000015bc branch  0x0000466a 
+ 00018058  0x000015bf bpatchx  0x0000002b , 0x00004025 
+ 00018059  0x000015c0 call  0x000041cc 
+ 00018060  0x000015c1 nrtn  0x00000034 
+ 00018061  0x000015c2 fetch  0x00000001 , 0x000042d1 
+ 00018062  0x000015c3 beq  0x00000000 , 0x00004697 
+ 00018063  0x000015c4 beq  0x00000001 , 0x0000469d 
+ 00018064  0x000015c5 beq  0x00000002 , 0x00004697 
+ 00018065  0x000015c6 beq  0x00000003 , 0x0000469f 
+ 00018066  0x000015c7 beq  0x00000009 , 0x000046a3 
+ 00018067  0x000015c8 beq  0x0000000b , 0x000046ae 
+ 00018068  0x000015c9 beq  0x0000000c , 0x000046b0 
+ 00018069  0x000015ca beq  0x0000000d , 0x000046b7 
+ 00018070  0x000015cb rtn 
+ 00018071  0x000015cf fetch  0x00000001 , 0x000042d2 
+ 00018072  0x000015d0 rtnne  0x00000004 
+ 00018073  0x000015d1 jam  0x000000ff , 0x000042d2 
+ 00018074  0x000015d2 jam  0x000000ff , 0x000042d1 
+ 00018075  0x000015d3 jam  0x0000003f , 0x000004c3 
+ 00018076  0x000015d4 branch  0x00006f7b 
+ 00018077  0x000015d8 jam  0x00000002 , 0x000042d1 
+ 00018078  0x000015d9 branch  0x000045ee 
+ 00018079  0x000015dc jam  0x00000004 , 0x000042d1 
+ 00018080  0x000015dd setarg  0x00017700 
+ 00018081  0x000015de arg  0x00000007 , 0x00000007 
+ 00018082  0x000015df branch  0x00007420 
+ 00018083  0x000015e2 fetch  0x00000001 , 0x000042d2 
+ 00018084  0x000015e3 beq  0x00000004 , 0x000046a6 
+ 00018085  0x000015e4 rtn 
+ 00018086  0x000015e7 fetch  0x00000001 , 0x000042d3 
+ 00018087  0x000015e8 bbit1  0x00000007 , 0x000046ac 
+ 00018088  0x000015ea jam  0x0000000b , 0x000042d1 
+ 00018089  0x000015eb call  0x00004643 
+ 00018090  0x000015ed jam  0x00000029 , 0x000004c3 
+ 00018091  0x000015ee branch  0x00006f7b 
+ 00018092  0x000015f1 jam  0x0000000c , 0x000042d1 
+ 00018093  0x000015f2 branch  0x000046aa 
+ 00018094  0x000015f5 jam  0x0000000c , 0x000042d1 
+ 00018095  0x000015f6 branch  0x0000464d 
+ 00018096  0x000015f9 fetch  0x00000001 , 0x00004285 
+ 00018097  0x000015fa fetcht  0x00000001 , 0x0000428c 
+ 00018098  0x000015fb iand  0x00000002 , 0x0000003f 
+ 00018099  0x000015fc isolate0  0x00000001 , 0x0000003f 
+ 00018100  0x000015fd branch  0x000046b9 , 0x00000001 
+ 00018101  0x000015fe jam  0x0000000d , 0x000042d1 
+ 00018102  0x000015ff branch  0x00004659 
+ 00018103  0x00001602 call  0x00004661 
+ 00018104  0x00001603 branch  0x000046b9 
+ 00018105  0x00001607 bpatchx  0x0000002c , 0x00004025 
+ 00018106  0x00001608 force  0x00000007 , 0x00000007 
+ 00018107  0x00001609 call  0x0000741f 
+ 00018108  0x0000160a jam  0x000000ff , 0x000042d2 
+ 00018109  0x0000160b jam  0x000000ff , 0x000042d1 
+ 00018110  0x0000160c jam  0x0000003e , 0x000004c3 
+ 00018111  0x0000160d branch  0x00006f7b 
+ 00018112  0x00001613 bpatchx  0x0000002e , 0x00004025 
+ 00018113  0x00001614 force  0x00000006 , 0x00000012 
+ 00018114  0x00001615 branch  0x0000419f 
+ 00018115  0x0000161a fetch  0x00000001 , 0x00000049 
+ 00018116  0x0000161b beq  0x00000000 , 0x000046da 
+ 00018117  0x0000161c beq  0x00000001 , 0x000046e2 
+ 00018118  0x0000161d beq  0x00000002 , 0x000046ea 
+ 00018119  0x0000161e beq  0x00000003 , 0x000046ee 
+ 00018120  0x0000161f beq  0x00000004 , 0x0000470c 
+ 00018121  0x00001620 beq  0x00000005 , 0x00004711 
+ 00018122  0x00001621 beq  0x00000006 , 0x00004715 
+ 00018123  0x00001622 beq  0x00000007 , 0x0000471a 
+ 00018124  0x00001623 beq  0x00000008 , 0x0000471b 
+ 00018125  0x00001624 beq  0x00000009 , 0x0000471c 
+ 00018126  0x00001625 beq  0x0000000a , 0x0000471d 
+ 00018127  0x00001626 beq  0x0000000b , 0x00004721 
+ 00018128  0x00001627 beq  0x0000000c , 0x00004722 
+ 00018129  0x00001628 beq  0x0000000d , 0x00004724 
+ 00018130  0x00001629 beq  0x00000012 , 0x00004725 
+ 00018131  0x0000162a beq  0x00000013 , 0x00004726 
+ 00018132  0x0000162b beq  0x00000014 , 0x00004727 
+ 00018133  0x0000162c beq  0x00000015 , 0x00004729 
+ 00018134  0x0000162d beq  0x00000016 , 0x00004734 
+ 00018135  0x0000162e beq  0x00000018 , 0x00004735 
+ 00018136  0x0000162f fetchr  0x00000013 , 0x00000001 , 0x00000049 
+ 00018137  0x00001630 branch  0x00004758 
+ 00018138  0x00001635 ifetch  0x00000009 , 0x00000006 
+ 00018139  0x00001636 store  0x00000009 , 0x0000019a 
+ 00018140  0x00001637 ifetch  0x00000002 , 0x00000006 
+ 00018141  0x00001638 store  0x00000002 , 0x00000183 
+ 00018142  0x00001639 fetch  0x00000001 , 0x00000163 
+ 00018143  0x0000163a set1  0x00000005 , 0x0000003f 
+ 00018144  0x0000163b store  0x00000001 , 0x00000163 
+ 00018145  0x0000163c rtn 
+ 00018146  0x00001641 ifetch  0x00000005 , 0x00000006 
+ 00018147  0x00001642 store  0x00000005 , 0x0000019a 
+ 00018148  0x00001643 ifetch  0x00000002 , 0x00000006 
+ 00018149  0x00001644 store  0x00000002 , 0x00000183 
+ 00018150  0x00001646 fetch  0x00000001 , 0x00000163 
+ 00018151  0x00001647 set1  0x00000006 , 0x0000003f 
+ 00018152  0x00001648 store  0x00000001 , 0x00000163 
+ 00018153  0x00001649 rtn 
+ 00018154  0x0000164e setarg  0x00000014 
+ 00018155  0x0000164f store  0x00000002 , 0x00000191 
+ 00018156  0x00001650 store  0x00000002 , 0x000042ca 
+ 00018157  0x00001651 rtn 
+ 00018158  0x00001656 ifetch  0x00000008 , 0x00000006 
+ 00018159  0x00001657 store  0x00000008 , 0x000042da 
+ 00018160  0x00001658 ifetch  0x00000002 , 0x00000006 
+ 00018161  0x00001659 store  0x00000002 , 0x000042d8 
+ 00018162  0x0000165a ifetch  0x00000008 , 0x00000006 
+ 00018163  0x0000165b store  0x00000008 , 0x000042ba 
+ 00018164  0x0000165c ifetch  0x00000004 , 0x00000006 
+ 00018165  0x0000165d store  0x00000004 , 0x00004410 
+ 00018166  0x0000165e call  0x00004745 
+ 00018167  0x0000165f bpatchx  0x0000002f , 0x00004025 
+ 00018168  0x00001660 fetch  0x00000001 , 0x000042d1 
+ 00018169  0x00001661 beq  0x00000009 , 0x00004700 
+ 00018170  0x00001662 fetch  0x00000001 , 0x000042f6 
+ 00018171  0x00001663 bbit1  0x00000001 , 0x00004703 
+ 00018172  0x00001664 fetch  0x00000001 , 0x000043b3 
+ 00018173  0x00001665 ncall  0x00006b4d , 0x00000034 
+ 00018174  0x00001666 fetch  0x00000001 , 0x0000425c 
+ 00018175  0x00001667 beq  0x00000000 , 0x00004708 
+ 00018176  0x00001669 jam  0x00000001 , 0x000042d2 
+ 00018177  0x0000166a call  0x00004753 
+ 00018178  0x0000166b branch  0x00006d4b 
+ 00018179  0x0000166d jam  0x00000001 , 0x0000425c 
+ 00018180  0x0000166e arg  0x000042f7 , 0x00000006 
+ 00018181  0x0000166f arg  0x0000424c , 0x00000005 
+ 00018182  0x00001670 call  0x000073d2 
+ 00018183  0x00001671 branch  0x00004700 
+ 00018184  0x00001674 jam  0x00000000 , 0x000042d2 
+ 00018185  0x00001675 jam  0x00000000 , 0x000042d1 
+ 00018186  0x00001676 jam  0x00000041 , 0x000004c3 
+ 00018187  0x00001677 branch  0x00006f7b 
+ 00018188  0x0000167b ifetch  0x00000008 , 0x00000006 
+ 00018189  0x0000167c store  0x00000008 , 0x000042c2 
+ 00018190  0x0000167d ifetch  0x00000004 , 0x00000006 
+ 00018191  0x0000167e store  0x00000004 , 0x00004414 
+ 00018192  0x0000167f branch  0x00006d4b 
+ 00018193  0x00001684 fetch  0x00000001 , 0x00000163 
+ 00018194  0x00001685 set1  0x00000004 , 0x0000003f 
+ 00018195  0x00001686 store  0x00000001 , 0x00000163 
+ 00018196  0x00001687 rtn 
+ 00018197  0x0000168b rtn  0x00000029 
+ 00018198  0x0000168c jam  0x00000032 , 0x000004c3 
+ 00018199  0x0000168d call  0x00006f7b 
+ 00018200  0x0000168e jam  0x00000004 , 0x000042d2 
+ 00018201  0x0000168f branch  0x00004756 
+ 00018202  0x00001694 rtn 
+ 00018203  0x00001699 branch  0x0000475d 
+ 00018204  0x0000169e rtn 
+ 00018205  0x000016a3 jam  0x00000002 , 0x000042d2 
+ 00018206  0x000016a4 call  0x00004764 
+ 00018207  0x000016a5 jam  0x00000033 , 0x000004c3 
+ 00018208  0x000016a6 branch  0x00006f7b 
+ 00018209  0x000016ab rtn 
+ 00018210  0x000016b0 rtn  0x00000029 
+ 00018211  0x000016b1 branch  0x00004766 
+ 00018212  0x000016b6 rtn 
+ 00018213  0x000016bb branch  0x00004772 
+ 00018214  0x000016c0 rtn 
+ 00018215  0x000016c4 call  0x00004729 
+ 00018216  0x000016c5 branch  0x00004776 
+ 00018217  0x000016c8 ifetch  0x00000008 , 0x00000006 
+ 00018218  0x000016c9 store  0x00000008 , 0x0000437c 
+ 00018219  0x000016ca fetch  0x00000002 , 0x0000437c 
+ 00018220  0x000016cb fetcht  0x00000002 , 0x00004388 
+ 00018221  0x000016cc call  0x000074be 
+ 00018222  0x000016cd store  0x00000002 , 0x0000437c 
+ 00018223  0x000016cf fetch  0x00000002 , 0x00004380 
+ 00018224  0x000016d0 fetcht  0x00000002 , 0x00004384 
+ 00018225  0x000016d1 call  0x000074be 
+ 00018226  0x000016d2 store  0x00000002 , 0x00004380 
+ 00018227  0x000016d3 rtn 
+ 00018228  0x000016d8 branch  0x0000477c 
+ 00018229  0x000016dd ifetch  0x00000002 , 0x00000006 
+ 00018230  0x000016de store  0x00000002 , 0x0000019a 
+ 00018231  0x000016df ifetch  0x00000002 , 0x00000006 
+ 00018232  0x000016e0 store  0x00000002 , 0x00000183 
+ 00018233  0x000016e1 rtn  0x00000034 
+ 00018234  0x000016e2 fetch  0x00000001 , 0x00000163 
+ 00018235  0x000016e3 set1  0x00000007 , 0x0000003f 
+ 00018236  0x000016e4 store  0x00000001 , 0x00000163 
+ 00018237  0x000016e5 rtn 
+ 00018238  0x000016eb arg  0x00000013 , 0x00000013 
+ 00018239  0x000016ef arg  0x00000002 , 0x00000011 
+ 00018240  0x000016f0 arg  0x00000002 , 0x00000012 
+ 00018241  0x000016f1 call  0x00004199 
+ 00018242  0x000016f2 copy  0x00000013 , 0x0000003f 
+ 00018243  0x000016f3 istore  0x00000001 , 0x00000005 
+ 00018244  0x000016f4 rtn 
+ 00018245  0x000016f9 arg  0x000042c2 , 0x00000005 
+ 00018246  0x000016fa force  0x00000008 , 0x00000039 
+ 00018247  0x000016fb call  0x000074e4 
+ 00018248  0x000016fc arg  0x00004414 , 0x00000005 
+ 00018249  0x000016fd force  0x00000004 , 0x00000039 
+ 00018250  0x000016fe call  0x000074e4 
+ 00018251  0x000016ff arg  0x0000000d , 0x00000011 
+ 00018252  0x00001700 arg  0x00000004 , 0x00000012 
+ 00018253  0x00001701 call  0x00004199 
+ 00018254  0x00001702 fetch  0x00000008 , 0x000042c2 
+ 00018255  0x00001703 istore  0x00000008 , 0x00000005 
+ 00018256  0x00001704 fetch  0x00000004 , 0x00004414 
+ 00018257  0x00001705 istore  0x00000004 , 0x00000005 
+ 00018258  0x00001706 rtn 
+ 00018259  0x0000170b jam  0x00000005 , 0x000042d2 
+ 00018260  0x0000170c arg  0x00000005 , 0x00000012 
+ 00018261  0x0000170d branch  0x00004786 
+ 00018262  0x00001712 arg  0x00000006 , 0x00000012 
+ 00018263  0x00001713 branch  0x00004786 
+ 00018264  0x00001719 arg  0x00000002 , 0x00000011 
+ 00018265  0x0000171a arg  0x00000007 , 0x00000012 
+ 00018266  0x0000171b call  0x00004199 
+ 00018267  0x0000171c istorer  0x00000013 , 0x00000001 , 0x00000005 
+ 00018268  0x0000171d rtn 
+ 00018269  0x00001722 arg  0x00000009 , 0x00000011 
+ 00018270  0x00001723 arg  0x00000009 , 0x00000012 
+ 00018271  0x00001724 call  0x00004199 
+ 00018272  0x00001725 fetch  0x00000008 , 0x00004372 
+ 00018273  0x00001726 or  0x0000003f , 0x00000001 , 0x0000003f 
+ 00018274  0x00001727 istore  0x00000008 , 0x00000005 
+ 00018275  0x00001728 rtn 
+ 00018276  0x0000172d arg  0x0000000b , 0x00000012 
+ 00018277  0x0000172e branch  0x00004786 
+ 00018278  0x00001733 arg  0x00000006 , 0x00000011 
+ 00018279  0x00001734 arg  0x0000000c , 0x00000012 
+ 00018280  0x00001735 call  0x00004199 
+ 00018281  0x00001736 fetch  0x00000005 , 0x00004120 
+ 00018282  0x00001737 istore  0x00000005 , 0x00000005 
+ 00018283  0x00001738 rtn 
+ 00018284  0x0000173c arg  0x00000002 , 0x00000011 
+ 00018285  0x0000173d arg  0x0000000d , 0x00000012 
+ 00018286  0x0000173e call  0x00004199 
+ 00018287  0x0000173f setarg  0x00000006 
+ 00018288  0x00001740 istore  0x00000001 , 0x00000005 
+ 00018289  0x00001741 rtn 
+ 00018290  0x00001746 arg  0x00000013 , 0x00000012 
+ 00018291  0x00001747 branch  0x00004786 
+ 00018292  0x0000174a arg  0x00000014 , 0x00000012 
+ 00018293  0x0000174b branch  0x00004777 
+ 00018294  0x0000174e arg  0x00000015 , 0x00000012 
+ 00018295  0x00001750 arg  0x00000009 , 0x00000011 
+ 00018296  0x00001751 call  0x00004199 
+ 00018297  0x00001752 fetch  0x00000008 , 0x00004384 
+ 00018298  0x00001753 istore  0x00000008 , 0x00000005 
+ 00018299  0x00001754 rtn 
+ 00018300  0x00001759 arg  0x00000003 , 0x00000011 
+ 00018301  0x0000175a arg  0x00000017 , 0x00000012 
+ 00018302  0x0000175b call  0x00004199 
+ 00018303  0x0000175c fetch  0x00000001 , 0x0000437a 
+ 00018304  0x0000175d and  0x0000003f , 0x00000007 , 0x0000003f 
+ 00018305  0x0000175e istore  0x00000001 , 0x00000005 
+ 00018306  0x0000175f fetch  0x00000001 , 0x0000437b 
+ 00018307  0x00001760 and  0x0000003f , 0x00000007 , 0x0000003f 
+ 00018308  0x00001761 istore  0x00000001 , 0x00000005 
+ 00018309  0x00001762 rtn 
+ 00018310  0x00001767 arg  0x00000001 , 0x00000011 
+ 00018311  0x00001768 branch  0x00004199 
+ 00018312  0x0000176e bpatchx  0x00000030 , 0x00004026 
+ 00018313  0x0000176f bmark1  0x00000027 , 0x00004a1e 
+ 00018314  0x00001770 branch  0x00004c62 
+ 00018315  0x00001776 bpatchx  0x00000031 , 0x00004026 
+ 00018316  0x00001777 disable  0x00000009 
+ 00018317  0x00001778 disable  0x00000007 
+ 00018318  0x00001779 setarg  0x00555555 
+ 00018319  0x0000177a iforce  0x0000000f 
+ 00018320  0x0000177b fetch  0x00000001 , 0x000044d8 
+ 00018321  0x0000177c branch  0x00003d0c 
+ 00018322  0x0000177f bpatchx  0x00000032 , 0x00004026 
+ 00018323  0x00001780 fetch  0x00000001 , 0x00004502 
+ 00018324  0x00001781 call  0x00003ce0 
+ 00018325  0x00001782 fetch  0x00000004 , 0x000044da 
+ 00018326  0x00001783 iforce  0x00000009 
+ 00018327  0x00001784 call  0x00003925 
+ 00018328  0x00001785 fetcht  0x00000001 , 0x000044d8 
+ 00018329  0x00001786 call  0x00003d11 
+ 00018330  0x00001788 call  0x0000478b 
+ 00018331  0x00001789 bmark0  0x0000002f , 0x0000479f 
+ 00018332  0x0000178a pulse  0x00000039 
+ 00018333  0x0000178b nop  0x0000001e 
+ 00018334  0x0000178c call  0x0000478b 
+ 00018335  0x0000178e disable  0x0000002f 
+ 00018336  0x0000178f enable  0x0000000d 
+ 00018337  0x00001790 enable  0x00000021 
+ 00018338  0x00001791 disable  0x00000020 
+ 00018339  0x00001792 enable  0x00000010 
+ 00018340  0x00001793 fetch  0x00000002 , 0x000044d6 
+ 00018341  0x00001794 iforce  0x0000001b 
+ 00018342  0x00001795 correlate  0x0000003e , 0x00000003 
+ 00018343  0x00001796 nbranch  0x000047f9 , 0x00000018 
+ 00018344  0x00001797 call  0x000065a4 
+ 00018345  0x00001798 bmark1  0x0000002f , 0x000047ae 
+ 00018346  0x00001799 fetch  0x00000001 , 0x00004515 
+ 00018347  0x0000179a nbranch  0x000047ae , 0x00000034 
+ 00018348  0x0000179b disable  0x0000000d 
+ 00018349  0x0000179c enable  0x0000000b 
+ 00018350  0x0000179e enable  0x00000007 
+ 00018351  0x0000179f enable  0x00000009 
+ 00018352  0x000017a0 call  0x000047f6 
+ 00018353  0x000017a1 store  0x00000001 , 0x000044f8 
+ 00018354  0x000017a2 fetcht  0x00000001 , 0x000044f7 
+ 00018355  0x000017a3 isub  0x00000002 , 0x0000003e 
+ 00018356  0x000017a4 nbranch  0x00004801 , 0x00000005 
+ 00018357  0x000017a5 bpatchx  0x00000033 , 0x00004026 
+ 00018358  0x000017a6 disable  0x00000031 
+ 00018359  0x000017a7 isolate1  0x0000002f , 0x00000000 
+ 00018360  0x000017a8 call  0x000047e8 , 0x00000001 
+ 00018361  0x000017a9 branch  0x00004803 , 0x00000031 
+ 00018362  0x000017aa call  0x000047f6 
+ 00018363  0x000017ab store  0x00000001 , 0x00004442 
+ 00018364  0x000017ac bmark1  0x00000027 , 0x000047c1 
+ 00018365  0x000017ad fetch  0x00000001 , 0x00004442 
+ 00018366  0x000017ae fetcht  0x00000001 , 0x000044d4 
+ 00018367  0x000017af icompare  0x00000007 , 0x00000002 
+ 00018368  0x000017b0 nbranch  0x00004805 , 0x00000001 
+ 00018369  0x000017b2 call  0x000047f6 
+ 00018370  0x000017b3 isolate1  0x0000002f , 0x00000000 
+ 00018371  0x000017b4 call  0x000047f1 , 0x00000001 
+ 00018372  0x000017b5 istore  0x00000001 , 0x00000005 
+ 00018373  0x000017b6 rshift3  0x0000003f , 0x0000003f 
+ 00018374  0x000017b7 sub  0x0000003f , 0x0000001f , 0x0000003e 
+ 00018375  0x000017b8 nbranch  0x00004807 , 0x00000002 
+ 00018376  0x000017b9 copy  0x0000003f , 0x00000039 
+ 00018377  0x000017ba branch  0x000047cd , 0x00000005 
+ 00018378  0x000017bc call  0x000047f6 
+ 00018379  0x000017bd istore  0x00000001 , 0x00000005 
+ 00018380  0x000017be loop  0x000047ca 
+ 00018381  0x000017c0 bmark1  0x00000027 , 0x000047d2 
+ 00018382  0x000017c1 copy  0x00000005 , 0x00000011 
+ 00018383  0x000017c2 call  0x000047f6 
+ 00018384  0x000017c3 store  0x00000001 , 0x0000451e 
+ 00018385  0x000017c4 copy  0x00000011 , 0x00000005 
+ 00018386  0x000017c6 parse  0x00000003 , 0x00000000 , 0x00000018 
+ 00018387  0x000017c7 rshift32  0x0000003f , 0x0000003f 
+ 00018388  0x000017c8 rshift16  0x0000003f , 0x0000003f 
+ 00018389  0x000017c9 istore  0x00000003 , 0x00000005 
+ 00018390  0x000017ca fetch  0x00000001 , 0x00004515 
+ 00018391  0x000017cb nbranch  0x000047e6 , 0x00000034 
+ 00018392  0x000017cc disable  0x0000000b 
+ 00018393  0x000017ce isolate1  0x00000027 , 0x00000000 
+ 00018394  0x000017cf call  0x00004c37 , 0x00000001 
+ 00018395  0x000017d0 branch  0x00004809 , 0x00000006 
+ 00018396  0x000017d1 call  0x000065a3 
+ 00018397  0x000017d2 bpatchx  0x00000034 , 0x00004026 
+ 00018398  0x000017d3 enable  0x0000002f 
+ 00018399  0x000017d4 call  0x00003dfc 
+ 00018400  0x000017d5 rtnmark1  0x00000027 
+ 00018401  0x000017d6 fetch  0x00000001 , 0x0000451e 
+ 00018402  0x000017d7 fetcht  0x00000001 , 0x00004575 
+ 00018403  0x000017d8 isub  0x00000002 , 0x0000003e 
+ 00018404  0x000017d9 call  0x000074c0 , 0x00000002 
+ 00018405  0x000017da branch  0x00004c3a 
+ 00018406  0x000017dd disable  0x0000000d 
+ 00018407  0x000017de branch  0x000047d9 
+ 00018408  0x000017e2 call  0x000047f6 
+ 00018409  0x000017e3 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00018410  0x000017e4 branch  0x000074d0 , 0x00000002 
+ 00018411  0x000017e5 increase  0xfffffffe , 0x0000003f 
+ 00018412  0x000017e6 bmark1  0x00000027 , 0x000047ef 
+ 00018413  0x000017e7 branch  0x000074d0 , 0x00000034 
+ 00018414  0x000017e8 increase  0xffffffff , 0x0000003f 
+ 00018415  0x000017ea store  0x00000001 , 0x000004cc 
+ 00018416  0x000017eb rtn 
+ 00018417  0x000017ee and_into  0x00000007 , 0x0000003f 
+ 00018418  0x000017ef fetcht  0x00000001 , 0x000004cc 
+ 00018419  0x000017f0 lshift3  0x00000002 , 0x00000002 
+ 00018420  0x000017f1 ior  0x00000002 , 0x0000003f 
+ 00018421  0x000017f2 rtn 
+ 00018422  0x000017f5 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00018423  0x000017f6 rshift3  0x0000000c , 0x0000003f 
+ 00018424  0x000017f7 rtn 
+ 00018425  0x000017fa jam  0x00000001 , 0x00004516 
+ 00018426  0x000017fb isolate1  0x00000027 , 0x00000000 
+ 00018427  0x000017fc call  0x00004c52 , 0x00000001 
+ 00018428  0x000017fe bpatchx  0x00000035 , 0x00004026 
+ 00018429  0x000017ff call  0x00003d00 
+ 00018430  0x00001800 disable  0x0000001b 
+ 00018431  0x00001801 disable  0x0000000b 
+ 00018432  0x00001802 branch  0x000038cc 
+ 00018433  0x00001805 jam  0x00000002 , 0x00004516 
+ 00018434  0x00001806 branch  0x000047fc 
+ 00018435  0x00001809 jam  0x00000003 , 0x00004516 
+ 00018436  0x0000180a branch  0x000047fc 
+ 00018437  0x0000180d jam  0x00000004 , 0x00004516 
+ 00018438  0x0000180e branch  0x000047fc 
+ 00018439  0x00001811 jam  0x00000005 , 0x00004516 
+ 00018440  0x00001812 branch  0x000047fc 
+ 00018441  0x00001815 jam  0x00000006 , 0x00004516 
+ 00018442  0x00001816 branch  0x000047fc 
+ 00018443  0x00001819 call  0x00003925 
+ 00018444  0x0000181a fetcht  0x00000001 , 0x000044d8 
+ 00018445  0x0000181b branch  0x000039c9 
+ 00018446  0x0000181e bpatchx  0x00000036 , 0x00004026 
+ 00018447  0x0000181f fetch  0x00000001 , 0x00004503 
+ 00018448  0x00001820 call  0x00003ce0 
+ 00018449  0x00001821 fetch  0x00000004 , 0x000044da 
+ 00018450  0x00001822 iforce  0x00000009 
+ 00018451  0x00001823 call  0x0000478b 
+ 00018452  0x00001824 call  0x0000480b 
+ 00018453  0x00001825 set1  0x00000000 , 0x00000015 
+ 00018454  0x00001826 enable  0x0000001d 
+ 00018455  0x00001827 enable  0x00000020 
+ 00018456  0x00001828 disable  0x00000021 
+ 00018457  0x00001829 call  0x000065aa 
+ 00018458  0x0000182a disable  0x0000003a 
+ 00018459  0x0000182b bmark1  0x0000002f , 0x00004840 
+ 00018460  0x0000182c bmark1  0x0000002d , 0x00004852 
+ 00018461  0x0000182d rshift16  0x00000009 , 0x0000003f 
+ 00018462  0x0000182e rshift8  0x0000003f , 0x0000003f 
+ 00018463  0x0000182f rshift4  0x0000003f , 0x0000003f 
+ 00018464  0x00001830 inject  0x00000003 , 0x00000028 
+ 00018465  0x00001832 bpatchx  0x00000037 , 0x00004026 
+ 00018466  0x00001833 bmark1  0x0000002f , 0x00004827 
+ 00018467  0x00001834 fetch  0x00000001 , 0x00004515 
+ 00018468  0x00001835 nbranch  0x00004827 , 0x00000034 
+ 00018469  0x00001836 disable  0x0000001d 
+ 00018470  0x00001837 enable  0x0000001b 
+ 00018471  0x00001839 enable  0x00000007 
+ 00018472  0x0000183a enable  0x00000009 
+ 00018473  0x0000183b fetch  0x00000001 , 0x000044d5 
+ 00018474  0x0000183c iforce  0x00000039 
+ 00018475  0x0000183d arg  0x00004484 , 0x00000006 
+ 00018476  0x0000183f ifetch  0x00000001 , 0x00000006 
+ 00018477  0x00001840 inject  0x00000003 , 0x00000008 
+ 00018478  0x00001841 loop  0x0000482c 
+ 00018479  0x00001842 enable  0x00000008 
+ 00018480  0x00001843 inject  0x00000003 , 0x00000018 
+ 00018481  0x00001844 disable  0x00000008 
+ 00018482  0x00001845 bmark0  0x0000002f , 0x00004836 
+ 00018483  0x00001846 disable  0x00000007 
+ 00018484  0x00001847 setarg  0x00000000 
+ 00018485  0x00001848 inject  0x00000003 , 0x00000003 
+ 00018486  0x0000184a until  0x0000003e , 0x00000027 
+ 00018487  0x0000184b nop  0x00000064 
+ 00018488  0x0000184c disable  0x0000003a 
+ 00018489  0x0000184d disable  0x0000001d 
+ 00018490  0x0000184e fetch  0x00000001 , 0x00004515 
+ 00018491  0x0000184f nbranch  0x0000483d , 0x00000034 
+ 00018492  0x00001850 disable  0x0000001b 
+ 00018493  0x00001852 disable  0x00000038 
+ 00018494  0x00001853 call  0x00003925 
+ 00018495  0x00001854 branch  0x000065a8 
+ 00018496  0x00001857 arg  0x0000000a , 0x00000039 
+ 00018497  0x00001859 setarg  0x0000003c 
+ 00018498  0x0000185a inject  0x00000003 , 0x00000008 
+ 00018499  0x0000185b loop  0x00004841 
+ 00018500  0x0000185c disable  0x0000001d 
+ 00018501  0x0000185d enable  0x00000038 
+ 00018502  0x0000185e rshift16  0x00000009 , 0x0000003f 
+ 00018503  0x0000185f rshift16  0x0000003f , 0x0000003f 
+ 00018504  0x00001860 rshift4  0x0000003f , 0x0000003f 
+ 00018505  0x00001861 inject  0x00000003 , 0x00000020 
+ 00018506  0x00001862 bmark1  0x0000002e , 0x0000484f 
+ 00018507  0x00001864 setarg  0x00000001 
+ 00018508  0x00001865 inject  0x00000003 , 0x00000005 
+ 00018509  0x00001866 enable  0x0000003a 
+ 00018510  0x00001867 branch  0x00004821 
+ 00018511  0x0000186a setarg  0x00000000 
+ 00018512  0x0000186b inject  0x00000003 , 0x00000005 
+ 00018513  0x0000186c branch  0x00004821 
+ 00018514  0x0000186f fetch  0x00000001 , 0x0000411d 
+ 00018515  0x00001870 rshift  0x0000003f , 0x00000039 
+ 00018516  0x00001872 nop  0x00000002 
+ 00018517  0x00001873 loop  0x00004854 
+ 00018518  0x00001875 rshift16  0x00000009 , 0x0000003f 
+ 00018519  0x00001876 rshift8  0x0000003f , 0x0000003f 
+ 00018520  0x00001877 rshift4  0x0000003f , 0x00000002 
+ 00018521  0x00001878 copy  0x00000002 , 0x0000003f 
+ 00018522  0x00001879 inject  0x00000003 , 0x00000008 
+ 00018523  0x0000187a copy  0x00000002 , 0x0000003f 
+ 00018524  0x0000187b inject  0x00000003 , 0x00000028 
+ 00018525  0x0000187c branch  0x00004821 
+ 00018526  0x00001885 bpatchx  0x00000038 , 0x00004027 
+ 00018527  0x00001886 fetch  0x00000001 , 0x00004503 
+ 00018528  0x00001887 bbit1  0x00000002 , 0x0000487f 
+ 00018529  0x00001889 fetch  0x00000001 , 0x000044d3 
+ 00018530  0x0000188a increase  0x00000003 , 0x0000003f 
+ 00018531  0x0000188b store  0x00000001 , 0x000044d5 
+ 00018532  0x0000188d fetch  0x00000001 , 0x000044f7 
+ 00018533  0x0000188e store  0x00000001 , 0x00004484 
+ 00018534  0x00001890 fetch  0x00000001 , 0x000044d4 
+ 00018535  0x00001891 istore  0x00000001 , 0x00000005 
+ 00018536  0x00001893 fetch  0x00000001 , 0x000044d3 
+ 00018537  0x00001895 lshift3  0x0000003f , 0x0000003f 
+ 00018538  0x00001896 fetcht  0x00000001 , 0x000044c9 
+ 00018539  0x00001897 and  0x00000002 , 0x00000003 , 0x00000002 
+ 00018540  0x00001898 lshift  0x00000002 , 0x00000002 
+ 00018541  0x00001899 ior  0x00000002 , 0x0000003f 
+ 00018542  0x0000189a fetcht  0x00000001 , 0x000044ca 
+ 00018543  0x0000189b iadd  0x00000002 , 0x0000003f 
+ 00018544  0x0000189c istore  0x00000001 , 0x00000005 
+ 00018545  0x0000189e fetch  0x00000001 , 0x000044d3 
+ 00018546  0x0000189f iforce  0x00000039 
+ 00018547  0x000018a0 arg  0x00004464 , 0x00000006 
+ 00018548  0x000018a1 call  0x00007419 
+ 00018549  0x000018a2 bpatchx  0x00000039 , 0x00004027 
+ 00018550  0x000018a4 rtnmark0  0x00000027 
+ 00018551  0x000018a5 fetch  0x00000001 , 0x00000030 
+ 00018552  0x000018a6 istore  0x00000001 , 0x00000005 
+ 00018553  0x000018a7 fetch  0x00000001 , 0x00004503 
+ 00018554  0x000018a8 rtnbit1  0x00000002 
+ 00018555  0x000018a9 fetch  0x00000001 , 0x000044d5 
+ 00018556  0x000018aa increase  0x00000001 , 0x0000003f 
+ 00018557  0x000018ab store  0x00000001 , 0x000044d5 
+ 00018558  0x000018ac rtn 
+ 00018559  0x000018b0 fetch  0x00000001 , 0x000044d3 
+ 00018560  0x000018b1 increase  0x00000004 , 0x0000003f 
+ 00018561  0x000018b2 bmark0  0x00000027 , 0x00004883 
+ 00018562  0x000018b3 increase  0x00000001 , 0x0000003f 
+ 00018563  0x000018b5 store  0x00000001 , 0x000044d5 
+ 00018564  0x000018b7 fetch  0x00000001 , 0x000044f7 
+ 00018565  0x000018b8 store  0x00000001 , 0x00004484 
+ 00018566  0x000018ba fetch  0x00000001 , 0x000044d5 
+ 00018567  0x000018bb increase  0xfffffffe , 0x0000003f 
+ 00018568  0x000018bc istore  0x00000001 , 0x00000005 
+ 00018569  0x000018be fetch  0x00000001 , 0x000044d4 
+ 00018570  0x000018bf istore  0x00000001 , 0x00000005 
+ 00018571  0x000018c0 setarg  0x00000000 
+ 00018572  0x000018c1 branch  0x00004869 
+ 00018573  0x000018c4 bpatchx  0x0000003a , 0x00004027 
+ 00018574  0x000018c6 fetch  0x00000001 , 0x00004443 
+ 00018575  0x000018c7 rshift3  0x0000003f , 0x0000003f 
+ 00018576  0x000018c8 store  0x00000001 , 0x000044c8 
+ 00018577  0x000018ca increase  0x00000001 , 0x0000003f 
+ 00018578  0x000018cb arg  0x00004443 , 0x00000006 
+ 00018579  0x000018cc iadd  0x00000006 , 0x00000006 
+ 00018580  0x000018cd ifetch  0x00000003 , 0x00000006 
+ 00018581  0x000018ce store  0x00000003 , 0x000044cb 
+ 00018582  0x000018d0 fetch  0x00000001 , 0x00004443 
+ 00018583  0x000018d1 rshift  0x0000003f , 0x0000003f 
+ 00018584  0x000018d2 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00018585  0x000018d3 store  0x00000001 , 0x000044d1 
+ 00018586  0x000018d4 rtn 
+ 00018587  0x000018d8 bpatchx  0x0000003b , 0x00004027 
+ 00018588  0x000018d9 fetcht  0x00000001 , 0x000044d9 
+ 00018589  0x000018da call  0x000048a0 
+ 00018590  0x000018db storet  0x00000001 , 0x000044d9 
+ 00018591  0x000018dc rtn 
+ 00018592  0x000018df bpatchx  0x0000003c , 0x00004027 
+ 00018593  0x000018e0 call  0x000048a5 
+ 00018594  0x000018e1 increase  0x00000001 , 0x00000002 
+ 00018595  0x000018e2 and_into  0x00000003 , 0x00000002 
+ 00018596  0x000018e3 rtn 
+ 00018597  0x000018e6 bpatchx  0x0000003d , 0x00004027 
+ 00018598  0x000018e7 fetch  0x00000001 , 0x000044da 
+ 00018599  0x000018e8 and_into  0x00000003 , 0x0000003f 
+ 00018600  0x000018e9 mul32  0x0000003f , 0x00000004 , 0x00000011 
+ 00018601  0x000018ea setarg  0x000044de 
+ 00018602  0x000018eb iadd  0x00000011 , 0x0000003f 
+ 00018603  0x000018ec iadd  0x00000002 , 0x00000006 
+ 00018604  0x000018ed ifetch  0x00000001 , 0x00000006 
+ 00018605  0x000018ee store  0x00000001 , 0x000044d8 
+ 00018606  0x000018ef rtn 
+ 00018607  0x000018f3 store  0x00000004 , 0x000044da 
+ 00018608  0x000018f5 bpatchx  0x0000003e , 0x00004027 
+ 00018609  0x000018f7 arg  0x00000000 , 0x00000011 
+ 00018610  0x000018f8 arg  0x00000004 , 0x00000039 
+ 00018611  0x000018f9 arg  0x000044da , 0x00000006 
+ 00018612  0x000018fb ifetch  0x00000001 , 0x00000006 
+ 00018613  0x000018fc iadd  0x00000011 , 0x00000011 
+ 00018614  0x000018fd loop  0x000048b4 
+ 00018615  0x000018fe copy  0x00000011 , 0x0000003f 
+ 00018616  0x000018ff store  0x00000002 , 0x000044f5 
+ 00018617  0x00001900 fetch  0x00000001 , 0x000044f5 
+ 00018618  0x00001901 fetcht  0x00000001 , 0x000044f6 
+ 00018619  0x00001902 iadd  0x00000002 , 0x0000003f 
+ 00018620  0x00001903 store  0x00000001 , 0x000044f7 
+ 00018621  0x00001904 rtn 
+ 00018622  0x00001908 bpatchx  0x0000003f , 0x00004027 
+ 00018623  0x00001909 call  0x000074ca 
+ 00018624  0x0000190a fetcht  0x00000004 , 0x000044ee 
+ 00018625  0x0000190b copy  0x00000022 , 0x0000003f 
+ 00018626  0x0000190c isub  0x00000002 , 0x0000003e 
+ 00018627  0x0000190d ncall  0x000048ce , 0x00000002 
+ 00018628  0x0000190e copy  0x0000003f , 0x00000012 
+ 00018629  0x0000190f fetch  0x00000004 , 0x000044ee 
+ 00018630  0x00001910 fetcht  0x00000001 , 0x000044f2 
+ 00018631  0x00001911 iadd  0x00000002 , 0x00000002 
+ 00018632  0x00001912 copy  0x00000012 , 0x0000003f 
+ 00018633  0x00001913 isub  0x00000002 , 0x0000003e 
+ 00018634  0x00001914 nrtn  0x00000002 
+ 00018635  0x00001915 set0  0x0000001c , 0x0000003f 
+ 00018636  0x00001916 store  0x00000004 , 0x000044ee 
+ 00018637  0x00001917 branch  0x000074c8 
+ 00018638  0x0000191a rtn  0x00000005 
+ 00018639  0x0000191b set1  0x0000001c , 0x0000003f 
+ 00018640  0x0000191c rtn 
+ 00018641  0x0000191f setarg  0x00000000 
+ 00018642  0x00001920 store  0x00000004 , 0x000044ee 
+ 00018643  0x00001921 rtn 
+ 00018644  0x0000192a bpatchx  0x00000040 , 0x00004028 
+ 00018645  0x0000192b setsect  0x00000000 , 0x00001300 
+ 00018646  0x0000192c setsect  0x00000001 , 0x0001908b 
+ 00018647  0x0000192d setsect  0x00000002 , 0x00036150 
+ 00018648  0x0000192e setsect  0x00000003 , 0x00003d20 
+ 00018649  0x0000192f store  0x00000009 , 0x000044de 
+ 00018650  0x00001930 setsect  0x00000000 , 0x00003a1a 
+ 00018651  0x00001931 setsect  0x00000001 , 0x0000c453 
+ 00018652  0x00001932 setsect  0x00000002 , 0x0000d312 
+ 00018653  0x00001933 setsect  0x00000003 , 0x00000001 
+ 00018654  0x00001934 istore  0x00000007 , 0x00000005 
+ 00018655  0x00001935 fetch  0x00000001 , 0x00004504 
+ 00018656  0x00001936 rtn  0x00000034 
+ 00018657  0x00001937 arg  0x00004505 , 0x00000006 
+ 00018658  0x00001938 arg  0x000044de , 0x00000005 
+ 00018659  0x00001939 branch  0x000073d2 
+ 00018660  0x00001942 bpatchx  0x00000041 , 0x00004028 
+ 00018661  0x00001943 setarg  0x004e001e 
+ 00018662  0x00001944 store  0x00000003 , 0x00004506 
+ 00018663  0x00001945 setarg  0x00032303 
+ 00018664  0x00001946 istore  0x00000003 , 0x00000005 
+ 00018665  0x00001947 setarg  0x00250642 
+ 00018666  0x00001948 istore  0x00000003 , 0x00000005 
+ 00018667  0x00001949 setarg  0x00094c06 
+ 00018668  0x0000194a istore  0x00000003 , 0x00000005 
+ 00018669  0x0000194b setarg  0x003c0927 
+ 00018670  0x0000194c istore  0x00000003 , 0x00000005 
+ 00018671  0x0000194d jam  0x00000001 , 0x00004504 
+ 00018672  0x0000194e rtn 
+ 00018673  0x00001952 bpatchx  0x00000042 , 0x00004028 
+ 00018674  0x00001953 arg  0x00006978 , 0x00000002 
+ 00018675  0x00001954 bmark1  0x00000027 , 0x000048f8 
+ 00018676  0x00001955 arg  0x000012c0 , 0x00000002 
+ 00018677  0x00001956 fetch  0x00000001 , 0x00004502 
+ 00018678  0x00001957 bbit0  0x00000002 , 0x000048f8 
+ 00018679  0x00001958 arg  0x00002ee0 , 0x00000002 
+ 00018680  0x0000195a storet  0x00000002 , 0x000044d6 
+ 00018681  0x0000195b rtn 
+ 00018682  0x0000195e jam  0x00000001 , 0x00004502 
+ 00018683  0x0000195f jam  0x00000001 , 0x00004503 
+ 00018684  0x00001960 rtn 
+ 00018685  0x00001963 jam  0x00000002 , 0x00004502 
+ 00018686  0x00001964 jam  0x00000002 , 0x00004503 
+ 00018687  0x00001965 rtn 
+ 00018688  0x0000197e bpatchx  0x00000043 , 0x00004028 
+ 00018689  0x0000197f jam  0x0000004e , 0x0000451b 
+ 00018690  0x00001980 setarg  0x00101520 
+ 00018691  0x00001981 store  0x00000003 , 0x00004517 
+ 00018692  0x00001982 setarg  0x00000005 
+ 00018693  0x00001983 istore  0x00000001 , 0x00000005 
+ 00018694  0x00001984 rtn 
+ 00018695  0x0000198b arg  0x00004523 , 0x00000013 
+ 00018696  0x0000198c arg  0x00004cdb , 0x00000012 
+ 00018697  0x0000198d branch  0x00004dd3 
+ 00018698  0x00001990 set1  0x00000026 , 0x00000000 
+ 00018699  0x00001991 fetch  0x00000001 , 0x00004547 
+ 00018700  0x00001992 set0  0x00000002 , 0x0000003f 
+ 00018701  0x00001993 set1  0x00000001 , 0x0000003f 
+ 00018702  0x00001994 store  0x00000001 , 0x00004547 
+ 00018703  0x00001995 setarg  0x00000000 
+ 00018704  0x00001996 store  0x00000002 , 0x00004529 
+ 00018705  0x00001997 fetch  0x00000002 , 0x00004521 
+ 00018706  0x00001998 store  0x00000002 , 0x00004523 
+ 00018707  0x00001999 jam  0x00000000 , 0x00004520 
+ 00018708  0x0000199a call  0x0000494f 
+ 00018709  0x0000199c jam  0x00000000 , 0x000044c9 
+ 00018710  0x0000199d fetch  0x00000001 , 0x0000451b 
+ 00018711  0x0000199e store  0x00000001 , 0x000044d8 
+ 00018712  0x0000199f fetch  0x00000001 , 0x0000451c 
+ 00018713  0x000019a0 store  0x00000001 , 0x00004116 
+ 00018714  0x000019a1 fetch  0x00000004 , 0x00004517 
+ 00018715  0x000019a2 branch  0x000048af 
+ 00018716  0x000019a6 bpatchx  0x00000044 , 0x00004028 
+ 00018717  0x000019a7 jam  0x00000000 , 0x0000452d 
+ 00018718  0x000019a8 fetch  0x00000002 , 0x00004525 
+ 00018719  0x000019a9 increase  0x00000001 , 0x0000003f 
+ 00018720  0x000019aa store  0x00000002 , 0x00004525 
+ 00018721  0x000019ab fetch  0x00000001 , 0x00004525 
+ 00018722  0x000019ac and  0x0000003f , 0x000000ff , 0x0000003f 
+ 00018723  0x000019ad nrtn  0x00000034 
+ 00018724  0x000019ae fetch  0x00000001 , 0x0000451f 
+ 00018725  0x000019af beq  0x000000ff , 0x00004971 
+ 00018726  0x000019b0 beq  0x00000001 , 0x0000492b 
+ 00018727  0x000019b1 beq  0x00000002 , 0x0000492d 
+ 00018728  0x000019b2 beq  0x00000003 , 0x00004933 
+ 00018729  0x000019b3 beq  0x00000004 , 0x00004939 
+ 00018730  0x000019b4 rtn 
+ 00018731  0x000019b7 jam  0x000000ff , 0x00004464 
+ 00018732  0x000019b8 branch  0x0000493a 
+ 00018733  0x000019bb fetch  0x00000001 , 0x000044f9 
+ 00018734  0x000019bc branch  0x00004931 , 0x00000034 
+ 00018735  0x000019bd fetch  0x00000004 , 0x0000454f 
+ 00018736  0x000019be call  0x000048af 
+ 00018737  0x000019c0 jam  0x000000aa , 0x00004464 
+ 00018738  0x000019c1 branch  0x0000493a 
+ 00018739  0x000019c4 jam  0x00000055 , 0x00004464 
+ 00018740  0x000019c5 fetch  0x00000001 , 0x000044f9 
+ 00018741  0x000019c6 branch  0x0000493a , 0x00000034 
+ 00018742  0x000019c7 fetch  0x00000004 , 0x00004533 
+ 00018743  0x000019c8 store  0x00000004 , 0x00004466 
+ 00018744  0x000019c9 branch  0x0000493c 
+ 00018745  0x000019cc jam  0x00000022 , 0x00004464 
+ 00018746  0x000019ce fetch  0x00000004 , 0x0000454f 
+ 00018747  0x000019cf store  0x00000004 , 0x00004466 
+ 00018748  0x000019d1 fetch  0x00000001 , 0x000044d4 
+ 00018749  0x000019d2 and_into  0x00000007 , 0x0000003f 
+ 00018750  0x000019d3 store  0x00000001 , 0x00004465 
+ 00018751  0x000019d4 jam  0x00000000 , 0x0000446a 
+ 00018752  0x000019d5 jam  0x00000007 , 0x000044d3 
+ 00018753  0x000019d6 call  0x0000485e 
+ 00018754  0x000019d7 call  0x00004cb0 
+ 00018755  0x000019d8 nrtn  0x00000018 
+ 00018756  0x000019d9 nrtn  0x0000002f 
+ 00018757  0x000019da call  0x00004bef 
+ 00018758  0x000019db call  0x00004ccf 
+ 00018759  0x000019dc bpatchx  0x00000045 , 0x00004028 
+ 00018760  0x000019dd fetch  0x00000001 , 0x0000451f 
+ 00018761  0x000019de rtneq  0x000000ff 
+ 00018762  0x000019df beq  0x00000001 , 0x00004954 
+ 00018763  0x000019e0 beq  0x00000002 , 0x00004956 
+ 00018764  0x000019e1 beq  0x00000003 , 0x0000495c 
+ 00018765  0x000019e2 beq  0x00000004 , 0x00004964 
+ 00018766  0x000019e3 rtn 
+ 00018767  0x000019e6 jam  0x00000002 , 0x0000451f 
+ 00018768  0x000019e7 fetch  0x00000001 , 0x000044f9 
+ 00018769  0x000019e8 rtn  0x00000034 
+ 00018770  0x000019e9 jam  0x00000001 , 0x0000451f 
+ 00018771  0x000019ea rtn 
+ 00018772  0x000019ed jam  0x00000002 , 0x0000451f 
+ 00018773  0x000019ee branch  0x00004cab 
+ 00018774  0x000019f1 fetch  0x00000001 , 0x000044f9 
+ 00018775  0x000019f2 branch  0x0000495a , 0x00000034 
+ 00018776  0x000019f3 fetch  0x00000004 , 0x000044aa 
+ 00018777  0x000019f4 store  0x00000004 , 0x00004533 
+ 00018778  0x000019f6 jam  0x00000003 , 0x0000451f 
+ 00018779  0x000019f7 branch  0x00004cab 
+ 00018780  0x000019fa fetch  0x00000001 , 0x000044f9 
+ 00018781  0x000019fb branch  0x00004962 , 0x00000034 
+ 00018782  0x000019fc fetch  0x00000004 , 0x000044aa 
+ 00018783  0x000019fd fetcht  0x00000004 , 0x0000454f 
+ 00018784  0x000019fe isub  0x00000002 , 0x0000003e 
+ 00018785  0x000019ff nrtn  0x00000005 
+ 00018786  0x00001a01 jam  0x00000004 , 0x0000451f 
+ 00018787  0x00001a02 branch  0x00004cab 
+ 00018788  0x00001a05 fetch  0x00000001 , 0x000044f9 
+ 00018789  0x00001a06 branch  0x0000496a , 0x00000034 
+ 00018790  0x00001a07 fetch  0x00000004 , 0x000044aa 
+ 00018791  0x00001a08 fetcht  0x00000004 , 0x00004533 
+ 00018792  0x00001a09 isub  0x00000002 , 0x0000003e 
+ 00018793  0x00001a0a nrtn  0x00000005 
+ 00018794  0x00001a0c jam  0x000000ff , 0x0000451f 
+ 00018795  0x00001a0d jam  0x00000039 , 0x000004c3 
+ 00018796  0x00001a0e call  0x00006f7b 
+ 00018797  0x00001a0f setarg  0x00000000 
+ 00018798  0x00001a10 store  0x00000002 , 0x00004523 
+ 00018799  0x00001a11 fetch  0x00000004 , 0x000044aa 
+ 00018800  0x00001a12 call  0x000048af 
+ 00018801  0x00001a14 fetch  0x00000001 , 0x00004547 
+ 00018802  0x00001a15 set0  0x00000001 , 0x0000003f 
+ 00018803  0x00001a16 store  0x00000001 , 0x00004547 
+ 00018804  0x00001a17 branch  0x00004cab 
+ 00018805  0x00001a32 jam  0x00000001 , 0x00004561 
+ 00018806  0x00001a33 jam  0x00000000 , 0x00004560 
+ 00018807  0x00001a34 rtn 
+ 00018808  0x00001a37 fetch  0x00000001 , 0x00004560 
+ 00018809  0x00001a38 rtnbit1  0x00000001 
+ 00018810  0x00001a39 set1  0x00000001 , 0x0000003f 
+ 00018811  0x00001a3a store  0x00000001 , 0x00004560 
+ 00018812  0x00001a3b setarg  0x00000000 
+ 00018813  0x00001a3c store  0x00000003 , 0x0000451e 
+ 00018814  0x00001a3d store  0x00000001 , 0x00004529 
+ 00018815  0x00001a3e store  0x00000001 , 0x0000452a 
+ 00018816  0x00001a3f store  0x00000004 , 0x00004577 
+ 00018817  0x00001a40 jam  0x00000001 , 0x0000455c 
+ 00018818  0x00001a41 branch  0x00004915 
+ 00018819  0x00001a45 jam  0x00000001 , 0x0000455c 
+ 00018820  0x00001a46 jam  0x00000008 , 0x000044d3 
+ 00018821  0x00001a47 arg  0x00004521 , 0x00000006 
+ 00018822  0x00001a48 arg  0x00004464 , 0x00000005 
+ 00018823  0x00001a49 branch  0x000073cc 
+ 00018824  0x00001a4d bpatchx  0x00000046 , 0x00004028 
+ 00018825  0x00001a4e call  0x00004a39 
+ 00018826  0x00001a4f call  0x00004792 
+ 00018827  0x00001a50 nbranch  0x00004a39 , 0x0000002f 
+ 00018828  0x00001a51 call  0x00004997 
+ 00018829  0x00001a52 call  0x00004a6c 
+ 00018830  0x00001a53 call  0x00004a14 
+ 00018831  0x00001a54 call  0x0000521d 
+ 00018832  0x00001a55 fetch  0x00000001 , 0x000044f9 
+ 00018833  0x00001a56 rtn  0x00000034 
+ 00018834  0x00001a57 fetch  0x00000004 , 0x00004577 
+ 00018835  0x00001a58 rtn  0x00000034 
+ 00018836  0x00001a59 branch  0x000048af 
+ 00018837  0x00001a5c call  0x00004a39 
+ 00018838  0x00001a5d branch  0x000047fc 
+ 00018839  0x00001a60 jam  0x00000005 , 0x0000456d 
+ 00018840  0x00001a61 arg  0x00004442 , 0x00000006 
+ 00018841  0x00001a62 arg  0x00004533 , 0x00000005 
+ 00018842  0x00001a63 call  0x000073cc 
+ 00018843  0x00001a64 bpatchx  0x00000047 , 0x00004028 
+ 00018844  0x00001a65 fetch  0x00000001 , 0x00004535 
+ 00018845  0x00001a66 beq  0x000000aa , 0x000049a2 
+ 00018846  0x00001a67 beq  0x00000055 , 0x000049b3 
+ 00018847  0x00001a68 beq  0x00000022 , 0x000049d4 
+ 00018848  0x00001a69 beq  0x000000ff , 0x00004c0e 
+ 00018849  0x00001a6a rtn 
+ 00018850  0x00001a6e fetch  0x00000001 , 0x00004536 
+ 00018851  0x00001a6f beq  0x00000001 , 0x000049a6 
+ 00018852  0x00001a70 beq  0x00000002 , 0x000049ae 
+ 00018853  0x00001a71 rtn 
+ 00018854  0x00001a74 fetch  0x00000001 , 0x00004529 
+ 00018855  0x00001a75 nrtn  0x00000034 
+ 00018856  0x00001a76 jam  0x00000001 , 0x0000451e 
+ 00018857  0x00001a78 jam  0x00000001 , 0x00004521 
+ 00018858  0x00001a7a jam  0x00000080 , 0x00004522 
+ 00018859  0x00001a7b fetch  0x00000006 , 0x0000443c 
+ 00018860  0x00001a7c store  0x00000006 , 0x00004523 
+ 00018861  0x00001a7d rtn 
+ 00018862  0x00001a80 fetch  0x00000001 , 0x0000452a 
+ 00018863  0x00001a81 nrtn  0x00000034 
+ 00018864  0x00001a82 jam  0x00000001 , 0x0000451f 
+ 00018865  0x00001a84 jam  0x00000002 , 0x00004521 
+ 00018866  0x00001a85 branch  0x000049aa 
+ 00018867  0x00001a89 fetch  0x00000001 , 0x000044f9 
+ 00018868  0x00001a8a branch  0x000049b9 , 0x00000034 
+ 00018869  0x00001a8b fetch  0x00000004 , 0x00004537 
+ 00018870  0x00001a8c fetcht  0x00000004 , 0x0000443c 
+ 00018871  0x00001a8d isub  0x00000002 , 0x0000003e 
+ 00018872  0x00001a8e nrtn  0x00000005 
+ 00018873  0x00001a90 fetch  0x00000001 , 0x00004536 
+ 00018874  0x00001a91 beq  0x00000001 , 0x000049bd 
+ 00018875  0x00001a92 beq  0x00000002 , 0x000049ca 
+ 00018876  0x00001a93 rtn 
+ 00018877  0x00001a96 fetch  0x00000001 , 0x00004529 
+ 00018878  0x00001a97 nrtn  0x00000034 
+ 00018879  0x00001a98 fetch  0x00000001 , 0x0000451e 
+ 00018880  0x00001a99 beq  0x00000001 , 0x000049c2 
+ 00018881  0x00001a9a rtn 
+ 00018882  0x00001a9c jam  0x00000002 , 0x0000451e 
+ 00018883  0x00001a9d fetch  0x00000001 , 0x000044f9 
+ 00018884  0x00001a9e branch  0x000049a9 , 0x00000034 
+ 00018885  0x00001aa0 jam  0x00000001 , 0x00004521 
+ 00018886  0x00001aa2 jam  0x00000080 , 0x00004522 
+ 00018887  0x00001aa3 fetch  0x00000004 , 0x00004577 
+ 00018888  0x00001aa4 store  0x00000004 , 0x00004523 
+ 00018889  0x00001aa5 branch  0x000074c8 
+ 00018890  0x00001aa8 fetch  0x00000001 , 0x0000452a 
+ 00018891  0x00001aa9 nrtn  0x00000034 
+ 00018892  0x00001aaa fetch  0x00000001 , 0x0000451f 
+ 00018893  0x00001aab beq  0x00000001 , 0x000049cf 
+ 00018894  0x00001aac rtn 
+ 00018895  0x00001aae jam  0x00000002 , 0x0000451f 
+ 00018896  0x00001aaf fetch  0x00000001 , 0x000044f9 
+ 00018897  0x00001ab0 branch  0x000049b1 , 0x00000034 
+ 00018898  0x00001ab1 jam  0x00000002 , 0x00004521 
+ 00018899  0x00001ab2 branch  0x000049c6 
+ 00018900  0x00001ab6 fetch  0x00000001 , 0x000044f9 
+ 00018901  0x00001ab7 branch  0x000049da , 0x00000034 
+ 00018902  0x00001ab8 fetch  0x00000004 , 0x00004537 
+ 00018903  0x00001ab9 fetcht  0x00000004 , 0x00004577 
+ 00018904  0x00001aba isub  0x00000002 , 0x0000003e 
+ 00018905  0x00001abb nrtn  0x00000005 
+ 00018906  0x00001abd fetch  0x00000001 , 0x00004536 
+ 00018907  0x00001abe beq  0x00000001 , 0x000049de 
+ 00018908  0x00001abf beq  0x00000002 , 0x000049ec 
+ 00018909  0x00001ac0 rtn 
+ 00018910  0x00001ac3 fetch  0x00000001 , 0x00004529 
+ 00018911  0x00001ac4 nrtn  0x00000034 
+ 00018912  0x00001ac5 fetch  0x00000001 , 0x0000451e 
+ 00018913  0x00001ac6 beq  0x00000002 , 0x000049e3 
+ 00018914  0x00001ac7 rtn 
+ 00018915  0x00001ac9 jam  0x00000001 , 0x00004529 
+ 00018916  0x00001aca call  0x00004a08 
+ 00018917  0x00001acb call  0x000049a9 
+ 00018918  0x00001acc fetch  0x00000001 , 0x00004520 
+ 00018919  0x00001acd or_into  0x00000001 , 0x0000003f 
+ 00018920  0x00001ace store  0x00000001 , 0x00004520 
+ 00018921  0x00001ad0 setarg  0x00000000 
+ 00018922  0x00001ad1 store  0x00000002 , 0x0000451e 
+ 00018923  0x00001ad2 rtn 
+ 00018924  0x00001ad5 fetch  0x00000001 , 0x0000452a 
+ 00018925  0x00001ad6 nrtn  0x00000034 
+ 00018926  0x00001ad7 fetch  0x00000001 , 0x0000451f 
+ 00018927  0x00001ad8 bne  0x00000000 , 0x000049f1 
+ 00018928  0x00001ad9 rtn 
+ 00018929  0x00001adb jam  0x00000001 , 0x0000452a 
+ 00018930  0x00001adc call  0x00004a0e 
+ 00018931  0x00001add call  0x000049b1 
+ 00018932  0x00001ade fetch  0x00000001 , 0x00004520 
+ 00018933  0x00001adf or_into  0x00000002 , 0x0000003f 
+ 00018934  0x00001ae0 store  0x00000001 , 0x00004520 
+ 00018935  0x00001ae1 call  0x000049e9 
+ 00018936  0x00001ae2 branch  0x00005217 
+ 00018937  0x00001ae5 fetch  0x00000001 , 0x00004561 
+ 00018938  0x00001ae6 rtnne  0x00000001 
+ 00018939  0x00001ae7 fetch  0x00000001 , 0x0000455b 
+ 00018940  0x00001ae8 nrtn  0x00000034 
+ 00018941  0x00001ae9 fetch  0x00000001 , 0x00004445 
+ 00018942  0x00001aea beq  0x00000001 , 0x00004a01 
+ 00018943  0x00001aeb beq  0x00000002 , 0x00004a05 
+ 00018944  0x00001aec rtn 
+ 00018945  0x00001aee fetch  0x00000001 , 0x00004576 
+ 00018946  0x00001aef rtnbit0  0x00000000 
+ 00018947  0x00001af1 disable  0x0000002f 
+ 00018948  0x00001af2 rtn 
+ 00018949  0x00001af4 fetch  0x00000001 , 0x00004576 
+ 00018950  0x00001af5 rtnbit0  0x00000001 
+ 00018951  0x00001af6 branch  0x00004a03 
+ 00018952  0x00001af9 fetch  0x00000001 , 0x0000455b 
+ 00018953  0x00001afa nrtn  0x00000034 
+ 00018954  0x00001afb fetch  0x00000001 , 0x00004576 
+ 00018955  0x00001afc or_into  0x00000001 , 0x0000003f 
+ 00018956  0x00001afd store  0x00000001 , 0x00004576 
+ 00018957  0x00001afe rtn 
+ 00018958  0x00001b01 fetch  0x00000001 , 0x0000455b 
+ 00018959  0x00001b02 nrtn  0x00000034 
+ 00018960  0x00001b03 fetch  0x00000001 , 0x00004576 
+ 00018961  0x00001b04 or_into  0x00000002 , 0x0000003f 
+ 00018962  0x00001b05 store  0x00000001 , 0x00004576 
+ 00018963  0x00001b06 rtn 
+ 00018964  0x00001b0a fetch  0x00000001 , 0x00004520 
+ 00018965  0x00001b0b rtn  0x00000034 
+ 00018966  0x00001b0d fetch  0x00000001 , 0x00004536 
+ 00018967  0x00001b0e beq  0x00000001 , 0x00004a08 
+ 00018968  0x00001b0f beq  0x00000002 , 0x00004a0e 
+ 00018969  0x00001b10 rtn 
+ 00018970  0x00001b24 set1  0x00000027 , 0x00000000 
+ 00018971  0x00001b25 fetch  0x00000001 , 0x00004116 
+ 00018972  0x00001b26 store  0x00000001 , 0x0000456e 
+ 00018973  0x00001b27 branch  0x00004c45 
+ 00018974  0x00001b2a fetch  0x00000002 , 0x0000452b 
+ 00018975  0x00001b2b branch  0x00007487 
+ 00018976  0x00001b2e bpatchx  0x00000048 , 0x00004029 
+ 00018977  0x00001b2f jam  0x00000000 , 0x000044d3 
+ 00018978  0x00001b30 fetch  0x00000001 , 0x0000455c 
+ 00018979  0x00001b31 rtn  0x00000034 
+ 00018980  0x00001b32 fetch  0x00000002 , 0x0000452d 
+ 00018981  0x00001b33 branch  0x00007487 
+ 00018982  0x00001b37 call  0x00004a69 
+ 00018983  0x00001b38 nbranch  0x00004a39 , 0x0000002f 
+ 00018984  0x00001b3a call  0x00004a5b 
+ 00018985  0x00001b3b nbranch  0x00004a39 , 0x00000028 
+ 00018986  0x00001b3c fetch  0x00000001 , 0x000044c8 
+ 00018987  0x00001b3d branch  0x00004a39 , 0x00000034 
+ 00018988  0x00001b3e increase  0x00000002 , 0x0000003f 
+ 00018989  0x00001b3f iforce  0x00000039 
+ 00018990  0x00001b40 arg  0x00004442 , 0x00000006 
+ 00018991  0x00001b41 arg  0x00004533 , 0x00000005 
+ 00018992  0x00001b42 call  0x00007419 
+ 00018993  0x00001b43 jam  0x00000000 , 0x0000455e 
+ 00018994  0x00001b44 fetch  0x00000001 , 0x0000455b 
+ 00018995  0x00001b45 call  0x00004a76 , 0x00000034 
+ 00018996  0x00001b46 bpatchx  0x00000049 , 0x00004029 
+ 00018997  0x00001b47 fetch  0x00000001 , 0x00004535 
+ 00018998  0x00001b48 beq  0x00000001 , 0x00004a3f 
+ 00018999  0x00001b49 beq  0x00000002 , 0x00004a4e 
+ 00019000  0x00001b4a beq  0x000000ff , 0x00004a3d 
+ 00019001  0x00001b4c bpatchx  0x0000004a , 0x00004029 
+ 00019002  0x00001b4d arg  0x00004442 , 0x00000005 
+ 00019003  0x00001b4e arg  0x00000042 , 0x00000039 
+ 00019004  0x00001b4f branch  0x000073ec 
+ 00019005  0x00001b52 call  0x00004a16 
+ 00019006  0x00001b53 branch  0x00004c0e 
+ 00019007  0x00001b56 call  0x00004a08 
+ 00019008  0x00001b57 call  0x00004ba2 
+ 00019009  0x00001b58 fetch  0x00000001 , 0x00004555 
+ 00019010  0x00001b59 fetcht  0x00000001 , 0x00004533 
+ 00019011  0x00001b5a isolate1  0x00000003 , 0x00000002 
+ 00019012  0x00001b5b setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00019013  0x00001b5c store  0x00000001 , 0x00004555 
+ 00019014  0x00001b5d beq  0x00000001 , 0x00004a54 
+ 00019015  0x00001b5e fetch  0x00000001 , 0x0000455d 
+ 00019016  0x00001b5f fetcht  0x00000001 , 0x00004533 
+ 00019017  0x00001b60 isolate1  0x00000004 , 0x00000002 
+ 00019018  0x00001b61 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00019019  0x00001b62 store  0x00000001 , 0x0000455d 
+ 00019020  0x00001b63 fetch  0x00000002 , 0x0000452f 
+ 00019021  0x00001b64 branch  0x00007487 
+ 00019022  0x00001b67 call  0x00004a0e 
+ 00019023  0x00001b68 fetcht  0x00000001 , 0x00004533 
+ 00019024  0x00001b69 isolate1  0x00000003 , 0x00000002 
+ 00019025  0x00001b6a branch  0x00004a59 , 0x00000001 
+ 00019026  0x00001b6b fetch  0x00000002 , 0x00004531 
+ 00019027  0x00001b6c branch  0x00007487 
+ 00019028  0x00001b6f fetch  0x00000001 , 0x00004095 
+ 00019029  0x00001b70 sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00019030  0x00001b71 call  0x00004ebb , 0x00000005 
+ 00019031  0x00001b72 fetch  0x00000004 , 0x0000453d 
+ 00019032  0x00001b73 branch  0x00004c14 
+ 00019033  0x00001b75 fetch  0x00000004 , 0x0000453d 
+ 00019034  0x00001b76 branch  0x00004c18 
+ 00019035  0x00001b7a call  0x000074ca 
+ 00019036  0x00001b7b fetch  0x00000001 , 0x000044d1 
+ 00019037  0x00001b7c fetcht  0x00000001 , 0x000044d2 
+ 00019038  0x00001b7d isub  0x00000002 , 0x0000003e 
+ 00019039  0x00001b7e ncall  0x000074c8 , 0x00000005 
+ 00019040  0x00001b7f fetch  0x00000001 , 0x000044d1 
+ 00019041  0x00001b80 store  0x00000001 , 0x000044d2 
+ 00019042  0x00001b81 fetch  0x00000003 , 0x000044cb 
+ 00019043  0x00001b82 fetcht  0x00000003 , 0x000044ce 
+ 00019044  0x00001b83 isub  0x00000002 , 0x0000003e 
+ 00019045  0x00001b84 ncall  0x000074c8 , 0x00000005 
+ 00019046  0x00001b85 fetch  0x00000003 , 0x000044cb 
+ 00019047  0x00001b86 store  0x00000003 , 0x000044ce 
+ 00019048  0x00001b87 rtn 
+ 00019049  0x00001b8a call  0x00004a39 
+ 00019050  0x00001b8b call  0x00004792 
+ 00019051  0x00001b8c nrtn  0x0000002f 
+ 00019052  0x00001b8f fetch  0x00000001 , 0x00004442 
+ 00019053  0x00001b90 store  0x00000001 , 0x000044d4 
+ 00019054  0x00001b92 call  0x0000488d 
+ 00019055  0x00001b94 fetch  0x00000001 , 0x00004443 
+ 00019056  0x00001b95 isolate1  0x00000000 , 0x0000003f 
+ 00019057  0x00001b96 branch  0x00004a75 , 0x00000001 
+ 00019058  0x00001b98 call  0x00004a20 
+ 00019059  0x00001b99 call  0x0000485e 
+ 00019060  0x00001b9a call  0x0000480e 
+ 00019061  0x00001b9c branch  0x000047fc 
+ 00019062  0x00001ba0 jam  0x00000001 , 0x0000455f 
+ 00019063  0x00001ba2 setarg  0x00000280 
+ 00019064  0x00001ba3 arg  0x00000008 , 0x00000007 
+ 00019065  0x00001ba4 branch  0x00007420 
+ 00019066  0x00001bab bpatchx  0x0000004b , 0x00004029 
+ 00019067  0x00001bac jam  0x00000001 , 0x0000455e 
+ 00019068  0x00001bad jam  0x00000000 , 0x00004562 
+ 00019069  0x00001bae jam  0x000000ff , 0x000044f2 
+ 00019070  0x00001baf branch  0x000048d1 
+ 00019071  0x00001bb2 bpatchx  0x0000004c , 0x00004029 
+ 00019072  0x00001bb3 fetch  0x00000001 , 0x0000455e 
+ 00019073  0x00001bb4 rtn  0x00000034 
+ 00019074  0x00001bb5 call  0x000048be 
+ 00019075  0x00001bb6 nrtn  0x00000028 
+ 00019076  0x00001bb7 call  0x00004a8c 
+ 00019077  0x00001bb8 fetch  0x00000001 , 0x00004562 
+ 00019078  0x00001bb9 increase  0x00000001 , 0x0000003f 
+ 00019079  0x00001bba and_into  0x00000001 , 0x0000003f 
+ 00019080  0x00001bbb store  0x00000001 , 0x00004562 
+ 00019081  0x00001bbc beq  0x00000000 , 0x00004a91 
+ 00019082  0x00001bbd beq  0x00000001 , 0x00004a94 
+ 00019083  0x00001bbe rtn 
+ 00019084  0x00001bc1 fetch  0x00000001 , 0x0000456d 
+ 00019085  0x00001bc2 rtn  0x00000034 
+ 00019086  0x00001bc3 increase  0xffffffff , 0x0000003f 
+ 00019087  0x00001bc4 store  0x00000001 , 0x0000456d 
+ 00019088  0x00001bc5 rtn 
+ 00019089  0x00001bc8 fetch  0x00000001 , 0x0000456d 
+ 00019090  0x00001bc9 nrtn  0x00000034 
+ 00019091  0x00001bca branch  0x00004ad6 
+ 00019092  0x00001bcd fetch  0x00000001 , 0x0000456d 
+ 00019093  0x00001bce nrtn  0x00000034 
+ 00019094  0x00001bcf branch  0x00004975 
+ 00019095  0x00001bd3 fetch  0x00000001 , 0x00004575 
+ 00019096  0x00001bd4 nrtn  0x00000034 
+ 00019097  0x00001bd5 fetch  0x00000001 , 0x00004573 
+ 00019098  0x00001bd6 call  0x00004ac5 , 0x00000034 
+ 00019099  0x00001bd7 fetch  0x00000001 , 0x00004570 
+ 00019100  0x00001bd8 rtnbit1  0x00000000 
+ 00019101  0x00001bd9 set1  0x00000000 , 0x0000003f 
+ 00019102  0x00001bda store  0x00000001 , 0x00004570 
+ 00019103  0x00001bdb jam  0x00000001 , 0x0000456f 
+ 00019104  0x00001bdc jam  0x00000000 , 0x00004574 
+ 00019105  0x00001bdd setarg  0x00000000 
+ 00019106  0x00001bde store  0x00000002 , 0x00004571 
+ 00019107  0x00001bdf jam  0x00000060 , 0x000044f2 
+ 00019108  0x00001be0 branch  0x000048d1 
+ 00019109  0x00001be3 bpatchx  0x0000004d , 0x00004029 
+ 00019110  0x00001be4 fetch  0x00000001 , 0x00004561 
+ 00019111  0x00001be5 rtneq  0x00000000 
+ 00019112  0x00001be6 fetch  0x00000001 , 0x00004575 
+ 00019113  0x00001be7 nrtn  0x00000034 
+ 00019114  0x00001be8 fetch  0x00000001 , 0x00004573 
+ 00019115  0x00001be9 nrtn  0x00000034 
+ 00019116  0x00001bea fetch  0x00000001 , 0x0000456f 
+ 00019117  0x00001beb rtn  0x00000034 
+ 00019118  0x00001bec call  0x000048be 
+ 00019119  0x00001bed nrtn  0x00000028 
+ 00019120  0x00001bee fetch  0x00000002 , 0x00004571 
+ 00019121  0x00001bef increase  0x00000001 , 0x0000003f 
+ 00019122  0x00001bf0 store  0x00000002 , 0x00004571 
+ 00019123  0x00001bf1 arg  0x000007d0 , 0x00000002 
+ 00019124  0x00001bf2 isub  0x00000002 , 0x0000003e 
+ 00019125  0x00001bf3 branch  0x00004ac1 , 0x00000002 
+ 00019126  0x00001bf4 call  0x00004a8c 
+ 00019127  0x00001bf5 fetch  0x00000001 , 0x00004574 
+ 00019128  0x00001bf6 increase  0x00000001 , 0x0000003f 
+ 00019129  0x00001bf7 and_into  0x00000001 , 0x0000003f 
+ 00019130  0x00001bf8 store  0x00000001 , 0x00004574 
+ 00019131  0x00001bf9 beq  0x00000000 , 0x00004abe 
+ 00019132  0x00001bfa beq  0x00000001 , 0x00004975 
+ 00019133  0x00001bfb rtn 
+ 00019134  0x00001bfe fetch  0x00000001 , 0x0000456d 
+ 00019135  0x00001bff nbranch  0x00004975 , 0x00000034 
+ 00019136  0x00001c00 branch  0x00004b88 
+ 00019137  0x00001c03 jam  0x00000001 , 0x00004573 
+ 00019138  0x00001c04 branch  0x00004b88 
+ 00019139  0x00001c07 jam  0x00000000 , 0x0000456f 
+ 00019140  0x00001c08 rtn 
+ 00019141  0x00001c0a jam  0x00000001 , 0x0000456f 
+ 00019142  0x00001c0b rtn 
+ 00019143  0x00001c17 bpatchx  0x0000004e , 0x00004029 
+ 00019144  0x00001c18 fetch  0x00000001 , 0x00004560 
+ 00019145  0x00001c19 rtnbit1  0x00000000 
+ 00019146  0x00001c1a set1  0x00000000 , 0x0000003f 
+ 00019147  0x00001c1b store  0x00000001 , 0x00004560 
+ 00019148  0x00001c1c fetch  0x00000001 , 0x0000456e 
+ 00019149  0x00001c1d store  0x00000001 , 0x00004116 
+ 00019150  0x00001c1e jam  0x00000000 , 0x0000455c 
+ 00019151  0x00001c1f jam  0x00000000 , 0x000007ab 
+ 00019152  0x00001c20 jam  0x00000001 , 0x00004555 
+ 00019153  0x00001c21 jam  0x00000000 , 0x000044c9 
+ 00019154  0x00001c22 fetch  0x00000004 , 0x0000443c 
+ 00019155  0x00001c23 call  0x000048af 
+ 00019156  0x00001c24 call  0x0000489b 
+ 00019157  0x00001c25 branch  0x00004a39 
+ 00019158  0x00001c29 jam  0x00000000 , 0x0000455c 
+ 00019159  0x00001c2b jam  0x00000000 , 0x00004561 
+ 00019160  0x00001c2c jam  0x00000000 , 0x00004560 
+ 00019161  0x00001c2d rtn 
+ 00019162  0x00001c31 fetch  0x00000001 , 0x00004561 
+ 00019163  0x00001c32 rtnne  0x00000000 
+ 00019164  0x00001c33 call  0x00004ac7 
+ 00019165  0x00001c34 call  0x00004b8c 
+ 00019166  0x00001c35 branch  0x00004a26 
+ 00019167  0x00001c43 bpatchx  0x0000004f , 0x00004029 
+ 00019168  0x00001c44 fetch  0x00000001 , 0x00004561 
+ 00019169  0x00001c45 rtnne  0x00000001 
+ 00019170  0x00001c46 call  0x00004978 
+ 00019171  0x00001c47 call  0x00004988 
+ 00019172  0x00001c48 fetch  0x00000001 , 0x0000455b 
+ 00019173  0x00001c49 nrtn  0x00000034 
+ 00019174  0x00001c4a fetch  0x00000001 , 0x00004520 
+ 00019175  0x00001c4b rtn  0x00000034 
+ 00019176  0x00001c4c jam  0x00000000 , 0x0000455e 
+ 00019177  0x00001c4d call  0x00004ad6 
+ 00019178  0x00001c4e call  0x00004a76 
+ 00019179  0x00001c4f branch  0x000048d1 
+ 00019180  0x00001c5c fetch  0x00000001 , 0x00004560 
+ 00019181  0x00001c5d rtnbit1  0x00000007 
+ 00019182  0x00001c5e set1  0x00000007 , 0x0000003f 
+ 00019183  0x00001c5f store  0x00000001 , 0x00004560 
+ 00019184  0x00001c60 jam  0x00000000 , 0x00004562 
+ 00019185  0x00001c61 jam  0x00000001 , 0x0000455c 
+ 00019186  0x00001c62 setarg  0x00000000 
+ 00019187  0x00001c63 store  0x00000003 , 0x00004588 
+ 00019188  0x00001c64 store  0x00000007 , 0x00004565 
+ 00019189  0x00001c65 call  0x00004b7a 
+ 00019190  0x00001c66 nrtn  0x00000005 
+ 00019191  0x00001c67 fetch  0x00000001 , 0x000044d9 
+ 00019192  0x00001c68 store  0x00000001 , 0x00004564 
+ 00019193  0x00001c69 fetch  0x00000001 , 0x000044d8 
+ 00019194  0x00001c6a store  0x00000001 , 0x00004563 
+ 00019195  0x00001c6b rtn 
+ 00019196  0x00001c6f bpatchx  0x00000050 , 0x0000402a 
+ 00019197  0x00001c70 fetch  0x00000001 , 0x00004561 
+ 00019198  0x00001c71 rtnne  0x00000007 
+ 00019199  0x00001c72 call  0x00004aec 
+ 00019200  0x00001c73 call  0x00004b22 
+ 00019201  0x00001c74 call  0x00004a69 
+ 00019202  0x00001c75 nbranch  0x00004a39 , 0x0000002f 
+ 00019203  0x00001c77 call  0x00004b7a 
+ 00019204  0x00001c78 call  0x00004a28 , 0x00000005 
+ 00019205  0x00001c7a fetch  0x00000001 , 0x00004555 
+ 00019206  0x00001c7b call  0x00004ac3 , 0x00000034 
+ 00019207  0x00001c7e jam  0x00000000 , 0x00004561 
+ 00019208  0x00001c7f fetch  0x00000001 , 0x00004560 
+ 00019209  0x00001c80 set1  0x00000000 , 0x0000003f 
+ 00019210  0x00001c81 store  0x00000001 , 0x00004560 
+ 00019211  0x00001c83 fetch  0x00000001 , 0x0000455c 
+ 00019212  0x00001c84 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00019213  0x00001c85 ncall  0x00004b78 , 0x00000005 
+ 00019214  0x00001c87 call  0x00004a39 
+ 00019215  0x00001c88 call  0x00004a76 
+ 00019216  0x00001c89 call  0x00004b7a 
+ 00019217  0x00001c8a branch  0x00004b1b , 0x00000005 
+ 00019218  0x00001c8b fetch  0x00000004 , 0x000044da 
+ 00019219  0x00001c8c fetcht  0x00000004 , 0x0000457f 
+ 00019220  0x00001c8d isub  0x00000002 , 0x0000003e 
+ 00019221  0x00001c8e branch  0x00004b1e , 0x00000005 
+ 00019222  0x00001c8f fetch  0x00000004 , 0x000044da 
+ 00019223  0x00001c90 fetcht  0x00000004 , 0x0000457b 
+ 00019224  0x00001c91 isub  0x00000002 , 0x0000003e 
+ 00019225  0x00001c92 branch  0x00004b20 , 0x00000005 
+ 00019226  0x00001c93 rtn 
+ 00019227  0x00001c97 fetch  0x00000001 , 0x00004564 
+ 00019228  0x00001c99 store  0x00000001 , 0x000044d9 
+ 00019229  0x00001c9a rtn 
+ 00019230  0x00001c9d fetch  0x00000001 , 0x0000456a 
+ 00019231  0x00001c9e branch  0x00004b1c 
+ 00019232  0x00001ca1 fetch  0x00000001 , 0x00004567 
+ 00019233  0x00001ca2 branch  0x00004b1c 
+ 00019234  0x00001ca6 bpatchx  0x00000051 , 0x0000402a 
+ 00019235  0x00001ca7 fetch  0x00000001 , 0x00004562 
+ 00019236  0x00001ca8 increase  0x00000001 , 0x0000003f 
+ 00019237  0x00001ca9 and_into  0x00000003 , 0x0000003f 
+ 00019238  0x00001caa store  0x00000001 , 0x00004562 
+ 00019239  0x00001cac beq  0x00000000 , 0x00004b46 
+ 00019240  0x00001cad beq  0x00000001 , 0x00004b60 
+ 00019241  0x00001cae beq  0x00000002 , 0x00004b2c 
+ 00019242  0x00001caf beq  0x00000003 , 0x00004b60 
+ 00019243  0x00001cb0 rtn 
+ 00019244  0x00001cb3 call  0x000049a9 
+ 00019245  0x00001cb4 fetch  0x00000004 , 0x0000457b 
+ 00019246  0x00001cb5 branch  0x00004b22 , 0x00000034 
+ 00019247  0x00001cb6 call  0x000048af 
+ 00019248  0x00001cb7 fetch  0x00000001 , 0x00004568 
+ 00019249  0x00001cb8 call  0x00004b41 , 0x00000034 
+ 00019250  0x00001cb9 fetch  0x00000001 , 0x00004566 
+ 00019251  0x00001cba store  0x00000001 , 0x000044d8 
+ 00019252  0x00001cbb fetcht  0x00000001 , 0x00004589 
+ 00019253  0x00001cbc fetchr  0x00000011 , 0x00000002 , 0x0000458f 
+ 00019254  0x00001cbd call  0x00004c1a 
+ 00019255  0x00001cbe storet  0x00000001 , 0x00004589 
+ 00019256  0x00001cbf call  0x00004c23 
+ 00019257  0x00001cc0 storet  0x00000001 , 0x00004586 
+ 00019258  0x00001cc1 sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00019259  0x00001cc2 nrtn  0x00000002 
+ 00019260  0x00001cc3 fetcht  0x00000001 , 0x00004567 
+ 00019261  0x00001cc4 call  0x000048a0 
+ 00019262  0x00001cc5 storet  0x00000001 , 0x00004567 
+ 00019263  0x00001cc6 store  0x00000001 , 0x00004566 
+ 00019264  0x00001cc7 rtn 
+ 00019265  0x00001cca jam  0x00000001 , 0x00004568 
+ 00019266  0x00001ccb arg  0x00000000 , 0x00000002 
+ 00019267  0x00001ccc call  0x000048a5 
+ 00019268  0x00001ccd store  0x00000001 , 0x00004566 
+ 00019269  0x00001cce rtn 
+ 00019270  0x00001cd1 call  0x000049b1 
+ 00019271  0x00001cd2 fetch  0x00000004 , 0x0000457f 
+ 00019272  0x00001cd3 branch  0x00004b22 , 0x00000034 
+ 00019273  0x00001cd4 call  0x000048af 
+ 00019274  0x00001cd5 fetch  0x00000001 , 0x0000456b 
+ 00019275  0x00001cd6 call  0x00004b5b , 0x00000034 
+ 00019276  0x00001cd7 fetch  0x00000001 , 0x00004569 
+ 00019277  0x00001cd8 store  0x00000001 , 0x000044d8 
+ 00019278  0x00001cd9 fetcht  0x00000001 , 0x0000458a 
+ 00019279  0x00001cda fetchr  0x00000011 , 0x00000002 , 0x00004591 
+ 00019280  0x00001cdb call  0x00004c1a 
+ 00019281  0x00001cdc storet  0x00000001 , 0x0000458a 
+ 00019282  0x00001cdd call  0x00004c23 
+ 00019283  0x00001cde storet  0x00000001 , 0x00004587 
+ 00019284  0x00001cdf sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00019285  0x00001ce0 nrtn  0x00000002 
+ 00019286  0x00001ce1 fetcht  0x00000001 , 0x0000456a 
+ 00019287  0x00001ce2 call  0x000048a0 
+ 00019288  0x00001ce3 storet  0x00000001 , 0x0000456a 
+ 00019289  0x00001ce4 store  0x00000001 , 0x00004569 
+ 00019290  0x00001ce5 rtn 
+ 00019291  0x00001ce8 jam  0x00000001 , 0x0000456b 
+ 00019292  0x00001ce9 arg  0x00000000 , 0x00000002 
+ 00019293  0x00001cea call  0x000048a5 
+ 00019294  0x00001ceb store  0x00000001 , 0x00004569 
+ 00019295  0x00001cec rtn 
+ 00019296  0x00001cef call  0x000049a9 
+ 00019297  0x00001cf0 fetch  0x00000004 , 0x0000443c 
+ 00019298  0x00001cf1 call  0x000048af 
+ 00019299  0x00001cf2 fetch  0x00000001 , 0x00004565 
+ 00019300  0x00001cf3 call  0x00004b74 , 0x00000034 
+ 00019301  0x00001cf4 fetch  0x00000001 , 0x00004563 
+ 00019302  0x00001cf5 store  0x00000001 , 0x000044d8 
+ 00019303  0x00001cf6 fetcht  0x00000001 , 0x00004588 
+ 00019304  0x00001cf7 fetchr  0x00000011 , 0x00000002 , 0x0000458d 
+ 00019305  0x00001cf8 call  0x00004c1a 
+ 00019306  0x00001cf9 storet  0x00000001 , 0x00004588 
+ 00019307  0x00001cfa call  0x00004c23 
+ 00019308  0x00001cfb storet  0x00000001 , 0x00004585 
+ 00019309  0x00001cfc sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00019310  0x00001cfd nrtn  0x00000002 
+ 00019311  0x00001cfe fetcht  0x00000001 , 0x00004564 
+ 00019312  0x00001cff call  0x000048a0 
+ 00019313  0x00001d00 storet  0x00000001 , 0x00004564 
+ 00019314  0x00001d01 store  0x00000001 , 0x00004563 
+ 00019315  0x00001d02 rtn 
+ 00019316  0x00001d05 jam  0x00000001 , 0x00004565 
+ 00019317  0x00001d06 fetch  0x00000001 , 0x00004563 
+ 00019318  0x00001d07 store  0x00000001 , 0x000044d8 
+ 00019319  0x00001d08 rtn 
+ 00019320  0x00001d0c jam  0x00000000 , 0x0000455c 
+ 00019321  0x00001d0d rtn 
+ 00019322  0x00001d11 fetch  0x00000004 , 0x000044da 
+ 00019323  0x00001d12 fetcht  0x00000004 , 0x0000443c 
+ 00019324  0x00001d13 isub  0x00000002 , 0x0000003e 
+ 00019325  0x00001d14 rtn 
+ 00019326  0x00001d21 fetch  0x00000001 , 0x0000455c 
+ 00019327  0x00001d22 rtneq  0x00000002 
+ 00019328  0x00001d23 fetch  0x00000001 , 0x0000455f 
+ 00019329  0x00001d24 rtn  0x00000034 
+ 00019330  0x00001d25 arg  0x00000008 , 0x00000007 
+ 00019331  0x00001d26 call  0x0000742e 
+ 00019332  0x00001d27 nrtn  0x00000034 
+ 00019333  0x00001d28 jam  0x00000000 , 0x0000455f 
+ 00019334  0x00001d29 jam  0x00000000 , 0x0000456d 
+ 00019335  0x00001d2a call  0x00004a97 
+ 00019336  0x00001d2d bpatchx  0x00000052 , 0x0000402a 
+ 00019337  0x00001d2e jam  0x00000007 , 0x00004561 
+ 00019338  0x00001d2f jam  0x00000000 , 0x00004560 
+ 00019339  0x00001d30 branch  0x00004a39 
+ 00019340  0x00001d37 bpatchx  0x00000053 , 0x0000402a 
+ 00019341  0x00001d38 fetch  0x00000001 , 0x00004555 
+ 00019342  0x00001d39 beq  0x00000001 , 0x00004c59 
+ 00019343  0x00001d3a fetch  0x00000001 , 0x0000455d 
+ 00019344  0x00001d3b beq  0x00000001 , 0x00004ba0 
+ 00019345  0x00001d3c fetcht  0x00000004 , 0x00004556 
+ 00019346  0x00001d3d copy  0x00000022 , 0x0000003f 
+ 00019347  0x00001d3e isub  0x00000002 , 0x0000003e 
+ 00019348  0x00001d3f ncall  0x000048ce , 0x00000002 
+ 00019349  0x00001d40 copy  0x0000003f , 0x00000012 
+ 00019350  0x00001d41 fetch  0x00000004 , 0x00004556 
+ 00019351  0x00001d42 fetcht  0x00000001 , 0x0000455a 
+ 00019352  0x00001d43 iadd  0x00000002 , 0x00000002 
+ 00019353  0x00001d44 copy  0x00000012 , 0x0000003f 
+ 00019354  0x00001d45 isub  0x00000002 , 0x0000003e 
+ 00019355  0x00001d46 nrtn  0x00000002 
+ 00019356  0x00001d47 set0  0x0000001c , 0x0000003f 
+ 00019357  0x00001d48 store  0x00000004 , 0x00004556 
+ 00019358  0x00001d49 jam  0x00000001 , 0x00004555 
+ 00019359  0x00001d4a branch  0x0000489b 
+ 00019360  0x00001d4d jam  0x00000000 , 0x0000455d 
+ 00019361  0x00001d4e branch  0x0000489b 
+ 00019362  0x00001d51 copy  0x00000022 , 0x0000003f 
+ 00019363  0x00001d52 store  0x00000004 , 0x00004556 
+ 00019364  0x00001d53 rtn 
+ 00019365  0x00001d59 arg  0x00004529 , 0x00000013 
+ 00019366  0x00001d5a arg  0x00004cdb , 0x00000012 
+ 00019367  0x00001d5b branch  0x00004dd3 
+ 00019368  0x00001d5f bpatchx  0x00000054 , 0x0000402a 
+ 00019369  0x00001d60 set1  0x00000026 , 0x00000000 
+ 00019370  0x00001d61 fetch  0x00000001 , 0x00004547 
+ 00019371  0x00001d62 set0  0x00000001 , 0x0000003f 
+ 00019372  0x00001d63 set1  0x00000002 , 0x0000003f 
+ 00019373  0x00001d64 store  0x00000001 , 0x00004547 
+ 00019374  0x00001d65 fetch  0x00000001 , 0x0000452e 
+ 00019375  0x00001d66 branch  0x00004bbd , 0x00000034 
+ 00019376  0x00001d67 fetch  0x00000001 , 0x0000452d 
+ 00019377  0x00001d68 beq  0x00000001 , 0x00004bb5 
+ 00019378  0x00001d69 beq  0x00000002 , 0x00004bb5 
+ 00019379  0x00001d6a beq  0x00000003 , 0x00004bc4 
+ 00019380  0x00001d6b beq  0x00000004 , 0x00004bc4 
+ 00019381  0x00001d6d fetch  0x00000001 , 0x0000451c 
+ 00019382  0x00001d6e store  0x00000001 , 0x00004116 
+ 00019383  0x00001d6f fetcht  0x00000001 , 0x00004537 
+ 00019384  0x00001d70 storet  0x00000001 , 0x000044d9 
+ 00019385  0x00001d71 fetch  0x00000004 , 0x0000452f 
+ 00019386  0x00001d72 call  0x00004bce 
+ 00019387  0x00001d73 storet  0x00000001 , 0x00004537 
+ 00019388  0x00001d74 rtn 
+ 00019389  0x00001d77 jam  0x00000003 , 0x00004116 
+ 00019390  0x00001d78 fetcht  0x00000001 , 0x00004538 
+ 00019391  0x00001d79 storet  0x00000001 , 0x000044d9 
+ 00019392  0x00001d7a fetch  0x00000004 , 0x00004533 
+ 00019393  0x00001d7b call  0x00004bce 
+ 00019394  0x00001d7c storet  0x00000001 , 0x00004538 
+ 00019395  0x00001d7d rtn 
+ 00019396  0x00001d80 jam  0x00000003 , 0x00004116 
+ 00019397  0x00001d81 fetcht  0x00000001 , 0x00004539 
+ 00019398  0x00001d82 storet  0x00000001 , 0x000044d9 
+ 00019399  0x00001d83 fetch  0x00000004 , 0x0000454f 
+ 00019400  0x00001d84 call  0x00004bce 
+ 00019401  0x00001d85 storet  0x00000001 , 0x00004539 
+ 00019402  0x00001d86 rtn 
+ 00019403  0x00001d89 fetch  0x00000004 , 0x000044aa 
+ 00019404  0x00001d8a rtn  0x00000034 
+ 00019405  0x00001d8b store  0x00000004 , 0x00004533 
+ 00019406  0x00001d8d call  0x000048af 
+ 00019407  0x00001d8e branch  0x0000489b 
+ 00019408  0x00001d92 bpatchx  0x00000055 , 0x0000402a 
+ 00019409  0x00001d93 fetch  0x00000002 , 0x0000452b 
+ 00019410  0x00001d94 arg  0x000001f8 , 0x00000002 
+ 00019411  0x00001d95 iand  0x00000002 , 0x0000003f 
+ 00019412  0x00001d96 branch  0x00004bd9 , 0x00000034 
+ 00019413  0x00001d97 fetch  0x00000002 , 0x0000452b 
+ 00019414  0x00001d98 increase  0x00000001 , 0x0000003f 
+ 00019415  0x00001d99 store  0x00000002 , 0x0000452b 
+ 00019416  0x00001d9a rtn 
+ 00019417  0x00001d9d call  0x00004bf3 
+ 00019418  0x00001d9e call  0x00004cb0 
+ 00019419  0x00001d9f nbranch  0x00004bfa , 0x00000018 
+ 00019420  0x00001da0 nbranch  0x00004bfa , 0x0000002f 
+ 00019421  0x00001da1 call  0x00004ccf 
+ 00019422  0x00001da2 fetch  0x00000004 , 0x00004517 
+ 00019423  0x00001da3 fetcht  0x00000004 , 0x000044da 
+ 00019424  0x00001da4 isub  0x00000002 , 0x0000003e 
+ 00019425  0x00001da5 branch  0x0000490a , 0x00000005 
+ 00019426  0x00001da6 fetch  0x00000004 , 0x0000454f 
+ 00019427  0x00001da7 fetcht  0x00000004 , 0x000044da 
+ 00019428  0x00001da8 isub  0x00000002 , 0x0000003e 
+ 00019429  0x00001da9 call  0x00004bcb , 0x00000005 
+ 00019430  0x00001daa fetch  0x00000001 , 0x00004547 
+ 00019431  0x00001dab set0  0x00000002 , 0x0000003f 
+ 00019432  0x00001dac store  0x00000001 , 0x00004547 
+ 00019433  0x00001dad setarg  0x00000000 
+ 00019434  0x00001dae store  0x00000002 , 0x00004523 
+ 00019435  0x00001daf store  0x00000002 , 0x0000452b 
+ 00019436  0x00001db0 store  0x00000002 , 0x00004529 
+ 00019437  0x00001db1 jam  0x0000003c , 0x000004c3 
+ 00019438  0x00001db2 call  0x00006f7b 
+ 00019439  0x00001db4 bpatchx  0x00000056 , 0x0000402a 
+ 00019440  0x00001db5 arg  0x00000004 , 0x00000039 
+ 00019441  0x00001db6 arg  0x00004464 , 0x00000005 
+ 00019442  0x00001db7 branch  0x000073dd 
+ 00019443  0x00001dba jam  0x000000ff , 0x00004464 
+ 00019444  0x00001dbb fetch  0x00000001 , 0x000044d4 
+ 00019445  0x00001dbc store  0x00000001 , 0x00004465 
+ 00019446  0x00001dbd fetch  0x00000004 , 0x0000454f 
+ 00019447  0x00001dbe store  0x00000004 , 0x00004466 
+ 00019448  0x00001dbf jam  0x00000006 , 0x000044d3 
+ 00019449  0x00001dc0 branch  0x0000485e 
+ 00019450  0x00001dc3 fetch  0x00000001 , 0x0000452e 
+ 00019451  0x00001dc4 branch  0x0000489b , 0x00000034 
+ 00019452  0x00001dc5 fetch  0x00000002 , 0x0000452b 
+ 00019453  0x00001dc6 increase  0x00000001 , 0x0000003f 
+ 00019454  0x00001dc7 store  0x00000002 , 0x0000452b 
+ 00019455  0x00001dc8 isolate1  0x00000009 , 0x0000003f 
+ 00019456  0x00001dc9 fetch  0x00000001 , 0x0000452d 
+ 00019457  0x00001dca beq  0x00000001 , 0x00004c06 
+ 00019458  0x00001dcb beq  0x00000002 , 0x00004c08 
+ 00019459  0x00001dcc beq  0x00000003 , 0x00004c0a 
+ 00019460  0x00001dcd beq  0x00000004 , 0x00004c0c 
+ 00019461  0x00001dce branch  0x00004bbd 
+ 00019462  0x00001dd2 branch  0x00004bbd , 0x00000001 
+ 00019463  0x00001dd3 branch  0x00004bb5 
+ 00019464  0x00001dd6 branch  0x00004bc4 , 0x00000001 
+ 00019465  0x00001dd7 branch  0x00004bb5 
+ 00019466  0x00001dda branch  0x00004bc4 , 0x00000001 
+ 00019467  0x00001ddb branch  0x00004bbd 
+ 00019468  0x00001dde branch  0x00004bc4 , 0x00000001 
+ 00019469  0x00001ddf branch  0x00004915 
+ 00019470  0x00001dea fetch  0x00000001 , 0x00004536 
+ 00019471  0x00001deb beq  0x00000001 , 0x00004c12 
+ 00019472  0x00001dec beq  0x00000002 , 0x00004c16 
+ 00019473  0x00001ded rtn 
+ 00019474  0x00001def fetch  0x00000004 , 0x00004537 
+ 00019475  0x00001df0 store  0x00000004 , 0x00004577 
+ 00019476  0x00001df2 store  0x00000004 , 0x0000457b 
+ 00019477  0x00001df3 rtn 
+ 00019478  0x00001df5 fetch  0x00000004 , 0x00004537 
+ 00019479  0x00001df6 store  0x00000004 , 0x00004577 
+ 00019480  0x00001df8 store  0x00000004 , 0x0000457f 
+ 00019481  0x00001df9 rtn 
+ 00019482  0x00001e04 bpatchx  0x00000057 , 0x0000402a 
+ 00019483  0x00001e05 copy  0x00000011 , 0x0000003f 
+ 00019484  0x00001e06 iadd  0x00000002 , 0x00000005 
+ 00019485  0x00001e07 fetch  0x00000001 , 0x00000009 
+ 00019486  0x00001e08 istore  0x00000001 , 0x00000005 
+ 00019487  0x00001e09 increase  0x00000001 , 0x00000002 
+ 00019488  0x00001e0a fetch  0x00000001 , 0x0000451d 
+ 00019489  0x00001e0b iand  0x00000002 , 0x00000002 
+ 00019490  0x00001e0c rtn 
+ 00019491  0x00001e0f bpatchx  0x00000058 , 0x0000402b 
+ 00019492  0x00001e10 fetch  0x00000001 , 0x0000451d 
+ 00019493  0x00001e11 increase  0x00000001 , 0x0000003f 
+ 00019494  0x00001e12 store  0x00000002 , 0x000004ef 
+ 00019495  0x00001e13 copy  0x0000003f , 0x00000039 
+ 00019496  0x00001e14 copy  0x00000011 , 0x00000006 
+ 00019497  0x00001e15 arg  0x00000000 , 0x0000003f 
+ 00019498  0x00001e17 ifetcht  0x00000001 , 0x00000006 
+ 00019499  0x00001e18 iadd  0x00000002 , 0x0000003f 
+ 00019500  0x00001e19 loop  0x00004c2a 
+ 00019501  0x00001e1a fetcht  0x00000002 , 0x000004ef 
+ 00019502  0x00001e1b idiv  0x00000002 
+ 00019503  0x00001e1c call  0x00007475 
+ 00019504  0x00001e1d quotient  0x00000002 
+ 00019505  0x00001e1e rtnmark1  0x00000027 
+ 00019506  0x00001e1f copy  0x00000002 , 0x0000003f 
+ 00019507  0x00001e20 rtnmark0  0x00000026 
+ 00019508  0x00001e21 call  0x00003a68 
+ 00019509  0x00001e22 copy  0x0000003f , 0x00000002 
+ 00019510  0x00001e23 rtn 
+ 00019511  0x00001e26 branch  0x00003a49 
+ 00019512  0x00001e31 fetch  0x00000002 , 0x0000453b 
+ 00019513  0x00001e32 branch  0x00004c4c 
+ 00019514  0x00001e35 copy  0x0000003f , 0x00000011 
+ 00019515  0x00001e36 fetcht  0x00000001 , 0x0000453a 
+ 00019516  0x00001e37 fetch  0x00000002 , 0x0000453b 
+ 00019517  0x00001e38 iadd  0x00000002 , 0x00000005 
+ 00019518  0x00001e39 copy  0x00000011 , 0x0000003f 
+ 00019519  0x00001e3a istore  0x00000001 , 0x00000005 
+ 00019520  0x00001e3b increase  0x00000001 , 0x00000002 
+ 00019521  0x00001e3c fetch  0x00000001 , 0x0000451d 
+ 00019522  0x00001e3d iand  0x00000002 , 0x00000002 
+ 00019523  0x00001e3e storet  0x00000001 , 0x0000453a 
+ 00019524  0x00001e3f rtn 
+ 00019525  0x00001e4a fetch  0x00000002 , 0x0000458b 
+ 00019526  0x00001e4b call  0x00004c4c 
+ 00019527  0x00001e4c fetch  0x00000002 , 0x0000458d 
+ 00019528  0x00001e4d call  0x00004c4c 
+ 00019529  0x00001e4e fetch  0x00000002 , 0x0000458f 
+ 00019530  0x00001e4f call  0x00004c4c 
+ 00019531  0x00001e50 fetch  0x00000002 , 0x00004591 
+ 00019532  0x00001e52 rtn  0x00000034 
+ 00019533  0x00001e53 copy  0x0000003f , 0x00000005 
+ 00019534  0x00001e54 fetch  0x00000001 , 0x0000451d 
+ 00019535  0x00001e55 increase  0x00000001 , 0x0000003f 
+ 00019536  0x00001e56 copy  0x0000003f , 0x00000039 
+ 00019537  0x00001e57 branch  0x000073ec 
+ 00019538  0x00001e5b call  0x00004c37 
+ 00019539  0x00001e5c rtn  0x00000034 
+ 00019540  0x00001e5d fetcht  0x00000001 , 0x00004584 
+ 00019541  0x00001e5e fetchr  0x00000011 , 0x00000002 , 0x0000458b 
+ 00019542  0x00001e5f call  0x00004c1a 
+ 00019543  0x00001e60 storet  0x00000001 , 0x00004584 
+ 00019544  0x00001e61 rtn 
+ 00019545  0x00001e65 fetchr  0x00000011 , 0x00000002 , 0x0000458b 
+ 00019546  0x00001e66 call  0x00004c23 
+ 00019547  0x00001e67 storet  0x00000001 , 0x00004583 
+ 00019548  0x00001e68 sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00019549  0x00001e69 nrtn  0x00000002 
+ 00019550  0x00001e6a branch  0x0000489b 
+ 00019551  0x00001e73 fetch  0x00000004 , 0x0000443c 
+ 00019552  0x00001e74 store  0x00000004 , 0x0000454f 
+ 00019553  0x00001e75 branch  0x00004c38 
+ 00019554  0x00001e78 rtnmark0  0x00000026 
+ 00019555  0x00001e79 fetch  0x00000001 , 0x00004547 
+ 00019556  0x00001e7a bbit1  0x00000001 , 0x0000491c 
+ 00019557  0x00001e7b bbit1  0x00000002 , 0x00004bd0 
+ 00019558  0x00001e7c fetch  0x00000001 , 0x00004563 
+ 00019559  0x00001e7d beq  0x00000001 , 0x00004d21 
+ 00019560  0x00001e7f bpatchx  0x00000059 , 0x0000402b 
+ 00019561  0x00001e80 call  0x00004c84 
+ 00019562  0x00001e81 nbranch  0x00004d00 , 0x00000028 
+ 00019563  0x00001e83 call  0x00004c99 
+ 00019564  0x00001e84 call  0x00004d49 
+ 00019565  0x00001e85 fetch  0x00000001 , 0x00004095 
+ 00019566  0x00001e86 beq  0x00000008 , 0x00005d98 
+ 00019567  0x00001e88 fetch  0x00000008 , 0x00004556 
+ 00019568  0x00001e89 store  0x00000008 , 0x000044fa 
+ 00019569  0x00001e8a fetch  0x00000002 , 0x00004568 
+ 00019570  0x00001e8b store  0x00000002 , 0x0000456a 
+ 00019571  0x00001e8c fetch  0x00000002 , 0x00004543 
+ 00019572  0x00001e8d branch  0x00007487 
+ 00019573  0x00001e90 bpatchx  0x0000005a , 0x0000402b 
+ 00019574  0x00001e91 call  0x00004d15 
+ 00019575  0x00001e92 nrtn  0x00000028 
+ 00019576  0x00001e93 call  0x00004d1f 
+ 00019577  0x00001e94 call  0x000074e0 
+ 00019578  0x00001e95 fetch  0x00000003 , 0x00004553 
+ 00019579  0x00001e96 branch  0x00004c81 
+ 00019580  0x00001e99 bpatchx  0x0000005b , 0x0000402b 
+ 00019581  0x00001e9a call  0x00004d15 
+ 00019582  0x00001e9b nrtn  0x00000028 
+ 00019583  0x00001e9c call  0x00004d1f 
+ 00019584  0x00001e9d fetch  0x00000008 , 0x000044fa 
+ 00019585  0x00001e9f call  0x00007464 
+ 00019586  0x00001ea0 storet  0x00000004 , 0x000040aa 
+ 00019587  0x00001ea1 branch  0x00003b47 
+ 00019588  0x00001ea6 call  0x00004c87 
+ 00019589  0x00001ea7 nrtn  0x00000028 
+ 00019590  0x00001ea8 branch  0x0000485e 
+ 00019591  0x00001eac fetch  0x00000002 , 0x0000453d 
+ 00019592  0x00001ead call  0x00007487 
+ 00019593  0x00001eae branch  0x00004c8d , 0x00000028 
+ 00019594  0x00001eaf fetch  0x00000007 , 0x00004465 
+ 00019595  0x00001eb0 rtn  0x00000034 
+ 00019596  0x00001eb1 branch  0x000074c8 
+ 00019597  0x00001eb4 jam  0x00000000 , 0x0000454d 
+ 00019598  0x00001eb5 add  0x00000011 , 0x00000001 , 0x0000003f 
+ 00019599  0x00001eb6 store  0x00000001 , 0x000044d3 
+ 00019600  0x00001eb7 call  0x00004c95 
+ 00019601  0x00001eb8 store  0x00000001 , 0x00004464 
+ 00019602  0x00001eb9 copy  0x00000012 , 0x00000006 
+ 00019603  0x00001eba copy  0x00000011 , 0x00000039 
+ 00019604  0x00001ebb branch  0x00007419 
+ 00019605  0x00001ebe fetch  0x00000001 , 0x000044d4 
+ 00019606  0x00001ebf and_into  0x00000007 , 0x0000003f 
+ 00019607  0x00001ec0 store  0x00000001 , 0x000044d4 
+ 00019608  0x00001ec1 rtn 
+ 00019609  0x00001ecb setarg  0x00000000 
+ 00019610  0x00001ecc store  0x00000001 , 0x0000454c 
+ 00019611  0x00001ecd store  0x00000002 , 0x0000456d 
+ 00019612  0x00001ecf call  0x00004cb0 
+ 00019613  0x00001ed0 fetch  0x00000001 , 0x000044ca 
+ 00019614  0x00001ed1 beq  0x00000001 , 0x00004ca5 
+ 00019615  0x00001ed2 nbranch  0x00004cbe , 0x00000018 
+ 00019616  0x00001ed3 nbranch  0x00004cbe , 0x0000002f 
+ 00019617  0x00001ed4 call  0x00004ccf 
+ 00019618  0x00001ed5 fetch  0x00000001 , 0x00004095 
+ 00019619  0x00001ed6 sub  0x0000003f , 0x00000008 , 0x0000003e 
+ 00019620  0x00001ed7 call  0x00005fdc , 0x00000005 
+ 00019621  0x00001ed9 call  0x00004d7b 
+ 00019622  0x00001edb call  0x00004bef 
+ 00019623  0x00001edc fetch  0x00000001 , 0x000044c9 
+ 00019624  0x00001edd increase  0x00000001 , 0x0000003f 
+ 00019625  0x00001ede store  0x00000001 , 0x000044c9 
+ 00019626  0x00001edf call  0x00004cf3 
+ 00019627  0x00001ee1 bpatchx  0x0000005c , 0x0000402b 
+ 00019628  0x00001ee2 setarg  0x00000000 
+ 00019629  0x00001ee3 store  0x00000001 , 0x00004548 
+ 00019630  0x00001ee4 store  0x00000002 , 0x00004549 
+ 00019631  0x00001ee5 rtn 
+ 00019632  0x00001ee8 bpatchx  0x0000005d , 0x0000402b 
+ 00019633  0x00001ee9 disable  0x0000002f 
+ 00019634  0x00001eea call  0x0000480e 
+ 00019635  0x00001eeb fetch  0x00000001 , 0x000044ca 
+ 00019636  0x00001eec beq  0x00000001 , 0x000047fc 
+ 00019637  0x00001eed force  0x00000000 , 0x00000015 
+ 00019638  0x00001eee fetch  0x00000004 , 0x000044da 
+ 00019639  0x00001eef iforce  0x00000009 
+ 00019640  0x00001ef0 fetcht  0x00000001 , 0x00000008 
+ 00019641  0x00001ef1 call  0x00003954 
+ 00019642  0x00001ef2 call  0x0000396a 
+ 00019643  0x00001ef3 call  0x0000479a 
+ 00019644  0x00001ef4 call  0x000047fc , 0x0000002f 
+ 00019645  0x00001ef5 rtn 
+ 00019646  0x00001ef8 fetch  0x00000001 , 0x00004095 
+ 00019647  0x00001ef9 bne  0x00000008 , 0x00004cc3 
+ 00019648  0x00001efa fetch  0x00000001 , 0x0000477f 
+ 00019649  0x00001efb nrtn  0x00000034 
+ 00019650  0x00001efc call  0x00005bf7 
+ 00019651  0x00001efe fetch  0x00000001 , 0x0000454d 
+ 00019652  0x00001eff nrtn  0x00000034 
+ 00019653  0x00001f00 fetch  0x00000002 , 0x00004549 
+ 00019654  0x00001f01 increase  0x00000001 , 0x0000003f 
+ 00019655  0x00001f02 store  0x00000002 , 0x00004549 
+ 00019656  0x00001f03 fetch  0x00000001 , 0x0000454a 
+ 00019657  0x00001f04 bbit1  0x00000004 , 0x00004cd7 
+ 00019658  0x00001f05 call  0x00004cdd 
+ 00019659  0x00001f06 fetch  0x00000002 , 0x0000456d 
+ 00019660  0x00001f07 increase  0x00000001 , 0x0000003f 
+ 00019661  0x00001f08 store  0x00000002 , 0x0000456d 
+ 00019662  0x00001f09 branch  0x00004c9c 
+ 00019663  0x00001f0d bpatchx  0x0000005e , 0x0000402b 
+ 00019664  0x00001f0e call  0x0000488d 
+ 00019665  0x00001f0f fetch  0x00000001 , 0x000044c8 
+ 00019666  0x00001f10 rtn  0x00000034 
+ 00019667  0x00001f11 iforce  0x00000039 
+ 00019668  0x00001f12 arg  0x00004444 , 0x00000006 
+ 00019669  0x00001f13 arg  0x000044a8 , 0x00000005 
+ 00019670  0x00001f14 branch  0x00007419 
+ 00019671  0x00001f18 bpatchx  0x0000005f , 0x0000402b 
+ 00019672  0x00001f19 setarg  0x00000000 
+ 00019673  0x00001f1a store  0x00000002 , 0x00004549 
+ 00019674  0x00001f1b jam  0x00000001 , 0x0000454b 
+ 00019675  0x00001f1d jam  0x0000003a , 0x000004c3 
+ 00019676  0x00001f1e branch  0x00006f7b 
+ 00019677  0x00001f29 bpatchx  0x00000060 , 0x0000402c 
+ 00019678  0x00001f2a fetcht  0x00000001 , 0x0000454c 
+ 00019679  0x00001f2b fetch  0x00000001 , 0x0000456c 
+ 00019680  0x00001f2c isub  0x00000002 , 0x0000003e 
+ 00019681  0x00001f2d nbranch  0x00004cfb , 0x00000002 
+ 00019682  0x00001f2e increase  0x00000001 , 0x00000002 
+ 00019683  0x00001f2f storet  0x00000001 , 0x0000454c 
+ 00019684  0x00001f30 fetch  0x00000001 , 0x0000456c 
+ 00019685  0x00001f31 beq  0x00000005 , 0x00004cea 
+ 00019686  0x00001f32 fetch  0x00000001 , 0x0000454c 
+ 00019687  0x00001f33 beq  0x00000006 , 0x00004cf5 
+ 00019688  0x00001f34 beq  0x0000000c , 0x00004cf5 
+ 00019689  0x00001f35 rtn 
+ 00019690  0x00001f39 fetch  0x00000001 , 0x0000454c 
+ 00019691  0x00001f3a beq  0x00000003 , 0x00004cf5 
+ 00019692  0x00001f3b beq  0x00000006 , 0x00004cf5 
+ 00019693  0x00001f3c rtn 
+ 00019694  0x00001f46 bmark1  0x0000002f , 0x00004cf1 
+ 00019695  0x00001f47 store  0x00000001 , 0x00004485 
+ 00019696  0x00001f48 rtn 
+ 00019697  0x00001f4a store  0x00000001 , 0x00004486 
+ 00019698  0x00001f4b rtn 
+ 00019699  0x00001f4e fetch  0x00000001 , 0x000044d4 
+ 00019700  0x00001f4f rtnbit0  0x00000004 
+ 00019701  0x00001f51 fetch  0x00000001 , 0x000044d4 
+ 00019702  0x00001f52 set0  0x00000004 , 0x0000003f 
+ 00019703  0x00001f53 store  0x00000001 , 0x000044d4 
+ 00019704  0x00001f54 call  0x00004cee 
+ 00019705  0x00001f55 call  0x00004d7f 
+ 00019706  0x00001f56 branch  0x0000489b 
+ 00019707  0x00001f59 call  0x00004d6f 
+ 00019708  0x00001f5a call  0x00004d7f 
+ 00019709  0x00001f5b branch  0x0000489b 
+ 00019710  0x00001f6e fetch  0x00000002 , 0x0000453f 
+ 00019711  0x00001f6f branch  0x00007487 
+ 00019712  0x00001f72 fetch  0x00000001 , 0x0000454d 
+ 00019713  0x00001f73 call  0x00004d07 , 0x00000034 
+ 00019714  0x00001f74 fetch  0x00000001 , 0x00004563 
+ 00019715  0x00001f75 rtneq  0x00000001 
+ 00019716  0x00001f76 call  0x00004cfe 
+ 00019717  0x00001f77 fetch  0x00000002 , 0x00004545 
+ 00019718  0x00001f78 branch  0x00007487 
+ 00019719  0x00001f7b jam  0x00000001 , 0x000044d4 
+ 00019720  0x00001f7c jam  0x00000001 , 0x0000454d 
+ 00019721  0x00001f7d call  0x00004c95 
+ 00019722  0x00001f7e store  0x00000001 , 0x00004464 
+ 00019723  0x00001f7f setarg  0x00000000 
+ 00019724  0x00001f80 store  0x00000007 , 0x00004465 
+ 00019725  0x00001f81 fetch  0x00000004 , 0x0000454f 
+ 00019726  0x00001f82 store  0x00000004 , 0x0000446c 
+ 00019727  0x00001f83 jam  0x0000000c , 0x000044d3 
+ 00019728  0x00001f84 fetch  0x00000001 , 0x000044d4 
+ 00019729  0x00001f85 set1  0x00000003 , 0x0000003f 
+ 00019730  0x00001f86 store  0x00000001 , 0x000044d4 
+ 00019731  0x00001f87 call  0x0000485e 
+ 00019732  0x00001f88 branch  0x00004c6b 
+ 00019733  0x00001f8d bpatchx  0x00000061 , 0x0000402c 
+ 00019734  0x00001f8e enable  0x00000028 
+ 00019735  0x00001f8f call  0x00003b1b 
+ 00019736  0x00001f90 fetch  0x00000003 , 0x000040be 
+ 00019737  0x00001f91 branch  0x000074ca , 0x00000034 
+ 00019738  0x00001f92 fetch  0x00000001 , 0x00004094 
+ 00019739  0x00001f93 branch  0x000074ca , 0x00000034 
+ 00019740  0x00001f95 fetch  0x00000001 , 0x00004563 
+ 00019741  0x00001f96 beq  0x00000001 , 0x000074ca 
+ 00019742  0x00001f97 rtn 
+ 00019743  0x00001f9a fetch  0x00000002 , 0x00004541 
+ 00019744  0x00001f9b branch  0x00007487 
+ 00019745  0x00001fa9 call  0x000048be 
+ 00019746  0x00001faa nrtn  0x00000028 
+ 00019747  0x00001fab call  0x00004d36 
+ 00019748  0x00001fac fetch  0x00000002 , 0x00004564 
+ 00019749  0x00001fad increase  0x00000001 , 0x0000003f 
+ 00019750  0x00001fae store  0x00000002 , 0x00004564 
+ 00019751  0x00001faf fetcht  0x00000002 , 0x00004566 
+ 00019752  0x00001fb0 isub  0x00000002 , 0x0000003e 
+ 00019753  0x00001fb1 call  0x00004d2b , 0x00000005 
+ 00019754  0x00001fb2 branch  0x00004c68 
+ 00019755  0x00001fb6 jam  0x00000000 , 0x00004563 
+ 00019756  0x00001fb7 setarg  0x00000000 
+ 00019757  0x00001fb8 store  0x00000002 , 0x00004564 
+ 00019758  0x00001fb9 setarg  0x00000064 
+ 00019759  0x00001fba store  0x00000002 , 0x00004566 
+ 00019760  0x00001fbc jam  0x00000000 , 0x00004562 
+ 00019761  0x00001fbd fetch  0x00000001 , 0x000044f3 
+ 00019762  0x00001fbf store  0x00000001 , 0x000044f2 
+ 00019763  0x00001fc0 rtn 
+ 00019764  0x00001fc2 fetch  0x00000001 , 0x000044f4 
+ 00019765  0x00001fc3 branch  0x00004d32 
+ 00019766  0x00001fc6 fetch  0x00000001 , 0x00004562 
+ 00019767  0x00001fc7 increase  0x00000001 , 0x0000003f 
+ 00019768  0x00001fc8 store  0x00000001 , 0x00004562 
+ 00019769  0x00001fc9 beq  0x00000004 , 0x00004d34 
+ 00019770  0x00001fca beq  0x00000005 , 0x00004d30 
+ 00019771  0x00001fcb rtn 
+ 00019772  0x00001fce jam  0x00000001 , 0x00004563 
+ 00019773  0x00001fcf setarg  0x00000000 
+ 00019774  0x00001fd0 store  0x00000002 , 0x00004564 
+ 00019775  0x00001fd1 rtn 
+ 00019776  0x00001fdc arg  0x00000002 , 0x00000039 
+ 00019777  0x00001fdd arg  0x000044da , 0x00000006 
+ 00019778  0x00001fdf call  0x000074c8 
+ 00019779  0x00001fe0 setarg  0x0000ffff 
+ 00019780  0x00001fe2 ifetcht  0x00000002 , 0x00000006 
+ 00019781  0x00001fe3 isub  0x00000002 , 0x0000003e 
+ 00019782  0x00001fe4 ncall  0x000074ca , 0x00000005 
+ 00019783  0x00001fe5 loop  0x00004d44 
+ 00019784  0x00001fe6 rtn 
+ 00019785  0x00001ff1 bpatchx  0x00000062 , 0x0000402c 
+ 00019786  0x00001ff2 fetch  0x00000001 , 0x000043f0 
+ 00019787  0x00001ff3 nrtn  0x00000034 
+ 00019788  0x00001ff4 fetch  0x00000002 , 0x00004434 
+ 00019789  0x00001ff5 rtnbit1  0x0000000b 
+ 00019790  0x00001ff6 fetchr  0x00000011 , 0x00000002 , 0x0000453b 
+ 00019791  0x00001ff7 call  0x00004c23 
+ 00019792  0x00001ff8 storet  0x00000001 , 0x0000456f 
+ 00019793  0x00001ff9 fetch  0x00000001 , 0x00004574 
+ 00019794  0x00001ffa bmark1  0x00000026 , 0x00004d54 
+ 00019795  0x00001ffb fetch  0x00000001 , 0x00004577 
+ 00019796  0x00001ffd isub  0x00000002 , 0x0000003e 
+ 00019797  0x00001ffe nbranch  0x00004d6e , 0x00000002 
+ 00019798  0x00001fff fetch  0x00000001 , 0x00004571 
+ 00019799  0x00002000 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00019800  0x00002001 nbranch  0x00004d5c , 0x00000002 
+ 00019801  0x00002002 fetch  0x00000001 , 0x00004571 
+ 00019802  0x00002003 beq  0x00000000 , 0x00004d6f 
+ 00019803  0x00002004 rtn 
+ 00019804  0x00002007 fetch  0x00000001 , 0x00004571 
+ 00019805  0x00002008 fetcht  0x00000001 , 0x00004572 
+ 00019806  0x00002009 isub  0x00000002 , 0x0000003e 
+ 00019807  0x0000200a nrtn  0x00000005 
+ 00019808  0x0000200b jam  0x00000000 , 0x00004571 
+ 00019809  0x0000200d fetcht  0x00000001 , 0x0000456f 
+ 00019810  0x0000200e fetch  0x00000001 , 0x00004573 
+ 00019811  0x0000200f bmark1  0x00000026 , 0x00004d65 
+ 00019812  0x00002010 fetch  0x00000001 , 0x00004576 
+ 00019813  0x00002012 isub  0x00000002 , 0x0000003e 
+ 00019814  0x00002013 nrtn  0x00000002 
+ 00019815  0x00002014 fetch  0x00000001 , 0x00004570 
+ 00019816  0x00002015 beq  0x00000000 , 0x00004d76 
+ 00019817  0x00002016 increase  0xffffffff , 0x0000003f 
+ 00019818  0x00002017 store  0x00000001 , 0x00004570 
+ 00019819  0x00002018 beq  0x00000000 , 0x00004d76 
+ 00019820  0x0000201b jam  0x00000000 , 0x00004116 
+ 00019821  0x0000201c rtn 
+ 00019822  0x0000201f jam  0x00000000 , 0x00004571 
+ 00019823  0x00002021 fetch  0x00000001 , 0x00004570 
+ 00019824  0x00002022 beq  0x00000002 , 0x00004d74 
+ 00019825  0x00002023 increase  0x00000001 , 0x0000003f 
+ 00019826  0x00002024 store  0x00000001 , 0x00004570 
+ 00019827  0x00002025 beq  0x00000001 , 0x00004d6c 
+ 00019828  0x00002027 jam  0x00000006 , 0x00004116 
+ 00019829  0x00002028 rtn 
+ 00019830  0x0000202b jam  0x00000085 , 0x00004116 
+ 00019831  0x0000202c rtn 
+ 00019832  0x0000202f jam  0x00000001 , 0x00004570 
+ 00019833  0x00002030 jam  0x00000000 , 0x00004571 
+ 00019834  0x00002031 rtn 
+ 00019835  0x00002034 fetch  0x00000001 , 0x00004571 
+ 00019836  0x00002035 increase  0x00000001 , 0x0000003f 
+ 00019837  0x00002036 store  0x00000001 , 0x00004571 
+ 00019838  0x00002037 rtn 
+ 00019839  0x0000203a fetch  0x00000001 , 0x00004571 
+ 00019840  0x0000203b sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00019841  0x0000203c ncall  0x00004d87 , 0x00000002 
+ 00019842  0x0000203d fetch  0x00000001 , 0x00004571 
+ 00019843  0x0000203e rtneq  0x00000000 
+ 00019844  0x0000203f increase  0xffffffff , 0x0000003f 
+ 00019845  0x00002040 store  0x00000001 , 0x00004571 
+ 00019846  0x00002041 rtn 
+ 00019847  0x00002044 jam  0x00000003 , 0x00004571 
+ 00019848  0x00002045 rtn 
+ 00019849  0x0000204d bpatch  0x00000070 , 0x0000400e 
+ 00019850  0x0000204e fetch  0x00000001 , 0x00004095 
+ 00019851  0x0000204f branch  0x00004d89 , 0x00000034 
+ 00019852  0x00002050 beq  0x00000004 , 0x000050b8 
+ 00019853  0x00002051 beq  0x00000009 , 0x00006028 
+ 00019854  0x00002052 beq  0x0000000a , 0x000061ec 
+ 00019855  0x00002055 beq  0x00000008 , 0x0000522c 
+ 00019856  0x00002056 rtn 
+ 00019857  0x0000205a rtn  0x0000002b 
+ 00019858  0x0000205b call  0x00006bdd 
+ 00019859  0x0000205c fetch  0x00000001 , 0x00004095 
+ 00019860  0x0000205d beq  0x00000009 , 0x00006157 
+ 00019861  0x0000205e beq  0x0000000a , 0x00006157 
+ 00019862  0x0000205f beq  0x00000004 , 0x000050c3 
+ 00019863  0x00002060 beq  0x00000008 , 0x00005275 
+ 00019864  0x00002062 rtn 
+ 00019865  0x00002065 call  0x00006ec0 
+ 00019866  0x00002066 call  0x00006f91 
+ 00019867  0x00002067 call  0x00004da0 
+ 00019868  0x00002068 fetch  0x00000002 , 0x00004394 
+ 00019869  0x00002069 branch  0x00007487 
+ 00019870  0x0000206c fetch  0x00000002 , 0x00004392 
+ 00019871  0x0000206d branch  0x00007487 
+ 00019872  0x00002070 bpatch  0x00000071 , 0x0000400e 
+ 00019873  0x00002072 arg  0x0000441e , 0x00000011 
+ 00019874  0x00002073 call  0x000074a5 
+ 00019875  0x00002074 rtn  0x00000034 
+ 00019876  0x00002076 copy  0x0000003f , 0x00000013 
+ 00019877  0x00002077 call  0x00004da9 
+ 00019878  0x00002078 branch  0x00004dad 
+ 00019879  0x0000207b arg  0x00000000 , 0x00000013 
+ 00019880  0x0000207c rtn 
+ 00019881  0x00002082 beq  0x00000010 , 0x00004dbc 
+ 00019882  0x00002083 beq  0x00000014 , 0x00004db3 
+ 00019883  0x00002084 beq  0x00000015 , 0x00004db7 
+ 00019884  0x00002085 rtn 
+ 00019885  0x0000208a fetch  0x00000002 , 0x00004396 
+ 00019886  0x0000208b branch  0x00007487 
+ 00019887  0x0000208e fetch  0x00000002 , 0x0000438c 
+ 00019888  0x0000208f branch  0x00007487 
+ 00019889  0x00002092 fetch  0x00000002 , 0x00004390 
+ 00019890  0x00002093 branch  0x00007487 
+ 00019891  0x00002096 fetch  0x00000002 , 0x00004434 
+ 00019892  0x00002097 set1  0x00000009 , 0x0000003f 
+ 00019893  0x00002098 store  0x00000002 , 0x00004434 
+ 00019894  0x00002099 rtn 
+ 00019895  0x0000209c jam  0x00000000 , 0x0000436d 
+ 00019896  0x0000209d fetch  0x00000002 , 0x00004434 
+ 00019897  0x0000209e set0  0x00000009 , 0x0000003f 
+ 00019898  0x0000209f store  0x00000002 , 0x00004434 
+ 00019899  0x000020a0 branch  0x00004e19 
+ 00019900  0x000020a4 fetch  0x00000002 , 0x000043aa 
+ 00019901  0x000020a5 set1  0x00000000 , 0x0000003f 
+ 00019902  0x000020a6 store  0x00000002 , 0x000043aa 
+ 00019903  0x000020a7 rtn 
+ 00019904  0x000020ab store  0x00000001 , 0x000001dc 
+ 00019905  0x000020ad bpatch  0x00000072 , 0x0000400e 
+ 00019906  0x000020ae fetch  0x00000001 , 0x000001dc 
+ 00019907  0x000020af rtn  0x00000034 
+ 00019908  0x000020b0 increase  0xffffffff , 0x0000003f 
+ 00019909  0x000020b1 store  0x00000001 , 0x000001dc 
+ 00019910  0x000020b2 call  0x00006ecc 
+ 00019911  0x000020b3 call  0x00004dfa 
+ 00019912  0x000020b4 call  0x00006957 
+ 00019913  0x000020b5 fetch  0x00000002 , 0x0000439c 
+ 00019914  0x000020b6 call  0x00007487 
+ 00019915  0x000020b7 branch  0x00004dc1 
+ 00019916  0x000020bd ifetch  0x00000001 , 0x00000013 
+ 00019917  0x000020be rtn  0x00000034 
+ 00019918  0x000020bf pincrease  0xffffffff 
+ 00019919  0x000020c0 istore  0x00000001 , 0x00000013 
+ 00019920  0x000020c1 nrtn  0x00000034 
+ 00019921  0x000020c2 copy  0x00000012 , 0x0000003f 
+ 00019922  0x000020c3 branch  0x00007487 
+ 00019923  0x000020c8 ifetch  0x00000002 , 0x00000013 
+ 00019924  0x000020c9 rtn  0x00000034 
+ 00019925  0x000020ca pincrease  0xffffffff 
+ 00019926  0x000020cb istore  0x00000002 , 0x00000013 
+ 00019927  0x000020cc nrtn  0x00000034 
+ 00019928  0x000020cd copy  0x00000012 , 0x0000003f 
+ 00019929  0x000020ce branch  0x00007487 
+ 00019930  0x000020d1 fetcht  0x00000002 , 0x000043e2 
+ 00019931  0x000020d2 add  0x00000002 , 0x00000001 , 0x00000013 
+ 00019932  0x000020d3 arg  0x00004dde , 0x00000012 
+ 00019933  0x000020d4 branch  0x00004dcc 
+ 00019934  0x000020d7 call  0x00004e2f 
+ 00019935  0x000020d8 beq  0x00000001 , 0x00004de1 
+ 00019936  0x000020da branch  0x00004e13 
+ 00019937  0x000020dc setarg  0x00000002 
+ 00019938  0x000020dd istore  0x00000001 , 0x00000013 
+ 00019939  0x000020de add  0x00000002 , 0x00000008 , 0x00000012 
+ 00019940  0x000020e0 ifetch  0x00000002 , 0x00000012 
+ 00019941  0x000020e1 branch  0x00007487 
+ 00019942  0x000020e5 call  0x00004de8 
+ 00019943  0x000020e6 branch  0x00004e13 
+ 00019944  0x000020ea setarg  0x00000000 
+ 00019945  0x000020eb store  0x00000002 , 0x000043a8 
+ 00019946  0x000020ec rtn 
+ 00019947  0x000020ee setarg  0x00000000 
+ 00019948  0x000020ef store  0x00000002 , 0x000043aa 
+ 00019949  0x000020f0 rtn 
+ 00019950  0x000020f5 fetch  0x00000002 , 0x000043aa 
+ 00019951  0x000020f6 set1  0x00000007 , 0x0000003f 
+ 00019952  0x000020f7 store  0x00000002 , 0x000043a8 
+ 00019953  0x000020f8 setarg  0x00000000 
+ 00019954  0x000020f9 store  0x00000002 , 0x000043aa 
+ 00019955  0x000020fa rtn 
+ 00019956  0x00002103 arg  0x00000009 , 0x00000007 
+ 00019957  0x00002104 branch  0x00003c21 
+ 00019958  0x00002107 arg  0x00000009 , 0x00000007 
+ 00019959  0x00002108 branch  0x00003c25 
+ 00019960  0x0000210b jam  0x00000005 , 0x000043a6 
+ 00019961  0x0000210c branch  0x00004df4 
+ 00019962  0x0000210f arg  0x000043a6 , 0x00000013 
+ 00019963  0x00002110 arg  0x00004df6 , 0x00000012 
+ 00019964  0x00002111 branch  0x00004dcc 
+ 00019965  0x00002115 jam  0x0000000f , 0x000004c3 
+ 00019966  0x00002116 branch  0x00006f84 
+ 00019967  0x00002119 jam  0x00000010 , 0x000004c3 
+ 00019968  0x0000211a branch  0x00006f84 
+ 00019969  0x0000211d jam  0x0000000e , 0x000004c3 
+ 00019970  0x0000211e branch  0x00006f84 
+ 00019971  0x00002121 jam  0x0000000d , 0x000004c3 
+ 00019972  0x00002122 branch  0x00006f84 
+ 00019973  0x00002125 jam  0x00000017 , 0x000004c3 
+ 00019974  0x00002126 branch  0x00006f84 
+ 00019975  0x00002129 jam  0x00000018 , 0x000004c3 
+ 00019976  0x0000212a branch  0x00006f84 
+ 00019977  0x0000212d jam  0x00000016 , 0x000004c3 
+ 00019978  0x0000212e branch  0x00006f84 
+ 00019979  0x00002131 jam  0x00000011 , 0x000004c3 
+ 00019980  0x00002132 branch  0x00006f84 
+ 00019981  0x00002135 jam  0x00000015 , 0x000004c3 
+ 00019982  0x00002136 branch  0x00006f84 
+ 00019983  0x00002139 jam  0x00000014 , 0x000004c3 
+ 00019984  0x0000213a branch  0x00006f84 
+ 00019985  0x0000213e jam  0x00000013 , 0x000004c3 
+ 00019986  0x0000213f branch  0x00006f84 
+ 00019987  0x00002142 jam  0x00000019 , 0x000004c3 
+ 00019988  0x00002143 branch  0x00006f84 
+ 00019989  0x00002147 jam  0x0000001f , 0x000004c3 
+ 00019990  0x00002148 branch  0x00006f84 
+ 00019991  0x0000214c set1  0x0000000d , 0x00000000 
+ 00019992  0x0000214d rtn 
+ 00019993  0x00002150 set0  0x0000000d , 0x00000000 
+ 00019994  0x00002151 rtn 
+ 00019995  0x00002155 call  0x00004e2f 
+ 00019996  0x00002156 beq  0x00000002 , 0x00004e25 
+ 00019997  0x00002158 setarg  0x00000001 
+ 00019998  0x00002159 istore  0x00000001 , 0x00000013 
+ 00019999  0x0000215a add  0x00000002 , 0x00000003 , 0x00000011 
+ 00020000  0x0000215b add  0x00000002 , 0x00000006 , 0x00000012 
+ 00020001  0x0000215d ifetcht  0x00000001 , 0x00000011 
+ 00020002  0x0000215e increase  0x00000001 , 0x00000013 
+ 00020003  0x0000215f istoret  0x00000001 , 0x00000013 
+ 00020004  0x00002160 branch  0x00004de4 
+ 00020005  0x00002163 setarg  0x00000000 
+ 00020006  0x00002164 istore  0x00000001 , 0x00000013 
+ 00020007  0x00002165 fetch  0x00000002 , 0x00004434 
+ 00020008  0x00002166 bbit0  0x00000009 , 0x00004e2b 
+ 00020009  0x00002167 call  0x0000473e 
+ 00020010  0x00002168 call  0x00004e0b 
+ 00020011  0x0000216a fetcht  0x00000002 , 0x000043e2 
+ 00020012  0x0000216b add  0x00000002 , 0x00000002 , 0x00000011 
+ 00020013  0x0000216c add  0x00000002 , 0x00000004 , 0x00000012 
+ 00020014  0x0000216d branch  0x00004e21 
+ 00020015  0x00002170 fetcht  0x00000002 , 0x000043e2 
+ 00020016  0x00002171 add  0x00000002 , 0x00000000 , 0x00000013 
+ 00020017  0x00002172 ifetch  0x00000001 , 0x00000013 
+ 00020018  0x00002173 rtn 
+ 00020019  0x00002176 call  0x00004e2f 
+ 00020020  0x00002177 bne  0x00000000 , 0x00004e36 
+ 00020021  0x00002178 branch  0x00004e13 
+ 00020022  0x0000217a add  0x00000002 , 0x0000000a , 0x00000012 
+ 00020023  0x0000217b branch  0x00004de4 
+ 00020024  0x000021b9 jam  0x00000002 , 0x000046ec 
+ 00020025  0x000021bb jam  0x00000001 , 0x0000435f 
+ 00020026  0x000021bc setarg  0x00000020 
+ 00020027  0x000021bd call  0x00006145 
+ 00020028  0x000021bf arg  0x00004235 , 0x00000005 
+ 00020029  0x000021c0 fetch  0x00000001 , 0x000042b0 
+ 00020030  0x000021c2 and  0x0000003f , 0x000000f0 , 0x00000002 
+ 00020031  0x000021c3 rshift4  0x00000002 , 0x00000002 
+ 00020032  0x000021c4 call  0x00004e4e 
+ 00020033  0x000021c5 istoret  0x00000001 , 0x00000005 
+ 00020034  0x000021c6 and  0x0000003f , 0x0000000f , 0x00000002 
+ 00020035  0x000021c7 call  0x00004e4e 
+ 00020036  0x000021c8 istoret  0x00000001 , 0x00000005 
+ 00020037  0x000021c9 call  0x000040f9 
+ 00020038  0x000021cc fetchr  0x00000039 , 0x00000001 , 0x0000422d 
+ 00020039  0x000021cd arg  0x00004322 , 0x00000005 
+ 00020040  0x000021ce arg  0x0000422e , 0x00000006 
+ 00020041  0x000021cf call  0x00007419 
+ 00020042  0x000021d3 fetchr  0x00000039 , 0x00000001 , 0x0000422d 
+ 00020043  0x000021d4 arg  0x00004342 , 0x00000005 
+ 00020044  0x000021d5 arg  0x0000422e , 0x00000006 
+ 00020045  0x000021d6 branch  0x00007419 
+ 00020046  0x000021d8 sub  0x00000002 , 0x00000009 , 0x0000003e 
+ 00020047  0x000021d9 branch  0x00004e52 , 0x00000002 
+ 00020048  0x000021da add  0x00000002 , 0x00000037 , 0x00000002 
+ 00020049  0x000021db rtn 
+ 00020050  0x000021dd add  0x00000002 , 0x00000030 , 0x00000002 
+ 00020051  0x000021de rtn 
+ 00020052  0x000021e1 fetch  0x00000001 , 0x000046b9 
+ 00020053  0x000021e2 bne  0x000000ff , 0x00004e64 
+ 00020054  0x000021e4 fetch  0x00000001 , 0x000046b7 
+ 00020055  0x000021e5 bne  0x000000ff , 0x00004e67 
+ 00020056  0x000021e7 fetch  0x00000001 , 0x000046c2 
+ 00020057  0x000021e8 bne  0x000000ff , 0x00004e69 
+ 00020058  0x000021ee fetchr  0x00000039 , 0x00000001 , 0x00004625 
+ 00020059  0x000021ef arg  0x00004626 , 0x00000011 
+ 00020060  0x000021f1 copy  0x00000011 , 0x00000006 
+ 00020061  0x000021f2 ifetch  0x00000001 , 0x00000006 
+ 00020062  0x000021f3 copy  0x00000006 , 0x00000011 
+ 00020063  0x000021f4 beq  0x000000ff , 0x00004e62 
+ 00020064  0x000021f5 copy  0x0000003f , 0x00000002 
+ 00020065  0x000021f6 call  0x00006b96 
+ 00020066  0x000021f8 loop  0x00004e5c 
+ 00020067  0x000021fa rtn 
+ 00020068  0x000021fc fetch  0x00000008 , 0x000046b9 
+ 00020069  0x000021fd store  0x00000008 , 0x00004628 
+ 00020070  0x000021fe branch  0x00004e56 
+ 00020071  0x00002200 store  0x00000001 , 0x00004626 
+ 00020072  0x00002201 branch  0x00004e58 
+ 00020073  0x00002203 store  0x00000001 , 0x00004627 
+ 00020074  0x00002204 branch  0x00004e5a 
+ 00020075  0x00002208 call  0x0000500a 
+ 00020076  0x00002209 call  0x00005088 
+ 00020077  0x0000220a arg  0x00000000 , 0x00000011 
+ 00020078  0x0000220b call  0x00006caf 
+ 00020079  0x0000220c call  0x00004e54 
+ 00020080  0x0000220d call  0x00004ebd 
+ 00020081  0x0000220e call  0x00004e83 
+ 00020082  0x00002211 fetch  0x00000001 , 0x000048ef 
+ 00020083  0x00002212 copy  0x0000003f , 0x00000039 
+ 00020084  0x00002213 setarg  0x000048f0 
+ 00020085  0x00002214 copy  0x0000003f , 0x00000011 
+ 00020086  0x00002216 copy  0x00000011 , 0x00000006 
+ 00020087  0x00002217 ifetch  0x00000001 , 0x00000006 
+ 00020088  0x00002218 copy  0x00000006 , 0x00000011 
+ 00020089  0x00002219 beq  0x000000ff , 0x00004e7d 
+ 00020090  0x0000221a copy  0x0000003f , 0x00000002 
+ 00020091  0x0000221b store  0x00000001 , 0x000048f4 
+ 00020092  0x0000221c call  0x00004e7f 
+ 00020093  0x0000221e loop  0x00004e76 
+ 00020094  0x00002220 rtn 
+ 00020095  0x00002223 fetch  0x00000001 , 0x000048f4 
+ 00020096  0x00002224 rtneq  0x000000ff 
+ 00020097  0x00002225 iforce  0x00000002 
+ 00020098  0x00002226 branch  0x00006b96 
+ 00020099  0x0000222a jam  0x00000064 , 0x000046c8 
+ 00020100  0x0000222b rtn 
+ 00020101  0x0000222e call  0x00004e88 
+ 00020102  0x0000222f call  0x000074e0 
+ 00020103  0x00002231 branch  0x00006c75 
+ 00020104  0x00002234 call  0x00006fd6 
+ 00020105  0x00002236 arg  0x00000014 , 0x00000039 
+ 00020106  0x00002237 arg  0x00008070 , 0x00000006 
+ 00020107  0x00002239 copy  0x00000006 , 0x00000005 
+ 00020108  0x0000223a ifetch  0x00000001 , 0x00000006 
+ 00020109  0x0000223b beq  0x0000001f , 0x00004e97 
+ 00020110  0x0000223c beq  0x00000020 , 0x00004e97 
+ 00020111  0x0000223d beq  0x00000021 , 0x00004e97 
+ 00020112  0x0000223e beq  0x00000022 , 0x00004e97 
+ 00020113  0x0000223f beq  0x00000023 , 0x00004e97 
+ 00020114  0x00002240 beq  0x0000002c , 0x00004e97 
+ 00020115  0x00002241 beq  0x0000002d , 0x00004e97 
+ 00020116  0x00002242 beq  0x00000000 , 0x00004e97 
+ 00020117  0x00002244 loop  0x00004e8b 
+ 00020118  0x00002245 branch  0x00004e9d 
+ 00020119  0x00002248 setarg  0x00000040 
+ 00020120  0x00002249 istore  0x00000001 , 0x00000005 
+ 00020121  0x0000224a branch  0x00004e95 
+ 00020122  0x0000224c setarg  0x00000080 
+ 00020123  0x0000224d istore  0x00000001 , 0x00000005 
+ 00020124  0x0000224e branch  0x00004e95 
+ 00020125  0x00002250 fetch  0x00000001 , 0x000048ef 
+ 00020126  0x00002251 copy  0x0000003f , 0x00000039 
+ 00020127  0x00002252 arg  0x000048f0 , 0x00000006 
+ 00020128  0x00002254 ifetch  0x00000001 , 0x00000006 
+ 00020129  0x00002255 set1  0x00000007 , 0x0000003f 
+ 00020130  0x00002256 arg  0x0000003e , 0x00000002 
+ 00020131  0x00002257 call  0x00006bbc 
+ 00020132  0x00002258 loop  0x00004ea0 
+ 00020133  0x00002259 rtn 
+ 00020134  0x0000225c branch  0x00006c81 
+ 00020135  0x0000225f call  0x00004ebf 
+ 00020136  0x00002260 call  0x00004eaa 
+ 00020137  0x00002261 branch  0x00004ea6 
+ 00020138  0x00002264 fetch  0x00000002 , 0x00004434 
+ 00020139  0x00002265 rtnbit1  0x00000009 
+ 00020140  0x00002266 fetch  0x00000001 , 0x00004902 
+ 00020141  0x00002267 beq  0x00000001 , 0x00004eaf 
+ 00020142  0x00002268 rtn 
+ 00020143  0x0000226a fetch  0x00000001 , 0x000046e3 
+ 00020144  0x0000226b rtneq  0x00000001 
+ 00020145  0x0000226c jam  0x00000001 , 0x000046e3 
+ 00020146  0x0000226d call  0x00004eb9 
+ 00020147  0x0000226e call  0x00004ebb 
+ 00020148  0x0000226f branch  0x00004ed2 
+ 00020149  0x00002272 fetch  0x00000002 , 0x00004907 
+ 00020150  0x00002273 store  0x00000002 , 0x00004909 
+ 00020151  0x00002274 jam  0x00000000 , 0x0000490b 
+ 00020152  0x00002275 rtn 
+ 00020153  0x00002279 setarg  0x00000000 
+ 00020154  0x0000227a branch  0x00004eb6 
+ 00020155  0x0000227e arg  0x00000000 , 0x00000011 
+ 00020156  0x0000227f branch  0x00006f0b 
+ 00020157  0x00002283 arg  0x00000000 , 0x00000011 
+ 00020158  0x00002284 branch  0x00006f10 
+ 00020159  0x0000228b fetch  0x00000002 , 0x00004434 
+ 00020160  0x0000228c rtnbit0  0x00000009 
+ 00020161  0x0000228d call  0x000041cc 
+ 00020162  0x0000228e nrtn  0x00000034 
+ 00020163  0x0000228f arg  0x00004611 , 0x00000011 
+ 00020164  0x00002290 call  0x00007015 
+ 00020165  0x00002291 nrtn  0x00000028 
+ 00020166  0x00002292 arg  0x00004611 , 0x00000006 
+ 00020167  0x00002293 branch  0x00006149 
+ 00020168  0x00002296 copy  0x00000013 , 0x0000003f 
+ 00020169  0x00002297 beq  0x0000002d , 0x00004e33 
+ 00020170  0x00002298 beq  0x00000010 , 0x00004e1b 
+ 00020171  0x00002299 beq  0x00000014 , 0x00004ece 
+ 00020172  0x0000229a beq  0x00000015 , 0x00004ed8 
+ 00020173  0x0000229b rtn 
+ 00020174  0x0000229e call  0x00004eb9 
+ 00020175  0x0000229f call  0x00004ebb 
+ 00020176  0x000022a0 set0  0x00000027 , 0x00000000 
+ 00020177  0x000022a1 branch  0x00004ed4 
+ 00020178  0x000022a3 fetch  0x00000002 , 0x000046e4 
+ 00020179  0x000022a4 store  0x00000002 , 0x000046e6 
+ 00020180  0x000022a6 jam  0x00000014 , 0x000046c7 
+ 00020181  0x000022a7 jam  0x00000000 , 0x00004094 
+ 00020182  0x000022a8 call  0x00004e01 
+ 00020183  0x000022a9 branch  0x00004e17 
+ 00020184  0x000022ad set1  0x00000027 , 0x00000000 
+ 00020185  0x000022ae call  0x00004eb5 
+ 00020186  0x000022af call  0x00004fbf 
+ 00020187  0x000022b0 call  0x00004fb3 
+ 00020188  0x000022b2 setarg  0x00000000 
+ 00020189  0x000022b3 store  0x00000005 , 0x00004695 
+ 00020190  0x000022b4 call  0x00006ff8 
+ 00020191  0x000022b5 jam  0x0000000a , 0x00004657 
+ 00020192  0x000022b6 jam  0x0000000a , 0x00004659 
+ 00020193  0x000022b7 jam  0x0000000a , 0x0000465b 
+ 00020194  0x000022b9 jam  0x00000002 , 0x000040c1 
+ 00020195  0x000022ba setarg  0x00000020 
+ 00020196  0x000022bb call  0x00006145 
+ 00020197  0x000022bc branch  0x00004e03 
+ 00020198  0x000022bf call  0x00004f60 
+ 00020199  0x000022c0 call  0x00004f63 
+ 00020200  0x000022c1 call  0x00004f66 
+ 00020201  0x000022c4 call  0x00004ef3 
+ 00020202  0x000022c5 branch  0x00004eeb 
+ 00020203  0x000022c9 arg  0x00004903 , 0x00000013 
+ 00020204  0x000022ca arg  0x00000000 , 0x00000012 
+ 00020205  0x000022cb branch  0x00004dcc 
+ 00020206  0x000022ce arg  0x00004909 , 0x00000013 
+ 00020207  0x000022cf arg  0x00004ef1 , 0x00000012 
+ 00020208  0x000022d0 branch  0x00004dd3 
+ 00020209  0x000022d2 jam  0x00000001 , 0x0000490b 
+ 00020210  0x000022d3 rtn 
+ 00020211  0x000022d6 arg  0x000046e6 , 0x00000013 
+ 00020212  0x000022d7 arg  0x00004ef6 , 0x00000012 
+ 00020213  0x000022d8 branch  0x00004dd3 
+ 00020214  0x000022da jam  0x00000002 , 0x000046e3 
+ 00020215  0x000022db jam  0x00000000 , 0x00004902 
+ 00020216  0x000022dc branch  0x00004edc 
+ 00020217  0x000022df fetch  0x00000001 , 0x000046c1 
+ 00020218  0x000022e0 rtn  0x00000034 
+ 00020219  0x000022e1 arg  0x000046c7 , 0x00000013 
+ 00020220  0x000022e2 arg  0x00004efe , 0x00000012 
+ 00020221  0x000022e3 branch  0x00004dcc 
+ 00020222  0x000022e5 fetch  0x00000001 , 0x000046c6 
+ 00020223  0x000022e6 store  0x00000001 , 0x000046c7 
+ 00020224  0x000022e7 fetch  0x00000001 , 0x000046ca 
+ 00020225  0x000022e8 nrtn  0x00000034 
+ 00020226  0x000022ea call  0x00006c11 
+ 00020227  0x000022eb store  0x00000002 , 0x000046e1 
+ 00020228  0x000022ec arg  0x000046db , 0x00000011 
+ 00020229  0x000022ed call  0x00006c31 
+ 00020230  0x000022ee fetcht  0x00000001 , 0x000046c8 
+ 00020231  0x000022ef isub  0x00000002 , 0x0000003e 
+ 00020232  0x000022f0 branch  0x00004f0b , 0x00000002 
+ 00020233  0x000022f1 store  0x00000001 , 0x000046c8 
+ 00020234  0x000022f2 copy  0x0000003f , 0x00000002 
+ 00020235  0x000022f4 storet  0x00000001 , 0x000046c9 
+ 00020236  0x000022f5 fetch  0x00000001 , 0x000046c3 
+ 00020237  0x000022f6 isub  0x00000002 , 0x0000003e 
+ 00020238  0x000022f7 call  0x00004f16 , 0x00000002 
+ 00020239  0x000022f8 storet  0x00000001 , 0x000046d4 
+ 00020240  0x000022f9 arg  0x00000006 , 0x00000039 
+ 00020241  0x000022fa arg  0x000046cf , 0x00000006 
+ 00020242  0x000022fb call  0x00004f1d 
+ 00020243  0x000022fc store  0x00000001 , 0x000046d5 
+ 00020244  0x000022fd arg  0x000046cc , 0x00000011 
+ 00020245  0x000022fe branch  0x00006ffd 
+ 00020246  0x00002300 fetch  0x00000001 , 0x000046cb 
+ 00020247  0x00002301 nrtn  0x00000034 
+ 00020248  0x00002302 jam  0x00000001 , 0x000046cb 
+ 00020249  0x00002303 arg  0x00000001 , 0x00000011 
+ 00020250  0x00002304 branch  0x00006f10 
+ 00020251  0x00002306 arg  0x00000001 , 0x00000011 
+ 00020252  0x00002307 branch  0x00006f0b 
+ 00020253  0x0000230c arg  0x00000000 , 0x00000011 
+ 00020254  0x0000230e ifetch  0x00000001 , 0x00000006 
+ 00020255  0x0000230f iadd  0x00000011 , 0x00000011 
+ 00020256  0x00002310 loop  0x00004f1e 
+ 00020257  0x00002312 and  0x00000011 , 0x000000ff , 0x0000003f 
+ 00020258  0x00002313 rtn 
+ 00020259  0x00002316 fetch  0x00000001 , 0x0000436e 
+ 00020260  0x00002317 beq  0x00000012 , 0x00004f26 
+ 00020261  0x00002318 rtn 
+ 00020262  0x0000231a fetch  0x00000002 , 0x0000436f 
+ 00020263  0x0000231b beq  0x00000019 , 0x00004f3d 
+ 00020264  0x0000231c rtn 
+ 00020265  0x0000231f bpatch  0x0000002b , 0x00004005 
+ 00020266  0x00002320 ifetch  0x00000005 , 0x00000011 
+ 00020267  0x00002321 store  0x00000005 , 0x00000546 
+ 00020268  0x00002322 fetch  0x00000002 , 0x00000546 
+ 00020269  0x00002323 arg  0x00006b5a , 0x00000002 
+ 00020270  0x00002324 isub  0x00000002 , 0x0000003e 
+ 00020271  0x00002325 nrtn  0x00000005 
+ 00020272  0x00002326 fetch  0x00000002 , 0x00000549 
+ 00020273  0x00002327 byteswap  0x0000003f , 0x0000003f 
+ 00020274  0x00002328 store  0x00000002 , 0x00000549 
+ 00020275  0x00002329 copy  0x0000003f , 0x00000039 
+ 00020276  0x0000232a increase  0x00000005 , 0x00000011 
+ 00020277  0x0000232b copy  0x00000011 , 0x00000006 
+ 00020278  0x0000232c arg  0x0000054b , 0x00000005 
+ 00020279  0x0000232d call  0x00007419 
+ 00020280  0x0000232e ifetch  0x00000001 , 0x00000006 
+ 00020281  0x0000232f store  0x00000001 , 0x00000555 
+ 00020282  0x00002330 arg  0x00000548 , 0x00000011 
+ 00020283  0x00002331 arg  0x0000054b , 0x00000012 
+ 00020284  0x00002332 rtn 
+ 00020285  0x00002335 setarg  0x00000000 
+ 00020286  0x00002336 store  0x00000005 , 0x0000464b 
+ 00020287  0x00002337 store  0x00000005 , 0x00004650 
+ 00020288  0x00002338 call  0x00004f29 
+ 00020289  0x00002339 copy  0x00000012 , 0x00000006 
+ 00020290  0x0000233a arg  0x0000464b , 0x00000005 
+ 00020291  0x0000233b arg  0x0000000a , 0x00000039 
+ 00020292  0x0000233c call  0x00007419 
+ 00020293  0x0000233e bpatch  0x0000002c , 0x00004005 
+ 00020294  0x0000233f ifetch  0x00000001 , 0x00000011 
+ 00020295  0x00002340 beq  0x00000002 , 0x00004f6f 
+ 00020296  0x00002341 beq  0x00000003 , 0x00004f84 
+ 00020297  0x00002342 beq  0x00000004 , 0x00004f8b 
+ 00020298  0x00002343 beq  0x00000005 , 0x00004f8b 
+ 00020299  0x00002345 beq  0x00000007 , 0x00004ffb 
+ 00020300  0x00002346 beq  0x00000008 , 0x00004ffe 
+ 00020301  0x00002347 rtn 
+ 00020302  0x0000234a call  0x00004f3d 
+ 00020303  0x0000234b fetch  0x00000001 , 0x00000548 
+ 00020304  0x0000234c beq  0x00000004 , 0x00004f53 
+ 00020305  0x0000234d beq  0x00000005 , 0x00004f53 
+ 00020306  0x0000234e rtn 
+ 00020307  0x00002350 fetch  0x00000001 , 0x0000464b 
+ 00020308  0x00002351 ncall  0x00004f5a , 0x00000034 
+ 00020309  0x00002352 fetch  0x00000001 , 0x0000464d 
+ 00020310  0x00002353 ncall  0x00004f5c , 0x00000034 
+ 00020311  0x00002354 fetch  0x00000001 , 0x0000464f 
+ 00020312  0x00002355 rtn  0x00000034 
+ 00020313  0x00002356 branch  0x00004f5e , 0x00000034 
+ 00020314  0x00002359 jam  0x00000005 , 0x000048ec 
+ 00020315  0x0000235a rtn 
+ 00020316  0x0000235c jam  0x00000005 , 0x000048ed 
+ 00020317  0x0000235d rtn 
+ 00020318  0x0000235f jam  0x00000005 , 0x000048ee 
+ 00020319  0x00002360 rtn 
+ 00020320  0x00002363 arg  0x000048ec , 0x00000013 
+ 00020321  0x00002364 arg  0x00004f69 , 0x00000012 
+ 00020322  0x00002365 branch  0x00004dcc 
+ 00020323  0x00002367 arg  0x000048ed , 0x00000013 
+ 00020324  0x00002368 arg  0x00004f6b , 0x00000012 
+ 00020325  0x00002369 branch  0x00004dcc 
+ 00020326  0x0000236b arg  0x000048ee , 0x00000013 
+ 00020327  0x0000236c arg  0x00004f6d , 0x00000012 
+ 00020328  0x0000236d branch  0x00004dcc 
+ 00020329  0x00002370 jam  0x00000000 , 0x0000464b 
+ 00020330  0x00002371 branch  0x00004f8b 
+ 00020331  0x00002373 jam  0x00000000 , 0x0000464d 
+ 00020332  0x00002374 branch  0x00004f8b 
+ 00020333  0x00002376 jam  0x00000000 , 0x0000464f 
+ 00020334  0x00002377 branch  0x00004f8b 
+ 00020335  0x0000237d fetch  0x00000001 , 0x0000464b 
+ 00020336  0x0000237e store  0x00000001 , 0x00004656 
+ 00020337  0x0000237f fetch  0x00000001 , 0x0000464c 
+ 00020338  0x00002380 store  0x00000001 , 0x00004658 
+ 00020339  0x00002381 branch  0x00004f95 
+ 00020340  0x00002386 fetch  0x00000001 , 0x0000464b 
+ 00020341  0x00002387 store  0x00000001 , 0x00004658 
+ 00020342  0x00002388 branch  0x00004fa3 
+ 00020343  0x0000238a fetch  0x00000001 , 0x00004657 
+ 00020344  0x0000238b call  0x00004f7c 
+ 00020345  0x0000238c fetch  0x00000001 , 0x0000464c 
+ 00020346  0x0000238d store  0x00000001 , 0x00004656 
+ 00020347  0x0000238e branch  0x00004fa1 
+ 00020348  0x00002390 beq  0x00000002 , 0x00004f80 
+ 00020349  0x00002391 beq  0x00000003 , 0x00004f82 
+ 00020350  0x00002392 store  0x00000001 , 0x00004657 
+ 00020351  0x00002393 rtn 
+ 00020352  0x00002395 jam  0x00000005 , 0x00004657 
+ 00020353  0x00002396 rtn 
+ 00020354  0x00002398 jam  0x0000000a , 0x00004657 
+ 00020355  0x00002399 rtn 
+ 00020356  0x0000239b fetch  0x00000001 , 0x0000464b 
+ 00020357  0x0000239c call  0x00004f7c 
+ 00020358  0x0000239d fetch  0x00000001 , 0x00004657 
+ 00020359  0x0000239e call  0x00004fef 
+ 00020360  0x0000239f call  0x00004ff2 
+ 00020361  0x000023a0 jam  0x00000000 , 0x000004c5 
+ 00020362  0x000023a1 branch  0x00006cd4 
+ 00020363  0x000023a4 fetch  0x00000001 , 0x000046e9 
+ 00020364  0x000023a5 nrtn  0x00000034 
+ 00020365  0x000023a6 fetch  0x00000006 , 0x0000464b 
+ 00020366  0x000023a7 store  0x00000006 , 0x00004656 
+ 00020367  0x000023a8 fetch  0x00000001 , 0x00004657 
+ 00020368  0x000023a9 fetcht  0x00000001 , 0x00004659 
+ 00020369  0x000023aa iand  0x00000002 , 0x0000003f 
+ 00020370  0x000023ab fetcht  0x00000001 , 0x0000465b 
+ 00020371  0x000023ac iand  0x00000002 , 0x0000003f 
+ 00020372  0x000023ad call  0x00004fa7 , 0x00000034 
+ 00020373  0x000023af bpatch  0x0000002d , 0x00004005 
+ 00020374  0x000023b0 fetch  0x00000002 , 0x00004434 
+ 00020375  0x000023b1 isolate1  0x00000009 , 0x0000003f 
+ 00020376  0x000023b2 ncall  0x00004eb5 , 0x00000001 
+ 00020377  0x000023b3 call  0x00004fa1 
+ 00020378  0x000023b4 call  0x00004fa3 
+ 00020379  0x000023b5 branch  0x00004f9c 
+ 00020380  0x000023b8 fetch  0x00000001 , 0x00004656 
+ 00020381  0x000023b9 fetcht  0x00000001 , 0x00004658 
+ 00020382  0x000023ba iadd  0x00000002 , 0x0000003f 
+ 00020383  0x000023bb nbranch  0x00006fd8 , 0x00000034 
+ 00020384  0x000023bc branch  0x00006fd6 
+ 00020385  0x000023bf arg  0x00004656 , 0x00000006 
+ 00020386  0x000023c0 branch  0x00004fa9 
+ 00020387  0x000023c2 arg  0x00004658 , 0x00000006 
+ 00020388  0x000023c3 branch  0x00004fae 
+ 00020389  0x000023c5 arg  0x0000465a , 0x00000006 
+ 00020390  0x000023c6 branch  0x00004fcb 
+ 00020391  0x000023c8 jam  0x00000000 , 0x000046ca 
+ 00020392  0x000023c9 rtn 
+ 00020393  0x000023cc ifetch  0x00000001 , 0x00000006 
+ 00020394  0x000023cd beq  0x00000000 , 0x00004fb3 
+ 00020395  0x000023ce beq  0x00000001 , 0x00004fb7 
+ 00020396  0x000023cf beq  0x00000002 , 0x00004fbb 
+ 00020397  0x000023d0 rtn 
+ 00020398  0x000023d2 ifetch  0x00000001 , 0x00000006 
+ 00020399  0x000023d3 beq  0x00000000 , 0x00004fbf 
+ 00020400  0x000023d4 beq  0x00000002 , 0x00004fc3 
+ 00020401  0x000023d5 beq  0x00000001 , 0x00004fc7 
+ 00020402  0x000023d6 rtn 
+ 00020403  0x000023d9 fetcht  0x00000001 , 0x000048f0 
+ 00020404  0x000023da call  0x00006b92 
+ 00020405  0x000023db fetcht  0x00000001 , 0x000048f1 
+ 00020406  0x000023dc branch  0x00006b92 
+ 00020407  0x000023de fetcht  0x00000001 , 0x000048f0 
+ 00020408  0x000023df call  0x00006b96 
+ 00020409  0x000023e0 fetcht  0x00000001 , 0x000048f1 
+ 00020410  0x000023e1 branch  0x00006b92 
+ 00020411  0x000023e3 fetcht  0x00000001 , 0x000048f0 
+ 00020412  0x000023e4 call  0x00006b92 
+ 00020413  0x000023e5 fetcht  0x00000001 , 0x000048f1 
+ 00020414  0x000023e6 branch  0x00006b96 
+ 00020415  0x000023e8 fetcht  0x00000001 , 0x000048f2 
+ 00020416  0x000023e9 call  0x00006b92 
+ 00020417  0x000023ea fetcht  0x00000001 , 0x000048f3 
+ 00020418  0x000023eb branch  0x00006b92 
+ 00020419  0x000023ed fetcht  0x00000001 , 0x000048f2 
+ 00020420  0x000023ee call  0x00006b96 
+ 00020421  0x000023ef fetcht  0x00000001 , 0x000048f3 
+ 00020422  0x000023f0 branch  0x00006b92 
+ 00020423  0x000023f2 fetcht  0x00000001 , 0x000048f2 
+ 00020424  0x000023f3 call  0x00006b92 
+ 00020425  0x000023f4 fetcht  0x00000001 , 0x000048f3 
+ 00020426  0x000023f5 branch  0x00006b96 
+ 00020427  0x000023fb bpatch  0x0000002e , 0x00004005 
+ 00020428  0x000023fc ifetch  0x00000001 , 0x00000006 
+ 00020429  0x000023fd beq  0x00000000 , 0x00004fd8 
+ 00020430  0x000023fe beq  0x00000001 , 0x00004fd1 
+ 00020431  0x000023ff beq  0x00000002 , 0x00004fd3 
+ 00020432  0x00002400 rtn 
+ 00020433  0x00002402 jam  0x00000000 , 0x00004674 
+ 00020434  0x00002403 branch  0x00004fd4 
+ 00020435  0x00002405 jam  0x00000001 , 0x00004674 
+ 00020436  0x00002406 ifetch  0x00000001 , 0x00000006 
+ 00020437  0x00002407 store  0x00000001 , 0x00004676 
+ 00020438  0x00002408 ifetch  0x00000008 , 0x00000012 
+ 00020439  0x00002409 branch  0x00004fdd 
+ 00020440  0x0000240c ifetch  0x00000001 , 0x00000012 
+ 00020441  0x0000240d call  0x00006d17 
+ 00020442  0x0000240e increase  0x00000001 , 0x00000012 
+ 00020443  0x0000240f ifetch  0x00000001 , 0x00000012 
+ 00020444  0x00002410 branch  0x00006d17 
+ 00020445  0x00002412 store  0x00000008 , 0x00004677 
+ 00020446  0x00002413 jam  0x00000001 , 0x000046ca 
+ 00020447  0x00002414 fetch  0x00000001 , 0x00004674 
+ 00020448  0x00002415 beq  0x00000000 , 0x00004feb 
+ 00020449  0x00002417 fetch  0x00000001 , 0x00004678 
+ 00020450  0x00002418 store  0x00000001 , 0x00004679 
+ 00020451  0x00002419 fetch  0x00000001 , 0x00004677 
+ 00020452  0x0000241b call  0x00006d17 
+ 00020453  0x0000241c fetch  0x00000001 , 0x00004676 
+ 00020454  0x0000241d call  0x00004fef 
+ 00020455  0x0000241e store  0x00000001 , 0x0000467e 
+ 00020456  0x0000241f fetch  0x00000006 , 0x00004679 
+ 00020457  0x00002420 store  0x00000006 , 0x000004c4 
+ 00020458  0x00002421 branch  0x00006cc0 
+ 00020459  0x00002423 fetch  0x00000001 , 0x00004677 
+ 00020460  0x00002424 store  0x00000001 , 0x00004679 
+ 00020461  0x00002425 fetch  0x00000001 , 0x00004678 
+ 00020462  0x00002426 branch  0x00004fe4 
+ 00020463  0x00002429 mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00020464  0x0000242a add  0x0000003f , 0x00000032 , 0x0000003f 
+ 00020465  0x0000242b rtn 
+ 00020466  0x0000242d arg  0x00002ee0 , 0x00000002 
+ 00020467  0x0000242e imul32  0x00000002 , 0x0000003f 
+ 00020468  0x0000242f div  0x0000003f , 0x00000064 
+ 00020469  0x00002430 call  0x00007475 
+ 00020470  0x00002431 quotient  0x00000002 
+ 00020471  0x00002432 copy  0x00000002 , 0x00000011 
+ 00020472  0x00002433 setarg  0x00002ee0 
+ 00020473  0x00002434 isub  0x00000002 , 0x00000012 
+ 00020474  0x00002435 rtn 
+ 00020475  0x0000243b fetch  0x00000008 , 0x0000464b 
+ 00020476  0x0000243c store  0x00000008 , 0x00004695 
+ 00020477  0x0000243d rtn 
+ 00020478  0x00002440 fetch  0x00000001 , 0x000046b2 
+ 00020479  0x00002441 store  0x00000001 , 0x000046a8 
+ 00020480  0x00002442 fetch  0x00000001 , 0x000046b3 
+ 00020481  0x00002443 store  0x00000001 , 0x000046a9 
+ 00020482  0x00002444 fetch  0x00000001 , 0x000046b4 
+ 00020483  0x00002445 store  0x00000001 , 0x000046aa 
+ 00020484  0x00002446 arg  0x0000000d , 0x00000039 
+ 00020485  0x00002447 arg  0x000046a3 , 0x00000006 
+ 00020486  0x00002448 call  0x00004f1d 
+ 00020487  0x00002449 store  0x00000001 , 0x000046b0 
+ 00020488  0x0000244a arg  0x000046a0 , 0x00000011 
+ 00020489  0x0000244b branch  0x00006ffd 
+ 00020490  0x00002450 setarg  0x00000000 
+ 00020491  0x00002451 store  0x00000008 , 0x00004521 
+ 00020492  0x00002452 call  0x00004a1a 
+ 00020493  0x00002453 call  0x000048f1 
+ 00020494  0x00002454 branch  0x00004a7a 
+ 00020495  0x00002457 call  0x00005013 
+ 00020496  0x00002458 call  0x0000501b 
+ 00020497  0x00002459 call  0x0000505c 
+ 00020498  0x0000245a branch  0x000050ab 
+ 00020499  0x0000245d call  0x00004a7f 
+ 00020500  0x0000245f fetch  0x00000001 , 0x00004561 
+ 00020501  0x00002460 rtnne  0x00000001 
+ 00020502  0x00002461 fetch  0x00000001 , 0x00004903 
+ 00020503  0x00002462 nbranch  0x00004ad6 , 0x00000034 
+ 00020504  0x00002463 fetch  0x00000001 , 0x000046e3 
+ 00020505  0x00002464 beq  0x00000002 , 0x00004ad6 
+ 00020506  0x00002465 rtn 
+ 00020507  0x00002468 fetch  0x00000001 , 0x00004561 
+ 00020508  0x00002469 rtnne  0x00000000 
+ 00020509  0x0000246a call  0x0000502a 
+ 00020510  0x0000246b branch  0x00005028 , 0x0000002f 
+ 00020511  0x0000246d fetch  0x00000001 , 0x0000490b 
+ 00020512  0x0000246e rtn  0x00000034 
+ 00020513  0x0000246f fetch  0x00000001 , 0x0000490c 
+ 00020514  0x00002470 increase  0x00000001 , 0x0000003f 
+ 00020515  0x00002471 store  0x00000001 , 0x0000490c 
+ 00020516  0x00002472 beq  0x00000004 , 0x00005028 
+ 00020517  0x00002473 call  0x0000489b 
+ 00020518  0x00002474 call  0x0000503b 
+ 00020519  0x00002475 nbranch  0x0000501f , 0x0000002f 
+ 00020520  0x00002477 jam  0x00000000 , 0x0000490c 
+ 00020521  0x00002478 rtn 
+ 00020522  0x0000247a fetch  0x00000001 , 0x00004561 
+ 00020523  0x0000247b rtnne  0x00000000 
+ 00020524  0x0000247c call  0x0000502f 
+ 00020525  0x0000247d call  0x00004b8c 
+ 00020526  0x0000247e branch  0x0000503b 
+ 00020527  0x00002480 fetch  0x00000001 , 0x00004560 
+ 00020528  0x00002481 rtnbit1  0x00000000 
+ 00020529  0x00002482 set1  0x00000000 , 0x0000003f 
+ 00020530  0x00002483 store  0x00000001 , 0x00004560 
+ 00020531  0x00002484 fetch  0x00000001 , 0x0000456e 
+ 00020532  0x00002485 store  0x00000001 , 0x00004116 
+ 00020533  0x00002486 jam  0x00000000 , 0x0000455c 
+ 00020534  0x00002487 jam  0x00000000 , 0x000007ab 
+ 00020535  0x00002488 jam  0x00000001 , 0x00004555 
+ 00020536  0x00002489 jam  0x00000000 , 0x000044c9 
+ 00020537  0x0000248b fetch  0x00000004 , 0x00004925 
+ 00020538  0x0000248c branch  0x00004ad2 
+ 00020539  0x0000248e call  0x00004a69 
+ 00020540  0x0000248f nbranch  0x00004a39 , 0x0000002f 
+ 00020541  0x00002491 call  0x00004a5b 
+ 00020542  0x00002492 nbranch  0x00004a39 , 0x00000028 
+ 00020543  0x00002493 fetch  0x00000001 , 0x000044c8 
+ 00020544  0x00002494 branch  0x00004a39 , 0x00000034 
+ 00020545  0x00002495 increase  0x00000002 , 0x0000003f 
+ 00020546  0x00002496 iforce  0x00000039 
+ 00020547  0x00002497 arg  0x00004442 , 0x00000006 
+ 00020548  0x00002498 arg  0x00004533 , 0x00000005 
+ 00020549  0x00002499 call  0x00007419 
+ 00020550  0x0000249a jam  0x00000000 , 0x0000455e 
+ 00020551  0x0000249b fetch  0x00000001 , 0x0000455b 
+ 00020552  0x0000249c call  0x00004a76 , 0x00000034 
+ 00020553  0x0000249d fetch  0x00000001 , 0x00004535 
+ 00020554  0x0000249e beq  0x000000ff , 0x0000504d 
+ 00020555  0x0000249f beq  0x00000001 , 0x0000504f 
+ 00020556  0x000024a0 branch  0x00004a36 
+ 00020557  0x000024a2 call  0x00006fd8 
+ 00020558  0x000024a3 branch  0x00004c0e 
+ 00020559  0x000024a5 call  0x00004ba2 
+ 00020560  0x000024a6 fetch  0x00000001 , 0x00004555 
+ 00020561  0x000024a7 fetcht  0x00000001 , 0x00004533 
+ 00020562  0x000024a8 isolate1  0x00000003 , 0x00000002 
+ 00020563  0x000024a9 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00020564  0x000024aa store  0x00000001 , 0x00004555 
+ 00020565  0x000024ab beq  0x00000001 , 0x00005057 
+ 00020566  0x000024ac branch  0x00004a46 
+ 00020567  0x000024ae fetch  0x00000001 , 0x00004095 
+ 00020568  0x000024af sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00020569  0x000024b0 call  0x00006fd8 , 0x00000005 
+ 00020570  0x000024b1 fetch  0x00000004 , 0x0000453d 
+ 00020571  0x000024b2 branch  0x00004c14 
+ 00020572  0x000024b5 fetch  0x00000001 , 0x00004561 
+ 00020573  0x000024b6 rtnne  0x00000001 
+ 00020574  0x000024b7 call  0x00004978 
+ 00020575  0x000024b8 call  0x000050a1 
+ 00020576  0x000024b9 call  0x00004988 
+ 00020577  0x000024ba fetch  0x00000001 , 0x00004520 
+ 00020578  0x000024bb nbranch  0x00005069 , 0x00000034 
+ 00020579  0x000024bc call  0x00004b7e 
+ 00020580  0x000024bd fetch  0x00000001 , 0x0000455f 
+ 00020581  0x000024be rtn  0x00000034 
+ 00020582  0x000024bf setarg  0x00000000 
+ 00020583  0x000024c0 store  0x00000004 , 0x0000457b 
+ 00020584  0x000024c1 rtn 
+ 00020585  0x000024c3 jam  0x00000000 , 0x0000455e 
+ 00020586  0x000024c4 arg  0x00000000 , 0x00000011 
+ 00020587  0x000024c5 call  0x00006fd8 
+ 00020588  0x000024c6 call  0x00004ad6 
+ 00020589  0x000024c7 call  0x000048d1 
+ 00020590  0x000024c9 fetch  0x00000004 , 0x0000443c 
+ 00020591  0x000024ca store  0x00000004 , 0x00004925 
+ 00020592  0x000024cb fetch  0x00000001 , 0x00004931 
+ 00020593  0x000024cc ncall  0x00005074 , 0x00000034 
+ 00020594  0x000024ce fetch  0x00000004 , 0x00004925 
+ 00020595  0x000024cf branch  0x000048af 
+ 00020596  0x000024d3 fetch  0x00000001 , 0x00004931 
+ 00020597  0x000024d4 rtn  0x00000034 
+ 00020598  0x000024d5 fetch  0x00000001 , 0x00004578 
+ 00020599  0x000024d6 store  0x00000001 , 0x00004928 
+ 00020600  0x000024d8 fetch  0x00000001 , 0x0000443d 
+ 00020601  0x000024d9 store  0x00000001 , 0x00004927 
+ 00020602  0x000024db fetch  0x00000001 , 0x00004577 
+ 00020603  0x000024dc store  0x00000001 , 0x00004926 
+ 00020604  0x000024de fetch  0x00000001 , 0x0000443c 
+ 00020605  0x000024df store  0x00000001 , 0x00004925 
+ 00020606  0x000024e0 call  0x00005091 
+ 00020607  0x000024e1 fetch  0x00000004 , 0x00004925 
+ 00020608  0x000024e2 fetcht  0x00000004 , 0x00004929 
+ 00020609  0x000024e3 isub  0x00000002 , 0x0000003e 
+ 00020610  0x000024e4 rtn  0x00000005 
+ 00020611  0x000024e5 copy  0x00000013 , 0x0000003f 
+ 00020612  0x000024e6 arg  0x00004925 , 0x00000011 
+ 00020613  0x000024e7 arg  0x00000004 , 0x00000039 
+ 00020614  0x000024e8 call  0x00006883 
+ 00020615  0x000024e9 rtn 
+ 00020616  0x000024ec fetch  0x00000004 , 0x0000443c 
+ 00020617  0x000024ed store  0x00000004 , 0x00004925 
+ 00020618  0x000024ee fetch  0x00000001 , 0x00004931 
+ 00020619  0x000024ef rtn  0x00000034 
+ 00020620  0x000024f0 call  0x00005091 
+ 00020621  0x000024f1 fetch  0x00000004 , 0x00004929 
+ 00020622  0x000024f2 rtn  0x00000034 
+ 00020623  0x000024f3 store  0x00000004 , 0x00004925 
+ 00020624  0x000024f4 rtn 
+ 00020625  0x000024f8 fetch  0x00000001 , 0x00004931 
+ 00020626  0x000024f9 rtn  0x00000034 
+ 00020627  0x000024fa arg  0x00000700 , 0x00000013 
+ 00020628  0x000024fc copy  0x00000013 , 0x0000003f 
+ 00020629  0x000024fd arg  0x00004929 , 0x00000011 
+ 00020630  0x000024fe arg  0x00000004 , 0x00000002 
+ 00020631  0x000024ff call  0x000068c5 
+ 00020632  0x00002500 fetch  0x00000004 , 0x0000492d 
+ 00020633  0x00002501 rtn  0x00000034 
+ 00020634  0x00002502 store  0x00000004 , 0x00004929 
+ 00020635  0x00002503 copy  0x00000013 , 0x0000003f 
+ 00020636  0x00002504 arg  0x000007cc , 0x00000002 
+ 00020637  0x00002505 isub  0x00000002 , 0x0000003e 
+ 00020638  0x00002506 rtn  0x00000002 
+ 00020639  0x00002507 increase  0x00000004 , 0x00000013 
+ 00020640  0x00002508 branch  0x00005094 
+ 00020641  0x0000250b fetch  0x00000004 , 0x0000457b 
+ 00020642  0x0000250c rtn  0x00000034 
+ 00020643  0x0000250d branch  0x000048af 
+ 00020644  0x00002510 fetch  0x00000002 , 0x00004434 
+ 00020645  0x00002511 rtnbit1  0x00000009 
+ 00020646  0x00002512 fetch  0x00000002 , 0x000046e4 
+ 00020647  0x00002513 store  0x00000002 , 0x000046e6 
+ 00020648  0x00002514 jam  0x00000001 , 0x00004902 
+ 00020649  0x00002515 arg  0x00004536 , 0x00000011 
+ 00020650  0x00002516 branch  0x00004f4e 
+ 00020651  0x00002519 fetch  0x00000001 , 0x0000490b 
+ 00020652  0x0000251a rtn  0x00000034 
+ 00020653  0x0000251b call  0x000050b3 
+ 00020654  0x0000251c nrtn  0x00000028 
+ 00020655  0x0000251d fetch  0x00000003 , 0x000044fa 
+ 00020656  0x0000251e call  0x00007464 
+ 00020657  0x0000251f storet  0x00000004 , 0x000040aa 
+ 00020658  0x00002520 branch  0x00003b47 
+ 00020659  0x00002522 enable  0x00000028 
+ 00020660  0x00002523 call  0x00003b1b 
+ 00020661  0x00002524 fetch  0x00000003 , 0x000040be 
+ 00020662  0x00002525 branch  0x000074ca , 0x00000034 
+ 00020663  0x00002526 branch  0x00004e87 
+ 00020664  0x0000252d setarg  0x000050cc 
+ 00020665  0x0000252e store  0x00000002 , 0x0000452b 
+ 00020666  0x0000252f setarg  0x000051b4 
+ 00020667  0x00002530 store  0x00000002 , 0x0000452f 
+ 00020668  0x00002531 setarg  0x000051c5 
+ 00020669  0x00002532 store  0x00000002 , 0x00004531 
+ 00020670  0x00002533 setarg  0x0000518b 
+ 00020671  0x00002534 store  0x00000002 , 0x0000452d 
+ 00020672  0x00002535 setarg  0x000050db 
+ 00020673  0x00002536 store  0x00000002 , 0x000006f3 
+ 00020674  0x00002537 branch  0x0000703f 
+ 00020675  0x0000253b bpatch  0x0000002f , 0x00004005 
+ 00020676  0x0000253d call  0x000050d1 
+ 00020677  0x00002553 jam  0x00000000 , 0x000045dc 
+ 00020678  0x00002554 jam  0x00000000 , 0x00004576 
+ 00020679  0x00002559 call  0x00004a1a 
+ 00020680  0x0000255a call  0x00004900 
+ 00020681  0x0000255b call  0x000048d4 
+ 00020682  0x00002562 call  0x00006d2f 
+ 00020683  0x00002563 branch  0x00006d37 
+ 00020684  0x0000256e fetch  0x00000001 , 0x0000455b 
+ 00020685  0x0000256f beq  0x00000000 , 0x0000517b 
+ 00020686  0x00002570 beq  0x00000001 , 0x00005106 
+ 00020687  0x00002571 beq  0x0000000f , 0x00005102 
+ 00020688  0x00002572 rtn 
+ 00020689  0x00002576 bpatch  0x00000030 , 0x00004006 
+ 00020690  0x00002577 setarg  0x00001fdf 
+ 00020691  0x00002578 arg  0x00004593 , 0x00000011 
+ 00020692  0x00002579 arg  0x00000001 , 0x00000002 
+ 00020693  0x0000257a branch  0x000068c5 
+ 00020694  0x0000257d bpatch  0x00000031 , 0x00004006 
+ 00020695  0x0000257e arg  0x00000001 , 0x00000039 
+ 00020696  0x0000257f arg  0x00004593 , 0x00000011 
+ 00020697  0x00002580 arg  0x00001fdf , 0x0000003f 
+ 00020698  0x00002581 branch  0x00006883 
+ 00020699  0x00002584 fetch  0x00000001 , 0x000045b3 
+ 00020700  0x00002585 bbit1  0x00000004 , 0x000050df 
+ 00020701  0x00002586 fetch  0x00000001 , 0x00004593 
+ 00020702  0x00002587 bne  0x0000005a , 0x000050e3 
+ 00020703  0x00002589 jam  0x0000005a , 0x00004593 
+ 00020704  0x0000258a fetch  0x00000004 , 0x0000937a 
+ 00020705  0x0000258b set1  0x0000001d , 0x0000003f 
+ 00020706  0x0000258c store  0x00000004 , 0x00000626 
+ 00020707  0x0000258e fetch  0x00000001 , 0x000045de 
+ 00020708  0x0000258f store  0x00000001 , 0x0000062e 
+ 00020709  0x00002590 call  0x000050fc 
+ 00020710  0x00002591 call  0x0000708d 
+ 00020711  0x00002592 call  0x000050e9 
+ 00020712  0x00002593 branch  0x000050f2 
+ 00020713  0x00002596 fetch  0x00000001 , 0x000006f9 
+ 00020714  0x00002597 rtn  0x00000034 
+ 00020715  0x00002598 fetch  0x00000001 , 0x00004593 
+ 00020716  0x00002599 beq  0x0000005a , 0x000050f0 
+ 00020717  0x0000259b fetch  0x00000004 , 0x000006fa 
+ 00020718  0x0000259d store  0x00000004 , 0x00000626 
+ 00020719  0x0000259e rtn 
+ 00020720  0x000025a0 fetch  0x00000004 , 0x000006fe 
+ 00020721  0x000025a1 branch  0x000050ee 
+ 00020722  0x000025a4 fetch  0x00000001 , 0x00004593 
+ 00020723  0x000025a5 beq  0x0000005a , 0x000050f8 
+ 00020724  0x000025a6 setarg  0x00009272 
+ 00020725  0x000025a7 store  0x00000002 , 0x000005fb 
+ 00020726  0x000025a8 jam  0x0000001a , 0x0000064a 
+ 00020727  0x000025a9 rtn 
+ 00020728  0x000025ab setarg  0x0000928d 
+ 00020729  0x000025ac store  0x00000002 , 0x000005fb 
+ 00020730  0x000025ad jam  0x0000003f , 0x0000064a 
+ 00020731  0x000025ae rtn 
+ 00020732  0x000025b1 fetch  0x00000001 , 0x000045be 
+ 00020733  0x000025b2 rtn  0x00000034 
+ 00020734  0x000025b3 arg  0x000045be , 0x00000006 
+ 00020735  0x000025b4 arg  0x000006b7 , 0x00000005 
+ 00020736  0x000025b5 arg  0x0000001e , 0x00000039 
+ 00020737  0x000025b6 branch  0x00007419 
+ 00020738  0x000025ba call  0x00004ad6 
+ 00020739  0x000025bc call  0x00005183 
+ 00020740  0x000025bd call  0x0000513f 
+ 00020741  0x000025be branch  0x00005103 
+ 00020742  0x000025c1 call  0x00004ad6 
+ 00020743  0x000025c3 call  0x00005183 
+ 00020744  0x000025c4 call  0x00004adf 
+ 00020745  0x000025c5 call  0x0000513f 
+ 00020746  0x000025c6 branch  0x00005107 
+ 00020747  0x000025c9 call  0x0000510e 
+ 00020748  0x000025ca call  0x0000511e 
+ 00020749  0x000025cb branch  0x00005130 
+ 00020750  0x000025ce bpatch  0x00000032 , 0x00004006 
+ 00020751  0x000025cf fetch  0x00000001 , 0x000045b2 
+ 00020752  0x000025d0 rtn  0x00000034 
+ 00020753  0x000025d1 arg  0x0000000d , 0x00000007 
+ 00020754  0x000025d2 call  0x0000742e 
+ 00020755  0x000025d3 nrtn  0x00000034 
+ 00020756  0x000025d4 jam  0x00000000 , 0x000045b2 
+ 00020757  0x000025d5 setarg  0x00000001 
+ 00020758  0x000025d6 store  0x00000001 , 0x000007b1 
+ 00020759  0x000025d7 setarg  0x00000000 
+ 00020760  0x000025d8 istore  0x00000007 , 0x00000005 
+ 00020761  0x000025da jam  0x00000020 , 0x000007aa 
+ 00020762  0x000025dc fetch  0x00000001 , 0x000007ab 
+ 00020763  0x000025dd set1  0x00000002 , 0x0000003f 
+ 00020764  0x000025de store  0x00000001 , 0x000007ab 
+ 00020765  0x000025df rtn 
+ 00020766  0x000025e2 bpatch  0x00000033 , 0x00004006 
+ 00020767  0x000025e3 fetch  0x00000001 , 0x000045b0 
+ 00020768  0x000025e4 rtn  0x00000034 
+ 00020769  0x000025e5 arg  0x0000000e , 0x00000007 
+ 00020770  0x000025e6 call  0x0000742e 
+ 00020771  0x000025e7 nrtn  0x00000034 
+ 00020772  0x000025e8 jam  0x00000000 , 0x000045b0 
+ 00020773  0x000025e9 arg  0x000007c1 , 0x00000005 
+ 00020774  0x000025ea arg  0x00000002 , 0x00000039 
+ 00020775  0x000025eb call  0x000073dd 
+ 00020776  0x000025ec fetch  0x00000008 , 0x000007c1 
+ 00020777  0x000025ed store  0x00000008 , 0x0000459c 
+ 00020778  0x000025ef jam  0x00000000 , 0x000007c1 
+ 00020779  0x000025f1 jam  0x00000010 , 0x000007a9 
+ 00020780  0x000025f2 fetch  0x00000001 , 0x000007ab 
+ 00020781  0x000025f3 set1  0x00000001 , 0x0000003f 
+ 00020782  0x000025f4 store  0x00000001 , 0x000007ab 
+ 00020783  0x000025f5 rtn 
+ 00020784  0x000025f8 bpatch  0x00000034 , 0x00004006 
+ 00020785  0x000025f9 fetch  0x00000001 , 0x000045b1 
+ 00020786  0x000025fa rtn  0x00000034 
+ 00020787  0x000025fb arg  0x0000000c , 0x00000007 
+ 00020788  0x000025fc call  0x0000742e 
+ 00020789  0x000025fd nrtn  0x00000034 
+ 00020790  0x000025fe jam  0x00000000 , 0x000045b1 
+ 00020791  0x000025ff arg  0x000007d1 , 0x00000005 
+ 00020792  0x00002600 arg  0x00000002 , 0x00000039 
+ 00020793  0x00002601 call  0x000073dd 
+ 00020794  0x00002602 jam  0x00000003 , 0x000007d1 
+ 00020795  0x00002603 fetch  0x00000003 , 0x000007d1 
+ 00020796  0x00002604 store  0x00000003 , 0x000045a7 
+ 00020797  0x00002606 jam  0x00000021 , 0x000007aa 
+ 00020798  0x00002607 branch  0x0000511a 
+ 00020799  0x0000260a bpatch  0x00000035 , 0x00004006 
+ 00020800  0x0000260b call  0x00006d37 
+ 00020801  0x0000260c fetch  0x00000001 , 0x0000079f 
+ 00020802  0x0000260d call  0x00005195 , 0x00000034 
+ 00020803  0x0000260e call  0x00007033 
+ 00020804  0x0000260f fetch  0x00000001 , 0x0000087f 
+ 00020805  0x00002610 nbranch  0x00005157 , 0x00000034 
+ 00020806  0x00002611 fetch  0x00000001 , 0x00000795 
+ 00020807  0x00002612 rtn  0x00000034 
+ 00020808  0x00002613 jam  0x00000000 , 0x00000795 
+ 00020809  0x00002614 fetch  0x00000002 , 0x00000793 
+ 00020810  0x00002615 arg  0x000002ba , 0x00000002 
+ 00020811  0x00002616 isub  0x00000002 , 0x0000003e 
+ 00020812  0x00002617 nrtn  0x00000005 
+ 00020813  0x00002619 fetch  0x00000001 , 0x00000713 
+ 00020814  0x0000261a rtnne  0x000000ba 
+ 00020815  0x0000261b fetch  0x00000001 , 0x00000714 
+ 00020816  0x0000261c beq  0x000000a0 , 0x0000515c 
+ 00020817  0x0000261d beq  0x000000a1 , 0x00005162 
+ 00020818  0x0000261e beq  0x000000a6 , 0x0000516e 
+ 00020819  0x0000261f beq  0x000000a7 , 0x00005170 
+ 00020820  0x00002620 beq  0x000000a9 , 0x00005176 
+ 00020821  0x00002622 jam  0x00000000 , 0x00000796 
+ 00020822  0x00002623 rtn 
+ 00020823  0x00002626 jam  0x00000000 , 0x0000087f 
+ 00020824  0x00002627 fetch  0x00000001 , 0x0000087d 
+ 00020825  0x00002628 rtn  0x00000034 
+ 00020826  0x00002629 fetch  0x00000002 , 0x000006f5 
+ 00020827  0x0000262a branch  0x00007487 
+ 00020828  0x0000262e fetch  0x00000001 , 0x00000715 
+ 00020829  0x0000262f beq  0x00000081 , 0x0000515f 
+ 00020830  0x00002630 branch  0x00005155 
+ 00020831  0x00002632 call  0x00004975 
+ 00020832  0x00002634 jam  0x00000001 , 0x00000796 
+ 00020833  0x00002635 rtn 
+ 00020834  0x00002638 fetch  0x00000001 , 0x00000715 
+ 00020835  0x00002639 beq  0x00000001 , 0x00005167 
+ 00020836  0x0000263a beq  0x00000084 , 0x0000516a 
+ 00020837  0x0000263b beq  0x000000a7 , 0x0000516c 
+ 00020838  0x0000263c branch  0x00005155 
+ 00020839  0x0000263e fetch  0x00000001 , 0x00004520 
+ 00020840  0x0000263f store  0x00000001 , 0x00000754 
+ 00020841  0x00002640 branch  0x00005160 
+ 00020842  0x00002642 call  0x00004ad7 
+ 00020843  0x00002643 branch  0x00005167 
+ 00020844  0x00002646 jam  0x000000a1 , 0x00000754 
+ 00020845  0x00002647 branch  0x00005160 
+ 00020846  0x0000264a jam  0x00000015 , 0x00000754 
+ 00020847  0x0000264b branch  0x00005160 
+ 00020848  0x0000264e fetch  0x00000001 , 0x00004561 
+ 00020849  0x0000264f beq  0x00000000 , 0x00005174 
+ 00020850  0x00002650 beq  0x00000001 , 0x0000516c 
+ 00020851  0x00002651 rtn 
+ 00020852  0x00002653 jam  0x000000a0 , 0x00000754 
+ 00020853  0x00002654 branch  0x00005160 
+ 00020854  0x00002657 jam  0x00000000 , 0x00000754 
+ 00020855  0x00002658 jam  0x00000000 , 0x00000755 
+ 00020856  0x00002659 jam  0x00000001 , 0x00000756 
+ 00020857  0x0000265a jam  0x00000007 , 0x00000757 
+ 00020858  0x0000265b branch  0x00005160 
+ 00020859  0x0000265f call  0x00004a7a 
+ 00020860  0x00002661 call  0x00004a7f 
+ 00020861  0x00002662 call  0x00004aa5 
+ 00020862  0x00002663 call  0x00005183 
+ 00020863  0x00002664 call  0x00004adf 
+ 00020864  0x00002665 call  0x00004afc 
+ 00020865  0x00002666 call  0x0000513f 
+ 00020866  0x00002667 branch  0x0000517c 
+ 00020867  0x0000266a bpatch  0x00000036 , 0x00004006 
+ 00020868  0x0000266b fetch  0x00000001 , 0x00004561 
+ 00020869  0x0000266c rtnne  0x00000000 
+ 00020870  0x0000266d call  0x00004ada 
+ 00020871  0x0000266e call  0x0000510b 
+ 00020872  0x0000266f fetch  0x00000001 , 0x0000455b 
+ 00020873  0x00002670 nrtn  0x00000034 
+ 00020874  0x00002671 branch  0x00004b7e 
+ 00020875  0x00002674 fetch  0x00000001 , 0x000044d4 
+ 00020876  0x00002675 beq  0x00000001 , 0x0000518e 
+ 00020877  0x00002676 beq  0x00000002 , 0x00005197 
+ 00020878  0x00002678 fetch  0x00000001 , 0x000045dd 
+ 00020879  0x00002679 bbit1  0x00000000 , 0x0000519d 
+ 00020880  0x0000267a branch  0x00005199 
+ 00020881  0x0000267d fetch  0x00000001 , 0x00004095 
+ 00020882  0x0000267e rtnne  0x00000004 
+ 00020883  0x0000267f jam  0x00000003 , 0x000045dd 
+ 00020884  0x00002680 rtn 
+ 00020885  0x00002682 jam  0x00000000 , 0x000045dd 
+ 00020886  0x00002683 rtn 
+ 00020887  0x00002686 fetch  0x00000001 , 0x000045dd 
+ 00020888  0x00002687 bbit1  0x00000001 , 0x000051a1 
+ 00020889  0x00002689 fetch  0x00000001 , 0x0000455c 
+ 00020890  0x0000268a beq  0x00000001 , 0x000051a8 
+ 00020891  0x0000268b beq  0x00000003 , 0x000051ac 
+ 00020892  0x0000268c rtn 
+ 00020893  0x0000268f fetch  0x00000001 , 0x000045dd 
+ 00020894  0x00002690 set0  0x00000000 , 0x0000003f 
+ 00020895  0x00002691 store  0x00000001 , 0x000045dd 
+ 00020896  0x00002692 branch  0x000051a4 
+ 00020897  0x00002695 fetch  0x00000001 , 0x000045dd 
+ 00020898  0x00002696 set0  0x00000001 , 0x0000003f 
+ 00020899  0x00002697 store  0x00000001 , 0x000045dd 
+ 00020900  0x00002699 jam  0x00000001 , 0x000044d3 
+ 00020901  0x0000269a setarg  0x000000ff 
+ 00020902  0x0000269b store  0x00000001 , 0x00004464 
+ 00020903  0x0000269c rtn 
+ 00020904  0x000026a0 jam  0x00000001 , 0x0000455c 
+ 00020905  0x000026a1 call  0x000049f9 
+ 00020906  0x000026a2 nrtn  0x0000002f 
+ 00020907  0x000026a3 branch  0x00004983 
+ 00020908  0x000026a6 fetch  0x00000001 , 0x00004444 
+ 00020909  0x000026a7 beq  0x00000001 , 0x000051a8 
+ 00020910  0x000026a8 beq  0x000000ff , 0x000051a8 
+ 00020911  0x000026a9 jam  0x00000000 , 0x00000797 
+ 00020912  0x000026aa jam  0x00000001 , 0x000044d3 
+ 00020913  0x000026ab fetch  0x00000001 , 0x0000456c 
+ 00020914  0x000026ac store  0x00000001 , 0x00004464 
+ 00020915  0x000026ad rtn 
+ 00020916  0x000026b0 setarg  0x00000001 
+ 00020917  0x000026b1 store  0x00000001 , 0x000007b1 
+ 00020918  0x000026b2 fetch  0x00000007 , 0x00004536 
+ 00020919  0x000026b3 istore  0x00000007 , 0x00000005 
+ 00020920  0x000026b4 fetch  0x00000001 , 0x00004536 
+ 00020921  0x000026b5 ncall  0x000051bd , 0x00000034 
+ 00020922  0x000026b6 fetch  0x00000001 , 0x00004536 
+ 00020923  0x000026b7 call  0x000051c1 , 0x00000034 
+ 00020924  0x000026b8 branch  0x00005119 
+ 00020925  0x000026bb jam  0x00000001 , 0x000045b2 
+ 00020926  0x000026bc setarg  0x00000180 
+ 00020927  0x000026bd arg  0x0000000d , 0x00000007 
+ 00020928  0x000026be branch  0x00007420 
+ 00020929  0x000026c1 jam  0x00000000 , 0x000045b2 
+ 00020930  0x000026c2 setarg  0x00000000 
+ 00020931  0x000026c3 arg  0x0000000d , 0x00000007 
+ 00020932  0x000026c4 branch  0x00007420 
+ 00020933  0x000026c7 fetch  0x00000001 , 0x00004536 
+ 00020934  0x000026c8 beq  0x00000000 , 0x000051ca 
+ 00020935  0x000026c9 beq  0x00000002 , 0x000051fd 
+ 00020936  0x000026ca beq  0x00000003 , 0x000051e5 
+ 00020937  0x000026cb branch  0x00004a39 
+ 00020938  0x000026ce fetch  0x00000001 , 0x00004538 
+ 00020939  0x000026cf store  0x00000001 , 0x0000455c 
+ 00020940  0x000026d0 jam  0x00000000 , 0x00004538 
+ 00020941  0x000026d1 arg  0x000007c1 , 0x00000005 
+ 00020942  0x000026d2 arg  0x00004537 , 0x00000006 
+ 00020943  0x000026d3 arg  0x00000008 , 0x00000039 
+ 00020944  0x000026d4 call  0x00007419 
+ 00020945  0x000026d5 fetch  0x00000008 , 0x000007c1 
+ 00020946  0x000026d6 ncall  0x000051dd , 0x00000034 
+ 00020947  0x000026d7 fetch  0x00000008 , 0x000007c1 
+ 00020948  0x000026d8 call  0x000051e1 , 0x00000034 
+ 00020949  0x000026d9 fetch  0x00000008 , 0x000007c1 
+ 00020950  0x000026da store  0x00000008 , 0x00004594 
+ 00020951  0x000026db fetcht  0x00000008 , 0x0000459c 
+ 00020952  0x000026dc isub  0x00000002 , 0x0000003e 
+ 00020953  0x000026dd ncall  0x0000512b , 0x00000005 
+ 00020954  0x000026de fetch  0x00000008 , 0x00004594 
+ 00020955  0x000026df store  0x00000008 , 0x0000459c 
+ 00020956  0x000026e0 branch  0x00004a39 
+ 00020957  0x000026e3 jam  0x00000001 , 0x000045b0 
+ 00020958  0x000026e4 setarg  0x00000180 
+ 00020959  0x000026e5 arg  0x0000000e , 0x00000007 
+ 00020960  0x000026e6 branch  0x00007420 
+ 00020961  0x000026e9 jam  0x00000000 , 0x000045b0 
+ 00020962  0x000026ea setarg  0x00000000 
+ 00020963  0x000026eb arg  0x0000000e , 0x00000007 
+ 00020964  0x000026ec branch  0x00007420 
+ 00020965  0x000026ef arg  0x000007d1 , 0x00000005 
+ 00020966  0x000026f0 arg  0x00004536 , 0x00000006 
+ 00020967  0x000026f1 arg  0x00000003 , 0x00000039 
+ 00020968  0x000026f2 call  0x00007419 
+ 00020969  0x000026f3 fetch  0x00000002 , 0x000007d2 
+ 00020970  0x000026f4 ncall  0x000051f5 , 0x00000034 
+ 00020971  0x000026f5 fetch  0x00000002 , 0x000007d2 
+ 00020972  0x000026f6 call  0x000051f9 , 0x00000034 
+ 00020973  0x000026f7 fetch  0x00000003 , 0x000007d1 
+ 00020974  0x000026f8 store  0x00000003 , 0x000045a4 
+ 00020975  0x000026f9 fetcht  0x00000003 , 0x000045a7 
+ 00020976  0x000026fa isub  0x00000002 , 0x0000003e 
+ 00020977  0x000026fb ncall  0x0000513d , 0x00000005 
+ 00020978  0x000026fc fetch  0x00000003 , 0x000045a4 
+ 00020979  0x000026fd store  0x00000003 , 0x000045a7 
+ 00020980  0x000026fe branch  0x00004a39 
+ 00020981  0x00002701 jam  0x00000001 , 0x000045b1 
+ 00020982  0x00002702 setarg  0x00000180 
+ 00020983  0x00002703 arg  0x0000000c , 0x00000007 
+ 00020984  0x00002704 branch  0x00007420 
+ 00020985  0x00002707 jam  0x00000000 , 0x000045b1 
+ 00020986  0x00002708 setarg  0x00000000 
+ 00020987  0x00002709 arg  0x0000000c , 0x00000007 
+ 00020988  0x0000270a branch  0x00007420 
+ 00020989  0x0000270d arg  0x000007e1 , 0x00000005 
+ 00020990  0x0000270e arg  0x00004536 , 0x00000006 
+ 00020991  0x0000270f arg  0x00000002 , 0x00000039 
+ 00020992  0x00002710 call  0x00007419 
+ 00020993  0x00002711 fetch  0x00000002 , 0x000007e1 
+ 00020994  0x00002712 ncall  0x0000520d , 0x00000034 
+ 00020995  0x00002713 fetch  0x00000002 , 0x000007e1 
+ 00020996  0x00002714 call  0x00005211 , 0x00000034 
+ 00020997  0x00002715 fetch  0x00000002 , 0x000007e1 
+ 00020998  0x00002716 store  0x00000002 , 0x000045aa 
+ 00020999  0x00002717 fetcht  0x00000002 , 0x000045ad 
+ 00021000  0x00002718 isub  0x00000002 , 0x0000003e 
+ 00021001  0x00002719 ncall  0x00005215 , 0x00000005 
+ 00021002  0x0000271a fetch  0x00000002 , 0x000045aa 
+ 00021003  0x0000271b store  0x00000002 , 0x000045ad 
+ 00021004  0x0000271c branch  0x00004a39 
+ 00021005  0x0000271f jam  0x00000001 , 0x000045b1 
+ 00021006  0x00002720 setarg  0x00000180 
+ 00021007  0x00002721 arg  0x0000000c , 0x00000007 
+ 00021008  0x00002722 branch  0x00007420 
+ 00021009  0x00002724 jam  0x00000000 , 0x000045b1 
+ 00021010  0x00002725 setarg  0x00000000 
+ 00021011  0x00002726 arg  0x0000000c , 0x00000007 
+ 00021012  0x00002727 branch  0x00007420 
+ 00021013  0x0000272a jam  0x00000022 , 0x000007aa 
+ 00021014  0x0000272b branch  0x0000511a 
+ 00021015  0x0000272f fetch  0x00000001 , 0x00004095 
+ 00021016  0x00002730 rtnne  0x00000004 
+ 00021017  0x00002731 fetch  0x00000001 , 0x00004593 
+ 00021018  0x00002732 rtneq  0x0000005a 
+ 00021019  0x00002734 jam  0x00000001 , 0x000045dc 
+ 00021020  0x00002735 rtn 
+ 00021021  0x00002739 fetch  0x00000001 , 0x00004095 
+ 00021022  0x0000273a rtnne  0x00000004 
+ 00021023  0x0000273b fetch  0x00000001 , 0x000045dc 
+ 00021024  0x0000273c rtn  0x00000034 
+ 00021025  0x0000273d jam  0x00000000 , 0x000004cc 
+ 00021026  0x0000273f jam  0x0000005a , 0x00004593 
+ 00021027  0x00002740 call  0x000050d6 
+ 00021028  0x00002741 call  0x000050d1 
+ 00021029  0x00002742 fetch  0x00000001 , 0x000004cc 
+ 00021030  0x00002743 increase  0x00000001 , 0x0000003f 
+ 00021031  0x00002744 store  0x00000001 , 0x000004cc 
+ 00021032  0x00002745 beq  0x000000ff , 0x00006a09 
+ 00021033  0x00002746 fetch  0x00000001 , 0x00004593 
+ 00021034  0x00002747 bne  0x0000005a , 0x00005222 
+ 00021035  0x00002748 branch  0x00006a09 
+ 00021036  0x0000274f call  0x00006eb3 
+ 00021037  0x00002750 call  0x0000525e 
+ 00021038  0x00002751 call  0x000057a0 
+ 00021039  0x00002752 rtn  0x0000002b 
+ 00021040  0x00002753 call  0x000059bd 
+ 00021041  0x00002754 call  0x0000562e 
+ 00021042  0x00002755 call  0x00005cc5 
+ 00021043  0x00002756 call  0x00005239 
+ 00021044  0x00002757 call  0x0000583e 
+ 00021045  0x00002759 fetch  0x00000002 , 0x00004434 
+ 00021046  0x0000275a bbit1  0x0000000c , 0x00005b08 
+ 00021047  0x0000275b call  0x00005c3d 
+ 00021048  0x0000275c branch  0x000052eb 
+ 00021049  0x00002760 setarg  0x00005fad 
+ 00021050  0x00002761 store  0x00000002 , 0x00004543 
+ 00021051  0x00002762 setarg  0x00005fa2 
+ 00021052  0x00002763 store  0x00000002 , 0x00004545 
+ 00021053  0x00002764 setarg  0x00005e91 
+ 00021054  0x00002765 store  0x00000002 , 0x000043a2 
+ 00021055  0x00002766 setarg  0x00005e31 
+ 00021056  0x00002767 store  0x00000002 , 0x0000453d 
+ 00021057  0x00002768 setarg  0x00005e59 
+ 00021058  0x00002769 store  0x00000002 , 0x0000453f 
+ 00021059  0x0000276a setarg  0x0000536c 
+ 00021060  0x0000276b store  0x00000002 , 0x00004541 
+ 00021061  0x0000276c setarg  0x0000596a 
+ 00021062  0x0000276d store  0x00000002 , 0x00004392 
+ 00021063  0x0000276e setarg  0x00005367 
+ 00021064  0x0000276f store  0x00000002 , 0x00004390 
+ 00021065  0x00002770 setarg  0x00005912 
+ 00021066  0x00002771 store  0x00000002 , 0x00004396 
+ 00021067  0x00002772 setarg  0x00005be9 
+ 00021068  0x00002773 store  0x00000002 , 0x00004394 
+ 00021069  0x00002774 setarg  0x0000532c 
+ 00021070  0x00002775 store  0x00000002 , 0x0000438e 
+ 00021071  0x00002776 setarg  0x00005952 
+ 00021072  0x00002777 store  0x00000002 , 0x00004398 
+ 00021073  0x00002778 setarg  0x00005a1e 
+ 00021074  0x00002779 store  0x00000002 , 0x0000439c 
+ 00021075  0x0000277a setarg  0x00005494 
+ 00021076  0x0000277b store  0x00000002 , 0x000043a0 
+ 00021077  0x0000277c setarg  0x00005318 
+ 00021078  0x0000277d store  0x00000002 , 0x0000438c 
+ 00021079  0x0000277e setarg  0x00005f98 
+ 00021080  0x0000277f store  0x00000002 , 0x0000439a 
+ 00021081  0x00002780 setarg  0x00005f9f 
+ 00021082  0x00002781 store  0x00000002 , 0x0000439e 
+ 00021083  0x00002782 setarg  0x000059e8 
+ 00021084  0x00002783 store  0x00000002 , 0x00004314 
+ 00021085  0x00002784 rtn 
+ 00021086  0x00002788 rtn  0x0000002b 
+ 00021087  0x00002789 call  0x00004c5f 
+ 00021088  0x0000278a call  0x000048d4 
+ 00021089  0x0000278b call  0x00006024 
+ 00021090  0x0000278c call  0x00005447 
+ 00021091  0x0000278d call  0x00005296 
+ 00021092  0x0000278e call  0x00005ab3 
+ 00021093  0x0000278f call  0x000055da 
+ 00021094  0x00002790 call  0x0000575f 
+ 00021095  0x00002791 call  0x000041e5 
+ 00021096  0x00002792 fetch  0x00000008 , 0x00004864 
+ 00021097  0x00002793 bbit1  0x00000013 , 0x00005bd3 
+ 00021098  0x00002794 bbit1  0x00000012 , 0x00005b94 
+ 00021099  0x00002795 rtn 
+ 00021100  0x00002798 jam  0x00000008 , 0x0000409a 
+ 00021101  0x00002799 fetch  0x00000008 , 0x00004864 
+ 00021102  0x0000279a rtnbit1  0x0000000c 
+ 00021103  0x0000279b jam  0x00000018 , 0x0000409a 
+ 00021104  0x0000279c rtn 
+ 00021105  0x0000279f call  0x000048fa 
+ 00021106  0x000027a0 fetch  0x00000008 , 0x00004864 
+ 00021107  0x000027a1 rtnbit0  0x0000003d 
+ 00021108  0x000027a2 branch  0x000048fd 
+ 00021109  0x000027a5 fetch  0x00000002 , 0x000045a8 
+ 00021110  0x000027a6 store  0x00000002 , 0x00004521 
+ 00021111  0x000027a8 fetch  0x00000001 , 0x000045ab 
+ 00021112  0x000027a9 store  0x00000002 , 0x00004527 
+ 00021113  0x000027ab fetch  0x00000005 , 0x000045ad 
+ 00021114  0x000027ac store  0x00000005 , 0x00004573 
+ 00021115  0x000027ae fetch  0x00000001 , 0x000045ac 
+ 00021116  0x000027af store  0x00000001 , 0x0000451c 
+ 00021117  0x000027b1 fetch  0x00000001 , 0x000045b2 
+ 00021118  0x000027b2 isolate1  0x00000000 , 0x0000003f 
+ 00021119  0x000027b3 call  0x00005c81 , 0x00000001 
+ 00021120  0x000027b5 fetch  0x00000001 , 0x000045b2 
+ 00021121  0x000027b6 isolate1  0x00000002 , 0x0000003f 
+ 00021122  0x000027b7 call  0x00005c83 , 0x00000001 
+ 00021123  0x000027b8 fetch  0x00000001 , 0x000045b2 
+ 00021124  0x000027b9 isolate1  0x00000001 , 0x0000003f 
+ 00021125  0x000027ba call  0x00005c85 , 0x00000001 
+ 00021126  0x000027bb fetch  0x00000001 , 0x000045b2 
+ 00021127  0x000027bc isolate1  0x00000003 , 0x0000003f 
+ 00021128  0x000027bd call  0x00005c87 , 0x00000001 
+ 00021129  0x000027be fetch  0x00000001 , 0x000045b2 
+ 00021130  0x000027bf isolate1  0x00000004 , 0x0000003f 
+ 00021131  0x000027c0 call  0x00005c89 , 0x00000001 
+ 00021132  0x000027c1 fetch  0x00000001 , 0x000045b2 
+ 00021133  0x000027c2 isolate1  0x00000005 , 0x0000003f 
+ 00021134  0x000027c3 call  0x00005c93 , 0x00000001 
+ 00021135  0x000027c5 fetch  0x00000001 , 0x00004504 
+ 00021136  0x000027c6 ncall  0x000048e4 , 0x00000034 
+ 00021137  0x000027c8 call  0x0000526c 
+ 00021138  0x000027c9 call  0x000053a6 
+ 00021139  0x000027cb call  0x00005271 
+ 00021140  0x000027cc call  0x00005d72 
+ 00021141  0x000027cd branch  0x00004900 
+ 00021142  0x000027d0 setarg  0x00009000 
+ 00021143  0x000027d1 store  0x00000002 , 0x000042cc 
+ 00021144  0x000027d2 jam  0x00000003 , 0x000040c2 
+ 00021145  0x000027d3 jam  0x00000008 , 0x000040a7 
+ 00021146  0x000027d4 jam  0x00000000 , 0x00004857 
+ 00021147  0x000027d5 jam  0x00000000 , 0x00004857 
+ 00021148  0x000027d6 jam  0x00000000 , 0x00004858 
+ 00021149  0x000027d7 setarg  0x00000200 
+ 00021150  0x000027d8 store  0x00000002 , 0x000040a5 
+ 00021151  0x000027d9 jam  0x00000017 , 0x000042b6 
+ 00021152  0x000027da jam  0x00000017 , 0x000042b8 
+ 00021153  0x000027dc setarg  0x00000a77 
+ 00021154  0x000027dd store  0x00000002 , 0x000043ae 
+ 00021155  0x000027de setsect  0x00000000 , 0x00001224 
+ 00021156  0x000027df setsect  0x00000001 , 0x00004000 
+ 00021157  0x000027e0 setsect  0x00000002 , 0x00000000 
+ 00021158  0x000027e1 istore  0x00000005 , 0x00000005 
+ 00021159  0x000027e3 setarg  0x000047af 
+ 00021160  0x000027e4 store  0x00000002 , 0x00004316 
+ 00021161  0x000027e5 setarg  0x00000010 
+ 00021162  0x000027e6 store  0x00000002 , 0x00004318 
+ 00021163  0x000027e8 call  0x00005ef7 
+ 00021164  0x000027e9 call  0x00005ea2 
+ 00021165  0x000027ea call  0x000053b9 
+ 00021166  0x000027ec fetch  0x00000008 , 0x00004864 
+ 00021167  0x000027ed bbit0  0x0000001b , 0x000052b3 
+ 00021168  0x000027ee setarg  0x00000006 
+ 00021169  0x000027ef store  0x00000002 , 0x000042a8 
+ 00021170  0x000027f0 store  0x00000002 , 0x000042aa 
+ 00021171  0x000027f2 call  0x000052e0 
+ 00021172  0x000027f3 fetch  0x00000008 , 0x00004864 
+ 00021173  0x000027f4 bbit0  0x00000018 , 0x000052b7 
+ 00021174  0x000027f5 call  0x000052d5 
+ 00021175  0x000027f7 fetch  0x00000003 , 0x00004553 
+ 00021176  0x000027f8 store  0x00000003 , 0x000048e6 
+ 00021177  0x000027f9 fetch  0x00000001 , 0x000045e5 
+ 00021178  0x000027fa store  0x00000001 , 0x0000476e 
+ 00021179  0x000027fb fetch  0x00000003 , 0x000042b3 
+ 00021180  0x000027fc store  0x00000003 , 0x00004783 
+ 00021181  0x000027fd fetch  0x00000001 , 0x000045a5 
+ 00021182  0x000027fe and  0x0000003f , 0x000000fe , 0x0000003f 
+ 00021183  0x000027ff store  0x00000001 , 0x000045a5 
+ 00021184  0x00002800 store  0x00000001 , 0x000043c6 
+ 00021185  0x00002801 setarg  0x00000000 
+ 00021186  0x00002802 store  0x00000007 , 0x00004578 
+ 00021187  0x00002803 fetch  0x00000001 , 0x00004436 
+ 00021188  0x00002804 store  0x00000001 , 0x00004854 
+ 00021189  0x00002805 store  0x00000001 , 0x00004855 
+ 00021190  0x00002806 call  0x0000410b 
+ 00021191  0x00002808 bpatch  0x00000037 , 0x00004006 
+ 00021192  0x00002809 fetch  0x00000001 , 0x000045be 
+ 00021193  0x0000280a store  0x00000001 , 0x000045d5 
+ 00021194  0x0000280b fetch  0x00000001 , 0x000045bd 
+ 00021195  0x0000280c rtneq  0x000000ff 
+ 00021196  0x0000280d fetcht  0x00000001 , 0x000045bd 
+ 00021197  0x0000280e call  0x0000547f 
+ 00021198  0x0000280f fetcht  0x00000001 , 0x000045bd 
+ 00021199  0x00002810 call  0x00006b85 
+ 00021200  0x00002811 call  0x000052d2 , 0x00000001 
+ 00021201  0x00002812 branch  0x0000547b 
+ 00021202  0x00002814 fetch  0x00000001 , 0x000045bf 
+ 00021203  0x00002815 store  0x00000001 , 0x000045d5 
+ 00021204  0x00002816 rtn 
+ 00021205  0x0000281a fetch  0x00000003 , 0x000048cc 
+ 00021206  0x0000281b store  0x00000003 , 0x00004553 
+ 00021207  0x0000281c fetch  0x00000003 , 0x000048cf 
+ 00021208  0x0000281d store  0x00000003 , 0x00004556 
+ 00021209  0x0000281e fetch  0x00000001 , 0x000048d2 
+ 00021210  0x0000281f store  0x00000001 , 0x0000456c 
+ 00021211  0x00002820 fetch  0x00000004 , 0x000048de 
+ 00021212  0x00002821 store  0x00000004 , 0x000048da 
+ 00021213  0x00002823 setarg  0x00100c0c 
+ 00021214  0x00002824 store  0x00000003 , 0x000044f2 
+ 00021215  0x00002825 rtn 
+ 00021216  0x00002828 fetch  0x00000003 , 0x000048d3 
+ 00021217  0x00002829 store  0x00000003 , 0x00004553 
+ 00021218  0x0000282a fetch  0x00000003 , 0x000048d6 
+ 00021219  0x0000282b store  0x00000003 , 0x00004556 
+ 00021220  0x0000282c fetch  0x00000001 , 0x000048d9 
+ 00021221  0x0000282d store  0x00000001 , 0x0000456c 
+ 00021222  0x0000282e fetch  0x00000004 , 0x000048e2 
+ 00021223  0x0000282f store  0x00000004 , 0x000048da 
+ 00021224  0x00002831 setarg  0x001c1919 
+ 00021225  0x00002832 store  0x00000003 , 0x000044f2 
+ 00021226  0x00002833 rtn 
+ 00021227  0x00002840 bpatch  0x00000038 , 0x00004007 
+ 00021228  0x00002841 fetch  0x00000008 , 0x00004864 
+ 00021229  0x00002842 bbit1  0x0000002f , 0x00005dba 
+ 00021230  0x00002843 fetch  0x00000001 , 0x000045e5 
+ 00021231  0x00002844 beq  0x00000000 , 0x00005daa 
+ 00021232  0x00002845 call  0x000052ff 
+ 00021233  0x00002846 nbranch  0x000058e5 , 0x00000028 
+ 00021234  0x00002848 bpatch  0x00000039 , 0x00004007 
+ 00021235  0x00002849 fetch  0x00000001 , 0x000048bf 
+ 00021236  0x0000284a ncall  0x00005ab8 , 0x00000034 
+ 00021237  0x0000284b arg  0x000045e6 , 0x00000011 
+ 00021238  0x0000284c fetch  0x00000001 , 0x000045e5 
+ 00021239  0x0000284d increase  0xffffffff , 0x0000003f 
+ 00021240  0x0000284e mul32  0x0000003f , 0x0000001d , 0x0000003f 
+ 00021241  0x0000284f iadd  0x00000011 , 0x00000011 
+ 00021242  0x00002850 ifetch  0x00000001 , 0x00000011 
+ 00021243  0x00002851 store  0x00000001 , 0x000043ac 
+ 00021244  0x00002853 fetch  0x00000001 , 0x000043ac 
+ 00021245  0x00002854 beq  0x00000034 , 0x00005309 
+ 00021246  0x00002855 branch  0x000058e5 
+ 00021247  0x00002859 bpatch  0x0000003a , 0x00004007 
+ 00021248  0x0000285a disable  0x00000028 
+ 00021249  0x0000285b fetch  0x00000008 , 0x00004864 
+ 00021250  0x0000285c bbit0  0x0000000b , 0x00005306 
+ 00021251  0x0000285d fetch  0x00000001 , 0x000004f1 
+ 00021252  0x0000285e bbit0  0x00000002 , 0x00005306 
+ 00021253  0x0000285f enable  0x00000028 
+ 00021254  0x00002861 fetch  0x00000001 , 0x0000476b 
+ 00021255  0x00002862 store  0x00000001 , 0x0000476a 
+ 00021256  0x00002863 rtn 
+ 00021257  0x00002867 jam  0x00000001 , 0x00004781 
+ 00021258  0x00002868 fetcht  0x00000001 , 0x0000486f 
+ 00021259  0x00002869 fetch  0x00000001 , 0x0000477b 
+ 00021260  0x0000286a beq  0x000000ff , 0x0000530e 
+ 00021261  0x0000286b fetcht  0x00000001 , 0x000045aa 
+ 00021262  0x0000286d storet  0x00000001 , 0x00004831 
+ 00021263  0x0000286e call  0x00004e19 
+ 00021264  0x0000286f fetch  0x00000003 , 0x00004789 
+ 00021265  0x00002870 store  0x00000003 , 0x00004324 
+ 00021266  0x00002871 call  0x000059b2 
+ 00021267  0x00002872 setarg  0x00000004 
+ 00021268  0x00002873 istore  0x00000001 , 0x00000006 
+ 00021269  0x00002874 arg  0x00004340 , 0x00000006 
+ 00021270  0x00002875 call  0x000059b9 
+ 00021271  0x00002876 branch  0x00006fc0 
+ 00021272  0x0000287b bmark1  0x00000026 , 0x00004df4 
+ 00021273  0x0000287c fetch  0x00000001 , 0x00004766 
+ 00021274  0x0000287d branch  0x00004df4 , 0x00000034 
+ 00021275  0x0000287e fetch  0x00000001 , 0x000047ae 
+ 00021276  0x0000287f beq  0x00000001 , 0x00004df4 
+ 00021277  0x00002880 fetch  0x00000001 , 0x00004589 
+ 00021278  0x00002881 nbranch  0x00004df4 , 0x00000034 
+ 00021279  0x00002882 branch  0x00004df6 
+ 00021280  0x00002885 fetch  0x00000001 , 0x000045aa 
+ 00021281  0x00002886 store  0x00000001 , 0x0000477e 
+ 00021282  0x00002887 rtn 
+ 00021283  0x0000288a call  0x00005ef7 
+ 00021284  0x0000288c bpatch  0x0000003b , 0x00004007 
+ 00021285  0x0000288d setarg  0x00000006 
+ 00021286  0x0000288e call  0x0000674e 
+ 00021287  0x0000288f bbit1  0x00000003 , 0x0000532a 
+ 00021288  0x00002890 call  0x0000582b 
+ 00021289  0x00002891 call  0x0000583e 
+ 00021290  0x00002893 call  0x00005338 
+ 00021291  0x00002894 branch  0x00004e13 
+ 00021292  0x00002897 bpatch  0x0000003c , 0x00004007 
+ 00021293  0x00002898 fetch  0x00000004 , 0x00008130 
+ 00021294  0x00002899 set1  0x0000001a , 0x0000003f 
+ 00021295  0x0000289a store  0x00000004 , 0x0000804c 
+ 00021296  0x0000289b call  0x00003c05 
+ 00021297  0x0000289c call  0x00006eb7 
+ 00021298  0x0000289d call  0x00005ef7 
+ 00021299  0x0000289e call  0x00005543 
+ 00021300  0x0000289f call  0x00005338 
+ 00021301  0x000028a0 call  0x00005bcb 
+ 00021302  0x000028a1 fetcht  0x00000001 , 0x000045c6 
+ 00021303  0x000028a2 branch  0x00006b6e 
+ 00021304  0x000028a6 bpatch  0x0000003d , 0x00004007 
+ 00021305  0x000028a7 call  0x000058e3 
+ 00021306  0x000028a8 call  0x000074e0 
+ 00021307  0x000028a9 call  0x00005afd 
+ 00021308  0x000028aa call  0x00005af0 
+ 00021309  0x000028ac call  0x00005543 
+ 00021310  0x000028ad fetcht  0x00000001 , 0x000045c3 
+ 00021311  0x000028ae call  0x00006b96 
+ 00021312  0x000028af fetcht  0x00000001 , 0x000045c3 
+ 00021313  0x000028b0 call  0x00006b6e 
+ 00021314  0x000028b1 fetch  0x00000001 , 0x000045bc 
+ 00021315  0x000028b2 call  0x00005759 
+ 00021316  0x000028b3 fetcht  0x00000001 , 0x000045c8 
+ 00021317  0x000028b4 call  0x0000547f 
+ 00021318  0x000028b5 call  0x0000536c 
+ 00021319  0x000028b6 call  0x0000535e 
+ 00021320  0x000028b7 arg  0x0000000d , 0x00000002 
+ 00021321  0x000028b8 call  0x0000547f 
+ 00021322  0x000028b9 call  0x00005483 
+ 00021323  0x000028ba call  0x00005357 
+ 00021324  0x000028bb branch  0x0000534d 
+ 00021325  0x000028be fetch  0x00000008 , 0x00004864 
+ 00021326  0x000028bf rtnbit0  0x0000003c 
+ 00021327  0x000028c1 fetcht  0x00000001 , 0x000045b9 
+ 00021328  0x000028c2 call  0x00006b6e 
+ 00021329  0x000028c3 fetcht  0x00000001 , 0x000045ba 
+ 00021330  0x000028c4 call  0x00006b6e 
+ 00021331  0x000028c5 fetcht  0x00000001 , 0x000045b9 
+ 00021332  0x000028c6 call  0x0000547b 
+ 00021333  0x000028c7 fetcht  0x00000001 , 0x000045ba 
+ 00021334  0x000028c8 branch  0x0000547b 
+ 00021335  0x000028cb fetch  0x00000008 , 0x00004864 
+ 00021336  0x000028cc rtnbit0  0x00000014 
+ 00021337  0x000028cd fetch  0x00000001 , 0x000045a5 
+ 00021338  0x000028ce rtnne  0x00000004 
+ 00021339  0x000028cf fetch  0x00000001 , 0x000045a4 
+ 00021340  0x000028d0 arg  0x000000c0 , 0x00000002 
+ 00021341  0x000028d1 branch  0x00006bbd 
+ 00021342  0x000028d6 arg  0x00008070 , 0x00000006 
+ 00021343  0x000028d7 arg  0x0000000d , 0x00000039 
+ 00021344  0x000028d9 ifetch  0x00000001 , 0x00000006 
+ 00021345  0x000028da nbranch  0x00005365 , 0x00000034 
+ 00021346  0x000028db setarg  0x00000080 
+ 00021347  0x000028dc add  0x00000006 , 0xffffffff , 0x00000005 
+ 00021348  0x000028dd istore  0x00000001 , 0x00000005 
+ 00021349  0x000028df loop  0x00005360 
+ 00021350  0x000028e0 rtn 
+ 00021351  0x000028e4 rtnmark1  0x00000026 
+ 00021352  0x000028e5 call  0x0000536c 
+ 00021353  0x000028e6 fetch  0x00000001 , 0x00000015 
+ 00021354  0x000028e7 nrtn  0x00000034 
+ 00021355  0x000028e8 branch  0x00006b6e 
+ 00021356  0x000028eb bpatch  0x0000003e , 0x00004007 
+ 00021357  0x000028ed fetcht  0x00000001 , 0x000045b9 
+ 00021358  0x000028ee call  0x00006b7c 
+ 00021359  0x000028ef fetcht  0x00000001 , 0x000045ba 
+ 00021360  0x000028f0 call  0x00006b7c 
+ 00021361  0x000028f2 call  0x000054b6 
+ 00021362  0x000028f3 fetch  0x00000001 , 0x000045bb 
+ 00021363  0x000028f4 call  0x00005759 
+ 00021364  0x000028f5 call  0x00006745 
+ 00021365  0x000028f7 fetcht  0x00000001 , 0x000045b3 
+ 00021366  0x000028f8 call  0x00006b62 
+ 00021367  0x000028f9 fetcht  0x00000001 , 0x000045b5 
+ 00021368  0x000028fa call  0x00006b62 
+ 00021369  0x000028fb fetcht  0x00000001 , 0x000045b4 
+ 00021370  0x000028fc call  0x00006b62 
+ 00021371  0x000028fe fetcht  0x00000001 , 0x000045b6 
+ 00021372  0x000028ff call  0x00006b62 
+ 00021373  0x00002900 fetcht  0x00000001 , 0x000045b7 
+ 00021374  0x00002901 call  0x00006b62 
+ 00021375  0x00002902 fetcht  0x00000001 , 0x000045b8 
+ 00021376  0x00002903 call  0x00006b62 
+ 00021377  0x00002904 fetcht  0x00000001 , 0x000045c4 
+ 00021378  0x00002905 call  0x00006b62 
+ 00021379  0x00002907 fetcht  0x00000001 , 0x000045c5 
+ 00021380  0x00002908 call  0x00006b62 
+ 00021381  0x0000290a fetcht  0x00000001 , 0x000045b9 
+ 00021382  0x0000290b call  0x00006b5e 
+ 00021383  0x0000290c fetcht  0x00000001 , 0x000045ba 
+ 00021384  0x0000290d call  0x00006b5e 
+ 00021385  0x0000290e fetcht  0x00000001 , 0x000045c1 
+ 00021386  0x0000290f call  0x00006b5e 
+ 00021387  0x00002910 fetcht  0x00000001 , 0x000045c2 
+ 00021388  0x00002911 call  0x00006b5e 
+ 00021389  0x00002912 fetcht  0x00000001 , 0x000045c6 
+ 00021390  0x00002913 branch  0x00006b62 
+ 00021391  0x0000291a fetch  0x00000002 , 0x00004434 
+ 00021392  0x0000291b bbit1  0x00000009 , 0x00005392 
+ 00021393  0x0000291c rtn 
+ 00021394  0x0000291e copy  0x00000011 , 0x0000003f 
+ 00021395  0x0000291f nbranch  0x00004177 , 0x00000034 
+ 00021396  0x00002920 branch  0x00004179 
+ 00021397  0x00002928 fetch  0x00000001 , 0x000043c6 
+ 00021398  0x00002929 rtnne  0x00000004 
+ 00021399  0x0000292b bpatch  0x0000003f , 0x00004007 
+ 00021400  0x0000292c fetcht  0x00000001 , 0x000043c7 
+ 00021401  0x0000292d sub  0x00000002 , 0x00000003 , 0x0000003e 
+ 00021402  0x0000292e branch  0x000053a3 , 0x00000002 
+ 00021403  0x0000292f increase  0x00000005 , 0x00000002 
+ 00021404  0x00002930 storet  0x00000001 , 0x000045a4 
+ 00021405  0x00002932 copy  0x00000002 , 0x00000011 
+ 00021406  0x00002933 call  0x00006bc4 
+ 00021407  0x00002934 beq  0x0000003f , 0x00005f45 
+ 00021408  0x00002935 call  0x00005f43 
+ 00021409  0x00002936 copy  0x00000011 , 0x00000002 
+ 00021410  0x00002937 branch  0x00006bae 
+ 00021411  0x0000293a increase  0x00000004 , 0x00000002 
+ 00021412  0x0000293b storet  0x00000001 , 0x000045a4 
+ 00021413  0x0000293c branch  0x0000539d 
+ 00021414  0x0000293f fetch  0x00000001 , 0x000045a5 
+ 00021415  0x00002940 beq  0x00000004 , 0x000053af 
+ 00021416  0x00002941 beq  0x00000001 , 0x000053b4 
+ 00021417  0x00002942 jam  0x00000001 , 0x000045a5 
+ 00021418  0x00002943 setarg  0x002c0172 
+ 00021419  0x00002944 store  0x00000003 , 0x0000458b 
+ 00021420  0x00002945 setarg  0x00014001 
+ 00021421  0x00002946 istore  0x00000003 , 0x00000005 
+ 00021422  0x00002947 rtn 
+ 00021423  0x00002949 setarg  0x005d0099 
+ 00021424  0x0000294a store  0x00000003 , 0x0000458b 
+ 00021425  0x0000294b setarg  0x00007100 
+ 00021426  0x0000294c istore  0x00000003 , 0x00000005 
+ 00021427  0x0000294d rtn 
+ 00021428  0x0000294f setarg  0x00c8012c 
+ 00021429  0x00002950 store  0x00000003 , 0x0000458b 
+ 00021430  0x00002951 setarg  0x0000dc00 
+ 00021431  0x00002952 istore  0x00000003 , 0x00000005 
+ 00021432  0x00002953 rtn 
+ 00021433  0x00002956 fetch  0x00000008 , 0x00004864 
+ 00021434  0x00002957 rtnbit0  0x00000014 
+ 00021435  0x00002958 jam  0x00000001 , 0x0000459d 
+ 00021436  0x00002959 rtnbit1  0x0000002e 
+ 00021437  0x0000295a rtnbit1  0x0000002b 
+ 00021438  0x0000295b jam  0x00000000 , 0x0000459d 
+ 00021439  0x0000295c rtn 
+ 00021440  0x0000295f fetch  0x00000001 , 0x0000459e 
+ 00021441  0x00002960 increase  0x00000001 , 0x0000003f 
+ 00021442  0x00002961 store  0x00000001 , 0x0000459e 
+ 00021443  0x00002962 fetcht  0x00000001 , 0x0000459f 
+ 00021444  0x00002963 isub  0x00000002 , 0x0000003e 
+ 00021445  0x00002964 rtn 
+ 00021446  0x00002967 fetch  0x00000008 , 0x00004864 
+ 00021447  0x00002968 rtnbit0  0x00000014 
+ 00021448  0x00002969 call  0x00005395 
+ 00021449  0x0000296a fetch  0x00000001 , 0x0000459d 
+ 00021450  0x0000296b branch  0x000053dd , 0x00000034 
+ 00021451  0x0000296c fetch  0x00000001 , 0x000043c6 
+ 00021452  0x0000296d beq  0x00000004 , 0x000053d2 
+ 00021453  0x0000296e jam  0x00000003 , 0x0000459d 
+ 00021454  0x0000296f call  0x000053c0 
+ 00021455  0x00002970 branch  0x000053d4 , 0x00000002 
+ 00021456  0x00002971 call  0x000053d9 
+ 00021457  0x00002972 branch  0x000053e3 
+ 00021458  0x00002975 jam  0x00000002 , 0x0000459d 
+ 00021459  0x00002976 branch  0x000053e3 
+ 00021460  0x00002979 call  0x00005397 
+ 00021461  0x0000297a jam  0x00000004 , 0x000043c6 
+ 00021462  0x0000297b fetch  0x00000001 , 0x00004863 
+ 00021463  0x0000297c ncall  0x000053d9 , 0x00000034 
+ 00021464  0x0000297d branch  0x000053e3 
+ 00021465  0x00002980 jam  0x00000000 , 0x0000459e 
+ 00021466  0x00002981 fetch  0x00000001 , 0x000045a5 
+ 00021467  0x00002982 store  0x00000001 , 0x000043c6 
+ 00021468  0x00002983 rtn 
+ 00021469  0x00002986 fetch  0x00000001 , 0x000043c6 
+ 00021470  0x00002987 bne  0x00000004 , 0x000053e1 
+ 00021471  0x00002988 fetch  0x00000001 , 0x00004863 
+ 00021472  0x00002989 nrtn  0x00000034 
+ 00021473  0x0000298b call  0x000053c0 
+ 00021474  0x0000298c nrtn  0x00000002 
+ 00021475  0x0000298e bpatch  0x00000040 , 0x00004008 
+ 00021476  0x0000298f fetch  0x00000001 , 0x00004863 
+ 00021477  0x00002990 nrtn  0x00000034 
+ 00021478  0x00002991 jam  0x00000000 , 0x0000459e 
+ 00021479  0x00002992 call  0x00006be2 
+ 00021480  0x00002993 call  0x00006c11 
+ 00021481  0x00002994 store  0x00000002 , 0x00004591 
+ 00021482  0x00002995 fetch  0x00000001 , 0x000043c6 
+ 00021483  0x00002996 bne  0x00000004 , 0x000053f2 
+ 00021484  0x00002997 fetcht  0x00000002 , 0x00004591 
+ 00021485  0x00002998 mul32  0x00000002 , 0x00000008 , 0x0000003f 
+ 00021486  0x00002999 div  0x0000003f , 0x0000000a 
+ 00021487  0x0000299a call  0x00007472 
+ 00021488  0x0000299b iadd  0x00000002 , 0x0000003f 
+ 00021489  0x0000299c store  0x00000002 , 0x00004591 
+ 00021490  0x0000299e arg  0x0000458b , 0x00000011 
+ 00021491  0x0000299f call  0x00005404 
+ 00021492  0x000029a0 fetch  0x00000001 , 0x000043ca 
+ 00021493  0x000029a1 bbit1  0x00000002 , 0x00005445 
+ 00021494  0x000029a2 bbit1  0x00000001 , 0x00005323 
+ 00021495  0x000029a3 bbit0  0x00000000 , 0x000053fc 
+ 00021496  0x000029a4 jam  0x00000001 , 0x000045a2 
+ 00021497  0x000029a5 branch  0x000053fa 
+ 00021498  0x000029a8 arg  0x00000004 , 0x00000007 
+ 00021499  0x000029a9 branch  0x00005c8b 
+ 00021500  0x000029ab arg  0x00000004 , 0x00000007 
+ 00021501  0x000029ac call  0x00005c8f 
+ 00021502  0x000029ad jam  0x0000000c , 0x000045a0 
+ 00021503  0x000029ae fetch  0x00000001 , 0x000045a2 
+ 00021504  0x000029af rtn  0x00000034 
+ 00021505  0x000029b0 jam  0x00000000 , 0x000045a2 
+ 00021506  0x000029b1 fetcht  0x00000001 , 0x000045c9 
+ 00021507  0x000029b2 branch  0x00005f14 
+ 00021508  0x000029b5 bpatch  0x00000041 , 0x00004008 
+ 00021509  0x000029b6 ifetch  0x00000008 , 0x00000011 
+ 00021510  0x000029b7 store  0x00000008 , 0x000004c4 
+ 00021511  0x000029b8 fetch  0x00000001 , 0x0000459d 
+ 00021512  0x000029b9 beq  0x00000000 , 0x0000541b 
+ 00021513  0x000029ba beq  0x00000002 , 0x0000540b 
+ 00021514  0x000029bb beq  0x00000003 , 0x0000543a 
+ 00021515  0x000029bd fetch  0x00000008 , 0x00004864 
+ 00021516  0x000029be bbit0  0x0000002e , 0x00005411 
+ 00021517  0x000029bf fetch  0x00000002 , 0x000004ca 
+ 00021518  0x000029c0 fetcht  0x00000002 , 0x00004593 
+ 00021519  0x000029c1 isub  0x00000002 , 0x0000003e 
+ 00021520  0x000029c2 nbranch  0x0000543d , 0x00000002 
+ 00021521  0x000029c4 fetch  0x00000008 , 0x00004864 
+ 00021522  0x000029c5 bbit0  0x0000002b , 0x0000541b 
+ 00021523  0x000029c6 jam  0x00000000 , 0x000045a3 
+ 00021524  0x000029c7 fetch  0x00000002 , 0x000004ca 
+ 00021525  0x000029c8 fetcht  0x00000002 , 0x00004595 
+ 00021526  0x000029c9 isub  0x00000002 , 0x0000003e 
+ 00021527  0x000029ca nbranch  0x0000541a , 0x00000002 
+ 00021528  0x000029cb call  0x00005c46 
+ 00021529  0x000029cc branch  0x0000541b 
+ 00021530  0x000029cf call  0x00005c4a 
+ 00021531  0x000029d1 call  0x00005441 
+ 00021532  0x000029d2 call  0x00006c4d 
+ 00021533  0x000029d3 call  0x00006c45 
+ 00021534  0x000029d4 fetch  0x00000002 , 0x000004ca 
+ 00021535  0x000029d5 fetcht  0x00000002 , 0x000004c6 
+ 00021536  0x000029d6 isub  0x00000002 , 0x0000003e 
+ 00021537  0x000029d7 ncall  0x00006c49 , 0x00000002 
+ 00021538  0x000029d8 fetcht  0x00000002 , 0x000004c8 
+ 00021539  0x000029d9 isub  0x00000002 , 0x0000003e 
+ 00021540  0x000029da ncall  0x00006c41 , 0x00000002 
+ 00021541  0x000029dc fetch  0x00000002 , 0x000004ca 
+ 00021542  0x000029dd fetcht  0x00000002 , 0x000004c4 
+ 00021543  0x000029de isub  0x00000002 , 0x0000003e 
+ 00021544  0x000029df branch  0x00005436 , 0x00000002 
+ 00021545  0x000029e0 fetcht  0x00000002 , 0x000004c6 
+ 00021546  0x000029e1 isub  0x00000002 , 0x0000003f 
+ 00021547  0x000029e2 nbranch  0x00005438 , 0x00000002 
+ 00021548  0x000029e3 branch  0x00005438 , 0x00000034 
+ 00021549  0x000029e4 mul32  0x0000003f , 0x00000064 , 0x00000011 
+ 00021550  0x000029e5 fetch  0x00000002 , 0x000004c4 
+ 00021551  0x000029e6 fetcht  0x00000002 , 0x000004c6 
+ 00021552  0x000029e7 isub  0x00000002 , 0x00000002 
+ 00021553  0x000029e8 copy  0x00000011 , 0x0000003f 
+ 00021554  0x000029e9 idiv  0x00000002 
+ 00021555  0x000029ea call  0x00007472 
+ 00021556  0x000029eb store  0x00000001 , 0x000047a9 
+ 00021557  0x000029ec rtn 
+ 00021558  0x000029ef jam  0x00000064 , 0x000047a9 
+ 00021559  0x000029f0 rtn 
+ 00021560  0x000029f2 jam  0x00000000 , 0x000047a9 
+ 00021561  0x000029f3 rtn 
+ 00021562  0x000029f6 fetch  0x00000001 , 0x000043c6 
+ 00021563  0x000029f7 beq  0x00000004 , 0x0000540b 
+ 00021564  0x000029f8 branch  0x0000541b 
+ 00021565  0x000029fb fetcht  0x00000001 , 0x000043ca 
+ 00021566  0x000029fc set1  0x00000002 , 0x00000002 
+ 00021567  0x000029fd storet  0x00000001 , 0x000043ca 
+ 00021568  0x000029fe rtn 
+ 00021569  0x00002a01 fetcht  0x00000001 , 0x000043ca 
+ 00021570  0x00002a02 set0  0x00000002 , 0x00000002 
+ 00021571  0x00002a03 storet  0x00000001 , 0x000043ca 
+ 00021572  0x00002a04 rtn 
+ 00021573  0x00002a07 jam  0x00000001 , 0x000045a3 
+ 00021574  0x00002a08 rtn 
+ 00021575  0x00002a0e call  0x00005afd 
+ 00021576  0x00002a0f call  0x00005af0 
+ 00021577  0x00002a10 fetcht  0x00000001 , 0x000043d9 
+ 00021578  0x00002a11 call  0x00006b96 
+ 00021579  0x00002a13 fetcht  0x00000001 , 0x000045b3 
+ 00021580  0x00002a14 call  0x0000547f 
+ 00021581  0x00002a15 fetcht  0x00000001 , 0x000045b5 
+ 00021582  0x00002a16 call  0x0000547f 
+ 00021583  0x00002a17 fetcht  0x00000001 , 0x000045b4 
+ 00021584  0x00002a18 call  0x0000547f 
+ 00021585  0x00002a19 fetcht  0x00000001 , 0x000045b6 
+ 00021586  0x00002a1a call  0x0000547f 
+ 00021587  0x00002a1b fetcht  0x00000001 , 0x000045b7 
+ 00021588  0x00002a1c call  0x0000547f 
+ 00021589  0x00002a1d fetcht  0x00000001 , 0x000045b8 
+ 00021590  0x00002a1e call  0x0000547f 
+ 00021591  0x00002a20 fetcht  0x00000001 , 0x000045c3 
+ 00021592  0x00002a21 call  0x0000547f 
+ 00021593  0x00002a23 fetcht  0x00000001 , 0x000045c4 
+ 00021594  0x00002a24 call  0x0000547f 
+ 00021595  0x00002a26 fetcht  0x00000001 , 0x000045c5 
+ 00021596  0x00002a27 call  0x0000547f 
+ 00021597  0x00002a29 fetcht  0x00000001 , 0x000045b9 
+ 00021598  0x00002a2a call  0x0000547f 
+ 00021599  0x00002a2c fetcht  0x00000001 , 0x000045ba 
+ 00021600  0x00002a2d call  0x0000547f 
+ 00021601  0x00002a2f fetcht  0x00000001 , 0x000045c1 
+ 00021602  0x00002a30 call  0x0000547f 
+ 00021603  0x00002a31 fetcht  0x00000001 , 0x000045c2 
+ 00021604  0x00002a32 call  0x0000547f 
+ 00021605  0x00002a34 fetcht  0x00000001 , 0x000045c6 
+ 00021606  0x00002a35 call  0x0000547f 
+ 00021607  0x00002a37 fetcht  0x00000001 , 0x000045c7 
+ 00021608  0x00002a38 call  0x0000547f 
+ 00021609  0x00002a3a fetcht  0x00000001 , 0x000045c9 
+ 00021610  0x00002a3b call  0x00006b96 
+ 00021611  0x00002a3d fetcht  0x00000001 , 0x000045ca 
+ 00021612  0x00002a3e call  0x00006b96 
+ 00021613  0x00002a40 fetcht  0x00000001 , 0x000045cb 
+ 00021614  0x00002a41 call  0x00006b96 
+ 00021615  0x00002a43 fetcht  0x00000001 , 0x000045cc 
+ 00021616  0x00002a44 call  0x00006b96 
+ 00021617  0x00002a46 fetcht  0x00000001 , 0x000045cd 
+ 00021618  0x00002a47 call  0x00006b96 
+ 00021619  0x00002a49 fetcht  0x00000001 , 0x000045bd 
+ 00021620  0x00002a4a branch  0x0000547f 
+ 00021621  0x00002a4e sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00021622  0x00002a4f rtn  0x00000005 
+ 00021623  0x00002a50 and  0x00000002 , 0x0000007f , 0x00000007 
+ 00021624  0x00002a51 fetch  0x00000004 , 0x0000811c 
+ 00021625  0x00002a52 qisolate1  0x0000003f 
+ 00021626  0x00002a53 branch  0x0000547f , 0x00000001 
+ 00021627  0x00002a55 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00021628  0x00002a56 rtn  0x00000005 
+ 00021629  0x00002a57 set1  0x00000007 , 0x00000002 
+ 00021630  0x00002a58 branch  0x00006b7c 
+ 00021631  0x00002a5b sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00021632  0x00002a5c rtn  0x00000005 
+ 00021633  0x00002a5d set0  0x00000007 , 0x00000002 
+ 00021634  0x00002a5e branch  0x00006b7c 
+ 00021635  0x00002a61 fetch  0x00000003 , 0x00004896 
+ 00021636  0x00002a62 store  0x00000003 , 0x000004c4 
+ 00021637  0x00002a63 arg  0x0000000e , 0x00000039 
+ 00021638  0x00002a64 arg  0x00000000 , 0x00000002 
+ 00021639  0x00002a66 fetch  0x00000003 , 0x000004c4 
+ 00021640  0x00002a67 isolate1  0x00000000 , 0x0000003f 
+ 00021641  0x00002a68 call  0x00006bae , 0x00000001 
+ 00021642  0x00002a69 fetch  0x00000003 , 0x000004c4 
+ 00021643  0x00002a6a lshift  0x0000003f , 0x0000003f 
+ 00021644  0x00002a6b store  0x00000003 , 0x000004c4 
+ 00021645  0x00002a6c increase  0x00000001 , 0x00000002 
+ 00021646  0x00002a6d loop  0x00005487 
+ 00021647  0x00002a6e rtn 
+ 00021648  0x00002a74 call  0x00005495 
+ 00021649  0x00002a75 jam  0x00000073 , 0x000043ae 
+ 00021650  0x00002a77 call  0x00005494 
+ 00021651  0x00002a78 branch  0x00006749 
+ 00021652  0x00002a7c branch  0x00006939 
+ 00021653  0x00002a7f fetch  0x00000001 , 0x000045bb 
+ 00021654  0x00002a80 arg  0x00000021 , 0x00000002 
+ 00021655  0x00002a81 call  0x00006bbd 
+ 00021656  0x00002a82 fetch  0x00000001 , 0x000045bc 
+ 00021657  0x00002a83 arg  0x00000023 , 0x00000002 
+ 00021658  0x00002a84 branch  0x00006bbd 
+ 00021659  0x00002a8b bpatch  0x00000042 , 0x00004008 
+ 00021660  0x00002a8c disable  0x00000028 
+ 00021661  0x00002a8d setarg  0x00000000 
+ 00021662  0x00002a8e store  0x00000006 , 0x00004579 
+ 00021663  0x00002a8f call  0x00005847 
+ 00021664  0x00002a90 setarg  0x00000089 
+ 00021665  0x00002a91 call  0x0000674d 
+ 00021666  0x00002a92 call  0x0000562e 
+ 00021667  0x00002a93 call  0x000054ac 
+ 00021668  0x00002a94 call  0x000054b1 
+ 00021669  0x00002a95 call  0x0000567b 
+ 00021670  0x00002a96 fetch  0x00000001 , 0x00004578 
+ 00021671  0x00002a97 and_into  0x0000001f , 0x0000003f 
+ 00021672  0x00002a98 store  0x00000001 , 0x00004578 
+ 00021673  0x00002a99 nbranch  0x00005cc5 , 0x00000028 
+ 00021674  0x00002a9a call  0x00005cb4 
+ 00021675  0x00002a9b branch  0x00005aa9 
+ 00021676  0x00002aa1 fetch  0x00000001 , 0x00004588 
+ 00021677  0x00002aa2 rtn  0x00000034 
+ 00021678  0x00002aa3 store  0x00000001 , 0x0000457d 
+ 00021679  0x00002aa4 jam  0x00000000 , 0x00004588 
+ 00021680  0x00002aa5 branch  0x000074c8 
+ 00021681  0x00002aa8 fetch  0x00000001 , 0x00004584 
+ 00021682  0x00002aa9 rtn  0x00000034 
+ 00021683  0x00002aaa store  0x00000001 , 0x0000457e 
+ 00021684  0x00002aab jam  0x00000000 , 0x00004584 
+ 00021685  0x00002aac branch  0x000074c8 
+ 00021686  0x00002aaf call  0x000054c3 
+ 00021687  0x00002ab0 call  0x000054ff 
+ 00021688  0x00002ab1 fetch  0x00000001 , 0x00004582 
+ 00021689  0x00002ab2 fetcht  0x00000001 , 0x00004581 
+ 00021690  0x00002ab3 store  0x00000001 , 0x00004581 
+ 00021691  0x00002ab4 isub  0x00000002 , 0x0000003e 
+ 00021692  0x00002ab5 nbranch  0x00004df8 , 0x00000005 
+ 00021693  0x00002ab6 fetch  0x00000001 , 0x00004586 
+ 00021694  0x00002ab7 fetcht  0x00000001 , 0x00004585 
+ 00021695  0x00002ab8 store  0x00000001 , 0x00004585 
+ 00021696  0x00002ab9 isub  0x00000002 , 0x0000003e 
+ 00021697  0x00002aba nbranch  0x00004df8 , 0x00000005 
+ 00021698  0x00002abb rtn 
+ 00021699  0x00002abd fetch  0x00000001 , 0x000045c1 
+ 00021700  0x00002abe rtneq  0x000000ff 
+ 00021701  0x00002abf arg  0x00000000 , 0x00000011 
+ 00021702  0x00002ac0 fetcht  0x00000001 , 0x000045c1 
+ 00021703  0x00002ac1 call  0x00006b85 
+ 00021704  0x00002ac2 setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00021705  0x00002ac3 fetcht  0x00000001 , 0x000045c2 
+ 00021706  0x00002ac4 call  0x00006b85 
+ 00021707  0x00002ac5 setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00021708  0x00002ac6 copy  0x00000011 , 0x0000003f 
+ 00021709  0x00002ac7 store  0x00000001 , 0x00004582 
+ 00021710  0x00002ac8 beq  0x00000001 , 0x000054d3 
+ 00021711  0x00002ac9 beq  0x00000002 , 0x000054d7 
+ 00021712  0x00002aca fetch  0x00000001 , 0x00004583 
+ 00021713  0x00002acb bbit1  0x00000007 , 0x000054e3 
+ 00021714  0x00002acc rtn 
+ 00021715  0x00002acf fetch  0x00000001 , 0x00004581 
+ 00021716  0x00002ad0 beq  0x00000000 , 0x000054db 
+ 00021717  0x00002ad1 beq  0x00000003 , 0x000054dd 
+ 00021718  0x00002ad2 rtn 
+ 00021719  0x00002ad4 fetch  0x00000001 , 0x00004581 
+ 00021720  0x00002ad5 beq  0x00000000 , 0x000054df 
+ 00021721  0x00002ad6 beq  0x00000003 , 0x000054e1 
+ 00021722  0x00002ad7 rtn 
+ 00021723  0x00002ad9 jam  0x00000082 , 0x00004583 
+ 00021724  0x00002ada rtn 
+ 00021725  0x00002adc jam  0x00000081 , 0x00004583 
+ 00021726  0x00002add rtn 
+ 00021727  0x00002adf jam  0x00000080 , 0x00004583 
+ 00021728  0x00002ae0 rtn 
+ 00021729  0x00002ae2 jam  0x00000083 , 0x00004583 
+ 00021730  0x00002ae3 rtn 
+ 00021731  0x00002ae5 fetch  0x00000001 , 0x00004583 
+ 00021732  0x00002ae6 set0  0x00000007 , 0x0000003f 
+ 00021733  0x00002ae7 store  0x00000001 , 0x00004583 
+ 00021734  0x00002ae8 beq  0x00000000 , 0x000054eb 
+ 00021735  0x00002ae9 beq  0x00000001 , 0x000054ee 
+ 00021736  0x00002aea beq  0x00000002 , 0x000054f1 
+ 00021737  0x00002aeb beq  0x00000003 , 0x000054f4 
+ 00021738  0x00002aec rtn 
+ 00021739  0x00002aee fetch  0x00000001 , 0x00004582 
+ 00021740  0x00002aef beq  0x00000003 , 0x000054f7 
+ 00021741  0x00002af0 rtn 
+ 00021742  0x00002af2 fetch  0x00000001 , 0x00004582 
+ 00021743  0x00002af3 beq  0x00000000 , 0x000054f7 
+ 00021744  0x00002af4 rtn 
+ 00021745  0x00002af6 fetch  0x00000001 , 0x00004582 
+ 00021746  0x00002af7 beq  0x00000003 , 0x000054fb 
+ 00021747  0x00002af8 rtn 
+ 00021748  0x00002afa fetch  0x00000001 , 0x00004582 
+ 00021749  0x00002afb beq  0x00000000 , 0x000054fb 
+ 00021750  0x00002afc rtn 
+ 00021751  0x00002afe fetch  0x00000001 , 0x00004584 
+ 00021752  0x00002aff increase  0x00000001 , 0x0000003f 
+ 00021753  0x00002b00 store  0x00000001 , 0x00004584 
+ 00021754  0x00002b01 rtn 
+ 00021755  0x00002b03 fetch  0x00000001 , 0x00004584 
+ 00021756  0x00002b04 increase  0xffffffff , 0x0000003f 
+ 00021757  0x00002b05 store  0x00000001 , 0x00004584 
+ 00021758  0x00002b06 rtn 
+ 00021759  0x00002b0a fetch  0x00000001 , 0x000045b9 
+ 00021760  0x00002b0b rtneq  0x000000ff 
+ 00021761  0x00002b0c arg  0x00000000 , 0x00000011 
+ 00021762  0x00002b0d fetcht  0x00000001 , 0x000045b9 
+ 00021763  0x00002b0e call  0x00006b85 
+ 00021764  0x00002b0f setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00021765  0x00002b10 fetcht  0x00000001 , 0x000045ba 
+ 00021766  0x00002b11 call  0x00006b85 
+ 00021767  0x00002b12 setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00021768  0x00002b13 copy  0x00000011 , 0x0000003f 
+ 00021769  0x00002b14 store  0x00000001 , 0x00004586 
+ 00021770  0x00002b15 beq  0x00000001 , 0x0000550f 
+ 00021771  0x00002b16 beq  0x00000002 , 0x00005513 
+ 00021772  0x00002b17 fetch  0x00000001 , 0x00004587 
+ 00021773  0x00002b18 bbit1  0x00000007 , 0x0000551f 
+ 00021774  0x00002b19 rtn 
+ 00021775  0x00002b1c fetch  0x00000001 , 0x00004585 
+ 00021776  0x00002b1d beq  0x00000000 , 0x00005517 
+ 00021777  0x00002b1e beq  0x00000003 , 0x00005519 
+ 00021778  0x00002b1f rtn 
+ 00021779  0x00002b21 fetch  0x00000001 , 0x00004585 
+ 00021780  0x00002b22 beq  0x00000000 , 0x0000551b 
+ 00021781  0x00002b23 beq  0x00000003 , 0x0000551d 
+ 00021782  0x00002b24 rtn 
+ 00021783  0x00002b26 jam  0x00000082 , 0x00004587 
+ 00021784  0x00002b27 rtn 
+ 00021785  0x00002b29 jam  0x00000081 , 0x00004587 
+ 00021786  0x00002b2a rtn 
+ 00021787  0x00002b2c jam  0x00000080 , 0x00004587 
+ 00021788  0x00002b2d rtn 
+ 00021789  0x00002b2f jam  0x00000083 , 0x00004587 
+ 00021790  0x00002b30 rtn 
+ 00021791  0x00002b32 fetch  0x00000001 , 0x00004587 
+ 00021792  0x00002b33 set0  0x00000007 , 0x0000003f 
+ 00021793  0x00002b34 store  0x00000001 , 0x00004587 
+ 00021794  0x00002b35 beq  0x00000000 , 0x00005527 
+ 00021795  0x00002b36 beq  0x00000001 , 0x0000552a 
+ 00021796  0x00002b37 beq  0x00000002 , 0x0000552d 
+ 00021797  0x00002b38 beq  0x00000003 , 0x00005530 
+ 00021798  0x00002b39 rtn 
+ 00021799  0x00002b3b fetch  0x00000001 , 0x00004586 
+ 00021800  0x00002b3c beq  0x00000003 , 0x00005533 
+ 00021801  0x00002b3d rtn 
+ 00021802  0x00002b3f fetch  0x00000001 , 0x00004586 
+ 00021803  0x00002b40 beq  0x00000000 , 0x00005533 
+ 00021804  0x00002b41 rtn 
+ 00021805  0x00002b43 fetch  0x00000001 , 0x00004586 
+ 00021806  0x00002b44 beq  0x00000003 , 0x00005537 
+ 00021807  0x00002b45 rtn 
+ 00021808  0x00002b47 fetch  0x00000001 , 0x00004586 
+ 00021809  0x00002b48 beq  0x00000000 , 0x00005537 
+ 00021810  0x00002b49 rtn 
+ 00021811  0x00002b4b fetch  0x00000001 , 0x00004588 
+ 00021812  0x00002b4c increase  0x00000001 , 0x0000003f 
+ 00021813  0x00002b4d store  0x00000001 , 0x00004588 
+ 00021814  0x00002b4e rtn 
+ 00021815  0x00002b50 fetch  0x00000001 , 0x00004588 
+ 00021816  0x00002b51 increase  0xffffffff , 0x0000003f 
+ 00021817  0x00002b52 store  0x00000001 , 0x00004588 
+ 00021818  0x00002b53 rtn 
+ 00021819  0x00002b57 fetcht  0x00000001 , 0x000045b9 
+ 00021820  0x00002b58 call  0x00006b5e 
+ 00021821  0x00002b59 fetcht  0x00000001 , 0x000045ba 
+ 00021822  0x00002b5a call  0x00006b5e 
+ 00021823  0x00002b5b fetcht  0x00000001 , 0x000045c1 
+ 00021824  0x00002b5c call  0x00006b5e 
+ 00021825  0x00002b5d fetcht  0x00000001 , 0x000045c2 
+ 00021826  0x00002b5e branch  0x00006b5e 
+ 00021827  0x00002b61 fetcht  0x00000001 , 0x000045b9 
+ 00021828  0x00002b62 call  0x00005475 
+ 00021829  0x00002b63 fetcht  0x00000001 , 0x000045ba 
+ 00021830  0x00002b64 call  0x00005475 
+ 00021831  0x00002b65 fetcht  0x00000001 , 0x000045c1 
+ 00021832  0x00002b66 call  0x00005475 
+ 00021833  0x00002b67 fetcht  0x00000001 , 0x000045c2 
+ 00021834  0x00002b68 branch  0x00005475 
+ 00021835  0x00002b6b fetch  0x00000002 , 0x0000457d 
+ 00021836  0x00002b6c rtn  0x00000034 
+ 00021837  0x00002b6d jam  0x00000001 , 0x00004589 
+ 00021838  0x00002b6e jam  0x0000000a , 0x0000458a 
+ 00021839  0x00002b6f rtn 
+ 00021840  0x00002b72 arg  0x0000458a , 0x00000013 
+ 00021841  0x00002b73 arg  0x00005553 , 0x00000012 
+ 00021842  0x00002b74 branch  0x00004dcc 
+ 00021843  0x00002b76 jam  0x00000000 , 0x00004589 
+ 00021844  0x00002b77 rtn 
+ 00021845  0x00002b81 fetch  0x00000008 , 0x00004864 
+ 00021846  0x00002b82 bbit1  0x0000002e , 0x00005580 
+ 00021847  0x00002b83 fetch  0x00000001 , 0x000045b8 
+ 00021848  0x00002b84 rtneq  0x000000ff 
+ 00021849  0x00002b85 arg  0x00000000 , 0x00000011 
+ 00021850  0x00002b86 jam  0x00000005 , 0x0000484f 
+ 00021851  0x00002b87 fetcht  0x00000001 , 0x000045b8 
+ 00021852  0x00002b88 call  0x00005564 
+ 00021853  0x00002b89 store  0x00000001 , 0x0000484c 
+ 00021854  0x00002b8a fetch  0x00000001 , 0x000045c3 
+ 00021855  0x00002b8b beq  0x000000ff , 0x00005578 
+ 00021856  0x00002b8c call  0x00005710 
+ 00021857  0x00002b8e copy  0x00000011 , 0x0000003f 
+ 00021858  0x00002b8f bbit1  0x00000005 , 0x00005582 
+ 00021859  0x00002b90 branch  0x00005589 
+ 00021860  0x00002b93 fetch  0x00000008 , 0x00004864 
+ 00021861  0x00002b94 bbit1  0x0000002c , 0x0000557e 
+ 00021862  0x00002b95 fetch  0x00000001 , 0x0000484c 
+ 00021863  0x00002b96 copy  0x0000003f , 0x00000013 
+ 00021864  0x00002b97 fetch  0x00000001 , 0x000045c3 
+ 00021865  0x00002b98 beq  0x000000ff , 0x00005574 
+ 00021866  0x00002b99 fetch  0x00000001 , 0x00004853 
+ 00021867  0x00002b9a nbranch  0x0000557b , 0x00000034 
+ 00021868  0x00002b9c call  0x00006b85 
+ 00021869  0x00002b9d fetcht  0x00000001 , 0x000045c3 
+ 00021870  0x00002b9e branch  0x0000557e , 0x00000001 
+ 00021871  0x00002b9f fetcht  0x00000001 , 0x000045c3 
+ 00021872  0x00002ba0 call  0x00006b96 
+ 00021873  0x00002ba1 fetcht  0x00000001 , 0x000045b8 
+ 00021874  0x00002ba2 fetch  0x00000001 , 0x0000484c 
+ 00021875  0x00002ba3 branch  0x0000573b 
+ 00021876  0x00002ba6 fetch  0x00000001 , 0x000045b8 
+ 00021877  0x00002ba7 call  0x0000575c 
+ 00021878  0x00002ba8 fetcht  0x00000001 , 0x000045b8 
+ 00021879  0x00002ba9 branch  0x00005747 
+ 00021880  0x00002bac fetcht  0x00000001 , 0x000045b8 
+ 00021881  0x00002bad call  0x0000547f 
+ 00021882  0x00002bae branch  0x00005561 
+ 00021883  0x00002bb1 jam  0x00000000 , 0x0000468a 
+ 00021884  0x00002bb2 jam  0x00000000 , 0x0000484c 
+ 00021885  0x00002bb3 rtn 
+ 00021886  0x00002bb6 fetch  0x00000001 , 0x0000484c 
+ 00021887  0x00002bb7 branch  0x0000573b 
+ 00021888  0x00002bba fetch  0x00000001 , 0x000045a3 
+ 00021889  0x00002bbb branch  0x00005589 , 0x00000034 
+ 00021890  0x00002bbd fetch  0x00000001 , 0x0000468a 
+ 00021891  0x00002bbe rtneq  0x00000001 
+ 00021892  0x00002bbf jam  0x00000001 , 0x0000468a 
+ 00021893  0x00002bc0 fetch  0x00000008 , 0x00004864 
+ 00021894  0x00002bc1 rtnbit1  0x00000028 
+ 00021895  0x00002bc2 rtnbit1  0x00000036 
+ 00021896  0x00002bc3 branch  0x000055e2 
+ 00021897  0x00002bc6 fetch  0x00000001 , 0x0000468a 
+ 00021898  0x00002bc7 rtneq  0x00000000 
+ 00021899  0x00002bc8 jam  0x00000000 , 0x0000468a 
+ 00021900  0x00002bc9 fetch  0x00000008 , 0x00004864 
+ 00021901  0x00002bca bbit1  0x00000028 , 0x00005590 
+ 00021902  0x00002bcb bbit1  0x00000036 , 0x00005590 
+ 00021903  0x00002bcc rtn 
+ 00021904  0x00002bce fetch  0x00000001 , 0x0000468b 
+ 00021905  0x00002bcf nbranch  0x00005594 , 0x00000034 
+ 00021906  0x00002bd0 fetch  0x00000001 , 0x00004855 
+ 00021907  0x00002bd1 ncall  0x000055e2 , 0x00000034 
+ 00021908  0x00002bd3 jam  0x00000000 , 0x0000468b 
+ 00021909  0x00002bd4 fetch  0x00000001 , 0x00004436 
+ 00021910  0x00002bd5 store  0x00000001 , 0x00004855 
+ 00021911  0x00002bd6 store  0x00000001 , 0x00004854 
+ 00021912  0x00002bd7 rtn 
+ 00021913  0x00002bdb fetch  0x00000008 , 0x00004864 
+ 00021914  0x00002bdc rtnbit0  0x0000003e 
+ 00021915  0x00002bdd fetch  0x00000001 , 0x0000489d 
+ 00021916  0x00002bde nbranch  0x000055a2 , 0x00000034 
+ 00021917  0x00002be0 fetch  0x00000001 , 0x000045ce 
+ 00021918  0x00002be1 call  0x00005759 
+ 00021919  0x00002be2 call  0x000055b2 
+ 00021920  0x00002be3 fetcht  0x00000001 , 0x000045ce 
+ 00021921  0x00002be4 branch  0x0000547f 
+ 00021922  0x00002be7 fetch  0x00000001 , 0x000045ce 
+ 00021923  0x00002be8 set0  0x00000007 , 0x0000003f 
+ 00021924  0x00002be9 store  0x00000001 , 0x000045ce 
+ 00021925  0x00002bea call  0x0000575c 
+ 00021926  0x00002beb jam  0x00000000 , 0x000048a1 
+ 00021927  0x00002bec fetcht  0x00000001 , 0x000045ce 
+ 00021928  0x00002bed fetch  0x00000001 , 0x0000489e 
+ 00021929  0x00002bee call  0x000055cb 
+ 00021930  0x00002bef call  0x000055b6 
+ 00021931  0x00002bf0 fetcht  0x00000001 , 0x000045ce 
+ 00021932  0x00002bf1 branch  0x0000547f 
+ 00021933  0x00002bf4 call  0x0000547f 
+ 00021934  0x00002bf5 fetch  0x00000001 , 0x0000489f 
+ 00021935  0x00002bf6 rtneq  0x00000001 
+ 00021936  0x00002bf7 jam  0x00000001 , 0x0000489f 
+ 00021937  0x00002bf8 branch  0x000055e2 
+ 00021938  0x00002bfb jam  0x00000000 , 0x000048a1 
+ 00021939  0x00002bfc fetcht  0x00000001 , 0x000045ce 
+ 00021940  0x00002bfd fetch  0x00000001 , 0x0000489e 
+ 00021941  0x00002bfe call  0x000055c1 
+ 00021942  0x00002c00 store  0x00000001 , 0x0000489e 
+ 00021943  0x00002c01 fetch  0x00000001 , 0x000048a0 
+ 00021944  0x00002c02 branch  0x000055bd , 0x00000034 
+ 00021945  0x00002c04 fetch  0x00000001 , 0x0000489f 
+ 00021946  0x00002c05 rtneq  0x00000001 
+ 00021947  0x00002c06 jam  0x00000001 , 0x0000489f 
+ 00021948  0x00002c07 branch  0x000055e2 
+ 00021949  0x00002c0a fetch  0x00000001 , 0x0000489f 
+ 00021950  0x00002c0b rtneq  0x00000000 
+ 00021951  0x00002c0c jam  0x00000000 , 0x0000489f 
+ 00021952  0x00002c0d rtn 
+ 00021953  0x00002c10 lshift  0x0000003f , 0x0000003f 
+ 00021954  0x00002c11 copy  0x0000003f , 0x00000012 
+ 00021955  0x00002c12 call  0x00006b85 
+ 00021956  0x00002c13 setflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00021957  0x00002c14 and  0x00000012 , 0x00000007 , 0x0000003f 
+ 00021958  0x00002c15 fetcht  0x00000001 , 0x000048a1 
+ 00021959  0x00002c16 copy  0x00000002 , 0x00000007 
+ 00021960  0x00002c17 beq  0x00000007 , 0x000055d6 
+ 00021961  0x00002c18 beq  0x00000000 , 0x000055d8 
+ 00021962  0x00002c19 rtn 
+ 00021963  0x00002c1c lshift  0x0000003f , 0x0000003f 
+ 00021964  0x00002c1d copy  0x0000003f , 0x00000012 
+ 00021965  0x00002c1e call  0x0000547b 
+ 00021966  0x00002c1f call  0x00006b85 
+ 00021967  0x00002c20 setflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00021968  0x00002c21 and  0x00000012 , 0x00000007 , 0x0000003f 
+ 00021969  0x00002c22 fetcht  0x00000001 , 0x000048a1 
+ 00021970  0x00002c23 copy  0x00000002 , 0x00000007 
+ 00021971  0x00002c24 beq  0x00000007 , 0x000055d6 
+ 00021972  0x00002c25 beq  0x00000000 , 0x000055d8 
+ 00021973  0x00002c26 rtn 
+ 00021974  0x00002c29 jam  0x00000001 , 0x000048a0 
+ 00021975  0x00002c2a rtn 
+ 00021976  0x00002c2c jam  0x00000000 , 0x000048a0 
+ 00021977  0x00002c2d rtn 
+ 00021978  0x00002c31 fetch  0x00000008 , 0x00004864 
+ 00021979  0x00002c32 rtnbit0  0x0000003e 
+ 00021980  0x00002c33 fetch  0x00000001 , 0x000045ce 
+ 00021981  0x00002c34 bbit1  0x00000007 , 0x000055e0 
+ 00021982  0x00002c36 jam  0x00000000 , 0x0000489d 
+ 00021983  0x00002c37 rtn 
+ 00021984  0x00002c39 jam  0x00000001 , 0x0000489d 
+ 00021985  0x00002c3a rtn 
+ 00021986  0x00002c3e bpatch  0x00000043 , 0x00004008 
+ 00021987  0x00002c3f call  0x000055ef 
+ 00021988  0x00002c40 rtn  0x00000028 
+ 00021989  0x00002c41 fetch  0x00000001 , 0x0000463f 
+ 00021990  0x00002c42 copy  0x0000003f , 0x00000002 
+ 00021991  0x00002c43 fetch  0x00000008 , 0x00004864 
+ 00021992  0x00002c44 bbit1  0x0000003e , 0x000055f8 
+ 00021993  0x00002c45 copy  0x00000002 , 0x0000003f 
+ 00021994  0x00002c46 increase  0x00000001 , 0x0000003f 
+ 00021995  0x00002c47 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00021996  0x00002c49 store  0x00000001 , 0x0000463f 
+ 00021997  0x00002c4a call  0x00005635 
+ 00021998  0x00002c4b branch  0x00005b8c 
+ 00021999  0x00002c4e disable  0x00000028 
+ 00022000  0x00002c4f fetch  0x00000008 , 0x00004864 
+ 00022001  0x00002c50 rtnbit1  0x0000002c 
+ 00022002  0x00002c51 rtnbit1  0x0000002e 
+ 00022003  0x00002c52 fetch  0x00000001 , 0x00004847 
+ 00022004  0x00002c53 rtn  0x00000034 
+ 00022005  0x00002c54 fetch  0x00000001 , 0x00004848 
+ 00022006  0x00002c55 rtn  0x00000034 
+ 00022007  0x00002c56 branch  0x000074c8 
+ 00022008  0x00002c59 fetch  0x00000001 , 0x000048a0 
+ 00022009  0x00002c5a nbranch  0x00005615 , 0x00000034 
+ 00022010  0x00002c5c fetch  0x00000008 , 0x00004864 
+ 00022011  0x00002c5d bbit1  0x0000001c , 0x00005609 
+ 00022012  0x00002c5e copy  0x00000002 , 0x0000003f 
+ 00022013  0x00002c5f rtneq  0x00000001 
+ 00022014  0x00002c61 beq  0x00000000 , 0x00005605 
+ 00022015  0x00002c62 beq  0x00000002 , 0x00005603 
+ 00022016  0x00002c63 rtn 
+ 00022017  0x00002c66 setarg  0x00000002 
+ 00022018  0x00002c67 branch  0x000055ec 
+ 00022019  0x00002c69 setarg  0x00000000 
+ 00022020  0x00002c6a branch  0x000055ec 
+ 00022021  0x00002c6c setarg  0x00000001 
+ 00022022  0x00002c6d branch  0x000055ec 
+ 00022023  0x00002c6f setarg  0x00000003 
+ 00022024  0x00002c70 branch  0x000055ec 
+ 00022025  0x00002c73 copy  0x00000002 , 0x0000003f 
+ 00022026  0x00002c74 rtneq  0x00000001 
+ 00022027  0x00002c75 beq  0x00000000 , 0x00005605 
+ 00022028  0x00002c76 beq  0x00000002 , 0x00005607 
+ 00022029  0x00002c77 beq  0x00000003 , 0x00005603 
+ 00022030  0x00002c78 rtn 
+ 00022031  0x00002c7a copy  0x00000002 , 0x0000003f 
+ 00022032  0x00002c7b rtneq  0x00000002 
+ 00022033  0x00002c7c beq  0x00000000 , 0x00005607 
+ 00022034  0x00002c7d beq  0x00000001 , 0x00005603 
+ 00022035  0x00002c7e beq  0x00000003 , 0x00005601 
+ 00022036  0x00002c7f rtn 
+ 00022037  0x00002c83 fetch  0x00000008 , 0x00004864 
+ 00022038  0x00002c84 bbit1  0x0000001c , 0x0000560f 
+ 00022039  0x00002c85 copy  0x00000002 , 0x0000003f 
+ 00022040  0x00002c86 rtneq  0x00000002 
+ 00022041  0x00002c88 beq  0x00000000 , 0x00005601 
+ 00022042  0x00002c89 beq  0x00000001 , 0x00005603 
+ 00022043  0x00002c8a rtn 
+ 00022044  0x00002c8e fetch  0x00000008 , 0x00004864 
+ 00022045  0x00002c8f bbit1  0x00000028 , 0x00005620 
+ 00022046  0x00002c90 bbit1  0x00000036 , 0x00005627 
+ 00022047  0x00002c91 rtn 
+ 00022048  0x00002c94 fetch  0x00000001 , 0x0000468a 
+ 00022049  0x00002c95 rtnne  0x00000001 
+ 00022050  0x00002c96 arg  0x00004855 , 0x00000013 
+ 00022051  0x00002c97 arg  0x00005625 , 0x00000012 
+ 00022052  0x00002c98 branch  0x00004dcc 
+ 00022053  0x00002c9b jam  0x00000001 , 0x0000468b 
+ 00022054  0x00002c9c branch  0x00005c52 
+ 00022055  0x00002c9f fetch  0x00000001 , 0x0000468a 
+ 00022056  0x00002ca0 rtnne  0x00000001 
+ 00022057  0x00002ca1 arg  0x00004854 , 0x00000013 
+ 00022058  0x00002ca2 arg  0x0000562c , 0x00000012 
+ 00022059  0x00002ca3 branch  0x00004dcc 
+ 00022060  0x00002ca6 jam  0x00000001 , 0x0000468b 
+ 00022061  0x00002ca7 branch  0x00005a3e 
+ 00022062  0x00002caa branch  0x00005638 
+ 00022063  0x00002cad fetch  0x00000008 , 0x00004864 
+ 00022064  0x00002cae rtnbit1  0x0000001c 
+ 00022065  0x00002caf fetch  0x00000001 , 0x0000463f 
+ 00022066  0x00002cb0 rtnne  0x00000003 
+ 00022067  0x00002cb1 jam  0x00000000 , 0x0000463f 
+ 00022068  0x00002cb2 rtn 
+ 00022069  0x00002cb5 bpatch  0x00000044 , 0x00004008 
+ 00022070  0x00002cb6 call  0x0000562f 
+ 00022071  0x00002cb7 call  0x00005ebd 
+ 00022072  0x00002cb9 fetch  0x00000001 , 0x000045d4 
+ 00022073  0x00002cba beq  0x00000003 , 0x0000565a 
+ 00022074  0x00002cbb beq  0x0000000b , 0x0000566e 
+ 00022075  0x00002cbc fetch  0x00000001 , 0x0000463f 
+ 00022076  0x00002cbd beq  0x00000000 , 0x00005642 
+ 00022077  0x00002cbe beq  0x00000001 , 0x00005640 
+ 00022078  0x00002cbf beq  0x00000002 , 0x00005644 
+ 00022079  0x00002cc0 beq  0x00000003 , 0x00005646 
+ 00022080  0x00002cc2 fetcht  0x00000001 , 0x0000467e 
+ 00022081  0x00002cc3 branch  0x00005647 
+ 00022082  0x00002cc5 fetcht  0x00000001 , 0x0000467d 
+ 00022083  0x00002cc6 branch  0x00005647 
+ 00022084  0x00002cc8 fetcht  0x00000001 , 0x0000467f 
+ 00022085  0x00002cc9 branch  0x00005647 
+ 00022086  0x00002ccb fetcht  0x00000001 , 0x00004680 
+ 00022087  0x00002ccd fetch  0x00000001 , 0x000045d4 
+ 00022088  0x00002cce beq  0x00000004 , 0x00005656 
+ 00022089  0x00002ccf beq  0x00000005 , 0x00005656 
+ 00022090  0x00002cd0 beq  0x00000008 , 0x00005658 
+ 00022091  0x00002cd1 beq  0x00000007 , 0x00005658 
+ 00022092  0x00002cd2 beq  0x00000006 , 0x00005656 
+ 00022093  0x00002cd4 storet  0x00000001 , 0x00004689 
+ 00022094  0x00002cd5 setarg  0x00000006 
+ 00022095  0x00002cd6 call  0x0000674e 
+ 00022096  0x00002cd7 and  0x0000003f , 0x000000f8 , 0x00000002 
+ 00022097  0x00002cd8 fetch  0x00000001 , 0x00004689 
+ 00022098  0x00002cd9 iadd  0x00000002 , 0x0000003f 
+ 00022099  0x00002cda lshift8  0x0000003f , 0x0000003f 
+ 00022100  0x00002cdb add  0x0000003f , 0x00000006 , 0x0000003f 
+ 00022101  0x00002cdc branch  0x0000674d 
+ 00022102  0x00002cdf increase  0xffffffff , 0x00000002 
+ 00022103  0x00002ce0 branch  0x0000564d 
+ 00022104  0x00002ce3 increase  0x00000002 , 0x00000002 
+ 00022105  0x00002ce4 branch  0x0000564d 
+ 00022106  0x00002ce7 fetch  0x00000001 , 0x0000463f 
+ 00022107  0x00002ce8 beq  0x00000000 , 0x00005661 
+ 00022108  0x00002ce9 beq  0x00000001 , 0x0000565f 
+ 00022109  0x00002cea beq  0x00000002 , 0x00005663 
+ 00022110  0x00002ceb beq  0x00000003 , 0x00005665 
+ 00022111  0x00002ced fetch  0x00000001 , 0x00004682 
+ 00022112  0x00002cee branch  0x00005666 
+ 00022113  0x00002cf0 fetch  0x00000001 , 0x00004681 
+ 00022114  0x00002cf1 branch  0x00005666 
+ 00022115  0x00002cf3 fetch  0x00000001 , 0x00004683 
+ 00022116  0x00002cf4 branch  0x00005666 
+ 00022117  0x00002cf6 fetch  0x00000001 , 0x00004684 
+ 00022118  0x00002cf8 store  0x00000001 , 0x00004689 
+ 00022119  0x00002cf9 lshift8  0x0000003f , 0x0000003f 
+ 00022120  0x00002cfa copy  0x0000003f , 0x00000011 
+ 00022121  0x00002cfb add  0x0000003f , 0x0000000d , 0x0000003f 
+ 00022122  0x00002cfc call  0x0000674d 
+ 00022123  0x00002cfd copy  0x00000011 , 0x0000003f 
+ 00022124  0x00002cfe add  0x0000003f , 0x0000000e , 0x0000003f 
+ 00022125  0x00002cff branch  0x0000674d 
+ 00022126  0x00002d02 fetch  0x00000001 , 0x0000463f 
+ 00022127  0x00002d03 beq  0x00000000 , 0x00005675 
+ 00022128  0x00002d04 beq  0x00000001 , 0x00005673 
+ 00022129  0x00002d05 beq  0x00000002 , 0x00005677 
+ 00022130  0x00002d06 beq  0x00000003 , 0x00005679 
+ 00022131  0x00002d08 fetch  0x00000001 , 0x00004686 
+ 00022132  0x00002d09 branch  0x00005666 
+ 00022133  0x00002d0c fetch  0x00000001 , 0x00004685 
+ 00022134  0x00002d0d branch  0x00005666 
+ 00022135  0x00002d10 fetch  0x00000001 , 0x00004687 
+ 00022136  0x00002d11 branch  0x00005666 
+ 00022137  0x00002d14 fetch  0x00000001 , 0x00004688 
+ 00022138  0x00002d15 branch  0x00005666 
+ 00022139  0x00002d1e call  0x00005766 
+ 00022140  0x00002d1f fetch  0x00000001 , 0x000048a8 
+ 00022141  0x00002d20 nbranch  0x0000577d , 0x00000034 
+ 00022142  0x00002d21 fetch  0x00000001 , 0x000048a3 
+ 00022143  0x00002d22 nbranch  0x0000577c , 0x00000034 
+ 00022144  0x00002d23 call  0x000056b9 
+ 00022145  0x00002d24 call  0x00005691 
+ 00022146  0x00002d25 call  0x0000538f 
+ 00022147  0x00002d26 call  0x0000568c 
+ 00022148  0x00002d27 copy  0x00000011 , 0x0000003f 
+ 00022149  0x00002d28 fetcht  0x00000001 , 0x00004580 
+ 00022150  0x00002d29 store  0x00000001 , 0x00004580 
+ 00022151  0x00002d2a store  0x00000001 , 0x00004578 
+ 00022152  0x00002d2b ixor  0x00000002 , 0x0000003f 
+ 00022153  0x00002d2c sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00022154  0x00002d2d rtn  0x00000005 
+ 00022155  0x00002d2e branch  0x000074c8 
+ 00022156  0x00002d31 rtnmark0  0x00000026 
+ 00022157  0x00002d32 copy  0x00000011 , 0x0000003f 
+ 00022158  0x00002d33 rtn  0x00000034 
+ 00022159  0x00002d34 store  0x00000001 , 0x00004578 
+ 00022160  0x00002d35 branch  0x000074c8 
+ 00022161  0x00002d38 jam  0x00000000 , 0x00004851 
+ 00022162  0x00002d39 jam  0x00000000 , 0x00004852 
+ 00022163  0x00002d3a jam  0x00000000 , 0x00004853 
+ 00022164  0x00002d3b copy  0x0000003f , 0x00000002 
+ 00022165  0x00002d3c call  0x000056a1 
+ 00022166  0x00002d3d call  0x000056a4 
+ 00022167  0x00002d3e call  0x000056a7 
+ 00022168  0x00002d3f call  0x000056aa 
+ 00022169  0x00002d40 fetch  0x00000001 , 0x00004852 
+ 00022170  0x00002d41 rtn  0x00000034 
+ 00022171  0x00002d42 fetch  0x00000001 , 0x00004851 
+ 00022172  0x00002d43 rtn  0x00000034 
+ 00022173  0x00002d44 jam  0x00000001 , 0x00004853 
+ 00022174  0x00002d45 fetch  0x00000001 , 0x00004580 
+ 00022175  0x00002d46 copy  0x0000003f , 0x00000011 
+ 00022176  0x00002d47 rtn 
+ 00022177  0x00002d4a and  0x00000002 , 0x00000009 , 0x0000003f 
+ 00022178  0x00002d4b beq  0x00000009 , 0x000056b2 
+ 00022179  0x00002d4c rtn 
+ 00022180  0x00002d4e and  0x00000002 , 0x00000014 , 0x0000003f 
+ 00022181  0x00002d4f beq  0x00000014 , 0x000056b2 
+ 00022182  0x00002d50 rtn 
+ 00022183  0x00002d52 and  0x00000002 , 0x00000018 , 0x0000003f 
+ 00022184  0x00002d53 beq  0x00000018 , 0x000056b0 
+ 00022185  0x00002d54 rtn 
+ 00022186  0x00002d57 and  0x00000002 , 0x00000007 , 0x0000003f 
+ 00022187  0x00002d58 beq  0x00000003 , 0x000056b0 
+ 00022188  0x00002d59 beq  0x00000005 , 0x000056b0 
+ 00022189  0x00002d5a beq  0x00000006 , 0x000056b0 
+ 00022190  0x00002d5b beq  0x00000007 , 0x000056b0 
+ 00022191  0x00002d5c rtn 
+ 00022192  0x00002d60 jam  0x00000001 , 0x00004852 
+ 00022193  0x00002d61 rtn 
+ 00022194  0x00002d64 jam  0x00000001 , 0x00004851 
+ 00022195  0x00002d65 rtn 
+ 00022196  0x00002d68 call  0x000056c6 
+ 00022197  0x00002d69 call  0x000056b9 
+ 00022198  0x00002d6a setarg  0x00000000 
+ 00022199  0x00002d6b store  0x00000003 , 0x00004847 
+ 00022200  0x00002d6c rtn 
+ 00022201  0x00002d6f bpatch  0x00000045 , 0x00004008 
+ 00022202  0x00002d70 fetch  0x00000001 , 0x00004899 
+ 00022203  0x00002d71 ncall  0x000056c6 , 0x00000034 
+ 00022204  0x00002d72 arg  0x00000000 , 0x00000011 
+ 00022205  0x00002d73 call  0x000056c9 
+ 00022206  0x00002d74 call  0x000056d2 
+ 00022207  0x00002d75 call  0x000056db 
+ 00022208  0x00002d76 call  0x000056e4 
+ 00022209  0x00002d77 call  0x00005700 
+ 00022210  0x00002d78 call  0x00005766 
+ 00022211  0x00002d79 call  0x0000571d 
+ 00022212  0x00002d7a copy  0x00000011 , 0x0000003f 
+ 00022213  0x00002d7b rtn 
+ 00022214  0x00002d7e setarg  0x00030303 
+ 00022215  0x00002d7f store  0x00000003 , 0x00004847 
+ 00022216  0x00002d80 rtn 
+ 00022217  0x00002d83 fetch  0x00000001 , 0x000045b3 
+ 00022218  0x00002d84 call  0x00005759 
+ 00022219  0x00002d85 jam  0x00000000 , 0x0000484f 
+ 00022220  0x00002d86 fetcht  0x00000001 , 0x000045b3 
+ 00022221  0x00002d87 fetch  0x00000001 , 0x00004847 
+ 00022222  0x00002d88 call  0x0000573b 
+ 00022223  0x00002d89 store  0x00000001 , 0x00004847 
+ 00022224  0x00002d8a fetcht  0x00000001 , 0x000045b3 
+ 00022225  0x00002d8b branch  0x0000547f 
+ 00022226  0x00002d8e fetch  0x00000001 , 0x000045b5 
+ 00022227  0x00002d8f call  0x00005759 
+ 00022228  0x00002d90 jam  0x00000001 , 0x0000484f 
+ 00022229  0x00002d91 fetcht  0x00000001 , 0x000045b5 
+ 00022230  0x00002d92 fetch  0x00000001 , 0x00004848 
+ 00022231  0x00002d93 call  0x0000573b 
+ 00022232  0x00002d94 store  0x00000001 , 0x00004848 
+ 00022233  0x00002d95 fetcht  0x00000001 , 0x000045b5 
+ 00022234  0x00002d96 branch  0x0000547f 
+ 00022235  0x00002d99 fetch  0x00000001 , 0x000045b4 
+ 00022236  0x00002d9a call  0x00005759 
+ 00022237  0x00002d9b jam  0x00000002 , 0x0000484f 
+ 00022238  0x00002d9c fetcht  0x00000001 , 0x000045b4 
+ 00022239  0x00002d9d fetch  0x00000001 , 0x00004849 
+ 00022240  0x00002d9e call  0x0000573b 
+ 00022241  0x00002d9f store  0x00000001 , 0x00004849 
+ 00022242  0x00002da0 fetcht  0x00000001 , 0x000045b4 
+ 00022243  0x00002da1 branch  0x0000547f 
+ 00022244  0x00002da4 fetch  0x00000001 , 0x000045b6 
+ 00022245  0x00002da5 rtneq  0x000000ff 
+ 00022246  0x00002da6 jam  0x00000003 , 0x0000484f 
+ 00022247  0x00002da7 fetch  0x00000001 , 0x0000484a 
+ 00022248  0x00002da8 copy  0x0000003f , 0x00000013 
+ 00022249  0x00002da9 fetcht  0x00000001 , 0x000045b6 
+ 00022250  0x00002daa fetch  0x00000001 , 0x000045c3 
+ 00022251  0x00002dab beq  0x000000ff , 0x000056f9 
+ 00022252  0x00002dac call  0x00006b85 
+ 00022253  0x00002dad branch  0x000056f5 , 0x00000001 
+ 00022254  0x00002dae fetcht  0x00000001 , 0x000045c3 
+ 00022255  0x00002daf call  0x00006b96 
+ 00022256  0x00002db0 fetcht  0x00000001 , 0x000045b6 
+ 00022257  0x00002db1 fetch  0x00000001 , 0x0000484a 
+ 00022258  0x00002db2 call  0x0000573b 
+ 00022259  0x00002db4 store  0x00000001 , 0x0000484a 
+ 00022260  0x00002db5 branch  0x00005710 
+ 00022261  0x00002db8 fetcht  0x00000001 , 0x000045c3 
+ 00022262  0x00002db9 fetch  0x00000001 , 0x0000484a 
+ 00022263  0x00002dba call  0x0000573b 
+ 00022264  0x00002dbb branch  0x000056f3 
+ 00022265  0x00002dbe fetch  0x00000001 , 0x000045b6 
+ 00022266  0x00002dbf call  0x0000575c 
+ 00022267  0x00002dc0 fetcht  0x00000001 , 0x000045b6 
+ 00022268  0x00002dc1 call  0x00005747 
+ 00022269  0x00002dc2 store  0x00000001 , 0x0000484a 
+ 00022270  0x00002dc3 fetcht  0x00000001 , 0x000045b6 
+ 00022271  0x00002dc4 branch  0x0000547f 
+ 00022272  0x00002dc8 fetch  0x00000001 , 0x000045b7 
+ 00022273  0x00002dc9 rtneq  0x000000ff 
+ 00022274  0x00002dca jam  0x00000004 , 0x0000484f 
+ 00022275  0x00002dcb fetch  0x00000001 , 0x0000484b 
+ 00022276  0x00002dcc copy  0x0000003f , 0x00000013 
+ 00022277  0x00002dcd fetcht  0x00000001 , 0x000045b7 
+ 00022278  0x00002dce fetch  0x00000001 , 0x000045c3 
+ 00022279  0x00002dcf beq  0x000000ff , 0x00005716 
+ 00022280  0x00002dd0 call  0x00006b85 
+ 00022281  0x00002dd1 branch  0x00005712 , 0x00000001 
+ 00022282  0x00002dd2 fetcht  0x00000001 , 0x000045c3 
+ 00022283  0x00002dd3 call  0x00006b96 
+ 00022284  0x00002dd4 fetcht  0x00000001 , 0x000045b7 
+ 00022285  0x00002dd5 fetch  0x00000001 , 0x0000484b 
+ 00022286  0x00002dd6 call  0x0000573b 
+ 00022287  0x00002dd8 store  0x00000001 , 0x0000484b 
+ 00022288  0x00002dda fetcht  0x00000001 , 0x000045c3 
+ 00022289  0x00002ddb branch  0x0000547f 
+ 00022290  0x00002dde fetcht  0x00000001 , 0x000045c3 
+ 00022291  0x00002ddf fetch  0x00000001 , 0x0000484b 
+ 00022292  0x00002de0 call  0x0000573b 
+ 00022293  0x00002de1 branch  0x0000570f 
+ 00022294  0x00002de4 fetch  0x00000001 , 0x000045b7 
+ 00022295  0x00002de5 call  0x0000575c 
+ 00022296  0x00002de6 fetcht  0x00000001 , 0x000045b7 
+ 00022297  0x00002de7 call  0x00005747 
+ 00022298  0x00002de8 store  0x00000001 , 0x0000484b 
+ 00022299  0x00002de9 fetcht  0x00000001 , 0x000045b7 
+ 00022300  0x00002dea branch  0x0000547f 
+ 00022301  0x00002ded jam  0x00000000 , 0x00004844 
+ 00022302  0x00002dee fetch  0x00000008 , 0x00004864 
+ 00022303  0x00002def rtnbit0  0x00000015 
+ 00022304  0x00002df0 fetch  0x00000001 , 0x000045c5 
+ 00022305  0x00002df1 rtneq  0x000000ff 
+ 00022306  0x00002df2 jam  0x00000007 , 0x0000484f 
+ 00022307  0x00002df3 fetcht  0x00000001 , 0x000045c5 
+ 00022308  0x00002df4 fetch  0x00000001 , 0x0000484e 
+ 00022309  0x00002df5 call  0x0000573b 
+ 00022310  0x00002df6 store  0x00000001 , 0x0000484e 
+ 00022311  0x00002df7 copy  0x00000011 , 0x0000003f 
+ 00022312  0x00002df8 bbit1  0x00000007 , 0x0000572d 
+ 00022313  0x00002df9 call  0x00005730 
+ 00022314  0x00002dfb fetch  0x00000001 , 0x00004845 
+ 00022315  0x00002dfc store  0x00000001 , 0x00004846 
+ 00022316  0x00002dfd rtn 
+ 00022317  0x00002e00 jam  0x00000001 , 0x00004845 
+ 00022318  0x00002e01 call  0x00005733 
+ 00022319  0x00002e02 branch  0x0000572a 
+ 00022320  0x00002e05 jam  0x00000000 , 0x00004845 
+ 00022321  0x00002e06 fetch  0x00000001 , 0x00004846 
+ 00022322  0x00002e07 rtn  0x00000034 
+ 00022323  0x00002e09 jam  0x00000001 , 0x00004844 
+ 00022324  0x00002e0a rtn 
+ 00022325  0x00002e0d call  0x00006b85 
+ 00022326  0x00002e0e fetcht  0x00000001 , 0x0000484f 
+ 00022327  0x00002e0f copy  0x00000002 , 0x00000007 
+ 00022328  0x00002e10 branch  0x00005745 , 0x00000001 
+ 00022329  0x00002e12 qset0  0x00000011 
+ 00022330  0x00002e13 rtn 
+ 00022331  0x00002e16 lshift  0x0000003f , 0x0000003f 
+ 00022332  0x00002e17 copy  0x0000003f , 0x00000012 
+ 00022333  0x00002e18 call  0x00006b85 
+ 00022334  0x00002e19 setflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00022335  0x00002e1b and  0x00000012 , 0x00000007 , 0x0000003f 
+ 00022336  0x00002e1d fetcht  0x00000001 , 0x0000484f 
+ 00022337  0x00002e1e copy  0x00000002 , 0x00000007 
+ 00022338  0x00002e1f beq  0x00000007 , 0x00005745 
+ 00022339  0x00002e20 beq  0x00000000 , 0x00005739 
+ 00022340  0x00002e21 rtn 
+ 00022341  0x00002e24 qset1  0x00000011 
+ 00022342  0x00002e25 rtn 
+ 00022343  0x00002e28 bpatch  0x00000046 , 0x00004008 
+ 00022344  0x00002e29 copy  0x00000013 , 0x0000003f 
+ 00022345  0x00002e2a store  0x00000001 , 0x00004850 
+ 00022346  0x00002e2b lshift  0x0000003f , 0x0000003f 
+ 00022347  0x00002e2c copy  0x0000003f , 0x00000012 
+ 00022348  0x00002e2d copy  0x00000002 , 0x00000013 
+ 00022349  0x00002e2e call  0x0000547b 
+ 00022350  0x00002e2f copy  0x00000013 , 0x00000002 
+ 00022351  0x00002e30 call  0x00006b85 
+ 00022352  0x00002e31 nsetflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00022353  0x00002e32 call  0x00005753 
+ 00022354  0x00002e33 branch  0x00005740 
+ 00022355  0x00002e36 fetcht  0x00000001 , 0x00004850 
+ 00022356  0x00002e37 and_into  0x00000001 , 0x00000002 
+ 00022357  0x00002e38 and  0x00000012 , 0x00000001 , 0x0000003f 
+ 00022358  0x00002e39 isub  0x00000002 , 0x0000003e 
+ 00022359  0x00002e3a nbranch  0x0000590d , 0x00000005 
+ 00022360  0x00002e3b rtn 
+ 00022361  0x00002e40 rtneq  0x000000ff 
+ 00022362  0x00002e41 arg  0x0000003f , 0x00000002 
+ 00022363  0x00002e42 branch  0x00006bbd 
+ 00022364  0x00002e46 rtneq  0x000000ff 
+ 00022365  0x00002e47 arg  0x0000003e , 0x00000002 
+ 00022366  0x00002e48 branch  0x00006bbd 
+ 00022367  0x00002e4d fetch  0x00000001 , 0x000045cf 
+ 00022368  0x00002e4e rtneq  0x000000ff 
+ 00022369  0x00002e4f bbit1  0x00000007 , 0x00005764 
+ 00022370  0x00002e51 jam  0x00000000 , 0x000048a2 
+ 00022371  0x00002e52 rtn 
+ 00022372  0x00002e54 jam  0x00000001 , 0x000048a2 
+ 00022373  0x00002e55 rtn 
+ 00022374  0x00002e58 arg  0x00000000 , 0x00000012 
+ 00022375  0x00002e59 fetch  0x00000001 , 0x000045cf 
+ 00022376  0x00002e5a rtneq  0x000000ff 
+ 00022377  0x00002e5b fetch  0x00000001 , 0x000048a2 
+ 00022378  0x00002e5c nbranch  0x00005773 , 0x00000034 
+ 00022379  0x00002e5e fetcht  0x00000001 , 0x000045cf 
+ 00022380  0x00002e5f call  0x0000547f 
+ 00022381  0x00002e60 fetcht  0x00000001 , 0x000045cf 
+ 00022382  0x00002e61 call  0x00006b85 
+ 00022383  0x00002e62 setflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00022384  0x00002e64 copy  0x00000012 , 0x0000003f 
+ 00022385  0x00002e65 store  0x00000001 , 0x000048a8 
+ 00022386  0x00002e66 rtn 
+ 00022387  0x00002e69 fetch  0x00000001 , 0x000045cf 
+ 00022388  0x00002e6a set0  0x00000007 , 0x0000003f 
+ 00022389  0x00002e6b store  0x00000001 , 0x000045cf 
+ 00022390  0x00002e6c fetcht  0x00000001 , 0x000045cf 
+ 00022391  0x00002e6d call  0x0000547b 
+ 00022392  0x00002e6e fetcht  0x00000001 , 0x000045cf 
+ 00022393  0x00002e6f call  0x00006b85 
+ 00022394  0x00002e70 nsetflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00022395  0x00002e71 branch  0x00005770 
+ 00022396  0x00002e74 beq  0x00000004 , 0x00005795 
+ 00022397  0x00002e76 call  0x00005798 
+ 00022398  0x00002e77 fetch  0x00000004 , 0x000048a4 
+ 00022399  0x00002e78 arg  0x000000a0 , 0x00000002 
+ 00022400  0x00002e79 iadd  0x00000002 , 0x00000002 
+ 00022401  0x00002e7a copy  0x00000022 , 0x0000003f 
+ 00022402  0x00002e7b isub  0x00000002 , 0x0000003e 
+ 00022403  0x00002e7c nrtn  0x00000002 
+ 00022404  0x00002e7d store  0x00000004 , 0x000048a4 
+ 00022405  0x00002e7e fetch  0x00000001 , 0x000048a3 
+ 00022406  0x00002e7f beq  0x00000000 , 0x0000578b 
+ 00022407  0x00002e80 beq  0x00000001 , 0x0000578e 
+ 00022408  0x00002e81 beq  0x00000002 , 0x00005791 
+ 00022409  0x00002e82 beq  0x00000003 , 0x00005793 
+ 00022410  0x00002e83 rtn 
+ 00022411  0x00002e86 jam  0x00000001 , 0x000048a3 
+ 00022412  0x00002e88 jam  0x00000001 , 0x00004578 
+ 00022413  0x00002e89 branch  0x000074c8 
+ 00022414  0x00002e8c jam  0x00000002 , 0x000048a3 
+ 00022415  0x00002e8e jam  0x00000000 , 0x00004578 
+ 00022416  0x00002e8f branch  0x000074c8 
+ 00022417  0x00002e92 jam  0x00000003 , 0x000048a3 
+ 00022418  0x00002e93 branch  0x0000578c 
+ 00022419  0x00002e96 jam  0x00000000 , 0x000048a3 
+ 00022420  0x00002e97 branch  0x0000578f 
+ 00022421  0x00002e9a jam  0x00000000 , 0x000048a3 
+ 00022422  0x00002e9b jam  0x00000000 , 0x00004578 
+ 00022423  0x00002e9c rtn 
+ 00022424  0x00002e9f fetcht  0x00000004 , 0x000048a4 
+ 00022425  0x00002ea0 copy  0x00000022 , 0x0000003f 
+ 00022426  0x00002ea1 isub  0x00000002 , 0x0000003e 
+ 00022427  0x00002ea2 ncall  0x0000579d , 0x00000002 
+ 00022428  0x00002ea3 rtn 
+ 00022429  0x00002ea5 setarg  0x00000000 
+ 00022430  0x00002ea6 store  0x00000004 , 0x000048a4 
+ 00022431  0x00002ea7 rtn 
+ 00022432  0x00002eae bpatch  0x00000047 , 0x00004008 
+ 00022433  0x00002eaf call  0x00005490 
+ 00022434  0x00002eb0 rtn  0x0000002b 
+ 00022435  0x00002eb2 call  0x00005838 
+ 00022436  0x00002eb4 bpatch  0x00000048 , 0x00004009 
+ 00022437  0x00002eb5 call  0x000057af 
+ 00022438  0x00002eb6 beq  0x00000030 , 0x000057b6 
+ 00022439  0x00002eb7 beq  0x00000031 , 0x00005817 
+ 00022440  0x00002eb8 beq  0x00000058 , 0x00005820 
+ 00022441  0x00002eb9 call  0x000057ac 
+ 00022442  0x00002eba nop  0x00001af4 
+ 00022443  0x00002ebb branch  0x000057a4 
+ 00022444  0x00002ebd fetcht  0x00000001 , 0x000045bb 
+ 00022445  0x00002ebe call  0x00006735 
+ 00022446  0x00002ebf branch  0x00005495 
+ 00022447  0x00002ec2 setarg  0x00000001 
+ 00022448  0x00002ec3 call  0x0000674e 
+ 00022449  0x00002ec4 store  0x00000001 , 0x0000466f 
+ 00022450  0x00002ec5 setarg  0x00000000 
+ 00022451  0x00002ec6 call  0x0000674e 
+ 00022452  0x00002ec7 store  0x00000001 , 0x0000466e 
+ 00022453  0x00002ec8 rtn 
+ 00022454  0x00002ecb fetch  0x00000001 , 0x0000466f 
+ 00022455  0x00002ecc beq  0x0000005a , 0x000057bf 
+ 00022456  0x00002ecd beq  0x000000d8 , 0x000057c5 
+ 00022457  0x00002ece beq  0x000000d1 , 0x000057d4 
+ 00022458  0x00002ecf beq  0x000000d2 , 0x000057dd 
+ 00022459  0x00002ed0 beq  0x00000002 , 0x000057e4 
+ 00022460  0x00002ed1 beq  0x00000054 , 0x000057ed 
+ 00022461  0x00002ed2 beq  0x00000050 , 0x00005814 
+ 00022462  0x00002ed3 branch  0x000057a4 
+ 00022463  0x00002ed6 jam  0x00000005 , 0x000045d4 
+ 00022464  0x00002ed7 call  0x0000582b 
+ 00022465  0x00002ed8 call  0x000073d8 
+ 00022466  0x00002ed9 arg  0x000046e6 , 0x00000013 
+ 00022467  0x00002eda call  0x000057e6 
+ 00022468  0x00002edb branch  0x0000562e 
+ 00022469  0x00002ede setarg  0x00000016 
+ 00022470  0x00002edf call  0x0000674e 
+ 00022471  0x00002ee0 sub  0x0000003f , 0x000000bd , 0x0000003e 
+ 00022472  0x00002ee1 nbranch  0x000057a0 , 0x00000005 
+ 00022473  0x00002ee2 setarg  0x00000019 
+ 00022474  0x00002ee3 call  0x0000674e 
+ 00022475  0x00002ee4 sub  0x0000003f , 0x00000055 , 0x0000003e 
+ 00022476  0x00002ee5 nbranch  0x000057a0 , 0x00000005 
+ 00022477  0x00002ee6 setarg  0x0000001b 
+ 00022478  0x00002ee7 call  0x0000674e 
+ 00022479  0x00002ee8 sub  0x0000003f , 0x0000001d , 0x0000003e 
+ 00022480  0x00002ee9 nbranch  0x000057a0 , 0x00000005 
+ 00022481  0x00002eea jam  0x00000006 , 0x000045d4 
+ 00022482  0x00002eeb arg  0x0000472a , 0x00000013 
+ 00022483  0x00002eec branch  0x000057e6 
+ 00022484  0x00002eef jam  0x00000000 , 0x000045d4 
+ 00022485  0x00002ef0 arg  0x000046a0 , 0x00000013 
+ 00022486  0x00002ef1 call  0x000057e6 
+ 00022487  0x00002ef2 arg  0x000046aa , 0x00000013 
+ 00022488  0x00002ef3 call  0x000057e6 
+ 00022489  0x00002ef4 setarg  0x00000943 
+ 00022490  0x00002ef5 call  0x0000674d 
+ 00022491  0x00002ef6 arg  0x000046c4 , 0x00000013 
+ 00022492  0x00002ef7 branch  0x000057e6 
+ 00022493  0x00002efa jam  0x00000002 , 0x000045d4 
+ 00022494  0x00002efb arg  0x00004696 , 0x00000013 
+ 00022495  0x00002efc call  0x000057e6 
+ 00022496  0x00002efd arg  0x000046aa , 0x00000013 
+ 00022497  0x00002efe call  0x000057e6 
+ 00022498  0x00002eff arg  0x000046c4 , 0x00000013 
+ 00022499  0x00002f00 branch  0x000057e6 
+ 00022500  0x00002f03 jam  0x00000003 , 0x000045d4 
+ 00022501  0x00002f04 arg  0x0000468c , 0x00000013 
+ 00022502  0x00002f06 ifetch  0x00000002 , 0x00000013 
+ 00022503  0x00002f07 arg  0x0000ffff , 0x00000002 
+ 00022504  0x00002f08 isub  0x00000002 , 0x0000003e 
+ 00022505  0x00002f09 rtn  0x00000005 
+ 00022506  0x00002f0a call  0x0000674d 
+ 00022507  0x00002f0b increase  0x00000002 , 0x00000013 
+ 00022508  0x00002f0c branch  0x000057e6 
+ 00022509  0x00002f0f call  0x00005829 
+ 00022510  0x00002f10 setarg  0x00009a5b 
+ 00022511  0x00002f11 call  0x0000674d 
+ 00022512  0x00002f12 setarg  0x0000000d 
+ 00022513  0x00002f13 call  0x0000674e 
+ 00022514  0x00002f14 sub  0x0000003f , 0x00000012 , 0x0000003e 
+ 00022515  0x00002f15 branch  0x00005801 , 0x00000005 
+ 00022516  0x00002f16 sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00022517  0x00002f17 nbranch  0x00005804 , 0x00000005 
+ 00022518  0x00002f18 setarg  0x0000000e 
+ 00022519  0x00002f19 call  0x0000674e 
+ 00022520  0x00002f1a sub  0x0000003f , 0x000000e5 , 0x0000003e 
+ 00022521  0x00002f1b nbranch  0x000057a4 , 0x00000005 
+ 00022522  0x00002f1c setarg  0x00000010 
+ 00022523  0x00002f1d call  0x0000674e 
+ 00022524  0x00002f1e sub  0x0000003f , 0x000000a5 , 0x0000003e 
+ 00022525  0x00002f1f branch  0x00005801 , 0x00000005 
+ 00022526  0x00002f20 call  0x00005811 
+ 00022527  0x00002f22 jam  0x00000008 , 0x000045d4 
+ 00022528  0x00002f23 rtn 
+ 00022529  0x00002f25 jam  0x00000009 , 0x000045d4 
+ 00022530  0x00002f26 arg  0x0000470c , 0x00000013 
+ 00022531  0x00002f27 branch  0x000057e6 
+ 00022532  0x00002f29 sub  0x0000003f , 0x00000010 , 0x0000003e 
+ 00022533  0x00002f2a nbranch  0x000057a4 , 0x00000005 
+ 00022534  0x00002f2b setarg  0x0000000e 
+ 00022535  0x00002f2c call  0x0000674e 
+ 00022536  0x00002f2d sub  0x0000003f , 0x000000c5 , 0x0000003e 
+ 00022537  0x00002f2e nbranch  0x000057a4 , 0x00000005 
+ 00022538  0x00002f2f setarg  0x00000010 
+ 00022539  0x00002f30 call  0x0000674e 
+ 00022540  0x00002f31 sub  0x0000003f , 0x00000038 , 0x0000003e 
+ 00022541  0x00002f32 nbranch  0x000057a4 , 0x00000005 
+ 00022542  0x00002f34 call  0x00005811 
+ 00022543  0x00002f35 jam  0x0000000a , 0x000045d4 
+ 00022544  0x00002f36 rtn 
+ 00022545  0x00002f38 setarg  0x0000005b 
+ 00022546  0x00002f39 call  0x0000674d 
+ 00022547  0x00002f3a branch  0x00005827 
+ 00022548  0x00002f3d jam  0x00000007 , 0x000045d4 
+ 00022549  0x00002f3e arg  0x0000474a , 0x00000013 
+ 00022550  0x00002f3f branch  0x000057e6 
+ 00022551  0x00002f42 call  0x00005838 
+ 00022552  0x00002f43 fetch  0x00000001 , 0x0000466f 
+ 00022553  0x00002f44 beq  0x00000070 , 0x0000581e 
+ 00022554  0x00002f45 beq  0x00000000 , 0x0000581c 
+ 00022555  0x00002f46 branch  0x000057a4 
+ 00022556  0x00002f49 jam  0x00000001 , 0x000045d4 
+ 00022557  0x00002f4a rtn 
+ 00022558  0x00002f4d jam  0x00000004 , 0x000045d4 
+ 00022559  0x00002f4e rtn 
+ 00022560  0x00002f51 call  0x00005838 
+ 00022561  0x00002f52 fetch  0x00000001 , 0x0000466f 
+ 00022562  0x00002f53 beq  0x00000059 , 0x00005824 
+ 00022563  0x00002f54 branch  0x000057b6 
+ 00022564  0x00002f56 jam  0x0000000b , 0x000045d4 
+ 00022565  0x00002f57 arg  0x0000473a , 0x00000013 
+ 00022566  0x00002f58 branch  0x000057e6 
+ 00022567  0x00002f5b setarg  0x00000009 
+ 00022568  0x00002f5c branch  0x0000674d 
+ 00022569  0x00002f5e setarg  0x00005a09 
+ 00022570  0x00002f5f branch  0x0000674d 
+ 00022571  0x00002f62 arg  0x00008006 , 0x00000002 
+ 00022572  0x00002f63 fetch  0x00000001 , 0x000045d4 
+ 00022573  0x00002f64 bne  0x0000000b , 0x0000582f 
+ 00022574  0x00002f65 arg  0x00009706 , 0x00000002 
+ 00022575  0x00002f67 copy  0x00000002 , 0x0000003f 
+ 00022576  0x00002f68 call  0x0000674d 
+ 00022577  0x00002f69 nop  0x00002ee0 
+ 00022578  0x00002f6a rtn 
+ 00022579  0x00002f6d arg  0x00004756 , 0x00000013 
+ 00022580  0x00002f6e fetch  0x00000001 , 0x000045d4 
+ 00022581  0x00002f6f rtnne  0x0000000b 
+ 00022582  0x00002f70 arg  0x0000475e , 0x00000013 
+ 00022583  0x00002f71 rtn 
+ 00022584  0x00002f74 bpatch  0x00000049 , 0x00004009 
+ 00022585  0x00002f75 call  0x00005490 
+ 00022586  0x00002f76 call  0x0000582b 
+ 00022587  0x00002f77 call  0x00005833 
+ 00022588  0x00002f78 call  0x000057e6 
+ 00022589  0x00002f79 branch  0x0000562e 
+ 00022590  0x00002f7c bpatch  0x0000004a , 0x00004009 
+ 00022591  0x00002f7d call  0x000057a0 
+ 00022592  0x00002f7e call  0x00005490 
+ 00022593  0x00002f7f arg  0x00000806 , 0x00000002 
+ 00022594  0x00002f80 fetch  0x00000001 , 0x000045d4 
+ 00022595  0x00002f81 bne  0x0000000b , 0x00005845 
+ 00022596  0x00002f82 arg  0x00001f06 , 0x00000002 
+ 00022597  0x00002f84 copy  0x00000002 , 0x0000003f 
+ 00022598  0x00002f85 branch  0x0000674d 
+ 00022599  0x00002f8e fetch  0x00000001 , 0x000043d2 
+ 00022600  0x00002f8f rtnne  0x00000000 
+ 00022601  0x00002f90 fetch  0x00000001 , 0x000045d4 
+ 00022602  0x00002f91 beq  0x00000000 , 0x00005853 
+ 00022603  0x00002f92 beq  0x00000001 , 0x00005853 
+ 00022604  0x00002f93 beq  0x00000008 , 0x00005853 
+ 00022605  0x00002f94 beq  0x00000002 , 0x00005853 
+ 00022606  0x00002f95 beq  0x00000003 , 0x00005877 
+ 00022607  0x00002f96 beq  0x00000004 , 0x00005853 
+ 00022608  0x00002f97 beq  0x00000006 , 0x0000589c 
+ 00022609  0x00002f98 beq  0x0000000b , 0x00005895 
+ 00022610  0x00002f99 branch  0x00005853 
+ 00022611  0x00002f9d call  0x000058be 
+ 00022612  0x00002f9e disable  0x00000028 
+ 00022613  0x00002f9f fetch  0x00000001 , 0x000045c6 
+ 00022614  0x00002fa0 beq  0x000000ff , 0x0000585a 
+ 00022615  0x00002fa1 fetcht  0x00000001 , 0x000045c6 
+ 00022616  0x00002fa2 call  0x00006b85 
+ 00022617  0x00002fa3 nrtn  0x00000001 
+ 00022618  0x00002fa5 setarg  0x00000000 
+ 00022619  0x00002fa6 call  0x0000674e 
+ 00022620  0x00002fa7 bne  0x00000030 , 0x0000586d 
+ 00022621  0x00002fa9 setarg  0x00000002 
+ 00022622  0x00002faa call  0x0000674e 
+ 00022623  0x00002fab rtnbit0  0x00000007 
+ 00022624  0x00002fac call  0x000058d5 
+ 00022625  0x00002fad fetch  0x00000001 , 0x00004579 
+ 00022626  0x00002fae call  0x000058cd 
+ 00022627  0x00002faf store  0x00000002 , 0x00004579 
+ 00022628  0x00002fb0 fetch  0x00000001 , 0x0000457b 
+ 00022629  0x00002fb1 call  0x000058cd 
+ 00022630  0x00002fb2 store  0x00000002 , 0x0000457b 
+ 00022631  0x00002fb3 fetch  0x00000001 , 0x000045d5 
+ 00022632  0x00002fb4 beq  0x00000000 , 0x0000586f 
+ 00022633  0x00002fb5 beq  0x00000001 , 0x00005871 
+ 00022634  0x00002fb6 beq  0x00000002 , 0x00005873 
+ 00022635  0x00002fb7 beq  0x00000003 , 0x00005875 
+ 00022636  0x00002fb8 rtn 
+ 00022637  0x00002fbb beq  0x00000031 , 0x0000585d 
+ 00022638  0x00002fbc branch  0x000057ac 
+ 00022639  0x00002fbf call  0x000058a7 
+ 00022640  0x00002fc0 branch  0x000058dc 
+ 00022641  0x00002fc2 call  0x000058af 
+ 00022642  0x00002fc3 branch  0x000058dc 
+ 00022643  0x00002fc5 call  0x000058ab 
+ 00022644  0x00002fc6 branch  0x000058dc 
+ 00022645  0x00002fc8 call  0x000058b7 
+ 00022646  0x00002fc9 branch  0x000058dc 
+ 00022647  0x00002fce call  0x000058be 
+ 00022648  0x00002fcf fetch  0x00000001 , 0x000045c6 
+ 00022649  0x00002fd0 beq  0x000000ff , 0x0000587d 
+ 00022650  0x00002fd1 fetcht  0x00000001 , 0x000045c6 
+ 00022651  0x00002fd2 call  0x00006b85 
+ 00022652  0x00002fd3 nrtn  0x00000001 
+ 00022653  0x00002fd5 setarg  0x00000000 
+ 00022654  0x00002fd6 call  0x0000674e 
+ 00022655  0x00002fd7 bne  0x00000030 , 0x000057ac 
+ 00022656  0x00002fd9 setarg  0x00000002 
+ 00022657  0x00002fda call  0x0000674e 
+ 00022658  0x00002fdb rtnbit0  0x00000007 
+ 00022659  0x00002fdc call  0x000058d5 
+ 00022660  0x00002fdd call  0x00005893 
+ 00022661  0x00002fde store  0x00000001 , 0x0000457f 
+ 00022662  0x00002fdf rshift4  0x0000003f , 0x0000003f 
+ 00022663  0x00002fe0 call  0x000058d1 
+ 00022664  0x00002fe1 store  0x00000001 , 0x0000457a 
+ 00022665  0x00002fe2 fetch  0x00000001 , 0x0000457f 
+ 00022666  0x00002fe3 and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00022667  0x00002fe4 call  0x000058d1 
+ 00022668  0x00002fe5 store  0x00000001 , 0x0000457c 
+ 00022669  0x00002fe6 fetch  0x00000001 , 0x000045d5 
+ 00022670  0x00002fe7 beq  0x00000000 , 0x000058a7 
+ 00022671  0x00002fe8 beq  0x00000001 , 0x000058af 
+ 00022672  0x00002fe9 beq  0x00000002 , 0x000058ab 
+ 00022673  0x00002fea beq  0x00000003 , 0x000058b7 
+ 00022674  0x00002feb rtn 
+ 00022675  0x00002fee setarg  0x00000012 
+ 00022676  0x00002fef branch  0x0000674e 
+ 00022677  0x00002ff2 call  0x000058be 
+ 00022678  0x00002ff3 fetch  0x00000001 , 0x000045c6 
+ 00022679  0x00002ff4 beq  0x000000ff , 0x0000589b 
+ 00022680  0x00002ff5 fetcht  0x00000001 , 0x000045c6 
+ 00022681  0x00002ff6 call  0x00006b85 
+ 00022682  0x00002ff7 nrtn  0x00000001 
+ 00022683  0x00002ff9 branch  0x00005880 
+ 00022684  0x00002ffd call  0x000058be 
+ 00022685  0x00002ffe disable  0x00000028 
+ 00022686  0x00002fff setarg  0x00000002 
+ 00022687  0x00003000 call  0x0000674e 
+ 00022688  0x00003001 rtnbit0  0x00000007 
+ 00022689  0x00003002 setarg  0x00000008 
+ 00022690  0x00003003 call  0x0000674e 
+ 00022691  0x00003004 branch  0x00005860 , 0x00000034 
+ 00022692  0x00003005 setarg  0x00000000 
+ 00022693  0x00003006 store  0x00000006 , 0x00004579 
+ 00022694  0x00003007 rtn 
+ 00022695  0x0000300a fetch  0x00000002 , 0x00004579 
+ 00022696  0x0000300b sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00022697  0x0000300c store  0x00000002 , 0x00004579 
+ 00022698  0x0000300d branch  0x000074c8 
+ 00022699  0x0000300f fetch  0x00000002 , 0x0000457b 
+ 00022700  0x00003010 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00022701  0x00003011 store  0x00000002 , 0x0000457b 
+ 00022702  0x00003012 branch  0x000074c8 
+ 00022703  0x00003014 fetch  0x00000002 , 0x0000457b 
+ 00022704  0x00003015 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00022705  0x00003016 store  0x00000002 , 0x0000457b 
+ 00022706  0x00003017 fetch  0x00000002 , 0x00004579 
+ 00022707  0x00003018 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00022708  0x00003019 store  0x00000002 , 0x00004579 
+ 00022709  0x0000301a call  0x000058b9 
+ 00022710  0x0000301b branch  0x000074c8 
+ 00022711  0x0000301d call  0x000058b9 
+ 00022712  0x0000301e branch  0x000074c8 
+ 00022713  0x00003021 fetch  0x00000002 , 0x0000457b 
+ 00022714  0x00003022 fetcht  0x00000002 , 0x00004579 
+ 00022715  0x00003023 store  0x00000002 , 0x00004579 
+ 00022716  0x00003024 storet  0x00000002 , 0x0000457b 
+ 00022717  0x00003025 rtn 
+ 00022718  0x00003029 fetch  0x00000001 , 0x00004675 
+ 00022719  0x0000302a call  0x000058d5 , 0x00000034 
+ 00022720  0x0000302b jam  0x00000001 , 0x00004675 
+ 00022721  0x0000302c rtn 
+ 00022722  0x0000302f jam  0x00000001 , 0x00004766 
+ 00022723  0x00003030 call  0x0000416b 
+ 00022724  0x00003032 branch  0x000057a0 
+ 00022725  0x00003035 fetch  0x00000001 , 0x000045c6 
+ 00022726  0x00003036 rtnne  0x000000ff 
+ 00022727  0x00003037 fetch  0x00000001 , 0x00004768 
+ 00022728  0x00003038 rtnne  0x00000001 
+ 00022729  0x00003039 setarg  0x00000000 
+ 00022730  0x0000303a store  0x00000001 , 0x00004768 
+ 00022731  0x0000303b store  0x00000004 , 0x00004579 
+ 00022732  0x0000303c branch  0x000058c4 
+ 00022733  0x0000303f rtnbit0  0x00000007 
+ 00022734  0x00003040 arg  0x0000ff00 , 0x00000002 
+ 00022735  0x00003041 ior  0x00000002 , 0x0000003f 
+ 00022736  0x00003042 rtn 
+ 00022737  0x00003045 rtnbit0  0x00000003 
+ 00022738  0x00003046 arg  0x000000f0 , 0x00000002 
+ 00022739  0x00003047 ior  0x00000002 , 0x0000003f 
+ 00022740  0x00003048 rtn 
+ 00022741  0x0000304b arg  0x00000003 , 0x0000003f 
+ 00022742  0x0000304c call  0x0000674e 
+ 00022743  0x0000304d store  0x00000002 , 0x00004579 
+ 00022744  0x0000304e arg  0x00000004 , 0x0000003f 
+ 00022745  0x0000304f call  0x0000674e 
+ 00022746  0x00003050 store  0x00000002 , 0x0000457b 
+ 00022747  0x00003051 rtn 
+ 00022748  0x00003055 fetcht  0x00000001 , 0x000045bc 
+ 00022749  0x00003056 call  0x00006b85 
+ 00022750  0x00003057 rtn  0x00000001 
+ 00022751  0x00003058 setarg  0x0000000a 
+ 00022752  0x00003059 call  0x0000674e 
+ 00022753  0x0000305a nop  0x000003e8 
+ 00022754  0x0000305b branch  0x000058dc 
+ 00022755  0x0000305e setarg  0x00008100 
+ 00022756  0x0000305f branch  0x0000674d 
+ 00022757  0x00003065 jam  0x000000ff , 0x0000477b 
+ 00022758  0x00003067 jam  0x00000034 , 0x000043ac 
+ 00022759  0x00003068 setarg  0x000f0f0f 
+ 00022760  0x00003069 store  0x00000003 , 0x000042b0 
+ 00022761  0x0000306a store  0x00000003 , 0x000042b3 
+ 00022762  0x0000306b branch  0x000052fc 
+ 00022763  0x0000306e bpatch  0x0000004b , 0x00004009 
+ 00022764  0x0000306f call  0x00005b61 
+ 00022765  0x00003070 call  0x000058f9 
+ 00022766  0x00003071 fetch  0x00000001 , 0x000045e5 
+ 00022767  0x00003072 beq  0x00000001 , 0x000058f2 
+ 00022768  0x00003073 beq  0x00000002 , 0x000058f4 
+ 00022769  0x00003074 rtn 
+ 00022770  0x00003076 fetch  0x00000006 , 0x000045e7 
+ 00022771  0x00003077 branch  0x000058f5 
+ 00022772  0x00003079 fetch  0x00000006 , 0x00004604 
+ 00022773  0x0000307b fetcht  0x00000006 , 0x00004621 
+ 00022774  0x0000307c isub  0x00000002 , 0x0000003e 
+ 00022775  0x0000307d branch  0x00005b08 , 0x00000005 
+ 00022776  0x0000307e branch  0x000052f2 
+ 00022777  0x00003081 jam  0x0000005a , 0x0000477b 
+ 00022778  0x00003082 rtn 
+ 00022779  0x00003086 fetch  0x00000002 , 0x00004434 
+ 00022780  0x00003087 bbit1  0x00000009 , 0x00004e0b 
+ 00022781  0x00003088 branch  0x00005b29 
+ 00022782  0x0000308a setarg  0x00000000 
+ 00022783  0x0000308b store  0x00000002 , 0x0000476c 
+ 00022784  0x0000308c fetch  0x00000002 , 0x00004434 
+ 00022785  0x0000308d bbit1  0x00000009 , 0x00004e0b 
+ 00022786  0x0000308e rtn 
+ 00022787  0x00003091 fetch  0x00000008 , 0x00004864 
+ 00022788  0x00003092 rtnbit0  0x0000001b 
+ 00022789  0x00003094 nbranch  0x0000590b , 0x00000028 
+ 00022790  0x00003095 fetch  0x00000001 , 0x00004767 
+ 00022791  0x00003096 increase  0x00000001 , 0x0000003f 
+ 00022792  0x00003097 and_into  0x0000000f , 0x0000003f 
+ 00022793  0x00003098 store  0x00000001 , 0x00004767 
+ 00022794  0x00003099 nrtn  0x00000034 
+ 00022795  0x0000309b jam  0x00000000 , 0x00004767 
+ 00022796  0x0000309c branch  0x000074ca 
+ 00022797  0x0000309f fetch  0x00000001 , 0x000045c6 
+ 00022798  0x000030a0 rtnne  0x000000ff 
+ 00022799  0x000030a1 jam  0x00000000 , 0x000040c1 
+ 00022800  0x000030a2 jam  0x0000001e , 0x00004769 
+ 00022801  0x000030a3 rtn 
+ 00022802  0x000030a7 bpatch  0x0000004c , 0x00004009 
+ 00022803  0x000030a8 copy  0x00000013 , 0x0000003f 
+ 00022804  0x000030a9 beq  0x00000014 , 0x00005921 
+ 00022805  0x000030aa beq  0x00000015 , 0x00005932 
+ 00022806  0x000030ab beq  0x00000010 , 0x00005b03 
+ 00022807  0x000030ac beq  0x00000031 , 0x0000593b 
+ 00022808  0x000030ad beq  0x00000029 , 0x0000593d 
+ 00022809  0x000030ae beq  0x00000032 , 0x0000593f 
+ 00022810  0x000030af beq  0x0000003e , 0x00004e15 
+ 00022811  0x000030b0 beq  0x00000040 , 0x0000594b 
+ 00022812  0x000030b1 beq  0x00000039 , 0x00005e21 
+ 00022813  0x000030b2 beq  0x0000003a , 0x00005de5 
+ 00022814  0x000030b3 beq  0x0000003c , 0x00005e0c 
+ 00022815  0x000030b4 beq  0x00000044 , 0x0000595a 
+ 00022816  0x000030b5 rtn 
+ 00022817  0x000030b9 fetch  0x00000001 , 0x000048bd 
+ 00022818  0x000030ba ncall  0x00005abd , 0x00000034 
+ 00022819  0x000030bb jam  0x00000000 , 0x00004768 
+ 00022820  0x000030bc call  0x000058c4 
+ 00022821  0x000030bd jam  0x00000001 , 0x00004780 
+ 00022822  0x000030be call  0x00005dd3 
+ 00022823  0x000030bf fetch  0x00000001 , 0x00004781 
+ 00022824  0x000030c0 nbranch  0x0000592a , 0x00000034 
+ 00022825  0x000030c1 jam  0x00000014 , 0x00004782 
+ 00022826  0x000030c3 fetch  0x00000002 , 0x000043aa 
+ 00022827  0x000030c4 set0  0x00000000 , 0x0000003f 
+ 00022828  0x000030c5 store  0x00000002 , 0x000043aa 
+ 00022829  0x000030c6 jam  0x00000000 , 0x00004831 
+ 00022830  0x000030c7 fetch  0x00000002 , 0x000047aa 
+ 00022831  0x000030c8 store  0x00000002 , 0x000047ac 
+ 00022832  0x000030c9 call  0x00005aa9 
+ 00022833  0x000030ca branch  0x00005b29 
+ 00022834  0x000030cd setarg  0x00000000 
+ 00022835  0x000030ce store  0x00000002 , 0x000047ac 
+ 00022836  0x000030cf store  0x00000001 , 0x000048ca 
+ 00022837  0x000030d0 store  0x00000001 , 0x000048cb 
+ 00022838  0x000030d1 store  0x00000001 , 0x00004780 
+ 00022839  0x000030d2 jam  0x00000000 , 0x000047ae 
+ 00022840  0x000030d3 jam  0x00000000 , 0x00004766 
+ 00022841  0x000030d4 call  0x0000416d 
+ 00022842  0x000030d5 branch  0x00005a0f 
+ 00022843  0x000030d8 arg  0x00000002 , 0x00000007 
+ 00022844  0x000030d9 branch  0x00005947 
+ 00022845  0x000030dd jam  0x00000012 , 0x000004c3 
+ 00022846  0x000030de branch  0x00006f84 
+ 00022847  0x000030e1 fetch  0x00000001 , 0x00004781 
+ 00022848  0x000030e2 beq  0x00000001 , 0x00005943 
+ 00022849  0x000030e3 jam  0x00000014 , 0x00004830 
+ 00022850  0x000030e4 branch  0x00005945 
+ 00022851  0x000030e6 call  0x0000593d 
+ 00022852  0x000030e7 jam  0x0000000a , 0x00004830 
+ 00022853  0x000030e9 arg  0x00000001 , 0x00000007 
+ 00022854  0x000030ea branch  0x00005947 
+ 00022855  0x000030ed fetch  0x00000001 , 0x0000482f 
+ 00022856  0x000030ee qset1  0x0000003f 
+ 00022857  0x000030ef store  0x00000001 , 0x0000482f 
+ 00022858  0x000030f0 rtn 
+ 00022859  0x000030f3 fetch  0x00000001 , 0x000048ca 
+ 00022860  0x000030f4 nrtn  0x00000034 
+ 00022861  0x000030f5 jam  0x00000001 , 0x000048ca 
+ 00022862  0x000030f6 jam  0x0000001e , 0x000048cb 
+ 00022863  0x000030f7 rtn 
+ 00022864  0x000030fa jam  0x00000001 , 0x000047ae 
+ 00022865  0x000030fb rtn 
+ 00022866  0x000030fe fetch  0x00000001 , 0x00004781 
+ 00022867  0x000030ff nrtn  0x00000034 
+ 00022868  0x00003100 fetch  0x00000001 , 0x0000436f 
+ 00022869  0x00003101 sub  0x0000003f , 0x00000022 , 0x0000003f 
+ 00022870  0x00003102 nrtn  0x00000005 
+ 00022871  0x00003103 jam  0x00000000 , 0x00004830 
+ 00022872  0x00003105 arg  0x00000000 , 0x00000007 
+ 00022873  0x00003106 branch  0x00005947 
+ 00022874  0x00003109 fetch  0x00000001 , 0x0000019d 
+ 00022875  0x0000310a sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00022876  0x0000310b nbranch  0x00005950 , 0x00000002 
+ 00022877  0x0000310c fetch  0x00000001 , 0x0000019f 
+ 00022878  0x0000310d fetcht  0x00000001 , 0x00004843 
+ 00022879  0x0000310e isub  0x00000002 , 0x0000003e 
+ 00022880  0x0000310f branch  0x00005964 , 0x00000002 
+ 00022881  0x00003110 fetch  0x00000001 , 0x0000019f 
+ 00022882  0x00003111 store  0x00000001 , 0x000040c1 
+ 00022883  0x00003112 branch  0x00005966 
+ 00022884  0x00003114 fetch  0x00000001 , 0x00004843 
+ 00022885  0x00003115 store  0x00000001 , 0x000040c1 
+ 00022886  0x00003117 jam  0x00000000 , 0x000047ae 
+ 00022887  0x00003118 rtn 
+ 00022888  0x0000311b jam  0x00000000 , 0x0000482f 
+ 00022889  0x0000311c rtn 
+ 00022890  0x0000311f bpatch  0x0000004d , 0x00004009 
+ 00022891  0x00003120 call  0x000041cc 
+ 00022892  0x00003121 nrtn  0x00000034 
+ 00022893  0x00003122 fetch  0x00000001 , 0x0000477b 
+ 00022894  0x00003123 beq  0x000000ff , 0x00005972 
+ 00022895  0x00003124 fetch  0x00000001 , 0x0000482f 
+ 00022896  0x00003125 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00022897  0x00003126 rtnne  0x00000003 
+ 00022898  0x00003128 fetch  0x00000001 , 0x00004766 
+ 00022899  0x00003129 call  0x000058c2 , 0x00000034 
+ 00022900  0x0000312a fetch  0x00000008 , 0x00004864 
+ 00022901  0x0000312b bbit1  0x00000001 , 0x000059a2 
+ 00022902  0x0000312c bbit1  0x00000000 , 0x000059a2 
+ 00022903  0x0000312d bbit1  0x00000005 , 0x000059a2 
+ 00022904  0x0000312e bbit1  0x00000006 , 0x000059a2 
+ 00022905  0x0000312f call  0x0000549b 
+ 00022906  0x00003130 call  0x00005903 
+ 00022907  0x00003131 nrtn  0x00000028 
+ 00022908  0x00003132 call  0x0000590d 
+ 00022909  0x00003133 call  0x000058c5 
+ 00022910  0x00003134 call  0x0000554b 
+ 00022911  0x00003135 fetch  0x00000008 , 0x00004864 
+ 00022912  0x00003136 bbit0  0x00000015 , 0x00005983 
+ 00022913  0x00003137 fetch  0x00000001 , 0x00004844 
+ 00022914  0x00003138 beq  0x00000001 , 0x00005984 
+ 00022915  0x0000313a branch  0x000059a4 
+ 00022916  0x0000313e fetch  0x00000001 , 0x00004845 
+ 00022917  0x0000313f branch  0x00005994 , 0x00000034 
+ 00022918  0x00003140 fetch  0x00000008 , 0x00004885 
+ 00022919  0x00003142 store  0x00000008 , 0x000004c4 
+ 00022920  0x00003143 fetch  0x00000001 , 0x00004884 
+ 00022921  0x00003144 beq  0x00000003 , 0x00005996 
+ 00022922  0x00003145 beq  0x00000002 , 0x00005999 
+ 00022923  0x00003146 jam  0x00000008 , 0x000047a0 
+ 00022924  0x00003147 fetcht  0x00000002 , 0x000047a1 
+ 00022925  0x00003149 fetch  0x00000001 , 0x000047a0 
+ 00022926  0x0000314a copy  0x0000003f , 0x00000011 
+ 00022927  0x0000314b call  0x00004513 
+ 00022928  0x0000314c fetcht  0x00000001 , 0x000047a0 
+ 00022929  0x0000314d copy  0x00000002 , 0x00000039 
+ 00022930  0x0000314e arg  0x000004c4 , 0x00000006 
+ 00022931  0x0000314f branch  0x00007419 
+ 00022932  0x00003152 fetch  0x00000008 , 0x0000488e 
+ 00022933  0x00003153 branch  0x00005987 
+ 00022934  0x00003156 jam  0x00000003 , 0x000047a0 
+ 00022935  0x00003157 fetcht  0x00000002 , 0x000047a3 
+ 00022936  0x00003158 branch  0x0000598d 
+ 00022937  0x0000315b jam  0x00000002 , 0x000047a0 
+ 00022938  0x0000315c fetcht  0x00000002 , 0x000047a5 
+ 00022939  0x0000315d branch  0x0000598d 
+ 00022940  0x00003160 arg  0x00000001 , 0x00000011 
+ 00022941  0x00003161 fetcht  0x00000002 , 0x000047a7 
+ 00022942  0x00003162 call  0x00004513 
+ 00022943  0x00003163 fetch  0x00000001 , 0x000047a9 
+ 00022944  0x00003164 istore  0x00000001 , 0x00000005 
+ 00022945  0x00003165 rtn 
+ 00022946  0x00003168 setarg  0x00000000 
+ 00022947  0x00003169 store  0x00000007 , 0x00004578 
+ 00022948  0x0000316b jam  0x00000007 , 0x000047a0 
+ 00022949  0x0000316c fetch  0x00000007 , 0x00004578 
+ 00022950  0x0000316d store  0x00000007 , 0x000004c4 
+ 00022951  0x0000316e fetcht  0x00000002 , 0x0000428d 
+ 00022952  0x0000316f branch  0x0000598d 
+ 00022953  0x00003172 jam  0x00000000 , 0x00004781 
+ 00022954  0x00003173 fetch  0x00000003 , 0x00004786 
+ 00022955  0x00003174 store  0x00000003 , 0x00004324 
+ 00022956  0x00003175 call  0x000059b2 
+ 00022957  0x00003176 setarg  0x00000005 
+ 00022958  0x00003177 istore  0x00000001 , 0x00000006 
+ 00022959  0x00003178 arg  0x0000478c , 0x00000006 
+ 00022960  0x00003179 call  0x000059b9 
+ 00022961  0x0000317a branch  0x00006fc0 
+ 00022962  0x0000317d arg  0x00004320 , 0x00000011 
+ 00022963  0x0000317f ifetch  0x00000001 , 0x00000011 
+ 00022964  0x00003180 rtn  0x00000034 
+ 00022965  0x00003181 iadd  0x00000006 , 0x00000011 
+ 00022966  0x00003182 ifetch  0x00000001 , 0x00000006 
+ 00022967  0x00003183 rtneq  0x00000001 
+ 00022968  0x00003184 branch  0x000059b3 
+ 00022969  0x00003187 arg  0x0000432b , 0x00000005 
+ 00022970  0x00003188 arg  0x00000013 , 0x00000039 
+ 00022971  0x00003189 call  0x00007419 
+ 00022972  0x0000318a branch  0x0000410b 
+ 00022973  0x0000318d fetch  0x00000008 , 0x000048aa 
+ 00022974  0x0000318e rtn  0x00000034 
+ 00022975  0x0000318f fetch  0x00000001 , 0x000048a9 
+ 00022976  0x00003190 copy  0x0000003f , 0x00000011 
+ 00022977  0x00003191 sub  0x0000003f , 0x0000000b , 0x0000003e 
+ 00022978  0x00003192 nbranch  0x000059cf , 0x00000002 
+ 00022979  0x00003193 arg  0x000048aa , 0x00000006 
+ 00022980  0x00003194 arg  0x00004795 , 0x00000005 
+ 00022981  0x00003195 copy  0x00000011 , 0x00000039 
+ 00022982  0x00003196 call  0x00007419 
+ 00022983  0x00003197 arg  0x000048aa , 0x00000006 
+ 00022984  0x00003198 arg  0x00004342 , 0x00000005 
+ 00022985  0x00003199 copy  0x00000011 , 0x00000039 
+ 00022986  0x0000319a call  0x00007419 
+ 00022987  0x0000319b arg  0x000048aa , 0x00000006 
+ 00022988  0x0000319c arg  0x0000422e , 0x00000005 
+ 00022989  0x0000319d copy  0x00000011 , 0x00000039 
+ 00022990  0x0000319e branch  0x00007419 
+ 00022991  0x000031a0 call  0x000059e5 
+ 00022992  0x000031a1 fetch  0x00000001 , 0x000048a9 
+ 00022993  0x000031a2 increase  0x00000001 , 0x0000003f 
+ 00022994  0x000031a3 store  0x00000001 , 0x0000478c 
+ 00022995  0x000031a4 jam  0x00000009 , 0x0000478d 
+ 00022996  0x000031a5 arg  0x000048aa , 0x00000006 
+ 00022997  0x000031a6 arg  0x0000478e , 0x00000005 
+ 00022998  0x000031a7 copy  0x00000011 , 0x00000039 
+ 00022999  0x000031a8 call  0x00007419 
+ 00023000  0x000031a9 fetch  0x00000001 , 0x000048a9 
+ 00023001  0x000031aa increase  0x00000001 , 0x0000003f 
+ 00023002  0x000031ab store  0x00000001 , 0x00004340 
+ 00023003  0x000031ac jam  0x00000009 , 0x00004341 
+ 00023004  0x000031ad arg  0x000048aa , 0x00000006 
+ 00023005  0x000031ae arg  0x00004342 , 0x00000005 
+ 00023006  0x000031af copy  0x00000011 , 0x00000039 
+ 00023007  0x000031b0 call  0x00007419 
+ 00023008  0x000031b1 arg  0x000048a9 , 0x00000006 
+ 00023009  0x000031b2 arg  0x0000422d , 0x00000005 
+ 00023010  0x000031b3 copy  0x00000011 , 0x00000039 
+ 00023011  0x000031b4 increase  0x00000001 , 0x00000039 
+ 00023012  0x000031b5 branch  0x00007419 
+ 00023013  0x000031b7 arg  0x0000478c , 0x00000005 
+ 00023014  0x000031b8 arg  0x00000014 , 0x00000039 
+ 00023015  0x000031b9 branch  0x000073ec 
+ 00023016  0x000031bc fetch  0x00000002 , 0x0000430e 
+ 00023017  0x000031bd add  0x0000003f , 0x00000002 , 0x00000006 
+ 00023018  0x000031be ifetch  0x00000002 , 0x00000006 
+ 00023019  0x000031bf beq  0x00000004 , 0x000059ed 
+ 00023020  0x000031c0 branch  0x00004031 
+ 00023021  0x000031c3 ifetch  0x00000003 , 0x00000006 
+ 00023022  0x000031c4 store  0x00000003 , 0x0000436e 
+ 00023023  0x000031c5 beq  0x0000000a , 0x000059f2 
+ 00023024  0x000031c6 beq  0x00000012 , 0x00005a00 
+ 00023025  0x000031c7 branch  0x00004331 
+ 00023026  0x000031ca fetch  0x00000008 , 0x00004864 
+ 00023027  0x000031cb bbit0  0x0000003b , 0x00004445 
+ 00023028  0x000031cc call  0x000044ec 
+ 00023029  0x000031cd fetcht  0x00000002 , 0x0000436f 
+ 00023030  0x000031ce fetch  0x00000001 , 0x000042f6 
+ 00023031  0x000031cf bbit1  0x00000003 , 0x000059fb 
+ 00023032  0x000031d2 fetch  0x00000002 , 0x0000436f 
+ 00023033  0x000031d3 beq  0x00000030 , 0x00004528 
+ 00023034  0x000031d4 branch  0x00004449 
+ 00023035  0x000031d7 fetch  0x00000002 , 0x00004307 
+ 00023036  0x000031d8 isub  0x00000002 , 0x0000003e 
+ 00023037  0x000031d9 nbranch  0x000059f8 , 0x00000005 
+ 00023038  0x000031da nbranch  0x000059f8 , 0x00000028 
+ 00023039  0x000031db branch  0x0000446e 
+ 00023040  0x000031de copy  0x00000006 , 0x00000011 
+ 00023041  0x000031df fetch  0x00000002 , 0x0000430a 
+ 00023042  0x000031e0 add  0x0000003f , 0xfffffffd , 0x00000012 
+ 00023043  0x000031e1 call  0x00004072 
+ 00023044  0x000031e2 fetch  0x00000001 , 0x0000477b 
+ 00023045  0x000031e3 beq  0x000000ff , 0x000044d1 
+ 00023046  0x000031e4 fetch  0x00000001 , 0x00004781 
+ 00023047  0x000031e5 branch  0x000044d1 , 0x00000034 
+ 00023048  0x000031e6 fetch  0x00000001 , 0x0000482f 
+ 00023049  0x000031e7 bbit1  0x00000001 , 0x000044d1 
+ 00023050  0x000031e8 setarg  0x0000001a 
+ 00023051  0x000031e9 fetcht  0x00000002 , 0x0000436f 
+ 00023052  0x000031ea isub  0x00000002 , 0x0000003e 
+ 00023053  0x000031eb nbranch  0x000044d1 , 0x00000005 
+ 00023054  0x000031ec branch  0x0000446e 
+ 00023055  0x000031f3 call  0x00005a14 
+ 00023056  0x000031f4 fetch  0x00000002 , 0x000043a8 
+ 00023057  0x000031f5 bbit1  0x00000007 , 0x00005a1a 
+ 00023058  0x000031f6 bbit1  0x00000000 , 0x00004de8 
+ 00023059  0x000031f7 branch  0x00005b08 
+ 00023060  0x000031fa setarg  0x00000000 
+ 00023061  0x000031fb store  0x00000008 , 0x00004581 
+ 00023062  0x000031fc istore  0x00000004 , 0x00000005 
+ 00023063  0x000031fd jam  0x00000000 , 0x00004675 
+ 00023064  0x000031fe jam  0x00000000 , 0x0000425c 
+ 00023065  0x000031ff rtn 
+ 00023066  0x00003202 call  0x00005968 
+ 00023067  0x00003203 fetch  0x00000002 , 0x000043a8 
+ 00023068  0x00003204 bbit1  0x00000000 , 0x00004de8 
+ 00023069  0x00003205 branch  0x00005324 
+ 00023070  0x0000320a bpatch  0x0000004e , 0x00004009 
+ 00023071  0x0000320b call  0x000053c6 
+ 00023072  0x0000320c call  0x00005f47 
+ 00023073  0x0000320e call  0x00004907 
+ 00023074  0x0000320f call  0x00004ba5 
+ 00023075  0x00003210 call  0x00005d6b 
+ 00023076  0x00003212 call  0x00005e9a 
+ 00023077  0x00003213 call  0x00005ecb 
+ 00023078  0x00003214 call  0x00005ac1 
+ 00023079  0x00003215 call  0x00005af3 
+ 00023080  0x00003217 call  0x0000561c 
+ 00023081  0x00003218 call  0x00005a36 
+ 00023082  0x00003219 call  0x00005a46 
+ 00023083  0x0000321a call  0x00005a69 
+ 00023084  0x0000321c call  0x00005a6e 
+ 00023085  0x0000321d call  0x00005a7c 
+ 00023086  0x0000321e call  0x00005a8c 
+ 00023087  0x0000321f call  0x00005a7f 
+ 00023088  0x00003220 call  0x00005a89 
+ 00023089  0x00003222 call  0x00005a99 
+ 00023090  0x00003223 call  0x00005a9c 
+ 00023091  0x00003224 call  0x00005550 
+ 00023092  0x00003225 call  0x00005aac 
+ 00023093  0x00003226 branch  0x00005aa3 
+ 00023094  0x00003229 fetch  0x00000008 , 0x00004864 
+ 00023095  0x0000322a bbit1  0x00000037 , 0x00005a39 
+ 00023096  0x0000322b rtn 
+ 00023097  0x0000322e fetch  0x00000001 , 0x00004857 
+ 00023098  0x0000322f rtnne  0x00000001 
+ 00023099  0x00003230 arg  0x00004854 , 0x00000013 
+ 00023100  0x00003231 arg  0x00005a3e , 0x00000012 
+ 00023101  0x00003232 branch  0x00004dcc 
+ 00023102  0x00003235 fetch  0x00000001 , 0x000045e5 
+ 00023103  0x00003236 rtneq  0x00000000 
+ 00023104  0x00003237 fetch  0x00000008 , 0x00004864 
+ 00023105  0x00003238 rtnbit1  0x00000006 
+ 00023106  0x00003239 arg  0x00000006 , 0x00000007 
+ 00023107  0x0000323a call  0x00005c8b 
+ 00023108  0x0000323b call  0x00004dbc 
+ 00023109  0x0000323c branch  0x00005b03 
+ 00023110  0x0000323f fetch  0x00000001 , 0x000045e5 
+ 00023111  0x00003240 beq  0x00000000 , 0x00005a4c 
+ 00023112  0x00003241 fetch  0x00000008 , 0x00004864 
+ 00023113  0x00003242 rtnbit0  0x00000035 
+ 00023114  0x00003243 fetcht  0x00000001 , 0x00004882 
+ 00023115  0x00003244 branch  0x00005a4f 
+ 00023116  0x00003247 fetch  0x00000008 , 0x00004864 
+ 00023117  0x00003248 rtnbit0  0x00000032 
+ 00023118  0x00003249 fetcht  0x00000001 , 0x00004883 
+ 00023119  0x0000324b storet  0x00000001 , 0x00004856 
+ 00023120  0x0000324c call  0x000056b9 
+ 00023121  0x0000324d and  0x0000003f , 0x00000007 , 0x0000003f 
+ 00023122  0x0000324e fetcht  0x00000001 , 0x00004856 
+ 00023123  0x0000324f isub  0x00000002 , 0x0000003e 
+ 00023124  0x00003250 branch  0x00005a5b , 0x00000005 
+ 00023125  0x00003252 fetch  0x00000001 , 0x00004436 
+ 00023126  0x00003253 store  0x00000001 , 0x00004859 
+ 00023127  0x00003254 fetch  0x00000001 , 0x00004858 
+ 00023128  0x00003255 rtneq  0x00000000 
+ 00023129  0x00003256 jam  0x00000000 , 0x00004858 
+ 00023130  0x00003257 rtn 
+ 00023131  0x0000325a call  0x00005a60 
+ 00023132  0x0000325b fetch  0x00000001 , 0x00004858 
+ 00023133  0x0000325c rtneq  0x00000001 
+ 00023134  0x0000325d jam  0x00000001 , 0x00004858 
+ 00023135  0x0000325e rtn 
+ 00023136  0x00003261 arg  0x00005dd8 , 0x00000012 
+ 00023137  0x00003262 arg  0x00004859 , 0x00000013 
+ 00023138  0x00003263 fetch  0x00000001 , 0x000045e5 
+ 00023139  0x00003264 beq  0x00000000 , 0x00004dcc 
+ 00023140  0x00003265 arg  0x00005a3e , 0x00000012 
+ 00023141  0x00003266 call  0x00004dcc 
+ 00023142  0x00003267 fetch  0x00000001 , 0x00004859 
+ 00023143  0x00003268 beq  0x00000001 , 0x00005c7d 
+ 00023144  0x00003269 rtn 
+ 00023145  0x0000326c arg  0x0000477c , 0x00000013 
+ 00023146  0x0000326d arg  0x00005a6c , 0x00000012 
+ 00023147  0x0000326e branch  0x00004dd3 
+ 00023148  0x00003271 call  0x00005b29 
+ 00023149  0x00003272 branch  0x00005324 
+ 00023150  0x00003275 arg  0x00004831 , 0x00000013 
+ 00023151  0x00003276 arg  0x00005a74 , 0x00000012 
+ 00023152  0x00003277 call  0x00004dd3 
+ 00023153  0x00003278 fetch  0x00000001 , 0x00004831 
+ 00023154  0x00003279 beq  0x00000001 , 0x00004dff 
+ 00023155  0x0000327a rtn 
+ 00023156  0x0000327d fetch  0x00000001 , 0x0000477b 
+ 00023157  0x0000327e beq  0x000000ff , 0x000058eb 
+ 00023158  0x0000327f fetch  0x00000001 , 0x0000476a 
+ 00023159  0x00003280 nbranch  0x00005ca9 , 0x00000034 
+ 00023160  0x00003281 fetch  0x00000008 , 0x00004864 
+ 00023161  0x00003282 bbit1  0x00000033 , 0x00005b08 
+ 00023162  0x00003283 bbit1  0x0000002f , 0x00005dd0 
+ 00023163  0x00003284 branch  0x00005324 
+ 00023164  0x00003287 arg  0x00004830 , 0x00000013 
+ 00023165  0x00003288 arg  0x00005958 , 0x00000012 
+ 00023166  0x00003289 branch  0x00004dcc 
+ 00023167  0x0000328c fetch  0x00000001 , 0x00004780 
+ 00023168  0x0000328d rtn  0x00000034 
+ 00023169  0x0000328e arg  0x00004782 , 0x00000013 
+ 00023170  0x0000328f arg  0x00005a84 , 0x00000012 
+ 00023171  0x00003290 branch  0x00004dcc 
+ 00023172  0x00003292 fetch  0x00000001 , 0x00004781 
+ 00023173  0x00003293 nrtn  0x00000034 
+ 00023174  0x00003294 fetch  0x00000001 , 0x000042d1 
+ 00023175  0x00003295 rtnne  0x00000000 
+ 00023176  0x00003296 branch  0x0000469d 
+ 00023177  0x00003299 arg  0x000048cb , 0x00000013 
+ 00023178  0x0000329a arg  0x0000593d , 0x00000012 
+ 00023179  0x0000329b branch  0x00004dcc 
+ 00023180  0x0000329e fetch  0x00000008 , 0x00004864 
+ 00023181  0x0000329f rtnbit1  0x0000003b 
+ 00023182  0x000032a0 arg  0x000047ac , 0x00000013 
+ 00023183  0x000032a1 arg  0x00005a91 , 0x00000012 
+ 00023184  0x000032a2 branch  0x00004dcc 
+ 00023185  0x000032a5 fetch  0x00000002 , 0x000047aa 
+ 00023186  0x000032a6 store  0x00000002 , 0x000047ac 
+ 00023187  0x000032a7 branch  0x0000599c 
+ 00023188  0x000032aa fetch  0x00000001 , 0x0000482f 
+ 00023189  0x000032ab rtnbit1  0x00000002 
+ 00023190  0x000032ac call  0x0000593d 
+ 00023191  0x000032ad arg  0x00000000 , 0x00000007 
+ 00023192  0x000032ae branch  0x00005947 
+ 00023193  0x000032b1 arg  0x0000477e , 0x00000013 
+ 00023194  0x000032b2 arg  0x00005324 , 0x00000012 
+ 00023195  0x000032b3 branch  0x00004dcc 
+ 00023196  0x000032b6 arg  0x00004769 , 0x00000013 
+ 00023197  0x000032b7 arg  0x00005a9f , 0x00000012 
+ 00023198  0x000032b8 branch  0x00004dcc 
+ 00023199  0x000032ba fetch  0x00000001 , 0x00004843 
+ 00023200  0x000032bb store  0x00000001 , 0x000040c1 
+ 00023201  0x000032bc jam  0x00000001 , 0x00004768 
+ 00023202  0x000032bd rtn 
+ 00023203  0x000032c1 arg  0x0000476c , 0x00000013 
+ 00023204  0x000032c2 arg  0x00005aa6 , 0x00000012 
+ 00023205  0x000032c3 branch  0x00004dd3 
+ 00023206  0x000032c6 fetch  0x00000001 , 0x000045e5 
+ 00023207  0x000032c7 beq  0x00000000 , 0x00005d80 
+ 00023208  0x000032c8 branch  0x000058fe 
+ 00023209  0x000032cb fetch  0x00000002 , 0x00004876 
+ 00023210  0x000032cc store  0x00000002 , 0x0000476c 
+ 00023211  0x000032cd rtn 
+ 00023212  0x000032d0 arg  0x0000466c , 0x00000013 
+ 00023213  0x000032d1 arg  0x00005aaf , 0x00000012 
+ 00023214  0x000032d2 branch  0x00004dcc 
+ 00023215  0x000032d5 call  0x00005b8f 
+ 00023216  0x000032d6 fetch  0x00000001 , 0x0000477f 
+ 00023217  0x000032d7 nbranch  0x00005c5c , 0x00000034 
+ 00023218  0x000032d8 rtn 
+ 00023219  0x000032dc fetch  0x00000001 , 0x000048c3 
+ 00023220  0x000032dd store  0x00000001 , 0x000048c4 
+ 00023221  0x000032de fetch  0x00000001 , 0x000048c1 
+ 00023222  0x000032df store  0x00000001 , 0x000048c2 
+ 00023223  0x000032e0 rtn 
+ 00023224  0x000032e2 jam  0x00000001 , 0x000048be 
+ 00023225  0x000032e3 jam  0x00000001 , 0x000048c0 
+ 00023226  0x000032e4 fetch  0x00000001 , 0x000048c5 
+ 00023227  0x000032e5 store  0x00000001 , 0x000048c6 
+ 00023228  0x000032e6 rtn 
+ 00023229  0x000032e8 jam  0x00000001 , 0x000048be 
+ 00023230  0x000032e9 jam  0x00000000 , 0x000048c6 
+ 00023231  0x000032ea jam  0x00000000 , 0x000048c0 
+ 00023232  0x000032eb rtn 
+ 00023233  0x000032ee fetch  0x00000001 , 0x000048be 
+ 00023234  0x000032ef rtn  0x00000034 
+ 00023235  0x000032f0 fetch  0x00000001 , 0x000048c0 
+ 00023236  0x000032f1 beq  0x00000001 , 0x00005ad1 
+ 00023237  0x000032f3 fetch  0x00000001 , 0x000048c2 
+ 00023238  0x000032f4 nbranch  0x00005ac9 , 0x00000034 
+ 00023239  0x000032f5 jam  0x00000000 , 0x000048be 
+ 00023240  0x000032f6 rtn 
+ 00023241  0x000032f8 fetch  0x00000001 , 0x000048c4 
+ 00023242  0x000032f9 branch  0x00005ace , 0x00000034 
+ 00023243  0x000032fa increase  0xffffffff 
+ 00023244  0x000032fb store  0x00000001 , 0x000048c4 
+ 00023245  0x000032fc branch  0x00005ad8 
+ 00023246  0x000032fe jam  0x00000000 , 0x000048c2 
+ 00023247  0x000032ff jam  0x00000000 , 0x000048be 
+ 00023248  0x00003300 branch  0x00005ae4 
+ 00023249  0x00003303 arg  0x000048c6 , 0x00000013 
+ 00023250  0x00003304 arg  0x00005ad4 , 0x00000012 
+ 00023251  0x00003305 branch  0x00004dcc 
+ 00023252  0x00003308 fetch  0x00000001 , 0x000048c5 
+ 00023253  0x00003309 store  0x00000001 , 0x000048c6 
+ 00023254  0x0000330a fetch  0x00000001 , 0x000048c7 
+ 00023255  0x0000330b beq  0x00000001 , 0x00005ae4 
+ 00023256  0x0000330d jam  0x00000001 , 0x000048c7 
+ 00023257  0x0000330e fetch  0x00000001 , 0x000045e5 
+ 00023258  0x0000330f beq  0x00000000 , 0x00005ade 
+ 00023259  0x00003310 beq  0x00000001 , 0x00005ae0 
+ 00023260  0x00003311 beq  0x00000002 , 0x00005ae2 
+ 00023261  0x00003312 rtn 
+ 00023262  0x00003314 fetcht  0x00000001 , 0x000045d0 
+ 00023263  0x00003315 branch  0x00006b96 
+ 00023264  0x00003317 fetcht  0x00000001 , 0x000045d1 
+ 00023265  0x00003318 branch  0x00006b96 
+ 00023266  0x0000331a fetcht  0x00000001 , 0x000045d2 
+ 00023267  0x0000331b branch  0x00006b96 
+ 00023268  0x0000331e jam  0x00000000 , 0x000048c7 
+ 00023269  0x0000331f fetch  0x00000001 , 0x000045e5 
+ 00023270  0x00003320 beq  0x00000000 , 0x00005aea 
+ 00023271  0x00003321 beq  0x00000001 , 0x00005aec 
+ 00023272  0x00003322 beq  0x00000002 , 0x00005aee 
+ 00023273  0x00003323 rtn 
+ 00023274  0x00003326 fetcht  0x00000001 , 0x000045d0 
+ 00023275  0x00003327 branch  0x00006bae 
+ 00023276  0x00003329 fetcht  0x00000001 , 0x000045d1 
+ 00023277  0x0000332a branch  0x00006bae 
+ 00023278  0x0000332c fetcht  0x00000001 , 0x000045d2 
+ 00023279  0x0000332d branch  0x00006bae 
+ 00023280  0x00003330 call  0x00005aea 
+ 00023281  0x00003331 call  0x00005aec 
+ 00023282  0x00003332 branch  0x00005aee 
+ 00023283  0x00003336 fetch  0x00000001 , 0x000045d3 
+ 00023284  0x00003337 rtneq  0x000000ff 
+ 00023285  0x00003338 fetch  0x00000002 , 0x0000476c 
+ 00023286  0x00003339 rtn  0x00000034 
+ 00023287  0x0000333a fetch  0x00000002 , 0x00004876 
+ 00023288  0x0000333b fetcht  0x00000002 , 0x0000476c 
+ 00023289  0x0000333c isub  0x00000002 , 0x00000002 
+ 00023290  0x0000333d fetch  0x00000002 , 0x000048c8 
+ 00023291  0x0000333e isub  0x00000002 , 0x0000003f 
+ 00023292  0x0000333f branch  0x00005b01 , 0x00000002 
+ 00023293  0x00003341 fetcht  0x00000001 , 0x000045d3 
+ 00023294  0x00003342 fetch  0x00000001 , 0x000048bd 
+ 00023295  0x00003343 beq  0x00000001 , 0x00006bae 
+ 00023296  0x00003344 branch  0x00006b92 
+ 00023297  0x00003346 fetcht  0x00000001 , 0x000045d3 
+ 00023298  0x00003347 branch  0x00006b96 
+ 00023299  0x0000334b isolate1  0x00000026 , 0x00000000 
+ 00023300  0x0000334c call  0x00005da6 , 0x00000001 
+ 00023301  0x0000334d call  0x000058fe 
+ 00023302  0x0000334e call  0x00005968 
+ 00023303  0x0000334f branch  0x00005b08 
+ 00023304  0x00003352 bpatch  0x0000004f , 0x00004009 
+ 00023305  0x00003353 fetch  0x00000002 , 0x00004434 
+ 00023306  0x00003354 isolate1  0x0000000b , 0x0000003f 
+ 00023307  0x00003355 call  0x00005b2f , 0x00000001 
+ 00023308  0x00003356 call  0x000058f9 
+ 00023309  0x00003357 fetch  0x00000002 , 0x00004434 
+ 00023310  0x00003358 bbit1  0x0000000b , 0x00005b17 
+ 00023311  0x00003359 fetch  0x00000008 , 0x00004864 
+ 00023312  0x0000335a bbit0  0x00000008 , 0x00005b17 
+ 00023313  0x0000335b fetcht  0x00000002 , 0x00004644 
+ 00023314  0x0000335c increase  0x00000001 , 0x00000002 
+ 00023315  0x0000335d storet  0x00000002 , 0x00004644 
+ 00023316  0x0000335e storet  0x00000002 , 0x000042b1 
+ 00023317  0x0000335f random  0x0000003f 
+ 00023318  0x00003360 store  0x00000001 , 0x000042b0 
+ 00023319  0x00003362 fetch  0x00000003 , 0x00004783 
+ 00023320  0x00003363 store  0x00000003 , 0x000042b3 
+ 00023321  0x00003364 call  0x00004e19 
+ 00023322  0x00003365 fetch  0x00000002 , 0x000045a6 
+ 00023323  0x00003366 store  0x00000002 , 0x0000477c 
+ 00023324  0x00003367 setarg  0x00000000 
+ 00023325  0x00003368 store  0x00000002 , 0x0000476c 
+ 00023326  0x00003369 store  0x00000002 , 0x000047ac 
+ 00023327  0x0000336a store  0x00000001 , 0x00004831 
+ 00023328  0x0000336b store  0x00000001 , 0x0000477e 
+ 00023329  0x0000336c store  0x00000001 , 0x00004860 
+ 00023330  0x0000336d store  0x00000001 , 0x00004766 
+ 00023331  0x0000336e arg  0x00000002 , 0x00000007 
+ 00023332  0x0000336f call  0x00005c8b 
+ 00023333  0x00003370 call  0x00005c7f 
+ 00023334  0x00003371 call  0x000059a9 
+ 00023335  0x00003372 call  0x00005f7f 
+ 00023336  0x00003373 branch  0x00005e1e 
+ 00023337  0x00003377 bpatch  0x00000050 , 0x0000400a 
+ 00023338  0x00003378 arg  0x00000006 , 0x00000007 
+ 00023339  0x00003379 call  0x00005c8f 
+ 00023340  0x0000337a jam  0x00000000 , 0x0000477e 
+ 00023341  0x0000337b call  0x00005b2f 
+ 00023342  0x0000337c branch  0x00005efb 
+ 00023343  0x0000337e setarg  0x00000000 
+ 00023344  0x0000337f store  0x00000001 , 0x00004831 
+ 00023345  0x00003380 store  0x00000002 , 0x0000477c 
+ 00023346  0x00003381 branch  0x00006fc6 
+ 00023347  0x00003384 bpatch  0x00000051 , 0x0000400a 
+ 00023348  0x00003385 fetch  0x00000008 , 0x00004864 
+ 00023349  0x00003386 rtnbit0  0x00000002 
+ 00023350  0x00003387 call  0x00005ea2 
+ 00023351  0x00003388 arg  0x00000002 , 0x00000007 
+ 00023352  0x00003389 call  0x00005c8f 
+ 00023353  0x0000338a call  0x00005b3c 
+ 00023354  0x0000338c call  0x00005b4b 
+ 00023355  0x0000338d branch  0x00005b8c 
+ 00023356  0x00003390 fetch  0x00000001 , 0x0000002d 
+ 00023357  0x00003391 beq  0x00000034 , 0x00005b3f 
+ 00023358  0x00003392 rtn 
+ 00023359  0x00003394 store  0x00000001 , 0x00004832 
+ 00023360  0x00003395 fetch  0x00000006 , 0x00000173 
+ 00023361  0x00003397 store  0x00000006 , 0x00004833 
+ 00023362  0x00003398 fetch  0x00000007 , 0x00004832 
+ 00023363  0x00003399 arg  0x000045e6 , 0x00000006 
+ 00023364  0x0000339a arg  0x00000003 , 0x00000039 
+ 00023365  0x0000339c ifetcht  0x00000007 , 0x00000006 
+ 00023366  0x0000339d isub  0x00000002 , 0x0000003e 
+ 00023367  0x0000339e branch  0x00005b5b , 0x00000005 
+ 00023368  0x0000339f increase  0x00000016 , 0x00000006 
+ 00023369  0x000033a0 loop  0x00005b45 
+ 00023370  0x000033a1 rtn 
+ 00023371  0x000033a3 arg  0x000045e6 , 0x00000011 
+ 00023372  0x000033a4 fetch  0x00000001 , 0x000045e5 
+ 00023373  0x000033a5 increase  0xffffffff , 0x0000003f 
+ 00023374  0x000033a6 mul32  0x0000003f , 0x0000001d , 0x0000003f 
+ 00023375  0x000033a7 iadd  0x00000011 , 0x00000011 
+ 00023376  0x000033a8 fetch  0x00000001 , 0x0000002d 
+ 00023377  0x000033a9 istore  0x00000001 , 0x00000011 
+ 00023378  0x000033aa beq  0x00000034 , 0x00005b54 
+ 00023379  0x000033ab rtn 
+ 00023380  0x000033ae fetch  0x00000006 , 0x00000173 
+ 00023381  0x000033af istore  0x00000006 , 0x00000005 
+ 00023382  0x000033b0 arg  0x0000424c , 0x00000006 
+ 00023383  0x000033b1 call  0x000073d2 
+ 00023384  0x000033b2 fetch  0x00000006 , 0x000042b0 
+ 00023385  0x000033b3 istore  0x00000006 , 0x00000005 
+ 00023386  0x000033b4 rtn 
+ 00023387  0x000033b7 increase  0xfffffffa , 0x00000006 
+ 00023388  0x000033b8 copy  0x00000006 , 0x00000005 
+ 00023389  0x000033b9 fetcht  0x00000006 , 0x00004833 
+ 00023390  0x000033ba increase  0x00000003 , 0x00000002 
+ 00023391  0x000033bb istoret  0x00000006 , 0x00000005 
+ 00023392  0x000033bc rtn 
+ 00023393  0x000033bf arg  0x000045e6 , 0x00000011 
+ 00023394  0x000033c0 fetch  0x00000001 , 0x000045e5 
+ 00023395  0x000033c1 rtneq  0x00000000 
+ 00023396  0x000033c2 increase  0xffffffff , 0x0000003f 
+ 00023397  0x000033c3 mul32  0x0000003f , 0x0000001d , 0x0000003f 
+ 00023398  0x000033c4 iadd  0x00000011 , 0x00000011 
+ 00023399  0x000033c5 ifetch  0x00000001 , 0x00000011 
+ 00023400  0x000033c6 store  0x00000001 , 0x000043ac 
+ 00023401  0x000033c7 beq  0x00000034 , 0x00005b6b 
+ 00023402  0x000033c8 rtn 
+ 00023403  0x000033cb ifetch  0x00000006 , 0x00000006 
+ 00023404  0x000033cd store  0x00000006 , 0x0000410f 
+ 00023405  0x000033ce arg  0x0000424c , 0x00000005 
+ 00023406  0x000033cf call  0x000073d2 
+ 00023407  0x000033d0 ifetch  0x00000006 , 0x00000006 
+ 00023408  0x000033d1 store  0x00000006 , 0x000042b0 
+ 00023409  0x000033d2 rtn 
+ 00023410  0x000033d5 fetch  0x00000002 , 0x0000463d 
+ 00023411  0x000033d6 arg  0x0000aa55 , 0x00000002 
+ 00023412  0x000033d7 isub  0x00000002 , 0x0000003e 
+ 00023413  0x000033d8 branch  0x00005b80 , 0x00000005 
+ 00023414  0x000033d9 storet  0x00000002 , 0x0000463d 
+ 00023415  0x000033da call  0x00005b85 
+ 00023416  0x000033db fetch  0x00000001 , 0x0000476e 
+ 00023417  0x000033dc store  0x00000001 , 0x000045e5 
+ 00023418  0x000033dd fetch  0x00000001 , 0x000045c0 
+ 00023419  0x000033de store  0x00000001 , 0x0000463f 
+ 00023420  0x000033df fetch  0x00000004 , 0x0000452f 
+ 00023421  0x000033e0 store  0x00000004 , 0x00004533 
+ 00023422  0x000033e1 store  0x00000004 , 0x000044da 
+ 00023423  0x000033e2 rtn 
+ 00023424  0x000033e5 call  0x00005b61 
+ 00023425  0x000033e6 fetch  0x00000004 , 0x00004640 
+ 00023426  0x000033e7 store  0x00000004 , 0x00004533 
+ 00023427  0x000033e8 store  0x00000004 , 0x000044da 
+ 00023428  0x000033e9 rtn 
+ 00023429  0x000033ec fetch  0x00000006 , 0x000042b0 
+ 00023430  0x000033ed store  0x00000006 , 0x000045fd 
+ 00023431  0x000033ee add  0x0000003f , 0x00000100 , 0x0000003f 
+ 00023432  0x000033ef store  0x00000006 , 0x0000461a 
+ 00023433  0x000033f0 add  0x0000003f , 0x00000100 , 0x0000003f 
+ 00023434  0x000033f1 store  0x00000006 , 0x00004637 
+ 00023435  0x000033f2 rtn 
+ 00023436  0x000033f5 fetch  0x00000001 , 0x0000466d 
+ 00023437  0x000033f6 store  0x00000001 , 0x0000466c 
+ 00023438  0x000033f7 rtn 
+ 00023439  0x000033fa bpatch  0x00000052 , 0x0000400a 
+ 00023440  0x000033fb fetch  0x00000008 , 0x00004864 
+ 00023441  0x000033fc bbit1  0x00000013 , 0x00005bdd 
+ 00023442  0x000033fd bbit1  0x00000012 , 0x00005ba1 
+ 00023443  0x000033fe rtn 
+ 00023444  0x00003401 call  0x0000698c 
+ 00023445  0x00003402 call  0x00005ba8 
+ 00023446  0x00003403 call  0x00005b9b 
+ 00023447  0x00003404 call  0x000069b0 
+ 00023448  0x00003405 call  0x00005baf 
+ 00023449  0x00003406 call  0x00005b72 
+ 00023450  0x00003407 branch  0x00005490 
+ 00023451  0x0000340a setarg  0x00004665 
+ 00023452  0x0000340b arg  0x000045e5 , 0x00000002 
+ 00023453  0x0000340c isub  0x00000002 , 0x00000002 
+ 00023454  0x0000340d fetch  0x00000003 , 0x00004665 
+ 00023455  0x0000340e arg  0x000045e5 , 0x00000011 
+ 00023456  0x0000340f rtn 
+ 00023457  0x00003412 call  0x0000698c 
+ 00023458  0x00003413 call  0x00005ba8 
+ 00023459  0x00003414 call  0x00005bbd 
+ 00023460  0x00003416 call  0x00005b9b 
+ 00023461  0x00003417 call  0x00005bc0 
+ 00023462  0x00003418 call  0x00005baf 
+ 00023463  0x00003419 branch  0x00005490 
+ 00023464  0x0000341c jam  0x000000ab , 0x000004cc 
+ 00023465  0x0000341e call  0x00006cb5 
+ 00023466  0x0000341f call  0x00006992 
+ 00023467  0x00003420 arg  0x00004668 , 0x00000011 
+ 00023468  0x00003421 fetcht  0x00000001 , 0x000004cc 
+ 00023469  0x00003422 call  0x00005bb1 
+ 00023470  0x00003423 branch  0x00006cb5 
+ 00023471  0x00003426 jam  0x000000b9 , 0x000004cc 
+ 00023472  0x00003427 branch  0x00005ba9 
+ 00023473  0x0000342a istoret  0x00000001 , 0x00000011 
+ 00023474  0x0000342b rshift16  0x0000003f , 0x00000002 
+ 00023475  0x0000342c istoret  0x00000001 , 0x00000005 
+ 00023476  0x0000342d rshift8  0x0000003f , 0x00000002 
+ 00023477  0x0000342e istoret  0x00000001 , 0x00000005 
+ 00023478  0x0000342f istore  0x00000001 , 0x00000005 
+ 00023479  0x00003430 deposit  0x00000011 
+ 00023480  0x00003431 store  0x00000002 , 0x00008084 
+ 00023481  0x00003432 setarg  0x00000000 
+ 00023482  0x00003433 store  0x00000002 , 0x00008088 
+ 00023483  0x00003434 jam  0x00000002 , 0x00008006 
+ 00023484  0x00003435 branch  0x00006953 
+ 00023485  0x00003438 fetch  0x00000003 , 0x00004665 
+ 00023486  0x00003439 store  0x00000003 , 0x000043cb 
+ 00023487  0x0000343a branch  0x00006966 
+ 00023488  0x0000343d copy  0x0000003f , 0x00000013 
+ 00023489  0x0000343e copy  0x00000011 , 0x0000003f 
+ 00023490  0x0000343f increase  0xfffffffc , 0x0000003f 
+ 00023491  0x00003440 copy  0x0000003f , 0x00000012 
+ 00023492  0x00003441 ifetch  0x00000004 , 0x00000012 
+ 00023493  0x00003442 store  0x00000004 , 0x00004668 
+ 00023494  0x00003443 copy  0x00000013 , 0x0000003f 
+ 00023495  0x00003444 call  0x0000699f 
+ 00023496  0x00003445 fetch  0x00000004 , 0x00004668 
+ 00023497  0x00003446 istore  0x00000004 , 0x00000012 
+ 00023498  0x00003447 rtn 
+ 00023499  0x0000344a fetch  0x00000008 , 0x00004864 
+ 00023500  0x0000344b rtnbit0  0x00000012 
+ 00023501  0x0000344c call  0x00005baf 
+ 00023502  0x0000344d call  0x00006749 
+ 00023503  0x0000344e fetcht  0x00000001 , 0x000043d3 
+ 00023504  0x0000344f call  0x00006b92 
+ 00023505  0x00003450 fetcht  0x00000001 , 0x000043d8 
+ 00023506  0x00003451 branch  0x0000547b 
+ 00023507  0x00003454 call  0x00006a22 
+ 00023508  0x00003455 fetch  0x00000008 , 0x00004864 
+ 00023509  0x00003456 isolate1  0x00000009 , 0x0000003f 
+ 00023510  0x00003457 ncall  0x00006a3c , 0x00000001 
+ 00023511  0x00003458 call  0x00005bd9 
+ 00023512  0x00003459 branch  0x00005b72 
+ 00023513  0x0000345c arg  0x00000080 , 0x00000002 
+ 00023514  0x0000345d arg  0x000045e5 , 0x00000011 
+ 00023515  0x0000345e arg  0x00000000 , 0x00000012 
+ 00023516  0x0000345f branch  0x00006a59 
+ 00023517  0x00003462 arg  0x00000080 , 0x00000002 
+ 00023518  0x00003463 arg  0x000045e5 , 0x00000011 
+ 00023519  0x00003464 arg  0x00000000 , 0x00000012 
+ 00023520  0x00003465 branch  0x00006a4b 
+ 00023521  0x00003468 arg  0x00000001 , 0x00000002 
+ 00023522  0x00003469 arg  0x0000463f , 0x00000011 
+ 00023523  0x0000346a arg  0x0000005a , 0x00000012 
+ 00023524  0x0000346b branch  0x00006a4b 
+ 00023525  0x0000346e arg  0x00000001 , 0x00000002 
+ 00023526  0x0000346f arg  0x0000463f , 0x00000011 
+ 00023527  0x00003470 arg  0x0000005a , 0x00000012 
+ 00023528  0x00003471 branch  0x00006a59 
+ 00023529  0x00003474 bpatch  0x00000053 , 0x0000400a 
+ 00023530  0x00003475 call  0x00005f81 
+ 00023531  0x00003476 call  0x00006ff5 
+ 00023532  0x00003477 call  0x00005555 
+ 00023533  0x00003478 call  0x00005599 
+ 00023534  0x00003479 call  0x00005bf2 
+ 00023535  0x0000347a call  0x00005c3d 
+ 00023536  0x0000347b call  0x00005c72 
+ 00023537  0x0000347c branch  0x000054b6 
+ 00023538  0x0000347f fetch  0x00000008 , 0x00004864 
+ 00023539  0x00003480 bbit1  0x00000029 , 0x00005bf7 
+ 00023540  0x00003481 bbit1  0x00000037 , 0x00005bf7 
+ 00023541  0x00003482 rtn 
+ 00023542  0x00003485 jam  0x00000003 , 0x0000484d 
+ 00023543  0x00003487 fetch  0x00000001 , 0x000045c4 
+ 00023544  0x00003488 rtneq  0x000000ff 
+ 00023545  0x00003489 arg  0x00000000 , 0x00000011 
+ 00023546  0x0000348a jam  0x00000006 , 0x0000484f 
+ 00023547  0x0000348b fetcht  0x00000001 , 0x000045c4 
+ 00023548  0x0000348c call  0x00005c07 
+ 00023549  0x0000348d store  0x00000001 , 0x0000484d 
+ 00023550  0x0000348e fetch  0x00000001 , 0x000045c3 
+ 00023551  0x0000348f beq  0x000000ff , 0x00005c04 
+ 00023552  0x00003490 call  0x00005710 
+ 00023553  0x00003492 copy  0x00000011 , 0x0000003f 
+ 00023554  0x00003493 bbit1  0x00000006 , 0x00005c28 
+ 00023555  0x00003494 branch  0x00005c1d 
+ 00023556  0x00003497 fetcht  0x00000001 , 0x000045c4 
+ 00023557  0x00003498 call  0x0000547f 
+ 00023558  0x00003499 branch  0x00005c01 
+ 00023559  0x0000349c fetch  0x00000008 , 0x00004864 
+ 00023560  0x0000349d bbit1  0x0000002d , 0x00005c13 
+ 00023561  0x0000349e fetch  0x00000001 , 0x0000484d 
+ 00023562  0x0000349f copy  0x0000003f , 0x00000013 
+ 00023563  0x000034a0 fetch  0x00000001 , 0x000045c3 
+ 00023564  0x000034a1 beq  0x000000ff , 0x00005747 
+ 00023565  0x000034a2 fetch  0x00000001 , 0x00004853 
+ 00023566  0x000034a3 nbranch  0x00005c10 , 0x00000034 
+ 00023567  0x000034a4 branch  0x00005c15 
+ 00023568  0x000034a7 jam  0x00000000 , 0x00004857 
+ 00023569  0x000034a8 jam  0x00000000 , 0x0000484d 
+ 00023570  0x000034a9 rtn 
+ 00023571  0x000034ac fetch  0x00000001 , 0x0000484d 
+ 00023572  0x000034ad branch  0x0000573b 
+ 00023573  0x000034b0 call  0x00006b85 
+ 00023574  0x000034b1 fetcht  0x00000001 , 0x000045c3 
+ 00023575  0x000034b2 branch  0x00005c13 , 0x00000001 
+ 00023576  0x000034b3 fetcht  0x00000001 , 0x000045c3 
+ 00023577  0x000034b4 call  0x00006b96 
+ 00023578  0x000034b5 fetcht  0x00000001 , 0x000045c4 
+ 00023579  0x000034b6 fetch  0x00000001 , 0x0000484d 
+ 00023580  0x000034b7 branch  0x0000573b 
+ 00023581  0x000034ba fetch  0x00000001 , 0x00004857 
+ 00023582  0x000034bb rtneq  0x00000000 
+ 00023583  0x000034bc jam  0x00000000 , 0x00004857 
+ 00023584  0x000034bd fetch  0x00000008 , 0x00004864 
+ 00023585  0x000034be rtnbit1  0x00000034 
+ 00023586  0x000034bf fetch  0x00000001 , 0x00004854 
+ 00023587  0x000034c0 sub  0x0000003f , 0x00000014 , 0x0000003e 
+ 00023588  0x000034c1 ncall  0x00005c52 , 0x00000002 
+ 00023589  0x000034c2 fetch  0x00000001 , 0x00004436 
+ 00023590  0x000034c3 store  0x00000001 , 0x00004854 
+ 00023591  0x000034c4 rtn 
+ 00023592  0x000034c7 bpatch  0x00000054 , 0x0000400a 
+ 00023593  0x000034c8 call  0x00005c35 
+ 00023594  0x000034c9 rtn  0x00000028 
+ 00023595  0x000034ca fetch  0x00000001 , 0x00004857 
+ 00023596  0x000034cb rtneq  0x00000001 
+ 00023597  0x000034cc jam  0x00000001 , 0x00004857 
+ 00023598  0x000034cd fetch  0x00000008 , 0x00004864 
+ 00023599  0x000034ce bbit1  0x00000034 , 0x00005a3e 
+ 00023600  0x000034cf fetch  0x00000001 , 0x00004831 
+ 00023601  0x000034d0 rtn  0x00000034 
+ 00023602  0x000034d1 fetch  0x00000001 , 0x000045aa 
+ 00023603  0x000034d2 store  0x00000001 , 0x00004831 
+ 00023604  0x000034d3 rtn 
+ 00023605  0x000034d6 disable  0x00000028 
+ 00023606  0x000034d7 fetch  0x00000008 , 0x00004864 
+ 00023607  0x000034d8 rtnbit1  0x0000002d 
+ 00023608  0x000034d9 fetch  0x00000001 , 0x00004847 
+ 00023609  0x000034da rtn  0x00000034 
+ 00023610  0x000034db fetch  0x00000001 , 0x00004848 
+ 00023611  0x000034dc rtn  0x00000034 
+ 00023612  0x000034dd branch  0x000074c8 
+ 00023613  0x000034e0 fetch  0x00000008 , 0x00004864 
+ 00023614  0x000034e1 bbit1  0x0000002a , 0x00005c41 
+ 00023615  0x000034e2 bbit1  0x0000002b , 0x000053c6 
+ 00023616  0x000034e3 rtn 
+ 00023617  0x000034e5 fetcht  0x00000001 , 0x000045c7 
+ 00023618  0x000034e6 call  0x0000547f 
+ 00023619  0x000034e7 fetcht  0x00000001 , 0x000045c7 
+ 00023620  0x000034e8 call  0x00006b85 
+ 00023621  0x000034e9 branch  0x00005c4a , 0x00000001 
+ 00023622  0x000034eb fetch  0x00000001 , 0x000045e5 
+ 00023623  0x000034ec rtneq  0x00000001 
+ 00023624  0x000034ed jam  0x00000001 , 0x000045e5 
+ 00023625  0x000034ee branch  0x000058fb 
+ 00023626  0x000034f1 fetch  0x00000008 , 0x00004864 
+ 00023627  0x000034f2 bbit0  0x0000002b , 0x00005c4e 
+ 00023628  0x000034f3 fetch  0x00000006 , 0x00004597 
+ 00023629  0x000034f4 store  0x00000006 , 0x0000458b 
+ 00023630  0x000034f6 fetch  0x00000001 , 0x000045e5 
+ 00023631  0x000034f7 rtneq  0x00000000 
+ 00023632  0x000034f8 jam  0x00000000 , 0x000045e5 
+ 00023633  0x000034f9 branch  0x00005da6 
+ 00023634  0x000034fc bpatch  0x00000055 , 0x0000400a 
+ 00023635  0x000034fd fetch  0x00000001 , 0x0000486c 
+ 00023636  0x000034fe rtneq  0x00000001 
+ 00023637  0x000034ff call  0x00005c5e 
+ 00023638  0x00003500 storet  0x00000001 , 0x000045e5 
+ 00023639  0x00003503 call  0x00005c75 
+ 00023640  0x00003504 call  0x000058fb 
+ 00023641  0x00003505 call  0x00005c77 
+ 00023642  0x00003506 jam  0x00000001 , 0x0000477f 
+ 00023643  0x00003507 branch  0x00005b8c 
+ 00023644  0x0000350a call  0x00005c75 
+ 00023645  0x0000350b branch  0x00006a09 
+ 00023646  0x0000350e fetcht  0x00000001 , 0x000045e5 
+ 00023647  0x0000350f increase  0x00000001 , 0x00000002 
+ 00023648  0x00003510 fetch  0x00000008 , 0x00004864 
+ 00023649  0x00003511 bbit1  0x00000011 , 0x00005c65 
+ 00023650  0x00003512 sub  0x00000002 , 0x00000002 , 0x0000003e 
+ 00023651  0x00003513 ncall  0x00005c6c , 0x00000002 
+ 00023652  0x00003514 rtn 
+ 00023653  0x00003517 fetch  0x00000001 , 0x0000486c 
+ 00023654  0x00003518 increase  0xffffffff , 0x0000003f 
+ 00023655  0x00003519 isub  0x00000002 , 0x0000003e 
+ 00023656  0x0000351a ncall  0x00005c6a , 0x00000002 
+ 00023657  0x0000351b rtn 
+ 00023658  0x0000351e arg  0x00000000 , 0x00000002 
+ 00023659  0x0000351f rtn 
+ 00023660  0x00003521 arg  0x00000001 , 0x00000002 
+ 00023661  0x00003522 rtn 
+ 00023662  0x00003525 arg  0x00000001 , 0x00000002 
+ 00023663  0x00003526 arg  0x000045e5 , 0x00000011 
+ 00023664  0x00003527 arg  0x00000000 , 0x00000012 
+ 00023665  0x00003528 branch  0x00006a4b 
+ 00023666  0x0000352b fetch  0x00000008 , 0x00004864 
+ 00023667  0x0000352c rtnbit0  0x00000034 
+ 00023668  0x0000352d branch  0x00005bf7 
+ 00023669  0x00003530 arg  0x00000000 , 0x00000007 
+ 00023670  0x00003531 branch  0x00005c8b 
+ 00023671  0x00003533 arg  0x00000000 , 0x00000007 
+ 00023672  0x00003534 branch  0x00005c8f 
+ 00023673  0x00003536 arg  0x00000003 , 0x00000007 
+ 00023674  0x00003537 branch  0x00005c8b 
+ 00023675  0x00003539 arg  0x00000003 , 0x00000007 
+ 00023676  0x0000353a branch  0x00005c8f 
+ 00023677  0x0000353c arg  0x00000005 , 0x00000007 
+ 00023678  0x0000353d branch  0x00005c8b 
+ 00023679  0x0000353f arg  0x00000005 , 0x00000007 
+ 00023680  0x00003540 branch  0x00005c8f 
+ 00023681  0x00003543 arg  0x00000014 , 0x00000007 
+ 00023682  0x00003544 branch  0x00005c8b 
+ 00023683  0x00003547 arg  0x00000018 , 0x00000007 
+ 00023684  0x00003548 branch  0x00005c8b 
+ 00023685  0x0000354b arg  0x00000016 , 0x00000007 
+ 00023686  0x0000354c branch  0x00005c8b 
+ 00023687  0x0000354f arg  0x0000000c , 0x00000007 
+ 00023688  0x00003550 branch  0x00005c8b 
+ 00023689  0x00003553 arg  0x0000001c , 0x00000007 
+ 00023690  0x00003554 branch  0x00005c8b 
+ 00023691  0x00003557 fetch  0x00000008 , 0x00004864 
+ 00023692  0x00003558 qset1  0x0000003f 
+ 00023693  0x00003559 store  0x00000008 , 0x00004864 
+ 00023694  0x0000355a rtn 
+ 00023695  0x0000355d fetch  0x00000008 , 0x00004864 
+ 00023696  0x0000355e qset0  0x0000003f 
+ 00023697  0x0000355f store  0x00000008 , 0x00004864 
+ 00023698  0x00003560 rtn 
+ 00023699  0x00003563 arg  0x00000015 , 0x00000007 
+ 00023700  0x00003564 call  0x00005c8b 
+ 00023701  0x00003565 setarg  0x00000000 
+ 00023702  0x00003566 store  0x00000008 , 0x00004884 
+ 00023703  0x00003567 store  0x00000008 , 0x0000488d 
+ 00023704  0x00003568 fetch  0x00000001 , 0x000045b2 
+ 00023705  0x00003569 and  0x0000003f , 0x000000c0 , 0x0000003f 
+ 00023706  0x0000356a beq  0x00000040 , 0x00005ca0 
+ 00023707  0x0000356b beq  0x00000080 , 0x00005ca2 
+ 00023708  0x0000356c beq  0x000000c0 , 0x00005ca7 
+ 00023709  0x0000356d setarg  0x00070008 
+ 00023710  0x0000356f store  0x00000008 , 0x00004885 
+ 00023711  0x00003570 rtn 
+ 00023712  0x00003573 setarg  0x00040005 
+ 00023713  0x00003574 branch  0x00005c9e 
+ 00023714  0x00003577 setarg  0x00022303 
+ 00023715  0x00003579 store  0x00000008 , 0x00004884 
+ 00023716  0x0000357a setarg  0x00000003 
+ 00023717  0x0000357b store  0x00000008 , 0x0000488d 
+ 00023718  0x0000357c rtn 
+ 00023719  0x0000357f setarg  0x0000cd03 
+ 00023720  0x00003580 branch  0x00005ca3 
+ 00023721  0x00003584 bpatch  0x00000056 , 0x0000400a 
+ 00023722  0x00003585 fetch  0x00000001 , 0x0000476a 
+ 00023723  0x00003586 increase  0xffffffff , 0x0000003f 
+ 00023724  0x00003587 store  0x00000001 , 0x0000476a 
+ 00023725  0x00003588 fetcht  0x00000001 , 0x000045e5 
+ 00023726  0x00003589 sub  0x00000002 , 0x00000001 , 0x0000003e 
+ 00023727  0x0000358a ncall  0x00005c5e , 0x00000005 
+ 00023728  0x0000358b storet  0x00000001 , 0x000045e5 
+ 00023729  0x0000358c call  0x00005c6e 
+ 00023730  0x0000358d call  0x00005b4b 
+ 00023731  0x0000358e branch  0x000052f2 
+ 00023732  0x00003593 bpatch  0x00000057 , 0x0000400a 
+ 00023733  0x00003594 fetch  0x00000001 , 0x000045d4 
+ 00023734  0x00003595 rtneq  0x00000003 
+ 00023735  0x00003596 fetch  0x00000008 , 0x00004864 
+ 00023736  0x00003597 rtnbit0  0x00000038 
+ 00023737  0x00003598 fetch  0x00000004 , 0x00004579 
+ 00023738  0x00003599 rtn  0x00000034 
+ 00023739  0x0000359a call  0x00005d5b 
+ 00023740  0x0000359b setarg  0x00000003 
+ 00023741  0x0000359c call  0x00005d51 
+ 00023742  0x0000359d call  0x00005d4d , 0x00000034 
+ 00023743  0x0000359e ncall  0x00005d4f , 0x00000034 
+ 00023744  0x0000359f setarg  0x00000002 
+ 00023745  0x000035a0 call  0x00005d56 
+ 00023746  0x000035a1 call  0x00005d4d , 0x00000034 
+ 00023747  0x000035a2 fetch  0x00000001 , 0x00004676 
+ 00023748  0x000035a3 beq  0x00000001 , 0x00005cca 
+ 00023749  0x000035a5 fetch  0x00000008 , 0x00004864 
+ 00023750  0x000035a6 rtnbit0  0x00000038 
+ 00023751  0x000035a7 arg  0x00000005 , 0x00000039 
+ 00023752  0x000035a8 arg  0x00004676 , 0x00000005 
+ 00023753  0x000035a9 branch  0x000073ec 
+ 00023754  0x000035ac call  0x00005cde 
+ 00023755  0x000035ad fetch  0x00000002 , 0x00004677 
+ 00023756  0x000035ae store  0x00000002 , 0x00000902 
+ 00023757  0x000035af fetch  0x00000002 , 0x00004579 
+ 00023758  0x000035b0 store  0x00000002 , 0x00000904 
+ 00023759  0x000035b1 call  0x00005d17 
+ 00023760  0x000035b2 fetch  0x00000002 , 0x00000902 
+ 00023761  0x000035b3 store  0x00000002 , 0x00004677 
+ 00023762  0x000035b4 fetch  0x00000002 , 0x00000904 
+ 00023763  0x000035b5 store  0x00000002 , 0x00004579 
+ 00023764  0x000035b7 fetch  0x00000002 , 0x00004679 
+ 00023765  0x000035b8 store  0x00000002 , 0x00000902 
+ 00023766  0x000035b9 fetch  0x00000002 , 0x0000457b 
+ 00023767  0x000035ba store  0x00000002 , 0x00000904 
+ 00023768  0x000035bb call  0x00005d1f 
+ 00023769  0x000035bc fetch  0x00000002 , 0x00000902 
+ 00023770  0x000035bd store  0x00000002 , 0x00004679 
+ 00023771  0x000035be fetch  0x00000002 , 0x00000904 
+ 00023772  0x000035bf store  0x00000002 , 0x0000457b 
+ 00023773  0x000035c0 rtn 
+ 00023774  0x000035c3 fetch  0x00000008 , 0x00004864 
+ 00023775  0x000035c4 rtnbit0  0x00000039 
+ 00023776  0x000035c5 bpatch  0x00000058 , 0x0000400b 
+ 00023777  0x000035c6 fetch  0x00000002 , 0x00004677 
+ 00023778  0x000035c7 store  0x00000002 , 0x00000909 
+ 00023779  0x000035c8 call  0x00005cf2 
+ 00023780  0x000035c9 store  0x00000002 , 0x00004677 
+ 00023781  0x000035ca fetch  0x00000002 , 0x00004579 
+ 00023782  0x000035cb store  0x00000002 , 0x00000909 
+ 00023783  0x000035cc call  0x00005d00 
+ 00023784  0x000035cd store  0x00000002 , 0x00004579 
+ 00023785  0x000035ce fetch  0x00000002 , 0x00004679 
+ 00023786  0x000035cf store  0x00000002 , 0x00000909 
+ 00023787  0x000035d0 call  0x00005cf2 
+ 00023788  0x000035d1 store  0x00000002 , 0x00004679 
+ 00023789  0x000035d2 fetch  0x00000002 , 0x0000457b 
+ 00023790  0x000035d3 store  0x00000002 , 0x00000909 
+ 00023791  0x000035d4 call  0x00005d00 
+ 00023792  0x000035d5 store  0x00000002 , 0x0000457b 
+ 00023793  0x000035d6 rtn 
+ 00023794  0x000035d9 fetch  0x00000001 , 0x0000090a 
+ 00023795  0x000035da branch  0x00005cf5 , 0x00000034 
+ 00023796  0x000035db branch  0x00005cfa 
+ 00023797  0x000035de fetch  0x00000001 , 0x00000909 
+ 00023798  0x000035df call  0x00005d0d 
+ 00023799  0x000035e0 store  0x00000001 , 0x00000909 
+ 00023800  0x000035e2 fetch  0x00000002 , 0x00000909 
+ 00023801  0x000035e3 rtn 
+ 00023802  0x000035e5 fetch  0x00000001 , 0x00000909 
+ 00023803  0x000035e6 call  0x00005d49 
+ 00023804  0x000035e7 call  0x00005d0d 
+ 00023805  0x000035e8 call  0x000074d6 , 0x00000034 
+ 00023806  0x000035e9 call  0x00005d45 
+ 00023807  0x000035ea branch  0x00005cf8 
+ 00023808  0x000035ed fetch  0x00000001 , 0x0000090a 
+ 00023809  0x000035ee branch  0x00005d03 , 0x00000034 
+ 00023810  0x000035ef branch  0x00005d07 
+ 00023811  0x000035f1 fetch  0x00000001 , 0x00000909 
+ 00023812  0x000035f2 call  0x00005d12 
+ 00023813  0x000035f3 store  0x00000001 , 0x00000909 
+ 00023814  0x000035f4 branch  0x00005cf8 
+ 00023815  0x000035f6 fetch  0x00000001 , 0x00000909 
+ 00023816  0x000035f7 call  0x00005d49 
+ 00023817  0x000035f8 call  0x00005d12 
+ 00023818  0x000035f9 call  0x000074d6 , 0x00000034 
+ 00023819  0x000035fa call  0x00005d45 
+ 00023820  0x000035fb branch  0x00005cf8 
+ 00023821  0x000035fe mul32  0x0000003f , 0x00000004 , 0x0000003f 
+ 00023822  0x000035ff div  0x0000003f , 0x00000005 
+ 00023823  0x00003600 call  0x00007475 
+ 00023824  0x00003601 quotient  0x0000003f 
+ 00023825  0x00003602 rtn 
+ 00023826  0x00003604 mul32  0x0000003f , 0x0000000c , 0x0000003f 
+ 00023827  0x00003605 div  0x0000003f , 0x0000000a 
+ 00023828  0x00003606 call  0x00007475 
+ 00023829  0x00003607 quotient  0x0000003f 
+ 00023830  0x00003608 rtn 
+ 00023831  0x0000360b fetch  0x00000002 , 0x00000902 
+ 00023832  0x0000360c fetcht  0x00000002 , 0x00000904 
+ 00023833  0x0000360d iadd  0x00000002 , 0x0000003f 
+ 00023834  0x0000360e fetcht  0x00000001 , 0x0000467b 
+ 00023835  0x0000360f iadd  0x00000002 , 0x0000003f 
+ 00023836  0x00003610 and  0x0000003f , 0x00000001 , 0x00000002 
+ 00023837  0x00003611 storet  0x00000001 , 0x0000467b 
+ 00023838  0x00003612 branch  0x00005d27 
+ 00023839  0x00003615 fetch  0x00000002 , 0x00000902 
+ 00023840  0x00003616 fetcht  0x00000002 , 0x00000904 
+ 00023841  0x00003617 iadd  0x00000002 , 0x0000003f 
+ 00023842  0x00003618 fetcht  0x00000001 , 0x0000467c 
+ 00023843  0x00003619 iadd  0x00000002 , 0x0000003f 
+ 00023844  0x0000361a and  0x0000003f , 0x00000001 , 0x00000002 
+ 00023845  0x0000361b storet  0x00000001 , 0x0000467c 
+ 00023846  0x0000361c branch  0x00005d27 
+ 00023847  0x0000361f store  0x00000003 , 0x00000906 
+ 00023848  0x00003620 isolate1  0x00000010 , 0x0000003f 
+ 00023849  0x00003621 branch  0x00005d31 , 0x00000001 
+ 00023850  0x00003622 fetch  0x00000001 , 0x00000907 
+ 00023851  0x00003623 beq  0x000000ff , 0x00005d38 
+ 00023852  0x00003624 fetch  0x00000001 , 0x00000906 
+ 00023853  0x00003626 rshift  0x0000003f , 0x0000003f 
+ 00023854  0x00003627 store  0x00000002 , 0x00000902 
+ 00023855  0x00003628 store  0x00000002 , 0x00000904 
+ 00023856  0x00003629 rtn 
+ 00023857  0x0000362b fetch  0x00000001 , 0x00000907 
+ 00023858  0x0000362c beq  0x00000000 , 0x00005d35 
+ 00023859  0x0000362d fetch  0x00000003 , 0x00000906 
+ 00023860  0x0000362e branch  0x00005d2d 
+ 00023861  0x00003630 jam  0x00000000 , 0x00000908 
+ 00023862  0x00003631 fetch  0x00000001 , 0x00000906 
+ 00023863  0x00003632 branch  0x00005d2d 
+ 00023864  0x00003635 fetch  0x00000001 , 0x00000906 
+ 00023865  0x00003636 call  0x00005d43 
+ 00023866  0x00003637 store  0x00000001 , 0x00000902 
+ 00023867  0x00003638 store  0x00000001 , 0x00000904 
+ 00023868  0x00003639 branch  0x00005d41 , 0x00000034 
+ 00023869  0x0000363a setarg  0x000000ff 
+ 00023870  0x0000363c store  0x00000001 , 0x00000903 
+ 00023871  0x0000363d store  0x00000001 , 0x00000905 
+ 00023872  0x0000363e rtn 
+ 00023873  0x00003640 setarg  0x00000000 
+ 00023874  0x00003641 branch  0x00005d3e 
+ 00023875  0x00003644 call  0x00005d49 
+ 00023876  0x00003645 rshift  0x0000003f , 0x0000003f 
+ 00023877  0x00003647 call  0x00005d4a 
+ 00023878  0x00003648 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00023879  0x00003649 store  0x00000001 , 0x00000909 
+ 00023880  0x0000364a rtn 
+ 00023881  0x0000364d sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00023882  0x0000364f store  0x00000001 , 0x000004d8 
+ 00023883  0x00003650 fetch  0x00000001 , 0x000004d8 
+ 00023884  0x00003651 rtn 
+ 00023885  0x00003654 jam  0x00000000 , 0x00004676 
+ 00023886  0x00003655 rtn 
+ 00023887  0x00003657 jam  0x00000001 , 0x00004676 
+ 00023888  0x00003658 rtn 
+ 00023889  0x0000365c isub  0x00000011 , 0x0000003e 
+ 00023890  0x0000365d nbranch  0x000074d6 , 0x00000002 
+ 00023891  0x0000365e isub  0x00000012 , 0x0000003e 
+ 00023892  0x0000365f nbranch  0x000074d6 , 0x00000002 
+ 00023893  0x00003660 branch  0x000074d8 
+ 00023894  0x00003662 isub  0x00000011 , 0x0000003e 
+ 00023895  0x00003663 nrtn  0x00000002 
+ 00023896  0x00003664 isub  0x00000012 , 0x0000003e 
+ 00023897  0x00003665 nrtn  0x00000002 
+ 00023898  0x00003666 branch  0x000074d8 
+ 00023899  0x00003669 fetch  0x00000002 , 0x00004579 
+ 00023900  0x0000366a call  0x00005d62 
+ 00023901  0x0000366b copy  0x0000003f , 0x00000011 
+ 00023902  0x0000366c fetch  0x00000002 , 0x0000457b 
+ 00023903  0x0000366d call  0x00005d62 
+ 00023904  0x0000366e copy  0x0000003f , 0x00000012 
+ 00023905  0x0000366f rtn 
+ 00023906  0x00003672 store  0x00000002 , 0x00000904 
+ 00023907  0x00003673 fetch  0x00000001 , 0x00000905 
+ 00023908  0x00003674 beq  0x000000ff , 0x00005d68 
+ 00023909  0x00003675 fetch  0x00000001 , 0x00000904 
+ 00023910  0x00003677 and_into  0x000000ff , 0x0000003f 
+ 00023911  0x00003679 rtn 
+ 00023912  0x0000367b fetch  0x00000002 , 0x00000904 
+ 00023913  0x0000367c sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00023914  0x0000367d branch  0x00005d66 
+ 00023915  0x00003680 arg  0x0000456a , 0x00000013 
+ 00023916  0x00003681 arg  0x00005d6e , 0x00000012 
+ 00023917  0x00003682 branch  0x00004dcc 
+ 00023918  0x00003684 fetch  0x00000004 , 0x0000455e 
+ 00023919  0x00003685 store  0x00000004 , 0x000044fa 
+ 00023920  0x00003686 jam  0x00000001 , 0x00004768 
+ 00023921  0x00003687 rtn 
+ 00023922  0x0000368b fetch  0x00000001 , 0x0000489a 
+ 00023923  0x0000368c beq  0x00000000 , 0x00005d7a 
+ 00023924  0x0000368d beq  0x00000001 , 0x00005d7c 
+ 00023925  0x0000368e beq  0x00000002 , 0x00005d77 
+ 00023926  0x0000368f beq  0x00000003 , 0x00005d7e 
+ 00023927  0x00003691 setarg  0x000ea600 
+ 00023928  0x00003693 store  0x00000004 , 0x0000455e 
+ 00023929  0x00003694 rtn 
+ 00023930  0x00003696 setarg  0x0005e740 
+ 00023931  0x00003697 branch  0x00005d78 
+ 00023932  0x00003699 setarg  0x000927c0 
+ 00023933  0x0000369a branch  0x00005d78 
+ 00023934  0x0000369c setarg  0x00124f80 
+ 00023935  0x0000369d branch  0x00005d78 
+ 00023936  0x000036a0 bpatch  0x00000059 , 0x0000400b 
+ 00023937  0x000036a1 jam  0x00000000 , 0x0000454b 
+ 00023938  0x000036a2 call  0x00004ca6 
+ 00023939  0x000036a3 setarg  0xffffffff 
+ 00023940  0x000036a4 store  0x00000004 , 0x000044fa 
+ 00023941  0x000036a5 setarg  0x00000000 
+ 00023942  0x000036a6 store  0x00000007 , 0x00004578 
+ 00023943  0x000036a7 jam  0x00000001 , 0x00004899 
+ 00023944  0x000036a8 call  0x0000583e 
+ 00023945  0x000036a9 call  0x00005338 
+ 00023946  0x000036aa branch  0x00005fa2 
+ 00023947  0x000036ad fetch  0x00000001 , 0x00004899 
+ 00023948  0x000036ae ncall  0x00005d8f , 0x00000034 
+ 00023949  0x000036af jam  0x00000000 , 0x00004899 
+ 00023950  0x000036b0 rtn 
+ 00023951  0x000036b3 call  0x000057a3 
+ 00023952  0x000036b4 fetch  0x00000008 , 0x00004864 
+ 00023953  0x000036b5 rtnbit0  0x0000003c 
+ 00023954  0x000036b7 fetch  0x00000001 , 0x000045b9 
+ 00023955  0x000036b8 arg  0x00000040 , 0x00000002 
+ 00023956  0x000036b9 call  0x00006bbd 
+ 00023957  0x000036ba fetch  0x00000001 , 0x000045ba 
+ 00023958  0x000036bb arg  0x00000040 , 0x00000002 
+ 00023959  0x000036bc branch  0x00006bbd 
+ 00023960  0x000036bf call  0x00005d9c 
+ 00023961  0x000036c0 fetch  0x00000001 , 0x00004899 
+ 00023962  0x000036c1 nbranch  0x00005fad , 0x00000034 
+ 00023963  0x000036c2 branch  0x00004c6f 
+ 00023964  0x000036c5 fetch  0x00000004 , 0x00004533 
+ 00023965  0x000036c6 fetcht  0x00000004 , 0x0000452f 
+ 00023966  0x000036c7 isub  0x00000002 , 0x0000003e 
+ 00023967  0x000036c8 branch  0x00005da1 , 0x00000005 
+ 00023968  0x000036c9 branch  0x00005da4 
+ 00023969  0x000036cc jam  0x00000000 , 0x00004118 
+ 00023970  0x000036cd jam  0x000000aa , 0x00004116 
+ 00023971  0x000036ce rtn 
+ 00023972  0x000036d0 jam  0x000000ff , 0x00004118 
+ 00023973  0x000036d1 rtn 
+ 00023974  0x000036d4 set0  0x00000026 , 0x00000000 
+ 00023975  0x000036d5 jam  0x00000000 , 0x00004547 
+ 00023976  0x000036d6 arg  0x00000001 , 0x00000007 
+ 00023977  0x000036d7 branch  0x00005c8f 
+ 00023978  0x000036da fetch  0x00000008 , 0x00004864 
+ 00023979  0x000036db bbit0  0x00000011 , 0x00005db7 
+ 00023980  0x000036dc call  0x000052ff 
+ 00023981  0x000036dd branch  0x00005dfc , 0x00000028 
+ 00023982  0x000036de fetch  0x00000008 , 0x00004864 
+ 00023983  0x000036df bbit1  0x00000030 , 0x00005dbc 
+ 00023984  0x000036e0 bbit0  0x00000031 , 0x00005dbc 
+ 00023985  0x000036e1 call  0x000056b4 
+ 00023986  0x000036e2 and  0x00000011 , 0x00000007 , 0x0000003f 
+ 00023987  0x000036e3 fetcht  0x00000001 , 0x00004883 
+ 00023988  0x000036e4 isub  0x00000002 , 0x0000003e 
+ 00023989  0x000036e5 branch  0x00005dd8 , 0x00000005 
+ 00023990  0x000036e6 branch  0x00005dbc 
+ 00023991  0x000036e9 fetch  0x00000001 , 0x0000476a 
+ 00023992  0x000036ea nbranch  0x00005ca9 , 0x00000034 
+ 00023993  0x000036eb rtn 
+ 00023994  0x000036ee call  0x000052ff 
+ 00023995  0x000036ef branch  0x00005dc8 , 0x00000028 
+ 00023996  0x000036f1 fetch  0x00000001 , 0x000048bd 
+ 00023997  0x000036f2 ncall  0x00005ab8 , 0x00000034 
+ 00023998  0x000036f3 jam  0x00000000 , 0x000045e5 
+ 00023999  0x000036f4 fetch  0x00000002 , 0x00004872 
+ 00024000  0x000036f5 store  0x00000002 , 0x00004529 
+ 00024001  0x000036f6 jam  0x00000002 , 0x0000452d 
+ 00024002  0x000036f7 branch  0x00004ba8 
+ 00024003  0x000036fa call  0x00005e1e 
+ 00024004  0x000036fb fetch  0x00000002 , 0x00004521 
+ 00024005  0x000036fc store  0x00000002 , 0x00004529 
+ 00024006  0x000036fd jam  0x00000004 , 0x0000452d 
+ 00024007  0x000036fe branch  0x00004ba8 
+ 00024008  0x00003701 fetch  0x00000001 , 0x000045e5 
+ 00024009  0x00003702 beq  0x00000000 , 0x00005dfc 
+ 00024010  0x00003703 call  0x000058f9 
+ 00024011  0x00003705 call  0x00005da6 
+ 00024012  0x00003706 call  0x00005ef7 
+ 00024013  0x00003707 jam  0x00000001 , 0x000045e5 
+ 00024014  0x00003708 call  0x00005b61 
+ 00024015  0x00003709 branch  0x000052f2 
+ 00024016  0x0000370c call  0x000052ff 
+ 00024017  0x0000370d branch  0x00005324 , 0x00000028 
+ 00024018  0x0000370e branch  0x00005b08 
+ 00024019  0x00003711 call  0x000052ff 
+ 00024020  0x00003712 rtn  0x00000028 
+ 00024021  0x00003713 fetch  0x00000008 , 0x00004864 
+ 00024022  0x00003714 bbit1  0x0000002f , 0x00005b8c 
+ 00024023  0x00003715 rtn 
+ 00024024  0x00003718 jam  0x00000000 , 0x0000452d 
+ 00024025  0x00003719 arg  0x00000001 , 0x00000007 
+ 00024026  0x0000371a call  0x00005c8b 
+ 00024027  0x0000371b setarg  0x00000000 
+ 00024028  0x0000371c store  0x00000002 , 0x00004529 
+ 00024029  0x0000371d call  0x00005b29 
+ 00024030  0x0000371e call  0x00005f7f 
+ 00024031  0x0000371f call  0x00005e1e 
+ 00024032  0x00003720 jam  0x00000001 , 0x000044d4 
+ 00024033  0x00003721 fetch  0x00000008 , 0x00004864 
+ 00024034  0x00003722 bbit0  0x00000015 , 0x0000490a 
+ 00024035  0x00003723 jam  0x00000002 , 0x000044d4 
+ 00024036  0x00003724 branch  0x0000490a 
+ 00024037  0x00003727 fetch  0x00000001 , 0x0000454b 
+ 00024038  0x00003728 nbranch  0x00005d80 , 0x00000034 
+ 00024039  0x00003729 fetch  0x00000001 , 0x0000452d 
+ 00024040  0x0000372a beq  0x00000002 , 0x00005df4 
+ 00024041  0x0000372b beq  0x00000004 , 0x00005e02 
+ 00024042  0x0000372c beq  0x00000003 , 0x00005e07 
+ 00024043  0x0000372e fetch  0x00000008 , 0x00004864 
+ 00024044  0x0000372f bbit1  0x0000003c , 0x00005d80 
+ 00024045  0x00003731 call  0x00005efb 
+ 00024046  0x00003732 call  0x00005da6 
+ 00024047  0x00003733 fetch  0x00000001 , 0x0000476a 
+ 00024048  0x00003734 nbranch  0x00005ca9 , 0x00000034 
+ 00024049  0x00003735 fetch  0x00000001 , 0x000045e5 
+ 00024050  0x00003736 beq  0x00000000 , 0x00005324 
+ 00024051  0x00003737 rtn 
+ 00024052  0x0000373a fetch  0x00000008 , 0x00004864 
+ 00024053  0x0000373b bbit1  0x0000002f , 0x00005dc3 
+ 00024054  0x0000373c bbit1  0x00000030 , 0x00005dc3 
+ 00024055  0x0000373d bbit0  0x0000003a , 0x00005dfc 
+ 00024056  0x0000373e fetch  0x00000004 , 0x00004640 
+ 00024057  0x0000373f fetcht  0x00000004 , 0x00004621 
+ 00024058  0x00003740 isub  0x00000002 , 0x0000003e 
+ 00024059  0x00003741 branch  0x00005dd8 , 0x00000005 
+ 00024060  0x00003743 fetch  0x00000001 , 0x000048bd 
+ 00024061  0x00003744 ncall  0x00005ab8 , 0x00000034 
+ 00024062  0x00003745 fetch  0x00000002 , 0x00004527 
+ 00024063  0x00003746 store  0x00000002 , 0x00004529 
+ 00024064  0x00003747 jam  0x00000003 , 0x0000452d 
+ 00024065  0x00003748 branch  0x00004ba8 
+ 00024066  0x0000374b fetch  0x00000008 , 0x00004864 
+ 00024067  0x0000374c bbit0  0x0000002f , 0x00005deb 
+ 00024068  0x0000374d fetch  0x00000001 , 0x0000486c 
+ 00024069  0x0000374e beq  0x00000001 , 0x00005deb 
+ 00024070  0x0000374f branch  0x00005dcb 
+ 00024071  0x00003752 fetch  0x00000008 , 0x00004864 
+ 00024072  0x00003753 bbit0  0x0000002f , 0x00005deb 
+ 00024073  0x00003754 bbit1  0x00000013 , 0x00005deb 
+ 00024074  0x00003755 bbit1  0x00000012 , 0x00005deb 
+ 00024075  0x00003756 branch  0x00005dc4 
+ 00024076  0x00003759 fetch  0x00000004 , 0x000044da 
+ 00024077  0x0000375a store  0x00000004 , 0x00004533 
+ 00024078  0x0000375b store  0x00000004 , 0x00004640 
+ 00024079  0x0000375c call  0x00004bce 
+ 00024080  0x0000375d call  0x00005e1b 
+ 00024081  0x0000375e call  0x00005aa9 
+ 00024082  0x0000375f call  0x000058c4 
+ 00024083  0x00003760 jam  0x00000000 , 0x00004768 
+ 00024084  0x00003761 jam  0x00000000 , 0x00004547 
+ 00024085  0x00003762 jam  0x00000000 , 0x0000452d 
+ 00024086  0x00003763 fetch  0x00000004 , 0x00004533 
+ 00024087  0x00003764 fetch  0x00000004 , 0x0000452f 
+ 00024088  0x00003765 isub  0x00000002 , 0x0000003e 
+ 00024089  0x00003766 rtn  0x00000005 
+ 00024090  0x00003767 branch  0x00005dd3 
+ 00024091  0x0000376a fetch  0x00000001 , 0x000048bd 
+ 00024092  0x0000376b branch  0x00005ea2 , 0x00000034 
+ 00024093  0x0000376c branch  0x00005abd 
+ 00024094  0x0000376f fetch  0x00000001 , 0x000048bd 
+ 00024095  0x00003770 branch  0x00005ea8 , 0x00000034 
+ 00024096  0x00003771 branch  0x00005ab8 
+ 00024097  0x00003774 call  0x00005aa9 
+ 00024098  0x00003775 arg  0x00000001 , 0x00000007 
+ 00024099  0x00003776 call  0x00005c8f 
+ 00024100  0x00003777 call  0x00005e1b 
+ 00024101  0x00003778 setarg  0x00000000 
+ 00024102  0x00003779 store  0x00000002 , 0x00004523 
+ 00024103  0x0000377a store  0x00000002 , 0x00004529 
+ 00024104  0x0000377b store  0x00000001 , 0x00004547 
+ 00024105  0x0000377c store  0x00000001 , 0x00004675 
+ 00024106  0x0000377d store  0x00000001 , 0x0000452d 
+ 00024107  0x0000377f call  0x000058c4 
+ 00024108  0x00003780 call  0x000058d5 
+ 00024109  0x00003781 fetch  0x00000004 , 0x000044da 
+ 00024110  0x00003782 store  0x00000004 , 0x00004533 
+ 00024111  0x00003783 store  0x00000004 , 0x00004640 
+ 00024112  0x00003784 branch  0x00005b8c 
+ 00024113  0x00003787 bpatch  0x0000005a , 0x0000400b 
+ 00024114  0x00003788 rtnmark0  0x00000026 
+ 00024115  0x00003789 call  0x0000549b 
+ 00024116  0x0000378a nrtn  0x00000028 
+ 00024117  0x0000378b fetch  0x00000008 , 0x00004864 
+ 00024118  0x0000378c bbit0  0x00000015 , 0x00005e39 
+ 00024119  0x0000378d fetch  0x00000001 , 0x00004844 
+ 00024120  0x0000378e nbranch  0x00005e4e , 0x00000034 
+ 00024121  0x00003790 call  0x000058c5 
+ 00024122  0x00003791 fetch  0x00000001 , 0x000044d4 
+ 00024123  0x00003792 bbit1  0x00000001 , 0x00005e48 
+ 00024124  0x00003793 fetcht  0x00000001 , 0x00004465 
+ 00024125  0x00003794 fetch  0x00000001 , 0x00004578 
+ 00024126  0x00003795 ior  0x00000002 , 0x0000003f 
+ 00024127  0x00003796 store  0x00000001 , 0x00004578 
+ 00024128  0x00003797 fetcht  0x00000001 , 0x0000446a 
+ 00024129  0x00003798 fetch  0x00000001 , 0x0000457d 
+ 00024130  0x00003799 iadd  0x00000002 , 0x0000003f 
+ 00024131  0x0000379a store  0x00000001 , 0x0000457d 
+ 00024132  0x0000379b fetcht  0x00000001 , 0x0000446b 
+ 00024133  0x0000379c fetch  0x00000001 , 0x0000457e 
+ 00024134  0x0000379d iadd  0x00000002 , 0x0000003f 
+ 00024135  0x0000379e store  0x00000001 , 0x0000457e 
+ 00024136  0x000037a0 jam  0x00000001 , 0x000044d4 
+ 00024137  0x000037a1 arg  0x00000007 , 0x00000011 
+ 00024138  0x000037a2 arg  0x00004578 , 0x00000012 
+ 00024139  0x000037a3 fetch  0x00000002 , 0x0000457d 
+ 00024140  0x000037a4 rtn  0x00000034 
+ 00024141  0x000037a5 branch  0x00004d3c 
+ 00024142  0x000037a8 jam  0x00000002 , 0x000044d4 
+ 00024143  0x000037a9 arg  0x00000009 , 0x00000011 
+ 00024144  0x000037aa fetch  0x00000001 , 0x00004845 
+ 00024145  0x000037ab nbranch  0x00005e54 , 0x00000034 
+ 00024146  0x000037ac arg  0x0000488d , 0x00000012 
+ 00024147  0x000037ad rtn 
+ 00024148  0x000037af arg  0x00004884 , 0x00000012 
+ 00024149  0x000037b0 rtn 
+ 00024150  0x000037b7 setarg  0x00000000 
+ 00024151  0x000037b8 store  0x00000003 , 0x0000485d 
+ 00024152  0x000037b9 rtn 
+ 00024153  0x000037bc fetch  0x00000008 , 0x00004864 
+ 00024154  0x000037bd rtnbit0  0x00000016 
+ 00024155  0x000037be fetch  0x00000001 , 0x00004768 
+ 00024156  0x000037bf rtn  0x00000034 
+ 00024157  0x000037c0 fetch  0x00000001 , 0x0000454d 
+ 00024158  0x000037c1 rtn  0x00000034 
+ 00024159  0x000037c2 fetch  0x00000001 , 0x0000485a 
+ 00024160  0x000037c3 increase  0x00000001 , 0x0000003f 
+ 00024161  0x000037c4 and_into  0x00000003 , 0x0000003f 
+ 00024162  0x000037c5 store  0x00000001 , 0x0000485a 
+ 00024163  0x000037c6 nrtn  0x00000034 
+ 00024164  0x000037c7 jam  0x00000000 , 0x0000485b 
+ 00024165  0x000037c9 bpatch  0x0000005b , 0x0000400b 
+ 00024166  0x000037ca fetch  0x00000001 , 0x0000485b 
+ 00024167  0x000037cb increase  0x00000001 , 0x0000003f 
+ 00024168  0x000037cc store  0x00000001 , 0x0000485b 
+ 00024169  0x000037cd sub  0x0000003f , 0x00000008 , 0x0000003e 
+ 00024170  0x000037ce nbranch  0x00005e71 , 0x00000002 
+ 00024171  0x000037cf call  0x00004bf3 
+ 00024172  0x000037d0 call  0x00004cb0 
+ 00024173  0x000037d1 nbranch  0x00005e77 , 0x00000018 
+ 00024174  0x000037d2 nbranch  0x00005e77 , 0x0000002f 
+ 00024175  0x000037d3 call  0x00005e8a 
+ 00024176  0x000037d4 call  0x00005e81 
+ 00024177  0x000037d6 call  0x00004bef 
+ 00024178  0x000037d7 fetch  0x00000001 , 0x0000485c 
+ 00024179  0x000037d8 increase  0x00000001 , 0x0000003f 
+ 00024180  0x000037d9 store  0x00000001 , 0x0000485c 
+ 00024181  0x000037da beq  0x00000010 , 0x00005e79 
+ 00024182  0x000037db rtn 
+ 00024183  0x000037de call  0x0000489b 
+ 00024184  0x000037df branch  0x00005e65 
+ 00024185  0x000037e2 jam  0x00000000 , 0x0000485c 
+ 00024186  0x000037e3 fetch  0x00000001 , 0x0000485d 
+ 00024187  0x000037e4 rtnbit1  0x00000000 
+ 00024188  0x000037e5 set1  0x00000000 , 0x0000003f 
+ 00024189  0x000037e6 store  0x00000001 , 0x0000485d 
+ 00024190  0x000037e7 fetch  0x00000002 , 0x00004874 
+ 00024191  0x000037e8 store  0x00000002 , 0x0000476c 
+ 00024192  0x000037e9 branch  0x0000583e 
+ 00024193  0x000037ec fetch  0x00000001 , 0x0000454d 
+ 00024194  0x000037ed branch  0x00005e56 , 0x00000034 
+ 00024195  0x000037ee jam  0x00000000 , 0x0000485c 
+ 00024196  0x000037ef fetch  0x00000001 , 0x0000485d 
+ 00024197  0x000037f0 rtnbit0  0x00000000 
+ 00024198  0x000037f1 set0  0x00000000 , 0x0000003f 
+ 00024199  0x000037f2 store  0x00000001 , 0x0000485d 
+ 00024200  0x000037f3 call  0x00005aa9 
+ 00024201  0x000037f4 branch  0x000057a3 
+ 00024202  0x000037f7 call  0x00004ccf 
+ 00024203  0x000037f8 fetch  0x00000001 , 0x00004443 
+ 00024204  0x000037f9 compare  0x00000008 , 0x0000003f , 0x000000f8 
+ 00024205  0x000037fa nrtn  0x00000001 
+ 00024206  0x000037fb fetch  0x00000001 , 0x00004444 
+ 00024207  0x000037fc beq  0x000000ff , 0x00005d80 
+ 00024208  0x000037fd rtn 
+ 00024209  0x00003804 fetch  0x00000001 , 0x000045e5 
+ 00024210  0x00003805 bne  0x00000000 , 0x00003b51 
+ 00024211  0x00003806 fetch  0x00000001 , 0x00004515 
+ 00024212  0x00003807 rtn  0x00000034 
+ 00024213  0x00003809 jam  0x00000002 , 0x00008042 
+ 00024214  0x0000380a fetch  0x00000001 , 0x00008130 
+ 00024215  0x0000380b and  0x0000003f , 0x000000fc , 0x0000003f 
+ 00024216  0x0000380c store  0x00000001 , 0x0000804c 
+ 00024217  0x0000380d branch  0x00003c05 
+ 00024218  0x00003814 fetch  0x00000008 , 0x00004864 
+ 00024219  0x00003815 rtnbit0  0x00000020 
+ 00024220  0x00003816 fetch  0x00000001 , 0x00004860 
+ 00024221  0x00003817 rtn  0x00000034 
+ 00024222  0x00003818 increase  0xffffffff , 0x0000003f 
+ 00024223  0x00003819 store  0x00000001 , 0x00004860 
+ 00024224  0x0000381a branch  0x00005efb , 0x00000034 
+ 00024225  0x0000381b branch  0x00005f09 
+ 00024226  0x0000381e fetch  0x00000008 , 0x00004864 
+ 00024227  0x0000381f rtnbit0  0x00000020 
+ 00024228  0x00003820 call  0x00005f7f 
+ 00024229  0x00003821 fetch  0x00000001 , 0x00004878 
+ 00024230  0x00003822 store  0x00000001 , 0x00004860 
+ 00024231  0x00003823 rtn 
+ 00024232  0x00003826 jam  0x00000000 , 0x00004860 
+ 00024233  0x00003827 fetch  0x00000002 , 0x0000487c 
+ 00024234  0x00003828 store  0x00000002 , 0x000045dd 
+ 00024235  0x00003829 store  0x00000002 , 0x000045df 
+ 00024236  0x0000382b fetch  0x00000001 , 0x000045e5 
+ 00024237  0x0000382c beq  0x00000000 , 0x00005eb1 
+ 00024238  0x0000382d beq  0x00000001 , 0x00005eb3 
+ 00024239  0x0000382e beq  0x00000002 , 0x00005eb5 
+ 00024240  0x0000382f rtn 
+ 00024241  0x00003831 fetch  0x00000001 , 0x000045ca 
+ 00024242  0x00003832 branch  0x00005eb6 
+ 00024243  0x00003834 fetch  0x00000001 , 0x000045cb 
+ 00024244  0x00003835 branch  0x00005eb6 
+ 00024245  0x00003837 fetch  0x00000001 , 0x000045cc 
+ 00024246  0x00003839 store  0x00000001 , 0x000004cc 
+ 00024247  0x0000383a call  0x00005efb 
+ 00024248  0x0000383b fetch  0x00000001 , 0x000004cc 
+ 00024249  0x0000383c store  0x00000001 , 0x000045dc 
+ 00024250  0x0000383d arg  0x00000000 , 0x00000011 
+ 00024251  0x0000383e jam  0x00000001 , 0x000045da 
+ 00024252  0x0000383f branch  0x00006f10 
+ 00024253  0x00003842 fetch  0x00000001 , 0x000045cd 
+ 00024254  0x00003843 rtneq  0x000000ff 
+ 00024255  0x00003844 fetch  0x00000002 , 0x0000477c 
+ 00024256  0x00003845 nrtn  0x00000034 
+ 00024257  0x00003846 fetch  0x00000002 , 0x00004523 
+ 00024258  0x00003847 nrtn  0x00000034 
+ 00024259  0x00003848 fetch  0x00000002 , 0x00004529 
+ 00024260  0x00003849 nrtn  0x00000034 
+ 00024261  0x0000384a fetch  0x00000001 , 0x00004860 
+ 00024262  0x0000384b nrtn  0x00000034 
+ 00024263  0x0000384c fetch  0x00000001 , 0x00004879 
+ 00024264  0x0000384d branch  0x00005ece , 0x00000034 
+ 00024265  0x0000384e store  0x00000001 , 0x00004861 
+ 00024266  0x0000384f rtn 
+ 00024267  0x00003852 arg  0x00004861 , 0x00000013 
+ 00024268  0x00003853 arg  0x00005ece , 0x00000012 
+ 00024269  0x00003854 branch  0x00004dcc 
+ 00024270  0x00003857 fetch  0x00000001 , 0x000045cd 
+ 00024271  0x00003858 store  0x00000001 , 0x000045dc 
+ 00024272  0x00003859 fetch  0x00000002 , 0x0000487a 
+ 00024273  0x0000385a store  0x00000002 , 0x000045dd 
+ 00024274  0x0000385b store  0x00000002 , 0x000045df 
+ 00024275  0x0000385c fetch  0x00000001 , 0x000045d4 
+ 00024276  0x0000385d beq  0x00000003 , 0x00005ee2 
+ 00024277  0x0000385e beq  0x0000000b , 0x00005ee2 
+ 00024278  0x0000385f arg  0x00000000 , 0x00000011 
+ 00024279  0x00003860 fetcht  0x00000001 , 0x0000463f 
+ 00024280  0x00003861 increase  0x00000002 , 0x00000002 
+ 00024281  0x00003862 sub  0x00000002 , 0x00000003 , 0x0000003e 
+ 00024282  0x00003863 call  0x00005ede , 0x00000002 
+ 00024283  0x00003864 branch  0x00005eeb , 0x00000002 
+ 00024284  0x00003865 increase  0xfffffffd , 0x00000002 
+ 00024285  0x00003866 branch  0x00005eeb 
+ 00024286  0x00003869 fetch  0x00000008 , 0x00004864 
+ 00024287  0x0000386a rtnbit0  0x0000001c 
+ 00024288  0x0000386b increase  0x00000001 , 0x00000002 
+ 00024289  0x0000386c rtn 
+ 00024290  0x0000386f arg  0x00000000 , 0x00000011 
+ 00024291  0x00003870 fetcht  0x00000001 , 0x0000463f 
+ 00024292  0x00003871 increase  0x00000001 , 0x00000002 
+ 00024293  0x00003872 fetch  0x00000008 , 0x00004864 
+ 00024294  0x00003873 bbit0  0x0000001c , 0x00005eeb 
+ 00024295  0x00003874 increase  0x00000001 , 0x00000002 
+ 00024296  0x00003875 sub  0x00000002 , 0x00000004 , 0x0000003e 
+ 00024297  0x00003876 branch  0x00005eeb , 0x00000002 
+ 00024298  0x00003877 arg  0x00000001 , 0x00000002 
+ 00024299  0x00003879 storet  0x00000001 , 0x000045db 
+ 00024300  0x0000387a jam  0x00000001 , 0x000045da 
+ 00024301  0x0000387b rtn 
+ 00024302  0x0000387f disable  0x00000028 
+ 00024303  0x00003880 fetch  0x00000001 , 0x000045cd 
+ 00024304  0x00003881 fetcht  0x00000001 , 0x000045dc 
+ 00024305  0x00003882 isub  0x00000002 , 0x0000003e 
+ 00024306  0x00003883 nrtn  0x00000005 
+ 00024307  0x00003884 fetch  0x00000001 , 0x000045db 
+ 00024308  0x00003885 rtn  0x00000034 
+ 00024309  0x00003886 jam  0x00000000 , 0x000045a1 
+ 00024310  0x00003887 branch  0x000074c8 
+ 00024311  0x0000388a call  0x00005f07 
+ 00024312  0x0000388b call  0x00005f00 
+ 00024313  0x0000388c call  0x00005f03 
+ 00024314  0x0000388d branch  0x00005f05 
+ 00024315  0x00003890 fetch  0x00000001 , 0x000045e5 
+ 00024316  0x00003891 beq  0x00000000 , 0x00005f00 
+ 00024317  0x00003892 beq  0x00000001 , 0x00005f03 
+ 00024318  0x00003893 beq  0x00000002 , 0x00005f05 
+ 00024319  0x00003894 rtn 
+ 00024320  0x00003897 jam  0x00000000 , 0x00004863 
+ 00024321  0x00003898 fetcht  0x00000001 , 0x000045ca 
+ 00024322  0x00003899 branch  0x00005f14 
+ 00024323  0x0000389c fetcht  0x00000001 , 0x000045cb 
+ 00024324  0x0000389d branch  0x00005f14 
+ 00024325  0x000038a0 fetcht  0x00000001 , 0x000045cc 
+ 00024326  0x000038a1 branch  0x00005f14 
+ 00024327  0x000038a4 fetcht  0x00000001 , 0x000045cd 
+ 00024328  0x000038a5 branch  0x00005f14 
+ 00024329  0x000038a8 fetch  0x00000001 , 0x000045e5 
+ 00024330  0x000038a9 beq  0x00000000 , 0x00005f0e 
+ 00024331  0x000038aa beq  0x00000001 , 0x00005f10 
+ 00024332  0x000038ab beq  0x00000002 , 0x00005f12 
+ 00024333  0x000038ac rtn 
+ 00024334  0x000038af fetcht  0x00000001 , 0x000045ca 
+ 00024335  0x000038b0 branch  0x00005f1b 
+ 00024336  0x000038b2 fetcht  0x00000001 , 0x000045cb 
+ 00024337  0x000038b3 branch  0x00005f1b 
+ 00024338  0x000038b5 fetcht  0x00000001 , 0x000045cc 
+ 00024339  0x000038b6 branch  0x00005f1b 
+ 00024340  0x000038b9 bpatch  0x0000005c , 0x0000400b 
+ 00024341  0x000038ba copy  0x00000002 , 0x0000003f 
+ 00024342  0x000038bb rtneq  0x000000ff 
+ 00024343  0x000038bc copy  0x0000003f , 0x00000002 
+ 00024344  0x000038bd storet  0x00000001 , 0x000045dc 
+ 00024345  0x000038be arg  0x00000000 , 0x00000011 
+ 00024346  0x000038bf branch  0x00006f0b 
+ 00024347  0x000038c1 bpatch  0x0000005d , 0x0000400b 
+ 00024348  0x000038c2 copy  0x00000002 , 0x0000003f 
+ 00024349  0x000038c3 rtneq  0x000000ff 
+ 00024350  0x000038c4 copy  0x0000003f , 0x00000002 
+ 00024351  0x000038c5 storet  0x00000001 , 0x000045dc 
+ 00024352  0x000038c6 arg  0x00000000 , 0x00000011 
+ 00024353  0x000038c7 branch  0x00006f06 
+ 00024354  0x000038ca bpatch  0x0000005e , 0x0000400b 
+ 00024355  0x000038cb fetch  0x00000001 , 0x000045ca 
+ 00024356  0x000038cc isub  0x00000002 , 0x0000003e 
+ 00024357  0x000038cd call  0x00005f43 , 0x00000005 
+ 00024358  0x000038ce fetch  0x00000008 , 0x00004864 
+ 00024359  0x000038cf bbit0  0x00000024 , 0x00006b92 
+ 00024360  0x000038d0 call  0x00005f34 
+ 00024361  0x000038d1 call  0x00005f38 
+ 00024362  0x000038d2 call  0x00005f3c 
+ 00024363  0x000038d3 fetch  0x00000001 , 0x00004862 
+ 00024364  0x000038d4 branch  0x00006b92 , 0x00000034 
+ 00024365  0x000038d5 jam  0x00000000 , 0x00004862 
+ 00024366  0x000038d6 branch  0x00006bae 
+ 00024367  0x000038d9 bpatch  0x0000005f , 0x0000400b 
+ 00024368  0x000038da fetch  0x00000001 , 0x000045ca 
+ 00024369  0x000038db isub  0x00000002 , 0x0000003e 
+ 00024370  0x000038dc call  0x00005f45 , 0x00000005 
+ 00024371  0x000038dd branch  0x00006b96 
+ 00024372  0x000038e0 fetch  0x00000008 , 0x00004864 
+ 00024373  0x000038e1 rtnbit0  0x00000026 
+ 00024374  0x000038e2 fetch  0x00000001 , 0x000045cc 
+ 00024375  0x000038e3 branch  0x00005f3f 
+ 00024376  0x000038e5 fetch  0x00000008 , 0x00004864 
+ 00024377  0x000038e6 rtnbit0  0x00000025 
+ 00024378  0x000038e7 fetch  0x00000001 , 0x000045cd 
+ 00024379  0x000038e8 branch  0x00005f3f 
+ 00024380  0x000038ea fetch  0x00000008 , 0x00004864 
+ 00024381  0x000038eb rtnbit0  0x00000027 
+ 00024382  0x000038ec fetch  0x00000001 , 0x000045c9 
+ 00024383  0x000038ee isub  0x00000002 , 0x0000003e 
+ 00024384  0x000038ef nrtn  0x00000005 
+ 00024385  0x000038f0 jam  0x00000001 , 0x00004862 
+ 00024386  0x000038f1 rtn 
+ 00024387  0x000038f4 jam  0x00000000 , 0x00004863 
+ 00024388  0x000038f5 rtn 
+ 00024389  0x000038f8 jam  0x00000001 , 0x00004863 
+ 00024390  0x000038f9 rtn 
+ 00024391  0x000038fc fetch  0x00000002 , 0x0000477c 
+ 00024392  0x000038fd nrtn  0x00000034 
+ 00024393  0x000038fe fetch  0x00000002 , 0x00004523 
+ 00024394  0x000038ff nrtn  0x00000034 
+ 00024395  0x00003900 fetch  0x00000002 , 0x00004529 
+ 00024396  0x00003901 nrtn  0x00000034 
+ 00024397  0x00003902 fetch  0x00000001 , 0x00004860 
+ 00024398  0x00003903 nrtn  0x00000034 
+ 00024399  0x00003904 call  0x00005eee 
+ 00024400  0x00003905 rtn  0x00000028 
+ 00024401  0x00003906 fetch  0x00000008 , 0x00004864 
+ 00024402  0x00003907 rtnbit0  0x00000021 
+ 00024403  0x00003908 rtnbit0  0x00000004 
+ 00024404  0x00003909 bbit1  0x00000023 , 0x00005f6d 
+ 00024405  0x0000390a fetch  0x00000001 , 0x000045a0 
+ 00024406  0x0000390b increase  0x00000001 , 0x0000003f 
+ 00024407  0x0000390c store  0x00000001 , 0x000045a0 
+ 00024408  0x0000390d sub  0x0000003f , 0x00000014 , 0x0000003e 
+ 00024409  0x0000390e ncall  0x00005f5f , 0x00000002 
+ 00024410  0x0000390f beq  0x00000002 , 0x00005f61 
+ 00024411  0x00003910 beq  0x00000004 , 0x00005f67 
+ 00024412  0x00003911 beq  0x00000006 , 0x00005f61 
+ 00024413  0x00003912 beq  0x00000008 , 0x00005f67 
+ 00024414  0x00003913 rtn 
+ 00024415  0x00003915 jam  0x00000001 , 0x000045a0 
+ 00024416  0x00003916 branch  0x00005f67 
+ 00024417  0x00003918 fetch  0x00000008 , 0x00004864 
+ 00024418  0x00003919 bbit1  0x00000022 , 0x00005f09 
+ 00024419  0x0000391a fetch  0x00000001 , 0x000045c9 
+ 00024420  0x0000391b rtneq  0x000000ff 
+ 00024421  0x0000391c fetcht  0x00000001 , 0x000045c9 
+ 00024422  0x0000391d branch  0x00005f1b 
+ 00024423  0x0000391f fetch  0x00000008 , 0x00004864 
+ 00024424  0x00003920 bbit1  0x00000022 , 0x00005efb 
+ 00024425  0x00003921 fetch  0x00000001 , 0x000045c9 
+ 00024426  0x00003922 rtneq  0x000000ff 
+ 00024427  0x00003923 fetcht  0x00000001 , 0x000045c9 
+ 00024428  0x00003924 branch  0x00005f14 
+ 00024429  0x00003927 fetch  0x00000002 , 0x00004876 
+ 00024430  0x00003928 fetcht  0x00000002 , 0x0000476c 
+ 00024431  0x00003929 isub  0x00000002 , 0x00000002 
+ 00024432  0x0000392a fetch  0x00000002 , 0x00004880 
+ 00024433  0x0000392b isub  0x00000002 , 0x0000003e 
+ 00024434  0x0000392c nbranch  0x00005f7f , 0x00000002 
+ 00024435  0x0000392d fetch  0x00000001 , 0x000045a1 
+ 00024436  0x0000392e nrtn  0x00000034 
+ 00024437  0x0000392f jam  0x00000001 , 0x000045a1 
+ 00024438  0x00003930 branch  0x00005f77 
+ 00024439  0x00003933 fetch  0x00000002 , 0x0000487e 
+ 00024440  0x00003934 store  0x00000002 , 0x000045dd 
+ 00024441  0x00003935 store  0x00000002 , 0x000045df 
+ 00024442  0x00003936 fetch  0x00000008 , 0x00004864 
+ 00024443  0x00003937 bbit1  0x00000022 , 0x00005eac 
+ 00024444  0x00003938 fetch  0x00000001 , 0x000045c9 
+ 00024445  0x00003939 rtneq  0x000000ff 
+ 00024446  0x0000393a branch  0x00005eb6 
+ 00024447  0x0000393d jam  0x00000000 , 0x000045a1 
+ 00024448  0x0000393e branch  0x00005f67 
+ 00024449  0x00003942 fetch  0x00000008 , 0x00004864 
+ 00024450  0x00003943 rtnbit0  0x00000021 
+ 00024451  0x00003944 rtnbit0  0x00000004 
+ 00024452  0x00003945 bbit1  0x00000023 , 0x00005f93 
+ 00024453  0x00003946 fetch  0x00000001 , 0x000045a0 
+ 00024454  0x00003947 sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00024455  0x00003948 branch  0x00005f8f , 0x00000002 
+ 00024456  0x0000394a fetch  0x00000001 , 0x000045e5 
+ 00024457  0x0000394b beq  0x00000000 , 0x00005f8c 
+ 00024458  0x0000394c jam  0x00000001 , 0x00004094 
+ 00024459  0x0000394d rtn 
+ 00024460  0x00003950 fetch  0x00000008 , 0x00004864 
+ 00024461  0x00003951 rtnbit1  0x00000018 
+ 00024462  0x00003952 branch  0x00004d2b 
+ 00024463  0x00003955 fetch  0x00000001 , 0x000045e5 
+ 00024464  0x00003956 beq  0x00000000 , 0x00004d3c 
+ 00024465  0x00003957 jam  0x00000000 , 0x00004094 
+ 00024466  0x00003958 rtn 
+ 00024467  0x0000395b fetch  0x00000001 , 0x000045a1 
+ 00024468  0x0000395c nbranch  0x00005f8f , 0x00000034 
+ 00024469  0x0000395d branch  0x00005f88 
+ 00024470  0x00003963 fetch  0x00000001 , 0x00000009 
+ 00024471  0x00003964 branch  0x00004c3a 
+ 00024472  0x00003967 call  0x00005f96 
+ 00024473  0x00003968 branch  0x00004d49 
+ 00024474  0x0000396b fetch  0x00000001 , 0x0000482f 
+ 00024475  0x0000396c compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00024476  0x0000396d nbranch  0x000074d6 , 0x00000001 
+ 00024477  0x0000396e call  0x00004e17 
+ 00024478  0x0000396f branch  0x000074d8 
+ 00024479  0x00003972 fetch  0x00000002 , 0x00004434 
+ 00024480  0x00003973 bbit1  0x00000009 , 0x00005f9a 
+ 00024481  0x00003974 rtn 
+ 00024482  0x00003977 call  0x00004d15 
+ 00024483  0x00003978 nrtn  0x00000028 
+ 00024484  0x00003979 fetch  0x00000001 , 0x00004863 
+ 00024485  0x0000397a nrtn  0x00000034 
+ 00024486  0x0000397b call  0x00004d1f 
+ 00024487  0x0000397c jam  0x00000000 , 0x000048fb 
+ 00024488  0x0000397d call  0x00006024 
+ 00024489  0x0000397e fetch  0x00000001 , 0x00004899 
+ 00024490  0x0000397f ncall  0x00005338 , 0x00000034 
+ 00024491  0x00003980 fetch  0x00000004 , 0x000044fa 
+ 00024492  0x00003981 branch  0x00004c81 
+ 00024493  0x00003984 fetch  0x00000001 , 0x00004904 
+ 00024494  0x00003985 branch  0x00004c75 , 0x00000034 
+ 00024495  0x00003986 call  0x00004d15 
+ 00024496  0x00003987 nrtn  0x00000028 
+ 00024497  0x00003988 fetch  0x00000001 , 0x00004863 
+ 00024498  0x00003989 nrtn  0x00000034 
+ 00024499  0x0000398a fetch  0x00000001 , 0x000048fb 
+ 00024500  0x0000398b jam  0x00000000 , 0x000048fb 
+ 00024501  0x0000398c sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00024502  0x0000398d nbranch  0x00005fd6 , 0x00000005 
+ 00024503  0x0000398e fetcht  0x00000002 , 0x0000456d 
+ 00024504  0x0000398f sub  0x00000002 , 0x00000000 , 0x0000003e 
+ 00024505  0x00003990 branch  0x00005fcc , 0x00000005 
+ 00024506  0x00003992 fetch  0x00000004 , 0x000048f0 
+ 00024507  0x00003993 branch  0x00005fcc , 0x00000034 
+ 00024508  0x00003995 fetcht  0x00000004 , 0x000048da 
+ 00024509  0x00003996 isub  0x00000002 , 0x00000002 
+ 00024510  0x00003997 storet  0x00000004 , 0x00004900 
+ 00024511  0x00003998 nbranch  0x00005fcf , 0x00000002 
+ 00024512  0x00003999 fetch  0x00000003 , 0x00004553 
+ 00024513  0x0000399a isub  0x00000002 , 0x0000003f 
+ 00024514  0x0000399b nbranch  0x00005fda , 0x00000002 
+ 00024515  0x0000399c arg  0x00000600 , 0x00000002 
+ 00024516  0x0000399d isub  0x00000002 , 0x0000003e 
+ 00024517  0x0000399e nbranch  0x00005fda , 0x00000002 
+ 00024518  0x000039a0 store  0x00000004 , 0x000048fc 
+ 00024519  0x000039a1 call  0x00005fd3 
+ 00024520  0x000039a2 fetch  0x00000004 , 0x000048fc 
+ 00024521  0x000039a4 call  0x00007464 
+ 00024522  0x000039a5 storet  0x00000004 , 0x000040aa 
+ 00024523  0x000039a6 branch  0x00003b47 
+ 00024524  0x000039a9 call  0x00005fd3 
+ 00024525  0x000039aa fetch  0x00000003 , 0x00004553 
+ 00024526  0x000039ab branch  0x00005fc6 
+ 00024527  0x000039ae sub  0x00000002 , 0x00000000 , 0x00000002 
+ 00024528  0x000039af fetch  0x00000003 , 0x00004553 
+ 00024529  0x000039b0 iadd  0x00000002 , 0x0000003f 
+ 00024530  0x000039b1 branch  0x00005fc6 
+ 00024531  0x000039b4 setarg  0x00000000 
+ 00024532  0x000039b5 store  0x00000004 , 0x00004900 
+ 00024533  0x000039b6 rtn 
+ 00024534  0x000039b9 fetch  0x00000004 , 0x000048f0 
+ 00024535  0x000039ba fetcht  0x00000004 , 0x00004900 
+ 00024536  0x000039bb iadd  0x00000002 , 0x0000003f 
+ 00024537  0x000039bc branch  0x00005fbc 
+ 00024538  0x000039bf jam  0x00000001 , 0x000048fb 
+ 00024539  0x000039c0 rtn 
+ 00024540  0x000039c4 call  0x00005fde 
+ 00024541  0x000039c5 branch  0x00005d8b 
+ 00024542  0x000039c8 fetch  0x00000001 , 0x00004904 
+ 00024543  0x000039c9 rtn  0x00000034 
+ 00024544  0x000039ca fetch  0x00000001 , 0x00004563 
+ 00024545  0x000039cb beq  0x00000001 , 0x00006020 
+ 00024546  0x000039cc fetch  0x00000001 , 0x000048e9 
+ 00024547  0x000039cd branch  0x00006020 , 0x00000034 
+ 00024548  0x000039ce copy  0x00000019 , 0x0000003f 
+ 00024549  0x000039cf fetcht  0x00000006 , 0x000048ea 
+ 00024550  0x000039d0 store  0x00000006 , 0x000048ea 
+ 00024551  0x000039d1 call  0x0000744f 
+ 00024552  0x000039d2 store  0x00000004 , 0x000048f0 
+ 00024553  0x000039d4 fetch  0x00000001 , 0x000048fb 
+ 00024554  0x000039d5 nrtn  0x00000034 
+ 00024555  0x000039d6 fetch  0x00000002 , 0x0000456d 
+ 00024556  0x000039d7 nrtn  0x00000034 
+ 00024557  0x000039d8 fetch  0x00000004 , 0x000048f0 
+ 00024558  0x000039da fetcht  0x00000005 , 0x000048f4 
+ 00024559  0x000039db iadd  0x00000002 , 0x0000003f 
+ 00024560  0x000039dc store  0x00000005 , 0x000048f4 
+ 00024561  0x000039dd fetcht  0x00000001 , 0x000048e9 
+ 00024562  0x000039de fetch  0x00000001 , 0x000048f9 
+ 00024563  0x000039df isub  0x00000002 , 0x0000003e 
+ 00024564  0x000039e0 branch  0x00005ff8 , 0x00000005 
+ 00024565  0x000039e1 increase  0x00000001 , 0x00000002 
+ 00024566  0x000039e2 storet  0x00000001 , 0x000048e9 
+ 00024567  0x000039e3 rtn 
+ 00024568  0x000039e6 jam  0x00000001 , 0x000048e9 
+ 00024569  0x000039e7 arg  0x00000000 , 0x00000002 
+ 00024570  0x000039e8 fetch  0x00000005 , 0x000048f4 
+ 00024571  0x000039e9 storet  0x00000005 , 0x000048f4 
+ 00024572  0x000039ea fetcht  0x00000001 , 0x000048f9 
+ 00024573  0x000039eb idiv  0x00000002 
+ 00024574  0x000039ec call  0x00007475 
+ 00024575  0x000039ed quotient  0x00000011 
+ 00024576  0x000039ef fetch  0x00000004 , 0x000048da 
+ 00024577  0x000039f0 fetcht  0x00000001 , 0x000048fa 
+ 00024578  0x000039f1 isub  0x00000002 , 0x00000002 
+ 00024579  0x000039f2 increase  0xffffffd8 , 0x00000002 
+ 00024580  0x000039f4 copy  0x00000011 , 0x0000003f 
+ 00024581  0x000039f5 isub  0x00000002 , 0x0000003f 
+ 00024582  0x000039f6 branch  0x00006013 , 0x00000002 
+ 00024583  0x000039f7 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00024584  0x000039f9 rshift2  0x0000003f , 0x0000003f 
+ 00024585  0x000039fa fetcht  0x00000003 , 0x00004553 
+ 00024586  0x000039fb iadd  0x00000002 , 0x00000002 
+ 00024587  0x000039fc bpatch  0x00000060 , 0x0000400c 
+ 00024588  0x000039fd fetch  0x00000003 , 0x000048e6 
+ 00024589  0x000039fe arg  0x00001800 , 0x00000011 
+ 00024590  0x000039ff iadd  0x00000011 , 0x0000003f 
+ 00024591  0x00003a00 isub  0x00000002 , 0x0000003e 
+ 00024592  0x00003a01 nbranch  0x0000601e , 0x00000002 
+ 00024593  0x00003a02 storet  0x00000003 , 0x00004553 
+ 00024594  0x00003a03 rtn 
+ 00024595  0x00003a06 rshift2  0x0000003f , 0x00000002 
+ 00024596  0x00003a07 fetch  0x00000003 , 0x00004553 
+ 00024597  0x00003a08 isub  0x00000002 , 0x00000002 
+ 00024598  0x00003a09 bpatch  0x00000061 , 0x0000400c 
+ 00024599  0x00003a0a fetch  0x00000003 , 0x000048e6 
+ 00024600  0x00003a0b arg  0x00001800 , 0x00000011 
+ 00024601  0x00003a0c isub  0x00000011 , 0x0000003f 
+ 00024602  0x00003a0d isub  0x00000002 , 0x0000003e 
+ 00024603  0x00003a0e branch  0x0000601e , 0x00000002 
+ 00024604  0x00003a0f storet  0x00000003 , 0x00004553 
+ 00024605  0x00003a10 rtn 
+ 00024606  0x00003a13 store  0x00000003 , 0x00004553 
+ 00024607  0x00003a14 rtn 
+ 00024608  0x00003a17 jam  0x00000001 , 0x000048e9 
+ 00024609  0x00003a18 copy  0x00000019 , 0x0000003f 
+ 00024610  0x00003a19 store  0x00000006 , 0x000048ea 
+ 00024611  0x00003a1a rtn 
+ 00024612  0x00003a1d setarg  0x00000000 
+ 00024613  0x00003a1e store  0x00000001 , 0x000048e9 
+ 00024614  0x00003a1f store  0x00000005 , 0x000048f4 
+ 00024615  0x00003a20 rtn 
+ 00024616  0x00003a2a call  0x00006eb3 
+ 00024617  0x00003a2b rtn  0x0000002b 
+ 00024618  0x00003a2d setarg  0x000060a1 
+ 00024619  0x00003a2e store  0x00000002 , 0x00004394 
+ 00024620  0x00003a30 setarg  0x00006053 
+ 00024621  0x00003a31 store  0x00000002 , 0x00004396 
+ 00024622  0x00003a33 setarg  0x00006104 
+ 00024623  0x00003a34 store  0x00000002 , 0x00004398 
+ 00024624  0x00003a36 setarg  0x00006088 
+ 00024625  0x00003a37 store  0x00000002 , 0x0000439c 
+ 00024626  0x00003a39 setarg  0x000060df 
+ 00024627  0x00003a3a store  0x00000002 , 0x0000447e 
+ 00024628  0x00003a3c call  0x0000603c 
+ 00024629  0x00003a3e bpatch  0x00000062 , 0x0000400c 
+ 00024630  0x00003a3f call  0x00006110 
+ 00024631  0x00003a42 fetch  0x00000001 , 0x00004474 
+ 00024632  0x00003a43 beq  0x00000000 , 0x0000604a 
+ 00024633  0x00003a44 fetch  0x00000001 , 0x00004475 
+ 00024634  0x00003a45 store  0x00000001 , 0x00004437 
+ 00024635  0x00003a46 branch  0x0000611f 
+ 00024636  0x00003a4a setarg  0x000060a5 
+ 00024637  0x00003a4b store  0x00000002 , 0x0000438e 
+ 00024638  0x00003a4d setarg  0x000060a3 
+ 00024639  0x00003a4e store  0x00000002 , 0x00004390 
+ 00024640  0x00003a50 setarg  0x000060ba 
+ 00024641  0x00003a51 store  0x00000002 , 0x00004479 
+ 00024642  0x00003a53 setarg  0x00006118 
+ 00024643  0x00003a54 store  0x00000002 , 0x0000447b 
+ 00024644  0x00003a56 jam  0x00000007 , 0x00004120 
+ 00024645  0x00003a57 call  0x0000410b 
+ 00024646  0x00003a58 call  0x00006107 
+ 00024647  0x00003a59 call  0x00006c51 
+ 00024648  0x00003a5a call  0x00006ff8 
+ 00024649  0x00003a5b branch  0x00006ef8 
+ 00024650  0x00003a60 jam  0x000000ff , 0x00004437 
+ 00024651  0x00003a61 jam  0x00000001 , 0x00004476 
+ 00024652  0x00003a62 branch  0x000060ba 
+ 00024653  0x00003a67 fetch  0x00000001 , 0x00004476 
+ 00024654  0x00003a68 beq  0x00000002 , 0x00004df4 
+ 00024655  0x00003a69 call  0x000066de 
+ 00024656  0x00003a6a fetch  0x00000001 , 0x000043f3 
+ 00024657  0x00003a6b nbranch  0x00004df4 , 0x00000034 
+ 00024658  0x00003a6c branch  0x00004df6 
+ 00024659  0x00003a71 copy  0x00000013 , 0x0000003f 
+ 00024660  0x00003a74 beq  0x00000014 , 0x0000605c 
+ 00024661  0x00003a75 beq  0x00000015 , 0x00006060 
+ 00024662  0x00003a76 beq  0x0000003f , 0x00006063 
+ 00024663  0x00003a77 beq  0x00000040 , 0x00006069 
+ 00024664  0x00003a79 beq  0x00000010 , 0x00006134 
+ 00024665  0x00003a7a beq  0x0000002c , 0x0000606f 
+ 00024666  0x00003a7b beq  0x0000002d , 0x0000607a 
+ 00024667  0x00003a7c rtn 
+ 00024668  0x00003a82 call  0x000060a7 
+ 00024669  0x00003a83 setarg  0x00000000 
+ 00024670  0x00003a84 store  0x00000002 , 0x0000444e 
+ 00024671  0x00003a85 branch  0x00004e11 
+ 00024672  0x00003a89 call  0x00006ff8 
+ 00024673  0x00003a8a jam  0x00000000 , 0x00004447 
+ 00024674  0x00003a8b branch  0x000060ba 
+ 00024675  0x00003a8f call  0x00006ff8 
+ 00024676  0x00003a90 jam  0x00000001 , 0x00004447 
+ 00024677  0x00003a91 fetch  0x00000008 , 0x00004458 
+ 00024678  0x00003a92 store  0x00000008 , 0x000042a8 
+ 00024679  0x00003a93 call  0x00004e17 
+ 00024680  0x00003a94 branch  0x000045c0 
+ 00024681  0x00003a98 fetch  0x00000002 , 0x00004311 
+ 00024682  0x00003a99 rtneq  0x00000000 
+ 00024683  0x00003a9a fetch  0x00000008 , 0x00004460 
+ 00024684  0x00003a9b rtn  0x00000034 
+ 00024685  0x00003a9c store  0x00000008 , 0x000042a8 
+ 00024686  0x00003a9d branch  0x000045c0 
+ 00024687  0x00003aa5 fetch  0x00000001 , 0x00004474 
+ 00024688  0x00003aa6 rtneq  0x00000000 
+ 00024689  0x00003aa7 fetch  0x00000001 , 0x00004476 
+ 00024690  0x00003aa8 rtnne  0x00000001 
+ 00024691  0x00003aa9 call  0x00006075 
+ 00024692  0x00003aaa branch  0x00004e0f 
+ 00024693  0x00003aad jam  0x00000001 , 0x00004676 
+ 00024694  0x00003aae arg  0x0000000b , 0x00000039 
+ 00024695  0x00003aaf arg  0x00004677 , 0x00000005 
+ 00024696  0x00003ab0 arg  0x00004660 , 0x00000006 
+ 00024697  0x00003ab1 branch  0x00007419 
+ 00024698  0x00003ab4 fetch  0x00000001 , 0x00004474 
+ 00024699  0x00003ab5 rtneq  0x00000000 
+ 00024700  0x00003ab6 fetch  0x00000001 , 0x00004476 
+ 00024701  0x00003ab7 beq  0x00000001 , 0x0000607f 
+ 00024702  0x00003ab8 branch  0x00006130 
+ 00024703  0x00003abb fetch  0x00000001 , 0x00004676 
+ 00024704  0x00003abc rtnne  0x00000001 
+ 00024705  0x00003abd jam  0x00000000 , 0x00004676 
+ 00024706  0x00003abe fetch  0x00000002 , 0x00004434 
+ 00024707  0x00003abf bbit1  0x00000009 , 0x00004e11 
+ 00024708  0x00003ac0 arg  0x0000000b , 0x00000039 
+ 00024709  0x00003ac1 arg  0x00004677 , 0x00000006 
+ 00024710  0x00003ac2 arg  0x00004660 , 0x00000005 
+ 00024711  0x00003ac3 branch  0x00007419 
+ 00024712  0x00003aca call  0x0000608b 
+ 00024713  0x00003acd call  0x00006092 
+ 00024714  0x00003ad1 branch  0x0000609c 
+ 00024715  0x00003ad6 arg  0x00004472 , 0x00000013 
+ 00024716  0x00003ad7 arg  0x0000608e , 0x00000012 
+ 00024717  0x00003ad8 branch  0x00004dd3 
+ 00024718  0x00003ada jam  0x00000002 , 0x00004476 
+ 00024719  0x00003adb call  0x00004e11 
+ 00024720  0x00003adc call  0x000060c8 
+ 00024721  0x00003add branch  0x0000611c 
+ 00024722  0x00003ae1 arg  0x00004683 , 0x00000013 
+ 00024723  0x00003ae2 arg  0x00006095 , 0x00000012 
+ 00024724  0x00003ae3 branch  0x00004dcc 
+ 00024725  0x00003ae6 fetch  0x00000002 , 0x00004434 
+ 00024726  0x00003ae7 bbit1  0x00000009 , 0x0000611c 
+ 00024727  0x00003ae8 fetch  0x00000001 , 0x00004660 
+ 00024728  0x00003ae9 beq  0x00000001 , 0x0000611c 
+ 00024729  0x00003aea beq  0x00000004 , 0x0000611c 
+ 00024730  0x00003aeb beq  0x00000005 , 0x0000611c 
+ 00024731  0x00003aec branch  0x00004e13 
+ 00024732  0x00003af1 fetch  0x00000001 , 0x00004476 
+ 00024733  0x00003af2 rtnne  0x00000001 
+ 00024734  0x00003af3 arg  0x0000444e , 0x00000013 
+ 00024735  0x00003af4 arg  0x000060ab , 0x00000012 
+ 00024736  0x00003af5 branch  0x00004dd3 
+ 00024737  0x00003af9 call  0x000060f0 
+ 00024738  0x00003afa branch  0x00006c81 
+ 00024739  0x00003afe call  0x00006bc9 
+ 00024740  0x00003aff branch  0x00006c75 
+ 00024741  0x00003b02 call  0x00006bc9 
+ 00024742  0x00003b03 branch  0x00006eb7 
+ 00024743  0x00003b0e fetch  0x00000002 , 0x0000446e 
+ 00024744  0x00003b0f store  0x00000002 , 0x00004470 
+ 00024745  0x00003b10 store  0x00000002 , 0x00004472 
+ 00024746  0x00003b11 branch  0x00004e01 
+ 00024747  0x00003b15 fetch  0x00000001 , 0x00004476 
+ 00024748  0x00003b16 rtnne  0x00000001 
+ 00024749  0x00003b1b fetch  0x00000002 , 0x00004434 
+ 00024750  0x00003b1c rtnbit1  0x00000009 
+ 00024751  0x00003b1d fetch  0x00000002 , 0x0000446c 
+ 00024752  0x00003b1e store  0x00000002 , 0x00004470 
+ 00024753  0x00003b1f store  0x00000002 , 0x00004472 
+ 00024754  0x00003b20 fetch  0x00000002 , 0x0000444a 
+ 00024755  0x00003b21 call  0x00006145 
+ 00024756  0x00003b22 call  0x00004e0d 
+ 00024757  0x00003b23 fetch  0x00000004 , 0x00004454 
+ 00024758  0x00003b24 store  0x00000004 , 0x00004663 
+ 00024759  0x00003b25 fetch  0x00000002 , 0x00004434 
+ 00024760  0x00003b26 rtnbit1  0x0000000b 
+ 00024761  0x00003b27 branch  0x00004e03 
+ 00024762  0x00003b2b fetch  0x00000001 , 0x00004476 
+ 00024763  0x00003b2c rtnne  0x00000001 
+ 00024764  0x00003b31 fetch  0x00000002 , 0x0000444e 
+ 00024765  0x00003b32 fetcht  0x00000002 , 0x0000444c 
+ 00024766  0x00003b33 storet  0x00000002 , 0x0000444e 
+ 00024767  0x00003b34 nrtn  0x00000034 
+ 00024768  0x00003b35 fetch  0x00000002 , 0x00004448 
+ 00024769  0x00003b36 call  0x00006145 
+ 00024770  0x00003b37 call  0x00004e0d 
+ 00024771  0x00003b38 fetch  0x00000004 , 0x00004450 
+ 00024772  0x00003b39 store  0x00000004 , 0x00004663 
+ 00024773  0x00003b3a fetch  0x00000002 , 0x00004434 
+ 00024774  0x00003b3b rtnbit1  0x0000000b 
+ 00024775  0x00003b3c branch  0x00004e03 
+ 00024776  0x00003b3f fetch  0x00000002 , 0x00004434 
+ 00024777  0x00003b40 bbit1  0x00000009 , 0x00004e0b 
+ 00024778  0x00003b41 branch  0x000060a7 
+ 00024779  0x00003b46 call  0x000074ca 
+ 00024780  0x00003b47 fetch  0x00000002 , 0x00004434 
+ 00024781  0x00003b48 bbit1  0x00000009 , 0x000060cf 
+ 00024782  0x00003b49 rtn 
+ 00024783  0x00003b4c fetch  0x00000001 , 0x00004447 
+ 00024784  0x00003b4d rtn  0x00000034 
+ 00024785  0x00003b4e branch  0x000074c8 
+ 00024786  0x00003b54 call  0x000074ca 
+ 00024787  0x00003b55 fetch  0x00000002 , 0x00004434 
+ 00024788  0x00003b56 rtnbit1  0x00000009 
+ 00024789  0x00003b57 branch  0x000074c8 
+ 00024790  0x00003b60 branch  0x000060ba 
+ 00024791  0x00003b65 disable  0x0000002c 
+ 00024792  0x00003b66 fetch  0x00000002 , 0x00004470 
+ 00024793  0x00003b67 store  0x00000002 , 0x00004472 
+ 00024794  0x00003b69 call  0x000060d2 
+ 00024795  0x00003b6a branch  0x000060d6 , 0x00000028 
+ 00024796  0x00003b6c call  0x000060cb 
+ 00024797  0x00003b6d nrtn  0x00000028 
+ 00024798  0x00003b6e branch  0x000074cc 
+ 00024799  0x00003b73 call  0x000060d7 
+ 00024800  0x00003b74 nrtn  0x0000002c 
+ 00024801  0x00003b75 deposit  0x00000011 
+ 00024802  0x00003b76 branch  0x000060e6 , 0x00000034 
+ 00024803  0x00003b78 call  0x00004e0f 
+ 00024804  0x00003b79 arg  0x00004488 , 0x00000013 
+ 00024805  0x00003b7a branch  0x000060e8 
+ 00024806  0x00003b7d call  0x00004e11 
+ 00024807  0x00003b7e arg  0x000044b0 , 0x00000013 
+ 00024808  0x00003b81 arg  0x00000005 , 0x0000003f 
+ 00024809  0x00003b82 imul32  0x00000007 , 0x0000003f 
+ 00024810  0x00003b83 iadd  0x00000013 , 0x00000013 
+ 00024811  0x00003b87 ifetch  0x00000001 , 0x00000013 
+ 00024812  0x00003b88 rtn  0x00000034 
+ 00024813  0x00003b89 call  0x000060fc 
+ 00024814  0x00003b8a increase  0x00000001 , 0x00000013 
+ 00024815  0x00003b8b branch  0x000060eb 
+ 00024816  0x00003b8f fetch  0x00000002 , 0x00004434 
+ 00024817  0x00003b90 bbit1  0x00000009 , 0x000060f3 
+ 00024818  0x00003b91 rtn 
+ 00024819  0x00003b94 call  0x000041cc 
+ 00024820  0x00003b95 nrtn  0x00000034 
+ 00024821  0x00003b96 call  0x000060ff 
+ 00024822  0x00003b97 nrtn  0x00000028 
+ 00024823  0x00003b98 pincrease  0xffffffff 
+ 00024824  0x00003b99 mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00024825  0x00003b9a arg  0x000044d8 , 0x00000002 
+ 00024826  0x00003b9b iadd  0x00000002 , 0x00000006 
+ 00024827  0x00003b9c branch  0x00006149 
+ 00024828  0x00003ba1 store  0x00000001 , 0x000004c4 
+ 00024829  0x00003ba2 arg  0x000004c4 , 0x00000011 
+ 00024830  0x00003ba3 branch  0x00006ffd 
+ 00024831  0x00003ba6 arg  0x000004c4 , 0x00000011 
+ 00024832  0x00003ba7 call  0x00007015 
+ 00024833  0x00003ba8 nrtn  0x00000028 
+ 00024834  0x00003ba9 fetch  0x00000001 , 0x000004c4 
+ 00024835  0x00003baa rtn 
+ 00024836  0x00003bae fetch  0x00000002 , 0x0000436f 
+ 00024837  0x00003baf beq  0x00000018 , 0x00006063 
+ 00024838  0x00003bb0 rtn 
+ 00024839  0x00003bb3 jam  0x00000002 , 0x00004682 
+ 00024840  0x00003bb5 setarg  0x00200008 
+ 00024841  0x00003bb6 store  0x00000004 , 0x00004458 
+ 00024842  0x00003bb7 setarg  0x012c0005 
+ 00024843  0x00003bb8 istore  0x00000004 , 0x00000005 
+ 00024844  0x00003bbb jam  0x00000017 , 0x000042b6 
+ 00024845  0x00003bbe setarg  0x0000001b 
+ 00024846  0x00003bbf store  0x00000002 , 0x00004307 
+ 00024847  0x00003bc0 branch  0x000041e5 
+ 00024848  0x00003bc5 arg  0x00000028 , 0x00000039 
+ 00024849  0x00003bc6 arg  0x000044d8 , 0x00000005 
+ 00024850  0x00003bc7 arg  0x00004807 , 0x00000006 
+ 00024851  0x00003bc8 branch  0x0000740c 
+ 00024852  0x00003bd1 arg  0x00000280 , 0x00000039 
+ 00024853  0x00003bd2 arg  0x00004b10 , 0x00000005 
+ 00024854  0x00003bd3 arg  0x00009535 , 0x00000006 
+ 00024855  0x00003bd4 branch  0x0000740c 
+ 00024856  0x00003bdd arg  0x00000000 , 0x00000011 
+ 00024857  0x00003bde arg  0x0000466b , 0x00000013 
+ 00024858  0x00003bdf call  0x00006f16 
+ 00024859  0x00003be0 call  0x000060c8 
+ 00024860  0x00003be2 fetch  0x00000001 , 0x00004682 
+ 00024861  0x00003be3 store  0x00000001 , 0x00004683 
+ 00024862  0x00003be4 rtn 
+ 00024863  0x00003be9 setarg  0x00000000 
+ 00024864  0x00003bea call  0x0000612b 
+ 00024865  0x00003beb jam  0x00000001 , 0x0000442f 
+ 00024866  0x00003bec call  0x00006ec2 
+ 00024867  0x00003bed call  0x00006ecc 
+ 00024868  0x00003bef fetch  0x00000001 , 0x00004689 
+ 00024869  0x00003bf0 branch  0x00006128 , 0x00000034 
+ 00024870  0x00003bf1 fetch  0x00000001 , 0x000004f1 
+ 00024871  0x00003bf2 bbit0  0x00000002 , 0x00006137 
+ 00024872  0x00003bf4 fetch  0x00000002 , 0x00004434 
+ 00024873  0x00003bf5 rtnbit1  0x0000000c 
+ 00024874  0x00003bf6 branch  0x00004e13 
+ 00024875  0x00003bf9 fetcht  0x00000002 , 0x000043e2 
+ 00024876  0x00003bfa istore  0x00000001 , 0x00000002 
+ 00024877  0x00003bfb ifetch  0x00000001 , 0x00000005 
+ 00024878  0x00003bfc store  0x00000001 , 0x00004436 
+ 00024879  0x00003bfd rtn 
+ 00024880  0x00003c01 fetch  0x00000002 , 0x000043e2 
+ 00024881  0x00003c02 ifetch  0x00000001 , 0x0000003f 
+ 00024882  0x00003c03 rtnne  0x00000000 
+ 00024883  0x00003c04 branch  0x00004e13 
+ 00024884  0x00003c08 fetcht  0x00000002 , 0x000043e2 
+ 00024885  0x00003c09 ifetch  0x00000001 , 0x00000002 
+ 00024886  0x00003c0a beq  0x00000001 , 0x0000613f 
+ 00024887  0x00003c0c setarg  0x00000001 
+ 00024888  0x00003c0d fetcht  0x00000002 , 0x000043e2 
+ 00024889  0x00003c0e istore  0x00000001 , 0x00000002 
+ 00024890  0x00003c0f add  0x00000002 , 0x00000002 , 0x00000006 
+ 00024891  0x00003c10 ifetch  0x00000001 , 0x00000006 
+ 00024892  0x00003c11 istore  0x00000001 , 0x00004436 
+ 00024893  0x00003c12 ifetch  0x00000002 , 0x00000006 
+ 00024894  0x00003c13 branch  0x00007487 
+ 00024895  0x00003c16 setarg  0x00000002 
+ 00024896  0x00003c17 call  0x0000612b 
+ 00024897  0x00003c18 add  0x00000002 , 0x00000005 , 0x00000006 
+ 00024898  0x00003c19 ifetch  0x00000002 , 0x00000006 
+ 00024899  0x00003c1a branch  0x00004e13 , 0x00000034 
+ 00024900  0x00003c1b branch  0x00007487 
+ 00024901  0x00003c21 store  0x00000002 , 0x000040a5 
+ 00024902  0x00003c22 increase  0xfffffffc , 0x0000003f 
+ 00024903  0x00003c23 store  0x00000002 , 0x00004360 
+ 00024904  0x00003c24 rtn 
+ 00024905  0x00003c27 ifetch  0x00000001 , 0x00000006 
+ 00024906  0x00003c28 copy  0x0000003f , 0x00000011 
+ 00024907  0x00003c29 ifetcht  0x00000002 , 0x00000006 
+ 00024908  0x00003c2a call  0x000073c0 
+ 00024909  0x00003c2b call  0x00004513 
+ 00024910  0x00003c2c copy  0x00000011 , 0x00000039 
+ 00024911  0x00003c2d call  0x000073ba 
+ 00024912  0x00003c2e branch  0x00007419 
+ 00024913  0x00003c31 setarg  0x0000468b 
+ 00024914  0x00003c32 store  0x00000002 , 0x000042cc 
+ 00024915  0x00003c33 rtn 
+ 00024916  0x00003c35 setarg  0x000093c0 
+ 00024917  0x00003c36 store  0x00000002 , 0x000042cc 
+ 00024918  0x00003c37 rtn 
+ 00024919  0x00003c3a fetch  0x00000002 , 0x00004684 
+ 00024920  0x00003c3b store  0x00000002 , 0x00004480 
+ 00024921  0x00003c3c fetch  0x00000001 , 0x00004686 
+ 00024922  0x00003c3d store  0x00000001 , 0x00004662 
+ 00024923  0x00003c3e store  0x00000001 , 0x0000466d 
+ 00024924  0x00003c3f fetch  0x00000001 , 0x00004687 
+ 00024925  0x00003c40 store  0x00000001 , 0x00004474 
+ 00024926  0x00003c41 fetch  0x00000001 , 0x00004688 
+ 00024927  0x00003c42 store  0x00000001 , 0x00004475 
+ 00024928  0x00003c44 setarg  0x00000030 
+ 00024929  0x00003c45 store  0x00000002 , 0x00004445 
+ 00024930  0x00003c46 setarg  0x00000000 
+ 00024931  0x00003c47 store  0x00000002 , 0x0000443d 
+ 00024932  0x00003c48 setarg  0x00000002 
+ 00024933  0x00003c49 store  0x00000002 , 0x00004488 
+ 00024934  0x00003c4a store  0x00000002 , 0x0000448d 
+ 00024935  0x00003c4b setarg  0x00000006 
+ 00024936  0x00003c4c store  0x00000002 , 0x000044b0 
+ 00024937  0x00003c4d store  0x00000002 , 0x000044b5 
+ 00024938  0x00003c4e setarg  0x00000007 
+ 00024939  0x00003c4f store  0x00000002 , 0x00004492 
+ 00024940  0x00003c50 setarg  0x00000008 
+ 00024941  0x00003c51 store  0x00000002 , 0x000044ba 
+ 00024942  0x00003c52 setarg  0x00004476 
+ 00024943  0x00003c53 store  0x00000002 , 0x000043e2 
+ 00024944  0x00003c54 setarg  0x00201400 
+ 00024945  0x00003c55 store  0x00000003 , 0x00004476 
+ 00024946  0x00003c56 jam  0x00000001 , 0x00004094 
+ 00024947  0x00003c57 setarg  0x00000100 
+ 00024948  0x00003c58 store  0x00000002 , 0x000040a5 
+ 00024949  0x00003c59 jam  0x00000008 , 0x000040a7 
+ 00024950  0x00003c5a jam  0x00000005 , 0x000040c1 
+ 00024951  0x00003c5b jam  0x00000002 , 0x000040c2 
+ 00024952  0x00003c5c setarg  0x00000096 
+ 00024953  0x00003c5d store  0x00000002 , 0x00004450 
+ 00024954  0x00003c5e istore  0x00000002 , 0x00000005 
+ 00024955  0x00003c5f setarg  0x00000296 
+ 00024956  0x00003c60 store  0x00000002 , 0x00004454 
+ 00024957  0x00003c61 istore  0x00000002 , 0x00000005 
+ 00024958  0x00003c62 setsect  0x00000000 , 0x00000010 
+ 00024959  0x00003c63 setsect  0x00000001 , 0x00008008 
+ 00024960  0x00003c64 setsect  0x00000002 , 0x0002c000 
+ 00024961  0x00003c65 setsect  0x00000003 , 0x00000004 
+ 00024962  0x00003c66 store  0x00000008 , 0x00004460 
+ 00024963  0x00003c67 jam  0x00000001 , 0x00004439 
+ 00024964  0x00003c68 setarg  0x00004660 
+ 00024965  0x00003c69 store  0x00000002 , 0x0000443a 
+ 00024966  0x00003c6a setarg  0x00000000 
+ 00024967  0x00003c6b store  0x00000002 , 0x00004660 
+ 00024968  0x00003c6c setsect  0x00000000 , 0x000001a0 
+ 00024969  0x00003c6d setsect  0x00000001 , 0x00000068 
+ 00024970  0x00003c6e setsect  0x00000002 , 0x00000000 
+ 00024971  0x00003c6f setsect  0x00000003 , 0x00000000 
+ 00024972  0x00003c70 store  0x00000008 , 0x00004663 
+ 00024973  0x00003c71 setarg  0x00000301 
+ 00024974  0x00003c72 store  0x00000002 , 0x0000466b 
+ 00024975  0x00003c73 setsect  0x00000000 , 0x000001a0 
+ 00024976  0x00003c74 setsect  0x00000001 , 0x000000e8 
+ 00024977  0x00003c75 setsect  0x00000002 , 0x00000000 
+ 00024978  0x00003c76 setsect  0x00000003 , 0x00000000 
+ 00024979  0x00003c77 store  0x00000008 , 0x0000466e 
+ 00024980  0x00003c78 setarg  0x0000000e 
+ 00024981  0x00003c79 store  0x00000002 , 0x00004448 
+ 00024982  0x00003c7a setarg  0x00000140 
+ 00024983  0x00003c7b store  0x00000002 , 0x0000444a 
+ 00024984  0x00003c7c store  0x00000002 , 0x00004360 
+ 00024985  0x00003c7d setarg  0x00000050 
+ 00024986  0x00003c7e store  0x00000002 , 0x0000444c 
+ 00024987  0x00003c7f jam  0x00000007 , 0x0000436a 
+ 00024988  0x00003c80 jam  0x00000000 , 0x0000435f 
+ 00024989  0x00003c81 setsect  0x00000000 , 0x000000fb 
+ 00024990  0x00003c82 setsect  0x00000001 , 0x0002c212 
+ 00024991  0x00003c83 setsect  0x00000002 , 0x0000800f 
+ 00024992  0x00003c84 setsect  0x00000003 , 0x00000021 
+ 00024993  0x00003c85 store  0x00000008 , 0x00004384 
+ 00024994  0x00003c86 setsect  0x00000000 , 0x00000bb8 
+ 00024995  0x00003c87 setsect  0x00000001 , 0x000002ee 
+ 00024996  0x00003c88 store  0x00000004 , 0x0000446c 
+ 00024997  0x00003c89 setarg  0x00004591 
+ 00024998  0x00003c8a store  0x00000002 , 0x000043b4 
+ 00024999  0x00003c8b setarg  0x00002001 
+ 00025000  0x00003c8c store  0x00000002 , 0x00004591 
+ 00025001  0x00003c8d jam  0x0000001f , 0x0000431f 
+ 00025002  0x00003c8e setsect  0x00000000 , 0x00010102 
+ 00025003  0x00003c8f setsect  0x00000001 , 0x000080c1 
+ 00025004  0x00003c90 setsect  0x00000002 , 0x00018120 
+ 00025005  0x00003c91 setsect  0x00000003 , 0x0000640c 
+ 00025006  0x00003c92 store  0x00000009 , 0x00004320 
+ 00025007  0x00003c93 setsect  0x00000000 , 0x000003c1 
+ 00025008  0x00003c94 istore  0x00000002 , 0x00000005 
+ 00025009  0x00003c95 jam  0x0000001f , 0x0000433f 
+ 00025010  0x00003c96 setsect  0x00000000 , 0x0002090d 
+ 00025011  0x00003c97 setsect  0x00000001 , 0x00034c15 
+ 00025012  0x00003c98 setsect  0x00000002 , 0x00028532 
+ 00025013  0x00003c99 setsect  0x00000003 , 0x0001d1d5 
+ 00025014  0x00003c9a store  0x00000009 , 0x00004340 
+ 00025015  0x00003c9b setsect  0x00000000 , 0x00026574 
+ 00025016  0x00003c9c setsect  0x00000001 , 0x0000001c 
+ 00025017  0x00003c9d istore  0x00000003 , 0x00000005 
+ 00025018  0x00003c9e setarg  0x0000447d 
+ 00025019  0x00003c9f store  0x00000002 , 0x000043de 
+ 00025020  0x00003ca0 jam  0x00000002 , 0x0000447d 
+ 00025021  0x00003ca1 setarg  0x000045b6 
+ 00025022  0x00003ca2 store  0x00000002 , 0x000043b1 
+ 00025023  0x00003ca3 jam  0x00000005 , 0x000043b3 
+ 00025024  0x00003ca4 fetch  0x00000001 , 0x0000468a 
+ 00025025  0x00003ca5 beq  0x00000000 , 0x00006151 
+ 00025026  0x00003ca6 beq  0x00000001 , 0x00006154 
+ 00025027  0x00003ca7 rtn 
+ 00025028  0x00003cb5 fetch  0x00000006 , 0x00004e00 
+ 00025029  0x00003cb6 store  0x00000006 , 0x00004480 
+ 00025030  0x00003cb7 jam  0x00000006 , 0x0000447d 
+ 00025031  0x00003cb8 setarg  0x0000447d 
+ 00025032  0x00003cb9 store  0x00000002 , 0x000043de 
+ 00025033  0x00003cba rtn 
+ 00025034  0x00003cbe fetch  0x00000007 , 0x00004e00 
+ 00025035  0x00003cbf store  0x00000007 , 0x00004480 
+ 00025036  0x00003cc0 jam  0x00000007 , 0x0000447d 
+ 00025037  0x00003cc1 setarg  0x0000447d 
+ 00025038  0x00003cc2 store  0x00000002 , 0x000043de 
+ 00025039  0x00003cc3 rtn 
+ 00025040  0x00003cc6 fetch  0x00000001 , 0x00004dff 
+ 00025041  0x00003cc7 beq  0x00000006 , 0x000061c4 
+ 00025042  0x00003cc8 beq  0x00000007 , 0x000061ca 
+ 00025043  0x00003cc9 rtn 
+ 00025044  0x00003ccc bpatch  0x00000063 , 0x0000400c 
+ 00025045  0x00003cce fetch  0x00000008 , 0x00004e26 
+ 00025046  0x00003ccf store  0x00000008 , 0x0000446c 
+ 00025047  0x00003cd0 setarg  0x00000096 
+ 00025048  0x00003cd1 store  0x00000002 , 0x0000444c 
+ 00025049  0x00003cd3 fetch  0x00000007 , 0x00004e76 
+ 00025050  0x00003cd4 store  0x00000007 , 0x00004660 
+ 00025051  0x00003cd5 fetch  0x00000007 , 0x00004e7d 
+ 00025052  0x00003cd6 store  0x00000007 , 0x0000466b 
+ 00025053  0x00003cd8 fetch  0x00000004 , 0x00004e84 
+ 00025054  0x00003cd9 store  0x00000004 , 0x00004450 
+ 00025055  0x00003cda fetch  0x00000004 , 0x00004e88 
+ 00025056  0x00003cdb store  0x00000004 , 0x00004454 
+ 00025057  0x00003cdd setarg  0x0000000e 
+ 00025058  0x00003cde store  0x00000002 , 0x00004448 
+ 00025059  0x00003cdf setarg  0x00000140 
+ 00025060  0x00003ce0 store  0x00000002 , 0x0000444a 
+ 00025061  0x00003ce1 store  0x00000002 , 0x00004360 
+ 00025062  0x00003ce3 setarg  0x000093c0 
+ 00025063  0x00003ce4 store  0x00000002 , 0x000042cc 
+ 00025064  0x00003ce6 call  0x00006114 
+ 00025065  0x00003ce8 fetch  0x00000008 , 0x00004e1e 
+ 00025066  0x00003ce9 store  0x00000008 , 0x00004460 
+ 00025067  0x00003cea rtn 
+ 00025068  0x00003cef call  0x00006eb3 
+ 00025069  0x00003cf0 rtn  0x0000002b 
+ 00025070  0x00003cf2 call  0x000061d0 
+ 00025071  0x00003cf3 call  0x000061d4 
+ 00025072  0x00003cf5 setarg  0x00006436 
+ 00025073  0x00003cf6 store  0x00000002 , 0x00004314 
+ 00025074  0x00003cf8 setarg  0x00006204 
+ 00025075  0x00003cf9 store  0x00000002 , 0x00004394 
+ 00025076  0x00003cfb setarg  0x0000625d 
+ 00025077  0x00003cfc store  0x00000002 , 0x00004396 
+ 00025078  0x00003cfe setarg  0x00006426 
+ 00025079  0x00003cff store  0x00000002 , 0x00004398 
+ 00025080  0x00003d01 setarg  0x00006235 
+ 00025081  0x00003d02 store  0x00000002 , 0x0000439c 
+ 00025082  0x00003d04 setarg  0x0000627d 
+ 00025083  0x00003d05 store  0x00000002 , 0x0000447e 
+ 00025084  0x00003d07 call  0x0000603c 
+ 00025085  0x00003d08 setarg  0x00000027 
+ 00025086  0x00003d09 store  0x00000002 , 0x00004307 
+ 00025087  0x00003d0a fetch  0x00000008 , 0x00004460 
+ 00025088  0x00003d0b store  0x00000008 , 0x00004458 
+ 00025089  0x00003d0c call  0x0000620e 
+ 00025090  0x00003d0d bpatch  0x00000064 , 0x0000400c 
+ 00025091  0x00003d0e branch  0x00006037 
+ 00025092  0x00003d12 call  0x0000621b 
+ 00025093  0x00003d13 arg  0x00000009 , 0x00000007 
+ 00025094  0x00003d14 call  0x0000742e 
+ 00025095  0x00003d15 nrtn  0x00000034 
+ 00025096  0x00003d16 setarg  0x00000020 
+ 00025097  0x00003d17 arg  0x00000009 , 0x00000007 
+ 00025098  0x00003d18 call  0x00007420 
+ 00025099  0x00003d19 disable  0x00000028 
+ 00025100  0x00003d1a call  0x00006c75 
+ 00025101  0x00003d1b branch  0x000062e0 
+ 00025102  0x00003d1e setarg  0x0000001f 
+ 00025103  0x00003d1f mul32  0x0000003f , 0x0000000a , 0x0000003f 
+ 00025104  0x00003d20 arg  0x00004b10 , 0x00000002 
+ 00025105  0x00003d21 iadd  0x00000002 , 0x00000011 
+ 00025106  0x00003d22 increase  0x00000003 , 0x00000011 
+ 00025107  0x00003d23 arg  0x00000062 , 0x00000002 
+ 00025108  0x00003d24 istoret  0x00000001 , 0x00000011 
+ 00025109  0x00003d25 increase  0x0000000b , 0x00000011 
+ 00025110  0x00003d26 arg  0x00000fff , 0x0000003f 
+ 00025111  0x00003d27 isub  0x00000002 , 0x0000003f 
+ 00025112  0x00003d28 lshift4  0x0000003f , 0x0000003f 
+ 00025113  0x00003d29 istore  0x00000002 , 0x00000011 
+ 00025114  0x00003d2a rtn 
+ 00025115  0x00003d2d fetch  0x00000002 , 0x00004434 
+ 00025116  0x00003d2e bbit1  0x00000009 , 0x00006220 
+ 00025117  0x00003d2f arg  0x00004593 , 0x00000005 
+ 00025118  0x00003d30 arg  0x00000023 , 0x00000039 
+ 00025119  0x00003d31 branch  0x000073ec 
+ 00025120  0x00003d34 call  0x000041cc 
+ 00025121  0x00003d35 nrtn  0x00000034 
+ 00025122  0x00003d36 call  0x00007027 
+ 00025123  0x00003d37 rtn  0x00000034 
+ 00025124  0x00003d38 fetcht  0x00000004 , 0x0000494f 
+ 00025125  0x00003d39 copy  0x00000022 , 0x0000003f 
+ 00025126  0x00003d3a isub  0x00000002 , 0x00000002 
+ 00025127  0x00003d3b rtn  0x00000005 
+ 00025128  0x00003d3c nbranch  0x0000622c , 0x00000002 
+ 00025129  0x00003d3d fetch  0x00000001 , 0x0000494e 
+ 00025130  0x00003d3e isub  0x00000002 , 0x0000003e 
+ 00025131  0x00003d3f rtn  0x00000002 
+ 00025132  0x00003d41 copy  0x00000022 , 0x0000003f 
+ 00025133  0x00003d42 store  0x00000004 , 0x0000494f 
+ 00025134  0x00003d43 call  0x000060ff 
+ 00025135  0x00003d44 nrtn  0x00000028 
+ 00025136  0x00003d45 pincrease  0xffffffff 
+ 00025137  0x00003d46 mul32  0x0000003f , 0x0000000a , 0x0000003f 
+ 00025138  0x00003d47 arg  0x00004b10 , 0x00000002 
+ 00025139  0x00003d48 iadd  0x00000002 , 0x00000006 
+ 00025140  0x00003d49 branch  0x00006149 
+ 00025141  0x00003d4d call  0x00006596 
+ 00025142  0x00003d4e call  0x0000623a 
+ 00025143  0x00003d4f call  0x00006251 
+ 00025144  0x00003d50 call  0x0000608b 
+ 00025145  0x00003d51 branch  0x00006257 
+ 00025146  0x00003d54 arg  0x00004de1 , 0x00000013 
+ 00025147  0x00003d55 arg  0x0000623d , 0x00000012 
+ 00025148  0x00003d56 branch  0x00004dcc 
+ 00025149  0x00003d59 call  0x00007027 
+ 00025150  0x00003d5a nrtn  0x00000034 
+ 00025151  0x00003d5b fetch  0x00000002 , 0x0000483d 
+ 00025152  0x00003d5c nrtn  0x00000034 
+ 00025153  0x00003d5e call  0x00006499 
+ 00025154  0x00003d5f branch  0x0000624b , 0x00000034 
+ 00025155  0x00003d60 copy  0x00000007 , 0x0000003f 
+ 00025156  0x00003d61 compare  0x00000004 , 0x0000003f , 0x00000007 
+ 00025157  0x00003d62 branch  0x0000624d , 0x00000001 
+ 00025158  0x00003d64 copy  0x00000007 , 0x0000003f 
+ 00025159  0x00003d65 compare  0x00000001 , 0x0000003f , 0x00000007 
+ 00025160  0x00003d66 branch  0x0000624f , 0x00000001 
+ 00025161  0x00003d67 arg  0x00004dd8 , 0x00000013 
+ 00025162  0x00003d68 branch  0x000060eb 
+ 00025163  0x00003d6b arg  0x00004dea , 0x00000013 
+ 00025164  0x00003d6c branch  0x000060eb 
+ 00025165  0x00003d6f arg  0x00004def , 0x00000013 
+ 00025166  0x00003d70 branch  0x000060eb 
+ 00025167  0x00003d73 arg  0x00004df7 , 0x00000013 
+ 00025168  0x00003d74 branch  0x000060eb 
+ 00025169  0x00003d77 arg  0x00004b0d , 0x00000013 
+ 00025170  0x00003d78 arg  0x00006254 , 0x00000012 
+ 00025171  0x00003d79 branch  0x00004dcc 
+ 00025172  0x00003d7c arg  0x0000000a , 0x00000039 
+ 00025173  0x00003d7d arg  0x0000495d , 0x00000005 
+ 00025174  0x00003d7e branch  0x000073ec 
+ 00025175  0x00003d82 arg  0x00004683 , 0x00000013 
+ 00025176  0x00003d83 arg  0x0000625a , 0x00000012 
+ 00025177  0x00003d84 branch  0x00004dcc 
+ 00025178  0x00003d86 fetch  0x00000002 , 0x00004434 
+ 00025179  0x00003d87 bbit1  0x00000009 , 0x0000611c 
+ 00025180  0x00003d88 branch  0x00004e13 
+ 00025181  0x00003d8b copy  0x00000013 , 0x0000003f 
+ 00025182  0x00003d8c beq  0x00000014 , 0x00006271 
+ 00025183  0x00003d8d beq  0x00000015 , 0x0000626d 
+ 00025184  0x00003d8e beq  0x00000031 , 0x00006264 
+ 00025185  0x00003d8f rtneq  0x00000040 
+ 00025186  0x00003d90 beq  0x00000032 , 0x00006429 
+ 00025187  0x00003d91 branch  0x00006053 
+ 00025188  0x00003d94 jam  0x00000001 , 0x00004de2 
+ 00025189  0x00003d95 call  0x000064c2 
+ 00025190  0x00003d97 fetch  0x00000002 , 0x00004e90 
+ 00025191  0x00003d98 store  0x00000002 , 0x00004dd0 
+ 00025192  0x00003d9a fetcht  0x00000002 , 0x00004e92 
+ 00025193  0x00003d9b setarg  0x00000fff 
+ 00025194  0x00003d9c isub  0x00000002 , 0x0000003f 
+ 00025195  0x00003d9d store  0x00000002 , 0x00004dd2 
+ 00025196  0x00003d9e rtn 
+ 00025197  0x00003da1 jam  0x00000000 , 0x00004dcd 
+ 00025198  0x00003da2 jam  0x00000000 , 0x00004de2 
+ 00025199  0x00003da3 call  0x0000631e 
+ 00025200  0x00003da4 branch  0x00006060 
+ 00025201  0x00003da7 copy  0x00000022 , 0x0000003f 
+ 00025202  0x00003da8 store  0x00000004 , 0x0000494f 
+ 00025203  0x00003da9 call  0x00006492 
+ 00025204  0x00003daa branch  0x0000605c 
+ 00025205  0x00003dae disable  0x0000002c 
+ 00025206  0x00003daf fetch  0x00000002 , 0x00004470 
+ 00025207  0x00003db0 store  0x00000002 , 0x00004472 
+ 00025208  0x00003db1 call  0x000060d2 
+ 00025209  0x00003db2 branch  0x000060d6 , 0x00000028 
+ 00025210  0x00003db3 call  0x000060cb 
+ 00025211  0x00003db4 nrtn  0x00000028 
+ 00025212  0x00003db5 branch  0x000074cc 
+ 00025213  0x00003db8 call  0x00006275 
+ 00025214  0x00003db9 nrtn  0x0000002c 
+ 00025215  0x00003dba deposit  0x00000011 
+ 00025216  0x00003dbb branch  0x000062ac , 0x00000034 
+ 00025217  0x00003dbd jam  0x00000001 , 0x00004b0e 
+ 00025218  0x00003dbe call  0x00004e0f 
+ 00025219  0x00003dbf call  0x000062a1 
+ 00025220  0x00003dc0 call  0x000062d3 
+ 00025221  0x00003dc1 rtn  0x00000002 
+ 00025222  0x00003dc2 copy  0x00000007 , 0x0000003f 
+ 00025223  0x00003dc3 fetcht  0x00000001 , 0x00004de5 
+ 00025224  0x00003dc4 isub  0x00000002 , 0x0000003e 
+ 00025225  0x00003dc5 ncall  0x0000629b , 0x00000005 
+ 00025226  0x00003dc6 copy  0x00000007 , 0x0000003f 
+ 00025227  0x00003dc7 store  0x00000001 , 0x00004de5 
+ 00025228  0x00003dc8 fetcht  0x00000001 , 0x00004de8 
+ 00025229  0x00003dc9 isub  0x00000002 , 0x0000003e 
+ 00025230  0x00003dca branch  0x00006299 , 0x00000005 
+ 00025231  0x00003dcb fetch  0x00000001 , 0x00004de9 
+ 00025232  0x00003dcc nbranch  0x00006294 , 0x00000034 
+ 00025233  0x00003dce call  0x0000649b 
+ 00025234  0x00003dcf arg  0x0000000a , 0x0000003f 
+ 00025235  0x00003dd0 branch  0x000062cc 
+ 00025236  0x00003dd3 call  0x000064be 
+ 00025237  0x00003dd4 copy  0x00000007 , 0x0000003f 
+ 00025238  0x00003dd5 beq  0x00000001 , 0x00006291 
+ 00025239  0x00003dd6 call  0x000063a3 
+ 00025240  0x00003dd7 branch  0x00006356 
+ 00025241  0x00003dda jam  0x00000001 , 0x00004de6 
+ 00025242  0x00003ddb branch  0x00006356 
+ 00025243  0x00003dde bpatch  0x00000065 , 0x0000400c 
+ 00025244  0x00003ddf fetch  0x00000001 , 0x00004de9 
+ 00025245  0x00003de0 branch  0x00006241 , 0x00000034 
+ 00025246  0x00003de1 copy  0x00000007 , 0x0000003f 
+ 00025247  0x00003de2 beq  0x00000001 , 0x00006241 
+ 00025248  0x00003de3 rtn 
+ 00025249  0x00003de5 arg  0x0000000a , 0x0000003f 
+ 00025250  0x00003de6 imul32  0x00000007 , 0x0000003f 
+ 00025251  0x00003de7 arg  0x00004953 , 0x00000013 
+ 00025252  0x00003de8 iadd  0x00000013 , 0x00000013 
+ 00025253  0x00003de9 copy  0x00000022 , 0x0000003f 
+ 00025254  0x00003dea istore  0x00000004 , 0x00000013 
+ 00025255  0x00003deb increase  0x00000004 , 0x00000013 
+ 00025256  0x00003dec ifetch  0x00000001 , 0x00000013 
+ 00025257  0x00003ded increase  0x00000001 , 0x0000003f 
+ 00025258  0x00003dee istore  0x00000001 , 0x00000013 
+ 00025259  0x00003def rtn 
+ 00025260  0x00003df1 bpatch  0x00000066 , 0x0000400c 
+ 00025261  0x00003df2 fetch  0x00000001 , 0x00004de9 
+ 00025262  0x00003df3 call  0x00004e11 , 0x00000034 
+ 00025263  0x00003df5 arg  0x0000000a , 0x0000003f 
+ 00025264  0x00003df6 imul32  0x00000007 , 0x0000003f 
+ 00025265  0x00003df7 arg  0x00004953 , 0x00000013 
+ 00025266  0x00003df8 iadd  0x00000013 , 0x00000013 
+ 00025267  0x00003df9 ifetcht  0x00000004 , 0x00000013 
+ 00025268  0x00003dfa sub  0x00000002 , 0x00000000 , 0x0000003e 
+ 00025269  0x00003dfb rtn  0x00000005 
+ 00025270  0x00003dfc copy  0x00000022 , 0x0000003f 
+ 00025271  0x00003dfd isub  0x00000002 , 0x00000002 
+ 00025272  0x00003dfe ncall  0x00006f56 , 0x00000002 
+ 00025273  0x00003dff add  0x00000013 , 0x00000009 , 0x00000006 
+ 00025274  0x00003e00 ifetch  0x00000001 , 0x00000006 
+ 00025275  0x00003e01 nbranch  0x000062d8 , 0x00000034 
+ 00025276  0x00003e02 increase  0x00000005 , 0x00000013 
+ 00025277  0x00003e03 copy  0x00000022 , 0x0000003f 
+ 00025278  0x00003e04 istore  0x00000004 , 0x00000013 
+ 00025279  0x00003e05 rtn 
+ 00025280  0x00003e08 add  0x00000013 , 0x00000004 , 0x00000006 
+ 00025281  0x00003e09 ifetch  0x00000001 , 0x00000006 
+ 00025282  0x00003e0a branch  0x000062c3 
+ 00025283  0x00003e0d call  0x000062dd 
+ 00025284  0x00003e0e fetch  0x00000001 , 0x00004de9 
+ 00025285  0x00003e0f nbranch  0x000062cf , 0x00000034 
+ 00025286  0x00003e11 call  0x000062d3 
+ 00025287  0x00003e12 rtn  0x00000002 
+ 00025288  0x00003e13 call  0x000064a1 
+ 00025289  0x00003e14 copy  0x00000007 , 0x0000003f 
+ 00025290  0x00003e15 beq  0x00000003 , 0x000064a9 
+ 00025291  0x00003e16 arg  0x0000000a , 0x0000003f 
+ 00025292  0x00003e18 imul32  0x00000007 , 0x0000003f 
+ 00025293  0x00003e19 iadd  0x00000013 , 0x00000013 
+ 00025294  0x00003e1a branch  0x000060eb 
+ 00025295  0x00003e1d copy  0x00000007 , 0x0000003f 
+ 00025296  0x00003e1e beq  0x00000001 , 0x000062c6 
+ 00025297  0x00003e1f beq  0x00000003 , 0x000062c6 
+ 00025298  0x00003e20 rtn 
+ 00025299  0x00003e23 call  0x0000702f 
+ 00025300  0x00003e24 ifetcht  0x00000001 , 0x00000006 
+ 00025301  0x00003e25 isub  0x00000002 , 0x0000003f 
+ 00025302  0x00003e26 sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00025303  0x00003e27 rtn 
+ 00025304  0x00003e2a jam  0x00000001 , 0x00004de0 
+ 00025305  0x00003e2b call  0x000062dd 
+ 00025306  0x00003e2c arg  0x000049f4 , 0x00000013 
+ 00025307  0x00003e2d arg  0x00000003 , 0x0000003f 
+ 00025308  0x00003e2e branch  0x000062cc 
+ 00025309  0x00003e31 arg  0x0000000a , 0x00000039 
+ 00025310  0x00003e32 copy  0x00000013 , 0x00000005 
+ 00025311  0x00003e33 branch  0x000073ec 
+ 00025312  0x00003e36 fetch  0x00000002 , 0x0000483d 
+ 00025313  0x00003e37 store  0x00000002 , 0x000043e0 
+ 00025314  0x00003e38 call  0x0000632a 
+ 00025315  0x00003e39 fetch  0x00000002 , 0x000043e0 
+ 00025316  0x00003e3a store  0x00000002 , 0x0000483d 
+ 00025317  0x00003e3c arg  0x00000000 , 0x00000007 
+ 00025318  0x00003e3d fetch  0x00000001 , 0x0000447d 
+ 00025319  0x00003e3e copy  0x0000003f , 0x00000039 
+ 00025320  0x00003e3f arg  0x00004953 , 0x00000013 
+ 00025321  0x00003e41 copy  0x00000039 , 0x0000003f 
+ 00025322  0x00003e42 store  0x00000002 , 0x000004cc 
+ 00025323  0x00003e43 copy  0x00000013 , 0x0000003f 
+ 00025324  0x00003e44 store  0x00000002 , 0x000004e0 
+ 00025325  0x00003e45 copy  0x00000007 , 0x0000003f 
+ 00025326  0x00003e46 store  0x00000002 , 0x000004ce 
+ 00025327  0x00003e47 call  0x00006320 
+ 00025328  0x00003e49 fetch  0x00000002 , 0x000004e0 
+ 00025329  0x00003e4a copy  0x0000003f , 0x00000013 
+ 00025330  0x00003e4b fetch  0x00000002 , 0x000004ce 
+ 00025331  0x00003e4c copy  0x0000003f , 0x00000007 
+ 00025332  0x00003e4d call  0x000062fd 
+ 00025333  0x00003e4f fetch  0x00000002 , 0x000004ce 
+ 00025334  0x00003e50 add  0x0000003f , 0x00000001 , 0x00000007 
+ 00025335  0x00003e51 fetch  0x00000002 , 0x000004e0 
+ 00025336  0x00003e52 add  0x0000003f , 0x0000000a , 0x00000013 
+ 00025337  0x00003e53 fetch  0x00000002 , 0x000004cc 
+ 00025338  0x00003e54 copy  0x0000003f , 0x00000039 
+ 00025339  0x00003e55 loop  0x000062e9 
+ 00025340  0x00003e56 rtn 
+ 00025341  0x00003e59 ifetch  0x00000004 , 0x00000013 
+ 00025342  0x00003e5a rtn  0x00000034 
+ 00025343  0x00003e5b copy  0x0000003f , 0x00000002 
+ 00025344  0x00003e5c copy  0x00000022 , 0x0000003f 
+ 00025345  0x00003e5d isub  0x00000002 , 0x00000002 
+ 00025346  0x00003e5e nrtn  0x00000002 
+ 00025347  0x00003e5f setarg  0x000009c4 
+ 00025348  0x00003e60 isub  0x00000002 , 0x0000003e 
+ 00025349  0x00003e61 rtn  0x00000002 
+ 00025350  0x00003e62 copy  0x00000022 , 0x0000003f 
+ 00025351  0x00003e63 istore  0x00000004 , 0x00000013 
+ 00025352  0x00003e64 increase  0x00000009 , 0x00000013 
+ 00025353  0x00003e65 setarg  0x00000001 
+ 00025354  0x00003e66 istore  0x00000001 , 0x00000013 
+ 00025355  0x00003e67 fetch  0x00000001 , 0x00004de0 
+ 00025356  0x00003e68 rtn  0x00000034 
+ 00025357  0x00003e69 jam  0x00000000 , 0x00004de0 
+ 00025358  0x00003e6a bpatch  0x00000067 , 0x0000400c 
+ 00025359  0x00003e6b fetch  0x00000001 , 0x00004de7 
+ 00025360  0x00003e6c beq  0x00000000 , 0x00006313 
+ 00025361  0x00003e6d beq  0x00000001 , 0x00006316 
+ 00025362  0x00003e6e rtn 
+ 00025363  0x00003e71 arg  0x000049df , 0x00000013 
+ 00025364  0x00003e72 arg  0x00000003 , 0x0000003f 
+ 00025365  0x00003e73 branch  0x000062cc 
+ 00025366  0x00003e76 copy  0x00000007 , 0x0000003f 
+ 00025367  0x00003e77 fetcht  0x00000001 , 0x00004de8 
+ 00025368  0x00003e78 isub  0x00000002 , 0x0000003e 
+ 00025369  0x00003e79 nbranch  0x00006313 , 0x00000005 
+ 00025370  0x00003e7a fetch  0x00000001 , 0x00004de9 
+ 00025371  0x00003e7b setflip  0x00000000 , 0x0000003f 
+ 00025372  0x00003e7c store  0x00000001 , 0x00004de9 
+ 00025373  0x00003e7d nrtn  0x00000034 
+ 00025374  0x00003e7f jam  0x00000000 , 0x00004de9 
+ 00025375  0x00003e80 branch  0x00004e11 
+ 00025376  0x00003e83 add  0x00000013 , 0x00000005 , 0x00000012 
+ 00025377  0x00003e84 ifetch  0x00000004 , 0x00000012 
+ 00025378  0x00003e85 rtn  0x00000034 
+ 00025379  0x00003e86 copy  0x0000003f , 0x00000002 
+ 00025380  0x00003e87 copy  0x00000022 , 0x0000003f 
+ 00025381  0x00003e88 isub  0x00000002 , 0x00000002 
+ 00025382  0x00003e89 ncall  0x00006f56 , 0x00000002 
+ 00025383  0x00003e8a setarg  0x000003e8 
+ 00025384  0x00003e8b isub  0x00000002 , 0x0000003e 
+ 00025385  0x00003e8c branch  0x000062c0 
+ 00025386  0x00003e8e fetch  0x00000002 , 0x000043de 
+ 00025387  0x00003e8f ifetch  0x00000001 , 0x0000003f 
+ 00025388  0x00003e90 rtn  0x00000034 
+ 00025389  0x00003e92 setarg  0x00000000 
+ 00025390  0x00003e93 store  0x00000002 , 0x00000546 
+ 00025391  0x00003e94 call  0x00006c5d 
+ 00025392  0x00003e95 nbranch  0x00006ef1 , 0x00000028 
+ 00025393  0x00003e96 call  0x00006eef 
+ 00025394  0x00003e97 disable  0x00000028 
+ 00025395  0x00003e98 bpatch  0x00000068 , 0x0000400d 
+ 00025396  0x00003e99 fetch  0x00000001 , 0x00004de7 
+ 00025397  0x00003e9a beq  0x00000001 , 0x00006339 
+ 00025398  0x00003e9b call  0x0000638a 
+ 00025399  0x00003e9c call  0x0000633e 
+ 00025400  0x00003e9d rtn  0x00000028 
+ 00025401  0x00003e9f fetch  0x00000002 , 0x00000546 
+ 00025402  0x00003ea0 store  0x00000002 , 0x0000054d 
+ 00025403  0x00003ea1 jam  0x00000000 , 0x0000054f 
+ 00025404  0x00003ea2 force  0x00000000 , 0x00000007 
+ 00025405  0x00003ea3 branch  0x00006c95 
+ 00025406  0x00003ea6 arg  0x00000000 , 0x00000007 
+ 00025407  0x00003ea8 arg  0x00004a09 , 0x00000012 
+ 00025408  0x00003ea9 arg  0x00000002 , 0x0000003f 
+ 00025409  0x00003eaa imul32  0x00000007 , 0x0000003f 
+ 00025410  0x00003eab iadd  0x00000012 , 0x00000012 
+ 00025411  0x00003eac ifetch  0x00000002 , 0x00000012 
+ 00025412  0x00003eae rtn  0x00000034 
+ 00025413  0x00003eaf fetcht  0x00000002 , 0x00000546 
+ 00025414  0x00003eb0 ixor  0x00000002 , 0x0000003e 
+ 00025415  0x00003eb1 branch  0x0000634a , 0x00000005 
+ 00025416  0x00003eb2 increase  0x00000001 , 0x00000007 
+ 00025417  0x00003eb3 branch  0x0000633f 
+ 00025418  0x00003eb6 store  0x00000002 , 0x00004a15 
+ 00025419  0x00003eb7 call  0x00004e0f 
+ 00025420  0x00003eb8 arg  0x00004a17 , 0x00000013 
+ 00025421  0x00003eb9 arg  0x0000000a , 0x0000003f 
+ 00025422  0x00003eba imul32  0x00000007 , 0x0000003f 
+ 00025423  0x00003ebb iadd  0x00000013 , 0x00000013 
+ 00025424  0x00003ebc call  0x00006352 
+ 00025425  0x00003ebd branch  0x00006395 
+ 00025426  0x00003ec0 call  0x000064be 
+ 00025427  0x00003ec1 ifetch  0x00000001 , 0x00000013 
+ 00025428  0x00003ec2 rtn  0x00000034 
+ 00025429  0x00003ec3 call  0x000063a3 
+ 00025430  0x00003ec5 call  0x000064be 
+ 00025431  0x00003ec6 call  0x0000636b 
+ 00025432  0x00003ec7 call  0x00006376 
+ 00025433  0x00003ec8 call  0x00006380 
+ 00025434  0x00003ec9 arg  0x00000005 , 0x0000003f 
+ 00025435  0x00003eca call  0x000060fc 
+ 00025436  0x00003ecb call  0x00006499 
+ 00025437  0x00003ecc rtn  0x00000034 
+ 00025438  0x00003ecd jam  0x00000078 , 0x0000494e 
+ 00025439  0x00003ece arg  0x00000006 , 0x0000003f 
+ 00025440  0x00003ecf branch  0x000060fc 
+ 00025441  0x00003ed2 fetcht  0x00000001 , 0x00004dcc 
+ 00025442  0x00003ed3 call  0x00006499 
+ 00025443  0x00003ed4 rtn  0x00000034 
+ 00025444  0x00003ed5 fetcht  0x00000001 , 0x00004dcf 
+ 00025445  0x00003ed6 increase  0x00000001 , 0x00000002 
+ 00025446  0x00003ed7 fetch  0x00000001 , 0x00004de6 
+ 00025447  0x00003ed8 rtn  0x00000034 
+ 00025448  0x00003ed9 fetcht  0x00000001 , 0x00004dcc 
+ 00025449  0x00003eda jam  0x00000000 , 0x00004de6 
+ 00025450  0x00003edb rtn 
+ 00025451  0x00003ede call  0x00006361 
+ 00025452  0x00003edf copy  0x00000002 , 0x0000003f 
+ 00025453  0x00003ee0 rtn  0x00000034 
+ 00025454  0x00003ee1 store  0x00000001 , 0x00004dd5 
+ 00025455  0x00003ee3 arg  0x00000013 , 0x0000003f 
+ 00025456  0x00003ee4 call  0x000060fc 
+ 00025457  0x00003ee5 fetch  0x00000001 , 0x00004dd5 
+ 00025458  0x00003ee6 increase  0xffffffff , 0x0000003f 
+ 00025459  0x00003ee7 store  0x00000001 , 0x00004dd5 
+ 00025460  0x00003ee8 rtn  0x00000034 
+ 00025461  0x00003ee9 branch  0x0000636f 
+ 00025462  0x00003eec fetch  0x00000001 , 0x00004dce 
+ 00025463  0x00003eed rtn  0x00000034 
+ 00025464  0x00003eee store  0x00000001 , 0x00004dd6 
+ 00025465  0x00003ef0 arg  0x00000020 , 0x0000003f 
+ 00025466  0x00003ef1 call  0x000060fc 
+ 00025467  0x00003ef2 fetch  0x00000001 , 0x00004dd6 
+ 00025468  0x00003ef3 increase  0xffffffff , 0x0000003f 
+ 00025469  0x00003ef4 store  0x00000001 , 0x00004dd6 
+ 00025470  0x00003ef5 rtn  0x00000034 
+ 00025471  0x00003ef6 branch  0x00006379 
+ 00025472  0x00003ef9 fetch  0x00000001 , 0x00004dcf 
+ 00025473  0x00003efa rtn  0x00000034 
+ 00025474  0x00003efb store  0x00000001 , 0x00004dd7 
+ 00025475  0x00003efd arg  0x00000021 , 0x0000003f 
+ 00025476  0x00003efe call  0x000060fc 
+ 00025477  0x00003eff fetch  0x00000001 , 0x00004dd7 
+ 00025478  0x00003f00 increase  0xffffffff , 0x0000003f 
+ 00025479  0x00003f01 store  0x00000001 , 0x00004dd7 
+ 00025480  0x00003f02 rtn  0x00000034 
+ 00025481  0x00003f03 branch  0x00006383 
+ 00025482  0x00003f06 fetch  0x00000002 , 0x00004a15 
+ 00025483  0x00003f07 rtn  0x00000034 
+ 00025484  0x00003f08 fetcht  0x00000002 , 0x00000546 
+ 00025485  0x00003f09 sub  0x00000002 , 0x00000000 , 0x0000003e 
+ 00025486  0x00003f0a branch  0x00006398 , 0x00000005 
+ 00025487  0x00003f0b isub  0x00000002 , 0x0000003e 
+ 00025488  0x00003f0c rtn  0x00000005 
+ 00025489  0x00003f0d storet  0x00000002 , 0x00004a15 
+ 00025490  0x00003f0e fetch  0x00000002 , 0x00004de3 
+ 00025491  0x00003f0f isub  0x00000002 , 0x0000003e 
+ 00025492  0x00003f10 call  0x00004e11 , 0x00000005 
+ 00025493  0x00003f12 fetch  0x00000002 , 0x00000546 
+ 00025494  0x00003f13 store  0x00000002 , 0x000043e0 
+ 00025495  0x00003f14 branch  0x000074c8 
+ 00025496  0x00003f16 call  0x00004e11 
+ 00025497  0x00003f17 arg  0x00004a53 , 0x00000013 
+ 00025498  0x00003f18 call  0x00006352 
+ 00025499  0x00003f19 setarg  0x00000000 
+ 00025500  0x00003f1a store  0x00000002 , 0x00004a15 
+ 00025501  0x00003f1b jam  0x00000032 , 0x0000482f 
+ 00025502  0x00003f1c call  0x00006395 
+ 00025503  0x00003f1d fetch  0x00000001 , 0x0000447d 
+ 00025504  0x00003f1e mul32  0x0000003f , 0x0000000a , 0x00000039 
+ 00025505  0x00003f1f arg  0x00004953 , 0x00000005 
+ 00025506  0x00003f20 branch  0x000073ec 
+ 00025507  0x00003f22 bpatch  0x00000069 , 0x0000400d 
+ 00025508  0x00003f23 fetch  0x00000001 , 0x00004de7 
+ 00025509  0x00003f24 beq  0x00000001 , 0x000063a8 
+ 00025510  0x00003f25 beq  0x00000000 , 0x000063ae 
+ 00025511  0x00003f26 rtn 
+ 00025512  0x00003f28 copy  0x00000007 , 0x0000003f 
+ 00025513  0x00003f29 beq  0x00000005 , 0x000063d7 
+ 00025514  0x00003f2a beq  0x00000000 , 0x000063f4 
+ 00025515  0x00003f2b beq  0x00000004 , 0x000063fc 
+ 00025516  0x00003f2c beq  0x00000002 , 0x0000641f 
+ 00025517  0x00003f2d rtn 
+ 00025518  0x00003f2f ifetch  0x00000001 , 0x00000013 
+ 00025519  0x00003f30 beq  0x00000001 , 0x000063d7 
+ 00025520  0x00003f31 beq  0x00000002 , 0x000063f4 
+ 00025521  0x00003f32 beq  0x00000003 , 0x000063fc 
+ 00025522  0x00003f33 beq  0x00000004 , 0x0000641f 
+ 00025523  0x00003f34 beq  0x00000005 , 0x000063b5 
+ 00025524  0x00003f35 rtn 
+ 00025525  0x00003f37 call  0x00006499 
+ 00025526  0x00003f38 nbranch  0x000063bf , 0x00000034 
+ 00025527  0x00003f39 setarg  0x00000004 
+ 00025528  0x00003f3a mul32  0x0000003f , 0x0000000a , 0x0000003f 
+ 00025529  0x00003f3b arg  0x00004b10 , 0x00000002 
+ 00025530  0x00003f3c iadd  0x00000002 , 0x00000005 
+ 00025531  0x00003f3d increase  0x00000003 , 0x00000005 
+ 00025532  0x00003f3e fetch  0x00000003 , 0x00004a5d 
+ 00025533  0x00003f3f istore  0x00000003 , 0x00000005 
+ 00025534  0x00003f40 rtn 
+ 00025535  0x00003f42 setarg  0x00000004 
+ 00025536  0x00003f43 mul32  0x0000003f , 0x0000000a , 0x0000003f 
+ 00025537  0x00003f44 arg  0x00004b10 , 0x00000002 
+ 00025538  0x00003f45 iadd  0x00000002 , 0x00000005 
+ 00025539  0x00003f46 increase  0x00000003 , 0x00000005 
+ 00025540  0x00003f47 fetch  0x00000002 , 0x00004dd0 
+ 00025541  0x00003f48 istore  0x00000003 , 0x00000005 
+ 00025542  0x00003f49 increase  0x00000007 , 0x00000005 
+ 00025543  0x00003f4a fetch  0x00000002 , 0x00004dd2 
+ 00025544  0x00003f4b lshift4  0x0000003f , 0x0000003f 
+ 00025545  0x00003f4c lshift8  0x0000003f , 0x0000003f 
+ 00025546  0x00003f4d istore  0x00000003 , 0x00000005 
+ 00025547  0x00003f4e rtn 
+ 00025548  0x00003f51 fetch  0x00000001 , 0x00004dce 
+ 00025549  0x00003f52 rtn  0x00000034 
+ 00025550  0x00003f53 increase  0xffffffff , 0x0000003f 
+ 00025551  0x00003f54 store  0x00000001 , 0x00004dce 
+ 00025552  0x00003f55 arg  0x00000062 , 0x0000003f 
+ 00025553  0x00003f56 rtn 
+ 00025554  0x00003f58 arg  0x0000000a , 0x00000002 
+ 00025555  0x00003f59 call  0x00006499 
+ 00025556  0x00003f5a rtn  0x00000034 
+ 00025557  0x00003f5b arg  0x00000007 , 0x00000002 
+ 00025558  0x00003f5c rtn 
+ 00025559  0x00003f5e call  0x000063d2 
+ 00025560  0x00003f5f fetch  0x00000002 , 0x00004dd0 
+ 00025561  0x00003f60 isub  0x00000002 , 0x0000003e 
+ 00025562  0x00003f61 ncall  0x000063cc , 0x00000002 
+ 00025563  0x00003f62 nrtn  0x00000002 
+ 00025564  0x00003f63 isub  0x00000002 , 0x0000003f 
+ 00025565  0x00003f65 store  0x00000002 , 0x00004dd0 
+ 00025566  0x00003f67 bpatch  0x0000006a , 0x0000400d 
+ 00025567  0x00003f68 fetch  0x00000002 , 0x00004dd0 
+ 00025568  0x00003f69 fetcht  0x00000002 , 0x00004dd2 
+ 00025569  0x00003f6a lshift8  0x00000002 , 0x00000002 
+ 00025570  0x00003f6b lshift4  0x00000002 , 0x00000002 
+ 00025571  0x00003f6c iadd  0x00000002 , 0x0000003f 
+ 00025572  0x00003f6d store  0x00000003 , 0x00004a5d 
+ 00025573  0x00003f6e branch  0x000063b5 
+ 00025574  0x00003f70 fetch  0x00000002 , 0x00004dd0 
+ 00025575  0x00003f71 arg  0x00000062 , 0x00000002 
+ 00025576  0x00003f72 isub  0x00000002 , 0x00000002 
+ 00025577  0x00003f73 nrtn  0x00000002 
+ 00025578  0x00003f74 copy  0x00000002 , 0x0000003f 
+ 00025579  0x00003f75 fetcht  0x00000001 , 0x00004dce 
+ 00025580  0x00003f76 sub  0x00000002 , 0x00000003 , 0x0000003e 
+ 00025581  0x00003f77 branch  0x000063f1 , 0x00000005 
+ 00025582  0x00003f78 increase  0x00000001 , 0x00000002 
+ 00025583  0x00003f79 storet  0x00000001 , 0x00004dce 
+ 00025584  0x00003f7a branch  0x000063dd 
+ 00025585  0x00003f7c jam  0x00000000 , 0x00004dce 
+ 00025586  0x00003f7d arg  0x00000000 , 0x0000003f 
+ 00025587  0x00003f7e branch  0x000063dd 
+ 00025588  0x00003f80 call  0x00006499 
+ 00025589  0x00003f81 ncall  0x000063e6 , 0x00000034 
+ 00025590  0x00003f82 call  0x000063d2 
+ 00025591  0x00003f83 fetch  0x00000002 , 0x00004dd0 
+ 00025592  0x00003f85 iadd  0x00000002 , 0x0000003f 
+ 00025593  0x00003f86 arg  0x00000fff , 0x00000002 
+ 00025594  0x00003f87 call  0x00007480 
+ 00025595  0x00003f88 branch  0x000063dd 
+ 00025596  0x00003f8b call  0x000063d2 
+ 00025597  0x00003f8c fetch  0x00000002 , 0x00004dd2 
+ 00025598  0x00003f8d isub  0x00000002 , 0x0000003f 
+ 00025599  0x00003f8e store  0x00000002 , 0x00004dd2 
+ 00025600  0x00003f90 fetcht  0x00000002 , 0x00004dd2 
+ 00025601  0x00003f91 call  0x00006499 
+ 00025602  0x00003f92 branch  0x000063de , 0x00000034 
+ 00025603  0x00003f93 setarg  0x00000fff 
+ 00025604  0x00003f94 isub  0x00000002 , 0x0000003f 
+ 00025605  0x00003f95 arg  0x00000062 , 0x00000002 
+ 00025606  0x00003f96 isub  0x00000002 , 0x00000002 
+ 00025607  0x00003f97 nbranch  0x000063de , 0x00000002 
+ 00025608  0x00003f98 setarg  0x00000fff 
+ 00025609  0x00003f99 isub  0x00000002 , 0x0000003f 
+ 00025610  0x00003f9a fetcht  0x00000001 , 0x00004dcf 
+ 00025611  0x00003f9b sub  0x00000002 , 0x00000005 , 0x0000003e 
+ 00025612  0x00003f9c branch  0x00006410 , 0x00000005 
+ 00025613  0x00003f9d increase  0x00000001 , 0x00000002 
+ 00025614  0x00003f9e storet  0x00000001 , 0x00004dcf 
+ 00025615  0x00003f9f branch  0x0000641d 
+ 00025616  0x00003fa1 jam  0x00000000 , 0x00004dcf 
+ 00025617  0x00003fa3 setarg  0x00000fff 
+ 00025618  0x00003fa4 branch  0x0000641d 
+ 00025619  0x00003fa7 call  0x00006499 
+ 00025620  0x00003fa8 branch  0x00006411 , 0x00000034 
+ 00025621  0x00003fa9 fetch  0x00000001 , 0x00004dcf 
+ 00025622  0x00003faa branch  0x00006411 , 0x00000034 
+ 00025623  0x00003fab increase  0xffffffff , 0x0000003f 
+ 00025624  0x00003fac store  0x00000001 , 0x00004dcf 
+ 00025625  0x00003fad setarg  0x00000fff 
+ 00025626  0x00003fae arg  0x00000062 , 0x00000002 
+ 00025627  0x00003faf isub  0x00000002 , 0x0000003f 
+ 00025628  0x00003fb0 iadd  0x00000011 , 0x0000003f 
+ 00025629  0x00003fb2 store  0x00000002 , 0x00004dd2 
+ 00025630  0x00003fb3 branch  0x000063de 
+ 00025631  0x00003fb5 call  0x000063d2 
+ 00025632  0x00003fb6 fetch  0x00000002 , 0x00004dd2 
+ 00025633  0x00003fb8 iadd  0x00000002 , 0x0000003f 
+ 00025634  0x00003fb9 arg  0x00000fff , 0x00000002 
+ 00025635  0x00003fba isub  0x00000002 , 0x00000011 
+ 00025636  0x00003fbb branch  0x00006413 , 0x00000002 
+ 00025637  0x00003fbc branch  0x0000641d 
+ 00025638  0x00003fc0 fetch  0x00000002 , 0x0000436f 
+ 00025639  0x00003fc1 beq  0x00000024 , 0x00006063 
+ 00025640  0x00003fc2 rtn 
+ 00025641  0x00003fc5 arg  0x00000017 , 0x00000011 
+ 00025642  0x00003fc6 arg  0x00000004 , 0x00000012 
+ 00025643  0x00003fc7 call  0x0000419f 
+ 00025644  0x00003fc8 setarg  0x00000006 
+ 00025645  0x00003fc9 istore  0x00000001 , 0x00000005 
+ 00025646  0x00003fca setarg  0x00000001 
+ 00025647  0x00003fcb istore  0x00000002 , 0x00000005 
+ 00025648  0x00003fcc setarg  0x0000ffff 
+ 00025649  0x00003fcd istore  0x00000002 , 0x00000005 
+ 00025650  0x00003fce setarg  0x00002800 
+ 00025651  0x00003fcf istore  0x00000002 , 0x00000005 
+ 00025652  0x00003fd0 arg  0x0000493d , 0x00000006 
+ 00025653  0x00003fd1 branch  0x000073d2 
+ 00025654  0x00003fd4 fetch  0x00000002 , 0x0000430e 
+ 00025655  0x00003fd5 add  0x0000003f , 0x00000002 , 0x00000006 
+ 00025656  0x00003fd6 ifetch  0x00000002 , 0x00000006 
+ 00025657  0x00003fd7 beq  0x00000004 , 0x0000643d 
+ 00025658  0x00003fd8 beq  0x00000006 , 0x000045e3 
+ 00025659  0x00003fd9 beq  0x00000005 , 0x000045b7 
+ 00025660  0x00003fda rtn 
+ 00025661  0x00003fdd ifetch  0x00000003 , 0x00000006 
+ 00025662  0x00003fde store  0x00000003 , 0x0000436e 
+ 00025663  0x00003fdf beq  0x00000007 , 0x0000646d 
+ 00025664  0x00003fe0 beq  0x00000001 , 0x0000648e 
+ 00025665  0x00003fe1 beq  0x0000000a , 0x0000645c 
+ 00025666  0x00003fe2 beq  0x0000000c , 0x00006444 
+ 00025667  0x00003fe3 branch  0x00004331 
+ 00025668  0x00003fe6 ifetch  0x00000002 , 0x00000006 
+ 00025669  0x00003fe7 store  0x00000002 , 0x0000050a 
+ 00025670  0x00003fe8 arg  0x00000014 , 0x00000011 
+ 00025671  0x00003fe9 call  0x00004535 
+ 00025672  0x00003fea setarg  0x0000000d 
+ 00025673  0x00003feb istore  0x00000001 , 0x00000005 
+ 00025674  0x00003fec fetch  0x00000002 , 0x0000050a 
+ 00025675  0x00003fed iforce  0x00000011 
+ 00025676  0x00003fee fetcht  0x00000002 , 0x0000436f 
+ 00025677  0x00003fef fetch  0x00000002 , 0x00004307 
+ 00025678  0x00003ff0 isub  0x00000002 , 0x0000003e 
+ 00025679  0x00003ff1 nbranch  0x0000447d , 0x00000005 
+ 00025680  0x00003ff2 call  0x00006499 
+ 00025681  0x00003ff3 nbranch  0x00006454 , 0x00000034 
+ 00025682  0x00003ff4 fetch  0x00000002 , 0x00004939 
+ 00025683  0x00003ff5 branch  0x00006455 
+ 00025684  0x00003ff8 fetch  0x00000002 , 0x0000493b 
+ 00025685  0x00003ffa arg  0x0000483f , 0x00000006 
+ 00025686  0x00003ffb isub  0x00000011 , 0x00000039 
+ 00025687  0x00003ffc nbranch  0x00004528 , 0x00000002 
+ 00025688  0x00003ffd sub  0x00000039 , 0x00000016 , 0x0000003e 
+ 00025689  0x00003ffe branch  0x00004485 , 0x00000002 
+ 00025690  0x00003fff force  0x00000016 , 0x00000039 
+ 00025691  0x00004000 branch  0x00004485 
+ 00025692  0x00004003 fetcht  0x00000002 , 0x0000436f 
+ 00025693  0x00004004 fetch  0x00000001 , 0x000042f6 
+ 00025694  0x00004005 bbit1  0x00000003 , 0x00006460 
+ 00025695  0x00004006 branch  0x00004449 
+ 00025696  0x00004008 fetch  0x00000002 , 0x00004307 
+ 00025697  0x00004009 isub  0x00000002 , 0x0000003e 
+ 00025698  0x0000400a nbranch  0x00004449 , 0x00000005 
+ 00025699  0x0000400b call  0x000044ec 
+ 00025700  0x0000400c nbranch  0x00006467 , 0x00000028 
+ 00025701  0x0000400d jam  0x00000005 , 0x000001b4 
+ 00025702  0x0000400e branch  0x0000452a 
+ 00025703  0x00004010 fetch  0x00000002 , 0x00004307 
+ 00025704  0x00004011 isub  0x00000002 , 0x0000003e 
+ 00025705  0x00004012 nbranch  0x00004449 , 0x00000005 
+ 00025706  0x00004013 arg  0x0000483f , 0x00000006 
+ 00025707  0x00004014 force  0x00000016 , 0x0000003f 
+ 00025708  0x00004015 branch  0x00004457 
+ 00025709  0x00004018 bpatch  0x0000006b , 0x0000400d 
+ 00025710  0x00004019 jam  0x00000005 , 0x00004dcc 
+ 00025711  0x0000401a jam  0x00000001 , 0x0000494d 
+ 00025712  0x0000401b jam  0x00000001 , 0x00004dd4 
+ 00025713  0x0000401c jam  0x000000f0 , 0x0000494e 
+ 00025714  0x0000401d jam  0x0000000a , 0x00004de1 
+ 00025715  0x0000401e jam  0x00000001 , 0x00004de6 
+ 00025716  0x0000401f call  0x000064fe 
+ 00025717  0x00004020 fetch  0x00000001 , 0x00004de2 
+ 00025718  0x00004021 rtn  0x00000034 
+ 00025719  0x00004022 call  0x000064c2 
+ 00025720  0x00004023 arg  0x00000062 , 0x00000002 
+ 00025721  0x00004025 fetch  0x00000002 , 0x00004e94 
+ 00025722  0x00004026 arg  0x00004dd0 , 0x00000011 
+ 00025723  0x00004027 arg  0x00004dce , 0x00000012 
+ 00025724  0x00004028 call  0x00006487 
+ 00025725  0x00004029 arg  0x00000062 , 0x00000002 
+ 00025726  0x0000402b fetch  0x00000002 , 0x00004e96 
+ 00025727  0x0000402c arg  0x00004dd2 , 0x00000011 
+ 00025728  0x0000402d arg  0x00004dcf , 0x00000012 
+ 00025729  0x0000402e call  0x00006487 
+ 00025730  0x0000402f setarg  0x00000fff 
+ 00025731  0x00004030 fetcht  0x00000002 , 0x00004dd2 
+ 00025732  0x00004031 isub  0x00000002 , 0x0000003f 
+ 00025733  0x00004032 store  0x00000002 , 0x00004dd2 
+ 00025734  0x00004033 rtn 
+ 00025735  0x00004035 idiv  0x00000002 
+ 00025736  0x00004036 call  0x00007475 
+ 00025737  0x00004037 quotient  0x0000003f 
+ 00025738  0x00004038 remainder  0x00000002 
+ 00025739  0x00004039 istore  0x00000001 , 0x00000012 
+ 00025740  0x0000403a istoret  0x00000002 , 0x00000011 
+ 00025741  0x0000403b rtn 
+ 00025742  0x0000403d increase  0xfffffffe , 0x00000006 
+ 00025743  0x0000403e ifetch  0x00000001 , 0x00000006 
+ 00025744  0x0000403f beq  0x00000006 , 0x00006497 
+ 00025745  0x00004040 rtn 
+ 00025746  0x00004042 jam  0x00000001 , 0x00004dcc 
+ 00025747  0x00004043 jam  0x00000000 , 0x0000494d 
+ 00025748  0x00004044 jam  0x00000000 , 0x00004dd4 
+ 00025749  0x00004045 jam  0x0000000a , 0x0000494e 
+ 00025750  0x00004046 rtn 
+ 00025751  0x00004049 call  0x00006492 
+ 00025752  0x0000404a branch  0x000064fe 
+ 00025753  0x0000404d fetch  0x00000001 , 0x0000494d 
+ 00025754  0x0000404e rtn 
+ 00025755  0x00004052 arg  0x00004e30 , 0x00000013 
+ 00025756  0x00004053 call  0x00006499 
+ 00025757  0x00004054 rtn  0x00000034 
+ 00025758  0x00004055 jam  0x00000078 , 0x0000494e 
+ 00025759  0x00004056 arg  0x00004a61 , 0x00000013 
+ 00025760  0x00004057 rtn 
+ 00025761  0x0000405a arg  0x00004999 , 0x00000013 
+ 00025762  0x0000405b call  0x00006499 
+ 00025763  0x0000405c rtn  0x00000034 
+ 00025764  0x0000405d arg  0x00004a9d , 0x00000013 
+ 00025765  0x0000405e jam  0x0000000c , 0x0000494e 
+ 00025766  0x0000405f copy  0x00000007 , 0x0000003f 
+ 00025767  0x00004060 rtneq  0x00000001 
+ 00025768  0x00004061 rtn 
+ 00025769  0x00004063 bpatch  0x0000006c , 0x0000400d 
+ 00025770  0x00004064 fetch  0x00000001 , 0x00004b0c 
+ 00025771  0x00004065 setflip  0x00000000 , 0x0000003f 
+ 00025772  0x00004066 store  0x00000001 , 0x00004b0c 
+ 00025773  0x00004067 beq  0x00000000 , 0x000064b2 
+ 00025774  0x00004068 beq  0x00000001 , 0x000064b0 
+ 00025775  0x00004069 rtn 
+ 00025776  0x0000406b call  0x000064b9 
+ 00025777  0x0000406c branch  0x000060eb 
+ 00025778  0x0000406e call  0x000064b4 
+ 00025779  0x0000406f branch  0x000060eb 
+ 00025780  0x00004071 arg  0x000049b7 , 0x00000013 
+ 00025781  0x00004072 call  0x00006499 
+ 00025782  0x00004073 rtn  0x00000034 
+ 00025783  0x00004074 arg  0x00004abb , 0x00000013 
+ 00025784  0x00004075 rtn 
+ 00025785  0x00004077 arg  0x00004af8 , 0x00000013 
+ 00025786  0x00004078 call  0x00006499 
+ 00025787  0x00004079 rtn  0x00000034 
+ 00025788  0x0000407a arg  0x00004b02 , 0x00000013 
+ 00025789  0x0000407b rtn 
+ 00025790  0x0000407d fetch  0x00000001 , 0x00004dcd 
+ 00025791  0x0000407e nrtn  0x00000034 
+ 00025792  0x0000407f jam  0x00000001 , 0x00004dcd 
+ 00025793  0x00004080 branch  0x000063de 
+ 00025794  0x00004082 setarg  0x00000000 
+ 00025795  0x00004083 store  0x00000007 , 0x00004dce 
+ 00025796  0x00004084 rtn 
+ 00025797  0x00004088 call  0x00006499 
+ 00025798  0x00004089 beq  0x00000001 , 0x000064cd 
+ 00025799  0x0000408a beq  0x00000000 , 0x000064df 
+ 00025800  0x0000408b rtn 
+ 00025801  0x0000408e fetch  0x00000001 , 0x00004e9c 
+ 00025802  0x0000408f beq  0x00000001 , 0x000064e6 
+ 00025803  0x00004090 beq  0x00000000 , 0x000064f8 
+ 00025804  0x00004091 rtn 
+ 00025805  0x00004094 fetch  0x00000001 , 0x00004dce 
+ 00025806  0x00004095 mul32  0x0000003f , 0x00000062 , 0x0000003f 
+ 00025807  0x00004096 copy  0x0000003f , 0x00000002 
+ 00025808  0x00004097 fetch  0x00000002 , 0x00004dd0 
+ 00025809  0x00004098 iadd  0x00000002 , 0x0000003f 
+ 00025810  0x00004099 store  0x00000002 , 0x00004e98 
+ 00025811  0x0000409b fetch  0x00000001 , 0x00004dcf 
+ 00025812  0x0000409c mul32  0x0000003f , 0x00000062 , 0x0000003f 
+ 00025813  0x0000409d copy  0x0000003f , 0x00000002 
+ 00025814  0x0000409e fetch  0x00000002 , 0x00004dd2 
+ 00025815  0x0000409f copy  0x0000003f , 0x00000011 
+ 00025816  0x000040a0 setarg  0x00000fff 
+ 00025817  0x000040a1 isub  0x00000011 , 0x0000003f 
+ 00025818  0x000040a2 iadd  0x00000002 , 0x0000003f 
+ 00025819  0x000040a3 store  0x00000002 , 0x00004e9a 
+ 00025820  0x000040a5 call  0x00006499 
+ 00025821  0x000040a7 store  0x00000001 , 0x00004e9c 
+ 00025822  0x000040a8 rtn 
+ 00025823  0x000040ab fetch  0x00000002 , 0x00004dd0 
+ 00025824  0x000040ac store  0x00000002 , 0x00004e98 
+ 00025825  0x000040ad fetch  0x00000002 , 0x00004dd2 
+ 00025826  0x000040ae store  0x00000002 , 0x00004e9a 
+ 00025827  0x000040af call  0x00006499 
+ 00025828  0x000040b0 store  0x00000001 , 0x00004e9c 
+ 00025829  0x000040b1 rtn 
+ 00025830  0x000040b3 fetch  0x00000002 , 0x00004e98 
+ 00025831  0x000040b4 div  0x0000003f , 0x00000062 
+ 00025832  0x000040b5 call  0x00007475 
+ 00025833  0x000040b6 quotient  0x0000003f 
+ 00025834  0x000040b7 remainder  0x00000002 
+ 00025835  0x000040b8 store  0x00000001 , 0x00004dce 
+ 00025836  0x000040b9 copy  0x00000002 , 0x0000003f 
+ 00025837  0x000040ba store  0x00000002 , 0x00004dd0 
+ 00025838  0x000040bb fetch  0x00000002 , 0x00004e9a 
+ 00025839  0x000040bc div  0x0000003f , 0x00000062 
+ 00025840  0x000040bd call  0x00007475 
+ 00025841  0x000040be quotient  0x0000003f 
+ 00025842  0x000040bf remainder  0x00000002 
+ 00025843  0x000040c0 store  0x00000001 , 0x00004dcf 
+ 00025844  0x000040c2 setarg  0x00000fff 
+ 00025845  0x000040c3 isub  0x00000002 , 0x0000003f 
+ 00025846  0x000040c4 store  0x00000002 , 0x00004dd2 
+ 00025847  0x000040c7 rtn 
+ 00025848  0x000040c9 fetch  0x00000002 , 0x00004e98 
+ 00025849  0x000040ca store  0x00000002 , 0x00004dd0 
+ 00025850  0x000040cb fetch  0x00000002 , 0x00004e9a 
+ 00025851  0x000040cc store  0x00000002 , 0x00004dd2 
+ 00025852  0x000040cf rtn 
+ 00025853  0x000040d2 branch  0x0000657b 
+ 00025854  0x000040d5 branch  0x00006562 
+ 00025855  0x000040d9 call  0x00006521 
+ 00025856  0x000040da fetch  0x00000002 , 0x00004e9f 
+ 00025857  0x000040db call  0x0000658e 
+ 00025858  0x000040dc jam  0x00000000 , 0x00004ea5 
+ 00025859  0x000040dd fetch  0x00000005 , 0x00004e98 
+ 00025860  0x000040de jam  0x00000000 , 0x00004ea6 
+ 00025861  0x000040df jam  0x00000000 , 0x00004ea3 
+ 00025862  0x000040e0 call  0x00006525 
+ 00025863  0x000040e1 fetch  0x00000001 , 0x00004ea3 
+ 00025864  0x000040e2 rtneq  0x00000000 
+ 00025865  0x000040e3 branch  0x000064ff 
+ 00025866  0x000040e8 fetch  0x00000002 , 0x00004e8c 
+ 00025867  0x000040e9 increase  0xfffffffb , 0x0000003f 
+ 00025868  0x000040ea store  0x00000002 , 0x00004e9f 
+ 00025869  0x000040eb rtn 
+ 00025870  0x000040ef fetch  0x00000002 , 0x00004e9f 
+ 00025871  0x000040f0 increase  0xfffffffb , 0x0000003f 
+ 00025872  0x000040f1 store  0x00000002 , 0x00004e9f 
+ 00025873  0x000040f2 rtn 
+ 00025874  0x000040f6 fetch  0x00000002 , 0x00004e9f 
+ 00025875  0x000040f7 pincrease  0x00000005 
+ 00025876  0x000040f8 store  0x00000002 , 0x00004e9f 
+ 00025877  0x000040f9 rtn 
+ 00025878  0x000040fc fetch  0x00000002 , 0x00004ea1 
+ 00025879  0x000040fd pincrease  0x00000005 
+ 00025880  0x000040fe store  0x00000002 , 0x00004ea1 
+ 00025881  0x00004100 fetch  0x00000002 , 0x00004ea1 
+ 00025882  0x00004101 copy  0x0000003f , 0x00000002 
+ 00025883  0x00004103 fetch  0x00000002 , 0x00004e8c 
+ 00025884  0x00004104 isub  0x00000002 , 0x0000003f 
+ 00025885  0x00004105 arg  0x00000005 , 0x00000002 
+ 00025886  0x00004106 isub  0x00000002 , 0x0000003e 
+ 00025887  0x00004108 nbranch  0x00006545 , 0x00000002 
+ 00025888  0x00004109 rtn 
+ 00025889  0x0000410c fetch  0x00000001 , 0x00004ea5 
+ 00025890  0x0000410d beq  0x00000001 , 0x0000650a 
+ 00025891  0x0000410e beq  0x00000000 , 0x0000650e 
+ 00025892  0x0000410f rtn 
+ 00025893  0x00004113 arg  0x00000000 , 0x00000012 
+ 00025894  0x00004114 copy  0x00000012 , 0x00000002 
+ 00025895  0x00004115 fetch  0x00000002 , 0x00004e98 
+ 00025896  0x00004116 icompare  0x0000ffff , 0x00000002 
+ 00025897  0x00004118 ncall  0x00006535 , 0x00000001 
+ 00025898  0x00004119 arg  0x00000000 , 0x00000012 
+ 00025899  0x0000411a copy  0x00000012 , 0x00000002 
+ 00025900  0x0000411b fetch  0x00000002 , 0x00004e9a 
+ 00025901  0x0000411c icompare  0x0000ffff , 0x00000002 
+ 00025902  0x0000411d ncall  0x00006535 , 0x00000001 
+ 00025903  0x0000411e arg  0x00000000 , 0x00000012 
+ 00025904  0x0000411f copy  0x00000012 , 0x00000002 
+ 00025905  0x00004120 fetch  0x00000001 , 0x00004e9c 
+ 00025906  0x00004121 icompare  0x000000ff , 0x00000002 
+ 00025907  0x00004122 ncall  0x00006535 , 0x00000001 
+ 00025908  0x00004123 rtn 
+ 00025909  0x00004127 fetch  0x00000001 , 0x00004ea3 
+ 00025910  0x00004128 pincrease  0x00000001 
+ 00025911  0x00004129 store  0x00000001 , 0x00004ea3 
+ 00025912  0x0000412a rtn 
+ 00025913  0x0000412c jam  0x00000001 , 0x00004ea3 
+ 00025914  0x0000412d call  0x00006516 
+ 00025915  0x0000412e fetch  0x00000002 , 0x00004ea1 
+ 00025916  0x0000412f call  0x0000658e 
+ 00025917  0x00004130 call  0x00006499 
+ 00025918  0x00004131 copy  0x0000003f , 0x00000002 
+ 00025919  0x00004132 fetch  0x00000001 , 0x00004e9c 
+ 00025920  0x00004133 icompare  0x000000ff , 0x00000002 
+ 00025921  0x00004134 call  0x00006560 , 0x00000001 
+ 00025922  0x00004136 fetch  0x00000001 , 0x00004ea3 
+ 00025923  0x00004137 rtneq  0x00000000 
+ 00025924  0x00004138 branch  0x00006539 
+ 00025925  0x0000413c bpatch  0x0000006d , 0x0000400d 
+ 00025926  0x0000413d call  0x00006560 
+ 00025927  0x0000413e call  0x00006499 
+ 00025928  0x0000413f branch  0x0000654a , 0x00000034 
+ 00025929  0x00004140 branch  0x00006551 
+ 00025930  0x00004143 fetch  0x00000002 , 0x00004e90 
+ 00025931  0x00004144 store  0x00000002 , 0x00004dd0 
+ 00025932  0x00004146 fetcht  0x00000002 , 0x00004e92 
+ 00025933  0x00004147 setarg  0x00000fff 
+ 00025934  0x00004148 isub  0x00000002 , 0x0000003f 
+ 00025935  0x00004149 store  0x00000002 , 0x00004dd2 
+ 00025936  0x0000414a branch  0x000064fd 
+ 00025937  0x0000414d arg  0x00000062 , 0x00000002 
+ 00025938  0x0000414f fetch  0x00000002 , 0x00004e94 
+ 00025939  0x00004150 arg  0x00004dd0 , 0x00000011 
+ 00025940  0x00004151 arg  0x00004dce , 0x00000012 
+ 00025941  0x00004152 call  0x00006487 
+ 00025942  0x00004153 arg  0x00000062 , 0x00000002 
+ 00025943  0x00004155 fetch  0x00000002 , 0x00004e96 
+ 00025944  0x00004156 arg  0x00004dd2 , 0x00000011 
+ 00025945  0x00004157 arg  0x00004dcf , 0x00000012 
+ 00025946  0x00004158 call  0x00006487 
+ 00025947  0x00004159 setarg  0x00000fff 
+ 00025948  0x0000415a fetcht  0x00000002 , 0x00004dd2 
+ 00025949  0x0000415b isub  0x00000002 , 0x0000003f 
+ 00025950  0x0000415c store  0x00000002 , 0x00004dd2 
+ 00025951  0x0000415d branch  0x000064fd 
+ 00025952  0x00004160 jam  0x00000000 , 0x00004ea3 
+ 00025953  0x00004161 rtn 
+ 00025954  0x00004164 bpatch  0x0000006e , 0x0000400d 
+ 00025955  0x00004165 jam  0x00000001 , 0x00004ea5 
+ 00025956  0x00004166 call  0x000064ff 
+ 00025957  0x0000416a fetch  0x00000002 , 0x00004e8e 
+ 00025958  0x0000416b copy  0x0000003f , 0x00000002 
+ 00025959  0x0000416c fetch  0x00000002 , 0x00004e9f 
+ 00025960  0x0000416d isub  0x00000002 , 0x0000003f 
+ 00025961  0x0000416e arg  0x00000000 , 0x00000002 
+ 00025962  0x0000416f isub  0x00000002 , 0x0000003e 
+ 00025963  0x00004170 nrtn  0x00000002 
+ 00025964  0x00004171 fetch  0x00000002 , 0x00004e9f 
+ 00025965  0x00004172 copy  0x0000003f , 0x00000002 
+ 00025966  0x00004174 fetch  0x00000002 , 0x00004e8c 
+ 00025967  0x00004175 increase  0xfffffffb , 0x0000003f 
+ 00025968  0x00004176 isub  0x00000002 , 0x0000003f 
+ 00025969  0x00004179 fetch  0x00000002 , 0x00004e9f 
+ 00025970  0x0000417a store  0x00000002 , 0x00004ea1 
+ 00025971  0x0000417b call  0x00006539 
+ 00025972  0x0000417c fetch  0x00000002 , 0x00004ea1 
+ 00025973  0x0000417d ncall  0x0000658e , 0x00000005 
+ 00025974  0x00004180 jam  0x00000000 , 0x00004ea3 
+ 00025975  0x00004181 call  0x00006525 
+ 00025976  0x00004182 fetch  0x00000001 , 0x00004ea3 
+ 00025977  0x00004183 rtneq  0x00000000 
+ 00025978  0x00004184 branch  0x000064c9 
+ 00025979  0x00004188 bpatch  0x0000006f , 0x0000400d 
+ 00025980  0x00004189 jam  0x00000001 , 0x00004ea5 
+ 00025981  0x0000418a call  0x000064ff 
+ 00025982  0x0000418e fetcht  0x00000002 , 0x00004e8e 
+ 00025983  0x00004190 fetch  0x00000002 , 0x00004e9f 
+ 00025984  0x00004191 isub  0x00000002 , 0x0000003f 
+ 00025985  0x00004192 arg  0x00000000 , 0x00000002 
+ 00025986  0x00004193 isub  0x00000002 , 0x0000003e 
+ 00025987  0x00004194 nrtn  0x00000002 
+ 00025988  0x00004196 fetcht  0x00000002 , 0x00004e9f 
+ 00025989  0x00004198 fetch  0x00000002 , 0x00004e8c 
+ 00025990  0x00004199 isub  0x00000002 , 0x0000003f 
+ 00025991  0x0000419a arg  0x00000000 , 0x00000002 
+ 00025992  0x0000419b isub  0x00000002 , 0x0000003e 
+ 00025993  0x0000419c nrtn  0x00000002 
+ 00025994  0x0000419d fetch  0x00000002 , 0x00004e9f 
+ 00025995  0x0000419e store  0x00000002 , 0x00004e9d 
+ 00025996  0x0000419f call  0x000064c5 
+ 00025997  0x000041a1 branch  0x00006591 
+ 00025998  0x000041a6 arg  0x00000005 , 0x00000002 
+ 00025999  0x000041a8 arg  0x00004e98 , 0x00000011 
+ 00026000  0x000041a9 branch  0x000068c9 
+ 00026001  0x000041ad arg  0x00000005 , 0x00000039 
+ 00026002  0x000041ae arg  0x00004e98 , 0x00000011 
+ 00026003  0x000041af fetch  0x00000002 , 0x00004e9d 
+ 00026004  0x000041b0 copy  0x0000003f , 0x00000002 
+ 00026005  0x000041b1 branch  0x00006883 
+ 00026006  0x000041b4 arg  0x0000482f , 0x00000013 
+ 00026007  0x000041b5 arg  0x000064fd , 0x00000012 
+ 00026008  0x000041b6 branch  0x00004dcc 
+ 00026009  0x000041c2 fetch  0x00000001 , 0x000043f1 
+ 00026010  0x000041c4 arg  0x0000003e , 0x00000002 
+ 00026011  0x000041c5 branch  0x00006bbc 
+ 00026012  0x000041c9 fetch  0x00000001 , 0x000043f1 
+ 00026013  0x000041cb arg  0x0000003f , 0x00000002 
+ 00026014  0x000041cc branch  0x00006bbc 
+ 00026015  0x000041cf call  0x0000659c 
+ 00026016  0x000041d1 call  0x00006599 
+ 00026017  0x000041d2 branch  0x0000659c 
+ 00026018  0x000041d6 call  0x000065a0 
+ 00026019  0x000041d8 branch  0x00006599 
+ 00026020  0x000041db branch  0x000065a0 
+ 00026021  0x000041de call  0x000065a0 
+ 00026022  0x000041df branch  0x000065a2 
+ 00026023  0x000041e4 branch  0x00006599 
+ 00026024  0x000041e9 fetch  0x00000001 , 0x000043f2 
+ 00026025  0x000041ea branch  0x0000659a 
+ 00026026  0x000041ee fetch  0x00000001 , 0x000043f2 
+ 00026027  0x000041ef branch  0x0000659d 
+ 00026028  0x000041f2 call  0x000065a8 
+ 00026029  0x000041f3 call  0x000065aa 
+ 00026030  0x000041f4 branch  0x000065a8 
+ 00026031  0x000041fb call  0x000065f8 
+ 00026032  0x000041fc branch  0x000065b1 
+ 00026033  0x00004201 bpatch  0x00000073 , 0x0000400e 
+ 00026034  0x00004203 jam  0x00000001 , 0x000001e8 
+ 00026035  0x00004204 jam  0x00000001 , 0x000001ea 
+ 00026036  0x00004205 jam  0x00000019 , 0x000001ec 
+ 00026037  0x00004206 jam  0x00000002 , 0x000001ed 
+ 00026038  0x00004208 fetch  0x00000002 , 0x000001ef 
+ 00026039  0x00004209 call  0x00007487 
+ 00026040  0x0000420b fetch  0x00000008 , 0x000001e7 
+ 00026041  0x0000420c store  0x00000008 , 0x000001df 
+ 00026042  0x0000420d fetch  0x00000001 , 0x000001ee 
+ 00026043  0x0000420e store  0x00000001 , 0x00004116 
+ 00026044  0x00004210 fetch  0x00000001 , 0x000001e9 
+ 00026045  0x00004211 beq  0x00000001 , 0x000065bf 
+ 00026046  0x00004212 beq  0x00000002 , 0x00006650 
+ 00026047  0x00004214 fetcht  0x00000001 , 0x000001e7 
+ 00026048  0x00004215 fetch  0x00000001 , 0x000001ea 
+ 00026049  0x00004216 beq  0x00000002 , 0x000065c3 
+ 00026050  0x00004217 beq  0x00000001 , 0x000065df 
+ 00026051  0x00004219 bpatch  0x00000074 , 0x0000400e 
+ 00026052  0x0000421a call  0x0000663d 
+ 00026053  0x0000421b call  0x000039c9 
+ 00026054  0x0000421d call  0x0000660b 
+ 00026055  0x0000421e set1  0x00000000 , 0x00000015 
+ 00026056  0x0000421f enable  0x0000001d 
+ 00026057  0x00004220 enable  0x00000020 
+ 00026058  0x00004221 disable  0x00000021 
+ 00026059  0x00004222 call  0x00003d8c 
+ 00026060  0x00004223 fetch  0x00000001 , 0x000001eb 
+ 00026061  0x00004224 store  0x00000001 , 0x0000890d 
+ 00026062  0x00004225 branch  0x000065cf 
+ 00026063  0x00004227 bpatch  0x00000075 , 0x0000400e 
+ 00026064  0x00004228 fetch  0x00000001 , 0x000001e8 
+ 00026065  0x00004229 beq  0x00000001 , 0x000065d2 
+ 00026066  0x0000422b fetch  0x00000001 , 0x000001ec 
+ 00026067  0x0000422c beq  0x00000019 , 0x000065d6 
+ 00026068  0x0000422d beq  0x00000078 , 0x000065d9 
+ 00026069  0x0000422e beq  0x000000f0 , 0x000065dc 
+ 00026070  0x00004230 arg  0x00000035 , 0x00000039 
+ 00026071  0x00004231 arg  0x00000b00 , 0x00000006 
+ 00026072  0x00004232 branch  0x0000662e 
+ 00026073  0x00004234 arg  0x000000cb , 0x00000039 
+ 00026074  0x00004235 arg  0x00000b00 , 0x00000006 
+ 00026075  0x00004236 branch  0x0000662e 
+ 00026076  0x00004238 arg  0x00000162 , 0x00000039 
+ 00026077  0x00004239 arg  0x00000b00 , 0x00000006 
+ 00026078  0x0000423a branch  0x0000662e 
+ 00026079  0x0000423e bpatch  0x00000076 , 0x0000400e 
+ 00026080  0x00004240 call  0x0000663d 
+ 00026081  0x00004241 call  0x000039c9 
+ 00026082  0x00004242 disable  0x00000007 
+ 00026083  0x00004243 enable  0x0000001d 
+ 00026084  0x00004244 enable  0x00000020 
+ 00026085  0x00004246 fetcht  0x00000001 , 0x000001e8 
+ 00026086  0x00004247 copy  0x00000002 , 0x00000015 
+ 00026087  0x00004248 fetch  0x00000001 , 0x000001eb 
+ 00026088  0x00004249 store  0x00000001 , 0x0000890d 
+ 00026089  0x0000424a beq  0x00000000 , 0x000065cf 
+ 00026090  0x0000424c bpatch  0x00000077 , 0x0000400e 
+ 00026091  0x0000424d fetch  0x00000001 , 0x000001ec 
+ 00026092  0x0000424e copy  0x0000003f , 0x00000039 
+ 00026093  0x0000424f arg  0x00000b00 , 0x00000006 
+ 00026094  0x00004251 ifetch  0x00000001 , 0x00000006 
+ 00026095  0x00004252 inject  0x00000003 , 0x00000008 
+ 00026096  0x00004253 loop  0x000065ee 
+ 00026097  0x00004255 fetch  0x00000002 , 0x000001ef 
+ 00026098  0x00004256 call  0x00007487 
+ 00026099  0x00004257 fetch  0x00000008 , 0x000001e7 
+ 00026100  0x00004258 fetcht  0x00000008 , 0x000001df 
+ 00026101  0x00004259 isub  0x00000002 , 0x0000003e 
+ 00026102  0x0000425a branch  0x000065ea , 0x00000005 
+ 00026103  0x0000425b branch  0x000065b1 
+ 00026104  0x0000425e arg  0x000003fe , 0x00000039 
+ 00026105  0x0000425f arg  0x00000b00 , 0x00000005 
+ 00026106  0x00004260 setarg  0x000001ff 
+ 00026107  0x00004261 force  0x00000000 , 0x00000012 
+ 00026108  0x00004263 rshift3  0x0000003f , 0x00000011 
+ 00026109  0x00004264 rshift  0x00000011 , 0x00000011 
+ 00026110  0x00004265 ixor  0x00000011 , 0x00000011 
+ 00026111  0x00004266 isolate1  0x00000000 , 0x00000011 
+ 00026112  0x00004267 setflag  0x00000001 , 0x00000009 , 0x0000003f 
+ 00026113  0x00004268 rshift  0x00000002 , 0x00000002 
+ 00026114  0x00004269 isolate1  0x00000000 , 0x0000003f 
+ 00026115  0x0000426a setflag  0x00000001 , 0x00000007 , 0x00000002 
+ 00026116  0x0000426b rshift  0x0000003f , 0x0000003f 
+ 00026117  0x0000426c increase  0x00000001 , 0x00000012 
+ 00026118  0x0000426d compare  0x00000000 , 0x00000012 , 0x00000007 
+ 00026119  0x0000426e nbranch  0x000065fc , 0x00000001 
+ 00026120  0x00004270 istoret  0x00000001 , 0x00000005 
+ 00026121  0x00004272 loop  0x000065fc 
+ 00026122  0x00004273 rtn 
+ 00026123  0x00004279 bpatch  0x00000078 , 0x0000400f 
+ 00026124  0x0000427a set0  0x0000002f , 0x00000000 
+ 00026125  0x0000427b jam  0x00000003 , 0x00008901 
+ 00026126  0x0000427c jam  0x00000084 , 0x00008920 
+ 00026127  0x0000427d jam  0x000000a7 , 0x00008925 
+ 00026128  0x0000427e jam  0x00000003 , 0x00008930 
+ 00026129  0x00004281 jam  0x00000040 , 0x00008937 
+ 00026130  0x00004282 jam  0x00000085 , 0x00008a6d 
+ 00026131  0x00004283 jam  0x00000089 , 0x00008a6d 
+ 00026132  0x00004284 fetch  0x00000001 , 0x00000164 
+ 00026133  0x00004285 rtnbit1  0x0000002d 
+ 00026134  0x00004286 jam  0x00000001 , 0x00008901 
+ 00026135  0x00004287 jam  0x00000080 , 0x00008920 
+ 00026136  0x00004288 jam  0x00000005 , 0x00008a6d 
+ 00026137  0x00004289 jam  0x00000009 , 0x00008a6d 
+ 00026138  0x0000428b set1  0x0000002f , 0x00000000 
+ 00026139  0x0000428c jam  0x00000005 , 0x00008901 
+ 00026140  0x0000428d jam  0x00000024 , 0x00008930 
+ 00026141  0x0000428e jam  0x0000000a , 0x00008934 
+ 00026142  0x0000428f rtn 
+ 00026143  0x00004292 bpatch  0x00000079 , 0x0000400f 
+ 00026144  0x00004293 force  0x00000008 , 0x00000015 
+ 00026145  0x00004294 force  0x00000000 , 0x00000015 
+ 00026146  0x00004295 disable  0x00000021 
+ 00026147  0x00004296 disable  0x00000020 
+ 00026148  0x00004297 pulse  0x0000001e 
+ 00026149  0x00004298 jam  0x00000005 , 0x00008900 
+ 00026150  0x00004299 nop  0x00000002 
+ 00026151  0x0000429a jam  0x00000000 , 0x00008900 
+ 00026152  0x0000429b call  0x0000663d 
+ 00026153  0x0000429c jam  0x00000000 , 0x00008a16 
+ 00026154  0x0000429d jam  0x00000010 , 0x00008a0a 
+ 00026155  0x0000429e jam  0x00000000 , 0x00008a0b 
+ 00026156  0x0000429f rtn 
+ 00026157  0x000042a1 branch  0x0000661f 
+ 00026158  0x000042a4 ifetch  0x00000001 , 0x00000006 
+ 00026159  0x000042a5 inject  0x00000003 , 0x00000008 
+ 00026160  0x000042a6 loop  0x0000662e 
+ 00026161  0x000042a7 call  0x0000662d 
+ 00026162  0x000042a8 enable  0x00000010 
+ 00026163  0x000042a9 arg  0x00000350 , 0x0000001b 
+ 00026164  0x000042ab branch  0x000065b1 , 0x00000003 
+ 00026165  0x000042ad fetch  0x00000002 , 0x000001ef 
+ 00026166  0x000042ae call  0x00007487 
+ 00026167  0x000042af fetch  0x00000008 , 0x000001e7 
+ 00026168  0x000042b0 fetcht  0x00000008 , 0x000001df 
+ 00026169  0x000042b1 isub  0x00000002 , 0x0000003e 
+ 00026170  0x000042b2 branch  0x00006634 , 0x00000005 
+ 00026171  0x000042b3 call  0x0000662d 
+ 00026172  0x000042b4 branch  0x000065b1 
+ 00026173  0x000042b7 bpatch  0x0000007a , 0x0000400f 
+ 00026174  0x000042b8 jam  0x00000005 , 0x00008900 
+ 00026175  0x000042b9 nop  0x00000002 
+ 00026176  0x000042ba jam  0x00000000 , 0x00008900 
+ 00026177  0x000042bb jam  0x000000aa , 0x00008a10 
+ 00026178  0x000042bc jam  0x000000aa , 0x00008a11 
+ 00026179  0x000042bd jam  0x00000015 , 0x00008a12 
+ 00026180  0x000042be jam  0x000000f8 , 0x00008a0a 
+ 00026181  0x000042c5 jam  0x00000004 , 0x00008a0b 
+ 00026182  0x000042c6 nop  0x00000078 
+ 00026183  0x000042c7 jam  0x0000007a , 0x00008a16 
+ 00026184  0x000042c8 jam  0x00000000 , 0x00008a17 
+ 00026185  0x000042c9 jam  0x00000000 , 0x00008a18 
+ 00026186  0x000042ca jam  0x00000000 , 0x00008a19 
+ 00026187  0x000042cb jam  0x00000000 , 0x00008a1a 
+ 00026188  0x000042cc jam  0x0000002a , 0x00008a11 
+ 00026189  0x000042cd jam  0x00000078 , 0x00008a0a 
+ 00026190  0x000042d2 jam  0x00000000 , 0x00008a43 
+ 00026191  0x000042d3 rtn 
+ 00026192  0x000042d7 call  0x00006659 
+ 00026193  0x000042d9 bpatch  0x0000007b , 0x0000400f 
+ 00026194  0x000042dc fetch  0x00000002 , 0x000001ef 
+ 00026195  0x000042dd call  0x00007487 
+ 00026196  0x000042de fetch  0x00000008 , 0x000001e7 
+ 00026197  0x000042df fetcht  0x00000008 , 0x000001df 
+ 00026198  0x000042e0 isub  0x00000002 , 0x0000003e 
+ 00026199  0x000042e1 branch  0x00006651 , 0x00000005 
+ 00026200  0x000042e2 branch  0x000065b1 
+ 00026201  0x000042e4 bpatch  0x0000007c , 0x0000400f 
+ 00026202  0x000042e5 call  0x0000662d 
+ 00026203  0x000042e6 call  0x00003954 
+ 00026204  0x000042e7 setarg  0x00000500 
+ 00026205  0x000042e8 call  0x00003a8c 
+ 00026206  0x000042e9 branch  0x0000396a 
+ 00026207  0x000042f9 branch  0x00006664 , 0x0000002b 
+ 00026208  0x000042fa setarg  0x00004402 
+ 00026209  0x000042fb arg  0x000043f3 , 0x00000005 
+ 00026210  0x000042fc isub  0x00000005 , 0x00000039 
+ 00026211  0x000042fd call  0x000073ec 
+ 00026212  0x00004300 rtn 
+ 00026213  0x00004307 bpatch  0x0000007d , 0x0000400f 
+ 00026214  0x00004308 call  0x000066de 
+ 00026215  0x00004309 fetch  0x00000001 , 0x000043f3 
+ 00026216  0x0000430a beq  0x00000000 , 0x000074d8 
+ 00026217  0x0000430b beq  0x00000001 , 0x000074d8 
+ 00026218  0x0000430c beq  0x00000002 , 0x000074d8 
+ 00026219  0x0000430d beq  0x00000003 , 0x000074d8 
+ 00026220  0x0000430e beq  0x00000081 , 0x000074d8 
+ 00026221  0x0000430f beq  0x000000c0 , 0x000074d8 
+ 00026222  0x00004310 beq  0x00000080 , 0x000074d8 
+ 00026223  0x00004311 beq  0x00000040 , 0x000074d8 
+ 00026224  0x00004312 rtn 
+ 00026225  0x00004316 arg  0x00000000 , 0x00000007 
+ 00026226  0x00004317 arg  0x00000000 , 0x00000012 
+ 00026227  0x0000431a sub  0x00000007 , 0x00000007 , 0x0000003e 
+ 00026228  0x0000431b nrtn  0x00000002 
+ 00026229  0x0000431c qisolate1  0x00000011 
+ 00026230  0x0000431d branch  0x00006678 , 0x00000001 
+ 00026231  0x0000431e branch  0x0000667c 
+ 00026232  0x00004321 copy  0x00000002 , 0x0000003f 
+ 00026233  0x00004322 branch  0x0000667c , 0x00000034 
+ 00026234  0x00004323 qset1  0x00000012 
+ 00026235  0x00004324 increase  0xffffffff , 0x00000002 
+ 00026236  0x00004327 increase  0x00000001 , 0x00000007 
+ 00026237  0x00004328 branch  0x00006673 
+ 00026238  0x00004336 fetchr  0x00000018 , 0x00000002 , 0x00004316 
+ 00026239  0x00004337 fetchr  0x0000002b , 0x00000002 , 0x00004318 
+ 00026240  0x00004338 call  0x000074ca 
+ 00026241  0x00004339 branch  0x00006682 
+ 00026242  0x0000433c bpatch  0x0000007e , 0x0000400f 
+ 00026243  0x0000433d call  0x000066ce 
+ 00026244  0x0000433e nbranch  0x00003a8a , 0x00000034 
+ 00026245  0x0000433f call  0x000066de 
+ 00026246  0x00004340 arg  0x00000008 , 0x00000039 
+ 00026247  0x00004342 fetcht  0x00000001 , 0x000043f3 
+ 00026248  0x00004343 sub  0x00000039 , 0x00000008 , 0x00000007 
+ 00026249  0x00004344 qisolate1  0x00000002 
+ 00026250  0x00004345 branch  0x0000668f , 0x00000001 
+ 00026251  0x00004346 call  0x00006696 
+ 00026252  0x00004347 nbranch  0x0000668f , 0x00000002 
+ 00026253  0x00004348 call  0x000066ac 
+ 00026254  0x00004349 branch  0x00006693 
+ 00026255  0x0000434b copy  0x0000002b , 0x0000003f 
+ 00026256  0x0000434c iadd  0x00000018 , 0x00000018 
+ 00026257  0x0000434d loop  0x00006687 
+ 00026258  0x0000434e branch  0x00003a8a 
+ 00026259  0x00004350 copy  0x00000018 , 0x0000003f 
+ 00026260  0x00004351 copy  0x00000018 , 0x00000005 
+ 00026261  0x00004352 rtn 
+ 00026262  0x0000435c bpatch  0x0000007f , 0x0000400f 
+ 00026263  0x0000435d sub  0x00000039 , 0x00000008 , 0x00000007 
+ 00026264  0x0000435e arg  0x00000000 , 0x00000002 
+ 00026265  0x0000435f arg  0x00000000 , 0x0000000b 
+ 00026266  0x00004361 copy  0x00000007 , 0x0000003f 
+ 00026267  0x00004362 beq  0x00000008 , 0x000066a7 
+ 00026268  0x00004363 fetch  0x00000001 , 0x000043f3 
+ 00026269  0x00004364 qisolate1  0x0000003f 
+ 00026270  0x00004365 branch  0x000066a7 , 0x00000001 
+ 00026271  0x00004366 qset1  0x0000000b 
+ 00026272  0x00004367 copy  0x0000002b , 0x0000003f 
+ 00026273  0x00004368 iadd  0x00000002 , 0x00000002 
+ 00026274  0x00004369 increase  0x00000001 , 0x00000007 
+ 00026275  0x0000436a copy  0x00000011 , 0x0000003f 
+ 00026276  0x0000436b isub  0x00000002 , 0x0000003e 
+ 00026277  0x0000436c branch  0x000066a7 , 0x00000005 
+ 00026278  0x0000436d branch  0x0000669a , 0x00000002 
+ 00026279  0x0000436f copy  0x00000002 , 0x0000003f 
+ 00026280  0x00004370 isub  0x00000011 , 0x0000003e 
+ 00026281  0x00004371 nrtn  0x00000005 
+ 00026282  0x00004372 qset1  0x0000000b 
+ 00026283  0x00004373 rtn 
+ 00026284  0x0000437d bpatch  0x00000080 , 0x00004010 
+ 00026285  0x0000437e call  0x000066ce 
+ 00026286  0x0000437f nbranch  0x00003a8a , 0x00000034 
+ 00026287  0x00004380 call  0x000066d4 
+ 00026288  0x00004381 branch  0x000066b5 , 0x00000034 
+ 00026289  0x00004382 fetch  0x00000009 , 0x000043f7 
+ 00026290  0x00004383 store  0x00000009 , 0x000043f4 
+ 00026291  0x00004384 setarg  0x00000000 
+ 00026292  0x00004385 istore  0x00000003 , 0x00000005 
+ 00026293  0x00004387 storer  0x0000000b , 0x00000001 , 0x000043fd 
+ 00026294  0x00004388 storer  0x00000018 , 0x00000002 , 0x000043fe 
+ 00026295  0x00004389 rtn 
+ 00026296  0x00004393 bpatch  0x00000081 , 0x00004010 
+ 00026297  0x00004394 call  0x000066d7 
+ 00026298  0x00004395 increase  0x00000001 , 0x00000006 
+ 00026299  0x00004396 ifetch  0x00000002 , 0x00000006 
+ 00026300  0x00004397 rtn 
+ 00026301  0x0000439f bpatch  0x00000082 , 0x00004010 
+ 00026302  0x000043a0 call  0x000066d7 
+ 00026303  0x000043a1 copy  0x00000006 , 0x00000005 
+ 00026304  0x000043a2 copy  0x00000006 , 0x00000002 
+ 00026305  0x000043a3 setarg  0x00000000 
+ 00026306  0x000043a4 istore  0x00000003 , 0x00000005 
+ 00026307  0x000043a5 rtn 
+ 00026308  0x000043ad bpatch  0x00000083 , 0x00004010 
+ 00026309  0x000043ae call  0x000066d4 
+ 00026310  0x000043af branch  0x00003a8a , 0x00000034 
+ 00026311  0x000043b0 fetch  0x00000003 , 0x000043fa 
+ 00026312  0x000043b1 store  0x00000003 , 0x000043fd 
+ 00026313  0x000043b2 fetch  0x00000003 , 0x000043f7 
+ 00026314  0x000043b3 store  0x00000003 , 0x000043fa 
+ 00026315  0x000043b4 fetch  0x00000003 , 0x000043f4 
+ 00026316  0x000043b5 store  0x00000003 , 0x000043f7 
+ 00026317  0x000043b6 rtn 
+ 00026318  0x000043bf bpatch  0x00000084 , 0x00004010 
+ 00026319  0x000043c0 fetch  0x00000003 , 0x000043f4 
+ 00026320  0x000043c1 rtn 
+ 00026321  0x000043ca bpatch  0x00000085 , 0x00004010 
+ 00026322  0x000043cb fetch  0x00000003 , 0x000043f7 
+ 00026323  0x000043cc rtn 
+ 00026324  0x000043d5 bpatch  0x00000086 , 0x00004010 
+ 00026325  0x000043d6 fetch  0x00000003 , 0x000043fd 
+ 00026326  0x000043d7 rtn 
+ 00026327  0x000043df call  0x000066d4 
+ 00026328  0x000043e0 branch  0x000066dc , 0x00000034 
+ 00026329  0x000043e1 arg  0x000043f4 , 0x00000006 
+ 00026330  0x000043e3 ifetch  0x00000003 , 0x00000006 
+ 00026331  0x000043e4 branch  0x000066da , 0x00000034 
+ 00026332  0x000043e6 increase  0xfffffffd , 0x00000006 
+ 00026333  0x000043e7 rtn 
+ 00026334  0x000043f0 bpatch  0x00000087 , 0x00004010 
+ 00026335  0x000043f1 arg  0x00000004 , 0x00000039 
+ 00026336  0x000043f2 arg  0x000043f4 , 0x00000006 
+ 00026337  0x000043f3 arg  0x00000000 , 0x00000002 
+ 00026338  0x000043f5 ifetch  0x00000003 , 0x00000006 
+ 00026339  0x000043f6 and  0x0000003f , 0x000000ff , 0x0000003f 
+ 00026340  0x000043f7 ior  0x00000002 , 0x00000002 
+ 00026341  0x000043f8 loop  0x000066e2 
+ 00026342  0x000043f9 storet  0x00000001 , 0x000043f3 
+ 00026343  0x000043fa rtn 
+ 00026344  0x000043fd branch  0x00003a8a , 0x00000034 
+ 00026345  0x000043fe copy  0x0000003f , 0x00000005 
+ 00026346  0x000043ff rtn 
+ 00026347  0x00004403 bpatch  0x00000088 , 0x00004011 
+ 00026348  0x00004404 arg  0x00000000 , 0x00000012 
+ 00026349  0x00004405 arg  0x000043f4 , 0x00000011 
+ 00026350  0x00004406 increase  0xfffffffe , 0x00000011 
+ 00026351  0x00004408 increase  0x00000002 , 0x00000011 
+ 00026352  0x00004409 setarg  0x00004400 
+ 00026353  0x0000440a isub  0x00000011 , 0x0000003e 
+ 00026354  0x0000440b branch  0x000066fb , 0x00000005 
+ 00026355  0x0000440c ifetch  0x00000001 , 0x00000011 
+ 00026356  0x0000440d increase  0x00000001 , 0x00000011 
+ 00026357  0x0000440e branch  0x000066ef , 0x00000034 
+ 00026358  0x0000440f ifetcht  0x00000002 , 0x00000011 
+ 00026359  0x00004410 ifetch  0x00000002 , 0x00000002 
+ 00026360  0x00004411 iadd  0x00000012 , 0x00000012 
+ 00026361  0x00004412 increase  0x00000004 , 0x00000012 
+ 00026362  0x00004413 branch  0x000066ef 
+ 00026363  0x00004415 copy  0x00000012 , 0x0000003f 
+ 00026364  0x00004416 rtn 
+ 00026365  0x0000441a arg  0x0000000c , 0x00000007 
+ 00026366  0x0000441b branch  0x00003c21 
+ 00026367  0x0000441e arg  0x0000000c , 0x00000007 
+ 00026368  0x0000441f branch  0x00003c25 
+ 00026369  0x00004423 call  0x000066de 
+ 00026370  0x00004424 fetch  0x00000001 , 0x000043f3 
+ 00026371  0x00004425 rtn  0x00000034 
+ 00026372  0x00004426 call  0x000066eb 
+ 00026373  0x00004427 arg  0x00000100 , 0x00000002 
+ 00026374  0x00004428 isub  0x00000002 , 0x0000003e 
+ 00026375  0x00004429 branch  0x000066fd , 0x00000002 
+ 00026376  0x0000442a call  0x000066ff 
+ 00026377  0x0000442c fetch  0x00000002 , 0x00004400 
+ 00026378  0x0000442d copy  0x00000006 , 0x00000005 
+ 00026379  0x0000442e arg  0x000043f4 , 0x00000011 
+ 00026380  0x00004430 setarg  0x00004400 
+ 00026381  0x00004431 isub  0x00000011 , 0x0000003e 
+ 00026382  0x00004432 rtn  0x00000005 
+ 00026383  0x00004433 ifetch  0x00000001 , 0x00000011 
+ 00026384  0x00004434 increase  0x00000001 , 0x00000011 
+ 00026385  0x00004435 nbranch  0x00006715 , 0x00000034 
+ 00026386  0x00004436 istore  0x00000002 , 0x00000005 
+ 00026387  0x00004437 increase  0x00000002 , 0x00000011 
+ 00026388  0x00004438 branch  0x0000670c 
+ 00026389  0x0000443a ifetch  0x00000002 , 0x00000011 
+ 00026390  0x0000443b increase  0x00000002 , 0x00000011 
+ 00026391  0x0000443c copy  0x0000003f , 0x00000006 
+ 00026392  0x0000443d ifetch  0x00000002 , 0x00000006 
+ 00026393  0x0000443e istore  0x00000002 , 0x00000005 
+ 00026394  0x0000443f copy  0x0000003f , 0x00000039 
+ 00026395  0x00004440 increase  0x00000002 , 0x00000039 
+ 00026396  0x00004441 call  0x00007419 
+ 00026397  0x00004442 branch  0x0000670c 
+ 00026398  0x00004445 call  0x000066de 
+ 00026399  0x00004446 fetch  0x00000001 , 0x000043f3 
+ 00026400  0x00004447 rtn  0x00000034 
+ 00026401  0x00004448 arg  0x000043f5 , 0x00000011 
+ 00026402  0x00004449 increase  0xfffffffd , 0x00000011 
+ 00026403  0x0000444b copy  0x00000006 , 0x00000005 
+ 00026404  0x0000444c fetch  0x00000002 , 0x00004400 
+ 00026405  0x0000444d copy  0x00000005 , 0x00000006 
+ 00026406  0x0000444f increase  0x00000003 , 0x00000011 
+ 00026407  0x00004450 setarg  0x00004401 
+ 00026408  0x00004451 isub  0x00000011 , 0x0000003e 
+ 00026409  0x00004452 rtn  0x00000005 
+ 00026410  0x00004453 ifetch  0x00000002 , 0x00000006 
+ 00026411  0x00004454 branch  0x00006726 , 0x00000034 
+ 00026412  0x00004455 increase  0x00000004 , 0x0000003f 
+ 00026413  0x00004456 copy  0x0000003f , 0x00000039 
+ 00026414  0x00004457 copy  0x00000006 , 0x00000012 
+ 00026415  0x00004458 ifetch  0x00000002 , 0x00000011 
+ 00026416  0x00004459 copy  0x0000003f , 0x00000005 
+ 00026417  0x0000445a copy  0x00000012 , 0x00000006 
+ 00026418  0x0000445b increase  0xfffffffe , 0x00000006 
+ 00026419  0x0000445c call  0x00007419 
+ 00026420  0x0000445d branch  0x00006726 
+ 00026421  0x00004469 bpatch  0x00000089 , 0x00004011 
+ 00026422  0x0000446a copy  0x00000002 , 0x0000003f 
+ 00026423  0x0000446b and_into  0x000000ff , 0x0000003f 
+ 00026424  0x0000446c sub  0x0000003f , 0x0000000d , 0x0000003e 
+ 00026425  0x0000446d nbranch  0x00003a8a , 0x00000002 
+ 00026426  0x0000446e arg  0x00008070 , 0x00000005 
+ 00026427  0x00004470 iadd  0x00000005 , 0x00000005 
+ 00026428  0x00004471 copy  0x00000005 , 0x00000011 
+ 00026429  0x00004472 arg  0x0000003e , 0x00000002 
+ 00026430  0x00004473 istoret  0x00000001 , 0x00000005 
+ 00026431  0x00004474 call  0x00006745 
+ 00026432  0x00004475 nop  0x0000001e 
+ 00026433  0x00004476 copy  0x00000011 , 0x00000005 
+ 00026434  0x00004477 arg  0x0000003f , 0x00000002 
+ 00026435  0x00004478 istoret  0x00000001 , 0x00000005 
+ 00026436  0x00004479 branch  0x00006749 
+ 00026437  0x0000447e fetch  0x00000001 , 0x00008081 
+ 00026438  0x0000447f and_into  0x0000007f , 0x0000003f 
+ 00026439  0x00004480 store  0x00000001 , 0x00008081 
+ 00026440  0x00004481 rtn 
+ 00026441  0x00004484 fetch  0x00000001 , 0x00008081 
+ 00026442  0x00004485 or_into  0x00000080 , 0x0000003f 
+ 00026443  0x00004486 store  0x00000001 , 0x00008081 
+ 00026444  0x00004487 rtn 
+ 00026445  0x0000448a branch  0x00006943 
+ 00026446  0x0000448d branch  0x0000694a 
+ 00026447  0x00004492 fetch  0x00000001 , 0x0000806f 
+ 00026448  0x00004493 and_into  0x000000fd , 0x0000003f 
+ 00026449  0x00004494 store  0x00000001 , 0x0000806f 
+ 00026450  0x00004495 rtn 
+ 00026451  0x00004498 nbranch  0x00006757 , 0x00000028 
+ 00026452  0x00004499 fetch  0x00000001 , 0x0000806f 
+ 00026453  0x0000449a or_into  0x00000002 , 0x0000003f 
+ 00026454  0x0000449b store  0x00000001 , 0x0000806f 
+ 00026455  0x0000449d copy  0x00000002 , 0x0000003e 
+ 00026456  0x0000449e branch  0x0000675a , 0x00000005 
+ 00026457  0x0000449f copy  0x00000013 , 0x0000003d 
+ 00026458  0x000044a2 isolate0  0x00000000 , 0x0000003e 
+ 00026459  0x000044a3 branch  0x00006834 
+ 00026460  0x000044a7 force  0x00000004 , 0x00000002 
+ 00026461  0x000044a9 arg  0x000001c4 , 0x00000011 
+ 00026462  0x000044aa call  0x0000674f 
+ 00026463  0x000044ab call  0x00006757 
+ 00026464  0x000044ac arg  0x000055aa , 0x00000011 
+ 00026465  0x000044ad fetch  0x00000002 , 0x000001c4 
+ 00026466  0x000044ae ifetcht  0x00000002 , 0x00000006 
+ 00026467  0x000044af isub  0x00000011 , 0x0000003e 
+ 00026468  0x000044b0 rtn 
+ 00026469  0x000044b4 call  0x00006777 , 0x00000028 
+ 00026470  0x000044b5 arg  0x00000002 , 0x00000002 
+ 00026471  0x000044b6 arg  0x000001ca , 0x00000011 
+ 00026472  0x000044b7 call  0x00006757 
+ 00026473  0x000044b8 fetch  0x00000002 , 0x000001ca 
+ 00026474  0x000044b9 store  0x00000002 , 0x000001bd 
+ 00026475  0x000044ba call  0x0000676d , 0x00000028 
+ 00026476  0x000044bb rtn 
+ 00026477  0x000044be arg  0x00000010 , 0x00000002 
+ 00026478  0x000044bf arg  0x000001cc , 0x00000011 
+ 00026479  0x000044c0 call  0x0000674f 
+ 00026480  0x000044c1 call  0x00006757 
+ 00026481  0x000044c3 arg  0x000001cc , 0x00000006 
+ 00026482  0x000044c4 arg  0x00000010 , 0x00000039 
+ 00026483  0x000044c5 call  0x00006e6f 
+ 00026484  0x000044c6 call  0x00006df6 
+ 00026485  0x000044c7 call  0x00006e8b 
+ 00026486  0x000044c8 branch  0x00006df0 
+ 00026487  0x000044cb jam  0x00000000 , 0x00008023 
+ 00026488  0x000044cc call  0x0000674f 
+ 00026489  0x000044cd branch  0x00006e8b 
+ 00026490  0x000044d0 setarg  0x00000000 
+ 00026491  0x000044d1 store  0x00000002 , 0x000004ed 
+ 00026492  0x000044d2 disable  0x0000002d 
+ 00026493  0x000044d3 call  0x0000675c 
+ 00026494  0x000044d4 nrtn  0x00000005 
+ 00026495  0x000044d5 enable  0x0000002d 
+ 00026496  0x000044d6 jam  0x00000080 , 0x00008023 
+ 00026497  0x000044d7 jam  0x00000000 , 0x00008022 
+ 00026498  0x000044d8 jam  0x00000000 , 0x00008024 
+ 00026499  0x000044d9 arg  0x00008025 , 0x00000011 
+ 00026500  0x000044da call  0x00006753 
+ 00026501  0x000044db jam  0x00000000 , 0x00008023 
+ 00026502  0x000044dc fetch  0x00000001 , 0x000001ba 
+ 00026503  0x000044dd rtnbit0  0x00000000 
+ 00026504  0x000044df arg  0x00000006 , 0x00000002 
+ 00026505  0x000044e0 call  0x0000675d 
+ 00026506  0x000044e1 nbranch  0x00006799 , 0x00000005 
+ 00026507  0x000044e2 ifetch  0x00000002 , 0x00000006 
+ 00026508  0x000044e3 iforce  0x00000011 
+ 00026509  0x000044e4 call  0x00006757 
+ 00026510  0x000044e5 call  0x00006790 
+ 00026511  0x000044e6 branch  0x00006788 
+ 00026512  0x000044ea fetch  0x00000002 , 0x000004ed 
+ 00026513  0x000044eb arg  0x00000006 , 0x00000039 
+ 00026514  0x000044ec arg  0x000001c4 , 0x00000006 
+ 00026515  0x000044ed call  0x000074da 
+ 00026516  0x000044ee fetchr  0x00000039 , 0x00000002 , 0x000001c6 
+ 00026517  0x000044ef copy  0x00000011 , 0x00000006 
+ 00026518  0x000044f0 call  0x000074da 
+ 00026519  0x000044f1 store  0x00000002 , 0x000004ed 
+ 00026520  0x000044f2 rtn 
+ 00026521  0x000044f5 fetch  0x00000001 , 0x000001de 
+ 00026522  0x000044f6 beq  0x0000005a , 0x000067a7 
+ 00026523  0x000044f7 arg  0x0000aa55 , 0x00000011 
+ 00026524  0x000044f8 fetch  0x00000002 , 0x000001c4 
+ 00026525  0x000044f9 isub  0x00000011 , 0x0000003e 
+ 00026526  0x000044fa nbranch  0x000067a9 , 0x00000005 
+ 00026527  0x000044fb arg  0x000055aa , 0x00000011 
+ 00026528  0x000044fc fetch  0x00000002 , 0x000001c6 
+ 00026529  0x000044fd isub  0x00000011 , 0x0000003e 
+ 00026530  0x000044fe nbranch  0x000067a9 , 0x00000005 
+ 00026531  0x000044ff fetch  0x00000002 , 0x000001c8 
+ 00026532  0x00004500 fetcht  0x00000002 , 0x000004ed 
+ 00026533  0x00004501 isub  0x00000002 , 0x0000003e 
+ 00026534  0x00004502 nbranch  0x000067a9 , 0x00000005 
+ 00026535  0x00004504 set1  0x0000000f , 0x00000011 
+ 00026536  0x00004505 branch  0x0000675a 
+ 00026537  0x00004508 jam  0x00000000 , 0x000001ba 
+ 00026538  0x00004509 rtn 
+ 00026539  0x0000450d fetch  0x00000002 , 0x0000811e 
+ 00026540  0x0000450e store  0x00000002 , 0x000001b8 
+ 00026541  0x0000450f set0  0x0000000e , 0x0000003f 
+ 00026542  0x00004510 nrtn  0x00000034 
+ 00026543  0x00004512 setarg  0x000007d0 
+ 00026544  0x00004513 arg  0x000001b8 , 0x00000011 
+ 00026545  0x00004514 arg  0x00000002 , 0x00000002 
+ 00026546  0x00004515 call  0x000068c9 
+ 00026547  0x00004517 fetch  0x00000001 , 0x000001ca 
+ 00026548  0x00004518 rshift4  0x0000003f , 0x00000002 
+ 00026549  0x00004519 fetch  0x00000001 , 0x000001b8 
+ 00026550  0x0000451a lshift4  0x0000003f , 0x0000003f 
+ 00026551  0x0000451b ior  0x00000002 , 0x0000003f 
+ 00026552  0x0000451c store  0x00000001 , 0x000001b8 
+ 00026553  0x0000451d branch  0x000068de 
+ 00026554  0x00004521 jam  0x00000025 , 0x00008050 
+ 00026555  0x00004522 call  0x00007484 
+ 00026556  0x00004523 disable  0x00000028 
+ 00026557  0x00004524 jam  0x00000000 , 0x000001ba 
+ 00026558  0x00004525 call  0x00006856 
+ 00026559  0x00004526 call  0x000068d6 
+ 00026560  0x00004527 setarg  0x00000000 
+ 00026561  0x00004528 arg  0x000001ca , 0x00000011 
+ 00026562  0x00004529 arg  0x00000002 , 0x00000002 
+ 00026563  0x0000452a call  0x000068c9 
+ 00026564  0x0000452b call  0x000067ab 
+ 00026565  0x0000452c setarg  0x000007d3 
+ 00026566  0x0000452d arg  0x000001dd , 0x00000011 
+ 00026567  0x0000452e arg  0x00000002 , 0x00000002 
+ 00026568  0x0000452f call  0x000068c9 
+ 00026569  0x00004531 fetch  0x00000001 , 0x000001b8 
+ 00026570  0x00004532 bbit0  0x00000003 , 0x000067d4 
+ 00026571  0x00004533 setarg  0x000007f0 
+ 00026572  0x00004534 arg  0x000001cc , 0x00000011 
+ 00026573  0x00004535 arg  0x00000010 , 0x00000002 
+ 00026574  0x00004536 call  0x000068c9 
+ 00026575  0x00004537 jam  0x00000008 , 0x00008006 
+ 00026576  0x00004538 set1  0x0000002b , 0x00000000 
+ 00026577  0x00004539 arg  0x000001cc , 0x00000006 
+ 00026578  0x0000453a call  0x00006e7b 
+ 00026579  0x0000453b enable  0x00000028 
+ 00026580  0x0000453e jam  0x00000000 , 0x00004115 
+ 00026581  0x00004540 call  0x00006825 
+ 00026582  0x00004541 nbranch  0x00006831 , 0x00000002 
+ 00026583  0x00004542 call  0x00006777 , 0x00000028 
+ 00026584  0x00004543 fetch  0x00000002 , 0x000001ca 
+ 00026585  0x00004544 byteswap  0x0000003f , 0x0000003f 
+ 00026586  0x00004545 arg  0x000007ff , 0x00000002 
+ 00026587  0x00004546 iand  0x00000002 , 0x0000003f 
+ 00026588  0x00004547 branch  0x000067e6 , 0x00000005 
+ 00026589  0x00004548 call  0x0000687f 
+ 00026590  0x00004549 arg  0x000068cc , 0x00000013 
+ 00026591  0x0000454a call  0x0000676d , 0x00000028 
+ 00026592  0x0000454b call  0x0000677a 
+ 00026593  0x0000454c nbranch  0x000067e6 , 0x0000002d 
+ 00026594  0x0000454d fetch  0x00000001 , 0x000001ba 
+ 00026595  0x0000454e compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00026596  0x0000454f nbranch  0x000067d5 , 0x00000001 
+ 00026597  0x00004550 call  0x000067f4 
+ 00026598  0x00004553 call  0x00006873 
+ 00026599  0x00004554 jam  0x00000000 , 0x00004115 
+ 00026600  0x00004556 call  0x00006825 
+ 00026601  0x00004557 nbranch  0x00006831 , 0x00000002 
+ 00026602  0x00004558 call  0x00006817 
+ 00026603  0x00004559 call  0x00006a3c 
+ 00026604  0x0000455a fetch  0x00000001 , 0x000001b8 
+ 00026605  0x0000455b bbit1  0x00000002 , 0x00006800 
+ 00026606  0x0000455c call  0x0000681f 
+ 00026607  0x0000455d nbranch  0x000067f7 , 0x0000002d 
+ 00026608  0x0000455e fetch  0x00000001 , 0x000001ba 
+ 00026609  0x0000455f compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00026610  0x00004560 nbranch  0x000067e8 , 0x00000001 
+ 00026611  0x00004561 branch  0x00006800 
+ 00026612  0x00004564 setarg  0x000001ff 
+ 00026613  0x00004565 arg  0x00000000 , 0x0000003d 
+ 00026614  0x00004566 rtn 
+ 00026615  0x00004569 call  0x00006a39 
+ 00026616  0x0000456a fetch  0x00000001 , 0x000001b8 
+ 00026617  0x0000456b bbit1  0x00000002 , 0x00006800 
+ 00026618  0x0000456c call  0x0000681f 
+ 00026619  0x0000456d nbranch  0x00006800 , 0x0000002d 
+ 00026620  0x0000456e fetch  0x00000001 , 0x000001ba 
+ 00026621  0x0000456f compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00026622  0x00004570 nbranch  0x000067e8 , 0x00000001 
+ 00026623  0x00004571 branch  0x00006810 
+ 00026624  0x00004574 jam  0x00000000 , 0x00004115 
+ 00026625  0x00004576 call  0x00006825 
+ 00026626  0x00004577 nbranch  0x00006831 , 0x00000002 
+ 00026627  0x00004578 fetch  0x00000001 , 0x000001b8 
+ 00026628  0x00004579 bbit1  0x00000001 , 0x00006810 
+ 00026629  0x0000457a call  0x0000698c 
+ 00026630  0x0000457b nop  0x000000c8 
+ 00026631  0x0000457c call  0x0000699b 
+ 00026632  0x0000457d nop  0x00000064 
+ 00026633  0x0000457e arg  0x000069cf , 0x00000013 
+ 00026634  0x0000457f call  0x00006765 
+ 00026635  0x00004580 call  0x0000677a 
+ 00026636  0x00004581 nbranch  0x00006810 , 0x0000002d 
+ 00026637  0x00004582 fetch  0x00000001 , 0x000001ba 
+ 00026638  0x00004583 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00026639  0x00004584 nbranch  0x00006801 , 0x00000001 
+ 00026640  0x00004586 setarg  0x00000000 
+ 00026641  0x00004587 store  0x00000008 , 0x000001cc 
+ 00026642  0x00004588 store  0x00000008 , 0x000001d4 
+ 00026643  0x00004589 force  0x00000004 , 0x00000038 
+ 00026644  0x0000458a call  0x00006e8c 
+ 00026645  0x0000458b jam  0x00000021 , 0x00008050 
+ 00026646  0x0000458c rtn 
+ 00026647  0x0000458f fetch  0x00000001 , 0x000043db 
+ 00026648  0x00004590 fetcht  0x00000001 , 0x000043da 
+ 00026649  0x00004591 isub  0x00000002 , 0x0000003e 
+ 00026650  0x00004592 nbranch  0x00006a22 , 0x00000005 
+ 00026651  0x00004594 jam  0x00000002 , 0x000043d9 
+ 00026652  0x00004595 jam  0x00000001 , 0x000043da 
+ 00026653  0x00004596 jam  0x00000000 , 0x000043db 
+ 00026654  0x00004597 branch  0x00006a22 
+ 00026655  0x0000459c setarg  0x00000000 
+ 00026656  0x0000459d store  0x00000002 , 0x000001bd 
+ 00026657  0x0000459e arg  0x00006a5f , 0x00000013 
+ 00026658  0x0000459f call  0x00006a0b 
+ 00026659  0x000045a0 call  0x00006765 
+ 00026660  0x000045a1 branch  0x0000677a 
+ 00026661  0x000045a7 call  0x0000682b 
+ 00026662  0x000045a8 fetch  0x00000001 , 0x00004115 
+ 00026663  0x000045a9 increase  0x00000001 , 0x0000003f 
+ 00026664  0x000045aa sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00026665  0x000045ab store  0x00000001 , 0x00004115 
+ 00026666  0x000045ac rtn 
+ 00026667  0x000045af fetch  0x00000001 , 0x00004115 
+ 00026668  0x000045b0 rtn  0x00000034 
+ 00026669  0x000045b1 fetch  0x00000001 , 0x000001dd 
+ 00026670  0x000045b2 rtn  0x00000034 
+ 00026671  0x000045b3 copy  0x0000003f , 0x00000039 
+ 00026672  0x000045b4 branch  0x000073d9 
+ 00026673  0x000045b8 call  0x00006810 
+ 00026674  0x000045ba call  0x0000748a 
+ 00026675  0x000045bb rtn 
+ 00026676  0x000045c1 fetch  0x00000001 , 0x000001ba 
+ 00026677  0x000045c2 lshift  0x0000003f , 0x0000003f 
+ 00026678  0x000045c3 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00026679  0x000045c4 isolate0  0x0000000f , 0x00000011 
+ 00026680  0x000045c5 rtn  0x00000001 
+ 00026681  0x000045c6 store  0x00000001 , 0x000001ba 
+ 00026682  0x000045c7 rtn 
+ 00026683  0x000045cb fetch  0x00000001 , 0x0000806f 
+ 00026684  0x000045cc rtnbit0  0x00000001 
+ 00026685  0x000045cd branch  0x00006841 
+ 00026686  0x000045cf fetch  0x00000001 , 0x00008128 
+ 00026687  0x000045d0 qisolate1  0x0000003f 
+ 00026688  0x000045d1 rtn  0x00000001 
+ 00026689  0x000045d3 fetch  0x00000001 , 0x00008108 
+ 00026690  0x000045d4 bbit0  0x00000001 , 0x0000683e 
+ 00026691  0x000045d5 call  0x00006df0 
+ 00026692  0x000045d6 branch  0x0000683e 
+ 00026693  0x000045eb fetch  0x00000002 , 0x000040e9 
+ 00026694  0x000045ec rtn  0x00000034 
+ 00026695  0x000045ed jam  0x00000080 , 0x00008023 
+ 00026696  0x000045ee jam  0x00000000 , 0x00008022 
+ 00026697  0x000045ef jam  0x00000000 , 0x00008024 
+ 00026698  0x000045f0 fetcht  0x00000002 , 0x000040eb 
+ 00026699  0x000045f1 lshift2  0x00000002 , 0x00000039 
+ 00026700  0x000045f2 iforce  0x00000006 
+ 00026701  0x000045f4 ifetch  0x00000001 , 0x00000006 
+ 00026702  0x000045f5 store  0x00000001 , 0x00008025 
+ 00026703  0x000045f6 loop  0x0000684d 
+ 00026704  0x000045f7 jam  0x00000000 , 0x00008023 
+ 00026705  0x000045f8 rtn 
+ 00026706  0x000045fe jam  0x00000004 , 0x00008aa0 
+ 00026707  0x000045ff jam  0x00000031 , 0x00008aa1 
+ 00026708  0x00004600 jam  0x00000001 , 0x00008aa2 
+ 00026709  0x00004601 branch  0x00006859 
+ 00026710  0x00004604 jam  0x0000000c , 0x00008aa0 
+ 00026711  0x00004605 jam  0x000000fb , 0x00008aa1 
+ 00026712  0x00004606 jam  0x00000003 , 0x00008aa2 
+ 00026713  0x00004609 store  0x00000002 , 0x000004d4 
+ 00026714  0x0000460a bpatch  0x0000008a , 0x00004011 
+ 00026715  0x0000460b jam  0x000000ff , 0x00008a01 
+ 00026716  0x0000460d fetch  0x00000001 , 0x00008a0b 
+ 00026717  0x0000460e store  0x00000001 , 0x000004d6 
+ 00026718  0x0000460f or_into  0x00000004 , 0x0000003f 
+ 00026719  0x00004610 store  0x00000001 , 0x00008a0b 
+ 00026720  0x00004612 fetch  0x00000001 , 0x00008a13 
+ 00026721  0x00004613 store  0x00000001 , 0x000004d7 
+ 00026722  0x00004615 jam  0x00000011 , 0x00008a13 
+ 00026723  0x00004617 nop  0x000003e8 
+ 00026724  0x00004618 fetch  0x00000001 , 0x00008a02 
+ 00026725  0x00004619 or_into  0x00000001 , 0x0000003f 
+ 00026726  0x0000461a store  0x00000001 , 0x00008a02 
+ 00026727  0x0000461b jam  0x00000003 , 0x00008a00 
+ 00026728  0x0000461c bpatch  0x0000008b , 0x00004011 
+ 00026729  0x0000461d fetch  0x00000001 , 0x00008aa0 
+ 00026730  0x0000461e or_into  0x000000d0 , 0x0000003f 
+ 00026731  0x0000461f store  0x00000001 , 0x00008aa0 
+ 00026732  0x00004620 nop  0x00001770 
+ 00026733  0x00004621 fetch  0x00000001 , 0x00008aa0 
+ 00026734  0x00004622 or_into  0x00000020 , 0x0000003f 
+ 00026735  0x00004623 store  0x00000001 , 0x00008aa0 
+ 00026736  0x00004624 nop  0x00002ee0 
+ 00026737  0x00004625 fetch  0x00000002 , 0x000004d4 
+ 00026738  0x00004626 rtn 
+ 00026739  0x00004629 bpatch  0x0000008c , 0x00004011 
+ 00026740  0x0000462a jam  0x00000004 , 0x00008aa0 
+ 00026741  0x0000462b jam  0x00000043 , 0x00008aa1 
+ 00026742  0x0000462c jam  0x00000001 , 0x00008aa2 
+ 00026743  0x0000462d fetch  0x00000001 , 0x00008a02 
+ 00026744  0x0000462e and_into  0x000000fe , 0x0000003f 
+ 00026745  0x0000462f store  0x00000001 , 0x00008a02 
+ 00026746  0x00004630 fetch  0x00000001 , 0x000004d6 
+ 00026747  0x00004631 store  0x00000001 , 0x00008a0b 
+ 00026748  0x00004632 fetch  0x00000001 , 0x000004d7 
+ 00026749  0x00004633 store  0x00000001 , 0x00008a13 
+ 00026750  0x00004634 rtn 
+ 00026751  0x00004638 lshift3  0x0000003f , 0x0000003f 
+ 00026752  0x00004639 store  0x00000002 , 0x00008045 
+ 00026753  0x0000463a jam  0x00000000 , 0x0000804b 
+ 00026754  0x0000463b rtn 
+ 00026755  0x0000463f call  0x00006852 
+ 00026756  0x00004640 call  0x0000687f 
+ 00026757  0x00004641 call  0x000068b1 
+ 00026758  0x00004643 ifetcht  0x00000001 , 0x00000011 
+ 00026759  0x00004644 increase  0x00000001 , 0x00000011 
+ 00026760  0x00004645 force  0x00000000 , 0x00000007 
+ 00026761  0x00004647 qisolate0  0x00000002 
+ 00026762  0x00004648 branch  0x000068a8 , 0x00000001 
+ 00026763  0x00004649 fetch  0x00000001 , 0x00008046 
+ 00026764  0x0000464a set1  0x00000006 , 0x0000003f 
+ 00026765  0x0000464b set1  0x00000007 , 0x0000003f 
+ 00026766  0x0000464c store  0x00000001 , 0x00008046 
+ 00026767  0x0000464d jam  0x00000002 , 0x00008047 
+ 00026768  0x0000464e jam  0x00000082 , 0x00008047 
+ 00026769  0x0000464f set0  0x00000007 , 0x0000003f 
+ 00026770  0x00004650 store  0x00000001 , 0x00008046 
+ 00026771  0x00004651 jam  0x0000008a , 0x00008047 
+ 00026772  0x00004652 nop  0x0000000b 
+ 00026773  0x00004653 jam  0x000000ca , 0x00008047 
+ 00026774  0x00004654 nop  0x00000021 
+ 00026775  0x00004655 jam  0x0000004a , 0x00008047 
+ 00026776  0x00004656 nop  0x000000c8 
+ 00026777  0x00004657 jam  0x000000ca , 0x00008047 
+ 00026778  0x00004658 nop  0x00000016 
+ 00026779  0x00004659 jam  0x0000008a , 0x00008047 
+ 00026780  0x0000465a nop  0x00000021 
+ 00026781  0x0000465b jam  0x00000082 , 0x00008047 
+ 00026782  0x0000465c nop  0x00000001 
+ 00026783  0x0000465d jam  0x00000092 , 0x00008047 
+ 00026784  0x0000465e nop  0x0000000a 
+ 00026785  0x0000465f jam  0x000000b2 , 0x00008047 
+ 00026786  0x00004660 fetch  0x00000001 , 0x00008007 
+ 00026787  0x00004661 jam  0x00000092 , 0x00008047 
+ 00026788  0x00004662 nop  0x00000001 
+ 00026789  0x00004663 jam  0x00000082 , 0x00008047 
+ 00026790  0x00004664 qisolate0  0x0000003f 
+ 00026791  0x00004665 branch  0x00006889 , 0x00000001 
+ 00026792  0x00004667 fetch  0x00000002 , 0x00008045 
+ 00026793  0x00004668 increase  0x00000001 , 0x0000003f 
+ 00026794  0x00004669 store  0x00000002 , 0x00008045 
+ 00026795  0x0000466a increase  0x00000001 , 0x00000007 
+ 00026796  0x0000466b compare  0x00000008 , 0x00000007 , 0x0000000f 
+ 00026797  0x0000466c nbranch  0x00006889 , 0x00000001 
+ 00026798  0x0000466d loop  0x00006886 
+ 00026799  0x0000466e jam  0x00000083 , 0x00008047 
+ 00026800  0x0000466f branch  0x00006873 
+ 00026801  0x00004672 jam  0x00000082 , 0x00008047 
+ 00026802  0x00004673 nop  0x0000000c 
+ 00026803  0x00004674 jam  0x00000080 , 0x00008047 
+ 00026804  0x00004675 jam  0x00000082 , 0x00008047 
+ 00026805  0x00004676 nop  0x00000096 
+ 00026806  0x00004677 rtn 
+ 00026807  0x0000467b call  0x000068b1 
+ 00026808  0x0000467c jam  0x000000a2 , 0x00008047 
+ 00026809  0x0000467d deposit  0x00000011 
+ 00026810  0x0000467e store  0x00000002 , 0x00008048 
+ 00026811  0x0000467f set1  0x0000000b , 0x00000002 
+ 00026812  0x00004680 isolate0  0x0000000f , 0x0000003f 
+ 00026813  0x00004681 setflag  0x00000001 , 0x0000000f , 0x00000002 
+ 00026814  0x00004682 storet  0x00000002 , 0x0000804a 
+ 00026815  0x00004683 jam  0x00000001 , 0x00008007 
+ 00026816  0x00004684 rtn 
+ 00026817  0x00004687 fetch  0x00000001 , 0x00008128 
+ 00026818  0x00004688 bbit0  0x00000001 , 0x000068c1 
+ 00026819  0x00004689 jam  0x00000083 , 0x00008047 
+ 00026820  0x0000468a rtn 
+ 00026821  0x0000468e bpatch  0x0000008d , 0x00004011 
+ 00026822  0x0000468f call  0x00006856 
+ 00026823  0x00004690 call  0x000068c9 
+ 00026824  0x00004691 branch  0x00006873 
+ 00026825  0x00004695 call  0x0000687f 
+ 00026826  0x00004696 call  0x000068b7 
+ 00026827  0x00004697 branch  0x000068c1 
+ 00026828  0x0000469d call  0x00006856 
+ 00026829  0x0000469e fetch  0x00000002 , 0x00008122 
+ 00026830  0x0000469f store  0x00000002 , 0x00008045 
+ 00026831  0x000046a0 call  0x000068b7 
+ 00026832  0x000046a1 arg  0x00000001 , 0x00000007 
+ 00026833  0x000046a2 call  0x0000683b 
+ 00026834  0x000046a3 call  0x000068c1 
+ 00026835  0x000046a4 isolate1  0x00000000 , 0x0000003f 
+ 00026836  0x000046a5 call  0x00006834 
+ 00026837  0x000046a6 branch  0x00006873 
+ 00026838  0x000046ac setarg  0x000007d2 
+ 00026839  0x000046ad arg  0x000040cc , 0x00000011 
+ 00026840  0x000046ae arg  0x00000001 , 0x00000002 
+ 00026841  0x000046af call  0x000068c9 
+ 00026842  0x000046b0 fetch  0x00000001 , 0x000040cc 
+ 00026843  0x000046b1 nbranch  0x000068dd , 0x00000034 
+ 00026844  0x000046b2 jam  0x00000004 , 0x000040cc 
+ 00026845  0x000046b4 branch  0x00003c0e 
+ 00026846  0x000046b7 fetch  0x00000002 , 0x000001b8 
+ 00026847  0x000046b8 rshift4  0x0000003f , 0x0000003f 
+ 00026848  0x000046b9 rtn  0x00000034 
+ 00026849  0x000046ba fetch  0x00000001 , 0x000001b8 
+ 00026850  0x000046bb rshift4  0x0000003f , 0x0000003f 
+ 00026851  0x000046bc beq  0x00000004 , 0x000068ec 
+ 00026852  0x000046bd beq  0x0000000b , 0x000068f0 
+ 00026853  0x000046be beq  0x00000008 , 0x000068f4 
+ 00026854  0x000046bf beq  0x00000007 , 0x000068f8 
+ 00026855  0x000046c0 beq  0x00000009 , 0x000068fc 
+ 00026856  0x000046c1 beq  0x0000000a , 0x000068fc 
+ 00026857  0x000046c3 beq  0x0000000c , 0x00006900 
+ 00026858  0x000046c4 beq  0x0000000f , 0x00006907 
+ 00026859  0x000046c5 branch  0x0000691b 
+ 00026860  0x000046c8 arg  0x0000522c , 0x0000003f 
+ 00026861  0x000046c9 arg  0x00006596 , 0x00000002 
+ 00026862  0x000046ca call  0x0000690e 
+ 00026863  0x000046cb branch  0x00006903 
+ 00026864  0x000046ce arg  0x00004e38 , 0x0000003f 
+ 00026865  0x000046cf arg  0x00006596 , 0x00000002 
+ 00026866  0x000046d0 call  0x0000690e 
+ 00026867  0x000046d1 branch  0x00006920 
+ 00026868  0x000046d4 arg  0x00006028 , 0x0000003f 
+ 00026869  0x000046d5 arg  0x00006596 , 0x00000002 
+ 00026870  0x000046d6 call  0x0000690e 
+ 00026871  0x000046d7 branch  0x00006903 
+ 00026872  0x000046da arg  0x00004296 , 0x0000003f 
+ 00026873  0x000046db arg  0x00004786 , 0x00000002 
+ 00026874  0x000046dc call  0x0000690e 
+ 00026875  0x000046dd branch  0x00006903 
+ 00026876  0x000046e0 arg  0x00004e38 , 0x0000003f 
+ 00026877  0x000046e1 arg  0x00006024 , 0x00000002 
+ 00026878  0x000046e2 call  0x0000690e 
+ 00026879  0x000046e3 branch  0x00006903 
+ 00026880  0x000046e8 arg  0x000050b8 , 0x0000003f 
+ 00026881  0x000046e9 arg  0x00006596 , 0x00000002 
+ 00026882  0x000046ea call  0x0000690e 
+ 00026883  0x000046ec arg  0x000074e8 , 0x0000003f 
+ 00026884  0x000046ed arg  0x00007de4 , 0x00000002 
+ 00026885  0x000046ee call  0x00006914 
+ 00026886  0x000046ef branch  0x00006920 
+ 00026887  0x000046f2 arg  0x000050b8 , 0x0000003f 
+ 00026888  0x000046f3 arg  0x00006596 , 0x00000002 
+ 00026889  0x000046f4 call  0x0000690e 
+ 00026890  0x000046f6 arg  0x00004296 , 0x0000003f 
+ 00026891  0x000046f7 arg  0x00004786 , 0x00000002 
+ 00026892  0x000046f8 call  0x00006914 
+ 00026893  0x000046f9 branch  0x00006920 
+ 00026894  0x000046ff lshift16  0x00000002 , 0x00000002 
+ 00026895  0x00004700 ior  0x00000002 , 0x0000003f 
+ 00026896  0x00004701 store  0x00000004 , 0x0000804c 
+ 00026897  0x00004702 branch  0x00006935 
+ 00026898  0x00004705 arg  0x0000432f , 0x0000003f 
+ 00026899  0x00004706 arg  0x00004786 , 0x00000002 
+ 00026900  0x00004708 lshift16  0x00000002 , 0x00000002 
+ 00026901  0x00004709 ior  0x00000002 , 0x0000003f 
+ 00026902  0x0000470a store  0x00000004 , 0x0000804c 
+ 00026903  0x0000470b branch  0x00006937 
+ 00026904  0x0000470e arg  0x0000478b , 0x0000003f 
+ 00026905  0x0000470f arg  0x000048fa , 0x00000002 
+ 00026906  0x00004710 branch  0x00006914 
+ 00026907  0x00004713 call  0x00006918 
+ 00026908  0x00004714 arg  0x0000432f , 0x0000003f 
+ 00026909  0x00004715 arg  0x00004786 , 0x00000002 
+ 00026910  0x00004716 call  0x0000690e 
+ 00026911  0x00004717 branch  0x00006920 
+ 00026912  0x0000471b fetch  0x00000002 , 0x000001b8 
+ 00026913  0x0000471c set1  0x0000000d , 0x0000003f 
+ 00026914  0x0000471d set1  0x0000000e , 0x0000003f 
+ 00026915  0x0000471e store  0x00000004 , 0x0000804c 
+ 00026916  0x0000471f call  0x00006927 
+ 00026917  0x00004720 jam  0x00000008 , 0x00008011 
+ 00026918  0x00004721 rtn 
+ 00026919  0x00004724 setarg  0x00000002 
+ 00026920  0x00004726 until  0x0000003e , 0x00000033 
+ 00026921  0x00004727 store  0x00000001 , 0x00008012 
+ 00026922  0x00004728 until  0x0000003e , 0x00000033 
+ 00026923  0x00004729 until  0x0000003e , 0x00000033 
+ 00026924  0x0000472a rtn 
+ 00026925  0x0000472e fetch  0x00000002 , 0x0000811e 
+ 00026926  0x0000472f set0  0x0000000e , 0x0000003f 
+ 00026927  0x00004730 store  0x00000004 , 0x0000804c 
+ 00026928  0x00004731 branch  0x00006927 
+ 00026929  0x00004734 fetch  0x00000002 , 0x0000811e 
+ 00026930  0x00004735 set1  0x0000000e , 0x0000003f 
+ 00026931  0x00004736 store  0x00000004 , 0x0000804c 
+ 00026932  0x00004737 branch  0x00006927 
+ 00026933  0x0000473b setarg  0x00000004 
+ 00026934  0x0000473c branch  0x00006928 
+ 00026935  0x0000473f setarg  0x00000008 
+ 00026936  0x00004740 branch  0x00006928 
+ 00026937  0x00004747 bpatch  0x0000008e , 0x00004011 
+ 00026938  0x00004749 fetch  0x00000001 , 0x000043ae 
+ 00026939  0x0000474a store  0x00000001 , 0x00008080 
+ 00026940  0x0000474b fetch  0x00000001 , 0x000043af 
+ 00026941  0x0000474c store  0x00000001 , 0x00008081 
+ 00026942  0x0000474d setarg  0x000001bb 
+ 00026943  0x0000474e store  0x00000002 , 0x00008084 
+ 00026944  0x0000474f setarg  0x000001c0 
+ 00026945  0x00004750 store  0x00000002 , 0x00008086 
+ 00026946  0x00004751 branch  0x00006745 
+ 00026947  0x00004757 set1  0x00000007 , 0x0000003f 
+ 00026948  0x00004758 store  0x00000002 , 0x000001bb 
+ 00026949  0x00004759 bpatch  0x0000008f , 0x00004011 
+ 00026950  0x0000475a jam  0x00000002 , 0x00008082 
+ 00026951  0x0000475b jam  0x00000000 , 0x00008088 
+ 00026952  0x0000475c jam  0x00000002 , 0x00008006 
+ 00026953  0x0000475d branch  0x00006953 
+ 00026954  0x00004761 force  0x00000001 , 0x00000002 
+ 00026955  0x00004763 store  0x00000001 , 0x000001bb 
+ 00026956  0x00004764 bpatch  0x00000090 , 0x00004012 
+ 00026957  0x00004765 jam  0x00000001 , 0x00008082 
+ 00026958  0x00004766 storet  0x00000002 , 0x00008088 
+ 00026959  0x00004767 jam  0x00000002 , 0x00008006 
+ 00026960  0x00004768 call  0x00006953 
+ 00026961  0x00004769 fetch  0x00000001 , 0x000001c0 
+ 00026962  0x0000476a rtn 
+ 00026963  0x00004771 nop  0x00000005 
+ 00026964  0x00004772 fetch  0x00000001 , 0x00008128 
+ 00026965  0x00004773 bbit0  0x00000003 , 0x00006953 
+ 00026966  0x00004774 rtn 
+ 00026967  0x0000477e fetch  0x00000001 , 0x000043d2 
+ 00026968  0x0000477f beq  0x00000001 , 0x0000695e 
+ 00026969  0x00004780 beq  0x00000002 , 0x00006964 
+ 00026970  0x00004781 beq  0x00000003 , 0x0000696c 
+ 00026971  0x00004782 beq  0x00000004 , 0x00006970 
+ 00026972  0x00004783 beq  0x00000005 , 0x00006977 
+ 00026973  0x00004784 rtn 
+ 00026974  0x00004787 store  0x00000003 , 0x000043cb 
+ 00026975  0x00004788 copy  0x00000011 , 0x0000003f 
+ 00026976  0x00004789 store  0x00000002 , 0x000043ce 
+ 00026977  0x0000478a storet  0x00000002 , 0x000043d0 
+ 00026978  0x0000478b jam  0x00000002 , 0x000043d2 
+ 00026979  0x0000478c branch  0x0000698c 
+ 00026980  0x0000478e call  0x0000698c 
+ 00026981  0x0000478f jam  0x00000003 , 0x000043d2 
+ 00026982  0x00004790 call  0x00006992 
+ 00026983  0x00004791 arg  0x000001bb , 0x00000011 
+ 00026984  0x00004792 jam  0x00000004 , 0x00008082 
+ 00026985  0x00004793 fetch  0x00000003 , 0x000043cb 
+ 00026986  0x00004794 arg  0x00000020 , 0x00000002 
+ 00026987  0x00004795 branch  0x000069a3 
+ 00026988  0x00004798 call  0x0000698c 
+ 00026989  0x00004799 call  0x000069c6 
+ 00026990  0x0000479a jam  0x00000004 , 0x000043d2 
+ 00026991  0x0000479b rtn 
+ 00026992  0x0000479f bpatch  0x00000091 , 0x00004012 
+ 00026993  0x000047a0 call  0x0000698c 
+ 00026994  0x000047a1 jam  0x00000005 , 0x000043d2 
+ 00026995  0x000047a2 call  0x00006992 
+ 00026996  0x000047a3 call  0x00006984 
+ 00026997  0x000047a4 call  0x0000699f 
+ 00026998  0x000047a5 branch  0x0000697f 
+ 00026999  0x000047a7 call  0x0000698c 
+ 00027000  0x000047a8 call  0x00006992 
+ 00027001  0x000047a9 setarg  0x00000005 
+ 00027002  0x000047aa call  0x0000694a 
+ 00027003  0x000047ab rtnbit1  0x00000000 
+ 00027004  0x000047ac jam  0x00000000 , 0x000043d2 
+ 00027005  0x000047ad fetch  0x00000002 , 0x000043a0 
+ 00027006  0x000047ae branch  0x00007487 
+ 00027007  0x000047b0 fetch  0x00000004 , 0x000004cc 
+ 00027008  0x000047b1 fetcht  0x00000002 , 0x000043ce 
+ 00027009  0x000047b3 increase  0xfffffffc , 0x00000002 
+ 00027010  0x000047b4 istore  0x00000004 , 0x00000002 
+ 00027011  0x000047b5 rtn 
+ 00027012  0x000047b8 fetcht  0x00000002 , 0x000043ce 
+ 00027013  0x000047b9 copy  0x00000002 , 0x00000011 
+ 00027014  0x000047ba increase  0xfffffffc , 0x00000002 
+ 00027015  0x000047bb ifetch  0x00000004 , 0x00000002 
+ 00027016  0x000047bc store  0x00000004 , 0x000004cc 
+ 00027017  0x000047bd fetcht  0x00000002 , 0x000043d0 
+ 00027018  0x000047be fetch  0x00000003 , 0x000043cb 
+ 00027019  0x000047bf rtn 
+ 00027020  0x000047c2 bpatch  0x00000092 , 0x00004012 
+ 00027021  0x000047c3 call  0x000069f1 
+ 00027022  0x000047c4 call  0x00006745 
+ 00027023  0x000047c5 setarg  0x00000000 
+ 00027024  0x000047c6 store  0x00000004 , 0x000001bb 
+ 00027025  0x000047c7 rtn 
+ 00027026  0x000047ca jam  0x00000006 , 0x000001bb 
+ 00027027  0x000047cc setarg  0x00000000 
+ 00027028  0x000047cd store  0x00000002 , 0x00008088 
+ 00027029  0x000047ce setarg  0x00000001 
+ 00027030  0x000047cf store  0x00000002 , 0x00008082 
+ 00027031  0x000047d0 setarg  0x000001bb 
+ 00027032  0x000047d1 store  0x00000002 , 0x00008084 
+ 00027033  0x000047d2 jam  0x00000002 , 0x00008006 
+ 00027034  0x000047d3 branch  0x00006953 
+ 00027035  0x000047d6 jam  0x000000ab , 0x000001bb 
+ 00027036  0x000047d7 branch  0x00006993 
+ 00027037  0x000047da jam  0x000000b9 , 0x000001bb 
+ 00027038  0x000047db branch  0x00006993 
+ 00027039  0x000047df increase  0x00000004 , 0x00000002 
+ 00027040  0x000047e0 storet  0x00000002 , 0x00008082 
+ 00027041  0x000047e1 arg  0x00000002 , 0x00000002 
+ 00027042  0x000047e2 increase  0xfffffffc , 0x00000011 
+ 00027043  0x000047e5 istoret  0x00000001 , 0x00000011 
+ 00027044  0x000047e6 rshift16  0x0000003f , 0x00000002 
+ 00027045  0x000047e7 istoret  0x00000001 , 0x00000005 
+ 00027046  0x000047e8 rshift8  0x0000003f , 0x00000002 
+ 00027047  0x000047e9 istoret  0x00000001 , 0x00000005 
+ 00027048  0x000047ea istore  0x00000001 , 0x00000005 
+ 00027049  0x000047eb deposit  0x00000011 
+ 00027050  0x000047ec store  0x00000002 , 0x00008084 
+ 00027051  0x000047ed setarg  0x00000000 
+ 00027052  0x000047ee store  0x00000002 , 0x00008088 
+ 00027053  0x000047ef jam  0x00000002 , 0x00008006 
+ 00027054  0x000047f0 call  0x00006953 
+ 00027055  0x000047f1 branch  0x000069c6 
+ 00027056  0x000047f6 storet  0x00000002 , 0x00008088 
+ 00027057  0x000047f7 rshift16  0x0000003f , 0x00000002 
+ 00027058  0x000047f8 storet  0x00000001 , 0x000001bc 
+ 00027059  0x000047f9 rshift8  0x0000003f , 0x00000002 
+ 00027060  0x000047fa storet  0x00000001 , 0x000001bd 
+ 00027061  0x000047fb store  0x00000001 , 0x000001be 
+ 00027062  0x000047fc setarg  0x00000004 
+ 00027063  0x000047fd store  0x00000002 , 0x00008082 
+ 00027064  0x000047fe jam  0x00000003 , 0x000001bb 
+ 00027065  0x000047ff setarg  0x000001bb 
+ 00027066  0x00004800 store  0x00000002 , 0x00008084 
+ 00027067  0x00004801 deposit  0x00000011 
+ 00027068  0x00004802 store  0x00000002 , 0x00008086 
+ 00027069  0x00004803 fetch  0x00000001 , 0x00008080 
+ 00027070  0x00004804 isolate0  0x0000000f , 0x00000011 
+ 00027071  0x00004805 setflag  0x00000001 , 0x00000006 , 0x0000003f 
+ 00027072  0x00004806 store  0x00000001 , 0x00008080 
+ 00027073  0x00004807 jam  0x00000002 , 0x00008006 
+ 00027074  0x00004809 fetch  0x00000001 , 0x00008128 
+ 00027075  0x0000480a bbit1  0x00000007 , 0x000069c2 
+ 00027076  0x0000480b arg  0x00000003 , 0x00000007 
+ 00027077  0x0000480c branch  0x00006953 
+ 00027078  0x0000480f setarg  0x000007d0 
+ 00027079  0x00004810 call  0x00003a8c 
+ 00027080  0x00004811 call  0x00006992 
+ 00027081  0x00004812 setarg  0x000001c0 
+ 00027082  0x00004813 store  0x00000002 , 0x00008086 
+ 00027083  0x00004814 setarg  0x00000005 
+ 00027084  0x00004815 call  0x0000694a 
+ 00027085  0x00004816 bbit1  0x00000000 , 0x000069c6 
+ 00027086  0x00004817 rtn 
+ 00027087  0x0000481c storet  0x00000002 , 0x00008088 
+ 00027088  0x0000481d setarg  0x00000004 
+ 00027089  0x0000481e store  0x00000002 , 0x00008082 
+ 00027090  0x0000481f jam  0x00000003 , 0x000001bb 
+ 00027091  0x00004820 setarg  0x000001bb 
+ 00027092  0x00004821 store  0x00000002 , 0x00008084 
+ 00027093  0x00004822 deposit  0x00000011 
+ 00027094  0x00004823 store  0x00000002 , 0x00008086 
+ 00027095  0x00004824 fetch  0x00000001 , 0x00008080 
+ 00027096  0x00004825 isolate0  0x0000000f , 0x00000011 
+ 00027097  0x00004826 setflag  0x00000001 , 0x00000006 , 0x0000003f 
+ 00027098  0x00004827 store  0x00000001 , 0x00008080 
+ 00027099  0x00004828 jam  0x00000002 , 0x00008006 
+ 00027100  0x0000482a fetch  0x00000001 , 0x00008128 
+ 00027101  0x0000482b bbit1  0x00000007 , 0x000069dc 
+ 00027102  0x0000482c arg  0x00000003 , 0x00000007 
+ 00027103  0x0000482d call  0x0000683b 
+ 00027104  0x0000482e call  0x00006953 
+ 00027105  0x0000482f isolate1  0x00000002 , 0x0000003f 
+ 00027106  0x00004830 call  0x00006834 
+ 00027107  0x00004831 fetch  0x00000001 , 0x000001bc 
+ 00027108  0x00004832 lshift16  0x0000003f , 0x00000012 
+ 00027109  0x00004833 fetch  0x00000001 , 0x000001bd 
+ 00027110  0x00004834 lshift8  0x0000003f , 0x0000003f 
+ 00027111  0x00004835 ior  0x00000012 , 0x00000012 
+ 00027112  0x00004836 fetch  0x00000001 , 0x000001be 
+ 00027113  0x00004837 ior  0x00000012 , 0x0000003f 
+ 00027114  0x00004838 iadd  0x00000002 , 0x0000003f 
+ 00027115  0x00004839 store  0x00000001 , 0x000001be 
+ 00027116  0x0000483a rshift8  0x0000003f , 0x0000003f 
+ 00027117  0x0000483b store  0x00000001 , 0x000001bd 
+ 00027118  0x0000483c rshift8  0x0000003f , 0x0000003f 
+ 00027119  0x0000483d store  0x00000001 , 0x000001bc 
+ 00027120  0x0000483e rtn 
+ 00027121  0x00004841 fetch  0x00000001 , 0x000043d3 
+ 00027122  0x00004842 fetcht  0x00000001 , 0x000043d5 
+ 00027123  0x00004843 isub  0x00000002 , 0x0000003e 
+ 00027124  0x00004844 nbranch  0x000069f6 , 0x00000005 
+ 00027125  0x00004845 call  0x00006a02 
+ 00027126  0x00004848 fetch  0x00000001 , 0x000043d3 
+ 00027127  0x00004849 arg  0x00000020 , 0x00000002 
+ 00027128  0x0000484a call  0x00006bbd 
+ 00027129  0x0000484b fetch  0x00000001 , 0x000043d6 
+ 00027130  0x0000484c arg  0x00000021 , 0x00000002 
+ 00027131  0x0000484d call  0x00006bbd 
+ 00027132  0x0000484e fetch  0x00000001 , 0x000043d4 
+ 00027133  0x0000484f arg  0x00000022 , 0x00000002 
+ 00027134  0x00004850 call  0x00006bbd 
+ 00027135  0x00004851 fetch  0x00000001 , 0x000043d5 
+ 00027136  0x00004852 arg  0x0000001f , 0x00000002 
+ 00027137  0x00004853 branch  0x00006bbd 
+ 00027138  0x00004856 jam  0x00000001 , 0x000043d3 
+ 00027139  0x00004857 jam  0x00000003 , 0x000043d4 
+ 00027140  0x00004858 jam  0x00000000 , 0x000043d5 
+ 00027141  0x00004859 jam  0x00000002 , 0x000043d6 
+ 00027142  0x0000485a jam  0x0000000b , 0x000043d7 
+ 00027143  0x0000485b jam  0x0000000a , 0x000043d8 
+ 00027144  0x0000485c rtn 
+ 00027145  0x00004860 jam  0x00000001 , 0x00008010 
+ 00027146  0x00004861 rtn 
+ 00027147  0x00004868 jam  0x00000005 , 0x0000808b 
+ 00027148  0x00004869 jam  0x00000007 , 0x0000808c 
+ 00027149  0x0000486a jam  0x00000007 , 0x0000808d 
+ 00027150  0x0000486b jam  0x00000007 , 0x0000808e 
+ 00027151  0x0000486c jam  0x00000007 , 0x0000808f 
+ 00027152  0x0000486d jam  0x00000005 , 0x00008090 
+ 00027153  0x0000486e jam  0x00000000 , 0x00008091 
+ 00027154  0x0000486f rtn 
+ 00027155  0x00004872 jam  0x0000000c , 0x0000808b 
+ 00027156  0x00004873 jam  0x0000000d , 0x0000808c 
+ 00027157  0x00004874 jam  0x0000000d , 0x0000808d 
+ 00027158  0x00004875 jam  0x0000000d , 0x0000808e 
+ 00027159  0x00004876 jam  0x0000000d , 0x0000808f 
+ 00027160  0x00004877 jam  0x0000000c , 0x00008090 
+ 00027161  0x00004878 jam  0x00000000 , 0x00008091 
+ 00027162  0x00004879 rtn 
+ 00027163  0x0000487c call  0x00006a50 
+ 00027164  0x0000487e fetch  0x00000001 , 0x000043da 
+ 00027165  0x0000487f arg  0x0000006c , 0x00000002 
+ 00027166  0x00004880 call  0x00006bbd 
+ 00027167  0x00004881 fetch  0x00000001 , 0x000043db 
+ 00027168  0x00004882 arg  0x0000006d , 0x00000002 
+ 00027169  0x00004883 branch  0x00006bbd 
+ 00027170  0x00004886 call  0x00006a57 
+ 00027171  0x00004887 branch  0x00006a1c 
+ 00027172  0x0000488a fetch  0x00000001 , 0x00008128 
+ 00027173  0x0000488b bbit0  0x00000005 , 0x00006a24 
+ 00027174  0x0000488c rtn 
+ 00027175  0x00004890 store  0x00000001 , 0x000001bf 
+ 00027176  0x00004891 setarg  0x000001bf 
+ 00027177  0x00004892 store  0x00000002 , 0x00008094 
+ 00027178  0x00004893 setarg  0x00000001 
+ 00027179  0x00004894 store  0x00000002 , 0x00008092 
+ 00027180  0x00004895 storet  0x00000002 , 0x00008098 
+ 00027181  0x00004896 storer  0x00000011 , 0x00000002 , 0x00008096 
+ 00027182  0x00004897 jam  0x00000001 , 0x0000808a 
+ 00027183  0x00004898 jam  0x00000004 , 0x00008006 
+ 00027184  0x00004899 branch  0x00006a24 
+ 00027185  0x0000489d setarg  0x00000000 
+ 00027186  0x0000489e store  0x00000002 , 0x00008098 
+ 00027187  0x0000489f store  0x00000002 , 0x00008096 
+ 00027188  0x000048a0 storet  0x00000002 , 0x00008092 
+ 00027189  0x000048a1 storer  0x00000011 , 0x00000002 , 0x00008094 
+ 00027190  0x000048a2 jam  0x00000001 , 0x0000808a 
+ 00027191  0x000048a3 jam  0x00000004 , 0x00008006 
+ 00027192  0x000048a4 branch  0x00006a24 
+ 00027193  0x000048a7 set1  0x00000028 , 0x00000000 
+ 00027194  0x000048a8 jam  0x00000008 , 0x000043ad 
+ 00027195  0x000048a9 rtn 
+ 00027196  0x000048ac set0  0x00000028 , 0x00000000 
+ 00027197  0x000048ad jam  0x00000020 , 0x000043ad 
+ 00027198  0x000048ae rtn 
+ 00027199  0x000048b2 fetch  0x00000001 , 0x000043a4 
+ 00027200  0x000048b3 iadd  0x00000012 , 0x0000003f 
+ 00027201  0x000048b4 store  0x00000001 , 0x000001bd 
+ 00027202  0x000048b5 branch  0x00006a46 
+ 00027203  0x000048b8 fetch  0x00000002 , 0x000001bd 
+ 00027204  0x000048b9 byteswap  0x0000003f , 0x0000003f 
+ 00027205  0x000048ba store  0x00000001 , 0x000001bd 
+ 00027206  0x000048c0 setarg  0x00000003 
+ 00027207  0x000048c1 store  0x00000002 , 0x00008092 
+ 00027208  0x000048c2 jam  0x000000a0 , 0x000001bc 
+ 00027209  0x000048c3 jam  0x000000a1 , 0x000001be 
+ 00027210  0x000048c4 branch  0x00006a65 
+ 00027211  0x000048cb storet  0x00000002 , 0x000004cc 
+ 00027212  0x000048cc call  0x00006a50 
+ 00027213  0x000048cd fetcht  0x00000002 , 0x000004cc 
+ 00027214  0x000048ce call  0x00006a7f 
+ 00027215  0x000048cf branch  0x00006a57 
+ 00027216  0x000048d2 fetch  0x00000001 , 0x000043d9 
+ 00027217  0x000048d3 rtneq  0x000000ff 
+ 00027218  0x000048d4 bbit0  0x00000006 , 0x00006a55 
+ 00027219  0x000048d5 setarg  0x000249f0 
+ 00027220  0x000048d6 call  0x00003a8c 
+ 00027221  0x000048d8 fetcht  0x00000001 , 0x000043d9 
+ 00027222  0x000048d9 branch  0x00006b96 
+ 00027223  0x000048dc fetcht  0x00000001 , 0x000043d9 
+ 00027224  0x000048dd branch  0x00006b92 
+ 00027225  0x000048e3 bpatch  0x00000093 , 0x00004012 
+ 00027226  0x000048e4 bmark1  0x00000028 , 0x00006a3f 
+ 00027227  0x000048e5 fetch  0x00000002 , 0x000043a4 
+ 00027228  0x000048e6 iadd  0x00000012 , 0x0000003f 
+ 00027229  0x000048e7 byteswap  0x0000003f , 0x0000003f 
+ 00027230  0x000048e8 store  0x00000002 , 0x000001bd 
+ 00027231  0x000048ec bpatch  0x00000094 , 0x00004012 
+ 00027232  0x000048ed bmark1  0x00000028 , 0x00006a43 
+ 00027233  0x000048ee setarg  0x00000004 
+ 00027234  0x000048ef store  0x00000002 , 0x00008092 
+ 00027235  0x000048f0 jam  0x000000a0 , 0x000001bc 
+ 00027236  0x000048f1 jam  0x000000a1 , 0x000001bf 
+ 00027237  0x000048f3 setarg  0x000001bc 
+ 00027238  0x000048f4 store  0x00000002 , 0x00008094 
+ 00027239  0x000048f5 storet  0x00000002 , 0x00008098 
+ 00027240  0x000048f6 storer  0x00000011 , 0x00000002 , 0x00008096 
+ 00027241  0x000048f7 setarg  0x00000002 
+ 00027242  0x000048f8 isolate0  0x0000000f , 0x00000011 
+ 00027243  0x000048f9 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00027244  0x000048fa store  0x00000001 , 0x0000808a 
+ 00027245  0x000048fb jam  0x00000004 , 0x00008006 
+ 00027246  0x000048fc arg  0x00000005 , 0x00000007 
+ 00027247  0x000048fd call  0x0000683b 
+ 00027248  0x000048fe call  0x00006a24 
+ 00027249  0x000048ff isolate1  0x00000004 , 0x0000003f 
+ 00027250  0x00004900 call  0x00006834 
+ 00027251  0x00004901 bmark1  0x00000028 , 0x00006a7a 
+ 00027252  0x00004902 fetch  0x00000002 , 0x000001bd 
+ 00027253  0x00004903 byteswap  0x0000003f , 0x0000003f 
+ 00027254  0x00004904 iadd  0x00000002 , 0x0000003f 
+ 00027255  0x00004905 byteswap  0x0000003f , 0x0000003f 
+ 00027256  0x00004906 store  0x00000002 , 0x000001bd 
+ 00027257  0x00004907 rtn 
+ 00027258  0x0000490a fetch  0x00000001 , 0x000001bd 
+ 00027259  0x0000490b iadd  0x00000002 , 0x0000003f 
+ 00027260  0x0000490c byteswap  0x0000003f , 0x0000003f 
+ 00027261  0x0000490d store  0x00000002 , 0x000001bd 
+ 00027262  0x0000490e rtn 
+ 00027263  0x00004915 fetch  0x00000002 , 0x000043a4 
+ 00027264  0x00004916 iadd  0x00000012 , 0x0000003f 
+ 00027265  0x0000491a store  0x00000002 , 0x000004c4 
+ 00027266  0x0000491b bpatch  0x00000095 , 0x00004012 
+ 00027267  0x0000491c storet  0x00000002 , 0x000004cc 
+ 00027268  0x0000491d storer  0x00000011 , 0x00000002 , 0x000004e3 
+ 00027269  0x0000491f call  0x00006a94 
+ 00027270  0x00004921 fetcht  0x00000002 , 0x000004dc 
+ 00027271  0x00004922 fetchr  0x00000011 , 0x00000002 , 0x000004e3 
+ 00027272  0x00004923 fetch  0x00000002 , 0x000004c4 
+ 00027273  0x00004925 call  0x00006ab5 
+ 00027274  0x00004927 fetch  0x00000002 , 0x000004dc 
+ 00027275  0x00004928 fetcht  0x00000002 , 0x000004e3 
+ 00027276  0x00004929 iadd  0x00000002 , 0x00000002 
+ 00027277  0x0000492a storet  0x00000002 , 0x000004e3 
+ 00027278  0x0000492b fetcht  0x00000002 , 0x000004c4 
+ 00027279  0x0000492c iadd  0x00000002 , 0x00000002 
+ 00027280  0x0000492d storet  0x00000002 , 0x000004c4 
+ 00027281  0x0000492e fetch  0x00000002 , 0x000004cc 
+ 00027282  0x0000492f nbranch  0x00006a85 , 0x00000034 
+ 00027283  0x00004930 rtn 
+ 00027284  0x00004939 bpatch  0x00000096 , 0x00004012 
+ 00027285  0x0000493a fetch  0x00000001 , 0x000043ad 
+ 00027286  0x0000493b increase  0xffffffff , 0x0000003f 
+ 00027287  0x0000493c fetcht  0x00000002 , 0x000004c4 
+ 00027288  0x0000493d ior  0x00000002 , 0x0000003f 
+ 00027289  0x0000493e increase  0x00000001 , 0x0000003f 
+ 00027290  0x0000493f store  0x00000003 , 0x000004e0 
+ 00027291  0x00004941 fetch  0x00000002 , 0x000004cc 
+ 00027292  0x00004942 iadd  0x00000002 , 0x0000003f 
+ 00027293  0x00004944 fetcht  0x00000003 , 0x000004e0 
+ 00027294  0x00004945 isub  0x00000002 , 0x0000003f 
+ 00027295  0x00004946 nbranch  0x00006aa6 , 0x00000002 
+ 00027296  0x00004947 store  0x00000002 , 0x000004cc 
+ 00027297  0x00004948 fetch  0x00000003 , 0x000004e0 
+ 00027298  0x00004949 fetcht  0x00000002 , 0x000004c4 
+ 00027299  0x0000494a isub  0x00000002 , 0x0000003f 
+ 00027300  0x0000494b store  0x00000002 , 0x000004dc 
+ 00027301  0x0000494c rtn 
+ 00027302  0x0000494e fetch  0x00000002 , 0x000004cc 
+ 00027303  0x0000494f store  0x00000002 , 0x000004dc 
+ 00027304  0x00004950 setarg  0x00000000 
+ 00027305  0x00004951 store  0x00000002 , 0x000004cc 
+ 00027306  0x00004952 rtn 
+ 00027307  0x00004955 copy  0x00000012 , 0x0000003f 
+ 00027308  0x00004956 increase  0x00000002 , 0x00000002 
+ 00027309  0x00004957 storet  0x00000002 , 0x00008092 
+ 00027310  0x00004958 increase  0xfffffffe , 0x00000011 
+ 00027311  0x00004959 ifetcht  0x00000003 , 0x00000011 
+ 00027312  0x0000495a copy  0x00000002 , 0x00000012 
+ 00027313  0x0000495b arg  0x000000a0 , 0x00000002 
+ 00027314  0x0000495c istoret  0x00000001 , 0x00000011 
+ 00027315  0x0000495d istore  0x00000001 , 0x00000005 
+ 00027316  0x0000495e branch  0x00006ac2 
+ 00027317  0x00004962 copy  0x0000003f , 0x00000012 
+ 00027318  0x00004963 bpatch  0x00000097 , 0x00004012 
+ 00027319  0x00004964 bmark1  0x00000028 , 0x00006aab 
+ 00027320  0x00004965 copy  0x00000012 , 0x0000003f 
+ 00027321  0x00004966 increase  0x00000003 , 0x00000002 
+ 00027322  0x00004967 storet  0x00000002 , 0x00008092 
+ 00027323  0x00004968 increase  0xfffffffd , 0x00000011 
+ 00027324  0x00004969 ifetcht  0x00000003 , 0x00000011 
+ 00027325  0x0000496a copy  0x00000002 , 0x00000012 
+ 00027326  0x0000496b arg  0x000000a0 , 0x00000002 
+ 00027327  0x0000496c istoret  0x00000001 , 0x00000011 
+ 00027328  0x0000496d byteswap  0x0000003f , 0x0000003f 
+ 00027329  0x0000496e istore  0x00000002 , 0x00000005 
+ 00027330  0x00004970 storer  0x00000011 , 0x00000002 , 0x00008094 
+ 00027331  0x00004971 setarg  0x00000000 
+ 00027332  0x00004972 store  0x00000002 , 0x00008098 
+ 00027333  0x00004973 jam  0x00000001 , 0x0000808a 
+ 00027334  0x00004974 jam  0x00000004 , 0x00008006 
+ 00027335  0x00004975 call  0x00006a24 
+ 00027336  0x00004976 istorer  0x00000012 , 0x00000003 , 0x00000011 
+ 00027337  0x00004978 bpatch  0x00000098 , 0x00004013 
+ 00027338  0x00004979 jam  0x00000000 , 0x000001bf 
+ 00027339  0x0000497b setarg  0x00000001 
+ 00027340  0x0000497c store  0x00000002 , 0x00008092 
+ 00027341  0x0000497d jam  0x000000a0 , 0x000001bc 
+ 00027342  0x0000497e setarg  0x000001bc 
+ 00027343  0x0000497f store  0x00000002 , 0x00008094 
+ 00027344  0x00004980 setarg  0x00000000 
+ 00027345  0x00004981 store  0x00000002 , 0x00008098 
+ 00027346  0x00004982 store  0x00000002 , 0x00008096 
+ 00027347  0x00004983 setarg  0x00000003 
+ 00027348  0x00004984 store  0x00000001 , 0x0000808a 
+ 00027349  0x00004985 jam  0x00000004 , 0x00008006 
+ 00027350  0x00004986 call  0x00006a24 
+ 00027351  0x00004987 fetch  0x00000001 , 0x00008128 
+ 00027352  0x00004988 rtnbit0  0x00000006 
+ 00027353  0x00004989 nop  0x000005dc 
+ 00027354  0x0000498a fetch  0x00000001 , 0x000001bf 
+ 00027355  0x0000498b increase  0x00000001 , 0x0000003f 
+ 00027356  0x0000498c store  0x00000001 , 0x000001bf 
+ 00027357  0x0000498d sub  0x0000003f , 0x00000028 , 0x0000003e 
+ 00027358  0x0000498e nrtn  0x00000002 
+ 00027359  0x0000498f branch  0x00006acb 
+ 00027360  0x00004995 bpatch  0x00000099 , 0x00004013 
+ 00027361  0x00004996 call  0x000074ca 
+ 00027362  0x00004997 fetch  0x00000001 , 0x000043b3 
+ 00027363  0x00004998 rtn  0x00000034 
+ 00027364  0x0000499a fetch  0x00000002 , 0x00004434 
+ 00027365  0x0000499b rtnbit0  0x00000009 
+ 00027366  0x0000499d fetch  0x00000001 , 0x000042a0 
+ 00027367  0x0000499e beq  0x00000000 , 0x00006afb 
+ 00027368  0x0000499f fetch  0x00000001 , 0x00000178 
+ 00027369  0x000049a0 compare  0x000000c0 , 0x0000003f , 0x000000c0 
+ 00027370  0x000049a1 branch  0x00006aee , 0x00000001 
+ 00027371  0x000049a2 compare  0x00000040 , 0x0000003f , 0x000000c0 
+ 00027372  0x000049a3 branch  0x00006b00 , 0x00000001 
+ 00027373  0x000049a4 branch  0x00006af5 
+ 00027374  0x000049a7 branch  0x00006af2 , 0x0000002c 
+ 00027375  0x000049a8 fetch  0x00000001 , 0x00004284 
+ 00027376  0x000049a9 bbit0  0x00000001 , 0x00006afb 
+ 00027377  0x000049aa branch  0x00006af5 
+ 00027378  0x000049ad call  0x00006afb 
+ 00027379  0x000049ae rtn  0x00000028 
+ 00027380  0x000049af branch  0x00006af5 
+ 00027381  0x000049b4 fetch  0x00000001 , 0x000042d3 
+ 00027382  0x000049b5 bbit1  0x00000007 , 0x00006af8 
+ 00027383  0x000049b6 branch  0x00006afe 
+ 00027384  0x000049ba fetch  0x00000006 , 0x00000173 
+ 00027385  0x000049bb store  0x00000008 , 0x000042da 
+ 00027386  0x000049bc branch  0x00006afe 
+ 00027387  0x000049c0 jam  0x00000035 , 0x0000002d 
+ 00027388  0x000049c1 fetch  0x00000006 , 0x00000173 
+ 00027389  0x000049c2 branch  0x00006b01 
+ 00027390  0x000049c5 jam  0x00000037 , 0x0000002d 
+ 00027391  0x000049c6 branch  0x00006b01 
+ 00027392  0x000049ca jam  0x00000036 , 0x0000002d 
+ 00027393  0x000049cc bpatch  0x0000009a , 0x00004013 
+ 00027394  0x000049cd fetch  0x00000002 , 0x000043b1 
+ 00027395  0x000049ce ifetcht  0x00000001 , 0x0000003f 
+ 00027396  0x000049cf pincrease  0x00000001 
+ 00027397  0x000049d0 store  0x00000002 , 0x0000002e 
+ 00027398  0x000049d1 storet  0x00000001 , 0x0000002c 
+ 00027399  0x000049d2 fetch  0x00000001 , 0x000043b3 
+ 00027400  0x000049d3 icopy  0x00000013 
+ 00027401  0x000049d5 fetch  0x00000002 , 0x0000002e 
+ 00027402  0x000049d6 copy  0x0000003f , 0x00000011 
+ 00027403  0x000049d7 call  0x00006b19 
+ 00027404  0x000049d8 rtn  0x00000028 
+ 00027405  0x000049d9 fetcht  0x00000002 , 0x0000002e 
+ 00027406  0x000049da increase  0x00000022 , 0x00000002 
+ 00027407  0x000049db storet  0x00000002 , 0x0000002e 
+ 00027408  0x000049dc increase  0xffffffff , 0x00000002 
+ 00027409  0x000049dd ifetch  0x00000001 , 0x00000002 
+ 00027410  0x000049de store  0x00000001 , 0x0000002c 
+ 00027411  0x000049df increase  0xffffffff , 0x00000013 
+ 00027412  0x000049e0 nbranch  0x00006b09 , 0x00000005 
+ 00027413  0x000049e1 fetch  0x00000001 , 0x000043b3 
+ 00027414  0x000049e2 pincrease  0xffffffff 
+ 00027415  0x000049e3 store  0x00000001 , 0x0000002c 
+ 00027416  0x000049e4 rtn 
+ 00027417  0x000049e6 fetch  0x00000001 , 0x0000002d 
+ 00027418  0x000049e7 bne  0x00000033 , 0x00006b20 
+ 00027419  0x000049e9 arg  0x0000002d , 0x00000012 
+ 00027420  0x000049ea arg  0x00000007 , 0x00000039 
+ 00027421  0x000049eb call  0x00007477 
+ 00027422  0x000049ec branch  0x000074c8 , 0x00000005 
+ 00027423  0x000049ed rtn 
+ 00027424  0x000049f0 beq  0x00000036 , 0x00006b23 
+ 00027425  0x000049f1 beq  0x00000037 , 0x00006b3e 
+ 00027426  0x000049f2 branch  0x00006b1b 
+ 00027427  0x000049f5 ifetcht  0x00000001 , 0x00000011 
+ 00027428  0x000049f6 isub  0x00000002 , 0x0000003e 
+ 00027429  0x000049f7 nrtn  0x00000005 
+ 00027430  0x000049f8 arg  0x000004f6 , 0x00000005 
+ 00027431  0x000049f9 arg  0x00000010 , 0x00000039 
+ 00027432  0x000049fa call  0x000073ec 
+ 00027433  0x000049fb fetch  0x00000003 , 0x00000176 
+ 00027434  0x000049fc store  0x00000003 , 0x000004f6 
+ 00027435  0x000049fd call  0x00006b35 
+ 00027436  0x000049fe fetch  0x00000002 , 0x00000513 
+ 00027437  0x000049ff byteswap  0x0000003f , 0x0000003f 
+ 00027438  0x00004a00 lshift8  0x0000003f , 0x00000002 
+ 00027439  0x00004a01 ifetch  0x00000001 , 0x00000006 
+ 00027440  0x00004a02 iadd  0x00000002 , 0x0000003f 
+ 00027441  0x00004a03 fetcht  0x00000003 , 0x00000173 
+ 00027442  0x00004a04 isub  0x00000002 , 0x0000003e 
+ 00027443  0x00004a05 branch  0x000074c8 , 0x00000005 
+ 00027444  0x00004a06 rtn 
+ 00027445  0x00004a0a arg  0x000004f6 , 0x00000006 
+ 00027446  0x00004a0b call  0x00006e7d 
+ 00027447  0x00004a0c ifetch  0x00000001 , 0x00000011 
+ 00027448  0x00004a0d call  0x00006e7e 
+ 00027449  0x00004a0e force  0x00000038 , 0x00000036 
+ 00027450  0x00004a0f force  0x00000000 , 0x00000036 
+ 00027451  0x00004a10 call  0x00006deb 
+ 00027452  0x00004a11 arg  0x00000506 , 0x00000005 
+ 00027453  0x00004a12 branch  0x00006e91 
+ 00027454  0x00004a15 ifetcht  0x00000001 , 0x00000011 
+ 00027455  0x00004a16 isub  0x00000002 , 0x0000003e 
+ 00027456  0x00004a17 nrtn  0x00000005 
+ 00027457  0x00004a18 copy  0x00000006 , 0x00000011 
+ 00027458  0x00004a19 add  0x00000006 , 0x00000008 , 0x00000013 
+ 00027459  0x00004a1a arg  0x000042da , 0x00000012 
+ 00027460  0x00004a1b arg  0x00000008 , 0x00000039 
+ 00027461  0x00004a1c call  0x00007477 
+ 00027462  0x00004a1d branch  0x000074c8 , 0x00000005 
+ 00027463  0x00004a1e copy  0x00000013 , 0x00000011 
+ 00027464  0x00004a1f arg  0x000042e2 , 0x00000012 
+ 00027465  0x00004a20 arg  0x00000008 , 0x00000039 
+ 00027466  0x00004a21 call  0x00007477 
+ 00027467  0x00004a22 branch  0x000074c8 , 0x00000005 
+ 00027468  0x00004a23 rtn 
+ 00027469  0x00004a27 call  0x000074cc 
+ 00027470  0x00004a28 call  0x00006ae0 
+ 00027471  0x00004a29 nbranch  0x00006b58 , 0x00000028 
+ 00027472  0x00004a2a fetch  0x00000002 , 0x0000002e 
+ 00027473  0x00004a2b add  0x0000003f , 0x00000001 , 0x00000006 
+ 00027474  0x00004a2c arg  0x000042e2 , 0x00000005 
+ 00027475  0x00004a2d call  0x000073d2 
+ 00027476  0x00004a2e arg  0x0000424c , 0x00000005 
+ 00027477  0x00004a2f call  0x000073d2 
+ 00027478  0x00004a30 jam  0x00000001 , 0x0000425c 
+ 00027479  0x00004a31 rtn 
+ 00027480  0x00004a34 jam  0x00000000 , 0x0000425c 
+ 00027481  0x00004a35 rtn 
+ 00027482  0x00004a39 jam  0x00000034 , 0x0000002d 
+ 00027483  0x00004a3b fetch  0x00000001 , 0x00004095 
+ 00027484  0x00004a3c beq  0x00000008 , 0x00005b33 
+ 00027485  0x00004a3d rtn 
+ 00027486  0x00004a46 bpatch  0x0000009b , 0x00004013 
+ 00027487  0x00004a47 set1  0x00000007 , 0x00000002 
+ 00027488  0x00004a48 call  0x00006b85 
+ 00027489  0x00004a49 nsetflag  0x00000001 , 0x00000007 , 0x00000002 
+ 00027490  0x00004a4d bpatch  0x0000009c , 0x00004013 
+ 00027491  0x00004a4e sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00027492  0x00004a4f rtn  0x00000005 
+ 00027493  0x00004a50 isolate0  0x00000007 , 0x00000002 
+ 00027494  0x00004a51 and  0x00000002 , 0x0000001f , 0x00000007 
+ 00027495  0x00004a52 fetch  0x00000004 , 0x00000016 
+ 00027496  0x00004a53 qsetflag  0x00000001 , 0x0000003f 
+ 00027497  0x00004a54 store  0x00000004 , 0x00000016 
+ 00027498  0x00004a55 fetch  0x00000004 , 0x0000001a 
+ 00027499  0x00004a56 nqsetflag  0x00000001 , 0x0000003f 
+ 00027500  0x00004a57 store  0x00000004 , 0x0000001a 
+ 00027501  0x00004a58 rtn 
+ 00027502  0x00004a5c bpatch  0x0000009d , 0x00004013 
+ 00027503  0x00004a5d sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00027504  0x00004a5e rtn  0x00000005 
+ 00027505  0x00004a5f isolate0  0x00000007 , 0x00000002 
+ 00027506  0x00004a60 and  0x00000002 , 0x0000001f , 0x00000007 
+ 00027507  0x00004a61 fetch  0x00000004 , 0x00000016 
+ 00027508  0x00004a62 qset0  0x0000003f 
+ 00027509  0x00004a63 store  0x00000004 , 0x00000016 
+ 00027510  0x00004a64 fetch  0x00000004 , 0x0000001a 
+ 00027511  0x00004a65 qset0  0x0000003f 
+ 00027512  0x00004a66 store  0x00000004 , 0x0000001a 
+ 00027513  0x00004a67 rtn 
+ 00027514  0x00004a6a call  0x00006b6e 
+ 00027515  0x00004a6b branch  0x00006b7f 
+ 00027516  0x00004a6f sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00027517  0x00004a70 rtn  0x00000005 
+ 00027518  0x00004a71 ncall  0x00006b62 , 0x0000002b 
+ 00027519  0x00004a73 call  0x00006bb3 
+ 00027520  0x00004a74 setarg  0x00000000 
+ 00027521  0x00004a75 isolate1  0x00000007 , 0x00000002 
+ 00027522  0x00004a76 nsetflag  0x00000001 , 0x00000006 , 0x0000003f 
+ 00027523  0x00004a77 setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00027524  0x00004a78 branch  0x00006bac 
+ 00027525  0x00004a7c bpatch  0x0000009e , 0x00004013 
+ 00027526  0x00004a7d arg  0x0000811c , 0x00000005 
+ 00027527  0x00004a7e and  0x00000002 , 0x00000007 , 0x00000007 
+ 00027528  0x00004a7f rshift3  0x00000002 , 0x0000003f 
+ 00027529  0x00004a80 and_into  0x00000003 , 0x0000003f 
+ 00027530  0x00004a81 iadd  0x00000005 , 0x00000005 
+ 00027531  0x00004a82 ifetch  0x00000001 , 0x00000005 
+ 00027532  0x00004a83 isolate1  0x00000007 , 0x00000002 
+ 00027533  0x00004a84 branch  0x00006b90 , 0x00000001 
+ 00027534  0x00004a85 qisolate0  0x0000003f 
+ 00027535  0x00004a86 rtn 
+ 00027536  0x00004a88 qisolate1  0x0000003f 
+ 00027537  0x00004a89 rtn 
+ 00027538  0x00004a8d sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00027539  0x00004a8e rtn  0x00000005 
+ 00027540  0x00004a8f isolate1  0x00000007 , 0x0000003e 
+ 00027541  0x00004a90 branch  0x00006b99 
+ 00027542  0x00004a94 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00027543  0x00004a95 rtn  0x00000005 
+ 00027544  0x00004a96 isolate0  0x00000007 , 0x0000003e 
+ 00027545  0x00004a9a setarg  0x00000000 
+ 00027546  0x00004a9b nsetflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00027547  0x00004a9c ixor  0x00000002 , 0x00000002 
+ 00027548  0x00004aa0 call  0x00006bb3 
+ 00027549  0x00004aa1 setarg  0x0000003f 
+ 00027550  0x00004aa2 isolate1  0x00000007 , 0x00000002 
+ 00027551  0x00004aa3 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00027552  0x00004aa4 branch  0x00006bac 
+ 00027553  0x00004aa8 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00027554  0x00004aa9 branch  0x000074d2 , 0x00000005 
+ 00027555  0x00004aaa call  0x00006bb3 
+ 00027556  0x00004aab ifetch  0x00000001 , 0x00000005 
+ 00027557  0x00004aac bbit1  0x00000000 , 0x00006ba8 
+ 00027558  0x00004aad isolate0  0x00000007 , 0x00000002 
+ 00027559  0x00004aae rtn 
+ 00027560  0x00004ab0 isolate1  0x00000007 , 0x00000002 
+ 00027561  0x00004ab1 rtn 
+ 00027562  0x00004ab4 call  0x00006bb3 
+ 00027563  0x00004ab5 setarg  0x000000c0 
+ 00027564  0x00004ab7 istore  0x00000001 , 0x00000005 
+ 00027565  0x00004ab8 rtn 
+ 00027566  0x00004abb sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00027567  0x00004abc rtn  0x00000005 
+ 00027568  0x00004abd call  0x00006bb3 
+ 00027569  0x00004abe setarg  0x00000000 
+ 00027570  0x00004abf branch  0x00006bac 
+ 00027571  0x00004ac2 and  0x00000002 , 0x0000003f , 0x0000003f 
+ 00027572  0x00004ac3 sub  0x0000003f , 0x0000000d , 0x0000003e 
+ 00027573  0x00004ac4 nbranch  0x00003a8a , 0x00000002 
+ 00027574  0x00004ac5 arg  0x00008070 , 0x00000005 
+ 00027575  0x00004ac7 iadd  0x00000005 , 0x00000005 
+ 00027576  0x00004ac8 rtn 
+ 00027577  0x00004acf and  0x0000003f , 0x000000ff , 0x00000002 
+ 00027578  0x00004ad0 rshift8  0x0000003f , 0x0000003f 
+ 00027579  0x00004ad1 branch  0x00006bbd 
+ 00027580  0x00004ad5 rtnbit0  0x00000007 
+ 00027581  0x00004ad7 and_into  0x0000003f , 0x0000003f 
+ 00027582  0x00004ad8 sub  0x0000003f , 0x0000000d , 0x0000003e 
+ 00027583  0x00004ad9 nbranch  0x00003a8a , 0x00000002 
+ 00027584  0x00004ada arg  0x00008070 , 0x00000005 
+ 00027585  0x00004adc iadd  0x00000005 , 0x00000005 
+ 00027586  0x00004add istoret  0x00000001 , 0x00000005 
+ 00027587  0x00004ade rtn 
+ 00027588  0x00004ae4 and_into  0x0000003f , 0x00000002 
+ 00027589  0x00004ae5 setarg  0x00008070 
+ 00027590  0x00004ae6 iadd  0x00000002 , 0x00000006 
+ 00027591  0x00004ae7 ifetch  0x00000001 , 0x00000006 
+ 00027592  0x00004ae8 rtn 
+ 00027593  0x00004aed arg  0x0000000e , 0x00000039 
+ 00027594  0x00004aee arg  0x00008070 , 0x00000006 
+ 00027595  0x00004af0 copy  0x00000006 , 0x00000005 
+ 00027596  0x00004af1 ifetch  0x00000001 , 0x00000006 
+ 00027597  0x00004af2 beq  0x0000001f , 0x00006bd7 
+ 00027598  0x00004af3 beq  0x00000020 , 0x00006bd7 
+ 00027599  0x00004af4 beq  0x00000021 , 0x00006bd7 
+ 00027600  0x00004af5 beq  0x00000022 , 0x00006bd7 
+ 00027601  0x00004af6 beq  0x00000023 , 0x00006bd7 
+ 00027602  0x00004af7 beq  0x0000002c , 0x00006bd7 
+ 00027603  0x00004af8 beq  0x0000002d , 0x00006bd7 
+ 00027604  0x00004af9 beq  0x00000000 , 0x00006bd7 
+ 00027605  0x00004afb loop  0x00006bcb 
+ 00027606  0x00004afc rtn 
+ 00027607  0x00004b00 setarg  0x00000040 
+ 00027608  0x00004b01 istore  0x00000001 , 0x00000005 
+ 00027609  0x00004b02 branch  0x00006bd5 
+ 00027610  0x00004b04 setarg  0x00000080 
+ 00027611  0x00004b05 istore  0x00000001 , 0x00000005 
+ 00027612  0x00004b06 branch  0x00006bd5 
+ 00027613  0x00004b0d bpatch  0x0000009f , 0x00004013 
+ 00027614  0x00004b0e setarg  0x000007e0 
+ 00027615  0x00004b0f arg  0x000043b6 , 0x00000011 
+ 00027616  0x00004b10 arg  0x0000000c , 0x00000002 
+ 00027617  0x00004b11 branch  0x000068c5 
+ 00027618  0x00004b15 bpatch  0x000000a0 , 0x00004014 
+ 00027619  0x00004b16 fetchr  0x00000012 , 0x00000001 , 0x00008a12 
+ 00027620  0x00004b17 jam  0x0000003d , 0x00008a12 
+ 00027621  0x00004b18 jam  0x000000aa , 0x00008a11 
+ 00027622  0x00004b19 jam  0x0000000c , 0x00008a0a 
+ 00027623  0x00004b1a fetch  0x00000001 , 0x00008a09 
+ 00027624  0x00004b1b set1  0x00000007 , 0x0000003f 
+ 00027625  0x00004b1c store  0x00000001 , 0x00008a09 
+ 00027626  0x00004b1d jam  0x00000004 , 0x00008a0b 
+ 00027627  0x00004b1e nop  0x0000003c 
+ 00027628  0x00004b1f jam  0x00000000 , 0x00008a16 
+ 00027629  0x00004b20 jam  0x00000006 , 0x00008a17 
+ 00027630  0x00004b21 call  0x00006c02 
+ 00027631  0x00004b22 store  0x00000001 , 0x00008a97 
+ 00027632  0x00004b23 jam  0x00000003 , 0x000080c6 
+ 00027633  0x00004b24 nop  0x0000003c 
+ 00027634  0x00004b25 fetch  0x00000001 , 0x00008053 
+ 00027635  0x00004b26 set1  0x00000007 , 0x0000003f 
+ 00027636  0x00004b27 store  0x00000001 , 0x00008053 
+ 00027637  0x00004b28 nop  0x000003e8 
+ 00027638  0x00004b29 fetch  0x00000002 , 0x000043c4 
+ 00027639  0x00004b2a fetcht  0x00000001 , 0x000043c6 
+ 00027640  0x00004b2b sub  0x00000002 , 0x00000001 , 0x0000003e 
+ 00027641  0x00004b2c call  0x00003a8c , 0x00000005 
+ 00027642  0x00004b2e fetch  0x00000002 , 0x0000814c 
+ 00027643  0x00004b2f store  0x00000002 , 0x000043c8 
+ 00027644  0x00004b30 fetch  0x00000001 , 0x00008053 
+ 00027645  0x00004b31 set0  0x00000007 , 0x0000003f 
+ 00027646  0x00004b32 store  0x00000001 , 0x00008053 
+ 00027647  0x00004b33 jam  0x00000000 , 0x00008a97 
+ 00027648  0x00004b34 storer  0x00000012 , 0x00000001 , 0x00008a12 
+ 00027649  0x00004b35 rtn 
+ 00027650  0x00004b39 bpatch  0x000000a1 , 0x00004014 
+ 00027651  0x00004b3a fetch  0x00000001 , 0x000043c6 
+ 00027652  0x00004b3b beq  0x00000003 , 0x00006c09 
+ 00027653  0x00004b3c beq  0x00000004 , 0x00006c0b 
+ 00027654  0x00004b3d beq  0x00000001 , 0x00006c07 
+ 00027655  0x00004b3f setarg  0x0000004f 
+ 00027656  0x00004b40 rtn 
+ 00027657  0x00004b43 arg  0x00000002 , 0x00000011 
+ 00027658  0x00004b44 branch  0x00006c0c 
+ 00027659  0x00004b47 arg  0x00000006 , 0x00000011 
+ 00027660  0x00004b49 fetch  0x00000001 , 0x000043c7 
+ 00027661  0x00004b4a lshift3  0x0000003f , 0x0000003f 
+ 00027662  0x00004b4b or  0x0000003f , 0x00000001 , 0x0000003f 
+ 00027663  0x00004b4c ior  0x00000011 , 0x0000003f 
+ 00027664  0x00004b4d rtn 
+ 00027665  0x00004b51 bpatch  0x000000a2 , 0x00004014 
+ 00027666  0x00004b52 fetch  0x00000001 , 0x000043c6 
+ 00027667  0x00004b53 beq  0x00000003 , 0x00006c19 
+ 00027668  0x00004b54 beq  0x00000004 , 0x00006c17 
+ 00027669  0x00004b57 fetch  0x00000004 , 0x000043be 
+ 00027670  0x00004b58 branch  0x00006c1a 
+ 00027671  0x00004b5b fetch  0x00000004 , 0x000043b6 
+ 00027672  0x00004b5c branch  0x00006c1a 
+ 00027673  0x00004b5f fetch  0x00000004 , 0x000043ba 
+ 00027674  0x00004b62 store  0x00000004 , 0x000004cc 
+ 00027675  0x00004b63 call  0x00006c28 
+ 00027676  0x00004b64 fetcht  0x00000002 , 0x000043c8 
+ 00027677  0x00004b65 imul32  0x00000002 , 0x0000003f 
+ 00027678  0x00004b66 rshift16  0x0000003f , 0x0000003f 
+ 00027679  0x00004b67 rshift4  0x0000003f , 0x00000002 
+ 00027680  0x00004b6b fetch  0x00000004 , 0x000004cc 
+ 00027681  0x00004b6c call  0x00006c2c 
+ 00027682  0x00004b6f isub  0x00000002 , 0x0000003f 
+ 00027683  0x00004b72 arg  0x000003e8 , 0x00000002 
+ 00027684  0x00004b73 imul32  0x00000002 , 0x0000003f 
+ 00027685  0x00004b7a rshift16  0x0000003f , 0x0000003f 
+ 00027686  0x00004b7b rshift4  0x0000003f , 0x0000003f 
+ 00027687  0x00004b7c rtn 
+ 00027688  0x00004b80 arg  0xffffe000 , 0x00000011 
+ 00027689  0x00004b81 iand  0x00000011 , 0x0000003f 
+ 00027690  0x00004b82 rshift3  0x0000003f , 0x0000003f 
+ 00027691  0x00004b84 rtn 
+ 00027692  0x00004b88 arg  0x00001fff , 0x00000011 
+ 00027693  0x00004b89 iand  0x00000011 , 0x0000003f 
+ 00027694  0x00004b8a lshift8  0x0000003f , 0x0000003f 
+ 00027695  0x00004b8b lshift2  0x0000003f , 0x0000003f 
+ 00027696  0x00004b8d rtn 
+ 00027697  0x00004b92 ifetch  0x00000008 , 0x00000011 
+ 00027698  0x00004b93 store  0x00000008 , 0x000004c4 
+ 00027699  0x00004b94 fetch  0x00000002 , 0x000004c4 
+ 00027700  0x00004b95 fetcht  0x00000002 , 0x000004c6 
+ 00027701  0x00004b96 isub  0x00000002 , 0x00000011 
+ 00027702  0x00004b97 fetch  0x00000002 , 0x000004ca 
+ 00027703  0x00004b98 isub  0x00000002 , 0x00000012 
+ 00027704  0x00004b99 fetcht  0x00000002 , 0x000004c8 
+ 00027705  0x00004b9a isub  0x00000002 , 0x0000003e 
+ 00027706  0x00004b9b ncall  0x00006c41 , 0x00000002 
+ 00027707  0x00004b9c mul32  0x00000012 , 0x00000064 , 0x0000003f 
+ 00027708  0x00004b9d idiv  0x00000011 
+ 00027709  0x00004b9e call  0x00007475 
+ 00027710  0x00004b9f quotient  0x0000003f 
+ 00027711  0x00004ba0 call  0x00006c49 , 0x00000034 
+ 00027712  0x00004ba1 rtn 
+ 00027713  0x00004ba3 fetch  0x00000001 , 0x000043ca 
+ 00027714  0x00004ba4 set1  0x00000000 , 0x0000003f 
+ 00027715  0x00004ba5 store  0x00000001 , 0x000043ca 
+ 00027716  0x00004ba6 rtn 
+ 00027717  0x00004ba9 fetch  0x00000001 , 0x000043ca 
+ 00027718  0x00004baa set0  0x00000000 , 0x0000003f 
+ 00027719  0x00004bab store  0x00000001 , 0x000043ca 
+ 00027720  0x00004bac rtn 
+ 00027721  0x00004baf fetcht  0x00000001 , 0x000043ca 
+ 00027722  0x00004bb0 set1  0x00000001 , 0x00000002 
+ 00027723  0x00004bb1 storet  0x00000001 , 0x000043ca 
+ 00027724  0x00004bb2 rtn 
+ 00027725  0x00004bb5 fetcht  0x00000001 , 0x000043ca 
+ 00027726  0x00004bb6 set0  0x00000001 , 0x00000002 
+ 00027727  0x00004bb7 storet  0x00000001 , 0x000043ca 
+ 00027728  0x00004bb8 rtn 
+ 00027729  0x00004bbe fetch  0x00000002 , 0x000043de 
+ 00027730  0x00004bbf ifetch  0x00000001 , 0x0000003f 
+ 00027731  0x00004bc1 rtn  0x00000034 
+ 00027732  0x00004bc2 copy  0x0000003f , 0x00000039 
+ 00027733  0x00004bc4 fetch  0x00000002 , 0x000043de 
+ 00027734  0x00004bc5 increase  0x00000003 , 0x0000003f 
+ 00027735  0x00004bc6 copy  0x0000003f , 0x00000011 
+ 00027736  0x00004bc8 ifetcht  0x00000001 , 0x00000011 
+ 00027737  0x00004bc9 call  0x00006b7c 
+ 00027738  0x00004bca increase  0x00000001 , 0x00000011 
+ 00027739  0x00004bcb loop  0x00006c58 
+ 00027740  0x00004bcd rtn 
+ 00027741  0x00004bd0 fetch  0x00000002 , 0x000043de 
+ 00027742  0x00004bd1 increase  0x00000003 , 0x0000003f 
+ 00027743  0x00004bd2 copy  0x0000003f , 0x00000011 
+ 00027744  0x00004bd4 force  0x00000000 , 0x00000012 
+ 00027745  0x00004bd5 setarg  0x00000000 
+ 00027746  0x00004bd6 store  0x00000002 , 0x00000546 
+ 00027747  0x00004bd8 ifetcht  0x00000001 , 0x00000011 
+ 00027748  0x00004bd9 call  0x00006b85 
+ 00027749  0x00004bda bpatch  0x000000a3 , 0x00004014 
+ 00027750  0x00004bdb fetch  0x00000002 , 0x00000546 
+ 00027751  0x00004bdc copy  0x00000012 , 0x00000007 
+ 00027752  0x00004bdd qsetflag  0x00000001 , 0x0000003f 
+ 00027753  0x00004bde store  0x00000002 , 0x00000546 
+ 00027754  0x00004bdf increase  0x00000001 , 0x00000011 
+ 00027755  0x00004be0 increase  0x00000001 , 0x00000012 
+ 00027756  0x00004be1 fetch  0x00000002 , 0x000043de 
+ 00027757  0x00004be2 ifetch  0x00000001 , 0x0000003f 
+ 00027758  0x00004be4 ixor  0x00000012 , 0x0000003e 
+ 00027759  0x00004be5 nbranch  0x00006c63 , 0x00000005 
+ 00027760  0x00004be6 fetch  0x00000002 , 0x00000546 
+ 00027761  0x00004be7 fetcht  0x00000002 , 0x000043e0 
+ 00027762  0x00004be8 ixor  0x00000002 , 0x0000003e 
+ 00027763  0x00004be9 rtn  0x00000005 
+ 00027764  0x00004bea branch  0x000074c8 
+ 00027765  0x00004bee fetch  0x00000002 , 0x000043de 
+ 00027766  0x00004bef ifetch  0x00000001 , 0x0000003f 
+ 00027767  0x00004bf1 rtn  0x00000034 
+ 00027768  0x00004bf2 copy  0x0000003f , 0x00000039 
+ 00027769  0x00004bf3 fetch  0x00000002 , 0x000043de 
+ 00027770  0x00004bf4 increase  0x00000003 , 0x0000003f 
+ 00027771  0x00004bf5 copy  0x0000003f , 0x00000011 
+ 00027772  0x00004bf7 ifetcht  0x00000001 , 0x00000011 
+ 00027773  0x00004bf8 call  0x00006b5e 
+ 00027774  0x00004bf9 increase  0x00000001 , 0x00000011 
+ 00027775  0x00004bfa loop  0x00006c7c 
+ 00027776  0x00004bfc rtn 
+ 00027777  0x00004bff arg  0x00000009 , 0x00000007 
+ 00027778  0x00004c00 call  0x0000742e 
+ 00027779  0x00004c01 nrtn  0x00000034 
+ 00027780  0x00004c02 setarg  0x00000020 
+ 00027781  0x00004c03 arg  0x00000009 , 0x00000007 
+ 00027782  0x00004c04 call  0x00007420 
+ 00027783  0x00004c05 disable  0x00000028 
+ 00027784  0x00004c06 call  0x00006c75 
+ 00027785  0x00004c07 bpatch  0x000000a4 , 0x00004014 
+ 00027786  0x00004c08 fetch  0x00000002 , 0x000043de 
+ 00027787  0x00004c09 ifetch  0x00000001 , 0x0000003f 
+ 00027788  0x00004c0b rtn  0x00000034 
+ 00027789  0x00004c0c call  0x00006c5d 
+ 00027790  0x00004c0d nbranch  0x00006ef1 , 0x00000028 
+ 00027791  0x00004c0e call  0x00006eef 
+ 00027792  0x00004c0f disable  0x00000028 
+ 00027793  0x00004c10 fetch  0x00000002 , 0x00000546 
+ 00027794  0x00004c11 store  0x00000002 , 0x0000054d 
+ 00027795  0x00004c12 jam  0x00000000 , 0x0000054f 
+ 00027796  0x00004c13 force  0x00000000 , 0x00000007 
+ 00027797  0x00004c15 fetch  0x00000002 , 0x000043e0 
+ 00027798  0x00004c16 rshift  0x0000003f , 0x00000002 
+ 00027799  0x00004c17 storet  0x00000002 , 0x000043e0 
+ 00027800  0x00004c18 and  0x0000003f , 0x00000001 , 0x0000003f 
+ 00027801  0x00004c19 fetcht  0x00000002 , 0x0000054d 
+ 00027802  0x00004c1a and  0x00000002 , 0x00000001 , 0x00000011 
+ 00027803  0x00004c1b rshift  0x00000002 , 0x00000002 
+ 00027804  0x00004c1c storet  0x00000002 , 0x0000054d 
+ 00027805  0x00004c1d ixor  0x00000011 , 0x0000003e 
+ 00027806  0x00004c1e ncall  0x00006caa , 0x00000005 
+ 00027807  0x00004c1f fetch  0x00000002 , 0x000043de 
+ 00027808  0x00004c20 ifetch  0x00000001 , 0x0000003f 
+ 00027809  0x00004c22 fetcht  0x00000001 , 0x0000054f 
+ 00027810  0x00004c23 increase  0x00000001 , 0x00000002 
+ 00027811  0x00004c24 storet  0x00000001 , 0x0000054f 
+ 00027812  0x00004c25 copy  0x00000002 , 0x00000007 
+ 00027813  0x00004c26 ixor  0x00000007 , 0x0000003e 
+ 00027814  0x00004c27 nbranch  0x00006c95 , 0x00000005 
+ 00027815  0x00004c28 fetch  0x00000002 , 0x00000546 
+ 00027816  0x00004c29 store  0x00000002 , 0x000043e0 
+ 00027817  0x00004c2a rtn 
+ 00027818  0x00004c2c bpatch  0x000000a5 , 0x00004014 
+ 00027819  0x00004c2d fetch  0x00000002 , 0x000043de 
+ 00027820  0x00004c2e increase  0x00000001 , 0x0000003f 
+ 00027821  0x00004c2f ifetch  0x00000002 , 0x0000003f 
+ 00027822  0x00004c30 branch  0x00007487 
+ 00027823  0x00004c37 fetch  0x00000001 , 0x00008042 
+ 00027824  0x00004c38 ior  0x00000011 , 0x0000003f 
+ 00027825  0x00004c39 store  0x00000001 , 0x00008042 
+ 00027826  0x00004c3a fetch  0x00000002 , 0x00008050 
+ 00027827  0x00004c3b set0  0x0000000d , 0x0000003f 
+ 00027828  0x00004c3c store  0x00000002 , 0x00008050 
+ 00027829  0x00004c3e nop  0x00000064 
+ 00027830  0x00004c3f rtn 
+ 00027831  0x00004c42 fetch  0x00000001 , 0x00008042 
+ 00027832  0x00004c43 bbit1  0x00000006 , 0x00006cbc 
+ 00027833  0x00004c44 bbit1  0x00000007 , 0x00006cbe 
+ 00027834  0x00004c46 setarg  0x00b71b00 
+ 00027835  0x00004c47 rtn 
+ 00027836  0x00004c49 setarg  0x016e3600 
+ 00027837  0x00004c4a rtn 
+ 00027838  0x00004c4c setarg  0x000080e8 
+ 00027839  0x00004c4d rtn 
+ 00027840  0x00004c51 fetcht  0x00000003 , 0x000004c6 
+ 00027841  0x00004c52 call  0x00006cb7 
+ 00027842  0x00004c53 idiv  0x00000002 
+ 00027843  0x00004c54 call  0x00007475 
+ 00027844  0x00004c55 quotient  0x00000002 
+ 00027845  0x00004c56 fetch  0x00000001 , 0x000004c9 
+ 00027846  0x00004c57 imul32  0x00000002 , 0x0000003f 
+ 00027847  0x00004c58 div  0x0000003f , 0x00000064 
+ 00027848  0x00004c59 call  0x00007475 
+ 00027849  0x00004c5a quotient  0x00000011 
+ 00027850  0x00004c5b copy  0x00000002 , 0x0000003f 
+ 00027851  0x00004c5c isub  0x00000011 , 0x00000012 
+ 00027852  0x00004c5e fetch  0x00000001 , 0x000004c5 
+ 00027853  0x00004c5f call  0x00006cd4 
+ 00027854  0x00004c60 fetch  0x00000001 , 0x000004c4 
+ 00027855  0x00004c61 fetcht  0x00000001 , 0x000004c5 
+ 00027856  0x00004c62 and_into  0x0000000f , 0x00000002 
+ 00027857  0x00004c63 lshift8  0x00000002 , 0x00000002 
+ 00027858  0x00004c64 ior  0x00000002 , 0x0000003f 
+ 00027859  0x00004c65 branch  0x00006d14 
+ 00027860  0x00004c68 iforce  0x00000007 
+ 00027861  0x00004c69 call  0x00006ce2 
+ 00027862  0x00004c6a branch  0x00006cd7 
+ 00027863  0x00004c6d fetch  0x00000001 , 0x000080c5 
+ 00027864  0x00004c6e qset1  0x0000003f 
+ 00027865  0x00004c6f store  0x00000001 , 0x000080c5 
+ 00027866  0x00004c70 fetcht  0x00000001 , 0x00008042 
+ 00027867  0x00004c71 isolate1  0x00000007 , 0x00000002 
+ 00027868  0x00004c72 call  0x00006ce0 , 0x00000001 
+ 00027869  0x00004c73 qset0  0x0000003f 
+ 00027870  0x00004c74 store  0x00000001 , 0x000080c5 
+ 00027871  0x00004c75 rtn 
+ 00027872  0x00004c79 nop  0x000001e0 
+ 00027873  0x00004c7a rtn 
+ 00027874  0x00004c7d and_into  0x0000000f , 0x0000003f 
+ 00027875  0x00004c7e arg  0x0000809c , 0x00000005 
+ 00027876  0x00004c7f mul32  0x0000003f , 0x00000004 , 0x0000003f 
+ 00027877  0x00004c80 iadd  0x00000005 , 0x00000005 
+ 00027878  0x00004c81 copy  0x00000011 , 0x0000003f 
+ 00027879  0x00004c82 istore  0x00000002 , 0x00000005 
+ 00027880  0x00004c83 copy  0x00000012 , 0x0000003f 
+ 00027881  0x00004c84 istore  0x00000002 , 0x00000005 
+ 00027882  0x00004c85 rtn 
+ 00027883  0x00004c8b rshift8  0x00000012 , 0x00000007 
+ 00027884  0x00004c8c call  0x00006d09 
+ 00027885  0x00004c8d rshift8  0x00000012 , 0x00000007 
+ 00027886  0x00004c8e call  0x00006d03 
+ 00027887  0x00004c8f rshift8  0x00000011 , 0x00000007 
+ 00027888  0x00004c90 enable  0x00000001 
+ 00027889  0x00004c91 call  0x00006d04 
+ 00027890  0x00004c93 deposit  0x00000011 
+ 00027891  0x00004c94 call  0x00006d0f 
+ 00027892  0x00004c95 deposit  0x00000012 
+ 00027893  0x00004c96 branch  0x00006d14 
+ 00027894  0x00004c99 deposit  0x00000011 
+ 00027895  0x00004c9a call  0x00006d17 
+ 00027896  0x00004c9b deposit  0x00000012 
+ 00027897  0x00004c9c call  0x00006d17 
+ 00027898  0x00004c9e rshift8  0x00000011 , 0x00000007 
+ 00027899  0x00004c9f disable  0x00000001 
+ 00027900  0x00004ca0 call  0x00006d04 
+ 00027901  0x00004ca1 rshift8  0x00000012 , 0x00000007 
+ 00027902  0x00004ca2 disable  0x00000001 
+ 00027903  0x00004ca3 call  0x00006d0a 
+ 00027904  0x00004ca4 rshift8  0x00000012 , 0x00000007 
+ 00027905  0x00004ca5 disable  0x00000001 
+ 00027906  0x00004ca6 branch  0x00006d04 
+ 00027907  0x00004caa isolate1  0x00000007 , 0x00000007 
+ 00027908  0x00004cac and  0x00000007 , 0x0000000f , 0x00000007 
+ 00027909  0x00004cad fetch  0x00000001 , 0x000080c3 
+ 00027910  0x00004cae qsetflag  0x00000001 , 0x0000003f 
+ 00027911  0x00004caf store  0x00000001 , 0x000080c3 
+ 00027912  0x00004cb0 rtn 
+ 00027913  0x00004cb3 isolate1  0x00000006 , 0x00000007 
+ 00027914  0x00004cb5 and  0x00000007 , 0x0000000f , 0x00000007 
+ 00027915  0x00004cb6 fetch  0x00000001 , 0x0000809b 
+ 00027916  0x00004cb7 qsetflag  0x00000001 , 0x0000003f 
+ 00027917  0x00004cb8 store  0x00000001 , 0x0000809b 
+ 00027918  0x00004cb9 rtn 
+ 00027919  0x00004cbb call  0x00006d1f 
+ 00027920  0x00004cbd lshift8  0x0000003f , 0x0000003f 
+ 00027921  0x00004cbe add  0x00000007 , 0x00000010 , 0x00000002 
+ 00027922  0x00004cbf ior  0x00000002 , 0x0000003f 
+ 00027923  0x00004cc0 branch  0x00006bb9 
+ 00027924  0x00004cc3 enable  0x00000028 
+ 00027925  0x00004cc4 call  0x00006d0f 
+ 00027926  0x00004cc5 branch  0x00006d1a 
+ 00027927  0x00004cc8 disable  0x00000028 
+ 00027928  0x00004cc9 call  0x00006d1f 
+ 00027929  0x00004cca branch  0x00006d1a 
+ 00027930  0x00004ccd and  0x00000007 , 0x0000000f , 0x00000007 
+ 00027931  0x00004cce fetch  0x00000001 , 0x0000809a 
+ 00027932  0x00004ccf qsetflag  0x00000028 , 0x0000003f 
+ 00027933  0x00004cd0 store  0x00000001 , 0x0000809a 
+ 00027934  0x00004cd1 rtn 
+ 00027935  0x00004cd3 rshift8  0x0000003f , 0x00000007 
+ 00027936  0x00004cd4 and  0x00000007 , 0x0000000f , 0x00000007 
+ 00027937  0x00004cd5 rtn 
+ 00027938  0x00004cda copy  0x0000003f , 0x00000002 
+ 00027939  0x00004cdb bpatch  0x000000a6 , 0x00004014 
+ 00027940  0x00004cdc call  0x00006d2f 
+ 00027941  0x00004cdd setarg  0x00000800 
+ 00027942  0x00004cde isub  0x00000002 , 0x0000003f 
+ 00027943  0x00004cdf copy  0x0000003f , 0x00000002 
+ 00027944  0x00004ce0 rshift4  0x00000002 , 0x00000002 
+ 00027945  0x00004ce1 storet  0x00000001 , 0x00008004 
+ 00027946  0x00004ce2 nop  0x00000578 
+ 00027947  0x00004ce3 copy  0x0000003f , 0x00000002 
+ 00027948  0x00004ce4 and_into  0x0000000f , 0x00000002 
+ 00027949  0x00004ce5 storet  0x00000001 , 0x0000800b 
+ 00027950  0x00004ce6 rtn 
+ 00027951  0x00004cea enable  0x0000002c 
+ 00027952  0x00004ceb branch  0x00006d33 
+ 00027953  0x00004cef bpatch  0x000000a7 , 0x00004014 
+ 00027954  0x00004cf0 disable  0x0000002c 
+ 00027955  0x00004cf2 fetch  0x00000001 , 0x00008043 
+ 00027956  0x00004cf3 setflag  0x0000002c , 0x00000003 , 0x0000003f 
+ 00027957  0x00004cf4 store  0x00000001 , 0x00008043 
+ 00027958  0x00004cf5 rtn 
+ 00027959  0x00004cfa setarg  0x0000007d 
+ 00027960  0x00004cfb branch  0x00006d22 
+ 00027961  0x00004d0a bpatch  0x000000ae , 0x00004015 
+ 00027962  0x00004d0b call  0x00006e22 
+ 00027963  0x00004d0c arg  0x0000424c , 0x00000005 
+ 00027964  0x00004d0d branch  0x00006e91 
+ 00027965  0x00004d11 arg  0x0000426d , 0x00000005 
+ 00027966  0x00004d12 branch  0x00006d40 , 0x00000029 
+ 00027967  0x00004d13 arg  0x00000153 , 0x00000005 
+ 00027968  0x00004d15 copy  0x00000006 , 0x00000011 
+ 00027969  0x00004d16 call  0x000073d2 
+ 00027970  0x00004d17 call  0x00006e37 
+ 00027971  0x00004d18 arg  0x0000425d , 0x00000006 
+ 00027972  0x00004d19 branch  0x00006eaa 
+ 00027973  0x00004d1c arg  0x00000153 , 0x00000011 
+ 00027974  0x00004d1d branch  0x00006d48 , 0x00000029 
+ 00027975  0x00004d1e arg  0x0000426d , 0x00000011 
+ 00027976  0x00004d20 copy  0x00000011 , 0x00000005 
+ 00027977  0x00004d21 call  0x000074e3 
+ 00027978  0x00004d22 branch  0x00006e37 
+ 00027979  0x00004d25 arg  0x000042ba , 0x00000006 
+ 00027980  0x00004d26 call  0x00006e7d 
+ 00027981  0x00004d27 arg  0x0000424c , 0x00000006 
+ 00027982  0x00004d28 call  0x00006e7e 
+ 00027983  0x00004d29 force  0x00000038 , 0x00000036 
+ 00027984  0x00004d2a force  0x00000000 , 0x00000036 
+ 00027985  0x00004d2b call  0x00006deb 
+ 00027986  0x00004d2c arg  0x000001a3 , 0x00000005 
+ 00027987  0x00004d2d branch  0x00006e91 
+ 00027988  0x00004d32 force  0x00000008 , 0x00000038 
+ 00027989  0x00004d33 force  0x00000049 , 0x0000003f 
+ 00027990  0x00004d34 branch  0x00006d5b 
+ 00027991  0x00004d38 force  0x00000049 , 0x0000003f 
+ 00027992  0x00004d39 branch  0x00006d5a 
+ 00027993  0x00004d3b force  0x00000001 , 0x0000003f 
+ 00027994  0x00004d3d force  0x00000000 , 0x00000038 
+ 00027995  0x00004d3f lshift8  0x00000002 , 0x0000002f 
+ 00027996  0x00004d40 ior  0x0000002f , 0x0000002f 
+ 00027997  0x00004d41 increase  0x00000001 , 0x00000038 
+ 00027998  0x00004d42 rshift8  0x00000002 , 0x0000002f 
+ 00027999  0x00004d43 rshift16  0x0000002f , 0x0000002f 
+ 00028000  0x00004d44 fetch  0x00000002 , 0x00004410 
+ 00028001  0x00004d45 lshift16  0x0000003f , 0x0000003f 
+ 00028002  0x00004d46 ior  0x0000002f , 0x0000002f 
+ 00028003  0x00004d47 increase  0x00000001 , 0x00000038 
+ 00028004  0x00004d48 ifetchr  0x0000002f , 0x00000004 , 0x00000006 
+ 00028005  0x00004d49 increase  0x00000001 , 0x00000038 
+ 00028006  0x00004d4a ifetch  0x00000002 , 0x00000006 
+ 00028007  0x00004d4b byteswap  0x00000011 , 0x0000002f 
+ 00028008  0x00004d4c lshift16  0x0000002f , 0x0000002f 
+ 00028009  0x00004d4d ior  0x0000002f , 0x0000002f 
+ 00028010  0x00004d4e increase  0x00000001 , 0x00000038 
+ 00028011  0x00004d4f rtn 
+ 00028012  0x00004d54 add  0x00000013 , 0x00000001 , 0x00000006 
+ 00028013  0x00004d55 ifetch  0x00000001 , 0x00000006 
+ 00028014  0x00004d56 iforce  0x00000011 
+ 00028015  0x00004d57 call  0x00006d57 
+ 00028016  0x00004d58 call  0x00006ded 
+ 00028017  0x00004d5a force  0x00000000 , 0x00000038 
+ 00028018  0x00004d5b ifetch  0x00000001 , 0x00000013 
+ 00028019  0x00004d5c and_into  0x00000003 , 0x0000003f 
+ 00028020  0x00004d5d lshift16  0x0000003f , 0x0000002f 
+ 00028021  0x00004d5e set1  0x00000008 , 0x0000002f 
+ 00028022  0x00004d5f call  0x00006e86 
+ 00028023  0x00004d60 call  0x00006df0 
+ 00028024  0x00004d62 copy  0x00000011 , 0x00000039 
+ 00028025  0x00004d63 add  0x00000013 , 0x00000002 , 0x00000006 
+ 00028026  0x00004d64 call  0x00006e65 
+ 00028027  0x00004d66 call  0x00006e6f 
+ 00028028  0x00004d67 call  0x00006df0 
+ 00028029  0x00004d68 deposit  0x00000039 
+ 00028030  0x00004d69 branch  0x00006d80 , 0x00000034 
+ 00028031  0x00004d6a branch  0x00006d7b 
+ 00028032  0x00004d6c force  0x0000000c , 0x00000038 
+ 00028033  0x00004d6d deposit  0x0000002f 
+ 00028034  0x00004d6e store  0x00000004 , 0x0000014b 
+ 00028035  0x00004d6f rtn 
+ 00028036  0x00004d72 increase  0x00000001 , 0x00000011 
+ 00028037  0x00004d73 call  0x00006d59 
+ 00028038  0x00004d74 copy  0x00000013 , 0x00000006 
+ 00028039  0x00004d75 call  0x00006e79 
+ 00028040  0x00004d76 call  0x00006df3 
+ 00028041  0x00004d77 call  0x00006e98 
+ 00028042  0x00004d78 increase  0x00000010 , 0x00000013 
+ 00028043  0x00004d79 increase  0xfffffff0 , 0x00000012 
+ 00028044  0x00004d7a branch  0x00006d84 , 0x00000002 
+ 00028045  0x00004d7b rtn 
+ 00028046  0x00004d82 call  0x00006de0 
+ 00028047  0x00004d83 jam  0x00000000 , 0x0000806c 
+ 00028048  0x00004d84 jam  0x00000001 , 0x0000806d 
+ 00028049  0x00004d85 fetch  0x00000001 , 0x00000047 
+ 00028050  0x00004d86 and_into  0x00000003 , 0x0000003f 
+ 00028051  0x00004d87 store  0x00000001 , 0x0000806e 
+ 00028052  0x00004d89 setarg  0x00000049 
+ 00028053  0x00004d8a store  0x00000002 , 0x00008068 
+ 00028054  0x00004d8b store  0x00000002 , 0x0000806a 
+ 00028055  0x00004d8d fetchr  0x00000011 , 0x00000001 , 0x00000048 
+ 00028056  0x00004d8e increase  0xfffffffc , 0x00000011 
+ 00028057  0x00004d8f nbranch  0x000074d6 , 0x00000002 
+ 00028058  0x00004d90 storer  0x00000011 , 0x00000001 , 0x00000048 
+ 00028059  0x00004d91 setarg  0x00000049 
+ 00028060  0x00004d92 iadd  0x00000011 , 0x00000006 
+ 00028061  0x00004d93 force  0x00000000 , 0x00000038 
+ 00028062  0x00004d94 ifetchr  0x0000002f , 0x00000004 , 0x00000006 
+ 00028063  0x00004d95 storer  0x0000002f , 0x00000004 , 0x0000014f 
+ 00028064  0x00004d96 fetcht  0x00000005 , 0x00004407 
+ 00028065  0x00004d97 call  0x00006d54 
+ 00028066  0x00004d98 jam  0x00000006 , 0x0000800a 
+ 00028067  0x00004d99 jam  0x00000007 , 0x0000800a 
+ 00028068  0x00004d9a fetch  0x00000001 , 0x00000048 
+ 00028069  0x00004d9b store  0x00000002 , 0x000080c1 
+ 00028070  0x00004d9c call  0x00006de7 
+ 00028071  0x00004d9d fetch  0x00000001 , 0x00008108 
+ 00028072  0x00004d9e bbit0  0x00000007 , 0x000074d6 
+ 00028073  0x00004d9f fetcht  0x00000004 , 0x0000014f 
+ 00028074  0x00004da0 fetch  0x00000004 , 0x0000440c 
+ 00028075  0x00004da1 isub  0x00000002 , 0x0000003f 
+ 00028076  0x00004da2 rtn  0x00000034 
+ 00028077  0x00004da3 storet  0x00000004 , 0x0000440c 
+ 00028078  0x00004da4 fetch  0x00000005 , 0x00004407 
+ 00028079  0x00004da5 increase  0x00000001 , 0x0000003f 
+ 00028080  0x00004da6 set1  0x00000027 , 0x0000003f 
+ 00028081  0x00004da7 store  0x00000005 , 0x00004407 
+ 00028082  0x00004da8 force  0x00000000 , 0x0000003f 
+ 00028083  0x00004da9 rtn 
+ 00028084  0x00004dad call  0x00006dbb 
+ 00028085  0x00004dae setarg  0x0000412d 
+ 00028086  0x00004daf iadd  0x00000011 , 0x00000011 
+ 00028087  0x00004db0 call  0x00006de7 
+ 00028088  0x00004db1 arg  0x0000000c , 0x00000038 
+ 00028089  0x00004db2 istorer  0x0000002f , 0x00000004 , 0x00000011 
+ 00028090  0x00004db3 rtn 
+ 00028091  0x00004db7 call  0x00006de0 
+ 00028092  0x00004db8 bpatch  0x000000af , 0x00004015 
+ 00028093  0x00004db9 jam  0x00000000 , 0x0000806c 
+ 00028094  0x00004dba jam  0x00000001 , 0x0000806d 
+ 00028095  0x00004dbb fetch  0x00000001 , 0x0000412b 
+ 00028096  0x00004dbc and_into  0x00000003 , 0x0000003f 
+ 00028097  0x00004dbd store  0x00000001 , 0x0000806e 
+ 00028098  0x00004dbe fetch  0x00000002 , 0x000004e3 
+ 00028099  0x00004dbf store  0x00000002 , 0x00008068 
+ 00028100  0x00004dc0 setarg  0x0000412d 
+ 00028101  0x00004dc1 store  0x00000002 , 0x0000806a 
+ 00028102  0x00004dc3 fetchr  0x00000011 , 0x00000001 , 0x0000412c 
+ 00028103  0x00004dc4 fetcht  0x00000005 , 0x00004402 
+ 00028104  0x00004dc5 call  0x00006d54 
+ 00028105  0x00004dc6 jam  0x00000002 , 0x0000800a 
+ 00028106  0x00004dc7 jam  0x00000003 , 0x0000800a 
+ 00028107  0x00004dc9 fetch  0x00000001 , 0x0000412c 
+ 00028108  0x00004dca store  0x00000002 , 0x000080c1 
+ 00028109  0x00004dcb increase  0x00000004 , 0x0000003f 
+ 00028110  0x00004dcc store  0x00000001 , 0x0000412c 
+ 00028111  0x00004dcd fetch  0x00000005 , 0x00004402 
+ 00028112  0x00004dce increase  0x00000001 , 0x0000003f 
+ 00028113  0x00004dcf set0  0x00000027 , 0x0000003f 
+ 00028114  0x00004dd0 store  0x00000005 , 0x00004402 
+ 00028115  0x00004dd1 rtn 
+ 00028116  0x00004dd5 fetch  0x00000002 , 0x0000811a 
+ 00028117  0x00004dd6 isub  0x00000002 , 0x0000003e 
+ 00028118  0x00004dd7 rtn  0x00000005 
+ 00028119  0x00004dd8 nrtn  0x00000034 
+ 00028120  0x00004dda branch  0x00006dd4 
+ 00028121  0x00004ddd fetch  0x00000001 , 0x00008108 
+ 00028122  0x00004dde bbit0  0x00000006 , 0x00003a8a 
+ 00028123  0x00004de0 setarg  0x0000412d 
+ 00028124  0x00004de1 iadd  0x00000002 , 0x00000005 
+ 00028125  0x00004de2 arg  0x0000000c , 0x00000038 
+ 00028126  0x00004de3 istorer  0x0000002f , 0x00000004 , 0x00000005 
+ 00028127  0x00004de4 branch  0x00006de9 
+ 00028128  0x00004de7 bpatch  0x000000b0 , 0x00004016 
+ 00028129  0x00004de8 force  0x0000000c , 0x00000038 
+ 00028130  0x00004de9 call  0x00006e8c 
+ 00028131  0x00004dea call  0x00006e8b 
+ 00028132  0x00004deb setarg  0x00000000 
+ 00028133  0x00004dec store  0x00000002 , 0x000080c1 
+ 00028134  0x00004ded rtn 
+ 00028135  0x00004df0 fetch  0x00000001 , 0x00008108 
+ 00028136  0x00004df1 bbit0  0x00000006 , 0x00006de7 
+ 00028137  0x00004df3 jam  0x00000000 , 0x0000800a 
+ 00028138  0x00004df4 rtn 
+ 00028139  0x00004df8 nbranch  0x00006deb , 0x00000037 
+ 00028140  0x00004df9 rtn 
+ 00028141  0x00004dfc force  0x00000030 , 0x00000036 
+ 00028142  0x00004dfd force  0x00000000 , 0x00000036 
+ 00028143  0x00004dfe branch  0x00006deb 
+ 00028144  0x00004e01 force  0x00000032 , 0x00000036 
+ 00028145  0x00004e02 force  0x00000002 , 0x00000036 
+ 00028146  0x00004e03 branch  0x00006deb 
+ 00028147  0x00004e06 force  0x00000034 , 0x00000036 
+ 00028148  0x00004e07 force  0x00000004 , 0x00000036 
+ 00028149  0x00004e08 branch  0x00006deb 
+ 00028150  0x00004e0c force  0x00000001 , 0x00000036 
+ 00028151  0x00004e0d force  0x00000000 , 0x00000036 
+ 00028152  0x00004e0e rtn 
+ 00028153  0x00004e12 fetch  0x00000001 , 0x00008144 
+ 00028154  0x00004e13 bbit0  0x00000005 , 0x00006df9 
+ 00028155  0x00004e14 rtn 
+ 00028156  0x00004e18 store  0x00000002 , 0x0000807e 
+ 00028157  0x00004e19 force  0x000000c0 , 0x00000036 
+ 00028158  0x00004e1a force  0x00000080 , 0x00000036 
+ 00028159  0x00004e1b branch  0x00006df9 
+ 00028160  0x00004e1e force  0x00000000 , 0x00000038 
+ 00028161  0x00004e1f copy  0x00000012 , 0x00000006 
+ 00028162  0x00004e20 force  0x00000004 , 0x00000039 
+ 00028163  0x00004e21 call  0x00006e0f 
+ 00028164  0x00004e23 force  0x00000180 , 0x00000036 
+ 00028165  0x00004e24 force  0x00000080 , 0x00000036 
+ 00028166  0x00004e25 call  0x00006deb 
+ 00028167  0x00004e27 force  0x0000000c , 0x00000038 
+ 00028168  0x00004e28 copy  0x00000013 , 0x00000005 
+ 00028169  0x00004e29 force  0x00000004 , 0x00000039 
+ 00028170  0x00004e2b copy  0x0000002f , 0x0000003f 
+ 00028171  0x00004e2c istore  0x00000004 , 0x00000005 
+ 00028172  0x00004e2d increase  0x00000001 , 0x00000038 
+ 00028173  0x00004e2e loop  0x00006e0a 
+ 00028174  0x00004e2f rtn 
+ 00028175  0x00004e32 ifetch  0x00000002 , 0x00000006 
+ 00028176  0x00004e33 ifetcht  0x00000002 , 0x00000006 
+ 00028177  0x00004e34 lshift16  0x00000002 , 0x00000002 
+ 00028178  0x00004e35 ior  0x00000002 , 0x0000002f 
+ 00028179  0x00004e36 increase  0x00000001 , 0x00000038 
+ 00028180  0x00004e37 loop  0x00006e0f 
+ 00028181  0x00004e38 rtn 
+ 00028182  0x00004e3c force  0x00000008 , 0x00000038 
+ 00028183  0x00004e3d copy  0x00000011 , 0x00000006 
+ 00028184  0x00004e3e force  0x00000004 , 0x00000039 
+ 00028185  0x00004e3f call  0x00006e0f 
+ 00028186  0x00004e41 force  0x00000000 , 0x00000038 
+ 00028187  0x00004e42 copy  0x00000012 , 0x00000006 
+ 00028188  0x00004e43 force  0x00000004 , 0x00000039 
+ 00028189  0x00004e44 call  0x00006e0f 
+ 00028190  0x00004e45 force  0x00000182 , 0x00000036 
+ 00028191  0x00004e46 force  0x00000082 , 0x00000036 
+ 00028192  0x00004e47 call  0x00006deb 
+ 00028193  0x00004e48 branch  0x00006e07 
+ 00028194  0x00004e4c force  0x00000000 , 0x00000038 
+ 00028195  0x00004e4d fetch  0x00000004 , 0x00000153 
+ 00028196  0x00004e4e iforce  0x0000002f 
+ 00028197  0x00004e4f increase  0x00000001 , 0x00000038 
+ 00028198  0x00004e50 ifetch  0x00000004 , 0x00000006 
+ 00028199  0x00004e51 iforce  0x0000002f 
+ 00028200  0x00004e52 increase  0x00000001 , 0x00000038 
+ 00028201  0x00004e53 fetch  0x00000004 , 0x0000426d 
+ 00028202  0x00004e54 iforce  0x0000002f 
+ 00028203  0x00004e55 increase  0x00000001 , 0x00000038 
+ 00028204  0x00004e56 ifetch  0x00000004 , 0x00000006 
+ 00028205  0x00004e57 iforce  0x0000002f 
+ 00028206  0x00004e58 increase  0x00000001 , 0x00000038 
+ 00028207  0x00004e59 call  0x00006e8c 
+ 00028208  0x00004e5a increase  0xfffffffc , 0x00000038 
+ 00028209  0x00004e5b fetch  0x00000004 , 0x000042d4 
+ 00028210  0x00004e5c copy  0x0000003f , 0x0000002f 
+ 00028211  0x00004e5d increase  0x00000004 , 0x00000038 
+ 00028212  0x00004e5e force  0x00000038 , 0x00000036 
+ 00028213  0x00004e5f force  0x00000008 , 0x00000036 
+ 00028214  0x00004e60 branch  0x00006deb 
+ 00028215  0x00004e64 bpatch  0x000000b1 , 0x00004016 
+ 00028216  0x00004e65 fetch  0x00000006 , 0x000042b0 
+ 00028217  0x00004e66 fetcht  0x00000006 , 0x00000173 
+ 00028218  0x00004e67 branch  0x00006e3d , 0x00000029 
+ 00028219  0x00004e68 fetch  0x00000006 , 0x00000173 
+ 00028220  0x00004e69 fetcht  0x00000006 , 0x000042b0 
+ 00028221  0x00004e6b force  0x00000008 , 0x00000038 
+ 00028222  0x00004e6c copy  0x00000002 , 0x0000002f 
+ 00028223  0x00004e6d increase  0x00000001 , 0x00000038 
+ 00028224  0x00004e6e rshift32  0x00000002 , 0x0000002f 
+ 00028225  0x00004e6f lshift16  0x0000003f , 0x0000003f 
+ 00028226  0x00004e70 ior  0x0000002f , 0x0000002f 
+ 00028227  0x00004e71 increase  0x00000001 , 0x00000038 
+ 00028228  0x00004e72 rshift32  0x0000003f , 0x0000002f 
+ 00028229  0x00004e73 increase  0x00000001 , 0x00000038 
+ 00028230  0x00004e74 force  0x00000000 , 0x0000002f 
+ 00028231  0x00004e75 force  0x00000000 , 0x0000003f 
+ 00028232  0x00004e76 fetch  0x00000001 , 0x000042a0 
+ 00028233  0x00004e77 fetcht  0x00000001 , 0x00004363 
+ 00028234  0x00004e78 nbranch  0x00006e4d , 0x00000029 
+ 00028235  0x00004e7a fetch  0x00000001 , 0x000042a7 
+ 00028236  0x00004e7b fetcht  0x00000001 , 0x000042a0 
+ 00028237  0x00004e7d store  0x00000001 , 0x0000427d 
+ 00028238  0x00004e7e storet  0x00000001 , 0x0000427e 
+ 00028239  0x00004e7f force  0x00000000 , 0x00000038 
+ 00028240  0x00004e80 arg  0x0000427d , 0x00000012 
+ 00028241  0x00004e81 force  0x00000004 , 0x00000039 
+ 00028242  0x00004e83 ifetch  0x00000004 , 0x00000011 
+ 00028243  0x00004e84 ifetcht  0x00000004 , 0x00000012 
+ 00028244  0x00004e85 ixor  0x00000002 , 0x0000002f 
+ 00028245  0x00004e86 increase  0x00000001 , 0x00000038 
+ 00028246  0x00004e87 increase  0x00000004 , 0x00000011 
+ 00028247  0x00004e88 increase  0x00000004 , 0x00000012 
+ 00028248  0x00004e89 loop  0x00006e52 
+ 00028249  0x00004e8a call  0x00006e8c 
+ 00028250  0x00004e8b increase  0xfffffffc , 0x00000038 
+ 00028251  0x00004e8c fetch  0x00000004 , 0x000042d4 
+ 00028252  0x00004e8d copy  0x0000003f , 0x0000002f 
+ 00028253  0x00004e8e increase  0x00000004 , 0x00000038 
+ 00028254  0x00004e8f force  0x00000038 , 0x00000036 
+ 00028255  0x00004e90 force  0x0000000c , 0x00000036 
+ 00028256  0x00004e91 call  0x00006deb 
+ 00028257  0x00004e93 call  0x00006e8b 
+ 00028258  0x00004e94 force  0x0000003a , 0x00000036 
+ 00028259  0x00004e95 force  0x00000008 , 0x00000036 
+ 00028260  0x00004e96 branch  0x00006deb 
+ 00028261  0x00004e99 compare  0x00000000 , 0x00000039 , 0x00000003 
+ 00028262  0x00004e9a rtn  0x00000001 
+ 00028263  0x00004e9b deposit  0x00000006 
+ 00028264  0x00004e9c iadd  0x00000039 , 0x00000005 
+ 00028265  0x00004e9d force  0x00000000 , 0x0000003f 
+ 00028266  0x00004e9f istore  0x00000001 , 0x00000005 
+ 00028267  0x00004ea0 increase  0x00000001 , 0x00000039 
+ 00028268  0x00004ea1 compare  0x00000000 , 0x00000039 , 0x00000003 
+ 00028269  0x00004ea2 rtn  0x00000001 
+ 00028270  0x00004ea3 branch  0x00006e6a 
+ 00028271  0x00004ea6 force  0x00000000 , 0x00000038 
+ 00028272  0x00004ea8 deposit  0x00000039 
+ 00028273  0x00004ea9 branch  0x00006e74 , 0x00000034 
+ 00028274  0x00004eaa ifetch  0x00000004 , 0x00000006 
+ 00028275  0x00004eab increase  0xfffffffc , 0x00000039 
+ 00028276  0x00004ead iforce  0x0000002f 
+ 00028277  0x00004eae increase  0x00000001 , 0x00000038 
+ 00028278  0x00004eaf compare  0x00000004 , 0x00000038 , 0x0000000f 
+ 00028279  0x00004eb0 rtn  0x00000001 
+ 00028280  0x00004eb1 branch  0x00006e70 
+ 00028281  0x00004eb4 force  0x00000008 , 0x00000038 
+ 00028282  0x00004eb5 branch  0x00006e7e 
+ 00028283  0x00004eb7 force  0x00000004 , 0x00000038 
+ 00028284  0x00004eb8 branch  0x00006e7e 
+ 00028285  0x00004eba force  0x00000000 , 0x00000038 
+ 00028286  0x00004ebc force  0x00000004 , 0x00000039 
+ 00028287  0x00004ebe ifetch  0x00000004 , 0x00000006 
+ 00028288  0x00004ebf iforce  0x0000002f 
+ 00028289  0x00004ec0 increase  0x00000001 , 0x00000038 
+ 00028290  0x00004ec1 loop  0x00006e7f 
+ 00028291  0x00004ec2 rtn 
+ 00028292  0x00004ec5 arg  0x000001a3 , 0x00000006 
+ 00028293  0x00004ec6 branch  0x00006e7b 
+ 00028294  0x00004ec9 force  0x00000004 , 0x00000039 
+ 00028295  0x00004eca branch  0x00006e8e 
+ 00028296  0x00004ecd force  0x00000000 , 0x00000038 
+ 00028297  0x00004ece force  0x00000010 , 0x00000039 
+ 00028298  0x00004ecf branch  0x00006e8d 
+ 00028299  0x00004ed2 force  0x00000000 , 0x00000038 
+ 00028300  0x00004ed4 force  0x00000004 , 0x00000039 
+ 00028301  0x00004ed6 force  0x00000000 , 0x0000002f 
+ 00028302  0x00004ed8 increase  0x00000001 , 0x00000038 
+ 00028303  0x00004ed9 loop  0x00006e8d 
+ 00028304  0x00004eda rtn 
+ 00028305  0x00004edd force  0x0000000c , 0x00000038 
+ 00028306  0x00004ede force  0x00000004 , 0x00000039 
+ 00028307  0x00004ee0 deposit  0x0000002f 
+ 00028308  0x00004ee1 istore  0x00000004 , 0x00000005 
+ 00028309  0x00004ee2 increase  0x00000001 , 0x00000038 
+ 00028310  0x00004ee3 loop  0x00006e93 
+ 00028311  0x00004ee4 rtn 
+ 00028312  0x00004ee7 force  0x0000000c , 0x00000038 
+ 00028313  0x00004ee8 copy  0x00000013 , 0x00000005 
+ 00028314  0x00004ee9 add  0x00000012 , 0x00000001 , 0x00000039 
+ 00028315  0x00004eea sub  0x00000039 , 0x0000000f , 0x0000003e 
+ 00028316  0x00004eeb branch  0x00006e9e , 0x00000002 
+ 00028317  0x00004eec force  0x00000010 , 0x00000039 
+ 00028318  0x00004eee deposit  0x0000002f 
+ 00028319  0x00004eef sub  0x00000039 , 0x00000003 , 0x0000003e 
+ 00028320  0x00004ef0 branch  0x00006ea6 , 0x00000002 
+ 00028321  0x00004ef1 istore  0x00000004 , 0x00000005 
+ 00028322  0x00004ef2 increase  0xfffffffc , 0x00000039 
+ 00028323  0x00004ef3 rtn  0x00000005 
+ 00028324  0x00004ef4 increase  0x00000001 , 0x00000038 
+ 00028325  0x00004ef5 branch  0x00006e9e 
+ 00028326  0x00004ef7 istore  0x00000001 , 0x00000005 
+ 00028327  0x00004ef8 rshift8  0x0000003f , 0x0000003f 
+ 00028328  0x00004ef9 loop  0x00006ea6 
+ 00028329  0x00004efa rtn 
+ 00028330  0x00004efe force  0x0000000c , 0x00000038 
+ 00028331  0x00004eff force  0x00000004 , 0x00000039 
+ 00028332  0x00004f01 ifetch  0x00000004 , 0x00000006 
+ 00028333  0x00004f02 isub  0x0000002f , 0x0000003e 
+ 00028334  0x00004f03 nrtn  0x00000005 
+ 00028335  0x00004f04 increase  0x00000001 , 0x00000038 
+ 00028336  0x00004f05 loop  0x00006eac 
+ 00028337  0x00004f06 force  0x00000000 , 0x0000003e 
+ 00028338  0x00004f07 rtn 
+ 00028339  0x00004f0a fetch  0x00000001 , 0x00008050 
+ 00028340  0x00004f0b set0  0x00000000 , 0x0000003f 
+ 00028341  0x00004f0c store  0x00000001 , 0x00008050 
+ 00028342  0x00004f0d rtn 
+ 00028343  0x00004f10 fetch  0x00000001 , 0x00008050 
+ 00028344  0x00004f11 set1  0x00000000 , 0x0000003f 
+ 00028345  0x00004f12 store  0x00000001 , 0x00008050 
+ 00028346  0x00004f13 rtn 
+ 00028347  0x00004f1a rtn  0x0000002b 
+ 00028348  0x00004f1b call  0x00003c42 
+ 00028349  0x00004f1c call  0x00006ec2 
+ 00028350  0x00004f1d call  0x00006f6b 
+ 00028351  0x00004f1e branch  0x00006ef8 
+ 00028352  0x00004f21 call  0x00006f1b 
+ 00028353  0x00004f22 branch  0x00006f5a 
+ 00028354  0x00004f25 fetch  0x00000001 , 0x00004437 
+ 00028355  0x00004f26 rtneq  0x000000ff 
+ 00028356  0x00004f27 iforce  0x00000002 
+ 00028357  0x00004f28 call  0x00006b96 
+ 00028358  0x00004f29 fetcht  0x00000001 , 0x00004437 
+ 00028359  0x00004f2a call  0x00006b92 
+ 00028360  0x00004f2b nop  0x00000064 
+ 00028361  0x00004f2c fetcht  0x00000001 , 0x00004437 
+ 00028362  0x00004f2d call  0x00006b7c 
+ 00028363  0x00004f2e branch  0x00006ecc 
+ 00028364  0x00004f33 bpatch  0x000000b8 , 0x00004017 
+ 00028365  0x00004f34 fetch  0x00000001 , 0x00004437 
+ 00028366  0x00004f35 rtneq  0x000000ff 
+ 00028367  0x00004f36 copy  0x0000003f , 0x00000002 
+ 00028368  0x00004f37 call  0x00006b85 
+ 00028369  0x00004f38 nbranch  0x00006ede , 0x00000001 
+ 00028370  0x00004f3b call  0x00006ee8 
+ 00028371  0x00004f3c fetch  0x00000002 , 0x00004434 
+ 00028372  0x00004f3d set1  0x0000000c , 0x0000003f 
+ 00028373  0x00004f3e store  0x00000002 , 0x00004434 
+ 00028374  0x00004f3f fetch  0x00000001 , 0x0000442f 
+ 00028375  0x00004f40 rtneq  0x00000000 
+ 00028376  0x00004f41 jam  0x00000000 , 0x0000442f 
+ 00028377  0x00004f43 fetch  0x00000001 , 0x00004436 
+ 00028378  0x00004f44 store  0x00000001 , 0x0000442e 
+ 00028379  0x00004f45 call  0x00006eef 
+ 00028380  0x00004f46 jam  0x0000002c , 0x000004c3 
+ 00028381  0x00004f47 branch  0x00006f7b 
+ 00028382  0x00004f49 fetch  0x00000002 , 0x00004434 
+ 00028383  0x00004f4a set0  0x0000000c , 0x0000003f 
+ 00028384  0x00004f4b store  0x00000002 , 0x00004434 
+ 00028385  0x00004f4c fetch  0x00000001 , 0x0000442f 
+ 00028386  0x00004f4d rtneq  0x00000001 
+ 00028387  0x00004f4e jam  0x00000001 , 0x0000442f 
+ 00028388  0x00004f50 jam  0x00000000 , 0x0000442e 
+ 00028389  0x00004f51 call  0x00006ef1 
+ 00028390  0x00004f52 jam  0x0000002d , 0x000004c3 
+ 00028391  0x00004f53 branch  0x00006f7b 
+ 00028392  0x00004f56 fetch  0x00000001 , 0x0000442e 
+ 00028393  0x00004f57 rtn  0x00000034 
+ 00028394  0x00004f58 increase  0xffffffff , 0x0000003f 
+ 00028395  0x00004f59 store  0x00000001 , 0x0000442e 
+ 00028396  0x00004f5a nrtn  0x00000034 
+ 00028397  0x00004f5c jam  0x00000010 , 0x000004c3 
+ 00028398  0x00004f5d branch  0x00006f7b 
+ 00028399  0x00004f60 arg  0x00000007 , 0x00000007 
+ 00028400  0x00004f61 branch  0x00003c21 
+ 00028401  0x00004f64 arg  0x00000007 , 0x00000007 
+ 00028402  0x00004f65 branch  0x00003c25 
+ 00028403  0x00004f6d bpatch  0x000000b9 , 0x00004017 
+ 00028404  0x00004f6e fetch  0x00000002 , 0x0000443a 
+ 00028405  0x00004f6f mul32  0x00000011 , 0x0000000b , 0x00000012 
+ 00028406  0x00004f70 iadd  0x00000012 , 0x00000012 
+ 00028407  0x00004f71 rtn 
+ 00028408  0x00004f75 fetch  0x00000001 , 0x00004439 
+ 00028409  0x00004f76 rtn  0x00000034 
+ 00028410  0x00004f77 copy  0x0000003f , 0x00000039 
+ 00028411  0x00004f78 fetch  0x00000002 , 0x0000443a 
+ 00028412  0x00004f79 copy  0x0000003f , 0x00000012 
+ 00028413  0x00004f7b add  0x00000012 , 0x00000002 , 0x00000013 
+ 00028414  0x00004f7c ifetcht  0x00000001 , 0x00000013 
+ 00028415  0x00004f7d call  0x00006f03 
+ 00028416  0x00004f7e increase  0x0000000b , 0x00000012 
+ 00028417  0x00004f7f loop  0x00006efd 
+ 00028418  0x00004f80 rtn 
+ 00028419  0x00004f84 fetch  0x00000001 , 0x00004438 
+ 00028420  0x00004f85 branch  0x00006b92 , 0x00000034 
+ 00028421  0x00004f86 branch  0x00006b96 
+ 00028422  0x00004f8a call  0x00006ef3 
+ 00028423  0x00004f8b setarg  0x00000002 
+ 00028424  0x00004f8c istore  0x00000001 , 0x00000012 
+ 00028425  0x00004f8d call  0x00006f54 
+ 00028426  0x00004f8e branch  0x00006f29 
+ 00028427  0x00004f94 call  0x00006ef3 
+ 00028428  0x00004f95 setarg  0x00000003 
+ 00028429  0x00004f96 istore  0x00000001 , 0x00000012 
+ 00028430  0x00004f97 call  0x00006f54 
+ 00028431  0x00004f98 branch  0x00006f24 
+ 00028432  0x00004f9d call  0x00006ef3 
+ 00028433  0x00004f9e setarg  0x00000001 
+ 00028434  0x00004f9f istore  0x00000001 , 0x00000012 
+ 00028435  0x00004fa0 setarg  0x000000ff 
+ 00028436  0x00004fa1 istore  0x00000001 , 0x00000005 
+ 00028437  0x00004fa2 branch  0x00006f24 
+ 00028438  0x00004fa8 call  0x00006ef3 
+ 00028439  0x00004fa9 arg  0x0000000b , 0x00000039 
+ 00028440  0x00004faa copy  0x00000013 , 0x00000006 
+ 00028441  0x00004fab copy  0x00000012 , 0x00000005 
+ 00028442  0x00004fac branch  0x0000740c 
+ 00028443  0x00004fb1 fetch  0x00000001 , 0x00004439 
+ 00028444  0x00004fb2 rtn  0x00000034 
+ 00028445  0x00004fb3 arg  0x00000000 , 0x00000011 
+ 00028446  0x00004fb5 call  0x00006f2e 
+ 00028447  0x00004fb6 increase  0x00000001 , 0x00000011 
+ 00028448  0x00004fb7 fetch  0x00000001 , 0x00004439 
+ 00028449  0x00004fb8 isub  0x00000011 , 0x0000003e 
+ 00028450  0x00004fb9 rtn  0x00000005 
+ 00028451  0x00004fba branch  0x00006f1e 
+ 00028452  0x00004fbe add  0x00000012 , 0x00000002 , 0x00000013 
+ 00028453  0x00004fbf ifetcht  0x00000001 , 0x00000013 
+ 00028454  0x00004fc0 fetch  0x00000001 , 0x00004095 
+ 00028455  0x00004fc1 beq  0x00000008 , 0x00005f22 
+ 00028456  0x00004fc2 branch  0x00006b92 
+ 00028457  0x00004fc6 add  0x00000012 , 0x00000002 , 0x00000013 
+ 00028458  0x00004fc7 ifetcht  0x00000001 , 0x00000013 
+ 00028459  0x00004fc8 fetch  0x00000001 , 0x00004095 
+ 00028460  0x00004fc9 beq  0x00000008 , 0x00005f2f 
+ 00028461  0x00004fca branch  0x00006b96 
+ 00028462  0x00004fcf add  0x00000011 , 0x0000000b , 0x00000007 
+ 00028463  0x00004fd0 call  0x0000742e 
+ 00028464  0x00004fd1 nrtn  0x00000034 
+ 00028465  0x00004fd3 call  0x00006ef3 
+ 00028466  0x00004fd5 ifetch  0x00000001 , 0x00000012 
+ 00028467  0x00004fd7 beq  0x00000002 , 0x00006f29 
+ 00028468  0x00004fd8 beq  0x00000003 , 0x00006f24 
+ 00028469  0x00004fd9 beq  0x00000000 , 0x00006f24 
+ 00028470  0x00004fda beq  0x00000005 , 0x00006f42 
+ 00028471  0x00004fdc call  0x00006f29 
+ 00028472  0x00004fdd add  0x00000012 , 0x00000007 , 0x00000013 
+ 00028473  0x00004fde call  0x0000739c 
+ 00028474  0x00004fdf ifetch  0x00000002 , 0x00000013 
+ 00028475  0x00004fe0 call  0x00007487 
+ 00028476  0x00004fe1 call  0x000073a8 
+ 00028477  0x00004fe2 setarg  0x00000005 
+ 00028478  0x00004fe3 istore  0x00000001 , 0x00000012 
+ 00028479  0x00004fe4 add  0x00000012 , 0x00000003 , 0x00000013 
+ 00028480  0x00004fe5 ifetch  0x00000002 , 0x00000013 
+ 00028481  0x00004fe6 branch  0x00006f52 
+ 00028482  0x00004fea call  0x00006f24 
+ 00028483  0x00004feb add  0x00000012 , 0x00000009 , 0x00000013 
+ 00028484  0x00004fec call  0x0000739c 
+ 00028485  0x00004fed ifetch  0x00000002 , 0x00000013 
+ 00028486  0x00004fee call  0x00007487 
+ 00028487  0x00004fef call  0x000073a8 
+ 00028488  0x00004ff1 add  0x00000012 , 0x00000001 , 0x00000013 
+ 00028489  0x00004ff2 ifetch  0x00000001 , 0x00000013 
+ 00028490  0x00004ff3 beq  0x000000ff , 0x00006f4e 
+ 00028491  0x00004ff4 increase  0xffffffff , 0x0000003f 
+ 00028492  0x00004ff5 istore  0x00000001 , 0x00000013 
+ 00028493  0x00004ff6 branch  0x00006f0b , 0x00000034 
+ 00028494  0x00004ff8 setarg  0x00000004 
+ 00028495  0x00004ff9 istore  0x00000001 , 0x00000012 
+ 00028496  0x00004ffa add  0x00000012 , 0x00000005 , 0x00000013 
+ 00028497  0x00004ffb ifetch  0x00000002 , 0x00000013 
+ 00028498  0x00004ffd add  0x00000011 , 0x0000000b , 0x00000007 
+ 00028499  0x00004ffe branch  0x00007420 
+ 00028500  0x00005001 setarg  0x00000000 
+ 00028501  0x00005002 branch  0x00006f52 
+ 00028502  0x00005009 setarg  0x00001000 
+ 00028503  0x0000500a lshift16  0x0000003f , 0x0000003f 
+ 00028504  0x0000500b iadd  0x00000012 , 0x00000012 
+ 00028505  0x0000500c rtn 
+ 00028506  0x0000500f bpatch  0x000000ba , 0x00004017 
+ 00028507  0x00005010 arg  0x00000000 , 0x00000011 
+ 00028508  0x00005011 fetcht  0x00000004 , 0x00004430 
+ 00028509  0x00005012 copy  0x00000022 , 0x00000012 
+ 00028510  0x00005013 copy  0x00000012 , 0x0000003f 
+ 00028511  0x00005014 isub  0x00000002 , 0x0000003e 
+ 00028512  0x00005015 ncall  0x00006f56 , 0x00000002 
+ 00028513  0x00005017 copy  0x00000012 , 0x0000003f 
+ 00028514  0x00005018 increase  0x000000a0 , 0x00000002 
+ 00028515  0x00005019 increase  0x000000a0 , 0x00000002 
+ 00028516  0x0000501a isub  0x00000002 , 0x0000003e 
+ 00028517  0x0000501b nbranch  0x00006f6e , 0x00000002 
+ 00028518  0x0000501c increase  0x00000001 , 0x00000011 
+ 00028519  0x0000501d and  0x00000011 , 0x0000000f , 0x0000003f 
+ 00028520  0x0000501e nbranch  0x00006f61 , 0x00000034 
+ 00028521  0x0000501f arg  0x00000000 , 0x00000011 
+ 00028522  0x00005020 call  0x00006f74 
+ 00028523  0x00005022 copy  0x00000022 , 0x0000003f 
+ 00028524  0x00005023 store  0x00000004 , 0x00004430 
+ 00028525  0x00005024 rtn 
+ 00028526  0x00005026 copy  0x00000011 , 0x0000003f 
+ 00028527  0x00005027 rtn  0x00000034 
+ 00028528  0x00005028 increase  0xffffff60 , 0x00000002 
+ 00028529  0x00005029 increase  0xffffff60 , 0x00000002 
+ 00028530  0x0000502a set0  0x0000001c , 0x00000002 
+ 00028531  0x0000502b storet  0x00000004 , 0x00004430 
+ 00028532  0x0000502d branch  0x00004dc0 
+ 00028533  0x00005035 jam  0x00000001 , 0x0000441c 
+ 00028534  0x00005037 fetch  0x00000001 , 0x0000441d 
+ 00028535  0x00005038 nbranch  0x00006f76 , 0x00000034 
+ 00028536  0x00005039 rtn 
+ 00028537  0x0000503c jam  0x00000000 , 0x0000441c 
+ 00028538  0x0000503d rtn 
+ 00028539  0x00005042 bpatch  0x000000bb , 0x00004017 
+ 00028540  0x00005043 call  0x00006f75 
+ 00028541  0x00005044 copy  0x00000011 , 0x0000003f 
+ 00028542  0x00005045 store  0x00000004 , 0x000004d8 
+ 00028543  0x00005046 arg  0x0000441e , 0x00000011 
+ 00028544  0x00005047 call  0x00007499 
+ 00028545  0x00005048 fetch  0x00000004 , 0x000004d8 
+ 00028546  0x00005049 copy  0x0000003f , 0x00000011 
+ 00028547  0x0000504a branch  0x00006f79 
+ 00028548  0x0000504d bpatch  0x000000bc , 0x00004017 
+ 00028549  0x0000504e call  0x00006f75 
+ 00028550  0x0000504f copy  0x00000011 , 0x0000003f 
+ 00028551  0x00005050 store  0x00000004 , 0x000004d8 
+ 00028552  0x00005051 arg  0x00004426 , 0x00000011 
+ 00028553  0x00005052 call  0x00007499 
+ 00028554  0x00005053 fetch  0x00000004 , 0x000004d8 
+ 00028555  0x00005054 copy  0x0000003f , 0x00000011 
+ 00028556  0x00005055 branch  0x00006f79 
+ 00028557  0x00005058 setarg  0x00000000 
+ 00028558  0x00005059 store  0x00000008 , 0x00004426 
+ 00028559  0x0000505a store  0x00000008 , 0x0000441e 
+ 00028560  0x0000505b rtn 
+ 00028561  0x0000505e bpatch  0x000000bd , 0x00004017 
+ 00028562  0x0000505f fetch  0x00000001 , 0x0000410d 
+ 00028563  0x00005060 nrtn  0x00000034 
+ 00028564  0x00005061 arg  0x00004426 , 0x00000011 
+ 00028565  0x00005062 call  0x000074b1 
+ 00028566  0x00005063 rtn  0x00000034 
+ 00028567  0x00005064 jam  0x00000000 , 0x000004c2 
+ 00028568  0x00005065 call  0x00006f9c 
+ 00028569  0x00005066 fetch  0x00000001 , 0x000004c2 
+ 00028570  0x00005067 branch  0x00006f91 , 0x00000034 
+ 00028571  0x00005068 rtn 
+ 00028572  0x0000506b call  0x00006f75 
+ 00028573  0x0000506c arg  0x00004426 , 0x00000011 
+ 00028574  0x0000506d call  0x000074a5 
+ 00028575  0x0000506e copy  0x0000003f , 0x00000002 
+ 00028576  0x0000506f call  0x00006f79 
+ 00028577  0x00005070 bpatch  0x000000be , 0x00004017 
+ 00028578  0x00005071 copy  0x00000002 , 0x0000003f 
+ 00028579  0x00005072 rtn  0x00000034 
+ 00028580  0x00005073 beq  0x0000000d , 0x00006fc0 
+ 00028581  0x00005074 beq  0x0000000e , 0x00006fc6 
+ 00028582  0x00005075 beq  0x0000000f , 0x00006fcb 
+ 00028583  0x00005076 beq  0x00000010 , 0x00006fc6 
+ 00028584  0x00005077 beq  0x00000013 , 0x00006fd6 
+ 00028585  0x00005078 beq  0x00000014 , 0x00006fd8 
+ 00028586  0x00005079 beq  0x00000015 , 0x00006fda 
+ 00028587  0x0000507a beq  0x00000016 , 0x00006fe4 
+ 00028588  0x0000507b beq  0x00000017 , 0x00006fe7 
+ 00028589  0x0000507c beq  0x00000018 , 0x00006fe9 
+ 00028590  0x0000507d beq  0x00000019 , 0x00006fec 
+ 00028591  0x0000507f store  0x00000001 , 0x000004c3 
+ 00028592  0x00005083 fetch  0x00000001 , 0x000004c3 
+ 00028593  0x00005084 bmark0  0x00000009 , 0x00006fb9 
+ 00028594  0x00005085 bpatch  0x000000bf , 0x00004017 
+ 00028595  0x00005086 fetch  0x00000001 , 0x000004c3 
+ 00028596  0x00005087 beq  0x00000011 , 0x00006fd1 
+ 00028597  0x00005088 beq  0x0000001b , 0x00006ff4 
+ 00028598  0x00005089 beq  0x00000012 , 0x00006fd5 
+ 00028599  0x0000508a beq  0x0000001f , 0x00006b5a 
+ 00028600  0x0000508b rtn 
+ 00028601  0x0000508e store  0x00000001 , 0x000004c3 
+ 00028602  0x0000508f call  0x0000385b 
+ 00028603  0x00005090 branch  0x00006fbe , 0x00000005 
+ 00028604  0x00005091 call  0x00003860 
+ 00028605  0x00005092 nrtn  0x00000005 
+ 00028606  0x00005094 jam  0x00000001 , 0x000004c2 
+ 00028607  0x00005095 branch  0x00006f84 
+ 00028608  0x0000509d jam  0x00000001 , 0x0000435f 
+ 00028609  0x0000509e jam  0x00000000 , 0x00004362 
+ 00028610  0x0000509f fetch  0x00000002 , 0x00004434 
+ 00028611  0x000050a0 set1  0x0000000b , 0x0000003f 
+ 00028612  0x000050a1 store  0x00000002 , 0x00004434 
+ 00028613  0x000050a2 rtn 
+ 00028614  0x000050aa fetch  0x00000002 , 0x00004434 
+ 00028615  0x000050ab set0  0x0000000b , 0x0000003f 
+ 00028616  0x000050ac store  0x00000002 , 0x00004434 
+ 00028617  0x000050ad jam  0x00000000 , 0x0000435f 
+ 00028618  0x000050ae rtn 
+ 00028619  0x000050b3 jam  0x00000001 , 0x0000435f 
+ 00028620  0x000050b4 jam  0x00000001 , 0x00004362 
+ 00028621  0x000050b5 fetch  0x00000002 , 0x00004434 
+ 00028622  0x000050b6 set1  0x0000000b , 0x0000003f 
+ 00028623  0x000050b7 store  0x00000002 , 0x00004434 
+ 00028624  0x000050b8 rtn 
+ 00028625  0x000050bd setarg  0x00000014 
+ 00028626  0x000050be store  0x00000002 , 0x00000191 
+ 00028627  0x000050bf store  0x00000002 , 0x000042ca 
+ 00028628  0x000050c0 branch  0x0000473e 
+ 00028629  0x000050c5 branch  0x000045c0 
+ 00028630  0x000050ca arg  0x00000000 , 0x00000011 
+ 00028631  0x000050cb branch  0x00006f0b 
+ 00028632  0x000050d0 arg  0x00000000 , 0x00000011 
+ 00028633  0x000050d1 branch  0x00006f06 
+ 00028634  0x000050d6 arg  0x00000000 , 0x00000011 
+ 00028635  0x000050d7 call  0x00006ef3 
+ 00028636  0x000050d8 ifetch  0x00000001 , 0x00000012 
+ 00028637  0x000050d9 beq  0x00000001 , 0x00006fe1 
+ 00028638  0x000050da beq  0x00000004 , 0x00006fe1 
+ 00028639  0x000050db beq  0x00000005 , 0x00006fe1 
+ 00028640  0x000050dc branch  0x00006f10 
+ 00028641  0x000050df ifetch  0x00000001 , 0x00000006 
+ 00028642  0x000050e0 rtneq  0x000000ff 
+ 00028643  0x000050e1 branch  0x00006f10 
+ 00028644  0x000050e6 jam  0x00000001 , 0x0000431a 
+ 00028645  0x000050e7 jam  0x0000001b , 0x0000410d 
+ 00028646  0x000050ea rtn 
+ 00028647  0x000050ef jam  0x00000001 , 0x0000431a 
+ 00028648  0x000050f0 rtn 
+ 00028649  0x000050f5 jam  0x00000000 , 0x0000431a 
+ 00028650  0x000050f6 jam  0x00000000 , 0x0000410d 
+ 00028651  0x000050f7 rtn 
+ 00028652  0x000050fc fetch  0x00000002 , 0x0000438e 
+ 00028653  0x000050fd call  0x00007487 
+ 00028654  0x000050fe fetch  0x00000001 , 0x00004437 
+ 00028655  0x000050ff beq  0x000000ff , 0x00006ff2 
+ 00028656  0x00005100 copy  0x0000003f , 0x00000002 
+ 00028657  0x00005101 call  0x00006b7c 
+ 00028658  0x00005103 call  0x00006f8d 
+ 00028659  0x00005104 branch  0x00003b3f 
+ 00028660  0x00005109 branch  0x000045ee 
+ 00028661  0x0000510f fetch  0x00000001 , 0x00004434 
+ 00028662  0x00005110 rtnbit0  0x0000000c 
+ 00028663  0x00005111 rtn 
+ 00028664  0x00005117 fetch  0x00000002 , 0x000043b4 
+ 00028665  0x00005118 add  0x0000003f , 0x00000002 , 0x00000005 
+ 00028666  0x00005119 setarg  0x00000000 
+ 00028667  0x0000511a istore  0x00000003 , 0x00000005 
+ 00028668  0x0000511b rtn 
+ 00028669  0x00005120 bpatch  0x000000c0 , 0x00004018 
+ 00028670  0x00005121 call  0x000074ca 
+ 00028671  0x00005122 call  0x0000702b 
+ 00028672  0x00005123 rtn  0x00000034 
+ 00028673  0x00005124 fetch  0x00000002 , 0x000043b4 
+ 00028674  0x00005125 add  0x0000003f , 0x00000002 , 0x00000012 
+ 00028675  0x00005126 ifetcht  0x00000001 , 0x00000012 
+ 00028676  0x00005127 increase  0x00000001 , 0x00000002 
+ 00028677  0x00005128 istoret  0x00000001 , 0x00000012 
+ 00028678  0x0000512a ifetcht  0x00000001 , 0x0000003f 
+ 00028679  0x0000512b copy  0x00000002 , 0x00000039 
+ 00028680  0x0000512c add  0x0000003f , 0x00000004 , 0x00000012 
+ 00028681  0x0000512d ifetch  0x00000001 , 0x00000012 
+ 00028682  0x0000512e imul32  0x00000002 , 0x0000003f 
+ 00028683  0x0000512f iadd  0x00000006 , 0x00000005 
+ 00028684  0x00005130 copy  0x00000011 , 0x00000006 
+ 00028685  0x00005132 call  0x00007419 
+ 00028686  0x00005133 call  0x0000702f 
+ 00028687  0x00005134 pincrease  0xffffffff 
+ 00028688  0x00005135 ifetcht  0x00000001 , 0x00000012 
+ 00028689  0x00005136 increase  0x00000001 , 0x00000002 
+ 00028690  0x00005137 iand  0x00000002 , 0x00000002 
+ 00028691  0x00005138 istoret  0x00000001 , 0x00000012 
+ 00028692  0x00005139 branch  0x000074c8 
+ 00028693  0x0000513f bpatch  0x000000c1 , 0x00004018 
+ 00028694  0x00005140 call  0x000074ca 
+ 00028695  0x00005141 call  0x00007027 
+ 00028696  0x00005142 rtn  0x00000034 
+ 00028697  0x00005143 fetch  0x00000002 , 0x000043b4 
+ 00028698  0x00005144 add  0x0000003f , 0x00000002 , 0x00000012 
+ 00028699  0x00005145 ifetcht  0x00000001 , 0x00000012 
+ 00028700  0x00005146 increase  0xffffffff , 0x00000002 
+ 00028701  0x00005147 istoret  0x00000001 , 0x00000012 
+ 00028702  0x00005148 ifetcht  0x00000001 , 0x0000003f 
+ 00028703  0x00005149 copy  0x00000002 , 0x00000039 
+ 00028704  0x0000514a add  0x0000003f , 0x00000003 , 0x00000012 
+ 00028705  0x0000514b ifetch  0x00000001 , 0x00000012 
+ 00028706  0x0000514c imul32  0x00000002 , 0x0000003f 
+ 00028707  0x0000514d iadd  0x00000006 , 0x00000006 
+ 00028708  0x0000514e increase  0x00000001 , 0x00000006 
+ 00028709  0x0000514f copy  0x00000011 , 0x00000005 
+ 00028710  0x00005150 branch  0x0000700d 
+ 00028711  0x00005154 fetch  0x00000002 , 0x000043b4 
+ 00028712  0x00005155 add  0x0000003f , 0x00000002 , 0x00000006 
+ 00028713  0x00005156 ifetch  0x00000001 , 0x00000006 
+ 00028714  0x00005157 rtn 
+ 00028715  0x0000515b call  0x0000702f 
+ 00028716  0x0000515c ifetcht  0x00000001 , 0x00000006 
+ 00028717  0x0000515d isub  0x00000002 , 0x0000003f 
+ 00028718  0x0000515e rtn 
+ 00028719  0x00005162 fetch  0x00000002 , 0x000043b4 
+ 00028720  0x00005163 add  0x0000003f , 0x00000001 , 0x00000006 
+ 00028721  0x00005164 ifetch  0x00000001 , 0x00000006 
+ 00028722  0x00005165 rtn 
+ 00028723  0x0000516e bpatch  0x000000c2 , 0x00004018 
+ 00028724  0x0000516f fetch  0x00000001 , 0x00008c23 
+ 00028725  0x00005170 isolate1  0x00000003 , 0x0000003f 
+ 00028726  0x00005171 call  0x0000703f , 0x00000001 
+ 00028727  0x00005172 fetch  0x00000001 , 0x00008c23 
+ 00028728  0x00005173 store  0x00000001 , 0x00008c23 
+ 00028729  0x00005174 store  0x00000001 , 0x0000055e 
+ 00028730  0x00005175 call  0x0000709a 
+ 00028731  0x00005176 call  0x000070c1 
+ 00028732  0x00005177 call  0x000072d2 
+ 00028733  0x00005178 call  0x0000731a 
+ 00028734  0x00005179 branch  0x00007092 
+ 00028735  0x0000517c bpatch  0x000000c3 , 0x00004018 
+ 00028736  0x0000517d call  0x00006eb3 
+ 00028737  0x0000517e call  0x00007056 
+ 00028738  0x0000517f jam  0x00000000 , 0x00008c00 
+ 00028739  0x00005180 nop  0x00002710 
+ 00028740  0x00005181 jam  0x000000c0 , 0x00008c18 
+ 00028741  0x00005182 fetch  0x00000002 , 0x00008050 
+ 00028742  0x00005183 set0  0x0000000a , 0x0000003f 
+ 00028743  0x00005184 store  0x00000002 , 0x00008050 
+ 00028744  0x00005185 jam  0x00000000 , 0x00008c11 
+ 00028745  0x00005186 jam  0x0000003c , 0x00008c00 
+ 00028746  0x00005187 setarg  0x000005b7 
+ 00028747  0x00005188 store  0x00000002 , 0x00008c03 
+ 00028748  0x00005189 store  0x00000002 , 0x00008c07 
+ 00028749  0x0000518a setarg  0x000005f7 
+ 00028750  0x0000518b store  0x00000002 , 0x00008c05 
+ 00028751  0x0000518c jam  0x00000004 , 0x00008c11 
+ 00028752  0x0000518d jam  0x00000000 , 0x00008c02 
+ 00028753  0x0000518e jam  0x000000ff , 0x00008c23 
+ 00028754  0x0000518f setarg  0x00000900 
+ 00028755  0x00005190 arg  0x0000070b , 0x00000005 
+ 00028756  0x00005191 isub  0x00000005 , 0x00000039 
+ 00028757  0x00005192 branch  0x000073ec 
+ 00028758  0x000051a0 jam  0x00000002 , 0x00000708 
+ 00028759  0x000051a1 setarg  0x00000000 
+ 00028760  0x000051a2 store  0x00000001 , 0x000005fa 
+ 00028761  0x000051a3 store  0x00000002 , 0x00000702 
+ 00028762  0x000051a4 pincrease  0x00000001 
+ 00028763  0x000051a5 store  0x00000002 , 0x00000704 
+ 00028764  0x000051a6 pincrease  0x00000001 
+ 00028765  0x000051a7 store  0x00000002 , 0x00000706 
+ 00028766  0x000051a8 arg  0x00000694 , 0x00000005 
+ 00028767  0x000051a9 setarg  0x00030404 
+ 00028768  0x000051aa istore  0x00000003 , 0x00000005 
+ 00028769  0x000051ab setarg  0x00000409 
+ 00028770  0x000051ac istore  0x00000002 , 0x00000005 
+ 00028771  0x000051ad arg  0x00000699 , 0x00000005 
+ 00028772  0x000051ae setsect  0x00000000 , 0x00015906 
+ 00028773  0x000051af setsect  0x00000001 , 0x000210d2 
+ 00028774  0x000051b0 setsect  0x00000002 , 0x00010494 
+ 00028775  0x000051b1 setsect  0x00000003 , 0x00000001 
+ 00028776  0x000051b2 istore  0x00000009 , 0x00000005 
+ 00028777  0x000051b3 arg  0x000006b7 , 0x00000005 
+ 00028778  0x000051b4 setsect  0x00000000 , 0x0001570f 
+ 00028779  0x000051b5 setsect  0x00000001 , 0x00015c9a 
+ 00028780  0x000051b6 setsect  0x00000002 , 0x000256c6 
+ 00028781  0x000051b7 setsect  0x00000003 , 0x0001cdcd 
+ 00028782  0x000051b8 istore  0x00000009 , 0x00000005 
+ 00028783  0x000051b9 setsect  0x00000000 , 0x00014420 
+ 00028784  0x000051ba setsect  0x00000001 , 0x00025d99 
+ 00028785  0x000051bb setsect  0x00000002 , 0x00025636 
+ 00028786  0x000051bc setsect  0x00000003 , 0x00000001 
+ 00028787  0x000051bd istore  0x00000007 , 0x00000005 
+ 00028788  0x000051be arg  0x000006d5 , 0x00000005 
+ 00028789  0x000051bf setsect  0x00000000 , 0x0001620a 
+ 00028790  0x000051c0 setsect  0x00000001 , 0x00000c8c 
+ 00028791  0x000051c1 setsect  0x00000002 , 0x00030333 
+ 00028792  0x000051c2 setsect  0x00000003 , 0x0000c0c0 
+ 00028793  0x000051c3 istore  0x00000009 , 0x00000005 
+ 00028794  0x000051c4 setsect  0x00000000 , 0x00003130 
+ 00028795  0x000051c5 istore  0x00000002 , 0x00000005 
+ 00028796  0x000051c6 setarg  0x00009272 
+ 00028797  0x000051c7 store  0x00000002 , 0x000005fb 
+ 00028798  0x000051c8 setarg  0x000092cd 
+ 00028799  0x000051c9 store  0x00000002 , 0x000005fd 
+ 00028800  0x000051ca arg  0x00009371 , 0x00000006 
+ 00028801  0x000051cb arg  0x0000061d , 0x00000005 
+ 00028802  0x000051cc arg  0x00000013 , 0x00000039 
+ 00028803  0x000051cd call  0x00007419 
+ 00028804  0x000051ce call  0x00007087 
+ 00028805  0x000051d0 fetch  0x00000002 , 0x000006f3 
+ 00028806  0x000051d1 branch  0x00007487 
+ 00028807  0x000051d4 fetch  0x00000001 , 0x000006f7 
+ 00028808  0x000051d5 nrtn  0x00000034 
+ 00028809  0x000051d7 arg  0x0000003c , 0x00000039 
+ 00028810  0x000051d8 arg  0x00000630 , 0x00000005 
+ 00028811  0x000051d9 arg  0x00009384 , 0x00000006 
+ 00028812  0x000051da branch  0x00007419 
+ 00028813  0x000051dd fetch  0x00000001 , 0x000006f8 
+ 00028814  0x000051de rtn  0x00000034 
+ 00028815  0x000051df store  0x00000001 , 0x00000652 
+ 00028816  0x000051e0 store  0x00000001 , 0x0000066b 
+ 00028817  0x000051e1 rtn 
+ 00028818  0x000051e4 arg  0x00000001 , 0x00000007 
+ 00028819  0x000051e5 call  0x0000742e 
+ 00028820  0x000051e6 nrtn  0x00000034 
+ 00028821  0x000051e7 fetch  0x00000001 , 0x000007ad 
+ 00028822  0x000051e8 nrtn  0x00000034 
+ 00028823  0x000051e9 fetch  0x00000001 , 0x000007ac 
+ 00028824  0x000051ea ncall  0x0000738b , 0x00000034 
+ 00028825  0x000051eb rtn 
+ 00028826  0x000051ee fetch  0x00000001 , 0x0000055e 
+ 00028827  0x000051ef bbit1  0x00000002 , 0x0000709d 
+ 00028828  0x000051f0 rtn 
+ 00028829  0x000051f3 call  0x000070a2 
+ 00028830  0x000051f4 call  0x0000742d 
+ 00028831  0x000051f5 setarg  0x00000280 
+ 00028832  0x000051f6 arg  0x00000001 , 0x00000007 
+ 00028833  0x000051f7 branch  0x00007420 
+ 00028834  0x000051fa fetch  0x00000001 , 0x0000079e 
+ 00028835  0x000051fb bne  0x00000002 , 0x000070a7 
+ 00028836  0x000051fc jam  0x00000000 , 0x000007ad 
+ 00028837  0x000051fd jam  0x00000000 , 0x000007ae 
+ 00028838  0x000051fe rtn 
+ 00028839  0x00005201 fetch  0x00000001 , 0x000007b0 
+ 00028840  0x00005202 rtn  0x00000034 
+ 00028841  0x00005203 jam  0x00000000 , 0x000007b0 
+ 00028842  0x00005204 jam  0x00000002 , 0x0000079e 
+ 00028843  0x00005205 jam  0x00000001 , 0x000007ac 
+ 00028844  0x00005206 rtn 
+ 00028845  0x00005209 fetch  0x00000001 , 0x0000055e 
+ 00028846  0x0000520a bbit1  0x00000000 , 0x000070d8 
+ 00028847  0x0000520b rtn 
+ 00028848  0x0000520e fetch  0x00000001 , 0x00008c24 
+ 00028849  0x0000520f rtnbit1  0x00000006 
+ 00028850  0x00005210 fetchr  0x0000000a , 0x00000002 , 0x00008c03 
+ 00028851  0x00005211 fetchr  0x00000010 , 0x00000002 , 0x00008c05 
+ 00028852  0x00005212 fetchr  0x00000003 , 0x00000002 , 0x00008c07 
+ 00028853  0x00005213 ifetch  0x00000002 , 0x00000003 
+ 00028854  0x00005214 rshift8  0x0000003f , 0x00000002 
+ 00028855  0x00005215 rshift4  0x00000002 , 0x00000002 
+ 00028856  0x00005216 arg  0x00000fff , 0x00000006 
+ 00028857  0x00005217 iand  0x00000006 , 0x00000039 
+ 00028858  0x00005218 copy  0x00000039 , 0x00000011 
+ 00028859  0x0000521a ifetch  0x00000001 , 0x00000003 
+ 00028860  0x0000521b istore  0x00000001 , 0x00000005 
+ 00028861  0x0000521c loop  0x000070bb 
+ 00028862  0x0000521d storer  0x00000003 , 0x00000002 , 0x00008c07 
+ 00028863  0x0000521e storer  0x00000011 , 0x00000002 , 0x00000560 
+ 00028864  0x0000521f rtn 
+ 00028865  0x00005223 bpatch  0x000000c4 , 0x00004018 
+ 00028866  0x00005224 fetch  0x00000001 , 0x0000055e 
+ 00028867  0x00005225 rtnbit0  0x00000005 
+ 00028868  0x00005226 arg  0x0000083d , 0x00000005 
+ 00028869  0x00005227 call  0x000070b0 
+ 00028870  0x00005228 fetchr  0x00000039 , 0x00000002 , 0x00000560 
+ 00028871  0x00005229 storer  0x00000039 , 0x00000001 , 0x0000087d 
+ 00028872  0x0000522a arg  0x0000083d , 0x00000006 
+ 00028873  0x0000522b copy  0x00000002 , 0x0000003f 
+ 00028874  0x0000522c beq  0x00000000 , 0x000070d1 
+ 00028875  0x0000522d beq  0x00000003 , 0x000070cd 
+ 00028876  0x0000522f rtn 
+ 00028877  0x00005232 arg  0x000008c0 , 0x00000005 
+ 00028878  0x00005233 call  0x00007419 
+ 00028879  0x00005234 jam  0x00000001 , 0x0000087f 
+ 00028880  0x00005235 rtn 
+ 00028881  0x00005239 arg  0x0000070b , 0x00000005 
+ 00028882  0x0000523a call  0x00007419 
+ 00028883  0x0000523b fetch  0x00000001 , 0x00000560 
+ 00028884  0x0000523c beq  0x00000000 , 0x000070ad 
+ 00028885  0x0000523d beq  0x00000001 , 0x000070df 
+ 00028886  0x0000523e sub  0x0000003f , 0x00000007 , 0x0000003e 
+ 00028887  0x0000523f rtn  0x00000002 
+ 00028888  0x00005241 bpatch  0x000000c5 , 0x00004018 
+ 00028889  0x00005242 set0  0x00000023 , 0x00000000 
+ 00028890  0x00005243 fetch  0x00000001 , 0x0000070b 
+ 00028891  0x00005244 and_into  0x00000080 , 0x0000003f 
+ 00028892  0x00005245 beq  0x00000080 , 0x000070e3 
+ 00028893  0x00005246 beq  0x00000000 , 0x000070eb 
+ 00028894  0x00005247 branch  0x00003a8a 
+ 00028895  0x0000524a fetch  0x00000001 , 0x0000070b 
+ 00028896  0x0000524b rtnbit1  0x00000007 
+ 00028897  0x0000524c call  0x000072a7 
+ 00028898  0x0000524d branch  0x00007116 
+ 00028899  0x00005251 fetch  0x00000001 , 0x0000070b 
+ 00028900  0x00005252 rshift4  0x0000003f , 0x0000003f 
+ 00028901  0x00005253 rshift  0x0000003f , 0x0000003f 
+ 00028902  0x00005254 and_into  0x00000003 , 0x0000003f 
+ 00028903  0x00005255 beq  0x00000000 , 0x000070f3 
+ 00028904  0x00005256 beq  0x00000001 , 0x000070fa 
+ 00028905  0x00005257 beq  0x00000002 , 0x00007100 
+ 00028906  0x00005258 branch  0x00003a8a 
+ 00028907  0x0000525b fetch  0x00000001 , 0x0000070b 
+ 00028908  0x0000525c rshift4  0x0000003f , 0x0000003f 
+ 00028909  0x0000525d rshift  0x0000003f , 0x0000003f 
+ 00028910  0x0000525e and_into  0x00000003 , 0x0000003f 
+ 00028911  0x0000525f beq  0x00000000 , 0x00007101 
+ 00028912  0x00005260 beq  0x00000001 , 0x0000710a 
+ 00028913  0x00005261 beq  0x00000002 , 0x00007110 
+ 00028914  0x00005262 branch  0x00003a8a 
+ 00028915  0x00005265 bpatch  0x000000c6 , 0x00004018 
+ 00028916  0x00005266 fetch  0x00000001 , 0x0000070c 
+ 00028917  0x00005267 beq  0x00000008 , 0x00007118 
+ 00028918  0x00005268 beq  0x00000006 , 0x0000712e 
+ 00028919  0x00005269 beq  0x0000000a , 0x00007181 
+ 00028920  0x0000526a beq  0x00000000 , 0x00007193 
+ 00028921  0x0000526b branch  0x00007111 
+ 00028922  0x0000526e bpatch  0x000000c7 , 0x00004018 
+ 00028923  0x0000526f fetch  0x00000001 , 0x0000070c 
+ 00028924  0x00005270 beq  0x00000002 , 0x000071c8 
+ 00028925  0x00005271 beq  0x00000001 , 0x000071cc 
+ 00028926  0x00005272 beq  0x00000003 , 0x000071dd 
+ 00028927  0x00005273 branch  0x00007111 
+ 00028928  0x00005276 branch  0x00007111 
+ 00028929  0x00005279 bpatch  0x000000c8 , 0x00004019 
+ 00028930  0x0000527a fetch  0x00000001 , 0x0000070c 
+ 00028931  0x0000527b beq  0x00000001 , 0x000071e7 
+ 00028932  0x0000527c beq  0x00000003 , 0x00007218 
+ 00028933  0x0000527d beq  0x00000005 , 0x00007243 
+ 00028934  0x0000527e beq  0x00000009 , 0x0000725c 
+ 00028935  0x0000527f beq  0x0000000b , 0x00007277 
+ 00028936  0x00005280 beq  0x00000007 , 0x00007111 
+ 00028937  0x00005281 branch  0x00007111 
+ 00028938  0x00005284 bpatch  0x000000c9 , 0x00004019 
+ 00028939  0x00005285 fetch  0x00000001 , 0x0000070c 
+ 00028940  0x00005286 beq  0x0000000a , 0x00007288 
+ 00028941  0x00005287 beq  0x00000009 , 0x0000729a 
+ 00028942  0x00005288 beq  0x0000000b , 0x000072b9 
+ 00028943  0x00005289 branch  0x00007111 
+ 00028944  0x0000528c branch  0x00007111 
+ 00028945  0x0000528f bpatch  0x000000ca , 0x00004019 
+ 00028946  0x00005290 fetch  0x00000001 , 0x00008c19 
+ 00028947  0x00005291 set1  0x00000000 , 0x0000003f 
+ 00028948  0x00005292 store  0x00000001 , 0x00008c19 
+ 00028949  0x00005293 branch  0x00007116 
+ 00028950  0x00005296 jam  0x00000010 , 0x00008c18 
+ 00028951  0x00005297 rtn 
+ 00028952  0x0000529a fetch  0x00000001 , 0x0000070b 
+ 00028953  0x0000529b bne  0x00000080 , 0x00007111 
+ 00028954  0x0000529c fetch  0x00000001 , 0x0000070f 
+ 00028955  0x0000529d bne  0x00000000 , 0x00007111 
+ 00028956  0x0000529e fetch  0x00000001 , 0x00000710 
+ 00028957  0x0000529f bne  0x00000000 , 0x00007111 
+ 00028958  0x000052a0 fetch  0x00000001 , 0x00000711 
+ 00028959  0x000052a1 bne  0x00000001 , 0x00007111 
+ 00028960  0x000052a2 fetch  0x00000001 , 0x00000712 
+ 00028961  0x000052a3 bne  0x00000000 , 0x00007111 
+ 00028962  0x000052a4 fetch  0x00000001 , 0x0000070d 
+ 00028963  0x000052a5 bne  0x00000000 , 0x00007111 
+ 00028964  0x000052a6 fetch  0x00000001 , 0x0000070e 
+ 00028965  0x000052a7 bne  0x00000000 , 0x00007111 
+ 00028966  0x000052a8 fetch  0x00000001 , 0x00000708 
+ 00028967  0x000052a9 beq  0x00000004 , 0x0000712a 
+ 00028968  0x000052aa beq  0x00000003 , 0x0000712c 
+ 00028969  0x000052ab branch  0x00007111 
+ 00028970  0x000052ae arg  0x00000001 , 0x00000012 
+ 00028971  0x000052af branch  0x000071ad 
+ 00028972  0x000052b2 arg  0x00000001 , 0x00000012 
+ 00028973  0x000052b3 branch  0x000071ab 
+ 00028974  0x000052b6 bpatch  0x000000cb , 0x00004019 
+ 00028975  0x000052b8 fetch  0x00000001 , 0x0000070e 
+ 00028976  0x000052b9 beq  0x00000001 , 0x00007145 
+ 00028977  0x000052ba beq  0x00000002 , 0x0000715e 
+ 00028978  0x000052bb beq  0x00000003 , 0x00007161 
+ 00028979  0x000052bc beq  0x00000021 , 0x00007136 
+ 00028980  0x000052bd beq  0x00000022 , 0x0000716f 
+ 00028981  0x000052be branch  0x00007111 
+ 00028982  0x000052c1 jam  0x00000000 , 0x0000079b 
+ 00028983  0x000052c2 fetch  0x00000001 , 0x0000070f 
+ 00028984  0x000052c3 beq  0x00000000 , 0x0000713c 
+ 00028985  0x000052c4 beq  0x00000001 , 0x0000713f 
+ 00028986  0x000052c5 beq  0x00000002 , 0x00007142 
+ 00028987  0x000052c6 branch  0x00007111 
+ 00028988  0x000052c9 fetchr  0x00000012 , 0x00000001 , 0x00000643 
+ 00028989  0x000052ca arg  0x00000643 , 0x00000011 
+ 00028990  0x000052cb branch  0x000072c8 
+ 00028991  0x000052ce fetchr  0x00000012 , 0x00000001 , 0x0000065c 
+ 00028992  0x000052cf arg  0x0000065c , 0x00000011 
+ 00028993  0x000052d0 branch  0x000072c8 
+ 00028994  0x000052d2 fetchr  0x00000012 , 0x00000001 , 0x00000675 
+ 00028995  0x000052d3 arg  0x00000675 , 0x00000011 
+ 00028996  0x000052d4 branch  0x000072c8 
+ 00028997  0x000052da fetch  0x00000001 , 0x000007af 
+ 00028998  0x000052db ncall  0x00007156 , 0x00000034 
+ 00028999  0x000052dc setarg  0x0000061d 
+ 00029000  0x000052dd fetcht  0x00000001 , 0x0000061d 
+ 00029001  0x000052df store  0x00000002 , 0x000007a6 
+ 00029002  0x000052e0 storet  0x00000001 , 0x000007a8 
+ 00029003  0x000052e1 fetch  0x00000001 , 0x00000711 
+ 00029004  0x000052e2 isub  0x00000002 , 0x0000003e 
+ 00029005  0x000052e3 nbranch  0x00007154 , 0x00000002 
+ 00029006  0x000052e5 fetch  0x00000001 , 0x000007a8 
+ 00029007  0x000052e7 iforce  0x00000012 
+ 00029008  0x000052e8 fetch  0x00000002 , 0x000007a6 
+ 00029009  0x000052e9 add  0x0000003f , 0x00000001 , 0x0000003f 
+ 00029010  0x000052ea iforce  0x00000011 
+ 00029011  0x000052eb branch  0x000072c8 
+ 00029012  0x000052ed fetch  0x00000001 , 0x00000711 
+ 00029013  0x000052ee branch  0x0000714f 
+ 00029014  0x000052f1 fetch  0x00000001 , 0x00008c02 
+ 00029015  0x000052f2 ncall  0x0000715a , 0x00000034 
+ 00029016  0x000052f3 jam  0x00000000 , 0x000007af 
+ 00029017  0x000052f4 rtn 
+ 00029018  0x000052f6 fetch  0x00000001 , 0x00008c02 
+ 00029019  0x000052f7 set1  0x00000007 , 0x0000003f 
+ 00029020  0x000052f8 store  0x00000001 , 0x00008c02 
+ 00029021  0x000052f9 rtn 
+ 00029022  0x000052fc setarg  0x00000630 
+ 00029023  0x000052fd fetcht  0x00000001 , 0x00000630 
+ 00029024  0x000052fe branch  0x00007149 
+ 00029025  0x00005301 fetch  0x00000001 , 0x0000070d 
+ 00029026  0x00005302 sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00029027  0x00005303 nbranch  0x00007111 , 0x00000002 
+ 00029028  0x00005304 fetch  0x00000001 , 0x0000070d 
+ 00029029  0x00005305 arg  0x00000694 , 0x00000011 
+ 00029030  0x00005306 beq  0x00000000 , 0x000072c6 
+ 00029031  0x00005307 set1  0x00000023 , 0x00000000 
+ 00029032  0x00005308 arg  0x00000699 , 0x00000011 
+ 00029033  0x00005309 beq  0x00000001 , 0x000072c6 
+ 00029034  0x0000530a arg  0x000006b7 , 0x00000011 
+ 00029035  0x0000530b beq  0x00000002 , 0x000072c6 
+ 00029036  0x0000530c arg  0x000006d5 , 0x00000011 
+ 00029037  0x0000530d beq  0x00000003 , 0x000072c6 
+ 00029038  0x0000530e rtn 
+ 00029039  0x00005311 fetch  0x00000002 , 0x0000070f 
+ 00029040  0x00005312 beq  0x00000000 , 0x00007174 
+ 00029041  0x00005313 beq  0x00000001 , 0x00007176 
+ 00029042  0x00005314 beq  0x00000002 , 0x0000717a 
+ 00029043  0x00005315 branch  0x00007111 
+ 00029044  0x00005318 fetchr  0x00000011 , 0x00000002 , 0x000005fb 
+ 00029045  0x00005319 branch  0x000072c6 
+ 00029046  0x0000531c fetch  0x00000001 , 0x000006f7 
+ 00029047  0x0000531d call  0x0000717e , 0x00000034 
+ 00029048  0x0000531e fetchr  0x00000011 , 0x00000002 , 0x000005fd 
+ 00029049  0x0000531f branch  0x000072c6 
+ 00029050  0x00005322 fetch  0x00000001 , 0x000006f7 
+ 00029051  0x00005323 ncall  0x0000717e , 0x00000034 
+ 00029052  0x00005324 fetchr  0x00000011 , 0x00000002 , 0x000005ff 
+ 00029053  0x00005325 branch  0x000072c6 
+ 00029054  0x00005328 jam  0x00000001 , 0x000007ac 
+ 00029055  0x00005329 jam  0x00000001 , 0x0000079e 
+ 00029056  0x0000532a rtn 
+ 00029057  0x0000532e fetch  0x00000001 , 0x00000708 
+ 00029058  0x0000532f bne  0x00000004 , 0x00007111 
+ 00029059  0x00005330 fetch  0x00000001 , 0x0000070b 
+ 00029060  0x00005331 bne  0x00000081 , 0x00007111 
+ 00029061  0x00005332 fetch  0x00000001 , 0x0000070d 
+ 00029062  0x00005333 bne  0x00000000 , 0x00007111 
+ 00029063  0x00005334 fetch  0x00000001 , 0x0000070e 
+ 00029064  0x00005335 bne  0x00000000 , 0x00007111 
+ 00029065  0x00005336 fetch  0x00000001 , 0x00000711 
+ 00029066  0x00005337 bne  0x00000001 , 0x00007111 
+ 00029067  0x00005338 fetch  0x00000001 , 0x00000712 
+ 00029068  0x00005339 bne  0x00000000 , 0x00007111 
+ 00029069  0x0000533a fetch  0x00000001 , 0x0000070f 
+ 00029070  0x0000533b bne  0x00000000 , 0x00007111 
+ 00029071  0x0000533c fetch  0x00000001 , 0x00000710 
+ 00029072  0x0000533d bne  0x00000000 , 0x00007111 
+ 00029073  0x0000533e arg  0x00000001 , 0x00000012 
+ 00029074  0x0000533f branch  0x000071ab 
+ 00029075  0x00005343 fetch  0x00000001 , 0x00000708 
+ 00029076  0x00005344 beq  0x00000002 , 0x00007111 
+ 00029077  0x00005345 fetch  0x00000001 , 0x0000070d 
+ 00029078  0x00005346 bne  0x00000000 , 0x00007111 
+ 00029079  0x00005347 fetch  0x00000001 , 0x0000070e 
+ 00029080  0x00005348 bne  0x00000000 , 0x00007111 
+ 00029081  0x00005349 fetch  0x00000001 , 0x00000711 
+ 00029082  0x0000534a bne  0x00000002 , 0x00007111 
+ 00029083  0x0000534b fetch  0x00000001 , 0x00000712 
+ 00029084  0x0000534c bne  0x00000000 , 0x00007111 
+ 00029085  0x0000534d fetch  0x00000001 , 0x00000710 
+ 00029086  0x0000534e bne  0x00000000 , 0x00007111 
+ 00029087  0x0000534f fetch  0x00000001 , 0x0000070b 
+ 00029088  0x00005350 beq  0x00000080 , 0x000071a6 
+ 00029089  0x00005351 beq  0x00000081 , 0x000071b1 
+ 00029090  0x00005352 beq  0x00000082 , 0x000071b5 
+ 00029091  0x00005353 branch  0x00007111 
+ 00029092  0x00005357 jam  0x00000001 , 0x000007a1 
+ 00029093  0x00005358 branch  0x000071af 
+ 00029094  0x0000535b fetch  0x00000001 , 0x0000070f 
+ 00029095  0x0000535c bne  0x00000000 , 0x00007111 
+ 00029096  0x0000535d arg  0x00000002 , 0x00000012 
+ 00029097  0x0000535e fetch  0x00000001 , 0x0000079f 
+ 00029098  0x0000535f beq  0x00000001 , 0x000071a4 
+ 00029099  0x00005362 arg  0x00000702 , 0x00000011 
+ 00029100  0x00005363 branch  0x000072c8 
+ 00029101  0x00005365 arg  0x00000704 , 0x00000011 
+ 00029102  0x00005366 branch  0x000072c8 
+ 00029103  0x00005368 arg  0x00000706 , 0x00000011 
+ 00029104  0x00005369 branch  0x000072c8 
+ 00029105  0x0000536c fetch  0x00000001 , 0x00000708 
+ 00029106  0x0000536d bne  0x00000004 , 0x00007111 
+ 00029107  0x0000536e arg  0x00000002 , 0x00000012 
+ 00029108  0x0000536f branch  0x000071ab 
+ 00029109  0x00005372 fetch  0x00000001 , 0x00000708 
+ 00029110  0x00005373 bne  0x00000004 , 0x00007111 
+ 00029111  0x00005374 fetch  0x00000001 , 0x0000070f 
+ 00029112  0x00005375 beq  0x00000081 , 0x000071c2 
+ 00029113  0x00005376 beq  0x00000082 , 0x000071c4 
+ 00029114  0x00005377 beq  0x00000083 , 0x000071c6 
+ 00029115  0x00005378 and_into  0x0000007f , 0x0000003f 
+ 00029116  0x00005379 beq  0x00000000 , 0x000071be 
+ 00029117  0x0000537a branch  0x00007111 
+ 00029118  0x0000537d fetch  0x00000001 , 0x000007a2 
+ 00029119  0x0000537f arg  0x00000002 , 0x00000012 
+ 00029120  0x00005380 beq  0x00000001 , 0x000071ad 
+ 00029121  0x00005381 branch  0x000071ab 
+ 00029122  0x00005383 fetch  0x00000001 , 0x000007a3 
+ 00029123  0x00005384 branch  0x000071bf 
+ 00029124  0x00005386 fetch  0x00000001 , 0x000007a4 
+ 00029125  0x00005387 branch  0x000071bf 
+ 00029126  0x00005389 fetch  0x00000001 , 0x000007a5 
+ 00029127  0x0000538a branch  0x000071bf 
+ 00029128  0x0000538d jam  0x00000001 , 0x00000799 
+ 00029129  0x0000538e arg  0x0000079a , 0x00000011 
+ 00029130  0x0000538f arg  0x00000001 , 0x00000012 
+ 00029131  0x00005390 branch  0x000072c8 
+ 00029132  0x00005393 fetch  0x00000002 , 0x0000070d 
+ 00029133  0x00005394 arg  0x000001ba , 0x00000002 
+ 00029134  0x00005395 isub  0x00000002 , 0x0000003e 
+ 00029135  0x00005396 nbranch  0x00007111 , 0x00000005 
+ 00029136  0x00005399 fetch  0x00000001 , 0x00000796 
+ 00029137  0x0000539a nbranch  0x000071da , 0x00000034 
+ 00029138  0x0000539b jam  0x00000000 , 0x00000753 
+ 00029139  0x0000539d fetch  0x00000001 , 0x00000711 
+ 00029140  0x0000539e iforce  0x00000012 
+ 00029141  0x0000539f arg  0x00000753 , 0x00000011 
+ 00029142  0x000053a0 call  0x000072c8 
+ 00029143  0x000053a2 arg  0x00000753 , 0x00000005 
+ 00029144  0x000053a3 arg  0x00000008 , 0x00000039 
+ 00029145  0x000053a4 branch  0x000073dd 
+ 00029146  0x000053a6 jam  0x00000000 , 0x00000796 
+ 00029147  0x000053a7 jam  0x00000001 , 0x00000753 
+ 00029148  0x000053a8 branch  0x000071d3 
+ 00029149  0x000053ab fetch  0x00000001 , 0x00000711 
+ 00029150  0x000053ac bne  0x00000001 , 0x00007111 
+ 00029151  0x000053ad jam  0x00000001 , 0x0000079b 
+ 00029152  0x000053ae arg  0x00000001 , 0x00000012 
+ 00029153  0x000053af fetch  0x00000001 , 0x0000079d 
+ 00029154  0x000053b0 beq  0x00000000 , 0x000071e5 
+ 00029155  0x000053b1 beq  0x00000001 , 0x000071e6 
+ 00029156  0x000053b2 branch  0x000071ab 
+ 00029157  0x000053b4 branch  0x000071ad 
+ 00029158  0x000053b6 branch  0x000071ab 
+ 00029159  0x000053bc fetch  0x00000001 , 0x00000708 
+ 00029160  0x000053bd bne  0x00000004 , 0x00007111 
+ 00029161  0x000053be fetch  0x00000001 , 0x00000711 
+ 00029162  0x000053bf bne  0x00000000 , 0x00007111 
+ 00029163  0x000053c0 fetch  0x00000001 , 0x00000712 
+ 00029164  0x000053c1 bne  0x00000000 , 0x00007111 
+ 00029165  0x000053c2 fetch  0x00000001 , 0x0000070e 
+ 00029166  0x000053c3 bne  0x00000000 , 0x00007111 
+ 00029167  0x000053c4 fetch  0x00000001 , 0x00000710 
+ 00029168  0x000053c5 bne  0x00000000 , 0x00007111 
+ 00029169  0x000053c6 fetch  0x00000001 , 0x0000070b 
+ 00029170  0x000053c7 beq  0x00000000 , 0x000071f6 
+ 00029171  0x000053c8 beq  0x00000001 , 0x00007205 
+ 00029172  0x000053c9 beq  0x00000002 , 0x00007206 
+ 00029173  0x000053ca branch  0x00007111 
+ 00029174  0x000053cd fetch  0x00000001 , 0x0000070d 
+ 00029175  0x000053ce bne  0x00000001 , 0x00007111 
+ 00029176  0x000053cf fetch  0x00000001 , 0x00008c00 
+ 00029177  0x000053d0 set0  0x00000007 , 0x0000003f 
+ 00029178  0x000053d1 store  0x00000001 , 0x00008c00 
+ 00029179  0x000053d2 jam  0x00000000 , 0x0000079f 
+ 00029180  0x000053d3 jam  0x00000001 , 0x000007a0 
+ 00029181  0x000053d4 fetch  0x00000001 , 0x000007a1 
+ 00029182  0x000053d5 branch  0x00007116 , 0x00000034 
+ 00029183  0x000053d6 jam  0x00000000 , 0x000007a1 
+ 00029184  0x000053d7 fetch  0x00000001 , 0x0000070a 
+ 00029185  0x000053d8 branch  0x00007116 , 0x00000034 
+ 00029186  0x000053d9 jam  0x00000000 , 0x000007a0 
+ 00029187  0x000053da jam  0x00000002 , 0x0000079e 
+ 00029188  0x000053db branch  0x00007116 
+ 00029189  0x000053de branch  0x00007111 
+ 00029190  0x000053e1 fetch  0x00000001 , 0x0000070d 
+ 00029191  0x000053e2 bne  0x00000000 , 0x00007111 
+ 00029192  0x000053e3 fetch  0x00000001 , 0x0000070f 
+ 00029193  0x000053e4 beq  0x00000081 , 0x00007211 
+ 00029194  0x000053e5 beq  0x00000082 , 0x00007214 
+ 00029195  0x000053e6 beq  0x00000083 , 0x00007216 
+ 00029196  0x000053e7 and_into  0x0000007f , 0x0000003f 
+ 00029197  0x000053e8 beq  0x00000000 , 0x0000720f 
+ 00029198  0x000053e9 branch  0x00007111 
+ 00029199  0x000053ec jam  0x00000000 , 0x000007a2 
+ 00029200  0x000053ed branch  0x00007116 
+ 00029201  0x000053ef jam  0x00000000 , 0x000007a3 
+ 00029202  0x000053f1 jam  0x00000001 , 0x000007b0 
+ 00029203  0x000053f2 branch  0x00007116 
+ 00029204  0x000053f4 jam  0x00000000 , 0x000007a4 
+ 00029205  0x000053f5 branch  0x00007212 
+ 00029206  0x000053f7 jam  0x00000000 , 0x000007a5 
+ 00029207  0x000053f8 branch  0x00007212 
+ 00029208  0x000053fc fetch  0x00000001 , 0x00000711 
+ 00029209  0x000053fd bne  0x00000000 , 0x00007111 
+ 00029210  0x000053fe fetch  0x00000001 , 0x00000712 
+ 00029211  0x000053ff bne  0x00000000 , 0x00007111 
+ 00029212  0x00005400 fetch  0x00000001 , 0x0000070b 
+ 00029213  0x00005401 beq  0x00000000 , 0x00007221 
+ 00029214  0x00005402 beq  0x00000001 , 0x0000722f 
+ 00029215  0x00005403 beq  0x00000002 , 0x00007230 
+ 00029216  0x00005404 branch  0x00007111 
+ 00029217  0x00005407 fetch  0x00000001 , 0x0000070d 
+ 00029218  0x00005408 bne  0x00000001 , 0x00007111 
+ 00029219  0x00005409 call  0x00005191 
+ 00029220  0x0000540a fetch  0x00000001 , 0x00008c00 
+ 00029221  0x0000540b set1  0x00000007 , 0x0000003f 
+ 00029222  0x0000540c store  0x00000001 , 0x00008c00 
+ 00029223  0x0000540d jam  0x00000001 , 0x0000079f 
+ 00029224  0x0000540e jam  0x00000003 , 0x0000079e 
+ 00029225  0x0000540f jam  0x00000000 , 0x00000797 
+ 00029226  0x00005410 call  0x00007116 
+ 00029227  0x00005412 call  0x0000742d 
+ 00029228  0x00005413 setarg  0x00001388 
+ 00029229  0x00005414 arg  0x0000000f , 0x00000007 
+ 00029230  0x00005415 branch  0x00007420 
+ 00029231  0x00005418 branch  0x00007111 
+ 00029232  0x0000541b fetch  0x00000001 , 0x0000070d 
+ 00029233  0x0000541c bne  0x00000000 , 0x00007111 
+ 00029234  0x0000541d fetch  0x00000001 , 0x0000070e 
+ 00029235  0x0000541e bne  0x00000000 , 0x00007111 
+ 00029236  0x0000541f fetch  0x00000001 , 0x0000070f 
+ 00029237  0x00005420 beq  0x00000081 , 0x0000723d 
+ 00029238  0x00005421 beq  0x00000082 , 0x0000723f 
+ 00029239  0x00005422 beq  0x00000083 , 0x00007241 
+ 00029240  0x00005423 and_into  0x0000007f , 0x0000003f 
+ 00029241  0x00005424 beq  0x00000000 , 0x0000723b 
+ 00029242  0x00005425 branch  0x00007111 
+ 00029243  0x00005428 jam  0x00000001 , 0x000007a2 
+ 00029244  0x00005429 branch  0x00007116 
+ 00029245  0x0000542b jam  0x00000001 , 0x000007a3 
+ 00029246  0x0000542c branch  0x00007116 
+ 00029247  0x0000542e jam  0x00000001 , 0x000007a4 
+ 00029248  0x0000542f branch  0x00007116 
+ 00029249  0x00005431 jam  0x00000001 , 0x000007a5 
+ 00029250  0x00005432 branch  0x00007116 
+ 00029251  0x00005436 fetch  0x00000001 , 0x0000070b 
+ 00029252  0x00005437 bne  0x00000000 , 0x00007111 
+ 00029253  0x00005438 fetch  0x00000001 , 0x0000070f 
+ 00029254  0x00005439 bne  0x00000000 , 0x00007111 
+ 00029255  0x0000543a fetch  0x00000001 , 0x00000710 
+ 00029256  0x0000543b bne  0x00000000 , 0x00007111 
+ 00029257  0x0000543c fetch  0x00000001 , 0x00000711 
+ 00029258  0x0000543d bne  0x00000000 , 0x00007111 
+ 00029259  0x0000543e fetch  0x00000001 , 0x00000712 
+ 00029260  0x0000543f bne  0x00000000 , 0x00007111 
+ 00029261  0x00005440 fetch  0x00000001 , 0x0000070e 
+ 00029262  0x00005441 bne  0x00000000 , 0x00007111 
+ 00029263  0x00005442 fetch  0x00000001 , 0x0000070d 
+ 00029264  0x00005443 and_into  0x00000080 , 0x0000003f 
+ 00029265  0x00005444 bne  0x00000000 , 0x00007111 
+ 00029266  0x00005445 fetch  0x00000001 , 0x0000070d 
+ 00029267  0x00005446 bne  0x00000000 , 0x0000725a 
+ 00029268  0x00005448 jam  0x00000002 , 0x00000708 
+ 00029269  0x0000544a fetch  0x00000001 , 0x0000070d 
+ 00029270  0x0000544b store  0x00000001 , 0x00008c02 
+ 00029271  0x0000544c call  0x00007116 
+ 00029272  0x0000544d jam  0x00000001 , 0x000007af 
+ 00029273  0x0000544e rtn 
+ 00029274  0x00005450 jam  0x00000003 , 0x00000708 
+ 00029275  0x00005451 branch  0x00007255 
+ 00029276  0x00005455 fetch  0x00000001 , 0x00000708 
+ 00029277  0x00005456 beq  0x00000002 , 0x00007111 
+ 00029278  0x00005457 fetch  0x00000001 , 0x0000070b 
+ 00029279  0x00005458 bne  0x00000000 , 0x00007111 
+ 00029280  0x00005459 fetch  0x00000001 , 0x0000070f 
+ 00029281  0x0000545a bne  0x00000000 , 0x00007111 
+ 00029282  0x0000545b fetch  0x00000001 , 0x00000710 
+ 00029283  0x0000545c bne  0x00000000 , 0x00007111 
+ 00029284  0x0000545d fetch  0x00000001 , 0x00000711 
+ 00029285  0x0000545e bne  0x00000000 , 0x00007111 
+ 00029286  0x0000545f fetch  0x00000001 , 0x00000712 
+ 00029287  0x00005460 bne  0x00000000 , 0x00007111 
+ 00029288  0x00005461 fetch  0x00000001 , 0x0000070e 
+ 00029289  0x00005462 bne  0x00000000 , 0x00007111 
+ 00029290  0x00005463 fetch  0x00000001 , 0x0000070d 
+ 00029291  0x00005464 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00029292  0x00005465 nbranch  0x00007111 , 0x00000002 
+ 00029293  0x00005466 fetch  0x00000001 , 0x00000708 
+ 00029294  0x00005467 beq  0x00000003 , 0x00007271 
+ 00029295  0x00005468 beq  0x00000004 , 0x00007271 
+ 00029296  0x00005469 branch  0x00007111 
+ 00029297  0x0000546d fetch  0x00000001 , 0x0000070d 
+ 00029298  0x0000546e beq  0x00000000 , 0x00007275 
+ 00029299  0x0000546f jam  0x00000004 , 0x00000708 
+ 00029300  0x00005470 branch  0x00007116 
+ 00029301  0x00005472 jam  0x00000003 , 0x00000708 
+ 00029302  0x00005473 branch  0x00007116 
+ 00029303  0x00005477 fetch  0x00000001 , 0x00000708 
+ 00029304  0x00005478 bne  0x00000004 , 0x00007111 
+ 00029305  0x00005479 fetch  0x00000001 , 0x0000070b 
+ 00029306  0x0000547a bne  0x00000001 , 0x00007111 
+ 00029307  0x0000547b fetch  0x00000001 , 0x0000070d 
+ 00029308  0x0000547c bne  0x00000000 , 0x00007111 
+ 00029309  0x0000547d fetch  0x00000001 , 0x0000070e 
+ 00029310  0x0000547e bne  0x00000000 , 0x00007111 
+ 00029311  0x0000547f fetch  0x00000001 , 0x00000711 
+ 00029312  0x00005480 bne  0x00000000 , 0x00007111 
+ 00029313  0x00005481 fetch  0x00000001 , 0x00000712 
+ 00029314  0x00005482 bne  0x00000000 , 0x00007111 
+ 00029315  0x00005483 fetch  0x00000001 , 0x0000070f 
+ 00029316  0x00005484 bne  0x00000000 , 0x00007111 
+ 00029317  0x00005485 fetch  0x00000001 , 0x00000710 
+ 00029318  0x00005486 bne  0x00000000 , 0x00007111 
+ 00029319  0x00005487 branch  0x00007116 
+ 00029320  0x0000548b bpatch  0x000000cc , 0x00004019 
+ 00029321  0x0000548c jam  0x00000001 , 0x00000799 
+ 00029322  0x0000548d fetch  0x00000001 , 0x0000070e 
+ 00029323  0x0000548e store  0x00000001 , 0x0000079a 
+ 00029324  0x0000548f fetch  0x00000001 , 0x0000070f 
+ 00029325  0x00005490 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00029326  0x00005491 call  0x00007296 , 0x00000005 
+ 00029327  0x00005492 fetch  0x00000001 , 0x0000079e 
+ 00029328  0x00005493 bne  0x00000004 , 0x00007116 
+ 00029329  0x00005494 jam  0x00000002 , 0x0000079e 
+ 00029330  0x00005495 call  0x00007116 
+ 00029331  0x00005496 nop  0x00007530 
+ 00029332  0x00005497 nop  0x00007530 
+ 00029333  0x00005498 rtn 
+ 00029334  0x0000549a jam  0x00000001 , 0x000007ac 
+ 00029335  0x0000549b jam  0x00000000 , 0x000007a0 
+ 00029336  0x0000549c jam  0x00000004 , 0x0000079e 
+ 00029337  0x0000549d rtn 
+ 00029338  0x000054a1 nop  0x00003a98 
+ 00029339  0x000054a2 arg  0x00000713 , 0x00000005 
+ 00029340  0x000054a3 call  0x000070b0 
+ 00029341  0x000054a4 jam  0x00000001 , 0x00000795 
+ 00029342  0x000054a5 call  0x000072ab 
+ 00029343  0x000054a6 fetch  0x00000002 , 0x0000070d 
+ 00029344  0x000054a7 store  0x00000002 , 0x00000793 
+ 00029345  0x000054a8 call  0x00007116 
+ 00029346  0x000054a9 fetch  0x00000001 , 0x00004095 
+ 00029347  0x000054aa rtnne  0x00000004 
+ 00029348  0x000054ab fetch  0x00000001 , 0x00000797 
+ 00029349  0x000054ac rtn  0x00000034 
+ 00029350  0x000054ad fetch  0x00000001 , 0x00000713 
+ 00029351  0x000054af store  0x00000001 , 0x0000456c 
+ 00029352  0x000054b0 jam  0x00000000 , 0x00000797 
+ 00029353  0x000054b1 jam  0x00000003 , 0x0000455c 
+ 00029354  0x000054b2 rtn 
+ 00029355  0x000054b6 fetch  0x00000002 , 0x0000070d 
+ 00029356  0x000054b7 arg  0x00000200 , 0x00000002 
+ 00029357  0x000054b8 isub  0x00000002 , 0x0000003e 
+ 00029358  0x000054b9 nrtn  0x00000005 
+ 00029359  0x000054ba fetch  0x00000002 , 0x0000070f 
+ 00029360  0x000054bb arg  0x00000000 , 0x00000002 
+ 00029361  0x000054bc isub  0x00000002 , 0x0000003e 
+ 00029362  0x000054bd nrtn  0x00000005 
+ 00029363  0x000054be fetch  0x00000002 , 0x00000711 
+ 00029364  0x000054bf arg  0x00000001 , 0x00000002 
+ 00029365  0x000054c0 isub  0x00000002 , 0x0000003e 
+ 00029366  0x000054c1 nrtn  0x00000005 
+ 00029367  0x000054c2 jam  0x00000001 , 0x00000797 
+ 00029368  0x000054c3 rtn 
+ 00029369  0x000054c7 fetch  0x00000001 , 0x00000711 
+ 00029370  0x000054c8 bne  0x00000000 , 0x00007111 
+ 00029371  0x000054c9 fetch  0x00000001 , 0x0000070d 
+ 00029372  0x000054ca beq  0x00000000 , 0x000072bf 
+ 00029373  0x000054cb beq  0x00000001 , 0x000072c2 
+ 00029374  0x000054cc branch  0x00007111 
+ 00029375  0x000054ce jam  0x00000000 , 0x0000079c 
+ 00029376  0x000054cf jam  0x00000001 , 0x0000079d 
+ 00029377  0x000054d0 branch  0x00007116 
+ 00029378  0x000054d2 jam  0x00000001 , 0x00000798 
+ 00029379  0x000054d3 jam  0x00000001 , 0x0000079c 
+ 00029380  0x000054d4 jam  0x00000000 , 0x0000079d 
+ 00029381  0x000054d5 branch  0x00007116 
+ 00029382  0x000054d9 ifetchr  0x00000012 , 0x00000001 , 0x00000011 
+ 00029383  0x000054da increase  0x00000001 , 0x00000011 
+ 00029384  0x000054dd bpatch  0x000000cd , 0x00004019 
+ 00029385  0x000054de set1  0x0000000e , 0x00000000 
+ 00029386  0x000054df bmark0  0x00000023 , 0x000072cd 
+ 00029387  0x000054e0 increase  0x00000001 , 0x00000012 
+ 00029388  0x000054e1 lshift  0x00000012 , 0x00000012 
+ 00029389  0x000054e3 storer  0x00000011 , 0x00000002 , 0x000005f8 
+ 00029390  0x000054e4 storer  0x00000012 , 0x00000001 , 0x000005fa 
+ 00029391  0x000054e5 branch  0x000072d2 
+ 00029392  0x000054e8 arg  0x00000000 , 0x00000007 
+ 00029393  0x000054e9 branch  0x00007312 
+ 00029394  0x000054ef bpatch  0x000000ce , 0x00004019 
+ 00029395  0x000054f0 fetch  0x00000001 , 0x00008c24 
+ 00029396  0x000054f1 rtnbit1  0x00000000 
+ 00029397  0x000054f2 fetch  0x00000001 , 0x000005fa 
+ 00029398  0x000054f3 rtn  0x00000034 
+ 00029399  0x000054f4 copy  0x0000003f , 0x00000039 
+ 00029400  0x000054f5 iforce  0x00000002 
+ 00029401  0x000054f6 fetch  0x00000002 , 0x00000711 
+ 00029402  0x000054f7 sub  0x0000003f , 0x00000040 , 0x0000003e 
+ 00029403  0x000054f8 branch  0x000072e0 , 0x00000002 
+ 00029404  0x000054f9 sub  0x00000039 , 0x00000040 , 0x0000003e 
+ 00029405  0x000054fa branch  0x000072e4 , 0x00000002 
+ 00029406  0x000054fb force  0x00000040 , 0x00000039 
+ 00029407  0x000054fc branch  0x000072e4 
+ 00029408  0x000054fe isub  0x00000039 , 0x0000003e 
+ 00029409  0x000054ff branch  0x000072e4 , 0x00000002 
+ 00029410  0x00005500 iforce  0x00000039 
+ 00029411  0x00005501 store  0x00000001 , 0x000005fa 
+ 00029412  0x00005503 fetch  0x00000001 , 0x000005fa 
+ 00029413  0x00005504 isub  0x00000039 , 0x0000003f 
+ 00029414  0x00005505 store  0x00000001 , 0x000005fa 
+ 00029415  0x00005506 add  0x00000039 , 0xffffffff , 0x0000003f 
+ 00029416  0x00005507 store  0x00000001 , 0x00000562 
+ 00029417  0x00005508 bmark0  0x00000023 , 0x000072f6 
+ 00029418  0x00005509 rshift  0x0000003f , 0x0000003f 
+ 00029419  0x0000550a add  0x00000039 , 0xffffffff , 0x0000003f 
+ 00029420  0x0000550b store  0x00000001 , 0x00000562 
+ 00029421  0x0000550c bmark0  0x0000000e , 0x000072f6 
+ 00029422  0x0000550d set0  0x0000000e , 0x00000000 
+ 00029423  0x0000550e istoret  0x00000001 , 0x00000005 
+ 00029424  0x0000550f setarg  0x00000003 
+ 00029425  0x00005510 istore  0x00000001 , 0x00000005 
+ 00029426  0x00005511 increase  0xffffffff , 0x00000039 
+ 00029427  0x00005512 copy  0x00000039 , 0x0000003f 
+ 00029428  0x00005513 nbranch  0x000072f6 , 0x00000005 
+ 00029429  0x00005514 increase  0x00000001 , 0x00000039 
+ 00029430  0x00005516 fetch  0x00000002 , 0x000005f8 
+ 00029431  0x00005517 copy  0x0000003f , 0x00000006 
+ 00029432  0x00005519 ifetch  0x00000001 , 0x00000006 
+ 00029433  0x0000551a istore  0x00000001 , 0x00000005 
+ 00029434  0x0000551b bmark0  0x00000023 , 0x000072fd 
+ 00029435  0x0000551c setarg  0x00000000 
+ 00029436  0x0000551d istore  0x00000001 , 0x00000005 
+ 00029437  0x0000551f loop  0x000072f8 
+ 00029438  0x00005520 copy  0x00000006 , 0x0000003f 
+ 00029439  0x00005521 store  0x00000002 , 0x000005f8 
+ 00029440  0x00005522 setarg  0x00000562 
+ 00029441  0x00005523 store  0x00000002 , 0x00008c09 
+ 00029442  0x00005524 arg  0x00000000 , 0x00000007 
+ 00029443  0x00005525 call  0x00007312 
+ 00029444  0x00005526 fetch  0x00000001 , 0x000005fa 
+ 00029445  0x00005527 nrtn  0x00000034 
+ 00029446  0x00005528 fetch  0x00000001 , 0x0000079e 
+ 00029447  0x00005529 rtnne  0x00000001 
+ 00029448  0x0000552a jam  0x00000002 , 0x0000079e 
+ 00029449  0x0000552b rtn 
+ 00029450  0x00005530 arg  0x00000001 , 0x00000007 
+ 00029451  0x00005531 arg  0x000005a3 , 0x00000011 
+ 00029452  0x00005532 storer  0x00000011 , 0x00000002 , 0x00008c0b 
+ 00029453  0x00005534 add  0x00000039 , 0xffffffff , 0x0000003f 
+ 00029454  0x00005535 istore  0x00000001 , 0x00000011 
+ 00029455  0x00005537 ifetch  0x00000001 , 0x00000006 
+ 00029456  0x00005538 istore  0x00000001 , 0x00000005 
+ 00029457  0x00005539 loop  0x0000730f 
+ 00029458  0x0000553b setarg  0x00000000 
+ 00029459  0x0000553c qset1  0x0000003f 
+ 00029460  0x0000553d store  0x00000001 , 0x00008c18 
+ 00029461  0x0000553e rtn 
+ 00029462  0x00005541 arg  0x00000002 , 0x00000007 
+ 00029463  0x00005542 arg  0x000005ad , 0x00000011 
+ 00029464  0x00005543 storer  0x00000011 , 0x00000002 , 0x00008c0d 
+ 00029465  0x00005544 branch  0x0000730d 
+ 00029466  0x00005547 bpatch  0x000000cf , 0x00004019 
+ 00029467  0x00005548 fetch  0x00000001 , 0x000007ab 
+ 00029468  0x00005549 rtn  0x00000034 
+ 00029469  0x0000554a fetch  0x00000001 , 0x00008c24 
+ 00029470  0x0000554b and_into  0x0000000f , 0x0000003f 
+ 00029471  0x0000554c nbranch  0x00007383 , 0x00000034 
+ 00029472  0x0000554d fetch  0x00000001 , 0x000007ac 
+ 00029473  0x0000554e branch  0x00007356 , 0x00000034 
+ 00029474  0x0000554f fetch  0x00000001 , 0x0000079e 
+ 00029475  0x00005550 beq  0x00000003 , 0x00007393 
+ 00029476  0x00005551 bne  0x00000002 , 0x00007356 
+ 00029477  0x00005552 fetch  0x00000001 , 0x000007a0 
+ 00029478  0x00005553 nbranch  0x00007356 , 0x00000034 
+ 00029479  0x00005554 call  0x0000732a 
+ 00029480  0x00005555 call  0x00007335 
+ 00029481  0x00005556 branch  0x00007342 
+ 00029482  0x00005559 fetch  0x00000001 , 0x00008c24 
+ 00029483  0x0000555a rtnbit1  0x00000001 
+ 00029484  0x0000555b fetch  0x00000001 , 0x000007ab 
+ 00029485  0x0000555c rtnbit0  0x00000001 
+ 00029486  0x0000555d fetch  0x00000001 , 0x000007ab 
+ 00029487  0x0000555e set0  0x00000001 , 0x0000003f 
+ 00029488  0x0000555f store  0x00000001 , 0x000007ab 
+ 00029489  0x00005560 fetch  0x00000001 , 0x000007a9 
+ 00029490  0x00005561 rtn  0x00000034 
+ 00029491  0x00005562 beq  0x00000010 , 0x0000737b 
+ 00029492  0x00005563 branch  0x00003a8a 
+ 00029493  0x00005566 fetch  0x00000001 , 0x00008c24 
+ 00029494  0x00005567 rtnbit1  0x00000002 
+ 00029495  0x00005568 fetch  0x00000001 , 0x000007ab 
+ 00029496  0x00005569 rtnbit0  0x00000002 
+ 00029497  0x0000556a fetch  0x00000001 , 0x000007ab 
+ 00029498  0x0000556b set0  0x00000002 , 0x0000003f 
+ 00029499  0x0000556c store  0x00000001 , 0x000007ab 
+ 00029500  0x0000556d fetch  0x00000001 , 0x000007aa 
+ 00029501  0x0000556e rtn  0x00000034 
+ 00029502  0x0000556f beq  0x00000020 , 0x0000735c 
+ 00029503  0x00005570 beq  0x00000021 , 0x00007377 
+ 00029504  0x00005571 beq  0x00000022 , 0x0000737f 
+ 00029505  0x00005572 branch  0x00003a8a 
+ 00029506  0x00005575 fetch  0x00000001 , 0x000006f7 
+ 00029507  0x00005576 rtn  0x00000034 
+ 00029508  0x00005577 fetch  0x00000001 , 0x00008c24 
+ 00029509  0x00005578 rtnbit1  0x00000003 
+ 00029510  0x00005579 fetch  0x00000001 , 0x000007ab 
+ 00029511  0x0000557a rtnbit0  0x00000003 
+ 00029512  0x0000557b fetch  0x00000001 , 0x000007ab 
+ 00029513  0x0000557c set0  0x00000003 , 0x0000003f 
+ 00029514  0x0000557d store  0x00000001 , 0x000007ab 
+ 00029515  0x0000557e fetchr  0x00000039 , 0x00000001 , 0x0000087e 
+ 00029516  0x0000557f arg  0x00000020 , 0x00000039 
+ 00029517  0x00005580 arg  0x00000880 , 0x00000006 
+ 00029518  0x00005582 arg  0x00000003 , 0x00000007 
+ 00029519  0x00005583 arg  0x000007fd , 0x00000011 
+ 00029520  0x00005584 storer  0x00000011 , 0x00000002 , 0x00008c0f 
+ 00029521  0x00005585 branch  0x0000730d 
+ 00029522  0x00005588 fetch  0x00000001 , 0x000007ab 
+ 00029523  0x00005589 set1  0x00000003 , 0x0000003f 
+ 00029524  0x0000558a store  0x00000001 , 0x000007ab 
+ 00029525  0x0000558b rtn 
+ 00029526  0x0000558f arg  0x000007b1 , 0x00000005 
+ 00029527  0x00005590 arg  0x00000008 , 0x00000039 
+ 00029528  0x00005591 call  0x000073dd 
+ 00029529  0x00005592 arg  0x00000880 , 0x00000005 
+ 00029530  0x00005593 arg  0x00000008 , 0x00000039 
+ 00029531  0x00005594 branch  0x000073dd 
+ 00029532  0x00005597 fetch  0x00000001 , 0x00000799 
+ 00029533  0x00005598 fetcht  0x00000001 , 0x0000079b 
+ 00029534  0x00005599 iand  0x00000002 , 0x0000003f 
+ 00029535  0x0000559a branch  0x00007373 , 0x00000034 
+ 00029536  0x0000559b fetcht  0x00000001 , 0x0000079c 
+ 00029537  0x0000559c iadd  0x00000002 , 0x0000003f 
+ 00029538  0x0000559d beq  0x00000001 , 0x00007364 
+ 00029539  0x0000559e branch  0x00007373 
+ 00029540  0x000055a1 jam  0x00000000 , 0x000007aa 
+ 00029541  0x000055a3 fetch  0x00000001 , 0x000007b2 
+ 00029542  0x000055a4 beq  0x00000002 , 0x00007374 
+ 00029543  0x000055a5 beq  0x00000003 , 0x00007374 
+ 00029544  0x000055a6 fetch  0x00000001 , 0x000007b2 
+ 00029545  0x000055a7 store  0x00000001 , 0x000007b1 
+ 00029546  0x000055a8 fetch  0x00000001 , 0x000007b3 
+ 00029547  0x000055a9 istore  0x00000001 , 0x00000005 
+ 00029548  0x000055aa fetch  0x00000001 , 0x000007b5 
+ 00029549  0x000055ab istore  0x00000001 , 0x00000005 
+ 00029550  0x000055ac fetch  0x00000001 , 0x000007b7 
+ 00029551  0x000055ad istore  0x00000001 , 0x00000005 
+ 00029552  0x000055ae arg  0x00000004 , 0x00000039 
+ 00029553  0x000055af arg  0x000007b1 , 0x00000006 
+ 00029554  0x000055b0 branch  0x00007316 
+ 00029555  0x000055b3 jam  0x00000000 , 0x000007aa 
+ 00029556  0x000055b5 arg  0x00000008 , 0x00000039 
+ 00029557  0x000055b6 arg  0x000007b1 , 0x00000006 
+ 00029558  0x000055b7 branch  0x00007316 
+ 00029559  0x000055ba jam  0x00000000 , 0x000007aa 
+ 00029560  0x000055bb arg  0x00000003 , 0x00000039 
+ 00029561  0x000055bc arg  0x000007d1 , 0x00000006 
+ 00029562  0x000055bd branch  0x00007316 
+ 00029563  0x000055c0 jam  0x00000000 , 0x000007a9 
+ 00029564  0x000055c1 arg  0x00000008 , 0x00000039 
+ 00029565  0x000055c2 arg  0x000007c1 , 0x00000006 
+ 00029566  0x000055c3 branch  0x0000730a 
+ 00029567  0x000055c6 jam  0x00000000 , 0x000007aa 
+ 00029568  0x000055c7 arg  0x00000002 , 0x00000039 
+ 00029569  0x000055c8 arg  0x000007e1 , 0x00000006 
+ 00029570  0x000055c9 branch  0x00007316 
+ 00029571  0x000055cc fetch  0x00000001 , 0x0000079e 
+ 00029572  0x000055cd beq  0x00000002 , 0x00007386 
+ 00029573  0x000055ce rtn 
+ 00029574  0x000055d0 fetch  0x00000001 , 0x00008c00 
+ 00029575  0x000055d1 set1  0x00000007 , 0x0000003f 
+ 00029576  0x000055d2 store  0x00000001 , 0x00008c00 
+ 00029577  0x000055d3 jam  0x00000001 , 0x000007ae 
+ 00029578  0x000055d4 rtn 
+ 00029579  0x000055d7 fetch  0x00000001 , 0x0000079e 
+ 00029580  0x000055d8 rtneq  0x00000003 
+ 00029581  0x000055d9 beq  0x00000002 , 0x0000738f 
+ 00029582  0x000055da rtn 
+ 00029583  0x000055dc fetch  0x00000001 , 0x000007ae 
+ 00029584  0x000055dd rtn  0x00000034 
+ 00029585  0x000055de jam  0x00000001 , 0x000007ad 
+ 00029586  0x000055df branch  0x00007396 
+ 00029587  0x000055e2 arg  0x0000000f , 0x00000007 
+ 00029588  0x000055e3 call  0x0000742e 
+ 00029589  0x000055e4 nrtn  0x00000034 
+ 00029590  0x000055e6 fetch  0x00000001 , 0x00008c00 
+ 00029591  0x000055e7 rtnbit0  0x00000007 
+ 00029592  0x000055e8 jam  0x000000fc , 0x00008c00 
+ 00029593  0x000055e9 nop  0x00007530 
+ 00029594  0x000055ea jam  0x0000003c , 0x00008c00 
+ 00029595  0x000055eb rtn 
+ 00029596  0x000055f3 storer  0x00000005 , 0x00000002 , 0x000004e5 
+ 00029597  0x000055f4 storet  0x00000008 , 0x000004cc 
+ 00029598  0x000055f5 storer  0x0000000b , 0x00000004 , 0x000004d4 
+ 00029599  0x000055f6 call  0x000073a4 
+ 00029600  0x000055f7 storer  0x00000006 , 0x00000002 , 0x000004e3 
+ 00029601  0x000055f8 storer  0x00000039 , 0x00000002 , 0x000004ef 
+ 00029602  0x000055f9 storer  0x00000007 , 0x00000002 , 0x000004ed 
+ 00029603  0x000055fa rtn 
+ 00029604  0x000055fd storer  0x00000011 , 0x00000004 , 0x000004d8 
+ 00029605  0x000055fe storer  0x00000012 , 0x00000004 , 0x000004dc 
+ 00029606  0x000055ff storer  0x00000013 , 0x00000003 , 0x000004e0 
+ 00029607  0x00005600 rtn 
+ 00029608  0x00005603 bpatch  0x000000d0 , 0x0000401a 
+ 00029609  0x00005604 fetch  0x00000002 , 0x000004e5 
+ 00029610  0x00005605 iforce  0x00000005 
+ 00029611  0x00005606 fetcht  0x00000008 , 0x000004cc 
+ 00029612  0x00005607 fetchr  0x0000000b , 0x00000004 , 0x000004d4 
+ 00029613  0x00005608 call  0x000073b3 
+ 00029614  0x00005609 fetchr  0x00000039 , 0x00000002 , 0x000004ef 
+ 00029615  0x0000560a fetchr  0x00000007 , 0x00000002 , 0x000004ed 
+ 00029616  0x0000560b fetch  0x00000002 , 0x000004e3 
+ 00029617  0x0000560c iforce  0x00000006 
+ 00029618  0x0000560d rtn 
+ 00029619  0x00005610 fetchr  0x00000011 , 0x00000004 , 0x000004d8 
+ 00029620  0x00005611 fetchr  0x00000012 , 0x00000004 , 0x000004dc 
+ 00029621  0x00005612 fetchr  0x00000013 , 0x00000003 , 0x000004e0 
+ 00029622  0x00005613 rtn 
+ 00029623  0x00005616 fetch  0x00000002 , 0x000004e5 
+ 00029624  0x00005617 copy  0x0000003f , 0x00000005 
+ 00029625  0x00005618 rtn 
+ 00029626  0x0000561a fetch  0x00000002 , 0x000004e3 
+ 00029627  0x0000561b copy  0x0000003f , 0x00000006 
+ 00029628  0x0000561c rtn 
+ 00029629  0x0000561f copy  0x00000005 , 0x0000003f 
+ 00029630  0x00005620 store  0x00000002 , 0x000004e5 
+ 00029631  0x00005621 rtn 
+ 00029632  0x00005623 copy  0x00000006 , 0x0000003f 
+ 00029633  0x00005624 store  0x00000002 , 0x000004e3 
+ 00029634  0x00005625 rtn 
+ 00029635  0x0000562a call  0x000073d0 
+ 00029636  0x0000562c call  0x000073d0 
+ 00029637  0x0000562d branch  0x000073d0 
+ 00029638  0x00005631 call  0x000073cc 
+ 00029639  0x00005633 ifetch  0x00000001 , 0x00000006 
+ 00029640  0x00005634 istore  0x00000001 , 0x00000005 
+ 00029641  0x00005636 ifetch  0x00000003 , 0x00000006 
+ 00029642  0x00005637 istore  0x00000003 , 0x00000005 
+ 00029643  0x00005638 rtn 
+ 00029644  0x0000563a ifetch  0x00000008 , 0x00000006 
+ 00029645  0x0000563b istore  0x00000008 , 0x00000005 
+ 00029646  0x0000563c rtn 
+ 00029647  0x0000563f call  0x000073d2 
+ 00029648  0x00005641 call  0x000073cc 
+ 00029649  0x00005643 call  0x000073cc 
+ 00029650  0x00005645 call  0x000073cc 
+ 00029651  0x00005646 branch  0x000073cc 
+ 00029652  0x00005649 increase  0xffffffff , 0x0000003f 
+ 00029653  0x0000564a nop  0x00000026 
+ 00029654  0x0000564b nbranch  0x000073d4 , 0x00000034 
+ 00029655  0x0000564c rtn 
+ 00029656  0x00005650 arg  0x0000000a , 0x00000039 
+ 00029657  0x00005652 nop  0x00002ee0 
+ 00029658  0x00005653 loop  0x000073d9 
+ 00029659  0x00005654 rtn 
+ 00029660  0x00005657 force  0x00000003 , 0x00000039 
+ 00029661  0x00005659 force  0x00000000 , 0x0000003f 
+ 00029662  0x0000565b istore  0x00000008 , 0x00000005 
+ 00029663  0x0000565c loop  0x000073de 
+ 00029664  0x0000565d rtn 
+ 00029665  0x00005661 call  0x000073e2 
+ 00029666  0x00005663 force  0x00000000 , 0x0000003f 
+ 00029667  0x00005664 istore  0x00000008 , 0x00000005 
+ 00029668  0x00005665 rtn 
+ 00029669  0x00005667 force  0x00000000 , 0x0000003f 
+ 00029670  0x00005668 istore  0x00000004 , 0x00000005 
+ 00029671  0x00005669 rtn 
+ 00029672  0x0000566c force  0x00000004 , 0x00000039 
+ 00029673  0x0000566d branch  0x000073dd 
+ 00029674  0x0000566f force  0x00000008 , 0x00000039 
+ 00029675  0x00005670 branch  0x000073dd 
+ 00029676  0x00005673 deposit  0x00000039 
+ 00029677  0x00005674 rtn  0x00000034 
+ 00029678  0x00005675 setarg  0x00000000 
+ 00029679  0x00005677 istore  0x00000001 , 0x00000005 
+ 00029680  0x00005678 loop  0x000073ef 
+ 00029681  0x00005679 rtn 
+ 00029682  0x0000567d arg  0x00000020 , 0x00000039 
+ 00029683  0x0000567e arg  0x000004f6 , 0x00000005 
+ 00029684  0x0000567f branch  0x000073ec 
+ 00029685  0x00005682 ifetch  0x00000004 , 0x00000013 
+ 00029686  0x00005683 ifetcht  0x00000004 , 0x00000011 
+ 00029687  0x00005684 ixor  0x00000002 , 0x0000003f 
+ 00029688  0x00005685 istore  0x00000004 , 0x00000005 
+ 00029689  0x00005686 increase  0x00000004 , 0x00000011 
+ 00029690  0x00005687 increase  0x00000004 , 0x00000013 
+ 00029691  0x00005688 loop  0x000073f5 
+ 00029692  0x00005689 rtn 
+ 00029693  0x0000568e bpatch  0x000000d1 , 0x0000401a 
+ 00029694  0x0000568f copy  0x00000039 , 0x0000003f 
+ 00029695  0x00005690 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00029696  0x00005691 rtn  0x00000002 
+ 00029697  0x00005692 iadd  0x00000011 , 0x00000012 
+ 00029698  0x00005693 increase  0xffffffff , 0x00000012 
+ 00029699  0x00005694 rshift  0x00000039 , 0x00000039 
+ 00029700  0x00005696 ifetcht  0x00000001 , 0x00000011 
+ 00029701  0x00005697 ifetch  0x00000001 , 0x00000012 
+ 00029702  0x00005698 istore  0x00000001 , 0x00000011 
+ 00029703  0x00005699 istoret  0x00000001 , 0x00000012 
+ 00029704  0x0000569a increase  0xffffffff , 0x00000012 
+ 00029705  0x0000569b increase  0x00000001 , 0x00000011 
+ 00029706  0x0000569c loop  0x00007404 
+ 00029707  0x0000569d rtn 
+ 00029708  0x000056a2 deposit  0x00000039 
+ 00029709  0x000056a3 rtn  0x00000034 
+ 00029710  0x000056a5 increase  0xfffffff8 , 0x00000039 
+ 00029711  0x000056a6 call  0x000073cc , 0x00000002 
+ 00029712  0x000056a7 rtn  0x00000005 
+ 00029713  0x000056a8 branch  0x0000740e , 0x00000002 
+ 00029714  0x000056a9 increase  0x00000008 , 0x00000039 
+ 00029715  0x000056ab increase  0xfffffffc , 0x00000039 
+ 00029716  0x000056ac call  0x000073c7 , 0x00000002 
+ 00029717  0x000056ad rtn  0x00000005 
+ 00029718  0x000056ae branch  0x00007413 , 0x00000002 
+ 00029719  0x000056af increase  0x00000004 , 0x00000039 
+ 00029720  0x000056b0 branch  0x00007419 
+ 00029721  0x000056b3 deposit  0x00000039 
+ 00029722  0x000056b4 rtn  0x00000034 
+ 00029723  0x000056b6 ifetch  0x00000001 , 0x00000006 
+ 00029724  0x000056b7 istore  0x00000001 , 0x00000005 
+ 00029725  0x000056b8 loop  0x0000741b 
+ 00029726  0x000056b9 rtn 
+ 00029727  0x000056bc setarg  0x00000000 
+ 00029728  0x000056c0 store  0x00000002 , 0x000004c4 
+ 00029729  0x000056c1 bpatch  0x000000d2 , 0x0000401a 
+ 00029730  0x000056c2 call  0x0000742e 
+ 00029731  0x000056c3 fetcht  0x00000002 , 0x000004c4 
+ 00029732  0x000056c4 arg  0x000040ed , 0x00000005 
+ 00029733  0x000056c6 lshift  0x00000007 , 0x0000003f 
+ 00029734  0x000056c7 iadd  0x00000005 , 0x00000005 
+ 00029735  0x000056c8 istoret  0x00000002 , 0x00000005 
+ 00029736  0x000056c9 rtn 
+ 00029737  0x000056cc arg  0x00000800 , 0x0000000b 
+ 00029738  0x000056cd lshift16  0x0000000b , 0x0000000b 
+ 00029739  0x000056ce iadd  0x0000000b , 0x0000003f 
+ 00029740  0x000056cf rtn 
+ 00029741  0x000056d3 arg  0x00000000 , 0x00000007 
+ 00029742  0x000056d5 bpatch  0x000000d3 , 0x0000401a 
+ 00029743  0x000056d6 fetcht  0x00000004 , 0x00004096 
+ 00029744  0x000056d7 rshift  0x00000022 , 0x0000003f 
+ 00029745  0x000056d8 store  0x00000004 , 0x00004096 
+ 00029746  0x000056d9 isub  0x00000002 , 0x0000003e 
+ 00029747  0x000056da ncall  0x00007429 , 0x00000002 
+ 00029748  0x000056db isub  0x00000002 , 0x0000000b 
+ 00029749  0x000056dc copy  0x0000000b , 0x00000002 
+ 00029750  0x000056dd arg  0x000040ed , 0x00000006 
+ 00029751  0x000056de copy  0x00000006 , 0x00000005 
+ 00029752  0x000056df arg  0x00000010 , 0x00000039 
+ 00029753  0x000056e1 ifetch  0x00000002 , 0x00000006 
+ 00029754  0x000056e2 isub  0x00000002 , 0x0000003f 
+ 00029755  0x000056e3 branch  0x0000743d , 0x00000002 
+ 00029756  0x000056e4 force  0x00000000 , 0x0000003f 
+ 00029757  0x000056e6 istore  0x00000002 , 0x00000005 
+ 00029758  0x000056e7 loop  0x00007439 
+ 00029759  0x000056e8 arg  0x000040ed , 0x00000006 
+ 00029760  0x000056e9 lshift  0x00000007 , 0x0000003f 
+ 00029761  0x000056ea iadd  0x00000006 , 0x00000006 
+ 00029762  0x000056eb ifetch  0x00000002 , 0x00000006 
+ 00029763  0x000056ec rtn 
+ 00029764  0x000056f2 iadd  0x00000002 , 0x00000002 
+ 00029765  0x000056f3 copy  0x00000002 , 0x00000039 
+ 00029766  0x000056f4 fetch  0x00000002 , 0x0000003f 
+ 00029767  0x000056f5 isub  0x00000039 , 0x0000003f 
+ 00029768  0x000056f6 rtn  0x00000002 
+ 00029769  0x000056f7 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00029770  0x000056f8 rshift16  0x00000002 , 0x00000002 
+ 00029771  0x000056f9 increase  0x00000001 , 0x00000002 
+ 00029772  0x000056fa lshift16  0x00000002 , 0x00000002 
+ 00029773  0x000056fb ior  0x00000002 , 0x00000002 
+ 00029774  0x000056fc rtn 
+ 00029775  0x000056ff call  0x00007451 
+ 00029776  0x00005700 branch  0x0000745e 
+ 00029777  0x00005704 disable  0x00000028 
+ 00029778  0x00005705 isub  0x00000002 , 0x0000003f 
+ 00029779  0x00005706 branch  0x00007456 , 0x00000002 
+ 00029780  0x00005707 enable  0x00000028 
+ 00029781  0x00005708 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00029782  0x0000570a rtnbit0  0x0000000f 
+ 00029783  0x0000570b copy  0x0000003f , 0x00000014 
+ 00029784  0x0000570c arg  0x00010000 , 0x00000002 
+ 00029785  0x0000570d fetch  0x00000002 , 0x0000003f 
+ 00029786  0x0000570e isub  0x00000002 , 0x0000003f 
+ 00029787  0x0000570f iadd  0x00000014 , 0x0000003f 
+ 00029788  0x00005710 set0  0x00000040 , 0x0000003f 
+ 00029789  0x00005711 rtn 
+ 00029790  0x00005716 fetcht  0x00000002 , 0x0000003f 
+ 00029791  0x00005717 iforce  0x00000006 
+ 00029792  0x00005718 rshift16  0x0000003f , 0x0000003f 
+ 00029793  0x00005719 imul32  0x00000002 , 0x0000003f 
+ 00029794  0x0000571a iadd  0x00000006 , 0x0000003f 
+ 00029795  0x0000571b rtn 
+ 00029796  0x0000571f lshift8  0x0000003f , 0x0000003f 
+ 00029797  0x00005720 lshift4  0x0000003f , 0x0000003f 
+ 00029798  0x00005721 fetcht  0x00000003 , 0x000040be 
+ 00029799  0x00005722 idiv  0x00000002 
+ 00029800  0x00005723 call  0x00007475 
+ 00029801  0x00005724 quotient  0x00000002 
+ 00029802  0x00005725 rtn 
+ 00029803  0x00005729 fetcht  0x00000002 , 0x0000003f 
+ 00029804  0x0000572a idiv  0x00000002 
+ 00029805  0x0000572b call  0x00007472 
+ 00029806  0x0000572c lshift16  0x0000003f , 0x0000003f 
+ 00029807  0x0000572d remainder  0x00000002 
+ 00029808  0x0000572e ior  0x00000002 , 0x00000002 
+ 00029809  0x0000572f rtn 
+ 00029810  0x00005733 call  0x00007475 
+ 00029811  0x00005734 quotient  0x0000003f 
+ 00029812  0x00005735 rtn 
+ 00029813  0x00005738 rtn  0x00000035 
+ 00029814  0x00005739 branch  0x00007475 
+ 00029815  0x00005745 ifetch  0x00000001 , 0x00000011 
+ 00029816  0x00005746 ifetcht  0x00000001 , 0x00000012 
+ 00029817  0x00005747 isub  0x00000002 , 0x0000003e 
+ 00029818  0x00005748 nrtn  0x00000005 
+ 00029819  0x00005749 increase  0x00000001 , 0x00000011 
+ 00029820  0x0000574a increase  0x00000001 , 0x00000012 
+ 00029821  0x0000574b loop  0x00007477 
+ 00029822  0x0000574c force  0x00000000 , 0x0000003e 
+ 00029823  0x0000574d rtn 
+ 00029824  0x00005751 isub  0x00000002 , 0x0000003e 
+ 00029825  0x00005752 nrtn  0x00000002 
+ 00029826  0x00005753 deposit  0x00000002 
+ 00029827  0x00005754 rtn 
+ 00029828  0x00005758 arg  0x00000200 , 0x00000039 
+ 00029829  0x00005759 arg  0x00004000 , 0x00000005 
+ 00029830  0x0000575a branch  0x000073dd 
+ 00029831  0x0000575e rtn  0x00000034 
+ 00029832  0x0000575f copy  0x0000003f , 0x0000003d 
+ 00029833  0x00005764 call  0x00006d31 
+ 00029834  0x00005767 jam  0x00000001 , 0x00008203 
+ 00029835  0x00005768 rtn 
+ 00029836  0x0000576b store  0x00000002 , 0x00008205 
+ 00029837  0x0000576c fetch  0x00000001 , 0x00008203 
+ 00029838  0x0000576d set1  0x00000004 , 0x0000003f 
+ 00029839  0x0000576e store  0x00000001 , 0x00008203 
+ 00029840  0x0000576f rtn 
+ 00029841  0x00005771 store  0x00000002 , 0x00008207 
+ 00029842  0x00005772 fetch  0x00000001 , 0x00008203 
+ 00029843  0x00005773 set1  0x00000006 , 0x0000003f 
+ 00029844  0x00005774 store  0x00000001 , 0x00008203 
+ 00029845  0x00005775 rtn 
+ 00029846  0x00005778 store  0x00000002 , 0x00008205 
+ 00029847  0x00005779 jam  0x00000030 , 0x00008203 
+ 00029848  0x0000577a rtn 
+ 00029849  0x00005782 bpatch  0x000000d4 , 0x0000401a 
+ 00029850  0x00005783 ifetcht  0x00000008 , 0x00000011 
+ 00029851  0x00005784 and  0x00000002 , 0x000000ff , 0x0000003f 
+ 00029852  0x00005785 nbranch  0x0000749f , 0x00000034 
+ 00029853  0x00005786 rshift8  0x00000002 , 0x0000003f 
+ 00029854  0x00005787 istore  0x00000008 , 0x00000011 
+ 00029855  0x00005789 increase  0x00000007 , 0x00000011 
+ 00029856  0x0000578a ifetch  0x00000001 , 0x00000011 
+ 00029857  0x0000578b nbranch  0x00003a8a , 0x00000034 
+ 00029858  0x0000578c fetch  0x00000001 , 0x000004c3 
+ 00029859  0x0000578d istore  0x00000001 , 0x00000011 
+ 00029860  0x0000578e rtn 
+ 00029861  0x00005794 bpatch  0x000000d5 , 0x0000401a 
+ 00029862  0x00005795 arg  0x00000008 , 0x00000039 
+ 00029863  0x00005796 ifetch  0x00000008 , 0x00000011 
+ 00029864  0x00005797 rtn  0x00000034 
+ 00029865  0x00005799 ifetch  0x00000001 , 0x00000011 
+ 00029866  0x0000579a nbranch  0x000074ae , 0x00000034 
+ 00029867  0x0000579b increase  0x00000001 , 0x00000011 
+ 00029868  0x0000579c loop  0x000074a9 
+ 00029869  0x0000579d branch  0x00003a8a 
+ 00029870  0x0000579f arg  0x00000000 , 0x00000002 
+ 00029871  0x000057a0 istoret  0x00000001 , 0x00000011 
+ 00029872  0x000057a1 rtn 
+ 00029873  0x000057a7 ifetch  0x00000008 , 0x00000011 
+ 00029874  0x000057a8 rtn 
+ 00029875  0x000057ae ifetch  0x00000001 , 0x00000011 
+ 00029876  0x000057af rtn 
+ 00029877  0x000057b3 ifetch  0x00000002 , 0x00000011 
+ 00029878  0x000057b4 rtn 
+ 00029879  0x000057b9 arg  0x00000000 , 0x00000002 
+ 00029880  0x000057bb fetch  0x00000001 , 0x00000006 
+ 00029881  0x000057bc loop  0x000074b8 , 0x00000034 
+ 00029882  0x000057bd increase  0x00000001 , 0x00000002 
+ 00029883  0x000057be loop  0x000074b8 
+ 00029884  0x000057bf copy  0x00000002 , 0x0000003f 
+ 00029885  0x000057c0 rtn 
+ 00029886  0x000057c4 isub  0x00000002 , 0x0000003e 
+ 00029887  0x000057c5 nrtn  0x00000002 
+ 00029888  0x000057c7 copy  0x00000002 , 0x0000003f 
+ 00029889  0x000057c8 rtn 
+ 00029890  0x000057cc force  0xffffffff , 0x0000003e 
+ 00029891  0x000057cd rtn 
+ 00029892  0x000057d0 force  0x00000001 , 0x0000003e 
+ 00029893  0x000057d1 rtn 
+ 00029894  0x000057d3 force  0x00000000 , 0x0000003e 
+ 00029895  0x000057d4 rtn 
+ 00029896  0x000057d7 enable  0x00000028 
+ 00029897  0x000057d8 rtn 
+ 00029898  0x000057db disable  0x00000028 
+ 00029899  0x000057dc rtn 
+ 00029900  0x000057df enable  0x0000002c 
+ 00029901  0x000057e0 rtn 
+ 00029902  0x000057e3 disable  0x0000002c 
+ 00029903  0x000057e4 rtn 
+ 00029904  0x000057e7 enable  0x00000031 
+ 00029905  0x000057e8 rtn 
+ 00029906  0x000057eb disable  0x00000001 
+ 00029907  0x000057ec rtn 
+ 00029908  0x000057ef enable  0x00000001 
+ 00029909  0x000057f0 rtn 
+ 00029910  0x000057f3 setarg  0x00000001 
+ 00029911  0x000057f4 rtn 
+ 00029912  0x000057f8 setarg  0x00000000 
+ 00029913  0x000057f9 rtn 
+ 00029914  0x000057fe sub  0x00000039 , 0x00000000 , 0x0000003e 
+ 00029915  0x000057ff rtn  0x00000005 
+ 00029916  0x00005801 ifetcht  0x00000001 , 0x00000006 
+ 00029917  0x00005802 iadd  0x00000002 , 0x0000003f 
+ 00029918  0x00005803 loop  0x000074dc 
+ 00029919  0x00005804 rtn 
+ 00029920  0x00005809 setarg  0x00000000 
+ 00029921  0x0000580a store  0x00000008 , 0x00000016 
+ 00029922  0x0000580b rtn 
+ 00029923  0x0000580f arg  0x00000010 , 0x00000039 
+ 00029924  0x00005811 random  0x0000003f 
+ 00029925  0x00005812 istore  0x00000001 , 0x00000005 
+ 00029926  0x00005813 loop  0x000074e4 
+ 00029927  0x00005814 rtn 
+ 00029928  0x00005819 jam  0x00000001 , 0x00004596 
+ 00029929  0x0000581a call  0x0000778d 
+ 00029930  0x0000581b jam  0x00000042 , 0x000044cd 
+ 00029931  0x0000581c jam  0x00000015 , 0x000044ce 
+ 00029932  0x0000581e jam  0x00000055 , 0x000044dd 
+ 00029933  0x0000581f fetch  0x00000001 , 0x000044e2 
+ 00029934  0x00005820 pincrease  0x00000001 
+ 00029935  0x00005821 store  0x00000001 , 0x000044e2 
+ 00029936  0x00005822 call  0x000074f6 
+ 00029937  0x00005823 call  0x00007ad5 
+ 00029938  0x00005824 arg  0x00000017 , 0x00000039 
+ 00029939  0x00005825 arg  0x000044cd , 0x00000006 
+ 00029940  0x00005826 arg  0x0000464f , 0x00000005 
+ 00029941  0x00005827 branch  0x0000740c 
+ 00029942  0x0000582b arg  0x00000000 , 0x00000002 
+ 00029943  0x0000582c arg  0x000044dc , 0x00000006 
+ 00029944  0x0000582d arg  0x00000007 , 0x00000039 
+ 00029945  0x0000582f ifetch  0x00000001 , 0x00000006 
+ 00029946  0x00005830 iadd  0x00000002 , 0x00000002 
+ 00029947  0x00005831 loop  0x000074f9 
+ 00029948  0x00005832 storet  0x00000001 , 0x000044e3 
+ 00029949  0x00005833 rtn 
+ 00029950  0x00005837 fetch  0x00000001 , 0x000044e8 
+ 00029951  0x00005838 rtn  0x00000034 
+ 00029952  0x00005839 jam  0x00000000 , 0x000044e8 
+ 00029953  0x0000583a fetch  0x00000002 , 0x00004594 
+ 00029954  0x0000583b rtn  0x00000034 
+ 00029955  0x0000583c fetch  0x00000001 , 0x000044dc 
+ 00029956  0x0000583d pincrease  0x00000001 
+ 00029957  0x0000583e store  0x00000001 , 0x000044dc 
+ 00029958  0x0000583f beq  0x00000001 , 0x0000750c 
+ 00029959  0x00005840 beq  0x00000009 , 0x0000750c 
+ 00029960  0x00005841 call  0x000074e8 
+ 00029961  0x00005842 setarg  0x00000003 
+ 00029962  0x00005843 store  0x00000002 , 0x000044e4 
+ 00029963  0x00005844 rtn 
+ 00029964  0x00005847 fetch  0x00000001 , 0x000044e1 
+ 00029965  0x00005848 pincrease  0x00000040 
+ 00029966  0x00005849 store  0x00000001 , 0x000044e1 
+ 00029967  0x0000584a call  0x000074e8 
+ 00029968  0x0000584b branch  0x00007511 
+ 00029969  0x0000584e setarg  0x00000003 
+ 00029970  0x0000584f store  0x00000002 , 0x000044e4 
+ 00029971  0x00005850 rtn 
+ 00029972  0x00005853 jam  0x00000007 , 0x000044e1 
+ 00029973  0x00005854 jam  0x00000000 , 0x000044dc 
+ 00029974  0x00005855 branch  0x000074e8 
+ 00029975  0x00005858 fetch  0x00000001 , 0x000044a3 
+ 00029976  0x00005859 ncall  0x00007977 , 0x00000034 
+ 00029977  0x0000585a jam  0x00000011 , 0x000044e1 
+ 00029978  0x0000585b jam  0x00000000 , 0x000044dc 
+ 00029979  0x0000585c branch  0x000074e8 
+ 00029980  0x00005860 jam  0x00000012 , 0x000044e1 
+ 00029981  0x00005861 jam  0x00000000 , 0x000044dc 
+ 00029982  0x00005862 branch  0x000074e8 
+ 00029983  0x00005865 jam  0x00000013 , 0x000044e1 
+ 00029984  0x00005866 jam  0x00000000 , 0x000044dc 
+ 00029985  0x00005867 branch  0x000074e8 
+ 00029986  0x0000586a jam  0x00000005 , 0x000044e1 
+ 00029987  0x0000586b jam  0x00000000 , 0x000044e0 
+ 00029988  0x0000586c jam  0x00000000 , 0x000044dc 
+ 00029989  0x0000586d branch  0x000074e8 
+ 00029990  0x00005870 jam  0x00000009 , 0x000044e1 
+ 00029991  0x00005871 jam  0x00000000 , 0x000044dc 
+ 00029992  0x00005872 jam  0x00000000 , 0x000044e0 
+ 00029993  0x00005873 branch  0x000074e8 
+ 00029994  0x00005876 jam  0x00000014 , 0x000044e1 
+ 00029995  0x00005877 jam  0x00000000 , 0x000044dc 
+ 00029996  0x00005878 branch  0x000074e8 
+ 00029997  0x0000587c jam  0x00000015 , 0x000044e1 
+ 00029998  0x0000587d jam  0x00000000 , 0x000044dc 
+ 00029999  0x0000587e branch  0x000074e8 
+ 00030000  0x00005882 fetch  0x00000001 , 0x000044a3 
+ 00030001  0x00005883 ncall  0x000079ad , 0x00000034 
+ 00030002  0x00005884 jam  0x0000000c , 0x000044e1 
+ 00030003  0x00005885 jam  0x00000001 , 0x000044e0 
+ 00030004  0x00005886 jam  0x00000000 , 0x000044dc 
+ 00030005  0x00005887 branch  0x000074e8 
+ 00030006  0x0000588a fetch  0x00000001 , 0x000044a3 
+ 00030007  0x0000588b ncall  0x000079b5 , 0x00000034 
+ 00030008  0x0000588c jam  0x0000000e , 0x000044e1 
+ 00030009  0x0000588d jam  0x00000001 , 0x000044e0 
+ 00030010  0x0000588e jam  0x00000000 , 0x000044dc 
+ 00030011  0x0000588f branch  0x000074e8 
+ 00030012  0x00005893 fetch  0x00000001 , 0x000044a3 
+ 00030013  0x00005894 ncall  0x000079af , 0x00000034 
+ 00030014  0x00005895 jam  0x00000001 , 0x000044e1 
+ 00030015  0x00005896 jam  0x00000002 , 0x000044e0 
+ 00030016  0x00005897 jam  0x00000000 , 0x000044dc 
+ 00030017  0x00005898 branch  0x000074e8 
+ 00030018  0x0000589b fetch  0x00000001 , 0x000044a3 
+ 00030019  0x0000589c ncall  0x000079b7 , 0x00000034 
+ 00030020  0x0000589d jam  0x00000004 , 0x000044e1 
+ 00030021  0x0000589e jam  0x00000002 , 0x000044e0 
+ 00030022  0x0000589f jam  0x00000000 , 0x000044dc 
+ 00030023  0x000058a0 branch  0x000074e8 
+ 00030024  0x000058a4 fetch  0x00000001 , 0x000044a3 
+ 00030025  0x000058a5 ncall  0x000079b1 , 0x00000034 
+ 00030026  0x000058a6 jam  0x0000000d , 0x000044e1 
+ 00030027  0x000058a7 jam  0x00000003 , 0x000044e0 
+ 00030028  0x000058a8 jam  0x00000000 , 0x000044dc 
+ 00030029  0x000058a9 branch  0x000074e8 
+ 00030030  0x000058ac fetch  0x00000001 , 0x000044a3 
+ 00030031  0x000058ad ncall  0x000079b9 , 0x00000034 
+ 00030032  0x000058ae jam  0x0000000f , 0x000044e1 
+ 00030033  0x000058af jam  0x00000003 , 0x000044e0 
+ 00030034  0x000058b0 jam  0x00000000 , 0x000044dc 
+ 00030035  0x000058b1 branch  0x000074e8 
+ 00030036  0x000058b5 fetch  0x00000001 , 0x000044a3 
+ 00030037  0x000058b6 ncall  0x000079b3 , 0x00000034 
+ 00030038  0x000058b7 jam  0x00000008 , 0x000044e1 
+ 00030039  0x000058b8 jam  0x00000004 , 0x000044e0 
+ 00030040  0x000058b9 jam  0x00000000 , 0x000044dc 
+ 00030041  0x000058ba branch  0x000074e8 
+ 00030042  0x000058bd fetch  0x00000001 , 0x000044a3 
+ 00030043  0x000058be ncall  0x000079bb , 0x00000034 
+ 00030044  0x000058bf jam  0x00000006 , 0x000044e1 
+ 00030045  0x000058c0 jam  0x00000004 , 0x000044e0 
+ 00030046  0x000058c1 jam  0x00000000 , 0x000044dc 
+ 00030047  0x000058c2 branch  0x000074e8 
+ 00030048  0x000058c6 fetch  0x00000001 , 0x00004724 
+ 00030049  0x000058c7 beq  0x00000001 , 0x00007514 
+ 00030050  0x000058c8 jam  0x000000b1 , 0x00004706 
+ 00030051  0x000058c9 branch  0x0000774f 
+ 00030052  0x000058cc fetch  0x00000001 , 0x000044a3 
+ 00030053  0x000058cd ncall  0x00007960 , 0x00000034 
+ 00030054  0x000058ce jam  0x00000016 , 0x000044e1 
+ 00030055  0x000058cf jam  0x00000000 , 0x000044dc 
+ 00030056  0x000058d0 jam  0x00000000 , 0x000044e0 
+ 00030057  0x000058d1 branch  0x000074e8 
+ 00030058  0x000058d4 fetch  0x00000001 , 0x000044a3 
+ 00030059  0x000058d5 ncall  0x00007966 , 0x00000034 
+ 00030060  0x000058d6 jam  0x00000017 , 0x000044e1 
+ 00030061  0x000058d7 jam  0x00000000 , 0x000044dc 
+ 00030062  0x000058d8 jam  0x00000000 , 0x000044e0 
+ 00030063  0x000058d9 branch  0x000074e8 
+ 00030064  0x000058dc jam  0x00000000 , 0x00004706 
+ 00030065  0x000058dd fetch  0x00000001 , 0x000044a3 
+ 00030066  0x000058de ncall  0x0000792a , 0x00000034 
+ 00030067  0x000058df jam  0x0000000a , 0x000044e1 
+ 00030068  0x000058e0 branch  0x000074e8 
+ 00030069  0x000058e3 jam  0x00000000 , 0x00004706 
+ 00030070  0x000058e4 fetch  0x00000001 , 0x000044a3 
+ 00030071  0x000058e5 ncall  0x0000792c , 0x00000034 
+ 00030072  0x000058e6 jam  0x0000000b , 0x000044e1 
+ 00030073  0x000058e7 branch  0x000074e8 
+ 00030074  0x000058ea jam  0x00000000 , 0x00004706 
+ 00030075  0x000058eb fetch  0x00000001 , 0x000044a3 
+ 00030076  0x000058ec ncall  0x0000792e , 0x00000034 
+ 00030077  0x000058ed jam  0x00000003 , 0x000044e1 
+ 00030078  0x000058ee branch  0x000074e8 
+ 00030079  0x000058f1 jam  0x00000000 , 0x00004706 
+ 00030080  0x000058f2 fetch  0x00000001 , 0x000044a3 
+ 00030081  0x000058f3 ncall  0x00007930 , 0x00000034 
+ 00030082  0x000058f4 jam  0x00000002 , 0x000044e1 
+ 00030083  0x000058f5 branch  0x000074e8 
+ 00030084  0x000058f8 fetch  0x00000001 , 0x000044a3 
+ 00030085  0x000058f9 ncall  0x00007948 , 0x00000034 
+ 00030086  0x000058fa jam  0x00000010 , 0x000044e1 
+ 00030087  0x000058fb jam  0x00000000 , 0x000044dc 
+ 00030088  0x000058fc branch  0x000074e8 
+ 00030089  0x00005904 call  0x00007de0 
+ 00030090  0x00005906 call  0x000075aa 
+ 00030091  0x00005907 call  0x000075b5 
+ 00030092  0x00005908 bpatchx  0x00000071 , 0x0000402e 
+ 00030093  0x0000590a jam  0x00000001 , 0x0000457d 
+ 00030094  0x0000590b jam  0x00000001 , 0x0000457e 
+ 00030095  0x0000590f bpatchx  0x00000072 , 0x0000402e 
+ 00030096  0x00005910 fetch  0x00000002 , 0x000042b0 
+ 00030097  0x00005911 lshift4  0x0000003f , 0x0000003f 
+ 00030098  0x00005912 arg  0x0000ffff , 0x00000002 
+ 00030099  0x00005913 iand  0x00000002 , 0x0000003f 
+ 00030100  0x00005914 branch  0x000075bc , 0x00000034 
+ 00030101  0x00005915 arg  0x0000fff0 , 0x00000002 
+ 00030102  0x00005916 isub  0x00000002 , 0x0000003e 
+ 00030103  0x00005917 branch  0x000075be , 0x00000005 
+ 00030104  0x00005919 bpatchx  0x00000073 , 0x0000402e 
+ 00030105  0x0000591a byteswap  0x0000003f , 0x0000003f 
+ 00030106  0x0000591b store  0x00000002 , 0x0000457b 
+ 00030107  0x0000591c store  0x00000002 , 0x000044de 
+ 00030108  0x0000591e arg  0x0000ffff , 0x00000011 
+ 00030109  0x0000591f lshift16  0x00000011 , 0x00000002 
+ 00030110  0x00005920 setarg  0x0000ffff 
+ 00030111  0x00005921 ior  0x00000002 , 0x00000002 
+ 00030112  0x00005922 fetch  0x00000004 , 0x000042b0 
+ 00030113  0x00005923 call  0x000075ba , 0x00000034 
+ 00030114  0x00005924 isub  0x00000002 , 0x0000003e 
+ 00030115  0x00005925 call  0x000075ba , 0x00000005 
+ 00030116  0x00005926 store  0x00000004 , 0x000044a7 
+ 00030117  0x00005928 setarg  0x00007b9d 
+ 00030118  0x00005929 store  0x00000002 , 0x0000439c 
+ 00030119  0x0000592b setarg  0x000079bd 
+ 00030120  0x0000592c store  0x00000002 , 0x00004394 
+ 00030121  0x0000592d branch  0x000076cc 
+ 00030122  0x00005931 bpatchx  0x00000074 , 0x0000402e 
+ 00030123  0x00005932 fetchr  0x00000039 , 0x00000001 , 0x0000455e 
+ 00030124  0x00005934 fetcht  0x00000004 , 0x00004738 
+ 00030125  0x00005935 arg  0x00004560 , 0x00000006 
+ 00030126  0x00005937 bpatchx  0x00000075 , 0x0000402e 
+ 00030127  0x00005938 ifetch  0x00000001 , 0x00000006 
+ 00030128  0x00005939 iforce  0x00000007 
+ 00030129  0x0000593a qset1  0x00000002 
+ 00030130  0x0000593b loop  0x000075ae 
+ 00030131  0x0000593c storet  0x00000004 , 0x00004738 
+ 00030132  0x0000593d rtn 
+ 00030133  0x00005940 bpatchx  0x00000076 , 0x0000402e 
+ 00030134  0x00005941 fetchr  0x00000039 , 0x00000001 , 0x0000455f 
+ 00030135  0x00005943 fetcht  0x00000004 , 0x00004738 
+ 00030136  0x00005944 arg  0x00004568 , 0x00000006 
+ 00030137  0x00005945 branch  0x000075ae 
+ 00030138  0x00005948 setarg  0x00111213 
+ 00030139  0x00005949 rtn 
+ 00030140  0x0000594c arg  0x00000010 , 0x0000003f 
+ 00030141  0x0000594d branch  0x00007598 
+ 00030142  0x00005950 arg  0x0000ffe0 , 0x0000003f 
+ 00030143  0x00005951 branch  0x00007598 
+ 00030144  0x0000595b bpatchx  0x00000077 , 0x0000402e 
+ 00030145  0x0000595c fetch  0x00000004 , 0x000042b0 
+ 00030146  0x0000595d store  0x00000004 , 0x00004525 
+ 00030147  0x0000595e jam  0x000000d1 , 0x00004529 
+ 00030148  0x0000595f fetch  0x00000001 , 0x0000452b 
+ 00030149  0x00005960 pincrease  0x00000001 
+ 00030150  0x00005961 store  0x00000001 , 0x0000452b 
+ 00030151  0x00005963 arg  0x00000000 , 0x00000002 
+ 00030152  0x00005964 arg  0x00004524 , 0x00000006 
+ 00030153  0x00005965 arg  0x00000008 , 0x00000039 
+ 00030154  0x00005966 call  0x00007603 
+ 00030155  0x00005967 byteswap  0x00000002 , 0x00000002 
+ 00030156  0x00005968 storet  0x00000002 , 0x0000452c 
+ 00030157  0x0000596b arg  0x00004523 , 0x00000013 
+ 00030158  0x0000596c arg  0x0000000b , 0x00000039 
+ 00030159  0x0000596d setarg  0x00000000 
+ 00030160  0x0000596e store  0x00000002 , 0x000044c6 
+ 00030161  0x0000596f call  0x00007b57 
+ 00030162  0x00005970 fetch  0x00000002 , 0x000044c6 
+ 00030163  0x00005971 store  0x00000002 , 0x0000452e 
+ 00030164  0x00005974 arg  0x00000017 , 0x00000039 
+ 00030165  0x00005975 arg  0x000044e9 , 0x00000006 
+ 00030166  0x00005976 arg  0x0000464f , 0x00000005 
+ 00030167  0x00005977 call  0x0000740c 
+ 00030168  0x00005979 arg  0x0000000d , 0x00000039 
+ 00030169  0x0000597a arg  0x00004523 , 0x00000006 
+ 00030170  0x0000597b arg  0x00004666 , 0x00000005 
+ 00030171  0x0000597c call  0x0000740c 
+ 00030172  0x0000597e jam  0x00000025 , 0x0000467a 
+ 00030173  0x0000597f jam  0x00000033 , 0x0000467b 
+ 00030174  0x00005980 call  0x00007b7b 
+ 00030175  0x00005982 arg  0x00000025 , 0x00000039 
+ 00030176  0x00005983 arg  0x0000464f , 0x00000006 
+ 00030177  0x00005984 arg  0x00004530 , 0x00000005 
+ 00030178  0x00005985 branch  0x0000740c 
+ 00030179  0x00005988 ifetch  0x00000001 , 0x00000006 
+ 00030180  0x00005989 reverse  0x0000003f , 0x0000003f 
+ 00030181  0x0000598a istore  0x00000001 , 0x00000005 
+ 00030182  0x0000598b loop  0x000075e3 
+ 00030183  0x0000598c rtn 
+ 00030184  0x0000598f bpatchx  0x00000078 , 0x0000402f 
+ 00030185  0x00005990 call  0x00007ad5 
+ 00030186  0x00005991 call  0x00007600 
+ 00030187  0x00005992 byteswap  0x00000002 , 0x00000002 
+ 00030188  0x00005993 storet  0x00000002 , 0x00004508 
+ 00030189  0x00005994 arg  0x00004500 , 0x00000013 
+ 00030190  0x00005995 arg  0x0000000a , 0x00000039 
+ 00030191  0x00005996 setarg  0x00000000 
+ 00030192  0x00005997 store  0x00000002 , 0x000044c6 
+ 00030193  0x00005998 call  0x00007b57 
+ 00030194  0x00005999 fetch  0x00000002 , 0x000044c6 
+ 00030195  0x0000599a store  0x00000002 , 0x0000450a 
+ 00030196  0x0000599b fetch  0x00000002 , 0x0000450c 
+ 00030197  0x0000599c byteswap  0x0000003f , 0x0000003f 
+ 00030198  0x0000599d pincrease  0x00000001 
+ 00030199  0x0000599e byteswap  0x0000003f , 0x0000003f 
+ 00030200  0x0000599f store  0x00000002 , 0x0000450c 
+ 00030201  0x000059a1 arg  0x00000025 , 0x00000039 
+ 00030202  0x000059a2 arg  0x000044e9 , 0x00000006 
+ 00030203  0x000059a3 arg  0x0000464f , 0x00000005 
+ 00030204  0x000059a4 call  0x0000740c 
+ 00030205  0x000059a5 jam  0x00000025 , 0x0000467a 
+ 00030206  0x000059a6 jam  0x00000033 , 0x0000467b 
+ 00030207  0x000059a7 branch  0x00007b7b 
+ 00030208  0x000059ab arg  0x00000000 , 0x00000002 
+ 00030209  0x000059ac arg  0x00004501 , 0x00000006 
+ 00030210  0x000059ad arg  0x00000007 , 0x00000039 
+ 00030211  0x000059af ifetch  0x00000001 , 0x00000006 
+ 00030212  0x000059b0 iadd  0x00000002 , 0x00000002 
+ 00030213  0x000059b1 loop  0x00007603 
+ 00030214  0x000059b2 rtn 
+ 00030215  0x000059b5 arg  0x00000033 , 0x00000012 
+ 00030216  0x000059b6 rtn 
+ 00030217  0x000059bb fetch  0x00000001 , 0x0000450e 
+ 00030218  0x000059bc store  0x00000001 , 0x00004505 
+ 00030219  0x000059bd rtn 
+ 00030220  0x000059c0 call  0x000079ab 
+ 00030221  0x000059c1 jam  0x00000068 , 0x00004524 
+ 00030222  0x000059c2 jam  0x00000046 , 0x0000452a 
+ 00030223  0x000059c3 call  0x000075c0 
+ 00030224  0x000059c5 jam  0x00000068 , 0x00004501 
+ 00030225  0x000059c6 jam  0x00000046 , 0x00004507 
+ 00030226  0x000059c7 branch  0x000075e8 
+ 00030227  0x000059ca jam  0x0000006e , 0x00004524 
+ 00030228  0x000059cb jam  0x000000f0 , 0x0000452a 
+ 00030229  0x000059cc call  0x000075c0 
+ 00030230  0x000059ce jam  0x0000006e , 0x00004501 
+ 00030231  0x000059cf jam  0x000000f0 , 0x00004507 
+ 00030232  0x000059d0 branch  0x000075e8 
+ 00030233  0x000059d3 call  0x0000792a 
+ 00030234  0x000059d4 jam  0x00000069 , 0x00004524 
+ 00030235  0x000059d5 jam  0x00000000 , 0x0000452a 
+ 00030236  0x000059d6 call  0x000075c0 
+ 00030237  0x000059d8 jam  0x00000069 , 0x00004501 
+ 00030238  0x000059d9 jam  0x00000000 , 0x00004507 
+ 00030239  0x000059da branch  0x000075e8 
+ 00030240  0x000059dd call  0x0000792c 
+ 00030241  0x000059de jam  0x0000006a , 0x00004524 
+ 00030242  0x000059df jam  0x00000000 , 0x0000452a 
+ 00030243  0x000059e0 call  0x000075c0 
+ 00030244  0x000059e2 jam  0x0000006a , 0x00004501 
+ 00030245  0x000059e3 jam  0x00000000 , 0x00004507 
+ 00030246  0x000059e4 branch  0x000075e8 
+ 00030247  0x000059e7 call  0x0000792e 
+ 00030248  0x000059e8 jam  0x00000065 , 0x00004524 
+ 00030249  0x000059e9 jam  0x00000000 , 0x0000452a 
+ 00030250  0x000059ea call  0x000075c0 
+ 00030251  0x000059ec jam  0x00000065 , 0x00004501 
+ 00030252  0x000059ed jam  0x00000000 , 0x00004507 
+ 00030253  0x000059ee branch  0x000075e8 
+ 00030254  0x000059f1 call  0x00007930 
+ 00030255  0x000059f2 jam  0x00000066 , 0x00004524 
+ 00030256  0x000059f3 jam  0x00000000 , 0x0000452a 
+ 00030257  0x000059f4 call  0x000075c0 
+ 00030258  0x000059f6 jam  0x00000066 , 0x00004501 
+ 00030259  0x000059f7 jam  0x00000000 , 0x00004507 
+ 00030260  0x000059f8 branch  0x000075e8 
+ 00030261  0x000059fb jam  0x00000060 , 0x00004524 
+ 00030262  0x000059fc jam  0x00000000 , 0x0000452a 
+ 00030263  0x000059fd jam  0x000000d2 , 0x00004529 
+ 00030264  0x000059fe call  0x000075c0 
+ 00030265  0x00005a00 jam  0x00000060 , 0x00004501 
+ 00030266  0x00005a01 jam  0x000000d1 , 0x00004507 
+ 00030267  0x00005a02 jam  0x000000d2 , 0x00004506 
+ 00030268  0x00005a03 branch  0x000075e8 
+ 00030269  0x00005a06 jam  0x00000060 , 0x00004524 
+ 00030270  0x00005a07 jam  0x00000000 , 0x0000452a 
+ 00030271  0x00005a08 jam  0x000000d4 , 0x00004529 
+ 00030272  0x00005a09 call  0x000075c0 
+ 00030273  0x00005a0b jam  0x00000060 , 0x00004501 
+ 00030274  0x00005a0c jam  0x000000d1 , 0x00004507 
+ 00030275  0x00005a0d jam  0x000000d4 , 0x00004506 
+ 00030276  0x00005a0e branch  0x000075e8 
+ 00030277  0x00005a11 jam  0x00000060 , 0x00004524 
+ 00030278  0x00005a12 jam  0x00000000 , 0x0000452a 
+ 00030279  0x00005a13 jam  0x00000003 , 0x00004529 
+ 00030280  0x00005a14 call  0x000075c0 
+ 00030281  0x00005a16 jam  0x00000060 , 0x00004501 
+ 00030282  0x00005a17 setarg  0x000000d1 
+ 00030283  0x00005a18 store  0x00000002 , 0x00004507 
+ 00030284  0x00005a19 jam  0x00000003 , 0x0000450e 
+ 00030285  0x00005a1a branch  0x000075e8 
+ 00030286  0x00005a1d jam  0x00000060 , 0x00004524 
+ 00030287  0x00005a1e jam  0x00000000 , 0x0000452a 
+ 00030288  0x00005a1f jam  0x00000004 , 0x00004529 
+ 00030289  0x00005a20 call  0x000075c0 
+ 00030290  0x00005a22 jam  0x00000060 , 0x00004501 
+ 00030291  0x00005a23 setarg  0x000000d1 
+ 00030292  0x00005a24 store  0x00000002 , 0x00004507 
+ 00030293  0x00005a25 jam  0x00000004 , 0x0000450e 
+ 00030294  0x00005a26 branch  0x000075e8 
+ 00030295  0x00005a29 jam  0x0000006f , 0x00004524 
+ 00030296  0x00005a2a jam  0x00000000 , 0x0000452a 
+ 00030297  0x00005a2b jam  0x000000d2 , 0x00004529 
+ 00030298  0x00005a2c call  0x000075c0 
+ 00030299  0x00005a2e jam  0x0000006f , 0x00004501 
+ 00030300  0x00005a2f jam  0x000000d1 , 0x00004507 
+ 00030301  0x00005a30 jam  0x000000d2 , 0x00004506 
+ 00030302  0x00005a31 branch  0x000075e8 
+ 00030303  0x00005a34 jam  0x0000006f , 0x00004524 
+ 00030304  0x00005a35 jam  0x00000000 , 0x0000452a 
+ 00030305  0x00005a36 jam  0x000000d4 , 0x00004529 
+ 00030306  0x00005a37 call  0x000075c0 
+ 00030307  0x00005a39 jam  0x0000006f , 0x00004501 
+ 00030308  0x00005a3a jam  0x000000d1 , 0x00004507 
+ 00030309  0x00005a3b jam  0x000000d4 , 0x00004506 
+ 00030310  0x00005a3c branch  0x000075e8 
+ 00030311  0x00005a3f jam  0x0000006f , 0x00004524 
+ 00030312  0x00005a40 jam  0x00000000 , 0x0000452a 
+ 00030313  0x00005a41 jam  0x00000003 , 0x00004529 
+ 00030314  0x00005a42 call  0x000075c0 
+ 00030315  0x00005a44 jam  0x0000006f , 0x00004501 
+ 00030316  0x00005a45 setarg  0x000000d1 
+ 00030317  0x00005a46 store  0x00000002 , 0x00004507 
+ 00030318  0x00005a47 jam  0x00000003 , 0x0000450e 
+ 00030319  0x00005a48 branch  0x000075e8 
+ 00030320  0x00005a4b jam  0x0000006f , 0x00004524 
+ 00030321  0x00005a4c jam  0x00000000 , 0x0000452a 
+ 00030322  0x00005a4d jam  0x00000004 , 0x00004529 
+ 00030323  0x00005a4e call  0x000075c0 
+ 00030324  0x00005a50 jam  0x0000006f , 0x00004501 
+ 00030325  0x00005a51 setarg  0x000000d1 
+ 00030326  0x00005a52 store  0x00000002 , 0x00004507 
+ 00030327  0x00005a53 jam  0x00000004 , 0x0000450e 
+ 00030328  0x00005a54 branch  0x000075e8 
+ 00030329  0x00005a57 jam  0x000000d2 , 0x00004529 
+ 00030330  0x00005a58 jam  0x000000d2 , 0x00004506 
+ 00030331  0x00005a59 branch  0x0000768f 
+ 00030332  0x00005a5c jam  0x000000d4 , 0x00004529 
+ 00030333  0x00005a5d jam  0x000000d4 , 0x00004506 
+ 00030334  0x00005a5e branch  0x0000768f 
+ 00030335  0x00005a61 jam  0x00000003 , 0x00004529 
+ 00030336  0x00005a62 jam  0x00000003 , 0x00004506 
+ 00030337  0x00005a63 branch  0x0000768f 
+ 00030338  0x00005a66 jam  0x00000004 , 0x00004529 
+ 00030339  0x00005a67 jam  0x00000004 , 0x00004506 
+ 00030340  0x00005a68 branch  0x0000768f 
+ 00030341  0x00005a6c call  0x0000794f 
+ 00030342  0x00005a6d jam  0x0000006f , 0x00004524 
+ 00030343  0x00005a6e jam  0x000000aa , 0x0000452a 
+ 00030344  0x00005a6f call  0x000075c0 
+ 00030345  0x00005a71 jam  0x0000006f , 0x00004501 
+ 00030346  0x00005a72 setarg  0x000000aa 
+ 00030347  0x00005a73 store  0x00000002 , 0x00004507 
+ 00030348  0x00005a74 branch  0x000075e8 
+ 00030349  0x00005a77 jam  0x000000d1 , 0x00004506 
+ 00030350  0x00005a78 jam  0x000000d1 , 0x00004529 
+ 00030351  0x00005a7a call  0x0000794a 
+ 00030352  0x00005a7b jam  0x0000006f , 0x00004524 
+ 00030353  0x00005a7c jam  0x00000055 , 0x0000452a 
+ 00030354  0x00005a7d call  0x000075c0 
+ 00030355  0x00005a7f jam  0x0000006f , 0x00004501 
+ 00030356  0x00005a80 jam  0x00000055 , 0x00004507 
+ 00030357  0x00005a81 jam  0x00000000 , 0x0000450e 
+ 00030358  0x00005a82 call  0x00007609 
+ 00030359  0x00005a83 branch  0x000075e8 
+ 00030360  0x00005a86 call  0x00007948 
+ 00030361  0x00005a87 jam  0x0000006e , 0x00004524 
+ 00030362  0x00005a88 jam  0x00000000 , 0x0000452a 
+ 00030363  0x00005a89 call  0x000075c0 
+ 00030364  0x00005a8b jam  0x000000a1 , 0x00004501 
+ 00030365  0x00005a8c jam  0x00000000 , 0x00004507 
+ 00030366  0x00005a8d branch  0x000075e8 
+ 00030367  0x00005a90 fetch  0x00000001 , 0x00004597 
+ 00030368  0x00005a91 beq  0x00000000 , 0x000076a4 
+ 00030369  0x00005a92 beq  0x00000001 , 0x000076ac 
+ 00030370  0x00005a93 beq  0x00000002 , 0x000076b4 
+ 00030371  0x00005a94 rtn 
+ 00030372  0x00005a97 call  0x00007959 
+ 00030373  0x00005a98 jam  0x00000001 , 0x00004597 
+ 00030374  0x00005a99 jam  0x0000006d , 0x00004524 
+ 00030375  0x00005a9a jam  0x00000001 , 0x0000452a 
+ 00030376  0x00005a9b call  0x000075c0 
+ 00030377  0x00005a9d jam  0x0000006d , 0x00004501 
+ 00030378  0x00005a9e jam  0x00000001 , 0x00004507 
+ 00030379  0x00005a9f branch  0x000075e8 
+ 00030380  0x00005aa2 call  0x00007960 
+ 00030381  0x00005aa3 jam  0x00000002 , 0x00004597 
+ 00030382  0x00005aa4 jam  0x0000006d , 0x00004524 
+ 00030383  0x00005aa5 jam  0x00000002 , 0x0000452a 
+ 00030384  0x00005aa6 call  0x000075c0 
+ 00030385  0x00005aa8 jam  0x0000006d , 0x00004501 
+ 00030386  0x00005aa9 jam  0x00000002 , 0x00004507 
+ 00030387  0x00005aaa branch  0x000075e8 
+ 00030388  0x00005aad call  0x00007966 
+ 00030389  0x00005aae jam  0x00000000 , 0x00004597 
+ 00030390  0x00005aaf jam  0x0000006d , 0x00004524 
+ 00030391  0x00005ab0 jam  0x00000003 , 0x0000452a 
+ 00030392  0x00005ab1 call  0x000075c0 
+ 00030393  0x00005ab3 jam  0x0000006d , 0x00004501 
+ 00030394  0x00005ab4 jam  0x00000003 , 0x00004507 
+ 00030395  0x00005ab5 branch  0x000075e8 
+ 00030396  0x00005ab8 jam  0x00000060 , 0x00004524 
+ 00030397  0x00005ab9 jam  0x00000000 , 0x0000452a 
+ 00030398  0x00005aba jam  0x000000d1 , 0x00004529 
+ 00030399  0x00005abb call  0x000075c0 
+ 00030400  0x00005abd jam  0x00000060 , 0x00004501 
+ 00030401  0x00005abe jam  0x00000000 , 0x00004507 
+ 00030402  0x00005abf jam  0x000000d1 , 0x00004506 
+ 00030403  0x00005ac0 branch  0x000075e8 
+ 00030404  0x00005ac3 jam  0x0000006f , 0x00004524 
+ 00030405  0x00005ac4 jam  0x00000000 , 0x0000452a 
+ 00030406  0x00005ac5 jam  0x000000d1 , 0x00004529 
+ 00030407  0x00005ac6 call  0x000075c0 
+ 00030408  0x00005ac8 jam  0x0000006f , 0x00004501 
+ 00030409  0x00005ac9 jam  0x00000000 , 0x00004507 
+ 00030410  0x00005aca jam  0x000000d1 , 0x00004506 
+ 00030411  0x00005acb branch  0x000075e8 
+ 00030412  0x00005ad1 bpatchx  0x00000079 , 0x0000402f 
+ 00030413  0x00005ad3 fetch  0x00000002 , 0x00004579 
+ 00030414  0x00005ad4 nrtn  0x00000034 
+ 00030415  0x00005ad6 call  0x000076da 
+ 00030416  0x00005ad8 bpatchx  0x0000007a , 0x0000402f 
+ 00030417  0x00005ada arg  0x00004560 , 0x00000011 
+ 00030418  0x00005adc fetch  0x00000001 , 0x0000455e 
+ 00030419  0x00005add iforce  0x00000039 
+ 00030420  0x00005adf ifetcht  0x00000001 , 0x00000011 
+ 00030421  0x00005ae0 call  0x00006b7c 
+ 00030422  0x00005ae1 increase  0x00000001 , 0x00000011 
+ 00030423  0x00005ae2 loop  0x000076d4 
+ 00030424  0x00005ae3 nop  0x00002ee0 
+ 00030425  0x00005ae4 rtn 
+ 00030426  0x00005ae8 arg  0x00004568 , 0x00000011 
+ 00030427  0x00005ae9 fetch  0x00000001 , 0x0000455f 
+ 00030428  0x00005aea iforce  0x00000039 
+ 00030429  0x00005aec ifetcht  0x00000001 , 0x00000011 
+ 00030430  0x00005aed or  0x00000002 , 0x00000080 , 0x00000002 
+ 00030431  0x00005aee call  0x0000773e 
+ 00030432  0x00005aef increase  0x00000001 , 0x00000011 
+ 00030433  0x00005af0 loop  0x000076dd 
+ 00030434  0x00005af1 nop  0x00002ee0 
+ 00030435  0x00005af2 rtn 
+ 00030436  0x00005af6 fetch  0x00000002 , 0x00004579 
+ 00030437  0x00005af8 nrtn  0x00000034 
+ 00030438  0x00005af9 jam  0x00000000 , 0x00004572 
+ 00030439  0x00005afb setarg  0x00000000 
+ 00030440  0x00005afc store  0x00000008 , 0x00004556 
+ 00030441  0x00005afe jam  0x00000000 , 0x00004570 
+ 00030442  0x00005aff arg  0x00004560 , 0x00000013 
+ 00030443  0x00005b02 ifetcht  0x00000001 , 0x00000013 
+ 00030444  0x00005b03 call  0x00006b85 
+ 00030445  0x00005b04 call  0x00007706 , 0x00000001 
+ 00030446  0x00005b06 ifetcht  0x00000001 , 0x00000013 
+ 00030447  0x00005b07 call  0x00006b7c 
+ 00030448  0x00005b08 call  0x000076da 
+ 00030449  0x00005b0a increase  0x00000001 , 0x00000013 
+ 00030450  0x00005b0b fetch  0x00000001 , 0x00004570 
+ 00030451  0x00005b0c pincrease  0x00000001 
+ 00030452  0x00005b0d store  0x00000001 , 0x00004570 
+ 00030453  0x00005b0e fetcht  0x00000001 , 0x0000455e 
+ 00030454  0x00005b0f isub  0x00000002 , 0x0000003e 
+ 00030455  0x00005b10 nbranch  0x000076eb , 0x00000002 
+ 00030456  0x00005b11 rtn 
+ 00030457  0x00005b14 bpatchx  0x0000007b , 0x0000402f 
+ 00030458  0x00005b16 fetch  0x00000001 , 0x00004570 
+ 00030459  0x00005b17 pincrease  0x00000001 
+ 00030460  0x00005b18 fetcht  0x00000001 , 0x0000455f 
+ 00030461  0x00005b19 increase  0x00000001 , 0x00000002 
+ 00030462  0x00005b1a imul32  0x00000002 , 0x0000003f 
+ 00030463  0x00005b1b iforce  0x00000007 
+ 00030464  0x00005b1c fetch  0x00000008 , 0x00004556 
+ 00030465  0x00005b1d qset1  0x0000003f 
+ 00030466  0x00005b1e store  0x00000008 , 0x00004556 
+ 00030467  0x00005b1f rtn 
+ 00030468  0x00005b22 arg  0x00000001 , 0x00000039 
+ 00030469  0x00005b23 rtn 
+ 00030470  0x00005b26 bpatchx  0x0000007c , 0x0000402f 
+ 00030471  0x00005b28 fetch  0x00000002 , 0x00004573 
+ 00030472  0x00005b29 iforce  0x00000039 
+ 00030473  0x00005b2a call  0x00007704 , 0x00000034 
+ 00030474  0x00005b2b call  0x000073d9 
+ 00030475  0x00005b2c ifetcht  0x00000001 , 0x00000013 
+ 00030476  0x00005b2d call  0x00006b85 
+ 00030477  0x00005b2e nrtn  0x00000001 
+ 00030478  0x00005b2f nop  0x00002ee0 
+ 00030479  0x00005b31 ifetcht  0x00000001 , 0x00000013 
+ 00030480  0x00005b32 call  0x00006b85 
+ 00030481  0x00005b33 nrtn  0x00000001 
+ 00030482  0x00005b34 nop  0x00002ee0 
+ 00030483  0x00005b36 ifetcht  0x00000001 , 0x00000013 
+ 00030484  0x00005b37 call  0x00006b85 
+ 00030485  0x00005b38 nrtn  0x00000001 
+ 00030486  0x00005b3a call  0x00007739 
+ 00030487  0x00005b3b ifetcht  0x00000001 , 0x00000013 
+ 00030488  0x00005b3c call  0x00006b85 
+ 00030489  0x00005b3d branch  0x000076f9 , 0x00000001 
+ 00030490  0x00005b40 bpatchx  0x0000007d , 0x0000402f 
+ 00030491  0x00005b42 ifetcht  0x00000001 , 0x00000013 
+ 00030492  0x00005b43 or  0x00000002 , 0x00000080 , 0x00000002 
+ 00030493  0x00005b44 call  0x0000773e 
+ 00030494  0x00005b45 jam  0x00000000 , 0x00004571 
+ 00030495  0x00005b46 arg  0x00004568 , 0x00000011 
+ 00030496  0x00005b48 ifetcht  0x00000001 , 0x00000011 
+ 00030497  0x00005b49 call  0x00006b85 
+ 00030498  0x00005b4a call  0x0000772b , 0x00000001 
+ 00030499  0x00005b4c increase  0x00000001 , 0x00000011 
+ 00030500  0x00005b4d fetch  0x00000001 , 0x00004571 
+ 00030501  0x00005b4e pincrease  0x00000001 
+ 00030502  0x00005b4f store  0x00000001 , 0x00004571 
+ 00030503  0x00005b50 fetcht  0x00000001 , 0x0000455f 
+ 00030504  0x00005b51 isub  0x00000002 , 0x0000003e 
+ 00030505  0x00005b52 nbranch  0x00007720 , 0x00000002 
+ 00030506  0x00005b53 rtn 
+ 00030507  0x00005b57 bpatchx  0x0000007e , 0x0000402f 
+ 00030508  0x00005b59 fetch  0x00000001 , 0x00004570 
+ 00030509  0x00005b5a fetcht  0x00000001 , 0x0000455f 
+ 00030510  0x00005b5b increase  0x00000001 , 0x00000002 
+ 00030511  0x00005b5c imul32  0x00000002 , 0x0000003f 
+ 00030512  0x00005b5e fetcht  0x00000001 , 0x00004571 
+ 00030513  0x00005b5f increase  0x00000001 , 0x00000002 
+ 00030514  0x00005b60 iadd  0x00000002 , 0x0000003f 
+ 00030515  0x00005b61 iforce  0x00000007 
+ 00030516  0x00005b62 enable  0x00000001 
+ 00030517  0x00005b63 fetch  0x00000008 , 0x00004556 
+ 00030518  0x00005b64 qsetflag  0x00000001 , 0x0000003f 
+ 00030519  0x00005b65 store  0x00000008 , 0x00004556 
+ 00030520  0x00005b6c rtn 
+ 00030521  0x00005b6e bpatchx  0x0000007f , 0x0000402f 
+ 00030522  0x00005b70 arg  0x00004568 , 0x00000011 
+ 00030523  0x00005b71 fetch  0x00000001 , 0x0000455f 
+ 00030524  0x00005b72 iforce  0x00000039 
+ 00030525  0x00005b73 branch  0x000076d4 
+ 00030526  0x00005b76 setflip  0x00000007 , 0x00000002 
+ 00030527  0x00005b77 branch  0x00006b96 
+ 00030528  0x00005b7d fetch  0x00000001 , 0x00004724 
+ 00030529  0x00005b7e beq  0x00000001 , 0x00007770 
+ 00030530  0x00005b7f jam  0x000000a0 , 0x00004706 
+ 00030531  0x00005b80 branch  0x0000774f 
+ 00030532  0x00005b83 fetch  0x00000001 , 0x00004724 
+ 00030533  0x00005b84 beq  0x00000001 , 0x00007767 
+ 00030534  0x00005b85 jam  0x000000a1 , 0x00004706 
+ 00030535  0x00005b86 branch  0x0000774f 
+ 00030536  0x00005b89 fetch  0x00000001 , 0x00004724 
+ 00030537  0x00005b8a beq  0x00000001 , 0x0000775e 
+ 00030538  0x00005b8b jam  0x000000a2 , 0x00004706 
+ 00030539  0x00005b8c branch  0x0000774f 
+ 00030540  0x00005b8f fetch  0x00000001 , 0x00004724 
+ 00030541  0x00005b90 beq  0x00000001 , 0x00007755 
+ 00030542  0x00005b91 jam  0x000000a3 , 0x00004706 
+ 00030543  0x00005b93 bpatchx  0x00000080 , 0x00004030 
+ 00030544  0x00005b94 fetch  0x00000002 , 0x00004722 
+ 00030545  0x00005b95 nrtn  0x00000034 
+ 00030546  0x00005b96 jam  0x00000000 , 0x0000435f 
+ 00030547  0x00005b97 jam  0x00000005 , 0x00004722 
+ 00030548  0x00005b98 rtn 
+ 00030549  0x00005b9b call  0x0000792a 
+ 00030550  0x00005b9c fetch  0x00000001 , 0x00004721 
+ 00030551  0x00005b9d beq  0x00000001 , 0x00007570 
+ 00030552  0x00005b9e beq  0x00000002 , 0x00007619 
+ 00030553  0x00005b9f jam  0x00000000 , 0x00004706 
+ 00030554  0x00005ba0 jam  0x00000021 , 0x00004584 
+ 00030555  0x00005ba1 jam  0x00000018 , 0x0000458b 
+ 00030556  0x00005ba2 call  0x00007779 
+ 00030557  0x00005ba3 branch  0x00007ae8 
+ 00030558  0x00005ba7 call  0x0000792c 
+ 00030559  0x00005ba8 fetch  0x00000001 , 0x00004721 
+ 00030560  0x00005ba9 beq  0x00000001 , 0x00007575 
+ 00030561  0x00005baa beq  0x00000002 , 0x00007620 
+ 00030562  0x00005bab jam  0x00000000 , 0x00004706 
+ 00030563  0x00005bac jam  0x00000021 , 0x00004584 
+ 00030564  0x00005bad jam  0x00000024 , 0x0000458b 
+ 00030565  0x00005bae call  0x00007779 
+ 00030566  0x00005baf branch  0x00007ae8 
+ 00030567  0x00005bb2 call  0x0000792e 
+ 00030568  0x00005bb3 fetch  0x00000001 , 0x00004721 
+ 00030569  0x00005bb4 beq  0x00000001 , 0x0000757a 
+ 00030570  0x00005bb5 beq  0x00000002 , 0x00007627 
+ 00030571  0x00005bb6 jam  0x00000000 , 0x00004706 
+ 00030572  0x00005bb7 jam  0x00000021 , 0x00004584 
+ 00030573  0x00005bb8 jam  0x00000028 , 0x0000458b 
+ 00030574  0x00005bb9 call  0x00007779 
+ 00030575  0x00005bba branch  0x00007ae8 
+ 00030576  0x00005bbd call  0x00007930 
+ 00030577  0x00005bbe fetch  0x00000001 , 0x00004721 
+ 00030578  0x00005bbf beq  0x00000001 , 0x0000757f 
+ 00030579  0x00005bc0 beq  0x00000002 , 0x0000762e 
+ 00030580  0x00005bc1 jam  0x00000000 , 0x00004706 
+ 00030581  0x00005bc2 jam  0x00000021 , 0x00004584 
+ 00030582  0x00005bc3 jam  0x00000014 , 0x0000458b 
+ 00030583  0x00005bc4 call  0x00007779 
+ 00030584  0x00005bc5 branch  0x00007ae8 
+ 00030585  0x00005bc8 bpatchx  0x00000081 , 0x00004030 
+ 00030586  0x00005bc9 setarg  0x00000000 
+ 00030587  0x00005bca store  0x00000003 , 0x00004587 
+ 00030588  0x00005bcb branch  0x00007ac4 
+ 00030589  0x00005bd0 jam  0x00000001 , 0x00004596 
+ 00030590  0x00005bd1 call  0x0000778d 
+ 00030591  0x00005bd2 jam  0x00000001 , 0x00004706 
+ 00030592  0x00005bd3 rtn 
+ 00030593  0x00005bd6 jam  0x00000002 , 0x00004596 
+ 00030594  0x00005bd7 call  0x0000778d 
+ 00030595  0x00005bd8 jam  0x00000002 , 0x00004706 
+ 00030596  0x00005bd9 rtn 
+ 00030597  0x00005bdc jam  0x00000003 , 0x00004596 
+ 00030598  0x00005bdd call  0x0000778d 
+ 00030599  0x00005bde jam  0x00000003 , 0x00004706 
+ 00030600  0x00005bdf rtn 
+ 00030601  0x00005be2 jam  0x00000004 , 0x00004596 
+ 00030602  0x00005be3 call  0x0000778d 
+ 00030603  0x00005be4 jam  0x00000004 , 0x00004706 
+ 00030604  0x00005be5 rtn 
+ 00030605  0x00005be8 bpatchx  0x00000082 , 0x00004030 
+ 00030606  0x00005be9 fetch  0x00000002 , 0x00004594 
+ 00030607  0x00005bea nrtn  0x00000034 
+ 00030608  0x00005beb fetch  0x00000002 , 0x0000476e 
+ 00030609  0x00005bec store  0x00000002 , 0x00004594 
+ 00030610  0x00005bed pincrease  0x00000001 
+ 00030611  0x00005bee store  0x00000002 , 0x000046a6 
+ 00030612  0x00005bef fetch  0x00000001 , 0x00004721 
+ 00030613  0x00005bf0 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00030614  0x00005bf1 branch  0x00007511 , 0x00000005 
+ 00030615  0x00005bf2 rtn 
+ 00030616  0x00005bf5 call  0x00007948 
+ 00030617  0x00005bf6 jam  0x00000023 , 0x00004584 
+ 00030618  0x00005bf7 branch  0x00007ac2 
+ 00030619  0x00005bfa jam  0x00000000 , 0x00004581 
+ 00030620  0x00005bfb jam  0x00000000 , 0x000044ab 
+ 00030621  0x00005bfe setarg  0x00000001 
+ 00030622  0x00005bff store  0x00000002 , 0x000046a9 
+ 00030623  0x00005c00 jam  0x00000001 , 0x000046a8 
+ 00030624  0x00005c02 bpatchx  0x00000083 , 0x00004030 
+ 00030625  0x00005c03 call  0x0000794a 
+ 00030626  0x00005c04 jam  0x00000001 , 0x0000435f 
+ 00030627  0x00005c05 fetch  0x00000002 , 0x0000476c 
+ 00030628  0x00005c06 lshift2  0x0000003f , 0x0000003f 
+ 00030629  0x00005c07 store  0x00000002 , 0x000045a2 
+ 00030630  0x00005c08 pincrease  0x00000001 
+ 00030631  0x00005c09 store  0x00000002 , 0x000046a6 
+ 00030632  0x00005c0b fetch  0x00000001 , 0x0000457f 
+ 00030633  0x00005c0c store  0x00000001 , 0x0000458b 
+ 00030634  0x00005c0d jam  0x00000028 , 0x00004584 
+ 00030635  0x00005c0f fetch  0x00000001 , 0x0000458a 
+ 00030636  0x00005c10 pincrease  0x00000001 
+ 00030637  0x00005c11 store  0x00000001 , 0x0000458a 
+ 00030638  0x00005c12 jam  0x00000081 , 0x00004589 
+ 00030639  0x00005c14 fetch  0x00000001 , 0x000044a6 
+ 00030640  0x00005c15 sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00030641  0x00005c16 call  0x00007ad1 , 0x00000005 
+ 00030642  0x00005c17 fetch  0x00000001 , 0x000044a6 
+ 00030643  0x00005c18 sub  0x0000003f , 0x00000005 , 0x0000003e 
+ 00030644  0x00005c19 call  0x00007ad3 , 0x00000005 
+ 00030645  0x00005c1b call  0x000077b7 
+ 00030646  0x00005c1c branch  0x00007ae8 
+ 00030647  0x00005c1f fetch  0x00000002 , 0x0000457b 
+ 00030648  0x00005c20 arg  0x0000f0ff , 0x00000002 
+ 00030649  0x00005c21 iand  0x00000002 , 0x0000003f 
+ 00030650  0x00005c22 store  0x00000002 , 0x00004587 
+ 00030651  0x00005c23 branch  0x00007ade 
+ 00030652  0x00005c27 bpatchx  0x00000084 , 0x00004030 
+ 00030653  0x00005c28 call  0x0000794f 
+ 00030654  0x00005c29 jam  0x00000001 , 0x000046a8 
+ 00030655  0x00005c2b jam  0x00000001 , 0x0000435f 
+ 00030656  0x00005c2c setarg  0x00000001 
+ 00030657  0x00005c2d lshift2  0x0000003f , 0x0000003f 
+ 00030658  0x00005c2e store  0x00000002 , 0x000046a9 
+ 00030659  0x00005c2f fetch  0x00000002 , 0x0000476c 
+ 00030660  0x00005c30 lshift2  0x0000003f , 0x0000003f 
+ 00030661  0x00005c32 store  0x00000002 , 0x000045a2 
+ 00030662  0x00005c33 pincrease  0x00000001 
+ 00030663  0x00005c34 store  0x00000002 , 0x000046a6 
+ 00030664  0x00005c35 jam  0x00000045 , 0x00004584 
+ 00030665  0x00005c36 setarg  0x0001feff 
+ 00030666  0x00005c37 store  0x00000003 , 0x00004585 
+ 00030667  0x00005c38 fetch  0x00000001 , 0x0000458a 
+ 00030668  0x00005c39 pincrease  0x00000001 
+ 00030669  0x00005c3a store  0x00000001 , 0x0000458a 
+ 00030670  0x00005c3c fetch  0x00000001 , 0x000044a6 
+ 00030671  0x00005c3d sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00030672  0x00005c3e call  0x00007ad1 , 0x00000005 
+ 00030673  0x00005c3f fetch  0x00000001 , 0x000044a6 
+ 00030674  0x00005c40 sub  0x0000003f , 0x00000005 , 0x0000003e 
+ 00030675  0x00005c41 call  0x00007ad3 , 0x00000005 
+ 00030676  0x00005c42 branch  0x00007ae8 
+ 00030677  0x00005c45 jam  0x00000000 , 0x00004596 
+ 00030678  0x00005c46 call  0x0000778d 
+ 00030679  0x00005c48 jam  0x00000000 , 0x00004581 
+ 00030680  0x00005c49 call  0x00007951 
+ 00030681  0x00005c4a fetch  0x00000001 , 0x00004721 
+ 00030682  0x00005c4b beq  0x00000001 , 0x00007522 
+ 00030683  0x00005c4c beq  0x00000002 , 0x000076c4 
+ 00030684  0x00005c4e jam  0x00000001 , 0x000046ab 
+ 00030685  0x00005c4f jam  0x00000010 , 0x00004584 
+ 00030686  0x00005c50 call  0x00007ade 
+ 00030687  0x00005c51 branch  0x00007ac2 
+ 00030688  0x00005c54 jam  0x00000000 , 0x00004596 
+ 00030689  0x00005c55 call  0x0000778d 
+ 00030690  0x00005c56 branch  0x000077e5 
+ 00030691  0x00005c58 fetch  0x00000001 , 0x000046ab 
+ 00030692  0x00005c59 branch  0x000077d7 , 0x00000034 
+ 00030693  0x00005c5b call  0x00007954 
+ 00030694  0x00005c5c jam  0x00000000 , 0x00004581 
+ 00030695  0x00005c5d fetch  0x00000001 , 0x00004721 
+ 00030696  0x00005c5e beq  0x00000001 , 0x00007526 
+ 00030697  0x00005c5f beq  0x00000002 , 0x000076bc 
+ 00030698  0x00005c61 jam  0x00000000 , 0x000046ab 
+ 00030699  0x00005c62 jam  0x00000011 , 0x00004584 
+ 00030700  0x00005c63 call  0x00007ade 
+ 00030701  0x00005c64 branch  0x00007ac2 
+ 00030702  0x00005c67 jam  0x00000000 , 0x00004596 
+ 00030703  0x00005c68 call  0x0000778d 
+ 00030704  0x00005c6a call  0x00007957 
+ 00030705  0x00005c6b jam  0x00000009 , 0x00004584 
+ 00030706  0x00005c6c branch  0x00007ac2 
+ 00030707  0x00005c6f jam  0x00000021 , 0x00004584 
+ 00030708  0x00005c70 jam  0x000000ff , 0x00004587 
+ 00030709  0x00005c71 jam  0x000000ff , 0x00004588 
+ 00030710  0x00005c72 jam  0x00000040 , 0x0000458b 
+ 00030711  0x00005c73 rtn 
+ 00030712  0x00005c75 jam  0x00000021 , 0x00004584 
+ 00030713  0x00005c76 jam  0x000000ff , 0x00004587 
+ 00030714  0x00005c77 jam  0x00000040 , 0x0000458b 
+ 00030715  0x00005c78 rtn 
+ 00030716  0x00005c7b jam  0x00000021 , 0x00004584 
+ 00030717  0x00005c7c jam  0x000000ff , 0x00004588 
+ 00030718  0x00005c7d jam  0x00000040 , 0x0000458b 
+ 00030719  0x00005c7e rtn 
+ 00030720  0x00005c81 fetch  0x00000001 , 0x00004597 
+ 00030721  0x00005c82 sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00030722  0x00005c83 call  0x00007807 , 0x00000005 
+ 00030723  0x00005c84 beq  0x00000000 , 0x0000780a 
+ 00030724  0x00005c85 beq  0x00000001 , 0x00007812 
+ 00030725  0x00005c86 beq  0x00000002 , 0x0000781a 
+ 00030726  0x00005c87 rtn 
+ 00030727  0x00005c89 setarg  0x00000000 
+ 00030728  0x00005c8a store  0x00000001 , 0x00004597 
+ 00030729  0x00005c8b rtn 
+ 00030730  0x00005c8d fetch  0x00000001 , 0x00004597 
+ 00030731  0x00005c8e pincrease  0x00000001 
+ 00030732  0x00005c8f store  0x00000001 , 0x00004597 
+ 00030733  0x00005c90 call  0x00007959 
+ 00030734  0x00005c91 fetch  0x00000001 , 0x00004721 
+ 00030735  0x00005c92 beq  0x00000001 , 0x00007514 
+ 00030736  0x00005c93 call  0x000077f3 
+ 00030737  0x00005c94 branch  0x00007ac2 
+ 00030738  0x00005c96 fetch  0x00000001 , 0x00004597 
+ 00030739  0x00005c97 pincrease  0x00000001 
+ 00030740  0x00005c98 store  0x00000001 , 0x00004597 
+ 00030741  0x00005c99 call  0x00007960 
+ 00030742  0x00005c9a fetch  0x00000001 , 0x00004721 
+ 00030743  0x00005c9b beq  0x00000001 , 0x00007514 
+ 00030744  0x00005c9c call  0x000077f8 
+ 00030745  0x00005c9d branch  0x00007ac2 
+ 00030746  0x00005c9f fetch  0x00000001 , 0x00004597 
+ 00030747  0x00005ca0 pincrease  0x00000001 
+ 00030748  0x00005ca1 store  0x00000001 , 0x00004597 
+ 00030749  0x00005ca2 call  0x00007966 
+ 00030750  0x00005ca3 fetch  0x00000001 , 0x00004721 
+ 00030751  0x00005ca4 beq  0x00000001 , 0x00007514 
+ 00030752  0x00005ca5 call  0x000077fc 
+ 00030753  0x00005ca6 branch  0x00007ac2 
+ 00030754  0x00005ca9 fetch  0x00000001 , 0x000046ad 
+ 00030755  0x00005caa beq  0x00000000 , 0x0000782b 
+ 00030756  0x00005cac call  0x0000796c 
+ 00030757  0x00005cad jam  0x00000000 , 0x000046ad 
+ 00030758  0x00005cae fetch  0x00000001 , 0x00004721 
+ 00030759  0x00005caf beq  0x00000001 , 0x0000751f 
+ 00030760  0x00005cb0 beq  0x00000002 , 0x00007613 
+ 00030761  0x00005cb1 jam  0x00000013 , 0x00004584 
+ 00030762  0x00005cb2 branch  0x00007ac2 
+ 00030763  0x00005cb4 call  0x0000796e 
+ 00030764  0x00005cb5 jam  0x00000001 , 0x000046ad 
+ 00030765  0x00005cb6 fetch  0x00000001 , 0x00004721 
+ 00030766  0x00005cb7 beq  0x00000001 , 0x0000751f 
+ 00030767  0x00005cb8 beq  0x00000002 , 0x00007613 
+ 00030768  0x00005cb9 jam  0x00000012 , 0x00004584 
+ 00030769  0x00005cba branch  0x00007ac2 
+ 00030770  0x00005cbd fetch  0x00000001 , 0x00004598 
+ 00030771  0x00005cbe beq  0x00000000 , 0x0000783b 
+ 00030772  0x00005cc0 call  0x00007970 
+ 00030773  0x00005cc1 jam  0x00000021 , 0x00004584 
+ 00030774  0x00005cc2 jam  0x000000ff , 0x00004587 
+ 00030775  0x00005cc3 jam  0x000000ff , 0x00004588 
+ 00030776  0x00005cc4 jam  0x00000000 , 0x00004598 
+ 00030777  0x00005cc5 jam  0x00000002 , 0x0000458b 
+ 00030778  0x00005cc6 branch  0x00007ac2 
+ 00030779  0x00005cc8 call  0x00007977 
+ 00030780  0x00005cc9 jam  0x00000001 , 0x0000458b 
+ 00030781  0x00005cca jam  0x00000021 , 0x00004584 
+ 00030782  0x00005ccb jam  0x0000007f , 0x00004587 
+ 00030783  0x00005ccc jam  0x0000007f , 0x00004588 
+ 00030784  0x00005ccd jam  0x00000001 , 0x00004598 
+ 00030785  0x00005cce branch  0x00007ac2 
+ 00030786  0x00005cd1 fetch  0x00000001 , 0x00004721 
+ 00030787  0x00005cd2 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00030788  0x00005cd3 call  0x0000752a , 0x00000005 
+ 00030789  0x00005cd4 jam  0x00000001 , 0x000046fe 
+ 00030790  0x00005cd5 fetch  0x00000001 , 0x0000459b 
+ 00030791  0x00005cd6 beq  0x00000000 , 0x0000784c 
+ 00030792  0x00005cd8 call  0x0000797e 
+ 00030793  0x00005cd9 jam  0x0000001f , 0x00004584 
+ 00030794  0x00005cda jam  0x00000000 , 0x0000459b 
+ 00030795  0x00005cdb branch  0x00007ac2 
+ 00030796  0x00005cdd call  0x00007980 
+ 00030797  0x00005cde jam  0x0000001e , 0x00004584 
+ 00030798  0x00005cdf jam  0x00000001 , 0x0000459b 
+ 00030799  0x00005ce0 branch  0x00007ac2 
+ 00030800  0x00005ce3 fetch  0x00000001 , 0x00004721 
+ 00030801  0x00005ce4 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00030802  0x00005ce5 call  0x0000752d , 0x00000005 
+ 00030803  0x00005ce6 jam  0x00000022 , 0x00004584 
+ 00030804  0x00005ce7 fetch  0x00000001 , 0x00004599 
+ 00030805  0x00005ce8 beq  0x00000000 , 0x0000787a 
+ 00030806  0x00005ce9 beq  0x00000001 , 0x00007876 
+ 00030807  0x00005cea beq  0x00000002 , 0x00007872 
+ 00030808  0x00005ceb beq  0x00000003 , 0x0000786d 
+ 00030809  0x00005cec beq  0x00000004 , 0x00007868 
+ 00030810  0x00005ced beq  0x00000005 , 0x00007863 
+ 00030811  0x00005cee beq  0x00000006 , 0x0000785d 
+ 00030812  0x00005cef rtn 
+ 00030813  0x00005cf1 call  0x0000799d 
+ 00030814  0x00005cf2 jam  0x00000000 , 0x00004599 
+ 00030815  0x00005cf3 jam  0x000000ff , 0x00004587 
+ 00030816  0x00005cf4 jam  0x000000ff , 0x00004588 
+ 00030817  0x00005cf5 jam  0x000000ff , 0x00004589 
+ 00030818  0x00005cf6 branch  0x00007ac2 
+ 00030819  0x00005cf9 call  0x00007998 
+ 00030820  0x00005cfa jam  0x00000006 , 0x00004599 
+ 00030821  0x00005cfb jam  0x000000ff , 0x00004587 
+ 00030822  0x00005cfc jam  0x000000ff , 0x00004589 
+ 00030823  0x00005cfd branch  0x00007ac2 
+ 00030824  0x00005d00 call  0x00007993 
+ 00030825  0x00005d01 jam  0x00000005 , 0x00004599 
+ 00030826  0x00005d02 jam  0x000000ff , 0x00004588 
+ 00030827  0x00005d03 jam  0x000000ff , 0x00004589 
+ 00030828  0x00005d04 branch  0x00007ac2 
+ 00030829  0x00005d07 call  0x0000798e 
+ 00030830  0x00005d08 jam  0x00000004 , 0x00004599 
+ 00030831  0x00005d09 jam  0x000000ff , 0x00004587 
+ 00030832  0x00005d0a jam  0x000000ff , 0x00004588 
+ 00030833  0x00005d0b branch  0x00007ac2 
+ 00030834  0x00005d0e call  0x0000798a 
+ 00030835  0x00005d0f jam  0x00000003 , 0x00004599 
+ 00030836  0x00005d10 jam  0x000000ff , 0x00004589 
+ 00030837  0x00005d11 branch  0x00007ac2 
+ 00030838  0x00005d14 call  0x00007986 
+ 00030839  0x00005d15 jam  0x00000002 , 0x00004599 
+ 00030840  0x00005d16 jam  0x000000ff , 0x00004588 
+ 00030841  0x00005d17 branch  0x00007ac2 
+ 00030842  0x00005d1a call  0x00007982 
+ 00030843  0x00005d1b jam  0x00000001 , 0x00004599 
+ 00030844  0x00005d1c jam  0x000000ff , 0x00004587 
+ 00030845  0x00005d1d branch  0x00007ac2 
+ 00030846  0x00005d20 call  0x000079a3 
+ 00030847  0x00005d21 jam  0x00000001 , 0x00004587 
+ 00030848  0x00005d23 jam  0x00000041 , 0x00004584 
+ 00030849  0x00005d24 branch  0x00007ac2 
+ 00030850  0x00005d27 jam  0x00000001 , 0x00004596 
+ 00030851  0x00005d28 call  0x0000778d 
+ 00030852  0x00005d2a call  0x000079ad 
+ 00030853  0x00005d2b jam  0x00000001 , 0x0000459d 
+ 00030854  0x00005d2c jam  0x00000010 , 0x00004584 
+ 00030855  0x00005d2d jam  0x00000001 , 0x00004581 
+ 00030856  0x00005d2e branch  0x00007ac2 
+ 00030857  0x00005d31 jam  0x00000002 , 0x00004596 
+ 00030858  0x00005d32 call  0x0000778d 
+ 00030859  0x00005d34 call  0x000079af 
+ 00030860  0x00005d35 jam  0x00000001 , 0x0000459e 
+ 00030861  0x00005d36 jam  0x00000010 , 0x00004584 
+ 00030862  0x00005d37 jam  0x00000002 , 0x00004581 
+ 00030863  0x00005d38 branch  0x00007ac2 
+ 00030864  0x00005d3b jam  0x00000003 , 0x00004596 
+ 00030865  0x00005d3c call  0x0000778d 
+ 00030866  0x00005d3e jam  0x00000001 , 0x0000459f 
+ 00030867  0x00005d3f jam  0x00000010 , 0x00004584 
+ 00030868  0x00005d40 jam  0x00000003 , 0x00004581 
+ 00030869  0x00005d41 branch  0x00007ac2 
+ 00030870  0x00005d44 jam  0x00000004 , 0x00004596 
+ 00030871  0x00005d45 call  0x0000778d 
+ 00030872  0x00005d47 call  0x000079b3 
+ 00030873  0x00005d48 jam  0x00000001 , 0x000045a0 
+ 00030874  0x00005d49 jam  0x00000010 , 0x00004584 
+ 00030875  0x00005d4a jam  0x00000004 , 0x00004581 
+ 00030876  0x00005d4b branch  0x00007ac2 
+ 00030877  0x00005d4e jam  0x00000001 , 0x00004596 
+ 00030878  0x00005d4f call  0x0000778d 
+ 00030879  0x00005d51 fetch  0x00000001 , 0x0000459d 
+ 00030880  0x00005d52 branch  0x00007884 , 0x00000034 
+ 00030881  0x00005d54 call  0x000079b5 
+ 00030882  0x00005d55 jam  0x00000000 , 0x0000459d 
+ 00030883  0x00005d56 jam  0x00000011 , 0x00004584 
+ 00030884  0x00005d57 jam  0x00000001 , 0x00004581 
+ 00030885  0x00005d58 branch  0x00007ac2 
+ 00030886  0x00005d5c jam  0x00000002 , 0x00004596 
+ 00030887  0x00005d5d call  0x0000778d 
+ 00030888  0x00005d5f fetch  0x00000001 , 0x0000459e 
+ 00030889  0x00005d60 branch  0x0000788b , 0x00000034 
+ 00030890  0x00005d62 call  0x000079b7 
+ 00030891  0x00005d63 jam  0x00000000 , 0x0000459e 
+ 00030892  0x00005d64 jam  0x00000011 , 0x00004584 
+ 00030893  0x00005d65 jam  0x00000002 , 0x00004581 
+ 00030894  0x00005d67 branch  0x00007ac2 
+ 00030895  0x00005d6a jam  0x00000003 , 0x00004596 
+ 00030896  0x00005d6b call  0x0000778d 
+ 00030897  0x00005d6d fetch  0x00000001 , 0x0000459f 
+ 00030898  0x00005d6e branch  0x00007892 , 0x00000034 
+ 00030899  0x00005d70 call  0x000079b9 
+ 00030900  0x00005d71 jam  0x00000000 , 0x0000459f 
+ 00030901  0x00005d72 jam  0x00000011 , 0x00004584 
+ 00030902  0x00005d73 jam  0x00000003 , 0x00004581 
+ 00030903  0x00005d75 branch  0x00007ac2 
+ 00030904  0x00005d78 jam  0x00000004 , 0x00004596 
+ 00030905  0x00005d79 call  0x0000778d 
+ 00030906  0x00005d7b fetch  0x00000001 , 0x000045a0 
+ 00030907  0x00005d7c branch  0x00007898 , 0x00000034 
+ 00030908  0x00005d7e call  0x000079bb 
+ 00030909  0x00005d7f jam  0x00000000 , 0x000045a0 
+ 00030910  0x00005d80 jam  0x00000011 , 0x00004584 
+ 00030911  0x00005d81 jam  0x00000004 , 0x00004581 
+ 00030912  0x00005d83 branch  0x00007ac2 
+ 00030913  0x00005d86 jam  0x00000001 , 0x00004581 
+ 00030914  0x00005d87 jam  0x00000001 , 0x000044ab 
+ 00030915  0x00005d88 branch  0x0000779d 
+ 00030916  0x00005d8b jam  0x00000002 , 0x00004581 
+ 00030917  0x00005d8c jam  0x00000002 , 0x000044ab 
+ 00030918  0x00005d8d branch  0x0000779d 
+ 00030919  0x00005d90 jam  0x00000003 , 0x00004581 
+ 00030920  0x00005d91 jam  0x00000003 , 0x000044ab 
+ 00030921  0x00005d92 branch  0x0000779d 
+ 00030922  0x00005d95 jam  0x00000004 , 0x00004581 
+ 00030923  0x00005d96 jam  0x00000004 , 0x000044ab 
+ 00030924  0x00005d97 branch  0x0000779d 
+ 00030925  0x00005d9d call  0x00007909 
+ 00030926  0x00005d9e jam  0x0000006f , 0x00004584 
+ 00030927  0x00005d9f jam  0x00000000 , 0x00004587 
+ 00030928  0x00005da0 branch  0x00007ac2 
+ 00030929  0x00005da3 fetch  0x00000001 , 0x000045a6 
+ 00030930  0x00005da4 branch  0x000078d5 , 0x00000034 
+ 00030931  0x00005da5 jam  0x00000000 , 0x000045a6 
+ 00030932  0x00005da6 branch  0x000078da 
+ 00030933  0x00005da8 call  0x0000790c 
+ 00030934  0x00005da9 jam  0x00000001 , 0x000045a6 
+ 00030935  0x00005daa jam  0x00000015 , 0x00004584 
+ 00030936  0x00005dab jam  0x00000001 , 0x00004587 
+ 00030937  0x00005dac branch  0x00007ac2 
+ 00030938  0x00005dae call  0x0000790d 
+ 00030939  0x00005daf jam  0x00000015 , 0x00004584 
+ 00030940  0x00005db0 jam  0x00000000 , 0x00004587 
+ 00030941  0x00005db1 branch  0x00007ac2 
+ 00030942  0x00005db4 call  0x00007910 
+ 00030943  0x00005db5 jam  0x00000033 , 0x00004584 
+ 00030944  0x00005db6 jam  0x00000002 , 0x00004587 
+ 00030945  0x00005db7 branch  0x00007ac2 
+ 00030946  0x00005dba call  0x00007914 
+ 00030947  0x00005dbb setarg  0x00000001 
+ 00030948  0x00005dbd store  0x00000001 , 0x00004587 
+ 00030949  0x00005dbe jam  0x00000032 , 0x00004584 
+ 00030950  0x00005dbf jam  0x00000006 , 0x00004588 
+ 00030951  0x00005dc0 branch  0x00007ac2 
+ 00030952  0x00005dc3 call  0x0000791a 
+ 00030953  0x00005dc4 setarg  0x00000002 
+ 00030954  0x00005dc5 branch  0x000078e4 
+ 00030955  0x00005dc8 call  0x0000791c 
+ 00030956  0x00005dc9 setarg  0x00000003 
+ 00030957  0x00005dca branch  0x000078e4 
+ 00030958  0x00005dcd call  0x0000791e 
+ 00030959  0x00005dce setarg  0x00000004 
+ 00030960  0x00005dcf branch  0x000078e4 
+ 00030961  0x00005dd2 call  0x00007920 
+ 00030962  0x00005dd3 setarg  0x00000005 
+ 00030963  0x00005dd4 branch  0x000078e4 
+ 00030964  0x00005dd7 call  0x00007922 
+ 00030965  0x00005dd8 setarg  0x00000006 
+ 00030966  0x00005dd9 branch  0x000078e4 
+ 00030967  0x00005ddc jam  0x00000001 , 0x00004596 
+ 00030968  0x00005ddd call  0x0000778d 
+ 00030969  0x00005ddf call  0x00007924 
+ 00030970  0x00005de0 jam  0x00000031 , 0x00004584 
+ 00030971  0x00005de1 jam  0x00000000 , 0x00004587 
+ 00030972  0x00005de2 branch  0x00007ac2 
+ 00030973  0x00005de6 fetch  0x00000001 , 0x000046ac 
+ 00030974  0x00005de7 branch  0x00007904 , 0x00000034 
+ 00030975  0x00005de9 call  0x00007927 
+ 00030976  0x00005dea jam  0x00000000 , 0x000046ac 
+ 00030977  0x00005deb jam  0x00000016 , 0x00004584 
+ 00030978  0x00005dec jam  0x00000000 , 0x00004587 
+ 00030979  0x00005ded branch  0x00007ac2 
+ 00030980  0x00005df0 call  0x00007926 
+ 00030981  0x00005df1 jam  0x00000001 , 0x000046ac 
+ 00030982  0x00005df2 jam  0x00000016 , 0x00004584 
+ 00030983  0x00005df3 jam  0x00000001 , 0x00004587 
+ 00030984  0x00005df4 branch  0x00007ac2 
+ 00030985  0x00005df9 setarg  0x0000006f 
+ 00030986  0x00005dfa store  0x00000002 , 0x000044ac 
+ 00030987  0x00005dfb branch  0x00007935 
+ 00030988  0x00005dfe jam  0x00000001 , 0x000044af 
+ 00030989  0x00005e00 setarg  0x00000015 
+ 00030990  0x00005e01 store  0x00000002 , 0x000044ac 
+ 00030991  0x00005e02 branch  0x00007935 
+ 00030992  0x00005e05 jam  0x00000002 , 0x000044af 
+ 00030993  0x00005e07 setarg  0x00000033 
+ 00030994  0x00005e08 store  0x00000002 , 0x000044ac 
+ 00030995  0x00005e09 branch  0x00007935 
+ 00030996  0x00005e0c setarg  0x00000001 
+ 00030997  0x00005e0e store  0x00000001 , 0x000044b0 
+ 00030998  0x00005e0f setarg  0x00000031 
+ 00030999  0x00005e10 store  0x00000002 , 0x000044ac 
+ 00031000  0x00005e11 jam  0x00000020 , 0x000044af 
+ 00031001  0x00005e12 branch  0x00007935 
+ 00031002  0x00005e15 setarg  0x00000002 
+ 00031003  0x00005e16 branch  0x00007915 
+ 00031004  0x00005e19 setarg  0x00000003 
+ 00031005  0x00005e1a branch  0x00007915 
+ 00031006  0x00005e1d setarg  0x00000004 
+ 00031007  0x00005e1e branch  0x00007915 
+ 00031008  0x00005e21 setarg  0x00000005 
+ 00031009  0x00005e22 branch  0x00007915 
+ 00031010  0x00005e25 setarg  0x00000006 
+ 00031011  0x00005e26 branch  0x00007915 
+ 00031012  0x00005e29 setarg  0x00000000 
+ 00031013  0x00005e2a branch  0x00007915 
+ 00031014  0x00005e2e jam  0x00000001 , 0x000044af 
+ 00031015  0x00005e30 setarg  0x00000016 
+ 00031016  0x00005e31 store  0x00000002 , 0x000044ac 
+ 00031017  0x00005e32 branch  0x00007935 
+ 00031018  0x00005e39 jam  0x00000018 , 0x000044af 
+ 00031019  0x00005e3a branch  0x00007932 
+ 00031020  0x00005e3d jam  0x00000024 , 0x000044af 
+ 00031021  0x00005e3e branch  0x00007932 
+ 00031022  0x00005e42 jam  0x00000028 , 0x000044af 
+ 00031023  0x00005e43 branch  0x00007932 
+ 00031024  0x00005e47 jam  0x00000014 , 0x000044af 
+ 00031025  0x00005e48 branch  0x00007932 
+ 00031026  0x00005e4b setarg  0x00000021 
+ 00031027  0x00005e4c store  0x00000002 , 0x000044ac 
+ 00031028  0x00005e4d branch  0x00007935 
+ 00031029  0x00005e50 bpatchx  0x00000085 , 0x00004030 
+ 00031030  0x00005e51 call  0x00007de4 
+ 00031031  0x00005e52 fetch  0x00000001 , 0x000046af 
+ 00031032  0x00005e53 ncall  0x0000793a , 0x00000034 
+ 00031033  0x00005e54 rtn 
+ 00031034  0x00005e57 bpatchx  0x00000086 , 0x00004030 
+ 00031035  0x00005e58 arg  0x00000027 , 0x00000039 
+ 00031036  0x00005e59 arg  0x0000447c , 0x00000006 
+ 00031037  0x00005e5a arg  0x000046d7 , 0x00000005 
+ 00031038  0x00005e5b call  0x0000740c 
+ 00031039  0x00005e5d fetch  0x00000001 , 0x000046af 
+ 00031040  0x00005e5e store  0x00000001 , 0x000044a3 
+ 00031041  0x00005e5f fetch  0x00000001 , 0x000044a4 
+ 00031042  0x00005e60 pincrease  0xffffffff 
+ 00031043  0x00005e61 store  0x00000001 , 0x000044a4 
+ 00031044  0x00005e62 call  0x00007de4 
+ 00031045  0x00005e63 fetch  0x00000001 , 0x00004770 
+ 00031046  0x00005e64 store  0x00000001 , 0x000044a3 
+ 00031047  0x00005e65 rtn 
+ 00031048  0x00005e68 setarg  0x00000023 
+ 00031049  0x00005e69 branch  0x0000794b 
+ 00031050  0x00005e6d setarg  0x00000028 
+ 00031051  0x00005e6f store  0x00000002 , 0x000044ac 
+ 00031052  0x00005e70 setarg  0x00000000 
+ 00031053  0x00005e71 store  0x00000004 , 0x000044ae 
+ 00031054  0x00005e72 branch  0x00007935 
+ 00031055  0x00005e75 setarg  0x00000045 
+ 00031056  0x00005e76 branch  0x0000794b 
+ 00031057  0x00005e79 jam  0x00000000 , 0x000044ab 
+ 00031058  0x00005e7b setarg  0x00000010 
+ 00031059  0x00005e7c branch  0x0000794b 
+ 00031060  0x00005e7f jam  0x00000000 , 0x000044ab 
+ 00031061  0x00005e81 setarg  0x00000011 
+ 00031062  0x00005e82 branch  0x0000794b 
+ 00031063  0x00005e85 setarg  0x00000009 
+ 00031064  0x00005e86 branch  0x0000794b 
+ 00031065  0x00005e89 setarg  0x00000021 
+ 00031066  0x00005e8a store  0x00000002 , 0x000044ac 
+ 00031067  0x00005e8b jam  0x00000000 , 0x000044ae 
+ 00031068  0x00005e8c jam  0x00000040 , 0x000044af 
+ 00031069  0x00005e8d jam  0x000000ff , 0x000044b0 
+ 00031070  0x00005e8e jam  0x000000ff , 0x000044b1 
+ 00031071  0x00005e8f branch  0x00007935 
+ 00031072  0x00005e92 setarg  0x00000021 
+ 00031073  0x00005e93 store  0x00000002 , 0x000044ac 
+ 00031074  0x00005e94 jam  0x00000000 , 0x000044ae 
+ 00031075  0x00005e95 jam  0x00000040 , 0x000044af 
+ 00031076  0x00005e96 jam  0x000000ff , 0x000044b0 
+ 00031077  0x00005e97 branch  0x00007935 
+ 00031078  0x00005e9a setarg  0x00000021 
+ 00031079  0x00005e9b store  0x00000002 , 0x000044ac 
+ 00031080  0x00005e9c jam  0x00000000 , 0x000044ae 
+ 00031081  0x00005e9d jam  0x00000040 , 0x000044af 
+ 00031082  0x00005e9e jam  0x000000ff , 0x000044b1 
+ 00031083  0x00005e9f branch  0x00007935 
+ 00031084  0x00005ea2 setarg  0x00000013 
+ 00031085  0x00005ea3 branch  0x0000794b 
+ 00031086  0x00005ea6 setarg  0x00000012 
+ 00031087  0x00005ea7 branch  0x0000794b 
+ 00031088  0x00005eaa setarg  0x00000021 
+ 00031089  0x00005eab store  0x00000002 , 0x000044ac 
+ 00031090  0x00005eac jam  0x00000000 , 0x000044ae 
+ 00031091  0x00005ead jam  0x00000002 , 0x000044af 
+ 00031092  0x00005eae jam  0x000000ff , 0x000044b0 
+ 00031093  0x00005eaf jam  0x000000ff , 0x000044b1 
+ 00031094  0x00005eb0 branch  0x00007935 
+ 00031095  0x00005eb3 setarg  0x00000021 
+ 00031096  0x00005eb4 store  0x00000002 , 0x000044ac 
+ 00031097  0x00005eb5 jam  0x00000000 , 0x000044ae 
+ 00031098  0x00005eb6 jam  0x00000001 , 0x000044af 
+ 00031099  0x00005eb7 jam  0x0000007f , 0x000044b0 
+ 00031100  0x00005eb8 jam  0x0000007f , 0x000044b1 
+ 00031101  0x00005eb9 branch  0x00007935 
+ 00031102  0x00005ebc setarg  0x0000001f 
+ 00031103  0x00005ebd branch  0x0000794b 
+ 00031104  0x00005ec0 setarg  0x0000001e 
+ 00031105  0x00005ec1 branch  0x0000794b 
+ 00031106  0x00005ec4 setarg  0x00000022 
+ 00031107  0x00005ec5 store  0x00000002 , 0x000044ac 
+ 00031108  0x00005ec6 jam  0x000000ff , 0x000044af 
+ 00031109  0x00005ec7 branch  0x00007935 
+ 00031110  0x00005eca setarg  0x00000022 
+ 00031111  0x00005ecb store  0x00000002 , 0x000044ac 
+ 00031112  0x00005ecc jam  0x000000ff , 0x000044b0 
+ 00031113  0x00005ecd branch  0x00007935 
+ 00031114  0x00005ed0 setarg  0x00000022 
+ 00031115  0x00005ed1 store  0x00000002 , 0x000044ac 
+ 00031116  0x00005ed2 jam  0x000000ff , 0x000044b1 
+ 00031117  0x00005ed3 branch  0x00007935 
+ 00031118  0x00005ed6 setarg  0x00000022 
+ 00031119  0x00005ed7 store  0x00000002 , 0x000044ac 
+ 00031120  0x00005ed8 jam  0x000000ff , 0x000044af 
+ 00031121  0x00005ed9 jam  0x000000ff , 0x000044b0 
+ 00031122  0x00005eda branch  0x00007935 
+ 00031123  0x00005edd setarg  0x00000022 
+ 00031124  0x00005ede store  0x00000002 , 0x000044ac 
+ 00031125  0x00005edf jam  0x000000ff , 0x000044af 
+ 00031126  0x00005ee0 jam  0x000000ff , 0x000044b1 
+ 00031127  0x00005ee1 branch  0x00007935 
+ 00031128  0x00005ee4 setarg  0x00000022 
+ 00031129  0x00005ee5 store  0x00000002 , 0x000044ac 
+ 00031130  0x00005ee6 jam  0x000000ff , 0x000044b0 
+ 00031131  0x00005ee7 jam  0x000000ff , 0x000044b1 
+ 00031132  0x00005ee8 branch  0x00007935 
+ 00031133  0x00005eeb setarg  0x00000022 
+ 00031134  0x00005eec store  0x00000002 , 0x000044ac 
+ 00031135  0x00005eed jam  0x000000ff , 0x000044af 
+ 00031136  0x00005eee jam  0x000000ff , 0x000044b0 
+ 00031137  0x00005eef jam  0x000000ff , 0x000044b1 
+ 00031138  0x00005ef0 branch  0x00007935 
+ 00031139  0x00005ef3 setarg  0x00000001 
+ 00031140  0x00005ef5 jam  0x00000001 , 0x000044a6 
+ 00031141  0x00005ef6 store  0x00000002 , 0x000044af 
+ 00031142  0x00005ef7 setarg  0x00000041 
+ 00031143  0x00005ef8 store  0x00000002 , 0x000044ac 
+ 00031144  0x00005ef9 jam  0x00000000 , 0x000044ae 
+ 00031145  0x00005efa jam  0x00000000 , 0x000044b1 
+ 00031146  0x00005efb branch  0x00007935 
+ 00031147  0x00005efe setarg  0x00000000 
+ 00031148  0x00005eff branch  0x000079a4 
+ 00031149  0x00005f02 jam  0x00000001 , 0x000044ab 
+ 00031150  0x00005f03 branch  0x00007952 
+ 00031151  0x00005f06 jam  0x00000002 , 0x000044ab 
+ 00031152  0x00005f07 branch  0x00007952 
+ 00031153  0x00005f0a jam  0x00000003 , 0x000044ab 
+ 00031154  0x00005f0b branch  0x00007952 
+ 00031155  0x00005f0e jam  0x00000004 , 0x000044ab 
+ 00031156  0x00005f0f branch  0x00007952 
+ 00031157  0x00005f12 jam  0x00000001 , 0x000044ab 
+ 00031158  0x00005f13 branch  0x00007955 
+ 00031159  0x00005f16 jam  0x00000002 , 0x000044ab 
+ 00031160  0x00005f17 branch  0x00007955 
+ 00031161  0x00005f1a jam  0x00000003 , 0x000044ab 
+ 00031162  0x00005f1b branch  0x00007955 
+ 00031163  0x00005f1e jam  0x00000004 , 0x000044ab 
+ 00031164  0x00005f1f branch  0x00007955 
+ 00031165  0x00005f26 bpatchx  0x00000087 , 0x00004030 
+ 00031166  0x00005f27 call  0x000076cc 
+ 00031167  0x00005f28 call  0x000076e4 
+ 00031168  0x00005f29 fetch  0x00000008 , 0x00004556 
+ 00031169  0x00005f2a ncall  0x000079f7 , 0x00000034 
+ 00031170  0x00005f2c call  0x000079ea 
+ 00031171  0x00005f2e fetch  0x00000001 , 0x00004706 
+ 00031172  0x00005f2f ncall  0x000079dc , 0x00000034 
+ 00031173  0x00005f31 call  0x000079ce 
+ 00031174  0x00005f33 fetch  0x00000001 , 0x0000435f 
+ 00031175  0x00005f34 call  0x000079fd , 0x00000034 
+ 00031176  0x00005f36 fetch  0x00000001 , 0x000046a8 
+ 00031177  0x00005f37 ncall  0x00007a05 , 0x00000034 
+ 00031178  0x00005f39 fetch  0x00000001 , 0x000046a8 
+ 00031179  0x00005f3a call  0x00007a0a , 0x00000034 
+ 00031180  0x00005f3c bpatchx  0x00000088 , 0x00004031 
+ 00031181  0x00005f3f branch  0x00007a10 
+ 00031182  0x00005f42 bpatchx  0x00000089 , 0x00004031 
+ 00031183  0x00005f44 fetch  0x00000001 , 0x00004721 
+ 00031184  0x00005f45 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00031185  0x00005f46 call  0x000074fe , 0x00000005 
+ 00031186  0x00005f49 fetch  0x00000008 , 0x00004556 
+ 00031187  0x00005f4b rtn  0x00000034 
+ 00031188  0x00005f4d setarg  0x00000000 
+ 00031189  0x00005f4e store  0x00000003 , 0x00004587 
+ 00031190  0x00005f4f store  0x00000004 , 0x000044ae 
+ 00031191  0x00005f50 jam  0x00000000 , 0x0000458b 
+ 00031192  0x00005f52 fetch  0x00000001 , 0x00004706 
+ 00031193  0x00005f53 ncall  0x000079dc , 0x00000034 
+ 00031194  0x00005f55 fetch  0x00000002 , 0x00004762 
+ 00031195  0x00005f56 branch  0x00007487 
+ 00031196  0x00005f5b fetch  0x00000002 , 0x00004764 
+ 00031197  0x00005f5c branch  0x00007487 
+ 00031198  0x00005f60 bpatchx  0x0000008a , 0x00004031 
+ 00031199  0x00005f62 fetch  0x00000008 , 0x00004556 
+ 00031200  0x00005f63 copy  0x0000003f , 0x00000002 
+ 00031201  0x00005f64 arg  0x00000019 , 0x00000039 
+ 00031202  0x00005f65 arg  0x00000000 , 0x00000007 
+ 00031203  0x00005f66 call  0x000079f2 
+ 00031204  0x00005f67 deposit  0x00000007 
+ 00031205  0x00005f68 store  0x00000001 , 0x000045a1 
+ 00031206  0x00005f69 setarg  0x00000000 
+ 00031207  0x00005f6a store  0x00000008 , 0x00004556 
+ 00031208  0x00005f6b bpatchx  0x0000008b , 0x00004031 
+ 00031209  0x00005f6c branch  0x00007bca 
+ 00031210  0x00005f70 fetch  0x00000001 , 0x00004572 
+ 00031211  0x00005f71 nrtn  0x00000034 
+ 00031212  0x00005f73 jam  0x00000000 , 0x00004582 
+ 00031213  0x00005f74 jam  0x00000000 , 0x00004724 
+ 00031214  0x00005f76 setarg  0x00000000 
+ 00031215  0x00005f77 store  0x00000002 , 0x00004594 
+ 00031216  0x00005f78 store  0x00000002 , 0x000044e4 
+ 00031217  0x00005f79 rtn 
+ 00031218  0x00005f7c qisolate1  0x0000003f 
+ 00031219  0x00005f7d rtn  0x00000001 
+ 00031220  0x00005f7e increase  0x00000001 , 0x00000007 
+ 00031221  0x00005f7f loop  0x000079f2 
+ 00031222  0x00005f80 rtn 
+ 00031223  0x00005f83 jam  0x00000001 , 0x00004572 
+ 00031224  0x00005f85 jam  0x00000001 , 0x000046a8 
+ 00031225  0x00005f86 setarg  0x00000001 
+ 00031226  0x00005f87 store  0x00000002 , 0x000046a9 
+ 00031227  0x00005f88 jam  0x00000001 , 0x00004579 
+ 00031228  0x00005f89 rtn 
+ 00031229  0x00005f8d bpatchx  0x0000008c , 0x00004031 
+ 00031230  0x00005f8e fetch  0x00000001 , 0x00004572 
+ 00031231  0x00005f8f nrtn  0x00000034 
+ 00031232  0x00005f91 setarg  0x00000000 
+ 00031233  0x00005f92 store  0x00000002 , 0x000046a9 
+ 00031234  0x00005f93 jam  0x00000000 , 0x000046a8 
+ 00031235  0x00005f94 bpatchx  0x0000008d , 0x00004031 
+ 00031236  0x00005f95 rtn 
+ 00031237  0x00005f98 bpatchx  0x0000008e , 0x00004031 
+ 00031238  0x00005f99 fetch  0x00000001 , 0x00004580 
+ 00031239  0x00005f9a rtn  0x00000034 
+ 00031240  0x00005f9c fetcht  0x00000001 , 0x00004580 
+ 00031241  0x00005f9d branch  0x0000773e 
+ 00031242  0x00005fa1 bpatchx  0x0000008f , 0x00004031 
+ 00031243  0x00005fa2 fetch  0x00000001 , 0x00004580 
+ 00031244  0x00005fa3 rtn  0x00000034 
+ 00031245  0x00005fa5 fetcht  0x00000001 , 0x00004580 
+ 00031246  0x00005fa6 or  0x00000002 , 0x00000080 , 0x00000002 
+ 00031247  0x00005fa7 branch  0x0000773e 
+ 00031248  0x00005fad fetch  0x00000002 , 0x000046a6 
+ 00031249  0x00005fae nrtn  0x00000034 
+ 00031250  0x00005faf fetch  0x00000002 , 0x000046a9 
+ 00031251  0x00005fb0 nrtn  0x00000034 
+ 00031252  0x00005fb1 bpatchx  0x00000090 , 0x00004032 
+ 00031253  0x00005fb2 call  0x00007a1a 
+ 00031254  0x00005fb4 call  0x00007a2a 
+ 00031255  0x00005fb6 bpatchx  0x00000091 , 0x00004032 
+ 00031256  0x00005fb7 arg  0xffffffff , 0x00000002 
+ 00031257  0x00005fb8 branch  0x00003b47 
+ 00031258  0x00005fbb bpatchx  0x00000092 , 0x00004032 
+ 00031259  0x00005fbc arg  0x0000000b , 0x00000039 
+ 00031260  0x00005fbd jam  0x00000003 , 0x0000473c 
+ 00031261  0x00005fbf fetcht  0x00000001 , 0x0000473c 
+ 00031262  0x00005fc0 copy  0x00000002 , 0x00000007 
+ 00031263  0x00005fc1 fetch  0x00000004 , 0x00004738 
+ 00031264  0x00005fc2 qisolate1  0x0000003f 
+ 00031265  0x00005fc3 branch  0x00007a24 , 0x00000001 
+ 00031266  0x00005fc4 or  0x00000002 , 0x00000080 , 0x00000002 
+ 00031267  0x00005fc5 call  0x00006b7c 
+ 00031268  0x00005fc7 fetch  0x00000001 , 0x0000473c 
+ 00031269  0x00005fc8 pincrease  0x00000001 
+ 00031270  0x00005fc9 store  0x00000001 , 0x0000473c 
+ 00031271  0x00005fca loop  0x00007a1d 
+ 00031272  0x00005fcb jam  0x00000040 , 0x0000807d 
+ 00031273  0x00005fcc rtn 
+ 00031274  0x00005fcf bpatchx  0x00000093 , 0x00004032 
+ 00031275  0x00005fd0 fetcht  0x00000001 , 0x0000455e 
+ 00031276  0x00005fd1 copy  0x00000002 , 0x00000011 
+ 00031277  0x00005fd2 arg  0x00000000 , 0x00000012 
+ 00031278  0x00005fd3 arg  0x00000000 , 0x00000002 
+ 00031279  0x00005fd4 storet  0x00000008 , 0x00000016 
+ 00031280  0x00005fd5 arg  0x00004560 , 0x00000006 
+ 00031281  0x00005fd6 call  0x00007a35 
+ 00031282  0x00005fd7 set1  0x0000000d , 0x00000002 
+ 00031283  0x00005fd8 storet  0x00000004 , 0x00000016 
+ 00031284  0x00005fd9 rtn 
+ 00031285  0x00005fdc ifetch  0x00000001 , 0x00000006 
+ 00031286  0x00005fdd iforce  0x00000007 
+ 00031287  0x00005fde qset1  0x00000002 
+ 00031288  0x00005fe0 increase  0x00000001 , 0x00000012 
+ 00031289  0x00005fe1 deposit  0x00000011 
+ 00031290  0x00005fe2 isub  0x00000012 , 0x0000003e 
+ 00031291  0x00005fe3 rtn  0x00000005 
+ 00031292  0x00005fe4 branch  0x00007a35 
+ 00031293  0x00005fec bpatchx  0x00000094 , 0x00004032 
+ 00031294  0x00005fed fetch  0x00000001 , 0x00004721 
+ 00031295  0x00005fee beq  0x00000002 , 0x00007a84 
+ 00031296  0x00005fef fetch  0x00000001 , 0x000044a3 
+ 00031297  0x00005ff0 nbranch  0x00007a65 , 0x00000034 
+ 00031298  0x00005ff2 fetch  0x00000001 , 0x00004721 
+ 00031299  0x00005ff3 beq  0x00000001 , 0x00007a6b 
+ 00031300  0x00005ff4 fetch  0x00000001 , 0x0000457f 
+ 00031301  0x00005ff5 nbranch  0x00007a6b , 0x00000034 
+ 00031302  0x00005ff7 fetch  0x00000001 , 0x000046ae 
+ 00031303  0x00005ff8 nbranch  0x00007a73 , 0x00000034 
+ 00031304  0x00005ffa fetch  0x00000001 , 0x000046af 
+ 00031305  0x00005ffb nbranch  0x00007a79 , 0x00000034 
+ 00031306  0x00005ffd setarg  0x00000000 
+ 00031307  0x00005ffe store  0x00000004 , 0x00004701 
+ 00031308  0x00006002 rtn 
+ 00031309  0x00006004 bpatchx  0x00000095 , 0x00004032 
+ 00031310  0x00006006 arg  0x00000027 , 0x00000039 
+ 00031311  0x00006007 arg  0x0000412b , 0x00000005 
+ 00031312  0x00006008 arg  0x0000464f , 0x00000006 
+ 00031313  0x00006009 call  0x0000740c 
+ 00031314  0x0000600a branch  0x000042b6 
+ 00031315  0x0000600d bpatchx  0x00000096 , 0x00004032 
+ 00031316  0x0000600e arg  0x00000027 , 0x00000039 
+ 00031317  0x0000600f arg  0x0000412b , 0x00000005 
+ 00031318  0x00006010 arg  0x0000447c , 0x00000006 
+ 00031319  0x00006011 call  0x0000740c 
+ 00031320  0x00006012 branch  0x000042b6 
+ 00031321  0x00006015 bpatchx  0x00000097 , 0x00004032 
+ 00031322  0x00006016 arg  0x00000027 , 0x00000039 
+ 00031323  0x00006017 arg  0x0000412b , 0x00000005 
+ 00031324  0x00006018 arg  0x000046b0 , 0x00000006 
+ 00031325  0x00006019 call  0x0000740c 
+ 00031326  0x0000601a branch  0x000042b6 
+ 00031327  0x0000601d bpatchx  0x00000098 , 0x00004033 
+ 00031328  0x0000601e arg  0x00000027 , 0x00000039 
+ 00031329  0x0000601f arg  0x0000412b , 0x00000005 
+ 00031330  0x00006020 arg  0x000046d7 , 0x00000006 
+ 00031331  0x00006021 call  0x0000740c 
+ 00031332  0x00006022 branch  0x000042b6 
+ 00031333  0x00006025 bpatchx  0x00000099 , 0x00004033 
+ 00031334  0x00006026 fetch  0x00000001 , 0x00004701 
+ 00031335  0x00006027 beq  0x00000003 , 0x00007a42 
+ 00031336  0x00006028 pincrease  0x00000001 
+ 00031337  0x00006029 store  0x00000001 , 0x00004701 
+ 00031338  0x0000602a branch  0x00007a53 
+ 00031339  0x0000602d bpatchx  0x0000009a , 0x00004033 
+ 00031340  0x0000602f fetch  0x00000001 , 0x00004702 
+ 00031341  0x00006030 beq  0x00000003 , 0x00007a46 
+ 00031342  0x00006031 pincrease  0x00000001 
+ 00031343  0x00006032 store  0x00000001 , 0x00004702 
+ 00031344  0x00006033 fetch  0x00000001 , 0x00004721 
+ 00031345  0x00006034 beq  0x00000001 , 0x00007a7f 
+ 00031346  0x00006035 branch  0x00007a4d 
+ 00031347  0x00006038 bpatchx  0x0000009b , 0x00004033 
+ 00031348  0x0000603a fetch  0x00000001 , 0x00004703 
+ 00031349  0x0000603b beq  0x00000003 , 0x00007a48 
+ 00031350  0x0000603c pincrease  0x00000001 
+ 00031351  0x0000603d store  0x00000001 , 0x00004703 
+ 00031352  0x0000603e branch  0x00007a59 
+ 00031353  0x00006041 bpatchx  0x0000009c , 0x00004033 
+ 00031354  0x00006043 fetch  0x00000001 , 0x00004704 
+ 00031355  0x00006044 beq  0x00000003 , 0x00007a4a 
+ 00031356  0x00006045 pincrease  0x00000001 
+ 00031357  0x00006046 store  0x00000001 , 0x00004704 
+ 00031358  0x00006047 branch  0x00007a5f 
+ 00031359  0x0000604a arg  0x00000017 , 0x00000039 
+ 00031360  0x0000604b arg  0x0000412b , 0x00000005 
+ 00031361  0x0000604c arg  0x0000464f , 0x00000006 
+ 00031362  0x0000604d call  0x0000740c 
+ 00031363  0x0000604e branch  0x000042b6 
+ 00031364  0x00006052 fetch  0x00000001 , 0x00004555 
+ 00031365  0x00006053 pincrease  0x00000001 
+ 00031366  0x00006054 store  0x00000001 , 0x00004555 
+ 00031367  0x00006055 sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00031368  0x00006056 branch  0x00007a53 , 0x00000002 
+ 00031369  0x00006057 sub  0x0000003f , 0x00000006 , 0x0000003e 
+ 00031370  0x00006058 branch  0x00007a90 , 0x00000002 
+ 00031371  0x00006059 sub  0x0000003f , 0x00000009 , 0x0000003e 
+ 00031372  0x0000605a branch  0x00007a95 , 0x00000002 
+ 00031373  0x0000605b setarg  0x00000000 
+ 00031374  0x0000605c store  0x00000001 , 0x00004555 
+ 00031375  0x0000605d branch  0x00007a53 
+ 00031376  0x00006060 arg  0x00000025 , 0x00000039 
+ 00031377  0x00006061 arg  0x0000412b , 0x00000005 
+ 00031378  0x00006062 arg  0x00004530 , 0x00000006 
+ 00031379  0x00006063 call  0x0000740c 
+ 00031380  0x00006064 branch  0x000042b6 
+ 00031381  0x00006066 arg  0x00000025 , 0x00000039 
+ 00031382  0x00006067 arg  0x0000412b , 0x00000005 
+ 00031383  0x00006068 arg  0x0000464f , 0x00000006 
+ 00031384  0x00006069 call  0x0000740c 
+ 00031385  0x0000606a branch  0x000042b6 
+ 00031386  0x0000606f bpatchx  0x0000009d , 0x00004033 
+ 00031387  0x00006071 fetch  0x00000001 , 0x0000471f 
+ 00031388  0x00006072 call  0x00007aa4 , 0x00000034 
+ 00031389  0x00006075 isolate1  0x00000000 , 0x0000003f 
+ 00031390  0x00006076 branch  0x00007aa7 , 0x00000001 
+ 00031391  0x00006079 isolate1  0x00000001 , 0x0000003f 
+ 00031392  0x0000607a branch  0x00007ab0 , 0x00000001 
+ 00031393  0x0000607d isolate1  0x00000002 , 0x0000003f 
+ 00031394  0x0000607e branch  0x00007ab9 , 0x00000001 
+ 00031395  0x0000607f rtn 
+ 00031396  0x00006082 fetch  0x00000001 , 0x0000471e 
+ 00031397  0x00006083 store  0x00000001 , 0x0000471f 
+ 00031398  0x00006084 rtn 
+ 00031399  0x00006088 bpatchx  0x0000009e , 0x00004033 
+ 00031400  0x0000608a fetch  0x00000001 , 0x0000471f 
+ 00031401  0x0000608b set0  0x00000000 , 0x0000003f 
+ 00031402  0x0000608c store  0x00000001 , 0x0000471f 
+ 00031403  0x0000608d fetcht  0x00000001 , 0x0000436a 
+ 00031404  0x0000608e set1  0x00000000 , 0x00000002 
+ 00031405  0x0000608f storet  0x00000001 , 0x0000436a 
+ 00031406  0x00006090 jam  0x00000025 , 0x00000007 
+ 00031407  0x00006091 branch  0x00004309 
+ 00031408  0x00006094 bpatchx  0x0000009f , 0x00004033 
+ 00031409  0x00006096 fetch  0x00000001 , 0x0000471f 
+ 00031410  0x00006097 set0  0x00000001 , 0x0000003f 
+ 00031411  0x00006098 store  0x00000001 , 0x0000471f 
+ 00031412  0x00006099 fetcht  0x00000001 , 0x0000436a 
+ 00031413  0x0000609a set1  0x00000001 , 0x00000002 
+ 00031414  0x0000609b storet  0x00000001 , 0x0000436a 
+ 00031415  0x0000609c jam  0x00000026 , 0x00000007 
+ 00031416  0x0000609d branch  0x00004309 
+ 00031417  0x000060a0 bpatchx  0x000000a0 , 0x00004034 
+ 00031418  0x000060a2 fetch  0x00000001 , 0x0000471f 
+ 00031419  0x000060a3 set0  0x00000002 , 0x0000003f 
+ 00031420  0x000060a4 store  0x00000001 , 0x0000471f 
+ 00031421  0x000060a5 fetcht  0x00000001 , 0x0000436a 
+ 00031422  0x000060a6 set1  0x00000002 , 0x00000002 
+ 00031423  0x000060a7 storet  0x00000001 , 0x0000436a 
+ 00031424  0x000060a8 jam  0x00000027 , 0x00000007 
+ 00031425  0x000060a9 branch  0x00004309 
+ 00031426  0x000060af call  0x00007ac4 
+ 00031427  0x000060b0 branch  0x00007ae8 
+ 00031428  0x000060b3 bpatchx  0x000000a1 , 0x00004034 
+ 00031429  0x000060b4 call  0x00007ad5 
+ 00031430  0x000060b6 bpatchx  0x000000a2 , 0x00004034 
+ 00031431  0x000060b7 fetch  0x00000001 , 0x0000458a 
+ 00031432  0x000060b8 pincrease  0x00000001 
+ 00031433  0x000060b9 store  0x00000001 , 0x0000458a 
+ 00031434  0x000060bb fetch  0x00000001 , 0x000044a6 
+ 00031435  0x000060bc sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00031436  0x000060bd call  0x00007ad1 , 0x00000005 
+ 00031437  0x000060be fetch  0x00000001 , 0x000044a6 
+ 00031438  0x000060bf sub  0x0000003f , 0x00000005 , 0x0000003e 
+ 00031439  0x000060c0 call  0x00007ad3 , 0x00000005 
+ 00031440  0x000060c1 branch  0x00007ade 
+ 00031441  0x000060c4 jam  0x00000083 , 0x00004589 
+ 00031442  0x000060c5 rtn 
+ 00031443  0x000060c7 jam  0x00000088 , 0x00004589 
+ 00031444  0x000060c8 rtn 
+ 00031445  0x000060cc bpatchx  0x000000a3 , 0x00004034 
+ 00031446  0x000060cd jam  0x00000001 , 0x0000435f 
+ 00031447  0x000060ce jam  0x00000001 , 0x000046a9 
+ 00031448  0x000060cf jam  0x00000001 , 0x000046a8 
+ 00031449  0x000060d0 fetch  0x00000002 , 0x0000476c 
+ 00031450  0x000060d1 store  0x00000002 , 0x000045a2 
+ 00031451  0x000060d2 pincrease  0x00000001 
+ 00031452  0x000060d3 store  0x00000002 , 0x000046a6 
+ 00031453  0x000060d4 rtn 
+ 00031454  0x000060d6 bpatchx  0x000000a4 , 0x00004034 
+ 00031455  0x000060d7 fetch  0x00000001 , 0x0000457c 
+ 00031456  0x000060d8 arg  0x000000f0 , 0x00000002 
+ 00031457  0x000060d9 iand  0x00000002 , 0x0000003f 
+ 00031458  0x000060da fetcht  0x00000001 , 0x00004581 
+ 00031459  0x000060db iadd  0x00000002 , 0x0000003f 
+ 00031460  0x000060dc store  0x00000001 , 0x0000457c 
+ 00031461  0x000060dd fetch  0x00000002 , 0x0000457b 
+ 00031462  0x000060de store  0x00000002 , 0x00004585 
+ 00031463  0x000060df rtn 
+ 00031464  0x000060e6 bpatchx  0x000000a5 , 0x00004034 
+ 00031465  0x000060e7 fetch  0x00000001 , 0x0000457f 
+ 00031466  0x000060e8 ncall  0x00007b01 , 0x00000034 
+ 00031467  0x000060ea fetch  0x00000001 , 0x00004584 
+ 00031468  0x000060eb sub  0x0000003f , 0x00000028 , 0x0000003e 
+ 00031469  0x000060ec call  0x00007afe , 0x00000005 
+ 00031470  0x000060ee call  0x00007b1b 
+ 00031471  0x000060ef arg  0x0000463f , 0x00000005 
+ 00031472  0x000060f0 arg  0x00004584 , 0x00000006 
+ 00031473  0x000060f1 arg  0x0000000e , 0x00000039 
+ 00031474  0x000060f2 call  0x0000740c 
+ 00031475  0x000060f4 arg  0x00000027 , 0x00000039 
+ 00031476  0x000060f5 arg  0x00004628 , 0x00000006 
+ 00031477  0x000060f6 arg  0x0000464f , 0x00000005 
+ 00031478  0x000060f7 call  0x0000740c 
+ 00031479  0x000060f9 jam  0x00000027 , 0x0000467a 
+ 00031480  0x000060fb jam  0x00000053 , 0x0000467b 
+ 00031481  0x000060fd call  0x00007b73 
+ 00031482  0x000060ff fetch  0x00000001 , 0x0000457f 
+ 00031483  0x00006100 store  0x00000001 , 0x00004659 
+ 00031484  0x00006101 bpatchx  0x000000a6 , 0x00004034 
+ 00031485  0x00006102 rtn 
+ 00031486  0x00006105 fetch  0x00000001 , 0x0000457f 
+ 00031487  0x00006106 store  0x00000001 , 0x0000458b 
+ 00031488  0x00006107 rtn 
+ 00031489  0x0000610a bpatchx  0x000000a7 , 0x00004034 
+ 00031490  0x0000610c fetch  0x00000001 , 0x00004584 
+ 00031491  0x0000610d sub  0x0000003f , 0x00000028 , 0x0000003e 
+ 00031492  0x0000610e call  0x00007b18 , 0x00000005 
+ 00031493  0x00006110 call  0x00007b1b 
+ 00031494  0x00006111 arg  0x0000463f , 0x00000005 
+ 00031495  0x00006112 arg  0x00004584 , 0x00000006 
+ 00031496  0x00006113 arg  0x0000000e , 0x00000039 
+ 00031497  0x00006114 call  0x0000740c 
+ 00031498  0x00006116 arg  0x00000027 , 0x00000039 
+ 00031499  0x00006117 arg  0x00004628 , 0x00000006 
+ 00031500  0x00006118 arg  0x0000464f , 0x00000005 
+ 00031501  0x00006119 call  0x0000740c 
+ 00031502  0x0000611b jam  0x00000027 , 0x0000467a 
+ 00031503  0x0000611c jam  0x00000053 , 0x0000467b 
+ 00031504  0x0000611d call  0x00007b73 
+ 00031505  0x0000611f arg  0x00000027 , 0x00000039 
+ 00031506  0x00006120 arg  0x0000464f , 0x00000006 
+ 00031507  0x00006121 arg  0x000046b0 , 0x00000005 
+ 00031508  0x00006122 call  0x0000740c 
+ 00031509  0x00006124 fetch  0x00000001 , 0x000046ae 
+ 00031510  0x00006125 store  0x00000001 , 0x000046ba 
+ 00031511  0x00006127 rtn 
+ 00031512  0x00006129 fetch  0x00000001 , 0x000046ae 
+ 00031513  0x0000612a store  0x00000001 , 0x0000458b 
+ 00031514  0x0000612b rtn 
+ 00031515  0x00006138 bpatchx  0x000000a8 , 0x00004035 
+ 00031516  0x0000613a jam  0x00000001 , 0x0000458c 
+ 00031517  0x0000613c jam  0x00000000 , 0x0000458d 
+ 00031518  0x0000613d random  0x0000003f 
+ 00031519  0x0000613e rshift8  0x0000003f , 0x00000002 
+ 00031520  0x0000613f storet  0x00000001 , 0x0000458e 
+ 00031521  0x00006140 store  0x00000001 , 0x0000458f 
+ 00031522  0x00006141 invert  0x0000003f , 0x0000003f 
+ 00031523  0x00006142 store  0x00000002 , 0x000044c6 
+ 00031524  0x00006143 fetch  0x00000001 , 0x0000458f 
+ 00031525  0x00006144 fetcht  0x00000001 , 0x0000458c 
+ 00031526  0x00006145 ixor  0x00000002 , 0x0000003f 
+ 00031527  0x00006146 store  0x00000001 , 0x0000458c 
+ 00031528  0x00006147 fetcht  0x00000001 , 0x0000458d 
+ 00031529  0x00006148 ixor  0x00000002 , 0x0000003f 
+ 00031530  0x00006149 store  0x00000001 , 0x0000458d 
+ 00031531  0x0000614c bpatchx  0x000000a9 , 0x00004035 
+ 00031532  0x0000614e arg  0x00004584 , 0x00000013 
+ 00031533  0x00006150 arg  0x0000000c , 0x00000039 
+ 00031534  0x00006151 call  0x00007b37 
+ 00031535  0x00006153 fetch  0x00000002 , 0x000044c6 
+ 00031536  0x00006154 arg  0x0000ff00 , 0x00000011 
+ 00031537  0x00006155 iand  0x00000011 , 0x00000002 
+ 00031538  0x00006156 rshift8  0x00000002 , 0x00000002 
+ 00031539  0x00006157 storet  0x00000001 , 0x00004590 
+ 00031540  0x00006158 fetch  0x00000001 , 0x000044c6 
+ 00031541  0x00006159 store  0x00000001 , 0x00004591 
+ 00031542  0x0000615b rtn 
+ 00031543  0x0000615e fetch  0x00000001 , 0x00004721 
+ 00031544  0x0000615f beq  0x00000002 , 0x00007b57 
+ 00031545  0x00006160 branch  0x00007b3a 
+ 00031546  0x00006166 bpatchx  0x000000aa , 0x00004035 
+ 00031547  0x00006167 ifetcht  0x00000001 , 0x00000013 
+ 00031548  0x00006168 lshift8  0x00000002 , 0x00000002 
+ 00031549  0x00006169 fetch  0x00000002 , 0x000044c6 
+ 00031550  0x0000616a ixor  0x00000002 , 0x00000002 
+ 00031551  0x0000616b arg  0x00000000 , 0x00000007 
+ 00031552  0x0000616c call  0x00007b45 
+ 00031553  0x0000616d storet  0x00000002 , 0x000044c6 
+ 00031554  0x0000616e increase  0x00000001 , 0x00000013 
+ 00031555  0x0000616f loop  0x00007b3a 
+ 00031556  0x00006170 rtn 
+ 00031557  0x00006173 copy  0x00000002 , 0x0000003f 
+ 00031558  0x00006174 rshift8  0x0000003f , 0x00000011 
+ 00031559  0x00006175 rshift4  0x00000011 , 0x00000011 
+ 00031560  0x00006176 rshift3  0x00000011 , 0x00000011 
+ 00031561  0x00006177 lshift  0x0000003f , 0x00000002 
+ 00031562  0x00006178 copy  0x00000011 , 0x0000003f 
+ 00031563  0x00006179 ncall  0x00007b50 , 0x00000034 
+ 00031564  0x0000617a increase  0x00000001 , 0x00000007 
+ 00031565  0x0000617b copy  0x00000007 , 0x0000003f 
+ 00031566  0x0000617c bne  0x00000008 , 0x00007b45 
+ 00031567  0x0000617d rtn 
+ 00031568  0x00006180 fetch  0x00000002 , 0x000044c8 
+ 00031569  0x00006181 copy  0x0000003f , 0x00000011 
+ 00031570  0x00006182 copy  0x00000002 , 0x0000003f 
+ 00031571  0x00006183 ixor  0x00000011 , 0x0000003f 
+ 00031572  0x00006184 arg  0x0000ffff , 0x00000011 
+ 00031573  0x00006185 iand  0x00000011 , 0x00000002 
+ 00031574  0x00006186 rtn 
+ 00031575  0x0000618a bpatchx  0x000000ab , 0x00004035 
+ 00031576  0x0000618b fetch  0x00000002 , 0x000044c6 
+ 00031577  0x0000618e ifetcht  0x00000001 , 0x00000013 
+ 00031578  0x0000618f increase  0x00000001 , 0x00000013 
+ 00031579  0x00006190 reverse  0x00000002 , 0x00000002 
+ 00031580  0x00006191 lshift8  0x00000002 , 0x00000002 
+ 00031581  0x00006192 ixor  0x00000002 , 0x0000003f 
+ 00031582  0x00006195 copy  0x00000039 , 0x00000012 
+ 00031583  0x00006196 arg  0x00000008 , 0x00000039 
+ 00031584  0x00006198 isolate1  0x0000000f , 0x0000003f 
+ 00031585  0x00006199 lshift  0x0000003f , 0x0000003f 
+ 00031586  0x0000619a nbranch  0x00007b65 , 0x00000001 
+ 00031587  0x0000619b fetcht  0x00000002 , 0x000044c8 
+ 00031588  0x0000619c ixor  0x00000002 , 0x0000003f 
+ 00031589  0x0000619e loop  0x00007b60 
+ 00031590  0x0000619f copy  0x00000012 , 0x00000039 
+ 00031591  0x000061a1 loop  0x00007b59 
+ 00031592  0x000061a2 store  0x00000002 , 0x000044c6 
+ 00031593  0x000061a3 fetcht  0x00000001 , 0x000044c6 
+ 00031594  0x000061a4 reverse  0x00000002 , 0x00000002 
+ 00031595  0x000061a5 fetch  0x00000001 , 0x000044c7 
+ 00031596  0x000061a6 reverse  0x0000003f , 0x0000003f 
+ 00031597  0x000061a7 storet  0x00000001 , 0x000044c7 
+ 00031598  0x000061a8 store  0x00000001 , 0x000044c6 
+ 00031599  0x000061a9 rtn 
+ 00031600  0x000061b0 bpatchx  0x000000ac , 0x00004035 
+ 00031601  0x000061b1 call  0x00007b7b 
+ 00031602  0x000061b2 branch  0x00007b76 
+ 00031603  0x000061b6 bpatchx  0x000000ad , 0x00004035 
+ 00031604  0x000061b8 call  0x00007b76 
+ 00031605  0x000061b9 branch  0x00007b7b 
+ 00031606  0x0000621e bpatchx  0x000000ae , 0x00004035 
+ 00031607  0x00006220 arg  0x0000464f , 0x00000006 
+ 00031608  0x00006221 arg  0x0000464f , 0x00000005 
+ 00031609  0x00006222 arg  0x00000027 , 0x00000039 
+ 00031610  0x00006223 branch  0x00007b83 
+ 00031611  0x00006226 bpatchx  0x000000af , 0x00004035 
+ 00031612  0x00006228 arg  0x00000027 , 0x00000039 
+ 00031613  0x00006229 arg  0x0000464f , 0x00000013 
+ 00031614  0x0000622a arg  0x00000053 , 0x00000012 
+ 00031615  0x0000622b fetch  0x00000001 , 0x00004721 
+ 00031616  0x0000622c sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00031617  0x0000622d call  0x00007607 , 0x00000005 
+ 00031618  0x0000622e branch  0x00007b89 
+ 00031619  0x00006231 bpatchx  0x000000b0 , 0x00004036 
+ 00031620  0x00006233 ifetch  0x00000001 , 0x00000006 
+ 00031621  0x00006234 reverse  0x0000003f , 0x0000003f 
+ 00031622  0x00006235 istore  0x00000001 , 0x00000005 
+ 00031623  0x00006236 loop  0x00007b83 
+ 00031624  0x00006237 rtn 
+ 00031625  0x0000623b bpatchx  0x000000b1 , 0x00004036 
+ 00031626  0x0000623c call  0x00007b8e 
+ 00031627  0x0000623d increase  0x00000001 , 0x00000013 
+ 00031628  0x0000623e loop  0x00007b89 
+ 00031629  0x0000623f rtn 
+ 00031630  0x00006241 bpatchx  0x000000b2 , 0x00004036 
+ 00031631  0x00006242 arg  0x00000001 , 0x00000011 
+ 00031632  0x00006244 lshift  0x00000012 , 0x00000012 
+ 00031633  0x00006245 isolate1  0x00000007 , 0x00000012 
+ 00031634  0x00006246 call  0x00007b97 , 0x00000001 
+ 00031635  0x00006247 lshift  0x00000011 , 0x00000011 
+ 00031636  0x00006248 deposit  0x00000011 
+ 00031637  0x00006249 rtnbit1  0x00000008 
+ 00031638  0x0000624a branch  0x00007b90 
+ 00031639  0x0000624d bpatchx  0x000000b3 , 0x00004036 
+ 00031640  0x0000624e ifetch  0x00000001 , 0x00000013 
+ 00031641  0x0000624f ixor  0x00000011 , 0x0000003f 
+ 00031642  0x00006250 istore  0x00000001 , 0x00000013 
+ 00031643  0x00006251 xor  0x00000012 , 0x00000011 , 0x00000012 
+ 00031644  0x00006252 rtn 
+ 00031645  0x00006259 fetch  0x00000001 , 0x00004721 
+ 00031646  0x0000625a sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00031647  0x0000625b call  0x00007bcd , 0x00000005 
+ 00031648  0x0000625c call  0x00007bc3 
+ 00031649  0x0000625d call  0x00007ba9 
+ 00031650  0x0000625e call  0x00007bad 
+ 00031651  0x0000625f call  0x00007bc0 
+ 00031652  0x00006261 call  0x00007bb2 
+ 00031653  0x00006262 call  0x00007bb7 
+ 00031654  0x00006263 call  0x00007bbb 
+ 00031655  0x00006264 bpatchx  0x000000b4 , 0x00004036 
+ 00031656  0x00006265 rtn 
+ 00031657  0x00006268 arg  0x00004579 , 0x00000013 
+ 00031658  0x00006269 arg  0x00007bac , 0x00000012 
+ 00031659  0x0000626a branch  0x00004dd3 
+ 00031660  0x0000626c rtn 
+ 00031661  0x0000626f arg  0x000045a2 , 0x00000013 
+ 00031662  0x00006270 arg  0x00007bb0 , 0x00000012 
+ 00031663  0x00006271 branch  0x00004dd3 
+ 00031664  0x00006274 jam  0x00000000 , 0x0000435f 
+ 00031665  0x00006275 rtn 
+ 00031666  0x0000627f arg  0x000046a9 , 0x00000013 
+ 00031667  0x00006280 arg  0x00007bb5 , 0x00000012 
+ 00031668  0x00006281 branch  0x00004dd3 
+ 00031669  0x00006284 jam  0x00000000 , 0x000046a8 
+ 00031670  0x00006285 rtn 
+ 00031671  0x00006288 arg  0x000046a6 , 0x00000013 
+ 00031672  0x00006289 arg  0x00007bba , 0x00000012 
+ 00031673  0x0000628a branch  0x00004dd3 
+ 00031674  0x0000628c rtn 
+ 00031675  0x0000628f arg  0x00004722 , 0x00000013 
+ 00031676  0x00006290 arg  0x00007bbe , 0x00000012 
+ 00031677  0x00006291 branch  0x00004dd3 
+ 00031678  0x00006293 jam  0x00000001 , 0x00004724 
+ 00031679  0x00006294 rtn 
+ 00031680  0x00006297 arg  0x00004594 , 0x00000013 
+ 00031681  0x00006298 arg  0x00007bc6 , 0x00000012 
+ 00031682  0x00006299 branch  0x00004dd3 
+ 00031683  0x0000629c arg  0x00004709 , 0x00000013 
+ 00031684  0x0000629d arg  0x00007bc8 , 0x00000012 
+ 00031685  0x0000629e branch  0x00004dd3 
+ 00031686  0x000062a1 fetch  0x00000002 , 0x00004766 
+ 00031687  0x000062a2 branch  0x00007487 
+ 00031688  0x000062a5 fetch  0x00000002 , 0x00004768 
+ 00031689  0x000062a6 branch  0x00007487 
+ 00031690  0x000062aa fetch  0x00000002 , 0x0000476a 
+ 00031691  0x000062ab store  0x00000002 , 0x00004709 
+ 00031692  0x000062ac rtn 
+ 00031693  0x000062af arg  0x000044e4 , 0x00000013 
+ 00031694  0x000062b0 arg  0x00007bd0 , 0x00000012 
+ 00031695  0x000062b1 branch  0x00004dd3 
+ 00031696  0x000062b3 fetch  0x00000002 , 0x00004594 
+ 00031697  0x000062b4 rtn  0x00000034 
+ 00031698  0x000062b5 jam  0x00000001 , 0x000044e8 
+ 00031699  0x000062b6 rtn 
+ 00031700  0x000062bd bpatchx  0x00000063 , 0x0000402c 
+ 00031701  0x000062be branch  0x00007bd7 
+ 00031702  0x000062c1 rtn 
+ 00031703  0x000062c5 bpatchx  0x00000064 , 0x0000402c 
+ 00031704  0x000062c6 call  0x00003cf9 
+ 00031705  0x000062c7 disable  0x00000029 
+ 00031706  0x000062c8 call  0x00004296 
+ 00031707  0x000062c9 call  0x00007be1 
+ 00031708  0x000062ca nrtn  0x0000002d 
+ 00031709  0x000062cb fetch  0x00000001 , 0x00000002 
+ 00031710  0x000062cc increase  0x00000001 , 0x0000003f 
+ 00031711  0x000062cd store  0x00000001 , 0x00000002 
+ 00031712  0x000062ce branch  0x00007c5d 
+ 00031713  0x000062d1 call  0x00007be3 
+ 00031714  0x000062d2 branch  0x00003d92 
+ 00031715  0x000062d5 fetch  0x00000001 , 0x00004779 
+ 00031716  0x000062d6 store  0x00000001 , 0x00000007 
+ 00031717  0x000062d7 rtn 
+ 00031718  0x000062dd setarg  0x00000003 
+ 00031719  0x000062de branch  0x00007d54 
+ 00031720  0x000062e1 setarg  0x00000008 
+ 00031721  0x000062e2 branch  0x00007d54 
+ 00031722  0x000062e5 fetch  0x00000006 , 0x00004788 
+ 00031723  0x000062e6 fetcht  0x00000006 , 0x00004782 
+ 00031724  0x000062e7 isub  0x00000002 , 0x0000003e 
+ 00031725  0x000062e8 rtn 
+ 00031726  0x000062eb fetch  0x00000001 , 0x00004773 
+ 00031727  0x000062ec branch  0x00007bf6 , 0x00000034 
+ 00031728  0x000062ed fetch  0x00000001 , 0x00004778 
+ 00031729  0x000062ee beq  0x00000001 , 0x00007bf6 
+ 00031730  0x000062ef fetch  0x00000001 , 0x00004777 
+ 00031731  0x000062f0 beq  0x00000050 , 0x00007bf6 
+ 00031732  0x000062f2 call  0x00007bea 
+ 00031733  0x000062f3 branch  0x00007be8 , 0x00000005 
+ 00031734  0x000062f5 setarg  0x00000014 
+ 00031735  0x000062f6 branch  0x00007d54 
+ 00031736  0x000062f9 fetch  0x00000001 , 0x00004773 
+ 00031737  0x000062fa branch  0x00007c00 , 0x00000034 
+ 00031738  0x000062fb fetch  0x00000001 , 0x00004778 
+ 00031739  0x000062fc beq  0x00000001 , 0x00007c00 
+ 00031740  0x000062fd fetch  0x00000001 , 0x00004777 
+ 00031741  0x000062fe beq  0x00000050 , 0x00007c00 
+ 00031742  0x00006300 call  0x00007bea 
+ 00031743  0x00006301 branch  0x00007be8 , 0x00000005 
+ 00031744  0x00006303 setarg  0x00000018 
+ 00031745  0x00006304 branch  0x00007d54 
+ 00031746  0x00006307 setarg  0x00000006 
+ 00031747  0x00006308 branch  0x00007d54 
+ 00031748  0x0000630b fetch  0x00000001 , 0x000047a9 
+ 00031749  0x0000630c rtnne  0x00000040 
+ 00031750  0x0000630d setarg  0x00000005 
+ 00031751  0x0000630e branch  0x00007d54 
+ 00031752  0x00006312 fetch  0x00000002 , 0x000047a9 
+ 00031753  0x00006313 nbranch  0x00007c0c , 0x00000034 
+ 00031754  0x00006315 setarg  0x0000001b 
+ 00031755  0x00006316 branch  0x00007d54 
+ 00031756  0x00006318 setarg  0x00000017 
+ 00031757  0x00006319 branch  0x00007d54 
+ 00031758  0x0000631d fetch  0x00000001 , 0x000047aa 
+ 00031759  0x0000631e beq  0x00000000 , 0x00007c20 
+ 00031760  0x0000631f beq  0x00000001 , 0x00007c22 
+ 00031761  0x00006320 beq  0x00000002 , 0x00007c26 
+ 00031762  0x00006321 beq  0x00000003 , 0x00007c2a 
+ 00031763  0x00006322 rtn 
+ 00031764  0x00006325 fetch  0x00000001 , 0x000047a9 
+ 00031765  0x00006326 beq  0x00000020 , 0x00007c17 
+ 00031766  0x00006327 branch  0x00007c0e 
+ 00031767  0x0000632b fetch  0x00000001 , 0x000047aa 
+ 00031768  0x0000632c beq  0x00000000 , 0x00007c20 
+ 00031769  0x0000632d beq  0x00000001 , 0x00007c22 
+ 00031770  0x0000632e beq  0x00000002 , 0x00007c24 
+ 00031771  0x0000632f beq  0x00000003 , 0x00007c26 
+ 00031772  0x00006330 beq  0x00000004 , 0x00007c28 
+ 00031773  0x00006331 beq  0x00000005 , 0x00007c2a 
+ 00031774  0x00006332 beq  0x00000006 , 0x00007c2c 
+ 00031775  0x00006333 rtn 
+ 00031776  0x00006337 setarg  0x00000016 
+ 00031777  0x00006338 branch  0x00007d54 
+ 00031778  0x0000633b setarg  0x00000010 
+ 00031779  0x0000633c branch  0x00007d54 
+ 00031780  0x0000633f setarg  0x00000012 
+ 00031781  0x00006340 branch  0x00007d54 
+ 00031782  0x00006343 setarg  0x0000001c 
+ 00031783  0x00006344 branch  0x00007d54 
+ 00031784  0x00006347 setarg  0x0000000a 
+ 00031785  0x00006348 branch  0x00007d54 
+ 00031786  0x0000634b setarg  0x0000000f 
+ 00031787  0x0000634c branch  0x00007d54 
+ 00031788  0x0000634f setarg  0x0000000c 
+ 00031789  0x00006350 branch  0x00007d54 
+ 00031790  0x00006354 fetch  0x00000001 , 0x000047a9 
+ 00031791  0x00006355 branch  0x00007c32 , 0x00000034 
+ 00031792  0x00006357 setarg  0x00000011 
+ 00031793  0x00006358 branch  0x00007d54 
+ 00031794  0x0000635a setarg  0x00000004 
+ 00031795  0x0000635b branch  0x00007d54 
+ 00031796  0x0000635e setarg  0x00000007 
+ 00031797  0x0000635f branch  0x00007d54 
+ 00031798  0x00006362 setarg  0x00000013 
+ 00031799  0x00006363 branch  0x00007d54 
+ 00031800  0x00006366 fetch  0x00000001 , 0x000047a9 
+ 00031801  0x00006367 branch  0x00007c3c , 0x00000034 
+ 00031802  0x00006369 setarg  0x0000000d 
+ 00031803  0x0000636a branch  0x00007d54 
+ 00031804  0x0000636c setarg  0x0000000e 
+ 00031805  0x0000636d branch  0x00007d54 
+ 00031806  0x00006370 bpatchx  0x00000065 , 0x0000402c 
+ 00031807  0x00006371 fetch  0x00000001 , 0x000047a9 
+ 00031808  0x00006373 beq  0x00000001 , 0x00007c43 
+ 00031809  0x00006374 beq  0x00000002 , 0x00007c45 
+ 00031810  0x00006375 rtn 
+ 00031811  0x00006378 setarg  0x0000001e 
+ 00031812  0x00006379 branch  0x00007d54 
+ 00031813  0x0000637c setarg  0x00000015 
+ 00031814  0x0000637d branch  0x00007d54 
+ 00031815  0x00006381 fetch  0x00000002 , 0x000047a9 
+ 00031816  0x00006382 beq  0x000000ff , 0x00007c56 
+ 00031817  0x00006384 bpatchx  0x00000066 , 0x0000402c 
+ 00031818  0x00006385 fetch  0x00000002 , 0x000047a9 
+ 00031819  0x00006386 beq  0x000001e0 , 0x00007c56 
+ 00031820  0x00006387 beq  0x0000003c , 0x00007c50 
+ 00031821  0x00006388 beq  0x00000078 , 0x00007c52 
+ 00031822  0x00006389 beq  0x000000f0 , 0x00007c54 
+ 00031823  0x0000638a rtn 
+ 00031824  0x0000638c setarg  0x00000002 
+ 00031825  0x0000638d branch  0x00007d54 
+ 00031826  0x0000638f setarg  0x00000009 
+ 00031827  0x00006390 branch  0x00007d54 
+ 00031828  0x00006392 setarg  0x00000019 
+ 00031829  0x00006393 branch  0x00007d54 
+ 00031830  0x00006395 setarg  0x0000001a 
+ 00031831  0x00006396 branch  0x00007d54 
+ 00031832  0x0000639e setarg  0x00007bd4 
+ 00031833  0x0000639f store  0x00000002 , 0x00004394 
+ 00031834  0x000063a0 setarg  0x00007d43 
+ 00031835  0x000063a1 store  0x00000002 , 0x0000439c 
+ 00031836  0x000063a2 branch  0x00007d59 
+ 00031837  0x000063ab fetch  0x00000001 , 0x00004771 
+ 00031838  0x000063ac beq  0x00000000 , 0x00007c63 
+ 00031839  0x000063ae fetch  0x00000002 , 0x0000477a 
+ 00031840  0x000063af call  0x00007487 
+ 00031841  0x000063b1 branch  0x00007cb5 , 0x00000028 
+ 00031842  0x000063b2 rtn 
+ 00031843  0x000063b5 bpatchx  0x00000067 , 0x0000402c 
+ 00031844  0x000063b6 fetch  0x00000001 , 0x00000052 
+ 00031845  0x000063b7 beq  0x00000055 , 0x00007c97 
+ 00031846  0x000063b8 jam  0x00000000 , 0x00004777 
+ 00031847  0x000063ba setarg  0x00000000 
+ 00031848  0x000063bb store  0x00000006 , 0x00004788 
+ 00031849  0x000063bd fetcht  0x00000003 , 0x00000053 
+ 00031850  0x000063be setarg  0x00528718 
+ 00031851  0x000063bf isub  0x00000002 , 0x0000003e 
+ 00031852  0x000063c0 jam  0x00000000 , 0x00004778 
+ 00031853  0x000063c1 branch  0x00007c79 , 0x00000005 
+ 00031854  0x000063c3 jam  0x00000001 , 0x00004778 
+ 00031855  0x000063c4 setarg  0x0008f9ff 
+ 00031856  0x000063c5 isub  0x00000002 , 0x0000003e 
+ 00031857  0x000063c6 branch  0x00007c79 , 0x00000005 
+ 00031858  0x000063c7 setarg  0x0008f903 
+ 00031859  0x000063c8 isub  0x00000002 , 0x0000003e 
+ 00031860  0x000063c9 branch  0x00007c79 , 0x00000005 
+ 00031861  0x000063cb jam  0x00000002 , 0x00004778 
+ 00031862  0x000063cc setarg  0x00f87703 
+ 00031863  0x000063cd isub  0x00000002 , 0x0000003e 
+ 00031864  0x000063ce nrtn  0x00000005 
+ 00031865  0x000063d0 arg  0x00000047 , 0x00000006 
+ 00031866  0x000063d1 arg  0x0000464f , 0x00000005 
+ 00031867  0x000063d2 arg  0x00000027 , 0x00000039 
+ 00031868  0x000063d3 call  0x00007419 
+ 00031869  0x000063d5 jam  0x00000053 , 0x0000467b 
+ 00031870  0x000063d6 jam  0x00000027 , 0x0000467a 
+ 00031871  0x000063d7 call  0x00007b70 
+ 00031872  0x000063d8 fetch  0x00000001 , 0x00004778 
+ 00031873  0x000063d9 beq  0x00000001 , 0x00007c95 
+ 00031874  0x000063da arg  0x00004666 , 0x00000006 
+ 00031875  0x000063dc arg  0x0000473e , 0x00000005 
+ 00031876  0x000063dd arg  0x0000000e , 0x00000039 
+ 00031877  0x000063de call  0x0000740c 
+ 00031878  0x000063e0 fetch  0x00000002 , 0x00004748 
+ 00031879  0x000063e1 byteswap  0x0000003f , 0x0000003f 
+ 00031880  0x000063e2 invert  0x0000003f , 0x0000003f 
+ 00031881  0x000063e3 store  0x00000002 , 0x000044c6 
+ 00031882  0x000063e4 arg  0x0000473e , 0x00000013 
+ 00031883  0x000063e5 arg  0x0000000c , 0x00000039 
+ 00031884  0x000063e6 setarg  0x00001021 
+ 00031885  0x000063e7 store  0x00000002 , 0x000044c8 
+ 00031886  0x000063e8 call  0x00007b3a 
+ 00031887  0x000063e9 fetch  0x00000002 , 0x000044c6 
+ 00031888  0x000063ea byteswap  0x0000003f , 0x0000003f 
+ 00031889  0x000063eb fetcht  0x00000002 , 0x0000474a 
+ 00031890  0x000063ec isub  0x00000002 , 0x0000003e 
+ 00031891  0x000063ed nrtn  0x00000005 
+ 00031892  0x000063ef branch  0x00007ca8 
+ 00031893  0x000063f2 arg  0x00004667 , 0x00000006 
+ 00031894  0x000063f3 branch  0x00007c83 
+ 00031895  0x000063f6 bpatchx  0x00000068 , 0x0000402d 
+ 00031896  0x000063f7 arg  0x00004788 , 0x00000005 
+ 00031897  0x000063f8 arg  0x00000049 , 0x00000006 
+ 00031898  0x000063f9 arg  0x00000006 , 0x00000039 
+ 00031899  0x000063fa call  0x0000740c 
+ 00031900  0x000063fc fetch  0x00000001 , 0x00000051 
+ 00031901  0x000063fd store  0x00000001 , 0x00004777 
+ 00031902  0x000063ff fetcht  0x00000001 , 0x00004774 
+ 00031903  0x00006400 isub  0x00000002 , 0x0000003e 
+ 00031904  0x00006401 branch  0x00007c69 , 0x00000005 
+ 00031905  0x00006403 fetcht  0x00000001 , 0x00004775 
+ 00031906  0x00006404 isub  0x00000002 , 0x0000003e 
+ 00031907  0x00006405 branch  0x00007c69 , 0x00000005 
+ 00031908  0x00006407 fetcht  0x00000001 , 0x00004776 
+ 00031909  0x00006408 isub  0x00000002 , 0x0000003e 
+ 00031910  0x00006409 branch  0x00007c69 , 0x00000005 
+ 00031911  0x0000640a rtn 
+ 00031912  0x0000640f bpatchx  0x00000069 , 0x0000402d 
+ 00031913  0x00006410 fetch  0x00000001 , 0x0000473e 
+ 00031914  0x00006411 store  0x00000002 , 0x000047a6 
+ 00031915  0x00006412 fetch  0x00000002 , 0x00004741 
+ 00031916  0x00006413 store  0x00000002 , 0x000047a9 
+ 00031917  0x00006415 fetch  0x00000001 , 0x0000473f 
+ 00031918  0x00006416 store  0x00000001 , 0x000047ad 
+ 00031919  0x00006417 fetch  0x00000001 , 0x00004740 
+ 00031920  0x00006418 store  0x00000001 , 0x000047ac 
+ 00031921  0x0000641a fetch  0x00000001 , 0x00004740 
+ 00031922  0x0000641b and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00031923  0x0000641c store  0x00000001 , 0x000047ae 
+ 00031924  0x0000641e branch  0x00007cc3 
+ 00031925  0x00006421 bpatchx  0x0000006a , 0x0000402d 
+ 00031926  0x00006422 fetch  0x00000002 , 0x000044b6 
+ 00031927  0x00006423 lshift4  0x0000003f , 0x0000003f 
+ 00031928  0x00006424 store  0x00000002 , 0x000047ac 
+ 00031929  0x00006425 fetch  0x00000006 , 0x000044bb 
+ 00031930  0x00006426 store  0x00000006 , 0x000047a6 
+ 00031931  0x00006427 fetch  0x00000001 , 0x000044ba 
+ 00031932  0x00006428 store  0x00000001 , 0x000047ae 
+ 00031933  0x00006429 fetch  0x00000001 , 0x000044c5 
+ 00031934  0x0000642a store  0x00000001 , 0x00004778 
+ 00031935  0x0000642b fetch  0x00000001 , 0x000044b2 
+ 00031936  0x0000642c store  0x00000001 , 0x00004777 
+ 00031937  0x0000642d fetch  0x00000001 , 0x000044b3 
+ 00031938  0x0000642e store  0x00000001 , 0x00004744 
+ 00031939  0x00006430 bpatchx  0x0000006b , 0x0000402d 
+ 00031940  0x00006431 fetch  0x00000002 , 0x000047a4 
+ 00031941  0x00006432 call  0x00007487 
+ 00031942  0x00006438 call  0x00007cec 
+ 00031943  0x00006439 rtn  0x00000028 
+ 00031944  0x0000643b fetch  0x00000002 , 0x000047a6 
+ 00031945  0x0000643d beq  0x00000028 , 0x00007be6 
+ 00031946  0x0000643f beq  0x00000009 , 0x00007be8 
+ 00031947  0x00006440 beq  0x00000010 , 0x00007bee 
+ 00031948  0x00006441 beq  0x00000011 , 0x00007bf8 
+ 00031949  0x00006443 beq  0x0000006f , 0x00007c02 
+ 00031950  0x00006444 beq  0x00000030 , 0x00007c08 
+ 00031951  0x00006446 beq  0x00000015 , 0x00007c2e 
+ 00031952  0x00006447 beq  0x00000017 , 0x00007c34 
+ 00031953  0x00006448 beq  0x00000016 , 0x00007c38 
+ 00031954  0x00006449 beq  0x00000018 , 0x00007c36 
+ 00031955  0x0000644a beq  0x00000033 , 0x00007c3e 
+ 00031956  0x0000644c fetch  0x00000001 , 0x00004771 
+ 00031957  0x0000644d beq  0x00000000 , 0x00007cd8 
+ 00031958  0x0000644e beq  0x00000001 , 0x00007ce6 
+ 00031959  0x0000644f rtn 
+ 00031960  0x00006456 fetch  0x00000002 , 0x000047a6 
+ 00031961  0x00006457 beq  0x00000051 , 0x00007c47 
+ 00031962  0x00006458 beq  0x00000041 , 0x00007c47 
+ 00031963  0x0000645a fetch  0x00000002 , 0x00004741 
+ 00031964  0x0000645b store  0x00000002 , 0x000047aa 
+ 00031965  0x0000645c fetch  0x00000002 , 0x000047a6 
+ 00031966  0x0000645d beq  0x00000031 , 0x00007c0e 
+ 00031967  0x0000645e beq  0x00000032 , 0x00007c17 
+ 00031968  0x00006460 fetch  0x00000001 , 0x00004745 
+ 00031969  0x00006461 store  0x00000001 , 0x000047a9 
+ 00031970  0x00006462 fetch  0x00000002 , 0x000047a6 
+ 00031971  0x00006463 beq  0x00000021 , 0x00007c04 
+ 00031972  0x00006464 bpatchx  0x0000006c , 0x0000402d 
+ 00031973  0x00006465 rtn 
+ 00031974  0x0000646a fetch  0x00000002 , 0x000047a6 
+ 00031975  0x0000646b beq  0x00000031 , 0x00007c14 
+ 00031976  0x0000646c beq  0x00000041 , 0x00007c49 
+ 00031977  0x0000646d beq  0x00000021 , 0x00007c04 
+ 00031978  0x0000646e bpatchx  0x0000006d , 0x0000402d 
+ 00031979  0x0000646f rtn 
+ 00031980  0x00006472 bpatchx  0x0000006e , 0x0000402d 
+ 00031981  0x00006473 call  0x000074ca 
+ 00031982  0x00006474 fetcht  0x00000002 , 0x000047ac 
+ 00031983  0x00006475 arg  0x00000009 , 0x00000007 
+ 00031984  0x00006476 arg  0x0000000a , 0x00000039 
+ 00031985  0x00006478 sub  0x00000039 , 0x0000000a , 0x00000013 
+ 00031986  0x00006479 deposit  0x00000007 
+ 00031987  0x0000647a isub  0x00000013 , 0x0000003e 
+ 00031988  0x0000647b branch  0x00007cf8 , 0x00000002 
+ 00031989  0x0000647d sub  0x00000013 , 0x00000003 , 0x0000003e 
+ 00031990  0x0000647e nbranch  0x00007cf8 , 0x00000002 
+ 00031991  0x0000647f branch  0x00007d03 
+ 00031992  0x00006482 arg  0x0000055e , 0x00000006 
+ 00031993  0x00006483 mul32  0x00000013 , 0x00000003 , 0x0000003f 
+ 00031994  0x00006484 iadd  0x00000006 , 0x00000006 
+ 00031995  0x00006485 ifetch  0x00000002 , 0x00000006 
+ 00031996  0x00006486 isub  0x00000002 , 0x0000003e 
+ 00031997  0x00006487 nbranch  0x00007d03 , 0x00000005 
+ 00031998  0x00006489 ifetchr  0x00000011 , 0x00000001 , 0x00000006 
+ 00031999  0x0000648a fetch  0x00000001 , 0x000047ae 
+ 00032000  0x0000648c branch  0x00007d13 , 0x00000034 
+ 00032001  0x0000648d isub  0x00000011 , 0x0000003e 
+ 00032002  0x0000648e branch  0x00007d13 , 0x00000005 
+ 00032003  0x00006490 loop  0x00007cf1 
+ 00032004  0x00006492 arg  0x00000576 , 0x00000011 
+ 00032005  0x00006493 arg  0x00000009 , 0x00000039 
+ 00032006  0x00006495 ifetch  0x00000003 , 0x00000011 
+ 00032007  0x00006496 add  0x00000011 , 0x00000003 , 0x00000002 
+ 00032008  0x00006497 istore  0x00000003 , 0x00000002 
+ 00032009  0x00006498 increase  0xfffffffd , 0x00000011 
+ 00032010  0x00006499 loop  0x00007d06 
+ 00032011  0x0000649a fetch  0x00000003 , 0x000047ac 
+ 00032012  0x0000649b store  0x00000003 , 0x0000055e 
+ 00032013  0x0000649d fetch  0x00000001 , 0x00000584 
+ 00032014  0x0000649e store  0x00000001 , 0x00000585 
+ 00032015  0x0000649f fetch  0x00000008 , 0x0000057c 
+ 00032016  0x000064a0 store  0x00000008 , 0x0000057d 
+ 00032017  0x000064a1 jam  0x00000000 , 0x0000057c 
+ 00032018  0x000064a2 branch  0x00007cec 
+ 00032019  0x000064a6 copy  0x00000039 , 0x00000002 
+ 00032020  0x000064a7 storet  0x00000001 , 0x00000587 
+ 00032021  0x000064a9 arg  0x0000057c , 0x00000002 
+ 00032022  0x000064aa sub  0x00000039 , 0x0000000a , 0x0000003f 
+ 00032023  0x000064ab iadd  0x00000002 , 0x00000002 
+ 00032024  0x000064ac copy  0x00000002 , 0x00000011 
+ 00032025  0x000064ad ifetcht  0x00000001 , 0x00000002 
+ 00032026  0x000064ae fetch  0x00000001 , 0x00004744 
+ 00032027  0x000064af isub  0x00000002 , 0x0000003e 
+ 00032028  0x000064b1 branch  0x000074c8 , 0x00000005 
+ 00032029  0x000064b2 branch  0x00007d24 , 0x00000002 
+ 00032030  0x000064b4 add  0x0000003f , 0x00000100 , 0x0000003f 
+ 00032031  0x000064b5 isub  0x00000002 , 0x0000003f 
+ 00032032  0x000064b6 and  0x0000003f , 0x000000ff , 0x0000003f 
+ 00032033  0x000064b7 sub  0x0000003f , 0x00000006 , 0x0000003e 
+ 00032034  0x000064b8 branch  0x00007d24 , 0x00000002 
+ 00032035  0x000064b9 rtn 
+ 00032036  0x000064bd fetch  0x00000001 , 0x00004744 
+ 00032037  0x000064be store  0x00000001 , 0x000005a6 
+ 00032038  0x000064bf fetch  0x00000002 , 0x0000006a 
+ 00032039  0x000064c0 store  0x00000002 , 0x000005a7 
+ 00032040  0x000064c1 fetcht  0x00000003 , 0x000005a6 
+ 00032041  0x000064c2 arg  0x00000588 , 0x00000006 
+ 00032042  0x000064c3 arg  0x0000000a , 0x00000039 
+ 00032043  0x000064c5 ifetch  0x00000003 , 0x00000006 
+ 00032044  0x000064c6 isub  0x00000002 , 0x0000003e 
+ 00032045  0x000064c8 branch  0x000074c8 , 0x00000005 
+ 00032046  0x000064c9 loop  0x00007d2b 
+ 00032047  0x000064cb jam  0x0000001e , 0x000005aa 
+ 00032048  0x000064cc fetch  0x00000003 , 0x000005a0 
+ 00032049  0x000064cd store  0x00000003 , 0x000005a3 
+ 00032050  0x000064cf fetch  0x00000008 , 0x00000590 
+ 00032051  0x000064d0 fetcht  0x00000008 , 0x00000598 
+ 00032052  0x000064d1 store  0x00000008 , 0x00000593 
+ 00032053  0x000064d2 storet  0x00000008 , 0x0000059b 
+ 00032054  0x000064d4 fetch  0x00000008 , 0x00000588 
+ 00032055  0x000064d5 store  0x00000008 , 0x0000058b 
+ 00032056  0x000064d7 fetch  0x00000003 , 0x000005a6 
+ 00032057  0x000064d8 store  0x00000003 , 0x00000588 
+ 00032058  0x000064da fetch  0x00000001 , 0x00000587 
+ 00032059  0x000064db copy  0x0000003f , 0x00000039 
+ 00032060  0x000064dc arg  0x0000057c , 0x00000002 
+ 00032061  0x000064dd sub  0x00000039 , 0x0000000a , 0x0000003f 
+ 00032062  0x000064de iadd  0x00000002 , 0x00000002 
+ 00032063  0x000064df fetch  0x00000001 , 0x00004744 
+ 00032064  0x000064e0 istore  0x00000001 , 0x00000002 
+ 00032065  0x000064e1 jam  0x0000001e , 0x000005a9 
+ 00032066  0x000064e3 rtn 
+ 00032067  0x000064e6 bpatchx  0x0000006f , 0x0000402d 
+ 00032068  0x000064e7 branch  0x00007d45 
+ 00032069  0x000064ec call  0x00007d47 
+ 00032070  0x000064ed branch  0x00007d4d 
+ 00032071  0x000064f0 arg  0x000005aa , 0x00000013 
+ 00032072  0x000064f1 arg  0x00007d4a , 0x00000012 
+ 00032073  0x000064f2 branch  0x00004dcc 
+ 00032074  0x000064f4 arg  0x0000001e , 0x00000039 
+ 00032075  0x000064f5 arg  0x00000588 , 0x00000005 
+ 00032076  0x000064f6 branch  0x000073ec 
+ 00032077  0x000064f9 arg  0x000005a9 , 0x00000013 
+ 00032078  0x000064fa arg  0x00007d50 , 0x00000012 
+ 00032079  0x000064fb branch  0x00004dcc 
+ 00032080  0x000064fd jam  0x00000000 , 0x00004781 
+ 00032081  0x000064fe arg  0x0000000a , 0x00000039 
+ 00032082  0x000064ff arg  0x0000057c , 0x00000005 
+ 00032083  0x00006500 branch  0x000073ec 
+ 00032084  0x00006505 store  0x00000001 , 0x00004790 
+ 00032085  0x00006506 fetch  0x00000002 , 0x000047a2 
+ 00032086  0x00006507 branch  0x00007487 
+ 00032087  0x0000650b fetcht  0x00000001 , 0x0000479f 
+ 00032088  0x0000650c branch  0x0000773e 
+ 00032089  0x00006510 fetcht  0x00000001 , 0x0000479f 
+ 00032090  0x00006511 or  0x00000002 , 0x00000080 , 0x00000002 
+ 00032091  0x00006512 branch  0x0000773e 
+ 00032092  0x00006516 bpatchx  0x00000070 , 0x0000402e 
+ 00032093  0x00006517 call  0x00007dbf 
+ 00032094  0x00006518 call  0x00007d60 
+ 00032095  0x00006519 branch  0x00007dce 
+ 00032096  0x0000651c arg  0x00000004 , 0x0000003f 
+ 00032097  0x0000651d lshift3  0x0000003f , 0x0000003f 
+ 00032098  0x0000651e store  0x00000002 , 0x0000478e 
+ 00032099  0x0000651f copy  0x0000003f , 0x00000007 
+ 00032100  0x00006520 increase  0xffffffff , 0x00000007 
+ 00032101  0x00006521 fetcht  0x00000004 , 0x00004792 
+ 00032102  0x00006523 fetch  0x00000002 , 0x0000478e 
+ 00032103  0x00006524 rtn  0x00000034 
+ 00032104  0x00006525 pincrease  0xffffffff 
+ 00032105  0x00006526 store  0x00000002 , 0x0000478e 
+ 00032106  0x00006527 qisolate1  0x00000002 
+ 00032107  0x00006528 branch  0x00007d72 , 0x00000001 
+ 00032108  0x00006529 call  0x00007dc8 
+ 00032109  0x0000652b increase  0xffffffff , 0x00000007 
+ 00032110  0x0000652c fetch  0x00000002 , 0x0000478e 
+ 00032111  0x0000652d fetcht  0x00000004 , 0x00004792 
+ 00032112  0x0000652e nbranch  0x00007d66 , 0x00000034 
+ 00032113  0x0000652f rtn 
+ 00032114  0x00006532 call  0x00007dc2 
+ 00032115  0x00006533 branch  0x00007d6d 
+ 00032116  0x00006539 fetch  0x00000002 , 0x0000479c 
+ 00032117  0x0000653a rtn  0x00000034 
+ 00032118  0x0000653b pincrease  0xffffffff 
+ 00032119  0x0000653c store  0x00000002 , 0x0000479c 
+ 00032120  0x0000653d call  0x00007d5c 
+ 00032121  0x0000653e branch  0x00007d74 
+ 00032122  0x00006542 call  0x00007d9b 
+ 00032123  0x00006543 setarg  0x00000003 
+ 00032124  0x00006544 store  0x00000002 , 0x0000479c 
+ 00032125  0x00006545 branch  0x00007d74 
+ 00032126  0x0000654a fetch  0x00000001 , 0x00004777 
+ 00032127  0x0000654b fetcht  0x00000001 , 0x00004776 
+ 00032128  0x0000654c isub  0x00000002 , 0x0000003e 
+ 00032129  0x0000654d branch  0x00007d87 , 0x00000005 
+ 00032130  0x0000654e fetch  0x00000001 , 0x00004778 
+ 00032131  0x0000654f beq  0x00000000 , 0x00007d85 
+ 00032132  0x00006550 branch  0x00007d87 
+ 00032133  0x00006553 setarg  0x00000000 
+ 00032134  0x00006554 branch  0x00007d88 
+ 00032135  0x00006556 setarg  0x00000080 
+ 00032136  0x00006558 fetcht  0x00000001 , 0x000047ae 
+ 00032137  0x00006559 and  0x00000002 , 0x0000007f , 0x00000011 
+ 00032138  0x0000655a ior  0x00000011 , 0x0000003f 
+ 00032139  0x0000655b rshift4  0x0000003f , 0x00000002 
+ 00032140  0x0000655c storet  0x00000001 , 0x000047b1 
+ 00032141  0x0000655e and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00032142  0x0000655f lshift4  0x0000003f , 0x0000003f 
+ 00032143  0x00006560 fetcht  0x00000001 , 0x000047ad 
+ 00032144  0x00006561 and  0x00000002 , 0x000000f0 , 0x00000011 
+ 00032145  0x00006562 rshift4  0x00000011 , 0x00000011 
+ 00032146  0x00006563 ior  0x00000011 , 0x0000003f 
+ 00032147  0x00006564 store  0x00000001 , 0x000047b0 
+ 00032148  0x00006566 and  0x00000002 , 0x0000000f , 0x0000003f 
+ 00032149  0x00006567 lshift4  0x0000003f , 0x0000003f 
+ 00032150  0x00006568 fetcht  0x00000001 , 0x000047ac 
+ 00032151  0x00006569 rshift4  0x00000002 , 0x00000002 
+ 00032152  0x0000656a ior  0x00000002 , 0x0000003f 
+ 00032153  0x0000656b store  0x00000001 , 0x000047af 
+ 00032154  0x0000656d rtn 
+ 00032155  0x00006572 fetch  0x00000003 , 0x000047af 
+ 00032156  0x00006573 lshift4  0x0000003f , 0x0000003f 
+ 00032157  0x00006574 lshift8  0x0000003f , 0x0000003f 
+ 00032158  0x00006575 fetcht  0x00000001 , 0x00004790 
+ 00032159  0x00006576 lshift3  0x00000002 , 0x00000002 
+ 00032160  0x00006577 lshift4  0x00000002 , 0x00000002 
+ 00032161  0x00006578 ior  0x00000002 , 0x00000011 
+ 00032162  0x00006579 call  0x00007db7 
+ 00032163  0x0000657a lshift4  0x0000003f , 0x0000003f 
+ 00032164  0x0000657b ior  0x00000011 , 0x00000011 
+ 00032165  0x0000657c call  0x00007da9 
+ 00032166  0x0000657d ior  0x00000011 , 0x0000003f 
+ 00032167  0x0000657e store  0x00000004 , 0x00004792 
+ 00032168  0x0000657f rtn 
+ 00032169  0x00006583 arg  0x00000004 , 0x00000039 
+ 00032170  0x00006584 copy  0x00000011 , 0x00000012 
+ 00032171  0x00006585 arg  0x00000000 , 0x00000030 
+ 00032172  0x00006587 and  0x00000012 , 0x000000ff , 0x00000013 
+ 00032173  0x00006588 and  0x00000013 , 0x000000f0 , 0x0000003f 
+ 00032174  0x00006589 rshift4  0x0000003f , 0x0000003f 
+ 00032175  0x0000658a ixor  0x00000030 , 0x00000030 
+ 00032176  0x0000658b and  0x00000013 , 0x0000000f , 0x0000003f 
+ 00032177  0x0000658c ixor  0x00000030 , 0x00000030 
+ 00032178  0x0000658d rshift8  0x00000012 , 0x00000012 
+ 00032179  0x0000658e loop  0x00007dac 
+ 00032180  0x0000658f xor  0x00000030 , 0x0000000a , 0x00000030 
+ 00032181  0x00006590 and  0x00000030 , 0x0000000f , 0x0000003f 
+ 00032182  0x00006591 rtn 
+ 00032183  0x00006595 fetch  0x00000001 , 0x00004791 
+ 00032184  0x00006596 pincrease  0x00000001 
+ 00032185  0x00006597 and  0x0000003f , 0x00000007 , 0x0000003f 
+ 00032186  0x00006598 store  0x00000001 , 0x00004791 
+ 00032187  0x00006599 rtn 
+ 00032188  0x0000659d nop  0x0000000c 
+ 00032189  0x0000659e loop  0x00007dbc 
+ 00032190  0x0000659f rtn 
+ 00032191  0x000065a2 call  0x00007d59 
+ 00032192  0x000065a3 arg  0x00001900 , 0x00000039 
+ 00032193  0x000065a4 branch  0x00007dbc 
+ 00032194  0x000065a7 call  0x00007d57 
+ 00032195  0x000065a8 arg  0x00000257 , 0x00000039 
+ 00032196  0x000065a9 call  0x00007dbc 
+ 00032197  0x000065aa call  0x00007d59 
+ 00032198  0x000065ab arg  0x000000c8 , 0x00000039 
+ 00032199  0x000065ac branch  0x00007dbc 
+ 00032200  0x000065af call  0x00007d57 
+ 00032201  0x000065b0 arg  0x000000c8 , 0x00000039 
+ 00032202  0x000065b1 call  0x00007dbc 
+ 00032203  0x000065b2 call  0x00007d59 
+ 00032204  0x000065b3 arg  0x00000257 , 0x00000039 
+ 00032205  0x000065b4 branch  0x00007dbc 
+ 00032206  0x000065b7 call  0x00007d57 
+ 00032207  0x000065b8 arg  0x000000c8 , 0x00000039 
+ 00032208  0x000065b9 call  0x00007dbc 
+ 00032209  0x000065ba call  0x00007d59 
+ 00032210  0x000065bb arg  0x0000022f , 0x00000039 
+ 00032211  0x000065bc branch  0x00007dbc 
+ 00032212  0x000065c0 fetch  0x00000002 , 0x0000479a 
+ 00032213  0x000065c1 rtn  0x00000034 
+ 00032214  0x000065c2 pincrease  0xffffffff 
+ 00032215  0x000065c3 store  0x00000002 , 0x0000479a 
+ 00032216  0x000065c4 call  0x00007dc2 
+ 00032217  0x000065c5 branch  0x00007dd4 
+ 00032218  0x000065c9 fetch  0x00000002 , 0x0000479a 
+ 00032219  0x000065ca rtn  0x00000034 
+ 00032220  0x000065cb pincrease  0xffffffff 
+ 00032221  0x000065cc store  0x00000002 , 0x0000479a 
+ 00032222  0x000065cd call  0x00007dc8 
+ 00032223  0x000065ce branch  0x00007dda 
+ 00032224  0x000065d3 call  0x00006eb3 
+ 00032225  0x000065d4 arg  0x0000443c , 0x00000005 
+ 00032226  0x000065d5 arg  0x000097b5 , 0x00000006 
+ 00032227  0x000065d6 branch  0x000073c4 
+ 00032228  0x000065d9 setarg  0x00002542 
+ 00032229  0x000065da store  0x00000002 , 0x0000447c 
+ 00032230  0x000065db setarg  0x0010255d 
+ 00032231  0x000065dc store  0x00000003 , 0x0000447e 
+ 00032232  0x000065dd setarg  0x00109e3a 
+ 00032233  0x000065de store  0x00000003 , 0x00004481 
+ 00032234  0x000065df setarg  0x00000000 
+ 00032235  0x000065e0 store  0x00000003 , 0x0000449c 
+ 00032236  0x000065e1 setarg  0x00020102 
+ 00032237  0x000065e2 store  0x00000003 , 0x00004484 
+ 00032238  0x000065e3 setarg  0x00f0161b 
+ 00032239  0x000065e4 store  0x00000003 , 0x00004487 
+ 00032240  0x000065e5 setarg  0x00001008 
+ 00032241  0x000065e6 store  0x00000003 , 0x0000448a 
+ 00032242  0x000065e8 fetch  0x00000001 , 0x000044a4 
+ 00032243  0x000065e9 pincrease  0x00000001 
+ 00032244  0x000065ea store  0x00000001 , 0x000044a4 
+ 00032245  0x000065ec fetch  0x00000002 , 0x000044ca 
+ 00032246  0x000065ed branch  0x00007487 
+ 00032247  0x000065f0 setarg  0x0000ffff 
+ 00032248  0x000065f1 rtn 
Index: output/bt_program23.list
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/output/bt_program23.list	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/output/bt_program23.list	(working copy)
@@ -0,0 +1,21475 @@
+              include "bt_format "
+              org 0x0000
+0x0 000025 bbit1 8 ,pf_patch_ext 
+0x1 000026 beq patch06_7 ,p_mouse_sensor_set_angle 
+0x2 000027 beq patch00_0 ,p_soft_reset 
+0x3 000028 beq patch14_0 ,p_enable_adc 
+0x4 000029 beq patch07_7 ,p_mouse_adc_gpio_check_output 
+0x5 000030 beq patch02_7 ,p_tx_on_next 
+0x6 000031 beq patch03_0 ,p_initialize_radio_cont 
+0x7 000032 beq patch04_0 ,p_lpm_sleep 
+0x8 000033 beq patch07_5 ,p_mouse_setgpio_hibernate 
+0x9 000034 beq patch08_6 ,p_mouse_3io6key_check 
+0xa 000035 beq patch09_4 ,p_mouse_priority_bb_event 
+0xb 000036 beq patch09_6 ,p_mouse_bb_event_timer 
+0xc 000037 beq patch0a_2 ,p_mouse_store_device_info 
+0xd 000038 beq patch0b_2 ,p_mouse_24g_package_data 
+0xe 000039 beq patch0b_6 ,p_mouse_ui_led_off_static 
+0xf 000040 beq patch0b_7 ,p_mouse_ui_led_on_static 
+0x10 000041 beq patch0e_0 ,p_app_init 
+0x11 000042 beq patch1c_3 ,p_le_enable_phy_by_pdata 
+0x12 000043 branch assert 
+:      000045 pf_patch_ext:
+0x13 000046 beq patch2c_1 ,p_g24_lpm_wait 
+0x14 000047 rtneq patch3f_7 
+0x15 000048 branch assert 
+:      000050 p_tx_on_next:
+0x16 000051 fetch 1 ,mem_tx_power 
+0x17 000052 beq tx_power_3db ,p_set_tx_power_3db 
+0x18 000053 beq tx_power_6db ,p_set_tx_power_6db 
+0x19 000054 beq tx_power_10db ,set_tx_power_10db 
+0x1a 000055 beq tx_power_f20db ,p_set_tx_power_f20db 
+0x1b 000056 beq tx_power_f30db ,p_set_tx_power_f30db 
+0x1c 000057 beq tx_power_factory ,set_tx_power_factory 
+:      000058 p_set_tx_power_0db:
+0x1d 000059 jam 0x2c ,0x8a3b 
+0x1e 000060 jam 0x17 ,0x8a3c 
+0x1f 000061 jam 0x8a ,core_tx_pwr_ctrl0 
+0x20 000062 jam 0x0f ,core_tx_pwr_ctrl1 
+0x21 000063 branch set_rf_ldo_cfg89_2 
+:      000065 p_set_tx_power_3db:
+0x22 000066 jam 0x48 ,0x8a3b 
+0x23 000067 branch p_set_tx_power_0db + 1 
+:      000069 p_set_tx_power_6db:
+0x24 000070 jam 0x70 ,0x8a3b 
+0x25 000071 jam 0x1f ,0x8a3c 
+0x26 000072 jam 0xc9 ,core_tx_pwr_ctrl0 
+0x27 000073 branch p_set_tx_power_0db + 3 
+:      000075 p_set_tx_power_f20db:
+0x28 000076 jam 0x85 ,core_tx_pwr_ctrl0 
+0x29 000077 jam 0x04 ,core_tx_pwr_ctrl1 
+0x2a 000078 jam 0xa3 ,core_rf_ldo_cfg8 
+0x2b 000079 jam 0x0a ,core_rf_ldo_cfg9 
+0x2c 000080 jam 0x18 ,0x8a3b 
+0x2d 000081 jam 0x0f ,0x8a3c 
+0x2e 000082 rtn 
+:      000083 p_set_tx_power_f30db:
+0x2f 000084 jam 0x83 ,core_tx_pwr_ctrl0 
+0x30 000085 jam 0x02 ,core_tx_pwr_ctrl1 
+0x31 000086 branch p_set_tx_power_f20db + 2 
+:      000088 p_initialize_radio_cont:
+0x32 000089 jam 0x03 ,core_rx_lna_cfg3 
+0x33 000090 jam 0 ,core_syn_loopdiv_dsm_cfg 
+0x34 000091 jam 0x10 ,0x896f 
+0x35 000094 fetch 1 ,mem_wdt_always_work 
+0x36 000095 call wdt_set_disable ,blank 
+0x37 000097 jam 0x05 ,core_clkpll_cfg0 
+0x38 000098 jam 0x94 ,core_rx_iqadc_cfg 
+0x39 000099 call initialize_rc_cal 
+0x3a 000100 call initialize_rf_ldo_cfg1 
+0x3b 000101 call initialize_syn_afc_cfg1 
+0x3c 000102 jam 0xe6 ,core_syn_aac_cfg1 
+0x3d 000105 jam 0x90 ,core_syn_pfd_lkd_cfg 
+0x3e 000106 jam 0x0b ,core_rf_ldo_cfg2 
+0x3f 000107 jam 0x05 ,core_rf_ldo_cfg3 
+0x40 000110 jam 0x76 ,core_agc_wb_sat_th 
+0x41 000111 jam 0x76 ,core_agc_nb_sat_th 
+0x42 000113 fetch 1 ,mem_fcomp_div 
+0x43 000114 bne xtal_16m ,p_initialize_radio_cont_next 
+0x44 000115 jam 0x34 ,core_clkpll_cfg5 
+:      000116 p_initialize_radio_cont_next:
+0x45 000117 jam 0xff ,core_clkpll_ctrl1 
+0x46 000118 nop 100 
+0x47 000119 jam 0x0e ,core_clkpll_ctrl2 
+0x48 000120 jam 0x03 ,core_clkpll_ctrl0 
+0x49 000122 call p_set_tx_power_0db 
+0x4a 000123 jam 0x28 ,core_tx_mixer_cfg1 
+0x4b 000124 jam 0x3f ,core_tx_mixer_cfg2 
+0x4c 000125 branch initialize_radio_cont_next_2 
+:      000127 p_lpm_sleep:
+0x4d 000128 call lpm_write_gpio_wakeup 
+0x4e 000129 branch lpm_sleep + 1 
+:      000131 p_app_init:
+:      000132 p_mouse_init:
+0x4f 000133 jam 0x73 ,core_spid_ctrl 
+0x50 000135 call enable_authrom 
+0x51 000136 call p_mouse_setting_config 
+0x52 000137 call mouse_init_sunt 
+0x53 000138 rtn wake 
+0x54 000139 call mouse_le_name_load 
+0x55 000140 call mouse_dpi_config 
+0x56 000141 call mouse_drawing_optima_init 
+0x57 000142 call p_mouse_cb_fuction 
+0x58 000143 branch mouse_init + 8 
+:      000146 p_mouse_setting_config:
+0x59 000147 rtn wake 
+0x5a 000148 call p_mouse_adc_vol_init 
+0x5b 000149 call mouse_setting_config 
+0x5c 000150 rtnbit0 mouse_enable_otp 
+:      000151 p_mouse_load_otp_info_check:
+0x5d 000152 call p_mouse_read_otp_24g_addr 
+:      000153 p_mouse_otp_load_app_initflag:
+0x5e 000154 arg 2 ,temp 
+0x5f 000155 arg otp_offset_app_initlag ,pdata 
+0x60 000156 arg mem_store_flag ,rega 
+0x61 000157 call otpd_read_data_with_pwr_operation 
+0x62 000159 fetch 2 ,mem_store_flag 
+0x63 000160 arg eeprom_init_flag ,temp 
+0x64 000161 isub temp ,null 
+0x65 000162 branch p_mouse_load_device_info ,zero 
+0x66 000163 call mouse_app_initflag_check + 4 
+:      000164 p_mouse_otp_store_app_initflag:
+0x67 000165 arg 2 ,loopcnt 
+0x68 000166 arg mem_store_flag ,rega 
+0x69 000167 arg otp_offset_app_initlag ,pdata 
+0x6a 000168 branch otp_write 
+:      000170 p_mouse_load_device_info:
+0x6b 000171 call p_mouse_load_default_dpi 
+0x6c 000172 jam mode_24g_device ,mem_device_flag 
+0x6d 000173 branch mouse_load_device_info + 1 
+:      000175 p_mouse_load_default_dpi:
+0x6e 000176 fetch 1 ,mem_config_sensor_dpi 
+0x6f 000177 store 1 ,mem_mouse_dpi 
+0x70 000178 rtn 
+:      000182 p_mouse_ui_led_off_static:
+0x71 000183 copy temp ,pdata 
+0x72 000184 rtn blank 
+0x73 000185 rtneq gpio_disable 
+0x74 000186 branch mouse_ui_led_off_static + 1 
+:      000188 p_mouse_ui_led_on_static:
+0x75 000189 copy temp ,pdata 
+0x76 000190 rtn blank 
+0x77 000191 rtneq gpio_disable 
+0x78 000192 branch mouse_ui_led_on_static + 1 
+:      000194 p_mouse_sensor_set_angle:
+0x79 000195 fetch 1 ,mem_mouse_ice_sdio_for_sensor_angle 
+0x7a 000196 branch mouse_sensor_set_angle + 1 ,blank 
+0x7b 000197 fetch 1 ,mem_sensor_angle_default 
+0x7c 000198 store 1 ,mem_config_sensor_angle 
+0x7d 000199 fetch 1 ,mem_select_sensor_angle_gpio 
+0x7e 000200 rtneq gpio_disable 
+0x7f 000201 call lpm_write_ice_disable 
+0x80 000202 fetch 1 ,mem_select_sensor_angle_gpio 
+0x81 000203 arg gpcfg_output_low ,temp 
+0x82 000204 call gpio_config_function_int 
+0x83 000205 fetch 1 ,mem_mouse_reuse_2ice_gpio 
+0x84 000206 arg gpcfg_output_low ,temp 
+0x85 000207 call gpio_config_function_int 
+0x86 000208 fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+0x87 000209 call mouse_gpio_config_input_pu 
+0x88 000210 fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+0x89 000211 call gpio_get_bit 
+0x8a 000212 call mouse_sensor_switch_angle ,true 
+0x8b 000213 call mouse_gpio_config_input_pd 
+0x8c 000214 fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+0x8d 000215 call gpio_config_input 
+0x8e 000216 call lpm_write_ice_enable 
+:      000217 p_ice_gpio_set_float:
+0x8f 000218 fetcht 1 ,mem_select_sensor_angle_gpio 
+0x90 000219 call gpio_set_high_impedance 
+0x91 000220 fetcht 1 ,mem_mouse_reuse_2ice_gpio 
+0x92 000221 branch gpio_set_high_impedance 
+:      000223 p_mouse_cb_fuction:
+0x93 000224 setarg mouse_24g_short_sleep 
+0x94 000225 store 2 ,mem_cb_24g_transmit_short_sleep 
+0x95 000226 setarg p_mouse_24g_long_sleep 
+0x96 000227 store 2 ,mem_cb_24g_transmit_long_sleep 
+0x97 000228 branch mouse_cb_fuction + 4 
+:      000230 p_mouse_24g_long_sleep:
+0x98 000231 call g24_lpm_wait 
+0x99 000232 nrtn user 
+0x9a 000235 call clear_wake 
+0x9b 000236 jam 1 ,mem_mouse_24g_long_sleep_flag 
+0x9c 000237 branch mouse_24g_long_sleep + 4 
+:      000239 p_mouse_24g_short_sleep_clear_wake:
+0x9d 000240 call clear_wake 
+0x9e 000241 branch lpm_write_gpio_wakeup 
+:      000243 p_mouse_24g_package_data:
+0x9f 000244 call mouse_motion 
+0xa0 000245 nrtn user 
+0xa1 000246 fetch 1 ,mem_mouse_24g_long_sleep_flag 
+0xa2 000247 jam 0 ,mem_mouse_24g_long_sleep_flag 
+0xa3 000248 ncall p_mouse_24g_short_sleep_clear_wake ,blank 
+0xa4 000249 branch mouse_24g_package_data + 4 
+:      000251 p_le_enable_phy_by_pdata:
+0xa5 000252 copy temp ,pdata 
+0xa6 000253 bbit1 bit_le_2m_phy ,p_le_enable_2m 
+0xa7 000254 branch le_enable_phy_by_pdata + 3 
+:      000255 p_le_enable_2m:
+0xa8 000256 jam 0x89 ,core_rx_bq_cfg0 
+0xa9 000257 branch le_enable_2m 
+:      000259 p_mouse_setgpio_hibernate:
+0xaa 000260 call mouse_setgpio_hibernate + 1 
+0xab 000261 fetch 1 ,mem_mouse_logo_enable_gpio0 
+0xac 000262 beq 1 ,p_mouse_setgpio_hibernate_next 
+0xad 000263 jam 0x80 ,0x8070 
+:      000264 p_mouse_setgpio_hibernate_next:
+0xae 000265 fetch 1 ,mem_gpio_wakeup_low + 1 
+0xaf 000266 set1 5 ,pdata 
+0xb0 000267 store 1 ,mem_gpio_wakeup_low + 1 
+0xb1 000268 call lpm_write_gpio_wakeup 
+0xb2 000269 branch mouse_1io2led_all_off 
+:      000272 p_g24_lpm_wait:
+0xb3 000273 enable user 
+0xb4 000274 call lpo_calibration 
+0xb5 000275 fetch 3 ,mem_clks_per_lpo 
+0xb6 000276 branch disable_user ,blank 
+0xb7 000277 fetch 1 ,mem_lpm_mode 
+0xb8 000278 branch disable_user ,blank 
+0xb9 000279 fetch 1 ,mem_sensor_shutdown_flag 
+0xba 000280 nrtn blank 
+0xbb 000281 branch g24_lpm_wait_next 
+:      000284 p_mouse_3io6key_check:
+0xbc 000285 copy regc ,pdata 
+0xbd 000286 store 1 ,mem_mouse_key_status 
+0xbe 000287 lshift pdata ,pdata 
+0xbf 000288 copy pdata ,regb 
+0xc0 000289 copy temp ,regc 
+0xc1 000290 call mouse_gpio_config_input_pd 
+0xc2 000291 copy regc ,temp 
+0xc3 000292 call gpio_get_bit 
+0xc4 000293 nsetflag true ,0 ,regb 
+0xc5 000294 call mouse_check_press 
+0xc6 000295 branch mouse_check_key_connect_gnd_1 
+:      000297 p_mouse_priority_bb_event:
+0xc7 000298 copy regc ,pdata 
+0xc8 000299 beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
+0xc9 000300 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
+0xca 000301 branch mouse_priority_bb_event + 2 
+:      000303 p_mouse_24g_attempt_success:
+0xcb 000304 fetch 4 ,mem_24g_addr 
+0xcc 000305 store 4 ,mem_24g_receiver_addr 
+0xcd 000306 store 4 ,mem_mouse_24g_addr 
+0xce 000307 call g24_ch_syncword_crc8_init 
+0xcf 000308 call mouse_device_poweron_led_config 
+0xd0 000309 call mouse_no_data_timer_init 
+0xd1 000310 call mouse_init_sensor_reset 
+0xd2 000311 jam 0 ,mem_mouse_long_mult_flag 
+0xd3 000312 jam 0 ,mem_24g_conn_sm 
+0xd4 000313 jam 0 ,mem_24g_reconn_type 
+0xd5 000314 fetcht 4 ,mem_24g_receiver_addr 
+0xd6 000315 branch mouse_24g_attempt_success + 11 
+:      000317 p_mouse_24g_attempt_fail:
+0xd7 000318 fetch 1 ,mem_24g_attempt_fail_flag 
+0xd8 000319 nbranch mouse_24g_hibernate_set ,blank 
+0xd9 000320 fetch 1 ,mem_24g_reconn_type 
+0xda 000321 beq fast_conn_and_3_0_addr ,mouse_24g_fast_conn_attempt_fail 
+0xdb 000322 beq pair_and_3_0_addr ,p_mouse_24g_auto_pair_attempt_fail 
+0xdc 000323 beq receiver_and_3_0_addr ,p_mouse_reconn_dongle_attempt_fail 
+0xdd 000324 branch mouse_24g_attempt_fail_enter_hibernate_next 
+:      000326 p_mouse_24g_auto_pair_attempt_fail:
+0xde 000327 fetch mouse_flag_len ,mem_mouse_flag 
+0xdf 000328 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate_next 
+0xe0 000329 fetch 1 ,mem_device_number 
+0xe1 000330 beq 1 ,mouse_24g_attempt_fail_enter_hibernate_next 
+0xe2 000331 branch mouse_24g_first_bluetooth_reconnect 
+:      000333 p_mouse_reconn_dongle_attempt_fail:
+0xe3 000334 fetch mouse_flag_len ,mem_mouse_flag 
+0xe4 000335 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate_next 
+0xe5 000336 bbit1 mouse_enable_eeprom ,mouse_24g_attempt_fail_enter_hibernate_next 
+0xe6 000337 bbit1 mouse_enable_flash ,mouse_24g_attempt_fail_enter_hibernate_next 
+0xe7 000338 branch mouse_24g_start_auto_pair + 1 
+:      000340 p_mouse_bb_event_timer:
+0xe8 000341 call mouse_adc_read 
+0xe9 000342 call mouse_low_voltage_led_timer 
+0xea 000344 call g24_pair_timeout_timer 
+0xeb 000345 call g24_reconn_timeout_timer 
+0xec 000346 call mouse_24g_long_sleep_param_update_timer 
+0xed 000348 call mouse_device_poweron_timer 
+0xee 000349 call mouse_dpi_led_blink_delay_timer 
+0xef 000350 call mouse_led_multi_timer 
+0xf0 000351 call mouse_logo_led_on_timer 
+0xf1 000353 call mouse_dpi_key_check_long_press 
+0xf2 000354 call mouse_bt_discovery_check 
+0xf3 000355 call mouse_commbination_key_process 
+0xf4 000356 call mouse_check_discovery_timeout_timer 
+0xf5 000358 call p_mouse_check_direct_timeout_timer 
+0xf6 000359 branch mouse_bb_event_timer + 15 
+:      000361 p_mouse_check_direct_timeout_timer:
+0xf7 000362 arg mem_mouse_direct_timer ,regc 
+0xf8 000363 arg mouse_check_direct_timeout ,regb 
+0xf9 000364 call timer_single_step 
+0xfa 000365 branch mouse_check_direct_timeout_timer + 3 
+:      000366 p_mouse_store_device_info:
+0xfb 000367 call mouse_store_device_info + 1 
+0xfc 000368 rtnbit0 mouse_enable_otp 
+:      000369 p_mouse_store_otp_device_info:
+:      000370 p_mouse_otp_store_24g_addr:
+0xfd 000371 arg otp_offset_24g_addr ,pdata 
+0xfe 000372 copy pdata ,regb 
+:      000373 p_mouse_otp_store_24g_addr_loop:
+0xff 000374 call p_mouse_read_otp_24g_addr_common 
+0x100 000375 fetch 4 ,mem_mouse_24g_addr_temp 
+0x101 000376 branch p_mouse_24g_addr_store ,blank 
+0x102 000377 store 4 ,mem_mouse_24g_addr_last 
+0x103 000378 increase 4 ,regb 
+0x104 000379 arg otp_offset_24g_addr_end ,pdata 
+0x105 000380 isub regb ,null 
+0x106 000381 nrtn positive 
+0x107 000382 copy regb ,pdata 
+0x108 000383 branch p_mouse_otp_store_24g_addr_loop 
+:      000385 p_mouse_24g_addr_store:
+0x109 000386 fetch 4 ,mem_mouse_24g_addr_last 
+0x10a 000387 fetcht 4 ,mem_mouse_24g_addr 
+0x10b 000388 isub temp ,null 
+0x10c 000389 rtn zero 
+0x10d 000390 arg 4 ,loopcnt 
+0x10e 000391 arg mem_mouse_24g_addr ,rega 
+0x10f 000392 copy regb ,pdata 
+0x110 000393 branch otp_write 
+:      000396 p_mouse_read_otp_24g_addr:
+0x111 000397 arg otp_offset_24g_addr ,pdata 
+0x112 000398 copy pdata ,regb 
+:      000399 p_mouse_read_otp_24g_addr_loop:
+0x113 000400 call p_mouse_read_otp_24g_addr_common 
+0x114 000401 fetch 4 ,mem_mouse_24g_addr_temp 
+0x115 000402 branch p_mouse_24g_addr_load ,blank 
+0x116 000403 store 4 ,mem_mouse_24g_addr_last 
+0x117 000404 increase 4 ,regb 
+0x118 000405 arg otp_offset_24g_addr_end ,pdata 
+0x119 000406 isub regb ,null 
+0x11a 000407 nbranch p_mouse_24g_addr_load ,positive 
+0x11b 000408 copy regb ,pdata 
+0x11c 000409 branch p_mouse_read_otp_24g_addr_loop 
+:      000411 p_mouse_read_otp_24g_addr_common:
+0x11d 000412 arg 4 ,temp 
+0x11e 000413 arg mem_mouse_24g_addr_temp ,rega 
+0x11f 000414 branch otpd_read_data_with_pwr_operation 
+:      000417 p_mouse_24g_addr_load:
+0x120 000418 fetch 4 ,mem_mouse_24g_addr_last 
+0x121 000419 store 4 ,mem_mouse_24g_addr 
+0x122 000420 rtn 
+:      000422 p_soft_reset:
+0x123 000423 clear_stack 
+0x124 000424 call app_param_init 
+0x125 000425 call p_mouse_adc_vol_init 
+0x126 000426 branch soft_reset + 3 
+:      000427 p_mouse_adc_vol_init:
+0x127 000428 setarg 0x0e74 
+0x128 000429 store 2 ,mem_mouse_vdd_full_vol 
+0x129 000430 setarg 0x0c08 
+0x12a 000431 store 2 ,mem_mouse_vdd_low_vol 
+0x12b 000432 setarg 0x0b14 
+0x12c 000433 store 2 ,mem_mouse_vdd_empty_vol 
+0x12d 000434 rtn 
+:      000436 p_enable_adc:
+0x12e 000437 fetchr regb ,1 ,core_rf_ldo_cfg6 
+0x12f 000438 jam 0x3d ,core_rf_ldo_cfg6 
+0x130 000439 jam 0xaa ,core_rf_ldo_cfg5 
+0x131 000440 jam 0x0c ,core_rf_ldo_en0 
+0x132 000441 fetch 1 ,core_clkpll_cfg6 
+0x133 000442 set1 7 ,pdata 
+0x134 000443 store 1 ,core_clkpll_cfg6 
+0x135 000444 jam 0x04 ,core_rf_ldo_en1 
+0x136 000445 nop 60 
+0x137 000446 jam 0 ,core_syn_en 
+0x138 000447 jam 6 ,core_rx_en0 
+0x139 000448 call read_adc_mode 
+0x13a 000449 store 1 ,core_gpadc_ctrl 
+0x13b 000450 jam 0x03 ,core_sum_ctrl 
+0x13c 000451 nop 60 
+0x13d 000452 fetch 1 ,core_sum_en 
+0x13e 000453 set1 7 ,pdata 
+0x13f 000454 store 1 ,core_sum_en 
+0x140 000455 nop 1000 
+0x141 000457 fetch 2 ,mem_adc_delay 
+0x142 000458 call sleep 
+0x143 000462 branch enable_adc_next 
+:      000464 p_mouse_adc_gpio_check_output:
+0x144 000465 fetcht 1 ,mem_adc_channel 
+0x145 000466 sub temp ,3 ,null 
+0x146 000467 branch p_mouse_adc_gpio_3_6_set ,positive 
+0x147 000468 increase 4 ,temp 
+0x148 000469 branch mouse_adc_gpio_check_output + 5 
+:      000471 p_mouse_adc_gpio_3_6_set:
+0x149 000472 increase 3 ,temp 
+0x14a 000473 branch mouse_adc_gpio_4_7_set + 1 
+              org 0x3800
+:      000482 start:
+0x3800 000483 call lpmstate 
+:      000485 soft_reset:
+0x3801 000486 bpatch patch00_0 ,mem_patch00 
+0x3802 000487 clear_stack 
+0x3803 000488 call app_param_init 
+0x3804 000489 call initialize_radio 
+0x3805 000490 call iic_init_360khz 
+0x3806 000491 call init_param 
+0x3807 000492 call l2cap_init 
+0x3808 000493 bpatch patch00_1 ,mem_patch00 
+0x3809 000494 call ui_init 
+0x380a 000495 call ldo_abb_en_init 
+0x380b 000496 call app_init 
+0x380c 000497 call lpm_recover_clk ,wake 
+:      000498 main_loop:
+0x380d 000499 bpatch patch00_2 ,mem_patch00 
+0x380e 000500 call le_advertising_dispatch 
+0x380f 000501 call idle_dispatch 
+0x3810 000502 call app_process_idle 
+0x3811 000503 call connection_dispatch 
+0x3812 000504 call g24_dispatch 
+0x3813 000505 call lpm_dispatch 
+0x3814 000506 branch main_loop 
+:      000508 connection_dispatch:
+0x3815 000509 call connection_incontext 
+0x3816 000510 rtnmark0 mark_context 
+0x3817 000511 set0 mark_context ,mark 
+0x3818 000512 call context_save 
+0x3819 000513 branch le_disable 
+:      000515 connection_incontext:
+0x381a 000516 bpatch patch00_3 ,mem_patch00 
+0x381b 000517 call context_search_insniff 
+0x381c 000518 nbranch connection_nosniff ,zero 
+0x381d 000519 call context_load 
+0x381e 000520 add rega ,coffset_mode ,contr 
+0x381f 000521 ifetch 1 ,contr 
+0x3820 000522 bbit1 mode_le ,le_conn_dispatch 
+0x3821 000525 rtn 
+:      000527 connection_nosniff:
+0x3822 000528 jam 0 ,mem_current_context 
+0x3823 000529 call context_get_next 
+0x3824 000530 copy loopcnt ,null 
+0x3825 000531 rtn zero 
+0x3826 000532 branch assert 
+:      000539 idle_dispatch:
+0x3827 000540 fetch 1 ,mem_hci_cmd 
+0x3828 000541 rtn blank 
+0x3829 000542 beq hci_cmd_le_create_conn ,idle_le_create_conn 
+0x382a 000543 call context_search_conn_handle 
+0x382b 000544 rtn zero 
+0x382c 000545 call context_search_plap 
+0x382d 000546 rtn zero 
+:      000547 idle_exit:
+0x382e 000548 jam 0 ,mem_hci_cmd 
+0x382f 000549 rtn 
+:      000551 idle_le_create_conn:
+0x3830 000552 jam hci_cmd_le_create_conn ,mem_cmd_le_create_conn 
+0x3831 000553 jam 0 ,mem_hci_cmd 
+0x3832 000554 rtn 
+:      000558 context_load:
+0x3833 000559 bpatch patch00_4 ,mem_patch00 
+0x3834 000560 set1 mark_context ,mark 
+0x3835 000561 deposit rega 
+0x3836 000562 store 2 ,mem_context_ptr 
+0x3837 000563 force context_size ,loopcnt 
+0x3838 000564 arg mem_le_state ,contw 
+0x3839 000565 add rega ,coffset_mode ,contr 
+0x383a 000566 ifetch 1 ,contr 
+0x383b 000567 copy rega ,contr 
+0x383c 000568 bbit1 mode_le ,memcpy 
+0x383d 000569 rtn 
+:      000571 context_save:
+0x383e 000572 bpatch patch00_5 ,mem_patch00 
+0x383f 000573 fetch 2 ,mem_context_ptr 
+0x3840 000574 iforce contw 
+0x3841 000575 force context_size ,loopcnt 
+0x3842 000576 arg mem_le_state ,contr 
+0x3843 000577 branch memcpy 
+:      000581 context_get_next:
+0x3844 000582 arg context_num ,loopcnt 
+0x3845 000583 fetcht 1 ,mem_current_context 
+:      000584 context_get_next_loop:
+0x3846 000585 increase 1 ,temp 
+0x3847 000586 compare context_num ,temp ,0xff 
+0x3848 000587 nbranch context_get_next_cont ,true 
+0x3849 000588 arg 0 ,temp 
+:      000589 context_get_next_cont:
+0x384a 000590 storet 1 ,mem_current_context 
+0x384b 000591 mul32 temp ,context_size ,pdata 
+0x384c 000592 arg mem_context ,rega 
+0x384d 000593 iadd rega ,rega 
+0x384e 000594 ifetch 1 ,rega 
+0x384f 000595 bbit1 state_insniff ,context_get_next_sniff 
+0x3850 000596 rtnbit1 state_inconn 
+:      000597 context_get_next_sniff:
+0x3851 000598 loop context_get_next_loop 
+0x3852 000599 rtn 
+:      000601 context_new:
+0x3853 000602 bpatch patch00_6 ,mem_patch00 
+0x3854 000603 arg context_search_empty ,regc 
+0x3855 000604 call context_search 
+0x3856 000605 nrtn zero 
+0x3857 000606 deposit rega 
+0x3858 000607 store 2 ,mem_context_ptr 
+0x3859 000608 force 0 ,null 
+0x385a 000609 rtn 
+:      000614 context_check_idle:
+0x385b 000615 arg context_check_inconn ,regc 
+0x385c 000616 branch context_search 
+:      000621 context_search_conn_handle:
+0x385d 000622 fetcht 1 ,mem_hci_conn_handle 
+:      000623 context_search_conn_handle2:
+0x385e 000624 arg context_search_handle ,regc 
+0x385f 000625 branch context_search 
+:      000628 context_search_plap:
+0x3860 000629 bpatch patch00_7 ,mem_patch00 
+0x3861 000630 fetcht 6 ,mem_hci_plap 
+:      000631 context_search_plap2:
+0x3862 000632 arg context_search_lap ,regc 
+0x3863 000633 branch context_search 
+:      000635 context_search_insniff:
+0x3864 000636 arg context_search_sniff ,regc 
+0x3865 000637 branch context_search 
+:      000639 context_search_sniff_window:
+0x3866 000640 arg context_search_window ,regc 
+:      000641 context_search:
+0x3867 000642 bpatch patch01_0 ,mem_patch01 
+0x3868 000643 arg mem_context ,rega 
+0x3869 000644 arg context_num ,loopcnt 
+:      000645 context_search_loop:
+0x386a 000646 ifetch 1 ,rega 
+0x386b 000647 copy regc ,pc 
+:      000648 context_search_next:
+0x386c 000649 bpatch patch01_1 ,mem_patch01 
+0x386d 000650 increase context_size ,rega 
+0x386e 000651 loop context_search_loop 
+0x386f 000652 force 1 ,null 
+0x3870 000653 rtn 
+:      000655 context_search_empty:
+0x3871 000656 bbit1 state_inconn ,context_search_next 
+0x3872 000657 force 0 ,null 
+0x3873 000658 rtn 
+:      000660 context_search_lap:
+0x3874 000661 bbit0 state_inconn ,context_search_next 
+:      000662 context_search_lap_cont:
+0x3875 000663 add rega ,coffset_plap ,contr 
+0x3876 000664 ifetch 6 ,contr 
+0x3877 000665 isub temp ,null 
+0x3878 000666 rtn zero 
+0x3879 000667 branch context_search_next 
+:      000669 context_search_handle:
+0x387a 000670 bbit0 state_inconn ,context_search_next 
+0x387b 000671 add rega ,coffset_conn_handle ,contr 
+0x387c 000672 ifetch 1 ,contr 
+0x387d 000673 isub temp ,null 
+0x387e 000674 rtn zero 
+0x387f 000675 branch context_search_next 
+:      000677 context_search_sniff:
+0x3880 000678 bbit0 state_insniff ,context_search_next 
+:      000679 context_search_sniff_loop:
+0x3881 000680 call context_get_anchor 
+0x3882 000681 call sign_pdata_temp 
+0x3883 000682 isub temp ,pdata 
+0x3884 000683 increase 1 ,pdata 
+0x3885 000684 branch context_search_sniff_miss ,positive 
+0x3886 000685 copy contr ,regb 
+0x3887 000686 store 9 ,mem_temp 
+0x3888 000687 bpatch patch01_2 ,mem_patch01 
+0x3889 000688 fetch 9 ,mem_temp 
+0x388a 000689 copy regb ,contr 
+0x388b 000690 increase 5 ,pdata 
+0x388c 000691 branch context_search_meet1 
+:      000693 context_search_meet1:
+0x388d 000694 nbranch context_search_next ,positive 
+:      000695 context_search_meet:
+0x388e 000696 copy temp ,bt_clk 
+0x388f 000697 call context_next_anchor 
+0x3890 000698 force 0 ,null 
+0x3891 000699 rtn 
+:      000702 context_search_sniff_miss:
+0x3892 000703 iforce regb 
+0x3893 000704 add rega ,coffset_tsniff ,contr 
+0x3894 000705 ifetch 2 ,contr 
+0x3895 000706 branch context_search_meet ,blank 
+0x3896 000707 call context_next_anchor 
+0x3897 000708 branch context_search_sniff_loop 
+:      000710 sign_pdata_temp:
+0x3898 000711 rshift16 pdata ,timeup 
+0x3899 000712 rshift8 timeup ,timeup 
+0x389a 000713 branch sign_pdata_temp_p0 ,zero 
+0x389b 000714 compare 0xf ,timeup ,0xf 
+0x389c 000715 nrtn true 
+0x389d 000716 rshift16 temp ,timeup 
+0x389e 000717 rshift8 timeup ,timeup 
+0x389f 000718 nrtn zero 
+0x38a0 000719 set1 28 ,temp 
+0x38a1 000720 rtn 
+:      000721 sign_pdata_temp_p0:
+0x38a2 000722 rshift16 temp ,timeup 
+0x38a3 000723 rshift8 timeup ,timeup 
+0x38a4 000724 compare 0xf ,timeup ,0xf 
+0x38a5 000725 nrtn true 
+0x38a6 000726 set1 28 ,pdata 
+0x38a7 000727 rtn 
+:      000729 context_check_inconn:
+0x38a8 000730 bbit0 state_inconn ,context_search_next 
+0x38a9 000731 force 0 ,null 
+0x38aa 000732 rtn 
+:      000734 context_check_a_wack:
+0x38ab 000735 bbit0 state_inconn ,context_search_next 
+0x38ac 000736 add rega ,coffset_mode ,contr 
+0x38ad 000737 ifetch 1 ,contr 
+0x38ae 000738 bbit1 mode_le ,context_search_next 
+0x38af 000739 rtn 
+:      000741 context_get_anchor:
+0x38b0 000742 add rega ,coffset_mode ,contr 
+0x38b1 000743 ifetcht 1 ,contr 
+0x38b2 000744 deposit clkn_bt 
+0x38b3 000745 isolate1 mode_master ,temp 
+0x38b4 000746 add rega ,coffset_sniff_anchor ,contr 
+0x38b5 000747 ifetcht 4 ,contr 
+0x38b6 000748 rtn true 
+0x38b7 000749 add rega ,coffset_clk_offset ,contr 
+0x38b8 000750 ifetch 6 ,contr 
+0x38b9 000751 call calc_clke2 
+0x38ba 000752 deposit clke_bt 
+0x38bb 000753 rtn 
+:      000755 context_next_anchor:
+0x38bc 000756 add rega ,coffset_tsniff ,contr 
+0x38bd 000757 add rega ,coffset_sniff_anchor ,contw 
+0x38be 000758 ifetch 2 ,contr 
+0x38bf 000759 iadd temp ,timeup 
+0x38c0 000760 deposit timeup 
+0x38c1 000761 istore 4 ,contw 
+0x38c2 000762 branch le_context_nextevent 
+:      000765 context_search_window:
+0x38c3 000766 bbit0 state_insniff ,context_search_next 
+0x38c4 000767 call context_get_anchor 
+0x38c5 000768 iadd stop_watch ,pdata 
+0x38c6 000769 iadd stop_watch ,pdata 
+0x38c7 000770 iadd queue ,pdata 
+0x38c8 000771 isub temp ,null 
+0x38c9 000772 nbranch context_search_next ,positive 
+0x38ca 000773 force 0 ,null 
+0x38cb 000774 rtn 
+:      000778 end_of_packet:
+0x38cc 000779 bpatch patch01_3 ,mem_patch01 
+0x38cd 000780 disable encode_fec0 
+0x38ce 000781 disable encode_fec2 
+0x38cf 000782 disable decode_fec0 
+0x38d0 000783 disable decode_fec2 
+0x38d1 000784 disable enable_crc 
+0x38d2 000785 disable encrypt 
+0x38d3 000786 disable enable_white 
+0x38d4 000787 branch shutdown_radio ,is_rx 
+0x38d5 000788 until null ,tx_clear 
+0x38d6 000789 nop 100 
+0x38d7 000790 branch shutdown_radio 
+:      000795 sniff_check_window:
+0x38d8 000796 bpatch patch01_4 ,mem_patch01 
+0x38d9 000797 disable swfine 
+0x38da 000798 copy temp ,stop_watch 
+0x38db 000799 call context_search_sniff_window 
+0x38dc 000800 disable user 
+0x38dd 000801 nrtn zero 
+0x38de 000802 force 0 ,stop_watch 
+0x38df 000803 branch enable_user 
+:      000807 calc_slot_offset:
+0x38e0 000808 bpatch patch01_5 ,mem_patch01 
+0x38e1 000809 until null ,halfslot 
+0x38e2 000810 deposit clke 
+0x38e3 000811 iforce contr 
+0x38e4 000812 rshift16 ,pdata ,pdata 
+0x38e5 000813 isub clkn_bt ,loopcnt 
+0x38e6 000814 and_into 3 ,loopcnt 
+0x38e7 000815 nbranch calc_bt_portion ,zero 
+0x38e8 000816 force 0 ,pdata 
+0x38e9 000817 branch calc_skip_bt 
+:      000818 calc_bt_portion:
+0x38ea 000819 fetcht 2 ,mem_param_rt_rthalfslot 
+0x38eb 000820 force 0 ,pdata 
+:      000821 calc_slot_offset_loop:
+0x38ec 000822 iadd temp ,pdata 
+0x38ed 000823 loop calc_slot_offset_loop 
+:      000824 calc_skip_bt:
+0x38ee 000825 iadd contr ,pdata 
+0x38ef 000826 div pdata ,12 
+0x38f0 000827 call get_div_result 
+0x38f1 000828 store 2 ,mem_slot_offset 
+0x38f2 000829 rtn 
+:      000831 calc_clke_offset:
+0x38f3 000832 bpatch patch01_6 ,mem_patch01 
+0x38f4 000833 deposit clke 
+0x38f5 000834 copy clkn ,temp 
+0x38f6 000835 isub temp ,null 
+0x38f7 000836 nsetflag positive ,44 ,pdata 
+0x38f8 000837 isub temp ,temp 
+0x38f9 000838 fetch 2 ,mem_param_rt_rthalfslot 
+0x38fa 000839 isolate0 15 ,temp 
+0x38fb 000840 branch calc_clke_pos ,true 
+0x38fc 000841 copy temp ,alarm 
+0x38fd 000842 arg 0x10000 ,temp 
+0x38fe 000843 fetch 2 ,mem_param_rt_rthalfslot 
+0x38ff 000844 isub temp ,pdata 
+0x3900 000845 iadd alarm ,temp 
+:      000847 calc_clke_pos:
+0x3901 000848 storet 6 ,mem_le_clk_offset 
+0x3902 000849 rtn 
+:      000851 calc_clke:
+0x3903 000852 disable clknt 
+0x3904 000853 fetch 6 ,mem_le_clk_offset 
+:      000854 calc_clke2:
+0x3905 000855 iadd clkn ,alarm 
+0x3906 000856 increase 10 ,alarm 
+0x3907 000857 fetch 2 ,mem_param_rt_rthalfslot 
+0x3908 000858 isub alarm ,pdata 
+0x3909 000859 isolate0 15 ,pdata 
+0x390a 000860 branch calc_clke_pos_adj ,true 
+0x390b 000861 setarg 0x10000 
+0x390c 000862 fetchr regd ,2 ,mem_param_rt_rthalfslot 
+0x390d 000863 isub regd ,pdata 
+0x390e 000864 iadd alarm ,alarm 
+:      000865 calc_clke_pos2:
+0x390f 000866 copy alarm ,clke 
+0x3910 000867 rtn 
+:      000868 calc_clke_pos_adj:
+0x3911 000869 force 0 ,null 
+0x3912 000870 branch calc_clke_pos2 
+:      000877 shutdown_radio:
+0x3913 000878 bpatch patch01_7 ,mem_patch01 
+0x3914 000879 call rf_debug_shutdown_radio_line 
+0x3915 000880 force 0x08 ,radio_ctrl 
+0x3916 000881 force 0 ,radio_ctrl 
+0x3917 000882 disable is_rx 
+0x3918 000883 disable is_tx 
+0x3919 000884 pulse packet_end 
+0x391a 000885 jam 0x5 ,modem_en 
+0x391b 000886 nop 2 
+0x391c 000887 jam 0x0 ,modem_en 
+0x391d 000888 call set_sync_on 
+0x391e 000889 jam 0 ,core_syn_en 
+0x391f 000890 jam 0x80 ,core_rf_ldo_en0 
+0x3920 000891 fetch 1 ,core_clkpll_cfg6 
+0x3921 000892 set0 7 ,pdata 
+0x3922 000893 store 1 ,core_clkpll_cfg6 
+0x3923 000894 jam 0 ,core_rf_ldo_en1 
+0x3924 000895 rtn 
+:      000899 set_sync_on:
+0x3925 000900 bpatch patch02_0 ,mem_patch02 
+0x3926 000901 jam 0x5 ,modem_en 
+0x3927 000902 nop 2 
+0x3928 000903 jam 0x0 ,modem_en 
+0x3929 000904 fetch 1 ,mem_fcomp_div 
+0x392a 000905 beq xtal_24m ,set_sync_on_24m 
+0x392b 000906 beq xtal_16m ,set_sync_on_16m 
+:      000907 set_sync_on_24m:
+0x392c 000908 jam 0xaa ,core_rf_ldo_cfg4 
+0x392d 000909 jam 0xaa ,core_rf_ldo_cfg5 
+0x392e 000910 jam 0x15 ,core_rf_ldo_cfg6 
+0x392f 000912 jam 0x78 ,core_rf_ldo_en0 
+0x3930 000913 fetch 1 ,core_clkpll_cfg6 
+0x3931 000914 set1 7 ,pdata 
+0x3932 000915 store 1 ,core_clkpll_cfg6 
+0x3933 000916 jam 0x04 ,core_rf_ldo_en1 
+0x3934 000917 nop 60 
+0x3935 000918 jam 0x7a ,core_syn_en 
+0x3936 000919 jam 0 ,core_rx_en0 
+0x3937 000920 jam 0 ,core_rx_en1 
+0x3938 000921 jam 0 ,core_tx_en0 
+0x3939 000922 jam 0 ,core_tx_en1 
+0x393a 000924 jam 0x2a ,core_rf_ldo_cfg5 
+0x393b 000925 jam 0x78 ,core_rf_ldo_en0 
+:      000926 set_sync_on_next:
+0x393c 000927 fetch 1 ,core_clkpll_cfg6 
+0x393d 000928 set0 7 ,pdata 
+0x393e 000929 store 1 ,core_clkpll_cfg6 
+0x393f 000930 jam 0 ,core_syn_cal_ctrl 
+0x3940 000931 rtn 
+:      000933 set_sync_on_16m:
+0x3941 000934 jam 0x29 ,core_syn_afc_cfg1 
+0x3942 000935 jam 0xe6 ,core_syn_aac_cfg1 
+0x3943 000937 jam 0xaa ,core_rf_ldo_cfg4 
+0x3944 000938 jam 0xaa ,core_rf_ldo_cfg5 
+0x3945 000939 jam 0x15 ,core_rf_ldo_cfg6 
+0x3946 000941 jam 0x78 ,core_rf_ldo_en0 
+0x3947 000942 fetch 1 ,core_clkpll_cfg6 
+0x3948 000943 set1 7 ,pdata 
+0x3949 000944 store 1 ,core_clkpll_cfg6 
+0x394a 000945 jam 0x04 ,core_rf_ldo_en1 
+0x394b 000946 nop 60 
+0x394c 000947 jam 0x3a ,core_syn_en 
+0x394d 000948 jam 0 ,core_rx_en0 
+0x394e 000949 jam 0 ,core_rx_en1 
+0x394f 000950 jam 0 ,core_tx_en0 
+0x3950 000951 jam 0 ,core_tx_en1 
+0x3951 000953 jam 0x2a ,core_rf_ldo_cfg5 
+0x3952 000954 jam 0x38 ,core_rf_ldo_en0 
+0x3953 000955 branch set_sync_on_next 
+:      000957 set_freq_rx:
+0x3954 000958 bpatch patch02_1 ,mem_patch02 
+0x3955 000960 fetch 1 ,mem_fcomp_div 
+0x3956 000961 sub pdata ,xtal_24m ,null 
+0x3957 000962 call rf_rx_write_freq_24m ,zero 
+0x3958 000963 ncall rf_rx_write_freq_16m ,zero 
+0x3959 000965 storet 1 ,mem_last_freq 
+0x395a 000966 add temp ,0 ,pdata 
+0x395b 000967 bmark1 mark_ble_2m ,set_rxfreq_2m_offset 
+0x395c 000968 add temp ,1 ,pdata 
+:      000969 set_rxfreq_2m_offset:
+0x395d 000970 branch rf_rx_write_freq 
+:      000973 rf_rx_write_freq_24m:
+0x395e 000974 jam 0 ,core_syn_cal_ctrl 
+0x395f 000975 jam 0x04 ,core_syn_top_ctrl 
+0x3960 000976 jam 0 ,core_syn_mmd_cp_ctrl 
+0x3961 000977 jam 0x03 ,core_syn_cp_lpf_cfg 
+0x3962 000978 jam 0x40 ,core_syn_afc_cfg3 
+0x3963 000979 rtn 
+:      000980 rf_rx_write_freq_16m:
+0x3964 000981 jam 0x30 ,core_syn_cal_ctrl 
+0x3965 000982 jam 0x06 ,core_syn_top_ctrl 
+0x3966 000983 jam 0 ,core_syn_mmd_cp_ctrl 
+0x3967 000984 jam 0x20 ,core_syn_cp_lpf_cfg 
+0x3968 000985 jam 0x15 ,core_syn_afc_cfg3 
+0x3969 000986 rtn 
+:      000988 rf_rx_enable:
+0x396a 000989 bpatch patch02_2 ,mem_patch02 
+0x396b 000990 call rf_debug_rx_gpio_high 
+0x396c 000992 fetch 1 ,mem_gain_fix 
+0x396d 000993 beq 0xff ,rf_rx_enable_no_soft_agc 
+0x396e 000994 arg mem_gain_table ,contr 
+0x396f 000995 iadd contr ,contr 
+0x3970 000996 ifetch 1 ,contr 
+0x3971 000997 store 1 ,core_rf_rx_gain_fix 
+0x3972 000998 jam 0x27 ,core_rf_rx_agc_ctrl 
+:      001000 rf_rx_enable_no_soft_agc:
+0x3973 001001 fetcht 1 ,mem_gain_second_agc_en 
+0x3974 001002 fetch 1 ,core_rf_rx_agc_ctrl 
+0x3975 001003 ior temp ,pdata 
+0x3976 001004 store 1 ,core_rf_rx_agc_ctrl 
+0x3977 001006 jam 0xaa ,core_rf_ldo_cfg4 
+0x3978 001007 jam 0x2a ,core_rf_ldo_cfg5 
+0x3979 001008 jam 0x13 ,core_rf_ldo_cfg6 
+0x397a 001009 jam 0x7f ,core_rf_ldo_en0 
+0x397b 001010 fetch 1 ,core_clkpll_cfg6 
+0x397c 001011 set0 7 ,pdata 
+0x397d 001012 store 1 ,core_clkpll_cfg6 
+0x397e 001013 nop 60 
+0x397f 001014 jam 0x1f ,core_rx_en0 
+0x3980 001015 jam 0xf8 ,core_rx_en1 
+0x3981 001016 jam 0x18 ,core_tx_en0 
+0x3982 001017 jam 0x00 ,core_rf_ldo_cfg4 
+0x3983 001018 jam 0x20 ,core_rf_ldo_cfg5 
+0x3984 001019 nop 10 
+0x3985 001020 jam 0x04 ,modem_en 
+0x3986 001021 nop 2 
+0x3987 001022 jam 0x0c ,modem_en 
+0x3988 001023 rtn 
+:      001027 rf_rx_write_freq:
+0x3989 001028 bpatch patch02_3 ,mem_patch02 
+0x398a 001029 arg 2400 ,contr 
+0x398b 001030 iadd contr ,pdata 
+0x398c 001031 fetcht 1 ,mem_fcomp_div 
+0x398d 001032 branch rf_write_freq_calc 
+:      001035 rf_tx_write_freq:
+0x398e 001036 bpatch patch02_4 ,mem_patch02 
+0x398f 001037 fetch 1 ,mem_fcomp_div 
+0x3990 001038 sub pdata ,xtal_24m ,null 
+0x3991 001039 call rf_tx_write_freq_24m ,zero 
+0x3992 001040 ncall rf_tx_write_freq_16m ,zero 
+0x3993 001042 setarg 2400 
+0x3994 001043 iadd rega ,pdata 
+0x3995 001044 lshift pdata ,pdata 
+0x3996 001045 fetcht 1 ,mem_fcomp_div 
+0x3997 001046 mul32 temp ,0x03 ,temp 
+:      001047 rf_write_freq_calc:
+0x3998 001048 lshift temp ,temp 
+0x3999 001049 idiv temp 
+0x399a 001050 call wait_div_end 
+0x399b 001051 quotient pdata 
+0x399c 001052 store 1 ,core_syn_divr_int 
+0x399d 001053 remainder pdata 
+0x399e 001054 lshift16 pdata ,pdata 
+0x399f 001055 lshift8 pdata ,pdata 
+0x39a0 001056 idiv temp 
+0x39a1 001057 call wait_div_end 
+0x39a2 001058 quotient pdata 
+0x39a3 001059 store 1 ,core_syn_divr_int + 3 
+0x39a4 001060 rshift8 pdata ,pdata 
+0x39a5 001061 store 1 ,core_syn_divr_int + 2 
+0x39a6 001062 rshift8 pdata ,pdata 
+0x39a7 001063 store 1 ,core_syn_divr_int + 1 
+0x39a8 001064 fetcht 1 ,core_syn_cal_ctrl 
+0x39a9 001065 and_into 0xf0 ,temp 
+0x39aa 001066 storet 1 ,core_syn_cal_ctrl 
+0x39ab 001067 nop 12 
+0x39ac 001068 fetch 1 ,mem_fcomp_div 
+0x39ad 001069 beq xtal_24m ,rf_write_freq_calc_24m 
+0x39ae 001070 beq xtal_16m ,rf_write_freq_calc_16m 
+:      001071 rf_write_freq_calc_24m:
+0x39af 001072 or_into 0x0c ,temp 
+0x39b0 001073 storet 1 ,core_syn_cal_ctrl 
+0x39b1 001074 nop 12 
+0x39b2 001075 or_into 0x03 ,temp 
+0x39b3 001076 storet 1 ,core_syn_cal_ctrl 
+0x39b4 001077 rtn 
+:      001079 rf_write_freq_calc_16m:
+0x39b5 001080 or_into 0x3c ,temp 
+0x39b6 001081 storet 1 ,core_syn_cal_ctrl 
+0x39b7 001082 nop 12 
+0x39b8 001083 or_into 0x33 ,temp 
+0x39b9 001084 storet 1 ,core_syn_cal_ctrl 
+0x39ba 001085 rtn 
+:      001088 rf_tx_write_freq_24m:
+0x39bb 001089 jam 0 ,core_syn_cal_ctrl 
+0x39bc 001090 jam 0x12 ,core_syn_top_ctrl 
+0x39bd 001091 jam 0 ,core_syn_mmd_cp_ctrl 
+0x39be 001092 jam 0x03 ,core_syn_cp_lpf_cfg 
+0x39bf 001093 jam 0xa6 ,core_syn_aac_cfg1 
+0x39c0 001094 jam 0x40 ,core_syn_afc_cfg3 
+0x39c1 001095 rtn 
+:      001097 rf_tx_write_freq_16m:
+0x39c2 001098 jam 0x30 ,core_syn_cal_ctrl 
+0x39c3 001099 jam 0x15 ,core_syn_top_ctrl 
+0x39c4 001100 jam 0 ,core_syn_mmd_cp_ctrl 
+0x39c5 001101 jam 0x20 ,core_syn_cp_lpf_cfg 
+0x39c6 001102 jam 0xa6 ,core_syn_aac_cfg1 
+0x39c7 001103 jam 0x15 ,core_syn_afc_cfg3 
+0x39c8 001104 rtn 
+:      001107 set_freq_tx:
+0x39c9 001108 bpatch patch02_5 ,mem_patch02 
+0x39ca 001110 jam 0x12 ,core_syn_top_ctrl 
+0x39cb 001111 storet 1 ,mem_last_freq 
+0x39cc 001112 add temp ,2 ,rega 
+0x39cd 001113 call rf_tx_write_freq 
+0x39ce 001114 nop 0x3c0 
+:      001116 txon:
+0x39cf 001117 bpatch patch02_6 ,mem_patch02 
+0x39d0 001119 jam 0xaa ,core_rf_ldo_cfg4 
+0x39d1 001120 jam 0x2a ,core_rf_ldo_cfg5 
+0x39d2 001121 jam 0x10 ,core_rf_ldo_cfg6 
+0x39d3 001123 jam 0x7f ,core_rf_ldo_en0 
+0x39d4 001124 fetch 1 ,core_clkpll_cfg6 
+0x39d5 001125 set0 7 ,pdata 
+0x39d6 001126 store 1 ,core_clkpll_cfg6 
+0x39d7 001127 jam 0x07 ,core_rf_ldo_en1 
+0x39d8 001128 nop 60 
+0x39d9 001130 jam 0x0d ,core_tx_en0 
+0x39da 001131 jam 0xf9 ,core_tx_en1 
+0x39db 001132 jam 0x00 ,core_rf_ldo_cfg4 
+0x39dc 001133 jam 0x20 ,core_rf_ldo_cfg5 
+0x39dd 001134 nop 10 
+0x39de 001135 jam 0x01 ,modem_en 
+0x39df 001136 nop 2 
+0x39e0 001137 jam 0x03 ,modem_en 
+0x39e1 001139 bpatch patch02_7 ,mem_patch02 
+0x39e2 001140 fetch 1 ,mem_tx_power 
+0x39e3 001141 beq tx_power_3db ,set_tx_power_3db 
+0x39e4 001142 beq tx_power_5db ,set_tx_power_5db 
+0x39e5 001143 beq tx_power_6db ,set_tx_power_6db 
+0x39e6 001144 beq tx_power_7db ,set_tx_power_7db 
+0x39e7 001145 beq tx_power_10db ,set_tx_power_10db 
+0x39e8 001146 beq tx_power_f3db ,set_tx_power_f3db 
+0x39e9 001147 beq tx_power_f5db ,set_tx_power_f5db 
+0x39ea 001148 beq tx_power_f20db ,set_tx_power_f20db 
+0x39eb 001149 beq tx_power_f30db ,set_tx_power_f30db 
+0x39ec 001150 beq tx_power_factory ,set_tx_power_factory 
+:      001151 set_tx_power_0db:
+0x39ed 001152 jam 0x6a ,core_tx_pwr_ctrl0 
+0x39ee 001153 jam 0x07 ,core_tx_pwr_ctrl1 
+:      001154 set_rf_ldo_cfg89:
+0x39ef 001155 jam 0xa3 ,core_rf_ldo_cfg8 
+0x39f0 001156 jam 0x07 ,core_rf_ldo_cfg9 
+0x39f1 001157 rtn 
+:      001159 set_tx_power_3db:
+0x39f2 001160 jam 0x66 ,core_tx_pwr_ctrl0 
+0x39f3 001161 jam 0x0b ,core_tx_pwr_ctrl1 
+:      001162 set_rf_ldo_cfg89_2:
+0x39f4 001163 jam 0xaa ,core_rf_ldo_cfg8 
+0x39f5 001164 jam 0x0a ,core_rf_ldo_cfg9 
+0x39f6 001165 rtn 
+:      001167 set_tx_power_5db:
+0x39f7 001168 jam 0x6c ,core_tx_pwr_ctrl0 
+0x39f8 001169 jam 0x0d ,core_tx_pwr_ctrl1 
+0x39f9 001170 branch set_rf_ldo_cfg89_2 
+:      001172 set_tx_power_6db:
+0x39fa 001173 jam 0x6b ,core_tx_pwr_ctrl0 
+0x39fb 001174 jam 0x0f ,core_tx_pwr_ctrl1 
+0x39fc 001175 branch set_rf_ldo_cfg89_2 
+:      001177 set_tx_power_7db:
+0x39fd 001178 jam 0xa7 ,core_tx_pwr_ctrl0 
+0x39fe 001179 jam 0x0f ,core_tx_pwr_ctrl1 
+0x39ff 001180 branch set_rf_ldo_cfg89_2 
+:      001182 set_tx_power_10db:
+0x3a00 001183 jam 0xb6 ,core_tx_pwr_ctrl0 
+0x3a01 001184 jam 0x0f ,core_tx_pwr_ctrl1 
+0x3a02 001185 branch set_rf_ldo_cfg89_2 
+:      001187 set_tx_power_f3db:
+0x3a03 001188 jam 0x68 ,core_tx_pwr_ctrl0 
+0x3a04 001189 jam 0x05 ,core_tx_pwr_ctrl1 
+0x3a05 001190 branch set_rf_ldo_cfg89 
+:      001192 set_tx_power_f5db:
+0x3a06 001193 jam 0x60 ,core_tx_pwr_ctrl0 
+0x3a07 001194 jam 0x05 ,core_tx_pwr_ctrl1 
+0x3a08 001195 branch set_rf_ldo_cfg89 
+:      001197 set_tx_power_f20db:
+0x3a09 001198 jam 0x53 ,core_tx_pwr_ctrl0 
+0x3a0a 001199 jam 0x01 ,core_tx_pwr_ctrl1 
+0x3a0b 001200 branch set_rf_ldo_cfg89 
+:      001202 set_tx_power_f30db:
+0x3a0c 001203 jam 0x4c ,core_tx_pwr_ctrl0 
+0x3a0d 001204 jam 0x00 ,core_tx_pwr_ctrl1 
+0x3a0e 001205 branch set_rf_ldo_cfg89 
+:      001207 set_tx_power_factory:
+0x3a0f 001208 fetch 2 ,mem_tx_power_factory_param 
+0x3a10 001209 store 2 ,core_tx_pwr_ctrl0 
+0x3a11 001210 branch set_rf_ldo_cfg89 
+:      001213 initialize_radio:
+0x3a12 001214 jam clksel_rc ,core_clksel 
+:      001215 initialize_radio_wait:
+0x3a13 001216 fetch 2 ,mem_rf_init_ptr 
+0x3a14 001217 bbit0 14 ,initialize_radio_wait 
+0x3a15 001218 iforce contr 
+0x3a16 001219 arg 0x8a00 ,temp 
+:      001220 initialize_radio_loop:
+0x3a17 001221 ifetch 1 ,contr 
+0x3a18 001222 beq 0xff ,initialize_radio_cont 
+0x3a19 001223 ior temp ,contw 
+0x3a1a 001224 ifetch 1 ,contr 
+0x3a1b 001225 istore 1 ,contw 
+0x3a1c 001226 branch initialize_radio_loop 
+:      001228 initialize_radio_cont:
+0x3a1d 001229 bpatch patch03_0 ,mem_patch03 
+0x3a1e 001230 fetch 1 ,mem_wdt_always_work 
+0x3a1f 001231 call wdt_set_disable ,blank 
+0x3a20 001233 jam 0x05 ,core_clkpll_cfg0 
+0x3a21 001234 jam 0x94 ,core_rx_iqadc_cfg 
+0x3a22 001235 call initialize_rc_cal 
+0x3a23 001236 call initialize_rf_ldo_cfg1 
+0x3a24 001237 call initialize_syn_afc_cfg1 
+0x3a25 001238 jam 0xe6 ,core_syn_aac_cfg1 
+0x3a26 001241 jam 0x90 ,core_syn_pfd_lkd_cfg 
+0x3a27 001242 jam 0x0b ,core_rf_ldo_cfg2 
+0x3a28 001243 jam 0x05 ,core_rf_ldo_cfg3 
+0x3a29 001246 jam 0x76 ,core_agc_wb_sat_th 
+0x3a2a 001247 jam 0x76 ,core_agc_nb_sat_th 
+0x3a2b 001249 fetch 1 ,mem_fcomp_div 
+0x3a2c 001250 bne xtal_16m ,initialize_radio_cont_next 
+0x3a2d 001251 jam 0x34 ,core_clkpll_cfg5 
+:      001252 initialize_radio_cont_next:
+0x3a2e 001253 jam 0xff ,core_clkpll_ctrl1 
+0x3a2f 001254 nop 100 
+0x3a30 001255 jam 0x0e ,core_clkpll_ctrl2 
+0x3a31 001256 jam 0x03 ,core_clkpll_ctrl0 
+0x3a32 001258 call set_tx_power_0db 
+0x3a33 001260 jam 0x2b ,core_tx_mixer_cfg1 
+0x3a34 001261 jam 0x13 ,core_tx_mixer_cfg2 
+:      001262 initialize_radio_cont_next_2:
+0x3a35 001263 call init_lpm_ctrl 
+0x3a36 001264 nop 100 
+0x3a37 001265 jam clksel_dpll ,core_clksel 
+0x3a38 001266 jam system_clk_12m ,mem_system_clk 
+0x3a39 001267 branch le_disable 
+:      001270 initialize_syn_afc_cfg1:
+0x3a3a 001271 fetch 1 ,mem_syn_afc_cfg1 
+0x3a3b 001272 nbranch initialize_syn_afc_cfg1_set ,blank 
+0x3a3c 001273 setarg 0x29 
+:      001274 initialize_syn_afc_cfg1_set:
+0x3a3d 001275 store 1 ,core_syn_afc_cfg1 
+0x3a3e 001276 rtn 
+:      001278 initialize_rf_ldo_cfg1:
+0x3a3f 001279 fetch 1 ,mem_rf_ldo_cfg1 
+0x3a40 001280 nbranch initialize_rf_ldo_cfg1_set ,blank 
+0x3a41 001281 setarg 0x00 
+:      001282 initialize_rf_ldo_cfg1_set:
+0x3a42 001283 store 1 ,core_rf_ldo_cfg1 
+0x3a43 001284 rtn 
+:      001286 initialize_rc_cal:
+0x3a44 001287 fetch 1 ,mem_rc_cal 
+0x3a45 001288 branch initialize_rc_cal_set ,blank 
+0x3a46 001289 setarg 0xd3 
+:      001290 initialize_rc_cal_set:
+0x3a47 001291 store 1 ,core_rx_bq_bw_cal 
+0x3a48 001292 rtn 
+:      001295 save_rssi:
+0x3a49 001296 bpatch patch03_1 ,mem_patch03 
+0x3a4a 001298 fetch 1 ,modem_nb_pow 
+0x3a4b 001299 isolate1 6 ,pdata 
+0x3a4c 001300 setflag true ,7 ,pdata 
+0x3a4d 001301 store 1 ,mem_modem_rssi 
+0x3a4e 001303 fetch 1 ,modem_gain 
+0x3a4f 001304 and pdata ,0x0f ,temp 
+0x3a50 001305 lshift temp ,temp 
+0x3a51 001306 rshift4 pdata ,pdata 
+0x3a52 001307 iadd temp ,temp 
+0x3a53 001308 mul32 temp ,3 ,rega 
+0x3a54 001310 fetch 1 ,mem_modem_rssi 
+0x3a55 001311 call byte_sign_extern 
+0x3a56 001312 sub pdata ,0 ,pdata 
+0x3a57 001313 iadd rega ,pdata 
+0x3a58 001314 increase -9 ,pdata 
+0x3a59 001315 and pdata ,0x1ff ,pdata 
+0x3a5a 001316 isolate1 8 ,pdata 
+0x3a5b 001317 nbranch save_rssi_store ,true 
+0x3a5c 001318 setarg 0 
+:      001319 save_rssi_store:
+0x3a5d 001320 store 1 ,mem_rssi_hex 
+0x3a5e 001321 branch rssi_hex2dec 
+:      001323 byte_sign_extern:
+0x3a5f 001324 isolate1 7 ,pdata 
+0x3a60 001325 nrtn true 
+0x3a61 001326 arg 0xff00 ,temp 
+0x3a62 001327 ior temp ,pdata 
+0x3a63 001328 rtn 
+:      001330 rssi_hex2dec:
+0x3a64 001331 fetch 1 ,mem_rssi_hex 
+0x3a65 001332 call bcd 
+0x3a66 001333 store 1 ,mem_rssi 
+0x3a67 001334 rtn 
+:      001336 bcd:
+0x3a68 001337 and_into 0xff ,pdata 
+0x3a69 001338 div pdata ,10 
+0x3a6a 001339 call get_div_result 
+0x3a6b 001340 lshift4 pdata ,pdata 
+0x3a6c 001341 remainder temp 
+0x3a6d 001342 ior temp ,pdata 
+0x3a6e 001343 rtn 
+:      001346 xtal_fast_wake:
+0x3a6f 001347 setarg 0xf0f 
+0x3a70 001348 branch lpm_write_config 
+:      001350 init_lpm_ctrl:
+0x3a71 001351 setarg 0x80f 
+0x3a72 001352 branch lpm_write_config 
+:      001357 ahead_window:
+0x3a73 001358 copy pdata ,temp 
+0x3a74 001359 bpatch patch03_2 ,mem_patch03 
+0x3a75 001360 copy temp ,pdata 
+0x3a76 001361 call clk2bt 
+0x3a77 001362 lshift16 bt_clk ,pdata 
+0x3a78 001363 set1 44 ,pdata 
+0x3a79 001364 call clk_diff 
+0x3a7a 001365 set0 44 ,pdata 
+0x3a7b 001366 call get_clk 
+0x3a7c 001367 call clk_diff 
+0x3a7d 001368 rtn user 
+0x3a7e 001369 call clk2rt 
+0x3a7f 001370 iforce stop_watch 
+0x3a80 001371 until null ,timeout 
+0x3a81 001372 rtn 
+:      001375 get_clk:
+0x3a82 001376 copy clkn ,temp 
+0x3a83 001377 rtn master 
+0x3a84 001378 copy clke ,temp 
+0x3a85 001379 rtn 
+:      001381 get_clkbt:
+0x3a86 001382 deposit clkn_bt 
+0x3a87 001383 rtn master 
+0x3a88 001384 deposit clke_bt 
+0x3a89 001385 rtn 
+:      001388 assert:
+0x3a8a 001389 bpatch patch03_3 ,mem_patch03 
+0x3a8b 001390 branch assert 
+:      001393 sleep:
+0x3a8c 001394 rtn blank 
+0x3a8d 001396 rshift pdata ,pdata 
+0x3a8e 001397 increase -3 ,pdata 
+:      001398 sleep_loop:
+0x3a8f 001399 increase -1 ,pdata 
+0x3a90 001400 nbranch sleep_loop ,zero 
+0x3a91 001401 force 0 ,pdata 
+0x3a92 001402 rtn 
+:      001406 init_param:
+0x3a93 001408 setarg 0 
+0x3a94 001409 store 6 ,mem_le_adv_transmit 
+0x3a95 001410 arg mem_le_state ,contw 
+0x3a96 001411 arg 10 ,loopcnt 
+0x3a97 001412 call memset0 
+0x3a98 001413 jam 0 ,mem_fifo_temp 
+0x3a99 001414 jam 0 ,mem_le_testtype 
+0x3a9a 001416 setarg param_tx_setup 
+0x3a9b 001417 store 2 ,mem_param_tx_setup 
+0x3a9c 001418 setarg param_rf_setup 
+0x3a9d 001419 store 2 ,mem_param_rf_setup 
+0x3a9e 001420 setarg param_conn_access 
+0x3a9f 001421 store 2 ,mem_param_conn_access 
+0x3aa0 001422 setarg param_rx_setup 
+0x3aa1 001423 store 2 ,mem_param_rx_setup 
+0x3aa2 001424 setarg param_clke_cal 
+0x3aa3 001425 store 2 ,mem_param_clke_cal 
+0x3aa4 001426 setarg param_pll_setup 
+0x3aa5 001427 store 2 ,mem_param_pll_setup 
+0x3aa6 001428 setarg param_dpll_start_delay 
+0x3aa7 001429 store 2 ,mem_param_dpll_start_delay 
+0x3aa8 001430 setarg param_rt_rthalfslot 
+0x3aa9 001431 store 2 ,mem_param_rt_rthalfslot 
+0x3aaa 001432 setarg param_clke_cal_le_1m 
+0x3aab 001433 store 2 ,mem_param_clke_cal_le_1m 
+0x3aac 001434 setarg param_clke_cal_le_2m 
+0x3aad 001435 store 2 ,mem_param_clke_cal_le_2m 
+0x3aae 001436 setarg param_clke_cal_le_coded 
+0x3aaf 001437 store 2 ,mem_param_clke_cal_le_coded 
+0x3ab0 001441 bpatch patch03_4 ,mem_patch03 
+0x3ab1 001442 rtn wake 
+0x3ab2 001443 jam param_t_ifs_150us + param_sync_time_difference ,mem_le_tx_ifs_defference 
+0x3ab3 001444 setarg mem_ble_tx_buff0 
+0x3ab4 001445 store 2 ,mem_ble_l2cap_tx_buff0_ptr 
+0x3ab5 001446 setarg mem_ble_l2cap_tx_buff_size 
+0x3ab6 001447 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
+0x3ab7 001448 rshift clkn_bt ,pdata 
+0x3ab8 001449 store 4 ,mem_last_clkn 
+0x3ab9 001450 rtn 
+:      001453 ldo_abb_en_init:
+0x3aba 001454 rtn wake 
+0x3abb 001455 bpatch patch03_5 ,mem_patch03 
+0x3abc 001456 fetch 1 ,core_rf_ldo_en0 
+0x3abd 001457 set1 3 ,pdata 
+0x3abe 001458 store 1 ,core_rf_ldo_en0 
+0x3abf 001459 nop 1200 
+0x3ac0 001460 set0 3 ,pdata 
+0x3ac1 001461 store 1 ,core_rf_ldo_en0 
+0x3ac2 001462 rtn 
+:      001467 lpmstate:
+0x3ac3 001468 setarg 0xee21 
+0x3ac4 001469 store 2 ,core_clkoff 
+0x3ac5 001470 fetch 4 ,core_gpio_in 
+0x3ac6 001471 store 4 ,mem_saved_gpio_in 
+0x3ac7 001472 store 4 ,mem_saved_gpio_in 
+0x3ac8 001473 jam 0x83 ,core_otp_ctrl 
+0x3ac9 001474 fetch 1 ,core_lpm_ctrl + 3 
+0x3aca 001475 store 1 ,mem_wakup_from_power_flag 
+0x3acb 001476 fetch 1 ,core_lpm_ldocnt 
+0x3acc 001477 bbit0 gpio_latch ,loadcode 
+0x3acd 001478 enable wake 
+0x3ace 001479 bbit0 cold_wake ,lpmwake 
+0x3acf 001480 disable wake 
+0x3ad0 001481 deposit auxcnt 
+0x3ad1 001482 nbranch lpmwake ,blank 
+0x3ad2 001483 fetch 1 ,core_lpm_ctrl + 3 
+0x3ad3 001484 bbit1 reload_code ,lpmwake 
+0x3ad4 001485 arg param_hibernate_clks ,temp 
+0x3ad5 001486 storet 4 ,core_lpm_reg 
+0x3ad6 001487 jam lpmreg_sel_counter ,core_lpm_wr 
+0x3ad7 001488 until null ,never 
+:      001490 lpmwake:
+0x3ad8 001491 until null ,lpo_edge 
+0x3ad9 001492 jam lpmreg_sel_ctrl3 ,core_lpm_wr 
+0x3ada 001493 until null ,lpo_edge 
+0x3adb 001494 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
+0x3adc 001495 fetch 4 ,core_lpm_ctrl2 
+0x3add 001496 store 4 ,core_lpm_reg 
+0x3ade 001497 fetch 1 ,core_lpm_ctrl2 + 1 
+0x3adf 001498 and_into 0xe0 ,pdata 
+0x3ae0 001499 store 1 ,core_lpm_reg + 1 
+0x3ae1 001500 until null ,lpo_edge 
+0x3ae2 001501 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
+0x3ae3 001502 fetch 3 ,core_lpm_xtalcnt 
+0x3ae4 001503 store 3 ,core_lpm_reg 
+0x3ae5 001504 ifetch 1 ,contr 
+0x3ae6 001505 or_into isogate_mask ,pdata 
+0x3ae7 001506 istore 1 ,contw 
+0x3ae8 001507 until null ,lpo_edge 
+0x3ae9 001508 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
+0x3aea 001509 fetch 1 ,core_lpm_isogate 
+0x3aeb 001510 set1 enable_retmem ,pdata 
+0x3aec 001511 store 1 ,core_lpm_isogate 
+0x3aed 001512 until null ,lpo_edge 
+0x3aee 001513 call lpm_load_context ,wake 
+0x3aef 001514 fetch 1 ,core_lpm_reg + 2 
+0x3af0 001515 set0 gpio_latch ,pdata 
+0x3af1 001516 store 1 ,core_lpm_reg + 2 
+0x3af2 001517 call load_ucode ,wake 
+0x3af3 001518 nbranch loadcode ,wake 
+0x3af4 001519 rtnmark0 mark_otp_encrypt 
+0x3af5 001520 jam lock_otp ,core_misc_ctrl 
+0x3af6 001521 rtn 
+:      001524 lpm_ctrl3_cfg_dig_vsel:
+0x3af7 001525 fetch 1 ,mem_dig_aon_vsel 
+0x3af8 001526 beq 1 ,lpm_ctrl3_cfg_vsel_108 
+0x3af9 001527 beq 2 ,lpm_ctrl3_cfg_vsel_096 
+0x3afa 001528 beq 3 ,lpm_ctrl3_cfg_vsel_084 
+:      001529 lpm_ctrl3_cfg_vsel_120:
+0x3afb 001530 fetch 1 ,mem_lpm_ctrl3_aon_vsel 
+0x3afc 001531 and_into 0xe0 ,pdata 
+:      001532 lpm_ctrl3_cfg_vsel_store:
+0x3afd 001533 store 1 ,mem_lpm_ctrl3_aon_vsel 
+0x3afe 001534 rtn 
+:      001535 lpm_ctrl3_cfg_vsel_108:
+0x3aff 001536 fetch 1 ,mem_lpm_ctrl3_aon_vsel 
+0x3b00 001537 and_into 0xe0 ,pdata 
+0x3b01 001538 or_into 0x1d ,pdata 
+0x3b02 001539 branch lpm_ctrl3_cfg_vsel_store 
+:      001540 lpm_ctrl3_cfg_vsel_096:
+0x3b03 001541 fetch 1 ,mem_lpm_ctrl3_aon_vsel 
+0x3b04 001542 and_into 0xe0 ,pdata 
+0x3b05 001543 or_into 0x1b ,pdata 
+0x3b06 001544 branch lpm_ctrl3_cfg_vsel_store 
+:      001545 lpm_ctrl3_cfg_vsel_084:
+0x3b07 001546 fetch 1 ,mem_lpm_ctrl3_aon_vsel 
+0x3b08 001547 and_into 0xe0 ,pdata 
+0x3b09 001548 or_into 0x17 ,pdata 
+0x3b0a 001549 branch lpm_ctrl3_cfg_vsel_store 
+:      001551 lpm_load_context:
+0x3b0b 001552 fetch 1 ,mem_saved_spidctrl 
+0x3b0c 001553 store 1 ,core_spid_ctrl 
+0x3b0d 001554 fetch 8 ,mem_saved_gpio 
+0x3b0e 001555 store 8 ,core_gpio_conf 
+0x3b0f 001556 ifetch 5 ,contr 
+0x3b10 001557 istore 5 ,contw 
+0x3b11 001558 fetchr mark ,8 ,mem_saved_mark 
+0x3b12 001559 rtn 
+:      001561 lpm_save_context:
+0x3b13 001562 storer mark ,8 ,mem_saved_mark 
+0x3b14 001563 fetch 8 ,core_gpio_conf 
+0x3b15 001564 store 8 ,mem_saved_gpio 
+0x3b16 001565 ifetch 5 ,contr 
+0x3b17 001566 istore 5 ,contw 
+0x3b18 001567 fetch 1 ,core_spid_ctrl 
+0x3b19 001568 store 1 ,mem_saved_spidctrl 
+0x3b1a 001569 rtn 
+:      001571 lpo_calibration:
+0x3b1b 001572 fetch 1 ,core_aes_en 
+0x3b1c 001573 rshift2 pdata ,pdata 
+0x3b1d 001574 and pdata ,0xf ,pdata 
+0x3b1e 001575 nbranch lpo_cal_inited ,blank 
+0x3b1f 001576 fetch 3 ,mem_clks_per_lpo 
+0x3b20 001577 nrtn blank 
+0x3b21 001578 fetch 1 ,core_aes_en 
+0x3b22 001579 or_into 0x30 ,pdata 
+0x3b23 001580 store 1 ,core_aes_en 
+0x3b24 001581 jam ccnt_start ,core_misc_ctrl 
+:      001582 lpo_cal_inited:
+0x3b25 001583 fetch 1 ,core_perf_status 
+0x3b26 001584 rtnbit0 1 
+0x3b27 001585 fetch 3 ,core_clk_counter 
+0x3b28 001586 store 3 ,mem_clks_per_lpo 
+0x3b29 001587 rtn 
+:      001591 lpm_adjust_clk:
+0x3b2a 001592 bpatch patch03_6 ,mem_patch03 
+0x3b2b 001593 deposit clke 
+0x3b2c 001594 call clk_diff_rt 
+0x3b2d 001595 fetcht 4 ,mem_sleep_counter_all 
+0x3b2e 001596 sub temp ,0xff ,null 
+0x3b2f 001597 rtn positive 
+0x3b30 001598 lshift8 pdata ,pdata 
+0x3b31 001599 lshift4 pdata ,pdata 
+0x3b32 001600 idiv temp 
+0x3b33 001601 call get_div_result 
+0x3b34 001602 arg param_lpm_adjmax ,temp 
+0x3b35 001603 call ceiling 
+0x3b36 001604 store 1 ,mem_lpm_adjust 
+0x3b37 001605 nbranch lpm_adjust_positive ,user 
+0x3b38 001606 sub pdata ,0 ,pdata 
+:      001607 lpm_adjust_positive:
+0x3b39 001608 fetcht 3 ,mem_clks_per_lpo 
+0x3b3a 001609 iadd temp ,pdata 
+0x3b3b 001610 store 3 ,mem_clks_per_lpo 
+:      001611 lpm_clear_counter:
+0x3b3c 001612 setarg 0 
+0x3b3d 001613 store 4 ,mem_sleep_counter_all 
+0x3b3e 001614 rtn 
+:      001626 lpm_hibernate:
+0x3b3f 001627 bpatch patch03_7 ,mem_patch03 
+0x3b40 001628 arg param_hibernate_clks ,temp 
+0x3b41 001629 call lpm_write_gpio_wakeup 
+0x3b42 001630 fetch 1 ,mem_lpm_hibernate_switch 
+0x3b43 001631 store 1 ,mem_lpm_xtalcnt + 4 
+0x3b44 001632 fetch 1 ,mem_lpm_xtalcnt + 2 
+0x3b45 001633 set1 cold_wake ,pdata 
+0x3b46 001634 store 1 ,mem_lpm_xtalcnt + 2 
+:      001637 lpm_sleep:
+0x3b47 001638 bpatch patch04_0 ,mem_patch04 
+0x3b48 001639 fetch 2 ,mem_cb_before_lpm_sleep 
+0x3b49 001640 call callback_func 
+0x3b4a 001641 until null ,lpo_edge 
+0x3b4b 001642 jam lpmreg_sel_ctrl ,core_lpm_wr 
+0x3b4c 001643 call lpm_ctrl3_cfg_dig_vsel 
+0x3b4d 001644 until null ,lpo_edge 
+0x3b4e 001645 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
+0x3b4f 001646 setarg 0xf0f 
+0x3b50 001647 call lpm_write_config_reg 
+:      001648 lpm_sleep_skip_cb_function:
+0x3b51 001649 fetch 4 ,mem_sleep_counter_all 
+0x3b52 001650 iadd temp ,pdata 
+0x3b53 001651 store 4 ,mem_sleep_counter_all 
+0x3b54 001652 call lpm_save_context 
+0x3b55 001653 until null ,lpo_edge 
+0x3b56 001654 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
+0x3b57 001655 fetchr regb ,4 ,mem_lpm_ctrl3 
+0x3b58 001656 fetch 5 ,mem_lpm_xtalcnt 
+0x3b59 001657 store 4 ,core_lpm_reg 
+0x3b5a 001658 storer clkn ,6 ,mem_sleep_clkn 
+0x3b5b 001659 until null ,lpo_edge 
+0x3b5c 001660 jam lpmreg_sel_ctrl3 ,core_lpm_wr 
+0x3b5d 001661 rshift32 pdata ,pdata 
+0x3b5e 001662 store 1 ,core_lpm_isogate 
+0x3b5f 001663 until null ,lpo_edge 
+0x3b60 001664 storer regb ,4 ,core_lpm_reg 
+0x3b61 001665 jam lpmreg_sel_counter ,core_lpm_wr 
+0x3b62 001666 until null ,lpo_edge 
+0x3b63 001667 storet 4 ,core_lpm_reg 
+0x3b64 001668 until null ,never 
+:      001673 lpm_recover_clk:
+0x3b65 001674 bpatch patch04_1 ,mem_patch04 
+0x3b66 001675 setarg 0 
+0x3b67 001676 copy auxcnt ,null 
+0x3b68 001677 branch lpm_recover_timeout ,zero 
+0x3b69 001678 fetch 1 ,core_lpm_xtalcnt 
+0x3b6a 001679 fetcht 1 ,core_lpm_buckcnt 
+0x3b6b 001680 isub temp ,null 
+0x3b6c 001681 branch lpm_recover_xtal ,positive 
+0x3b6d 001682 deposit temp 
+:      001683 lpm_recover_xtal:
+0x3b6e 001684 isub auxcnt ,pdata 
+0x3b6f 001685 increase 1 ,pdata 
+:      001686 lpm_recover_timeout:
+0x3b70 001687 increase param_lpo_extra ,pdata 
+0x3b71 001688 until null ,lpo_edge 
+0x3b72 001689 iadd lpo_time ,pdata 
+0x3b73 001690 fetcht 4 ,mem_sleep_counter 
+0x3b74 001691 iadd temp ,pdata 
+0x3b75 001692 fetcht 3 ,mem_clks_per_lpo 
+0x3b76 001693 imul32 temp ,pdata 
+0x3b77 001694 rshift8 pdata ,pdata 
+0x3b78 001695 rshift4 pdata ,pdata 
+0x3b79 001696 increase param_lpm_fix ,pdata 
+0x3b7a 001697 fetcht 2 ,mem_param_rt_rthalfslot 
+0x3b7b 001698 idiv temp 
+0x3b7c 001699 call get_div_result 
+0x3b7d 001700 lshift16 pdata ,pdata 
+0x3b7e 001701 remainder temp 
+0x3b7f 001702 ior temp ,pdata 
+0x3b80 001703 fetcht 6 ,mem_sleep_clkn 
+0x3b81 001704 call clk_add 
+0x3b82 001705 until null ,lpo_edge 
+0x3b83 001706 copy temp ,clkn 
+0x3b84 001707 fetch 6 ,mem_context + coffset_clk_offset 
+0x3b85 001708 call calc_clke2 
+0x3b86 001709 deposit clke 
+0x3b87 001710 store 6 ,mem_pdatatemp 
+0x3b88 001711 deposit auxcnt 
+0x3b89 001712 istore 1 ,contw 
+0x3b8a 001713 fetch 1 ,core_gpio_in1 
+0x3b8b 001714 or_into 0xf0 ,pdata 
+0x3b8c 001715 istore 1 ,contw 
+0x3b8d 001716 rtn 
+:      001718 lpm_dispatch:
+0x3b8e 001719 bpatch patch04_2 ,mem_patch04 
+0x3b8f 001720 call lpo_calibration 
+0x3b90 001721 fetch 3 ,mem_clks_per_lpo 
+0x3b91 001722 rtn blank 
+0x3b92 001723 fetch 1 ,mem_lpm_mode 
+0x3b93 001724 rtn blank 
+0x3b94 001725 arg context_check_a_wack ,regc 
+0x3b95 001726 call context_search 
+0x3b96 001727 rtn zero 
+0x3b97 001728 call lpm_check_wake_lock 
+0x3b98 001729 nrtn blank 
+0x3b99 001730 call context_check_idle 
+0x3b9a 001731 nbranch lpm_dispatch_unconn ,zero 
+0x3b9b 001732 rtn wake 
+0x3b9c 001733 bpatch patch04_3 ,mem_patch04 
+0x3b9d 001734 fetcht 1 ,mem_lpm_current_mult 
+0x3b9e 001735 fetch 2 ,mem_context + coffset_tsniff 
+0x3b9f 001736 imul32 temp ,pdata 
+0x3ba0 001737 rshift4 temp ,temp 
+0x3ba1 001738 rshift2 temp ,temp 
+0x3ba2 001739 isub temp ,pdata 
+0x3ba3 001740 fetcht 4 ,mem_context + coffset_sniff_anchor 
+0x3ba4 001741 iadd temp ,pdata 
+0x3ba5 001742 fetcht 1 ,mem_lpm_overhead 
+0x3ba6 001743 isub temp ,pdata 
+0x3ba7 001744 lshift16 pdata ,alarm 
+0x3ba8 001745 fetch 2 ,mem_context + coffset_rx_window 
+0x3ba9 001746 rshift pdata ,pdata 
+0x3baa 001747 call clk2bt 
+0x3bab 001748 deposit alarm 
+0x3bac 001749 call clk_diff 
+0x3bad 001750 copy clke ,temp 
+0x3bae 001751 call clk_diff_rt 
+0x3baf 001752 rtn user 
+:      001753 lpm_dispatch_sleep:
+0x3bb0 001754 call clk2lpo 
+:      001755 lpm_dispatch_lpo:
+0x3bb1 001756 bpatch patch04_4 ,mem_patch04 
+0x3bb2 001757 fetch 1 ,mem_lpm_xtalcnt 
+0x3bb3 001758 isub temp ,null 
+0x3bb4 001759 branch lpm_clear_counter ,positive 
+0x3bb5 001760 storet 4 ,mem_sleep_counter 
+0x3bb6 001761 call app_will_enter_lpm 
+0x3bb7 001763 fetcht 4 ,mem_sleep_counter 
+0x3bb8 001764 branch lpm_sleep 
+:      001766 lpm_dispatch_unconn:
+0x3bb9 001767 bpatch patch04_5 ,mem_patch04 
+0x3bba 001768 fetch 1 ,mem_le_adv_enable 
+0x3bbb 001769 nbranch lpm_unconn_cont ,blank 
+0x3bbc 001770 rtn 
+:      001772 lpm_unconn_cont:
+0x3bbd 001773 fetch 2 ,mem_lpm_interval 
+0x3bbe 001774 rtn blank 
+:      001775 lpm_sleep_btclk:
+0x3bbf 001776 fetcht 1 ,mem_lpm_overhead 
+0x3bc0 001777 isub temp ,pdata 
+0x3bc1 001778 arg 7500 ,temp 
+0x3bc2 001779 imul32 temp ,pdata 
+0x3bc3 001780 branch lpm_dispatch_sleep 
+:      001783 lpm_mult_wait_timeout:
+0x3bc4 001784 fetch 2 ,mem_cb_bt_set_mult 
+0x3bc5 001785 call callback_func 
+0x3bc6 001786 nbranch lpm_mult_short ,blank 
+0x3bc7 001787 jam 0 ,mem_lpm_current_mult 
+0x3bc8 001788 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
+0x3bc9 001789 fetch 1 ,mem_lpm_mult_cnt 
+0x3bca 001790 branch lpm_mult_long ,blank 
+0x3bcb 001791 increase -1 ,pdata 
+0x3bcc 001792 store 1 ,mem_lpm_mult_cnt 
+0x3bcd 001793 rtn 
+:      001798 lpm_match:
+0x3bce 001799 jam 0 ,mem_sniff_unint_lost 
+0x3bcf 001800 fetch 3 ,mem_sniff_rcv 
+0x3bd0 001801 increase 1 ,pdata 
+0x3bd1 001802 store 3 ,mem_sniff_rcv 
+0x3bd2 001803 rtn 
+:      001806 lpm_lost:
+0x3bd3 001807 bpatch patch04_6 ,mem_patch04 
+0x3bd4 001808 jam 0 ,mem_lpm_current_mult 
+0x3bd5 001809 fetch 3 ,mem_sniff_lost 
+0x3bd6 001810 increase 1 ,pdata 
+0x3bd7 001811 store 3 ,mem_sniff_lost 
+0x3bd8 001812 fetch 1 ,mem_sniff_unint_lost 
+0x3bd9 001813 increase 1 ,pdata 
+0x3bda 001814 store 1 ,mem_sniff_unint_lost 
+0x3bdb 001815 rtn 
+:      001817 lpm_mult_short:
+0x3bdc 001818 jam 0 ,mem_lpm_current_mult 
+0x3bdd 001819 fetch 1 ,mem_lpm_mult_timeout 
+0x3bde 001820 store 1 ,mem_lpm_mult_cnt 
+0x3bdf 001821 rtn 
+:      001823 lpm_mult_long:
+0x3be0 001824 fetcht 1 ,mem_lpm_mult 
+0x3be1 001825 storet 1 ,mem_lpm_current_mult 
+0x3be2 001826 rtn 
+:      001828 lpm_cal_xtal_startup:
+0x3be3 001829 fetch 1 ,mem_lpm_xtalcnt 
+0x3be4 001830 nrtn blank 
+0x3be5 001831 jam clksel_rc ,core_clksel 
+0x3be6 001832 setarg 0xf0c 
+0x3be7 001833 call lpm_write_config 
+0x3be8 001834 setarg 200000 
+0x3be9 001835 call sleep 
+0x3bea 001836 until null ,lpo_edge 
+0x3beb 001837 copy lpo_time ,alarm 
+0x3bec 001838 call xtal_fast_wake 
+0x3bed 001839 jam clksel_xtal ,core_clksel 
+0x3bee 001840 nop 10 
+0x3bef 001841 until null ,lpo_edge 
+0x3bf0 001842 deposit lpo_time 
+0x3bf1 001843 isub alarm ,pdata 
+0x3bf2 001844 increase 0x30 ,pdata 
+0x3bf3 001845 arg 0xff ,temp 
+0x3bf4 001846 call ceiling 
+0x3bf5 001847 store 1 ,mem_lpm_xtalcnt 
+0x3bf6 001848 nop 30000 
+0x3bf7 001849 nop 30000 
+0x3bf8 001850 nop 30000 
+0x3bf9 001851 rtn 
+:      001882 lpm_write_config_reg:
+0x3bfa 001883 arg 0xfff ,contw 
+0x3bfb 001884 iand contw ,contw 
+0x3bfc 001885 fetch 1 ,mem_lpm_config 
+0x3bfd 001886 and_into 0xf0 ,pdata 
+0x3bfe 001887 lshift8 pdata ,pdata 
+0x3bff 001888 ior contw ,pdata 
+0x3c00 001889 store 2 ,core_lpm_reg 
+0x3c01 001890 ifetch 2 ,contr 
+0x3c02 001891 istore 2 ,contw 
+0x3c03 001892 rtn 
+:      001896 lpm_write_config:
+0x3c04 001897 call lpm_write_config_reg 
+:      001899 lpm_write_ctrl:
+0x3c05 001900 bpatch patch04_7 ,mem_patch04 
+0x3c06 001901 setarg lpmreg_sel_ctrl 
+0x3c07 001902 branch lpm_write 
+:      001904 lpm_write_ctrl2:
+0x3c08 001905 setarg lpmreg_sel_ctrl2 
+:      001906 lpm_write:
+0x3c09 001907 until null ,lpo_edge 
+0x3c0a 001908 store 1 ,core_lpm_wr 
+0x3c0b 001909 until null ,lpo_edge 
+0x3c0c 001910 until null ,lpo_edge 
+0x3c0d 001911 rtn 
+:      001913 lpm_write_sel_vdd:
+0x3c0e 001914 bpatch patch05_0 ,mem_patch05 
+0x3c0f 001915 fetch 4 ,core_lpm_ctrl2 
+0x3c10 001916 store 4 ,core_lpm_reg 
+0x3c11 001917 fetch 1 ,core_lpm_ctrl2 
+0x3c12 001918 and_into 0x41 ,pdata 
+0x3c13 001919 fetcht 1 ,mem_lpm_ctrl3_app_vsel 
+0x3c14 001920 ior temp ,pdata 
+0x3c15 001921 store 1 ,core_lpm_reg 
+:      001922 lpm_write_ctrl3:
+0x3c16 001923 setarg lpmreg_sel_ctrl3 
+0x3c17 001924 branch lpm_write 
+:      001927 lpm_write_gpio_wakeup:
+0x3c18 001928 bpatch patch05_1 ,mem_patch05 
+0x3c19 001929 fetch 4 ,mem_gpio_wakeup_low 
+0x3c1a 001930 store 4 ,core_lpm_reg 
+0x3c1b 001931 setarg lpmreg_sel_gpiolow 
+0x3c1c 001932 call lpm_write 
+0x3c1d 001933 fetch 4 ,mem_gpio_wakeup_high 
+0x3c1e 001934 store 4 ,core_lpm_reg 
+0x3c1f 001935 setarg lpmreg_sel_gpiohigh 
+0x3c20 001936 branch lpm_write 
+:      001938 lpm_get_wake_lock:
+0x3c21 001939 fetch 2 ,mem_lpm_wake_lock 
+0x3c22 001940 qset1 pdata 
+0x3c23 001941 store 2 ,mem_lpm_wake_lock 
+0x3c24 001942 rtn 
+:      001944 lpm_put_wake_lock:
+0x3c25 001945 fetch 2 ,mem_lpm_wake_lock 
+0x3c26 001946 qset0 pdata 
+0x3c27 001947 store 2 ,mem_lpm_wake_lock 
+0x3c28 001948 rtn 
+:      001952 lpm_check_wake_lock:
+0x3c29 001953 bpatch patch05_2 ,mem_patch05 
+0x3c2a 001954 call app_check_wake_lock 
+0x3c2b 001955 fetch 2 ,mem_lpm_wake_lock 
+0x3c2c 001956 copy pdata ,rega 
+0x3c2d 001957 fetch 3 ,mem_tx_fifo3 
+0x3c2e 001958 nsetflag blank ,wake_lock_ble_tx ,rega 
+0x3c2f 001959 fetch util_fifo_len ,mem_ipc_fifo_bt2c51 
+0x3c30 001960 nsetflag blank ,wake_lock_ipc_bt2c51 ,rega 
+0x3c31 001961 fetch util_fifo_len ,mem_ipc_fifo_c512bt 
+0x3c32 001962 nsetflag blank ,wake_lock_ipc_c512bt ,rega 
+0x3c33 001963 fetch 1 ,mem_hci_cmd 
+0x3c34 001964 nsetflag blank ,wake_lock_cmd ,rega 
+0x3c35 001965 copy rega ,pdata 
+0x3c36 001966 store 2 ,mem_lpm_wake_lock 
+0x3c37 001967 rtn 
+:      001969 lpm_uart_wake_lock:
+0x3c38 001970 fetch 2 ,core_uart_rxitems 
+0x3c39 001971 nsetflag blank ,wake_lock_uart_rx ,rega 
+0x3c3a 001972 fetch 2 ,core_uart_txitems 
+0x3c3b 001973 nsetflag blank ,wake_lock_uart_tx ,rega 
+0x3c3c 001974 rtn 
+:      001976 lpm_shut_down:
+0x3c3d 001977 fetch 4 ,core_lpm_ctrl 
+0x3c3e 001978 set0 27 ,pdata 
+0x3c3f 001979 store 4 ,core_lpm_reg 
+0x3c40 001980 call lpm_write_ctrl 
+0x3c41 001981 branch assert 
+:      001983 lpm_disable_exen_output:
+0x3c42 001984 fetch 4 ,core_lpm_xtalcnt 
+0x3c43 001985 set0 20 ,pdata 
+0x3c44 001986 store 4 ,core_lpm_reg 
+0x3c45 001987 branch lpm_write_ctrl2 
+:      001994 le_init_conn:
+0x3c46 001995 bpatch patch1a_6 ,mem_patch1a 
+0x3c47 001996 disable wake 
+0x3c48 001997 jam 1 ,mem_le_conn_handle 
+0x3c49 001998 jam 3 ,mem_le_state 
+0x3c4a 001999 jam 1 ,mem_le_arq 
+0x3c4b 002000 setarg -1 
+0x3c4c 002001 store 2 ,mem_le_event_count 
+0x3c4d 002002 force 0 ,pdata 
+0x3c4e 002003 store 1 ,mem_le_ch 
+0x3c4f 002004 store 1 ,mem_le_op 
+0x3c50 002005 store 3 ,mem_sniff_rcv 
+0x3c51 002006 store 3 ,mem_sniff_lost 
+0x3c52 002007 call le_clear_enc 
+0x3c53 002008 jam 1 ,mem_le_txheader 
+0x3c54 002009 jam 0 ,mem_le_txlen 
+0x3c55 002010 jam fun_rx_ll_1m_phy ,mem_le_rx_phy 
+0x3c56 002011 jam fun_tx_ll_1m_phy ,mem_le_tx_phy 
+0x3c57 002012 jam 0 ,mem_le_l2cap_att_states 
+0x3c58 002013 branch le_supervision_flush 
+:      002015 le_init_master:
+0x3c59 002016 bpatch patch1a_7 ,mem_patch1a 
+0x3c5a 002017 enable master 
+0x3c5b 002018 jam lemode_master ,mem_le_mode 
+0x3c5c 002019 jam 1 ,mem_le_att_handle 
+0x3c5d 002020 jam 1 ,mem_le_search_handle_start 
+0x3c5e 002021 setarg 0xffff 
+0x3c5f 002022 store 2 ,mem_le_search_handle_end 
+0x3c60 002023 force 0 ,pdata 
+0x3c61 002024 store 5 ,mem_ccm_pcnt_rx 
+0x3c62 002025 set1 le_ccm_directionbit ,pdata 
+0x3c63 002026 store 5 ,mem_ccm_pcnt_tx 
+0x3c64 002027 branch le_init_conn 
+:      002030 le_init_slave:
+0x3c65 002031 bpatch patch1b_0 ,mem_patch1b 
+0x3c66 002032 disable master 
+0x3c67 002033 setarg 0x17 
+0x3c68 002034 store 2 ,mem_le_remote_mtu 
+0x3c69 002035 increase 4 ,pdata 
+0x3c6a 002036 store 2 ,mem_remote_rx_max_octets 
+0x3c6b 002037 jam lemode_slave ,mem_le_mode 
+0x3c6c 002038 jam 0 ,mem_le_adv_enable 
+0x3c6d 002039 jam 0 ,mem_lpm_current_mult 
+0x3c6e 002040 call le_clear_pairing_state 
+0x3c6f 002041 fetch 2 ,mem_le_superto 
+0x3c70 002042 store 2 ,mem_le_init_superto 
+0x3c71 002043 fetch 2 ,mem_le_tsniff 
+0x3c72 002044 mul32 pdata ,5 ,pdata 
+0x3c73 002045 rshift4 pdata ,pdata 
+0x3c74 002046 store 2 ,mem_le_superto 
+0x3c75 002047 branch le_init_conn 
+:      002054 le_conn_dispatch:
+0x3c76 002055 bpatch patch1b_1 ,mem_patch1b 
+0x3c77 002056 call le_enable 
+0x3c78 002057 fetch 1 ,mem_le_state 
+0x3c79 002058 isolate1 lestate_encryption ,pdata 
+0x3c7a 002059 setflag true ,mark_ble_encryption ,mark 
+0x3c7b 002060 call app_process_ble 
+0x3c7c 002061 fetch 1 ,mem_le_mode 
+0x3c7d 002062 bbit1 mode_master ,le_master_dispatch 
+0x3c7e 002063 branch le_slave_dispatch 
+:      002069 le_master_dispatch:
+0x3c7f 002070 bpatch patch1b_2 ,mem_patch1b 
+0x3c80 002071 enable master 
+0x3c81 002072 call le_supervision_update 
+0x3c82 002073 branch le_master_disconn ,positive 
+0x3c83 002074 call le_setup 
+0x3c84 002075 call le_prepare_tx 
+0x3c85 002076 disable match 
+0x3c86 002077 call le_transmit_receive_sifs 
+0x3c87 002078 nrtn match 
+0x3c88 002079 fetch 1 ,mem_le_conn_rcv 
+0x3c89 002080 increase 1 ,pdata 
+0x3c8a 002081 store 1 ,mem_le_conn_rcv 
+0x3c8b 002082 call le_acknowledge 
+0x3c8c 002083 disable master 
+0x3c8d 002084 rtn 
+:      002086 le_master_disconn:
+0x3c8e 002087 call le_disconnect 
+0x3c8f 002088 disable master 
+0x3c90 002089 rtn 
+:      002094 le_slave_dispatch:
+0x3c91 002095 bpatch patch1b_3 ,mem_patch1b 
+0x3c92 002096 jam 0 ,mem_le_md_count 
+0x3c93 002097 set0 mark_ble_crc_fail ,mark 
+0x3c94 002098 disable attempt 
+0x3c95 002099 call le_supervision_update 
+0x3c96 002100 branch le_slave_disconn ,positive 
+0x3c97 002101 fetch 1 ,mem_le_rx_phy 
+0x3c98 002102 call le_enable_phy_by_pdata 
+0x3c99 002103 call le_setup 
+0x3c9a 002104 call le_receive_slave 
+0x3c9b 002105 nbranch le_slave_unsync ,sync 
+0x3c9c 002106 call le_got_first_packet 
+0x3c9d 002107 branch le_slave_match ,match 
+0x3c9e 002108 bmark1 mark_ble_crc_fail ,le_slave_crc_fail 
+0x3c9f 002109 branch le_slave_cont 
+:      002112 le_slave_crc_fail:
+:      002113 le_slave_match:
+0x3ca0 002114 bpatch patch1b_4 ,mem_patch1b 
+0x3ca1 002115 fetch 1 ,mem_le_md_count 
+0x3ca2 002116 pincrease 1 
+0x3ca3 002117 store 1 ,mem_le_md_count 
+0x3ca4 002118 beq le_md_max_count ,le_slave_cont 
+0x3ca5 002119 call le_acknowledge 
+0x3ca6 002120 call le_prepare_tx 
+0x3ca7 002121 fetch 1 ,mem_le_tx_phy 
+0x3ca8 002122 call le_enable_phy_by_pdata 
+0x3ca9 002123 call le_transmit 
+0x3caa 002124 call le_parse 
+0x3cab 002125 fetch 2 ,mem_cb_ble_transmit 
+0x3cac 002126 call callback_func 
+0x3cad 002127 call le_check_md 
+0x3cae 002128 branch le_slave_more_data ,user 
+:      002129 le_slave_cont:
+0x3caf 002130 bpatch patch1b_5 ,mem_patch1b 
+0x3cb0 002131 call le_pairing_sm 
+0x3cb1 002132 call le_check_paring_time 
+0x3cb2 002133 call check_51cmd 
+0x3cb3 002134 fetch 1 ,mem_le_op 
+0x3cb4 002135 bbit1 op_disconn ,le_slave_disconn 
+:      002136 le_slave_unsync:
+0x3cb5 002137 bpatch patch1b_6 ,mem_patch1b 
+0x3cb6 002138 call end_of_packet 
+0x3cb7 002139 call le_lpm_set_mult 
+0x3cb8 002140 branch calc_clke_offset 
+:      002143 le_check_md:
+0x3cb9 002144 disable user 
+0x3cba 002145 bmark1 mark_ble_rx_md ,enable_user 
+0x3cbb 002146 bmark1 mark_ble_tx_md ,enable_user 
+0x3cbc 002147 bmark1 mark_ble_crc_fail ,enable_user 
+0x3cbd 002148 rtn 
+:      002151 le_slave_more_data:
+0x3cbe 002152 bpatch patch1b_7 ,mem_patch1b 
+0x3cbf 002153 enable attempt 
+0x3cc0 002154 call le_transmit_receive_sifs_notx 
+0x3cc1 002155 branch le_slave_match ,match 
+0x3cc2 002156 bmark1 mark_ble_crc_fail ,le_slave_crc_fail 
+0x3cc3 002157 branch le_slave_cont 
+:      002159 le_slave_disconn:
+:      002162 le_disconnect:
+0x3cc4 002163 bpatch patch1c_0 ,mem_patch1c 
+0x3cc5 002164 call le_clear_connection_info 
+0x3cc6 002165 call app_disconn_reason_collect_ble 
+0x3cc7 002166 call le_clear_pairing_state 
+0x3cc8 002167 jam bt_evt_le_disconnected ,mem_fifo_temp 
+0x3cc9 002168 branch ui_ipc_send_event 
+:      002170 le_clear_connection_info:
+0x3cca 002171 arg mem_used_map ,contw 
+0x3ccb 002172 call memset0_16 
+0x3ccc 002173 jam 0 ,mem_le_conn_handle 
+0x3ccd 002174 jam lemode_idle ,mem_le_mode 
+0x3cce 002175 jam 0 ,mem_le_state 
+:      002176 le_clear_pairing_state:
+0x3ccf 002177 bpatch patch1c_1 ,mem_patch1c 
+0x3cd0 002178 jam flag_le_enc_null ,mem_le_enc_state 
+0x3cd1 002179 jam flag_le_pairing_null ,mem_le_pairing_state 
+0x3cd2 002180 rtn 
+:      002182 le_got_first_packet:
+0x3cd3 002183 bpatch patch1c_2 ,mem_patch1c 
+0x3cd4 002184 fetch 1 ,mem_le_conn_rcv 
+0x3cd5 002185 increase 1 ,pdata 
+0x3cd6 002186 store 1 ,mem_le_conn_rcv 
+0x3cd7 002187 fetch 1 ,mem_le_state 
+0x3cd8 002188 rtnbit1 lestate_got_first_packet 
+0x3cd9 002189 set1 lestate_got_first_packet ,pdata 
+0x3cda 002190 store 1 ,mem_le_state 
+0x3cdb 002191 fetch 2 ,mem_le_init_superto 
+0x3cdc 002192 store 2 ,mem_le_superto 
+0x3cdd 002193 setarg 0 
+0x3cde 002194 store 4 ,mem_le_transmit_window 
+0x3cdf 002195 rtn 
+:      002203 le_enable_phy_by_pdata:
+0x3ce0 002204 copy pdata ,temp 
+0x3ce1 002205 bpatch patch1c_3 ,mem_patch1c 
+0x3ce2 002206 copy temp ,pdata 
+0x3ce3 002207 bbit1 bit_le_1m_phy ,le_enable 
+0x3ce4 002208 bbit1 bit_le_2m_phy ,le_enable_2m 
+0x3ce5 002209 bbit0 bit_le_coded_phy ,le_enable 
+0x3ce6 002210 bbit1 bit_le_coded_phy_s8 ,le_enable_coded_s8 
+0x3ce7 002211 bbit1 bit_le_coded_phy_s2 ,le_enable_coded_s2 
+0x3ce8 002212 branch le_enable 
+:      002214 le_enable_2m:
+0x3ce9 002215 call le_enable 
+0x3cea 002216 set1 mark_ble_2m ,mark 
+0x3ceb 002217 set0 mark_ble_lr ,mark 
+0x3cec 002218 jam 0x03 ,0x8901 
+0x3ced 002219 jam 0x84 ,0x8920 
+0x3cee 002220 rtn 
+:      002222 le_enable_coded_s2:
+:      002223 le_enable_coded:
+0x3cef 002224 call le_enable 
+0x3cf0 002225 set1 mark_ble_lr ,mark 
+0x3cf1 002226 set0 mark_ble_lr_s8 ,mark 
+0x3cf2 002227 jam 0x05 ,0x8901 
+0x3cf3 002228 jam 0x80 ,0x8920 
+0x3cf4 002229 jam 0x20 ,0x8930 
+0x3cf5 002230 rtn 
+:      002232 le_enable_coded_s8:
+0x3cf6 002233 call le_enable_coded 
+0x3cf7 002234 set1 mark_ble_lr_s8 ,mark 
+0x3cf8 002235 rtn 
+:      002237 le_enable:
+0x3cf9 002238 bpatch patch1c_4 ,mem_patch1c 
+0x3cfa 002239 set0 mark_ble_2m ,mark 
+0x3cfb 002240 set0 mark_ble_lr ,mark 
+0x3cfc 002241 jam 0x01 ,0x8901 
+0x3cfd 002242 jam 0x80 ,0x8920 
+0x3cfe 002243 jam 0x03 ,0x8930 
+0x3cff 002244 rtn 
+:      002247 le_disable:
+0x3d00 002248 bpatch patch1c_5 ,mem_patch1c 
+0x3d01 002249 set0 mark_ble_encryption ,mark 
+0x3d02 002250 jam 0x01 ,0x8901 
+0x3d03 002251 jam 0x80 ,0x8920 
+0x3d04 002252 jam 0x03 ,0x8930 
+0x3d05 002253 rtn 
+:      002255 le_prep:
+0x3d06 002256 bpatch patch1c_6 ,mem_patch1c 
+0x3d07 002257 disable enable_crc 
+0x3d08 002258 disable enable_white 
+0x3d09 002259 fetch 3 ,mem_le_crcinit 
+0x3d0a 002260 iforce crc24_init 
+0x3d0b 002261 fetch 1 ,mem_le_ch_mapped 
+:      002262 le_prep_next:
+0x3d0c 002263 reverse pdata ,temp 
+0x3d0d 002264 set1 1 ,temp 
+0x3d0e 002265 rshift temp ,white_init 
+0x3d0f 002266 rtn 
+:      002269 le_rx_setfreq:
+0x3d10 002270 call le_setfreq 
+:      002271 le_rf_rx_enable:
+0x3d11 002272 call set_freq_rx 
+0x3d12 002273 fetch 2 ,mem_param_pll_setup 
+0x3d13 002274 call sleep 
+0x3d14 002275 branch rf_rx_enable 
+:      002277 le_tx_setfreq:
+0x3d15 002278 branch txon ,match 
+0x3d16 002279 bmark1 mark_ble_crc_fail ,txon 
+:      002280 le_tx_setfreq0:
+0x3d17 002281 call le_setfreq 
+0x3d18 002282 branch set_freq_tx 
+:      002284 le_setfreq:
+0x3d19 002285 bpatch patch1c_7 ,mem_patch1c 
+0x3d1a 002286 call set_sync_on 
+0x3d1b 002287 fetch 1 ,mem_le_testtype 
+0x3d1c 002288 nbranch le_ctf_test ,blank 
+0x3d1d 002289 fetch 1 ,mem_le_ch_mapped 
+0x3d1e 002290 sub pdata ,36 ,null 
+0x3d1f 002291 branch le_ctf_normal ,positive 
+0x3d20 002292 force 0 ,temp 
+0x3d21 002293 rtneq 37 
+0x3d22 002294 force 24 ,temp 
+0x3d23 002295 rtneq 38 
+0x3d24 002296 force 78 ,temp 
+0x3d25 002297 rtn 
+:      002299 le_ctf_normal:
+0x3d26 002300 sub pdata ,10 ,null 
+0x3d27 002301 branch le_ctf_low ,positive 
+0x3d28 002302 increase 1 ,pdata 
+:      002304 le_ctf_low:
+0x3d29 002305 lshift pdata ,pdata 
+0x3d2a 002306 add pdata ,2 ,temp 
+0x3d2b 002307 rtn 
+:      002309 le_ctf_test:
+0x3d2c 002310 fetch 1 ,mem_le_ch_mapped 
+0x3d2d 002311 lshift pdata ,temp 
+0x3d2e 002312 rtn 
+:      002314 le_sca_map:
+0x3d2f 002315 arg 500 ,temp 
+0x3d30 002316 rtn blank 
+0x3d31 002317 arg 250 ,temp 
+0x3d32 002318 rtneq 1 
+0x3d33 002319 arg 150 ,temp 
+0x3d34 002320 rtneq 2 
+0x3d35 002321 arg 100 ,temp 
+0x3d36 002322 rtneq 3 
+0x3d37 002323 arg 75 ,temp 
+0x3d38 002324 rtneq 4 
+0x3d39 002325 arg 50 ,temp 
+0x3d3a 002326 rtneq 5 
+0x3d3b 002327 arg 40 ,temp 
+0x3d3c 002328 rtneq 6 
+0x3d3d 002329 arg 20 ,temp 
+0x3d3e 002330 rtn 
+:      002334 le_setup:
+0x3d3f 002335 bpatch patch1d_0 ,mem_patch1d 
+0x3d40 002336 enable swfine 
+0x3d41 002337 fetch 4 ,mem_le_access 
+0x3d42 002338 iforce access 
+0x3d43 002339 call le_map_channel 
+0x3d44 002340 setarg 0x200 
+0x3d45 002341 branch le_setup_master ,master 
+0x3d46 002342 fetch 2 ,mem_le_receive_window 
+0x3d47 002343 rshift pdata ,pdata 
+:      002344 le_setup_master:
+0x3d48 002345 fetcht 2 ,mem_param_pll_setup 
+0x3d49 002346 iadd temp ,pdata 
+0x3d4a 002347 call ahead_window 
+0x3d4b 002348 deposit clke 
+0x3d4c 002349 rtn 
+:      002352 le_context_nextevent:
+0x3d4d 002353 bpatch patch1d_1 ,mem_patch1d 
+0x3d4e 002354 call push_stack_rega_b_c 
+0x3d4f 002355 storer loopcnt ,2 ,mem_loopcnt 
+0x3d50 002356 add rega ,coffset_mode ,contr 
+0x3d51 002357 ifetch 1 ,contr 
+0x3d52 002358 rtnbit0 mode_le 
+0x3d53 002359 add rega ,coffset_le_event_cnt ,contw 
+0x3d54 002360 ifetch 2 ,contw 
+0x3d55 002361 increase 1 ,pdata 
+0x3d56 002362 istore 2 ,contw 
+0x3d57 002363 call le_update_param 
+0x3d58 002364 call le_update_channel_map 
+0x3d59 002365 call le_update_phy 
+0x3d5a 002366 call le_context_nexthop 
+0x3d5b 002367 call pop_stack_rega_b_c 
+0x3d5c 002368 fetchr loopcnt ,2 ,mem_loopcnt 
+0x3d5d 002369 rtn 
+:      002371 le_context_nexthop:
+0x3d5e 002372 add rega ,coffset_le_hop ,contr 
+0x3d5f 002373 ifetch 1 ,contr 
+0x3d60 002374 add rega ,coffset_le_ch ,contw 
+0x3d61 002375 ifetcht 1 ,contw 
+0x3d62 002376 iadd temp ,pdata 
+0x3d63 002377 sub pdata ,36 ,null 
+0x3d64 002378 branch le_nexthop_nowrap ,positive 
+0x3d65 002379 increase -37 ,pdata 
+:      002380 le_nexthop_nowrap:
+0x3d66 002381 istore 1 ,contw 
+0x3d67 002382 rtn 
+:      002385 le_calc_channel_map:
+0x3d68 002386 add rega ,coffset_le_channel_map ,contr 
+0x3d69 002387 ifetch 5 ,contr 
+0x3d6a 002388 force 0 ,temp 
+0x3d6b 002389 force 37 ,loopcnt 
+:      002390 le_count_channels_loop:
+0x3d6c 002391 bbit0 0 ,le_count_channels_notused 
+0x3d6d 002392 increase 1 ,temp 
+:      002393 le_count_channels_notused:
+0x3d6e 002394 rshift pdata ,pdata 
+0x3d6f 002395 loop le_count_channels_loop 
+0x3d70 002396 add temp ,-1 ,pdata 
+0x3d71 002397 add rega ,coffset_le_channels ,contw 
+0x3d72 002398 istore 1 ,contw 
+0x3d73 002399 rtn 
+:      002401 le_map_channel:
+0x3d74 002402 bpatch patch1d_2 ,mem_patch1d 
+0x3d75 002403 fetch 1 ,mem_le_ch 
+0x3d76 002404 iforce queue 
+0x3d77 002405 fetcht 5 ,mem_le_channel_map 
+0x3d78 002406 qisolate1 temp 
+0x3d79 002407 branch le_map_channel_end ,true 
+:      002408 le_map_channel_next:
+0x3d7a 002409 fetch 1 ,mem_le_channels 
+0x3d7b 002410 isub queue ,pdata 
+0x3d7c 002411 branch le_map_channel_cont ,positive 
+0x3d7d 002412 sub pdata ,-1 ,queue 
+0x3d7e 002413 branch le_map_channel_next 
+:      002414 le_map_channel_cont:
+0x3d7f 002415 copy queue ,loopcnt 
+0x3d80 002416 force 0 ,queue 
+:      002417 le_map_channel_loop:
+0x3d81 002418 qisolate1 temp 
+0x3d82 002419 branch le_map_channel_skip ,true 
+0x3d83 002420 increase 1 ,loopcnt 
+:      002421 le_map_channel_skip:
+0x3d84 002422 deposit loopcnt 
+0x3d85 002423 branch le_map_channel_end ,blank 
+0x3d86 002424 increase 1 ,queue 
+0x3d87 002425 increase -1 ,loopcnt 
+0x3d88 002426 branch le_map_channel_loop 
+:      002427 le_map_channel_end:
+0x3d89 002428 deposit queue 
+0x3d8a 002429 store 1 ,mem_le_ch_mapped 
+0x3d8b 002430 rtn 
+:      002433 le_wait_tx:
+0x3d8c 002434 branch le_wait_master ,master 
+0x3d8d 002435 until null ,timeout 
+0x3d8e 002436 rtn 
+:      002438 le_wait_master:
+0x3d8f 002439 arg 0xea0 ,timeup 
+0x3d90 002440 until clkn_rt ,meet 
+0x3d91 002441 rtn 
+:      002443 le_receive_adv:
+0x3d92 002444 disable swfine 
+0x3d93 002445 fetch 2 ,mem_le_scan_window 
+0x3d94 002446 copy pdata ,timeup 
+0x3d95 002447 branch le_receive_packet 
+:      002450 le_receive_slave:
+0x3d96 002451 bpatch patch1d_3 ,mem_patch1d 
+0x3d97 002452 call le_dec_init 
+0x3d98 002453 enable swfine 
+0x3d99 002454 fetch 2 ,mem_le_receive_window 
+0x3d9a 002455 fetcht 4 ,mem_le_transmit_window 
+0x3d9b 002456 iadd temp ,timeup 
+:      002457 le_receive_packet:
+0x3d9c 002458 call le_rx_setfreq 
+:      002459 le_receive_rxon:
+0x3d9d 002460 bpatch patch1d_4 ,mem_patch1d 
+0x3d9e 002461 call le_prep 
+0x3d9f 002462 bmark0 mark_ble_lr ,le_receive_nolr 
+0x3da0 002463 pulse dewhiten_code_calc 
+0x3da1 002464 nop 30 
+0x3da2 002465 call le_prep 
+0x3da3 002466 lshift3 timeup ,timeup 
+:      002467 le_receive_nolr:
+0x3da4 002468 disable match 
+0x3da5 002469 enable decode_fec0 
+0x3da6 002470 enable is_rx 
+0x3da7 002471 disable is_tx 
+0x3da8 002472 copy timeup ,stop_watch 
+0x3da9 002473 correlate null ,timeout 
+0x3daa 002474 branch le_receive_on_attempt ,attempt 
+0x3dab 002475 copy clke ,temp 
+0x3dac 002476 storet 6 ,mem_sync_clke 
+:      002477 le_receive_on_attempt:
+0x3dad 002478 nbranch le_unsync_end ,sync 
+0x3dae 002479 enable swfine 
+0x3daf 002480 fetch 1 ,mem_le_tx_ifs_defference 
+0x3db0 002481 arg param_20ms_init ,temp 
+0x3db1 002482 iadd temp ,temp 
+0x3db2 002483 fetch 1 ,mem_system_clk 
+0x3db3 002484 imul32 temp ,stop_watch 
+0x3db4 002485 call rf_debug_rx_sync_line 
+0x3db5 002486 branch le_receive_skip ,attempt 
+0x3db6 002487 call calc_clke_all_modem 
+0x3db7 002488 fetch 1 ,mem_le_state 
+0x3db8 002489 bbit0 lestate_got_first_packet ,le_receive_skip 
+0x3db9 002490 fetcht 6 ,mem_sync_clke 
+0x3dba 002491 call lpm_adjust_clk ,wake 
+:      002492 le_receive_skip:
+0x3dbb 002493 call save_rssi 
+0x3dbc 002494 enable enable_white 
+0x3dbd 002495 enable enable_crc 
+0x3dbe 002496 parse demod ,bucket ,8 
+0x3dbf 002497 rshift3 pwindow ,pdata 
+0x3dc0 002498 store 1 ,mem_le_rxbuf_data_header 
+0x3dc1 002499 parse demod ,bucket ,8 
+0x3dc2 002500 rshift3 pwindow ,pdata 
+0x3dc3 002501 store 1 ,mem_le_rxbuf_data_length 
+0x3dc4 002502 copy pdata ,loopcnt 
+0x3dc5 002503 branch le_rx_nopayload ,zero 
+0x3dc6 002505 bmark1 mark_ble_encryption ,le_rx_dec 
+:      002507 le_rx_loop:
+0x3dc7 002508 parse demod ,bucket ,8 
+0x3dc8 002509 rshift3 pwindow ,pdata 
+0x3dc9 002510 istore 1 ,contw 
+0x3dca 002511 loop le_rx_loop 
+0x3dcb 002512 branch le_rx_nopayload 
+:      002514 le_rx_dec:
+0x3dcc 002515 copy contw ,regb 
+0x3dcd 002516 bpatch patch1d_5 ,mem_patch1d 
+0x3dce 002517 call le_check_retransmit 
+0x3dcf 002519 fetchr rega ,1 ,mem_le_rxbuf_data_length 
+0x3dd0 002520 increase -4 ,rega 
+0x3dd1 002521 nbranch le_mic_error ,positive 
+0x3dd2 002523 call le_dec_start 
+0x3dd3 002524 copy regb ,contw 
+0x3dd4 002525 arg 0 ,temp 
+0x3dd5 002526 fetchr loopcnt ,1 ,mem_le_rxbuf_data_length 
+0x3dd6 002527 increase -4 ,loopcnt 
+0x3dd7 002528 branch le_rx_dec_loop_end ,zero 
+:      002529 le_rx_dec_loop:
+0x3dd8 002531 parse demod ,bucket ,8 
+0x3dd9 002532 rshift3 pwindow ,pdata 
+0x3dda 002533 istore 1 ,contw 
+0x3ddb 002534 increase 1 ,temp 
+0x3ddc 002535 and temp ,0xf ,null 
+0x3ddd 002536 call le_dec ,zero 
+0x3dde 002537 loop le_rx_dec_loop 
+:      002538 le_rx_dec_loop_end:
+0x3ddf 002539 call le_dec_end 
+0x3de0 002540 copy regb ,contw 
+:      002543 le_rx_nopayload:
+0x3de1 002544 bpatch patch1d_6 ,mem_patch1d 
+0x3de2 002545 parse demod ,bucket ,24 
+0x3de3 002546 rshift32 pdata ,pdata 
+0x3de4 002547 rshift16 pdata ,pdata 
+0x3de5 002548 istore 3 ,contw 
+0x3de6 002549 enable swfine 
+0x3de7 002550 call le_set_until_tx_timer 
+0x3de8 002551 branch le_crc_fail ,crc_failed 
+0x3de9 002552 bmark0 mark_ble_encryption ,le_rx_match 
+0x3dea 002553 fetch 1 ,mem_le_rxbuf_data_length 
+0x3deb 002554 branch le_rx_match ,blank 
+0x3dec 002555 increase -4 ,pdata 
+0x3ded 002556 store 1 ,mem_le_rxbuf_data_length 
+0x3dee 002557 call wait_ccm_done 
+0x3def 002558 fetch 1 ,core_misc_status 
+0x3df0 002559 bbit0 7 ,le_mic_error 
+0x3df1 002560 force regidx_result ,regext_index 
+0x3df2 002561 storer regext ,4 ,mem_le_peer_mic 
+:      002562 le_rx_match:
+0x3df3 002563 call rf_debug_rx_crc_line 
+0x3df4 002564 enable match 
+0x3df5 002565 set0 mark_ble_crc_fail ,mark 
+:      002566 le_crc_fail_tx:
+0x3df6 002567 bpatch patch1d_7 ,mem_patch1d 
+0x3df7 002568 call ccm_ctrl_clr 
+0x3df8 002569 fetch 1 ,mem_le_rx_phy 
+0x3df9 002570 nsetflag ble_coded_info ,bit_le_coded_phy_s8 ,pdata 
+0x3dfa 002571 store 1 ,mem_le_rx_phy 
+0x3dfb 002572 call le_match_set_sync_on 
+:      002574 le_match_set_txfreq:
+0x3dfc 002575 bpatch patch1e_0 ,mem_patch1e 
+0x3dfd 002576 fetcht 1 ,mem_last_freq 
+0x3dfe 002577 add temp ,2 ,rega 
+0x3dff 002580 branch rf_tx_write_freq 
+:      002582 le_match_set_sync_on:
+0x3e00 002583 disable decode_fec0 
+0x3e01 002584 branch set_sync_on 
+:      002586 le_dec_init:
+0x3e02 002587 rtnmark0 mark_ble_encryption 
+0x3e03 002588 call load_sk 
+0x3e04 002589 force regidx_result ,regext_index 
+0x3e05 002590 call aes_clear 
+0x3e06 002591 branch aes_clear_data 
+:      002594 le_dec_start:
+0x3e07 002595 bpatch patch1e_1 ,mem_patch1e 
+0x3e08 002596 jam 0 ,core_ccm_aad0 
+0x3e09 002597 jam 1 ,core_ccm_aad1 
+0x3e0a 002598 fetch 1 ,mem_le_rxbuf_data_header 
+0x3e0b 002599 and_into 0x3 ,pdata 
+0x3e0c 002600 store 1 ,core_ccm_aad2 
+0x3e0d 002602 setarg mem_le_rxbuf_data_payload 
+0x3e0e 002603 store 2 ,core_ccm_input_playload_addr 
+0x3e0f 002604 store 2 ,core_ccm_output_playload_addr 
+0x3e10 002606 fetchr rega ,1 ,mem_le_rxbuf_data_length 
+0x3e11 002607 increase -4 ,rega 
+0x3e12 002609 fetcht 5 ,mem_ccm_pcnt_rx 
+0x3e13 002610 isolate1 mark_old_packet ,mark 
+0x3e14 002611 call le_pcnt_rx_sub1 ,true 
+0x3e15 002612 call ccm_b0 
+0x3e16 002613 setarg 0 
+0x3e17 002614 store 2 ,core_ccm_inptr 
+0x3e18 002615 jam 6 ,core_ccm_ctrl 
+0x3e19 002616 jam 7 ,core_ccm_ctrl 
+0x3e1a 002617 rtn 
+:      002619 le_pcnt_rx_sub1:
+0x3e1b 002620 sub temp ,0 ,null 
+0x3e1c 002621 branch le_pcnt_rx_sub1_0 ,zero 
+0x3e1d 002622 increase -1 ,temp 
+0x3e1e 002623 set1 le_ccm_directionbit ,temp 
+0x3e1f 002624 rtn 
+:      002626 le_pcnt_rx_sub1_0:
+0x3e20 002627 setarg 0xffffff 
+0x3e21 002628 lshift16 pdata ,pdata 
+0x3e22 002629 arg 0xffff ,temp 
+0x3e23 002630 ior temp ,temp 
+0x3e24 002631 rtn 
+:      002633 le_dec:
+0x3e25 002634 copy contw ,regb 
+0x3e26 002635 fetch 1 ,mem_le_rxbuf_data_length 
+0x3e27 002636 increase -4 ,pdata 
+0x3e28 002637 isub temp ,null 
+0x3e29 002638 rtn zero 
+0x3e2a 002639 storet 2 ,core_ccm_inptr 
+0x3e2b 002640 copy regb ,contw 
+0x3e2c 002641 rtn 
+:      002643 le_dec_end:
+0x3e2d 002644 parse demod ,bucket ,32 
+0x3e2e 002645 rshift32 pdata ,pdata 
+0x3e2f 002646 rshift8 pdata ,pdata 
+0x3e30 002647 istore 4 ,contw 
+0x3e31 002648 copy contw ,regb 
+0x3e32 002650 force regidx_data ,regext_index 
+0x3e33 002651 copy pdata ,regext 
+0x3e34 002652 storet 2 ,core_ccm_inptr 
+0x3e35 002653 rtn 
+:      002655 le_mic_error:
+0x3e36 002656 branch le_end_of_packet 
+:      002658 le_retransmit_end_of_packet:
+0x3e37 002659 call le_set_until_tx_timer 
+0x3e38 002660 call end_of_packet 
+0x3e39 002661 branch le_rx_match 
+:      002663 le_crc_fail:
+0x3e3a 002664 call rf_debug_rx_crc_fail_line 
+0x3e3b 002665 bmark1 mark_ble_crc_fail ,le_crc_fail_consecutive 
+0x3e3c 002666 set1 mark_ble_crc_fail ,mark 
+0x3e3d 002667 branch le_crc_fail_tx 
+:      002669 le_unsync_end:
+:      002670 le_crc_fail_consecutive:
+0x3e3e 002671 set0 mark_ble_crc_fail ,mark 
+0x3e3f 002672 branch le_end_of_packet 
+:      002674 le_end_of_packet:
+0x3e40 002675 bpatch patch1e_2 ,mem_patch1e 
+0x3e41 002676 call ccm_ctrl_clr 
+0x3e42 002677 branch end_of_packet 
+:      002679 calc_clke_all_modem:
+0x3e43 002680 bmark1 mark_ble_lr ,calc_clke_modem_coded 
+0x3e44 002681 bmark1 mark_ble_2m ,calc_clke_modem_2m 
+0x3e45 002682 fetch 2 ,mem_param_clke_cal_le_1m 
+0x3e46 002683 copy pdata ,clke_rt 
+0x3e47 002684 copy bt_clk ,clke_bt 
+0x3e48 002685 rtn 
+:      002688 calc_clke_modem_coded:
+0x3e49 002689 fetch 2 ,mem_param_clke_cal_le_coded 
+0x3e4a 002690 copy pdata ,clke_rt 
+0x3e4b 002691 add bt_clk ,1 ,clke_bt 
+0x3e4c 002692 rtn 
+:      002694 calc_clke_modem_2m:
+0x3e4d 002695 fetch 2 ,mem_param_clke_cal_le_2m 
+0x3e4e 002696 copy pdata ,clke_rt 
+0x3e4f 002697 copy bt_clk ,clke_bt 
+0x3e50 002698 rtn 
+:      002701 le_set_until_tx_timer:
+0x3e51 002702 fetch 1 ,mem_le_rxbuf_data_length 
+0x3e52 002703 add pdata ,5 ,temp 
+0x3e53 002704 lshift3 temp ,temp 
+0x3e54 002705 fetch 1 ,mem_le_rx_phy 
+0x3e55 002706 bmark1 mark_ble_lr ,le_set_until_tx_timer_rx_lr 
+0x3e56 002707 bbit1 bit_le_1m_phy ,le_set_until_tx_timer_rx_1m 
+0x3e57 002708 bbit1 bit_le_2m_phy ,le_set_until_tx_timer_rx_2m 
+:      002709 le_set_until_tx_timer_rx_lr:
+0x3e58 002710 branch le_set_until_tx_timer_rx_coded_s2 ,ble_coded_info 
+0x3e59 002711 branch le_set_until_tx_timer_rx_coded_s8 
+:      002713 le_set_until_tx_timer_rx_1m:
+0x3e5a 002714 branch le_calc_stop_watch 
+:      002716 le_set_until_tx_timer_rx_2m:
+0x3e5b 002717 rshift temp ,temp 
+0x3e5c 002718 branch le_calc_stop_watch 
+:      002720 le_set_until_tx_timer_rx_coded_s2:
+0x3e5d 002721 add temp ,3 ,temp 
+0x3e5e 002722 lshift temp ,temp 
+0x3e5f 002723 branch le_set_until_tx_timer_rx_coded 
+:      002725 le_set_until_tx_timer_rx_coded_s8:
+0x3e60 002726 add temp ,3 ,temp 
+0x3e61 002727 lshift3 temp ,temp 
+:      002728 le_set_until_tx_timer_rx_coded:
+0x3e62 002729 setarg param_coded_c1_term1_time_40us 
+0x3e63 002730 iadd temp ,temp 
+0x3e64 002731 branch le_calc_stop_watch 
+:      002733 le_calc_stop_watch:
+0x3e65 002734 fetch 1 ,mem_system_clk 
+0x3e66 002735 imul32 temp ,temp 
+0x3e67 002736 arg param_20ms_init ,rega 
+0x3e68 002737 imul32 rega ,pdata 
+0x3e69 002738 isub temp ,temp 
+0x3e6a 002739 copy stop_watch ,pdata 
+0x3e6b 002740 isub temp ,stop_watch 
+0x3e6c 002741 rtn 
+:      002743 le_transmit_receive_sifs_without_change_mode:
+0x3e6d 002744 call le_transmit 
+0x3e6e 002745 fetcht 1 ,mem_last_freq 
+0x3e6f 002746 call set_freq_rx 
+0x3e70 002747 call rf_rx_enable 
+0x3e71 002748 enable swfine 
+0x3e72 002749 arg 5500 ,timeup 
+0x3e73 002750 branch le_receive_rxon 
+:      002753 le_transmit_receive_sifs:
+0x3e74 002754 bpatch patch1e_3 ,mem_patch1e 
+0x3e75 002755 fetch 1 ,mem_le_tx_phy 
+0x3e76 002756 call le_enable_phy_by_pdata 
+0x3e77 002757 call le_transmit 
+:      002758 le_transmit_receive_sifs_notx:
+0x3e78 002759 fetch 1 ,mem_le_rx_phy 
+0x3e79 002760 call le_enable_phy_by_pdata 
+0x3e7a 002762 fetcht 1 ,mem_last_freq 
+0x3e7b 002763 call set_freq_rx 
+0x3e7c 002764 call rf_rx_enable 
+0x3e7d 002765 enable swfine 
+0x3e7e 002766 arg 5500 ,timeup 
+0x3e7f 002767 bmark0 mark_ble_lr ,le_receive_rxon 
+0x3e80 002768 arg 8500 ,timeup 
+0x3e81 002769 branch le_receive_rxon 
+:      002771 le_transmit_norx:
+0x3e82 002772 bpatch patch1e_4 ,mem_patch1e 
+0x3e83 002773 call le_transmit 
+0x3e84 002774 branch end_of_packet 
+:      002776 le_transmit:
+0x3e85 002777 bpatch patch1e_5 ,mem_patch1e 
+0x3e86 002778 call le_prep 
+0x3e87 002779 call le_tx_setfreq 
+0x3e88 002780 call rf_debug_tx_on_line 
+0x3e89 002781 set1 txgfsk ,radio_ctrl 
+0x3e8a 002782 enable encode_fec0 
+0x3e8b 002783 enable is_tx 
+0x3e8c 002784 disable is_rx 
+0x3e8d 002785 call le_wait_tx 
+0x3e8e 002786 disable lr_s2en 
+0x3e8f 002787 bmark1 mark_ble_lr ,le_transmit_lr 
+0x3e90 002788 bmark1 mark_ble_2m ,le_transmit_2m 
+0x3e91 002789 rshift16 access ,pdata 
+0x3e92 002790 rshift8 pdata ,pdata 
+0x3e93 002791 rshift4 pdata ,pdata 
+0x3e94 002792 inject mod ,40 
+:      002793 le_transmit_packet:
+0x3e95 002794 enable enable_white 
+0x3e96 002795 enable enable_crc 
+0x3e97 002796 bpatch patch1e_6 ,mem_patch1e 
+0x3e98 002797 fetch 1 ,mem_le_txheader 
+0x3e99 002798 inject mod ,8 
+0x3e9a 002799 ifetch 1 ,contr 
+0x3e9b 002800 copy pdata ,loopcnt 
+0x3e9c 002801 inject mod ,8 
+0x3e9d 002802 sub loopcnt ,0 ,null 
+0x3e9e 002803 branch le_tr_nopayload ,zero 
+0x3e9f 002805 fetch 1 ,core_ccm_ctrl 
+0x3ea0 002806 branch le_transmit_packet_not_enc ,blank 
+0x3ea1 002807 bmark1 mark_ble_encryption ,le_transmit_packet_enc 
+:      002808 le_transmit_packet_not_enc:
+0x3ea2 002809 arg mem_le_txpayload ,contr 
+:      002810 le_tr_loop:
+0x3ea3 002811 ifetch 1 ,contr 
+0x3ea4 002812 inject mod ,8 
+0x3ea5 002813 loop le_tr_loop 
+:      002815 le_tr_nopayload:
+0x3ea6 002816 enable enable_parity 
+0x3ea7 002817 inject mod ,24 
+0x3ea8 002818 disable enable_parity 
+0x3ea9 002819 bmark0 mark_ble_lr ,le_transmit_skip 
+0x3eaa 002820 disable enable_white 
+0x3eab 002821 setarg 0 
+0x3eac 002822 inject mod ,3 
+:      002823 le_transmit_skip:
+0x3ead 002824 until null ,tx_clear 
+0x3eae 002825 nop 100 
+0x3eaf 002826 bpatch patch1e_7 ,mem_patch1e 
+0x3eb0 002827 disable encode_fec0 
+0x3eb1 002828 disable encode_fec3 
+0x3eb2 002829 call set_sync_on 
+0x3eb3 002830 call rf_debug_tx_off_line 
+:      002831 le_check_start_pause_enc:
+0x3eb4 002832 fetch 1 ,mem_le_txheader 
+0x3eb5 002833 and pdata ,llid_le_ll ,pdata 
+0x3eb6 002834 rtnne llid_le_ll 
+0x3eb7 002835 fetch 1 ,mem_le_enc_state 
+0x3eb8 002836 beq flag_le_enc_pause ,le_clear_enc 
+0x3eb9 002837 rtnne flag_le_send_start_enc_req 
+0x3eba 002838 fetch 1 ,mem_le_txpayload 
+0x3ebb 002839 beq ll_start_enc_req ,le_set_enc 
+0x3ebc 002840 rtn 
+:      002843 le_transmit_packet_enc:
+0x3ebd 002844 increase -4 ,loopcnt 
+0x3ebe 002845 copy loopcnt ,temp 
+0x3ebf 002846 call ccm_wait_enc 
+0x3ec0 002847 arg mem_le_txpayload ,contr 
+:      002848 le_transmit_packet_enc_loop:
+0x3ec1 002849 ifetch 1 ,contr 
+0x3ec2 002850 inject mod ,8 
+0x3ec3 002851 loop le_transmit_packet_enc_loop 
+0x3ec4 002852 call ccm_check_enc_done 
+0x3ec5 002853 copy regext ,pdata 
+0x3ec6 002854 inject mod ,32 
+0x3ec7 002855 branch le_tr_nopayload 
+:      002857 le_transmit_lr:
+0x3ec8 002858 arg 10 ,loopcnt 
+:      002859 le_transmit_lr_preamble_loop:
+0x3ec9 002860 setarg 0x3c 
+0x3eca 002861 inject mod ,8 
+0x3ecb 002862 loop le_transmit_lr_preamble_loop 
+0x3ecc 002863 disable encode_fec0 
+0x3ecd 002864 enable encode_fec3 
+0x3ece 002865 rshift16 access ,pdata 
+0x3ecf 002866 rshift16 pdata ,pdata 
+0x3ed0 002867 rshift4 pdata ,pdata 
+0x3ed1 002868 inject mod ,32 
+0x3ed2 002869 bmark1 mark_ble_lr_s8 ,le_transmit_lr_s8 
+:      002870 le_transmit_lr_s2:
+0x3ed3 002871 setarg 1 
+0x3ed4 002872 inject mod ,5 
+0x3ed5 002873 enable lr_s2en 
+0x3ed6 002874 branch le_transmit_packet 
+:      002876 le_transmit_lr_s8:
+0x3ed7 002877 setarg 0 
+0x3ed8 002878 inject mod ,5 
+0x3ed9 002879 branch le_transmit_packet 
+:      002881 le_transmit_2m:
+0x3eda 002882 fetch 1 ,mem_system_clk 
+0x3edb 002883 fetcht 1 ,mem_le_tx2m_delay 
+0x3edc 002884 iadd temp ,pdata 
+0x3edd 002885 call sleep 
+0x3ede 002886 rshift16 access ,pdata 
+0x3edf 002887 rshift8 pdata ,pdata 
+0x3ee0 002888 rshift4 pdata ,temp 
+0x3ee1 002889 copy temp ,pdata 
+0x3ee2 002890 inject mod ,8 
+0x3ee3 002891 copy temp ,pdata 
+0x3ee4 002892 inject mod ,40 
+0x3ee5 002893 branch le_transmit_packet 
+:      002896 le_update_param:
+0x3ee6 002897 arg le_update_param_ahead1_cb ,regc 
+0x3ee7 002898 arg le_update_param_cb ,regb 
+0x3ee8 002899 arg lestate_update_param ,queue 
+0x3ee9 002900 branch le_check_update_flag 
+:      002902 le_update_param_ahead1_cb:
+0x3eea 002903 add rega ,coffset_sniff_anchor ,contr 
+0x3eeb 002904 ifetcht 4 ,contr 
+0x3eec 002905 add rega ,coffest_le_new_transmitwindowsize ,contr 
+0x3eed 002906 ifetch 1 ,contr 
+0x3eee 002907 add rega ,coffset_le_window_size ,contw 
+0x3eef 002908 istore 1 ,contw 
+0x3ef0 002909 ifetch 2 ,contr 
+0x3ef1 002910 lshift2 pdata ,pdata 
+0x3ef2 002911 iadd temp ,timeup 
+0x3ef3 002912 add rega ,coffset_sniff_anchor ,contw 
+0x3ef4 002913 deposit timeup 
+0x3ef5 002914 istore 4 ,contw 
+0x3ef6 002915 ifetch 2 ,contr 
+0x3ef7 002916 lshift2 pdata ,pdata 
+0x3ef8 002917 add rega ,coffset_tsniff ,contw 
+0x3ef9 002918 istore 2 ,contw 
+0x3efa 002919 ifetch 2 ,contr 
+0x3efb 002920 add rega ,coffset_le_slave_latency ,contw 
+0x3efc 002921 istore 2 ,contw 
+0x3efd 002922 ifetch 2 ,contr 
+0x3efe 002923 store 2 ,mem_le_init_superto 
+0x3eff 002924 branch le_receive_window_size 
+:      002926 le_update_param_cb:
+0x3f00 002927 ifetch 1 ,rega 
+0x3f01 002928 set0 lestate_got_first_packet ,pdata 
+0x3f02 002929 istore 1 ,rega 
+0x3f03 002930 storer rega ,2 ,mem_rega 
+0x3f04 002931 jam bt_evt_le_parse_conn_param_accepted ,mem_fifo_temp 
+0x3f05 002932 call ui_ipc_send_event 
+0x3f06 002933 fetchr rega ,2 ,mem_rega 
+0x3f07 002934 rtn 
+:      002936 le_update_channel_map:
+0x3f08 002937 arg 0 ,regc 
+0x3f09 002938 arg le_update_channel_map_cb ,regb 
+0x3f0a 002939 arg lestate_update_map ,queue 
+0x3f0b 002940 branch le_check_update_flag 
+:      002942 le_update_channel_map_cb:
+0x3f0c 002943 add rega ,coffset_le_new_map ,contr 
+0x3f0d 002944 ifetch 5 ,contr 
+0x3f0e 002945 add rega ,coffset_le_channel_map ,contw 
+0x3f0f 002946 istore 5 ,contw 
+0x3f10 002947 branch le_calc_channel_map 
+:      002950 le_update_phy:
+0x3f11 002951 arg 0 ,regc 
+0x3f12 002952 arg le_update_phy_cb ,regb 
+0x3f13 002953 arg lestate_update_phy ,queue 
+0x3f14 002954 branch le_check_update_flag 
+:      002956 le_update_phy_cb:
+0x3f15 002957 add rega ,coffset_le_new_m2s_phy ,contr 
+0x3f16 002958 ifetch 1 ,contr 
+0x3f17 002959 call le_update_phy_cb_m2s 
+0x3f18 002960 istore 1 ,contw 
+0x3f19 002961 add rega ,coffset_le_new_s2m_phy ,contr 
+0x3f1a 002962 ifetch 1 ,contr 
+0x3f1b 002963 call le_update_phy_cb_s2m 
+0x3f1c 002964 istore 1 ,contw 
+0x3f1d 002965 storer rega ,2 ,mem_rega 
+0x3f1e 002966 jam bt_evt_le_update_phy ,mem_fifo_temp 
+0x3f1f 002967 call ui_ipc_send_event 
+0x3f20 002968 fetchr rega ,2 ,mem_rega 
+0x3f21 002969 rtn 
+:      002971 le_update_phy_cb_m2s:
+0x3f22 002972 call le_update_phy_cb_m2s_no_change ,blank 
+0x3f23 002973 add rega ,coffset_le_rx_phy ,contw 
+0x3f24 002974 nrtn master 
+0x3f25 002975 fetcht 1 ,mem_le_tx_phys 
+0x3f26 002976 isolate1 bit_le_coded_phy_s8 ,temp 
+0x3f27 002977 setflag true ,bit_le_coded_phy_s8 ,pdata 
+0x3f28 002978 add rega ,coffset_le_tx_phy ,contw 
+0x3f29 002979 rtn 
+:      002981 le_update_phy_cb_m2s_no_change:
+0x3f2a 002982 add rega ,coffset_le_rx_phy ,contr 
+0x3f2b 002983 ifetch 1 ,contr 
+0x3f2c 002984 nrtn master 
+0x3f2d 002985 add rega ,coffset_le_tx_phy ,contr 
+0x3f2e 002986 ifetch 1 ,contr 
+0x3f2f 002987 rtn 
+:      002989 le_update_phy_cb_s2m:
+0x3f30 002990 call le_update_phy_cb_s2m_no_change ,blank 
+0x3f31 002991 fetcht 1 ,mem_le_tx_phys 
+0x3f32 002992 isolate1 bit_le_coded_phy_s8 ,temp 
+0x3f33 002993 setflag true ,bit_le_coded_phy_s8 ,pdata 
+0x3f34 002994 add rega ,coffset_le_tx_phy ,contw 
+0x3f35 002995 nrtn master 
+0x3f36 002996 set0 bit_le_coded_phy_s8 ,pdata 
+0x3f37 002997 add rega ,coffset_le_rx_phy ,contw 
+0x3f38 002998 rtn 
+:      003000 le_update_phy_cb_s2m_no_change:
+0x3f39 003001 add rega ,coffset_le_tx_phy ,contr 
+0x3f3a 003002 ifetch 1 ,contr 
+0x3f3b 003003 nrtn master 
+0x3f3c 003004 add rega ,coffset_le_rx_phy ,contr 
+0x3f3d 003005 ifetch 1 ,contr 
+0x3f3e 003006 rtn 
+:      003011 le_check_update_flag:
+0x3f3f 003012 bpatch patch1f_0 ,mem_patch1f 
+0x3f40 003013 ifetch 1 ,rega 
+0x3f41 003014 qisolate0 pdata 
+0x3f42 003015 rtn true 
+0x3f43 003016 add rega ,coffset_le_event_cnt ,contr 
+0x3f44 003017 ifetcht 2 ,contr 
+0x3f45 003018 add rega ,coffset_le_instant ,contr 
+0x3f46 003019 ifetch 2 ,contr 
+0x3f47 003021 isub temp ,pdata 
+0x3f48 003022 branch le_update ,zero 
+0x3f49 003023 nbranch le_check_update_small ,positive 
+0x3f4a 003024 sub pdata ,1 ,null 
+0x3f4b 003025 branch le_update_ahead1 ,zero 
+0x3f4c 003026 rtn 
+:      003028 le_update_ahead1:
+0x3f4d 003029 copy regc ,pdata 
+0x3f4e 003030 branch callback_func 
+:      003032 le_update:
+0x3f4f 003033 ifetch 1 ,rega 
+0x3f50 003034 qset0 pdata 
+0x3f51 003035 istore 1 ,rega 
+0x3f52 003036 copy regb ,pdata 
+0x3f53 003037 branch callback_func 
+:      003039 le_check_update_small:
+0x3f54 003040 add rega ,coffset_le_event_cnt ,contr 
+0x3f55 003041 ifetch 2 ,contr 
+0x3f56 003042 add rega ,coffset_le_instant ,contr 
+0x3f57 003043 ifetch 2 ,contr 
+0x3f58 003044 isub temp ,pdata 
+0x3f59 003045 arg 0xffff ,temp 
+0x3f5a 003046 isub temp ,null 
+0x3f5b 003047 branch le_update ,zero 
+0x3f5c 003048 arg 0xf000 ,temp 
+0x3f5d 003049 isub temp ,null 
+0x3f5e 003050 nbranch le_update ,positive 
+0x3f5f 003051 rtn 
+:      003054 le_check_retransmit:
+0x3f60 003055 fetcht 1 ,mem_le_arq 
+0x3f61 003056 fetch 1 ,mem_le_rxbuf_data_header 
+0x3f62 003059 rshift pdata ,pdata 
+0x3f63 003060 ixor temp ,pdata 
+0x3f64 003061 isolate1 nesn ,pdata 
+0x3f65 003062 setflag true ,mark_old_packet ,mark 
+0x3f66 003063 rtn 
+:      003066 le_acknowledge:
+0x3f67 003067 bpatch patch1f_1 ,mem_patch1f 
+0x3f68 003068 call le_supervision_flush 
+0x3f69 003069 rtnmark1 mark_ble_crc_fail 
+0x3f6a 003070 call le_check_wak 
+0x3f6b 003071 fetch 1 ,mem_le_rxbuf_data_header 
+0x3f6c 003072 isolate1 md ,pdata 
+0x3f6d 003073 setflag true ,mark_ble_rx_md ,mark 
+0x3f6e 003074 rshift pdata ,pdata 
+0x3f6f 003075 ixor temp ,pdata 
+0x3f70 003076 isolate1 nesn ,pdata 
+0x3f71 003077 setflag true ,mark_old_packet ,mark 
+0x3f72 003078 rtnmark1 mark_old_packet 
+0x3f73 003079 fetch 1 ,mem_le_rxbuf_data_length 
+0x3f74 003080 branch le_ack_unenc ,blank 
+0x3f75 003081 fetch 1 ,mem_le_state 
+0x3f76 003082 bbit0 lestate_encryption ,le_ack_unenc 
+0x3f77 003083 fetcht 4 ,mem_le_peer_mic 
+0x3f78 003084 fetch 4 ,mem_ccm_last_mic 
+0x3f79 003085 isub temp ,null 
+0x3f7a 003086 branch assert ,zero 
+0x3f7b 003087 storet 4 ,mem_ccm_last_mic 
+0x3f7c 003088 fetch 5 ,mem_ccm_pcnt_rx 
+0x3f7d 003089 increase 1 ,pdata 
+0x3f7e 003090 set1 le_ccm_directionbit ,pdata 
+0x3f7f 003091 store 5 ,mem_ccm_pcnt_rx 
+:      003093 le_ack_unenc:
+0x3f80 003094 fetcht 1 ,mem_le_arq 
+0x3f81 003095 setflip nesn ,temp 
+0x3f82 003096 storet 1 ,mem_le_arq 
+0x3f83 003097 fetch 1 ,mem_le_configuration 
+0x3f84 003098 rtnbit0 bit_ble_deal_bb_packet 
+0x3f85 003099 bpatch patch1f_2 ,mem_patch1f 
+0x3f86 003100 fetch 1 ,mem_le_rxbuf_data_length 
+0x3f87 003101 rtn blank 
+0x3f88 003102 fetch 1 ,mem_le_rxbuf_data_header 
+0x3f89 003103 compare llid_continue ,pdata ,3 
+0x3f8a 003104 branch le_parse_writing_attribute_continue ,true 
+0x3f8b 003105 compare llid_start ,pdata ,3 
+0x3f8c 003106 branch le_parse_writing_attribute_start ,true 
+0x3f8d 003107 rtn 
+:      003110 le_check_wak:
+0x3f8e 003111 bpatch patch1f_3 ,mem_patch1f 
+0x3f8f 003112 fetcht 1 ,mem_le_arq 
+0x3f90 003113 isolate0 wak ,temp 
+0x3f91 003114 rtn true 
+0x3f92 003115 fetch 1 ,mem_le_rxbuf_data_header 
+0x3f93 003116 lshift pdata ,pdata 
+0x3f94 003117 ixor temp ,pdata 
+0x3f95 003118 rtnbit0 sn 
+0x3f96 003119 set0 wak ,temp 
+0x3f97 003120 setflip sn ,temp 
+0x3f98 003121 storet 1 ,mem_le_arq 
+0x3f99 003122 compare 3 ,temp ,3 
+0x3f9a 003123 nrtn true 
+0x3f9b 003124 rtn 
+:      003127 le_set_enc:
+0x3f9c 003128 fetch 1 ,mem_le_state 
+0x3f9d 003129 set1 lestate_encryption ,pdata 
+0x3f9e 003130 store 1 ,mem_le_state 
+0x3f9f 003131 set1 mark_ble_encryption ,mark 
+0x3fa0 003132 rtn 
+:      003134 le_clear_enc:
+0x3fa1 003135 bpatch patch1f_4 ,mem_patch1f 
+0x3fa2 003136 jam flag_le_enc_null ,mem_le_enc_state 
+0x3fa3 003137 arg 0 ,pdata 
+0x3fa4 003138 store 4 ,mem_ccm_last_mic 
+0x3fa5 003139 store 5 ,mem_ccm_pcnt_tx 
+0x3fa6 003140 set1 le_ccm_directionbit ,pdata 
+0x3fa7 003141 store 5 ,mem_ccm_pcnt_rx 
+0x3fa8 003142 fetch 1 ,mem_le_state 
+0x3fa9 003143 set0 lestate_encryption ,pdata 
+0x3faa 003144 store 1 ,mem_le_state 
+0x3fab 003145 set0 mark_ble_encryption ,mark 
+0x3fac 003146 rtn 
+:      003151 le_scan_check_sender_addr_type:
+0x3fad 003152 arg 1 ,rega 
+0x3fae 003153 fetch 1 ,mem_le_rxbuf_adv_connect_ind_header 
+0x3faf 003154 rtnbit1 le_sender_addr_bit 
+0x3fb0 003155 arg 0 ,rega 
+0x3fb1 003156 rtn 
+:      003159 le_get_master_rx_max:
+0x3fb2 003160 copy contr ,contw 
+0x3fb3 003161 fetcht 2 ,mem_remote_rx_max_octets 
+0x3fb4 003162 copy contw ,contr 
+0x3fb5 003163 rtn 
+:      003166 le_prepare_tx:
+0x3fb6 003167 bpatch patch1f_5 ,mem_patch1f 
+0x3fb7 003168 fetch 1 ,mem_le_arq 
+0x3fb8 003169 rtnbit1 wak 
+0x3fb9 003170 call le_check_tx_md 
+0x3fba 003171 call le_fifo_get_first_tx_ptr 
+0x3fbb 003172 branch le_send_empty ,blank 
+0x3fbc 003173 ifetch 2 ,contr 
+0x3fbd 003174 ifetcht 2 ,contr 
+0x3fbe 003175 copy temp ,rega 
+0x3fbf 003176 isub rega ,pdata 
+0x3fc0 003177 call le_get_master_rx_max 
+0x3fc1 003178 call not_greater_than 
+0x3fc2 003179 copy pdata ,temp 
+0x3fc3 003180 ifetchr type ,1 ,contr 
+0x3fc4 003181 copy rega ,pdata 
+0x3fc5 003182 iadd contr ,pdata 
+0x3fc6 003183 store 2 ,mem_contr 
+0x3fc7 003184 call le_update_tx_type 
+0x3fc8 003185 call le_send_packet 
+0x3fc9 003187 call le_fifo_get_first_tx_ptr 
+0x3fca 003188 ifetch 2 ,contr 
+0x3fcb 003189 copy pdata ,rega 
+0x3fcc 003190 copy contr ,regc 
+0x3fcd 003191 ifetcht 2 ,contr 
+0x3fce 003192 copy temp ,regb 
+0x3fcf 003193 isub regb ,pdata 
+0x3fd0 003194 call le_get_master_rx_max 
+0x3fd1 003195 call not_greater_than 
+0x3fd2 003196 iadd regb ,pdata 
+0x3fd3 003197 istore 2 ,regc 
+0x3fd4 003198 isub rega ,null 
+0x3fd5 003199 nrtn zero 
+0x3fd6 003200 branch le_fifo_release_first_node 
+:      003203 le_check_tx_md:
+0x3fd7 003204 call le_check_continue 
+0x3fd8 003205 rtnmark1 mark_ble_tx_md 
+0x3fd9 003206 fetch 1 ,mem_le_configuration 
+0x3fda 003207 bbit0 bit_ble_transmit_packet_by_md ,le_clear_md 
+0x3fdb 003208 call le_fifo_get_second_tx_ptr 
+0x3fdc 003209 branch le_clear_md ,blank 
+0x3fdd 003210 branch le_set_md 
+:      003213 le_check_continue:
+0x3fde 003214 call le_fifo_get_first_tx_ptr 
+0x3fdf 003215 branch le_clear_md ,blank 
+0x3fe0 003216 ifetch 2 ,contr 
+0x3fe1 003217 ifetcht 2 ,contr 
+0x3fe2 003218 isub temp ,rega 
+0x3fe3 003219 call le_get_master_rx_max 
+0x3fe4 003220 copy temp ,pdata 
+0x3fe5 003221 isub rega ,null 
+0x3fe6 003222 branch le_clear_md ,positive 
+:      003223 le_set_md:
+0x3fe7 003224 set1 mark_ble_tx_md ,mark 
+0x3fe8 003225 rtn 
+:      003227 le_clear_md:
+0x3fe9 003228 set0 mark_ble_tx_md ,mark 
+0x3fea 003229 rtn 
+:      003231 le_update_tx_type:
+0x3feb 003232 copy rega ,pdata 
+0x3fec 003233 rtn blank 
+0x3fed 003234 arg llid_continue ,type 
+0x3fee 003235 rtn 
+:      003238 le_att_check_notification_enable:
+0x3fef 003239 bpatch patch1f_6 ,mem_patch1f 
+0x3ff0 003240 increase 1 ,temp 
+0x3ff1 003241 call le_att_get_handle_ptr 
+0x3ff2 003242 increase -2 ,contr 
+0x3ff3 003243 ifetch 2 ,contr 
+0x3ff4 003244 arg client_charactertic_configuration ,temp 
+0x3ff5 003245 isub temp ,null 
+0x3ff6 003246 nrtn zero 
+0x3ff7 003247 increase 1 ,contr 
+0x3ff8 003248 copy contr ,rega 
+0x3ff9 003249 ifetch 1 ,contr 
+0x3ffa 003250 rtn 
+:      003253 le_send_empty:
+0x3ffb 003254 force 0 ,temp 
+0x3ffc 003255 force 1 ,type 
+:      003257 le_send_packet:
+0x3ffd 003258 bpatch patch1f_7 ,mem_patch1f 
+0x3ffe 003259 storet 1 ,mem_le_txlen 
+0x3fff 003260 fetcht 1 ,mem_le_arq 
+0x4000 003261 set1 wak ,temp 
+0x4001 003262 and temp ,0xfc ,pdata 
+0x4002 003263 ior type ,pdata 
+0x4003 003264 store 1 ,mem_le_arq 
+0x4004 003265 and_into 0x1f ,pdata 
+0x4005 003266 isolate1 mark_ble_tx_md ,mark 
+0x4006 003267 setflag true ,md ,pdata 
+0x4007 003268 store 1 ,mem_le_txheader 
+0x4008 003270 fetch 1 ,mem_le_txheader 
+0x4009 003271 compare 1 ,type ,3 
+0x400a 003272 nbranch le_send_no_txlen ,true 
+0x400b 003273 fetch 1 ,mem_le_txlen 
+0x400c 003274 rtn blank 
+:      003276 le_send_no_txlen:
+0x400d 003277 bmark1 mark_ble_encryption ,le_send_packet_enc 
+0x400e 003278 fetchr loopcnt ,1 ,mem_le_txlen 
+0x400f 003279 fetch 2 ,mem_contr 
+0x4010 003280 copy pdata ,contr 
+0x4011 003281 arg mem_le_txpayload ,contw 
+0x4012 003282 branch memcpy_fast 
+:      003284 le_send_packet_enc:
+0x4013 003285 call load_sk 
+0x4014 003286 branch le_encrypt_new_start 
+:      003288 get_lpm_wake_ble_rx_lock:
+0x4015 003289 arg wake_lock_ble_rx ,queue 
+0x4016 003290 branch lpm_get_wake_lock 
+:      003292 put_lpm_wake_ble_rx_lock:
+0x4017 003293 arg wake_lock_ble_rx ,queue 
+0x4018 003294 branch lpm_put_wake_lock 
+:      003297 le_parse:
+0x4019 003298 bpatchx patch20_0 ,mem_patch20 
+0x401a 003299 rtnmark1 mark_old_packet 
+0x401b 003300 rtnmark1 mark_ble_crc_fail 
+0x401c 003301 fetch 1 ,mem_le_rxbuf_data_header 
+0x401d 003302 and pdata ,0x3 ,pdata 
+0x401e 003303 store 1 ,mem_le_packet_llid 
+0x401f 003304 fetch 1 ,mem_le_rxbuf_data_length 
+0x4020 003305 rtn blank 
+0x4021 003306 setarg mem_le_rxbuf_data_payload 
+0x4022 003307 store 2 ,mem_le_payload_ptr 
+0x4023 003308 bpatchx patch20_1 ,mem_patch20 
+0x4024 003309 fetch 1 ,mem_le_packet_llid 
+0x4025 003310 beq llid_le_ll ,le_parse_ll 
+0x4026 003311 call le_check_l2cap_complete 
+0x4027 003312 nbranch get_lpm_wake_ble_rx_lock ,user 
+0x4028 003313 call put_lpm_wake_ble_rx_lock 
+0x4029 003314 setarg 0 
+0x402a 003315 store 2 ,mem_le_packet_len_recved 
+0x402b 003316 fetch 2 ,mem_le_l2cap_parse_cb 
+0x402c 003317 nbranch callback_func ,blank 
+:      003318 le_parse_l2cap:
+0x402d 003319 fetch 2 ,mem_le_payload_ptr 
+0x402e 003320 add pdata ,2 ,contr 
+0x402f 003321 ifetch 2 ,contr 
+0x4030 003322 beq le_l2cap_cid_att ,le_parse_att 
+0x4031 003323 beq le_l2cap_cid_smp ,le_parse_smp 
+0x4032 003324 beq le_l2cap_cid_signal ,le_parse_signaling 
+0x4033 003325 rtn 
+:      003328 le_check_l2cap_complete:
+0x4034 003329 fetch 1 ,mem_le_packet_llid 
+0x4035 003330 beq llid_start ,le_check_l2cap_llid_start 
+0x4036 003331 beq llid_continue ,le_check_l2cap_llid_continue 
+0x4037 003332 rtn 
+:      003337 le_check_l2cap_cid_legal:
+0x4038 003338 call enable_user 
+0x4039 003339 arg le_l2cap_cid_att ,temp 
+0x403a 003340 isub pdata ,null 
+0x403b 003341 rtn zero 
+0x403c 003342 arg le_l2cap_cid_signal ,temp 
+0x403d 003343 isub pdata ,null 
+0x403e 003344 rtn zero 
+0x403f 003345 arg le_l2cap_cid_smp ,temp 
+0x4040 003346 isub pdata ,null 
+0x4041 003347 rtn zero 
+0x4042 003348 branch disable_user 
+:      003351 le_check_l2cap_llid_start:
+0x4043 003352 fetch 2 ,mem_le_payload_ptr 
+0x4044 003353 copy pdata ,contr 
+0x4045 003354 ifetch 2 ,contr 
+0x4046 003355 store 2 ,mem_le_l2cap_size 
+0x4047 003356 ifetch 2 ,contr 
+0x4048 003357 call le_check_l2cap_cid_legal 
+0x4049 003358 nrtn user 
+0x404a 003359 fetcht 1 ,mem_le_rxbuf_data_length 
+0x404b 003360 storet 2 ,mem_le_packet_len_recved 
+0x404c 003361 fetch 2 ,mem_le_l2cap_size 
+0x404d 003362 increase 4 ,pdata 
+0x404e 003363 isub temp ,null 
+0x404f 003364 branch enable_user ,zero 
+0x4050 003365 fetchr loopcnt ,1 ,mem_le_rxbuf_data_length 
+0x4051 003366 arg mem_le_l2cap_buf ,contw 
+0x4052 003367 fetch 2 ,mem_le_payload_ptr 
+0x4053 003368 copy pdata ,contr 
+0x4054 003369 call memcpy_fast 
+0x4055 003370 branch disable_user 
+:      003375 le_check_l2cap_continue_legal:
+0x4056 003376 call enable_user 
+0x4057 003377 fetch 2 ,mem_le_packet_len_recved 
+0x4058 003378 nrtn blank 
+0x4059 003379 branch disable_user 
+:      003381 le_check_l2cap_llid_continue:
+0x405a 003382 call le_check_l2cap_continue_legal 
+0x405b 003383 nrtn user 
+0x405c 003384 fetch 2 ,mem_le_packet_len_recved 
+0x405d 003385 arg mem_le_l2cap_buf ,contw 
+0x405e 003386 iadd contw ,rega 
+0x405f 003387 fetcht 1 ,mem_le_rxbuf_data_length 
+0x4060 003388 iadd temp ,pdata 
+0x4061 003389 store 2 ,mem_le_packet_len_recved 
+0x4062 003390 fetchr loopcnt ,1 ,mem_le_rxbuf_data_length 
+0x4063 003391 copy rega ,contw 
+0x4064 003392 fetch 2 ,mem_le_payload_ptr 
+0x4065 003393 copy pdata ,contr 
+0x4066 003394 call memcpy_fast 
+0x4067 003395 setarg mem_le_l2cap_buf 
+0x4068 003396 store 2 ,mem_le_payload_ptr 
+0x4069 003397 fetch 2 ,mem_le_l2cap_size 
+0x406a 003398 increase 4 ,pdata 
+0x406b 003399 fetcht 2 ,mem_le_packet_len_recved 
+0x406c 003400 isub temp ,null 
+0x406d 003401 branch enable_user ,zero 
+0x406e 003402 branch disable_user 
+:      003408 le_get_search_att_uuid:
+0x406f 003409 call store_contr 
+0x4070 003410 arg mem_le_search_uuid_length ,contw 
+0x4071 003411 branch le_get_search_common 
+:      003415 le_writeatt_cb:
+0x4072 003416 fetch 2 ,mem_cb_att_write 
+0x4073 003417 branch callback_func 
+:      003419 le_supervision_update:
+0x4074 003420 bpatchx patch20_2 ,mem_patch20 
+0x4075 003421 fetcht 4 ,mem_le_supervision_timer 
+0x4076 003422 call get_clkbt 
+0x4077 003423 isub temp ,timeup 
+0x4078 003424 deposit timeup 
+0x4079 003425 fetcht 2 ,mem_le_superto 
+0x407a 003426 lshift4 temp ,temp 
+0x407b 003427 lshift temp ,temp 
+0x407c 003428 isub temp ,pdata 
+0x407d 003429 rtn 
+:      003431 le_supervision_flush:
+0x407e 003432 call get_clkbt 
+0x407f 003433 store 4 ,mem_le_supervision_timer 
+0x4080 003434 rtn 
+:      003438 le_receive_window_size:
+0x4081 003439 bpatchx patch20_3 ,mem_patch20 
+0x4082 003440 add rega ,coffset_le_peer_sca ,contr 
+0x4083 003441 ifetch 1 ,contr 
+0x4084 003442 call le_sca_map 
+0x4085 003443 add rega ,coffset_tsniff ,contr 
+0x4086 003444 ifetch 2 ,contr 
+0x4087 003445 imul32 temp ,pdata 
+0x4088 003446 fetcht 2 ,mem_param_rt_rthalfslot 
+0x4089 003447 imul32 temp ,pdata 
+0x408a 003448 arg 1000000 ,temp 
+0x408b 003449 idiv temp 
+0x408c 003450 arg param_windown_size ,temp 
+0x408d 003451 fetch 1 ,mem_system_clk 
+0x408e 003452 imul32 temp ,temp 
+0x408f 003453 add rega ,coffset_le_window_size ,contr 
+0x4090 003454 ifetch 1 ,contr 
+0x4091 003455 imul32 temp ,pdata 
+0x4092 003456 iadd temp ,pdata 
+0x4093 003457 store 4 ,mem_le_transmit_window 
+0x4094 003458 fetch 2 ,mem_rx_window_sniff 
+0x4095 003459 call wait_div_end 
+0x4096 003460 quotient temp 
+0x4097 003461 iadd temp ,pdata 
+0x4098 003462 add rega ,coffset_rx_window ,contw 
+0x4099 003463 istore 2 ,contw 
+0x409a 003464 rtn 
+:      003468 le_init_attlist_search:
+0x409b 003469 bpatchx patch20_4 ,mem_patch20 
+0x409c 003470 fetch 2 ,mem_le_search_handle_start 
+0x409d 003471 iforce regb 
+0x409e 003472 fetch 2 ,mem_le_search_handle_end 
+0x409f 003473 iforce regc 
+0x40a0 003474 fetch 2 ,mem_ui_le_uuid_table 
+0x40a1 003475 iforce contr 
+0x40a2 003476 branch enable_user 
+:      003479 le_att_handle_inrange:
+0x40a3 003480 ifetch 2 ,contr 
+0x40a4 003481 and_into 0xff ,pdata 
+0x40a5 003482 rtn blank 
+0x40a6 003483 isub regb ,null 
+0x40a7 003484 nrtn positive 
+0x40a8 003485 isub regc ,null 
+0x40a9 003486 rtn zero 
+0x40aa 003487 branch le_att_handle_blank ,positive 
+0x40ab 003488 force 1 ,null 
+0x40ac 003489 rtn 
+:      003490 le_att_handle_blank:
+0x40ad 003491 force 0 ,pdata 
+0x40ae 003492 rtn 
+:      003496 le_att_get_handle_ptr:
+0x40af 003497 call le_att_get_handle_ptr2 
+0x40b0 003498 branch le_att_get_handle_ptr_found ,zero 
+0x40b1 003499 rtn 
+:      003501 le_att_get_handle_ptr2:
+0x40b2 003502 bpatchx patch20_5 ,mem_patch20 
+0x40b3 003503 fetch 2 ,mem_ui_le_uuid_table 
+0x40b4 003504 iforce contr 
+:      003505 le_att_get_handle_loop1:
+0x40b5 003506 ifetch 2 ,contr 
+0x40b6 003507 and_into 0xff ,pdata 
+0x40b7 003508 rtn blank 
+0x40b8 003509 isub temp ,null 
+0x40b9 003510 rtn zero 
+0x40ba 003511 ifetch 1 ,contr 
+0x40bb 003512 iadd contr ,contr 
+0x40bc 003513 ifetch 1 ,contr 
+0x40bd 003514 iadd contr ,contr 
+0x40be 003515 branch le_att_get_handle_loop1 
+:      003516 le_att_get_handle_ptr_found:
+0x40bf 003517 ifetch 1 ,contr 
+0x40c0 003518 iadd contr ,contr 
+0x40c1 003519 rtn 
+:      003523 le_att_get_short_uuid_ptr:
+0x40c2 003524 bpatchx patch20_6 ,mem_patch20 
+0x40c3 003525 fetch 2 ,mem_ui_le_uuid_table 
+0x40c4 003526 iforce contr 
+:      003527 le_att_get_short_uuid_loop:
+0x40c5 003528 ifetch 2 ,contr 
+0x40c6 003529 and_into 0xff ,pdata 
+0x40c7 003530 rtn blank 
+0x40c8 003531 ifetch 1 ,contr 
+0x40c9 003532 iadd contr ,contr 
+0x40ca 003533 increase -2 ,contr 
+0x40cb 003534 ifetch 2 ,contr 
+0x40cc 003535 isub temp ,null 
+0x40cd 003536 rtn zero 
+0x40ce 003537 ifetch 1 ,contr 
+0x40cf 003538 iadd contr ,contr 
+0x40d0 003539 branch le_att_get_short_uuid_loop 
+:      003544 le_att_get_last_handle:
+0x40d1 003545 fetch 2 ,mem_ui_le_uuid_table 
+0x40d2 003546 iforce contr 
+:      003547 le_att_get_last_handle_loop:
+0x40d3 003548 ifetch 2 ,contr 
+0x40d4 003549 and_into 0xff ,pdata 
+0x40d5 003550 rtn blank 
+0x40d6 003551 add pdata ,1 ,temp 
+0x40d7 003552 ifetch 1 ,contr 
+0x40d8 003553 iadd contr ,contr 
+0x40d9 003554 ifetch 1 ,contr 
+0x40da 003555 iadd contr ,contr 
+0x40db 003556 copy contr ,contw 
+0x40dc 003557 branch le_att_get_last_handle_loop 
+:      003560 le_att_get_handle_info_from_ptr:
+0x40dd 003561 fetch 2 ,mem_le_cur_attlist_start_ptr 
+0x40de 003562 branch le_att_get_handle_info_fast 
+:      003564 le_att_get_handle_info:
+0x40df 003565 bpatchx patch20_7 ,mem_patch20 
+0x40e0 003566 fetch 2 ,mem_ui_le_uuid_table 
+:      003567 le_att_get_handle_info_fast:
+0x40e1 003568 iforce contr 
+:      003569 le_att_get_handle_loop:
+0x40e2 003570 ifetch 2 ,contr 
+0x40e3 003571 and_into 0xff ,pdata 
+0x40e4 003572 branch le_att_unfind_handle ,blank 
+0x40e5 003573 isub temp ,null 
+0x40e6 003574 branch le_att_finded_handle ,zero 
+0x40e7 003575 ifetch 1 ,contr 
+0x40e8 003576 iadd contr ,contr 
+0x40e9 003577 ifetch 1 ,contr 
+0x40ea 003578 iadd contr ,contr 
+0x40eb 003579 branch le_att_get_handle_loop 
+:      003580 le_att_unfind_handle:
+0x40ec 003581 branch disable_blank 
+:      003583 le_att_finded_handle:
+0x40ed 003584 ifetch 1 ,contr 
+0x40ee 003585 store 1 ,mem_le_cur_uuid_length 
+0x40ef 003586 copy pdata ,loopcnt 
+0x40f0 003587 arg mem_le_cur_uuid ,contw 
+0x40f1 003588 call memcpy_fast 
+0x40f2 003589 ifetch 1 ,contr 
+0x40f3 003590 store 1 ,mem_le_curr_att_len 
+0x40f4 003591 call store_contr 
+0x40f5 003592 branch enable_blank 
+:      003595 le_modified_name:
+0x40f6 003596 bpatchx patch21_0 ,mem_patch21 
+0x40f7 003597 call le_modified_name_att_list 
+0x40f8 003598 branch le_modified_name_adv 
+:      003600 le_modified_name_att_list:
+0x40f9 003601 arg uuid_chrctr_device_name ,temp 
+0x40fa 003602 call le_att_get_short_uuid_ptr 
+0x40fb 003603 rtn blank 
+0x40fc 003604 ifetch 1 ,contr 
+0x40fd 003605 copy contr ,contw 
+0x40fe 003606 fetcht 1 ,mem_le_name_len 
+0x40ff 003607 copy temp ,loopcnt 
+0x4100 003608 isub temp ,null 
+0x4101 003609 nbranch le_name_length_longer_than_att ,positive 
+0x4102 003610 isub temp ,temp 
+0x4103 003611 arg mem_le_name ,contr 
+0x4104 003612 call memcpy_fast 
+0x4105 003613 copy temp ,loopcnt 
+0x4106 003614 ncall memcpy_empty ,zero 
+0x4107 003615 rtn 
+:      003616 le_name_length_longer_than_att:
+0x4108 003617 copy pdata ,loopcnt 
+0x4109 003618 arg mem_le_name ,contr 
+0x410a 003619 branch memcpy_fast 
+:      003622 le_modified_name_adv:
+0x410b 003623 arg mem_le_adv_data_len + 32 ,regc 
+0x410c 003624 arg mem_le_adv_data ,rega 
+0x410d 003625 call le_modified_name_adv_and_scan 
+0x410e 003626 setarg 0 
+0x410f 003627 setflag user ,0 ,pdata 
+0x4110 003628 store 1 ,mem_pdatatemp 
+0x4111 003629 arg mem_le_scan_data_len + 32 ,regc 
+0x4112 003630 arg mem_le_scan_data ,rega 
+0x4113 003631 call le_modified_name_adv_and_scan 
+0x4114 003632 rtn user 
+0x4115 003633 fetch 1 ,mem_pdatatemp 
+0x4116 003634 branch assert ,blank 
+0x4117 003635 rtn 
+:      003638 le_modified_name_adv_and_scan:
+0x4118 003639 bpatchx patch21_1 ,mem_patch21 
+0x4119 003640 call enable_user 
+0x411a 003641 call clear_temp_block 
+0x411b 003642 arg 0 ,regb 
+0x411c 003643 arg mem_le_data_temp ,contw 
+0x411d 003644 call le_modified_name_adv_loop 
+0x411e 003645 fetch 1 ,mem_le_name_len 
+0x411f 003646 add pdata ,1 ,temp 
+0x4120 003647 iadd regb ,rega 
+0x4121 003648 increase 2 ,rega 
+0x4122 003649 sub rega ,0x1f ,null 
+0x4123 003650 nbranch le_modified_name_adv_and_scan_name_overflow ,positive 
+0x4124 003651 istoret 1 ,contw 
+0x4125 003652 arg gap_adtype_local_name_complete ,temp 
+0x4126 003653 istoret 1 ,contw 
+0x4127 003654 iforce loopcnt 
+0x4128 003655 call memcpy_fast 
+0x4129 003656 copy rega ,regb 
+:      003657 le_modified_name_adv_and_scan_store_data:
+0x412a 003658 deposit regb 
+0x412b 003659 store 1 ,mem_le_data_len_temp 
+0x412c 003660 arg mem_le_data_len_temp ,contr 
+0x412d 003661 setarg -32 
+0x412e 003662 iadd regc ,contw 
+0x412f 003663 branch memcpy32 
+:      003665 le_modified_name_adv_and_scan_name_overflow:
+0x4130 003666 call disable_user 
+0x4131 003667 branch le_modified_name_adv_and_scan_store_data 
+:      003669 le_modified_name_adv_loop:
+0x4132 003670 ifetch 1 ,rega 
+0x4133 003671 rtn blank 
+0x4134 003672 pincrease 1 
+0x4135 003673 ifetcht 1 ,contr 
+0x4136 003674 sub temp ,gap_adtype_local_name_complete ,null 
+0x4137 003675 branch le_modified_name_adv_found_name ,zero 
+0x4138 003676 iadd regb ,regb 
+0x4139 003677 copy rega ,contr 
+0x413a 003678 iforce loopcnt 
+0x413b 003679 call memcpy_fast 
+0x413c 003680 copy contr ,rega 
+:      003681 le_modified_name_adv_loop2:
+0x413d 003682 deposit rega 
+0x413e 003683 isub regc ,null 
+0x413f 003684 rtn positive 
+0x4140 003685 branch le_modified_name_adv_loop 
+:      003687 le_modified_name_adv_found_name:
+0x4141 003688 iadd rega ,rega 
+0x4142 003689 branch le_modified_name_adv_loop2 
+:      003692 memcpy_empty:
+0x4143 003693 setarg space 
+0x4144 003694 istore 1 ,contw 
+0x4145 003695 loop memcpy_empty 
+0x4146 003696 rtn 
+:      003699 le_lpm_set_mult:
+0x4147 003700 bpatchx patch21_2 ,mem_patch21 
+0x4148 003701 disable wake 
+0x4149 003702 branch le_lpm_set_mult_attempt ,attempt 
+0x414a 003703 nbranch le_lpm_lost ,match 
+:      003704 le_lpm_set_mult_attempt:
+0x414b 003705 call lpm_match 
+0x414c 003706 fetch 2 ,mem_rx_window_sniff 
+0x414d 003707 store 2 ,mem_le_receive_window 
+0x414e 003708 fetch 1 ,mem_le_configuration 
+0x414f 003709 bbit1 bit_ble_short_mult ,lpm_mult_short 
+0x4150 003710 bmark1 mark_old_packet ,lpm_mult_short 
+0x4151 003711 fetch 1 ,mem_le_rxbuf_data_length 
+0x4152 003712 nbranch lpm_mult_short ,blank 
+0x4153 003713 fetch 1 ,mem_le_txlen 
+0x4154 003714 nbranch lpm_mult_short ,blank 
+0x4155 003716 fetch 1 ,mem_le_state 
+0x4156 003717 bbit1 lestate_update_param ,lpm_mult_short 
+0x4157 003718 bbit1 lestate_update_phy ,lpm_mult_short 
+0x4158 003719 bbit1 lestate_update_map ,lpm_mult_short 
+0x4159 003720 branch lpm_mult_wait_timeout 
+:      003722 le_lpm_lost:
+0x415a 003723 fetch 1 ,mem_sniff_unint_lost 
+0x415b 003724 sub pdata ,30 ,null 
+0x415c 003725 nbranch lpm_lost ,positive 
+0x415d 003726 fetcht 2 ,mem_rx_window_sniff 
+0x415e 003727 rshift temp ,temp 
+0x415f 003728 fetch 2 ,mem_le_receive_window 
+0x4160 003729 iadd temp ,pdata 
+0x4161 003730 store 2 ,mem_le_receive_window 
+0x4162 003731 branch lpm_lost 
+:      003734 le_set_config_fixed_tk:
+0x4163 003735 arg bit_ble_passkey_fixed_key ,queue 
+0x4164 003736 branch le_set_config 
+:      003738 le_clr_config_fixed_tk:
+0x4165 003739 arg bit_ble_passkey_fixed_key ,queue 
+0x4166 003740 branch le_clr_config 
+:      003742 le_set_config_fixed_ltk:
+0x4167 003743 arg bit_ble_pairing_fixed_ltk ,queue 
+0x4168 003744 branch le_set_config 
+:      003746 le_clr_config_fixed_ltk:
+0x4169 003747 arg bit_ble_pairing_fixed_ltk ,queue 
+0x416a 003748 branch le_clr_config 
+:      003750 le_set_config_more_data:
+0x416b 003751 arg bit_ble_transmit_packet_by_md ,queue 
+0x416c 003752 branch le_set_config 
+:      003754 le_clr_config_more_data:
+0x416d 003755 arg bit_ble_transmit_packet_by_md ,queue 
+0x416e 003756 branch le_clr_config 
+:      003758 le_set_config_read_authentication:
+0x416f 003759 arg bit_ble_read_auth ,queue 
+0x4170 003760 branch le_set_config 
+:      003762 le_clr_config_read_authentication:
+0x4171 003763 arg bit_ble_read_auth ,queue 
+0x4172 003764 branch le_clr_config 
+:      003766 le_set_config_write_authentication:
+0x4173 003767 arg bit_ble_write_auth ,queue 
+0x4174 003768 branch le_set_config 
+:      003770 le_clr_config_write_authentication:
+0x4175 003771 arg bit_ble_write_auth ,queue 
+0x4176 003772 branch le_clr_config 
+:      003774 le_set_config_short_mult:
+0x4177 003775 arg bit_ble_short_mult ,queue 
+0x4178 003776 branch le_set_config 
+:      003778 le_clr_config_short_mult:
+0x4179 003779 arg bit_ble_short_mult ,queue 
+0x417a 003780 branch le_clr_config 
+:      003783 le_set_config:
+0x417b 003784 fetch 1 ,mem_le_configuration 
+0x417c 003785 qset1 pdata 
+0x417d 003786 store 1 ,mem_le_configuration 
+0x417e 003787 rtn 
+:      003789 le_clr_config:
+0x417f 003790 fetch 1 ,mem_le_configuration 
+0x4180 003791 qset0 pdata 
+0x4181 003792 store 1 ,mem_le_configuration 
+0x4182 003793 rtn 
+:      003795 le_set_fixed_ltk:
+0x4183 003796 setarg 0x112233 
+0x4184 003797 store 3 ,mem_le_fixed_ltk 
+0x4185 003798 setarg 0x445566 
+0x4186 003799 istore 3 ,contw 
+0x4187 003800 setarg 0x778899 
+0x4188 003801 istore 3 ,contw 
+0x4189 003802 setarg 0x001122 
+0x418a 003803 istore 3 ,contw 
+0x418b 003804 setarg 0x334455 
+0x418c 003805 istore 3 ,contw 
+0x418d 003806 setarg 0x66 
+0x418e 003807 istore 1 ,contw 
+0x418f 003808 rtn 
+:      003811 le_set_justwork:
+0x4190 003812 setarg 0x01000302 
+0x4191 003813 store 4 ,mem_le_pres 
+0x4192 003814 setarg 0x010010 
+0x4193 003815 store 3 ,mem_le_pres_max_keysize 
+0x4194 003816 jam 1 ,mem_le_pairing_mode 
+0x4195 003817 rtn 
+:      003821 le_fifo_malloc_tx_empty:
+0x4196 003822 arg 0 ,rega 
+0x4197 003823 arg llid_empty ,type 
+0x4198 003824 branch le_fifo_malloc_tx 
+:      003828 le_fifo_malloc_tx_ll:
+0x4199 003829 bpatchx patch21_3 ,mem_patch21 
+0x419a 003830 arg llid_le_ll ,type 
+0x419b 003831 call le_fifo_malloc_tx 
+0x419c 003832 copy regb ,pdata 
+0x419d 003833 istore 1 ,contw 
+0x419e 003834 rtn 
+:      003838 le_fifo_malloc_tx_l2cap:
+0x419f 003839 bpatchx patch21_4 ,mem_patch21 
+0x41a0 003840 force llid_start ,type 
+0x41a1 003841 increase 4 ,rega 
+0x41a2 003842 call le_fifo_malloc_tx 
+0x41a3 003843 increase -4 ,rega 
+0x41a4 003844 copy rega ,pdata 
+0x41a5 003845 istore 2 ,contw 
+0x41a6 003846 copy regb ,pdata 
+0x41a7 003847 istore 2 ,contw 
+0x41a8 003848 rtn 
+:      003852 le_fifo_malloc_tx:
+0x41a9 003853 bpatchx patch21_5 ,mem_patch21 
+0x41aa 003854 increase 5 ,rega 
+0x41ab 003855 call ble_l2cap_malloc 
+0x41ac 003856 increase -5 ,rega 
+0x41ad 003857 copy rega ,pdata 
+0x41ae 003858 istore 2 ,contw 
+0x41af 003859 setarg 0 
+0x41b0 003860 istore 2 ,contw 
+0x41b1 003861 copy type ,pdata 
+0x41b2 003862 istore 1 ,contw 
+0x41b3 003863 rtn 
+:      003866 le_fifo_get_first_tx_ptr:
+0x41b4 003867 bpatchx patch21_6 ,mem_patch21 
+0x41b5 003868 call l2cap_malloc_fifo_out 
+0x41b6 003869 copy pdata ,contr 
+0x41b7 003870 rtn 
+:      003872 le_fifo_get_second_tx_ptr:
+0x41b8 003873 fetch 2 ,mem_tx_fifo2_ptr 
+0x41b9 003874 rtn 
+:      003876 le_fifo_get_last_tx_ptr:
+0x41ba 003877 call le_fifo_get_last_tx_ptr0 
+0x41bb 003878 copy pdata ,contr 
+0x41bc 003879 rtn 
+:      003882 le_fifo_get_last_tx_ptr0:
+0x41bd 003883 fetch 2 ,mem_tx_fifo3_ptr 
+0x41be 003884 rtn 
+:      003887 le_fifo_get_first_l2cap_ptr:
+0x41bf 003888 call le_fifo_get_first_tx_ptr 
+0x41c0 003889 increase 5 ,contr 
+0x41c1 003890 rtn 
+:      003892 le_fifo_get_first_att_ptr:
+0x41c2 003893 call le_fifo_get_first_tx_ptr 
+0x41c3 003894 increase 9 ,contr 
+0x41c4 003895 rtn 
+:      003897 le_fifo_get_last_att_ptr:
+0x41c5 003898 call le_fifo_get_last_tx_ptr 
+0x41c6 003899 increase 9 ,contr 
+0x41c7 003900 rtn 
+:      003902 le_fifo_get_last_l2cap_ptr:
+0x41c8 003903 call le_fifo_get_last_tx_ptr 
+0x41c9 003904 increase 5 ,contr 
+0x41ca 003905 rtn 
+:      003908 le_fifo_check_full:
+0x41cb 003909 branch l2cap_malloc_is_fifo_full 
+:      003912 le_fifo_check_nearly_full:
+0x41cc 003913 branch l2cap_malloc_is_fifo_nearly_full 
+:      003916 le_fifo_check_empty:
+0x41cd 003917 branch l2cap_malloc_is_fifo_empty 
+:      003920 le_fifo_release_first_node:
+0x41ce 003921 branch l2cap_malloc_free 
+:      003924 le_set_dle:
+0x41cf 003925 store 8 ,mem_local_rx_max_octets 
+0x41d0 003926 branch le_set_feature_data_packet_length_extension 
+:      003929 le_set_phys:
+0x41d1 003930 and temp ,0xff ,rega 
+0x41d2 003931 call le_set_tx_phy 
+0x41d3 003932 rshift8 temp ,rega 
+:      003934 le_set_rx_phy:
+0x41d4 003935 storer rega ,1 ,mem_le_rx_phys 
+0x41d5 003936 branch le_set_phy_common 
+:      003938 le_set_tx_phy:
+0x41d6 003939 storer rega ,1 ,mem_le_tx_phys 
+:      003940 le_set_phy_common:
+0x41d7 003941 isolate1 bit_le_2m_phy ,rega 
+0x41d8 003942 call le_set_feature_2m_phy ,true 
+0x41d9 003943 isolate1 bit_le_coded_phy ,rega 
+0x41da 003944 call le_set_feature_coded_phy ,true 
+0x41db 003945 rtn 
+:      003949 le_set_feature_2m_phy:
+0x41dc 003950 arg bit_ll_feature_le_2m_phy ,queue 
+0x41dd 003951 branch le_set_feature 
+:      003954 le_set_feature_coded_phy:
+0x41de 003955 arg bit_ll_feature_le_coded_phy ,queue 
+0x41df 003956 branch le_set_feature 
+:      003958 le_set_feature_data_packet_length_extension:
+0x41e0 003959 arg bit_ll_feature_le_data_packet_length_extension ,queue 
+:      003961 le_set_feature:
+0x41e1 003962 fetch 8 ,mem_le_local_feature 
+0x41e2 003963 qset1 pdata 
+0x41e3 003964 store 8 ,mem_le_local_feature 
+0x41e4 003965 rtn 
+:      003967 le_set_fixed_ltk_justwork:
+0x41e5 003968 call le_set_config_fixed_ltk 
+0x41e6 003969 call le_set_justwork 
+0x41e7 003970 call le_set_fixed_ltk 
+0x41e8 003971 branch le_set_config_read_authentication 
+:      003976 le_advertising_dispatch:
+0x41e9 003977 jam fun_rx_ll_1m_phy ,mem_le_rx_phy 
+0x41ea 003978 jam fun_tx_ll_1m_phy ,mem_le_tx_phy 
+0x41eb 003979 call le_enable 
+0x41ec 003980 call le_scan 
+0x41ed 003981 call le_adv 
+0x41ee 003982 branch le_disable 
+:      003984 le_scan:
+0x41ef 003985 bpatchx patch21_7 ,mem_patch21 
+0x41f0 003986 fetch 1 ,mem_le_scan_enable 
+0x41f1 003987 rtnne le_scan_enable 
+0x41f2 003988 arg le_scan_interval_timer ,queue 
+0x41f3 003989 call timer_check 
+0x41f4 003990 nrtn blank 
+0x41f5 003991 fetch 2 ,mem_le_scan_interval 
+0x41f6 003992 fetcht 2 ,mem_le_scan_window 
+0x41f7 003993 isub temp ,pdata 
+0x41f8 003994 arg le_scan_interval_timer ,queue 
+0x41f9 003995 call timer_init 
+0x41fa 003996 disable master 
+0x41fb 003997 call le_init_adv 
+0x41fc 003998 call le_wait_adv 
+0x41fd 003999 nrtn match 
+0x41fe 004000 bpatchx patch22_0 ,mem_patch22 
+0x41ff 004001 fetch 6 ,mem_le_rxbuf + 2 
+0x4200 004002 store 6 ,mem_le_plap 
+0x4201 004005 fetch 1 ,mem_le_adv_rcv 
+0x4202 004006 increase 1 ,pdata 
+0x4203 004007 store 1 ,mem_le_adv_rcv 
+0x4204 004008 call le_create_conn 
+0x4205 004009 rtn master 
+0x4206 004010 call le_send_scan_request 
+0x4207 004011 nrtn match 
+0x4208 004012 fetch 1 ,mem_le_scanrsp_rcv 
+0x4209 004013 increase 1 ,pdata 
+0x420a 004014 store 1 ,mem_le_scanrsp_rcv 
+0x420b 004015 fetch 9 ,mem_le_rxbuf + 8 
+0x420c 004016 store 9 ,mem_temp_block0 
+0x420d 004017 rtn 
+:      004020 le_wait_adv:
+0x420e 004021 bpatchx patch22_1 ,mem_patch22 
+0x420f 004022 call le_next_adv_channel 
+0x4210 004023 call le_receive_adv 
+0x4211 004024 fetch 1 ,mem_le_adv_waitcnt 
+0x4212 004025 increase 1 ,pdata 
+0x4213 004026 store 1 ,mem_le_adv_waitcnt 
+0x4214 004027 rtn 
+:      004030 le_create_conn:
+0x4215 004031 bpatchx patch22_2 ,mem_patch22 
+0x4216 004032 fetch 1 ,mem_cmd_le_create_conn 
+0x4217 004033 rtnne hci_cmd_le_create_conn 
+0x4218 004034 fetch 6 ,mem_le_plap 
+0x4219 004035 fetcht 6 ,mem_le_conn_peer_addr 
+0x421a 004036 isub temp ,null 
+0x421b 004037 nrtn zero 
+0x421c 004038 call context_new 
+0x421d 004039 nrtn zero 
+0x421e 004040 call le_connect_request 
+0x421f 004041 call le_init_master 
+0x4220 004042 jam 0 ,mem_hci_cmd 
+0x4221 004043 jam 0 ,mem_le_peer_sca 
+0x4222 004044 jam 0 ,mem_le_scan_enable 
+0x4223 004045 jam 0 ,mem_cmd_le_create_conn 
+0x4224 004046 branch context_save 
+:      004048 le_connect_request:
+0x4225 004049 bpatchx patch22_3 ,mem_patch22 
+0x4226 004050 force -1 ,pdata 
+0x4227 004051 setsect 2 ,1 
+0x4228 004052 store 5 ,mem_le_channel_map 
+0x4229 004053 arg mem_le_state ,rega 
+0x422a 004054 call le_calc_channel_map 
+0x422b 004055 force 4 ,loopcnt 
+0x422c 004056 arg mem_le_access ,contw 
+0x422d 004057 call generate_random_loop 
+0x422e 004058 fetch 2 ,mem_le_timeout 
+0x422f 004059 store 2 ,mem_le_superto 
+:      004060 le_con_req_hop_retry:
+0x4230 004061 random pdata 
+0x4231 004062 and_into 0xf ,pdata 
+0x4232 004063 sub pdata ,4 ,null 
+0x4233 004064 branch le_con_req_hop_retry ,positive 
+0x4234 004065 store 1 ,mem_le_hop 
+0x4235 004067 bpatchx patch22_4 ,mem_patch22 
+0x4236 004068 fetcht 2 ,mem_le_conn_interval 
+0x4237 004069 storet 2 ,mem_le_tsniff 
+0x4238 004070 copy temp ,regc 
+0x4239 004071 add clkn_bt ,7 ,pdata 
+0x423a 004072 idiv regc 
+0x423b 004073 call wait_div_end 
+0x423c 004074 remainder rega 
+0x423d 004075 isub rega ,pdata 
+0x423e 004076 iadd regc ,pdata 
+0x423f 004077 fetcht 2 ,mem_le_dsniff 
+0x4240 004078 iadd temp ,pdata 
+0x4241 004079 store 4 ,mem_le_anchor 
+0x4242 004080 isub clkn_bt ,rega 
+0x4243 004081 increase -6 ,rega 
+0x4244 004082 arg 0x2205 ,regb 
+0x4245 004083 fetch 1 ,mem_le_conn_own_addr_type 
+0x4246 004084 nsetflag blank ,le_sender_addr_bit ,regb 
+0x4247 004085 fetch 1 ,mem_le_conn_peer_addr_type 
+0x4248 004086 nsetflag blank ,le_receiver_addr_bit ,regb 
+0x4249 004087 copy regb ,pdata 
+0x424a 004088 store 2 ,mem_le_txheader 
+0x424b 004089 fetch 6 ,mem_le_lap 
+0x424c 004090 istore 6 ,contw 
+0x424d 004091 fetch 6 ,mem_le_plap 
+0x424e 004092 istore 6 ,contw 
+0x424f 004093 fetch 4 ,mem_le_access 
+0x4250 004094 istore 4 ,contw 
+0x4251 004095 random pdata 
+0x4252 004096 istore 2 ,contw 
+0x4253 004097 random pdata 
+0x4254 004098 istore 1 ,contw 
+0x4255 004099 force 2 ,pdata 
+0x4256 004100 istore 1 ,contw 
+0x4257 004101 rshift2 rega ,pdata 
+0x4258 004102 istore 2 ,contw 
+0x4259 004103 rshift2 regc ,pdata 
+0x425a 004104 istore 2 ,contw 
+0x425b 004105 bpatchx patch22_5 ,mem_patch22 
+0x425c 004106 setarg 0 
+0x425d 004107 istore 2 ,contw 
+0x425e 004108 fetch 2 ,mem_le_timeout 
+0x425f 004109 istore 2 ,contw 
+0x4260 004110 fetch 5 ,mem_le_channel_map 
+0x4261 004111 istore 5 ,contw 
+0x4262 004112 fetch 1 ,mem_le_hop 
+0x4263 004113 arg param_le_sca ,temp 
+0x4264 004114 ior temp ,pdata 
+0x4265 004115 istore 1 ,contw 
+0x4266 004116 call le_transmit_norx 
+0x4267 004117 setarg mem_le_txheader 
+0x4268 004118 add pdata ,18 ,contr 
+0x4269 004119 ifetch 3 ,contr 
+0x426a 004120 store 3 ,mem_le_crcinit 
+0x426b 004121 rtn 
+:      004124 le_adv:
+0x426c 004125 jam 36 ,mem_le_ch_mapped 
+0x426d 004126 jam 0 ,mem_le_adv_channel_map_temp 
+0x426e 004127 call le_send_adv_protect_txbuf 
+0x426f 004128 call le_adv_loop 
+0x4270 004129 branch le_send_adv_recover_txbuf 
+:      004131 le_adv_loop:
+0x4271 004132 bpatchx patch22_6 ,mem_patch22 
+0x4272 004133 fetch 1 ,mem_le_adv_enable 
+0x4273 004134 rtn blank 
+0x4274 004135 arg le_adv_interval_timer ,queue 
+0x4275 004136 call timer_check 
+0x4276 004137 nrtn blank 
+0x4277 004138 enable swfine 
+0x4278 004139 call le_init_adv 
+0x4279 004140 call le_next_adv_channel 
+0x427a 004141 call le_send_adv_ind 
+0x427b 004142 nbranch le_adv_not_match ,match 
+0x427c 004143 fetch 1 ,mem_le_req_rcv 
+0x427d 004144 increase 1 ,pdata 
+0x427e 004145 store 1 ,mem_le_req_rcv 
+0x427f 004146 fetch 1 ,mem_le_rxbuf_adv_header 
+0x4280 004147 and pdata ,0x0f ,pdata 
+0x4281 004148 beq scan_req ,le_send_scan_response 
+0x4282 004149 beq connect_req ,le_parse_connect_req 
+:      004150 le_adv_not_match:
+0x4283 004151 bpatchx patch22_7 ,mem_patch22 
+0x4284 004152 fetch 1 ,mem_le_adv_channel_map_temp 
+0x4285 004153 fetcht 1 ,mem_le_adv_channel_map 
+0x4286 004154 isub temp ,null 
+0x4287 004155 nbranch le_adv_loop ,zero 
+0x4288 004156 random pdata 
+0x4289 004157 arg 0x1ff ,temp 
+0x428a 004158 iand temp ,pdata 
+0x428b 004159 add pdata ,250 ,pdata 
+0x428c 004160 call delay 
+0x428d 004161 arg le_adv_interval_timer ,queue 
+0x428e 004162 fetch 2 ,mem_le_adv_interval 
+0x428f 004163 branch timer_init 
+:      004165 le_send_adv_protect_txbuf:
+0x4290 004166 arg mem_le_tx_buf_temp ,contw 
+0x4291 004167 arg mem_le_txheader ,contr 
+0x4292 004168 branch memcpy48 
+:      004170 le_send_adv_recover_txbuf:
+0x4293 004171 arg mem_le_tx_buf_temp ,contr 
+0x4294 004172 arg mem_le_txheader ,contw 
+0x4295 004173 branch memcpy48 
+:      004175 le_init_adv:
+0x4296 004176 bpatchx patch23_0 ,mem_patch23 
+0x4297 004177 disable master 
+:      004178 le_adv_access:
+0x4298 004179 setarg 0x8e89be 
+0x4299 004180 lshift8 pdata ,pdata 
+0x429a 004181 or_into 0xd6 ,pdata 
+0x429b 004182 iforce access 
+0x429c 004183 setarg 0x555555 
+0x429d 004184 store 3 ,mem_le_crcinit 
+0x429e 004185 rtn 
+:      004189 le_send_adv_ind:
+0x429f 004190 bpatchx patch23_1 ,mem_patch23 
+0x42a0 004191 fetch 1 ,mem_le_adv_type 
+0x42a1 004192 fetcht 1 ,mem_le_adv_own_addr_type 
+0x42a2 004193 lshift4 temp ,temp 
+0x42a3 004194 lshift2 temp ,temp 
+0x42a4 004195 iadd temp ,temp 
+0x42a5 004196 storet 1 ,mem_le_txheader 
+0x42a6 004197 beq adv_direct_ind ,le_send_adv_direct_ind 
+0x42a7 004198 fetcht 1 ,mem_le_adv_data_len 
+0x42a8 004199 add temp ,6 ,pdata 
+0x42a9 004200 store 1 ,mem_le_txlen 
+0x42aa 004201 fetch 6 ,mem_le_lap 
+0x42ab 004202 store 6 ,mem_le_txpayload 
+0x42ac 004203 copy temp ,loopcnt 
+0x42ad 004204 arg mem_le_adv_data ,contr 
+0x42ae 004205 call memcpy_fast 
+0x42af 004206 branch le_send_adv_transmit 
+:      004208 le_send_adv_direct_ind:
+0x42b0 004209 setarg 12 
+0x42b1 004210 store 1 ,mem_le_txlen 
+0x42b2 004211 fetch 6 ,mem_le_lap 
+0x42b3 004212 store 6 ,mem_le_txpayload 
+0x42b4 004213 fetch 6 ,mem_hci_plap 
+0x42b5 004214 istore 6 ,contw 
+:      004215 le_send_adv_transmit:
+0x42b6 004216 bpatchx patch23_2 ,mem_patch23 
+0x42b7 004217 fetch 1 ,mem_le_adv_transmit 
+0x42b8 004218 increase 1 ,pdata 
+0x42b9 004219 store 1 ,mem_le_adv_transmit 
+0x42ba 004220 arg 1800 ,stop_watch 
+0x42bb 004221 disable match 
+0x42bc 004222 branch le_transmit_receive_sifs_without_change_mode 
+:      004225 le_send_scan_request:
+0x42bd 004226 bpatchx patch23_3 ,mem_patch23 
+0x42be 004227 fetch 1 ,mem_le_scan_type 
+0x42bf 004228 rtnne le_scan_type_active 
+0x42c0 004229 fetch 1 ,mem_le_adv_transmit 
+0x42c1 004230 increase 1 ,pdata 
+0x42c2 004231 store 1 ,mem_le_adv_transmit 
+0x42c3 004232 arg 0x0c03 ,temp 
+0x42c4 004233 fetch 1 ,mem_le_scan_own_addr_type 
+0x42c5 004234 nsetflag blank ,le_sender_addr_bit ,temp 
+0x42c6 004235 copy rega ,pdata 
+0x42c7 004236 nsetflag blank ,le_receiver_addr_bit ,temp 
+0x42c8 004237 storet 2 ,mem_le_txheader 
+0x42c9 004238 fetch 6 ,mem_le_lap 
+0x42ca 004239 istore 6 ,contw 
+0x42cb 004240 fetch 6 ,mem_le_plap 
+0x42cc 004241 istore 6 ,contw 
+0x42cd 004242 branch le_transmit_receive_sifs_without_change_mode 
+:      004244 le_send_scan_response:
+0x42ce 004245 fetch 6 ,mem_le_rxbuf_adv_scan_req_adv_address 
+0x42cf 004246 fetcht 6 ,mem_le_lap 
+0x42d0 004247 isub temp ,null 
+0x42d1 004248 nrtn zero 
+0x42d2 004249 arg scan_rsp ,temp 
+0x42d3 004250 fetch 1 ,mem_le_adv_own_addr_type 
+0x42d4 004251 nsetflag blank ,le_sender_addr_bit ,temp 
+0x42d5 004252 storet 1 ,mem_le_txheader 
+0x42d6 004253 fetcht 1 ,mem_le_scan_data_len 
+0x42d7 004254 add temp ,6 ,pdata 
+0x42d8 004255 store 1 ,mem_le_txlen 
+0x42d9 004256 fetch 6 ,mem_le_lap 
+0x42da 004257 store 6 ,mem_le_txpayload 
+0x42db 004258 arg mem_le_scan_data ,contr 
+0x42dc 004259 copy temp ,loopcnt 
+0x42dd 004260 call memcpy_fast 
+0x42de 004261 call le_transmit_norx 
+0x42df 004262 branch le_adv_not_match 
+:      004264 le_parse_connect_req:
+0x42e0 004265 fetch 6 ,mem_le_rxbuf_adv_connect_ind_adv_address 
+0x42e1 004266 fetcht 6 ,mem_le_lap 
+0x42e2 004267 isub temp ,null 
+0x42e3 004268 nrtn zero 
+0x42e4 004269 call le_scan_check_sender_addr_type 
+0x42e5 004270 storer rega ,1 ,mem_le_conn_peer_addr_type 
+0x42e6 004271 fetch 6 ,mem_le_rxbuf_adv_connect_ind_init_address 
+0x42e7 004272 store 6 ,mem_le_plap 
+0x42e8 004273 fetch 8 ,mem_le_rxbuf_adv_connect_ind_access_address 
+0x42e9 004274 store 8 ,mem_le_access 
+0x42ea 004275 fetcht 2 ,mem_le_rxbuf_adv_connect_ind_win_offset 
+0x42eb 004276 bpatchx patch23_4 ,mem_patch23 
+0x42ec 004277 lshift2 temp ,temp 
+0x42ed 004278 fetch 2 ,mem_le_rxbuf_adv_connect_ind_interval 
+0x42ee 004279 lshift2 pdata ,pdata 
+0x42ef 004280 store 2 ,mem_le_tsniff 
+0x42f0 004281 store 4 ,mem_le_anchor 
+0x42f1 004282 isub temp ,pdata 
+0x42f2 004283 add pdata ,-2 ,clke_bt 
+0x42f3 004284 fetch 9 ,mem_le_rxbuf_adv_connect_ind_latency 
+0x42f4 004285 store 9 ,mem_le_slave_latency 
+0x42f5 004286 fetch 1 ,mem_le_rxbuf_adv_connect_ind_hop_and_sca 
+0x42f6 004287 and pdata ,0x1f ,temp 
+0x42f7 004288 storet 1 ,mem_le_hop 
+0x42f8 004289 rshift4 pdata ,temp 
+0x42f9 004290 rshift temp ,temp 
+0x42fa 004291 storet 1 ,mem_le_peer_sca 
+0x42fb 004292 arg mem_le_state ,rega 
+0x42fc 004293 call le_receive_window_size 
+0x42fd 004294 arg mem_le_state ,rega 
+0x42fe 004295 call le_calc_channel_map 
+0x42ff 004296 call le_init_slave 
+0x4300 004297 call context_new 
+0x4301 004298 nrtn zero 
+0x4302 004299 bpatchx patch23_5 ,mem_patch23 
+0x4303 004300 call calc_clke_offset 
+0x4304 004301 call le_l2cap_reset_signaling_identifier 
+0x4305 004302 jam bt_evt_le_connected ,mem_fifo_temp 
+0x4306 004303 call ui_ipc_send_event 
+0x4307 004304 branch context_save 
+:      004307 le_next_adv_channel:
+0x4308 004308 bpatchx patch23_6 ,mem_patch23 
+0x4309 004309 fetch 1 ,mem_le_ch_mapped 
+0x430a 004310 beq 37 ,le_next_adv_channel_curr_channel_37 
+0x430b 004311 beq 38 ,le_next_adv_channel_curr_channel_38 
+0x430c 004312 beq 39 ,le_next_adv_channel_curr_channel_39 
+0x430d 004313 branch le_next_adv_channel_curr_channel_39 
+:      004315 le_next_adv_channel_curr_channel_37:
+0x430e 004316 fetcht 1 ,mem_le_adv_channel_map 
+0x430f 004317 isolate1 bit_adv_channel_map_38 ,temp 
+0x4310 004318 branch set_le_next_adv_channel_38 ,true 
+0x4311 004319 isolate1 bit_adv_channel_map_39 ,temp 
+0x4312 004320 branch set_le_next_adv_channel_39 ,true 
+0x4313 004321 branch set_le_next_adv_channel_37 
+:      004324 le_next_adv_channel_curr_channel_38:
+0x4314 004325 fetcht 1 ,mem_le_adv_channel_map 
+0x4315 004326 isolate1 bit_adv_channel_map_39 ,temp 
+0x4316 004327 branch set_le_next_adv_channel_39 ,true 
+0x4317 004328 isolate1 bit_adv_channel_map_37 ,temp 
+0x4318 004329 branch set_le_next_adv_channel_37 ,true 
+0x4319 004330 branch set_le_next_adv_channel_38 
+:      004333 le_next_adv_channel_curr_channel_39:
+0x431a 004334 fetcht 1 ,mem_le_adv_channel_map 
+0x431b 004335 isolate1 bit_adv_channel_map_37 ,temp 
+0x431c 004336 branch set_le_next_adv_channel_37 ,true 
+0x431d 004337 isolate1 bit_adv_channel_map_38 ,temp 
+0x431e 004338 branch set_le_next_adv_channel_38 ,true 
+0x431f 004339 branch set_le_next_adv_channel_39 
+:      004341 set_le_next_adv_channel_37:
+0x4320 004342 jam 37 ,mem_le_ch_mapped 
+0x4321 004343 fetch 1 ,mem_le_adv_channel_map_temp 
+0x4322 004344 set1 bit_adv_channel_map_37 ,pdata 
+0x4323 004345 store 1 ,mem_le_adv_channel_map_temp 
+0x4324 004346 rtn 
+:      004348 set_le_next_adv_channel_38:
+0x4325 004349 jam 38 ,mem_le_ch_mapped 
+0x4326 004350 fetch 1 ,mem_le_adv_channel_map_temp 
+0x4327 004351 set1 bit_adv_channel_map_38 ,pdata 
+0x4328 004352 store 1 ,mem_le_adv_channel_map_temp 
+0x4329 004353 rtn 
+:      004355 set_le_next_adv_channel_39:
+0x432a 004356 jam 39 ,mem_le_ch_mapped 
+0x432b 004357 fetch 1 ,mem_le_adv_channel_map_temp 
+0x432c 004358 set1 bit_adv_channel_map_39 ,pdata 
+0x432d 004359 store 1 ,mem_le_adv_channel_map_temp 
+0x432e 004360 rtn 
+:      004365 le_parse_att:
+0x432f 004366 ifetch 3 ,contr 
+0x4330 004367 store 3 ,mem_le_att_opcode 
+:      004368 le_parse_att2:
+0x4331 004369 beq attop_exchange_mtu_request ,le_parse_att_exchange_mtu_request 
+0x4332 004370 beq attop_exchange_mtu_response ,le_parse_att_exchange_mtu_response 
+0x4333 004371 beq attop_find_information_request ,le_parse_att_find_information_request 
+0x4334 004372 beq attop_find_by_type_value_request ,le_parse_att_find_by_type_value_request 
+0x4335 004373 beq attop_read_by_type_request ,le_parse_att_read_by_type_request 
+0x4336 004374 beq attop_read_request ,le_parse_att_read_request 
+0x4337 004375 beq attop_read_blob_request ,le_parse_att_read_blob_request 
+0x4338 004376 beq attop_read_by_group_type_request ,le_parse_att_read_by_group_type_request 
+0x4339 004377 beq attop_write_request ,le_parse_att_write_request 
+0x433a 004378 beq attop_prepare_write_request ,le_parse_att_prepare_write_request 
+0x433b 004379 beq attop_execute_write_request ,le_parse_att_execute_write_request 
+0x433c 004380 beq attop_handle_value_confirmation ,le_parse_handle_value_confirmation 
+0x433d 004381 beq attop_write_command ,le_parse_att_write_command 
+0x433e 004382 rtn 
+:      004385 le_send_att_exchange_mtu_requset:
+0x433f 004386 force 3 ,rega 
+0x4340 004387 call le_fifo_malloc_tx_l2cap_gatt 
+0x4341 004388 setarg attop_exchange_mtu_request 
+0x4342 004389 istore 1 ,contw 
+0x4343 004390 fetch 2 ,mem_le_local_mtu 
+0x4344 004391 istore 2 ,contw 
+0x4345 004392 rtn 
+:      004395 le_parse_att_exchange_mtu_request:
+0x4346 004396 call le_parse_att_exchange_mtu_response 
+:      004397 le_send_att_exchange_mtu_response:
+0x4347 004398 force 3 ,rega 
+0x4348 004399 call le_fifo_malloc_tx_l2cap_gatt 
+0x4349 004400 setarg attop_exchange_mtu_response 
+0x434a 004401 istore 1 ,contw 
+0x434b 004402 fetch 2 ,mem_le_local_mtu 
+0x434c 004403 istore 2 ,contw 
+0x434d 004404 rtn 
+:      004406 le_parse_att_exchange_mtu_response:
+0x434e 004407 rshift8 pdata ,pdata 
+0x434f 004408 store 2 ,mem_le_remote_mtu 
+0x4350 004409 rtn 
+:      004411 le_parse_att_find_information_request:
+0x4351 004412 call le_get_search_handle_start_end_common 
+0x4352 004413 call enable_user 
+0x4353 004414 branch le_send_att_find_information_response 
+:      004416 le_send_att_find_information_response:
+0x4354 004417 arg 3 ,timeup 
+0x4355 004418 call le_init_attlist_search 
+:      004419 le_send_att_find_information_res_loop:
+0x4356 004420 call le_att_handle_inrange 
+0x4357 004421 branch le_send_att_find_information_res_end ,blank 
+0x4358 004422 nbranch le_send_att_find_information_res_next ,positive 
+0x4359 004423 increase -2 ,contr 
+0x435a 004424 call store_contr 
+0x435b 004425 call get_contw 
+0x435c 004426 nbranch le_send_att_find_information_res_store_info ,user 
+0x435d 004427 call push_stack_rega_b_c 
+0x435e 004428 call disable_user 
+0x435f 004429 storer timeup ,4 ,mem_timeup 
+0x4360 004430 force 20 ,rega 
+0x4361 004431 call le_fifo_malloc_tx_l2cap_gatt 
+0x4362 004432 fetchr timeup ,4 ,mem_timeup 
+0x4363 004433 call pop_stack_rega_b_c 
+0x4364 004434 setarg attop_find_information_response 
+0x4365 004435 istore 1 ,contw 
+0x4366 004436 setarg uuid_size_16bit 
+0x4367 004437 istore 1 ,contw 
+:      004438 le_send_att_find_information_res_store_info:
+0x4368 004439 call get_contr 
+0x4369 004440 ifetch 2 ,contr 
+0x436a 004441 and_into 0xff ,pdata 
+0x436b 004442 istore 2 ,contw 
+0x436c 004443 ifetch 1 ,contr 
+0x436d 004444 copy pdata ,loopcnt 
+0x436e 004445 call memcpy 
+0x436f 004446 call store_contw 
+0x4370 004447 increase -1 ,timeup 
+0x4371 004448 branch le_send_att_find_information_res_end ,zero 
+:      004449 le_send_att_find_information_res_cont:
+0x4372 004450 ifetch 1 ,contr 
+0x4373 004451 iadd contr ,contr 
+0x4374 004452 branch le_send_att_find_information_res_loop 
+:      004453 le_send_att_find_information_res_next:
+0x4375 004454 ifetch 1 ,contr 
+0x4376 004455 iadd contr ,contr 
+0x4377 004456 branch le_send_att_find_information_res_cont 
+:      004457 le_send_att_find_information_res_end:
+0x4378 004458 branch le_send_att_error_response_notfound ,user 
+0x4379 004459 branch le_send_auto_len_by_mem 
+:      004462 le_parse_att_find_by_type_value_request:
+0x437a 004463 call le_get_search_handle_start_end_common 
+0x437b 004464 ifetch 2 ,contr 
+0x437c 004465 store 2 ,mem_le_search_uuid 
+0x437d 004466 call store_contr 
+0x437e 004467 arg mem_le_search_att_type_length ,contw 
+0x437f 004468 fetch 2 ,mem_le_l2cap_size 
+0x4380 004469 increase -7 ,pdata 
+0x4381 004470 call le_get_search_common2 
+0x4382 004471 branch le_send_att_find_by_type_value_response 
+:      004474 le_start_end_handle_check_1:
+0x4383 004475 disable user 
+0x4384 004476 fetcht 2 ,mem_le_search_handle_start 
+0x4385 004477 fetch 2 ,mem_le_search_handle_end 
+0x4386 004478 isub temp ,null 
+0x4387 004479 nbranch le_start_end_handle_check_1_fail ,positive 
+0x4388 004480 deposit temp 
+0x4389 004481 rtnne 0 
+:      004482 le_start_end_handle_check_1_fail:
+0x438a 004483 enable user 
+0x438b 004484 jam att_err_invalid_handle ,mem_le_err_code 
+0x438c 004485 branch le_send_att_error_response 
+:      004488 le_send_att_find_by_type_value_response:
+0x438d 004489 call le_start_end_handle_check_1 
+0x438e 004490 rtn user 
+0x438f 004491 fetcht 2 ,mem_le_search_uuid 
+0x4390 004492 setarg uuid_gatt_primary_service 
+0x4391 004493 isub temp ,null 
+0x4392 004494 branch le_send_att_find_by_type_value_res_primary ,zero 
+0x4393 004495 branch le_send_att_error_response_notfound 
+:      004498 le_send_att_find_by_type_value_res_primary:
+0x4394 004499 jam le_find_by_type_val_res_not_found ,mem_le_search_res 
+0x4395 004500 fetcht 2 ,mem_le_search_handle_start 
+0x4396 004501 storet 2 ,mem_temp 
+0x4397 004502 call le_att_get_handle_info 
+0x4398 004503 nbranch le_send_att_error_response_notfound ,blank 
+:      004504 le_send_att_find_primary_search_loop:
+0x4399 004505 fetcht 2 ,mem_temp 
+0x439a 004506 call le_att_get_handle_info 
+0x439b 004507 nbranch le_send_att_error_response_notfound2 ,blank 
+0x439c 004508 copy contr ,rega 
+0x439d 004509 fetch 1 ,mem_le_curr_att_len 
+0x439e 004510 copy pdata ,loopcnt 
+0x439f 004511 fetcht 1 ,mem_le_search_att_type_length 
+0x43a0 004512 isub temp ,null 
+0x43a1 004513 nbranch le_send_att_find_primary_search_loop1 ,zero 
+0x43a2 004514 arg mem_le_search_att_type ,regb 
+0x43a3 004515 call string_compare 
+0x43a4 004517 branch le_send_att_find_primary_search_end_start_handle_found ,zero 
+0x43a5 004519 fetch 2 ,mem_le_cur_uuid 
+0x43a6 004520 fetcht 2 ,mem_le_search_uuid 
+0x43a7 004521 isub temp ,null 
+0x43a8 004522 branch le_send_att_find_primary_search_end_ending_handle_found ,zero 
+:      004523 le_send_att_find_primary_search_loop1:
+0x43a9 004524 fetch 2 ,mem_temp 
+0x43aa 004525 increase 1 ,pdata 
+0x43ab 004526 store 2 ,mem_temp 
+0x43ac 004527 branch le_send_att_find_primary_search_loop 
+:      004529 le_send_att_error_response_notfound2:
+0x43ad 004530 fetch 1 ,mem_le_search_res 
+0x43ae 004531 beq le_find_by_type_val_res_found_starting_handle ,le_send_att_find_primary_search_end_ending_handle_found 
+0x43af 004532 branch le_send_att_error_response_notfound 
+:      004535 le_send_att_find_primary_search_end_start_handle_found:
+0x43b0 004536 fetch 2 ,mem_le_cur_uuid 
+0x43b1 004537 fetcht 2 ,mem_le_search_uuid 
+0x43b2 004538 isub temp ,null 
+0x43b3 004539 nbranch le_send_att_find_primary_search_loop1 ,zero 
+0x43b4 004540 jam le_find_by_type_val_res_found_starting_handle ,mem_le_search_res 
+0x43b5 004542 fetcht 2 ,mem_temp 
+0x43b6 004543 storet 2 ,mem_le_cur_handle_start 
+0x43b7 004544 branch le_send_att_find_primary_search_loop1 
+:      004546 le_send_att_find_primary_search_end_ending_handle_found:
+0x43b8 004547 fetch 1 ,mem_le_search_res 
+0x43b9 004548 beq le_find_by_type_val_res_not_found ,le_send_att_find_primary_search_loop1 
+0x43ba 004549 jam le_find_by_type_val_res_found_ending_handle ,mem_le_search_res 
+0x43bb 004550 fetcht 2 ,mem_temp 
+0x43bc 004551 increase -1 ,temp 
+0x43bd 004552 storet 2 ,mem_le_cur_handle_end 
+:      004554 le_send_att_find_primary_search_end:
+0x43be 004555 arg 5 ,rega 
+0x43bf 004556 call le_fifo_malloc_tx_l2cap_gatt 
+0x43c0 004557 setarg attop_find_by_type_value_response 
+0x43c1 004558 istore 1 ,contw 
+0x43c2 004559 fetch 2 ,mem_le_cur_handle_start 
+0x43c3 004560 istore 2 ,contw 
+0x43c4 004561 fetch 2 ,mem_le_cur_handle_end 
+0x43c5 004562 istore 2 ,contw 
+0x43c6 004563 rtn 
+:      004567 le_parse_att_read_by_type_request:
+0x43c7 004568 call le_get_search_handle_start_end_common 
+0x43c8 004569 call le_get_search_att_type 
+0x43c9 004570 branch le_send_att_read_by_type_response 
+:      004572 le_send_att_read_by_type_response:
+0x43ca 004573 fetcht 2 ,mem_le_search_handle_start 
+0x43cb 004574 storet 2 ,mem_temp 
+0x43cc 004575 call le_init_attlist_search 
+0x43cd 004576 call le_att_get_handle_ptr2 
+0x43ce 004577 increase -2 ,contr 
+0x43cf 004578 copy contr ,pdata 
+0x43d0 004579 store 2 ,mem_le_cur_attlist_start_ptr 
+0x43d1 004581 fetcht 2 ,mem_le_search_att_type 
+0x43d2 004582 setarg uuid_chrctr_device_name 
+0x43d3 004583 isub temp ,null 
+0x43d4 004584 branch le_send_att_read_by_type_res_device_name ,zero 
+0x43d5 004585 setarg uuid_gatt_characteristic 
+0x43d6 004586 isub temp ,null 
+0x43d7 004587 nbranch le_send_att_read_by_type_res_not_characteristic ,zero 
+0x43d8 004588 arg 2 ,timeup 
+:      004589 le_send_att_read_by_type_response_loop:
+0x43d9 004590 call le_att_check_handle_end 
+0x43da 004591 nbranch le_send_att_read_by_type_response_end ,positive 
+0x43db 004592 fetcht 2 ,mem_temp 
+0x43dc 004593 call le_att_get_handle_info_from_ptr 
+0x43dd 004594 nbranch le_send_att_read_by_type_response_end ,blank 
+0x43de 004595 call le_att_same_type 
+0x43df 004596 nbranch le_send_att_read_by_type_response_next_handle ,zero 
+0x43e0 004597 nbranch le_send_att_read_by_type_res_found_next ,user 
+0x43e1 004598 disable user 
+0x43e2 004599 arg 20 ,rega 
+0x43e3 004600 call le_fifo_malloc_tx_l2cap_gatt 
+0x43e4 004601 setarg attop_read_by_type_response 
+0x43e5 004602 istore 1 ,contw 
+0x43e6 004603 copy contw ,alarm 
+0x43e7 004604 increase 1 ,contw 
+0x43e8 004606 call le_send_att_read_by_type_write_properties 
+0x43e9 004607 call le_att_next_handle 
+0x43ea 004608 call le_att_get_handle_info_from_ptr 
+0x43eb 004609 call le_send_att_read_by_type_write_uuid 
+0x43ec 004610 fetch 1 ,mem_le_cur_uuid_length 
+0x43ed 004611 add pdata ,5 ,rega 
+0x43ee 004612 istorer rega ,1 ,alarm 
+0x43ef 004614 sub rega ,7 ,null 
+0x43f0 004615 ncall enable_user2 ,zero 
+0x43f1 004616 call disable_user2 ,zero 
+0x43f2 004617 call le_get_search_max_mtu_data 
+0x43f3 004618 idiv rega 
+0x43f4 004619 call wait_div_end 
+0x43f5 004620 quotient timeup 
+0x43f6 004621 increase -1 ,timeup 
+0x43f7 004622 branch le_send_att_read_by_type_response_end ,zero 
+:      004623 le_send_att_read_by_type_response_next_handle:
+0x43f8 004624 call le_att_next_handle 
+0x43f9 004625 branch le_send_att_read_by_type_response_loop 
+:      004626 le_send_att_read_by_type_response_end:
+0x43fa 004627 branch le_send_att_error_response_notfound ,user 
+0x43fb 004628 branch le_send_auto_len_by_mem 
+:      004630 le_send_att_read_by_type_res_found_next:
+0x43fc 004631 call le_store_att_record 
+0x43fd 004632 call le_att_next_handle 
+0x43fe 004633 call le_att_get_handle_info_from_ptr 
+0x43ff 004634 call le_send_att_read_by_type_res_check_pair_length_type 
+0x4400 004635 nbranch le_send_att_read_by_type_response_end ,blank 
+0x4401 004637 call get_contw 
+0x4402 004638 fetch 2 ,mem_temp 
+0x4403 004639 increase -1 ,pdata 
+0x4404 004640 istore 2 ,contw 
+0x4405 004641 call le_write_att_record_common 
+0x4406 004642 call le_send_att_read_by_type_write_uuid 
+0x4407 004643 increase -1 ,timeup 
+0x4408 004644 branch le_send_att_read_by_type_response_end ,zero 
+0x4409 004645 branch le_send_att_read_by_type_response_next_handle 
+:      004648 le_send_att_read_by_type_write_properties:
+0x440a 004649 fetch 2 ,mem_temp 
+0x440b 004650 istore 2 ,contw 
+0x440c 004652 fetch 1 ,mem_le_curr_att_len 
+0x440d 004653 copy pdata ,loopcnt 
+0x440e 004654 call get_contr 
+0x440f 004655 call memcpy_fast 
+0x4410 004656 branch store_contw 
+:      004657 le_send_att_read_by_type_write_uuid:
+0x4411 004658 call get_contw 
+0x4412 004659 fetch 2 ,mem_temp 
+0x4413 004660 istore 2 ,contw 
+0x4414 004661 call store_contw 
+0x4415 004662 fetch 1 ,mem_le_cur_uuid_length 
+0x4416 004663 copy pdata ,loopcnt 
+0x4417 004664 call get_contw 
+0x4418 004665 call get_contr 
+0x4419 004666 isub loopcnt ,contr 
+0x441a 004667 increase -1 ,contr 
+0x441b 004668 call memcpy_fast 
+0x441c 004669 branch store_contw 
+:      004673 le_send_att_read_by_type_res_not_characteristic:
+0x441d 004674 call le_att_get_short_uuid_ptr 
+0x441e 004675 branch le_send_att_error_response_notfound ,blank 
+0x441f 004676 copy contr ,regc 
+0x4420 004677 increase -5 ,contr 
+0x4421 004678 ifetch 2 ,contr 
+0x4422 004679 store 2 ,mem_temp 
+0x4423 004680 arg 20 ,rega 
+0x4424 004681 call le_fifo_malloc_tx_l2cap_gatt 
+0x4425 004682 setarg attop_read_by_type_response 
+0x4426 004683 istore 1 ,contw 
+0x4427 004684 ifetch 1 ,regc 
+0x4428 004685 copy pdata ,loopcnt 
+0x4429 004686 increase 2 ,pdata 
+0x442a 004687 istore 1 ,contw 
+0x442b 004688 fetch 2 ,mem_temp 
+0x442c 004689 istore 2 ,contw 
+0x442d 004690 add regc ,1 ,contr 
+0x442e 004691 call memcpy_fast 
+0x442f 004692 call store_contw 
+0x4430 004693 branch le_send_auto_len_by_mem 
+:      004697 le_send_att_read_by_type_res_device_name:
+0x4431 004698 arg uuid_chrctr_device_name ,temp 
+0x4432 004699 call le_att_get_short_uuid_ptr 
+0x4433 004700 rtn blank 
+0x4434 004701 increase -5 ,contr 
+0x4435 004702 ifetch 2 ,contr 
+0x4436 004703 store 2 ,mem_temp 
+0x4437 004704 arg 20 ,rega 
+0x4438 004705 call le_fifo_malloc_tx_l2cap_gatt 
+0x4439 004706 setarg attop_read_by_type_response 
+0x443a 004707 istore 1 ,contw 
+0x443b 004708 fetch 1 ,mem_le_name_len 
+0x443c 004709 copy pdata ,loopcnt 
+0x443d 004710 increase 2 ,pdata 
+0x443e 004711 istore 1 ,contw 
+0x443f 004712 fetch 2 ,mem_temp 
+0x4440 004713 istore 2 ,contw 
+0x4441 004714 arg mem_le_name ,contr 
+0x4442 004715 call memcpy_fast 
+0x4443 004716 call store_contw 
+0x4444 004717 branch le_send_auto_len_by_mem 
+:      004721 le_parse_att_read_request:
+0x4445 004722 call le_check_encrypt_state 
+0x4446 004723 fetcht 2 ,mem_le_att_handle 
+0x4447 004724 fetch 1 ,mem_le_configuration 
+0x4448 004725 bbit1 bit_ble_read_auth ,le_send_att_read_response_check_auth 
+:      004728 le_send_att_read_response:
+0x4449 004729 call le_att_get_handle_ptr2 
+0x444a 004730 nbranch le_send_att_error_response_notfound ,zero 
+0x444b 004731 call le_send_att_read_response_check_handle ,user 
+0x444c 004732 rtn user 
+0x444d 004733 call le_att_get_handle_ptr_found 
+0x444e 004734 increase -2 ,contr 
+0x444f 004735 ifetch 2 ,contr 
+0x4450 004736 arg uuid_chrctr_device_name ,temp 
+0x4451 004737 isub temp ,null 
+0x4452 004738 branch le_send_device_name ,zero 
+0x4453 004739 ifetch 1 ,contr 
+0x4454 004740 sub pdata ,22 ,null 
+0x4455 004741 branch le_send_att_read_response_less ,positive 
+0x4456 004742 force 22 ,pdata 
+:      004743 le_send_att_read_response_less:
+0x4457 004744 copy pdata ,regc 
+0x4458 004745 call store_contr 
+0x4459 004746 add regc ,1 ,rega 
+0x445a 004747 call le_fifo_malloc_tx_l2cap_gatt 
+0x445b 004748 setarg attop_read_response 
+0x445c 004749 istore 1 ,contw 
+0x445d 004750 copy regc ,loopcnt 
+0x445e 004751 call get_contr 
+0x445f 004752 branch memcpy 
+:      004754 le_send_device_name:
+0x4460 004755 call store_contr 
+0x4461 004756 fetch 1 ,mem_le_name_len 
+0x4462 004757 add pdata ,1 ,rega 
+0x4463 004758 call le_fifo_malloc_tx_l2cap_gatt 
+0x4464 004759 setarg attop_read_response 
+0x4465 004760 istore 1 ,contw 
+0x4466 004761 fetch 1 ,mem_le_name_len 
+0x4467 004762 copy pdata ,loopcnt 
+0x4468 004763 arg mem_le_name ,contr 
+0x4469 004764 branch memcpy 
+:      004767 le_send_att_read_response_check_auth:
+0x446a 004768 fetch 2 ,mem_le_pairing_handle 
+0x446b 004769 isub temp ,null 
+0x446c 004770 nbranch le_send_att_read_response ,zero 
+0x446d 004771 nbranch le_send_att_read_response ,user 
+:      004772 le_send_att_read_response_error_insufficient_auth:
+0x446e 004773 jam att_err_insufficient_authentication ,mem_le_err_code 
+0x446f 004774 branch le_send_att_error_response 
+:      004776 le_send_att_read_response_check_handle:
+0x4470 004777 increase -2 ,contr 
+0x4471 004778 ifetch 2 ,contr 
+0x4472 004779 bbit1 bit_of_att_handle_read_authenticated ,le_send_att_read_response_error_insufficient_auth 
+0x4473 004780 branch disable_user 
+:      004782 le_parse_att_read_blob_request:
+0x4474 004783 ifetch 2 ,contr 
+0x4475 004784 store 2 ,mem_le_att_offset 
+:      004785 le_send_att_read_blob_response:
+0x4476 004786 arg 20 ,rega 
+0x4477 004787 call le_fifo_malloc_tx_l2cap_gatt 
+0x4478 004788 setarg attop_read_blob_response 
+0x4479 004789 istore 1 ,contw 
+0x447a 004790 fetch 2 ,mem_le_att_offset 
+0x447b 004791 iforce rega 
+0x447c 004792 fetcht 2 ,mem_le_att_handle 
+0x447d 004793 call le_att_get_handle_ptr 
+0x447e 004794 branch le_send_att_error_response_notfound ,blank 
+0x447f 004795 ifetch 1 ,contr 
+0x4480 004796 isub rega ,loopcnt 
+0x4481 004797 nbranch le_send_att_error_response_notfound ,positive 
+0x4482 004798 sub loopcnt ,22 ,null 
+0x4483 004799 branch le_send_att_read_blob_response_less ,positive 
+0x4484 004800 force 22 ,loopcnt 
+:      004801 le_send_att_read_blob_response_less:
+0x4485 004802 deposit rega 
+0x4486 004803 iadd contr ,contr 
+0x4487 004804 call memcpy_fast 
+0x4488 004805 call store_contw 
+0x4489 004806 branch le_send_auto_len_by_mem 
+:      004810 le_parse_att_read_by_group_type_request:
+0x448a 004811 call le_get_search_handle_start_end_common 
+0x448b 004812 call le_get_search_att_type 
+0x448c 004813 branch le_send_att_read_by_group_type_response 
+:      004819 le_send_att_read_by_group_type_response:
+0x448d 004820 arg 2 ,timeup 
+0x448e 004821 fetcht 2 ,mem_le_search_handle_start 
+0x448f 004822 storet 2 ,mem_temp 
+0x4490 004823 call le_att_get_handle_ptr2 
+0x4491 004824 increase -2 ,contr 
+0x4492 004825 copy contr ,pdata 
+0x4493 004826 store 2 ,mem_le_cur_attlist_start_ptr 
+:      004827 le_send_att_read_by_group_type_response_loop:
+0x4494 004828 call le_att_check_handle_end 
+0x4495 004829 nbranch le_send_att_read_by_group_type_end0 ,positive 
+0x4496 004830 fetcht 2 ,mem_temp 
+0x4497 004831 call le_att_get_handle_info_from_ptr 
+0x4498 004832 nbranch le_send_att_read_by_group_type_end1 ,blank 
+0x4499 004834 call le_att_same_type 
+0x449a 004835 nbranch le_send_att_read_by_group_type_next_handle ,zero 
+0x449b 004836 copy timeup ,pdata 
+0x449c 004837 beq 0 ,le_send_att_read_by_group_type_end1 
+0x449d 004838 nbranch le_send_att_read_by_group_type_store_write_record ,user 
+0x449e 004839 disable user 
+0x449f 004841 arg 20 ,rega 
+0x44a0 004842 call le_fifo_malloc_tx_l2cap_gatt 
+0x44a1 004843 setarg attop_read_by_group_type_response 
+0x44a2 004844 istore 1 ,contw 
+0x44a3 004845 fetch 1 ,mem_le_curr_att_len 
+0x44a4 004846 add pdata ,4 ,rega 
+0x44a5 004847 istorer rega ,1 ,contw 
+0x44a6 004848 call store_contw 
+0x44a7 004849 sub rega ,6 ,null 
+0x44a8 004850 ncall enable_user2 ,zero 
+0x44a9 004851 call disable_user2 ,zero 
+0x44aa 004852 call le_get_search_max_mtu_data 
+0x44ab 004853 idiv rega 
+0x44ac 004854 call wait_div_end 
+0x44ad 004855 quotient timeup 
+0x44ae 004856 branch le_send_att_read_by_group_type_store_record 
+:      004857 le_send_att_read_by_group_type_store_write_record:
+0x44af 004858 call le_send_att_read_by_group_type_check_pair_length_type 
+0x44b0 004859 nbranch le_send_att_read_by_group_type_end1 ,blank 
+0x44b1 004860 fetch 2 ,mem_temp 
+0x44b2 004861 increase -1 ,pdata 
+0x44b3 004862 store 2 ,mem_le_cur_handle_end 
+0x44b4 004863 call le_write_att_record 
+:      004864 le_send_att_read_by_group_type_store_record:
+0x44b5 004865 fetch 2 ,mem_temp 
+0x44b6 004866 store 2 ,mem_le_cur_handle_start 
+0x44b7 004867 call le_store_att_record 
+0x44b8 004868 increase -1 ,timeup 
+:      004870 le_send_att_read_by_group_type_next_handle:
+0x44b9 004871 call le_att_next_handle 
+0x44ba 004872 branch le_send_att_read_by_group_type_response_loop 
+:      004874 le_send_att_read_by_type_res_check_pair_length_type:
+0x44bb 004875 fetch 1 ,mem_le_cur_uuid_length 
+0x44bc 004876 branch le_send_att_read_by_group_type_check_pair_length_type + 1 
+:      004879 le_send_att_read_by_group_type_check_pair_length_type:
+0x44bd 004880 fetch 1 ,mem_le_curr_att_len 
+0x44be 004881 branch le_send_att_read_by_group_type_check_pair_length_type_16byte ,user2 
+0x44bf 004882 increase -2 ,pdata 
+0x44c0 004883 rtn 
+:      004885 le_send_att_read_by_group_type_check_pair_length_type_16byte:
+0x44c1 004886 increase -16 ,pdata 
+0x44c2 004887 rtn 
+:      004889 le_send_att_read_by_group_type_end0:
+0x44c3 004890 fetch 2 ,mem_temp 
+0x44c4 004891 store 2 ,mem_le_cur_handle_end 
+0x44c5 004892 branch le_send_att_read_by_group_type_end_common 
+:      004893 le_send_att_read_by_group_type_end1:
+0x44c6 004894 fetch 2 ,mem_temp 
+0x44c7 004895 increase -1 ,pdata 
+0x44c8 004896 store 2 ,mem_le_cur_handle_end 
+0x44c9 004897 branch le_send_att_read_by_group_type_end_common 
+:      004898 le_send_att_read_by_group_type_end_common:
+0x44ca 004899 branch le_send_att_error_response_notfound ,user 
+0x44cb 004900 call le_write_att_record 
+0x44cc 004901 branch le_send_auto_len_by_mem 
+:      004906 le_parse_att_write_request:
+0x44cd 004907 copy contr ,rega 
+0x44ce 004908 fetch 2 ,mem_le_l2cap_size 
+0x44cf 004909 add pdata ,-3 ,regb 
+0x44d0 004910 call le_writeatt_cb 
+:      004911 le_send_att_write_response_check_auth:
+0x44d1 004912 bpatchx patch23_7 ,mem_patch23 
+0x44d2 004913 call le_check_encrypt_state 
+0x44d3 004914 fetcht 2 ,mem_le_att_handle 
+0x44d4 004915 call le_att_get_handle_ptr2 
+0x44d5 004916 nbranch le_send_att_write_response_error_invalid_handle ,zero 
+0x44d6 004917 call le_send_att_write_response_check_handle ,user 
+0x44d7 004918 rtn user 
+0x44d8 004920 fetch 1 ,mem_le_configuration 
+0x44d9 004921 bbit0 bit_ble_write_auth ,le_send_att_write_response 
+0x44da 004923 fetcht 2 ,mem_le_att_handle 
+0x44db 004924 fetch 2 ,mem_le_pairing_handle 
+0x44dc 004925 isub temp ,null 
+0x44dd 004926 nbranch le_send_att_write_response ,zero 
+0x44de 004927 call le_check_encrypt_state 
+0x44df 004928 nbranch le_send_att_write_response ,user 
+0x44e0 004929 branch le_send_att_read_response_error_insufficient_auth 
+:      004932 le_send_att_write_response:
+0x44e1 004933 force 1 ,rega 
+0x44e2 004934 call le_fifo_malloc_tx_l2cap_gatt 
+0x44e3 004935 setarg attop_write_response 
+0x44e4 004936 istore 1 ,contw 
+0x44e5 004937 rtn 
+:      004939 le_send_att_write_response_check_handle:
+0x44e6 004940 increase -2 ,contr 
+0x44e7 004941 ifetch 2 ,contr 
+0x44e8 004942 bbit1 bit_of_att_handle_write_authenticated ,le_send_att_read_response_error_insufficient_auth 
+0x44e9 004943 branch disable_user 
+:      004945 le_send_att_write_response_error_invalid_handle:
+0x44ea 004946 jam att_err_invalid_handle ,mem_le_err_code 
+0x44eb 004947 branch le_send_att_error_response 
+:      004950 le_check_encrypt_state:
+0x44ec 004951 bpatchx patch24_0 ,mem_patch24 
+0x44ed 004952 call disable_user 
+0x44ee 004953 fetch 1 ,mem_le_pairing_mode 
+0x44ef 004954 rtneq le_pairing_mode_none 
+0x44f0 004955 fetch 1 ,mem_context 
+0x44f1 004956 rtnbit1 lestate_encryption 
+0x44f2 004957 branch enable_user 
+:      004960 le_parse_att_prepare_write_request:
+0x44f3 004961 add contr ,2 ,rega 
+0x44f4 004962 fetch 2 ,mem_le_l2cap_size 
+0x44f5 004963 add pdata ,-5 ,regb 
+0x44f6 004964 call le_writeatt_cb 
+0x44f7 004965 branch le_send_att_prepare_write_response 
+:      004968 le_send_att_prepare_write_response:
+0x44f8 004969 fetch 2 ,mem_le_l2cap_size 
+0x44f9 004970 copy pdata ,rega 
+0x44fa 004971 call le_fifo_malloc_tx_l2cap_gatt 
+0x44fb 004972 setarg attop_prepare_write_response 
+0x44fc 004973 istore 1 ,contw 
+0x44fd 004974 fetch 2 ,mem_le_att_handle 
+0x44fe 004975 istore 2 ,contw 
+0x44ff 004976 fetch 2 ,mem_le_l2cap_size 
+0x4500 004977 add pdata ,-5 ,loopcnt 
+0x4501 004978 fetch 2 ,mem_le_payload_ptr 
+0x4502 004979 add pdata ,7 ,contr 
+0x4503 004980 ifetch 2 ,contr 
+0x4504 004981 istore 2 ,contw 
+0x4505 004982 branch memcpy_fast 
+:      004986 le_parse_att_execute_write_request:
+:      004988 le_send_att_execute_write_response:
+0x4506 004989 force 1 ,rega 
+0x4507 004990 call le_fifo_malloc_tx_l2cap_gatt 
+0x4508 004991 setarg attop_execute_write_response 
+0x4509 004992 istore 1 ,contw 
+0x450a 004993 rtn 
+:      004995 le_parse_handle_value_confirmation:
+0x450b 004996 fetch 1 ,mem_le_l2cap_att_states 
+0x450c 004997 set0 ble_l2cap_recv_confirmation_packet ,pdata 
+0x450d 004998 store 1 ,mem_le_l2cap_att_states 
+0x450e 004999 rtn 
+:      005001 le_parse_att_write_command:
+0x450f 005002 copy contr ,rega 
+0x4510 005003 fetch 2 ,mem_le_l2cap_size 
+0x4511 005004 add pdata ,-3 ,regb 
+0x4512 005005 branch le_writeatt_cb 
+:      005010 le_att_malloc_tx_notify:
+0x4513 005011 copy temp ,regc 
+0x4514 005012 increase 3 ,rega 
+0x4515 005013 call le_fifo_malloc_tx_l2cap_gatt 
+0x4516 005014 increase -3 ,rega 
+0x4517 005015 setarg attop_handle_value_notification 
+0x4518 005016 istore 1 ,contw 
+0x4519 005017 copy regc ,temp 
+0x451a 005018 istoret 2 ,contw 
+0x451b 005019 rtn 
+:      005022 le_att_malloc_tx_indication:
+0x451c 005023 fetch 1 ,mem_le_l2cap_att_states 
+0x451d 005024 set1 ble_l2cap_send_indication_packet ,pdata 
+0x451e 005025 store 1 ,mem_le_l2cap_att_states 
+0x451f 005026 copy temp ,regc 
+0x4520 005027 increase 3 ,rega 
+0x4521 005028 call le_fifo_malloc_tx_l2cap_gatt 
+0x4522 005029 increase -3 ,rega 
+0x4523 005030 setarg attop_handle_value_indication 
+0x4524 005031 istore 1 ,contw 
+0x4525 005032 copy regc ,temp 
+0x4526 005033 istoret 2 ,contw 
+0x4527 005034 rtn 
+:      005039 le_send_att_error_response_notfound:
+0x4528 005040 bpatchx patch24_1 ,mem_patch24 
+0x4529 005041 jam att_err_attribute_not_found ,mem_le_err_code 
+:      005042 le_send_att_error_response:
+0x452a 005043 force 5 ,rega 
+0x452b 005044 call le_fifo_malloc_tx_l2cap_gatt 
+0x452c 005045 setarg attop_error_response 
+0x452d 005046 istore 1 ,contw 
+0x452e 005047 fetch 1 ,mem_le_att_opcode 
+0x452f 005048 istore 1 ,contw 
+0x4530 005049 fetch 2 ,mem_le_att_handle 
+0x4531 005050 istore 2 ,contw 
+0x4532 005051 fetch 1 ,mem_le_err_code 
+0x4533 005052 istore 1 ,contw 
+0x4534 005053 rtn 
+:      005056 le_fifo_malloc_tx_l2cap_gatt:
+0x4535 005057 bpatchx patch24_2 ,mem_patch24 
+0x4536 005058 force le_l2cap_cid_att ,regb 
+0x4537 005059 branch le_fifo_malloc_tx_l2cap 
+:      005062 le_att_next_handle:
+0x4538 005063 fetcht 2 ,mem_temp 
+0x4539 005064 increase 1 ,temp 
+0x453a 005065 storet 2 ,mem_temp 
+0x453b 005066 rtn 
+:      005068 le_att_check_handle_end:
+0x453c 005069 fetcht 2 ,mem_temp 
+0x453d 005070 fetch 2 ,mem_le_search_handle_end 
+0x453e 005071 isub temp ,null 
+0x453f 005072 rtn 
+:      005075 le_att_same_type:
+0x4540 005076 bpatchx patch24_3 ,mem_patch24 
+0x4541 005077 fetcht 1 ,mem_le_search_att_type_length 
+0x4542 005078 arg mem_le_search_att_type ,rega 
+:      005079 le_att_check_same_common:
+0x4543 005080 fetch 1 ,mem_le_cur_uuid_length 
+0x4544 005081 copy pdata ,loopcnt 
+0x4545 005082 isub temp ,null 
+0x4546 005083 nrtn zero 
+0x4547 005084 arg mem_le_cur_uuid ,regb 
+0x4548 005085 branch string_compare 
+:      005087 le_att_same_uuid:
+0x4549 005088 fetcht 1 ,mem_le_search_uuid_length 
+0x454a 005089 arg mem_le_search_uuid ,rega 
+0x454b 005090 branch le_att_check_same_common 
+:      005093 le_store_att_record:
+0x454c 005094 bpatchx patch24_4 ,mem_patch24 
+0x454d 005095 fetch 1 ,mem_le_curr_att_len 
+0x454e 005096 store 1 ,mem_temp_block0 
+0x454f 005097 copy pdata ,loopcnt 
+0x4550 005098 call get_contr 
+0x4551 005099 branch memcpy_fast 
+:      005102 le_write_att_record:
+0x4552 005103 bpatchx patch24_5 ,mem_patch24 
+0x4553 005104 call get_contw 
+0x4554 005105 fetch 2 ,mem_le_cur_handle_start 
+0x4555 005106 istore 2 ,contw 
+0x4556 005107 fetch 2 ,mem_le_cur_handle_end 
+0x4557 005108 istore 2 ,contw 
+:      005109 le_write_att_record_common:
+0x4558 005110 fetch 1 ,mem_temp_block0 
+0x4559 005111 copy pdata ,loopcnt 
+0x455a 005112 call memcpy_fast 
+0x455b 005113 branch store_contw 
+:      005117 le_send_auto_len_by_mem:
+0x455c 005118 bpatchx patch24_6 ,mem_patch24 
+0x455d 005119 call get_contw 
+0x455e 005120 call le_fifo_get_last_att_ptr 
+0x455f 005121 copy contw ,pdata 
+0x4560 005122 isub contr ,rega 
+0x4561 005123 call le_fifo_get_last_l2cap_ptr 
+0x4562 005124 copy rega ,pdata 
+0x4563 005125 istore 2 ,contr 
+0x4564 005126 increase 4 ,rega 
+0x4565 005127 call le_fifo_get_last_tx_ptr 
+0x4566 005128 copy rega ,pdata 
+0x4567 005129 istore 1 ,contr 
+0x4568 005130 rtn 
+:      005133 le_get_search_handle_start_end_common:
+0x4569 005134 rshift8 pdata ,pdata 
+0x456a 005135 store 2 ,mem_le_search_handle_start 
+0x456b 005136 ifetch 2 ,contr 
+0x456c 005137 store 2 ,mem_le_search_handle_end 
+0x456d 005138 rtn 
+:      005140 le_get_search_max_mtu_data:
+0x456e 005141 bpatchx patch24_7 ,mem_patch24 
+0x456f 005142 fetch 2 ,mem_le_remote_mtu 
+0x4570 005143 increase -2 ,pdata 
+0x4571 005147 fetcht 2 ,mem_le_local_mtu 
+0x4572 005148 increase -2 ,temp 
+0x4573 005149 call not_greater_than 
+0x4574 005150 arg 240 ,temp 
+0x4575 005151 call not_greater_than 
+0x4576 005153 rtn 
+:      005155 le_get_search_att_type:
+0x4577 005156 bpatchx patch25_0 ,mem_patch25 
+0x4578 005157 call store_contr 
+0x4579 005158 arg mem_le_search_att_type_length ,contw 
+:      005159 le_get_search_common:
+0x457a 005160 fetch 2 ,mem_le_l2cap_size 
+0x457b 005161 increase -5 ,pdata 
+:      005162 le_get_search_common2:
+0x457c 005163 istore 1 ,contw 
+0x457d 005164 copy pdata ,loopcnt 
+0x457e 005165 call get_contr 
+0x457f 005166 branch memcpy_fast 
+:      005170 le_parse_writing_attribute_start:
+0x4580 005171 fetch 2 ,mem_le_rxbuf_data_att_cid 
+0x4581 005172 rtnne le_l2cap_cid_att 
+0x4582 005173 fetch 1 ,mem_le_l2cap_att_states 
+0x4583 005174 set1 ble_l2cap_deal_with_continue_packet ,pdata 
+0x4584 005175 store 1 ,mem_le_l2cap_att_states 
+0x4585 005176 fetch 3 ,mem_le_rxbuf_data_att_opcode 
+0x4586 005177 store 3 ,mem_le_att_opcode 
+0x4587 005178 set1 mark_old_packet ,mark 
+0x4588 005179 beq attop_write_request ,le_parse_attribute_write_request 
+0x4589 005180 beq attop_write_command ,le_parse_attribute_write_command 
+0x458a 005181 beq attop_execute_write_request ,le_parse_att_execute_write_request 
+0x458b 005182 beq attop_exchange_mtu_request ,le_parse_att_exchange_mtu_request 
+0x458c 005183 beq attop_handle_value_confirmation ,le_parse_handle_value_confirmation 
+0x458d 005184 set0 mark_old_packet ,mark 
+:      005185 le_clear_l2cap_att_states_deal_with_contiune_packet:
+0x458e 005186 fetch 1 ,mem_le_l2cap_att_states 
+0x458f 005187 set0 ble_l2cap_deal_with_continue_packet ,pdata 
+0x4590 005188 store 1 ,mem_le_l2cap_att_states 
+0x4591 005189 rtn 
+:      005191 le_parse_writing_attribute_continue:
+0x4592 005192 fetch 1 ,mem_le_l2cap_att_states 
+0x4593 005193 rtnbit0 ble_l2cap_deal_with_continue_packet 
+0x4594 005194 set1 mark_old_packet ,mark 
+0x4595 005195 call le_parse_l2cap_continue_common 
+0x4596 005196 call le_parse_attribute_check_complete_packet 
+0x4597 005197 call le_clear_l2cap_att_states_deal_with_contiune_packet ,user 
+0x4598 005198 fetch 1 ,mem_le_att_opcode 
+0x4599 005199 beq attop_write_request ,le_send_att_write_response_check_auth 
+0x459a 005200 rtn 
+:      005203 le_parse_attribute_write_request:
+0x459b 005204 call le_parse_attribute_write_command 
+0x459c 005205 branch le_send_attribute_write_response_check_auth 
+:      005207 le_send_attribute_write_response_check_auth:
+0x459d 005208 call le_parse_attribute_check_complete_packet 
+0x459e 005209 nrtn user 
+0x459f 005210 branch le_send_att_write_response_check_auth 
+:      005213 le_parse_attribute_write_command:
+0x45a0 005214 bpatchx patch25_1 ,mem_patch25 
+0x45a1 005215 call le_parse_attribute_check_complete_packet_init 
+0x45a2 005216 arg mem_le_rxbuf_data_att_write_payload ,rega 
+0x45a3 005217 branch le_writeatt_cb 
+:      005220 le_parse_attribute_check_complete_packet_init:
+0x45a4 005221 fetch 1 ,mem_le_rxbuf_data_att_write_length 
+0x45a5 005222 add pdata ,-7 ,regb 
+0x45a6 005223 increase -4 ,pdata 
+0x45a7 005224 store 2 ,mem_le_packet_len_recved 
+0x45a8 005225 fetcht 2 ,mem_le_rxbuf_data_att_write_l2cap_length 
+0x45a9 005226 storet 2 ,mem_le_l2cap_size 
+0x45aa 005227 rtn 
+:      005230 le_parse_l2cap_continue_common:
+0x45ab 005231 fetchr regb ,1 ,mem_le_rxbuf_data_continue_length 
+0x45ac 005232 fetch 2 ,mem_le_packet_len_recved 
+0x45ad 005233 iadd regb ,temp 
+0x45ae 005234 storet 2 ,mem_le_packet_len_recved 
+0x45af 005235 arg mem_le_rxbuf_data_continue_payload ,rega 
+0x45b0 005236 branch le_writeatt_cb 
+:      005240 le_parse_attribute_check_complete_packet:
+0x45b1 005241 call disable_user 
+0x45b2 005242 fetch 2 ,mem_le_packet_len_recved 
+0x45b3 005243 fetcht 2 ,mem_le_l2cap_size 
+0x45b4 005244 isub temp ,null 
+0x45b5 005245 nrtn zero 
+0x45b6 005246 branch enable_user 
+:      005250 le_parse_signaling:
+0x45b7 005251 ifetch 1 ,contr 
+0x45b8 005252 ifetcht 1 ,contr 
+0x45b9 005253 ifetcht 2 ,contr 
+0x45ba 005254 beq l2cap_connection_parameter_update_response ,le_l2cap_parse_conn_parameter_update_rsp 
+0x45bb 005255 rtn 
+:      005256 le_l2cap_parse_conn_parameter_update_rsp:
+0x45bc 005257 ifetch 2 ,contr 
+0x45bd 005258 store 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x45be 005259 jam bt_evt_le_parse_conn_papa_update_rsp ,mem_fifo_temp 
+0x45bf 005260 branch ui_ipc_send_event 
+:      005266 le_l2cap_tx_update_req:
+0x45c0 005267 arg 0x0c ,rega 
+0x45c1 005268 arg l2cap_connection_parameter_update_request ,regc 
+0x45c2 005269 call le_fifo_malloc_tx_l2cap_signaling 
+0x45c3 005270 setarg 0x08 
+0x45c4 005271 istore 2 ,contw 
+0x45c5 005272 fetch 8 ,mem_le_interval_min 
+0x45c6 005273 istore 8 ,contw 
+0x45c7 005274 rtn 
+:      005278 le_fifo_malloc_tx_l2cap_signaling:
+0x45c8 005279 call le_l2cap_update_signaling_identifier 
+0x45c9 005280 arg le_l2cap_cid_signal ,regb 
+0x45ca 005281 call le_fifo_malloc_tx_l2cap 
+0x45cb 005282 copy regc ,pdata 
+0x45cc 005283 istore 1 ,contw 
+0x45cd 005284 fetch 1 ,mem_le_signaling_identifier 
+0x45ce 005285 istore 1 ,contw 
+0x45cf 005286 rtn 
+:      005289 le_l2cap_update_signaling_identifier:
+0x45d0 005290 fetch 1 ,mem_le_signaling_identifier 
+0x45d1 005292 pincrease 1 
+0x45d2 005293 store 1 ,mem_le_signaling_identifier 
+0x45d3 005294 rtnne 0 
+:      005296 le_l2cap_reset_signaling_identifier:
+0x45d4 005297 jam 1 ,mem_le_signaling_identifier 
+0x45d5 005298 rtn 
+:      005303 le_pairing_mode_init:
+0x45d6 005304 fetch 1 ,mem_le_pairing_mode 
+0x45d7 005305 beq le_pairing_mode_none ,le_set_no_pairing 
+0x45d8 005306 beq le_pairing_mode_lagacy_justwork ,le_set_pairing_mode_lagacy_just_work 
+0x45d9 005307 beq le_pairing_mode_lagacy_passkey ,le_set_pairing_mode_lagacy_passkey 
+0x45da 005308 rtn 
+:      005311 le_set_no_pairing:
+0x45db 005312 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
+:      005313 le_set_noinputnooutput:
+0x45dc 005314 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
+0x45dd 005315 rtn 
+:      005316 le_set_pairing_mode_lagacy_just_work:
+0x45de 005317 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+0x45df 005318 branch le_set_noinputnooutput 
+:      005319 le_set_pairing_mode_lagacy_passkey:
+0x45e0 005320 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+:      005321 le_set_displayonly:
+0x45e1 005322 jam flag_iocap_displayonly ,mem_le_pres_iocap 
+0x45e2 005323 rtn 
+:      005326 le_parse_smp:
+0x45e3 005327 ifetch 1 ,contr 
+0x45e4 005328 beq smp_pairing_request ,le_parse_smp_pairing_request 
+0x45e5 005330 beq smp_pairing_confirm ,le_parse_smp_pairing_confirm 
+0x45e6 005331 beq smp_pairing_random ,le_parse_smp_pairing_random 
+0x45e7 005332 beq smp_pairing_failed ,le_parse_smp_pairing_failed 
+0x45e8 005334 beq smp_master_identification ,le_parse_smp_master_identification 
+0x45e9 005335 beq smp_identity_information ,le_parse_smp_identity_information 
+0x45ea 005336 beq smp_identity_address_information ,le_parse_smp_identity_address_information 
+0x45eb 005337 beq smp_signing_information ,le_parse_smp_signing_information 
+0x45ec 005338 beq smp_security_request ,le_parse_smp_security_request 
+0x45ed 005339 rtn 
+:      005343 le_send_smp_security_request:
+0x45ee 005344 force 2 ,rega 
+0x45ef 005345 call le_fifo_malloc_tx_l2cap_smp 
+0x45f0 005346 setarg smp_security_request 
+0x45f1 005347 istore 1 ,contw 
+0x45f2 005348 fetch 1 ,mem_le_pres_auth 
+0x45f3 005349 istore 1 ,contw 
+0x45f4 005350 rtn 
+:      005352 le_parse_smp_pairing_request:
+0x45f5 005353 store 1 ,mem_le_preq 
+0x45f6 005354 ifetch 6 ,contr 
+0x45f7 005355 istore 6 ,contw 
+0x45f8 005356 fetch 1 ,mem_le_pairing_mode 
+0x45f9 005357 beq le_pairing_mode_none ,le_smp_pairing_fail_reason_not_support_pairing 
+0x45fa 005358 call le_send_smp_pairing_response 
+:      005359 le_parse_smp_pairing_request2:
+0x45fb 005360 jam flag_le_pairing_rcv_pairing_req ,mem_le_pairing_state 
+0x45fc 005361 fetch 1 ,mem_le_preq_iocap 
+0x45fd 005362 beq flag_iocap_displayonly ,le_set_tk_0 
+0x45fe 005363 beq flag_iocap_displayyesno ,le_set_tk_0 
+0x45ff 005364 beq flag_iocap_noinputnooutput ,le_set_tk_0 
+0x4600 005365 fetch 1 ,mem_le_pairing_mode 
+0x4601 005366 beq le_pairing_mode_lagacy_passkey ,le_parse_smp_pairing_req_passkey 
+0x4602 005367 rtneq le_pairing_mode_secure_connect_passkey 
+:      005368 le_set_tk_0:
+0x4603 005369 arg 0 ,pdata 
+0x4604 005370 store 4 ,mem_le_tk 
+0x4605 005371 rtn 
+:      005373 le_parse_smp_pairing_req_passkey:
+0x4606 005374 fetch 1 ,mem_le_configuration 
+0x4607 005375 bbit1 bit_ble_passkey_fixed_key ,le_parse_smp_pairing_req_fixed_passkey 
+:      005376 le_genernate_tk:
+0x4608 005377 arg mem_le_tk ,rega 
+0x4609 005378 copy rega ,contw 
+0x460a 005379 arg 3 ,loopcnt 
+0x460b 005380 call generate_random_loop 
+0x460c 005381 fetch 2 ,mem_le_tk + 2 
+0x460d 005382 and_into 0x7 ,pdata 
+0x460e 005383 store 2 ,mem_le_tk + 2 
+:      005384 le_parse_smp_pairing_req_fixed_passkey:
+0x460f 005385 jam bt_evt_le_tk_generate ,mem_fifo_temp 
+0x4610 005386 branch ui_ipc_send_event 
+:      005390 le_send_smp_pairing_response:
+0x4611 005391 force 7 ,rega 
+0x4612 005392 call le_fifo_malloc_tx_l2cap_smp 
+0x4613 005393 fetch 7 ,mem_le_pres 
+0x4614 005394 istore 7 ,contw 
+0x4615 005395 rtn 
+:      005398 le_parse_smp_pairing_confirm:
+0x4616 005399 jam flag_le_pairing_receive_pairing_confirm ,mem_le_pairing_state 
+0x4617 005400 arg mem_le_rconfirm ,contw 
+0x4618 005401 call memcpy16 
+0x4619 005402 fetch 1 ,mem_le_pairing_mode 
+0x461a 005403 beq le_pairing_mode_lagacy_passkey_res_input ,le_parse_smp_pairing_confirm_passkey_res_input 
+0x461b 005404 branch le_send_smp_pairing_confirm 
+:      005407 le_parse_smp_pairing_confirm_passkey_res_input:
+0x461c 005408 jam bt_evt_le_get_passkey ,mem_fifo_temp 
+0x461d 005409 branch ui_ipc_send_event 
+:      005412 le_send_smp_pairing_confirm:
+0x461e 005413 jam flag_le_pairing_send_pairing_confirm ,mem_le_pairing_state 
+0x461f 005414 call generate_confirm 
+0x4620 005415 force 17 ,rega 
+0x4621 005416 call le_fifo_malloc_tx_l2cap_smp 
+0x4622 005417 setarg smp_pairing_confirm 
+0x4623 005418 istore 1 ,contw 
+0x4624 005419 branch store_aes_result 
+:      005422 le_parse_smp_pairing_random:
+0x4625 005423 copy contr ,rega 
+0x4626 005424 copy rega ,contr 
+0x4627 005425 call authenticate_rconfirm 
+0x4628 005426 branch le_parse_smp_pairing_random_success ,zero 
+:      005427 le_send_pairing_confirm_value_failed:
+0x4629 005428 jam pairing_failed_confirm_value_failed ,mem_le_ll_pairing_fail_reason 
+:      005429 le_send_pairing_failed:
+0x462a 005430 force 2 ,rega 
+0x462b 005431 call le_fifo_malloc_tx_l2cap_smp 
+0x462c 005432 setarg smp_pairing_failed 
+0x462d 005433 istore 1 ,contw 
+0x462e 005434 fetch 1 ,mem_le_ll_pairing_fail_reason 
+0x462f 005435 istore 1 ,contw 
+:      005436 le_parse_smp_pairing_failed:
+0x4630 005437 bpatchx patch25_2 ,mem_patch25 
+0x4631 005438 force smp_pairing_timer ,queue 
+0x4632 005439 call timer_stop 
+0x4633 005440 jam flag_le_pairing_null ,mem_le_pairing_state 
+0x4634 005441 jam bt_evt_le_pairing_fail ,mem_fifo_temp 
+0x4635 005442 branch ui_ipc_send_event 
+:      005444 le_smp_pairing_fail_reason_not_support_pairing:
+0x4636 005445 jam pairing_failed_pairing_not_supported ,mem_le_ll_pairing_fail_reason 
+0x4637 005446 branch le_send_pairing_failed 
+:      005449 le_parse_smp_pairing_random_success:
+0x4638 005450 call generate_stk 
+0x4639 005451 jam bt_evt_le_pairing_success ,mem_fifo_temp 
+0x463a 005452 call ui_ipc_send_event 
+0x463b 005453 jam 1 ,mem_ltk_exists 
+0x463c 005454 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
+:      005456 le_send_smp_pairing_random:
+0x463d 005457 force 17 ,rega 
+0x463e 005458 call le_fifo_malloc_tx_l2cap_smp 
+0x463f 005459 setarg smp_pairing_random 
+0x4640 005460 istore 1 ,contw 
+0x4641 005461 arg mem_le_srand ,contr 
+0x4642 005462 branch memcpy16 
+:      005464 le_send_smp_encryption_information:
+0x4643 005465 force 17 ,rega 
+0x4644 005466 call le_fifo_malloc_tx_l2cap_smp 
+0x4645 005467 setarg smp_encryption_information 
+0x4646 005468 istore 1 ,contw 
+0x4647 005469 fetch 1 ,mem_le_configuration 
+0x4648 005470 bbit1 bit_ble_pairing_fixed_ltk ,le_send_fixed_ltk 
+0x4649 005471 arg mem_le_ltk ,contr 
+0x464a 005472 branch memcpy16 
+:      005474 le_send_fixed_ltk:
+0x464b 005475 arg mem_le_fixed_ltk ,contr 
+0x464c 005476 branch memcpy16 
+:      005479 le_send_smp_master_identification:
+0x464d 005480 arg mem_le_ediv ,contw 
+0x464e 005481 force 10 ,loopcnt 
+0x464f 005482 call generate_random_loop 
+0x4650 005483 force 11 ,rega 
+0x4651 005484 call le_fifo_malloc_tx_l2cap_smp 
+0x4652 005485 setarg smp_master_identification 
+0x4653 005486 istore 1 ,contw 
+0x4654 005487 fetch 2 ,mem_le_ediv 
+0x4655 005488 istore 2 ,contw 
+0x4656 005489 fetch 8 ,mem_le_rand 
+0x4657 005490 istore 8 ,contw 
+0x4658 005491 rtn 
+:      005493 le_send_smp_identity_information:
+0x4659 005494 force 17 ,rega 
+0x465a 005495 call le_fifo_malloc_tx_l2cap_smp 
+0x465b 005496 setarg smp_identity_information 
+0x465c 005497 istore 1 ,contw 
+0x465d 005498 setarg 0 
+0x465e 005499 istore 8 ,contw 
+0x465f 005500 istore 8 ,contw 
+0x4660 005501 rtn 
+:      005504 le_send_smp_identity_address_information:
+0x4661 005505 force 8 ,rega 
+0x4662 005506 call le_fifo_malloc_tx_l2cap_smp 
+0x4663 005507 setarg smp_identity_address_information 
+0x4664 005508 istore 1 ,contw 
+0x4665 005509 fetch 1 ,mem_le_conn_own_addr_type 
+0x4666 005510 istore 1 ,contw 
+0x4667 005511 fetch 6 ,mem_le_lap 
+0x4668 005512 istore 6 ,contw 
+0x4669 005513 rtn 
+:      005516 le_send_pairing_fail_unspecified_reason:
+0x466a 005517 jam pairing_failed_unspecified_reason ,mem_le_ll_pairing_fail_reason 
+0x466b 005518 branch le_send_pairing_failed 
+:      005520 le_check_init_key_distribution:
+0x466c 005521 fetch 1 ,mem_le_pres_init_key_distribution 
+0x466d 005522 fetcht 1 ,mem_le_pres_init_key_distribution 
+0x466e 005523 iand temp ,pdata 
+0x466f 005524 rtn 
+:      005526 le_parse_smp_identity_information:
+0x4670 005527 arg mem_le_irk ,contw 
+0x4671 005528 call memcpy16 
+0x4672 005529 call le_check_init_key_distribution 
+0x4673 005530 isolate0 le_initator_irk_bit ,pdata 
+0x4674 005531 branch le_send_pairing_fail_unspecified_reason ,true 
+0x4675 005532 rtn 
+:      005535 le_check_master_addr_type:
+0x4676 005536 call disable_user 
+0x4677 005537 fetch 1 ,mem_le_conn_peer_addr_type 
+0x4678 005538 rtneq master_public_addr 
+0x4679 005539 fetch 1 ,mem_le_preq_init_key_distribution 
+0x467a 005540 rtnbit0 le_initator_irk_bit 
+0x467b 005541 branch enable_user 
+:      005543 le_parse_smp_identity_address_information:
+0x467c 005544 call le_check_init_key_distribution 
+0x467d 005545 isolate0 le_initator_irk_bit ,pdata 
+0x467e 005546 branch le_send_pairing_fail_unspecified_reason ,true 
+0x467f 005547 rtn 
+:      005549 le_parse_smp_master_identification:
+:      005550 le_parse_smp_signing_information:
+:      005551 le_parse_smp_security_request:
+0x4680 005552 rtn 
+:      005555 le_check_paring_time:
+0x4681 005556 fetch 1 ,mem_le_pairing_state 
+0x4682 005557 rtneq flag_le_pairing_end 
+0x4683 005558 arg flag_le_pairing_rcv_pairing_req ,temp 
+0x4684 005559 isub temp ,null 
+0x4685 005560 nrtn positive 
+0x4686 005561 arg smp_pairing_timer ,queue 
+0x4687 005562 call timer_check 
+0x4688 005563 nrtn blank 
+0x4689 005564 branch le_send_pairing_fail_unspecified_reason 
+:      005566 le_pairing_sm:
+0x468a 005567 bpatchx patch25_3 ,mem_patch25 
+0x468b 005568 call le_fifo_check_nearly_full 
+0x468c 005569 nrtn blank 
+0x468d 005570 fetch 1 ,mem_le_pairing_state 
+0x468e 005571 beq flag_le_pairing_null ,le_pairing_sm_null 
+0x468f 005572 beq flag_le_pairing_start ,le_pairing_sm_start 
+0x4690 005573 beq flag_le_pairing_send_recurity_req ,le_pairing_sm_send_sec_req 
+0x4691 005574 beq flag_le_pairing_rcv_pairing_req ,le_pairing_sm_rcv_pairing_req 
+0x4692 005575 beq flag_le_pairing_after_auth ,le_pairing_sm_after_auth 
+0x4693 005576 beq flag_le_paring_send_enc_information ,le_pairng_sm_send_enc_information 
+0x4694 005577 beq flag_le_paring_send_master_identification ,le_pairng_sm_send_master_indentification 
+0x4695 005578 beq flag_le_paring_send_indentity_information ,le_pairng_sm_send_indentity_information 
+0x4696 005579 rtn 
+:      005581 le_pairing_sm_null:
+:      005582 le_pairing_sm_send_sec_req:
+0x4697 005583 fetch 1 ,mem_le_enc_state 
+0x4698 005584 rtnne flag_le_send_start_enc_rsp 
+0x4699 005585 jam flag_le_enc_end ,mem_le_enc_state 
+0x469a 005586 jam flag_le_pairing_end ,mem_le_pairing_state 
+0x469b 005587 jam bt_evt_le_reconnect_complete ,mem_fifo_temp 
+0x469c 005588 branch ui_ipc_send_event 
+:      005591 le_pairing_sm_start:
+0x469d 005592 jam flag_le_pairing_send_recurity_req ,mem_le_pairing_state 
+0x469e 005593 branch le_send_smp_security_request 
+:      005595 le_pairing_sm_rcv_pairing_req:
+0x469f 005596 jam flag_le_pairing_wait_stk_generation ,mem_le_pairing_state 
+0x46a0 005597 setarg timer_smp_pairing_timeout 
+0x46a1 005598 arg smp_pairing_timer ,queue 
+0x46a2 005599 branch timer_init 
+:      005601 le_pairing_sm_after_auth:
+0x46a3 005602 fetch 1 ,mem_le_enc_state 
+0x46a4 005603 beq flag_le_send_start_enc_rsp ,le_pairing_sm_after_auth_start_enc 
+0x46a5 005604 rtn 
+:      005606 le_pairing_sm_after_auth_start_enc:
+0x46a6 005607 fetch 1 ,mem_le_pairing_mode 
+0x46a7 005608 bbit1 le_pairing_mode_secure_connect_bit ,le_pairing_sm_after_auth_start_enc_sc 
+0x46a8 005610 jam flag_le_paring_send_enc_information ,mem_le_pairing_state 
+0x46a9 005611 call le_send_smp_encryption_information 
+:      005612 le_pairing_sm_after_auth_start_enc_common:
+0x46aa 005613 jam bt_evt_le_enc_info ,mem_fifo_temp 
+0x46ab 005614 branch ui_ipc_send_event 
+:      005616 le_pairing_sm_after_auth_start_enc_sc:
+0x46ac 005617 jam flag_le_paring_send_master_identification ,mem_le_pairing_state 
+0x46ad 005618 branch le_pairing_sm_after_auth_start_enc_common 
+:      005620 le_pairng_sm_send_enc_information:
+0x46ae 005621 jam flag_le_paring_send_master_identification ,mem_le_pairing_state 
+0x46af 005622 branch le_send_smp_master_identification 
+:      005624 le_pairng_sm_send_master_indentification:
+0x46b0 005625 fetch 1 ,mem_le_preq_resp_key_distribution 
+0x46b1 005626 fetcht 1 ,mem_le_pres_resp_key_distribution 
+0x46b2 005627 iand temp ,pdata 
+0x46b3 005628 isolate0 le_initator_irk_bit ,pdata 
+0x46b4 005629 branch le_parse_start_enc_rsp_after_auth_end ,true 
+0x46b5 005630 jam flag_le_paring_send_indentity_information ,mem_le_pairing_state 
+0x46b6 005631 branch le_send_smp_identity_information 
+:      005633 le_pairng_sm_send_indentity_information:
+0x46b7 005634 call le_send_smp_identity_address_information 
+0x46b8 005635 branch le_parse_start_enc_rsp_after_auth_end 
+:      005638 le_parse_start_enc_rsp_after_auth_end:
+0x46b9 005639 bpatchx patch25_4 ,mem_patch25 
+0x46ba 005640 force smp_pairing_timer ,queue 
+0x46bb 005641 call timer_stop 
+0x46bc 005642 jam flag_le_enc_end ,mem_le_enc_state 
+0x46bd 005643 jam flag_le_pairing_end ,mem_le_pairing_state 
+0x46be 005644 jam bt_evt_le_pairing_complete ,mem_fifo_temp 
+0x46bf 005645 branch ui_ipc_send_event 
+:      005650 le_fifo_malloc_tx_l2cap_smp:
+0x46c0 005651 bpatchx patch25_6 ,mem_patch25 
+0x46c1 005652 force le_l2cap_cid_smp ,regb 
+0x46c2 005653 branch le_fifo_malloc_tx_l2cap 
+:      005657 le_parse_ll:
+0x46c3 005658 fetch 1 ,mem_le_rxbuf_data_ll_opcode 
+0x46c4 005659 beq ll_connection_update_ind ,le_parse_connection_update_ind 
+0x46c5 005660 beq ll_channel_map_ind ,le_parse_channel_map_ind 
+0x46c6 005661 beq ll_terminate_ind ,le_parse_terminate_ind 
+0x46c7 005662 beq ll_enc_req ,le_parse_enc_req 
+0x46c8 005663 beq ll_enc_rsp ,le_parse_enc_rsp 
+0x46c9 005664 beq ll_start_enc_req ,le_parse_start_enc_req 
+0x46ca 005665 beq ll_start_enc_rsp ,le_parse_start_enc_rsp 
+0x46cb 005666 beq ll_unknown_rsp ,le_parse_unknown_rsp 
+0x46cc 005667 beq ll_feature_req ,le_parse_feature_req 
+0x46cd 005668 beq ll_feature_rsp ,le_parse_feature_rsp 
+0x46ce 005669 beq ll_pause_enc_req ,le_parse_pause_enc_req 
+0x46cf 005670 beq ll_pause_enc_rsp ,le_parse_pause_enc_rsp 
+0x46d0 005671 beq ll_version_ind ,le_parse_version_ind 
+0x46d1 005672 beq ll_reject_ind ,le_parse_reject_ind 
+0x46d2 005673 beq ll_ping_req ,le_parse_ping_req 
+0x46d3 005674 beq ll_ping_rsp ,le_parse_ping_rsp 
+0x46d4 005675 beq ll_length_req ,le_parse_length_req 
+0x46d5 005676 beq ll_length_rsp ,le_parse_length_rsp 
+0x46d6 005677 beq ll_phy_req ,le_parse_phy_req 
+0x46d7 005678 beq ll_phy_update_ind ,le_parse_phy_update_ind 
+0x46d8 005679 fetchr regc ,1 ,mem_le_rxbuf_data_ll_opcode 
+0x46d9 005680 branch le_send_unknown_rsp 
+:      005684 le_parse_connection_update_ind:
+0x46da 005685 ifetch 9 ,contr 
+0x46db 005686 store 9 ,mem_le_new_param 
+0x46dc 005687 ifetch 2 ,contr 
+0x46dd 005688 store 2 ,mem_le_instant 
+0x46de 005689 fetch 1 ,mem_le_state 
+0x46df 005690 set1 lestate_update_param ,pdata 
+0x46e0 005691 store 1 ,mem_le_state 
+0x46e1 005692 rtn 
+:      005696 le_parse_channel_map_ind:
+0x46e2 005697 ifetch 5 ,contr 
+0x46e3 005698 store 5 ,mem_le_new_map 
+0x46e4 005699 ifetch 2 ,contr 
+0x46e5 005700 store 2 ,mem_le_instant 
+:      005701 le_update_map_enable:
+0x46e6 005702 fetch 1 ,mem_le_state 
+0x46e7 005703 set1 lestate_update_map ,pdata 
+0x46e8 005704 store 1 ,mem_le_state 
+0x46e9 005705 rtn 
+:      005709 le_parse_terminate_ind:
+0x46ea 005710 setarg 20 
+0x46eb 005711 store 2 ,mem_le_superto 
+0x46ec 005712 store 2 ,mem_le_init_superto 
+0x46ed 005713 rtn 
+:      005717 le_parse_enc_req:
+0x46ee 005718 ifetch 8 ,contr 
+0x46ef 005719 store 8 ,mem_le_rand 
+0x46f0 005720 ifetch 2 ,contr 
+0x46f1 005721 store 2 ,mem_le_ediv 
+0x46f2 005722 ifetch 8 ,contr 
+0x46f3 005723 store 8 ,mem_le_skdm 
+0x46f4 005724 ifetch 4 ,contr 
+0x46f5 005725 store 4 ,mem_ccm_ivm 
+0x46f6 005726 call le_send_enc_rsp 
+0x46f7 005727 bpatchx patch25_7 ,mem_patch25 
+0x46f8 005728 fetch 1 ,mem_le_pairing_state 
+0x46f9 005729 beq flag_le_pairing_after_auth ,le_parse_enc_req_after_auth 
+0x46fa 005730 fetch 1 ,mem_le_configuration 
+0x46fb 005731 bbit1 bit_ble_pairing_fixed_ltk ,le_parse_enc_req_fixed_ltk 
+0x46fc 005732 fetch 1 ,mem_nv_data_number 
+0x46fd 005733 ncall load_device_list_mode_4 ,blank 
+0x46fe 005734 fetch 1 ,mem_ltk_exists 
+0x46ff 005735 beq 0 ,le_ltk_lost 
+:      005736 le_parse_enc_req_after_auth:
+0x4700 005737 jam flag_le_rcv_enc_start ,mem_le_enc_state 
+0x4701 005738 call le_send_start_enc_req 
+0x4702 005739 branch generate_sk 
+:      005740 le_parse_enc_req_fixed_ltk:
+0x4703 005741 jam 1 ,mem_ltk_exists 
+0x4704 005742 arg mem_le_fixed_ltk ,contr 
+0x4705 005743 arg mem_le_ltk ,contw 
+0x4706 005744 call memcpy16 
+0x4707 005745 branch le_parse_enc_req_after_auth 
+:      005747 le_ltk_lost:
+0x4708 005748 jam flag_le_enc_null ,mem_le_enc_state 
+0x4709 005749 jam flag_le_enc_null ,mem_le_pairing_state 
+0x470a 005750 jam bt_evt_le_ltk_lost ,mem_fifo_temp 
+0x470b 005751 branch ui_ipc_send_event 
+:      005754 le_parse_enc_rsp:
+0x470c 005755 ifetch 8 ,contr 
+0x470d 005756 store 8 ,mem_le_skds 
+0x470e 005757 ifetch 4 ,contr 
+0x470f 005758 store 4 ,mem_ccm_ivs 
+0x4710 005759 branch generate_sk 
+:      005763 le_parse_start_enc_req:
+0x4711 005764 fetch 1 ,mem_le_state 
+0x4712 005765 set1 lestate_encryption ,pdata 
+0x4713 005766 store 1 ,mem_le_state 
+0x4714 005767 rtn 
+:      005770 le_parse_start_enc_rsp:
+0x4715 005771 rtn master 
+0x4716 005772 jam bt_evt_le_start_enc ,mem_fifo_temp 
+0x4717 005773 call ui_ipc_send_event 
+0x4718 005774 jam flag_le_send_start_enc_rsp ,mem_le_enc_state 
+0x4719 005775 branch le_send_start_enc_rsp 
+:      005779 le_parse_unknown_rsp:
+0x471a 005780 rtn 
+:      005784 le_parse_feature_req:
+0x471b 005785 branch le_send_feature_rsp 
+:      005789 le_parse_feature_rsp:
+0x471c 005790 rtn 
+:      005794 le_parse_pause_enc_req:
+0x471d 005795 jam flag_le_enc_pause ,mem_le_enc_state 
+0x471e 005796 call le_send_pause_enc_rsp 
+0x471f 005797 jam bt_evt_le_pause_enc ,mem_fifo_temp 
+0x4720 005798 branch ui_ipc_send_event 
+:      005802 le_parse_pause_enc_rsp:
+0x4721 005803 rtn 
+:      005807 le_parse_version_ind:
+0x4722 005808 rtn master 
+0x4723 005809 branch le_send_version_ind 
+:      005813 le_parse_reject_ind:
+0x4724 005814 rtn 
+:      005818 le_parse_ping_req:
+0x4725 005819 branch le_send_ping_rsp 
+:      005823 le_parse_ping_rsp:
+0x4726 005824 rtn 
+:      005827 le_parse_length_req:
+0x4727 005828 call le_parse_length_rsp 
+0x4728 005829 branch le_send_data_length_res 
+:      005831 le_parse_length_rsp:
+0x4729 005832 ifetch 8 ,contr 
+0x472a 005833 store 8 ,mem_remote_rx_max_octets 
+0x472b 005834 fetch 2 ,mem_remote_rx_max_octets 
+0x472c 005835 fetcht 2 ,mem_local_tx_max_octets 
+0x472d 005836 call not_greater_than 
+0x472e 005837 store 2 ,mem_remote_rx_max_octets 
+0x472f 005839 fetch 2 ,mem_remote_tx_max_octets 
+0x4730 005840 fetcht 2 ,mem_local_rx_max_octets 
+0x4731 005841 call not_greater_than 
+0x4732 005842 store 2 ,mem_remote_tx_max_octets 
+0x4733 005843 rtn 
+:      005847 le_parse_phy_req:
+0x4734 005848 branch le_send_phy_rsp 
+:      005852 le_parse_phy_update_ind:
+0x4735 005853 ifetch 2 ,contr 
+0x4736 005854 store 2 ,mem_le_new_m2s_phy 
+0x4737 005855 ifetch 2 ,contr 
+0x4738 005856 store 2 ,mem_le_instant 
+0x4739 005857 rtn blank 
+0x473a 005858 fetch 1 ,mem_le_state 
+0x473b 005859 set1 lestate_update_phy ,pdata 
+0x473c 005860 store 1 ,mem_le_state 
+0x473d 005861 rtn 
+:      005866 le_send_terminate_ind_user_terminated:
+0x473e 005867 arg error_remote_user_terminated_connection ,regc 
+:      005870 le_send_terminate_ind:
+0x473f 005871 arg 2 ,rega 
+0x4740 005872 arg ll_terminate_ind ,regb 
+0x4741 005873 call le_fifo_malloc_tx_ll 
+0x4742 005874 copy regc ,pdata 
+0x4743 005875 istore 1 ,contw 
+0x4744 005876 rtn 
+:      005880 le_send_enc_rsp:
+0x4745 005881 arg mem_le_skds ,contw 
+0x4746 005882 force 8 ,loopcnt 
+0x4747 005883 call generate_random_loop 
+0x4748 005884 arg mem_ccm_ivs ,contw 
+0x4749 005885 force 4 ,loopcnt 
+0x474a 005886 call generate_random_loop 
+0x474b 005887 arg 13 ,rega 
+0x474c 005888 arg ll_enc_rsp ,regb 
+0x474d 005889 call le_fifo_malloc_tx_ll 
+0x474e 005890 fetch 8 ,mem_le_skds 
+0x474f 005891 istore 8 ,contw 
+0x4750 005892 fetch 4 ,mem_ccm_ivs 
+0x4751 005893 istore 4 ,contw 
+0x4752 005894 rtn 
+:      005898 le_send_start_enc_req:
+0x4753 005899 jam flag_le_send_start_enc_req ,mem_le_enc_state 
+0x4754 005900 arg ll_start_enc_req ,regb 
+0x4755 005901 branch le_send_ll_one_lenth 
+:      005905 le_send_start_enc_rsp:
+0x4756 005906 arg ll_start_enc_rsp ,regb 
+0x4757 005907 branch le_send_ll_one_lenth 
+:      005912 le_send_unknown_rsp:
+0x4758 005913 arg 2 ,rega 
+0x4759 005914 arg ll_unknown_rsp ,regb 
+0x475a 005915 call le_fifo_malloc_tx_ll 
+0x475b 005916 istorer regc ,1 ,contw 
+0x475c 005917 rtn 
+:      005921 le_send_feature_rsp:
+0x475d 005922 arg 9 ,rega 
+0x475e 005923 arg ll_feature_rsp ,regb 
+0x475f 005924 call le_fifo_malloc_tx_ll 
+0x4760 005925 fetch 8 ,mem_le_local_feature 
+0x4761 005926 or pdata ,fun_ll_feature_le_encryption ,pdata 
+0x4762 005927 istore 8 ,contw 
+0x4763 005928 rtn 
+:      005932 le_send_pause_enc_rsp:
+0x4764 005933 arg ll_pause_enc_rsp ,regb 
+0x4765 005934 branch le_send_ll_one_lenth 
+:      005938 le_send_version_ind:
+0x4766 005939 arg 6 ,rega 
+0x4767 005940 arg ll_version_ind ,regb 
+0x4768 005941 call le_fifo_malloc_tx_ll 
+0x4769 005942 fetch 5 ,mem_version 
+0x476a 005943 istore 5 ,contw 
+0x476b 005944 rtn 
+:      005947 le_send_reject_ind:
+0x476c 005948 arg 2 ,rega 
+0x476d 005949 arg ll_reject_ind ,regb 
+0x476e 005950 call le_fifo_malloc_tx_ll 
+0x476f 005951 setarg le_err_pin_or_key_missing 
+0x4770 005952 istore 1 ,contw 
+0x4771 005953 rtn 
+:      005957 le_send_ping_rsp:
+0x4772 005958 arg ll_ping_rsp ,regb 
+0x4773 005959 branch le_send_ll_one_lenth 
+:      005961 le_send_data_length_req:
+0x4774 005962 arg ll_length_req ,regb 
+0x4775 005963 branch le_send_data_length 
+:      005965 le_send_data_length_res:
+0x4776 005966 arg ll_length_rsp ,regb 
+:      005967 le_send_data_length:
+0x4777 005968 arg 9 ,rega 
+0x4778 005969 call le_fifo_malloc_tx_ll 
+0x4779 005970 fetch 8 ,mem_local_rx_max_octets 
+0x477a 005971 istore 8 ,contw 
+0x477b 005972 rtn 
+:      005976 le_send_phy_rsp:
+0x477c 005977 arg 3 ,rega 
+0x477d 005978 arg ll_phy_rsp ,regb 
+0x477e 005979 call le_fifo_malloc_tx_ll 
+0x477f 005980 fetch 1 ,mem_le_tx_phys 
+0x4780 005981 and pdata ,0x07 ,pdata 
+0x4781 005982 istore 1 ,contw 
+0x4782 005983 fetch 1 ,mem_le_rx_phys 
+0x4783 005984 and pdata ,0x07 ,pdata 
+0x4784 005985 istore 1 ,contw 
+0x4785 005986 rtn 
+:      005990 le_send_ll_one_lenth:
+0x4786 005991 arg 1 ,rega 
+0x4787 005992 branch le_fifo_malloc_tx_ll 
+:      005997 g24_dispatch:
+0x4788 005998 bpatchx patch26_0 ,mem_patch26 
+0x4789 005999 bmark1 mark_24g_rxmode ,g24_receive_dispatch 
+0x478a 006000 branch g24_transmit_dispatch 
+:      006005 g24_prep:
+0x478b 006006 bpatchx patch26_1 ,mem_patch26 
+0x478c 006007 disable enable_crc 
+0x478d 006008 disable enable_white 
+0x478e 006009 setarg 0x555555 
+0x478f 006010 iforce crc24_init 
+0x4790 006011 fetch 1 ,mem_24g_ch 
+0x4791 006012 branch le_prep_next 
+:      006014 g24_receive_packet:
+0x4792 006015 bpatchx patch26_2 ,mem_patch26 
+0x4793 006016 fetch 1 ,mem_24g_rx_phy 
+0x4794 006017 call le_enable_phy_by_pdata 
+0x4795 006018 fetch 4 ,mem_24g_addr 
+0x4796 006019 iforce access 
+0x4797 006020 call set_sync_on 
+0x4798 006021 fetcht 1 ,mem_24g_ch 
+0x4799 006022 call le_rf_rx_enable 
+:      006023 g24_receive_rxon:
+0x479a 006024 call g24_prep 
+0x479b 006025 bmark0 mark_ble_lr ,g24_receive_nolr 
+0x479c 006026 pulse dewhiten_code_calc 
+0x479d 006027 nop 30 
+0x479e 006028 call g24_prep 
+:      006029 g24_receive_nolr:
+0x479f 006030 disable user3 
+0x47a0 006031 enable decode_fec0 
+0x47a1 006032 enable is_rx 
+0x47a2 006033 disable is_tx 
+0x47a3 006034 enable swfine 
+0x47a4 006035 fetch 2 ,mem_24g_rx_window 
+0x47a5 006036 iforce stop_watch 
+0x47a6 006037 correlate null ,timeout 
+0x47a7 006038 nbranch g24_sync_timeout ,sync 
+0x47a8 006039 call rf_debug_rx_sync_line 
+0x47a9 006040 bmark1 mark_ble_lr ,g24_receive_skip_fec1 
+0x47aa 006041 fetch 1 ,mem_24g_disable_fec1 
+0x47ab 006042 nbranch g24_receive_skip_fec1 ,blank 
+0x47ac 006043 disable decode_fec0 
+0x47ad 006044 enable decode_fec1 
+:      006045 g24_receive_skip_fec1:
+0x47ae 006046 enable enable_white 
+0x47af 006047 enable enable_crc 
+0x47b0 006048 call g24_receive_byte 
+0x47b1 006049 store 1 ,mem_24g_get_syncword_crc8 
+0x47b2 006050 fetcht 1 ,mem_24g_syncword_crc8 
+0x47b3 006051 isub temp ,null 
+0x47b4 006052 nbranch g24_hec_error ,zero 
+0x47b5 006053 bpatchx patch26_3 ,mem_patch26 
+0x47b6 006054 disable user7 
+0x47b7 006055 isolate1 mark_ble_lr ,mark 
+0x47b8 006056 call g24_lr_receive_pdu_len ,true 
+0x47b9 006057 branch g24_lr_len_error ,user7 
+0x47ba 006058 call g24_receive_byte 
+0x47bb 006059 store 1 ,mem_24g_rxbuf 
+0x47bc 006060 bmark1 mark_24g_rxmode ,g24_receive_skip 
+0x47bd 006061 fetch 1 ,mem_24g_rxbuf 
+0x47be 006062 fetcht 1 ,mem_24g_data_type 
+0x47bf 006063 icompare bits_data ,temp 
+0x47c0 006064 nbranch g24_type_error ,true 
+:      006065 g24_receive_skip:
+0x47c1 006066 call g24_receive_byte 
+0x47c2 006067 isolate1 mark_ble_lr ,mark 
+0x47c3 006068 call g24_lr_receive_payload_len ,true 
+0x47c4 006069 istore 1 ,contw 
+0x47c5 006070 rshift3 pdata ,pdata 
+0x47c6 006071 sub pdata ,0x1f ,null 
+0x47c7 006072 nbranch g24_len_over_error ,positive 
+0x47c8 006073 copy pdata ,loopcnt 
+0x47c9 006074 branch g24rx_nopayload ,zero 
+:      006075 g24rx_loop:
+0x47ca 006076 call g24_receive_byte 
+0x47cb 006077 istore 1 ,contw 
+0x47cc 006078 loop g24rx_loop 
+:      006079 g24rx_nopayload:
+0x47cd 006080 bmark1 mark_24g_rxmode ,g24_receive_skip_rssi 
+0x47ce 006081 copy contw ,rega 
+0x47cf 006082 call g24_receive_byte 
+0x47d0 006083 store 1 ,mem_rssi_hex_received 
+0x47d1 006084 copy rega ,contw 
+:      006085 g24_receive_skip_rssi:
+0x47d2 006086 parse demod ,bucket ,24 
+0x47d3 006087 rshift32 pdata ,pdata 
+0x47d4 006088 rshift16 pdata ,pdata 
+0x47d5 006089 istore 3 ,contw 
+0x47d6 006090 fetch 1 ,mem_24g_disable_fec1 
+0x47d7 006091 nbranch g24_receive_skip_disable_fec1 ,blank 
+0x47d8 006092 disable decode_fec1 
+:      006093 g24_receive_skip_next:
+0x47d9 006094 isolate1 mark_24g_rxmode ,mark 
+0x47da 006095 call save_rssi_dec ,true 
+0x47db 006096 branch g24_crc_error ,crc_failed 
+0x47dc 006097 call rf_debug_rx_crc_line 
+0x47dd 006098 bpatchx patch26_4 ,mem_patch26 
+0x47de 006099 enable user3 
+0x47df 006100 call le_match_set_txfreq 
+0x47e0 006101 rtnmark1 mark_24g_rxmode 
+0x47e1 006102 fetch 1 ,mem_rssi_hex_received 
+0x47e2 006103 fetcht 1 ,mem_rssi_hex_received_max_value 
+0x47e3 006104 isub temp ,null 
+0x47e4 006105 call copy_temp2pdata ,positive 
+0x47e5 006106 branch rssi_signal 
+:      006108 g24_receive_skip_disable_fec1:
+0x47e6 006109 disable decode_fec0 
+0x47e7 006110 branch g24_receive_skip_next 
+:      006113 g24_lr_receive_pdu_len:
+0x47e8 006114 call g24_receive_byte 
+0x47e9 006115 sub pdata ,1 ,null 
+0x47ea 006116 branch enable_user7 ,positive 
+0x47eb 006117 increase -2 ,pdata 
+0x47ec 006118 bmark1 mark_24g_rxmode ,g24_lr_receive_pdu_norssi 
+0x47ed 006119 branch enable_user7 ,blank 
+0x47ee 006120 increase -1 ,pdata 
+:      006121 g24_lr_receive_pdu_norssi:
+0x47ef 006122 store 1 ,mem_temp 
+0x47f0 006123 rtn 
+:      006125 g24_lr_receive_payload_len:
+0x47f1 006126 and_into 0x07 ,pdata 
+0x47f2 006127 fetcht 1 ,mem_temp 
+0x47f3 006128 lshift3 temp ,temp 
+0x47f4 006129 ior temp ,pdata 
+0x47f5 006130 rtn 
+:      006132 g24_receive_byte:
+0x47f6 006133 parse demod ,bucket ,8 
+0x47f7 006134 rshift3 pwindow ,pdata 
+0x47f8 006135 rtn 
+:      006137 g24_sync_timeout:
+0x47f9 006138 jam err_sync_to ,mem_24g_off_type 
+0x47fa 006139 isolate1 mark_24g_rxmode ,mark 
+0x47fb 006140 call rssi_noise ,true 
+:      006141 g24_end_of_packet:
+0x47fc 006142 bpatchx patch26_5 ,mem_patch26 
+0x47fd 006143 call le_disable 
+0x47fe 006144 disable encode_fec1 
+0x47ff 006145 disable decode_fec1 
+0x4800 006146 branch end_of_packet 
+:      006148 g24_hec_error:
+0x4801 006149 jam err_hec ,mem_24g_off_type 
+0x4802 006150 branch g24_end_of_packet 
+:      006152 g24_lr_len_error:
+0x4803 006153 jam err_lr_len ,mem_24g_off_type 
+0x4804 006154 branch g24_end_of_packet 
+:      006156 g24_type_error:
+0x4805 006157 jam err_type ,mem_24g_off_type 
+0x4806 006158 branch g24_end_of_packet 
+:      006160 g24_len_over_error:
+0x4807 006161 jam err_len_over ,mem_24g_off_type 
+0x4808 006162 branch g24_end_of_packet 
+:      006164 g24_crc_error:
+0x4809 006165 jam err_crc ,mem_24g_off_type 
+0x480a 006166 branch g24_end_of_packet 
+:      006168 g24_set_freq_tx:
+0x480b 006169 call set_sync_on 
+0x480c 006170 fetcht 1 ,mem_24g_ch 
+0x480d 006171 branch set_freq_tx 
+:      006173 g24_transmit:
+0x480e 006174 bpatchx patch26_6 ,mem_patch26 
+0x480f 006175 fetch 1 ,mem_24g_tx_phy 
+0x4810 006176 call le_enable_phy_by_pdata 
+0x4811 006177 fetch 4 ,mem_24g_addr 
+0x4812 006178 iforce access 
+0x4813 006179 call g24_prep 
+0x4814 006180 call g24_set_freq_tx 
+0x4815 006181 set1 txgfsk ,radio_ctrl 
+0x4816 006182 enable encode_fec0 
+0x4817 006183 enable is_tx 
+0x4818 006184 disable is_rx 
+0x4819 006185 call rf_debug_tx_on_line 
+0x481a 006186 disable lr_s2en 
+0x481b 006187 bmark1 mark_ble_lr ,g24_transmit_lr 
+0x481c 006188 bmark1 mark_ble_2m ,g24_transmit_2m 
+0x481d 006189 rshift16 access ,pdata 
+0x481e 006190 rshift8 pdata ,pdata 
+0x481f 006191 rshift4 pdata ,pdata 
+0x4820 006192 inject mod ,40 
+:      006193 g24_transmit_packet:
+0x4821 006194 bpatchx patch26_7 ,mem_patch26 
+0x4822 006195 bmark1 mark_ble_lr ,g24_transmit_nolr 
+0x4823 006196 fetch 1 ,mem_24g_disable_fec1 
+0x4824 006197 nbranch g24_transmit_nolr ,blank 
+0x4825 006198 disable encode_fec0 
+0x4826 006199 enable encode_fec1 
+:      006200 g24_transmit_nolr:
+0x4827 006201 enable enable_white 
+0x4828 006202 enable enable_crc 
+0x4829 006203 fetch 1 ,mem_24g_txlen 
+0x482a 006204 iforce loopcnt 
+0x482b 006205 arg mem_24g_txpayload ,contr 
+:      006206 g24tr_loop:
+0x482c 006207 ifetch 1 ,contr 
+0x482d 006208 inject mod ,8 
+0x482e 006209 loop g24tr_loop 
+0x482f 006210 enable enable_parity 
+0x4830 006211 inject mod ,24 
+0x4831 006212 disable enable_parity 
+0x4832 006213 bmark0 mark_ble_lr ,g24_transmit_skip 
+0x4833 006214 disable enable_white 
+0x4834 006215 setarg 0 
+0x4835 006216 inject mod ,3 
+:      006217 g24_transmit_skip:
+0x4836 006218 until null ,tx_clear 
+0x4837 006219 nop 100 
+0x4838 006220 disable lr_s2en 
+0x4839 006221 disable encode_fec0 
+0x483a 006222 fetch 1 ,mem_24g_disable_fec1 
+0x483b 006223 nbranch g24_transmit_skip_disable_fec1 ,blank 
+0x483c 006224 disable encode_fec1 
+:      006225 g24_transmit_skip_disable_fec1:
+0x483d 006226 disable encode_fec3 
+0x483e 006227 call set_sync_on 
+0x483f 006228 branch rf_debug_tx_off_line 
+:      006230 g24_transmit_lr:
+0x4840 006231 arg 10 ,loopcnt 
+:      006232 g24_transmit_lr_preamble_loop:
+0x4841 006233 setarg 0x3c 
+0x4842 006234 inject mod ,8 
+0x4843 006235 loop g24_transmit_lr_preamble_loop 
+0x4844 006236 disable encode_fec0 
+0x4845 006237 enable encode_fec3 
+0x4846 006238 rshift16 access ,pdata 
+0x4847 006239 rshift16 pdata ,pdata 
+0x4848 006240 rshift4 pdata ,pdata 
+0x4849 006241 inject mod ,32 
+0x484a 006242 bmark1 mark_ble_lr_s8 ,g24_transmit_lr_s8 
+:      006243 g24_transmit_lr_s2:
+0x484b 006244 setarg 1 
+0x484c 006245 inject mod ,5 
+0x484d 006246 enable lr_s2en 
+0x484e 006247 branch g24_transmit_packet 
+:      006249 g24_transmit_lr_s8:
+0x484f 006250 setarg 0 
+0x4850 006251 inject mod ,5 
+0x4851 006252 branch g24_transmit_packet 
+:      006254 g24_transmit_2m:
+0x4852 006255 fetch 1 ,mem_system_clk 
+0x4853 006256 rshift pdata ,loopcnt 
+:      006257 g24_transmit_2m_dealy:
+0x4854 006258 nop 2 
+0x4855 006259 loop g24_transmit_2m_dealy 
+0x4856 006261 rshift16 access ,pdata 
+0x4857 006262 rshift8 pdata ,pdata 
+0x4858 006263 rshift4 pdata ,temp 
+0x4859 006264 copy temp ,pdata 
+0x485a 006265 inject mod ,8 
+0x485b 006266 copy temp ,pdata 
+0x485c 006267 inject mod ,40 
+0x485d 006268 branch g24_transmit_packet 
+:      006276 g24_transmit_prep:
+0x485e 006277 bpatchx patch27_0 ,mem_patch27 
+0x485f 006278 fetch 1 ,mem_24g_tx_phy 
+0x4860 006279 bbit1 bit_le_coded_phy ,g24_lr_transmit_prep 
+0x4861 006281 fetch 1 ,mem_24g_datalen 
+0x4862 006282 increase 3 ,pdata 
+0x4863 006283 store 1 ,mem_24g_txlen 
+0x4864 006285 fetch 1 ,mem_24g_syncword_crc8 
+0x4865 006286 store 1 ,mem_24g_txpayload 
+0x4866 006288 fetch 1 ,mem_24g_data_type 
+0x4867 006289 istore 1 ,contw 
+0x4868 006291 fetch 1 ,mem_24g_datalen 
+:      006292 g24_transmit_prep_pdu:
+0x4869 006293 lshift3 pdata ,pdata 
+0x486a 006294 fetcht 1 ,mem_24g_pid 
+0x486b 006295 and temp ,0x03 ,temp 
+0x486c 006296 lshift temp ,temp 
+0x486d 006297 ior temp ,pdata 
+0x486e 006298 fetcht 1 ,mem_24g_no_ack 
+0x486f 006299 iadd temp ,pdata 
+0x4870 006300 istore 1 ,contw 
+0x4871 006302 fetch 1 ,mem_24g_datalen 
+0x4872 006303 iforce loopcnt 
+0x4873 006304 arg mem_24g_txbuf ,contr 
+0x4874 006305 call memcpy 
+0x4875 006306 bpatchx patch27_1 ,mem_patch27 
+0x4876 006308 rtnmark0 mark_24g_rxmode 
+0x4877 006309 fetch 1 ,mem_rssi_hex 
+0x4878 006310 istore 1 ,contw 
+0x4879 006311 fetch 1 ,mem_24g_tx_phy 
+0x487a 006312 rtnbit1 bit_le_coded_phy 
+0x487b 006313 fetch 1 ,mem_24g_txlen 
+0x487c 006314 increase 1 ,pdata 
+0x487d 006315 store 1 ,mem_24g_txlen 
+0x487e 006316 rtn 
+:      006318 g24_lr_transmit_prep:
+0x487f 006320 fetch 1 ,mem_24g_datalen 
+0x4880 006321 increase 4 ,pdata 
+0x4881 006322 bmark0 mark_24g_rxmode ,g24_lr_transmit_prep_skip 
+0x4882 006323 increase 1 ,pdata 
+:      006324 g24_lr_transmit_prep_skip:
+0x4883 006325 store 1 ,mem_24g_txlen 
+0x4884 006327 fetch 1 ,mem_24g_syncword_crc8 
+0x4885 006328 store 1 ,mem_24g_txpayload 
+0x4886 006330 fetch 1 ,mem_24g_txlen 
+0x4887 006331 increase -2 ,pdata 
+0x4888 006332 istore 1 ,contw 
+0x4889 006334 fetch 1 ,mem_24g_data_type 
+0x488a 006335 istore 1 ,contw 
+0x488b 006336 setarg 0 
+0x488c 006337 branch g24_transmit_prep_pdu 
+:      006339 g24_read_len_pid_crc:
+0x488d 006340 bpatchx patch27_2 ,mem_patch27 
+0x488e 006342 fetch 1 ,mem_24g_rxbuf + 1 
+0x488f 006343 rshift3 pdata ,pdata 
+0x4890 006344 store 1 ,mem_24g_rxdata_length 
+0x4891 006346 increase 1 ,pdata 
+0x4892 006347 arg mem_24g_rxbuf + 1 ,contr 
+0x4893 006348 iadd contr ,contr 
+0x4894 006349 ifetch 3 ,contr 
+0x4895 006350 store 3 ,mem_24g_sta_crc 
+0x4896 006352 fetch 1 ,mem_24g_rxbuf + 1 
+0x4897 006353 rshift pdata ,pdata 
+0x4898 006354 and pdata ,0x03 ,pdata 
+0x4899 006355 store 1 ,mem_24g_sta_pid 
+0x489a 006356 rtn 
+:      006359 g24_ch:
+0x489b 006360 bpatchx patch27_3 ,mem_patch27 
+0x489c 006361 fetcht 1 ,mem_24g_current_ch_number 
+0x489d 006362 call g24_ch_map_size 
+0x489e 006363 storet 1 ,mem_24g_current_ch_number 
+0x489f 006364 rtn 
+:      006366 g24_ch_map_size:
+0x48a0 006367 bpatchx patch27_4 ,mem_patch27 
+0x48a1 006368 call g24_ch_calc 
+0x48a2 006369 increase 1 ,temp 
+0x48a3 006370 and_into 3 ,temp 
+0x48a4 006371 rtn 
+:      006373 g24_ch_calc:
+0x48a5 006374 bpatchx patch27_5 ,mem_patch27 
+0x48a6 006375 fetch 1 ,mem_24g_addr 
+0x48a7 006376 and_into 0x03 ,pdata 
+0x48a8 006377 mul32 pdata ,4 ,rega 
+0x48a9 006378 setarg mem_24g_ch_map1 
+0x48aa 006379 iadd rega ,pdata 
+0x48ab 006380 iadd temp ,contr 
+0x48ac 006381 ifetch 1 ,contr 
+0x48ad 006382 store 1 ,mem_24g_ch 
+0x48ae 006383 rtn 
+:      006386 g24_update_addr_and_synccrc8:
+0x48af 006387 store 4 ,mem_24g_addr 
+0x48b0 006389 bpatchx patch27_6 ,mem_patch27 
+:      006390 g24_syncword_crc8:
+0x48b1 006391 arg 0 ,rega 
+0x48b2 006392 arg 4 ,loopcnt 
+0x48b3 006393 arg mem_24g_addr ,contr 
+:      006394 g24_syncword_crc8_loop:
+0x48b4 006395 ifetch 1 ,contr 
+0x48b5 006396 iadd rega ,rega 
+0x48b6 006397 loop g24_syncword_crc8_loop 
+0x48b7 006398 copy rega ,pdata 
+0x48b8 006399 store 2 ,mem_24g_syncword 
+0x48b9 006400 fetch 1 ,mem_24g_syncword 
+0x48ba 006401 fetcht 1 ,mem_24g_syncword + 1 
+0x48bb 006402 iadd temp ,pdata 
+0x48bc 006403 store 1 ,mem_24g_syncword_crc8 
+0x48bd 006404 rtn 
+:      006407 g24_timer_check:
+0x48be 006408 bpatchx patch27_7 ,mem_patch27 
+0x48bf 006409 call disable_user 
+0x48c0 006410 fetcht 4 ,mem_24g_tx_btclk 
+0x48c1 006411 copy clkn_bt ,pdata 
+0x48c2 006412 isub temp ,null 
+0x48c3 006413 ncall g24_timer_timeout ,positive 
+0x48c4 006414 copy pdata ,regb 
+0x48c5 006415 fetch 4 ,mem_24g_tx_btclk 
+0x48c6 006416 fetcht 1 ,mem_24g_interval 
+0x48c7 006417 iadd temp ,temp 
+0x48c8 006418 copy regb ,pdata 
+0x48c9 006419 isub temp ,null 
+0x48ca 006420 nrtn positive 
+0x48cb 006421 set0 28 ,pdata 
+0x48cc 006422 store 4 ,mem_24g_tx_btclk 
+0x48cd 006423 branch enable_user 
+:      006425 g24_timer_timeout:
+0x48ce 006426 rtn zero 
+0x48cf 006427 set1 28 ,pdata 
+0x48d0 006428 rtn 
+:      006430 g24_timer_init:
+0x48d1 006431 setarg 0 
+0x48d2 006432 store 4 ,mem_24g_tx_btclk 
+0x48d3 006433 rtn 
+:      006441 g24_chmap_param_init:
+0x48d4 006442 bpatchx patch28_0 ,mem_patch28 
+0x48d5 006443 setsect 0 ,0x1300 
+0x48d6 006444 setsect 1 ,0x1908b 
+0x48d7 006445 setsect 2 ,0x36150 
+0x48d8 006446 setsect 3 ,0x3d20 
+0x48d9 006447 store 9 ,mem_24g_ch_map1 
+0x48da 006448 setsect 0 ,0x3a1a 
+0x48db 006449 setsect 1 ,0xc453 
+0x48dc 006450 setsect 2 ,0xd312 
+0x48dd 006451 setsect 3 ,0x1 
+0x48de 006452 istore 7 ,contw 
+0x48df 006453 fetch 1 ,mem_24g_ch_map_update 
+0x48e0 006454 rtn blank 
+0x48e1 006455 arg mem_24g_ch_update_map1 ,contr 
+0x48e2 006456 arg mem_24g_ch_map1 ,contw 
+0x48e3 006457 branch memcpy16 
+:      006465 g24_chamap_param_update:
+0x48e4 006466 bpatchx patch28_1 ,mem_patch28 
+0x48e5 006467 setarg 0x4e001e 
+0x48e6 006468 store 3 ,mem_24g_ch_update_map1 + 1 
+0x48e7 006469 setarg 0x032303 
+0x48e8 006470 istore 3 ,contw 
+0x48e9 006471 setarg 0x250642 
+0x48ea 006472 istore 3 ,contw 
+0x48eb 006473 setarg 0x094c06 
+0x48ec 006474 istore 3 ,contw 
+0x48ed 006475 setarg 0x3c0927 
+0x48ee 006476 istore 3 ,contw 
+0x48ef 006477 jam 1 ,mem_24g_ch_map_update 
+0x48f0 006478 rtn 
+:      006481 g24_rx_window_init:
+0x48f1 006482 bpatchx patch28_2 ,mem_patch28 
+0x48f2 006483 arg 0x6978 ,temp 
+0x48f3 006484 bmark1 mark_24g_rxmode ,g24_rx_window_store 
+0x48f4 006485 arg 0x12c0 ,temp 
+0x48f5 006486 fetch 1 ,mem_24g_rx_phy 
+0x48f6 006487 bbit0 2 ,g24_rx_window_store 
+0x48f7 006488 arg 0x2ee0 ,temp 
+:      006489 g24_rx_window_store:
+0x48f8 006490 storet 2 ,mem_24g_rx_window 
+0x48f9 006491 rtn 
+:      006493 g24_enable_1m:
+0x48fa 006494 jam 0x01 ,mem_24g_rx_phy 
+0x48fb 006495 jam 0x01 ,mem_24g_tx_phy 
+0x48fc 006496 rtn 
+:      006498 g24_enable_2m:
+0x48fd 006499 jam 0x02 ,mem_24g_rx_phy 
+0x48fe 006500 jam 0x02 ,mem_24g_tx_phy 
+0x48ff 006501 rtn 
+:      006525 g24_pair_param_init:
+0x4900 006526 bpatchx patch28_3 ,mem_patch28 
+0x4901 006527 jam 0x4e ,mem_24g_pair_ch 
+0x4902 006528 setarg 0x101520 
+0x4903 006529 store 3 ,mem_24g_pair_addr 
+0x4904 006530 setarg 0x05 
+0x4905 006531 istore 1 ,contw 
+0x4906 006532 rtn 
+:      006538 g24_pair_timeout_timer:
+0x4907 006539 arg mem_24g_pair_timeout ,regc 
+0x4908 006540 arg g24_stop_24g_mode ,regb 
+0x4909 006541 branch timer_single_step_2b 
+:      006543 g24_pair_start:
+0x490a 006544 set1 mark_24g ,mark 
+0x490b 006545 fetch 1 ,mem_24g_conn_sm 
+0x490c 006546 set0 state_24g_reconn ,pdata 
+0x490d 006547 set1 state_24g_pair ,pdata 
+0x490e 006548 store 1 ,mem_24g_conn_sm 
+0x490f 006549 setarg 0 
+0x4910 006550 store 2 ,mem_24g_reconn_timeout 
+0x4911 006551 fetch 2 ,mem_24g_pair_timeout_init 
+0x4912 006552 store 2 ,mem_24g_pair_timeout 
+0x4913 006553 jam 0 ,mem_24g_pair_no_ack 
+0x4914 006554 call g24_pair_sm_reinit 
+:      006555 g24_pair_init_param:
+0x4915 006556 jam 0 ,mem_24g_pid 
+0x4916 006557 fetch 1 ,mem_24g_pair_ch 
+0x4917 006558 store 1 ,mem_24g_ch 
+0x4918 006559 fetch 1 ,mem_24g_pair_tx_power 
+0x4919 006560 store 1 ,mem_tx_power 
+0x491a 006561 fetch 4 ,mem_24g_pair_addr 
+0x491b 006562 branch g24_update_addr_and_synccrc8 
+:      006565 g24_pair_dispatch:
+0x491c 006566 bpatchx patch28_4 ,mem_patch28 
+0x491d 006567 jam default_24g_device ,mem_24g_reconn_type 
+0x491e 006568 fetch 2 ,mem_24g_pair_count 
+0x491f 006569 increase 1 ,pdata 
+0x4920 006570 store 2 ,mem_24g_pair_count 
+0x4921 006571 fetch 1 ,mem_24g_pair_count 
+0x4922 006572 and pdata ,0xff ,pdata 
+0x4923 006573 nrtn blank 
+0x4924 006574 fetch 1 ,mem_24g_pair_sm 
+0x4925 006575 beq state_24g_pairing_success ,g24_pair_exit 
+0x4926 006576 beq state_24g_pairing_1 ,g24_pair_sm_1 
+0x4927 006577 beq state_24g_pairing_2 ,g24_pair_sm_2 
+0x4928 006578 beq state_24g_pairing_3 ,g24_pair_sm_3 
+0x4929 006579 beq state_24g_pairing_4 ,g24_pair_sm_4 
+0x492a 006580 rtn 
+:      006582 g24_pair_sm_1:
+0x492b 006583 jam datatype_attemp ,mem_24g_txbuf 
+0x492c 006584 branch g24_pair_sm_prep 
+:      006586 g24_pair_sm_2:
+0x492d 006587 fetch 1 ,mem_24g_pair_switch 
+0x492e 006588 branch g24_pair_sm_2_skip ,blank 
+0x492f 006589 fetch 4 ,mem_24g_device_addr 
+0x4930 006590 call g24_update_addr_and_synccrc8 
+:      006591 g24_pair_sm_2_skip:
+0x4931 006592 jam datatype_bind ,mem_24g_txbuf 
+0x4932 006593 branch g24_pair_sm_prep 
+:      006595 g24_pair_sm_3:
+0x4933 006596 jam datatype_config ,mem_24g_txbuf 
+0x4934 006597 fetch 1 ,mem_24g_pair_switch 
+0x4935 006598 branch g24_pair_sm_prep ,blank 
+0x4936 006599 fetch 4 ,mem_24g_receiver_addr 
+0x4937 006600 store 4 ,mem_24g_txbuf + 2 
+0x4938 006601 branch g24_pair_sm_common 
+:      006603 g24_pair_sm_4:
+0x4939 006604 jam datatype_ok ,mem_24g_txbuf 
+:      006605 g24_pair_sm_prep:
+0x493a 006606 fetch 4 ,mem_24g_device_addr 
+0x493b 006607 store 4 ,mem_24g_txbuf + 2 
+:      006608 g24_pair_sm_common:
+0x493c 006609 fetch 1 ,mem_24g_data_type 
+0x493d 006610 and_into bits_data ,pdata 
+0x493e 006611 store 1 ,mem_24g_txbuf + 1 
+0x493f 006612 jam 0 ,mem_24g_txbuf + 6 
+0x4940 006613 jam 7 ,mem_24g_datalen 
+0x4941 006614 call g24_transmit_prep 
+0x4942 006615 call g24_transmit_receive_ack 
+0x4943 006616 nrtn sync 
+0x4944 006617 nrtn user3 
+0x4945 006618 call g24_txbuf_clear 
+0x4946 006619 call g24_ackpayload_parse 
+0x4947 006620 bpatchx patch28_5 ,mem_patch28 
+0x4948 006621 fetch 1 ,mem_24g_pair_sm 
+0x4949 006622 rtneq state_24g_pairing_success 
+0x494a 006623 beq state_24g_pairing_1 ,g24_pair_sm_1_waiting_ack 
+0x494b 006624 beq state_24g_pairing_2 ,g24_pair_sm_2_waiting_ack 
+0x494c 006625 beq state_24g_pairing_3 ,g24_pair_sm_3_waiting_ack 
+0x494d 006626 beq state_24g_pairing_4 ,g24_pair_sm_4_waiting_ack 
+0x494e 006627 rtn 
+:      006629 g24_pair_sm_reinit:
+0x494f 006630 jam state_24g_pairing_2 ,mem_24g_pair_sm 
+0x4950 006631 fetch 1 ,mem_24g_pair_switch 
+0x4951 006632 rtn blank 
+0x4952 006633 jam state_24g_pairing_1 ,mem_24g_pair_sm 
+0x4953 006634 rtn 
+:      006636 g24_pair_sm_1_waiting_ack:
+0x4954 006637 jam state_24g_pairing_2 ,mem_24g_pair_sm 
+0x4955 006638 branch g24_transmit_abandon 
+:      006640 g24_pair_sm_2_waiting_ack:
+0x4956 006641 fetch 1 ,mem_24g_pair_switch 
+0x4957 006642 branch g24_pair_sm_2_waiting_ack_skip ,blank 
+0x4958 006643 fetch 4 ,mem_24g_rxpayload + 2 
+0x4959 006644 store 4 ,mem_24g_receiver_addr 
+:      006645 g24_pair_sm_2_waiting_ack_skip:
+0x495a 006646 jam state_24g_pairing_3 ,mem_24g_pair_sm 
+0x495b 006647 branch g24_transmit_abandon 
+:      006649 g24_pair_sm_3_waiting_ack:
+0x495c 006650 fetch 1 ,mem_24g_pair_switch 
+0x495d 006651 branch g24_pair_sm_3_waiting_ack_skip ,blank 
+0x495e 006652 fetch 4 ,mem_24g_rxpayload + 2 
+0x495f 006653 fetcht 4 ,mem_24g_device_addr 
+0x4960 006654 isub temp ,null 
+0x4961 006655 nrtn zero 
+:      006656 g24_pair_sm_3_waiting_ack_skip:
+0x4962 006657 jam state_24g_pairing_4 ,mem_24g_pair_sm 
+0x4963 006658 branch g24_transmit_abandon 
+:      006660 g24_pair_sm_4_waiting_ack:
+0x4964 006661 fetch 1 ,mem_24g_pair_switch 
+0x4965 006662 branch g24_pair_sm_4_waiting_ack_skip ,blank 
+0x4966 006663 fetch 4 ,mem_24g_rxpayload + 2 
+0x4967 006664 fetcht 4 ,mem_24g_receiver_addr 
+0x4968 006665 isub temp ,null 
+0x4969 006666 nrtn zero 
+:      006667 g24_pair_sm_4_waiting_ack_skip:
+0x496a 006668 jam state_24g_pairing_success ,mem_24g_pair_sm 
+0x496b 006669 jam bt_evt_24g_pairing_complete ,mem_fifo_temp 
+0x496c 006670 call ui_ipc_send_event 
+0x496d 006671 setarg 0 
+0x496e 006672 store 2 ,mem_24g_pair_timeout 
+0x496f 006673 fetch 4 ,mem_24g_rxpayload + 2 
+0x4970 006674 call g24_update_addr_and_synccrc8 
+:      006675 g24_pair_exit:
+0x4971 006676 fetch 1 ,mem_24g_conn_sm 
+0x4972 006677 set0 state_24g_pair ,pdata 
+0x4973 006678 store 1 ,mem_24g_conn_sm 
+0x4974 006679 branch g24_transmit_abandon 
+:      006705 g24_bind_mode_enable:
+0x4975 006706 jam dongle_bind ,mem_24g_work_mode 
+0x4976 006707 jam clear_init ,mem_24g_mode_init 
+0x4977 006708 rtn 
+:      006710 g24_bind_init:
+0x4978 006711 fetch 1 ,mem_24g_mode_init 
+0x4979 006712 rtnbit1 dongle_bind 
+0x497a 006713 set1 dongle_bind ,pdata 
+0x497b 006714 store 1 ,mem_24g_mode_init 
+0x497c 006715 setarg 0 
+0x497d 006716 store 3 ,mem_24g_device1_bind_step 
+0x497e 006717 store 1 ,mem_24g_device1_bind_disable 
+0x497f 006718 store 1 ,mem_24g_device2_bind_disable 
+0x4980 006719 store 4 ,mem_24g_transmitter_addr 
+0x4981 006720 jam 1 ,mem_24g_ackpayload_enable 
+0x4982 006721 branch g24_pair_init_param 
+:      006724 g24_bind_ackpayload_prep:
+0x4983 006725 jam 1 ,mem_24g_ackpayload_enable 
+0x4984 006726 jam 0x08 ,mem_24g_datalen 
+0x4985 006727 arg mem_24g_bind_payload ,contr 
+0x4986 006728 arg mem_24g_txbuf ,contw 
+0x4987 006729 branch memcpy8 
+:      006732 g24_bind_data_process:
+0x4988 006733 bpatchx patch28_6 ,mem_patch28 
+0x4989 006734 call g24_rx_interrupt_clear 
+0x498a 006735 call g24_receive_packet 
+0x498b 006736 nbranch g24_rx_interrupt_clear ,user3 
+0x498c 006737 call g24_bind_data_parse 
+0x498d 006738 call g24_transmit_ack 
+0x498e 006739 call g24_bind_device_status_check 
+0x498f 006740 call dongle_kb_bind_soft_reset 
+0x4990 006741 fetch 1 ,mem_24g_pair_switch 
+0x4991 006742 rtn blank 
+0x4992 006743 fetch 4 ,mem_24g_transmitter_addr 
+0x4993 006744 rtn blank 
+0x4994 006745 branch g24_update_addr_and_synccrc8 
+:      006747 g24_bind_data_error:
+0x4995 006748 call g24_rx_interrupt_clear 
+0x4996 006749 branch g24_end_of_packet 
+:      006751 g24_bind_data_parse:
+0x4997 006752 jam bind_mode_continue ,mem_24g_bind_mode_continue 
+0x4998 006753 arg mem_24g_rxbuf ,contr 
+0x4999 006754 arg mem_24g_rxdata_temp ,contw 
+0x499a 006755 call memcpy8 
+0x499b 006756 bpatchx patch28_7 ,mem_patch28 
+0x499c 006757 fetch 1 ,mem_24g_rxdata_temp + 2 
+0x499d 006758 beq datatype_bind ,g24_bind_first_step 
+0x499e 006759 beq datatype_config ,g24_bind_second_step 
+0x499f 006760 beq datatype_ok ,g24_bind_third_step 
+0x49a0 006761 beq datatype_attemp ,g24_data_attemp 
+0x49a1 006762 rtn 
+:      006765 g24_bind_first_step:
+0x49a2 006766 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x49a3 006767 beq datatype_device1 ,g24_bind_first_step_device1 
+0x49a4 006768 beq datatype_device2 ,g24_bind_first_step_device2 
+0x49a5 006769 rtn 
+:      006771 g24_bind_first_step_device1:
+0x49a6 006772 fetch 1 ,mem_24g_device1_bind_disable 
+0x49a7 006773 nrtn blank 
+0x49a8 006774 jam 1 ,mem_24g_device1_bind_step 
+:      006775 g24_bind_dvc1_payload_cfg:
+0x49a9 006776 jam datatype_device1 ,mem_24g_bind_payload 
+:      006777 g24_bind_payload_cfg:
+0x49aa 006778 jam 0x80 ,mem_24g_bind_payload + 1 
+0x49ab 006779 fetch 6 ,mem_24g_lap 
+0x49ac 006780 store 6 ,mem_24g_bind_payload + 2 
+0x49ad 006781 rtn 
+:      006783 g24_bind_first_step_device2:
+0x49ae 006784 fetch 1 ,mem_24g_device2_bind_disable 
+0x49af 006785 nrtn blank 
+0x49b0 006786 jam 1 ,mem_24g_device2_bind_step 
+:      006787 g24_bind_dvc2_payload_cfg:
+0x49b1 006788 jam datatype_device2 ,mem_24g_bind_payload 
+0x49b2 006789 branch g24_bind_payload_cfg 
+:      006792 g24_bind_second_step:
+0x49b3 006793 fetch 1 ,mem_24g_pair_switch 
+0x49b4 006794 branch g24_bind_second_step_skip ,blank 
+0x49b5 006795 fetch 4 ,mem_24g_rxdata_temp + 4 
+0x49b6 006796 fetcht 4 ,mem_24g_lap 
+0x49b7 006797 isub temp ,null 
+0x49b8 006798 nrtn zero 
+:      006799 g24_bind_second_step_skip:
+0x49b9 006800 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x49ba 006801 beq datatype_device1 ,g24_bind_second_step_device1 
+0x49bb 006802 beq datatype_device2 ,g24_bind_second_step_device2 
+0x49bc 006803 rtn 
+:      006805 g24_bind_second_step_device1:
+0x49bd 006806 fetch 1 ,mem_24g_device1_bind_disable 
+0x49be 006807 nrtn blank 
+0x49bf 006808 fetch 1 ,mem_24g_device1_bind_step 
+0x49c0 006809 beq 1 ,g24_bind_dvc1_step_set2 
+0x49c1 006810 rtn 
+:      006811 g24_bind_dvc1_step_set2:
+0x49c2 006812 jam 2 ,mem_24g_device1_bind_step 
+0x49c3 006813 fetch 1 ,mem_24g_pair_switch 
+0x49c4 006814 branch g24_bind_dvc1_payload_cfg ,blank 
+:      006815 g24_bind_dvc1_payload_cfg_transmitter_addr:
+0x49c5 006816 jam datatype_device1 ,mem_24g_bind_payload 
+:      006817 g24_bind_payload_cfg_transmitter_addr:
+0x49c6 006818 jam 0x80 ,mem_24g_bind_payload + 1 
+0x49c7 006819 fetch 4 ,mem_24g_transmitter_addr 
+0x49c8 006820 store 4 ,mem_24g_bind_payload + 2 
+0x49c9 006821 branch enable_user 
+:      006823 g24_bind_second_step_device2:
+0x49ca 006824 fetch 1 ,mem_24g_device2_bind_disable 
+0x49cb 006825 nrtn blank 
+0x49cc 006826 fetch 1 ,mem_24g_device2_bind_step 
+0x49cd 006827 beq 1 ,g24_bind_dvc2_step_set2 
+0x49ce 006828 rtn 
+:      006829 g24_bind_dvc2_step_set2:
+0x49cf 006830 jam 2 ,mem_24g_device2_bind_step 
+0x49d0 006831 fetch 1 ,mem_24g_pair_switch 
+0x49d1 006832 branch g24_bind_dvc2_payload_cfg ,blank 
+0x49d2 006833 jam datatype_device2 ,mem_24g_bind_payload 
+0x49d3 006834 branch g24_bind_payload_cfg_transmitter_addr 
+:      006837 g24_bind_third_step:
+0x49d4 006838 fetch 1 ,mem_24g_pair_switch 
+0x49d5 006839 branch g24_bind_third_step_skip ,blank 
+0x49d6 006840 fetch 4 ,mem_24g_rxdata_temp + 4 
+0x49d7 006841 fetcht 4 ,mem_24g_transmitter_addr 
+0x49d8 006842 isub temp ,null 
+0x49d9 006843 nrtn zero 
+:      006844 g24_bind_third_step_skip:
+0x49da 006845 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x49db 006846 beq datatype_device1 ,g24_bind_third_step_device1 
+0x49dc 006847 beq datatype_device2 ,g24_bind_third_step_device2 
+0x49dd 006848 rtn 
+:      006850 g24_bind_third_step_device1:
+0x49de 006851 fetch 1 ,mem_24g_device1_bind_disable 
+0x49df 006852 nrtn blank 
+0x49e0 006853 fetch 1 ,mem_24g_device1_bind_step 
+0x49e1 006854 beq 2 ,g24_bind_dvc1_step_success 
+0x49e2 006855 rtn 
+:      006856 g24_bind_dvc1_step_success:
+0x49e3 006857 jam 1 ,mem_24g_device1_bind_disable 
+0x49e4 006858 call g24_binding_dvc1_living 
+0x49e5 006859 call g24_bind_dvc1_payload_cfg 
+0x49e6 006860 fetch 1 ,mem_24g_bind_device_status 
+0x49e7 006861 or_into 0x01 ,pdata 
+0x49e8 006862 store 1 ,mem_24g_bind_device_status 
+:      006863 g24_bind_exit:
+0x49e9 006864 setarg 0 
+0x49ea 006865 store 2 ,mem_24g_device1_bind_step 
+0x49eb 006866 rtn 
+:      006868 g24_bind_third_step_device2:
+0x49ec 006869 fetch 1 ,mem_24g_device2_bind_disable 
+0x49ed 006870 nrtn blank 
+0x49ee 006871 fetch 1 ,mem_24g_device2_bind_step 
+0x49ef 006872 bne 0 ,g24_bind_dvc2_step_success 
+0x49f0 006873 rtn 
+:      006874 g24_bind_dvc2_step_success:
+0x49f1 006875 jam 1 ,mem_24g_device2_bind_disable 
+0x49f2 006876 call g24_binding_dvc2_living 
+0x49f3 006877 call g24_bind_dvc2_payload_cfg 
+0x49f4 006878 fetch 1 ,mem_24g_bind_device_status 
+0x49f5 006879 or_into 0x02 ,pdata 
+0x49f6 006880 store 1 ,mem_24g_bind_device_status 
+0x49f7 006881 call g24_bind_exit 
+0x49f8 006882 branch dongle_g24_store_dvc2_bind_flag 
+:      006884 g24_binding_device_check:
+0x49f9 006885 fetch 1 ,mem_24g_work_mode 
+0x49fa 006886 rtnne dongle_bind 
+0x49fb 006887 fetch 1 ,mem_24g_pair_mode 
+0x49fc 006888 nrtn blank 
+0x49fd 006889 fetch 1 ,mem_24g_rxbuf + 3 
+0x49fe 006890 beq datatype_device1 ,g24_binding_dvc1_status 
+0x49ff 006891 beq datatype_device2 ,g24_binding_dvc2_status 
+0x4a00 006892 rtn 
+:      006893 g24_binding_dvc1_status:
+0x4a01 006894 fetch 1 ,mem_24g_bind_device_living 
+0x4a02 006895 rtnbit0 0 
+:      006896 disable_user3:
+0x4a03 006897 disable user3 
+0x4a04 006898 rtn 
+:      006899 g24_binding_dvc2_status:
+0x4a05 006900 fetch 1 ,mem_24g_bind_device_living 
+0x4a06 006901 rtnbit0 1 
+0x4a07 006902 branch disable_user3 
+:      006904 g24_binding_dvc1_living:
+0x4a08 006905 fetch 1 ,mem_24g_pair_mode 
+0x4a09 006906 nrtn blank 
+0x4a0a 006907 fetch 1 ,mem_24g_bind_device_living 
+0x4a0b 006908 or_into 0x01 ,pdata 
+0x4a0c 006909 store 1 ,mem_24g_bind_device_living 
+0x4a0d 006910 rtn 
+:      006912 g24_binding_dvc2_living:
+0x4a0e 006913 fetch 1 ,mem_24g_pair_mode 
+0x4a0f 006914 nrtn blank 
+0x4a10 006915 fetch 1 ,mem_24g_bind_device_living 
+0x4a11 006916 or_into 0x02 ,pdata 
+0x4a12 006917 store 1 ,mem_24g_bind_device_living 
+0x4a13 006918 rtn 
+:      006921 g24_bind_device_status_check:
+0x4a14 006922 fetch 1 ,mem_24g_bind_device_status 
+0x4a15 006923 rtn blank 
+:      006924 g24_bind_device_status:
+0x4a16 006925 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x4a17 006926 beq datatype_device1 ,g24_binding_dvc1_living 
+0x4a18 006927 beq datatype_device2 ,g24_binding_dvc2_living 
+0x4a19 006928 rtn 
+:      006947 g24_receive_init:
+0x4a1a 006948 set1 mark_24g_rxmode ,mark 
+0x4a1b 006949 fetch 1 ,mem_tx_power 
+0x4a1c 006950 store 1 ,mem_tx_power_temp 
+0x4a1d 006951 branch rssi_receiver_buff_init 
+:      006953 g24_receive_dispatch:
+0x4a1e 006954 fetch 2 ,mem_cb_24g_receive_process 
+0x4a1f 006955 branch callback_func 
+:      006957 g24_ackpayload_prep:
+0x4a20 006958 bpatchx patch29_0 ,mem_patch29 
+0x4a21 006959 jam 0 ,mem_24g_datalen 
+0x4a22 006960 fetch 1 ,mem_24g_ackpayload_enable 
+0x4a23 006961 rtn blank 
+0x4a24 006962 fetch 2 ,mem_cb_24g_ackpayload 
+0x4a25 006963 branch callback_func 
+:      006966 g24_receive_packet_start:
+0x4a26 006967 call g24_receive_transmit_ack 
+0x4a27 006968 nbranch g24_rx_interrupt_clear ,user3 
+:      006969 g24_receive_packet_parse:
+0x4a28 006970 call g24_receive_packet_parse_pid_crc 
+0x4a29 006971 nbranch g24_rx_interrupt_clear ,user 
+0x4a2a 006972 fetch 1 ,mem_24g_rxdata_length 
+0x4a2b 006973 branch g24_rx_interrupt_clear ,blank 
+0x4a2c 006974 increase 2 ,pdata 
+0x4a2d 006975 iforce loopcnt 
+0x4a2e 006976 arg mem_24g_rxbuf ,contr 
+0x4a2f 006977 arg mem_24g_rxdata_temp ,contw 
+0x4a30 006978 call memcpy 
+0x4a31 006979 jam 0 ,mem_24g_mode_switch 
+0x4a32 006980 fetch 1 ,mem_24g_pair_mode 
+0x4a33 006981 call g24_enable_nodata_timer ,blank 
+0x4a34 006982 bpatchx patch29_1 ,mem_patch29 
+0x4a35 006983 fetch 1 ,mem_24g_rxdata_temp + 2 
+0x4a36 006984 beq datatype_device1 ,g24_data_device1 
+0x4a37 006985 beq datatype_device2 ,g24_data_device2 
+0x4a38 006986 beq datatype_attemp ,g24_data_receive_attemp 
+:      006987 g24_rx_interrupt_clear:
+0x4a39 006988 bpatchx patch29_2 ,mem_patch29 
+0x4a3a 006989 arg mem_24g_rxbuf ,contw 
+0x4a3b 006990 arg 66 ,loopcnt 
+0x4a3c 006991 branch clear_mem 
+:      006993 g24_data_receive_attemp:
+0x4a3d 006994 call g24_bind_device_status 
+0x4a3e 006995 branch g24_data_attemp 
+:      006997 g24_data_device1:
+0x4a3f 006998 call g24_binding_dvc1_living 
+0x4a40 006999 call g24_ch_timer_reinit 
+0x4a41 007000 fetch 1 ,mem_24g_abort_packet 
+0x4a42 007001 fetcht 1 ,mem_24g_rxdata_temp 
+0x4a43 007002 isolate1 bit_abort ,temp 
+0x4a44 007003 setflag true ,0 ,pdata 
+0x4a45 007004 store 1 ,mem_24g_abort_packet 
+0x4a46 007005 beq 1 ,g24_data_attemp_device1_abort 
+0x4a47 007006 fetch 1 ,mem_24g_hop_packet 
+0x4a48 007007 fetcht 1 ,mem_24g_rxdata_temp 
+0x4a49 007008 isolate1 bit_hop ,temp 
+0x4a4a 007009 setflag true ,0 ,pdata 
+0x4a4b 007010 store 1 ,mem_24g_hop_packet 
+0x4a4c 007011 fetch 2 ,mem_cb_24g_data_device1 
+0x4a4d 007012 branch callback_func 
+:      007014 g24_data_device2:
+0x4a4e 007015 call g24_binding_dvc2_living 
+0x4a4f 007016 fetcht 1 ,mem_24g_rxdata_temp 
+0x4a50 007017 isolate1 bit_abort ,temp 
+0x4a51 007018 branch g24_data_attemp_device2_abort ,true 
+0x4a52 007019 fetch 2 ,mem_cb_24g_data_device2 
+0x4a53 007020 branch callback_func 
+:      007022 g24_data_attemp_device1_abort:
+0x4a54 007023 fetch 1 ,mem_device_option 
+0x4a55 007024 sub pdata ,dvc_op_car ,null 
+0x4a56 007025 call car_stop_blink ,zero 
+0x4a57 007026 fetch 4 ,mem_24g_rxdata_temp + 10 
+0x4a58 007027 branch g24_store_device1_addr 
+:      007028 g24_data_attemp_device2_abort:
+0x4a59 007029 fetch 4 ,mem_24g_rxdata_temp + 10 
+0x4a5a 007030 branch g24_store_device2_addr 
+:      007033 g24_receive_packet_parse_pid_crc:
+0x4a5b 007034 call disable_user 
+0x4a5c 007035 fetch 1 ,mem_24g_sta_pid 
+0x4a5d 007036 fetcht 1 ,mem_24g_last_pid 
+0x4a5e 007037 isub temp ,null 
+0x4a5f 007038 ncall enable_user ,zero 
+0x4a60 007039 fetch 1 ,mem_24g_sta_pid 
+0x4a61 007040 store 1 ,mem_24g_last_pid 
+0x4a62 007041 fetch 3 ,mem_24g_sta_crc 
+0x4a63 007042 fetcht 3 ,mem_24g_last_crc 
+0x4a64 007043 isub temp ,null 
+0x4a65 007044 ncall enable_user ,zero 
+0x4a66 007045 fetch 3 ,mem_24g_sta_crc 
+0x4a67 007046 store 3 ,mem_24g_last_crc 
+0x4a68 007047 rtn 
+:      007049 g24_receive_transmit_ack:
+0x4a69 007050 call g24_rx_interrupt_clear 
+0x4a6a 007051 call g24_receive_packet 
+0x4a6b 007052 nrtn user3 
+:      007053 g24_transmit_ack:
+0x4a6c 007055 fetch 1 ,mem_24g_rxbuf 
+0x4a6d 007056 store 1 ,mem_24g_data_type 
+0x4a6e 007058 call g24_read_len_pid_crc 
+0x4a6f 007060 fetch 1 ,mem_24g_rxbuf + 1 
+0x4a70 007061 isolate1 bit_ack_24g ,pdata 
+0x4a71 007062 branch g24tx_no_ack ,true 
+:      007063 g24tx_with_ack:
+0x4a72 007064 call g24_ackpayload_prep 
+0x4a73 007065 call g24_transmit_prep 
+0x4a74 007066 call g24_transmit 
+:      007067 g24tx_no_ack:
+0x4a75 007068 branch g24_end_of_packet 
+:      007071 g24_enable_nodata_timer:
+0x4a76 007072 jam 1 ,mem_24g_nodata_timer_enable 
+:      007073 g24_enable_nodata_timer_init:
+0x4a77 007074 setarg timer_nodata_delay 
+0x4a78 007075 arg g24_timer_nodata ,queue 
+0x4a79 007076 branch timer_init 
+:      007082 g24_mode_switch_init:
+0x4a7a 007083 bpatchx patch29_3 ,mem_patch29 
+0x4a7b 007084 jam 1 ,mem_24g_mode_switch 
+0x4a7c 007085 jam 0 ,mem_24g_time_slice 
+0x4a7d 007086 jam 0xff ,mem_24g_interval 
+0x4a7e 007087 branch g24_timer_init 
+:      007089 g24_mode_switch_bind_work:
+0x4a7f 007090 bpatchx patch29_4 ,mem_patch29 
+0x4a80 007091 fetch 1 ,mem_24g_mode_switch 
+0x4a81 007092 rtn blank 
+0x4a82 007093 call g24_timer_check 
+0x4a83 007094 nrtn user 
+0x4a84 007095 call g24_bind_mode_continue 
+0x4a85 007096 fetch 1 ,mem_24g_time_slice 
+0x4a86 007097 increase 1 ,pdata 
+0x4a87 007098 and_into 1 ,pdata 
+0x4a88 007099 store 1 ,mem_24g_time_slice 
+0x4a89 007100 beq 0 ,g24_work_mode_switch 
+0x4a8a 007101 beq 1 ,g24_bind_mode_switch 
+0x4a8b 007102 rtn 
+:      007104 g24_bind_mode_continue:
+0x4a8c 007105 fetch 1 ,mem_24g_bind_mode_continue 
+0x4a8d 007106 rtn blank 
+0x4a8e 007107 increase -1 ,pdata 
+0x4a8f 007108 store 1 ,mem_24g_bind_mode_continue 
+0x4a90 007109 rtn 
+:      007111 g24_work_mode_switch:
+0x4a91 007112 fetch 1 ,mem_24g_bind_mode_continue 
+0x4a92 007113 nrtn blank 
+0x4a93 007114 branch g24_switch_work_mode 
+:      007116 g24_bind_mode_switch:
+0x4a94 007117 fetch 1 ,mem_24g_bind_mode_continue 
+0x4a95 007118 nrtn blank 
+0x4a96 007119 branch g24_bind_mode_enable 
+:      007122 g24_mode_b_s_switch_init:
+0x4a97 007123 fetch 1 ,mem_24g_b_s_mode_switch_disable 
+0x4a98 007124 nrtn blank 
+0x4a99 007125 fetch 1 ,mem_24g_mode_b_s_switch_exit 
+0x4a9a 007126 call g24_mode_b_s_switch_start ,blank 
+0x4a9b 007127 fetch 1 ,mem_24g_mode_b_s_switch_init 
+0x4a9c 007128 rtnbit1 0 
+0x4a9d 007129 set1 0 ,pdata 
+0x4a9e 007130 store 1 ,mem_24g_mode_b_s_switch_init 
+0x4a9f 007131 jam 1 ,mem_24g_mode_b_s_switch 
+0x4aa0 007132 jam 0 ,mem_24g_b_s_time_slice 
+0x4aa1 007133 setarg 0 
+0x4aa2 007134 store 2 ,mem_24g_mode_b_s_switch_cnt 
+0x4aa3 007135 jam 0x60 ,mem_24g_interval 
+0x4aa4 007136 branch g24_timer_init 
+:      007138 g24_mode_switch_bind_search:
+0x4aa5 007139 bpatchx patch29_5 ,mem_patch29 
+0x4aa6 007140 fetch 1 ,mem_24g_work_mode 
+0x4aa7 007141 rtneq dongle_work 
+0x4aa8 007142 fetch 1 ,mem_24g_b_s_mode_switch_disable 
+0x4aa9 007143 nrtn blank 
+0x4aaa 007144 fetch 1 ,mem_24g_mode_b_s_switch_exit 
+0x4aab 007145 nrtn blank 
+0x4aac 007146 fetch 1 ,mem_24g_mode_b_s_switch 
+0x4aad 007147 rtn blank 
+0x4aae 007148 call g24_timer_check 
+0x4aaf 007149 nrtn user 
+0x4ab0 007150 fetch 2 ,mem_24g_mode_b_s_switch_cnt 
+0x4ab1 007151 increase 1 ,pdata 
+0x4ab2 007152 store 2 ,mem_24g_mode_b_s_switch_cnt 
+0x4ab3 007153 arg 0x7d0 ,temp 
+0x4ab4 007154 isub temp ,null 
+0x4ab5 007155 branch g24_mode_b_s_switch_exit ,positive 
+0x4ab6 007156 call g24_bind_mode_continue 
+0x4ab7 007157 fetch 1 ,mem_24g_b_s_time_slice 
+0x4ab8 007158 increase 1 ,pdata 
+0x4ab9 007159 and_into 1 ,pdata 
+0x4aba 007160 store 1 ,mem_24g_b_s_time_slice 
+0x4abb 007161 beq 0 ,g24_mode_switch_search 
+0x4abc 007162 beq 1 ,g24_bind_mode_enable 
+0x4abd 007163 rtn 
+:      007165 g24_mode_switch_search:
+0x4abe 007166 fetch 1 ,mem_24g_bind_mode_continue 
+0x4abf 007167 nbranch g24_bind_mode_enable ,blank 
+0x4ac0 007168 branch g24_search_mode_enable 
+:      007170 g24_mode_b_s_switch_exit:
+0x4ac1 007171 jam 1 ,mem_24g_mode_b_s_switch_exit 
+0x4ac2 007172 branch g24_search_mode_enable 
+:      007174 g24_mode_b_s_switch_stop:
+0x4ac3 007175 jam 0 ,mem_24g_mode_b_s_switch 
+0x4ac4 007176 rtn 
+:      007177 g24_mode_b_s_switch_start:
+0x4ac5 007178 jam 1 ,mem_24g_mode_b_s_switch 
+0x4ac6 007179 rtn 
+:      007190 g24_work_init:
+0x4ac7 007191 bpatchx patch29_6 ,mem_patch29 
+0x4ac8 007192 fetch 1 ,mem_24g_mode_init 
+0x4ac9 007193 rtnbit1 dongle_work 
+0x4aca 007194 set1 dongle_work ,pdata 
+0x4acb 007195 store 1 ,mem_24g_mode_init 
+0x4acc 007196 fetch 1 ,mem_tx_power_temp 
+0x4acd 007197 store 1 ,mem_tx_power 
+0x4ace 007198 jam 0 ,mem_24g_ackpayload_enable 
+0x4acf 007199 jam 0 ,mem_usb_tx_enable 
+0x4ad0 007200 jam 1 ,mem_24g_abort_packet 
+0x4ad1 007201 jam 0 ,mem_24g_pid 
+0x4ad2 007202 fetch 4 ,mem_24g_lap 
+0x4ad3 007203 call g24_update_addr_and_synccrc8 
+0x4ad4 007204 call g24_ch 
+0x4ad5 007205 branch g24_rx_interrupt_clear 
+:      007208 g24_switch_work_mode:
+0x4ad6 007209 jam 0 ,mem_24g_ackpayload_enable 
+:      007210 g24_work_mode_enable:
+0x4ad7 007211 jam dongle_work ,mem_24g_work_mode 
+0x4ad8 007212 jam clear_init ,mem_24g_mode_init 
+0x4ad9 007213 rtn 
+:      007216 g24_work_mode_start:
+0x4ada 007217 fetch 1 ,mem_24g_work_mode 
+0x4adb 007218 rtnne dongle_work 
+0x4adc 007219 call g24_work_init 
+0x4add 007220 call g24_ch_process 
+0x4ade 007221 branch g24_receive_packet_start 
+:      007234 g24_bind_mode_auto:
+0x4adf 007235 bpatchx patch29_7 ,mem_patch29 
+0x4ae0 007236 fetch 1 ,mem_24g_work_mode 
+0x4ae1 007237 rtnne dongle_bind 
+0x4ae2 007238 call g24_bind_init 
+0x4ae3 007239 call g24_bind_data_process 
+0x4ae4 007240 fetch 1 ,mem_24g_pair_mode 
+0x4ae5 007241 nrtn blank 
+0x4ae6 007242 fetch 1 ,mem_24g_bind_device_status 
+0x4ae7 007243 rtn blank 
+0x4ae8 007244 jam 0 ,mem_24g_mode_switch 
+0x4ae9 007245 call g24_switch_work_mode 
+0x4aea 007246 call g24_enable_nodata_timer 
+0x4aeb 007247 branch g24_timer_init 
+:      007259 g24_search_mode_init:
+0x4aec 007260 fetch 1 ,mem_24g_mode_init 
+0x4aed 007261 rtnbit1 dongle_search 
+0x4aee 007262 set1 dongle_search ,pdata 
+0x4aef 007263 store 1 ,mem_24g_mode_init 
+0x4af0 007264 jam 0 ,mem_24g_time_slice 
+0x4af1 007265 jam 1 ,mem_24g_ackpayload_enable 
+0x4af2 007266 setarg 0 
+0x4af3 007267 store 3 ,mem_rssi_noise_self_index 
+0x4af4 007268 store 7 ,mem_24g_self_config_ch_once 
+0x4af5 007269 call g24_receiver_addr_check 
+0x4af6 007270 nrtn zero 
+0x4af7 007271 fetch 1 ,mem_24g_current_ch_number 
+0x4af8 007272 store 1 ,mem_24g_self_ch_number 
+0x4af9 007273 fetch 1 ,mem_24g_ch 
+0x4afa 007274 store 1 ,mem_24g_self_last_ch 
+0x4afb 007275 rtn 
+:      007278 g24_search_mode_auto:
+0x4afc 007279 bpatchx patch2a_0 ,mem_patch2a 
+0x4afd 007280 fetch 1 ,mem_24g_work_mode 
+0x4afe 007281 rtnne dongle_search 
+0x4aff 007282 call g24_search_mode_init 
+0x4b00 007283 call g24_auto_addr_ch_search 
+0x4b01 007284 call g24_receive_transmit_ack 
+0x4b02 007285 nbranch g24_rx_interrupt_clear ,user3 
+0x4b03 007287 call g24_receiver_addr_check 
+0x4b04 007288 call g24_receive_packet_parse ,zero 
+0x4b05 007290 fetch 1 ,mem_24g_abort_packet 
+0x4b06 007291 call g24_mode_b_s_switch_stop ,blank 
+0x4b07 007294 jam dongle_work ,mem_24g_work_mode 
+0x4b08 007295 fetch 1 ,mem_24g_mode_init 
+0x4b09 007296 set1 dongle_work ,pdata 
+0x4b0a 007297 store 1 ,mem_24g_mode_init 
+0x4b0b 007299 fetch 1 ,mem_24g_ackpayload_enable 
+0x4b0c 007300 sub pdata ,2 ,null 
+0x4b0d 007301 ncall g24_ackpayload_disable ,zero 
+0x4b0e 007303 call g24_rx_interrupt_clear 
+0x4b0f 007304 call g24_enable_nodata_timer 
+0x4b10 007305 call g24_receiver_addr_check 
+0x4b11 007306 branch g24_self_ch_num_reinit ,zero 
+0x4b12 007307 fetch 4 ,mem_24g_addr 
+0x4b13 007308 fetcht 4 ,mem_24g_device2_addr 
+0x4b14 007309 isub temp ,null 
+0x4b15 007310 branch g24_device2_ch_num_reinit ,zero 
+0x4b16 007311 fetch 4 ,mem_24g_addr 
+0x4b17 007312 fetcht 4 ,mem_24g_device1_addr 
+0x4b18 007313 isub temp ,null 
+0x4b19 007314 branch g24_device1_ch_num_reinit ,zero 
+0x4b1a 007315 rtn 
+:      007318 g24_self_ch_num_reinit:
+0x4b1b 007319 fetch 1 ,mem_24g_self_ch_number 
+:      007320 g24_current_ch_num_reinit:
+0x4b1c 007321 store 1 ,mem_24g_current_ch_number 
+0x4b1d 007322 rtn 
+:      007324 g24_device2_ch_num_reinit:
+0x4b1e 007325 fetch 1 ,mem_24g_device2_ch_number 
+0x4b1f 007326 branch g24_current_ch_num_reinit 
+:      007328 g24_device1_ch_num_reinit:
+0x4b20 007329 fetch 1 ,mem_24g_device1_ch_number 
+0x4b21 007330 branch g24_current_ch_num_reinit 
+:      007333 g24_auto_addr_ch_search:
+0x4b22 007334 bpatchx patch2a_1 ,mem_patch2a 
+0x4b23 007335 fetch 1 ,mem_24g_time_slice 
+0x4b24 007336 increase 1 ,pdata 
+0x4b25 007337 and_into 3 ,pdata 
+0x4b26 007338 store 1 ,mem_24g_time_slice 
+0x4b27 007340 beq 0 ,g24_auto_bind_config_device2 
+0x4b28 007341 beq 1 ,g24_auto_bind_config_self 
+0x4b29 007342 beq 2 ,g24_auto_bind_config_device1 
+0x4b2a 007343 beq 3 ,g24_auto_bind_config_self 
+0x4b2b 007344 rtn 
+:      007346 g24_auto_bind_config_device1:
+0x4b2c 007347 call g24_bind_dvc1_payload_cfg 
+0x4b2d 007348 fetch 4 ,mem_24g_device1_addr 
+0x4b2e 007349 branch g24_auto_addr_ch_search ,blank 
+0x4b2f 007350 call g24_update_addr_and_synccrc8 
+0x4b30 007351 fetch 1 ,mem_24g_device1_config_ch_once 
+0x4b31 007352 call g24_device1_config_ch_once ,blank 
+0x4b32 007353 fetch 1 ,mem_24g_device1_last_ch 
+0x4b33 007354 store 1 ,mem_24g_ch 
+0x4b34 007355 fetcht 1 ,mem_rssi_noise_device1_index 
+0x4b35 007356 fetchr rega ,2 ,mem_rssi_noise_device1_buffer_ptr 
+0x4b36 007357 call rssi_store 
+0x4b37 007358 storet 1 ,mem_rssi_noise_device1_index 
+0x4b38 007359 call rssi_average 
+0x4b39 007360 storet 1 ,mem_rssi_noise_device1_avg 
+0x4b3a 007361 sub temp ,rssi_thresh_noise ,null 
+0x4b3b 007362 nrtn positive 
+0x4b3c 007363 fetcht 1 ,mem_24g_device1_ch_number 
+0x4b3d 007364 call g24_ch_map_size 
+0x4b3e 007365 storet 1 ,mem_24g_device1_ch_number 
+0x4b3f 007366 store 1 ,mem_24g_device1_last_ch 
+0x4b40 007367 rtn 
+:      007369 g24_device1_config_ch_once:
+0x4b41 007370 jam 1 ,mem_24g_device1_config_ch_once 
+0x4b42 007371 arg 0 ,temp 
+0x4b43 007372 call g24_ch_calc 
+0x4b44 007373 store 1 ,mem_24g_device1_last_ch 
+0x4b45 007374 rtn 
+:      007376 g24_auto_bind_config_device2:
+0x4b46 007377 call g24_bind_dvc2_payload_cfg 
+0x4b47 007378 fetch 4 ,mem_24g_device2_addr 
+0x4b48 007379 branch g24_auto_addr_ch_search ,blank 
+0x4b49 007380 call g24_update_addr_and_synccrc8 
+0x4b4a 007381 fetch 1 ,mem_24g_device2_config_ch_once 
+0x4b4b 007382 call g24_device2_config_ch_once ,blank 
+0x4b4c 007383 fetch 1 ,mem_24g_device2_last_ch 
+0x4b4d 007384 store 1 ,mem_24g_ch 
+0x4b4e 007385 fetcht 1 ,mem_rssi_noise_device2_index 
+0x4b4f 007386 fetchr rega ,2 ,mem_rssi_noise_device2_buffer_ptr 
+0x4b50 007387 call rssi_store 
+0x4b51 007388 storet 1 ,mem_rssi_noise_device2_index 
+0x4b52 007389 call rssi_average 
+0x4b53 007390 storet 1 ,mem_rssi_noise_device2_avg 
+0x4b54 007391 sub temp ,rssi_thresh_noise ,null 
+0x4b55 007392 nrtn positive 
+0x4b56 007393 fetcht 1 ,mem_24g_device2_ch_number 
+0x4b57 007394 call g24_ch_map_size 
+0x4b58 007395 storet 1 ,mem_24g_device2_ch_number 
+0x4b59 007396 store 1 ,mem_24g_device2_last_ch 
+0x4b5a 007397 rtn 
+:      007399 g24_device2_config_ch_once:
+0x4b5b 007400 jam 1 ,mem_24g_device2_config_ch_once 
+0x4b5c 007401 arg 0 ,temp 
+0x4b5d 007402 call g24_ch_calc 
+0x4b5e 007403 store 1 ,mem_24g_device2_last_ch 
+0x4b5f 007404 rtn 
+:      007406 g24_auto_bind_config_self:
+0x4b60 007407 call g24_bind_dvc1_payload_cfg 
+0x4b61 007408 fetch 4 ,mem_24g_lap 
+0x4b62 007409 call g24_update_addr_and_synccrc8 
+0x4b63 007410 fetch 1 ,mem_24g_self_config_ch_once 
+0x4b64 007411 call g24_self_config_ch_once ,blank 
+0x4b65 007412 fetch 1 ,mem_24g_self_last_ch 
+0x4b66 007413 store 1 ,mem_24g_ch 
+0x4b67 007414 fetcht 1 ,mem_rssi_noise_self_index 
+0x4b68 007415 fetchr rega ,2 ,mem_rssi_noise_self_buffer_ptr 
+0x4b69 007416 call rssi_store 
+0x4b6a 007417 storet 1 ,mem_rssi_noise_self_index 
+0x4b6b 007418 call rssi_average 
+0x4b6c 007419 storet 1 ,mem_rssi_noise_self_avg 
+0x4b6d 007420 sub temp ,rssi_thresh_noise ,null 
+0x4b6e 007421 nrtn positive 
+0x4b6f 007422 fetcht 1 ,mem_24g_self_ch_number 
+0x4b70 007423 call g24_ch_map_size 
+0x4b71 007424 storet 1 ,mem_24g_self_ch_number 
+0x4b72 007425 store 1 ,mem_24g_self_last_ch 
+0x4b73 007426 rtn 
+:      007428 g24_self_config_ch_once:
+0x4b74 007429 jam 1 ,mem_24g_self_config_ch_once 
+0x4b75 007430 fetch 1 ,mem_24g_self_last_ch 
+0x4b76 007431 store 1 ,mem_24g_ch 
+0x4b77 007432 rtn 
+:      007435 g24_ackpayload_disable:
+0x4b78 007436 jam 0 ,mem_24g_ackpayload_enable 
+0x4b79 007437 rtn 
+:      007440 g24_receiver_addr_check:
+0x4b7a 007441 fetch 4 ,mem_24g_addr 
+0x4b7b 007442 fetcht 4 ,mem_24g_lap 
+0x4b7c 007443 isub temp ,null 
+0x4b7d 007444 rtn 
+:      007456 g24_nodata_process:
+0x4b7e 007457 fetch 1 ,mem_24g_ackpayload_enable 
+0x4b7f 007458 rtneq 2 
+0x4b80 007459 fetch 1 ,mem_24g_nodata_timer_enable 
+0x4b81 007460 rtn blank 
+0x4b82 007461 arg g24_timer_nodata ,queue 
+0x4b83 007462 call timer_check 
+0x4b84 007463 nrtn blank 
+0x4b85 007464 jam 0 ,mem_24g_nodata_timer_enable 
+0x4b86 007465 jam 0 ,mem_24g_bind_mode_continue 
+0x4b87 007466 call g24_mode_b_s_switch_init 
+:      007468 g24_search_mode_enable:
+0x4b88 007469 bpatchx patch2a_2 ,mem_patch2a 
+0x4b89 007470 jam dongle_search ,mem_24g_work_mode 
+0x4b8a 007471 jam clear_init ,mem_24g_mode_init 
+0x4b8b 007472 branch g24_rx_interrupt_clear 
+:      007478 g24_ch_process:
+0x4b8c 007479 bpatchx patch2a_3 ,mem_patch2a 
+0x4b8d 007480 fetch 1 ,mem_24g_abort_packet 
+0x4b8e 007481 beq 1 ,rssi_noise_monitor 
+0x4b8f 007482 fetch 1 ,mem_24g_hop_packet 
+0x4b90 007483 beq 1 ,g24_ch_receive_hop_pac 
+0x4b91 007484 fetcht 4 ,mem_24g_hop_btclk 
+0x4b92 007485 copy clkn_bt ,pdata 
+0x4b93 007486 isub temp ,null 
+0x4b94 007487 ncall g24_timer_timeout ,positive 
+0x4b95 007488 copy pdata ,regb 
+0x4b96 007489 fetch 4 ,mem_24g_hop_btclk 
+0x4b97 007490 fetcht 1 ,mem_24g_hop_interval 
+0x4b98 007491 iadd temp ,temp 
+0x4b99 007492 copy regb ,pdata 
+0x4b9a 007493 isub temp ,null 
+0x4b9b 007494 nrtn positive 
+0x4b9c 007495 set0 28 ,pdata 
+0x4b9d 007496 store 4 ,mem_24g_hop_btclk 
+0x4b9e 007497 jam 1 ,mem_24g_abort_packet 
+0x4b9f 007498 branch g24_ch 
+:      007500 g24_ch_receive_hop_pac:
+0x4ba0 007501 jam 0 ,mem_24g_hop_packet 
+0x4ba1 007502 branch g24_ch 
+:      007504 g24_ch_timer_reinit:
+0x4ba2 007505 copy clkn_bt ,pdata 
+0x4ba3 007506 store 4 ,mem_24g_hop_btclk 
+0x4ba4 007507 rtn 
+:      007512 g24_reconn_timeout_timer:
+0x4ba5 007513 arg mem_24g_reconn_timeout ,regc 
+0x4ba6 007514 arg g24_stop_24g_mode ,regb 
+0x4ba7 007515 branch timer_single_step_2b 
+:      007518 g24_reconn_start:
+0x4ba8 007519 bpatchx patch2a_4 ,mem_patch2a 
+0x4ba9 007520 set1 mark_24g ,mark 
+0x4baa 007521 fetch 1 ,mem_24g_conn_sm 
+0x4bab 007522 set0 state_24g_pair ,pdata 
+0x4bac 007523 set1 state_24g_reconn ,pdata 
+0x4bad 007524 store 1 ,mem_24g_conn_sm 
+0x4bae 007525 fetch 1 ,mem_24g_fast_conn_enable 
+0x4baf 007526 branch g24_reconn_receiver_addr ,blank 
+0x4bb0 007527 fetch 1 ,mem_24g_reconn_type 
+0x4bb1 007528 beq fast_conn_and_receiver ,g24_reconn_fast_conn 
+0x4bb2 007529 beq fast_conn_and_3_0_addr ,g24_reconn_fast_conn 
+0x4bb3 007530 beq receiver_and_3_0_addr ,g24_reconn_device_3_0_addr 
+0x4bb4 007531 beq pair_and_3_0_addr ,g24_reconn_device_3_0_addr 
+:      007532 g24_reconn_fast_conn:
+0x4bb5 007533 fetch 1 ,mem_24g_pair_tx_power 
+0x4bb6 007534 store 1 ,mem_tx_power 
+0x4bb7 007535 fetcht 1 ,mem_24g_fast_conn_temp_ch 
+0x4bb8 007536 storet 1 ,mem_24g_current_ch_number 
+0x4bb9 007537 fetch 4 ,mem_24g_fast_conn_addr 
+0x4bba 007538 call g24_ch_syncword_crc8_init 
+0x4bbb 007539 storet 1 ,mem_24g_fast_conn_temp_ch 
+0x4bbc 007540 rtn 
+:      007542 g24_reconn_receiver_addr:
+0x4bbd 007543 jam tx_power_3db ,mem_tx_power 
+0x4bbe 007544 fetcht 1 ,mem_24g_receiver_temp_ch 
+0x4bbf 007545 storet 1 ,mem_24g_current_ch_number 
+0x4bc0 007546 fetch 4 ,mem_24g_receiver_addr 
+0x4bc1 007547 call g24_ch_syncword_crc8_init 
+0x4bc2 007548 storet 1 ,mem_24g_receiver_temp_ch 
+0x4bc3 007549 rtn 
+:      007551 g24_reconn_device_3_0_addr:
+0x4bc4 007552 jam tx_power_3db ,mem_tx_power 
+0x4bc5 007553 fetcht 1 ,mem_24g_device_temp_ch 
+0x4bc6 007554 storet 1 ,mem_24g_current_ch_number 
+0x4bc7 007555 fetch 4 ,mem_24g_device_addr 
+0x4bc8 007556 call g24_ch_syncword_crc8_init 
+0x4bc9 007557 storet 1 ,mem_24g_device_temp_ch 
+0x4bca 007558 rtn 
+:      007560 g24_store_receiver_addr:
+0x4bcb 007561 fetch 4 ,mem_24g_rxpayload + 2 
+0x4bcc 007562 rtn blank 
+0x4bcd 007563 store 4 ,mem_24g_receiver_addr 
+:      007564 g24_ch_syncword_crc8_init:
+0x4bce 007565 call g24_update_addr_and_synccrc8 
+0x4bcf 007566 branch g24_ch 
+:      007569 g24_reconn_dispatch:
+0x4bd0 007570 bpatchx patch2a_5 ,mem_patch2a 
+0x4bd1 007571 fetch 2 ,mem_24g_reconn_count 
+0x4bd2 007572 arg 0x01f8 ,temp 
+0x4bd3 007573 iand temp ,pdata 
+0x4bd4 007574 branch g24_reconn_dispatch_next ,blank 
+0x4bd5 007575 fetch 2 ,mem_24g_reconn_count 
+0x4bd6 007576 increase 1 ,pdata 
+0x4bd7 007577 store 2 ,mem_24g_reconn_count 
+0x4bd8 007578 rtn 
+:      007580 g24_reconn_dispatch_next:
+0x4bd9 007581 call g24_reconn_data_prep 
+0x4bda 007582 call g24_transmit_receive_ack 
+0x4bdb 007583 nbranch g24_reconn_device_fail ,sync 
+0x4bdc 007584 nbranch g24_reconn_device_fail ,user3 
+0x4bdd 007585 call g24_ackpayload_parse 
+0x4bde 007586 fetch 4 ,mem_24g_pair_addr 
+0x4bdf 007587 fetcht 4 ,mem_24g_addr 
+0x4be0 007588 isub temp ,null 
+0x4be1 007589 branch g24_pair_start ,zero 
+0x4be2 007590 fetch 4 ,mem_24g_device_addr 
+0x4be3 007591 fetcht 4 ,mem_24g_addr 
+0x4be4 007592 isub temp ,null 
+0x4be5 007593 call g24_store_receiver_addr ,zero 
+0x4be6 007594 fetch 1 ,mem_24g_conn_sm 
+0x4be7 007595 set0 state_24g_reconn ,pdata 
+0x4be8 007596 store 1 ,mem_24g_conn_sm 
+0x4be9 007597 setarg 0 
+0x4bea 007598 store 2 ,mem_24g_pair_timeout 
+0x4beb 007599 store 2 ,mem_24g_reconn_count 
+0x4bec 007600 store 2 ,mem_24g_reconn_timeout 
+0x4bed 007601 jam bt_evt_24g_attempt_success ,mem_fifo_temp 
+0x4bee 007602 call ui_ipc_send_event 
+:      007603 g24_txbuf_clear:
+0x4bef 007604 bpatchx patch2a_6 ,mem_patch2a 
+0x4bf0 007605 arg 4 ,loopcnt 
+0x4bf1 007606 arg mem_24g_txbuf ,contw 
+0x4bf2 007607 branch memset0 
+:      007609 g24_reconn_data_prep:
+0x4bf3 007610 jam datatype_attemp ,mem_24g_txbuf 
+0x4bf4 007611 fetch 1 ,mem_24g_data_type 
+0x4bf5 007612 store 1 ,mem_24g_txbuf + 1 
+0x4bf6 007613 fetch 4 ,mem_24g_device_addr 
+0x4bf7 007614 store 4 ,mem_24g_txbuf + 2 
+0x4bf8 007615 jam 6 ,mem_24g_datalen 
+0x4bf9 007616 branch g24_transmit_prep 
+:      007618 g24_reconn_device_fail:
+0x4bfa 007619 fetch 1 ,mem_24g_fast_conn_enable 
+0x4bfb 007620 branch g24_ch ,blank 
+0x4bfc 007621 fetch 2 ,mem_24g_reconn_count 
+0x4bfd 007622 increase 1 ,pdata 
+0x4bfe 007623 store 2 ,mem_24g_reconn_count 
+0x4bff 007624 isolate1 9 ,pdata 
+0x4c00 007625 fetch 1 ,mem_24g_reconn_type 
+0x4c01 007626 beq fast_conn_and_receiver ,g24_reconn_fast_conn_and_receiver 
+0x4c02 007627 beq fast_conn_and_3_0_addr ,g24_reconn_fast_conn_and_3_0 
+0x4c03 007628 beq receiver_and_3_0_addr ,g24_reconn_receiver_and_3_0 
+0x4c04 007629 beq pair_and_3_0_addr ,g24_reconn_pair_and_3_0 
+0x4c05 007630 branch g24_reconn_receiver_addr 
+:      007633 g24_reconn_fast_conn_and_receiver:
+0x4c06 007634 branch g24_reconn_receiver_addr ,true 
+0x4c07 007635 branch g24_reconn_fast_conn 
+:      007637 g24_reconn_fast_conn_and_3_0:
+0x4c08 007638 branch g24_reconn_device_3_0_addr ,true 
+0x4c09 007639 branch g24_reconn_fast_conn 
+:      007641 g24_reconn_receiver_and_3_0:
+0x4c0a 007642 branch g24_reconn_device_3_0_addr ,true 
+0x4c0b 007643 branch g24_reconn_receiver_addr 
+:      007645 g24_reconn_pair_and_3_0:
+0x4c0c 007646 branch g24_reconn_device_3_0_addr ,true 
+0x4c0d 007647 branch g24_pair_init_param 
+:      007657 g24_data_attemp:
+0x4c0e 007658 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x4c0f 007659 beq datatype_device1 ,g24_data_attemp_device1 
+0x4c10 007660 beq datatype_device2 ,g24_data_attemp_device2 
+0x4c11 007661 rtn 
+:      007662 g24_data_attemp_device1:
+0x4c12 007663 fetch 4 ,mem_24g_rxdata_temp + 4 
+0x4c13 007664 store 4 ,mem_24g_transmitter_addr 
+:      007665 g24_store_device1_addr:
+0x4c14 007666 store 4 ,mem_24g_device1_addr 
+0x4c15 007667 rtn 
+:      007668 g24_data_attemp_device2:
+0x4c16 007669 fetch 4 ,mem_24g_rxdata_temp + 4 
+0x4c17 007670 store 4 ,mem_24g_transmitter_addr 
+:      007671 g24_store_device2_addr:
+0x4c18 007672 store 4 ,mem_24g_device2_addr 
+0x4c19 007673 rtn 
+:      007683 rssi_store:
+0x4c1a 007684 bpatchx patch2a_7 ,mem_patch2a 
+0x4c1b 007685 copy rega ,pdata 
+0x4c1c 007686 iadd temp ,contw 
+0x4c1d 007687 fetch 1 ,mem_rssi 
+0x4c1e 007688 istore 1 ,contw 
+0x4c1f 007689 increase 1 ,temp 
+0x4c20 007690 fetch 1 ,mem_rssi_buff_index 
+0x4c21 007691 iand temp ,temp 
+0x4c22 007692 rtn 
+:      007694 rssi_average:
+0x4c23 007695 bpatchx patch2b_0 ,mem_patch2b 
+0x4c24 007696 fetch 1 ,mem_rssi_buff_index 
+0x4c25 007697 increase 1 ,pdata 
+0x4c26 007698 store 2 ,mem_loopcnt 
+0x4c27 007699 copy pdata ,loopcnt 
+0x4c28 007700 copy rega ,contr 
+0x4c29 007701 arg 0 ,pdata 
+:      007702 rssi_average_loop:
+0x4c2a 007703 ifetcht 1 ,contr 
+0x4c2b 007704 iadd temp ,pdata 
+0x4c2c 007705 loop rssi_average_loop 
+0x4c2d 007706 fetcht 2 ,mem_loopcnt 
+0x4c2e 007707 idiv temp 
+0x4c2f 007708 call wait_div_end 
+0x4c30 007709 quotient temp 
+0x4c31 007710 rtnmark1 mark_24g_rxmode 
+0x4c32 007711 copy temp ,pdata 
+0x4c33 007712 rtnmark0 mark_24g 
+0x4c34 007713 call bcd 
+0x4c35 007714 copy pdata ,temp 
+0x4c36 007715 rtn 
+:      007717 save_rssi_dec:
+0x4c37 007718 branch save_rssi 
+:      007728 rssi_transmitter_buff_init:
+0x4c38 007729 fetch 2 ,mem_rssi_signal_buf_ptr 
+0x4c39 007730 branch rssi_buff_clear 
+:      007732 rssi_signal:
+0x4c3a 007733 copy pdata ,rega 
+0x4c3b 007734 fetcht 1 ,mem_rssi_signal_index 
+0x4c3c 007735 fetch 2 ,mem_rssi_signal_buf_ptr 
+0x4c3d 007736 iadd temp ,contw 
+0x4c3e 007737 copy rega ,pdata 
+0x4c3f 007738 istore 1 ,contw 
+0x4c40 007739 increase 1 ,temp 
+0x4c41 007740 fetch 1 ,mem_rssi_buff_index 
+0x4c42 007741 iand temp ,temp 
+0x4c43 007742 storet 1 ,mem_rssi_signal_index 
+0x4c44 007743 rtn 
+:      007753 rssi_receiver_buff_init:
+0x4c45 007754 fetch 2 ,mem_rssi_noise_buffer_ptr 
+0x4c46 007755 call rssi_buff_clear 
+0x4c47 007756 fetch 2 ,mem_rssi_noise_self_buffer_ptr 
+0x4c48 007757 call rssi_buff_clear 
+0x4c49 007758 fetch 2 ,mem_rssi_noise_device1_buffer_ptr 
+0x4c4a 007759 call rssi_buff_clear 
+0x4c4b 007760 fetch 2 ,mem_rssi_noise_device2_buffer_ptr 
+:      007761 rssi_buff_clear:
+0x4c4c 007762 rtn blank 
+0x4c4d 007763 copy pdata ,contw 
+0x4c4e 007764 fetch 1 ,mem_rssi_buff_index 
+0x4c4f 007765 increase 1 ,pdata 
+0x4c50 007766 copy pdata ,loopcnt 
+0x4c51 007767 branch clear_mem 
+:      007770 rssi_noise:
+0x4c52 007771 call save_rssi_dec 
+0x4c53 007772 rtn blank 
+0x4c54 007773 fetcht 1 ,mem_rssi_noise_index 
+0x4c55 007774 fetchr rega ,2 ,mem_rssi_noise_buffer_ptr 
+0x4c56 007775 call rssi_store 
+0x4c57 007776 storet 1 ,mem_rssi_noise_index 
+0x4c58 007777 rtn 
+:      007780 rssi_noise_monitor:
+0x4c59 007781 fetchr rega ,2 ,mem_rssi_noise_buffer_ptr 
+0x4c5a 007782 call rssi_average 
+0x4c5b 007783 storet 1 ,mem_rssi_noise_avg 
+0x4c5c 007784 sub temp ,rssi_thresh_noise ,null 
+0x4c5d 007785 nrtn positive 
+0x4c5e 007786 branch g24_ch 
+:      007794 g24_transmit_init:
+0x4c5f 007795 fetch 4 ,mem_24g_lap 
+0x4c60 007796 store 4 ,mem_24g_device_addr 
+0x4c61 007797 branch rssi_transmitter_buff_init 
+:      007799 g24_transmit_dispatch:
+0x4c62 007800 rtnmark0 mark_24g 
+0x4c63 007801 fetch 1 ,mem_24g_conn_sm 
+0x4c64 007802 bbit1 state_24g_pair ,g24_pair_dispatch 
+0x4c65 007803 bbit1 state_24g_reconn ,g24_reconn_dispatch 
+0x4c66 007804 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x4c67 007805 beq g24_tx_timer_int_enable ,g24_transmit_by_interrupt 
+:      007806 g24_transmit_no_interrupt:
+0x4c68 007807 bpatchx patch2b_1 ,mem_patch2b 
+0x4c69 007808 call g24_txdata_prep 
+0x4c6a 007809 nbranch g24_nodata_transmit ,user 
+:      007810 g24_transmit_start:
+0x4c6b 007811 call g24_transmit_process 
+0x4c6c 007812 call power_ctrl_start 
+0x4c6d 007813 fetch 1 ,mem_device_option 
+0x4c6e 007814 beq dvc_op_mouse ,mouse_24g_transmit_start 
+:      007815 g24_transmit_start_next:
+0x4c6f 007816 fetch 8 ,mem_24g_long_sleep_set 
+0x4c70 007817 store 8 ,mem_24g_enter_hibernate 
+0x4c71 007818 fetch 2 ,mem_24g_long_sleep_param_update_timer_init 
+0x4c72 007819 store 2 ,mem_24g_long_sleep_param_update_timer 
+0x4c73 007820 fetch 2 ,mem_cb_24g_transmit_short_sleep 
+0x4c74 007821 branch callback_func 
+:      007823 g24_short_sleep:
+0x4c75 007824 bpatchx patch2b_2 ,mem_patch2b 
+0x4c76 007825 call g24_lpm_wait 
+0x4c77 007826 nrtn user 
+0x4c78 007827 call g24_setgpio_lpm_before 
+0x4c79 007828 call clear_wake 
+0x4c7a 007829 fetch 3 ,mem_24g_short_sleep_set 
+0x4c7b 007830 branch g24_long_seep2 
+:      007832 g24_long_sleep:
+0x4c7c 007833 bpatchx patch2b_3 ,mem_patch2b 
+0x4c7d 007834 call g24_lpm_wait 
+0x4c7e 007835 nrtn user 
+0x4c7f 007836 call g24_setgpio_lpm_before 
+0x4c80 007837 fetch 8 ,mem_24g_enter_hibernate 
+:      007838 g24_long_seep2:
+0x4c81 007839 call clk2lpo 
+0x4c82 007840 storet 4 ,mem_sleep_counter 
+0x4c83 007841 branch lpm_sleep 
+:      007845 g24_txdata_prep:
+0x4c84 007846 call g24_package_data 
+0x4c85 007847 nrtn user 
+0x4c86 007848 branch g24_transmit_prep 
+:      007851 g24_package_data:
+0x4c87 007852 fetch 2 ,mem_cb_24g_transmit_data 
+0x4c88 007853 call callback_func 
+0x4c89 007854 branch g24_accumulate_data ,user 
+0x4c8a 007855 fetch 7 ,mem_24g_txbuf + 1 
+0x4c8b 007856 rtn blank 
+0x4c8c 007857 branch enable_user 
+:      007859 g24_accumulate_data:
+0x4c8d 007860 jam 0 ,mem_24g_abort_pac 
+0x4c8e 007861 add rega ,1 ,pdata 
+0x4c8f 007862 store 1 ,mem_24g_datalen 
+0x4c90 007863 call g24_transmit_rf_ctrl_clear 
+0x4c91 007864 store 1 ,mem_24g_txbuf 
+0x4c92 007865 copy regb ,contr 
+0x4c93 007866 copy rega ,loopcnt 
+0x4c94 007867 branch memcpy 
+:      007869 g24_transmit_rf_ctrl_clear:
+0x4c95 007870 fetch 1 ,mem_24g_data_type 
+0x4c96 007871 and_into bits_data ,pdata 
+0x4c97 007872 store 1 ,mem_24g_data_type 
+0x4c98 007873 rtn 
+:      007882 g24_transmit_process:
+0x4c99 007883 setarg 0 
+0x4c9a 007884 store 1 ,mem_24g_retry 
+0x4c9b 007885 store 2 ,mem_24g_retransmit 
+:      007886 g24_transmit_loop:
+0x4c9c 007887 call g24_transmit_receive_ack 
+0x4c9d 007888 fetch 1 ,mem_24g_no_ack 
+0x4c9e 007889 beq no_ack_24g ,g24_transmit_no_ack 
+0x4c9f 007890 nbranch g24_retransmit ,sync 
+0x4ca0 007891 nbranch g24_retransmit ,user3 
+0x4ca1 007892 call g24_ackpayload_parse 
+0x4ca2 007893 fetch 1 ,mem_device_option 
+0x4ca3 007894 sub pdata ,dvc_op_mouse ,null 
+0x4ca4 007895 call mouse_24g_transmit_callback ,zero 
+:      007896 g24_transmit_no_ack:
+0x4ca5 007897 call power_ctrl_pac_succ_incrs 
+:      007898 g24_transmit_next_packet:
+0x4ca6 007899 call g24_txbuf_clear 
+0x4ca7 007900 fetch 1 ,mem_24g_pid 
+0x4ca8 007901 increase 1 ,pdata 
+0x4ca9 007902 store 1 ,mem_24g_pid 
+0x4caa 007903 call g24_hop_enable_packet 
+:      007904 g24_transmit_abandon:
+0x4cab 007905 bpatchx patch2b_4 ,mem_patch2b 
+0x4cac 007906 setarg 0 
+0x4cad 007907 store 1 ,mem_24g_ensure 
+0x4cae 007908 store 2 ,mem_24g_txfail_cnt 
+0x4caf 007909 rtn 
+:      007911 g24_transmit_receive_ack:
+0x4cb0 007912 bpatchx patch2b_5 ,mem_patch2b 
+0x4cb1 007913 disable user3 
+0x4cb2 007914 call g24_transmit 
+0x4cb3 007915 fetch 1 ,mem_24g_no_ack 
+0x4cb4 007916 beq no_ack_24g ,g24_end_of_packet 
+0x4cb5 007917 force 0 ,radio_ctrl 
+0x4cb6 007918 fetch 4 ,mem_24g_addr 
+0x4cb7 007919 iforce access 
+0x4cb8 007920 fetcht 1 ,mem_last_freq 
+0x4cb9 007921 call set_freq_rx 
+0x4cba 007922 call rf_rx_enable 
+0x4cbb 007923 call g24_receive_rxon 
+0x4cbc 007924 call g24_end_of_packet ,user3 
+0x4cbd 007925 rtn 
+:      007927 g24_retransmit:
+0x4cbe 007928 fetch 1 ,mem_device_option 
+0x4cbf 007929 bne dvc_op_mouse ,g24_retransmit0 
+0x4cc0 007930 fetch 1 ,mem_mouse_need_soft_reset 
+0x4cc1 007931 nrtn blank 
+0x4cc2 007932 call mouse_select_device_by_pb_button 
+:      007933 g24_retransmit0:
+0x4cc3 007934 fetch 1 ,mem_24g_abort_pac 
+0x4cc4 007935 nrtn blank 
+0x4cc5 007936 fetch 2 ,mem_24g_txfail_cnt 
+0x4cc6 007937 increase 1 ,pdata 
+0x4cc7 007938 store 2 ,mem_24g_txfail_cnt 
+0x4cc8 007939 fetch 1 ,mem_24g_txfail_cnt + 1 
+0x4cc9 007940 bbit1 4 ,g24_tx_attempt_fail 
+0x4cca 007941 call g24_transmit_hop_process 
+0x4ccb 007942 fetch 2 ,mem_24g_retransmit 
+0x4ccc 007943 increase 1 ,pdata 
+0x4ccd 007944 store 2 ,mem_24g_retransmit 
+0x4cce 007945 branch g24_transmit_loop 
+:      007948 g24_ackpayload_parse:
+0x4ccf 007949 bpatchx patch2b_6 ,mem_patch2b 
+0x4cd0 007950 call g24_read_len_pid_crc 
+0x4cd1 007951 fetch 1 ,mem_24g_rxdata_length 
+0x4cd2 007952 rtn blank 
+0x4cd3 007953 iforce loopcnt 
+0x4cd4 007954 arg mem_24g_rxbuf + 2 ,contr 
+0x4cd5 007955 arg mem_24g_rxpayload ,contw 
+0x4cd6 007956 branch memcpy 
+:      007959 g24_tx_attempt_fail:
+0x4cd7 007960 bpatchx patch2b_7 ,mem_patch2b 
+0x4cd8 007961 setarg 0 
+0x4cd9 007962 store 2 ,mem_24g_txfail_cnt 
+0x4cda 007963 jam 1 ,mem_24g_attempt_fail_flag 
+:      007964 g24_stop_24g_mode:
+0x4cdb 007965 jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
+0x4cdc 007966 branch ui_ipc_send_event 
+:      007976 g24_transmit_hop_process:
+0x4cdd 007977 bpatchx patch2c_0 ,mem_patch2c 
+0x4cde 007978 fetcht 1 ,mem_24g_retry 
+0x4cdf 007979 fetch 1 ,mem_24g_fast_hop_count 
+0x4ce0 007980 isub temp ,null 
+0x4ce1 007981 nbranch g24_tx_fast_hop ,positive 
+0x4ce2 007982 increase 1 ,temp 
+0x4ce3 007983 storet 1 ,mem_24g_retry 
+0x4ce4 007984 fetch 1 ,mem_24g_fast_hop_count 
+0x4ce5 007985 beq 5 ,g24_transmit_hop_process_4ms 
+0x4ce6 007986 fetch 1 ,mem_24g_retry 
+0x4ce7 007987 beq 6 ,g24_hop_ch_disable 
+0x4ce8 007988 beq 12 ,g24_hop_ch_disable 
+0x4ce9 007989 rtn 
+:      007992 g24_transmit_hop_process_4ms:
+0x4cea 007993 fetch 1 ,mem_24g_retry 
+0x4ceb 007994 beq 3 ,g24_hop_ch_disable 
+0x4cec 007995 beq 6 ,g24_hop_ch_disable 
+0x4ced 007996 rtn 
+:      008000 g24_hop_ch_enable:
+:      008005 g24_txpayload_type_update:
+0x4cee 008006 bmark1 mark_ble_lr ,g24_lr_type_update 
+0x4cef 008007 store 1 ,mem_24g_txpayload + offset_data_type 
+0x4cf0 008008 rtn 
+:      008009 g24_lr_type_update:
+0x4cf1 008010 store 1 ,mem_24g_txpayload + offset_lr_data_type 
+0x4cf2 008011 rtn 
+:      008013 g24_hop_enable_packet:
+0x4cf3 008014 fetch 1 ,mem_24g_data_type 
+0x4cf4 008015 rtnbit0 bit_hop 
+:      008016 g24_hop_ch_disable:
+0x4cf5 008017 fetch 1 ,mem_24g_data_type 
+0x4cf6 008018 set0 bit_hop ,pdata 
+0x4cf7 008019 store 1 ,mem_24g_data_type 
+0x4cf8 008020 call g24_txpayload_type_update 
+0x4cf9 008021 call power_ctrl_pac_succ_decrs 
+0x4cfa 008022 branch g24_ch 
+:      008024 g24_tx_fast_hop:
+0x4cfb 008025 call power_ctrl_txpower_incrs 
+0x4cfc 008026 call power_ctrl_pac_succ_decrs 
+0x4cfd 008027 branch g24_ch 
+:      008045 g24_search_receiver:
+0x4cfe 008046 fetch 2 ,mem_cb_24g_search_receiver 
+0x4cff 008047 branch callback_func 
+:      008049 g24_nodata_transmit:
+0x4d00 008050 fetch 1 ,mem_24g_abort_pac 
+0x4d01 008051 call g24_send_abort_packet ,blank 
+0x4d02 008052 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x4d03 008053 rtneq g24_tx_timer_int_enable 
+0x4d04 008054 call g24_search_receiver 
+0x4d05 008055 fetch 2 ,mem_cb_24g_transmit_long_sleep 
+0x4d06 008056 branch callback_func 
+:      008058 g24_send_abort_packet:
+0x4d07 008059 jam type_ms ,mem_24g_data_type 
+0x4d08 008060 jam 1 ,mem_24g_abort_pac 
+0x4d09 008061 call g24_transmit_rf_ctrl_clear 
+0x4d0a 008062 store 1 ,mem_24g_txbuf 
+0x4d0b 008063 setarg 0 
+0x4d0c 008064 store 7 ,mem_24g_txbuf + 1 
+0x4d0d 008065 fetch 4 ,mem_24g_device_addr 
+0x4d0e 008066 store 4 ,mem_24g_txbuf + 8 
+0x4d0f 008067 jam 12 ,mem_24g_datalen 
+0x4d10 008068 fetch 1 ,mem_24g_data_type 
+0x4d11 008069 set1 bit_abort ,pdata 
+0x4d12 008070 store 1 ,mem_24g_data_type 
+0x4d13 008071 call g24_transmit_prep 
+0x4d14 008072 branch g24_transmit_start 
+:      008076 g24_lpm_wait:
+0x4d15 008077 bpatchx patch2c_1 ,mem_patch2c 
+0x4d16 008078 enable user 
+0x4d17 008079 call lpo_calibration 
+0x4d18 008080 fetch 3 ,mem_clks_per_lpo 
+0x4d19 008081 branch disable_user ,blank 
+0x4d1a 008082 fetch 1 ,mem_lpm_mode 
+0x4d1b 008083 branch disable_user ,blank 
+:      008084 g24_lpm_wait_next:
+0x4d1c 008085 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x4d1d 008086 beq g24_tx_timer_int_enable ,disable_user 
+0x4d1e 008087 rtn 
+:      008089 g24_setgpio_lpm_before:
+0x4d1f 008090 fetch 2 ,mem_cb_24g_lpm_before 
+0x4d20 008091 branch callback_func 
+:      008104 g24_transmit_by_interrupt:
+0x4d21 008105 call g24_timer_check 
+0x4d22 008106 nrtn user 
+0x4d23 008107 call g24_interval_calibrate 
+0x4d24 008108 fetch 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0x4d25 008109 increase 1 ,pdata 
+0x4d26 008110 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0x4d27 008111 fetcht 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+0x4d28 008112 isub temp ,null 
+0x4d29 008113 call g24_transmit_by_interrupt_exit ,zero 
+0x4d2a 008114 branch g24_transmit_no_interrupt 
+:      008117 g24_transmit_by_interrupt_exit:
+0x4d2b 008118 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
+0x4d2c 008119 setarg 0 
+0x4d2d 008120 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0x4d2e 008121 setarg 100 
+0x4d2f 008122 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+:      008123 g24_interval_min:
+0x4d30 008124 jam 0 ,mem_24g_pac_index 
+0x4d31 008125 fetch 1 ,mem_24g_interval_min 
+:      008126 g24_interval_store:
+0x4d32 008127 store 1 ,mem_24g_interval 
+0x4d33 008128 rtn 
+:      008129 g24_interval_max:
+0x4d34 008130 fetch 1 ,mem_24g_interval_max 
+0x4d35 008131 branch g24_interval_store 
+:      008133 g24_interval_calibrate:
+0x4d36 008134 fetch 1 ,mem_24g_pac_index 
+0x4d37 008135 increase 1 ,pdata 
+0x4d38 008136 store 1 ,mem_24g_pac_index 
+0x4d39 008137 beq 4 ,g24_interval_max 
+0x4d3a 008138 beq 5 ,g24_interval_min 
+0x4d3b 008139 rtn 
+:      008141 g24_transmit_by_interrupt_enable:
+0x4d3c 008142 jam g24_tx_timer_int_enable ,mem_24g_transmit_by_interrupt 
+0x4d3d 008143 setarg 0 
+0x4d3e 008144 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0x4d3f 008145 rtn 
+:      008155 g24_factory_check:
+0x4d40 008156 arg 2 ,loopcnt 
+0x4d41 008157 arg mem_24g_addr ,contr 
+:      008158 pdata_0xff_check:
+0x4d42 008159 call enable_user 
+0x4d43 008160 setarg 0xffff 
+:      008161 pdata_0xff_check_loop:
+0x4d44 008162 ifetcht 2 ,contr 
+0x4d45 008163 isub temp ,null 
+0x4d46 008164 ncall disable_user ,zero 
+0x4d47 008165 loop pdata_0xff_check_loop 
+0x4d48 008166 rtn 
+:      008176 power_ctrl_start:
+0x4d49 008177 bpatchx patch2c_2 ,mem_patch2c 
+0x4d4a 008178 fetch 1 ,mem_power_ctrl_disable 
+0x4d4b 008179 nrtn blank 
+0x4d4c 008180 fetch 2 ,mem_ui_state_map 
+0x4d4d 008181 rtnbit1 ui_state_ble_adv 
+0x4d4e 008182 fetchr rega ,2 ,mem_rssi_signal_buf_ptr 
+0x4d4f 008183 call rssi_average 
+0x4d50 008184 storet 1 ,mem_rssi_avg_received 
+0x4d51 008185 fetch 1 ,mem_rssi_dis_max_24g 
+0x4d52 008186 bmark1 mark_24g ,power_ctrl_start_next 
+0x4d53 008187 fetch 1 ,mem_rssi_dis_max_ble 
+:      008188 power_ctrl_start_next:
+0x4d54 008189 isub temp ,null 
+0x4d55 008190 nbranch power_ctrl_txpower_incrs_force ,positive 
+0x4d56 008191 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x4d57 008192 sub pdata ,2 ,null 
+0x4d58 008193 nbranch power_ctrl_txpower_decrs_check ,positive 
+0x4d59 008194 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x4d5a 008195 beq 0 ,power_ctrl_txpower_incrs 
+0x4d5b 008196 rtn 
+:      008198 power_ctrl_txpower_decrs_check:
+0x4d5c 008199 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x4d5d 008200 fetcht 1 ,mem_power_ctrl_pac_succ_cnt_init 
+0x4d5e 008201 isub temp ,null 
+0x4d5f 008202 nrtn zero 
+0x4d60 008203 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+:      008204 power_ctrl_txpower_decrs:
+0x4d61 008205 fetcht 1 ,mem_rssi_avg_received 
+0x4d62 008206 fetch 1 ,mem_rssi_dis_min_24g 
+0x4d63 008207 bmark1 mark_24g ,power_ctrl_txpower_decrs_next 
+0x4d64 008208 fetch 1 ,mem_rssi_dis_min_ble 
+:      008209 power_ctrl_txpower_decrs_next:
+0x4d65 008210 isub temp ,null 
+0x4d66 008211 nrtn positive 
+0x4d67 008212 fetch 1 ,mem_power_ctrl_level 
+0x4d68 008213 beq 0 ,power_ctrl_decrs_level0 
+0x4d69 008214 increase -1 ,pdata 
+0x4d6a 008215 store 1 ,mem_power_ctrl_level 
+0x4d6b 008216 beq 0 ,power_ctrl_decrs_level0 
+:      008217 power_ctrl_decrs_level1:
+:      008218 power_ctrl_incrs_level1:
+0x4d6c 008219 jam tx_power_0db ,mem_tx_power 
+0x4d6d 008220 rtn 
+:      008222 power_ctrl_txpower_incrs_force:
+0x4d6e 008223 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+:      008224 power_ctrl_txpower_incrs:
+0x4d6f 008225 fetch 1 ,mem_power_ctrl_level 
+0x4d70 008226 beq 2 ,power_ctrl_incrs_level2 
+0x4d71 008227 increase 1 ,pdata 
+0x4d72 008228 store 1 ,mem_power_ctrl_level 
+0x4d73 008229 beq 1 ,power_ctrl_incrs_level1 
+:      008230 power_ctrl_incrs_level2:
+0x4d74 008231 jam tx_power_6db ,mem_tx_power 
+0x4d75 008232 rtn 
+:      008234 power_ctrl_decrs_level0:
+0x4d76 008235 jam tx_power_f5db ,mem_tx_power 
+0x4d77 008236 rtn 
+:      008238 power_ctrl_pac_succ_cnt_init:
+0x4d78 008239 jam 1 ,mem_power_ctrl_level 
+0x4d79 008240 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+0x4d7a 008241 rtn 
+:      008243 power_ctrl_pac_succ_incrs:
+0x4d7b 008244 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x4d7c 008245 increase 1 ,pdata 
+0x4d7d 008246 store 1 ,mem_power_ctrl_pac_succ_cnt 
+0x4d7e 008247 rtn 
+:      008249 power_ctrl_pac_succ_decrs:
+0x4d7f 008250 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x4d80 008251 sub pdata ,2 ,null 
+0x4d81 008252 ncall power_ctrl_pac_succ_cnt_reinit ,positive 
+0x4d82 008253 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x4d83 008254 rtneq 0 
+0x4d84 008255 increase -1 ,pdata 
+0x4d85 008256 store 1 ,mem_power_ctrl_pac_succ_cnt 
+0x4d86 008257 rtn 
+:      008259 power_ctrl_pac_succ_cnt_reinit:
+0x4d87 008260 jam 3 ,mem_power_ctrl_pac_succ_cnt 
+0x4d88 008261 rtn 
+:      008268 app_init:
+0x4d89 008269 bpatch patch0e_0 ,mem_patch0e 
+0x4d8a 008270 fetch 1 ,mem_device_option 
+0x4d8b 008271 branch app_init ,blank 
+0x4d8c 008272 beq dvc_op_dongle ,dongle_init 
+0x4d8d 008273 beq dvc_op_shutter ,shutter_init 
+0x4d8e 008274 beq dvc_op_shutter_dy ,shutter_dy_init 
+0x4d8f 008277 beq dvc_op_mouse ,mouse_init 
+0x4d90 008278 rtn 
+:      008281 app_param_init:
+0x4d91 008282 rtn wake 
+0x4d92 008283 call adc_init_data 
+0x4d93 008284 fetch 1 ,mem_device_option 
+0x4d94 008285 beq dvc_op_shutter ,shutter_default_init 
+0x4d95 008286 beq dvc_op_shutter_dy ,shutter_default_init 
+0x4d96 008287 beq dvc_op_dongle ,dongle_default_init 
+0x4d97 008288 beq dvc_op_mouse ,mouse_default_init 
+0x4d98 008290 rtn 
+:      008292 app_process_idle:
+0x4d99 008293 call ui_dispatch 
+0x4d9a 008294 call check_51cmd 
+0x4d9b 008295 call app_process_bb_event 
+0x4d9c 008296 fetch 2 ,mem_cb_idle_process 
+0x4d9d 008297 branch callback_func 
+:      008299 app_process_ble:
+0x4d9e 008300 fetch 2 ,mem_cb_le_process 
+0x4d9f 008301 branch callback_func 
+:      008303 app_process_bb_event:
+0x4da0 008304 bpatch patch0e_1 ,mem_patch0e 
+0x4da1 008306 arg mem_ipc_fifo_bt2c51 ,rega 
+0x4da2 008307 call fifo_out 
+0x4da3 008308 rtn blank 
+0x4da4 008310 copy pdata ,regc 
+0x4da5 008311 call app_event_normal_process 
+0x4da6 008312 branch app_process_bb_event_priority 
+:      008314 app_discard_event:
+0x4da7 008315 arg 0 ,regc 
+0x4da8 008316 rtn 
+:      008321 app_event_normal_process:
+0x4da9 008322 beq bt_evt_button_long_pressed ,app_evt_button_long_pressed 
+0x4daa 008323 beq bt_evt_le_connected ,app_le_event_bb_connected 
+0x4dab 008324 beq bt_evt_le_disconnected ,app_le_event_bb_disconn 
+0x4dac 008325 rtn 
+:      008329 app_process_bb_event_priority:
+0x4dad 008330 fetch 2 ,mem_cb_bb_event_process 
+0x4dae 008331 branch callback_func 
+:      008333 app_check_wake_lock:
+0x4daf 008334 fetch 2 ,mem_cb_check_wakelock 
+0x4db0 008335 branch callback_func 
+:      008337 app_will_enter_lpm:
+0x4db1 008338 fetch 2 ,mem_cb_before_lpm 
+0x4db2 008339 branch callback_func 
+:      008341 app_le_event_bb_connected:
+0x4db3 008342 fetch 2 ,mem_ui_state_map 
+0x4db4 008343 set1 ui_state_ble_connected ,pdata 
+0x4db5 008344 store 2 ,mem_ui_state_map 
+0x4db6 008345 rtn 
+:      008347 app_le_event_bb_disconn:
+0x4db7 008348 jam 0 ,mem_le_l2cap_att_states 
+0x4db8 008349 fetch 2 ,mem_ui_state_map 
+0x4db9 008350 set0 ui_state_ble_connected ,pdata 
+0x4dba 008351 store 2 ,mem_ui_state_map 
+0x4dbb 008352 branch app_lpm_mult_disable 
+:      008355 app_evt_button_long_pressed:
+0x4dbc 008356 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x4dbd 008357 set1 app_disc_by_button ,pdata 
+0x4dbe 008358 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x4dbf 008359 rtn 
+:      008362 app_evt_timer:
+0x4dc0 008363 store 1 ,mem_app_evt_timer_count 
+:      008364 app_evt_100ms_loop:
+0x4dc1 008365 bpatch patch0e_2 ,mem_patch0e 
+0x4dc2 008366 fetch 1 ,mem_app_evt_timer_count 
+0x4dc3 008367 rtn blank 
+0x4dc4 008368 increase -1 ,pdata 
+0x4dc5 008369 store 1 ,mem_app_evt_timer_count 
+0x4dc6 008370 call ui_button_polling 
+0x4dc7 008371 call app_lpm_wake_auto_lock_timer 
+0x4dc8 008372 call flash_write_spi_sm_timer 
+0x4dc9 008373 fetch 2 ,mem_cb_event_timer 
+0x4dca 008374 call callback_func 
+0x4dcb 008375 branch app_evt_100ms_loop 
+:      008380 timer_single_step:
+0x4dcc 008381 ifetch 1 ,regc 
+0x4dcd 008382 rtn blank 
+0x4dce 008383 pincrease -1 
+0x4dcf 008384 istore 1 ,regc 
+0x4dd0 008385 nrtn blank 
+0x4dd1 008386 copy regb ,pdata 
+0x4dd2 008387 branch callback_func 
+:      008391 timer_single_step_2b:
+0x4dd3 008392 ifetch 2 ,regc 
+0x4dd4 008393 rtn blank 
+0x4dd5 008394 pincrease -1 
+0x4dd6 008395 istore 2 ,regc 
+0x4dd7 008396 nrtn blank 
+0x4dd8 008397 copy regb ,pdata 
+0x4dd9 008398 branch callback_func 
+:      008400 app_power_timer:
+0x4dda 008401 fetcht 2 ,mem_power_param_ptr 
+0x4ddb 008402 add temp ,power_timer_offset ,regc 
+0x4ddc 008403 arg app_power_timer_timeout ,regb 
+0x4ddd 008404 branch timer_single_step 
+:      008406 app_power_timer_timeout:
+0x4dde 008407 call app_got_power_state_common 
+0x4ddf 008408 beq power_starting ,app_enter_power_stanby_state 
+:      008409 app_enter_power_off_state:
+0x4de0 008410 branch app_enter_hibernate 
+:      008411 app_enter_power_stanby_state:
+0x4de1 008412 setarg power_standby 
+0x4de2 008413 istore 1 ,regc 
+0x4de3 008414 add temp ,power_standby_cb_offset ,regb 
+:      008415 app_power_cb_common:
+0x4de4 008416 ifetch 2 ,regb 
+0x4de5 008417 branch callback_func 
+:      008420 app_bb_hibernate:
+0x4de6 008421 call app_disconn_reason_clear 
+0x4de7 008422 branch app_enter_hibernate 
+:      008425 app_disconn_reason_clear:
+0x4de8 008426 setarg 0 
+0x4de9 008427 store app_disc_rsn_size ,mem_app_disconn_reason 
+0x4dea 008428 rtn 
+:      008429 app_disconn_reason_flag_clear:
+0x4deb 008430 setarg 0 
+0x4dec 008431 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x4ded 008432 rtn 
+:      008436 app_disconn_reason_collect_ble:
+0x4dee 008437 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x4def 008438 set1 app_disc_ble ,pdata 
+0x4df0 008439 store app_disc_rsn_size ,mem_app_disconn_reason 
+0x4df1 008440 setarg 0 
+0x4df2 008441 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x4df3 008442 rtn 
+:      008450 app_get_lpm_wake_lock:
+0x4df4 008451 arg wake_lock_app ,queue 
+0x4df5 008452 branch lpm_get_wake_lock 
+:      008454 app_put_lpm_wake_lock:
+0x4df6 008455 arg wake_lock_app ,queue 
+0x4df7 008456 branch lpm_put_wake_lock 
+:      008458 app_lpm_wake_auto_lock:
+0x4df8 008459 jam lpm_wake_up_delay_timer ,mem_wake_up_delay_timer 
+0x4df9 008460 branch app_get_lpm_wake_lock 
+:      008462 app_lpm_wake_auto_lock_timer:
+0x4dfa 008463 arg mem_wake_up_delay_timer ,regc 
+0x4dfb 008464 arg app_put_lpm_wake_lock ,regb 
+0x4dfc 008465 branch timer_single_step 
+:      008468 app_ble_start_direct_adv:
+0x4dfd 008469 jam bt_cmd_start_direct_adv ,mem_fifo_temp 
+0x4dfe 008470 branch ui_ipc_send_cmd 
+:      008472 app_ble_stop_direct_adv:
+0x4dff 008473 jam bt_cmd_stop_direct_adv ,mem_fifo_temp 
+0x4e00 008474 branch ui_ipc_send_cmd 
+:      008476 app_ble_stop_adv:
+0x4e01 008477 jam bt_cmd_stop_adv ,mem_fifo_temp 
+0x4e02 008478 branch ui_ipc_send_cmd 
+:      008480 app_ble_start_adv:
+0x4e03 008481 jam bt_cmd_start_adv ,mem_fifo_temp 
+0x4e04 008482 branch ui_ipc_send_cmd 
+:      008484 app_ble_start_scan:
+0x4e05 008485 jam bt_cmd_le_start_scan ,mem_fifo_temp 
+0x4e06 008486 branch ui_ipc_send_cmd 
+:      008488 app_ble_stop_scan:
+0x4e07 008489 jam bt_cmd_le_stop_scan ,mem_fifo_temp 
+0x4e08 008490 branch ui_ipc_send_cmd 
+:      008492 app_ble_start_conn:
+0x4e09 008493 jam bt_cmd_le_start_conn ,mem_fifo_temp 
+0x4e0a 008494 branch ui_ipc_send_cmd 
+:      008496 app_ble_disconnect:
+0x4e0b 008497 jam bt_cmd_le_disconnect ,mem_fifo_temp 
+0x4e0c 008498 branch ui_ipc_send_cmd 
+:      008500 app_led_start_blink:
+0x4e0d 008501 jam bt_cmd_led_blink ,mem_fifo_temp 
+0x4e0e 008502 branch ui_ipc_send_cmd 
+:      008504 app_led_on:
+0x4e0f 008505 jam bt_cmd_led_on ,mem_fifo_temp 
+0x4e10 008506 branch ui_ipc_send_cmd 
+:      008508 app_led_stop_blink:
+:      008509 app_led_off:
+0x4e11 008510 jam bt_cmd_led_off ,mem_fifo_temp 
+0x4e12 008511 branch ui_ipc_send_cmd 
+:      008513 app_enter_hibernate:
+0x4e13 008514 jam bt_cmd_enter_hibernate ,mem_fifo_temp 
+0x4e14 008515 branch ui_ipc_send_cmd 
+:      008518 app_ble_store_reconn_info:
+0x4e15 008519 jam bt_cmd_store_reconn_info_le ,mem_fifo_temp 
+0x4e16 008520 branch ui_ipc_send_cmd 
+:      008523 app_lpm_mult_enable:
+0x4e17 008524 set1 mark_lpm_mult_enable ,mark 
+0x4e18 008525 rtn 
+:      008527 app_lpm_mult_disable:
+0x4e19 008528 set0 mark_lpm_mult_enable ,mark 
+0x4e1a 008529 rtn 
+:      008532 app_button_long_pressed:
+0x4e1b 008533 call app_got_power_state_common 
+0x4e1c 008534 beq power_standby ,app_power_shutting_down 
+:      008535 app_power_starting:
+0x4e1d 008536 setarg power_starting 
+0x4e1e 008537 istore 1 ,regc 
+0x4e1f 008538 add temp ,power_starting_timeout_offset ,rega 
+0x4e20 008539 add temp ,power_starting_cb_offset ,regb 
+:      008540 app_power_common:
+0x4e21 008541 ifetcht 1 ,rega 
+0x4e22 008542 increase 1 ,regc 
+0x4e23 008543 istoret 1 ,regc 
+0x4e24 008544 branch app_power_cb_common 
+:      008546 app_power_shutting_down:
+0x4e25 008547 setarg power_off 
+0x4e26 008548 istore 1 ,regc 
+0x4e27 008549 fetch 2 ,mem_ui_state_map 
+0x4e28 008550 bbit0 ui_state_ble_connected ,app_power_off_end 
+0x4e29 008551 call le_send_terminate_ind_user_terminated 
+0x4e2a 008552 call app_ble_disconnect 
+:      008553 app_power_off_end:
+0x4e2b 008554 fetcht 2 ,mem_power_param_ptr 
+0x4e2c 008555 add temp ,power_off_timeout_offset ,rega 
+0x4e2d 008556 add temp ,power_off_cb_offset ,regb 
+0x4e2e 008557 branch app_power_common 
+:      008559 app_got_power_state_common:
+0x4e2f 008560 fetcht 2 ,mem_power_param_ptr 
+0x4e30 008561 add temp ,power_state_offset ,regc 
+0x4e31 008562 ifetch 1 ,regc 
+0x4e32 008563 rtn 
+:      008565 app_event_button_up:
+0x4e33 008566 call app_got_power_state_common 
+0x4e34 008567 bne power_off ,app_power_release 
+0x4e35 008568 branch app_enter_hibernate 
+:      008569 app_power_release:
+0x4e36 008570 add temp ,ui_butten_up_cb_offset ,regb 
+0x4e37 008571 branch app_power_cb_common 
+:      008632 car_hard_switch_power_on_signal:
+0x4e38 008633 jam power_standby ,mem_car_power_state 
+:      008634 car_soft_switch_power_on_signal:
+0x4e39 008635 jam on ,mem_le_adv_enable 
+0x4e3a 008636 setarg fast_adv_interval_value_car 
+0x4e3b 008637 call shutter_ble_adv_interval_set 
+:      008638 car_le_modified_name_adv:
+0x4e3c 008639 arg mem_le_name + 7 ,contw 
+0x4e3d 008640 fetch 1 ,mem_le_lap 
+:      008641 car_name_loop:
+0x4e3e 008642 and pdata ,0xF0 ,temp 
+0x4e3f 008643 rshift4 temp ,temp 
+0x4e40 008644 call car_hex_to_ascii 
+0x4e41 008645 istoret 1 ,contw 
+0x4e42 008646 and pdata ,0x0F ,temp 
+0x4e43 008647 call car_hex_to_ascii 
+0x4e44 008648 istoret 1 ,contw 
+0x4e45 008649 call le_modified_name_att_list 
+0x4e46 008652 fetchr loopcnt ,1 ,mem_le_name_len 
+0x4e47 008653 arg mem_le_adv_data + 2 ,contw 
+0x4e48 008654 arg mem_le_name ,contr 
+0x4e49 008655 call memcpy 
+:      008656 car_le_modified_name_scan:
+0x4e4a 008659 fetchr loopcnt ,1 ,mem_le_name_len 
+0x4e4b 008660 arg mem_le_scan_data + 2 ,contw 
+0x4e4c 008661 arg mem_le_name ,contr 
+0x4e4d 008662 branch memcpy 
+:      008663 car_hex_to_ascii:
+0x4e4e 008664 sub temp ,9 ,null 
+0x4e4f 008665 branch car_hex_num ,positive 
+0x4e50 008666 add temp ,55 ,temp 
+0x4e51 008667 rtn 
+:      008668 car_hex_num:
+0x4e52 008669 add temp ,48 ,temp 
+0x4e53 008670 rtn 
+:      008672 car_ui_led_init:
+0x4e54 008673 fetch 1 ,mem_car_config_blood_led1_gpio 
+0x4e55 008674 bne invalid_pin_num ,car_blood_led_gpio_set 
+:      008675 car_ui_led_init_1:
+0x4e56 008676 fetch 1 ,mem_car_config_pairing_led_gpio 
+0x4e57 008677 bne invalid_pin_num ,car_pairing_led_gpio_set 
+:      008678 car_ui_led_init_2:
+0x4e58 008679 fetch 1 ,mem_car_config_low_voltage_led_gpio 
+0x4e59 008680 bne invalid_pin_num ,car_low_voltage_led_gpio_set 
+:      008681 car_ui_led_init_3:
+0x4e5a 008686 fetchr loopcnt ,1 ,mem_car_led_num 
+0x4e5b 008687 arg mem_car_led_map ,rega 
+:      008688 car_in_lp1:
+0x4e5c 008689 copy rega ,contr 
+0x4e5d 008690 ifetch 1 ,contr 
+0x4e5e 008691 copy contr ,rega 
+0x4e5f 008692 beq invalid_pin_num ,car_in_lp1_end 
+0x4e60 008693 copy pdata ,temp 
+0x4e61 008694 call gpio_config_output 
+:      008695 car_in_lp1_end:
+0x4e62 008696 loop car_in_lp1 
+:      008697 car_ui_led_init_end:
+0x4e63 008698 rtn 
+:      008699 car_blood_led_gpio_set:
+0x4e64 008700 fetch 8 ,mem_car_config_blood_led1_gpio 
+0x4e65 008701 store 8 ,mem_car_led_map + 2 
+0x4e66 008702 branch car_ui_led_init_1 
+:      008703 car_pairing_led_gpio_set:
+0x4e67 008704 store 1 ,mem_car_led_map 
+0x4e68 008705 branch car_ui_led_init_2 
+:      008706 car_low_voltage_led_gpio_set:
+0x4e69 008707 store 1 ,mem_car_led_map + 1 
+0x4e6a 008708 branch car_ui_led_init_3 
+:      008710 car_init_environment:
+0x4e6b 008712 call car_g24_init 
+0x4e6c 008713 call car_g24_load_commom_addr 
+0x4e6d 008714 arg 0 ,rega 
+0x4e6e 008715 call pwm_init 
+0x4e6f 008716 call car_ui_led_init 
+0x4e70 008717 call car_start_blink 
+0x4e71 008718 call car_init_adc_hvin 
+:      008720 car_motor_init:
+0x4e72 008721 fetch 1 ,mem_car_motor_gpio_num 
+0x4e73 008722 copy pdata ,loopcnt 
+0x4e74 008723 setarg mem_car_motor_gpio_map 
+0x4e75 008724 copy pdata ,rega 
+:      008725 p_in_lp1:
+0x4e76 008726 copy rega ,contr 
+0x4e77 008727 ifetch 1 ,contr 
+0x4e78 008728 copy contr ,rega 
+0x4e79 008729 beq invalid_pin_num ,p_in_lp1_end 
+0x4e7a 008730 copy pdata ,temp 
+0x4e7b 008731 store 1 ,mem_car_gpio 
+0x4e7c 008732 call car_ui_gpio_init 
+:      008733 p_in_lp1_end:
+0x4e7d 008734 loop p_in_lp1 
+:      008735 p_car_ui_led_init_end:
+0x4e7e 008736 rtn 
+:      008738 car_ui_gpio_init:
+0x4e7f 008739 fetch 1 ,mem_car_gpio 
+0x4e80 008740 rtneq ui_button_gpio_disable 
+0x4e81 008741 iforce temp 
+0x4e82 008742 branch gpio_config_output 
+:      008745 car_init_adc_hvin:
+0x4e83 008746 jam 100 ,mem_car_notify_vdd_value_last 
+0x4e84 008747 rtn 
+:      008749 car_le_before_hibernate:
+0x4e85 008750 call car_gpio_set_before_hibernate 
+0x4e86 008751 call clear_wake 
+:      008752 car_le_process_lpm_before:
+0x4e87 008753 branch keyscan_process_lpm_before 
+:      008755 car_gpio_set_before_hibernate:
+0x4e88 008756 call check_51cmd_led_off 
+:      008757 car_gpio_set_before_lpm_common:
+0x4e89 008758 arg 20 ,loopcnt 
+0x4e8a 008759 arg core_gpio_conf ,contr 
+:      008760 car_setgpio_loop:
+0x4e8b 008761 copy contr ,contw 
+0x4e8c 008762 ifetch 1 ,contr 
+0x4e8d 008763 beq gpcfg_spid_miso ,car_setgpio_pullup 
+0x4e8e 008764 beq gpcfg_spid_ncs ,car_setgpio_pullup 
+0x4e8f 008765 beq gpcfg_spid_sck ,car_setgpio_pullup 
+0x4e90 008766 beq gpcfg_spid_mosi ,car_setgpio_pullup 
+0x4e91 008767 beq gpcfg_spid_sdio ,car_setgpio_pullup 
+0x4e92 008768 beq gpcfg_iic_scl ,car_setgpio_pullup 
+0x4e93 008769 beq gpcfg_iic_sda ,car_setgpio_pullup 
+0x4e94 008770 beq gpcfg_input ,car_setgpio_pullup 
+:      008771 car_setgpio_loop_end:
+0x4e95 008772 loop car_setgpio_loop 
+0x4e96 008773 branch car_motor_setgpio 
+:      008775 car_setgpio_pullup:
+0x4e97 008776 setarg gpcfg_pullup 
+0x4e98 008777 istore 1 ,contw 
+0x4e99 008778 branch car_setgpio_loop_end 
+:      008779 car_setgpio_pulldown:
+0x4e9a 008780 setarg gpcfg_pulldown 
+0x4e9b 008781 istore 1 ,contw 
+0x4e9c 008782 branch car_setgpio_loop_end 
+:      008783 car_motor_setgpio:
+0x4e9d 008784 fetch 1 ,mem_car_motor_gpio_num 
+0x4e9e 008785 copy pdata ,loopcnt 
+0x4e9f 008786 arg mem_car_motor_gpio_map ,contr 
+:      008787 car_motor_setgpio_loop:
+0x4ea0 008788 ifetch 1 ,contr 
+0x4ea1 008789 set1 7 ,pdata 
+0x4ea2 008790 arg gpcfg_output_low ,temp 
+0x4ea3 008791 call gpio_config_function 
+0x4ea4 008792 loop car_motor_setgpio_loop 
+0x4ea5 008793 rtn 
+:      008795 car_key_scan_process:
+0x4ea6 008796 branch keyscan_key_process 
+:      008798 car_scale_process_idle:
+0x4ea7 008799 call car_le_send_packet 
+0x4ea8 008800 call car_g24_status_process 
+0x4ea9 008801 branch car_key_scan_process 
+:      008803 car_g24_status_process:
+0x4eaa 008804 fetch 2 ,mem_ui_state_map 
+0x4eab 008805 rtnbit1 ui_state_ble_connected 
+0x4eac 008806 fetch 1 ,mem_car_24g_received_pac 
+0x4ead 008807 beq work_paired ,car_g24_connected_event 
+0x4eae 008808 rtn 
+:      008809 car_g24_connected_event:
+0x4eaf 008810 fetch 1 ,mem_car_24g_status 
+0x4eb0 008811 rtneq work_paired 
+0x4eb1 008812 jam work_paired ,mem_car_24g_status 
+0x4eb2 008813 call car_lpm_timer_disable 
+0x4eb3 008814 call car_stop_blink 
+0x4eb4 008815 branch car_g24_connected 
+:      008817 car_lpm_timer_enable:
+0x4eb5 008818 fetch 2 ,mem_car_enter_lpm_timer_count 
+0x4eb6 008819 store 2 ,mem_car_enter_lpm_timer 
+0x4eb7 008820 jam 0 ,mem_car_enter_lpm_flag 
+0x4eb8 008821 rtn 
+:      008824 car_lpm_timer_disable:
+0x4eb9 008825 setarg 0 
+0x4eba 008826 branch car_lpm_timer_enable + 1 
+:      008829 car_stop_blink:
+0x4ebb 008830 arg 0 ,rega 
+0x4ebc 008831 branch ui_led_blink_stop_global 
+:      008834 car_start_blink:
+0x4ebd 008835 arg 0 ,rega 
+0x4ebe 008836 branch ui_led_blink_start_global 
+:      008842 car_le_send_packet:
+0x4ebf 008843 fetch 2 ,mem_ui_state_map 
+0x4ec0 008844 rtnbit0 ui_state_ble_connected 
+0x4ec1 008845 call le_fifo_check_nearly_full 
+0x4ec2 008846 nrtn blank 
+0x4ec3 008847 arg mem_car_pop_queue_buff ,rega 
+0x4ec4 008848 call queue_pop 
+0x4ec5 008849 nrtn user 
+0x4ec6 008850 arg mem_car_pop_queue_buff ,contr 
+0x4ec7 008851 branch le_send_notify_from_list 
+:      008853 car_scale_process_bb_event:
+0x4ec8 008854 copy regc ,pdata 
+0x4ec9 008855 beq bt_evt_button_up ,app_event_button_up 
+0x4eca 008856 beq bt_evt_button_long_pressed ,app_button_long_pressed 
+0x4ecb 008857 beq bt_evt_le_connected ,car_scale_event_le_conn 
+0x4ecc 008858 beq bt_evt_le_disconnected ,car_scale_event_le_discon 
+0x4ecd 008859 rtn 
+:      008861 car_scale_event_le_conn:
+0x4ece 008862 call car_lpm_timer_disable 
+0x4ecf 008863 call car_stop_blink 
+0x4ed0 008864 set0 mark_24g_rxmode ,mark 
+0x4ed1 008865 branch car_scale_process_conn 
+:      008866 car_g24_connected:
+0x4ed2 008867 fetch 2 ,mem_car_24g_no_data_timeout_count 
+0x4ed3 008868 store 2 ,mem_car_24g_no_data_timeout_timer 
+:      008869 car_scale_process_conn:
+0x4ed4 008870 jam 0x14 ,mem_car_notify_vdd_timer 
+0x4ed5 008871 jam 0 ,mem_lpm_mode 
+0x4ed6 008872 call app_ble_stop_adv 
+0x4ed7 008873 branch app_lpm_mult_enable 
+:      008876 car_scale_event_le_discon:
+0x4ed8 008877 set1 mark_24g_rxmode ,mark 
+0x4ed9 008878 call car_lpm_timer_enable 
+0x4eda 008879 call car_fb_motor_stop 
+0x4edb 008880 call car_lr_motor_stop 
+:      008881 car_g24_disconnect:
+0x4edc 008882 setarg 0 
+0x4edd 008883 store 5 ,mem_car_led_control 
+0x4ede 008884 call queue_init 
+0x4edf 008885 jam 10 ,mem_motor1_speed 
+0x4ee0 008886 jam 10 ,mem_motor2_speed 
+0x4ee1 008887 jam 10 ,mem_motor3_speed 
+0x4ee2 008889 jam 2 ,mem_lpm_mult 
+0x4ee3 008890 setarg fast_adv_interval_value_car 
+0x4ee4 008891 call shutter_ble_adv_interval_set 
+0x4ee5 008892 branch app_ble_start_adv 
+:      008894 car_le_bb_event_timer:
+0x4ee6 008895 call car_moto1_blank_data_timer 
+0x4ee7 008896 call car_moto2_blank_data_timer 
+0x4ee8 008897 call car_moto3_blank_data_timer 
+0x4ee9 008900 call car_24g_no_data_timeout_timer 
+0x4eea 008901 branch car_24g_bind_enable_timer 
+:      008904 car_24g_bind_enable_timer:
+0x4eeb 008905 arg mem_car_24g_bind_enable_delay_count ,regc 
+0x4eec 008906 arg 0 ,regb 
+0x4eed 008907 branch timer_single_step 
+:      008909 car_enter_lpm_timer:
+0x4eee 008910 arg mem_car_enter_lpm_timer ,regc 
+0x4eef 008911 arg car_enter_lpm_enable ,regb 
+0x4ef0 008912 branch timer_single_step_2b 
+:      008913 car_enter_lpm_enable:
+0x4ef1 008914 jam 1 ,mem_car_enter_lpm_flag 
+0x4ef2 008915 rtn 
+:      008917 car_24g_no_data_timeout_timer:
+0x4ef3 008918 arg mem_car_24g_no_data_timeout_timer ,regc 
+0x4ef4 008919 arg car_24g_no_data_timer_timeout ,regb 
+0x4ef5 008920 branch timer_single_step_2b 
+:      008921 car_24g_no_data_timer_timeout:
+0x4ef6 008922 jam work_search ,mem_car_24g_status 
+0x4ef7 008923 jam power_on ,mem_car_24g_received_pac 
+0x4ef8 008924 branch car_g24_disconnect 
+:      008926 car_notify_vdd_timer:
+0x4ef9 008927 fetch 1 ,mem_car_config_bat_notify_enable 
+0x4efa 008928 rtn blank 
+0x4efb 008929 arg mem_car_notify_vdd_timer ,regc 
+0x4efc 008930 arg car_notify_vdd ,regb 
+0x4efd 008931 branch timer_single_step 
+:      008932 car_notify_vdd:
+0x4efe 008933 fetch 1 ,mem_car_notify_vdd_count 
+0x4eff 008934 store 1 ,mem_car_notify_vdd_timer 
+0x4f00 008935 fetch 1 ,mem_car_working_flag 
+0x4f01 008936 nrtn blank 
+:      008937 car_read_hvin:
+0x4f02 008938 call adc_calculate 
+0x4f03 008939 store 2 ,mem_vdd_now_vol 
+0x4f04 008940 arg mem_vdd_calculate_set ,rega 
+0x4f05 008941 call adc_bat_percent_lowpower_out 
+0x4f06 008942 fetcht 1 ,mem_car_notify_vdd_value_last 
+0x4f07 008943 isub temp ,null 
+0x4f08 008944 branch car_notify_vdd_next2 ,positive 
+0x4f09 008945 store 1 ,mem_car_notify_vdd_value_last 
+0x4f0a 008946 copy pdata ,temp 
+:      008947 car_notify_vdd_next2:
+0x4f0b 008948 storet 1 ,mem_car_notify_vdd_percent 
+0x4f0c 008949 fetch 1 ,mem_car_config_low_voltage_percent 
+0x4f0d 008950 isub temp ,null 
+0x4f0e 008951 call car_enter_low_bat ,positive 
+0x4f0f 008952 storet 1 ,mem_notify_bat_payload 
+0x4f10 008953 arg 6 ,loopcnt 
+0x4f11 008954 arg mem_notify_bat_head ,contr 
+0x4f12 008955 call calc_check_sum_start 
+0x4f13 008956 store 1 ,mem_notify_bat_check_sum 
+0x4f14 008957 arg mem_notify_bat_packet ,rega 
+0x4f15 008958 branch queue_push 
+:      008959 car_enter_low_bat:
+0x4f16 008960 fetch 1 ,mem_low_bat_flag 
+0x4f17 008961 nrtn blank 
+0x4f18 008962 jam 1 ,mem_low_bat_flag 
+0x4f19 008963 arg 1 ,rega 
+0x4f1a 008964 branch ui_led_blink_start_global 
+:      008965 car_low_bat_led_off:
+0x4f1b 008966 arg 1 ,rega 
+0x4f1c 008967 branch ui_led_blink_stop_global 
+:      008971 calc_check_sum_start:
+0x4f1d 008972 arg 0 ,rega 
+:      008973 calc_check_sum_loop:
+0x4f1e 008974 ifetch 1 ,contr 
+0x4f1f 008975 iadd rega ,rega 
+0x4f20 008976 loop calc_check_sum_loop 
+:      008977 calc_check_sum_and:
+0x4f21 008978 and rega ,0xff ,pdata 
+0x4f22 008979 rtn 
+:      008981 car_le_receive_data:
+0x4f23 008982 fetch 1 ,mem_le_att_opcode 
+0x4f24 008983 beq attop_write_request ,car_le_parse_att_write_request 
+0x4f25 008984 rtn 
+:      008985 car_le_parse_att_write_request:
+0x4f26 008986 fetch 2 ,mem_le_att_handle 
+0x4f27 008987 beq att_car_control_handle ,car_control_le_receive 
+0x4f28 008988 rtn 
+:      008990 le_app_receive_data:
+0x4f29 008991 bpatch patch05_3 ,mem_patch05 
+0x4f2a 008992 ifetch 5 ,rega 
+0x4f2b 008993 store 5 ,mem_app_receive_temp 
+0x4f2c 008994 fetch 2 ,mem_app_receive_temp 
+0x4f2d 008995 arg le_receive_packet_head ,temp 
+0x4f2e 008996 isub temp ,null 
+0x4f2f 008997 nrtn zero 
+0x4f30 008998 fetch 2 ,mem_app_receive_temp + 3 
+0x4f31 008999 byteswap pdata ,pdata 
+0x4f32 009000 store 2 ,mem_app_receive_temp + 3 
+0x4f33 009001 copy pdata ,loopcnt 
+0x4f34 009002 increase 5 ,rega 
+0x4f35 009003 copy rega ,contr 
+0x4f36 009004 arg mem_app_receive_temp + 5 ,contw 
+0x4f37 009005 call memcpy 
+0x4f38 009006 ifetch 1 ,contr 
+0x4f39 009007 store 1 ,mem_app_receive_temp + 15 
+0x4f3a 009008 arg mem_app_receive_temp + 2 ,rega 
+0x4f3b 009009 arg mem_app_receive_temp + 5 ,regb 
+0x4f3c 009010 rtn 
+:      009012 car_control_le_receive:
+0x4f3d 009013 setarg 0 
+0x4f3e 009014 store 5 ,mem_le_receive_payload 
+0x4f3f 009015 store 5 ,mem_le_receive_payload + 5 
+0x4f40 009016 call le_app_receive_data 
+0x4f41 009017 copy regb ,contr 
+0x4f42 009018 arg mem_le_receive_payload ,contw 
+0x4f43 009019 arg 10 ,loopcnt 
+0x4f44 009020 call memcpy 
+:      009021 car_receive_cmd_select:
+0x4f45 009022 bpatch patch05_4 ,mem_patch05 
+0x4f46 009023 ifetch 1 ,rega 
+0x4f47 009024 beq car_cmd_old_car_control ,car_drive_old 
+0x4f48 009025 beq car_cmd_old_speed_control ,car_speed_set_old 
+0x4f49 009026 beq car_cmd_l_r_motor_control ,car_motor_control 
+0x4f4a 009027 beq car_cmd_f_b_motor_control ,car_motor_control 
+0x4f4b 009029 beq car_cmd_led_control ,car_led_control_receive 
+0x4f4c 009030 beq car_cmd_device_info ,car_info_request 
+0x4f4d 009031 rtn 
+:      009033 car_24g_receive_data:
+0x4f4e 009034 call car_control_le_receive 
+0x4f4f 009035 fetch 1 ,mem_app_receive_temp + 2 
+0x4f50 009036 beq car_cmd_l_r_motor_control ,car_24g_receive_data_next 
+0x4f51 009037 beq car_cmd_f_b_motor_control ,car_24g_receive_data_next 
+0x4f52 009038 rtn 
+:      009039 car_24g_receive_data_next:
+0x4f53 009040 fetch 1 ,mem_le_receive_payload 
+0x4f54 009041 ncall car_moto1_enable_blank_data_timer ,blank 
+0x4f55 009042 fetch 1 ,mem_le_receive_payload + 2 
+0x4f56 009043 ncall car_moto2_enable_blank_data_timer ,blank 
+0x4f57 009044 fetch 1 ,mem_le_receive_payload + 4 
+0x4f58 009045 rtn blank 
+0x4f59 009046 branch car_moto3_enable_blank_data_timer ,blank 
+:      009048 car_moto1_enable_blank_data_timer:
+0x4f5a 009049 jam 5 ,mem_car_moto1_blank_timer 
+0x4f5b 009050 rtn 
+:      009051 car_moto2_enable_blank_data_timer:
+0x4f5c 009052 jam 5 ,mem_car_moto2_blank_timer 
+0x4f5d 009053 rtn 
+:      009054 car_moto3_enable_blank_data_timer:
+0x4f5e 009055 jam 5 ,mem_car_moto3_blank_timer 
+0x4f5f 009056 rtn 
+:      009058 car_moto1_blank_data_timer:
+0x4f60 009059 arg mem_car_moto1_blank_timer ,regc 
+0x4f61 009060 arg car_moto1_blank_data ,regb 
+0x4f62 009061 branch timer_single_step 
+:      009062 car_moto2_blank_data_timer:
+0x4f63 009063 arg mem_car_moto2_blank_timer ,regc 
+0x4f64 009064 arg car_moto2_blank_data ,regb 
+0x4f65 009065 branch timer_single_step 
+:      009066 car_moto3_blank_data_timer:
+0x4f66 009067 arg mem_car_moto3_blank_timer ,regc 
+0x4f67 009068 arg car_moto3_blank_data ,regb 
+0x4f68 009069 branch timer_single_step 
+:      009071 car_moto1_blank_data:
+0x4f69 009072 jam 0 ,mem_le_receive_payload 
+0x4f6a 009073 branch car_motor_control 
+:      009074 car_moto2_blank_data:
+0x4f6b 009075 jam 0 ,mem_le_receive_payload + 2 
+0x4f6c 009076 branch car_motor_control 
+:      009077 car_moto3_blank_data:
+0x4f6d 009078 jam 0 ,mem_le_receive_payload + 4 
+0x4f6e 009079 branch car_motor_control 
+:      009084 car_drive_old:
+0x4f6f 009085 fetch 1 ,mem_le_receive_payload 
+0x4f70 009086 store 1 ,mem_motor1_status 
+0x4f71 009087 fetch 1 ,mem_le_receive_payload + 1 
+0x4f72 009088 store 1 ,mem_motor2_status 
+0x4f73 009089 branch car_motor_control_common 
+:      009093 car_left_right_control_old:
+0x4f74 009094 fetch 1 ,mem_le_receive_payload 
+0x4f75 009095 store 1 ,mem_motor2_status 
+0x4f76 009096 branch car_motor2_control 
+:      009097 car_front_back_control_old:
+0x4f77 009098 fetch 1 ,mem_motor1_speed 
+0x4f78 009099 call car_reset_old_speed 
+0x4f79 009100 fetch 1 ,mem_le_receive_payload + 1 
+0x4f7a 009101 store 1 ,mem_motor1_status 
+0x4f7b 009102 branch car_motor1_control 
+:      009103 car_reset_old_speed:
+0x4f7c 009104 beq speed_level_2 ,car_reset_old_speed2 
+0x4f7d 009105 beq speed_level_3 ,car_reset_old_speed3 
+0x4f7e 009106 store 1 ,mem_motor1_speed 
+0x4f7f 009107 rtn 
+:      009108 car_reset_old_speed2:
+0x4f80 009109 jam speed_level_5 ,mem_motor1_speed 
+0x4f81 009110 rtn 
+:      009111 car_reset_old_speed3:
+0x4f82 009112 jam speed_level_10 ,mem_motor1_speed 
+0x4f83 009113 rtn 
+:      009114 car_speed_set_old:
+0x4f84 009115 fetch 1 ,mem_le_receive_payload 
+0x4f85 009116 call car_reset_old_speed 
+0x4f86 009117 fetch 1 ,mem_motor1_speed 
+0x4f87 009118 call car_motor_speed_duty_setting 
+0x4f88 009119 call car_motor_speed_duty_transform 
+0x4f89 009120 jam 0x00 ,mem_pdatatemp + 1 
+0x4f8a 009121 branch pwm_duty_cycle_set 
+:      009123 car_motor_control:
+0x4f8b 009124 fetch 1 ,mem_car_24g_go_die_flag 
+0x4f8c 009125 nrtn blank 
+0x4f8d 009126 fetch 6 ,mem_le_receive_payload 
+0x4f8e 009127 store 6 ,mem_motor1_status 
+0x4f8f 009128 fetch 1 ,mem_motor1_speed 
+0x4f90 009129 fetcht 1 ,mem_motor2_speed 
+0x4f91 009130 iand temp ,pdata 
+0x4f92 009131 fetcht 1 ,mem_motor3_speed 
+0x4f93 009132 iand temp ,pdata 
+0x4f94 009133 call car_motor_working_flag ,blank 
+:      009134 car_motor_control_common:
+0x4f95 009135 bpatch patch05_5 ,mem_patch05 
+0x4f96 009136 fetch 2 ,mem_ui_state_map 
+0x4f97 009137 isolate1 ui_state_ble_connected ,pdata 
+0x4f98 009138 ncall car_lpm_timer_enable ,true 
+0x4f99 009139 call car_motor1_control 
+0x4f9a 009140 call car_motor2_control 
+0x4f9b 009141 branch car_conn_led_state 
+:      009143 car_conn_led_state:
+0x4f9c 009144 fetch 1 ,mem_motor1_status 
+0x4f9d 009145 fetcht 1 ,mem_motor2_status 
+0x4f9e 009146 iadd temp ,pdata 
+0x4f9f 009147 nbranch check_51cmd_led_on ,blank 
+0x4fa0 009148 branch check_51cmd_led_off 
+:      009150 car_motor1_control:
+0x4fa1 009151 arg mem_motor1_status ,contr 
+0x4fa2 009152 branch car_motor1_status_select 
+:      009153 car_motor2_control:
+0x4fa3 009154 arg mem_motor2_status ,contr 
+0x4fa4 009155 branch car_motor2_status_select 
+:      009156 car_motor3_control:
+0x4fa5 009157 arg mem_motor3_status ,contr 
+0x4fa6 009158 branch car_motor_status_select 
+:      009159 car_motor_working_flag:
+0x4fa7 009160 jam 0 ,mem_car_working_flag 
+0x4fa8 009161 rtn 
+:      009163 car_motor1_status_select:
+0x4fa9 009164 ifetch 1 ,contr 
+0x4faa 009165 beq turn_front ,car_lr_motor_stop 
+0x4fab 009166 beq turn_left ,car_lr_motor_left 
+0x4fac 009167 beq turn_right ,car_lr_motor_right 
+0x4fad 009168 rtn 
+:      009169 car_motor2_status_select:
+0x4fae 009170 ifetch 1 ,contr 
+0x4faf 009171 beq motor_stop ,car_fb_motor_stop 
+0x4fb0 009172 beq go_back ,car_fb_motor_front 
+0x4fb1 009173 beq go_front ,car_fb_motor_back 
+0x4fb2 009174 rtn 
+:      009176 car_lr_motor_stop:
+0x4fb3 009177 fetcht 1 ,mem_car_motor_left_gpio 
+0x4fb4 009178 call gpio_out_inactive 
+0x4fb5 009179 fetcht 1 ,mem_car_motor_right_gpio 
+0x4fb6 009180 branch gpio_out_inactive 
+:      009181 car_lr_motor_left:
+0x4fb7 009182 fetcht 1 ,mem_car_motor_left_gpio 
+0x4fb8 009183 call gpio_out_active 
+0x4fb9 009184 fetcht 1 ,mem_car_motor_right_gpio 
+0x4fba 009185 branch gpio_out_inactive 
+:      009186 car_lr_motor_right:
+0x4fbb 009187 fetcht 1 ,mem_car_motor_left_gpio 
+0x4fbc 009188 call gpio_out_inactive 
+0x4fbd 009189 fetcht 1 ,mem_car_motor_right_gpio 
+0x4fbe 009190 branch gpio_out_active 
+:      009191 car_fb_motor_stop:
+0x4fbf 009192 fetcht 1 ,mem_car_motor_front_gpio 
+0x4fc0 009193 call gpio_out_inactive 
+0x4fc1 009194 fetcht 1 ,mem_car_motor_back_gpio 
+0x4fc2 009195 branch gpio_out_inactive 
+:      009196 car_fb_motor_front:
+0x4fc3 009197 fetcht 1 ,mem_car_motor_front_gpio 
+0x4fc4 009198 call gpio_out_active 
+0x4fc5 009199 fetcht 1 ,mem_car_motor_back_gpio 
+0x4fc6 009200 branch gpio_out_inactive 
+:      009201 car_fb_motor_back:
+0x4fc7 009202 fetcht 1 ,mem_car_motor_front_gpio 
+0x4fc8 009203 call gpio_out_inactive 
+0x4fc9 009204 fetcht 1 ,mem_car_motor_back_gpio 
+0x4fca 009205 branch gpio_out_active 
+:      009210 car_motor_status_select:
+0x4fcb 009211 bpatch patch05_6 ,mem_patch05 
+0x4fcc 009212 ifetch 1 ,contr 
+0x4fcd 009213 beq motor_stop ,car_motor_stop 
+0x4fce 009214 beq go_front ,car_motor_positive 
+0x4fcf 009215 beq go_back ,car_motor_negative 
+0x4fd0 009216 rtn 
+:      009217 car_motor_positive:
+0x4fd1 009218 jam 0 ,mem_motor_select_p_n 
+0x4fd2 009219 branch car_motor_negative + 1 
+:      009220 car_motor_negative:
+0x4fd3 009221 jam 1 ,mem_motor_select_p_n 
+0x4fd4 009222 ifetch 1 ,contr 
+0x4fd5 009223 store 1 ,mem_car_motor_speed 
+0x4fd6 009224 ifetch 8 ,regb 
+0x4fd7 009225 branch car_motor_work 
+:      009227 car_motor_stop:
+0x4fd8 009228 ifetch 1 ,regb 
+0x4fd9 009229 call pwm_disable 
+0x4fda 009230 increase 1 ,regb 
+0x4fdb 009231 ifetch 1 ,regb 
+0x4fdc 009232 branch pwm_disable 
+:      009233 car_motor_work:
+0x4fdd 009234 store 8 ,mem_motor_pwm_pin1_set 
+0x4fde 009235 jam 1 ,mem_car_working_flag 
+0x4fdf 009236 fetch 1 ,mem_motor_select_p_n 
+0x4fe0 009237 beq 0 ,car_motor_select_positive 
+:      009238 car_motor_select_negative:
+0x4fe1 009239 fetch 1 ,mem_motor_pwm_pin2_set 
+0x4fe2 009240 store 1 ,mem_motor_pwm_pin_set 
+0x4fe3 009241 fetch 1 ,mem_motor_pwm_pin1_set 
+:      009242 car_motor_work_next:
+0x4fe4 009243 call pwm_disable 
+0x4fe5 009244 fetch 1 ,mem_car_motor_speed 
+0x4fe6 009245 call car_motor_speed_duty_setting 
+0x4fe7 009246 store 1 ,mem_motor_pwm_dute_set 
+0x4fe8 009247 fetch 6 ,mem_motor_pwm_pin_set 
+0x4fe9 009248 store 6 ,mem_pdatatemp 
+0x4fea 009249 branch pwm_out_set 
+:      009250 car_motor_select_positive:
+0x4feb 009251 fetch 1 ,mem_motor_pwm_pin1_set 
+0x4fec 009252 store 1 ,mem_motor_pwm_pin_set 
+0x4fed 009253 fetch 1 ,mem_motor_pwm_pin2_set 
+0x4fee 009254 branch car_motor_work_next 
+:      009256 car_motor_speed_duty_setting:
+0x4fef 009257 mul32 pdata ,5 ,pdata 
+0x4ff0 009258 add pdata ,50 ,pdata 
+0x4ff1 009259 rtn 
+:      009260 car_motor_speed_duty_transform:
+0x4ff2 009261 arg 12000 ,temp 
+0x4ff3 009262 imul32 temp ,pdata 
+0x4ff4 009263 div pdata ,100 
+0x4ff5 009264 call wait_div_end 
+0x4ff6 009265 quotient temp 
+0x4ff7 009266 copy temp ,rega 
+0x4ff8 009267 setarg 12000 
+0x4ff9 009268 isub temp ,regb 
+0x4ffa 009269 rtn 
+:      009274 car_led_control_receive:
+0x4ffb 009275 fetch 8 ,mem_le_receive_payload 
+0x4ffc 009276 store 8 ,mem_car_led_control 
+0x4ffd 009277 rtn 
+:      009279 car_info_request:
+0x4ffe 009280 fetch 1 ,mem_car_config_device_select 
+0x4fff 009281 store 1 ,mem_car_info_request_payload 
+0x5000 009282 fetch 1 ,mem_car_config_motor_layout 
+0x5001 009283 store 1 ,mem_car_info_request_payload + 1 
+0x5002 009284 fetch 1 ,mem_car_config_ir_enable 
+0x5003 009285 store 1 ,mem_car_info_request_payload + 2 
+0x5004 009286 arg 13 ,loopcnt 
+0x5005 009287 arg mem_car_info_request_head ,contr 
+0x5006 009288 call calc_check_sum_start 
+0x5007 009289 store 1 ,mem_car_info_request_checksum 
+0x5008 009290 arg mem_car_info_request ,rega 
+0x5009 009291 branch queue_push 
+:      009295 car_g24_init:
+0x500a 009296 setarg 0 
+0x500b 009297 store 8 ,mem_24g_bind_payload 
+0x500c 009298 call g24_receive_init 
+0x500d 009299 call g24_rx_window_init 
+0x500e 009300 branch g24_mode_switch_init 
+:      009302 car_g24_receive_process:
+0x500f 009303 call car_g24_mode_switch 
+0x5010 009304 call car_g24_work_mode 
+0x5011 009305 call car_g24_bind_mode 
+0x5012 009306 branch car_g24_lpm_dipatch 
+:      009308 car_g24_mode_switch:
+0x5013 009309 call g24_mode_switch_bind_work 
+:      009310 car_g24_bind_mode_enable:
+0x5014 009311 fetch 1 ,mem_24g_work_mode 
+0x5015 009312 rtnne dongle_bind 
+0x5016 009313 fetch 1 ,mem_car_24g_bind_enable_delay_count 
+0x5017 009314 nbranch g24_switch_work_mode ,blank 
+0x5018 009315 fetch 1 ,mem_car_24g_status 
+0x5019 009316 beq work_search ,g24_switch_work_mode 
+0x501a 009317 rtn 
+:      009319 car_g24_work_mode:
+0x501b 009320 fetch 1 ,mem_24g_work_mode 
+0x501c 009321 rtnne dongle_work 
+0x501d 009322 call car_g24_work_mode_start 
+0x501e 009323 branch car_g24_ch_polling_clear ,user3 
+:      009324 car_g24_receive_ch_polling:
+0x501f 009325 fetch 1 ,mem_car_enter_lpm_flag 
+0x5020 009326 rtn blank 
+0x5021 009327 fetch 1 ,mem_car_24g_ch_polling 
+0x5022 009328 increase 1 ,pdata 
+0x5023 009329 store 1 ,mem_car_24g_ch_polling 
+0x5024 009330 beq 4 ,car_g24_ch_polling_clear 
+0x5025 009331 call g24_ch 
+0x5026 009332 call car_g24_receive_packet_start 
+0x5027 009333 nbranch car_g24_receive_ch_polling ,user3 
+:      009334 car_g24_ch_polling_clear:
+0x5028 009335 jam 0 ,mem_car_24g_ch_polling 
+0x5029 009336 rtn 
+:      009337 car_g24_work_mode_start:
+0x502a 009338 fetch 1 ,mem_24g_work_mode 
+0x502b 009339 rtnne dongle_work 
+0x502c 009340 call car_g24_work_init 
+0x502d 009341 call g24_ch_process 
+0x502e 009342 branch car_g24_receive_packet_start 
+:      009343 car_g24_work_init:
+0x502f 009344 fetch 1 ,mem_24g_mode_init 
+0x5030 009345 rtnbit1 dongle_work 
+0x5031 009346 set1 dongle_work ,pdata 
+0x5032 009347 store 1 ,mem_24g_mode_init 
+0x5033 009348 fetch 1 ,mem_tx_power_temp 
+0x5034 009349 store 1 ,mem_tx_power 
+0x5035 009350 jam 0 ,mem_24g_ackpayload_enable 
+0x5036 009351 jam 0 ,mem_usb_tx_enable 
+0x5037 009352 jam 1 ,mem_24g_abort_packet 
+0x5038 009353 jam 0 ,mem_24g_pid 
+0x5039 009355 fetch 4 ,mem_car_24g_commom_addr 
+0x503a 009356 branch g24_work_init + 11 
+:      009357 car_g24_receive_packet_start:
+0x503b 009358 call g24_receive_transmit_ack 
+0x503c 009359 nbranch g24_rx_interrupt_clear ,user3 
+:      009360 p_g24_receive_packet_parse:
+0x503d 009361 call g24_receive_packet_parse_pid_crc 
+0x503e 009362 nbranch g24_rx_interrupt_clear ,user 
+0x503f 009363 fetch 1 ,mem_24g_rxdata_length 
+0x5040 009364 branch g24_rx_interrupt_clear ,blank 
+0x5041 009365 increase 2 ,pdata 
+0x5042 009366 iforce loopcnt 
+0x5043 009367 arg mem_24g_rxbuf ,contr 
+0x5044 009368 arg mem_24g_rxdata_temp ,contw 
+0x5045 009369 call memcpy 
+0x5046 009370 jam 0 ,mem_24g_mode_switch 
+0x5047 009371 fetch 1 ,mem_24g_pair_mode 
+0x5048 009372 call g24_enable_nodata_timer ,blank 
+0x5049 009373 fetch 1 ,mem_24g_rxdata_temp + 2 
+0x504a 009374 beq datatype_attemp ,car_g24_data_attemp 
+0x504b 009375 beq datatype_device1 ,car_g24_data_device1 
+0x504c 009376 branch g24_receive_packet_parse + 14 
+:      009377 car_g24_data_attemp:
+0x504d 009378 call check_51cmd_led_on 
+0x504e 009379 branch g24_data_attemp 
+:      009380 car_g24_data_device1:
+0x504f 009381 call g24_ch_timer_reinit 
+0x5050 009382 fetch 1 ,mem_24g_abort_packet 
+0x5051 009383 fetcht 1 ,mem_24g_rxdata_temp 
+0x5052 009384 isolate1 bit_abort ,temp 
+0x5053 009385 setflag true ,0 ,pdata 
+0x5054 009386 store 1 ,mem_24g_abort_packet 
+0x5055 009387 beq 1 ,car_g24_data_attemp_device1_abort 
+0x5056 009388 branch g24_data_device1 + 7 
+:      009389 car_g24_data_attemp_device1_abort:
+0x5057 009390 fetch 1 ,mem_device_option 
+0x5058 009391 sub pdata ,dvc_op_car ,null 
+0x5059 009392 call check_51cmd_led_on ,zero 
+0x505a 009393 fetch 4 ,mem_24g_rxdata_temp + 10 
+0x505b 009394 branch g24_store_device1_addr 
+:      009396 car_g24_bind_mode:
+0x505c 009397 fetch 1 ,mem_24g_work_mode 
+0x505d 009398 rtnne dongle_bind 
+0x505e 009399 call g24_bind_init 
+0x505f 009400 call car_g24_bind_device_addr 
+0x5060 009401 call g24_bind_data_process 
+0x5061 009402 fetch 1 ,mem_24g_bind_device_status 
+0x5062 009403 nbranch car_g24_bind_mode_exit ,blank 
+0x5063 009404 call g24_nodata_process 
+0x5064 009405 fetch 1 ,mem_24g_nodata_timer_enable 
+0x5065 009406 rtn blank 
+0x5066 009407 setarg 0 
+0x5067 009408 store 4 ,mem_24g_device1_addr 
+0x5068 009409 rtn 
+:      009410 car_g24_bind_mode_exit:
+0x5069 009411 jam 0 ,mem_24g_mode_switch 
+0x506a 009412 arg 0 ,rega 
+0x506b 009413 call check_51cmd_led_on 
+0x506c 009414 call g24_switch_work_mode 
+0x506d 009415 call g24_timer_init 
+0x506e 009417 fetch 4 ,mem_24g_lap 
+0x506f 009418 store 4 ,mem_car_24g_commom_addr 
+0x5070 009419 fetch 1 ,mem_car_save_addr_flag 
+0x5071 009420 ncall car_g24_save_commom_addr ,blank 
+0x5072 009422 fetch 4 ,mem_car_24g_commom_addr 
+0x5073 009423 branch g24_update_addr_and_synccrc8 
+:      009425 car_g24_save_commom_addr:
+0x5074 009427 fetch 1 ,mem_car_save_addr_flag 
+0x5075 009428 rtn blank 
+0x5076 009429 fetch 1 ,mem_24g_transmitter_addr + 1 
+0x5077 009430 store 1 ,mem_car_24g_commom_addr + 3 
+0x5078 009432 fetch 1 ,mem_24g_lap + 1 
+0x5079 009433 store 1 ,mem_car_24g_commom_addr + 2 
+0x507a 009435 fetch 1 ,mem_24g_transmitter_addr 
+0x507b 009436 store 1 ,mem_car_24g_commom_addr + 1 
+0x507c 009438 fetch 1 ,mem_24g_lap 
+0x507d 009439 store 1 ,mem_car_24g_commom_addr 
+0x507e 009440 call car_g24_search_commom_addr 
+0x507f 009441 fetch 4 ,mem_car_24g_commom_addr 
+0x5080 009442 fetcht 4 ,mem_car_24g_commom_addr_temp 
+0x5081 009443 isub temp ,null 
+0x5082 009444 rtn zero 
+0x5083 009445 copy regc ,pdata 
+0x5084 009446 arg mem_car_24g_commom_addr ,rega 
+0x5085 009447 arg 4 ,loopcnt 
+0x5086 009448 call otp_write 
+0x5087 009449 rtn 
+:      009450 car_g24_load_commom_addr:
+0x5088 009452 fetch 4 ,mem_24g_lap 
+0x5089 009453 store 4 ,mem_car_24g_commom_addr 
+0x508a 009454 fetch 1 ,mem_car_save_addr_flag 
+0x508b 009455 rtn blank 
+0x508c 009456 call car_g24_search_commom_addr 
+0x508d 009457 fetch 4 ,mem_car_24g_commom_addr_temp 
+0x508e 009458 rtn blank 
+0x508f 009459 store 4 ,mem_car_24g_commom_addr 
+0x5090 009460 rtn 
+:      009463 car_g24_search_commom_addr:
+0x5091 009464 fetch 1 ,mem_car_save_addr_flag 
+0x5092 009465 rtn blank 
+0x5093 009466 arg otp_offset_car_commom_start_addr ,regc 
+:      009467 car_g24_search_commom_addr_loop:
+0x5094 009468 copy regc ,pdata 
+0x5095 009469 arg mem_car_24g_commom_addr_temp ,rega 
+0x5096 009470 arg 4 ,temp 
+0x5097 009471 call otpd_read_data_with_pwr_operation 
+0x5098 009472 fetch 4 ,mem_car_24g_commom_addr_read 
+0x5099 009473 rtn blank 
+0x509a 009474 store 4 ,mem_car_24g_commom_addr_temp 
+0x509b 009475 copy regc ,pdata 
+0x509c 009476 arg otp_offset_car_commom_end_addr ,temp 
+0x509d 009477 isub temp ,null 
+0x509e 009478 rtn positive 
+0x509f 009479 increase 4 ,regc 
+0x50a0 009480 branch car_g24_search_commom_addr_loop 
+:      009482 car_g24_bind_device_addr:
+0x50a1 009483 fetch 4 ,mem_24g_device1_addr 
+0x50a2 009484 rtn blank 
+0x50a3 009485 branch g24_update_addr_and_synccrc8 
+:      009487 car_g24_cb_data_device1:
+0x50a4 009488 fetch 2 ,mem_ui_state_map 
+0x50a5 009489 rtnbit1 ui_state_ble_connected 
+0x50a6 009490 fetch 2 ,mem_car_24g_no_data_timeout_count 
+0x50a7 009491 store 2 ,mem_car_24g_no_data_timeout_timer 
+0x50a8 009492 jam work_paired ,mem_car_24g_received_pac 
+0x50a9 009493 arg mem_24g_rxdata_temp + 3 ,rega 
+0x50aa 009494 branch car_24g_receive_data 
+:      009496 car_g24_lpm_dipatch:
+0x50ab 009497 fetch 1 ,mem_car_enter_lpm_flag 
+0x50ac 009498 rtn blank 
+0x50ad 009499 call car_g24_lpm_wait 
+0x50ae 009500 nrtn user 
+0x50af 009501 fetch 3 ,mem_24g_enter_hibernate 
+0x50b0 009502 call clk2lpo 
+0x50b1 009503 storet 4 ,mem_sleep_counter 
+0x50b2 009504 branch lpm_sleep 
+:      009505 car_g24_lpm_wait:
+0x50b3 009506 enable user 
+0x50b4 009507 call lpo_calibration 
+0x50b5 009508 fetch 3 ,mem_clks_per_lpo 
+0x50b6 009509 branch disable_user ,blank 
+0x50b7 009510 branch car_le_process_lpm_before 
+:      009516 dongle_init:
+0x50b8 009517 setarg dongle_dispatch 
+0x50b9 009518 store 2 ,mem_cb_24g_receive_process 
+0x50ba 009519 setarg dongle_g24_mouse 
+0x50bb 009520 store 2 ,mem_cb_24g_data_device1 
+0x50bc 009521 setarg dongle_g24_kb 
+0x50bd 009522 store 2 ,mem_cb_24g_data_device2 
+0x50be 009523 setarg dongle_ackpayload_prep 
+0x50bf 009524 store 2 ,mem_cb_24g_ackpayload 
+0x50c0 009525 setarg dongle_usb_config 
+0x50c1 009526 store 2 ,mem_cb_usb_config 
+0x50c2 009527 branch usb_init 
+:      009530 dongle_default_init:
+0x50c3 009531 bpatch patch05_7 ,mem_patch05 
+0x50c4 009533 call dongle_read_kb_bind_status 
+0x50c5 009555 jam 0 ,mem_dg_kb_bind_success 
+0x50c6 009556 jam 0 ,mem_24g_bind_device_living 
+0x50c7 009561 call g24_receive_init 
+0x50c8 009562 call g24_pair_param_init 
+0x50c9 009563 call g24_chmap_param_init 
+0x50ca 009570 call wdt_set_enable 
+0x50cb 009571 branch wdt_kick_128ms 
+:      009581 dongle_dispatch:
+0x50cc 009582 fetch 1 ,mem_24g_pair_mode 
+0x50cd 009583 beq 0x00 ,dongle_auto_bind 
+0x50ce 009584 beq 0x01 ,dongle_pc_bind 
+0x50cf 009585 beq 0x0f ,dongle_all_powerful 
+0x50d0 009586 rtn 
+:      009589 dongle_read_kb_bind_status:
+0x50d1 009590 bpatch patch06_0 ,mem_patch06 
+0x50d2 009591 setarg dongle_kb_bind_efuse_offect 
+0x50d3 009592 arg mem_dg_kb_bind_flag ,rega 
+0x50d4 009593 arg 1 ,temp 
+0x50d5 009594 branch otpd_read_data_with_pwr_operation 
+:      009596 dongle_write_kb_bind_status:
+0x50d6 009597 bpatch patch06_1 ,mem_patch06 
+0x50d7 009598 arg 1 ,loopcnt 
+0x50d8 009599 arg mem_dg_kb_bind_flag ,rega 
+0x50d9 009600 arg dongle_kb_bind_efuse_offect ,pdata 
+0x50da 009601 branch otp_write 
+:      009603 dongle_usb_config:
+0x50db 009604 fetch 1 ,mem_dg_sys_config 
+0x50dc 009605 bbit1 dg_enable_kb_icon ,dongle_usb_config_kb 
+0x50dd 009606 fetch 1 ,mem_dg_kb_bind_flag 
+0x50de 009607 bne dongle_kb_bind_success ,dongle_usb_config_param 
+:      009608 dongle_usb_config_kb:
+0x50df 009609 jam dongle_kb_bind_success ,mem_dg_kb_bind_flag 
+0x50e0 009610 fetch 4 ,usb_devicedata_addr + 9 
+0x50e1 009611 set1 29 ,pdata 
+0x50e2 009612 store 4 ,mem_devicedesc + 9 
+:      009613 dongle_usb_config_param:
+0x50e3 009614 fetch 1 ,mem_dg_usb_device_iserial_number 
+0x50e4 009615 store 1 ,mem_devicedesc + 17 
+0x50e5 009616 call dongle_usb_device_name 
+0x50e6 009617 call usb_tx_interval_config 
+0x50e7 009618 call dongle_usb_vid_pid_config 
+0x50e8 009619 branch dongle_usb_hid_icon_config 
+:      009621 dongle_usb_vid_pid_config:
+0x50e9 009622 fetch 1 ,mem_usb_vid_pid 
+0x50ea 009623 rtn blank 
+0x50eb 009624 fetch 1 ,mem_dg_kb_bind_flag 
+0x50ec 009625 beq dongle_kb_bind_success ,dongle_usb_vid_pid_for_suit 
+:      009626 dongle_usb_vid_pid_for_mouse_only_auto_pair:
+0x50ed 009627 fetch 4 ,mem_usb_vid_pid + 1 
+:      009628 dongle_usb_vid_pid_store:
+0x50ee 009629 store 4 ,mem_devicedesc + 9 
+0x50ef 009630 rtn 
+:      009631 dongle_usb_vid_pid_for_suit:
+0x50f0 009632 fetch 4 ,mem_usb_vid_pid + 5 
+0x50f1 009633 branch dongle_usb_vid_pid_store 
+:      009635 dongle_usb_hid_icon_config:
+0x50f2 009636 fetch 1 ,mem_dg_kb_bind_flag 
+0x50f3 009637 beq dongle_kb_bind_success ,dongle_usb_kb_hidreportdesc 
+0x50f4 009638 setarg usb_kbdata_vendor_define_addr 
+0x50f5 009639 store 2 ,mem_hidreportdesc_kb 
+0x50f6 009640 jam 0x1a ,mem_confdesc + 26 
+0x50f7 009641 rtn 
+:      009642 dongle_usb_kb_hidreportdesc:
+0x50f8 009643 setarg usb_kbdata_addr 
+0x50f9 009644 store 2 ,mem_hidreportdesc_kb 
+0x50fa 009645 jam 0x3f ,mem_confdesc + 26 
+0x50fb 009646 rtn 
+:      009648 dongle_usb_device_name:
+0x50fc 009649 fetch 1 ,mem_dg_usb_device_name 
+0x50fd 009650 rtn blank 
+0x50fe 009651 arg mem_dg_usb_device_name ,contr 
+0x50ff 009652 arg mem_string2 ,contw 
+0x5100 009653 arg 30 ,loopcnt 
+0x5101 009654 branch memcpy 
+:      009657 dongle_all_powerful:
+0x5102 009658 call g24_switch_work_mode 
+:      009659 dongle_all_powerful_loop:
+0x5103 009660 call dongle_work_mode_auto 
+0x5104 009661 call dongle_usb_dispatch 
+0x5105 009662 branch dongle_all_powerful_loop 
+:      009664 dongle_pc_bind:
+0x5106 009665 call g24_switch_work_mode 
+:      009666 dongle_pc_bind_loop:
+0x5107 009667 call dongle_work_mode_auto 
+0x5108 009668 call g24_bind_mode_auto 
+0x5109 009669 call dongle_usb_dispatch 
+0x510a 009670 branch dongle_pc_bind_loop 
+:      009672 dongle_g24_blank_data_process:
+0x510b 009673 call dongle_g24_ms_blank_data 
+0x510c 009674 call dongle_g24_kb_blank_data 
+0x510d 009675 branch dongle_g24_kb_mul_blank_data 
+:      009677 dongle_g24_ms_blank_data:
+0x510e 009678 bpatch patch06_2 ,mem_patch06 
+0x510f 009679 fetch 1 ,mem_dg_ms_blank_data_enable 
+0x5110 009680 rtn blank 
+0x5111 009681 arg g24_timer_ms_blank ,queue 
+0x5112 009682 call timer_check 
+0x5113 009683 nrtn blank 
+0x5114 009684 jam 0 ,mem_dg_ms_blank_data_enable 
+0x5115 009685 setarg ms_report_id 
+0x5116 009686 store 1 ,mem_usb_mouse_data 
+0x5117 009687 setarg 0 
+0x5118 009688 istore 7 ,contw 
+:      009689 dongle_usb_tx_ms_data:
+0x5119 009690 jam usb_ep2_ms ,mem_usb_ep2_data 
+:      009691 dongle_usb_tx_enable_ep2:
+0x511a 009692 fetch 1 ,mem_usb_tx_enable 
+0x511b 009693 set1 2 ,pdata 
+0x511c 009694 store 1 ,mem_usb_tx_enable 
+0x511d 009695 rtn 
+:      009697 dongle_g24_kb_blank_data:
+0x511e 009698 bpatch patch06_3 ,mem_patch06 
+0x511f 009699 fetch 1 ,mem_dg_kb_blank_data_enable 
+0x5120 009700 rtn blank 
+0x5121 009701 arg g24_timer_kb_blank ,queue 
+0x5122 009702 call timer_check 
+0x5123 009703 nrtn blank 
+0x5124 009704 jam 0 ,mem_dg_kb_blank_data_enable 
+0x5125 009705 arg mem_usb_kb_data ,contw 
+0x5126 009706 arg 2 ,loopcnt 
+0x5127 009707 call memset0 
+0x5128 009708 fetch 8 ,mem_usb_kb_data 
+0x5129 009709 store 8 ,mem_dg_kb_data_last_data 
+:      009710 dongle_usb_tx_kb_data:
+0x512a 009711 jam kb_normal_report_id ,mem_usb_kb_data 
+:      009712 dongle_usb_tx_enable_ep1:
+0x512b 009713 jam usb_ep1_kb ,mem_usb_ep1_data 
+0x512c 009714 fetch 1 ,mem_usb_tx_enable 
+0x512d 009715 set1 1 ,pdata 
+0x512e 009716 store 1 ,mem_usb_tx_enable 
+0x512f 009717 rtn 
+:      009719 dongle_g24_kb_mul_blank_data:
+0x5130 009720 bpatch patch06_4 ,mem_patch06 
+0x5131 009721 fetch 1 ,mem_dg_kb_mul_blank_data_enable 
+0x5132 009722 rtn blank 
+0x5133 009723 arg g24_timer_kb_mul_blank ,queue 
+0x5134 009724 call timer_check 
+0x5135 009725 nrtn blank 
+0x5136 009726 jam 0 ,mem_dg_kb_mul_blank_data_enable 
+0x5137 009727 arg mem_usb_kb_multikey ,contw 
+0x5138 009728 arg 2 ,loopcnt 
+0x5139 009729 call memset0 
+0x513a 009730 jam kb_multikey_report_id ,mem_usb_kb_multikey 
+0x513b 009731 fetch 3 ,mem_usb_kb_multikey 
+0x513c 009732 store 3 ,mem_dg_kb_multikey_last_data 
+:      009733 dongle_usb_tx_multikey_data:
+0x513d 009734 jam usb_ep2_multikey ,mem_usb_ep2_data 
+0x513e 009735 branch dongle_usb_tx_enable_ep2 
+:      009737 dongle_usb_dispatch:
+0x513f 009738 bpatch patch06_5 ,mem_patch06 
+0x5140 009739 call wdt_kick_128ms 
+0x5141 009740 fetch 1 ,mem_usb_remote_wakeup 
+0x5142 009741 call dongle_clear_pc_sleep_flag ,blank 
+0x5143 009742 call usb_isr 
+0x5144 009743 fetch 1 ,mem_usb_ep3_out_data_flag 
+0x5145 009744 nbranch dongle_usb_rx_ep3 ,blank 
+0x5146 009745 fetch 1 ,mem_usb0_get_set_report 
+0x5147 009746 rtn blank 
+0x5148 009747 jam 0 ,mem_usb0_get_set_report 
+0x5149 009748 fetch 2 ,mem_usb_setup_bvalue_temp 
+0x514a 009749 arg pc_set_report ,temp 
+0x514b 009750 isub temp ,null 
+0x514c 009751 nrtn zero 
+0x514d 009753 fetch 1 ,mem_usb0_set_report_data 
+0x514e 009754 rtnne pc_report_id 
+0x514f 009755 fetch 1 ,mem_usb0_set_report_data + 1 
+0x5150 009756 beq command_mode ,dongle_dispose_cmd_mode 
+0x5151 009757 beq command_bind ,dongle_dispose_cmd_bind 
+0x5152 009758 beq command_current_project ,dongle_dispose_cmd_current_project 
+0x5153 009759 beq command_current_mode ,dongle_dispose_cmd_current_mode 
+0x5154 009760 beq command_current_fw_version ,dongle_dispose_cmd_current_fw_version 
+:      009761 dongle_usb0_data_ready_report_set0:
+0x5155 009762 jam 0 ,mem_usb0_data_ready_report 
+0x5156 009763 rtn 
+:      009765 dongle_usb_rx_ep3:
+0x5157 009766 jam 0 ,mem_usb_ep3_out_data_flag 
+0x5158 009767 fetch 1 ,mem_usb_ep3_out_data_len 
+0x5159 009768 rtn blank 
+0x515a 009769 fetch 2 ,mem_cb_usb_ep3_process 
+0x515b 009770 branch callback_func 
+:      009773 dongle_dispose_cmd_mode:
+0x515c 009774 fetch 1 ,mem_usb0_set_report_data + 2 
+0x515d 009775 beq com_mode_bind ,dongle_enter_bind_mode 
+0x515e 009776 branch dongle_usb0_data_ready_report_set0 
+:      009777 dongle_enter_bind_mode:
+0x515f 009778 call g24_bind_mode_enable 
+:      009779 dongle_usb0_data_ready_report_set1:
+0x5160 009780 jam 1 ,mem_usb0_data_ready_report 
+0x5161 009781 rtn 
+:      009783 dongle_dispose_cmd_bind:
+0x5162 009784 fetch 1 ,mem_usb0_set_report_data + 2 
+0x5163 009785 beq com_bind_get ,dongle_dispose_cmd_get_bind 
+0x5164 009786 beq com_bind_exit ,dongle_dispose_cmd_exit_bind 
+0x5165 009787 beq com_read_mode ,dongle_dispose_cmd_read_mode 
+0x5166 009788 branch dongle_usb0_data_ready_report_set0 
+:      009789 dongle_dispose_cmd_get_bind:
+0x5167 009790 fetch 1 ,mem_24g_bind_device_status 
+0x5168 009791 store 1 ,mem_usb0_get_report_data + 1 
+0x5169 009792 branch dongle_usb0_data_ready_report_set1 
+:      009793 dongle_dispose_cmd_exit_bind:
+0x516a 009794 call g24_work_mode_enable 
+0x516b 009795 branch dongle_dispose_cmd_get_bind 
+:      009796 dongle_dispose_cmd_read_mode:
+:      009797 dongle_dispose_in_bind_mode:
+0x516c 009798 jam command_bind ,mem_usb0_get_report_data + 1 
+0x516d 009799 branch dongle_usb0_data_ready_report_set1 
+:      009801 dongle_dispose_cmd_current_project:
+0x516e 009802 jam product_id ,mem_usb0_get_report_data + 1 
+0x516f 009803 branch dongle_usb0_data_ready_report_set1 
+:      009805 dongle_dispose_cmd_current_mode:
+0x5170 009806 fetch 1 ,mem_24g_work_mode 
+0x5171 009807 beq dongle_work ,dongle_dispose_in_work_mode 
+0x5172 009808 beq dongle_bind ,dongle_dispose_in_bind_mode 
+0x5173 009809 rtn 
+:      009810 dongle_dispose_in_work_mode:
+0x5174 009811 jam command_mode ,mem_usb0_get_report_data + 1 
+0x5175 009812 branch dongle_usb0_data_ready_report_set1 
+:      009814 dongle_dispose_cmd_current_fw_version:
+0x5176 009815 jam fw_version0 ,mem_usb0_get_report_data + 1 
+0x5177 009816 jam fw_version1 ,mem_usb0_get_report_data + 2 
+0x5178 009817 jam fw_version2 ,mem_usb0_get_report_data + 3 
+0x5179 009818 jam fw_version3 ,mem_usb0_get_report_data + 4 
+0x517a 009819 branch dongle_usb0_data_ready_report_set1 
+:      009822 dongle_auto_bind:
+0x517b 009823 call g24_mode_switch_init 
+:      009824 dongle_auto_bind_loop:
+0x517c 009825 call g24_mode_switch_bind_work 
+0x517d 009826 call g24_mode_switch_bind_search 
+0x517e 009827 call dongle_work_mode_auto 
+0x517f 009828 call g24_bind_mode_auto 
+0x5180 009829 call g24_search_mode_auto 
+0x5181 009830 call dongle_usb_dispatch 
+0x5182 009831 branch dongle_auto_bind_loop 
+:      009833 dongle_work_mode_auto:
+0x5183 009834 bpatch patch06_6 ,mem_patch06 
+0x5184 009835 fetch 1 ,mem_24g_work_mode 
+0x5185 009836 rtnne dongle_work 
+0x5186 009837 call g24_work_mode_start 
+0x5187 009838 call dongle_g24_blank_data_process 
+0x5188 009839 fetch 1 ,mem_24g_pair_mode 
+0x5189 009840 nrtn blank 
+0x518a 009841 branch g24_nodata_process 
+:      009843 dongle_ackpayload_prep:
+0x518b 009844 fetch 1 ,mem_24g_data_type 
+0x518c 009845 beq datatype_device1 ,dongle_ackpayload_prep_mouse 
+0x518d 009846 beq datatype_device2 ,dongle_ackpayload_prep_keyboard 
+:      009847 dongle_ackpayload_prep_mouse:
+0x518e 009848 fetch 1 ,mem_dg_pc_sleep_flag 
+0x518f 009849 bbit1 0 ,dongle_pc_sleep_ackpayload_prep_mouse 
+0x5190 009850 branch dongle_ackpayload_prep_end 
+:      009852 dongle_set_pc_sleep_flag:
+0x5191 009853 fetch 1 ,mem_device_option 
+0x5192 009854 rtnne dvc_op_dongle 
+0x5193 009855 jam 3 ,mem_dg_pc_sleep_flag 
+0x5194 009856 rtn 
+:      009857 dongle_clear_pc_sleep_flag:
+0x5195 009858 jam 0 ,mem_dg_pc_sleep_flag 
+0x5196 009859 rtn 
+:      009861 dongle_ackpayload_prep_keyboard:
+0x5197 009862 fetch 1 ,mem_dg_pc_sleep_flag 
+0x5198 009863 bbit1 1 ,dongle_pc_sleep_ackpayload_prep_keyboard 
+:      009864 dongle_ackpayload_prep_end:
+0x5199 009865 fetch 1 ,mem_24g_ackpayload_enable 
+0x519a 009866 beq bind_ackpayload ,dongle_g24_bind_ackpayload_prep 
+0x519b 009867 beq kb_led_ackpayload ,dongle_g24_kb_led_ackpayload_prep 
+0x519c 009868 rtn 
+:      009870 dongle_pc_sleep_ackpayload_prep_mouse:
+0x519d 009871 fetch 1 ,mem_dg_pc_sleep_flag 
+0x519e 009872 set0 0 ,pdata 
+0x519f 009873 store 1 ,mem_dg_pc_sleep_flag 
+0x51a0 009874 branch dongle_pc_sleep_ackpayload_prep 
+:      009876 dongle_pc_sleep_ackpayload_prep_keyboard:
+0x51a1 009877 fetch 1 ,mem_dg_pc_sleep_flag 
+0x51a2 009878 set0 1 ,pdata 
+0x51a3 009879 store 1 ,mem_dg_pc_sleep_flag 
+:      009880 dongle_pc_sleep_ackpayload_prep:
+0x51a4 009881 jam 0x01 ,mem_24g_datalen 
+0x51a5 009882 setarg 0xff 
+0x51a6 009883 store 1 ,mem_24g_txbuf 
+0x51a7 009884 rtn 
+:      009887 dongle_g24_bind_ackpayload_prep:
+0x51a8 009888 jam 1 ,mem_24g_ackpayload_enable 
+0x51a9 009889 call g24_binding_device_check 
+0x51aa 009890 nrtn user3 
+0x51ab 009891 branch g24_bind_ackpayload_prep 
+:      009893 dongle_g24_kb_led_ackpayload_prep:
+0x51ac 009894 fetch 1 ,mem_24g_rxbuf + 2 
+0x51ad 009895 beq datatype_device1 ,dongle_g24_bind_ackpayload_prep 
+0x51ae 009896 beq datatype_attemp ,dongle_g24_bind_ackpayload_prep 
+0x51af 009897 jam 0 ,mem_usb_tx_win_enable 
+0x51b0 009898 jam 0x01 ,mem_24g_datalen 
+0x51b1 009899 fetch 1 ,mem_24g_led_status 
+0x51b2 009900 store 1 ,mem_24g_txbuf 
+0x51b3 009901 rtn 
+:      009903 dongle_g24_mouse:
+0x51b4 009904 setarg ms_report_id 
+0x51b5 009905 store 1 ,mem_usb_mouse_data 
+0x51b6 009906 fetch 7 ,mem_24g_rxdata_temp + 3 
+0x51b7 009907 istore 7 ,contw 
+0x51b8 009908 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x51b9 009909 ncall dongle_g24_ms_enable_blank_data_forcibly ,blank 
+0x51ba 009910 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x51bb 009911 call dongle_g24_ms_disable_blank_data_forcibly ,blank 
+0x51bc 009912 branch dongle_usb_tx_ms_data 
+:      009914 dongle_g24_ms_enable_blank_data_forcibly:
+0x51bd 009915 jam 1 ,mem_dg_ms_blank_data_enable 
+0x51be 009916 setarg timer_ms_blank_delay 
+0x51bf 009917 arg g24_timer_ms_blank ,queue 
+0x51c0 009918 branch timer_init 
+:      009920 dongle_g24_ms_disable_blank_data_forcibly:
+0x51c1 009921 jam 0 ,mem_dg_ms_blank_data_enable 
+0x51c2 009922 setarg 0 
+0x51c3 009923 arg g24_timer_ms_blank ,queue 
+0x51c4 009924 branch timer_init 
+:      009926 dongle_g24_kb:
+0x51c5 009927 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x51c6 009928 beq 0 ,dongle_g24_kb_type0 
+0x51c7 009929 beq 2 ,dongle_g24_kb_type2 
+0x51c8 009930 beq 3 ,dongle_g24_kb_type3 
+0x51c9 009931 branch g24_rx_interrupt_clear 
+:      009933 dongle_g24_kb_type0:
+0x51ca 009934 fetch 1 ,mem_24g_rxdata_temp + 5 
+0x51cb 009935 store 1 ,mem_24g_ackpayload_enable 
+0x51cc 009936 jam 0 ,mem_24g_rxdata_temp + 5 
+0x51cd 009937 arg mem_usb_kb_data ,contw 
+0x51ce 009938 arg mem_24g_rxdata_temp + 4 ,contr 
+0x51cf 009939 arg 8 ,loopcnt 
+0x51d0 009940 call memcpy 
+0x51d1 009941 fetch 8 ,mem_usb_kb_data 
+0x51d2 009942 ncall dongle_g24_kb_enable_blank_data_forcibly ,blank 
+0x51d3 009943 fetch 8 ,mem_usb_kb_data 
+0x51d4 009944 call dongle_g24_kb_disable_blank_data_forcibly ,blank 
+0x51d5 009945 fetch 8 ,mem_usb_kb_data 
+0x51d6 009946 store 8 ,mem_dg_kb_data_sta_data 
+0x51d7 009947 fetcht 8 ,mem_dg_kb_data_last_data 
+0x51d8 009948 isub temp ,null 
+0x51d9 009949 ncall dongle_usb_tx_enable_ep1 ,zero 
+0x51da 009950 fetch 8 ,mem_dg_kb_data_sta_data 
+0x51db 009951 store 8 ,mem_dg_kb_data_last_data 
+0x51dc 009952 branch g24_rx_interrupt_clear 
+:      009954 dongle_g24_kb_enable_blank_data_forcibly:
+0x51dd 009955 jam 1 ,mem_dg_kb_blank_data_enable 
+0x51de 009956 setarg timer_kb_blank_delay 
+0x51df 009957 arg g24_timer_kb_blank ,queue 
+0x51e0 009958 branch timer_init 
+:      009960 dongle_g24_kb_disable_blank_data_forcibly:
+0x51e1 009961 jam 0 ,mem_dg_kb_blank_data_enable 
+0x51e2 009962 setarg 0 
+0x51e3 009963 arg g24_timer_kb_blank ,queue 
+0x51e4 009964 branch timer_init 
+:      009966 dongle_g24_kb_type3:
+0x51e5 009967 arg mem_usb_kb_multikey ,contw 
+0x51e6 009968 arg mem_24g_rxdata_temp + 3 ,contr 
+0x51e7 009969 arg 3 ,loopcnt 
+0x51e8 009970 call memcpy 
+0x51e9 009971 fetch 2 ,mem_usb_kb_multikey + 1 
+0x51ea 009972 ncall dongle_g24_kb_mul_enable_blank_data_forcibly ,blank 
+0x51eb 009973 fetch 2 ,mem_usb_kb_multikey + 1 
+0x51ec 009974 call dongle_g24_kb_mul_disable_blank_data_forcibly ,blank 
+0x51ed 009975 fetch 3 ,mem_usb_kb_multikey 
+0x51ee 009976 store 3 ,mem_dg_kb_multikey_sta_data 
+0x51ef 009977 fetcht 3 ,mem_dg_kb_multikey_last_data 
+0x51f0 009978 isub temp ,null 
+0x51f1 009979 ncall dongle_usb_tx_multikey_data ,zero 
+0x51f2 009980 fetch 3 ,mem_dg_kb_multikey_sta_data 
+0x51f3 009981 store 3 ,mem_dg_kb_multikey_last_data 
+0x51f4 009982 branch g24_rx_interrupt_clear 
+:      009984 dongle_g24_kb_mul_enable_blank_data_forcibly:
+0x51f5 009985 jam 1 ,mem_dg_kb_mul_blank_data_enable 
+0x51f6 009986 setarg timer_kb_mul_blank_delay 
+0x51f7 009987 arg g24_timer_kb_mul_blank ,queue 
+0x51f8 009988 branch timer_init 
+:      009990 dongle_g24_kb_mul_disable_blank_data_forcibly:
+0x51f9 009991 jam 0 ,mem_dg_kb_mul_blank_data_enable 
+0x51fa 009992 setarg 0 
+0x51fb 009993 arg g24_timer_kb_mul_blank ,queue 
+0x51fc 009994 branch timer_init 
+:      009996 dongle_g24_kb_type2:
+0x51fd 009997 arg mem_usb_kb_system ,contw 
+0x51fe 009998 arg mem_24g_rxdata_temp + 3 ,contr 
+0x51ff 009999 arg 2 ,loopcnt 
+0x5200 010000 call memcpy 
+0x5201 010001 fetch 2 ,mem_usb_kb_system 
+0x5202 010002 ncall dongle_g24_kb_sys_enable_blank_data_forcibly ,blank 
+0x5203 010003 fetch 2 ,mem_usb_kb_system 
+0x5204 010004 call dongle_g24_kb_sys_disable_blank_data_forcibly ,blank 
+0x5205 010005 fetch 2 ,mem_usb_kb_system 
+0x5206 010006 store 2 ,mem_dg_kb_system_sta_data 
+0x5207 010007 fetcht 2 ,mem_dg_kb_system_last_data 
+0x5208 010008 isub temp ,null 
+0x5209 010009 ncall dongle_usb_tx_sys_data ,zero 
+0x520a 010010 fetch 2 ,mem_dg_kb_system_sta_data 
+0x520b 010011 store 2 ,mem_dg_kb_system_last_data 
+0x520c 010012 branch g24_rx_interrupt_clear 
+:      010014 dongle_g24_kb_sys_enable_blank_data_forcibly:
+0x520d 010015 jam 1 ,mem_dg_kb_mul_blank_data_enable 
+0x520e 010016 setarg timer_kb_mul_blank_delay 
+0x520f 010017 arg g24_timer_kb_mul_blank ,queue 
+0x5210 010018 branch timer_init 
+:      010019 dongle_g24_kb_sys_disable_blank_data_forcibly:
+0x5211 010020 jam 0 ,mem_dg_kb_mul_blank_data_enable 
+0x5212 010021 setarg 0 
+0x5213 010022 arg g24_timer_kb_mul_blank ,queue 
+0x5214 010023 branch timer_init 
+:      010025 dongle_usb_tx_sys_data:
+0x5215 010026 jam usb_ep2_systemkey ,mem_usb_ep2_data 
+0x5216 010027 branch dongle_usb_tx_enable_ep2 
+:      010030 dongle_g24_store_dvc2_bind_flag:
+0x5217 010031 fetch 1 ,mem_device_option 
+0x5218 010032 rtnne dvc_op_dongle 
+0x5219 010033 fetch 1 ,mem_dg_kb_bind_flag 
+0x521a 010034 rtneq dongle_kb_bind_success 
+:      010035 dongle_prep_soft_reset:
+0x521b 010036 jam 1 ,mem_dg_kb_bind_success 
+0x521c 010037 rtn 
+:      010040 dongle_kb_bind_soft_reset:
+0x521d 010041 fetch 1 ,mem_device_option 
+0x521e 010042 rtnne dvc_op_dongle 
+0x521f 010043 fetch 1 ,mem_dg_kb_bind_success 
+0x5220 010044 rtn blank 
+0x5221 010045 jam 0 ,mem_temp 
+:      010046 dongle_wirte_efuse_bind_status:
+0x5222 010047 jam dongle_kb_bind_success ,mem_dg_kb_bind_flag 
+0x5223 010048 call dongle_write_kb_bind_status 
+0x5224 010049 call dongle_read_kb_bind_status 
+0x5225 010050 fetch 1 ,mem_temp 
+0x5226 010051 increase 1 ,pdata 
+0x5227 010052 store 1 ,mem_temp 
+0x5228 010053 beq 0xff ,soft_reset_chip 
+0x5229 010054 fetch 1 ,mem_dg_kb_bind_flag 
+0x522a 010055 bne dongle_kb_bind_success ,dongle_wirte_efuse_bind_status 
+0x522b 010056 branch soft_reset_chip 
+:      010062 mouse_init:
+0x522c 010063 call enable_authrom 
+0x522d 010064 call mouse_setting_config 
+0x522e 010065 call mouse_init_sunt 
+0x522f 010066 rtn wake 
+0x5230 010067 call mouse_le_name_load 
+0x5231 010068 call mouse_dpi_config 
+0x5232 010069 call mouse_drawing_optima_init 
+0x5233 010070 call mouse_cb_fuction 
+0x5234 010071 call mouse_sensor_powerdown 
+:      010072 mouse_init_wireless:
+0x5235 010073 fetch 2 ,mem_ui_state_map 
+0x5236 010074 bbit1 ui_state_btn_down ,mouse_start_discovery 
+0x5237 010075 call mouse_check_select_device_by_switch 
+0x5238 010076 branch mouse_start_work 
+:      010079 mouse_cb_fuction:
+0x5239 010080 setarg mouse_24g_short_sleep 
+0x523a 010081 store 2 ,mem_cb_24g_transmit_short_sleep 
+0x523b 010082 setarg mouse_24g_long_sleep 
+0x523c 010083 store 2 ,mem_cb_24g_transmit_long_sleep 
+0x523d 010084 setarg mouse_24g_before_lpm_sleep 
+0x523e 010085 store 2 ,mem_cb_before_lpm_sleep 
+0x523f 010086 setarg mouse_24g_package_data 
+0x5240 010087 store 2 ,mem_cb_24g_transmit_data 
+0x5241 010088 setarg mouse_24g_search_dongle 
+0x5242 010089 store 2 ,mem_cb_24g_search_receiver 
+0x5243 010090 setarg mouse_lpm_before_common 
+0x5244 010091 store 2 ,mem_cb_24g_lpm_before 
+0x5245 010092 setarg mouse_le 
+0x5246 010093 store 2 ,mem_cb_le_process 
+0x5247 010094 setarg mouse_process_lpm_before 
+0x5248 010095 store 2 ,mem_cb_before_lpm 
+0x5249 010096 setarg mouse_priority_bb_event 
+0x524a 010097 store 2 ,mem_cb_bb_event_process 
+0x524b 010098 setarg mouse_idle 
+0x524c 010099 store 2 ,mem_cb_idle_process 
+0x524d 010100 setarg mouse_before_hibernate 
+0x524e 010101 store 2 ,mem_cb_before_hibernate 
+0x524f 010102 setarg mouse_le_bb_event_connect_complete 
+0x5250 010103 store 2 ,mem_cb_att_write 
+0x5251 010104 setarg mouse_bb_event_timer 
+0x5252 010105 store 2 ,mem_cb_event_timer 
+0x5253 010106 setarg mouse_spi_write_flash_cb 
+0x5254 010107 store 2 ,mem_cb_spi_flash_write_complate 
+0x5255 010108 setarg mouse_lpm_check_wake_lock 
+0x5256 010109 store 2 ,mem_cb_check_wakelock 
+0x5257 010110 setarg mouse_le_transmit 
+0x5258 010111 store 2 ,mem_cb_ble_transmit 
+0x5259 010112 setarg mouse_set_lpm_mult 
+0x525a 010113 store 2 ,mem_cb_bt_set_mult 
+0x525b 010114 setarg mouse_le_parse_l2cap 
+0x525c 010115 store 2 ,mem_le_l2cap_parse_cb 
+0x525d 010116 rtn 
+:      010119 mouse_setting_config:
+0x525e 010120 rtn wake 
+0x525f 010121 call g24_transmit_init 
+0x5260 010122 call g24_chmap_param_init 
+0x5261 010123 call mouse_24g_send_time_long_wake 
+0x5262 010124 call mouse_gpio_init 
+0x5263 010125 call mouse_param_init 
+0x5264 010126 call mouse_device_multi_led_poweron2s_init 
+0x5265 010127 call mouse_double_dpi_judge 
+0x5266 010128 call mouse_firebutton_connect_state_check 
+0x5267 010129 call le_set_fixed_ltk_justwork 
+0x5268 010130 fetch mouse_flag_len ,mem_mouse_flag 
+0x5269 010131 bbit1 mouse_enable_eeprom ,mouse_load_eeprom_info_check 
+0x526a 010132 bbit1 mouse_enable_flash ,mouse_load_flash_info_check 
+0x526b 010133 rtn 
+:      010135 mouse_xtal_init:
+0x526c 010136 jam xtal_16m ,mem_fcomp_div 
+0x526d 010137 fetch mouse_flag_len ,mem_mouse_flag 
+0x526e 010138 rtnbit1 mouse_enable_16m 
+0x526f 010139 jam xtal_24m ,mem_fcomp_div 
+0x5270 010140 rtn 
+:      010142 mouse_24g_phy_select:
+0x5271 010143 call g24_enable_1m 
+0x5272 010144 fetch mouse_flag_len ,mem_mouse_flag 
+0x5273 010145 rtnbit0 mouse_enable_24g_2m_phy 
+0x5274 010146 branch g24_enable_2m 
+:      010148 mouse_default_init:
+0x5275 010149 fetch 2 ,mem_mouse_24g_pair_timeout_init 
+0x5276 010150 store 2 ,mem_24g_pair_timeout_init 
+0x5277 010152 fetch 1 ,mem_mouse_24g_reconn_timeout_init 
+0x5278 010153 store 2 ,mem_24g_reconn_timeout_init 
+0x5279 010155 fetch 5 ,mem_rssi_dis_min_24g_init 
+0x527a 010156 store 5 ,mem_rssi_dis_min_24g 
+0x527b 010158 fetch 1 ,mem_mouse_24g_pair_tx_power 
+0x527c 010159 store 1 ,mem_24g_pair_tx_power 
+0x527d 010161 fetch 1 ,mem_mouse_enable_flag 
+0x527e 010162 isolate1 mouse_adc_enable ,pdata 
+0x527f 010163 call mouse_adc_read_enable ,true 
+0x5280 010165 fetch 1 ,mem_mouse_enable_flag 
+0x5281 010166 isolate1 mouse_24g_250hz_enable ,pdata 
+0x5282 010167 call mouse_24g_set_250hz ,true 
+0x5283 010168 fetch 1 ,mem_mouse_enable_flag 
+0x5284 010169 isolate1 mouse_search_dongle_enable ,pdata 
+0x5285 010170 call mouse_24g_search_dongle_enable ,true 
+0x5286 010171 fetch 1 ,mem_mouse_enable_flag 
+0x5287 010172 isolate1 mouse_clk_16m_enable ,pdata 
+0x5288 010173 call mouse_16m_enable ,true 
+0x5289 010174 fetch 1 ,mem_mouse_enable_flag 
+0x528a 010175 isolate1 mouse_dpi_4_level_enable ,pdata 
+0x528b 010176 call mouse_dpi_4level_enable ,true 
+0x528c 010177 fetch 1 ,mem_mouse_enable_flag 
+0x528d 010178 isolate1 mouse_keyboard_enable ,pdata 
+0x528e 010179 call mouse_customer_key_enable ,true 
+0x528f 010181 fetch 1 ,mem_24g_ch_map_update 
+0x5290 010182 ncall g24_chamap_param_update ,blank 
+0x5291 010184 call mouse_xtal_init 
+0x5292 010185 call mouse_adc_vol_init 
+:      010186 mouse_default_init_next:
+0x5293 010187 call mouse_24g_phy_select 
+0x5294 010188 call mouse_24g_long_sleep_set 
+0x5295 010189 branch g24_pair_param_init 
+:      010191 mouse_param_init:
+0x5296 010192 setarg mouse_ble_att_list_addr 
+0x5297 010193 store 2 ,mem_ui_le_uuid_table 
+0x5298 010194 jam 3 ,mem_lpm_mult_timeout 
+0x5299 010195 jam 8 ,mem_lpm_overhead 
+0x529a 010196 jam dpi_button_state_up ,mem_select_device_button_statue 
+0x529b 010197 jam pb_button_state_up ,mem_select_device_button_statue 
+0x529c 010198 jam commbination_key_state_up ,mem_commbination_key_statue 
+0x529d 010199 setarg 0x0200 
+0x529e 010200 store 2 ,mem_lpm_interval 
+0x529f 010201 jam 0x17 ,mem_le_local_mtu 
+0x52a0 010202 jam 0x17 ,mem_le_remote_mtu 
+0x52a1 010204 setarg 0x0a77 
+0x52a2 010205 store 2 ,mem_spi_init_clk 
+0x52a3 010206 setsect 0 ,0x1224 
+0x52a4 010207 setsect 1 ,0x4000 
+0x52a5 010208 setsect 2 ,0x0 
+0x52a6 010209 istore 5 ,contw 
+0x52a7 010211 setarg mem_le_tx_buffer0_omemalloc 
+0x52a8 010212 store 2 ,mem_ble_l2cap_tx_buff0_ptr 
+0x52a9 010213 setarg mouse_ble_l2cap_txbuff_size 
+0x52aa 010214 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
+0x52ab 010216 call mouse_device_led_all_off 
+0x52ac 010217 call mouse_device_poweron_timer_init 
+0x52ad 010218 call mouse_adc_gpio_mux_init 
+0x52ae 010220 fetch mouse_flag_len ,mem_mouse_flag 
+0x52af 010221 bbit0 mouse_enable_bt_125hz ,mouse_param_init_intervl_end 
+0x52b0 010222 setarg le_interval_7_5ms 
+0x52b1 010223 store 2 ,mem_le_interval_min 
+0x52b2 010224 store 2 ,mem_le_interval_min + 2 
+:      010225 mouse_param_init_intervl_end:
+0x52b3 010226 call mouse_g24_interval_param_8ms 
+0x52b4 010227 fetch mouse_flag_len ,mem_mouse_flag 
+0x52b5 010228 bbit0 mouse_enable_24g_250hz ,mouse_24g_short_sleep_set_end 
+0x52b6 010229 call mouse_g24_interval_param_4ms 
+:      010230 mouse_24g_short_sleep_set_end:
+0x52b7 010231 fetch 3 ,mem_24g_short_sleep_set 
+0x52b8 010232 store 3 ,mem_mouse_24g_short_sleep_set_init 
+0x52b9 010233 fetch 1 ,mem_device_flag 
+0x52ba 010234 store 1 ,mem_device_flag_temp 
+0x52bb 010235 fetch 3 ,mem_le_lap + 3 
+0x52bc 010236 store 3 ,mem_mouse_le_lap_temp 
+0x52bd 010237 fetch 1 ,mem_adc_config_flag_init 
+0x52be 010238 and pdata ,0xfe ,pdata 
+0x52bf 010239 store 1 ,mem_adc_config_flag_init 
+0x52c0 010240 store 1 ,mem_adc_config_flag 
+0x52c1 010241 setarg 0 
+0x52c2 010242 store 7 ,mem_mouse_key 
+0x52c3 010243 fetch 1 ,mem_ui_button_timeout 
+0x52c4 010244 store 1 ,mem_bt_discovery_count 
+0x52c5 010245 store 1 ,mem_select_device_count 
+0x52c6 010246 call le_modified_name_adv 
+:      010247 mouse_sensor_set_angle:
+0x52c7 010248 bpatch patch06_7 ,mem_patch06 
+0x52c8 010249 fetch 1 ,mem_sensor_angle_default 
+0x52c9 010250 store 1 ,mem_config_sensor_angle 
+0x52ca 010251 fetch 1 ,mem_select_sensor_angle_gpio 
+0x52cb 010252 rtneq gpio_disable 
+0x52cc 010253 fetcht 1 ,mem_select_sensor_angle_gpio 
+0x52cd 010254 call mouse_gpio_config_input_pu 
+0x52ce 010255 fetcht 1 ,mem_select_sensor_angle_gpio 
+0x52cf 010256 call gpio_get_bit 
+0x52d0 010257 call mouse_sensor_switch_angle ,true 
+0x52d1 010258 branch mouse_gpio_config_input_pd 
+:      010259 mouse_sensor_switch_angle:
+0x52d2 010260 fetch 1 ,mem_sensor_angle_switch 
+0x52d3 010261 store 1 ,mem_config_sensor_angle 
+0x52d4 010262 rtn 
+:      010265 mouse_g24_interval_param_4ms:
+0x52d5 010266 fetch 3 ,mem_mouse_24g_short_sleep_set_4ms 
+0x52d6 010267 store 3 ,mem_24g_short_sleep_set 
+0x52d7 010268 fetch 3 ,mem_mouse_24g_long_sleep_set_4ms 
+0x52d8 010269 store 3 ,mem_24g_long_sleep_set 
+0x52d9 010270 fetch 1 ,mem_mouse_24g_fast_hop_count_4ms 
+0x52da 010271 store 1 ,mem_24g_fast_hop_count 
+0x52db 010272 fetch 4 ,mem_mouse_24g_tsniff_4ms 
+0x52dc 010273 store 4 ,mem_mouse_24g_tsniff 
+:      010274 mouse_report_rate_set_250hz:
+0x52dd 010275 setarg 0x100c0c 
+0x52de 010276 store 3 ,mem_24g_interval 
+0x52df 010277 rtn 
+:      010279 mouse_g24_interval_param_8ms:
+0x52e0 010280 fetch 3 ,mem_mouse_24g_short_sleep_set_8ms 
+0x52e1 010281 store 3 ,mem_24g_short_sleep_set 
+0x52e2 010282 fetch 3 ,mem_mouse_24g_long_sleep_set_8ms 
+0x52e3 010283 store 3 ,mem_24g_long_sleep_set 
+0x52e4 010284 fetch 1 ,mem_mouse_24g_fast_hop_count_8ms 
+0x52e5 010285 store 1 ,mem_24g_fast_hop_count 
+0x52e6 010286 fetch 4 ,mem_mouse_24g_tsniff_8ms 
+0x52e7 010287 store 4 ,mem_mouse_24g_tsniff 
+:      010288 mouse_report_rate_set_125hz:
+0x52e8 010289 setarg 0x1c1919 
+0x52e9 010290 store 3 ,mem_24g_interval 
+0x52ea 010291 rtn 
+:      010303 mouse_start_work:
+0x52eb 010304 bpatch patch07_0 ,mem_patch07 
+0x52ec 010305 fetch mouse_flag_len ,mem_mouse_flag 
+0x52ed 010306 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_start_auto_pair_mode 
+0x52ee 010307 fetch 1 ,mem_device_flag 
+0x52ef 010308 beq mode_24g_device ,mouse_24g_start_mode 
+0x52f0 010309 call mouse_wakeup_from_power_check 
+0x52f1 010310 nbranch mouse_bluetooth_fast_conn_init ,user 
+:      010311 mouse_start_reconnect_device:
+0x52f2 010312 bpatch patch07_1 ,mem_patch07 
+0x52f3 010313 fetch 1 ,mem_mouse_bt_led_recon_effect_flag 
+0x52f4 010314 ncall mouse_multi_led_blink_enable ,blank 
+0x52f5 010315 arg mem_device1_type ,rega 
+0x52f6 010316 fetch 1 ,mem_device_flag 
+0x52f7 010317 increase -1 ,pdata 
+0x52f8 010318 mul32 pdata ,29 ,pdata 
+0x52f9 010319 iadd rega ,rega 
+0x52fa 010320 ifetch 1 ,rega 
+0x52fb 010321 store 1 ,mem_xrecord_mode 
+:      010322 mouse_start_reconnect:
+0x52fc 010323 fetch 1 ,mem_xrecord_mode 
+0x52fd 010324 beq rec_4_mode ,mouse4_0_check_reconn_target 
+0x52fe 010325 branch mouse_bluetooth_fast_conn_init 
+:      010328 mouse_wakeup_from_power_check:
+0x52ff 010329 bpatch patch07_2 ,mem_patch07 
+0x5300 010330 disable user 
+0x5301 010331 fetch mouse_flag_len ,mem_mouse_flag 
+0x5302 010332 bbit0 mouse_enable_wakeup_from_power ,mouse_wakeup_from_power 
+0x5303 010333 fetch 1 ,mem_wakup_from_power_flag 
+0x5304 010334 bbit0 bit_power_on ,mouse_wakeup_from_power 
+0x5305 010335 enable user 
+:      010336 mouse_wakeup_from_power:
+0x5306 010337 fetch 1 ,mem_reconn_times_init 
+0x5307 010338 store 1 ,mem_reconn_times 
+0x5308 010339 rtn 
+:      010342 mouse4_0_check_reconn_target:
+0x5309 010343 jam 1 ,mem_mouse_le_reconnect_flag 
+0x530a 010344 fetcht 1 ,mem_mouse_fast_direct_timeout 
+0x530b 010345 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x530c 010346 beq 0xff ,mouse4_0_check_reconn_target_next 
+0x530d 010347 fetcht 1 ,mem_mouse_direct_timeout 
+:      010348 mouse4_0_check_reconn_target_next:
+0x530e 010349 storet 1 ,mem_mouse_direct_timer 
+0x530f 010350 call app_lpm_mult_disable 
+0x5310 010351 fetch 3 ,mem_le_adv_direct_ind 
+0x5311 010352 store 3 ,mem_le_adv_data + 4 
+0x5312 010353 call mouse_le_check_adv_flag 
+0x5313 010354 setarg adv_flag_bredr_not_supported 
+0x5314 010355 istore 1 ,contr 
+0x5315 010356 arg mem_le_scan_data ,contr 
+0x5316 010357 call mouse_le_adv_data_update 
+0x5317 010358 branch check_51cmd_adv 
+:      010362 mouse_lpm_check_wake_lock:
+0x5318 010363 bmark1 mark_24g ,app_get_lpm_wake_lock 
+0x5319 010364 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+0x531a 010365 branch app_get_lpm_wake_lock ,blank 
+0x531b 010366 fetch 1 ,mem_mouse_le_conn_param_reject 
+0x531c 010367 beq le_lpm_disable ,app_get_lpm_wake_lock 
+0x531d 010368 fetch 1 ,mem_mouse_wheel_trigger 
+0x531e 010369 nbranch app_get_lpm_wake_lock ,blank 
+0x531f 010370 branch app_put_lpm_wake_lock 
+:      010372 mouse_delay_enter_hibernata:
+0x5320 010373 fetch 1 ,mem_mouse_direct_timeout 
+0x5321 010374 store 1 ,mem_mouse_bluetooth_reconnect_timeout 
+0x5322 010375 rtn 
+:      010377 mouse_power_down:
+0x5323 010378 call mouse_device_led_all_off 
+:      010379 mouse_app_enter_hibernate:
+0x5324 010380 bpatch patch07_3 ,mem_patch07 
+0x5325 010381 setarg pan_reg_config 
+0x5326 010382 call twspi_read 
+0x5327 010383 bbit1 3 ,mouse_app_enter_hibernate_next 
+0x5328 010384 call mouse_sensor_reset 
+0x5329 010385 call mouse_sensor_powerdown 
+:      010386 mouse_app_enter_hibernate_next:
+0x532a 010387 call mouse_setgpio_hibernate 
+0x532b 010388 branch app_enter_hibernate 
+:      010390 mouse_before_hibernate:
+0x532c 010391 bpatch patch07_4 ,mem_patch07 
+0x532d 010392 fetch 4 ,core_lpm_ctrl 
+0x532e 010393 set1 26 ,pdata 
+0x532f 010394 store 4 ,core_lpm_reg 
+0x5330 010395 call lpm_write_ctrl 
+0x5331 010396 call disable_authrom 
+0x5332 010397 call mouse_device_led_all_off 
+0x5333 010398 call mouse_before_hibernate_wheel_gpio_set 
+0x5334 010399 call mouse_setgpio_hibernate 
+0x5335 010400 call mouse_flash_power_down 
+0x5336 010401 fetcht 1 ,mem_sensor_motion_gpio 
+0x5337 010402 branch gpio_clr_wake 
+:      010405 mouse_setgpio_hibernate:
+0x5338 010406 bpatch patch07_5 ,mem_patch07 
+0x5339 010407 call mouse_set_sdio_high 
+0x533a 010408 call clear_wake 
+0x533b 010409 call mouse_logo_led_off 
+0x533c 010410 call mouse_1io2led_all_off 
+0x533d 010412 call mouse_before_hibernate_wheel_gpio_set 
+0x533e 010413 fetcht 1 ,mem_matrix_public_gpio 
+0x533f 010414 call gpio_out_active 
+0x5340 010415 fetcht 1 ,mem_matrix_public_gpio 
+0x5341 010416 call gpio_clr_wake 
+0x5342 010417 fetch 1 ,mem_mouse_sensor_sdio_gpio 
+0x5343 010418 call mouse_gpio_config_output_high 
+0x5344 010419 fetcht 1 ,mem_mouse_reuse_2ice_gpio 
+0x5345 010420 call mouse_gpio_config_input_pu 
+0x5346 010421 call mouse_lpm_before_common 
+0x5347 010422 call mouse_gpio_pd_idle 
+0x5348 010423 arg 13 ,temp 
+0x5349 010424 call mouse_gpio_config_input_pu 
+0x534a 010425 call mouse_gpio_set_high_impedance 
+0x534b 010426 call mouse_adc_gpio_set_before_hibernate 
+0x534c 010427 branch mouse_wheel_gpio_set_before_hibernate 
+:      010429 mouse_wheel_gpio_set_before_hibernate:
+0x534d 010430 fetch mouse_flag_len ,mem_mouse_flag 
+0x534e 010431 rtnbit0 mouse_enable_wheel_wake_up_cancel 
+:      010432 mouse_wheel_gpio_clr_wakeup:
+0x534f 010433 fetcht 1 ,mem_whee_a_data_gpio 
+0x5350 010434 call gpio_clr_wake 
+0x5351 010435 fetcht 1 ,mem_whee_b_data_gpio 
+0x5352 010436 call gpio_clr_wake 
+0x5353 010437 fetcht 1 ,mem_whee_a_data_gpio 
+0x5354 010438 call mouse_gpio_config_input_pd 
+0x5355 010439 fetcht 1 ,mem_whee_b_data_gpio 
+0x5356 010440 branch mouse_gpio_config_input_pd 
+:      010442 mouse_adc_gpio_set_before_hibernate:
+0x5357 010443 fetch mouse_flag_len ,mem_mouse_flag 
+0x5358 010444 rtnbit0 mouse_enable_adc 
+0x5359 010445 fetch 1 ,mem_adc_config_flag_init 
+0x535a 010446 rtnne adc_config_gpio_h 
+0x535b 010447 fetch 1 ,mem_adc_channel_gpio 
+0x535c 010448 arg gpcfg_no_ie ,temp 
+0x535d 010449 branch gpio_config_function_int 
+:      010453 mouse_gpio_pd_idle:
+0x535e 010454 arg core_gpio_conf ,contr 
+0x535f 010455 arg 13 ,loopcnt 
+:      010456 mouse_gpio_pd_idle_loop:
+0x5360 010457 ifetch 1 ,contr 
+0x5361 010458 nbranch mouse_gpio_pd_idle_configured ,blank 
+0x5362 010459 setarg 0x80 
+0x5363 010460 add contr ,-1 ,contw 
+0x5364 010461 istore 1 ,contw 
+:      010462 mouse_gpio_pd_idle_configured:
+0x5365 010463 loop mouse_gpio_pd_idle_loop 
+0x5366 010464 rtn 
+:      010467 mouse_process_lpm_before:
+0x5367 010468 rtnmark1 mark_24g 
+0x5368 010469 call mouse_lpm_before_common 
+0x5369 010470 fetch 1 ,mem_lpm_current_mult 
+0x536a 010471 nrtn blank 
+0x536b 010472 branch gpio_clr_wake 
+:      010474 mouse_lpm_before_common:
+0x536c 010475 bpatch patch07_6 ,mem_patch07 
+0x536d 010477 fetcht 1 ,mem_whee_a_data_gpio 
+0x536e 010478 call gpio_config_input 
+0x536f 010479 fetcht 1 ,mem_whee_b_data_gpio 
+0x5370 010480 call gpio_config_input 
+0x5371 010482 call mouse_wheel_check 
+0x5372 010483 fetch 1 ,mem_mouse_sensor_sclk_gpio 
+0x5373 010484 call mouse_gpio_config_output_high 
+0x5374 010485 call twspi_disable 
+0x5375 010487 fetcht 1 ,mem_lbutton_gpio 
+0x5376 010488 call gpio_set_wake 
+0x5377 010489 fetcht 1 ,mem_rbutton_gpio 
+0x5378 010490 call gpio_set_wake 
+0x5379 010491 fetcht 1 ,mem_mbutton_gpio 
+0x537a 010492 call gpio_set_wake 
+0x537b 010494 fetcht 1 ,mem_bk_button_gpio 
+0x537c 010495 call gpio_set_wake 
+0x537d 010496 fetcht 1 ,mem_fw_button_gpio 
+0x537e 010497 call gpio_set_wake 
+0x537f 010498 fetcht 1 ,mem_dpi_button_gpio 
+0x5380 010499 call gpio_set_wake 
+0x5381 010500 fetcht 1 ,mem_config_select_device_button_gpio 
+0x5382 010501 call gpio_set_wake 
+0x5383 010503 fetcht 1 ,mem_customer_key_gpio 
+0x5384 010504 call gpio_set_wake 
+0x5385 010506 fetcht 1 ,mem_whee_a_data_gpio 
+0x5386 010507 call gpio_set_wake_by_current_state 
+0x5387 010508 fetcht 1 ,mem_whee_b_data_gpio 
+0x5388 010509 call gpio_set_wake_by_current_state 
+0x5389 010510 fetcht 1 ,mem_whee_ta_data_gpio 
+0x538a 010511 call gpio_set_wake_by_current_state 
+0x538b 010512 fetcht 1 ,mem_whee_tb_data_gpio 
+0x538c 010513 call gpio_set_wake_by_current_state 
+0x538d 010514 fetcht 1 ,mem_sensor_motion_gpio 
+0x538e 010515 branch gpio_set_wake 
+:      010521 mouse_set_mult:
+0x538f 010522 fetch 2 ,mem_ui_state_map 
+0x5390 010523 bbit1 ui_state_ble_connected ,mouse_set_ble_mult 
+0x5391 010524 rtn 
+:      010525 mouse_set_ble_mult:
+0x5392 010526 copy rega ,pdata 
+0x5393 010527 nbranch le_set_config_short_mult ,blank 
+0x5394 010528 branch le_clr_config_short_mult 
+:      010535 mouse_adc_gpio_set:
+0x5395 010536 fetch 1 ,mem_adc_config_flag 
+0x5396 010537 rtnne adc_config_gpio_h 
+:      010538 mouse_adc_gpio_check_output:
+0x5397 010539 bpatch patch07_7 ,mem_patch07 
+0x5398 010540 fetcht 1 ,mem_adc_channel 
+0x5399 010541 sub temp ,3 ,null 
+0x539a 010542 branch mouse_adc_gpio_4_7_set ,positive 
+0x539b 010543 increase 5 ,temp 
+0x539c 010544 storet 1 ,mem_adc_channel_gpio 
+:      010545 mouse_adc_gpio_set_next:
+0x539d 010546 copy temp ,rega 
+0x539e 010547 call gpio_get_config 
+0x539f 010548 beq gpcfg_output_high ,mouse_set_24g_led_statue 
+0x53a0 010549 call mouse_clear_24g_led_statue 
+0x53a1 010550 copy rega ,temp 
+0x53a2 010551 branch gpio_set_high_impedance 
+:      010553 mouse_adc_gpio_4_7_set:
+0x53a3 010554 increase 4 ,temp 
+0x53a4 010555 storet 1 ,mem_adc_channel_gpio 
+0x53a5 010556 branch mouse_adc_gpio_set_next 
+:      010558 mouse_adc_vol_init:
+0x53a6 010559 fetch 1 ,mem_adc_config_flag_init 
+0x53a7 010560 beq adc_config_gpio_h ,mouse_adc_gpio_vol_init 
+0x53a8 010561 beq adc_config_hvin ,mouse_adc_gpio_vinlpm_init 
+0x53a9 010562 jam adc_config_hvin ,mem_adc_config_flag_init 
+0x53aa 010563 setarg 0x2c0172 
+0x53ab 010564 store 3 ,mem_mouse_vdd_full_vol 
+0x53ac 010565 setarg 0x014001 
+0x53ad 010566 istore 3 ,contw 
+0x53ae 010567 rtn 
+:      010568 mouse_adc_gpio_vol_init:
+0x53af 010569 setarg 0x5d0099 
+0x53b0 010570 store 3 ,mem_mouse_vdd_full_vol 
+0x53b1 010571 setarg 0x007100 
+0x53b2 010572 istore 3 ,contw 
+0x53b3 010573 rtn 
+:      010574 mouse_adc_gpio_vinlpm_init:
+0x53b4 010575 setarg 0xc8012c 
+0x53b5 010576 store 3 ,mem_mouse_vdd_full_vol 
+0x53b6 010577 setarg 0x00dc00 
+0x53b7 010578 istore 3 ,contw 
+0x53b8 010579 rtn 
+:      010581 mouse_adc_gpio_mux_init:
+0x53b9 010582 fetch mouse_flag_len ,mem_mouse_flag 
+0x53ba 010583 rtnbit0 mouse_enable_adc 
+0x53bb 010584 jam mouse_adc_check_multiple ,mem_adc_mux_status 
+0x53bc 010585 rtnbit1 mouse_enable_dpi_key_connect_adc 
+0x53bd 010586 rtnbit1 mouse_enable_select_device_by_switch_adc 
+0x53be 010587 jam mouse_adc_check_battery_only ,mem_adc_mux_status 
+0x53bf 010588 rtn 
+:      010590 mouse_adc_read_interval:
+0x53c0 010591 fetch 1 ,mem_adc_read_timer 
+0x53c1 010592 increase 1 ,pdata 
+0x53c2 010593 store 1 ,mem_adc_read_timer 
+0x53c3 010594 fetcht 1 ,mem_adc_read_time_init 
+0x53c4 010595 isub temp ,null 
+0x53c5 010596 rtn 
+:      010598 mouse_adc_read:
+0x53c6 010599 fetch mouse_flag_len ,mem_mouse_flag 
+0x53c7 010600 rtnbit0 mouse_enable_adc 
+0x53c8 010601 call mouse_adc_gpio_set 
+0x53c9 010602 fetch 1 ,mem_adc_mux_status 
+0x53ca 010603 branch mouse_adc_read_battery ,blank 
+0x53cb 010604 fetch 1 ,mem_adc_config_flag 
+0x53cc 010605 beq adc_config_gpio_h ,mouse_adc_read_gpio_mux_start 
+0x53cd 010606 jam mouse_adc_check_vinlpm_multiple ,mem_adc_mux_status 
+0x53ce 010607 call mouse_adc_read_interval 
+0x53cf 010608 branch mouse_adc_read_gpio ,positive 
+0x53d0 010609 call mouse_adc_read_vinlpm 
+0x53d1 010610 branch mouse_adc_read_start 
+:      010612 mouse_adc_read_gpio_mux_start:
+0x53d2 010613 jam mouse_adc_check_gpio_multiple ,mem_adc_mux_status 
+0x53d3 010614 branch mouse_adc_read_start 
+:      010616 mouse_adc_read_gpio:
+0x53d4 010617 call mouse_adc_gpio_check_output 
+0x53d5 010618 jam adc_config_gpio_h ,mem_adc_config_flag 
+0x53d6 010619 fetch 1 ,mem_24g_device_led_status 
+0x53d7 010620 ncall mouse_adc_read_vinlpm ,blank 
+0x53d8 010621 branch mouse_adc_read_start 
+:      010623 mouse_adc_read_vinlpm:
+0x53d9 010624 jam 0 ,mem_adc_read_timer 
+0x53da 010625 fetch 1 ,mem_adc_config_flag_init 
+0x53db 010626 store 1 ,mem_adc_config_flag 
+0x53dc 010627 rtn 
+:      010629 mouse_adc_read_battery:
+0x53dd 010630 fetch 1 ,mem_adc_config_flag 
+0x53de 010631 bne adc_config_gpio_h ,mouse_adc_read_battery_start 
+0x53df 010632 fetch 1 ,mem_24g_device_led_status 
+0x53e0 010633 nrtn blank 
+:      010634 mouse_adc_read_battery_start:
+0x53e1 010635 call mouse_adc_read_interval 
+0x53e2 010636 nrtn positive 
+:      010637 mouse_adc_read_start:
+0x53e3 010638 bpatch patch08_0 ,mem_patch08 
+0x53e4 010639 fetch 1 ,mem_24g_device_led_status 
+0x53e5 010640 nrtn blank 
+0x53e6 010641 jam 0 ,mem_adc_read_timer 
+0x53e7 010642 call enable_adc 
+0x53e8 010643 call adc_calculate 
+0x53e9 010644 store 2 ,mem_mouse_vdd_now_vol 
+0x53ea 010645 fetch 1 ,mem_adc_config_flag 
+0x53eb 010646 bne adc_config_gpio_h ,mouse_adc_data_process 
+0x53ec 010647 fetcht 2 ,mem_mouse_vdd_now_vol 
+0x53ed 010648 mul32 temp ,8 ,pdata 
+0x53ee 010649 div pdata ,10 
+0x53ef 010650 call get_div_result 
+0x53f0 010651 iadd temp ,pdata 
+0x53f1 010652 store 2 ,mem_mouse_vdd_now_vol 
+:      010653 mouse_adc_data_process:
+0x53f2 010654 arg mem_mouse_vdd_calculate_set ,rega 
+0x53f3 010655 call mouse_adc_bat_percent_lowpower_out 
+0x53f4 010656 fetch 1 ,mem_adc_power_flag 
+0x53f5 010657 bbit1 2 ,mouse_adc_button_press 
+0x53f6 010658 bbit1 1 ,mouse_power_down 
+0x53f7 010659 bbit0 0 ,mouse_adc_no_low_voltage 
+0x53f8 010660 jam 1 ,mem_mouse_adc_last_low_voltage_flag 
+0x53f9 010661 branch mouse_adc_low_voltage 
+:      010663 mouse_adc_low_voltage:
+0x53fa 010664 arg mouse_low_voltage_flag ,queue 
+0x53fb 010665 branch mouse_enable_function_flag 
+:      010666 mouse_adc_no_low_voltage:
+0x53fc 010667 arg mouse_low_voltage_flag ,queue 
+0x53fd 010668 call mouse_disable_function_flag 
+0x53fe 010669 jam 12 ,mem_adc_low_volatage_led_timer_count 
+0x53ff 010670 fetch 1 ,mem_mouse_adc_last_low_voltage_flag 
+0x5400 010671 rtn blank 
+0x5401 010672 jam 0 ,mem_mouse_adc_last_low_voltage_flag 
+0x5402 010673 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+0x5403 010674 branch mouse_led_off 
+:      010676 mouse_adc_bat_percent_lowpower_out:
+0x5404 010677 bpatch patch08_1 ,mem_patch08 
+0x5405 010678 ifetch 8 ,rega 
+0x5406 010679 store 8 ,mem_pdatatemp 
+0x5407 010680 fetch 1 ,mem_adc_mux_status 
+0x5408 010681 beq mouse_adc_check_battery_only ,mouse_adc_bat_percent_lowpower_out_battery 
+0x5409 010682 beq mouse_adc_check_gpio_multiple ,mouse_adc_bat_percent_lowpower_out_gpio_multiple 
+0x540a 010683 beq mouse_adc_check_vinlpm_multiple ,mouse_adc_bat_percent_lowpower_out_vinlpm_multiple 
+:      010684 mouse_adc_bat_percent_lowpower_out_gpio_multiple:
+0x540b 010685 fetch mouse_flag_len ,mem_mouse_flag 
+0x540c 010686 bbit0 mouse_enable_dpi_key_connect_adc ,mouse_adc_bat_percent_lowpower_out_gpio_switch 
+0x540d 010687 fetch 2 ,mem_pdatatemp + 6 
+0x540e 010688 fetcht 2 ,mem_mouse_vdd_button_press_vol 
+0x540f 010689 isub temp ,null 
+0x5410 010690 nbranch mouse_adc_set_button_press_flag ,positive 
+:      010691 mouse_adc_bat_percent_lowpower_out_gpio_switch:
+0x5411 010692 fetch mouse_flag_len ,mem_mouse_flag 
+0x5412 010693 bbit0 mouse_enable_select_device_by_switch_adc ,mouse_adc_bat_percent_lowpower_out_battery 
+0x5413 010694 jam 0 ,mem_mouse_adc_button_press_flag 
+0x5414 010695 fetch 2 ,mem_pdatatemp + 6 
+0x5415 010696 fetcht 2 ,mem_mouse_vdd_switch_gnd_24g_vol 
+0x5416 010697 isub temp ,null 
+0x5417 010698 nbranch mouse_select_24gdevice ,positive 
+0x5418 010699 call mouse_select_btdevice 
+0x5419 010700 branch mouse_adc_bat_percent_lowpower_out_battery 
+:      010702 mouse_select_24gdevice:
+0x541a 010703 call mouse_check_select_24gdevice 
+:      010704 mouse_adc_bat_percent_lowpower_out_battery:
+0x541b 010705 call mouse_adc_clear_button_press_flag 
+0x541c 010706 call adc_clear_no_power_flag 
+0x541d 010707 call adc_clear_low_power_flag 
+0x541e 010708 fetch 2 ,mem_pdatatemp + 6 
+0x541f 010709 fetcht 2 ,mem_pdatatemp + 2 
+0x5420 010710 isub temp ,null 
+0x5421 010711 ncall adc_set_no_power_flag ,positive 
+0x5422 010712 fetcht 2 ,mem_pdatatemp + 4 
+0x5423 010713 isub temp ,null 
+0x5424 010714 ncall adc_set_low_power_flag ,positive 
+:      010715 mouse_adc_bat_level_set:
+0x5425 010716 fetch 2 ,mem_pdatatemp + 6 
+0x5426 010717 fetcht 2 ,mem_pdatatemp 
+0x5427 010718 isub temp ,null 
+0x5428 010719 branch mouse_adc_bat_level_100_percent ,positive 
+0x5429 010720 fetcht 2 ,mem_pdatatemp + 2 
+0x542a 010721 isub temp ,pdata 
+0x542b 010722 nbranch mouse_adc_bat_level_0_percent ,positive 
+0x542c 010723 branch mouse_adc_bat_level_0_percent ,blank 
+0x542d 010724 mul32 pdata ,100 ,rega 
+0x542e 010725 fetch 2 ,mem_pdatatemp 
+0x542f 010726 fetcht 2 ,mem_pdatatemp + 2 
+0x5430 010727 isub temp ,temp 
+0x5431 010728 copy rega ,pdata 
+0x5432 010729 idiv temp 
+0x5433 010730 call get_div_result 
+0x5434 010731 store 1 ,mem_le_battery_level_percentage 
+0x5435 010732 rtn 
+:      010734 mouse_adc_bat_level_100_percent:
+0x5436 010735 jam 100 ,mem_le_battery_level_percentage 
+0x5437 010736 rtn 
+:      010737 mouse_adc_bat_level_0_percent:
+0x5438 010738 jam 0 ,mem_le_battery_level_percentage 
+0x5439 010739 rtn 
+:      010741 mouse_adc_bat_percent_lowpower_out_vinlpm_multiple:
+0x543a 010742 fetch 1 ,mem_adc_config_flag 
+0x543b 010743 beq adc_config_gpio_h ,mouse_adc_bat_percent_lowpower_out_gpio_multiple 
+0x543c 010744 branch mouse_adc_bat_percent_lowpower_out_battery 
+:      010746 mouse_adc_set_button_press_flag:
+0x543d 010747 fetcht 1 ,mem_adc_power_flag 
+0x543e 010748 set1 2 ,temp 
+0x543f 010749 storet 1 ,mem_adc_power_flag 
+0x5440 010750 rtn 
+:      010752 mouse_adc_clear_button_press_flag:
+0x5441 010753 fetcht 1 ,mem_adc_power_flag 
+0x5442 010754 set0 2 ,temp 
+0x5443 010755 storet 1 ,mem_adc_power_flag 
+0x5444 010756 rtn 
+:      010758 mouse_adc_button_press:
+0x5445 010759 jam 1 ,mem_mouse_adc_button_press_flag 
+0x5446 010760 rtn 
+:      010765 mouse_gpio_init:
+0x5447 010766 call mouse_logo_led_off 
+0x5448 010767 call mouse_1io2led_all_off 
+0x5449 010768 fetcht 1 ,mem_eeprom_wp_gpio 
+0x544a 010769 call gpio_config_output 
+0x544b 010771 fetcht 1 ,mem_lbutton_gpio 
+0x544c 010772 call mouse_gpio_config_input_pu 
+0x544d 010773 fetcht 1 ,mem_rbutton_gpio 
+0x544e 010774 call mouse_gpio_config_input_pu 
+0x544f 010775 fetcht 1 ,mem_mbutton_gpio 
+0x5450 010776 call mouse_gpio_config_input_pu 
+0x5451 010777 fetcht 1 ,mem_bk_button_gpio 
+0x5452 010778 call mouse_gpio_config_input_pu 
+0x5453 010779 fetcht 1 ,mem_fw_button_gpio 
+0x5454 010780 call mouse_gpio_config_input_pu 
+0x5455 010781 fetcht 1 ,mem_dpi_button_gpio 
+0x5456 010782 call mouse_gpio_config_input_pu 
+0x5457 010784 fetcht 1 ,mem_matrix_public_gpio 
+0x5458 010785 call mouse_gpio_config_input_pu 
+0x5459 010787 fetcht 1 ,mem_config_select_device_button_gpio 
+0x545a 010788 call mouse_gpio_config_input_pu 
+0x545b 010790 fetcht 1 ,mem_customer_key_gpio 
+0x545c 010791 call mouse_gpio_config_input_pu 
+0x545d 010793 fetcht 1 ,mem_whee_a_data_gpio 
+0x545e 010794 call mouse_gpio_config_input_pu 
+0x545f 010796 fetcht 1 ,mem_whee_b_data_gpio 
+0x5460 010797 call mouse_gpio_config_input_pu 
+0x5461 010799 fetcht 1 ,mem_whee_ta_data_gpio 
+0x5462 010800 call mouse_gpio_config_input_pu 
+0x5463 010801 fetcht 1 ,mem_whee_tb_data_gpio 
+0x5464 010802 call mouse_gpio_config_input_pu 
+0x5465 010804 fetcht 1 ,mem_sensor_motion_gpio 
+0x5466 010805 call mouse_gpio_config_input_pu 
+0x5467 010807 fetcht 1 ,mem_device_switch_gpio 
+0x5468 010808 call mouse_gpio_config_input_pu 
+0x5469 010810 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+0x546a 010811 call gpio_config_output 
+0x546b 010813 fetcht 1 ,mem_config_device_24g_led_gpio 
+0x546c 010814 call gpio_config_output 
+0x546d 010816 fetcht 1 ,mem_config_device_bt1_led_gpio 
+0x546e 010817 call gpio_config_output 
+0x546f 010819 fetcht 1 ,mem_config_device_bt2_led_gpio 
+0x5470 010820 call gpio_config_output 
+0x5471 010822 fetcht 1 ,mem_dpi_led_gpio 
+0x5472 010823 call gpio_config_output 
+0x5473 010825 fetcht 1 ,mem_select_sensor_angle_gpio 
+0x5474 010826 branch mouse_gpio_config_input_pu 
+:      010829 mouse_gpio_set_pupd_by_input:
+0x5475 010830 sub temp ,ui_button_gpio_disable ,null 
+0x5476 010831 rtn zero 
+0x5477 010832 and temp ,0x7f ,queue 
+0x5478 010833 fetch 4 ,core_gpio_in 
+0x5479 010834 qisolate1 pdata 
+0x547a 010835 branch mouse_gpio_config_input_pu ,true 
+:      010836 mouse_gpio_config_input_pd:
+0x547b 010837 sub temp ,ui_button_gpio_disable ,null 
+0x547c 010838 rtn zero 
+0x547d 010839 set1 gpio_active_bit ,temp 
+0x547e 010840 branch gpio_config_input 
+:      010842 mouse_gpio_config_input_pu:
+0x547f 010843 sub temp ,ui_button_gpio_disable ,null 
+0x5480 010844 rtn zero 
+0x5481 010845 set0 gpio_active_bit ,temp 
+0x5482 010846 branch gpio_config_input 
+:      010848 mouse_gpio_set_high_impedance:
+0x5483 010849 fetch 3 ,mem_mouse_set_high_impedance_bit_set 
+0x5484 010850 store 3 ,mem_pdatatemp 
+0x5485 010851 arg 14 ,loopcnt 
+0x5486 010852 arg 0 ,temp 
+:      010853 mouse_gpio_set_high_impedance_bit_loop:
+0x5487 010854 fetch 3 ,mem_pdatatemp 
+0x5488 010855 isolate1 0 ,pdata 
+0x5489 010856 call gpio_set_high_impedance ,true 
+0x548a 010857 fetch 3 ,mem_pdatatemp 
+0x548b 010858 lshift pdata ,pdata 
+0x548c 010859 store 3 ,mem_pdatatemp 
+0x548d 010860 increase 1 ,temp 
+0x548e 010861 loop mouse_gpio_set_high_impedance_bit_loop 
+0x548f 010862 rtn 
+:      010867 mouse_sensor_spi_init:
+0x5490 010868 call mouse_spid_init_pin 
+0x5491 010869 jam 0x73 ,mem_spi_init_clk 
+0x5492 010871 call mouse_spi_init 
+0x5493 010872 branch twspi_enable 
+:      010874 mouse_spi_write_flash_cb:
+:      010875 mouse_spi_init:
+0x5494 010876 branch spid_init 
+:      010878 mouse_spid_init_pin:
+0x5495 010879 fetch 1 ,mem_mouse_sensor_sclk_gpio 
+0x5496 010880 arg gpcfg_spid_sck ,temp 
+0x5497 010881 call gpio_config_function_int 
+0x5498 010882 fetch 1 ,mem_mouse_sensor_sdio_gpio 
+0x5499 010883 arg gpcfg_spid_sdio ,temp 
+0x549a 010884 branch gpio_config_function_int 
+:      010890 mouse_motion:
+0x549b 010891 bpatch patch08_2 ,mem_patch08 
+0x549c 010892 disable user 
+0x549d 010893 setarg 0 
+0x549e 010894 store 6 ,mem_mouse_x 
+0x549f 010895 call mouse_check_sensor_data 
+0x54a0 010896 setarg 0x0089 
+0x54a1 010897 call twspi_write 
+0x54a2 010898 call mouse_dpi_config 
+0x54a3 010899 call mouse_zwheel 
+0x54a4 010900 call mouse_t_zwheel 
+0x54a5 010901 call mouse_key 
+0x54a6 010902 fetch 1 ,mem_mouse_key 
+0x54a7 010903 and_into 0x1f ,pdata 
+0x54a8 010904 store 1 ,mem_mouse_key 
+0x54a9 010905 nbranch mouse_drawing_optima_init ,user 
+0x54aa 010906 call mouse_drawing_optima 
+0x54ab 010907 branch mouse_no_data_timer_init 
+:      010912 mouse_zwheel:
+0x54ac 010913 fetch 1 ,mem_mouse_z_data 
+0x54ad 010914 rtn blank 
+0x54ae 010915 store 1 ,mem_mouse_z 
+0x54af 010916 jam 0 ,mem_mouse_z_data 
+0x54b0 010917 branch enable_user 
+:      010919 mouse_t_zwheel:
+0x54b1 010920 fetch 1 ,mem_mouse_tz_data 
+0x54b2 010921 rtn blank 
+0x54b3 010922 store 1 ,mem_mouse_tz 
+0x54b4 010923 jam 0 ,mem_mouse_tz_data 
+0x54b5 010924 branch enable_user 
+:      010926 mouse_wheel_check:
+0x54b6 010927 call mouse_t_wheel_scan 
+0x54b7 010928 call mouse_wheel_scan 
+0x54b8 010929 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x54b9 010930 fetcht 1 ,mem_wheel_tb_old_pinlevel 
+0x54ba 010931 store 1 ,mem_wheel_tb_old_pinlevel 
+0x54bb 010932 isub temp ,null 
+0x54bc 010933 nbranch app_lpm_wake_auto_lock ,zero 
+0x54bd 010934 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x54be 010935 fetcht 1 ,mem_mwheel_b_old_pinlevel 
+0x54bf 010936 store 1 ,mem_mwheel_b_old_pinlevel 
+0x54c0 010937 isub temp ,null 
+0x54c1 010938 nbranch app_lpm_wake_auto_lock ,zero 
+0x54c2 010939 rtn 
+:      010940 mouse_t_wheel_scan:
+0x54c3 010941 fetch 1 ,mem_whee_ta_data_gpio 
+0x54c4 010942 rtneq gpio_disable 
+0x54c5 010943 arg 0 ,rega 
+0x54c6 010944 fetcht 1 ,mem_whee_ta_data_gpio 
+0x54c7 010945 call gpio_get_bit 
+0x54c8 010946 setflag true ,0 ,rega 
+0x54c9 010947 fetcht 1 ,mem_whee_tb_data_gpio 
+0x54ca 010948 call gpio_get_bit 
+0x54cb 010949 setflag true ,1 ,rega 
+0x54cc 010950 copy rega ,pdata 
+0x54cd 010951 store 1 ,mem_wheel_tb_new_pinlevel 
+0x54ce 010952 beq 0x01 ,mouse_t_wheel_scan_judge1 
+0x54cf 010953 beq 0x02 ,mouse_t_wheel_scan_judge2 
+0x54d0 010954 fetch 1 ,mem_wheel_tog 
+0x54d1 010955 bbit1 7 ,mouse_t_wheel_scan_judge3 
+0x54d2 010956 rtn 
+:      010958 mouse_t_wheel_scan_judge1:
+0x54d3 010959 fetch 1 ,mem_wheel_tb_old_pinlevel 
+0x54d4 010960 beq 0 ,mouse_t_wheel_scan_judge11 
+0x54d5 010961 beq 3 ,mouse_t_wheel_scan_judge12 
+0x54d6 010962 rtn 
+:      010963 mouse_t_wheel_scan_judge2:
+0x54d7 010964 fetch 1 ,mem_wheel_tb_old_pinlevel 
+0x54d8 010965 beq 0 ,mouse_t_wheel_scan_judge21 
+0x54d9 010966 beq 3 ,mouse_t_wheel_scan_judge22 
+0x54da 010967 rtn 
+:      010968 mouse_t_wheel_scan_judge11:
+0x54db 010969 jam 0x82 ,mem_wheel_tog 
+0x54dc 010970 rtn 
+:      010971 mouse_t_wheel_scan_judge12:
+0x54dd 010972 jam 0x81 ,mem_wheel_tog 
+0x54de 010973 rtn 
+:      010974 mouse_t_wheel_scan_judge21:
+0x54df 010975 jam 0x80 ,mem_wheel_tog 
+0x54e0 010976 rtn 
+:      010977 mouse_t_wheel_scan_judge22:
+0x54e1 010978 jam 0x83 ,mem_wheel_tog 
+0x54e2 010979 rtn 
+:      010980 mouse_t_wheel_scan_judge3:
+0x54e3 010981 fetch 1 ,mem_wheel_tog 
+0x54e4 010982 set0 7 ,pdata 
+0x54e5 010983 store 1 ,mem_wheel_tog 
+0x54e6 010984 beq 0 ,mouse_t_wheel_scan_judge30 
+0x54e7 010985 beq 1 ,mouse_t_wheel_scan_judge31 
+0x54e8 010986 beq 2 ,mouse_t_wheel_scan_judge32 
+0x54e9 010987 beq 3 ,mouse_t_wheel_scan_judge33 
+0x54ea 010988 rtn 
+:      010989 mouse_t_wheel_scan_judge30:
+0x54eb 010990 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x54ec 010991 beq 3 ,mouse_wheel_t_forward 
+0x54ed 010992 rtn 
+:      010993 mouse_t_wheel_scan_judge31:
+0x54ee 010994 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x54ef 010995 beq 0 ,mouse_wheel_t_forward 
+0x54f0 010996 rtn 
+:      010997 mouse_t_wheel_scan_judge32:
+0x54f1 010998 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x54f2 010999 beq 3 ,mouse_wheel_t_back 
+0x54f3 011000 rtn 
+:      011001 mouse_t_wheel_scan_judge33:
+0x54f4 011002 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x54f5 011003 beq 0 ,mouse_wheel_t_back 
+0x54f6 011004 rtn 
+:      011005 mouse_wheel_t_forward:
+0x54f7 011006 fetch 1 ,mem_mouse_tz_data 
+0x54f8 011007 increase 1 ,pdata 
+0x54f9 011008 store 1 ,mem_mouse_tz_data 
+0x54fa 011009 rtn 
+:      011010 mouse_wheel_t_back:
+0x54fb 011011 fetch 1 ,mem_mouse_tz_data 
+0x54fc 011012 increase -1 ,pdata 
+0x54fd 011013 store 1 ,mem_mouse_tz_data 
+0x54fe 011014 rtn 
+:      011017 mouse_wheel_scan:
+0x54ff 011018 fetch 1 ,mem_whee_a_data_gpio 
+0x5500 011019 rtneq gpio_disable 
+0x5501 011020 arg 0 ,rega 
+0x5502 011021 fetcht 1 ,mem_whee_a_data_gpio 
+0x5503 011022 call gpio_get_bit 
+0x5504 011023 setflag true ,0 ,rega 
+0x5505 011024 fetcht 1 ,mem_whee_b_data_gpio 
+0x5506 011025 call gpio_get_bit 
+0x5507 011026 setflag true ,1 ,rega 
+0x5508 011027 copy rega ,pdata 
+0x5509 011028 store 1 ,mem_mwheel_b_new_pinlevel 
+0x550a 011029 beq 0x01 ,mouse_wheel_scan_judge1 
+0x550b 011030 beq 0x02 ,mouse_wheel_scan_judge2 
+0x550c 011031 fetch 1 ,mem_mwheel_tog 
+0x550d 011032 bbit1 7 ,mouse_wheel_scan_judge3 
+0x550e 011033 rtn 
+:      011035 mouse_wheel_scan_judge1:
+0x550f 011036 fetch 1 ,mem_mwheel_b_old_pinlevel 
+0x5510 011037 beq 0 ,mouse_wheel_scan_judge11 
+0x5511 011038 beq 3 ,mouse_wheel_scan_judge12 
+0x5512 011039 rtn 
+:      011040 mouse_wheel_scan_judge2:
+0x5513 011041 fetch 1 ,mem_mwheel_b_old_pinlevel 
+0x5514 011042 beq 0 ,mouse_wheel_scan_judge21 
+0x5515 011043 beq 3 ,mouse_wheel_scan_judge22 
+0x5516 011044 rtn 
+:      011045 mouse_wheel_scan_judge11:
+0x5517 011046 jam 0x82 ,mem_mwheel_tog 
+0x5518 011047 rtn 
+:      011048 mouse_wheel_scan_judge12:
+0x5519 011049 jam 0x81 ,mem_mwheel_tog 
+0x551a 011050 rtn 
+:      011051 mouse_wheel_scan_judge21:
+0x551b 011052 jam 0x80 ,mem_mwheel_tog 
+0x551c 011053 rtn 
+:      011054 mouse_wheel_scan_judge22:
+0x551d 011055 jam 0x83 ,mem_mwheel_tog 
+0x551e 011056 rtn 
+:      011057 mouse_wheel_scan_judge3:
+0x551f 011058 fetch 1 ,mem_mwheel_tog 
+0x5520 011059 set0 7 ,pdata 
+0x5521 011060 store 1 ,mem_mwheel_tog 
+0x5522 011061 beq 0 ,mouse_wheel_scan_judge30 
+0x5523 011062 beq 1 ,mouse_wheel_scan_judge31 
+0x5524 011063 beq 2 ,mouse_wheel_scan_judge32 
+0x5525 011064 beq 3 ,mouse_wheel_scan_judge33 
+0x5526 011065 rtn 
+:      011066 mouse_wheel_scan_judge30:
+0x5527 011067 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x5528 011068 beq 3 ,mouse_wheel_forward 
+0x5529 011069 rtn 
+:      011070 mouse_wheel_scan_judge31:
+0x552a 011071 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x552b 011072 beq 0 ,mouse_wheel_forward 
+0x552c 011073 rtn 
+:      011074 mouse_wheel_scan_judge32:
+0x552d 011075 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x552e 011076 beq 3 ,mouse_wheel_back 
+0x552f 011077 rtn 
+:      011078 mouse_wheel_scan_judge33:
+0x5530 011079 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x5531 011080 beq 0 ,mouse_wheel_back 
+0x5532 011081 rtn 
+:      011082 mouse_wheel_forward:
+0x5533 011083 fetch 1 ,mem_mouse_z_data 
+0x5534 011084 increase 1 ,pdata 
+0x5535 011085 store 1 ,mem_mouse_z_data 
+0x5536 011086 rtn 
+:      011087 mouse_wheel_back:
+0x5537 011088 fetch 1 ,mem_mouse_z_data 
+0x5538 011089 increase -1 ,pdata 
+0x5539 011090 store 1 ,mem_mouse_z_data 
+0x553a 011091 rtn 
+:      011094 mouse_wheel_gpio_set_wake:
+0x553b 011095 fetcht 1 ,mem_whee_a_data_gpio 
+0x553c 011096 call gpio_set_wake_by_current_state 
+0x553d 011097 fetcht 1 ,mem_whee_b_data_gpio 
+0x553e 011098 call gpio_set_wake_by_current_state 
+0x553f 011099 fetcht 1 ,mem_whee_ta_data_gpio 
+0x5540 011100 call gpio_set_wake_by_current_state 
+0x5541 011101 fetcht 1 ,mem_whee_tb_data_gpio 
+0x5542 011102 branch gpio_set_wake_by_current_state 
+:      011104 mouse_before_hibernate_wheel_gpio_set:
+0x5543 011105 fetcht 1 ,mem_whee_a_data_gpio 
+0x5544 011106 call mouse_gpio_set_pupd_by_input 
+0x5545 011107 fetcht 1 ,mem_whee_b_data_gpio 
+0x5546 011108 call mouse_gpio_set_pupd_by_input 
+0x5547 011109 fetcht 1 ,mem_whee_ta_data_gpio 
+0x5548 011110 call mouse_gpio_set_pupd_by_input 
+0x5549 011111 fetcht 1 ,mem_whee_tb_data_gpio 
+0x554a 011112 branch mouse_gpio_set_pupd_by_input 
+:      011114 mouse_wheel_trigger:
+0x554b 011115 fetch 2 ,mem_mouse_z 
+0x554c 011116 rtn blank 
+0x554d 011117 jam 1 ,mem_mouse_wheel_trigger 
+0x554e 011118 jam 10 ,mem_mouse_wheel_trigger_timer 
+0x554f 011119 rtn 
+:      011121 mouse_wheel_trigger_timer:
+0x5550 011122 arg mem_mouse_wheel_trigger_timer ,regc 
+0x5551 011123 arg mouse_wheel_trigger_disable ,regb 
+0x5552 011124 branch timer_single_step 
+:      011125 mouse_wheel_trigger_disable:
+0x5553 011126 jam 0 ,mem_mouse_wheel_trigger 
+0x5554 011127 rtn 
+:      011136 mouse_dpi_check:
+0x5555 011137 fetch mouse_flag_len ,mem_mouse_flag 
+0x5556 011138 bbit1 mouse_enable_dpi_key_connect_adc ,mouse_dpi_check_connect_adc 
+0x5557 011139 fetch 1 ,mem_dpi_button_gpio 
+0x5558 011140 rtneq gpio_disable 
+0x5559 011141 arg 0 ,rega 
+0x555a 011142 jam mouse_dpi_key ,mem_mouse_key_temp 
+0x555b 011143 fetcht 1 ,mem_dpi_button_gpio 
+0x555c 011144 call mouse_dpi_key_check 
+0x555d 011145 store 1 ,mem_mouse_dpikey_press_status 
+0x555e 011146 fetch 1 ,mem_matrix_public_gpio 
+0x555f 011147 beq gpio_disable ,mouse_3io6key_dpi_check_end 
+0x5560 011148 call mouse_matrix_public_gpio_reset 
+:      011149 mouse_dpi_check_exit:
+0x5561 011150 copy rega ,pdata 
+0x5562 011151 bbit1 mouse_dpi_key ,mouse_dpi_down 
+0x5563 011152 branch mouse_dpi_up 
+:      011154 mouse_dpi_key_check:
+0x5564 011155 fetch mouse_flag_len ,mem_mouse_flag 
+0x5565 011156 bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
+0x5566 011157 fetch 1 ,mem_mouse_dpikey_press_status 
+0x5567 011158 copy pdata ,regc 
+0x5568 011159 fetch 1 ,mem_matrix_public_gpio 
+0x5569 011160 beq gpio_disable ,mouse_3io6key_dpi_check 
+0x556a 011161 fetch 1 ,mem_mouse_ghost_flag 
+0x556b 011162 nbranch mouse_dpi_check_end ,blank 
+:      011163 mouse_dpi_key_connect_matrix:
+0x556c 011164 call gpio_get_bit 
+0x556d 011165 fetcht 1 ,mem_matrix_public_gpio 
+0x556e 011166 branch mouse_dpi_key_connect_gnd ,true 
+0x556f 011167 fetcht 1 ,mem_matrix_public_gpio 
+0x5570 011168 call gpio_out_active 
+0x5571 011169 fetcht 1 ,mem_dpi_button_gpio 
+0x5572 011170 fetch 1 ,mem_mouse_dpikey_press_status 
+0x5573 011171 branch mouse_check_key_connect_gnd 
+:      011173 mouse_3io6key_dpi_check:
+0x5574 011174 fetch 1 ,mem_dpi_button_gpio 
+0x5575 011175 call mouse_gpio_config_output_low 
+0x5576 011176 fetcht 1 ,mem_dpi_button_gpio 
+0x5577 011177 branch mouse_3io6key_check 
+:      011179 mouse_3io6key_dpi_check_end:
+0x5578 011180 fetcht 1 ,mem_dpi_button_gpio 
+0x5579 011181 call mouse_gpio_config_input_pu 
+0x557a 011182 branch mouse_dpi_check_exit 
+:      011184 mouse_dpi_check_end:
+0x557b 011185 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
+0x557c 011186 jam 0 ,mem_mouse_dpikey_press_status 
+0x557d 011187 rtn 
+:      011189 mouse_dpi_key_connect_gnd:
+0x557e 011190 fetch 1 ,mem_mouse_dpikey_press_status 
+0x557f 011191 branch mouse_check_key_connect_gnd 
+:      011193 mouse_dpi_check_connect_adc:
+0x5580 011194 fetch 1 ,mem_mouse_adc_button_press_flag 
+0x5581 011195 branch mouse_dpi_up ,blank 
+:      011196 mouse_dpi_down:
+0x5582 011197 fetch 1 ,mem_mouse_dpi_button_state 
+0x5583 011198 rtneq dpi_button_state_down 
+0x5584 011199 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
+0x5585 011200 fetch mouse_flag_len ,mem_mouse_flag 
+0x5586 011201 rtnbit1 mouse_enable_select_device_by_dpi_button 
+0x5587 011202 rtnbit1 mouse_enable_dpi_key_long_press_disconvery 
+0x5588 011203 branch mouse_dpi_process 
+:      011205 mouse_dpi_up:
+0x5589 011206 fetch 1 ,mem_mouse_dpi_button_state 
+0x558a 011207 rtneq dpi_button_state_up 
+0x558b 011208 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
+0x558c 011209 fetch mouse_flag_len ,mem_mouse_flag 
+0x558d 011210 bbit1 mouse_enable_select_device_by_dpi_button ,mouse_dpi_up_next 
+0x558e 011211 bbit1 mouse_enable_dpi_key_long_press_disconvery ,mouse_dpi_up_next 
+0x558f 011212 rtn 
+:      011213 mouse_dpi_up_next:
+0x5590 011214 fetch 1 ,mem_mouse_dpi_long_press_flag 
+0x5591 011215 nbranch mouse_dpi_up_after_long_press ,blank 
+0x5592 011216 fetch 1 ,mem_select_device_count 
+0x5593 011217 ncall mouse_dpi_process ,blank 
+:      011218 mouse_dpi_up_after_long_press:
+0x5594 011219 jam 0 ,mem_mouse_dpi_long_press_flag 
+0x5595 011220 fetch 1 ,mem_ui_button_timeout 
+0x5596 011221 store 1 ,mem_select_device_count 
+0x5597 011222 store 1 ,mem_bt_discovery_count 
+0x5598 011223 rtn 
+:      011226 mouse_dpi_another_gpio_check:
+0x5599 011227 fetch mouse_flag_len ,mem_mouse_flag 
+0x559a 011228 rtnbit0 mouse_enable_double_dpi_key 
+0x559b 011229 fetch 1 ,mem_mouse_another_dpi_connect_vin_flag 
+0x559c 011230 nbranch mouse_dpi_another_gpio_connect_vin_check ,blank 
+:      011231 mouse_dpi_another_gpio_connect_gnd_check:
+0x559d 011232 fetch 1 ,mem_dpi_another_button_gpio 
+0x559e 011233 call mouse_gpio_config_output_high 
+0x559f 011234 call mouse_dpi_another_check 
+0x55a0 011235 fetcht 1 ,mem_dpi_another_button_gpio 
+0x55a1 011236 branch mouse_gpio_config_input_pu 
+:      011238 mouse_dpi_another_gpio_connect_vin_check:
+0x55a2 011239 fetch 1 ,mem_dpi_another_button_gpio 
+0x55a3 011240 set0 gpio_active_bit ,pdata 
+0x55a4 011241 store 1 ,mem_dpi_another_button_gpio 
+0x55a5 011242 call mouse_gpio_config_output_low 
+0x55a6 011243 jam mouse_dpi_another_key ,mem_mouse_key_temp_patch 
+0x55a7 011244 fetcht 1 ,mem_dpi_another_button_gpio 
+0x55a8 011245 fetch 1 ,mem_dpi_another_press_status 
+0x55a9 011246 call mouse_check_dpi_another_key_connect_vin 
+0x55aa 011247 call mouse_dpi_another_state_check 
+0x55ab 011248 fetcht 1 ,mem_dpi_another_button_gpio 
+0x55ac 011249 branch mouse_gpio_config_input_pu 
+:      011251 mouse_dpi_another_down_new:
+0x55ad 011252 call mouse_gpio_config_input_pu 
+0x55ae 011253 fetch 1 ,mem_dpi_another_button_state 
+0x55af 011254 rtneq dpi_button_state_down 
+0x55b0 011255 jam dpi_button_state_down ,mem_dpi_another_button_state 
+0x55b1 011256 branch mouse_dpi_process 
+:      011258 mouse_dpi_another_check:
+0x55b2 011259 jam mouse_dpi_another_key ,mem_mouse_key_temp_patch 
+0x55b3 011260 fetcht 1 ,mem_dpi_another_button_gpio 
+0x55b4 011261 fetch 1 ,mem_dpi_another_press_status 
+0x55b5 011262 call mouse_check_dpi_another_key_connect_gnd 
+:      011263 mouse_dpi_another_state_check:
+0x55b6 011264 store 1 ,mem_dpi_another_press_status 
+0x55b7 011265 fetch 1 ,mem_dpi_another_button_down_enable 
+0x55b8 011266 branch mouse_dpi_another_up ,blank 
+:      011267 mouse_dpi_another_down:
+0x55b9 011268 fetch 1 ,mem_dpi_another_button_state 
+0x55ba 011269 rtneq dpi_button_state_down 
+0x55bb 011270 jam dpi_button_state_down ,mem_dpi_another_button_state 
+0x55bc 011271 branch mouse_dpi_process 
+:      011273 mouse_dpi_another_up:
+0x55bd 011274 fetch 1 ,mem_dpi_another_button_state 
+0x55be 011275 rtneq dpi_button_state_up 
+0x55bf 011276 jam dpi_button_state_up ,mem_dpi_another_button_state 
+0x55c0 011277 rtn 
+:      011279 mouse_check_dpi_another_key_connect_gnd:
+0x55c1 011280 lshift pdata ,pdata 
+0x55c2 011281 copy pdata ,regb 
+0x55c3 011282 call gpio_get_bit 
+0x55c4 011283 setflag true ,0 ,regb 
+0x55c5 011284 and regb ,0x07 ,pdata 
+0x55c6 011285 fetcht 1 ,mem_mouse_key_temp_patch 
+0x55c7 011286 copy temp ,queue 
+0x55c8 011287 beq 0x07 ,mouse_dpi_another_key_press 
+0x55c9 011288 beq 0x00 ,mouse_dpi_another_key_release 
+0x55ca 011289 rtn 
+:      011291 mouse_check_dpi_another_key_connect_vin:
+0x55cb 011292 lshift pdata ,pdata 
+0x55cc 011293 copy pdata ,regb 
+0x55cd 011294 call mouse_gpio_config_input_pd 
+0x55ce 011295 call gpio_get_bit 
+0x55cf 011296 setflag true ,0 ,regb 
+0x55d0 011297 and regb ,0x07 ,pdata 
+0x55d1 011298 fetcht 1 ,mem_mouse_key_temp_patch 
+0x55d2 011299 copy temp ,queue 
+0x55d3 011300 beq 0x07 ,mouse_dpi_another_key_press 
+0x55d4 011301 beq 0x00 ,mouse_dpi_another_key_release 
+0x55d5 011302 rtn 
+:      011304 mouse_dpi_another_key_press:
+0x55d6 011305 jam 1 ,mem_dpi_another_button_down_enable 
+0x55d7 011306 rtn 
+:      011307 mouse_dpi_another_key_release:
+0x55d8 011308 jam 0 ,mem_dpi_another_button_down_enable 
+0x55d9 011309 rtn 
+:      011312 mouse_double_dpi_judge:
+0x55da 011313 fetch mouse_flag_len ,mem_mouse_flag 
+0x55db 011314 rtnbit0 mouse_enable_double_dpi_key 
+0x55dc 011315 fetch 1 ,mem_dpi_another_button_gpio 
+0x55dd 011316 bbit1 gpio_active_bit ,mouse_another_dpi_connect_vin 
+:      011317 mouse_another_dpi_connect_gnd:
+0x55de 011318 jam 0 ,mem_mouse_another_dpi_connect_vin_flag 
+0x55df 011319 rtn 
+:      011320 mouse_another_dpi_connect_vin:
+0x55e0 011321 jam 1 ,mem_mouse_another_dpi_connect_vin_flag 
+0x55e1 011322 rtn 
+:      011325 mouse_dpi_process:
+0x55e2 011326 bpatch patch08_3 ,mem_patch08 
+0x55e3 011327 call mouse_dpi_ghost_check 
+0x55e4 011328 rtn user 
+0x55e5 011329 fetch 1 ,mem_mouse_dpi 
+0x55e6 011330 copy pdata ,temp 
+0x55e7 011331 fetch mouse_flag_len ,mem_mouse_flag 
+0x55e8 011332 bbit1 mouse_enable_double_dpi_key ,mouse_double_dpi_check 
+0x55e9 011333 copy temp ,pdata 
+0x55ea 011334 increase 1 ,pdata 
+0x55eb 011335 and pdata ,0x03 ,pdata 
+:      011336 mouse_dpi_process_store:
+0x55ec 011337 store 1 ,mem_mouse_dpi 
+0x55ed 011338 call mouse_setting_dpi 
+0x55ee 011339 branch mouse_store_device_info_delay 
+:      011341 mouse_dpi_ghost_check:
+0x55ef 011342 disable user 
+0x55f0 011343 fetch mouse_flag_len ,mem_mouse_flag 
+0x55f1 011344 rtnbit1 mouse_enable_dpi_key_connect_gnd 
+0x55f2 011345 rtnbit1 mouse_enable_dpi_key_connect_adc 
+0x55f3 011346 fetch 1 ,mem_mouse_lkey_press_status 
+0x55f4 011347 rtn blank 
+0x55f5 011348 fetch 1 ,mem_mouse_rkey_press_status 
+0x55f6 011349 rtn blank 
+0x55f7 011350 branch enable_user 
+:      011352 mouse_double_dpi_check:
+0x55f8 011353 fetch 1 ,mem_dpi_another_button_down_enable 
+0x55f9 011354 nbranch mouse_another_dpi_button_down ,blank 
+:      011355 mouse_dpi_increase:
+0x55fa 011356 fetch mouse_flag_len ,mem_mouse_flag 
+0x55fb 011357 bbit1 mouse_enable_dpi_level_4 ,mouse_dpi_increase_level_4 
+0x55fc 011358 copy temp ,pdata 
+0x55fd 011359 rtneq mouse_dpi_level2 
+:      011360 mouse_dpi_increase_level:
+0x55fe 011361 beq mouse_dpi_level1 ,mouse_dpi_level_3 
+0x55ff 011362 beq mouse_dpi_level3 ,mouse_dpi_level_2 
+0x5600 011363 rtn 
+:      011365 mouse_dpi_level_1:
+0x5601 011366 setarg mouse_dpi_level3 
+0x5602 011367 branch mouse_dpi_process_store 
+:      011368 mouse_dpi_level_2:
+0x5603 011369 setarg mouse_dpi_level1 
+0x5604 011370 branch mouse_dpi_process_store 
+:      011371 mouse_dpi_level_3:
+0x5605 011372 setarg mouse_dpi_level2 
+0x5606 011373 branch mouse_dpi_process_store 
+:      011374 mouse_dpi_level_4:
+0x5607 011375 setarg mouse_dpi_level4 
+0x5608 011376 branch mouse_dpi_process_store 
+:      011378 mouse_dpi_increase_level_4:
+0x5609 011379 copy temp ,pdata 
+0x560a 011380 rtneq mouse_dpi_level2 
+0x560b 011381 beq mouse_dpi_level1 ,mouse_dpi_level_3 
+0x560c 011382 beq mouse_dpi_level3 ,mouse_dpi_level_4 
+0x560d 011383 beq mouse_dpi_level4 ,mouse_dpi_level_2 
+0x560e 011384 rtn 
+:      011385 mouse_dpi_decrease_level_4:
+0x560f 011386 copy temp ,pdata 
+0x5610 011387 rtneq mouse_dpi_level3 
+0x5611 011388 beq mouse_dpi_level1 ,mouse_dpi_level_4 
+0x5612 011389 beq mouse_dpi_level2 ,mouse_dpi_level_2 
+0x5613 011390 beq mouse_dpi_level4 ,mouse_dpi_level_1 
+0x5614 011391 rtn 
+:      011393 mouse_another_dpi_button_down:
+:      011394 mouse_dpi_decrease:
+0x5615 011395 fetch mouse_flag_len ,mem_mouse_flag 
+0x5616 011396 bbit1 mouse_enable_dpi_level_4 ,mouse_dpi_decrease_level_4 
+0x5617 011397 copy temp ,pdata 
+0x5618 011398 rtneq mouse_dpi_level3 
+:      011399 mouse_dpi_decrease_level:
+0x5619 011400 beq mouse_dpi_level1 ,mouse_dpi_level_1 
+0x561a 011401 beq mouse_dpi_level2 ,mouse_dpi_level_2 
+0x561b 011402 rtn 
+:      011405 mouse_dpi_key_check_long_press:
+0x561c 011406 fetch mouse_flag_len ,mem_mouse_flag 
+0x561d 011407 bbit1 mouse_enable_select_device_by_dpi_button ,mouse_select_device_by_dpi_button 
+0x561e 011408 bbit1 mouse_enable_dpi_key_long_press_disconvery ,mouse_discovery_by_dpi_button 
+0x561f 011409 rtn 
+:      011411 mouse_select_device_by_dpi_button:
+0x5620 011412 fetch 1 ,mem_mouse_dpi_button_state 
+0x5621 011413 rtnne dpi_button_state_down 
+0x5622 011414 arg mem_select_device_count ,regc 
+0x5623 011415 arg mouse_ready_reconnection_by_dpi_button ,regb 
+0x5624 011416 branch timer_single_step 
+:      011418 mouse_ready_reconnection_by_dpi_button:
+0x5625 011419 jam 1 ,mem_mouse_dpi_long_press_flag 
+0x5626 011420 branch mouse_ready_reconnection_by_button 
+:      011422 mouse_discovery_by_dpi_button:
+0x5627 011423 fetch 1 ,mem_mouse_dpi_button_state 
+0x5628 011424 rtnne dpi_button_state_down 
+0x5629 011425 arg mem_bt_discovery_count ,regc 
+0x562a 011426 arg mouse_long_dpi_button_bt_discovery ,regb 
+0x562b 011427 branch timer_single_step 
+:      011429 mouse_long_dpi_button_bt_discovery:
+0x562c 011430 jam 1 ,mem_mouse_dpi_long_press_flag 
+0x562d 011431 branch mouse_long_button_bt_discovery 
+:      011433 mouse_dpi_config:
+0x562e 011434 branch mouse_setting_sensor_type 
+:      011436 mouse_setting_dpi_4_level:
+0x562f 011437 fetch mouse_flag_len ,mem_mouse_flag 
+0x5630 011438 rtnbit1 mouse_enable_dpi_level_4 
+0x5631 011439 fetch 1 ,mem_mouse_dpi 
+0x5632 011440 rtnne mouse_dpi_level4 
+0x5633 011441 jam mouse_dpi_level1 ,mem_mouse_dpi 
+0x5634 011442 rtn 
+:      011444 mouse_setting_dpi:
+0x5635 011445 bpatch patch08_4 ,mem_patch08 
+0x5636 011446 call mouse_setting_dpi_4_level 
+0x5637 011447 call mouse_dpi_led_blink_delay 
+:      011448 mouse_setting_sensor_type:
+0x5638 011449 fetch 1 ,mem_config_sensor_type 
+0x5639 011450 beq p3212 ,mouse_seting_3212_dpi 
+0x563a 011451 beq ka8g2 ,mouse_seting_ka8g2_dpi 
+0x563b 011452 fetch 1 ,mem_mouse_dpi 
+0x563c 011453 beq mouse_dpi_level1 ,mouse_set_cpi0 
+0x563d 011454 beq mouse_dpi_level2 ,mouse_set_cpi1 
+0x563e 011455 beq mouse_dpi_level3 ,mouse_set_cpi2 
+0x563f 011456 beq mouse_dpi_level4 ,mouse_set_cpi3 
+:      011457 mouse_set_cpi1:
+0x5640 011458 fetcht 1 ,mem_320x_dpi_1 
+0x5641 011459 branch mouse_dpi_store 
+:      011460 mouse_set_cpi0:
+0x5642 011461 fetcht 1 ,mem_320x_dpi_0 
+0x5643 011462 branch mouse_dpi_store 
+:      011463 mouse_set_cpi2:
+0x5644 011464 fetcht 1 ,mem_320x_dpi_2 
+0x5645 011465 branch mouse_dpi_store 
+:      011466 mouse_set_cpi3:
+0x5646 011467 fetcht 1 ,mem_320x_dpi_3 
+:      011468 mouse_dpi_store:
+0x5647 011469 fetch 1 ,mem_config_sensor_type 
+0x5648 011470 beq p3065_xy ,mouse_3065xy_set_dpi 
+0x5649 011471 beq mx8650 ,mouse_3065xy_set_dpi 
+0x564a 011472 beq ka8 ,mouse_ka8_set_dpi 
+0x564b 011473 beq p6520 ,mouse_ka8_set_dpi 
+0x564c 011474 beq p8009 ,mouse_3065xy_set_dpi 
+:      011475 mouse_dpi_write:
+0x564d 011476 storet 1 ,mem_mouse_cpi_count 
+0x564e 011477 setarg mouse_dpi_address 
+0x564f 011478 call twspi_read 
+0x5650 011479 and pdata ,0xf8 ,temp 
+0x5651 011480 fetch 1 ,mem_mouse_cpi_count 
+0x5652 011481 iadd temp ,pdata 
+0x5653 011482 lshift8 pdata ,pdata 
+0x5654 011483 add pdata ,mouse_dpi_address ,pdata 
+0x5655 011484 branch twspi_write 
+:      011486 mouse_3065xy_set_dpi:
+0x5656 011487 increase -1 ,temp 
+0x5657 011488 branch mouse_dpi_write 
+:      011490 mouse_ka8_set_dpi:
+0x5658 011491 increase 2 ,temp 
+0x5659 011492 branch mouse_dpi_write 
+:      011494 mouse_seting_3212_dpi:
+0x565a 011495 fetch 1 ,mem_mouse_dpi 
+0x565b 011496 beq mouse_dpi_level1 ,mouse_set_p3212_cpi0 
+0x565c 011497 beq mouse_dpi_level2 ,mouse_set_p3212_cpi1 
+0x565d 011498 beq mouse_dpi_level3 ,mouse_set_p3212_cpi2 
+0x565e 011499 beq mouse_dpi_level4 ,mouse_set_p3212_cpi3 
+:      011500 mouse_set_p3212_cpi1:
+0x565f 011501 fetch 1 ,mem_3212_dpi_1 
+0x5660 011502 branch mouse_p3212_dpi 
+:      011503 mouse_set_p3212_cpi0:
+0x5661 011504 fetch 1 ,mem_3212_dpi_0 
+0x5662 011505 branch mouse_p3212_dpi 
+:      011506 mouse_set_p3212_cpi2:
+0x5663 011507 fetch 1 ,mem_3212_dpi_2 
+0x5664 011508 branch mouse_p3212_dpi 
+:      011509 mouse_set_p3212_cpi3:
+0x5665 011510 fetch 1 ,mem_3212_dpi_3 
+:      011511 mouse_p3212_dpi:
+0x5666 011512 store 1 ,mem_mouse_cpi_count 
+0x5667 011513 lshift8 pdata ,pdata 
+0x5668 011514 copy pdata ,rega 
+0x5669 011515 add pdata ,mouse_p3212_dpi_xaddress ,pdata 
+0x566a 011516 call twspi_write 
+0x566b 011517 copy rega ,pdata 
+0x566c 011518 add pdata ,mouse_p3212_dpi_yaddress ,pdata 
+0x566d 011519 branch twspi_write 
+:      011521 mouse_seting_ka8g2_dpi:
+0x566e 011522 fetch 1 ,mem_mouse_dpi 
+0x566f 011523 beq mouse_dpi_level1 ,mouse_set_pka8g2_cpi0 
+0x5670 011524 beq mouse_dpi_level2 ,mouse_set_pka8g2_cpi1 
+0x5671 011525 beq mouse_dpi_level3 ,mouse_set_pka8g2_cpi2 
+0x5672 011526 beq mouse_dpi_level4 ,mouse_set_pka8g2_cpi3 
+:      011527 mouse_set_pka8g2_cpi1:
+0x5673 011528 fetch 1 ,mem_ka8g2_dpi_1 
+0x5674 011529 branch mouse_p3212_dpi 
+:      011531 mouse_set_pka8g2_cpi0:
+0x5675 011532 fetch 1 ,mem_ka8g2_dpi_0 
+0x5676 011533 branch mouse_p3212_dpi 
+:      011535 mouse_set_pka8g2_cpi2:
+0x5677 011536 fetch 1 ,mem_ka8g2_dpi_2 
+0x5678 011537 branch mouse_p3212_dpi 
+:      011539 mouse_set_pka8g2_cpi3:
+0x5679 011540 fetch 1 ,mem_ka8g2_dpi_3 
+0x567a 011541 branch mouse_p3212_dpi 
+:      011549 mouse_key:
+0x567b 011550 call mouse_check_firekey_gpio 
+0x567c 011551 fetch 1 ,mem_fire_key_flag 
+0x567d 011552 nbranch mouse_fire_key_press ,blank 
+0x567e 011553 fetch 1 ,mem_fire_key_status 
+0x567f 011554 nbranch mouse_fire_key_process ,blank 
+0x5680 011555 call mouse_check_key_gpio 
+0x5681 011556 call mouse_ghost_key_check 
+0x5682 011557 call mouse_set_mult 
+0x5683 011558 call mouse_24g_key 
+0x5684 011559 copy rega ,pdata 
+0x5685 011560 fetcht 1 ,mem_mouse_key_last 
+0x5686 011561 store 1 ,mem_mouse_key_last 
+0x5687 011562 store 1 ,mem_mouse_key 
+0x5688 011563 ixor temp ,pdata 
+0x5689 011564 sub pdata ,0 ,null 
+0x568a 011565 rtn zero 
+0x568b 011566 branch enable_user 
+:      011568 mouse_24g_key:
+0x568c 011569 rtnmark0 mark_24g 
+0x568d 011570 copy rega ,pdata 
+0x568e 011571 rtn blank 
+0x568f 011572 store 1 ,mem_mouse_key 
+0x5690 011573 branch enable_user 
+:      011575 mouse_ghost_key_check:
+0x5691 011576 jam 0 ,mem_mouse_matrix_key_cow_count 
+0x5692 011577 jam 0 ,mem_mouse_matrix_key_row_count 
+0x5693 011578 jam 0 ,mem_mouse_ghost_flag 
+0x5694 011579 copy pdata ,temp 
+0x5695 011580 call mouse_ghost_key_check_l_bk 
+0x5696 011581 call mouse_ghost_key_check_m_fw 
+0x5697 011582 call mouse_ghost_key_check_bk_fw 
+0x5698 011583 call mouse_ghost_key_check_lmr 
+0x5699 011584 fetch 1 ,mem_mouse_matrix_key_row_count 
+0x569a 011585 rtn blank 
+0x569b 011586 fetch 1 ,mem_mouse_matrix_key_cow_count 
+0x569c 011587 rtn blank 
+0x569d 011588 jam 1 ,mem_mouse_ghost_flag 
+0x569e 011589 fetch 1 ,mem_mouse_key_last 
+0x569f 011590 copy pdata ,rega 
+0x56a0 011591 rtn 
+:      011593 mouse_ghost_key_check_l_bk:
+0x56a1 011594 and temp ,mouse_l_bk_button ,pdata 
+0x56a2 011595 beq mouse_l_bk_button ,mouse_matrix_cow_more_than_one_key 
+0x56a3 011596 rtn 
+:      011597 mouse_ghost_key_check_m_fw:
+0x56a4 011598 and temp ,mouse_m_fw_button ,pdata 
+0x56a5 011599 beq mouse_m_fw_button ,mouse_matrix_cow_more_than_one_key 
+0x56a6 011600 rtn 
+:      011601 mouse_ghost_key_check_bk_fw:
+0x56a7 011602 and temp ,mouse_bk_fw_button ,pdata 
+0x56a8 011603 beq mouse_bk_fw_button ,mouse_matrix_row_more_than_one_key 
+0x56a9 011604 rtn 
+:      011606 mouse_ghost_key_check_lmr:
+0x56aa 011607 and temp ,mouse_lmr_button ,pdata 
+0x56ab 011608 beq mouse_lr_button ,mouse_matrix_row_more_than_one_key 
+0x56ac 011609 beq mouse_lm_button ,mouse_matrix_row_more_than_one_key 
+0x56ad 011610 beq mouse_rm_button ,mouse_matrix_row_more_than_one_key 
+0x56ae 011611 beq mouse_lmr_button ,mouse_matrix_row_more_than_one_key 
+0x56af 011612 rtn 
+:      011615 mouse_matrix_row_more_than_one_key:
+0x56b0 011616 jam 1 ,mem_mouse_matrix_key_row_count 
+0x56b1 011617 rtn 
+:      011619 mouse_matrix_cow_more_than_one_key:
+0x56b2 011620 jam 1 ,mem_mouse_matrix_key_cow_count 
+0x56b3 011621 rtn 
+:      011623 mouse_key_check_once:
+0x56b4 011624 call mouse_check_key_gpio_once 
+0x56b5 011625 call mouse_check_key_gpio 
+0x56b6 011626 setarg 0x00 
+0x56b7 011627 store 3 ,mem_mouse_lkey_press_status 
+0x56b8 011628 rtn 
+:      011630 mouse_check_key_gpio:
+0x56b9 011631 bpatch patch08_5 ,mem_patch08 
+0x56ba 011632 fetch 1 ,mem_sensor_shutdown_flag 
+0x56bb 011633 ncall mouse_check_key_gpio_once ,blank 
+0x56bc 011634 arg 0 ,rega 
+0x56bd 011635 call mouse_check_lkey_gpio 
+0x56be 011636 call mouse_check_rkey_gpio 
+0x56bf 011637 call mouse_check_mkey_gpio 
+0x56c0 011638 call mouse_check_bkkey_gpio 
+0x56c1 011639 call mouse_check_fwkey_gpio 
+0x56c2 011640 call mouse_check_firekey_gpio 
+0x56c3 011641 call mouse_check_customerkey_gpio 
+0x56c4 011642 copy rega ,pdata 
+0x56c5 011643 rtn 
+:      011645 mouse_check_key_gpio_once:
+0x56c6 011646 setarg 0x030303 
+0x56c7 011647 store 3 ,mem_mouse_lkey_press_status 
+0x56c8 011648 rtn 
+:      011650 mouse_check_lkey_gpio:
+0x56c9 011651 fetch 1 ,mem_lbutton_gpio 
+0x56ca 011652 call mouse_gpio_config_output_high 
+0x56cb 011653 jam mouse_l_key ,mem_mouse_key_temp 
+0x56cc 011654 fetcht 1 ,mem_lbutton_gpio 
+0x56cd 011655 fetch 1 ,mem_mouse_lkey_press_status 
+0x56ce 011656 call mouse_check_key_connect_gnd 
+0x56cf 011657 store 1 ,mem_mouse_lkey_press_status 
+0x56d0 011658 fetcht 1 ,mem_lbutton_gpio 
+0x56d1 011659 branch mouse_gpio_config_input_pu 
+:      011661 mouse_check_rkey_gpio:
+0x56d2 011662 fetch 1 ,mem_rbutton_gpio 
+0x56d3 011663 call mouse_gpio_config_output_high 
+0x56d4 011664 jam mouse_r_key ,mem_mouse_key_temp 
+0x56d5 011665 fetcht 1 ,mem_rbutton_gpio 
+0x56d6 011666 fetch 1 ,mem_mouse_rkey_press_status 
+0x56d7 011667 call mouse_check_key_connect_gnd 
+0x56d8 011668 store 1 ,mem_mouse_rkey_press_status 
+0x56d9 011669 fetcht 1 ,mem_rbutton_gpio 
+0x56da 011670 branch mouse_gpio_config_input_pu 
+:      011672 mouse_check_mkey_gpio:
+0x56db 011673 fetch 1 ,mem_mbutton_gpio 
+0x56dc 011674 call mouse_gpio_config_output_high 
+0x56dd 011675 jam mouse_m_key ,mem_mouse_key_temp 
+0x56de 011676 fetcht 1 ,mem_mbutton_gpio 
+0x56df 011677 fetch 1 ,mem_mouse_mkey_press_status 
+0x56e0 011678 call mouse_check_key_connect_gnd 
+0x56e1 011679 store 1 ,mem_mouse_mkey_press_status 
+0x56e2 011680 fetcht 1 ,mem_mbutton_gpio 
+0x56e3 011681 branch mouse_gpio_config_input_pu 
+:      011683 mouse_check_bkkey_gpio:
+0x56e4 011684 fetch 1 ,mem_bk_button_gpio 
+0x56e5 011685 rtneq gpio_disable 
+0x56e6 011686 jam mouse_bk_key ,mem_mouse_key_temp 
+0x56e7 011687 fetch 1 ,mem_mouse_bkkey_press_status 
+0x56e8 011688 copy pdata ,regc 
+0x56e9 011689 fetcht 1 ,mem_bk_button_gpio 
+0x56ea 011690 fetch 1 ,mem_matrix_public_gpio 
+0x56eb 011691 beq gpio_disable ,mouse_3io6key_bk_check 
+0x56ec 011692 call gpio_get_bit 
+0x56ed 011693 branch mouse_check_bk_button_connect_gnd ,true 
+0x56ee 011694 fetcht 1 ,mem_matrix_public_gpio 
+0x56ef 011695 call gpio_out_active 
+0x56f0 011696 fetcht 1 ,mem_bk_button_gpio 
+0x56f1 011697 fetch 1 ,mem_mouse_bkkey_press_status 
+0x56f2 011698 call mouse_check_key_connect_gnd 
+:      011699 mouse_check_bkkey_gpio_end:
+0x56f3 011700 store 1 ,mem_mouse_bkkey_press_status 
+0x56f4 011701 branch mouse_matrix_public_gpio_reset 
+:      011703 mouse_check_bk_button_connect_gnd:
+0x56f5 011704 fetcht 1 ,mem_matrix_public_gpio 
+0x56f6 011705 fetch 1 ,mem_mouse_bkkey_press_status 
+0x56f7 011706 call mouse_check_key_connect_gnd 
+0x56f8 011707 branch mouse_check_bkkey_gpio_end 
+:      011709 mouse_3io6key_bk_check:
+0x56f9 011710 fetch 1 ,mem_bk_button_gpio 
+0x56fa 011711 call mouse_gpio_config_output_low 
+0x56fb 011712 fetcht 1 ,mem_bk_button_gpio 
+0x56fc 011713 call mouse_3io6key_check 
+0x56fd 011714 store 1 ,mem_mouse_bkkey_press_status 
+0x56fe 011715 fetcht 1 ,mem_bk_button_gpio 
+0x56ff 011716 branch mouse_gpio_config_input_pu 
+:      011719 mouse_check_fwkey_gpio:
+0x5700 011720 fetch 1 ,mem_fw_button_gpio 
+0x5701 011721 rtneq gpio_disable 
+0x5702 011722 jam mouse_fw_key ,mem_mouse_key_temp 
+0x5703 011723 fetch 1 ,mem_mouse_fwkey_press_status 
+0x5704 011724 copy pdata ,regc 
+0x5705 011725 fetcht 1 ,mem_fw_button_gpio 
+0x5706 011726 fetch 1 ,mem_matrix_public_gpio 
+0x5707 011727 beq gpio_disable ,mouse_3io6key_fw_check 
+0x5708 011728 call gpio_get_bit 
+0x5709 011729 branch mouse_check_fw_button_connect_gnd ,true 
+0x570a 011730 fetcht 1 ,mem_matrix_public_gpio 
+0x570b 011731 call gpio_out_active 
+0x570c 011732 fetcht 1 ,mem_fw_button_gpio 
+0x570d 011733 fetch 1 ,mem_mouse_fwkey_press_status 
+0x570e 011734 call mouse_check_key_connect_gnd 
+:      011735 mouse_check_fwkey_gpio_end:
+0x570f 011736 store 1 ,mem_mouse_fwkey_press_status 
+:      011737 mouse_matrix_public_gpio_reset:
+0x5710 011738 fetcht 1 ,mem_matrix_public_gpio 
+0x5711 011739 branch mouse_gpio_config_input_pu 
+:      011741 mouse_check_fw_button_connect_gnd:
+0x5712 011742 fetcht 1 ,mem_matrix_public_gpio 
+0x5713 011743 fetch 1 ,mem_mouse_fwkey_press_status 
+0x5714 011744 call mouse_check_key_connect_gnd 
+0x5715 011745 branch mouse_check_fwkey_gpio_end 
+:      011747 mouse_3io6key_fw_check:
+0x5716 011748 fetch 1 ,mem_fw_button_gpio 
+0x5717 011749 call mouse_gpio_config_output_low 
+0x5718 011750 fetcht 1 ,mem_fw_button_gpio 
+0x5719 011751 call mouse_3io6key_check 
+0x571a 011752 store 1 ,mem_mouse_fwkey_press_status 
+0x571b 011753 fetcht 1 ,mem_fw_button_gpio 
+0x571c 011754 branch mouse_gpio_config_input_pu 
+:      011756 mouse_check_customerkey_gpio:
+0x571d 011757 jam 0 ,mem_customer_key 
+0x571e 011758 fetch mouse_flag_len ,mem_mouse_flag 
+0x571f 011759 rtnbit0 mouse_enable_keyboard 
+0x5720 011760 fetch 1 ,mem_customer_key_gpio 
+0x5721 011761 rtneq gpio_disable 
+0x5722 011762 jam mouse_customer_key ,mem_mouse_key_temp 
+0x5723 011763 fetcht 1 ,mem_customer_key_gpio 
+0x5724 011764 fetch 1 ,mem_mouse_customerkey_press_status 
+0x5725 011765 call mouse_check_key_connect_gnd 
+0x5726 011766 store 1 ,mem_mouse_customerkey_press_status 
+0x5727 011767 copy rega ,pdata 
+0x5728 011768 bbit1 mouse_customer_key ,mouse_customerkey_press 
+0x5729 011769 call mouse_customerkey_release 
+:      011770 mouse_check_customerkey_gpio_exit:
+0x572a 011771 fetch 1 ,mem_customer_data_trigger 
+0x572b 011772 store 1 ,mem_customer_data_trigger_last 
+0x572c 011773 rtn 
+:      011775 mouse_customerkey_press:
+0x572d 011776 jam 1 ,mem_customer_data_trigger 
+0x572e 011777 call mouse_customer_key_need_send 
+0x572f 011778 branch mouse_check_customerkey_gpio_exit 
+:      011780 mouse_customerkey_release:
+0x5730 011781 jam 0 ,mem_customer_data_trigger 
+0x5731 011782 fetch 1 ,mem_customer_data_trigger_last 
+0x5732 011783 rtn blank 
+:      011784 mouse_customer_key_need_send:
+0x5733 011785 jam 1 ,mem_customer_key 
+0x5734 011786 rtn 
+:      011788 mouse_check_matrix_button_connect_gnd:
+0x5735 011789 call gpio_get_bit 
+0x5736 011790 fetcht 1 ,mem_mouse_key_temp 
+0x5737 011791 copy temp ,queue 
+0x5738 011792 branch mouse_key_press ,true 
+:      011793 mouse_key_release:
+0x5739 011794 qset0 rega 
+0x573a 011795 rtn 
+:      011797 mouse_check_key_connect_gnd:
+0x573b 011798 lshift pdata ,pdata 
+0x573c 011799 copy pdata ,regb 
+0x573d 011800 call gpio_get_bit 
+0x573e 011801 setflag true ,0 ,regb 
+:      011802 mouse_check_key_connect_gnd_1:
+0x573f 011803 and regb ,0x07 ,pdata 
+:      011804 mouse_check_key_connect_gnd_next:
+0x5740 011805 fetcht 1 ,mem_mouse_key_temp 
+0x5741 011806 copy temp ,queue 
+0x5742 011807 beq 0x07 ,mouse_key_press 
+0x5743 011808 beq 0x00 ,mouse_key_release 
+0x5744 011809 rtn 
+:      011811 mouse_key_press:
+0x5745 011812 qset1 rega 
+0x5746 011813 rtn 
+:      011815 mouse_3io6key_check:
+0x5747 011816 bpatch patch08_6 ,mem_patch08 
+0x5748 011817 copy regc ,pdata 
+0x5749 011818 store 1 ,mem_mouse_key_status 
+0x574a 011819 lshift pdata ,pdata 
+0x574b 011820 copy pdata ,regb 
+0x574c 011821 copy temp ,regc 
+0x574d 011822 call mouse_gpio_config_input_pd 
+0x574e 011823 copy regc ,temp 
+0x574f 011824 call gpio_get_bit 
+0x5750 011825 nsetflag true ,0 ,regb 
+0x5751 011826 call mouse_check_press 
+0x5752 011827 branch mouse_check_key_connect_gnd_next 
+:      011829 mouse_check_press:
+0x5753 011830 fetcht 1 ,mem_mouse_key_status 
+0x5754 011831 and_into 0x01 ,temp 
+0x5755 011832 and regb ,0x01 ,pdata 
+0x5756 011833 isub temp ,null 
+0x5757 011834 nbranch mouse_current_mult_update ,zero 
+0x5758 011835 rtn 
+:      011839 mouse_gpio_config_output_high:
+0x5759 011840 rtneq gpio_disable 
+0x575a 011841 arg gpcfg_output_high ,temp 
+0x575b 011842 branch gpio_config_function_int 
+:      011845 mouse_gpio_config_output_low:
+0x575c 011846 rtneq gpio_disable 
+0x575d 011847 arg gpcfg_output_low ,temp 
+0x575e 011848 branch gpio_config_function_int 
+:      011852 mouse_firebutton_connect_state_check:
+0x575f 011853 fetch 1 ,mem_firebutton_gpio 
+0x5760 011854 rtneq gpio_disable 
+0x5761 011855 bbit1 gpio_active_bit ,mouse_firebutton_connect_vin 
+:      011856 mouse_firebutton_connect_gnd:
+0x5762 011857 jam 0 ,mem_mouse_firebutton_connect_vin_flag 
+0x5763 011858 rtn 
+:      011859 mouse_firebutton_connect_vin:
+0x5764 011860 jam 1 ,mem_mouse_firebutton_connect_vin_flag 
+0x5765 011861 rtn 
+:      011863 mouse_check_firekey_gpio:
+0x5766 011864 arg 0 ,regb 
+0x5767 011865 fetch 1 ,mem_firebutton_gpio 
+0x5768 011866 rtneq gpio_disable 
+0x5769 011867 fetch 1 ,mem_mouse_firebutton_connect_vin_flag 
+0x576a 011868 nbranch mouse_check_firekey_connect_vin ,blank 
+:      011869 mouse_check_firekey_connect_gnd:
+0x576b 011870 fetcht 1 ,mem_firebutton_gpio 
+0x576c 011871 call mouse_gpio_config_input_pu 
+0x576d 011872 fetcht 1 ,mem_firebutton_gpio 
+0x576e 011873 call gpio_get_bit 
+0x576f 011874 setflag true ,0 ,regb 
+:      011875 mouse_firekey_state_store:
+0x5770 011876 copy regb ,pdata 
+0x5771 011877 store 1 ,mem_fire_key_flag 
+0x5772 011878 rtn 
+:      011880 mouse_check_firekey_connect_vin:
+0x5773 011881 fetch 1 ,mem_firebutton_gpio 
+0x5774 011882 set0 gpio_active_bit ,pdata 
+0x5775 011883 store 1 ,mem_firebutton_gpio 
+0x5776 011884 fetcht 1 ,mem_firebutton_gpio 
+0x5777 011885 call mouse_gpio_config_input_pd 
+0x5778 011886 fetcht 1 ,mem_firebutton_gpio 
+0x5779 011887 call gpio_get_bit 
+0x577a 011888 nsetflag true ,0 ,regb 
+0x577b 011889 branch mouse_firekey_state_store 
+:      011891 mouse_fire_key_process:
+0x577c 011892 beq 4 ,mouse_fire_key_process_end 
+:      011893 mouse_fire_key_press:
+0x577d 011894 call mouse_firekey_clkn_bt_timer_check 
+0x577e 011895 fetch 4 ,mem_fire_key_delay 
+0x577f 011896 arg 0xa0 ,temp 
+0x5780 011897 iadd temp ,temp 
+0x5781 011898 copy clkn_bt ,pdata 
+0x5782 011899 isub temp ,null 
+0x5783 011900 nrtn positive 
+0x5784 011901 store 4 ,mem_fire_key_delay 
+0x5785 011902 fetch 1 ,mem_fire_key_status 
+0x5786 011903 beq 0 ,mouse_fire_key_process_start 
+0x5787 011904 beq 1 ,mouse_fire_key_process_release1 
+0x5788 011905 beq 2 ,mouse_fire_key_process_start2 
+0x5789 011906 beq 3 ,mouse_fire_key_process_release2 
+0x578a 011907 rtn 
+:      011909 mouse_fire_key_process_start:
+0x578b 011910 jam 1 ,mem_fire_key_status 
+:      011911 mouse_fire_key_down:
+0x578c 011912 jam 1 ,mem_mouse_key 
+0x578d 011913 branch enable_user 
+:      011915 mouse_fire_key_process_release1:
+0x578e 011916 jam 2 ,mem_fire_key_status 
+:      011917 mouse_fire_key_release:
+0x578f 011918 jam 0 ,mem_mouse_key 
+0x5790 011919 branch enable_user 
+:      011921 mouse_fire_key_process_start2:
+0x5791 011922 jam 3 ,mem_fire_key_status 
+0x5792 011923 branch mouse_fire_key_down 
+:      011925 mouse_fire_key_process_release2:
+0x5793 011926 jam 0 ,mem_fire_key_status 
+0x5794 011927 branch mouse_fire_key_release 
+:      011929 mouse_fire_key_process_end:
+0x5795 011930 jam 0 ,mem_fire_key_status 
+0x5796 011931 jam 0 ,mem_mouse_key 
+0x5797 011932 rtn 
+:      011934 mouse_firekey_clkn_bt_timer_check:
+0x5798 011935 fetcht 4 ,mem_fire_key_delay 
+0x5799 011936 copy clkn_bt ,pdata 
+0x579a 011937 isub temp ,null 
+0x579b 011938 ncall mouse_firekey_clkn_bt_timer_timeout ,positive 
+0x579c 011939 rtn 
+:      011940 mouse_firekey_clkn_bt_timer_timeout:
+0x579d 011941 setarg 0 
+0x579e 011942 store 4 ,mem_fire_key_delay 
+0x579f 011943 rtn 
+:      011949 mouse_init_sunt:
+0x57a0 011950 bpatch patch08_7 ,mem_patch08 
+0x57a1 011951 call mouse_sensor_spi_init 
+0x57a2 011952 rtn wake 
+:      011953 mouse_init_sensor_wakeup:
+0x57a3 011954 call mouse_sensor_poweron 
+:      011955 mouse_init_sensor:
+0x57a4 011956 bpatch patch09_0 ,mem_patch09 
+0x57a5 011957 call mouse_read_sensor_id 
+0x57a6 011958 beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
+0x57a7 011959 beq p3065_id1 ,mouse_init_p3065 
+0x57a8 011960 beq pka8g2_id1 ,mouse_ka8g2_id2_judge 
+0x57a9 011961 call mouse_twspi_reset 
+0x57aa 011962 nop 6900 
+0x57ab 011963 branch mouse_init_sensor 
+:      011964 mouse_twspi_reset:
+0x57ac 011965 fetcht 1 ,mem_mouse_sensor_sclk_gpio 
+0x57ad 011966 call twspi_reset 
+0x57ae 011967 branch mouse_spid_init_pin 
+:      011969 mouse_read_sensor_id:
+0x57af 011970 setarg pan_reg_pid_h 
+0x57b0 011971 call twspi_read 
+0x57b1 011972 store 1 ,mem_sensor_id2 
+0x57b2 011973 setarg pan_reg_pid_l 
+0x57b3 011974 call twspi_read 
+0x57b4 011975 store 1 ,mem_sensor_id1 
+0x57b5 011976 rtn 
+:      011978 mouse_init_p32xx_id2_judge:
+0x57b6 011979 fetch 1 ,mem_sensor_id2 
+0x57b7 011980 beq p_mx8650 ,mouse_mx8650_init_param 
+0x57b8 011981 beq p8009_id2 ,mouse_8009_init_param 
+0x57b9 011982 beq p3205_tj3t_id2 ,mouse_3205_3t_init_param 
+0x57ba 011983 beq p3204_tj3l_id2 ,mouse_3204_3l_init_param 
+0x57bb 011984 beq p3212_id2 ,mouse_3212_init_param 
+0x57bc 011985 beq pka8_id2 ,mouse_ka8_init_param_check 
+0x57bd 011986 beq p6520a_id2 ,mouse_p6520_init_param 
+0x57be 011987 branch mouse_init_sensor 
+:      011989 mouse_mx8650_init_param:
+0x57bf 011990 jam mx8650 ,mem_config_sensor_type 
+0x57c0 011991 call mouse_sensor_reset 
+0x57c1 011992 call delay_10ms 
+0x57c2 011993 arg mem_sensor_8650_init ,regc 
+0x57c3 011994 call mouse_sensor_wr_seq 
+0x57c4 011995 branch mouse_dpi_config 
+:      011997 mouse_8009_init_param:
+0x57c5 011998 setarg 0x16 
+0x57c6 011999 call twspi_read 
+0x57c7 012000 sub pdata ,0xbd ,null 
+0x57c8 012001 nbranch mouse_init_sunt ,zero 
+0x57c9 012002 setarg 0x19 
+0x57ca 012003 call twspi_read 
+0x57cb 012004 sub pdata ,0x55 ,null 
+0x57cc 012005 nbranch mouse_init_sunt ,zero 
+0x57cd 012006 setarg 0x1b 
+0x57ce 012007 call twspi_read 
+0x57cf 012008 sub pdata ,0x1d ,null 
+0x57d0 012009 nbranch mouse_init_sunt ,zero 
+0x57d1 012010 jam p8009 ,mem_config_sensor_type 
+0x57d2 012011 arg mem_sensor_8009_init ,regc 
+0x57d3 012012 branch mouse_sensor_wr_seq 
+:      012014 mouse_3205_3t_init_param:
+0x57d4 012015 jam p3205 ,mem_config_sensor_type 
+0x57d5 012016 arg mem_sensor_3205_init ,regc 
+0x57d6 012017 call mouse_sensor_wr_seq 
+0x57d7 012018 arg mem_sensor_32xx_init ,regc 
+0x57d8 012019 call mouse_sensor_wr_seq 
+0x57d9 012020 setarg 0x0943 
+0x57da 012021 call twspi_write 
+0x57db 012022 arg mem_sensor_32xx_init_1 ,regc 
+0x57dc 012023 branch mouse_sensor_wr_seq 
+:      012025 mouse_3204_3l_init_param:
+0x57dd 012026 jam p3204 ,mem_config_sensor_type 
+0x57de 012027 arg mem_sensor_3204_init ,regc 
+0x57df 012028 call mouse_sensor_wr_seq 
+0x57e0 012029 arg mem_sensor_32xx_init ,regc 
+0x57e1 012030 call mouse_sensor_wr_seq 
+0x57e2 012031 arg mem_sensor_32xx_init_1 ,regc 
+0x57e3 012032 branch mouse_sensor_wr_seq 
+:      012034 mouse_3212_init_param:
+0x57e4 012035 jam p3212 ,mem_config_sensor_type 
+0x57e5 012036 arg mem_sensor_3212_init ,regc 
+:      012037 mouse_sensor_wr_seq:
+0x57e6 012038 ifetch 2 ,regc 
+0x57e7 012039 arg 0xffff ,temp 
+0x57e8 012040 isub temp ,null 
+0x57e9 012041 rtn zero 
+0x57ea 012042 call twspi_write 
+0x57eb 012043 increase 2 ,regc 
+0x57ec 012044 branch mouse_sensor_wr_seq 
+:      012046 mouse_ka8_init_param_check:
+0x57ed 012047 call mouse_sensor_disable_wp 
+0x57ee 012048 setarg 0x9a5b 
+0x57ef 012049 call twspi_write 
+0x57f0 012050 setarg 0x0d 
+0x57f1 012051 call twspi_read 
+0x57f2 012052 sub pdata ,0x12 ,null 
+0x57f3 012053 branch mouse_ka8ul_init_param ,zero 
+0x57f4 012054 sub pdata ,0x0a ,null 
+0x57f5 012055 nbranch mouse_ka8hd_sensor_judge ,zero 
+0x57f6 012056 setarg 0x0e 
+0x57f7 012057 call twspi_read 
+0x57f8 012058 sub pdata ,0xe5 ,null 
+0x57f9 012059 nbranch mouse_init_sensor ,zero 
+0x57fa 012060 setarg 0x10 
+0x57fb 012061 call twspi_read 
+0x57fc 012062 sub pdata ,0xa5 ,null 
+0x57fd 012063 branch mouse_ka8ul_init_param ,zero 
+0x57fe 012064 call mouse_enable_ka8_sensor_wp 
+:      012065 mouse_ka8_init_param:
+0x57ff 012066 jam ka8 ,mem_config_sensor_type 
+0x5800 012067 rtn 
+:      012068 mouse_ka8ul_init_param:
+0x5801 012069 jam ka8_ul ,mem_config_sensor_type 
+0x5802 012070 arg mem_sensor_ka8ul_init ,regc 
+0x5803 012071 branch mouse_sensor_wr_seq 
+:      012072 mouse_ka8hd_sensor_judge:
+0x5804 012073 sub pdata ,0x10 ,null 
+0x5805 012074 nbranch mouse_init_sensor ,zero 
+0x5806 012075 setarg 0x0e 
+0x5807 012076 call twspi_read 
+0x5808 012077 sub pdata ,0xc5 ,null 
+0x5809 012078 nbranch mouse_init_sensor ,zero 
+0x580a 012079 setarg 0x10 
+0x580b 012080 call twspi_read 
+0x580c 012081 sub pdata ,0x38 ,null 
+0x580d 012082 nbranch mouse_init_sensor ,zero 
+:      012083 mouse_ka8hd_init_param:
+0x580e 012084 call mouse_enable_ka8_sensor_wp 
+0x580f 012085 jam ka8_hd ,mem_config_sensor_type 
+0x5810 012086 rtn 
+:      012087 mouse_enable_ka8_sensor_wp:
+0x5811 012088 setarg 0x005b 
+0x5812 012089 call twspi_write 
+0x5813 012090 branch mouse_sensor_enable_wp 
+:      012092 mouse_p6520_init_param:
+0x5814 012093 jam p6520 ,mem_config_sensor_type 
+0x5815 012094 arg mem_sensor_p6520_init ,regc 
+0x5816 012095 branch mouse_sensor_wr_seq 
+:      012097 mouse_init_p3065:
+0x5817 012098 call mouse_sensor_poweron 
+0x5818 012099 fetch 1 ,mem_sensor_id2 
+0x5819 012100 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
+0x581a 012101 beq p3065_id2 ,mouse_p3065_init_param 
+0x581b 012102 branch mouse_init_sensor 
+:      012104 mouse_p3065_init_param:
+0x581c 012105 jam p3065 ,mem_config_sensor_type 
+0x581d 012106 rtn 
+:      012108 mouse_p3065xy_init_param:
+0x581e 012109 jam p3065_xy ,mem_config_sensor_type 
+0x581f 012110 rtn 
+:      012112 mouse_ka8g2_id2_judge:
+0x5820 012113 call mouse_sensor_poweron 
+0x5821 012114 fetch 1 ,mem_sensor_id2 
+0x5822 012115 beq pka8g2_id2 ,mouse_ka8g2_init_param 
+0x5823 012116 branch mouse_init_p32xx_id2_judge 
+:      012117 mouse_ka8g2_init_param:
+0x5824 012118 jam ka8g2 ,mem_config_sensor_type 
+0x5825 012119 arg mem_sensor_ka8g2_init ,regc 
+0x5826 012120 branch mouse_sensor_wr_seq 
+:      012122 mouse_sensor_enable_wp:
+0x5827 012123 setarg 0x0009 
+0x5828 012124 branch twspi_write 
+:      012125 mouse_sensor_disable_wp:
+0x5829 012126 setarg 0x5a09 
+0x582a 012127 branch twspi_write 
+:      012129 mouse_sensor_reset:
+0x582b 012130 arg 0x8006 ,temp 
+0x582c 012131 fetch 1 ,mem_config_sensor_type 
+0x582d 012132 bne ka8g2 ,mouse_sensor_reset_end 
+0x582e 012133 arg 0x9706 ,temp 
+:      012134 mouse_sensor_reset_end:
+0x582f 012135 copy temp ,pdata 
+0x5830 012136 call twspi_write 
+0x5831 012137 nop 12000 
+0x5832 012138 rtn 
+:      012140 mouse_sensor_poweron_init:
+0x5833 012141 arg mem_sensor_poweron_init ,regc 
+0x5834 012142 fetch 1 ,mem_config_sensor_type 
+0x5835 012143 rtnne ka8g2 
+0x5836 012144 arg mem_sensor_ka8g2_poweron_init ,regc 
+0x5837 012145 rtn 
+:      012147 mouse_sensor_poweron:
+0x5838 012148 bpatch patch09_1 ,mem_patch09 
+0x5839 012149 call mouse_sensor_spi_init 
+0x583a 012150 call mouse_sensor_reset 
+0x583b 012151 call mouse_sensor_poweron_init 
+0x583c 012152 call mouse_sensor_wr_seq 
+0x583d 012153 branch mouse_dpi_config 
+:      012155 mouse_sensor_powerdown:
+0x583e 012156 bpatch patch09_2 ,mem_patch09 
+0x583f 012157 call mouse_init_sunt 
+0x5840 012158 call mouse_sensor_spi_init 
+0x5841 012159 arg 0x0806 ,temp 
+0x5842 012160 fetch 1 ,mem_config_sensor_type 
+0x5843 012161 bne ka8g2 ,mouse_sensor_powerdown_end 
+0x5844 012162 arg 0x1f06 ,temp 
+:      012163 mouse_sensor_powerdown_end:
+0x5845 012164 copy temp ,pdata 
+0x5846 012165 branch twspi_write 
+:      012173 mouse_check_sensor_data:
+0x5847 012174 fetch 1 ,mem_spi_write_flash_sm 
+0x5848 012175 rtnne flash_sm_no_buys 
+0x5849 012176 fetch 1 ,mem_config_sensor_type 
+0x584a 012177 beq p3205 ,mouse_p32xx_sensor_motion 
+0x584b 012178 beq p3065 ,mouse_p32xx_sensor_motion 
+0x584c 012179 beq ka8 ,mouse_p32xx_sensor_motion 
+0x584d 012180 beq p3204 ,mouse_p32xx_sensor_motion 
+0x584e 012181 beq p3212 ,mouse_p3212_sensor_motion 
+0x584f 012182 beq p3065_xy ,mouse_p32xx_sensor_motion 
+0x5850 012183 beq p8009 ,mouse_p8009_sensor_motion 
+0x5851 012184 beq ka8g2 ,mouse_pka8g2_sensor_motion 
+0x5852 012185 branch mouse_p32xx_sensor_motion 
+:      012188 mouse_p32xx_sensor_motion:
+0x5853 012189 call mouse_clear_sensor_data 
+0x5854 012190 disable user 
+0x5855 012191 fetch 1 ,mem_sensor_motion_gpio 
+0x5856 012192 beq gpio_disable ,mouse_p32xx_sensor_motion_2 
+0x5857 012193 fetcht 1 ,mem_sensor_motion_gpio 
+0x5858 012194 call gpio_get_bit 
+0x5859 012195 nrtn true 
+:      012196 mouse_p32xx_sensor_motion_2:
+0x585a 012197 setarg pan_reg_pid_l 
+0x585b 012198 call twspi_read 
+0x585c 012199 bne p32xx_id1 ,mouse_p3065_judge 
+:      012200 mouse_p32xx_sensor_motion_1:
+0x585d 012201 setarg pan_reg_motion_staus 
+0x585e 012202 call twspi_read 
+0x585f 012203 rtnbit0 7 
+0x5860 012204 call mouse_read_sensor_common 
+0x5861 012205 fetch 1 ,mem_mouse_x 
+0x5862 012206 call mouse_data_extsign 
+0x5863 012207 store 2 ,mem_mouse_x 
+0x5864 012208 fetch 1 ,mem_mouse_y 
+0x5865 012209 call mouse_data_extsign 
+0x5866 012210 store 2 ,mem_mouse_y 
+0x5867 012211 fetch 1 ,mem_config_sensor_angle 
+0x5868 012212 beq mouse_6clk_angle ,mouse_motion32xx_6clk_direction_selection 
+0x5869 012213 beq mouse_9clk_angle ,mouse_motion32xx_9clk_direction_selection 
+0x586a 012214 beq mouse_12clk_angle ,mouse_motion32xx_12clk_direction_selection 
+0x586b 012215 beq mouse_3clk_angle ,mouse_motion32xx_3clk_direction_selection 
+0x586c 012216 rtn 
+:      012218 mouse_p3065_judge:
+0x586d 012219 beq p3065_id1 ,mouse_p32xx_sensor_motion_1 
+0x586e 012220 branch mouse_twspi_reset 
+:      012222 mouse_motion32xx_6clk_direction_selection:
+0x586f 012223 call mouse_motion_6clk_direction_dispose 
+0x5870 012224 branch mouse_sensor_sdio_low 
+:      012225 mouse_motion32xx_9clk_direction_selection:
+0x5871 012226 call mouse_motion_9clk_direction_dispose 
+0x5872 012227 branch mouse_sensor_sdio_low 
+:      012228 mouse_motion32xx_12clk_direction_selection:
+0x5873 012229 call mouse_motion_12clk_direction_dispose 
+0x5874 012230 branch mouse_sensor_sdio_low 
+:      012231 mouse_motion32xx_3clk_direction_selection:
+0x5875 012232 call mouse_motion_3clk_direction_dispose 
+0x5876 012233 branch mouse_sensor_sdio_low 
+:      012237 mouse_p3212_sensor_motion:
+0x5877 012238 call mouse_clear_sensor_data 
+0x5878 012239 fetch 1 ,mem_sensor_motion_gpio 
+0x5879 012240 beq gpio_disable ,mouse_p3212_sensor_motion_1 
+0x587a 012241 fetcht 1 ,mem_sensor_motion_gpio 
+0x587b 012242 call gpio_get_bit 
+0x587c 012243 nrtn true 
+:      012244 mouse_p3212_sensor_motion_1:
+0x587d 012245 setarg pan_reg_pid_l 
+0x587e 012246 call twspi_read 
+0x587f 012247 bne p32xx_id1 ,mouse_twspi_reset 
+:      012248 mouse_p3212_sensor_motion_2:
+0x5880 012249 setarg pan_reg_motion_staus 
+0x5881 012250 call twspi_read 
+0x5882 012251 rtnbit0 7 
+0x5883 012252 call mouse_read_sensor_common 
+0x5884 012253 call mouse_read_3212sensor_xy_high 
+0x5885 012254 store 1 ,mem_mouse_xy_h 
+0x5886 012255 rshift4 pdata ,pdata 
+0x5887 012256 call mouse_data_extsign_bit3 
+0x5888 012257 store 1 ,mem_mouse_x + 1 
+0x5889 012258 fetch 1 ,mem_mouse_xy_h 
+0x588a 012259 and pdata ,0x0f ,pdata 
+0x588b 012260 call mouse_data_extsign_bit3 
+0x588c 012261 store 1 ,mem_mouse_y + 1 
+0x588d 012262 fetch 1 ,mem_config_sensor_angle 
+0x588e 012263 beq mouse_6clk_angle ,mouse_motion_6clk_direction_dispose 
+0x588f 012264 beq mouse_9clk_angle ,mouse_motion_9clk_direction_dispose 
+0x5890 012265 beq mouse_12clk_angle ,mouse_motion_12clk_direction_dispose 
+0x5891 012266 beq mouse_3clk_angle ,mouse_motion_3clk_direction_dispose 
+0x5892 012267 rtn 
+:      012269 mouse_read_3212sensor_xy_high:
+0x5893 012270 setarg 0x12 
+0x5894 012271 branch twspi_read 
+:      012273 mouse_pka8g2_sensor_motion:
+0x5895 012274 call mouse_clear_sensor_data 
+0x5896 012275 fetch 1 ,mem_sensor_motion_gpio 
+0x5897 012276 beq gpio_disable ,mouse_pka8g2_sensor_motion_1 
+0x5898 012277 fetcht 1 ,mem_sensor_motion_gpio 
+0x5899 012278 call gpio_get_bit 
+0x589a 012279 nrtn true 
+:      012280 mouse_pka8g2_sensor_motion_1:
+0x589b 012281 branch mouse_p3212_sensor_motion_2 
+:      012284 mouse_p8009_sensor_motion:
+0x589c 012285 call mouse_clear_sensor_data 
+0x589d 012286 disable user 
+0x589e 012287 setarg pan_reg_motion_staus 
+0x589f 012288 call twspi_read 
+0x58a0 012289 rtnbit0 7 
+0x58a1 012290 setarg pan_reg_opration_state 
+0x58a2 012291 call twspi_read 
+0x58a3 012292 branch mouse_p32xx_sensor_motion_1 + 3 ,blank 
+0x58a4 012293 setarg 0 
+0x58a5 012294 store 6 ,mem_mouse_x 
+0x58a6 012295 rtn 
+:      012297 mouse_motion_6clk_direction_dispose:
+0x58a7 012298 fetch 2 ,mem_mouse_x 
+0x58a8 012299 sub pdata ,0 ,pdata 
+0x58a9 012300 store 2 ,mem_mouse_x 
+0x58aa 012301 branch enable_user 
+:      012302 mouse_motion_12clk_direction_dispose:
+0x58ab 012303 fetch 2 ,mem_mouse_y 
+0x58ac 012304 sub pdata ,0 ,pdata 
+0x58ad 012305 store 2 ,mem_mouse_y 
+0x58ae 012306 branch enable_user 
+:      012307 mouse_motion_9clk_direction_dispose:
+0x58af 012308 fetch 2 ,mem_mouse_y 
+0x58b0 012309 sub pdata ,0 ,pdata 
+0x58b1 012310 store 2 ,mem_mouse_y 
+0x58b2 012311 fetch 2 ,mem_mouse_x 
+0x58b3 012312 sub pdata ,0 ,pdata 
+0x58b4 012313 store 2 ,mem_mouse_x 
+0x58b5 012314 call mouse_sensor_data_swap_places 
+0x58b6 012315 branch enable_user 
+:      012316 mouse_motion_3clk_direction_dispose:
+0x58b7 012317 call mouse_sensor_data_swap_places 
+0x58b8 012318 branch enable_user 
+:      012320 mouse_sensor_data_swap_places:
+0x58b9 012321 fetch 2 ,mem_mouse_y 
+0x58ba 012322 fetcht 2 ,mem_mouse_x 
+0x58bb 012323 store 2 ,mem_mouse_x 
+0x58bc 012324 storet 2 ,mem_mouse_y 
+0x58bd 012325 rtn 
+:      012328 mouse_clear_sensor_data:
+0x58be 012329 fetch 1 ,mem_mouse_move_flag 
+0x58bf 012330 call mouse_read_sensor_common ,blank 
+0x58c0 012331 jam 1 ,mem_mouse_move_flag 
+0x58c1 012332 rtn 
+:      012334 mouse_clear_sensor_data_by_reset:
+0x58c2 012335 jam 1 ,mem_mouse_clear_sensor_data_flag 
+0x58c3 012336 call le_set_config_more_data 
+:      012337 mouse_init_sensor_reset:
+0x58c4 012338 branch mouse_init_sunt 
+:      012340 mouse_data_xy_release:
+0x58c5 012341 fetch 1 ,mem_sensor_motion_gpio 
+0x58c6 012342 rtnne gpio_disable 
+0x58c7 012343 fetch 1 ,mem_mouse_long_mult_flag 
+0x58c8 012344 rtnne 1 
+0x58c9 012345 setarg 0 
+0x58ca 012346 store 1 ,mem_mouse_long_mult_flag 
+0x58cb 012347 store 4 ,mem_mouse_x 
+0x58cc 012348 branch mouse_init_sensor_reset 
+:      012350 mouse_data_extsign:
+0x58cd 012351 rtnbit0 7 
+0x58ce 012352 arg 0xff00 ,temp 
+0x58cf 012353 ior temp ,pdata 
+0x58d0 012354 rtn 
+:      012356 mouse_data_extsign_bit3:
+0x58d1 012357 rtnbit0 3 
+0x58d2 012358 arg 0xf0 ,temp 
+0x58d3 012359 ior temp ,pdata 
+0x58d4 012360 rtn 
+:      012362 mouse_read_sensor_common:
+0x58d5 012363 arg pan_reg_delta_x ,pdata 
+0x58d6 012364 call twspi_read 
+0x58d7 012365 store 2 ,mem_mouse_x 
+0x58d8 012366 arg pan_reg_delta_y ,pdata 
+0x58d9 012367 call twspi_read 
+0x58da 012368 store 2 ,mem_mouse_y 
+0x58db 012369 rtn 
+:      012372 mouse_sensor_sdio_low:
+0x58dc 012373 fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+0x58dd 012374 call gpio_get_bit 
+0x58de 012375 rtn true 
+0x58df 012376 setarg 0x0a 
+0x58e0 012377 call twspi_read 
+0x58e1 012378 nop 1000 
+0x58e2 012379 branch mouse_sensor_sdio_low 
+:      012381 mouse_set_sdio_high:
+0x58e3 012382 setarg 0x8100 
+0x58e4 012383 branch twspi_write 
+:      012388 mouse_bluetooth_fast_conn_init:
+0x58e5 012389 jam 0xff ,mem_mouse_bluetooth_fast_conn_flag 
+:      012390 mouse_ble_fast_conn_init:
+0x58e6 012391 jam 0x34 ,mem_xrecord_mode 
+0x58e7 012392 setarg 0x0f0f0f 
+0x58e8 012393 store 3 ,mem_le_lap 
+0x58e9 012394 store 3 ,mem_le_lap + 3 
+0x58ea 012395 branch mouse_start_reconnect 
+:      012397 mouse_buletooth_fast_conn_end:
+0x58eb 012398 bpatch patch09_3 ,mem_patch09 
+0x58ec 012399 call mouse_select_reconn_device 
+0x58ed 012400 call mouse_bluetooth_fast_conn_disable 
+0x58ee 012401 fetch 1 ,mem_device_flag 
+0x58ef 012402 beq mode_bt_device1 ,mouse_device1_check_auto_discover 
+0x58f0 012403 beq mode_bt_device2 ,mouse_device2_check_auto_discover 
+0x58f1 012404 rtn 
+:      012405 mouse_device1_check_auto_discover:
+0x58f2 012406 fetch 6 ,mem_device1_addr 
+0x58f3 012407 branch mouse_device_check_auto_discover 
+:      012408 mouse_device2_check_auto_discover:
+0x58f4 012409 fetch 6 ,mem_device2_addr 
+:      012410 mouse_device_check_auto_discover:
+0x58f5 012411 fetcht 6 ,mem_mouse_compare_addr_ff 
+0x58f6 012412 isub temp ,null 
+0x58f7 012413 branch mouse_start_discovery ,zero 
+0x58f8 012414 branch mouse_start_reconnect_device 
+:      012416 mouse_bluetooth_fast_conn_disable:
+0x58f9 012417 jam 0x5a ,mem_mouse_bluetooth_fast_conn_flag 
+0x58fa 012418 rtn 
+:      012421 mouse_stop_bluetooth_mode:
+0x58fb 012422 fetch 2 ,mem_ui_state_map 
+0x58fc 012423 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x58fd 012424 branch mouse_stop_discovery 
+:      012425 mouse_disconnect:
+0x58fe 012426 setarg 0 
+0x58ff 012427 store 2 ,mem_mouse_no_data_timer 
+0x5900 012428 fetch 2 ,mem_ui_state_map 
+0x5901 012429 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x5902 012430 rtn 
+:      012432 mouse_check_125hz:
+0x5903 012433 fetch mouse_flag_len ,mem_mouse_flag 
+0x5904 012434 rtnbit0 mouse_enable_bt_125hz 
+:      012435 mouse_bluetooth_125hz:
+0x5905 012436 nbranch mouse_bluetooth_125hz_clear ,user 
+0x5906 012437 fetch 1 ,mem_bluetooth_125hz_cnt 
+0x5907 012438 increase 1 ,pdata 
+0x5908 012439 and_into 0x0f ,pdata 
+0x5909 012440 store 1 ,mem_bluetooth_125hz_cnt 
+0x590a 012441 nrtn blank 
+:      012442 mouse_bluetooth_125hz_clear:
+0x590b 012443 jam 0 ,mem_bluetooth_125hz_cnt 
+0x590c 012444 branch disable_user 
+:      012446 mouse_current_mult_update:
+0x590d 012447 fetch 1 ,mem_sensor_motion_gpio 
+0x590e 012448 rtnne gpio_disable 
+0x590f 012449 jam 0 ,mem_lpm_mult 
+0x5910 012450 jam 30 ,mem_mouse_current_mult_timer 
+0x5911 012451 rtn 
+:      012454 mouse_priority_bb_event:
+0x5912 012455 bpatch patch09_4 ,mem_patch09 
+0x5913 012456 copy regc ,pdata 
+0x5914 012457 beq bt_evt_le_connected ,mouse_le_bb_event_connected 
+0x5915 012458 beq bt_evt_le_disconnected ,mouse_le_bb_disconnected 
+0x5916 012459 beq bt_evt_button_long_pressed ,mouse_bb_event_discovery_btn 
+0x5917 012460 beq bt_evt_le_pairing_success ,mouse_le_pairing_success 
+0x5918 012461 beq bt_evt_le_enc_info ,mouse_le_enc_info 
+0x5919 012462 beq bt_evt_le_start_enc ,mouse_le_ll_start_encryt 
+0x591a 012463 beq bt_evt_le_pairing_complete ,app_ble_store_reconn_info 
+0x591b 012464 beq bt_evt_le_parse_conn_papa_update_rsp ,mouse_le_conn_param_update_rsp_recieved 
+0x591c 012465 beq bt_evt_24g_pairing_complete ,mouse_24g_pairing_complete 
+0x591d 012466 beq bt_evt_24g_attempt_fail ,mouse_24g_attempt_fail 
+0x591e 012467 beq bt_evt_24g_attempt_success ,mouse_24g_attempt_success 
+0x591f 012468 beq bt_evt_le_parse_conn_param_accepted ,mouse_le_parse_conn_param_accepted 
+0x5920 012469 rtn 
+:      012472 mouse_le_bb_event_connected:
+0x5921 012473 fetch 1 ,mem_mouse_1io2led_led_enable 
+0x5922 012474 ncall mouse_multi_led_on_enable ,blank 
+0x5923 012475 jam 0 ,mem_mouse_long_mult_flag 
+0x5924 012476 call mouse_init_sensor_reset 
+0x5925 012477 jam 1 ,mem_mouse_le_bb_connected_flag 
+0x5926 012478 call mouse_24g_first_store_reconn_info 
+0x5927 012479 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x5928 012480 nbranch mouse_le_bb_event_connected_next ,blank 
+0x5929 012481 jam 0x14 ,mem_mouse_send_secutiry_request_timer 
+:      012482 mouse_le_bb_event_connected_next:
+0x592a 012483 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x592b 012484 set0 app_disc_by_button ,pdata 
+0x592c 012485 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x592d 012486 jam 0 ,mem_mouse_direct_timer 
+0x592e 012487 fetch 2 ,mem_le_battery_level_updata_timer_init 
+0x592f 012488 store 2 ,mem_le_battery_level_updata_timer 
+0x5930 012489 call mouse_no_data_timer_init 
+0x5931 012490 branch mouse_stop_discovery 
+:      012492 mouse_le_bb_disconnected:
+0x5932 012493 setarg 0 
+0x5933 012494 store 2 ,mem_le_battery_level_updata_timer 
+0x5934 012495 store 1 ,mem_mouse_le_send_conn_param_update 
+0x5935 012496 store 1 ,mem_mouse_le_send_conn_param_update_timer 
+0x5936 012497 store 1 ,mem_mouse_le_bb_connected_flag 
+0x5937 012498 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+0x5938 012499 jam 0 ,mem_mouse_clear_sensor_data_flag 
+0x5939 012500 call le_clr_config_more_data 
+0x593a 012501 branch mouse_bb_disconnected 
+:      012503 mouse_le_pairing_success:
+0x593b 012504 arg ll_pairing_success_flag ,queue 
+0x593c 012505 branch mouse_le_enable_connect_flag 
+:      012507 mouse_le_enc_info:
+:      012508 mouse_updata_le_param:
+0x593d 012509 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+0x593e 012510 branch ui_ipc_send_cmd 
+:      012512 mouse_le_ll_start_encryt:
+0x593f 012513 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x5940 012514 beq 1 ,mouse_le_ll_reconn_start_encryt 
+0x5941 012515 jam 20 ,mem_le_start_encrypt_timer 
+0x5942 012516 branch mouse_le_ll_enable_start_enc_flag 
+:      012517 mouse_le_ll_reconn_start_encryt:
+0x5943 012518 call mouse_updata_le_param 
+0x5944 012519 jam 10 ,mem_le_start_encrypt_timer 
+:      012520 mouse_le_ll_enable_start_enc_flag:
+0x5945 012521 arg ll_start_enc_flag ,queue 
+0x5946 012522 branch mouse_le_enable_connect_flag 
+:      012524 mouse_le_enable_connect_flag:
+0x5947 012525 fetch 1 ,mem_le_connect_status_flag 
+0x5948 012526 qset1 pdata 
+0x5949 012527 store 1 ,mem_le_connect_status_flag 
+0x594a 012528 rtn 
+:      012530 mouse_le_conn_param_update_rsp_recieved:
+0x594b 012531 fetch 1 ,mem_mouse_le_send_conn_param_update 
+0x594c 012532 nrtn blank 
+0x594d 012533 jam 1 ,mem_mouse_le_send_conn_param_update 
+0x594e 012534 jam 30 ,mem_mouse_le_send_conn_param_update_timer 
+0x594f 012535 rtn 
+:      012537 mouse_le_conn_param_lpm_disable:
+0x5950 012538 jam le_lpm_disable ,mem_mouse_le_conn_param_reject 
+0x5951 012539 rtn 
+:      012541 mouse_le_bb_event_connect_complete:
+0x5952 012542 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x5953 012543 nrtn blank 
+0x5954 012544 fetch 1 ,mem_le_att_handle 
+0x5955 012545 sub pdata ,34 ,pdata 
+0x5956 012546 nrtn zero 
+0x5957 012547 jam 0 ,mem_le_start_encrypt_timer 
+:      012548 mouse_le_write_enable:
+0x5958 012549 arg write_req_enable_flag ,queue 
+0x5959 012550 branch mouse_le_enable_connect_flag 
+:      012552 mouse_le_parse_conn_param_accepted:
+0x595a 012553 fetch 1 ,mem_le_new_conninterval 
+0x595b 012554 sub pdata ,le_interval_15ms ,null 
+0x595c 012555 nbranch mouse_le_conn_param_lpm_disable ,positive 
+0x595d 012556 fetch 1 ,mem_le_new_connslavelatency 
+0x595e 012557 fetcht 1 ,mem_lpm_mult_init 
+0x595f 012558 isub temp ,null 
+0x5960 012559 branch mouse_le_lpm_mult_reinit ,positive 
+0x5961 012560 fetch 1 ,mem_le_new_connslavelatency 
+0x5962 012561 store 1 ,mem_lpm_mult 
+0x5963 012562 branch mouse_le_conn_param_lpm_enable 
+:      012563 mouse_le_lpm_mult_reinit:
+0x5964 012564 fetch 1 ,mem_lpm_mult_init 
+0x5965 012565 store 1 ,mem_lpm_mult 
+:      012566 mouse_le_conn_param_lpm_enable:
+0x5966 012567 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+0x5967 012568 rtn 
+:      012570 mouse_le_clean_connect_flag:
+0x5968 012571 jam 0 ,mem_le_connect_status_flag 
+0x5969 012572 rtn 
+:      012574 mouse_le:
+0x596a 012575 bpatch patch09_5 ,mem_patch09 
+0x596b 012576 call le_fifo_check_nearly_full 
+0x596c 012577 nrtn blank 
+0x596d 012578 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x596e 012579 beq 0xff ,mouse_le_next 
+0x596f 012580 fetch 1 ,mem_le_connect_status_flag 
+0x5970 012581 and pdata ,0x03 ,pdata 
+0x5971 012582 rtnne 0x03 
+:      012583 mouse_le_next:
+0x5972 012584 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+0x5973 012585 call mouse_clear_sensor_data_by_reset ,blank 
+0x5974 012586 fetch mouse_flag_len ,mem_mouse_flag 
+0x5975 012587 bbit1 mouse_24g_pairing_flag ,mouse_le_send_empty_packet 
+0x5976 012588 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
+0x5977 012589 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+0x5978 012590 bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_le_send_empty_packet 
+0x5979 012591 call mouse_motion 
+0x597a 012592 call mouse_check_125hz 
+0x597b 012593 nrtn user 
+0x597c 012594 call mouse_current_mult_update 
+0x597d 012595 call mouse_data_xy_release 
+0x597e 012596 call mouse_wheel_trigger 
+0x597f 012597 fetch mouse_flag_len ,mem_mouse_flag 
+0x5980 012598 bbit0 mouse_enable_keyboard ,mouse_le_send_mouse_data 
+0x5981 012599 fetch 1 ,mem_customer_key 
+0x5982 012600 beq 1 ,mouse_le_send_keyboard_package_data 
+:      012601 mouse_le_send_mouse_data:
+0x5983 012602 branch mouse_fill_mouse_data_le 
+:      012605 mouse_le_send_keyboard_package_data:
+0x5984 012606 fetch 1 ,mem_customer_data_trigger 
+0x5985 012607 branch mouse_le_release_keyboard_data ,blank 
+0x5986 012608 fetch 8 ,mem_customer_key_press + 1 
+:      012609 mouse_fill_keyboard_package_data_le:
+0x5987 012610 store 8 ,mem_pdatatemp 
+0x5988 012611 fetch 1 ,mem_customer_key_press 
+0x5989 012612 beq kb_multikey_report_id ,mouse_fill_multimedia_key_data_le 
+0x598a 012613 beq kb_system_conctrl_report_id ,mouse_fill_systemctrl_key_data_le 
+0x598b 012614 jam 8 ,mem_le_data_len 
+0x598c 012615 fetcht 2 ,mem_le_keyboard_handle 
+:      012616 mouse_fill_data_le:
+0x598d 012617 fetch 1 ,mem_le_data_len 
+0x598e 012618 copy pdata ,rega 
+0x598f 012619 call le_att_malloc_tx_notify 
+0x5990 012620 fetcht 1 ,mem_le_data_len 
+0x5991 012621 copy temp ,loopcnt 
+0x5992 012622 arg mem_pdatatemp ,contr 
+0x5993 012623 branch memcpy 
+:      012625 mouse_le_release_keyboard_data:
+0x5994 012626 fetch 8 ,mem_customer_key_release + 1 
+0x5995 012627 branch mouse_fill_keyboard_package_data_le 
+:      012629 mouse_fill_multimedia_key_data_le:
+0x5996 012630 jam 3 ,mem_le_data_len 
+0x5997 012631 fetcht 2 ,mem_le_multimedia_handle 
+0x5998 012632 branch mouse_fill_data_le 
+:      012634 mouse_fill_systemctrl_key_data_le:
+0x5999 012635 jam 2 ,mem_le_data_len 
+0x599a 012636 fetcht 2 ,mem_le_systemctrl_handle 
+0x599b 012637 branch mouse_fill_data_le 
+:      012639 mouse_fill_battery_level_le:
+0x599c 012640 arg 1 ,rega 
+0x599d 012641 fetcht 2 ,mem_le_battery_level_handle 
+0x599e 012642 call le_att_malloc_tx_notify 
+0x599f 012643 fetch 1 ,mem_le_battery_level_percentage 
+0x59a0 012644 istore 1 ,contw 
+0x59a1 012645 rtn 
+:      012647 mouse_le_send_empty_packet:
+0x59a2 012648 setarg 0 
+0x59a3 012649 store 7 ,mem_mouse_key 
+:      012650 mouse_fill_mouse_data_le:
+0x59a4 012651 jam 7 ,mem_le_data_len 
+0x59a5 012652 fetch 7 ,mem_mouse_key 
+0x59a6 012653 store 7 ,mem_pdatatemp 
+0x59a7 012654 fetcht 2 ,mem_le_notify_handle 
+0x59a8 012655 branch mouse_fill_data_le 
+:      012657 mouse_check_51cmd_adv:
+0x59a9 012658 jam 0 ,mem_mouse_le_reconnect_flag 
+0x59aa 012659 fetch 3 ,mem_le_adv_ind 
+0x59ab 012660 store 3 ,mem_le_adv_data + 4 
+0x59ac 012661 call mouse_le_check_adv_flag 
+0x59ad 012662 setarg adv_flag_bredr_not_supported | adv_flag_limited_discoverable 
+0x59ae 012663 istore 1 ,contr 
+0x59af 012664 arg mem_le_adv_swift_pair ,contr 
+0x59b0 012665 call mouse_le_adv_data_update 
+0x59b1 012666 branch check_51cmd_adv 
+:      012668 mouse_le_check_adv_flag:
+0x59b2 012669 arg mem_le_adv_data ,rega 
+:      012670 mouse_le_check_adv_flag_loop:
+0x59b3 012671 ifetch 1 ,rega 
+0x59b4 012672 rtn blank 
+0x59b5 012673 iadd contr ,rega 
+0x59b6 012674 ifetch 1 ,contr 
+0x59b7 012675 rtneq 0x01 
+0x59b8 012676 branch mouse_le_check_adv_flag_loop 
+:      012678 mouse_le_adv_data_update:
+0x59b9 012679 arg mem_le_adv_data + 11 ,contw 
+0x59ba 012680 arg 19 ,loopcnt 
+0x59bb 012681 call memcpy 
+0x59bc 012682 branch le_modified_name_adv 
+:      012684 mouse_le_name_load:
+0x59bd 012685 fetch 8 ,mem_le_name_temp 
+0x59be 012686 rtn blank 
+0x59bf 012687 fetch 1 ,mem_le_name_len_temp 
+0x59c0 012688 copy pdata ,rega 
+0x59c1 012689 sub pdata ,11 ,null 
+0x59c2 012690 nbranch mouse_le_name_len_overflow ,positive 
+0x59c3 012691 arg mem_le_name_temp ,contr 
+0x59c4 012692 arg mem_le_adv_swift_pair + 9 ,contw 
+0x59c5 012693 copy rega ,loopcnt 
+0x59c6 012694 call memcpy 
+0x59c7 012695 arg mem_le_name_temp ,contr 
+0x59c8 012696 arg mem_le_scan_data + 2 ,contw 
+0x59c9 012697 copy rega ,loopcnt 
+0x59ca 012698 call memcpy 
+0x59cb 012699 arg mem_le_name_temp ,contr 
+0x59cc 012700 arg mem_le_name ,contw 
+0x59cd 012701 copy rega ,loopcnt 
+0x59ce 012702 branch memcpy 
+:      012703 mouse_le_name_len_overflow:
+0x59cf 012704 call mouse_le_swift_pair_disable 
+0x59d0 012705 fetch 1 ,mem_le_name_len_temp 
+0x59d1 012706 increase 1 ,pdata 
+0x59d2 012707 store 1 ,mem_le_adv_swift_pair 
+0x59d3 012708 jam 9 ,mem_le_adv_swift_pair + 1 
+0x59d4 012709 arg mem_le_name_temp ,contr 
+0x59d5 012710 arg mem_le_adv_swift_pair + 2 ,contw 
+0x59d6 012711 copy rega ,loopcnt 
+0x59d7 012712 call memcpy 
+0x59d8 012713 fetch 1 ,mem_le_name_len_temp 
+0x59d9 012714 increase 1 ,pdata 
+0x59da 012715 store 1 ,mem_le_scan_data 
+0x59db 012716 jam 9 ,mem_le_scan_data + 1 
+0x59dc 012717 arg mem_le_name_temp ,contr 
+0x59dd 012718 arg mem_le_scan_data + 2 ,contw 
+0x59de 012719 copy rega ,loopcnt 
+0x59df 012720 call memcpy 
+0x59e0 012721 arg mem_le_name_len_temp ,contr 
+0x59e1 012722 arg mem_le_name_len ,contw 
+0x59e2 012723 copy rega ,loopcnt 
+0x59e3 012724 increase 1 ,loopcnt 
+0x59e4 012725 branch memcpy 
+:      012726 mouse_le_swift_pair_disable:
+0x59e5 012727 arg mem_le_adv_swift_pair ,contw 
+0x59e6 012728 arg 20 ,loopcnt 
+0x59e7 012729 branch clear_mem 
+:      012731 mouse_le_parse_l2cap:
+0x59e8 012732 fetch 2 ,mem_le_payload_ptr 
+0x59e9 012733 add pdata ,2 ,contr 
+0x59ea 012734 ifetch 2 ,contr 
+0x59eb 012735 beq le_l2cap_cid_att ,mouse_le_parse_att 
+0x59ec 012736 branch le_parse_l2cap + 4 
+:      012738 mouse_le_parse_att:
+0x59ed 012739 ifetch 3 ,contr 
+0x59ee 012740 store 3 ,mem_le_att_opcode 
+0x59ef 012741 beq attop_read_request ,mouse_le_parse_att_read_request 
+0x59f0 012742 beq attop_write_request ,mouse_le_parse_att_write_request 
+0x59f1 012743 branch le_parse_att + 2 
+:      012745 mouse_le_parse_att_read_request:
+0x59f2 012746 fetch mouse_flag_len ,mem_mouse_flag 
+0x59f3 012747 bbit0 mouse_enable_le_battery_service_cancel ,le_parse_att_read_request 
+0x59f4 012748 call le_check_encrypt_state 
+0x59f5 012749 fetcht 2 ,mem_le_att_handle 
+0x59f6 012750 fetch 1 ,mem_le_configuration 
+0x59f7 012751 bbit1 bit_ble_read_auth ,mouse_le_send_att_read_response_check_auth 
+:      012753 mouse_le_send_att_read_response:
+0x59f8 012754 fetch 2 ,mem_le_att_handle 
+0x59f9 012755 beq 0x30 ,le_send_att_error_response_notfound 
+0x59fa 012756 branch le_send_att_read_response 
+:      012758 mouse_le_send_att_read_response_check_auth:
+0x59fb 012759 fetch 2 ,mem_le_pairing_handle 
+0x59fc 012760 isub temp ,null 
+0x59fd 012761 nbranch mouse_le_send_att_read_response ,zero 
+0x59fe 012762 nbranch mouse_le_send_att_read_response ,user 
+0x59ff 012763 branch le_send_att_read_response_error_insufficient_auth 
+:      012765 mouse_le_parse_att_write_request:
+0x5a00 012766 copy contr ,rega 
+0x5a01 012767 fetch 2 ,mem_le_l2cap_size 
+0x5a02 012768 add pdata ,-3 ,regb 
+0x5a03 012769 call le_writeatt_cb 
+0x5a04 012770 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x5a05 012771 beq 0xff ,le_send_att_write_response_check_auth 
+0x5a06 012772 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x5a07 012773 branch le_send_att_write_response_check_auth ,blank 
+0x5a08 012774 fetch 1 ,mem_le_connect_status_flag 
+0x5a09 012775 bbit1 ll_start_enc_flag ,le_send_att_write_response_check_auth 
+0x5a0a 012776 setarg 0x001a 
+0x5a0b 012777 fetcht 2 ,mem_le_att_handle 
+0x5a0c 012778 isub temp ,null 
+0x5a0d 012779 nbranch le_send_att_write_response_check_auth ,zero 
+0x5a0e 012780 branch le_send_att_read_response_error_insufficient_auth 
+:      012786 mouse_bb_disconnected:
+0x5a0f 012787 call mouse_bb_discon_clear_stack 
+0x5a10 012788 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x5a11 012789 bbit1 app_disc_ble ,mouse4_0_event_bb_disconn 
+0x5a12 012790 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x5a13 012791 branch mouse_start_discovery 
+:      012793 mouse_bb_discon_clear_stack:
+0x5a14 012794 setarg 0 
+0x5a15 012795 store 8 ,mem_wheel_tb_old_pinlevel 
+0x5a16 012796 istore 4 ,contw 
+0x5a17 012797 jam 0 ,mem_mouse_move_flag 
+0x5a18 012798 jam 0 ,mem_ltk_exists 
+0x5a19 012799 rtn 
+:      012801 mouse4_0_event_bb_disconn:
+0x5a1a 012802 call mouse_le_clean_connect_flag 
+0x5a1b 012803 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x5a1c 012804 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x5a1d 012805 branch mouse_app_enter_hibernate 
+:      012809 mouse_bb_event_timer:
+0x5a1e 012810 bpatch patch09_6 ,mem_patch09 
+0x5a1f 012811 call mouse_adc_read 
+0x5a20 012812 call mouse_low_voltage_led_timer 
+0x5a21 012814 call g24_pair_timeout_timer 
+0x5a22 012815 call g24_reconn_timeout_timer 
+0x5a23 012816 call mouse_24g_long_sleep_param_update_timer 
+0x5a24 012818 call mouse_device_poweron_timer 
+0x5a25 012819 call mouse_dpi_led_blink_delay_timer 
+0x5a26 012820 call mouse_led_multi_timer 
+0x5a27 012821 call mouse_logo_led_on_timer 
+0x5a28 012823 call mouse_dpi_key_check_long_press 
+0x5a29 012824 call mouse_bt_discovery_check 
+0x5a2a 012825 call mouse_commbination_key_process 
+0x5a2b 012826 call mouse_check_discovery_timeout_timer 
+0x5a2c 012828 call mouse_check_direct_timeout_timer 
+0x5a2d 012829 call mouse_le_enable_att_list_timer 
+0x5a2e 012830 call mouse_le_battery_updata_timer 
+0x5a2f 012831 call mouse_le_send_smp_security_request_timer 
+0x5a30 012832 call mouse_le_send_conn_param_update_timer 
+0x5a31 012834 call mouse_check_reconnect_delay_long_sleep 
+0x5a32 012835 call mouse_current_mult_update_timer 
+0x5a33 012836 call mouse_wheel_trigger_timer 
+0x5a34 012837 call mouse_store_information_delay_timer 
+0x5a35 012838 branch mouse_check_no_data_timeout_timer 
+:      012840 mouse_bt_discovery_check:
+0x5a36 012841 fetch mouse_flag_len ,mem_mouse_flag 
+0x5a37 012842 bbit1 mouse_enable_pb_button_long_press_disconvery ,mouse_bt_discovery_by_pb_button 
+0x5a38 012843 rtn 
+:      012845 mouse_bt_discovery_by_pb_button:
+0x5a39 012846 fetch 1 ,mem_select_device_button_statue 
+0x5a3a 012847 rtnne pb_button_state_down 
+0x5a3b 012848 arg mem_bt_discovery_count ,regc 
+0x5a3c 012849 arg mouse_long_button_bt_discovery ,regb 
+0x5a3d 012850 branch timer_single_step 
+:      012852 mouse_long_button_bt_discovery:
+0x5a3e 012853 fetch 1 ,mem_device_flag 
+0x5a3f 012854 rtneq mode_24g_device 
+0x5a40 012855 fetch mouse_flag_len ,mem_mouse_flag 
+0x5a41 012856 rtnbit1 mouse_bt_discovery_button_long_down_flag 
+0x5a42 012857 arg mouse_bt_discovery_button_long_down_flag ,queue 
+0x5a43 012858 call mouse_enable_function_flag 
+0x5a44 012859 call app_evt_button_long_pressed 
+0x5a45 012860 branch mouse_bb_event_discovery_btn 
+:      012862 mouse_commbination_key_process:
+0x5a46 012863 fetch 1 ,mem_device_flag 
+0x5a47 012864 beq mode_24g_device ,mouse_24g_commbination_key_process 
+0x5a48 012865 fetch mouse_flag_len ,mem_mouse_flag 
+0x5a49 012866 rtnbit0 mouse_enable_commbination_key_by_bt_discovery 
+0x5a4a 012867 fetcht 1 ,mem_mouse_commbination_key_bt 
+0x5a4b 012868 branch mouse_commbination_key_start 
+:      012870 mouse_24g_commbination_key_process:
+0x5a4c 012871 fetch mouse_flag_len ,mem_mouse_flag 
+0x5a4d 012872 rtnbit0 mouse_enable_commbination_key_by_24g_pairing 
+0x5a4e 012873 fetcht 1 ,mem_mouse_commbination_key_24g 
+:      012874 mouse_commbination_key_start:
+0x5a4f 012875 storet 1 ,mem_mouse_commbination_key 
+0x5a50 012876 call mouse_check_key_gpio 
+0x5a51 012877 and pdata ,0x07 ,pdata 
+0x5a52 012878 fetcht 1 ,mem_mouse_commbination_key 
+0x5a53 012879 isub temp ,null 
+0x5a54 012880 branch mouse_commbination_key_down ,zero 
+:      012881 mouse_commbination_key_up:
+0x5a55 012882 fetch 1 ,mem_ui_button_timeout 
+0x5a56 012883 store 1 ,mem_combination_ui_button_count 
+0x5a57 012884 fetch 1 ,mem_commbination_key_statue 
+0x5a58 012885 rtneq commbination_key_state_up 
+0x5a59 012886 jam commbination_key_state_up ,mem_commbination_key_statue 
+0x5a5a 012887 rtn 
+:      012889 mouse_commbination_key_down:
+0x5a5b 012890 call mouse_combination_ui_timer 
+0x5a5c 012891 fetch 1 ,mem_commbination_key_statue 
+0x5a5d 012892 rtneq commbination_key_state_down 
+0x5a5e 012893 jam commbination_key_state_down ,mem_commbination_key_statue 
+0x5a5f 012894 rtn 
+:      012896 mouse_combination_ui_timer:
+0x5a60 012897 arg mouse_24g_start_pair_mode ,regb 
+0x5a61 012898 arg mem_combination_ui_button_count ,regc 
+0x5a62 012899 fetch 1 ,mem_device_flag 
+0x5a63 012900 beq mode_24g_device ,timer_single_step 
+0x5a64 012901 arg mouse_long_button_bt_discovery ,regb 
+0x5a65 012902 call timer_single_step 
+0x5a66 012903 fetch 1 ,mem_combination_ui_button_count 
+0x5a67 012904 beq 1 ,mouse_bt_discovery_button_down_enable 
+0x5a68 012905 rtn 
+:      012907 mouse_check_discovery_timeout_timer:
+0x5a69 012908 arg mem_mouse_discovery_timer ,regc 
+0x5a6a 012909 arg mouse_check_discovery_timeout ,regb 
+0x5a6b 012910 branch timer_single_step_2b 
+:      012912 mouse_check_discovery_timeout:
+0x5a6c 012913 call mouse_stop_discovery 
+0x5a6d 012914 branch mouse_app_enter_hibernate 
+:      012916 mouse_check_direct_timeout_timer:
+0x5a6e 012917 arg mem_mouse_direct_timer ,regc 
+0x5a6f 012918 arg mouse_check_direct_timeout ,regb 
+0x5a70 012919 call timer_single_step_2b 
+0x5a71 012920 fetch 1 ,mem_mouse_direct_timer 
+0x5a72 012921 beq 1 ,app_ble_stop_direct_adv 
+0x5a73 012922 rtn 
+:      012924 mouse_check_direct_timeout:
+0x5a74 012925 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x5a75 012926 beq 0xff ,mouse_buletooth_fast_conn_end 
+0x5a76 012927 fetch 1 ,mem_reconn_times 
+0x5a77 012928 nbranch mouse_polling_device ,blank 
+0x5a78 012929 fetch mouse_flag_len ,mem_mouse_flag 
+0x5a79 012930 bbit1 mouse_enable_bt_reconnect_timeout_enter_discovery ,mouse_start_discovery 
+0x5a7a 012931 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_bb_event_reconn_timeout 
+0x5a7b 012932 branch mouse_app_enter_hibernate 
+:      012934 mouse_le_enable_att_list_timer:
+0x5a7c 012935 arg mem_le_start_encrypt_timer ,regc 
+0x5a7d 012936 arg mouse_le_write_enable ,regb 
+0x5a7e 012937 branch timer_single_step 
+:      012939 mouse_le_send_smp_security_request_timer:
+0x5a7f 012940 fetch 1 ,mem_mouse_le_bb_connected_flag 
+0x5a80 012941 rtn blank 
+0x5a81 012942 arg mem_mouse_send_secutiry_request_timer ,regc 
+0x5a82 012943 arg mouse_le_pairing_sm_start_check ,regb 
+0x5a83 012944 branch timer_single_step 
+:      012945 mouse_le_pairing_sm_start_check:
+0x5a84 012946 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x5a85 012947 nrtn blank 
+0x5a86 012948 fetch 1 ,mem_le_pairing_state 
+0x5a87 012949 rtnne flag_le_pairing_null 
+0x5a88 012950 branch le_pairing_sm_start 
+:      012952 mouse_le_send_conn_param_update_timer:
+0x5a89 012953 arg mem_mouse_le_send_conn_param_update_timer ,regc 
+0x5a8a 012954 arg mouse_updata_le_param ,regb 
+0x5a8b 012955 branch timer_single_step 
+:      012957 mouse_le_battery_updata_timer:
+0x5a8c 012958 fetch mouse_flag_len ,mem_mouse_flag 
+0x5a8d 012959 rtnbit1 mouse_enable_le_battery_service_cancel 
+0x5a8e 012960 arg mem_le_battery_level_updata_timer ,regc 
+0x5a8f 012961 arg mouse_le_battery_level_updata ,regb 
+0x5a90 012962 branch timer_single_step 
+:      012964 mouse_le_battery_level_updata:
+0x5a91 012965 fetch 2 ,mem_le_battery_level_updata_timer_init 
+0x5a92 012966 store 2 ,mem_le_battery_level_updata_timer 
+0x5a93 012967 branch mouse_fill_battery_level_le 
+:      012969 mouse_le_enable_att_list:
+0x5a94 012970 fetch 1 ,mem_le_connect_status_flag 
+0x5a95 012971 rtnbit1 ll_pairing_success_flag 
+0x5a96 012972 call mouse_updata_le_param 
+0x5a97 012973 arg write_req_enable_flag ,queue 
+0x5a98 012974 branch mouse_le_enable_connect_flag 
+:      012976 mouse_check_reconnect_delay_long_sleep:
+0x5a99 012977 arg mem_mouse_bluetooth_reconnect_timeout ,regc 
+0x5a9a 012978 arg mouse_app_enter_hibernate ,regb 
+0x5a9b 012979 branch timer_single_step 
+:      012981 mouse_current_mult_update_timer:
+0x5a9c 012982 arg mem_mouse_current_mult_timer ,regc 
+0x5a9d 012983 arg mouse_current_mult_reinit ,regb 
+0x5a9e 012984 branch timer_single_step 
+:      012985 mouse_current_mult_reinit:
+0x5a9f 012986 fetch 1 ,mem_lpm_mult_init 
+0x5aa0 012987 store 1 ,mem_lpm_mult 
+0x5aa1 012988 jam 1 ,mem_mouse_long_mult_flag 
+0x5aa2 012989 rtn 
+:      012992 mouse_check_no_data_timeout_timer:
+0x5aa3 012993 arg mem_mouse_no_data_timer ,regc 
+0x5aa4 012994 arg mouse_check_no_data_timeout ,regb 
+0x5aa5 012995 branch timer_single_step_2b 
+:      012997 mouse_check_no_data_timeout:
+0x5aa6 012998 fetch 1 ,mem_device_flag 
+0x5aa7 012999 beq mode_24g_device ,mouse_24g_hibernate_set 
+0x5aa8 013000 branch mouse_disconnect 
+:      013002 mouse_no_data_timer_init:
+0x5aa9 013003 fetch 2 ,mem_mouse_no_data_timeout 
+0x5aaa 013004 store 2 ,mem_mouse_no_data_timer 
+0x5aab 013005 rtn 
+:      013007 mouse_store_information_delay_timer:
+0x5aac 013008 arg mem_store_information_delay_timer ,regc 
+0x5aad 013009 arg mouse_store_device_info_check ,regb 
+0x5aae 013010 branch timer_single_step 
+:      013012 mouse_store_device_info_check:
+0x5aaf 013013 call mouse_store_device_info 
+0x5ab0 013014 fetch 1 ,mem_mouse_need_soft_reset 
+0x5ab1 013015 nbranch mouse_soft_reset ,blank 
+0x5ab2 013016 rtn 
+:      013019 mouse_device_multi_led_poweron2s_init:
+0x5ab3 013020 fetch 1 ,mem_mouse_multi_led_powon2s_timer_init 
+0x5ab4 013021 store 1 ,mem_mouse_multi_led_powon2s_timer 
+0x5ab5 013022 fetch 1 ,mem_mouse_multi_led_poweron2s_flag_init 
+0x5ab6 013023 store 1 ,mem_mouse_multi_led_poweron2s_flag 
+0x5ab7 013024 rtn 
+:      013025 mouse_multi_led_blink_enable:
+0x5ab8 013026 jam 1 ,mem_mouse_multi_led_blink_enable 
+0x5ab9 013027 jam multi_led_blink ,mem_mouse_multi_led_type 
+0x5aba 013028 fetch 1 ,mem_mouse_multi_led_blink_timer_init 
+0x5abb 013029 store 1 ,mem_mouse_multi_led_blink_timer 
+0x5abc 013030 rtn 
+:      013031 mouse_multi_led_on_enable:
+0x5abd 013032 jam 1 ,mem_mouse_multi_led_blink_enable 
+0x5abe 013033 jam 0 ,mem_mouse_multi_led_blink_timer 
+0x5abf 013034 jam multi_led_on ,mem_mouse_multi_led_type 
+0x5ac0 013035 rtn 
+:      013037 mouse_led_multi_timer:
+0x5ac1 013038 fetch 1 ,mem_mouse_multi_led_blink_enable 
+0x5ac2 013039 rtn blank 
+0x5ac3 013040 fetch 1 ,mem_mouse_multi_led_type 
+0x5ac4 013041 beq multi_led_blink ,mouse_multi_led_type_blink 
+:      013042 mouse_multi_led_type_on:
+0x5ac5 013043 fetch 1 ,mem_mouse_multi_led_poweron2s_flag 
+0x5ac6 013044 nbranch mouse_device_multi_led_poweron2s ,blank 
+0x5ac7 013045 jam 0 ,mem_mouse_multi_led_blink_enable 
+0x5ac8 013046 rtn 
+:      013047 mouse_device_multi_led_poweron2s:
+0x5ac9 013048 fetch 1 ,mem_mouse_multi_led_powon2s_timer 
+0x5aca 013049 branch mouse_multi_led_poweron2s_and_flag_off ,blank 
+0x5acb 013050 increase -1 
+0x5acc 013051 store 1 ,mem_mouse_multi_led_powon2s_timer 
+0x5acd 013052 branch mouse_device_multi_led_on 
+:      013053 mouse_multi_led_poweron2s_and_flag_off:
+0x5ace 013054 jam 0 ,mem_mouse_multi_led_poweron2s_flag 
+0x5acf 013055 jam 0 ,mem_mouse_multi_led_blink_enable 
+0x5ad0 013056 branch mouse_device_multi_led_off 
+:      013058 mouse_multi_led_type_blink:
+0x5ad1 013059 arg mem_mouse_multi_led_blink_timer ,regc 
+0x5ad2 013060 arg mouse_multi_led_type_blink_timeout ,regb 
+0x5ad3 013061 branch timer_single_step 
+:      013063 mouse_multi_led_type_blink_timeout:
+0x5ad4 013064 fetch 1 ,mem_mouse_multi_led_blink_timer_init 
+0x5ad5 013065 store 1 ,mem_mouse_multi_led_blink_timer 
+0x5ad6 013066 fetch 1 ,mem_mouse_multi_led_state 
+0x5ad7 013067 beq on ,mouse_device_multi_led_off 
+:      013068 mouse_device_multi_led_on:
+0x5ad8 013069 jam on ,mem_mouse_multi_led_state 
+0x5ad9 013070 fetch 1 ,mem_device_flag 
+0x5ada 013071 beq mode_24g_device ,mouse_device_24g_multi_led_on 
+0x5adb 013072 beq mode_bt_device1 ,mouse_device_bt1_multi_led_on 
+0x5adc 013073 beq mode_bt_device2 ,mouse_device_bt2_multi_led_on 
+0x5add 013074 rtn 
+:      013075 mouse_device_24g_multi_led_on:
+0x5ade 013076 fetcht 1 ,mem_mouse_1io2led_multi_24g_gpio 
+0x5adf 013077 branch gpio_out_active 
+:      013078 mouse_device_bt1_multi_led_on:
+0x5ae0 013079 fetcht 1 ,mem_mouse_1io2led_multi_bt1_gpio 
+0x5ae1 013080 branch gpio_out_active 
+:      013081 mouse_device_bt2_multi_led_on:
+0x5ae2 013082 fetcht 1 ,mem_mouse_1io2led_multi_bt2_gpio 
+0x5ae3 013083 branch gpio_out_active 
+:      013085 mouse_device_multi_led_off:
+0x5ae4 013086 jam off ,mem_mouse_multi_led_state 
+0x5ae5 013087 fetch 1 ,mem_device_flag 
+0x5ae6 013088 beq mode_24g_device ,mouse_device_24g_multi_led_off 
+0x5ae7 013089 beq mode_bt_device1 ,mouse_device_bt1_multi_led_off 
+0x5ae8 013090 beq mode_bt_device2 ,mouse_device_bt2_multi_led_off 
+0x5ae9 013091 rtn 
+:      013093 mouse_device_24g_multi_led_off:
+0x5aea 013094 fetcht 1 ,mem_mouse_1io2led_multi_24g_gpio 
+0x5aeb 013095 branch gpio_set_high_impedance 
+:      013096 mouse_device_bt1_multi_led_off:
+0x5aec 013097 fetcht 1 ,mem_mouse_1io2led_multi_bt1_gpio 
+0x5aed 013098 branch gpio_set_high_impedance 
+:      013099 mouse_device_bt2_multi_led_off:
+0x5aee 013100 fetcht 1 ,mem_mouse_1io2led_multi_bt2_gpio 
+0x5aef 013101 branch gpio_set_high_impedance 
+:      013103 mouse_1io2led_all_off:
+0x5af0 013104 call mouse_device_24g_multi_led_off 
+0x5af1 013105 call mouse_device_bt1_multi_led_off 
+0x5af2 013106 branch mouse_device_bt2_multi_led_off 
+:      013109 mouse_logo_led_on_timer:
+0x5af3 013110 fetch 1 ,mem_mouse_logo_led_gpio 
+0x5af4 013111 rtneq gpio_disable 
+0x5af5 013112 fetch 2 ,mem_mouse_no_data_timer 
+0x5af6 013113 rtn blank 
+0x5af7 013114 fetch 2 ,mem_mouse_no_data_timeout 
+0x5af8 013115 fetcht 2 ,mem_mouse_no_data_timer 
+0x5af9 013116 isub temp ,temp 
+0x5afa 013117 fetch 2 ,mem_mouse_logo_led_on_time_init 
+0x5afb 013118 isub temp ,pdata 
+0x5afc 013119 branch mouse_logo_led_on ,positive 
+:      013120 mouse_logo_led_off:
+0x5afd 013121 fetcht 1 ,mem_mouse_logo_led_gpio 
+0x5afe 013122 fetch 1 ,mem_mouse_1io2led_led_enable 
+0x5aff 013123 beq 1 ,gpio_set_high_impedance 
+0x5b00 013124 branch gpio_out_inactive 
+:      013125 mouse_logo_led_on:
+0x5b01 013126 fetcht 1 ,mem_mouse_logo_led_gpio 
+0x5b02 013127 branch gpio_out_active 
+:      013130 mouse_bb_event_discovery_btn:
+0x5b03 013131 isolate1 mark_24g ,mark 
+0x5b04 013132 call mouse_24g_stop ,true 
+0x5b05 013133 call mouse_disconnect 
+0x5b06 013134 call mouse_le_clean_connect_flag 
+0x5b07 013135 branch mouse_start_discovery 
+:      013137 mouse_start_discovery:
+0x5b08 013138 bpatch patch09_7 ,mem_patch09 
+0x5b09 013139 fetch 2 ,mem_ui_state_map 
+0x5b0a 013140 isolate1 ui_state_ble_adv ,pdata 
+0x5b0b 013141 call mouse_stop_le_adv ,true 
+0x5b0c 013142 call mouse_bluetooth_fast_conn_disable 
+0x5b0d 013143 fetch 2 ,mem_ui_state_map 
+0x5b0e 013144 bbit1 ui_state_ble_adv ,mouse_start_discovery_norandom 
+0x5b0f 013145 fetch mouse_flag_len ,mem_mouse_flag 
+0x5b10 013146 bbit0 mouse_enable_ble_random_addre ,mouse_start_discovery_norandom 
+0x5b11 013147 fetcht 2 ,mem_random_addr_increase_count 
+0x5b12 013148 increase 1 ,temp 
+0x5b13 013149 storet 2 ,mem_random_addr_increase_count 
+0x5b14 013150 storet 2 ,mem_le_lap + 1 
+0x5b15 013151 random pdata 
+0x5b16 013152 store 1 ,mem_le_lap 
+:      013153 mouse_start_discovery_norandom:
+0x5b17 013154 fetch 3 ,mem_mouse_le_lap_temp 
+0x5b18 013155 store 3 ,mem_le_lap + 3 
+0x5b19 013156 call app_lpm_mult_disable 
+0x5b1a 013157 fetch 2 ,mem_mouse_discovery_timeout 
+0x5b1b 013158 store 2 ,mem_mouse_discovery_timer 
+0x5b1c 013159 setarg 0 
+0x5b1d 013160 store 2 ,mem_mouse_no_data_timer 
+0x5b1e 013161 store 2 ,mem_le_battery_level_updata_timer 
+0x5b1f 013162 store 1 ,mem_mouse_direct_timer 
+0x5b20 013163 store 1 ,mem_mouse_bluetooth_reconnect_timeout 
+0x5b21 013164 store 1 ,mem_mouse_device_poweron_timer_count 
+0x5b22 013165 store 1 ,mem_mouse_clear_sensor_data_flag 
+0x5b23 013166 arg mouse_store_eeprom_flag ,queue 
+0x5b24 013167 call mouse_enable_function_flag 
+0x5b25 013168 call mouse_bt_discovery_button_down_disable 
+0x5b26 013169 call mouse_check_51cmd_adv 
+0x5b27 013170 call mouse_low_voltage_led_blink_disable 
+0x5b28 013171 branch mouse_device_discover_led_config 
+:      013174 mouse_stop_discovery:
+0x5b29 013175 bpatch patch0a_0 ,mem_patch0a 
+0x5b2a 013176 arg mouse_bt_discovery_button_long_down_flag ,queue 
+0x5b2b 013177 call mouse_disable_function_flag 
+0x5b2c 013178 jam 0 ,mem_mouse_bluetooth_reconnect_timeout 
+0x5b2d 013179 call mouse_stop_le_adv 
+0x5b2e 013180 branch mouse_device_led_off 
+:      013181 mouse_stop_le_adv:
+0x5b2f 013182 setarg 0 
+0x5b30 013183 store 1 ,mem_mouse_direct_timer 
+0x5b31 013184 store 2 ,mem_mouse_discovery_timer 
+0x5b32 013185 branch check_51cmd_stop_adv 
+:      013187 mouse_store_remote_bdaddr:
+0x5b33 013188 bpatch patch0a_1 ,mem_patch0a 
+0x5b34 013189 fetch mouse_flag_len ,mem_mouse_flag 
+0x5b35 013190 rtnbit0 mouse_store_eeprom_flag 
+0x5b36 013191 call mouse_device_poweron_timer_init 
+0x5b37 013192 arg mouse_store_eeprom_flag ,queue 
+0x5b38 013193 call mouse_disable_function_flag 
+0x5b39 013194 call mouse_check_device_addr 
+:      013195 mouse_unplug_clean_bdaddr:
+0x5b3a 013196 call mouse_before_store_reconn_info 
+0x5b3b 013197 branch mouse_store_device_info_delay 
+:      013199 mouse_check_device_addr:
+0x5b3c 013200 fetch 1 ,mem_record_bt_mode 
+0x5b3d 013201 beq rec_4_mode ,mouse_check_le_device_addr 
+0x5b3e 013202 rtn 
+:      013203 mouse_check_le_device_addr:
+0x5b3f 013204 store 1 ,mem_device_addr_temp 
+0x5b40 013205 fetch 6 ,mem_le_plap 
+:      013206 mouse_check_bt_device_addr_common:
+0x5b41 013207 store 6 ,mem_device_addr_temp + 1 
+0x5b42 013208 fetch 7 ,mem_device_addr_temp 
+0x5b43 013209 arg mem_device1_type ,contr 
+0x5b44 013210 arg 3 ,loopcnt 
+:      013211 mouse_check_device_addr_end:
+0x5b45 013212 ifetcht 7 ,contr 
+0x5b46 013213 isub temp ,null 
+0x5b47 013214 branch mouse_clean_addr ,zero 
+0x5b48 013215 increase 22 ,contr 
+0x5b49 013216 loop mouse_check_device_addr_end 
+0x5b4a 013217 rtn 
+:      013218 mouse_before_store_reconn_info:
+0x5b4b 013219 arg mem_device1_type ,rega 
+0x5b4c 013220 fetch 1 ,mem_device_flag 
+0x5b4d 013221 increase -1 ,pdata 
+0x5b4e 013222 mul32 pdata ,29 ,pdata 
+0x5b4f 013223 iadd rega ,rega 
+0x5b50 013224 fetch 1 ,mem_record_bt_mode 
+0x5b51 013225 istore 1 ,rega 
+0x5b52 013226 beq rec_4_mode ,mouse_store_le_device 
+0x5b53 013227 rtn 
+:      013229 mouse_store_le_device:
+0x5b54 013230 fetch 6 ,mem_le_plap 
+0x5b55 013231 istore 6 ,contw 
+0x5b56 013232 arg mem_le_ltk ,contr 
+0x5b57 013233 call memcpy16 
+0x5b58 013234 fetch 6 ,mem_le_lap 
+0x5b59 013235 istore 6 ,contw 
+0x5b5a 013236 rtn 
+:      013238 mouse_clean_addr:
+0x5b5b 013239 increase -6 ,contr 
+0x5b5c 013240 copy contr ,contw 
+0x5b5d 013241 fetcht 6 ,mem_device_addr_temp + 1 
+0x5b5e 013242 increase 3 ,temp 
+0x5b5f 013243 istoret 6 ,contw 
+0x5b60 013244 rtn 
+:      013246 mouse_select_reconn_device:
+0x5b61 013247 arg mem_device1_type ,rega 
+0x5b62 013248 fetch 1 ,mem_device_flag 
+0x5b63 013249 rtneq mode_24g_device 
+0x5b64 013250 increase -1 ,pdata 
+0x5b65 013251 mul32 pdata ,29 ,pdata 
+0x5b66 013252 iadd rega ,rega 
+0x5b67 013253 ifetch 1 ,rega 
+0x5b68 013254 store 1 ,mem_xrecord_mode 
+0x5b69 013255 beq rec_4_mode ,mouse_load_le_device 
+0x5b6a 013256 rtn 
+:      013258 mouse_load_le_device:
+0x5b6b 013259 ifetch 6 ,contr 
+:      013260 mouse_load_le_device_end:
+0x5b6c 013261 store 6 ,mem_hci_plap 
+0x5b6d 013262 arg mem_le_ltk ,contw 
+0x5b6e 013263 call memcpy16 
+0x5b6f 013264 ifetch 6 ,contr 
+0x5b70 013265 store 6 ,mem_le_lap 
+0x5b71 013266 rtn 
+:      013268 mouse_app_initflag_check:
+0x5b72 013269 fetch 2 ,mem_store_flag 
+0x5b73 013270 arg eeprom_init_flag ,temp 
+0x5b74 013271 isub temp ,null 
+0x5b75 013272 branch mouse_load_device_info ,zero 
+0x5b76 013273 storet 2 ,mem_store_flag 
+0x5b77 013274 call mouse_ble_init_address 
+0x5b78 013275 fetch 1 ,mem_device_flag_temp 
+0x5b79 013276 store 1 ,mem_device_flag 
+0x5b7a 013277 fetch 1 ,mem_config_sensor_dpi 
+0x5b7b 013278 store 1 ,mem_mouse_dpi 
+0x5b7c 013279 fetch 4 ,mem_24g_fast_conn_addr 
+0x5b7d 013280 store 4 ,mem_24g_receiver_addr 
+0x5b7e 013281 store 4 ,mem_24g_addr 
+0x5b7f 013282 rtn 
+:      013284 mouse_load_device_info:
+0x5b80 013285 call mouse_select_reconn_device 
+0x5b81 013286 fetch 4 ,mem_mouse_24g_addr 
+0x5b82 013287 store 4 ,mem_24g_receiver_addr 
+0x5b83 013288 store 4 ,mem_24g_addr 
+0x5b84 013289 rtn 
+:      013291 mouse_ble_init_address:
+0x5b85 013292 fetch 6 ,mem_le_lap 
+0x5b86 013293 store 6 ,mem_device1_locall_addr 
+0x5b87 013294 add pdata ,0x0100 ,pdata 
+0x5b88 013295 store 6 ,mem_device2_locall_addr 
+0x5b89 013296 add pdata ,0x0100 ,pdata 
+0x5b8a 013297 store 6 ,mem_device3_locall_addr 
+0x5b8b 013298 rtn 
+:      013300 mouse_store_device_info_delay:
+0x5b8c 013301 fetch 1 ,mem_store_information_delay_timer_init 
+0x5b8d 013302 store 1 ,mem_store_information_delay_timer 
+0x5b8e 013303 rtn 
+:      013305 mouse_store_device_info:
+0x5b8f 013306 bpatch patch0a_2 ,mem_patch0a 
+0x5b90 013307 fetch mouse_flag_len ,mem_mouse_flag 
+0x5b91 013308 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
+0x5b92 013309 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
+0x5b93 013310 rtn 
+:      013312 mouse_load_flash_info_check:
+0x5b94 013313 call spid_init_flash 
+0x5b95 013314 call mouse_spid_flash_release_form_powerdown 
+0x5b96 013315 call mouse_information_flash_parameters 
+0x5b97 013316 call spid_read_flash 
+0x5b98 013317 call mouse_spid_flash_powerdown 
+0x5b99 013318 call mouse_app_initflag_check 
+0x5b9a 013319 branch mouse_sensor_spi_init 
+:      013321 mouse_information_flash_parameters:
+0x5b9b 013322 setarg mem_mouse_information_end 
+0x5b9c 013323 arg mem_mouse_information_start ,temp 
+0x5b9d 013324 isub temp ,temp 
+0x5b9e 013325 fetch 3 ,mem_flash_base 
+0x5b9f 013326 arg mem_mouse_information_start ,rega 
+0x5ba0 013327 rtn 
+:      013329 mouse_store_flash_device_info:
+0x5ba1 013330 call spid_init_flash 
+0x5ba2 013331 call mouse_spid_flash_release_form_powerdown 
+0x5ba3 013332 call mouse_flash_erase_sector 
+0x5ba4 013334 call mouse_information_flash_parameters 
+0x5ba5 013335 call mouse_spid_write_flash 
+0x5ba6 013336 call mouse_spid_flash_powerdown 
+0x5ba7 013337 branch mouse_sensor_spi_init 
+:      013339 mouse_spid_flash_release_form_powerdown:
+0x5ba8 013340 jam flash_command_release_from_powerdown ,mem_temp 
+:      013341 mouse_spid_write_flash_cmd:
+0x5ba9 013342 call delay_nop100 
+0x5baa 013343 call spid_unlock_flash 
+0x5bab 013344 arg mem_write_flash_head_temp ,rega 
+0x5bac 013345 fetcht 1 ,mem_temp 
+0x5bad 013346 call mouse_spid_write_flash_cmd_common 
+0x5bae 013347 branch delay_nop100 
+:      013349 mouse_spid_flash_powerdown:
+0x5baf 013350 jam flash_command_powerdown ,mem_temp 
+0x5bb0 013351 branch mouse_spid_write_flash_cmd 
+:      013353 mouse_spid_write_flash_cmd_common:
+0x5bb1 013354 istoret 1 ,rega 
+0x5bb2 013355 rshift16 pdata ,temp 
+0x5bb3 013356 istoret 1 ,contw 
+0x5bb4 013357 rshift8 pdata ,temp 
+0x5bb5 013358 istoret 1 ,contw 
+0x5bb6 013359 istore 1 ,contw 
+0x5bb7 013360 deposit rega 
+0x5bb8 013361 store 2 ,core_spid_txaddr 
+0x5bb9 013362 setarg 0 
+0x5bba 013363 store 2 ,core_spid_rxlen 
+0x5bbb 013364 jam spid_start ,core_misc_ctrl 
+0x5bbc 013365 branch wait_spid_done 
+:      013367 mouse_flash_erase_sector:
+0x5bbd 013368 fetch 3 ,mem_flash_base 
+0x5bbe 013369 store 3 ,mem_spi_write_addr 
+0x5bbf 013370 branch spid_flash_erase_sector + 2 
+:      013372 mouse_spid_write_flash:
+0x5bc0 013373 copy pdata ,regc 
+0x5bc1 013374 copy rega ,pdata 
+0x5bc2 013375 increase -4 ,pdata 
+0x5bc3 013376 copy pdata ,regb 
+0x5bc4 013377 ifetch 4 ,regb 
+0x5bc5 013378 store 4 ,mem_write_flash_head_temp 
+0x5bc6 013379 copy regc ,pdata 
+0x5bc7 013380 call spid_write_flash 
+0x5bc8 013381 fetch 4 ,mem_write_flash_head_temp 
+0x5bc9 013382 istore 4 ,regb 
+0x5bca 013383 rtn 
+:      013385 mouse_flash_power_down:
+0x5bcb 013386 fetch mouse_flag_len ,mem_mouse_flag 
+0x5bcc 013387 rtnbit0 mouse_enable_flash 
+0x5bcd 013388 call mouse_spid_flash_powerdown 
+0x5bce 013389 call twspi_enable 
+0x5bcf 013390 fetcht 1 ,mem_spi_cs_gpio 
+0x5bd0 013391 call gpio_out_inactive 
+0x5bd1 013392 fetcht 1 ,mem_spi_hold_gpio 
+0x5bd2 013393 branch mouse_gpio_config_input_pd 
+:      013395 mouse_load_eeprom_info_check:
+0x5bd3 013396 call iicd_read_init_pin 
+0x5bd4 013397 fetch mouse_flag_len ,mem_mouse_flag 
+0x5bd5 013398 isolate1 mouse_enable_2k_eeprom ,pdata 
+0x5bd6 013399 ncall clear_eeprom_size_2k ,true 
+0x5bd7 013400 call mouse_eeprom_load_recon_info 
+0x5bd8 013401 branch mouse_app_initflag_check 
+:      013403 mouse_eeprom_load_recon_info:
+0x5bd9 013404 arg 128 ,temp 
+0x5bda 013405 arg mem_device_flag ,rega 
+0x5bdb 013406 arg mouse_info_eeprom_offect ,regb 
+0x5bdc 013407 branch iicd_read_eep_data 
+:      013409 mouse_store_eeprom_device_info:
+0x5bdd 013410 arg 128 ,temp 
+0x5bde 013411 arg mem_device_flag ,rega 
+0x5bdf 013412 arg mouse_info_eeprom_offect ,regb 
+0x5be0 013413 branch iicd_write_protect_eep_data 
+:      013415 mouse_store_eerpom_dpi:
+0x5be1 013416 arg 1 ,temp 
+0x5be2 013417 arg mem_mouse_dpi ,rega 
+0x5be3 013418 arg mouse_dpi_eeprom_offect ,regb 
+0x5be4 013419 branch iicd_write_protect_eep_data 
+:      013421 mouse_load_eeprom_dpi:
+0x5be5 013422 arg 1 ,temp 
+0x5be6 013423 arg mem_mouse_dpi ,rega 
+0x5be7 013424 arg mouse_dpi_eeprom_offect ,regb 
+0x5be8 013425 branch iicd_read_eep_data 
+:      013427 mouse_idle:
+0x5be9 013428 bpatch patch0a_3 ,mem_patch0a 
+0x5bea 013429 call mouse_low_voltage_led_no_enter_lpm 
+0x5beb 013430 call ui_check_paring_button 
+0x5bec 013431 call mouse_dpi_check 
+0x5bed 013432 call mouse_dpi_another_gpio_check 
+0x5bee 013433 call mouse_select_device_check 
+0x5bef 013434 call mouse_check_select_device_by_switch 
+0x5bf0 013435 call mouse_bt_button_check 
+0x5bf1 013436 branch mouse_wheel_check 
+:      013438 mouse_select_device_check:
+0x5bf2 013439 fetch mouse_flag_len ,mem_mouse_flag 
+0x5bf3 013440 bbit1 mouse_enable_select_device_by_pb_button ,mouse_select_device_by_pb_button 
+0x5bf4 013441 bbit1 mouse_enable_pb_button_long_press_disconvery ,mouse_select_device_by_pb_button 
+0x5bf5 013442 rtn 
+:      013444 mouse_select_device_by_pb_button_check_once:
+0x5bf6 013445 jam 0x03 ,mem_mouse_pbkey_press_status 
+:      013446 mouse_select_device_by_pb_button:
+0x5bf7 013447 fetch 1 ,mem_config_select_device_button_gpio 
+0x5bf8 013448 rtneq gpio_disable 
+0x5bf9 013449 arg 0 ,rega 
+0x5bfa 013450 jam mouse_pb_key ,mem_mouse_key_temp 
+0x5bfb 013451 fetcht 1 ,mem_config_select_device_button_gpio 
+0x5bfc 013452 call mouse_pb_button_check 
+0x5bfd 013453 store 1 ,mem_mouse_pbkey_press_status 
+0x5bfe 013454 fetch 1 ,mem_matrix_public_gpio 
+0x5bff 013455 beq gpio_disable ,mouse_3io6key_pb_button_check_end 
+0x5c00 013456 call mouse_matrix_public_gpio_reset 
+:      013457 mouse_select_device_by_pb_button_exit:
+0x5c01 013458 copy rega ,pdata 
+0x5c02 013459 bbit1 mouse_pb_key ,mouse_select_device_button_down 
+0x5c03 013460 branch mouse_select_device_button_up 
+:      013462 mouse_3io6key_pb_button_check_end:
+0x5c04 013463 fetcht 1 ,mem_config_select_device_button_gpio 
+0x5c05 013464 call mouse_gpio_config_input_pu 
+0x5c06 013465 branch mouse_select_device_by_pb_button_exit 
+:      013467 mouse_pb_button_check:
+0x5c07 013468 fetch mouse_flag_len ,mem_mouse_flag 
+0x5c08 013469 bbit1 mouse_enable_pb_button_connect_gnd ,mouse_pb_button_connect_gnd 
+0x5c09 013470 fetch 1 ,mem_mouse_pbkey_press_status 
+0x5c0a 013471 copy pdata ,regc 
+0x5c0b 013472 fetch 1 ,mem_matrix_public_gpio 
+0x5c0c 013473 beq gpio_disable ,mouse_3io6key_check 
+0x5c0d 013474 fetch 1 ,mem_mouse_ghost_flag 
+0x5c0e 013475 nbranch mouse_select_device_by_pb_button_end ,blank 
+0x5c0f 013476 branch mouse_pb_button_connect_matrix 
+:      013478 mouse_select_device_by_pb_button_end:
+0x5c10 013479 jam pb_button_state_up ,mem_select_device_button_statue 
+0x5c11 013480 jam 0 ,mem_mouse_pbkey_press_status 
+0x5c12 013481 rtn 
+:      013483 mouse_pb_button_connect_gnd:
+0x5c13 013484 fetch 1 ,mem_mouse_pbkey_press_status 
+0x5c14 013485 branch mouse_check_key_connect_gnd 
+:      013487 mouse_pb_button_connect_matrix:
+0x5c15 013488 call gpio_get_bit 
+0x5c16 013489 fetcht 1 ,mem_matrix_public_gpio 
+0x5c17 013490 branch mouse_pb_button_connect_gnd ,true 
+0x5c18 013491 fetcht 1 ,mem_matrix_public_gpio 
+0x5c19 013492 call gpio_out_active 
+0x5c1a 013493 fetcht 1 ,mem_config_select_device_button_gpio 
+0x5c1b 013494 fetch 1 ,mem_mouse_pbkey_press_status 
+0x5c1c 013495 branch mouse_check_key_connect_gnd 
+:      013497 mouse_select_device_button_up:
+0x5c1d 013498 fetch 1 ,mem_select_device_button_statue 
+0x5c1e 013499 rtneq pb_button_state_up 
+0x5c1f 013500 jam pb_button_state_up ,mem_select_device_button_statue 
+0x5c20 013501 fetch mouse_flag_len ,mem_mouse_flag 
+0x5c21 013502 rtnbit1 mouse_enable_pb_button_short_press_enter_discovery 
+0x5c22 013503 fetch 1 ,mem_bt_discovery_count 
+0x5c23 013504 sub pdata ,20 ,null 
+0x5c24 013505 ncall mouse_ready_reconnection_by_button ,positive 
+0x5c25 013506 fetch 1 ,mem_ui_button_timeout 
+0x5c26 013507 store 1 ,mem_bt_discovery_count 
+0x5c27 013508 rtn 
+:      013510 mouse_select_device_button_down:
+0x5c28 013511 bpatch patch0a_4 ,mem_patch0a 
+0x5c29 013512 call mouse_select_device_ghost_check 
+0x5c2a 013513 rtn user 
+0x5c2b 013514 fetch 1 ,mem_select_device_button_statue 
+0x5c2c 013515 rtneq pb_button_state_down 
+0x5c2d 013516 jam pb_button_state_down ,mem_select_device_button_statue 
+0x5c2e 013517 fetch mouse_flag_len ,mem_mouse_flag 
+0x5c2f 013518 bbit1 mouse_enable_pb_button_short_press_enter_discovery ,mouse_long_button_bt_discovery 
+0x5c30 013519 fetch 1 ,mem_mouse_direct_timer 
+0x5c31 013520 rtn blank 
+0x5c32 013521 fetch 1 ,mem_mouse_direct_timeout 
+0x5c33 013522 store 1 ,mem_mouse_direct_timer 
+0x5c34 013523 rtn 
+:      013525 mouse_select_device_ghost_check:
+0x5c35 013526 disable user 
+0x5c36 013527 fetch mouse_flag_len ,mem_mouse_flag 
+0x5c37 013528 rtnbit1 mouse_enable_pb_button_connect_gnd 
+0x5c38 013529 fetch 1 ,mem_mouse_lkey_press_status 
+0x5c39 013530 rtn blank 
+0x5c3a 013531 fetch 1 ,mem_mouse_rkey_press_status 
+0x5c3b 013532 rtn blank 
+0x5c3c 013533 branch enable_user 
+:      013535 mouse_check_select_device_by_switch:
+0x5c3d 013536 fetch mouse_flag_len ,mem_mouse_flag 
+0x5c3e 013537 bbit1 mouse_enable_select_device_by_switch_gpio ,mouse_check_select_device_by_switch_gpio 
+0x5c3f 013538 bbit1 mouse_enable_select_device_by_switch_adc ,mouse_adc_read 
+0x5c40 013539 rtn 
+:      013540 mouse_check_select_device_by_switch_gpio:
+0x5c41 013541 fetcht 1 ,mem_device_switch_gpio 
+0x5c42 013542 call mouse_gpio_config_input_pu 
+0x5c43 013543 fetcht 1 ,mem_device_switch_gpio 
+0x5c44 013544 call gpio_get_bit 
+0x5c45 013545 branch mouse_check_select_24gdevice ,true 
+:      013546 mouse_select_btdevice:
+0x5c46 013547 fetch 1 ,mem_device_flag 
+0x5c47 013548 rtneq mode_bt_device1 
+0x5c48 013549 jam mode_bt_device1 ,mem_device_flag 
+0x5c49 013550 branch mouse_stop_bluetooth_mode 
+:      013552 mouse_check_select_24gdevice:
+0x5c4a 013553 fetch mouse_flag_len ,mem_mouse_flag 
+0x5c4b 013554 bbit0 mouse_enable_select_device_by_switch_adc ,mouse_check_select_24g_device 
+0x5c4c 013555 fetch 6 ,mem_mouse_vdd_switch_gnd_full_vol 
+0x5c4d 013556 store 6 ,mem_mouse_vdd_calculate_set 
+:      013557 mouse_check_select_24g_device:
+0x5c4e 013558 fetch 1 ,mem_device_flag 
+0x5c4f 013559 rtneq mode_24g_device 
+0x5c50 013560 jam mode_24g_device ,mem_device_flag 
+0x5c51 013561 branch mouse_24g_stop 
+:      013563 mouse_ready_reconnection_by_button:
+0x5c52 013564 bpatch patch0a_5 ,mem_patch0a 
+0x5c53 013565 fetch 1 ,mem_device_number 
+0x5c54 013566 rtneq 1 
+0x5c55 013567 call mouse_select_device_number 
+0x5c56 013568 storet 1 ,mem_device_flag 
+:      013569 mouse_store_device_number_before_reset:
+0x5c57 013571 call mouse_select_device_enable 
+0x5c58 013572 call mouse_stop_bluetooth_mode 
+0x5c59 013573 call mouse_select_device_disable 
+0x5c5a 013574 jam 1 ,mem_mouse_need_soft_reset 
+0x5c5b 013575 branch mouse_store_device_info_delay 
+:      013577 mouse_soft_reset:
+0x5c5c 013578 call mouse_select_device_enable 
+0x5c5d 013579 branch soft_reset_chip 
+:      013581 mouse_select_device_number:
+0x5c5e 013582 fetcht 1 ,mem_device_flag 
+0x5c5f 013583 increase 1 ,temp 
+0x5c60 013584 fetch mouse_flag_len ,mem_mouse_flag 
+0x5c61 013585 bbit1 mouse_enable_24g ,mouse_select_device_number_24g 
+0x5c62 013586 sub temp ,2 ,null 
+0x5c63 013587 ncall mouse_select_device_count_clean_bt ,positive 
+0x5c64 013588 rtn 
+:      013590 mouse_select_device_number_24g:
+0x5c65 013591 fetch 1 ,mem_device_number 
+0x5c66 013592 increase -1 ,pdata 
+0x5c67 013593 isub temp ,null 
+0x5c68 013594 ncall mouse_select_device_count_clean_24g ,positive 
+0x5c69 013595 rtn 
+:      013597 mouse_select_device_count_clean_24g:
+0x5c6a 013598 arg 0 ,temp 
+0x5c6b 013599 rtn 
+:      013600 mouse_select_device_count_clean_bt:
+0x5c6c 013601 arg 1 ,temp 
+0x5c6d 013602 rtn 
+:      013604 mouse_store_device_number2eeprom:
+0x5c6e 013605 arg 1 ,temp 
+0x5c6f 013606 arg mem_device_flag ,rega 
+0x5c70 013607 arg 0 ,regb 
+0x5c71 013608 branch iicd_write_protect_eep_data 
+:      013610 mouse_bt_button_check:
+0x5c72 013611 fetch mouse_flag_len ,mem_mouse_flag 
+0x5c73 013612 rtnbit0 mouse_enable_pb_button_short_press_enter_discovery 
+0x5c74 013613 branch mouse_select_device_by_pb_button 
+:      013615 mouse_select_device_enable:
+0x5c75 013616 arg mouse_select_device_flag ,queue 
+0x5c76 013617 branch mouse_enable_function_flag 
+:      013618 mouse_select_device_disable:
+0x5c77 013619 arg mouse_select_device_flag ,queue 
+0x5c78 013620 branch mouse_disable_function_flag 
+:      013621 mouse_bt_cannel_reconn_enable:
+0x5c79 013622 arg mouse_bt_cannel_reconn_flag ,queue 
+0x5c7a 013623 branch mouse_enable_function_flag 
+:      013624 mouse_bt_cannel_reconn_disable:
+0x5c7b 013625 arg mouse_bt_cannel_reconn_flag ,queue 
+0x5c7c 013626 branch mouse_disable_function_flag 
+:      013627 mouse_bt_discovery_button_down_enable:
+0x5c7d 013628 arg mouse_bt_discovery_button_down_flag ,queue 
+0x5c7e 013629 branch mouse_enable_function_flag 
+:      013630 mouse_bt_discovery_button_down_disable:
+0x5c7f 013631 arg mouse_bt_discovery_button_down_flag ,queue 
+0x5c80 013632 branch mouse_disable_function_flag 
+:      013634 mouse_adc_read_enable:
+0x5c81 013635 arg mouse_enable_adc ,queue 
+0x5c82 013636 branch mouse_enable_function_flag 
+:      013638 mouse_24g_set_250hz:
+0x5c83 013639 arg mouse_enable_24g_250hz ,queue 
+0x5c84 013640 branch mouse_enable_function_flag 
+:      013642 mouse_24g_search_dongle_enable:
+0x5c85 013643 arg mouse_enable_24g_search_dongle ,queue 
+0x5c86 013644 branch mouse_enable_function_flag 
+:      013646 mouse_16m_enable:
+0x5c87 013647 arg mouse_enable_16m ,queue 
+0x5c88 013648 branch mouse_enable_function_flag 
+:      013650 mouse_dpi_4level_enable:
+0x5c89 013651 arg mouse_enable_dpi_level_4 ,queue 
+0x5c8a 013652 branch mouse_enable_function_flag 
+:      013654 mouse_enable_function_flag:
+0x5c8b 013655 fetch mouse_flag_len ,mem_mouse_flag 
+0x5c8c 013656 qset1 pdata 
+0x5c8d 013657 store mouse_flag_len ,mem_mouse_flag 
+0x5c8e 013658 rtn 
+:      013660 mouse_disable_function_flag:
+0x5c8f 013661 fetch mouse_flag_len ,mem_mouse_flag 
+0x5c90 013662 qset0 pdata 
+0x5c91 013663 store mouse_flag_len ,mem_mouse_flag 
+0x5c92 013664 rtn 
+:      013666 mouse_customer_key_enable:
+0x5c93 013667 arg mouse_enable_keyboard ,queue 
+0x5c94 013668 call mouse_enable_function_flag 
+0x5c95 013669 setarg 0 
+0x5c96 013670 store 8 ,mem_customer_key_press 
+0x5c97 013671 store 8 ,mem_customer_key_release 
+0x5c98 013672 fetch 1 ,mem_mouse_enable_flag 
+0x5c99 013673 and pdata ,0xc0 ,pdata 
+0x5c9a 013674 beq 0x40 ,mouse_customer_key_ctrl_alt_a 
+0x5c9b 013675 beq 0x80 ,mouse_customer_ac_home 
+0x5c9c 013676 beq 0xc0 ,mouse_customer_key_play 
+0x5c9d 013677 setarg 0x070008 
+:      013678 mouse_customer_standrad_key_set:
+0x5c9e 013679 store 8 ,mem_customer_key_press + 1 
+0x5c9f 013680 rtn 
+:      013682 mouse_customer_key_ctrl_alt_a:
+0x5ca0 013683 setarg 0x040005 
+0x5ca1 013684 branch mouse_customer_standrad_key_set 
+:      013686 mouse_customer_ac_home:
+0x5ca2 013687 setarg 0x022303 
+:      013688 mouse_customer_media_key_set:
+0x5ca3 013689 store 8 ,mem_customer_key_press 
+0x5ca4 013690 setarg 0x03 
+0x5ca5 013691 store 8 ,mem_customer_key_release 
+0x5ca6 013692 rtn 
+:      013694 mouse_customer_key_play:
+0x5ca7 013695 setarg 0x00cd03 
+0x5ca8 013696 branch mouse_customer_media_key_set 
+:      013699 mouse_polling_device:
+0x5ca9 013700 bpatch patch0a_6 ,mem_patch0a 
+0x5caa 013701 fetch 1 ,mem_reconn_times 
+0x5cab 013702 increase -1 ,pdata 
+0x5cac 013703 store 1 ,mem_reconn_times 
+0x5cad 013704 fetcht 1 ,mem_device_flag 
+0x5cae 013705 sub temp ,1 ,null 
+0x5caf 013706 ncall mouse_select_device_number ,zero 
+0x5cb0 013707 storet 1 ,mem_device_flag 
+0x5cb1 013708 call mouse_store_device_number2eeprom 
+0x5cb2 013709 call mouse_before_store_reconn_info 
+0x5cb3 013710 branch mouse_start_reconnect_device 
+:      013714 mouse_drawing_optima:
+0x5cb4 013715 bpatch patch0a_7 ,mem_patch0a 
+0x5cb5 013716 fetch 1 ,mem_config_sensor_type 
+0x5cb6 013717 rtneq p3212 
+0x5cb7 013718 fetch mouse_flag_len ,mem_mouse_flag 
+0x5cb8 013719 rtnbit0 mouse_enable_smoother 
+0x5cb9 013720 fetch 4 ,mem_mouse_x 
+0x5cba 013721 rtn blank 
+0x5cbb 013722 call mouse_data_abs_check 
+0x5cbc 013723 setarg 0x03 
+0x5cbd 013724 call mouse_pdata_greater_than_check 
+0x5cbe 013725 call mouse_disable_asm ,blank 
+0x5cbf 013726 ncall mouse_enable_asm ,blank 
+0x5cc0 013727 setarg 0x02 
+0x5cc1 013728 call mouse_data_less_than_check 
+0x5cc2 013729 call mouse_disable_asm ,blank 
+0x5cc3 013730 fetch 1 ,mem_mouse_asm_flag 
+0x5cc4 013731 beq 1 ,mouse_drawing_optima_modify 
+:      013732 mouse_drawing_optima_init:
+0x5cc5 013733 fetch mouse_flag_len ,mem_mouse_flag 
+0x5cc6 013734 rtnbit0 mouse_enable_smoother 
+0x5cc7 013735 arg 5 ,loopcnt 
+0x5cc8 013736 arg mem_mouse_asm_flag ,contw 
+0x5cc9 013737 branch clear_mem 
+:      013739 mouse_drawing_optima_modify:
+0x5cca 013740 call mouse_drawing_optima_xy_offset_modify 
+0x5ccb 013741 fetch 2 ,mem_mouse_x_pre 
+0x5ccc 013742 store 2 ,mem_data_pre 
+0x5ccd 013743 fetch 2 ,mem_mouse_x 
+0x5cce 013744 store 2 ,mem_data_current 
+0x5ccf 013745 call mouse_drawing_optima_data_x 
+0x5cd0 013746 fetch 2 ,mem_data_pre 
+0x5cd1 013747 store 2 ,mem_mouse_x_pre 
+0x5cd2 013748 fetch 2 ,mem_data_current 
+0x5cd3 013749 store 2 ,mem_mouse_x 
+0x5cd4 013751 fetch 2 ,mem_mouse_y_pre 
+0x5cd5 013752 store 2 ,mem_data_pre 
+0x5cd6 013753 fetch 2 ,mem_mouse_y 
+0x5cd7 013754 store 2 ,mem_data_current 
+0x5cd8 013755 call mouse_drawing_optima_data_y 
+0x5cd9 013756 fetch 2 ,mem_data_pre 
+0x5cda 013757 store 2 ,mem_mouse_y_pre 
+0x5cdb 013758 fetch 2 ,mem_data_current 
+0x5cdc 013759 store 2 ,mem_mouse_y 
+0x5cdd 013760 rtn 
+:      013762 mouse_drawing_optima_xy_offset_modify:
+0x5cde 013763 fetch mouse_flag_len ,mem_mouse_flag 
+0x5cdf 013764 rtnbit0 mouse_enable_xy_offset 
+0x5ce0 013765 bpatch patch0b_0 ,mem_patch0b 
+0x5ce1 013766 fetch 2 ,mem_mouse_x_pre 
+0x5ce2 013767 store 2 ,mem_data_value 
+0x5ce3 013768 call mouse_pre_xy_data_judge 
+0x5ce4 013769 store 2 ,mem_mouse_x_pre 
+0x5ce5 013770 fetch 2 ,mem_mouse_x 
+0x5ce6 013771 store 2 ,mem_data_value 
+0x5ce7 013772 call mouse_current_xy_data_judge 
+0x5ce8 013773 store 2 ,mem_mouse_x 
+0x5ce9 013774 fetch 2 ,mem_mouse_y_pre 
+0x5cea 013775 store 2 ,mem_data_value 
+0x5ceb 013776 call mouse_pre_xy_data_judge 
+0x5cec 013777 store 2 ,mem_mouse_y_pre 
+0x5ced 013778 fetch 2 ,mem_mouse_y 
+0x5cee 013779 store 2 ,mem_data_value 
+0x5cef 013780 call mouse_current_xy_data_judge 
+0x5cf0 013781 store 2 ,mem_mouse_y 
+0x5cf1 013782 rtn 
+:      013784 mouse_pre_xy_data_judge:
+0x5cf2 013785 fetch 1 ,mem_data_value + 1 
+0x5cf3 013786 branch mouse_pre_xy_pdata_offset ,blank 
+0x5cf4 013787 branch mouse_pre_xy_ndata_offset 
+:      013789 mouse_pre_xy_pdata_offset:
+0x5cf5 013790 fetch 1 ,mem_data_value 
+0x5cf6 013791 call mouse_pre_xy_get_0_4_times 
+0x5cf7 013792 store 1 ,mem_data_value 
+:      013793 mouse_xy_data_offset_new:
+0x5cf8 013794 fetch 2 ,mem_data_value 
+0x5cf9 013795 rtn 
+:      013796 mouse_pre_xy_ndata_offset:
+0x5cfa 013797 fetch 1 ,mem_data_value 
+0x5cfb 013798 call mouse_pdata_invert 
+0x5cfc 013799 call mouse_pre_xy_get_0_4_times 
+0x5cfd 013800 call disable_blank ,blank 
+0x5cfe 013801 call mouse_pdata_get_new_value 
+0x5cff 013802 branch mouse_xy_data_offset_new 
+:      013804 mouse_current_xy_data_judge:
+0x5d00 013805 fetch 1 ,mem_data_value + 1 
+0x5d01 013806 branch mouse_current_xy_pdata_offset ,blank 
+0x5d02 013807 branch mouse_current_xy_ndata_offset 
+:      013808 mouse_current_xy_pdata_offset:
+0x5d03 013809 fetch 1 ,mem_data_value 
+0x5d04 013810 call mouse_current_xy_get_0_6_times 
+0x5d05 013811 store 1 ,mem_data_value 
+0x5d06 013812 branch mouse_xy_data_offset_new 
+:      013813 mouse_current_xy_ndata_offset:
+0x5d07 013814 fetch 1 ,mem_data_value 
+0x5d08 013815 call mouse_pdata_invert 
+0x5d09 013816 call mouse_current_xy_get_0_6_times 
+0x5d0a 013817 call disable_blank ,blank 
+0x5d0b 013818 call mouse_pdata_get_new_value 
+0x5d0c 013819 branch mouse_xy_data_offset_new 
+:      013821 mouse_pre_xy_get_0_4_times:
+0x5d0d 013822 mul32 pdata ,4 ,pdata 
+0x5d0e 013823 div pdata ,5 
+0x5d0f 013824 call wait_div_end 
+0x5d10 013825 quotient pdata 
+0x5d11 013826 rtn 
+:      013827 mouse_current_xy_get_0_6_times:
+0x5d12 013828 mul32 pdata ,12 ,pdata 
+0x5d13 013829 div pdata ,10 
+0x5d14 013830 call wait_div_end 
+0x5d15 013831 quotient pdata 
+0x5d16 013832 rtn 
+:      013834 mouse_drawing_optima_data_x:
+0x5d17 013835 fetch 2 ,mem_data_pre 
+0x5d18 013836 fetcht 2 ,mem_data_current 
+0x5d19 013837 iadd temp ,pdata 
+0x5d1a 013838 fetcht 1 ,mem_mouse_data_xtemp 
+0x5d1b 013839 iadd temp ,pdata 
+0x5d1c 013840 and pdata ,0x01 ,temp 
+0x5d1d 013841 storet 1 ,mem_mouse_data_xtemp 
+0x5d1e 013842 branch mouse_drawing_optima_data 
+:      013844 mouse_drawing_optima_data_y:
+0x5d1f 013845 fetch 2 ,mem_data_pre 
+0x5d20 013846 fetcht 2 ,mem_data_current 
+0x5d21 013847 iadd temp ,pdata 
+0x5d22 013848 fetcht 1 ,mem_mouse_data_ytemp 
+0x5d23 013849 iadd temp ,pdata 
+0x5d24 013850 and pdata ,0x01 ,temp 
+0x5d25 013851 storet 1 ,mem_mouse_data_ytemp 
+0x5d26 013852 branch mouse_drawing_optima_data 
+:      013854 mouse_drawing_optima_data:
+0x5d27 013855 store 3 ,mem_data_sum 
+0x5d28 013856 isolate1 16 ,pdata 
+0x5d29 013857 branch mouse_data_sum_overflow ,true 
+0x5d2a 013858 fetch 1 ,mem_data_sum + 1 
+0x5d2b 013859 beq 0xff ,mouse_data_sum_n 
+0x5d2c 013860 fetch 1 ,mem_data_sum 
+:      013861 mouse_data_store_pre:
+0x5d2d 013862 rshift pdata ,pdata 
+0x5d2e 013863 store 2 ,mem_data_pre 
+0x5d2f 013864 store 2 ,mem_data_current 
+0x5d30 013865 rtn 
+:      013866 mouse_data_sum_overflow:
+0x5d31 013867 fetch 1 ,mem_data_sum + 1 
+0x5d32 013868 beq 0 ,mouse_data_sum_overflow_p 
+0x5d33 013869 fetch 3 ,mem_data_sum 
+0x5d34 013870 branch mouse_data_store_pre 
+:      013871 mouse_data_sum_overflow_p:
+0x5d35 013872 jam 0 ,mem_data_sum + 2 
+0x5d36 013873 fetch 1 ,mem_data_sum 
+0x5d37 013874 branch mouse_data_store_pre 
+:      013876 mouse_data_sum_n:
+0x5d38 013877 fetch 1 ,mem_data_sum 
+0x5d39 013878 call mouse_pdata_get_half 
+0x5d3a 013879 store 1 ,mem_data_pre 
+0x5d3b 013880 store 1 ,mem_data_current 
+0x5d3c 013881 branch mouse_data_zero ,blank 
+0x5d3d 013882 setarg 0xff 
+:      013883 mouse_data_set_direction:
+0x5d3e 013884 store 1 ,mem_data_pre + 1 
+0x5d3f 013885 store 1 ,mem_data_current + 1 
+0x5d40 013886 rtn 
+:      013887 mouse_data_zero:
+0x5d41 013888 setarg 0 
+0x5d42 013889 branch mouse_data_set_direction 
+:      013891 mouse_pdata_get_half:
+0x5d43 013892 call mouse_pdata_invert 
+0x5d44 013893 rshift pdata ,pdata 
+:      013894 mouse_pdata_get_new_value:
+0x5d45 013895 call mouse_rega_in_out 
+0x5d46 013896 sub pdata ,0 ,pdata 
+0x5d47 013897 store 1 ,mem_data_value 
+0x5d48 013898 rtn 
+:      013900 mouse_pdata_invert:
+0x5d49 013901 sub pdata ,0 ,pdata 
+:      013902 mouse_rega_in_out:
+0x5d4a 013903 store 1 ,mem_rega 
+0x5d4b 013904 fetch 1 ,mem_rega 
+0x5d4c 013905 rtn 
+:      013907 mouse_disable_asm:
+0x5d4d 013908 jam 0 ,mem_mouse_asm_flag 
+0x5d4e 013909 rtn 
+:      013910 mouse_enable_asm:
+0x5d4f 013911 jam 1 ,mem_mouse_asm_flag 
+0x5d50 013912 rtn 
+:      013915 mouse_pdata_greater_than_check:
+0x5d51 013916 isub rega ,null 
+0x5d52 013917 nbranch disable_blank ,positive 
+0x5d53 013918 isub regb ,null 
+0x5d54 013919 nbranch disable_blank ,positive 
+0x5d55 013920 branch enable_blank 
+:      013921 mouse_data_less_than_check:
+0x5d56 013922 isub rega ,null 
+0x5d57 013923 nrtn positive 
+0x5d58 013924 isub regb ,null 
+0x5d59 013925 nrtn positive 
+0x5d5a 013926 branch enable_blank 
+:      013928 mouse_data_abs_check:
+0x5d5b 013929 fetch 2 ,mem_mouse_x 
+0x5d5c 013930 call mouse_data_abs 
+0x5d5d 013931 copy pdata ,rega 
+0x5d5e 013932 fetch 2 ,mem_mouse_y 
+0x5d5f 013933 call mouse_data_abs 
+0x5d60 013934 copy pdata ,regb 
+0x5d61 013935 rtn 
+:      013937 mouse_data_abs:
+0x5d62 013938 store 2 ,mem_data_current 
+0x5d63 013939 fetch 1 ,mem_data_current + 1 
+0x5d64 013940 beq 0xff ,mouse_data_reversal 
+0x5d65 013941 fetch 1 ,mem_data_current 
+:      013942 mouse_data_abs_store:
+0x5d66 013943 and_into 0xff ,pdata 
+0x5d67 013945 rtn 
+:      013946 mouse_data_reversal:
+0x5d68 013947 fetch 2 ,mem_data_current 
+0x5d69 013948 sub pdata ,0 ,pdata 
+0x5d6a 013949 branch mouse_data_abs_store 
+:      013951 mouse_24g_long_sleep_param_update_timer:
+0x5d6b 013952 arg mem_24g_long_sleep_param_update_timer ,regc 
+0x5d6c 013953 arg mouse_24g_long_sleep_normal_param ,regb 
+0x5d6d 013954 branch timer_single_step 
+:      013955 mouse_24g_long_sleep_normal_param:
+0x5d6e 013956 fetch 4 ,mem_24g_long_sleep_set1 
+0x5d6f 013957 store 4 ,mem_24g_enter_hibernate 
+0x5d70 013958 jam 1 ,mem_mouse_long_mult_flag 
+0x5d71 013959 rtn 
+:      013962 mouse_24g_long_sleep_set:
+0x5d72 013963 fetch 1 ,mem_24g_long_sleep_set_level 
+0x5d73 013964 beq 0x00 ,mouse_24g_long_sleep_set_30ms 
+0x5d74 013965 beq 0x01 ,mouse_24g_long_sleep_set_50ms 
+0x5d75 013966 beq 0x02 ,mouse_24g_long_sleep_set_80ms 
+0x5d76 013967 beq 0x03 ,mouse_24g_long_sleep_set_100ms 
+:      013968 mouse_24g_long_sleep_set_80ms:
+0x5d77 013969 setarg 0x0ea600 
+:      013970 mouse_24g_long_sleep_set_end:
+0x5d78 013971 store 4 ,mem_24g_long_sleep_set1 
+0x5d79 013972 rtn 
+:      013973 mouse_24g_long_sleep_set_30ms:
+0x5d7a 013974 setarg 0x05e740 
+0x5d7b 013975 branch mouse_24g_long_sleep_set_end 
+:      013976 mouse_24g_long_sleep_set_50ms:
+0x5d7c 013977 setarg 0x0927c0 
+0x5d7d 013978 branch mouse_24g_long_sleep_set_end 
+:      013979 mouse_24g_long_sleep_set_100ms:
+0x5d7e 013980 setarg 0x124f80 
+0x5d7f 013981 branch mouse_24g_long_sleep_set_end 
+:      013983 mouse_24g_hibernate_set:
+0x5d80 013984 bpatch patch0b_1 ,mem_patch0b 
+0x5d81 013985 jam 0 ,mem_24g_attempt_fail_flag 
+0x5d82 013986 call g24_transmit_next_packet 
+0x5d83 013987 setarg -1 
+0x5d84 013988 store 4 ,mem_24g_enter_hibernate 
+0x5d85 013989 setarg 0 
+0x5d86 013990 store 7 ,mem_mouse_key 
+0x5d87 013991 jam 1 ,mem_sensor_shutdown_flag 
+0x5d88 013992 call mouse_sensor_powerdown 
+0x5d89 013993 call mouse_setgpio_hibernate 
+0x5d8a 013994 branch mouse_24g_long_sleep 
+:      013996 mouse_wakeup_24g:
+0x5d8b 013997 fetch 1 ,mem_sensor_shutdown_flag 
+0x5d8c 013998 ncall mouse_wakeup_24g_from_long_sleep ,blank 
+0x5d8d 013999 jam 0 ,mem_sensor_shutdown_flag 
+0x5d8e 014000 rtn 
+:      014002 mouse_wakeup_24g_from_long_sleep:
+0x5d8f 014003 call mouse_init_sensor_wakeup 
+0x5d90 014004 fetch mouse_flag_len ,mem_mouse_flag 
+0x5d91 014005 rtnbit0 mouse_enable_wheel_wake_up_cancel 
+:      014006 mouse_wheel_gpio_init:
+0x5d92 014007 fetch 1 ,mem_whee_a_data_gpio 
+0x5d93 014008 arg gpcfg_pullup ,temp 
+0x5d94 014009 call gpio_config_function_int 
+0x5d95 014010 fetch 1 ,mem_whee_b_data_gpio 
+0x5d96 014011 arg gpcfg_pullup ,temp 
+0x5d97 014012 branch gpio_config_function_int 
+:      014014 mouse_24g_transmit_start:
+0x5d98 014015 call mouse_24g_fast_conn_mode_check 
+0x5d99 014016 fetch 1 ,mem_sensor_shutdown_flag 
+0x5d9a 014017 nbranch mouse_24g_short_sleep ,blank 
+0x5d9b 014018 branch g24_transmit_start_next 
+:      014020 mouse_24g_fast_conn_mode_check:
+0x5d9c 014021 fetch 4 ,mem_24g_receiver_addr 
+0x5d9d 014022 fetcht 4 ,mem_24g_fast_conn_addr 
+0x5d9e 014023 isub temp ,null 
+0x5d9f 014024 branch mouse_soft_agc_enable ,zero 
+0x5da0 014025 branch mouse_soft_agc_disable 
+:      014027 mouse_soft_agc_enable:
+0x5da1 014028 jam 0 ,mem_gain_fix 
+0x5da2 014029 jam tx_power_factory ,mem_tx_power 
+0x5da3 014030 rtn 
+:      014031 mouse_soft_agc_disable:
+0x5da4 014032 jam 0xff ,mem_gain_fix 
+0x5da5 014033 rtn 
+:      014035 mouse_24g_stop:
+0x5da6 014036 set0 mark_24g ,mark 
+0x5da7 014037 jam state_24g_stop ,mem_24g_conn_sm 
+0x5da8 014038 arg mouse_24g_pairing_flag ,queue 
+0x5da9 014039 branch mouse_disable_function_flag 
+:      014041 mouse_24g_start_mode:
+0x5daa 014042 fetch mouse_flag_len ,mem_mouse_flag 
+0x5dab 014043 bbit0 mouse_enable_24g ,mouse_24g_mode_setup_error 
+0x5dac 014044 call mouse_wakeup_from_power_check 
+0x5dad 014045 branch mouse_24g_reconn_dongle_start ,user 
+0x5dae 014046 fetch mouse_flag_len ,mem_mouse_flag 
+0x5daf 014047 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_reconn_general_dongle 
+0x5db0 014048 bbit0 mouse_enable_24g_power_on_pairing ,mouse_24g_reconn_general_dongle 
+0x5db1 014049 call mouse_key_check_once 
+0x5db2 014050 and rega ,0x07 ,pdata 
+0x5db3 014051 fetcht 1 ,mem_mouse_commbination_key_24g 
+0x5db4 014052 isub temp ,null 
+0x5db5 014053 branch mouse_24g_start_pair_mode ,zero 
+0x5db6 014054 branch mouse_24g_reconn_general_dongle 
+:      014056 mouse_24g_mode_setup_error:
+0x5db7 014057 fetch 1 ,mem_reconn_times 
+0x5db8 014058 nbranch mouse_polling_device ,blank 
+0x5db9 014059 rtn 
+:      014061 mouse_24g_first_start_auto_pair_mode:
+0x5dba 014062 call mouse_wakeup_from_power_check 
+0x5dbb 014063 branch mouse_24g_first_start_reconn ,user 
+:      014064 mouse_24g_reconn_general_dongle:
+0x5dbc 014065 fetch 1 ,mem_mouse_1io2led_led_enable 
+0x5dbd 014066 ncall mouse_multi_led_blink_enable ,blank 
+0x5dbe 014067 jam mode_24g_device ,mem_device_flag 
+0x5dbf 014068 fetch 2 ,mem_mouse_24g_power_on_fast_conn_timer 
+0x5dc0 014069 store 2 ,mem_24g_reconn_timeout 
+0x5dc1 014070 jam fast_conn_and_3_0_addr ,mem_24g_reconn_type 
+0x5dc2 014071 branch g24_reconn_start 
+:      014073 mouse_24g_start_auto_pair:
+0x5dc3 014074 call mouse_device_discover_led_config 
+0x5dc4 014075 fetch 2 ,mem_24g_pair_timeout_init 
+0x5dc5 014076 store 2 ,mem_24g_reconn_timeout 
+0x5dc6 014077 jam pair_and_3_0_addr ,mem_24g_reconn_type 
+0x5dc7 014078 branch g24_reconn_start 
+:      014080 mouse_24g_first_start_reconn:
+0x5dc8 014081 fetch 1 ,mem_device_flag 
+0x5dc9 014082 beq mode_24g_device ,mouse_24g_reconn_dongle_start 
+0x5dca 014083 call mouse_bluetooth_fast_conn_disable 
+:      014084 mouse_24g_first_bluetooth_reconnect:
+0x5dcb 014085 call mouse_24g_stop 
+0x5dcc 014086 call mouse_device_led_all_off 
+0x5dcd 014087 jam mode_bt_device1 ,mem_device_flag 
+0x5dce 014088 call mouse_select_reconn_device 
+0x5dcf 014089 branch mouse_start_reconnect_device 
+:      014091 mouse_24g_first_bb_event_reconn_timeout:
+0x5dd0 014092 call mouse_wakeup_from_power_check 
+0x5dd1 014093 branch mouse_app_enter_hibernate ,user 
+0x5dd2 014094 branch mouse_start_discovery 
+:      014096 mouse_24g_first_store_reconn_info:
+0x5dd3 014097 call mouse_wakeup_from_power_check 
+0x5dd4 014098 rtn user 
+0x5dd5 014099 fetch mouse_flag_len ,mem_mouse_flag 
+0x5dd6 014100 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_store_device_info_delay 
+0x5dd7 014101 rtn 
+:      014103 mouse_24g_start_pair_mode:
+0x5dd8 014104 jam 0 ,mem_24g_reconn_type 
+0x5dd9 014105 arg mouse_24g_pairing_flag ,queue 
+0x5dda 014106 call mouse_enable_function_flag 
+0x5ddb 014107 setarg 0 
+0x5ddc 014108 store 2 ,mem_24g_reconn_timeout 
+0x5ddd 014109 call mouse_stop_discovery 
+0x5dde 014110 call mouse_low_voltage_led_blink_disable 
+0x5ddf 014111 call mouse_device_discover_led_config 
+0x5de0 014112 jam type_ms ,mem_24g_data_type 
+0x5de1 014113 fetch mouse_flag_len ,mem_mouse_flag 
+0x5de2 014114 bbit0 mouse_enable_keyboard ,g24_pair_start 
+0x5de3 014115 jam type_kb ,mem_24g_data_type 
+0x5de4 014116 branch g24_pair_start 
+:      014118 mouse_24g_attempt_fail:
+0x5de5 014119 fetch 1 ,mem_24g_attempt_fail_flag 
+0x5de6 014120 nbranch mouse_24g_hibernate_set ,blank 
+0x5de7 014121 fetch 1 ,mem_24g_reconn_type 
+0x5de8 014122 beq fast_conn_and_3_0_addr ,mouse_24g_fast_conn_attempt_fail 
+0x5de9 014123 beq pair_and_3_0_addr ,mouse_24g_auto_pair_attempt_fail 
+0x5dea 014124 beq receiver_and_3_0_addr ,mouse_reconn_dongle_attempt_fail 
+:      014125 mouse_24g_attempt_fail_enter_hibernate:
+0x5deb 014126 fetch mouse_flag_len ,mem_mouse_flag 
+0x5dec 014127 bbit1 mouse_enable_wheel_wake_up_cancel ,mouse_24g_hibernate_set 
+:      014128 mouse_24g_attempt_fail_enter_hibernate_next:
+0x5ded 014129 call mouse_device_led_off 
+0x5dee 014130 call mouse_24g_stop 
+0x5def 014131 fetch 1 ,mem_reconn_times 
+0x5df0 014132 nbranch mouse_polling_device ,blank 
+0x5df1 014133 fetch 1 ,mem_device_flag 
+0x5df2 014134 beq mode_24g_device ,mouse_app_enter_hibernate 
+0x5df3 014135 rtn 
+:      014137 mouse_24g_fast_conn_attempt_fail:
+0x5df4 014138 fetch mouse_flag_len ,mem_mouse_flag 
+0x5df5 014139 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_start_auto_pair 
+0x5df6 014140 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_start_auto_pair 
+0x5df7 014141 bbit0 mouse_enable_24g_auto_pair_nerver_been_paired ,mouse_24g_reconn_dongle_start 
+0x5df8 014142 fetch 4 ,mem_mouse_24g_addr 
+0x5df9 014143 fetcht 4 ,mem_mouse_compare_addr_ff 
+0x5dfa 014144 isub temp ,null 
+0x5dfb 014145 branch mouse_24g_start_pair_mode ,zero 
+:      014146 mouse_24g_reconn_dongle_start:
+0x5dfc 014147 fetch 1 ,mem_mouse_1io2led_led_enable 
+0x5dfd 014148 ncall mouse_multi_led_blink_enable ,blank 
+0x5dfe 014149 fetch 2 ,mem_24g_reconn_timeout_init 
+0x5dff 014150 store 2 ,mem_24g_reconn_timeout 
+0x5e00 014151 jam receiver_and_3_0_addr ,mem_24g_reconn_type 
+0x5e01 014152 branch g24_reconn_start 
+:      014154 mouse_24g_auto_pair_attempt_fail:
+0x5e02 014155 fetch mouse_flag_len ,mem_mouse_flag 
+0x5e03 014156 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+0x5e04 014157 fetch 1 ,mem_device_number 
+0x5e05 014158 beq 1 ,mouse_24g_attempt_fail_enter_hibernate 
+0x5e06 014159 branch mouse_24g_first_bluetooth_reconnect 
+:      014161 mouse_reconn_dongle_attempt_fail:
+0x5e07 014162 fetch mouse_flag_len ,mem_mouse_flag 
+0x5e08 014163 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+0x5e09 014164 bbit1 mouse_enable_eeprom ,mouse_24g_attempt_fail_enter_hibernate 
+0x5e0a 014165 bbit1 mouse_enable_flash ,mouse_24g_attempt_fail_enter_hibernate 
+0x5e0b 014166 branch mouse_24g_start_auto_pair + 1 
+:      014168 mouse_24g_attempt_success:
+0x5e0c 014169 fetch 4 ,mem_24g_addr 
+0x5e0d 014170 store 4 ,mem_24g_receiver_addr 
+0x5e0e 014171 store 4 ,mem_mouse_24g_addr 
+0x5e0f 014172 call g24_ch_syncword_crc8_init 
+0x5e10 014173 call mouse_device_poweron_led_config 
+0x5e11 014174 call mouse_no_data_timer_init 
+0x5e12 014175 call mouse_init_sensor_reset 
+0x5e13 014176 jam 0 ,mem_mouse_long_mult_flag 
+0x5e14 014177 jam 0 ,mem_24g_conn_sm 
+0x5e15 014178 jam 0 ,mem_24g_reconn_type 
+0x5e16 014179 fetch 4 ,mem_24g_receiver_addr 
+0x5e17 014180 fetch 4 ,mem_24g_fast_conn_addr 
+0x5e18 014181 isub temp ,null 
+0x5e19 014182 rtn zero 
+0x5e1a 014183 branch mouse_24g_first_store_reconn_info 
+:      014185 mouse_device_poweron_led_config:
+0x5e1b 014186 fetch 1 ,mem_mouse_1io2led_led_enable 
+0x5e1c 014187 branch mouse_device_poweron_timer_init ,blank 
+0x5e1d 014188 branch mouse_multi_led_on_enable 
+:      014190 mouse_device_discover_led_config:
+0x5e1e 014191 fetch 1 ,mem_mouse_1io2led_led_enable 
+0x5e1f 014192 branch mouse_discover_setting_led_gpio ,blank 
+0x5e20 014193 branch mouse_multi_led_blink_enable 
+:      014195 mouse_24g_pairing_complete:
+0x5e21 014196 call mouse_no_data_timer_init 
+0x5e22 014197 arg mouse_24g_pairing_flag ,queue 
+0x5e23 014198 call mouse_disable_function_flag 
+0x5e24 014199 call mouse_device_poweron_led_config 
+0x5e25 014200 setarg 0 
+0x5e26 014201 store 2 ,mem_24g_pair_timeout 
+0x5e27 014202 store 2 ,mem_24g_reconn_timeout 
+0x5e28 014203 store 1 ,mem_24g_conn_sm 
+0x5e29 014204 store 1 ,mem_mouse_move_flag 
+0x5e2a 014205 store 1 ,mem_24g_reconn_type 
+0x5e2b 014207 call mouse_init_sensor_reset 
+0x5e2c 014208 call mouse_read_sensor_common 
+0x5e2d 014209 fetch 4 ,mem_24g_addr 
+0x5e2e 014210 store 4 ,mem_24g_receiver_addr 
+0x5e2f 014211 store 4 ,mem_mouse_24g_addr 
+0x5e30 014212 branch mouse_store_device_info_delay 
+:      014214 mouse_24g_package_data:
+0x5e31 014215 bpatch patch0b_2 ,mem_patch0b 
+0x5e32 014216 rtnmark0 mark_24g 
+0x5e33 014217 call mouse_motion 
+0x5e34 014218 nrtn user 
+0x5e35 014219 fetch mouse_flag_len ,mem_mouse_flag 
+0x5e36 014220 bbit0 mouse_enable_keyboard ,mouse_24g_mouse_package_data 
+0x5e37 014221 fetch 1 ,mem_customer_key 
+0x5e38 014222 nbranch mouse_24g_keyboard_package_data ,blank 
+:      014223 mouse_24g_mouse_package_data:
+0x5e39 014224 call mouse_data_xy_release 
+0x5e3a 014225 fetch 1 ,mem_24g_data_type 
+0x5e3b 014226 bbit1 1 ,mouse_24g_mouse_package_data_now 
+0x5e3c 014227 fetcht 1 ,mem_24g_txbuf + 1 
+0x5e3d 014228 fetch 1 ,mem_mouse_key 
+0x5e3e 014229 ior temp ,pdata 
+0x5e3f 014230 store 1 ,mem_mouse_key 
+0x5e40 014231 fetcht 1 ,mem_24g_txbuf + 6 
+0x5e41 014232 fetch 1 ,mem_mouse_z 
+0x5e42 014233 iadd temp ,pdata 
+0x5e43 014234 store 1 ,mem_mouse_z 
+0x5e44 014235 fetcht 1 ,mem_24g_txbuf + 7 
+0x5e45 014236 fetch 1 ,mem_mouse_tz 
+0x5e46 014237 iadd temp ,pdata 
+0x5e47 014238 store 1 ,mem_mouse_tz 
+:      014239 mouse_24g_mouse_package_data_now:
+0x5e48 014240 jam type_ms ,mem_24g_data_type 
+0x5e49 014241 arg 7 ,rega 
+0x5e4a 014242 arg mem_mouse_key ,regb 
+0x5e4b 014243 fetch 2 ,mem_mouse_z 
+0x5e4c 014244 rtn blank 
+0x5e4d 014245 branch g24_transmit_by_interrupt_enable 
+:      014247 mouse_24g_keyboard_package_data:
+0x5e4e 014248 jam type_kb ,mem_24g_data_type 
+0x5e4f 014249 arg 9 ,rega 
+0x5e50 014250 fetch 1 ,mem_customer_data_trigger 
+0x5e51 014251 nbranch mouse_customer_key_press ,blank 
+0x5e52 014252 arg mem_customer_key_release ,regb 
+0x5e53 014253 rtn 
+:      014254 mouse_customer_key_press:
+0x5e54 014255 arg mem_customer_key_press ,regb 
+0x5e55 014256 rtn 
+:      014262 mouse_24g_search_dongle_init:
+0x5e56 014263 setarg 0 
+0x5e57 014264 store 3 ,mem_mouse_search_dongle_action 
+0x5e58 014265 rtn 
+:      014267 mouse_24g_search_dongle:
+0x5e59 014268 fetch mouse_flag_len ,mem_mouse_flag 
+0x5e5a 014269 rtnbit0 mouse_enable_24g_search_dongle 
+0x5e5b 014270 fetch 1 ,mem_mouse_long_mult_flag 
+0x5e5c 014271 rtn blank 
+0x5e5d 014272 fetch 1 ,mem_24g_abort_pac 
+0x5e5e 014273 rtn blank 
+0x5e5f 014274 fetch 1 ,mem_mouse_search_dongle_interval 
+0x5e60 014275 increase 1 ,pdata 
+0x5e61 014276 and_into 3 ,pdata 
+0x5e62 014277 store 1 ,mem_mouse_search_dongle_interval 
+0x5e63 014278 nrtn blank 
+0x5e64 014279 jam 0 ,mem_mouse_search_dongle_ch 
+:      014280 mouse_24g_search_dongle_loop:
+0x5e65 014281 bpatch patch0b_3 ,mem_patch0b 
+0x5e66 014282 fetch 1 ,mem_mouse_search_dongle_ch 
+0x5e67 014283 increase 1 ,pdata 
+0x5e68 014284 store 1 ,mem_mouse_search_dongle_ch 
+0x5e69 014285 sub pdata ,g24_ch_number ,null 
+0x5e6a 014286 nbranch mouse_24g_search_dongle_loop_end ,positive 
+0x5e6b 014287 call g24_reconn_data_prep 
+0x5e6c 014288 call g24_transmit_receive_ack 
+0x5e6d 014289 nbranch mouse_24g_search_dongle_loop_retry ,sync 
+0x5e6e 014290 nbranch mouse_24g_search_dongle_loop_retry ,user3 
+0x5e6f 014291 call mouse_g24_ackpayload_parse 
+0x5e70 014292 call mouse_24g_search_dongle_success 
+:      014293 mouse_24g_search_dongle_loop_end:
+0x5e71 014294 call g24_txbuf_clear 
+0x5e72 014295 fetch 1 ,mem_mouse_search_dongle_count 
+0x5e73 014296 increase 1 ,pdata 
+0x5e74 014297 store 1 ,mem_mouse_search_dongle_count 
+0x5e75 014298 beq g24_ch_poll_count ,mouse_24g_search_dongle_check 
+0x5e76 014299 rtn 
+:      014301 mouse_24g_search_dongle_loop_retry:
+0x5e77 014302 call g24_ch 
+0x5e78 014303 branch mouse_24g_search_dongle_loop 
+:      014305 mouse_24g_search_dongle_check:
+0x5e79 014306 jam 0 ,mem_mouse_search_dongle_count 
+0x5e7a 014307 fetch 1 ,mem_mouse_search_dongle_action 
+0x5e7b 014308 rtnbit1 g24_disconn_state 
+0x5e7c 014309 set1 g24_disconn_state ,pdata 
+0x5e7d 014310 store 1 ,mem_mouse_search_dongle_action 
+0x5e7e 014311 fetch 2 ,mem_mouse_24g_search_dongle_time_init 
+0x5e7f 014312 store 2 ,mem_mouse_no_data_timer 
+0x5e80 014313 branch mouse_sensor_powerdown 
+:      014315 mouse_24g_search_dongle_success:
+0x5e81 014316 fetch 1 ,mem_24g_abort_pac 
+0x5e82 014317 branch mouse_24g_search_dongle_init ,blank 
+0x5e83 014318 jam 0 ,mem_mouse_search_dongle_count 
+0x5e84 014319 fetch 1 ,mem_mouse_search_dongle_action 
+0x5e85 014320 rtnbit0 g24_disconn_state 
+0x5e86 014321 set0 g24_disconn_state ,pdata 
+0x5e87 014322 store 1 ,mem_mouse_search_dongle_action 
+0x5e88 014323 call mouse_no_data_timer_init 
+0x5e89 014324 branch mouse_init_sensor_wakeup 
+:      014326 mouse_g24_ackpayload_parse:
+0x5e8a 014327 call g24_ackpayload_parse 
+0x5e8b 014328 fetch 1 ,mem_24g_rxbuf + 1 
+0x5e8c 014329 compare 0x08 ,pdata ,0xf8 
+0x5e8d 014330 nrtn true 
+0x5e8e 014331 fetch 1 ,mem_24g_rxbuf + 2 
+0x5e8f 014332 beq 0xff ,mouse_24g_hibernate_set 
+0x5e90 014333 rtn 
+:      014339 mouse_24g_before_lpm_sleep:
+0x5e91 014340 fetch 1 ,mem_device_flag 
+0x5e92 014341 bne mode_24g_device ,lpm_sleep_skip_cb_function 
+0x5e93 014342 fetch 1 ,mem_24g_disable_fec1 
+0x5e94 014343 rtn blank 
+:      014344 mouse_peripheral_clock_off:
+0x5e95 014345 jam 2 ,core_clksel 
+0x5e96 014346 fetch 1 ,core_lpm_ctrl 
+0x5e97 014347 and pdata ,0xfc ,pdata 
+0x5e98 014348 store 1 ,core_lpm_reg 
+0x5e99 014349 branch lpm_write_ctrl 
+:      014355 mouse_device_poweron_timer:
+0x5e9a 014356 fetch mouse_flag_len ,mem_mouse_flag 
+0x5e9b 014357 rtnbit0 mouse_enable_power_on_led 
+0x5e9c 014358 fetch 1 ,mem_mouse_device_poweron_timer_count 
+0x5e9d 014359 rtn blank 
+0x5e9e 014360 increase -1 ,pdata 
+0x5e9f 014361 store 1 ,mem_mouse_device_poweron_timer_count 
+0x5ea0 014362 branch mouse_device_led_off ,blank 
+0x5ea1 014363 branch mouse_device_led_on 
+:      014365 mouse_device_poweron_timer_init:
+0x5ea2 014366 fetch mouse_flag_len ,mem_mouse_flag 
+0x5ea3 014367 rtnbit0 mouse_enable_power_on_led 
+0x5ea4 014368 call mouse_low_voltage_led_blink_disable 
+0x5ea5 014369 fetch 1 ,mem_mouse_device_poweron_timer_count_init 
+0x5ea6 014370 store 1 ,mem_mouse_device_poweron_timer_count 
+0x5ea7 014371 rtn 
+:      014373 mouse_discover_setting_led_gpio:
+0x5ea8 014374 jam 0 ,mem_mouse_device_poweron_timer_count 
+0x5ea9 014375 fetch 2 ,mem_mouse_disconvey_led_blink_time 
+0x5eaa 014376 store 2 ,mem_mouse_on_time 
+0x5eab 014377 store 2 ,mem_mouse_off_time 
+:      014378 mouse_setting_led_gpio_comman:
+0x5eac 014379 fetch 1 ,mem_device_flag 
+0x5ead 014380 beq mode_24g_device ,mouse_device_led_24g 
+0x5eae 014381 beq mode_bt_device1 ,mouse_device_led_bt1 
+0x5eaf 014382 beq mode_bt_device2 ,mouse_device_led_bt2 
+0x5eb0 014383 rtn 
+:      014384 mouse_device_led_24g:
+0x5eb1 014385 fetch 1 ,mem_config_device_24g_led_gpio 
+0x5eb2 014386 branch mouse_led_blink 
+:      014387 mouse_device_led_bt1:
+0x5eb3 014388 fetch 1 ,mem_config_device_bt1_led_gpio 
+0x5eb4 014389 branch mouse_led_blink 
+:      014390 mouse_device_led_bt2:
+0x5eb5 014391 fetch 1 ,mem_config_device_bt2_led_gpio 
+:      014392 mouse_led_blink:
+0x5eb6 014393 store 1 ,mem_temp 
+0x5eb7 014394 call mouse_device_led_off 
+0x5eb8 014395 fetch 1 ,mem_temp 
+0x5eb9 014396 store 1 ,mem_mouse_struct_led_gpio 
+0x5eba 014397 arg 0 ,rega 
+0x5ebb 014398 jam ui_led_state_blink_start ,mem_mouse_led_type 
+0x5ebc 014399 branch ui_led_blink_start_global 
+:      014401 mouse_dpi_led_blink_delay:
+0x5ebd 014402 fetch 1 ,mem_dpi_led_gpio 
+0x5ebe 014403 rtneq gpio_disable 
+0x5ebf 014404 fetch 2 ,mem_mouse_discovery_timer 
+0x5ec0 014405 nrtn blank 
+0x5ec1 014406 fetch 2 ,mem_24g_pair_timeout 
+0x5ec2 014407 nrtn blank 
+0x5ec3 014408 fetch 2 ,mem_24g_reconn_timeout 
+0x5ec4 014409 nrtn blank 
+0x5ec5 014410 fetch 1 ,mem_mouse_device_poweron_timer_count 
+0x5ec6 014411 nrtn blank 
+0x5ec7 014412 fetch 1 ,mem_mouse_dpi_led_delay_count_init 
+0x5ec8 014413 branch mouse_dpi_led_blink_init ,blank 
+0x5ec9 014414 store 1 ,mem_mouse_dpi_led_delay_count 
+0x5eca 014415 rtn 
+:      014417 mouse_dpi_led_blink_delay_timer:
+0x5ecb 014418 arg mem_mouse_dpi_led_delay_count ,regc 
+0x5ecc 014419 arg mouse_dpi_led_blink_init ,regb 
+0x5ecd 014420 branch timer_single_step 
+:      014422 mouse_dpi_led_blink_init:
+0x5ece 014423 fetch 1 ,mem_dpi_led_gpio 
+0x5ecf 014424 store 1 ,mem_mouse_struct_led_gpio 
+0x5ed0 014425 fetch 2 ,mem_mouse_dpi_led_blink_time 
+0x5ed1 014426 store 2 ,mem_mouse_on_time 
+0x5ed2 014427 store 2 ,mem_mouse_off_time 
+0x5ed3 014428 fetch 1 ,mem_config_sensor_type 
+0x5ed4 014429 beq p3212 ,mouse_dpi_led_blink_init1 
+0x5ed5 014430 beq ka8g2 ,mouse_dpi_led_blink_init1 
+0x5ed6 014431 arg 0 ,rega 
+0x5ed7 014432 fetcht 1 ,mem_mouse_dpi 
+0x5ed8 014433 increase 2 ,temp 
+0x5ed9 014434 sub temp ,3 ,null 
+0x5eda 014435 call mouse_dpi_led_blink_init_level_4 ,positive 
+0x5edb 014436 branch mouse_dpi_led_blink_init_end ,positive 
+0x5edc 014437 increase -3 ,temp 
+0x5edd 014438 branch mouse_dpi_led_blink_init_end 
+:      014440 mouse_dpi_led_blink_init_level_4:
+0x5ede 014441 fetch mouse_flag_len ,mem_mouse_flag 
+0x5edf 014442 rtnbit0 mouse_enable_dpi_level_4 
+0x5ee0 014443 increase 1 ,temp 
+0x5ee1 014444 rtn 
+:      014446 mouse_dpi_led_blink_init1:
+0x5ee2 014447 arg 0 ,rega 
+0x5ee3 014448 fetcht 1 ,mem_mouse_dpi 
+0x5ee4 014449 increase 1 ,temp 
+0x5ee5 014450 fetch mouse_flag_len ,mem_mouse_flag 
+0x5ee6 014451 bbit0 mouse_enable_dpi_level_4 ,mouse_dpi_led_blink_init_end 
+0x5ee7 014452 increase 1 ,temp 
+0x5ee8 014453 sub temp ,4 ,null 
+0x5ee9 014454 branch mouse_dpi_led_blink_init_end ,positive 
+0x5eea 014455 arg 1 ,temp 
+:      014456 mouse_dpi_led_blink_init_end:
+0x5eeb 014457 storet 1 ,mem_mouse_blink_count 
+0x5eec 014458 jam ui_led_state_blink_start ,mem_mouse_led_type 
+0x5eed 014459 rtn 
+:      014462 mouse_check_dpi_blink:
+0x5eee 014463 disable user 
+0x5eef 014464 fetch 1 ,mem_dpi_led_gpio 
+0x5ef0 014465 fetcht 1 ,mem_mouse_struct_led_gpio 
+0x5ef1 014466 isub temp ,null 
+0x5ef2 014467 nrtn zero 
+0x5ef3 014468 fetch 1 ,mem_mouse_blink_count 
+0x5ef4 014469 rtn blank 
+0x5ef5 014470 jam 0 ,mem_adc_low_volatage_led_blink_enable 
+0x5ef6 014471 branch enable_user 
+:      014473 mouse_device_led_all_off:
+0x5ef7 014474 call mouse_dpi_led_off 
+0x5ef8 014475 call mouse_device_24g_led_off 
+0x5ef9 014476 call mouse_device_bt1_led_off 
+0x5efa 014477 branch mouse_device_bt2_led_off 
+:      014479 mouse_device_led_off:
+0x5efb 014480 fetch 1 ,mem_device_flag 
+0x5efc 014481 beq mode_24g_device ,mouse_device_24g_led_off 
+0x5efd 014482 beq mode_bt_device1 ,mouse_device_bt1_led_off 
+0x5efe 014483 beq mode_bt_device2 ,mouse_device_bt2_led_off 
+0x5eff 014484 rtn 
+:      014486 mouse_device_24g_led_off:
+0x5f00 014487 jam 0 ,mem_24g_device_led_status 
+0x5f01 014488 fetcht 1 ,mem_config_device_24g_led_gpio 
+0x5f02 014489 branch mouse_led_off 
+:      014491 mouse_device_bt1_led_off:
+0x5f03 014492 fetcht 1 ,mem_config_device_bt1_led_gpio 
+0x5f04 014493 branch mouse_led_off 
+:      014495 mouse_device_bt2_led_off:
+0x5f05 014496 fetcht 1 ,mem_config_device_bt2_led_gpio 
+0x5f06 014497 branch mouse_led_off 
+:      014499 mouse_dpi_led_off:
+0x5f07 014500 fetcht 1 ,mem_dpi_led_gpio 
+0x5f08 014501 branch mouse_led_off 
+:      014503 mouse_device_led_on:
+0x5f09 014504 fetch 1 ,mem_device_flag 
+0x5f0a 014505 beq mode_24g_device ,mouse_device_24g_led_on 
+0x5f0b 014506 beq mode_bt_device1 ,mouse_device_bt1_led_on 
+0x5f0c 014507 beq mode_bt_device2 ,mouse_device_bt2_led_on 
+0x5f0d 014508 rtn 
+:      014510 mouse_device_24g_led_on:
+0x5f0e 014511 fetcht 1 ,mem_config_device_24g_led_gpio 
+0x5f0f 014512 branch mouse_led_on 
+:      014513 mouse_device_bt1_led_on:
+0x5f10 014514 fetcht 1 ,mem_config_device_bt1_led_gpio 
+0x5f11 014515 branch mouse_led_on 
+:      014516 mouse_device_bt2_led_on:
+0x5f12 014517 fetcht 1 ,mem_config_device_bt2_led_gpio 
+0x5f13 014518 branch mouse_led_on 
+:      014520 mouse_led_off:
+0x5f14 014521 bpatch patch0b_4 ,mem_patch0b 
+0x5f15 014522 copy temp ,pdata 
+0x5f16 014523 rtneq gpio_disable 
+0x5f17 014524 copy pdata ,temp 
+0x5f18 014525 storet 1 ,mem_mouse_struct_led_gpio 
+0x5f19 014526 arg 0 ,rega 
+0x5f1a 014527 branch ui_led_off_global 
+:      014528 mouse_led_on:
+0x5f1b 014529 bpatch patch0b_5 ,mem_patch0b 
+0x5f1c 014530 copy temp ,pdata 
+0x5f1d 014531 rtneq gpio_disable 
+0x5f1e 014532 copy pdata ,temp 
+0x5f1f 014533 storet 1 ,mem_mouse_struct_led_gpio 
+0x5f20 014534 arg 0 ,rega 
+0x5f21 014535 branch ui_led_on_global 
+:      014537 mouse_ui_led_off_static:
+0x5f22 014538 bpatch patch0b_6 ,mem_patch0b 
+0x5f23 014539 fetch 1 ,mem_config_device_24g_led_gpio 
+0x5f24 014540 isub temp ,null 
+0x5f25 014541 call mouse_clear_24g_led_statue ,zero 
+0x5f26 014542 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f27 014543 bbit0 mouse_enable_4_led ,gpio_out_inactive 
+0x5f28 014544 call mouse_check_bt2_led_off 
+0x5f29 014545 call mouse_check_dpi_led_off 
+0x5f2a 014546 call mouse_check_low_v_led_off 
+0x5f2b 014547 fetch 1 ,mem_mouse_led_off_4_led 
+0x5f2c 014548 branch gpio_out_inactive ,blank 
+0x5f2d 014549 jam 0 ,mem_mouse_led_off_4_led 
+0x5f2e 014550 branch gpio_set_high_impedance 
+:      014552 mouse_ui_led_on_static:
+0x5f2f 014553 bpatch patch0b_7 ,mem_patch0b 
+0x5f30 014554 fetch 1 ,mem_config_device_24g_led_gpio 
+0x5f31 014555 isub temp ,null 
+0x5f32 014556 call mouse_set_24g_led_statue ,zero 
+0x5f33 014557 branch gpio_out_active 
+:      014559 mouse_check_bt2_led_off:
+0x5f34 014560 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f35 014561 rtnbit0 mouse_enable_bt2_for_4_led 
+0x5f36 014562 fetch 1 ,mem_config_device_bt2_led_gpio 
+0x5f37 014563 branch mouse_check_1gpio_2led_off 
+:      014564 mouse_check_dpi_led_off:
+0x5f38 014565 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f39 014566 rtnbit0 mouse_enable_dpi_for_4_led 
+0x5f3a 014567 fetch 1 ,mem_dpi_led_gpio 
+0x5f3b 014568 branch mouse_check_1gpio_2led_off 
+:      014569 mouse_check_low_v_led_off:
+0x5f3c 014570 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f3d 014571 rtnbit0 mouse_enable_low_v_for_4_led 
+0x5f3e 014572 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+:      014573 mouse_check_1gpio_2led_off:
+0x5f3f 014574 isub temp ,null 
+0x5f40 014575 nrtn zero 
+0x5f41 014576 jam 1 ,mem_mouse_led_off_4_led 
+0x5f42 014577 rtn 
+:      014579 mouse_clear_24g_led_statue:
+0x5f43 014580 jam 0 ,mem_24g_device_led_status 
+0x5f44 014581 rtn 
+:      014583 mouse_set_24g_led_statue:
+0x5f45 014584 jam 1 ,mem_24g_device_led_status 
+0x5f46 014585 rtn 
+:      014587 mouse_low_voltage_led_timer:
+0x5f47 014588 fetch 2 ,mem_mouse_discovery_timer 
+0x5f48 014589 nrtn blank 
+0x5f49 014590 fetch 2 ,mem_24g_pair_timeout 
+0x5f4a 014591 nrtn blank 
+0x5f4b 014592 fetch 2 ,mem_24g_reconn_timeout 
+0x5f4c 014593 nrtn blank 
+0x5f4d 014594 fetch 1 ,mem_mouse_device_poweron_timer_count 
+0x5f4e 014595 nrtn blank 
+0x5f4f 014596 call mouse_check_dpi_blink 
+0x5f50 014597 rtn user 
+0x5f51 014598 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f52 014599 rtnbit0 mouse_enable_low_voltage_led 
+0x5f53 014600 rtnbit0 mouse_low_voltage_flag 
+0x5f54 014601 bbit1 mouse_enable_low_voltage_led_blink_n_second ,mouse_low_voltage_led_blink_new_data 
+0x5f55 014602 fetch 1 ,mem_adc_low_volatage_led_timer_count 
+0x5f56 014603 increase 1 ,pdata 
+0x5f57 014604 store 1 ,mem_adc_low_volatage_led_timer_count 
+0x5f58 014605 sub pdata ,20 ,null 
+0x5f59 014606 ncall mouse_adc_low_volatage_led_timer_count_clean ,positive 
+0x5f5a 014607 beq 2 ,mouse_low_voltage_led_on 
+0x5f5b 014608 beq 4 ,mouse_low_voltage_led_off 
+0x5f5c 014609 beq 6 ,mouse_low_voltage_led_on 
+0x5f5d 014610 beq 8 ,mouse_low_voltage_led_off 
+0x5f5e 014611 rtn 
+:      014612 mouse_adc_low_volatage_led_timer_count_clean:
+0x5f5f 014613 jam 1 ,mem_adc_low_volatage_led_timer_count 
+0x5f60 014614 branch mouse_low_voltage_led_off 
+:      014615 mouse_low_voltage_led_on:
+0x5f61 014616 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f62 014617 bbit1 mouse_enable_low_voltage_use_mode_led ,mouse_device_led_on 
+0x5f63 014618 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+0x5f64 014619 rtneq gpio_disable 
+0x5f65 014620 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+0x5f66 014621 branch mouse_led_on 
+:      014622 mouse_low_voltage_led_off:
+0x5f67 014623 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f68 014624 bbit1 mouse_enable_low_voltage_use_mode_led ,mouse_device_led_off 
+0x5f69 014625 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+0x5f6a 014626 rtneq gpio_disable 
+0x5f6b 014627 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+0x5f6c 014628 branch mouse_led_off 
+:      014630 mouse_low_voltage_led_blink_new_data:
+0x5f6d 014631 fetch 2 ,mem_mouse_no_data_timeout 
+0x5f6e 014632 fetcht 2 ,mem_mouse_no_data_timer 
+0x5f6f 014633 isub temp ,temp 
+0x5f70 014634 fetch 2 ,mem_adc_low_volatage_led_blink_timer 
+0x5f71 014635 isub temp ,null 
+0x5f72 014636 nbranch mouse_low_voltage_led_blink_disable ,positive 
+0x5f73 014637 fetch 1 ,mem_adc_low_volatage_led_blink_enable 
+0x5f74 014638 nrtn blank 
+0x5f75 014639 jam 1 ,mem_adc_low_volatage_led_blink_enable 
+0x5f76 014640 branch mouse_low_voltage_led_blink_init 
+:      014642 mouse_low_voltage_led_blink_init:
+0x5f77 014643 fetch 2 ,mem_mouse_low_v_led_blink_time 
+0x5f78 014644 store 2 ,mem_mouse_on_time 
+0x5f79 014645 store 2 ,mem_mouse_off_time 
+0x5f7a 014646 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f7b 014647 bbit1 mouse_enable_low_voltage_use_mode_led ,mouse_setting_led_gpio_comman 
+0x5f7c 014648 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+0x5f7d 014649 rtneq gpio_disable 
+0x5f7e 014650 branch mouse_led_blink 
+:      014652 mouse_low_voltage_led_blink_disable:
+0x5f7f 014653 jam 0 ,mem_adc_low_volatage_led_blink_enable 
+0x5f80 014654 branch mouse_low_voltage_led_off 
+:      014657 mouse_low_voltage_led_no_enter_lpm:
+0x5f81 014658 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f82 014659 rtnbit0 mouse_enable_low_voltage_led 
+0x5f83 014660 rtnbit0 mouse_low_voltage_flag 
+0x5f84 014661 bbit1 mouse_enable_low_voltage_led_blink_n_second ,mouse_low_voltage_led_no_enter_lpm_blink 
+0x5f85 014662 fetch 1 ,mem_adc_low_volatage_led_timer_count 
+0x5f86 014663 sub pdata ,10 ,null 
+0x5f87 014664 branch mouse_lpm_mode_clear ,positive 
+:      014665 mouse_low_voltage_led_no_enter_lpm_next:
+0x5f88 014666 fetch 1 ,mem_device_flag 
+0x5f89 014667 beq mode_24g_device ,g24_transmit_by_interrupt_exit_check 
+0x5f8a 014668 jam 1 ,mem_lpm_mode 
+0x5f8b 014669 rtn 
+:      014671 g24_transmit_by_interrupt_exit_check:
+0x5f8c 014672 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f8d 014673 rtnbit1 mouse_enable_24g_250hz 
+0x5f8e 014674 branch g24_transmit_by_interrupt_exit 
+:      014676 mouse_lpm_mode_clear:
+0x5f8f 014677 fetch 1 ,mem_device_flag 
+0x5f90 014678 beq mode_24g_device ,g24_transmit_by_interrupt_enable 
+0x5f91 014679 jam 0 ,mem_lpm_mode 
+0x5f92 014680 rtn 
+:      014682 mouse_low_voltage_led_no_enter_lpm_blink:
+0x5f93 014683 fetch 1 ,mem_adc_low_volatage_led_blink_enable 
+0x5f94 014684 nbranch mouse_lpm_mode_clear ,blank 
+0x5f95 014685 branch mouse_low_voltage_led_no_enter_lpm_next 
+:      014689 mouse_store_signal_rssi:
+0x5f96 014691 fetch 1 ,mem_rssi 
+0x5f97 014692 branch rssi_signal 
+:      014694 mouse_le_transmit:
+0x5f98 014695 call mouse_store_signal_rssi 
+0x5f99 014696 branch power_ctrl_start 
+:      014698 mouse_le_set_lpm_mult:
+0x5f9a 014699 fetch 1 ,mem_le_connect_status_flag 
+0x5f9b 014700 compare 3 ,pdata ,3 
+0x5f9c 014701 nbranch disable_blank ,true 
+0x5f9d 014702 call app_lpm_mult_enable 
+0x5f9e 014703 branch enable_blank 
+:      014705 mouse_set_lpm_mult:
+0x5f9f 014706 fetch 2 ,mem_ui_state_map 
+0x5fa0 014707 bbit1 ui_state_ble_connected ,mouse_le_set_lpm_mult 
+0x5fa1 014708 rtn 
+:      014710 mouse_24g_long_sleep:
+0x5fa2 014711 call g24_lpm_wait 
+0x5fa3 014712 nrtn user 
+0x5fa4 014713 fetch 1 ,mem_24g_device_led_status 
+0x5fa5 014714 nrtn blank 
+0x5fa6 014715 call g24_setgpio_lpm_before 
+0x5fa7 014716 jam 0 ,mem_mouse_24g_sleep_miss 
+0x5fa8 014717 call mouse_24g_send_time_long_wake 
+0x5fa9 014718 fetch 1 ,mem_sensor_shutdown_flag 
+0x5faa 014719 ncall mouse_setgpio_hibernate ,blank 
+0x5fab 014720 fetch 4 ,mem_24g_enter_hibernate 
+0x5fac 014721 branch g24_long_seep2 
+:      014723 mouse_24g_short_sleep:
+0x5fad 014724 fetch 1 ,mem_mouse_sleep_deal_type 
+0x5fae 014725 branch g24_short_sleep ,blank 
+0x5faf 014726 call g24_lpm_wait 
+0x5fb0 014727 nrtn user 
+0x5fb1 014728 fetch 1 ,mem_24g_device_led_status 
+0x5fb2 014729 nrtn blank 
+0x5fb3 014730 fetch 1 ,mem_mouse_24g_sleep_miss 
+0x5fb4 014731 jam 0 ,mem_mouse_24g_sleep_miss 
+0x5fb5 014732 sub pdata ,0 ,null 
+0x5fb6 014733 nbranch mouse_24g_short_sleep_last_miss ,zero 
+0x5fb7 014734 fetcht 2 ,mem_24g_retransmit 
+0x5fb8 014735 sub temp ,0 ,null 
+0x5fb9 014736 branch mouse_24g_short_sleep_default ,zero 
+0x5fba 014738 fetch 4 ,mem_mouse_24g_tx_time_last_delt 
+0x5fbb 014739 branch mouse_24g_short_sleep_default ,blank 
+:      014740 mouse_24g_short_sleep_notify:
+0x5fbc 014741 fetcht 4 ,mem_mouse_24g_tsniff 
+0x5fbd 014742 isub temp ,temp 
+0x5fbe 014743 storet 4 ,mem_mouse_24g_sleep_miss_temp 
+0x5fbf 014744 nbranch mouse_24g_short_sleep_long ,positive 
+0x5fc0 014745 fetch 3 ,mem_24g_short_sleep_set 
+0x5fc1 014746 isub temp ,pdata 
+0x5fc2 014747 nbranch mouse_24g_short_sleep_2 ,positive 
+0x5fc3 014748 arg 0x600 ,temp 
+0x5fc4 014749 isub temp ,null 
+0x5fc5 014750 nbranch mouse_24g_short_sleep_2 ,positive 
+:      014751 mouse_24g_short_sleep2:
+0x5fc6 014752 store 4 ,mem_mouse_24g_sleep_time_temp 
+0x5fc7 014753 call mouse_24g_miss_temp_clear 
+0x5fc8 014754 fetch 4 ,mem_mouse_24g_sleep_time_temp 
+:      014755 mouse_24g_short_sleep3:
+0x5fc9 014756 call clk2lpo 
+0x5fca 014757 storet 4 ,mem_sleep_counter 
+0x5fcb 014758 branch lpm_sleep 
+:      014760 mouse_24g_short_sleep_default:
+0x5fcc 014761 call mouse_24g_miss_temp_clear 
+0x5fcd 014762 fetch 3 ,mem_24g_short_sleep_set 
+0x5fce 014763 branch mouse_24g_short_sleep2 
+:      014765 mouse_24g_short_sleep_long:
+0x5fcf 014766 sub temp ,0 ,temp 
+0x5fd0 014767 fetch 3 ,mem_24g_short_sleep_set 
+0x5fd1 014768 iadd temp ,pdata 
+0x5fd2 014769 branch mouse_24g_short_sleep2 
+:      014771 mouse_24g_miss_temp_clear:
+0x5fd3 014772 setarg 0 
+0x5fd4 014773 store 4 ,mem_mouse_24g_sleep_miss_temp 
+0x5fd5 014774 rtn 
+:      014776 mouse_24g_short_sleep_last_miss:
+0x5fd6 014777 fetch 4 ,mem_mouse_24g_tx_time_last_delt 
+0x5fd7 014778 fetcht 4 ,mem_mouse_24g_sleep_miss_temp 
+0x5fd8 014779 iadd temp ,pdata 
+0x5fd9 014780 branch mouse_24g_short_sleep_notify 
+:      014782 mouse_24g_short_sleep_2:
+0x5fda 014783 jam 1 ,mem_mouse_24g_sleep_miss 
+0x5fdb 014784 rtn 
+:      014787 mouse_24g_transmit_callback:
+0x5fdc 014788 call mouse_24g_send_time_check 
+0x5fdd 014789 branch mouse_wakeup_24g 
+:      014791 mouse_24g_send_time_check:
+0x5fde 014792 fetch 1 ,mem_mouse_sleep_deal_type 
+0x5fdf 014793 rtn blank 
+0x5fe0 014794 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x5fe1 014795 beq g24_tx_timer_int_enable ,mouse_24g_send_timer_first 
+0x5fe2 014796 fetch 1 ,mem_mouse_24g_tx_count 
+0x5fe3 014797 branch mouse_24g_send_timer_first ,blank 
+0x5fe4 014798 copy clkn ,pdata 
+0x5fe5 014799 fetcht 6 ,mem_mouse_24g_tx_time_last 
+0x5fe6 014800 store 6 ,mem_mouse_24g_tx_time_last 
+0x5fe7 014801 call clk_diff_rt 
+0x5fe8 014802 store 4 ,mem_mouse_24g_tx_time_last_delt 
+0x5fe9 014804 fetch 1 ,mem_mouse_24g_sleep_miss 
+0x5fea 014805 nrtn blank 
+0x5feb 014806 fetch 2 ,mem_24g_retransmit 
+0x5fec 014807 nrtn blank 
+0x5fed 014808 fetch 4 ,mem_mouse_24g_tx_time_last_delt 
+:      014809 mouse_24g_send_time_check_1:
+0x5fee 014810 fetcht 5 ,mem_mouse_24g_tx_time_sum 
+0x5fef 014811 iadd temp ,pdata 
+0x5ff0 014812 store 5 ,mem_mouse_24g_tx_time_sum 
+0x5ff1 014813 fetcht 1 ,mem_mouse_24g_tx_count 
+0x5ff2 014814 fetch 1 ,mem_mouse_24g_tx_time_sum_count 
+0x5ff3 014815 isub temp ,null 
+0x5ff4 014816 branch mouse_24g_send_time_check_average ,zero 
+0x5ff5 014817 increase 1 ,temp 
+0x5ff6 014818 storet 1 ,mem_mouse_24g_tx_count 
+0x5ff7 014819 rtn 
+:      014821 mouse_24g_send_time_check_average:
+0x5ff8 014822 jam 1 ,mem_mouse_24g_tx_count 
+0x5ff9 014823 arg 0 ,temp 
+0x5ffa 014824 fetch 5 ,mem_mouse_24g_tx_time_sum 
+0x5ffb 014825 storet 5 ,mem_mouse_24g_tx_time_sum 
+0x5ffc 014826 fetcht 1 ,mem_mouse_24g_tx_time_sum_count 
+0x5ffd 014827 idiv temp 
+0x5ffe 014828 call wait_div_end 
+0x5fff 014829 quotient rega 
+0x6000 014831 fetch 4 ,mem_mouse_24g_tsniff 
+0x6001 014832 fetcht 1 ,mem_mouse_24g_tx_time_offset 
+0x6002 014833 isub temp ,temp 
+0x6003 014834 increase -40 ,temp 
+0x6004 014836 copy rega ,pdata 
+0x6005 014837 isub temp ,pdata 
+0x6006 014838 branch mouse_24g_send_time_check_average_late ,positive 
+0x6007 014839 sub pdata ,0 ,pdata 
+0x6008 014841 rshift2 pdata ,pdata 
+0x6009 014842 fetcht 3 ,mem_24g_short_sleep_set 
+0x600a 014843 iadd temp ,temp 
+0x600b 014844 bpatch patch0c_0 ,mem_patch0c 
+0x600c 014845 fetch 3 ,mem_mouse_24g_short_sleep_set_init 
+0x600d 014846 arg 0x1800 ,rega 
+0x600e 014847 iadd rega ,pdata 
+0x600f 014848 isub temp ,null 
+0x6010 014849 nbranch mouse_24g_send_time_check_average_min ,positive 
+0x6011 014850 storet 3 ,mem_24g_short_sleep_set 
+0x6012 014851 rtn 
+:      014853 mouse_24g_send_time_check_average_late:
+0x6013 014854 rshift2 pdata ,temp 
+0x6014 014855 fetch 3 ,mem_24g_short_sleep_set 
+0x6015 014856 isub temp ,temp 
+0x6016 014857 bpatch patch0c_1 ,mem_patch0c 
+0x6017 014858 fetch 3 ,mem_mouse_24g_short_sleep_set_init 
+0x6018 014859 arg 0x1800 ,rega 
+0x6019 014860 isub rega ,pdata 
+0x601a 014861 isub temp ,null 
+0x601b 014862 branch mouse_24g_send_time_check_average_min ,positive 
+0x601c 014863 storet 3 ,mem_24g_short_sleep_set 
+0x601d 014864 rtn 
+:      014866 mouse_24g_send_time_check_average_min:
+0x601e 014867 store 3 ,mem_24g_short_sleep_set 
+0x601f 014868 rtn 
+:      014870 mouse_24g_send_timer_first:
+0x6020 014871 jam 1 ,mem_mouse_24g_tx_count 
+0x6021 014872 copy clkn ,pdata 
+0x6022 014873 store 6 ,mem_mouse_24g_tx_time_last 
+0x6023 014874 rtn 
+:      014876 mouse_24g_send_time_long_wake:
+0x6024 014877 setarg 0 
+0x6025 014878 store 1 ,mem_mouse_24g_tx_count 
+0x6026 014879 store 5 ,mem_mouse_24g_tx_time_sum 
+0x6027 014880 rtn 
+:      014889 shutter_init:
+0x6028 014890 call enable_authrom 
+0x6029 014891 rtn wake 
+0x602a 014893 setarg shutter_process_idle 
+0x602b 014894 store 2 ,mem_cb_idle_process 
+0x602c 014896 setarg shutter_process_bb_event 
+0x602d 014897 store 2 ,mem_cb_bb_event_process 
+0x602e 014899 setarg ble_shutter_receive_data 
+0x602f 014900 store 2 ,mem_cb_att_write 
+0x6030 014902 setarg shutter_le_bb_event_timer 
+0x6031 014903 store 2 ,mem_cb_event_timer 
+0x6032 014905 setarg shutter_key_change 
+0x6033 014906 store 2 ,mem_cb_shutter_keycan 
+0x6034 014908 call shutter_common_init 
+0x6035 014910 bpatch patch0c_2 ,mem_patch0c 
+0x6036 014911 call shutter_load_buffer_config_form_datarom 
+:      014913 shutter_power_switch:
+0x6037 014914 fetch 1 ,mem_shutter_hard_soft_switch_case 
+0x6038 014915 beq hard_switch ,shutter_hart_swtich_power_on 
+0x6039 014916 fetch 1 ,mem_shutter_soft_switch_button_gpio 
+0x603a 014917 store 1 ,mem_ui_button_gpio 
+0x603b 014918 branch ui_soft_swtich_init 
+:      014921 shutter_common_init:
+0x603c 014922 setarg shutter_le_before_hibernate 
+0x603d 014923 store 2 ,mem_cb_before_hibernate 
+0x603e 014925 setarg shutter_process_lpm_before 
+0x603f 014926 store 2 ,mem_cb_before_lpm 
+0x6040 014928 setarg shutter_start_reconnect 
+0x6041 014929 store 2 ,mem_shutter_soft_switch_poweron_callback_function 
+0x6042 014931 setarg shutter_soft_swtich_power_off 
+0x6043 014932 store 2 ,mem_shutter_soft_switch_poweroff_callback_function 
+0x6044 014934 jam 7 ,mem_version 
+0x6045 014935 call le_modified_name_adv 
+0x6046 014936 call shutter_init_param 
+0x6047 014937 call keyscan_key_init 
+0x6048 014938 call queue_init 
+0x6049 014939 branch ui_led_init_global 
+:      014943 shutter_hart_swtich_power_on:
+0x604a 014944 jam ui_button_gpio_disable ,mem_ui_button_gpio 
+0x604b 014945 jam ss_state_power_on ,mem_shutter_soft_switch_power_state 
+0x604c 014946 branch shutter_start_reconnect 
+:      014950 shutter_le_scale_lpm_lock:
+0x604d 014951 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x604e 014952 beq ss_state_power_off ,app_get_lpm_wake_lock 
+0x604f 014953 call l2cap_malloc_get_full_map 
+0x6050 014954 fetch 1 ,mem_used_map 
+0x6051 014955 nbranch app_get_lpm_wake_lock ,blank 
+0x6052 014956 branch app_put_lpm_wake_lock 
+:      014960 shutter_process_bb_event:
+0x6053 014961 copy regc ,pdata 
+0x6054 014964 beq bt_evt_le_connected ,ble_shutter_process_baseband_connect 
+0x6055 014965 beq bt_evt_le_disconnected ,ble_shutter_process_baseband_disconnect 
+0x6056 014966 beq bt_evt_le_reconnect_complete ,ble_shutter_process_reconnect_complete 
+0x6057 014967 beq bt_evt_le_parse_conn_papa_update_rsp ,ble_shutter_process_parse_connect_parameter_update_response 
+0x6058 014969 beq bt_evt_button_long_pressed ,ui_soft_switch_botton_long_press 
+0x6059 014970 beq bt_evt_button_down ,shutter_process_soft_swtich_button_down 
+0x605a 014971 beq bt_evt_button_up ,shutter_process_soft_swtich_button_up 
+0x605b 014972 rtn 
+:      014977 ble_shutter_process_baseband_connect:
+0x605c 014978 call shutter_stop_bluetooth_discovery 
+0x605d 014979 setarg 0 
+0x605e 014980 store 2 ,mem_ble_shutter_reconn_timer 
+0x605f 014981 branch app_led_off 
+:      014984 ble_shutter_process_baseband_disconnect:
+0x6060 014985 call queue_init 
+0x6061 014986 jam 0 ,mem_ble_shutter_enable_notify 
+0x6062 014987 branch shutter_start_reconnect 
+:      014990 ble_shutter_process_reconnect_complete:
+0x6063 014991 call queue_init 
+0x6064 014992 jam 1 ,mem_ble_shutter_enable_notify 
+0x6065 014993 fetch 8 ,mem_ble_shutter_interval_min 
+0x6066 014994 store 8 ,mem_le_interval_min 
+0x6067 014995 call app_lpm_mult_enable 
+0x6068 014996 branch le_l2cap_tx_update_req 
+:      014999 ble_shutter_process_parse_connect_parameter_update_response:
+0x6069 015000 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x606a 015001 rtneq ble_signaling_connect_parameter_update_accepted 
+0x606b 015002 fetch 8 ,mem_ble_shutter_interval_min_new 
+0x606c 015003 rtn blank 
+0x606d 015004 store 8 ,mem_le_interval_min 
+0x606e 015005 branch le_l2cap_tx_update_req 
+:      015012 shutter_process_soft_swtich_button_down:
+0x606f 015013 fetch 1 ,mem_shutter_hard_soft_switch_case 
+0x6070 015014 rtneq hard_switch 
+0x6071 015015 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x6072 015016 rtnne ss_state_power_on 
+0x6073 015017 call shutter_store_currenct_led_state 
+0x6074 015018 branch app_led_on 
+:      015020 shutter_store_currenct_led_state:
+0x6075 015021 jam 1 ,mem_shutter_soft_swtich_botton_down 
+0x6076 015022 arg 11 ,loopcnt 
+0x6077 015023 arg mem_shutter_soft_swtich_led_struct_temp ,contw 
+0x6078 015024 arg mem_shutter_led_struct_app_led ,contr 
+0x6079 015025 branch memcpy 
+:      015027 shutter_process_soft_swtich_button_up:
+0x607a 015028 fetch 1 ,mem_shutter_hard_soft_switch_case 
+0x607b 015029 rtneq hard_switch 
+0x607c 015030 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x607d 015031 beq ss_state_power_on ,shutter_load_currenct_led_state 
+0x607e 015032 branch ui_soft_switch_botton_up 
+:      015034 shutter_load_currenct_led_state:
+0x607f 015035 fetch 1 ,mem_shutter_soft_swtich_botton_down 
+0x6080 015036 rtnne 1 
+0x6081 015037 jam 0 ,mem_shutter_soft_swtich_botton_down 
+0x6082 015038 fetch 2 ,mem_ui_state_map 
+0x6083 015039 bbit1 ui_state_ble_connected ,app_led_off 
+0x6084 015040 arg 11 ,loopcnt 
+0x6085 015041 arg mem_shutter_soft_swtich_led_struct_temp ,contr 
+0x6086 015042 arg mem_shutter_led_struct_app_led ,contw 
+0x6087 015043 branch memcpy 
+:      015048 shutter_le_bb_event_timer:
+0x6088 015050 call shutter_check_sleep_timer 
+0x6089 015053 call shutter_check_power_off_timer 
+0x608a 015057 branch ble_shutter_reconn_timer 
+:      015061 shutter_check_sleep_timer:
+0x608b 015062 arg mem_shutter_sleep_timer ,regc 
+0x608c 015063 arg shutter_sleep_timeout ,regb 
+0x608d 015064 branch timer_single_step_2b 
+:      015065 shutter_sleep_timeout:
+0x608e 015066 jam ss_state_power_off ,mem_shutter_soft_switch_power_state 
+0x608f 015067 call app_led_off 
+0x6090 015068 call shutter_disconnect_current_connection 
+0x6091 015069 branch shutter_wait_power_off 
+:      015072 shutter_check_power_off_timer:
+0x6092 015073 arg mem_shutter_power_off_timer ,regc 
+0x6093 015074 arg shutter_check_power_off_timeout ,regb 
+0x6094 015075 branch timer_single_step 
+:      015077 shutter_check_power_off_timeout:
+0x6095 015078 fetch 2 ,mem_ui_state_map 
+0x6096 015079 bbit1 ui_state_ble_connected ,shutter_wait_power_off 
+0x6097 015080 fetch 1 ,mem_shutter_led_struct_app_led_type 
+0x6098 015081 beq ui_led_state_blink_start ,shutter_wait_power_off 
+0x6099 015082 beq ui_led_state_blink_lighting ,shutter_wait_power_off 
+0x609a 015083 beq ui_led_state_blink_darking ,shutter_wait_power_off 
+0x609b 015084 branch app_enter_hibernate 
+:      015088 ble_shutter_reconn_timer:
+0x609c 015089 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x609d 015090 rtnne ss_state_power_on 
+0x609e 015091 arg mem_ble_shutter_reconn_timer ,regc 
+0x609f 015092 arg shutter_start_bluetooth_discovery ,regb 
+0x60a0 015093 branch timer_single_step_2b 
+:      015096 shutter_process_idle:
+0x60a1 015097 call shutter_send_data_to_master 
+0x60a2 015098 branch keyscan_key_process 
+:      015101 shutter_process_lpm_before:
+0x60a3 015102 call gpio_set_before_lpm 
+0x60a4 015103 branch keyscan_process_lpm_before 
+:      015105 shutter_le_before_hibernate:
+0x60a5 015106 call gpio_set_before_lpm 
+0x60a6 015107 branch disable_authrom 
+:      015113 shutter_stop_bluetooth_discovery:
+:      015117 ble_shutter_stop_bluetooth_discovery:
+0x60a7 015118 fetch 2 ,mem_ble_shutter_connect_timeout 
+0x60a8 015119 store 2 ,mem_shutter_sleep_timeout 
+0x60a9 015120 store 2 ,mem_shutter_sleep_timer 
+0x60aa 015121 branch app_ble_stop_adv 
+:      015124 shutter_start_bluetooth_discovery:
+0x60ab 015125 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x60ac 015126 rtnne ss_state_power_on 
+:      015130 ble_shutter_start_discovery:
+0x60ad 015131 fetch 2 ,mem_ui_state_map 
+0x60ae 015132 rtnbit1 ui_state_ble_connected 
+0x60af 015133 fetch 2 ,mem_ble_shutter_discovery_timeout 
+0x60b0 015134 store 2 ,mem_shutter_sleep_timeout 
+0x60b1 015135 store 2 ,mem_shutter_sleep_timer 
+0x60b2 015136 fetch 2 ,mem_ble_shutter_discovery_adv_interval 
+0x60b3 015137 call shutter_ble_adv_interval_set 
+0x60b4 015138 call app_led_start_blink 
+0x60b5 015139 fetch 4 ,mem_ble_shutter_discovery_blink_on_time 
+0x60b6 015140 store 4 ,mem_shutter_led_struct_app_led_on_time 
+0x60b7 015141 fetch 2 ,mem_ui_state_map 
+0x60b8 015142 rtnbit1 ui_state_ble_adv 
+0x60b9 015143 branch app_ble_start_adv 
+:      015146 shutter_start_reconnect:
+0x60ba 015147 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x60bb 015148 rtnne ss_state_power_on 
+:      015152 ble_shutter_start_reconnect:
+0x60bc 015153 fetch 2 ,mem_ble_shutter_reconn_timer 
+0x60bd 015154 fetcht 2 ,mem_ble_shutter_reconn_timeout 
+0x60be 015155 storet 2 ,mem_ble_shutter_reconn_timer 
+0x60bf 015156 nrtn blank 
+0x60c0 015157 fetch 2 ,mem_ble_shutter_reconn_adv_interval 
+0x60c1 015158 call shutter_ble_adv_interval_set 
+0x60c2 015159 call app_led_start_blink 
+0x60c3 015160 fetch 4 ,mem_ble_shutter_reconn_blink_on_time 
+0x60c4 015161 store 4 ,mem_shutter_led_struct_app_led_on_time 
+0x60c5 015162 fetch 2 ,mem_ui_state_map 
+0x60c6 015163 rtnbit1 ui_state_ble_adv 
+0x60c7 015164 branch app_ble_start_adv 
+:      015166 shutter_disconnect_current_connection:
+0x60c8 015167 fetch 2 ,mem_ui_state_map 
+0x60c9 015168 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x60ca 015169 branch shutter_stop_bluetooth_discovery 
+:      015173 shutter_check_data_enable:
+0x60cb 015174 call disable_user 
+0x60cc 015175 fetch 2 ,mem_ui_state_map 
+0x60cd 015176 bbit1 ui_state_ble_connected ,shutter_check_ble_data_enable 
+0x60ce 015177 rtn 
+:      015179 shutter_check_ble_data_enable:
+0x60cf 015180 fetch 1 ,mem_ble_shutter_enable_notify 
+0x60d0 015181 rtn blank 
+0x60d1 015182 branch enable_user 
+:      015187 shutter_check_bluetooth_conn:
+0x60d2 015188 call disable_user 
+0x60d3 015189 fetch 2 ,mem_ui_state_map 
+0x60d4 015190 rtnbit1 ui_state_ble_connected 
+0x60d5 015191 branch enable_user 
+:      015195 shutter_change_bluetooth_status_bt_disconn:
+:      015199 ble_shutter_change_bluetooth_status_bt_disconn:
+0x60d6 015200 branch shutter_start_reconnect 
+:      015204 shutter_check_send_data:
+0x60d7 015205 disable user2 
+0x60d8 015206 fetch 2 ,mem_shutter_sleep_timeout 
+0x60d9 015207 store 2 ,mem_shutter_sleep_timer 
+0x60da 015209 call shutter_check_bluetooth_conn 
+0x60db 015210 branch shutter_change_bluetooth_status_bt_disconn ,user 
+0x60dc 015212 call shutter_check_data_enable 
+0x60dd 015213 nrtn user 
+0x60de 015214 branch enable_user2 
+:      015218 shutter_key_change:
+0x60df 015219 call shutter_check_send_data 
+0x60e0 015220 nrtn user2 
+0x60e1 015221 deposit rega 
+0x60e2 015222 branch shutter_key_release ,blank 
+:      015223 shutter_key_press:
+0x60e3 015224 call app_led_on 
+0x60e4 015225 arg mem_key0_press ,regc 
+0x60e5 015226 branch push_queue_press_or_release 
+:      015228 shutter_key_release:
+0x60e6 015229 call app_led_off 
+0x60e7 015230 arg mem_key0_release ,regc 
+:      015232 push_queue_press_or_release:
+0x60e8 015233 arg max_queue_num ,pdata 
+0x60e9 015234 imul32 queue ,pdata 
+0x60ea 015235 iadd regc ,regc 
+:      015238 push_buffer_in_queue:
+0x60eb 015239 ifetch 1 ,regc 
+0x60ec 015240 rtn blank 
+0x60ed 015241 call queue_push_one_byte 
+0x60ee 015242 increase 1 ,regc 
+0x60ef 015243 branch push_buffer_in_queue 
+:      015246 shutter_send_data_to_master:
+0x60f0 015247 fetch 2 ,mem_ui_state_map 
+0x60f1 015248 bbit1 ui_state_ble_connected ,pop_queue_to_ble_data 
+0x60f2 015249 rtn 
+:      015251 pop_queue_to_ble_data:
+0x60f3 015252 call le_fifo_check_nearly_full 
+0x60f4 015253 nrtn blank 
+0x60f5 015254 call queue_pop_one_byte 
+0x60f6 015255 nrtn user 
+0x60f7 015256 pincrease -1 
+0x60f8 015257 mul32 pdata ,shutter_ble_data_buffer ,pdata 
+0x60f9 015258 arg mem_ble_data_buffer1 ,temp 
+0x60fa 015259 iadd temp ,contr 
+0x60fb 015260 branch le_send_notify_from_list 
+:      015264 queue_push_one_byte:
+0x60fc 015265 store 1 ,mem_pdatatemp 
+0x60fd 015266 arg mem_pdatatemp ,rega 
+0x60fe 015267 branch queue_push 
+:      015269 queue_pop_one_byte:
+0x60ff 015270 arg mem_pdatatemp ,rega 
+0x6100 015271 call queue_pop 
+0x6101 015272 nrtn user 
+0x6102 015273 fetch 1 ,mem_pdatatemp 
+0x6103 015274 rtn 
+:      015277 ble_shutter_receive_data:
+0x6104 015278 fetch 2 ,mem_le_att_handle 
+0x6105 015279 beq gatt_keyboard_write_handle ,ble_shutter_process_reconnect_complete 
+0x6106 015280 rtn 
+:      015282 shutter_init_param:
+0x6107 015283 jam 0x02 ,mem_shutter_power_off_timeout 
+0x6108 015285 setarg 0x00200008 
+0x6109 015286 store 4 ,mem_ble_shutter_interval_min 
+0x610a 015287 setarg 0x012c0005 
+0x610b 015288 istore 4 ,contw 
+0x610c 015291 jam 0x17 ,mem_le_local_mtu 
+0x610d 015294 setarg 0x1b 
+0x610e 015295 store 2 ,mem_le_pairing_handle 
+0x610f 015296 branch le_set_fixed_ltk_justwork 
+:      015299 shutter_load_buffer_config_form_datarom:
+0x6110 015301 arg ble_key_value_list_size ,loopcnt 
+0x6111 015302 arg mem_ble_data_buffer1 ,contw 
+0x6112 015303 arg mem_shutter_key_value_list ,contr 
+0x6113 015304 branch memcpy_fast 
+:      015311 shutter_load_dy_keyvalue_buffer_config_form_datarom:
+0x6114 015313 arg bt_dy_key_value_list_size ,loopcnt 
+0x6115 015314 arg mem_shutter_mousekey_value_list ,contw 
+0x6116 015315 arg ble_shutter_dy_mousekey_value_list_addr ,contr 
+0x6117 015316 branch memcpy_fast 
+:      015324 shutter_soft_swtich_power_off:
+0x6118 015325 arg 0 ,rega 
+0x6119 015326 arg mem_shutter_power_off_led_style ,regc 
+0x611a 015327 call ui_led_set_style_global 
+0x611b 015328 call shutter_disconnect_current_connection 
+:      015329 shutter_wait_power_off:
+0x611c 015330 fetch 1 ,mem_shutter_power_off_timeout 
+0x611d 015331 store 1 ,mem_shutter_power_off_timer 
+0x611e 015332 rtn 
+:      015336 ui_soft_swtich_init:
+0x611f 015337 setarg ss_state_power_up 
+0x6120 015338 call ui_soft_swtich_init_power_on_time 
+0x6121 015339 jam ui_button_state_up ,mem_ui_button_last_state 
+0x6122 015340 call ui_button_init 
+0x6123 015341 call ui_button_polling 
+:      015342 ui_soft_switch_first_power_on:
+0x6124 015343 fetch 1 ,mem_shutter_soft_switch_first_power_on 
+0x6125 015344 branch ui_soft_swtich_init_next ,blank 
+0x6126 015345 fetch 1 ,mem_wakup_from_power_flag 
+0x6127 015346 bbit0 2 ,ui_soft_switch_power_on 
+:      015347 ui_soft_swtich_init_next:
+0x6128 015348 fetch 2 ,mem_ui_state_map 
+0x6129 015349 rtnbit1 ui_state_btn_down 
+0x612a 015350 branch app_enter_hibernate 
+:      015352 ui_soft_swtich_init_power_on_time:
+0x612b 015353 fetcht 2 ,mem_power_param_ptr 
+0x612c 015354 istore 1 ,temp 
+0x612d 015355 ifetch 1 ,contw 
+0x612e 015356 store 1 ,mem_ui_button_timeout 
+0x612f 015357 rtn 
+:      015360 ui_soft_switch_botton_up:
+0x6130 015361 fetch 2 ,mem_power_param_ptr 
+0x6131 015362 ifetch 1 ,pdata 
+0x6132 015363 rtnne ss_state_power_up 
+0x6133 015364 branch app_enter_hibernate 
+:      015367 ui_soft_switch_botton_long_press:
+0x6134 015368 fetcht 2 ,mem_power_param_ptr 
+0x6135 015369 ifetch 1 ,temp 
+0x6136 015370 beq ss_state_power_on ,ui_soft_switch_power_off 
+:      015371 ui_soft_switch_power_on:
+0x6137 015372 setarg ss_state_power_on 
+0x6138 015373 fetcht 2 ,mem_power_param_ptr 
+0x6139 015374 istore 1 ,temp 
+0x613a 015375 add temp ,ss_power_off_time ,contr 
+0x613b 015376 ifetch 1 ,contr 
+0x613c 015377 istore 1 ,mem_ui_button_timeout 
+0x613d 015378 ifetch 2 ,contr 
+0x613e 015379 branch callback_func 
+:      015381 ui_soft_switch_power_off:
+0x613f 015382 setarg ss_state_power_off 
+0x6140 015383 call ui_soft_swtich_init_power_on_time 
+0x6141 015384 add temp ,ss_power_off_cb ,contr 
+0x6142 015385 ifetch 2 ,contr 
+0x6143 015386 branch app_enter_hibernate ,blank 
+0x6144 015387 branch callback_func 
+:      015392 shutter_ble_adv_interval_set:
+0x6145 015393 store 2 ,mem_lpm_interval 
+0x6146 015394 increase -4 ,pdata 
+0x6147 015395 store 2 ,mem_le_adv_interval 
+0x6148 015396 rtn 
+:      015398 le_send_notify_from_list:
+0x6149 015399 ifetch 1 ,contr 
+0x614a 015400 copy pdata ,rega 
+0x614b 015401 ifetcht 2 ,contr 
+0x614c 015402 call store_contr 
+0x614d 015403 call le_att_malloc_tx_notify 
+0x614e 015404 copy rega ,loopcnt 
+0x614f 015405 call get_contr 
+0x6150 015406 branch memcpy 
+:      015408 shutter_le_uuid_table_conf:
+0x6151 015409 setarg mem_shutter_le_uuid_sup 
+0x6152 015410 store 2 ,mem_ui_le_uuid_table 
+0x6153 015411 rtn 
+:      015412 shutter_dy_le_uuid_table_conf:
+0x6154 015413 setarg ble_shutter_dy_gatt_list_addr 
+0x6155 015414 store 2 ,mem_ui_le_uuid_table 
+0x6156 015415 rtn 
+:      015417 shutter_default_init:
+0x6157 015418 fetch 2 ,mem_shutter_key_conf0_temp 
+0x6158 015419 store 2 ,mem_shutter_key_conf0 
+0x6159 015420 fetch 1 ,mem_shutter_led_struct_app_led_gpio_temp 
+0x615a 015421 store 1 ,mem_shutter_led_struct_app_led_gpio 
+0x615b 015422 store 1 ,mem_shutter_power_off_led_style_gpio 
+0x615c 015423 fetch 1 ,mem_shutter_hard_soft_switch_case_temp 
+0x615d 015424 store 1 ,mem_shutter_hard_soft_switch_case 
+0x615e 015425 fetch 1 ,mem_shutter_soft_switch_button_gpio_temp 
+0x615f 015426 store 1 ,mem_shutter_soft_switch_button_gpio 
+0x6160 015428 setarg 0x0030 
+0x6161 015429 store 2 ,mem_classic_shutter_random_mac_offset_addr 
+0x6162 015430 setarg 0x0000 
+0x6163 015431 store 2 ,mem_shutter_config_eeprom_offset_addr 
+0x6164 015432 setarg 0x0002 
+0x6165 015433 store 2 ,mem_key0_press 
+0x6166 015434 store 2 ,mem_key1_press 
+0x6167 015435 setarg 0x0006 
+0x6168 015436 store 2 ,mem_key0_release 
+0x6169 015437 store 2 ,mem_key1_release 
+0x616a 015438 setarg 0x0007 
+0x616b 015439 store 2 ,mem_key2_press 
+0x616c 015440 setarg 0x0008 
+0x616d 015441 store 2 ,mem_key2_release 
+0x616e 015442 setarg mem_shutter_soft_switch_power_state 
+0x616f 015443 store 2 ,mem_power_param_ptr 
+0x6170 015444 setarg 0x201400 
+0x6171 015445 store 3 ,mem_shutter_soft_switch_power_state 
+0x6172 015446 jam 0x01 ,mem_lpm_mode 
+0x6173 015447 setarg 0x0100 
+0x6174 015448 store 2 ,mem_lpm_interval 
+0x6175 015449 jam 0x08 ,mem_lpm_overhead 
+0x6176 015450 jam 0x05 ,mem_lpm_mult 
+0x6177 015451 jam 0x02 ,mem_lpm_mult_timeout 
+0x6178 015452 setarg 0x0096 
+0x6179 015453 store 2 ,mem_ble_shutter_reconn_blink_on_time 
+0x617a 015454 istore 2 ,contw 
+0x617b 015455 setarg 0x0296 
+0x617c 015456 store 2 ,mem_ble_shutter_discovery_blink_on_time 
+0x617d 015457 istore 2 ,contw 
+0x617e 015458 setsect 0 ,0x10 
+0x617f 015459 setsect 1 ,0x8008 
+0x6180 015460 setsect 2 ,0x2c000 
+0x6181 015461 setsect 3 ,0x04 
+0x6182 015462 store 8 ,mem_ble_shutter_interval_min_new 
+0x6183 015463 jam 0x01 ,mem_ui_led_struct_num 
+0x6184 015464 setarg mem_shutter_led_struct_app_led 
+0x6185 015465 store 2 ,mem_ui_led_struct_ptr 
+0x6186 015466 setarg 0x0000 
+0x6187 015467 store 2 ,mem_shutter_led_struct_app_led 
+0x6188 015468 setsect 0 ,0x1a0 
+0x6189 015469 setsect 1 ,0x68 
+0x618a 015470 setsect 2 ,0x00 
+0x618b 015471 setsect 3 ,0x00 
+0x618c 015472 store 8 ,mem_shutter_led_struct_app_led_on_time 
+0x618d 015473 setarg 0x0301 
+0x618e 015474 store 2 ,mem_shutter_power_off_led_style 
+0x618f 015475 setsect 0 ,0x1a0 
+0x6190 015476 setsect 1 ,0xe8 
+0x6191 015477 setsect 2 ,0x00 
+0x6192 015478 setsect 3 ,0x00 
+0x6193 015479 store 8 ,mem_shutter_power_off_led_style_on_time 
+0x6194 015480 setarg 0x000e 
+0x6195 015481 store 2 ,mem_ble_shutter_reconn_adv_interval 
+0x6196 015482 setarg 0x0140 
+0x6197 015483 store 2 ,mem_ble_shutter_discovery_adv_interval 
+0x6198 015484 store 2 ,mem_le_adv_interval 
+0x6199 015485 setarg 0x0050 
+0x619a 015486 store 2 ,mem_ble_shutter_reconn_timeout 
+0x619b 015487 jam 0x07 ,mem_le_adv_channel_map 
+0x619c 015488 jam 0x00 ,mem_le_adv_enable 
+0x619d 015489 setsect 0 ,0xfb 
+0x619e 015490 setsect 1 ,0x2c212 
+0x619f 015491 setsect 2 ,0x800f 
+0x61a0 015492 setsect 3 ,0x21 
+0x61a1 015493 store 8 ,mem_local_rx_max_octets 
+0x61a2 015494 setsect 0 ,0x0bb8 
+0x61a3 015495 setsect 1 ,0x02ee 
+0x61a4 015496 store 4 ,mem_ble_shutter_discovery_timeout 
+0x61a5 015497 setarg mem_queue_each_size 
+0x61a6 015498 store 2 ,mem_queue_ptr 
+0x61a7 015499 setarg 0x2001 
+0x61a8 015500 store 2 ,mem_queue_each_size 
+0x61a9 015501 jam 0x1f ,mem_le_adv_data_len 
+0x61aa 015502 setsect 0 ,0x10102 
+0x61ab 015503 setsect 1 ,0x80c1 
+0x61ac 015504 setsect 2 ,0x18120 
+0x61ad 015505 setsect 3 ,0x640c 
+0x61ae 015506 store 9 ,mem_le_adv_data 
+0x61af 015507 setsect 0 ,0x3c1 
+0x61b0 015508 istore 2 ,contw 
+0x61b1 015509 jam 0x1f ,mem_le_scan_data_len 
+0x61b2 015510 setsect 0 ,0x2090d 
+0x61b3 015511 setsect 1 ,0x34c15 
+0x61b4 015512 setsect 2 ,0x28532 
+0x61b5 015513 setsect 3 ,0x1d1d5 
+0x61b6 015514 store 9 ,mem_le_scan_data 
+0x61b7 015515 setsect 0 ,0x26574 
+0x61b8 015516 setsect 1 ,0x1c 
+0x61b9 015517 istore 3 ,contw 
+0x61ba 015518 setarg mem_shutter_keyscan 
+0x61bb 015519 store 2 ,mem_keyscan_ptr 
+0x61bc 015520 jam 0x02 ,mem_shutter_key_num 
+0x61bd 015521 setarg mem_shutter_nv_data 
+0x61be 015522 store 2 ,mem_nv_data_ptr 
+0x61bf 015523 jam 0x05 ,mem_nv_data_number 
+0x61c0 015524 fetch 1 ,mem_shutter_dy_conf 
+0x61c1 015525 beq shutter_type ,shutter_le_uuid_table_conf 
+0x61c2 015526 beq shutter_dy_type ,shutter_dy_le_uuid_table_conf 
+0x61c3 015527 rtn 
+:      015539 shutter_dy_6_key_conf:
+0x61c4 015541 fetch shutter_six_key ,mem_shutter_dy_key_conf 
+0x61c5 015542 store shutter_six_key ,mem_shutter_key_conf0 
+0x61c6 015543 jam shutter_six_key ,mem_shutter_key_num 
+0x61c7 015544 setarg mem_shutter_key_num 
+0x61c8 015545 store 2 ,mem_keyscan_ptr 
+0x61c9 015546 rtn 
+:      015548 shutter_dy_7_key_conf:
+0x61ca 015550 fetch shutter_seven_key ,mem_shutter_dy_key_conf 
+0x61cb 015551 store shutter_seven_key ,mem_shutter_key_conf0 
+0x61cc 015552 jam shutter_seven_key ,mem_shutter_key_num 
+0x61cd 015553 setarg mem_shutter_key_num 
+0x61ce 015554 store 2 ,mem_keyscan_ptr 
+0x61cf 015555 rtn 
+:      015557 shutter_dy_key_conf:
+0x61d0 015558 fetch 1 ,mem_shutter_key_num_conf 
+0x61d1 015559 beq shutter_six_key ,shutter_dy_6_key_conf 
+0x61d2 015560 beq shutter_seven_key ,shutter_dy_7_key_conf 
+0x61d3 015561 rtn 
+:      015563 shutter_dy_adv_conf:
+0x61d4 015564 bpatch patch0c_3 ,mem_patch0c 
+0x61d5 015566 fetch 8 ,mem_shutter_ble_discovery_time_conf 
+0x61d6 015567 store 8 ,mem_ble_shutter_discovery_timeout 
+0x61d7 015568 setarg 0x0096 
+0x61d8 015569 store 2 ,mem_ble_shutter_reconn_timeout 
+0x61d9 015571 fetch 7 ,mem_shutter_led_on_light_dark_led_conf 
+0x61da 015572 store 7 ,mem_shutter_led_struct_app_led 
+0x61db 015573 fetch 7 ,mem_shutter_led_off_light_dark_led_conf 
+0x61dc 015574 store 7 ,mem_shutter_power_off_led_style 
+0x61dd 015576 fetch 4 ,mem_shutter_reconn_blink_on_time_conf 
+0x61de 015577 store 4 ,mem_ble_shutter_reconn_blink_on_time 
+0x61df 015578 fetch 4 ,mem_shutter_discovery_blink_on_time_conf 
+0x61e0 015579 store 4 ,mem_ble_shutter_discovery_blink_on_time 
+0x61e1 015581 setarg 0x000e 
+0x61e2 015582 store 2 ,mem_ble_shutter_reconn_adv_interval 
+0x61e3 015583 setarg 0x0140 
+0x61e4 015584 store 2 ,mem_ble_shutter_discovery_adv_interval 
+0x61e5 015585 store 2 ,mem_le_adv_interval 
+0x61e6 015587 setarg ble_shutter_dy_gatt_list_addr 
+0x61e7 015588 store 2 ,mem_ui_le_uuid_table 
+0x61e8 015590 call shutter_load_dy_keyvalue_buffer_config_form_datarom 
+0x61e9 015592 fetch 8 ,mem_ble_shutter_dy_interval_min_new 
+0x61ea 015593 store 8 ,mem_ble_shutter_interval_min_new 
+0x61eb 015594 rtn 
+:      015598 shutter_dy_init:
+0x61ec 015599 call enable_authrom 
+0x61ed 015600 rtn wake 
+0x61ee 015602 call shutter_dy_key_conf 
+0x61ef 015603 call shutter_dy_adv_conf 
+0x61f0 015605 setarg shutter_le_parse_l2cap 
+0x61f1 015606 store 2 ,mem_le_l2cap_parse_cb 
+0x61f2 015608 setarg shutter_dy_process_idle 
+0x61f3 015609 store 2 ,mem_cb_idle_process 
+0x61f4 015611 setarg shutter_dy_process_bb_event 
+0x61f5 015612 store 2 ,mem_cb_bb_event_process 
+0x61f6 015614 setarg ble_shutter_dy_receive_data 
+0x61f7 015615 store 2 ,mem_cb_att_write 
+0x61f8 015617 setarg shutter_dy_le_bb_event_timer 
+0x61f9 015618 store 2 ,mem_cb_event_timer 
+0x61fa 015620 setarg shutter_dy_key_change 
+0x61fb 015621 store 2 ,mem_cb_shutter_keycan 
+0x61fc 015623 call shutter_common_init 
+0x61fd 015624 setarg 0x27 
+0x61fe 015625 store 2 ,mem_le_pairing_handle 
+0x61ff 015626 fetch 8 ,mem_ble_shutter_interval_min_new 
+0x6200 015627 store 8 ,mem_ble_shutter_interval_min 
+0x6201 015628 call shutter_dy_iphone_every_move_max_set 
+0x6202 015629 bpatch patch0c_4 ,mem_patch0c 
+0x6203 015630 branch shutter_power_switch 
+:      015633 shutter_dy_process_idle:
+0x6204 015634 call shutter_dy_shutter_send_data_to_master 
+0x6205 015635 arg key_scan_timer ,queue 
+0x6206 015636 call timer_check 
+0x6207 015637 nrtn blank 
+0x6208 015638 setarg 0x20 
+0x6209 015639 arg key_scan_timer ,queue 
+0x620a 015640 call timer_init 
+0x620b 015641 disable user 
+0x620c 015642 call keyscan_process_lpm_before 
+0x620d 015643 branch shutter_dy_keyscan_key_process 
+:      015645 shutter_dy_iphone_every_move_max_set:
+0x620e 015646 setarg 0x1f 
+0x620f 015647 mul32 pdata ,every_payload_len ,pdata 
+0x6210 015648 arg mem_shutter_mousekey_value_list ,temp 
+0x6211 015649 iadd temp ,rega 
+0x6212 015650 increase 3 ,rega 
+0x6213 015651 arg iphone_once_max_move_value ,temp 
+0x6214 015652 istoret 1 ,rega 
+0x6215 015653 increase 11 ,rega 
+0x6216 015654 arg 0xfff ,pdata 
+0x6217 015655 isub temp ,pdata 
+0x6218 015656 lshift4 pdata ,pdata 
+0x6219 015657 istore 2 ,rega 
+0x621a 015658 rtn 
+:      015660 shutter_dy_shutter_send_data_to_master:
+0x621b 015661 fetch 2 ,mem_ui_state_map 
+0x621c 015662 bbit1 ui_state_ble_connected ,shutter_dy_pop_queue_to_ble_data 
+0x621d 015663 arg mem_queue_curr_num ,contw 
+0x621e 015664 arg 35 ,loopcnt 
+0x621f 015665 branch clear_mem 
+:      015667 shutter_dy_pop_queue_to_ble_data:
+0x6220 015668 call le_fifo_check_nearly_full 
+0x6221 015669 nrtn blank 
+0x6222 015670 call queue_empty 
+0x6223 015671 rtn blank 
+0x6224 015672 fetcht 4 ,mem_key_send_clk 
+0x6225 015673 copy clkn_bt ,pdata 
+0x6226 015674 isub temp ,temp 
+0x6227 015675 rtn zero 
+0x6228 015676 nbranch shutter_dy_pop_queue_to_ble_data2 ,positive 
+0x6229 015677 fetch 1 ,mem_send_data_delay 
+0x622a 015678 isub temp ,null 
+0x622b 015679 rtn positive 
+:      015680 shutter_dy_pop_queue_to_ble_data2:
+0x622c 015681 copy clkn_bt ,pdata 
+0x622d 015682 store 4 ,mem_key_send_clk 
+0x622e 015683 call queue_pop_one_byte 
+0x622f 015684 nrtn user 
+0x6230 015685 pincrease -1 
+0x6231 015686 mul32 pdata ,10 ,pdata 
+0x6232 015687 arg mem_shutter_mousekey_value_list ,temp 
+0x6233 015688 iadd temp ,contr 
+0x6234 015689 branch le_send_notify_from_list 
+:      015692 shutter_dy_le_bb_event_timer:
+0x6235 015693 call shutter_dy_shutter_1s_timer 
+0x6236 015694 call shutter_dy_iphone_move_mid_timer 
+0x6237 015695 call shutter_dy_clear_key_state_timer 
+0x6238 015696 call shutter_check_sleep_timer 
+0x6239 015697 branch shutter_dy_check_power_off_timer 
+:      015699 shutter_dy_iphone_move_mid_timer:
+0x623a 015700 arg mem_shutter_move_mid_timer ,regc 
+0x623b 015701 arg shutter_dy_iphone_move_mid_timeout ,regb 
+0x623c 015702 branch timer_single_step 
+:      015704 shutter_dy_iphone_move_mid_timeout:
+0x623d 015705 call queue_empty 
+0x623e 015706 nrtn blank 
+0x623f 015707 fetch 2 ,mem_key_value_xmem 
+0x6240 015708 nrtn blank 
+:      015709 shutter_dy_iphone_move_mid:
+0x6241 015710 call shutter_dy_check_iphone 
+0x6242 015711 branch shutter_dy_android_like_loaction_mid ,blank 
+0x6243 015712 copy queue ,pdata 
+0x6244 015713 compare 0x04 ,pdata ,0x07 
+0x6245 015714 branch shutter_dy_iphone_up_mid ,true 
+0x6246 015716 copy queue ,pdata 
+0x6247 015717 compare 0x01 ,pdata ,0x07 
+0x6248 015718 branch shutter_dy_iphone_like_mid ,true 
+0x6249 015719 arg mem_shutter_iphone_move_mid ,regc 
+0x624a 015720 branch push_buffer_in_queue 
+:      015722 shutter_dy_android_like_loaction_mid:
+0x624b 015723 arg mem_shutter_android_move_mid ,regc 
+0x624c 015724 branch push_buffer_in_queue 
+:      015726 shutter_dy_iphone_up_mid:
+0x624d 015727 arg mem_shutter_iphone_up_mid ,regc 
+0x624e 015728 branch push_buffer_in_queue 
+:      015730 shutter_dy_iphone_like_mid:
+0x624f 015731 arg mem_shutter_iphone_like_mid ,regc 
+0x6250 015732 branch push_buffer_in_queue 
+:      015734 shutter_dy_clear_key_state_timer:
+0x6251 015735 arg mem_shutter_like_timeout ,regc 
+0x6252 015736 arg shutter_dy_clear_key_state_timeout ,regb 
+0x6253 015737 branch timer_single_step 
+:      015739 shutter_dy_clear_key_state_timeout:
+0x6254 015740 arg shutter_key_conf_sate_bytes ,loopcnt 
+0x6255 015741 arg mem_shutter_key_state1 ,contw 
+0x6256 015742 branch clear_mem 
+:      015745 shutter_dy_check_power_off_timer:
+0x6257 015746 arg mem_shutter_power_off_timer ,regc 
+0x6258 015747 arg shutter_dy_check_power_off_timeout ,regb 
+0x6259 015748 branch timer_single_step 
+:      015749 shutter_dy_check_power_off_timeout:
+0x625a 015750 fetch 2 ,mem_ui_state_map 
+0x625b 015751 bbit1 ui_state_ble_connected ,shutter_wait_power_off 
+0x625c 015752 branch app_enter_hibernate 
+:      015754 shutter_dy_process_bb_event:
+0x625d 015755 copy regc ,pdata 
+0x625e 015756 beq bt_evt_le_connected ,ble_shutter_dy_process_baseband_connect 
+0x625f 015757 beq bt_evt_le_disconnected ,ble_shutter_dy_process_baseband_disconnect 
+0x6260 015758 beq bt_evt_le_pairing_success ,ble_shutter_dy_pairing_success 
+0x6261 015759 rtneq bt_evt_le_parse_conn_papa_update_rsp 
+0x6262 015760 beq bt_evt_le_start_enc ,shutter_dy_le_find_service_hand_by_uuid 
+0x6263 015761 branch shutter_process_bb_event 
+:      015763 ble_shutter_dy_pairing_success:
+0x6264 015764 jam 1 ,mem_shutter_pairing_success 
+0x6265 015765 call shutter_dy_clear_move_config 
+0x6266 015767 fetch 2 ,mem_android_initial_move_x 
+0x6267 015768 store 2 ,mem_shutter_move_data_x 
+0x6268 015770 fetcht 2 ,mem_android_initial_move_y 
+0x6269 015771 setarg 0xfff 
+0x626a 015772 isub temp ,pdata 
+0x626b 015773 store 2 ,mem_shutter_move_data_y 
+0x626c 015774 rtn 
+:      015776 ble_shutter_dy_process_baseband_disconnect:
+0x626d 015777 jam 0 ,mem_shutter_le_conned 
+0x626e 015778 jam 0 ,mem_shutter_pairing_success 
+0x626f 015779 call shutter_dy_move_mode_disable 
+0x6270 015780 branch ble_shutter_process_baseband_disconnect 
+:      015782 ble_shutter_dy_process_baseband_connect:
+0x6271 015783 copy clkn_bt ,pdata 
+0x6272 015784 store 4 ,mem_key_send_clk 
+0x6273 015785 call shutter_dy_remote_not_iphone 
+0x6274 015786 branch ble_shutter_process_baseband_connect 
+:      015789 shutter_dy_check_send_data:
+0x6275 015790 disable user2 
+0x6276 015791 fetch 2 ,mem_shutter_sleep_timeout 
+0x6277 015792 store 2 ,mem_shutter_sleep_timer 
+0x6278 015793 call shutter_check_bluetooth_conn 
+0x6279 015794 branch shutter_change_bluetooth_status_bt_disconn ,user 
+0x627a 015795 call shutter_check_data_enable 
+0x627b 015796 nrtn user 
+0x627c 015797 branch enable_user2 
+:      015799 shutter_dy_key_change:
+0x627d 015800 call shutter_dy_check_send_data 
+0x627e 015801 nrtn user2 
+0x627f 015802 deposit rega 
+0x6280 015803 branch shutter_dy_shutter_key_release ,blank 
+:      015804 shutter_dy_key_press:
+0x6281 015805 jam 1 ,mem_shutter_key_pressed 
+0x6282 015806 call app_led_on 
+0x6283 015807 call shutter_dy_key_press_clk 
+0x6284 015808 call shutter_dy_jude_queue_size 
+0x6285 015809 rtn positive 
+0x6286 015810 copy queue ,pdata 
+0x6287 015811 fetcht 1 ,mem_last_press_key_value 
+0x6288 015812 isub temp ,null 
+0x6289 015813 ncall shutter_dy_iphone_check_move_mid ,zero 
+0x628a 015814 copy queue ,pdata 
+0x628b 015815 store 1 ,mem_last_press_key_value 
+0x628c 015816 fetcht 1 ,mem_move_mode_key_index 
+0x628d 015817 isub temp ,null 
+0x628e 015818 branch shutter_dy_key_move_to_specify_location ,zero 
+0x628f 015819 fetch 1 ,mem_move_mode_trigger_enable 
+0x6290 015820 nbranch shutter_dy_move_set ,blank 
+:      015821 shutter_dy_page_set:
+0x6291 015822 call shutter_dy_le_get_press_ptr 
+0x6292 015823 arg max_queue_new_press ,pdata 
+0x6293 015824 branch shutter_dy_push_queue_press_or_release 
+:      015826 shutter_dy_move_set:
+0x6294 015827 call shutter_dy_jude_clear_move_config 
+0x6295 015828 copy queue ,pdata 
+0x6296 015829 beq shutter_like_key_num ,shutter_dy_page_set 
+0x6297 015830 call shutter_dy_check_move_data 
+0x6298 015831 branch shutter_dy_move_to_specify_location 
+:      015833 shutter_dy_key_move_to_specify_location:
+0x6299 015834 jam 1 ,mem_shutter_first_move 
+0x629a 015835 branch shutter_dy_move_to_specify_location 
+:      015837 shutter_dy_iphone_check_move_mid:
+0x629b 015838 bpatch patch0c_5 ,mem_patch0c 
+0x629c 015839 fetch 1 ,mem_move_mode_trigger_enable 
+0x629d 015840 branch shutter_dy_iphone_move_mid ,blank 
+0x629e 015841 copy queue ,pdata 
+0x629f 015842 beq shutter_like_key_num ,shutter_dy_iphone_move_mid 
+0x62a0 015843 rtn 
+:      015844 shutter_dy_key_press_clk:
+0x62a1 015845 arg shutter_key_conf_sate_bytes ,pdata 
+0x62a2 015846 imul32 queue ,pdata 
+0x62a3 015847 arg mem_shutter_key_state0 ,regc 
+0x62a4 015848 iadd regc ,regc 
+0x62a5 015849 copy clkn_bt ,pdata 
+0x62a6 015850 istore key_state_press_clk_length ,regc 
+0x62a7 015851 increase key_state_press_count_offset ,regc 
+0x62a8 015852 ifetch 1 ,regc 
+0x62a9 015853 increase 1 ,pdata 
+0x62aa 015854 istore 1 ,regc 
+0x62ab 015855 rtn 
+:      015856 shutter_dy_shutter_key_release:
+0x62ac 015857 bpatch patch0c_6 ,mem_patch0c 
+0x62ad 015858 fetch 1 ,mem_move_mode_trigger_enable 
+0x62ae 015859 call app_led_off ,blank 
+:      015860 shutter_dy_shutter_key_release_time:
+0x62af 015861 arg shutter_key_conf_sate_bytes ,pdata 
+0x62b0 015862 imul32 queue ,pdata 
+0x62b1 015863 arg mem_shutter_key_state0 ,regc 
+0x62b2 015864 iadd regc ,regc 
+0x62b3 015865 ifetcht 4 ,regc 
+0x62b4 015866 sub temp ,0 ,null 
+0x62b5 015867 rtn zero 
+0x62b6 015868 copy clkn_bt ,pdata 
+0x62b7 015869 isub temp ,temp 
+0x62b8 015870 ncall ui_timer_timeout ,positive 
+0x62b9 015871 add regc ,key_state_longpress_offset ,contr 
+0x62ba 015872 ifetch 1 ,contr 
+0x62bb 015873 nbranch shutter_dy_push_queue_long_release ,blank 
+0x62bc 015874 increase key_state_release_clk_offset ,regc 
+0x62bd 015875 copy clkn_bt ,pdata 
+0x62be 015876 istore key_state_release_clk_length ,regc 
+0x62bf 015877 rtn 
+:      015879 shutter_dy_push_queue_release:
+0x62c0 015880 add regc ,4 ,contr 
+0x62c1 015881 ifetch 1 ,contr 
+0x62c2 015882 branch shutter_dy_push_queue_release1 
+:      015884 shutter_dy_push_queue_release1:
+0x62c3 015885 call shutter_clear_dy_key_state 
+0x62c4 015886 fetch 1 ,mem_move_mode_trigger_enable 
+0x62c5 015887 nbranch shutter_dy_move_mode_queue_release ,blank 
+:      015888 shutter_dy_push_queue_release1_next:
+0x62c6 015889 call shutter_dy_jude_queue_size 
+0x62c7 015890 rtn positive 
+0x62c8 015891 call shutter_dy_le_get_release_ptr 
+0x62c9 015892 copy queue ,pdata 
+0x62ca 015893 beq shutter_photo_key_num ,shutter_dy_le_get_release_ptr_volume 
+0x62cb 015894 arg max_queue_num_release ,pdata 
+:      015895 shutter_dy_push_queue_press_or_release:
+0x62cc 015896 imul32 queue ,pdata 
+0x62cd 015897 iadd regc ,regc 
+0x62ce 015898 branch push_buffer_in_queue 
+:      015900 shutter_dy_move_mode_queue_release:
+0x62cf 015901 copy queue ,pdata 
+0x62d0 015902 beq shutter_like_key_num ,shutter_dy_push_queue_release1_next 
+0x62d1 015903 beq shutter_photo_key_num ,shutter_dy_push_queue_release1_next 
+0x62d2 015904 rtn 
+:      015906 shutter_dy_jude_queue_size:
+0x62d3 015907 call queue_get_size 
+0x62d4 015908 ifetcht 1 ,contr 
+0x62d5 015909 isub temp ,pdata 
+0x62d6 015910 sub pdata ,max_queue_new_press ,null 
+0x62d7 015911 rtn 
+:      015913 shutter_dy_push_queue_long_release:
+0x62d8 015914 jam 1 ,mem_shutter_long_key_released_flag 
+0x62d9 015915 call shutter_clear_dy_key_state 
+0x62da 015916 arg mem_key0_long_release ,regc 
+0x62db 015917 arg max_queue_num_long_release ,pdata 
+0x62dc 015918 branch shutter_dy_push_queue_press_or_release 
+:      015920 shutter_clear_dy_key_state:
+0x62dd 015921 arg shutter_key_conf_sate_bytes ,loopcnt 
+0x62de 015922 copy regc ,contw 
+0x62df 015923 branch clear_mem 
+:      015925 shutter_dy_keyscan_key_process:
+0x62e0 015926 fetch 2 ,mem_key_value_xmem 
+0x62e1 015927 store 2 ,mem_key_value_retention 
+0x62e2 015928 call shutter_dy_keyscan_key_process_next 
+0x62e3 015929 fetch 2 ,mem_key_value_retention 
+0x62e4 015930 store 2 ,mem_key_value_xmem 
+0x62e5 015932 arg 0 ,queue 
+0x62e6 015933 fetch 1 ,mem_shutter_key_num 
+0x62e7 015934 copy pdata ,loopcnt 
+0x62e8 015935 arg mem_shutter_key_state0 ,regc 
+:      015936 shutter_dy_keyscan_key_check_release_loop:
+0x62e9 015937 copy loopcnt ,pdata 
+0x62ea 015938 store 2 ,mem_temp 
+0x62eb 015939 copy regc ,pdata 
+0x62ec 015940 store 2 ,mem_regc 
+0x62ed 015941 copy queue ,pdata 
+0x62ee 015942 store 2 ,mem_temp + 2 
+0x62ef 015943 call shutter_dy_keyscan_key_check_release 
+0x62f0 015945 fetch 2 ,mem_regc 
+0x62f1 015946 copy pdata ,regc 
+0x62f2 015947 fetch 2 ,mem_temp + 2 
+0x62f3 015948 copy pdata ,queue 
+0x62f4 015949 call shutter_dy_keyscan_key_check_long_press 
+0x62f5 015951 fetch 2 ,mem_temp + 2 
+0x62f6 015952 add pdata ,1 ,queue 
+0x62f7 015953 fetch 2 ,mem_regc 
+0x62f8 015954 add pdata ,shutter_key_conf_sate_bytes ,regc 
+0x62f9 015955 fetch 2 ,mem_temp 
+0x62fa 015956 copy pdata ,loopcnt 
+0x62fb 015957 loop shutter_dy_keyscan_key_check_release_loop 
+0x62fc 015958 rtn 
+:      015960 shutter_dy_keyscan_key_check_long_press:
+0x62fd 015961 ifetch key_state_press_clk_length ,regc 
+0x62fe 015962 rtn blank 
+0x62ff 015963 copy pdata ,temp 
+0x6300 015964 copy clkn_bt ,pdata 
+0x6301 015965 isub temp ,temp 
+0x6302 015966 nrtn positive 
+0x6303 015967 setarg 2500 
+0x6304 015968 isub temp ,null 
+0x6305 015969 rtn positive 
+0x6306 015970 copy clkn_bt ,pdata 
+0x6307 015971 istore 4 ,regc 
+0x6308 015972 increase key_state_longpress_offset ,regc 
+0x6309 015973 setarg 1 
+0x630a 015974 istore key_state_longpress_length ,regc 
+0x630b 015975 fetch 1 ,mem_shutter_long_key_released_flag 
+0x630c 015976 rtn blank 
+0x630d 015977 jam 0 ,mem_shutter_long_key_released_flag 
+0x630e 015978 bpatch patch0c_7 ,mem_patch0c 
+0x630f 015979 fetch 1 ,mem_move_mode_set 
+0x6310 015980 beq move_combine_key ,shutter_dy_key_long_press_set_key_normal 
+0x6311 015981 beq move_single_key ,shutter_dy_key_long_press_set_move_trigger 
+0x6312 015982 rtn 
+:      015984 shutter_dy_key_long_press_set_key_normal:
+0x6313 015985 arg mem_key0_long_press ,regc 
+0x6314 015986 arg max_queue_num_long_release ,pdata 
+0x6315 015987 branch shutter_dy_push_queue_press_or_release 
+:      015989 shutter_dy_key_long_press_set_move_trigger:
+0x6316 015990 copy queue ,pdata 
+0x6317 015991 fetcht 1 ,mem_move_mode_key_index 
+0x6318 015992 isub temp ,null 
+0x6319 015993 nbranch shutter_dy_key_long_press_set_key_normal ,zero 
+0x631a 015994 fetch 1 ,mem_move_mode_trigger_enable 
+0x631b 015995 setflip 0 ,pdata 
+0x631c 015996 store 1 ,mem_move_mode_trigger_enable 
+0x631d 015997 nrtn blank 
+:      015998 shutter_dy_move_mode_disable:
+0x631e 015999 jam 0 ,mem_move_mode_trigger_enable 
+0x631f 016000 branch app_led_off 
+:      016002 shutter_dy_keyscan_key_check_release:
+0x6320 016003 add regc ,key_state_release_clk_offset ,regb 
+0x6321 016004 ifetch key_state_release_clk_length ,regb 
+0x6322 016005 rtn blank 
+0x6323 016006 copy pdata ,temp 
+0x6324 016007 copy clkn_bt ,pdata 
+0x6325 016008 isub temp ,temp 
+0x6326 016009 ncall ui_timer_timeout ,positive 
+0x6327 016010 setarg 1000 
+0x6328 016011 isub temp ,null 
+0x6329 016012 branch shutter_dy_push_queue_release 
+:      016013 shutter_dy_keyscan_key_process_next:
+0x632a 016014 fetch 2 ,mem_key_num_ptr 
+0x632b 016015 ifetch 1 ,pdata 
+0x632c 016016 rtn blank 
+0x632d 016018 setarg 0 
+0x632e 016019 store 2 ,mem_key_value_temp 
+0x632f 016020 call keyscan_scan_key 
+0x6330 016021 nbranch lpm_button_clean_wake_lock ,user 
+0x6331 016022 call lpm_button_get_wake_lock 
+0x6332 016023 disable user 
+0x6333 016024 bpatch patch0d_0 ,mem_patch0d 
+0x6334 016025 fetch 1 ,mem_move_mode_set 
+0x6335 016026 beq move_single_key ,shutter_dy_skip_check_combine_key 
+0x6336 016027 call shutter_dy_check_combine_key_release 
+0x6337 016028 call shutter_dy_check_combine_key 
+0x6338 016029 rtn user 
+:      016030 shutter_dy_skip_check_combine_key:
+0x6339 016031 fetch 2 ,mem_key_value_temp 
+0x633a 016032 store 2 ,mem_key_value_temp4 
+0x633b 016033 jam 0 ,mem_key_value_temp6 
+0x633c 016034 force 0 ,queue 
+0x633d 016035 branch keyscan_key_lp1 
+:      016037 shutter_dy_check_combine_key:
+0x633e 016038 arg 0 ,queue 
+:      016039 shutter_dy_check_combine_key_loop:
+0x633f 016040 arg mem_combine_key0 ,regb 
+0x6340 016041 arg 2 ,pdata 
+0x6341 016042 imul32 queue ,pdata 
+0x6342 016043 iadd regb ,regb 
+0x6343 016044 ifetch 2 ,regb 
+0x6344 016046 rtn blank 
+0x6345 016047 fetcht 2 ,mem_key_value_temp 
+0x6346 016048 ixor temp ,null 
+0x6347 016049 branch shutter_dy_check_combine_key_parse ,zero 
+0x6348 016050 increase 1 ,queue 
+0x6349 016051 branch shutter_dy_check_combine_key_loop 
+:      016053 shutter_dy_check_combine_key_parse:
+0x634a 016054 store 2 ,mem_combine_key_state0 
+0x634b 016055 call app_led_on 
+0x634c 016056 arg mem_combine_key0_press ,regc 
+0x634d 016057 arg max_queue_num_combinekey ,pdata 
+0x634e 016058 imul32 queue ,pdata 
+0x634f 016059 iadd regc ,regc 
+0x6350 016060 call shutter_dy_push_buffer_in_queue 
+0x6351 016061 branch shutter_dy_combine_key_enableuser 
+:      016063 shutter_dy_push_buffer_in_queue:
+0x6352 016064 call shutter_dy_jude_clear_move_config 
+0x6353 016065 ifetch 1 ,regc 
+0x6354 016066 rtn blank 
+0x6355 016067 call shutter_dy_check_move_data 
+:      016068 shutter_dy_move_to_specify_location:
+0x6356 016069 call shutter_dy_jude_clear_move_config 
+0x6357 016070 call shutter_dy_move_down_left_corner 
+0x6358 016071 call shutter_dy_move_x_max 
+0x6359 016072 call shutter_dy_move_y_max 
+0x635a 016073 arg 0x05 ,pdata 
+0x635b 016074 call queue_push_one_byte 
+0x635c 016075 call shutter_dy_check_iphone 
+0x635d 016076 rtn blank 
+0x635e 016077 jam 120 ,mem_send_data_delay 
+0x635f 016078 arg 0x06 ,pdata 
+0x6360 016079 branch queue_push_one_byte 
+:      016081 shutter_dy_move_down_left_corner_count_set:
+0x6361 016082 fetcht 1 ,mem_shutter_back_count 
+0x6362 016083 call shutter_dy_check_iphone 
+0x6363 016084 rtn blank 
+0x6364 016085 fetcht 1 ,mem_shutter_iphone_beyond_y_count 
+0x6365 016086 increase 1 ,temp 
+0x6366 016087 fetch 1 ,mem_shutter_first_move 
+0x6367 016088 rtn blank 
+0x6368 016089 fetcht 1 ,mem_shutter_back_count 
+0x6369 016090 jam 0 ,mem_shutter_first_move 
+0x636a 016091 rtn 
+:      016093 shutter_dy_move_down_left_corner:
+0x636b 016094 call shutter_dy_move_down_left_corner_count_set 
+0x636c 016095 copy temp ,pdata 
+0x636d 016096 rtn blank 
+0x636e 016097 store 1 ,mem_shutter_back_count_cache 
+:      016098 shutter_dy_move_down_left_corner_loop:
+0x636f 016099 arg 0x13 ,pdata 
+0x6370 016100 call queue_push_one_byte 
+0x6371 016101 fetch 1 ,mem_shutter_back_count_cache 
+0x6372 016102 increase -1 ,pdata 
+0x6373 016103 store 1 ,mem_shutter_back_count_cache 
+0x6374 016104 rtn blank 
+0x6375 016105 branch shutter_dy_move_down_left_corner_loop 
+:      016107 shutter_dy_move_x_max:
+0x6376 016108 fetch 1 ,mem_shutter_iphone_beyond_x_count 
+0x6377 016109 rtn blank 
+0x6378 016110 store 1 ,mem_shutter_iphone_beyond_x_cache 
+:      016111 shutter_dy_move_x_max_number:
+0x6379 016112 arg 0x20 ,pdata 
+0x637a 016113 call queue_push_one_byte 
+0x637b 016114 fetch 1 ,mem_shutter_iphone_beyond_x_cache 
+0x637c 016115 increase -1 ,pdata 
+0x637d 016116 store 1 ,mem_shutter_iphone_beyond_x_cache 
+0x637e 016117 rtn blank 
+0x637f 016118 branch shutter_dy_move_x_max_number 
+:      016120 shutter_dy_move_y_max:
+0x6380 016121 fetch 1 ,mem_shutter_iphone_beyond_y_count 
+0x6381 016122 rtn blank 
+0x6382 016123 store 1 ,mem_shutter_iphone_beyond_y_cache 
+:      016124 shutter_dy_move_y_max_number:
+0x6383 016125 arg 0x21 ,pdata 
+0x6384 016126 call queue_push_one_byte 
+0x6385 016127 fetch 1 ,mem_shutter_iphone_beyond_y_cache 
+0x6386 016128 increase -1 ,pdata 
+0x6387 016129 store 1 ,mem_shutter_iphone_beyond_y_cache 
+0x6388 016130 rtn blank 
+0x6389 016131 branch shutter_dy_move_y_max_number 
+:      016133 shutter_dy_check_combine_key_release:
+0x638a 016134 fetch 2 ,mem_combine_key_state0 
+0x638b 016135 rtn blank 
+0x638c 016136 fetcht 2 ,mem_key_value_temp 
+0x638d 016137 sub temp ,0 ,null 
+0x638e 016138 branch shutter_dy_check_combine_key_release_all ,zero 
+0x638f 016139 isub temp ,null 
+0x6390 016140 rtn zero 
+0x6391 016141 storet 2 ,mem_combine_key_state0 
+0x6392 016142 fetch 2 ,mem_combine_key_release_value 
+0x6393 016143 isub temp ,null 
+0x6394 016144 call app_led_off ,zero 
+:      016145 shutter_dy_combine_key_enableuser:
+0x6395 016146 fetch 2 ,mem_key_value_temp 
+0x6396 016147 store 2 ,mem_key_value_retention 
+0x6397 016148 branch enable_user 
+:      016149 shutter_dy_check_combine_key_release_all:
+0x6398 016150 call app_led_off 
+0x6399 016151 arg mem_combine_key_release ,regc 
+0x639a 016152 call shutter_dy_push_buffer_in_queue 
+0x639b 016153 setarg 0 
+0x639c 016154 store 2 ,mem_combine_key_state0 
+0x639d 016155 jam 50 ,mem_shutter_1s_timer 
+0x639e 016156 call shutter_dy_combine_key_enableuser 
+0x639f 016157 fetch 1 ,mem_shutter_key_num 
+0x63a0 016158 mul32 pdata ,shutter_key_conf_sate_bytes ,loopcnt 
+0x63a1 016159 arg mem_shutter_key_state0 ,contw 
+0x63a2 016160 branch clear_mem 
+:      016161 shutter_dy_check_move_data:
+0x63a3 016162 bpatch patch0d_1 ,mem_patch0d 
+0x63a4 016163 fetch 1 ,mem_move_mode_set 
+0x63a5 016164 beq move_single_key ,shutter_dy_check_move_data_single_key 
+0x63a6 016165 beq move_combine_key ,shutter_dy_check_move_data_combine_key 
+0x63a7 016166 rtn 
+:      016167 shutter_dy_check_move_data_single_key:
+0x63a8 016168 copy queue ,pdata 
+0x63a9 016169 beq shutter_left_key_num ,shutter_dy_move_left 
+0x63aa 016170 beq shutter_right_key_num ,shutter_dy_move_right 
+0x63ab 016171 beq shutter_up_key_num ,shutter_dy_move_up 
+0x63ac 016172 beq shutter_down_key_num ,shutter_dy_move_down 
+0x63ad 016173 rtn 
+:      016174 shutter_dy_check_move_data_combine_key:
+0x63ae 016175 ifetch 1 ,regc 
+0x63af 016176 beq 0x01 ,shutter_dy_move_left 
+0x63b0 016177 beq 0x02 ,shutter_dy_move_right 
+0x63b1 016178 beq 0x03 ,shutter_dy_move_up 
+0x63b2 016179 beq 0x04 ,shutter_dy_move_down 
+0x63b3 016180 beq 0x05 ,shutter_dy_get_move_data 
+0x63b4 016181 rtn 
+:      016182 shutter_dy_get_move_data:
+0x63b5 016183 call shutter_dy_check_iphone 
+0x63b6 016184 nbranch shutter_dy_get_move_data_iphone ,blank 
+0x63b7 016185 setarg 4 
+0x63b8 016186 mul32 pdata ,every_payload_len ,pdata 
+0x63b9 016187 arg mem_shutter_mousekey_value_list ,temp 
+0x63ba 016188 iadd temp ,contw 
+0x63bb 016189 increase 3 ,contw 
+0x63bc 016190 fetch 3 ,mem_shutter_move_data 
+0x63bd 016191 istore 3 ,contw 
+0x63be 016192 rtn 
+:      016193 shutter_dy_get_move_data_iphone:
+0x63bf 016194 setarg 4 
+0x63c0 016195 mul32 pdata ,every_payload_len ,pdata 
+0x63c1 016196 arg mem_shutter_mousekey_value_list ,temp 
+0x63c2 016197 iadd temp ,contw 
+0x63c3 016198 increase 3 ,contw 
+0x63c4 016199 fetch 2 ,mem_shutter_move_data_x 
+0x63c5 016200 istore 3 ,contw 
+0x63c6 016201 increase 7 ,contw 
+0x63c7 016202 fetch 2 ,mem_shutter_move_data_y 
+0x63c8 016203 lshift4 pdata ,pdata 
+0x63c9 016204 lshift8 pdata ,pdata 
+0x63ca 016205 istore 3 ,contw 
+0x63cb 016206 rtn 
+:      016208 shutter_dy_move_x_empty_check:
+0x63cc 016209 fetch 1 ,mem_shutter_iphone_beyond_x_count 
+0x63cd 016210 rtn blank 
+0x63ce 016211 increase -1 ,pdata 
+0x63cf 016212 store 1 ,mem_shutter_iphone_beyond_x_count 
+0x63d0 016213 arg iphone_once_max_move_value ,pdata 
+0x63d1 016214 rtn 
+:      016215 shutter_dy_every_move_size_set:
+0x63d2 016216 arg android_every_move_size ,temp 
+0x63d3 016217 call shutter_dy_check_iphone 
+0x63d4 016218 rtn blank 
+0x63d5 016219 arg iphone_every_move_size ,temp 
+0x63d6 016220 rtn 
+:      016221 shutter_dy_move_left:
+0x63d7 016222 call shutter_dy_every_move_size_set 
+0x63d8 016223 fetch 2 ,mem_shutter_move_data_x 
+0x63d9 016224 isub temp ,null 
+0x63da 016225 ncall shutter_dy_move_x_empty_check ,positive 
+0x63db 016226 nrtn positive 
+0x63dc 016227 isub temp ,pdata 
+:      016228 shutter_dy_move_store_x:
+0x63dd 016229 store 2 ,mem_shutter_move_data_x 
+:      016230 shutter_dy_move_data_store:
+0x63de 016231 bpatch patch0d_2 ,mem_patch0d 
+0x63df 016232 fetch 2 ,mem_shutter_move_data_x 
+0x63e0 016233 fetcht 2 ,mem_shutter_move_data_y 
+0x63e1 016234 lshift8 temp ,temp 
+0x63e2 016235 lshift4 temp ,temp 
+0x63e3 016236 iadd temp ,pdata 
+0x63e4 016237 store 3 ,mem_shutter_move_data 
+0x63e5 016238 branch shutter_dy_get_move_data 
+:      016239 shutter_dy_move_x_check_max:
+0x63e6 016240 fetch 2 ,mem_shutter_move_data_x 
+0x63e7 016241 arg iphone_once_max_move_value ,temp 
+0x63e8 016242 isub temp ,temp 
+0x63e9 016243 nrtn positive 
+0x63ea 016244 copy temp ,pdata 
+0x63eb 016245 fetcht 1 ,mem_shutter_iphone_beyond_x_count 
+0x63ec 016246 sub temp ,0x03 ,null 
+0x63ed 016247 branch shutter_dy_clear_move_x ,zero 
+0x63ee 016248 increase 1 ,temp 
+0x63ef 016249 storet 1 ,mem_shutter_iphone_beyond_x_count 
+0x63f0 016250 branch shutter_dy_move_store_x 
+:      016251 shutter_dy_clear_move_x:
+0x63f1 016252 jam 0 ,mem_shutter_iphone_beyond_x_count 
+0x63f2 016253 arg 0 ,pdata 
+0x63f3 016254 branch shutter_dy_move_store_x 
+:      016255 shutter_dy_move_right:
+0x63f4 016256 call shutter_dy_check_iphone 
+0x63f5 016257 ncall shutter_dy_move_x_check_max ,blank 
+0x63f6 016258 call shutter_dy_every_move_size_set 
+0x63f7 016259 fetch 2 ,mem_shutter_move_data_x 
+:      016260 shutter_dy_move_right_next:
+0x63f8 016261 iadd temp ,pdata 
+0x63f9 016262 arg 0xfff ,temp 
+0x63fa 016263 call ceiling 
+0x63fb 016264 branch shutter_dy_move_store_x 
+:      016266 shutter_dy_move_up:
+0x63fc 016267 call shutter_dy_every_move_size_set 
+0x63fd 016268 fetch 2 ,mem_shutter_move_data_y 
+0x63fe 016269 isub temp ,pdata 
+0x63ff 016270 store 2 ,mem_shutter_move_data_y 
+:      016271 shutter_dy_move_y_check_max:
+0x6400 016272 fetcht 2 ,mem_shutter_move_data_y 
+0x6401 016273 call shutter_dy_check_iphone 
+0x6402 016274 branch shutter_dy_move_data_store ,blank 
+0x6403 016275 setarg 0xfff 
+0x6404 016276 isub temp ,pdata 
+0x6405 016277 arg iphone_once_max_move_value ,temp 
+0x6406 016278 isub temp ,temp 
+0x6407 016279 nbranch shutter_dy_move_data_store ,positive 
+0x6408 016280 setarg 0xfff 
+0x6409 016281 isub temp ,pdata 
+0x640a 016282 fetcht 1 ,mem_shutter_iphone_beyond_y_count 
+0x640b 016283 sub temp ,0x05 ,null 
+0x640c 016284 branch shutter_dy_clear_move_y ,zero 
+0x640d 016285 increase 1 ,temp 
+0x640e 016286 storet 1 ,mem_shutter_iphone_beyond_y_count 
+0x640f 016287 branch shutter_dy_move_store_y 
+:      016288 shutter_dy_clear_move_y:
+0x6410 016289 jam 0 ,mem_shutter_iphone_beyond_y_count 
+:      016290 shutter_dy_android_move_y_empty_check:
+0x6411 016291 setarg 0xfff 
+0x6412 016292 branch shutter_dy_move_store_y 
+:      016294 shutter_dy_move_y_empty_check:
+0x6413 016295 call shutter_dy_check_iphone 
+0x6414 016296 branch shutter_dy_android_move_y_empty_check ,blank 
+0x6415 016297 fetch 1 ,mem_shutter_iphone_beyond_y_count 
+0x6416 016298 branch shutter_dy_android_move_y_empty_check ,blank 
+0x6417 016299 increase -1 ,pdata 
+0x6418 016300 store 1 ,mem_shutter_iphone_beyond_y_count 
+0x6419 016301 setarg 0xfff 
+0x641a 016302 arg iphone_once_max_move_value ,temp 
+0x641b 016303 isub temp ,pdata 
+0x641c 016304 iadd rega ,pdata 
+:      016305 shutter_dy_move_store_y:
+0x641d 016306 store 2 ,mem_shutter_move_data_y 
+0x641e 016307 branch shutter_dy_move_data_store 
+:      016308 shutter_dy_move_down:
+0x641f 016309 call shutter_dy_every_move_size_set 
+0x6420 016310 fetch 2 ,mem_shutter_move_data_y 
+:      016311 shutter_dy_move_down_next:
+0x6421 016312 iadd temp ,pdata 
+0x6422 016313 arg 0xfff ,temp 
+0x6423 016314 isub temp ,rega 
+0x6424 016315 branch shutter_dy_move_y_empty_check ,positive 
+0x6425 016316 branch shutter_dy_move_store_y 
+:      016319 ble_shutter_dy_receive_data:
+0x6426 016320 fetch 2 ,mem_le_att_handle 
+0x6427 016321 beq gatt_keyboard_write_handle_new ,ble_shutter_process_reconnect_complete 
+0x6428 016322 rtn 
+:      016324 shutter_dy_le_find_service_hand_by_uuid:
+0x6429 016325 arg 23 ,rega 
+0x642a 016326 arg le_l2cap_cid_att ,regb 
+0x642b 016327 call le_fifo_malloc_tx_l2cap 
+0x642c 016328 setarg attop_find_by_type_value_request 
+0x642d 016329 istore 1 ,contw 
+0x642e 016330 setarg 0x0001 
+0x642f 016331 istore 2 ,contw 
+0x6430 016332 setarg 0xffff 
+0x6431 016333 istore 2 ,contw 
+0x6432 016334 setarg 0x2800 
+0x6433 016335 istore 2 ,contw 
+0x6434 016336 arg mem_le_search_service_uuid ,contr 
+0x6435 016337 branch memcpy16 
+:      016339 shutter_le_parse_l2cap:
+0x6436 016340 fetch 2 ,mem_le_payload_ptr 
+0x6437 016341 add pdata ,2 ,contr 
+0x6438 016342 ifetch 2 ,contr 
+0x6439 016343 beq le_l2cap_cid_att ,shutter_dy_le_parse_att 
+0x643a 016344 beq le_l2cap_cid_smp ,le_parse_smp 
+0x643b 016345 beq le_l2cap_cid_signal ,le_parse_signaling 
+0x643c 016346 rtn 
+:      016348 shutter_dy_le_parse_att:
+0x643d 016349 ifetch 3 ,contr 
+0x643e 016350 store 3 ,mem_le_att_opcode 
+0x643f 016351 beq attop_find_by_type_value_response ,shutter_dy_le_parse_att_find_by_type_value_rsp 
+0x6440 016352 beq attop_error_response ,shutter_dy_le_parse_error_rsp 
+0x6441 016353 beq attop_read_request ,shutter_dy_le_parse_att_read_request 
+0x6442 016354 beq attop_read_blob_request ,shutter_dy_le_parse_att_read_blob_request 
+0x6443 016355 branch le_parse_att2 
+:      016357 shutter_dy_le_parse_att_read_blob_request:
+0x6444 016358 ifetch 2 ,contr 
+0x6445 016359 store 2 ,mem_le_att_offset 
+0x6446 016360 arg 20 ,rega 
+0x6447 016361 call le_fifo_malloc_tx_l2cap_gatt 
+0x6448 016362 setarg attop_read_blob_response 
+0x6449 016363 istore 1 ,contw 
+0x644a 016364 fetch 2 ,mem_le_att_offset 
+0x644b 016365 iforce rega 
+0x644c 016366 fetcht 2 ,mem_le_att_handle 
+0x644d 016367 fetch 2 ,mem_le_pairing_handle 
+0x644e 016368 isub temp ,null 
+0x644f 016369 nbranch le_send_att_read_blob_response + 7 ,zero 
+0x6450 016370 call shutter_dy_check_iphone 
+0x6451 016371 nbranch shutter_dy_le_parse_att_read_blob_request_ios ,blank 
+0x6452 016372 fetch 2 ,mem_shutter_le_map_len_android 
+0x6453 016373 branch shutter_dy_le_parse_att_read_blob_request2 
+:      016375 shutter_dy_le_parse_att_read_blob_request_ios:
+0x6454 016376 fetch 2 ,mem_shutter_le_map_len_ios 
+:      016377 shutter_dy_le_parse_att_read_blob_request2:
+0x6455 016378 arg mem_shutter_le_hid_map ,contr 
+0x6456 016379 isub rega ,loopcnt 
+0x6457 016380 nbranch le_send_att_error_response_notfound ,positive 
+0x6458 016381 sub loopcnt ,22 ,null 
+0x6459 016382 branch le_send_att_read_blob_response_less ,positive 
+0x645a 016383 force 22 ,loopcnt 
+0x645b 016384 branch le_send_att_read_blob_response_less 
+:      016386 shutter_dy_le_parse_att_read_request:
+0x645c 016387 fetcht 2 ,mem_le_att_handle 
+0x645d 016388 fetch 1 ,mem_le_configuration 
+0x645e 016389 bbit1 bit_ble_read_auth ,shutter_dy_le_send_att_read_response_check_auth 
+0x645f 016390 branch le_send_att_read_response 
+:      016391 shutter_dy_le_send_att_read_response_check_auth:
+0x6460 016392 fetch 2 ,mem_le_pairing_handle 
+0x6461 016393 isub temp ,null 
+0x6462 016394 nbranch le_send_att_read_response ,zero 
+0x6463 016395 call le_check_encrypt_state 
+0x6464 016396 nbranch shutter_dy_le_send_att_read_response ,user 
+0x6465 016397 jam att_err_insufficient_authentication ,mem_le_err_code 
+0x6466 016398 branch le_send_att_error_response 
+:      016399 shutter_dy_le_send_att_read_response:
+0x6467 016400 fetch 2 ,mem_le_pairing_handle 
+0x6468 016401 isub temp ,null 
+0x6469 016402 nbranch le_send_att_read_response ,zero 
+0x646a 016403 arg mem_shutter_le_hid_map ,contr 
+0x646b 016404 force 22 ,pdata 
+0x646c 016405 branch le_send_att_read_response_less 
+:      016406 shutter_dy_le_parse_att_find_by_type_value_rsp:
+:      016407 shutter_dy_le_remote_iphone:
+0x646d 016408 bpatch patch0d_3 ,mem_patch0d 
+0x646e 016409 jam 5 ,mem_shutter_back_count 
+0x646f 016410 jam 1 ,mem_iphone_flag 
+0x6470 016411 jam 1 ,mem_last_shutter_le_iphone_flag 
+0x6471 016412 jam 240 ,mem_send_data_delay 
+0x6472 016413 jam 10 ,mem_shutter_move_mid_timer 
+0x6473 016414 jam 1 ,mem_shutter_first_move 
+0x6474 016415 call shutter_dy_load_move_config_info 
+0x6475 016416 fetch 1 ,mem_shutter_pairing_success 
+0x6476 016417 rtn blank 
+0x6477 016418 call shutter_dy_clear_move_config 
+0x6478 016419 arg iphone_once_max_move_value ,temp 
+0x6479 016421 fetch 2 ,mem_iphone_initial_move_x 
+0x647a 016422 arg mem_shutter_move_data_x ,rega 
+0x647b 016423 arg mem_shutter_iphone_beyond_x_count ,regb 
+0x647c 016424 call shutter_dy_iphone_move_initial_set 
+0x647d 016425 arg iphone_once_max_move_value ,temp 
+0x647e 016427 fetch 2 ,mem_iphone_initial_move_y 
+0x647f 016428 arg mem_shutter_move_data_y ,rega 
+0x6480 016429 arg mem_shutter_iphone_beyond_y_count ,regb 
+0x6481 016430 call shutter_dy_iphone_move_initial_set 
+0x6482 016431 setarg 0xfff 
+0x6483 016432 fetcht 2 ,mem_shutter_move_data_y 
+0x6484 016433 isub temp ,pdata 
+0x6485 016434 store 2 ,mem_shutter_move_data_y 
+0x6486 016435 rtn 
+:      016436 shutter_dy_iphone_move_initial_set:
+0x6487 016437 idiv temp 
+0x6488 016438 call wait_div_end 
+0x6489 016439 quotient pdata 
+0x648a 016440 remainder temp 
+0x648b 016441 istore 1 ,regb 
+0x648c 016442 istoret 2 ,rega 
+0x648d 016443 rtn 
+:      016444 shutter_dy_le_parse_error_rsp:
+0x648e 016445 increase -2 ,contr 
+0x648f 016446 ifetch 1 ,contr 
+0x6490 016447 beq attop_find_by_type_value_request ,shutter_dy_not_iphone_read_conf 
+0x6491 016448 rtn 
+:      016449 shutter_dy_remote_not_iphone:
+0x6492 016450 jam 1 ,mem_shutter_back_count 
+0x6493 016451 jam 0 ,mem_iphone_flag 
+0x6494 016452 jam 0 ,mem_last_shutter_le_iphone_flag 
+0x6495 016453 jam 10 ,mem_send_data_delay 
+0x6496 016454 rtn 
+:      016456 shutter_dy_not_iphone_read_conf:
+0x6497 016457 call shutter_dy_remote_not_iphone 
+0x6498 016458 branch shutter_dy_load_move_config_info 
+:      016460 shutter_dy_check_iphone:
+0x6499 016461 fetch 1 ,mem_iphone_flag 
+0x649a 016462 rtn 
+:      016465 shutter_dy_le_get_press_ptr:
+0x649b 016466 arg mem_dy_key0_press ,regc 
+0x649c 016467 call shutter_dy_check_iphone 
+0x649d 016468 rtn blank 
+0x649e 016469 jam 120 ,mem_send_data_delay 
+0x649f 016470 arg mem_key0_press_i ,regc 
+0x64a0 016471 rtn 
+:      016472 shutter_dy_le_get_release_ptr:
+:      016473 shutter_dy_le_get_release_ptr_set:
+0x64a1 016474 arg mem_key0_release_new ,regc 
+0x64a2 016475 call shutter_dy_check_iphone 
+0x64a3 016476 rtn blank 
+0x64a4 016477 arg mem_key0_release_new_i ,regc 
+0x64a5 016478 jam 12 ,mem_send_data_delay 
+0x64a6 016479 copy queue ,pdata 
+0x64a7 016480 rtneq shutter_like_key_num 
+0x64a8 016481 rtn 
+:      016482 shutter_dy_le_get_release_ptr_volume:
+0x64a9 016483 bpatch patch0d_4 ,mem_patch0d 
+0x64aa 016484 fetch 1 ,mem_key3_press_count 
+0x64ab 016485 setflip 0 ,pdata 
+0x64ac 016486 store 1 ,mem_key3_press_count 
+0x64ad 016487 beq 0 ,shutter_dy_le_get_release_ptr_set_volume_inc 
+0x64ae 016488 beq 1 ,shutter_dy_le_get_release_ptr_set_volume_dec 
+0x64af 016489 rtn 
+:      016490 shutter_dy_le_get_release_ptr_set_volume_dec:
+0x64b0 016491 call shutter_dy_le_get_vol_dec_ptr 
+0x64b1 016492 branch push_buffer_in_queue 
+:      016493 shutter_dy_le_get_release_ptr_set_volume_inc:
+0x64b2 016494 call shutter_dy_le_get_vol_inc_ptr 
+0x64b3 016495 branch push_buffer_in_queue 
+:      016496 shutter_dy_le_get_vol_inc_ptr:
+0x64b4 016497 arg mem_key3_release_new ,regc 
+0x64b5 016498 call shutter_dy_check_iphone 
+0x64b6 016499 rtn blank 
+0x64b7 016500 arg mem_key3_release_new_i ,regc 
+0x64b8 016501 rtn 
+:      016502 shutter_dy_le_get_vol_dec_ptr:
+0x64b9 016503 arg mem_key3_release_new_t ,regc 
+0x64ba 016504 call shutter_dy_check_iphone 
+0x64bb 016505 rtn blank 
+0x64bc 016506 arg mem_key3_release_new_i_t ,regc 
+0x64bd 016507 rtn 
+:      016508 shutter_dy_jude_clear_move_config:
+0x64be 016509 fetch 1 ,mem_shutter_le_conned 
+0x64bf 016510 nrtn blank 
+0x64c0 016511 jam 1 ,mem_shutter_le_conned 
+0x64c1 016512 branch shutter_dy_move_data_store 
+:      016513 shutter_dy_clear_move_config:
+0x64c2 016514 setarg 0 
+0x64c3 016515 store 7 ,mem_move_config 
+0x64c4 016516 rtn 
+:      016519 shutter_dy_write_otp_convert_data:
+0x64c5 016520 call shutter_dy_check_iphone 
+0x64c6 016521 beq 0x01 ,shutter_dy_store_ios_config_data 
+0x64c7 016522 beq 0x00 ,shutter_dy_store_android_config 
+0x64c8 016523 rtn 
+:      016525 shutter_dy_read_otp_convert_data:
+0x64c9 016526 fetch 1 ,mem_otp_last_shutter_le_iphone_flag 
+0x64ca 016527 beq 0x01 ,shutter_dy_get_ios_config 
+0x64cb 016528 beq 0x00 ,shutter_dy_get_android_config 
+0x64cc 016529 rtn 
+:      016531 shutter_dy_store_ios_config_data:
+0x64cd 016532 fetch 1 ,mem_shutter_iphone_beyond_x_count 
+0x64ce 016533 mul32 pdata ,iphone_once_max_move_value ,pdata 
+0x64cf 016534 copy pdata ,temp 
+0x64d0 016535 fetch 2 ,mem_shutter_move_data_x 
+0x64d1 016536 iadd temp ,pdata 
+0x64d2 016537 store 2 ,mem_otp_shutter_move_data_x 
+0x64d3 016539 fetch 1 ,mem_shutter_iphone_beyond_y_count 
+0x64d4 016540 mul32 pdata ,iphone_once_max_move_value ,pdata 
+0x64d5 016541 copy pdata ,temp 
+0x64d6 016542 fetch 2 ,mem_shutter_move_data_y 
+0x64d7 016543 copy pdata ,rega 
+0x64d8 016544 setarg 0xfff 
+0x64d9 016545 isub rega ,pdata 
+0x64da 016546 iadd temp ,pdata 
+0x64db 016547 store 2 ,mem_otp_shutter_move_data_y 
+0x64dc 016549 call shutter_dy_check_iphone 
+0x64dd 016551 store 1 ,mem_otp_last_shutter_le_iphone_flag 
+0x64de 016552 rtn 
+:      016554 shutter_dy_store_android_config:
+0x64df 016555 fetch 2 ,mem_shutter_move_data_x 
+0x64e0 016556 store 2 ,mem_otp_shutter_move_data_x 
+0x64e1 016557 fetch 2 ,mem_shutter_move_data_y 
+0x64e2 016558 store 2 ,mem_otp_shutter_move_data_y 
+0x64e3 016559 call shutter_dy_check_iphone 
+0x64e4 016560 store 1 ,mem_otp_last_shutter_le_iphone_flag 
+0x64e5 016561 rtn 
+:      016562 shutter_dy_get_ios_config:
+0x64e6 016563 fetch 2 ,mem_otp_shutter_move_data_x 
+0x64e7 016564 div pdata ,iphone_once_max_move_value 
+0x64e8 016565 call wait_div_end 
+0x64e9 016566 quotient pdata 
+0x64ea 016567 remainder temp 
+0x64eb 016568 store 1 ,mem_shutter_iphone_beyond_x_count 
+0x64ec 016569 copy temp ,pdata 
+0x64ed 016570 store 2 ,mem_shutter_move_data_x 
+0x64ee 016571 fetch 2 ,mem_otp_shutter_move_data_y 
+0x64ef 016572 div pdata ,iphone_once_max_move_value 
+0x64f0 016573 call wait_div_end 
+0x64f1 016574 quotient pdata 
+0x64f2 016575 remainder temp 
+0x64f3 016576 store 1 ,mem_shutter_iphone_beyond_y_count 
+0x64f4 016578 setarg 0xfff 
+0x64f5 016579 isub temp ,pdata 
+0x64f6 016580 store 2 ,mem_shutter_move_data_y 
+0x64f7 016583 rtn 
+:      016584 shutter_dy_get_android_config:
+0x64f8 016585 fetch 2 ,mem_otp_shutter_move_data_x 
+0x64f9 016586 store 2 ,mem_shutter_move_data_x 
+0x64fa 016587 fetch 2 ,mem_otp_shutter_move_data_y 
+0x64fb 016588 store 2 ,mem_shutter_move_data_y 
+0x64fc 016591 rtn 
+:      016593 shutter_dy_store_move_config_info:
+0x64fd 016594 branch shutter_dy_campare_effective_addr_write_otp 
+:      016596 shutter_dy_load_move_config_info:
+0x64fe 016597 branch shutter_dy_campare_effective_addr_read_otp 
+:      016600 shutter_dy_shutter_uart_config_loop:
+0x64ff 016601 call shutter_dy_update_read_check_addr 
+0x6500 016602 fetch 2 ,mem_otp_read_offset_addr 
+0x6501 016603 call shutter_dy_shutter_read_move_config_from_otp_addr 
+0x6502 016604 jam 0 ,mem_shutter_first_read_flag 
+0x6503 016605 fetch 5 ,mem_otp_move_config 
+0x6504 016606 jam 0 ,mem_shutter_valid_data_flag 
+0x6505 016607 jam 0 ,mem_shutter_temp_count 
+0x6506 016608 call shutter_dy_campare_otp_data 
+0x6507 016609 fetch 1 ,mem_shutter_temp_count 
+0x6508 016610 rtneq 0 
+0x6509 016611 branch shutter_dy_shutter_uart_config_loop 
+:      016614 shutter_dy_shutter_get_first_read_addr:
+0x650a 016616 fetch 2 ,mem_shutter_efuse_start_offset 
+0x650b 016617 increase -5 ,pdata 
+0x650c 016618 store 2 ,mem_otp_read_offset_addr 
+0x650d 016619 rtn 
+:      016622 shutter_dy_shutter_next_read_addr:
+0x650e 016623 fetch 2 ,mem_otp_read_offset_addr 
+0x650f 016624 increase -5 ,pdata 
+0x6510 016625 store 2 ,mem_otp_read_offset_addr 
+0x6511 016626 rtn 
+:      016629 shutter_dy_shutter_last_read_addr:
+0x6512 016630 fetch 2 ,mem_otp_read_offset_addr 
+0x6513 016631 pincrease 5 
+0x6514 016632 store 2 ,mem_otp_read_offset_addr 
+0x6515 016633 rtn 
+:      016635 shutter_dy_shutter_read_ios_android_addr:
+0x6516 016636 fetch 2 ,mem_otp_read_ios_android_addr 
+0x6517 016637 pincrease 5 
+0x6518 016638 store 2 ,mem_otp_read_ios_android_addr 
+0x6519 016640 fetch 2 ,mem_otp_read_ios_android_addr 
+0x651a 016641 copy pdata ,temp 
+0x651b 016643 fetch 2 ,mem_shutter_efuse_start_offset 
+0x651c 016644 isub temp ,pdata 
+0x651d 016645 arg shutter_para_total_num ,temp 
+0x651e 016646 isub temp ,null 
+0x651f 016648 nbranch shutter_dy_shutter_not_find_ios_or_android ,positive 
+0x6520 016649 rtn 
+:      016651 shutter_dy_update_read_check_addr:
+0x6521 016652 fetch 1 ,mem_shutter_first_read_flag 
+0x6522 016653 beq 0x01 ,shutter_dy_shutter_get_first_read_addr 
+0x6523 016654 beq 0x00 ,shutter_dy_shutter_next_read_addr 
+0x6524 016655 rtn 
+:      016658 shutter_dy_campare_otp_data:
+0x6525 016659 arg 0x0 ,regb 
+0x6526 016660 copy regb ,temp 
+0x6527 016661 fetch 2 ,mem_otp_shutter_move_data_x 
+0x6528 016662 icompare 0xffff ,temp 
+0x6529 016664 ncall shutter_dy_set_shutter_valid_data_flag ,true 
+0x652a 016665 arg 0x0 ,regb 
+0x652b 016666 copy regb ,temp 
+0x652c 016667 fetch 2 ,mem_otp_shutter_move_data_y 
+0x652d 016668 icompare 0xffff ,temp 
+0x652e 016669 ncall shutter_dy_set_shutter_valid_data_flag ,true 
+0x652f 016670 arg 0x0 ,regb 
+0x6530 016671 copy regb ,temp 
+0x6531 016672 fetch 1 ,mem_otp_last_shutter_le_iphone_flag 
+0x6532 016673 icompare 0xff ,temp 
+0x6533 016674 ncall shutter_dy_set_shutter_valid_data_flag ,true 
+0x6534 016675 rtn 
+:      016678 shutter_dy_set_shutter_valid_data_flag:
+0x6535 016679 fetch 1 ,mem_shutter_temp_count 
+0x6536 016680 pincrease 1 
+0x6537 016681 store 1 ,mem_shutter_temp_count 
+0x6538 016682 rtn 
+:      016683 shutter_dy_shutter_judge_ios_or_android:
+0x6539 016684 jam 1 ,mem_shutter_temp_count 
+0x653a 016685 call shutter_dy_shutter_read_ios_android_addr 
+0x653b 016686 fetch 2 ,mem_otp_read_ios_android_addr 
+0x653c 016687 call shutter_dy_shutter_read_move_config_from_otp_addr 
+0x653d 016688 call shutter_dy_check_iphone 
+0x653e 016689 copy pdata ,temp 
+0x653f 016690 fetch 1 ,mem_otp_last_shutter_le_iphone_flag 
+0x6540 016691 icompare 0xff ,temp 
+0x6541 016692 call shutter_dy_clear_temp_count ,true 
+0x6542 016694 fetch 1 ,mem_shutter_temp_count 
+0x6543 016695 rtneq 0 
+0x6544 016696 branch shutter_dy_shutter_judge_ios_or_android 
+:      016699 shutter_dy_shutter_not_find_ios_or_android:
+0x6545 016700 bpatch patch0d_5 ,mem_patch0d 
+0x6546 016701 call shutter_dy_clear_temp_count 
+0x6547 016702 call shutter_dy_check_iphone 
+0x6548 016703 branch shutter_dy_shutter_android_save_init_loaction ,blank 
+0x6549 016704 branch shutter_dy_shutter_ios_save_init_loaction 
+:      016705 shutter_dy_shutter_android_save_init_loaction:
+0x654a 016707 fetch 2 ,mem_android_initial_move_x 
+0x654b 016708 store 2 ,mem_shutter_move_data_x 
+0x654c 016710 fetcht 2 ,mem_android_initial_move_y 
+0x654d 016711 setarg 0xfff 
+0x654e 016712 isub temp ,pdata 
+0x654f 016713 store 2 ,mem_shutter_move_data_y 
+0x6550 016714 branch shutter_dy_store_move_config_info 
+:      016716 shutter_dy_shutter_ios_save_init_loaction:
+0x6551 016717 arg iphone_once_max_move_value ,temp 
+0x6552 016719 fetch 2 ,mem_iphone_initial_move_x 
+0x6553 016720 arg mem_shutter_move_data_x ,rega 
+0x6554 016721 arg mem_shutter_iphone_beyond_x_count ,regb 
+0x6555 016722 call shutter_dy_iphone_move_initial_set 
+0x6556 016723 arg iphone_once_max_move_value ,temp 
+0x6557 016725 fetch 2 ,mem_iphone_initial_move_y 
+0x6558 016726 arg mem_shutter_move_data_y ,rega 
+0x6559 016727 arg mem_shutter_iphone_beyond_y_count ,regb 
+0x655a 016728 call shutter_dy_iphone_move_initial_set 
+0x655b 016729 setarg 0xfff 
+0x655c 016730 fetcht 2 ,mem_shutter_move_data_y 
+0x655d 016731 isub temp ,pdata 
+0x655e 016732 store 2 ,mem_shutter_move_data_y 
+0x655f 016733 branch shutter_dy_store_move_config_info 
+:      016735 shutter_dy_clear_temp_count:
+0x6560 016736 jam 0 ,mem_shutter_temp_count 
+0x6561 016737 rtn 
+:      016739 shutter_dy_campare_effective_addr_read_otp:
+0x6562 016740 bpatch patch0d_6 ,mem_patch0d 
+0x6563 016741 jam 1 ,mem_shutter_first_read_flag 
+0x6564 016742 call shutter_dy_shutter_uart_config_loop 
+0x6565 016746 fetch 2 ,mem_shutter_efuse_end_offset 
+0x6566 016747 copy pdata ,temp 
+0x6567 016748 fetch 2 ,mem_otp_read_offset_addr 
+0x6568 016749 isub temp ,pdata 
+0x6569 016750 arg 0x0 ,temp 
+0x656a 016751 isub temp ,null 
+0x656b 016752 nrtn positive 
+0x656c 016753 fetch 2 ,mem_otp_read_offset_addr 
+0x656d 016754 copy pdata ,temp 
+0x656e 016756 fetch 2 ,mem_shutter_efuse_start_offset 
+0x656f 016757 increase -5 ,pdata 
+0x6570 016758 isub temp ,pdata 
+0x6571 016761 fetch 2 ,mem_otp_read_offset_addr 
+0x6572 016762 store 2 ,mem_otp_read_ios_android_addr 
+0x6573 016763 call shutter_dy_shutter_judge_ios_or_android 
+0x6574 016764 fetch 2 ,mem_otp_read_ios_android_addr 
+0x6575 016765 ncall shutter_dy_shutter_read_move_config_from_otp_addr ,zero 
+0x6576 016768 jam 0 ,mem_shutter_temp_count 
+0x6577 016769 call shutter_dy_campare_otp_data 
+0x6578 016770 fetch 1 ,mem_shutter_temp_count 
+0x6579 016771 rtneq 0 
+0x657a 016772 branch shutter_dy_read_otp_convert_data 
+:      016775 shutter_dy_campare_effective_addr_write_otp:
+0x657b 016776 bpatch patch0d_7 ,mem_patch0d 
+0x657c 016777 jam 1 ,mem_shutter_first_read_flag 
+0x657d 016778 call shutter_dy_shutter_uart_config_loop 
+0x657e 016782 fetcht 2 ,mem_shutter_efuse_end_offset 
+0x657f 016784 fetch 2 ,mem_otp_read_offset_addr 
+0x6580 016785 isub temp ,pdata 
+0x6581 016786 arg 0x0 ,temp 
+0x6582 016787 isub temp ,null 
+0x6583 016788 nrtn positive 
+0x6584 016790 fetcht 2 ,mem_otp_read_offset_addr 
+0x6585 016792 fetch 2 ,mem_shutter_efuse_start_offset 
+0x6586 016793 isub temp ,pdata 
+0x6587 016794 arg 0x0 ,temp 
+0x6588 016795 isub temp ,null 
+0x6589 016796 nrtn positive 
+0x658a 016797 fetch 2 ,mem_otp_read_offset_addr 
+0x658b 016798 store 2 ,mem_otp_write_offset_addr 
+0x658c 016799 call shutter_dy_write_otp_convert_data 
+0x658d 016801 branch shutter_dy_shutter_write_move_config_to_otp_addr 
+:      016805 shutter_dy_shutter_read_move_config_from_otp_addr:
+0x658e 016806 arg shutter_para_total_num ,temp 
+0x658f 016808 arg mem_otp_move_config ,rega 
+0x6590 016809 branch otpd_read_data 
+:      016812 shutter_dy_shutter_write_move_config_to_otp_addr:
+0x6591 016813 arg shutter_para_total_num ,loopcnt 
+0x6592 016814 arg mem_otp_move_config ,rega 
+0x6593 016815 fetch 2 ,mem_otp_write_offset_addr 
+0x6594 016816 copy pdata ,temp 
+0x6595 016817 branch otp_write 
+:      016819 shutter_dy_shutter_1s_timer:
+0x6596 016820 arg mem_shutter_1s_timer ,regc 
+0x6597 016821 arg shutter_dy_store_move_config_info ,regb 
+0x6598 016822 branch timer_single_step 
+:      016833 rf_debug_rx_gpio_low:
+0x6599 016834 fetch 1 ,mem_rf_debug_rx_gpio 
+:      016835 rf_debug_gpio_low:
+0x659a 016836 arg gpcfg_output_low ,temp 
+0x659b 016837 branch gpio_config_function 
+:      016839 rf_debug_rx_on_line:
+:      016840 rf_debug_rx_gpio_high:
+0x659c 016841 fetch 1 ,mem_rf_debug_rx_gpio 
+:      016842 rf_debug_gpio_high:
+0x659d 016843 arg gpcfg_output_high ,temp 
+0x659e 016844 branch gpio_config_function 
+:      016846 rf_debug_rx_gpio_h_l_h:
+0x659f 016847 call rf_debug_rx_gpio_high 
+:      016848 rf_debug_rx_gpio_l_h:
+0x65a0 016849 call rf_debug_rx_gpio_low 
+0x65a1 016850 branch rf_debug_rx_gpio_high 
+:      016852 rf_debug_rx_gpio_l_h_l:
+:      016853 rf_debug_shutdown_radio_line:
+0x65a2 016854 call rf_debug_rx_gpio_l_h 
+:      016855 rf_debug_rx_crc_line:
+0x65a3 016856 branch rf_debug_rx_gpio_low 
+:      016858 rf_debug_rx_sync_line:
+0x65a4 016859 branch rf_debug_rx_gpio_l_h 
+:      016861 rf_debug_rx_crc_fail_line:
+0x65a5 016862 call rf_debug_rx_gpio_l_h 
+0x65a6 016863 branch rf_debug_rx_gpio_l_h_l 
+:      016865 rf_debug_rx_match_line:
+:      016866 rf_debug_rx_crc_error_line:
+:      016867 rf_debug_rx_sync_timeout_line:
+0x65a7 016868 branch rf_debug_rx_gpio_low 
+:      016871 rf_debug_tx_off_line:
+:      016872 rf_debug_tx_gpio_low:
+0x65a8 016873 fetch 1 ,mem_rf_debug_tx_gpio 
+0x65a9 016874 branch rf_debug_gpio_low 
+:      016876 rf_debug_tx_on_line:
+:      016877 rf_debug_tx_gpio_high:
+0x65aa 016878 fetch 1 ,mem_rf_debug_tx_gpio 
+0x65ab 016879 branch rf_debug_gpio_high 
+:      016881 rf_debug_tx_gpio_l_h_l:
+0x65ac 016882 call rf_debug_tx_gpio_low 
+0x65ad 016883 call rf_debug_tx_gpio_high 
+0x65ae 016884 branch rf_debug_tx_gpio_low 
+:      016890 fcc_auth_config:
+0x65af 016891 call pn9 
+0x65b0 016892 branch fcc_auth_procedures 
+:      016896 fcc_auth_procedures:
+0x65b1 016897 bpatch patch0e_3 ,mem_patch0e 
+0x65b2 016899 jam fcc_data_rate_1mbps ,mem_fcc_mod 
+0x65b3 016900 jam fcc_bt_mode ,mem_fcc_btble 
+0x65b4 016901 jam fcc_len_dh1 ,mem_fcc_data_length 
+0x65b5 016902 jam fcc_fixed_freq ,mem_fcc_hop 
+0x65b6 016904 fetch 2 ,mem_fcc_config_cb 
+0x65b7 016905 call callback_func 
+0x65b8 016907 fetch fcc_para_len ,mem_fcc_param 
+0x65b9 016908 store fcc_para_len ,mem_fcc_param_new 
+0x65ba 016909 fetch 1 ,mem_fcc_tx_power 
+0x65bb 016910 store 1 ,mem_tx_power 
+0x65bc 016912 fetch 1 ,mem_fcc_txrx 
+0x65bd 016913 beq fcc_tx ,fcc_auth_tx_start 
+0x65be 016914 beq fcc_rx ,fcc_auth_rx_start 
+:      016915 fcc_auth_tx_start:
+0x65bf 016916 fetcht 1 ,mem_fcc_ch 
+0x65c0 016917 fetch 1 ,mem_fcc_btble 
+0x65c1 016918 beq fcc_ble_mode ,fcc_auth_ble_tx_on 
+0x65c2 016919 beq fcc_bt_mode ,fcc_auth_bt_tx_on 
+:      016920 fcc_auth_ble_tx_on:
+0x65c3 016921 bpatch patch0e_4 ,mem_patch0e 
+0x65c4 016922 call fcc_set_sync_on 
+0x65c5 016923 call set_freq_tx 
+0x65c6 016925 call fcc_le_enable 
+0x65c7 016926 set1 txgfsk ,radio_ctrl 
+0x65c8 016927 enable encode_fec0 
+0x65c9 016928 enable is_tx 
+0x65ca 016929 disable is_rx 
+0x65cb 016930 call le_wait_tx 
+0x65cc 016931 fetch 1 ,mem_fcc_data 
+0x65cd 016932 store 1 ,core_tx_test_mode 
+0x65ce 016933 branch fcc_auth_tx_data 
+:      016934 fcc_auth_tx_data:
+0x65cf 016935 bpatch patch0e_5 ,mem_patch0e 
+0x65d0 016936 fetch 1 ,mem_fcc_mod 
+0x65d1 016937 beq fcc_data_rate_1mbps ,calculate_gfsk_modulation_length 
+:      016938 calculate_gfsk_modulation_length:
+0x65d2 016939 fetch 1 ,mem_fcc_data_length 
+0x65d3 016940 beq fcc_len_dh1 ,calculate_gfsk_modulation_length_dh1 
+0x65d4 016941 beq fcc_len_dh3 ,calculate_gfsk_modulation_length_dh3 
+0x65d5 016942 beq fcc_len_dh5 ,calculate_gfsk_modulation_length_dh5 
+:      016943 calculate_gfsk_modulation_length_dh1:
+0x65d6 016944 arg 53 ,loopcnt 
+0x65d7 016945 arg mem_pn9 ,contr 
+0x65d8 016946 branch pnloop_stable 
+:      016947 calculate_gfsk_modulation_length_dh3:
+0x65d9 016948 arg 203 ,loopcnt 
+0x65da 016949 arg mem_pn9 ,contr 
+0x65db 016950 branch pnloop_stable 
+:      016951 calculate_gfsk_modulation_length_dh5:
+0x65dc 016952 arg 354 ,loopcnt 
+0x65dd 016953 arg mem_pn9 ,contr 
+0x65de 016954 branch pnloop_stable 
+:      016957 fcc_auth_bt_tx_on:
+0x65df 016958 bpatch patch0e_6 ,mem_patch0e 
+0x65e0 016960 call fcc_set_sync_on 
+0x65e1 016961 call set_freq_tx 
+0x65e2 016962 disable enable_white 
+0x65e3 016963 enable encode_fec0 
+0x65e4 016964 enable is_tx 
+0x65e5 016966 fetcht 1 ,mem_fcc_mod 
+0x65e6 016967 copy temp ,radio_ctrl 
+0x65e7 016968 fetch 1 ,mem_fcc_data 
+0x65e8 016969 store 1 ,core_tx_test_mode 
+0x65e9 016970 beq 0 ,fcc_auth_tx_data 
+:      016971 test_tx_carrier_loop:
+0x65ea 016972 bpatch patch0e_7 ,mem_patch0e 
+0x65eb 016973 fetch 1 ,mem_fcc_data_length 
+0x65ec 016974 copy pdata ,loopcnt 
+0x65ed 016975 arg mem_pn9 ,contr 
+:      016976 pnloop_carrier:
+0x65ee 016977 ifetch 1 ,contr 
+0x65ef 016978 inject mod ,8 
+0x65f0 016979 loop pnloop_carrier 
+0x65f1 016981 fetch 2 ,mem_fcc_config_cb 
+0x65f2 016982 call callback_func 
+0x65f3 016983 fetch fcc_para_len ,mem_fcc_param 
+0x65f4 016984 fetcht fcc_para_len ,mem_fcc_param_new 
+0x65f5 016985 isub temp ,null 
+0x65f6 016986 branch test_tx_carrier_loop ,zero 
+0x65f7 016987 branch fcc_auth_procedures 
+:      016989 pn9:
+0x65f8 016990 arg mem_pn9_size ,loopcnt 
+0x65f9 016991 arg mem_pn9 ,contw 
+0x65fa 016992 setarg 0x1ff 
+0x65fb 016993 force 0 ,regb 
+:      016994 pn9_loop:
+0x65fc 016995 rshift3 pdata ,rega 
+0x65fd 016996 rshift rega ,rega 
+0x65fe 016997 ixor rega ,rega 
+0x65ff 016998 isolate1 0 ,rega 
+0x6600 016999 setflag true ,9 ,pdata 
+0x6601 017000 rshift temp ,temp 
+0x6602 017001 isolate1 0 ,pdata 
+0x6603 017002 setflag true ,7 ,temp 
+0x6604 017003 rshift pdata ,pdata 
+0x6605 017004 increase 1 ,regb 
+0x6606 017005 compare 0 ,regb ,0x7 
+0x6607 017006 nbranch pn9_loop ,true 
+0x6608 017008 istoret 1 ,contw 
+0x6609 017010 loop pn9_loop 
+0x660a 017011 rtn 
+:      017016 fcc_le_enable:
+0x660b 017017 bpatch patch0f_0 ,mem_patch0f 
+0x660c 017018 set0 mark_ble_lr ,mark 
+0x660d 017019 jam 0x03 ,0x8901 
+0x660e 017020 jam 0x84 ,0x8920 
+0x660f 017021 jam 0xa7 ,0x8925 
+0x6610 017022 jam 0x03 ,0x8930 
+0x6611 017025 jam 0x40 ,0x8937 
+0x6612 017026 jam 0x85 ,0x8a6d 
+0x6613 017027 jam 0x89 ,core_rx_bq_cfg0 
+0x6614 017028 fetch 1 ,mem_le_mode 
+0x6615 017029 rtnbit1 mark_ble_2m 
+0x6616 017030 jam 0x01 ,0x8901 
+0x6617 017031 jam 0x80 ,0x8920 
+0x6618 017032 jam 0x05 ,0x8a6d 
+0x6619 017033 jam 0x09 ,core_rx_bq_cfg0 
+0x661a 017035 set1 mark_ble_lr ,mark 
+0x661b 017036 jam 0x05 ,0x8901 
+0x661c 017037 jam 0x24 ,0x8930 
+0x661d 017038 jam 0x0a ,0x8934 
+0x661e 017039 rtn 
+:      017041 fcc_shutdown_radio:
+0x661f 017042 bpatch patch0f_1 ,mem_patch0f 
+0x6620 017043 force 0x08 ,radio_ctrl 
+0x6621 017044 force 0 ,radio_ctrl 
+0x6622 017045 disable is_rx 
+0x6623 017046 disable is_tx 
+0x6624 017047 pulse packet_end 
+0x6625 017048 jam 0x5 ,modem_en 
+0x6626 017049 nop 2 
+0x6627 017050 jam 0x0 ,modem_en 
+0x6628 017051 call fcc_set_sync_on 
+0x6629 017052 jam 0 ,core_syn_en 
+0x662a 017053 jam 0x10 ,core_rf_ldo_en0 
+0x662b 017054 jam 0 ,core_rf_ldo_en1 
+0x662c 017055 rtn 
+:      017056 fcc_test_ble_bt_tx_off:
+0x662d 017057 branch fcc_shutdown_radio 
+:      017059 pnloop_stable:
+0x662e 017060 ifetch 1 ,contr 
+0x662f 017061 inject mod ,8 
+0x6630 017062 loop pnloop_stable 
+0x6631 017063 call fcc_test_ble_bt_tx_off 
+0x6632 017064 enable swfine 
+0x6633 017065 arg 0x350 ,stop_watch 
+:      017066 stable_stop:
+0x6634 017067 branch fcc_auth_procedures ,timeout 
+0x6635 017069 fetch 2 ,mem_fcc_config_cb 
+0x6636 017070 call callback_func 
+0x6637 017071 fetch fcc_para_len ,mem_fcc_param 
+0x6638 017072 fetcht fcc_para_len ,mem_fcc_param_new 
+0x6639 017073 isub temp ,null 
+0x663a 017074 branch stable_stop ,zero 
+0x663b 017075 call fcc_test_ble_bt_tx_off 
+0x663c 017076 branch fcc_auth_procedures 
+:      017078 fcc_set_sync_on:
+0x663d 017079 bpatch patch0f_2 ,mem_patch0f 
+0x663e 017080 jam 0x5 ,modem_en 
+0x663f 017081 nop 2 
+0x6640 017082 jam 0x0 ,modem_en 
+0x6641 017083 jam 0xaa ,core_rf_ldo_cfg4 
+0x6642 017084 jam 0xaa ,core_rf_ldo_cfg5 
+0x6643 017085 jam 0x15 ,core_rf_ldo_cfg6 
+0x6644 017086 jam 0xf8 ,core_rf_ldo_en0 
+0x6645 017093 jam 4 ,core_rf_ldo_en1 
+0x6646 017094 nop 120 
+0x6647 017095 jam 0x7a ,core_syn_en 
+0x6648 017096 jam 0 ,core_rx_en0 
+0x6649 017097 jam 0 ,core_rx_en1 
+0x664a 017098 jam 0 ,core_tx_en0 
+0x664b 017099 jam 0 ,core_tx_en1 
+0x664c 017100 jam 0x2a ,core_rf_ldo_cfg5 
+0x664d 017101 jam 0x78 ,core_rf_ldo_en0 
+0x664e 017106 jam 0 ,core_syn_cal_ctrl 
+0x664f 017107 rtn 
+:      017110 fcc_auth_rx_start:
+0x6650 017111 call fcc_test_ble_rx_on 
+:      017112 fcc_test_rx_loop:
+0x6651 017113 bpatch patch0f_3 ,mem_patch0f 
+0x6652 017116 fetch 2 ,mem_fcc_config_cb 
+0x6653 017117 call callback_func 
+0x6654 017118 fetch fcc_para_len ,mem_fcc_param 
+0x6655 017119 fetcht fcc_para_len ,mem_fcc_param_new 
+0x6656 017120 isub temp ,null 
+0x6657 017121 branch fcc_test_rx_loop ,zero 
+0x6658 017122 branch fcc_auth_procedures 
+:      017123 fcc_test_ble_rx_on:
+0x6659 017124 bpatch patch0f_4 ,mem_patch0f 
+0x665a 017125 call fcc_test_ble_bt_tx_off 
+0x665b 017126 call set_freq_rx 
+0x665c 017127 setarg param_pll_setup 
+0x665d 017128 call sleep 
+0x665e 017129 branch rf_rx_enable 
+:      017144 l2cap_init:
+0x665f 017145 branch l2cap_init_wake ,wake 
+0x6660 017146 setarg mem_l2cap_xmem_end 
+0x6661 017147 arg mem_l2cap_xmem_start ,contw 
+0x6662 017148 isub contw ,loopcnt 
+0x6663 017149 call clear_mem 
+:      017150 l2cap_init_wake:
+0x6664 017152 rtn 
+:      017156 l2cap_check_map:
+0x6665 017159 bpatch patch0f_5 ,mem_patch0f 
+0x6666 017160 call l2cap_malloc_get_full_map 
+0x6667 017161 fetch 1 ,mem_used_map 
+0x6668 017162 beq 0 ,set_pdata_0 
+0x6669 017163 beq 1 ,set_pdata_0 
+0x666a 017164 beq 2 ,set_pdata_0 
+0x666b 017165 beq 3 ,set_pdata_0 
+0x666c 017166 beq 0x81 ,set_pdata_0 
+0x666d 017167 beq 0xc0 ,set_pdata_0 
+0x666e 017168 beq 0x80 ,set_pdata_0 
+0x666f 017169 beq 0x40 ,set_pdata_0 
+0x6670 017170 rtn 
+:      017173 check_l2cap_map:
+0x6671 017174 arg 0 ,queue 
+0x6672 017175 arg 0 ,regb 
+:      017177 check_l2cap_map_loop:
+0x6673 017178 sub queue ,7 ,null 
+0x6674 017179 nrtn positive 
+0x6675 017180 qisolate1 rega 
+0x6676 017181 branch check_l2cap_map_used ,true 
+0x6677 017182 branch check_l2cap_map_used2 
+:      017184 check_l2cap_map_used:
+0x6678 017185 copy temp ,pdata 
+0x6679 017186 branch check_l2cap_map_used2 ,blank 
+0x667a 017187 qset1 regb 
+0x667b 017188 increase -1 ,temp 
+:      017190 check_l2cap_map_used2:
+0x667c 017191 increase 1 ,queue 
+0x667d 017192 branch check_l2cap_map_loop 
+:      017205 ble_l2cap_malloc:
+0x667e 017206 fetchr regd ,2 ,mem_ble_l2cap_tx_buff0_ptr 
+0x667f 017207 fetchr rege ,2 ,mem_ble_l2cap_tx_buff_size_ptr 
+0x6680 017208 call disable_user 
+0x6681 017209 branch host_l2cap_malloc 
+:      017211 host_l2cap_malloc:
+0x6682 017212 bpatch patch0f_6 ,mem_patch0f 
+0x6683 017213 call l2cap_malloc_is_fifo_full 
+0x6684 017214 nbranch assert ,blank 
+0x6685 017215 call l2cap_malloc_get_full_map 
+0x6686 017216 arg 8 ,loopcnt 
+:      017217 host_l2cap_malloc_loop:
+0x6687 017218 fetcht 1 ,mem_used_map 
+0x6688 017219 sub loopcnt ,8 ,queue 
+0x6689 017220 qisolate1 temp 
+0x668a 017221 branch host_l2cap_malloc_next_buffer ,true 
+0x668b 017222 call host_l2cap_malloc_check_buffer_enough 
+0x668c 017223 nbranch host_l2cap_malloc_next_buffer ,positive 
+0x668d 017224 call host_l2cap_malloc_into_fifo 
+0x668e 017225 branch host_l2cap_malloc_succ 
+:      017226 host_l2cap_malloc_next_buffer:
+0x668f 017227 copy rege ,pdata 
+0x6690 017228 iadd regd ,regd 
+0x6691 017229 loop host_l2cap_malloc_loop 
+0x6692 017230 branch assert 
+:      017231 host_l2cap_malloc_succ:
+0x6693 017232 copy regd ,pdata 
+0x6694 017233 copy regd ,contw 
+0x6695 017234 rtn 
+:      017243 host_l2cap_malloc_check_buffer_enough:
+0x6696 017244 bpatch patch0f_7 ,mem_patch0f 
+0x6697 017245 sub loopcnt ,8 ,queue 
+0x6698 017246 arg 0 ,temp 
+0x6699 017247 arg 0 ,timeup 
+:      017248 host_l2cap_malloc_check_buffer_enough_loop:
+0x669a 017249 copy queue ,pdata 
+0x669b 017250 beq 8 ,host_l2cap_malloc_check_buffer_enough_end 
+0x669c 017251 fetch 1 ,mem_used_map 
+0x669d 017252 qisolate1 pdata 
+0x669e 017253 branch host_l2cap_malloc_check_buffer_enough_end ,true 
+0x669f 017254 qset1 timeup 
+0x66a0 017255 copy rege ,pdata 
+0x66a1 017256 iadd temp ,temp 
+0x66a2 017257 increase 1 ,queue 
+0x66a3 017258 copy rega ,pdata 
+0x66a4 017259 isub temp ,null 
+0x66a5 017260 branch host_l2cap_malloc_check_buffer_enough_end ,zero 
+0x66a6 017261 branch host_l2cap_malloc_check_buffer_enough_loop ,positive 
+:      017262 host_l2cap_malloc_check_buffer_enough_end:
+0x66a7 017263 copy temp ,pdata 
+0x66a8 017264 isub rega ,null 
+0x66a9 017265 nrtn zero 
+0x66aa 017266 qset1 timeup 
+0x66ab 017267 rtn 
+:      017276 host_l2cap_malloc_into_fifo:
+0x66ac 017277 bpatch patch10_0 ,mem_patch10 
+0x66ad 017278 call l2cap_malloc_is_fifo_full 
+0x66ae 017279 nbranch assert ,blank 
+0x66af 017280 call l2cap_malloc_is_fifo_empty 
+0x66b0 017281 branch host_l2cap_malloc_into_fifo_no_push ,blank 
+0x66b1 017282 fetch 9 ,mem_tx_fifo1 
+0x66b2 017283 store 9 ,mem_tx_fifo0 
+0x66b3 017284 setarg 0 
+0x66b4 017285 istore 3 ,contw 
+:      017286 host_l2cap_malloc_into_fifo_no_push:
+0x66b5 017287 storer timeup ,1 ,mem_tx_fifo3_map 
+0x66b6 017288 storer regd ,2 ,mem_tx_fifo3_ptr 
+0x66b7 017289 rtn 
+:      017298 l2cap_malloc_fifo_out:
+0x66b8 017299 bpatch patch10_1 ,mem_patch10 
+0x66b9 017300 call l2cap_malloc_fifo_get_first_ptr 
+0x66ba 017301 increase 1 ,contr 
+0x66bb 017302 ifetch 2 ,contr 
+0x66bc 017303 rtn 
+:      017310 l2cap_malloc_free:
+0x66bd 017311 bpatch patch10_2 ,mem_patch10 
+0x66be 017312 call l2cap_malloc_fifo_get_first_ptr 
+0x66bf 017313 copy contr ,contw 
+0x66c0 017314 copy contr ,temp 
+0x66c1 017315 setarg 0 
+0x66c2 017316 istore 3 ,contw 
+0x66c3 017317 rtn 
+:      017324 l2cap_malloc_discard:
+0x66c4 017325 bpatch patch10_3 ,mem_patch10 
+0x66c5 017326 call l2cap_malloc_is_fifo_empty 
+0x66c6 017327 branch assert ,blank 
+0x66c7 017328 fetch 3 ,mem_tx_fifo2 
+0x66c8 017329 store 3 ,mem_tx_fifo3 
+0x66c9 017330 fetch 3 ,mem_tx_fifo1 
+0x66ca 017331 store 3 ,mem_tx_fifo2 
+0x66cb 017332 fetch 3 ,mem_tx_fifo0 
+0x66cc 017333 store 3 ,mem_tx_fifo1 
+0x66cd 017334 rtn 
+:      017342 l2cap_malloc_is_fifo_full:
+0x66ce 017343 bpatch patch10_4 ,mem_patch10 
+0x66cf 017344 fetch 3 ,mem_tx_fifo0 
+0x66d0 017345 rtn 
+:      017353 l2cap_malloc_is_fifo_nearly_full:
+0x66d1 017354 bpatch patch10_5 ,mem_patch10 
+0x66d2 017355 fetch 3 ,mem_tx_fifo1 
+0x66d3 017356 rtn 
+:      017364 l2cap_malloc_is_fifo_empty:
+0x66d4 017365 bpatch patch10_6 ,mem_patch10 
+0x66d5 017366 fetch 3 ,mem_tx_fifo3 
+0x66d6 017367 rtn 
+:      017374 l2cap_malloc_fifo_get_first_ptr:
+0x66d7 017375 call l2cap_malloc_is_fifo_empty 
+0x66d8 017376 branch l2cap_malloc_fifo_get_first_ptr_empty ,blank 
+0x66d9 017377 arg mem_tx_fifo0 ,contr 
+:      017378 l2cap_malloc_free_loop:
+0x66da 017379 ifetch 3 ,contr 
+0x66db 017380 branch l2cap_malloc_free_loop ,blank 
+:      017381 l2cap_malloc_fifo_get_first_ptr_empty:
+0x66dc 017382 increase -3 ,contr 
+0x66dd 017383 rtn 
+:      017391 l2cap_malloc_get_full_map:
+0x66de 017392 bpatch patch10_7 ,mem_patch10 
+0x66df 017393 arg 4 ,loopcnt 
+0x66e0 017394 arg mem_tx_fifo0_map ,contr 
+0x66e1 017395 arg 0 ,temp 
+:      017396 l2cap_malloc_get_full_map_loop:
+0x66e2 017397 ifetch 3 ,contr 
+0x66e3 017398 and pdata ,0xff ,pdata 
+0x66e4 017399 ior temp ,temp 
+0x66e5 017400 loop l2cap_malloc_get_full_map_loop 
+0x66e6 017401 storet 1 ,mem_used_map 
+0x66e7 017402 rtn 
+:      017404 l2cap_util_pdata_to_contw:
+0x66e8 017405 branch assert ,blank 
+0x66e9 017406 copy pdata ,contw 
+0x66ea 017407 rtn 
+:      017410 l2cap_lpm_save_calc_len:
+0x66eb 017411 bpatch patch11_0 ,mem_patch11 
+0x66ec 017412 arg 0 ,regb 
+0x66ed 017413 arg mem_tx_fifo0_map ,rega 
+0x66ee 017414 increase -2 ,rega 
+:      017415 l2cap_lpm_save_calc_len_loop:
+0x66ef 017416 increase 2 ,rega 
+0x66f0 017417 setarg mem_tx_fifo_end 
+0x66f1 017418 isub rega ,null 
+0x66f2 017419 branch l2cap_lpm_save_calc_len_end ,zero 
+0x66f3 017420 ifetch 1 ,rega 
+0x66f4 017421 increase 1 ,rega 
+0x66f5 017422 branch l2cap_lpm_save_calc_len_loop ,blank 
+0x66f6 017423 ifetcht 2 ,rega 
+0x66f7 017424 ifetch 2 ,temp 
+0x66f8 017425 iadd regb ,regb 
+0x66f9 017426 increase 4 ,regb 
+0x66fa 017427 branch l2cap_lpm_save_calc_len_loop 
+:      017428 l2cap_lpm_save_calc_len_end:
+0x66fb 017429 copy regb ,pdata 
+0x66fc 017430 rtn 
+:      017433 l2cap_lpm_get_wake_lock:
+0x66fd 017434 arg wake_lock_l2cap_tx ,queue 
+0x66fe 017435 branch lpm_get_wake_lock 
+:      017437 l2cap_lpm_put_wake_lock:
+0x66ff 017438 arg wake_lock_l2cap_tx ,queue 
+0x6700 017439 branch lpm_put_wake_lock 
+:      017442 l2cap_lpm_save_txbuf:
+0x6701 017443 call l2cap_malloc_get_full_map 
+0x6702 017444 fetch 1 ,mem_used_map 
+0x6703 017445 rtn blank 
+0x6704 017446 call l2cap_lpm_save_calc_len 
+0x6705 017447 arg l2cap_lpm_txbuf_len ,temp 
+0x6706 017448 isub temp ,null 
+0x6707 017449 branch l2cap_lpm_get_wake_lock ,positive 
+0x6708 017450 call l2cap_lpm_put_wake_lock 
+0x6709 017452 fetch 2 ,mem_l2cap_lpm_txbuf_ptr 
+0x670a 017453 copy contr ,contw 
+0x670b 017454 arg mem_tx_fifo0 ,rega 
+:      017455 l2cap_lpm_save_txbuf_loop:
+0x670c 017456 setarg mem_tx_fifo_end 
+0x670d 017457 isub rega ,null 
+0x670e 017458 rtn zero 
+0x670f 017459 ifetch 1 ,rega 
+0x6710 017460 increase 1 ,rega 
+0x6711 017461 nbranch l2cap_lpm_save_txbuf_nempty ,blank 
+0x6712 017462 istore 2 ,contw 
+0x6713 017463 increase 2 ,rega 
+0x6714 017464 branch l2cap_lpm_save_txbuf_loop 
+:      017465 l2cap_lpm_save_txbuf_nempty:
+0x6715 017466 ifetch 2 ,rega 
+0x6716 017467 increase 2 ,rega 
+0x6717 017468 copy pdata ,contr 
+0x6718 017469 ifetch 2 ,contr 
+0x6719 017470 istore 2 ,contw 
+0x671a 017471 copy pdata ,loopcnt 
+0x671b 017472 increase 2 ,loopcnt 
+0x671c 017473 call memcpy 
+0x671d 017474 branch l2cap_lpm_save_txbuf_loop 
+:      017476 l2cap_lpm_load_txbuf:
+0x671e 017477 call l2cap_malloc_get_full_map 
+0x671f 017478 fetch 1 ,mem_used_map 
+0x6720 017479 rtn blank 
+0x6721 017480 arg mem_tx_fifo0_ptr ,rega 
+0x6722 017481 increase -3 ,rega 
+0x6723 017483 copy contr ,contw 
+0x6724 017484 fetch 2 ,mem_l2cap_lpm_txbuf_ptr 
+0x6725 017485 copy contw ,contr 
+:      017486 l2cap_lpm_load_txbuf_loop:
+0x6726 017487 increase 3 ,rega 
+0x6727 017488 setarg mem_tx_fifo_end + 1 
+0x6728 017489 isub rega ,null 
+0x6729 017490 rtn zero 
+0x672a 017491 ifetch 2 ,contr 
+0x672b 017492 branch l2cap_lpm_load_txbuf_loop ,blank 
+0x672c 017493 increase 4 ,pdata 
+0x672d 017494 copy pdata ,loopcnt 
+0x672e 017495 copy contr ,regb 
+0x672f 017496 ifetch 2 ,rega 
+0x6730 017497 copy pdata ,contw 
+0x6731 017498 copy regb ,contr 
+0x6732 017499 increase -2 ,contr 
+0x6733 017500 call memcpy 
+0x6734 017501 branch l2cap_lpm_load_txbuf_loop 
+:      017512 twspi_reset:
+0x6735 017513 bpatch patch11_1 ,mem_patch11 
+0x6736 017514 copy temp ,pdata 
+0x6737 017515 and_into 0xff ,pdata 
+0x6738 017516 sub pdata ,gpio_number + -1 ,null 
+0x6739 017517 nbranch assert ,positive 
+0x673a 017518 arg core_gpio_conf ,contw 
+:      017519 twspi_reset_next:
+0x673b 017520 iadd contw ,contw 
+0x673c 017521 copy contw ,rega 
+0x673d 017522 arg gpcfg_output_low ,temp 
+0x673e 017523 istoret 1 ,contw 
+0x673f 017524 call twspi_disable 
+0x6740 017525 nop 30 
+0x6741 017526 copy rega ,contw 
+0x6742 017527 arg gpcfg_output_high ,temp 
+0x6743 017528 istoret 1 ,contw 
+0x6744 017529 branch twspi_enable 
+:      017533 twspi_disable:
+0x6745 017534 fetch 1 ,core_spid_delay 
+0x6746 017535 and_into 0x7f ,pdata 
+0x6747 017536 store 1 ,core_spid_delay 
+0x6748 017537 rtn 
+:      017539 twspi_enable:
+0x6749 017540 fetch 1 ,core_spid_delay 
+0x674a 017541 or_into 0x80 ,pdata 
+0x674b 017542 store 1 ,core_spid_delay 
+0x674c 017543 rtn 
+:      017545 twspi_write:
+0x674d 017546 branch spid_write_reg 
+:      017548 twspi_read:
+0x674e 017549 branch spid_read_reg 
+:      017553 aes_disable:
+0x674f 017554 fetch 1 ,core_aes_en 
+0x6750 017555 and_into 0xfd ,pdata 
+0x6751 017556 store 1 ,core_aes_en 
+0x6752 017557 rtn 
+:      017559 read_function_aes:
+0x6753 017560 nbranch read_function ,user 
+0x6754 017561 fetch 1 ,core_aes_en 
+0x6755 017562 or_into 0x2 ,pdata 
+0x6756 017563 store 1 ,core_aes_en 
+:      017564 read_function:
+0x6757 017565 copy temp ,null 
+0x6758 017566 branch read_fuction_zero ,zero 
+0x6759 017567 copy regc ,pc 
+:      017569 read_fuction_zero:
+0x675a 017570 isolate0 0 ,null 
+0x675b 017571 branch set_ucode_status 
+:      017574 get_block_header:
+0x675c 017575 force 4 ,temp 
+:      017576 get_block_header0:
+0x675d 017577 arg mem_ucode_buf ,rega 
+0x675e 017578 call aes_disable 
+0x675f 017579 call read_function 
+0x6760 017580 arg 0x55aa ,rega 
+0x6761 017581 fetch 2 ,mem_ucode_buf 
+0x6762 017582 ifetcht 2 ,contr 
+0x6763 017583 isub rega ,null 
+0x6764 017584 rtn 
+:      017587 read_first_block:
+0x6765 017588 call load_aes_reinit ,user 
+0x6766 017589 arg 2 ,temp 
+0x6767 017590 arg mem_ucode_ptr ,rega 
+0x6768 017591 call read_function 
+0x6769 017592 fetch 2 ,mem_ucode_ptr 
+0x676a 017593 store 2 ,mem_addr_mi 
+0x676b 017594 call get_iv ,user 
+0x676c 017595 rtn 
+:      017597 get_iv:
+0x676d 017598 arg 16 ,temp 
+0x676e 017599 arg mem_ucode_keybuf ,rega 
+0x676f 017600 call aes_disable 
+0x6770 017601 call read_function 
+:      017602 set_iv:
+0x6771 017603 arg mem_ucode_keybuf ,contr 
+0x6772 017604 arg 16 ,loopcnt 
+0x6773 017605 call aes_load_data 
+0x6774 017606 call aes_init 
+0x6775 017607 call aes_clear_data 
+0x6776 017608 branch do_aes_cbc 
+:      017610 load_aes_reinit:
+0x6777 017611 jam 0x0 ,core_ucode_ctrl 
+0x6778 017612 call aes_disable 
+0x6779 017613 branch aes_clear_data 
+:      017615 load_storage:
+0x677a 017616 setarg 0 
+0x677b 017617 store 2 ,mem_queue 
+0x677c 017618 disable match 
+0x677d 017619 call get_block_header 
+0x677e 017620 nrtn zero 
+0x677f 017621 enable match 
+0x6780 017622 jam 0x80 ,core_ucode_ctrl 
+0x6781 017623 jam 0 ,core_ucode_hi 
+0x6782 017624 jam 0 ,core_ucode_low 
+0x6783 017625 arg core_ucode_data ,rega 
+0x6784 017626 call read_function_aes 
+0x6785 017627 jam 0x0 ,core_ucode_ctrl 
+0x6786 017628 fetch 1 ,mem_ucode_status 
+0x6787 017629 rtnbit0 0 
+:      017630 load_storage_loop:
+0x6788 017631 arg 6 ,temp 
+0x6789 017632 call get_block_header0 
+0x678a 017633 nbranch load_data_checksum_compare ,zero 
+0x678b 017634 ifetch 2 ,contr 
+0x678c 017635 iforce rega 
+0x678d 017636 call read_function 
+0x678e 017637 call load_data_checksum_calc 
+0x678f 017638 branch load_storage_loop 
+:      017641 load_data_checksum_calc:
+0x6790 017642 fetch 2 ,mem_queue 
+0x6791 017643 arg 6 ,loopcnt 
+0x6792 017644 arg mem_ucode_buf ,contr 
+0x6793 017645 call cal_sum 
+0x6794 017646 fetchr loopcnt ,2 ,mem_ucode_len 
+0x6795 017647 copy rega ,contr 
+0x6796 017648 call cal_sum 
+0x6797 017649 store 2 ,mem_queue 
+0x6798 017650 rtn 
+:      017652 load_data_checksum_compare:
+0x6799 017653 fetch 1 ,mem_load_check_sum 
+0x679a 017654 beq 0x5a ,load_data_checksum_ok 
+0x679b 017655 arg 0xaa55 ,rega 
+0x679c 017656 fetch 2 ,mem_ucode_buf 
+0x679d 017657 isub rega ,null 
+0x679e 017658 nbranch load_data_checksum_compare_fail ,zero 
+0x679f 017659 arg 0x55aa ,rega 
+0x67a0 017660 fetch 2 ,mem_ucode_len 
+0x67a1 017661 isub rega ,null 
+0x67a2 017662 nbranch load_data_checksum_compare_fail ,zero 
+0x67a3 017663 fetch 2 ,mem_sched_addr 
+0x67a4 017664 fetcht 2 ,mem_queue 
+0x67a5 017665 isub temp ,null 
+0x67a6 017666 nbranch load_data_checksum_compare_fail ,zero 
+:      017667 load_data_checksum_ok:
+0x67a7 017668 set1 15 ,rega 
+0x67a8 017669 branch read_fuction_zero 
+:      017671 load_data_checksum_compare_fail:
+0x67a9 017672 jam 0 ,mem_ucode_status 
+0x67aa 017673 rtn 
+:      017676 loadcode_lock:
+0x67ab 017677 fetch 2 ,core_ucode_flag 
+0x67ac 017678 store 2 ,mem_ucode_device_flag 
+0x67ad 017679 set0 lpmreg_ice_mode_bit ,pdata 
+0x67ae 017680 nrtn blank 
+0x67af 017682 setarg otp_offset_device_flag 
+0x67b0 017683 arg mem_ucode_device_flag ,rega 
+0x67b1 017684 arg 2 ,temp 
+0x67b2 017685 call otpd_read_data 
+0x67b3 017687 fetch 1 ,mem_ucode_ptr 
+0x67b4 017688 rshift4 pdata ,temp 
+0x67b5 017689 fetch 1 ,mem_ucode_device_flag 
+0x67b6 017690 lshift4 pdata ,pdata 
+0x67b7 017691 ior temp ,pdata 
+0x67b8 017692 store 1 ,mem_ucode_device_flag 
+0x67b9 017693 branch app_lpm_peripheral_lock_check 
+:      017696 loadcode:
+0x67ba 017697 jam 0x25 ,core_clkoff 
+0x67bb 017698 call clean_mem 
+0x67bc 017699 disable user 
+0x67bd 017700 jam 0 ,mem_ucode_status 
+0x67be 017701 call otp_read_pwr_on 
+0x67bf 017702 call app_read_efuse_app_vsel 
+0x67c0 017703 setarg otp_offset_ucode_flag 
+0x67c1 017704 arg mem_ucode_ptr ,rega 
+0x67c2 017705 arg 2 ,temp 
+0x67c3 017706 call otpd_read_data 
+0x67c4 017707 call loadcode_lock 
+0x67c5 017708 setarg otp_offset_loadcode_delay 
+0x67c6 017709 arg mem_load_delay ,rega 
+0x67c7 017710 arg 2 ,temp 
+0x67c8 017711 call otpd_read_data 
+0x67c9 017713 fetch 1 ,mem_ucode_device_flag 
+0x67ca 017714 bbit0 otp_uflag_aes ,loadcode_otp 
+0x67cb 017715 setarg otp_offset_ucode_key 
+0x67cc 017716 arg mem_ucode_keybuf ,rega 
+0x67cd 017717 arg 16 ,temp 
+0x67ce 017718 call otpd_read_data 
+0x67cf 017719 jam lock_otp ,core_misc_ctrl 
+0x67d0 017720 set1 mark_otp_encrypt ,mark 
+0x67d1 017721 arg mem_ucode_keybuf ,contr 
+0x67d2 017722 call load_key 
+0x67d3 017723 enable user 
+:      017725 loadcode_otp:
+0x67d4 017726 jam 0 ,mem_loadcode_times 
+:      017727 loadcode_otp_loop:
+0x67d5 017728 call loadcode_timeout 
+0x67d6 017729 nbranch loadcode_error ,positive 
+0x67d7 017730 call load_aes_reinit ,user 
+0x67d8 017731 fetch 2 ,mem_ucode_ptr 
+0x67d9 017732 byteswap pdata ,pdata 
+0x67da 017733 arg 0x7ff ,temp 
+0x67db 017734 iand temp ,pdata 
+0x67dc 017735 branch loadcode_iic ,zero 
+0x67dd 017736 call otp_set_addr 
+0x67de 017737 arg otpd_read_code ,regc 
+0x67df 017738 call get_iv ,user 
+0x67e0 017739 call load_storage 
+0x67e1 017740 nbranch loadcode_iic ,match 
+0x67e2 017741 fetch 1 ,mem_ucode_status 
+0x67e3 017742 compare 3 ,pdata ,3 
+0x67e4 017743 nbranch loadcode_otp_loop ,true 
+0x67e5 017744 call run_otp_code 
+:      017746 loadcode_iic:
+0x67e6 017747 call otp_pwr_off 
+0x67e7 017748 jam 0 ,mem_loadcode_times 
+:      017749 loadcode_iic_loop:
+0x67e8 017750 call loadcode_timeout 
+0x67e9 017751 nbranch loadcode_error ,positive 
+0x67ea 017752 call iicd_load_gpio_init 
+0x67eb 017753 call clear_eeprom_size_2k 
+0x67ec 017754 fetch 1 ,mem_ucode_device_flag 
+0x67ed 017755 bbit1 otp_uflag_skip_eep ,loadcode_spi 
+0x67ee 017756 call loadcode_iic_by_eeprom 
+0x67ef 017757 nbranch loadcode_iic_eeprom_2k ,match 
+0x67f0 017758 fetch 1 ,mem_ucode_status 
+0x67f1 017759 compare 3 ,pdata ,3 
+0x67f2 017760 nbranch loadcode_iic_loop ,true 
+0x67f3 017761 branch loadcode_spi 
+:      017763 run_otp_code:
+0x67f4 017764 setarg 0x1ff 
+0x67f5 017765 arg 0 ,pc 
+0x67f6 017766 rtn 
+:      017768 loadcode_iic_eeprom_2k:
+0x67f7 017769 call set_eeprom_size_2k 
+0x67f8 017770 fetch 1 ,mem_ucode_device_flag 
+0x67f9 017771 bbit1 otp_uflag_skip_eep ,loadcode_spi 
+0x67fa 017772 call loadcode_iic_by_eeprom 
+0x67fb 017773 nbranch loadcode_spi ,match 
+0x67fc 017774 fetch 1 ,mem_ucode_status 
+0x67fd 017775 compare 3 ,pdata ,3 
+0x67fe 017776 nbranch loadcode_iic_loop ,true 
+0x67ff 017777 branch clear_key_buf 
+:      017779 loadcode_spi:
+0x6800 017780 jam 0 ,mem_loadcode_times 
+:      017781 loadcode_spi_loop:
+0x6801 017782 call loadcode_timeout 
+0x6802 017783 nbranch loadcode_error ,positive 
+0x6803 017784 fetch 1 ,mem_ucode_device_flag 
+0x6804 017785 bbit1 otp_uflag_skip_flash ,clear_key_buf 
+0x6805 017786 call spid_init_flash 
+0x6806 017787 nop 200 
+0x6807 017788 call spid_flash_release_form_powerdown 
+0x6808 017789 nop 100 
+0x6809 017790 arg spid_load_flash ,regc 
+0x680a 017791 call read_first_block 
+0x680b 017792 call load_storage 
+0x680c 017793 nbranch clear_key_buf ,match 
+0x680d 017794 fetch 1 ,mem_ucode_status 
+0x680e 017795 compare 3 ,pdata ,3 
+0x680f 017796 nbranch loadcode_spi_loop ,true 
+:      017797 clear_key_buf:
+0x6810 017798 setarg 0 
+0x6811 017799 store 8 ,mem_ucode_keybuf 
+0x6812 017800 store 8 ,mem_ucode_keybuf + 8 
+0x6813 017801 force regidx_key ,regext_index 
+0x6814 017802 call aes_clear 
+0x6815 017803 jam 0x21 ,core_clkoff 
+0x6816 017804 rtn 
+:      017806 iicd_load_gpio_init:
+0x6817 017807 fetch 1 ,mem_eeprom_sda_gpio 
+0x6818 017808 fetcht 1 ,mem_eeprom_scl_gpio 
+0x6819 017809 isub temp ,null 
+0x681a 017810 nbranch iicd_read_init_pin ,zero 
+:      017811 iicd_load_default_gpio:
+0x681b 017812 jam 2 ,mem_eeprom_wp_gpio 
+0x681c 017813 jam 1 ,mem_eeprom_scl_gpio 
+0x681d 017814 jam 0 ,mem_eeprom_sda_gpio 
+0x681e 017815 branch iicd_read_init_pin 
+:      017819 loadcode_iic_by_eeprom:
+0x681f 017820 setarg 0x0 
+0x6820 017821 store 2 ,mem_addr_mi 
+0x6821 017822 arg iicd_read_eep ,regc 
+0x6822 017823 call iic_init_600khz 
+0x6823 017824 call read_first_block 
+0x6824 017825 branch load_storage 
+:      017830 loadcode_timeout:
+0x6825 017831 call loadcode_error_delay 
+0x6826 017832 fetch 1 ,mem_loadcode_times 
+0x6827 017833 increase 1 ,pdata 
+0x6828 017834 sub pdata ,3 ,null 
+0x6829 017835 store 1 ,mem_loadcode_times 
+0x682a 017836 rtn 
+:      017838 loadcode_error_delay:
+0x682b 017839 fetch 1 ,mem_loadcode_times 
+0x682c 017840 rtn blank 
+0x682d 017841 fetch 1 ,mem_load_delay 
+0x682e 017842 rtn blank 
+0x682f 017843 copy pdata ,loopcnt 
+0x6830 017844 branch delay_ms_wait 
+:      017847 loadcode_error:
+0x6831 017848 call clear_key_buf 
+0x6832 017850 call ice_break 
+0x6833 017851 rtn 
+:      017856 set_ucode_status:
+0x6834 017857 fetch 1 ,mem_ucode_status 
+0x6835 017858 lshift pdata ,pdata 
+0x6836 017859 setflag true ,0 ,pdata 
+0x6837 017860 isolate0 15 ,rega 
+0x6838 017861 rtn true 
+0x6839 017862 store 1 ,mem_ucode_status 
+0x683a 017863 rtn 
+:      017866 decrypt_code:
+0x683b 017867 fetch 1 ,core_aes_en 
+0x683c 017868 rtnbit0 1 
+0x683d 017869 branch decrypt_code_skip 
+:      017870 decrypt_code_loop:
+0x683e 017871 fetch 1 ,core_dma_status 
+0x683f 017872 qisolate1 pdata 
+0x6840 017873 rtn true 
+:      017874 decrypt_code_skip:
+0x6841 017875 fetch 1 ,core_misc_status 
+0x6842 017876 bbit0 1 ,decrypt_code_loop 
+0x6843 017877 call do_aes_cbc 
+0x6844 017878 branch decrypt_code_loop 
+:      017898 load_ucode:
+0x6845 017899 fetch 2 ,mem_patch_ptr 
+0x6846 017900 rtn blank 
+0x6847 017901 jam 0x80 ,core_ucode_ctrl 
+0x6848 017902 jam 0 ,core_ucode_hi 
+0x6849 017903 jam 0 ,core_ucode_low 
+0x684a 017904 fetcht 2 ,mem_patch_len 
+0x684b 017905 lshift2 temp ,loopcnt 
+0x684c 017906 iforce contr 
+:      017907 load_ucode_loop:
+0x684d 017908 ifetch 1 ,contr 
+0x684e 017909 store 1 ,core_ucode_data 
+0x684f 017910 loop load_ucode_loop 
+0x6850 017911 jam 0x0 ,core_ucode_ctrl 
+0x6851 017912 rtn 
+:      017917 otp_prog_pwr_on:
+0x6852 017918 jam 0x4 ,rfen_chgpump 
+0x6853 017919 jam 0x31 ,rfen_chgpump_ctrl1 
+0x6854 017920 jam 0x1 ,rfen_chgpump_ctrl2 
+0x6855 017921 branch otp_pwr_on 
+:      017923 otp_read_pwr_on:
+0x6856 017924 jam 0xc ,rfen_chgpump 
+0x6857 017925 jam 0xfb ,rfen_chgpump_ctrl1 
+0x6858 017926 jam 0x3 ,rfen_chgpump_ctrl2 
+:      017928 otp_pwr_on:
+0x6859 017929 store 2 ,mem_timeup 
+0x685a 017930 bpatch patch11_2 ,mem_patch11 
+0x685b 017931 jam 0xff ,core_clkpll_ctrl1 
+0x685c 017933 fetch 1 ,core_rf_ldo_en1 
+0x685d 017934 store 1 ,mem_timeup + 2 
+0x685e 017935 or_into 0x4 ,pdata 
+0x685f 017936 store 1 ,core_rf_ldo_en1 
+0x6860 017938 fetch 1 ,core_rf_ldo_cfg7 
+0x6861 017939 store 1 ,mem_timeup + 3 
+0x6862 017941 jam 0x11 ,core_rf_ldo_cfg7 
+0x6863 017943 nop 1000 
+0x6864 017944 fetch 1 ,core_clkpll_ctrl2 
+0x6865 017945 or_into 0x1 ,pdata 
+0x6866 017946 store 1 ,core_clkpll_ctrl2 
+0x6867 017947 jam 0x03 ,core_clkpll_ctrl0 
+0x6868 017948 bpatch patch11_3 ,mem_patch11 
+0x6869 017949 fetch 1 ,rfen_chgpump 
+0x686a 017950 or_into 0xd0 ,pdata 
+0x686b 017951 store 1 ,rfen_chgpump 
+0x686c 017952 nop 6000 
+0x686d 017953 fetch 1 ,rfen_chgpump 
+0x686e 017954 or_into 0x20 ,pdata 
+0x686f 017955 store 1 ,rfen_chgpump 
+0x6870 017956 nop 12000 
+0x6871 017957 fetch 2 ,mem_timeup 
+0x6872 017958 rtn 
+:      017960 otp_pwr_off:
+0x6873 017961 bpatch patch11_4 ,mem_patch11 
+0x6874 017962 jam 0x4 ,rfen_chgpump 
+0x6875 017963 jam 0x43 ,rfen_chgpump_ctrl1 
+0x6876 017964 jam 0x1 ,rfen_chgpump_ctrl2 
+0x6877 017965 fetch 1 ,core_clkpll_ctrl2 
+0x6878 017966 and_into 0xfe ,pdata 
+0x6879 017967 store 1 ,core_clkpll_ctrl2 
+0x687a 017968 fetch 1 ,mem_timeup + 2 
+0x687b 017969 store 1 ,core_rf_ldo_en1 
+0x687c 017970 fetch 1 ,mem_timeup + 3 
+0x687d 017971 store 1 ,core_rf_ldo_cfg7 
+0x687e 017972 rtn 
+:      017975 otp_set_addr:
+0x687f 017976 lshift3 pdata ,pdata 
+0x6880 017977 store 2 ,core_otp_addr 
+0x6881 017978 jam 0 ,core_otpd_ctrl 
+0x6882 017979 rtn 
+:      017982 otp_write:
+0x6883 017983 call otp_prog_pwr_on 
+0x6884 017984 call otp_set_addr 
+0x6885 017985 call otp_ce 
+:      017986 otp_program:
+0x6886 017987 ifetcht 1 ,rega 
+0x6887 017988 increase 1 ,rega 
+0x6888 017989 force 0 ,queue 
+:      017990 otp_program_bit:
+0x6889 017991 qisolate0 temp 
+0x688a 017992 branch otp_skip_0 ,true 
+0x688b 017993 fetch 1 ,core_otp_din 
+0x688c 017994 set1 6 ,pdata 
+0x688d 017995 set1 7 ,pdata 
+0x688e 017996 store 1 ,core_otp_din 
+0x688f 017997 jam 0x02 ,core_otp_ctrl 
+0x6890 017998 jam 0x82 ,core_otp_ctrl 
+0x6891 017999 set0 7 ,pdata 
+0x6892 018000 store 1 ,core_otp_din 
+0x6893 018001 jam 0x8a ,core_otp_ctrl 
+0x6894 018002 nop 11 
+0x6895 018003 jam 0xca ,core_otp_ctrl 
+0x6896 018004 nop 33 
+0x6897 018005 jam 0x4a ,core_otp_ctrl 
+0x6898 018006 nop 200 
+0x6899 018007 jam 0xca ,core_otp_ctrl 
+0x689a 018008 nop 22 
+0x689b 018009 jam 0x8a ,core_otp_ctrl 
+0x689c 018010 nop 33 
+0x689d 018011 jam 0x82 ,core_otp_ctrl 
+0x689e 018012 nop 1 
+0x689f 018013 jam 0x92 ,core_otp_ctrl 
+0x68a0 018014 nop 10 
+0x68a1 018015 jam 0xb2 ,core_otp_ctrl 
+0x68a2 018016 fetch 1 ,core_otp_rdata 
+0x68a3 018017 jam 0x92 ,core_otp_ctrl 
+0x68a4 018018 nop 1 
+0x68a5 018019 jam 0x82 ,core_otp_ctrl 
+0x68a6 018020 qisolate0 pdata 
+0x68a7 018021 branch otp_program_bit ,true 
+:      018022 otp_skip_0:
+0x68a8 018023 fetch 2 ,core_otp_addr 
+0x68a9 018024 increase 1 ,pdata 
+0x68aa 018025 store 2 ,core_otp_addr 
+0x68ab 018026 increase 1 ,queue 
+0x68ac 018027 compare 8 ,queue ,0xf 
+0x68ad 018028 nbranch otp_program_bit ,true 
+0x68ae 018029 loop otp_program 
+0x68af 018030 jam 0x83 ,core_otp_ctrl 
+0x68b0 018031 branch otp_pwr_off 
+:      018033 otp_ce:
+0x68b1 018034 jam 0x82 ,core_otp_ctrl 
+0x68b2 018035 nop 12 
+0x68b3 018036 jam 0x80 ,core_otp_ctrl 
+0x68b4 018037 jam 0x82 ,core_otp_ctrl 
+0x68b5 018038 nop 150 
+0x68b6 018039 rtn 
+:      018042 otpd_read_init:
+0x68b7 018043 call otp_ce 
+0x68b8 018044 jam 0xa2 ,core_otp_ctrl 
+0x68b9 018045 deposit rega 
+0x68ba 018046 store 2 ,core_otpd_addr 
+0x68bb 018047 set1 11 ,temp 
+0x68bc 018048 isolate0 15 ,pdata 
+0x68bd 018049 setflag true ,15 ,temp 
+0x68be 018050 storet 2 ,core_otpd_len 
+0x68bf 018051 jam otpd_start ,core_otp_rdata 
+0x68c0 018052 rtn 
+:      018054 otpd_wait_end:
+0x68c1 018055 fetch 1 ,core_dma_status 
+0x68c2 018056 bbit0 otpd_done ,otpd_wait_end 
+0x68c3 018057 jam 0x83 ,core_otp_ctrl 
+0x68c4 018058 rtn 
+:      018061 otpd_read_data_with_pwr_operation:
+0x68c5 018062 bpatch patch11_5 ,mem_patch11 
+0x68c6 018063 call otp_read_pwr_on 
+0x68c7 018064 call otpd_read_data 
+0x68c8 018065 branch otp_pwr_off 
+:      018068 otpd_read_data:
+0x68c9 018069 call otp_set_addr 
+0x68ca 018070 call otpd_read_init 
+0x68cb 018071 branch otpd_wait_end 
+:      018076 otpd_read_code:
+0x68cc 018077 call otp_read_pwr_on 
+0x68cd 018078 fetch 2 ,core_current_otp_addr 
+0x68ce 018079 store 2 ,core_otp_addr 
+0x68cf 018080 call otpd_read_init 
+0x68d0 018081 arg otpd_done ,queue 
+0x68d1 018082 call decrypt_code 
+0x68d2 018083 call otpd_wait_end 
+0x68d3 018084 isolate1 otpd_crcok ,pdata 
+0x68d4 018085 call set_ucode_status 
+0x68d5 018086 branch otp_pwr_off 
+:      018091 app_read_efuse_app_vsel:
+0x68d6 018092 setarg otp_offset_app_vdd_sel 
+0x68d7 018093 arg mem_lpm_ctrl3_app_vsel ,rega 
+0x68d8 018094 arg 1 ,temp 
+0x68d9 018095 call otpd_read_data 
+0x68da 018096 fetch 1 ,mem_lpm_ctrl3_app_vsel 
+0x68db 018097 nbranch app_set_app_vsel ,blank 
+0x68dc 018098 jam 0x04 ,mem_lpm_ctrl3_app_vsel 
+:      018099 app_set_app_vsel:
+0x68dd 018100 branch lpm_write_sel_vdd 
+:      018102 app_lpm_peripheral_lock_check:
+0x68de 018103 fetch 2 ,mem_ucode_device_flag 
+0x68df 018104 rshift4 pdata ,pdata 
+0x68e0 018105 rtn blank 
+0x68e1 018106 fetch 1 ,mem_ucode_device_flag 
+0x68e2 018107 rshift4 pdata ,pdata 
+0x68e3 018108 beq dvc_op_dongle ,app_lpm_peripheral_lock_dongle 
+0x68e4 018109 beq dvc_op_light ,app_lpm_peripheral_lock_light 
+0x68e5 018110 beq dvc_op_mouse ,app_lpm_peripheral_lock_mouse 
+0x68e6 018111 beq dvc_op_mouse_24g ,app_lpm_peripheral_lock_mouse_24g 
+0x68e7 018112 beq dvc_op_shutter ,app_lpm_peripheral_lock_shutter 
+0x68e8 018113 beq dvc_op_shutter_dy ,app_lpm_peripheral_lock_shutter 
+0x68e9 018115 beq dvc_op_car ,app_lpm_peripheral_car_lock_application 
+0x68ea 018116 beq dvc_op_car_lock_app_and_ble ,app_lpm_peripheral_car_lock_application_and_ble 
+0x68eb 018117 branch app_lpm_mpu_lock_24g_ble 
+:      018119 app_lpm_peripheral_lock_dongle:
+0x68ec 018120 arg mouse_init ,pdata 
+0x68ed 018121 arg shutter_dy_shutter_1s_timer ,temp 
+0x68ee 018122 call app_mpu_s0_lock 
+0x68ef 018123 branch app_lpm_peripheral_lock_frmt_common 
+:      018125 app_lpm_peripheral_lock_light:
+0x68f0 018126 arg car_hard_switch_power_on_signal ,pdata 
+0x68f1 018127 arg shutter_dy_shutter_1s_timer ,temp 
+0x68f2 018128 call app_mpu_s0_lock 
+0x68f3 018129 branch lpm_write_lock 
+:      018131 app_lpm_peripheral_lock_mouse:
+0x68f4 018132 arg shutter_init ,pdata 
+0x68f5 018133 arg shutter_dy_shutter_1s_timer ,temp 
+0x68f6 018134 call app_mpu_s0_lock 
+0x68f7 018135 branch app_lpm_peripheral_lock_frmt_common 
+:      018137 app_lpm_peripheral_lock_mouse_24g:
+0x68f8 018138 arg le_init_adv ,pdata 
+0x68f9 018139 arg le_send_ll_one_lenth ,temp 
+0x68fa 018140 call app_mpu_s0_lock 
+0x68fb 018141 branch app_lpm_peripheral_lock_frmt_common 
+:      018143 app_lpm_peripheral_lock_shutter:
+0x68fc 018144 arg car_hard_switch_power_on_signal ,pdata 
+0x68fd 018145 arg mouse_24g_send_time_long_wake ,temp 
+0x68fe 018146 call app_mpu_s0_lock 
+0x68ff 018147 branch app_lpm_peripheral_lock_frmt_common 
+:      018150 app_lpm_peripheral_lock_remote_car:
+:      018151 app_lpm_peripheral_car_lock_application:
+0x6900 018152 arg dongle_init ,pdata 
+0x6901 018153 arg shutter_dy_shutter_1s_timer ,temp 
+0x6902 018154 call app_mpu_s0_lock 
+:      018155 app_lpm_peripheral_lock_frmt_common:
+0x6903 018156 arg frmt_gem_adv_pdu_common ,pdata 
+0x6904 018157 arg frmt_ble_data_set ,temp 
+0x6905 018158 call app_mpu_s1_lock 
+0x6906 018159 branch lpm_write_lock 
+:      018161 app_lpm_peripheral_car_lock_application_and_ble:
+0x6907 018162 arg dongle_init ,pdata 
+0x6908 018163 arg shutter_dy_shutter_1s_timer ,temp 
+0x6909 018164 call app_mpu_s0_lock 
+0x690a 018166 arg le_init_adv ,pdata 
+0x690b 018167 arg le_send_ll_one_lenth ,temp 
+0x690c 018168 call app_mpu_s1_lock 
+0x690d 018169 branch lpm_write_lock 
+:      018174 app_mpu_s0_lock:
+0x690e 018175 lshift16 temp ,temp 
+0x690f 018176 ior temp ,pdata 
+0x6910 018177 store 4 ,core_lpm_reg 
+0x6911 018178 branch lpm_write2_mpu_s0 
+:      018180 app_lpm_mpu_lock_ble:
+0x6912 018181 arg le_parse_att ,pdata 
+0x6913 018182 arg le_send_ll_one_lenth ,temp 
+:      018183 app_mpu_s1_lock:
+0x6914 018184 lshift16 temp ,temp 
+0x6915 018185 ior temp ,pdata 
+0x6916 018186 store 4 ,core_lpm_reg 
+0x6917 018187 branch lpm_write2_mpu_s1 
+:      018189 app_lpm_mpu_lock_24g:
+0x6918 018190 arg g24_prep ,pdata 
+0x6919 018191 arg g24_enable_1m ,temp 
+0x691a 018192 branch app_mpu_s1_lock 
+:      018194 app_lpm_mpu_lock_24g_ble:
+0x691b 018195 call app_lpm_mpu_lock_24g 
+0x691c 018196 arg le_parse_att ,pdata 
+0x691d 018197 arg le_send_ll_one_lenth ,temp 
+0x691e 018198 call app_mpu_s0_lock 
+0x691f 018199 branch lpm_write_lock 
+:      018202 lpm_write_lock:
+0x6920 018203 fetch 2 ,mem_ucode_device_flag 
+0x6921 018204 set1 lpmreg_rom_lock_bit ,pdata 
+0x6922 018205 set1 lpmreg_ice_mode_bit ,pdata 
+0x6923 018206 store 4 ,core_lpm_reg 
+0x6924 018207 call lpm_write2_ctrl_option 
+0x6925 018208 jam 8 ,core_encrypt 
+0x6926 018209 rtn 
+:      018211 lpm_write2_ctrl_option:
+0x6927 018212 setarg lpmreg2_sel_option 
+:      018213 lpm_write2:
+0x6928 018214 until null ,lpo_edge 
+0x6929 018215 store 1 ,core_lpm_wr2 
+0x692a 018216 until null ,lpo_edge 
+0x692b 018217 until null ,lpo_edge 
+0x692c 018218 rtn 
+:      018221 lpm_write_ice_disable:
+0x692d 018222 fetch 2 ,core_ucode_flag 
+0x692e 018223 set0 lpmreg_ice_mode_bit ,pdata 
+0x692f 018224 store 4 ,core_lpm_reg 
+0x6930 018225 branch lpm_write2_ctrl_option 
+:      018227 lpm_write_ice_enable:
+0x6931 018228 fetch 2 ,core_ucode_flag 
+0x6932 018229 set1 lpmreg_ice_mode_bit ,pdata 
+0x6933 018230 store 4 ,core_lpm_reg 
+0x6934 018231 branch lpm_write2_ctrl_option 
+:      018234 lpm_write2_mpu_s0:
+0x6935 018235 setarg lpmreg2_sel_mpu_s0 
+0x6936 018236 branch lpm_write2 
+:      018238 lpm_write2_mpu_s1:
+0x6937 018239 setarg lpmreg2_sel_mpu_s1 
+0x6938 018240 branch lpm_write2 
+:      018246 spid_init:
+0x6939 018247 bpatch patch11_6 ,mem_patch11 
+:      018248 spid_init_common:
+0x693a 018249 fetch 1 ,mem_spi_init_clk 
+0x693b 018250 store 1 ,core_spid_ctrl 
+0x693c 018251 fetch 1 ,mem_spi_init_delay_time 
+0x693d 018252 store 1 ,core_spid_delay 
+0x693e 018253 setarg mem_spid_tbuf 
+0x693f 018254 store 2 ,core_spid_txaddr 
+0x6940 018255 setarg mem_spid_rbuf 
+0x6941 018256 store 2 ,core_spid_rxaddr 
+0x6942 018257 branch twspi_disable 
+:      018262 spid_write_reg:
+0x6943 018263 set1 7 ,pdata 
+0x6944 018264 store 2 ,mem_spid_tbuf 
+0x6945 018265 bpatch patch11_7 ,mem_patch11 
+0x6946 018266 jam 2 ,core_spid_txlen 
+0x6947 018267 jam 0 ,core_spid_rxlen 
+0x6948 018268 jam spid_start ,core_misc_ctrl 
+0x6949 018269 branch wait_spid_done 
+:      018272 spid_read_reg:
+0x694a 018273 force 1 ,temp 
+:      018274 spid_read_regs:
+0x694b 018275 store 1 ,mem_spid_tbuf 
+0x694c 018276 bpatch patch12_0 ,mem_patch12 
+0x694d 018277 jam 1 ,core_spid_txlen 
+0x694e 018278 storet 2 ,core_spid_rxlen 
+0x694f 018279 jam spid_start ,core_misc_ctrl 
+0x6950 018280 call wait_spid_done 
+0x6951 018281 fetch 1 ,mem_spid_rbuf 
+0x6952 018282 rtn 
+:      018285 wait_spid_done:
+0x6953 018289 nop 5 
+0x6954 018290 fetch 1 ,core_dma_status 
+0x6955 018291 bbit0 spid_done ,wait_spid_done 
+0x6956 018292 rtn 
+:      018301 flash_write_spi_sm_timer:
+0x6957 018302 fetch 1 ,mem_spi_write_flash_sm 
+0x6958 018303 beq flash_sm_start ,spid_flash_write_start 
+0x6959 018304 beq flash_sm_erase_sector ,spid_flash_erase_sector 
+0x695a 018305 beq flash_sm_wait_erase_sector ,spid_flash_wait_erase_sector 
+0x695b 018306 beq flash_sm_write_data ,spid_flash_write_data 
+0x695c 018307 beq flash_sm_wait_write_data ,spid_flash_wait_write_data 
+0x695d 018308 rtn 
+:      018310 spid_flash_write_start:
+0x695e 018311 store 3 ,mem_spi_write_addr 
+0x695f 018312 copy rega ,pdata 
+0x6960 018313 store 2 ,mem_spi_write_ptr 
+0x6961 018314 storet 2 ,mem_spi_write_len 
+0x6962 018315 jam flash_sm_erase_sector ,mem_spi_write_flash_sm 
+0x6963 018316 branch spid_init_flash 
+:      018317 spid_flash_erase_sector:
+0x6964 018318 call spid_init_flash 
+0x6965 018319 jam flash_sm_wait_erase_sector ,mem_spi_write_flash_sm 
+0x6966 018320 call spid_unlock_flash 
+0x6967 018321 arg mem_spid_tbuf ,rega 
+0x6968 018322 jam 4 ,core_spid_txlen 
+0x6969 018323 fetch 3 ,mem_spi_write_addr 
+0x696a 018324 arg flash_command_sector_erase ,temp 
+0x696b 018325 branch spid_write_flash_common 
+:      018327 spid_flash_wait_erase_sector:
+0x696c 018328 call spid_init_flash 
+0x696d 018329 call wait_spid_flash_done 
+0x696e 018330 jam flash_sm_write_data ,mem_spi_write_flash_sm 
+0x696f 018331 rtn 
+:      018334 spid_flash_write_data:
+0x6970 018335 bpatch patch12_1 ,mem_patch12 
+0x6971 018336 call spid_init_flash 
+0x6972 018337 jam flash_sm_wait_write_data ,mem_spi_write_flash_sm 
+0x6973 018338 call spid_unlock_flash 
+0x6974 018339 call spid_flash_data_preserve 
+0x6975 018340 call spid_write_flash 
+0x6976 018341 branch spid_flash_data_recover 
+:      018342 spid_flash_wait_write_data:
+0x6977 018343 call spid_init_flash 
+0x6978 018344 call spid_unlock_flash 
+0x6979 018345 setarg flash_read_satus 
+0x697a 018346 call spid_read_reg 
+0x697b 018347 rtnbit1 flash_status_wip 
+0x697c 018348 jam flash_sm_no_buys ,mem_spi_write_flash_sm 
+0x697d 018349 fetch 2 ,mem_cb_spi_flash_write_complate 
+0x697e 018350 branch callback_func 
+:      018351 spid_flash_data_recover:
+0x697f 018352 fetch 4 ,mem_temp 
+0x6980 018353 fetcht 2 ,mem_spi_write_ptr 
+:      018354 spid_flash_data_recover_comm:
+0x6981 018355 increase -4 ,temp 
+0x6982 018356 istore 4 ,temp 
+0x6983 018357 rtn 
+:      018359 spid_flash_data_preserve:
+0x6984 018360 fetcht 2 ,mem_spi_write_ptr 
+0x6985 018361 copy temp ,rega 
+0x6986 018362 increase -4 ,temp 
+0x6987 018363 ifetch 4 ,temp 
+0x6988 018364 store 4 ,mem_temp 
+0x6989 018365 fetcht 2 ,mem_spi_write_len 
+0x698a 018366 fetch 3 ,mem_spi_write_addr 
+0x698b 018367 rtn 
+:      018369 spid_init_flash:
+0x698c 018370 bpatch patch12_2 ,mem_patch12 
+0x698d 018371 call spi_gpio_init 
+0x698e 018372 call twspi_disable 
+0x698f 018373 setarg 0 
+0x6990 018374 store 4 ,mem_spid_tbuf 
+0x6991 018375 rtn 
+:      018377 spid_unlock_flash:
+0x6992 018378 jam flash_command_write_enable ,mem_spid_tbuf 
+:      018379 spid_sendcmd_common:
+0x6993 018380 setarg 0 
+0x6994 018381 store 2 ,core_spid_rxlen 
+0x6995 018382 setarg 1 
+0x6996 018383 store 2 ,core_spid_txlen 
+0x6997 018384 setarg mem_spid_tbuf 
+0x6998 018385 store 2 ,core_spid_txaddr 
+0x6999 018386 jam spid_start ,core_misc_ctrl 
+0x699a 018387 branch wait_spid_done 
+:      018389 spid_flash_release_form_powerdown:
+0x699b 018390 jam flash_command_release_from_powerdown ,mem_spid_tbuf 
+0x699c 018391 branch spid_sendcmd_common 
+:      018393 spid_flash_powerdown:
+0x699d 018394 jam flash_command_powerdown ,mem_spid_tbuf 
+0x699e 018395 branch spid_sendcmd_common 
+:      018398 spid_write_flash:
+0x699f 018399 increase 4 ,temp 
+0x69a0 018400 storet 2 ,core_spid_txlen 
+0x69a1 018401 arg flash_command_write_data ,temp 
+0x69a2 018402 increase -4 ,rega 
+:      018404 spid_write_flash_common:
+0x69a3 018405 istoret 1 ,rega 
+0x69a4 018406 rshift16 pdata ,temp 
+0x69a5 018407 istoret 1 ,contw 
+0x69a6 018408 rshift8 pdata ,temp 
+0x69a7 018409 istoret 1 ,contw 
+0x69a8 018410 istore 1 ,contw 
+0x69a9 018411 deposit rega 
+0x69aa 018412 store 2 ,core_spid_txaddr 
+0x69ab 018413 setarg 0 
+0x69ac 018414 store 2 ,core_spid_rxlen 
+0x69ad 018415 jam spid_start ,core_misc_ctrl 
+0x69ae 018416 call wait_spid_done 
+0x69af 018417 branch wait_spid_flash_done 
+:      018421 spid_read_flash:
+0x69b0 018422 storet 2 ,core_spid_rxlen 
+0x69b1 018423 rshift16 pdata ,temp 
+0x69b2 018424 storet 1 ,mem_addr_hi 
+0x69b3 018425 rshift8 pdata ,temp 
+0x69b4 018426 storet 1 ,mem_addr_mi 
+0x69b5 018427 store 1 ,mem_addr_lo 
+0x69b6 018428 setarg 4 
+0x69b7 018429 store 2 ,core_spid_txlen 
+0x69b8 018430 jam flash_command_read_data ,mem_spid_tbuf 
+0x69b9 018431 setarg mem_spid_tbuf 
+0x69ba 018432 store 2 ,core_spid_txaddr 
+0x69bb 018433 deposit rega 
+0x69bc 018434 store 2 ,core_spid_rxaddr 
+0x69bd 018435 fetch 1 ,core_spid_ctrl 
+0x69be 018436 isolate0 15 ,rega 
+0x69bf 018437 setflag true ,6 ,pdata 
+0x69c0 018438 store 1 ,core_spid_ctrl 
+0x69c1 018439 jam spid_start ,core_misc_ctrl 
+:      018440 spid_read_flash_wait:
+0x69c2 018441 fetch 1 ,core_dma_status 
+0x69c3 018442 bbit1 7 ,spid_read_flash_wait 
+0x69c4 018443 arg spid_done ,queue 
+0x69c5 018444 branch wait_spid_done 
+:      018446 wait_spid_flash_done:
+0x69c6 018447 setarg 2000 
+0x69c7 018448 call sleep 
+0x69c8 018449 call spid_unlock_flash 
+0x69c9 018450 setarg mem_spid_rbuf 
+0x69ca 018451 store 2 ,core_spid_rxaddr 
+0x69cb 018452 setarg flash_read_satus 
+0x69cc 018453 call spid_read_reg 
+0x69cd 018454 bbit1 flash_status_wip ,wait_spid_flash_done 
+0x69ce 018455 rtn 
+:      018459 spid_load_flash:
+0x69cf 018460 storet 2 ,core_spid_rxlen 
+0x69d0 018461 setarg 4 
+0x69d1 018462 store 2 ,core_spid_txlen 
+0x69d2 018463 jam 3 ,mem_spid_tbuf 
+0x69d3 018464 setarg mem_spid_tbuf 
+0x69d4 018465 store 2 ,core_spid_txaddr 
+0x69d5 018466 deposit rega 
+0x69d6 018467 store 2 ,core_spid_rxaddr 
+0x69d7 018468 fetch 1 ,core_spid_ctrl 
+0x69d8 018469 isolate0 15 ,rega 
+0x69d9 018470 setflag true ,6 ,pdata 
+0x69da 018471 store 1 ,core_spid_ctrl 
+0x69db 018472 jam spid_start ,core_misc_ctrl 
+:      018473 spi_load_flash_wait:
+0x69dc 018474 fetch 1 ,core_dma_status 
+0x69dd 018475 bbit1 7 ,spi_load_flash_wait 
+0x69de 018476 arg spid_done ,queue 
+0x69df 018477 call decrypt_code 
+0x69e0 018478 call wait_spid_done 
+0x69e1 018479 isolate1 spid_crcok ,pdata 
+0x69e2 018480 call set_ucode_status 
+0x69e3 018481 fetch 1 ,mem_addr_hi 
+0x69e4 018482 lshift16 pdata ,regb 
+0x69e5 018483 fetch 1 ,mem_addr_mi 
+0x69e6 018484 lshift8 pdata ,pdata 
+0x69e7 018485 ior regb ,regb 
+0x69e8 018486 fetch 1 ,mem_addr_lo 
+0x69e9 018487 ior regb ,pdata 
+0x69ea 018488 iadd temp ,pdata 
+0x69eb 018489 store 1 ,mem_addr_lo 
+0x69ec 018490 rshift8 pdata ,pdata 
+0x69ed 018491 store 1 ,mem_addr_mi 
+0x69ee 018492 rshift8 pdata ,pdata 
+0x69ef 018493 store 1 ,mem_addr_hi 
+0x69f0 018494 rtn 
+:      018496 spi_gpio_init:
+0x69f1 018497 fetch 1 ,mem_spi_cs_gpio 
+0x69f2 018498 fetcht 1 ,mem_spi_so_gpio 
+0x69f3 018499 isub temp ,null 
+0x69f4 018500 nbranch spi_pin_set ,zero 
+0x69f5 018501 call spi_gpio_default_init 
+:      018503 spi_pin_set:
+0x69f6 018504 fetch 1 ,mem_spi_cs_gpio 
+0x69f7 018505 arg gpcfg_spid_ncs ,temp 
+0x69f8 018506 call gpio_config_function_int 
+0x69f9 018507 fetch 1 ,mem_spi_sclk_gpio 
+0x69fa 018508 arg gpcfg_spid_sck ,temp 
+0x69fb 018509 call gpio_config_function_int 
+0x69fc 018510 fetch 1 ,mem_spi_si_gpio 
+0x69fd 018511 arg gpcfg_spid_mosi ,temp 
+0x69fe 018512 call gpio_config_function_int 
+0x69ff 018513 fetch 1 ,mem_spi_so_gpio 
+0x6a00 018514 arg gpcfg_spid_miso ,temp 
+0x6a01 018515 branch gpio_config_function_int 
+:      018517 spi_gpio_default_init:
+0x6a02 018518 jam 1 ,mem_spi_cs_gpio 
+0x6a03 018519 jam 3 ,mem_spi_si_gpio 
+0x6a04 018520 jam 0 ,mem_spi_so_gpio 
+0x6a05 018521 jam 2 ,mem_spi_sclk_gpio 
+0x6a06 018522 jam 11 ,mem_spi_wp_gpio 
+0x6a07 018523 jam 10 ,mem_spi_hold_gpio 
+0x6a08 018524 rtn 
+:      018527 soft_reset_chip:
+0x6a09 018528 jam 1 ,core_reset 
+0x6a0a 018529 rtn 
+:      018535 iic_init_600khz:
+0x6a0b 018536 jam 5 ,core_iicd_scl_low 
+0x6a0c 018537 jam 7 ,core_iicd_scl_high 
+0x6a0d 018538 jam 7 ,core_iicd_start_setup 
+0x6a0e 018539 jam 7 ,core_iicd_start_hold 
+0x6a0f 018540 jam 7 ,core_iicd_stop_setup 
+0x6a10 018541 jam 5 ,core_iicd_data_setup 
+0x6a11 018542 jam 0 ,core_iicd_data_hold 
+0x6a12 018543 rtn 
+:      018545 iic_init_360khz:
+0x6a13 018546 jam 12 ,core_iicd_scl_low 
+0x6a14 018547 jam 13 ,core_iicd_scl_high 
+0x6a15 018548 jam 13 ,core_iicd_start_setup 
+0x6a16 018549 jam 13 ,core_iicd_start_hold 
+0x6a17 018550 jam 13 ,core_iicd_stop_setup 
+0x6a18 018551 jam 12 ,core_iicd_data_setup 
+0x6a19 018552 jam 0 ,core_iicd_data_hold 
+0x6a1a 018553 rtn 
+:      018555 iicd_init_pin:
+0x6a1b 018556 call iicd_eeprom_write_enable 
+:      018557 iicd_init_pin_scl_sda:
+0x6a1c 018558 fetch 1 ,mem_eeprom_scl_gpio 
+0x6a1d 018559 arg gpcfg_iic_scl | gpcfg_pullup ,temp 
+0x6a1e 018560 call gpio_config_function_int 
+0x6a1f 018561 fetch 1 ,mem_eeprom_sda_gpio 
+0x6a20 018562 arg gpcfg_iic_sda | gpcfg_pullup ,temp 
+0x6a21 018563 branch gpio_config_function_int 
+:      018565 iicd_read_init_pin:
+0x6a22 018566 call iicd_eeprom_write_disable 
+0x6a23 018567 branch iicd_init_pin_scl_sda 
+:      018569 wait_iicd_done:
+0x6a24 018570 fetch 1 ,core_dma_status 
+0x6a25 018571 bbit0 iicd_done ,wait_iicd_done 
+0x6a26 018572 rtn 
+:      018575 iicd_read_data:
+0x6a27 018576 store 1 ,mem_iicd_addr 
+0x6a28 018577 setarg mem_iicd_addr 
+0x6a29 018578 store 2 ,core_iicd_txaddr 
+0x6a2a 018579 setarg 1 
+0x6a2b 018580 store 2 ,core_iicd_txlen 
+0x6a2c 018581 storet 2 ,core_iicd_rxlen 
+0x6a2d 018582 storer rega ,2 ,core_iicd_rxaddr 
+0x6a2e 018583 jam 1 ,core_iicd_ctrl 
+0x6a2f 018584 jam iicd_start ,core_misc_ctrl 
+0x6a30 018585 branch wait_iicd_done 
+:      018588 iic_write_data:
+0x6a31 018589 setarg 0 
+0x6a32 018590 store 2 ,core_iicd_rxlen 
+0x6a33 018591 store 2 ,core_iicd_rxaddr 
+0x6a34 018592 storet 2 ,core_iicd_txlen 
+0x6a35 018593 storer rega ,2 ,core_iicd_txaddr 
+0x6a36 018594 jam 1 ,core_iicd_ctrl 
+0x6a37 018595 jam iicd_start ,core_misc_ctrl 
+0x6a38 018596 branch wait_iicd_done 
+:      018598 set_eeprom_size_2k:
+0x6a39 018599 set1 mark_eeprom_size ,mark 
+0x6a3a 018600 jam 0x08 ,mem_eeprom_block_size 
+0x6a3b 018601 rtn 
+:      018603 clear_eeprom_size_2k:
+0x6a3c 018604 set0 mark_eeprom_size ,mark 
+0x6a3d 018605 jam 0x20 ,mem_eeprom_block_size 
+0x6a3e 018606 rtn 
+:      018609 iicd_read_eep_data_size_2k:
+0x6a3f 018610 fetch 1 ,mem_eeprom_base 
+0x6a40 018611 iadd regb ,pdata 
+0x6a41 018612 store 1 ,mem_addr_mi 
+0x6a42 018613 branch iicd_read_eep_size_2k 
+:      018615 iicd_read_eep_size_2k_lcadcode:
+0x6a43 018616 fetch 2 ,mem_addr_mi 
+0x6a44 018617 byteswap pdata ,pdata 
+0x6a45 018618 store 1 ,mem_addr_mi 
+:      018623 iicd_read_eep_size_2k:
+0x6a46 018624 setarg 3 
+0x6a47 018625 store 2 ,core_iicd_txlen 
+0x6a48 018626 jam 0xa0 ,mem_iicd_tbuf 
+0x6a49 018627 jam 0xa1 ,mem_iicd_tbuf + 2 
+0x6a4a 018628 branch iicd_read_eep_common 
+:      018634 iicd_write_protect_eep_data:
+0x6a4b 018635 storet 2 ,mem_temp 
+0x6a4c 018636 call iicd_eeprom_write_enable 
+0x6a4d 018637 fetcht 2 ,mem_temp 
+0x6a4e 018638 call iicd_write_eep_data 
+0x6a4f 018639 branch iicd_eeprom_write_disable 
+:      018641 iicd_eeprom_write_enable:
+0x6a50 018642 fetch 1 ,mem_eeprom_wp_gpio 
+0x6a51 018643 rtneq gpio_disable 
+0x6a52 018644 bbit0 6 ,iicd_wp_gpio_output_low 
+0x6a53 018645 setarg 150000 
+0x6a54 018646 call sleep 
+:      018647 iicd_wp_gpio_output_low:
+0x6a55 018648 fetcht 1 ,mem_eeprom_wp_gpio 
+0x6a56 018649 branch gpio_out_active 
+:      018651 iicd_eeprom_write_disable:
+0x6a57 018652 fetcht 1 ,mem_eeprom_wp_gpio 
+0x6a58 018653 branch gpio_out_inactive 
+:      018658 iicd_read_eep_data:
+0x6a59 018659 bpatch patch12_3 ,mem_patch12 
+0x6a5a 018660 bmark1 mark_eeprom_size ,iicd_read_eep_data_size_2k 
+0x6a5b 018661 fetch 2 ,mem_eeprom_base 
+0x6a5c 018662 iadd regb ,pdata 
+0x6a5d 018663 byteswap pdata ,pdata 
+0x6a5e 018664 store 2 ,mem_addr_mi 
+:      018667 iicd_read_eep:
+0x6a5f 018668 bpatch patch12_4 ,mem_patch12 
+0x6a60 018669 bmark1 mark_eeprom_size ,iicd_read_eep_size_2k_lcadcode 
+0x6a61 018670 setarg 4 
+0x6a62 018671 store 2 ,core_iicd_txlen 
+0x6a63 018672 jam 0xa0 ,mem_iicd_tbuf 
+0x6a64 018673 jam 0xa1 ,mem_iicd_tbuf + 3 
+:      018674 iicd_read_eep_common:
+0x6a65 018675 setarg mem_iicd_tbuf 
+0x6a66 018676 store 2 ,core_iicd_txaddr 
+0x6a67 018677 storet 2 ,core_iicd_rxlen 
+0x6a68 018678 storer rega ,2 ,core_iicd_rxaddr 
+0x6a69 018679 setarg 2 
+0x6a6a 018680 isolate0 15 ,rega 
+0x6a6b 018681 setflag true ,0 ,pdata 
+0x6a6c 018682 store 1 ,core_iicd_ctrl 
+0x6a6d 018683 jam iicd_start ,core_misc_ctrl 
+0x6a6e 018684 arg iicd_done ,queue 
+0x6a6f 018685 call decrypt_code 
+0x6a70 018686 call wait_iicd_done 
+0x6a71 018687 isolate1 iicd_crcok ,pdata 
+0x6a72 018688 call set_ucode_status 
+0x6a73 018689 bmark1 mark_eeprom_size ,iicd_read_eep_load_code_size_2k 
+0x6a74 018690 fetch 2 ,mem_addr_mi 
+0x6a75 018691 byteswap pdata ,pdata 
+0x6a76 018692 iadd temp ,pdata 
+0x6a77 018693 byteswap pdata ,pdata 
+0x6a78 018694 store 2 ,mem_addr_mi 
+0x6a79 018695 rtn 
+:      018697 iicd_read_eep_load_code_size_2k:
+0x6a7a 018698 fetch 1 ,mem_addr_mi 
+0x6a7b 018699 iadd temp ,pdata 
+0x6a7c 018700 byteswap pdata ,pdata 
+0x6a7d 018701 store 2 ,mem_addr_mi 
+0x6a7e 018702 rtn 
+:      018708 iicd_write_eep_data:
+0x6a7f 018709 fetch 2 ,mem_eeprom_base 
+0x6a80 018710 iadd regb ,pdata 
+:      018713 iicd_write_ota_data:
+0x6a81 018714 store 2 ,mem_pdatatemp 
+0x6a82 018715 bpatch patch12_5 ,mem_patch12 
+0x6a83 018716 storet 2 ,mem_temp 
+0x6a84 018717 storer rega ,2 ,mem_contr 
+:      018718 iicd_write_eep_loop:
+0x6a85 018719 call iicd_eep_transparency 
+0x6a86 018721 fetcht 2 ,mem_regb 
+0x6a87 018722 fetchr rega ,2 ,mem_contr 
+0x6a88 018723 fetch 2 ,mem_pdatatemp 
+0x6a89 018725 call iicd_write_eep 
+0x6a8a 018727 fetch 2 ,mem_regb 
+0x6a8b 018728 fetcht 2 ,mem_contr 
+0x6a8c 018729 iadd temp ,temp 
+0x6a8d 018730 storet 2 ,mem_contr 
+0x6a8e 018731 fetcht 2 ,mem_pdatatemp 
+0x6a8f 018732 iadd temp ,temp 
+0x6a90 018733 storet 2 ,mem_pdatatemp 
+0x6a91 018734 fetch 2 ,mem_temp 
+0x6a92 018735 nbranch iicd_write_eep_loop ,blank 
+0x6a93 018736 rtn 
+:      018744 iicd_eep_transparency:
+0x6a94 018745 bpatch patch12_6 ,mem_patch12 
+0x6a95 018746 fetch 1 ,mem_eeprom_block_size 
+0x6a96 018747 increase -1 ,pdata 
+0x6a97 018748 fetcht 2 ,mem_pdatatemp 
+0x6a98 018749 ior temp ,pdata 
+0x6a99 018750 increase 1 ,pdata 
+0x6a9a 018751 store 3 ,mem_regc 
+0x6a9b 018753 fetch 2 ,mem_temp 
+0x6a9c 018754 iadd temp ,pdata 
+0x6a9d 018756 fetcht 3 ,mem_regc 
+0x6a9e 018757 isub temp ,pdata 
+0x6a9f 018758 nbranch iicd_eep_deal_short_packet ,positive 
+0x6aa0 018759 store 2 ,mem_temp 
+0x6aa1 018760 fetch 3 ,mem_regc 
+0x6aa2 018761 fetcht 2 ,mem_pdatatemp 
+0x6aa3 018762 isub temp ,pdata 
+0x6aa4 018763 store 2 ,mem_regb 
+0x6aa5 018764 rtn 
+:      018765 iicd_eep_deal_short_packet:
+0x6aa6 018766 fetch 2 ,mem_temp 
+0x6aa7 018767 store 2 ,mem_regb 
+0x6aa8 018768 setarg 0 
+0x6aa9 018769 store 2 ,mem_temp 
+0x6aaa 018770 rtn 
+:      018772 iicd_write_eep_size_2k:
+0x6aab 018773 copy regb ,pdata 
+0x6aac 018774 increase 2 ,temp 
+0x6aad 018775 storet 2 ,core_iicd_txlen 
+0x6aae 018776 increase -2 ,rega 
+0x6aaf 018777 ifetcht 3 ,rega 
+0x6ab0 018778 copy temp ,regb 
+0x6ab1 018779 arg 0xa0 ,temp 
+0x6ab2 018780 istoret 1 ,rega 
+0x6ab3 018781 istore 1 ,contw 
+0x6ab4 018782 branch iicd_write_eep_common 
+:      018785 iicd_write_eep:
+0x6ab5 018786 copy pdata ,regb 
+0x6ab6 018787 bpatch patch12_7 ,mem_patch12 
+0x6ab7 018788 bmark1 mark_eeprom_size ,iicd_write_eep_size_2k 
+0x6ab8 018789 copy regb ,pdata 
+0x6ab9 018790 increase 3 ,temp 
+0x6aba 018791 storet 2 ,core_iicd_txlen 
+0x6abb 018792 increase -3 ,rega 
+0x6abc 018793 ifetcht 3 ,rega 
+0x6abd 018794 copy temp ,regb 
+0x6abe 018795 arg 0xa0 ,temp 
+0x6abf 018796 istoret 1 ,rega 
+0x6ac0 018797 byteswap pdata ,pdata 
+0x6ac1 018798 istore 2 ,contw 
+:      018799 iicd_write_eep_common:
+0x6ac2 018800 storer rega ,2 ,core_iicd_txaddr 
+0x6ac3 018801 setarg 0 
+0x6ac4 018802 store 2 ,core_iicd_rxlen 
+0x6ac5 018803 jam 1 ,core_iicd_ctrl 
+0x6ac6 018804 jam iicd_start ,core_misc_ctrl 
+0x6ac7 018805 call wait_iicd_done 
+0x6ac8 018806 istorer regb ,3 ,rega 
+:      018807 iic_check_eeprom_standby:
+0x6ac9 018808 bpatch patch13_0 ,mem_patch13 
+0x6aca 018809 jam 0 ,mem_iicd_tbuf + 3 
+:      018810 iic_check_eeprom_standby_wait:
+0x6acb 018811 setarg 1 
+0x6acc 018812 store 2 ,core_iicd_txlen 
+0x6acd 018813 jam 0xa0 ,mem_iicd_tbuf 
+0x6ace 018814 setarg mem_iicd_tbuf 
+0x6acf 018815 store 2 ,core_iicd_txaddr 
+0x6ad0 018816 setarg 0 
+0x6ad1 018817 store 2 ,core_iicd_rxlen 
+0x6ad2 018818 store 2 ,core_iicd_rxaddr 
+0x6ad3 018819 setarg 3 
+0x6ad4 018820 store 1 ,core_iicd_ctrl 
+0x6ad5 018821 jam iicd_start ,core_misc_ctrl 
+0x6ad6 018822 call wait_iicd_done 
+0x6ad7 018823 fetch 1 ,core_dma_status 
+0x6ad8 018824 rtnbit0 iicd_ack 
+0x6ad9 018825 nop 1500 
+0x6ada 018826 fetch 1 ,mem_iicd_tbuf + 3 
+0x6adb 018827 increase 1 ,pdata 
+0x6adc 018828 store 1 ,mem_iicd_tbuf + 3 
+0x6add 018829 sub pdata ,40 ,null 
+0x6ade 018830 nrtn positive 
+0x6adf 018831 branch iic_check_eeprom_standby_wait 
+:      018836 nvram_find_addr_from_bd_list:
+0x6ae0 018837 bpatch patch13_1 ,mem_patch13 
+0x6ae1 018838 call disable_user 
+0x6ae2 018839 fetch 1 ,mem_nv_data_number 
+0x6ae3 018840 rtn blank 
+0x6ae4 018842 fetch 2 ,mem_ui_state_map 
+0x6ae5 018843 rtnbit0 ui_state_ble_connected 
+:      018844 find_addr_from_bd_list_ble_mode:
+0x6ae6 018845 fetch 1 ,mem_le_conn_peer_addr_type 
+0x6ae7 018846 beq master_public_addr ,find_addr_from_bd_list_public_device_addr 
+0x6ae8 018847 fetch 1 ,mem_le_plap + 5 
+0x6ae9 018848 compare 0xc0 ,pdata ,0xc0 
+0x6aea 018849 branch find_addr_from_bd_list_static_addr ,true 
+0x6aeb 018850 compare 0x40 ,pdata ,0xc0 
+0x6aec 018851 branch find_addr_from_bd_list_random_addr ,true 
+0x6aed 018852 branch find_addr_from_bd_list_random_non_resolvable_private_address_sc_or_legacy 
+:      018854 find_addr_from_bd_list_static_addr:
+0x6aee 018855 branch find_addr_from_bd_list_static_addr_reconnect ,user2 
+0x6aef 018856 fetch 1 ,mem_le_preq_init_key_distribution 
+0x6af0 018857 bbit0 le_initator_irk_bit ,find_addr_from_bd_list_public_device_addr 
+0x6af1 018858 branch find_addr_from_bd_list_static_addr_sc_or_legacy 
+:      018860 find_addr_from_bd_list_static_addr_reconnect:
+0x6af2 018861 call find_addr_from_bd_list_public_device_addr 
+0x6af3 018862 rtn user 
+0x6af4 018863 branch find_addr_from_bd_list_static_addr_sc_or_legacy 
+:      018866 find_addr_from_bd_list_static_addr_sc_or_legacy:
+:      018867 find_addr_from_bd_list_random_non_resolvable_private_address_sc_or_legacy:
+0x6af5 018868 fetch 1 ,mem_le_pairing_mode 
+0x6af6 018869 bbit1 le_pairing_mode_secure_connect_bit ,find_addr_from_bd_list_random_non_resolvable_private_address_sc 
+0x6af7 018870 branch find_addr_from_bd_list_random_non_resolvable_private_address 
+:      018872 find_addr_from_bd_list_static_addr_sc:
+:      018873 find_addr_from_bd_list_random_non_resolvable_private_address_sc:
+0x6af8 018874 fetch 6 ,mem_le_plap 
+0x6af9 018875 store 8 ,mem_le_rand 
+0x6afa 018876 branch find_addr_from_bd_list_random_non_resolvable_private_address 
+:      018879 find_addr_from_bd_list_public_device_addr:
+0x6afb 018880 jam rec_4_mode_static_address ,mem_temp_reconn_record 
+0x6afc 018881 fetch 6 ,mem_le_plap 
+0x6afd 018882 branch find_addr_from_bd_list_common 
+:      018884 find_addr_from_bd_list_random_non_resolvable_private_address:
+0x6afe 018885 jam rec_4_mode_random_non_resolvable_private_address ,mem_temp_reconn_record 
+0x6aff 018886 branch find_addr_from_bd_list_common 
+:      018889 find_addr_from_bd_list_random_addr:
+0x6b00 018890 jam rec_4_mode_random_resolvable_private_address ,mem_temp_reconn_record 
+:      018891 find_addr_from_bd_list_common:
+0x6b01 018892 bpatch patch13_2 ,mem_patch13 
+0x6b02 018893 fetch 2 ,mem_nv_data_ptr 
+0x6b03 018894 ifetcht 1 ,pdata 
+0x6b04 018895 pincrease 1 
+0x6b05 018896 store 2 ,mem_list_item_ptr 
+0x6b06 018897 storet 1 ,mem_select_list_item 
+0x6b07 018898 fetch 1 ,mem_nv_data_number 
+0x6b08 018899 icopy regc 
+:      018900 nvram_find_addr_from_list:
+0x6b09 018901 fetch 2 ,mem_list_item_ptr 
+0x6b0a 018902 copy pdata ,rega 
+0x6b0b 018903 call nvram_find_addr_from_list_compare 
+0x6b0c 018904 rtn user 
+0x6b0d 018905 fetcht 2 ,mem_list_item_ptr 
+0x6b0e 018906 increase nv_data_len ,temp 
+0x6b0f 018907 storet 2 ,mem_list_item_ptr 
+0x6b10 018908 increase -1 ,temp 
+0x6b11 018909 ifetch 1 ,temp 
+0x6b12 018910 store 1 ,mem_select_list_item 
+0x6b13 018911 increase -1 ,regc 
+0x6b14 018912 nbranch nvram_find_addr_from_list ,zero 
+0x6b15 018913 fetch 1 ,mem_nv_data_number 
+0x6b16 018914 pincrease decreased_one 
+0x6b17 018915 store 1 ,mem_select_list_item 
+0x6b18 018916 rtn 
+:      018917 nvram_find_addr_from_list_compare:
+0x6b19 018918 fetch 1 ,mem_temp_reconn_record 
+0x6b1a 018919 bne rec_3_mode ,find_addr_from_list_compare_ble_mode 
+:      018920 find_master_addr_from_list_compare:
+0x6b1b 018921 arg mem_temp_reconn_record ,regb 
+0x6b1c 018922 arg 7 ,loopcnt 
+0x6b1d 018923 call string_compare 
+0x6b1e 018924 branch enable_user ,zero 
+0x6b1f 018925 rtn 
+:      018927 find_addr_from_list_compare_ble_mode:
+0x6b20 018928 beq rec_4_mode_random_resolvable_private_address ,find_irk_form_list_compare 
+0x6b21 018929 beq rec_4_mode_random_non_resolvable_private_address ,find_ediv_form_list_compare 
+0x6b22 018930 branch find_master_addr_from_list_compare 
+:      018932 find_irk_form_list_compare:
+0x6b23 018933 ifetcht 1 ,rega 
+0x6b24 018934 isub temp ,null 
+0x6b25 018935 nrtn zero 
+0x6b26 018936 arg mem_le_prand ,contw 
+0x6b27 018937 arg 16 ,loopcnt 
+0x6b28 018938 call clear_mem 
+0x6b29 018939 fetch 3 ,mem_le_plap + 3 
+0x6b2a 018940 store 3 ,mem_le_prand 
+0x6b2b 018941 call genernate_master_macaddress 
+0x6b2c 018942 fetch 2 ,mem_le_aes_128 + 13 
+0x6b2d 018943 byteswap pdata ,pdata 
+0x6b2e 018944 lshift8 pdata ,temp 
+0x6b2f 018945 ifetch 1 ,contr 
+0x6b30 018946 iadd temp ,pdata 
+0x6b31 018947 fetcht 3 ,mem_le_plap 
+0x6b32 018948 isub temp ,null 
+0x6b33 018949 branch enable_user ,zero 
+0x6b34 018950 rtn 
+:      018953 genernate_master_macaddress:
+0x6b35 018954 arg mem_le_prand ,contr 
+0x6b36 018955 call load_data128 
+0x6b37 018956 ifetch 1 ,rega 
+0x6b38 018957 call load_regext 
+0x6b39 018958 force 0x38 ,aes_ctrl 
+0x6b3a 018959 force 0x0 ,aes_ctrl 
+0x6b3b 018960 call wait_aes 
+0x6b3c 018961 arg mem_le_aes_128 ,contw 
+0x6b3d 018962 branch store_aes_result 
+:      018964 find_ediv_form_list_compare:
+0x6b3e 018965 ifetcht 1 ,rega 
+0x6b3f 018966 isub temp ,null 
+0x6b40 018967 nrtn zero 
+0x6b41 018968 copy contr ,rega 
+0x6b42 018969 add contr ,8 ,regc 
+0x6b43 018970 arg mem_le_rand ,regb 
+0x6b44 018971 arg 8 ,loopcnt 
+0x6b45 018972 call string_compare 
+0x6b46 018973 branch enable_user ,zero 
+0x6b47 018974 copy regc ,rega 
+0x6b48 018975 arg mem_le_irk ,regb 
+0x6b49 018976 arg 8 ,loopcnt 
+0x6b4a 018977 call string_compare 
+0x6b4b 018978 branch enable_user ,zero 
+0x6b4c 018979 rtn 
+:      018982 load_device_list_mode_4:
+0x6b4d 018983 call enable_user2 
+0x6b4e 018984 call nvram_find_addr_from_bd_list 
+0x6b4f 018985 nbranch clear_ltk_exists ,user 
+0x6b50 018986 fetch 2 ,mem_list_item_ptr 
+0x6b51 018987 add pdata ,1 ,contr 
+0x6b52 018988 arg mem_le_irk ,contw 
+0x6b53 018989 call memcpy16 
+0x6b54 018990 arg mem_le_ltk ,contw 
+0x6b55 018991 call memcpy16 
+0x6b56 018992 jam 1 ,mem_ltk_exists 
+0x6b57 018993 rtn 
+:      018995 clear_ltk_exists:
+0x6b58 018996 jam 0 ,mem_ltk_exists 
+0x6b59 018997 rtn 
+:      019000 eeprom_store_le_reconn_info:
+0x6b5a 019001 jam rec_4_mode ,mem_record_bt_mode 
+:      019002 eeprom_store_reconn_info:
+0x6b5b 019003 fetch 1 ,mem_device_option 
+0x6b5c 019004 beq dvc_op_mouse ,mouse_store_remote_bdaddr 
+0x6b5d 019005 rtn 
+:      019013 gpio_set_wake_by_current_state:
+0x6b5e 019014 bpatch patch13_3 ,mem_patch13 
+0x6b5f 019015 set1 gpio_active_bit ,temp 
+0x6b60 019016 call gpio_get_bit 
+0x6b61 019017 nsetflag true ,gpio_active_bit ,temp 
+:      019020 gpio_set_wake:
+0x6b62 019021 bpatch patch13_4 ,mem_patch13 
+0x6b63 019022 sub temp ,ui_button_gpio_disable ,null 
+0x6b64 019023 rtn zero 
+0x6b65 019024 isolate0 gpio_active_bit ,temp 
+0x6b66 019025 and temp ,0x1f ,queue 
+0x6b67 019026 fetch 4 ,mem_gpio_wakeup_low 
+0x6b68 019027 qsetflag true ,pdata 
+0x6b69 019028 store 4 ,mem_gpio_wakeup_low 
+0x6b6a 019029 fetch 4 ,mem_gpio_wakeup_high 
+0x6b6b 019030 nqsetflag true ,pdata 
+0x6b6c 019031 store 4 ,mem_gpio_wakeup_high 
+0x6b6d 019032 rtn 
+:      019035 gpio_clr_wake:
+0x6b6e 019036 bpatch patch13_5 ,mem_patch13 
+0x6b6f 019037 sub temp ,ui_button_gpio_disable ,null 
+0x6b70 019038 rtn zero 
+0x6b71 019039 isolate0 gpio_active_bit ,temp 
+0x6b72 019040 and temp ,0x1f ,queue 
+0x6b73 019041 fetch 4 ,mem_gpio_wakeup_low 
+0x6b74 019042 qset0 pdata 
+0x6b75 019043 store 4 ,mem_gpio_wakeup_low 
+0x6b76 019044 fetch 4 ,mem_gpio_wakeup_high 
+0x6b77 019045 qset0 pdata 
+0x6b78 019046 store 4 ,mem_gpio_wakeup_high 
+0x6b79 019047 rtn 
+:      019049 gpio_config_input_nowake:
+0x6b7a 019050 call gpio_clr_wake 
+0x6b7b 019051 branch gpio_config_input_without_wake 
+:      019054 gpio_config_input:
+0x6b7c 019055 sub temp ,ui_button_gpio_disable ,null 
+0x6b7d 019056 rtn zero 
+0x6b7e 019057 ncall gpio_set_wake ,wake 
+:      019058 gpio_config_input_without_wake:
+0x6b7f 019059 call gpio_addr 
+0x6b80 019060 setarg 0 
+0x6b81 019061 isolate1 gpio_active_bit ,temp 
+0x6b82 019062 nsetflag true ,6 ,pdata 
+0x6b83 019063 setflag true ,7 ,pdata 
+0x6b84 019064 branch gpio_write 
+:      019067 gpio_get_bit:
+0x6b85 019068 bpatch patch13_6 ,mem_patch13 
+0x6b86 019069 arg core_gpio_in ,contw 
+0x6b87 019070 and temp ,0x07 ,queue 
+0x6b88 019071 rshift3 temp ,pdata 
+0x6b89 019072 and_into 3 ,pdata 
+0x6b8a 019073 iadd contw ,contw 
+0x6b8b 019074 ifetch 1 ,contw 
+0x6b8c 019075 isolate1 gpio_active_bit ,temp 
+0x6b8d 019076 branch gpio_get_bit_reverse ,true 
+0x6b8e 019077 qisolate0 pdata 
+0x6b8f 019078 rtn 
+:      019079 gpio_get_bit_reverse:
+0x6b90 019080 qisolate1 pdata 
+0x6b91 019081 rtn 
+:      019084 gpio_out_inactive:
+0x6b92 019085 sub temp ,ui_button_gpio_disable ,null 
+0x6b93 019086 rtn zero 
+0x6b94 019087 isolate1 gpio_active_bit ,null 
+0x6b95 019088 branch gpio_out_flag 
+:      019090 gpio_config_output:
+:      019091 gpio_out_active:
+0x6b96 019092 sub temp ,ui_button_gpio_disable ,null 
+0x6b97 019093 rtn zero 
+0x6b98 019094 isolate0 gpio_active_bit ,null 
+:      019097 gpio_out_flag:
+0x6b99 019098 setarg 0 
+0x6b9a 019099 nsetflag true ,gpio_active_bit ,pdata 
+0x6b9b 019100 ixor temp ,temp 
+:      019103 gpio_out:
+0x6b9c 019104 call gpio_addr 
+0x6b9d 019105 setarg gpcfg_output_high 
+0x6b9e 019106 isolate1 gpio_active_bit ,temp 
+0x6b9f 019107 setflag true ,0 ,pdata 
+0x6ba0 019108 branch gpio_write 
+:      019111 gpio_check_active:
+0x6ba1 019112 sub temp ,ui_button_gpio_disable ,null 
+0x6ba2 019113 branch disable_true ,zero 
+0x6ba3 019114 call gpio_addr 
+0x6ba4 019115 ifetch 1 ,contw 
+0x6ba5 019116 bbit1 0 ,gpio_check_active_high 
+0x6ba6 019117 isolate0 gpio_active_bit ,temp 
+0x6ba7 019118 rtn 
+:      019119 gpio_check_active_high:
+0x6ba8 019120 isolate1 gpio_active_bit ,temp 
+0x6ba9 019121 rtn 
+:      019123 gpio_set_analog:
+0x6baa 019124 call gpio_addr 
+0x6bab 019125 setarg gpcfg_no_ie 
+:      019126 gpio_write:
+0x6bac 019127 istore 1 ,contw 
+0x6bad 019128 rtn 
+:      019130 gpio_set_high_impedance:
+0x6bae 019131 sub temp ,gpio_disable ,null 
+0x6baf 019132 rtn zero 
+0x6bb0 019133 call gpio_addr 
+0x6bb1 019134 setarg gpcfg_high_impedance 
+0x6bb2 019135 branch gpio_write 
+:      019137 gpio_addr:
+0x6bb3 019138 and temp ,0x3f ,pdata 
+0x6bb4 019139 sub pdata ,gpio_number + -1 ,null 
+0x6bb5 019140 nbranch assert ,positive 
+0x6bb6 019141 arg core_gpio_conf ,contw 
+:      019142 gpio_addr_next:
+0x6bb7 019143 iadd contw ,contw 
+0x6bb8 019144 rtn 
+:      019150 gpio_config_param:
+0x6bb9 019151 and pdata ,0xff ,temp 
+0x6bba 019152 rshift8 pdata ,pdata 
+0x6bbb 019153 branch gpio_config_function_int 
+:      019156 gpio_config_function:
+0x6bbc 019157 rtnbit0 gpio_active_bit 
+:      019158 gpio_config_function_int:
+0x6bbd 019159 and_into 0x3f ,pdata 
+0x6bbe 019160 sub pdata ,gpio_number + -1 ,null 
+0x6bbf 019161 nbranch assert ,positive 
+0x6bc0 019162 arg core_gpio_conf ,contw 
+:      019163 gpio_config_function_int_next:
+0x6bc1 019164 iadd contw ,contw 
+0x6bc2 019165 istoret 1 ,contw 
+0x6bc3 019166 rtn 
+:      019171 gpio_get_config:
+0x6bc4 019172 and_into 0x3f ,temp 
+0x6bc5 019173 setarg core_gpio_conf 
+0x6bc6 019174 iadd temp ,contr 
+0x6bc7 019175 ifetch 1 ,contr 
+0x6bc8 019176 rtn 
+:      019180 gpio_set_before_lpm:
+0x6bc9 019181 arg gpio_number ,loopcnt 
+0x6bca 019182 arg core_gpio_conf ,contr 
+:      019183 setgpio_loop:
+0x6bcb 019184 copy contr ,contw 
+0x6bcc 019185 ifetch 1 ,contr 
+0x6bcd 019186 beq gpcfg_spid_miso ,setgpio_pullup 
+0x6bce 019187 beq gpcfg_spid_ncs ,setgpio_pullup 
+0x6bcf 019188 beq gpcfg_spid_sck ,setgpio_pullup 
+0x6bd0 019189 beq gpcfg_spid_mosi ,setgpio_pullup 
+0x6bd1 019190 beq gpcfg_spid_sdio ,setgpio_pullup 
+0x6bd2 019191 beq gpcfg_iic_scl ,setgpio_pullup 
+0x6bd3 019192 beq gpcfg_iic_sda ,setgpio_pullup 
+0x6bd4 019193 beq gpcfg_input ,setgpio_pullup 
+:      019194 setgpio_loop_end:
+0x6bd5 019195 loop setgpio_loop 
+0x6bd6 019196 rtn 
+:      019199 setgpio_pullup:
+0x6bd7 019200 setarg gpcfg_pullup 
+0x6bd8 019201 istore 1 ,contw 
+0x6bd9 019202 branch setgpio_loop_end 
+:      019203 setgpio_pulldown:
+0x6bda 019204 setarg gpcfg_pulldown 
+0x6bdb 019205 istore 1 ,contw 
+0x6bdc 019206 branch setgpio_loop_end 
+:      019212 adc_init_data:
+0x6bdd 019213 bpatch patch13_7 ,mem_patch13 
+0x6bde 019214 setarg otp_offset_adc_param 
+0x6bdf 019215 arg mem_gpio_h_k19_b13 ,rega 
+0x6be0 019216 arg 12 ,temp 
+0x6be1 019217 branch otpd_read_data_with_pwr_operation 
+:      019220 enable_adc:
+0x6be2 019221 bpatch patch14_0 ,mem_patch14 
+0x6be3 019222 fetchr regb ,1 ,core_rf_ldo_cfg6 
+0x6be4 019223 jam 0x3d ,core_rf_ldo_cfg6 
+0x6be5 019224 jam 0xaa ,core_rf_ldo_cfg5 
+0x6be6 019225 jam 0x0c ,core_rf_ldo_en0 
+0x6be7 019226 fetch 1 ,core_clkpll_cfg6 
+0x6be8 019227 set1 7 ,pdata 
+0x6be9 019228 store 1 ,core_clkpll_cfg6 
+0x6bea 019229 jam 0x04 ,core_rf_ldo_en1 
+0x6beb 019230 nop 60 
+0x6bec 019231 jam 0 ,core_syn_en 
+0x6bed 019232 jam 6 ,core_rx_en0 
+0x6bee 019233 call read_adc_mode 
+0x6bef 019234 store 1 ,core_gpadc_ctrl 
+0x6bf0 019235 jam 0x03 ,core_sum_ctrl 
+0x6bf1 019236 nop 60 
+0x6bf2 019237 fetch 1 ,core_sum_en 
+0x6bf3 019238 set1 7 ,pdata 
+0x6bf4 019239 store 1 ,core_sum_en 
+0x6bf5 019240 nop 1000 
+0x6bf6 019241 fetch 2 ,mem_adc_delay 
+0x6bf7 019242 fetcht 1 ,mem_adc_config_flag 
+0x6bf8 019243 sub temp ,adc_config_hvin ,null 
+0x6bf9 019244 call sleep ,zero 
+:      019245 enable_adc_next:
+0x6bfa 019246 fetch 2 ,core_adc_sum 
+0x6bfb 019247 store 2 ,mem_adc_current_value 
+0x6bfc 019248 fetch 1 ,core_sum_en 
+0x6bfd 019249 set0 7 ,pdata 
+0x6bfe 019250 store 1 ,core_sum_en 
+0x6bff 019251 jam 0 ,core_gpadc_ctrl 
+0x6c00 019252 storer regb ,1 ,core_rf_ldo_cfg6 
+0x6c01 019253 rtn 
+:      019256 read_adc_mode:
+0x6c02 019257 bpatch patch14_1 ,mem_patch14 
+0x6c03 019258 fetch 1 ,mem_adc_config_flag 
+0x6c04 019259 beq adc_config_gpio_l ,adc_check_gpio_l 
+0x6c05 019260 beq adc_config_gpio_h ,adc_check_gpio_h 
+0x6c06 019261 beq adc_config_hvin ,adc_adc_mode_vbat 
+:      019262 adc_adc_mode_vbat:
+0x6c07 019263 setarg 0x4f 
+0x6c08 019264 rtn 
+:      019266 adc_check_gpio_l:
+0x6c09 019267 arg 2 ,rega 
+0x6c0a 019268 branch adc_check_gpio 
+:      019270 adc_check_gpio_h:
+0x6c0b 019271 arg 6 ,rega 
+:      019272 adc_check_gpio:
+0x6c0c 019273 fetch 1 ,mem_adc_channel 
+0x6c0d 019274 lshift3 pdata ,pdata 
+0x6c0e 019275 or pdata ,1 ,pdata 
+0x6c0f 019276 ior rega ,pdata 
+0x6c10 019277 rtn 
+:      019280 adc_calculate:
+0x6c11 019281 bpatch patch14_2 ,mem_patch14 
+0x6c12 019282 fetch 1 ,mem_adc_config_flag 
+0x6c13 019283 beq adc_config_gpio_l ,adc_calculate_gpio_l 
+0x6c14 019284 beq adc_config_gpio_h ,adc_calculate_gpio_h 
+:      019286 adc_calculate_gpio_bat:
+0x6c15 019287 fetch 4 ,mem_hvin_k19_b13 
+0x6c16 019288 branch adc_calculate2 
+:      019290 adc_calculate_gpio_h:
+0x6c17 019291 fetch 4 ,mem_gpio_h_k19_b13 
+0x6c18 019292 branch adc_calculate2 
+:      019294 adc_calculate_gpio_l:
+0x6c19 019295 fetch 4 ,mem_gpio_l_k19_b13 
+:      019297 adc_calculate2:
+0x6c1a 019298 store 4 ,mem_temp 
+0x6c1b 019299 call adc_19k_13b_32bit_cal_k 
+0x6c1c 019300 fetcht 2 ,mem_adc_current_value 
+0x6c1d 019301 imul32 temp ,pdata 
+0x6c1e 019302 rshift16 pdata ,pdata 
+0x6c1f 019303 rshift4 pdata ,temp 
+0x6c20 019307 fetch 4 ,mem_temp 
+0x6c21 019308 call adc_19k_13b_32bit_cal_b 
+0x6c22 019311 isub temp ,pdata 
+0x6c23 019314 arg 1000 ,temp 
+0x6c24 019315 imul32 temp ,pdata 
+0x6c25 019322 rshift16 pdata ,pdata 
+0x6c26 019323 rshift4 pdata ,pdata 
+0x6c27 019324 rtn 
+:      019327 adc_19k_13b_32bit_cal_k:
+0x6c28 019328 arg 0xffffe000 ,rega 
+0x6c29 019329 iand rega ,pdata 
+0x6c2a 019330 rshift3 pdata ,pdata 
+0x6c2b 019332 rtn 
+:      019335 adc_19k_13b_32bit_cal_b:
+0x6c2c 019336 arg 0x00001fff ,rega 
+0x6c2d 019337 iand rega ,pdata 
+0x6c2e 019338 lshift8 pdata ,pdata 
+0x6c2f 019339 lshift2 pdata ,pdata 
+0x6c30 019341 rtn 
+:      019345 adc_bat_percent_lowpower_out:
+0x6c31 019346 ifetch 8 ,rega 
+0x6c32 019347 store 8 ,mem_pdatatemp 
+0x6c33 019348 fetch 2 ,mem_pdatatemp 
+0x6c34 019349 fetcht 2 ,mem_pdatatemp + 2 
+0x6c35 019350 isub temp ,rega 
+0x6c36 019351 fetch 2 ,mem_pdatatemp + 6 
+0x6c37 019352 isub temp ,regb 
+0x6c38 019353 fetcht 2 ,mem_pdatatemp + 4 
+0x6c39 019354 isub temp ,null 
+0x6c3a 019355 ncall adc_set_low_power_flag ,positive 
+0x6c3b 019356 mul32 regb ,100 ,pdata 
+0x6c3c 019357 idiv rega 
+0x6c3d 019358 call wait_div_end 
+0x6c3e 019359 quotient pdata 
+0x6c3f 019360 call adc_set_no_power_flag ,blank 
+0x6c40 019361 rtn 
+:      019362 adc_set_low_power_flag:
+0x6c41 019363 fetch 1 ,mem_adc_power_flag 
+0x6c42 019364 set1 0 ,pdata 
+0x6c43 019365 store 1 ,mem_adc_power_flag 
+0x6c44 019366 rtn 
+:      019368 adc_clear_low_power_flag:
+0x6c45 019369 fetch 1 ,mem_adc_power_flag 
+0x6c46 019370 set0 0 ,pdata 
+0x6c47 019371 store 1 ,mem_adc_power_flag 
+0x6c48 019372 rtn 
+:      019374 adc_set_no_power_flag:
+0x6c49 019375 fetcht 1 ,mem_adc_power_flag 
+0x6c4a 019376 set1 1 ,temp 
+0x6c4b 019377 storet 1 ,mem_adc_power_flag 
+0x6c4c 019378 rtn 
+:      019380 adc_clear_no_power_flag:
+0x6c4d 019381 fetcht 1 ,mem_adc_power_flag 
+0x6c4e 019382 set0 1 ,temp 
+0x6c4f 019383 storet 1 ,mem_adc_power_flag 
+0x6c50 019384 rtn 
+:      019389 keyscan_key_init:
+0x6c51 019390 fetch 2 ,mem_key_num_ptr 
+0x6c52 019391 ifetch 1 ,pdata 
+:      019392 keyscan_key_init_next:
+0x6c53 019393 rtn blank 
+0x6c54 019394 copy pdata ,loopcnt 
+0x6c55 019396 fetch 2 ,mem_keyscan_ptr 
+0x6c56 019397 increase 3 ,pdata 
+0x6c57 019398 copy pdata ,rega 
+:      019399 keyscan_key_init_lp1:
+0x6c58 019400 ifetcht 1 ,rega 
+0x6c59 019401 call gpio_config_input 
+0x6c5a 019402 increase key_conf_struct_len ,rega 
+0x6c5b 019403 loop keyscan_key_init_lp1 
+:      019404 keyscan_key_init_end:
+0x6c5c 019405 rtn 
+:      019407 keyscan_scan_key:
+0x6c5d 019408 fetch 2 ,mem_keyscan_ptr 
+0x6c5e 019409 increase 3 ,pdata 
+0x6c5f 019410 copy pdata ,rega 
+0x6c60 019412 force 0 ,regb 
+0x6c61 019413 setarg 0 
+0x6c62 019414 store 2 ,mem_key_value_temp 
+:      019415 keyscan_scan_key_lp1:
+0x6c63 019416 ifetcht 1 ,rega 
+0x6c64 019417 call gpio_get_bit 
+0x6c65 019418 bpatch patch14_3 ,mem_patch14 
+0x6c66 019419 fetch 2 ,mem_key_value_temp 
+0x6c67 019420 copy regb ,queue 
+0x6c68 019421 qsetflag true ,pdata 
+0x6c69 019422 store 2 ,mem_key_value_temp 
+0x6c6a 019423 increase key_conf_struct_len ,rega 
+0x6c6b 019424 increase 1 ,regb 
+0x6c6c 019425 fetch 2 ,mem_key_num_ptr 
+0x6c6d 019426 ifetch 1 ,pdata 
+:      019427 keyscan_scan_key_lp1_next:
+0x6c6e 019428 ixor regb ,null 
+0x6c6f 019429 nbranch keyscan_scan_key_lp1 ,zero 
+0x6c70 019430 fetch 2 ,mem_key_value_temp 
+0x6c71 019431 fetcht 2 ,mem_key_value_retention 
+0x6c72 019432 ixor temp ,null 
+0x6c73 019433 rtn zero 
+0x6c74 019434 branch enable_user 
+:      019437 keyscan_process_lpm_before:
+0x6c75 019438 fetch 2 ,mem_key_num_ptr 
+0x6c76 019439 ifetch 1 ,pdata 
+:      019440 keyscan_process_lpm_before_next:
+0x6c77 019441 rtn blank 
+0x6c78 019442 copy pdata ,loopcnt 
+0x6c79 019443 fetch 2 ,mem_keyscan_ptr 
+0x6c7a 019444 increase 3 ,pdata 
+0x6c7b 019445 copy pdata ,rega 
+:      019446 keyscan_process_lpm_before_lp1:
+0x6c7c 019447 ifetcht 1 ,rega 
+0x6c7d 019448 call gpio_set_wake_by_current_state 
+0x6c7e 019449 increase key_conf_struct_len ,rega 
+0x6c7f 019450 loop keyscan_process_lpm_before_lp1 
+:      019451 keyscan_process_lpm_before_end:
+0x6c80 019452 rtn 
+:      019454 keyscan_key_process:
+0x6c81 019455 arg key_scan_timer ,queue 
+0x6c82 019456 call timer_check 
+0x6c83 019457 nrtn blank 
+0x6c84 019458 setarg 0x20 
+0x6c85 019459 arg key_scan_timer ,queue 
+0x6c86 019460 call timer_init 
+0x6c87 019461 disable user 
+0x6c88 019462 call keyscan_process_lpm_before 
+0x6c89 019463 bpatch patch14_4 ,mem_patch14 
+0x6c8a 019464 fetch 2 ,mem_key_num_ptr 
+0x6c8b 019465 ifetch 1 ,pdata 
+:      019466 keyscan_key_process_next:
+0x6c8c 019467 rtn blank 
+0x6c8d 019468 call keyscan_scan_key 
+0x6c8e 019469 nbranch lpm_button_clean_wake_lock ,user 
+0x6c8f 019470 call lpm_button_get_wake_lock 
+0x6c90 019471 disable user 
+0x6c91 019472 fetch 2 ,mem_key_value_temp 
+0x6c92 019473 store 2 ,mem_key_value_temp4 
+0x6c93 019474 jam 0 ,mem_key_value_temp6 
+0x6c94 019475 force 0 ,queue 
+:      019476 keyscan_key_lp1:
+0x6c95 019477 fetch 2 ,mem_key_value_retention 
+0x6c96 019478 rshift pdata ,temp 
+0x6c97 019479 storet 2 ,mem_key_value_retention 
+0x6c98 019480 and pdata ,0x01 ,pdata 
+0x6c99 019481 fetcht 2 ,mem_key_value_temp4 
+0x6c9a 019482 and temp ,0x01 ,rega 
+0x6c9b 019483 rshift temp ,temp 
+0x6c9c 019484 storet 2 ,mem_key_value_temp4 
+0x6c9d 019485 ixor rega ,null 
+0x6c9e 019486 ncall keyscan_send_key_data ,zero 
+0x6c9f 019487 fetch 2 ,mem_key_num_ptr 
+0x6ca0 019488 ifetch 1 ,pdata 
+:      019489 keyscan_key_lp1_next:
+0x6ca1 019490 fetcht 1 ,mem_key_value_temp6 
+0x6ca2 019491 increase 1 ,temp 
+0x6ca3 019492 storet 1 ,mem_key_value_temp6 
+0x6ca4 019493 copy temp ,queue 
+0x6ca5 019494 ixor queue ,null 
+0x6ca6 019495 nbranch keyscan_key_lp1 ,zero 
+0x6ca7 019496 fetch 2 ,mem_key_value_temp 
+0x6ca8 019497 store 2 ,mem_key_value_retention 
+0x6ca9 019498 rtn 
+:      019499 keyscan_send_key_data:
+0x6caa 019500 bpatch patch14_5 ,mem_patch14 
+0x6cab 019501 fetch 2 ,mem_keyscan_ptr 
+0x6cac 019502 increase 1 ,pdata 
+0x6cad 019503 ifetch 2 ,pdata 
+0x6cae 019504 branch callback_func 
+:      019510 pwm_init:
+0x6caf 019511 fetch 1 ,core_clksel 
+0x6cb0 019512 ior rega ,pdata 
+0x6cb1 019513 store 1 ,core_clksel 
+0x6cb2 019514 fetch 2 ,core_clkoff 
+0x6cb3 019515 set0 clock_off_pwm ,pdata 
+0x6cb4 019516 store 2 ,core_clkoff 
+:      019517 delay_nop100:
+0x6cb5 019518 nop 100 
+0x6cb6 019519 rtn 
+:      019521 pwm_clk_set:
+0x6cb7 019522 fetch 1 ,core_clksel 
+0x6cb8 019523 bbit1 6 ,pwm_24m_clk_set 
+0x6cb9 019524 bbit1 7 ,pwm_33k_clk_set 
+:      019525 pwm_12m_clk_set:
+0x6cba 019526 setarg pwm_12mhz 
+0x6cbb 019527 rtn 
+:      019528 pwm_24m_clk_set:
+0x6cbc 019529 setarg pwm_24mhz 
+0x6cbd 019530 rtn 
+:      019531 pwm_33k_clk_set:
+0x6cbe 019532 setarg pwm_33khz 
+0x6cbf 019533 rtn 
+:      019536 pwm_out_set:
+0x6cc0 019537 fetcht 3 ,mem_pdatatemp + 2 
+0x6cc1 019538 call pwm_clk_set 
+0x6cc2 019539 idiv temp 
+0x6cc3 019540 call wait_div_end 
+0x6cc4 019541 quotient temp 
+0x6cc5 019542 fetch 1 ,mem_pdatatemp + 5 
+0x6cc6 019543 imul32 temp ,pdata 
+0x6cc7 019544 div pdata ,100 
+0x6cc8 019545 call wait_div_end 
+0x6cc9 019546 quotient rega 
+0x6cca 019547 copy temp ,pdata 
+0x6ccb 019548 isub rega ,regb 
+0x6ccc 019550 fetch 1 ,mem_pdatatemp + 1 
+0x6ccd 019551 call pwm_duty_cycle_set 
+0x6cce 019552 fetch 1 ,mem_pdatatemp 
+0x6ccf 019553 fetcht 1 ,mem_pdatatemp + 1 
+0x6cd0 019554 and_into 0x0f ,temp 
+0x6cd1 019555 lshift8 temp ,temp 
+0x6cd2 019556 ior temp ,pdata 
+0x6cd3 019557 branch pwm_enable 
+:      019559 pwm_duty_cycle_set:
+0x6cd4 019560 iforce queue 
+0x6cd5 019561 call pwm_duty_cycle_set_without_autoload 
+0x6cd6 019562 branch pwm_autoload_set 
+:      019564 pwm_autoload_set:
+0x6cd7 019565 fetch 1 ,core_pwm_autoload 
+0x6cd8 019566 qset1 pdata 
+0x6cd9 019567 store 1 ,core_pwm_autoload 
+0x6cda 019568 fetcht 1 ,core_clksel 
+0x6cdb 019569 isolate1 7 ,temp 
+0x6cdc 019570 call delay_1clk_of_33k ,true 
+0x6cdd 019571 qset0 pdata 
+0x6cde 019572 store 1 ,core_pwm_autoload 
+0x6cdf 019573 rtn 
+:      019576 delay_1clk_of_33k:
+0x6ce0 019577 nop 480 
+0x6ce1 019578 rtn 
+:      019580 pwm_duty_cycle_set_without_autoload:
+0x6ce2 019581 and_into 0x0f ,pdata 
+0x6ce3 019582 arg core_pwm_pcnt0 ,contw 
+0x6ce4 019583 mul32 pdata ,4 ,pdata 
+0x6ce5 019584 iadd contw ,contw 
+0x6ce6 019585 copy rega ,pdata 
+0x6ce7 019586 istore 2 ,contw 
+0x6ce8 019587 copy regb ,pdata 
+0x6ce9 019588 istore 2 ,contw 
+0x6cea 019589 rtn 
+:      019594 pwm_enable_in_syncmode:
+0x6ceb 019595 rshift8 regb ,queue 
+0x6cec 019596 call pwm_init_bit_set 
+0x6ced 019597 rshift8 regb ,queue 
+0x6cee 019598 call pwm_syncmode_set 
+0x6cef 019599 rshift8 rega ,queue 
+0x6cf0 019600 enable true 
+0x6cf1 019601 call pwm_syncmode_set_process 
+0x6cf2 019603 deposit rega 
+0x6cf3 019604 call pwm_gpio_select 
+0x6cf4 019605 deposit regb 
+0x6cf5 019606 branch pwm_enable 
+:      019608 pwm_disable_in_syncmode:
+0x6cf6 019609 deposit rega 
+0x6cf7 019610 call pwm_disable 
+0x6cf8 019611 deposit regb 
+0x6cf9 019612 call pwm_disable 
+0x6cfa 019614 rshift8 rega ,queue 
+0x6cfb 019615 disable true 
+0x6cfc 019616 call pwm_syncmode_set_process 
+0x6cfd 019617 rshift8 regb ,queue 
+0x6cfe 019618 disable true 
+0x6cff 019619 call pwm_init_bit_set_process 
+0x6d00 019620 rshift8 regb ,queue 
+0x6d01 019621 disable true 
+0x6d02 019622 branch pwm_syncmode_set_process 
+:      019625 pwm_syncmode_set:
+0x6d03 019626 isolate1 7 ,queue 
+:      019627 pwm_syncmode_set_process:
+0x6d04 019628 and queue ,0x0f ,queue 
+0x6d05 019629 fetch 1 ,core_pwm_sync 
+0x6d06 019630 qsetflag true ,pdata 
+0x6d07 019631 store 1 ,core_pwm_sync 
+0x6d08 019632 rtn 
+:      019634 pwm_init_bit_set:
+0x6d09 019635 isolate1 6 ,queue 
+:      019636 pwm_init_bit_set_process:
+0x6d0a 019637 and queue ,0x0f ,queue 
+0x6d0b 019638 fetch 1 ,core_pwm_init 
+0x6d0c 019639 qsetflag true ,pdata 
+0x6d0d 019640 store 1 ,core_pwm_init 
+0x6d0e 019641 rtn 
+:      019642 pwm_gpio_select:
+0x6d0f 019643 call pwm_select_channel 
+:      019644 pwm_gpio_select_process:
+0x6d10 019645 lshift8 pdata ,pdata 
+0x6d11 019646 add queue ,gpcfg_pwm_out0 ,temp 
+0x6d12 019647 ior temp ,pdata 
+0x6d13 019648 branch gpio_config_param 
+:      019650 pwm_enable:
+0x6d14 019651 enable user 
+0x6d15 019652 call pwm_gpio_select 
+0x6d16 019653 branch pwm_set_select 
+:      019655 pwm_disable:
+0x6d17 019656 disable user 
+0x6d18 019657 call pwm_select_channel 
+0x6d19 019658 branch pwm_set_select 
+:      019660 pwm_set_select:
+0x6d1a 019661 and queue ,0x0f ,queue 
+0x6d1b 019662 fetch 1 ,core_pwm_en 
+0x6d1c 019663 qsetflag user ,pdata 
+0x6d1d 019664 store 1 ,core_pwm_en 
+0x6d1e 019665 rtn 
+:      019666 pwm_select_channel:
+0x6d1f 019667 rshift8 pdata ,queue 
+0x6d20 019668 and queue ,0x0f ,queue 
+0x6d21 019669 rtn 
+:      019673 wdt_init_config:
+0x6d22 019674 copy pdata ,temp 
+0x6d23 019675 bpatch patch14_6 ,mem_patch14 
+0x6d24 019676 call wdt_set_enable 
+0x6d25 019677 setarg 2048 
+0x6d26 019678 isub temp ,pdata 
+0x6d27 019679 copy pdata ,temp 
+0x6d28 019680 rshift4 temp ,temp 
+0x6d29 019681 storet 1 ,core_write_wdt 
+0x6d2a 019682 nop 1400 
+0x6d2b 019683 copy pdata ,temp 
+0x6d2c 019684 and_into 0x0f ,temp 
+0x6d2d 019685 storet 1 ,core_write_wdt2 
+0x6d2e 019686 rtn 
+:      019689 wdt_set_enable:
+0x6d2f 019690 enable user2 
+0x6d30 019691 branch wdt_init_set 
+:      019694 wdt_set_disable:
+0x6d31 019695 bpatch patch14_7 ,mem_patch14 
+0x6d32 019696 disable user2 
+:      019697 wdt_init_set:
+0x6d33 019698 fetch 1 ,core_config 
+0x6d34 019699 setflag user2 ,3 ,pdata 
+0x6d35 019700 store 1 ,core_config 
+0x6d36 019701 rtn 
+:      019704 wdt_kick_128ms:
+0x6d37 019706 setarg 125 
+0x6d38 019707 branch wdt_init_config 
+:      019721 generate_stk:
+0x6d39 019722 bpatch patch15_6 ,mem_patch15 
+0x6d3a 019723 call function_s1 
+0x6d3b 019724 arg mem_le_ltk ,contw 
+0x6d3c 019725 branch store_aes_result 
+:      019728 authenticate_rconfirm:
+0x6d3d 019729 arg mem_le_srand ,contw 
+0x6d3e 019730 branch authenticate_mconfirm ,master 
+0x6d3f 019731 arg mem_le_mrand ,contw 
+:      019732 authenticate_mconfirm:
+0x6d40 019733 copy contr ,rega 
+0x6d41 019734 call memcpy16 
+0x6d42 019735 call function_c1 
+0x6d43 019736 arg mem_le_rconfirm ,contr 
+0x6d44 019737 branch compare_res 
+:      019739 generate_confirm:
+0x6d45 019740 arg mem_le_mrand ,rega 
+0x6d46 019741 branch generate_mrand ,master 
+0x6d47 019742 arg mem_le_srand ,rega 
+:      019743 generate_mrand:
+0x6d48 019744 copy rega ,contw 
+0x6d49 019745 call generate_random 
+0x6d4a 019746 branch function_c1 
+:      019748 generate_sk:
+0x6d4b 019749 arg mem_le_skdm ,contr 
+0x6d4c 019750 call load_data128 
+0x6d4d 019751 arg mem_le_ltk ,contr 
+0x6d4e 019752 call load_regext 
+0x6d4f 019753 force 0x38 ,aes_ctrl 
+0x6d50 019754 force 0x0 ,aes_ctrl 
+0x6d51 019755 call wait_aes 
+0x6d52 019756 arg mem_le_sk ,contw 
+0x6d53 019757 branch store_aes_result 
+:      019761 ccm_b0:
+0x6d54 019762 force regidx_xor ,regext_index 
+0x6d55 019763 force 0x49 ,pdata 
+0x6d56 019764 branch iv_common 
+:      019767 first_block_counter:
+0x6d57 019768 force 0x49 ,pdata 
+0x6d58 019769 branch first_block 
+:      019770 first_block_data:
+0x6d59 019771 force 1 ,pdata 
+:      019772 first_block:
+0x6d5a 019773 force regidx_data ,regext_index 
+:      019774 iv_common:
+0x6d5b 019775 lshift8 temp ,regext 
+0x6d5c 019776 ior regext ,regext 
+0x6d5d 019777 increase 1 ,regext_index 
+0x6d5e 019778 rshift8 temp ,regext 
+0x6d5f 019779 rshift16 regext ,regext 
+0x6d60 019780 fetch 2 ,mem_ccm_iv 
+0x6d61 019781 lshift16 pdata ,pdata 
+0x6d62 019782 ior regext ,regext 
+0x6d63 019783 increase 1 ,regext_index 
+0x6d64 019784 ifetchr regext ,4 ,contr 
+0x6d65 019785 increase 1 ,regext_index 
+0x6d66 019786 ifetch 2 ,contr 
+0x6d67 019787 byteswap rega ,regext 
+0x6d68 019788 lshift16 regext ,regext 
+0x6d69 019789 ior regext ,regext 
+0x6d6a 019790 increase 1 ,regext_index 
+0x6d6b 019791 rtn 
+:      019795 generate_mic:
+0x6d6c 019796 add regc ,1 ,contr 
+0x6d6d 019797 ifetch 1 ,contr 
+0x6d6e 019798 iforce rega 
+0x6d6f 019799 call first_block_counter 
+0x6d70 019800 call do_aes_ocb 
+0x6d71 019802 force regidx_data ,regext_index 
+0x6d72 019803 ifetch 1 ,regc 
+0x6d73 019804 and_into 0x3 ,pdata 
+0x6d74 019805 lshift16 pdata ,regext 
+0x6d75 019806 set1 8 ,regext 
+0x6d76 019807 call clear_hidata 
+0x6d77 019808 call do_aes_cbc 
+0x6d78 019810 copy rega ,loopcnt 
+0x6d79 019811 add regc ,2 ,contr 
+0x6d7a 019812 call padding_data 
+:      019813 generate_mic_loop:
+0x6d7b 019814 call aes_load_data 
+0x6d7c 019815 call do_aes_cbc 
+0x6d7d 019816 deposit loopcnt 
+0x6d7e 019817 branch generate_mic_end ,blank 
+0x6d7f 019818 branch generate_mic_loop 
+:      019819 generate_mic_end:
+0x6d80 019820 force regidx_result ,regext_index 
+0x6d81 019821 deposit regext 
+0x6d82 019822 store 4 ,mem_le_mic 
+0x6d83 019823 rtn 
+:      019825 aes_crypt_data:
+0x6d84 019826 increase 1 ,rega 
+0x6d85 019827 call first_block_data 
+0x6d86 019828 copy regc ,contr 
+0x6d87 019829 call aes_load_xor 
+0x6d88 019830 call do_aes_ctr 
+0x6d89 019831 call store_enc_data 
+0x6d8a 019832 increase 16 ,regc 
+0x6d8b 019833 increase -16 ,regb 
+0x6d8c 019834 branch aes_crypt_data ,positive 
+0x6d8d 019835 rtn 
+:      019841 le_decrypt_new:
+0x6d8e 019842 call ccm_init_common 
+0x6d8f 019843 jam 0 ,core_ccm_aad0 
+0x6d90 019844 jam 1 ,core_ccm_aad1 
+0x6d91 019845 fetch 1 ,mem_le_rxbuf_data_header 
+0x6d92 019846 and_into 0x3 ,pdata 
+0x6d93 019847 store 1 ,core_ccm_aad2 
+0x6d94 019849 setarg mem_le_rxbuf_data_payload 
+0x6d95 019850 store 2 ,core_ccm_input_playload_addr 
+0x6d96 019851 store 2 ,core_ccm_output_playload_addr 
+0x6d97 019853 fetchr rega ,1 ,mem_le_rxbuf_data_length 
+0x6d98 019854 increase -4 ,rega 
+0x6d99 019855 nbranch disable_blank ,positive 
+0x6d9a 019856 storer rega ,1 ,mem_le_rxbuf_data_length 
+0x6d9b 019857 setarg mem_le_rxbuf_data_payload 
+0x6d9c 019858 iadd rega ,contr 
+0x6d9d 019859 force regidx_data ,regext_index 
+0x6d9e 019860 ifetchr regext ,4 ,contr 
+0x6d9f 019861 storer regext ,4 ,mem_le_peer_mic 
+0x6da0 019862 fetcht 5 ,mem_ccm_pcnt_rx 
+0x6da1 019863 call ccm_b0 
+0x6da2 019864 jam 6 ,core_ccm_ctrl 
+0x6da3 019865 jam 7 ,core_ccm_ctrl 
+0x6da4 019866 fetch 1 ,mem_le_rxbuf_data_length 
+0x6da5 019867 store 2 ,core_ccm_inptr 
+0x6da6 019868 call wait_ccm_done 
+0x6da7 019869 fetch 1 ,core_misc_status 
+0x6da8 019870 bbit0 7 ,disable_blank 
+0x6da9 019871 fetcht 4 ,mem_le_peer_mic 
+0x6daa 019872 fetch 4 ,mem_ccm_last_mic 
+0x6dab 019873 isub temp ,pdata 
+0x6dac 019874 rtn blank 
+0x6dad 019875 storet 4 ,mem_ccm_last_mic 
+0x6dae 019876 fetch 5 ,mem_ccm_pcnt_rx 
+0x6daf 019877 increase 1 ,pdata 
+0x6db0 019878 set1 le_ccm_directionbit ,pdata 
+0x6db1 019879 store 5 ,mem_ccm_pcnt_rx 
+0x6db2 019880 force 0 ,pdata 
+0x6db3 019881 rtn 
+:      019884 le_encrypt_new:
+0x6db4 019885 call le_encrypt_new_start 
+0x6db5 019886 setarg mem_le_txpayload 
+0x6db6 019887 iadd rega ,rega 
+0x6db7 019888 call wait_ccm_done 
+0x6db8 019889 arg regidx_result ,regext_index 
+0x6db9 019890 istorer regext ,4 ,rega 
+0x6dba 019891 rtn 
+:      019894 le_encrypt_new_start:
+0x6dbb 019895 call ccm_init_common 
+0x6dbc 019896 bpatch patch15_7 ,mem_patch15 
+0x6dbd 019897 jam 0 ,core_ccm_aad0 
+0x6dbe 019898 jam 1 ,core_ccm_aad1 
+0x6dbf 019899 fetch 1 ,mem_le_txheader 
+0x6dc0 019900 and_into 0x3 ,pdata 
+0x6dc1 019901 store 1 ,core_ccm_aad2 
+0x6dc2 019902 fetch 2 ,mem_contr 
+0x6dc3 019903 store 2 ,core_ccm_input_playload_addr 
+0x6dc4 019904 setarg mem_le_txpayload 
+0x6dc5 019905 store 2 ,core_ccm_output_playload_addr 
+0x6dc6 019907 fetchr rega ,1 ,mem_le_txlen 
+0x6dc7 019908 fetcht 5 ,mem_ccm_pcnt_tx 
+0x6dc8 019909 call ccm_b0 
+0x6dc9 019910 jam 2 ,core_ccm_ctrl 
+0x6dca 019911 jam 3 ,core_ccm_ctrl 
+0x6dcb 019913 fetch 1 ,mem_le_txlen 
+0x6dcc 019914 store 2 ,core_ccm_inptr 
+0x6dcd 019915 increase 4 ,pdata 
+0x6dce 019916 store 1 ,mem_le_txlen 
+0x6dcf 019917 fetch 5 ,mem_ccm_pcnt_tx 
+0x6dd0 019918 increase 1 ,pdata 
+0x6dd1 019919 set0 le_ccm_directionbit ,pdata 
+0x6dd2 019920 store 5 ,mem_ccm_pcnt_tx 
+0x6dd3 019921 rtn 
+:      019924 ccm_wait_enc:
+0x6dd4 019925 fetch 2 ,core_ccm_outptr 
+0x6dd5 019926 isub temp ,null 
+0x6dd6 019927 rtn zero 
+0x6dd7 019928 nrtn blank 
+0x6dd8 019930 branch ccm_wait_enc 
+:      019932 ccm_check_enc_done:
+0x6dd9 019933 fetch 1 ,core_misc_status 
+0x6dda 019934 bbit0 6 ,assert 
+:      019935 ccm_enc_done:
+0x6ddb 019936 setarg mem_le_txpayload 
+0x6ddc 019937 iadd temp ,contw 
+0x6ddd 019938 arg regidx_result ,regext_index 
+0x6dde 019939 istorer regext ,4 ,contw 
+0x6ddf 019940 branch ccm_ctrl_clr 
+:      019942 ccm_init_common:
+0x6de0 019943 bpatch patch16_0 ,mem_patch16 
+0x6de1 019944 force regidx_result ,regext_index 
+0x6de2 019945 call aes_clear 
+0x6de3 019946 call aes_clear_data 
+0x6de4 019947 setarg 0 
+0x6de5 019948 store 2 ,core_ccm_inptr 
+0x6de6 019949 rtn 
+:      019951 wait_ccm_done:
+0x6de7 019952 fetch 1 ,core_misc_status 
+0x6de8 019953 bbit0 6 ,wait_ccm_done 
+:      019954 ccm_ctrl_clr:
+0x6de9 019955 jam 0 ,core_ccm_ctrl 
+0x6dea 019956 rtn 
+:      019959 wait_aes:
+0x6deb 019960 nbranch wait_aes ,aes_ready 
+0x6dec 019961 rtn 
+:      019963 do_aes_ocb:
+0x6ded 019964 force 0x30 ,aes_ctrl 
+0x6dee 019965 force 0x0 ,aes_ctrl 
+0x6def 019966 branch wait_aes 
+:      019968 do_aes_cbc:
+0x6df0 019969 force 0x32 ,aes_ctrl 
+0x6df1 019970 force 0x2 ,aes_ctrl 
+0x6df2 019971 branch wait_aes 
+:      019973 do_aes_ctr:
+0x6df3 019974 force 0x34 ,aes_ctrl 
+0x6df4 019975 force 0x4 ,aes_ctrl 
+0x6df5 019976 branch wait_aes 
+:      019979 aes_init:
+0x6df6 019980 force 1 ,aes_ctrl 
+0x6df7 019981 force 0 ,aes_ctrl 
+0x6df8 019982 rtn 
+:      019985 wait_keyinit_done:
+0x6df9 019986 fetch 1 ,core_aes_decode_key_init 
+0x6dfa 019987 bbit0 5 ,wait_keyinit_done 
+0x6dfb 019988 rtn 
+:      019991 dec_key_initial:
+0x6dfc 019992 store 2 ,core_keybuf_saddr 
+0x6dfd 019993 force 0xc0 ,aes_ctrl 
+0x6dfe 019994 force 0x80 ,aes_ctrl 
+0x6dff 019995 branch wait_keyinit_done 
+:      019997 do_aes_ecb_dec:
+0x6e00 019998 force regidx_data ,regext_index 
+0x6e01 019999 copy regb ,contr 
+0x6e02 020000 force 4 ,loopcnt 
+0x6e03 020001 call aes_ecb_dec_loop 
+0x6e04 020003 force 0x180 ,aes_ctrl 
+0x6e05 020004 force 0x80 ,aes_ctrl 
+0x6e06 020005 call wait_aes 
+:      020006 ecb_dec_generate:
+0x6e07 020007 force regidx_result ,regext_index 
+0x6e08 020008 copy regc ,contw 
+0x6e09 020009 force 4 ,loopcnt 
+:      020010 ecb_dec_generate_loop:
+0x6e0a 020011 copy regext ,pdata 
+0x6e0b 020012 istore 4 ,contw 
+0x6e0c 020013 increase 1 ,regext_index 
+0x6e0d 020014 loop ecb_dec_generate_loop 
+0x6e0e 020015 rtn 
+:      020017 aes_ecb_dec_loop:
+0x6e0f 020018 ifetch 2 ,contr 
+0x6e10 020019 ifetcht 2 ,contr 
+0x6e11 020020 lshift16 temp ,temp 
+0x6e12 020021 ior temp ,regext 
+0x6e13 020022 increase 1 ,regext_index 
+0x6e14 020023 loop aes_ecb_dec_loop 
+0x6e15 020024 rtn 
+:      020027 do_aes_cbc_dec:
+0x6e16 020028 force regidx_xor ,regext_index 
+0x6e17 020029 copy rega ,contr 
+0x6e18 020030 force 4 ,loopcnt 
+0x6e19 020031 call aes_ecb_dec_loop 
+0x6e1a 020033 force regidx_data ,regext_index 
+0x6e1b 020034 copy regb ,contr 
+0x6e1c 020035 force 4 ,loopcnt 
+0x6e1d 020036 call aes_ecb_dec_loop 
+0x6e1e 020037 force 0x182 ,aes_ctrl 
+0x6e1f 020038 force 0x82 ,aes_ctrl 
+0x6e20 020039 call wait_aes 
+0x6e21 020040 branch ecb_dec_generate 
+:      020043 function_s1:
+0x6e22 020044 force regidx_data ,regext_index 
+0x6e23 020045 fetch 4 ,mem_le_mrand 
+0x6e24 020046 iforce regext 
+0x6e25 020047 increase 1 ,regext_index 
+0x6e26 020048 ifetch 4 ,contr 
+0x6e27 020049 iforce regext 
+0x6e28 020050 increase 1 ,regext_index 
+0x6e29 020051 fetch 4 ,mem_le_srand 
+0x6e2a 020052 iforce regext 
+0x6e2b 020053 increase 1 ,regext_index 
+0x6e2c 020054 ifetch 4 ,contr 
+0x6e2d 020055 iforce regext 
+0x6e2e 020056 increase 1 ,regext_index 
+0x6e2f 020057 call aes_clear 
+0x6e30 020058 increase -4 ,regext_index 
+0x6e31 020059 fetch 4 ,mem_le_tk 
+0x6e32 020060 copy pdata ,regext 
+0x6e33 020061 increase 4 ,regext_index 
+0x6e34 020062 force 0x38 ,aes_ctrl 
+0x6e35 020063 force 0x8 ,aes_ctrl 
+0x6e36 020064 branch wait_aes 
+:      020067 function_c1:
+0x6e37 020068 bpatch patch16_1 ,mem_patch16 
+0x6e38 020069 fetch 6 ,mem_le_lap 
+0x6e39 020070 fetcht 6 ,mem_le_plap 
+0x6e3a 020071 branch function_c1_master ,master 
+0x6e3b 020072 fetch 6 ,mem_le_plap 
+0x6e3c 020073 fetcht 6 ,mem_le_lap 
+:      020074 function_c1_master:
+0x6e3d 020075 force regidx_xor ,regext_index 
+0x6e3e 020076 copy temp ,regext 
+0x6e3f 020077 increase 1 ,regext_index 
+0x6e40 020078 rshift32 temp ,regext 
+0x6e41 020079 lshift16 pdata ,pdata 
+0x6e42 020080 ior regext ,regext 
+0x6e43 020081 increase 1 ,regext_index 
+0x6e44 020082 rshift32 pdata ,regext 
+0x6e45 020083 increase 1 ,regext_index 
+0x6e46 020084 force 0 ,regext 
+0x6e47 020085 force 0 ,pdata 
+0x6e48 020086 fetch 1 ,mem_le_conn_peer_addr_type 
+0x6e49 020087 fetcht 1 ,mem_le_adv_own_addr_type 
+0x6e4a 020088 nbranch function_c1_irat ,master 
+0x6e4b 020090 fetch 1 ,mem_le_conn_own_addr_type 
+0x6e4c 020091 fetcht 1 ,mem_le_conn_peer_addr_type 
+:      020092 function_c1_irat:
+0x6e4d 020093 store 1 ,mem_le_iat 
+0x6e4e 020094 storet 1 ,mem_le_rat 
+0x6e4f 020095 force regidx_data ,regext_index 
+0x6e50 020096 arg mem_le_iat ,regb 
+0x6e51 020097 force 4 ,loopcnt 
+:      020098 function_c1_loop1:
+0x6e52 020099 ifetch 4 ,rega 
+0x6e53 020100 ifetcht 4 ,regb 
+0x6e54 020101 ixor temp ,regext 
+0x6e55 020102 increase 1 ,regext_index 
+0x6e56 020103 increase 4 ,rega 
+0x6e57 020104 increase 4 ,regb 
+0x6e58 020105 loop function_c1_loop1 
+0x6e59 020106 call aes_clear 
+0x6e5a 020107 increase -4 ,regext_index 
+0x6e5b 020108 fetch 4 ,mem_le_tk 
+0x6e5c 020109 copy pdata ,regext 
+0x6e5d 020110 increase 4 ,regext_index 
+0x6e5e 020111 force 0x38 ,aes_ctrl 
+0x6e5f 020112 force 0xc ,aes_ctrl 
+0x6e60 020113 call wait_aes 
+0x6e61 020115 call aes_clear_data 
+0x6e62 020116 force 0x3a ,aes_ctrl 
+0x6e63 020117 force 0x8 ,aes_ctrl 
+0x6e64 020118 branch wait_aes 
+:      020120 padding_data:
+0x6e65 020121 compare 0 ,loopcnt ,3 
+0x6e66 020122 rtn true 
+0x6e67 020123 deposit contr 
+0x6e68 020124 iadd loopcnt ,contw 
+0x6e69 020125 force 0 ,pdata 
+:      020126 padding_loop:
+0x6e6a 020127 istore 1 ,contw 
+0x6e6b 020128 increase 1 ,loopcnt 
+0x6e6c 020129 compare 0 ,loopcnt ,3 
+0x6e6d 020130 rtn true 
+0x6e6e 020131 branch padding_loop 
+:      020133 aes_load_data:
+0x6e6f 020134 force regidx_data ,regext_index 
+:      020135 load_data_loop:
+0x6e70 020136 deposit loopcnt 
+0x6e71 020137 branch load_data_padding ,blank 
+0x6e72 020138 ifetch 4 ,contr 
+0x6e73 020139 increase -4 ,loopcnt 
+:      020140 load_data_padding:
+0x6e74 020141 iforce regext 
+0x6e75 020142 increase 1 ,regext_index 
+0x6e76 020143 compare regidx_key ,regext_index ,0xf 
+0x6e77 020144 rtn true 
+0x6e78 020145 branch load_data_loop 
+:      020147 aes_load_xor:
+0x6e79 020148 force regidx_xor ,regext_index 
+0x6e7a 020149 branch load_regext 
+:      020150 load_key:
+0x6e7b 020151 force regidx_key ,regext_index 
+0x6e7c 020152 branch load_regext 
+:      020153 load_data128:
+0x6e7d 020154 force regidx_data ,regext_index 
+:      020155 load_regext:
+0x6e7e 020156 force 4 ,loopcnt 
+:      020157 load_regext_loop:
+0x6e7f 020158 ifetch 4 ,contr 
+0x6e80 020159 iforce regext 
+0x6e81 020160 increase 1 ,regext_index 
+0x6e82 020161 loop load_regext_loop 
+0x6e83 020162 rtn 
+:      020164 load_sk:
+0x6e84 020165 arg mem_le_sk ,contr 
+0x6e85 020166 branch load_key 
+:      020168 clear_hidata:
+0x6e86 020169 force 4 ,loopcnt 
+0x6e87 020170 branch clear_data_rest 
+:      020172 regext_clear:
+0x6e88 020173 force 0 ,regext_index 
+0x6e89 020174 force 16 ,loopcnt 
+0x6e8a 020175 branch clear_loop 
+:      020177 aes_clear_data:
+0x6e8b 020178 force regidx_data ,regext_index 
+:      020179 aes_clear:
+0x6e8c 020180 force 4 ,loopcnt 
+:      020181 clear_loop:
+0x6e8d 020182 force 0 ,regext 
+:      020183 clear_data_rest:
+0x6e8e 020184 increase 1 ,regext_index 
+0x6e8f 020185 loop clear_loop 
+0x6e90 020186 rtn 
+:      020188 store_aes_result:
+0x6e91 020189 force regidx_result ,regext_index 
+0x6e92 020190 force 4 ,loopcnt 
+:      020191 send_aes_result_loop:
+0x6e93 020192 deposit regext 
+0x6e94 020193 istore 4 ,contw 
+0x6e95 020194 increase 1 ,regext_index 
+0x6e96 020195 loop send_aes_result_loop 
+0x6e97 020196 rtn 
+:      020198 store_enc_data:
+0x6e98 020199 force regidx_result ,regext_index 
+0x6e99 020200 copy regc ,contw 
+0x6e9a 020201 add regb ,1 ,loopcnt 
+0x6e9b 020202 sub loopcnt ,15 ,null 
+0x6e9c 020203 branch store_enc_loop ,positive 
+0x6e9d 020204 force 16 ,loopcnt 
+:      020205 store_enc_loop:
+0x6e9e 020206 deposit regext 
+0x6e9f 020207 sub loopcnt ,3 ,null 
+0x6ea0 020208 branch store_enc_byte ,positive 
+0x6ea1 020209 istore 4 ,contw 
+0x6ea2 020210 increase -4 ,loopcnt 
+0x6ea3 020211 rtn zero 
+0x6ea4 020212 increase 1 ,regext_index 
+0x6ea5 020213 branch store_enc_loop 
+:      020214 store_enc_byte:
+0x6ea6 020215 istore 1 ,contw 
+0x6ea7 020216 rshift8 pdata ,pdata 
+0x6ea8 020217 loop store_enc_byte 
+0x6ea9 020218 rtn 
+:      020221 compare_res:
+0x6eaa 020222 force regidx_result ,regext_index 
+0x6eab 020223 force 4 ,loopcnt 
+:      020224 compare_res_loop:
+0x6eac 020225 ifetch 4 ,contr 
+0x6ead 020226 isub regext ,null 
+0x6eae 020227 nrtn zero 
+0x6eaf 020228 increase 1 ,regext_index 
+0x6eb0 020229 loop compare_res_loop 
+0x6eb1 020230 force 0 ,null 
+0x6eb2 020231 rtn 
+:      020233 enable_authrom:
+0x6eb3 020234 fetch 1 ,core_clkoff 
+0x6eb4 020235 set0 clock_off_auth_rom ,pdata 
+0x6eb5 020236 store 1 ,core_clkoff 
+0x6eb6 020237 rtn 
+:      020239 disable_authrom:
+0x6eb7 020240 fetch 1 ,core_clkoff 
+0x6eb8 020241 set1 clock_off_auth_rom ,pdata 
+0x6eb9 020242 store 1 ,core_clkoff 
+0x6eba 020243 rtn 
+:      020249 ui_init:
+0x6ebb 020250 rtn wake 
+0x6ebc 020251 call lpm_disable_exen_output 
+0x6ebd 020252 call ui_button_init 
+0x6ebe 020253 call ui_timer_init 
+0x6ebf 020254 branch ui_led_init_global 
+:      020256 ui_dispatch:
+0x6ec0 020257 call ui_led_dispatch 
+0x6ec1 020258 branch ui_timer_check 
+:      020260 ui_button_init:
+0x6ec2 020261 fetch 1 ,mem_ui_button_gpio 
+0x6ec3 020262 rtneq ui_button_gpio_disable 
+0x6ec4 020263 iforce temp 
+0x6ec5 020264 call gpio_config_output 
+0x6ec6 020265 fetcht 1 ,mem_ui_button_gpio 
+0x6ec7 020266 call gpio_out_inactive 
+0x6ec8 020267 nop 100 
+0x6ec9 020268 fetcht 1 ,mem_ui_button_gpio 
+0x6eca 020269 call gpio_config_input 
+0x6ecb 020270 branch ui_button_polling 
+:      020274 ui_button_polling:
+0x6ecc 020275 bpatch patch17_0 ,mem_patch17 
+0x6ecd 020276 fetch 1 ,mem_ui_button_gpio 
+0x6ece 020277 rtneq ui_button_gpio_disable 
+0x6ecf 020278 copy pdata ,temp 
+0x6ed0 020279 call gpio_get_bit 
+0x6ed1 020280 nbranch ui_button_up ,true 
+:      020282 ui_button_down:
+0x6ed2 020283 call ui_button_check_long_press 
+0x6ed3 020284 fetch 2 ,mem_ui_state_map 
+0x6ed4 020285 set1 ui_state_btn_down ,pdata 
+0x6ed5 020286 store 2 ,mem_ui_state_map 
+0x6ed6 020287 fetch 1 ,mem_ui_button_last_state 
+0x6ed7 020288 rtneq ui_button_state_down 
+0x6ed8 020289 jam ui_button_state_down ,mem_ui_button_last_state 
+0x6ed9 020291 fetch 1 ,mem_ui_button_timeout 
+0x6eda 020292 store 1 ,mem_ui_button_timer 
+0x6edb 020293 call lpm_button_get_wake_lock 
+0x6edc 020294 jam bt_evt_button_down ,mem_fifo_temp 
+0x6edd 020295 branch ui_ipc_send_event 
+:      020296 ui_button_up:
+0x6ede 020297 fetch 2 ,mem_ui_state_map 
+0x6edf 020298 set0 ui_state_btn_down ,pdata 
+0x6ee0 020299 store 2 ,mem_ui_state_map 
+0x6ee1 020300 fetch 1 ,mem_ui_button_last_state 
+0x6ee2 020301 rtneq ui_button_state_up 
+0x6ee3 020302 jam ui_button_state_up ,mem_ui_button_last_state 
+0x6ee4 020304 jam 0 ,mem_ui_button_timer 
+0x6ee5 020305 call lpm_button_clean_wake_lock 
+0x6ee6 020306 jam bt_evt_button_up ,mem_fifo_temp 
+0x6ee7 020307 branch ui_ipc_send_event 
+:      020309 ui_button_check_long_press:
+0x6ee8 020310 fetch 1 ,mem_ui_button_timer 
+0x6ee9 020311 rtn blank 
+0x6eea 020312 increase -1 ,pdata 
+0x6eeb 020313 store 1 ,mem_ui_button_timer 
+0x6eec 020314 nrtn blank 
+0x6eed 020316 jam bt_evt_button_long_pressed ,mem_fifo_temp 
+0x6eee 020317 branch ui_ipc_send_event 
+:      020319 lpm_button_get_wake_lock:
+0x6eef 020320 arg wake_lock_button ,queue 
+0x6ef0 020321 branch lpm_get_wake_lock 
+:      020323 lpm_button_clean_wake_lock:
+0x6ef1 020324 arg wake_lock_button ,queue 
+0x6ef2 020325 branch lpm_put_wake_lock 
+:      020332 calc_curr_struct_prt:
+0x6ef3 020333 bpatch patch17_1 ,mem_patch17 
+0x6ef4 020334 fetch 2 ,mem_ui_led_struct_ptr 
+0x6ef5 020335 mul32 rega ,led_offset_length ,regb 
+0x6ef6 020336 iadd regb ,regb 
+0x6ef7 020337 rtn 
+:      020340 ui_led_init_global:
+0x6ef8 020341 fetch 1 ,mem_ui_led_struct_num 
+0x6ef9 020342 rtn blank 
+0x6efa 020343 copy pdata ,loopcnt 
+0x6efb 020344 fetch 2 ,mem_ui_led_struct_ptr 
+0x6efc 020345 copy pdata ,regb 
+:      020346 ui_led_init_loop:
+0x6efd 020347 add regb ,led_offset_led_gpio ,regc 
+0x6efe 020348 ifetcht 1 ,regc 
+0x6eff 020349 call ui_led_init_set 
+0x6f00 020350 increase led_offset_length ,regb 
+0x6f01 020351 loop ui_led_init_loop 
+0x6f02 020352 rtn 
+:      020355 ui_led_init_set:
+0x6f03 020356 fetch 1 ,mem_ui_led_init_state_set 
+0x6f04 020357 branch gpio_out_inactive ,blank 
+0x6f05 020358 branch gpio_out_active 
+:      020361 ui_led_on_global:
+0x6f06 020362 call calc_curr_struct_prt 
+0x6f07 020363 setarg ui_led_state_lighting 
+0x6f08 020364 istore 1 ,regb 
+0x6f09 020365 call ui_led_stop_timer 
+0x6f0a 020366 branch ui_led_on_static 
+:      020370 ui_led_blink_stop_global:
+:      020371 ui_led_off_global:
+0x6f0b 020372 call calc_curr_struct_prt 
+0x6f0c 020373 setarg ui_led_state_darking 
+0x6f0d 020374 istore 1 ,regb 
+0x6f0e 020375 call ui_led_stop_timer 
+0x6f0f 020376 branch ui_led_off_static 
+:      020380 ui_led_blink_start_global:
+0x6f10 020381 call calc_curr_struct_prt 
+0x6f11 020382 setarg ui_led_state_blink_start 
+0x6f12 020383 istore 1 ,regb 
+0x6f13 020384 setarg led_infinite_flash_num 
+0x6f14 020385 istore 1 ,contw 
+0x6f15 020386 branch ui_led_off_static 
+:      020391 ui_led_set_style_global:
+0x6f16 020392 call calc_curr_struct_prt 
+0x6f17 020393 arg led_offset_length ,loopcnt 
+0x6f18 020394 copy regc ,contr 
+0x6f19 020395 copy regb ,contw 
+0x6f1a 020396 branch memcpy_fast 
+:      020400 ui_led_dispatch:
+0x6f1b 020401 fetch 1 ,mem_ui_led_struct_num 
+0x6f1c 020402 rtn blank 
+0x6f1d 020403 arg 0 ,rega 
+:      020404 ui_led_blink_polling:
+0x6f1e 020405 call ui_led_change_style_by_type 
+0x6f1f 020406 increase 1 ,rega 
+0x6f20 020407 fetch 1 ,mem_ui_led_struct_num 
+0x6f21 020408 isub rega ,null 
+0x6f22 020409 rtn zero 
+0x6f23 020410 branch ui_led_blink_polling 
+:      020413 ui_led_off_static:
+0x6f24 020414 add regb ,led_offset_led_gpio ,regc 
+0x6f25 020415 ifetcht 1 ,regc 
+0x6f26 020416 fetch 1 ,mem_device_option 
+0x6f27 020417 beq dvc_op_mouse ,mouse_ui_led_off_static 
+0x6f28 020418 branch gpio_out_inactive 
+:      020421 ui_led_on_static:
+0x6f29 020422 add regb ,led_offset_led_gpio ,regc 
+0x6f2a 020423 ifetcht 1 ,regc 
+0x6f2b 020424 fetch 1 ,mem_device_option 
+0x6f2c 020425 beq dvc_op_mouse ,mouse_ui_led_on_static 
+0x6f2d 020426 branch gpio_out_active 
+:      020430 ui_led_change_style_by_type:
+0x6f2e 020431 add rega ,ui_led_blink ,queue 
+0x6f2f 020432 call timer_check 
+0x6f30 020433 nrtn blank 
+0x6f31 020435 call calc_curr_struct_prt 
+0x6f32 020437 ifetch 1 ,regb 
+0x6f33 020439 beq ui_led_state_lighting ,ui_led_on_static 
+0x6f34 020440 beq ui_led_state_darking ,ui_led_off_static 
+0x6f35 020441 beq ui_led_state_blink_stop ,ui_led_off_static 
+0x6f36 020442 beq ui_led_state_blink_darking ,ui_led_blink_state_darking 
+:      020443 ui_led_blink_state_lighting:
+0x6f37 020444 call ui_led_on_static 
+0x6f38 020445 add regb ,led_offset_cb_ledon ,regc 
+0x6f39 020446 call push_stack 
+0x6f3a 020447 ifetch 2 ,regc 
+0x6f3b 020448 call callback_func 
+0x6f3c 020449 call pop_stack 
+0x6f3d 020450 setarg ui_led_state_blink_darking 
+0x6f3e 020451 istore 1 ,regb 
+0x6f3f 020452 add regb ,led_offset_on_time ,regc 
+0x6f40 020453 ifetch 2 ,regc 
+0x6f41 020454 branch ui_led_blink_timer_start 
+:      020457 ui_led_blink_state_darking:
+0x6f42 020458 call ui_led_off_static 
+0x6f43 020459 add regb ,led_offset_cb_ledoff ,regc 
+0x6f44 020460 call push_stack 
+0x6f45 020461 ifetch 2 ,regc 
+0x6f46 020462 call callback_func 
+0x6f47 020463 call pop_stack 
+0x6f48 020465 add regb ,led_offset_blink_count ,regc 
+0x6f49 020466 ifetch 1 ,regc 
+0x6f4a 020467 beq led_infinite_flash_num ,ui_led_blink_infinite 
+0x6f4b 020468 increase -1 ,pdata 
+0x6f4c 020469 istore 1 ,regc 
+0x6f4d 020470 branch ui_led_blink_stop_global ,blank 
+:      020471 ui_led_blink_infinite:
+0x6f4e 020472 setarg ui_led_state_blink_lighting 
+0x6f4f 020473 istore 1 ,regb 
+0x6f50 020474 add regb ,led_offset_off_time ,regc 
+0x6f51 020475 ifetch 2 ,regc 
+:      020476 ui_led_blink_timer_start:
+0x6f52 020477 add rega ,ui_led_blink ,queue 
+0x6f53 020478 branch timer_init 
+:      020480 ui_led_stop_timer:
+0x6f54 020481 setarg 0 
+0x6f55 020482 branch ui_led_blink_timer_start 
+:      020488 ui_timer_timeout:
+0x6f56 020489 setarg 0x1000 
+0x6f57 020490 lshift16 pdata ,pdata 
+0x6f58 020491 iadd regb ,regb 
+0x6f59 020492 rtn 
+:      020494 ui_timer_check:
+0x6f5a 020495 bpatch patch17_2 ,mem_patch17 
+0x6f5b 020496 arg 0 ,rega 
+0x6f5c 020497 fetcht 4 ,mem_ui_timer_last_btclk 
+0x6f5d 020498 copy clkn_bt ,regb 
+0x6f5e 020499 copy regb ,pdata 
+0x6f5f 020500 isub temp ,null 
+0x6f60 020501 ncall ui_timer_timeout ,positive 
+:      020502 ui_timer_check_loop:
+0x6f61 020503 copy regb ,pdata 
+0x6f62 020504 increase 160 ,temp 
+0x6f63 020505 increase 160 ,temp 
+0x6f64 020506 isub temp ,null 
+0x6f65 020507 nbranch ui_timer_check_end ,positive 
+0x6f66 020508 increase 1 ,rega 
+0x6f67 020509 and rega ,0x0f ,pdata 
+0x6f68 020510 nbranch ui_timer_check_loop ,blank 
+0x6f69 020511 arg 0 ,rega 
+0x6f6a 020512 call ui_timer_check_send_evt 
+:      020513 ui_timer_init:
+0x6f6b 020514 copy clkn_bt ,pdata 
+0x6f6c 020515 store 4 ,mem_ui_timer_last_btclk 
+0x6f6d 020516 rtn 
+:      020517 ui_timer_check_end:
+0x6f6e 020518 copy rega ,pdata 
+0x6f6f 020519 rtn blank 
+0x6f70 020520 increase -160 ,temp 
+0x6f71 020521 increase -160 ,temp 
+0x6f72 020522 set0 28 ,temp 
+0x6f73 020523 storet 4 ,mem_ui_timer_last_btclk 
+:      020524 ui_timer_check_send_evt:
+0x6f74 020525 branch app_evt_timer 
+:      020532 ui_ipc_get_lock:
+0x6f75 020533 jam 1 ,mem_ipc_lock_bt 
+:      020534 ui_ipc_get_lock_wait:
+0x6f76 020535 fetch 1 ,mem_ipc_lock_c51 
+0x6f77 020536 nbranch ui_ipc_get_lock_wait ,blank 
+0x6f78 020537 rtn 
+:      020539 ui_ipc_put_lock:
+0x6f79 020540 jam 0 ,mem_ipc_lock_bt 
+0x6f7a 020541 rtn 
+:      020545 ui_ipc_send_event:
+0x6f7b 020546 bpatch patch17_3 ,mem_patch17 
+0x6f7c 020547 call ui_ipc_get_lock 
+0x6f7d 020548 copy rega ,pdata 
+0x6f7e 020549 store 4 ,mem_rega 
+0x6f7f 020550 arg mem_ipc_fifo_bt2c51 ,rega 
+0x6f80 020551 call fifo_in 
+0x6f81 020552 fetch 4 ,mem_rega 
+0x6f82 020553 copy pdata ,rega 
+0x6f83 020554 branch ui_ipc_put_lock 
+:      020556 ui_ipc_send_cmd:
+0x6f84 020557 bpatch patch17_4 ,mem_patch17 
+0x6f85 020558 call ui_ipc_get_lock 
+0x6f86 020559 copy rega ,pdata 
+0x6f87 020560 store 4 ,mem_rega 
+0x6f88 020561 arg mem_ipc_fifo_c512bt ,rega 
+0x6f89 020562 call fifo_in 
+0x6f8a 020563 fetch 4 ,mem_rega 
+0x6f8b 020564 copy pdata ,rega 
+0x6f8c 020565 branch ui_ipc_put_lock 
+:      020567 ui_ipc_clean_all_fifo:
+0x6f8d 020568 setarg 0 
+0x6f8e 020569 store util_fifo_len ,mem_ipc_fifo_c512bt 
+0x6f8f 020570 store util_fifo_len ,mem_ipc_fifo_bt2c51 
+0x6f90 020571 rtn 
+:      020573 check_51cmd:
+0x6f91 020574 bpatch patch17_5 ,mem_patch17 
+0x6f92 020575 fetch 1 ,mem_hci_cmd 
+0x6f93 020576 nrtn blank 
+0x6f94 020577 arg mem_ipc_fifo_c512bt ,rega 
+0x6f95 020578 call fifo_is_empty 
+0x6f96 020579 rtn blank 
+0x6f97 020580 jam ipc_continue_process ,mem_ipc_skip_continue_proc 
+0x6f98 020581 call check_51cmd_once 
+0x6f99 020582 fetch 1 ,mem_ipc_skip_continue_proc 
+0x6f9a 020583 branch check_51cmd ,blank 
+0x6f9b 020584 rtn 
+:      020586 check_51cmd_once:
+0x6f9c 020587 call ui_ipc_get_lock 
+0x6f9d 020588 arg mem_ipc_fifo_c512bt ,rega 
+0x6f9e 020589 call fifo_out 
+0x6f9f 020590 copy pdata ,temp 
+0x6fa0 020591 call ui_ipc_put_lock 
+0x6fa1 020592 bpatch patch17_6 ,mem_patch17 
+0x6fa2 020593 copy temp ,pdata 
+0x6fa3 020594 rtn blank 
+0x6fa4 020595 beq bt_cmd_start_adv ,check_51cmd_adv 
+0x6fa5 020596 beq bt_cmd_stop_adv ,check_51cmd_stop_adv 
+0x6fa6 020597 beq bt_cmd_start_direct_adv ,check_51cmd_direct_adv 
+0x6fa7 020598 beq bt_cmd_stop_direct_adv ,check_51cmd_stop_direct_adv 
+0x6fa8 020599 beq bt_cmd_led_off ,check_51cmd_led_off 
+0x6fa9 020600 beq bt_cmd_led_on ,check_51cmd_led_on 
+0x6faa 020601 beq bt_cmd_led_blink ,check_51cmd_led_start_blink 
+0x6fab 020602 beq bt_cmd_le_start_conn ,check_51cmd_le_start_con 
+0x6fac 020603 beq bt_cmd_le_start_scan ,check_51cmd_start_scan 
+0x6fad 020604 beq bt_cmd_le_stop_scan ,check_51cmd_stop_scan 
+0x6fae 020605 beq bt_cmd_enter_hibernate ,check_51cmd_hibernate 
+0x6faf 020607 store 1 ,mem_fifo_temp 
+:      020610 check_51cmd_once_continue:
+0x6fb0 020611 fetch 1 ,mem_fifo_temp 
+0x6fb1 020612 bmark0 mark_context ,check_51cmd_check_idle 
+0x6fb2 020613 bpatch patch17_7 ,mem_patch17 
+0x6fb3 020614 fetch 1 ,mem_fifo_temp 
+0x6fb4 020615 beq bt_cmd_le_disconnect ,check_51cmd_le_disconnect 
+0x6fb5 020616 beq bt_cmd_le_smp_security_request ,check_51cmd_le_smp_sec_req 
+0x6fb6 020617 beq bt_cmd_le_update_conn ,check_51cmd_ble_update_connect_param 
+0x6fb7 020618 beq bt_cmd_store_reconn_info_le ,eeprom_store_le_reconn_info 
+0x6fb8 020619 rtn 
+:      020621 check_51cmd_check_idle:
+0x6fb9 020622 store 1 ,mem_fifo_temp 
+0x6fba 020623 call context_check_idle 
+0x6fbb 020624 branch check_51cmd_restore ,zero 
+0x6fbc 020625 call context_search_plap 
+0x6fbd 020626 nrtn zero 
+:      020627 check_51cmd_restore:
+0x6fbe 020628 jam ipc_skip_continue_process ,mem_ipc_skip_continue_proc 
+0x6fbf 020629 branch ui_ipc_send_cmd 
+:      020636 check_51cmd_adv:
+0x6fc0 020637 jam on ,mem_le_adv_enable 
+0x6fc1 020638 jam adv_ind ,mem_le_adv_type 
+0x6fc2 020639 fetch 2 ,mem_ui_state_map 
+0x6fc3 020640 set1 ui_state_ble_adv ,pdata 
+0x6fc4 020641 store 2 ,mem_ui_state_map 
+0x6fc5 020642 rtn 
+:      020646 check_51cmd_stop_adv:
+:      020649 check_51cmd_stop_direct_adv:
+0x6fc6 020650 fetch 2 ,mem_ui_state_map 
+0x6fc7 020651 set0 ui_state_ble_adv ,pdata 
+0x6fc8 020652 store 2 ,mem_ui_state_map 
+0x6fc9 020653 jam off ,mem_le_adv_enable 
+0x6fca 020654 rtn 
+:      020658 check_51cmd_direct_adv:
+0x6fcb 020659 jam on ,mem_le_adv_enable 
+0x6fcc 020660 jam adv_direct_ind ,mem_le_adv_type 
+0x6fcd 020661 fetch 2 ,mem_ui_state_map 
+0x6fce 020662 set1 ui_state_ble_adv ,pdata 
+0x6fcf 020663 store 2 ,mem_ui_state_map 
+0x6fd0 020664 rtn 
+:      020668 check_51cmd_le_disconnect:
+0x6fd1 020669 setarg 20 
+0x6fd2 020670 store 2 ,mem_le_superto 
+0x6fd3 020671 store 2 ,mem_le_init_superto 
+0x6fd4 020672 branch le_send_terminate_ind_user_terminated 
+:      020676 check_51cmd_ble_update_connect_param:
+0x6fd5 020677 branch le_l2cap_tx_update_req 
+:      020681 check_51cmd_led_off:
+0x6fd6 020682 arg 0 ,rega 
+0x6fd7 020683 branch ui_led_off_global 
+:      020687 check_51cmd_led_on:
+0x6fd8 020688 arg 0 ,rega 
+0x6fd9 020689 branch ui_led_on_global 
+:      020693 check_51cmd_led_start_blink:
+0x6fda 020694 arg 0 ,rega 
+0x6fdb 020695 call calc_curr_struct_prt 
+0x6fdc 020696 ifetch 1 ,regb 
+0x6fdd 020697 beq ui_led_state_blink_start ,check_51cmd_led_start_blink_in_blink 
+0x6fde 020698 beq ui_led_state_blink_lighting ,check_51cmd_led_start_blink_in_blink 
+0x6fdf 020699 beq ui_led_state_blink_darking ,check_51cmd_led_start_blink_in_blink 
+0x6fe0 020700 branch ui_led_blink_start_global 
+:      020702 check_51cmd_led_start_blink_in_blink:
+0x6fe1 020703 ifetch 1 ,contr 
+0x6fe2 020704 rtneq led_infinite_flash_num 
+0x6fe3 020705 branch ui_led_blink_start_global 
+:      020709 check_51cmd_le_start_con:
+0x6fe4 020710 jam on ,mem_le_scan_enable 
+0x6fe5 020711 jam hci_cmd_le_create_conn ,mem_hci_cmd 
+0x6fe6 020714 rtn 
+:      020718 check_51cmd_start_scan:
+0x6fe7 020719 jam on ,mem_le_scan_enable 
+0x6fe8 020720 rtn 
+:      020724 check_51cmd_stop_scan:
+0x6fe9 020725 jam off ,mem_le_scan_enable 
+0x6fea 020726 jam 0 ,mem_hci_cmd 
+0x6feb 020727 rtn 
+:      020731 check_51cmd_hibernate:
+0x6fec 020732 fetch 2 ,mem_cb_before_hibernate 
+0x6fed 020733 call callback_func 
+0x6fee 020734 fetch 1 ,mem_ui_button_gpio 
+0x6fef 020735 beq ui_button_gpio_disable ,check_51cmd_hibernate_btn_disabled 
+0x6ff0 020736 copy pdata ,temp 
+0x6ff1 020737 call gpio_config_input 
+:      020738 check_51cmd_hibernate_btn_disabled:
+0x6ff2 020739 call ui_ipc_clean_all_fifo 
+0x6ff3 020740 branch lpm_hibernate 
+:      020744 check_51cmd_le_smp_sec_req:
+0x6ff4 020745 branch le_send_smp_security_request 
+:      020750 ui_check_paring_button:
+0x6ff5 020751 fetch 1 ,mem_ui_state_map 
+0x6ff6 020752 rtnbit0 ui_state_btn_down 
+0x6ff7 020753 rtn 
+:      020758 queue_init:
+0x6ff8 020759 fetch 2 ,mem_queue_ptr 
+0x6ff9 020760 add pdata ,queue_offset_curr_num ,contw 
+0x6ffa 020761 setarg 0 
+0x6ffb 020762 istore 3 ,contw 
+0x6ffc 020763 rtn 
+:      020767 queue_push:
+0x6ffd 020768 bpatch patch18_0 ,mem_patch18 
+0x6ffe 020769 call disable_user 
+0x6fff 020770 call queue_full 
+0x7000 020771 rtn blank 
+0x7001 020772 fetch 2 ,mem_queue_ptr 
+0x7002 020773 add pdata ,queue_offset_curr_num ,regb 
+0x7003 020774 ifetcht 1 ,regb 
+0x7004 020775 increase 1 ,temp 
+0x7005 020776 istoret 1 ,regb 
+0x7006 020778 ifetcht 1 ,pdata 
+0x7007 020779 copy temp ,loopcnt 
+0x7008 020780 add pdata ,queue_offset_write_ptr ,regb 
+0x7009 020781 ifetch 1 ,regb 
+0x700a 020782 imul32 temp ,pdata 
+0x700b 020783 iadd contr ,contw 
+0x700c 020784 copy rega ,contr 
+:      020785 calc_queue_next_ptr:
+0x700d 020786 call memcpy 
+0x700e 020787 call queue_get_size 
+0x700f 020788 pincrease -1 
+0x7010 020789 ifetcht 1 ,regb 
+0x7011 020790 increase 1 ,temp 
+0x7012 020791 iand temp ,temp 
+0x7013 020792 istoret 1 ,regb 
+0x7014 020793 branch enable_user 
+:      020798 queue_pop:
+0x7015 020799 bpatch patch18_1 ,mem_patch18 
+0x7016 020800 call disable_user 
+0x7017 020801 call queue_empty 
+0x7018 020802 rtn blank 
+0x7019 020803 fetch 2 ,mem_queue_ptr 
+0x701a 020804 add pdata ,queue_offset_curr_num ,regb 
+0x701b 020805 ifetcht 1 ,regb 
+0x701c 020806 increase -1 ,temp 
+0x701d 020807 istoret 1 ,regb 
+0x701e 020808 ifetcht 1 ,pdata 
+0x701f 020809 copy temp ,loopcnt 
+0x7020 020810 add pdata ,queue_offset_read_ptr ,regb 
+0x7021 020811 ifetch 1 ,regb 
+0x7022 020812 imul32 temp ,pdata 
+0x7023 020813 iadd contr ,contr 
+0x7024 020814 increase 1 ,contr 
+0x7025 020815 copy rega ,contw 
+0x7026 020816 branch calc_queue_next_ptr 
+:      020819 queue_empty:
+0x7027 020820 fetch 2 ,mem_queue_ptr 
+0x7028 020821 add pdata ,queue_offset_curr_num ,contr 
+0x7029 020822 ifetch 1 ,contr 
+0x702a 020823 rtn 
+:      020826 queue_full:
+0x702b 020827 call queue_get_size 
+0x702c 020828 ifetcht 1 ,contr 
+0x702d 020829 isub temp ,pdata 
+0x702e 020830 rtn 
+:      020833 queue_get_size:
+0x702f 020834 fetch 2 ,mem_queue_ptr 
+0x7030 020835 add pdata ,queue_offset_length ,contr 
+0x7031 020836 ifetch 1 ,contr 
+0x7032 020837 rtn 
+:      020845 usb_isr:
+0x7033 020846 bpatch patch18_2 ,mem_patch18 
+0x7034 020847 fetch 1 ,core_usb_status 
+0x7035 020848 isolate1 usb_status_reset ,pdata 
+0x7036 020849 call usb_init ,true 
+0x7037 020850 fetch 1 ,core_usb_status 
+0x7038 020851 store 1 ,core_usb_status 
+0x7039 020852 store 1 ,mem_usb_status 
+0x703a 020853 call usb_nak_state_judge 
+0x703b 020854 call usb_rx 
+0x703c 020855 call usb0_tx 
+0x703d 020856 call usb_tx 
+0x703e 020857 branch usb_nak_state 
+:      020859 usb_init:
+0x703f 020860 bpatch patch18_3 ,mem_patch18 
+0x7040 020861 call enable_authrom 
+0x7041 020862 call usb_init_param 
+0x7042 020863 jam 0x00 ,core_usb_config 
+0x7043 020864 nop 10000 
+0x7044 020865 jam 0xc0 ,core_usb_trig 
+0x7045 020866 fetch 2 ,core_clkoff 
+0x7046 020867 set0 clock_off_usb ,pdata 
+0x7047 020868 store 2 ,core_clkoff 
+0x7048 020869 jam 0x0 ,core_usb_hmode 
+0x7049 020870 jam 0x3c ,core_usb_config 
+0x704a 020871 setarg mem_usb_rxbuf 
+0x704b 020872 store 2 ,core_usb_rx_saddr 
+0x704c 020873 store 2 ,core_usb_rxptr 
+0x704d 020874 setarg mem_usb_rxbuf_end 
+0x704e 020875 store 2 ,core_usb_rx_eaddr 
+0x704f 020876 jam 0x4 ,core_usb_hmode 
+0x7050 020877 jam 0 ,core_usb_addr 
+0x7051 020878 jam 0xff ,core_usb_status 
+0x7052 020879 setarg mem_usb_clear_mem_end 
+0x7053 020880 arg mem_usb_clear_mem_start ,contw 
+0x7054 020881 isub contw ,loopcnt 
+0x7055 020882 branch clear_mem 
+:      020895 usb_init_param:
+0x7056 020896 jam dev_default ,mem_usb0_state 
+0x7057 020897 setarg 0x0 
+0x7058 020898 store 1 ,mem_remain 
+0x7059 020899 store 2 ,mem_usb_zero_packet 
+0x705a 020900 pincrease 1 
+0x705b 020901 store 2 ,mem_usb_ones_packet 
+0x705c 020902 pincrease 1 
+0x705d 020903 store 2 ,mem_usb_two_packet 
+0x705e 020904 arg mem_string0 ,contw 
+0x705f 020905 setarg 0x030404 
+0x7060 020906 istore 3 ,contw 
+0x7061 020907 setarg 0x0409 
+0x7062 020908 istore 2 ,contw 
+0x7063 020909 arg mem_string1 ,contw 
+0x7064 020910 setsect 0 ,0x15906 
+0x7065 020911 setsect 1 ,0x210d2 
+0x7066 020912 setsect 2 ,0x10494 
+0x7067 020913 setsect 3 ,0x1 
+0x7068 020914 istore 9 ,contw 
+0x7069 020915 arg mem_string2 ,contw 
+0x706a 020916 setsect 0 ,0x1570f 
+0x706b 020917 setsect 1 ,0x15c9a 
+0x706c 020918 setsect 2 ,0x256c6 
+0x706d 020919 setsect 3 ,0x1cdcd 
+0x706e 020920 istore 9 ,contw 
+0x706f 020921 setsect 0 ,0x14420 
+0x7070 020922 setsect 1 ,0x25d99 
+0x7071 020923 setsect 2 ,0x25636 
+0x7072 020924 setsect 3 ,0x1 
+0x7073 020925 istore 7 ,contw 
+0x7074 020926 arg mem_string3 ,contw 
+0x7075 020927 setsect 0 ,0x1620a 
+0x7076 020928 setsect 1 ,0xc8c 
+0x7077 020929 setsect 2 ,0x30333 
+0x7078 020930 setsect 3 ,0xc0c0 
+0x7079 020931 istore 9 ,contw 
+0x707a 020932 setsect 0 ,0x3130 
+0x707b 020933 istore 2 ,contw 
+0x707c 020934 setarg usb_kbdata_vendor_define_addr 
+0x707d 020935 store 2 ,mem_hidreportdesc_kb 
+0x707e 020936 setarg usb_msdata_addr 
+0x707f 020937 store 2 ,mem_hidreportdesc_m 
+0x7080 020938 arg usb_devicedata_addr ,contr 
+0x7081 020939 arg mem_devicedesc ,contw 
+0x7082 020940 arg 19 ,loopcnt 
+0x7083 020941 call memcpy 
+0x7084 020942 call usb_confdesc_config 
+:      020943 usb_config_cb:
+0x7085 020944 fetch 2 ,mem_cb_usb_config 
+0x7086 020945 branch callback_func 
+:      020947 usb_confdesc_config:
+0x7087 020948 fetch 1 ,mem_usb_ep3_enable 
+0x7088 020949 nrtn blank 
+:      020950 usb_confdesc_config_without_ep3:
+0x7089 020951 arg 60 ,loopcnt 
+0x708a 020952 arg mem_confdesc ,contw 
+0x708b 020953 arg usb_confdata_addr ,contr 
+0x708c 020954 branch memcpy 
+:      020956 usb_tx_interval_config:
+0x708d 020957 fetch 1 ,mem_usb_tx_interval 
+0x708e 020958 rtn blank 
+0x708f 020959 store 1 ,mem_confdesc + 34 
+0x7090 020960 store 1 ,mem_confdesc + 59 
+0x7091 020961 rtn 
+:      020963 usb_nak_state:
+0x7092 020964 arg usb_timer_nak ,queue 
+0x7093 020965 call timer_check 
+0x7094 020966 nrtn blank 
+0x7095 020967 fetch 1 ,mem_usb_wakestate_onetime_flag 
+0x7096 020968 nrtn blank 
+0x7097 020969 fetch 1 ,mem_usb_device_enumeration_endflag 
+0x7098 020970 ncall usb_mac_wakeup_judge ,blank 
+0x7099 020971 rtn 
+:      020973 usb_nak_state_judge:
+0x709a 020974 fetch 1 ,mem_usb_status 
+0x709b 020975 bbit1 usb_status_nak ,usb_nak_state_timer_init 
+0x709c 020976 rtn 
+:      020978 usb_nak_state_timer_init:
+0x709d 020979 call usb0_attached_state_judge 
+0x709e 020980 call timer_reinit 
+0x709f 020981 setarg timer_nak_delay 
+0x70a0 020982 arg usb_timer_nak ,queue 
+0x70a1 020983 branch timer_init 
+:      020985 usb0_attached_state_judge:
+0x70a2 020986 fetch 1 ,mem_usb_state 
+0x70a3 020987 bne usb_connected ,usb_clear_halt_dispose 
+0x70a4 020988 jam 0 ,mem_usb_wakestate_onetime_flag 
+0x70a5 020989 jam 0 ,mem_usb_mac_wakeup_trig 
+0x70a6 020990 rtn 
+:      020992 usb_clear_halt_dispose:
+0x70a7 020993 fetch 1 ,mem_usb_clear_halt 
+0x70a8 020994 rtn blank 
+0x70a9 020995 jam 0 ,mem_usb_clear_halt 
+0x70aa 020996 jam usb_connected ,mem_usb_state 
+0x70ab 020997 jam 1 ,mem_usb_device_enumeration_endflag 
+0x70ac 020998 rtn 
+:      021000 usb_rx_no_data:
+0x70ad 021001 fetch 1 ,mem_usb_status 
+0x70ae 021002 bbit1 usb_status_setup ,usb_class_type 
+0x70af 021003 rtn 
+:      021005 usb_rx_data:
+0x70b0 021006 fetch 1 ,core_usb_txbusy 
+0x70b1 021007 rtnbit1 usb_status_rxempty 
+0x70b2 021008 fetchr contus ,2 ,core_usb_rx_saddr 
+0x70b3 021009 fetchr contue ,2 ,core_usb_rx_eaddr 
+0x70b4 021010 fetchr contu ,2 ,core_usb_rxptr 
+0x70b5 021011 ifetch 2 ,contu 
+0x70b6 021012 rshift8 pdata ,temp 
+0x70b7 021013 rshift4 temp ,temp 
+0x70b8 021014 arg 0xfff ,contr 
+0x70b9 021015 iand contr ,loopcnt 
+0x70ba 021016 copy loopcnt ,rega 
+:      021017 usb_rx_read:
+0x70bb 021018 ifetch 1 ,contu 
+0x70bc 021019 istore 1 ,contw 
+0x70bd 021020 loop usb_rx_read 
+0x70be 021021 storer contu ,2 ,core_usb_rxptr 
+0x70bf 021022 storer rega ,2 ,mem_usb_read_len 
+0x70c0 021023 rtn 
+:      021026 usb_rx:
+0x70c1 021027 bpatch patch18_4 ,mem_patch18 
+0x70c2 021028 fetch 1 ,mem_usb_status 
+0x70c3 021029 rtnbit0 usb_status_rxready 
+0x70c4 021030 arg mem_usb_rxbuf_temp ,contw 
+0x70c5 021031 call usb_rx_data 
+0x70c6 021032 fetchr loopcnt ,2 ,mem_usb_read_len 
+0x70c7 021033 storer loopcnt ,1 ,mem_usb_ep3_out_data_len 
+0x70c8 021034 arg mem_usb_rxbuf_temp ,contr 
+0x70c9 021035 copy temp ,pdata 
+0x70ca 021036 beq 0 ,usb0_rx 
+0x70cb 021037 beq 3 ,usb_data_rx_ep3 
+:      021038 usb_data_rx:
+0x70cc 021039 rtn 
+:      021041 usb_data_rx_ep3:
+0x70cd 021042 arg mem_usb_ep3_out_data ,contw 
+0x70ce 021043 call memcpy 
+0x70cf 021044 jam 1 ,mem_usb_ep3_out_data_flag 
+0x70d0 021045 rtn 
+:      021048 usb0_rx:
+0x70d1 021049 arg mem_usb_setup ,contw 
+0x70d2 021050 call memcpy 
+0x70d3 021051 fetch 1 ,mem_usb_read_len 
+0x70d4 021052 beq 0x00 ,usb_rx_no_data 
+0x70d5 021053 beq 0x01 ,usb_out_one_byte 
+0x70d6 021054 sub pdata ,7 ,null 
+0x70d7 021055 rtn positive 
+:      021056 usb_class_type:
+0x70d8 021057 bpatch patch18_5 ,mem_patch18 
+0x70d9 021058 set0 mark_isstr ,mark 
+0x70da 021059 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x70db 021060 and_into 0x80 ,pdata 
+0x70dc 021061 beq in_device ,usb_in_device 
+0x70dd 021062 beq out_device ,usb_out_device 
+0x70de 021063 branch assert 
+:      021065 usb_out_one_byte:
+0x70df 021066 fetch 1 ,mem_usb_setup 
+0x70e0 021067 rtnbit1 7 
+0x70e1 021068 call usb_get_led_status 
+0x70e2 021069 branch usb0_reply_zerolen 
+:      021072 usb_in_device:
+0x70e3 021073 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x70e4 021074 rshift4 pdata ,pdata 
+0x70e5 021075 rshift pdata ,pdata 
+0x70e6 021076 and_into 0x03 ,pdata 
+0x70e7 021077 beq standard_req ,usb_in_standard_req 
+0x70e8 021078 beq class_req ,usb_in_class_req 
+0x70e9 021079 beq manufacturer_req ,usb_in_manufacturer_req 
+0x70ea 021080 branch assert 
+:      021082 usb_out_device:
+0x70eb 021083 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x70ec 021084 rshift4 pdata ,pdata 
+0x70ed 021085 rshift pdata ,pdata 
+0x70ee 021086 and_into 0x03 ,pdata 
+0x70ef 021087 beq standard_req ,usb_out_standard_req 
+0x70f0 021088 beq class_req ,usb_out_class_req 
+0x70f1 021089 beq manufacturer_req ,usb_out_manufacturer_req 
+0x70f2 021090 branch assert 
+:      021092 usb_in_standard_req:
+0x70f3 021093 bpatch patch18_6 ,mem_patch18 
+0x70f4 021094 fetch 1 ,mem_usb_setup_brequest 
+0x70f5 021095 beq get_configuration ,usb0_request_get_configuration 
+0x70f6 021096 beq get_descriptor ,usb0_request_get_descriptor 
+0x70f7 021097 beq get_interface ,usb0_request_get_interface 
+0x70f8 021098 beq get_status ,usb0_request_get_status 
+0x70f9 021099 branch usb0_force_stall 
+:      021101 usb_in_class_req:
+0x70fa 021102 bpatch patch18_7 ,mem_patch18 
+0x70fb 021103 fetch 1 ,mem_usb_setup_brequest 
+0x70fc 021104 beq get_idle ,usb_get_idle 
+0x70fd 021105 beq get_report ,usb_get_report 
+0x70fe 021106 beq get_protocol ,usb_get_protocol_req 
+0x70ff 021107 branch usb0_force_stall 
+:      021109 usb_in_manufacturer_req:
+0x7100 021110 branch usb0_force_stall 
+:      021112 usb_out_standard_req:
+0x7101 021113 bpatch patch19_0 ,mem_patch19 
+0x7102 021114 fetch 1 ,mem_usb_setup_brequest 
+0x7103 021115 beq clear_feature ,usb0_request_clear_feature 
+0x7104 021116 beq set_feature ,usb0_request_set_feature 
+0x7105 021117 beq set_address ,usb0_request_set_address 
+0x7106 021118 beq set_configuration ,usb0_request_set_configuration 
+0x7107 021119 beq set_interface ,usb0_request_set_interface 
+0x7108 021120 beq set_descriptor ,usb0_force_stall 
+0x7109 021121 branch usb0_force_stall 
+:      021123 usb_out_class_req:
+0x710a 021124 bpatch patch19_1 ,mem_patch19 
+0x710b 021125 fetch 1 ,mem_usb_setup_brequest 
+0x710c 021126 beq set_idle ,usb_set_idle 
+0x710d 021127 beq set_report ,usb_set_report 
+0x710e 021128 beq set_protocol ,usb_set_protocol_req 
+0x710f 021129 branch usb0_force_stall 
+:      021131 usb_out_manufacturer_req:
+0x7110 021132 branch usb0_force_stall 
+:      021134 usb0_force_stall:
+0x7111 021135 bpatch patch19_2 ,mem_patch19 
+0x7112 021136 fetch 1 ,core_usb_stall 
+0x7113 021137 set1 0 ,pdata 
+0x7114 021138 store 1 ,core_usb_stall 
+0x7115 021139 branch usb0_reply_zerolen 
+:      021141 usb0_reply_zerolen:
+0x7116 021142 jam 0x10 ,core_usb_trig 
+0x7117 021143 rtn 
+:      021145 usb0_request_get_configuration:
+0x7118 021146 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x7119 021147 bne in_device ,usb0_force_stall 
+0x711a 021148 fetch 1 ,mem_usb_setup_windex 
+0x711b 021149 bne 0 ,usb0_force_stall 
+0x711c 021150 fetch 1 ,mem_usb_setup_windex + 1 
+0x711d 021151 bne 0 ,usb0_force_stall 
+0x711e 021152 fetch 1 ,mem_usb_setup_blength 
+0x711f 021153 bne 1 ,usb0_force_stall 
+0x7120 021154 fetch 1 ,mem_usb_setup_blengthh 
+0x7121 021155 bne 0 ,usb0_force_stall 
+0x7122 021156 fetch 1 ,mem_usb_setup_bvalue 
+0x7123 021157 bne 0 ,usb0_force_stall 
+0x7124 021158 fetch 1 ,mem_usb_setup_bvalue + 1 
+0x7125 021159 bne 0 ,usb0_force_stall 
+0x7126 021160 fetch 1 ,mem_usb0_state 
+0x7127 021161 beq dev_configured ,usb0_request_get_cfg_dev_cfg 
+0x7128 021162 beq dev_address ,usb0_request_get_cfg_dev_addr 
+0x7129 021163 branch usb0_force_stall 
+:      021165 usb0_request_get_cfg_dev_cfg:
+0x712a 021166 arg 1 ,regb 
+0x712b 021167 branch usb_send_ones_packet 
+:      021169 usb0_request_get_cfg_dev_addr:
+0x712c 021170 arg 1 ,regb 
+0x712d 021171 branch usb_send_zero_packet 
+:      021173 usb0_request_get_descriptor:
+0x712e 021174 bpatch patch19_3 ,mem_patch19 
+0x712f 021176 fetch 1 ,mem_usb_setup_bvalueh 
+0x7130 021177 beq dsc_device ,dsc_device_info 
+0x7131 021178 beq dsc_config ,dsc_config_info 
+0x7132 021179 beq dsc_string ,dsc_string_info 
+0x7133 021180 beq dsc_hid ,dsc_hid_info 
+0x7134 021181 beq dsc_hid_report ,dsc_hid_report_info 
+0x7135 021182 branch usb0_force_stall 
+:      021184 dsc_hid_info:
+0x7136 021185 jam 0 ,mem_usb_get_protocol_flag 
+0x7137 021186 fetch 1 ,mem_usb_setup_windex 
+0x7138 021187 beq 0 ,dsc_hid_info_interface0 
+0x7139 021188 beq 1 ,dsc_hid_info_interface1 
+0x713a 021189 beq 2 ,dsc_hid_info_interface2 
+0x713b 021190 branch usb0_force_stall 
+:      021192 dsc_hid_info_interface0:
+0x713c 021193 fetchr regb ,1 ,mem_confdesc + 19 
+0x713d 021194 arg mem_confdesc + 19 ,rega 
+0x713e 021195 branch usb0_respond 
+:      021197 dsc_hid_info_interface1:
+0x713f 021198 fetchr regb ,1 ,mem_confdesc + 44 
+0x7140 021199 arg mem_confdesc + 44 ,rega 
+0x7141 021200 branch usb0_respond 
+:      021201 dsc_hid_info_interface2:
+0x7142 021202 fetchr regb ,1 ,mem_confdesc + 69 
+0x7143 021203 arg mem_confdesc + 69 ,rega 
+0x7144 021204 branch usb0_respond 
+:      021206 dsc_device_info:
+0x7145 021210 fetch 1 ,mem_usb_set_high_addr_flag 
+0x7146 021211 ncall usb_set_high_addr ,blank 
+0x7147 021212 setarg mem_devicedesc 
+0x7148 021213 fetcht 1 ,mem_devicedesc 
+:      021214 dsc_info_set_data_len:
+0x7149 021215 store 2 ,mem_dsc_info_data_pointer 
+0x714a 021216 storet 1 ,mem_dsc_info_len 
+0x714b 021217 fetch 1 ,mem_usb_setup_blength 
+0x714c 021218 isub temp ,null 
+0x714d 021219 nbranch dsc_info_set_current_data_len ,positive 
+:      021220 dsc_info_set_initial_data_len:
+0x714e 021221 fetch 1 ,mem_dsc_info_len 
+:      021222 dsc_info_set_data_size_completed:
+0x714f 021223 iforce regb 
+0x7150 021224 fetch 2 ,mem_dsc_info_data_pointer 
+0x7151 021225 add pdata ,1 ,pdata 
+0x7152 021226 iforce rega 
+0x7153 021227 branch usb0_respond 
+:      021228 dsc_info_set_current_data_len:
+0x7154 021229 fetch 1 ,mem_usb_setup_blength 
+0x7155 021230 branch dsc_info_set_data_size_completed 
+:      021232 usb_set_high_addr:
+0x7156 021233 fetch 1 ,core_usb_addr 
+0x7157 021234 ncall usb0_set_addr ,blank 
+0x7158 021235 jam 0 ,mem_usb_set_high_addr_flag 
+0x7159 021236 rtn 
+:      021237 usb0_set_addr:
+0x715a 021238 fetch 1 ,core_usb_addr 
+0x715b 021239 set1 7 ,pdata 
+0x715c 021240 store 1 ,core_usb_addr 
+0x715d 021241 rtn 
+:      021243 dsc_config_info:
+0x715e 021244 setarg mem_confdesc 
+0x715f 021245 fetcht 1 ,mem_confdesc 
+0x7160 021246 branch dsc_info_set_data_len 
+:      021248 dsc_string_info:
+0x7161 021249 fetch 1 ,mem_usb_setup_bvalue 
+0x7162 021250 sub pdata ,3 ,null 
+0x7163 021251 nbranch usb0_force_stall ,positive 
+0x7164 021252 fetch 1 ,mem_usb_setup_bvalue 
+0x7165 021253 arg mem_string0 ,rega 
+0x7166 021254 beq 0 ,usb0_respond_length 
+0x7167 021255 set1 mark_isstr ,mark 
+0x7168 021256 arg mem_string1 ,rega 
+0x7169 021257 beq 1 ,usb0_respond_length 
+0x716a 021258 arg mem_string2 ,rega 
+0x716b 021259 beq 2 ,usb0_respond_length 
+0x716c 021260 arg mem_string3 ,rega 
+0x716d 021261 beq 3 ,usb0_respond_length 
+0x716e 021262 rtn 
+:      021264 dsc_hid_report_info:
+0x716f 021265 fetch 2 ,mem_usb_setup_windex 
+0x7170 021266 beq 0 ,dsc_hid_report_info0 
+0x7171 021267 beq 1 ,dsc_hid_report_info1 
+0x7172 021268 beq 2 ,dsc_hid_report_info2 
+0x7173 021269 branch usb0_force_stall 
+:      021271 dsc_hid_report_info0:
+0x7174 021272 fetchr rega ,2 ,mem_hidreportdesc_kb 
+0x7175 021273 branch usb0_respond_length 
+:      021275 dsc_hid_report_info1:
+0x7176 021276 fetch 1 ,mem_usb_ep3_enable 
+0x7177 021277 call dsc_hid_enumerate_success ,blank 
+0x7178 021278 fetchr rega ,2 ,mem_hidreportdesc_m 
+0x7179 021279 branch usb0_respond_length 
+:      021281 dsc_hid_report_info2:
+0x717a 021282 fetch 1 ,mem_usb_ep3_enable 
+0x717b 021283 ncall dsc_hid_enumerate_success ,blank 
+0x717c 021284 fetchr rega ,2 ,mem_hidreportdesc_ep3 
+0x717d 021285 branch usb0_respond_length 
+:      021287 dsc_hid_enumerate_success:
+0x717e 021288 jam 1 ,mem_usb_device_enumeration_endflag 
+0x717f 021289 jam usb_got_report_req ,mem_usb_state 
+0x7180 021290 rtn 
+:      021293 usb0_request_get_interface:
+0x7181 021294 fetch 1 ,mem_usb0_state 
+0x7182 021295 bne dev_configured ,usb0_force_stall 
+0x7183 021296 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x7184 021297 bne in_interface ,usb0_force_stall 
+0x7185 021298 fetch 1 ,mem_usb_setup_bvalue 
+0x7186 021299 bne 0 ,usb0_force_stall 
+0x7187 021300 fetch 1 ,mem_usb_setup_bvalueh 
+0x7188 021301 bne 0 ,usb0_force_stall 
+0x7189 021302 fetch 1 ,mem_usb_setup_blength 
+0x718a 021303 bne 1 ,usb0_force_stall 
+0x718b 021304 fetch 1 ,mem_usb_setup_blengthh 
+0x718c 021305 bne 0 ,usb0_force_stall 
+0x718d 021306 fetch 1 ,mem_usb_setup_windex 
+0x718e 021307 bne 0 ,usb0_force_stall 
+0x718f 021308 fetch 1 ,mem_usb_setup_windex + 1 
+0x7190 021309 bne 0 ,usb0_force_stall 
+0x7191 021310 arg 1 ,regb 
+0x7192 021311 branch usb_send_zero_packet 
+:      021314 usb0_request_get_status:
+0x7193 021315 fetch 1 ,mem_usb0_state 
+0x7194 021316 beq dev_default ,usb0_force_stall 
+0x7195 021317 fetch 1 ,mem_usb_setup_bvalue 
+0x7196 021318 bne 0 ,usb0_force_stall 
+0x7197 021319 fetch 1 ,mem_usb_setup_bvalueh 
+0x7198 021320 bne 0 ,usb0_force_stall 
+0x7199 021321 fetch 1 ,mem_usb_setup_blength 
+0x719a 021322 bne 2 ,usb0_force_stall 
+0x719b 021323 fetch 1 ,mem_usb_setup_blengthh 
+0x719c 021324 bne 0 ,usb0_force_stall 
+0x719d 021325 fetch 1 ,mem_usb_setup_windex + 1 
+0x719e 021326 bne 0 ,usb0_force_stall 
+0x719f 021327 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x71a0 021328 beq in_device ,usb0_get_status_in_device 
+0x71a1 021329 beq in_interface ,usb0_get_status_in_interface 
+0x71a2 021330 beq in_endpoint ,usb0_get_status_in_endpoint 
+0x71a3 021331 branch usb0_force_stall 
+:      021334 usb0_sdsystem_dispose:
+0x71a4 021335 jam 1 ,mem_usb_sdsystem_wakeup_flag 
+0x71a5 021336 branch usb_send_two_packet 
+:      021338 usb0_get_status_in_device:
+0x71a6 021339 fetch 1 ,mem_usb_setup_windex 
+0x71a7 021340 bne 0 ,usb0_force_stall 
+0x71a8 021341 arg 2 ,regb 
+0x71a9 021342 fetch 1 ,mem_usb_remote_wakeup 
+0x71aa 021343 beq 0x01 ,usb0_sdsystem_dispose 
+:      021345 usb_send_zero_packet:
+0x71ab 021346 arg mem_usb_zero_packet ,rega 
+0x71ac 021347 branch usb0_respond 
+:      021348 usb_send_ones_packet:
+0x71ad 021349 arg mem_usb_ones_packet ,rega 
+0x71ae 021350 branch usb0_respond 
+:      021351 usb_send_two_packet:
+0x71af 021352 arg mem_usb_two_packet ,rega 
+0x71b0 021353 branch usb0_respond 
+:      021355 usb0_get_status_in_interface:
+0x71b1 021356 fetch 1 ,mem_usb0_state 
+0x71b2 021357 bne dev_configured ,usb0_force_stall 
+0x71b3 021358 arg 2 ,regb 
+0x71b4 021359 branch usb_send_zero_packet 
+:      021361 usb0_get_status_in_endpoint:
+0x71b5 021362 fetch 1 ,mem_usb0_state 
+0x71b6 021363 bne dev_configured ,usb0_force_stall 
+0x71b7 021364 fetch 1 ,mem_usb_setup_windex 
+0x71b8 021365 beq in_ep1 ,usb0_get_status_in_ep_in_ep1 
+0x71b9 021366 beq in_ep2 ,usb0_get_status_in_ep_in_ep2 
+0x71ba 021367 beq in_ep3 ,usb0_get_status_in_ep_in_ep3 
+0x71bb 021368 and_into 0x7f ,pdata 
+0x71bc 021369 beq 0x00 ,usb0_get_status_in_ep_in_ep0 
+0x71bd 021370 branch usb0_force_stall 
+:      021372 usb0_get_status_in_ep_in_ep0:
+0x71be 021373 fetch 1 ,mem_usb_ep0_stall_status 
+:      021374 usb0_get_status_in_ep_in_ack:
+0x71bf 021375 arg 2 ,regb 
+0x71c0 021376 beq 1 ,usb_send_ones_packet 
+0x71c1 021377 branch usb_send_zero_packet 
+:      021378 usb0_get_status_in_ep_in_ep1:
+0x71c2 021379 fetch 1 ,mem_usb_ep1_stall_status 
+0x71c3 021380 branch usb0_get_status_in_ep_in_ack 
+:      021381 usb0_get_status_in_ep_in_ep2:
+0x71c4 021382 fetch 1 ,mem_usb_ep2_stall_status 
+0x71c5 021383 branch usb0_get_status_in_ep_in_ack 
+:      021384 usb0_get_status_in_ep_in_ep3:
+0x71c6 021385 fetch 1 ,mem_usb_ep3_stall_status 
+0x71c7 021386 branch usb0_get_status_in_ep_in_ack 
+:      021388 usb_get_idle:
+0x71c8 021389 jam 1 ,mem_usb_idle_flag 
+0x71c9 021390 arg mem_usb_idle_rate ,rega 
+0x71ca 021391 arg 1 ,regb 
+0x71cb 021392 branch usb0_respond 
+:      021394 usb_get_report:
+0x71cc 021395 fetch 2 ,mem_usb_setup_bvalue 
+0x71cd 021396 arg pc_get_report ,temp 
+0x71ce 021397 isub temp ,null 
+0x71cf 021398 nbranch usb0_force_stall ,zero 
+:      021400 usb_get_report_dispose:
+0x71d0 021401 fetch 1 ,mem_usb0_data_ready_report 
+0x71d1 021402 nbranch usb_get_report_data_success ,blank 
+0x71d2 021403 jam pc_get_nondata ,mem_usb0_get_report_data 
+:      021404 usb_get_report_send_data:
+0x71d3 021405 fetch 1 ,mem_usb_setup_blength 
+0x71d4 021406 iforce regb 
+0x71d5 021407 arg mem_usb0_get_report_data ,rega 
+0x71d6 021408 call usb0_respond 
+:      021409 usb_get_report_data_release:
+0x71d7 021410 arg mem_usb0_get_report_data ,contw 
+0x71d8 021411 arg 8 ,loopcnt 
+0x71d9 021412 branch memset0 
+:      021413 usb_get_report_data_success:
+0x71da 021414 jam 0 ,mem_usb0_data_ready_report 
+0x71db 021415 jam pc_get_data ,mem_usb0_get_report_data 
+0x71dc 021416 branch usb_get_report_send_data 
+:      021418 usb_get_protocol_req:
+0x71dd 021419 fetch 1 ,mem_usb_setup_blength 
+0x71de 021420 bne 1 ,usb0_force_stall 
+0x71df 021421 jam 1 ,mem_usb_get_protocol_flag 
+0x71e0 021422 arg 1 ,regb 
+0x71e1 021423 fetch 1 ,mem_usb_set_protocol_value 
+0x71e2 021424 beq 0 ,usb_get_report_protocol 
+0x71e3 021425 beq 1 ,usb_get_boot_protocol 
+0x71e4 021426 branch usb_send_zero_packet 
+:      021427 usb_get_report_protocol:
+0x71e5 021428 branch usb_send_ones_packet 
+:      021429 usb_get_boot_protocol:
+0x71e6 021430 branch usb_send_zero_packet 
+:      021435 usb0_request_clear_feature:
+0x71e7 021436 fetch 1 ,mem_usb0_state 
+0x71e8 021437 bne dev_configured ,usb0_force_stall 
+0x71e9 021438 fetch 1 ,mem_usb_setup_blength 
+0x71ea 021439 bne 0 ,usb0_force_stall 
+0x71eb 021440 fetch 1 ,mem_usb_setup_blengthh 
+0x71ec 021441 bne 0 ,usb0_force_stall 
+0x71ed 021442 fetch 1 ,mem_usb_setup_bvalueh 
+0x71ee 021443 bne 0 ,usb0_force_stall 
+0x71ef 021444 fetch 1 ,mem_usb_setup_windex + 1 
+0x71f0 021445 bne 0 ,usb0_force_stall 
+0x71f1 021446 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x71f2 021447 beq out_device ,usb0_request_clear_feature_out_device 
+0x71f3 021448 beq out_interface ,usb0_request_clear_feature_out_interface 
+0x71f4 021449 beq out_endpoint ,usb0_request_clear_feature_out_endpoint 
+0x71f5 021450 branch usb0_force_stall 
+:      021452 usb0_request_clear_feature_out_device:
+0x71f6 021453 fetch 1 ,mem_usb_setup_bvalue 
+0x71f7 021454 bne device_remote_wakeup ,usb0_force_stall 
+0x71f8 021455 fetch 1 ,core_usb_config 
+0x71f9 021456 set0 7 ,pdata 
+0x71fa 021457 store 1 ,core_usb_config 
+0x71fb 021458 jam 0 ,mem_usb_remote_wakeup 
+0x71fc 021459 jam 1 ,mem_usb_clear_remote_wakeup 
+0x71fd 021460 fetch 1 ,mem_usb_sdsystem_wakeup_flag 
+0x71fe 021461 branch usb0_reply_zerolen ,blank 
+0x71ff 021462 jam 0 ,mem_usb_sdsystem_wakeup_flag 
+0x7200 021463 fetch 1 ,mem_usb_sdsystem_wakeup_flag_judge 
+0x7201 021464 branch usb0_reply_zerolen ,blank 
+0x7202 021465 jam 0 ,mem_usb_clear_remote_wakeup 
+0x7203 021466 jam usb_connected ,mem_usb_state 
+0x7204 021467 branch usb0_reply_zerolen 
+:      021469 usb0_request_clear_feature_out_interface:
+0x7205 021470 branch usb0_force_stall 
+:      021472 usb0_request_clear_feature_out_endpoint:
+0x7206 021473 fetch 1 ,mem_usb_setup_bvalue 
+0x7207 021474 bne endpoint_halt ,usb0_force_stall 
+0x7208 021475 fetch 1 ,mem_usb_setup_windex 
+0x7209 021476 beq in_ep1 ,usb0_force_stall_ep1_in_off 
+0x720a 021477 beq in_ep2 ,usb0_force_stall_ep2_in_off 
+0x720b 021478 beq in_ep3 ,usb0_force_stall_ep3_in_off 
+0x720c 021479 and_into 0x7f ,pdata 
+0x720d 021480 beq 0x00 ,usb0_force_stall_ep0_in_off 
+0x720e 021481 branch usb0_force_stall 
+:      021483 usb0_force_stall_ep0_in_off:
+0x720f 021484 jam 0 ,mem_usb_ep0_stall_status 
+0x7210 021485 branch usb0_reply_zerolen 
+:      021486 usb0_force_stall_ep1_in_off:
+0x7211 021487 jam 0 ,mem_usb_ep1_stall_status 
+:      021488 usb0_force_stall_ep1_in_off_reply:
+0x7212 021489 jam 1 ,mem_usb_clear_halt 
+0x7213 021490 branch usb0_reply_zerolen 
+:      021491 usb0_force_stall_ep2_in_off:
+0x7214 021492 jam 0 ,mem_usb_ep2_stall_status 
+0x7215 021493 branch usb0_force_stall_ep1_in_off_reply 
+:      021494 usb0_force_stall_ep3_in_off:
+0x7216 021495 jam 0 ,mem_usb_ep3_stall_status 
+0x7217 021496 branch usb0_force_stall_ep1_in_off_reply 
+:      021499 usb0_request_set_feature:
+0x7218 021500 fetch 1 ,mem_usb_setup_blength 
+0x7219 021501 bne 0 ,usb0_force_stall 
+0x721a 021502 fetch 1 ,mem_usb_setup_blengthh 
+0x721b 021503 bne 0 ,usb0_force_stall 
+0x721c 021504 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x721d 021505 beq out_device ,usb0_request_set_feature_out_device 
+0x721e 021506 beq out_interface ,usb0_request_set_feature_out_interface 
+0x721f 021507 beq out_endpoint ,usb0_request_set_feature_out_endpoint 
+0x7220 021508 branch usb0_force_stall 
+:      021510 usb0_request_set_feature_out_device:
+0x7221 021511 fetch 1 ,mem_usb_setup_bvalue 
+0x7222 021512 bne device_remote_wakeup ,usb0_force_stall 
+0x7223 021513 call dongle_set_pc_sleep_flag 
+0x7224 021514 fetch 1 ,core_usb_config 
+0x7225 021515 set1 7 ,pdata 
+0x7226 021516 store 1 ,core_usb_config 
+0x7227 021517 jam 1 ,mem_usb_remote_wakeup 
+0x7228 021518 jam usb_sleep ,mem_usb_state 
+0x7229 021519 jam 0 ,mem_usb_tx_win_enable 
+0x722a 021520 call usb0_reply_zerolen 
+:      021521 usb_wakeup_timer_reinit:
+0x722b 021522 call timer_reinit 
+0x722c 021523 setarg timer_wakeup_delay 
+0x722d 021524 arg usb_timer_wakeup ,queue 
+0x722e 021525 branch timer_init 
+:      021527 usb0_request_set_feature_out_interface:
+0x722f 021528 branch usb0_force_stall 
+:      021530 usb0_request_set_feature_out_endpoint:
+0x7230 021531 fetch 1 ,mem_usb_setup_bvalue 
+0x7231 021532 bne endpoint_halt ,usb0_force_stall 
+0x7232 021533 fetch 1 ,mem_usb_setup_bvalueh 
+0x7233 021534 bne 0 ,usb0_force_stall 
+0x7234 021535 fetch 1 ,mem_usb_setup_windex 
+0x7235 021536 beq in_ep1 ,usb0_force_stall_ep1_in_on 
+0x7236 021537 beq in_ep2 ,usb0_force_stall_ep2_in_on 
+0x7237 021538 beq in_ep3 ,usb0_force_stall_ep3_in_on 
+0x7238 021539 and_into 0x7f ,pdata 
+0x7239 021540 beq 0x00 ,usb0_force_stall_ep0_in_on 
+0x723a 021541 branch usb0_force_stall 
+:      021543 usb0_force_stall_ep0_in_on:
+0x723b 021544 jam 1 ,mem_usb_ep0_stall_status 
+0x723c 021545 branch usb0_reply_zerolen 
+:      021546 usb0_force_stall_ep1_in_on:
+0x723d 021547 jam 1 ,mem_usb_ep1_stall_status 
+0x723e 021548 branch usb0_reply_zerolen 
+:      021549 usb0_force_stall_ep2_in_on:
+0x723f 021550 jam 1 ,mem_usb_ep2_stall_status 
+0x7240 021551 branch usb0_reply_zerolen 
+:      021552 usb0_force_stall_ep3_in_on:
+0x7241 021553 jam 1 ,mem_usb_ep3_stall_status 
+0x7242 021554 branch usb0_reply_zerolen 
+:      021557 usb0_request_set_address:
+0x7243 021558 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x7244 021559 bne out_device ,usb0_force_stall 
+0x7245 021560 fetch 1 ,mem_usb_setup_windex 
+0x7246 021561 bne 0 ,usb0_force_stall 
+0x7247 021562 fetch 1 ,mem_usb_setup_windex + 1 
+0x7248 021563 bne 0 ,usb0_force_stall 
+0x7249 021564 fetch 1 ,mem_usb_setup_blength 
+0x724a 021565 bne 0 ,usb0_force_stall 
+0x724b 021566 fetch 1 ,mem_usb_setup_blengthh 
+0x724c 021567 bne 0 ,usb0_force_stall 
+0x724d 021568 fetch 1 ,mem_usb_setup_bvalueh 
+0x724e 021569 bne 0 ,usb0_force_stall 
+0x724f 021570 fetch 1 ,mem_usb_setup_bvalue 
+0x7250 021571 and_into 0x80 ,pdata 
+0x7251 021572 bne 0 ,usb0_force_stall 
+0x7252 021573 fetch 1 ,mem_usb_setup_bvalue 
+0x7253 021574 bne 0 ,usb_usb0_state_set_dev_addr 
+:      021575 usb_usb0_state_set_dev_default:
+0x7254 021576 jam dev_default ,mem_usb0_state 
+:      021577 usb0_request_set_wait_address:
+0x7255 021578 fetch 1 ,mem_usb_setup_bvalue 
+0x7256 021579 store 1 ,core_usb_addr 
+0x7257 021580 call usb0_reply_zerolen 
+0x7258 021581 jam 1 ,mem_usb_set_high_addr_flag 
+0x7259 021582 rtn 
+:      021583 usb_usb0_state_set_dev_addr:
+0x725a 021584 jam dev_address ,mem_usb0_state 
+0x725b 021585 branch usb0_request_set_wait_address 
+:      021588 usb0_request_set_configuration:
+0x725c 021589 fetch 1 ,mem_usb0_state 
+0x725d 021590 beq dev_default ,usb0_force_stall 
+0x725e 021591 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x725f 021592 bne out_device ,usb0_force_stall 
+0x7260 021593 fetch 1 ,mem_usb_setup_windex 
+0x7261 021594 bne 0 ,usb0_force_stall 
+0x7262 021595 fetch 1 ,mem_usb_setup_windex + 1 
+0x7263 021596 bne 0 ,usb0_force_stall 
+0x7264 021597 fetch 1 ,mem_usb_setup_blength 
+0x7265 021598 bne 0 ,usb0_force_stall 
+0x7266 021599 fetch 1 ,mem_usb_setup_blengthh 
+0x7267 021600 bne 0 ,usb0_force_stall 
+0x7268 021601 fetch 1 ,mem_usb_setup_bvalue + 1 
+0x7269 021602 bne 0 ,usb0_force_stall 
+0x726a 021603 fetch 1 ,mem_usb_setup_bvalue 
+0x726b 021604 sub pdata ,usb_max_num_cfg ,null 
+0x726c 021605 nbranch usb0_force_stall ,positive 
+0x726d 021606 fetch 1 ,mem_usb0_state 
+0x726e 021607 beq dev_address ,usb0_request_set_cfg_addr_state 
+0x726f 021608 beq dev_configured ,usb0_request_set_cfg_cfg_state 
+0x7270 021609 branch usb0_force_stall 
+:      021611 usb0_request_set_cfg_addr_state:
+:      021612 usb0_request_set_cfg_cfg_state:
+0x7271 021613 fetch 1 ,mem_usb_setup_bvalue 
+0x7272 021614 beq 0 ,usb0_request_set_cfg_stay_addr_state 
+0x7273 021615 jam dev_configured ,mem_usb0_state 
+0x7274 021616 branch usb0_reply_zerolen 
+:      021617 usb0_request_set_cfg_stay_addr_state:
+0x7275 021618 jam dev_address ,mem_usb0_state 
+0x7276 021619 branch usb0_reply_zerolen 
+:      021622 usb0_request_set_interface:
+0x7277 021623 fetch 1 ,mem_usb0_state 
+0x7278 021624 bne dev_configured ,usb0_force_stall 
+0x7279 021625 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x727a 021626 bne out_interface ,usb0_force_stall 
+0x727b 021627 fetch 1 ,mem_usb_setup_bvalue 
+0x727c 021628 bne 0 ,usb0_force_stall 
+0x727d 021629 fetch 1 ,mem_usb_setup_bvalueh 
+0x727e 021630 bne 0 ,usb0_force_stall 
+0x727f 021631 fetch 1 ,mem_usb_setup_blength 
+0x7280 021632 bne 0 ,usb0_force_stall 
+0x7281 021633 fetch 1 ,mem_usb_setup_blengthh 
+0x7282 021634 bne 0 ,usb0_force_stall 
+0x7283 021635 fetch 1 ,mem_usb_setup_windex 
+0x7284 021636 bne 0 ,usb0_force_stall 
+0x7285 021637 fetch 1 ,mem_usb_setup_windex + 1 
+0x7286 021638 bne 0 ,usb0_force_stall 
+0x7287 021639 branch usb0_reply_zerolen 
+:      021642 usb_set_idle:
+0x7288 021643 bpatch patch19_4 ,mem_patch19 
+0x7289 021644 jam 1 ,mem_usb_idle_flag 
+0x728a 021645 fetch 1 ,mem_usb_setup_bvalueh 
+0x728b 021646 store 1 ,mem_usb_idle_rate 
+0x728c 021647 fetch 1 ,mem_usb_setup_windex 
+0x728d 021648 sub pdata ,1 ,null 
+0x728e 021649 call usb_clear_remote_wakeup_set0 ,zero 
+0x728f 021650 fetch 1 ,mem_usb_state 
+0x7290 021651 bne usb_resume ,usb0_reply_zerolen 
+0x7291 021652 jam usb_connected ,mem_usb_state 
+0x7292 021653 call usb0_reply_zerolen 
+0x7293 021654 nop 30000 
+0x7294 021655 nop 30000 
+0x7295 021656 rtn 
+:      021657 usb_clear_remote_wakeup_set0:
+0x7296 021658 jam 1 ,mem_usb_device_enumeration_endflag 
+0x7297 021659 jam 0 ,mem_usb_clear_remote_wakeup 
+0x7298 021660 jam usb_resume ,mem_usb_state 
+0x7299 021661 rtn 
+:      021664 usb_set_report:
+0x729a 021665 nop 15000 
+0x729b 021666 arg mem_usb0_set_report_data ,contw 
+0x729c 021667 call usb_rx_data 
+0x729d 021668 jam 1 ,mem_usb0_get_set_report 
+0x729e 021669 call usb_set_report_resume_judge 
+0x729f 021670 fetch 2 ,mem_usb_setup_bvalue 
+0x72a0 021671 store 2 ,mem_usb_setup_bvalue_temp 
+0x72a1 021672 call usb0_reply_zerolen 
+0x72a2 021673 fetch 1 ,mem_device_option 
+0x72a3 021674 rtnne dvc_op_dongle 
+0x72a4 021675 fetch 1 ,mem_usb_tx_win_enable 
+0x72a5 021676 rtn blank 
+0x72a6 021677 fetch 1 ,mem_usb0_set_report_data 
+:      021678 usb_get_led_status:
+0x72a7 021679 store 1 ,mem_24g_led_status 
+0x72a8 021680 jam 0 ,mem_usb_tx_win_enable 
+0x72a9 021681 jam kb_led_ackpayload ,mem_24g_ackpayload_enable 
+0x72aa 021682 rtn 
+:      021685 usb_set_report_resume_judge:
+0x72ab 021686 fetch 2 ,mem_usb_setup_bvalue 
+0x72ac 021687 arg pc_set_report_bvalue ,temp 
+0x72ad 021688 isub temp ,null 
+0x72ae 021689 nrtn zero 
+0x72af 021690 fetch 2 ,mem_usb_setup_windex 
+0x72b0 021691 arg pc_set_report_windex ,temp 
+0x72b1 021692 isub temp ,null 
+0x72b2 021693 nrtn zero 
+0x72b3 021694 fetch 2 ,mem_usb_setup_blength 
+0x72b4 021695 arg pc_set_report_blength ,temp 
+0x72b5 021696 isub temp ,null 
+0x72b6 021697 nrtn zero 
+0x72b7 021698 jam 1 ,mem_usb_tx_win_enable 
+0x72b8 021699 rtn 
+:      021702 usb_set_protocol_req:
+0x72b9 021703 fetch 1 ,mem_usb_setup_blength 
+0x72ba 021704 bne 0 ,usb0_force_stall 
+0x72bb 021705 fetch 1 ,mem_usb_setup_bvalue 
+0x72bc 021706 beq boot_protocol ,usb_set_boot_protocol 
+0x72bd 021707 beq report_protocol ,usb_set_report_protocol 
+0x72be 021708 branch usb0_force_stall 
+:      021709 usb_set_boot_protocol:
+0x72bf 021710 jam 0 ,mem_usb_set_protocol_status 
+0x72c0 021711 jam 1 ,mem_usb_set_protocol_value 
+0x72c1 021712 branch usb0_reply_zerolen 
+:      021713 usb_set_report_protocol:
+0x72c2 021714 jam 1 ,mem_usb_tx_mac_enable 
+0x72c3 021715 jam 1 ,mem_usb_set_protocol_status 
+0x72c4 021716 jam 0 ,mem_usb_set_protocol_value 
+0x72c5 021717 branch usb0_reply_zerolen 
+:      021720 usb0_respond_length:
+0x72c6 021721 ifetchr regb ,1 ,rega 
+0x72c7 021722 increase 1 ,rega 
+:      021724 usb0_respond:
+0x72c8 021725 bpatch patch19_5 ,mem_patch19 
+0x72c9 021726 set1 mark_usb_first_resp ,mark 
+0x72ca 021727 bmark0 mark_isstr ,usb0_respond_nostr 
+0x72cb 021728 increase 1 ,regb 
+0x72cc 021729 lshift regb ,regb 
+:      021730 usb0_respond_nostr:
+0x72cd 021731 storer rega ,2 ,mem_bufptr 
+0x72ce 021732 storer regb ,1 ,mem_remain 
+0x72cf 021733 branch usb0_tx 
+:      021735 usb_no_respond_data:
+0x72d0 021736 arg 0 ,queue 
+0x72d1 021737 branch usb_trig 
+:      021742 usb0_tx:
+0x72d2 021743 bpatch patch19_6 ,mem_patch19 
+0x72d3 021744 fetch 1 ,core_usb_txbusy 
+0x72d4 021745 rtnbit1 0 
+0x72d5 021746 fetch 1 ,mem_remain 
+0x72d6 021747 rtn blank 
+0x72d7 021748 copy pdata ,loopcnt 
+0x72d8 021749 iforce temp 
+0x72d9 021750 fetch 2 ,mem_usb_setup_blength 
+0x72da 021751 sub pdata ,ep0_packet_size ,null 
+0x72db 021752 branch usb0_tx_short ,positive 
+0x72dc 021753 sub loopcnt ,ep0_packet_size ,null 
+0x72dd 021754 branch usb0_tx_info ,positive 
+0x72de 021755 force ep0_packet_size ,loopcnt 
+0x72df 021756 branch usb0_tx_info 
+:      021757 usb0_tx_short:
+0x72e0 021758 isub loopcnt ,null 
+0x72e1 021759 branch usb0_tx_info ,positive 
+0x72e2 021760 iforce loopcnt 
+0x72e3 021761 store 1 ,mem_remain 
+:      021762 usb0_tx_info:
+0x72e4 021763 fetch 1 ,mem_remain 
+0x72e5 021764 isub loopcnt ,pdata 
+0x72e6 021765 store 1 ,mem_remain 
+0x72e7 021766 add loopcnt ,-1 ,pdata 
+0x72e8 021767 store 1 ,mem_usb_txbuf 
+0x72e9 021768 bmark0 mark_isstr ,usb0_tx_nostr 
+0x72ea 021769 rshift pdata ,pdata 
+0x72eb 021770 add loopcnt ,-1 ,pdata 
+0x72ec 021771 store 1 ,mem_usb_txbuf 
+0x72ed 021772 bmark0 mark_usb_first_resp ,usb0_tx_nostr 
+0x72ee 021773 set0 mark_usb_first_resp ,mark 
+0x72ef 021774 istoret 1 ,contw 
+0x72f0 021775 setarg 3 
+0x72f1 021776 istore 1 ,contw 
+0x72f2 021777 increase -1 ,loopcnt 
+0x72f3 021778 copy loopcnt ,pdata 
+0x72f4 021779 nbranch usb0_tx_nostr ,zero 
+0x72f5 021780 increase 1 ,loopcnt 
+:      021781 usb0_tx_nostr:
+0x72f6 021782 fetch 2 ,mem_bufptr 
+0x72f7 021783 copy pdata ,contr 
+:      021784 usb0_tx0:
+0x72f8 021785 ifetch 1 ,contr 
+0x72f9 021786 istore 1 ,contw 
+0x72fa 021787 bmark0 mark_isstr ,usb0_tx1 
+0x72fb 021788 setarg 0 
+0x72fc 021789 istore 1 ,contw 
+:      021790 usb0_tx1:
+0x72fd 021791 loop usb0_tx0 
+0x72fe 021792 copy contr ,pdata 
+0x72ff 021793 store 2 ,mem_bufptr 
+0x7300 021794 setarg mem_usb_txbuf 
+0x7301 021795 store 2 ,core_usb_tx_saddr0 
+0x7302 021796 arg 0 ,queue 
+0x7303 021797 call usb_trig 
+0x7304 021798 fetch 1 ,mem_remain 
+0x7305 021799 nrtn blank 
+0x7306 021800 fetch 1 ,mem_usb_state 
+0x7307 021801 rtnne usb_got_report_req 
+0x7308 021802 jam usb_connected ,mem_usb_state 
+0x7309 021803 rtn 
+:      021807 usb_tx_ep1:
+0x730a 021808 arg 1 ,queue 
+0x730b 021809 arg mem_usb_txbuf1 ,rega 
+0x730c 021810 storer rega ,2 ,core_usb_tx_saddr1 
+:      021811 usb_tx_buf:
+0x730d 021812 add loopcnt ,-1 ,pdata 
+0x730e 021813 istore 1 ,rega 
+:      021814 usb_tx_loop:
+0x730f 021815 ifetch 1 ,contr 
+0x7310 021816 istore 1 ,contw 
+0x7311 021817 loop usb_tx_loop 
+:      021818 usb_trig:
+0x7312 021819 setarg 0 
+0x7313 021820 qset1 pdata 
+0x7314 021821 store 1 ,core_usb_trig 
+0x7315 021822 rtn 
+:      021824 usb_tx_ep2:
+0x7316 021825 arg 2 ,queue 
+0x7317 021826 arg mem_usb_txbuf2 ,rega 
+0x7318 021827 storer rega ,2 ,core_usb_tx_saddr2 
+0x7319 021828 branch usb_tx_buf 
+:      021830 usb_tx:
+0x731a 021831 bpatch patch19_7 ,mem_patch19 
+0x731b 021832 fetch 1 ,mem_usb_tx_enable 
+0x731c 021833 rtn blank 
+0x731d 021834 fetch 1 ,core_usb_txbusy 
+0x731e 021835 and_into 0x0f ,pdata 
+0x731f 021836 nbranch usb_inwake_state_tx_dispose ,blank 
+0x7320 021837 fetch 1 ,mem_usb_device_enumeration_endflag 
+0x7321 021838 branch usb_tx_fifo_release ,blank 
+0x7322 021839 fetch 1 ,mem_usb_state 
+0x7323 021840 beq usb_sleep ,usb_windows_wakeup 
+0x7324 021841 bne usb_connected ,usb_tx_fifo_release 
+0x7325 021842 fetch 1 ,mem_usb_clear_remote_wakeup 
+0x7326 021843 nbranch usb_tx_fifo_release ,blank 
+0x7327 021844 call usb_tx_data_ep1 
+0x7328 021845 call usb_tx_data_ep2 
+0x7329 021846 branch usb_tx_data_ep3 
+:      021848 usb_tx_data_ep1:
+0x732a 021849 fetch 1 ,core_usb_txbusy 
+0x732b 021850 rtnbit1 1 
+0x732c 021851 fetch 1 ,mem_usb_tx_enable 
+0x732d 021852 rtnbit0 1 
+0x732e 021853 fetch 1 ,mem_usb_tx_enable 
+0x732f 021854 set0 1 ,pdata 
+0x7330 021855 store 1 ,mem_usb_tx_enable 
+0x7331 021856 fetch 1 ,mem_usb_ep1_data 
+0x7332 021857 rtn blank 
+0x7333 021858 beq usb_ep1_kb ,usb_tx_kb_normal_data 
+0x7334 021859 branch assert 
+:      021861 usb_tx_data_ep2:
+0x7335 021862 fetch 1 ,core_usb_txbusy 
+0x7336 021863 rtnbit1 2 
+0x7337 021864 fetch 1 ,mem_usb_tx_enable 
+0x7338 021865 rtnbit0 2 
+0x7339 021866 fetch 1 ,mem_usb_tx_enable 
+0x733a 021867 set0 2 ,pdata 
+0x733b 021868 store 1 ,mem_usb_tx_enable 
+0x733c 021869 fetch 1 ,mem_usb_ep2_data 
+0x733d 021870 rtn blank 
+0x733e 021871 beq usb_ep2_ms ,usb_tx_ms_data 
+0x733f 021872 beq usb_ep2_multikey ,usb_tx_kb_multikey_data 
+0x7340 021873 beq usb_ep2_systemkey ,usb_tx_kb_systemkey_data 
+0x7341 021874 branch assert 
+:      021876 usb_tx_data_ep3:
+0x7342 021877 fetch 1 ,mem_usb_ep3_enable 
+0x7343 021878 rtn blank 
+0x7344 021879 fetch 1 ,core_usb_txbusy 
+0x7345 021880 rtnbit1 3 
+0x7346 021881 fetch 1 ,mem_usb_tx_enable 
+0x7347 021882 rtnbit0 3 
+0x7348 021883 fetch 1 ,mem_usb_tx_enable 
+0x7349 021884 set0 3 ,pdata 
+0x734a 021885 store 1 ,mem_usb_tx_enable 
+0x734b 021886 fetchr loopcnt ,1 ,mem_usb_ep3_in_data_len 
+0x734c 021887 arg 32 ,loopcnt 
+0x734d 021888 arg mem_usb_ep3_in_data ,contr 
+:      021889 usb_tx_ep3:
+0x734e 021890 arg 3 ,queue 
+0x734f 021891 arg mem_usb_txbuf3 ,rega 
+0x7350 021892 storer rega ,2 ,core_usb_tx_saddr3 
+0x7351 021893 branch usb_tx_buf 
+:      021895 usb_tx_enable_ep3:
+0x7352 021896 fetch 1 ,mem_usb_tx_enable 
+0x7353 021897 set1 3 ,pdata 
+0x7354 021898 store 1 ,mem_usb_tx_enable 
+0x7355 021899 rtn 
+:      021901 usb_tx_fifo_release:
+0x7356 021903 arg mem_usb_mouse_data ,contw 
+0x7357 021904 arg 8 ,loopcnt 
+0x7358 021905 call memset0 
+0x7359 021906 arg mem_usb_ep3_in_data ,contw 
+0x735a 021907 arg 8 ,loopcnt 
+0x735b 021908 branch memset0 
+:      021910 usb_tx_ms_data:
+0x735c 021911 fetch 1 ,mem_usb_idle_flag 
+0x735d 021912 fetcht 1 ,mem_usb_get_protocol_flag 
+0x735e 021913 iand temp ,pdata 
+0x735f 021914 branch usb_tx_ms_data_normal_mode ,blank 
+0x7360 021915 fetcht 1 ,mem_usb_set_protocol_status 
+0x7361 021916 iadd temp ,pdata 
+0x7362 021917 beq mac_boot_mode ,usb_tx_ms_data_mac_boot_mode 
+0x7363 021918 branch usb_tx_ms_data_normal_mode 
+:      021920 usb_tx_ms_data_mac_boot_mode:
+0x7364 021921 jam 0 ,mem_usb_ep2_data 
+:      021922 usb_tx_ms_data_mac_boot_regroup:
+0x7365 021923 fetch 1 ,mem_usb_mouse_data + 1 
+0x7366 021924 beq r_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
+0x7367 021925 beq lr_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
+0x7368 021926 fetch 1 ,mem_usb_mouse_data + 1 
+0x7369 021927 store 1 ,mem_usb_mouse_data 
+0x736a 021928 fetch 1 ,mem_usb_mouse_data + 2 
+0x736b 021929 istore 1 ,contw 
+0x736c 021930 fetch 1 ,mem_usb_mouse_data + 4 
+0x736d 021931 istore 1 ,contw 
+0x736e 021932 fetch 1 ,mem_usb_mouse_data + 6 
+0x736f 021933 istore 1 ,contw 
+0x7370 021934 arg 4 ,loopcnt 
+0x7371 021935 arg mem_usb_mouse_data ,contr 
+0x7372 021936 branch usb_tx_ep2 
+:      021938 usb_tx_ms_data_normal_mode:
+0x7373 021939 jam 0 ,mem_usb_ep2_data 
+:      021940 usb_tx_mac_boot_ms_regroup_r_or_lrkey:
+0x7374 021941 arg 8 ,loopcnt 
+0x7375 021942 arg mem_usb_mouse_data ,contr 
+0x7376 021943 branch usb_tx_ep2 
+:      021945 usb_tx_kb_multikey_data:
+0x7377 021946 jam 0 ,mem_usb_ep2_data 
+0x7378 021947 arg 3 ,loopcnt 
+0x7379 021948 arg mem_usb_kb_multikey ,contr 
+0x737a 021949 branch usb_tx_ep2 
+:      021951 usb_tx_kb_normal_data:
+0x737b 021952 jam 0 ,mem_usb_ep1_data 
+0x737c 021953 arg 8 ,loopcnt 
+0x737d 021954 arg mem_usb_kb_data ,contr 
+0x737e 021955 branch usb_tx_ep1 
+:      021957 usb_tx_kb_systemkey_data:
+0x737f 021958 jam 0 ,mem_usb_ep2_data 
+0x7380 021959 arg 2 ,loopcnt 
+0x7381 021960 arg mem_usb_kb_system ,contr 
+0x7382 021961 branch usb_tx_ep2 
+:      021963 usb_inwake_state_tx_dispose:
+0x7383 021964 fetch 1 ,mem_usb_state 
+0x7384 021965 beq usb_connected ,usb_mac_wakeup_trig 
+0x7385 021966 rtn 
+:      021967 usb_mac_wakeup_trig:
+0x7386 021968 fetch 1 ,core_usb_config 
+0x7387 021969 set1 7 ,pdata 
+0x7388 021970 store 1 ,core_usb_config 
+0x7389 021971 jam 1 ,mem_usb_mac_wakeup_trig 
+0x738a 021972 rtn 
+:      021974 usb_mac_wakeup_judge:
+0x738b 021975 fetch 1 ,mem_usb_state 
+0x738c 021976 rtneq usb_sleep 
+0x738d 021977 beq usb_connected ,usb_mac_wakeup 
+0x738e 021978 rtn 
+:      021979 usb_mac_wakeup:
+0x738f 021980 fetch 1 ,mem_usb_mac_wakeup_trig 
+0x7390 021981 rtn blank 
+0x7391 021982 jam 1 ,mem_usb_wakestate_onetime_flag 
+0x7392 021983 branch usb_wakeup 
+:      021985 usb_windows_wakeup:
+0x7393 021986 arg usb_timer_wakeup ,queue 
+0x7394 021987 call timer_check 
+0x7395 021988 nrtn blank 
+:      021989 usb_wakeup:
+0x7396 021990 fetch 1 ,core_usb_config 
+0x7397 021991 rtnbit0 7 
+0x7398 021992 jam 0xfc ,core_usb_config 
+0x7399 021993 nop 30000 
+0x739a 021994 jam 0x3c ,core_usb_config 
+0x739b 021995 rtn 
+:      022002 push_stack:
+0x739c 022003 storer contw ,2 ,mem_contw 
+0x739d 022004 storet 8 ,mem_temp 
+0x739e 022005 storer timeup ,4 ,mem_timeup 
+0x739f 022006 call push_stack_rega_b_c 
+0x73a0 022007 storer contr ,2 ,mem_contr 
+0x73a1 022008 storer loopcnt ,2 ,mem_loopcnt 
+0x73a2 022009 storer queue ,2 ,mem_queue 
+0x73a3 022010 rtn 
+:      022012 push_stack_rega_b_c:
+0x73a4 022013 storer rega ,4 ,mem_rega 
+0x73a5 022014 storer regb ,4 ,mem_regb 
+0x73a6 022015 storer regc ,3 ,mem_regc 
+0x73a7 022016 rtn 
+:      022018 pop_stack:
+0x73a8 022019 bpatch patch1a_0 ,mem_patch1a 
+0x73a9 022020 fetch 2 ,mem_contw 
+0x73aa 022021 iforce contw 
+0x73ab 022022 fetcht 8 ,mem_temp 
+0x73ac 022023 fetchr timeup ,4 ,mem_timeup 
+0x73ad 022024 call pop_stack_rega_b_c 
+0x73ae 022025 fetchr loopcnt ,2 ,mem_loopcnt 
+0x73af 022026 fetchr queue ,2 ,mem_queue 
+0x73b0 022027 fetch 2 ,mem_contr 
+0x73b1 022028 iforce contr 
+0x73b2 022029 rtn 
+:      022031 pop_stack_rega_b_c:
+0x73b3 022032 fetchr rega ,4 ,mem_rega 
+0x73b4 022033 fetchr regb ,4 ,mem_regb 
+0x73b5 022034 fetchr regc ,3 ,mem_regc 
+0x73b6 022035 rtn 
+:      022037 get_contw:
+0x73b7 022038 fetch 2 ,mem_contw 
+0x73b8 022039 copy pdata ,contw 
+0x73b9 022040 rtn 
+:      022041 get_contr:
+0x73ba 022042 fetch 2 ,mem_contr 
+0x73bb 022043 copy pdata ,contr 
+0x73bc 022044 rtn 
+:      022046 store_contw:
+0x73bd 022047 copy contw ,pdata 
+0x73be 022048 store 2 ,mem_contw 
+0x73bf 022049 rtn 
+:      022050 store_contr:
+0x73c0 022051 copy contr ,pdata 
+0x73c1 022052 store 2 ,mem_contr 
+0x73c2 022053 rtn 
+:      022057 memcpy96:
+0x73c3 022058 call memcpy32 
+:      022059 memcpy64:
+0x73c4 022060 call memcpy32 
+0x73c5 022061 branch memcpy32 
+:      022064 memcpy12:
+0x73c6 022065 call memcpy8 
+:      022066 memcpy4:
+0x73c7 022067 ifetch 1 ,contr 
+0x73c8 022068 istore 1 ,contw 
+:      022069 memcpy3:
+0x73c9 022070 ifetch 3 ,contr 
+0x73ca 022071 istore 3 ,contw 
+0x73cb 022072 rtn 
+:      022073 memcpy8:
+0x73cc 022074 ifetch 8 ,contr 
+0x73cd 022075 istore 8 ,contw 
+0x73ce 022076 rtn 
+:      022078 memcpy48:
+0x73cf 022079 call memcpy16 
+:      022080 memcpy32:
+0x73d0 022081 call memcpy8 
+:      022082 memcpy24:
+0x73d1 022083 call memcpy8 
+:      022084 memcpy16:
+0x73d2 022085 call memcpy8 
+0x73d3 022086 branch memcpy8 
+:      022088 delay:
+0x73d4 022089 increase -1 ,pdata 
+0x73d5 022090 nop 38 
+0x73d6 022091 nbranch delay ,blank 
+0x73d7 022092 rtn 
+:      022095 delay_10ms:
+0x73d8 022096 arg 10 ,loopcnt 
+:      022097 delay_ms_wait:
+0x73d9 022098 nop 12000 
+0x73da 022099 loop delay_ms_wait 
+0x73db 022100 rtn 
+:      022102 bn_zero:
+0x73dc 022103 force 3 ,loopcnt 
+:      022104 memset0:
+0x73dd 022105 force 0 ,pdata 
+:      022106 memset8:
+0x73de 022107 istore 8 ,contw 
+0x73df 022108 loop memset8 
+0x73e0 022109 rtn 
+:      022112 memset0_16:
+0x73e1 022113 call memset0_8 
+:      022114 memset0_8:
+0x73e2 022115 force 0 ,pdata 
+0x73e3 022116 istore 8 ,contw 
+0x73e4 022117 rtn 
+:      022118 memset0_4:
+0x73e5 022119 force 0 ,pdata 
+0x73e6 022120 istore 4 ,contw 
+0x73e7 022121 rtn 
+:      022123 clear_mem_256:
+0x73e8 022124 force 4 ,loopcnt 
+0x73e9 022125 branch memset0 
+:      022126 clear_mem_512:
+0x73ea 022127 force 8 ,loopcnt 
+0x73eb 022128 branch memset0 
+:      022130 clear_mem:
+0x73ec 022131 deposit loopcnt 
+0x73ed 022132 rtn blank 
+0x73ee 022133 setarg 0 
+:      022134 clear_mem_loop:
+0x73ef 022135 istore 1 ,contw 
+0x73f0 022136 loop clear_mem_loop 
+0x73f1 022137 rtn 
+:      022140 clear_temp_block:
+0x73f2 022141 arg 32 ,loopcnt 
+0x73f3 022142 arg mem_temp_block0 ,contw 
+0x73f4 022143 branch clear_mem 
+:      022145 xor_loop:
+0x73f5 022146 ifetch 4 ,regc 
+0x73f6 022147 ifetcht 4 ,rega 
+0x73f7 022148 ixor temp ,pdata 
+0x73f8 022149 istore 4 ,contw 
+0x73f9 022150 increase 4 ,rega 
+0x73fa 022151 increase 4 ,regc 
+0x73fb 022152 loop xor_loop 
+0x73fc 022153 rtn 
+:      022157 inverse_data:
+0x73fd 022158 bpatch patch1a_1 ,mem_patch1a 
+0x73fe 022159 copy loopcnt ,pdata 
+0x73ff 022160 sub pdata ,1 ,null 
+0x7400 022161 rtn positive 
+0x7401 022162 iadd rega ,regb 
+0x7402 022163 increase -1 ,regb 
+0x7403 022164 rshift loopcnt ,loopcnt 
+:      022165 inverse_loop:
+0x7404 022166 ifetcht 1 ,rega 
+0x7405 022167 ifetch 1 ,regb 
+0x7406 022168 istore 1 ,rega 
+0x7407 022169 istoret 1 ,regb 
+0x7408 022170 increase -1 ,regb 
+0x7409 022171 increase 1 ,rega 
+0x740a 022172 loop inverse_loop 
+0x740b 022173 rtn 
+:      022177 memcpy_fast:
+0x740c 022178 deposit loopcnt 
+0x740d 022179 rtn blank 
+:      022180 memcpy_fast_loop:
+0x740e 022181 increase -8 ,loopcnt 
+0x740f 022182 call memcpy8 ,positive 
+0x7410 022183 rtn zero 
+0x7411 022184 branch memcpy_fast_loop ,positive 
+0x7412 022185 increase 8 ,loopcnt 
+:      022186 memcpy_fast_loop_four:
+0x7413 022187 increase -4 ,loopcnt 
+0x7414 022188 call memcpy4 ,positive 
+0x7415 022189 rtn zero 
+0x7416 022190 branch memcpy_fast_loop_four ,positive 
+0x7417 022191 increase 4 ,loopcnt 
+0x7418 022192 branch memcpy 
+:      022194 memcpy:
+0x7419 022195 deposit loopcnt 
+0x741a 022196 rtn blank 
+:      022197 memcpy_loop:
+0x741b 022198 ifetch 1 ,contr 
+0x741c 022199 istore 1 ,contw 
+0x741d 022200 loop memcpy_loop 
+0x741e 022201 rtn 
+:      022203 timer_stop:
+0x741f 022204 setarg 0 
+:      022205 timer_init:
+0x7420 022208 store 2 ,mem_pdatatemp 
+0x7421 022209 bpatch patch1a_2 ,mem_patch1a 
+0x7422 022210 call timer_check 
+0x7423 022211 fetcht 2 ,mem_pdatatemp 
+0x7424 022212 arg mem_timers ,contw 
+0x7425 022214 lshift queue ,pdata 
+0x7426 022215 iadd contw ,contw 
+0x7427 022216 istoret 2 ,contw 
+0x7428 022217 rtn 
+:      022219 timer_check_timeout:
+0x7429 022220 arg 0x800 ,timeup 
+0x742a 022221 lshift16 timeup ,timeup 
+0x742b 022222 iadd timeup ,pdata 
+0x742c 022223 rtn 
+:      022226 timer_reinit:
+0x742d 022227 arg 0 ,queue 
+:      022228 timer_check:
+0x742e 022229 bpatch patch1a_3 ,mem_patch1a 
+0x742f 022230 fetcht 4 ,mem_last_clkn 
+0x7430 022231 rshift clkn_bt ,pdata 
+0x7431 022232 store 4 ,mem_last_clkn 
+0x7432 022233 isub temp ,null 
+0x7433 022234 ncall timer_check_timeout ,positive 
+0x7434 022235 isub temp ,timeup 
+0x7435 022236 copy timeup ,temp 
+0x7436 022237 arg mem_timers ,contr 
+0x7437 022238 copy contr ,contw 
+0x7438 022239 arg 16 ,loopcnt 
+:      022240 timer_loop:
+0x7439 022241 ifetch 2 ,contr 
+0x743a 022242 isub temp ,pdata 
+0x743b 022243 branch timer_counting ,positive 
+0x743c 022244 force 0 ,pdata 
+:      022245 timer_counting:
+0x743d 022246 istore 2 ,contw 
+0x743e 022247 loop timer_loop 
+0x743f 022248 arg mem_timers ,contr 
+0x7440 022249 lshift queue ,pdata 
+0x7441 022250 iadd contr ,contr 
+0x7442 022251 ifetch 2 ,contr 
+0x7443 022252 rtn 
+:      022257 clk_add:
+0x7444 022258 iadd temp ,temp 
+0x7445 022259 copy temp ,loopcnt 
+0x7446 022260 fetch 2 ,mem_param_rt_rthalfslot 
+0x7447 022261 isub loopcnt ,pdata 
+0x7448 022262 rtn positive 
+0x7449 022263 sub pdata ,0 ,pdata 
+0x744a 022264 rshift16 temp ,temp 
+0x744b 022265 increase 1 ,temp 
+0x744c 022266 lshift16 temp ,temp 
+0x744d 022267 ior temp ,temp 
+0x744e 022268 rtn 
+:      022270 clk_diff_rt:
+0x744f 022271 call clk_diff 
+0x7450 022272 branch clk2rt 
+:      022275 clk_diff:
+0x7451 022276 disable user 
+0x7452 022277 isub temp ,pdata 
+0x7453 022278 branch clk_diff_pos ,positive 
+0x7454 022279 enable user 
+0x7455 022280 sub pdata ,0 ,pdata 
+:      022281 clk_diff_pos:
+0x7456 022282 rtnbit0 15 
+0x7457 022283 copy pdata ,regab 
+0x7458 022284 arg 0x10000 ,temp 
+0x7459 022285 fetch 2 ,mem_param_rt_rthalfslot 
+0x745a 022286 isub temp ,pdata 
+0x745b 022287 iadd regab ,pdata 
+0x745c 022288 set0 64 ,pdata 
+0x745d 022289 rtn 
+:      022293 clk2rt:
+0x745e 022294 fetcht 2 ,mem_param_rt_rthalfslot 
+0x745f 022295 iforce contr 
+0x7460 022296 rshift16 pdata ,pdata 
+0x7461 022297 imul32 temp ,pdata 
+0x7462 022298 iadd contr ,pdata 
+0x7463 022299 rtn 
+:      022302 clk2lpo:
+0x7464 022303 lshift8 pdata ,pdata 
+0x7465 022304 lshift4 pdata ,pdata 
+0x7466 022305 fetcht 3 ,mem_clks_per_lpo 
+0x7467 022306 idiv temp 
+0x7468 022307 call wait_div_end 
+0x7469 022308 quotient temp 
+0x746a 022309 rtn 
+:      022312 clk2bt:
+0x746b 022313 fetcht 2 ,mem_param_rt_rthalfslot 
+0x746c 022314 idiv temp 
+0x746d 022315 call get_div_result 
+0x746e 022316 lshift16 pdata ,pdata 
+0x746f 022317 remainder temp 
+0x7470 022318 ior temp ,temp 
+0x7471 022319 rtn 
+:      022322 get_div_result:
+0x7472 022323 call wait_div_end 
+0x7473 022324 quotient pdata 
+0x7474 022325 rtn 
+:      022327 wait_div_end:
+0x7475 022328 rtn modone 
+0x7476 022329 branch wait_div_end 
+:      022339 compare_loop:
+:      022340 string_compare:
+0x7477 022341 ifetch 1 ,rega 
+0x7478 022342 ifetcht 1 ,regb 
+0x7479 022343 isub temp ,null 
+0x747a 022344 nrtn zero 
+0x747b 022345 increase 1 ,rega 
+0x747c 022346 increase 1 ,regb 
+0x747d 022347 loop string_compare 
+0x747e 022348 force 0 ,null 
+0x747f 022349 rtn 
+:      022352 ceiling:
+0x7480 022353 isub temp ,null 
+0x7481 022354 nrtn positive 
+0x7482 022355 deposit temp 
+0x7483 022356 rtn 
+:      022359 clean_mem:
+0x7484 022360 arg 0x200 ,loopcnt 
+0x7485 022361 arg 0x4000 ,contw 
+0x7486 022362 branch memset0 
+:      022365 callback_func:
+0x7487 022366 rtn blank 
+0x7488 022367 copy pdata ,pc 
+:      022371 ice_break_disable_wdt:
+0x7489 022372 call wdt_set_disable 
+:      022374 ice_break:
+0x748a 022375 jam 0x1 ,core_ice_ctrl 
+0x748b 022376 rtn 
+:      022378 ice_setbp:
+0x748c 022379 store 2 ,core_ice_break0 
+0x748d 022380 fetch 1 ,core_ice_ctrl 
+0x748e 022381 set1 4 ,pdata 
+0x748f 022382 store 1 ,core_ice_ctrl 
+0x7490 022383 rtn 
+:      022384 ice_setbp2:
+0x7491 022385 store 2 ,core_ice_break1 
+0x7492 022386 fetch 1 ,core_ice_ctrl 
+0x7493 022387 set1 6 ,pdata 
+0x7494 022388 store 1 ,core_ice_ctrl 
+0x7495 022389 rtn 
+:      022391 ice_set_write_bp:
+0x7496 022392 store 2 ,core_ice_break0 
+0x7497 022393 jam 0x30 ,core_ice_ctrl 
+0x7498 022394 rtn 
+:      022401 fifo_in:
+0x7499 022402 bpatch patch1a_4 ,mem_patch1a 
+0x749a 022403 ifetcht util_fifo_len ,rega 
+0x749b 022404 and temp ,0xff ,pdata 
+0x749c 022405 nbranch fifo_in_push ,blank 
+0x749d 022406 rshift8 temp ,pdata 
+0x749e 022407 istore util_fifo_len ,rega 
+:      022408 fifo_in_push:
+0x749f 022409 increase util_fifo_len + util_fifo_offset ,rega 
+0x74a0 022410 ifetch 1 ,rega 
+0x74a1 022411 nbranch assert ,blank 
+0x74a2 022412 fetch 1 ,mem_fifo_temp 
+0x74a3 022413 istore 1 ,rega 
+0x74a4 022414 rtn 
+:      022419 fifo_out:
+0x74a5 022420 bpatch patch1a_5 ,mem_patch1a 
+0x74a6 022421 arg util_fifo_len ,loopcnt 
+0x74a7 022422 ifetch util_fifo_len ,rega 
+0x74a8 022423 rtn blank 
+:      022424 fifo_out_loop:
+0x74a9 022425 ifetch 1 ,rega 
+0x74aa 022426 nbranch fifo_out_end ,blank 
+0x74ab 022427 increase 1 ,rega 
+0x74ac 022428 loop fifo_out_loop 
+0x74ad 022429 branch assert 
+:      022430 fifo_out_end:
+0x74ae 022431 arg 0 ,temp 
+0x74af 022432 istoret 1 ,rega 
+0x74b0 022433 rtn 
+:      022438 fifo_is_empty:
+0x74b1 022439 ifetch util_fifo_len ,rega 
+0x74b2 022440 rtn 
+:      022445 fifo_is_full:
+0x74b3 022446 ifetch 1 ,rega 
+0x74b4 022447 rtn 
+:      022450 fifo_is_near_full:
+0x74b5 022451 ifetch 2 ,rega 
+0x74b6 022452 rtn 
+:      022456 fifo_content_count:
+0x74b7 022457 arg 0 ,temp 
+:      022458 fifo_content_count_loop:
+0x74b8 022459 fetch 1 ,contr 
+0x74b9 022460 loop fifo_content_count_loop ,blank 
+0x74ba 022461 increase 1 ,temp 
+0x74bb 022462 loop fifo_content_count_loop 
+0x74bc 022463 copy temp ,pdata 
+0x74bd 022464 rtn 
+:      022467 not_greater_than:
+0x74be 022468 isub temp ,null 
+0x74bf 022469 nrtn positive 
+:      022470 copy_temp2pdata:
+0x74c0 022471 copy temp ,pdata 
+0x74c1 022472 rtn 
+:      022475 disable_positive:
+0x74c2 022476 force -1 ,null 
+0x74c3 022477 rtn 
+:      022478 enable_positive:
+:      022479 disable_zero:
+0x74c4 022480 force 1 ,null 
+0x74c5 022481 rtn 
+:      022482 enable_zero:
+0x74c6 022483 force 0 ,null 
+0x74c7 022484 rtn 
+:      022486 enable_user:
+0x74c8 022487 enable user 
+0x74c9 022488 rtn 
+:      022490 disable_user:
+0x74ca 022491 disable user 
+0x74cb 022492 rtn 
+:      022494 enable_user2:
+0x74cc 022495 enable user2 
+0x74cd 022496 rtn 
+:      022498 disable_user2:
+0x74ce 022499 disable user2 
+0x74cf 022500 rtn 
+:      022502 enable_user7:
+0x74d0 022503 enable user7 
+0x74d1 022504 rtn 
+:      022506 disable_true:
+0x74d2 022507 disable true 
+0x74d3 022508 rtn 
+:      022510 enable_true:
+0x74d4 022511 enable true 
+0x74d5 022512 rtn 
+:      022514 disable_blank:
+0x74d6 022515 setarg 1 
+0x74d7 022516 rtn 
+:      022518 enable_blank:
+:      022519 set_pdata_0:
+0x74d8 022520 setarg 0 
+0x74d9 022521 rtn 
+:      022525 cal_sum:
+0x74da 022526 sub loopcnt ,0 ,null 
+0x74db 022527 rtn zero 
+:      022528 cal_sum_loop:
+0x74dc 022529 ifetcht 1 ,contr 
+0x74dd 022530 iadd temp ,pdata 
+0x74de 022531 loop cal_sum_loop 
+0x74df 022532 rtn 
+:      022536 clear_wake:
+0x74e0 022537 setarg 0 
+0x74e1 022538 store 8 ,mem_gpio_wakeup_low 
+0x74e2 022539 rtn 
+:      022542 generate_random:
+0x74e3 022543 arg 16 ,loopcnt 
+:      022544 generate_random_loop:
+0x74e4 022545 random pdata 
+0x74e5 022546 istore 1 ,contw 
+0x74e6 022547 loop generate_random_loop 
+0x74e7 022548 rtn 
+:      022552 frmt_gem_adv_pdu_common:
+0x74e8 022553 jam 1 ,mem_light_num_of_long_press 
+0x74e9 022554 call frmt_light_long_press_flag_reset 
+0x74ea 022555 jam 66 ,mem_light_gm_tx_addr_type 
+0x74eb 022556 jam 21 ,mem_light_gm_tx_len 
+0x74ec 022558 jam 0x55 ,mem_light_gm_tx_remoter_id 
+0x74ed 022559 fetch 1 ,mem_light_gm_tx_count 
+0x74ee 022560 pincrease 1 
+0x74ef 022561 store 1 ,mem_light_gm_tx_count 
+0x74f0 022562 call frmt_gem_pud_sum 
+0x74f1 022563 call frmt_light_flag_set_short_press 
+0x74f2 022564 arg gem_pdu_len ,loopcnt 
+0x74f3 022565 arg mem_light_gm_tx_addr_type ,contr 
+0x74f4 022566 arg mem_light_whitening_buffer ,contw 
+0x74f5 022567 branch memcpy_fast 
+:      022570 frmt_gem_pud_sum:
+0x74f6 022571 arg 0 ,temp 
+0x74f7 022572 arg mem_light_gm_tx_press_time ,contr 
+0x74f8 022573 arg 7 ,loopcnt 
+:      022574 frmt_gem_pud_sum_loop:
+0x74f9 022575 ifetch 1 ,contr 
+0x74fa 022576 iadd temp ,temp 
+0x74fb 022577 loop frmt_gem_pud_sum_loop 
+0x74fc 022578 storet 1 ,mem_light_gm_tx_sum 
+0x74fd 022579 rtn 
+:      022582 frmt_light_gem_long_press_cnt:
+0x74fe 022583 fetch 1 ,mem_gem_long_cnt_enable 
+0x74ff 022584 rtn blank 
+0x7500 022585 jam 0 ,mem_gem_long_cnt_enable 
+0x7501 022586 fetch 2 ,mem_long_press_timeout 
+0x7502 022587 rtn blank 
+0x7503 022588 fetch 1 ,mem_light_gm_tx_press_time 
+0x7504 022589 pincrease 1 
+0x7505 022590 store 1 ,mem_light_gm_tx_press_time 
+0x7506 022591 beq 1 ,frmt_light_gem_long_press_code_increase 
+0x7507 022592 beq 9 ,frmt_light_gem_long_press_code_increase 
+0x7508 022593 call frmt_gem_adv_pdu_common 
+0x7509 022594 setarg gem_long_keypress 
+0x750a 022595 store 2 ,mem_gem_cnt_inces_timeout 
+0x750b 022596 rtn 
+:      022598 frmt_light_gem_long_press_code_increase:
+0x750c 022599 fetch 1 ,mem_light_gm_tx_code 
+0x750d 022600 pincrease 0x40 
+0x750e 022601 store 1 ,mem_light_gm_tx_code 
+0x750f 022602 call frmt_gem_adv_pdu_common 
+0x7510 022603 branch gem_long_keypress_time 
+:      022605 gem_long_keypress_time:
+0x7511 022606 setarg gem_long_keypress 
+0x7512 022607 store 2 ,mem_gem_cnt_inces_timeout 
+0x7513 022608 rtn 
+:      022610 gem_light_color_switch:
+0x7514 022611 jam gem_light_color_switch_code ,mem_light_gm_tx_code 
+0x7515 022612 jam 0 ,mem_light_gm_tx_press_time 
+0x7516 022613 branch frmt_gem_adv_pdu_common 
+:      022615 gem_light_energy_saving_light:
+0x7517 022616 fetch 1 ,mem_ble_v2_customer_id 
+0x7518 022617 ncall frmt_light_pcnt_50_percent_v2 ,blank 
+0x7519 022618 jam gem_light_energy_save_light_code ,mem_light_gm_tx_code 
+0x751a 022619 jam 0 ,mem_light_gm_tx_press_time 
+0x751b 022620 branch frmt_gem_adv_pdu_common 
+:      022623 gem_light_timing_off:
+0x751c 022624 jam gem_light_timing_off_code ,mem_light_gm_tx_code 
+0x751d 022625 jam 0 ,mem_light_gm_tx_press_time 
+0x751e 022626 branch frmt_gem_adv_pdu_common 
+:      022628 gem_light_aid_turn_onoff:
+0x751f 022629 jam gem_light_aided_light_code ,mem_light_gm_tx_code 
+0x7520 022630 jam 0 ,mem_light_gm_tx_press_time 
+0x7521 022631 branch frmt_gem_adv_pdu_common 
+:      022633 gem_light_master_on:
+0x7522 022634 jam gem_light_on_code ,mem_light_gm_tx_code 
+0x7523 022635 jam 0 ,mem_light_gm_tx_group_num 
+0x7524 022636 jam 0 ,mem_light_gm_tx_press_time 
+0x7525 022637 branch frmt_gem_adv_pdu_common 
+:      022639 gem_light_master_off:
+0x7526 022640 jam gem_light_off_code ,mem_light_gm_tx_code 
+0x7527 022641 jam 0 ,mem_light_gm_tx_press_time 
+0x7528 022642 jam 0 ,mem_light_gm_tx_group_num 
+0x7529 022643 branch frmt_gem_adv_pdu_common 
+:      022645 gem_light_rgb_auto:
+0x752a 022646 jam gem_light_rgb_auto_code ,mem_light_gm_tx_code 
+0x752b 022647 jam 0 ,mem_light_gm_tx_press_time 
+0x752c 022648 branch frmt_gem_adv_pdu_common 
+:      022651 gem_light_rgb_step:
+0x752d 022652 jam gem_light_rgb_step_code ,mem_light_gm_tx_code 
+0x752e 022653 jam 0 ,mem_light_gm_tx_press_time 
+0x752f 022654 branch frmt_gem_adv_pdu_common 
+:      022657 gem_light_group1_on:
+0x7530 022658 fetch 1 ,mem_ble_v2_customer_id 
+0x7531 022659 ncall frmt_light_group1_on_v2 ,blank 
+0x7532 022660 jam gem_light_on_group1_code ,mem_light_gm_tx_code 
+0x7533 022661 jam 1 ,mem_light_gm_tx_group_num 
+0x7534 022662 jam 0 ,mem_light_gm_tx_press_time 
+0x7535 022663 branch frmt_gem_adv_pdu_common 
+:      022665 gem_light_group1_off:
+0x7536 022666 fetch 1 ,mem_ble_v2_customer_id 
+0x7537 022667 ncall frmt_light_group1_off_v2 ,blank 
+0x7538 022668 jam gem_light_off_group1_code ,mem_light_gm_tx_code 
+0x7539 022669 jam 1 ,mem_light_gm_tx_group_num 
+0x753a 022670 jam 0 ,mem_light_gm_tx_press_time 
+0x753b 022671 branch frmt_gem_adv_pdu_common 
+:      022674 gem_light_group2_on:
+0x753c 022675 fetch 1 ,mem_ble_v2_customer_id 
+0x753d 022676 ncall frmt_light_group2_on_v2 ,blank 
+0x753e 022677 jam gem_light_on_group2_code ,mem_light_gm_tx_code 
+0x753f 022678 jam 2 ,mem_light_gm_tx_group_num 
+0x7540 022679 jam 0 ,mem_light_gm_tx_press_time 
+0x7541 022680 branch frmt_gem_adv_pdu_common 
+:      022682 gem_light_group2_off:
+0x7542 022683 fetch 1 ,mem_ble_v2_customer_id 
+0x7543 022684 ncall frmt_light_group2_off_v2 ,blank 
+0x7544 022685 jam gem_light_off_group2_code ,mem_light_gm_tx_code 
+0x7545 022686 jam 2 ,mem_light_gm_tx_group_num 
+0x7546 022687 jam 0 ,mem_light_gm_tx_press_time 
+0x7547 022688 branch frmt_gem_adv_pdu_common 
+:      022691 gem_light_group3_on:
+0x7548 022692 fetch 1 ,mem_ble_v2_customer_id 
+0x7549 022693 ncall frmt_light_group3_on_v2 ,blank 
+0x754a 022694 jam gem_light_on_group3_code ,mem_light_gm_tx_code 
+0x754b 022695 jam 3 ,mem_light_gm_tx_group_num 
+0x754c 022696 jam 0 ,mem_light_gm_tx_press_time 
+0x754d 022697 branch frmt_gem_adv_pdu_common 
+:      022699 gem_light_group3_off:
+0x754e 022700 fetch 1 ,mem_ble_v2_customer_id 
+0x754f 022701 ncall frmt_light_group3_off_v2 ,blank 
+0x7550 022702 jam gem_light_off_group3_code ,mem_light_gm_tx_code 
+0x7551 022703 jam 3 ,mem_light_gm_tx_group_num 
+0x7552 022704 jam 0 ,mem_light_gm_tx_press_time 
+0x7553 022705 branch frmt_gem_adv_pdu_common 
+:      022708 gem_light_group4_on:
+0x7554 022709 fetch 1 ,mem_ble_v2_customer_id 
+0x7555 022710 ncall frmt_light_group4_on_v2 ,blank 
+0x7556 022711 jam gem_light_on_group4_code ,mem_light_gm_tx_code 
+0x7557 022712 jam 4 ,mem_light_gm_tx_group_num 
+0x7558 022713 jam 0 ,mem_light_gm_tx_press_time 
+0x7559 022714 branch frmt_gem_adv_pdu_common 
+:      022716 gem_light_group4_off:
+0x755a 022717 fetch 1 ,mem_ble_v2_customer_id 
+0x755b 022718 ncall frmt_light_group4_off_v2 ,blank 
+0x755c 022719 jam gem_light_off_group4_code ,mem_light_gm_tx_code 
+0x755d 022720 jam 4 ,mem_light_gm_tx_group_num 
+0x755e 022721 jam 0 ,mem_light_gm_tx_press_time 
+0x755f 022722 branch frmt_gem_adv_pdu_common 
+:      022725 gem_light_color_switch_short_press:
+0x7560 022726 fetch 1 ,mem_light_color_and_lgtness_long_press_adv_enable 
+0x7561 022727 beq 1 ,gem_light_color_switch 
+0x7562 022728 jam light_color_switch_release_adv_flag ,mem_light_release_adv_flag 
+0x7563 022729 branch frmt_light_light_color_and_lightness_change_common 
+:      022731 gem_light_color_switch_w:
+0x7564 022732 fetch 1 ,mem_ble_v2_customer_id 
+0x7565 022733 ncall frmt_light_color_switch_w_v2 ,blank 
+0x7566 022734 jam gem_color_switch_w ,mem_light_gm_tx_code 
+0x7567 022735 jam 0 ,mem_light_gm_tx_press_time 
+0x7568 022736 jam 0 ,mem_light_gm_tx_group_num 
+0x7569 022737 branch frmt_gem_adv_pdu_common 
+:      022739 gem_light_color_switch_y:
+0x756a 022740 fetch 1 ,mem_ble_v2_customer_id 
+0x756b 022741 ncall frmt_light_color_switch_y_v2 ,blank 
+0x756c 022742 jam gem_color_switch_y ,mem_light_gm_tx_code 
+0x756d 022743 jam 0 ,mem_light_gm_tx_press_time 
+0x756e 022744 jam 0 ,mem_light_gm_tx_group_num 
+0x756f 022745 branch frmt_gem_adv_pdu_common 
+:      022747 gem_light_to_y:
+0x7570 022748 jam 0 ,mem_light_release_adv_flag 
+0x7571 022749 fetch 1 ,mem_ble_v2_customer_id 
+0x7572 022750 ncall frmt_light_to_y_v2 ,blank 
+0x7573 022751 jam gem_light_to_y_code ,mem_light_gm_tx_code 
+0x7574 022752 branch frmt_gem_adv_pdu_common 
+:      022754 gem_light_to_w:
+0x7575 022755 jam 0 ,mem_light_release_adv_flag 
+0x7576 022756 fetch 1 ,mem_ble_v2_customer_id 
+0x7577 022757 ncall frmt_light_to_w_v2 ,blank 
+0x7578 022758 jam gem_light_to_w_code ,mem_light_gm_tx_code 
+0x7579 022759 branch frmt_gem_adv_pdu_common 
+:      022761 gem_light_darken:
+0x757a 022762 jam 0 ,mem_light_release_adv_flag 
+0x757b 022763 fetch 1 ,mem_ble_v2_customer_id 
+0x757c 022764 ncall frmt_light_darken_v2 ,blank 
+0x757d 022765 jam gem_light_darken_code ,mem_light_gm_tx_code 
+0x757e 022766 branch frmt_gem_adv_pdu_common 
+:      022768 gem_light_lighten:
+0x757f 022769 jam 0 ,mem_light_release_adv_flag 
+0x7580 022770 fetch 1 ,mem_ble_v2_customer_id 
+0x7581 022771 ncall frmt_light_lighten_v2 ,blank 
+0x7582 022772 jam gem_light_lighten_code ,mem_light_gm_tx_code 
+0x7583 022773 branch frmt_gem_adv_pdu_common 
+:      022775 gem_light_night_light:
+0x7584 022776 fetch 1 ,mem_ble_v2_customer_id 
+0x7585 022777 ncall frmt_light_night_light_v2 ,blank 
+0x7586 022778 jam gem_light_night_light_code ,mem_light_gm_tx_code 
+0x7587 022779 jam 0 ,mem_light_gm_tx_press_time 
+0x7588 022780 branch frmt_gem_adv_pdu_common 
+:      022787 remoter_init:
+0x7589 022788 call frmt_ble_para_init 
+0x758a 022790 call frmt_enter_lpm_gpio_config_flag_init_row 
+0x758b 022791 call frmt_enter_lpm_gpio_config_flag_init_col 
+0x758c 022792 bpatchx patch2e_1 ,mem_patch2e 
+0x758d 022794 jam 1 ,mem_set_clear_code_timeout_enable 
+0x758e 022795 jam 1 ,mem_light_lpm_enable 
+:      022798 frmt_apl_ble_scene_rewrite_lap:
+0x758f 022799 bpatchx patch2e_2 ,mem_patch2e 
+0x7590 022800 fetch 2 ,mem_le_lap 
+0x7591 022801 lshift4 pdata ,pdata 
+0x7592 022802 arg 0xffff ,temp 
+0x7593 022803 iand temp ,pdata 
+0x7594 022804 branch frmt_light_set_addr_to_0010 ,blank 
+0x7595 022805 arg 0xfff0 ,temp 
+0x7596 022806 isub temp ,null 
+0x7597 022807 branch frmt_light_set_addr_to_ffe0 ,zero 
+:      022808 frmt_lightc_init_continue:
+0x7598 022809 bpatchx patch2e_3 ,mem_patch2e 
+0x7599 022810 byteswap pdata ,pdata 
+0x759a 022811 store 2 ,mem_ftd_adv_raw_device_add_temp 
+0x759b 022812 store 2 ,mem_light_gm_tx_remoter_addr 
+0x759c 022814 arg 0xffff ,rega 
+0x759d 022815 lshift16 rega ,temp 
+0x759e 022816 setarg 0xffff 
+0x759f 022817 ior temp ,temp 
+0x75a0 022818 fetch 4 ,mem_le_lap 
+0x75a1 022819 call frmt_light_addr_default_v2 ,blank 
+0x75a2 022820 isub temp ,null 
+0x75a3 022821 call frmt_light_addr_default_v2 ,zero 
+0x75a4 022822 store 4 ,mem_ble_v2_addr 
+0x75a5 022824 setarg frmt_apl_cb_event_timer 
+0x75a6 022825 store 2 ,mem_cb_event_timer 
+0x75a7 022827 setarg frmt_main 
+0x75a8 022828 store 2 ,mem_cb_idle_process 
+0x75a9 022829 branch frmt_kscan_init 
+:      022832 frmt_enter_lpm_gpio_config_flag_init_row:
+0x75aa 022833 bpatchx patch2e_4 ,mem_patch2e 
+0x75ab 022834 fetchr loopcnt ,1 ,mem_kscan_row_nums 
+0x75ac 022836 fetcht 4 ,mem_light_lpm_gpio_config_flag 
+0x75ad 022837 arg mem_kscan_row_gpio_pin ,contr 
+:      022838 frmt_enter_lpm_gpio_config_flag_init_loop:
+0x75ae 022839 bpatchx patch2e_5 ,mem_patch2e 
+0x75af 022840 ifetch 1 ,contr 
+0x75b0 022841 iforce queue 
+0x75b1 022842 qset1 temp 
+0x75b2 022843 loop frmt_enter_lpm_gpio_config_flag_init_loop 
+0x75b3 022844 storet 4 ,mem_light_lpm_gpio_config_flag 
+0x75b4 022845 rtn 
+:      022847 frmt_enter_lpm_gpio_config_flag_init_col:
+0x75b5 022848 bpatchx patch2e_6 ,mem_patch2e 
+0x75b6 022849 fetchr loopcnt ,1 ,mem_kscan_col_nums 
+0x75b7 022851 fetcht 4 ,mem_light_lpm_gpio_config_flag 
+0x75b8 022852 arg mem_kscan_col_gpio_pin ,contr 
+0x75b9 022853 branch frmt_enter_lpm_gpio_config_flag_init_loop 
+:      022855 frmt_light_addr_default_v2:
+0x75ba 022856 setarg 0x111213 
+0x75bb 022857 rtn 
+:      022859 frmt_light_set_addr_to_0010:
+0x75bc 022860 arg 0x0010 ,pdata 
+0x75bd 022861 branch frmt_lightc_init_continue 
+:      022863 frmt_light_set_addr_to_ffe0:
+0x75be 022864 arg 0xffe0 ,pdata 
+0x75bf 022865 branch frmt_lightc_init_continue 
+:      022874 frmt_jym_pdu_common:
+0x75c0 022875 bpatchx patch2e_7 ,mem_patch2e 
+0x75c1 022876 fetch 4 ,mem_le_lap 
+0x75c2 022877 store 4 ,mem_light_jym_tx_id 
+0x75c3 022878 jam 0xd1 ,mem_light_jym_tx_group 
+0x75c4 022879 fetch 1 ,mem_light_jym_tx_count 
+0x75c5 022880 pincrease 1 
+0x75c6 022881 store 1 ,mem_light_jym_tx_count 
+0x75c7 022883 arg 0 ,temp 
+0x75c8 022884 arg mem_light_jym_tx_cmd ,contr 
+0x75c9 022885 arg 8 ,loopcnt 
+0x75ca 022886 call frmt_light_sum_cal_loop 
+0x75cb 022887 byteswap temp ,temp 
+0x75cc 022888 storet 2 ,mem_light_jym_tx_sum 
+0x75cd 022891 arg mem_light_jym_tx_len ,regc 
+0x75ce 022892 arg 11 ,loopcnt 
+0x75cf 022893 setarg 0 
+0x75d0 022894 store 2 ,mem_adv_crc_false_initvalue 
+0x75d1 022895 call key_crc16_ccitt_false1 
+0x75d2 022896 fetch 2 ,mem_adv_crc_false_initvalue 
+0x75d3 022897 store 2 ,mem_light_jym_tx_crc 
+0x75d4 022900 arg 23 ,loopcnt 
+0x75d5 022901 arg mem_light_ky_tx ,contr 
+0x75d6 022902 arg mem_light_whitening_buffer ,contw 
+0x75d7 022903 call memcpy_fast 
+0x75d8 022905 arg 13 ,loopcnt 
+0x75d9 022906 arg mem_light_jym_tx_len ,contr 
+0x75da 022907 arg mem_light_whitening_buffer + 23 ,contw 
+0x75db 022908 call memcpy_fast 
+0x75dc 022910 jam 37 ,mem_light_recvd_len 
+0x75dd 022911 jam 51 ,mem_light_whitening_i 
+0x75de 022912 call frmt_light_ble_whitening 
+0x75df 022914 arg 37 ,loopcnt 
+0x75e0 022915 arg mem_light_whitening_buffer ,contr 
+0x75e1 022916 arg mem_light_jym_tx_temp ,contw 
+0x75e2 022917 branch memcpy_fast 
+:      022919 frmt_reverse:
+0x75e3 022920 ifetch 1 ,contr 
+0x75e4 022921 reverse pdata ,pdata 
+0x75e5 022922 istore 1 ,contw 
+0x75e6 022923 loop frmt_reverse 
+0x75e7 022924 rtn 
+:      022926 key_pdu_common:
+0x75e8 022927 bpatchx patch2f_0 ,mem_patch2f 
+0x75e9 022928 call frmt_light_flag_set_short_press 
+0x75ea 022929 call frmt_light_sum_cal 
+0x75eb 022930 byteswap temp ,temp 
+0x75ec 022931 storet 2 ,mem_light_ky_tx_sum 
+0x75ed 022932 arg mem_light_ky_tx_len ,regc 
+0x75ee 022933 arg 10 ,loopcnt 
+0x75ef 022934 setarg 0 
+0x75f0 022935 store 2 ,mem_adv_crc_false_initvalue 
+0x75f1 022936 call key_crc16_ccitt_false1 
+0x75f2 022937 fetch 2 ,mem_adv_crc_false_initvalue 
+0x75f3 022938 store 2 ,mem_light_ky_tx_crc 
+0x75f4 022939 fetch 2 ,mem_light_ky_tx_count 
+0x75f5 022940 byteswap pdata ,pdata 
+0x75f6 022941 pincrease 1 
+0x75f7 022942 byteswap pdata ,pdata 
+0x75f8 022943 store 2 ,mem_light_ky_tx_count 
+0x75f9 022945 arg 37 ,loopcnt 
+0x75fa 022946 arg mem_light_ky_tx ,contr 
+0x75fb 022947 arg mem_light_whitening_buffer ,contw 
+0x75fc 022948 call memcpy_fast 
+0x75fd 022949 jam 37 ,mem_light_recvd_len 
+0x75fe 022950 jam 51 ,mem_light_whitening_i 
+0x75ff 022951 branch frmt_light_ble_whitening 
+:      022954 frmt_light_sum_cal:
+0x7600 022955 arg 0 ,temp 
+0x7601 022956 arg mem_light_ky_tx_code1 ,contr 
+0x7602 022957 arg 7 ,loopcnt 
+:      022958 frmt_light_sum_cal_loop:
+0x7603 022959 ifetch 1 ,contr 
+0x7604 022960 iadd temp ,temp 
+0x7605 022961 loop frmt_light_sum_cal_loop 
+0x7606 022962 rtn 
+:      022964 key_whitening_i_get:
+0x7607 022965 arg 51 ,regb 
+0x7608 022966 rtn 
+:      022970 frmt_light_group_num_set:
+0x7609 022971 fetch 1 ,mem_light_group_num 
+0x760a 022972 store 1 ,mem_light_ky_tx_remoter_id + 3 
+0x760b 022973 rtn 
+:      022975 frmt_light_timing_off_ky:
+0x760c 022976 call frmt_light_timing_30s_v2 
+0x760d 022977 jam light_jym_cmd_timing_off ,mem_light_jym_tx_cmd 
+0x760e 022978 jam light_jym_data_timing_off ,mem_light_jym_tx_data 
+0x760f 022979 call frmt_jym_pdu_common 
+0x7610 022981 jam light_timing_code1 ,mem_light_ky_tx_code1 
+0x7611 022982 jam 0x46 ,mem_light_ky_tx_code2 
+0x7612 022983 branch key_pdu_common 
+:      022985 key_light_aux_lamp_on_and_off_ky:
+0x7613 022986 jam light_jym_cmd_aux_lamp ,mem_light_jym_tx_cmd 
+0x7614 022987 jam light_jym_data_aux_lamp ,mem_light_jym_tx_data 
+0x7615 022988 call frmt_jym_pdu_common 
+0x7616 022990 jam light_aux_lamp_on_and_off_code1 ,mem_light_ky_tx_code1 
+0x7617 022991 jam 0xf0 ,mem_light_ky_tx_code2 
+0x7618 022992 branch key_pdu_common 
+:      022994 key_light_to_y:
+0x7619 022995 call frmt_light_to_y_v2 
+0x761a 022996 jam light_jym_cmd_to_y ,mem_light_jym_tx_cmd 
+0x761b 022997 jam light_jym_data_to_y ,mem_light_jym_tx_data 
+0x761c 022998 call frmt_jym_pdu_common 
+0x761d 023000 jam light_to_y_code1 ,mem_light_ky_tx_code1 
+0x761e 023001 jam 0 ,mem_light_ky_tx_code2 
+0x761f 023002 branch key_pdu_common 
+:      023004 key_light_to_w:
+0x7620 023005 call frmt_light_to_w_v2 
+0x7621 023006 jam light_jym_cmd_to_w ,mem_light_jym_tx_cmd 
+0x7622 023007 jam light_jym_data_to_w ,mem_light_jym_tx_data 
+0x7623 023008 call frmt_jym_pdu_common 
+0x7624 023010 jam light_to_w_code1 ,mem_light_ky_tx_code1 
+0x7625 023011 jam 0 ,mem_light_ky_tx_code2 
+0x7626 023012 branch key_pdu_common 
+:      023014 key_light_darken:
+0x7627 023015 call frmt_light_darken_v2 
+0x7628 023016 jam light_jym_cmd_darken ,mem_light_jym_tx_cmd 
+0x7629 023017 jam light_jym_data_darken ,mem_light_jym_tx_data 
+0x762a 023018 call frmt_jym_pdu_common 
+0x762b 023020 jam light_darken_code1 ,mem_light_ky_tx_code1 
+0x762c 023021 jam 0 ,mem_light_ky_tx_code2 
+0x762d 023022 branch key_pdu_common 
+:      023024 key_light_lighten:
+0x762e 023025 call frmt_light_lighten_v2 
+0x762f 023026 jam light_jym_cmd_lighten ,mem_light_jym_tx_cmd 
+0x7630 023027 jam light_jym_data_lighten ,mem_light_jym_tx_data 
+0x7631 023028 call frmt_jym_pdu_common 
+0x7632 023030 jam light_lighten_code1 ,mem_light_ky_tx_code1 
+0x7633 023031 jam 0 ,mem_light_ky_tx_code2 
+0x7634 023032 branch key_pdu_common 
+:      023034 key_light_group1_off:
+0x7635 023035 jam light_jym_cmd_off ,mem_light_jym_tx_cmd 
+0x7636 023036 jam light_jym_data_off ,mem_light_jym_tx_data 
+0x7637 023037 jam 0xd2 ,mem_light_jym_tx_group 
+0x7638 023038 call frmt_jym_pdu_common 
+0x7639 023040 jam light_off_code1 ,mem_light_ky_tx_code1 
+0x763a 023041 jam light_off_code2 ,mem_light_ky_tx_code2 
+0x763b 023042 jam 0xd2 ,mem_light_ky_tx_group_num 
+0x763c 023043 branch key_pdu_common 
+:      023045 key_light_group2_off:
+0x763d 023046 jam light_jym_cmd_off ,mem_light_jym_tx_cmd 
+0x763e 023047 jam light_jym_data_off ,mem_light_jym_tx_data 
+0x763f 023048 jam 0xd4 ,mem_light_jym_tx_group 
+0x7640 023049 call frmt_jym_pdu_common 
+0x7641 023051 jam light_off_code1 ,mem_light_ky_tx_code1 
+0x7642 023052 jam light_off_code2 ,mem_light_ky_tx_code2 
+0x7643 023053 jam 0xd4 ,mem_light_ky_tx_group_num 
+0x7644 023054 branch key_pdu_common 
+:      023056 key_light_group3_off:
+0x7645 023057 jam light_jym_cmd_off ,mem_light_jym_tx_cmd 
+0x7646 023058 jam light_jym_data_off ,mem_light_jym_tx_data 
+0x7647 023059 jam 3 ,mem_light_jym_tx_group 
+0x7648 023060 call frmt_jym_pdu_common 
+0x7649 023062 jam light_off_code1 ,mem_light_ky_tx_code1 
+0x764a 023063 setarg light_off_code2 
+0x764b 023064 store 2 ,mem_light_ky_tx_code2 
+0x764c 023065 jam 3 ,mem_light_group_num 
+0x764d 023066 branch key_pdu_common 
+:      023068 key_light_group4_off:
+0x764e 023069 jam light_jym_cmd_off ,mem_light_jym_tx_cmd 
+0x764f 023070 jam light_jym_data_off ,mem_light_jym_tx_data 
+0x7650 023071 jam 4 ,mem_light_jym_tx_group 
+0x7651 023072 call frmt_jym_pdu_common 
+0x7652 023074 jam light_off_code1 ,mem_light_ky_tx_code1 
+0x7653 023075 setarg light_off_code2 
+0x7654 023076 store 2 ,mem_light_ky_tx_code2 
+0x7655 023077 jam 4 ,mem_light_group_num 
+0x7656 023078 branch key_pdu_common 
+:      023080 key_light_group1_on:
+0x7657 023081 jam light_jym_cmd_on ,mem_light_jym_tx_cmd 
+0x7658 023082 jam light_jym_data_on ,mem_light_jym_tx_data 
+0x7659 023083 jam 0xd2 ,mem_light_jym_tx_group 
+0x765a 023084 call frmt_jym_pdu_common 
+0x765b 023086 jam light_on_code1 ,mem_light_ky_tx_code1 
+0x765c 023087 jam light_on_code2 ,mem_light_ky_tx_code2 
+0x765d 023088 jam 0xd2 ,mem_light_ky_tx_group_num 
+0x765e 023089 branch key_pdu_common 
+:      023091 key_light_group2_on:
+0x765f 023092 jam light_jym_cmd_on ,mem_light_jym_tx_cmd 
+0x7660 023093 jam light_jym_data_on ,mem_light_jym_tx_data 
+0x7661 023094 jam 0xd4 ,mem_light_jym_tx_group 
+0x7662 023095 call frmt_jym_pdu_common 
+0x7663 023097 jam light_on_code1 ,mem_light_ky_tx_code1 
+0x7664 023098 jam light_on_code2 ,mem_light_ky_tx_code2 
+0x7665 023099 jam 0xd4 ,mem_light_ky_tx_group_num 
+0x7666 023100 branch key_pdu_common 
+:      023102 key_light_group3_on:
+0x7667 023103 jam light_jym_cmd_on ,mem_light_jym_tx_cmd 
+0x7668 023104 jam light_jym_data_on ,mem_light_jym_tx_data 
+0x7669 023105 jam 3 ,mem_light_jym_tx_group 
+0x766a 023106 call frmt_jym_pdu_common 
+0x766b 023108 jam light_on_code1 ,mem_light_ky_tx_code1 
+0x766c 023109 setarg light_on_code2 
+0x766d 023110 store 2 ,mem_light_ky_tx_code2 
+0x766e 023111 jam 3 ,mem_light_group_num 
+0x766f 023112 branch key_pdu_common 
+:      023114 key_light_group4_on:
+0x7670 023115 jam light_jym_cmd_on ,mem_light_jym_tx_cmd 
+0x7671 023116 jam light_jym_data_on ,mem_light_jym_tx_data 
+0x7672 023117 jam 4 ,mem_light_jym_tx_group 
+0x7673 023118 call frmt_jym_pdu_common 
+0x7674 023120 jam light_on_code1 ,mem_light_ky_tx_code1 
+0x7675 023121 setarg light_on_code2 
+0x7676 023122 store 2 ,mem_light_ky_tx_code2 
+0x7677 023123 jam 4 ,mem_light_group_num 
+0x7678 023124 branch key_pdu_common 
+:      023126 key_light_pairing_group1:
+0x7679 023127 jam 0xd2 ,mem_light_jym_tx_group 
+0x767a 023128 jam 0xd2 ,mem_light_ky_tx_group_num 
+0x767b 023129 branch key_light_master_pairing_process 
+:      023131 key_light_pairing_group2:
+0x767c 023132 jam 0xd4 ,mem_light_jym_tx_group 
+0x767d 023133 jam 0xd4 ,mem_light_ky_tx_group_num 
+0x767e 023134 branch key_light_master_pairing_process 
+:      023136 key_light_pairing_group3:
+0x767f 023137 jam 3 ,mem_light_jym_tx_group 
+0x7680 023138 jam 3 ,mem_light_ky_tx_group_num 
+0x7681 023139 branch key_light_master_pairing_process 
+:      023141 key_light_pairing_group4:
+0x7682 023142 jam 4 ,mem_light_jym_tx_group 
+0x7683 023143 jam 4 ,mem_light_ky_tx_group_num 
+0x7684 023144 branch key_light_master_pairing_process 
+:      023147 key_light_clear_code:
+0x7685 023148 call frmt_light_clear_code_v2 
+0x7686 023149 jam light_jym_cmd_clear ,mem_light_jym_tx_cmd 
+0x7687 023150 jam light_jym_data_clear ,mem_light_jym_tx_data 
+0x7688 023151 call frmt_jym_pdu_common 
+0x7689 023153 jam light_clear_code_code1 ,mem_light_ky_tx_code1 
+0x768a 023154 setarg light_clear_code_code2 
+0x768b 023155 store 2 ,mem_light_ky_tx_code2 
+0x768c 023156 branch key_pdu_common 
+:      023158 key_light_master_pairing:
+0x768d 023159 jam 0xd1 ,mem_light_ky_tx_group_num 
+0x768e 023160 jam 0xd1 ,mem_light_jym_tx_group 
+:      023161 key_light_master_pairing_process:
+0x768f 023162 call frmt_light_master_pairing_v2 
+0x7690 023163 jam light_jym_cmd_pairing ,mem_light_jym_tx_cmd 
+0x7691 023164 jam light_jym_data_pairing ,mem_light_jym_tx_data 
+0x7692 023165 call frmt_jym_pdu_common 
+0x7693 023167 jam light_pairing_code1 ,mem_light_ky_tx_code1 
+0x7694 023168 jam light_pairing_code2 ,mem_light_ky_tx_code2 
+0x7695 023169 jam 0 ,mem_light_group_num 
+0x7696 023170 call frmt_light_group_num_set 
+0x7697 023171 branch key_pdu_common 
+:      023173 key_light_night_light:
+0x7698 023174 call frmt_light_night_light_v2 
+0x7699 023175 jam light_jym_cmd_night_light ,mem_light_jym_tx_cmd 
+0x769a 023176 jam light_jym_data_night_light ,mem_light_jym_tx_data 
+0x769b 023177 call frmt_jym_pdu_common 
+0x769c 023179 jam light_night_light_code1 ,mem_light_ky_tx_code1 
+0x769d 023180 jam 0 ,mem_light_ky_tx_code2 
+0x769e 023181 branch key_pdu_common 
+:      023183 key_light_color_switch:
+0x769f 023184 fetch 1 ,mem_light_color_switch_cnt 
+0x76a0 023185 beq 0 ,key_light_color_switch_wy 
+0x76a1 023186 beq 1 ,key_light_color_switch_w 
+0x76a2 023187 beq 2 ,key_light_color_switch_y 
+0x76a3 023188 rtn 
+:      023190 key_light_color_switch_wy:
+0x76a4 023191 call frmt_light_color_switch_wy_v2 
+0x76a5 023192 jam 1 ,mem_light_color_switch_cnt 
+0x76a6 023193 jam light_jym_cmd_wy_lamp ,mem_light_jym_tx_cmd 
+0x76a7 023194 jam light_jym_data_wy_lamp ,mem_light_jym_tx_data 
+0x76a8 023195 call frmt_jym_pdu_common 
+0x76a9 023197 jam light_color_switch_code1 ,mem_light_ky_tx_code1 
+0x76aa 023198 jam light_color_switch_wy_code2 ,mem_light_ky_tx_code2 
+0x76ab 023199 branch key_pdu_common 
+:      023201 key_light_color_switch_w:
+0x76ac 023202 call frmt_light_color_switch_w_v2 
+0x76ad 023203 jam 2 ,mem_light_color_switch_cnt 
+0x76ae 023204 jam light_jym_cmd_white_lamp ,mem_light_jym_tx_cmd 
+0x76af 023205 jam light_jym_data_white_lamp ,mem_light_jym_tx_data 
+0x76b0 023206 call frmt_jym_pdu_common 
+0x76b1 023208 jam light_color_switch_code1 ,mem_light_ky_tx_code1 
+0x76b2 023209 jam light_color_switch_w_code2 ,mem_light_ky_tx_code2 
+0x76b3 023210 branch key_pdu_common 
+:      023212 key_light_color_switch_y:
+0x76b4 023213 call frmt_light_color_switch_y_v2 
+0x76b5 023214 jam 0 ,mem_light_color_switch_cnt 
+0x76b6 023215 jam light_jym_cmd_yellow_lamp ,mem_light_jym_tx_cmd 
+0x76b7 023216 jam light_jym_data_yellow_lamp ,mem_light_jym_tx_data 
+0x76b8 023217 call frmt_jym_pdu_common 
+0x76b9 023219 jam light_color_switch_code1 ,mem_light_ky_tx_code1 
+0x76ba 023220 jam light_color_switch_y_code2 ,mem_light_ky_tx_code2 
+0x76bb 023221 branch key_pdu_common 
+:      023223 key_light_master_off:
+0x76bc 023224 jam light_jym_cmd_off ,mem_light_jym_tx_cmd 
+0x76bd 023225 jam light_jym_data_off ,mem_light_jym_tx_data 
+0x76be 023226 jam 0xd1 ,mem_light_jym_tx_group 
+0x76bf 023227 call frmt_jym_pdu_common 
+0x76c0 023229 jam light_off_code1 ,mem_light_ky_tx_code1 
+0x76c1 023230 jam 0 ,mem_light_ky_tx_code2 
+0x76c2 023231 jam 0xd1 ,mem_light_ky_tx_group_num 
+0x76c3 023232 branch key_pdu_common 
+:      023234 key_light_master_on:
+0x76c4 023235 jam light_jym_cmd_on ,mem_light_jym_tx_cmd 
+0x76c5 023236 jam light_jym_data_on ,mem_light_jym_tx_data 
+0x76c6 023237 jam 0xd1 ,mem_light_jym_tx_group 
+0x76c7 023238 call frmt_jym_pdu_common 
+0x76c8 023240 jam light_on_code1 ,mem_light_ky_tx_code1 
+0x76c9 023241 jam 0 ,mem_light_ky_tx_code2 
+0x76ca 023242 jam 0xd1 ,mem_light_ky_tx_group_num 
+0x76cb 023243 branch key_pdu_common 
+:      023248 frmt_kscan_init:
+0x76cc 023249 bpatchx patch2f_1 ,mem_patch2f 
+0x76cd 023251 fetch 2 ,mem_kscan_analysis_interval_timeout 
+0x76ce 023252 nrtn blank 
+0x76cf 023254 call frmt_kscan_col_state_init 
+:      023255 frmt_kscan_row_state_init:
+0x76d0 023256 bpatchx patch2f_2 ,mem_patch2f 
+0x76d1 023258 arg mem_kscan_row_gpio_pin ,rega 
+0x76d2 023260 fetch 1 ,mem_kscan_row_nums 
+0x76d3 023261 iforce loopcnt 
+:      023262 frmt_kscan_input_pull_up_loop:
+0x76d4 023263 ifetcht 1 ,rega 
+0x76d5 023264 call gpio_config_input 
+0x76d6 023265 increase 1 ,rega 
+0x76d7 023266 loop frmt_kscan_input_pull_up_loop 
+0x76d8 023267 nop 12000 
+0x76d9 023268 rtn 
+:      023270 frmt_kscan_recover_col_output_low:
+:      023271 frmt_kscan_col_state_init:
+0x76da 023272 arg mem_kscan_col_gpio_pin ,rega 
+0x76db 023273 fetch 1 ,mem_kscan_col_nums 
+0x76dc 023274 iforce loopcnt 
+:      023275 frmt_kscan_output_low_loop:
+0x76dd 023276 ifetcht 1 ,rega 
+0x76de 023277 or temp ,0x80 ,temp 
+0x76df 023278 call gpio_config_output_patch 
+0x76e0 023279 increase 1 ,rega 
+0x76e1 023280 loop frmt_kscan_output_low_loop 
+0x76e2 023281 nop 12000 
+0x76e3 023282 rtn 
+:      023285 frmt_kscan:
+0x76e4 023286 fetch 2 ,mem_kscan_analysis_interval_timeout 
+0x76e5 023288 nrtn blank 
+0x76e6 023289 jam 0 ,mem_keypress_analysis_flag 
+0x76e7 023291 setarg 0 
+0x76e8 023292 store 8 ,mem_kscan_record_keypress 
+:      023293 frmt_kscan_get_row_state:
+0x76e9 023294 jam 0 ,mem_kscan_row_scanned 
+0x76ea 023295 arg mem_kscan_row_gpio_pin ,regc 
+:      023297 frmt_kscan_get_row_state_loop:
+0x76eb 023298 ifetcht 1 ,regc 
+0x76ec 023299 call gpio_get_bit 
+0x76ed 023300 call frmt_kscan_avoid_shake_and_record_key ,true 
+0x76ee 023302 ifetcht 1 ,regc 
+0x76ef 023303 call gpio_config_input 
+0x76f0 023304 call frmt_kscan_recover_col_output_low 
+0x76f1 023306 increase 1 ,regc 
+0x76f2 023307 fetch 1 ,mem_kscan_row_scanned 
+0x76f3 023308 pincrease 1 
+0x76f4 023309 store 1 ,mem_kscan_row_scanned 
+0x76f5 023310 fetcht 1 ,mem_kscan_row_nums 
+0x76f6 023311 isub temp ,null 
+0x76f7 023312 nbranch frmt_kscan_get_row_state_loop ,positive 
+0x76f8 023313 rtn 
+:      023315 frmt_kscan_press_gnd_related:
+0x76f9 023316 bpatchx patch2f_3 ,mem_patch2f 
+0x76fa 023318 fetch 1 ,mem_kscan_row_scanned 
+0x76fb 023319 pincrease 1 
+0x76fc 023320 fetcht 1 ,mem_kscan_col_nums 
+0x76fd 023321 increase 1 ,temp 
+0x76fe 023322 imul32 temp ,pdata 
+0x76ff 023323 iforce queue 
+0x7700 023324 fetch 8 ,mem_kscan_record_keypress 
+0x7701 023325 qset1 pdata 
+0x7702 023326 store 8 ,mem_kscan_record_keypress 
+0x7703 023327 rtn 
+:      023329 frmt_kscan_set_default_avoid_shake_time:
+0x7704 023330 arg 1 ,loopcnt 
+0x7705 023331 rtn 
+:      023333 frmt_kscan_avoid_shake_and_record_key:
+0x7706 023334 bpatchx patch2f_4 ,mem_patch2f 
+0x7707 023336 fetch 2 ,mem_kscan_avoid_shake_delay_time 
+0x7708 023337 iforce loopcnt 
+0x7709 023338 call frmt_kscan_set_default_avoid_shake_time ,blank 
+0x770a 023339 call delay_ms_wait 
+0x770b 023340 ifetcht 1 ,regc 
+0x770c 023341 call gpio_get_bit 
+0x770d 023342 nrtn true 
+0x770e 023343 nop 12000 
+0x770f 023345 ifetcht 1 ,regc 
+0x7710 023346 call gpio_get_bit 
+0x7711 023347 nrtn true 
+0x7712 023348 nop 12000 
+0x7713 023350 ifetcht 1 ,regc 
+0x7714 023351 call gpio_get_bit 
+0x7715 023352 nrtn true 
+0x7716 023354 call frmt_kscan_all_col_pull_up 
+0x7717 023355 ifetcht 1 ,regc 
+0x7718 023356 call gpio_get_bit 
+0x7719 023357 branch frmt_kscan_press_gnd_related ,true 
+:      023359 frmt_kscan_check_col_elec_level:
+0x771a 023360 bpatchx patch2f_5 ,mem_patch2f 
+0x771b 023362 ifetcht 1 ,regc 
+0x771c 023363 or temp ,0x80 ,temp 
+0x771d 023364 call gpio_config_output_patch 
+0x771e 023365 jam 0 ,mem_kscan_col_scanned 
+0x771f 023366 arg mem_kscan_col_gpio_pin ,rega 
+:      023367 frmt_kscan_check_col_elec_level_loop:
+0x7720 023368 ifetcht 1 ,rega 
+0x7721 023369 call gpio_get_bit 
+0x7722 023370 call frmt_kscan_record_keypress ,true 
+0x7723 023372 increase 1 ,rega 
+0x7724 023373 fetch 1 ,mem_kscan_col_scanned 
+0x7725 023374 pincrease 1 
+0x7726 023375 store 1 ,mem_kscan_col_scanned 
+0x7727 023376 fetcht 1 ,mem_kscan_col_nums 
+0x7728 023377 isub temp ,null 
+0x7729 023378 nbranch frmt_kscan_check_col_elec_level_loop ,positive 
+0x772a 023379 rtn 
+:      023382 frmt_kscan_record_keypress:
+0x772b 023383 bpatchx patch2f_6 ,mem_patch2f 
+0x772c 023385 fetch 1 ,mem_kscan_row_scanned 
+0x772d 023386 fetcht 1 ,mem_kscan_col_nums 
+0x772e 023387 increase 1 ,temp 
+0x772f 023388 imul32 temp ,pdata 
+0x7730 023390 fetcht 1 ,mem_kscan_col_scanned 
+0x7731 023391 increase 1 ,temp 
+0x7732 023392 iadd temp ,pdata 
+0x7733 023393 iforce queue 
+0x7734 023394 enable true 
+0x7735 023395 fetch 8 ,mem_kscan_record_keypress 
+0x7736 023396 qsetflag true ,pdata 
+0x7737 023397 store 8 ,mem_kscan_record_keypress 
+0x7738 023404 rtn 
+:      023405 frmt_kscan_all_col_pull_up:
+0x7739 023406 bpatchx patch2f_7 ,mem_patch2f 
+0x773a 023408 arg mem_kscan_col_gpio_pin ,rega 
+0x773b 023409 fetch 1 ,mem_kscan_col_nums 
+0x773c 023410 iforce loopcnt 
+0x773d 023411 branch frmt_kscan_input_pull_up_loop 
+:      023413 gpio_config_output_patch:
+0x773e 023414 setflip 7 ,temp 
+0x773f 023415 branch gpio_config_output 
+:      023420 frmt_light_lighten_short_press:
+0x7740 023421 fetch 1 ,mem_light_color_and_lgtness_long_press_adv_enable 
+0x7741 023422 beq 1 ,frmt_light_lighten 
+0x7742 023423 jam light_lighten_release_adv_flag ,mem_light_release_adv_flag 
+0x7743 023424 branch frmt_light_light_color_and_lightness_change_common 
+:      023426 frmt_light_darken_short_press:
+0x7744 023427 fetch 1 ,mem_light_color_and_lgtness_long_press_adv_enable 
+0x7745 023428 beq 1 ,frmt_light_darken 
+0x7746 023429 jam light_darken_release_adv_flag ,mem_light_release_adv_flag 
+0x7747 023430 branch frmt_light_light_color_and_lightness_change_common 
+:      023432 frmt_light_to_w_short_press:
+0x7748 023433 fetch 1 ,mem_light_color_and_lgtness_long_press_adv_enable 
+0x7749 023434 beq 1 ,frmt_light_to_w 
+0x774a 023435 jam light_to_w_release_adv_flag ,mem_light_release_adv_flag 
+0x774b 023436 branch frmt_light_light_color_and_lightness_change_common 
+:      023438 frmt_light_to_y_short_press:
+0x774c 023439 fetch 1 ,mem_light_color_and_lgtness_long_press_adv_enable 
+0x774d 023440 beq 1 ,frmt_light_to_y 
+0x774e 023441 jam light_to_y_release_adv_flag ,mem_light_release_adv_flag 
+:      023442 frmt_light_light_color_and_lightness_change_common:
+0x774f 023443 bpatchx patch30_0 ,mem_patch30 
+0x7750 023444 fetch 2 ,mem_light_short_keypress_timeout 
+0x7751 023445 nrtn blank 
+0x7752 023446 jam 0 ,mem_le_adv_enable 
+0x7753 023447 jam short_press_timeout ,mem_light_short_keypress_timeout 
+0x7754 023448 rtn 
+:      023450 frmt_light_to_y:
+0x7755 023451 call frmt_light_to_y_v2 
+0x7756 023452 fetch 1 ,mem_special_agreemeet_enable 
+0x7757 023453 beq 1 ,gem_light_to_y 
+0x7758 023454 beq 2 ,key_light_to_y 
+0x7759 023455 jam 0 ,mem_light_release_adv_flag 
+0x775a 023456 jam light_cmd_ftd_color_state_change ,mem_ftd_adv_raw 
+0x775b 023457 jam 0x18 ,mem_ftd_adv_raw_reserved 
+0x775c 023458 call frmt_light_set_pdu_common_short_press_with_3bytes_data_reset 
+0x775d 023459 branch frmt_adv_rear_6bytes_and_whitening 
+:      023462 frmt_light_to_w:
+0x775e 023463 call frmt_light_to_w_v2 
+0x775f 023464 fetch 1 ,mem_special_agreemeet_enable 
+0x7760 023465 beq 1 ,gem_light_to_w 
+0x7761 023466 beq 2 ,key_light_to_w 
+0x7762 023467 jam 0 ,mem_light_release_adv_flag 
+0x7763 023468 jam light_cmd_ftd_color_state_change ,mem_ftd_adv_raw 
+0x7764 023469 jam 0x24 ,mem_ftd_adv_raw_reserved 
+0x7765 023470 call frmt_light_set_pdu_common_short_press_with_3bytes_data_reset 
+0x7766 023471 branch frmt_adv_rear_6bytes_and_whitening 
+:      023473 frmt_light_darken:
+0x7767 023474 call frmt_light_darken_v2 
+0x7768 023475 fetch 1 ,mem_special_agreemeet_enable 
+0x7769 023476 beq 1 ,gem_light_darken 
+0x776a 023477 beq 2 ,key_light_darken 
+0x776b 023478 jam 0 ,mem_light_release_adv_flag 
+0x776c 023479 jam light_cmd_ftd_color_state_change ,mem_ftd_adv_raw 
+0x776d 023480 jam 0x28 ,mem_ftd_adv_raw_reserved 
+0x776e 023481 call frmt_light_set_pdu_common_short_press_with_3bytes_data_reset 
+0x776f 023482 branch frmt_adv_rear_6bytes_and_whitening 
+:      023484 frmt_light_lighten:
+0x7770 023485 call frmt_light_lighten_v2 
+0x7771 023486 fetch 1 ,mem_special_agreemeet_enable 
+0x7772 023487 beq 1 ,gem_light_lighten 
+0x7773 023488 beq 2 ,key_light_lighten 
+0x7774 023489 jam 0 ,mem_light_release_adv_flag 
+0x7775 023490 jam light_cmd_ftd_color_state_change ,mem_ftd_adv_raw 
+0x7776 023491 jam 0x14 ,mem_ftd_adv_raw_reserved 
+0x7777 023492 call frmt_light_set_pdu_common_short_press_with_3bytes_data_reset 
+0x7778 023493 branch frmt_adv_rear_6bytes_and_whitening 
+:      023495 frmt_light_set_pdu_common_short_press_with_3bytes_data_reset:
+0x7779 023496 bpatchx patch30_1 ,mem_patch30 
+0x777a 023497 setarg 0 
+0x777b 023498 store 3 ,mem_ftd_adv_raw_data 
+0x777c 023499 branch frmt_light_set_pdu_common_short_press 
+:      023503 frmt_light_release_set1_and_long_press_set1:
+0x777d 023504 jam 1 ,mem_light_num_of_long_press 
+0x777e 023505 call frmt_light_long_press_flag_reset 
+0x777f 023506 jam 1 ,mem_light_release_adv_flag 
+0x7780 023507 rtn 
+:      023509 frmt_light_release_set2_and_long_press_set2:
+0x7781 023510 jam 2 ,mem_light_num_of_long_press 
+0x7782 023511 call frmt_light_long_press_flag_reset 
+0x7783 023512 jam 2 ,mem_light_release_adv_flag 
+0x7784 023513 rtn 
+:      023515 frmt_light_release_set3_and_long_press_set3:
+0x7785 023516 jam 3 ,mem_light_num_of_long_press 
+0x7786 023517 call frmt_light_long_press_flag_reset 
+0x7787 023518 jam 3 ,mem_light_release_adv_flag 
+0x7788 023519 rtn 
+:      023521 frmt_light_release_set4_and_long_press_set4:
+0x7789 023522 jam 4 ,mem_light_num_of_long_press 
+0x778a 023523 call frmt_light_long_press_flag_reset 
+0x778b 023524 jam 4 ,mem_light_release_adv_flag 
+0x778c 023525 rtn 
+:      023527 frmt_light_long_press_flag_reset:
+0x778d 023528 bpatchx patch30_2 ,mem_patch30 
+0x778e 023529 fetch 2 ,mem_long_press_timeout 
+0x778f 023530 nrtn blank 
+0x7790 023531 fetch 2 ,mem_claer_code_time 
+0x7791 023532 store 2 ,mem_long_press_timeout 
+0x7792 023533 pincrease 1 
+0x7793 023534 store 2 ,mem_light_lpm_enable_timeout 
+0x7794 023535 fetch 1 ,mem_special_agreemeet_enable 
+0x7795 023536 sub pdata ,1 ,null 
+0x7796 023537 branch gem_long_keypress_time ,zero 
+0x7797 023538 rtn 
+:      023540 frmt_light_night_light:
+0x7798 023541 call frmt_light_night_light_v2 
+0x7799 023542 jam light_cmd_night_light ,mem_ftd_adv_raw 
+0x779a 023543 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023545 frmt_light_master_pairing:
+0x779b 023546 jam 0 ,mem_groups_num 
+0x779c 023547 jam 0 ,mem_ble_v2_group_index 
+:      023549 frmt_light_pairing_process:
+0x779d 023550 setarg key_press_led_on_time 
+0x779e 023551 store 2 ,mem_indicator_led_turn_on_timeout 
+0x779f 023552 jam 1 ,mem_indicator_turn_on_enable 
+:      023553 frmt_light_pairing_process_without_led_flag_set:
+0x77a0 023554 bpatchx patch30_3 ,mem_patch30 
+0x77a1 023555 call frmt_light_master_pairing_v2 
+0x77a2 023556 jam 1 ,mem_le_adv_enable 
+0x77a3 023557 fetch 2 ,mem_light_adv_time 
+0x77a4 023558 lshift2 pdata ,pdata 
+0x77a5 023559 store 2 ,mem_ble_light_adv_timeout 
+0x77a6 023560 pincrease 1 
+0x77a7 023561 store 2 ,mem_light_lpm_enable_timeout 
+0x77a8 023563 fetch 1 ,mem_light_manufacture_id 
+0x77a9 023564 store 1 ,mem_ftd_adv_raw_reserved 
+0x77aa 023565 jam light_cmd_pairing_code ,mem_ftd_adv_raw 
+0x77ab 023567 fetch 1 ,mem_ftd_adv_raw_packet_num 
+0x77ac 023568 pincrease 1 
+0x77ad 023569 store 1 ,mem_ftd_adv_raw_packet_num 
+0x77ae 023570 jam 0x81 ,mem_ftd_adv_raw_data + 2 
+0x77af 023572 fetch 1 ,mem_ble_v2_maintype 
+0x77b0 023573 sub pdata ,3 ,null 
+0x77b1 023574 call frmt_fan_lamp ,zero 
+0x77b2 023575 fetch 1 ,mem_ble_v2_maintype 
+0x77b3 023576 sub pdata ,5 ,null 
+0x77b4 023577 call frmt_solar_lamp ,zero 
+0x77b5 023579 call frmt_light_groups_pairing_address_set_set 
+0x77b6 023580 branch frmt_adv_rear_6bytes_and_whitening 
+:      023582 frmt_light_groups_pairing_address_set_set:
+0x77b7 023583 fetch 2 ,mem_ftd_adv_raw_device_add_temp 
+0x77b8 023584 arg 0xf0ff ,temp 
+0x77b9 023585 iand temp ,pdata 
+0x77ba 023586 store 2 ,mem_ftd_adv_raw_data 
+0x77bb 023587 branch frmt_light_groups_address_set 
+:      023589 frmt_light_clear_code:
+0x77bc 023591 bpatchx patch30_4 ,mem_patch30 
+0x77bd 023592 call frmt_light_clear_code_v2 
+0x77be 023593 jam 1 ,mem_indicator_turn_on_enable 
+0x77bf 023595 jam 1 ,mem_le_adv_enable 
+0x77c0 023596 setarg key_press_led_on_time 
+0x77c1 023597 lshift2 pdata ,pdata 
+0x77c2 023598 store 2 ,mem_indicator_led_turn_on_timeout 
+0x77c3 023599 fetch 2 ,mem_light_adv_time 
+0x77c4 023600 lshift2 pdata ,pdata 
+0x77c5 023602 store 2 ,mem_ble_light_adv_timeout 
+0x77c6 023603 pincrease 1 
+0x77c7 023604 store 2 ,mem_light_lpm_enable_timeout 
+0x77c8 023605 jam light_cmd_clear_code ,mem_ftd_adv_raw 
+0x77c9 023606 setarg light_ftd_clear_code_addr 
+0x77ca 023607 store 3 ,mem_ftd_adv_raw_device_add 
+0x77cb 023608 fetch 1 ,mem_ftd_adv_raw_packet_num 
+0x77cc 023609 pincrease 1 
+0x77cd 023610 store 1 ,mem_ftd_adv_raw_packet_num 
+0x77ce 023612 fetch 1 ,mem_ble_v2_maintype 
+0x77cf 023613 sub pdata ,3 ,null 
+0x77d0 023614 call frmt_fan_lamp ,zero 
+0x77d1 023615 fetch 1 ,mem_ble_v2_maintype 
+0x77d2 023616 sub pdata ,5 ,null 
+0x77d3 023617 call frmt_solar_lamp ,zero 
+0x77d4 023618 branch frmt_adv_rear_6bytes_and_whitening 
+:      023620 frmt_light_master_on_and_long_press_set0:
+0x77d5 023621 jam 0 ,mem_light_num_of_long_press 
+0x77d6 023622 call frmt_light_long_press_flag_reset 
+:      023623 frmt_light_master_on:
+0x77d7 023624 jam 0 ,mem_groups_num 
+0x77d8 023625 call frmt_light_master_on_v2 
+0x77d9 023626 fetch 1 ,mem_special_agreemeet_enable 
+0x77da 023627 beq 1 ,gem_light_master_on 
+0x77db 023628 beq 2 ,key_light_master_on 
+:      023629 frmt_light_on_without_group_set:
+0x77dc 023630 jam 1 ,mem_light_on_and_off_flag 
+0x77dd 023631 jam light_cmd_turn_on ,mem_ftd_adv_raw 
+0x77de 023632 call frmt_light_groups_address_set 
+0x77df 023633 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023635 frmt_light_master_off_and_long_press_set0:
+0x77e0 023636 jam 0 ,mem_light_num_of_long_press 
+0x77e1 023637 call frmt_light_long_press_flag_reset 
+0x77e2 023638 branch frmt_light_master_off 
+:      023639 frmt_light_master_on_and_off:
+0x77e3 023640 fetch 1 ,mem_light_on_and_off_flag 
+0x77e4 023641 branch frmt_light_master_on ,blank 
+:      023642 frmt_light_master_off:
+0x77e5 023643 call frmt_light_master_off_v2 
+0x77e6 023644 jam 0 ,mem_groups_num 
+0x77e7 023645 fetch 1 ,mem_special_agreemeet_enable 
+0x77e8 023646 beq 1 ,gem_light_master_off 
+0x77e9 023647 beq 2 ,key_light_master_off 
+:      023648 frmt_light_off_without_group_set:
+0x77ea 023649 jam 0 ,mem_light_on_and_off_flag 
+0x77eb 023650 jam light_cmd_turn_off ,mem_ftd_adv_raw 
+0x77ec 023651 call frmt_light_groups_address_set 
+0x77ed 023652 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023654 frmt_light_on_and_off_1opcode_and_long_press_set0:
+0x77ee 023655 jam 0 ,mem_light_num_of_long_press 
+0x77ef 023656 call frmt_light_long_press_flag_reset 
+:      023657 frmt_light_on_and_off_1opcode:
+0x77f0 023658 call frmt_light_on_and_off_1opcode_v2 
+0x77f1 023659 jam light_cmd_turn_on_and_off ,mem_ftd_adv_raw 
+0x77f2 023660 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023662 frmt_light_color_switch_wy_only_payload_set:
+0x77f3 023663 jam light_cmd_color_swtich ,mem_ftd_adv_raw 
+0x77f4 023664 jam light_data_part_ff ,mem_ftd_adv_raw_data 
+0x77f5 023665 jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+0x77f6 023666 jam light_cmd_ftd_color_swtich_reserved ,mem_ftd_adv_raw_reserved 
+0x77f7 023667 rtn 
+:      023668 frmt_light_color_switch_w_only_payload_set:
+0x77f8 023669 jam light_cmd_color_swtich ,mem_ftd_adv_raw 
+0x77f9 023670 jam light_data_part_ff ,mem_ftd_adv_raw_data 
+0x77fa 023671 jam light_cmd_ftd_color_swtich_reserved ,mem_ftd_adv_raw_reserved 
+0x77fb 023672 rtn 
+:      023674 frmt_light_color_switch_y_only_payload_set:
+0x77fc 023675 jam light_cmd_color_swtich ,mem_ftd_adv_raw 
+0x77fd 023676 jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+0x77fe 023677 jam light_cmd_ftd_color_swtich_reserved ,mem_ftd_adv_raw_reserved 
+0x77ff 023678 rtn 
+:      023680 frmt_light_color_switch:
+0x7800 023681 fetch 1 ,mem_light_color_switch_cnt 
+0x7801 023682 sub pdata ,3 ,null 
+0x7802 023683 call frmt_color_switch_cnt_set0 ,zero 
+0x7803 023684 beq 0 ,frmt_light_color_switch_wy 
+0x7804 023685 beq 1 ,frmt_light_color_switch_w 
+0x7805 023686 beq 2 ,frmt_light_color_switch_y 
+0x7806 023687 rtn 
+:      023688 frmt_color_switch_cnt_set0:
+0x7807 023689 setarg 0 
+0x7808 023690 store 1 ,mem_light_color_switch_cnt 
+0x7809 023691 rtn 
+:      023692 frmt_light_color_switch_wy:
+0x780a 023693 fetch 1 ,mem_light_color_switch_cnt 
+0x780b 023694 pincrease 1 
+0x780c 023695 store 1 ,mem_light_color_switch_cnt 
+0x780d 023696 call frmt_light_color_switch_wy_v2 
+0x780e 023697 fetch 1 ,mem_special_agreemeet_enable 
+0x780f 023698 beq 1 ,gem_light_color_switch 
+0x7810 023699 call frmt_light_color_switch_wy_only_payload_set 
+0x7811 023700 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023701 frmt_light_color_switch_w:
+0x7812 023702 fetch 1 ,mem_light_color_switch_cnt 
+0x7813 023703 pincrease 1 
+0x7814 023704 store 1 ,mem_light_color_switch_cnt 
+0x7815 023705 call frmt_light_color_switch_w_v2 
+0x7816 023706 fetch 1 ,mem_special_agreemeet_enable 
+0x7817 023707 beq 1 ,gem_light_color_switch 
+0x7818 023708 call frmt_light_color_switch_w_only_payload_set 
+0x7819 023709 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023710 frmt_light_color_switch_y:
+0x781a 023711 fetch 1 ,mem_light_color_switch_cnt 
+0x781b 023712 pincrease 1 
+0x781c 023713 store 1 ,mem_light_color_switch_cnt 
+0x781d 023714 call frmt_light_color_switch_y_v2 
+0x781e 023715 fetch 1 ,mem_special_agreemeet_enable 
+0x781f 023716 beq 1 ,gem_light_color_switch 
+0x7820 023717 call frmt_light_color_switch_y_only_payload_set 
+0x7821 023718 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023720 frmt_light_aid_turn_on_and_off:
+0x7822 023721 fetch 1 ,mem_light_aid_swtich_flag 
+0x7823 023722 beq 0 ,frmt_light_aid_turn_on 
+:      023723 frmt_light_aid_turn_off:
+0x7824 023724 call frmt_light_aid_turn_off_v2 
+0x7825 023725 jam 0 ,mem_light_aid_swtich_flag 
+0x7826 023726 fetch 1 ,mem_special_agreemeet_enable 
+0x7827 023727 beq 1 ,gem_light_aid_turn_onoff 
+0x7828 023728 beq 2 ,key_light_aux_lamp_on_and_off_ky 
+0x7829 023729 jam light_cmd_aid_turn_off ,mem_ftd_adv_raw 
+0x782a 023730 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023731 frmt_light_aid_turn_on:
+0x782b 023732 call frmt_light_aid_turn_on_v2 
+0x782c 023733 jam 1 ,mem_light_aid_swtich_flag 
+0x782d 023734 fetch 1 ,mem_special_agreemeet_enable 
+0x782e 023735 beq 1 ,gem_light_aid_turn_onoff 
+0x782f 023736 beq 2 ,key_light_aux_lamp_on_and_off_ky 
+0x7830 023737 jam light_cmd_aid_turn_on ,mem_ftd_adv_raw 
+0x7831 023738 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023740 frmt_light_pcnt_50_and_100percent:
+0x7832 023741 fetch 1 ,mem_light_brightness_switch_flag 
+0x7833 023742 beq 0 ,frmt_light_pcnt_50_percent 
+:      023743 frmt_light_pcnt_100_percent:
+0x7834 023744 call frmt_light_pcnt_100_percent_v2 
+0x7835 023745 jam light_cmd_color_swtich ,mem_ftd_adv_raw 
+0x7836 023746 jam light_data_part_ff ,mem_ftd_adv_raw_data 
+0x7837 023747 jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+0x7838 023748 jam 0 ,mem_light_brightness_switch_flag 
+0x7839 023749 jam 2 ,mem_ftd_adv_raw_reserved 
+0x783a 023750 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023751 frmt_light_pcnt_50_percent:
+0x783b 023752 call frmt_light_pcnt_50_percent_v2 
+0x783c 023753 jam 1 ,mem_ftd_adv_raw_reserved 
+0x783d 023754 jam light_cmd_color_swtich ,mem_ftd_adv_raw 
+0x783e 023755 jam light_ftd_data_part_pcnt_50percent ,mem_ftd_adv_raw_data 
+0x783f 023756 jam light_ftd_data_part_pcnt_50percent ,mem_ftd_adv_raw_data + 1 
+0x7840 023757 jam 1 ,mem_light_brightness_switch_flag 
+0x7841 023758 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023760 frmt_light_rgb_auto:
+0x7842 023761 fetch 1 ,mem_special_agreemeet_enable 
+0x7843 023762 sub pdata ,1 ,null 
+0x7844 023763 call gem_light_rgb_auto ,zero 
+0x7845 023764 jam 1 ,mem_light_rgb_on_and_off_flag 
+0x7846 023765 fetch 1 ,mem_light_rgb_auto_flag 
+0x7847 023766 beq 0 ,frmt_light_rgb_circulation_1e 
+:      023767 frmt_light_rgb_circulation_1f:
+0x7848 023768 call frmt_light_rgb_circulation_1f_v2 
+0x7849 023769 jam light_cmd_rgb_1f ,mem_ftd_adv_raw 
+0x784a 023770 jam 0 ,mem_light_rgb_auto_flag 
+0x784b 023771 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023772 frmt_light_rgb_circulation_1e:
+0x784c 023773 call frmt_light_rgb_circulation_1e_v2 
+0x784d 023774 jam light_cmd_rgb_1e ,mem_ftd_adv_raw 
+0x784e 023775 jam 1 ,mem_light_rgb_auto_flag 
+0x784f 023776 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023778 frmt_light_rgb_manual:
+0x7850 023779 fetch 1 ,mem_special_agreemeet_enable 
+0x7851 023780 sub pdata ,1 ,null 
+0x7852 023781 call gem_light_rgb_step ,zero 
+0x7853 023782 jam light_cmd_rgb_mannul ,mem_ftd_adv_raw 
+0x7854 023783 fetch 1 ,mem_light_rgb_hand_actuated_flag 
+0x7855 023784 beq 0 ,frmt_light_rgb_manual0 
+0x7856 023785 beq 1 ,frmt_light_rgb_manual1 
+0x7857 023786 beq 2 ,frmt_light_rgb_manual2 
+0x7858 023787 beq 3 ,frmt_light_rgb_manual3 
+0x7859 023788 beq 4 ,frmt_light_rgb_manual4 
+0x785a 023789 beq 5 ,frmt_light_rgb_manual5 
+0x785b 023790 beq 6 ,frmt_light_rgb_manual6 
+0x785c 023791 rtn 
+:      023792 frmt_light_rgb_manual6:
+0x785d 023793 call frmt_light_rgb_manual6_v2 
+0x785e 023794 jam 0 ,mem_light_rgb_hand_actuated_flag 
+0x785f 023795 jam light_data_part_ff ,mem_ftd_adv_raw_data 
+0x7860 023796 jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+0x7861 023797 jam light_data_part_ff ,mem_ftd_adv_raw_data + 2 
+0x7862 023798 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023800 frmt_light_rgb_manual5:
+0x7863 023801 call frmt_light_rgb_manual5_v2 
+0x7864 023802 jam 6 ,mem_light_rgb_hand_actuated_flag 
+0x7865 023803 jam light_data_part_ff ,mem_ftd_adv_raw_data 
+0x7866 023804 jam light_data_part_ff ,mem_ftd_adv_raw_data + 2 
+0x7867 023805 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023807 frmt_light_rgb_manual4:
+0x7868 023808 call frmt_light_rgb_manual4_v2 
+0x7869 023809 jam 5 ,mem_light_rgb_hand_actuated_flag 
+0x786a 023810 jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+0x786b 023811 jam light_data_part_ff ,mem_ftd_adv_raw_data + 2 
+0x786c 023812 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023814 frmt_light_rgb_manual3:
+0x786d 023815 call frmt_light_rgb_manual3_v2 
+0x786e 023816 jam 4 ,mem_light_rgb_hand_actuated_flag 
+0x786f 023817 jam light_data_part_ff ,mem_ftd_adv_raw_data 
+0x7870 023818 jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+0x7871 023819 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023821 frmt_light_rgb_manual2:
+0x7872 023822 call frmt_light_rgb_manual2_v2 
+0x7873 023823 jam 3 ,mem_light_rgb_hand_actuated_flag 
+0x7874 023824 jam light_data_part_ff ,mem_ftd_adv_raw_data + 2 
+0x7875 023825 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023827 frmt_light_rgb_manual1:
+0x7876 023828 call frmt_light_rgb_manual1_v2 
+0x7877 023829 jam 2 ,mem_light_rgb_hand_actuated_flag 
+0x7878 023830 jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+0x7879 023831 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023833 frmt_light_rgb_manual0:
+0x787a 023834 call frmt_light_rgb_manual0_v2 
+0x787b 023835 jam 1 ,mem_light_rgb_hand_actuated_flag 
+0x787c 023836 jam light_data_part_ff ,mem_ftd_adv_raw_data 
+0x787d 023837 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023839 frmt_light_timing_1min:
+0x787e 023840 call frmt_light_timing_1min_v2 
+0x787f 023841 jam 1 ,mem_ftd_adv_raw_data 
+:      023842 frmt_light_timing_off:
+0x7880 023843 jam light_cmd_delay_off ,mem_ftd_adv_raw 
+0x7881 023844 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023846 frmt_light_group1_on_and_long_press_set1:
+0x7882 023847 jam 1 ,mem_light_num_of_long_press 
+0x7883 023848 call frmt_light_long_press_flag_reset 
+:      023849 frmt_light_group1_on:
+0x7884 023850 call frmt_light_group1_on_v2 
+0x7885 023851 jam 1 ,mem_light_group1_on_and_off_flag 
+0x7886 023852 jam light_cmd_turn_on ,mem_ftd_adv_raw 
+0x7887 023853 jam 1 ,mem_groups_num 
+0x7888 023854 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023856 frmt_light_group2_on_and_long_press_set2:
+0x7889 023857 jam 2 ,mem_light_num_of_long_press 
+0x788a 023858 call frmt_light_long_press_flag_reset 
+:      023859 frmt_light_group2_on:
+0x788b 023860 call frmt_light_group2_on_v2 
+0x788c 023861 jam 1 ,mem_light_group2_on_and_off_flag 
+0x788d 023862 jam light_cmd_turn_on ,mem_ftd_adv_raw 
+0x788e 023863 jam 2 ,mem_groups_num 
+0x788f 023864 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023866 frmt_light_group3_on_and_long_press_set3:
+0x7890 023867 jam 3 ,mem_light_num_of_long_press 
+0x7891 023868 call frmt_light_long_press_flag_reset 
+:      023869 frmt_light_group3_on:
+0x7892 023870 jam 1 ,mem_light_group3_on_and_off_flag 
+0x7893 023871 jam light_cmd_turn_on ,mem_ftd_adv_raw 
+0x7894 023872 jam 3 ,mem_groups_num 
+0x7895 023873 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023875 frmt_light_group4_on_and_long_press_set4:
+0x7896 023876 jam 4 ,mem_light_num_of_long_press 
+0x7897 023877 call frmt_light_long_press_flag_reset 
+:      023878 frmt_light_group4_on:
+0x7898 023879 call frmt_light_group4_on_v2 
+0x7899 023880 jam 1 ,mem_light_group4_on_and_off_flag 
+0x789a 023881 jam light_cmd_turn_on ,mem_ftd_adv_raw 
+0x789b 023882 jam 4 ,mem_groups_num 
+0x789c 023883 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023885 frmt_light_group1_on_and_off_and_long_press_set1:
+0x789d 023886 jam 1 ,mem_light_num_of_long_press 
+0x789e 023887 call frmt_light_long_press_flag_reset 
+:      023888 frmt_light_group1_on_and_off:
+0x789f 023889 fetch 1 ,mem_light_group1_on_and_off_flag 
+0x78a0 023890 branch frmt_light_group1_on ,blank 
+:      023891 frmt_light_group1_off:
+0x78a1 023892 call frmt_light_group1_off_v2 
+0x78a2 023893 jam 0 ,mem_light_group1_on_and_off_flag 
+0x78a3 023894 jam light_cmd_turn_off ,mem_ftd_adv_raw 
+0x78a4 023895 jam 1 ,mem_groups_num 
+0x78a5 023896 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023899 frmt_light_group2_on_and_off_and_long_press_set2:
+0x78a6 023900 jam 2 ,mem_light_num_of_long_press 
+0x78a7 023901 call frmt_light_long_press_flag_reset 
+:      023902 frmt_light_group2_on_and_off:
+0x78a8 023903 fetch 1 ,mem_light_group2_on_and_off_flag 
+0x78a9 023904 branch frmt_light_group2_on ,blank 
+:      023905 frmt_light_group2_off:
+0x78aa 023906 call frmt_light_group2_off_v2 
+0x78ab 023907 jam 0 ,mem_light_group2_on_and_off_flag 
+0x78ac 023908 jam light_cmd_turn_off ,mem_ftd_adv_raw 
+0x78ad 023909 jam 2 ,mem_groups_num 
+0x78ae 023911 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023913 frmt_light_group3_on_and_off_and_long_press_set3:
+0x78af 023914 jam 3 ,mem_light_num_of_long_press 
+0x78b0 023915 call frmt_light_long_press_flag_reset 
+:      023916 frmt_light_group3_on_and_off:
+0x78b1 023917 fetch 1 ,mem_light_group3_on_and_off_flag 
+0x78b2 023918 branch frmt_light_group3_on ,blank 
+:      023919 frmt_light_group3_off:
+0x78b3 023920 call frmt_light_group3_off_v2 
+0x78b4 023921 jam 0 ,mem_light_group3_on_and_off_flag 
+0x78b5 023922 jam light_cmd_turn_off ,mem_ftd_adv_raw 
+0x78b6 023923 jam 3 ,mem_groups_num 
+0x78b7 023925 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023927 frmt_light_group4_on_and_off_and_long_press_set4:
+0x78b8 023928 jam 4 ,mem_light_num_of_long_press 
+0x78b9 023929 call frmt_light_long_press_flag_reset 
+:      023930 frmt_light_group4_on_and_off:
+0x78ba 023931 fetch 1 ,mem_light_group4_on_and_off_flag 
+0x78bb 023932 branch frmt_light_group4_on ,blank 
+:      023933 frmt_light_group4_off:
+0x78bc 023934 call frmt_light_group4_off_v2 
+0x78bd 023935 jam 0 ,mem_light_group4_on_and_off_flag 
+0x78be 023936 jam light_cmd_turn_off ,mem_ftd_adv_raw 
+0x78bf 023937 jam 4 ,mem_groups_num 
+0x78c0 023939 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023941 frmt_light_pairing_group1:
+0x78c1 023942 jam 1 ,mem_groups_num 
+0x78c2 023943 jam 1 ,mem_ble_v2_group_index 
+0x78c3 023944 branch frmt_light_pairing_process 
+:      023946 frmt_light_pairing_group2:
+0x78c4 023947 jam 2 ,mem_groups_num 
+0x78c5 023948 jam 2 ,mem_ble_v2_group_index 
+0x78c6 023949 branch frmt_light_pairing_process 
+:      023951 frmt_light_pairing_group3:
+0x78c7 023952 jam 3 ,mem_groups_num 
+0x78c8 023953 jam 3 ,mem_ble_v2_group_index 
+0x78c9 023954 branch frmt_light_pairing_process 
+:      023956 frmt_light_pairing_group4:
+0x78ca 023957 jam 4 ,mem_groups_num 
+0x78cb 023958 jam 4 ,mem_ble_v2_group_index 
+0x78cc 023959 branch frmt_light_pairing_process 
+:      023964 frmt_fan_master_off:
+0x78cd 023965 call frmt_fan_master_off_v2 
+0x78ce 023966 jam fan_cmd_master_on_and_off ,mem_ftd_adv_raw 
+0x78cf 023967 jam 0 ,mem_ftd_adv_raw_data 
+0x78d0 023968 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023970 frmt_fan_turning_forward_and_reverse:
+0x78d1 023971 fetch 1 ,mem_fan_direction_alternant 
+0x78d2 023972 branch frmt_fan_turning_reverse ,blank 
+0x78d3 023973 jam 0 ,mem_fan_direction_alternant 
+0x78d4 023974 branch frmt_fan_turning_forward 
+:      023975 frmt_fan_turning_reverse:
+0x78d5 023976 call frmt_fan_turing_reverse_v2 
+0x78d6 023977 jam 1 ,mem_fan_direction_alternant 
+0x78d7 023978 jam fan_cmd_direction ,mem_ftd_adv_raw 
+0x78d8 023979 jam 1 ,mem_ftd_adv_raw_data 
+0x78d9 023980 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023981 frmt_fan_turning_forward:
+0x78da 023982 call frmt_fan_turing_forward_v2 
+0x78db 023983 jam fan_cmd_direction ,mem_ftd_adv_raw 
+0x78dc 023984 jam 0 ,mem_ftd_adv_raw_data 
+0x78dd 023985 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023987 frmt_fan_natural_wind:
+0x78de 023988 call frmt_fan_natural_wind_v2 
+0x78df 023989 jam fan_cmd_mode ,mem_ftd_adv_raw 
+0x78e0 023990 jam 2 ,mem_ftd_adv_raw_data 
+0x78e1 023991 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      023993 frmt_fan_tap_position_1:
+0x78e2 023994 call frmt_fan_tap_position_1_v2 
+0x78e3 023995 setarg 1 
+:      023996 frmt_fan_tap_position_common:
+0x78e4 023997 store 1 ,mem_ftd_adv_raw_data 
+0x78e5 023998 jam fan_cmd_speed_32 ,mem_ftd_adv_raw 
+0x78e6 023999 jam 6 ,mem_ftd_adv_raw_data + 1 
+0x78e7 024000 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024002 frmt_fan_tap_position_2:
+0x78e8 024003 call frmt_fan_tap_position_2_v2 
+0x78e9 024004 setarg 2 
+0x78ea 024005 branch frmt_fan_tap_position_common 
+:      024007 frmt_fan_tap_position_3:
+0x78eb 024008 call frmt_fan_tap_position_3_v2 
+0x78ec 024009 setarg 3 
+0x78ed 024010 branch frmt_fan_tap_position_common 
+:      024012 frmt_fan_tap_position_4:
+0x78ee 024013 call frmt_fan_tap_position_4_v2 
+0x78ef 024014 setarg 4 
+0x78f0 024015 branch frmt_fan_tap_position_common 
+:      024017 frmt_fan_tap_position_5:
+0x78f1 024018 call frmt_fan_tap_position_5_v2 
+0x78f2 024019 setarg 5 
+0x78f3 024020 branch frmt_fan_tap_position_common 
+:      024022 frmt_fan_tap_position_6:
+0x78f4 024023 call frmt_fan_tap_position_6_v2 
+0x78f5 024024 setarg 6 
+0x78f6 024025 branch frmt_fan_tap_position_common 
+:      024027 frmt_fan_stop_fan_and_long_press_set1:
+0x78f7 024028 jam 1 ,mem_light_num_of_long_press 
+0x78f8 024029 call frmt_light_long_press_flag_reset 
+:      024030 frmt_fan_stop_fan:
+0x78f9 024031 call frmt_fan_stop_fan_v2 
+0x78fa 024032 jam fan_cmd_speed_31 ,mem_ftd_adv_raw 
+0x78fb 024033 jam 0 ,mem_ftd_adv_raw_data 
+0x78fc 024034 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024037 frmt_fan_deflector_on_and_off:
+0x78fd 024038 fetch 1 ,mem_fan_deflector_flag 
+0x78fe 024039 branch frmt_fan_deflector_on ,blank 
+:      024040 frmt_fan_deflector_off:
+0x78ff 024041 call frmt_fan_deflector_off_v2 
+0x7900 024042 jam 0 ,mem_fan_deflector_flag 
+0x7901 024043 jam fan_cmd_deflector ,mem_ftd_adv_raw 
+0x7902 024044 jam 0 ,mem_ftd_adv_raw_data 
+0x7903 024045 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024047 frmt_fan_deflector_on:
+0x7904 024048 call frmt_fan_deflector_on_v2 
+0x7905 024049 jam 1 ,mem_fan_deflector_flag 
+0x7906 024050 jam fan_cmd_deflector ,mem_ftd_adv_raw 
+0x7907 024051 jam 1 ,mem_ftd_adv_raw_data 
+0x7908 024052 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024056 frmt_fan_master_off_v2:
+0x7909 024057 setarg fan_cmd_master_on_and_off_v2 
+0x790a 024058 store 2 ,mem_ble_v2_cmd 
+0x790b 024059 branch frmt_ble_v2_encoder_pack 
+:      024061 frmt_fan_turing_reverse_v2:
+0x790c 024062 jam 1 ,mem_ble_v2_para + 1 
+:      024063 frmt_fan_turing_forward_v2:
+0x790d 024064 setarg fan_cmd_wind_direction_v2 
+0x790e 024065 store 2 ,mem_ble_v2_cmd 
+0x790f 024066 branch frmt_ble_v2_encoder_pack 
+:      024068 frmt_fan_natural_wind_v2:
+0x7910 024069 jam 0x02 ,mem_ble_v2_para + 1 
+:      024070 frmt_fan_mode_sel_common_v2:
+0x7911 024071 setarg fan_cmd_mode_sel_v2 
+0x7912 024072 store 2 ,mem_ble_v2_cmd 
+0x7913 024073 branch frmt_ble_v2_encoder_pack 
+:      024075 frmt_fan_tap_position_1_v2:
+0x7914 024076 setarg 1 
+:      024077 frmt_fan_tap_position_common_v2:
+0x7915 024078 store 1 ,mem_ble_v2_para + 2 
+0x7916 024079 setarg fan_cmd_wind_speed_v2 
+0x7917 024080 store 2 ,mem_ble_v2_cmd 
+0x7918 024081 jam 0x20 ,mem_ble_v2_para + 1 
+0x7919 024082 branch frmt_ble_v2_encoder_pack 
+:      024084 frmt_fan_tap_position_2_v2:
+0x791a 024085 setarg 2 
+0x791b 024086 branch frmt_fan_tap_position_common_v2 
+:      024088 frmt_fan_tap_position_3_v2:
+0x791c 024089 setarg 3 
+0x791d 024090 branch frmt_fan_tap_position_common_v2 
+:      024092 frmt_fan_tap_position_4_v2:
+0x791e 024093 setarg 4 
+0x791f 024094 branch frmt_fan_tap_position_common_v2 
+:      024096 frmt_fan_tap_position_5_v2:
+0x7920 024097 setarg 5 
+0x7921 024098 branch frmt_fan_tap_position_common_v2 
+:      024100 frmt_fan_tap_position_6_v2:
+0x7922 024101 setarg 6 
+0x7923 024102 branch frmt_fan_tap_position_common_v2 
+:      024104 frmt_fan_stop_fan_v2:
+0x7924 024105 setarg 0 
+0x7925 024106 branch frmt_fan_tap_position_common_v2 
+:      024109 frmt_fan_deflector_on_v2:
+0x7926 024110 jam 1 ,mem_ble_v2_para + 1 
+:      024111 frmt_fan_deflector_off_v2:
+0x7927 024112 setarg fan_cmd_deflector_v2 
+0x7928 024113 store 2 ,mem_ble_v2_cmd 
+0x7929 024114 branch frmt_ble_v2_encoder_pack 
+:      024120 frmt_light_to_y_v2:
+0x792a 024121 jam 0x18 ,mem_ble_v2_para + 1 
+0x792b 024122 branch frmt_light_common 
+:      024124 frmt_light_to_w_v2:
+0x792c 024125 jam 0x24 ,mem_ble_v2_para + 1 
+0x792d 024126 branch frmt_light_common 
+:      024129 frmt_light_darken_v2:
+0x792e 024130 jam 0x28 ,mem_ble_v2_para + 1 
+0x792f 024131 branch frmt_light_common 
+:      024134 frmt_light_lighten_v2:
+0x7930 024135 jam 0x14 ,mem_ble_v2_para + 1 
+0x7931 024136 branch frmt_light_common 
+:      024138 frmt_light_common:
+0x7932 024139 setarg light_cmd_light_ctl_v2 
+0x7933 024140 store 2 ,mem_ble_v2_cmd 
+0x7934 024141 branch frmt_ble_v2_encoder_pack 
+:      024143 frmt_ble_v2_encoder_pack:
+0x7935 024144 bpatchx patch30_5 ,mem_patch30 
+0x7936 024145 call frmt_ble_data_set 
+0x7937 024146 fetch 1 ,mem_light_manufacture_id2_v2 
+0x7938 024147 ncall frmt_have_id2_v2 ,blank 
+0x7939 024148 rtn 
+:      024150 frmt_have_id2_v2:
+0x793a 024151 bpatchx patch30_6 ,mem_patch30 
+0x793b 024152 arg ftd_pdu_len ,loopcnt 
+0x793c 024153 arg mem_ble_v2_pdu ,contr 
+0x793d 024154 arg mem_ble_v2_pdu_2 ,contw 
+0x793e 024155 call memcpy_fast 
+0x793f 024157 fetch 1 ,mem_light_manufacture_id2_v2 
+0x7940 024158 store 1 ,mem_ble_v2_customer_id 
+0x7941 024159 fetch 1 ,mem_ble_v2_packet_num 
+0x7942 024160 pincrease -1 
+0x7943 024161 store 1 ,mem_ble_v2_packet_num 
+0x7944 024162 call frmt_ble_data_set 
+0x7945 024163 fetch 1 ,mem_ble_v2_customer_id_copy 
+0x7946 024164 store 1 ,mem_ble_v2_customer_id 
+0x7947 024165 rtn 
+:      024167 frmt_light_night_light_v2:
+0x7948 024168 setarg light_cmd_night_light_v2 
+0x7949 024169 branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+:      024172 frmt_light_master_pairing_v2:
+0x794a 024173 setarg cmd_pairing 
+:      024174 frmt_ble_v2_encoder_with_cmd_store_and_para_set0:
+0x794b 024175 store 2 ,mem_ble_v2_cmd 
+0x794c 024176 setarg 0 
+0x794d 024177 store 4 ,mem_ble_v2_para 
+0x794e 024178 branch frmt_ble_v2_encoder_pack 
+:      024180 frmt_light_clear_code_v2:
+0x794f 024181 setarg cmd_clear_code 
+0x7950 024182 branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+:      024184 frmt_light_master_on_v2:
+0x7951 024185 jam 0 ,mem_ble_v2_group_index 
+:      024186 frmt_light_turn_on_common:
+0x7952 024187 setarg light_cmd_turn_on_v2 
+0x7953 024188 branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+:      024190 frmt_light_master_off_v2:
+0x7954 024191 jam 0 ,mem_ble_v2_group_index 
+:      024192 frmt_light_turn_off_common:
+0x7955 024193 setarg light_cmd_turn_off_v2 
+0x7956 024194 branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+:      024196 frmt_light_on_and_off_1opcode_v2:
+0x7957 024197 setarg light_cmd_turn_on_and_off_v2 
+0x7958 024198 branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+:      024200 frmt_light_color_switch_wy_v2:
+0x7959 024201 setarg light_cmd_light_ctl_v2 
+0x795a 024202 store 2 ,mem_ble_v2_cmd 
+0x795b 024203 jam 0 ,mem_ble_v2_para 
+0x795c 024204 jam light_cmd_ftd_color_swtich_reserved ,mem_ble_v2_para + 1 
+0x795d 024205 jam light_data_part_ff ,mem_ble_v2_para + 2 
+0x795e 024206 jam light_data_part_ff ,mem_ble_v2_para + 3 
+0x795f 024207 branch frmt_ble_v2_encoder_pack 
+:      024209 frmt_light_color_switch_w_v2:
+0x7960 024210 setarg light_cmd_light_ctl_v2 
+0x7961 024211 store 2 ,mem_ble_v2_cmd 
+0x7962 024212 jam 0 ,mem_ble_v2_para 
+0x7963 024213 jam light_cmd_ftd_color_swtich_reserved ,mem_ble_v2_para + 1 
+0x7964 024214 jam light_data_part_ff ,mem_ble_v2_para + 2 
+0x7965 024215 branch frmt_ble_v2_encoder_pack 
+:      024217 frmt_light_color_switch_y_v2:
+0x7966 024218 setarg light_cmd_light_ctl_v2 
+0x7967 024219 store 2 ,mem_ble_v2_cmd 
+0x7968 024220 jam 0 ,mem_ble_v2_para 
+0x7969 024221 jam light_cmd_ftd_color_swtich_reserved ,mem_ble_v2_para + 1 
+0x796a 024222 jam light_data_part_ff ,mem_ble_v2_para + 3 
+0x796b 024223 branch frmt_ble_v2_encoder_pack 
+:      024225 frmt_light_aid_turn_off_v2:
+0x796c 024226 setarg light_cmd_aided_light_turn_off_v2 
+0x796d 024227 branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+:      024229 frmt_light_aid_turn_on_v2:
+0x796e 024230 setarg light_cmd_aided_light_turn_on_v2 
+0x796f 024231 branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+:      024233 frmt_light_pcnt_100_percent_v2:
+0x7970 024234 setarg light_cmd_light_ctl_v2 
+0x7971 024235 store 2 ,mem_ble_v2_cmd 
+0x7972 024236 jam 0 ,mem_ble_v2_para 
+0x7973 024237 jam 0x02 ,mem_ble_v2_para + 1 
+0x7974 024238 jam light_data_part_ff ,mem_ble_v2_para + 2 
+0x7975 024239 jam light_data_part_ff ,mem_ble_v2_para + 3 
+0x7976 024240 branch frmt_ble_v2_encoder_pack 
+:      024242 frmt_light_pcnt_50_percent_v2:
+0x7977 024243 setarg light_cmd_light_ctl_v2 
+0x7978 024244 store 2 ,mem_ble_v2_cmd 
+0x7979 024245 jam 0 ,mem_ble_v2_para 
+0x797a 024246 jam 0x01 ,mem_ble_v2_para + 1 
+0x797b 024247 jam light_ftd_data_part_pcnt_50percent ,mem_ble_v2_para + 2 
+0x797c 024248 jam light_ftd_data_part_pcnt_50percent ,mem_ble_v2_para + 3 
+0x797d 024249 branch frmt_ble_v2_encoder_pack 
+:      024251 frmt_light_rgb_circulation_1f_v2:
+0x797e 024252 setarg light_cmd_rgb_auto_turn_off_v2 
+0x797f 024253 branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+:      024255 frmt_light_rgb_circulation_1e_v2:
+0x7980 024256 setarg light_cmd_rgb_auto_turn_on_v2 
+0x7981 024257 branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+:      024259 frmt_light_rgb_manual0_v2:
+0x7982 024260 setarg light_cmd_rgb_manual_v2 
+0x7983 024261 store 2 ,mem_ble_v2_cmd 
+0x7984 024262 jam light_data_part_ff ,mem_ble_v2_para + 1 
+0x7985 024263 branch frmt_ble_v2_encoder_pack 
+:      024265 frmt_light_rgb_manual1_v2:
+0x7986 024266 setarg light_cmd_rgb_manual_v2 
+0x7987 024267 store 2 ,mem_ble_v2_cmd 
+0x7988 024268 jam light_data_part_ff ,mem_ble_v2_para + 2 
+0x7989 024269 branch frmt_ble_v2_encoder_pack 
+:      024271 frmt_light_rgb_manual2_v2:
+0x798a 024272 setarg light_cmd_rgb_manual_v2 
+0x798b 024273 store 2 ,mem_ble_v2_cmd 
+0x798c 024274 jam light_data_part_ff ,mem_ble_v2_para + 3 
+0x798d 024275 branch frmt_ble_v2_encoder_pack 
+:      024277 frmt_light_rgb_manual3_v2:
+0x798e 024278 setarg light_cmd_rgb_manual_v2 
+0x798f 024279 store 2 ,mem_ble_v2_cmd 
+0x7990 024280 jam light_data_part_ff ,mem_ble_v2_para + 1 
+0x7991 024281 jam light_data_part_ff ,mem_ble_v2_para + 2 
+0x7992 024282 branch frmt_ble_v2_encoder_pack 
+:      024284 frmt_light_rgb_manual4_v2:
+0x7993 024285 setarg light_cmd_rgb_manual_v2 
+0x7994 024286 store 2 ,mem_ble_v2_cmd 
+0x7995 024287 jam light_data_part_ff ,mem_ble_v2_para + 1 
+0x7996 024288 jam light_data_part_ff ,mem_ble_v2_para + 3 
+0x7997 024289 branch frmt_ble_v2_encoder_pack 
+:      024291 frmt_light_rgb_manual5_v2:
+0x7998 024292 setarg light_cmd_rgb_manual_v2 
+0x7999 024293 store 2 ,mem_ble_v2_cmd 
+0x799a 024294 jam light_data_part_ff ,mem_ble_v2_para + 2 
+0x799b 024295 jam light_data_part_ff ,mem_ble_v2_para + 3 
+0x799c 024296 branch frmt_ble_v2_encoder_pack 
+:      024298 frmt_light_rgb_manual6_v2:
+0x799d 024299 setarg light_cmd_rgb_manual_v2 
+0x799e 024300 store 2 ,mem_ble_v2_cmd 
+0x799f 024301 jam light_data_part_ff ,mem_ble_v2_para + 1 
+0x79a0 024302 jam light_data_part_ff ,mem_ble_v2_para + 2 
+0x79a1 024303 jam light_data_part_ff ,mem_ble_v2_para + 3 
+0x79a2 024304 branch frmt_ble_v2_encoder_pack 
+:      024306 frmt_light_timing_1min_v2:
+0x79a3 024307 setarg 0x01 
+:      024308 frmt_light_timing_off_common_v2:
+0x79a4 024309 jam product_maintype_light ,mem_ble_v2_maintype 
+0x79a5 024310 store 2 ,mem_ble_v2_para + 1 
+0x79a6 024311 setarg cmd_timing_off 
+0x79a7 024312 store 2 ,mem_ble_v2_cmd 
+0x79a8 024313 jam 0 ,mem_ble_v2_para 
+0x79a9 024314 jam 0 ,mem_ble_v2_para + 3 
+0x79aa 024315 branch frmt_ble_v2_encoder_pack 
+:      024317 frmt_light_timing_30s_v2:
+0x79ab 024318 setarg 0 
+0x79ac 024319 branch frmt_light_timing_off_common_v2 
+:      024321 frmt_light_group1_on_v2:
+0x79ad 024322 jam 1 ,mem_ble_v2_group_index 
+0x79ae 024323 branch frmt_light_turn_on_common 
+:      024325 frmt_light_group2_on_v2:
+0x79af 024326 jam 2 ,mem_ble_v2_group_index 
+0x79b0 024327 branch frmt_light_turn_on_common 
+:      024329 frmt_light_group3_on_v2:
+0x79b1 024330 jam 3 ,mem_ble_v2_group_index 
+0x79b2 024331 branch frmt_light_turn_on_common 
+:      024333 frmt_light_group4_on_v2:
+0x79b3 024334 jam 4 ,mem_ble_v2_group_index 
+0x79b4 024335 branch frmt_light_turn_on_common 
+:      024337 frmt_light_group1_off_v2:
+0x79b5 024338 jam 1 ,mem_ble_v2_group_index 
+0x79b6 024339 branch frmt_light_turn_off_common 
+:      024341 frmt_light_group2_off_v2:
+0x79b7 024342 jam 2 ,mem_ble_v2_group_index 
+0x79b8 024343 branch frmt_light_turn_off_common 
+:      024345 frmt_light_group3_off_v2:
+0x79b9 024346 jam 3 ,mem_ble_v2_group_index 
+0x79ba 024347 branch frmt_light_turn_off_common 
+:      024349 frmt_light_group4_off_v2:
+0x79bb 024350 jam 4 ,mem_ble_v2_group_index 
+0x79bc 024351 branch frmt_light_turn_off_common 
+:      024357 frmt_main:
+0x79bd 024358 bpatchx patch30_7 ,mem_patch30 
+0x79be 024359 call frmt_kscan_init 
+0x79bf 024360 call frmt_kscan 
+0x79c0 024361 fetch 8 ,mem_kscan_record_keypress 
+0x79c1 024362 ncall frmt_kscan_available ,blank 
+0x79c2 024364 call frmt_judge_reset_last_key 
+0x79c3 024366 fetch 1 ,mem_light_release_adv_flag 
+0x79c4 024367 ncall p_light_released_cb ,blank 
+0x79c5 024369 call frmt_kscan_keypress_analysis_process 
+0x79c6 024371 fetch 1 ,mem_le_adv_enable 
+0x79c7 024372 call frmt_light_indicator_led_flag_set0 ,blank 
+0x79c8 024374 fetch 1 ,mem_indicator_turn_on_enable 
+0x79c9 024375 ncall frmt_light_indicator_led ,blank 
+0x79ca 024377 fetch 1 ,mem_indicator_turn_on_enable 
+0x79cb 024378 call frmt_light_indicator_led_off ,blank 
+0x79cc 024380 bpatchx patch31_0 ,mem_patch31 
+0x79cd 024383 branch frmt_app_enter_lpm 
+:      024385 frmt_kscan_keypress_analysis_process:
+0x79ce 024386 bpatchx patch31_1 ,mem_patch31 
+0x79cf 024388 fetch 1 ,mem_special_agreemeet_enable 
+0x79d0 024389 sub pdata ,1 ,null 
+0x79d1 024390 call frmt_light_gem_long_press_cnt ,zero 
+0x79d2 024393 fetch 8 ,mem_kscan_record_keypress 
+0x79d3 024395 rtn blank 
+0x79d4 024397 setarg 0 
+0x79d5 024398 store 3 ,mem_ftd_adv_raw_data 
+0x79d6 024399 store 4 ,mem_ble_v2_para 
+0x79d7 024400 jam 0 ,mem_ftd_adv_raw_reserved 
+0x79d8 024402 fetch 1 ,mem_light_release_adv_flag 
+0x79d9 024403 ncall p_light_released_cb ,blank 
+0x79da 024405 fetch 2 ,mem_rmt_keydown_cb 
+0x79db 024406 branch callback_func 
+:      024410 p_light_released_cb:
+0x79dc 024411 fetch 2 ,mem_rmt_released_cb 
+0x79dd 024412 branch callback_func 
+:      024415 frmt_get_current_key:
+0x79de 024416 bpatchx patch31_2 ,mem_patch31 
+0x79df 024418 fetch 8 ,mem_kscan_record_keypress 
+0x79e0 024419 copy pdata ,temp 
+0x79e1 024420 arg keyboard_max_keys_num ,loopcnt 
+0x79e2 024421 arg 0 ,queue 
+0x79e3 024422 call frmt_kscan_keypress_analysis_get_keypress 
+0x79e4 024423 deposit queue 
+0x79e5 024424 store 1 ,mem_light_current_key 
+0x79e6 024425 setarg 0 
+0x79e7 024426 store 8 ,mem_kscan_record_keypress 
+0x79e8 024427 bpatchx patch31_3 ,mem_patch31 
+0x79e9 024428 branch frmt_light_set_continuous_kps_cnt_reset_timeout 
+:      024431 frmt_judge_reset_last_key:
+0x79ea 024432 fetch 1 ,mem_keypress_analysis_flag 
+0x79eb 024433 nrtn blank 
+0x79ec 024435 jam 0 ,mem_light_last_key 
+0x79ed 024436 jam 0 ,mem_light_color_and_lgtness_long_press_adv_enable 
+:      024437 frmt_light_long_press_judge_reset:
+0x79ee 024438 setarg 0 
+0x79ef 024439 store 2 ,mem_long_press_timeout 
+0x79f0 024440 store 2 ,mem_gem_cnt_inces_timeout 
+0x79f1 024441 rtn 
+:      024443 frmt_kscan_keypress_analysis_get_keypress:
+0x79f2 024444 qisolate1 pdata 
+0x79f3 024445 rtn true 
+0x79f4 024446 increase 1 ,queue 
+0x79f5 024447 loop frmt_kscan_keypress_analysis_get_keypress 
+0x79f6 024448 rtn 
+:      024450 frmt_kscan_available:
+0x79f7 024451 jam 1 ,mem_keypress_analysis_flag 
+0x79f8 024453 jam 1 ,mem_indicator_turn_on_enable 
+0x79f9 024454 setarg key_press_led_on_time 
+0x79fa 024455 store 2 ,mem_indicator_led_turn_on_timeout 
+0x79fb 024456 jam kscan_analysis_interval ,mem_kscan_analysis_interval_timeout 
+0x79fc 024457 rtn 
+:      024460 frmt_light_indicator_led_flag_set0:
+0x79fd 024461 bpatchx patch31_4 ,mem_patch31 
+0x79fe 024462 fetch 1 ,mem_keypress_analysis_flag 
+0x79ff 024463 nrtn blank 
+:      024464 frmt_light_indicator_led_flag_set0_process:
+0x7a00 024465 setarg 0 
+0x7a01 024466 store 2 ,mem_indicator_led_turn_on_timeout 
+0x7a02 024467 jam 0 ,mem_indicator_turn_on_enable 
+0x7a03 024468 bpatchx patch31_5 ,mem_patch31 
+0x7a04 024469 rtn 
+:      024471 frmt_light_indicator_led:
+0x7a05 024472 bpatchx patch31_6 ,mem_patch31 
+0x7a06 024473 fetch 1 ,mem_light_indicator_led 
+0x7a07 024474 rtn blank 
+:      024475 frmt_light_indicator_led_debug:
+0x7a08 024476 fetcht 1 ,mem_light_indicator_led 
+0x7a09 024477 branch gpio_config_output_patch 
+:      024480 frmt_light_indicator_led_off:
+0x7a0a 024481 bpatchx patch31_7 ,mem_patch31 
+0x7a0b 024482 fetch 1 ,mem_light_indicator_led 
+0x7a0c 024483 rtn blank 
+:      024484 frmt_light_indicator_led_off_debug:
+0x7a0d 024485 fetcht 1 ,mem_light_indicator_led 
+0x7a0e 024486 or temp ,0x80 ,temp 
+0x7a0f 024487 branch gpio_config_output_patch 
+:      024492 frmt_app_enter_lpm:
+0x7a10 024493 fetch 2 ,mem_light_lpm_enable_timeout 
+0x7a11 024494 nrtn blank 
+0x7a12 024495 fetch 2 ,mem_indicator_led_turn_on_timeout 
+0x7a13 024496 nrtn blank 
+0x7a14 024497 bpatchx patch32_0 ,mem_patch32 
+0x7a15 024498 call frmt_enter_lpm_gpio_config 
+:      024499 frmt_app_enter_lpm_1:
+0x7a16 024500 call frmt_wakeup_low_config 
+0x7a17 024502 bpatchx patch32_1 ,mem_patch32 
+0x7a18 024503 arg -1 ,temp 
+0x7a19 024504 branch lpm_sleep 
+:      024506 frmt_enter_lpm_gpio_config:
+0x7a1a 024507 bpatchx patch32_2 ,mem_patch32 
+0x7a1b 024508 arg enter_lpm_leisure_io_config_num ,loopcnt 
+0x7a1c 024509 jam enter_lpm_leisure_io_config_start ,mem_light_lpm_gpio_config_io_temp 
+:      024510 frmt_drop_down_unused_io_loopcnt:
+0x7a1d 024511 fetcht 1 ,mem_light_lpm_gpio_config_io_temp 
+0x7a1e 024512 copy temp ,queue 
+0x7a1f 024513 fetch 4 ,mem_light_lpm_gpio_config_flag 
+0x7a20 024514 qisolate1 pdata 
+0x7a21 024515 branch frmt_drop_down_unused_io_loopcnt_no_drop_down ,true 
+0x7a22 024516 or temp ,0x80 ,temp 
+0x7a23 024517 call gpio_config_input 
+:      024518 frmt_drop_down_unused_io_loopcnt_no_drop_down:
+0x7a24 024519 fetch 1 ,mem_light_lpm_gpio_config_io_temp 
+0x7a25 024520 pincrease 1 
+0x7a26 024521 store 1 ,mem_light_lpm_gpio_config_io_temp 
+0x7a27 024522 loop frmt_drop_down_unused_io_loopcnt 
+0x7a28 024523 jam gpcfg_pullup ,core_gpio13_conf 
+0x7a29 024524 rtn 
+:      024526 frmt_wakeup_low_config:
+0x7a2a 024527 bpatchx patch32_3 ,mem_patch32 
+0x7a2b 024528 fetcht 1 ,mem_kscan_row_nums 
+0x7a2c 024529 copy temp ,rega 
+0x7a2d 024530 arg 0 ,regb 
+0x7a2e 024531 arg 0 ,temp 
+0x7a2f 024532 storet 8 ,mem_gpio_wakeup_low 
+0x7a30 024533 arg mem_kscan_row_gpio_pin ,contr 
+0x7a31 024534 call frmt_wakeup_low_config_loop 
+0x7a32 024535 set1 13 ,temp 
+0x7a33 024536 storet 4 ,mem_gpio_wakeup_low 
+0x7a34 024537 rtn 
+:      024539 frmt_wakeup_low_config_loop:
+0x7a35 024540 ifetch 1 ,contr 
+0x7a36 024541 iforce queue 
+0x7a37 024542 qset1 temp 
+0x7a38 024544 increase 1 ,regb 
+0x7a39 024545 deposit rega 
+0x7a3a 024546 isub regb ,null 
+0x7a3b 024547 rtn zero 
+0x7a3c 024548 branch frmt_wakeup_low_config_loop 
+:      024554 frmt_le_send_adv_ind:
+0x7a3d 024556 bpatchx patch32_4 ,mem_patch32 
+0x7a3e 024557 fetch 1 ,mem_special_agreemeet_enable 
+0x7a3f 024558 beq 2 ,key_le_send_adv_ind 
+0x7a40 024559 fetch 1 ,mem_ble_v2_customer_id 
+0x7a41 024560 nbranch frmt_send_id1_v2 ,blank 
+:      024561 frmt_judge_send_id1_v1:
+0x7a42 024562 fetch 1 ,mem_special_agreemeet_enable 
+0x7a43 024563 beq 1 ,frmt_send_id1_v1 
+0x7a44 024564 fetch 1 ,mem_light_manufacture_id 
+0x7a45 024565 nbranch frmt_send_id1_v1 ,blank 
+:      024566 frmt_judge_send_id2_v1:
+0x7a46 024567 fetch 1 ,mem_light_manufacture_id2 
+0x7a47 024568 nbranch frmt_send_id2_v1 ,blank 
+:      024569 frmt_judge_send_id2_v2:
+0x7a48 024570 fetch 1 ,mem_light_manufacture_id2_v2 
+0x7a49 024571 nbranch frmt_send_id2_v2 ,blank 
+:      024572 frmt_id_flag_set0:
+0x7a4a 024573 setarg 0 
+0x7a4b 024574 store 4 ,mem_adv_manufacturer_switch_flag 
+0x7a4c 024578 rtn 
+:      024579 frmt_le_send_adv_ind_pdu1:
+0x7a4d 024580 bpatchx patch32_5 ,mem_patch32 
+0x7a4e 024582 arg ftd_pdu_len ,loopcnt 
+0x7a4f 024583 arg mem_le_txheader ,contw 
+0x7a50 024584 arg mem_light_whitening_buffer ,contr 
+0x7a51 024585 call memcpy_fast 
+0x7a52 024586 branch le_send_adv_transmit 
+:      024588 frmt_le_send_adv_ind_v2:
+0x7a53 024589 bpatchx patch32_6 ,mem_patch32 
+0x7a54 024590 arg ftd_pdu_len ,loopcnt 
+0x7a55 024591 arg mem_le_txheader ,contw 
+0x7a56 024592 arg mem_ble_v2_pdu ,contr 
+0x7a57 024593 call memcpy_fast 
+0x7a58 024594 branch le_send_adv_transmit 
+:      024596 frmt_le_send_adv_ind_pdu2:
+0x7a59 024597 bpatchx patch32_7 ,mem_patch32 
+0x7a5a 024598 arg ftd_pdu_len ,loopcnt 
+0x7a5b 024599 arg mem_le_txheader ,contw 
+0x7a5c 024600 arg mem_light_whitening_buffer_2 ,contr 
+0x7a5d 024601 call memcpy_fast 
+0x7a5e 024602 branch le_send_adv_transmit 
+:      024604 frmt_le_send_adv_ind_v2_2:
+0x7a5f 024605 bpatchx patch33_0 ,mem_patch33 
+0x7a60 024606 arg ftd_pdu_len ,loopcnt 
+0x7a61 024607 arg mem_le_txheader ,contw 
+0x7a62 024608 arg mem_ble_v2_pdu_2 ,contr 
+0x7a63 024609 call memcpy_fast 
+0x7a64 024610 branch le_send_adv_transmit 
+:      024612 frmt_send_id1_v2:
+0x7a65 024613 bpatchx patch33_1 ,mem_patch33 
+0x7a66 024614 fetch 1 ,mem_adv_manufacturer_switch_flag 
+0x7a67 024615 beq 3 ,frmt_judge_send_id1_v1 
+0x7a68 024616 pincrease 1 
+0x7a69 024617 store 1 ,mem_adv_manufacturer_switch_flag 
+0x7a6a 024618 branch frmt_le_send_adv_ind_v2 
+:      024620 frmt_send_id1_v1:
+0x7a6b 024621 bpatchx patch33_2 ,mem_patch33 
+0x7a6c 024623 fetch 1 ,mem_adv_manufacturer_switch_flag1 
+0x7a6d 024624 beq 3 ,frmt_judge_send_id2_v1 
+0x7a6e 024625 pincrease 1 
+0x7a6f 024626 store 1 ,mem_adv_manufacturer_switch_flag1 
+0x7a70 024627 fetch 1 ,mem_special_agreemeet_enable 
+0x7a71 024628 beq 1 ,gem_le_send_adv_ind 
+0x7a72 024629 branch frmt_le_send_adv_ind_pdu1 
+:      024631 frmt_send_id2_v1:
+0x7a73 024632 bpatchx patch33_3 ,mem_patch33 
+0x7a74 024634 fetch 1 ,mem_adv_manufacturer_switch_flag2 
+0x7a75 024635 beq 3 ,frmt_judge_send_id2_v2 
+0x7a76 024636 pincrease 1 
+0x7a77 024637 store 1 ,mem_adv_manufacturer_switch_flag2 
+0x7a78 024638 branch frmt_le_send_adv_ind_pdu2 
+:      024640 frmt_send_id2_v2:
+0x7a79 024641 bpatchx patch33_4 ,mem_patch33 
+0x7a7a 024643 fetch 1 ,mem_adv_manufacturer_switch_flag3 
+0x7a7b 024644 beq 3 ,frmt_id_flag_set0 
+0x7a7c 024645 pincrease 1 
+0x7a7d 024646 store 1 ,mem_adv_manufacturer_switch_flag3 
+0x7a7e 024647 branch frmt_le_send_adv_ind_v2_2 
+:      024649 gem_le_send_adv_ind:
+0x7a7f 024650 arg gem_pdu_len ,loopcnt 
+0x7a80 024651 arg mem_le_txheader ,contw 
+0x7a81 024652 arg mem_light_whitening_buffer ,contr 
+0x7a82 024653 call memcpy_fast 
+0x7a83 024654 branch le_send_adv_transmit 
+:      024656 key_le_send_adv_ind:
+0x7a84 024658 fetch 1 ,mem_adv_cnts 
+0x7a85 024659 pincrease 1 
+0x7a86 024660 store 1 ,mem_adv_cnts 
+0x7a87 024661 sub pdata ,3 ,null 
+0x7a88 024662 branch frmt_le_send_adv_ind_v2 ,positive 
+0x7a89 024663 sub pdata ,6 ,null 
+0x7a8a 024664 branch key_le_send_adv_ind_ky1 ,positive 
+0x7a8b 024665 sub pdata ,9 ,null 
+0x7a8c 024666 branch key_le_send_adv_ind_ky ,positive 
+0x7a8d 024667 setarg 0 
+0x7a8e 024668 store 1 ,mem_adv_cnts 
+0x7a8f 024669 branch frmt_le_send_adv_ind_v2 
+:      024671 key_le_send_adv_ind_ky1:
+0x7a90 024672 arg key_pdu_len ,loopcnt 
+0x7a91 024673 arg mem_le_txheader ,contw 
+0x7a92 024674 arg mem_light_jym_tx_temp ,contr 
+0x7a93 024675 call memcpy_fast 
+0x7a94 024676 branch le_send_adv_transmit 
+:      024677 key_le_send_adv_ind_ky:
+0x7a95 024678 arg key_pdu_len ,loopcnt 
+0x7a96 024679 arg mem_le_txheader ,contw 
+0x7a97 024680 arg mem_light_whitening_buffer ,contr 
+0x7a98 024681 call memcpy_fast 
+0x7a99 024682 branch le_send_adv_transmit 
+:      024686 frmt_le_next_adv_channel:
+0x7a9a 024687 bpatchx patch33_5 ,mem_patch33 
+0x7a9b 024689 fetch 1 ,mem_channel_num 
+0x7a9c 024690 call frmt_channel_num_init ,blank 
+0x7a9d 024693 isolate1 0 ,pdata 
+0x7a9e 024694 branch frmt_le_next_adv_channel_37 ,true 
+0x7a9f 024697 isolate1 1 ,pdata 
+0x7aa0 024698 branch frmt_le_next_adv_channel_38 ,true 
+0x7aa1 024701 isolate1 2 ,pdata 
+0x7aa2 024702 branch frmt_le_next_adv_channel_39 ,true 
+0x7aa3 024703 rtn 
+:      024705 frmt_channel_num_init:
+0x7aa4 024706 fetch 1 ,mem_channel_enable 
+0x7aa5 024707 store 1 ,mem_channel_num 
+0x7aa6 024708 rtn 
+:      024711 frmt_le_next_adv_channel_37:
+0x7aa7 024712 bpatchx patch33_6 ,mem_patch33 
+0x7aa8 024714 fetch 1 ,mem_channel_num 
+0x7aa9 024715 set0 0 ,pdata 
+0x7aaa 024716 store 1 ,mem_channel_num 
+0x7aab 024717 fetcht 1 ,mem_le_adv_channel_map 
+0x7aac 024718 set1 bit_adv_channel_map_37 ,temp 
+0x7aad 024719 storet 1 ,mem_le_adv_channel_map 
+0x7aae 024720 jam 37 ,mem_le_ch_mapped 
+0x7aaf 024721 branch le_next_adv_channel + 1 
+:      024723 frmt_le_next_adv_channel_38:
+0x7ab0 024724 bpatchx patch33_7 ,mem_patch33 
+0x7ab1 024726 fetch 1 ,mem_channel_num 
+0x7ab2 024727 set0 1 ,pdata 
+0x7ab3 024728 store 1 ,mem_channel_num 
+0x7ab4 024729 fetcht 1 ,mem_le_adv_channel_map 
+0x7ab5 024730 set1 bit_adv_channel_map_38 ,temp 
+0x7ab6 024731 storet 1 ,mem_le_adv_channel_map 
+0x7ab7 024732 jam 38 ,mem_le_ch_mapped 
+0x7ab8 024733 branch le_next_adv_channel + 1 
+:      024735 frmt_le_next_adv_channel_39:
+0x7ab9 024736 bpatchx patch34_0 ,mem_patch34 
+0x7aba 024738 fetch 1 ,mem_channel_num 
+0x7abb 024739 set0 2 ,pdata 
+0x7abc 024740 store 1 ,mem_channel_num 
+0x7abd 024741 fetcht 1 ,mem_le_adv_channel_map 
+0x7abe 024742 set1 bit_adv_channel_map_39 ,temp 
+0x7abf 024743 storet 1 ,mem_le_adv_channel_map 
+0x7ac0 024744 jam 39 ,mem_le_ch_mapped 
+0x7ac1 024745 branch le_next_adv_channel + 1 
+:      024750 frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press:
+0x7ac2 024751 call frmt_light_set_pdu_common_short_press 
+0x7ac3 024752 branch frmt_adv_rear_6bytes_and_whitening 
+:      024754 frmt_light_set_pdu_common_short_press:
+0x7ac4 024755 bpatchx patch34_1 ,mem_patch34 
+0x7ac5 024756 call frmt_light_flag_set_short_press 
+:      024757 frmt_light_set_pdu_packet_num_and_addr:
+0x7ac6 024758 bpatchx patch34_2 ,mem_patch34 
+0x7ac7 024759 fetch 1 ,mem_ftd_adv_raw_packet_num 
+0x7ac8 024760 pincrease 1 
+0x7ac9 024761 store 1 ,mem_ftd_adv_raw_packet_num 
+0x7aca 024763 fetch 1 ,mem_ble_v2_maintype 
+0x7acb 024764 sub pdata ,3 ,null 
+0x7acc 024765 call frmt_fan_lamp ,zero 
+0x7acd 024766 fetch 1 ,mem_ble_v2_maintype 
+0x7ace 024767 sub pdata ,5 ,null 
+0x7acf 024768 call frmt_solar_lamp ,zero 
+0x7ad0 024769 branch frmt_light_groups_address_set 
+:      024771 frmt_fan_lamp:
+0x7ad1 024772 jam 0x83 ,mem_ftd_adv_raw_data + 2 
+0x7ad2 024773 rtn 
+:      024774 frmt_solar_lamp:
+0x7ad3 024775 jam 0x88 ,mem_ftd_adv_raw_data + 2 
+0x7ad4 024776 rtn 
+:      024778 frmt_light_flag_set_short_press:
+0x7ad5 024780 bpatchx patch34_3 ,mem_patch34 
+0x7ad6 024781 jam 1 ,mem_le_adv_enable 
+0x7ad7 024782 jam key_press_led_on_time ,mem_indicator_led_turn_on_timeout 
+0x7ad8 024783 jam 1 ,mem_indicator_turn_on_enable 
+0x7ad9 024784 fetch 2 ,mem_light_adv_time 
+0x7ada 024785 store 2 ,mem_ble_light_adv_timeout 
+0x7adb 024786 pincrease 1 
+0x7adc 024787 store 2 ,mem_light_lpm_enable_timeout 
+0x7add 024788 rtn 
+:      024789 frmt_light_groups_address_set:
+0x7ade 024790 bpatchx patch34_4 ,mem_patch34 
+0x7adf 024791 fetch 1 ,mem_ftd_adv_raw_device_add_temp + 1 
+0x7ae0 024792 arg 0xf0 ,temp 
+0x7ae1 024793 iand temp ,pdata 
+0x7ae2 024794 fetcht 1 ,mem_groups_num 
+0x7ae3 024795 iadd temp ,pdata 
+0x7ae4 024796 store 1 ,mem_ftd_adv_raw_device_add_temp + 1 
+0x7ae5 024797 fetch 2 ,mem_ftd_adv_raw_device_add_temp 
+0x7ae6 024798 store 2 ,mem_ftd_adv_raw_device_add 
+0x7ae7 024799 rtn 
+:      024804 frmt_adv_rear_6bytes_and_whitening:
+0x7ae8 024806 bpatchx patch34_5 ,mem_patch34 
+0x7ae9 024807 fetch 1 ,mem_light_manufacture_id 
+0x7aea 024808 ncall frmt_adv_rear_6bytes_and_whitening_pdu2 ,blank 
+0x7aeb 024810 fetch 1 ,mem_ftd_adv_raw 
+0x7aec 024811 sub pdata ,light_cmd_pairing_code ,null 
+0x7aed 024812 call frmt_light_pdu1_manufacturer_id_set ,zero 
+0x7aee 024814 call frmt_adv_rear_6bytes 
+0x7aef 024815 arg mem_adv_packet_payload ,contw 
+0x7af0 024816 arg mem_ftd_adv_raw ,contr 
+0x7af1 024817 arg 14 ,loopcnt 
+0x7af2 024818 call memcpy_fast 
+0x7af3 024820 arg ftd_pdu_len ,loopcnt 
+0x7af4 024821 arg mem_adv_packet ,contr 
+0x7af5 024822 arg mem_light_whitening_buffer ,contw 
+0x7af6 024823 call memcpy_fast 
+0x7af7 024825 jam ftd_pdu_len ,mem_light_recvd_len 
+0x7af8 024827 jam 83 ,mem_light_whitening_i 
+0x7af9 024829 call frmt_light_reverse_and_ble_whitening 
+0x7afa 024831 fetch 1 ,mem_light_manufacture_id 
+0x7afb 024832 store 1 ,mem_light_whitening_buffer + 10 
+0x7afc 024833 bpatchx patch34_6 ,mem_patch34 
+0x7afd 024834 rtn 
+:      024836 frmt_light_pdu1_manufacturer_id_set:
+0x7afe 024837 fetch 1 ,mem_light_manufacture_id 
+0x7aff 024838 store 1 ,mem_ftd_adv_raw_reserved 
+0x7b00 024839 rtn 
+:      024841 frmt_adv_rear_6bytes_and_whitening_pdu2:
+0x7b01 024842 bpatchx patch34_7 ,mem_patch34 
+0x7b02 024844 fetch 1 ,mem_ftd_adv_raw 
+0x7b03 024845 sub pdata ,light_cmd_pairing_code ,null 
+0x7b04 024846 call frmt_light_pdu2_manufacturer_id_set ,zero 
+0x7b05 024848 call frmt_adv_rear_6bytes 
+0x7b06 024849 arg mem_adv_packet_payload ,contw 
+0x7b07 024850 arg mem_ftd_adv_raw ,contr 
+0x7b08 024851 arg 14 ,loopcnt 
+0x7b09 024852 call memcpy_fast 
+0x7b0a 024854 arg ftd_pdu_len ,loopcnt 
+0x7b0b 024855 arg mem_adv_packet ,contr 
+0x7b0c 024856 arg mem_light_whitening_buffer ,contw 
+0x7b0d 024857 call memcpy_fast 
+0x7b0e 024859 jam ftd_pdu_len ,mem_light_recvd_len 
+0x7b0f 024860 jam 83 ,mem_light_whitening_i 
+0x7b10 024861 call frmt_light_reverse_and_ble_whitening 
+0x7b11 024863 arg ftd_pdu_len ,loopcnt 
+0x7b12 024864 arg mem_light_whitening_buffer ,contr 
+0x7b13 024865 arg mem_light_whitening_buffer_2 ,contw 
+0x7b14 024866 call memcpy_fast 
+0x7b15 024868 fetch 1 ,mem_light_manufacture_id2 
+0x7b16 024869 store 1 ,mem_light_whitening_buffer_2 + 10 
+0x7b17 024871 rtn 
+:      024872 frmt_light_pdu2_manufacturer_id_set:
+0x7b18 024873 fetch 1 ,mem_light_manufacture_id2 
+0x7b19 024874 store 1 ,mem_ftd_adv_raw_reserved 
+0x7b1a 024875 rtn 
+:      024887 frmt_adv_rear_6bytes:
+0x7b1b 024888 bpatchx patch35_0 ,mem_patch35 
+0x7b1c 024890 jam 1 ,mem_ftd_adv_raw + 8 
+0x7b1d 024892 jam 0 ,mem_ftd_adv_raw + 9 
+0x7b1e 024893 random pdata 
+0x7b1f 024894 rshift8 pdata ,temp 
+0x7b20 024895 storet 1 ,mem_ftd_adv_raw + 10 
+0x7b21 024896 store 1 ,mem_ftd_adv_raw + 11 
+0x7b22 024897 invert pdata ,pdata 
+0x7b23 024898 store 2 ,mem_adv_crc_false_initvalue 
+0x7b24 024899 fetch 1 ,mem_ftd_adv_raw + 11 
+0x7b25 024900 fetcht 1 ,mem_ftd_adv_raw + 8 
+0x7b26 024901 ixor temp ,pdata 
+0x7b27 024902 store 1 ,mem_ftd_adv_raw + 8 
+0x7b28 024903 fetcht 1 ,mem_ftd_adv_raw + 9 
+0x7b29 024904 ixor temp ,pdata 
+0x7b2a 024905 store 1 ,mem_ftd_adv_raw + 9 
+:      024907 frmt_crc16_ccitt_false_ftd:
+0x7b2b 024908 bpatchx patch35_1 ,mem_patch35 
+0x7b2c 024910 arg mem_ftd_adv_raw ,regc 
+0x7b2d 024912 arg 0x0c ,loopcnt 
+0x7b2e 024913 call frmt_crc16_ccitt_false_choose 
+0x7b2f 024915 fetch 2 ,mem_adv_crc_false_initvalue 
+0x7b30 024916 arg 0xff00 ,rega 
+0x7b31 024917 iand rega ,temp 
+0x7b32 024918 rshift8 temp ,temp 
+0x7b33 024919 storet 1 ,mem_ftd_adv_raw + 12 
+0x7b34 024920 fetch 1 ,mem_adv_crc_false_initvalue 
+0x7b35 024921 store 1 ,mem_ftd_adv_raw + 13 
+0x7b36 024923 rtn 
+:      024925 frmt_crc16_ccitt_false_choose:
+0x7b37 024926 fetch 1 ,mem_special_agreemeet_enable 
+0x7b38 024927 beq 2 ,key_crc16_ccitt_false1 
+0x7b39 024928 branch frmt_crc16_ccitt_false 
+:      024933 frmt_crc16_ccitt_false:
+0x7b3a 024934 bpatchx patch35_2 ,mem_patch35 
+0x7b3b 024935 ifetcht 1 ,regc 
+0x7b3c 024936 lshift8 temp ,temp 
+0x7b3d 024937 fetch 2 ,mem_adv_crc_false_initvalue 
+0x7b3e 024938 ixor temp ,temp 
+0x7b3f 024939 arg 0x0 ,queue 
+0x7b40 024940 call frmt_crc16_deal_next_8bits 
+0x7b41 024941 storet 2 ,mem_adv_crc_false_initvalue 
+0x7b42 024942 increase 1 ,regc 
+0x7b43 024943 loop frmt_crc16_ccitt_false 
+0x7b44 024944 rtn 
+:      024946 frmt_crc16_deal_next_8bits:
+0x7b45 024947 copy temp ,pdata 
+0x7b46 024948 rshift8 pdata ,rega 
+0x7b47 024949 rshift4 rega ,rega 
+0x7b48 024950 rshift3 rega ,rega 
+0x7b49 024951 lshift pdata ,temp 
+0x7b4a 024952 copy rega ,pdata 
+0x7b4b 024953 ncall frmt_crc16_xor_ploy ,blank 
+0x7b4c 024954 increase 1 ,queue 
+0x7b4d 024955 copy queue ,pdata 
+0x7b4e 024956 bne 0x08 ,frmt_crc16_deal_next_8bits 
+0x7b4f 024957 rtn 
+:      024959 frmt_crc16_xor_ploy:
+0x7b50 024960 fetch 2 ,mem_crc16_polynomial 
+0x7b51 024961 copy pdata ,rega 
+0x7b52 024962 copy temp ,pdata 
+0x7b53 024963 ixor rega ,pdata 
+0x7b54 024964 arg 0xffff ,rega 
+0x7b55 024965 iand rega ,temp 
+0x7b56 024966 rtn 
+:      024969 key_crc16_ccitt_false1:
+0x7b57 024970 bpatchx patch35_3 ,mem_patch35 
+0x7b58 024971 fetch 2 ,mem_adv_crc_false_initvalue 
+:      024973 key_crc16_ccitt_false_loop:
+0x7b59 024974 ifetcht 1 ,regc 
+0x7b5a 024975 increase 1 ,regc 
+0x7b5b 024976 reverse temp ,temp 
+0x7b5c 024977 lshift8 temp ,temp 
+0x7b5d 024978 ixor temp ,pdata 
+:      024980 key_crc16_for_byte:
+0x7b5e 024981 copy loopcnt ,regb 
+0x7b5f 024982 arg 8 ,loopcnt 
+:      024983 key_crc16_for_byte_loop:
+0x7b60 024984 isolate1 15 ,pdata 
+0x7b61 024985 lshift pdata ,pdata 
+0x7b62 024986 nbranch key_crc16_for_byte_continue ,true 
+0x7b63 024987 fetcht 2 ,mem_crc16_polynomial 
+0x7b64 024988 ixor temp ,pdata 
+:      024989 key_crc16_for_byte_continue:
+0x7b65 024990 loop key_crc16_for_byte_loop 
+0x7b66 024991 copy regb ,loopcnt 
+0x7b67 024993 loop key_crc16_ccitt_false_loop 
+0x7b68 024994 store 2 ,mem_adv_crc_false_initvalue 
+0x7b69 024995 fetcht 1 ,mem_adv_crc_false_initvalue 
+0x7b6a 024996 reverse temp ,temp 
+0x7b6b 024997 fetch 1 ,mem_adv_crc_false_initvalue + 1 
+0x7b6c 024998 reverse pdata ,pdata 
+0x7b6d 024999 storet 1 ,mem_adv_crc_false_initvalue + 1 
+0x7b6e 025000 store 1 ,mem_adv_crc_false_initvalue 
+0x7b6f 025001 rtn 
+:      025007 frmt_light_ble_whitening_and_reverse:
+0x7b70 025008 bpatchx patch35_4 ,mem_patch35 
+0x7b71 025009 call frmt_light_ble_whitening 
+0x7b72 025010 branch frmt_fml_whitening_buffer_bytes_reverse 
+:      025013 frmt_light_reverse_and_ble_whitening:
+0x7b73 025014 bpatchx patch35_5 ,mem_patch35 
+0x7b74 025016 call frmt_fml_whitening_buffer_bytes_reverse 
+0x7b75 025017 branch frmt_light_ble_whitening 
+:      025117 frmt_fml_whitening_buffer_bytes_reverse:
+0x7b76 025118 bpatchx patch35_6 ,mem_patch35 
+0x7b77 025120 arg mem_light_whitening_buffer ,contr 
+0x7b78 025121 arg mem_light_whitening_buffer ,contw 
+0x7b79 025122 arg ftd_pdu_len ,loopcnt 
+0x7b7a 025123 branch frmt_fml_bytes_reverse_loop 
+:      025125 frmt_light_ble_whitening:
+0x7b7b 025126 bpatchx patch35_7 ,mem_patch35 
+0x7b7c 025128 arg ftd_pdu_len ,loopcnt 
+0x7b7d 025129 arg mem_light_whitening_buffer ,regc 
+0x7b7e 025130 arg 83 ,regb 
+0x7b7f 025131 fetch 1 ,mem_special_agreemeet_enable 
+0x7b80 025132 sub pdata ,2 ,null 
+0x7b81 025133 call key_whitening_i_get ,zero 
+0x7b82 025134 branch frmt_ble_whitening 
+:      025136 frmt_fml_bytes_reverse_loop:
+0x7b83 025137 bpatchx patch36_0 ,mem_patch36 
+0x7b84 025139 ifetch 1 ,contr 
+0x7b85 025140 reverse pdata ,pdata 
+0x7b86 025141 istore 1 ,contw 
+0x7b87 025142 loop frmt_fml_bytes_reverse_loop 
+0x7b88 025143 rtn 
+:      025144 frmt_ble_whitening:
+:      025146 frmt_ble_whitening_loop:
+0x7b89 025147 bpatchx patch36_1 ,mem_patch36 
+0x7b8a 025148 call frmt_ble_whitening_byte 
+0x7b8b 025149 increase 1 ,regc 
+0x7b8c 025150 loop frmt_ble_whitening_loop 
+0x7b8d 025151 rtn 
+:      025152 frmt_ble_whitening_byte:
+0x7b8e 025153 bpatchx patch36_2 ,mem_patch36 
+0x7b8f 025154 arg 1 ,rega 
+:      025155 frmt_ble_whitening_byte_loop:
+0x7b90 025156 lshift regb ,regb 
+0x7b91 025157 isolate1 7 ,regb 
+0x7b92 025158 call frmt_ble_whitening_byte_xor ,true 
+0x7b93 025159 lshift rega ,rega 
+0x7b94 025160 deposit rega 
+0x7b95 025161 rtnbit1 8 
+0x7b96 025162 branch frmt_ble_whitening_byte_loop 
+:      025164 frmt_ble_whitening_byte_xor:
+0x7b97 025165 bpatchx patch36_3 ,mem_patch36 
+0x7b98 025166 ifetch 1 ,regc 
+0x7b99 025167 ixor rega ,pdata 
+0x7b9a 025168 istore 1 ,regc 
+0x7b9b 025169 xor regb ,0x11 ,regb 
+0x7b9c 025170 rtn 
+:      025176 frmt_apl_cb_event_timer:
+0x7b9d 025177 fetch 1 ,mem_special_agreemeet_enable 
+0x7b9e 025178 sub pdata ,1 ,null 
+0x7b9f 025179 call p_light_gem_long_press_cnt_timer ,zero 
+0x7ba0 025180 call frmt_light_reset_continuous_kps_cnt_timer 
+0x7ba1 025181 call frmt_light_kscan_analysis_interval_timer 
+0x7ba2 025182 call frmt_light_le_adv_timer 
+0x7ba3 025183 call frmt_light_long_press_timer 
+0x7ba4 025185 call frmt_light_indicator_led_timer 
+0x7ba5 025186 call frmt_light_enter_lpm_timer 
+0x7ba6 025187 call frmt_light_color_and_lightness_long_press_timer 
+0x7ba7 025188 bpatchx patch36_4 ,mem_patch36 
+0x7ba8 025189 rtn 
+:      025191 frmt_light_kscan_analysis_interval_timer:
+0x7ba9 025192 arg mem_kscan_analysis_interval_timeout ,regc 
+0x7baa 025193 arg frmt_light_kscan_analysis_interval_timeout ,regb 
+0x7bab 025194 branch timer_single_step_2b 
+:      025195 frmt_light_kscan_analysis_interval_timeout:
+0x7bac 025196 rtn 
+:      025198 frmt_light_le_adv_timer:
+0x7bad 025199 arg mem_ble_light_adv_timeout ,regc 
+0x7bae 025200 arg frmt_light_le_adv_time_timeout ,regb 
+0x7baf 025201 branch timer_single_step_2b 
+:      025202 frmt_light_le_adv_time_timeout:
+0x7bb0 025204 jam 0 ,mem_le_adv_enable 
+0x7bb1 025205 rtn 
+:      025214 frmt_light_indicator_led_timer:
+0x7bb2 025215 arg mem_indicator_led_turn_on_timeout ,regc 
+0x7bb3 025216 arg frmt_light_indicator_led_timer_timeout ,regb 
+0x7bb4 025217 branch timer_single_step_2b 
+:      025219 frmt_light_indicator_led_timer_timeout:
+0x7bb5 025220 jam 0 ,mem_indicator_turn_on_enable 
+0x7bb6 025221 rtn 
+:      025223 frmt_light_enter_lpm_timer:
+0x7bb7 025224 arg mem_light_lpm_enable_timeout ,regc 
+0x7bb8 025225 arg frmt_light_enter_lpm_timeout ,regb 
+0x7bb9 025226 branch timer_single_step_2b 
+:      025227 frmt_light_enter_lpm_timeout:
+0x7bba 025228 rtn 
+:      025230 frmt_light_color_and_lightness_long_press_timer:
+0x7bbb 025231 arg mem_light_short_keypress_timeout ,regc 
+0x7bbc 025232 arg frmt_light_color_and_lightness_long_press_timeout ,regb 
+0x7bbd 025233 branch timer_single_step_2b 
+:      025234 frmt_light_color_and_lightness_long_press_timeout:
+0x7bbe 025235 jam 1 ,mem_light_color_and_lgtness_long_press_adv_enable 
+0x7bbf 025236 rtn 
+:      025238 frmt_light_long_press_timer:
+0x7bc0 025239 arg mem_long_press_timeout ,regc 
+0x7bc1 025240 arg p_light_long_press_timeout_cb ,regb 
+0x7bc2 025241 branch timer_single_step_2b 
+:      025243 frmt_light_reset_continuous_kps_cnt_timer:
+0x7bc3 025244 arg mem_light_continuous_kps_cnt_reset_timeout ,regc 
+0x7bc4 025245 arg p_light_reset_continuous_kps_cnt_timeout_cb ,regb 
+0x7bc5 025246 branch timer_single_step_2b 
+:      025248 p_light_long_press_timeout_cb:
+0x7bc6 025249 fetch 2 ,mem_rmt_long_press_cb 
+0x7bc7 025250 branch callback_func 
+:      025252 p_light_reset_continuous_kps_cnt_timeout_cb:
+0x7bc8 025253 fetch 2 ,mem_rmt_continuous_keydown_cb 
+0x7bc9 025254 branch callback_func 
+:      025257 frmt_light_set_continuous_kps_cnt_reset_timeout:
+0x7bca 025258 fetch 2 ,mem_rmt_continuous_kps_time 
+0x7bcb 025259 store 2 ,mem_light_continuous_kps_cnt_reset_timeout 
+0x7bcc 025260 rtn 
+:      025262 p_light_gem_long_press_cnt_timer:
+0x7bcd 025263 arg mem_gem_cnt_inces_timeout ,regc 
+0x7bce 025264 arg p_light_gem_long_press_cnt_timeout ,regb 
+0x7bcf 025265 branch timer_single_step_2b 
+:      025266 p_light_gem_long_press_cnt_timeout:
+0x7bd0 025267 fetch 2 ,mem_long_press_timeout 
+0x7bd1 025268 rtn blank 
+0x7bd2 025269 jam 1 ,mem_gem_long_cnt_enable 
+0x7bd3 025270 rtn 
+:      025276 fan_idle_process:
+0x7bd4 025277 bpatchx patch2c_3 ,mem_patch2c 
+0x7bd5 025278 branch fan_le_scan_process 
+:      025280 fan_apl_event_timer:
+0x7bd6 025281 rtn 
+:      025284 fan_le_scan_process:
+0x7bd7 025285 bpatchx patch2c_4 ,mem_patch2c 
+0x7bd8 025286 call le_enable 
+0x7bd9 025287 disable master 
+0x7bda 025288 call le_init_adv 
+0x7bdb 025289 call p_le_wait_adv 
+0x7bdc 025290 nrtn match 
+0x7bdd 025291 fetch 1 ,mem_le_adv_rcv 
+0x7bde 025292 increase 1 ,pdata 
+0x7bdf 025293 store 1 ,mem_le_adv_rcv 
+0x7be0 025294 branch fan_apl_ble_rx_v1_or_v2 
+:      025296 p_le_wait_adv:
+0x7be1 025297 call p_le_next_scan_chanel 
+0x7be2 025298 branch le_receive_adv 
+:      025300 p_le_next_scan_chanel:
+0x7be3 025301 fetch 1 ,mem_ble_ch_mapped 
+0x7be4 025302 store 1 ,mem_le_ch_mapped 
+0x7be5 025303 rtn 
+:      025308 fan_apl_pair:
+0x7be6 025309 setarg fan_433_pairing 
+0x7be7 025310 branch fan_fml_fet_ctl 
+:      025312 fan_apl_light_on_and_off:
+0x7be8 025313 setarg fan_433_lamp_on_and_off 
+0x7be9 025314 branch fan_fml_fet_ctl 
+:      025316 fan_apl_is_yc_remoter:
+0x7bea 025317 fetch 6 ,mem_recv_addr 
+0x7beb 025318 fetcht 6 ,mem_yc_fan_ble_addr 
+0x7bec 025319 isub temp ,null 
+0x7bed 025320 rtn 
+:      025322 fan_apl_light_on:
+0x7bee 025323 fetch 1 ,mem_fan_yc_identify_flag 
+0x7bef 025324 branch fan_apl_light_on_only ,blank 
+0x7bf0 025325 fetch 1 ,mem_light_device_flag 
+0x7bf1 025326 beq 1 ,fan_apl_light_on_only 
+0x7bf2 025327 fetch 1 ,mem_manufacture_id_temp 
+0x7bf3 025328 beq 0x50 ,fan_apl_light_on_only 
+0x7bf4 025330 call fan_apl_is_yc_remoter 
+0x7bf5 025331 branch fan_apl_light_on_and_off ,zero 
+:      025332 fan_apl_light_on_only:
+0x7bf6 025333 setarg fan_433_lamp_on_only 
+0x7bf7 025334 branch fan_fml_fet_ctl 
+:      025336 fan_apl_light_off:
+0x7bf8 025337 fetch 1 ,mem_fan_yc_identify_flag 
+0x7bf9 025338 branch fan_apl_light_off_only ,blank 
+0x7bfa 025339 fetch 1 ,mem_light_device_flag 
+0x7bfb 025340 beq 1 ,fan_apl_light_off_only 
+0x7bfc 025341 fetch 1 ,mem_manufacture_id_temp 
+0x7bfd 025342 beq 0x50 ,fan_apl_light_off_only 
+0x7bfe 025344 call fan_apl_is_yc_remoter 
+0x7bff 025345 branch fan_apl_light_on_and_off ,zero 
+:      025346 fan_apl_light_off_only:
+0x7c00 025347 setarg fan_433_lamp_off_only 
+0x7c01 025348 branch fan_fml_fet_ctl 
+:      025350 fan_apl_master_off:
+0x7c02 025351 setarg fan_433_master_on_and_off 
+0x7c03 025352 branch fan_fml_fet_ctl 
+:      025354 fan_apl_light_color_switch:
+0x7c04 025355 fetch 1 ,mem_ble_parameter_para + 1 
+0x7c05 025356 rtnne light_cmd_ftd_color_swtich_reserved 
+0x7c06 025357 setarg fan_433_color_switch 
+0x7c07 025358 branch fan_fml_fet_ctl 
+:      025361 fan_apl_speed_30:
+0x7c08 025362 fetch 2 ,mem_ble_parameter_para + 1 
+0x7c09 025363 nbranch fan_apl_speed_opcode_30_incse ,blank 
+:      025364 fan_apl_speed_opcode_30_decse:
+0x7c0a 025365 setarg fan_433_fan_speed_dec 
+0x7c0b 025366 branch fan_fml_fet_ctl 
+:      025367 fan_apl_speed_opcode_30_incse:
+0x7c0c 025368 setarg fan_433_fan_speed_inc 
+0x7c0d 025369 branch fan_fml_fet_ctl 
+:      025372 fan_apl_speed_31_v1:
+0x7c0e 025373 fetch 1 ,mem_ble_parameter_para + 2 
+0x7c0f 025374 beq fan_speed_flag_off ,fan_apl_speed_32_to_0_and_deflector_off 
+0x7c10 025375 beq fan_speed_flag_low ,fan_apl_speed_32_to_1 
+0x7c11 025376 beq fan_speed_flag_middle ,fan_apl_speed_32_to_3 
+0x7c12 025377 beq fan_speed_flag_high ,fan_apl_speed_32_to_5 
+0x7c13 025378 rtn 
+:      025380 fan_apl_speed_31_v2:
+0x7c14 025381 fetch 1 ,mem_ble_parameter_para + 1 
+0x7c15 025382 beq 0x20 ,fan_apl_speed_32 
+0x7c16 025383 branch fan_apl_speed_31_v1 
+:      025386 fan_apl_speed_32:
+0x7c17 025387 fetch 1 ,mem_ble_parameter_para + 2 
+0x7c18 025388 beq fan_speed_flag_off ,fan_apl_speed_32_to_0_and_deflector_off 
+0x7c19 025389 beq 1 ,fan_apl_speed_32_to_1 
+0x7c1a 025390 beq 2 ,fan_apl_speed_32_to_2 
+0x7c1b 025391 beq 3 ,fan_apl_speed_32_to_3 
+0x7c1c 025392 beq 4 ,fan_apl_speed_32_to_4 
+0x7c1d 025393 beq 5 ,fan_apl_speed_32_to_5 
+0x7c1e 025394 beq 6 ,fan_apl_speed_32_to_6 
+0x7c1f 025395 rtn 
+:      025397 fan_apl_speed_32_to_0_and_deflector_off:
+:      025398 fan_apl_speed_32_to_0:
+0x7c20 025399 setarg fan_433_tap_posotion_0 
+0x7c21 025400 branch fan_fml_fet_ctl 
+:      025402 fan_apl_speed_32_to_1:
+0x7c22 025403 setarg fan_433_tap_posotion_1 
+0x7c23 025404 branch fan_fml_fet_ctl 
+:      025406 fan_apl_speed_32_to_2:
+0x7c24 025407 setarg fan_433_tap_posotion_2 
+0x7c25 025408 branch fan_fml_fet_ctl 
+:      025410 fan_apl_speed_32_to_3:
+0x7c26 025411 setarg fan_433_tap_posotion_3 
+0x7c27 025412 branch fan_fml_fet_ctl 
+:      025414 fan_apl_speed_32_to_4:
+0x7c28 025415 setarg fan_433_tap_posotion_4 
+0x7c29 025416 branch fan_fml_fet_ctl 
+:      025418 fan_apl_speed_32_to_5:
+0x7c2a 025419 setarg fan_433_tap_posotion_5 
+0x7c2b 025420 branch fan_fml_fet_ctl 
+:      025422 fan_apl_speed_32_to_6:
+0x7c2c 025423 setarg fan_433_tap_posotion_6 
+0x7c2d 025424 branch fan_fml_fet_ctl 
+:      025427 fan_apl_wind_direction:
+0x7c2e 025428 fetch 1 ,mem_ble_parameter_para + 1 
+0x7c2f 025429 branch fan_fml_wind_direction_forward_433 ,blank 
+:      025430 fan_fml_wind_direction_reverse_433:
+0x7c30 025431 setarg fan_433_turning_reverse 
+0x7c31 025432 branch fan_fml_fet_ctl 
+:      025433 fan_fml_wind_direction_forward_433:
+0x7c32 025434 setarg fan_433_turniing_forward 
+0x7c33 025435 branch fan_fml_fet_ctl 
+:      025437 fan_apl_wind_direction_on_and_off:
+0x7c34 025438 setarg fan_433_wind_reverse 
+0x7c35 025439 branch fan_fml_fet_ctl 
+:      025441 fan_apl_deflector_ctl_on_and_off:
+0x7c36 025442 setarg fan_433_deflector_on_and_off 
+0x7c37 025443 branch fan_fml_fet_ctl 
+:      025445 fan_apl_deflector_ctl:
+0x7c38 025446 fetch 1 ,mem_ble_parameter_para + 1 
+0x7c39 025447 branch fan_apl_deflector_off ,blank 
+:      025448 fan_apl_deflector_on:
+0x7c3a 025449 setarg fan_433_deflector_on 
+0x7c3b 025450 branch fan_fml_fet_ctl 
+:      025451 fan_apl_deflector_off:
+0x7c3c 025452 setarg fan_433_deflector_off 
+0x7c3d 025453 branch fan_fml_fet_ctl 
+:      025455 fan_apl_mode:
+0x7c3e 025456 bpatchx patch2c_5 ,mem_patch2c 
+0x7c3f 025457 fetch 1 ,mem_ble_parameter_para + 1 
+0x7c40 025459 beq ble_para_sleep_mode ,fan_fml_mode_sleep_wind 
+0x7c41 025460 beq ble_para_natural_mode ,fan_apl_mode_natural_wind 
+0x7c42 025461 rtn 
+:      025463 fan_fml_mode_sleep_wind:
+0x7c43 025464 setarg fan_433_sleep_wind 
+0x7c44 025465 branch fan_fml_fet_ctl 
+:      025467 fan_apl_mode_natural_wind:
+0x7c45 025468 setarg fan_433_natural_wind 
+0x7c46 025469 branch fan_fml_fet_ctl 
+:      025472 fan_apl_timing_to_off:
+0x7c47 025473 fetch 2 ,mem_ble_parameter_para + 1 
+0x7c48 025474 beq fan_ble_cmd_timing_to_off_8hour_v1 ,fan_fml_timing_to_off_8hour 
+:      025475 fan_apl_timing_to_off_v2:
+0x7c49 025476 bpatchx patch2c_6 ,mem_patch2c 
+0x7c4a 025477 fetch 2 ,mem_ble_parameter_para + 1 
+0x7c4b 025478 beq fan_ble_cmd_timing_to_off_8hour ,fan_fml_timing_to_off_8hour 
+0x7c4c 025479 beq fan_ble_cmd_timing_to_off_1hour ,fan_fml_timing_to_off_1hour 
+0x7c4d 025480 beq fan_ble_cmd_timing_to_off_2hour ,fan_fml_timing_to_off_2hour 
+0x7c4e 025481 beq fan_ble_cmd_timing_to_off_4hour ,fan_fml_timing_to_off_4hour 
+0x7c4f 025482 rtn 
+:      025483 fan_fml_timing_to_off_1hour:
+0x7c50 025484 setarg fan_433_timing_to_off_1hour 
+0x7c51 025485 branch fan_fml_fet_ctl 
+:      025486 fan_fml_timing_to_off_2hour:
+0x7c52 025487 setarg fan_433_timing_to_off_2hour 
+0x7c53 025488 branch fan_fml_fet_ctl 
+:      025489 fan_fml_timing_to_off_4hour:
+0x7c54 025490 setarg fan_433_timing_to_off_4hour 
+0x7c55 025491 branch fan_fml_fet_ctl 
+:      025492 fan_fml_timing_to_off_8hour:
+0x7c56 025493 setarg fan_433_timing_to_off_8hour 
+0x7c57 025494 branch fan_fml_fet_ctl 
+:      025501 fan_init:
+0x7c58 025502 setarg fan_idle_process 
+0x7c59 025503 store 2 ,mem_cb_idle_process 
+0x7c5a 025504 setarg fan_apl_cb_event_timer 
+0x7c5b 025505 store 2 ,mem_cb_event_timer 
+0x7c5c 025506 branch fan_fml_tx_low_level_init 
+:      025514 fan_apl_ble_rx_v1_or_v2:
+0x7c5d 025515 fetch 1 ,mem_fan_protocol_select_flag 
+0x7c5e 025516 beq 0 ,fan_apl_ble_rx_packet 
+0x7c5f 025518 fetch 2 ,mem_ble_v2_decoder 
+0x7c60 025519 call callback_func 
+0x7c61 025521 branch fan_apl_ble_rx_packet_v2_cb ,user 
+0x7c62 025522 rtn 
+:      025524 fan_apl_ble_rx_packet:
+0x7c63 025525 bpatchx patch2c_7 ,mem_patch2c 
+0x7c64 025526 fetch 1 ,mem_le_rxbuf + 11 
+0x7c65 025527 beq remoter_marker ,fan_apl_ble_rx_packet_is_remoter 
+0x7c66 025528 jam 0 ,mem_manufacture_id_temp 
+0x7c67 025530 setarg 0 
+0x7c68 025531 store 6 ,mem_recv_addr 
+:      025532 fan_apl_ble_rx_packet_id_valid:
+0x7c69 025533 fetcht 3 ,mem_le_rxbuf + 12 
+0x7c6a 025534 setarg ftd_remoter_id_code 
+0x7c6b 025535 isub temp ,null 
+0x7c6c 025536 jam 0 ,mem_light_device_flag 
+0x7c6d 025537 branch fan_apl_ble_rx_packet_preamble_valid ,zero 
+0x7c6e 025539 jam 1 ,mem_light_device_flag 
+0x7c6f 025540 setarg ftd_andriod4913_id_code 
+0x7c70 025541 isub temp ,null 
+0x7c71 025542 branch fan_apl_ble_rx_packet_preamble_valid ,zero 
+0x7c72 025543 setarg ftd_ios4913_id_code 
+0x7c73 025544 isub temp ,null 
+0x7c74 025545 branch fan_apl_ble_rx_packet_preamble_valid ,zero 
+0x7c75 025547 jam 2 ,mem_light_device_flag 
+0x7c76 025548 setarg ftd_b65f_id_code 
+0x7c77 025549 isub temp ,null 
+0x7c78 025550 nrtn zero 
+:      025551 fan_apl_ble_rx_packet_preamble_valid:
+0x7c79 025552 arg mem_le_rxbuf ,contr 
+0x7c7a 025553 arg mem_light_whitening_buffer ,contw 
+0x7c7b 025554 arg ftd_pdu_len ,loopcnt 
+0x7c7c 025555 call memcpy 
+0x7c7d 025557 jam 83 ,mem_light_whitening_i 
+0x7c7e 025558 jam 39 ,mem_light_recvd_len 
+0x7c7f 025559 call frmt_light_ble_whitening_and_reverse 
+0x7c80 025560 fetch 1 ,mem_light_device_flag 
+0x7c81 025561 beq 1 ,fan_apl_ble_rx_packet_protocol_4913 
+0x7c82 025562 arg mem_light_whitening_buffer + 23 ,contr 
+:      025563 fan_apl_ble_rx_packet_get_protocol:
+0x7c83 025564 arg mem_light_adv_packet ,contw 
+0x7c84 025565 arg 14 ,loopcnt 
+0x7c85 025566 call memcpy_fast 
+:      025567 fan_apl_ble_rx_packet_validity_checkout:
+0x7c86 025568 fetch 2 ,mem_light_adv_packet + 10 
+0x7c87 025569 byteswap pdata ,pdata 
+0x7c88 025570 invert pdata ,pdata 
+0x7c89 025571 store 2 ,mem_adv_crc_false_initvalue 
+0x7c8a 025572 arg mem_light_adv_packet ,regc 
+0x7c8b 025573 arg 0x0c ,loopcnt 
+0x7c8c 025574 setarg 0x1021 
+0x7c8d 025575 store 2 ,mem_crc16_polynomial 
+0x7c8e 025576 call frmt_crc16_ccitt_false 
+0x7c8f 025577 fetch 2 ,mem_adv_crc_false_initvalue 
+0x7c90 025578 byteswap pdata ,pdata 
+0x7c91 025579 fetcht 2 ,mem_light_adv_packet_encry + 4 
+0x7c92 025580 isub temp ,null 
+0x7c93 025581 nrtn zero 
+0x7c94 025583 branch fan_apl_ble_rx_packet_v1_cb 
+:      025585 fan_apl_ble_rx_packet_protocol_4913:
+0x7c95 025586 arg mem_light_whitening_buffer + 24 ,contr 
+0x7c96 025587 branch fan_apl_ble_rx_packet_get_protocol 
+:      025589 fan_apl_ble_rx_packet_is_remoter:
+0x7c97 025590 bpatchx patch2d_0 ,mem_patch2d 
+0x7c98 025591 arg mem_recv_addr ,contw 
+0x7c99 025592 arg mem_le_rxbuf + 2 ,contr 
+0x7c9a 025593 arg 6 ,loopcnt 
+0x7c9b 025594 call memcpy_fast 
+0x7c9c 025596 fetch 1 ,mem_le_rxbuf + 10 
+0x7c9d 025597 store 1 ,mem_manufacture_id_temp 
+0x7c9e 025599 fetcht 1 ,mem_customer_id 
+0x7c9f 025600 isub temp ,null 
+0x7ca0 025601 branch fan_apl_ble_rx_packet_id_valid ,zero 
+0x7ca1 025603 fetcht 1 ,mem_customer_id_v2 
+0x7ca2 025604 isub temp ,null 
+0x7ca3 025605 branch fan_apl_ble_rx_packet_id_valid ,zero 
+0x7ca4 025607 fetcht 1 ,mem_id_universal 
+0x7ca5 025608 isub temp ,null 
+0x7ca6 025609 branch fan_apl_ble_rx_packet_id_valid ,zero 
+0x7ca7 025610 rtn 
+:      025614 fan_apl_ble_rx_packet_v1_cb:
+0x7ca8 025615 bpatchx patch2d_1 ,mem_patch2d 
+0x7ca9 025616 fetch 1 ,mem_light_adv_packet_cmd 
+0x7caa 025617 store 2 ,mem_ble_parameter_cmd 
+0x7cab 025618 fetch 2 ,mem_light_adv_packet_data 
+0x7cac 025619 store 2 ,mem_ble_parameter_para + 1 
+0x7cad 025621 fetch 1 ,mem_light_adv_packet_addr 
+0x7cae 025622 store 1 ,mem_ble_parameter_addr + 1 
+0x7caf 025623 fetch 1 ,mem_light_adv_packet_addr + 1 
+0x7cb0 025624 store 1 ,mem_ble_parameter_addr 
+0x7cb1 025626 fetch 1 ,mem_light_adv_packet_addr + 1 
+0x7cb2 025627 and pdata ,0x0f ,pdata 
+0x7cb3 025628 store 1 ,mem_ble_parameter_group 
+0x7cb4 025630 branch fan_apl_ble_rx_packet_cb_common 
+:      025632 fan_apl_ble_rx_packet_v2_cb:
+0x7cb5 025633 bpatchx patch2d_2 ,mem_patch2d 
+0x7cb6 025634 fetch 2 ,mem_ble_addr 
+0x7cb7 025635 lshift4 pdata ,pdata 
+0x7cb8 025636 store 2 ,mem_ble_parameter_addr 
+0x7cb9 025637 fetch 6 ,mem_ble_cmd 
+0x7cba 025638 store 6 ,mem_ble_parameter 
+0x7cbb 025639 fetch 1 ,mem_ble_group 
+0x7cbc 025640 store 1 ,mem_ble_parameter_group 
+0x7cbd 025641 fetch 1 ,mem_ble_is_app 
+0x7cbe 025642 store 1 ,mem_light_device_flag 
+0x7cbf 025643 fetch 1 ,mem_ble_customer_id 
+0x7cc0 025644 store 1 ,mem_manufacture_id_temp 
+0x7cc1 025645 fetch 1 ,mem_ble_count 
+0x7cc2 025646 store 1 ,mem_light_adv_packet_packetnum 
+:      025647 fan_apl_ble_rx_packet_cb_common:
+0x7cc3 025648 bpatchx patch2d_3 ,mem_patch2d 
+0x7cc4 025649 fetch 2 ,mem_fan_packet_indiscriminate_cb 
+0x7cc5 025650 call callback_func 
+:      025653 fan_apl_ble_rx_cmd_execution:
+0x7cc6 025656 call fan_apl_ble_cmd_handler_customer_message 
+0x7cc7 025657 rtn user 
+0x7cc8 025659 fetch 2 ,mem_ble_parameter_cmd 
+0x7cc9 025661 beq light_cmd_pairing_code ,fan_apl_pair 
+0x7cca 025663 beq light_cmd_turn_on_and_off ,fan_apl_light_on_and_off 
+0x7ccb 025664 beq light_cmd_turn_on ,fan_apl_light_on 
+0x7ccc 025665 beq light_cmd_turn_off ,fan_apl_light_off 
+0x7ccd 025667 beq fan_cmd_master_on_and_off ,fan_apl_master_off 
+0x7cce 025668 beq fan_cmd_speed_change ,fan_apl_speed_30 
+0x7ccf 025670 beq fan_cmd_direction ,fan_apl_wind_direction 
+0x7cd0 025671 beq fan_cmd_direction_on_and_off ,fan_apl_wind_direction_on_and_off 
+0x7cd1 025672 beq fan_cmd_deflector ,fan_apl_deflector_ctl 
+0x7cd2 025673 beq fan_cmd_deflector_on_and_off ,fan_apl_deflector_ctl_on_and_off 
+0x7cd3 025674 beq fan_cmd_mode ,fan_apl_mode 
+0x7cd4 025676 fetch 1 ,mem_fan_protocol_select_flag 
+0x7cd5 025677 beq 0 ,fan_apl_main_v1 
+0x7cd6 025678 beq 1 ,fan_apl_main_v2 
+0x7cd7 025679 rtn 
+:      025685 fan_apl_main_v1:
+0x7cd8 025686 fetch 2 ,mem_ble_parameter_cmd 
+0x7cd9 025687 beq fan_cmd_timing_to_off ,fan_apl_timing_to_off 
+0x7cda 025688 beq light_cmd_delay_off ,fan_apl_timing_to_off 
+0x7cdb 025690 fetch 2 ,mem_light_adv_packet_data 
+0x7cdc 025691 store 2 ,mem_ble_parameter_para + 2 
+0x7cdd 025692 fetch 2 ,mem_ble_parameter_cmd 
+0x7cde 025693 beq fan_cmd_speed_31 ,fan_apl_speed_31_v1 
+0x7cdf 025694 beq fan_cmd_speed_32 ,fan_apl_speed_32 
+0x7ce0 025696 fetch 1 ,mem_light_adv_packet_reserve 
+0x7ce1 025697 store 1 ,mem_ble_parameter_para + 1 
+0x7ce2 025698 fetch 2 ,mem_ble_parameter_cmd 
+0x7ce3 025699 beq light_cmd_color_swtich ,fan_apl_light_color_switch 
+0x7ce4 025700 bpatchx patch2d_4 ,mem_patch2d 
+0x7ce5 025701 rtn 
+:      025705 fan_apl_main_v2:
+0x7ce6 025706 fetch 2 ,mem_ble_parameter_cmd 
+0x7ce7 025707 beq fan_cmd_speed_31 ,fan_apl_speed_31_v2 
+0x7ce8 025708 beq light_cmd_delay_off ,fan_apl_timing_to_off_v2 
+0x7ce9 025709 beq light_cmd_color_swtich ,fan_apl_light_color_switch 
+0x7cea 025710 bpatchx patch2d_5 ,mem_patch2d 
+0x7ceb 025711 rtn 
+:      025713 fan_apl_ble_cmd_handler_customer_message:
+0x7cec 025714 bpatchx patch2d_6 ,mem_patch2d 
+0x7ced 025715 call disable_user 
+0x7cee 025716 fetcht 2 ,mem_ble_parameter_addr 
+0x7cef 025717 arg 9 ,queue 
+0x7cf0 025718 arg 10 ,loopcnt 
+:      025719 fan_apl_ble_rx_packet_addr_check_loop:
+0x7cf1 025720 sub loopcnt ,10 ,regc 
+0x7cf2 025721 deposit queue 
+0x7cf3 025722 isub regc ,null 
+0x7cf4 025723 branch fan_apl_ble_rx_packet_addr_check ,positive 
+:      025724 fan_apl_ble_rx_packet_other_addr_check_continue:
+0x7cf5 025725 sub regc ,3 ,null 
+0x7cf6 025726 nbranch fan_apl_ble_rx_packet_addr_check ,positive 
+0x7cf7 025727 branch fan_apl_ble_rx_packet_addr_check_end 
+:      025729 fan_apl_ble_rx_packet_addr_check:
+0x7cf8 025730 arg mem_flash_paired_addr_base ,contr 
+0x7cf9 025731 mul32 regc ,3 ,pdata 
+0x7cfa 025732 iadd contr ,contr 
+0x7cfb 025733 ifetch 2 ,contr 
+0x7cfc 025734 isub temp ,null 
+0x7cfd 025735 nbranch fan_apl_ble_rx_packet_addr_check_end ,zero 
+0x7cfe 025737 ifetchr rega ,1 ,contr 
+0x7cff 025738 fetch 1 ,mem_ble_parameter_group 
+0x7d00 025740 branch fan_apl_ble_rx_packet_cnt_check ,blank 
+0x7d01 025741 isub rega ,null 
+0x7d02 025742 branch fan_apl_ble_rx_packet_cnt_check ,zero 
+:      025743 fan_apl_ble_rx_packet_addr_check_end:
+0x7d03 025744 loop fan_apl_ble_rx_packet_addr_check_loop 
+0x7d04 025746 arg mem_flash_paired_addr8 ,rega 
+0x7d05 025747 arg 9 ,loopcnt 
+:      025748 fan_apl_ble_rx_packet_addr_move_loop:
+0x7d06 025749 ifetch 3 ,rega 
+0x7d07 025750 add rega ,3 ,temp 
+0x7d08 025751 istore 3 ,temp 
+0x7d09 025752 increase -3 ,rega 
+0x7d0a 025753 loop fan_apl_ble_rx_packet_addr_move_loop 
+0x7d0b 025754 fetch 3 ,mem_ble_parameter_addr 
+0x7d0c 025755 store 3 ,mem_flash_paired_addr0 
+0x7d0d 025757 fetch 1 ,mem_addr8_msg_cnt 
+0x7d0e 025758 store 1 ,mem_addr9_msg_cnt 
+0x7d0f 025759 fetch 8 ,mem_msg_cnt_base 
+0x7d10 025760 store 8 ,mem_addr1_msg_cnt 
+0x7d11 025761 jam 0 ,mem_msg_cnt_base 
+0x7d12 025762 branch fan_apl_ble_cmd_handler_customer_message 
+:      025765 fan_apl_ble_rx_packet_cnt_check:
+0x7d13 025766 copy loopcnt ,temp 
+0x7d14 025767 storet 1 ,mem_msg_addr_save 
+0x7d15 025769 arg mem_msg_cnt_base ,temp 
+0x7d16 025770 sub loopcnt ,10 ,pdata 
+0x7d17 025771 iadd temp ,temp 
+0x7d18 025772 copy temp ,rega 
+0x7d19 025773 ifetcht 1 ,temp 
+0x7d1a 025774 fetch 1 ,mem_light_adv_packet_packetnum 
+0x7d1b 025775 isub temp ,null 
+0x7d1c 025777 branch enable_user ,zero 
+0x7d1d 025778 branch fan_apl_ble_rx_check_packetnum_vaild_v2 ,positive 
+0x7d1e 025780 add pdata ,0x100 ,pdata 
+0x7d1f 025781 isub temp ,pdata 
+0x7d20 025782 and pdata ,0xff ,pdata 
+0x7d21 025783 sub pdata ,6 ,null 
+0x7d22 025784 branch fan_apl_ble_rx_check_packetnum_vaild_v2 ,positive 
+0x7d23 025785 rtn 
+:      025787 fan_apl_ble_rx_check_packetnum_vaild_v2:
+:      025788 fan_apl_ble_rx_relay_check:
+0x7d24 025789 fetch 1 ,mem_light_adv_packet_packetnum 
+0x7d25 025790 store 1 ,mem_count_and_random 
+0x7d26 025791 fetch 2 ,mem_le_rxbuf + 35 
+0x7d27 025792 store 2 ,mem_count_and_random + 1 
+0x7d28 025793 fetcht 3 ,mem_count_and_random 
+0x7d29 025794 arg mem_msg_before_queue ,contr 
+0x7d2a 025795 arg 10 ,loopcnt 
+:      025796 fan_apl_msg_check_count_random_loop:
+0x7d2b 025797 ifetch 3 ,contr 
+0x7d2c 025798 isub temp ,null 
+0x7d2d 025800 branch enable_user ,zero 
+0x7d2e 025801 loop fan_apl_msg_check_count_random_loop 
+:      025802 fan_apl_msg_enqueue:
+0x7d2f 025803 jam 30 ,mem_msg_judgment_window_time 
+0x7d30 025804 fetch 3 ,mem_msg_before_queue + 24 
+0x7d31 025805 store 3 ,mem_msg_before_queue + 27 
+0x7d32 025807 fetch 8 ,mem_msg_before_queue + 8 
+0x7d33 025808 fetcht 8 ,mem_msg_before_queue + 16 
+0x7d34 025809 store 8 ,mem_msg_before_queue + 11 
+0x7d35 025810 storet 8 ,mem_msg_before_queue + 19 
+0x7d36 025812 fetch 8 ,mem_msg_before_queue 
+0x7d37 025813 store 8 ,mem_msg_before_queue + 3 
+0x7d38 025815 fetch 3 ,mem_count_and_random 
+0x7d39 025816 store 3 ,mem_msg_before_queue 
+0x7d3a 025818 fetch 1 ,mem_msg_addr_save 
+0x7d3b 025819 copy pdata ,loopcnt 
+0x7d3c 025820 arg mem_msg_cnt_base ,temp 
+0x7d3d 025821 sub loopcnt ,10 ,pdata 
+0x7d3e 025822 iadd temp ,temp 
+0x7d3f 025823 fetch 1 ,mem_light_adv_packet_packetnum 
+0x7d40 025824 istore 1 ,temp 
+0x7d41 025825 jam 30 ,mem_msg_cnt_judgment_window_time 
+0x7d42 025827 rtn 
+:      025829 fan_apl_cb_event_timer:
+0x7d43 025830 bpatchx patch2d_7 ,mem_patch2d 
+0x7d44 025831 branch fan_apl_ble_msg_cache_clear_time 
+:      025835 fan_apl_ble_msg_cache_clear_time:
+0x7d45 025836 call fan_apl_ble_msg_cache_clear_timer 
+0x7d46 025837 branch fan_apl_ble_msg_cnt_cache_clear_timer 
+:      025839 fan_apl_ble_msg_cache_clear_timer:
+0x7d47 025840 arg mem_msg_judgment_window_time ,regc 
+0x7d48 025841 arg fan_apl_ble_msg_cache_clear_timeout ,regb 
+0x7d49 025842 branch timer_single_step 
+:      025843 fan_apl_ble_msg_cache_clear_timeout:
+0x7d4a 025844 arg 30 ,loopcnt 
+0x7d4b 025845 arg mem_msg_before_queue ,contw 
+0x7d4c 025846 branch clear_mem 
+:      025848 fan_apl_ble_msg_cnt_cache_clear_timer:
+0x7d4d 025849 arg mem_msg_cnt_judgment_window_time ,regc 
+0x7d4e 025850 arg fan_apl_ble_msg_cnt_cache_clear_timeout ,regb 
+0x7d4f 025851 branch timer_single_step 
+:      025852 fan_apl_ble_msg_cnt_cache_clear_timeout:
+0x7d50 025853 jam 0 ,mem_light_last_packetnum 
+0x7d51 025854 arg 10 ,loopcnt 
+0x7d52 025855 arg mem_msg_cnt_base ,contw 
+0x7d53 025856 branch clear_mem 
+:      025860 fan_fml_fet_ctl:
+0x7d54 025861 store 1 ,mem_fan_opcode 
+0x7d55 025862 fetch 2 ,mem_433_tx_cb 
+0x7d56 025863 branch callback_func 
+:      025866 fan_fml_tx_high_level:
+0x7d57 025867 fetcht 1 ,mem_fan_tx_gpio 
+0x7d58 025868 branch gpio_config_output_patch 
+:      025870 fan_fml_tx_low_level_init:
+:      025871 fan_fml_tx_low_level:
+0x7d59 025872 fetcht 1 ,mem_fan_tx_gpio 
+0x7d5a 025873 or temp ,0x80 ,temp 
+0x7d5b 025874 branch gpio_config_output_patch 
+:      025877 fan_fml_function_once:
+0x7d5c 025878 bpatchx patch2e_0 ,mem_patch2e 
+0x7d5d 025879 call fan_fml_tx_header_signal 
+0x7d5e 025880 call fan_fml_function_once_433code 
+0x7d5f 025881 branch fan_fml_tx_end_signal 
+:      025883 fan_fml_function_once_433code:
+0x7d60 025884 arg fan_433code_len ,pdata 
+0x7d61 025885 lshift3 pdata ,pdata 
+0x7d62 025886 store 2 ,mem_fan_tx_bits_loop 
+0x7d63 025887 copy pdata ,queue 
+0x7d64 025888 increase -1 ,queue 
+0x7d65 025889 fetcht fan_433code_len ,mem_fan_433code_packet 
+:      025890 fan_fml_function_once_433code_loop:
+0x7d66 025891 fetch 2 ,mem_fan_tx_bits_loop 
+0x7d67 025892 rtn blank 
+0x7d68 025893 pincrease -1 
+0x7d69 025894 store 2 ,mem_fan_tx_bits_loop 
+0x7d6a 025895 qisolate1 temp 
+0x7d6b 025896 branch fan_fml_1_signal_temp ,true 
+0x7d6c 025897 call fan_fml_0_signal 
+:      025898 fan_fml_function_once_tx_bit_loop_continue:
+0x7d6d 025899 increase -1 ,queue 
+0x7d6e 025900 fetch 2 ,mem_fan_tx_bits_loop 
+0x7d6f 025901 fetcht fan_433code_len ,mem_fan_433code_packet 
+0x7d70 025902 nbranch fan_fml_function_once_433code_loop ,blank 
+0x7d71 025903 rtn 
+:      025905 fan_fml_1_signal_temp:
+0x7d72 025906 call fan_fml_1_signal 
+0x7d73 025907 branch fan_fml_function_once_tx_bit_loop_continue 
+:      025912 fan_fml_function_loop:
+0x7d74 025913 fetch 2 ,mem_fan_tx_loop2 
+0x7d75 025914 rtn blank 
+0x7d76 025915 pincrease -1 
+0x7d77 025916 store 2 ,mem_fan_tx_loop2 
+0x7d78 025917 call fan_fml_function_once 
+0x7d79 025918 branch fan_fml_function_loop 
+:      025921 p_fan_fml_fet_ctl:
+0x7d7a 025922 call fan_fml_get_433_code 
+0x7d7b 025923 setarg fan_retransmission_times 
+0x7d7c 025924 store 2 ,mem_fan_tx_loop2 
+0x7d7d 025925 branch fan_fml_function_loop 
+:      025929 fan_apl_ble_rx_packet_indiscriminate:
+0x7d7e 025930 fetch 1 ,mem_manufacture_id_temp 
+0x7d7f 025931 fetcht 1 ,mem_id_universal 
+0x7d80 025932 isub temp ,null 
+0x7d81 025933 branch fan_apl_ble_433_packet_type1 ,zero 
+0x7d82 025934 fetch 1 ,mem_light_device_flag 
+0x7d83 025935 beq 0 ,fan_apl_ble_433_packet_type0 
+0x7d84 025936 branch fan_apl_ble_433_packet_type1 
+:      025938 fan_apl_ble_433_packet_type0:
+0x7d85 025939 setarg 0 
+0x7d86 025940 branch fan_apl_ble_433_packet_common 
+:      025941 fan_apl_ble_433_packet_type1:
+0x7d87 025942 setarg 0x80 
+:      025943 fan_apl_ble_433_packet_common:
+0x7d88 025944 fetcht 1 ,mem_ble_parameter_group 
+0x7d89 025945 and temp ,0x7f ,rega 
+0x7d8a 025946 ior rega ,pdata 
+0x7d8b 025947 rshift4 pdata ,temp 
+0x7d8c 025948 storet 1 ,mem_fan_addr_433 + 2 
+0x7d8d 025950 and pdata ,0x0f ,pdata 
+0x7d8e 025951 lshift4 pdata ,pdata 
+0x7d8f 025952 fetcht 1 ,mem_ble_parameter_addr + 1 
+0x7d90 025953 and temp ,0xf0 ,rega 
+0x7d91 025954 rshift4 rega ,rega 
+0x7d92 025955 ior rega ,pdata 
+0x7d93 025956 store 1 ,mem_fan_addr_433 + 1 
+0x7d94 025958 and temp ,0x0f ,pdata 
+0x7d95 025959 lshift4 pdata ,pdata 
+0x7d96 025960 fetcht 1 ,mem_ble_parameter_addr 
+0x7d97 025961 rshift4 temp ,temp 
+0x7d98 025962 ior temp ,pdata 
+0x7d99 025963 store 1 ,mem_fan_addr_433 
+0x7d9a 025965 rtn 
+:      025969 fan_fml_get_433_code:
+0x7d9b 025970 fetch 3 ,mem_fan_addr_433 
+0x7d9c 025971 lshift4 pdata ,pdata 
+0x7d9d 025972 lshift8 pdata ,pdata 
+0x7d9e 025973 fetcht 1 ,mem_fan_opcode 
+0x7d9f 025974 lshift3 temp ,temp 
+0x7da0 025975 lshift4 temp ,temp 
+0x7da1 025976 ior temp ,rega 
+0x7da2 025977 call fan_fml_get_433_code_packet_num_get 
+0x7da3 025978 lshift4 pdata ,pdata 
+0x7da4 025979 ior rega ,rega 
+0x7da5 025980 call fan_fml_get_433_code_get_check_code 
+0x7da6 025981 ior rega ,pdata 
+0x7da7 025982 store fan_433code_len ,mem_fan_433code_packet 
+0x7da8 025983 rtn 
+:      025986 fan_fml_get_433_code_get_check_code:
+0x7da9 025987 arg 4 ,loopcnt 
+0x7daa 025988 copy rega ,regb 
+0x7dab 025989 arg 0 ,alarm 
+:      025990 fan_fml_get_433_code_get_check_code_loop:
+0x7dac 025991 and regb ,0xff ,regc 
+0x7dad 025992 and regc ,0xf0 ,pdata 
+0x7dae 025993 rshift4 pdata ,pdata 
+0x7daf 025994 ixor alarm ,alarm 
+0x7db0 025995 and regc ,0x0f ,pdata 
+0x7db1 025996 ixor alarm ,alarm 
+0x7db2 025997 rshift8 regb ,regb 
+0x7db3 025998 loop fan_fml_get_433_code_get_check_code_loop 
+0x7db4 025999 xor alarm ,0x0a ,alarm 
+0x7db5 026000 and alarm ,0x0f ,pdata 
+0x7db6 026001 rtn 
+:      026004 fan_fml_get_433_code_packet_num_get:
+0x7db7 026005 fetch 1 ,mem_fan_tx_cnt 
+0x7db8 026006 pincrease 1 
+0x7db9 026007 and pdata ,0x07 ,pdata 
+0x7dba 026008 store 1 ,mem_fan_tx_cnt 
+0x7dbb 026009 rtn 
+:      026012 fan_fml_delay_us:
+0x7dbc 026013 nop 12 
+0x7dbd 026014 loop fan_fml_delay_us 
+0x7dbe 026015 rtn 
+:      026017 fan_fml_tx_header_signal:
+0x7dbf 026018 call fan_fml_tx_low_level 
+0x7dc0 026019 arg fan_header_low_delay ,loopcnt 
+0x7dc1 026020 branch fan_fml_delay_us 
+:      026022 fan_fml_1_signal:
+0x7dc2 026023 call fan_fml_tx_high_level 
+0x7dc3 026024 arg fan_1_high_delay ,loopcnt 
+0x7dc4 026025 call fan_fml_delay_us 
+0x7dc5 026026 call fan_fml_tx_low_level 
+0x7dc6 026027 arg fan_1_low_delay ,loopcnt 
+0x7dc7 026028 branch fan_fml_delay_us 
+:      026030 fan_fml_0_signal:
+0x7dc8 026031 call fan_fml_tx_high_level 
+0x7dc9 026032 arg fan_0_high_delay ,loopcnt 
+0x7dca 026033 call fan_fml_delay_us 
+0x7dcb 026034 call fan_fml_tx_low_level 
+0x7dcc 026035 arg fan_0_low_delay ,loopcnt 
+0x7dcd 026036 branch fan_fml_delay_us 
+:      026038 fan_fml_tx_end_signal:
+0x7dce 026039 call fan_fml_tx_high_level 
+0x7dcf 026040 arg fan_end_high_delay ,loopcnt 
+0x7dd0 026041 call fan_fml_delay_us 
+0x7dd1 026042 call fan_fml_tx_low_level 
+0x7dd2 026043 arg fan_end_low_delay ,loopcnt 
+0x7dd3 026044 branch fan_fml_delay_us 
+:      026047 fan_fml_1_signal_loop:
+0x7dd4 026048 fetch 2 ,mem_fan_tx_loop 
+0x7dd5 026049 rtn blank 
+0x7dd6 026050 pincrease -1 
+0x7dd7 026051 store 2 ,mem_fan_tx_loop 
+0x7dd8 026052 call fan_fml_1_signal 
+0x7dd9 026053 branch fan_fml_1_signal_loop 
+:      026056 fan_fml_0_signal_loop:
+0x7dda 026057 fetch 2 ,mem_fan_tx_loop 
+0x7ddb 026058 rtn blank 
+0x7ddc 026059 pincrease -1 
+0x7ddd 026060 store 2 ,mem_fan_tx_loop 
+0x7dde 026061 call fan_fml_0_signal 
+0x7ddf 026062 branch fan_fml_0_signal_loop 
+:      026066 frmt_ble_para_init:
+0x7de0 026067 call enable_authrom 
+0x7de1 026068 arg mem_ble_v2_xbox ,contw 
+0x7de2 026069 arg frmt_xbox_addr ,contr 
+0x7de3 026070 branch memcpy64 
+:      026072 frmt_ble_data_set:
+0x7de4 026073 setarg 0x2542 
+0x7de5 026074 store 2 ,mem_ble_v2_pdu 
+0x7de6 026075 setarg 0x10255d 
+0x7de7 026076 store 3 ,mem_ble_v2_pdu + 2 
+0x7de8 026077 setarg 0x109e3a 
+0x7de9 026078 store 3 ,mem_ble_v2_pdu + 5 
+0x7dea 026079 setarg 0x00 
+0x7deb 026080 store 3 ,mem_ble_v2_pdu + 32 
+0x7dec 026081 setarg 0x020102 
+0x7ded 026082 store 3 ,mem_ble_v2_pdu + 8 
+0x7dee 026083 setarg 0xF0161B 
+0x7def 026084 store 3 ,mem_ble_v2_pdu + 11 
+0x7df0 026085 setarg 0x001008 
+0x7df1 026086 store 3 ,mem_ble_v2_pdu + 14 
+0x7df2 026088 fetch 1 ,mem_ble_v2_packet_num 
+0x7df3 026089 pincrease 1 
+0x7df4 026090 store 1 ,mem_ble_v2_packet_num 
+0x7df5 026092 fetch 2 ,mem_ble_pack_cb 
+0x7df6 026093 branch callback_func 
+:      026095 frtm_ble_setdefault:
+0x7df7 026096 setarg 0xffff 
+0x7df8 026097 rtn 
Index: output/bt_program23.meta
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/output/bt_program23.meta	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/output/bt_program23.meta	(working copy)
@@ -0,0 +1,26098 @@
+//define CLK24M
+//define SECURE_CONNECTION
+
+define COMPILE_SHUTTER
+define COMPILE_MOUSE
+define COMPILE_USB
+define COMPILE_DONGLE
+define COMPILE_LE
+define COMPILE_24G
+define COMPILE_CAR
+define COMPILE_REMOTE_CAR
+define COMPILE_FCC_AUTH
+//define COMPILE_NEC
+//define COMPILE_UART
+define FUNC_FAN_MODULE
+
+INCLUDE "bt_format"
+
+org 0x0000		// start from patch ram address start
+
+define SENSOR_ANGLE_ICE_SDIO
+//define DPI_LOAD_AND_STORE
+define ADC_ENABLE
+
+	bbit1 8,pf_patch_ext
+	beq patch06_7,p_mouse_sensor_set_angle
+	beq patch00_0,p_soft_reset
+	beq patch14_0,p_enable_adc
+	beq patch07_7,p_mouse_adc_gpio_check_output
+	beq patch02_7,p_tx_on_next
+	beq patch03_0,p_initialize_radio_cont
+	beq patch04_0,p_lpm_sleep
+	beq patch07_5,p_mouse_setgpio_hibernate
+	beq patch08_6,p_mouse_3io6key_check
+	beq patch09_4,p_mouse_priority_bb_event
+	beq patch09_6,p_mouse_bb_event_timer
+	beq patch0a_2,p_mouse_store_device_info
+	beq patch0b_2,p_mouse_24g_package_data
+	beq patch0b_6,p_mouse_ui_led_off_static
+	beq patch0b_7,p_mouse_ui_led_on_static
+	beq patch0e_0,p_app_init
+	beq patch1c_3,p_le_enable_phy_by_pdata
+	branch assert
+	
+pf_patch_ext:
+	beq patch2c_1,p_g24_lpm_wait
+	rtneq patch3f_7
+	branch assert
+
+p_tx_on_next:
+	fetch 1,mem_tx_power
+	beq TX_POWER_3DB,p_set_tx_power_3db
+	beq TX_POWER_6DB,p_set_tx_power_6db
+	beq TX_POWER_10DB,set_tx_power_10db
+	beq TX_POWER_F20DB,p_set_tx_power_f20db
+	beq TX_POWER_F30DB,p_set_tx_power_f30db
+	beq TX_POWER_FACTORY,set_tx_power_factory
+p_set_tx_power_0db:
+	jam 0x2c,0x8a3b
+	jam 0x17,0x8a3c
+	jam 0x8a,core_tx_pwr_ctrl0
+	jam 0x0f,core_tx_pwr_ctrl1
+	branch set_rf_ldo_cfg89_2
+
+p_set_tx_power_3db:
+	jam 0x48,0x8a3b
+	branch p_set_tx_power_0db+1
+
+p_set_tx_power_6db:
+	jam 0x70,0x8a3b
+	jam 0x1f,0x8a3c
+	jam 0xc9,core_tx_pwr_ctrl0
+	branch p_set_tx_power_0db+3
+
+p_set_tx_power_f20db:
+	jam 0x85,core_tx_pwr_ctrl0
+	jam 0x04,core_tx_pwr_ctrl1
+	jam 0xa3,core_rf_ldo_cfg8	
+	jam 0x0a,core_rf_ldo_cfg9
+	jam 0x18,0x8a3b
+	jam 0x0f,0x8a3c
+	rtn
+p_set_tx_power_f30db:
+	jam 0x83,core_tx_pwr_ctrl0
+	jam 0x02,core_tx_pwr_ctrl1
+	branch p_set_tx_power_f20db+2
+	
+p_initialize_radio_cont:
+	jam 0x03,core_rx_lna_cfg3
+	jam 0,core_syn_loopdiv_dsm_cfg
+	jam 0x10,0x896f
+
+	//branch initialize_radio_cont+1
+	fetch 1,mem_wdt_always_work
+	call wdt_set_disable,blank
+
+	jam 0x05,core_clkpll_cfg0
+	jam 0x94,core_rx_iqadc_cfg
+	call initialize_rc_cal
+	call initialize_rf_ldo_cfg1
+	call initialize_syn_afc_cfg1
+	jam 0xe6,core_syn_aac_cfg1
+
+	//optimize RX SX pn
+	jam 0x90,core_syn_pfd_lkd_cfg
+	jam 0x0b,core_rf_ldo_cfg2
+	jam 0x05,core_rf_ldo_cfg3
+
+	//Improve auto agc
+	jam 0x76,core_agc_wb_sat_th
+	jam 0x76,core_agc_nb_sat_th
+
+	fetch 1,mem_fcomp_div
+	bne XTAL_16M,p_initialize_radio_cont_next
+	jam 0x34,core_clkpll_cfg5		//16M XTAL
+p_initialize_radio_cont_next:
+	jam 0xff,core_clkpll_ctrl1
+	nop 100
+	jam 0x0e,core_clkpll_ctrl2
+	jam 0x03,core_clkpll_ctrl0
+	
+	call p_set_tx_power_0db
+	jam 0x28,core_tx_mixer_cfg1
+	jam 0x3f,core_tx_mixer_cfg2
+	branch initialize_radio_cont_next_2
+
+p_lpm_sleep:
+	call lpm_write_gpio_wakeup
+	branch lpm_sleep+1
+
+p_app_init:
+p_mouse_init:
+	jam 0x73,core_spid_ctrl
+	
+	call enable_authrom
+	call p_mouse_setting_config
+	call mouse_init_sunt
+	rtn wake
+	call mouse_le_name_load		//config tool
+	call mouse_dpi_config
+	call mouse_drawing_optima_init
+	call p_mouse_cb_fuction
+	branch mouse_init+8
+
+
+p_mouse_setting_config:
+	rtn wake
+	call p_mouse_adc_vol_init
+	call mouse_setting_config
+	rtnbit0 MOUSE_ENABLE_OTP
+p_mouse_load_otp_info_check:
+	call p_mouse_read_otp_24g_addr
+p_mouse_otp_load_app_initflag:
+	arg 2,temp
+	arg OTP_OFFSET_APP_INITLAG,pdata
+	arg mem_store_flag,rega
+	call otpd_read_data_with_pwr_operation
+
+	fetch 2,mem_store_flag
+	arg EEPROM_INIT_FLAG,temp
+	isub temp,null
+	branch p_mouse_load_device_info,zero
+	call mouse_app_initflag_check+4
+p_mouse_otp_store_app_initflag:
+	arg 2,loopcnt
+	arg mem_store_flag,rega
+	arg OTP_OFFSET_APP_INITLAG,pdata
+	branch otp_write
+
+p_mouse_load_device_info:
+	call p_mouse_load_default_dpi
+	jam MODE_24G_DEVICE,mem_device_flag
+	branch mouse_load_device_info+1
+
+p_mouse_load_default_dpi:
+	fetch 1,mem_config_sensor_dpi
+	store 1,mem_mouse_dpi
+	rtn
+
+
+
+p_mouse_ui_led_off_static:
+	copy temp,pdata
+	rtn blank
+	rtneq GPIO_DISABLE
+	branch mouse_ui_led_off_static+1
+
+p_mouse_ui_led_on_static:
+	copy temp,pdata
+	rtn blank
+	rtneq GPIO_DISABLE
+	branch mouse_ui_led_on_static+1
+
+p_mouse_sensor_set_angle:
+	fetch 1,mem_mouse_ice_sdio_for_sensor_angle
+	branch mouse_sensor_set_angle+1,blank
+	fetch 1,mem_sensor_angle_default
+	store 1,mem_config_sensor_angle
+	fetch 1,mem_select_sensor_angle_gpio
+	rtneq GPIO_DISABLE
+	call lpm_write_ice_disable
+	fetch 1,mem_select_sensor_angle_gpio
+	arg gpcfg_output_low,temp
+ 	call gpio_config_function_int
+	fetch 1,mem_mouse_reuse_2ice_gpio
+	arg gpcfg_output_low,temp
+ 	call gpio_config_function_int
+ 	fetcht 1,mem_mouse_sensor_sdio_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_mouse_sensor_sdio_gpio
+	call gpio_get_bit
+	call mouse_sensor_switch_angle,true
+	call mouse_gpio_config_input_pd
+	fetcht 1,mem_mouse_sensor_sdio_gpio
+	call gpio_config_input
+	call lpm_write_ice_enable
+p_ice_gpio_set_float:
+ 	fetcht 1,mem_select_sensor_angle_gpio
+	call gpio_set_high_impedance
+	fetcht 1,mem_mouse_reuse_2ice_gpio
+	branch gpio_set_high_impedance
+	
+p_mouse_cb_fuction:
+	setarg mouse_24g_short_sleep
+	store 2,mem_cb_24g_transmit_short_sleep
+	setarg p_mouse_24g_long_sleep
+	store 2,mem_cb_24g_transmit_long_sleep
+	branch mouse_cb_fuction+4
+
+p_mouse_24g_long_sleep:
+	call g24_lpm_wait
+	nrtn user
+//	fetch 1,mem_24g_device_led_status
+//	nrtn blank
+	call clear_wake
+	jam 1,mem_mouse_24g_long_sleep_flag
+	branch mouse_24g_long_sleep+4
+
+p_mouse_24g_short_sleep_clear_wake:
+	call clear_wake
+	branch lpm_write_gpio_wakeup
+
+p_mouse_24g_package_data:
+	call mouse_motion
+	nrtn user
+	fetch 1,mem_mouse_24g_long_sleep_flag
+	jam 0,mem_mouse_24g_long_sleep_flag
+	ncall p_mouse_24g_short_sleep_clear_wake,blank	
+	branch mouse_24g_package_data+4
+
+p_le_enable_phy_by_pdata:
+	copy temp,pdata
+	bbit1 BIT_LE_2M_PHY,p_le_enable_2M
+	branch le_enable_phy_by_pdata+3
+p_le_enable_2M:
+	jam 0x89,core_rx_bq_cfg0	//bit7 set1,improve 2M rx sensitivity
+	branch le_enable_2M
+	
+p_mouse_setgpio_hibernate:
+	call mouse_setgpio_hibernate+1
+	fetch 1,mem_mouse_logo_enable_gpio0
+	beq 1,p_mouse_setgpio_hibernate_next
+	jam 0x80,0x8070
+p_mouse_setgpio_hibernate_next:
+	fetch 1,mem_gpio_wakeup_low+1	//enable ice wakeup
+	set1 5,pdata
+	store 1,mem_gpio_wakeup_low+1
+	call lpm_write_gpio_wakeup
+	branch mouse_1io2led_all_off
+
+
+p_g24_lpm_wait:
+	enable user
+	call lpo_calibration
+	fetch 3,mem_clks_per_lpo
+	branch disable_user,blank
+	fetch 1,mem_lpm_mode
+	branch disable_user,blank
+	fetch 1,mem_sensor_shutdown_flag
+	nrtn blank
+	branch g24_lpm_wait_next
+
+
+p_mouse_3io6key_check:
+	copy regc,pdata
+	store 1,mem_mouse_key_status
+	lshift pdata,pdata
+	copy pdata,regb
+	copy temp,regc
+	call mouse_gpio_config_input_pd
+	copy regc,temp
+	call gpio_get_bit
+	nsetflag true,0,regb
+	call mouse_check_press
+	branch mouse_check_key_connect_gnd_1
+	
+p_mouse_priority_bb_event:
+	copy regc,pdata
+	beq BT_EVT_24G_ATTEMPT_SUCCESS,p_mouse_24g_attempt_success
+	beq BT_EVT_24G_ATTEMPT_FAIL,p_mouse_24g_attempt_fail
+	branch mouse_priority_bb_event+2
+
+p_mouse_24g_attempt_success:
+	fetch 4,mem_24g_addr
+	store 4,mem_24g_receiver_addr
+	store 4,mem_mouse_24g_addr		// if need store 24g address to eeprom/flash,need get mem_24g_addr
+	call g24_ch_syncword_crc8_init
+	call mouse_device_poweron_led_config
+	call mouse_no_data_timer_init
+	call mouse_init_sensor_reset
+	jam 0,mem_mouse_long_mult_flag
+	jam 0,mem_24g_conn_sm
+	jam 0,mem_24g_reconn_type
+	fetcht 4,mem_24g_receiver_addr
+	branch mouse_24g_attempt_success+11
+	
+p_mouse_24g_attempt_fail:
+	fetch 1,mem_24g_attempt_fail_flag
+	nbranch mouse_24g_hibernate_set,blank
+	fetch 1,mem_24g_reconn_type
+	beq FAST_CONN_AND_3_0_ADDR,mouse_24g_fast_conn_attempt_fail
+	beq PAIR_AND_3_0_ADDR,p_mouse_24g_auto_pair_attempt_fail
+	beq RECEIVER_AND_3_0_ADDR,p_mouse_reconn_dongle_attempt_fail
+	branch mouse_24g_attempt_fail_enter_hibernate_next
+	
+p_mouse_24g_auto_pair_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag 
+	bbit0 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_attempt_fail_enter_hibernate_next
+	fetch 1,mem_device_number
+	beq 1,mouse_24g_attempt_fail_enter_hibernate_next		//24g first mode and only 2.4g device
+	branch mouse_24g_first_bluetooth_reconnect
+
+p_mouse_reconn_dongle_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_attempt_fail_enter_hibernate_next
+	bbit1 MOUSE_ENABLE_EEPROM,mouse_24g_attempt_fail_enter_hibernate_next
+	bbit1 MOUSE_ENABLE_FLASH,mouse_24g_attempt_fail_enter_hibernate_next
+	branch mouse_24g_start_auto_pair+1
+	
+p_mouse_bb_event_timer:
+	call mouse_adc_read
+	call mouse_low_voltage_led_timer
+	//24g
+	call g24_pair_timeout_timer
+	call g24_reconn_timeout_timer
+	call mouse_24g_long_sleep_param_update_timer
+	//led
+	call mouse_device_poweron_timer
+	call mouse_dpi_led_blink_delay_timer
+	call mouse_led_multi_timer
+	call mouse_logo_led_on_timer
+	//poll
+	call mouse_dpi_key_check_long_press
+	call mouse_bt_discovery_check
+	call mouse_commbination_key_process
+	call mouse_check_discovery_timeout_timer
+	//ble
+	call p_mouse_check_direct_timeout_timer
+	branch mouse_bb_event_timer+15
+
+p_mouse_check_direct_timeout_timer:
+	arg mem_mouse_direct_timer,regc
+	arg mouse_check_direct_timeout,regb
+	call timer_single_step
+	branch mouse_check_direct_timeout_timer+3
+p_mouse_store_device_info:
+	call mouse_store_device_info+1
+	rtnbit0 MOUSE_ENABLE_OTP 
+p_mouse_store_otp_device_info:
+p_mouse_otp_store_24g_addr:
+	arg OTP_OFFSET_24G_ADDR,pdata
+	copy pdata,regb
+p_mouse_otp_store_24g_addr_loop:
+	call p_mouse_read_otp_24g_addr_common
+	fetch 4,mem_mouse_24g_addr_temp
+	branch p_mouse_24g_addr_store,blank	
+	store 4,mem_mouse_24g_addr_last
+	increase 4,regb
+	arg OTP_OFFSET_24G_ADDR_END,pdata
+	isub regb,null
+	nrtn positive	//if read end,retention last value
+	copy regb,pdata
+	branch p_mouse_otp_store_24g_addr_loop
+
+p_mouse_24g_addr_store:
+	fetch 4,mem_mouse_24g_addr_last
+	fetcht 4,mem_mouse_24g_addr
+	isub temp,null
+	rtn zero
+	arg 4,loopcnt
+	arg mem_mouse_24g_addr,rega
+	copy regb,pdata
+	branch otp_write
+
+
+p_mouse_read_otp_24g_addr:
+	arg OTP_OFFSET_24G_ADDR,pdata
+	copy pdata,regb
+p_mouse_read_otp_24g_addr_loop:
+	call p_mouse_read_otp_24g_addr_common
+	fetch 4,mem_mouse_24g_addr_temp
+	branch p_mouse_24g_addr_load,blank	
+	store 4,mem_mouse_24g_addr_last
+	increase 4,regb
+	arg OTP_OFFSET_24G_ADDR_END,pdata
+	isub regb,null
+	nbranch p_mouse_24g_addr_load,positive	//if read end,retention last value
+	copy regb,pdata
+	branch p_mouse_read_otp_24g_addr_loop
+
+p_mouse_read_otp_24g_addr_common:
+	arg 4,temp
+	arg mem_mouse_24g_addr_temp,rega
+	branch otpd_read_data_with_pwr_operation
+	
+
+p_mouse_24g_addr_load:
+	fetch 4,mem_mouse_24g_addr_last
+	store 4,mem_mouse_24g_addr
+	rtn 
+
+p_soft_reset:
+	clear_stack
+	call app_param_init
+	call p_mouse_adc_vol_init
+	branch soft_reset+3
+p_mouse_adc_vol_init:
+	setarg 0x0e74
+	store 2,mem_mouse_vdd_full_vol	//1.5v:0x0a44	1.1v:0x076b	1.0v:0x06af	0.9v:0x05f6	0.8v:0x0544
+	setarg 0x0c08
+	store 2,mem_mouse_vdd_low_vol	//3.7v:0x0e74	3.3v:0x0ce4	3.2v:0x0c08	3.0v:0bbb
+	setarg 0x0b14					//2.7v:0x0b27
+	store 2,mem_mouse_vdd_empty_vol
+	rtn
+
+p_enable_adc:
+	fetchr regb,1,core_rf_ldo_cfg6
+	jam 0x3d,core_rf_ldo_cfg6
+	jam 0xaa,core_rf_ldo_cfg5
+	jam 0x0c,core_rf_ldo_en0
+	fetch 1,core_clkpll_cfg6
+	set1 7,pdata
+	store 1,core_clkpll_cfg6
+	jam 0x04,core_rf_ldo_en1
+	nop 60
+	jam 0,core_syn_en
+	jam 6,core_rx_en0
+	call read_adc_mode
+	store 1,core_gpadc_ctrl
+	jam 0x03,core_sum_ctrl
+	nop 60
+	fetch 1,core_sum_en
+	set1 7,pdata
+	store 1,core_sum_en
+	nop 1000  // 1/24ms
+	
+	fetch 2,mem_adc_delay
+	call sleep
+//	fetcht 1,mem_adc_config_flag
+//	sub temp,ADC_CONFIG_HVIN,null
+//	call sleep,zero
+	branch enable_adc_next
+
+p_mouse_adc_gpio_check_output:
+	fetcht 1,mem_adc_channel
+	sub temp,3,null
+	branch p_mouse_adc_gpio_3_6_set,positive
+	increase 4,temp
+	branch mouse_adc_gpio_check_output+5
+
+p_mouse_adc_gpio_3_6_set:
+	increase 3,temp
+	branch mouse_adc_gpio_4_7_set+1
+
+
+
+
+
+
+
+org 0x3800		// start from rom address start
+start:
+	call lpmstate
+
+soft_reset:
+	bpatch patch00_0,mem_patch00
+	clear_stack
+	call app_param_init
+	call initialize_radio
+	call iic_init_360khz
+	call init_param
+	call l2cap_init
+	bpatch patch00_1,mem_patch00
+	call ui_init
+	call ldo_abb_en_init
+	call app_init
+	call lpm_recover_clk,wake
+main_loop:	
+	bpatch patch00_2,mem_patch00
+	call le_advertising_dispatch
+	call idle_dispatch
+	call app_process_idle
+	call connection_dispatch
+	call g24_dispatch
+	call lpm_dispatch
+	branch main_loop
+
+connection_dispatch:
+	call connection_incontext
+	rtnmark0 mark_context
+	set0 mark_context,mark
+	call context_save
+	branch le_disable
+	
+connection_incontext:
+	bpatch patch00_3,mem_patch00
+	call context_search_insniff
+	nbranch connection_nosniff,zero
+	call context_load
+	add rega,coffset_mode,contr
+	ifetch 1,contr
+	bbit1 mode_le,le_conn_dispatch
+//	bbit1 mode_master, master_dispatch
+//	branch slave_dispatch
+	rtn
+	
+connection_nosniff:
+	jam 0,mem_current_context
+	call context_get_next
+	copy loopcnt,null
+	rtn zero
+	branch assert
+
+
+
+
+
+	
+idle_dispatch:
+	fetch 1,mem_hci_cmd
+	rtn blank
+	beq hci_cmd_le_create_conn,idle_le_create_conn
+	call context_search_conn_handle
+	rtn zero
+	call context_search_plap
+	rtn zero
+idle_exit:
+	jam 0,mem_hci_cmd
+	rtn
+
+idle_le_create_conn:
+	jam hci_cmd_le_create_conn,mem_cmd_le_create_conn
+	jam 0,mem_hci_cmd
+	rtn
+
+
+
+context_load:
+	bpatch patch00_4,mem_patch00
+	set1 mark_context,mark
+	deposit rega
+	store 2,mem_context_ptr
+	force context_size,loopcnt
+	arg mem_le_state,contw
+	add rega,coffset_mode,contr
+	ifetch 1,contr
+	copy rega,contr
+	bbit1 mode_le,memcpy
+	rtn
+	
+context_save:
+	bpatch patch00_5,mem_patch00
+	fetch 2,mem_context_ptr
+	iforce contw
+	force context_size,loopcnt
+	arg mem_le_state,contr
+	branch memcpy
+	
+	
+
+context_get_next:
+	arg context_num,loopcnt
+	fetcht 1,mem_current_context
+context_get_next_loop:
+	increase 1,temp
+	compare context_num,temp,0xff
+	nbranch context_get_next_cont,true
+	arg 0,temp
+context_get_next_cont:
+	storet 1,mem_current_context
+	mul32 temp,context_size,pdata
+	arg mem_context,rega
+	iadd rega,rega
+	ifetch 1,rega
+	bbit1 state_insniff,context_get_next_sniff
+	rtnbit1 state_inconn
+context_get_next_sniff:
+	loop context_get_next_loop
+	rtn
+	
+context_new:
+	bpatch patch00_6,mem_patch00
+	arg context_search_empty,regc
+	call context_search
+	nrtn zero					// all occupied
+	deposit rega
+	store 2,mem_context_ptr
+	force 0,null
+	rtn
+	
+
+	
+	//rtn nzero if idle(no conn)
+context_check_idle:
+	arg context_check_inconn,regc
+	branch context_search
+	
+
+	
+	
+context_search_conn_handle:
+	fetcht 1,mem_hci_conn_handle
+context_search_conn_handle2:
+	arg context_search_handle,regc
+	branch context_search
+	
+	
+context_search_plap:
+	bpatch patch00_7,mem_patch00
+	fetcht 6,mem_hci_plap
+context_search_plap2:
+	arg context_search_lap,regc
+	branch context_search
+	
+context_search_insniff:
+	arg context_search_sniff,regc
+	branch context_search
+	
+context_search_sniff_window:
+	arg context_search_window,regc
+context_search:
+	bpatch patch01_0,mem_patch01
+	arg mem_context,rega
+	arg context_num,loopcnt
+context_search_loop:
+	ifetch 1,rega
+	copy regc,pc
+context_search_next:
+	bpatch patch01_1,mem_patch01
+	increase context_size,rega
+	loop context_search_loop
+	force 1,null
+	rtn
+
+context_search_empty:
+	bbit1 state_inconn,context_search_next
+	force 0,null
+	rtn
+	
+context_search_lap:
+	bbit0 state_inconn,context_search_next
+context_search_lap_cont:
+	add rega,coffset_plap,contr
+	ifetch 6,contr
+	isub temp,null
+	rtn zero
+	branch context_search_next
+
+context_search_handle:
+	bbit0 state_inconn,context_search_next
+	add rega,coffset_conn_handle,contr
+	ifetch 1,contr
+	isub temp,null
+	rtn zero
+	branch context_search_next
+
+context_search_sniff:
+	bbit0 state_insniff,context_search_next
+context_search_sniff_loop:
+	call context_get_anchor
+	call sign_pdata_temp
+	isub temp,pdata
+	increase 1,pdata
+	branch context_search_sniff_miss,positive
+	copy contr,regb
+	store 9,mem_temp
+	bpatch patch01_2,mem_patch01
+	fetch 9,mem_temp
+	copy regb,contr
+	increase 5,pdata  
+	branch context_search_meet1
+	
+context_search_meet1:
+	nbranch context_search_next,positive
+context_search_meet:
+	copy temp,bt_clk
+	call context_next_anchor
+	force 0,null
+	rtn
+	
+	
+context_search_sniff_miss:
+	iforce regb
+	add rega,coffset_tsniff,contr
+	ifetch 2,contr
+	branch context_search_meet,blank
+	call context_next_anchor
+	branch context_search_sniff_loop
+
+sign_pdata_temp:
+	rshift16 pdata,timeup    
+	rshift8 timeup,timeup    
+	branch sign_pdata_temp_p0,zero    
+	compare 0xf,timeup,0xf    
+	nrtn true    
+	rshift16 temp,timeup    
+	rshift8 timeup,timeup    
+	nrtn zero    
+	set1 28,temp    
+	rtn
+sign_pdata_temp_p0:    
+	rshift16 temp,timeup    
+	rshift8 timeup,timeup    
+	compare 0xf,timeup,0xf    
+	nrtn true    
+	set1 28,pdata    
+	rtn
+
+context_check_inconn:
+	bbit0 state_inconn,context_search_next
+	force 0,null 				// found
+	rtn
+	
+context_check_a_wack:
+	bbit0 state_inconn,context_search_next
+	add rega,coffset_mode,contr
+	ifetch 1,contr
+	bbit1 mode_le,context_search_next
+	rtn
+
+context_get_anchor:
+	add rega,coffset_mode,contr
+	ifetcht 1,contr
+	deposit clkn_bt
+	isolate1 mode_master,temp
+	add rega,coffset_sniff_anchor,contr
+	ifetcht 4,contr
+	rtn true
+	add rega,coffset_clk_offset,contr
+	ifetch 6,contr
+	call calc_clke2
+	deposit clke_bt
+	rtn
+
+context_next_anchor:
+	add rega,coffset_tsniff,contr
+	add rega,coffset_sniff_anchor,contw
+	ifetch 2,contr
+	iadd temp,timeup			
+	deposit timeup
+	istore 4,contw
+	branch le_context_nextevent
+	
+
+context_search_window:
+	bbit0 state_insniff,context_search_next
+	call context_get_anchor
+	iadd stop_watch,pdata
+	iadd stop_watch,pdata
+	iadd queue,pdata
+	isub temp,null
+	nbranch context_search_next,positive
+	force 0,null
+	rtn
+
+
+
+end_of_packet:
+	bpatch patch01_3,mem_patch01
+	disable encode_fec0
+	disable encode_fec2
+	disable decode_fec0
+	disable decode_fec2
+	disable enable_crc
+	disable encrypt
+	disable enable_white
+	branch shutdown_radio,is_rx
+	until null,tx_clear
+	nop 100          
+	branch shutdown_radio
+
+
+
+	
+sniff_check_window:
+	bpatch patch01_4,mem_patch01
+	disable swfine
+	copy temp,stop_watch
+	call context_search_sniff_window
+	disable user
+	nrtn zero
+	force 0,stop_watch
+	branch enable_user
+
+
+
+calc_slot_offset:
+	bpatch patch01_5,mem_patch01
+	until null,halfslot
+	deposit clke
+	iforce contr
+	rshift16,pdata,pdata
+	isub clkn_bt,loopcnt
+	and_into 3,loopcnt			
+	nbranch calc_bt_portion,zero
+	force 0,pdata
+	branch calc_skip_bt
+calc_bt_portion:
+	fetcht 2,mem_param_rt_rthalfslot
+	force 0,pdata
+calc_slot_offset_loop:
+	iadd temp,pdata
+	loop calc_slot_offset_loop
+calc_skip_bt:
+	iadd contr,pdata			
+	div pdata,12
+	call get_div_result
+	store 2,mem_slot_offset
+	rtn
+
+calc_clke_offset:
+	bpatch patch01_6,mem_patch01
+	deposit clke
+	copy clkn,temp
+	isub temp,null
+	nsetflag positive,44,pdata
+	isub temp,temp
+	fetch 2,mem_param_rt_rthalfslot
+	isolate0 15,temp
+	branch calc_clke_pos,true
+	copy temp,alarm
+	arg 0x10000,temp
+	fetch 2,mem_param_rt_rthalfslot
+	isub temp,pdata
+	iadd alarm,temp
+	
+calc_clke_pos:
+	storet 6,mem_le_clk_offset
+	rtn
+
+calc_clke:
+	disable clknt
+	fetch 6,mem_le_clk_offset
+calc_clke2:
+	iadd clkn,alarm
+	increase 10,alarm
+	fetch 2,mem_param_rt_rthalfslot
+	isub alarm,pdata
+	isolate0 15,pdata
+	branch calc_clke_pos_adj,true
+	setarg 0x10000
+	fetchr regd,2,mem_param_rt_rthalfslot
+	isub regd,pdata
+	iadd alarm,alarm
+calc_clke_pos2:
+	copy alarm,clke
+	rtn
+calc_clke_pos_adj:		
+	force 0,null
+	branch calc_clke_pos2
+	
+
+
+
+
+
+shutdown_radio:
+	bpatch patch01_7,mem_patch01
+	call rf_debug_shutdown_radio_line	//L-H-L
+	force 0x08,radio_ctrl
+	force 0,radio_ctrl
+	disable is_rx
+	disable is_tx
+	pulse packet_end
+	jam 0x5,modem_en
+	nop 2
+	jam 0x0,modem_en
+	call set_sync_on
+	jam 0,core_syn_en
+	jam 0x80,core_rf_ldo_en0
+	fetch 1,core_clkpll_cfg6
+	set0 7,pdata
+	store 1,core_clkpll_cfg6
+	jam 0,core_rf_ldo_en1
+	rtn
+
+
+
+set_sync_on:
+	bpatch patch02_0,mem_patch02
+	jam 0x5,modem_en
+	nop 2
+	jam 0x0,modem_en					
+	fetch 1,mem_fcomp_div
+	beq XTAL_24M,set_sync_on_24m
+	beq XTAL_16M,set_sync_on_16m
+set_sync_on_24m:
+	jam 0xaa,core_rf_ldo_cfg4
+	jam 0xaa,core_rf_ldo_cfg5
+	jam 0x15,core_rf_ldo_cfg6
+	
+	jam 0x78,core_rf_ldo_en0 //ldo en
+	fetch 1,core_clkpll_cfg6
+	set1 7,pdata
+	store 1,core_clkpll_cfg6
+	jam 0x04,core_rf_ldo_en1
+	nop 60
+	jam 0x7a,core_syn_en //module en
+	jam 0,core_rx_en0
+	jam 0,core_rx_en1    
+	jam 0,core_tx_en0
+	jam 0,core_tx_en1
+
+	jam 0x2a,core_rf_ldo_cfg5  //ldo bleeding current disable
+	jam 0x78,core_rf_ldo_en0
+set_sync_on_next:
+	fetch 1,core_clkpll_cfg6
+	set0 7,pdata
+	store 1,core_clkpll_cfg6
+	jam 0,core_syn_cal_ctrl
+	rtn
+
+set_sync_on_16m:
+	jam 0x29,core_syn_afc_cfg1
+	jam 0xe6,core_syn_aac_cfg1
+
+	jam 0xaa,core_rf_ldo_cfg4
+	jam 0xaa,core_rf_ldo_cfg5
+	jam 0x15,core_rf_ldo_cfg6
+	
+	jam 0x78,core_rf_ldo_en0 //ldo en
+	fetch 1,core_clkpll_cfg6
+	set1 7,pdata
+	store 1,core_clkpll_cfg6
+	jam 0x04,core_rf_ldo_en1
+	nop 60
+	jam 0x3a,core_syn_en //module en
+	jam 0,core_rx_en0                 
+	jam 0,core_rx_en1       
+	jam 0,core_tx_en0
+	jam 0,core_tx_en1
+
+	jam 0x2a,core_rf_ldo_cfg5  //ldo bleeding current disable
+	jam 0x38,core_rf_ldo_en0
+	branch set_sync_on_next
+
+set_freq_rx:
+	bpatch patch02_1,mem_patch02
+	
+	fetch 1,mem_fcomp_div
+	sub pdata,XTAL_24M,null
+	call rf_rx_write_freq_24m,zero
+	ncall rf_rx_write_freq_16m,zero
+
+	storet 1,mem_last_freq
+	add temp,0,pdata
+	bmark1 mark_ble_2M,set_rxfreq_2M_offset
+	add temp,1,pdata
+set_rxfreq_2M_offset:
+	branch rf_rx_write_freq
+
+
+rf_rx_write_freq_24m:
+	jam 0,core_syn_cal_ctrl
+	jam 0x04,core_syn_top_ctrl
+	jam 0,core_syn_mmd_cp_ctrl
+	jam 0x03,core_syn_cp_lpf_cfg
+	jam 0x40,core_syn_afc_cfg3
+	rtn
+rf_rx_write_freq_16m:
+	jam 0x30,core_syn_cal_ctrl
+	jam 0x06,core_syn_top_ctrl
+	jam 0,core_syn_mmd_cp_ctrl
+	jam 0x20,core_syn_cp_lpf_cfg
+	jam 0x15,core_syn_afc_cfg3
+	rtn
+
+rf_rx_enable:
+	bpatch patch02_2,mem_patch02
+	call rf_debug_rx_gpio_high
+	
+	fetch 1,mem_gain_fix
+	beq 0xff,rf_rx_enable_no_soft_agc 
+	arg mem_gain_table,contr
+	iadd contr,contr
+	ifetch 1,contr
+	store 1,core_rf_rx_gain_fix
+	jam 0x27,core_rf_rx_agc_ctrl
+	
+rf_rx_enable_no_soft_agc:
+	fetcht 1,mem_gain_second_agc_en	//0x00 or 0x08
+	fetch 1,core_rf_rx_agc_ctrl
+	ior temp,pdata
+	store 1,core_rf_rx_agc_ctrl
+
+	jam 0xaa,core_rf_ldo_cfg4 //ldo config set
+	jam 0x2a,core_rf_ldo_cfg5
+	jam 0x13,core_rf_ldo_cfg6
+	jam 0x7f,core_rf_ldo_en0
+	fetch 1,core_clkpll_cfg6
+	set0 7,pdata
+	store 1,core_clkpll_cfg6
+	nop 60
+	jam 0x1f,core_rx_en0
+	jam 0xf8,core_rx_en1
+	jam 0x18,core_tx_en0
+	jam 0x00,core_rf_ldo_cfg4
+	jam 0x20,core_rf_ldo_cfg5
+	nop 10
+	jam 0x04,modem_en
+	nop 2
+	jam 0x0c,modem_en
+	rtn
+
+
+	
+rf_rx_write_freq:
+	bpatch patch02_3,mem_patch02
+	arg 2400,contr
+	iadd contr,pdata
+	fetcht 1,mem_fcomp_div
+	branch rf_write_freq_calc
+
+	
+rf_tx_write_freq:
+	bpatch patch02_4,mem_patch02
+	fetch 1,mem_fcomp_div
+	sub pdata,XTAL_24M,null
+	call rf_tx_write_freq_24m,zero
+	ncall rf_tx_write_freq_16m,zero
+	
+	setarg 2400
+	iadd rega,pdata
+	lshift pdata,pdata
+	fetcht 1,mem_fcomp_div
+	mul32 temp,0x03,temp
+rf_write_freq_calc:	
+	lshift temp,temp
+	idiv temp
+	call wait_div_end
+	quotient pdata
+	store 1,core_syn_divr_int
+	remainder pdata		
+	lshift16 pdata,pdata
+	lshift8 pdata,pdata
+	idiv temp
+	call wait_div_end
+	quotient pdata
+	store 1,core_syn_divr_int+3
+	rshift8 pdata,pdata
+	store 1,core_syn_divr_int+2
+	rshift8 pdata,pdata
+	store 1,core_syn_divr_int+1
+	fetcht 1,core_syn_cal_ctrl		//reg syn_cal_ctrl[3:0] = 2??谐写b0000, reset
+	and_into 0xf0,temp
+	storet 1,core_syn_cal_ctrl
+	nop 12
+	fetch 1,mem_fcomp_div
+	beq XTAL_24M,rf_write_freq_calc_24m
+	beq XTAL_16M,rf_write_freq_calc_16m
+rf_write_freq_calc_24m:	
+	or_into 0x0c,temp
+	storet 1,core_syn_cal_ctrl
+	nop 12
+	or_into 0x03,temp
+	storet 1,core_syn_cal_ctrl
+	rtn
+
+rf_write_freq_calc_16m:
+	or_into 0x3c,temp
+	storet 1,core_syn_cal_ctrl
+	nop 12
+	or_into 0x33,temp
+	storet 1,core_syn_cal_ctrl
+	rtn
+
+
+rf_tx_write_freq_24m:
+	jam 0,core_syn_cal_ctrl
+	jam 0x12,core_syn_top_ctrl
+	jam 0,core_syn_mmd_cp_ctrl
+	jam 0x03,core_syn_cp_lpf_cfg
+	jam 0xa6,core_syn_aac_cfg1
+	jam 0x40,core_syn_afc_cfg3
+	rtn
+
+rf_tx_write_freq_16m:
+	jam 0x30,core_syn_cal_ctrl
+	jam 0x15,core_syn_top_ctrl
+	jam 0,core_syn_mmd_cp_ctrl
+	jam 0x20,core_syn_cp_lpf_cfg
+	jam 0xa6,core_syn_aac_cfg1
+	jam 0x15,core_syn_afc_cfg3
+	rtn
+
+
+set_freq_tx:
+	bpatch patch02_5,mem_patch02
+
+	jam 0x12,core_syn_top_ctrl
+	storet 1,mem_last_freq
+	add temp,2,rega
+	call rf_tx_write_freq
+	nop 0x3c0
+
+txon:
+	bpatch patch02_6,mem_patch02
+	
+	jam 0xaa,core_rf_ldo_cfg4 //ldo config set
+	jam 0x2a,core_rf_ldo_cfg5
+	jam 0x10,core_rf_ldo_cfg6
+	
+	jam 0x7f,core_rf_ldo_en0	//ldo en
+	fetch 1,core_clkpll_cfg6
+	set0 7,pdata
+	store 1,core_clkpll_cfg6
+	jam 0x07,core_rf_ldo_en1 
+	nop 60
+
+	jam 0x0d,core_tx_en0
+	jam 0xf9,core_tx_en1		// reg tx_en1[7:0] = 8??谐写b11011001
+	jam 0x00,core_rf_ldo_cfg4
+	jam 0x20,core_rf_ldo_cfg5
+	nop 10
+	jam 0x01, modem_en
+	nop 2
+	jam 0x03, modem_en
+	
+	bpatch patch02_7,mem_patch02
+	fetch 1,mem_tx_power
+	beq TX_POWER_3DB,set_tx_power_3db
+	beq TX_POWER_5DB,set_tx_power_5db
+	beq TX_POWER_6DB,set_tx_power_6db
+	beq TX_POWER_7DB,set_tx_power_7db
+	beq TX_POWER_10DB,set_tx_power_10db
+	beq TX_POWER_F3DB,set_tx_power_f3db
+	beq TX_POWER_F5DB,set_tx_power_f5db
+	beq TX_POWER_F20DB,set_tx_power_f20db
+	beq TX_POWER_F30DB,set_tx_power_f30db
+	beq TX_POWER_FACTORY,set_tx_power_factory
+set_tx_power_0db:
+	jam 0x6a,core_tx_pwr_ctrl0
+	jam 0x07,core_tx_pwr_ctrl1
+set_rf_ldo_cfg89:
+	jam 0xa3,core_rf_ldo_cfg8
+	jam 0x07,core_rf_ldo_cfg9
+	rtn
+
+set_tx_power_3db:
+	jam 0x66,core_tx_pwr_ctrl0
+	jam 0x0b,core_tx_pwr_ctrl1
+set_rf_ldo_cfg89_2:
+	jam 0xaa,core_rf_ldo_cfg8
+	jam 0x0a,core_rf_ldo_cfg9
+	rtn
+
+set_tx_power_5db:
+	jam 0x6c,core_tx_pwr_ctrl0
+	jam 0x0d,core_tx_pwr_ctrl1
+	branch set_rf_ldo_cfg89_2
+
+set_tx_power_6db:
+	jam 0x6b,core_tx_pwr_ctrl0
+	jam 0x0f,core_tx_pwr_ctrl1
+	branch set_rf_ldo_cfg89_2
+
+set_tx_power_7db:
+	jam 0xa7,core_tx_pwr_ctrl0
+	jam 0x0f,core_tx_pwr_ctrl1
+	branch set_rf_ldo_cfg89_2
+
+set_tx_power_10db:
+	jam 0xb6,core_tx_pwr_ctrl0
+	jam 0x0f,core_tx_pwr_ctrl1
+	branch set_rf_ldo_cfg89_2
+
+set_tx_power_f3db:
+	jam 0x68,core_tx_pwr_ctrl0
+	jam 0x05,core_tx_pwr_ctrl1
+	branch set_rf_ldo_cfg89
+	
+set_tx_power_f5db:
+	jam 0x60,core_tx_pwr_ctrl0
+	jam 0x05,core_tx_pwr_ctrl1
+	branch set_rf_ldo_cfg89
+
+set_tx_power_f20db:
+	jam 0x53,core_tx_pwr_ctrl0
+	jam 0x01,core_tx_pwr_ctrl1
+	branch set_rf_ldo_cfg89
+
+set_tx_power_f30db:
+	jam 0x4c,core_tx_pwr_ctrl0
+	jam 0x00,core_tx_pwr_ctrl1
+	branch set_rf_ldo_cfg89
+
+set_tx_power_factory:
+	fetch 2,mem_tx_power_factory_param
+	store 2,core_tx_pwr_ctrl0
+	branch set_rf_ldo_cfg89
+
+
+initialize_radio:
+	jam clksel_rc,core_clksel
+initialize_radio_wait:
+	fetch 2,mem_rf_init_ptr
+	bbit0 14,initialize_radio_wait
+	iforce contr
+	arg 0x8a00,temp
+initialize_radio_loop:
+	ifetch 1,contr
+	beq 0xff,initialize_radio_cont
+	ior temp,contw
+	ifetch 1,contr
+	istore 1,contw
+	branch initialize_radio_loop
+	
+initialize_radio_cont:
+	bpatch patch03_0,mem_patch03
+	fetch 1,mem_wdt_always_work
+	call wdt_set_disable,blank
+
+	jam 0x05,core_clkpll_cfg0
+	jam 0x94,core_rx_iqadc_cfg
+	call initialize_rc_cal
+	call initialize_rf_ldo_cfg1
+	call initialize_syn_afc_cfg1
+	jam 0xe6,core_syn_aac_cfg1
+
+	//optimize RX SX pn
+	jam 0x90,core_syn_pfd_lkd_cfg
+	jam 0x0b,core_rf_ldo_cfg2
+	jam 0x05,core_rf_ldo_cfg3
+
+	//Improve auto agc
+	jam 0x76,core_agc_wb_sat_th
+	jam 0x76,core_agc_nb_sat_th
+
+	fetch 1,mem_fcomp_div
+	bne XTAL_16M,initialize_radio_cont_next
+	jam 0x34,core_clkpll_cfg5		//16M XTAL
+initialize_radio_cont_next:
+	jam 0xff,core_clkpll_ctrl1
+	nop 100
+	jam 0x0e,core_clkpll_ctrl2
+	jam 0x03,core_clkpll_ctrl0
+	
+	call set_tx_power_0db
+	
+	jam 0x2b,core_tx_mixer_cfg1
+	jam 0x13,core_tx_mixer_cfg2
+initialize_radio_cont_next_2:
+	call init_lpm_ctrl
+	nop 100
+	jam clksel_dpll,core_clksel
+	jam SYSTEM_CLK_12M,mem_system_clk
+	branch le_disable
+	
+
+initialize_syn_afc_cfg1:
+	fetch 1,mem_syn_afc_cfg1
+	nbranch initialize_syn_afc_cfg1_set,blank
+	setarg 0x29
+initialize_syn_afc_cfg1_set:	
+	store 1,core_syn_afc_cfg1
+	rtn
+
+initialize_rf_ldo_cfg1:
+	fetch 1,mem_rf_ldo_cfg1
+	nbranch initialize_rf_ldo_cfg1_set,blank
+	setarg 0x00
+initialize_rf_ldo_cfg1_set:
+	store 1,core_rf_ldo_cfg1
+	rtn
+
+initialize_rc_cal:
+	fetch 1,mem_rc_cal
+	branch initialize_rc_cal_set,blank
+	setarg 0xd3
+initialize_rc_cal_set:	
+	store 1,core_rx_bq_bw_cal
+	rtn
+	
+	
+save_rssi:
+	bpatch patch03_1,mem_patch03
+	 // bit6 is signed bit.
+	fetch 1,modem_nb_pow
+	isolate1 6,pdata
+	setflag true,7,pdata
+	store 1,mem_modem_rssi
+
+	fetch 1,modem_gain
+	and pdata,0x0f,temp
+	lshift temp,temp
+	rshift4 pdata,pdata
+	iadd temp,temp
+	mul32 temp,3,rega // (abb_gain + lna_gain*2)*3
+
+	fetch 1,mem_modem_rssi
+	call byte_sign_extern
+	sub pdata,0,pdata //-modem_nb_pow
+	iadd rega,pdata // (abb_gain + lna_gain*2)*3 + (-modem_nb_pow)
+	increase -9,pdata // (abb_gain + lna_gain*2)*3 + (-modem_nb_pow) - 9
+	and pdata,0x1ff,pdata
+	isolate1 8,pdata
+	nbranch save_rssi_store,true
+	setarg 0	 
+save_rssi_store:
+	store 1,mem_rssi_hex
+	branch rssi_hex2dec
+ 
+byte_sign_extern:
+	isolate1 7,pdata
+	nrtn true
+	arg 0xff00,temp
+	ior temp,pdata
+	rtn
+ 
+rssi_hex2dec:
+	fetch 1,mem_rssi_hex
+	call bcd
+	store 1,mem_rssi
+	rtn
+
+bcd:
+	and_into 0xff,pdata
+	div pdata,10
+	call get_div_result
+	lshift4 pdata,pdata
+	remainder temp
+	ior temp,pdata
+	rtn
+
+	
+xtal_fast_wake:
+	setarg 0xf0f
+	branch lpm_write_config
+
+init_lpm_ctrl:
+	setarg 0x80f
+	branch lpm_write_config
+
+
+
+	
+ahead_window:
+	copy pdata,temp
+	bpatch patch03_2,mem_patch03
+	copy temp,pdata
+	call clk2bt
+	lshift16 bt_clk,pdata
+	set1 44,pdata
+	call clk_diff
+	set0 44,pdata
+	call get_clk
+	call clk_diff
+	rtn user
+	call clk2rt
+	iforce stop_watch
+	until null,timeout
+	rtn
+
+
+get_clk:
+	copy clkn,temp
+	rtn master
+	copy clke,temp
+	rtn
+
+get_clkbt:
+	deposit clkn_bt
+	rtn master
+	deposit clke_bt
+	rtn
+
+
+assert:
+	bpatch patch03_3,mem_patch03
+	branch assert
+	
+
+sleep:	
+	rtn blank
+	
+	rshift pdata,pdata
+	increase -3,pdata
+sleep_loop:	
+	increase -1,pdata
+	nbranch sleep_loop,zero
+	force 0,pdata
+	rtn
+
+
+
+init_param:
+	// clear specified sched ram 
+	setarg 0 
+	store 6,mem_le_adv_transmit
+	arg mem_le_state,contw
+	arg 10,loopcnt
+	call memset0
+	jam 0,mem_fifo_temp
+	jam 0,mem_le_testtype
+
+	setarg param_tx_setup
+	store 2,mem_param_tx_setup
+	setarg param_rf_setup
+	store 2,mem_param_rf_setup
+	setarg param_conn_access
+	store 2,mem_param_conn_access
+	setarg param_rx_setup
+	store 2,mem_param_rx_setup
+	setarg param_clke_cal
+	store 2,mem_param_clke_cal
+	setarg param_pll_setup
+	store 2,mem_param_pll_setup
+	setarg param_dpll_start_delay
+	store 2,mem_param_dpll_start_delay
+	setarg param_rt_rthalfslot
+	store 2,mem_param_rt_rthalfslot
+	setarg param_clke_cal_le_1m
+	store 2,mem_param_clke_cal_le_1m
+	setarg param_clke_cal_le_2m
+	store 2,mem_param_clke_cal_le_2m
+	setarg param_clke_cal_le_coded
+	store 2,mem_param_clke_cal_le_coded
+	
+//	call init_memp	
+
+	bpatch patch03_4,mem_patch03
+	rtn wake
+	jam PARAM_T_IFS_150US+PARAM_SYNC_TIME_DIFFERENCE,mem_le_tx_ifs_defference
+	setarg mem_ble_tx_buff0
+	store 2,mem_ble_l2cap_tx_buff0_ptr
+	setarg mem_ble_l2cap_tx_buff_size
+	store 2,mem_ble_l2cap_tx_buff_size_ptr	
+	rshift clkn_bt,pdata
+	store 4,mem_last_clkn
+	rtn
+
+
+ldo_abb_en_init:
+	rtn wake
+	bpatch patch03_5,mem_patch03
+	fetch 1, core_rf_ldo_en0
+	set1 3, pdata
+	store 1, core_rf_ldo_en0
+	nop 1200
+	set0 3, pdata
+	store 1, core_rf_ldo_en0
+	rtn
+
+
+
+
+lpmstate:
+	setarg 0xee21
+	store 2,core_clkoff			// disable unused peripherals
+	fetch 4,core_gpio_in
+	store 4,mem_saved_gpio_in
+	store 4,mem_saved_gpio_in	//gpio bug
+	jam 0x83,core_otp_ctrl		
+	fetch 1,core_lpm_ctrl+3
+	store 1,mem_wakup_from_power_flag	//power up bit2 = 0
+	fetch 1,core_lpm_ldocnt
+	bbit0 gpio_latch,loadcode		// power up boot
+	enable wake
+	bbit0 cold_wake,lpmwake		
+	disable wake
+	deposit auxcnt
+	nbranch lpmwake,blank		// sleep interrupted, wakeup
+	fetch 1,core_lpm_ctrl+3
+	bbit1 reload_code,lpmwake
+	arg param_hibernate_clks,temp
+	storet 4,core_lpm_reg
+	jam lpmreg_sel_counter,core_lpm_wr
+	until null,never
+
+lpmwake:
+	until null,lpo_edge
+	jam lpmreg_sel_ctrl3,core_lpm_wr
+	until null,lpo_edge
+	jam lpmreg_sel_ctrl2,core_lpm_wr
+	fetch 4,core_lpm_ctrl2
+	store 4,core_lpm_reg
+	fetch 1,core_lpm_ctrl2+1
+	and_into 0xe0,pdata			//digital aon ldo vout sel: 1.2v
+	store 1,core_lpm_reg+1
+	until null,lpo_edge
+	jam lpmreg_sel_ctrl2,core_lpm_wr
+	fetch 3,core_lpm_xtalcnt
+	store 3,core_lpm_reg
+	ifetch 1,contr
+	or_into isogate_mask,pdata		// open all isolation gate&power switch
+	istore 1,contw
+	until null,lpo_edge
+	jam lpmreg_sel_ctrl2,core_lpm_wr
+	fetch 1,core_lpm_isogate
+	set1 enable_retmem,pdata
+	store 1,core_lpm_isogate
+	until null,lpo_edge
+	call lpm_load_context,wake
+	fetch 1,core_lpm_reg+2
+	set0 gpio_latch,pdata			// enable gpio fuction
+	store 1,core_lpm_reg+2
+	call load_ucode,wake
+	nbranch loadcode,wake		// wakeup from hibernate
+	rtnmark0 mark_otp_encrypt
+	jam lock_otp,core_misc_ctrl	// disable further read/write of key
+	rtn 
+
+
+lpm_ctrl3_cfg_dig_vsel:
+	fetch 1,mem_dig_aon_vsel
+	beq 1,lpm_ctrl3_cfg_vsel_108
+	beq 2,lpm_ctrl3_cfg_vsel_096
+	beq 3,lpm_ctrl3_cfg_vsel_084
+lpm_ctrl3_cfg_vsel_120:
+	fetch 1,mem_lpm_ctrl3_aon_vsel
+	and_into 0xe0,pdata
+lpm_ctrl3_cfg_vsel_store:	
+	store 1,mem_lpm_ctrl3_aon_vsel
+	rtn
+lpm_ctrl3_cfg_vsel_108:
+	fetch 1,mem_lpm_ctrl3_aon_vsel
+	and_into 0xe0,pdata
+	or_into 0x1d,pdata
+	branch lpm_ctrl3_cfg_vsel_store
+lpm_ctrl3_cfg_vsel_096:
+	fetch 1,mem_lpm_ctrl3_aon_vsel
+	and_into 0xe0,pdata
+	or_into 0x1b,pdata
+	branch lpm_ctrl3_cfg_vsel_store
+lpm_ctrl3_cfg_vsel_084:
+	fetch 1,mem_lpm_ctrl3_aon_vsel
+	and_into 0xe0,pdata
+	or_into 0x17,pdata
+	branch lpm_ctrl3_cfg_vsel_store
+
+lpm_load_context:
+	fetch 1,mem_saved_spidctrl
+	store 1,core_spid_ctrl
+	fetch 8,mem_saved_gpio
+	store 8,core_gpio_conf
+	ifetch 5,contr
+	istore 5,contw
+	fetchr mark,8,mem_saved_mark
+	rtn
+
+lpm_save_context:
+	storer mark,8,mem_saved_mark
+	fetch 8,core_gpio_conf
+	store 8,mem_saved_gpio
+	ifetch 5,contr
+	istore 5,contw
+	fetch 1,core_spid_ctrl
+	store 1,mem_saved_spidctrl
+	rtn
+
+lpo_calibration:
+	fetch 1,core_aes_en
+	rshift2 pdata,pdata
+	and pdata,0xf,pdata
+	nbranch lpo_cal_inited,blank
+	fetch 3,mem_clks_per_lpo
+	nrtn blank
+	fetch 1,core_aes_en
+	or_into 0x30,pdata
+	store 1,core_aes_en
+	jam ccnt_start,core_misc_ctrl
+lpo_cal_inited:
+	fetch 1,core_perf_status
+	rtnbit0 1
+	fetch 3,core_clk_counter
+	store 3,mem_clks_per_lpo
+	rtn
+
+
+	
+lpm_adjust_clk:
+	bpatch patch03_6,mem_patch03
+	deposit clke
+	call clk_diff_rt
+	fetcht 4,mem_sleep_counter_all
+	sub temp,0xff,null
+	rtn positive				// interval too small
+	lshift8 pdata,pdata
+	lshift4 pdata,pdata
+	idiv temp
+	call get_div_result
+	arg param_lpm_adjmax,temp
+	call ceiling
+	store 1,mem_lpm_adjust
+	nbranch lpm_adjust_positive,user
+	sub pdata,0,pdata
+lpm_adjust_positive:
+	fetcht 3,mem_clks_per_lpo
+	iadd temp,pdata
+	store 3,mem_clks_per_lpo
+lpm_clear_counter:
+	setarg 0
+	store 4,mem_sleep_counter_all
+	rtn
+
+
+	
+//lpm_doze:
+//	fetch 1,mem_lpm_config+2
+//	set1 reload_code,pdata
+//	store 1,mem_lpm_config+2
+//	branch lpm_hibernate_normal
+	
+
+	
+lpm_hibernate:
+	bpatch patch03_7,mem_patch03
+	arg param_hibernate_clks,temp
+	call lpm_write_gpio_wakeup
+	fetch 1,mem_lpm_hibernate_switch
+	store 1,mem_lpm_xtalcnt + 4
+	fetch 1,mem_lpm_xtalcnt + 2
+	set1 cold_wake,pdata
+	store 1,mem_lpm_xtalcnt + 2
+
+	
+lpm_sleep:
+	bpatch patch04_0,mem_patch04
+	fetch 2,mem_cb_before_lpm_sleep
+	call callback_func
+	until null,lpo_edge
+	jam lpmreg_sel_ctrl,core_lpm_wr
+	call lpm_ctrl3_cfg_dig_vsel
+	until null,lpo_edge
+	jam lpmreg_sel_ctrl2,core_lpm_wr
+	setarg 0xf0f
+	call lpm_write_config_reg
+lpm_sleep_skip_cb_function:
+	fetch 4,mem_sleep_counter_all
+	iadd temp,pdata
+	store 4,mem_sleep_counter_all
+	call lpm_save_context
+	until null,lpo_edge
+	jam lpmreg_sel_ctrl2,core_lpm_wr
+	fetchr regb,4,mem_lpm_ctrl3
+	fetch 5,mem_lpm_xtalcnt
+	store 4,core_lpm_reg
+	storer clkn,6,mem_sleep_clkn 
+	until null,lpo_edge 
+	jam lpmreg_sel_ctrl3,core_lpm_wr 
+	rshift32 pdata,pdata	
+	store 1,core_lpm_isogate
+	until null,lpo_edge
+	storer regb,4,core_lpm_reg
+	jam lpmreg_sel_counter,core_lpm_wr
+	until null,lpo_edge
+	storet 4,core_lpm_reg
+	until null,never
+
+
+
+
+lpm_recover_clk:
+	bpatch patch04_1,mem_patch04
+	setarg 0
+	copy auxcnt,null
+	branch lpm_recover_timeout,zero
+	fetch 1,core_lpm_xtalcnt
+	fetcht 1,core_lpm_buckcnt
+	isub temp,null
+	branch lpm_recover_xtal,positive
+	deposit temp
+lpm_recover_xtal:
+	isub auxcnt,pdata
+	increase 1,pdata
+lpm_recover_timeout:
+	increase param_lpo_extra,pdata
+	until null,lpo_edge
+	iadd lpo_time,pdata
+	fetcht 4,mem_sleep_counter
+	iadd temp,pdata
+	fetcht 3,mem_clks_per_lpo
+	imul32 temp,pdata
+	rshift8 pdata,pdata
+	rshift4 pdata,pdata
+	increase param_lpm_fix,pdata
+	fetcht 2,mem_param_rt_rthalfslot
+	idiv temp
+	call get_div_result
+	lshift16 pdata,pdata
+	remainder temp
+	ior temp,pdata
+	fetcht 6,mem_sleep_clkn
+	call clk_add
+	until null,lpo_edge	
+	copy temp,clkn
+	fetch 6,mem_context + coffset_clk_offset
+	call calc_clke2
+	deposit clke
+	store 6,mem_pdatatemp
+	deposit auxcnt
+	istore 1,contw
+	fetch 1,core_gpio_in1
+	or_into 0xf0,pdata
+	istore 1,contw
+	rtn
+	
+lpm_dispatch:
+	bpatch patch04_2,mem_patch04
+	call lpo_calibration
+	fetch 3,mem_clks_per_lpo
+	rtn blank
+	fetch 1,mem_lpm_mode
+	rtn blank
+	arg context_check_a_wack,regc
+	call context_search
+	rtn zero
+	call lpm_check_wake_lock
+	nrtn blank
+	call context_check_idle						
+	nbranch lpm_dispatch_unconn,zero
+	rtn wake
+	bpatch patch04_3,mem_patch04
+	fetcht 1,mem_lpm_current_mult
+	fetch 2,mem_context + coffset_tsniff
+	imul32 temp,pdata
+	rshift4 temp,temp
+	rshift2 temp,temp
+	isub temp,pdata
+	fetcht 4,mem_context + coffset_sniff_anchor
+	iadd temp,pdata
+	fetcht 1,mem_lpm_overhead
+	isub temp,pdata
+	lshift16 pdata,alarm
+	fetch 2,mem_context + coffset_rx_window
+	rshift pdata,pdata
+	call clk2bt
+	deposit alarm
+	call clk_diff
+	copy clke,temp
+	call clk_diff_rt
+	rtn user
+lpm_dispatch_sleep:
+	call clk2lpo
+lpm_dispatch_lpo:
+	bpatch patch04_4,mem_patch04
+	fetch 1,mem_lpm_xtalcnt
+	isub temp,null
+	branch lpm_clear_counter,positive
+	storet 4,mem_sleep_counter
+	call app_will_enter_lpm
+//	call l2cap_lpm_save_txbuf
+	fetcht 4,mem_sleep_counter
+	branch lpm_sleep
+	
+lpm_dispatch_unconn:
+	bpatch patch04_5,mem_patch04
+	fetch 1,mem_le_adv_enable
+	nbranch lpm_unconn_cont,blank
+	rtn
+	
+lpm_unconn_cont:
+	fetch 2,mem_lpm_interval
+	rtn blank
+lpm_sleep_btclk:
+	fetcht 1,mem_lpm_overhead
+	isub temp,pdata
+	arg 7500,temp				
+	imul32 temp,pdata
+	branch lpm_dispatch_sleep
+
+	
+lpm_mult_wait_timeout:
+	fetch 2,mem_cb_bt_set_mult
+	call callback_func
+	nbranch lpm_mult_short,blank
+	jam 0,mem_lpm_current_mult
+	bmark0 mark_lpm_mult_enable,lpm_mult_short
+	fetch 1,mem_lpm_mult_cnt
+	branch lpm_mult_long,blank
+	increase -1,pdata
+	store 1,mem_lpm_mult_cnt
+	rtn
+
+
+
+
+lpm_match:
+	jam 0,mem_sniff_unint_lost
+	fetch 3,mem_sniff_rcv
+	increase 1,pdata
+	store 3,mem_sniff_rcv
+	rtn
+
+
+lpm_lost:
+	bpatch patch04_6,mem_patch04
+	jam 0,mem_lpm_current_mult
+	fetch 3,mem_sniff_lost
+	increase 1,pdata
+	store 3,mem_sniff_lost
+	fetch 1,mem_sniff_unint_lost
+	increase 1,pdata
+	store 1,mem_sniff_unint_lost
+	rtn
+
+lpm_mult_short:
+	jam 0,mem_lpm_current_mult
+	fetch 1,mem_lpm_mult_timeout
+	store 1,mem_lpm_mult_cnt
+	rtn
+
+lpm_mult_long:
+	fetcht 1,mem_lpm_mult
+	storet 1,mem_lpm_current_mult
+	rtn
+
+lpm_cal_xtal_startup:
+	fetch 1,mem_lpm_xtalcnt
+	nrtn blank
+	jam clksel_rc,core_clksel
+	setarg 0xf0c
+	call lpm_write_config
+	setarg 200000
+	call sleep
+	until null,lpo_edge
+	copy lpo_time,alarm
+	call xtal_fast_wake
+	jam clksel_xtal,core_clksel
+	nop 10
+	until null,lpo_edge
+	deposit lpo_time
+	isub alarm,pdata
+	increase 0x30,pdata
+	arg 0xff,temp
+	call ceiling
+	store 1,mem_lpm_xtalcnt
+	nop 30000
+	nop 30000
+	nop 30000	
+	rtn
+
+//lpm_cal_xtal_startup_by_snooze:
+//	fetch 1,mem_lpm_xtalcnt
+//	nrtn blank
+//	jam 0xff,core_xtal_stable_time
+//	jam clksel_rc,core_clksel
+//	call xtal_fast_wake
+//	setarg 1000
+//	iadd lpo_time,alarm
+//	snooze
+//	deposit lpo_time
+//	nop 12000	//delay about 1ms
+//	nop 12000	//delay about 1ms
+//	nop 12000	//delay about 1ms
+//	nop 12000	//delay about 1ms
+//	nop 12000	//delay about 1ms
+//	nop 12000	//delay about 1ms
+//	nop 12000	//delay about 1ms
+//	nop 12000	//delay about 1ms
+//	nop 12000	//delay about 1ms
+//	isub alarm,pdata
+//	add pdata,0x30,pdata
+//	arg 0xff,temp
+//	call ceiling
+//	store 1,mem_lpm_xtalcnt
+//	nop 30000
+//	nop 30000
+//	nop 30000	//delay 90000 nop
+//	rtn
+
+lpm_write_config_reg:
+	arg 0xfff,contw
+	iand contw,contw
+	fetch 1,mem_lpm_config
+	and_into 0xf0,pdata
+	lshift8 pdata,pdata
+	ior contw,pdata
+	store 2,core_lpm_reg
+	ifetch 2,contr
+	istore 2,contw
+	rtn
+
+
+	
+lpm_write_config:
+	call lpm_write_config_reg
+
+lpm_write_ctrl:
+	bpatch patch04_7,mem_patch04
+	setarg lpmreg_sel_ctrl
+	branch lpm_write
+
+lpm_write_ctrl2:
+	setarg lpmreg_sel_ctrl2
+lpm_write:
+	until null,lpo_edge
+	store 1,core_lpm_wr
+	until null,lpo_edge
+	until null,lpo_edge
+	rtn
+
+lpm_write_sel_vdd:
+	bpatch patch05_0,mem_patch05
+	fetch 4,core_lpm_ctrl2
+	store 4,core_lpm_reg
+	fetch 1,core_lpm_ctrl2
+	and_into 0x41,pdata
+	fetcht 1,mem_lpm_ctrl3_app_vsel
+	ior temp,pdata
+	store 1,core_lpm_reg
+lpm_write_ctrl3:
+	setarg lpmreg_sel_ctrl3
+	branch lpm_write
+
+
+lpm_write_gpio_wakeup:
+	bpatch patch05_1,mem_patch05
+	fetch 4,mem_gpio_wakeup_low
+	store 4,core_lpm_reg
+	setarg lpmreg_sel_gpiolow
+	call lpm_write
+	fetch 4,mem_gpio_wakeup_high
+	store 4,core_lpm_reg
+	setarg lpmreg_sel_gpiohigh
+	branch lpm_write
+
+lpm_get_wake_lock:
+	fetch 2,mem_lpm_wake_lock
+	qset1 pdata
+	store 2,mem_lpm_wake_lock
+	rtn
+
+lpm_put_wake_lock:
+	fetch 2,mem_lpm_wake_lock
+	qset0 pdata
+	store 2,mem_lpm_wake_lock
+	rtn
+
+
+
+lpm_check_wake_lock:
+	bpatch patch05_2,mem_patch05
+	call app_check_wake_lock
+	fetch 2,mem_lpm_wake_lock
+	copy pdata,rega
+	fetch 3,mem_tx_fifo3
+	nsetflag blank,wake_lock_ble_tx,rega
+	fetch UTIL_FIFO_LEN,mem_ipc_fifo_bt2c51
+	nsetflag blank,wake_lock_ipc_bt2c51,rega
+	fetch UTIL_FIFO_LEN,mem_ipc_fifo_c512bt
+	nsetflag blank,wake_lock_ipc_c512bt,rega
+	fetch 1,mem_hci_cmd
+	nsetflag blank,wake_lock_cmd,rega
+	copy rega,pdata
+	store 2,mem_lpm_wake_lock
+	rtn
+
+lpm_uart_wake_lock:
+	fetch 2,core_uart_rxitems
+	nsetflag blank,wake_lock_uart_rx ,rega
+	fetch 2,core_uart_txitems
+	nsetflag blank,wake_lock_uart_tx ,rega
+	rtn
+
+lpm_shut_down:
+	fetch 4,core_lpm_ctrl
+	set0 27,pdata
+	store 4,core_lpm_reg
+	call lpm_write_ctrl
+	branch assert
+	
+lpm_disable_exen_output:
+	fetch 4,core_lpm_xtalcnt
+	set0 20,pdata
+	store 4,core_lpm_reg
+	branch lpm_write_ctrl2
+
+
+//
+//
+//
+
+le_init_conn:
+	bpatch patch1a_6,mem_patch1a
+	disable wake
+	jam 1,mem_le_conn_handle
+	jam 3,mem_le_state
+	jam 1,mem_le_arq
+	setarg -1
+	store 2,mem_le_event_count
+	force 0,pdata
+	store 1,mem_le_ch
+	store 1,mem_le_op
+	store 3,mem_sniff_rcv
+	store 3,mem_sniff_lost
+	call le_clear_enc
+	jam 1,mem_le_txheader
+	jam 0,mem_le_txlen
+	jam FUN_RX_LL_1M_PHY,mem_le_rx_phy
+	jam FUN_TX_LL_1M_PHY,mem_le_tx_phy
+	jam 0,mem_le_l2cap_att_states
+	branch le_supervision_flush
+
+le_init_master:
+	bpatch patch1a_7,mem_patch1a
+	enable master
+	jam lemode_master,mem_le_mode
+	jam 1,mem_le_att_handle
+	jam 1,mem_le_search_handle_start
+	setarg 0xffff
+	store 2,mem_le_search_handle_end
+	force 0,pdata
+	store 5,mem_ccm_pcnt_rx
+	set1 LE_CCM_DIRECTIONBIT,pdata
+	store 5,mem_ccm_pcnt_tx	
+	branch le_init_conn
+
+
+le_init_slave:
+	bpatch patch1b_0,mem_patch1b
+	disable master
+ 	setarg 0x17
+ 	store 2,mem_le_remote_mtu
+	increase 4,pdata
+	store 2,mem_remote_rx_max_octets
+	jam lemode_slave,mem_le_mode
+	jam 0,mem_le_adv_enable
+	jam 0,mem_lpm_current_mult
+	call le_clear_pairing_state
+	fetch 2,mem_le_superto
+	store 2,mem_le_init_superto
+	fetch 2,mem_le_tsniff
+	mul32 pdata,5,pdata
+	rshift4 pdata,pdata
+	store 2,mem_le_superto			// vol.6 part B 4.5.2 only 6*conninterval before establish
+	branch le_init_conn
+	
+
+//
+//
+//
+
+le_conn_dispatch:
+	bpatch patch1b_1,mem_patch1b
+	call le_enable
+ 	fetch 1,mem_le_state
+ 	isolate1 lestate_encryption,pdata
+ 	setflag true,mark_ble_encryption,mark
+	call app_process_ble
+	fetch 1,mem_le_mode
+	bbit1 mode_master,le_master_dispatch
+	branch le_slave_dispatch
+	
+//
+//
+//
+	
+le_master_dispatch:
+	bpatch patch1b_2,mem_patch1b
+	enable master
+	call le_supervision_update
+	branch le_master_disconn,positive
+	call le_setup
+	call le_prepare_tx
+	disable match
+	call le_transmit_receive_sifs
+	nrtn match
+	fetch 1,mem_le_conn_rcv
+	increase 1,pdata
+	store 1,mem_le_conn_rcv
+	call le_acknowledge
+	disable master
+	rtn
+	
+le_master_disconn:
+	call le_disconnect
+	disable master
+	rtn
+	
+//
+//
+//
+le_slave_dispatch:
+	bpatch patch1b_3,mem_patch1b
+	jam 0,mem_le_md_count
+	set0 mark_ble_crc_fail,mark
+	disable attempt
+	call le_supervision_update
+	branch le_slave_disconn,positive
+	fetch 1,mem_le_rx_phy
+	call le_enable_phy_by_pdata
+	call le_setup
+	call le_receive_slave
+	nbranch le_slave_unsync,sync	// vol.6 part B 4.5.1 respond even crc error
+	call le_got_first_packet
+	branch le_slave_match,match
+	bmark1 mark_ble_crc_fail,le_slave_crc_fail
+	branch le_slave_cont
+	
+
+le_slave_crc_fail:
+le_slave_match:
+	bpatch patch1b_4,mem_patch1b
+	fetch 1,mem_le_md_count
+	pincrease 1
+	store 1,mem_le_md_count
+	beq LE_MD_MAX_COUNT,le_slave_cont
+	call le_acknowledge
+	call le_prepare_tx
+	fetch 1,mem_le_tx_phy
+	call le_enable_phy_by_pdata
+	call le_transmit
+	call le_parse
+	fetch 2,mem_cb_ble_transmit
+	call callback_func
+	call le_check_md
+	branch le_slave_more_data,user
+le_slave_cont:
+	bpatch patch1b_5,mem_patch1b
+	call le_pairing_sm
+ 	call le_check_paring_time
+	call check_51cmd
+	fetch 1,mem_le_op
+	bbit1 op_disconn,le_slave_disconn
+le_slave_unsync:
+	bpatch patch1b_6,mem_patch1b
+	call end_of_packet
+	call le_lpm_set_mult
+	branch calc_clke_offset
+
+
+le_check_md:
+	disable user
+	bmark1 mark_ble_rx_md,enable_user
+	bmark1 mark_ble_tx_md,enable_user
+	bmark1 mark_ble_crc_fail,enable_user
+	rtn
+
+
+le_slave_more_data:
+	bpatch patch1b_7,mem_patch1b
+	enable attempt
+	call le_transmit_receive_sifs_notx
+	branch le_slave_match,match
+	bmark1 mark_ble_crc_fail,le_slave_crc_fail
+	branch le_slave_cont
+
+le_slave_disconn:
+
+	//fall through
+le_disconnect:
+	bpatch patch1c_0,mem_patch1c
+	call le_clear_connection_info
+	call app_disconn_reason_collect_ble
+	call le_clear_pairing_state
+	jam BT_EVT_LE_DISCONNECTED,mem_fifo_temp
+	branch ui_ipc_send_event
+
+le_clear_connection_info:
+	arg mem_used_map,contw
+	call memset0_16
+	jam 0,mem_le_conn_handle
+	jam lemode_idle,mem_le_mode
+	jam 0,mem_le_state
+le_clear_pairing_state:
+	bpatch patch1c_1,mem_patch1c
+	jam FLAG_LE_ENC_NULL,mem_le_enc_state
+	jam FLAG_LE_PAIRING_NULL,mem_le_pairing_state 
+	rtn
+	
+le_got_first_packet:
+	bpatch patch1c_2,mem_patch1c
+	fetch 1,mem_le_conn_rcv
+	increase 1,pdata
+	store 1,mem_le_conn_rcv
+	fetch 1,mem_le_state
+	rtnbit1 lestate_got_first_packet
+	set1 lestate_got_first_packet,pdata
+	store 1,mem_le_state
+	fetch 2,mem_le_init_superto
+	store 2,mem_le_superto
+	setarg 0
+	store 4,mem_le_transmit_window
+	rtn
+
+
+//input: pdata is phy mode
+//bit0 is le 1M phy
+//bit1 is le 2M phy
+//bit2 is le coded phy s2
+//bit7 is le coded phy s8
+le_enable_phy_by_pdata:
+	copy pdata,temp
+	bpatch patch1c_3,mem_patch1c
+	copy temp,pdata
+	bbit1 BIT_LE_1M_PHY,le_enable
+	bbit1 BIT_LE_2M_PHY,le_enable_2M
+	bbit0 BIT_LE_CODED_PHY,le_enable
+	bbit1 BIT_LE_CODED_PHY_S8,le_enable_coded_s8
+	bbit1 BIT_LE_CODED_PHY_S2,le_enable_coded_s2
+	branch le_enable
+
+le_enable_2M:
+	call le_enable
+	set1 mark_ble_2M,mark
+	set0 mark_ble_lr,mark
+	jam 0x03,0x8901
+	jam 0x84,0x8920
+	rtn
+
+le_enable_coded_s2:
+le_enable_coded:
+	call le_enable
+	set1 mark_ble_lr,mark
+	set0 mark_ble_lr_s8,mark
+	jam 0x05,0x8901
+	jam 0x80,0x8920
+	jam 0x20,0x8930
+	rtn
+
+le_enable_coded_s8:
+	call le_enable_coded
+	set1 mark_ble_lr_s8,mark
+	rtn
+
+le_enable:
+	bpatch patch1c_4,mem_patch1c
+	set0 mark_ble_2M,mark
+	set0 mark_ble_lr,mark
+	jam 0x01,0x8901
+	jam 0x80,0x8920
+	jam 0x03,0x8930
+	rtn
+
+
+le_disable:
+	bpatch patch1c_5,mem_patch1c
+	set0 mark_ble_encryption,mark
+	jam 0x01,0x8901
+	jam 0x80,0x8920
+	jam 0x03,0x8930
+	rtn
+	
+le_prep:
+	bpatch patch1c_6,mem_patch1c
+	disable enable_crc
+	disable enable_white
+	fetch 3,mem_le_crcinit
+	iforce crc24_init
+	fetch 1,mem_le_ch_mapped
+le_prep_next:
+	reverse pdata,temp
+	set1 1,temp
+	rshift temp,white_init
+	rtn
+	
+
+le_rx_setfreq:
+	call le_setfreq
+le_rf_rx_enable:	
+	call set_freq_rx
+	fetch 2,mem_param_pll_setup
+	call sleep
+	branch rf_rx_enable
+
+le_tx_setfreq:
+	branch txon,match
+	bmark1 mark_ble_crc_fail,txon
+le_tx_setfreq0:
+	call le_setfreq
+	branch set_freq_tx
+	
+le_setfreq:
+	bpatch patch1c_7,mem_patch1c
+	call set_sync_on
+	fetch 1, mem_le_testtype
+	nbranch le_ctf_test,blank
+	fetch 1,mem_le_ch_mapped
+	sub pdata,36,null
+	branch le_ctf_normal,positive
+	force 0,temp
+	rtneq 37
+	force 24,temp
+	rtneq 38
+	force 78,temp
+	rtn
+	
+le_ctf_normal:
+	sub pdata,10,null
+	branch le_ctf_low,positive
+	increase 1,pdata
+	
+le_ctf_low:	
+	lshift pdata,pdata
+	add pdata,2,temp
+	rtn
+	
+le_ctf_test:
+	fetch 1,mem_le_ch_mapped
+	lshift pdata,temp
+	rtn
+
+le_sca_map:
+	arg 500,temp
+	rtn blank
+	arg 250,temp
+	rtneq 1
+	arg 150,temp
+	rtneq 2
+	arg 100,temp
+	rtneq 3
+	arg 75,temp
+	rtneq 4
+	arg 50,temp
+	rtneq 5
+	arg 40,temp
+	rtneq 6
+	arg 20,temp
+	rtn
+
+
+	
+le_setup:
+	bpatch patch1d_0,mem_patch1d
+	enable swfine
+	fetch 4,mem_le_access
+	iforce access
+	call le_map_channel
+	setarg 0x200
+	branch le_setup_master,master
+	fetch 2,mem_le_receive_window
+	rshift pdata,pdata
+le_setup_master:
+	fetcht 2,mem_param_pll_setup
+	iadd temp,pdata
+	call ahead_window
+	deposit clke
+	rtn
+
+
+le_context_nextevent:
+	bpatch patch1d_1,mem_patch1d
+	call push_stack_rega_b_c
+	storer loopcnt ,2,mem_loopcnt
+	add rega,coffset_mode,contr
+	ifetch 1,contr
+	rtnbit0 mode_le
+	add rega,coffset_le_event_cnt,contw
+	ifetch 2,contw
+	increase 1,pdata
+	istore 2,contw
+	call le_update_param
+	call le_update_channel_map
+	call le_update_phy	
+	call le_context_nexthop
+	call pop_stack_rega_b_c
+	fetchr loopcnt ,2,mem_loopcnt
+	rtn
+	
+le_context_nexthop:	
+	add rega,coffset_le_hop,contr
+	ifetch 1,contr
+	add rega,coffset_le_ch,contw
+	ifetcht 1,contw
+	iadd temp,pdata
+	sub pdata,36,null
+	branch le_nexthop_nowrap,positive
+	increase -37,pdata
+le_nexthop_nowrap:
+	istore 1,contw
+	rtn
+
+//input rega
+le_calc_channel_map:
+	add rega,coffset_le_channel_map,contr
+	ifetch 5,contr
+	force 0,temp
+	force 37,loopcnt
+le_count_channels_loop:
+	bbit0 0,le_count_channels_notused
+	increase 1,temp
+le_count_channels_notused:
+	rshift pdata,pdata
+	loop le_count_channels_loop
+	add temp,-1,pdata
+	add rega,coffset_le_channels,contw
+	istore 1,contw
+	rtn
+
+le_map_channel:
+	bpatch patch1d_2,mem_patch1d
+	fetch 1,mem_le_ch
+	iforce queue
+	fetcht 5,mem_le_channel_map
+	qisolate1 temp
+	branch le_map_channel_end,true
+le_map_channel_next:
+	fetch 1,mem_le_channels
+	isub queue,pdata
+	branch le_map_channel_cont,positive
+	sub pdata,-1,queue
+	branch le_map_channel_next
+le_map_channel_cont:
+	copy queue,loopcnt
+	force 0,queue
+le_map_channel_loop:
+	qisolate1 temp
+	branch le_map_channel_skip,true
+	increase 1,loopcnt
+le_map_channel_skip:
+	deposit loopcnt
+	branch le_map_channel_end,blank
+	increase 1,queue
+	increase -1,loopcnt
+	branch le_map_channel_loop
+le_map_channel_end:
+	deposit queue
+	store 1,mem_le_ch_mapped
+	rtn
+
+
+le_wait_tx:
+	branch le_wait_master,master
+	until null,timeout
+	rtn
+	
+le_wait_master:
+	arg 0xea0,timeup
+	until clkn_rt,meet
+	rtn
+
+le_receive_adv:
+	disable swfine
+	fetch 2,mem_le_scan_window
+	copy pdata,timeup
+	branch le_receive_packet
+
+
+le_receive_slave:
+	bpatch patch1d_3,mem_patch1d
+ 	call le_dec_init
+	enable swfine
+	fetch 2,mem_le_receive_window
+	fetcht 4,mem_le_transmit_window
+	iadd temp,timeup
+le_receive_packet:
+	call le_rx_setfreq
+le_receive_rxon:
+	bpatch patch1d_4,mem_patch1d
+	call le_prep
+	bmark0 mark_ble_lr,le_receive_nolr
+	pulse dewhiten_code_calc
+	nop 30
+	call le_prep
+	lshift3 timeup,timeup
+le_receive_nolr:
+	disable match
+	enable decode_fec0
+	enable is_rx
+	disable is_tx
+	copy timeup,stop_watch
+	correlate null,timeout
+	branch le_receive_on_attempt,attempt
+	copy clke,temp
+	storet 6,mem_sync_clke
+le_receive_on_attempt:
+	nbranch le_unsync_end,sync
+	enable swfine
+	fetch 1,mem_le_tx_ifs_defference
+	arg PARAM_20MS_INIT,temp
+	iadd temp,temp
+	fetch 1,mem_system_clk
+	imul32 temp,stop_watch
+	call rf_debug_rx_sync_line	//L-H
+	branch le_receive_skip,attempt
+	call calc_clke_all_modem
+	fetch 1,mem_le_state
+	bbit0 lestate_got_first_packet,le_receive_skip
+	fetcht 6,mem_sync_clke
+	call lpm_adjust_clk,wake
+le_receive_skip:
+	call save_rssi
+	enable enable_white
+	enable enable_crc
+	parse demod,bucket,8
+	rshift3 pwindow,pdata
+	store 1,mem_le_rxbuf_data_header
+	parse demod,bucket,8
+	rshift3 pwindow,pdata
+	store 1,mem_le_rxbuf_data_length
+ 	copy pdata,loopcnt
+	branch le_rx_nopayload,zero
+
+	bmark1 mark_ble_encryption,le_rx_dec
+
+le_rx_loop:
+	parse demod,bucket,8
+	rshift3 pwindow,pdata
+	istore 1,contw
+	loop le_rx_loop
+	branch le_rx_nopayload
+
+le_rx_dec: 
+	copy contw,regb
+	bpatch patch1d_5,mem_patch1d
+	call le_check_retransmit	
+//	bmark1 mark_old_packet,le_retransmit_end_of_packet
+	fetchr rega, 1,mem_le_rxbuf_data_length
+	increase -4,rega
+	nbranch le_mic_error,positive
+//	storer rega, 1,mem_le_rxbuf_data_length
+	call le_dec_start	
+	copy regb,contw
+	arg 0,temp
+	fetchr loopcnt, 1,mem_le_rxbuf_data_length
+	increase -4,loopcnt
+	branch le_rx_dec_loop_end,zero
+le_rx_dec_loop:
+	
+	parse demod,bucket,8
+	rshift3 pwindow,pdata
+	istore 1,contw
+	increase 1,temp
+	and temp,0xf,null
+	call le_dec,zero
+	loop le_rx_dec_loop
+le_rx_dec_loop_end:
+	call le_dec_end	
+	copy regb,contw
+	
+
+le_rx_nopayload:
+	bpatch patch1d_6,mem_patch1d
+	parse demod,bucket,24	
+	rshift32 pdata,pdata
+	rshift16 pdata,pdata
+	istore 3,contw
+	enable swfine
+	call le_set_until_tx_timer
+	branch le_crc_fail,crc_failed
+	bmark0 mark_ble_encryption,le_rx_match
+	fetch 1,mem_le_rxbuf_data_length
+	branch le_rx_match,blank
+	increase -4,pdata
+	store 1,mem_le_rxbuf_data_length
+	call wait_ccm_done
+ 	fetch 1,core_misc_status
+	bbit0 7, le_mic_error
+ 	force regidx_result,regext_index
+	storer regext, 4,mem_le_peer_mic
+le_rx_match:
+	call rf_debug_rx_crc_line	//L
+	enable match
+	set0 mark_ble_crc_fail,mark
+le_crc_fail_tx:
+	bpatch patch1d_7,mem_patch1d
+	call ccm_ctrl_clr
+	fetch 1,mem_le_rx_phy
+	nsetflag ble_coded_info,BIT_LE_CODED_PHY_S8,pdata
+	store 1,mem_le_rx_phy
+	call le_match_set_sync_on
+	
+le_match_set_txfreq:
+	bpatch patch1e_0,mem_patch1e
+	fetcht 1,mem_last_freq
+	add temp,2,rega
+//	bmark1 mark_ble_2M,rf_tx_write_freq
+//	add temp,1,rega
+	branch  rf_tx_write_freq	// set frequency to tx mode freq
+
+le_match_set_sync_on:	
+	disable decode_fec0
+	branch set_sync_on
+
+le_dec_init:
+	rtnmark0 mark_ble_encryption
+	call load_sk
+	force regidx_result,regext_index
+	call aes_clear
+	branch aes_clear_data
+	
+	
+le_dec_start:
+	bpatch patch1e_1,mem_patch1e
+	jam 0,core_ccm_aad0 
+	jam 1,core_ccm_aad1
+	fetch 1,mem_le_rxbuf_data_header
+	and_into 0x3,pdata
+	store 1,core_ccm_aad2
+	
+	setarg mem_le_rxbuf_data_payload
+	store 2,core_ccm_input_playload_addr
+	store 2,core_ccm_output_playload_addr
+
+	fetchr rega, 1,mem_le_rxbuf_data_length
+	increase -4,rega
+
+	fetcht 5,mem_ccm_pcnt_rx	
+	isolate1 mark_old_packet,mark
+	call le_pcnt_rx_sub1,true
+	call ccm_b0
+	setarg 0
+	store 2,core_ccm_inptr
+	jam 6,core_ccm_ctrl
+	jam 7,core_ccm_ctrl	
+	rtn	
+
+le_pcnt_rx_sub1:
+	sub temp,0,null
+	branch le_pcnt_rx_sub1_0,zero
+	increase -1,temp
+	set1 LE_CCM_DIRECTIONBIT,temp
+	rtn
+
+le_pcnt_rx_sub1_0:
+	setarg 0xffffff
+	lshift16 pdata,pdata
+	arg 0xffff,temp
+	ior temp,temp
+	rtn
+
+le_dec:
+	copy contw,regb
+	fetch 1,mem_le_rxbuf_data_length
+	increase -4,pdata
+	isub temp,null
+	rtn zero
+	storet 2,core_ccm_inptr
+	copy regb,contw
+	rtn
+	
+le_dec_end://mic
+	parse demod,bucket,32
+	rshift32 pdata,pdata
+	rshift8 pdata,pdata
+	istore 4,contw
+	copy contw,regb
+//	store 4,mem_le_peer_mic
+	force regidx_data,regext_index
+	copy  pdata,regext
+	storet 2,core_ccm_inptr
+	rtn
+
+le_mic_error:
+	branch le_end_of_packet
+
+le_retransmit_end_of_packet:
+	call le_set_until_tx_timer	// start SIFS timer after last bit of crc
+	call end_of_packet
+	branch le_rx_match
+
+le_crc_fail:
+	call rf_debug_rx_crc_fail_line
+	bmark1 mark_ble_crc_fail,le_crc_fail_consecutive //two consecutive packets received with an invalid CRC match within a connection event shall close the event
+	set1 mark_ble_crc_fail,mark
+	branch le_crc_fail_tx
+	
+le_unsync_end:	
+le_crc_fail_consecutive:
+	set0 mark_ble_crc_fail,mark
+	branch le_end_of_packet
+
+le_end_of_packet:
+	bpatch patch1e_2,mem_patch1e
+	call ccm_ctrl_clr
+	branch end_of_packet
+	
+calc_clke_all_modem:
+	bmark1 mark_ble_lr,calc_clke_modem_coded
+	bmark1 mark_ble_2M,calc_clke_modem_2M
+	fetch 2,mem_param_clke_cal_le_1m
+	copy pdata,clke_rt
+	copy bt_clk,clke_bt
+	rtn
+
+
+calc_clke_modem_coded:
+	fetch 2,mem_param_clke_cal_le_coded
+	copy pdata,clke_rt
+	add bt_clk,1,clke_bt
+	rtn
+
+calc_clke_modem_2M:
+	fetch 2,mem_param_clke_cal_le_2m
+	copy pdata,clke_rt
+	copy bt_clk,clke_bt
+	rtn
+
+
+le_set_until_tx_timer:
+	fetch 1,mem_le_rxbuf_data_length
+	add pdata,5,temp	//PDU Length
+	lshift3 temp,temp	//PDU bit size
+	fetch 1,mem_le_rx_phy
+	bmark1 mark_ble_lr,le_set_until_tx_timer_rx_lr
+	bbit1 BIT_LE_1M_PHY,le_set_until_tx_timer_rx_1M
+	bbit1 BIT_LE_2M_PHY,le_set_until_tx_timer_rx_2M
+le_set_until_tx_timer_rx_lr:
+	branch le_set_until_tx_timer_rx_coded_s2,ble_coded_info
+	branch le_set_until_tx_timer_rx_coded_s8
+
+le_set_until_tx_timer_rx_1M:
+	branch le_calc_stop_watch
+
+le_set_until_tx_timer_rx_2M:
+	rshift temp,temp
+	branch le_calc_stop_watch
+
+le_set_until_tx_timer_rx_coded_s2:
+	add temp,3,temp	//term2
+	lshift temp,temp
+	branch le_set_until_tx_timer_rx_coded
+
+le_set_until_tx_timer_rx_coded_s8:
+	add temp,3,temp	//term2
+	lshift3 temp,temp
+le_set_until_tx_timer_rx_coded:
+	setarg PARAM_CODED_C1_TERM1_TIME_40US
+	iadd temp,temp
+	branch le_calc_stop_watch
+
+le_calc_stop_watch:
+	fetch 1,mem_system_clk
+	imul32 temp,temp		//mips cpu
+	arg PARAM_20MS_INIT,rega
+	imul32 rega,pdata
+	isub temp,temp
+	copy stop_watch,pdata
+	isub temp,stop_watch
+	rtn
+
+le_transmit_receive_sifs_without_change_mode:
+	call le_transmit
+	fetcht 1,mem_last_freq
+	call set_freq_rx
+	call rf_rx_enable
+	enable swfine
+	arg 5500,timeup
+	branch le_receive_rxon
+
+
+le_transmit_receive_sifs:
+	bpatch patch1e_3,mem_patch1e
+	fetch 1,mem_le_tx_phy
+	call le_enable_phy_by_pdata
+	call le_transmit
+le_transmit_receive_sifs_notx:
+	fetch 1,mem_le_rx_phy
+	call le_enable_phy_by_pdata
+
+	fetcht 1,mem_last_freq
+	call set_freq_rx
+	call rf_rx_enable
+	enable swfine
+	arg 5500,timeup
+	bmark0 mark_ble_lr,le_receive_rxon
+	arg 8500,timeup
+	branch le_receive_rxon
+
+le_transmit_norx:
+	bpatch patch1e_4,mem_patch1e
+	call le_transmit
+	branch end_of_packet
+	
+le_transmit:
+	bpatch patch1e_5,mem_patch1e
+	call le_prep
+	call le_tx_setfreq
+	call rf_debug_tx_on_line	//H
+	set1 TXGFSK,radio_ctrl
+	enable encode_fec0
+	enable is_tx
+	disable is_rx
+	call le_wait_tx
+	disable lr_s2en
+	bmark1 mark_ble_lr,le_transmit_lr
+	bmark1 mark_ble_2M,le_transmit_2M
+	rshift16 access,pdata
+	rshift8 pdata,pdata
+	rshift4 pdata,pdata
+	inject mod,40
+le_transmit_packet:
+	enable enable_white
+	enable enable_crc
+	bpatch patch1e_6,mem_patch1e
+	fetch 1,mem_le_txheader
+	inject mod,8
+	ifetch 1,contr
+	copy pdata,loopcnt
+	inject mod,8
+	sub loopcnt,0,null
+	branch le_tr_nopayload,zero
+
+	fetch 1,core_ccm_ctrl
+	branch le_transmit_packet_not_enc,blank 
+	bmark1 mark_ble_encryption,le_transmit_packet_enc
+le_transmit_packet_not_enc:	
+	arg mem_le_txpayload,contr
+le_tr_loop:
+	ifetch 1,contr
+	inject mod,8
+	loop le_tr_loop
+	
+le_tr_nopayload:
+	enable enable_parity
+	inject mod,24
+	disable enable_parity
+	bmark0 mark_ble_lr,le_transmit_skip
+	disable enable_white
+	setarg 0
+	inject mod,3
+le_transmit_skip:
+	until null,tx_clear
+	nop 100          
+	bpatch patch1e_7,mem_patch1e
+	disable encode_fec0
+	disable encode_fec3
+	call set_sync_on
+	call rf_debug_tx_off_line	//L
+le_check_start_pause_enc:
+	fetch 1,mem_le_txheader
+	and pdata,LLID_LE_LL,pdata
+	rtnne LLID_LE_LL
+	fetch 1,mem_le_enc_state
+	beq  FLAG_LE_ENC_PAUSE,le_clear_enc
+	rtnne FLAG_LE_SEND_START_ENC_REQ
+	fetch 1,mem_le_txpayload
+	beq LL_START_ENC_REQ,le_set_enc
+	rtn
+	
+
+le_transmit_packet_enc:
+	increase -4,loopcnt
+	copy loopcnt,temp	
+	call ccm_wait_enc	
+	arg mem_le_txpayload,contr
+le_transmit_packet_enc_loop:
+	ifetch 1,contr
+	inject mod,8
+	loop le_transmit_packet_enc_loop
+	call ccm_check_enc_done
+	copy regext,pdata
+	inject mod,32
+	branch le_tr_nopayload
+
+le_transmit_lr:
+	arg 10,loopcnt
+le_transmit_lr_preamble_loop:
+	setarg 0x3c
+	inject mod,8
+	loop le_transmit_lr_preamble_loop
+	disable encode_fec0
+	enable encode_fec3
+	rshift16 access,pdata
+	rshift16 pdata,pdata
+	rshift4 pdata,pdata
+	inject mod,32
+	bmark1 mark_ble_lr_s8,le_transmit_lr_s8
+le_transmit_lr_s2:
+	setarg 1
+	inject mod,5
+	enable lr_s2en
+	branch le_transmit_packet
+
+le_transmit_lr_s8:
+	setarg 0
+	inject mod,5
+	branch le_transmit_packet
+
+le_transmit_2M:
+	fetch 1,mem_system_clk	
+	fetcht 1,mem_le_tx2m_delay
+	iadd temp,pdata
+	call sleep				//2M ?°??·￠?í±è1M?ì
+	rshift16 access,pdata
+	rshift8 pdata,pdata
+	rshift4 pdata,temp
+	copy temp,pdata
+	inject mod,8
+	copy temp,pdata
+	inject mod,40
+	branch le_transmit_packet
+	
+
+le_update_param:
+	arg le_update_param_ahead1_cb,regc
+	arg le_update_param_cb,regb
+	arg lestate_update_param,queue
+	branch le_check_update_flag
+
+le_update_param_ahead1_cb:
+	add rega,coffset_sniff_anchor,contr
+	ifetcht 4,contr
+	add rega,coffest_le_new_transmitwindowsize,contr
+	ifetch 1,contr
+	add rega,coffset_le_window_size,contw
+	istore 1,contw
+	ifetch 2,contr
+	lshift2 pdata,pdata
+	iadd temp,timeup	//add windowsize
+	add rega,coffset_sniff_anchor,contw  
+	deposit timeup
+	istore 4,contw
+	ifetch 2,contr
+	lshift2 pdata,pdata
+	add rega,coffset_tsniff,contw
+	istore 2,contw
+	ifetch 2,contr
+	add rega,coffset_le_slave_latency,contw
+	istore 2,contw
+	ifetch 2,contr
+	store 2,mem_le_init_superto
+	branch le_receive_window_size
+
+le_update_param_cb:
+	ifetch 1,rega
+	set0 lestate_got_first_packet,pdata
+	istore 1,rega
+	storer rega,2,mem_rega
+	jam BT_EVT_LE_PARSE_CONN_PARAM_ACCEPTED,mem_fifo_temp
+	call ui_ipc_send_event
+	fetchr rega,2,mem_rega
+	rtn	
+
+le_update_channel_map:
+	arg 0,regc
+	arg le_update_channel_map_cb,regb
+	arg lestate_update_map,queue
+	branch le_check_update_flag
+	
+le_update_channel_map_cb:
+	add rega,coffset_le_new_map,contr
+	ifetch 5,contr
+	add rega,coffset_le_channel_map,contw
+	istore 5,contw
+	branch le_calc_channel_map
+	
+
+le_update_phy:
+	arg 0,regc
+	arg le_update_phy_cb,regb
+	arg lestate_update_phy,queue
+	branch le_check_update_flag
+	
+le_update_phy_cb:
+	add rega,coffset_le_new_m2s_phy,contr
+	ifetch 1,contr
+	call le_update_phy_cb_m2s
+	istore 1,contw
+	add rega,coffset_le_new_s2m_phy,contr
+	ifetch 1,contr
+	call le_update_phy_cb_s2m
+	istore 1,contw
+	storer rega,2,mem_rega
+	jam BT_EVT_LE_UPDATE_PHY,mem_fifo_temp
+	call ui_ipc_send_event
+	fetchr rega,2,mem_rega
+	rtn	
+
+le_update_phy_cb_m2s:
+	call le_update_phy_cb_m2s_no_change,blank
+	add rega,coffset_le_rx_phy,contw
+	nrtn master
+	fetcht 1,mem_le_tx_phys
+	isolate1 BIT_LE_CODED_PHY_S8,temp
+	setflag true,BIT_LE_CODED_PHY_S8,pdata
+	add rega,coffset_le_tx_phy,contw
+	rtn
+
+le_update_phy_cb_m2s_no_change:
+	add rega,coffset_le_rx_phy,contr
+	ifetch 1,contr
+	nrtn master
+	add rega,coffset_le_tx_phy,contr
+	ifetch 1,contr
+	rtn
+
+le_update_phy_cb_s2m:
+	call le_update_phy_cb_s2m_no_change,blank
+	fetcht 1,mem_le_tx_phys
+	isolate1 BIT_LE_CODED_PHY_S8,temp
+	setflag true,BIT_LE_CODED_PHY_S8,pdata
+	add rega,coffset_le_tx_phy,contw
+	nrtn master
+	set0 BIT_LE_CODED_PHY_S8,pdata
+	add rega,coffset_le_rx_phy,contw
+	rtn
+
+le_update_phy_cb_s2m_no_change:
+	add rega,coffset_le_tx_phy,contr
+	ifetch 1,contr
+	nrtn master
+	add rega,coffset_le_rx_phy,contr
+	ifetch 1,contr
+	rtn
+	
+
+//regb regc is cb function
+//queue is state flag
+le_check_update_flag:
+	bpatch patch1f_0,mem_patch1f
+	ifetch 1,rega
+	qisolate0 pdata
+	rtn true
+	add rega,coffset_le_event_cnt,contr
+	ifetcht 2,contr
+	add rega,coffset_le_instant,contr
+	ifetch 2,contr
+	
+	isub temp,pdata
+	branch le_update,zero
+	nbranch le_check_update_small,positive
+	sub pdata,1,null
+	branch le_update_ahead1,zero
+	rtn
+	
+le_update_ahead1:
+	copy regc,pdata
+	branch callback_func
+
+le_update:
+	ifetch 1,rega
+	qset0 pdata
+	istore 1,rega
+	copy regb,pdata
+	branch callback_func
+	
+le_check_update_small:
+	add rega,coffset_le_event_cnt,contr
+	ifetch 2,contr
+	add rega,coffset_le_instant,contr
+	ifetch 2,contr
+	isub temp,pdata
+	arg 0xffff,temp
+	isub temp,null
+	branch le_update,zero
+	arg 0xf000,temp
+	isub temp,null
+	nbranch le_update,positive
+	rtn
+	
+
+le_check_retransmit:
+	fetcht 1,mem_le_arq
+	fetch 1,mem_le_rxbuf_data_header
+//	isolate1 md,pdata
+//	setflag true,mark_ble_rx_md,mark
+	rshift pdata,pdata
+	ixor temp,pdata
+	isolate1 nesn,pdata
+	setflag true,mark_old_packet,mark	
+	rtn
+
+
+le_acknowledge:
+	bpatch patch1f_1,mem_patch1f
+	call le_supervision_flush
+	rtnmark1 mark_ble_crc_fail
+	call le_check_wak
+	fetch 1,mem_le_rxbuf_data_header
+	isolate1 md,pdata
+	setflag true,mark_ble_rx_md,mark
+	rshift pdata,pdata
+	ixor temp,pdata
+	isolate1 nesn,pdata
+	setflag true,mark_old_packet,mark	
+	rtnmark1 mark_old_packet
+	fetch 1,mem_le_rxbuf_data_length
+	branch le_ack_unenc,blank		
+	fetch 1,mem_le_state
+	bbit0 lestate_encryption,le_ack_unenc
+	fetcht 4,mem_le_peer_mic
+	fetch 4,mem_ccm_last_mic			
+	isub temp,null
+	branch assert,zero
+	storet 4,mem_ccm_last_mic
+	fetch 5,mem_ccm_pcnt_rx
+	increase 1,pdata
+	set1 LE_CCM_DIRECTIONBIT,pdata
+	store 5,mem_ccm_pcnt_rx
+	
+le_ack_unenc:
+	fetcht 1,mem_le_arq
+	setflip nesn,temp
+	storet 1,mem_le_arq
+	fetch 1,mem_le_configuration
+	rtnbit0 BIT_BLE_DEAL_BB_PACKET
+	bpatch patch1f_2,mem_patch1f
+	fetch 1,mem_le_rxbuf_data_length
+	rtn blank		//empty packet
+	fetch 1,mem_le_rxbuf_data_header
+	compare LLID_CONTINUE,pdata,3
+	branch le_parse_writing_attribute_continue,true //ACL-U continue
+	compare LLID_START,pdata,3
+	branch le_parse_writing_attribute_start,true
+	rtn
+
+	
+le_check_wak:
+	bpatch patch1f_3,mem_patch1f
+	fetcht 1,mem_le_arq
+	isolate0 wak,temp
+	rtn true
+	fetch 1,mem_le_rxbuf_data_header
+	lshift pdata,pdata
+	ixor temp,pdata
+	rtnbit0 sn			
+	set0 wak,temp
+	setflip sn,temp
+	storet 1,mem_le_arq
+	compare 3,temp,3
+	nrtn true
+	rtn
+	
+
+le_set_enc:
+	fetch 1,mem_le_state
+	set1 lestate_encryption,pdata
+	store 1,mem_le_state
+	set1 mark_ble_encryption,mark
+	rtn	
+	
+le_clear_enc:
+	bpatch patch1f_4,mem_patch1f
+	jam FLAG_LE_ENC_NULL,mem_le_enc_state
+	arg 0,pdata
+	store 4,mem_ccm_last_mic
+	store 5,mem_ccm_pcnt_tx
+	set1 LE_CCM_DIRECTIONBIT,pdata
+	store 5,mem_ccm_pcnt_rx
+	fetch 1,mem_le_state
+	set0 lestate_encryption,pdata
+	store 1,mem_le_state
+	set0 mark_ble_encryption,mark
+	rtn
+
+
+
+
+le_scan_check_sender_addr_type:
+	arg 1,rega// sender_addr_type
+	fetch 1,mem_le_rxbuf_adv_connect_ind_header
+	rtnbit1 LE_SENDER_ADDR_BIT
+	arg 0,rega
+	rtn
+
+
+le_get_master_rx_max:
+	copy contr,contw
+	fetcht 2,mem_remote_rx_max_octets
+	copy contw,contr
+	rtn
+
+
+le_prepare_tx:
+	bpatch patch1f_5,mem_patch1f
+	fetch 1,mem_le_arq
+	rtnbit1 wak
+	call le_check_tx_md
+	call le_fifo_get_first_tx_ptr	//no packet to send
+	branch le_send_empty,blank
+	ifetch 2,contr
+	ifetcht 2,contr
+	copy temp,rega
+	isub rega,pdata
+	call le_get_master_rx_max
+	call not_greater_than
+	copy pdata,temp
+	ifetchr type,1,contr
+	copy rega,pdata
+	iadd contr,pdata
+	store 2,mem_contr
+	call le_update_tx_type
+	call le_send_packet
+	
+	call le_fifo_get_first_tx_ptr
+	ifetch 2,contr
+	copy pdata,rega	//rega:total length
+	copy contr,regc
+	ifetcht 2,contr
+	copy temp,regb	//temp&regb is offset
+	isub regb,pdata
+	call le_get_master_rx_max
+	call not_greater_than
+	iadd regb,pdata
+	istore 2,regc
+	isub rega,null
+	nrtn zero
+	branch le_fifo_release_first_node
+
+	
+le_check_tx_md:
+	call le_check_continue
+	rtnmark1 mark_ble_tx_md
+	fetch 1,mem_le_configuration
+	bbit0 BIT_BLE_TRANSMIT_PACKET_BY_MD,le_clear_md
+	call le_fifo_get_second_tx_ptr	//no packet to send
+	branch le_clear_md,blank
+	branch le_set_md
+
+	
+le_check_continue:
+	call le_fifo_get_first_tx_ptr	//no packet to send
+	branch le_clear_md,blank
+	ifetch 2,contr				//pdata:length
+	ifetcht 2,contr				//temp:offest
+	isub temp,rega			//pdata:length - offset
+	call le_get_master_rx_max
+	copy temp,pdata
+	isub rega,null
+	branch le_clear_md,positive				//27 > length -offset
+le_set_md:
+	set1 mark_ble_tx_md,mark
+	rtn
+
+le_clear_md:
+	set0 mark_ble_tx_md,mark
+	rtn
+
+le_update_tx_type:
+	copy rega,pdata
+	rtn blank
+	arg LLID_CONTINUE,type
+	rtn
+
+
+le_att_check_notification_enable: // temp ->handle,output-> pdata,output :contr->rega
+	bpatch patch1f_6,mem_patch1f
+	increase 1,temp
+	call le_att_get_handle_ptr
+	increase -2,contr
+	ifetch 2,contr
+	arg CLIENT_CHARACTERTIC_CONFIGURATION,temp
+	isub temp,null
+	nrtn zero
+	increase 1,contr
+	copy contr,rega
+	ifetch 1,contr
+	rtn
+	
+
+le_send_empty:
+	force 0,temp
+	force 1,type
+	
+le_send_packet:
+	bpatch patch1f_7,mem_patch1f
+	storet 1,mem_le_txlen
+	fetcht 1,mem_le_arq
+	set1 wak,temp
+	and temp,0xfc,pdata
+	ior type,pdata
+	store 1,mem_le_arq
+	and_into 0x1f,pdata
+	isolate1 mark_ble_tx_md,mark
+	setflag true,md,pdata
+	store 1,mem_le_txheader
+
+	fetch 1,mem_le_txheader
+	compare 1,type,3
+	nbranch le_send_no_txlen,true
+	fetch 1,mem_le_txlen
+	rtn blank
+	
+le_send_no_txlen:	
+	bmark1 mark_ble_encryption,le_send_packet_enc
+	fetchr loopcnt,1,mem_le_txlen
+	fetch 2,mem_contr
+	copy pdata,contr
+	arg mem_le_txpayload,contw
+	branch memcpy_fast
+	
+le_send_packet_enc:
+	call load_sk
+	branch le_encrypt_new_start
+
+get_lpm_wake_ble_rx_lock:
+	arg wake_lock_ble_rx,queue
+	branch lpm_get_wake_lock
+
+put_lpm_wake_ble_rx_lock:
+	arg wake_lock_ble_rx,queue
+	branch lpm_put_wake_lock
+
+
+le_parse:
+	bpatchx patch20_0,mem_patch20
+	rtnmark1 mark_old_packet
+	rtnmark1 mark_ble_crc_fail
+	fetch 1,mem_le_rxbuf_data_header
+	and pdata,0x3,pdata
+	store 1,mem_le_packet_llid
+	fetch 1,mem_le_rxbuf_data_length
+	rtn blank							//empty rtn
+	setarg mem_le_rxbuf_data_payload
+	store 2,mem_le_payload_ptr
+	bpatchx patch20_1,mem_patch20
+	fetch 1,mem_le_packet_llid
+	beq LLID_LE_LL,le_parse_ll
+	call le_check_l2cap_complete
+	nbranch get_lpm_wake_ble_rx_lock,user
+	call put_lpm_wake_ble_rx_lock
+	setarg 0
+	store 2,mem_le_packet_len_recved
+	fetch 2,mem_le_l2cap_parse_cb
+	nbranch callback_func,blank
+le_parse_l2cap:
+	fetch 2,mem_le_payload_ptr
+	add pdata,2,contr	//l2cap length
+	ifetch 2,contr
+	beq LE_L2CAP_CID_ATT,le_parse_att
+	beq LE_L2CAP_CID_SMP,le_parse_smp
+	beq LE_L2CAP_CID_SIGNAL,le_parse_signaling
+	rtn
+
+
+le_check_l2cap_complete:
+	fetch 1,mem_le_packet_llid
+	beq LLID_START,le_check_l2cap_llid_start
+	beq LLID_CONTINUE,le_check_l2cap_llid_continue
+	rtn
+
+//input: pdata is CID number
+//output: 	if CID is legal ,enable user
+//		if ICD is illegal,disable user 
+le_check_l2cap_CID_legal:
+	call enable_user
+	arg LE_L2CAP_CID_ATT,temp
+	isub pdata,null
+	rtn zero
+	arg LE_L2CAP_CID_SIGNAL,temp
+	isub pdata,null
+	rtn zero
+	arg LE_L2CAP_CID_SMP,temp
+	isub pdata,null
+	rtn zero
+	branch disable_user
+
+	
+le_check_l2cap_llid_start:
+	fetch 2,mem_le_payload_ptr
+	copy pdata,contr
+	ifetch 2,contr
+	store 2,mem_le_l2cap_size
+	ifetch 2,contr			//CID
+	call le_check_l2cap_CID_legal
+	nrtn user		//CID error
+	fetcht 1,mem_le_rxbuf_data_length
+	storet 2,mem_le_packet_len_recved
+	fetch 2,mem_le_l2cap_size
+	increase 4,pdata		//CID:2 L2cap length 2
+	isub temp,null
+	branch enable_user,zero
+	fetchr loopcnt,1,mem_le_rxbuf_data_length
+	arg mem_le_l2cap_buf,contw
+	fetch 2,mem_le_payload_ptr
+	copy pdata,contr
+	call memcpy_fast
+	branch disable_user
+
+//no input
+//output: 	if CID is legal ,enable user
+//		if ICD is illegal,disable user 
+le_check_l2cap_continue_legal:
+	call enable_user
+	fetch 2,mem_le_packet_len_recved
+	nrtn blank
+	branch disable_user
+
+le_check_l2cap_llid_continue:
+	call le_check_l2cap_continue_legal
+	nrtn user		//check receive start packet
+	fetch 2,mem_le_packet_len_recved
+	arg mem_le_l2cap_buf,contw
+	iadd contw,rega
+	fetcht 1,mem_le_rxbuf_data_length
+	iadd temp,pdata
+	store 2,mem_le_packet_len_recved
+	fetchr loopcnt,1,mem_le_rxbuf_data_length
+	copy rega,contw
+	fetch 2,mem_le_payload_ptr
+	copy pdata,contr
+	call memcpy_fast
+	setarg mem_le_l2cap_buf
+	store 2,mem_le_payload_ptr		//update ptr->mem_le_l2capbuff
+	fetch 2,mem_le_l2cap_size
+	increase 4,pdata
+	fetcht 2,mem_le_packet_len_recved
+	isub temp,null
+	branch enable_user,zero
+	branch disable_user
+
+
+
+
+
+le_get_search_att_uuid:
+	call store_contr
+	arg mem_le_search_uuid_length,contw
+	branch le_get_search_common
+
+
+	
+le_writeatt_cb:
+	fetch 2,mem_cb_att_write
+	branch callback_func
+	
+le_supervision_update:
+	bpatchx patch20_2,mem_patch20
+	fetcht 4,mem_le_supervision_timer
+	call get_clkbt
+	isub temp,timeup					
+	deposit timeup
+	fetcht 2,mem_le_superto
+	lshift4 temp,temp
+	lshift temp,temp
+	isub temp,pdata
+	rtn
+	
+le_supervision_flush:
+	call get_clkbt
+	store 4,mem_le_supervision_timer
+	rtn
+
+	
+//input rega
+le_receive_window_size:
+	bpatchx patch20_3,mem_patch20
+	add rega, coffset_le_peer_sca,contr
+	ifetch 1,contr
+	call le_sca_map
+	add rega, coffset_tsniff,contr
+	ifetch 2,contr
+	imul32 temp,pdata
+	fetcht 2,mem_param_rt_rthalfslot
+	imul32 temp,pdata
+	arg 1000000,temp
+	idiv temp
+	arg PARAM_WINDOWN_SIZE,temp
+	fetch 1,mem_system_clk
+	imul32 temp,temp
+	add rega, coffset_le_window_size,contr
+	ifetch 1,contr
+	imul32 temp,pdata
+	iadd temp,pdata
+	store 4,mem_le_transmit_window	
+	fetch 2,mem_rx_window_sniff
+	call wait_div_end
+	quotient temp
+	iadd temp,pdata
+	add rega, coffset_rx_window,contw
+	istore 2,contw
+	rtn
+
+	
+
+le_init_attlist_search:
+	bpatchx patch20_4,mem_patch20
+	fetch 2,mem_le_search_handle_start
+	iforce regb
+	fetch 2,mem_le_search_handle_end
+	iforce regc
+	fetch 2,mem_ui_le_uuid_table
+	iforce contr
+	branch enable_user
+
+	
+le_att_handle_inrange:
+	ifetch 2,contr
+	and_into 0xff,pdata
+	rtn blank
+	isub regb,null			
+	nrtn positive
+	isub regc,null			
+	rtn zero
+	branch le_att_handle_blank,positive
+	force 1,null
+	rtn
+le_att_handle_blank:
+	force 0,pdata
+	rtn
+
+
+	
+le_att_get_handle_ptr:
+	call le_att_get_handle_ptr2
+	branch le_att_get_handle_ptr_found,zero
+	rtn
+	
+le_att_get_handle_ptr2:
+	bpatchx patch20_5,mem_patch20
+	fetch 2,mem_ui_le_uuid_table
+	iforce contr
+le_att_get_handle_loop1:
+	ifetch 2,contr
+	and_into 0xff,pdata
+	rtn blank
+	isub temp,null
+	rtn zero
+	ifetch 1,contr
+	iadd contr,contr	
+	ifetch 1,contr			// length  
+	iadd contr,contr
+	branch le_att_get_handle_loop1
+le_att_get_handle_ptr_found:
+	ifetch 1,contr
+	iadd contr,contr	
+	rtn	
+
+
+
+le_att_get_short_uuid_ptr:
+	bpatchx patch20_6,mem_patch20
+	fetch 2,mem_ui_le_uuid_table
+	iforce contr
+le_att_get_short_uuid_loop:
+	ifetch 2,contr
+	and_into 0xff,pdata
+	rtn blank
+	ifetch 1,contr
+	iadd contr,contr
+	increase -2,contr
+	ifetch 2,contr
+	isub temp,null
+	rtn zero
+	ifetch 1,contr			 
+	iadd contr,contr
+	branch le_att_get_short_uuid_loop	
+
+
+//output:temp:new handle num
+//contr:address write data
+le_att_get_last_handle:
+	fetch 2,mem_ui_le_uuid_table
+	iforce contr
+le_att_get_last_handle_loop:
+	ifetch 2,contr
+	and_into 0xff,pdata
+	rtn blank
+	add pdata,1,temp
+	ifetch 1,contr
+	iadd contr,contr	
+	ifetch 1,contr			// length
+	iadd contr,contr
+	copy contr,contw
+	branch le_att_get_last_handle_loop
+
+
+le_att_get_handle_info_from_ptr:
+	fetch 2, mem_le_cur_attlist_start_ptr
+	branch le_att_get_handle_info_fast
+
+le_att_get_handle_info:
+	bpatchx patch20_7,mem_patch20
+	fetch 2,mem_ui_le_uuid_table
+le_att_get_handle_info_fast:
+	iforce contr
+le_att_get_handle_loop:
+	ifetch 2,contr
+	and_into 0xff,pdata
+	branch le_att_unfind_handle,blank
+	isub temp,null
+	branch le_att_finded_handle, zero
+	ifetch 1,contr			// length  
+	iadd contr,contr	
+	ifetch 1,contr			//length 
+	iadd contr,contr
+	branch le_att_get_handle_loop
+le_att_unfind_handle:
+	branch disable_blank
+
+le_att_finded_handle:
+	ifetch 1,contr
+	store 1,mem_le_cur_uuid_length
+	copy pdata,loopcnt
+	arg mem_le_cur_uuid,contw
+	call memcpy_fast
+	ifetch 1,contr
+	store 1,mem_le_curr_att_len
+	call store_contr
+	branch enable_blank
+
+	
+le_modified_name:
+	bpatchx patch21_0,mem_patch21
+	call le_modified_name_att_list
+	branch le_modified_name_adv
+
+le_modified_name_att_list:
+	arg UUID_CHRCTR_DEVICE_NAME,temp
+	call le_att_get_short_uuid_ptr
+	rtn blank
+	ifetch 1,contr						// attribute length
+	copy contr,contw
+	fetcht 1,mem_le_name_len
+	copy temp,loopcnt
+	isub temp,null
+	nbranch le_name_length_longer_than_att,positive
+	isub temp,temp
+	arg mem_le_name,contr
+	call memcpy_fast
+	copy temp,loopcnt
+	ncall memcpy_empty,zero
+	rtn
+le_name_length_longer_than_att:
+	copy pdata,loopcnt
+	arg mem_le_name,contr
+	branch memcpy_fast
+
+
+le_modified_name_adv:
+	arg mem_le_adv_data_len+32,regc
+	arg mem_le_adv_data,rega
+	call le_modified_name_adv_and_scan
+	setarg 0
+	setflag user,0,pdata
+	store 1,mem_pdatatemp
+	arg mem_le_scan_data_len+32,regc
+	arg mem_le_scan_data,rega
+	call le_modified_name_adv_and_scan
+	rtn user
+	fetch 1,mem_pdatatemp
+	branch assert,blank
+	rtn
+
+
+le_modified_name_adv_and_scan:
+	bpatchx patch21_1,mem_patch21
+	call enable_user
+	call clear_temp_block
+	arg 0,regb	//current length
+	arg mem_le_data_temp,contw
+	call le_modified_name_adv_loop
+	fetch 1,mem_le_name_len
+	add pdata,1,temp
+	iadd regb,rega	
+	increase 2,rega
+	sub rega,0x1f,null
+	nbranch le_modified_name_adv_and_scan_name_overflow,positive
+	istoret 1,contw		//store ble name length
+	arg GAP_ADTYPE_LOCAL_NAME_COMPLETE,temp
+	istoret 1,contw		//store ble name type
+	iforce loopcnt
+	call memcpy_fast
+	copy rega,regb
+le_modified_name_adv_and_scan_store_data:
+	deposit regb
+	store 1,mem_le_data_len_temp
+	arg mem_le_data_len_temp,contr
+	setarg -32
+	iadd regc,contw
+	branch memcpy32
+
+le_modified_name_adv_and_scan_name_overflow:
+	call disable_user
+	branch le_modified_name_adv_and_scan_store_data
+	
+le_modified_name_adv_loop:
+	ifetch 1,rega		//pdata:length
+	rtn blank			//length is zero,ending find
+	pincrease 1		//length += 1
+	ifetcht 1,contr		//pdata:type
+	sub temp,GAP_ADTYPE_LOCAL_NAME_COMPLETE,null
+	branch le_modified_name_adv_found_name,zero
+	iadd regb,regb	
+	copy rega,contr
+	iforce loopcnt
+	call memcpy_fast
+	copy contr,rega
+le_modified_name_adv_loop2:
+	deposit rega
+	isub regc,null
+	rtn positive
+	branch le_modified_name_adv_loop
+
+le_modified_name_adv_found_name:
+	iadd rega,rega
+	branch le_modified_name_adv_loop2
+
+
+memcpy_empty:
+	setarg SPACE
+	istore 1,contw
+	loop memcpy_empty
+	rtn
+
+	
+le_lpm_set_mult:
+	bpatchx patch21_2,mem_patch21
+	disable wake
+	branch le_lpm_set_mult_attempt,attempt
+	nbranch le_lpm_lost,match
+le_lpm_set_mult_attempt:
+	call lpm_match
+	fetch 2,mem_rx_window_sniff
+	store 2,mem_le_receive_window
+	fetch 1,mem_le_configuration
+	bbit1 BIT_BLE_SHORT_MULT,lpm_mult_short	//check flag,if flag is 1,always short mult
+	bmark1 mark_old_packet,lpm_mult_short
+	fetch 1,mem_le_rxbuf_data_length
+	nbranch lpm_mult_short,blank		// rx not empty, short interval
+	fetch 1,mem_le_txlen
+	nbranch lpm_mult_short,blank		// tx not empty, short interval
+	
+	fetch 1,mem_le_state
+	bbit1 lestate_update_param,lpm_mult_short
+	bbit1 lestate_update_phy,lpm_mult_short
+	bbit1 lestate_update_map,lpm_mult_short
+	branch lpm_mult_wait_timeout
+	
+le_lpm_lost:
+	fetch 1,mem_sniff_unint_lost
+	sub pdata,30,null
+	nbranch lpm_lost,positive
+	fetcht 2,mem_rx_window_sniff
+	rshift temp,temp
+	fetch 2,mem_le_receive_window
+	iadd temp,pdata
+	store 2,mem_le_receive_window
+	branch lpm_lost
+
+///////////////////////////////BLE CONFIG//////////////////////////////////////////
+le_set_config_fixed_tk:
+	arg BIT_BLE_PASSKEY_FIXED_KEY,queue
+	branch le_set_config
+
+le_clr_config_fixed_tk:
+	arg BIT_BLE_PASSKEY_FIXED_KEY,queue
+	branch le_clr_config
+
+le_set_config_fixed_ltk:
+	arg BIT_BLE_PAIRING_FIXED_LTK,queue
+	branch le_set_config
+
+le_clr_config_fixed_ltk:
+	arg BIT_BLE_PAIRING_FIXED_LTK,queue
+	branch le_clr_config
+
+le_set_config_more_data:
+	arg BIT_BLE_TRANSMIT_PACKET_BY_MD,queue
+	branch le_set_config
+
+le_clr_config_more_data:
+	arg BIT_BLE_TRANSMIT_PACKET_BY_MD,queue
+	branch le_clr_config
+
+le_set_config_read_authentication:
+	arg BIT_BLE_READ_AUTH,queue
+	branch le_set_config
+
+le_clr_config_read_authentication:
+	arg BIT_BLE_READ_AUTH,queue
+	branch le_clr_config
+
+le_set_config_write_authentication:
+	arg BIT_BLE_WRITE_AUTH,queue
+	branch le_set_config
+
+le_clr_config_write_authentication:
+	arg BIT_BLE_WRITE_AUTH,queue
+	branch le_clr_config
+
+le_set_config_short_mult:
+	arg BIT_BLE_SHORT_MULT,queue
+	branch le_set_config
+
+le_clr_config_short_mult:
+	arg BIT_BLE_SHORT_MULT,queue
+	branch le_clr_config
+
+
+le_set_config:
+	fetch 1,mem_le_configuration
+	qset1 pdata
+	store 1,mem_le_configuration
+	rtn
+
+le_clr_config:
+	fetch 1,mem_le_configuration
+	qset0 pdata
+	store 1,mem_le_configuration
+	rtn
+
+le_set_fixed_ltk:
+	setarg 0x112233
+	store 3,mem_le_fixed_ltk
+	setarg 0x445566
+	istore 3,contw
+	setarg 0x778899
+	istore 3,contw
+	setarg 0x001122
+	istore 3,contw
+	setarg 0x334455
+	istore 3,contw
+	setarg 0x66
+	istore 1,contw
+	rtn
+
+
+le_set_justwork:
+	setarg 0x01000302
+	store 4,mem_le_pres
+	setarg 0x010010
+	store 3,mem_le_pres_max_keysize
+	jam 1,mem_le_pairing_mode
+	rtn
+
+/////////////////////////////////////////////////////////////////////////
+
+le_fifo_malloc_tx_empty:
+	arg 0,rega
+	arg LLID_EMPTY,type
+	branch le_fifo_malloc_tx
+
+
+//rega:len regb:ll opcode
+le_fifo_malloc_tx_ll:
+	bpatchx patch21_3,mem_patch21
+	arg LLID_LE_LL,type
+	call le_fifo_malloc_tx
+	copy regb,pdata
+	istore 1,contw
+	rtn
+	
+
+//rega:len regb:cid
+le_fifo_malloc_tx_l2cap:
+	bpatchx patch21_4,mem_patch21
+	force LLID_START,type
+	increase 4,rega
+	call le_fifo_malloc_tx
+	increase -4,rega
+	copy rega,pdata
+	istore 2,contw
+	copy regb,pdata
+	istore 2,contw
+	rtn
+
+
+//rega:len type:llid
+le_fifo_malloc_tx:
+	bpatchx patch21_5,mem_patch21
+	increase 5,rega
+	call ble_l2cap_malloc
+	increase -5,rega
+	copy rega,pdata
+	istore 2,contw				//lengh
+	setarg 0
+	istore 2,contw				//offset
+	copy type,pdata
+	istore 1,contw				//LLID
+	rtn
+
+
+le_fifo_get_first_tx_ptr:
+	bpatchx patch21_6,mem_patch21
+	call l2cap_malloc_fifo_out
+	copy pdata,contr
+	rtn
+
+le_fifo_get_second_tx_ptr:
+	fetch 2,mem_tx_fifo2_ptr
+	rtn
+
+le_fifo_get_last_tx_ptr:
+	call le_fifo_get_last_tx_ptr0
+	copy pdata,contr
+	rtn
+
+
+le_fifo_get_last_tx_ptr0:
+	fetch 2,mem_tx_fifo3_ptr
+	rtn
+
+
+le_fifo_get_first_l2cap_ptr:
+	call le_fifo_get_first_tx_ptr
+	increase 5,contr
+	rtn
+
+le_fifo_get_first_att_ptr:
+	call le_fifo_get_first_tx_ptr
+	increase 9,contr
+	rtn
+
+le_fifo_get_last_att_ptr:
+	call le_fifo_get_last_tx_ptr
+	increase 9,contr
+	rtn
+
+le_fifo_get_last_l2cap_ptr:
+	call le_fifo_get_last_tx_ptr
+	increase 5,contr
+	rtn
+
+
+le_fifo_check_full:
+	branch l2cap_malloc_is_fifo_full
+
+
+le_fifo_check_nearly_full:
+	branch l2cap_malloc_is_fifo_nearly_full
+
+	
+le_fifo_check_empty:
+	branch l2cap_malloc_is_fifo_empty
+
+
+le_fifo_release_first_node:
+	branch l2cap_malloc_free
+
+
+le_set_dle:
+	store 8,mem_local_rx_max_octets
+	branch le_set_feature_data_packet_length_extension
+
+
+le_set_phys:
+	and temp,0xff,rega
+	call le_set_tx_phy
+	rshift8 temp,rega
+//	branch le_set_rx_phy
+le_set_rx_phy:
+	storer rega,1,mem_le_rx_phys
+	branch le_set_phy_common
+
+le_set_tx_phy:
+	storer rega,1,mem_le_tx_phys
+le_set_phy_common:	
+	isolate1 BIT_LE_2M_PHY,rega
+	call le_set_feature_2M_phy,true
+	isolate1 BIT_LE_CODED_PHY,rega
+	call le_set_feature_coded_phy,true
+	rtn
+
+
+
+le_set_feature_2M_phy:
+	arg BIT_LL_FEATURE_LE_2M_PHY,queue
+	branch le_set_feature
+
+
+le_set_feature_coded_phy:
+	arg BIT_LL_FEATURE_LE_CODED_PHY,queue
+	branch le_set_feature
+
+le_set_feature_data_packet_length_extension:
+	arg BIT_LL_FEATURE_LE_DATA_PACKET_LENGTH_EXTENSION,queue
+//	branch le_set_feature
+le_set_feature:
+	fetch 8,mem_le_local_feature
+	qset1 pdata
+	store 8,mem_le_local_feature
+	rtn
+
+le_set_fixed_ltk_justwork:
+	call le_set_config_fixed_ltk
+	call le_set_justwork
+	call le_set_fixed_ltk
+	branch le_set_config_read_authentication
+	
+
+
+
+le_advertising_dispatch:
+	jam FUN_RX_LL_1M_PHY,mem_le_rx_phy
+	jam FUN_TX_LL_1M_PHY,mem_le_tx_phy
+	call le_enable
+	call le_scan
+	call le_adv
+	branch le_disable
+
+le_scan:
+	bpatchx patch21_7,mem_patch21
+	fetch 1,mem_le_scan_enable
+	rtnne LE_SCAN_ENABLE
+	arg le_scan_interval_timer,queue
+	call timer_check
+	nrtn blank
+	fetch 2,mem_le_scan_interval
+	fetcht 2,mem_le_scan_window
+	isub temp,pdata
+	arg le_scan_interval_timer,queue
+	call timer_init
+	disable master
+	call le_init_adv
+	call le_wait_adv
+	nrtn match
+	bpatchx patch22_0,mem_patch22
+	fetch 6,mem_le_rxbuf+2
+	store 6,mem_le_plap
+//	call le_scan_dongle
+
+	fetch 1,mem_le_adv_rcv
+	increase 1,pdata
+	store 1,mem_le_adv_rcv
+	call le_create_conn
+	rtn master
+	call le_send_scan_request
+	nrtn match
+	fetch 1,mem_le_scanrsp_rcv
+	increase 1,pdata
+	store 1,mem_le_scanrsp_rcv
+	fetch 9,mem_le_rxbuf+8
+	store 9,mem_temp_block0
+	rtn
+
+
+le_wait_adv:
+	bpatchx patch22_1,mem_patch22
+	call le_next_adv_channel
+	call le_receive_adv
+	fetch 1,mem_le_adv_waitcnt
+	increase 1,pdata
+	store 1,mem_le_adv_waitcnt
+	rtn
+
+
+le_create_conn:
+	bpatchx patch22_2,mem_patch22
+	fetch 1,mem_cmd_le_create_conn
+	rtnne hci_cmd_le_create_conn
+	fetch 6,mem_le_plap
+	fetcht 6,mem_le_conn_peer_addr
+	isub temp,null
+	nrtn zero
+	call context_new
+	nrtn zero
+	call le_connect_request
+	call le_init_master
+	jam 0,mem_hci_cmd
+	jam 0,mem_le_peer_sca
+	jam 0,mem_le_scan_enable
+	jam 0,mem_cmd_le_create_conn
+	branch context_save
+
+le_connect_request:
+	bpatchx patch22_3,mem_patch22
+	force -1,pdata
+	setsect 2,1
+	store 5,mem_le_channel_map
+	arg mem_le_state,rega	
+	call le_calc_channel_map	
+	force 4,loopcnt
+	arg mem_le_access,contw
+	call generate_random_loop
+	fetch 2,mem_le_timeout
+	store 2,mem_le_superto
+le_con_req_hop_retry:
+	random pdata
+	and_into 0xf,pdata
+	sub pdata,4,null
+	branch le_con_req_hop_retry,positive
+	store 1,mem_le_hop
+//	store 1,mem_tmp1
+	bpatchx patch22_4,mem_patch22
+	fetcht 2,mem_le_conn_interval
+	storet 2,mem_le_tsniff	
+	copy temp,regc			// tsniff in regc
+	add clkn_bt,7,pdata			// leave space for offset
+	idiv regc
+	call wait_div_end
+	remainder rega
+	isub rega,pdata
+	iadd regc,pdata
+	fetcht 2,mem_le_dsniff
+	iadd temp,pdata
+	store 4,mem_le_anchor
+	isub clkn_bt,rega
+	increase -6,rega			// window offset
+	arg 0x2205,regb			// length & CONN_REQ PDU
+	fetch 1,mem_le_conn_own_addr_type
+	nsetflag blank,LE_SENDER_ADDR_BIT,regb
+	fetch 1,mem_le_conn_peer_addr_type
+	nsetflag blank,LE_RECEIVER_ADDR_BIT,regb
+	copy regb,pdata
+	store 2,mem_le_txheader
+	fetch 6,mem_le_lap
+	istore 6,contw//own addr
+	fetch 6,mem_le_plap
+	istore 6,contw// peer addr
+	fetch 4,mem_le_access
+	istore 4,contw
+	random pdata
+	istore 2,contw				
+	random pdata
+	istore 1,contw
+	force 2,pdata					
+	istore 1,contw
+	rshift2 rega,pdata
+	istore 2,contw				
+	rshift2 regc,pdata			
+	istore 2,contw				
+	bpatchx patch22_5,mem_patch22
+	setarg 0					
+	istore 2,contw
+	fetch 2,mem_le_timeout
+	istore 2,contw
+	fetch 5,mem_le_channel_map
+	istore 5,contw				
+	fetch 1,mem_le_hop
+	arg param_le_sca,temp
+	ior temp,pdata
+	istore 1,contw
+	call le_transmit_norx
+	setarg mem_le_txheader
+	add pdata,18,contr
+	ifetch 3,contr
+	store 3,mem_le_crcinit
+	rtn
+		
+
+le_adv:
+	jam 36,mem_le_ch_mapped
+	jam 0,mem_le_adv_channel_map_temp
+	call le_send_adv_protect_txbuf
+	call le_adv_loop
+	branch le_send_adv_recover_txbuf
+	
+le_adv_loop:
+	bpatchx patch22_6,mem_patch22
+	fetch 1,mem_le_adv_enable
+	rtn blank
+	arg le_adv_interval_timer,queue
+	call timer_check
+	nrtn blank
+	enable swfine
+	call le_init_adv
+	call le_next_adv_channel
+	call le_send_adv_ind
+	nbranch le_adv_not_match,match
+	fetch 1,mem_le_req_rcv
+	increase 1,pdata
+	store 1,mem_le_req_rcv
+	fetch 1,mem_le_rxbuf_adv_header
+	and pdata,0x0f,pdata
+	beq SCAN_REQ,le_send_scan_response
+	beq CONNECT_REQ,le_parse_connect_req
+le_adv_not_match:
+	bpatchx patch22_7,mem_patch22
+	fetch 1,mem_le_adv_channel_map_temp
+	fetcht 1,mem_le_adv_channel_map
+	isub temp,null
+	nbranch le_adv_loop,zero
+	random pdata 
+	arg 0x1ff,temp
+	iand temp,pdata
+	add pdata,250,pdata
+	call delay
+	arg le_adv_interval_timer,queue
+	fetch 2,mem_le_adv_interval
+	branch timer_init
+
+le_send_adv_protect_txbuf:
+	arg mem_le_tx_buf_temp,contw
+	arg mem_le_txheader,contr	
+	branch memcpy48
+	
+le_send_adv_recover_txbuf:
+	arg mem_le_tx_buf_temp,contr
+	arg mem_le_txheader,contw
+	branch memcpy48
+
+le_init_adv:
+	bpatchx patch23_0,mem_patch23
+	disable master
+le_adv_access:
+	setarg 0x8e89be
+	lshift8 pdata,pdata
+	or_into 0xd6,pdata
+	iforce access
+	setarg 0x555555
+	store 3,mem_le_crcinit
+	rtn
+
+
+
+le_send_adv_ind:
+	bpatchx patch23_1,mem_patch23
+	fetch 1,mem_le_adv_type
+	fetcht 1,mem_le_adv_own_addr_type
+	lshift4 temp,temp
+	lshift2 temp,temp
+	iadd temp,temp
+	storet 1,mem_le_txheader
+	beq ADV_DIRECT_IND,le_send_adv_direct_ind
+	fetcht 1,mem_le_adv_data_len
+	add temp,6,pdata
+	store 1,mem_le_txlen
+	fetch 6,mem_le_lap
+	store 6,mem_le_txpayload
+	copy temp,loopcnt
+	arg mem_le_adv_data,contr
+	call memcpy_fast
+	branch le_send_adv_transmit
+
+le_send_adv_direct_ind:
+	setarg 12
+	store 1,mem_le_txlen
+	fetch 6,mem_le_lap
+	store 6,mem_le_txpayload
+	fetch 6,mem_hci_plap
+	istore 6,contw
+le_send_adv_transmit:
+	bpatchx patch23_2,mem_patch23
+	fetch 1,mem_le_adv_transmit
+	increase 1,pdata
+	store 1,mem_le_adv_transmit
+	arg 1800,stop_watch
+	disable match
+	branch le_transmit_receive_sifs_without_change_mode
+
+
+le_send_scan_request:
+	bpatchx patch23_3,mem_patch23
+	fetch 1,mem_le_scan_type
+	rtnne LE_SCAN_TYPE_ACTIVE
+	fetch 1,mem_le_adv_transmit
+	increase 1,pdata
+	store 1,mem_le_adv_transmit
+	arg 0x0c03,temp// length + SCAN_REQ PDU
+	fetch 1,mem_le_scan_own_addr_type
+	nsetflag blank,LE_SENDER_ADDR_BIT,temp
+	copy rega,pdata
+	nsetflag blank,LE_RECEIVER_ADDR_BIT,temp	
+	storet 2,mem_le_txheader
+	fetch 6,mem_le_lap
+	istore 6,contw
+	fetch 6,mem_le_plap
+	istore 6,contw
+	branch le_transmit_receive_sifs_without_change_mode
+
+le_send_scan_response:
+	fetch 6,mem_le_rxbuf_adv_scan_req_adv_address
+	fetcht 6,mem_le_lap
+	isub temp,null
+	nrtn zero
+	arg SCAN_RSP,temp
+	fetch 1,mem_le_adv_own_addr_type
+	nsetflag blank,LE_SENDER_ADDR_BIT,temp
+	storet 1,mem_le_txheader
+	fetcht 1,mem_le_scan_data_len
+	add temp,6,pdata
+	store 1,mem_le_txlen
+	fetch 6,mem_le_lap
+	store 6,mem_le_txpayload
+	arg mem_le_scan_data,contr
+	copy temp,loopcnt
+	call memcpy_fast
+	call le_transmit_norx
+	branch le_adv_not_match
+
+le_parse_connect_req:
+	fetch 6,mem_le_rxbuf_adv_connect_ind_adv_address
+	fetcht 6,mem_le_lap
+	isub temp,null
+	nrtn zero
+	call le_scan_check_sender_addr_type
+	storer rega,1,mem_le_conn_peer_addr_type
+	fetch 6,mem_le_rxbuf_adv_connect_ind_init_address
+	store 6,mem_le_plap
+	fetch 8,mem_le_rxbuf_adv_connect_ind_access_address
+	store 8,mem_le_access 	// and crcinit & window size
+	fetcht 2,mem_le_rxbuf_adv_connect_ind_win_offset	// transmit offset
+	bpatchx patch23_4,mem_patch23
+	lshift2 temp,temp
+	fetch 2,mem_le_rxbuf_adv_connect_ind_interval	// connInterval
+	lshift2 pdata,pdata
+	store 2,mem_le_tsniff
+	store 4,mem_le_anchor
+	isub temp,pdata
+	add pdata,-2,clke_bt
+	fetch 9,mem_le_rxbuf_adv_connect_ind_latency
+	store 9,mem_le_slave_latency// and super to & channel map
+	fetch 1,mem_le_rxbuf_adv_connect_ind_hop_and_sca
+	and pdata,0x1f,temp
+	storet 1,mem_le_hop
+	rshift4 pdata,temp
+	rshift temp,temp
+	storet 1,mem_le_peer_sca
+	arg mem_le_state,rega
+	call le_receive_window_size
+	arg mem_le_state,rega	
+	call le_calc_channel_map
+	call le_init_slave
+	call context_new
+	nrtn zero
+	bpatchx patch23_5,mem_patch23
+	call calc_clke_offset
+	call le_l2cap_reset_signaling_identifier
+	jam BT_EVT_LE_CONNECTED,mem_fifo_temp
+	call ui_ipc_send_event
+	branch context_save
+
+
+le_next_adv_channel:
+	bpatchx patch23_6,mem_patch23
+	fetch 1,mem_le_ch_mapped
+	beq 37,le_next_adv_channel_curr_channel_37
+	beq 38,le_next_adv_channel_curr_channel_38
+	beq 39,le_next_adv_channel_curr_channel_39
+	branch le_next_adv_channel_curr_channel_39
+
+le_next_adv_channel_curr_channel_37:
+	fetcht 1,mem_le_adv_channel_map
+	isolate1 BIT_ADV_CHANNEL_MAP_38,temp		//check 38 channel enable
+	branch set_le_next_adv_channel_38,true
+	isolate1 BIT_ADV_CHANNEL_MAP_39,temp		//check 39 channel enable
+	branch set_le_next_adv_channel_39,true
+	branch set_le_next_adv_channel_37
+
+
+le_next_adv_channel_curr_channel_38:
+	fetcht 1,mem_le_adv_channel_map
+	isolate1 BIT_ADV_CHANNEL_MAP_39,temp		//check 39 channel enable
+	branch set_le_next_adv_channel_39,true
+	isolate1 BIT_ADV_CHANNEL_MAP_37,temp		//check 37 channel enable
+	branch set_le_next_adv_channel_37,true
+	branch set_le_next_adv_channel_38
+
+
+le_next_adv_channel_curr_channel_39:
+	fetcht 1,mem_le_adv_channel_map
+	isolate1 BIT_ADV_CHANNEL_MAP_37,temp		//check 37 channel enable
+	branch set_le_next_adv_channel_37,true
+	isolate1 BIT_ADV_CHANNEL_MAP_38,temp		//check 38 channel enable
+	branch set_le_next_adv_channel_38,true
+	branch set_le_next_adv_channel_39
+
+set_le_next_adv_channel_37:
+	jam 37,mem_le_ch_mapped
+	fetch 1,mem_le_adv_channel_map_temp
+	set1 BIT_ADV_CHANNEL_MAP_37,pdata
+	store 1,mem_le_adv_channel_map_temp
+	rtn
+
+set_le_next_adv_channel_38:
+	jam 38,mem_le_ch_mapped
+	fetch 1,mem_le_adv_channel_map_temp
+	set1 BIT_ADV_CHANNEL_MAP_38,pdata
+	store 1,mem_le_adv_channel_map_temp
+	rtn
+
+set_le_next_adv_channel_39:
+	jam 39,mem_le_ch_mapped
+	fetch 1,mem_le_adv_channel_map_temp
+	set1 BIT_ADV_CHANNEL_MAP_39,pdata
+	store 1,mem_le_adv_channel_map_temp
+	rtn
+
+
+
+
+le_parse_att:
+	ifetch 3,contr
+	store 3,mem_le_att_opcode
+le_parse_att2:
+	beq ATTOP_EXCHANGE_MTU_REQUEST,le_parse_att_exchange_mtu_request
+	beq ATTOP_EXCHANGE_MTU_RESPONSE,le_parse_att_exchange_mtu_response
+	beq ATTOP_FIND_INFORMATION_REQUEST,le_parse_att_find_information_request
+	beq ATTOP_FIND_BY_TYPE_VALUE_REQUEST,le_parse_att_find_by_type_value_request
+	beq ATTOP_READ_BY_TYPE_REQUEST,le_parse_att_read_by_type_request
+	beq ATTOP_READ_REQUEST,le_parse_att_read_request
+	beq ATTOP_READ_BLOB_REQUEST,le_parse_att_read_blob_request
+	beq ATTOP_READ_BY_GROUP_TYPE_REQUEST,le_parse_att_read_by_group_type_request
+	beq ATTOP_WRITE_REQUEST,le_parse_att_write_request
+	beq ATTOP_PREPARE_WRITE_REQUEST,le_parse_att_prepare_write_request
+	beq ATTOP_EXECUTE_WRITE_REQUEST,le_parse_att_execute_write_request
+	beq ATTOP_HANDLE_VALUE_CONFIRMATION,le_parse_handle_value_confirmation
+	beq ATTOP_WRITE_COMMAND,le_parse_att_write_command
+	rtn
+
+
+le_send_att_exchange_mtu_requset:
+	force 3,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_EXCHANGE_MTU_REQUEST
+	istore 1,contw
+	fetch 2,mem_le_local_mtu
+	istore 2,contw
+	rtn
+
+
+le_parse_att_exchange_mtu_request:
+	call le_parse_att_exchange_mtu_response
+le_send_att_exchange_mtu_response:
+	force 3,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_EXCHANGE_MTU_RESPONSE
+	istore 1,contw
+	fetch 2,mem_le_local_mtu
+	istore 2,contw
+	rtn
+
+le_parse_att_exchange_mtu_response:
+	rshift8 pdata,pdata
+	store 2,mem_le_remote_mtu
+	rtn
+
+le_parse_att_find_information_request:
+	call le_get_search_handle_start_end_common
+	call enable_user
+	branch le_send_att_find_information_response
+	
+le_send_att_find_information_response:
+	arg 3,timeup
+	call le_init_attlist_search
+le_send_att_find_information_res_loop:
+	call le_att_handle_inrange
+	branch le_send_att_find_information_res_end,blank
+	nbranch le_send_att_find_information_res_next,positive
+	increase -2,contr
+	call store_contr
+	call get_contw
+	nbranch le_send_att_find_information_res_store_info,user
+	call push_stack_rega_b_c
+	call disable_user
+	storer timeup,4,mem_timeup
+	force 20,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	fetchr timeup,4,mem_timeup
+	call pop_stack_rega_b_c
+	setarg ATTOP_FIND_INFORMATION_RESPONSE
+	istore 1,contw
+	setarg UUID_SIZE_16BIT
+	istore 1,contw
+le_send_att_find_information_res_store_info:
+	call get_contr
+	ifetch 2,contr
+	and_into 0xff,pdata
+	istore 2,contw
+	ifetch 1,contr
+	copy pdata,loopcnt
+	call memcpy
+	call store_contw
+	increase -1,timeup
+	branch le_send_att_find_information_res_end,zero
+le_send_att_find_information_res_cont:
+	ifetch 1,contr
+	iadd contr,contr
+	branch le_send_att_find_information_res_loop
+le_send_att_find_information_res_next:
+	ifetch 1,contr
+	iadd contr,contr
+	branch le_send_att_find_information_res_cont
+le_send_att_find_information_res_end:
+	branch le_send_att_error_response_notfound,user
+	branch le_send_auto_len_by_mem
+
+
+le_parse_att_find_by_type_value_request:
+	call le_get_search_handle_start_end_common
+	ifetch 2,contr
+	store 2,mem_le_search_uuid
+	call store_contr
+	arg mem_le_search_att_type_length,contw
+	fetch 2,mem_le_l2cap_size
+	increase -7,pdata
+	call le_get_search_common2
+	branch le_send_att_find_by_type_value_response
+
+
+le_start_end_handle_check_1:
+	disable user
+	fetcht 2,mem_le_search_handle_start
+	fetch 2,mem_le_search_handle_end
+	isub temp,null
+	nbranch le_start_end_handle_check_1_fail,positive
+	deposit temp
+	rtnne 0
+le_start_end_handle_check_1_fail:
+	enable user
+	jam ATT_ERR_INVALID_HANDLE,mem_le_err_code
+	branch le_send_att_error_response
+
+
+le_send_att_find_by_type_value_response:
+	call le_start_end_handle_check_1
+	rtn user
+	fetcht 2,mem_le_search_uuid
+	setarg UUID_GATT_PRIMARY_SERVICE
+	isub temp,null
+	branch le_send_att_find_by_type_value_res_primary,zero
+	branch le_send_att_error_response_notfound
+	
+
+le_send_att_find_by_type_value_res_primary:
+	jam LE_FIND_BY_TYPE_VAL_RES_NOT_FOUND,mem_le_search_res
+	fetcht 2,mem_le_search_handle_start
+	storet 2,mem_temp
+	call le_att_get_handle_info
+	nbranch le_send_att_error_response_notfound,blank
+le_send_att_find_primary_search_loop:
+	fetcht 2,mem_temp
+	call le_att_get_handle_info
+	nbranch le_send_att_error_response_notfound2,blank	
+	copy contr,rega
+	fetch 1,mem_le_curr_att_len
+	copy pdata,loopcnt
+	fetcht 1,mem_le_search_att_type_length
+	isub temp,null
+	nbranch le_send_att_find_primary_search_loop1,zero
+	arg mem_le_search_att_type,regb
+	call string_compare
+
+	branch le_send_att_find_primary_search_end_start_handle_found,zero
+
+	fetch 2,mem_le_cur_uuid
+	fetcht 2,mem_le_search_uuid
+	isub temp,null
+	branch le_send_att_find_primary_search_end_ending_handle_found,zero
+le_send_att_find_primary_search_loop1:
+	fetch 2,mem_temp
+	increase 1,pdata
+	store 2,mem_temp
+	branch le_send_att_find_primary_search_loop
+
+le_send_att_error_response_notfound2:
+	fetch 1,mem_le_search_res
+	beq LE_FIND_BY_TYPE_VAL_RES_FOUND_STARTING_HANDLE,le_send_att_find_primary_search_end_ending_handle_found
+	branch le_send_att_error_response_notfound
+
+	
+le_send_att_find_primary_search_end_start_handle_found:
+	fetch 2,mem_le_cur_uuid
+	fetcht 2,mem_le_search_uuid
+	isub temp,null
+	nbranch  le_send_att_find_primary_search_loop1,zero
+	jam LE_FIND_BY_TYPE_VAL_RES_FOUND_STARTING_HANDLE,mem_le_search_res
+//	copy rega,temp
+	fetcht 2,mem_temp
+	storet 2,mem_le_cur_handle_start
+	branch le_send_att_find_primary_search_loop1
+
+le_send_att_find_primary_search_end_ending_handle_found:
+	fetch 1,mem_le_search_res
+	beq LE_FIND_BY_TYPE_VAL_RES_NOT_FOUND,le_send_att_find_primary_search_loop1
+	jam LE_FIND_BY_TYPE_VAL_RES_FOUND_ENDING_HANDLE,mem_le_search_res
+	fetcht 2,mem_temp
+	increase -1,temp
+	storet 2,mem_le_cur_handle_end
+	
+le_send_att_find_primary_search_end:
+	arg 5,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_FIND_BY_TYPE_VALUE_RESPONSE
+	istore 1,contw
+	fetch 2,mem_le_cur_handle_start
+	istore 2,contw
+	fetch 2,mem_le_cur_handle_end
+	istore 2,contw
+	rtn
+
+
+
+le_parse_att_read_by_type_request:
+	call le_get_search_handle_start_end_common
+	call le_get_search_att_type
+	branch le_send_att_read_by_type_response
+	
+le_send_att_read_by_type_response:
+	fetcht 2,mem_le_search_handle_start
+	storet 2,mem_temp
+	call le_init_attlist_search
+	call le_att_get_handle_ptr2
+	increase -2,contr
+	copy contr,pdata
+	store 2,mem_le_cur_attlist_start_ptr
+
+	fetcht 2,mem_le_search_att_type
+	setarg UUID_CHRCTR_DEVICE_NAME
+	isub temp,null
+	branch le_send_att_read_by_type_res_device_name,zero
+	setarg UUID_GATT_CHARACTERISTIC
+	isub temp,null
+	nbranch le_send_att_read_by_type_res_not_characteristic,zero
+	arg 2,timeup
+le_send_att_read_by_type_response_loop:
+	call le_att_check_handle_end
+	nbranch le_send_att_read_by_type_response_end,positive
+	fetcht 2,mem_temp
+	call le_att_get_handle_info_from_ptr
+	nbranch le_send_att_read_by_type_response_end,blank
+	call le_att_same_type
+	nbranch le_send_att_read_by_type_response_next_handle,zero
+	nbranch le_send_att_read_by_type_res_found_next,user
+	disable user
+	arg 20,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_READ_BY_TYPE_RESPONSE
+	istore 1,contw
+	copy contw,alarm
+	increase 1,contw
+	
+	call le_send_att_read_by_type_write_properties
+	call le_att_next_handle
+	call le_att_get_handle_info_from_ptr
+	call le_send_att_read_by_type_write_uuid
+	fetch 1,mem_le_cur_uuid_length
+	add pdata,5,rega
+	istorer rega,1,alarm
+	
+	sub rega,7,null
+	ncall enable_user2,zero
+	call disable_user2,zero
+ 	call le_get_search_max_mtu_data
+	idiv rega
+	call wait_div_end
+	quotient timeup
+	increase -1,timeup
+	branch le_send_att_read_by_type_response_end,zero
+le_send_att_read_by_type_response_next_handle:
+	call le_att_next_handle
+	branch le_send_att_read_by_type_response_loop
+le_send_att_read_by_type_response_end:
+	branch le_send_att_error_response_notfound,user
+	branch le_send_auto_len_by_mem
+
+le_send_att_read_by_type_res_found_next:
+	call le_store_att_record
+	call le_att_next_handle
+	call le_att_get_handle_info_from_ptr
+	call le_send_att_read_by_type_res_check_pair_length_type
+	nbranch le_send_att_read_by_type_response_end,blank
+
+	call get_contw
+	fetch 2,mem_temp
+	increase -1,pdata
+	istore 2,contw
+	call le_write_att_record_common
+	call le_send_att_read_by_type_write_uuid
+	increase -1,timeup
+	branch le_send_att_read_by_type_response_end,zero
+	branch le_send_att_read_by_type_response_next_handle
+
+	
+le_send_att_read_by_type_write_properties:
+	fetch 2,mem_temp
+	istore 2,contw
+	
+	fetch 1,mem_le_curr_att_len
+	copy pdata,loopcnt
+	call get_contr
+	call memcpy_fast
+	branch store_contw
+le_send_att_read_by_type_write_uuid:
+	call get_contw
+	fetch 2,mem_temp
+	istore 2,contw
+	call store_contw
+	fetch 1,mem_le_cur_uuid_length
+	copy pdata,loopcnt
+	call get_contw	
+	call get_contr
+	isub loopcnt,contr
+	increase -1,contr
+	call memcpy_fast
+	branch store_contw
+
+
+
+le_send_att_read_by_type_res_not_characteristic:
+	call le_att_get_short_uuid_ptr
+	branch le_send_att_error_response_notfound,blank
+	copy contr,regc
+	increase -5,contr // point to handle
+	ifetch 2,contr
+	store 2,mem_temp
+	arg 20,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_READ_BY_TYPE_RESPONSE
+	istore 1,contw
+	ifetch 1,regc
+	copy pdata,loopcnt
+	increase 2,pdata
+	istore 1,contw
+	fetch 2,mem_temp
+	istore 2,contw
+	add regc,1,contr
+	call memcpy_fast
+	call store_contw
+	branch le_send_auto_len_by_mem
+
+	
+
+le_send_att_read_by_type_res_device_name:
+	arg UUID_CHRCTR_DEVICE_NAME,temp
+	call le_att_get_short_uuid_ptr
+	rtn blank
+	increase -5,contr // point to handle
+	ifetch 2,contr		
+	store 2,mem_temp
+	arg 20,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_READ_BY_TYPE_RESPONSE
+	istore 1,contw
+	fetch 1,mem_le_name_len
+	copy pdata,loopcnt
+	increase 2,pdata
+	istore 1,contw
+	fetch 2,mem_temp
+	istore 2,contw
+	arg mem_le_name,contr
+	call memcpy_fast
+	call store_contw
+	branch le_send_auto_len_by_mem
+
+
+
+le_parse_att_read_request:
+	call le_check_encrypt_state
+	fetcht 2,mem_le_att_handle
+	fetch 1,mem_le_configuration
+	bbit1 BIT_BLE_READ_AUTH,le_send_att_read_response_check_auth
+
+//input:temp is handle
+le_send_att_read_response:
+	call le_att_get_handle_ptr2
+	nbranch le_send_att_error_response_notfound,zero
+	call le_send_att_read_response_check_handle,user
+	rtn user
+	call le_att_get_handle_ptr_found
+	increase -2,contr
+	ifetch 2,contr
+	arg UUID_CHRCTR_DEVICE_NAME,temp
+	isub temp,null
+	branch le_send_device_name,zero
+	ifetch 1,contr
+	sub pdata,22,null
+	branch le_send_att_read_response_less,positive
+	force 22,pdata
+le_send_att_read_response_less:
+	copy pdata,regc
+	call store_contr
+	add regc,1,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_READ_RESPONSE
+	istore 1,contw
+	copy regc,loopcnt
+	call get_contr
+	branch memcpy
+
+le_send_device_name:
+	call store_contr
+	fetch 1,mem_le_name_len
+	add pdata,1,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_READ_RESPONSE
+	istore 1,contw
+	fetch 1,mem_le_name_len
+	copy pdata,loopcnt
+	arg mem_le_name,contr
+	branch memcpy
+	
+	
+le_send_att_read_response_check_auth:
+	fetch 2,mem_le_pairing_handle
+	isub temp,null
+	nbranch le_send_att_read_response,zero
+	nbranch le_send_att_read_response,user
+le_send_att_read_response_error_insufficient_auth:
+	jam ATT_ERR_INSUFFICIENT_AUTHENTICATION,mem_le_err_code
+	branch le_send_att_error_response
+
+le_send_att_read_response_check_handle:
+	increase -2,contr
+	ifetch 2,contr
+	bbit1 BIT_OF_ATT_HANDLE_READ_AUTHENTICATED,le_send_att_read_response_error_insufficient_auth
+	branch disable_user
+
+le_parse_att_read_blob_request:
+	ifetch 2,contr
+	store 2,mem_le_att_offset
+le_send_att_read_blob_response:
+	arg 20,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_READ_BLOB_RESPONSE
+	istore 1,contw
+	fetch 2,mem_le_att_offset
+	iforce rega
+	fetcht 2,mem_le_att_handle
+	call le_att_get_handle_ptr 
+	branch le_send_att_error_response_notfound,blank
+	ifetch 1,contr
+	isub rega,loopcnt
+	nbranch le_send_att_error_response_notfound,positive
+	sub loopcnt,22,null
+	branch le_send_att_read_blob_response_less,positive
+	force 22,loopcnt
+le_send_att_read_blob_response_less:
+	deposit rega
+	iadd contr,contr
+	call memcpy_fast
+	call store_contw
+	branch le_send_auto_len_by_mem
+
+
+//查询server
+le_parse_att_read_by_group_type_request:
+	call le_get_search_handle_start_end_common
+ 	call le_get_search_att_type
+	branch le_send_att_read_by_group_type_response
+
+
+//mem_le_search_att_type
+//mem_le_search_handle_start
+//mem_le_search_handle_end
+le_send_att_read_by_group_type_response:
+	arg 2,timeup
+	fetcht 2,mem_le_search_handle_start
+	storet 2,mem_temp
+	call le_att_get_handle_ptr2
+	increase -2,contr
+	copy contr,pdata
+	store 2,mem_le_cur_attlist_start_ptr
+le_send_att_read_by_group_type_response_loop:
+	call le_att_check_handle_end		//check current handle >= ending handle
+	nbranch le_send_att_read_by_group_type_end0,positive
+	fetcht 2,mem_temp
+	call le_att_get_handle_info_from_ptr	//get current handle info
+	nbranch le_send_att_read_by_group_type_end1,blank
+
+	call le_att_same_type				//compair attr group type
+	nbranch le_send_att_read_by_group_type_next_handle,zero
+	copy timeup,pdata
+	beq 0,le_send_att_read_by_group_type_end1	//loop count
+	nbranch le_send_att_read_by_group_type_store_write_record,user		//un first
+	disable user
+	//first att uuid
+	arg 20,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_READ_BY_GROUP_TYPE_RESPONSE
+	istore 1,contw
+	fetch 1,mem_le_curr_att_len
+	add pdata,4,rega
+	istorer rega,1,contw
+	call store_contw
+	sub rega,6,null
+	ncall enable_user2,zero
+	call disable_user2,zero
+ 	call le_get_search_max_mtu_data
+	idiv rega
+	call wait_div_end
+	quotient timeup
+	branch le_send_att_read_by_group_type_store_record
+le_send_att_read_by_group_type_store_write_record:
+	call le_send_att_read_by_group_type_check_pair_length_type
+	nbranch le_send_att_read_by_group_type_end1,blank
+	fetch 2,mem_temp
+	increase -1,pdata
+	store 2,mem_le_cur_handle_end
+	call le_write_att_record
+le_send_att_read_by_group_type_store_record:
+	fetch 2,mem_temp
+	store 2,mem_le_cur_handle_start
+	call le_store_att_record
+	increase -1,timeup
+//	branch le_send_att_read_by_group_type_last_find,zero		
+le_send_att_read_by_group_type_next_handle:
+	call le_att_next_handle
+	branch le_send_att_read_by_group_type_response_loop
+
+le_send_att_read_by_type_res_check_pair_length_type:
+	fetch 1,mem_le_cur_uuid_length
+	branch le_send_att_read_by_group_type_check_pair_length_type+1
+
+//output:blank is same
+le_send_att_read_by_group_type_check_pair_length_type:
+	fetch 1,mem_le_curr_att_len
+	branch le_send_att_read_by_group_type_check_pair_length_type_16byte,user2
+	increase -2,pdata
+	rtn
+
+le_send_att_read_by_group_type_check_pair_length_type_16byte:
+	increase -16,pdata
+	rtn
+
+le_send_att_read_by_group_type_end0:	//> att handle end
+	fetch 2,mem_temp
+	store 2,mem_le_cur_handle_end
+	branch le_send_att_read_by_group_type_end_common
+le_send_att_read_by_group_type_end1:	//>att max list handle or diff len 
+	fetch 2,mem_temp
+	increase -1,pdata
+	store 2,mem_le_cur_handle_end
+	branch le_send_att_read_by_group_type_end_common
+le_send_att_read_by_group_type_end_common:
+	branch le_send_att_error_response_notfound,user
+	call le_write_att_record
+	branch le_send_auto_len_by_mem
+
+
+
+
+le_parse_att_write_request:
+	copy contr,rega
+	fetch 2,mem_le_l2cap_size
+	add pdata,-3,regb
+	call le_writeatt_cb
+le_send_att_write_response_check_auth:
+	bpatchx patch23_7,mem_patch23
+	call le_check_encrypt_state
+	fetcht 2,mem_le_att_handle
+	call le_att_get_handle_ptr2
+	nbranch le_send_att_write_response_error_invalid_handle,zero
+	call le_send_att_write_response_check_handle,user
+	rtn user
+
+	fetch 1,mem_le_configuration
+	bbit0 BIT_BLE_WRITE_AUTH,le_send_att_write_response
+
+	fetcht 2,mem_le_att_handle
+	fetch 2,mem_le_pairing_handle
+	isub temp,null
+	nbranch le_send_att_write_response,zero
+	call le_check_encrypt_state
+	nbranch le_send_att_write_response,user
+	branch le_send_att_read_response_error_insufficient_auth
+
+
+le_send_att_write_response:
+	force 1,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_WRITE_RESPONSE
+	istore 1,contw
+	rtn
+
+le_send_att_write_response_check_handle:
+	increase -2,contr
+	ifetch 2,contr
+	bbit1 BIT_OF_ATT_HANDLE_WRITE_AUTHENTICATED,le_send_att_read_response_error_insufficient_auth
+	branch disable_user
+
+le_send_att_write_response_error_invalid_handle:
+	jam ATT_ERR_INVALID_HANDLE,mem_le_err_code
+	branch le_send_att_error_response
+
+
+le_check_encrypt_state:
+	bpatchx patch24_0,mem_patch24
+	call disable_user
+	fetch 1,mem_le_pairing_mode
+	rtneq LE_PAIRING_MODE_NONE
+	fetch 1,mem_context
+	rtnbit1 lestate_encryption
+	branch enable_user
+
+
+le_parse_att_prepare_write_request:
+	add contr,2,rega
+	fetch 2,mem_le_l2cap_size
+	add pdata,-5,regb
+	call le_writeatt_cb
+	branch le_send_att_prepare_write_response
+
+
+le_send_att_prepare_write_response:
+	fetch 2,mem_le_l2cap_size
+	copy pdata,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_PREPARE_WRITE_RESPONSE
+	istore 1,contw
+	fetch 2,mem_le_att_handle
+	istore 2,contw
+	fetch 2,mem_le_l2cap_size
+	add pdata,-5,loopcnt	
+	fetch 2,mem_le_payload_ptr
+	add pdata,7,contr
+	ifetch 2,contr		//offset
+	istore 2,contw
+	branch memcpy_fast
+
+
+
+le_parse_att_execute_write_request:
+
+le_send_att_execute_write_response:
+	force 1,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_EXECUTE_WRITE_RESPONSE
+	istore 1,contw
+	rtn
+
+le_parse_handle_value_confirmation:
+	fetch 1,mem_le_l2cap_att_states
+	set0 BLE_L2CAP_RECV_CONFIRMATION_PACKET,pdata
+	store 1,mem_le_l2cap_att_states
+	rtn
+
+le_parse_att_write_command:
+	copy contr,rega
+	fetch 2,mem_le_l2cap_size
+	add pdata,-3,regb
+	branch le_writeatt_cb
+
+
+
+//rga:len temp:handle;rgea,regb,regc already used
+le_att_malloc_tx_notify:
+	copy temp,regc
+	increase 3,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	increase -3,rega
+	setarg ATTOP_HANDLE_VALUE_NOTIFICATION
+	istore 1,contw
+	copy regc,temp
+	istoret 2,contw
+	rtn
+
+//rga:len temp:handle;rgea,regb,regc already used
+le_att_malloc_tx_indication:
+	fetch 1,mem_le_l2cap_att_states
+	set1 BLE_L2CAP_SEND_INDICATION_PACKET,pdata
+	store 1,mem_le_l2cap_att_states
+	copy temp,regc
+	increase 3,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	increase -3,rega
+	setarg ATTOP_HANDLE_VALUE_INDICATION
+	istore 1,contw
+	copy regc,temp
+	istoret 2,contw
+	rtn
+
+
+///////////////////////////ATT common function////////////////////////////////////
+
+le_send_att_error_response_notfound:	
+	bpatchx patch24_1,mem_patch24
+	jam ATT_ERR_ATTRIBUTE_NOT_FOUND,mem_le_err_code
+le_send_att_error_response:	
+	force 5,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_ERROR_RESPONSE
+	istore 1,contw
+	fetch 1,mem_le_att_opcode
+	istore 1,contw
+	fetch 2,mem_le_att_handle
+	istore 2,contw
+	fetch 1,mem_le_err_code
+	istore 1,contw
+	rtn
+
+
+le_fifo_malloc_tx_l2cap_gatt:
+	bpatchx patch24_2,mem_patch24
+	force LE_L2CAP_CID_ATT,regb
+	branch le_fifo_malloc_tx_l2cap
+
+
+le_att_next_handle:
+	fetcht 2,mem_temp
+	increase 1,temp
+	storet 2,mem_temp
+	rtn
+
+le_att_check_handle_end:
+	fetcht 2,mem_temp
+	fetch 2,mem_le_search_handle_end
+	isub temp,null
+	rtn
+
+
+le_att_same_type:
+	bpatchx patch24_3,mem_patch24
+	fetcht 1,mem_le_search_att_type_length
+	arg mem_le_search_att_type,rega
+le_att_check_same_common:
+	fetch 1,mem_le_cur_uuid_length
+	copy pdata,loopcnt
+	isub temp,null
+	nrtn zero
+	arg mem_le_cur_uuid ,regb
+	branch string_compare
+
+le_att_same_uuid:
+	fetcht 1,mem_le_search_uuid_length
+	arg mem_le_search_uuid,rega
+	branch le_att_check_same_common
+
+
+le_store_att_record:
+	bpatchx patch24_4,mem_patch24
+	fetch 1,mem_le_curr_att_len
+	store 1, mem_temp_block0
+	copy pdata,loopcnt
+	call get_contr
+	branch memcpy_fast
+
+
+le_write_att_record:
+	bpatchx patch24_5,mem_patch24
+	call get_contw
+	fetch 2,mem_le_cur_handle_start
+	istore 2,contw
+	fetch 2,mem_le_cur_handle_end
+	istore 2,contw
+le_write_att_record_common:
+	fetch 1,mem_temp_block0
+	copy pdata,loopcnt
+	call memcpy_fast
+	branch store_contw
+
+
+
+le_send_auto_len_by_mem:
+	bpatchx patch24_6,mem_patch24
+	call get_contw
+	call le_fifo_get_last_att_ptr
+	copy contw,pdata
+	isub contr,rega
+	call le_fifo_get_last_l2cap_ptr
+	copy rega,pdata
+	istore 2,contr
+	increase 4,rega
+	call le_fifo_get_last_tx_ptr
+	copy rega,pdata
+	istore 1,contr
+	rtn
+
+
+le_get_search_handle_start_end_common:
+	rshift8 pdata,pdata
+	store 2,mem_le_search_handle_start
+	ifetch 2,contr
+	store 2,mem_le_search_handle_end
+	rtn
+
+le_get_search_max_mtu_data:
+	bpatchx patch24_7,mem_patch24
+	fetch 2,mem_le_remote_mtu
+	increase -2,pdata
+	//-2原因
+	//uint8_t attribute opcode
+	//uint8_t length
+	fetcht 2,mem_le_local_mtu
+	increase -2,temp
+	call not_greater_than
+	arg 240,temp
+	call not_greater_than
+	//pdata is max mtu size
+	rtn
+
+le_get_search_att_type:
+	bpatchx patch25_0,mem_patch25
+	call store_contr
+	arg mem_le_search_att_type_length,contw
+le_get_search_common:	
+	fetch 2,mem_le_l2cap_size
+	increase -5,pdata
+le_get_search_common2:		
+	istore 1,contw
+	copy pdata,loopcnt
+	call get_contr
+	branch memcpy_fast	
+
+
+
+le_parse_writing_attribute_start:
+	fetch 2,mem_le_rxbuf_data_att_cid//CID
+	rtnne LE_L2CAP_CID_ATT
+	fetch 1,mem_le_l2cap_att_states
+	set1 BLE_L2CAP_DEAL_WITH_CONTINUE_PACKET,pdata
+	store 1,mem_le_l2cap_att_states
+	fetch 3,mem_le_rxbuf_data_att_opcode
+	store 3,mem_le_att_opcode
+	set1 mark_old_packet,mark
+	beq ATTOP_WRITE_REQUEST,le_parse_attribute_write_request
+	beq ATTOP_WRITE_COMMAND,le_parse_attribute_write_command
+	beq ATTOP_EXECUTE_WRITE_REQUEST,le_parse_att_execute_write_request
+	beq ATTOP_EXCHANGE_MTU_REQUEST,le_parse_att_exchange_mtu_request
+	beq ATTOP_HANDLE_VALUE_CONFIRMATION,le_parse_handle_value_confirmation
+	set0 mark_old_packet,mark
+le_clear_l2cap_att_states_deal_with_contiune_packet:
+	fetch 1,mem_le_l2cap_att_states
+	set0 BLE_L2CAP_DEAL_WITH_CONTINUE_PACKET,pdata
+	store 1,mem_le_l2cap_att_states
+	rtn
+
+le_parse_writing_attribute_continue:
+	fetch 1,mem_le_l2cap_att_states
+	rtnbit0 BLE_L2CAP_DEAL_WITH_CONTINUE_PACKET
+	set1 mark_old_packet,mark
+	call le_parse_l2cap_continue_common
+	call le_parse_attribute_check_complete_packet
+	call le_clear_l2cap_att_states_deal_with_contiune_packet,user
+	fetch 1,mem_le_att_opcode
+	beq ATTOP_WRITE_REQUEST,le_send_att_write_response_check_auth
+	rtn
+
+
+le_parse_attribute_write_request:
+	call le_parse_attribute_write_command
+	branch le_send_attribute_write_response_check_auth
+
+le_send_attribute_write_response_check_auth:
+	call le_parse_attribute_check_complete_packet
+	nrtn user
+	branch le_send_att_write_response_check_auth
+
+
+le_parse_attribute_write_command:
+	bpatchx patch25_1,mem_patch25
+	call le_parse_attribute_check_complete_packet_init
+	arg mem_le_rxbuf_data_att_write_payload,rega
+	branch le_writeatt_cb
+
+
+le_parse_attribute_check_complete_packet_init:
+	fetch 1,mem_le_rxbuf_data_att_write_length
+	add pdata,-7,regb
+	increase -4,pdata
+	store 2,mem_le_packet_len_recved	//payload length
+	fetcht 2,mem_le_rxbuf_data_att_write_l2cap_length	//l2cap length
+	storet 2,mem_le_l2cap_size
+	rtn
+
+
+le_parse_l2cap_continue_common:
+	fetchr regb,1,mem_le_rxbuf_data_continue_length
+	fetch 2,mem_le_packet_len_recved
+	iadd regb,temp
+	storet 2,mem_le_packet_len_recved
+	arg mem_le_rxbuf_data_continue_payload,rega
+	branch le_writeatt_cb
+
+
+//enable user,recevie complete packet
+le_parse_attribute_check_complete_packet:
+	call disable_user
+	fetch 2,mem_le_packet_len_recved
+	fetcht 2,mem_le_l2cap_size
+	isub temp,null
+	nrtn zero
+	branch enable_user
+
+
+
+le_parse_signaling:
+	ifetch 1,contr
+	ifetcht 1,contr //id
+	ifetcht 2,contr //length
+	beq L2CAP_CONNECTION_PARAMETER_UPDATE_RESPONSE,le_l2cap_parse_conn_parameter_update_rsp
+	rtn
+le_l2cap_parse_conn_parameter_update_rsp:
+	ifetch 2,contr	//result
+	store 2,mem_le_l2cap_signaling_conn_param_update_rsp_result
+	jam BT_EVT_LE_PARSE_CONN_PAPA_UPDATE_RSP,mem_fifo_temp
+	branch ui_ipc_send_event
+
+
+//mem_le_interval_min:the ptr that connection parameter,
+//include 	ConnIntervalMin,ConnIntervalMax,
+//		ConnSlaveLatency,ConnSupervisionTimeout
+le_l2cap_tx_update_req:
+	arg 0x0c,rega
+	arg L2CAP_CONNECTION_PARAMETER_UPDATE_REQUEST,regc
+	call le_fifo_malloc_tx_l2cap_signaling
+	setarg 0x08
+	istore 2,contw
+	fetch 8,mem_le_interval_min
+	istore 8,contw
+	rtn
+
+
+//rega:len regc:signaling opcode
+le_fifo_malloc_tx_l2cap_signaling:
+	call le_l2cap_update_signaling_identifier
+	arg LE_L2CAP_CID_SIGNAL,regb
+	call le_fifo_malloc_tx_l2cap
+	copy regc,pdata
+	istore 1,contw
+	fetch 1,mem_le_signaling_identifier
+	istore 1,contw
+	rtn
+
+
+le_l2cap_update_signaling_identifier:
+	fetch 1,mem_le_signaling_identifier
+	//beq 0xff,le_l2cap_signaling_identifier_set_1
+	pincrease 1
+	store 1,mem_le_signaling_identifier
+	rtnne 0
+	
+le_l2cap_reset_signaling_identifier:
+	jam 1,mem_le_signaling_identifier
+	rtn
+
+
+
+
+le_pairing_mode_init:
+	fetch  1,mem_le_pairing_mode
+	beq LE_PAIRING_MODE_NONE, le_set_no_pairing
+	beq LE_PAIRING_MODE_LAGACY_JUSTWORK,le_set_pairing_mode_lagacy_just_work
+	beq LE_PAIRING_MODE_LAGACY_PASSKEY,le_set_pairing_mode_lagacy_passkey
+	rtn
+	
+
+le_set_no_pairing:
+	jam FLAG_LE_NO_BONDING_NO_MITM,mem_le_pres_auth
+le_set_noinputnooutput:	
+	jam FLAG_IOCAP_NOINPUTNOOUTPUT,mem_le_pres_iocap
+	rtn
+le_set_pairing_mode_lagacy_just_work:
+	jam FLAG_LE_BONDING_MITM,mem_le_pres_auth
+	branch le_set_noinputnooutput
+le_set_pairing_mode_lagacy_passkey:
+	jam FLAG_LE_BONDING_MITM,mem_le_pres_auth
+le_set_displayonly:	
+	jam FLAG_IOCAP_DISPLAYONLY,mem_le_pres_iocap
+	rtn
+
+
+le_parse_smp:
+	ifetch 1,contr
+	beq SMP_PAIRING_REQUEST,le_parse_smp_pairing_request
+//	beq SMP_PAIRING_RESPONSE,le_parse_smp_pairing_response
+	beq SMP_PAIRING_CONFIRM,le_parse_smp_pairing_confirm
+	beq SMP_PAIRING_RANDOM,le_parse_smp_pairing_random
+	beq SMP_PAIRING_FAILED,le_parse_smp_pairing_failed
+//	beq SMP_ENCRYPTION_INFORMATION,le_parse_smp_encryption_information
+	beq SMP_MASTER_IDENTIFICATION,le_parse_smp_master_identification
+	beq SMP_IDENTITY_INFORMATION,le_parse_smp_identity_information
+	beq SMP_IDENTITY_ADDRESS_INFORMATION,le_parse_smp_identity_address_information
+	beq SMP_SIGNING_INFORMATION,le_parse_smp_signing_information
+	beq SMP_SECURITY_REQUEST,le_parse_smp_security_request
+	rtn
+
+
+
+le_send_smp_security_request:
+	force 2,rega
+	call le_fifo_malloc_tx_l2cap_smp
+	setarg SMP_SECURITY_REQUEST
+	istore 1,contw
+	fetch 1,mem_le_pres_auth
+	istore 1,contw
+	rtn
+		
+le_parse_smp_pairing_request:
+	store 1,mem_le_preq
+	ifetch 6,contr
+	istore 6,contw
+	fetch 1,mem_le_pairing_mode
+	beq  LE_PAIRING_MODE_NONE,le_smp_pairing_fail_reason_not_support_pairing
+	call le_send_smp_pairing_response
+le_parse_smp_pairing_request2:	
+	jam FLAG_LE_PAIRING_RCV_PAIRING_REQ,mem_le_pairing_state
+	fetch 1,mem_le_preq_iocap
+	beq  FLAG_IOCAP_DISPlAYONLY,le_set_tk_0
+	beq  FLAG_IOCAP_DISPLAYYESNO,le_set_tk_0
+	beq  FLAG_IOCAP_NOINPUTNOOUTPUT,le_set_tk_0
+	fetch 1,mem_le_pairing_mode	
+	beq LE_PAIRING_MODE_LAGACY_PASSKEY,le_parse_smp_pairing_req_passkey
+	rtneq LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY
+le_set_tk_0:
+	arg 0,pdata
+	store 4,mem_le_tk
+	rtn
+
+le_parse_smp_pairing_req_passkey:
+	fetch 1,mem_le_configuration
+	bbit1 BIT_BLE_PASSKEY_FIXED_KEY,le_parse_smp_pairing_req_fixed_passkey
+le_genernate_tk:
+	arg mem_le_tk,rega
+	copy rega,contw
+	arg 3,loopcnt
+	call generate_random_loop
+	fetch 2,mem_le_tk + 2
+	and_into 0x7,pdata
+	store 2,mem_le_tk + 2
+le_parse_smp_pairing_req_fixed_passkey:
+	jam BT_EVT_LE_TK_GENERATE,mem_fifo_temp
+	branch ui_ipc_send_event
+
+
+
+le_send_smp_pairing_response:
+	force 7,rega
+	call le_fifo_malloc_tx_l2cap_smp
+	fetch 7,mem_le_pres
+	istore 7,contw
+	rtn
+		
+
+le_parse_smp_pairing_confirm:
+	jam FLAG_LE_PAIRING_RECEIVE_PAIRING_CONFIRM,mem_le_pairing_state
+	arg mem_le_rconfirm,contw
+	call memcpy16
+	fetch 1,mem_le_pairing_mode
+	beq LE_PAIRING_MODE_LAGACY_PASSKEY_RES_INPUT,le_parse_smp_pairing_confirm_passkey_res_input
+	branch le_send_smp_pairing_confirm
+
+	
+le_parse_smp_pairing_confirm_passkey_res_input:
+	jam BT_EVT_LE_GET_PASSKEY,mem_fifo_temp
+	branch ui_ipc_send_event
+	
+
+le_send_smp_pairing_confirm:
+	jam FLAG_LE_PAIRING_SEND_PAIRING_CONFIRM,mem_le_pairing_state
+	call generate_confirm
+	force 17,rega
+	call le_fifo_malloc_tx_l2cap_smp
+	setarg SMP_PAIRING_CONFIRM
+	istore 1,contw
+	branch  store_aes_result
+
+	
+le_parse_smp_pairing_random:	
+	copy contr,rega
+	copy rega,contr
+	call authenticate_rconfirm
+	branch le_parse_smp_pairing_random_success,zero
+le_send_pairing_confirm_value_failed:
+	jam PAIRING_FAILED_CONFIRM_VALUE_FAILED,mem_le_ll_pairing_fail_reason
+le_send_pairing_failed:
+	force 2,rega
+	call le_fifo_malloc_tx_l2cap_smp
+	setarg SMP_PAIRING_FAILED
+	istore 1,contw
+	fetch 1,mem_le_ll_pairing_fail_reason
+	istore 1,contw	
+le_parse_smp_pairing_failed:
+	bpatchx patch25_2,mem_patch25
+	force smp_pairing_timer,queue
+	call timer_stop
+	jam FLAG_LE_PAIRING_NULL,mem_le_pairing_state
+	jam BT_EVT_LE_PAIRING_FAIL,mem_fifo_temp
+	branch ui_ipc_send_event
+
+le_smp_pairing_fail_reason_not_support_pairing:
+	jam PAIRING_FAILED_PAIRING_NOT_SUPPORTED,mem_le_ll_pairing_fail_reason
+	branch le_send_pairing_failed
+	
+
+le_parse_smp_pairing_random_success:
+	call generate_stk
+	jam BT_EVT_LE_PAIRING_SUCCESS,mem_fifo_temp
+	call ui_ipc_send_event
+	jam 1,mem_ltk_exists
+	jam FLAG_LE_PAIRING_AFTER_AUTH,mem_le_pairing_state
+	
+le_send_smp_pairing_random:
+	force 17,rega
+	call le_fifo_malloc_tx_l2cap_smp
+	setarg SMP_PAIRING_RANDOM
+	istore 1,contw
+	arg mem_le_srand,contr
+	branch memcpy16
+
+le_send_smp_encryption_information:
+	force 17,rega
+	call le_fifo_malloc_tx_l2cap_smp
+	setarg SMP_ENCRYPTION_INFORMATION
+	istore 1,contw
+	fetch 1,mem_le_configuration
+	bbit1 BIT_BLE_PAIRING_FIXED_LTK,le_send_fixed_ltk
+	arg mem_le_ltk,contr
+	branch memcpy16
+
+le_send_fixed_ltk:
+	arg mem_le_fixed_ltk,contr
+	branch memcpy16
+
+
+le_send_smp_master_identification:
+	arg mem_le_ediv,contw
+	force 10,loopcnt
+	call generate_random_loop
+	force 11,rega
+	call le_fifo_malloc_tx_l2cap_smp
+	setarg SMP_MASTER_IDENTIFICATION
+	istore 1,contw
+	fetch 2,mem_le_ediv
+	istore 2,contw
+	fetch 8,mem_le_rand
+	istore 8,contw
+	rtn
+
+le_send_smp_identity_information:
+	force 17,rega
+	call le_fifo_malloc_tx_l2cap_smp
+	setarg SMP_IDENTITY_INFORMATION
+	istore 1,contw
+	setarg 0
+	istore 8,contw
+	istore 8,contw
+	rtn
+	
+
+le_send_smp_identity_address_information:
+	force 8,rega
+	call le_fifo_malloc_tx_l2cap_smp
+	setarg SMP_IDENTITY_ADDRESS_INFORMATION
+	istore 1,contw
+	fetch 1,mem_le_conn_own_addr_type
+	istore 1,contw
+	fetch 6,mem_le_lap	
+	istore 6,contw
+	rtn	
+
+
+le_send_pairing_fail_unspecified_reason:
+	jam PAIRING_FAILED_UNSPECIFIED_REASON,mem_le_ll_pairing_fail_reason
+	branch le_send_pairing_failed
+
+le_check_init_key_distribution:
+	fetch 1,mem_le_pres_init_key_distribution
+	fetcht 1,mem_le_pres_init_key_distribution
+	iand temp,pdata
+	rtn	
+
+le_parse_smp_identity_information:
+	arg mem_le_irk,contw
+	call memcpy16
+	call le_check_init_key_distribution
+	isolate0 LE_INITATOR_IRK_BIT,pdata
+	branch le_send_pairing_fail_unspecified_reason,true
+	rtn
+
+//output:user is enable ,random addr type
+le_check_master_addr_type:
+	call disable_user
+	fetch 1,mem_le_conn_peer_addr_type
+	rtneq MASTER_PUBLIC_ADDR
+	fetch 1,mem_le_preq_init_key_distribution
+	rtnbit0 LE_INITATOR_IRK_BIT
+	branch enable_user
+
+le_parse_smp_identity_address_information:
+	call le_check_init_key_distribution
+	isolate0 LE_INITATOR_IRK_BIT,pdata
+	branch le_send_pairing_fail_unspecified_reason,true
+	rtn
+
+le_parse_smp_master_identification:
+le_parse_smp_signing_information:	
+le_parse_smp_security_request:
+	rtn
+	
+
+le_check_paring_time:
+	fetch 1,mem_le_pairing_state
+	rtneq FLAG_LE_PAIRING_END
+	arg FLAG_LE_PAIRING_RCV_PAIRING_REQ,temp
+	isub temp,null
+	nrtn positive
+	arg smp_pairing_timer,queue
+	call timer_check
+	nrtn blank
+	branch le_send_pairing_fail_unspecified_reason
+
+le_pairing_sm:
+	bpatchx patch25_3,mem_patch25
+	call le_fifo_check_nearly_full
+	nrtn blank	
+	fetch 1,mem_le_pairing_state
+	beq FLAG_LE_PAIRING_NULL,le_pairing_sm_null
+	beq FLAG_LE_PAIRING_START,le_pairing_sm_start
+	beq FLAG_LE_PAIRING_SEND_RECURITY_REQ,le_pairing_sm_send_sec_req
+	beq FLAG_LE_PAIRING_RCV_PAIRING_REQ,le_pairing_sm_rcv_pairing_req
+	beq FLAG_LE_PAIRING_AFTER_AUTH,le_pairing_sm_after_auth
+	beq FLAG_LE_PARING_SEND_ENC_INFORMATION,le_pairng_sm_send_enc_information
+	beq FLAG_LE_PARING_SEND_MASTER_IDENTIFICATION,le_pairng_sm_send_master_indentification
+	beq FLAG_LE_PARING_SEND_INDENTITY_INFORMATION,le_pairng_sm_send_indentity_information
+	rtn
+
+le_pairing_sm_null:
+le_pairing_sm_send_sec_req:
+	fetch 1,mem_le_enc_state
+	rtnne FLAG_LE_SEND_START_ENC_RSP
+	jam FLAG_LE_ENC_END,mem_le_enc_state
+	jam FLAG_LE_PAIRING_END,mem_le_pairing_state
+	jam BT_EVT_LE_RECONNECT_COMPLETE ,mem_fifo_temp
+	branch ui_ipc_send_event	
+	
+	
+le_pairing_sm_start:
+	jam FLAG_LE_PAIRING_SEND_RECURITY_REQ,mem_le_pairing_state
+	branch le_send_smp_security_request
+
+le_pairing_sm_rcv_pairing_req:
+	jam FLAG_LE_PAIRING_WAIT_STK_GENERATION,mem_le_pairing_state
+	setarg TIMER_SMP_PAIRING_TIMEOUT
+	arg smp_pairing_timer,queue
+	branch timer_init
+	
+le_pairing_sm_after_auth:
+	fetch 1,mem_le_enc_state
+	beq FLAG_LE_SEND_START_ENC_RSP,le_pairing_sm_after_auth_start_enc
+	rtn
+	
+le_pairing_sm_after_auth_start_enc:
+	fetch 1,mem_le_pairing_mode
+	bbit1 LE_PAIRING_MODE_SECURE_CONNECT_BIT,le_pairing_sm_after_auth_start_enc_sc
+
+	jam FLAG_LE_PARING_SEND_ENC_INFORMATION,mem_le_pairing_state
+	call le_send_smp_encryption_information
+le_pairing_sm_after_auth_start_enc_common:
+	jam BT_EVT_LE_ENC_INFO,mem_fifo_temp
+	branch ui_ipc_send_event
+
+le_pairing_sm_after_auth_start_enc_sc:
+	jam FLAG_LE_PARING_SEND_MASTER_IDENTIFICATION,mem_le_pairing_state
+	branch le_pairing_sm_after_auth_start_enc_common
+
+le_pairng_sm_send_enc_information:	
+	jam FLAG_LE_PARING_SEND_MASTER_IDENTIFICATION,mem_le_pairing_state
+	branch le_send_smp_master_identification
+
+le_pairng_sm_send_master_indentification:	
+	fetch 1,mem_le_preq_resp_key_distribution
+	fetcht 1,mem_le_pres_resp_key_distribution
+	iand temp,pdata
+	isolate0 LE_INITATOR_IRK_BIT,pdata
+	branch le_parse_start_enc_rsp_after_auth_end,true
+	jam FLAG_LE_PARING_SEND_INDENTITY_INFORMATION,mem_le_pairing_state
+	branch le_send_smp_identity_information
+
+le_pairng_sm_send_indentity_information:		
+	call le_send_smp_identity_address_information
+	branch le_parse_start_enc_rsp_after_auth_end
+
+
+le_parse_start_enc_rsp_after_auth_end:
+	bpatchx patch25_4,mem_patch25
+	force smp_pairing_timer,queue
+	call timer_stop
+	jam FLAG_LE_ENC_END,mem_le_enc_state
+	jam FLAG_LE_PAIRING_END,mem_le_pairing_state
+	jam BT_EVT_LE_PAIRING_COMPLETE ,mem_fifo_temp
+	branch ui_ipc_send_event	
+	
+
+
+
+le_fifo_malloc_tx_l2cap_smp:
+	bpatchx patch25_6,mem_patch25
+	force LE_L2CAP_CID_SMP,regb
+	branch le_fifo_malloc_tx_l2cap
+
+
+
+le_parse_ll:
+	fetch 1,mem_le_rxbuf_data_ll_opcode
+	beq LL_CONNECTION_UPDATE_IND,le_parse_connection_update_ind
+	beq LL_CHANNEL_MAP_IND,le_parse_channel_map_ind
+	beq LL_TERMINATE_IND,le_parse_terminate_ind
+	beq LL_ENC_REQ,le_parse_enc_req
+	beq LL_ENC_RSP,le_parse_enc_rsp
+	beq LL_START_ENC_REQ,le_parse_start_enc_req
+	beq LL_START_ENC_RSP,le_parse_start_enc_rsp
+	beq LL_UNKNOWN_RSP,le_parse_unknown_rsp
+	beq LL_FEATURE_REQ,le_parse_feature_req
+	beq LL_FEATURE_RSP,le_parse_feature_rsp
+	beq LL_PAUSE_ENC_REQ,le_parse_pause_enc_req
+	beq LL_PAUSE_ENC_RSP,le_parse_pause_enc_rsp
+	beq LL_VERSION_IND,le_parse_version_ind
+	beq LL_REJECT_IND,le_parse_reject_ind
+	beq LL_PING_REQ,le_parse_ping_req
+	beq LL_PING_RSP,le_parse_ping_rsp
+	beq LL_LENGTH_REQ,le_parse_length_req
+	beq LL_LENGTH_RSP,le_parse_length_rsp
+	beq LL_PHY_REQ,le_parse_phy_req
+	beq LL_PHY_UPDATE_IND,le_parse_phy_update_ind
+	fetchr regc,1,mem_le_rxbuf_data_ll_opcode
+	branch le_send_unknown_rsp
+
+
+//LL Opcode:0x00
+le_parse_connection_update_ind:
+	ifetch 9,contr
+	store 9,mem_le_new_param
+	ifetch 2,contr
+	store 2,mem_le_instant
+	fetch 1,mem_le_state
+	set1 lestate_update_param,pdata
+	store 1,mem_le_state
+	rtn
+
+
+//LL Opcode:0x01
+le_parse_channel_map_ind:
+	ifetch 5,contr
+	store 5,mem_le_new_map
+	ifetch 2,contr
+	store 2,mem_le_instant
+le_update_map_enable:
+	fetch 1,mem_le_state
+	set1 lestate_update_map,pdata
+	store 1,mem_le_state
+	rtn
+
+
+//LL Opcode:0x02
+le_parse_terminate_ind:
+	setarg 20 // 200ms
+	store 2,mem_le_superto
+	store 2,mem_le_init_superto
+	rtn
+
+
+//LL Opcode:0x03
+le_parse_enc_req:
+	ifetch 8,contr
+	store 8,mem_le_rand
+	ifetch 2,contr
+	store 2,mem_le_ediv
+	ifetch 8,contr
+	store 8,mem_le_skdm
+	ifetch 4,contr
+	store 4,mem_ccm_ivm
+	call le_send_enc_rsp
+	bpatchx patch25_7,mem_patch25
+	fetch 1,mem_le_pairing_state
+	beq FLAG_LE_PAIRING_AFTER_AUTH,le_parse_enc_req_after_auth
+	fetch 1,mem_le_configuration
+	bbit1 BIT_BLE_PAIRING_FIXED_LTK,le_parse_enc_req_fixed_ltk
+	fetch 1,mem_nv_data_number
+	ncall load_device_list_mode_4,blank
+	fetch 1,mem_ltk_exists
+	beq 0,le_ltk_lost
+le_parse_enc_req_after_auth:
+	jam FLAG_LE_RCV_ENC_START,mem_le_enc_state
+	call le_send_start_enc_req
+	branch generate_sk
+le_parse_enc_req_fixed_ltk:
+	jam 1,mem_ltk_exists
+	arg mem_le_fixed_ltk,contr
+	arg mem_le_ltk,contw
+	call memcpy16
+	branch le_parse_enc_req_after_auth
+	
+le_ltk_lost:
+	jam FLAG_LE_ENC_NULL,mem_le_enc_state
+	jam FLAG_LE_ENC_NULL,mem_le_pairing_state
+	jam BT_EVT_LE_LTK_LOST,mem_fifo_temp
+	branch ui_ipc_send_event
+
+//LL Opcode:0x04
+le_parse_enc_rsp:
+	ifetch 8,contr
+	store 8,mem_le_skds
+	ifetch 4,contr
+	store 4,mem_ccm_ivs
+	branch generate_sk
+
+
+//LL Opcode:0x05
+le_parse_start_enc_req:
+	fetch 1,mem_le_state
+	set1 lestate_encryption,pdata
+	store 1,mem_le_state
+	rtn
+
+//LL Opcode:0x06
+le_parse_start_enc_rsp:
+	rtn master
+	jam BT_EVT_LE_START_ENC,mem_fifo_temp
+	call ui_ipc_send_event	
+	jam FLAG_LE_SEND_START_ENC_RSP,mem_le_enc_state
+	branch le_send_start_enc_rsp
+
+
+//LL Opcode:0x07
+le_parse_unknown_rsp:
+	rtn
+
+
+//LL Opcode:0x08
+le_parse_feature_req:
+	branch le_send_feature_rsp
+
+
+//LL Opcode:0x09
+le_parse_feature_rsp:
+	rtn
+
+
+//LL Opcode:0x0a
+le_parse_pause_enc_req:
+	jam FLAG_LE_ENC_PAUSE,mem_le_enc_state
+	call le_send_pause_enc_rsp	
+	jam BT_EVT_LE_PAUSE_ENC,mem_fifo_temp
+	branch ui_ipc_send_event	
+
+
+//LL Opcode:0x0b
+le_parse_pause_enc_rsp:
+	rtn
+
+
+//LL Opcode:0x0c
+le_parse_version_ind:
+	rtn master
+	branch le_send_version_ind
+
+
+//LL Opcode:0x0d
+le_parse_reject_ind:
+	rtn
+
+
+//LL Opcode:0x13
+le_parse_ping_req:
+	branch le_send_ping_rsp
+
+
+//LL Opcode:0x14
+le_parse_ping_rsp:
+	rtn
+
+
+le_parse_length_req:
+	call le_parse_length_rsp
+	branch le_send_data_length_res
+
+le_parse_length_rsp:
+	ifetch 8,contr
+	store 8,mem_remote_rx_max_octets
+	fetch 2,mem_remote_rx_max_octets
+	fetcht 2,mem_local_tx_max_octets
+	call not_greater_than
+	store 2,mem_remote_rx_max_octets
+	
+	fetch 2,mem_remote_tx_max_octets
+	fetcht 2,mem_local_rx_max_octets
+	call not_greater_than
+	store 2,mem_remote_tx_max_octets
+	rtn
+
+
+//LL Opcode:0x16
+le_parse_phy_req:
+	branch le_send_phy_rsp
+
+
+//LL Opcode:0x18
+le_parse_phy_update_ind:
+	ifetch 2,contr
+	store 2,mem_le_new_m2s_phy
+	ifetch 2,contr
+	store 2,mem_le_instant
+	rtn blank
+	fetch 1,mem_le_state
+	set1 lestate_update_phy,pdata
+	store 1,mem_le_state	
+	rtn
+
+
+///////////////////send ll packet//////////////
+//LL Opcode:0x02
+le_send_terminate_ind_user_terminated:
+	arg ERROR_REMOTE_USER_TERMINATED_CONNECTION,regc
+
+//regc:The ErrorCode field shall be set to inform the remote device why the connection is about to be terminated.
+le_send_terminate_ind:
+	arg 2,rega
+	arg LL_TERMINATE_IND,regb
+	call le_fifo_malloc_tx_ll
+	copy regc,pdata
+	istore 1,contw
+	rtn
+
+
+//LL Opcode:0x04
+le_send_enc_rsp:
+	arg mem_le_skds,contw
+	force 8,loopcnt
+	call generate_random_loop
+	arg mem_ccm_ivs,contw
+	force 4,loopcnt
+	call generate_random_loop
+	arg 13,rega
+	arg LL_ENC_RSP,regb
+	call le_fifo_malloc_tx_ll
+	fetch 8,mem_le_skds
+	istore 8,contw
+	fetch 4,mem_ccm_ivs
+	istore 4,contw
+	rtn
+
+
+//LL Opcode:0x05
+le_send_start_enc_req:
+	jam FLAG_LE_SEND_START_ENC_REQ,mem_le_enc_state
+	arg LL_START_ENC_REQ,regb
+	branch le_send_ll_one_lenth
+
+
+//LL Opcode:0x06
+le_send_start_enc_rsp:
+	arg LL_START_ENC_RSP,regb
+	branch le_send_ll_one_lenth
+
+
+//LL Opcode:0x07
+//input:regc is receive ll opcode
+le_send_unknown_rsp:
+	arg 2,rega
+	arg LL_UNKNOWN_RSP,regb
+	call le_fifo_malloc_tx_ll
+	istorer regc,1,contw
+	rtn	
+
+
+//LL Opcode:0x09
+le_send_feature_rsp:
+	arg 9,rega
+	arg LL_FEATURE_RSP,regb
+	call le_fifo_malloc_tx_ll
+	fetch 8,mem_le_local_feature
+	or pdata,FUN_LL_FEATURE_LE_ENCRYPTION,pdata
+	istore 8,contw
+	rtn
+
+
+//LL Opcode:0x0B
+le_send_pause_enc_rsp:
+	arg LL_PAUSE_ENC_RSP,regb
+	branch le_send_ll_one_lenth
+
+
+//LL Opcode:0x0C
+le_send_version_ind:
+	arg 6,rega
+	arg LL_VERSION_IND,regb
+	call le_fifo_malloc_tx_ll
+	fetch 5,mem_version
+	istore 5,contw
+	rtn
+
+//LL Opcode:0x0D
+le_send_reject_ind:
+	arg 2,rega
+	arg LL_REJECT_IND,regb
+	call le_fifo_malloc_tx_ll
+	setarg LE_ERR_PIN_OR_KEY_MISSING
+	istore 1,contw
+	rtn		
+
+
+//LL Opcode:0x13
+le_send_ping_rsp:
+	arg LL_PING_RSP,regb
+	branch le_send_ll_one_lenth
+	
+le_send_data_length_req:
+	arg LL_LENGTH_REQ,regb
+	branch le_send_data_length
+
+le_send_data_length_res:
+	arg LL_LENGTH_RSP,regb
+le_send_data_length:
+	arg 9,rega
+	call le_fifo_malloc_tx_ll
+	fetch 8,mem_local_rx_max_octets
+	istore 8,contw
+	rtn
+
+
+//LL Opcode:0x17
+le_send_phy_rsp:
+	arg 3,rega
+	arg LL_PHY_RSP,regb
+	call le_fifo_malloc_tx_ll
+	fetch 1,mem_le_tx_phys
+	and pdata,0x07,pdata
+	istore 1,contw
+	fetch 1,mem_le_rx_phys
+	and pdata,0x07,pdata
+	istore 1,contw
+	rtn		
+
+
+//regb:ll opcode
+le_send_ll_one_lenth:
+	arg 1,rega
+	branch le_fifo_malloc_tx_ll
+
+
+
+
+g24_dispatch:
+	bpatchx patch26_0,mem_patch26
+	bmark1 mark_24g_rxmode,g24_receive_dispatch
+	branch g24_transmit_dispatch
+
+
+
+
+g24_prep:
+	bpatchx patch26_1,mem_patch26
+	disable enable_crc
+	disable enable_white
+	setarg 0x555555
+	iforce crc24_init
+	fetch 1,mem_24g_ch
+	branch le_prep_next
+
+g24_receive_packet:
+	bpatchx patch26_2,mem_patch26
+	fetch 1,mem_24g_rx_phy
+	call le_enable_phy_by_pdata
+	fetch 4,mem_24g_addr
+	iforce access
+	call set_sync_on
+	fetcht 1,mem_24g_ch
+	call le_rf_rx_enable
+g24_receive_rxon:
+	call g24_prep
+	bmark0 mark_ble_lr,g24_receive_nolr
+	pulse dewhiten_code_calc
+	nop 30
+	call g24_prep
+g24_receive_nolr:
+	disable user3
+	enable decode_fec0
+	enable is_rx
+	disable is_tx
+	enable swfine
+	fetch 2,mem_24g_rx_window
+	iforce stop_watch
+	correlate null,timeout
+	nbranch g24_sync_timeout,sync
+	call rf_debug_rx_sync_line
+	bmark1 mark_ble_lr,g24_receive_skip_fec1
+	fetch 1,mem_24g_disable_fec1
+	nbranch g24_receive_skip_fec1,blank
+	disable decode_fec0	
+	enable decode_fec1	//lr do not use fec1
+g24_receive_skip_fec1:
+	enable enable_white
+	enable enable_crc
+	call g24_receive_byte
+	store 1,mem_24g_get_syncword_crc8
+	fetcht 1,mem_24g_syncword_crc8
+	isub temp,null
+	nbranch g24_hec_error,zero
+	bpatchx patch26_3,mem_patch26
+	disable user7
+	isolate1 mark_ble_lr,mark
+	call g24_lr_receive_pdu_len,true
+	branch g24_lr_len_error,user7
+	call g24_receive_byte
+	store 1,mem_24g_rxbuf	//device id
+	bmark1 mark_24g_rxmode,g24_receive_skip
+	fetch 1,mem_24g_rxbuf
+	fetcht 1,mem_24g_data_type
+	icompare bits_data,temp
+	nbranch g24_type_error,true
+g24_receive_skip:
+	call g24_receive_byte
+	isolate1 mark_ble_lr,mark
+	call g24_lr_receive_payload_len,true
+	istore 1,contw
+	rshift3 pdata,pdata
+	sub pdata,0x1f,null
+	nbranch g24_len_over_error,positive	//max payload: 32bytes
+	copy pdata,loopcnt
+	branch g24rx_nopayload,zero
+g24rx_loop:
+	call g24_receive_byte
+	istore 1,contw
+	loop g24rx_loop
+g24rx_nopayload:
+	bmark1 mark_24g_rxmode,g24_receive_skip_rssi
+	copy contw,rega
+	call g24_receive_byte
+	store 1,mem_rssi_hex_received	//receive rssi hex
+	copy rega,contw
+g24_receive_skip_rssi:
+	parse demod,bucket,24
+	rshift32 pdata,pdata
+	rshift16 pdata,pdata
+	istore 3,contw
+	fetch 1,mem_24g_disable_fec1
+	nbranch g24_receive_skip_disable_fec1,blank
+	disable decode_fec1
+g24_receive_skip_next:
+	isolate1 mark_24g_rxmode,mark
+	call save_rssi_dec,true
+	branch g24_crc_error,crc_failed
+	call rf_debug_rx_crc_line	//L
+	bpatchx patch26_4,mem_patch26
+	enable user3
+	call le_match_set_txfreq
+	rtnmark1 mark_24g_rxmode
+	fetch 1,mem_rssi_hex_received
+	fetcht 1,mem_rssi_hex_received_max_value
+	isub temp,null
+	call copy_temp2pdata,positive
+	branch rssi_signal
+
+g24_receive_skip_disable_fec1:
+	disable decode_fec0
+	branch g24_receive_skip_next
+	
+
+g24_lr_receive_pdu_len:
+	call g24_receive_byte
+	sub pdata,1,null
+	branch enable_user7,positive
+	increase -2,pdata	//minus hec and pdu length
+	bmark1 mark_24g_rxmode,g24_lr_receive_pdu_norssi
+	branch enable_user7,blank
+	increase -1,pdata	//minus rssi_hex length
+g24_lr_receive_pdu_norssi:
+	store 1,mem_temp	//payload length
+	rtn
+
+g24_lr_receive_payload_len:
+	and_into 0x07,pdata	//pdata[7:3]:length
+	fetcht 1,mem_temp	//payload length
+	lshift3 temp,temp
+	ior temp,pdata
+	rtn
+	
+g24_receive_byte:
+	parse demod,bucket,8
+	rshift3 pwindow,pdata
+	rtn
+
+g24_sync_timeout:
+	jam ERR_SYNC_TO,mem_24g_off_type
+	isolate1 mark_24g_rxmode,mark
+	call rssi_noise,true
+g24_end_of_packet:
+	bpatchx patch26_5,mem_patch26
+	call le_disable
+	disable encode_fec1
+	disable decode_fec1
+	branch end_of_packet
+
+g24_hec_error:
+	jam ERR_HEC,mem_24g_off_type
+	branch g24_end_of_packet
+
+g24_lr_len_error:
+	jam ERR_LR_LEN,mem_24g_off_type
+	branch g24_end_of_packet
+
+g24_type_error:
+	jam ERR_TYPE,mem_24g_off_type
+	branch g24_end_of_packet
+
+g24_len_over_error:
+	jam ERR_LEN_OVER,mem_24g_off_type
+	branch g24_end_of_packet
+
+g24_crc_error:
+	jam ERR_CRC,mem_24g_off_type
+	branch g24_end_of_packet
+
+g24_set_freq_tx:
+	call set_sync_on
+	fetcht 1,mem_24g_ch
+	branch set_freq_tx
+
+g24_transmit:
+	bpatchx patch26_6,mem_patch26
+	fetch 1,mem_24g_tx_phy
+	call le_enable_phy_by_pdata
+	fetch 4,mem_24g_addr
+	iforce access
+	call g24_prep
+	call g24_set_freq_tx
+	set1 TXGFSK,radio_ctrl
+	enable encode_fec0
+	enable is_tx
+	disable is_rx
+	call rf_debug_tx_on_line
+	disable lr_s2en
+	bmark1 mark_ble_lr,g24_transmit_lr
+	bmark1 mark_ble_2M,g24_transmit_2M
+	rshift16 access,pdata
+	rshift8 pdata,pdata
+	rshift4 pdata,pdata
+	inject mod,40
+g24_transmit_packet:
+	bpatchx patch26_7,mem_patch26
+	bmark1 mark_ble_lr,g24_transmit_nolr
+	fetch 1,mem_24g_disable_fec1
+	nbranch g24_transmit_nolr,blank
+	disable encode_fec0	
+	enable encode_fec1	////lr use encode_fec3
+g24_transmit_nolr:
+	enable enable_white
+	enable enable_crc
+	fetch 1,mem_24g_txlen
+	iforce loopcnt
+	arg mem_24g_txpayload,contr
+g24tr_loop:
+	ifetch 1,contr
+	inject mod,8
+	loop g24tr_loop
+	enable enable_parity
+	inject mod,24	//crc
+	disable enable_parity
+	bmark0 mark_ble_lr,g24_transmit_skip
+	disable enable_white
+	setarg 0
+	inject mod,3
+g24_transmit_skip:	
+	until null,tx_clear
+	nop 100
+	disable lr_s2en
+	disable encode_fec0
+	fetch 1,mem_24g_disable_fec1
+	nbranch g24_transmit_skip_disable_fec1,blank
+	disable encode_fec1
+g24_transmit_skip_disable_fec1:
+	disable encode_fec3
+	call set_sync_on
+	branch rf_debug_tx_off_line
+
+g24_transmit_lr:
+	arg 10,loopcnt
+g24_transmit_lr_preamble_loop:
+	setarg 0x3c
+	inject mod,8
+	loop g24_transmit_lr_preamble_loop
+	disable encode_fec0
+	enable encode_fec3
+	rshift16 access,pdata
+	rshift16 pdata,pdata
+	rshift4 pdata,pdata
+	inject mod,32
+	bmark1 mark_ble_lr_s8,g24_transmit_lr_s8
+g24_transmit_lr_s2:
+	setarg 1
+	inject mod,5
+	enable lr_s2en
+	branch g24_transmit_packet
+
+g24_transmit_lr_s8:
+	setarg 0
+	inject mod,5
+	branch g24_transmit_packet
+
+g24_transmit_2M:
+	fetch 1,mem_system_clk
+	rshift pdata,loopcnt
+g24_transmit_2M_dealy:
+	nop 2
+	loop g24_transmit_2M_dealy
+//	nop 36	//2M 前端发送比1M快3us左右
+	rshift16 access,pdata
+	rshift8 pdata,pdata
+	rshift4 pdata,temp
+	copy temp,pdata
+	inject mod,8
+	copy temp,pdata
+	inject mod,40
+	branch g24_transmit_packet
+
+
+
+
+
+
+
+g24_transmit_prep:
+	bpatchx patch27_0,mem_patch27
+	fetch 1,mem_24g_tx_phy
+	bbit1 BIT_LE_CODED_PHY,g24_lr_transmit_prep
+// total length
+	fetch 1,mem_24g_datalen
+	increase 3,pdata	//hec/type/control
+	store 1,mem_24g_txlen
+//hec
+	fetch 1,mem_24g_syncword_crc8
+	store 1,mem_24g_txpayload
+// data type
+	fetch 1,mem_24g_data_type
+	istore 1,contw
+//prepare 5bit payload length, 2bit PID, 1bit NO_ACK
+	fetch 1,mem_24g_datalen
+g24_transmit_prep_pdu:
+	lshift3 pdata,pdata
+	fetcht 1,mem_24g_pid
+	and temp,0x03,temp
+	lshift temp,temp
+	ior temp,pdata
+	fetcht 1,mem_24g_no_ack
+	iadd temp,pdata
+	istore 1,contw
+//prepare payload data
+	fetch 1,mem_24g_datalen
+	iforce loopcnt
+	arg mem_24g_txbuf,contr
+	call memcpy
+	bpatchx patch27_1,mem_patch27
+//rssi hex	
+	rtnmark0 mark_24g_rxmode
+	fetch 1,mem_rssi_hex
+	istore 1,contw
+	fetch 1,mem_24g_tx_phy
+	rtnbit1 BIT_LE_CODED_PHY
+	fetch 1,mem_24g_txlen
+	increase 1,pdata	//plus rssi_hex length
+	store 1,mem_24g_txlen
+	rtn
+	
+g24_lr_transmit_prep:
+// total length
+	fetch 1,mem_24g_datalen
+	increase 4,pdata	//hec/pdu/type/control
+	bmark0 mark_24g_rxmode,g24_lr_transmit_prep_skip
+	increase 1,pdata	//mem_rssi_hex
+g24_lr_transmit_prep_skip:
+	store 1,mem_24g_txlen
+//hec
+	fetch 1,mem_24g_syncword_crc8
+	store 1,mem_24g_txpayload
+// pdu length
+	fetch 1,mem_24g_txlen
+	increase -2,pdata	//minus hec and pdu length
+	istore 1,contw
+// data type
+	fetch 1,mem_24g_data_type
+	istore 1,contw
+	setarg 0
+	branch g24_transmit_prep_pdu
+
+g24_read_len_pid_crc:
+	bpatchx patch27_2,mem_patch27
+//read control
+	fetch 1,mem_24g_rxbuf+1
+	rshift3 pdata,pdata
+	store 1,mem_24g_rxdata_length
+//get crc
+	increase 1,pdata
+	arg mem_24g_rxbuf+1,contr
+	iadd contr,contr
+	ifetch 3,contr
+	store 3,mem_24g_sta_crc
+//read pid
+	fetch 1,mem_24g_rxbuf+1
+	rshift pdata,pdata
+	and pdata,0x03,pdata
+	store 1,mem_24g_sta_pid
+	rtn
+
+	
+g24_ch:
+	bpatchx patch27_3,mem_patch27
+	fetcht 1,mem_24g_current_ch_number
+	call g24_ch_map_size
+	storet 1,mem_24g_current_ch_number
+	rtn
+
+g24_ch_map_size:
+	bpatchx patch27_4,mem_patch27
+	call g24_ch_calc
+	increase 1,temp
+	and_into 3,temp //map size =4
+	rtn
+	
+g24_ch_calc:
+	bpatchx patch27_5,mem_patch27
+	fetch 1,mem_24g_addr	
+	and_into 0x03,pdata
+	mul32 pdata,4,rega			//24addr low bit0 bit1 ,00-map1,01-map2,10-map3,11-map4
+	setarg mem_24g_ch_map1
+	iadd rega,pdata
+	iadd temp,contr
+	ifetch 1,contr
+	store 1,mem_24g_ch
+	rtn
+
+
+g24_update_addr_and_synccrc8:
+	store 4,mem_24g_addr
+//output: 1BYTE crc8
+	bpatchx patch27_6,mem_patch27
+g24_syncword_crc8:
+	arg 0,rega
+	arg 4,loopcnt
+	arg mem_24g_addr,contr
+g24_syncword_crc8_loop:
+	ifetch 1,contr
+	iadd rega,rega
+	loop g24_syncword_crc8_loop
+	copy rega,pdata
+	store 2,mem_24g_syncword
+	fetch 1,mem_24g_syncword
+	fetcht 1,mem_24g_syncword+1
+	iadd temp,pdata
+	store 1,mem_24g_syncword_crc8
+	rtn
+
+
+g24_timer_check:
+	bpatchx patch27_7,mem_patch27
+	call disable_user
+	fetcht 4,mem_24g_tx_btclk
+	copy clkn_bt,pdata
+	isub temp,null
+	ncall g24_timer_timeout,positive
+	copy pdata,regb
+	fetch 4,mem_24g_tx_btclk
+	fetcht 1,mem_24g_interval
+	iadd temp,temp
+	copy regb,pdata
+	isub temp,null
+	nrtn positive
+	set0 28,pdata
+	store 4,mem_24g_tx_btclk
+	branch enable_user
+	
+g24_timer_timeout:
+	rtn zero
+	set1 28,pdata
+	rtn
+	
+g24_timer_init:
+	setarg 0
+	store 4,mem_24g_tx_btclk
+	rtn
+
+
+
+//mem_24g_ch_map1:00 13 2c 42
+//mem_24g_ch_map2:06 15 36 48
+//mem_24g_ch_map3:0f 1a 3a 4c
+//mem_24g_ch_map4:11 23 31 4d
+g24_chmap_param_init:
+	bpatchx patch28_0,mem_patch28
+	setsect 0,0x1300
+	setsect 1,0x1908b
+	setsect 2,0x36150
+	setsect 3,0x3d20
+	store 9,mem_24g_ch_map1
+	setsect 0,0x3a1a
+	setsect 1,0xc453
+	setsect 2,0xd312
+	setsect 3,0x1
+	istore 7,contw
+	fetch 1,mem_24g_ch_map_update
+	rtn blank
+	arg mem_24g_ch_update_map1,contr
+	arg mem_24g_ch_map1,contw
+	branch memcpy16
+
+
+
+//mem_24g_ch_update_map1:00 1e 00 4e
+//mem_24g_ch_update_map2:03 23 03 42
+//mem_24g_ch_update_map3:06 25 06 4c
+//mem_24g_ch_update_map4:09 27 09 3c
+g24_chamap_param_update:
+	bpatchx patch28_1,mem_patch28
+	setarg 0x4e001e
+	store 3,mem_24g_ch_update_map1+1
+	setarg 0x032303
+	istore 3,contw
+	setarg 0x250642
+	istore 3,contw
+	setarg 0x094c06
+	istore 3,contw
+	setarg 0x3c0927
+	istore 3,contw
+	jam 1,mem_24g_ch_map_update
+	rtn
+
+
+g24_rx_window_init:
+	bpatchx patch28_2,mem_patch28
+	arg 0x6978,temp
+	bmark1 mark_24g_rxmode,g24_rx_window_store
+	arg 0x12c0,temp
+	fetch 1,mem_24g_rx_phy
+	bbit0 2,g24_rx_window_store	//uncoded phy
+	arg 0x2ee0,temp
+g24_rx_window_store:	
+	storet 2,mem_24g_rx_window
+	rtn
+
+g24_enable_1M:
+	jam 0x01,mem_24g_rx_phy
+	jam 0x01,mem_24g_tx_phy
+	rtn
+
+g24_enable_2M:
+	jam 0x02,mem_24g_rx_phy
+	jam 0x02,mem_24g_tx_phy
+	rtn
+	
+//g24_enable_coded_s2:
+//	jam 0x04,mem_24g_rx_phy
+//	jam 0x04,mem_24g_tx_phy
+//	rtn
+
+//g24_enable_coded_s8:
+//	jam 0x84,mem_24g_rx_phy
+//	jam 0x84,mem_24g_tx_phy
+//	rtn
+
+
+
+
+
+
+
+
+
+
+	
+
+
+g24_pair_param_init:
+	bpatchx patch28_3,mem_patch28
+	jam 0x4e,mem_24g_pair_ch
+	setarg 0x101520
+	store 3,mem_24g_pair_addr
+	setarg 0x05
+	istore 1,contw
+	rtn
+
+
+
+
+
+g24_pair_timeout_timer:
+	arg mem_24g_pair_timeout,regc
+	arg g24_stop_24g_mode,regb
+	branch timer_single_step_2B
+
+g24_pair_start:
+	set1 mark_24g,mark
+	fetch 1,mem_24g_conn_sm
+	set0 STATE_24G_RECONN,pdata
+	set1 STATE_24G_PAIR,pdata
+	store 1,mem_24g_conn_sm
+	setarg 0
+	store 2,mem_24g_reconn_timeout
+	fetch 2,mem_24g_pair_timeout_init
+	store 2,mem_24g_pair_timeout
+	jam 0,mem_24g_pair_no_ack
+	call g24_pair_sm_reinit
+g24_pair_init_param:
+	jam 0,mem_24g_pid
+	fetch 1,mem_24g_pair_ch
+	store 1,mem_24g_ch
+	fetch 1,mem_24g_pair_tx_power
+	store 1,mem_tx_power
+	fetch 4,mem_24g_pair_addr
+	branch g24_update_addr_and_synccrc8
+
+
+g24_pair_dispatch:
+	bpatchx patch28_4,mem_patch28
+	jam DEFAULT_24G_DEVICE,mem_24g_reconn_type
+	fetch 2,mem_24g_pair_count
+	increase 1,pdata
+	store 2,mem_24g_pair_count
+	fetch 1,mem_24g_pair_count
+	and pdata,0xff,pdata
+	nrtn blank
+	fetch 1,mem_24g_pair_sm
+	beq STATE_24G_PAIRING_SUCCESS,g24_pair_exit
+	beq STATE_24G_PAIRING_1,g24_pair_sm_1
+	beq STATE_24G_PAIRING_2,g24_pair_sm_2
+	beq STATE_24G_PAIRING_3,g24_pair_sm_3
+	beq STATE_24G_PAIRING_4,g24_pair_sm_4
+	rtn
+
+g24_pair_sm_1:
+	jam DATATYPE_ATTEMP,mem_24g_txbuf
+	branch g24_pair_sm_prep
+
+g24_pair_sm_2:
+	fetch 1,mem_24g_pair_switch
+	branch g24_pair_sm_2_skip,blank
+	fetch 4,mem_24g_device_addr
+	call g24_update_addr_and_synccrc8	//use transmitter addr
+g24_pair_sm_2_skip:
+	jam DATATYPE_BIND,mem_24g_txbuf	
+	branch g24_pair_sm_prep
+
+g24_pair_sm_3:
+	jam DATATYPE_CONFIG,mem_24g_txbuf	
+	fetch 1,mem_24g_pair_switch
+	branch g24_pair_sm_prep,blank
+	fetch 4,mem_24g_receiver_addr		//prep receiver addr
+	store 4,mem_24g_txbuf+2
+	branch g24_pair_sm_common
+
+g24_pair_sm_4:
+	jam DATATYPE_OK,mem_24g_txbuf
+g24_pair_sm_prep:
+	fetch 4,mem_24g_device_addr
+	store 4,mem_24g_txbuf+2
+g24_pair_sm_common:
+	fetch 1,mem_24g_data_type
+	and_into bits_data,pdata
+	store 1,mem_24g_txbuf+1
+	jam 0,mem_24g_txbuf+6
+	jam 7,mem_24g_datalen
+	call g24_transmit_prep
+	call g24_transmit_receive_ack
+	nrtn sync
+	nrtn user3
+	call g24_txbuf_clear
+	call g24_ackpayload_parse
+	bpatchx patch28_5,mem_patch28
+	fetch 1,mem_24g_pair_sm
+	rtneq STATE_24G_PAIRING_SUCCESS
+	beq STATE_24G_PAIRING_1,g24_pair_sm_1_waiting_ack
+	beq STATE_24G_PAIRING_2,g24_pair_sm_2_waiting_ack
+	beq STATE_24G_PAIRING_3,g24_pair_sm_3_waiting_ack
+	beq STATE_24G_PAIRING_4,g24_pair_sm_4_waiting_ack
+	rtn
+
+g24_pair_sm_reinit:	
+	jam STATE_24G_PAIRING_2,mem_24g_pair_sm
+	fetch 1,mem_24g_pair_switch
+	rtn blank
+	jam STATE_24G_PAIRING_1,mem_24g_pair_sm
+	rtn
+
+g24_pair_sm_1_waiting_ack:
+	jam STATE_24G_PAIRING_2,mem_24g_pair_sm
+	branch g24_transmit_abandon
+	
+g24_pair_sm_2_waiting_ack:
+	fetch 1,mem_24g_pair_switch
+	branch g24_pair_sm_2_waiting_ack_skip,blank
+	fetch 4,mem_24g_rxpayload+2
+	store 4,mem_24g_receiver_addr
+g24_pair_sm_2_waiting_ack_skip:	
+	jam STATE_24G_PAIRING_3,mem_24g_pair_sm
+	branch g24_transmit_abandon
+
+g24_pair_sm_3_waiting_ack:
+	fetch 1,mem_24g_pair_switch
+	branch g24_pair_sm_3_waiting_ack_skip,blank
+	fetch 4,mem_24g_rxpayload+2
+	fetcht 4,mem_24g_device_addr
+	isub temp,null
+	nrtn zero
+g24_pair_sm_3_waiting_ack_skip:	
+	jam STATE_24G_PAIRING_4,mem_24g_pair_sm
+	branch g24_transmit_abandon	
+	
+g24_pair_sm_4_waiting_ack:
+	fetch 1,mem_24g_pair_switch
+	branch g24_pair_sm_4_waiting_ack_skip,blank
+	fetch 4,mem_24g_rxpayload+2
+	fetcht 4,mem_24g_receiver_addr
+	isub temp,null
+	nrtn zero
+g24_pair_sm_4_waiting_ack_skip:	
+	jam STATE_24G_PAIRING_SUCCESS,mem_24g_pair_sm
+	jam BT_EVT_24G_PAIRING_COMPLETE,mem_fifo_temp
+	call ui_ipc_send_event
+	setarg 0
+	store 2,mem_24g_pair_timeout
+	fetch 4,mem_24g_rxpayload+2
+	call g24_update_addr_and_synccrc8
+g24_pair_exit:
+	fetch 1,mem_24g_conn_sm
+	set0 STATE_24G_PAIR,pdata
+	store 1,mem_24g_conn_sm
+	branch g24_transmit_abandon
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+g24_bind_mode_enable:
+	jam DONGLE_BIND,mem_24g_work_mode
+	jam CLEAR_INIT,mem_24g_mode_init
+	rtn
+
+g24_bind_init:
+	fetch 1,mem_24g_mode_init
+	rtnbit1 DONGLE_BIND
+	set1 DONGLE_BIND,pdata
+	store 1,mem_24g_mode_init
+	setarg 0
+	store 3,mem_24g_device1_bind_step
+	store 1,mem_24g_device1_bind_disable
+	store 1,mem_24g_device2_bind_disable
+	store 4,mem_24g_transmitter_addr
+	jam 1,mem_24g_ackpayload_enable
+	branch g24_pair_init_param
+
+
+g24_bind_ackpayload_prep:
+	jam 1,mem_24g_ackpayload_enable
+	jam 0x08,mem_24g_datalen
+	arg mem_24g_bind_payload,contr
+	arg mem_24g_txbuf,contw
+	branch memcpy8
+
+
+g24_bind_data_process:
+	bpatchx patch28_6,mem_patch28
+	call g24_rx_interrupt_clear
+	call g24_receive_packet
+	nbranch g24_rx_interrupt_clear,user3
+	call g24_bind_data_parse
+	call g24_transmit_ack
+	call g24_bind_device_status_check
+	call dongle_kb_bind_soft_reset
+	fetch 1,mem_24g_pair_switch
+	rtn blank
+	fetch 4,mem_24g_transmitter_addr
+	rtn blank
+	branch g24_update_addr_and_synccrc8
+
+g24_bind_data_error:
+	call g24_rx_interrupt_clear
+	branch g24_end_of_packet
+
+g24_bind_data_parse:
+	jam BIND_MODE_CONTINUE,mem_24g_bind_mode_continue	//about 400ms
+	arg mem_24g_rxbuf,contr
+	arg mem_24g_rxdata_temp,contw
+	call memcpy8
+	bpatchx patch28_7,mem_patch28
+	fetch 1,mem_24g_rxdata_temp+2
+	beq DATATYPE_BIND,g24_bind_first_step	//bind step 1
+	beq DATATYPE_CONFIG,g24_bind_second_step
+	beq DATATYPE_OK,g24_bind_third_step
+	beq DATATYPE_ATTEMP,g24_data_attemp
+	rtn
+
+
+g24_bind_first_step:
+	fetch 1,mem_24g_rxdata_temp+3
+	beq DATATYPE_DEVICE1,g24_bind_first_step_device1
+	beq DATATYPE_DEVICE2,g24_bind_first_step_device2
+	rtn
+
+g24_bind_first_step_device1:
+	fetch 1,mem_24g_device1_bind_disable
+	nrtn blank
+	jam 1,mem_24g_device1_bind_step
+g24_bind_dvc1_payload_cfg:
+	jam DATATYPE_DEVICE1,mem_24g_bind_payload
+g24_bind_payload_cfg:
+	jam 0x80,mem_24g_bind_payload+1
+	fetch 6,mem_24g_lap
+	store 6,mem_24g_bind_payload+2
+	rtn
+
+g24_bind_first_step_device2:
+	fetch 1,mem_24g_device2_bind_disable
+	nrtn blank
+	jam 1,mem_24g_device2_bind_step
+g24_bind_dvc2_payload_cfg:
+	jam DATATYPE_DEVICE2,mem_24g_bind_payload
+	branch g24_bind_payload_cfg
+
+
+g24_bind_second_step:
+	fetch 1,mem_24g_pair_switch
+	branch g24_bind_second_step_skip,blank
+	fetch 4,mem_24g_rxdata_temp+4
+	fetcht 4,mem_24g_lap
+	isub temp,null
+	nrtn zero
+g24_bind_second_step_skip:	
+	fetch 1,mem_24g_rxdata_temp+3
+	beq DATATYPE_DEVICE1,g24_bind_second_step_device1
+	beq DATATYPE_DEVICE2,g24_bind_second_step_device2
+	rtn
+
+g24_bind_second_step_device1:
+	fetch 1,mem_24g_device1_bind_disable
+	nrtn blank
+	fetch 1,mem_24g_device1_bind_step
+	beq 1,g24_bind_dvc1_step_set2
+	rtn
+g24_bind_dvc1_step_set2:
+	jam 2,mem_24g_device1_bind_step
+	fetch 1,mem_24g_pair_switch
+	branch g24_bind_dvc1_payload_cfg,blank
+g24_bind_dvc1_payload_cfg_transmitter_addr:
+	jam DATATYPE_DEVICE1,mem_24g_bind_payload
+g24_bind_payload_cfg_transmitter_addr:
+	jam 0x80,mem_24g_bind_payload+1
+	fetch 4,mem_24g_transmitter_addr
+	store 4,mem_24g_bind_payload+2
+	branch enable_user
+
+g24_bind_second_step_device2:
+	fetch 1,mem_24g_device2_bind_disable
+	nrtn blank
+	fetch 1,mem_24g_device2_bind_step
+	beq 1,g24_bind_dvc2_step_set2
+	rtn
+g24_bind_dvc2_step_set2:
+	jam 2,mem_24g_device2_bind_step
+	fetch 1,mem_24g_pair_switch
+	branch g24_bind_dvc2_payload_cfg,blank	
+	jam DATATYPE_DEVICE2,mem_24g_bind_payload
+	branch g24_bind_payload_cfg_transmitter_addr
+
+
+g24_bind_third_step:
+	fetch 1,mem_24g_pair_switch
+	branch g24_bind_third_step_skip,blank
+	fetch 4,mem_24g_rxdata_temp+4
+	fetcht 4,mem_24g_transmitter_addr
+	isub temp,null
+	nrtn zero
+g24_bind_third_step_skip:
+	fetch 1,mem_24g_rxdata_temp+3
+	beq DATATYPE_DEVICE1,g24_bind_third_step_device1
+	beq DATATYPE_DEVICE2,g24_bind_third_step_device2
+	rtn
+
+g24_bind_third_step_device1:
+	fetch 1,mem_24g_device1_bind_disable
+	nrtn blank
+	fetch 1,mem_24g_device1_bind_step
+	beq 2,g24_bind_dvc1_step_success
+	rtn
+g24_bind_dvc1_step_success:
+	jam 1,mem_24g_device1_bind_disable
+	call g24_binding_dvc1_living	//works on auto pair only
+	call g24_bind_dvc1_payload_cfg
+	fetch 1,mem_24g_bind_device_status
+	or_into 0x01,pdata
+	store 1,mem_24g_bind_device_status
+g24_bind_exit:
+	setarg 0
+	store 2,mem_24g_device1_bind_step
+	rtn
+	
+g24_bind_third_step_device2:
+	fetch 1,mem_24g_device2_bind_disable
+	nrtn blank
+	fetch 1,mem_24g_device2_bind_step
+	bne 0,g24_bind_dvc2_step_success
+	rtn
+g24_bind_dvc2_step_success:
+	jam 1,mem_24g_device2_bind_disable
+	call g24_binding_dvc2_living	//works on auto pair only
+	call g24_bind_dvc2_payload_cfg
+	fetch 1,mem_24g_bind_device_status
+	or_into 0x02,pdata
+	store 1,mem_24g_bind_device_status
+	call g24_bind_exit
+	branch dongle_g24_store_dvc2_bind_flag
+
+g24_binding_device_check:	//works on auto pair
+	fetch 1,mem_24g_work_mode
+	rtnne DONGLE_BIND
+	fetch 1,mem_24g_pair_mode
+	nrtn blank
+	fetch 1,mem_24g_rxbuf+3
+	beq DATATYPE_DEVICE1,g24_binding_dvc1_status	//bit0
+	beq DATATYPE_DEVICE2,g24_binding_dvc2_status	//bit1
+	rtn
+g24_binding_dvc1_status:
+	fetch 1,mem_24g_bind_device_living
+	rtnbit0 0
+disable_user3:
+	disable user3
+	rtn 
+g24_binding_dvc2_status:
+	fetch 1,mem_24g_bind_device_living
+	rtnbit0 1
+	branch disable_user3
+
+g24_binding_dvc1_living:
+	fetch 1,mem_24g_pair_mode
+	nrtn blank
+	fetch 1,mem_24g_bind_device_living
+	or_into 0x01,pdata
+	store 1,mem_24g_bind_device_living
+	rtn
+
+g24_binding_dvc2_living:
+	fetch 1,mem_24g_pair_mode
+	nrtn blank
+	fetch 1,mem_24g_bind_device_living
+	or_into 0x02,pdata
+	store 1,mem_24g_bind_device_living
+	rtn
+
+
+g24_bind_device_status_check:
+	fetch 1,mem_24g_bind_device_status
+	rtn blank
+g24_bind_device_status:
+	fetch 1,mem_24g_rxdata_temp+3
+	beq DATATYPE_DEVICE1,g24_binding_dvc1_living
+	beq DATATYPE_DEVICE2,g24_binding_dvc2_living
+	rtn
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+g24_receive_init:
+	set1 mark_24g_rxmode,mark
+	fetch 1,mem_tx_power
+	store 1,mem_tx_power_temp
+	branch rssi_receiver_buff_init
+
+g24_receive_dispatch:
+	fetch 2,mem_cb_24g_receive_process
+	branch callback_func
+
+g24_ackpayload_prep:
+	bpatchx patch29_0,mem_patch29
+	jam 0,mem_24g_datalen
+	fetch 1,mem_24g_ackpayload_enable
+	rtn blank
+	fetch 2,mem_cb_24g_ackpayload
+	branch callback_func
+
+
+g24_receive_packet_start:
+	call g24_receive_transmit_ack
+	nbranch g24_rx_interrupt_clear,user3
+g24_receive_packet_parse:
+	call g24_receive_packet_parse_pid_crc
+	nbranch g24_rx_interrupt_clear,user
+	fetch 1,mem_24g_rxdata_length
+	branch g24_rx_interrupt_clear,blank
+	increase 2,pdata
+	iforce loopcnt
+	arg mem_24g_rxbuf,contr
+	arg mem_24g_rxdata_temp,contw
+	call memcpy
+	jam 0,mem_24g_mode_switch
+	fetch 1,mem_24g_pair_mode
+	call g24_enable_nodata_timer,blank
+	bpatchx patch29_1,mem_patch29
+	fetch 1,mem_24g_rxdata_temp+2
+	beq DATATYPE_DEVICE1,g24_data_device1	//mouse
+	beq DATATYPE_DEVICE2,g24_data_device2	//keyboard
+	beq DATATYPE_ATTEMP,g24_data_receive_attemp	//reconn packet
+g24_rx_interrupt_clear:
+	bpatchx patch29_2,mem_patch29
+	arg mem_24g_rxbuf,contw
+	arg 66,loopcnt
+	branch clear_mem
+
+g24_data_receive_attemp:
+	call g24_bind_device_status		//works on auto pair only
+	branch g24_data_attemp
+
+g24_data_device1:
+	call g24_binding_dvc1_living	//works on auto pair only
+	call g24_ch_timer_reinit
+	fetch 1,mem_24g_abort_packet
+	fetcht 1,mem_24g_rxdata_temp
+	isolate1 bit_abort,temp
+	setflag true,0,pdata
+	store 1,mem_24g_abort_packet
+	beq 1,g24_data_attemp_device1_abort
+	fetch 1,mem_24g_hop_packet
+	fetcht 1,mem_24g_rxdata_temp
+	isolate1 bit_hop,temp
+	setflag true,0,pdata
+	store 1,mem_24g_hop_packet
+	fetch 2,mem_cb_24g_data_device1
+	branch callback_func
+
+g24_data_device2:
+	call g24_binding_dvc2_living	//works on auto pair only
+	fetcht 1,mem_24g_rxdata_temp
+	isolate1 bit_abort,temp
+	branch g24_data_attemp_device2_abort,true
+	fetch 2,mem_cb_24g_data_device2
+	branch callback_func
+
+g24_data_attemp_device1_abort:
+	fetch 1,mem_device_option
+	sub pdata,dvc_op_car,null
+	call car_stop_blink,zero
+	fetch 4,mem_24g_rxdata_temp+10
+	branch g24_store_device1_addr
+g24_data_attemp_device2_abort:
+	fetch 4,mem_24g_rxdata_temp+10
+	branch g24_store_device2_addr	
+
+
+g24_receive_packet_parse_pid_crc:
+	call disable_user
+	fetch 1,mem_24g_sta_pid
+	fetcht 1,mem_24g_last_pid
+	isub temp,null
+	ncall enable_user,zero
+	fetch 1,mem_24g_sta_pid
+	store 1,mem_24g_last_pid
+	fetch 3,mem_24g_sta_crc
+	fetcht 3,mem_24g_last_crc
+	isub temp,null
+	ncall enable_user,zero
+	fetch 3,mem_24g_sta_crc
+	store 3,mem_24g_last_crc
+	rtn
+
+g24_receive_transmit_ack:
+	call g24_rx_interrupt_clear
+	call g24_receive_packet
+	nrtn user3
+g24_transmit_ack:
+//data type
+	fetch 1,mem_24g_rxbuf
+	store 1,mem_24g_data_type
+//read len pid crc
+	call g24_read_len_pid_crc
+//read ack
+	fetch 1,mem_24g_rxbuf+1
+	isolate1 bit_ack_24g,pdata
+	branch g24tx_no_ack,true
+g24tx_with_ack:
+	call g24_ackpayload_prep
+	call g24_transmit_prep
+	call g24_transmit
+g24tx_no_ack:
+	branch g24_end_of_packet
+
+
+g24_enable_nodata_timer:
+	jam 1,mem_24g_nodata_timer_enable
+g24_enable_nodata_timer_init:
+	setarg TIMER_NODATA_DELAY
+	arg G24_TIMER_NODATA,queue
+	branch timer_init
+
+
+
+
+
+g24_mode_switch_init:
+	bpatchx patch29_3,mem_patch29
+	jam 1,mem_24g_mode_switch
+	jam 0,mem_24g_time_slice
+	jam 0xff,mem_24g_interval
+	branch g24_timer_init
+	
+g24_mode_switch_bind_work:
+	bpatchx patch29_4,mem_patch29
+	fetch 1,mem_24g_mode_switch
+	rtn blank
+	call g24_timer_check
+	nrtn user	//80ms
+	call g24_bind_mode_continue
+	fetch 1,mem_24g_time_slice
+	increase 1,pdata
+	and_into 1,pdata
+	store 1,mem_24g_time_slice
+	beq 0,g24_work_mode_switch
+	beq 1,g24_bind_mode_switch
+	rtn
+
+g24_bind_mode_continue:
+	fetch 1,mem_24g_bind_mode_continue
+	rtn blank
+	increase -1,pdata
+	store 1,mem_24g_bind_mode_continue
+	rtn
+
+g24_work_mode_switch:
+	fetch 1,mem_24g_bind_mode_continue
+	nrtn blank
+	branch g24_switch_work_mode
+
+g24_bind_mode_switch:
+	fetch 1,mem_24g_bind_mode_continue
+	nrtn blank
+	branch g24_bind_mode_enable
+
+
+g24_mode_B_S_switch_init:	//bind and search
+	fetch 1,mem_24g_B_S_mode_switch_disable
+	nrtn blank
+	fetch 1,mem_24g_mode_B_S_switch_exit
+	call g24_mode_B_S_switch_start,blank
+	fetch 1,mem_24g_mode_B_S_switch_init
+	rtnbit1 0
+	set1 0,pdata
+	store 1,mem_24g_mode_B_S_switch_init
+	jam 1,mem_24g_mode_B_S_switch
+	jam 0,mem_24g_B_S_time_slice
+	setarg 0
+	store 2,mem_24g_mode_B_S_switch_cnt
+	jam 0x60,mem_24g_interval	//30ms
+	branch g24_timer_init
+
+g24_mode_switch_bind_search:
+	bpatchx patch29_5,mem_patch29
+	fetch 1,mem_24g_work_mode
+	rtneq DONGLE_WORK
+	fetch 1,mem_24g_B_S_mode_switch_disable
+	nrtn blank
+	fetch 1,mem_24g_mode_B_S_switch_exit
+	nrtn blank
+	fetch 1,mem_24g_mode_B_S_switch
+	rtn blank
+	call g24_timer_check
+	nrtn user
+	fetch 2,mem_24g_mode_B_S_switch_cnt
+	increase 1,pdata
+	store 2,mem_24g_mode_B_S_switch_cnt
+	arg 0x7d0,temp	//1min
+	isub temp,null
+	branch g24_mode_B_S_switch_exit,positive
+	call g24_bind_mode_continue
+	fetch 1,mem_24g_B_S_time_slice
+	increase 1,pdata
+	and_into 1,pdata
+	store 1,mem_24g_B_S_time_slice
+	beq 0,g24_mode_switch_search
+	beq 1,g24_bind_mode_enable
+	rtn
+
+g24_mode_switch_search:
+	fetch 1,mem_24g_bind_mode_continue
+	nbranch g24_bind_mode_enable,blank
+	branch g24_search_mode_enable
+
+g24_mode_B_S_switch_exit:
+	jam 1,mem_24g_mode_B_S_switch_exit
+	branch g24_search_mode_enable
+
+g24_mode_B_S_switch_stop:
+	jam 0,mem_24g_mode_B_S_switch
+	rtn
+g24_mode_B_S_switch_start:
+	jam 1,mem_24g_mode_B_S_switch
+	rtn
+
+
+
+
+
+
+
+
+
+
+g24_work_init:
+	bpatchx patch29_6,mem_patch29
+	fetch 1,mem_24g_mode_init
+	rtnbit1 DONGLE_WORK
+	set1 DONGLE_WORK,pdata
+	store 1,mem_24g_mode_init
+	fetch 1,mem_tx_power_temp
+	store 1,mem_tx_power
+	jam 0,mem_24g_ackpayload_enable
+	jam 0,mem_usb_tx_enable
+	jam 1,mem_24g_abort_packet
+	jam 0,mem_24g_pid
+	fetch 4,mem_24g_lap
+	call g24_update_addr_and_synccrc8
+	call g24_ch
+	branch g24_rx_interrupt_clear
+
+
+g24_switch_work_mode:
+	jam 0,mem_24g_ackpayload_enable
+g24_work_mode_enable:
+	jam DONGLE_WORK,mem_24g_work_mode
+	jam CLEAR_INIT,mem_24g_mode_init
+	rtn
+
+
+g24_work_mode_start:
+	fetch 1,mem_24g_work_mode
+	rtnne DONGLE_WORK
+	call g24_work_init
+	call g24_ch_process
+	branch g24_receive_packet_start
+
+
+
+
+
+
+
+
+
+
+
+
+g24_bind_mode_auto:
+	bpatchx patch29_7,mem_patch29
+	fetch 1,mem_24g_work_mode
+	rtnne DONGLE_BIND
+	call g24_bind_init
+	call g24_bind_data_process
+	fetch 1,mem_24g_pair_mode
+	nrtn blank
+	fetch 1,mem_24g_bind_device_status
+	rtn blank
+	jam 0,mem_24g_mode_switch
+	call g24_switch_work_mode
+	call g24_enable_nodata_timer
+	branch g24_timer_init
+
+
+
+
+
+
+
+
+
+
+
+g24_search_mode_init:
+	fetch 1,mem_24g_mode_init
+	rtnbit1 DONGLE_SEARCH
+	set1 DONGLE_SEARCH,pdata
+	store 1,mem_24g_mode_init
+	jam 0,mem_24g_time_slice
+	jam 1,mem_24g_ackpayload_enable
+	setarg 0
+	store 3,mem_rssi_noise_self_index
+	store 7,mem_24g_self_config_ch_once
+	call g24_receiver_addr_check
+	nrtn zero
+	fetch 1,mem_24g_current_ch_number
+	store 1,mem_24g_self_ch_number
+	fetch 1,mem_24g_ch
+	store 1,mem_24g_self_last_ch
+	rtn
+
+
+g24_search_mode_auto:
+	bpatchx patch2a_0,mem_patch2a
+	fetch 1,mem_24g_work_mode
+	rtnne DONGLE_SEARCH
+	call g24_search_mode_init
+	call g24_auto_addr_ch_search
+	call g24_receive_transmit_ack
+	nbranch g24_rx_interrupt_clear,user3
+	//dongle addr,then parse rxdata
+	call g24_receiver_addr_check
+	call g24_receive_packet_parse,zero
+
+	fetch 1,mem_24g_abort_packet
+	call g24_mode_B_S_switch_stop,blank	//works on auto pair only
+	
+	//receive data,then go to paired
+	jam DONGLE_WORK,mem_24g_work_mode
+	fetch 1,mem_24g_mode_init
+	set1 DONGLE_WORK,pdata
+	store 1,mem_24g_mode_init
+
+	fetch 1,mem_24g_ackpayload_enable
+	sub pdata,2,null
+	ncall g24_ackpayload_disable,zero
+
+	call g24_rx_interrupt_clear
+	call g24_enable_nodata_timer
+	call g24_receiver_addr_check
+	branch g24_self_ch_num_reinit,zero
+	fetch 4,mem_24g_addr
+	fetcht 4,mem_24g_device2_addr
+	isub temp,null
+	branch g24_device2_ch_num_reinit,zero		
+	fetch 4,mem_24g_addr
+	fetcht 4,mem_24g_device1_addr
+	isub temp,null
+	branch g24_device1_ch_num_reinit,zero
+	rtn
+
+
+g24_self_ch_num_reinit:
+	fetch 1,mem_24g_self_ch_number
+g24_current_ch_num_reinit:
+	store 1,mem_24g_current_ch_number
+	rtn
+
+g24_device2_ch_num_reinit:
+	fetch 1,mem_24g_device2_ch_number
+	branch g24_current_ch_num_reinit
+
+g24_device1_ch_num_reinit:
+	fetch 1,mem_24g_device1_ch_number
+	branch g24_current_ch_num_reinit
+
+
+g24_auto_addr_ch_search:
+	bpatchx patch2a_1,mem_patch2a
+	fetch 1,mem_24g_time_slice
+	increase 1,pdata
+	and_into 3,pdata
+	store 1,mem_24g_time_slice
+	//pairing address and channel come first
+	beq 0,g24_auto_bind_config_device2
+	beq 1,g24_auto_bind_config_self
+	beq 2,g24_auto_bind_config_device1
+	beq 3,g24_auto_bind_config_self
+	rtn
+
+g24_auto_bind_config_device1:
+	call g24_bind_dvc1_payload_cfg
+	fetch 4,mem_24g_device1_addr
+	branch g24_auto_addr_ch_search,blank
+	call g24_update_addr_and_synccrc8
+	fetch 1,mem_24g_device1_config_ch_once
+	call g24_device1_config_ch_once,blank
+	fetch 1,mem_24g_device1_last_ch
+	store 1,mem_24g_ch
+	fetcht 1,mem_rssi_noise_device1_index
+	fetchr rega,2,mem_rssi_noise_device1_buffer_ptr
+	call rssi_store
+	storet 1,mem_rssi_noise_device1_index
+	call rssi_average
+	storet 1,mem_rssi_noise_device1_avg
+	sub temp,RSSI_THRESH_NOISE,null
+	nrtn positive
+	fetcht 1,mem_24g_device1_ch_number
+	call g24_ch_map_size
+	storet 1,mem_24g_device1_ch_number
+	store 1,mem_24g_device1_last_ch
+	rtn
+
+g24_device1_config_ch_once:
+	jam 1,mem_24g_device1_config_ch_once
+	arg 0,temp
+	call g24_ch_calc
+	store 1,mem_24g_device1_last_ch
+	rtn
+	
+g24_auto_bind_config_device2:
+	call g24_bind_dvc2_payload_cfg
+	fetch 4,mem_24g_device2_addr
+	branch g24_auto_addr_ch_search,blank
+	call g24_update_addr_and_synccrc8
+	fetch 1,mem_24g_device2_config_ch_once
+	call g24_device2_config_ch_once,blank
+	fetch 1,mem_24g_device2_last_ch
+	store 1,mem_24g_ch
+	fetcht 1,mem_rssi_noise_device2_index
+	fetchr rega,2,mem_rssi_noise_device2_buffer_ptr
+	call rssi_store
+	storet 1,mem_rssi_noise_device2_index
+	call rssi_average
+	storet 1,mem_rssi_noise_device2_avg
+	sub temp,RSSI_THRESH_NOISE,null
+	nrtn positive
+	fetcht 1,mem_24g_device2_ch_number
+	call g24_ch_map_size
+	storet 1,mem_24g_device2_ch_number
+	store 1,mem_24g_device2_last_ch
+	rtn
+
+g24_device2_config_ch_once:
+	jam 1,mem_24g_device2_config_ch_once
+	arg 0,temp
+	call g24_ch_calc
+	store 1,mem_24g_device2_last_ch
+	rtn	
+
+g24_auto_bind_config_self:
+	call g24_bind_dvc1_payload_cfg
+	fetch 4,mem_24g_lap
+	call g24_update_addr_and_synccrc8
+	fetch 1,mem_24g_self_config_ch_once
+	call g24_self_config_ch_once,blank
+	fetch 1,mem_24g_self_last_ch
+	store 1,mem_24g_ch
+	fetcht 1,mem_rssi_noise_self_index
+	fetchr rega,2,mem_rssi_noise_self_buffer_ptr
+	call rssi_store
+	storet 1,mem_rssi_noise_self_index
+	call rssi_average
+	storet 1,mem_rssi_noise_self_avg
+	sub temp,RSSI_THRESH_NOISE,null
+	nrtn positive
+	fetcht 1,mem_24g_self_ch_number
+	call g24_ch_map_size
+	storet 1,mem_24g_self_ch_number
+	store 1,mem_24g_self_last_ch
+	rtn
+
+g24_self_config_ch_once:
+	jam 1,mem_24g_self_config_ch_once
+	fetch 1,mem_24g_self_last_ch
+	store 1,mem_24g_ch
+	rtn
+
+
+g24_ackpayload_disable:
+	jam 0,mem_24g_ackpayload_enable
+	rtn
+
+
+g24_receiver_addr_check:
+	fetch 4,mem_24g_addr
+	fetcht 4,mem_24g_lap
+	isub temp,null
+	rtn
+
+
+
+
+
+
+
+
+
+
+
+g24_nodata_process:
+	fetch 1,mem_24g_ackpayload_enable
+	rtneq 2
+	fetch 1,mem_24g_nodata_timer_enable
+	rtn blank
+	arg G24_TIMER_NODATA,queue
+	call timer_check
+	nrtn blank
+	jam 0,mem_24g_nodata_timer_enable
+	jam 0,mem_24g_bind_mode_continue
+	call g24_mode_B_S_switch_init	//works on auto pair only	
+	//no data for more than 100ms,then go to search
+g24_search_mode_enable:	
+	bpatchx patch2a_2,mem_patch2a
+	jam DONGLE_SEARCH,mem_24g_work_mode
+	jam CLEAR_INIT,mem_24g_mode_init
+	branch g24_rx_interrupt_clear
+
+
+
+
+
+g24_ch_process:
+	bpatchx patch2a_3,mem_patch2a
+	fetch 1,mem_24g_abort_packet
+	beq 1,rssi_noise_monitor
+	fetch 1,mem_24g_hop_packet
+	beq 1,g24_ch_receive_hop_pac
+	fetcht 4,mem_24g_hop_btclk
+	copy clkn_bt,pdata
+	isub temp,null
+	ncall g24_timer_timeout,positive
+	copy pdata,regb
+	fetch 4,mem_24g_hop_btclk
+	fetcht 1,mem_24g_hop_interval
+	iadd temp,temp
+	copy regb,pdata
+	isub temp,null
+	nrtn positive
+	set0 28,pdata
+	store 4,mem_24g_hop_btclk
+	jam 1,mem_24g_abort_packet
+	branch g24_ch
+
+g24_ch_receive_hop_pac:
+	jam 0,mem_24g_hop_packet
+	branch g24_ch
+
+g24_ch_timer_reinit:
+	copy clkn_bt,pdata
+	store 4,mem_24g_hop_btclk
+	rtn
+
+
+
+
+g24_reconn_timeout_timer:
+	arg mem_24g_reconn_timeout,regc
+	arg g24_stop_24g_mode,regb
+	branch timer_single_step_2B
+
+
+g24_reconn_start:
+	bpatchx patch2a_4,mem_patch2a
+	set1 mark_24g,mark
+	fetch 1,mem_24g_conn_sm
+	set0 STATE_24G_PAIR,pdata
+	set1 STATE_24G_RECONN,pdata
+	store 1,mem_24g_conn_sm
+	fetch 1,mem_24g_fast_conn_enable
+	branch g24_reconn_receiver_addr,blank
+	fetch 1,mem_24g_reconn_type
+	beq FAST_CONN_AND_RECEIVER,g24_reconn_fast_conn
+	beq FAST_CONN_AND_3_0_ADDR,g24_reconn_fast_conn
+	beq RECEIVER_AND_3_0_ADDR,g24_reconn_device_3_0_addr
+	beq PAIR_AND_3_0_ADDR,g24_reconn_device_3_0_addr
+g24_reconn_fast_conn:
+	fetch 1,mem_24g_pair_tx_power
+	store 1,mem_tx_power
+	fetcht 1,mem_24g_fast_conn_temp_ch
+	storet 1,mem_24g_current_ch_number
+	fetch 4,mem_24g_fast_conn_addr
+	call g24_ch_syncword_crc8_init
+	storet 1,mem_24g_fast_conn_temp_ch
+	rtn
+	 
+g24_reconn_receiver_addr:
+	jam TX_POWER_3DB,mem_tx_power
+	fetcht 1,mem_24g_receiver_temp_ch
+	storet 1,mem_24g_current_ch_number
+	fetch 4,mem_24g_receiver_addr
+	call g24_ch_syncword_crc8_init
+	storet 1,mem_24g_receiver_temp_ch
+	rtn
+
+g24_reconn_device_3_0_addr:
+	jam TX_POWER_3DB,mem_tx_power
+	fetcht 1,mem_24g_device_temp_ch
+	storet 1,mem_24g_current_ch_number
+	fetch 4,mem_24g_device_addr
+	call g24_ch_syncword_crc8_init
+	storet 1,mem_24g_device_temp_ch
+	rtn	
+
+g24_store_receiver_addr:
+	fetch 4,mem_24g_rxpayload+2
+	rtn blank
+	store 4,mem_24g_receiver_addr	
+g24_ch_syncword_crc8_init:	
+	call g24_update_addr_and_synccrc8
+	branch g24_ch
+
+
+g24_reconn_dispatch:
+	bpatchx patch2a_5,mem_patch2a
+	fetch 2,mem_24g_reconn_count
+	arg 0x01f8,temp
+	iand temp,pdata
+	branch g24_reconn_dispatch_next,blank
+	fetch 2,mem_24g_reconn_count
+	increase 1,pdata
+	store 2,mem_24g_reconn_count
+	rtn
+
+g24_reconn_dispatch_next:
+	call g24_reconn_data_prep
+	call g24_transmit_receive_ack
+	nbranch g24_reconn_device_fail,sync
+	nbranch g24_reconn_device_fail,user3
+	call g24_ackpayload_parse
+	fetch 4,mem_24g_pair_addr
+	fetcht 4,mem_24g_addr
+	isub temp,null
+	branch g24_pair_start,zero
+	fetch 4,mem_24g_device_addr
+	fetcht 4,mem_24g_addr
+	isub temp,null
+	call g24_store_receiver_addr,zero
+	fetch 1,mem_24g_conn_sm
+	set0 STATE_24G_RECONN,pdata
+	store 1,mem_24g_conn_sm
+	setarg 0
+	store 2,mem_24g_pair_timeout
+	store 2,mem_24g_reconn_count
+	store 2,mem_24g_reconn_timeout
+	jam BT_EVT_24G_ATTEMPT_SUCCESS,mem_fifo_temp
+	call ui_ipc_send_event
+g24_txbuf_clear:
+	bpatchx patch2a_6,mem_patch2a
+	arg 4,loopcnt
+	arg mem_24g_txbuf,contw
+	branch memset0
+
+g24_reconn_data_prep:
+	jam DATATYPE_ATTEMP,mem_24g_txbuf
+	fetch 1,mem_24g_data_type
+	store 1,mem_24g_txbuf+1
+	fetch 4,mem_24g_device_addr
+	store 4,mem_24g_txbuf+2
+	jam 6,mem_24g_datalen
+	branch g24_transmit_prep
+
+g24_reconn_device_fail:
+	fetch 1,mem_24g_fast_conn_enable
+	branch g24_ch,blank
+	fetch 2,mem_24g_reconn_count
+	increase 1,pdata
+	store 2,mem_24g_reconn_count
+	isolate1 9,pdata
+	fetch 1,mem_24g_reconn_type
+	beq FAST_CONN_AND_RECEIVER,g24_reconn_fast_conn_and_receiver
+	beq FAST_CONN_AND_3_0_ADDR,g24_reconn_fast_conn_and_3_0
+	beq RECEIVER_AND_3_0_ADDR,g24_reconn_receiver_and_3_0
+	beq PAIR_AND_3_0_ADDR,g24_reconn_pair_and_3_0
+	branch g24_reconn_receiver_addr
+
+
+g24_reconn_fast_conn_and_receiver:
+	branch g24_reconn_receiver_addr,true
+	branch g24_reconn_fast_conn
+
+g24_reconn_fast_conn_and_3_0:
+	branch g24_reconn_device_3_0_addr,true
+	branch g24_reconn_fast_conn
+	
+g24_reconn_receiver_and_3_0:
+	branch g24_reconn_device_3_0_addr,true
+	branch g24_reconn_receiver_addr
+
+g24_reconn_pair_and_3_0:
+	branch g24_reconn_device_3_0_addr,true
+	branch g24_pair_init_param
+
+
+
+
+
+
+
+
+
+g24_data_attemp:
+	fetch 1,mem_24g_rxdata_temp+3
+	beq DATATYPE_DEVICE1,g24_data_attemp_device1
+	beq DATATYPE_DEVICE2,g24_data_attemp_device2
+	rtn
+g24_data_attemp_device1:
+	fetch 4,mem_24g_rxdata_temp+4
+	store 4,mem_24g_transmitter_addr
+g24_store_device1_addr:
+	store 4,mem_24g_device1_addr
+	rtn
+g24_data_attemp_device2:
+	fetch 4,mem_24g_rxdata_temp+4
+	store 4,mem_24g_transmitter_addr	
+g24_store_device2_addr:
+	store 4,mem_24g_device2_addr
+	rtn
+
+
+
+
+
+
+
+
+
+rssi_store:
+	bpatchx patch2a_7,mem_patch2a
+	copy rega,pdata
+	iadd temp,contw
+	fetch 1,mem_rssi
+	istore 1,contw
+	increase 1,temp
+	fetch 1,mem_rssi_buff_index	//buff len minus 1
+	iand temp,temp
+	rtn
+	
+rssi_average:
+	bpatchx patch2b_0,mem_patch2b
+	fetch 1,mem_rssi_buff_index
+	increase 1,pdata
+	store 2,mem_loopcnt
+	copy pdata,loopcnt
+	copy rega,contr
+	arg 0,pdata
+rssi_average_loop:
+	ifetcht 1,contr
+	iadd temp,pdata
+	loop rssi_average_loop
+	fetcht 2,mem_loopcnt
+	idiv temp
+	call wait_div_end
+	quotient temp
+	rtnmark1 mark_24g_rxmode
+	copy temp,pdata
+	rtnmark0 mark_24g
+	call bcd
+	copy pdata,temp
+	rtn
+
+save_rssi_dec:
+	branch save_rssi
+//	branch rssi_hex2dec
+
+
+
+
+
+
+
+
+rssi_transmitter_buff_init:
+	fetch 2,mem_rssi_signal_buf_ptr
+	branch rssi_buff_clear
+
+rssi_signal:
+	copy pdata,rega
+	fetcht 1,mem_rssi_signal_index
+	fetch 2,mem_rssi_signal_buf_ptr
+	iadd temp,contw
+	copy rega,pdata
+	istore 1,contw
+	increase 1,temp
+	fetch 1,mem_rssi_buff_index	//buff len minus 1
+	iand temp,temp
+	storet 1,mem_rssi_signal_index
+	rtn
+
+
+
+
+
+
+
+
+
+rssi_receiver_buff_init:
+	fetch 2,mem_rssi_noise_buffer_ptr
+	call rssi_buff_clear
+	fetch 2,mem_rssi_noise_self_buffer_ptr
+	call rssi_buff_clear
+	fetch 2,mem_rssi_noise_device1_buffer_ptr
+	call rssi_buff_clear
+	fetch 2,mem_rssi_noise_device2_buffer_ptr
+rssi_buff_clear:
+	rtn blank
+	copy pdata,contw
+	fetch 1,mem_rssi_buff_index
+	increase 1,pdata
+	copy pdata,loopcnt
+	branch clear_mem
+
+
+rssi_noise:
+	call save_rssi_dec
+	rtn blank
+	fetcht 1,mem_rssi_noise_index
+	fetchr rega,2,mem_rssi_noise_buffer_ptr
+	call rssi_store
+	storet 1,mem_rssi_noise_index
+	rtn
+
+
+rssi_noise_monitor:
+	fetchr rega,2,mem_rssi_noise_buffer_ptr
+	call rssi_average
+	storet 1,mem_rssi_noise_avg
+	sub temp,RSSI_THRESH_NOISE,null
+	nrtn positive
+	branch g24_ch
+
+
+
+
+	
+
+
+g24_transmit_init:
+	fetch 4,mem_24g_lap		//need to roll this address
+	store 4,mem_24g_device_addr
+	branch rssi_transmitter_buff_init
+
+g24_transmit_dispatch:
+	rtnmark0 mark_24g
+	fetch 1,mem_24g_conn_sm
+	bbit1 STATE_24G_PAIR,g24_pair_dispatch
+	bbit1 STATE_24G_RECONN,g24_reconn_dispatch
+	fetch 1,mem_24g_transmit_by_interrupt
+	beq G24_TX_TIMER_INT_ENABLE,g24_transmit_by_interrupt
+g24_transmit_no_interrupt:
+	bpatchx patch2b_1,mem_patch2b
+	call g24_txdata_prep
+	nbranch g24_nodata_transmit,user
+g24_transmit_start:
+	call g24_transmit_process
+	call power_ctrl_start	
+	fetch 1,mem_device_option
+	beq dvc_op_mouse,mouse_24g_transmit_start
+g24_transmit_start_next:	
+	fetch 8,mem_24g_long_sleep_set
+	store 8,mem_24g_enter_hibernate
+	fetch 2,mem_24g_long_sleep_param_update_timer_init
+	store 2,mem_24g_long_sleep_param_update_timer
+	fetch 2,mem_cb_24g_transmit_short_sleep
+	branch callback_func
+
+g24_short_sleep:
+	bpatchx patch2b_2,mem_patch2b
+	call g24_lpm_wait
+	nrtn user
+	call g24_setgpio_lpm_before
+	call clear_wake
+	fetch 3,mem_24g_short_sleep_set
+	branch g24_long_seep2
+
+g24_long_sleep:
+	bpatchx patch2b_3,mem_patch2b
+	call g24_lpm_wait
+	nrtn user
+	call g24_setgpio_lpm_before
+	fetch 8,mem_24g_enter_hibernate
+g24_long_seep2:
+	call clk2lpo
+	storet 4,mem_sleep_counter
+	branch lpm_sleep
+	
+
+
+g24_txdata_prep:
+	call g24_package_data
+	nrtn user
+	branch g24_transmit_prep
+
+
+g24_package_data:
+	fetch 2,mem_cb_24g_transmit_data
+	call callback_func
+	branch g24_accumulate_data,user
+	fetch 7,mem_24g_txbuf+1	//mouse data
+	rtn blank
+	branch enable_user	// retransmit
+	
+g24_accumulate_data:
+	jam 0,mem_24g_abort_pac
+	add rega,1,pdata
+	store 1,mem_24g_datalen
+	call g24_transmit_rf_ctrl_clear
+	store 1,mem_24g_txbuf
+	copy regb,contr
+	copy rega,loopcnt
+	branch memcpy
+
+g24_transmit_rf_ctrl_clear:	
+	fetch 1,mem_24g_data_type
+	and_into bits_data,pdata
+	store 1,mem_24g_data_type
+	rtn
+
+
+
+
+
+
+
+
+g24_transmit_process:
+	setarg 0
+	store 1,mem_24g_retry
+	store 2,mem_24g_retransmit
+g24_transmit_loop:
+	call g24_transmit_receive_ack
+	fetch 1,mem_24g_no_ack	//tx noack
+	beq no_ack_24g,g24_transmit_no_ack
+	nbranch g24_retransmit,sync
+	nbranch g24_retransmit,user3
+	call g24_ackpayload_parse	
+	fetch 1,mem_device_option
+	sub pdata,dvc_op_mouse,null
+	call mouse_24g_transmit_callback,zero
+g24_transmit_no_ack:
+	call power_ctrl_pac_succ_incrs
+g24_transmit_next_packet:
+	call g24_txbuf_clear
+	fetch 1,mem_24g_pid
+	increase 1,pdata
+	store 1,mem_24g_pid
+	call g24_hop_enable_packet
+g24_transmit_abandon:
+	bpatchx patch2b_4,mem_patch2b
+	setarg 0
+	store 1,mem_24g_ensure
+	store 2,mem_24g_txfail_cnt
+	rtn
+
+g24_transmit_receive_ack:
+	bpatchx patch2b_5,mem_patch2b
+	disable user3
+	call g24_transmit
+	fetch 1,mem_24g_no_ack
+	beq no_ack_24g,g24_end_of_packet
+	force 0,radio_ctrl
+	fetch 4,mem_24g_addr
+	iforce access
+	fetcht 1,mem_last_freq
+	call set_freq_rx
+	call rf_rx_enable
+	call g24_receive_rxon
+	call g24_end_of_packet,user3
+	rtn
+
+g24_retransmit:
+	fetch 1,mem_device_option
+	bne dvc_op_mouse,g24_retransmit0
+	fetch 1,mem_mouse_need_soft_reset
+	nrtn blank
+	call mouse_select_device_by_pb_button
+g24_retransmit0:	
+	fetch 1,mem_24g_abort_pac
+	nrtn blank
+	fetch 2,mem_24g_txfail_cnt
+	increase 1,pdata
+	store 2,mem_24g_txfail_cnt	
+	fetch 1,mem_24g_txfail_cnt+1
+	bbit1 4,g24_tx_attempt_fail
+	call g24_transmit_hop_process
+	fetch 2,mem_24g_retransmit
+	increase 1,pdata
+	store 2,mem_24g_retransmit	
+	branch g24_transmit_loop
+
+
+g24_ackpayload_parse:
+	bpatchx patch2b_6,mem_patch2b
+	call g24_read_len_pid_crc
+	fetch 1,mem_24g_rxdata_length	//ack payload length 
+	rtn blank
+	iforce loopcnt
+	arg mem_24g_rxbuf+2,contr
+	arg mem_24g_rxpayload,contw	//ack payload buffer 
+	branch memcpy
+
+
+g24_tx_attempt_fail:
+	bpatchx patch2b_7,mem_patch2b
+	setarg 0
+	store 2,mem_24g_txfail_cnt
+	jam 1,mem_24g_attempt_fail_flag
+g24_stop_24g_mode:	
+	jam BT_EVT_24G_ATTEMPT_FAIL,mem_fifo_temp
+	branch ui_ipc_send_event
+
+
+
+
+
+
+
+
+
+g24_transmit_hop_process:
+	bpatchx patch2c_0,mem_patch2c
+	fetcht 1,mem_24g_retry
+	fetch 1,mem_24g_fast_hop_count			// 125Hz=11  250Hz=5
+	isub temp,null
+	nbranch g24_tx_fast_hop,positive		// >= (6+6)or(3+3) hop fast    fail packet count >= 2
+	increase 1,temp
+	storet 1,mem_24g_retry
+	fetch 1,mem_24g_fast_hop_count
+	beq 5,g24_transmit_hop_process_4ms
+	fetch 1,mem_24g_retry
+	beq 6,g24_hop_ch_disable
+	beq 12,g24_hop_ch_disable
+	rtn	
+
+
+g24_transmit_hop_process_4ms:
+	fetch 1,mem_24g_retry
+	beq 3,g24_hop_ch_disable
+	beq 6,g24_hop_ch_disable
+	rtn	
+
+
+
+g24_hop_ch_enable:
+	//fetch 1,mem_24g_data_type
+	//set1 bit_hop,pdata
+	//store 1,mem_24g_data_type
+	//update txpayload
+g24_txpayload_type_update:	
+	bmark1 mark_ble_lr,g24_lr_type_update
+	store 1,mem_24g_txpayload+OFFSET_DATA_TYPE
+	rtn
+g24_lr_type_update:
+	store 1,mem_24g_txpayload+OFFSET_LR_DATA_TYPE
+	rtn
+
+g24_hop_enable_packet:
+	fetch 1,mem_24g_data_type
+	rtnbit0 bit_hop
+g24_hop_ch_disable:
+	fetch 1,mem_24g_data_type
+	set0 bit_hop,pdata
+	store 1,mem_24g_data_type
+	call g24_txpayload_type_update
+	call power_ctrl_pac_succ_decrs
+	branch g24_ch
+
+g24_tx_fast_hop:
+	call power_ctrl_txpower_incrs
+	call power_ctrl_pac_succ_decrs
+	branch g24_ch
+	
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+g24_search_receiver:
+	fetch 2,mem_cb_24g_search_receiver
+	branch callback_func
+
+g24_nodata_transmit:
+	fetch 1,mem_24g_abort_pac
+	call g24_send_abort_packet,blank
+	fetch 1,mem_24g_transmit_by_interrupt
+	rtneq G24_TX_TIMER_INT_ENABLE
+	call g24_search_receiver
+	fetch 2,mem_cb_24g_transmit_long_sleep
+	branch callback_func
+
+g24_send_abort_packet:
+	jam TYPE_MS,mem_24g_data_type
+	jam 1,mem_24g_abort_pac
+	call g24_transmit_rf_ctrl_clear
+	store 1,mem_24g_txbuf
+	setarg 0
+	store 7,mem_24g_txbuf+1
+	fetch 4,mem_24g_device_addr
+	store 4,mem_24g_txbuf+8
+	jam 12,mem_24g_datalen
+	fetch 1,mem_24g_data_type
+	set1 bit_abort,pdata
+	store 1,mem_24g_data_type
+	call g24_transmit_prep
+	branch g24_transmit_start
+	
+
+
+g24_lpm_wait:
+	bpatchx patch2c_1,mem_patch2c
+	enable user
+	call lpo_calibration
+	fetch 3,mem_clks_per_lpo
+	branch disable_user,blank
+	fetch 1,mem_lpm_mode
+	branch disable_user,blank
+g24_lpm_wait_next:
+	fetch 1,mem_24g_transmit_by_interrupt
+	beq G24_TX_TIMER_INT_ENABLE,disable_user
+	rtn
+
+g24_setgpio_lpm_before:
+	fetch 2,mem_cb_24g_lpm_before
+	branch callback_func
+
+
+
+
+
+
+
+
+
+
+
+
+g24_transmit_by_interrupt:
+	call g24_timer_check
+	nrtn user
+	call g24_interval_calibrate
+	fetch 2,mem_24g_transmit_by_interrupt_exit_count
+	increase 1,pdata
+	store 2,mem_24g_transmit_by_interrupt_exit_count
+	fetcht 2,mem_24g_transmit_by_interrupt_exit_count_init
+	isub temp,null
+	call g24_transmit_by_interrupt_exit,zero
+	branch g24_transmit_no_interrupt
+
+	
+g24_transmit_by_interrupt_exit:
+	jam G24_TX_TIMER_INT_DISABLE,mem_24g_transmit_by_interrupt
+	setarg 0
+	store 2,mem_24g_transmit_by_interrupt_exit_count
+	setarg 100
+	store 2,mem_24g_transmit_by_interrupt_exit_count_init
+g24_interval_min:
+	jam 0,mem_24g_pac_index
+	fetch 1,mem_24g_interval_min
+g24_interval_store:
+	store 1,mem_24g_interval
+	rtn
+g24_interval_max:
+	fetch 1,mem_24g_interval_max
+	branch g24_interval_store
+	
+g24_interval_calibrate:
+	fetch 1,mem_24g_pac_index
+	increase 1,pdata
+	store 1,mem_24g_pac_index
+	beq 4,g24_interval_max
+	beq 5,g24_interval_min
+	rtn
+
+g24_transmit_by_interrupt_enable:
+	jam G24_TX_TIMER_INT_ENABLE,mem_24g_transmit_by_interrupt
+	setarg 0
+	store 2,mem_24g_transmit_by_interrupt_exit_count
+	rtn
+
+
+
+
+
+
+
+
+
+g24_factory_check:
+	arg 2,loopcnt
+	arg mem_24g_addr,contr
+pdata_0xff_check:
+	call enable_user
+	setarg 0xffff
+pdata_0xff_check_loop:
+	ifetcht 2,contr
+	isub temp,null
+	ncall disable_user,zero
+	loop pdata_0xff_check_loop
+	rtn
+
+
+
+
+
+	
+
+
+
+power_ctrl_start:
+	bpatchx patch2c_2,mem_patch2c
+	fetch 1,mem_power_ctrl_disable
+	nrtn blank
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BLE_ADV
+	fetchr rega,2,mem_rssi_signal_buf_ptr
+	call rssi_average
+	storet 1,mem_rssi_avg_received
+	fetch 1,mem_rssi_dis_max_24g
+	bmark1 mark_24g,power_ctrl_start_next
+	fetch 1,mem_rssi_dis_max_ble
+power_ctrl_start_next:
+	isub temp,null
+	nbranch power_ctrl_txpower_incrs_force,positive
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	sub pdata,2,null
+	nbranch power_ctrl_txpower_decrs_check,positive
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	beq 0,power_ctrl_txpower_incrs
+	rtn
+
+power_ctrl_txpower_decrs_check:
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	fetcht 1,mem_power_ctrl_pac_succ_cnt_init
+	isub temp,null
+	nrtn zero
+	jam 0,mem_power_ctrl_pac_succ_cnt
+power_ctrl_txpower_decrs:
+	fetcht 1,mem_rssi_avg_received
+	fetch 1,mem_rssi_dis_min_24g
+	bmark1 mark_24g,power_ctrl_txpower_decrs_next
+	fetch 1,mem_rssi_dis_min_ble
+power_ctrl_txpower_decrs_next:	
+	isub temp,null
+	nrtn positive
+	fetch 1,mem_power_ctrl_level
+	beq 0,power_ctrl_decrs_level0
+	increase -1,pdata
+	store 1,mem_power_ctrl_level
+	beq 0,power_ctrl_decrs_level0
+power_ctrl_decrs_level1:
+power_ctrl_incrs_level1:	//0dBm
+	jam TX_POWER_0DB,mem_tx_power
+	rtn
+
+power_ctrl_txpower_incrs_force:
+	jam 0,mem_power_ctrl_pac_succ_cnt
+power_ctrl_txpower_incrs:
+	fetch 1,mem_power_ctrl_level
+	beq 2,power_ctrl_incrs_level2
+	increase 1,pdata
+	store 1,mem_power_ctrl_level
+	beq 1,power_ctrl_incrs_level1
+power_ctrl_incrs_level2:	//+6dBm
+	jam TX_POWER_6DB,mem_tx_power
+	rtn
+	
+power_ctrl_decrs_level0: //-5dBm
+	jam TX_POWER_f5DB,mem_tx_power
+	rtn
+
+power_ctrl_pac_succ_cnt_init:
+	jam 1,mem_power_ctrl_level
+	jam 0,mem_power_ctrl_pac_succ_cnt
+	rtn
+
+power_ctrl_pac_succ_incrs:
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	increase 1,pdata
+	store 1,mem_power_ctrl_pac_succ_cnt
+	rtn
+
+power_ctrl_pac_succ_decrs:
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	sub pdata,2,null
+	ncall power_ctrl_pac_succ_cnt_reinit,positive
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	rtneq 0
+	increase -1,pdata
+	store 1,mem_power_ctrl_pac_succ_cnt
+	rtn
+
+power_ctrl_pac_succ_cnt_reinit:
+	jam 3,mem_power_ctrl_pac_succ_cnt
+	rtn
+
+
+
+
+
+
+app_init:
+	bpatch patch0e_0,mem_patch0e
+	fetch 1,mem_device_option
+	branch app_init,blank				
+	beq dvc_op_dongle,dongle_init
+	beq dvc_op_shutter,shutter_init
+	beq dvc_op_shutter_dy,shutter_dy_init
+//	beq dvc_op_car,car_init
+//	beq dvc_op_remote_car,remote_car_init
+	beq dvc_op_mouse,mouse_init
+	rtn
+
+
+app_param_init:
+	rtn wake
+	call adc_init_data
+	fetch 1,mem_device_option
+	beq dvc_op_shutter,shutter_default_init
+	beq dvc_op_shutter_dy,shutter_default_init
+	beq dvc_op_dongle,dongle_default_init
+	beq dvc_op_mouse,mouse_default_init
+//	beq dvc_op_remote_car,remote_car_default_init
+	rtn
+	
+app_process_idle:
+	call ui_dispatch
+	call check_51cmd
+	call app_process_bb_event
+	fetch 2,mem_cb_idle_process
+	branch callback_func
+
+app_process_ble:
+	fetch 2,mem_cb_le_process
+	branch callback_func
+
+app_process_bb_event:
+	bpatch patch0e_1,mem_patch0e
+	//return if c51 need to process bb event
+	arg mem_ipc_fifo_bt2c51,rega
+	call fifo_out
+	rtn blank
+	//reaching here mains c51 cannot get bb event.
+	copy pdata,regc
+	call app_event_normal_process
+	branch app_process_bb_event_priority
+	
+app_discard_event:
+	arg 0,regc
+	rtn
+
+//
+//
+//
+app_event_normal_process:
+	beq BT_EVT_BUTTON_LONG_PRESSED,app_evt_button_long_pressed
+	beq BT_EVT_LE_CONNECTED,app_le_event_bb_connected
+	beq BT_EVT_LE_DISCONNECTED,app_le_event_bb_disconn
+	rtn
+
+
+
+app_process_bb_event_priority:
+	fetch 2,mem_cb_bb_event_process
+	branch callback_func
+	
+app_check_wake_lock:
+	fetch 2,mem_cb_check_wakelock
+	branch callback_func
+	
+app_will_enter_lpm:
+	fetch 2,mem_cb_before_lpm
+	branch callback_func
+
+app_le_event_bb_connected:
+	fetch 2,mem_ui_state_map
+	set1 UI_STATE_BLE_CONNECTED,pdata
+	store 2,mem_ui_state_map
+	rtn
+	
+app_le_event_bb_disconn:
+	jam 0,mem_le_l2cap_att_states
+	fetch 2,mem_ui_state_map
+	set0 UI_STATE_BLE_CONNECTED,pdata
+	store 2,mem_ui_state_map
+	branch app_lpm_mult_disable
+	
+
+app_evt_button_long_pressed:
+	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason_flag
+	set1 APP_DISC_BY_BUTTON,pdata
+	store APP_DISC_RSN_SIZE,mem_app_disconn_reason_flag
+	rtn
+	
+
+app_evt_timer:
+	store 1,mem_app_evt_timer_count
+app_evt_100ms_loop:
+	bpatch patch0e_2,mem_patch0e
+	fetch 1,mem_app_evt_timer_count
+	rtn blank
+	increase -1,pdata
+	store 1,mem_app_evt_timer_count
+	call ui_button_polling
+	call app_lpm_wake_auto_lock_timer
+	call flash_write_spi_sm_timer
+	fetch 2,mem_cb_event_timer
+	call callback_func
+	branch app_evt_100ms_loop
+
+
+//regc:timer addr
+//regb:timer up call back fuction
+timer_single_step:
+	ifetch 1,regc
+	rtn blank
+	pincrease -1
+	istore 1,regc
+	nrtn blank
+	copy regb,pdata
+	branch callback_func
+
+//regc:timer addr
+//regb:timer up call back fuction
+timer_single_step_2B:
+	ifetch 2,regc
+	rtn blank
+	pincrease -1
+	istore 2,regc
+	nrtn blank
+	copy regb,pdata
+	branch callback_func
+	
+app_power_timer:
+	fetcht 2,mem_power_param_ptr
+	add temp,power_timer_offset,regc
+	arg app_power_timer_timeout,regb
+	branch timer_single_step
+	
+app_power_timer_timeout:
+	call app_got_power_state_common
+	beq POWER_STARTING,app_enter_power_stanby_state
+app_enter_power_off_state:
+	branch app_enter_hibernate
+app_enter_power_stanby_state:
+	setarg POWER_STANDBY
+	istore 1,regc
+	add temp,power_standby_cb_offset,regb
+app_power_cb_common:
+	ifetch 2,regb
+	branch callback_func
+
+
+app_bb_hibernate:
+	call app_disconn_reason_clear
+	branch app_enter_hibernate
+
+	
+app_disconn_reason_clear:
+	setarg 0
+	store APP_DISC_RSN_SIZE,mem_app_disconn_reason
+	rtn
+app_disconn_reason_flag_clear:
+	setarg 0
+	store APP_DISC_RSN_SIZE,mem_app_disconn_reason_flag
+	rtn
+
+
+	
+app_disconn_reason_collect_ble:
+	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason_flag
+	set1 APP_DISC_BLE,pdata
+	store APP_DISC_RSN_SIZE,mem_app_disconn_reason
+	setarg 0
+	store APP_DISC_RSN_SIZE,mem_app_disconn_reason_flag
+	rtn
+
+	
+//
+//
+//
+
+
+app_get_lpm_wake_lock:
+	arg wake_lock_app,queue
+	branch lpm_get_wake_lock
+
+app_put_lpm_wake_lock:
+	arg wake_lock_app,queue
+	branch lpm_put_wake_lock
+	
+app_lpm_wake_auto_lock:
+	jam  LPM_WAKE_UP_DELAY_TIMER,mem_wake_up_delay_timer
+	branch app_get_lpm_wake_lock
+	
+app_lpm_wake_auto_lock_timer:
+	arg mem_wake_up_delay_timer,regc
+	arg app_put_lpm_wake_lock,regb
+	branch timer_single_step
+
+
+app_ble_start_direct_adv:
+	jam BT_CMD_START_DIRECT_ADV,mem_fifo_temp
+	branch ui_ipc_send_cmd
+
+app_ble_stop_direct_adv:
+	jam BT_CMD_STOP_DIRECT_ADV,mem_fifo_temp
+	branch ui_ipc_send_cmd
+	
+app_ble_stop_adv:
+	jam BT_CMD_STOP_ADV,mem_fifo_temp
+	branch ui_ipc_send_cmd
+	
+app_ble_start_adv:	
+	jam BT_CMD_START_ADV,mem_fifo_temp
+	branch ui_ipc_send_cmd
+	
+app_ble_start_scan:
+	jam BT_CMD_LE_START_SCAN,mem_fifo_temp
+	branch ui_ipc_send_cmd
+	
+app_ble_stop_scan:
+	jam BT_CMD_LE_STOP_SCAN,mem_fifo_temp
+	branch ui_ipc_send_cmd
+	
+app_ble_start_conn:
+	jam BT_CMD_LE_START_CONN,mem_fifo_temp
+	branch ui_ipc_send_cmd
+	
+app_ble_disconnect:
+	jam BT_CMD_LE_DISCONNECT,mem_fifo_temp
+	branch ui_ipc_send_cmd
+	
+app_led_start_blink:	
+	jam BT_CMD_LED_BLINK,mem_fifo_temp
+	branch ui_ipc_send_cmd
+
+app_led_on:
+	jam BT_CMD_LED_ON,mem_fifo_temp
+	branch ui_ipc_send_cmd
+	
+app_led_stop_blink:
+app_led_off:
+	jam BT_CMD_LED_OFF,mem_fifo_temp
+	branch ui_ipc_send_cmd
+	
+app_enter_hibernate:
+	jam BT_CMD_ENTER_HIBERNATE,mem_fifo_temp 
+	branch ui_ipc_send_cmd
+	
+
+app_ble_store_reconn_info:
+	jam BT_CMD_STORE_RECONN_INFO_LE,mem_fifo_temp
+	branch ui_ipc_send_cmd
+
+
+app_lpm_mult_enable:
+	set1 mark_lpm_mult_enable,mark
+	rtn
+
+app_lpm_mult_disable:
+	set0 mark_lpm_mult_enable,mark
+	rtn
+
+
+app_button_long_pressed:
+	call app_got_power_state_common
+	beq POWER_STANDBY,app_power_shutting_down
+app_power_starting:
+	setarg POWER_STARTING
+	istore 1,regc
+	add temp,power_starting_timeout_offset,rega
+	add temp,power_starting_cb_offset,regb
+app_power_common:
+	ifetcht 1,rega
+	increase 1,regc
+	istoret 1,regc
+	branch app_power_cb_common
+	
+app_power_shutting_down:
+	setarg POWER_OFF
+	istore 1,regc
+	fetch 2,mem_ui_state_map
+	bbit0 UI_STATE_BLE_CONNECTED,app_power_off_end
+	call le_send_terminate_ind_user_terminated
+	call app_ble_disconnect
+app_power_off_end:
+	fetcht 2,mem_power_param_ptr
+	add temp,power_off_timeout_offset,rega
+	add temp,power_off_cb_offset,regb
+	branch app_power_common
+	
+app_got_power_state_common:
+	fetcht 2,mem_power_param_ptr
+	add temp,power_state_offset,regc
+	ifetch 1,regc
+	rtn
+
+app_event_button_up:
+	call app_got_power_state_common
+	bne POWER_OFF,app_power_release
+	branch app_enter_hibernate
+app_power_release:
+	add temp,ui_butten_up_cb_offset,regb
+	branch app_power_cb_common
+
+
+
+
+
+//car_init:
+//	call enable_authrom
+//	rtn wake
+//	setarg car_g24_receive_process
+//	store 2,mem_cb_24g_receive_process
+//	
+//	setarg g24_bind_ackpayload_prep
+//	store 2,mem_cb_24g_ackpayload
+//	
+//	setarg car_g24_cb_data_device1
+//	store 2,mem_cb_24g_data_device1
+
+//	setarg car_le_before_hibernate
+//	store 2,mem_cb_before_hibernate
+//	
+//	setarg car_le_process_lpm_before
+//	store 2,mem_cb_before_lpm	
+//		
+//	setarg car_scale_process_idle	
+//	store 2,mem_cb_idle_process	
+//	
+//	setarg car_scale_process_bb_event 
+//	store 2,mem_cb_bb_event_process	
+//	
+//	setarg app_get_lpm_wake_lock
+//	store 2,mem_cb_check_wakelock
+//	
+//	setarg car_le_receive_data
+//	store 2,mem_cb_att_write
+//	
+//	setarg car_le_bb_event_timer
+//	store 2,mem_cb_event_timer
+//	
+
+//	call car_init_environment
+//	call car_lpm_timer_enable
+//	call queue_init
+//	jam 2,mem_lpm_mult
+//	jam POWER_ON,mem_car_24g_received_pac
+//	fetch 1,mem_car_config_soft_switch_enable
+//	store 1,mem_car_hard_soft_switch
+//	beq HARD_SWITCH, car_hard_switch_power_on_signal
+//	fetch 1,mem_car_config_soft_switch_gpio
+//	store 1,mem_ui_button_gpio
+//	jam OFF,mem_le_adv_enable
+//car_soft_switch_power_on_init:
+//	call ui_button_init
+//	call ui_button_polling
+//	jam POWER_STARTING,mem_car_power_state
+//	fetch 2,mem_ui_state_map
+//	rtnbit1 UI_STATE_BTN_DOWN
+// 	branch app_enter_hibernate
+ 	
+
+	
+car_hard_switch_power_on_signal:
+	jam POWER_STANDBY,mem_car_power_state
+car_soft_switch_power_on_signal:
+	jam ON,mem_le_adv_enable
+	setarg FAST_ADV_INTERVAL_VALUE_CAR
+	call shutter_ble_adv_interval_set
+car_le_modified_name_adv:
+	arg mem_le_name+7,contw
+	fetch 1,mem_le_lap
+car_name_loop:
+	and pdata,0xF0,temp
+	rshift4 temp,temp
+	call car_hex_to_ascii
+	istoret 1, contw
+	and pdata,0x0F,temp
+	call car_hex_to_ascii
+	istoret 1, contw
+	call le_modified_name_att_list
+//	fetcht 1,mem_le_name_len
+//	copy temp,loopcnt
+	fetchr loopcnt,1,mem_le_name_len
+	arg mem_le_adv_data+2,contw
+	arg mem_le_name,contr
+	call memcpy
+car_le_modified_name_scan:
+//	fetcht 1,mem_le_name_len
+//	copy temp,loopcnt
+	fetchr loopcnt,1,mem_le_name_len
+	arg mem_le_scan_data+2,contw
+	arg mem_le_name,contr
+	branch memcpy
+car_hex_to_ascii:
+	sub temp,9,null
+	branch car_hex_num,positive
+	add temp,55,temp
+	rtn
+car_hex_num:	
+	add temp,48,temp
+	rtn
+
+car_ui_led_init:
+	fetch 1,mem_car_config_blood_led1_gpio
+	bne INVALID_PIN_NUM,car_blood_led_gpio_set
+car_ui_led_init_1:
+	fetch 1,mem_car_config_pairing_led_gpio
+	bne INVALID_PIN_NUM,car_pairing_led_gpio_set
+car_ui_led_init_2:
+	fetch 1,mem_car_config_low_voltage_led_gpio
+	bne INVALID_PIN_NUM,car_low_voltage_led_gpio_set
+car_ui_led_init_3:
+//	fetch 1, mem_car_led_num
+//	copy pdata,loopcnt
+//	setarg mem_car_led_map
+//	copy pdata,rega
+	fetchr loopcnt,1,mem_car_led_num
+	arg mem_car_led_map,rega
+car_in_lp1:
+	copy rega,contr
+	ifetch 1,contr
+	copy contr,rega
+	beq INVALID_PIN_NUM,car_in_lp1_end
+	copy pdata,temp
+	call gpio_config_output
+car_in_lp1_end:
+	loop car_in_lp1
+car_ui_led_init_end:
+	rtn
+car_blood_led_gpio_set:
+	fetch 8,mem_car_config_blood_led1_gpio
+	store 8,mem_car_led_map+2
+	branch car_ui_led_init_1
+car_pairing_led_gpio_set:
+	store 1,mem_car_led_map
+	branch car_ui_led_init_2
+car_low_voltage_led_gpio_set:
+	store 1,mem_car_led_map+1
+	branch car_ui_led_init_3
+
+car_init_environment:
+	
+	call car_g24_init
+	call car_g24_load_commom_addr
+	arg 0,rega
+	call pwm_init
+	call car_ui_led_init
+	call car_start_blink
+	call car_init_adc_hvin
+//	branch car_motor_init
+car_motor_init:
+	fetch 1, mem_car_motor_gpio_num
+	copy pdata,loopcnt
+	setarg mem_car_motor_gpio_map
+	copy pdata,rega
+p_in_lp1:
+	copy rega,contr
+	ifetch 1,contr
+	copy contr,rega
+	beq INVALID_PIN_NUM,p_in_lp1_end
+	copy pdata,temp
+	store 1, mem_car_gpio
+	call car_ui_gpio_init
+p_in_lp1_end:
+	loop p_in_lp1
+p_car_ui_led_init_end:
+	rtn
+
+car_ui_gpio_init:
+	fetch 1,mem_car_gpio
+	rtneq UI_BUTTON_GPIO_DISABLE
+	iforce temp
+	branch gpio_config_output
+
+	
+car_init_adc_hvin:
+	jam 100,mem_car_notify_vdd_value_last
+	rtn
+	
+car_le_before_hibernate:
+	call car_gpio_set_before_hibernate
+	call clear_wake
+car_le_process_lpm_before:
+	branch keyscan_process_lpm_before
+
+car_gpio_set_before_hibernate:
+	 call check_51cmd_led_off
+car_gpio_set_before_lpm_common:
+	arg 20,loopcnt
+	arg core_gpio_conf,contr
+car_setgpio_loop:
+	copy contr,contw
+	ifetch 1,contr
+	beq gpcfg_spid_miso,car_setgpio_pullup
+	beq gpcfg_spid_ncs,car_setgpio_pullup
+	beq gpcfg_spid_sck,car_setgpio_pullup
+	beq gpcfg_spid_mosi,car_setgpio_pullup
+	beq gpcfg_spid_sdio,car_setgpio_pullup
+	beq gpcfg_iic_scl,car_setgpio_pullup
+	beq gpcfg_iic_sda,car_setgpio_pullup
+	beq gpcfg_input,car_setgpio_pullup
+car_setgpio_loop_end:
+	loop car_setgpio_loop
+	branch car_motor_setgpio
+//	rtn
+car_setgpio_pullup:
+	setarg gpcfg_pullup
+	istore 1,contw
+	branch car_setgpio_loop_end
+car_setgpio_pulldown:
+	setarg gpcfg_pulldown
+	istore 1,contw	
+	branch car_setgpio_loop_end
+car_motor_setgpio:	
+	fetch 1,mem_car_motor_gpio_num
+	copy pdata,loopcnt
+	arg mem_car_motor_gpio_map,contr
+car_motor_setgpio_loop:
+	ifetch 1,contr
+	set1 7,pdata
+	arg gpcfg_output_low,temp
+	call gpio_config_function
+	loop car_motor_setgpio_loop
+	rtn
+	 
+car_key_scan_process:
+	branch keyscan_key_process
+
+car_scale_process_idle:
+	call car_le_send_packet
+	call car_g24_status_process
+	branch car_key_scan_process
+
+car_g24_status_process:
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BLE_CONNECTED
+	fetch 1,mem_car_24g_received_pac
+	beq WORK_PAIRED,car_g24_connected_event
+	rtn
+car_g24_connected_event:
+	fetch 1,mem_car_24g_status
+	rtneq WORK_PAIRED
+	jam WORK_PAIRED,mem_car_24g_status
+	call car_lpm_timer_disable
+	call car_stop_blink
+	branch car_g24_connected
+
+car_lpm_timer_enable:
+	fetch 2,mem_car_enter_lpm_timer_count	
+	store 2,mem_car_enter_lpm_timer
+	jam 0,mem_car_enter_lpm_flag
+	rtn
+
+	
+car_lpm_timer_disable:
+	setarg 0
+	branch car_lpm_timer_enable+1
+
+
+car_stop_blink:
+	arg 0,rega
+	branch ui_led_blink_stop_global
+	
+	
+car_start_blink:
+	arg 0,rega
+	branch ui_led_blink_start_global
+	
+
+
+
+
+car_le_send_packet:
+	fetch 2,mem_ui_state_map
+	rtnbit0 UI_STATE_BLE_CONNECTED
+	call le_fifo_check_nearly_full
+	nrtn blank
+	arg mem_car_pop_queue_buff,rega
+	call queue_pop
+	nrtn user
+	arg mem_car_pop_queue_buff,contr
+	branch le_send_notify_from_list
+ 
+car_scale_process_bb_event:
+	copy regc,pdata
+	beq BT_EVT_BUTTON_UP,app_event_button_up
+	beq BT_EVT_BUTTON_LONG_PRESSED,app_button_long_pressed
+	beq BT_EVT_LE_CONNECTED,car_scale_event_le_conn
+	beq BT_EVT_LE_DISCONNECTED,car_scale_event_le_discon
+	rtn
+
+car_scale_event_le_conn:
+	call car_lpm_timer_disable
+	call car_stop_blink
+	set0 mark_24g_rxmode,mark
+	branch car_scale_process_conn
+car_g24_connected:
+	fetch 2,mem_car_24g_no_data_timeout_count
+	store 2,mem_car_24g_no_data_timeout_timer
+car_scale_process_conn:
+	jam 0x14,mem_car_notify_vdd_timer
+	jam 0,mem_lpm_mode
+	call app_ble_stop_adv
+	branch app_lpm_mult_enable
+
+
+car_scale_event_le_discon:
+	set1 mark_24g_rxmode,mark
+	call car_lpm_timer_enable
+	call car_fb_motor_stop
+	call car_lr_motor_stop
+car_g24_disconnect:
+	setarg 0
+	store 5,mem_car_led_control
+	call queue_init
+	jam 10,mem_motor1_speed
+	jam 10,mem_motor2_speed
+	jam 10,mem_motor3_speed
+//	jam 1,mem_lpm_mode
+	jam 2,mem_lpm_mult
+	setarg FAST_ADV_INTERVAL_VALUE_CAR
+	call shutter_ble_adv_interval_set
+	branch app_ble_start_adv
+
+car_le_bb_event_timer:
+	call car_moto1_blank_data_timer
+	call car_moto2_blank_data_timer
+	call car_moto3_blank_data_timer
+	//call app_power_timer
+	//call car_notify_vdd_timer
+	call car_24g_no_data_timeout_timer
+	branch car_24g_bind_enable_timer
+	//branch car_enter_lpm_timer
+
+car_24g_bind_enable_timer:
+	arg mem_car_24g_bind_enable_delay_count,regc
+	arg 0,regb
+	branch timer_single_step
+
+car_enter_lpm_timer:
+	arg mem_car_enter_lpm_timer,regc
+	arg car_enter_lpm_enable,regb
+	branch timer_single_step_2B
+car_enter_lpm_enable:
+	jam 1,mem_car_enter_lpm_flag
+	rtn
+	
+car_24g_no_data_timeout_timer:
+	arg mem_car_24g_no_data_timeout_timer,regc
+	arg car_24g_no_data_timer_timeout,regb
+	branch timer_single_step_2B
+car_24g_no_data_timer_timeout:
+	jam WORK_SEARCH,mem_car_24g_status
+	jam POWER_ON,mem_car_24g_received_pac
+	branch car_g24_disconnect
+
+car_notify_vdd_timer:
+	fetch 1,mem_car_config_bat_notify_enable
+	rtn blank
+	arg mem_car_notify_vdd_timer,regc
+	arg car_notify_vdd,regb
+	branch timer_single_step
+car_notify_vdd:
+	fetch 1,mem_car_notify_vdd_count
+	store 1,mem_car_notify_vdd_timer
+ 	fetch 1,mem_car_working_flag
+ 	nrtn blank
+car_read_hvin:
+	call adc_calculate
+	store 2,mem_vdd_now_vol
+	arg mem_vdd_calculate_set,rega
+	call adc_bat_percent_lowpower_out
+	fetcht 1,mem_car_notify_vdd_value_last
+	isub temp,null
+	branch car_notify_vdd_next2,positive
+	store 1,mem_car_notify_vdd_value_last
+	copy pdata,temp
+car_notify_vdd_next2:
+	storet 1,mem_car_notify_vdd_percent
+	fetch 1,mem_car_config_low_voltage_percent
+	isub temp,null
+	call car_enter_low_bat,positive
+	storet 1,mem_notify_bat_payload 
+	arg 6,loopcnt
+	arg mem_notify_bat_head,contr
+	call calc_check_sum_start
+	store 1,mem_notify_bat_check_sum
+	arg mem_notify_bat_packet,rega
+	branch queue_push
+car_enter_low_bat:
+	fetch 1,mem_low_bat_flag
+	nrtn blank
+	jam 1,mem_low_bat_flag
+	arg 1,rega
+	branch ui_led_blink_start_global
+car_low_bat_led_off:
+	arg 1,rega
+	branch ui_led_blink_stop_global
+
+////////////////////////check sum////////////////////////
+//loopcnt = sum number,contr = ptr
+calc_check_sum_start:
+	arg 0,rega
+calc_check_sum_loop:
+	ifetch 1,contr
+	iadd rega,rega
+	loop calc_check_sum_loop
+calc_check_sum_and:
+	and rega,0xff,pdata
+	rtn
+
+car_le_receive_data:	
+	fetch 1,mem_le_att_opcode
+	beq ATTOP_WRITE_REQUEST,car_le_parse_att_write_request
+	rtn
+car_le_parse_att_write_request:
+	fetch 2,mem_le_att_handle
+	beq ATT_CAR_CONTROL_HANDLE,car_control_le_receive
+	rtn
+
+le_app_receive_data:
+	bpatch patch05_3,mem_patch05
+	ifetch 5,rega
+	store 5,mem_app_receive_temp
+	fetch 2,mem_app_receive_temp
+	arg LE_RECEIVE_PACKET_HEAD,temp
+	isub temp,null
+	nrtn zero
+	fetch 2,mem_app_receive_temp+3
+	byteswap pdata,pdata
+	store 2,mem_app_receive_temp+3
+	copy pdata,loopcnt
+	increase 5,rega
+	copy rega,contr
+	arg mem_app_receive_temp+5,contw
+	call memcpy
+	ifetch 1,contr
+	store 1,mem_app_receive_temp+15
+	arg mem_app_receive_temp+2,rega
+	arg mem_app_receive_temp+5,regb
+	rtn
+
+car_control_le_receive:
+	setarg 0
+	store 5,mem_le_receive_payload
+	store 5,mem_le_receive_payload+5
+	call le_app_receive_data
+	copy regb,contr
+	arg mem_le_receive_payload,contw
+	arg 10,loopcnt
+	call memcpy
+car_receive_cmd_select:
+	bpatch patch05_4,mem_patch05
+	ifetch 1,rega
+	beq CAR_CMD_OLD_CAR_CONTROL,car_drive_old
+	beq CAR_CMD_OLD_SPEED_CONTROL,car_speed_set_old
+	beq CAR_CMD_L_R_MOTOR_CONTROL,car_motor_control
+	beq CAR_CMD_F_B_MOTOR_CONTROL,car_motor_control
+//	beq CAR_CMD_IR_CONTROL,car_ir_data_rx_from_app
+	beq CAR_CMD_LED_CONTROL,car_led_control_receive
+	beq CAR_CMD_DEVICE_INFO,car_info_request
+	rtn
+
+car_24g_receive_data:
+	call car_control_le_receive
+	fetch 1,mem_app_receive_temp+2	//cmd
+	beq CAR_CMD_L_R_MOTOR_CONTROL,car_24g_receive_data_next
+	beq CAR_CMD_F_B_MOTOR_CONTROL,car_24g_receive_data_next
+	rtn
+car_24g_receive_data_next:
+	fetch 1,mem_le_receive_payload	//moto1
+	ncall car_moto1_enable_blank_data_timer,blank
+	fetch 1,mem_le_receive_payload+2	//moto2
+	ncall car_moto2_enable_blank_data_timer,blank
+	fetch 1,mem_le_receive_payload+4	//moto3
+	rtn blank
+	branch car_moto3_enable_blank_data_timer,blank
+
+car_moto1_enable_blank_data_timer:
+	jam 5,mem_car_moto1_blank_timer
+	rtn
+car_moto2_enable_blank_data_timer:
+	jam 5,mem_car_moto2_blank_timer
+	rtn
+car_moto3_enable_blank_data_timer:
+	jam 5,mem_car_moto3_blank_timer
+	rtn
+
+car_moto1_blank_data_timer:
+	arg mem_car_moto1_blank_timer,regc
+	arg car_moto1_blank_data,regb
+	branch timer_single_step
+car_moto2_blank_data_timer:	
+	arg mem_car_moto2_blank_timer,regc
+	arg car_moto2_blank_data,regb
+	branch timer_single_step
+car_moto3_blank_data_timer:		
+	arg mem_car_moto3_blank_timer,regc
+	arg car_moto3_blank_data,regb
+	branch timer_single_step
+
+car_moto1_blank_data:
+	jam 0,mem_le_receive_payload
+	branch car_motor_control
+car_moto2_blank_data:
+	jam 0,mem_le_receive_payload+2
+	branch car_motor_control
+car_moto3_blank_data:
+	jam 0,mem_le_receive_payload+4
+	branch car_motor_control
+	
+	
+///////////////////////Motor//////////////////////////////////////////
+
+car_drive_old:	
+	fetch 1,mem_le_receive_payload
+	store 1,mem_motor1_status
+	fetch 1,mem_le_receive_payload+1
+	store 1,mem_motor2_status
+	branch car_motor_control_common
+
+
+	
+car_left_right_control_old:
+	fetch 1,mem_le_receive_payload
+	store 1,mem_motor2_status
+	branch car_motor2_control
+car_front_back_control_old:
+	fetch 1,mem_motor1_speed
+	call car_reset_old_speed
+	fetch 1,mem_le_receive_payload+1
+	store 1,mem_motor1_status
+	branch car_motor1_control
+car_reset_old_speed:
+	beq SPEED_LEVEL_2,car_reset_old_speed2
+	beq SPEED_LEVEL_3,car_reset_old_speed3
+	store 1,mem_motor1_speed
+	rtn
+car_reset_old_speed2:
+	jam SPEED_LEVEL_5,mem_motor1_speed
+	rtn
+car_reset_old_speed3:
+	jam SPEED_LEVEL_10,mem_motor1_speed
+	rtn
+car_speed_set_old:
+	fetch 1,mem_le_receive_payload
+	call car_reset_old_speed
+	fetch 1,mem_motor1_speed
+	call car_motor_speed_duty_setting
+	call car_motor_speed_duty_transform
+	jam 0x00,mem_pdatatemp+1	//pwm channel0
+	branch pwm_duty_cycle_set
+
+car_motor_control:
+	fetch 1,mem_car_24g_go_die_flag
+	nrtn blank
+	fetch 6,mem_le_receive_payload
+	store 6,mem_motor1_status
+	fetch 1,mem_motor1_speed
+	fetcht 1,mem_motor2_speed
+	iand temp,pdata
+	fetcht 1,mem_motor3_speed
+	iand temp,pdata
+	call car_motor_working_flag,blank	
+car_motor_control_common:
+	bpatch patch05_5,mem_patch05
+	fetch 2,mem_ui_state_map
+	isolate1 UI_STATE_BLE_CONNECTED,pdata
+	ncall car_lpm_timer_enable,true
+	call car_motor1_control
+	call car_motor2_control
+	branch car_conn_led_state
+
+car_conn_led_state:
+	fetch 1,mem_motor1_status
+	fetcht 1,mem_motor2_status
+	iadd temp,pdata
+	nbranch check_51cmd_led_on,blank
+	branch check_51cmd_led_off	
+
+car_motor1_control:
+	arg mem_motor1_status,contr
+	branch car_motor1_status_select
+car_motor2_control:
+	arg mem_motor2_status,contr
+	branch car_motor2_status_select
+car_motor3_control:
+	arg mem_motor3_status,contr
+	branch car_motor_status_select
+car_motor_working_flag:
+	jam 0,mem_car_working_flag
+	rtn
+
+car_motor1_status_select:
+	ifetch 1,contr
+	beq TURN_FRONT,car_lr_motor_stop
+	beq TURN_LEFT,car_lr_motor_left
+	beq TURN_RIGHT,car_lr_motor_right
+	rtn
+car_motor2_status_select:
+	ifetch 1,contr
+	beq MOTOR_STOP,car_fb_motor_stop
+	beq GO_BACK,car_fb_motor_front
+	beq GO_FRONT,car_fb_motor_back
+	rtn
+
+car_lr_motor_stop:
+	fetcht 1,mem_car_motor_left_gpio
+	call gpio_out_inactive
+	fetcht 1,mem_car_motor_right_gpio
+	branch gpio_out_inactive
+car_lr_motor_left:
+	fetcht 1,mem_car_motor_left_gpio
+	call gpio_out_active
+	fetcht 1,mem_car_motor_right_gpio
+	branch gpio_out_inactive
+car_lr_motor_right:
+	fetcht 1,mem_car_motor_left_gpio
+	call gpio_out_inactive
+	fetcht 1,mem_car_motor_right_gpio
+	branch gpio_out_active
+car_fb_motor_stop:
+	fetcht 1,mem_car_motor_front_gpio
+	call gpio_out_inactive
+	fetcht 1,mem_car_motor_back_gpio
+	branch gpio_out_inactive
+car_fb_motor_front:
+	fetcht 1,mem_car_motor_front_gpio
+	call gpio_out_active
+	fetcht 1,mem_car_motor_back_gpio
+	branch gpio_out_inactive
+car_fb_motor_back:
+	fetcht 1,mem_car_motor_front_gpio
+	call gpio_out_inactive
+	fetcht 1,mem_car_motor_back_gpio
+	branch gpio_out_active
+
+	
+
+
+car_motor_status_select:
+	bpatch patch05_6,mem_patch05
+	ifetch 1,contr
+	beq MOTOR_STOP,car_motor_stop
+	beq GO_FRONT,car_motor_positive
+	beq GO_BACK,car_motor_negative
+	rtn
+car_motor_positive:
+	jam 0,mem_motor_select_p_n
+	branch car_motor_negative+1
+car_motor_negative:
+	jam 1,mem_motor_select_p_n
+	ifetch 1,contr
+	store 1,mem_car_motor_speed
+	ifetch 8,regb
+	branch car_motor_work
+
+car_motor_stop:
+	ifetch 1,regb
+	call pwm_disable
+	increase 1,regb
+	ifetch 1,regb
+	branch pwm_disable
+car_motor_work:
+	store 8,mem_motor_pwm_pin1_set
+	jam 1,mem_car_working_flag
+	fetch 1,mem_motor_select_p_n
+	beq 0,car_motor_select_positive
+car_motor_select_negative:
+	fetch 1,mem_motor_pwm_pin2_set
+	store 1,mem_motor_pwm_pin_set
+	fetch 1,mem_motor_pwm_pin1_set
+car_motor_work_next:
+	call pwm_disable
+	fetch 1,mem_car_motor_speed
+	call car_motor_speed_duty_setting
+	store 1,mem_motor_pwm_dute_set
+	fetch 6,mem_motor_pwm_pin_set
+	store 6,mem_pdatatemp
+	branch pwm_out_set
+car_motor_select_positive:
+	fetch 1,mem_motor_pwm_pin1_set
+	store 1,mem_motor_pwm_pin_set
+	fetch 1,mem_motor_pwm_pin2_set
+	branch car_motor_work_next
+
+car_motor_speed_duty_setting:
+	mul32 pdata,5,pdata
+	add pdata,50,pdata
+	rtn
+car_motor_speed_duty_transform:
+	arg 12000,temp
+	imul32 temp,pdata
+	div pdata,100
+	call wait_div_end
+	quotient temp
+	copy temp,rega
+	setarg 12000
+	isub temp,regb
+	rtn
+
+//car_ir_data_rx_from_app:
+//	rtn
+
+car_led_control_receive:
+	fetch 8,mem_le_receive_payload
+	store 8,mem_car_led_control
+	rtn
+
+car_info_request:
+	fetch 1,mem_car_config_device_select
+	store 1,mem_car_info_request_payload
+	fetch 1,mem_car_config_motor_layout
+	store 1,mem_car_info_request_payload+1
+	fetch 1,mem_car_config_ir_enable
+	store 1,mem_car_info_request_payload+2
+	arg 13,loopcnt
+	arg mem_car_info_request_head,contr
+	call calc_check_sum_start
+	store 1,mem_car_info_request_checksum
+	arg mem_car_info_request,rega
+	branch queue_push
+
+
+
+car_g24_init:
+	setarg 0
+	store 8,mem_24g_bind_payload
+	call g24_receive_init
+	call g24_rx_window_init
+	branch g24_mode_switch_init
+
+car_g24_receive_process:
+	call car_g24_mode_switch
+	call car_g24_work_mode
+	call car_g24_bind_mode
+	branch car_g24_lpm_dipatch
+
+car_g24_mode_switch:
+	call g24_mode_switch_bind_work
+car_g24_bind_mode_enable:
+	fetch 1,mem_24g_work_mode
+	rtnne DONGLE_BIND
+	fetch 1,mem_car_24g_bind_enable_delay_count	//after power on 10s,enable bind
+	nbranch g24_switch_work_mode,blank
+	fetch 1,mem_car_24g_status	//after paired,disable bind mode
+	beq WORK_SEARCH,g24_switch_work_mode
+	rtn
+
+car_g24_work_mode:
+	fetch 1,mem_24g_work_mode
+	rtnne DONGLE_WORK
+	call car_g24_work_mode_start
+	branch car_g24_ch_polling_clear,user3
+car_g24_receive_ch_polling:
+	fetch 1,mem_car_enter_lpm_flag
+	rtn blank
+	fetch 1,mem_car_24g_ch_polling
+	increase 1,pdata
+	store 1,mem_car_24g_ch_polling
+	beq 4,car_g24_ch_polling_clear
+	call g24_ch
+	call car_g24_receive_packet_start
+	nbranch car_g24_receive_ch_polling,user3
+car_g24_ch_polling_clear:
+	jam 0,mem_car_24g_ch_polling
+	rtn
+car_g24_work_mode_start:
+	fetch 1,mem_24g_work_mode
+	rtnne DONGLE_WORK
+	call car_g24_work_init
+	call g24_ch_process
+	branch car_g24_receive_packet_start
+car_g24_work_init:
+	fetch 1,mem_24g_mode_init
+	rtnbit1 DONGLE_WORK
+	set1 DONGLE_WORK,pdata
+	store 1,mem_24g_mode_init
+	fetch 1,mem_tx_power_temp
+	store 1,mem_tx_power
+	jam 0,mem_24g_ackpayload_enable
+	jam 0,mem_usb_tx_enable
+	jam 1,mem_24g_abort_packet
+	jam 0,mem_24g_pid
+	//fetch 4,mem_lap
+	fetch 4,mem_car_24g_commom_addr
+	branch g24_work_init+11
+car_g24_receive_packet_start:	
+	call g24_receive_transmit_ack
+	nbranch g24_rx_interrupt_clear,user3
+p_g24_receive_packet_parse:
+	call g24_receive_packet_parse_pid_crc
+	nbranch g24_rx_interrupt_clear,user
+	fetch 1,mem_24g_rxdata_length
+	branch g24_rx_interrupt_clear,blank
+	increase 2,pdata
+	iforce loopcnt
+	arg mem_24g_rxbuf,contr
+	arg mem_24g_rxdata_temp,contw
+	call memcpy
+	jam 0,mem_24g_mode_switch
+	fetch 1,mem_24g_pair_mode
+	call g24_enable_nodata_timer,blank
+	fetch 1,mem_24g_rxdata_temp+2
+	beq DATATYPE_ATTEMP,car_g24_data_attemp	//reconn packet
+	beq DATATYPE_DEVICE1,car_g24_data_device1	//mouse
+	branch g24_receive_packet_parse+14
+car_g24_data_attemp:
+	call check_51cmd_led_on
+	branch g24_data_attemp	
+car_g24_data_device1:
+	call g24_ch_timer_reinit
+	fetch 1,mem_24g_abort_packet
+	fetcht 1,mem_24g_rxdata_temp
+	isolate1 bit_abort,temp
+	setflag true,0,pdata
+	store 1,mem_24g_abort_packet
+	beq 1,car_g24_data_attemp_device1_abort
+	branch g24_data_device1+7
+car_g24_data_attemp_device1_abort:
+	fetch 1,mem_device_option
+	sub pdata,dvc_op_car,null
+	call check_51cmd_led_on,zero
+	fetch 4,mem_24g_rxdata_temp+10
+	branch g24_store_device1_addr
+	
+car_g24_bind_mode:
+	fetch 1,mem_24g_work_mode
+	rtnne DONGLE_BIND
+	call g24_bind_init
+	call car_g24_bind_device_addr
+	call g24_bind_data_process
+	fetch 1,mem_24g_bind_device_status
+	nbranch car_g24_bind_mode_exit,blank
+	call g24_nodata_process
+	fetch 1,mem_24g_nodata_timer_enable
+	rtn blank
+	setarg 0
+	store 4,mem_24g_device1_addr
+	rtn
+car_g24_bind_mode_exit:
+	jam 0,mem_24g_mode_switch
+	arg 0,rega
+	call check_51cmd_led_on
+	call g24_switch_work_mode
+	call g24_timer_init
+
+        fetch 4,mem_24g_lap
+        store 4,mem_car_24g_commom_addr
+        fetch 1,mem_car_save_addr_flag
+        ncall car_g24_save_commom_addr,blank
+		
+	fetch 4,mem_car_24g_commom_addr
+	branch g24_update_addr_and_synccrc8
+
+car_g24_save_commom_addr:
+
+        fetch 1,mem_car_save_addr_flag
+        rtn blank
+	fetch 1,mem_24g_transmitter_addr+1	//Tx lap H
+	store 1,mem_car_24g_commom_addr+3
+
+	fetch 1,mem_24g_lap+1				//Rx lap H
+	store 1,mem_car_24g_commom_addr+2
+
+	fetch 1,mem_24g_transmitter_addr	//Tx lap L
+	store 1,mem_car_24g_commom_addr+1
+
+	fetch 1,mem_24g_lap					//Rx lap L
+	store 1,mem_car_24g_commom_addr
+	call car_g24_search_commom_addr
+	fetch 4,mem_car_24g_commom_addr
+	fetcht 4,mem_car_24g_commom_addr_temp 
+	isub temp,null
+	rtn zero        
+        copy regc,pdata
+        arg mem_car_24g_commom_addr,rega
+        arg 4,loopcnt        
+        call otp_write
+        rtn
+car_g24_load_commom_addr:
+
+        fetch 4,mem_24g_lap
+        store 4,mem_car_24g_commom_addr
+        fetch 1,mem_car_save_addr_flag
+        rtn blank
+        call car_g24_search_commom_addr
+        fetch 4,mem_car_24g_commom_addr_temp
+        rtn blank
+        store 4,mem_car_24g_commom_addr
+        rtn
+
+        
+car_g24_search_commom_addr:
+        fetch 1,mem_car_save_addr_flag
+        rtn blank
+        arg OTP_OFFSET_CAR_COMMOM_START_ADDR,regc
+car_g24_search_commom_addr_loop:
+        copy regc,pdata
+        arg mem_car_24g_commom_addr_temp,rega
+        arg 4,temp
+        call otpd_read_data_with_pwr_operation
+        fetch 4,mem_car_24g_commom_addr_read
+        rtn blank    
+        store 4,mem_car_24g_commom_addr_temp
+        copy regc,pdata
+        arg OTP_OFFSET_CAR_COMMOM_END_ADDR,temp
+        isub temp,null
+        rtn positive        
+        increase 4,regc
+        branch car_g24_search_commom_addr_loop
+        
+car_g24_bind_device_addr:
+	fetch 4,mem_24g_device1_addr
+	rtn blank
+	branch g24_update_addr_and_synccrc8
+
+car_g24_cb_data_device1:
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BLE_CONNECTED
+	fetch 2,mem_car_24g_no_data_timeout_count
+	store 2,mem_car_24g_no_data_timeout_timer
+	jam WORK_PAIRED,mem_car_24g_received_pac
+	arg mem_24g_rxdata_temp+3,rega
+	branch car_24g_receive_data
+
+car_g24_lpm_dipatch:
+	fetch 1,mem_car_enter_lpm_flag
+	rtn blank
+	call car_g24_lpm_wait
+	nrtn user
+	fetch 3,mem_24g_enter_hibernate	//about 1000ms
+	call clk2lpo
+	storet 4,mem_sleep_counter
+  	branch lpm_sleep
+car_g24_lpm_wait:
+	enable user
+	call lpo_calibration
+	fetch 3,mem_clks_per_lpo
+	branch disable_user,blank
+	branch car_le_process_lpm_before
+
+
+
+
+
+dongle_init:
+	setarg dongle_dispatch
+	store 2,mem_cb_24g_receive_process
+	setarg dongle_g24_mouse
+	store 2,mem_cb_24g_data_device1
+	setarg dongle_g24_kb
+	store 2,mem_cb_24g_data_device2
+	setarg dongle_ackpayload_prep
+	store 2,mem_cb_24g_ackpayload
+	setarg dongle_usb_config
+	store 2,mem_cb_usb_config
+	branch usb_init
+
+
+dongle_default_init:
+	bpatch patch05_7,mem_patch05
+	//sys init
+	call dongle_read_kb_bind_status
+//	call dongle_xtal_select
+//	fetch 1,mem_dg_sys_config
+//	isolate1 DG_ENABLE_EEPROM,pdata
+//	branch dongle_default_no_eeprom,true
+//	fetch 1,mem_dg_sys_config
+//	isolate1 DG_ENABLE_NEW_CHMAP,pdata
+//	call g24_chamap_param_update,true
+//dongle_default_no_eeprom:
+//	fetch 1,mem_dg_24g_tx_power_default
+//	store 1,mem_tx_power
+	//24g init
+//	jam 0xff,mem_rssi_buff_index
+//	setarg mem_dg_rssi_noise_buffer
+//	store 2,mem_rssi_noise_buffer_ptr
+//	setarg mem_dg_rssi_noise_dg_buffer
+//	store 2,mem_rssi_noise_self_buffer_ptr
+//	setarg mem_dg_rssi_noise_ms_buffer
+//	store 2,mem_rssi_noise_device1_buffer_ptr
+//	setarg mem_dg_rssi_noise_kb_buffer
+//	store 2,mem_rssi_noise_device2_buffer_ptr
+//	jam TX_POWER_F5DB,mem_24g_pair_tx_power
+	jam 0,mem_dg_kb_bind_success
+	jam 0,mem_24g_bind_device_living
+//	call g24_enable_1M
+//	fetch 1,mem_dg_sys_config
+//	isolate1 DG_ENABLE_24G_2M,pdata
+//	call g24_enable_2M,true
+	call g24_receive_init
+	call g24_pair_param_init
+	call g24_chmap_param_init
+	//usb init
+//	fetch 1,mem_dg_usb_tx_interval
+//	store 1,mem_usb_tx_interval
+//	fetch 9,mem_dg_usb_vid_pid
+//	store 9,mem_usb_vid_pid
+	//watchdog init
+	call wdt_set_enable
+	branch wdt_kick_128ms
+
+
+//dongle_xtal_select:
+//	jam XTAL_24M,mem_fcomp_div
+//	fetch 1,mem_dg_sys_config
+//	rtnbit0 DG_ENABLE_XTAL_24M
+//	jam XTAL_16M,mem_fcomp_div
+//	rtn
+
+dongle_dispatch:
+	fetch 1,mem_24g_pair_mode
+	beq 0x00,dongle_auto_bind
+	beq 0x01,dongle_pc_bind
+	beq 0x0f,dongle_all_powerful
+	rtn
+
+
+dongle_read_kb_bind_status:
+	bpatch patch06_0,mem_patch06
+	setarg DONGLE_KB_BIND_EFUSE_OFFECT
+	arg mem_dg_kb_bind_flag,rega
+	arg 1,temp
+	branch otpd_read_data_with_pwr_operation
+
+dongle_write_kb_bind_status:
+	bpatch patch06_1,mem_patch06
+	arg 1,loopcnt
+	arg mem_dg_kb_bind_flag,rega
+	arg DONGLE_KB_BIND_EFUSE_OFFECT,pdata
+	branch otp_write
+
+dongle_usb_config:
+	fetch 1,mem_dg_sys_config
+	bbit1 DG_ENABLE_KB_ICON,dongle_usb_config_kb
+	fetch 1,mem_dg_kb_bind_flag
+	bne DONGLE_KB_BIND_SUCCESS,dongle_usb_config_param
+dongle_usb_config_kb:
+	jam DONGLE_KB_BIND_SUCCESS,mem_dg_kb_bind_flag
+	fetch 4,USB_DEVICEDATA_ADDR+9
+	set1 29,pdata
+	store 4,mem_devicedesc+9
+dongle_usb_config_param:
+	fetch 1,mem_dg_usb_device_iserial_number
+	store 1,mem_devicedesc+17
+	call dongle_usb_device_name
+	call usb_tx_interval_config
+	call dongle_usb_vid_pid_config
+	branch dongle_usb_hid_icon_config
+
+dongle_usb_vid_pid_config:
+	fetch 1,mem_usb_vid_pid
+	rtn blank
+	fetch 1,mem_dg_kb_bind_flag
+	beq DONGLE_KB_BIND_SUCCESS,dongle_usb_vid_pid_for_suit
+dongle_usb_vid_pid_for_mouse_only_auto_pair:	
+	fetch 4,mem_usb_vid_pid+1
+dongle_usb_vid_pid_store:	
+	store 4,mem_devicedesc+9
+	rtn
+dongle_usb_vid_pid_for_suit:
+	fetch 4,mem_usb_vid_pid+5
+	branch dongle_usb_vid_pid_store
+
+dongle_usb_hid_icon_config:
+	fetch 1,mem_dg_kb_bind_flag
+	beq DONGLE_KB_BIND_SUCCESS,dongle_usb_kb_hidreportdesc
+	setarg USB_KBDATA_VENDOR_DEFINE_ADDR
+	store 2,mem_hidreportdesc_kb
+	jam 0x1a,mem_confdesc+26//hid_descriptor--keyboard length
+	rtn
+dongle_usb_kb_hidreportdesc:
+	setarg USB_KBDATA_ADDR
+	store 2,mem_hidreportdesc_kb
+	jam 0x3f,mem_confdesc+26//hid_descriptor--keyboard length	
+	rtn
+
+dongle_usb_device_name:
+	fetch 1,mem_dg_usb_device_name
+	rtn blank
+	arg mem_dg_usb_device_name,contr
+	arg mem_string2,contw
+	arg 30,loopcnt
+	branch memcpy
+
+
+dongle_all_powerful:
+	call g24_switch_work_mode
+dongle_all_powerful_loop:
+	call dongle_work_mode_auto
+	call dongle_usb_dispatch
+	branch dongle_all_powerful_loop
+
+dongle_pc_bind:
+	call g24_switch_work_mode
+dongle_pc_bind_loop:	
+	call dongle_work_mode_auto
+	call g24_bind_mode_auto
+	call dongle_usb_dispatch
+	branch dongle_pc_bind_loop
+
+dongle_g24_blank_data_process:
+	call dongle_g24_ms_blank_data
+	call dongle_g24_kb_blank_data
+	branch dongle_g24_kb_mul_blank_data
+
+dongle_g24_ms_blank_data:
+	bpatch patch06_2,mem_patch06
+	fetch 1,mem_dg_ms_blank_data_enable
+	rtn blank
+	arg G24_TIMER_MS_BLANK,queue
+	call timer_check
+	nrtn blank
+	jam 0,mem_dg_ms_blank_data_enable
+	setarg MS_REPORT_ID
+	store 1,mem_usb_mouse_data
+	setarg 0
+	istore 7,contw
+dongle_usb_tx_ms_data:
+	jam USB_EP2_MS,mem_usb_ep2_data
+dongle_usb_tx_enable_ep2:
+	fetch 1,mem_usb_tx_enable
+	set1 2,pdata
+	store 1,mem_usb_tx_enable
+	rtn
+
+dongle_g24_kb_blank_data:
+	bpatch patch06_3,mem_patch06
+	fetch 1,mem_dg_kb_blank_data_enable
+	rtn blank
+	arg G24_TIMER_KB_BLANK,queue
+	call timer_check
+	nrtn blank
+	jam 0,mem_dg_kb_blank_data_enable
+	arg mem_usb_kb_data,contw
+	arg 2,loopcnt
+	call memset0
+	fetch 8,mem_usb_kb_data
+	store 8,mem_dg_kb_data_last_data
+dongle_usb_tx_kb_data:	
+	jam KB_NORMAL_REPORT_ID,mem_usb_kb_data
+dongle_usb_tx_enable_ep1:
+	jam USB_EP1_KB,mem_usb_ep1_data
+	fetch 1,mem_usb_tx_enable
+	set1 1,pdata
+	store 1,mem_usb_tx_enable
+	rtn
+
+dongle_g24_kb_mul_blank_data:
+	bpatch patch06_4,mem_patch06
+	fetch 1,mem_dg_kb_mul_blank_data_enable
+	rtn blank
+	arg G24_TIMER_KB_MUL_BLANK,queue
+	call timer_check
+	nrtn blank
+	jam 0,mem_dg_kb_mul_blank_data_enable
+	arg mem_usb_kb_multikey,contw
+	arg 2,loopcnt
+	call memset0
+	jam KB_MULTIKEY_REPORT_ID,mem_usb_kb_multikey
+	fetch 3,mem_usb_kb_multikey
+	store 3,mem_dg_kb_multikey_last_data	
+dongle_usb_tx_multikey_data:
+	jam USB_EP2_MULTIKEY,mem_usb_ep2_data
+	branch dongle_usb_tx_enable_ep2
+
+dongle_usb_dispatch:
+	bpatch patch06_5,mem_patch06
+	call wdt_kick_128ms
+	fetch 1,mem_usb_remote_wakeup
+	call dongle_clear_pc_sleep_flag,blank
+	call usb_isr
+	fetch 1,mem_usb_ep3_out_data_flag
+	nbranch dongle_usb_rx_ep3,blank
+	fetch 1,mem_usb0_get_set_report
+	rtn blank
+	jam 0,mem_usb0_get_set_report
+	fetch 2,mem_usb_setup_bValue_temp
+	arg PC_SET_REPORT,temp
+	isub temp,null
+	nrtn zero
+	//get usb host command
+	fetch 1,mem_usb0_set_report_data
+	rtnne PC_REPORT_ID
+	fetch 1,mem_usb0_set_report_data+1
+	beq COMMAND_MODE,dongle_dispose_cmd_mode
+	beq COMMAND_BIND,dongle_dispose_cmd_bind
+	beq COMMAND_CURRENT_PROJECT,dongle_dispose_cmd_current_project
+	beq COMMAND_CURRENT_MODE,dongle_dispose_cmd_current_mode
+	beq COMMAND_CURRENT_FW_VERSION,dongle_dispose_cmd_current_fw_version
+dongle_usb0_data_ready_report_set0:
+	jam 0,mem_usb0_data_ready_report
+	rtn
+
+dongle_usb_rx_ep3:
+	jam 0,mem_usb_ep3_out_data_flag
+	fetch 1,mem_usb_ep3_out_data_len
+	rtn blank
+	fetch 2,mem_cb_usb_ep3_process
+	branch callback_func
+
+
+dongle_dispose_cmd_mode:
+	fetch 1,mem_usb0_set_report_data+2
+	beq COM_MODE_BIND,dongle_enter_bind_mode
+	branch dongle_usb0_data_ready_report_set0
+dongle_enter_bind_mode:
+	call g24_bind_mode_enable
+dongle_usb0_data_ready_report_set1:
+	jam 1,mem_usb0_data_ready_report
+	rtn
+
+dongle_dispose_cmd_bind:
+	fetch 1,mem_usb0_set_report_data+2
+	beq COM_BIND_GET,dongle_dispose_cmd_get_bind
+	beq COM_BIND_EXIT,dongle_dispose_cmd_exit_bind
+	beq COM_READ_MODE,dongle_dispose_cmd_read_mode
+	branch dongle_usb0_data_ready_report_set0
+dongle_dispose_cmd_get_bind:
+	fetch 1,mem_24g_bind_device_status
+	store 1,mem_usb0_get_report_data+1
+	branch dongle_usb0_data_ready_report_set1
+dongle_dispose_cmd_exit_bind:
+	call g24_work_mode_enable
+	branch dongle_dispose_cmd_get_bind
+dongle_dispose_cmd_read_mode:
+dongle_dispose_in_bind_mode:
+	jam COMMAND_BIND,mem_usb0_get_report_data+1
+	branch dongle_usb0_data_ready_report_set1	
+
+dongle_dispose_cmd_current_project:
+	jam PRODUCT_ID,mem_usb0_get_report_data+1
+	branch dongle_usb0_data_ready_report_set1
+
+dongle_dispose_cmd_current_mode:
+	fetch 1,mem_24g_work_mode
+	beq DONGLE_WORK,dongle_dispose_in_work_mode
+	beq DONGLE_BIND,dongle_dispose_in_bind_mode
+	rtn
+dongle_dispose_in_work_mode:
+	jam COMMAND_MODE,mem_usb0_get_report_data+1
+	branch dongle_usb0_data_ready_report_set1
+	
+dongle_dispose_cmd_current_fw_version:
+	jam FW_VERSION0,mem_usb0_get_report_data+1
+	jam FW_VERSION1,mem_usb0_get_report_data+2
+	jam FW_VERSION2,mem_usb0_get_report_data+3
+	jam FW_VERSION3,mem_usb0_get_report_data+4
+	branch dongle_usb0_data_ready_report_set1
+
+
+dongle_auto_bind:
+	call g24_mode_switch_init
+dongle_auto_bind_loop:
+	call g24_mode_switch_bind_work
+	call g24_mode_switch_bind_search
+	call dongle_work_mode_auto
+	call g24_bind_mode_auto
+	call g24_search_mode_auto
+	call dongle_usb_dispatch
+	branch dongle_auto_bind_loop
+
+dongle_work_mode_auto:
+	bpatch patch06_6,mem_patch06
+	fetch 1,mem_24g_work_mode
+	rtnne DONGLE_WORK
+	call g24_work_mode_start
+	call dongle_g24_blank_data_process
+	fetch 1,mem_24g_pair_mode
+	nrtn blank
+	branch g24_nodata_process
+
+dongle_ackpayload_prep:
+	fetch 1,mem_24g_data_type
+	beq DATATYPE_DEVICE1,dongle_ackpayload_prep_mouse
+	beq DATATYPE_DEVICE2,dongle_ackpayload_prep_keyboard
+dongle_ackpayload_prep_mouse:
+	fetch 1,mem_dg_pc_sleep_flag
+	bbit1 0,dongle_pc_sleep_ackpayload_prep_mouse
+	branch dongle_ackpayload_prep_end
+
+dongle_set_pc_sleep_flag:
+	fetch 1,mem_device_option
+	rtnne dvc_op_dongle
+	jam 3,mem_dg_pc_sleep_flag
+	rtn
+dongle_clear_pc_sleep_flag:
+	jam 0,mem_dg_pc_sleep_flag
+	rtn
+
+dongle_ackpayload_prep_keyboard:
+	fetch 1,mem_dg_pc_sleep_flag
+	bbit1 1,dongle_pc_sleep_ackpayload_prep_keyboard
+dongle_ackpayload_prep_end:
+	fetch 1,mem_24g_ackpayload_enable
+	beq BIND_ACKPAYLOAD,dongle_g24_bind_ackpayload_prep
+	beq KB_LED_ACKPAYLOAD,dongle_g24_kb_led_ackpayload_prep
+	rtn
+
+dongle_pc_sleep_ackpayload_prep_mouse:
+	fetch 1,mem_dg_pc_sleep_flag
+	set0 0,pdata
+	store 1,mem_dg_pc_sleep_flag
+	branch dongle_pc_sleep_ackpayload_prep
+
+dongle_pc_sleep_ackpayload_prep_keyboard:
+	fetch 1,mem_dg_pc_sleep_flag
+	set0 1,pdata
+	store 1,mem_dg_pc_sleep_flag
+dongle_pc_sleep_ackpayload_prep:
+	jam 0x01,mem_24g_datalen
+	setarg 0xff
+	store 1,mem_24g_txbuf
+	rtn
+
+
+dongle_g24_bind_ackpayload_prep:
+	jam 1,mem_24g_ackpayload_enable
+	call g24_binding_device_check	//works on auto pair only
+	nrtn user3
+	branch g24_bind_ackpayload_prep
+
+dongle_g24_kb_led_ackpayload_prep:
+	fetch 1,mem_24g_rxbuf+2
+	beq DATATYPE_DEVICE1,dongle_g24_bind_ackpayload_prep
+	beq DATATYPE_ATTEMP,dongle_g24_bind_ackpayload_prep
+	jam 0,mem_usb_tx_win_enable
+	jam 0x01,mem_24g_datalen
+	fetch 1,mem_24g_led_status
+	store 1,mem_24g_txbuf
+	rtn
+
+dongle_g24_mouse:
+	setarg MS_REPORT_ID
+	store 1,mem_usb_mouse_data	//report id
+	fetch 7,mem_24g_rxdata_temp+3	//key
+	istore 7,contw
+	fetch 1,mem_24g_rxdata_temp+3	//key
+	ncall dongle_g24_ms_enable_blank_data_forcibly,blank//get kb data
+	fetch 1,mem_24g_rxdata_temp+3	//key
+	call dongle_g24_ms_disable_blank_data_forcibly,blank
+	branch dongle_usb_tx_ms_data
+
+dongle_g24_ms_enable_blank_data_forcibly:
+	jam 1,mem_dg_ms_blank_data_enable
+	setarg TIMER_MS_BLANK_DELAY
+	arg G24_TIMER_MS_BLANK,queue
+	branch timer_init
+
+dongle_g24_ms_disable_blank_data_forcibly:
+	jam 0,mem_dg_ms_blank_data_enable
+	setarg 0
+	arg G24_TIMER_MS_BLANK,queue
+	branch timer_init
+
+dongle_g24_kb:
+	fetch 1,mem_24g_rxdata_temp+3
+	beq 0,dongle_g24_kb_type0	//normal key
+	beq 2,dongle_g24_kb_type2	//system key
+	beq 3,dongle_g24_kb_type3	//multikey
+	branch g24_rx_interrupt_clear
+
+dongle_g24_kb_type0:
+	fetch 1,mem_24g_rxdata_temp+5
+	store 1,mem_24g_ackpayload_enable
+	jam 0,mem_24g_rxdata_temp+5
+	arg mem_usb_kb_data,contw
+	arg mem_24g_rxdata_temp+4,contr
+	arg 8,loopcnt
+	call memcpy
+	fetch 8,mem_usb_kb_data
+	ncall dongle_g24_kb_enable_blank_data_forcibly,blank//get kb data
+	fetch 8,mem_usb_kb_data	
+	call dongle_g24_kb_disable_blank_data_forcibly,blank
+	fetch 8,mem_usb_kb_data
+	store 8,mem_dg_kb_data_sta_data
+	fetcht 8,mem_dg_kb_data_last_data
+	isub temp,null
+	ncall dongle_usb_tx_enable_ep1,zero
+	fetch 8,mem_dg_kb_data_sta_data
+	store 8,mem_dg_kb_data_last_data
+	branch g24_rx_interrupt_clear
+
+dongle_g24_kb_enable_blank_data_forcibly:
+	jam 1,mem_dg_kb_blank_data_enable
+	setarg TIMER_KB_BLANK_DELAY
+	arg G24_TIMER_KB_BLANK,queue
+	branch timer_init
+
+dongle_g24_kb_disable_blank_data_forcibly:
+	jam 0,mem_dg_kb_blank_data_enable
+	setarg 0
+	arg G24_TIMER_KB_BLANK,queue
+	branch timer_init
+
+dongle_g24_kb_type3:
+	arg mem_usb_kb_multikey,contw
+	arg mem_24g_rxdata_temp+3,contr
+	arg 3,loopcnt
+	call memcpy
+	fetch 2,mem_usb_kb_multikey+1
+	ncall dongle_g24_kb_mul_enable_blank_data_forcibly,blank//get multikey data
+	fetch 2,mem_usb_kb_multikey+1
+	call dongle_g24_kb_mul_disable_blank_data_forcibly,blank
+	fetch 3,mem_usb_kb_multikey
+	store 3,mem_dg_kb_multikey_sta_data
+	fetcht 3,mem_dg_kb_multikey_last_data
+	isub temp,null
+	ncall dongle_usb_tx_multikey_data,zero
+	fetch 3,mem_dg_kb_multikey_sta_data
+	store 3,mem_dg_kb_multikey_last_data
+	branch g24_rx_interrupt_clear
+
+dongle_g24_kb_mul_enable_blank_data_forcibly:
+	jam 1,mem_dg_kb_mul_blank_data_enable
+	setarg TIMER_KB_MUL_BLANK_DELAY
+	arg G24_TIMER_KB_MUL_BLANK,queue
+	branch timer_init
+	
+dongle_g24_kb_mul_disable_blank_data_forcibly:
+	jam 0,mem_dg_kb_mul_blank_data_enable
+	setarg 0
+	arg G24_TIMER_KB_MUL_BLANK,queue
+	branch timer_init
+
+dongle_g24_kb_type2:
+	arg mem_usb_kb_system,contw
+	arg mem_24g_rxdata_temp+3,contr
+	arg 2,loopcnt
+	call memcpy
+	fetch 2,mem_usb_kb_system
+	ncall dongle_g24_kb_sys_enable_blank_data_forcibly,blank
+	fetch 2,mem_usb_kb_system
+	call dongle_g24_kb_sys_disable_blank_data_forcibly,blank
+	fetch 2,mem_usb_kb_system
+	store 2,mem_dg_kb_system_sta_data
+	fetcht 2,mem_dg_kb_system_last_data
+	isub temp,null
+	ncall dongle_usb_tx_sys_data,zero
+	fetch 2,mem_dg_kb_system_sta_data
+	store 2,mem_dg_kb_system_last_data
+	branch g24_rx_interrupt_clear
+
+dongle_g24_kb_sys_enable_blank_data_forcibly:
+	jam 1,mem_dg_kb_mul_blank_data_enable
+	setarg TIMER_KB_MUL_BLANK_DELAY
+	arg G24_TIMER_KB_MUL_BLANK,queue
+	branch timer_init
+dongle_g24_kb_sys_disable_blank_data_forcibly:
+	jam 0,mem_dg_kb_mul_blank_data_enable
+	setarg 0
+	arg G24_TIMER_KB_MUL_BLANK,queue
+	branch timer_init
+
+dongle_usb_tx_sys_data:
+	jam USB_EP2_SYSTEMKEY,mem_usb_ep2_data
+	branch dongle_usb_tx_enable_ep2
+
+
+dongle_g24_store_dvc2_bind_flag:
+	fetch 1,mem_device_option
+	rtnne dvc_op_dongle
+	fetch 1,mem_dg_kb_bind_flag
+	rtneq DONGLE_KB_BIND_SUCCESS
+dongle_prep_soft_reset:
+	jam 1,mem_dg_kb_bind_success
+	rtn
+
+
+dongle_kb_bind_soft_reset:
+	fetch 1,mem_device_option
+	rtnne dvc_op_dongle
+	fetch 1,mem_dg_kb_bind_success
+	rtn blank
+	jam 0,mem_temp
+dongle_wirte_efuse_bind_status:	
+	jam DONGLE_KB_BIND_SUCCESS,mem_dg_kb_bind_flag
+	call dongle_write_kb_bind_status
+	call dongle_read_kb_bind_status
+	fetch 1,mem_temp
+	increase 1,pdata
+	store 1,mem_temp
+	beq 0xff,soft_reset_chip
+	fetch 1,mem_dg_kb_bind_flag
+	bne DONGLE_KB_BIND_SUCCESS,dongle_wirte_efuse_bind_status
+	branch soft_reset_chip
+
+
+
+
+
+mouse_init:
+	call enable_authrom
+	call mouse_setting_config
+	call mouse_init_sunt
+	rtn wake
+	call mouse_le_name_load		//config tool
+	call mouse_dpi_config
+	call mouse_drawing_optima_init
+	call mouse_cb_fuction
+	call mouse_sensor_powerdown
+mouse_init_wireless:	
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BTN_DOWN,mouse_start_discovery
+	call mouse_check_select_device_by_switch
+	branch mouse_start_work
+
+
+mouse_cb_fuction:
+	setarg mouse_24g_short_sleep
+	store 2,mem_cb_24g_transmit_short_sleep
+	setarg mouse_24g_long_sleep
+	store 2,mem_cb_24g_transmit_long_sleep
+	setarg mouse_24g_before_lpm_sleep
+	store 2,mem_cb_before_lpm_sleep
+	setarg mouse_24g_package_data
+	store 2,mem_cb_24g_transmit_data
+	setarg mouse_24g_search_dongle
+	store 2,mem_cb_24g_search_receiver
+	setarg mouse_lpm_before_common
+	store 2,mem_cb_24g_lpm_before
+	setarg mouse_le
+	store 2,mem_cb_le_process
+	setarg mouse_process_lpm_before
+	store 2,mem_cb_before_lpm
+	setarg mouse_priority_bb_event
+	store 2,mem_cb_bb_event_process
+	setarg mouse_idle
+	store 2,mem_cb_idle_process
+	setarg mouse_before_hibernate
+	store 2,mem_cb_before_hibernate
+	setarg mouse_le_bb_event_connect_complete
+	store 2,mem_cb_att_write	
+	setarg mouse_bb_event_timer
+	store 2,mem_cb_event_timer
+	setarg mouse_spi_write_flash_cb
+	store 2,mem_cb_spi_flash_write_complate
+	setarg mouse_lpm_check_wake_lock
+	store 2,mem_cb_check_wakelock
+	setarg mouse_le_transmit
+	store 2,mem_cb_ble_transmit
+	setarg mouse_set_lpm_mult
+	store 2,mem_cb_bt_set_mult
+	setarg mouse_le_parse_l2cap
+	store 2,mem_le_l2cap_parse_cb
+	rtn
+
+
+mouse_setting_config:
+	rtn wake
+	call g24_transmit_init
+	call g24_chmap_param_init
+	call mouse_24g_send_time_long_wake
+	call mouse_gpio_init
+	call mouse_param_init
+	call mouse_device_multi_led_poweron2s_init	
+	call mouse_double_dpi_judge
+	call mouse_firebutton_connect_state_check
+	call le_set_fixed_ltk_justwork
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_EEPROM,mouse_load_eeprom_info_check
+	bbit1 MOUSE_ENABLE_FLASH,mouse_load_flash_info_check
+	rtn
+	
+mouse_xtal_init:
+	jam XTAL_16M,mem_fcomp_div		// 0x08--16M 
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_16M
+	jam XTAL_24M,mem_fcomp_div		// 0x18--24M
+	rtn
+
+mouse_24g_phy_select:
+	call g24_enable_1M
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_24G_2M_PHY
+	branch g24_enable_2M
+
+mouse_default_init:
+	fetch 2,mem_mouse_24g_pair_timeout_init
+	store 2,mem_24g_pair_timeout_init
+
+	fetch 1,mem_mouse_24g_reconn_timeout_init
+	store 2,mem_24g_reconn_timeout_init
+
+	fetch 5,mem_rssi_dis_min_24g_init
+	store 5,mem_rssi_dis_min_24g
+
+	fetch 1,mem_mouse_24g_pair_tx_power
+	store 1,mem_24g_pair_tx_power
+
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_ADC_ENABLE,pdata
+	call mouse_adc_read_enable,true
+
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_24G_250HZ_ENABLE,pdata
+	call mouse_24g_set_250Hz,true
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_SEARCH_DONGLE_ENABLE,pdata
+	call mouse_24g_search_dongle_enable,true
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_CLK_16M_ENABLE,pdata
+	call mouse_16M_enable,true
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_DPI_4_LEVEL_ENABLE,pdata
+	call mouse_dpi_4level_enable,true
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_KEYBOARD_ENABLE,pdata
+	call mouse_customer_key_enable,true
+	
+	fetch 1,mem_24g_ch_map_update
+	ncall g24_chamap_param_update,blank
+
+	call mouse_xtal_init
+	call mouse_adc_vol_init
+mouse_default_init_next:
+	call mouse_24g_phy_select
+	call mouse_24g_long_sleep_set
+	branch g24_pair_param_init
+	
+mouse_param_init:
+	setarg MOUSE_BLE_ATT_LIST_ADDR				//ble attlist start address
+	store 2,mem_ui_le_uuid_table
+	jam 3,mem_lpm_mult_timeout
+	jam 8,mem_lpm_overhead
+	jam DPI_BUTTON_STATE_UP,mem_select_device_button_statue
+	jam PB_BUTTON_STATE_UP,mem_select_device_button_statue
+	jam COMMBINATION_KEY_STATE_UP,mem_commbination_key_statue	
+	setarg 0x0200
+	store 2,mem_lpm_interval
+	jam 0x17,mem_le_local_mtu
+	jam 0x17,mem_le_remote_mtu
+//===========init spi param==============================
+	setarg 0x0a77
+	store 2,mem_spi_init_clk
+	setsect 0,0x1224
+	setsect 1,0x4000
+	setsect 2,0x0
+	istore 5,contw
+//======================================================	
+	setarg mem_le_tx_buffer0_omemalloc
+	store 2,mem_ble_l2cap_tx_buff0_ptr
+	setarg MOUSE_BLE_L2CAP_TXBUFF_SIZE
+	store 2,mem_ble_l2cap_tx_buff_size_ptr
+	
+	call mouse_device_led_all_off
+	call mouse_device_poweron_timer_init
+	call mouse_adc_gpio_mux_init
+
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_BT_125Hz,mouse_param_init_intervl_end
+	setarg LE_INTERVAL_7_5MS
+	store 2,mem_le_interval_min
+	store 2,mem_le_interval_min+2
+mouse_param_init_intervl_end:
+	call mouse_g24_interval_param_8ms
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G_250Hz,mouse_24g_short_sleep_set_end
+	call mouse_g24_interval_param_4ms
+mouse_24g_short_sleep_set_end:
+	fetch 3,mem_24g_short_sleep_set
+	store 3,mem_mouse_24g_short_sleep_set_init
+	fetch 1,mem_device_flag
+	store 1,mem_device_flag_temp
+	fetch 3,mem_le_lap+3
+	store 3,mem_mouse_le_lap_temp
+	fetch 1,mem_adc_config_flag_init
+	and pdata,0xfe,pdata		// hvin = vinlpm
+	store 1,mem_adc_config_flag_init
+	store 1,mem_adc_config_flag
+	setarg 0
+	store 7,mem_mouse_key
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_bt_discovery_count
+	store 1,mem_select_device_count
+	call le_modified_name_adv
+mouse_sensor_set_angle:
+	bpatch patch06_7,mem_patch06
+	fetch 1,mem_sensor_angle_default
+	store 1,mem_config_sensor_angle
+	fetch 1,mem_select_sensor_angle_gpio
+	rtneq GPIO_DISABLE
+	fetcht 1,mem_select_sensor_angle_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_select_sensor_angle_gpio
+	call gpio_get_bit
+	call mouse_sensor_switch_angle,true
+	branch mouse_gpio_config_input_pd
+mouse_sensor_switch_angle:
+	fetch 1,mem_sensor_angle_switch
+	store 1,mem_config_sensor_angle
+	rtn
+
+
+mouse_g24_interval_param_4ms:
+	fetch 3,mem_mouse_24g_short_sleep_set_4ms
+	store 3,mem_24g_short_sleep_set
+	fetch 3,mem_mouse_24g_long_sleep_set_4ms
+	store 3,mem_24g_long_sleep_set
+	fetch 1,mem_mouse_24g_fast_hop_count_4ms
+	store 1,mem_24g_fast_hop_count
+	fetch 4,mem_mouse_24g_tsniff_4ms
+	store 4,mem_mouse_24g_tsniff	
+mouse_report_rate_set_250hz:
+	setarg 0x100c0c
+	store 3,mem_24g_interval
+	rtn
+
+mouse_g24_interval_param_8ms:
+	fetch 3,mem_mouse_24g_short_sleep_set_8ms
+	store 3,mem_24g_short_sleep_set
+	fetch 3,mem_mouse_24g_long_sleep_set_8ms
+	store 3,mem_24g_long_sleep_set
+	fetch 1,mem_mouse_24g_fast_hop_count_8ms
+	store 1,mem_24g_fast_hop_count
+	fetch 4,mem_mouse_24g_tsniff_8ms
+	store 4,mem_mouse_24g_tsniff
+mouse_report_rate_set_125hz:
+	setarg 0x1c1919
+	store 3,mem_24g_interval
+	rtn
+
+//mouse_report_rate_set_500hz:
+//	setarg 0x080606
+//	store 3,mem_24g_interval
+//	rtn
+//mouse_report_rate_set_1000hz:
+//	setarg 0x040303
+//	store 3,mem_24g_interval
+//	rtn
+
+
+mouse_start_work:
+	bpatch patch07_0,mem_patch07
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING, mouse_24g_first_start_auto_pair_mode
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_24g_start_mode
+	call mouse_wakeup_from_power_check	// wake from hibernate :enble user
+	nbranch mouse_bluetooth_fast_conn_init,user
+mouse_start_reconnect_device:
+	bpatch patch07_1,mem_patch07
+	fetch 1,mem_mouse_bt_led_recon_effect_flag
+	ncall mouse_multi_led_blink_enable,blank
+	arg mem_device1_type,rega
+	fetch 1,mem_device_flag
+	increase -1,pdata
+	mul32 pdata,29,pdata
+	iadd rega,rega
+	ifetch 1,rega
+	store 1,mem_xrecord_mode
+mouse_start_reconnect:	
+	fetch 1,mem_xrecord_mode
+	beq REC_4_MODE,mouse4_0_check_reconn_target
+	branch mouse_bluetooth_fast_conn_init
+
+
+mouse_wakeup_from_power_check:
+	bpatch patch07_2,mem_patch07
+	disable user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_WAKEUP_FROM_POWER,mouse_wakeup_from_power
+	fetch 1,mem_wakup_from_power_flag
+	bbit0 BIT_POWER_ON,mouse_wakeup_from_power
+	enable user		// mouse power on
+mouse_wakeup_from_power:
+	fetch 1,mem_reconn_times_init
+	store 1,mem_reconn_times
+	rtn
+
+
+mouse4_0_check_reconn_target:
+	jam 1,mem_mouse_le_reconnect_flag
+	fetcht 1,mem_mouse_fast_direct_timeout
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,mouse4_0_check_reconn_target_next
+	fetcht 1,mem_mouse_direct_timeout
+mouse4_0_check_reconn_target_next:	
+	storet 1,mem_mouse_direct_timer
+	call app_lpm_mult_disable
+	fetch 3,mem_le_adv_direct_ind
+	store 3,mem_le_adv_data+4
+	call mouse_le_check_adv_flag
+	setarg ADV_FLAG_BREDR_NOT_SUPPORTED
+	istore 1,contr
+	arg mem_le_scan_data,contr
+	call mouse_le_adv_data_update
+	branch check_51cmd_adv
+
+
+
+mouse_lpm_check_wake_lock:
+	bmark1 mark_24g,app_get_lpm_wake_lock
+	fetch 1,mem_mouse_clear_sensor_data_flag
+	branch app_get_lpm_wake_lock,blank
+	fetch 1,mem_mouse_le_conn_param_reject
+	beq LE_LPM_DISABLE,app_get_lpm_wake_lock
+	fetch 1,mem_mouse_wheel_trigger
+	nbranch app_get_lpm_wake_lock,blank
+	branch app_put_lpm_wake_lock
+
+mouse_delay_enter_hibernata:
+	fetch 1,mem_mouse_direct_timeout
+	store 1,mem_mouse_bluetooth_reconnect_timeout
+	rtn
+
+mouse_power_down:
+	call mouse_device_led_all_off
+mouse_app_enter_hibernate:
+	bpatch patch07_3,mem_patch07
+	setarg PAN_REG_CONFIG
+	call twspi_read
+	bbit1 3,mouse_app_enter_hibernate_next
+	call mouse_sensor_reset
+	call mouse_sensor_powerdown
+mouse_app_enter_hibernate_next:
+	call mouse_setgpio_hibernate
+	branch app_enter_hibernate
+
+mouse_before_hibernate:
+	bpatch patch07_4,mem_patch07
+	fetch 4,core_lpm_ctrl
+	set1 26,pdata
+	store 4,core_lpm_reg
+	call lpm_write_ctrl
+	call disable_authrom
+	call mouse_device_led_all_off
+	call mouse_before_hibernate_wheel_gpio_set
+	call mouse_setgpio_hibernate
+	call mouse_flash_power_down
+	fetcht 1,mem_sensor_motion_gpio
+	branch gpio_clr_wake
+
+
+mouse_setgpio_hibernate:
+	bpatch patch07_5,mem_patch07
+	call mouse_set_sdio_high
+	call clear_wake
+	call mouse_logo_led_off
+	call mouse_1io2led_all_off
+	
+	call mouse_before_hibernate_wheel_gpio_set
+	fetcht 1,mem_matrix_public_gpio		// enable b4/b5/dpi wakeup
+	call gpio_out_active
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_clr_wake
+	fetch 1,mem_mouse_sensor_sdio_gpio
+	call mouse_gpio_config_output_high
+	fetcht 1,mem_mouse_reuse_2ice_gpio
+	call mouse_gpio_config_input_pu
+	call mouse_lpm_before_common
+	call mouse_gpio_pd_idle
+	arg 13,temp
+	call mouse_gpio_config_input_pu
+	call mouse_gpio_set_high_impedance
+	call mouse_adc_gpio_set_before_hibernate
+	branch mouse_wheel_gpio_set_before_hibernate
+
+mouse_wheel_gpio_set_before_hibernate:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
+mouse_wheel_gpio_clr_wakeup:	
+	fetcht 1,mem_whee_a_data_gpio
+	call gpio_clr_wake
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_clr_wake
+	fetcht 1,mem_whee_a_data_gpio
+	call mouse_gpio_config_input_pd
+	fetcht 1,mem_whee_b_data_gpio
+	branch mouse_gpio_config_input_pd
+	
+mouse_adc_gpio_set_before_hibernate:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_ADC
+	fetch 1,mem_adc_config_flag_init
+	rtnne ADC_CONFIG_GPIO_h
+	fetch 1,mem_adc_channel_gpio	
+	arg gpcfg_no_ie,temp
+ 	branch gpio_config_function_int
+	
+
+//set all unused gpio to pull down mode to save power	
+mouse_gpio_pd_idle:
+	arg core_gpio_conf,contr
+	arg 13,loopcnt
+mouse_gpio_pd_idle_loop:
+	ifetch 1,contr
+	nbranch mouse_gpio_pd_idle_configured,blank
+	setarg 0x80
+	add contr,-1,contw
+	istore 1,contw
+mouse_gpio_pd_idle_configured:
+	loop mouse_gpio_pd_idle_loop
+	rtn
+	
+	
+mouse_process_lpm_before:
+	rtnmark1 mark_24g
+	call mouse_lpm_before_common
+	fetch 1,mem_lpm_current_mult
+	nrtn blank					// 7.5ms, no gpio wakeup
+	branch gpio_clr_wake
+
+mouse_lpm_before_common:
+	bpatch patch07_6,mem_patch07
+		
+	fetcht 1,mem_whee_a_data_gpio		//reinit gpio pu after disable wheel wakeup
+	call gpio_config_input
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_config_input
+	
+	call mouse_wheel_check
+	fetch 1,mem_mouse_sensor_sclk_gpio		//set sdio high
+ 	call mouse_gpio_config_output_high
+	call twspi_disable
+	
+	fetcht 1,mem_lbutton_gpio
+	call gpio_set_wake
+	fetcht 1,mem_rbutton_gpio
+	call gpio_set_wake
+	fetcht 1,mem_mbutton_gpio
+	call gpio_set_wake
+
+	fetcht 1,mem_bk_button_gpio
+	call gpio_set_wake
+	fetcht 1,mem_fw_button_gpio
+	call gpio_set_wake
+	fetcht 1,mem_dpi_button_gpio
+	call gpio_set_wake
+	fetcht 1,mem_config_select_device_button_gpio
+	call gpio_set_wake
+
+	fetcht 1,mem_customer_key_gpio
+	call gpio_set_wake
+	
+	fetcht 1,mem_whee_a_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_ta_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_tb_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_sensor_motion_gpio
+	branch gpio_set_wake
+
+	
+
+
+//short mult: no key 
+mouse_set_mult:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,mouse_set_ble_mult
+	rtn
+mouse_set_ble_mult:
+	copy rega,pdata
+	nbranch le_set_config_short_mult,blank
+	branch le_clr_config_short_mult
+
+	
+
+	
+	
+	
+mouse_adc_gpio_set:
+	fetch 1,mem_adc_config_flag
+	rtnne ADC_CONFIG_GPIO_h
+mouse_adc_gpio_check_output:
+	bpatch patch07_7,mem_patch07
+	fetcht 1,mem_adc_channel
+	sub temp,3,null
+	branch mouse_adc_gpio_4_7_set,positive
+	increase 5,temp
+	storet 1,mem_adc_channel_gpio
+mouse_adc_gpio_set_next:
+	copy temp,rega
+	call gpio_get_config
+	beq gpcfg_output_high,mouse_set_24g_led_statue
+	call mouse_clear_24g_led_statue
+	copy rega,temp
+	branch gpio_set_high_impedance
+
+mouse_adc_gpio_4_7_set:
+	increase 4,temp
+	storet 1,mem_adc_channel_gpio
+	branch mouse_adc_gpio_set_next
+
+mouse_adc_vol_init:
+	fetch 1,mem_adc_config_flag_init
+	beq ADC_CONFIG_GPIO_h,mouse_adc_gpio_vol_init
+	beq ADC_CONFIG_HVIN,mouse_adc_gpio_vinlpm_init
+	jam ADC_CONFIG_HVIN,mem_adc_config_flag_init
+	setarg 0x2c0172		// 0x0172--3.7V  0x012c--3.0V  0x0140--3.2V  0x014a--3.3V
+	store 3,mem_mouse_vdd_full_vol
+	setarg 0x014001
+	istore 3,contw
+	rtn
+mouse_adc_gpio_vol_init:	
+	setarg 0x5d0099		// 0x0099--1.5V   0x005d--0.9V  0x0068--1.0V  0x0071--1.1V
+	store 3,mem_mouse_vdd_full_vol
+	setarg 0x007100
+	istore 3,contw
+	rtn
+mouse_adc_gpio_vinlpm_init:
+	setarg 0xc8012c		// 0x012c--3.0V  0x00c8--2.0V  0x00dc--2.2V
+	store 3,mem_mouse_vdd_full_vol
+	setarg 0x00dc00
+	istore 3,contw
+	rtn
+	
+mouse_adc_gpio_mux_init:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_ADC
+	jam MOUSE_ADC_CHECK_MULTIPLE,mem_adc_mux_status
+	rtnbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
+	rtnbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC
+	jam MOUSE_ADC_CHECK_BATTERY_ONLY,mem_adc_mux_status
+	rtn
+
+mouse_adc_read_interval:	
+	fetch 1,mem_adc_read_timer
+	increase 1,pdata
+	store 1,mem_adc_read_timer
+	fetcht 1,mem_adc_read_time_init	//1s read adc
+	isub temp,null
+	rtn
+
+mouse_adc_read:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_ADC
+	call mouse_adc_gpio_set
+	fetch 1,mem_adc_mux_status
+	branch mouse_adc_read_battery,blank
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_GPIO_h,mouse_adc_read_gpio_mux_start	// gpio + dpi/switch
+	jam MOUSE_ADC_CHECK_VINLPM_MULTIPLE,mem_adc_mux_status
+	call mouse_adc_read_interval					// vinlpm + dpi/switch
+	branch  mouse_adc_read_gpio, positive
+	call mouse_adc_read_vinlpm
+	branch mouse_adc_read_start
+
+mouse_adc_read_gpio_mux_start:
+	jam MOUSE_ADC_CHECK_GPIO_MULTIPLE,mem_adc_mux_status
+	branch mouse_adc_read_start
+
+mouse_adc_read_gpio:
+	call mouse_adc_gpio_check_output
+	jam ADC_CONFIG_GPIO_h,mem_adc_config_flag
+	fetch 1,mem_24g_device_led_status
+	ncall mouse_adc_read_vinlpm,blank
+	branch mouse_adc_read_start
+	
+mouse_adc_read_vinlpm:
+	jam 0,mem_adc_read_timer
+	fetch 1,mem_adc_config_flag_init
+	store 1,mem_adc_config_flag
+	rtn	
+	
+mouse_adc_read_battery:		// only get battery
+	fetch 1,mem_adc_config_flag
+	bne ADC_CONFIG_GPIO_h,mouse_adc_read_battery_start
+	fetch 1,mem_24g_device_led_status
+	nrtn blank
+mouse_adc_read_battery_start:
+	call mouse_adc_read_interval
+	nrtn positive
+mouse_adc_read_start:
+	bpatch patch08_0,mem_patch08
+	fetch 1,mem_24g_device_led_status
+	nrtn blank
+	jam 0,mem_adc_read_timer
+	call enable_adc
+	call adc_calculate
+	store 2,mem_mouse_vdd_now_vol
+	fetch 1,mem_adc_config_flag
+	bne ADC_CONFIG_GPIO_h, mouse_adc_data_process
+	fetcht 2,mem_mouse_vdd_now_vol	// BAT= 1.5V, R = 200k, a = a*1.8
+	mul32 temp,8,pdata
+	div pdata,10
+	call get_div_result
+	iadd temp,pdata
+	store 2,mem_mouse_vdd_now_vol
+mouse_adc_data_process:	
+	arg mem_mouse_vdd_calculate_set,rega
+	call mouse_adc_bat_percent_lowpower_out
+	fetch 1,mem_adc_power_flag
+	bbit1 2,mouse_adc_button_press
+	bbit1 1,mouse_power_down
+	bbit0 0,mouse_adc_no_low_voltage
+	jam 1,mem_mouse_adc_last_low_voltage_flag
+	branch mouse_adc_low_voltage
+	
+mouse_adc_low_voltage:
+	arg MOUSE_LOW_VOLTAGE_FLAG,queue
+	branch mouse_enable_function_flag
+mouse_adc_no_low_voltage:
+	arg MOUSE_LOW_VOLTAGE_FLAG,queue
+	call mouse_disable_function_flag
+	jam 12,mem_adc_low_volatage_led_timer_count
+	fetch 1,mem_mouse_adc_last_low_voltage_flag
+	rtn blank
+	jam 0,mem_mouse_adc_last_low_voltage_flag
+	fetcht 1,mem_config_low_voltage_alarm_gpio
+	branch mouse_led_off
+
+mouse_adc_bat_percent_lowpower_out:
+	bpatch patch08_1,mem_patch08
+	ifetch 8,rega
+	store 8,mem_pdatatemp
+	fetch 1,mem_adc_mux_status
+	beq MOUSE_ADC_CHECK_BATTERY_ONLY,mouse_adc_bat_percent_lowpower_out_battery
+	beq MOUSE_ADC_CHECK_GPIO_MULTIPLE,mouse_adc_bat_percent_lowpower_out_gpio_multiple
+	beq MOUSE_ADC_CHECK_VINLPM_MULTIPLE,mouse_adc_bat_percent_lowpower_out_vinlpm_multiple
+mouse_adc_bat_percent_lowpower_out_gpio_multiple:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC,mouse_adc_bat_percent_lowpower_out_gpio_switch
+	fetch 2,mem_pdatatemp+6		               	//now voltage
+	fetcht 2,mem_mouse_vdd_button_press_vol	// button press check
+	isub temp,null
+	nbranch mouse_adc_set_button_press_flag,positive
+mouse_adc_bat_percent_lowpower_out_gpio_switch:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC,mouse_adc_bat_percent_lowpower_out_battery
+	jam 0,mem_mouse_adc_button_press_flag
+	fetch 2,mem_pdatatemp+6				    	        //now voltage	
+	fetcht 2,mem_mouse_vdd_switch_gnd_24g_vol	// switch mode check
+	isub temp,null
+	nbranch mouse_select_24gdevice,positive
+	call mouse_select_btdevice
+	branch mouse_adc_bat_percent_lowpower_out_battery
+
+mouse_select_24gdevice:
+	call mouse_check_select_24gdevice
+mouse_adc_bat_percent_lowpower_out_battery:
+	call mouse_adc_clear_button_press_flag
+	call adc_clear_no_power_flag
+	call adc_clear_low_power_flag
+	fetch 2,mem_pdatatemp+6
+	fetcht 2,mem_pdatatemp+2	        //shutdown voltage
+	isub temp,null
+	ncall adc_set_no_power_flag,positive
+	fetcht 2,mem_pdatatemp+4		//low voltage
+	isub temp,null
+	ncall adc_set_low_power_flag,positive
+mouse_adc_bat_level_set:
+	fetch 2,mem_pdatatemp+6		//now voltage	
+	fetcht 2,mem_pdatatemp		//full voltage
+	isub temp,null
+	branch mouse_adc_bat_level_100_percent,positive		// now >= full
+	fetcht 2,mem_pdatatemp+2	        //shutdown voltage
+	isub temp,pdata
+	nbranch mouse_adc_bat_level_0_percent,positive		// now < shutdown
+	branch mouse_adc_bat_level_0_percent,blank			// now = shutdown
+	mul32 pdata,100,rega								// (now - shutdown)*100 /(full - shutdown)
+	fetch 2,mem_pdatatemp
+	fetcht 2,mem_pdatatemp+2
+	isub temp,temp
+	copy rega,pdata
+	idiv temp
+	call get_div_result
+	store 1,mem_le_battery_level_percentage
+	rtn
+
+mouse_adc_bat_level_100_percent:
+	jam 100,mem_le_battery_level_percentage
+	rtn
+mouse_adc_bat_level_0_percent:	
+	jam 0,mem_le_battery_level_percentage
+	rtn
+
+mouse_adc_bat_percent_lowpower_out_vinlpm_multiple:
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_GPIO_h,mouse_adc_bat_percent_lowpower_out_gpio_multiple
+	branch mouse_adc_bat_percent_lowpower_out_battery
+	
+mouse_adc_set_button_press_flag:
+	fetcht 1,mem_adc_power_flag
+	set1 2,temp
+	storet 1,mem_adc_power_flag
+	rtn	
+
+mouse_adc_clear_button_press_flag:
+	fetcht 1,mem_adc_power_flag
+	set0 2,temp
+	storet 1,mem_adc_power_flag
+	rtn		
+
+mouse_adc_button_press:
+	jam 1,mem_mouse_adc_button_press_flag
+	rtn
+	
+	
+
+
+mouse_gpio_init:
+	call mouse_logo_led_off
+	call mouse_1io2led_all_off
+	fetcht 1,mem_eeprom_wp_gpio
+	call gpio_config_output
+//	call usb_offline_check_init
+	fetcht 1,mem_lbutton_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_rbutton_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_mbutton_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_bk_button_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_fw_button_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_dpi_button_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_matrix_public_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_config_select_device_button_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_customer_key_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_whee_a_data_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_whee_b_data_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_whee_ta_data_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_whee_tb_data_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_sensor_motion_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_device_switch_gpio
+	call mouse_gpio_config_input_pu
+	
+	fetcht 1,mem_config_low_voltage_alarm_gpio
+	call gpio_config_output
+
+	fetcht 1,mem_config_device_24g_led_gpio
+	call gpio_config_output
+
+	fetcht 1,mem_config_device_bt1_led_gpio
+	call gpio_config_output
+	
+	fetcht 1,mem_config_device_bt2_led_gpio
+	call gpio_config_output
+
+	fetcht 1,mem_dpi_led_gpio
+	call gpio_config_output
+
+	fetcht 1,mem_select_sensor_angle_gpio
+	branch mouse_gpio_config_input_pu
+
+
+mouse_gpio_set_pupd_by_input:
+	sub temp,UI_BUTTON_GPIO_DISABLE,null
+	rtn zero
+	and temp,0x7f,queue
+	fetch 4,core_gpio_in
+	qisolate1 pdata
+	branch mouse_gpio_config_input_pu,true
+mouse_gpio_config_input_pd:
+	sub temp,UI_BUTTON_GPIO_DISABLE,null
+	rtn zero
+	set1 gpio_active_bit,temp
+	branch gpio_config_input
+
+mouse_gpio_config_input_pu:
+	sub temp,UI_BUTTON_GPIO_DISABLE,null
+	rtn zero 
+	set0 gpio_active_bit,temp
+	branch gpio_config_input
+
+mouse_gpio_set_high_impedance:
+	fetch 3,mem_mouse_set_high_impedance_bit_set
+	store 3,mem_pdatatemp
+	arg 14,loopcnt
+	arg 0,temp
+mouse_gpio_set_high_impedance_bit_loop:	
+	fetch 3,mem_pdatatemp
+	isolate1 0,pdata
+	call gpio_set_high_impedance,true
+	fetch 3,mem_pdatatemp
+	lshift pdata,pdata
+	store 3,mem_pdatatemp
+	increase 1,temp
+	loop mouse_gpio_set_high_impedance_bit_loop
+	rtn
+
+
+
+
+mouse_sensor_spi_init:
+	call mouse_spid_init_pin
+	jam 0x73,mem_spi_init_clk
+//	jam 0x1e,mem_spi_init_delay_time
+	call mouse_spi_init
+	branch twspi_enable
+	
+mouse_spi_write_flash_cb:
+mouse_spi_init:
+	branch spid_init
+	
+mouse_spid_init_pin:
+	fetch 1,mem_mouse_sensor_sclk_gpio
+ 	arg gpcfg_spid_sck,temp
+ 	call gpio_config_function_int
+ 	fetch 1,mem_mouse_sensor_sdio_gpio
+ 	arg gpcfg_spid_sdio,temp
+ 	branch gpio_config_function_int
+
+
+
+
+
+mouse_motion:
+	bpatch patch08_2,mem_patch08
+	disable user
+	setarg 0
+	store 6,mem_mouse_x
+	call mouse_check_sensor_data
+	setarg 0x0089
+	call twspi_write	
+	call mouse_dpi_config
+	call mouse_zwheel
+	call mouse_t_zwheel
+	call mouse_key
+	fetch 1,mem_mouse_key
+	and_into 0x1f,pdata
+	store 1,mem_mouse_key
+	nbranch mouse_drawing_optima_init,user
+	call mouse_drawing_optima
+	branch mouse_no_data_timer_init
+
+	
+
+
+mouse_zwheel:
+	fetch 1,mem_mouse_z_data
+	rtn blank	
+	store 1,mem_mouse_z
+	jam 0,mem_mouse_z_data
+	branch enable_user
+	
+mouse_t_zwheel:
+	fetch 1,mem_mouse_tz_data
+	rtn blank	
+	store 1,mem_mouse_tz
+	jam 0,mem_mouse_tz_data
+	branch enable_user
+
+mouse_wheel_check:
+	call mouse_t_wheel_scan
+	call mouse_wheel_scan
+	fetch 1,mem_wheel_tb_new_pinlevel
+	fetcht 1,mem_wheel_tb_old_pinlevel
+	store 1,mem_wheel_tb_old_pinlevel
+	isub temp,null
+	nbranch app_lpm_wake_auto_lock,zero
+	fetch 1,mem_mwheel_b_new_pinlevel
+	fetcht 1,mem_mwheel_b_old_pinlevel
+	store 1,mem_mwheel_b_old_pinlevel
+	isub temp,null
+	nbranch app_lpm_wake_auto_lock,zero
+	rtn
+mouse_t_wheel_scan:
+	fetch 1,mem_whee_ta_data_gpio
+	rtneq GPIO_DISABLE
+	arg 0,rega
+	fetcht 1,mem_whee_ta_data_gpio
+	call gpio_get_bit
+	setflag true,0,rega
+	fetcht 1,mem_whee_tb_data_gpio
+	call gpio_get_bit
+	setflag true,1,rega
+	copy rega,pdata
+	store 1,mem_wheel_tb_new_pinlevel
+	beq 0x01,mouse_t_wheel_scan_judge1
+	beq 0x02,mouse_t_wheel_scan_judge2
+	fetch 1,mem_wheel_tog
+	bbit1 7,mouse_t_wheel_scan_judge3
+	rtn
+
+mouse_t_wheel_scan_judge1:
+	fetch 1,mem_wheel_tb_old_pinlevel
+	beq 0,mouse_t_wheel_scan_judge11
+	beq 3,mouse_t_wheel_scan_judge12
+	rtn
+mouse_t_wheel_scan_judge2:
+	fetch 1,mem_wheel_tb_old_pinlevel
+	beq 0,mouse_t_wheel_scan_judge21
+	beq 3,mouse_t_wheel_scan_judge22
+	rtn
+mouse_t_wheel_scan_judge11:
+	jam 0x82,mem_wheel_tog
+	rtn
+mouse_t_wheel_scan_judge12:
+	jam 0x81,mem_wheel_tog
+	rtn
+mouse_t_wheel_scan_judge21:
+	jam 0x80,mem_wheel_tog
+	rtn
+mouse_t_wheel_scan_judge22:
+	jam 0x83,mem_wheel_tog
+	rtn
+mouse_t_wheel_scan_judge3:
+	fetch 1,mem_wheel_tog
+	set0 7,pdata
+	store 1,mem_wheel_tog
+	beq 0,mouse_t_wheel_scan_judge30
+	beq 1,mouse_t_wheel_scan_judge31
+	beq 2,mouse_t_wheel_scan_judge32
+	beq 3,mouse_t_wheel_scan_judge33
+	rtn
+mouse_t_wheel_scan_judge30:
+	fetch 1,mem_wheel_tb_new_pinlevel
+	beq 3,mouse_wheel_t_forward
+	rtn
+mouse_t_wheel_scan_judge31:
+	fetch 1,mem_wheel_tb_new_pinlevel
+	beq 0,mouse_wheel_t_forward
+	rtn
+mouse_t_wheel_scan_judge32:
+	fetch 1,mem_wheel_tb_new_pinlevel
+	beq 3,mouse_wheel_t_back
+	rtn
+mouse_t_wheel_scan_judge33:
+	fetch 1,mem_wheel_tb_new_pinlevel
+	beq 0,mouse_wheel_t_back
+	rtn
+mouse_wheel_t_forward:
+	fetch 1,mem_mouse_tz_data
+	increase 1,pdata
+	store 1,mem_mouse_tz_data
+	rtn
+mouse_wheel_t_back:
+	fetch 1,mem_mouse_tz_data
+	increase -1,pdata
+	store 1,mem_mouse_tz_data
+	rtn
+
+
+mouse_wheel_scan:
+	fetch 1,mem_whee_a_data_gpio
+	rtneq GPIO_DISABLE
+	arg 0,rega
+	fetcht 1,mem_whee_a_data_gpio
+	call gpio_get_bit
+	setflag true,0,rega
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_get_bit
+	setflag true,1,rega
+	copy rega,pdata
+	store 1,mem_mwheel_b_new_pinlevel
+	beq 0x01,mouse_wheel_scan_judge1
+	beq 0x02,mouse_wheel_scan_judge2
+	fetch 1,mem_mwheel_tog
+	bbit1 7,mouse_wheel_scan_judge3
+	rtn
+
+mouse_wheel_scan_judge1:
+	fetch 1,mem_mwheel_b_old_pinlevel
+	beq 0,mouse_wheel_scan_judge11
+	beq 3,mouse_wheel_scan_judge12
+	rtn
+mouse_wheel_scan_judge2:
+	fetch 1,mem_mwheel_b_old_pinlevel
+	beq 0,mouse_wheel_scan_judge21
+	beq 3,mouse_wheel_scan_judge22
+	rtn
+mouse_wheel_scan_judge11:
+	jam 0x82,mem_mwheel_tog
+	rtn
+mouse_wheel_scan_judge12:
+	jam 0x81,mem_mwheel_tog
+	rtn
+mouse_wheel_scan_judge21:
+	jam 0x80,mem_mwheel_tog
+	rtn
+mouse_wheel_scan_judge22:
+	jam 0x83,mem_mwheel_tog
+	rtn
+mouse_wheel_scan_judge3:
+	fetch 1,mem_mwheel_tog
+	set0 7,pdata
+	store 1,mem_mwheel_tog
+	beq 0,mouse_wheel_scan_judge30
+	beq 1,mouse_wheel_scan_judge31
+	beq 2,mouse_wheel_scan_judge32
+	beq 3,mouse_wheel_scan_judge33
+	rtn
+mouse_wheel_scan_judge30:
+	fetch 1,mem_mwheel_b_new_pinlevel
+	beq 3,mouse_wheel_forward
+	rtn
+mouse_wheel_scan_judge31:
+	fetch 1,mem_mwheel_b_new_pinlevel
+	beq 0,mouse_wheel_forward
+	rtn
+mouse_wheel_scan_judge32:
+	fetch 1,mem_mwheel_b_new_pinlevel
+	beq 3,mouse_wheel_back
+	rtn
+mouse_wheel_scan_judge33:
+	fetch 1,mem_mwheel_b_new_pinlevel
+	beq 0,mouse_wheel_back
+	rtn
+mouse_wheel_forward:
+	fetch 1,mem_mouse_z_data
+	increase 1,pdata
+	store 1,mem_mouse_z_data
+	rtn
+mouse_wheel_back:
+	fetch 1,mem_mouse_z_data
+	increase -1,pdata
+	store 1,mem_mouse_z_data
+	rtn
+
+
+mouse_wheel_gpio_set_wake:
+	fetcht 1,mem_whee_a_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_ta_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_tb_data_gpio
+	branch gpio_set_wake_by_current_state
+	
+mouse_before_hibernate_wheel_gpio_set:
+	fetcht 1,mem_whee_a_data_gpio
+	call mouse_gpio_set_pupd_by_input
+	fetcht 1,mem_whee_b_data_gpio
+	call mouse_gpio_set_pupd_by_input
+	fetcht 1,mem_whee_ta_data_gpio
+	call mouse_gpio_set_pupd_by_input
+	fetcht 1,mem_whee_tb_data_gpio
+	branch mouse_gpio_set_pupd_by_input
+
+mouse_wheel_trigger:
+	fetch 2,mem_mouse_z
+	rtn blank
+	jam 1,mem_mouse_wheel_trigger
+	jam 10,mem_mouse_wheel_trigger_timer
+	rtn
+
+mouse_wheel_trigger_timer:
+	arg mem_mouse_wheel_trigger_timer,regc
+	arg mouse_wheel_trigger_disable,regb
+	branch timer_single_step
+mouse_wheel_trigger_disable:
+	jam 0,mem_mouse_wheel_trigger
+	rtn
+
+
+	
+
+
+
+
+
+mouse_dpi_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC,mouse_dpi_check_connect_adc
+	fetch 1,mem_dpi_button_gpio
+	rtneq GPIO_DISABLE
+	arg 0,rega
+	jam MOUSE_DPI_KEY,mem_mouse_key_temp
+	fetcht 1,mem_dpi_button_gpio
+	call mouse_dpi_key_check
+	store 1,mem_mouse_dpikey_press_status
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_dpi_check_end
+	call mouse_matrix_public_gpio_reset
+mouse_dpi_check_exit:	
+	copy rega,pdata
+	bbit1 MOUSE_DPI_KEY,mouse_dpi_down
+	branch mouse_dpi_up
+	
+mouse_dpi_key_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_GND,mouse_dpi_key_connect_gnd
+	fetch 1,mem_mouse_dpikey_press_status
+	copy pdata,regc
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_dpi_check
+	fetch 1,mem_mouse_ghost_flag
+	nbranch mouse_dpi_check_end,blank
+mouse_dpi_key_connect_matrix:
+	call gpio_get_bit
+	fetcht 1,mem_matrix_public_gpio
+	branch mouse_dpi_key_connect_gnd,true
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_out_active
+	fetcht 1,mem_dpi_button_gpio
+	fetch 1,mem_mouse_dpikey_press_status
+	branch mouse_check_key_connect_gnd
+
+mouse_3io6key_dpi_check:
+	fetch 1,mem_dpi_button_gpio
+	call mouse_gpio_config_output_low
+	fetcht 1,mem_dpi_button_gpio
+	branch mouse_3io6key_check
+
+mouse_3io6key_dpi_check_end:
+	fetcht 1,mem_dpi_button_gpio
+	call mouse_gpio_config_input_pu
+	branch mouse_dpi_check_exit
+
+mouse_dpi_check_end:
+	jam DPI_BUTTON_STATE_UP,mem_mouse_dpi_button_state
+	jam 0,mem_mouse_dpikey_press_status
+	rtn
+
+mouse_dpi_key_connect_gnd:
+	fetch 1,mem_mouse_dpikey_press_status
+	branch mouse_check_key_connect_gnd
+
+mouse_dpi_check_connect_adc:
+	fetch 1,mem_mouse_adc_button_press_flag
+	branch mouse_dpi_up,blank
+mouse_dpi_down:
+	fetch 1,mem_mouse_dpi_button_state
+	rtneq DPI_BUTTON_STATE_DOWN
+	jam DPI_BUTTON_STATE_DOWN,mem_mouse_dpi_button_state
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON
+	rtnbit1 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY
+	branch mouse_dpi_process
+
+mouse_dpi_up:
+	fetch 1,mem_mouse_dpi_button_state
+	rtneq DPI_BUTTON_STATE_UP
+	jam DPI_BUTTON_STATE_UP,mem_mouse_dpi_button_state
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON,mouse_dpi_up_next
+	bbit1 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY,mouse_dpi_up_next
+	rtn
+mouse_dpi_up_next:	
+	fetch 1,mem_mouse_dpi_long_press_flag
+	nbranch mouse_dpi_up_after_long_press,blank
+	fetch 1,mem_select_device_count
+	ncall mouse_dpi_process,blank
+mouse_dpi_up_after_long_press:	
+	jam 0,mem_mouse_dpi_long_press_flag
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_select_device_count	
+	store 1,mem_bt_discovery_count	
+	rtn
+
+
+mouse_dpi_another_gpio_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_DOUBLE_DPI_KEY
+	fetch 1,mem_mouse_another_dpi_connect_vin_flag
+	nbranch mouse_dpi_another_gpio_connect_vin_check,blank
+mouse_dpi_another_gpio_connect_gnd_check:	
+	fetch 1,mem_dpi_another_button_gpio
+	call mouse_gpio_config_output_high
+	call mouse_dpi_another_check
+	fetcht 1,mem_dpi_another_button_gpio
+	branch mouse_gpio_config_input_pu
+
+mouse_dpi_another_gpio_connect_vin_check:
+	fetch 1,mem_dpi_another_button_gpio
+	set0 gpio_active_bit,pdata
+	store 1,mem_dpi_another_button_gpio
+	call mouse_gpio_config_output_low
+	jam MOUSE_DPI_ANOTHER_KEY,mem_mouse_key_temp_patch
+	fetcht 1,mem_dpi_another_button_gpio
+	fetch 1,mem_dpi_another_press_status
+	call mouse_check_dpi_another_key_connect_vin
+	call mouse_dpi_another_state_check
+	fetcht 1,mem_dpi_another_button_gpio
+	branch mouse_gpio_config_input_pu
+
+mouse_dpi_another_down_new:
+	call mouse_gpio_config_input_pu
+	fetch 1,mem_dpi_another_button_state
+	rtneq DPI_BUTTON_STATE_DOWN
+	jam DPI_BUTTON_STATE_DOWN,mem_dpi_another_button_state
+	branch mouse_dpi_process
+	
+mouse_dpi_another_check:
+	jam MOUSE_DPI_ANOTHER_KEY,mem_mouse_key_temp_patch
+	fetcht 1,mem_dpi_another_button_gpio
+	fetch 1,mem_dpi_another_press_status	
+	call mouse_check_dpi_another_key_connect_gnd
+mouse_dpi_another_state_check:
+	store 1,mem_dpi_another_press_status
+	fetch 1,mem_dpi_another_button_down_enable
+	branch mouse_dpi_another_up,blank	
+mouse_dpi_another_down:
+	fetch 1,mem_dpi_another_button_state
+	rtneq DPI_BUTTON_STATE_DOWN
+	jam DPI_BUTTON_STATE_DOWN,mem_dpi_another_button_state
+	branch mouse_dpi_process
+
+mouse_dpi_another_up:
+	fetch 1,mem_dpi_another_button_state
+	rtneq DPI_BUTTON_STATE_UP
+	jam DPI_BUTTON_STATE_UP,mem_dpi_another_button_state
+	rtn
+
+mouse_check_dpi_another_key_connect_gnd:	
+	lshift pdata,pdata
+	copy pdata,regb
+	call gpio_get_bit
+	setflag true,0,regb
+	and regb,0x07,pdata
+	fetcht 1,mem_mouse_key_temp_patch
+	copy temp,queue
+	beq 0x07,mouse_dpi_another_key_press		//  about 17~22ms three times
+	beq 0x00,mouse_dpi_another_key_release
+	rtn
+
+mouse_check_dpi_another_key_connect_vin:	
+	lshift pdata,pdata
+	copy pdata,regb
+	call mouse_gpio_config_input_pd
+	call gpio_get_bit
+	setflag true,0,regb
+	and regb,0x07,pdata
+	fetcht 1,mem_mouse_key_temp_patch
+	copy temp,queue
+	beq 0x07,mouse_dpi_another_key_press		//  about 17~22ms three times
+	beq 0x00,mouse_dpi_another_key_release
+	rtn
+
+mouse_dpi_another_key_press:
+	jam 1,mem_dpi_another_button_down_enable
+	rtn
+mouse_dpi_another_key_release:
+	jam 0,mem_dpi_another_button_down_enable
+	rtn
+
+
+mouse_double_dpi_judge:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_DOUBLE_DPI_KEY
+	fetch 1,mem_dpi_another_button_gpio
+	bbit1 gpio_active_bit,mouse_another_dpi_connect_vin
+mouse_another_dpi_connect_gnd:
+	jam 0,mem_mouse_another_dpi_connect_vin_flag
+	rtn
+mouse_another_dpi_connect_vin:
+	jam 1,mem_mouse_another_dpi_connect_vin_flag
+	rtn
+
+	
+mouse_dpi_process:
+	bpatch patch08_3,mem_patch08
+	call mouse_dpi_ghost_check
+	rtn user
+	fetch 1,mem_mouse_dpi
+	copy pdata,temp
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DOUBLE_DPI_KEY,mouse_double_dpi_check
+	copy temp,pdata
+	increase 1,pdata
+	and pdata,0x03,pdata
+mouse_dpi_process_store:	
+	store 1,mem_mouse_dpi
+	call mouse_setting_dpi
+	branch mouse_store_device_info_delay
+
+mouse_dpi_ghost_check:
+	disable user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_GND
+	rtnbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
+	fetch 1,mem_mouse_lkey_press_status
+	rtn blank
+	fetch 1,mem_mouse_rkey_press_status
+	rtn blank
+	branch enable_user
+	
+mouse_double_dpi_check:
+	fetch 1,mem_dpi_another_button_down_enable
+	nbranch mouse_another_dpi_button_down,blank
+mouse_dpi_increase:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DPI_LEVEL_4,mouse_dpi_increase_level_4
+	copy temp,pdata
+	rtneq MOUSE_DPI_LEVEL2
+mouse_dpi_increase_level:
+	beq MOUSE_DPI_LEVEL1,mouse_dpi_level_3	//1600
+	beq MOUSE_DPI_LEVEL3,mouse_dpi_level_2 	//1200
+	rtn
+
+mouse_dpi_level_1:		//800
+	setarg MOUSE_DPI_LEVEL3
+	branch mouse_dpi_process_store
+mouse_dpi_level_2:		//1200
+	setarg MOUSE_DPI_LEVEL1
+	branch mouse_dpi_process_store
+mouse_dpi_level_3:		//1600
+	setarg MOUSE_DPI_LEVEL2
+	branch mouse_dpi_process_store
+mouse_dpi_level_4:		//1000
+	setarg MOUSE_DPI_LEVEL4
+	branch mouse_dpi_process_store
+
+mouse_dpi_increase_level_4:
+	copy temp,pdata			//0->1,2->3,3->0
+	rtneq MOUSE_DPI_LEVEL2
+	beq MOUSE_DPI_LEVEL1,mouse_dpi_level_3
+	beq MOUSE_DPI_LEVEL3,mouse_dpi_level_4
+	beq MOUSE_DPI_LEVEL4,mouse_dpi_level_2
+	rtn
+mouse_dpi_decrease_level_4:
+	copy temp,pdata			//0->3,1->0,3->2
+	rtneq MOUSE_DPI_LEVEL3
+	beq MOUSE_DPI_LEVEL1,mouse_dpi_level_4
+	beq MOUSE_DPI_LEVEL2,mouse_dpi_level_2
+	beq MOUSE_DPI_LEVEL4,mouse_dpi_level_1
+	rtn
+
+mouse_another_dpi_button_down:
+mouse_dpi_decrease:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DPI_LEVEL_4,mouse_dpi_decrease_level_4
+	copy temp,pdata
+	rtneq MOUSE_DPI_LEVEL3
+mouse_dpi_decrease_level:
+	beq MOUSE_DPI_LEVEL1,mouse_dpi_level_1
+	beq MOUSE_DPI_LEVEL2,mouse_dpi_level_2
+	rtn
+
+	
+mouse_dpi_key_check_long_press:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON,mouse_select_device_by_dpi_button
+	bbit1 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY,mouse_discovery_by_dpi_button
+	rtn
+
+mouse_select_device_by_dpi_button:
+	fetch 1,mem_mouse_dpi_button_state
+	rtnne DPI_BUTTON_STATE_DOWN	
+	arg mem_select_device_count,regc
+	arg mouse_ready_reconnection_by_dpi_button,regb
+	branch timer_single_step
+
+mouse_ready_reconnection_by_dpi_button:
+	jam 1,mem_mouse_dpi_long_press_flag
+	branch mouse_ready_reconnection_by_button
+
+mouse_discovery_by_dpi_button:
+	fetch 1,mem_mouse_dpi_button_state
+	rtnne DPI_BUTTON_STATE_DOWN	
+	arg mem_bt_discovery_count,regc
+	arg mouse_long_dpi_button_bt_discovery,regb
+	branch timer_single_step
+
+mouse_long_dpi_button_bt_discovery:
+	jam 1,mem_mouse_dpi_long_press_flag
+	branch mouse_long_button_bt_discovery
+
+mouse_dpi_config:
+	branch mouse_setting_sensor_type
+
+mouse_setting_dpi_4_level:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_DPI_LEVEL_4
+	fetch 1,mem_mouse_dpi
+	rtnne MOUSE_DPI_LEVEL4
+	jam MOUSE_DPI_LEVEL1,mem_mouse_dpi
+	rtn
+	
+mouse_setting_dpi:
+	bpatch patch08_4,mem_patch08
+	call mouse_setting_dpi_4_level
+	call mouse_dpi_led_blink_delay
+mouse_setting_sensor_type:
+	fetch 1,mem_config_sensor_type
+	beq P3212,mouse_seting_3212_dpi
+	beq KA8G2,mouse_seting_ka8g2_dpi
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,mouse_set_cpi0		//1200
+	beq MOUSE_DPI_LEVEL2,mouse_set_cpi1		//1600
+	beq MOUSE_DPI_LEVEL3,mouse_set_cpi2		//800
+	beq MOUSE_DPI_LEVEL4,mouse_set_cpi3		//1000
+mouse_set_cpi1:	//320x+8009
+	fetcht 1,mem_320x_dpi_1
+	branch mouse_dpi_store
+mouse_set_cpi0:
+	fetcht 1,mem_320x_dpi_0
+	branch mouse_dpi_store
+mouse_set_cpi2:
+	fetcht 1,mem_320x_dpi_2
+	branch mouse_dpi_store
+mouse_set_cpi3:
+	fetcht 1,mem_320x_dpi_3
+mouse_dpi_store:
+	fetch 1,mem_config_sensor_type
+	beq P3065_XY,mouse_3065xy_set_dpi
+	beq MX8650,mouse_3065xy_set_dpi
+	beq KA8,mouse_ka8_set_dpi
+	beq P6520,mouse_ka8_set_dpi
+	beq P8009,mouse_3065xy_set_dpi
+mouse_dpi_write:		// 3205  1  2  3  4
+	storet 1,mem_mouse_cpi_count
+	setarg MOUSE_DPI_ADDRESS
+	call twspi_read
+	and pdata,0xf8,temp
+	fetch 1,mem_mouse_cpi_count
+	iadd temp,pdata
+	lshift8 pdata,pdata
+	add pdata,MOUSE_DPI_ADDRESS,pdata
+	branch twspi_write
+
+mouse_3065xy_set_dpi:	// 0 1 2 3
+	increase -1,temp
+	branch mouse_dpi_write
+
+mouse_ka8_set_dpi:	// 3 4 5 6
+	increase 2,temp
+	branch mouse_dpi_write
+
+mouse_seting_3212_dpi:
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,mouse_set_p3212_cpi0	//1200
+	beq MOUSE_DPI_LEVEL2,mouse_set_p3212_cpi1	//1600
+	beq MOUSE_DPI_LEVEL3,mouse_set_p3212_cpi2	//2400
+	beq MOUSE_DPI_LEVEL4,mouse_set_p3212_cpi3	//800
+mouse_set_p3212_cpi1:
+	fetch 1,mem_3212_dpi_1
+	branch mouse_p3212_dpi
+mouse_set_p3212_cpi0:
+	fetch 1,mem_3212_dpi_0
+	branch mouse_p3212_dpi
+mouse_set_p3212_cpi2:
+	fetch 1,mem_3212_dpi_2
+	branch mouse_p3212_dpi
+mouse_set_p3212_cpi3:
+	fetch 1,mem_3212_dpi_3
+mouse_p3212_dpi:
+	store 1,mem_mouse_cpi_count
+	lshift8 pdata,pdata
+	copy pdata,rega
+	add pdata,MOUSE_P3212_DPI_XADDRESS,pdata
+  	call twspi_write
+ 	copy rega,pdata
+  	add pdata,MOUSE_P3212_DPI_YADDRESS,pdata
+	branch twspi_write
+
+mouse_seting_ka8g2_dpi:
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,mouse_set_pka8g2_cpi0		//1600
+	beq MOUSE_DPI_LEVEL2,mouse_set_pka8g2_cpi1		//2400
+	beq MOUSE_DPI_LEVEL3,mouse_set_pka8g2_cpi2		//3200
+	beq MOUSE_DPI_LEVEL4,mouse_set_pka8g2_cpi3		//800
+mouse_set_pka8g2_cpi1:
+	fetch 1,mem_ka8g2_dpi_1
+	branch mouse_p3212_dpi
+
+mouse_set_pka8g2_cpi0:
+	fetch 1,mem_ka8g2_dpi_0
+	branch mouse_p3212_dpi
+	
+mouse_set_pka8g2_cpi2:
+	fetch 1,mem_ka8g2_dpi_2
+	branch mouse_p3212_dpi
+
+mouse_set_pka8g2_cpi3:
+	fetch 1,mem_ka8g2_dpi_3
+	branch mouse_p3212_dpi
+
+		
+		
+
+
+
+
+mouse_key:
+	call mouse_check_firekey_gpio
+	fetch 1,mem_fire_key_flag
+	nbranch mouse_fire_key_press,blank
+	fetch 1,mem_fire_key_status
+	nbranch mouse_fire_key_process,blank
+	call mouse_check_key_gpio
+	call mouse_ghost_key_check
+	call mouse_set_mult
+	call mouse_24g_key
+	copy rega,pdata
+	fetcht 1,mem_mouse_key_last
+	store 1,mem_mouse_key_last
+	store 1,mem_mouse_key
+	ixor temp,pdata
+	sub pdata,0,null
+	rtn zero
+	branch enable_user
+
+mouse_24g_key:
+	rtnmark0 mark_24g
+	copy rega,pdata
+	rtn blank
+	store 1,mem_mouse_key
+	branch enable_user
+
+mouse_ghost_key_check:
+	jam 0,mem_mouse_matrix_key_cow_count
+	jam 0,mem_mouse_matrix_key_row_count
+	jam 0,mem_mouse_ghost_flag
+	copy pdata,temp
+	call mouse_ghost_key_check_L_BK
+	call mouse_ghost_key_check_M_FW
+	call mouse_ghost_key_check_BK_FW
+	call mouse_ghost_key_check_LMR
+	fetch 1,mem_mouse_matrix_key_row_count
+	rtn blank
+	fetch 1,mem_mouse_matrix_key_cow_count
+	rtn blank
+	jam 1,mem_mouse_ghost_flag
+	fetch 1,mem_mouse_key_last		// matrix have ghost key
+	copy pdata,rega
+	rtn
+
+mouse_ghost_key_check_L_BK:
+	and temp,MOUSE_L_BK_BUTTON,pdata
+	beq MOUSE_L_BK_BUTTON,mouse_matrix_cow_more_than_one_key
+	rtn
+mouse_ghost_key_check_M_FW:
+	and temp,MOUSE_M_FW_BUTTON,pdata
+	beq MOUSE_M_FW_BUTTON,mouse_matrix_cow_more_than_one_key
+	rtn
+mouse_ghost_key_check_BK_FW:
+	and temp,MOUSE_BK_FW_BUTTON,pdata
+	beq MOUSE_BK_FW_BUTTON,mouse_matrix_row_more_than_one_key
+	rtn	
+
+mouse_ghost_key_check_LMR:
+	and temp,MOUSE_LMR_BUTTON,pdata	// key LMR press
+	beq MOUSE_LR_BUTTON,mouse_matrix_row_more_than_one_key
+	beq MOUSE_LM_BUTTON,mouse_matrix_row_more_than_one_key
+	beq MOUSE_RM_BUTTON,mouse_matrix_row_more_than_one_key
+	beq MOUSE_LMR_BUTTON,mouse_matrix_row_more_than_one_key
+	rtn
+
+
+mouse_matrix_row_more_than_one_key:
+	jam 1,mem_mouse_matrix_key_row_count
+	rtn
+
+mouse_matrix_cow_more_than_one_key:
+	jam 1,mem_mouse_matrix_key_cow_count
+	rtn
+
+mouse_key_check_once:
+	call mouse_check_key_gpio_once
+	call mouse_check_key_gpio
+	setarg 0x00
+	store 3,mem_mouse_lkey_press_status
+	rtn
+	
+mouse_check_key_gpio:
+	bpatch patch08_5,mem_patch08
+	fetch 1,mem_sensor_shutdown_flag
+	ncall mouse_check_key_gpio_once,blank
+	arg 0,rega
+	call mouse_check_lkey_gpio
+	call mouse_check_rkey_gpio
+	call mouse_check_mkey_gpio
+	call mouse_check_bkkey_gpio
+	call mouse_check_fwkey_gpio
+	call mouse_check_firekey_gpio
+	call mouse_check_customerkey_gpio
+	copy rega,pdata
+	rtn
+
+mouse_check_key_gpio_once:
+	setarg 0x030303
+	store 3,mem_mouse_lkey_press_status
+	rtn
+
+mouse_check_lkey_gpio:
+	fetch 1,mem_lbutton_gpio
+	call mouse_gpio_config_output_high
+	jam MOUSE_L_KEY,mem_mouse_key_temp
+	fetcht 1,mem_lbutton_gpio
+	fetch 1,mem_mouse_lkey_press_status
+	call mouse_check_key_connect_gnd
+	store 1,mem_mouse_lkey_press_status
+	fetcht 1,mem_lbutton_gpio
+	branch mouse_gpio_config_input_pu
+
+mouse_check_rkey_gpio:
+	fetch 1,mem_rbutton_gpio
+	call mouse_gpio_config_output_high
+	jam MOUSE_R_KEY,mem_mouse_key_temp
+	fetcht 1,mem_rbutton_gpio
+	fetch 1,mem_mouse_rkey_press_status
+	call mouse_check_key_connect_gnd
+	store 1,mem_mouse_rkey_press_status
+	fetcht 1,mem_rbutton_gpio
+	branch mouse_gpio_config_input_pu
+	
+mouse_check_mkey_gpio:
+	fetch 1,mem_mbutton_gpio
+	call mouse_gpio_config_output_high
+	jam MOUSE_M_KEY,mem_mouse_key_temp
+	fetcht 1,mem_mbutton_gpio
+	fetch 1,mem_mouse_mkey_press_status
+	call mouse_check_key_connect_gnd
+	store 1,mem_mouse_mkey_press_status
+	fetcht 1,mem_mbutton_gpio
+	branch mouse_gpio_config_input_pu
+
+mouse_check_bkkey_gpio:
+	fetch 1,mem_bk_button_gpio
+	rtneq GPIO_DISABLE
+	jam MOUSE_BK_KEY,mem_mouse_key_temp
+	fetch 1,mem_mouse_bkkey_press_status
+	copy pdata,regc
+	fetcht 1,mem_bk_button_gpio
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_bk_check
+	call gpio_get_bit
+	branch mouse_check_bk_button_connect_gnd,true
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_out_active
+	fetcht 1,mem_bk_button_gpio
+	fetch 1,mem_mouse_bkkey_press_status
+	call mouse_check_key_connect_gnd
+mouse_check_bkkey_gpio_end:	
+	store 1,mem_mouse_bkkey_press_status
+	branch mouse_matrix_public_gpio_reset
+
+mouse_check_bk_button_connect_gnd:
+	fetcht 1,mem_matrix_public_gpio
+	fetch 1,mem_mouse_bkkey_press_status
+	call mouse_check_key_connect_gnd
+	branch mouse_check_bkkey_gpio_end
+
+mouse_3io6key_bk_check:
+	fetch 1,mem_bk_button_gpio
+	call mouse_gpio_config_output_low
+	fetcht 1,mem_bk_button_gpio
+	call mouse_3io6key_check
+	store 1,mem_mouse_bkkey_press_status
+	fetcht 1,mem_bk_button_gpio
+	branch mouse_gpio_config_input_pu
+
+
+mouse_check_fwkey_gpio:
+	fetch 1,mem_fw_button_gpio
+	rtneq GPIO_DISABLE
+	jam MOUSE_FW_KEY,mem_mouse_key_temp
+	fetch 1,mem_mouse_fwkey_press_status
+	copy pdata,regc
+	fetcht 1,mem_fw_button_gpio
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_fw_check
+	call gpio_get_bit
+	branch mouse_check_fw_button_connect_gnd,true
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_out_active
+	fetcht 1,mem_fw_button_gpio
+	fetch 1,mem_mouse_fwkey_press_status
+	call mouse_check_key_connect_gnd
+mouse_check_fwkey_gpio_end:	
+	store 1,mem_mouse_fwkey_press_status
+mouse_matrix_public_gpio_reset:	
+	fetcht 1,mem_matrix_public_gpio
+	branch mouse_gpio_config_input_pu
+
+mouse_check_fw_button_connect_gnd:
+	fetcht 1,mem_matrix_public_gpio
+	fetch 1,mem_mouse_fwkey_press_status
+	call mouse_check_key_connect_gnd
+	branch mouse_check_fwkey_gpio_end	
+
+mouse_3io6key_fw_check:
+	fetch 1,mem_fw_button_gpio
+	call mouse_gpio_config_output_low
+	fetcht 1,mem_fw_button_gpio
+	call mouse_3io6key_check
+	store 1,mem_mouse_fwkey_press_status
+	fetcht 1,mem_fw_button_gpio
+	branch mouse_gpio_config_input_pu
+
+mouse_check_customerkey_gpio:
+	jam 0,mem_customer_key
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_KEYBOARD
+	fetch 1,mem_customer_key_gpio
+	rtneq GPIO_DISABLE
+	jam MOUSE_CUSTOMER_KEY,mem_mouse_key_temp
+	fetcht 1,mem_customer_key_gpio
+	fetch 1,mem_mouse_customerkey_press_status
+	call mouse_check_key_connect_gnd
+	store 1,mem_mouse_customerkey_press_status
+	copy rega,pdata
+	bbit1 MOUSE_CUSTOMER_KEY,mouse_customerkey_press
+	call mouse_customerkey_release
+mouse_check_customerkey_gpio_exit:
+	fetch 1,mem_customer_data_trigger
+	store 1,mem_customer_data_trigger_last
+	rtn
+
+mouse_customerkey_press:
+	jam 1,mem_customer_data_trigger
+	call mouse_customer_key_need_send
+	branch mouse_check_customerkey_gpio_exit
+
+mouse_customerkey_release:
+	jam 0,mem_customer_data_trigger
+	fetch 1,mem_customer_data_trigger_last
+	rtn blank
+mouse_customer_key_need_send:	
+	jam 1,mem_customer_key
+	rtn	
+
+mouse_check_matrix_button_connect_gnd:	
+	call gpio_get_bit
+	fetcht 1,mem_mouse_key_temp
+	copy temp,queue	
+	branch  mouse_key_press,true
+mouse_key_release:
+	qset0 rega
+	rtn	
+
+mouse_check_key_connect_gnd:	
+	lshift pdata,pdata
+	copy pdata,regb
+	call gpio_get_bit
+	setflag true,0,regb
+mouse_check_key_connect_gnd_1:
+	and regb,0x07,pdata
+mouse_check_key_connect_gnd_next:
+	fetcht 1,mem_mouse_key_temp
+	copy temp,queue
+	beq 0x07,mouse_key_press		//  about 17~22ms three times
+	beq 0x00,mouse_key_release
+	rtn
+
+mouse_key_press:
+	qset1 rega
+	rtn
+
+mouse_3io6key_check:
+	bpatch patch08_6,mem_patch08
+	copy regc,pdata
+	store 1,mem_mouse_key_status
+	lshift pdata,pdata
+	copy pdata,regb
+	copy temp,regc
+	call mouse_gpio_config_input_pd
+	copy regc,temp
+	call gpio_get_bit
+	nsetflag true,0,regb
+	call mouse_check_press
+	branch mouse_check_key_connect_gnd_next
+
+mouse_check_press:
+	fetcht 1,mem_mouse_key_status
+	and_into 0x01,temp
+	and regb,0x01,pdata
+	isub temp,null
+	nbranch mouse_current_mult_update,zero
+	rtn
+
+
+//input:pdata gpio number
+mouse_gpio_config_output_high:
+	rtneq GPIO_DISABLE
+	arg gpcfg_output_high,temp
+	branch gpio_config_function_int
+
+//input:pdata gpio number
+mouse_gpio_config_output_low:
+	rtneq GPIO_DISABLE
+	arg gpcfg_output_low,temp
+	branch gpio_config_function_int	
+
+
+
+mouse_firebutton_connect_state_check:
+	fetch 1,mem_firebutton_gpio
+	rtneq GPIO_DISABLE
+	bbit1 gpio_active_bit,mouse_firebutton_connect_vin
+mouse_firebutton_connect_gnd:	
+	jam 0,mem_mouse_firebutton_connect_vin_flag
+	rtn
+mouse_firebutton_connect_vin:
+	jam 1,mem_mouse_firebutton_connect_vin_flag
+	rtn
+
+mouse_check_firekey_gpio:
+	arg 0,regb
+	fetch 1,mem_firebutton_gpio
+	rtneq GPIO_DISABLE
+	fetch 1,mem_mouse_firebutton_connect_vin_flag
+	nbranch mouse_check_firekey_connect_vin,blank
+mouse_check_firekey_connect_gnd:
+	fetcht 1,mem_firebutton_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_firebutton_gpio
+	call gpio_get_bit
+	setflag true,0,regb
+mouse_firekey_state_store:	
+	copy regb,pdata
+	store 1,mem_fire_key_flag
+	rtn	
+
+mouse_check_firekey_connect_vin:
+	fetch 1,mem_firebutton_gpio
+	set0 gpio_active_bit,pdata
+	store 1,mem_firebutton_gpio
+	fetcht 1,mem_firebutton_gpio
+	call mouse_gpio_config_input_pd
+	fetcht 1,mem_firebutton_gpio
+	call gpio_get_bit
+	nsetflag true,0,regb
+	branch mouse_firekey_state_store
+
+mouse_fire_key_process: 
+	beq 4,mouse_fire_key_process_end
+mouse_fire_key_press:
+	call mouse_firekey_clkn_bt_timer_check 
+	fetch 4,mem_fire_key_delay
+	arg 0xa0,temp      
+	iadd temp,temp
+	copy clkn_bt,pdata
+	isub temp,null
+	nrtn positive
+	store 4,mem_fire_key_delay 
+	fetch 1,mem_fire_key_status
+	beq 0,mouse_fire_key_process_start
+	beq 1,mouse_fire_key_process_release1
+	beq 2,mouse_fire_key_process_start2
+	beq 3,mouse_fire_key_process_release2
+	rtn
+
+mouse_fire_key_process_start:
+	jam 1,mem_fire_key_status
+mouse_fire_key_down:
+	jam 1,mem_mouse_key
+	branch enable_user
+
+mouse_fire_key_process_release1:
+	jam 2,mem_fire_key_status
+mouse_fire_key_release:
+	jam 0,mem_mouse_key
+	branch enable_user
+
+mouse_fire_key_process_start2:
+	jam 3,mem_fire_key_status
+	branch mouse_fire_key_down
+
+mouse_fire_key_process_release2:
+	jam 0,mem_fire_key_status
+	branch mouse_fire_key_release
+	
+mouse_fire_key_process_end:
+	jam 0,mem_fire_key_status
+	jam 0,mem_mouse_key
+	rtn
+
+mouse_firekey_clkn_bt_timer_check:
+	fetcht 4,mem_fire_key_delay
+	copy clkn_bt,pdata
+	isub temp,null
+	ncall mouse_firekey_clkn_bt_timer_timeout,positive
+	rtn
+mouse_firekey_clkn_bt_timer_timeout:
+	setarg 0
+	store 4,mem_fire_key_delay
+	rtn
+
+	
+
+
+	
+mouse_init_sunt:
+	bpatch patch08_7,mem_patch08
+	call mouse_sensor_spi_init
+	rtn wake
+mouse_init_sensor_wakeup:	
+	call mouse_sensor_poweron
+mouse_init_sensor:
+	bpatch patch09_0,mem_patch09
+	call mouse_read_sensor_id
+	beq P32XX_ID1,mouse_init_p32xx_id2_judge
+	beq P3065_ID1,mouse_init_p3065
+	beq PKA8G2_ID1,mouse_ka8g2_id2_judge
+	call mouse_twspi_reset
+	nop 6900
+	branch mouse_init_sensor
+mouse_twspi_reset:
+	fetcht 1,mem_mouse_sensor_sclk_gpio
+	call twspi_reset
+	branch mouse_spid_init_pin
+
+mouse_read_sensor_id:
+	setarg PAN_REG_PID_H
+	call twspi_read
+	store 1,mem_sensor_id2
+	setarg PAN_REG_PID_L
+	call twspi_read
+	store 1,mem_sensor_id1
+	rtn
+
+mouse_init_p32xx_id2_judge:
+	fetch 1,mem_sensor_id2
+	beq P_MX8650,mouse_mx8650_init_param
+	beq P8009_ID2,mouse_8009_init_param
+	beq P3205_TJ3T_ID2,mouse_3205_3t_init_param
+	beq P3204_TJ3L_ID2,mouse_3204_3l_init_param
+	beq P3212_ID2,mouse_3212_init_param
+	beq PKA8_ID2,mouse_ka8_init_param_check
+	beq P6520A_ID2,mouse_p6520_init_param
+	branch mouse_init_sensor
+	
+mouse_mx8650_init_param:
+	jam MX8650,mem_config_sensor_type
+	call mouse_sensor_reset
+	call delay_10ms
+	arg mem_sensor_8650_init,regc
+	call mouse_sensor_wr_seq
+	branch mouse_dpi_config
+
+mouse_8009_init_param:
+	setarg 0x16
+	call twspi_read
+	sub pdata,0xbd,null 
+	nbranch mouse_init_sunt,zero
+	setarg 0x19
+	call twspi_read
+	sub pdata,0x55,null 
+	nbranch mouse_init_sunt,zero
+	setarg 0x1b
+	call twspi_read
+	sub pdata,0x1d,null 
+	nbranch mouse_init_sunt,zero
+	jam P8009,mem_config_sensor_type
+	arg mem_sensor_8009_init,regc
+	branch mouse_sensor_wr_seq
+
+mouse_3205_3t_init_param:
+	jam P3205,mem_config_sensor_type
+	arg mem_sensor_3205_init,regc
+	call mouse_sensor_wr_seq
+	arg mem_sensor_32xx_init,regc
+	call mouse_sensor_wr_seq
+	setarg 0x0943
+	call twspi_write
+	arg mem_sensor_32xx_init_1,regc
+	branch mouse_sensor_wr_seq	
+
+mouse_3204_3l_init_param:
+	jam P3204,mem_config_sensor_type
+	arg mem_sensor_3204_init,regc
+	call mouse_sensor_wr_seq
+	arg mem_sensor_32xx_init,regc
+	call mouse_sensor_wr_seq
+	arg mem_sensor_32xx_init_1,regc
+	branch mouse_sensor_wr_seq	
+
+mouse_3212_init_param:
+	jam P3212,mem_config_sensor_type
+	arg mem_sensor_3212_init,regc
+mouse_sensor_wr_seq:
+	ifetch 2,regc
+	arg 0xffff,temp
+	isub temp,null
+	rtn zero
+	call twspi_write
+	increase 2,regc
+	branch mouse_sensor_wr_seq
+
+mouse_ka8_init_param_check:	
+	call mouse_sensor_disable_wp
+	setarg 0x9a5b
+	call twspi_write
+	setarg 0x0d
+	call twspi_read
+	sub pdata,0x12,null
+	branch mouse_ka8ul_init_param,zero
+	sub pdata,0x0a,null
+	nbranch mouse_ka8hd_sensor_judge,zero
+	setarg 0x0e
+	call twspi_read
+	sub pdata,0xe5,null
+	nbranch mouse_init_sensor,zero
+	setarg 0x10
+	call twspi_read
+	sub pdata,0xa5,null
+	branch mouse_ka8ul_init_param,zero
+	call mouse_enable_ka8_sensor_wp
+mouse_ka8_init_param:
+	jam KA8,mem_config_sensor_type	
+	rtn
+mouse_ka8ul_init_param:
+	jam KA8_UL,mem_config_sensor_type	
+	arg mem_sensor_ka8ul_init,regc
+	branch mouse_sensor_wr_seq
+mouse_ka8hd_sensor_judge:
+	sub pdata,0x10,null
+	nbranch mouse_init_sensor,zero
+	setarg 0x0e
+	call twspi_read
+	sub pdata,0xc5,null
+	nbranch mouse_init_sensor,zero
+	setarg 0x10
+	call twspi_read
+	sub pdata,0x38,null
+	nbranch mouse_init_sensor,zero
+mouse_ka8hd_init_param:
+	call mouse_enable_ka8_sensor_wp
+	jam KA8_HD,mem_config_sensor_type
+	rtn
+mouse_enable_ka8_sensor_wp:
+	setarg 0x005b
+	call twspi_write
+	branch mouse_sensor_enable_wp
+	
+mouse_p6520_init_param:
+	jam P6520,mem_config_sensor_type
+	arg mem_sensor_p6520_init,regc
+	branch mouse_sensor_wr_seq
+	
+mouse_init_p3065:
+	call mouse_sensor_poweron
+	fetch 1,mem_sensor_id2
+	beq P3065_XY_ID2,mouse_p3065xy_init_param
+	beq P3065_ID2,mouse_p3065_init_param
+	branch mouse_init_sensor
+	
+mouse_p3065_init_param:	
+	jam P3065,mem_config_sensor_type
+	rtn
+
+mouse_p3065xy_init_param:
+	jam P3065_XY,mem_config_sensor_type
+	rtn
+	
+mouse_ka8g2_id2_judge:
+	call mouse_sensor_poweron
+	fetch 1,mem_sensor_id2
+	beq PKA8G2_ID2,mouse_ka8g2_init_param
+	branch mouse_init_p32xx_id2_judge
+mouse_ka8g2_init_param:
+	jam KA8G2,mem_config_sensor_type
+	arg mem_sensor_ka8g2_init,regc
+	branch mouse_sensor_wr_seq
+	
+mouse_sensor_enable_wp:
+	setarg 0x0009
+	branch twspi_write
+mouse_sensor_disable_wp:
+	setarg 0x5a09
+	branch twspi_write
+
+mouse_sensor_reset:	
+	arg 0x8006,temp
+	fetch 1,mem_config_sensor_type
+	bne KA8G2,mouse_sensor_reset_end
+	arg 0x9706,temp
+mouse_sensor_reset_end:
+	copy temp,pdata
+	call twspi_write
+	nop 12000
+	rtn
+
+mouse_sensor_poweron_init:
+	arg mem_sensor_poweron_init,regc
+	fetch 1,mem_config_sensor_type
+	rtnne KA8G2
+	arg mem_sensor_ka8g2_poweron_init,regc
+	rtn
+	
+mouse_sensor_poweron:
+	bpatch patch09_1,mem_patch09
+	call mouse_sensor_spi_init
+	call mouse_sensor_reset
+	call mouse_sensor_poweron_init
+	call mouse_sensor_wr_seq
+	branch mouse_dpi_config
+
+mouse_sensor_powerdown:
+	bpatch patch09_2,mem_patch09
+	call mouse_init_sunt
+	call mouse_sensor_spi_init
+	arg 0x0806,temp
+	fetch 1,mem_config_sensor_type
+	bne KA8G2,mouse_sensor_powerdown_end
+	arg 0x1f06,temp
+mouse_sensor_powerdown_end:
+	copy temp,pdata
+	branch twspi_write
+
+	
+	
+
+
+
+
+mouse_check_sensor_data:
+	fetch 1,mem_spi_write_flash_sm
+	rtnne FLASH_SM_NO_BUYS
+	fetch 1,mem_config_sensor_type
+	beq P3205,mouse_p32xx_sensor_motion
+	beq P3065,mouse_p32xx_sensor_motion
+	beq KA8,mouse_p32xx_sensor_motion
+	beq P3204,mouse_p32xx_sensor_motion
+	beq P3212,mouse_p3212_sensor_motion
+	beq P3065_xy,mouse_p32xx_sensor_motion
+	beq P8009,mouse_p8009_sensor_motion	
+	beq KA8G2,mouse_pka8g2_sensor_motion
+	branch mouse_p32xx_sensor_motion
+
+
+mouse_p32xx_sensor_motion:
+	call mouse_clear_sensor_data
+	disable user
+	fetch 1,mem_sensor_motion_gpio
+	beq GPIO_DISABLE,mouse_p32xx_sensor_motion_2
+	fetcht 1,mem_sensor_motion_gpio
+	call gpio_get_bit
+	nrtn true
+mouse_p32xx_sensor_motion_2:
+	setarg PAN_REG_PID_L
+	call twspi_read
+	bne P32XX_ID1,mouse_p3065_judge   
+mouse_p32xx_sensor_motion_1:
+	setarg PAN_REG_MOTION_STAUS
+	call twspi_read
+	rtnbit0 7
+	call mouse_read_sensor_common
+	fetch 1,mem_mouse_x
+	call mouse_data_extsign
+	store 2,mem_mouse_x
+	fetch 1,mem_mouse_y
+	call mouse_data_extsign
+	store 2,mem_mouse_y
+	fetch 1,mem_config_sensor_angle
+	beq MOUSE_6CLK_ANGLE,mouse_motion32xx_6clk_direction_selection
+	beq MOUSE_9CLK_ANGLE,mouse_motion32xx_9clk_direction_selection
+	beq MOUSE_12CLK_ANGLE,mouse_motion32xx_12clk_direction_selection
+	beq MOUSE_3CLK_ANGLE,mouse_motion32xx_3clk_direction_selection
+	rtn
+
+mouse_p3065_judge:
+	beq P3065_ID1,mouse_p32xx_sensor_motion_1
+	branch mouse_twspi_reset
+	
+mouse_motion32xx_6clk_direction_selection:
+	call mouse_motion_6clk_direction_dispose
+	branch mouse_sensor_sdio_low
+mouse_motion32xx_9clk_direction_selection:
+	call mouse_motion_9clk_direction_dispose
+	branch mouse_sensor_sdio_low
+mouse_motion32xx_12clk_direction_selection:
+	call mouse_motion_12clk_direction_dispose
+	branch mouse_sensor_sdio_low
+mouse_motion32xx_3clk_direction_selection:
+	call mouse_motion_3clk_direction_dispose
+	branch mouse_sensor_sdio_low
+
+
+	
+mouse_p3212_sensor_motion:
+	call mouse_clear_sensor_data
+	fetch 1,mem_sensor_motion_gpio
+	beq GPIO_DISABLE,mouse_p3212_sensor_motion_1
+	fetcht 1,mem_sensor_motion_gpio
+	call gpio_get_bit
+	nrtn true
+mouse_p3212_sensor_motion_1:	
+	setarg PAN_REG_PID_L
+	call twspi_read
+	bne P32XX_ID1,mouse_twspi_reset
+mouse_p3212_sensor_motion_2:
+	setarg PAN_REG_MOTION_STAUS
+	call twspi_read
+	rtnbit0 7
+	call mouse_read_sensor_common
+	call mouse_read_3212sensor_xy_high
+	store 1,mem_mouse_xy_h
+	rshift4 pdata,pdata
+	call mouse_data_extsign_bit3
+	store 1,mem_mouse_x+1
+	fetch 1,mem_mouse_xy_h
+	and pdata,0x0f,pdata
+	call mouse_data_extsign_bit3
+	store 1,mem_mouse_y+1
+	fetch 1,mem_config_sensor_angle
+	beq MOUSE_6CLK_ANGLE,mouse_motion_6clk_direction_dispose
+	beq MOUSE_9CLK_ANGLE,mouse_motion_9clk_direction_dispose
+	beq MOUSE_12CLK_ANGLE,mouse_motion_12clk_direction_dispose
+	beq MOUSE_3CLK_ANGLE,mouse_motion_3clk_direction_dispose
+	rtn
+
+mouse_read_3212sensor_xy_high:
+	setarg 0x12
+	branch twspi_read
+
+mouse_pka8g2_sensor_motion:
+	call mouse_clear_sensor_data
+	fetch 1,mem_sensor_motion_gpio
+	beq GPIO_DISABLE,mouse_pka8g2_sensor_motion_1
+	fetcht 1,mem_sensor_motion_gpio
+	call gpio_get_bit
+	nrtn true
+mouse_pka8g2_sensor_motion_1:
+	branch mouse_p3212_sensor_motion_2
+
+
+mouse_p8009_sensor_motion:
+	call mouse_clear_sensor_data
+	disable user
+	setarg PAN_REG_MOTION_STAUS
+	call twspi_read
+	rtnbit0 7
+	setarg PAN_REG_OPRATION_STATE
+	call twspi_read
+	branch mouse_p32xx_sensor_motion_1+3,blank
+	setarg 0
+	store 6,mem_mouse_x
+	rtn
+
+mouse_motion_6clk_direction_dispose:
+	fetch 2,mem_mouse_x
+	sub pdata,0,pdata
+	store 2,mem_mouse_x
+	branch enable_user
+mouse_motion_12clk_direction_dispose:
+	fetch 2,mem_mouse_y
+	sub pdata,0,pdata
+	store 2,mem_mouse_y
+	branch enable_user
+mouse_motion_9clk_direction_dispose:
+	fetch 2,mem_mouse_y
+	sub pdata,0,pdata
+	store 2,mem_mouse_y
+	fetch 2,mem_mouse_x
+	sub pdata,0,pdata
+	store 2,mem_mouse_x
+	call mouse_sensor_data_swap_places
+	branch enable_user
+mouse_motion_3clk_direction_dispose:
+	call mouse_sensor_data_swap_places
+	branch enable_user
+
+mouse_sensor_data_swap_places:
+	fetch 2, mem_mouse_y
+	fetcht 2,mem_mouse_x
+	store 2,mem_mouse_x
+	storet 2,mem_mouse_y
+	rtn
+
+	
+mouse_clear_sensor_data:
+	fetch 1,mem_mouse_move_flag
+	call mouse_read_sensor_common,blank
+	jam 1,mem_mouse_move_flag
+	rtn
+
+mouse_clear_sensor_data_by_reset:
+	jam 1,mem_mouse_clear_sensor_data_flag
+	call le_set_config_more_data
+mouse_init_sensor_reset:
+	branch mouse_init_sunt
+
+mouse_data_xy_release:
+	fetch 1,mem_sensor_motion_gpio
+	rtnne GPIO_DISABLE
+	fetch 1,mem_mouse_long_mult_flag
+	rtnne 1
+	setarg 0
+	store 1,mem_mouse_long_mult_flag
+	store 4,mem_mouse_x
+	branch mouse_init_sensor_reset
+
+mouse_data_extsign:
+	rtnbit0 7
+	arg 0xff00,temp
+	ior temp,pdata
+	rtn
+
+mouse_data_extsign_bit3:
+	rtnbit0 3
+	arg 0xf0,temp
+	ior temp,pdata
+	rtn
+
+mouse_read_sensor_common:
+	arg PAN_REG_DELTA_X,pdata
+	call twspi_read
+	store 2,mem_mouse_x
+	arg PAN_REG_DELTA_Y,pdata
+	call twspi_read
+	store 2,mem_mouse_y
+	rtn
+
+	
+mouse_sensor_sdio_low:
+	fetcht 1,mem_mouse_sensor_sdio_gpio
+	call gpio_get_bit
+	rtn true
+	setarg 0x0a
+	call twspi_read
+	nop 1000
+	branch mouse_sensor_sdio_low
+
+mouse_set_sdio_high:		// make sdio high to make 100uA less
+	setarg 0x8100
+	branch twspi_write
+	
+
+
+
+mouse_bluetooth_fast_conn_init:
+	jam 0xff,mem_mouse_bluetooth_fast_conn_flag
+mouse_ble_fast_conn_init:	
+	jam 0x34,mem_xrecord_mode
+	setarg 0x0f0f0f
+	store 3,mem_le_lap
+	store 3,mem_le_lap+3
+	branch mouse_start_reconnect
+
+mouse_buletooth_fast_conn_end:
+	bpatch patch09_3,mem_patch09
+	call mouse_select_reconn_device
+	call mouse_bluetooth_fast_conn_disable
+	fetch 1,mem_device_flag
+	beq MODE_BT_DEVICE1,mouse_device1_check_auto_discover
+	beq MODE_BT_DEVICE2,mouse_device2_check_auto_discover
+	rtn
+mouse_device1_check_auto_discover:
+	fetch 6,mem_device1_addr
+	branch mouse_device_check_auto_discover
+mouse_device2_check_auto_discover:
+	fetch 6,mem_device2_addr
+mouse_device_check_auto_discover:	
+	fetcht 6,mem_mouse_compare_addr_ff
+	isub temp,null
+	branch mouse_start_discovery ,zero
+	branch mouse_start_reconnect_device
+
+mouse_bluetooth_fast_conn_disable:
+	jam 0x5a,mem_mouse_bluetooth_fast_conn_flag
+	rtn	
+
+
+mouse_stop_bluetooth_mode:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,app_ble_disconnect
+	branch mouse_stop_discovery
+mouse_disconnect:
+	setarg 0
+	store 2,mem_mouse_no_data_timer
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,app_ble_disconnect
+	rtn
+	
+mouse_check_125Hz:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_BT_125Hz
+mouse_bluetooth_125Hz:
+	nbranch mouse_bluetooth_125hz_clear,user
+	fetch 1,mem_bluetooth_125hz_cnt
+	increase 1,pdata
+	and_into 0x0f,pdata
+	store 1,mem_bluetooth_125hz_cnt
+	nrtn blank
+mouse_bluetooth_125hz_clear:
+	jam 0,mem_bluetooth_125hz_cnt
+	branch disable_user
+
+mouse_current_mult_update:
+	fetch 1,mem_sensor_motion_gpio
+	rtnne GPIO_DISABLE
+	jam 0,mem_lpm_mult
+	jam 30,mem_mouse_current_mult_timer
+	rtn
+
+
+mouse_priority_bb_event:	
+	bpatch patch09_4,mem_patch09
+	copy regc,pdata
+	beq BT_EVT_LE_CONNECTED,mouse_le_bb_event_connected
+	beq BT_EVT_LE_DISCONNECTED,mouse_le_bb_disconnected
+	beq BT_EVT_BUTTON_LONG_PRESSED,mouse_bb_event_discovery_btn
+	beq BT_EVT_LE_PAIRING_SUCCESS,mouse_le_pairing_success
+	beq BT_EVT_LE_ENC_INFO,mouse_le_enc_info
+	beq BT_EVT_LE_START_ENC,mouse_le_ll_start_encryt
+	beq BT_EVT_LE_PAIRING_COMPLETE,app_ble_store_reconn_info
+	beq BT_EVT_LE_PARSE_CONN_PAPA_UPDATE_RSP,mouse_le_conn_param_update_rsp_recieved
+	beq BT_EVT_24G_PAIRING_COMPLETE,mouse_24g_pairing_complete
+	beq BT_EVT_24G_ATTEMPT_FAIL,mouse_24g_attempt_fail
+	beq BT_EVT_24G_ATTEMPT_SUCCESS,mouse_24g_attempt_success
+	beq BT_EVT_LE_PARSE_CONN_PARAM_ACCEPTED,mouse_le_parse_conn_param_accepted
+	rtn
+
+
+mouse_le_bb_event_connected:
+	fetch 1,mem_mouse_1io2led_led_enable
+	ncall mouse_multi_led_on_enable,blank
+	jam 0,mem_mouse_long_mult_flag
+	call mouse_init_sensor_reset
+	jam 1,mem_mouse_le_bb_connected_flag
+	call mouse_24g_first_store_reconn_info
+	fetch 1,mem_mouse_le_reconnect_flag
+	nbranch mouse_le_bb_event_connected_next,blank
+	jam 0x14,mem_mouse_send_secutiry_request_timer
+mouse_le_bb_event_connected_next:
+	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason_flag
+	set0 APP_DISC_BY_BUTTON ,pdata
+	store APP_DISC_RSN_SIZE,mem_app_disconn_reason_flag
+	jam 0,mem_mouse_direct_timer
+	fetch 2,mem_le_battery_level_updata_timer_init
+	store 2,mem_le_battery_level_updata_timer
+	call mouse_no_data_timer_init
+	branch mouse_stop_discovery
+
+mouse_le_bb_disconnected:
+	setarg 0
+	store 2,mem_le_battery_level_updata_timer
+	store 1,mem_mouse_le_send_conn_param_update
+	store 1,mem_mouse_le_send_conn_param_update_timer
+	store 1,mem_mouse_le_bb_connected_flag
+	jam LE_LPM_ENABLE,mem_mouse_le_conn_param_reject
+	jam 0,mem_mouse_clear_sensor_data_flag
+	call le_clr_config_more_data
+	branch mouse_bb_disconnected
+
+mouse_le_pairing_success:
+	arg LL_PAIRING_SUCCESS_FLAG,queue
+	branch mouse_le_enable_connect_flag
+
+mouse_le_enc_info:
+mouse_updata_le_param:
+	jam BT_CMD_LE_UPDATE_CONN,mem_fifo_temp
+	branch ui_ipc_send_cmd
+	
+mouse_le_ll_start_encryt:
+	fetch 1,mem_mouse_le_reconnect_flag
+	beq 1,mouse_le_ll_reconn_start_encryt
+	jam 20,mem_le_start_encrypt_timer	
+	branch mouse_le_ll_enable_start_enc_flag
+mouse_le_ll_reconn_start_encryt:
+	call mouse_updata_le_param
+	jam 10,mem_le_start_encrypt_timer
+mouse_le_ll_enable_start_enc_flag:
+	arg LL_START_ENC_FLAG,queue
+	branch mouse_le_enable_connect_flag
+
+mouse_le_enable_connect_flag:
+	fetch 1,mem_le_connect_status_flag
+	qset1 pdata
+	store 1,mem_le_connect_status_flag
+	rtn
+
+mouse_le_conn_param_update_rsp_recieved:
+	fetch 1,mem_mouse_le_send_conn_param_update
+	nrtn blank
+	jam 1,mem_mouse_le_send_conn_param_update
+	jam 30,mem_mouse_le_send_conn_param_update_timer
+	rtn
+	
+mouse_le_conn_param_lpm_disable:
+	jam LE_LPM_DISABLE,mem_mouse_le_conn_param_reject
+	rtn
+
+mouse_le_bb_event_connect_complete:
+	fetch 1,mem_mouse_le_reconnect_flag
+	nrtn blank
+	fetch 1,mem_le_att_handle
+	sub pdata,34,pdata
+	nrtn zero
+	jam 0,mem_le_start_encrypt_timer
+mouse_le_write_enable:	
+	arg WRITE_REQ_ENABLE_FLAG,queue
+	branch mouse_le_enable_connect_flag
+
+mouse_le_parse_conn_param_accepted:
+	fetch 1,mem_le_new_conninterval
+	sub pdata,LE_INTERVAL_15MS,null
+	nbranch mouse_le_conn_param_lpm_disable,positive
+	fetch 1,mem_le_new_connslavelatency
+	fetcht 1,mem_lpm_mult_init
+	isub temp,null
+	branch mouse_le_lpm_mult_reinit,positive
+	fetch 1,mem_le_new_connslavelatency
+	store 1,mem_lpm_mult
+	branch mouse_le_conn_param_lpm_enable
+mouse_le_lpm_mult_reinit:
+	fetch 1,mem_lpm_mult_init
+	store 1,mem_lpm_mult
+mouse_le_conn_param_lpm_enable:
+	jam LE_LPM_ENABLE,mem_mouse_le_conn_param_reject
+	rtn
+	
+mouse_le_clean_connect_flag:
+	jam 0,mem_le_connect_status_flag
+	rtn
+
+mouse_le:
+	bpatch patch09_5,mem_patch09
+	call le_fifo_check_nearly_full
+	nrtn blank
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,mouse_le_next
+	fetch 1,mem_le_connect_status_flag
+	and pdata,0x03,pdata
+	rtnne 0x03
+mouse_le_next:	
+	fetch 1,mem_mouse_clear_sensor_data_flag
+	call mouse_clear_sensor_data_by_reset,blank
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_24G_PAIRING_FLAG,mouse_le_send_empty_packet
+	bbit1 MOUSE_SELECT_DEVICE_FLAG,mouse_le_send_empty_packet
+	bbit1 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,mouse_le_send_empty_packet
+	bbit1 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,mouse_le_send_empty_packet
+	call mouse_motion
+	call mouse_check_125Hz
+	nrtn user
+	call mouse_current_mult_update
+	call mouse_data_xy_release
+	call mouse_wheel_trigger
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,mouse_le_send_mouse_data
+	fetch 1,mem_customer_key
+	beq 1,mouse_le_send_keyboard_package_data		
+mouse_le_send_mouse_data:
+	branch mouse_fill_mouse_data_le
+
+
+mouse_le_send_keyboard_package_data:
+	fetch 1,mem_customer_data_trigger
+	branch mouse_le_release_keyboard_data,blank
+	fetch 8,mem_customer_key_press+1
+mouse_fill_keyboard_package_data_le:
+	store 8,mem_pdatatemp
+	fetch 1,mem_customer_key_press
+	beq KB_MULTIKEY_REPORT_ID,mouse_fill_multimedia_key_data_le
+	beq KB_SYSTEM_CONCTRL_REPORT_ID,mouse_fill_systemctrl_key_data_le
+	jam 8,mem_le_data_len
+	fetcht 2,mem_le_keyboard_handle
+mouse_fill_data_le:
+	fetch 1,mem_le_data_len
+	copy pdata,rega
+	call le_att_malloc_tx_notify
+	fetcht 1,mem_le_data_len
+	copy temp,loopcnt
+	arg mem_pdatatemp,contr
+	branch memcpy
+	
+mouse_le_release_keyboard_data:
+	fetch 8,mem_customer_key_release+1
+	branch mouse_fill_keyboard_package_data_le
+
+mouse_fill_multimedia_key_data_le:
+	jam 3,mem_le_data_len
+	fetcht 2,mem_le_multimedia_handle
+	branch mouse_fill_data_le
+
+mouse_fill_systemctrl_key_data_le:
+	jam 2,mem_le_data_len
+	fetcht 2,mem_le_systemctrl_handle
+	branch mouse_fill_data_le
+
+mouse_fill_battery_level_le:
+	arg 1,rega
+	fetcht 2,mem_le_battery_level_handle
+	call le_att_malloc_tx_notify
+	fetch 1,mem_le_battery_level_percentage
+	istore 1,contw
+	rtn
+
+mouse_le_send_empty_packet:
+	setarg 0
+	store 7,mem_mouse_key
+mouse_fill_mouse_data_le:
+	jam 7,mem_le_data_len
+	fetch 7,mem_mouse_key
+	store 7,mem_pdatatemp
+	fetcht 2,mem_le_notify_handle
+	branch mouse_fill_data_le
+
+mouse_check_51cmd_adv:
+	jam 0,mem_mouse_le_reconnect_flag
+	fetch 3,mem_le_adv_ind
+	store 3,mem_le_adv_data+4
+	call mouse_le_check_adv_flag
+	setarg ADV_FLAG_BREDR_NOT_SUPPORTED |ADV_FLAG_LIMITED_DISCOVERABLE
+	istore 1,contr
+	arg mem_le_adv_swift_pair,contr
+	call mouse_le_adv_data_update
+	branch check_51cmd_adv
+
+mouse_le_check_adv_flag:
+	arg mem_le_adv_data,rega
+mouse_le_check_adv_flag_loop:
+	ifetch 1,rega	//length
+	rtn blank
+	iadd contr,rega
+	ifetch 1,contr	//type
+	rtneq 0x01
+	branch mouse_le_check_adv_flag_loop
+	
+mouse_le_adv_data_update:
+	arg mem_le_adv_data+11,contw
+	arg 19,loopcnt
+	call memcpy
+	branch le_modified_name_adv
+
+mouse_le_name_load:
+	fetch 8,mem_le_name_temp
+	rtn blank
+	fetch 1,mem_le_name_len_temp
+	copy pdata,rega
+	sub pdata,11,null
+	nbranch mouse_le_name_len_overflow,positive
+	arg mem_le_name_temp,contr	
+	arg mem_le_adv_swift_pair+9,contw
+	copy rega,loopcnt
+	call memcpy
+	arg mem_le_name_temp,contr
+	arg mem_le_scan_data+2,contw
+	copy rega,loopcnt
+	call memcpy
+	arg mem_le_name_temp,contr
+	arg mem_le_name,contw
+	copy rega,loopcnt
+	branch memcpy
+mouse_le_name_len_overflow:
+	call mouse_le_swift_pair_disable
+	fetch 1,mem_le_name_len_temp
+	increase 1,pdata
+	store 1,mem_le_adv_swift_pair
+	jam 9,mem_le_adv_swift_pair+1
+	arg mem_le_name_temp,contr
+	arg mem_le_adv_swift_pair+2,contw
+	copy rega,loopcnt
+	call memcpy
+	fetch 1,mem_le_name_len_temp
+	increase 1,pdata
+	store 1,mem_le_scan_data
+	jam 9,mem_le_scan_data+1
+	arg mem_le_name_temp,contr
+	arg mem_le_scan_data+2,contw
+	copy rega,loopcnt
+	call memcpy
+	arg mem_le_name_len_temp,contr
+	arg mem_le_name_len,contw
+	copy rega,loopcnt
+	increase 1,loopcnt
+	branch memcpy
+mouse_le_swift_pair_disable:
+	arg mem_le_adv_swift_pair,contw
+	arg 20,loopcnt
+	branch clear_mem
+
+mouse_le_parse_l2cap:
+	fetch 2,mem_le_payload_ptr
+	add pdata,2,contr	//l2cap length
+	ifetch 2,contr
+	beq LE_L2CAP_CID_ATT,mouse_le_parse_att
+	branch le_parse_l2cap+4
+
+mouse_le_parse_att:
+	ifetch 3,contr
+	store 3,mem_le_att_opcode
+	beq ATTOP_READ_REQUEST,mouse_le_parse_att_read_request
+	beq ATTOP_WRITE_REQUEST,mouse_le_parse_att_write_request	
+	branch le_parse_att+2
+
+mouse_le_parse_att_read_request:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL,le_parse_att_read_request
+	call le_check_encrypt_state
+	fetcht 2,mem_le_att_handle
+	fetch 1,mem_le_configuration
+	bbit1 BIT_BLE_READ_AUTH,mouse_le_send_att_read_response_check_auth
+//input:temp is handle
+mouse_le_send_att_read_response:
+	fetch 2,mem_le_att_handle
+	beq 0x30,le_send_att_error_response_notfound
+	branch le_send_att_read_response
+
+mouse_le_send_att_read_response_check_auth:
+	fetch 2,mem_le_pairing_handle
+	isub temp,null
+	nbranch mouse_le_send_att_read_response,zero
+	nbranch mouse_le_send_att_read_response,user
+	branch le_send_att_read_response_error_insufficient_auth
+
+mouse_le_parse_att_write_request:		// mac os 10.9.5 reconnect can't move
+	copy contr,rega
+	fetch 2,mem_le_l2cap_size
+	add pdata,-3,regb
+	call le_writeatt_cb
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,le_send_att_write_response_check_auth	
+	fetch 1,mem_mouse_le_reconnect_flag
+	branch le_send_att_write_response_check_auth,blank
+	fetch 1,mem_le_connect_status_flag
+	bbit1 LL_START_ENC_FLAG,le_send_att_write_response_check_auth
+	setarg 0x001a		
+	fetcht 2,mem_le_att_handle
+	isub temp,null
+	nbranch le_send_att_write_response_check_auth,zero
+	branch le_send_att_read_response_error_insufficient_auth
+	
+
+
+
+
+mouse_bb_disconnected:
+	call mouse_bb_discon_clear_stack
+	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason
+	bbit1 APP_DISC_BLE,mouse4_0_event_bb_disconn
+	bbit1 APP_DISC_BY_BUTTON,app_disconn_reason_clear
+	branch mouse_start_discovery
+	
+mouse_bb_discon_clear_stack:
+	setarg 0
+	store 8,mem_wheel_tb_old_pinlevel
+	istore 4,contw             //clean wheel statue
+	jam 0,mem_mouse_move_flag
+	jam 0,mem_ltk_exists
+	rtn
+
+mouse4_0_event_bb_disconn:
+	call mouse_le_clean_connect_flag
+	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason
+	bbit1 APP_DISC_BY_BUTTON,app_disconn_reason_clear
+	branch mouse_app_enter_hibernate
+
+
+
+mouse_bb_event_timer:
+	bpatch patch09_6,mem_patch09
+	call mouse_adc_read
+	call mouse_low_voltage_led_timer
+	//24g
+	call g24_pair_timeout_timer
+	call g24_reconn_timeout_timer
+	call mouse_24g_long_sleep_param_update_timer
+	//led
+	call mouse_device_poweron_timer
+	call mouse_dpi_led_blink_delay_timer
+	call mouse_led_multi_timer
+	call mouse_logo_led_on_timer
+	//poll
+	call mouse_dpi_key_check_long_press
+	call mouse_bt_discovery_check
+	call mouse_commbination_key_process
+	call mouse_check_discovery_timeout_timer
+	//ble
+	call mouse_check_direct_timeout_timer
+	call mouse_le_enable_att_list_timer
+	call mouse_le_battery_updata_timer
+	call mouse_le_send_smp_security_request_timer
+	call mouse_le_send_conn_param_update_timer
+	//bt
+	call mouse_check_reconnect_delay_long_sleep		//delete 3.0,reconnect fail
+	call mouse_current_mult_update_timer
+	call mouse_wheel_trigger_timer
+	call mouse_store_information_delay_timer
+	branch mouse_check_no_data_timeout_timer
+
+mouse_bt_discovery_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY,mouse_bt_discovery_by_pb_button
+	rtn
+
+mouse_bt_discovery_by_pb_button:
+	fetch 1,mem_select_device_button_statue
+	rtnne PB_BUTTON_STATE_DOWN
+	arg mem_bt_discovery_count,regc
+	arg mouse_long_button_bt_discovery,regb
+	branch timer_single_step
+		
+mouse_long_button_bt_discovery:
+	fetch 1,mem_device_flag
+	rtneq MODE_24G_DEVICE
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG
+	arg MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,queue
+	call mouse_enable_function_flag
+	call app_evt_button_long_pressed
+	branch mouse_bb_event_discovery_btn
+		
+mouse_commbination_key_process:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_24g_commbination_key_process
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_COMMBINATION_KEY_BY_BT_DISCOVERY
+	fetcht 1,mem_mouse_commbination_key_bt
+	branch mouse_commbination_key_start
+
+mouse_24g_commbination_key_process:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_COMMBINATION_KEY_BY_24G_PAIRING
+	fetcht 1,mem_mouse_commbination_key_24g
+mouse_commbination_key_start:
+	storet 1,mem_mouse_commbination_key
+	call mouse_check_key_gpio
+	and pdata,0x07,pdata
+	fetcht 1,mem_mouse_commbination_key
+	isub temp,null
+	branch mouse_commbination_key_down,zero
+mouse_commbination_key_up:
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_combination_ui_button_count	//combination key timer init 
+	fetch 1,mem_commbination_key_statue
+	rtneq COMMBINATION_KEY_STATE_UP
+	jam COMMBINATION_KEY_STATE_UP,mem_commbination_key_statue	
+	rtn
+		
+mouse_commbination_key_down:
+	call mouse_combination_ui_timer
+	fetch 1,mem_commbination_key_statue
+	rtneq COMMBINATION_KEY_STATE_DOWN
+	jam COMMBINATION_KEY_STATE_DOWN,mem_commbination_key_statue
+	rtn
+
+mouse_combination_ui_timer:
+	arg mouse_24g_start_pair_mode,regb
+	arg mem_combination_ui_button_count,regc
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,timer_single_step
+	arg mouse_long_button_bt_discovery,regb
+	call timer_single_step
+	fetch 1,mem_combination_ui_button_count
+	beq 1,mouse_bt_discovery_button_down_enable	// ble release key press
+	rtn
+
+mouse_check_discovery_timeout_timer:	
+	arg mem_mouse_discovery_timer,regc
+	arg mouse_check_discovery_timeout,regb
+	branch timer_single_step_2B
+
+mouse_check_discovery_timeout:
+	call mouse_stop_discovery
+	branch mouse_app_enter_hibernate
+
+mouse_check_direct_timeout_timer:	
+	arg mem_mouse_direct_timer,regc
+	arg mouse_check_direct_timeout,regb
+	call timer_single_step_2B
+	fetch 1,mem_mouse_direct_timer
+	beq 1,app_ble_stop_direct_adv
+	rtn
+
+mouse_check_direct_timeout:
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,mouse_buletooth_fast_conn_end
+	fetch 1,mem_reconn_times
+	nbranch mouse_polling_device,blank
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_BT_RECONNECT_TIMEOUT_ENTER_DISCOVERY,mouse_start_discovery
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_first_bb_event_reconn_timeout
+	branch mouse_app_enter_hibernate
+	
+mouse_le_enable_att_list_timer:
+	arg mem_le_start_encrypt_timer,regc
+	arg mouse_le_write_enable,regb
+	branch timer_single_step
+
+mouse_le_send_smp_security_request_timer:
+	fetch 1,mem_mouse_le_bb_connected_flag
+	rtn blank
+	arg mem_mouse_send_secutiry_request_timer,regc
+	arg mouse_le_pairing_sm_start_check,regb
+	branch timer_single_step
+mouse_le_pairing_sm_start_check:
+	fetch 1,mem_mouse_le_reconnect_flag
+	nrtn blank
+	fetch 1,mem_le_pairing_state
+	rtnne FLAG_LE_PAIRING_NULL
+	branch le_pairing_sm_start
+
+mouse_le_send_conn_param_update_timer:
+	arg mem_mouse_le_send_conn_param_update_timer,regc
+	arg mouse_updata_le_param,regb
+	branch timer_single_step
+
+mouse_le_battery_updata_timer:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL
+	arg mem_le_battery_level_updata_timer,regc
+	arg mouse_le_battery_level_updata,regb
+	branch timer_single_step
+
+mouse_le_battery_level_updata:
+	fetch 2,mem_le_battery_level_updata_timer_init
+	store 2,mem_le_battery_level_updata_timer
+	branch mouse_fill_battery_level_le
+	
+mouse_le_enable_att_list:	
+	fetch 1,mem_le_connect_status_flag
+	rtnbit1 LL_PAIRING_SUCCESS_FLAG
+	call mouse_updata_le_param
+	arg WRITE_REQ_ENABLE_FLAG,queue
+	branch mouse_le_enable_connect_flag
+
+mouse_check_reconnect_delay_long_sleep:
+	arg mem_mouse_bluetooth_reconnect_timeout,regc
+	arg mouse_app_enter_hibernate,regb
+	branch timer_single_step
+
+mouse_current_mult_update_timer:
+	arg mem_mouse_current_mult_timer,regc
+	arg mouse_current_mult_reinit,regb
+	branch timer_single_step
+mouse_current_mult_reinit:
+	fetch 1,mem_lpm_mult_init
+	store 1,mem_lpm_mult
+	jam 1,mem_mouse_long_mult_flag
+	rtn
+
+
+mouse_check_no_data_timeout_timer:	
+	arg mem_mouse_no_data_timer,regc
+	arg mouse_check_no_data_timeout,regb
+	branch timer_single_step_2B
+
+mouse_check_no_data_timeout:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_24g_hibernate_set
+	branch mouse_disconnect
+	
+mouse_no_data_timer_init:
+	fetch 2,mem_mouse_no_data_timeout
+	store 2,mem_mouse_no_data_timer
+	rtn
+
+mouse_store_information_delay_timer:
+	arg mem_store_information_delay_timer,regc
+	arg mouse_store_device_info_check,regb
+	branch timer_single_step
+
+mouse_store_device_info_check:
+	call mouse_store_device_info
+	fetch 1,mem_mouse_need_soft_reset
+	nbranch mouse_soft_reset,blank
+	rtn
+
+
+mouse_device_multi_led_poweron2s_init:
+	fetch 1,mem_mouse_multi_led_powon2s_timer_init
+	store 1,mem_mouse_multi_led_powon2s_timer
+	fetch 1,mem_mouse_multi_led_poweron2s_flag_init
+	store 1,mem_mouse_multi_led_poweron2s_flag
+	rtn
+mouse_multi_led_blink_enable:
+	jam 1,mem_mouse_multi_led_blink_enable
+	jam MULTI_LED_BLINK,mem_mouse_multi_led_type
+	fetch 1,mem_mouse_multi_led_blink_timer_init
+	store 1,mem_mouse_multi_led_blink_timer
+	rtn
+mouse_multi_led_on_enable:	
+	jam 1,mem_mouse_multi_led_blink_enable	//disable flag 
+	jam 0,mem_mouse_multi_led_blink_timer
+	jam MULTI_LED_ON,mem_mouse_multi_led_type
+	rtn
+
+mouse_led_multi_timer:
+	fetch 1,mem_mouse_multi_led_blink_enable
+	rtn blank
+	fetch 1,mem_mouse_multi_led_type
+	beq MULTI_LED_BLINK,mouse_multi_led_type_blink
+mouse_multi_led_type_on:
+	fetch 1,mem_mouse_multi_led_poweron2s_flag
+	nbranch mouse_device_multi_led_poweron2s,blank
+	jam 0,mem_mouse_multi_led_blink_enable
+	rtn
+mouse_device_multi_led_poweron2s:
+	fetch 1,mem_mouse_multi_led_powon2s_timer
+	branch mouse_multi_led_poweron2s_and_flag_off,blank
+	increase -1
+	store 1,mem_mouse_multi_led_powon2s_timer
+	branch mouse_device_multi_led_on
+mouse_multi_led_poweron2s_and_flag_off:
+	jam 0,mem_mouse_multi_led_poweron2s_flag
+	jam 0,mem_mouse_multi_led_blink_enable
+	branch mouse_device_multi_led_off
+
+mouse_multi_led_type_blink:
+	arg mem_mouse_multi_led_blink_timer,regc
+	arg mouse_multi_led_type_blink_timeout,regb
+	branch timer_single_step
+
+mouse_multi_led_type_blink_timeout:
+	fetch 1,mem_mouse_multi_led_blink_timer_init
+	store 1,mem_mouse_multi_led_blink_timer
+	fetch 1,mem_mouse_multi_led_state
+	beq ON,mouse_device_multi_led_off	
+mouse_device_multi_led_on:
+	jam ON,mem_mouse_multi_led_state
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_device_24g_multi_led_on
+	beq MODE_BT_DEVICE1,mouse_device_bt1_multi_led_on
+	beq MODE_BT_DEVICE2,mouse_device_bt2_multi_led_on
+	rtn
+mouse_device_24g_multi_led_on:
+	fetcht 1,mem_mouse_1io2led_multi_24g_gpio
+	branch gpio_out_active
+mouse_device_bt1_multi_led_on:
+	fetcht 1,mem_mouse_1io2led_multi_bt1_gpio
+	branch gpio_out_active
+mouse_device_bt2_multi_led_on:
+	fetcht 1,mem_mouse_1io2led_multi_bt2_gpio
+	branch gpio_out_active
+
+mouse_device_multi_led_off:
+	jam OFF,mem_mouse_multi_led_state
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_device_24g_multi_led_off
+	beq MODE_BT_DEVICE1,mouse_device_bt1_multi_led_off
+	beq MODE_BT_DEVICE2,mouse_device_bt2_multi_led_off
+	rtn
+
+mouse_device_24g_multi_led_off:
+	fetcht 1,mem_mouse_1io2led_multi_24g_gpio
+	branch gpio_set_high_impedance
+mouse_device_bt1_multi_led_off:
+	fetcht 1,mem_mouse_1io2led_multi_bt1_gpio
+	branch gpio_set_high_impedance
+mouse_device_bt2_multi_led_off:
+	fetcht 1,mem_mouse_1io2led_multi_bt2_gpio
+	branch gpio_set_high_impedance
+
+mouse_1io2led_all_off:
+	call mouse_device_24g_multi_led_off
+	call mouse_device_bt1_multi_led_off
+	branch mouse_device_bt2_multi_led_off
+
+
+mouse_logo_led_on_timer:
+	fetch 1,mem_mouse_logo_led_gpio
+	rtneq GPIO_DISABLE
+	fetch 2,mem_mouse_no_data_timer
+	rtn blank
+	fetch 2,mem_mouse_no_data_timeout
+	fetcht 2,mem_mouse_no_data_timer
+	isub temp,temp
+	fetch 2,mem_mouse_logo_led_on_time_init
+	isub temp,pdata
+	branch mouse_logo_led_on,positive
+mouse_logo_led_off:
+	fetcht 1,mem_mouse_logo_led_gpio
+	fetch 1,mem_mouse_1io2led_led_enable
+	beq 1,gpio_set_high_impedance
+	branch gpio_out_inactive
+mouse_logo_led_on:
+	fetcht 1,mem_mouse_logo_led_gpio
+	branch gpio_out_active
+
+
+mouse_bb_event_discovery_btn:
+	isolate1 mark_24g,mark
+	call mouse_24g_stop,true
+	call mouse_disconnect
+	call mouse_le_clean_connect_flag
+	branch mouse_start_discovery
+	
+mouse_start_discovery:
+	bpatch patch09_7,mem_patch09
+	fetch 2,mem_ui_state_map
+	isolate1 UI_STATE_BLE_ADV,pdata
+	call mouse_stop_le_adv,true		//reconnect adv
+	call mouse_bluetooth_fast_conn_disable
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_ADV,mouse_start_discovery_norandom
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_BLE_RANDOM_ADDRE,mouse_start_discovery_norandom
+	fetcht 2,mem_random_addr_increase_count
+	increase 1,temp
+	storet 2,mem_random_addr_increase_count
+	storet 2,mem_le_lap+1
+	random pdata					//random ble addr
+	store 1,mem_le_lap
+mouse_start_discovery_norandom:
+	fetch 3,mem_mouse_le_lap_temp
+	store 3,mem_le_lap+3
+	call app_lpm_mult_disable
+	fetch 2,mem_mouse_discovery_timeout
+	store 2,mem_mouse_discovery_timer
+	setarg 0
+	store 2,mem_mouse_no_data_timer
+	store 2,mem_le_battery_level_updata_timer
+	store 1,mem_mouse_direct_timer
+	store 1,mem_mouse_bluetooth_reconnect_timeout
+	store 1,mem_mouse_device_poweron_timer_count
+	store 1,mem_mouse_clear_sensor_data_flag
+	arg MOUSE_STORE_EEPROM_FLAG,queue
+	call mouse_enable_function_flag
+	call mouse_bt_discovery_button_down_disable
+	call mouse_check_51cmd_adv
+	call mouse_low_voltage_led_blink_disable
+	branch mouse_device_discover_led_config
+
+
+mouse_stop_discovery:
+	bpatch patch0a_0,mem_patch0a
+	arg MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,queue
+	call mouse_disable_function_flag
+	jam 0,mem_mouse_bluetooth_reconnect_timeout
+	call mouse_stop_le_adv
+	branch mouse_device_led_off
+mouse_stop_le_adv:
+	setarg 0
+	store 1,mem_mouse_direct_timer
+	store 2,mem_mouse_discovery_timer
+	branch check_51cmd_stop_adv
+
+mouse_store_remote_bdaddr:
+	bpatch patch0a_1,mem_patch0a
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_STORE_EEPROM_FLAG
+	call mouse_device_poweron_timer_init
+	arg MOUSE_STORE_EEPROM_FLAG,queue
+	call mouse_disable_function_flag
+	call mouse_check_device_addr
+mouse_unplug_clean_bdaddr:
+	call mouse_before_store_reconn_info
+	branch mouse_store_device_info_delay
+
+mouse_check_device_addr:
+	fetch 1,mem_record_bt_mode
+	beq REC_4_MODE,mouse_check_le_device_addr
+	rtn
+mouse_check_le_device_addr:
+	store 1,mem_device_addr_temp
+	fetch 6,mem_le_plap
+mouse_check_bt_device_addr_common:
+	store 6,mem_device_addr_temp+1
+	fetch 7,mem_device_addr_temp
+	arg mem_device1_type,contr
+	arg 3,loopcnt
+mouse_check_device_addr_end:
+	ifetcht 7,contr
+	isub temp,null
+	branch mouse_clean_addr,zero
+	increase 22,contr
+	loop mouse_check_device_addr_end
+	rtn
+mouse_before_store_reconn_info:
+	arg mem_device1_type,rega
+	fetch 1,mem_device_flag
+	increase -1,pdata
+	mul32 pdata,29,pdata
+	iadd rega,rega
+	fetch 1,mem_record_bt_mode
+	istore 1,rega
+	beq REC_4_MODE,mouse_store_le_device
+	rtn
+	
+mouse_store_le_device:
+	fetch 6,mem_le_plap
+	istore 6,contw
+	arg mem_le_ltk,contr
+	call memcpy16
+	fetch 6,mem_le_lap
+	istore 6,contw
+	rtn
+
+mouse_clean_addr:
+	increase -6,contr
+	copy contr,contw
+	fetcht 6,mem_device_addr_temp+1
+	increase 3,temp
+	istoret 6,contw
+	rtn
+	
+mouse_select_reconn_device:
+	arg mem_device1_type,rega
+	fetch 1,mem_device_flag
+	rtneq MODE_24G_DEVICE
+	increase -1,pdata
+	mul32 pdata,29,pdata
+	iadd rega,rega
+	ifetch 1,rega
+	store 1,mem_xrecord_mode
+	beq REC_4_MODE,mouse_load_le_device
+	rtn
+
+mouse_load_le_device:
+	ifetch 6,contr
+mouse_load_le_device_end:
+	store 6,mem_hci_plap
+	arg mem_le_ltk,contw
+	call memcpy16
+	ifetch 6,contr
+	store 6,mem_le_lap
+	rtn
+
+mouse_app_initflag_check:
+	fetch 2,mem_store_flag
+	arg EEPROM_INIT_FLAG,temp
+	isub temp,null
+	branch mouse_load_device_info,zero
+	storet 2,mem_store_flag
+	call mouse_ble_init_address
+	fetch 1,mem_device_flag_temp
+	store 1,mem_device_flag
+	fetch 1,mem_config_sensor_dpi
+	store 1,mem_mouse_dpi
+	fetch 4,mem_24g_fast_conn_addr
+	store 4,mem_24g_receiver_addr
+	store 4,mem_24g_addr	
+	rtn
+
+mouse_load_device_info:
+	call mouse_select_reconn_device
+	fetch 4,mem_mouse_24g_addr
+	store 4,mem_24g_receiver_addr
+	store 4,mem_24g_addr
+	rtn
+	
+mouse_ble_init_address:
+	fetch 6,mem_le_lap
+	store 6,mem_device1_locall_addr
+	add pdata,0x0100,pdata
+	store 6,mem_device2_locall_addr
+	add pdata,0x0100,pdata
+	store 6,mem_device3_locall_addr
+	rtn
+	
+mouse_store_device_info_delay:	
+	fetch 1,mem_store_information_delay_timer_init
+	store 1,mem_store_information_delay_timer
+	rtn
+
+mouse_store_device_info:
+	bpatch patch0a_2,mem_patch0a
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_EEPROM,mouse_store_eeprom_device_info
+	bbit1 MOUSE_ENABLE_FLASH,mouse_store_flash_device_info
+	rtn
+
+mouse_load_flash_info_check:
+	call spid_init_flash
+	call mouse_spid_flash_release_form_powerdown
+	call mouse_information_flash_parameters
+	call spid_read_flash
+	call mouse_spid_flash_powerdown
+	call mouse_app_initflag_check
+	branch mouse_sensor_spi_init
+
+mouse_information_flash_parameters:
+	setarg mem_mouse_information_end
+	arg mem_mouse_information_start,temp
+	isub temp,temp
+	fetch 3,mem_flash_base
+	arg mem_mouse_information_start,rega
+	rtn
+	
+mouse_store_flash_device_info:
+	call spid_init_flash
+	call mouse_spid_flash_release_form_powerdown
+	call mouse_flash_erase_sector
+
+	call mouse_information_flash_parameters
+	call mouse_spid_write_flash
+	call mouse_spid_flash_powerdown
+	branch mouse_sensor_spi_init
+
+mouse_spid_flash_release_form_powerdown:
+	jam FLASH_COMMAND_RELEASE_FROM_POWERDOWN,mem_temp
+mouse_spid_write_flash_cmd:
+	call delay_nop100
+	call spid_unlock_flash
+	arg mem_write_flash_head_temp,rega
+	fetcht 1,mem_temp
+	call mouse_spid_write_flash_cmd_common
+	branch delay_nop100
+
+mouse_spid_flash_powerdown:
+	jam FLASH_COMMAND_POWERDOWN,mem_temp
+	branch mouse_spid_write_flash_cmd
+
+mouse_spid_write_flash_cmd_common:
+	istoret 1,rega
+	rshift16 pdata,temp
+	istoret 1,contw
+	rshift8 pdata,temp
+	istoret 1,contw
+	istore 1,contw
+	deposit rega
+	store 2,core_spid_txaddr
+	setarg 0
+	store 2,core_spid_rxlen
+	jam spid_start,core_misc_ctrl
+	branch wait_spid_done
+		
+mouse_flash_erase_sector:
+	fetch 3,mem_flash_base
+	store 3,mem_spi_write_addr
+	branch spid_flash_erase_sector+2
+
+mouse_spid_write_flash:
+	copy pdata,regc
+	copy rega,pdata
+	increase -4,pdata
+	copy pdata,regb
+	ifetch 4,regb
+	store 4,mem_write_flash_head_temp
+	copy regc,pdata
+	call spid_write_flash
+	fetch 4,mem_write_flash_head_temp
+	istore 4,regb
+	rtn
+
+mouse_flash_power_down:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_FLASH
+	call mouse_spid_flash_powerdown
+	call twspi_enable	// 2 wire mode
+	fetcht 1,mem_spi_cs_gpio		//disable flash
+	call gpio_out_inactive
+	fetcht 1,mem_spi_hold_gpio
+	branch mouse_gpio_config_input_pd
+
+mouse_load_eeprom_info_check:
+	call iicd_read_init_pin
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	isolate1 MOUSE_ENABLE_2K_EEPROM,pdata
+	ncall clear_eeprom_size_2k,true
+	call mouse_eeprom_load_recon_info
+	branch mouse_app_initflag_check
+
+mouse_eeprom_load_recon_info:
+	arg 128,temp
+	arg mem_device_flag,rega
+	arg MOUSE_INFO_EEPROM_OFFECT,regb
+	branch iicd_read_eep_data
+
+mouse_store_eeprom_device_info:
+	arg 128,temp
+	arg mem_device_flag,rega
+	arg MOUSE_INFO_EEPROM_OFFECT,regb
+	branch iicd_write_protect_eep_data
+
+mouse_store_eerpom_dpi:
+	arg 1,temp
+	arg mem_mouse_dpi,rega
+	arg MOUSE_DPI_EEPROM_OFFECT,regb
+	branch iicd_write_protect_eep_data
+
+mouse_load_eeprom_dpi:
+	arg 1,temp
+	arg mem_mouse_dpi,rega
+	arg MOUSE_DPI_EEPROM_OFFECT,regb
+	branch iicd_read_eep_data
+
+mouse_idle:
+	bpatch patch0a_3,mem_patch0a
+	call mouse_low_voltage_led_no_enter_lpm
+	call ui_check_paring_button
+	call mouse_dpi_check
+	call mouse_dpi_another_gpio_check
+	call mouse_select_device_check
+	call mouse_check_select_device_by_switch
+	call mouse_bt_button_check
+	branch mouse_wheel_check
+	
+mouse_select_device_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_PB_BUTTON,mouse_select_device_by_pb_button
+	bbit1 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY,mouse_select_device_by_pb_button
+	rtn
+
+mouse_select_device_by_pb_button_check_once:
+	jam 0x03,mem_mouse_pbkey_press_status
+mouse_select_device_by_pb_button:	
+	fetch 1,mem_config_select_device_button_gpio
+	rtneq GPIO_DISABLE
+	arg 0,rega
+	jam MOUSE_PB_KEY,mem_mouse_key_temp
+	fetcht 1,mem_config_select_device_button_gpio
+	call mouse_pb_button_check
+	store 1,mem_mouse_pbkey_press_status
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_pb_button_check_end	
+	call mouse_matrix_public_gpio_reset
+mouse_select_device_by_pb_button_exit:	
+	copy rega,pdata
+	bbit1 MOUSE_PB_KEY,mouse_select_device_button_down
+	branch mouse_select_device_button_up
+
+mouse_3io6key_pb_button_check_end:
+	fetcht 1,mem_config_select_device_button_gpio
+	call mouse_gpio_config_input_pu
+	branch mouse_select_device_by_pb_button_exit
+
+mouse_pb_button_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_PB_BUTTON_CONNECT_GND,mouse_pb_button_connect_gnd
+	fetch 1,mem_mouse_pbkey_press_status
+	copy pdata,regc
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_check
+	fetch 1,mem_mouse_ghost_flag
+	nbranch mouse_select_device_by_pb_button_end,blank
+	branch mouse_pb_button_connect_matrix
+
+mouse_select_device_by_pb_button_end:
+	jam PB_BUTTON_STATE_UP,mem_select_device_button_statue
+	jam 0,mem_mouse_pbkey_press_status
+	rtn
+
+mouse_pb_button_connect_gnd:
+	fetch 1,mem_mouse_pbkey_press_status
+	branch mouse_check_key_connect_gnd
+
+mouse_pb_button_connect_matrix:
+	call gpio_get_bit
+	fetcht 1,mem_matrix_public_gpio
+	branch mouse_pb_button_connect_gnd,true
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_out_active
+	fetcht 1,mem_config_select_device_button_gpio
+	fetch 1,mem_mouse_pbkey_press_status
+	branch mouse_check_key_connect_gnd
+	
+mouse_select_device_button_up:
+	fetch 1,mem_select_device_button_statue
+	rtneq PB_BUTTON_STATE_UP
+	jam PB_BUTTON_STATE_UP,mem_select_device_button_statue	
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY
+	fetch 1,mem_bt_discovery_count
+	sub pdata,20,null
+	ncall mouse_ready_reconnection_by_button,positive		// press button less than 30-20=1000ms
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_bt_discovery_count
+	rtn
+
+mouse_select_device_button_down:
+	bpatch patch0a_4,mem_patch0a
+	call mouse_select_device_ghost_check
+	rtn user
+	fetch 1,mem_select_device_button_statue
+	rtneq PB_BUTTON_STATE_DOWN
+	jam PB_BUTTON_STATE_DOWN,mem_select_device_button_statue
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY,mouse_long_button_bt_discovery
+	fetch 1,mem_mouse_direct_timer
+	rtn blank
+	fetch 1,mem_mouse_direct_timeout
+	store 1,mem_mouse_direct_timer
+	rtn
+
+mouse_select_device_ghost_check:
+	disable user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_PB_BUTTON_CONNECT_GND
+	fetch 1,mem_mouse_lkey_press_status
+	rtn blank
+	fetch 1,mem_mouse_rkey_press_status
+	rtn blank
+	branch enable_user
+	
+mouse_check_select_device_by_switch:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO,mouse_check_select_device_by_switch_gpio
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC,mouse_adc_read
+	rtn
+mouse_check_select_device_by_switch_gpio:	
+	fetcht 1,mem_device_switch_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_device_switch_gpio
+	call gpio_get_bit
+	branch mouse_check_select_24gdevice,true
+mouse_select_btdevice:
+	fetch 1,mem_device_flag
+	rtneq MODE_BT_DEVICE1
+	jam MODE_BT_DEVICE1,mem_device_flag
+	branch mouse_stop_bluetooth_mode
+	
+mouse_check_select_24gdevice:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC,mouse_check_select_24g_device
+	fetch 6,mem_mouse_vdd_switch_gnd_full_vol
+	store 6,mem_mouse_vdd_calculate_set
+mouse_check_select_24g_device:	
+	fetch 1,mem_device_flag
+	rtneq MODE_24G_DEVICE
+	jam MODE_24G_DEVICE,mem_device_flag
+	branch mouse_24g_stop
+
+mouse_ready_reconnection_by_button:
+	bpatch patch0a_5,mem_patch0a
+	fetch 1,mem_device_number
+	rtneq 1		// 1channel
+	call mouse_select_device_number
+	storet 1,mem_device_flag
+mouse_store_device_number_before_reset:	
+//	jam 0,mem_link_key_exists
+	call mouse_select_device_enable
+	call mouse_stop_bluetooth_mode
+	call mouse_select_device_disable
+	jam 1,mem_mouse_need_soft_reset
+	branch mouse_store_device_info_delay
+
+mouse_soft_reset:
+	call mouse_select_device_enable
+	branch soft_reset_chip
+
+mouse_select_device_number:
+	fetcht 1,mem_device_flag
+	increase 1,temp
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G,mouse_select_device_number_24g
+	sub temp,2,null
+	ncall mouse_select_device_count_clean_bt,positive
+	rtn
+	
+mouse_select_device_number_24g:	
+	fetch 1,mem_device_number
+	increase -1,pdata
+	isub temp,null
+	ncall mouse_select_device_count_clean_24g,positive
+	rtn
+
+mouse_select_device_count_clean_24g:
+	arg 0,temp
+	rtn
+mouse_select_device_count_clean_bt:
+	arg 1,temp
+	rtn
+
+mouse_store_device_number2eeprom:
+	arg 1,temp
+	arg mem_device_flag,rega
+	arg 0,regb
+	branch iicd_write_protect_eep_data
+		
+mouse_bt_button_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY
+	branch mouse_select_device_by_pb_button
+	
+mouse_select_device_enable:
+	arg MOUSE_SELECT_DEVICE_FLAG,queue
+	branch mouse_enable_function_flag
+mouse_select_device_disable:
+	arg MOUSE_SELECT_DEVICE_FLAG,queue
+	branch mouse_disable_function_flag
+mouse_bt_cannel_reconn_enable:
+	arg MOUSE_BT_CANNEL_RECONN_FLAG,queue
+	branch mouse_enable_function_flag
+mouse_bt_cannel_reconn_disable:
+	arg MOUSE_BT_CANNEL_RECONN_FLAG,queue
+	branch mouse_disable_function_flag
+mouse_bt_discovery_button_down_enable:
+	arg MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,queue
+	branch mouse_enable_function_flag
+mouse_bt_discovery_button_down_disable:
+	arg MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,queue
+	branch mouse_disable_function_flag
+
+mouse_adc_read_enable:
+	arg MOUSE_ENABLE_ADC,queue
+	branch mouse_enable_function_flag
+
+mouse_24g_set_250Hz:
+	arg MOUSE_ENABLE_24G_250Hz,queue
+	branch mouse_enable_function_flag
+
+mouse_24g_search_dongle_enable:
+	arg MOUSE_ENABLE_24G_SEARCH_DONGLE,queue
+	branch mouse_enable_function_flag
+	
+mouse_16M_enable:
+	arg MOUSE_ENABLE_16M,queue
+	branch mouse_enable_function_flag
+	
+mouse_dpi_4level_enable:
+	arg MOUSE_ENABLE_DPI_LEVEL_4,queue
+	branch mouse_enable_function_flag
+
+mouse_enable_function_flag:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	qset1 pdata
+	store MOUSE_FLAG_LEN,mem_mouse_flag
+	rtn
+
+mouse_disable_function_flag:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	qset0 pdata
+	store MOUSE_FLAG_LEN,mem_mouse_flag
+	rtn
+
+mouse_customer_key_enable:
+	arg MOUSE_ENABLE_KEYBOARD,queue
+	call mouse_enable_function_flag
+	setarg 0
+	store 8,mem_customer_key_press
+	store 8,mem_customer_key_release
+	fetch 1,mem_mouse_enable_flag	// 00--win+d     01--ctrl+alt+a    02--AC home    03--play
+	and pdata,0xc0,pdata
+	beq 0x40,mouse_customer_key_ctrl_alt_a
+	beq 0x80,mouse_customer_AC_home
+	beq 0xc0,mouse_customer_key_play
+	setarg 0x070008
+mouse_customer_standrad_key_set:	
+	store 8,mem_customer_key_press+1		// win + d
+	rtn
+
+mouse_customer_key_ctrl_alt_a:
+	setarg 0x040005
+	branch mouse_customer_standrad_key_set
+
+mouse_customer_AC_home:
+	setarg 0x022303
+mouse_customer_media_key_set:	
+	store 8,mem_customer_key_press
+	setarg 0x03
+	store 8,mem_customer_key_release
+	rtn
+	
+mouse_customer_key_play:
+	setarg 0x00cd03
+	branch mouse_customer_media_key_set
+
+	
+mouse_polling_device:
+	bpatch patch0a_6,mem_patch0a
+	fetch 1,mem_reconn_times
+	increase -1,pdata
+	store 1,mem_reconn_times
+	fetcht 1,mem_device_flag
+	sub temp,1,null
+	ncall mouse_select_device_number,zero
+	storet 1,mem_device_flag
+	call mouse_store_device_number2eeprom
+	call mouse_before_store_reconn_info
+	branch mouse_start_reconnect_device
+
+	
+//notice: need to call p_mouse_drawing_optima_init when waked from mult
+mouse_drawing_optima:
+	bpatch patch0a_7,mem_patch0a
+	fetch 1,mem_config_sensor_type
+	rtneq P3212
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_SMOOTHER
+	fetch 4,mem_mouse_x
+	rtn blank
+	call mouse_data_abs_check
+	setarg 0x03	//asm_flag enable condition
+	call mouse_pdata_greater_than_check
+	call mouse_disable_asm,blank
+	ncall mouse_enable_asm,blank
+	setarg 0x02	//asm_flag disable condition
+	call mouse_data_less_than_check
+	call mouse_disable_asm,blank
+	fetch 1,mem_mouse_asm_flag
+	beq 1,mouse_drawing_optima_modify
+mouse_drawing_optima_init:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_SMOOTHER
+	arg 5,loopcnt
+	arg mem_mouse_asm_flag,contw
+	branch clear_mem
+
+mouse_drawing_optima_modify:
+	call mouse_drawing_optima_xy_offset_modify
+	fetch 2,mem_mouse_x_pre
+	store 2,mem_data_pre
+	fetch 2,mem_mouse_x
+	store 2,mem_data_current
+	call mouse_drawing_optima_data_x
+	fetch 2,mem_data_pre
+	store 2,mem_mouse_x_pre
+	fetch 2,mem_data_current
+	store 2,mem_mouse_x
+
+	fetch 2,mem_mouse_y_pre
+	store 2,mem_data_pre
+	fetch 2,mem_mouse_y
+	store 2,mem_data_current
+	call mouse_drawing_optima_data_y
+	fetch 2,mem_data_pre
+	store 2,mem_mouse_y_pre
+	fetch 2,mem_data_current
+	store 2,mem_mouse_y
+	rtn
+
+mouse_drawing_optima_xy_offset_modify:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_XY_OFFSET
+	bpatch patch0b_0,mem_patch0b
+	fetch 2,mem_mouse_x_pre
+	store 2,mem_data_value
+	call mouse_pre_xy_data_judge
+	store 2,mem_mouse_x_pre
+	fetch 2,mem_mouse_x
+	store 2,mem_data_value
+	call mouse_current_xy_data_judge
+	store 2,mem_mouse_x
+	fetch 2,mem_mouse_y_pre
+	store 2,mem_data_value
+	call mouse_pre_xy_data_judge
+	store 2,mem_mouse_y_pre
+	fetch 2,mem_mouse_y
+	store 2,mem_data_value
+	call mouse_current_xy_data_judge
+	store 2,mem_mouse_y
+	rtn
+
+mouse_pre_xy_data_judge:	
+	fetch 1,mem_data_value+1
+	branch mouse_pre_xy_pdata_offset,blank
+	branch mouse_pre_xy_ndata_offset
+
+mouse_pre_xy_pdata_offset:
+	fetch 1,mem_data_value
+	call mouse_pre_xy_get_0_4_times
+	store 1,mem_data_value
+mouse_xy_data_offset_new:
+	fetch 2,mem_data_value
+	rtn
+mouse_pre_xy_ndata_offset:
+	fetch 1,mem_data_value
+	call mouse_pdata_invert
+	call mouse_pre_xy_get_0_4_times
+	call disable_blank,blank
+	call mouse_pdata_get_new_value
+	branch mouse_xy_data_offset_new
+	
+mouse_current_xy_data_judge:
+	fetch 1,mem_data_value+1
+	branch mouse_current_xy_pdata_offset,blank
+	branch mouse_current_xy_ndata_offset
+mouse_current_xy_pdata_offset:
+	fetch 1,mem_data_value
+	call mouse_current_xy_get_0_6_times
+	store 1,mem_data_value
+	branch mouse_xy_data_offset_new
+mouse_current_xy_ndata_offset:	
+	fetch 1,mem_data_value
+	call mouse_pdata_invert
+	call mouse_current_xy_get_0_6_times
+	call disable_blank,blank
+	call mouse_pdata_get_new_value
+	branch mouse_xy_data_offset_new
+	
+mouse_pre_xy_get_0_4_times:
+	mul32 pdata,4,pdata
+	div pdata,5
+	call wait_div_end
+	quotient pdata
+	rtn
+mouse_current_xy_get_0_6_times:	//0.6 times
+	mul32 pdata,12,pdata
+	div pdata,10
+	call wait_div_end
+	quotient pdata
+	rtn	
+	
+mouse_drawing_optima_data_x:
+	fetch 2,mem_data_pre
+	fetcht 2,mem_data_current
+	iadd temp,pdata
+	fetcht 1,mem_mouse_data_xtemp
+	iadd temp,pdata
+	and pdata,0x01,temp
+	storet 1,mem_mouse_data_xtemp
+	branch mouse_drawing_optima_data
+
+mouse_drawing_optima_data_y:
+	fetch 2,mem_data_pre
+	fetcht 2,mem_data_current
+	iadd temp,pdata
+	fetcht 1,mem_mouse_data_ytemp
+	iadd temp,pdata
+	and pdata,0x01,temp
+	storet 1,mem_mouse_data_ytemp
+	branch mouse_drawing_optima_data
+
+mouse_drawing_optima_data:
+	store 3,mem_data_sum
+	isolate1 16,pdata
+	branch mouse_data_sum_overflow,true
+	fetch 1,mem_data_sum+1
+	beq 0xff,mouse_data_sum_n
+	fetch 1,mem_data_sum
+mouse_data_store_pre:
+	rshift pdata,pdata
+	store 2,mem_data_pre
+	store 2,mem_data_current
+	rtn
+mouse_data_sum_overflow:
+	fetch 1,mem_data_sum+1	//sum positive
+	beq 0,mouse_data_sum_overflow_p
+	fetch 3,mem_data_sum	
+	branch mouse_data_store_pre
+mouse_data_sum_overflow_p:
+	jam 0,mem_data_sum+2
+	fetch 1,mem_data_sum
+	branch mouse_data_store_pre
+
+mouse_data_sum_n:
+	fetch 1,mem_data_sum	//sum negetive
+	call mouse_pdata_get_half
+	store 1,mem_data_pre
+	store 1,mem_data_current
+	branch mouse_data_zero,blank
+	setarg 0xff
+mouse_data_set_direction:	
+	store 1,mem_data_pre+1
+	store 1,mem_data_current+1
+	rtn
+mouse_data_zero:
+	setarg 0
+	branch mouse_data_set_direction
+
+mouse_pdata_get_half:
+	call mouse_pdata_invert
+	rshift pdata,pdata
+mouse_pdata_get_new_value:	
+	call mouse_rega_in_out
+	sub pdata,0,pdata
+	store 1,mem_data_value	
+	rtn
+
+mouse_pdata_invert:
+	sub pdata,0,pdata
+mouse_rega_in_out:	
+	store 1,mem_rega
+	fetch 1,mem_rega
+	rtn
+
+mouse_disable_asm:
+	jam 0,mem_mouse_asm_flag
+	rtn
+mouse_enable_asm:
+	jam 1,mem_mouse_asm_flag
+	rtn
+
+//rega mouse_x, regb mouse_y, pdata refer
+mouse_pdata_greater_than_check:
+	isub rega,null
+	nbranch disable_blank,positive
+	isub regb,null
+	nbranch disable_blank,positive
+	branch enable_blank
+mouse_data_less_than_check:
+	isub rega,null
+	nrtn positive
+	isub regb,null
+	nrtn positive
+	branch enable_blank
+
+mouse_data_abs_check:
+	fetch 2,mem_mouse_x
+	call mouse_data_abs
+	copy pdata,rega
+	fetch 2,mem_mouse_y
+	call mouse_data_abs
+	copy pdata,regb
+	rtn
+
+mouse_data_abs:
+	store 2,mem_data_current
+	fetch 1,mem_data_current+1
+	beq 0xff,mouse_data_reversal
+	fetch 1,mem_data_current
+mouse_data_abs_store:
+	and_into 0xff,pdata
+	//output:pdata
+	rtn
+mouse_data_reversal:
+	fetch 2,mem_data_current
+	sub pdata,0,pdata
+	branch mouse_data_abs_store
+
+mouse_24g_long_sleep_param_update_timer:
+	arg mem_24g_long_sleep_param_update_timer,regc
+	arg mouse_24g_long_sleep_normal_param,regb
+	branch timer_single_step
+mouse_24g_long_sleep_normal_param:
+	fetch 4,mem_24g_long_sleep_set1
+	store 4,mem_24g_enter_hibernate
+	jam 1,mem_mouse_long_mult_flag
+	rtn
+
+
+mouse_24g_long_sleep_set:
+	fetch 1,mem_24g_long_sleep_set_level
+	beq 0x00,mouse_24g_long_sleep_set_30ms
+	beq 0x01,mouse_24g_long_sleep_set_50ms
+	beq 0x02,mouse_24g_long_sleep_set_80ms
+	beq 0x03,mouse_24g_long_sleep_set_100ms
+mouse_24g_long_sleep_set_80ms:
+	setarg 0x0ea600
+mouse_24g_long_sleep_set_end:	
+	store 4,mem_24g_long_sleep_set1
+	rtn
+mouse_24g_long_sleep_set_30ms:
+	setarg 0x05e740
+	branch mouse_24g_long_sleep_set_end
+mouse_24g_long_sleep_set_50ms:
+	setarg 0x0927c0
+	branch mouse_24g_long_sleep_set_end
+mouse_24g_long_sleep_set_100ms:
+	setarg 0x124f80
+	branch mouse_24g_long_sleep_set_end
+
+mouse_24g_hibernate_set:
+	bpatch patch0b_1,mem_patch0b
+	jam 0,mem_24g_attempt_fail_flag
+	call g24_transmit_next_packet
+	setarg -1
+	store 4,mem_24g_enter_hibernate
+	setarg 0
+	store 7,mem_mouse_key
+	jam 1,mem_sensor_shutdown_flag
+	call mouse_sensor_powerdown
+	call mouse_setgpio_hibernate
+	branch mouse_24g_long_sleep
+
+mouse_wakeup_24g:
+	fetch 1,mem_sensor_shutdown_flag
+	ncall mouse_wakeup_24g_from_long_sleep,blank
+	jam 0,mem_sensor_shutdown_flag
+	rtn
+
+mouse_wakeup_24g_from_long_sleep:
+	call mouse_init_sensor_wakeup
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
+mouse_wheel_gpio_init:
+	fetch 1,mem_whee_a_data_gpio
+	arg gpcfg_pullup,temp
+ 	call gpio_config_function_int
+	fetch 1,mem_whee_b_data_gpio
+	arg gpcfg_pullup,temp
+ 	branch gpio_config_function_int	
+
+mouse_24g_transmit_start:
+	call mouse_24g_fast_conn_mode_check
+	fetch 1,mem_sensor_shutdown_flag
+	nbranch mouse_24g_short_sleep,blank
+	branch g24_transmit_start_next
+
+mouse_24g_fast_conn_mode_check:
+	fetch 4,mem_24g_receiver_addr
+	fetcht 4,mem_24g_fast_conn_addr
+	isub temp,null
+	branch mouse_soft_agc_enable,zero
+	branch mouse_soft_agc_disable
+
+mouse_soft_agc_enable:
+	jam 0,mem_gain_fix
+	jam TX_POWER_FACTORY,mem_tx_power
+	rtn
+mouse_soft_agc_disable:
+	jam 0xff,mem_gain_fix
+	rtn
+
+mouse_24g_stop:
+	set0 mark_24g,mark
+	jam STATE_24G_STOP,mem_24g_conn_sm
+	arg MOUSE_24G_PAIRING_FLAG,queue
+	branch mouse_disable_function_flag
+
+mouse_24g_start_mode:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G,mouse_24g_mode_setup_error
+	call mouse_wakeup_from_power_check	// wake from hibernate :enble user
+	branch mouse_24g_reconn_dongle_start,user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,mouse_24g_reconn_general_dongle
+	bbit0 MOUSE_ENABLE_24G_POWER_ON_PAIRING,mouse_24g_reconn_general_dongle
+	call mouse_key_check_once
+	and rega,0x07,pdata
+	fetcht 1,mem_mouse_commbination_key_24g
+	isub temp,null
+	branch mouse_24g_start_pair_mode,zero
+	branch mouse_24g_reconn_general_dongle
+
+mouse_24g_mode_setup_error:
+	fetch 1,mem_reconn_times
+	nbranch mouse_polling_device,blank
+	rtn
+
+mouse_24g_first_start_auto_pair_mode:
+	call mouse_wakeup_from_power_check
+	branch mouse_24g_first_start_reconn,user  	// wake from hibernate :enble user
+mouse_24g_reconn_general_dongle:
+	fetch 1,mem_mouse_1io2led_led_enable
+	ncall mouse_multi_led_blink_enable,blank
+	jam MODE_24G_DEVICE,mem_device_flag
+	fetch 2,mem_mouse_24g_power_on_fast_conn_timer
+	store 2,mem_24g_reconn_timeout
+	jam FAST_CONN_AND_3_0_ADDR,mem_24g_reconn_type
+	branch g24_reconn_start
+
+mouse_24g_start_auto_pair:
+	call mouse_device_discover_led_config
+	fetch 2,mem_24g_pair_timeout_init
+	store 2,mem_24g_reconn_timeout
+	jam PAIR_AND_3_0_ADDR,mem_24g_reconn_type
+	branch g24_reconn_start
+
+mouse_24g_first_start_reconn:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_24g_reconn_dongle_start
+	call mouse_bluetooth_fast_conn_disable
+mouse_24g_first_bluetooth_reconnect:
+	call mouse_24g_stop
+	call mouse_device_led_all_off
+	jam MODE_BT_DEVICE1,mem_device_flag
+	call mouse_select_reconn_device
+	branch mouse_start_reconnect_device
+
+mouse_24g_first_bb_event_reconn_timeout:
+	call mouse_wakeup_from_power_check
+	branch mouse_app_enter_hibernate,user
+	branch mouse_start_discovery
+
+mouse_24g_first_store_reconn_info:
+	call mouse_wakeup_from_power_check
+	rtn user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_store_device_info_delay
+	rtn
+
+mouse_24g_start_pair_mode:
+	jam 0,mem_24g_reconn_type
+	arg MOUSE_24G_PAIRING_FLAG,queue
+	call mouse_enable_function_flag
+	setarg 0
+	store 2,mem_24g_reconn_timeout	
+	call mouse_stop_discovery
+	call mouse_low_voltage_led_blink_disable
+	call mouse_device_discover_led_config
+	jam TYPE_MS,mem_24g_data_type
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,g24_pair_start
+	jam TYPE_KB,mem_24g_data_type
+	branch g24_pair_start
+
+mouse_24g_attempt_fail:
+	fetch 1,mem_24g_attempt_fail_flag
+	nbranch mouse_24g_hibernate_set,blank
+	fetch 1,mem_24g_reconn_type
+	beq FAST_CONN_AND_3_0_ADDR,mouse_24g_fast_conn_attempt_fail
+	beq PAIR_AND_3_0_ADDR,mouse_24g_auto_pair_attempt_fail
+	beq RECEIVER_AND_3_0_ADDR,mouse_reconn_dongle_attempt_fail
+mouse_24g_attempt_fail_enter_hibernate:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL,mouse_24g_hibernate_set
+mouse_24g_attempt_fail_enter_hibernate_next:
+	call mouse_device_led_off
+	call mouse_24g_stop
+	fetch 1,mem_reconn_times
+	nbranch mouse_polling_device,blank
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_app_enter_hibernate
+	rtn
+
+mouse_24g_fast_conn_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag 
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_start_auto_pair
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,mouse_24g_start_auto_pair
+	bbit0 MOUSE_ENABLE_24G_AUTO_PAIR_NERVER_BEEN_PAIRED,mouse_24g_reconn_dongle_start
+	fetch 4,mem_mouse_24g_addr		// auto pair first time
+	fetcht 4,mem_mouse_compare_addr_ff
+	isub temp,null
+	branch mouse_24g_start_pair_mode,zero
+mouse_24g_reconn_dongle_start:
+	fetch 1,mem_mouse_1io2led_led_enable
+	ncall mouse_multi_led_blink_enable,blank
+	fetch 2,mem_24g_reconn_timeout_init
+	store 2,mem_24g_reconn_timeout
+	jam RECEIVER_AND_3_0_ADDR,mem_24g_reconn_type
+	branch g24_reconn_start
+
+mouse_24g_auto_pair_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag 
+	bbit0 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_attempt_fail_enter_hibernate
+	fetch 1,mem_device_number
+	beq 1,mouse_24g_attempt_fail_enter_hibernate		//24g first mode and only 2.4g device
+	branch mouse_24g_first_bluetooth_reconnect
+
+mouse_reconn_dongle_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_attempt_fail_enter_hibernate
+	bbit1 MOUSE_ENABLE_EEPROM,mouse_24g_attempt_fail_enter_hibernate
+	bbit1 MOUSE_ENABLE_FLASH,mouse_24g_attempt_fail_enter_hibernate
+	branch mouse_24g_start_auto_pair+1
+	
+mouse_24g_attempt_success:
+	fetch 4,mem_24g_addr
+	store 4,mem_24g_receiver_addr
+	store 4,mem_mouse_24g_addr		// if need store 24g address to eeprom/flash,need get mem_24g_addr
+	call g24_ch_syncword_crc8_init
+	call mouse_device_poweron_led_config
+	call mouse_no_data_timer_init
+	call mouse_init_sensor_reset
+	jam 0,mem_mouse_long_mult_flag
+	jam 0,mem_24g_conn_sm
+	jam 0,mem_24g_reconn_type
+	fetch 4,mem_24g_receiver_addr
+	fetch 4,mem_24g_fast_conn_addr
+	isub temp,null
+	rtn zero
+	branch mouse_24g_first_store_reconn_info
+
+mouse_device_poweron_led_config:
+	fetch 1,mem_mouse_1io2led_led_enable
+	branch mouse_device_poweron_timer_init,blank
+	branch mouse_multi_led_on_enable
+
+mouse_device_discover_led_config:
+	fetch 1,mem_mouse_1io2led_led_enable
+	branch mouse_discover_setting_led_gpio,blank
+	branch mouse_multi_led_blink_enable
+
+mouse_24g_pairing_complete:
+	call mouse_no_data_timer_init
+	arg MOUSE_24G_PAIRING_FLAG,queue
+	call mouse_disable_function_flag
+	call mouse_device_poweron_led_config
+	setarg 0
+	store 2,mem_24g_pair_timeout
+	store 2,mem_24g_reconn_timeout
+	store 1,mem_24g_conn_sm
+	store 1,mem_mouse_move_flag
+	store 1,mem_24g_reconn_type
+
+	call mouse_init_sensor_reset
+	call mouse_read_sensor_common
+	fetch 4,mem_24g_addr
+	store 4,mem_24g_receiver_addr
+	store 4,mem_mouse_24g_addr
+	branch mouse_store_device_info_delay
+
+mouse_24g_package_data:
+	bpatch patch0b_2,mem_patch0b
+	rtnmark0 mark_24g
+	call mouse_motion
+	nrtn user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,mouse_24g_mouse_package_data
+	fetch 1,mem_customer_key
+	nbranch mouse_24g_keyboard_package_data,blank
+mouse_24g_mouse_package_data:
+	call mouse_data_xy_release
+	fetch 1,mem_24g_data_type
+	bbit1 1,mouse_24g_mouse_package_data_now	// last package is keyboard data
+	fetcht 1,mem_24g_txbuf+1
+	fetch 1,mem_mouse_key
+	ior temp,pdata
+	store 1,mem_mouse_key
+	fetcht 1,mem_24g_txbuf+6
+	fetch 1,mem_mouse_z
+	iadd temp,pdata
+	store 1,mem_mouse_z
+	fetcht 1,mem_24g_txbuf+7
+	fetch 1,mem_mouse_tz
+	iadd temp,pdata
+	store 1,mem_mouse_tz	
+mouse_24g_mouse_package_data_now:	
+	jam TYPE_MS,mem_24g_data_type
+	arg 7,rega	//length
+	arg mem_mouse_key,regb //tx buff
+	fetch 2,mem_mouse_z
+	rtn blank
+	branch g24_transmit_by_interrupt_enable
+
+mouse_24g_keyboard_package_data:
+	jam TYPE_KB,mem_24g_data_type
+	arg 9,rega	//length
+	fetch 1,mem_customer_data_trigger
+	nbranch mouse_customer_key_press,blank
+	arg mem_customer_key_release,regb	//tx buff
+	rtn
+mouse_customer_key_press:
+	arg mem_customer_key_press,regb
+	rtn
+
+
+
+
+
+mouse_24g_search_dongle_init:
+	setarg 0
+	store 3,mem_mouse_search_dongle_action
+	rtn
+
+mouse_24g_search_dongle:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_24G_SEARCH_DONGLE
+	fetch 1,mem_mouse_long_mult_flag
+	rtn blank
+	fetch 1,mem_24g_abort_pac
+	rtn blank
+	fetch 1,mem_mouse_search_dongle_interval
+	increase 1,pdata
+	and_into 3,pdata
+	store 1,mem_mouse_search_dongle_interval
+	nrtn blank	//400ms
+	jam 0,mem_mouse_search_dongle_ch
+mouse_24g_search_dongle_loop:
+	bpatch patch0b_3,mem_patch0b
+	fetch 1,mem_mouse_search_dongle_ch
+	increase 1,pdata
+	store 1,mem_mouse_search_dongle_ch
+	sub pdata,G24_CH_NUMBER,null
+	nbranch mouse_24g_search_dongle_loop_end,positive
+	call g24_reconn_data_prep
+	call g24_transmit_receive_ack
+	nbranch mouse_24g_search_dongle_loop_retry,sync
+	nbranch mouse_24g_search_dongle_loop_retry,user3
+	call mouse_g24_ackpayload_parse
+	call mouse_24g_search_dongle_success
+mouse_24g_search_dongle_loop_end:
+	call g24_txbuf_clear
+	fetch 1,mem_mouse_search_dongle_count
+	increase 1,pdata
+	store 1,mem_mouse_search_dongle_count
+	beq G24_CH_POLL_COUNT,mouse_24g_search_dongle_check
+	rtn
+
+mouse_24g_search_dongle_loop_retry:
+	call g24_ch
+	branch mouse_24g_search_dongle_loop
+
+mouse_24g_search_dongle_check:
+	jam 0,mem_mouse_search_dongle_count
+	fetch 1,mem_mouse_search_dongle_action
+	rtnbit1 G24_DISCONN_STATE
+	set1 G24_DISCONN_STATE,pdata
+	store 1,mem_mouse_search_dongle_action
+	fetch 2,mem_mouse_24g_search_dongle_time_init		//3min
+	store 2,mem_mouse_no_data_timer
+	branch mouse_sensor_powerdown
+	
+mouse_24g_search_dongle_success:
+	fetch 1,mem_24g_abort_pac
+	branch mouse_24g_search_dongle_init,blank
+	jam 0,mem_mouse_search_dongle_count
+	fetch 1,mem_mouse_search_dongle_action
+	rtnbit0 G24_DISCONN_STATE
+	set0 G24_DISCONN_STATE,pdata
+	store 1,mem_mouse_search_dongle_action
+	call mouse_no_data_timer_init
+	branch mouse_init_sensor_wakeup
+
+mouse_g24_ackpayload_parse:
+	call g24_ackpayload_parse
+	fetch 1,mem_24g_rxbuf+1
+	compare 0x08,pdata,0xf8
+	nrtn true
+	fetch 1,mem_24g_rxbuf+2		// pc sleep mouse ackpayload: 01 08 ff
+	beq 0xff,mouse_24g_hibernate_set
+	rtn
+
+
+
+
+
+mouse_24g_before_lpm_sleep:
+	fetch 1,mem_device_flag
+	bne MODE_24G_DEVICE,lpm_sleep_skip_cb_function
+	fetch 1,mem_24g_disable_fec1
+	rtn blank
+mouse_peripheral_clock_off:
+	jam 2,core_clksel			//use rc clock
+	fetch 1,core_lpm_ctrl		//close xtal en reg
+	and pdata,0xfc,pdata
+	store 1,core_lpm_reg
+	branch lpm_write_ctrl
+
+
+
+
+
+mouse_device_poweron_timer:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_POWER_ON_LED
+	fetch 1,mem_mouse_device_poweron_timer_count
+	rtn blank
+	increase -1,pdata
+	store 1,mem_mouse_device_poweron_timer_count
+	branch mouse_device_led_off,blank
+	branch mouse_device_led_on
+	
+mouse_device_poweron_timer_init:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_POWER_ON_LED
+	call mouse_low_voltage_led_blink_disable
+	fetch 1,mem_mouse_device_poweron_timer_count_init
+	store 1,mem_mouse_device_poweron_timer_count
+	rtn	
+
+mouse_discover_setting_led_gpio:
+	jam 0,mem_mouse_device_poweron_timer_count
+	fetch 2,mem_mouse_disconvey_led_blink_time
+	store 2,mem_mouse_on_time
+	store 2,mem_mouse_off_time	
+mouse_setting_led_gpio_comman:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_device_led_24g
+	beq MODE_BT_DEVICE1,mouse_device_led_bt1
+	beq MODE_BT_DEVICE2,mouse_device_led_bt2
+	rtn
+mouse_device_led_24g:
+	fetch 1,mem_config_device_24g_led_gpio
+	branch mouse_led_blink
+mouse_device_led_bt1:
+	fetch 1,mem_config_device_bt1_led_gpio
+	branch mouse_led_blink
+mouse_device_led_bt2:
+	fetch 1,mem_config_device_bt2_led_gpio
+mouse_led_blink:
+	store 1,mem_temp
+	call mouse_device_led_off
+	fetch 1,mem_temp
+	store 1,mem_mouse_struct_led_gpio
+	arg 0,rega
+	jam UI_LED_STATE_BLINK_START,mem_mouse_led_type
+	branch ui_led_blink_start_global
+
+mouse_dpi_led_blink_delay:
+	fetch 1,mem_dpi_led_gpio
+	rtneq GPIO_DISABLE
+	fetch 2,mem_mouse_discovery_timer
+	nrtn blank
+	fetch 2,mem_24g_pair_timeout
+	nrtn blank
+	fetch 2,mem_24g_reconn_timeout
+	nrtn blank
+	fetch 1,mem_mouse_device_poweron_timer_count
+	nrtn blank
+	fetch 1,mem_mouse_dpi_led_delay_count_init
+	branch mouse_dpi_led_blink_init,blank
+	store 1,mem_mouse_dpi_led_delay_count  //delay 1s led blink
+	rtn
+
+mouse_dpi_led_blink_delay_timer:
+	arg mem_mouse_dpi_led_delay_count,regc
+	arg mouse_dpi_led_blink_init,regb
+	branch timer_single_step	
+	
+mouse_dpi_led_blink_init:
+	fetch 1,mem_dpi_led_gpio
+	store 1,mem_mouse_struct_led_gpio
+	fetch 2,mem_mouse_dpi_led_blink_time
+	store 2,mem_mouse_on_time
+	store 2,mem_mouse_off_time
+	fetch 1,mem_config_sensor_type
+	beq P3212,mouse_dpi_led_blink_init1	//result:    level3: 1  2  3     level4: 2  3  4  1
+	beq KA8G2,mouse_dpi_led_blink_init1	//result:    level3: 1  2  3     level4: 2  3  4  1
+	arg 0,rega
+	fetcht 1,mem_mouse_dpi
+	increase 2,temp	// 2 3 4 (5)
+	sub temp,3,null
+	call mouse_dpi_led_blink_init_level_4,positive
+	branch mouse_dpi_led_blink_init_end,positive
+	increase -3,temp		// 4-->1  5-->2
+	branch mouse_dpi_led_blink_init_end
+
+mouse_dpi_led_blink_init_level_4:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_DPI_LEVEL_4
+	increase 1,temp  	// 2-->3   3-->4
+	rtn
+
+mouse_dpi_led_blink_init1:
+	arg 0,rega
+	fetcht 1,mem_mouse_dpi
+	increase 1,temp
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_DPI_LEVEL_4,mouse_dpi_led_blink_init_end
+	increase 1,temp
+	sub temp,4,null
+	branch mouse_dpi_led_blink_init_end,positive
+	arg 1,temp	// blink count:2 3 4 1
+mouse_dpi_led_blink_init_end:	
+	storet 1,mem_mouse_blink_count
+	jam UI_LED_STATE_BLINK_START,mem_mouse_led_type
+	rtn
+
+
+mouse_check_dpi_blink:
+	disable user
+	fetch 1,mem_dpi_led_gpio
+	fetcht 1,mem_mouse_struct_led_gpio
+	isub temp,null
+	nrtn zero
+	fetch 1,mem_mouse_blink_count
+	rtn blank
+	jam 0,mem_adc_low_volatage_led_blink_enable
+	branch enable_user
+
+mouse_device_led_all_off:
+	call mouse_dpi_led_off
+	call mouse_device_24g_led_off
+	call mouse_device_bt1_led_off
+	branch mouse_device_bt2_led_off
+
+mouse_device_led_off:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_device_24g_led_off
+	beq MODE_BT_DEVICE1,mouse_device_bt1_led_off
+	beq MODE_BT_DEVICE2,mouse_device_bt2_led_off
+	rtn
+
+mouse_device_24g_led_off:
+	jam 0,mem_24g_device_led_status
+	fetcht 1,mem_config_device_24g_led_gpio
+	branch mouse_led_off
+
+mouse_device_bt1_led_off:
+	fetcht 1,mem_config_device_bt1_led_gpio
+	branch mouse_led_off
+	
+mouse_device_bt2_led_off:
+	fetcht 1,mem_config_device_bt2_led_gpio
+	branch mouse_led_off
+
+mouse_dpi_led_off:
+	fetcht 1,mem_dpi_led_gpio
+	branch mouse_led_off
+
+mouse_device_led_on:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_device_24g_led_on
+	beq MODE_BT_DEVICE1,mouse_device_bt1_led_on
+	beq MODE_BT_DEVICE2,mouse_device_bt2_led_on
+	rtn
+
+mouse_device_24g_led_on:
+	fetcht 1,mem_config_device_24g_led_gpio
+	branch mouse_led_on
+mouse_device_bt1_led_on:
+	fetcht 1,mem_config_device_bt1_led_gpio
+	branch mouse_led_on
+mouse_device_bt2_led_on:
+	fetcht 1,mem_config_device_bt2_led_gpio
+	branch mouse_led_on
+
+mouse_led_off:
+	bpatch patch0b_4,mem_patch0b
+	copy temp,pdata
+	rtneq GPIO_DISABLE
+	copy pdata,temp
+	storet 1,mem_mouse_struct_led_gpio
+	arg 0,rega
+	branch ui_led_off_global
+mouse_led_on:
+	bpatch patch0b_5,mem_patch0b
+	copy temp,pdata
+	rtneq GPIO_DISABLE
+	copy pdata,temp
+	storet 1,mem_mouse_struct_led_gpio
+	arg 0,rega
+	branch ui_led_on_global
+
+mouse_ui_led_off_static:
+	bpatch patch0b_6,mem_patch0b
+	fetch 1,mem_config_device_24g_led_gpio
+	isub temp,null
+	call mouse_clear_24g_led_statue,zero
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_4_LED,gpio_out_inactive
+	call mouse_check_bt2_led_off
+	call mouse_check_dpi_led_off
+	call mouse_check_low_v_led_off
+	fetch 1,mem_mouse_led_off_4_led
+	branch gpio_out_inactive,blank
+	jam 0,mem_mouse_led_off_4_led
+	branch gpio_set_high_impedance
+
+mouse_ui_led_on_static:
+	bpatch patch0b_7,mem_patch0b
+	fetch 1,mem_config_device_24g_led_gpio
+	isub temp,null
+	call mouse_set_24g_led_statue,zero
+	branch gpio_out_active 
+
+mouse_check_bt2_led_off:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_BT2_FOR_4_LED
+	fetch 1,mem_config_device_bt2_led_gpio
+	branch mouse_check_1gpio_2led_off
+mouse_check_dpi_led_off:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_DPI_FOR_4_LED
+	fetch 1,mem_dpi_led_gpio
+	branch mouse_check_1gpio_2led_off
+mouse_check_low_v_led_off:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_LOW_V_FOR_4_LED
+	fetch 1,mem_config_low_voltage_alarm_gpio
+mouse_check_1gpio_2led_off:
+	isub temp,null
+	nrtn zero
+	jam 1,mem_mouse_led_off_4_led
+	rtn
+
+mouse_clear_24g_led_statue:
+	jam 0,mem_24g_device_led_status
+	rtn
+
+mouse_set_24g_led_statue:
+	jam 1,mem_24g_device_led_status
+	rtn
+
+mouse_low_voltage_led_timer:
+	fetch 2,mem_mouse_discovery_timer
+	nrtn blank
+	fetch 2,mem_24g_pair_timeout
+	nrtn blank
+	fetch 2,mem_24g_reconn_timeout
+	nrtn blank
+	fetch 1,mem_mouse_device_poweron_timer_count
+	nrtn blank
+	call mouse_check_dpi_blink
+	rtn user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_LOW_VOLTAGE_LED
+	rtnbit0 MOUSE_LOW_VOLTAGE_FLAG
+	bbit1 MOUSE_ENABLE_LOW_VOLTAGE_LED_BLINK_N_SECOND,mouse_low_voltage_led_blink_new_data
+	fetch 1,mem_adc_low_volatage_led_timer_count
+	increase 1,pdata
+	store 1,mem_adc_low_volatage_led_timer_count
+	sub pdata,20,null
+	ncall mouse_adc_low_volatage_led_timer_count_clean,positive
+	beq 2,mouse_low_voltage_led_on
+	beq 4,mouse_low_voltage_led_off
+	beq 6,mouse_low_voltage_led_on
+	beq 8,mouse_low_voltage_led_off
+	rtn
+mouse_adc_low_volatage_led_timer_count_clean:
+	jam 1,mem_adc_low_volatage_led_timer_count
+	branch mouse_low_voltage_led_off
+mouse_low_voltage_led_on:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED,mouse_device_led_on
+	fetch 1,mem_config_low_voltage_alarm_gpio
+	rtneq GPIO_DISABLE
+	fetcht 1,mem_config_low_voltage_alarm_gpio
+	branch mouse_led_on
+mouse_low_voltage_led_off:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED,mouse_device_led_off
+	fetch 1,mem_config_low_voltage_alarm_gpio
+	rtneq GPIO_DISABLE
+	fetcht 1,mem_config_low_voltage_alarm_gpio
+	branch mouse_led_off
+
+mouse_low_voltage_led_blink_new_data:
+	fetch 2,mem_mouse_no_data_timeout
+	fetcht 2,mem_mouse_no_data_timer
+	isub temp,temp
+	fetch 2,mem_adc_low_volatage_led_blink_timer
+	isub temp,null
+	nbranch mouse_low_voltage_led_blink_disable,positive
+	fetch 1,mem_adc_low_volatage_led_blink_enable
+	nrtn blank
+	jam 1,mem_adc_low_volatage_led_blink_enable
+	branch mouse_low_voltage_led_blink_init
+	
+mouse_low_voltage_led_blink_init:
+	fetch 2,mem_mouse_low_v_led_blink_time
+	store 2,mem_mouse_on_time
+	store 2,mem_mouse_off_time
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED,mouse_setting_led_gpio_comman
+	fetch 1,mem_config_low_voltage_alarm_gpio
+	rtneq GPIO_DISABLE
+	branch mouse_led_blink
+
+mouse_low_voltage_led_blink_disable:
+	jam 0,mem_adc_low_volatage_led_blink_enable
+	branch mouse_low_voltage_led_off
+
+
+mouse_low_voltage_led_no_enter_lpm:	
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_LOW_VOLTAGE_LED
+	rtnbit0 MOUSE_LOW_VOLTAGE_FLAG
+	bbit1 MOUSE_ENABLE_LOW_VOLTAGE_LED_BLINK_N_SECOND,mouse_low_voltage_led_no_enter_lpm_blink
+	fetch 1,mem_adc_low_volatage_led_timer_count
+	sub pdata,10,null
+	branch mouse_lpm_mode_clear,positive
+mouse_low_voltage_led_no_enter_lpm_next:	
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,g24_transmit_by_interrupt_exit_check
+	jam 1,mem_lpm_mode
+	rtn
+
+g24_transmit_by_interrupt_exit_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag	
+	rtnbit1 MOUSE_ENABLE_24G_250Hz	
+	branch g24_transmit_by_interrupt_exit
+
+mouse_lpm_mode_clear:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,g24_transmit_by_interrupt_enable
+	jam 0,mem_lpm_mode
+	rtn
+
+mouse_low_voltage_led_no_enter_lpm_blink:
+	fetch 1,mem_adc_low_volatage_led_blink_enable
+	nbranch mouse_lpm_mode_clear,blank
+	branch mouse_low_voltage_led_no_enter_lpm_next
+	
+	
+	
+mouse_store_signal_rssi:
+//	call rssi_hex2dec
+	fetch 1,mem_rssi
+	branch rssi_signal
+
+mouse_le_transmit:
+	call mouse_store_signal_rssi
+	branch power_ctrl_start
+
+mouse_le_set_lpm_mult:
+	fetch 1,mem_le_connect_status_flag
+	compare 3,pdata,3
+	nbranch disable_blank,true
+	call app_lpm_mult_enable
+	branch enable_blank
+
+mouse_set_lpm_mult:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,mouse_le_set_lpm_mult
+	rtn
+
+mouse_24g_long_sleep:
+	call g24_lpm_wait
+	nrtn user
+	fetch 1,mem_24g_device_led_status
+	nrtn blank	
+	call g24_setgpio_lpm_before
+	jam 0,mem_mouse_24g_sleep_miss
+	call mouse_24g_send_time_long_wake
+	fetch 1,mem_sensor_shutdown_flag
+	ncall mouse_setgpio_hibernate,blank
+	fetch 4,mem_24g_enter_hibernate
+	branch g24_long_seep2	
+
+mouse_24g_short_sleep:
+	fetch 1,mem_mouse_sleep_deal_type
+	branch g24_short_sleep,blank
+	call g24_lpm_wait
+	nrtn user
+	fetch 1,mem_24g_device_led_status
+	nrtn blank
+	fetch 1,mem_mouse_24g_sleep_miss
+	jam 0,mem_mouse_24g_sleep_miss
+	sub pdata,0,null
+	nbranch mouse_24g_short_sleep_last_miss,zero
+	fetcht 2,mem_24g_retransmit
+	sub temp,0,null
+	branch mouse_24g_short_sleep_default,zero
+
+	fetch 4,mem_mouse_24g_tx_time_last_delt
+	branch mouse_24g_short_sleep_default,blank
+mouse_24g_short_sleep_notify:
+	fetcht 4,mem_mouse_24g_tsniff
+	isub temp,temp
+	storet 4,mem_mouse_24g_sleep_miss_temp
+	nbranch mouse_24g_short_sleep_long,positive
+	fetch 3,mem_24g_short_sleep_set
+	isub temp,pdata
+	nbranch mouse_24g_short_sleep_2,positive
+	arg 0x600,temp
+	isub temp,null
+	nbranch mouse_24g_short_sleep_2,positive
+mouse_24g_short_sleep2:
+	store 4,mem_mouse_24g_sleep_time_temp
+	call mouse_24g_miss_temp_clear
+	fetch 4,mem_mouse_24g_sleep_time_temp
+mouse_24g_short_sleep3:	
+	call clk2lpo
+	storet 4,mem_sleep_counter
+	branch lpm_sleep
+
+mouse_24g_short_sleep_default:
+	call mouse_24g_miss_temp_clear
+	fetch 3,mem_24g_short_sleep_set
+	branch mouse_24g_short_sleep2
+
+mouse_24g_short_sleep_long:
+	sub temp,0,temp
+	fetch 3,mem_24g_short_sleep_set
+	iadd temp,pdata
+	branch mouse_24g_short_sleep2
+
+mouse_24g_miss_temp_clear:
+	setarg 0
+	store 4,mem_mouse_24g_sleep_miss_temp
+	rtn
+	
+mouse_24g_short_sleep_last_miss:
+	fetch 4,mem_mouse_24g_tx_time_last_delt
+	fetcht 4,mem_mouse_24g_sleep_miss_temp
+	iadd temp,pdata
+	branch mouse_24g_short_sleep_notify
+	
+mouse_24g_short_sleep_2:
+	jam 1,mem_mouse_24g_sleep_miss
+	rtn
+
+
+mouse_24g_transmit_callback:
+	call mouse_24g_send_time_check
+	branch mouse_wakeup_24g
+
+mouse_24g_send_time_check:
+	fetch 1,mem_mouse_sleep_deal_type
+	rtn blank
+	fetch 1,mem_24g_transmit_by_interrupt
+	beq G24_TX_TIMER_INT_ENABLE,mouse_24g_send_timer_first
+	fetch 1,mem_mouse_24g_tx_count
+	branch mouse_24g_send_timer_first,blank
+	copy clkn,pdata
+	fetcht 6,mem_mouse_24g_tx_time_last
+	store 6,mem_mouse_24g_tx_time_last
+	call clk_diff_rt
+	store 4,mem_mouse_24g_tx_time_last_delt
+
+	fetch 1,mem_mouse_24g_sleep_miss
+	nrtn blank
+	fetch 2,mem_24g_retransmit
+	nrtn blank
+	fetch 4,mem_mouse_24g_tx_time_last_delt
+mouse_24g_send_time_check_1:
+	fetcht 5,mem_mouse_24g_tx_time_sum
+	iadd temp,pdata
+	store 5,mem_mouse_24g_tx_time_sum	
+	fetcht 1,mem_mouse_24g_tx_count
+	fetch 1,mem_mouse_24g_tx_time_sum_count
+	isub temp,null
+	branch mouse_24g_send_time_check_average,zero
+	increase 1,temp
+	storet 1,mem_mouse_24g_tx_count
+	rtn
+
+mouse_24g_send_time_check_average:
+	jam 1,mem_mouse_24g_tx_count
+	arg 0,temp
+	fetch 5,mem_mouse_24g_tx_time_sum
+	storet 5,mem_mouse_24g_tx_time_sum
+	fetcht 1,mem_mouse_24g_tx_time_sum_count
+	idiv temp
+	call wait_div_end
+  	quotient rega
+
+	fetch 4,mem_mouse_24g_tsniff
+	fetcht 1,mem_mouse_24g_tx_time_offset
+	isub temp,temp
+	increase -40,temp
+
+	copy rega,pdata
+	isub temp,pdata
+	branch mouse_24g_send_time_check_average_late,positive
+	sub pdata,0,pdata
+	
+	rshift2 pdata,pdata
+	fetcht 3,mem_24g_short_sleep_set
+	iadd temp,temp
+	bpatch patch0c_0,mem_patch0c
+	fetch 3,mem_mouse_24g_short_sleep_set_init
+	arg 0x1800,rega
+	iadd rega,pdata
+	isub temp,null
+	nbranch mouse_24g_send_time_check_average_min,positive
+	storet 3,mem_24g_short_sleep_set
+	rtn
+
+mouse_24g_send_time_check_average_late:
+	rshift2 pdata,temp
+	fetch 3,mem_24g_short_sleep_set
+	isub temp,temp
+	bpatch patch0c_1,mem_patch0c
+	fetch 3,mem_mouse_24g_short_sleep_set_init
+	arg 0x1800,rega
+	isub rega,pdata
+	isub temp,null
+	branch mouse_24g_send_time_check_average_min,positive
+	storet 3,mem_24g_short_sleep_set
+	rtn
+
+mouse_24g_send_time_check_average_min:
+	store 3,mem_24g_short_sleep_set
+	rtn
+
+mouse_24g_send_timer_first:
+	jam 1,mem_mouse_24g_tx_count
+	copy clkn,pdata
+	store 6,mem_mouse_24g_tx_time_last
+	rtn
+
+mouse_24g_send_time_long_wake:
+	setarg 0
+	store 1,mem_mouse_24g_tx_count
+	store 5,mem_mouse_24g_tx_time_sum
+	rtn
+	
+
+
+
+
+
+
+
+shutter_init:
+	call enable_authrom
+	rtn wake
+	
+	setarg shutter_process_idle
+	store 2,mem_cb_idle_process
+		
+	setarg shutter_process_bb_event 
+	store 2,mem_cb_bb_event_process
+	
+	setarg ble_shutter_receive_data
+	store 2,mem_cb_att_write
+
+	setarg shutter_le_bb_event_timer
+	store 2,mem_cb_event_timer
+
+	setarg shutter_key_change
+	store 2,mem_cb_shutter_keycan
+
+	call shutter_common_init
+	
+	bpatch patch0c_2,mem_patch0c
+	call shutter_load_buffer_config_form_DataRom
+
+shutter_power_switch:
+	fetch 1, mem_shutter_hard_soft_switch_case
+	beq HARD_SWITCH, shutter_hart_swtich_power_on
+	fetch 1,mem_shutter_soft_switch_button_gpio
+	store 1,mem_ui_button_gpio
+	branch ui_soft_swtich_init
+
+
+shutter_common_init:
+	setarg shutter_le_before_hibernate
+	store 2,mem_cb_before_hibernate
+
+	setarg shutter_process_lpm_before
+	store 2,mem_cb_before_lpm
+
+	setarg shutter_start_reconnect
+	store 2,mem_shutter_soft_switch_poweron_callback_function
+	
+	setarg shutter_soft_swtich_power_off
+	store 2,mem_shutter_soft_switch_poweroff_callback_function
+
+	jam 7,mem_version
+	call le_modified_name_adv
+	call shutter_init_param	
+	call keyscan_key_init
+	call queue_init
+	branch ui_led_init_global
+
+
+
+shutter_hart_swtich_power_on:
+	jam UI_BUTTON_GPIO_DISABLE,mem_ui_button_gpio
+	jam SS_STATE_POWER_ON,mem_shutter_soft_switch_power_state
+	branch shutter_start_reconnect
+
+
+
+shutter_le_scale_lpm_lock:
+	fetch 1,mem_shutter_soft_switch_power_state
+	beq SS_STATE_POWER_OFF,app_get_lpm_wake_lock
+	call l2cap_malloc_get_full_map
+	fetch 1,mem_used_map
+	nbranch app_get_lpm_wake_lock,blank
+	branch app_put_lpm_wake_lock
+
+
+
+shutter_process_bb_event:
+	copy regc,pdata
+	
+
+	beq BT_EVT_LE_CONNECTED,ble_shutter_process_baseband_connect
+	beq BT_EVT_LE_DISCONNECTED,ble_shutter_process_baseband_disconnect
+	beq BT_EVT_LE_RECONNECT_COMPLETE,ble_shutter_process_reconnect_complete
+	beq BT_EVT_LE_PARSE_CONN_PAPA_UPDATE_RSP,ble_shutter_process_parse_connect_parameter_update_response
+
+	beq BT_EVT_BUTTON_LONG_PRESSED,ui_soft_switch_botton_long_press
+	beq BT_EVT_BUTTON_DOWN,shutter_process_soft_swtich_button_down
+	beq BT_EVT_BUTTON_UP,shutter_process_soft_swtich_button_up
+	rtn
+
+
+
+
+ble_shutter_process_baseband_connect:
+	call shutter_stop_bluetooth_discovery
+	setarg 0
+	store 2,mem_ble_shutter_reconn_timer
+	branch app_led_off
+
+
+ble_shutter_process_baseband_disconnect:
+	call queue_init
+	jam 0,mem_ble_shutter_enable_notify
+	branch shutter_start_reconnect
+
+
+ble_shutter_process_reconnect_complete:
+	call queue_init
+	jam 1,mem_ble_shutter_enable_notify
+	fetch 8,mem_ble_shutter_interval_min
+	store 8,mem_le_interval_min
+	call app_lpm_mult_enable
+	branch le_l2cap_tx_update_req
+
+
+ble_shutter_process_parse_connect_parameter_update_response:
+	fetch 2,mem_le_l2cap_signaling_conn_param_update_rsp_result
+	rtneq BLE_SIGNALING_CONNECT_PARAMETER_UPDATE_ACCEPTED
+	fetch 8,mem_ble_shutter_interval_min_new
+	rtn blank
+	store 8,mem_le_interval_min
+	branch le_l2cap_tx_update_req
+
+
+
+//shutter_process_soft_swtich_button_long_press:
+//	branch ui_soft_switch_botton_long_press
+
+shutter_process_soft_swtich_button_down:
+	fetch 1,mem_shutter_hard_soft_switch_case
+	rtneq HARD_SWITCH
+	fetch 1,mem_shutter_soft_switch_power_state
+	rtnne SS_STATE_POWER_ON
+	call shutter_store_currenct_led_state
+	branch app_led_on
+	
+shutter_store_currenct_led_state:
+	jam 1,mem_shutter_soft_swtich_botton_down
+	arg 11,loopcnt
+	arg mem_shutter_soft_swtich_led_struct_temp,contw
+	arg mem_shutter_led_struct_app_led,contr
+	branch memcpy
+	
+shutter_process_soft_swtich_button_up:
+	fetch 1,mem_shutter_hard_soft_switch_case
+	rtneq HARD_SWITCH
+	fetch 1,mem_shutter_soft_switch_power_state
+	beq SS_STATE_POWER_ON,shutter_load_currenct_led_state
+	branch ui_soft_switch_botton_up
+
+shutter_load_currenct_led_state:
+	fetch 1,mem_shutter_soft_swtich_botton_down
+	rtnne 1
+	jam 0,mem_shutter_soft_swtich_botton_down
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,app_led_off
+	arg 11,loopcnt
+	arg mem_shutter_soft_swtich_led_struct_temp,contr
+	arg mem_shutter_led_struct_app_led,contw
+	branch memcpy
+	
+
+
+
+shutter_le_bb_event_timer:
+
+	call shutter_check_sleep_timer
+
+
+	call shutter_check_power_off_timer
+
+
+
+	branch ble_shutter_reconn_timer
+
+
+
+shutter_check_sleep_timer:
+	arg mem_shutter_sleep_timer,regc
+	arg shutter_sleep_timeout,regb
+	branch timer_single_step_2B
+shutter_sleep_timeout:
+	jam SS_STATE_POWER_OFF,mem_shutter_soft_switch_power_state
+	call app_led_off
+	call shutter_disconnect_current_connection
+	branch shutter_wait_power_off
+
+
+shutter_check_power_off_timer:
+	arg mem_shutter_power_off_timer,regc
+	arg shutter_check_power_off_timeout,regb
+	branch timer_single_step
+
+shutter_check_power_off_timeout:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,shutter_wait_power_off
+	fetch 1,mem_shutter_led_struct_app_led_type
+	beq UI_LED_STATE_BLINK_START,shutter_wait_power_off
+	beq UI_LED_STATE_BLINK_LIGHTING,shutter_wait_power_off
+	beq UI_LED_STATE_BLINK_DARKING,shutter_wait_power_off
+	branch app_enter_hibernate
+
+
+
+ble_shutter_reconn_timer:
+	fetch 1,mem_shutter_soft_switch_power_state
+	rtnne SS_STATE_POWER_ON
+	arg mem_ble_shutter_reconn_timer,regc
+	arg shutter_start_bluetooth_discovery,regb
+	branch timer_single_step_2B
+
+
+shutter_process_idle:
+	call shutter_send_data_to_master
+	branch keyscan_key_process
+
+
+shutter_process_lpm_before:
+	call gpio_set_before_lpm
+	branch keyscan_process_lpm_before
+
+shutter_le_before_hibernate:
+	call gpio_set_before_lpm
+	branch disable_authrom
+
+//////////////////////////////////////////////////////////////////////////////////////////
+
+
+
+shutter_stop_bluetooth_discovery:
+//	fetch 1,mem_shutter_bluetooth_type
+//	bbit1 BLE_SHUTTER,ble_shutter_stop_bluetooth_discovery
+//	rtn
+ble_shutter_stop_bluetooth_discovery:
+	fetch 2,mem_ble_shutter_connect_timeout
+	store 2,mem_shutter_sleep_timeout
+	store 2,mem_shutter_sleep_timer
+	branch app_ble_stop_adv
+	
+
+shutter_start_bluetooth_discovery:
+	fetch 1,mem_shutter_soft_switch_power_state
+	rtnne SS_STATE_POWER_ON
+//	fetch 1,mem_shutter_bluetooth_type
+//	bbit1 BLE_SHUTTER,ble_shutter_start_discovery
+//	rtn
+ble_shutter_start_discovery:
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BLE_CONNECTED
+	fetch 2,mem_ble_shutter_discovery_timeout
+	store 2,mem_shutter_sleep_timeout
+	store 2,mem_shutter_sleep_timer
+	fetch 2,mem_ble_shutter_discovery_adv_interval
+	call shutter_ble_adv_interval_set
+	call app_led_start_blink
+	fetch 4,mem_ble_shutter_discovery_blink_on_time
+	store 4,mem_shutter_led_struct_app_led_on_time
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BLE_ADV
+	branch app_ble_start_adv
+
+
+shutter_start_reconnect:
+	fetch 1,mem_shutter_soft_switch_power_state
+	rtnne SS_STATE_POWER_ON
+//	fetch 1,mem_shutter_bluetooth_type
+//	bbit1 BLE_SHUTTER,ble_shutter_start_reconnect
+//	rtn
+ble_shutter_start_reconnect:
+	fetch 2,mem_ble_shutter_reconn_timer
+	fetcht 2,mem_ble_shutter_reconn_timeout
+	storet 2,mem_ble_shutter_reconn_timer
+	nrtn blank
+	fetch 2,mem_ble_shutter_reconn_adv_interval
+	call shutter_ble_adv_interval_set
+	call app_led_start_blink
+	fetch 4,mem_ble_shutter_reconn_blink_on_time
+	store 4,mem_shutter_led_struct_app_led_on_time
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BLE_ADV
+	branch app_ble_start_adv
+
+shutter_disconnect_current_connection:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,app_ble_disconnect
+	branch shutter_stop_bluetooth_discovery
+
+/////////////////////////////////////////////////////////////////////////
+//output:if user is enable,mean,can send data
+shutter_check_data_enable:
+	call disable_user
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,shutter_check_ble_data_enable
+	rtn
+
+shutter_check_ble_data_enable:
+	fetch 1,mem_ble_shutter_enable_notify
+	rtn blank
+	branch enable_user
+/////////////////////////////////////////////////////////////////////////
+
+/////////////////////////////////////////////////////////////////////////
+//output:if user is enable,mean,bluetooth disconnect
+shutter_check_bluetooth_conn:
+	call disable_user
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BLE_CONNECTED
+	branch enable_user
+/////////////////////////////////////////////////////////////////////////
+
+/////////////////////////////////////////////////////////////////////////
+shutter_change_bluetooth_status_bt_disconn:
+//	fetch 1,mem_shutter_bluetooth_type
+//	bbit1 BLE_SHUTTER,ble_shutter_change_bluetooth_status_bt_disconn
+//	rtn
+ble_shutter_change_bluetooth_status_bt_disconn:
+	branch shutter_start_reconnect
+
+/////////////////////////////////////////////////////////////////////////
+
+shutter_check_send_data:
+	disable user2
+	fetch 2,mem_shutter_sleep_timeout
+	store 2,mem_shutter_sleep_timer
+
+	call shutter_check_bluetooth_conn
+	branch shutter_change_bluetooth_status_bt_disconn,user
+	
+	call shutter_check_data_enable
+	nrtn user
+	branch enable_user2
+
+//queue = key index
+//rega =1 press, =0 release
+shutter_key_change:
+	call shutter_check_send_data
+	nrtn user2
+	deposit rega
+	branch shutter_key_release,blank
+shutter_key_press:
+	call app_led_on
+	arg mem_key0_press,regc
+	branch push_queue_press_or_release
+
+shutter_key_release:
+	call app_led_off
+	arg mem_key0_release,regc
+
+push_queue_press_or_release:
+	arg MAX_QUEUE_NUM,pdata
+	imul32 queue,pdata
+	iadd regc,regc
+	
+//input:regc the address that want push to queue buffer
+push_buffer_in_queue:
+	ifetch 1,regc
+	rtn blank
+	call queue_push_one_byte
+	increase 1,regc
+	branch push_buffer_in_queue
+
+
+shutter_send_data_to_master:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,pop_queue_to_ble_data
+	rtn
+
+pop_queue_to_ble_data:
+	call le_fifo_check_nearly_full
+	nrtn blank
+	call queue_pop_one_byte
+	nrtn user
+	pincrease -1
+	mul32 pdata,SHUTTER_BLE_DATA_BUFFER,pdata
+	arg mem_ble_data_buffer1,temp
+	iadd temp,contr
+	branch le_send_notify_from_list
+
+///////////queue function////////////
+//input:pdata is data that want push
+queue_push_one_byte:
+	store 1,mem_pdatatemp
+	arg mem_pdatatemp,rega
+	branch queue_push
+
+queue_pop_one_byte:
+	arg mem_pdatatemp,rega
+	call queue_pop
+	nrtn user
+	fetch 1,mem_pdatatemp
+	rtn
+
+///////////queue function ending////////////
+ble_shutter_receive_data:
+	fetch 2,mem_le_att_handle
+	beq GATT_KEYBOARD_WRITE_HANDLE,ble_shutter_process_reconnect_complete
+	rtn
+
+shutter_init_param:
+	jam 0x02,mem_shutter_power_off_timeout
+/////////////ble connect interval//////////////
+	setarg 0x00200008
+	store 4,mem_ble_shutter_interval_min		//set min interval is 10ms,set max interval is 40ms
+	setarg 0x012c0005
+	istore 4,contw
+///////////////////////////////////////
+//////////////////MTU/////////////
+	jam 0x17,mem_le_local_mtu
+///////////////////////////////////////
+////////////////justwork/////////
+	setarg 0x1b
+ 	store 2,mem_le_pairing_handle
+	branch le_set_fixed_ltk_justwork
+///////////////////////////////////////
+
+shutter_load_buffer_config_form_DataRom:
+///////load data Rom/////////
+	arg BLE_KEY_VALUE_LIST_SIZE,loopcnt
+	arg mem_ble_data_buffer1,contw
+	arg mem_shutter_key_value_list,contr
+	branch memcpy_fast
+
+//shutter_load_ble_gatt_form_DataRom:
+//	arg BLE_GATT_LIST_SIZE,loopcnt
+//	arg BLE_SHUTTER_GATT_LIST_ADDR,contr
+//	branch memcpy_fast
+
+shutter_load_dy_keyvalue_buffer_config_form_DataRom:
+/////load data Rom/////////
+	arg BT_DY_KEY_VALUE_LIST_SIZE,loopcnt
+	arg mem_shutter_mousekey_value_list,contw
+	arg BLE_SHUTTER_DY_MOUSEKEY_VALUE_LIST_ADDR,contr
+	branch memcpy_fast
+
+
+/////////////////////////////////////////////////////////////////
+//shutter_soft_swtich_power_on:
+//	branch shutter_start_reconnect
+
+
+shutter_soft_swtich_power_off:
+	arg 0,rega
+	arg mem_shutter_power_off_led_style,regc
+	call ui_led_set_style_global
+	call shutter_disconnect_current_connection
+shutter_wait_power_off:
+	fetch 1,mem_shutter_power_off_timeout
+	store 1,mem_shutter_power_off_timer
+	rtn
+	
+
+
+ui_soft_swtich_init:
+	setarg SS_STATE_POWER_UP
+	call ui_soft_swtich_init_power_on_time
+	jam UI_BUTTON_STATE_UP,mem_ui_button_last_state
+	call ui_button_init
+	call ui_button_polling
+ui_soft_switch_first_power_on:
+	fetch 1,mem_shutter_soft_switch_first_power_on
+	branch ui_soft_swtich_init_next, blank
+	fetch 1,mem_wakup_from_power_flag	
+	bbit0 2,ui_soft_switch_power_on	
+ui_soft_swtich_init_next:		
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BTN_DOWN
+	branch app_enter_hibernate
+
+ui_soft_swtich_init_power_on_time:
+	fetcht 2,mem_power_param_ptr
+	istore 1,temp		//init power state 
+	ifetch 1,contw		//power on time
+	store 1,mem_ui_button_timeout
+	rtn
+
+
+ui_soft_switch_botton_up:
+	fetch 2,mem_power_param_ptr
+	ifetch 1,pdata
+	rtnne SS_STATE_POWER_UP
+	branch app_enter_hibernate
+
+
+ui_soft_switch_botton_long_press:
+	fetcht 2,mem_power_param_ptr
+	ifetch 1,temp
+	beq SS_STATE_POWER_ON,ui_soft_switch_power_off
+ui_soft_switch_power_on:
+	setarg SS_STATE_POWER_ON
+	fetcht 2,mem_power_param_ptr
+	istore 1,temp		//init power state 
+	add temp,SS_POWER_OFF_TIME,contr
+	ifetch 1,contr
+	istore 1,mem_ui_button_timeout
+	ifetch 2,contr
+	branch callback_func
+
+ui_soft_switch_power_off:
+	setarg SS_STATE_POWER_OFF
+	call ui_soft_swtich_init_power_on_time
+	add temp,SS_POWER_OFF_CB,contr
+	ifetch 2,contr
+	branch app_enter_hibernate,blank		//no call back function , just enter hibernate
+	branch callback_func
+	
+
+
+//pdata:adv interval value
+shutter_ble_adv_interval_set:
+	store 2,mem_lpm_interval
+	increase -4,pdata
+	store 2,mem_le_adv_interval
+	rtn
+
+le_send_notify_from_list:
+	ifetch 1,contr	//length 
+	copy pdata,rega
+	ifetcht 2,contr	//handle
+	call store_contr
+	call le_att_malloc_tx_notify
+	copy rega,loopcnt
+	call get_contr
+	branch memcpy
+
+shutter_le_uuid_table_conf:
+	setarg mem_shutter_le_uuid_sup
+	store 2,mem_ui_le_uuid_table	//BLE ATT LIST END
+	rtn
+shutter_dy_le_uuid_table_conf:
+	setarg BLE_SHUTTER_DY_GATT_LIST_ADDR	//BLE ATT LIST 
+	store 2,mem_ui_le_uuid_table	//BLE ATT LIST END
+	rtn
+
+shutter_default_init:
+	fetch 2,mem_shutter_key_conf0_temp
+	store 2,mem_shutter_key_conf0
+	fetch 1,mem_shutter_led_struct_app_led_gpio_temp
+	store 1,mem_shutter_led_struct_app_led_gpio
+	store 1,mem_shutter_power_off_led_style_gpio
+	fetch 1,mem_shutter_hard_soft_switch_case_temp
+	store 1,mem_shutter_hard_soft_switch_case
+	fetch 1,mem_shutter_soft_switch_button_gpio_temp
+	store 1,mem_shutter_soft_switch_button_gpio
+//	jam 0x01,mem_shutter_bluetooth_type
+	setarg 0x0030
+	store 2,mem_classic_shutter_random_mac_offset_addr
+	setarg 0x0000
+	store 2,mem_shutter_config_eeprom_offset_addr
+	setarg 0x0002
+	store 2,mem_key0_press
+	store 2,mem_key1_press
+	setarg 0x0006
+	store 2,mem_key0_release
+	store 2,mem_key1_release
+	setarg 0x0007
+	store 2,mem_key2_press
+	setarg 0x0008
+	store 2,mem_key2_release
+	setarg mem_shutter_soft_switch_power_state
+	store 2,mem_power_param_ptr
+	setarg 0x201400
+	store 3,mem_shutter_soft_switch_power_state
+	jam 0x01,mem_lpm_mode
+	setarg 0x0100
+	store 2,mem_lpm_interval
+	jam 0x08,mem_lpm_overhead
+	jam 0x05,mem_lpm_mult
+	jam 0x02,mem_lpm_mult_timeout
+	setarg 0x0096
+	store 2,mem_ble_shutter_reconn_blink_on_time
+	istore 2,contw
+	setarg 0x0296
+	store 2,mem_ble_shutter_discovery_blink_on_time
+	istore 2,contw
+	setsect 0,0x10
+	setsect 1,0x8008
+	setsect 2,0x2c000
+	setsect 3,0x04
+	store 8,mem_ble_shutter_interval_min_new
+	jam 0x01,mem_ui_led_struct_num
+	setarg mem_shutter_led_struct_app_led
+	store 2,mem_ui_led_struct_ptr
+	setarg 0x0000
+	store 2,mem_shutter_led_struct_app_led
+	setsect 0,0x1a0
+	setsect 1,0x68
+	setsect 2,0x00
+	setsect 3,0x00
+	store 8,mem_shutter_led_struct_app_led_on_time
+	setarg 0x0301
+	store 2,mem_shutter_power_off_led_style
+	setsect 0,0x1a0
+	setsect 1,0xe8
+	setsect 2,0x00
+	setsect 3,0x00
+	store 8,mem_shutter_power_off_led_style_on_time
+	setarg 0x000e
+	store 2,mem_ble_shutter_reconn_adv_interval
+	setarg 0x0140
+	store 2,mem_ble_shutter_discovery_adv_interval
+	store 2,mem_le_adv_interval
+	setarg 0x0050
+	store 2,mem_ble_shutter_reconn_timeout
+	jam 0x07,mem_le_adv_channel_map
+	jam 0x00,mem_le_adv_enable
+	setsect 0,0xfb
+	setsect 1,0x2c212
+	setsect 2,0x800f
+	setsect 3,0x21
+	store 8,mem_local_rx_max_octets
+	setsect 0,0x0bb8
+	setsect 1,0x02ee
+	store 4,mem_ble_shutter_discovery_timeout
+	setarg mem_queue_each_size
+	store 2,mem_queue_ptr
+	setarg 0x2001
+	store 2,mem_queue_each_size
+	jam 0x1f,mem_le_adv_data_len
+	setsect 0,0x10102
+	setsect 1,0x80c1
+	setsect 2,0x18120
+	setsect 3,0x640c
+	store 9,mem_le_adv_data
+	setsect 0,0x3c1
+	istore 2,contw
+	jam 0x1f,mem_le_scan_data_len
+	setsect 0,0x2090d
+	setsect 1,0x34c15
+	setsect 2,0x28532
+	setsect 3,0x1d1d5
+	store 9,mem_le_scan_data
+	setsect 0,0x26574
+	setsect 1,0x1c
+	istore 3,contw
+	setarg mem_shutter_keyscan
+	store 2,mem_keyscan_ptr
+	jam 0x02,mem_shutter_key_num
+	setarg mem_shutter_nv_data
+	store 2,mem_nv_data_ptr
+	jam 0x05,mem_nv_data_number
+	fetch 1,mem_shutter_dy_conf
+	beq SHUTTER_TYPE,shutter_le_uuid_table_conf
+	beq SHUTTER_DY_TYPE,shutter_dy_le_uuid_table_conf
+	rtn	
+	
+
+
+
+
+
+
+
+
+
+
+shutter_dy_6_key_conf:
+	//6key
+	fetch SHUTTER_SIX_KEY,mem_shutter_dy_key_conf
+	store SHUTTER_SIX_KEY,mem_shutter_key_conf0
+	jam SHUTTER_SIX_KEY,mem_shutter_key_num
+	setarg mem_shutter_key_num
+	store 2,mem_keyscan_ptr
+	rtn
+
+shutter_dy_7_key_conf:
+	//7key
+	fetch SHUTTER_SEVEN_KEY,mem_shutter_dy_key_conf
+	store SHUTTER_SEVEN_KEY,mem_shutter_key_conf0
+	jam SHUTTER_SEVEN_KEY,mem_shutter_key_num
+	setarg mem_shutter_key_num
+	store 2,mem_keyscan_ptr
+	rtn
+
+shutter_dy_key_conf:
+	fetch 1,mem_shutter_key_num_conf
+	beq SHUTTER_SIX_KEY,shutter_dy_6_key_conf
+	beq SHUTTER_SEVEN_KEY,shutter_dy_7_key_conf
+	rtn
+	
+shutter_dy_adv_conf:
+	bpatch patch0c_3,mem_patch0c
+	//adv data
+	fetch 8,mem_shutter_ble_discovery_time_conf
+	store 8,mem_ble_shutter_discovery_timeout
+	setarg 0x0096
+	store 2,mem_ble_shutter_reconn_timeout
+
+	fetch 7,mem_shutter_led_on_light_dark_led_conf
+	store 7,mem_shutter_led_struct_app_led
+	fetch 7,mem_shutter_led_off_light_dark_led_conf
+	store 7,mem_shutter_power_off_led_style
+	
+	fetch 4,mem_shutter_reconn_blink_on_time_conf
+	store 4,mem_ble_shutter_reconn_blink_on_time
+	fetch 4,mem_shutter_discovery_blink_on_time_conf
+	store 4,mem_ble_shutter_discovery_blink_on_time
+	
+	setarg 0x000e
+	store 2,mem_ble_shutter_reconn_adv_interval
+	setarg 0x0140
+	store 2,mem_ble_shutter_discovery_adv_interval
+	store 2,mem_le_adv_interval
+
+	setarg BLE_SHUTTER_DY_GATT_LIST_ADDR	//BLE ATT LIST 
+	store 2,mem_ui_le_uuid_table
+
+	call shutter_load_dy_keyvalue_buffer_config_form_DataRom
+
+	fetch 8,mem_ble_shutter_dy_interval_min_new
+	store 8,mem_ble_shutter_interval_min_new
+	rtn
+
+
+
+shutter_dy_init:
+	call enable_authrom
+	rtn wake
+
+	call shutter_dy_key_conf
+	call shutter_dy_adv_conf
+
+	setarg shutter_le_parse_l2cap
+	store 2,mem_le_l2cap_parse_cb
+
+	setarg shutter_dy_process_idle
+	store 2,mem_cb_idle_process
+		
+	setarg shutter_dy_process_bb_event
+	store 2,mem_cb_bb_event_process
+
+	setarg ble_shutter_dy_receive_data
+	store 2,mem_cb_att_write
+
+	setarg shutter_dy_le_bb_event_timer
+	store 2,mem_cb_event_timer
+
+	setarg shutter_dy_key_change
+	store 2,mem_cb_shutter_keycan
+
+	call shutter_common_init
+	setarg 0x27
+ 	store 2,mem_le_pairing_handle
+	fetch 8,mem_ble_shutter_interval_min_new
+	store 8,mem_ble_shutter_interval_min
+	call shutter_dy_iphone_every_move_max_set
+	bpatch patch0c_4,mem_patch0c
+	branch shutter_power_switch
+
+
+shutter_dy_process_idle:
+	call shutter_dy_shutter_send_data_to_master
+	arg key_scan_timer,queue
+	call timer_check
+	nrtn blank
+	setarg 0x20
+	arg key_scan_timer,queue
+	call timer_init
+	disable user
+	call keyscan_process_lpm_before
+	branch shutter_dy_keyscan_key_process
+
+shutter_dy_iphone_every_move_max_set:	
+	setarg 0x1f
+	mul32 pdata,EVERY_PAYLOAD_LEN,pdata
+	arg mem_shutter_mousekey_value_list,temp
+	iadd temp,rega
+	increase 3,rega
+	arg IPHONE_ONCE_MAX_MOVE_VALUE,temp
+	istoret 1,rega
+	increase 11,rega
+	arg 0xfff,pdata
+	isub temp,pdata
+	lshift4 pdata,pdata
+	istore 2,rega
+	rtn
+	
+shutter_dy_shutter_send_data_to_master:	
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,shutter_dy_pop_queue_to_ble_data
+	arg mem_queue_curr_num,contw
+	arg 35,loopcnt
+	branch clear_mem
+
+shutter_dy_pop_queue_to_ble_data:
+	call le_fifo_check_nearly_full
+	nrtn blank
+	call queue_empty
+	rtn blank
+	fetcht 4,mem_key_send_clk
+	copy clkn_bt,pdata
+	isub temp,temp
+	rtn zero
+	nbranch shutter_dy_pop_queue_to_ble_data2, positive
+	fetch 1,mem_send_data_delay
+	isub temp,null
+	rtn positive
+shutter_dy_pop_queue_to_ble_data2:
+	copy clkn_bt,pdata
+	store 4,mem_key_send_clk	
+	call queue_pop_one_byte
+	nrtn user
+	pincrease -1
+	mul32 pdata,10,pdata
+	arg mem_shutter_mousekey_value_list,temp
+	iadd temp,contr
+	branch le_send_notify_from_list
+
+
+shutter_dy_le_bb_event_timer:
+	call shutter_dy_shutter_1s_timer
+	call shutter_dy_iphone_move_mid_timer
+	call shutter_dy_clear_key_state_timer
+	call shutter_check_sleep_timer
+	branch shutter_dy_check_power_off_timer
+	
+shutter_dy_iphone_move_mid_timer:
+	arg mem_shutter_move_mid_timer,regc
+	arg shutter_dy_iphone_move_mid_timeout,regb
+	branch timer_single_step
+
+shutter_dy_iphone_move_mid_timeout:
+	call queue_empty
+	nrtn blank
+	fetch 2,mem_key_value_xmem
+	nrtn blank
+shutter_dy_iphone_move_mid:
+	call shutter_dy_check_iphone
+	branch shutter_dy_android_like_loaction_mid,blank
+	copy queue,pdata
+	compare 0x04,pdata,0x07 //SHUTTER_UP_KEY_NUM
+	branch shutter_dy_iphone_up_mid,true
+
+	copy queue,pdata
+	compare 0x01,pdata,0x07 //SHUTTER_LIKE_KEY_NUM
+	branch shutter_dy_iphone_like_mid,true
+	arg mem_shutter_iphone_move_mid,regc
+	branch push_buffer_in_queue
+
+shutter_dy_android_like_loaction_mid:
+	arg mem_shutter_android_move_mid,regc
+	branch push_buffer_in_queue
+
+shutter_dy_iphone_up_mid:
+	arg mem_shutter_iphone_up_mid,regc
+	branch push_buffer_in_queue
+
+shutter_dy_iphone_like_mid:
+	arg mem_shutter_iphone_like_mid,regc
+	branch push_buffer_in_queue
+
+shutter_dy_clear_key_state_timer:
+	arg mem_shutter_like_timeout,regc
+	arg shutter_dy_clear_key_state_timeout,regb
+	branch timer_single_step
+
+shutter_dy_clear_key_state_timeout:
+	arg SHUTTER_KEY_CONF_SATE_BYTES,loopcnt
+	arg mem_shutter_key_state1,contw
+	branch clear_mem
+
+
+shutter_dy_check_power_off_timer:
+	arg mem_shutter_power_off_timer,regc
+	arg shutter_dy_check_power_off_timeout,regb
+	branch timer_single_step
+shutter_dy_check_power_off_timeout:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,shutter_wait_power_off
+	branch app_enter_hibernate
+
+shutter_dy_process_bb_event:
+	copy regc,pdata
+	beq BT_EVT_LE_CONNECTED,ble_shutter_dy_process_baseband_connect
+	beq BT_EVT_LE_DISCONNECTED,ble_shutter_dy_process_baseband_disconnect
+	beq BT_EVT_LE_PAIRING_SUCCESS,ble_shutter_dy_pairing_success
+	rtneq BT_EVT_LE_PARSE_CONN_PAPA_UPDATE_RSP
+	beq BT_EVT_LE_START_ENC,shutter_dy_le_find_service_hand_by_uuid
+	branch shutter_process_bb_event
+
+ble_shutter_dy_pairing_success:
+	jam 1,mem_shutter_pairing_success
+	call shutter_dy_clear_move_config
+//	setarg ANDROID_INITIAL_MOVE_X
+	fetch 2,mem_android_initial_move_x
+	store 2, mem_shutter_move_data_x
+//	arg ANDROID_INITIAL_MOVE_Y,temp
+	fetcht 2,mem_android_initial_move_y
+	setarg 0xfff
+	isub temp,pdata
+	store 2, mem_shutter_move_data_y
+	rtn
+
+ble_shutter_dy_process_baseband_disconnect:
+	jam 0,mem_shutter_le_conned
+	jam 0,mem_shutter_pairing_success
+	call shutter_dy_move_mode_disable
+	branch ble_shutter_process_baseband_disconnect
+	
+ble_shutter_dy_process_baseband_connect:
+	copy clkn_bt,pdata
+	store 4,mem_key_send_clk
+	call shutter_dy_remote_not_iphone
+	branch ble_shutter_process_baseband_connect
+	
+
+shutter_dy_check_send_data:
+	disable user2
+	fetch 2,mem_shutter_sleep_timeout
+	store 2,mem_shutter_sleep_timer
+	call shutter_check_bluetooth_conn
+	branch shutter_change_bluetooth_status_bt_disconn,user
+	call shutter_check_data_enable
+	nrtn user
+	branch enable_user2
+
+shutter_dy_key_change:
+	call shutter_dy_check_send_data
+	nrtn user2 
+	deposit rega
+	branch shutter_dy_shutter_key_release,blank//no data release
+shutter_dy_key_press:
+	jam 1,mem_shutter_key_pressed
+	call app_led_on
+	call shutter_dy_key_press_clk
+	call shutter_dy_jude_queue_size
+	rtn positive
+	copy queue,pdata
+	fetcht 1,mem_last_press_key_value
+	isub temp,null
+	ncall shutter_dy_iphone_check_move_mid,zero
+	copy queue,pdata
+	store 1,mem_last_press_key_value
+	fetcht 1,mem_move_mode_key_index
+	isub temp,null
+	branch shutter_dy_key_move_to_specify_location,zero
+	fetch 1,mem_move_mode_trigger_enable
+	nbranch shutter_dy_move_set,blank
+shutter_dy_page_set:
+	call shutter_dy_le_get_press_ptr
+	arg MAX_QUEUE_NEW_PRESS,pdata
+	branch shutter_dy_push_queue_press_or_release
+
+shutter_dy_move_set:
+	call shutter_dy_jude_clear_move_config
+	copy queue,pdata
+	beq SHUTTER_LIKE_KEY_NUM,shutter_dy_page_set
+	call shutter_dy_check_move_data
+	branch shutter_dy_move_to_specify_location
+
+shutter_dy_key_move_to_specify_location:
+	jam 1,mem_shutter_first_move
+	branch shutter_dy_move_to_specify_location
+
+shutter_dy_iphone_check_move_mid:
+	bpatch patch0c_5,mem_patch0c
+	fetch 1,mem_move_mode_trigger_enable
+	branch shutter_dy_iphone_move_mid,blank
+	copy queue,pdata
+	beq SHUTTER_LIKE_KEY_NUM,shutter_dy_iphone_move_mid
+	rtn
+shutter_dy_key_press_clk:
+	arg SHUTTER_KEY_CONF_SATE_BYTES,pdata
+	imul32 queue,pdata
+	arg mem_shutter_key_state0,regc
+	iadd regc,regc
+	copy clkn_bt,pdata
+	istore KEY_STATE_PRESS_CLK_LENGTH,regc
+	increase KEY_STATE_PRESS_COUNT_OFFSET,regc
+	ifetch 1,regc
+	increase 1,pdata
+	istore 1,regc
+	rtn
+shutter_dy_shutter_key_release:
+	bpatch patch0c_6,mem_patch0c
+	fetch 1,mem_move_mode_trigger_enable
+	call app_led_off,blank
+shutter_dy_shutter_key_release_time:
+	arg SHUTTER_KEY_CONF_SATE_BYTES,pdata
+	imul32 queue,pdata
+	arg mem_shutter_key_state0,regc
+	iadd regc,regc
+	ifetcht  4,regc
+	sub temp,0,null
+	rtn zero //already release
+	copy clkn_bt,pdata
+	isub temp,temp
+	ncall ui_timer_timeout,positive
+	add regc,KEY_STATE_LONGPRESS_OFFSET,contr
+	ifetch 1,contr
+	nbranch shutter_dy_push_queue_long_release, blank
+	increase KEY_STATE_RELEASE_CLK_OFFSET,regc
+	copy clkn_bt,pdata
+	istore KEY_STATE_RELEASE_CLK_LENGTH,regc
+	rtn
+
+shutter_dy_push_queue_release:
+	add regc,4,contr
+	ifetch 1,contr
+	branch shutter_dy_push_queue_release1
+
+shutter_dy_push_queue_release1:
+	call shutter_clear_dy_key_state
+	fetch 1,mem_move_mode_trigger_enable
+	nbranch shutter_dy_move_mode_queue_release,blank
+shutter_dy_push_queue_release1_next:
+	call shutter_dy_jude_queue_size
+	rtn positive
+	call shutter_dy_le_get_release_ptr
+	copy queue,pdata
+	beq SHUTTER_PHOTO_KEY_NUM,shutter_dy_le_get_release_ptr_volume
+	arg MAX_QUEUE_NUM_RELEASE,pdata
+shutter_dy_push_queue_press_or_release:
+	imul32 queue,pdata
+	iadd regc,regc
+	branch push_buffer_in_queue
+
+shutter_dy_move_mode_queue_release:
+	copy queue,pdata
+	beq SHUTTER_LIKE_KEY_NUM,shutter_dy_push_queue_release1_next
+	beq SHUTTER_PHOTO_KEY_NUM,shutter_dy_push_queue_release1_next
+	rtn
+	
+shutter_dy_jude_queue_size:
+	call queue_get_size
+	ifetcht 1,contr
+	isub temp,pdata
+	sub pdata,MAX_QUEUE_NEW_PRESS,null
+	rtn
+	
+shutter_dy_push_queue_long_release:
+	jam 1,mem_shutter_long_key_released_flag
+	call shutter_clear_dy_key_state
+	arg mem_key0_long_release,regc
+	arg MAX_QUEUE_NUM_LONG_RELEASE,pdata
+	branch shutter_dy_push_queue_press_or_release
+	
+shutter_clear_dy_key_state:
+	arg SHUTTER_KEY_CONF_SATE_BYTES,loopcnt
+	copy regc,contw
+	branch clear_mem
+
+shutter_dy_keyscan_key_process:
+	fetch 2,mem_key_value_xmem
+	store 2,mem_key_value_retention
+	call shutter_dy_keyscan_key_process_next
+	fetch 2,mem_key_value_retention
+	store 2,mem_key_value_xmem
+	
+	arg 0,queue
+	fetch 1,mem_shutter_key_num
+	copy pdata,loopcnt
+	arg mem_shutter_key_state0,regc
+shutter_dy_keyscan_key_check_release_loop:	
+	copy loopcnt,pdata
+	store 2,mem_temp
+	copy regc,pdata
+	store 2,mem_regc
+	copy queue,pdata
+	store 2,mem_temp+2
+	call shutter_dy_keyscan_key_check_release
+	
+	fetch 2,mem_regc
+	copy pdata,regc
+	fetch 2,mem_temp+2	
+	copy pdata,queue
+	call shutter_dy_keyscan_key_check_long_press
+	
+	fetch 2,mem_temp+2
+	add pdata,1,queue
+	fetch 2,mem_regc
+	add pdata,SHUTTER_KEY_CONF_SATE_BYTES,regc
+	fetch 2,mem_temp
+	copy pdata,loopcnt
+	loop shutter_dy_keyscan_key_check_release_loop
+	rtn
+	
+shutter_dy_keyscan_key_check_long_press:
+	ifetch KEY_STATE_PRESS_CLK_LENGTH,regc
+	rtn blank
+	copy pdata,temp
+	copy clkn_bt,pdata
+	isub temp,temp	
+	nrtn positive
+	setarg 2500 //1000ms 3200
+	isub temp,null
+	rtn positive
+	copy clkn_bt,pdata
+	istore 4,regc
+	increase KEY_STATE_LONGPRESS_OFFSET,regc
+	setarg 1  //long press flag
+	istore KEY_STATE_LONGPRESS_LENGTH,regc
+	fetch 1,mem_shutter_long_key_released_flag
+	rtn blank
+	jam 0,mem_shutter_long_key_released_flag
+	bpatch patch0c_7,mem_patch0c
+	fetch 1,mem_move_mode_set
+	beq MOVE_COMBINE_KEY,shutter_dy_key_long_press_set_key_normal
+	beq MOVE_SINGLE_KEY,shutter_dy_key_long_press_set_move_trigger
+	rtn
+	
+shutter_dy_key_long_press_set_key_normal:
+	arg mem_key0_long_press,regc
+	arg MAX_QUEUE_NUM_LONG_RELEASE,pdata
+	branch shutter_dy_push_queue_press_or_release
+
+shutter_dy_key_long_press_set_move_trigger:
+	copy queue,pdata
+	fetcht 1,mem_move_mode_key_index
+	isub temp,null
+	nbranch shutter_dy_key_long_press_set_key_normal,zero	
+	fetch 1,mem_move_mode_trigger_enable
+	setflip 0,pdata
+	store 1,mem_move_mode_trigger_enable
+	nrtn blank
+shutter_dy_move_mode_disable:
+	jam 0,mem_move_mode_trigger_enable
+	branch app_led_off
+
+shutter_dy_keyscan_key_check_release:
+	add regc,KEY_STATE_RELEASE_CLK_OFFSET,regb
+	ifetch KEY_STATE_RELEASE_CLK_LENGTH,regb
+	rtn blank
+	copy pdata,temp
+	copy clkn_bt,pdata
+	isub temp,temp
+	ncall ui_timer_timeout,positive
+	setarg 1000 //100ms 320
+	isub temp,null
+	branch shutter_dy_push_queue_release
+shutter_dy_keyscan_key_process_next:
+	fetch 2,mem_key_num_ptr
+	ifetch 1,pdata
+	rtn blank
+	
+	setarg 0
+	store 2,mem_key_value_temp
+	call keyscan_scan_key
+	nbranch lpm_button_clean_wake_lock,user
+	call lpm_button_get_wake_lock
+	disable user
+	bpatch patch0d_0,mem_patch0d
+	fetch 1,mem_move_mode_set
+	beq MOVE_SINGLE_KEY,shutter_dy_skip_check_combine_key
+	call shutter_dy_check_combine_key_release
+	call shutter_dy_check_combine_key	
+	rtn user
+shutter_dy_skip_check_combine_key:	
+	fetch 2,mem_key_value_temp
+	store 2,mem_key_value_temp4
+	jam 0,mem_key_value_temp6
+	force 0,queue
+	branch keyscan_key_lp1
+
+shutter_dy_check_combine_key:
+	arg 0,queue
+shutter_dy_check_combine_key_loop:
+	arg mem_combine_key0,regb
+	arg 2,pdata
+	imul32 queue,pdata
+	iadd regb,regb
+	ifetch 2,regb
+	
+	rtn blank
+	fetcht 2,mem_key_value_temp
+	ixor temp,null
+	branch shutter_dy_check_combine_key_parse,zero
+	increase 1,queue
+	branch shutter_dy_check_combine_key_loop
+	
+shutter_dy_check_combine_key_parse:
+	store 2,mem_combine_key_state0	
+	call app_led_on
+	arg mem_combine_key0_press,regc
+	arg MAX_QUEUE_NUM_COMBINEKEY,pdata
+	imul32 queue,pdata
+	iadd regc,regc
+	call shutter_dy_push_buffer_in_queue
+	branch shutter_dy_combine_key_enableuser
+	
+shutter_dy_push_buffer_in_queue:
+	call shutter_dy_jude_clear_move_config
+	ifetch 1,regc
+	rtn blank
+	call shutter_dy_check_move_data
+shutter_dy_move_to_specify_location:
+	call shutter_dy_jude_clear_move_config
+	call shutter_dy_move_down_left_corner
+	call shutter_dy_move_x_max
+	call shutter_dy_move_y_max
+	arg 0x05,pdata
+	call queue_push_one_byte
+	call shutter_dy_check_iphone
+	rtn blank
+	jam 120,mem_send_data_delay
+	arg 0x06,pdata
+	branch queue_push_one_byte
+
+shutter_dy_move_down_left_corner_count_set:
+	fetcht 1,mem_shutter_back_count
+	call shutter_dy_check_iphone
+	rtn blank
+	fetcht 1,mem_shutter_iphone_beyond_y_count
+	increase 1,temp
+	fetch 1,mem_shutter_first_move
+	rtn blank
+	fetcht 1,mem_shutter_back_count
+	jam 0,mem_shutter_first_move
+	rtn
+
+shutter_dy_move_down_left_corner:
+	call shutter_dy_move_down_left_corner_count_set
+	copy temp,pdata
+	rtn blank
+	store 1,mem_shutter_back_count_cache
+shutter_dy_move_down_left_corner_loop:
+	arg 0x13,pdata
+	call queue_push_one_byte
+	fetch 1,mem_shutter_back_count_cache
+	increase -1,pdata
+	store 1,mem_shutter_back_count_cache
+	rtn blank
+	branch shutter_dy_move_down_left_corner_loop
+
+shutter_dy_move_x_max:
+	fetch 1,mem_shutter_iphone_beyond_x_count
+	rtn blank
+	store 1,mem_shutter_iphone_beyond_x_cache
+shutter_dy_move_x_max_number:
+	arg 0x20,pdata
+	call queue_push_one_byte
+	fetch 1,mem_shutter_iphone_beyond_x_cache
+	increase -1,pdata
+	store 1,mem_shutter_iphone_beyond_x_cache
+	rtn blank
+	branch shutter_dy_move_x_max_number
+
+shutter_dy_move_y_max:
+	fetch 1,mem_shutter_iphone_beyond_y_count
+	rtn blank
+	store 1,mem_shutter_iphone_beyond_y_cache
+shutter_dy_move_y_max_number:
+	arg 0x21,pdata
+	call queue_push_one_byte
+	fetch 1,mem_shutter_iphone_beyond_y_cache
+	increase -1,pdata
+	store 1,mem_shutter_iphone_beyond_y_cache
+	rtn blank
+	branch shutter_dy_move_y_max_number
+
+shutter_dy_check_combine_key_release:
+	fetch 2,mem_combine_key_state0
+	rtn blank
+	fetcht 2,mem_key_value_temp
+	sub temp,0,null
+	branch shutter_dy_check_combine_key_release_all,zero
+	isub temp,null
+	rtn zero
+	storet 2,mem_combine_key_state0
+	fetch 2,mem_combine_key_release_value
+	isub temp,null
+	call app_led_off,zero
+shutter_dy_combine_key_enableuser:
+	fetch 2,mem_key_value_temp
+	store 2, mem_key_value_retention
+	branch enable_user
+shutter_dy_check_combine_key_release_all:
+	call app_led_off
+	arg mem_combine_key_release,regc
+	call shutter_dy_push_buffer_in_queue
+	setarg 0
+	store 2,mem_combine_key_state0
+	jam 50,mem_shutter_1s_timer
+	call shutter_dy_combine_key_enableuser
+	fetch 1,mem_shutter_key_num
+	mul32 pdata,SHUTTER_KEY_CONF_SATE_BYTES,loopcnt
+	arg mem_shutter_key_state0,contw
+	branch clear_mem
+shutter_dy_check_move_data:
+	bpatch patch0d_1,mem_patch0d
+	fetch 1,mem_move_mode_set
+	beq MOVE_SINGLE_KEY,shutter_dy_check_move_data_single_key
+	beq MOVE_COMBINE_KEY,shutter_dy_check_move_data_combine_key
+	rtn
+shutter_dy_check_move_data_single_key:
+	copy queue,pdata
+	beq SHUTTER_LEFT_KEY_NUM,shutter_dy_move_left
+	beq SHUTTER_RIGHT_KEY_NUM,shutter_dy_move_right
+	beq SHUTTER_UP_KEY_NUM,shutter_dy_move_up
+	beq SHUTTER_DOWN_KEY_NUM,shutter_dy_move_down
+	rtn
+shutter_dy_check_move_data_combine_key:
+	ifetch 1,regc
+	beq 0x01,shutter_dy_move_left
+	beq 0x02,shutter_dy_move_right
+	beq 0x03,shutter_dy_move_up
+	beq 0x04,shutter_dy_move_down
+	beq 0x05,shutter_dy_get_move_data
+	rtn
+shutter_dy_get_move_data:
+	call shutter_dy_check_iphone
+	nbranch shutter_dy_get_move_data_iphone,blank
+	setarg 4
+	mul32 pdata,EVERY_PAYLOAD_LEN,pdata
+	arg mem_shutter_mousekey_value_list,temp
+	iadd temp,contw
+	increase 3,contw
+	fetch 3,mem_shutter_move_data
+	istore 3,contw
+	rtn
+shutter_dy_get_move_data_iphone:
+	setarg 4
+	mul32 pdata,EVERY_PAYLOAD_LEN,pdata
+	arg mem_shutter_mousekey_value_list,temp
+	iadd temp,contw
+	increase 3,contw
+	fetch 2,mem_shutter_move_data_x
+	istore 3,contw
+	increase 7,contw
+	fetch 2,mem_shutter_move_data_y
+	lshift4 pdata,pdata
+	lshift8 pdata,pdata
+	istore 3,contw
+	rtn
+	//branch p_store_move_config_info
+shutter_dy_move_x_empty_check:
+	fetch 1,mem_shutter_iphone_beyond_x_count
+	rtn blank
+	increase -1,pdata
+	store 1,mem_shutter_iphone_beyond_x_count
+	arg IPHONE_ONCE_MAX_MOVE_VALUE,pdata
+	rtn
+shutter_dy_every_move_size_set:
+	arg ANDROID_EVERY_MOVE_SIZE,temp
+	call shutter_dy_check_iphone
+	rtn blank
+	arg IPHONE_EVERY_MOVE_SIZE,temp
+	rtn
+shutter_dy_move_left:
+	call shutter_dy_every_move_size_set
+	fetch 2,mem_shutter_move_data_x
+	isub temp,null
+	ncall shutter_dy_move_x_empty_check,positive
+	nrtn positive//if move_x to zero,rtn
+	isub temp,pdata
+shutter_dy_move_store_x:
+	store 2,mem_shutter_move_data_x
+shutter_dy_move_data_store:
+	bpatch patch0d_2,mem_patch0d
+	fetch 2,mem_shutter_move_data_x
+	fetcht 2,mem_shutter_move_data_y
+	lshift8 temp,temp
+	lshift4 temp,temp
+	iadd temp,pdata
+	store 3,mem_shutter_move_data
+	branch shutter_dy_get_move_data
+shutter_dy_move_x_check_max:
+	fetch 2,mem_shutter_move_data_x
+	arg IPHONE_ONCE_MAX_MOVE_VALUE,temp
+	isub temp,temp
+	nrtn positive
+	copy temp,pdata
+	fetcht 1,mem_shutter_iphone_beyond_x_count
+	sub temp,0x03,null
+	branch shutter_dy_clear_move_x,zero
+	increase 1,temp
+	storet 1,mem_shutter_iphone_beyond_x_count
+	branch shutter_dy_move_store_x
+shutter_dy_clear_move_x:
+	jam 0,mem_shutter_iphone_beyond_x_count
+	arg 0,pdata
+	branch shutter_dy_move_store_x
+shutter_dy_move_right:
+	call shutter_dy_check_iphone
+	ncall shutter_dy_move_x_check_max,blank
+	call shutter_dy_every_move_size_set
+	fetch 2,mem_shutter_move_data_x
+shutter_dy_move_right_next:
+	iadd temp,pdata
+	arg 0xfff,temp
+	call ceiling
+	branch shutter_dy_move_store_x
+	
+shutter_dy_move_up:
+	call shutter_dy_every_move_size_set
+	fetch 2,mem_shutter_move_data_y
+	isub temp,pdata
+	store 2,mem_shutter_move_data_y
+shutter_dy_move_y_check_max:
+	fetcht 2,mem_shutter_move_data_y
+	call shutter_dy_check_iphone
+	branch shutter_dy_move_data_store,blank
+	setarg 0xfff
+	isub temp,pdata
+	arg IPHONE_ONCE_MAX_MOVE_VALUE,temp
+	isub temp,temp
+	nbranch shutter_dy_move_data_store, positive
+	setarg 0xfff
+	isub temp,pdata
+	fetcht 1,mem_shutter_iphone_beyond_y_count
+	sub temp,0x05,null
+	branch shutter_dy_clear_move_y,zero
+	increase 1,temp
+	storet 1,mem_shutter_iphone_beyond_y_count
+	branch shutter_dy_move_store_y
+shutter_dy_clear_move_y:
+	jam 0,mem_shutter_iphone_beyond_y_count
+shutter_dy_android_move_y_empty_check:
+	setarg 0xfff
+	branch shutter_dy_move_store_y
+	
+shutter_dy_move_y_empty_check:
+	call shutter_dy_check_iphone
+	branch shutter_dy_android_move_y_empty_check,blank
+	fetch 1,mem_shutter_iphone_beyond_y_count
+	branch shutter_dy_android_move_y_empty_check, blank
+	increase -1,pdata
+	store 1,mem_shutter_iphone_beyond_y_count
+	setarg 0xfff
+	arg IPHONE_ONCE_MAX_MOVE_VALUE,temp
+	isub temp,pdata
+	iadd rega,pdata
+shutter_dy_move_store_y:	
+	store 2,mem_shutter_move_data_y
+	branch shutter_dy_move_data_store
+shutter_dy_move_down:
+	call shutter_dy_every_move_size_set
+	fetch 2,mem_shutter_move_data_y
+shutter_dy_move_down_next:
+	iadd temp,pdata
+	arg 0xfff,temp
+	isub temp,rega
+	branch shutter_dy_move_y_empty_check,positive
+	branch shutter_dy_move_store_y
+	
+
+ble_shutter_dy_receive_data:
+	fetch 2,mem_le_att_handle
+	beq GATT_KEYBOARD_WRITE_HANDLE_NEW,ble_shutter_process_reconnect_complete
+	rtn
+
+shutter_dy_le_find_service_hand_by_uuid: 
+	arg 23,rega
+	arg LE_L2CAP_CID_ATT,regb
+	call le_fifo_malloc_tx_l2cap
+	setarg ATTOP_FIND_BY_TYPE_VALUE_REQUEST
+	istore 1,contw
+	setarg 0x0001		//start handle
+	istore 2,contw
+	setarg 0xffff		//end handle
+	istore 2,contw
+	setarg 0x2800		//uuid type
+	istore 2,contw
+	arg mem_le_search_service_uuid,contr
+	branch memcpy16
+
+shutter_le_parse_l2cap:
+	fetch 2,mem_le_payload_ptr
+	add pdata,2,contr	//l2cap length
+	ifetch 2,contr
+	beq LE_L2CAP_CID_ATT,shutter_dy_le_parse_att
+	beq LE_L2CAP_CID_SMP,le_parse_smp
+	beq LE_L2CAP_CID_SIGNAL,le_parse_signaling
+	rtn
+
+shutter_dy_le_parse_att:
+	ifetch 3,contr
+	store 3,mem_le_att_opcode
+	beq ATTOP_FIND_BY_TYPE_VALUE_RESPONSE,shutter_dy_le_parse_att_find_by_type_value_rsp
+	beq ATTOP_ERROR_RESPONSE,shutter_dy_le_parse_error_rsp
+	beq ATTOP_READ_REQUEST,shutter_dy_le_parse_att_read_request
+	beq ATTOP_READ_BLOB_REQUEST,shutter_dy_le_parse_att_read_blob_request
+	branch le_parse_att2
+
+shutter_dy_le_parse_att_read_blob_request:
+	ifetch 2,contr
+	store 2,mem_le_att_offset
+	arg 20,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_READ_BLOB_RESPONSE
+	istore 1,contw
+	fetch 2,mem_le_att_offset
+	iforce rega
+	fetcht 2,mem_le_att_handle
+	fetch 2,mem_le_pairing_handle
+	isub temp,null
+	nbranch le_send_att_read_blob_response+7,zero
+	call shutter_dy_check_iphone
+	nbranch shutter_dy_le_parse_att_read_blob_request_ios,blank
+	fetch 2,mem_shutter_le_map_len_android
+	branch shutter_dy_le_parse_att_read_blob_request2
+	
+shutter_dy_le_parse_att_read_blob_request_ios:
+	fetch 2,mem_shutter_le_map_len_ios
+shutter_dy_le_parse_att_read_blob_request2:
+	arg mem_shutter_le_hid_map,contr
+	isub rega,loopcnt
+	nbranch le_send_att_error_response_notfound,positive
+	sub loopcnt,22,null
+	branch le_send_att_read_blob_response_less,positive
+	force 22,loopcnt
+	branch le_send_att_read_blob_response_less
+
+shutter_dy_le_parse_att_read_request:
+	fetcht 2,mem_le_att_handle
+	fetch 1,mem_le_configuration
+	bbit1 BIT_BLE_READ_AUTH,shutter_dy_le_send_att_read_response_check_auth
+	branch le_send_att_read_response
+shutter_dy_le_send_att_read_response_check_auth:
+	fetch 2,mem_le_pairing_handle
+	isub temp,null
+	nbranch le_send_att_read_response,zero
+	call le_check_encrypt_state
+	nbranch shutter_dy_le_send_att_read_response,user
+	jam ATT_ERR_INSUFFICIENT_AUTHENTICATION,mem_le_err_code
+	branch le_send_att_error_response
+shutter_dy_le_send_att_read_response:
+	fetch 2,mem_le_pairing_handle
+	isub temp,null
+	nbranch le_send_att_read_response,zero
+	arg mem_shutter_le_hid_map,contr
+	force 22,pdata
+	branch le_send_att_read_response_less
+shutter_dy_le_parse_att_find_by_type_value_rsp:
+shutter_dy_le_remote_iphone:
+	bpatch patch0d_3,mem_patch0d
+	jam 5,mem_shutter_back_count
+	jam 1,mem_iphone_flag
+	jam 1,mem_last_shutter_le_iphone_flag
+	jam 240,mem_send_data_delay
+	jam 10,mem_shutter_move_mid_timer
+	jam 1,mem_shutter_first_move
+	call shutter_dy_load_move_config_info
+	fetch 1,mem_shutter_pairing_success
+	rtn blank
+	call shutter_dy_clear_move_config
+	arg IPHONE_ONCE_MAX_MOVE_VALUE,temp
+//	setarg IPHONE_INITIAL_MOVE_X
+	fetch 2,mem_iphone_initial_move_x
+	arg mem_shutter_move_data_x,rega
+	arg mem_shutter_iphone_beyond_x_count,regb
+	call shutter_dy_iphone_move_initial_set
+	arg IPHONE_ONCE_MAX_MOVE_VALUE,temp
+//	setarg IPHONE_INITIAL_MOVE_Y
+	fetch 2,mem_iphone_initial_move_y
+	arg mem_shutter_move_data_y,rega
+	arg mem_shutter_iphone_beyond_y_count,regb
+	call shutter_dy_iphone_move_initial_set
+	setarg 0xfff
+	fetcht 2,mem_shutter_move_data_y
+	isub temp,pdata
+	store 2,mem_shutter_move_data_y
+	rtn
+shutter_dy_iphone_move_initial_set:
+	idiv temp
+	call wait_div_end
+	quotient pdata
+	remainder temp
+	istore 1,regb
+	istoret 2,rega
+	rtn
+shutter_dy_le_parse_error_rsp:
+	increase -2,contr
+	ifetch 1,contr
+	beq ATTOP_FIND_BY_TYPE_VALUE_REQUEST,shutter_dy_not_iphone_read_conf
+	rtn
+shutter_dy_remote_not_iphone:
+	jam 1,mem_shutter_back_count
+	jam 0,mem_iphone_flag
+	jam 0,mem_last_shutter_le_iphone_flag
+	jam 10,mem_send_data_delay
+	rtn
+
+shutter_dy_not_iphone_read_conf:
+	call shutter_dy_remote_not_iphone
+	branch shutter_dy_load_move_config_info
+	
+shutter_dy_check_iphone:
+	fetch 1,mem_iphone_flag
+	rtn
+
+
+shutter_dy_le_get_press_ptr:	
+	arg mem_dy_key0_press,regc
+	call shutter_dy_check_iphone
+	rtn blank
+	jam 120,mem_send_data_delay
+	arg mem_key0_press_i,regc
+	rtn
+shutter_dy_le_get_release_ptr:	
+shutter_dy_le_get_release_ptr_set:
+	arg mem_key0_release_new,regc
+	call shutter_dy_check_iphone
+	rtn blank
+	arg mem_key0_release_new_i,regc
+	jam 12,mem_send_data_delay
+	copy queue,pdata
+	rtneq SHUTTER_LIKE_KEY_NUM
+	rtn
+shutter_dy_le_get_release_ptr_volume:
+	bpatch patch0d_4,mem_patch0d
+	fetch 1,mem_key3_press_count
+	setflip 0,pdata
+	store 1,mem_key3_press_count
+	beq 0,shutter_dy_le_get_release_ptr_set_volume_inc
+	beq 1,shutter_dy_le_get_release_ptr_set_volume_dec
+	rtn
+shutter_dy_le_get_release_ptr_set_volume_dec:
+	call shutter_dy_le_get_vol_dec_ptr
+	branch push_buffer_in_queue
+shutter_dy_le_get_release_ptr_set_volume_inc:
+	call shutter_dy_le_get_vol_inc_ptr
+	branch push_buffer_in_queue
+shutter_dy_le_get_vol_inc_ptr:
+	arg mem_key3_release_new,regc
+	call shutter_dy_check_iphone
+	rtn blank
+	arg mem_key3_release_new_i,regc
+	rtn
+shutter_dy_le_get_vol_dec_ptr:
+	arg mem_key3_release_new_t,regc
+	call shutter_dy_check_iphone
+	rtn blank
+	arg mem_key3_release_new_i_t,regc
+	rtn	
+shutter_dy_jude_clear_move_config:
+	fetch 1,mem_shutter_le_conned
+	nrtn blank
+	jam 1,mem_shutter_le_conned
+	branch shutter_dy_move_data_store
+shutter_dy_clear_move_config:
+	setarg 0
+	store 7,mem_move_config
+	rtn
+
+
+shutter_dy_write_otp_convert_data:
+	call shutter_dy_check_iphone
+	beq 0x01,shutter_dy_store_ios_config_data
+	beq 0x00,shutter_dy_store_android_config
+	rtn
+
+shutter_dy_read_otp_convert_data:
+	fetch 1,mem_otp_last_shutter_le_iphone_flag	//鍒ゆ柇鏄惁鏄疘OS
+	beq 0x01,shutter_dy_get_ios_config
+	beq 0x00,shutter_dy_get_android_config
+	rtn
+
+shutter_dy_store_ios_config_data:
+	fetch 1,mem_shutter_iphone_beyond_x_count
+	mul32 pdata,IPHONE_ONCE_MAX_MOVE_VALUE,pdata
+	copy pdata,temp
+	fetch 2,mem_shutter_move_data_x
+	iadd temp,pdata	//pdata = pdata+temp
+	store 2,mem_otp_shutter_move_data_x
+
+	fetch 1,mem_shutter_iphone_beyond_y_count
+	mul32 pdata,IPHONE_ONCE_MAX_MOVE_VALUE,pdata
+	copy pdata,temp
+	fetch 2,mem_shutter_move_data_y
+	copy pdata,rega
+	setarg 0xfff
+	isub rega,pdata	//pdata = pdata-rega
+	iadd temp,pdata	//pdata = pdata+temp
+	store 2,mem_otp_shutter_move_data_y
+
+	call shutter_dy_check_iphone
+//	fetch 1,mem_last_shutter_le_iphone_flag
+	store 1,mem_otp_last_shutter_le_iphone_flag
+	rtn
+
+shutter_dy_store_android_config:
+	fetch 2,mem_shutter_move_data_x
+	store 2,mem_otp_shutter_move_data_x
+	fetch 2,mem_shutter_move_data_y
+	store 2,mem_otp_shutter_move_data_y
+	call shutter_dy_check_iphone
+	store 1,mem_otp_last_shutter_le_iphone_flag
+	rtn
+shutter_dy_get_ios_config:
+	fetch 2,mem_otp_shutter_move_data_x
+	div pdata,IPHONE_ONCE_MAX_MOVE_VALUE
+	call wait_div_end
+	quotient pdata
+	remainder temp
+	store 1,mem_shutter_iphone_beyond_x_count
+	copy temp,pdata
+	store 2,mem_shutter_move_data_x
+	fetch 2,mem_otp_shutter_move_data_y
+	div pdata,IPHONE_ONCE_MAX_MOVE_VALUE
+	call wait_div_end
+	quotient pdata
+	remainder temp
+	store 1,mem_shutter_iphone_beyond_y_count
+	//copy temp,pdata
+	setarg 0xfff
+	isub temp,pdata	//pdata = pdata-temp
+	store 2,mem_shutter_move_data_y
+//	fetch 1,mem_otp_last_shutter_le_iphone_flag
+//	store 1,mem_last_shutter_le_iphone_flag
+	rtn
+shutter_dy_get_android_config:
+	fetch 2,mem_otp_shutter_move_data_x
+	store 2,mem_shutter_move_data_x
+	fetch 2,mem_otp_shutter_move_data_y
+	store 2,mem_shutter_move_data_y
+//	fetch 1,mem_otp_last_shutter_le_iphone_flag
+//	store 1,mem_last_shutter_le_iphone_flag
+	rtn
+	
+shutter_dy_store_move_config_info:
+	branch shutter_dy_campare_effective_addr_write_otp
+
+shutter_dy_load_move_config_info:
+	branch shutter_dy_campare_effective_addr_read_otp
+
+//寰幆鎵炬暟鎹紝鍒ゆ柇鏄惁涓虹┖鏁版嵁
+shutter_dy_shutter_uart_config_loop:
+	call shutter_dy_update_read_check_addr
+	fetch 2,mem_otp_read_offset_addr
+	call shutter_dy_shutter_read_move_config_from_otp_addr
+	jam 0,mem_shutter_first_read_flag
+	fetch 5,mem_otp_move_config
+	jam 0,mem_shutter_valid_data_flag
+	jam 0,mem_shutter_temp_count
+	call shutter_dy_campare_otp_data
+	fetch 1,mem_shutter_temp_count
+	rtneq 0
+	branch shutter_dy_shutter_uart_config_loop
+
+//绗竴娆′粠0x1fe0澶勫線鍓嶈
+shutter_dy_shutter_get_first_read_addr:
+//	setarg SHUTTER_EFUSE_START_OFFECT
+	fetch 2,mem_shutter_efuse_start_offset
+	increase -5,pdata
+	store 2,mem_otp_read_offset_addr
+	rtn
+
+//涓嬫璇伙紝鏇存柊mem_otp_read_offset_addr 鍦板潃
+shutter_dy_shutter_next_read_addr:
+	fetch 2,mem_otp_read_offset_addr
+	increase -5,pdata
+	store 2,mem_otp_read_offset_addr
+	rtn
+
+//涓婃璇伙紝鏇存柊mem_otp_read_offset_addr 鍦板潃
+shutter_dy_shutter_last_read_addr:
+	fetch 2,mem_otp_read_offset_addr
+	pincrease 5
+	store 2,mem_otp_read_offset_addr
+	rtn
+
+shutter_dy_shutter_read_ios_android_addr:
+	fetch 2,mem_otp_read_ios_android_addr
+	pincrease 5
+	store 2,mem_otp_read_ios_android_addr
+	//妫鏌ュ湪鍖洪棿鍐
+	fetch 2,mem_otp_read_ios_android_addr
+	copy pdata, temp
+//	setarg SHUTTER_EFUSE_START_OFFECT
+	fetch 2,mem_shutter_efuse_start_offset
+	isub temp,pdata	//pdata = pdata-temp
+	arg SHUTTER_PARA_TOTAL_NUM,temp	//temp = 5
+	isub temp,null	//pdata = pdata-temp, 澶т簬绛変簬0锛宲ositive缃1
+//	nrtn positive
+	nbranch shutter_dy_shutter_not_find_ios_or_android,positive
+	rtn
+
+shutter_dy_update_read_check_addr:
+	fetch 1,mem_shutter_first_read_flag	//绗1娆¤鏍囪瘑
+	beq 0x01,shutter_dy_shutter_get_first_read_addr
+	beq 0x00,shutter_dy_shutter_next_read_addr
+	rtn
+	
+//姣旇緝鏁版嵁锛屽垽鏂槸鍚︿负0
+shutter_dy_campare_otp_data:
+	arg 0x0,regb
+	copy regb, temp
+	fetch 2,mem_otp_shutter_move_data_x
+	icompare 0xffff,temp
+//	isub temp,pdata	//pdata = pdata-temp
+	ncall shutter_dy_set_shutter_valid_data_flag,true
+	arg 0x0,regb
+	copy regb, temp
+	fetch 2,mem_otp_shutter_move_data_y
+	icompare 0xffff,temp
+	ncall shutter_dy_set_shutter_valid_data_flag,true
+	arg 0x0,regb
+	copy regb, temp
+	fetch 1,mem_otp_last_shutter_le_iphone_flag
+	icompare 0xff,temp
+	ncall shutter_dy_set_shutter_valid_data_flag,true
+	rtn
+
+//mem_shutter_temp_count +1 鎿嶄綔
+shutter_dy_set_shutter_valid_data_flag:
+	fetch 1,mem_shutter_temp_count
+	pincrease 1
+	store 1,mem_shutter_temp_count
+	rtn
+shutter_dy_shutter_judge_ios_or_android:
+	jam 1,mem_shutter_temp_count
+	call shutter_dy_shutter_read_ios_android_addr
+	fetch 2,mem_otp_read_ios_android_addr
+	call shutter_dy_shutter_read_move_config_from_otp_addr
+	call shutter_dy_check_iphone
+	copy pdata, temp
+	fetch 1,mem_otp_last_shutter_le_iphone_flag
+	icompare 0xff,temp
+	call shutter_dy_clear_temp_count,true
+	
+	fetch 1,mem_shutter_temp_count
+	rtneq 0
+	branch shutter_dy_shutter_judge_ios_or_android
+
+
+shutter_dy_shutter_not_find_ios_or_android:
+	bpatch patch0d_5,mem_patch0d
+	call shutter_dy_clear_temp_count
+	call shutter_dy_check_iphone
+	branch shutter_dy_shutter_android_save_init_loaction,blank
+	branch shutter_dy_shutter_ios_save_init_loaction
+shutter_dy_shutter_android_save_init_loaction:
+//	setarg ANDROID_INITIAL_MOVE_X
+	fetch 2,mem_android_initial_move_x
+	store 2, mem_shutter_move_data_x
+//	arg ANDROID_INITIAL_MOVE_Y,temp
+	fetcht 2,mem_android_initial_move_y
+	setarg 0xfff
+	isub temp,pdata
+	store 2, mem_shutter_move_data_y
+	branch shutter_dy_store_move_config_info
+	
+shutter_dy_shutter_ios_save_init_loaction:
+	arg IPHONE_ONCE_MAX_MOVE_VALUE,temp
+//	setarg IPHONE_INITIAL_MOVE_X
+	fetch 2,mem_iphone_initial_move_x
+	arg mem_shutter_move_data_x,rega
+	arg  mem_shutter_iphone_beyond_x_count,regb
+	call shutter_dy_iphone_move_initial_set
+	arg IPHONE_ONCE_MAX_MOVE_VALUE,temp
+//	setarg IPHONE_INITIAL_MOVE_Y
+	fetch 2,mem_iphone_initial_move_y
+	arg mem_shutter_move_data_y,rega
+	arg  mem_shutter_iphone_beyond_y_count,regb
+	call shutter_dy_iphone_move_initial_set
+	setarg 0xfff
+	fetcht 2,mem_shutter_move_data_y
+	isub temp,pdata
+	store 2,mem_shutter_move_data_y
+	branch shutter_dy_store_move_config_info
+	
+shutter_dy_clear_temp_count:
+	jam 0,mem_shutter_temp_count
+	rtn
+//鍙栨湁鏁堝湴鍧缁檓em_otp_write_offset_addr
+shutter_dy_campare_effective_addr_read_otp:
+	bpatch patch0d_6,mem_patch0d
+	jam 1,mem_shutter_first_read_flag
+	call shutter_dy_shutter_uart_config_loop
+	//鑾峰緱浜嗗湴鍧
+	//鏍￠獙鏄惁鏄秺鐣
+//	setarg SHUTTER_EFUSE_END_OFFECT
+	fetch 2,mem_shutter_efuse_end_offset
+	copy pdata, temp
+	fetch 2,mem_otp_read_offset_addr
+	isub temp,pdata	//pdata = pdata-temp
+	arg 0x0,temp	//temp = 0
+	isub temp,null	//null = pdata-temp, 澶т簬绛変簬0锛宲ositive缃1
+	nrtn positive
+	fetch 2,mem_otp_read_offset_addr
+	copy pdata, temp
+//	setarg SHUTTER_EFUSE_START_OFFECT
+	fetch 2,mem_shutter_efuse_start_offset
+	increase -5,pdata
+	isub temp,pdata	//pdata = pdata-temp
+	//璇讳笂涓娆″湴鍧
+//	ncall p_shutter_last_read_addr,zero
+	fetch 2,mem_otp_read_offset_addr
+	store 2,mem_otp_read_ios_android_addr
+	call shutter_dy_shutter_judge_ios_or_android
+	fetch 2,mem_otp_read_ios_android_addr
+	ncall shutter_dy_shutter_read_move_config_from_otp_addr,zero
+	
+	//妫鏌ヤ负0鍒欎笉璧嬪
+	jam 0,mem_shutter_temp_count
+	call shutter_dy_campare_otp_data
+	fetch 1,mem_shutter_temp_count
+	rtneq 0
+	branch shutter_dy_read_otp_convert_data
+	
+//鍙栨湁鏁堝湴鍧缁檓em_otp_write_offset_addr
+shutter_dy_campare_effective_addr_write_otp:
+	bpatch patch0d_7,mem_patch0d
+	jam 1,mem_shutter_first_read_flag
+	call shutter_dy_shutter_uart_config_loop
+	//鑾峰緱浜嗗湴鍧
+	//鏍￠獙鏄惁鏄秺鐣
+//	setarg SHUTTER_EFUSE_END_OFFECT
+	fetcht 2,mem_shutter_efuse_end_offset
+//	copy pdata, temp
+	fetch 2,mem_otp_read_offset_addr
+	isub temp,pdata	//pdata = pdata-temp
+	arg 0x0,temp	//temp = 0
+	isub temp,null	//pdata = pdata-temp, 澶т簬绛変簬0锛宲ositive缃1
+	nrtn positive
+	//妫鏌ュ湪鍖洪棿鍐
+	fetcht 2,mem_otp_read_offset_addr
+//	setarg SHUTTER_EFUSE_START_OFFECT
+	fetch 2,mem_shutter_efuse_start_offset
+	isub temp,pdata	//pdata = pdata-temp
+	arg 0x0,temp	//temp = 0
+	isub temp,null	//pdata = pdata-temp, 澶т簬绛変簬0锛宲ositive缃1
+	nrtn positive
+	fetch 2,mem_otp_read_offset_addr
+	store 2,mem_otp_write_offset_addr
+	call shutter_dy_write_otp_convert_data
+
+	branch shutter_dy_shutter_write_move_config_to_otp_addr
+	
+
+
+shutter_dy_shutter_read_move_config_from_otp_addr:
+	arg SHUTTER_PARA_TOTAL_NUM,temp
+//	fetch 2,mem_otp_read_offset_addr
+	arg mem_otp_move_config,rega
+	branch otpd_read_data
+
+
+shutter_dy_shutter_write_move_config_to_otp_addr:
+	arg SHUTTER_PARA_TOTAL_NUM,loopcnt
+	arg mem_otp_move_config,rega
+	fetch 2, mem_otp_write_offset_addr
+	copy pdata,temp
+	branch otp_write
+
+shutter_dy_shutter_1s_timer:
+	arg mem_shutter_1s_timer,regc
+	arg shutter_dy_store_move_config_info,regb
+	branch timer_single_step
+
+
+
+
+	
+
+
+// Rf debug
+
+
+rf_debug_rx_gpio_low:
+	fetch 1,mem_rf_debug_rx_gpio
+rf_debug_gpio_low:
+	arg gpcfg_output_low,temp
+	branch gpio_config_function
+
+rf_debug_rx_on_line:
+rf_debug_rx_gpio_high:
+	fetch 1,mem_rf_debug_rx_gpio
+rf_debug_gpio_high:
+	arg gpcfg_output_high,temp
+	branch gpio_config_function
+
+rf_debug_rx_gpio_h_l_h:
+	call rf_debug_rx_gpio_high
+rf_debug_rx_gpio_l_h:
+	call rf_debug_rx_gpio_low
+	branch rf_debug_rx_gpio_high
+
+rf_debug_rx_gpio_l_h_l:
+rf_debug_shutdown_radio_line:
+	call rf_debug_rx_gpio_l_h
+rf_debug_rx_crc_line:
+	branch rf_debug_rx_gpio_low
+
+rf_debug_rx_sync_line:
+	branch rf_debug_rx_gpio_l_h
+
+rf_debug_rx_crc_fail_line:
+	call rf_debug_rx_gpio_l_h
+	branch rf_debug_rx_gpio_l_h_l
+
+rf_debug_rx_match_line:
+rf_debug_rx_crc_error_line:
+rf_debug_rx_sync_timeout_line:
+	branch rf_debug_rx_gpio_low
+
+
+rf_debug_tx_off_line:
+rf_debug_tx_gpio_low:
+	fetch 1,mem_rf_debug_tx_gpio
+	branch rf_debug_gpio_low
+
+rf_debug_tx_on_line:
+rf_debug_tx_gpio_high:
+	fetch 1,mem_rf_debug_tx_gpio
+	branch rf_debug_gpio_high
+
+rf_debug_tx_gpio_l_h_l:
+	call rf_debug_tx_gpio_low
+	call rf_debug_tx_gpio_high
+	branch rf_debug_tx_gpio_low
+
+	
+
+
+
+fcc_auth_config:
+	call pn9
+	branch fcc_auth_procedures
+
+
+
+fcc_auth_procedures:
+	bpatch patch0e_3,mem_patch0e
+//以下变量保持默认值
+	jam FCC_DATA_RATE_1Mbps, mem_fcc_mod
+	jam FCC_BT_MODE, mem_fcc_btble
+	jam FCC_LEN_DH1, mem_fcc_data_length
+	jam FCC_FIXED_FREQ, mem_fcc_hop
+	
+	fetch 2, mem_fcc_config_cb
+	call callback_func
+	
+	fetch FCC_PARA_LEN,mem_fcc_param
+	store FCC_PARA_LEN,mem_fcc_param_new
+	fetch 1, mem_fcc_tx_power
+	store 1, mem_tx_power
+	
+	fetch 1, mem_fcc_txrx
+	beq FCC_TX, fcc_auth_tx_start
+	beq FCC_RX, fcc_auth_rx_start
+fcc_auth_tx_start:
+	fetcht 1,mem_fcc_ch
+	fetch 1,mem_fcc_btble
+	beq FCC_BLE_MODE,fcc_auth_ble_tx_on
+	beq FCC_BT_MODE,fcc_auth_bt_tx_on
+fcc_auth_ble_tx_on:
+	bpatch patch0e_4,mem_patch0e
+	call fcc_set_sync_on
+	call set_freq_tx
+	//disable enable_white
+	call fcc_le_enable
+	set1 TXGFSK,radio_ctrl
+	enable encode_fec0
+	enable is_tx
+	disable is_rx
+	call le_wait_tx
+	fetch 1,mem_fcc_data
+	store 1,core_tx_test_mode
+	branch fcc_auth_tx_data
+fcc_auth_tx_data:
+	bpatch patch0e_5,mem_patch0e
+	fetch 1,mem_fcc_mod
+	beq FCC_DATA_RATE_1Mbps,calculate_GFSK_modulation_length
+calculate_GFSK_modulation_length:	
+	fetch 1,mem_fcc_data_length
+	beq FCC_LEN_DH1,calculate_gfsk_modulation_length_dh1
+	beq FCC_LEN_DH3,calculate_gfsk_modulation_length_dh3
+	beq FCC_LEN_DH5,calculate_gfsk_modulation_length_dh5
+calculate_gfsk_modulation_length_dh1:
+	arg 53,loopcnt
+	arg mem_pn9,contr
+	branch pnloop_stable
+calculate_gfsk_modulation_length_dh3:
+	arg 203,loopcnt
+	arg mem_pn9,contr
+	branch pnloop_stable
+calculate_gfsk_modulation_length_dh5:
+	arg 354,loopcnt
+	arg mem_pn9,contr
+	branch pnloop_stable
+
+
+fcc_auth_bt_tx_on:
+	bpatch patch0e_6,mem_patch0e
+	//call p_test_ble_bt_rx_off	//close rx
+	call fcc_set_sync_on
+	call set_freq_tx
+	disable enable_white
+	enable encode_fec0
+	enable is_tx
+//call ice_break
+	fetcht 1,mem_fcc_mod
+	copy temp,radio_ctrl
+	fetch 1,mem_fcc_data
+	store 1,core_tx_test_mode
+	beq 0,fcc_auth_tx_data	
+test_tx_carrier_loop:
+	bpatch patch0e_7,mem_patch0e
+	fetch 1,mem_fcc_data_length
+	copy pdata,loopcnt
+	arg mem_pn9,contr
+pnloop_carrier:
+	ifetch 1,contr
+	inject mod,8
+	loop pnloop_carrier
+	
+	fetch 2, mem_fcc_config_cb
+	call callback_func
+	fetch FCC_PARA_LEN,mem_fcc_param
+	fetcht FCC_PARA_LEN,mem_fcc_param_new
+	isub temp,null
+	branch test_tx_carrier_loop,zero
+	branch fcc_auth_procedures
+
+pn9:
+	arg mem_pn9_size,loopcnt
+ 	arg mem_pn9,contw
+  	setarg 0x1ff
+    	force 0,regb
+pn9_loop:    
+	rshift3 pdata,rega
+	rshift rega,rega
+	ixor rega,rega
+	isolate1 0,rega
+	setflag true,9,pdata
+	rshift temp,temp
+	isolate1 0,pdata
+	setflag true,7,temp
+	rshift pdata,pdata
+	increase 1,regb
+	compare 0,regb,0x7
+	nbranch pn9_loop,true
+	//copy temp,pdata
+	istoret 1,contw
+	 //   inject mod,8
+	loop pn9_loop
+	rtn
+
+
+
+
+fcc_le_enable:
+	bpatch patch0f_0,mem_patch0f
+	set0 mark_ble_lr,mark
+	jam 0x03,0x8901
+	jam 0x84,0x8920
+	jam 0xa7,0x8925
+	jam 0x03,0x8930
+	//jam 0x58,0x8933
+	//jam 0x0a,0x8934
+	jam 0x40,0x8937
+	jam 0x85,0x8a6d
+	jam 0x89,core_rx_bq_cfg0
+	fetch 1,mem_le_mode
+	rtnbit1 mark_ble_2M
+	jam 0x01,0x8901
+	jam 0x80,0x8920
+	jam 0x05,0x8a6d
+	jam 0x09,core_rx_bq_cfg0
+//	rtnbit0 mode_lr
+	set1 mark_ble_lr,mark
+	jam 0x05,0x8901
+	jam 0x24,0x8930
+	jam 0x0a,0x8934
+    	rtn
+
+fcc_shutdown_radio:
+	bpatch patch0f_1,mem_patch0f
+	force 0x08,radio_ctrl
+	force 0,radio_ctrl
+	disable is_rx
+	disable is_tx
+	pulse packet_end
+	jam 0x5,modem_en
+	nop 2
+	jam 0x0,modem_en
+	call fcc_set_sync_on
+	jam 0,core_syn_en
+	jam 0x10,core_rf_ldo_en0
+	jam 0,core_rf_ldo_en1	
+	rtn		
+fcc_test_ble_bt_tx_off:
+	branch fcc_shutdown_radio
+	
+pnloop_stable:
+	ifetch 1,contr
+	inject mod,8
+	loop pnloop_stable
+	call fcc_test_ble_bt_tx_off
+	enable swfine
+	arg 0x350,stop_watch
+stable_stop:
+	branch fcc_auth_procedures,timeout
+
+	fetch 2, mem_fcc_config_cb
+	call callback_func
+	fetch FCC_PARA_LEN,mem_fcc_param
+	fetcht FCC_PARA_LEN,mem_fcc_param_new
+	isub temp,null
+	branch stable_stop,zero
+	call fcc_test_ble_bt_tx_off
+	branch fcc_auth_procedures
+
+fcc_set_sync_on:
+	bpatch patch0f_2,mem_patch0f
+	jam 0x5,modem_en
+	nop 2
+	jam 0x0,modem_en					
+	jam 0xaa,core_rf_ldo_cfg4
+	jam 0xaa,core_rf_ldo_cfg5
+	jam 0x15,core_rf_ldo_cfg6
+	jam 0xf8,core_rf_ldo_en0    //rom 0x78------ldo en
+
+	//rom
+//	fetch 1,core_clkpll_cfg6
+//	set1 7,pdata
+//	store 1,core_clkpll_cfg6
+	
+	jam 4,core_rf_ldo_en1
+	nop 120
+	jam 0x7a,core_syn_en
+	jam 0,core_rx_en0
+	jam 0,core_rx_en1
+	jam 0,core_tx_en0
+	jam 0,core_tx_en1
+	jam 0x2a,core_rf_ldo_cfg5
+	jam 0x78,core_rf_ldo_en0
+	//rom
+//	fetch 1,core_clkpll_cfg6
+//	set0 7,pdata
+//	store 1,core_clkpll_cfg6	
+	jam 0,core_syn_cal_ctrl
+	rtn
+
+
+fcc_auth_rx_start:
+	call fcc_test_ble_rx_on
+fcc_test_rx_loop:
+	bpatch patch0f_3,mem_patch0f
+//	call hci_rx_packet
+//	call p_interface_for_usb_cmd
+	fetch 2, mem_fcc_config_cb
+	call callback_func
+	fetch FCC_PARA_LEN,mem_fcc_param
+	fetcht FCC_PARA_LEN,mem_fcc_param_new
+	isub temp,null
+	branch fcc_test_rx_loop,zero
+	branch fcc_auth_procedures
+fcc_test_ble_rx_on:
+	bpatch patch0f_4,mem_patch0f
+	call fcc_test_ble_bt_tx_off	//close tx
+	call set_freq_rx
+	setarg param_pll_setup
+	call sleep
+	branch rf_rx_enable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+l2cap_init:
+	branch l2cap_init_wake,wake
+	setarg mem_l2cap_xmem_end
+	arg mem_l2cap_xmem_start,contw
+	isub contw,loopcnt
+	call clear_mem
+l2cap_init_wake:	
+//	branch l2cap_lpm_load_txbuf
+	rtn
+	
+
+
+l2cap_check_map:
+//	call l2cap_malloc_is_fifo_full
+//	nrtn blank
+	bpatch patch0f_5,mem_patch0f
+	call l2cap_malloc_get_full_map
+	fetch 1,mem_used_map
+	beq 0,set_pdata_0
+	beq 1,set_pdata_0
+	beq 2,set_pdata_0
+	beq 3,set_pdata_0
+	beq 0x81,set_pdata_0
+	beq 0xc0,set_pdata_0
+	beq 0x80,set_pdata_0
+	beq 0x40,set_pdata_0
+	rtn
+
+
+check_l2cap_map:
+	arg 0,queue
+	arg 0,regb
+
+check_l2cap_map_loop:
+	sub queue,7,null
+	nrtn positive
+	qisolate1 rega
+	branch check_l2cap_map_used,true
+	branch check_l2cap_map_used2
+
+check_l2cap_map_used:
+	copy temp,pdata
+	branch check_l2cap_map_used2,blank
+	qset1 regb
+	increase -1,temp
+
+check_l2cap_map_used2:
+	increase 1,queue
+	branch check_l2cap_map_loop
+
+
+
+
+//char* malloc(short len)
+//input: rega -> len
+//rtn: regb -> pbuff;return from pdata
+//val: queue -> i
+//val: timeup -> buff_cnt
+
+
+
+ble_l2cap_malloc:
+	fetchr regd,2,mem_ble_l2cap_tx_buff0_ptr
+	fetchr rege,2,mem_ble_l2cap_tx_buff_size_ptr
+	call disable_user
+	branch host_l2cap_malloc
+
+host_l2cap_malloc:
+	bpatch patch0f_6,mem_patch0f
+	call l2cap_malloc_is_fifo_full
+	nbranch assert,blank//assert when fifo full
+	call l2cap_malloc_get_full_map
+	arg 8,loopcnt
+host_l2cap_malloc_loop:
+	fetcht 1,mem_used_map
+	sub loopcnt,8,queue
+	qisolate1 temp
+	branch host_l2cap_malloc_next_buffer,true//if(1 == (used_map & (1 << i)))goto next;
+	call host_l2cap_malloc_check_buffer_enough
+	nbranch host_l2cap_malloc_next_buffer,positive//if(buff_cnt <= 0)goto next;
+	call host_l2cap_malloc_into_fifo
+	branch host_l2cap_malloc_succ//return (pbuff);
+host_l2cap_malloc_next_buffer:
+	copy rege,pdata
+	iadd regd,regd		//pbuff += BUFF_SIZE;//point to next buff
+	loop host_l2cap_malloc_loop
+	branch assert	//return NULL
+host_l2cap_malloc_succ:
+	copy regd,pdata
+	copy regd,contw
+	rtn//return pointer via pdata
+
+
+//char is_size_enough(char buff_index, short len)
+//input: rega -> len
+//input: loopcnt -> 8-buff_index
+//rtn: positive is diable mean no buffer
+//positive is enable mean get buffer
+
+host_l2cap_malloc_check_buffer_enough:
+	bpatch patch0f_7,mem_patch0f
+	sub loopcnt,8,queue
+	arg 0,temp
+	arg 0,timeup
+host_l2cap_malloc_check_buffer_enough_loop:
+	copy queue,pdata
+	beq 8,host_l2cap_malloc_check_buffer_enough_end
+	fetch 1,mem_used_map
+	qisolate1 pdata		//the buffer is used
+	branch host_l2cap_malloc_check_buffer_enough_end,true
+	qset1 timeup
+	copy rege,pdata
+	iadd temp,temp
+	increase 1,queue
+	copy rega,pdata
+	isub temp,null
+	branch host_l2cap_malloc_check_buffer_enough_end,zero//(max_size_fom_buff_index ==  len)
+	branch host_l2cap_malloc_check_buffer_enough_loop,positive//(max_size_fom_buff_index <  len)
+host_l2cap_malloc_check_buffer_enough_end:
+	copy temp,pdata
+	isub rega,null
+	nrtn zero
+	qset1 timeup
+	rtn
+
+
+//void buff_into_fifo(char buff_index, char buff_cnt, short len)
+//input: rega -> len
+//input: regc -> buff_index
+//input: timeup -> buff_cnt
+//val:temp ->   (fifo->map)
+
+host_l2cap_malloc_into_fifo:
+	bpatch patch10_0,mem_patch10
+	call l2cap_malloc_is_fifo_full
+	nbranch assert,blank //fifo full
+	call l2cap_malloc_is_fifo_empty
+	branch host_l2cap_malloc_into_fifo_no_push,blank//fifo empty, no need to push
+	fetch 9,mem_tx_fifo1
+	store 9,mem_tx_fifo0
+	setarg 0
+	istore 3,contw//mem_tx_fifo3
+host_l2cap_malloc_into_fifo_no_push:
+	storer timeup,1,mem_tx_fifo3_map
+	storer regd,2,mem_tx_fifo3_ptr
+	rtn
+
+
+
+//void* l2cap_malloc_fifo_out(void)
+//output:len -> temp
+//output:ptr ->pdata
+//only get ptr,not free
+
+l2cap_malloc_fifo_out:
+	bpatch patch10_1,mem_patch10
+	call l2cap_malloc_fifo_get_first_ptr
+	increase 1,contr
+	ifetch 2,contr //ptr ->pdata
+	rtn
+
+
+
+//void free_first_buff_in_fifo(void)
+//only free the first one
+
+l2cap_malloc_free:
+	bpatch patch10_2,mem_patch10
+	call l2cap_malloc_fifo_get_first_ptr
+	copy contr,contw
+	copy contr,temp
+	setarg 0
+	istore 3,contw
+	rtn
+
+
+
+//void l2cap_malloc_discard(void)
+//discard the latest malloc
+
+l2cap_malloc_discard:
+	bpatch patch10_3,mem_patch10
+	call l2cap_malloc_is_fifo_empty
+	branch assert,blank
+	fetch 3,mem_tx_fifo2
+	store 3,mem_tx_fifo3
+	fetch 3,mem_tx_fifo1
+	store 3,mem_tx_fifo2
+	fetch 3,mem_tx_fifo0
+	store 3,mem_tx_fifo1
+	rtn
+
+
+
+//bool fifo_is_full(void)
+//blank == 1: not full
+//blank == 0: full
+
+l2cap_malloc_is_fifo_full:
+	bpatch patch10_4,mem_patch10
+	fetch 3,mem_tx_fifo0
+	rtn
+
+
+
+//bool fifo_nearly_full(void)
+//blank == 1: nearly full
+//blank == 0: not nearly full
+
+l2cap_malloc_is_fifo_nearly_full:
+	bpatch patch10_5,mem_patch10
+	fetch 3,mem_tx_fifo1
+	rtn
+
+
+
+//bool fifo_is_empty(void)
+//blank == 1: empty
+//blank == 0: not empty
+
+l2cap_malloc_is_fifo_empty:
+	bpatch patch10_6,mem_patch10
+	fetch 3,mem_tx_fifo3
+	rtn
+
+
+
+//char* l2cap_malloc_fifo_get_first_ptr(void)
+//output:contr  -->ptr
+	
+l2cap_malloc_fifo_get_first_ptr:
+	call l2cap_malloc_is_fifo_empty
+	branch l2cap_malloc_fifo_get_first_ptr_empty,blank // fifo is empty
+	arg mem_tx_fifo0,contr
+l2cap_malloc_free_loop:
+	ifetch 3,contr
+	branch l2cap_malloc_free_loop,blank
+l2cap_malloc_fifo_get_first_ptr_empty:
+	increase -3,contr
+	rtn
+
+
+
+//char* l2cap_malloc_get_full_map(void)
+//output:mem_used_map  -->full_map
+//add all maps into one
+	
+l2cap_malloc_get_full_map:
+	bpatch patch10_7,mem_patch10
+	arg 4,loopcnt
+	arg mem_tx_fifo0_map,contr
+	arg 0,temp
+l2cap_malloc_get_full_map_loop:	
+	ifetch 3,contr
+	and pdata,0xff,pdata
+	ior temp,temp
+	loop l2cap_malloc_get_full_map_loop
+	storet 1,mem_used_map
+	rtn
+
+l2cap_util_pdata_to_contw:
+	branch assert,blank
+	copy pdata,contw
+	rtn
+	
+
+l2cap_lpm_save_calc_len:
+	bpatch patch11_0,mem_patch11
+	arg 0,regb
+	arg mem_tx_fifo0_map,rega
+	increase -2,rega
+l2cap_lpm_save_calc_len_loop:
+	increase 2,rega
+	setarg mem_tx_fifo_end
+	isub rega,null
+	branch l2cap_lpm_save_calc_len_end,zero //end of 2lcap tx fifo
+	ifetch 1,rega
+	increase 1,rega
+	branch l2cap_lpm_save_calc_len_loop,blank
+	ifetcht 2,rega
+	ifetch 2,temp
+	iadd regb,regb
+	increase 4,regb //l2cap header len
+	branch l2cap_lpm_save_calc_len_loop
+l2cap_lpm_save_calc_len_end:
+	copy regb,pdata
+	rtn
+
+
+l2cap_lpm_get_wake_lock:
+	arg wake_lock_l2cap_tx,queue
+	branch lpm_get_wake_lock
+
+l2cap_lpm_put_wake_lock:
+	arg wake_lock_l2cap_tx,queue
+	branch lpm_put_wake_lock
+	
+
+l2cap_lpm_save_txbuf:
+	call l2cap_malloc_get_full_map
+	fetch 1,mem_used_map
+	rtn blank
+	call l2cap_lpm_save_calc_len
+	arg l2cap_lpm_txbuf_len,temp
+	isub temp,null
+	branch l2cap_lpm_get_wake_lock,positive //no enougth space to save l2cap tx data
+	call l2cap_lpm_put_wake_lock
+//	arg mem_l2cap_lpm_txbuf,contw
+	fetch 2,mem_l2cap_lpm_txbuf_ptr
+	copy contr,contw
+	arg mem_tx_fifo0,rega
+l2cap_lpm_save_txbuf_loop:
+	setarg mem_tx_fifo_end
+	isub rega,null
+	rtn zero //end of 2lcap tx fifo
+	ifetch 1,rega  //mem_tx_fifoX_map
+	increase 1,rega
+	nbranch l2cap_lpm_save_txbuf_nempty,blank
+	istore 2,contw // length = 0
+	increase 2,rega
+	branch l2cap_lpm_save_txbuf_loop
+l2cap_lpm_save_txbuf_nempty:
+	ifetch 2,rega //ptr
+	increase 2,rega
+	copy pdata,contr
+	ifetch 2,contr  //l2cap len
+	istore 2,contw
+	copy pdata,loopcnt
+	increase 2,loopcnt //add CID len
+	call memcpy
+	branch l2cap_lpm_save_txbuf_loop
+
+l2cap_lpm_load_txbuf:
+	call l2cap_malloc_get_full_map
+	fetch 1,mem_used_map
+	rtn blank
+	arg mem_tx_fifo0_ptr,rega
+	increase -3,rega //mem_tx_fifo0_ptr -3
+//	arg mem_l2cap_lpm_txbuf,contr
+	copy contr,contw
+	fetch 2,mem_l2cap_lpm_txbuf_ptr
+	copy contw,contr
+l2cap_lpm_load_txbuf_loop:
+	increase 3,rega //mem_tx_fifoX_ptr
+	setarg mem_tx_fifo_end+1
+	isub rega,null
+	rtn zero //end of 2lcap tx fifo
+	ifetch 2,contr
+	branch l2cap_lpm_load_txbuf_loop,blank
+	increase 4,pdata //l2cap header len
+	copy pdata,loopcnt
+	copy contr,regb
+	ifetch 2,rega //ptr
+	copy pdata,contw
+	copy regb,contr
+	increase -2,contr
+	call memcpy
+	branch l2cap_lpm_load_txbuf_loop
+	
+
+
+	
+
+
+
+
+
+//pdata:gpio number
+twspi_reset:
+	bpatch patch11_1,mem_patch11
+	copy temp,pdata
+	and_into 0xff,pdata
+	sub pdata,GPIO_NUMBER+-1,null
+	nbranch assert,positive
+	arg core_gpio_conf,contw
+twspi_reset_next:
+	iadd contw,contw
+	copy contw,rega
+	arg gpcfg_output_low,temp
+	istoret 1,contw
+	call twspi_disable
+	nop 30
+	copy rega,contw
+	arg gpcfg_output_high,temp
+	istoret 1,contw
+	branch twspi_enable
+
+
+
+twspi_disable:
+	fetch 1,core_spid_delay
+	and_into 0x7f,pdata
+	store 1,core_spid_delay
+	rtn
+
+twspi_enable:
+	fetch 1,core_spid_delay
+	or_into 0x80,pdata
+	store 1,core_spid_delay
+	rtn
+
+twspi_write:
+	branch spid_write_reg
+
+twspi_read:
+	branch spid_read_reg
+
+
+
+aes_disable:
+	fetch 1,core_aes_en
+	and_into 0xfd,pdata   	// disable aes
+	store 1,core_aes_en
+	rtn
+
+read_function_aes:
+	nbranch read_function,user
+	fetch 1,core_aes_en
+	or_into 0x2,pdata   	// enable aes 
+	store 1,core_aes_en
+read_function:
+	copy temp,null //length
+	branch read_fuction_zero,zero
+	copy regc,pc  //branch pc
+	
+read_fuction_zero:
+	isolate0 0,null  // always true
+	branch set_ucode_status
+	
+
+get_block_header:
+	force 4,temp
+get_block_header0:
+	arg mem_ucode_buf,rega
+	call aes_disable	// disable aes for header
+	call read_function
+	arg 0x55aa,rega
+	fetch 2,mem_ucode_buf
+	ifetcht 2,contr
+	isub rega,null
+	rtn
+
+
+read_first_block:
+	call load_aes_reinit,user
+	arg 2,temp
+	arg mem_ucode_ptr,rega
+	call read_function
+	fetch 2,mem_ucode_ptr
+	store 2,mem_addr_mi
+	call get_iv,user
+	rtn
+	
+get_iv:
+	arg 16,temp
+	arg mem_ucode_keybuf,rega
+	call aes_disable	// disable aes for iv
+	call read_function
+set_iv:
+	arg mem_ucode_keybuf,contr
+	arg 16,loopcnt
+	call aes_load_data
+	call aes_init
+	call aes_clear_data
+	branch do_aes_cbc			// generate first IV 
+
+load_aes_reinit:
+	jam 0x0, core_ucode_ctrl
+	call aes_disable
+	branch aes_clear_data
+
+load_storage:
+	setarg 0
+	store 2,mem_queue	//data checksum
+	disable match
+	call get_block_header
+	nrtn zero
+	enable match
+	jam 0x80, core_ucode_ctrl
+	jam 0,core_ucode_hi
+	jam 0,core_ucode_low
+	arg core_ucode_data,rega
+	call read_function_aes
+	jam 0x0, core_ucode_ctrl
+	fetch 1,mem_ucode_status
+	rtnbit0 0           //rtn if load code fail
+load_storage_loop:
+	arg 6,temp
+	call get_block_header0
+	nbranch load_data_checksum_compare,zero
+	ifetch 2,contr
+	iforce rega
+	call read_function
+	call load_data_checksum_calc
+	branch load_storage_loop
+
+
+load_data_checksum_calc:
+	fetch 2,mem_queue
+	arg 6,loopcnt
+	arg mem_ucode_buf,contr
+	call cal_sum
+	fetchr loopcnt,2,mem_ucode_len
+	copy rega,contr
+	call cal_sum
+	store 2,mem_queue
+	rtn
+
+load_data_checksum_compare:
+	fetch 1,mem_load_check_sum
+	beq 0x5a,load_data_checksum_ok //skip check sum 
+	arg 0xaa55,rega
+	fetch 2,mem_ucode_buf
+	isub rega,null
+	nbranch load_data_checksum_compare_fail, zero
+	arg 0x55aa,rega
+	fetch 2,mem_ucode_len
+	isub rega,null
+	nbranch load_data_checksum_compare_fail, zero
+	fetch 2,mem_sched_addr
+	fetcht 2,mem_queue	//calc  sum
+	isub temp,null
+	nbranch load_data_checksum_compare_fail, zero
+load_data_checksum_ok:	
+	set1 15,rega
+	branch read_fuction_zero
+
+load_data_checksum_compare_fail:
+	jam 0,mem_ucode_status
+	rtn
+
+
+loadcode_lock:
+	fetch 2,core_ucode_flag
+	store 2,mem_ucode_device_flag
+	set0 lpmreg_ice_mode_bit,pdata
+	nrtn blank 	
+	
+	setarg OTP_OFFSET_DEVICE_FLAG 
+	arg mem_ucode_device_flag,rega
+	arg 2,temp
+	call otpd_read_data
+	
+	fetch 1,mem_ucode_ptr
+	rshift4 pdata,temp
+	fetch 1,mem_ucode_device_flag
+	lshift4 pdata,pdata
+	ior temp,pdata
+	store 1,mem_ucode_device_flag
+	branch app_lpm_peripheral_lock_check
+
+
+loadcode:
+	jam 0x25,core_clkoff			// disable debug uart
+	call clean_mem
+	disable user
+	jam 0,mem_ucode_status
+	call otp_read_pwr_on
+	call app_read_efuse_app_vsel	
+	setarg OTP_OFFSET_UCODE_FLAG 
+	arg mem_ucode_ptr,rega
+	arg 2,temp
+	call otpd_read_data
+	call loadcode_lock
+	setarg OTP_OFFSET_LOADCODE_DELAY
+	arg mem_load_delay ,rega
+	arg 2,temp
+	call otpd_read_data	
+
+	fetch 1,mem_ucode_device_flag
+	bbit0 OTP_UFLAG_AES, loadcode_otp
+	setarg OTP_OFFSET_UCODE_KEY
+	arg mem_ucode_keybuf,rega
+	arg 16,temp
+	call otpd_read_data
+	jam LOCK_OTP,core_misc_ctrl	// disable further read/write of key
+	set1 mark_otp_encrypt,mark	
+	arg mem_ucode_keybuf,contr
+	call load_key
+	enable user			// set user for aes
+
+loadcode_otp:
+	jam 0,mem_loadcode_times
+loadcode_otp_loop:
+	call loadcode_timeout
+	nbranch loadcode_error,positive	
+	call load_aes_reinit,user
+	fetch 2,mem_ucode_ptr
+	byteswap pdata,pdata
+	arg 0x7ff,temp
+	iand temp,pdata
+	branch loadcode_iic, zero  //no otp 
+	call otp_set_addr
+	arg otpd_read_code,regc
+	call get_iv,user
+	call load_storage
+	nbranch loadcode_iic,match
+	fetch 1,mem_ucode_status
+	compare 3,pdata,3
+	nbranch loadcode_otp_loop,true	// crc error, try again
+	call run_otp_code
+	
+loadcode_iic:
+	call otp_pwr_off
+	jam 0,mem_loadcode_times
+loadcode_iic_loop:	
+	call loadcode_timeout
+	nbranch loadcode_error,positive	
+	call iicd_load_gpio_init
+	call clear_eeprom_size_2k
+	fetch 1,mem_ucode_device_flag
+	bbit1 OTP_UFLAG_SKIP_EEP,loadcode_spi
+	call loadcode_iic_by_eeprom
+	nbranch loadcode_iic_eeprom_2k,match
+	fetch 1,mem_ucode_status
+	compare 3,pdata,3
+	nbranch loadcode_iic_loop,true		// crc error, try again
+	branch loadcode_spi
+	
+run_otp_code:
+	setarg 0x1ff //patch3f_7
+	arg 0,pc
+	rtn
+	
+loadcode_iic_eeprom_2k:
+	call set_eeprom_size_2k
+	fetch 1,mem_ucode_device_flag
+	bbit1 OTP_UFLAG_SKIP_EEP,loadcode_spi
+	call loadcode_iic_by_eeprom
+	nbranch loadcode_spi,match
+	fetch 1,mem_ucode_status
+	compare 3,pdata,3
+	nbranch loadcode_iic_loop,true		// crc error, try again
+	branch clear_key_buf
+	
+loadcode_spi:
+	jam 0,mem_loadcode_times
+loadcode_spi_loop:
+	call loadcode_timeout
+	nbranch loadcode_error,positive	
+	fetch 1,mem_ucode_device_flag
+	bbit1 OTP_UFLAG_SKIP_FLASH,clear_key_buf
+	call spid_init_flash
+	nop 200						// some flash will fail if no delay here
+	call spid_flash_release_form_powerdown
+	nop 100	
+	arg spid_load_flash,regc
+	call read_first_block
+	call load_storage
+	nbranch clear_key_buf,match
+	fetch 1,mem_ucode_status
+	compare 3,pdata,3
+	nbranch loadcode_spi_loop,true		// crc error, try again	
+clear_key_buf:
+	setarg 0
+	store 8,mem_ucode_keybuf
+	store 8,mem_ucode_keybuf+8
+	force regidx_key,regext_index
+	call aes_clear
+	jam 0x21,core_clkoff		// enable debug uart
+	rtn
+
+iicd_load_gpio_init:
+	fetch 1,mem_eeprom_sda_gpio
+	fetcht 1,mem_eeprom_scl_gpio
+	isub temp,null
+	nbranch iicd_read_init_pin,zero
+iicd_load_default_gpio:
+	jam 2,mem_eeprom_wp_gpio
+	jam 1,mem_eeprom_scl_gpio
+	jam 0,mem_eeprom_sda_gpio
+	branch iicd_read_init_pin
+
+
+
+loadcode_iic_by_eeprom:
+	setarg 0x0
+	store 2,mem_addr_mi
+	arg iicd_read_eep,regc
+	call iic_init_600khz
+	call read_first_block
+	branch load_storage
+
+
+
+//output: positive 1:continue load ;0:load timeout
+loadcode_timeout:
+	call loadcode_error_delay
+	fetch 1,mem_loadcode_times
+	increase 1,pdata
+	sub pdata,3,null
+	store 1,mem_loadcode_times	 
+	rtn
+	
+loadcode_error_delay:
+	fetch 1,mem_loadcode_times
+	rtn blank
+	fetch 1,mem_load_delay
+	rtn blank
+	copy pdata,loopcnt
+	branch delay_ms_wait
+	
+	
+loadcode_error:
+	call clear_key_buf
+//	call ice_break_disable_wdt
+	call ice_break
+	rtn
+	
+
+
+
+set_ucode_status:
+	fetch 1,mem_ucode_status
+	lshift pdata,pdata
+	setflag true,0,pdata
+	isolate0 15,rega  // load code if rega.15 = 1
+	rtn true
+	store 1,mem_ucode_status
+	rtn
+
+	
+decrypt_code:
+	fetch 1,core_aes_en
+	rtnbit0 1
+	branch decrypt_code_skip	
+decrypt_code_loop:
+	fetch 1,core_dma_status
+	qisolate1 pdata
+	rtn true
+decrypt_code_skip:
+	fetch 1,core_misc_status
+	bbit0 1,decrypt_code_loop
+	call do_aes_cbc
+	branch decrypt_code_loop
+
+	
+//save_ucode:
+//	copy loopcnt,temp
+//	storet 2,mem_patch_len
+//	jam 0x80, core_ucode_ctrl
+//	jam 0,core_ucode_hi
+//	jam 0,core_ucode_low
+//	store 2,mem_patch_ptr
+//	iforce contw
+//	lshift2 loopcnt,loopcnt
+//save_ucode_loop:
+//	fetch 1,core_ucode_data
+//	istore 1,contw
+//	loop save_ucode_loop
+//	jam 0x0, core_ucode_ctrl
+//	rtn
+
+
+load_ucode:
+	fetch 2,mem_patch_ptr
+	rtn blank
+	jam 0x80, core_ucode_ctrl
+	jam 0,core_ucode_hi
+	jam 0,core_ucode_low
+	fetcht 2,mem_patch_len
+	lshift2 temp,loopcnt
+	iforce contr
+load_ucode_loop:
+	ifetch 1,contr
+	store 1,core_ucode_data
+	loop load_ucode_loop
+	jam 0x0, core_ucode_ctrl
+	rtn
+
+
+
+
+otp_prog_pwr_on:
+	jam 0x4,rfen_chgpump
+	jam 0x31,rfen_chgpump_ctrl1
+	jam 0x1,rfen_chgpump_ctrl2
+	branch otp_pwr_on
+
+otp_read_pwr_on:
+	jam 0xc,rfen_chgpump    
+	jam 0xfb,rfen_chgpump_ctrl1
+	jam 0x3,rfen_chgpump_ctrl2   
+
+otp_pwr_on:
+	store 2,mem_timeup
+	bpatch patch11_2,mem_patch11
+	jam 0xff,core_clkpll_ctrl1
+
+	fetch 1,core_rf_ldo_en1
+	store 1,mem_timeup+2
+	or_into 0x4,pdata
+	store 1,core_rf_ldo_en1
+
+	fetch 1,core_rf_ldo_cfg7
+	store 1,mem_timeup+3
+	
+	jam 0x11,core_rf_ldo_cfg7
+	
+	nop 1000
+	fetch 1,core_clkpll_ctrl2
+	or_into 0x1,pdata
+	store 1,core_clkpll_ctrl2
+	jam 0x03,core_clkpll_ctrl0
+	bpatch patch11_3,mem_patch11
+	fetch 1,rfen_chgpump
+	or_into 0xd0,pdata
+	store 1,rfen_chgpump
+	nop 6000  //delay 500us
+	fetch 1,rfen_chgpump
+	or_into 0x20,pdata
+	store 1,rfen_chgpump
+	nop 12000   //delay 1ms
+	fetch 2,mem_timeup
+	rtn
+	
+otp_pwr_off:
+	bpatch patch11_4,mem_patch11
+	jam 0x4,rfen_chgpump
+	jam 0x43,rfen_chgpump_ctrl1
+	jam 0x1,rfen_chgpump_ctrl2
+	fetch 1,core_clkpll_ctrl2
+	and_into 0xfe,pdata
+	store 1,core_clkpll_ctrl2
+	fetch 1,mem_timeup+2
+	store 1,core_rf_ldo_en1
+	fetch 1,mem_timeup+3
+	store 1,core_rf_ldo_cfg7
+	rtn
+
+
+otp_set_addr:
+	lshift3 pdata,pdata
+	store 2,core_otp_addr
+	jam 0,core_otpd_ctrl
+	rtn	
+
+
+otp_write:
+	call otp_prog_pwr_on
+	call otp_set_addr
+	call otp_ce
+otp_program:
+	ifetcht 1,rega
+	increase 1,rega
+	force 0,queue
+otp_program_bit:
+	qisolate0 temp
+	branch otp_skip_0,true
+	fetch 1,core_otp_din
+	set1 6,pdata				
+	set1 7,pdata				
+	store 1,core_otp_din
+	jam 0x02,core_otp_ctrl	
+	jam 0x82,core_otp_ctrl
+	set0 7,pdata				
+	store 1,core_otp_din
+	jam 0x8a,core_otp_ctrl	
+	nop 11
+	jam 0xca,core_otp_ctrl	
+	nop 33
+	jam 0x4a,core_otp_ctrl	
+	nop 200
+	jam 0xca,core_otp_ctrl	
+	nop 22
+	jam 0x8a,core_otp_ctrl	
+	nop 33
+	jam 0x82,core_otp_ctrl	
+	nop 1
+	jam 0x92,core_otp_ctrl	
+	nop 10
+	jam 0xb2,core_otp_ctrl	
+	fetch 1,core_otp_rdata
+	jam 0x92,core_otp_ctrl	
+	nop 1
+	jam 0x82,core_otp_ctrl	
+	qisolate0 pdata
+	branch otp_program_bit,true	
+otp_skip_0:
+	fetch 2,core_otp_addr
+	increase 1,pdata
+	store 2,core_otp_addr
+	increase 1,queue
+	compare 8,queue,0xf
+	nbranch otp_program_bit,true
+	loop otp_program
+	jam 0x83,core_otp_ctrl	
+	branch otp_pwr_off
+
+otp_ce:
+	jam 0x82,core_otp_ctrl	
+	nop 12
+	jam 0x80,core_otp_ctrl	
+	jam 0x82,core_otp_ctrl	
+	nop 150					
+	rtn
+
+	
+otpd_read_init:
+	call otp_ce
+	jam 0xa2,core_otp_ctrl	
+	deposit rega
+	store 2,core_otpd_addr
+	set1 11,temp
+	isolate0 15,pdata
+	setflag true,15,temp
+	storet 2,core_otpd_len
+	jam otpd_start,core_otp_rdata
+	rtn
+
+otpd_wait_end:
+	fetch 1,core_dma_status
+	bbit0 otpd_done,otpd_wait_end
+	jam 0x83,core_otp_ctrl	
+	rtn
+
+
+otpd_read_data_with_pwr_operation:
+	bpatch patch11_5,mem_patch11
+	call otp_read_pwr_on
+	call otpd_read_data
+	branch otp_pwr_off
+
+	
+otpd_read_data:
+	call otp_set_addr
+	call otpd_read_init
+	branch otpd_wait_end
+	
+
+
+
+otpd_read_code:	
+	call otp_read_pwr_on
+	fetch 2,core_current_otp_addr
+	store 2,core_otp_addr
+	call otpd_read_init
+	arg otpd_done,queue
+	call decrypt_code
+	call otpd_wait_end
+	isolate1 otpd_crcok,pdata	
+	call set_ucode_status
+	branch otp_pwr_off
+
+
+
+//0x04: 3V3; 0x3A: 5V
+app_read_efuse_app_vsel:
+	setarg OTP_OFFSET_APP_VDD_SEL 
+	arg mem_lpm_ctrl3_app_vsel,rega
+	arg 1,temp
+	call otpd_read_data
+	fetch 1,mem_lpm_ctrl3_app_vsel
+	nbranch app_set_app_vsel,blank
+	jam 0x04,mem_lpm_ctrl3_app_vsel	//3V3
+app_set_app_vsel:
+	branch lpm_write_sel_vdd
+
+app_lpm_peripheral_lock_check:
+	fetch 2,mem_ucode_device_flag
+	rshift4 pdata,pdata
+	rtn blank
+	fetch 1,mem_ucode_device_flag
+	rshift4 pdata,pdata
+	beq dvc_op_dongle,app_lpm_peripheral_lock_dongle
+	beq dvc_op_light,app_lpm_peripheral_lock_light
+	beq dvc_op_mouse,app_lpm_peripheral_lock_mouse
+	beq dvc_op_mouse_24g,app_lpm_peripheral_lock_mouse_24g
+	beq dvc_op_shutter,app_lpm_peripheral_lock_shutter
+	beq dvc_op_shutter_dy,app_lpm_peripheral_lock_shutter
+//	beq dvc_op_remote_car,app_lpm_peripheral_lock_remote_car
+	beq dvc_op_car,app_lpm_peripheral_car_lock_application
+	beq dvc_op_car_lock_app_and_ble,app_lpm_peripheral_car_lock_application_and_ble
+	branch app_lpm_mpu_lock_24g_ble
+	
+app_lpm_peripheral_lock_dongle:
+	arg mouse_init,pdata //mouse
+	arg shutter_dy_shutter_1s_timer,temp  //shutter dy
+	call app_mpu_s0_lock
+	branch app_lpm_peripheral_lock_frmt_common
+
+app_lpm_peripheral_lock_light:
+	arg car_hard_switch_power_on_signal,pdata //car
+	arg shutter_dy_shutter_1s_timer,temp  //shutter dy
+	call app_mpu_s0_lock    
+	branch lpm_write_lock
+
+app_lpm_peripheral_lock_mouse:
+	arg shutter_init,pdata //shutter
+	arg shutter_dy_shutter_1s_timer,temp  //shutter dy
+	call app_mpu_s0_lock
+	branch app_lpm_peripheral_lock_frmt_common
+	
+app_lpm_peripheral_lock_mouse_24g:
+	arg le_init_adv,pdata   // le
+	arg le_send_ll_one_lenth,temp
+	call app_mpu_s0_lock
+	branch app_lpm_peripheral_lock_frmt_common
+	
+app_lpm_peripheral_lock_shutter:
+	arg car_hard_switch_power_on_signal,pdata  //car
+	arg mouse_24g_send_time_long_wake,temp //mouse
+	call app_mpu_s0_lock
+	branch app_lpm_peripheral_lock_frmt_common
+
+
+app_lpm_peripheral_lock_remote_car:
+app_lpm_peripheral_car_lock_application:
+	arg dongle_init,pdata  //dongle
+	arg shutter_dy_shutter_1s_timer,temp  //shutter dy
+	call app_mpu_s0_lock
+app_lpm_peripheral_lock_frmt_common:
+	arg frmt_gem_adv_pdu_common,pdata
+	arg frmt_ble_data_set,temp
+	call app_mpu_s1_lock
+	branch lpm_write_lock
+
+app_lpm_peripheral_car_lock_application_and_ble:
+	arg dongle_init,pdata  //dongle 
+	arg shutter_dy_shutter_1s_timer,temp  //shutter dy
+	call app_mpu_s0_lock 
+	
+	arg le_init_adv,pdata 
+	arg le_send_ll_one_lenth,temp
+	call app_mpu_s1_lock
+	branch lpm_write_lock
+	
+//app_lpm_mpu_lock_app:	
+//	arg car_init,pdata  //car
+//	arg ui_soft_switch_power_off,temp //shutter
+app_mpu_s0_lock:
+	lshift16 temp,temp
+	ior temp,pdata
+	store 4,core_lpm_reg
+	branch lpm_write2_mpu_s0
+
+app_lpm_mpu_lock_ble:	
+	arg le_parse_att,pdata
+	arg le_send_ll_one_lenth,temp
+app_mpu_s1_lock:
+	lshift16 temp,temp
+	ior temp,pdata
+	store 4,core_lpm_reg
+	branch lpm_write2_mpu_s1
+	
+app_lpm_mpu_lock_24g:	
+	arg g24_prep,pdata
+	arg g24_enable_1M,temp
+	branch app_mpu_s1_lock
+	
+app_lpm_mpu_lock_24g_ble:
+	call app_lpm_mpu_lock_24g
+	arg le_parse_att,pdata
+	arg le_send_ll_one_lenth,temp
+	call app_mpu_s0_lock
+	branch lpm_write_lock
+
+
+lpm_write_lock:
+	fetch 2,mem_ucode_device_flag
+	set1 lpmreg_rom_lock_bit,pdata
+	set1 lpmreg_ice_mode_bit,pdata
+	store 4,core_lpm_reg
+	call lpm_write2_ctrl_option
+	jam 8,core_encrypt
+	rtn
+
+lpm_write2_ctrl_option:
+	setarg lpmreg2_sel_option
+lpm_write2:
+	until null,lpo_edge
+	store 1,core_lpm_wr2
+	until null,lpo_edge
+	until null,lpo_edge
+	rtn
+
+
+lpm_write_ice_disable:
+	fetch 2,core_ucode_flag
+	set0 lpmreg_ice_mode_bit,pdata
+	store 4,core_lpm_reg
+	branch lpm_write2_ctrl_option
+
+lpm_write_ice_enable:
+	fetch 2,core_ucode_flag
+	set1 lpmreg_ice_mode_bit,pdata
+	store 4,core_lpm_reg
+	branch lpm_write2_ctrl_option
+	
+	
+lpm_write2_mpu_s0:
+	setarg lpmreg2_sel_mpu_s0
+	branch lpm_write2
+
+lpm_write2_mpu_s1:
+	setarg lpmreg2_sel_mpu_s1
+	branch lpm_write2
+
+
+
+
+
+spid_init:
+	bpatch patch11_6,mem_patch11
+spid_init_common:
+	fetch 1,mem_spi_init_clk
+	store 1,core_spid_ctrl	// A7530 should at least 34, or write fail
+	fetch 1,mem_spi_init_delay_time
+	store 1,core_spid_delay	// 4us delay
+	setarg mem_spid_tbuf
+	store 2,core_spid_txaddr
+	setarg mem_spid_rbuf
+	store 2,core_spid_rxaddr
+	branch twspi_disable
+	
+
+
+
+spid_write_reg:
+	set1 7,pdata
+	store 2,mem_spid_tbuf
+	bpatch patch11_7,mem_patch11
+	jam 2,core_spid_txlen
+	jam 0,core_spid_rxlen
+	jam spid_start,core_misc_ctrl
+	branch wait_spid_done
+
+
+spid_read_reg:
+	force 1,temp
+spid_read_regs:	
+	store 1,mem_spid_tbuf
+	bpatch patch12_0,mem_patch12
+	jam 1,core_spid_txlen
+	storet 2,core_spid_rxlen
+	jam spid_start,core_misc_ctrl
+	call wait_spid_done
+	fetch 1,mem_spid_rbuf
+	rtn
+
+
+wait_spid_done:
+//	fetch 2,mem_afh_error_total
+//	increase 1,pdata
+//	store 2,mem_afh_error_total
+	nop 5
+	fetch 1,core_dma_status
+	bbit0 spid_done,wait_spid_done
+	rtn
+
+	
+
+
+
+
+
+
+flash_write_spi_sm_timer:
+	fetch 1,mem_spi_write_flash_sm 	
+	beq FLASH_SM_START,spid_flash_write_start
+	beq FLASH_SM_ERASE_SECTOR,spid_flash_erase_sector
+	beq FLASH_SM_WAIT_ERASE_SECTOR,spid_flash_wait_erase_sector
+	beq FLASH_SM_WRITE_DATA,spid_flash_write_data
+	beq FLASH_SM_WAIT_WRITE_DATA,spid_flash_wait_write_data
+	rtn
+
+spid_flash_write_start:
+	store 3,mem_spi_write_addr
+	copy rega,pdata
+	store 2,mem_spi_write_ptr
+	storet 2,mem_spi_write_len
+	jam FLASH_SM_ERASE_SECTOR,mem_spi_write_flash_sm
+	branch spid_init_flash
+spid_flash_erase_sector:
+	call spid_init_flash
+	jam FLASH_SM_WAIT_ERASE_SECTOR,mem_spi_write_flash_sm
+	call spid_unlock_flash
+	arg mem_spid_tbuf,rega
+	jam 4,core_spid_txlen
+	fetch 3,mem_spi_write_addr
+	arg FLASH_COMMAND_SECTOR_ERASE,temp
+	branch spid_write_flash_common
+	
+spid_flash_wait_erase_sector:
+	call spid_init_flash
+	call wait_spid_flash_done
+	jam FLASH_SM_WRITE_DATA,mem_spi_write_flash_sm
+	rtn
+
+
+spid_flash_write_data:
+	bpatch patch12_1,mem_patch12
+	call spid_init_flash
+	jam FLASH_SM_WAIT_WRITE_DATA,mem_spi_write_flash_sm
+	call spid_unlock_flash
+	call spid_flash_data_preserve
+	call spid_write_flash
+	branch spid_flash_data_recover
+spid_flash_wait_write_data:
+	call spid_init_flash
+	call spid_unlock_flash
+	setarg FLASH_READ_SATUS
+	call spid_read_reg
+	rtnbit1 FLASH_STATUS_WIP
+	jam FLASH_SM_NO_BUYS,mem_spi_write_flash_sm
+	fetch 2,mem_cb_spi_flash_write_complate
+	branch callback_func
+spid_flash_data_recover:
+	fetch 4,mem_temp
+	fetcht 2,mem_spi_write_ptr
+spid_flash_data_recover_comm:
+	increase -4,temp
+	istore 4,temp
+	rtn
+	
+spid_flash_data_preserve:
+	fetcht 2,mem_spi_write_ptr
+	copy temp,rega
+	increase -4,temp
+	ifetch 4,temp
+	store 4,mem_temp
+	fetcht 2,mem_spi_write_len
+	fetch 3,mem_spi_write_addr
+	rtn
+
+spid_init_flash:
+	bpatch patch12_2,mem_patch12
+	call spi_gpio_init
+	call twspi_disable
+	setarg 0
+	store 4,mem_spid_tbuf
+	rtn
+
+spid_unlock_flash:
+	jam FLASH_COMMAND_WRITE_ENABLE,mem_spid_tbuf
+spid_sendcmd_common:	
+	setarg 0
+	store 2,core_spid_rxlen
+	setarg 1
+	store 2,core_spid_txlen
+	setarg mem_spid_tbuf
+	store 2,core_spid_txaddr
+	jam spid_start,core_misc_ctrl
+	branch wait_spid_done
+	
+spid_flash_release_form_powerdown:
+	jam FLASH_COMMAND_RELEASE_FROM_POWERDOWN,mem_spid_tbuf
+	branch spid_sendcmd_common
+	
+spid_flash_powerdown:
+	jam FLASH_COMMAND_POWERDOWN,mem_spid_tbuf
+	branch spid_sendcmd_common
+	
+
+spid_write_flash:
+	increase 4,temp
+	storet 2,core_spid_txlen
+	arg FLASH_COMMAND_WRITE_DATA,temp
+	increase -4,rega
+
+spid_write_flash_common:
+	istoret 1,rega
+	rshift16 pdata,temp
+	istoret 1,contw
+	rshift8 pdata,temp
+	istoret 1,contw
+	istore 1,contw
+	deposit rega
+	store 2,core_spid_txaddr
+	setarg 0
+	store 2,core_spid_rxlen
+	jam spid_start,core_misc_ctrl
+	call wait_spid_done
+	branch wait_spid_flash_done
+
+
+
+spid_read_flash:
+	storet 2,core_spid_rxlen
+	rshift16 pdata,temp
+	storet 1,mem_addr_hi
+	rshift8 pdata,temp
+	storet 1,mem_addr_mi
+	store 1,mem_addr_lo
+	setarg 4
+	store 2,core_spid_txlen
+	jam FLASH_COMMAND_READ_DATA,mem_spid_tbuf
+	setarg mem_spid_tbuf
+	store 2,core_spid_txaddr
+	deposit rega
+	store 2,core_spid_rxaddr
+	fetch 1,core_spid_ctrl
+	isolate0 15,rega
+	setflag true,6,pdata
+	store 1,core_spid_ctrl
+	jam spid_start,core_misc_ctrl
+spid_read_flash_wait:
+	fetch 1,core_dma_status
+	bbit1 7,spid_read_flash_wait			// waiting for spid write
+	arg spid_done,queue
+	branch wait_spid_done
+
+wait_spid_flash_done:
+	setarg 2000
+	call sleep
+	call spid_unlock_flash
+	setarg mem_spid_rbuf
+	store 2,core_spid_rxaddr
+	setarg FLASH_READ_SATUS
+	call spid_read_reg
+	bbit1 FLASH_STATUS_WIP,wait_spid_flash_done
+	rtn
+
+
+
+spid_load_flash:
+	storet 2,core_spid_rxlen
+	setarg 4
+	store 2,core_spid_txlen
+	jam 3,mem_spid_tbuf
+	setarg mem_spid_tbuf
+	store 2,core_spid_txaddr
+	deposit rega
+	store 2,core_spid_rxaddr
+	fetch 1,core_spid_ctrl
+	isolate0 15,rega
+	setflag true,6,pdata
+	store 1,core_spid_ctrl
+	jam spid_start,core_misc_ctrl
+spi_load_flash_wait:
+	fetch 1,core_dma_status
+	bbit1 7,spi_load_flash_wait			// waiting for spid write
+	arg spid_done,queue
+	call decrypt_code
+	call wait_spid_done
+	isolate1 spid_crcok,pdata
+	call set_ucode_status
+	fetch 1,mem_addr_hi
+	lshift16 pdata,regb
+	fetch 1,mem_addr_mi
+	lshift8 pdata,pdata
+	ior regb,regb
+	fetch 1,mem_addr_lo
+	ior regb,pdata
+	iadd temp,pdata
+	store 1,mem_addr_lo
+	rshift8 pdata,pdata
+	store 1,mem_addr_mi
+	rshift8 pdata,pdata
+	store 1,mem_addr_hi
+	rtn
+	
+spi_gpio_init:
+	fetch 1,mem_spi_cs_gpio
+	fetcht 1,mem_spi_so_gpio
+	isub temp,null
+	nbranch spi_pin_set,zero
+	call spi_gpio_default_init
+	
+spi_pin_set:
+	fetch 1,mem_spi_cs_gpio
+	arg gpcfg_spid_ncs,temp
+	call gpio_config_function_int
+	fetch 1,mem_spi_sclk_gpio
+	arg gpcfg_spid_sck,temp
+	call gpio_config_function_int
+	fetch 1,mem_spi_si_gpio
+	arg gpcfg_spid_mosi,temp
+	call gpio_config_function_int
+	fetch 1,mem_spi_so_gpio
+	arg gpcfg_spid_miso,temp
+	branch gpio_config_function_int
+
+spi_gpio_default_init:
+	jam 1,mem_spi_cs_gpio
+	jam 3,mem_spi_si_gpio
+	jam 0,mem_spi_so_gpio
+	jam 2,mem_spi_sclk_gpio
+	jam 11,mem_spi_wp_gpio
+	jam 10,mem_spi_hold_gpio
+	rtn
+
+
+soft_reset_chip:
+	jam 1,core_reset
+	rtn
+
+
+
+
+
+iic_init_600khz:
+	jam 5,core_iicd_scl_low
+ 	jam 7,core_iicd_scl_high
+	jam 7,core_iicd_start_setup
+	jam 7,core_iicd_start_hold
+	jam 7,core_iicd_stop_setup
+	jam 5,core_iicd_data_setup
+	jam 0,core_iicd_data_hold
+	rtn
+	
+iic_init_360khz:	//360khz
+	jam 12,core_iicd_scl_low
+	jam 13,core_iicd_scl_high
+	jam 13,core_iicd_start_setup
+	jam 13,core_iicd_start_hold
+	jam 13,core_iicd_stop_setup
+	jam 12,core_iicd_data_setup
+	jam 0,core_iicd_data_hold	
+  	rtn
+
+iicd_init_pin:
+	call iicd_eeprom_write_enable
+iicd_init_pin_scl_sda:
+	fetch 1,mem_eeprom_scl_gpio
+	arg gpcfg_iic_scl|gpcfg_pullup,temp
+	call gpio_config_function_int
+	fetch 1,mem_eeprom_sda_gpio
+	arg gpcfg_iic_sda|gpcfg_pullup,temp
+	branch gpio_config_function_int
+
+iicd_read_init_pin:
+	call iicd_eeprom_write_disable
+	branch iicd_init_pin_scl_sda
+
+wait_iicd_done:
+	fetch 1,core_dma_status
+	bbit0 iicd_done,wait_iicd_done
+	rtn
+
+	
+iicd_read_data:
+	store 1,mem_iicd_addr
+	setarg mem_iicd_addr
+	store 2,core_iicd_txaddr
+	setarg 1
+	store 2,core_iicd_txlen
+	storet 2,core_iicd_rxlen
+	storer rega,2,core_iicd_rxaddr
+	jam 1,core_iicd_ctrl
+	jam iicd_start,core_misc_ctrl
+	branch wait_iicd_done
+
+	
+iic_write_data:
+	setarg 0
+	store 2,core_iicd_rxlen
+	store 2,core_iicd_rxaddr
+	storet 2,core_iicd_txlen
+	storer rega,2,core_iicd_txaddr
+	jam 1,core_iicd_ctrl
+	jam iicd_start,core_misc_ctrl
+	branch wait_iicd_done
+
+set_eeprom_size_2k:
+	set1 mark_eeprom_size,mark
+	jam 0x08,mem_eeprom_block_size
+	rtn
+
+clear_eeprom_size_2k:
+	set0 mark_eeprom_size,mark
+	jam 0x20,mem_eeprom_block_size
+	rtn
+
+
+iicd_read_eep_data_size_2k:
+ 	fetch 1,mem_eeprom_base
+	iadd regb,pdata
+	store 1,mem_addr_mi
+	branch iicd_read_eep_size_2k
+
+iicd_read_eep_size_2k_lcadcode:
+	fetch 2,mem_addr_mi
+	byteswap pdata,pdata
+	store 1,mem_addr_mi
+	
+//length:temp 
+//mem ptr:rega
+//eeprom addr:pdata
+iicd_read_eep_size_2k:
+ 	setarg 3
+	store 2,core_iicd_txlen
+	jam 0xa0,mem_iicd_tbuf
+	jam 0xa1,mem_iicd_tbuf+2
+	branch iicd_read_eep_common
+
+
+//length:temp 
+//mem ptr:rega
+//eeprom addr:regb
+iicd_write_protect_eep_data:
+	storet 2,mem_temp
+	call iicd_eeprom_write_enable
+	fetcht 2,mem_temp
+	call iicd_write_eep_data
+	branch iicd_eeprom_write_disable
+	
+iicd_eeprom_write_enable:
+	fetch 1,mem_eeprom_wp_gpio
+	rtneq GPIO_DISABLE
+	bbit0 6,iicd_wp_gpio_output_low
+	setarg 150000
+	call sleep
+iicd_wp_gpio_output_low:
+	fetcht 1,mem_eeprom_wp_gpio
+	branch gpio_out_active
+	
+iicd_eeprom_write_disable:
+	fetcht 1,mem_eeprom_wp_gpio
+	branch gpio_out_inactive
+	
+//length:temp 
+//mem ptr:rega
+//eeprom addr offset:regb
+iicd_read_eep_data:
+	bpatch patch12_3,mem_patch12
+	bmark1 mark_eeprom_size,iicd_read_eep_data_size_2k
+	fetch 2,mem_eeprom_base
+	iadd regb,pdata
+	byteswap pdata,pdata
+	store 2,mem_addr_mi
+
+
+iicd_read_eep:
+	bpatch patch12_4,mem_patch12
+	bmark1 mark_eeprom_size,iicd_read_eep_size_2k_lcadcode
+	setarg 4
+	store 2,core_iicd_txlen
+	jam 0xa0,mem_iicd_tbuf
+	jam 0xa1,mem_iicd_tbuf+3
+iicd_read_eep_common:	
+	setarg mem_iicd_tbuf
+	store 2,core_iicd_txaddr
+	storet 2,core_iicd_rxlen
+	storer rega,2,core_iicd_rxaddr
+	setarg 2
+	isolate0 15,rega
+	setflag true,0,pdata
+	store 1,core_iicd_ctrl
+	jam iicd_start,core_misc_ctrl
+	arg iicd_done,queue
+	call decrypt_code
+	call wait_iicd_done
+	isolate1 iicd_crcok,pdata
+	call set_ucode_status
+	bmark1 mark_eeprom_size,iicd_read_eep_load_code_size_2k
+	fetch 2,mem_addr_mi
+	byteswap pdata,pdata
+	iadd temp,pdata
+	byteswap pdata,pdata
+	store 2,mem_addr_mi
+	rtn
+
+iicd_read_eep_load_code_size_2k:
+	fetch 1,mem_addr_mi
+	iadd temp,pdata
+	byteswap pdata,pdata
+	store 2,mem_addr_mi
+	rtn
+	
+
+//length:temp 
+//mem ptr:rega
+//eeprom addr offset:regb
+iicd_write_eep_data:
+	fetch 2,mem_eeprom_base
+	iadd regb,pdata
+
+//cuur ptr:pdata length:temp buf:rega
+iicd_write_ota_data:
+	store 2,mem_pdatatemp //curr ptr
+	bpatch patch12_5,mem_patch12
+	storet 2,mem_temp	//len
+	storer rega,2,mem_contr
+iicd_write_eep_loop:
+	call iicd_eep_transparency
+
+	fetcht 2,mem_regb
+	fetchr rega,2,mem_contr
+	fetch 2,mem_pdatatemp
+	
+	call iicd_write_eep
+	
+	fetch 2,mem_regb
+	fetcht 2,mem_contr
+	iadd temp,temp
+	storet 2,mem_contr
+	fetcht 2,mem_pdatatemp
+	iadd temp,temp
+	storet 2,mem_pdatatemp
+	fetch 2,mem_temp
+	nbranch iicd_write_eep_loop,blank
+	rtn
+	
+//in:
+//1.size 2.len 3.src 4.des
+//mem_regc page's area
+//mem_pdatatemp curr ptr
+//mem_temp all len      
+//mem_regb curr len
+iicd_eep_transparency:
+	bpatch patch12_6,mem_patch12
+	fetch 1,mem_eeprom_block_size
+	increase -1,pdata
+	fetcht 2,mem_pdatatemp
+	ior temp,pdata
+	increase 1,pdata
+	store 3,mem_regc
+
+	fetch 2,mem_temp
+	iadd temp,pdata
+
+	fetcht 3,mem_regc
+	isub temp,pdata
+	nbranch iicd_eep_deal_short_packet,positive
+	store 2,mem_temp
+	fetch 3,mem_regc
+	fetcht 2,mem_pdatatemp
+	isub temp,pdata
+	store 2,mem_regb
+	rtn
+iicd_eep_deal_short_packet:
+	fetch 2,mem_temp
+	store 2,mem_regb
+	setarg 0
+	store 2,mem_temp
+	rtn
+
+iicd_write_eep_size_2k:
+	copy regb,pdata
+	increase 2,temp
+	storet 2,core_iicd_txlen
+	increase -2,rega
+	ifetcht 3,rega
+	copy temp,regb
+	arg 0xa0,temp
+	istoret 1,rega
+	istore 1,contw
+	branch iicd_write_eep_common
+
+	
+iicd_write_eep:
+	copy pdata,regb
+	bpatch patch12_7,mem_patch12
+	bmark1 mark_eeprom_size,iicd_write_eep_size_2k
+	copy regb,pdata
+	increase 3,temp
+	storet 2,core_iicd_txlen
+	increase -3,rega
+	ifetcht 3,rega
+	copy temp,regb
+	arg 0xa0,temp
+	istoret 1,rega
+	byteswap pdata,pdata
+	istore 2,contw
+iicd_write_eep_common:	
+	storer rega,2,core_iicd_txaddr
+	setarg 0
+	store 2,core_iicd_rxlen
+	jam 1,core_iicd_ctrl
+	jam iicd_start,core_misc_ctrl
+	call wait_iicd_done
+	istorer regb,3,rega
+iic_check_eeprom_standby:
+	bpatch patch13_0,mem_patch13
+	jam 0,mem_iicd_tbuf+3
+iic_check_eeprom_standby_wait:
+	setarg 1
+	store 2,core_iicd_txlen
+	jam 0xa0,mem_iicd_tbuf
+	setarg mem_iicd_tbuf
+	store 2,core_iicd_txaddr
+	setarg 0
+	store 2,core_iicd_rxlen
+	store 2,core_iicd_rxaddr
+	setarg 3
+	store 1,core_iicd_ctrl
+	jam iicd_start,core_misc_ctrl
+	call wait_iicd_done
+	fetch 1,core_dma_status
+	rtnbit0 iicd_ack
+	nop 1500
+	fetch 1,mem_iicd_tbuf+3
+	increase 1,pdata
+	store 1,mem_iicd_tbuf+3
+	sub pdata,40,null
+	nrtn positive//polling timeout 6ms
+	branch iic_check_eeprom_standby_wait
+
+
+//enable user2 reconnect
+//disable user2 pairing
+nvram_find_addr_from_bd_list:
+	bpatch patch13_1,mem_patch13
+	call disable_user
+	fetch 1,mem_nv_data_number
+	rtn blank		// not nv data
+
+	fetch 2,mem_ui_state_map
+	rtnbit0 UI_STATE_BLE_CONNECTED
+find_addr_from_bd_list_ble_mode:
+	fetch 1,mem_le_conn_peer_addr_type
+	beq MASTER_PUBLIC_ADDR,find_addr_from_bd_list_public_device_addr
+	fetch 1,mem_le_plap+5
+	compare 0xc0,pdata,0xc0
+	branch find_addr_from_bd_list_static_addr,true
+	compare 0x40,pdata,0xc0
+	branch find_addr_from_bd_list_random_addr,true
+	branch find_addr_from_bd_list_random_non_resolvable_private_address_sc_or_legacy
+
+find_addr_from_bd_list_static_addr:
+	branch find_addr_from_bd_list_static_addr_reconnect,user2
+	fetch 1,mem_le_preq_init_key_distribution
+	bbit0 LE_INITATOR_IRK_BIT,find_addr_from_bd_list_public_device_addr
+	branch find_addr_from_bd_list_static_addr_sc_or_legacy
+
+find_addr_from_bd_list_static_addr_reconnect:
+	call find_addr_from_bd_list_public_device_addr
+	rtn user
+	branch find_addr_from_bd_list_static_addr_sc_or_legacy
+
+
+find_addr_from_bd_list_static_addr_sc_or_legacy:
+find_addr_from_bd_list_random_non_resolvable_private_address_sc_or_legacy:
+	fetch 1,mem_le_pairing_mode
+	bbit1 LE_PAIRING_MODE_SECURE_CONNECT_BIT,find_addr_from_bd_list_random_non_resolvable_private_address_sc
+	branch find_addr_from_bd_list_random_non_resolvable_private_address
+
+find_addr_from_bd_list_static_addr_sc:
+find_addr_from_bd_list_random_non_resolvable_private_address_sc:
+	fetch 6,mem_le_plap
+	store 8,mem_le_rand
+	branch find_addr_from_bd_list_random_non_resolvable_private_address
+
+
+find_addr_from_bd_list_public_device_addr:
+	jam REC_4_MODE_STATIC_ADDRESS,mem_temp_reconn_record
+	fetch 6,mem_le_plap
+	branch find_addr_from_bd_list_common
+	
+find_addr_from_bd_list_random_non_resolvable_private_address:	
+	jam REC_4_MODE_RANDOM_NON_RESOLVABLE_PRIVATE_ADDRESS,mem_temp_reconn_record
+	branch find_addr_from_bd_list_common
+
+//input :pdata EDIV and rands
+find_addr_from_bd_list_random_addr:
+	jam REC_4_MODE_RANDOM_RESOLVABLE_PRIVATE_ADDRESS,mem_temp_reconn_record	
+find_addr_from_bd_list_common:
+	bpatch patch13_2,mem_patch13
+	fetch 2,mem_nv_data_ptr
+	ifetcht 1,pdata
+	pincrease 1
+	store 2,mem_list_item_ptr
+	storet 1,mem_select_list_item
+	fetch 1,mem_nv_data_number
+	icopy regc
+nvram_find_addr_from_list:
+	fetch 2,mem_list_item_ptr
+	copy pdata,rega
+	call nvram_find_addr_from_list_compare
+	rtn user
+	fetcht 2,mem_list_item_ptr
+	increase NV_DATA_LEN,temp
+	storet 2,mem_list_item_ptr
+	increase -1,temp
+	ifetch 1,temp
+	store 1,mem_select_list_item
+	increase -1,regc
+	nbranch nvram_find_addr_from_list,zero
+	fetch 1,mem_nv_data_number
+	pincrease DECREASED_ONE
+	store 1,mem_select_list_item
+	rtn
+nvram_find_addr_from_list_compare:
+	fetch 1,mem_temp_reconn_record
+	bne REC_3_MODE,find_addr_from_list_compare_ble_mode
+find_master_addr_from_list_compare:
+	arg mem_temp_reconn_record,regb
+	arg 7,loopcnt
+	call string_compare
+	branch enable_user,zero
+	rtn
+
+find_addr_from_list_compare_ble_mode:
+	beq REC_4_MODE_RANDOM_RESOLVABLE_PRIVATE_ADDRESS,find_irk_form_list_compare
+	beq REC_4_MODE_RANDOM_NON_RESOLVABLE_PRIVATE_ADDRESS,find_ediv_form_list_compare
+	branch find_master_addr_from_list_compare
+
+find_irk_form_list_compare:
+	ifetcht 1,rega
+	isub temp,null
+	nrtn zero
+	arg mem_le_prand,contw
+	arg 16,loopcnt
+	call clear_mem
+	fetch 3,mem_le_plap+3
+	store 3,mem_le_prand
+	call genernate_master_MacAddress
+	fetch 2,mem_le_aes_128+13
+	byteswap pdata,pdata
+	lshift8 pdata,temp
+	ifetch 1,contr
+	iadd temp,pdata
+	fetcht 3,mem_le_plap
+	isub temp,null
+	branch enable_user,zero
+	rtn
+
+
+genernate_master_MacAddress:
+	arg mem_le_prand ,contr
+	call load_data128
+	ifetch 1,rega
+	call load_regext
+	force 0x38,aes_ctrl
+	force 0x0,aes_ctrl
+	call wait_aes
+	arg mem_le_aes_128,contw
+	branch store_aes_result
+
+find_ediv_form_list_compare:
+	ifetcht 1,rega
+	isub temp,null
+	nrtn zero
+	copy contr,rega
+	add contr,8,regc
+	arg mem_le_rand,regb
+	arg 8,loopcnt
+	call string_compare
+	branch enable_user,zero
+	copy regc,rega
+	arg mem_le_irk,regb
+	arg 8,loopcnt
+	call string_compare
+	branch enable_user,zero
+	rtn
+
+
+load_device_list_mode_4:
+	call enable_user2
+	call nvram_find_addr_from_bd_list
+	nbranch clear_ltk_exists,user
+	fetch 2,mem_list_item_ptr
+	add pdata,1,contr
+	arg mem_le_irk,contw
+	call memcpy16
+	arg mem_le_ltk,contw
+	call memcpy16
+	jam 1,mem_ltk_exists
+	rtn
+
+clear_ltk_exists:
+	jam 0,mem_ltk_exists
+	rtn
+
+
+eeprom_store_le_reconn_info:
+	jam REC_4_MODE,mem_record_bt_mode
+eeprom_store_reconn_info:
+	fetch 1,mem_device_option
+	beq dvc_op_mouse,mouse_store_remote_bdaddr
+	rtn
+	
+
+
+
+
+
+//temp [4:0]=GPIO number, 0-31, 
+gpio_set_wake_by_current_state:
+	bpatch patch13_3,mem_patch13
+	set1 gpio_active_bit,temp
+	call gpio_get_bit
+	nsetflag true,gpio_active_bit,temp
+
+//temp [4:0]=GPIO number, 0-31, [7]=0, low active
+gpio_set_wake:
+	bpatch patch13_4,mem_patch13
+	sub temp,UI_BUTTON_GPIO_DISABLE,null
+	rtn zero
+	isolate0 gpio_active_bit,temp
+	and temp,0x1f,queue
+	fetch 4,mem_gpio_wakeup_low
+	qsetflag true,pdata
+	store 4,mem_gpio_wakeup_low
+	fetch 4,mem_gpio_wakeup_high
+	nqsetflag true,pdata
+	store 4,mem_gpio_wakeup_high
+	rtn
+	
+//temp [4:0]=GPIO number, 0-31, [7]=0, low active
+gpio_clr_wake:
+	bpatch patch13_5,mem_patch13
+	sub temp,UI_BUTTON_GPIO_DISABLE,null
+	rtn zero
+	isolate0 gpio_active_bit,temp
+	and temp,0x1f,queue
+	fetch 4,mem_gpio_wakeup_low
+	qset0 pdata
+	store 4,mem_gpio_wakeup_low
+	fetch 4,mem_gpio_wakeup_high
+	qset0 pdata
+	store 4,mem_gpio_wakeup_high
+	rtn
+
+gpio_config_input_nowake:
+	call gpio_clr_wake
+	branch gpio_config_input_without_wake
+
+//temp [4:0]=GPIO number, 0-31, [7]=0, low active
+gpio_config_input:
+	sub temp,UI_BUTTON_GPIO_DISABLE,null
+	rtn zero
+	ncall gpio_set_wake,wake
+gpio_config_input_without_wake:
+	call gpio_addr
+	setarg 0
+	isolate1 gpio_active_bit,temp
+	nsetflag true,6,pdata
+	setflag true,7,pdata
+	branch gpio_write
+
+//temp is gpio number, return true if gpio active
+gpio_get_bit:
+	bpatch patch13_6,mem_patch13
+	arg core_gpio_in,contw
+	and temp,0x07,queue
+	rshift3 temp,pdata
+	and_into 3,pdata
+	iadd contw,contw
+	ifetch 1,contw
+	isolate1 gpio_active_bit,temp
+	branch gpio_get_bit_reverse,true
+	qisolate0 pdata
+	rtn
+gpio_get_bit_reverse:
+	qisolate1 pdata
+	rtn
+
+//temp [5:0]=GPIO number, 0-39, [7]=0, low active. set gpio to inactive state
+gpio_out_inactive:
+	sub temp,UI_BUTTON_GPIO_DISABLE,null
+	rtn zero
+	isolate1 gpio_active_bit,null
+	branch gpio_out_flag
+
+gpio_config_output:
+gpio_out_active:
+	sub temp,UI_BUTTON_GPIO_DISABLE,null
+	rtn zero
+	isolate0 gpio_active_bit,null
+
+//temp is gpio number,  [7]=1,set out equa true flag if gpio active
+gpio_out_flag:
+	setarg 0
+	nsetflag true,gpio_active_bit,pdata
+	ixor temp,temp
+
+//temp is gpio number,0-31, [7]=out bit value
+gpio_out:
+	call gpio_addr
+	setarg gpcfg_output_high
+	isolate1 gpio_active_bit,temp
+	setflag true,0,pdata
+	branch gpio_write
+
+//check output status
+gpio_check_active:
+	sub temp,UI_BUTTON_GPIO_DISABLE,null
+	branch disable_true,zero
+	call gpio_addr
+	ifetch 1,contw
+	bbit1 0,gpio_check_active_high
+	isolate0 gpio_active_bit,temp
+	rtn
+gpio_check_active_high:
+	isolate1 gpio_active_bit,temp
+	rtn
+
+gpio_set_analog:
+	call gpio_addr
+	setarg gpcfg_no_ie
+gpio_write:
+	istore 1,contw
+	rtn
+
+gpio_set_high_impedance:
+	sub temp,GPIO_DISABLE,null
+	rtn zero
+	call gpio_addr
+	setarg gpcfg_high_impedance
+	branch gpio_write
+
+gpio_addr:
+	and temp,0x3f,pdata
+	sub pdata,GPIO_NUMBER+-1,null
+	nbranch assert,positive
+	arg core_gpio_conf,contw
+gpio_addr_next:
+	iadd contw,contw
+	rtn
+	
+
+
+
+
+gpio_config_param:
+	and pdata,0xff,temp
+	rshift8 pdata,pdata
+	branch gpio_config_function_int
+
+//pdata: gpio number bit7=1, temp: function type
+gpio_config_function:
+	rtnbit0 gpio_active_bit
+gpio_config_function_int:
+	and_into 0x3f,pdata
+	sub pdata,GPIO_NUMBER+-1,null
+	nbranch assert,positive
+	arg core_gpio_conf,contw
+gpio_config_function_int_next:
+	iadd contw,contw
+	istoret 1,contw
+	rtn
+
+
+
+//temp:gpio num
+gpio_get_config:
+	and_into 0x3f,temp
+	setarg core_gpio_conf
+	iadd temp,contr
+	ifetch 1,contr
+	rtn
+
+
+//The default as shutter and remote
+gpio_set_before_lpm:
+	arg GPIO_NUMBER,loopcnt
+	arg core_gpio_conf,contr
+setgpio_loop:
+	copy contr,contw
+	ifetch 1,contr
+	beq gpcfg_spid_miso,setgpio_pullup
+	beq gpcfg_spid_ncs,setgpio_pullup
+	beq gpcfg_spid_sck,setgpio_pullup
+	beq gpcfg_spid_mosi,setgpio_pullup
+	beq gpcfg_spid_sdio,setgpio_pullup
+	beq gpcfg_iic_scl,setgpio_pullup
+	beq gpcfg_iic_sda,setgpio_pullup
+	beq gpcfg_input,setgpio_pullup
+setgpio_loop_end:
+	loop setgpio_loop
+	rtn
+	
+	
+setgpio_pullup:
+	setarg gpcfg_pullup
+	istore 1,contw
+	branch setgpio_loop_end
+setgpio_pulldown:
+	setarg gpcfg_pulldown
+	istore 1,contw	
+	branch setgpio_loop_end
+
+
+
+
+//mem_adc_config_flag 0:vinlpm 1:Hvin 2: GPIO
+adc_init_data:
+	bpatch patch13_7,mem_patch13
+	setarg OTP_OFFSET_ADC_PARAM
+	arg mem_gpio_h_k19_b13,rega
+	arg 12,temp
+	branch otpd_read_data_with_pwr_operation
+
+	
+enable_adc:
+	bpatch patch14_0,mem_patch14
+	fetchr regb,1,core_rf_ldo_cfg6
+	jam 0x3d,core_rf_ldo_cfg6
+	jam 0xaa,core_rf_ldo_cfg5
+	jam 0x0c,core_rf_ldo_en0
+	fetch 1,core_clkpll_cfg6
+	set1 7,pdata
+	store 1,core_clkpll_cfg6
+	jam 0x04,core_rf_ldo_en1
+	nop 60
+	jam 0,core_syn_en
+	jam 6,core_rx_en0
+	call read_adc_mode
+	store 1,core_gpadc_ctrl
+	jam 0x03,core_sum_ctrl
+	nop 60
+	fetch 1,core_sum_en
+	set1 7,pdata
+	store 1,core_sum_en
+	nop 1000  // 1/24ms
+	fetch 2,mem_adc_delay
+	fetcht 1,mem_adc_config_flag
+	sub temp,ADC_CONFIG_HVIN,null
+	call sleep,zero
+enable_adc_next:
+	fetch 2,core_adc_sum
+	store 2,mem_adc_current_value
+	fetch 1,core_sum_en
+	set0 7,pdata
+	store 1,core_sum_en
+	jam 0,core_gpadc_ctrl
+	storer regb,1,core_rf_ldo_cfg6
+	rtn
+
+	
+read_adc_mode:	
+	bpatch patch14_1,mem_patch14
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_GPIO_L,adc_check_gpio_l
+	beq ADC_CONFIG_GPIO_h,adc_check_gpio_h
+	beq ADC_CONFIG_HVIN,adc_adc_mode_vbat
+adc_adc_mode_vbat:
+	setarg 0x4f
+	rtn
+	
+adc_check_gpio_l:
+	arg 2,rega
+	branch adc_check_gpio
+	
+adc_check_gpio_h:
+	arg 6,rega
+adc_check_gpio:
+	fetch 1,mem_adc_channel
+	lshift3 pdata,pdata
+	or pdata,1,pdata
+	ior rega,pdata
+	rtn
+
+
+adc_calculate:
+	bpatch patch14_2,mem_patch14
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_GPIO_L,adc_calculate_gpio_l
+	beq ADC_CONFIG_GPIO_h,adc_calculate_gpio_h
+//	beq ADC_CONFIG_HVIN,p_adc_calculate_gpio_bat
+adc_calculate_gpio_bat:
+	fetch 4,mem_hvin_k19_b13
+	branch adc_calculate2
+	
+adc_calculate_gpio_h:
+	fetch 4,mem_gpio_h_k19_b13
+	branch adc_calculate2
+	
+adc_calculate_gpio_l:
+	fetch 4,mem_gpio_l_k19_b13
+	
+adc_calculate2:
+	store 4,mem_temp
+	call adc_19k_13b_32bit_cal_k
+	fetcht 2 ,mem_adc_current_value
+	imul32 temp,pdata
+	rshift16 pdata,pdata
+	rshift4 pdata,temp
+//	rshift4 pdata,pdata
+//	copy pdata,regext
+//	copy regext,temp
+	fetch  4,mem_temp
+	call adc_19k_13b_32bit_cal_b
+	
+//	fetch 4,mem_adc_update_b
+	isub temp,pdata   // y = b  - xk
+//	store 4,mem_adc_update_xleft20
+//	fetch 4,mem_adc_update_xleft20
+	arg  1000,temp
+	imul32 temp,pdata
+//	arg 0x1000,temp
+//	lshift8 temp,temp
+//	idiv temp
+//	call wait_div_end
+//	quotient pdata
+//	store 4,mem_adc_update_xleft20
+	rshift16 pdata,pdata
+	rshift4 pdata,pdata
+	rtn
+
+//input data k19_b13; output k 
+adc_19k_13b_32bit_cal_k:
+	arg 0xffffe000,rega
+	iand rega ,pdata
+	rshift3 pdata,pdata
+//	store 4,mem_adc_update_k
+	rtn
+
+//input data k19_b13; output b 	
+adc_19k_13b_32bit_cal_b:
+	arg 0x00001fff,rega
+	iand rega ,pdata
+	lshift8 pdata,pdata
+	lshift2 pdata,pdata
+//	store 4,mem_adc_update_b
+	rtn 
+
+
+//out:	pdata->bat percent
+adc_bat_percent_lowpower_out:
+	ifetch 8,rega
+	store 8,mem_pdatatemp
+	fetch 2,mem_pdatatemp
+	fetcht 2,mem_pdatatemp+2
+	isub temp,rega
+	fetch 2,mem_pdatatemp+6
+	isub temp,regb
+	fetcht 2,mem_pdatatemp+4
+	isub temp,null
+	ncall adc_set_low_power_flag,positive
+	mul32 regb,100,pdata
+	idiv rega
+	call wait_div_end
+	quotient pdata
+	call adc_set_no_power_flag,blank
+	rtn
+adc_set_low_power_flag:
+	fetch 1,mem_adc_power_flag
+	set1 0,pdata
+	store 1,mem_adc_power_flag
+	rtn
+
+adc_clear_low_power_flag:
+	fetch 1,mem_adc_power_flag
+	set0 0,pdata
+	store 1,mem_adc_power_flag
+	rtn	
+	
+adc_set_no_power_flag:
+	fetcht 1,mem_adc_power_flag
+	set1 1,temp
+	storet 1,mem_adc_power_flag
+	rtn
+
+adc_clear_no_power_flag:
+	fetcht 1,mem_adc_power_flag
+	set0 1,temp
+	storet 1,mem_adc_power_flag
+	rtn	
+
+
+
+
+keyscan_key_init:
+	fetch 2,mem_key_num_ptr
+	ifetch 1,pdata
+keyscan_key_init_next:
+	rtn blank
+	copy pdata,loopcnt
+//	copy contr,rega
+	fetch 2,mem_keyscan_ptr
+	increase 3,pdata	//mem_key_conf0_pin
+	copy pdata,rega
+keyscan_key_init_lp1:
+	ifetcht 1, rega
+	call gpio_config_input
+	increase KEY_CONF_STRUCT_LEN,rega
+	loop keyscan_key_init_lp1
+keyscan_key_init_end:
+	rtn
+	
+keyscan_scan_key:
+	fetch 2,mem_keyscan_ptr
+	increase 3,pdata	//mem_key_conf0_pin
+	copy pdata,rega
+//	arg mem_key_conf0_pin,rega
+	force 0,regb
+	setarg 0
+	store 2,mem_key_value_temp
+keyscan_scan_key_lp1:
+	ifetcht 1, rega
+	call gpio_get_bit
+	bpatch patch14_3,mem_patch14
+	fetch 2,mem_key_value_temp
+	copy regb,queue
+	qsetflag true,pdata
+	store 2, mem_key_value_temp
+	increase KEY_CONF_STRUCT_LEN,rega
+	increase 1,regb
+	fetch 2,mem_key_num_ptr
+	ifetch 1,pdata
+keyscan_scan_key_lp1_next:
+	ixor regb,null
+	nbranch keyscan_scan_key_lp1,zero
+	fetch 2,mem_key_value_temp
+	fetcht 2,mem_key_value_retention
+	ixor temp,null
+	rtn zero
+	branch enable_user
+
+
+keyscan_process_lpm_before:
+	fetch 2,mem_key_num_ptr
+	ifetch 1,pdata
+keyscan_process_lpm_before_next:
+	rtn blank
+	copy pdata,loopcnt
+	fetch 2,mem_keyscan_ptr 
+	increase 3,pdata	//mem_key_conf0_pin
+	copy pdata,rega
+keyscan_process_lpm_before_lp1:
+	ifetcht 1, rega
+	call gpio_set_wake_by_current_state
+	increase KEY_CONF_STRUCT_LEN,rega
+	loop keyscan_process_lpm_before_lp1
+keyscan_process_lpm_before_end:
+	rtn
+
+keyscan_key_process:
+	arg key_scan_timer,queue
+	call timer_check
+	nrtn blank
+	setarg 0x20
+	arg key_scan_timer,queue
+	call timer_init
+	disable user
+	call keyscan_process_lpm_before
+	bpatch patch14_4,mem_patch14
+	fetch 2,mem_key_num_ptr
+	ifetch 1,pdata
+keyscan_key_process_next:
+	rtn blank
+	call keyscan_scan_key
+	nbranch lpm_button_clean_wake_lock,user
+	call lpm_button_get_wake_lock
+	disable user
+	fetch 2,mem_key_value_temp
+	store 2,mem_key_value_temp4
+	jam 0,mem_key_value_temp6
+	force 0,queue
+keyscan_key_lp1:
+	fetch 2, mem_key_value_retention
+	rshift pdata,temp
+	storet 2,mem_key_value_retention
+	and pdata,0x01,pdata
+	fetcht 2, mem_key_value_temp4
+	and temp,0x01,rega
+	rshift temp,temp
+	storet 2,mem_key_value_temp4
+	ixor rega,null
+	ncall keyscan_send_key_data,zero
+	fetch 2,mem_key_num_ptr
+	ifetch 1,pdata
+keyscan_key_lp1_next:
+	fetcht 1, mem_key_value_temp6
+	increase 1,temp
+	storet 1, mem_key_value_temp6
+	copy temp,queue
+	ixor queue,null
+	nbranch keyscan_key_lp1,zero
+	fetch 2,mem_key_value_temp
+	store 2,mem_key_value_retention
+	rtn
+keyscan_send_key_data:
+	bpatch patch14_5,mem_patch14
+	fetch 2,mem_keyscan_ptr
+	increase 1,pdata
+	ifetch 2,pdata
+	branch callback_func
+
+
+
+
+//rega:clk select(0:system clk; 1:system clk undivied; 2:lpo)
+pwm_init:
+	fetch 1,core_clksel
+	ior rega,pdata
+	store 1,core_clksel
+	fetch 2,core_clkoff
+	set0 CLOCK_OFF_PWM,pdata
+	store 2,core_clkoff
+delay_nop100:
+	nop 100
+	rtn
+
+pwm_clk_set:
+	fetch 1,core_clksel
+	bbit1 6,pwm_24m_clk_set
+	bbit1 7,pwm_33k_clk_set
+pwm_12m_clk_set:
+	setarg PWM_12MHZ
+	rtn
+pwm_24m_clk_set:
+	setarg PWM_24MHZ
+	rtn
+pwm_33k_clk_set:
+	setarg PWM_33KHZ
+	rtn
+
+
+pwm_out_set:
+	fetcht 3,mem_pdatatemp+2
+	call pwm_clk_set
+	idiv temp
+	call wait_div_end
+	quotient temp
+	fetch 1,mem_pdatatemp+5
+	imul32 temp,pdata
+	div pdata,100
+	call wait_div_end
+	quotient rega
+	copy temp,pdata
+	isub rega,regb
+
+	fetch 1,mem_pdatatemp+1
+	call pwm_duty_cycle_set
+	fetch 1,mem_pdatatemp
+	fetcht 1,mem_pdatatemp+1
+	and_into 0x0f,temp
+	lshift8 temp,temp
+	ior temp,pdata
+	branch pwm_enable
+
+pwm_duty_cycle_set:
+	iforce queue
+	call pwm_duty_cycle_set_without_autoload
+	branch pwm_autoload_set
+
+pwm_autoload_set:	
+	fetch 1, core_pwm_autoload
+	qset1 pdata
+	store 1, core_pwm_autoload
+	fetcht 1, core_clksel
+	isolate1 7, temp
+	call delay_1clk_of_33k, true
+	qset0 pdata
+	store 1, core_pwm_autoload
+	rtn	
+
+
+delay_1clk_of_33k:
+	nop 480
+	rtn
+
+pwm_duty_cycle_set_without_autoload:
+	and_into 0x0f,pdata
+	arg core_pwm_pcnt0,contw
+	mul32 pdata,4,pdata
+	iadd contw,contw
+	copy rega,pdata
+	istore 2,contw
+	copy regb,pdata
+	istore 2,contw
+	rtn
+
+
+
+
+pwm_enable_in_syncmode:
+	rshift8 regb, queue
+	call pwm_init_bit_set
+	rshift8 regb, queue
+	call pwm_syncmode_set
+	rshift8 rega, queue
+	enable true
+	call pwm_syncmode_set_process
+
+	deposit rega
+	call pwm_gpio_select
+	deposit regb
+	branch pwm_enable
+
+pwm_disable_in_syncmode:
+	deposit rega
+	call pwm_disable
+	deposit regb
+	call pwm_disable
+
+	rshift8 rega, queue
+	disable true
+	call pwm_syncmode_set_process
+	rshift8 regb, queue
+	disable true
+	call pwm_init_bit_set_process
+	rshift8 regb, queue
+	disable true
+	branch pwm_syncmode_set_process
+	
+
+pwm_syncmode_set:
+	isolate1 7, queue
+pwm_syncmode_set_process:	
+	and queue, 0x0f,queue
+	fetch 1,core_pwm_sync
+   	qsetflag true,pdata
+   	store 1,core_pwm_sync
+   	rtn
+
+pwm_init_bit_set:
+	isolate1 6, queue
+pwm_init_bit_set_process:	
+	and queue, 0x0f,queue
+	fetch 1, core_pwm_init
+	qsetflag true, pdata
+	store 1, core_pwm_init
+	rtn
+pwm_gpio_select:
+	call pwm_select_channel
+pwm_gpio_select_process:
+	lshift8 pdata,pdata
+	add queue,gpcfg_pwm_out0,temp
+	ior temp,pdata
+	branch gpio_config_param 
+
+pwm_enable:
+	enable user
+	call pwm_gpio_select
+	branch pwm_set_select
+	
+pwm_disable:
+	disable user
+	call pwm_select_channel
+	branch pwm_set_select
+
+pwm_set_select:
+	and queue, 0x0f,queue
+	fetch 1,core_pwm_en
+   	qsetflag user,pdata
+   	store 1,core_pwm_en
+	rtn
+pwm_select_channel:
+	rshift8 pdata,queue
+	and queue, 0x0f,queue
+	rtn
+
+
+
+wdt_init_config:
+	copy pdata,temp
+	bpatch patch14_6,mem_patch14
+	call wdt_set_enable	//enable
+	setarg 2048
+	isub temp,pdata
+	copy pdata,temp
+	rshift4 temp,temp
+	storet 1,core_write_wdt
+	nop 1400
+	copy pdata,temp
+	and_into 0x0f,temp
+	storet 1,core_write_wdt2
+	rtn
+ 
+
+wdt_set_enable:
+	enable user2
+	branch wdt_init_set
+
+	
+wdt_set_disable:
+	bpatch patch14_7,mem_patch14
+	disable user2
+wdt_init_set:
+	fetch 1,core_config
+   	setflag user2,3,pdata
+	store 1,core_config
+	rtn
+
+
+wdt_kick_128ms:
+	//about 128ms
+	setarg 125
+	branch wdt_init_config
+
+
+
+	
+
+
+
+
+
+
+
+
+
+generate_stk:
+	bpatch patch15_6,mem_patch15
+	call function_s1
+	arg mem_le_ltk,contw
+	branch store_aes_result
+
+	
+authenticate_rconfirm:
+	arg mem_le_srand,contw
+	branch authenticate_mconfirm,master
+	arg mem_le_mrand,contw
+authenticate_mconfirm:
+	copy contr,rega
+	call memcpy16
+	call function_c1
+	arg mem_le_rconfirm,contr
+	branch compare_res
+
+generate_confirm:
+	arg mem_le_mrand,rega
+	branch generate_mrand,master
+	arg mem_le_srand,rega
+generate_mrand:
+	copy rega,contw
+	call generate_random
+	branch function_c1
+
+generate_sk:
+	arg mem_le_skdm,contr
+	call load_data128
+	arg mem_le_ltk,contr
+	call load_regext
+	force 0x38,aes_ctrl
+	force 0x0,aes_ctrl
+	call wait_aes
+	arg mem_le_sk,contw
+	branch store_aes_result
+
+
+//input temp:counter; rega:len	
+ccm_b0:
+	force regidx_xor,regext_index				
+	force 0x49,pdata
+	branch iv_common
+	
+	
+first_block_counter:
+	force 0x49,pdata
+	branch first_block
+first_block_data:
+	force 1,pdata
+first_block:
+	force regidx_data,regext_index			
+iv_common:
+	lshift8 temp,regext
+	ior regext,regext
+	increase 1,regext_index
+	rshift8 temp,regext
+	rshift16 regext,regext
+	fetch 2,mem_ccm_iv
+	lshift16 pdata,pdata
+	ior regext,regext				
+	increase 1,regext_index
+	ifetchr regext, 4,contr					
+	increase 1,regext_index
+	ifetch 2,contr					
+	byteswap rega,regext
+	lshift16 regext,regext
+	ior regext,regext
+	increase 1,regext_index
+	rtn
+
+
+		
+generate_mic:
+	add regc,1,contr
+	ifetch 1,contr
+	iforce rega
+	call first_block_counter		//B0
+	call do_aes_ocb
+
+	force regidx_data,regext_index			
+	ifetch 1,regc
+	and_into 0x3,pdata
+	lshift16 pdata,regext
+	set1 8,regext
+	call clear_hidata	//B1
+	call do_aes_cbc
+
+	copy rega,loopcnt
+	add regc,2,contr
+	call padding_data	//数据填充
+generate_mic_loop:
+	call aes_load_data
+	call do_aes_cbc
+	deposit loopcnt
+	branch generate_mic_end,blank
+	branch generate_mic_loop
+generate_mic_end:
+	force regidx_result,regext_index
+	deposit regext
+	store 4,mem_le_mic
+	rtn
+
+aes_crypt_data:
+	increase 1,rega
+	call first_block_data
+	copy regc,contr
+	call aes_load_xor
+	call do_aes_ctr
+	call store_enc_data
+	increase 16,regc
+	increase -16,regb
+	branch aes_crypt_data,positive
+	rtn
+
+
+
+
+ 	
+le_decrypt_new:
+ 	call ccm_init_common
+	jam 0,core_ccm_aad0 
+	jam 1,core_ccm_aad1
+	fetch 1,mem_le_rxbuf_data_header
+	and_into 0x3,pdata
+	store 1,core_ccm_aad2
+	
+	setarg mem_le_rxbuf_data_payload
+	store 2,core_ccm_input_playload_addr
+	store 2,core_ccm_output_playload_addr
+
+	fetchr rega, 1,mem_le_rxbuf_data_length
+	increase -4,rega
+	nbranch disable_blank,positive
+	storer rega, 1,mem_le_rxbuf_data_length
+	setarg mem_le_rxbuf_data_payload
+	iadd rega,contr
+	force regidx_data,regext_index
+	ifetchr regext, 4,contr
+	storer  regext,4,mem_le_peer_mic
+	fetcht 5,mem_ccm_pcnt_rx				
+	call ccm_b0
+	jam 6,core_ccm_ctrl
+	jam 7,core_ccm_ctrl
+	fetch 1,mem_le_rxbuf_data_length
+	store 2,core_ccm_inptr
+	call wait_ccm_done
+	fetch 1,core_misc_status
+	bbit0 7, disable_blank
+	fetcht 4,mem_le_peer_mic
+	fetch 4,mem_ccm_last_mic			
+	isub temp,pdata
+	rtn blank
+	storet 4,mem_ccm_last_mic
+	fetch 5,mem_ccm_pcnt_rx
+	increase 1,pdata
+	set1 LE_CCM_DIRECTIONBIT,pdata
+	store 5,mem_ccm_pcnt_rx
+	force 0,pdata
+	rtn
+
+
+le_encrypt_new:
+	call le_encrypt_new_start
+	setarg mem_le_txpayload
+	iadd rega,rega
+	call wait_ccm_done
+	arg regidx_result,regext_index
+	istorer regext, 4 ,rega
+	rtn
+
+
+le_encrypt_new_start:
+	call ccm_init_common
+	bpatch patch15_7,mem_patch15
+	jam 0,core_ccm_aad0 
+	jam 1,core_ccm_aad1
+	fetch 1,mem_le_txheader
+	and_into 0x3,pdata
+	store 1,core_ccm_aad2
+	fetch 2,mem_contr
+	store 2,core_ccm_input_playload_addr
+	setarg mem_le_txpayload
+	store 2,core_ccm_output_playload_addr
+	
+	fetchr rega,1,mem_le_txlen
+	fetcht 5,mem_ccm_pcnt_tx				
+	call ccm_b0
+	jam 2,core_ccm_ctrl
+	jam 3,core_ccm_ctrl
+	
+	fetch 1,mem_le_txlen
+	store 2,core_ccm_inptr
+	increase 4,pdata
+	store 1,mem_le_txlen
+	fetch 5,mem_ccm_pcnt_tx
+	increase 1,pdata
+ 	set0 LE_CCM_DIRECTIONBIT,pdata
+	store 5,mem_ccm_pcnt_tx
+	rtn
+
+
+ccm_wait_enc:
+	fetch 2,core_ccm_outptr
+	isub temp,null
+	rtn zero 
+	nrtn blank
+//	call assert
+	branch ccm_wait_enc
+
+ccm_check_enc_done:
+	fetch 1,core_misc_status
+	bbit0 6,assert
+ccm_enc_done:
+	setarg mem_le_txpayload
+	iadd temp,contw	
+	arg regidx_result,regext_index
+	istorer regext, 4 ,contw	
+	branch ccm_ctrl_clr
+	
+ccm_init_common:
+	bpatch patch16_0,mem_patch16
+	force regidx_result,regext_index
+	call aes_clear
+	call aes_clear_data
+ 	setarg 0
+	store 2,core_ccm_inptr
+	rtn
+	
+wait_ccm_done:
+	fetch 1,core_misc_status
+	bbit0 6,wait_ccm_done
+ccm_ctrl_clr:
+	jam 0,core_ccm_ctrl
+	rtn
+
+
+wait_aes:
+	nbranch wait_aes,aes_ready
+	rtn
+
+do_aes_ocb:
+	force 0x30,aes_ctrl
+	force 0x0,aes_ctrl
+	branch wait_aes
+
+do_aes_cbc:
+	force 0x32,aes_ctrl
+	force 0x2,aes_ctrl
+	branch wait_aes
+
+do_aes_ctr:
+	force 0x34,aes_ctrl
+	force 0x4,aes_ctrl
+	branch wait_aes
+
+	
+aes_init:
+	force 1,aes_ctrl
+	force 0,aes_ctrl
+	rtn
+
+
+wait_keyinit_done:
+	fetch 1,core_aes_decode_key_init
+	bbit0 5,wait_keyinit_done
+	rtn
+
+
+dec_key_initial:
+	store 2,core_keybuf_saddr
+	force 0xc0,aes_ctrl
+	force 0x80,aes_ctrl	//dec key initial
+	branch wait_keyinit_done
+
+do_aes_ecb_dec:
+	force regidx_data,regext_index
+	copy regb,contr
+   	force 4,loopcnt
+	call aes_ecb_dec_loop
+
+	force 0x180,aes_ctrl	//dec load data
+	force 0x80,aes_ctrl
+	call wait_aes
+ecb_dec_generate: 
+	force regidx_result,regext_index
+	copy regc,contw
+   	force 4,loopcnt
+ecb_dec_generate_loop:
+    copy regext,pdata
+	istore 4,contw
+	increase 1,regext_index
+	loop ecb_dec_generate_loop
+	rtn
+
+aes_ecb_dec_loop:
+	ifetch 2,contr
+	ifetcht 2,contr
+	lshift16 temp,temp
+	ior temp,regext
+	increase 1,regext_index
+	loop aes_ecb_dec_loop
+	rtn
+
+
+do_aes_cbc_dec:
+	force regidx_xor,regext_index
+	copy rega,contr
+	force 4,loopcnt
+	call aes_ecb_dec_loop
+
+	force regidx_data,regext_index
+	copy regb,contr
+	force 4,loopcnt
+	call aes_ecb_dec_loop
+	force 0x182,aes_ctrl
+	force 0x82,aes_ctrl
+	call wait_aes
+	branch ecb_dec_generate
+
+	
+function_s1:
+	force regidx_data,regext_index
+	fetch 4,mem_le_mrand
+	iforce regext
+	increase 1,regext_index
+	ifetch 4,contr
+	iforce regext
+	increase 1,regext_index
+	fetch 4,mem_le_srand
+	iforce regext
+	increase 1,regext_index
+	ifetch 4,contr
+	iforce regext
+	increase 1,regext_index
+	call aes_clear
+	increase -4,regext_index
+	fetch 4,mem_le_tk
+	copy pdata,regext
+	increase 4,regext_index
+	force 0x38,aes_ctrl
+	force 0x8,aes_ctrl
+	branch wait_aes
+
+	
+function_c1:
+	bpatch patch16_1,mem_patch16
+	fetch 6,mem_le_lap
+	fetcht 6,mem_le_plap
+	branch function_c1_master,master
+	fetch 6,mem_le_plap
+	fetcht 6,mem_le_lap
+function_c1_master:
+	force regidx_xor,regext_index
+	copy temp,regext
+	increase 1,regext_index
+	rshift32 temp,regext
+	lshift16 pdata,pdata
+	ior regext,regext
+	increase 1,regext_index
+	rshift32 pdata,regext
+	increase 1,regext_index
+	force 0,regext					
+	force 0,pdata
+	fetch 1,mem_le_conn_peer_addr_type
+	fetcht 1,mem_le_adv_own_addr_type
+	nbranch function_c1_irat,master
+	//conn as master
+	fetch 1,mem_le_conn_own_addr_type
+	fetcht 1,mem_le_conn_peer_addr_type
+function_c1_irat:
+	store 1,mem_le_iat
+	storet 1,mem_le_rat
+	force regidx_data,regext_index
+	arg mem_le_iat,regb
+	force 4,loopcnt
+function_c1_loop1:
+	ifetch 4,rega		
+	ifetcht 4,regb
+	ixor temp,regext
+	increase 1,regext_index
+	increase 4,rega
+	increase 4,regb
+	loop function_c1_loop1		
+	call aes_clear				
+	increase -4,regext_index
+	fetch 4,mem_le_tk
+	copy pdata,regext
+	increase 4,regext_index
+	force 0x38,aes_ctrl
+	force 0xc,aes_ctrl
+	call wait_aes
+
+	call aes_clear_data
+	force 0x3a,aes_ctrl
+	force 0x8,aes_ctrl
+	branch wait_aes
+
+padding_data:
+	compare 0,loopcnt,3
+	rtn true
+	deposit contr
+	iadd loopcnt,contw
+	force 0,pdata
+padding_loop:
+	istore 1,contw
+	increase 1,loopcnt
+	compare 0,loopcnt,3
+	rtn true
+	branch padding_loop
+
+aes_load_data:
+	force regidx_data,regext_index
+load_data_loop:
+	deposit loopcnt
+	branch load_data_padding,blank
+	ifetch 4,contr
+	increase -4,loopcnt
+load_data_padding:
+	iforce regext
+	increase 1,regext_index
+	compare regidx_key,regext_index,0xf
+	rtn true
+	branch load_data_loop
+
+aes_load_xor:
+	force regidx_xor,regext_index
+	branch load_regext
+load_key:
+	force regidx_key,regext_index
+	branch load_regext
+load_data128:
+	force regidx_data,regext_index
+load_regext:
+	force 4,loopcnt
+load_regext_loop:
+	ifetch 4,contr
+	iforce regext
+	increase 1,regext_index
+	loop load_regext_loop
+	rtn
+
+load_sk:
+	arg mem_le_sk,contr
+	branch load_key
+
+clear_hidata:
+	force 4,loopcnt
+	branch clear_data_rest
+
+regext_clear:
+	force 0,regext_index
+	force 16,loopcnt
+	branch clear_loop
+
+aes_clear_data:
+	force regidx_data,regext_index
+aes_clear:
+	force 4,loopcnt
+clear_loop:
+	force 0,regext
+clear_data_rest:
+	increase 1,regext_index
+	loop clear_loop
+	rtn
+
+store_aes_result:
+	force regidx_result,regext_index
+	force 4,loopcnt
+send_aes_result_loop:
+	deposit regext
+	istore 4,contw
+	increase 1,regext_index
+	loop send_aes_result_loop
+	rtn
+
+store_enc_data:
+	force regidx_result,regext_index
+	copy regc,contw
+	add regb,1,loopcnt
+	sub loopcnt,15,null
+	branch store_enc_loop,positive
+	force 16,loopcnt
+store_enc_loop:
+	deposit regext
+	sub loopcnt,3,null
+	branch store_enc_byte,positive
+	istore 4,contw
+	increase -4,loopcnt
+	rtn zero
+	increase 1,regext_index
+	branch store_enc_loop
+store_enc_byte:
+	istore 1,contw
+	rshift8 pdata,pdata
+	loop store_enc_byte
+	rtn
+	
+	
+compare_res:
+	force regidx_result,regext_index
+	force 4,loopcnt
+compare_res_loop:
+	ifetch 4,contr
+	isub regext,null
+	nrtn zero
+	increase 1,regext_index
+	loop compare_res_loop
+	force 0,null
+	rtn
+
+enable_authrom:
+	fetch 1,core_clkoff
+	set0 CLOCK_OFF_AUTH_ROM,pdata
+	store 1,core_clkoff
+	rtn
+
+disable_authrom:
+	fetch 1,core_clkoff
+	set1 CLOCK_OFF_AUTH_ROM,pdata
+	store 1,core_clkoff
+	rtn
+
+
+
+
+
+ui_init:
+	rtn wake
+	call lpm_disable_exen_output
+	call ui_button_init
+	call ui_timer_init
+	branch ui_led_init_global
+
+ui_dispatch:
+	call ui_led_dispatch
+	branch ui_timer_check
+	
+ui_button_init:
+	fetch 1,mem_ui_button_gpio
+	rtneq UI_BUTTON_GPIO_DISABLE
+	iforce temp
+	call gpio_config_output
+	fetcht 1,mem_ui_button_gpio
+	call gpio_out_inactive
+	nop 100
+	fetcht 1,mem_ui_button_gpio
+	call gpio_config_input
+	branch ui_button_polling
+
+
+	
+ui_button_polling:
+	bpatch patch17_0,mem_patch17
+	fetch 1,mem_ui_button_gpio
+	rtneq UI_BUTTON_GPIO_DISABLE
+	copy pdata,temp
+	call gpio_get_bit
+	nbranch ui_button_up,true
+	//fall through
+ui_button_down:
+	call ui_button_check_long_press
+	fetch 2,mem_ui_state_map
+	set1 UI_STATE_BTN_DOWN,pdata
+	store 2,mem_ui_state_map
+	fetch 1,mem_ui_button_last_state
+	rtneq UI_BUTTON_STATE_DOWN
+	jam UI_BUTTON_STATE_DOWN,mem_ui_button_last_state
+	//Down Edge
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_ui_button_timer //start long press timer
+	call lpm_button_get_wake_lock
+	jam BT_EVT_BUTTON_DOWN,mem_fifo_temp
+	branch ui_ipc_send_event
+ui_button_up:
+	fetch 2,mem_ui_state_map
+	set0 UI_STATE_BTN_DOWN,pdata
+	store 2,mem_ui_state_map
+	fetch 1,mem_ui_button_last_state
+	rtneq UI_BUTTON_STATE_UP
+	jam UI_BUTTON_STATE_UP,mem_ui_button_last_state
+	//Up Edge
+	jam 0,mem_ui_button_timer//stop long press timer
+	call lpm_button_clean_wake_lock
+	jam BT_EVT_BUTTON_UP,mem_fifo_temp
+	branch ui_ipc_send_event
+
+ui_button_check_long_press:
+	fetch 1,mem_ui_button_timer
+	rtn blank
+	increase -1,pdata
+	store 1,mem_ui_button_timer
+	nrtn blank
+	//Long Press
+	jam BT_EVT_BUTTON_LONG_PRESSED,mem_fifo_temp
+	branch ui_ipc_send_event
+
+lpm_button_get_wake_lock:
+	arg wake_lock_button,queue
+	branch lpm_get_wake_lock
+	
+lpm_button_clean_wake_lock:
+	arg wake_lock_button,queue
+	branch lpm_put_wake_lock
+
+
+
+
+//input:rega :struct number
+//output:regb :current strutct starting pointer
+calc_curr_struct_prt:
+	bpatch patch17_1,mem_patch17
+	fetch 2,mem_ui_led_struct_ptr
+	mul32 rega,LED_OFFSET_LENGTH,regb
+	iadd regb,regb
+	rtn
+
+
+ui_led_init_global:
+	fetch 1,mem_ui_led_struct_num
+	rtn blank
+	copy pdata,loopcnt
+	fetch 2,mem_ui_led_struct_ptr
+	copy pdata,regb
+ui_led_init_loop:
+	add regb,LED_OFFSET_LED_GPIO,regc
+	ifetcht 1,regc
+	call ui_led_init_set
+	increase LED_OFFSET_LENGTH,regb
+	loop ui_led_init_loop
+	rtn
+
+//mem_ui_led_init_state_set =0,set init off else set init on
+ui_led_init_set:
+	fetch 1,mem_ui_led_init_state_set
+	branch gpio_out_inactive,blank
+	branch gpio_out_active
+	
+//input:rega :struct number
+ui_led_on_global:
+	call calc_curr_struct_prt
+	setarg UI_LED_STATE_LIGHTING
+	istore 1,regb
+	call ui_led_stop_timer
+	branch ui_led_on_static
+
+	
+//input:rega :struct number
+ui_led_blink_stop_global:
+ui_led_off_global:
+	call calc_curr_struct_prt
+	setarg UI_LED_STATE_DARKING
+	istore 1,regb
+	call ui_led_stop_timer
+	branch ui_led_off_static
+
+
+//input:rega :struct number
+ui_led_blink_start_global:
+	call calc_curr_struct_prt
+	setarg UI_LED_STATE_BLINK_START
+	istore 1,regb
+	setarg LED_INFINITE_FLASH_NUM
+	istore 1,contw
+	branch ui_led_off_static
+
+
+//input:rega :struct number
+//REGC: the point that want to set led style address
+ui_led_set_style_global:
+	call calc_curr_struct_prt
+	arg LED_OFFSET_LENGTH,loopcnt
+	copy regc,contr
+	copy regb,contw
+	branch memcpy_fast
+
+
+
+ui_led_dispatch:
+	fetch 1,mem_ui_led_struct_num
+	rtn blank
+	arg 0,rega
+ui_led_blink_polling:
+	call ui_led_change_style_by_type
+	increase 1,rega
+	fetch 1,mem_ui_led_struct_num
+	isub rega,null
+	rtn zero
+	branch ui_led_blink_polling
+
+
+ui_led_off_static:
+	add regb,LED_OFFSET_LED_GPIO,regc
+	ifetcht 1,regc
+	fetch 1,mem_device_option
+	beq dvc_op_mouse,mouse_ui_led_off_static
+	branch gpio_out_inactive
+
+
+ui_led_on_static:
+	add regb,LED_OFFSET_LED_GPIO,regc
+	ifetcht 1,regc
+	fetch 1,mem_device_option
+	beq dvc_op_mouse,mouse_ui_led_on_static
+	branch gpio_out_active
+
+
+//input:rega :struct number
+ui_led_change_style_by_type:
+	add rega,ui_led_blink,queue
+	call timer_check
+	nrtn blank			//timer out
+	
+	call calc_curr_struct_prt
+
+	ifetch 1,regb			//led type
+
+	beq UI_LED_STATE_LIGHTING,ui_led_on_static
+	beq UI_LED_STATE_DARKING,ui_led_off_static
+	beq UI_LED_STATE_BLINK_STOP,ui_led_off_static
+	beq UI_LED_STATE_BLINK_DARKING,ui_led_blink_state_darking
+ui_led_blink_state_lighting:
+	call ui_led_on_static
+	add regb,LED_OFFSET_CB_LEDON,regc
+	call push_stack
+	ifetch 2,regc
+	call callback_func
+	call pop_stack
+	setarg UI_LED_STATE_BLINK_DARKING
+	istore 1,regb
+	add regb,LED_OFFSET_ON_TIME,regc
+	ifetch 2,regc
+	branch ui_led_blink_timer_start
+	
+
+ui_led_blink_state_darking:
+	call ui_led_off_static
+	add regb,LED_OFFSET_CB_LEDOFF,regc
+	call push_stack
+	ifetch 2,regc
+	call callback_func
+	call pop_stack
+	
+	add regb,LED_OFFSET_BLINK_COUNT,regc
+	ifetch 1,regc
+	beq LED_INFINITE_FLASH_NUM,ui_led_blink_infinite
+	increase -1,pdata
+	istore 1,regc
+	branch ui_led_blink_stop_global,blank		//End of flicker
+ui_led_blink_infinite:
+	setarg UI_LED_STATE_BLINK_LIGHTING
+	istore 1,regb
+	add regb,LED_OFFSET_OFF_TIME,regc
+	ifetch 2,regc
+ui_led_blink_timer_start:
+	add rega,ui_led_blink,queue
+	branch timer_init
+
+ui_led_stop_timer:
+	setarg 0
+	branch ui_led_blink_timer_start
+
+
+
+
+
+ui_timer_timeout:
+	setarg 0x1000
+	lshift16 pdata,pdata
+	iadd regb,regb
+	rtn
+	
+ui_timer_check:
+	bpatch patch17_2,mem_patch17
+	arg 0,rega
+	fetcht 4,mem_ui_timer_last_btclk
+	copy clkn_bt,regb
+	copy regb,pdata
+	isub temp,null
+	ncall ui_timer_timeout,positive
+ui_timer_check_loop:
+	copy regb,pdata
+	increase 160,temp    //320btclk = 100ms
+	increase 160,temp
+	isub temp,null
+	nbranch ui_timer_check_end,positive
+	increase 1,rega   //increase 1 every 100ms count
+	and rega,0x0f,pdata
+	nbranch ui_timer_check_loop,blank
+	arg 0,rega  //reset timer if it's longer than 1.5s between 2 checks
+	call ui_timer_check_send_evt
+ui_timer_init:
+	copy clkn_bt,pdata
+	store 4,mem_ui_timer_last_btclk
+	rtn
+ui_timer_check_end:
+	copy rega,pdata
+	rtn blank
+	increase -160,temp    //320btclk = 100ms
+	increase -160,temp
+	set0 28,temp
+	storet 4,mem_ui_timer_last_btclk
+ui_timer_check_send_evt:
+	branch app_evt_timer
+
+	
+
+//
+//
+//
+ui_ipc_get_lock:
+	jam 1,mem_ipc_lock_bt
+ui_ipc_get_lock_wait:
+	fetch 1,mem_ipc_lock_c51
+	nbranch ui_ipc_get_lock_wait,blank
+	rtn
+	
+ui_ipc_put_lock:
+	jam 0,mem_ipc_lock_bt
+	rtn
+	
+
+	
+ui_ipc_send_event:
+	bpatch patch17_3,mem_patch17
+	call ui_ipc_get_lock
+	copy rega,pdata
+	store 4,mem_rega
+	arg mem_ipc_fifo_bt2c51,rega
+	call fifo_in
+	fetch 4,mem_rega
+	copy pdata,rega
+	branch ui_ipc_put_lock
+
+ui_ipc_send_cmd:
+	bpatch patch17_4,mem_patch17
+	call ui_ipc_get_lock
+	copy rega,pdata
+	store 4,mem_rega	
+	arg mem_ipc_fifo_c512bt,rega
+	call fifo_in
+	fetch 4,mem_rega
+	copy pdata,rega	
+	branch ui_ipc_put_lock
+
+ui_ipc_clean_all_fifo:
+	setarg 0
+	store UTIL_FIFO_LEN,mem_ipc_fifo_c512bt
+	store UTIL_FIFO_LEN,mem_ipc_fifo_bt2c51
+	rtn
+	
+check_51cmd:
+	bpatch patch17_5,mem_patch17
+	fetch 1,mem_hci_cmd
+	nrtn blank
+	arg mem_ipc_fifo_c512bt,rega
+	call fifo_is_empty
+	rtn blank
+	jam IPC_CONTINUE_PROCESS,mem_ipc_skip_continue_proc
+	call check_51cmd_once
+	fetch 1,mem_ipc_skip_continue_proc
+	branch check_51cmd,blank
+	rtn
+
+check_51cmd_once:
+	call ui_ipc_get_lock
+	arg mem_ipc_fifo_c512bt,rega
+	call fifo_out
+	copy pdata,temp
+	call ui_ipc_put_lock
+	bpatch patch17_6,mem_patch17
+	copy temp,pdata
+	rtn blank
+	beq BT_CMD_START_ADV,check_51cmd_adv
+	beq BT_CMD_STOP_ADV,check_51cmd_stop_adv
+	beq BT_CMD_START_DIRECT_ADV,check_51cmd_direct_adv
+	beq BT_CMD_STOP_DIRECT_ADV,check_51cmd_stop_direct_adv
+	beq BT_CMD_LED_OFF,check_51cmd_led_off
+	beq BT_CMD_LED_ON,check_51cmd_led_on
+	beq BT_CMD_LED_BLINK,check_51cmd_led_start_blink
+	beq BT_CMD_LE_START_CONN,check_51cmd_le_start_con
+	beq BT_CMD_LE_START_SCAN,check_51cmd_start_scan
+	beq BT_CMD_LE_STOP_SCAN,check_51cmd_stop_scan
+	beq BT_CMD_ENTER_HIBERNATE,check_51cmd_hibernate
+	//context related, process in context
+	store 1,mem_fifo_temp
+//	call lmo_fifo_check
+//	nbranch check_51cmd_restore,blank  //process this cmd next time while lmo fifo is full
+check_51cmd_once_continue:
+	fetch 1,mem_fifo_temp
+	bmark0 mark_context,check_51cmd_check_idle
+	bpatch patch17_7,mem_patch17
+	fetch 1,mem_fifo_temp
+	beq BT_CMD_LE_DISCONNECT,check_51cmd_le_disconnect
+	beq BT_CMD_LE_SMP_SECURITY_REQUEST,check_51cmd_le_smp_sec_req
+	beq BT_CMD_LE_UPDATE_CONN,check_51cmd_ble_update_connect_param
+	beq BT_CMD_STORE_RECONN_INFO_LE,eeprom_store_le_reconn_info
+	rtn
+
+check_51cmd_check_idle:
+	store 1,mem_fifo_temp
+  	call context_check_idle
+	branch check_51cmd_restore,zero
+	call context_search_plap
+	nrtn zero
+check_51cmd_restore:
+	jam IPC_SKIP_CONTINUE_PROCESS,mem_ipc_skip_continue_proc
+	branch ui_ipc_send_cmd
+
+  
+ 
+
+
+//command opcode 0x13
+check_51cmd_adv:
+	jam ON,mem_le_adv_enable
+	jam ADV_IND,mem_le_adv_type
+	fetch 2,mem_ui_state_map
+	set1 UI_STATE_BLE_ADV,pdata
+	store 2,mem_ui_state_map
+	rtn
+
+
+//command opcode 0x14
+check_51cmd_stop_adv:
+
+//command opcode 0x16
+check_51cmd_stop_direct_adv:
+	fetch 2,mem_ui_state_map
+	set0 UI_STATE_BLE_ADV,pdata
+	store 2,mem_ui_state_map
+	jam OFF,mem_le_adv_enable
+	rtn
+
+
+//command opcode 0x15
+check_51cmd_direct_adv:
+	jam ON,mem_le_adv_enable
+	jam ADV_DIRECT_IND,mem_le_adv_type
+	fetch 2,mem_ui_state_map
+	set1 UI_STATE_BLE_ADV,pdata
+	store 2,mem_ui_state_map
+	rtn
+
+
+//command opcode 0x17
+check_51cmd_le_disconnect:
+	setarg 20 // 100ms
+	store 2,mem_le_superto
+	store 2,mem_le_init_superto
+	branch le_send_terminate_ind_user_terminated
+
+
+//command opcode 0x18
+check_51cmd_ble_update_connect_param:
+	branch le_l2cap_tx_update_req
+
+
+//command opcode 19
+check_51cmd_led_off:
+	arg 0,rega
+	branch ui_led_off_global
+
+
+//command opcode 20
+check_51cmd_led_on:
+	arg 0,rega
+	branch ui_led_on_global
+
+
+//command opcode 21
+check_51cmd_led_start_blink:
+	arg 0,rega
+	call calc_curr_struct_prt
+	ifetch 1,regb
+	beq UI_LED_STATE_BLINK_START,check_51cmd_led_start_blink_in_blink
+	beq UI_LED_STATE_BLINK_LIGHTING,check_51cmd_led_start_blink_in_blink
+	beq UI_LED_STATE_BLINK_DARKING,check_51cmd_led_start_blink_in_blink
+	branch ui_led_blink_start_global
+
+check_51cmd_led_start_blink_in_blink:
+	ifetch 1,contr
+	rtneq LED_INFINITE_FLASH_NUM
+	branch ui_led_blink_start_global
+
+
+//command opcode 0x22
+check_51cmd_le_start_con:
+	jam ON,mem_le_scan_enable
+	jam hci_cmd_le_create_conn,mem_hci_cmd
+//	fetch 6,mem_app_peer_addr
+//	store 6,mem_le_conn_peer_addr
+	rtn
+
+
+//command opcode 0x23
+check_51cmd_start_scan:
+	jam ON,mem_le_scan_enable
+	rtn
+
+
+//command opcode 0x24
+check_51cmd_stop_scan:
+	jam OFF,mem_le_scan_enable
+	jam 0,mem_hci_cmd
+	rtn
+
+
+//command opcode 0x25
+check_51cmd_hibernate:
+	fetch 2,mem_cb_before_hibernate
+	call callback_func
+	fetch 1,mem_ui_button_gpio
+	beq UI_BUTTON_GPIO_DISABLE,check_51cmd_hibernate_btn_disabled
+	copy pdata,temp
+	call gpio_config_input
+check_51cmd_hibernate_btn_disabled:
+	call ui_ipc_clean_all_fifo
+	branch lpm_hibernate	
+
+
+//command opcode 0x27
+check_51cmd_le_smp_sec_req:
+	branch le_send_smp_security_request
+
+
+
+
+ui_check_paring_button:
+	fetch 1,mem_ui_state_map
+	rtnbit0 UI_STATE_BTN_DOWN
+	rtn
+
+
+
+///////////queue function////////////
+queue_init:
+	fetch 2,mem_queue_ptr
+	add pdata,QUEUE_OFFSET_CURR_NUM,contw
+	setarg 0
+	istore 3,contw
+	rtn
+	
+//input:rega:the address of the data to which you want to input queue
+//output:if user is disable,mean queue no have space
+queue_push:
+	bpatch patch18_0,mem_patch18
+	call disable_user
+	call queue_full
+	rtn blank
+	fetch 2,mem_queue_ptr
+	add pdata,QUEUE_OFFSET_CURR_NUM,regb
+	ifetcht 1,regb
+	increase 1,temp
+	istoret 1,regb	//number add 
+	
+	ifetcht 1,pdata	//temp:each length
+	copy temp,loopcnt
+	add pdata,QUEUE_OFFSET_WRITE_PTR,regb
+	ifetch 1,regb
+	imul32 temp,pdata	//offset
+	iadd contr,contw
+	copy rega,contr
+calc_queue_next_ptr:
+	call memcpy
+	call queue_get_size
+	pincrease -1
+	ifetcht 1,regb
+	increase 1,temp
+	iand temp,temp
+	istoret 1,regb
+	branch enable_user
+
+
+//input:rega:the address of the data to which you want to output queue
+//output:if user is disable,mean queue no have data
+queue_pop:
+	bpatch patch18_1,mem_patch18
+	call disable_user
+	call queue_empty
+	rtn blank
+	fetch 2,mem_queue_ptr
+	add pdata,QUEUE_OFFSET_CURR_NUM,regb
+	ifetcht 1,regb
+	increase -1,temp
+	istoret 1,regb
+	ifetcht 1,pdata		//each size
+	copy temp,loopcnt
+	add pdata,QUEUE_OFFSET_READ_PTR,regb
+	ifetch 1,regb
+	imul32 temp,pdata	//offset
+	iadd contr,contr
+	increase 1,contr
+	copy rega,contw
+	branch calc_queue_next_ptr
+
+//output:if blank is 1,mean queue is empty
+queue_empty:
+	fetch 2,mem_queue_ptr
+	add pdata,QUEUE_OFFSET_CURR_NUM,contr
+	ifetch 1,contr
+	rtn
+
+//output:if blank is 1,mean queue is full
+queue_full:
+	call queue_get_size
+	ifetcht 1,contr
+	isub temp,pdata
+	rtn
+
+//output:pdata is queue size
+queue_get_size:
+	fetch 2,mem_queue_ptr
+	add pdata,QUEUE_OFFSET_LENGTH,contr
+	ifetch 1,contr
+	rtn
+
+///////////queue function end////////////
+
+
+
+
+
+usb_isr:
+	bpatch patch18_2,mem_patch18
+	fetch 1,core_usb_status
+	isolate1 USB_STATUS_RESET,pdata
+	call usb_init,true
+	fetch 1,core_usb_status
+	store 1,core_usb_status
+	store 1,mem_usb_status
+	call usb_nak_state_judge
+	call usb_rx
+	call usb0_tx
+	call usb_tx
+	branch usb_nak_state
+
+usb_init:
+	bpatch patch18_3,mem_patch18
+	call enable_authrom
+	call usb_init_param
+	jam 0x00,core_usb_config
+	nop 10000
+	jam 0xc0,core_usb_trig
+	fetch 2,core_clkoff
+	set0 CLOCK_OFF_USB,pdata
+	store 2,core_clkoff
+	jam 0x0,core_usb_hmode
+	jam 0x3c,core_usb_config
+	setarg mem_usb_rxbuf
+	store 2,core_usb_rx_saddr
+	store 2,core_usb_rxptr
+	setarg mem_usb_rxbuf_end
+	store 2,core_usb_rx_eaddr
+	jam 0x4,core_usb_hmode
+	jam 0,core_usb_addr
+	jam 0xff,core_usb_status
+	setarg mem_usb_clear_mem_end
+	arg mem_usb_clear_mem_start,contw
+	isub contw,loopcnt
+	branch clear_mem
+	
+//usb_offline_check_init:
+//	fetcht 1,mem_usb_offline_check_gpio
+//	branch gpio_config_input
+//usb_offline_state:
+//	fetch 1,mem_usb_device_enumeration_endflag
+//	rtn blank
+//	fetcht 1,mem_usb_offline_check_gpio
+//	call gpio_get_bit
+//	branch usb_init,true
+//	rtn
+
+usb_init_param:
+	jam DEV_DEFAULT,mem_usb0_state
+	setarg 0x0
+	store 1,mem_remain
+	store 2,mem_usb_zero_packet
+	pincrease 1
+	store 2,mem_usb_ones_packet
+	pincrease 1
+	store 2,mem_usb_two_packet
+	arg mem_string0,contw
+	setarg 0x030404
+	istore 3,contw
+	setarg 0x0409
+	istore 2,contw
+	arg mem_string1,contw
+	setsect 0,0x15906
+	setsect 1,0x210d2
+	setsect 2,0x10494
+	setsect 3,0x1
+	istore 9,contw
+	arg mem_string2,contw
+	setsect 0,0x1570f
+	setsect 1,0x15c9a
+	setsect 2,0x256c6
+	setsect 3,0x1cdcd
+	istore 9,contw
+	setsect 0,0x14420
+	setsect 1,0x25d99
+	setsect 2,0x25636
+	setsect 3,0x1
+	istore 7,contw
+	arg mem_string3,contw
+	setsect 0,0x1620a
+	setsect 1,0xc8c
+	setsect 2,0x30333
+	setsect 3,0xc0c0
+	istore 9,contw
+	setsect 0,0x3130
+	istore 2,contw
+	setarg USB_KBDATA_VENDOR_DEFINE_ADDR
+	store 2,mem_hidreportdesc_kb
+	setarg USB_MSDATA_ADDR
+	store 2,mem_hidreportdesc_m
+	arg USB_DEVICEDATA_ADDR,contr
+	arg mem_devicedesc,contw
+	arg 19,loopcnt
+	call memcpy	
+	call usb_confdesc_config
+usb_config_cb:
+	fetch 2,mem_cb_usb_config
+	branch callback_func
+
+usb_confdesc_config:
+	fetch 1,mem_usb_ep3_enable
+	nrtn blank
+usb_confdesc_config_without_ep3:
+	arg 60,loopcnt
+	arg mem_confdesc,contw
+	arg USB_CONFDATA_ADDR,contr	
+	branch memcpy
+
+usb_tx_interval_config:
+	fetch 1,mem_usb_tx_interval
+	rtn blank
+	store 1,mem_confdesc+34
+	store 1,mem_confdesc+59
+	rtn
+
+usb_nak_state:
+	arg USB_TIMER_NAK,queue
+	call timer_check
+	nrtn blank
+	fetch 1 ,mem_usb_wakestate_onetime_flag
+	nrtn blank
+	fetch 1,mem_usb_device_enumeration_endflag
+	ncall usb_mac_wakeup_judge,blank
+	rtn
+
+usb_nak_state_judge:
+	fetch 1,mem_usb_status
+	bbit1 USB_STATUS_NAK,usb_nak_state_timer_init
+	rtn
+	
+usb_nak_state_timer_init:
+	call usb0_attached_state_judge
+	call timer_reinit
+	setarg TIMER_NAK_DELAY
+	arg USB_TIMER_NAK,queue
+	branch timer_init
+	
+usb0_attached_state_judge:
+	fetch 1,mem_usb_state
+	bne USB_CONNECTED,usb_clear_halt_dispose
+	jam 0,mem_usb_wakestate_onetime_flag
+	jam 0,mem_usb_mac_wakeup_trig
+	rtn
+
+usb_clear_halt_dispose:
+	fetch 1,mem_usb_clear_halt
+	rtn blank
+	jam 0,mem_usb_clear_halt
+	jam USB_CONNECTED,mem_usb_state
+	jam 1,mem_usb_device_enumeration_endflag
+	rtn
+
+usb_rx_no_data:
+	fetch 1,mem_usb_status
+	bbit1 USB_STATUS_SETUP,usb_class_type
+	rtn
+
+usb_rx_data:
+	fetch 1,core_usb_txbusy
+	rtnbit1 USB_STATUS_RXEMPTY
+	fetchr contus,2,core_usb_rx_saddr
+	fetchr contue,2,core_usb_rx_eaddr
+	fetchr contu,2,core_usb_rxptr
+	ifetch 2,contu
+	rshift8 pdata,temp
+	rshift4 temp,temp					// temp is endpoint
+	arg 0xfff,contr
+	iand contr,loopcnt
+	copy loopcnt,rega
+usb_rx_read:
+	ifetch 1,contu
+	istore 1,contw
+	loop usb_rx_read
+	storer contu,2,core_usb_rxptr
+	storer rega,2,mem_usb_read_len
+	rtn
+
+
+usb_rx:
+	bpatch patch18_4,mem_patch18
+	fetch 1,mem_usb_status
+	rtnbit0 USB_STATUS_RXREADY
+	arg mem_usb_rxbuf_temp,contw
+	call usb_rx_data
+	fetchr loopcnt,2,mem_usb_read_len
+	storer loopcnt,1,mem_usb_ep3_out_data_len
+	arg mem_usb_rxbuf_temp,contr
+	copy temp,pdata
+	beq 0,usb0_rx
+	beq 3,usb_data_rx_ep3
+usb_data_rx:
+	rtn
+
+usb_data_rx_ep3:
+	arg mem_usb_ep3_out_data,contw
+	call memcpy
+	jam 1,mem_usb_ep3_out_data_flag
+	rtn
+
+
+usb0_rx:
+	arg mem_usb_setup,contw
+	call memcpy
+	fetch 1,mem_usb_read_len
+	beq 0x00,usb_rx_no_data
+	beq 0x01,usb_out_one_byte	// HUAWEI pad led status	
+	sub pdata,7,null
+	rtn positive
+usb_class_type:
+	bpatch patch18_5,mem_patch18
+	set0 mark_isstr,mark
+	fetch 1,mem_usb_setup_bmRequestType
+	and_into 0x80,pdata
+	beq IN_DEVICE,usb_in_device
+	beq OUT_DEVICE,usb_out_device
+	branch assert
+
+usb_out_one_byte:
+	fetch 1,mem_usb_setup
+	rtnbit1 7	// OUT_DEVICE
+	call usb_get_led_status
+	branch usb0_reply_zerolen
+
+
+usb_in_device:
+	fetch 1,mem_usb_setup_bmRequestType
+	rshift4 pdata,pdata
+	rshift pdata,pdata
+	and_into 0x03,pdata
+	beq STANDARD_REQ,usb_in_standard_req
+	beq CLASS_REQ,usb_in_class_req
+	beq MANUFACTURER_REQ,usb_in_manufacturer_req
+	branch assert
+
+usb_out_device:
+	fetch 1,mem_usb_setup_bmRequestType
+	rshift4 pdata,pdata
+	rshift pdata,pdata
+	and_into 0x03,pdata
+	beq STANDARD_REQ,usb_out_standard_req
+	beq CLASS_REQ,usb_out_class_req	
+	beq MANUFACTURER_REQ,usb_out_manufacturer_req
+	branch assert
+
+usb_in_standard_req:
+	bpatch patch18_6,mem_patch18
+	fetch 1,mem_usb_setup_bRequest
+	beq GET_CONFIGURATION,usb0_request_get_configuration
+	beq GET_DESCRIPTOR,usb0_request_get_descriptor
+	beq GET_INTERFACE,usb0_request_get_interface
+	beq GET_STATUS,usb0_request_get_status
+	branch usb0_force_stall
+
+usb_in_class_req:
+	bpatch patch18_7,mem_patch18
+	fetch 1,mem_usb_setup_bRequest
+	beq GET_IDLE,usb_get_idle
+	beq GET_REPORT,usb_get_report
+	beq GET_PROTOCOL,usb_get_protocol_req
+	branch usb0_force_stall
+
+usb_in_manufacturer_req:
+	branch usb0_force_stall
+
+usb_out_standard_req:
+	bpatch patch19_0,mem_patch19
+	fetch 1,mem_usb_setup_bRequest
+	beq CLEAR_FEATURE,usb0_request_clear_feature
+	beq SET_FEATURE,usb0_request_set_feature
+	beq SET_ADDRESS,usb0_request_set_address
+	beq SET_CONFIGURATION,usb0_request_set_configuration
+	beq SET_INTERFACE,usb0_request_set_interface
+	beq SET_DESCRIPTOR,usb0_force_stall
+	branch usb0_force_stall
+
+usb_out_class_req:
+	bpatch patch19_1,mem_patch19
+	fetch 1,mem_usb_setup_bRequest
+	beq SET_IDLE,usb_set_idle
+	beq SET_REPORT,usb_set_report
+	beq SET_PROTOCOL,usb_set_protocol_req
+	branch usb0_force_stall
+
+usb_out_manufacturer_req:
+	branch usb0_force_stall
+
+usb0_force_stall:
+	bpatch patch19_2,mem_patch19
+	fetch 1,core_usb_stall
+	set1 0,pdata
+	store 1,core_usb_stall
+	branch usb0_reply_zerolen
+	
+usb0_reply_zerolen:
+	jam 0x10,core_usb_trig
+	rtn
+
+usb0_request_get_configuration:
+	fetch 1,mem_usb_setup_bmRequestType
+	bne IN_DEVICE,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex+1
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bLength
+	bne 1,usb0_force_stall
+	fetch 1,mem_usb_setup_bLengthH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bValue
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bValue+1
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb0_state
+	beq DEV_CONFIGURED,usb0_request_get_cfg_dev_cfg
+	beq DEV_ADDRESS,usb0_request_get_cfg_dev_addr
+	branch usb0_force_stall
+//Return current config : 1
+usb0_request_get_cfg_dev_cfg:
+	arg 1,regb
+	branch usb_send_ones_packet
+//Config do not work, return default config : 0
+usb0_request_get_cfg_dev_addr:
+	arg 1,regb
+	branch usb_send_zero_packet
+
+usb0_request_get_descriptor:
+	bpatch patch19_3,mem_patch19
+//	set0 mark_isstr,mark
+	fetch 1,mem_usb_setup_bValueH
+	beq DSC_DEVICE,dsc_device_info
+	beq DSC_CONFIG,dsc_config_info	
+	beq DSC_STRING,dsc_string_info
+	beq DSC_HID,dsc_hid_info
+	beq DSC_HID_REPORT,dsc_hid_report_info
+	branch usb0_force_stall
+
+dsc_hid_info:
+	jam 0,mem_usb_get_protocol_flag
+	fetch 1,mem_usb_setup_wIndex
+	beq 0,dsc_hid_info_interface0
+	beq 1,dsc_hid_info_interface1
+	beq 2,dsc_hid_info_interface2
+	branch usb0_force_stall
+//class_descriptor hid_descriptor--keyboard 
+dsc_hid_info_interface0:
+	fetchr regb,1,mem_confdesc+19
+	arg mem_confdesc+19,rega
+	branch usb0_respond
+//class_descriptor hid_descriptor--mouse 
+dsc_hid_info_interface1:
+	fetchr regb,1,mem_confdesc+44
+	arg mem_confdesc+44,rega
+	branch usb0_respond
+dsc_hid_info_interface2:
+	fetchr regb,1,mem_confdesc+69
+	arg mem_confdesc+69,rega
+	branch usb0_respond
+
+dsc_device_info:
+//input : pdata : data poniter 
+//input : temp: data len
+//sets the data pointer and len to correct descriptor
+	fetch 1,mem_usb_set_high_addr_flag
+	ncall usb_set_high_addr,blank
+	setarg mem_devicedesc
+	fetcht 1,mem_devicedesc
+dsc_info_set_data_len:
+	store 2,mem_dsc_info_data_pointer
+	storet 1,mem_dsc_info_len
+	fetch 1,mem_usb_setup_bLength
+	isub temp,null
+	nbranch dsc_info_set_current_data_len,positive
+dsc_info_set_initial_data_len:
+	fetch 1,mem_dsc_info_len
+dsc_info_set_data_size_completed:	
+	iforce regb
+	fetch 2,mem_dsc_info_data_pointer
+	add pdata,1,pdata
+	iforce rega
+	branch usb0_respond
+dsc_info_set_current_data_len:
+	fetch 1,mem_usb_setup_bLength
+	branch dsc_info_set_data_size_completed
+
+usb_set_high_addr:
+	fetch 1,core_usb_addr
+	ncall usb0_set_addr,blank
+	jam 0,mem_usb_set_high_addr_flag
+	rtn
+usb0_set_addr:
+	fetch 1,core_usb_addr
+   	set1 7,pdata
+	store 1,core_usb_addr
+	rtn
+
+dsc_config_info:
+	setarg mem_confdesc
+	fetcht 1,mem_confdesc
+	branch dsc_info_set_data_len
+
+dsc_string_info:
+	fetch 1,mem_usb_setup_bValue
+	sub pdata,3,null
+	nbranch usb0_force_stall,positive
+	fetch 1,mem_usb_setup_bValue
+	arg mem_string0,rega
+	beq 0,usb0_respond_length	
+	set1 mark_isstr,mark
+	arg mem_string1,rega
+	beq 1,usb0_respond_length
+	arg mem_string2,rega
+	beq 2,usb0_respond_length
+	arg mem_string3,rega
+	beq 3,usb0_respond_length
+	rtn
+
+dsc_hid_report_info:
+	fetch 2,mem_usb_setup_wIndex
+	beq 0,dsc_hid_report_info0
+	beq 1,dsc_hid_report_info1
+	beq 2,dsc_hid_report_info2
+	branch usb0_force_stall
+
+dsc_hid_report_info0:
+	fetchr rega,2,mem_hidreportdesc_kb
+	branch usb0_respond_length
+
+dsc_hid_report_info1:
+	fetch 1,mem_usb_ep3_enable
+	call dsc_hid_enumerate_success,blank
+	fetchr rega,2,mem_hidreportdesc_m
+	branch usb0_respond_length
+
+dsc_hid_report_info2:
+	fetch 1,mem_usb_ep3_enable
+	ncall dsc_hid_enumerate_success,blank
+	fetchr rega,2,mem_hidreportdesc_ep3
+	branch usb0_respond_length
+
+dsc_hid_enumerate_success:	
+	jam 1,mem_usb_device_enumeration_endflag
+	jam USB_GOT_REPORT_REQ,mem_usb_state
+	rtn
+
+
+usb0_request_get_interface:
+	fetch 1,mem_usb0_state
+	bne DEV_CONFIGURED,usb0_force_stall		
+	fetch 1,mem_usb_setup_bmRequestType
+	bne IN_INTERFACE,usb0_force_stall
+	fetch 1,mem_usb_setup_bValue
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bValueH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bLength
+	bne 1,usb0_force_stall
+	fetch 1,mem_usb_setup_bLengthH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex+1
+	bne 0,usb0_force_stall
+	arg 1,regb
+	branch usb_send_zero_packet
+
+
+usb0_request_get_status:
+	fetch 1,mem_usb0_state
+	beq DEV_DEFAULT,usb0_force_stall
+	fetch 1,mem_usb_setup_bValue
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bValueH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bLength
+	bne 2,usb0_force_stall
+	fetch 1,mem_usb_setup_bLengthH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex+1
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bmRequestType
+	beq IN_DEVICE,usb0_get_status_in_device
+	beq IN_INTERFACE,usb0_get_status_in_interface
+	beq IN_ENDPOINT,usb0_get_status_in_endpoint
+	branch usb0_force_stall
+
+
+usb0_sdsystem_dispose:
+	jam 1,mem_usb_sdsystem_wakeup_flag
+	branch usb_send_two_packet
+
+usb0_get_status_in_device:
+	fetch 1,mem_usb_setup_wIndex
+	bne 0,usb0_force_stall
+	arg 2,regb
+	fetch 1,mem_usb_remote_wakeup
+	beq 0x01,usb0_sdsystem_dispose
+//regb:length
+usb_send_zero_packet:
+	arg mem_usb_zero_packet,rega
+	branch usb0_respond
+usb_send_ones_packet:
+	arg mem_usb_ones_packet,rega
+	branch usb0_respond
+usb_send_two_packet:
+	arg mem_usb_two_packet,rega
+	branch usb0_respond
+
+usb0_get_status_in_interface:
+	fetch 1,mem_usb0_state
+	bne DEV_CONFIGURED,usb0_force_stall
+	arg 2,regb
+	branch usb_send_zero_packet
+
+usb0_get_status_in_endpoint:
+	fetch 1,mem_usb0_state
+	bne DEV_CONFIGURED,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex
+	beq IN_EP1,usb0_get_status_in_ep_in_ep1
+	beq IN_EP2,usb0_get_status_in_ep_in_ep2
+	beq IN_EP3,usb0_get_status_in_ep_in_ep3
+	and_into 0x7f,pdata
+	beq 0x00,usb0_get_status_in_ep_in_ep0
+	branch usb0_force_stall
+	
+usb0_get_status_in_ep_in_ep0:
+	fetch 1,mem_usb_ep0_stall_status
+usb0_get_status_in_ep_in_ack:
+	arg 2,regb
+	beq 1,usb_send_ones_packet
+	branch usb_send_zero_packet
+usb0_get_status_in_ep_in_ep1:
+	fetch 1,mem_usb_ep1_stall_status
+	branch usb0_get_status_in_ep_in_ack
+usb0_get_status_in_ep_in_ep2:
+	fetch 1,mem_usb_ep2_stall_status
+	branch usb0_get_status_in_ep_in_ack
+usb0_get_status_in_ep_in_ep3:
+	fetch 1,mem_usb_ep3_stall_status
+	branch usb0_get_status_in_ep_in_ack
+
+usb_get_idle:
+	jam 1,mem_usb_idle_flag
+	arg mem_usb_idle_rate,rega
+	arg 1,regb
+	branch usb0_respond
+
+usb_get_report:
+	fetch 2,mem_usb_setup_bValue
+	arg PC_GET_REPORT,temp
+	isub temp,null
+	nbranch usb0_force_stall,zero
+//	set0 mark_isstr,mark
+usb_get_report_dispose:	
+	fetch 1,mem_usb0_data_ready_report
+	nbranch usb_get_report_data_success,blank
+	jam PC_GET_NONDATA,mem_usb0_get_report_data
+usb_get_report_send_data:
+	fetch 1,mem_usb_setup_bLength
+	iforce regb
+	arg mem_usb0_get_report_data,rega
+	call usb0_respond
+usb_get_report_data_release:	
+	arg mem_usb0_get_report_data,contw
+	arg 8,loopcnt
+	branch memset0
+usb_get_report_data_success:
+	jam 0,mem_usb0_data_ready_report
+	jam PC_GET_DATA,mem_usb0_get_report_data
+	branch usb_get_report_send_data
+
+usb_get_protocol_req:
+	fetch 1,mem_usb_setup_bLength
+	bne 1,usb0_force_stall
+	jam 1,mem_usb_get_protocol_flag
+	arg 1,regb //length
+	fetch 1,mem_usb_set_protocol_value
+	beq 0,usb_get_report_protocol
+	beq 1,usb_get_boot_protocol
+	branch usb_send_zero_packet
+usb_get_report_protocol:
+	branch usb_send_ones_packet
+usb_get_boot_protocol:
+	branch usb_send_zero_packet
+
+
+
+//in device
+usb0_request_clear_feature:
+	fetch 1,mem_usb0_state
+	bne DEV_CONFIGURED,usb0_force_stall
+	fetch 1,mem_usb_setup_bLength
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bLengthH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bValueH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex+1
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bmRequestType
+	beq OUT_DEVICE,usb0_request_clear_feature_out_device
+	beq OUT_INTERFACE,usb0_request_clear_feature_out_interface
+	beq OUT_ENDPOINT,usb0_request_clear_feature_out_endpoint
+	branch usb0_force_stall
+
+usb0_request_clear_feature_out_device:
+	fetch 1,mem_usb_setup_bValue
+	bne DEVICE_REMOTE_WAKEUP,usb0_force_stall
+	fetch 1,core_usb_config
+	set0 7,pdata
+	store 1,core_usb_config
+	jam 0,mem_usb_remote_wakeup
+	jam 1,mem_usb_clear_remote_wakeup
+	fetch 1,mem_usb_sdsystem_wakeup_flag
+	branch usb0_reply_zerolen,blank
+	jam 0,mem_usb_sdsystem_wakeup_flag
+	fetch 1,mem_usb_sdsystem_wakeup_flag_judge
+	branch usb0_reply_zerolen,blank
+	jam 0,mem_usb_clear_remote_wakeup
+	jam USB_CONNECTED,mem_usb_state
+	branch usb0_reply_zerolen
+
+usb0_request_clear_feature_out_interface:
+	branch usb0_force_stall
+
+usb0_request_clear_feature_out_endpoint:
+	fetch 1,mem_usb_setup_bValue
+	bne ENDPOINT_HALT,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex
+	beq IN_EP1,usb0_force_stall_ep1_in_off
+	beq IN_EP2,usb0_force_stall_ep2_in_off
+	beq IN_EP3,usb0_force_stall_ep3_in_off
+	and_into 0x7f,pdata
+	beq 0x00,usb0_force_stall_ep0_in_off
+	branch usb0_force_stall
+
+usb0_force_stall_ep0_in_off:
+	jam 0,mem_usb_ep0_stall_status
+	branch usb0_reply_zerolen
+usb0_force_stall_ep1_in_off:
+	jam 0,mem_usb_ep1_stall_status
+usb0_force_stall_ep1_in_off_reply:	
+	jam 1,mem_usb_clear_halt
+	branch usb0_reply_zerolen
+usb0_force_stall_ep2_in_off:
+	jam 0,mem_usb_ep2_stall_status
+	branch usb0_force_stall_ep1_in_off_reply
+usb0_force_stall_ep3_in_off:
+	jam 0,mem_usb_ep3_stall_status
+	branch usb0_force_stall_ep1_in_off_reply
+
+
+usb0_request_set_feature:
+	fetch 1,mem_usb_setup_bLength
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bLengthH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bmRequestType
+	beq OUT_DEVICE,usb0_request_set_feature_out_device
+	beq OUT_INTERFACE,usb0_request_set_feature_out_interface
+	beq OUT_ENDPOINT,usb0_request_set_feature_out_endpoint
+	branch usb0_force_stall
+
+usb0_request_set_feature_out_device:
+	fetch 1,mem_usb_setup_bValue
+	bne DEVICE_REMOTE_WAKEUP,usb0_force_stall
+	call dongle_set_pc_sleep_flag
+	fetch 1,core_usb_config
+	set1 7,pdata
+	store 1,core_usb_config
+	jam 1,mem_usb_remote_wakeup
+	jam USB_SLEEP,mem_usb_state
+	jam 0,mem_usb_tx_win_enable
+	call usb0_reply_zerolen
+usb_wakeup_timer_reinit:
+	call timer_reinit
+	setarg TIMER_WAKEUP_DELAY
+	arg USB_TIMER_WAKEUP,queue
+	branch timer_init
+	
+usb0_request_set_feature_out_interface:
+	branch usb0_force_stall
+
+usb0_request_set_feature_out_endpoint:
+	fetch 1,mem_usb_setup_bValue
+	bne ENDPOINT_HALT,usb0_force_stall
+	fetch 1,mem_usb_setup_bValueH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex
+	beq IN_EP1,usb0_force_stall_ep1_in_on
+	beq IN_EP2,usb0_force_stall_ep2_in_on
+	beq IN_EP3,usb0_force_stall_ep3_in_on
+	and_into 0x7f,pdata
+	beq 0x00,usb0_force_stall_ep0_in_on
+	branch usb0_force_stall
+
+usb0_force_stall_ep0_in_on:
+	jam 1,mem_usb_ep0_stall_status
+	branch usb0_reply_zerolen
+usb0_force_stall_ep1_in_on:
+	jam 1,mem_usb_ep1_stall_status
+	branch usb0_reply_zerolen
+usb0_force_stall_ep2_in_on:
+	jam 1,mem_usb_ep2_stall_status
+	branch usb0_reply_zerolen
+usb0_force_stall_ep3_in_on:
+	jam 1,mem_usb_ep3_stall_status
+	branch usb0_reply_zerolen
+
+
+usb0_request_set_address:
+	fetch 1,mem_usb_setup_bmRequestType
+	bne OUT_DEVICE,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex+1
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bLength
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bLengthH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bValueH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bValue
+	and_into 0x80,pdata
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bValue
+	bne 0,usb_usb0_state_set_dev_addr
+usb_usb0_state_set_dev_default:	
+	jam DEV_DEFAULT,mem_usb0_state
+usb0_request_set_wait_address:
+	fetch 1,mem_usb_setup_bValue
+	store 1,core_usb_addr
+	call usb0_reply_zerolen
+	jam 1,mem_usb_set_high_addr_flag
+	rtn
+usb_usb0_state_set_dev_addr:
+	jam DEV_ADDRESS,mem_usb0_state
+	branch usb0_request_set_wait_address
+
+
+usb0_request_set_configuration:
+	fetch 1,mem_usb0_state
+	beq DEV_DEFAULT,usb0_force_stall
+	fetch 1,mem_usb_setup_bmRequestType
+	bne OUT_DEVICE,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex+1
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bLength
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bLengthH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bValue+1
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bValue
+	sub pdata,USB_MAX_NUM_CFG,null
+	nbranch usb0_force_stall,positive
+	fetch 1,mem_usb0_state
+	beq DEV_ADDRESS,usb0_request_set_cfg_addr_state
+	beq DEV_CONFIGURED,usb0_request_set_cfg_cfg_state
+	branch usb0_force_stall
+ // This software only supports config = 0,1
+usb0_request_set_cfg_addr_state:
+usb0_request_set_cfg_cfg_state:
+	fetch 1,mem_usb_setup_bValue	//1:Configured state   0:Address state
+	beq 0,usb0_request_set_cfg_stay_addr_state
+	jam DEV_CONFIGURED,mem_usb0_state
+	branch usb0_reply_zerolen
+usb0_request_set_cfg_stay_addr_state:
+	jam DEV_ADDRESS,mem_usb0_state
+	branch usb0_reply_zerolen
+
+
+usb0_request_set_interface:
+	fetch 1,mem_usb0_state
+	bne DEV_CONFIGURED,usb0_force_stall		
+	fetch 1,mem_usb_setup_bmRequestType
+	bne OUT_INTERFACE,usb0_force_stall
+	fetch 1,mem_usb_setup_bValue
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bValueH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bLength
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bLengthH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex+1
+	bne 0,usb0_force_stall
+	branch usb0_reply_zerolen
+
+
+usb_set_idle:
+	bpatch patch19_4,mem_patch19
+	jam 1,mem_usb_idle_flag
+	fetch 1,mem_usb_setup_bValueH
+	store 1,mem_usb_idle_rate
+	fetch 1,mem_usb_setup_wIndex
+	sub pdata,1,null
+	call usb_clear_remote_wakeup_set0,zero
+	fetch 1,mem_usb_state
+	bne USB_RESUME,usb0_reply_zerolen
+	jam USB_CONNECTED,mem_usb_state
+	call usb0_reply_zerolen
+	nop 30000
+	nop 30000
+	rtn
+usb_clear_remote_wakeup_set0:
+	jam 1,mem_usb_device_enumeration_endflag
+	jam 0,mem_usb_clear_remote_wakeup
+	jam USB_RESUME,mem_usb_state
+	rtn
+
+
+usb_set_report:
+	nop 15000		//delay 1ms
+	arg mem_usb0_set_report_data,contw
+	call usb_rx_data
+	jam 1,mem_usb0_get_set_report
+	call usb_set_report_resume_judge
+	fetch 2,mem_usb_setup_bValue
+	store 2,mem_usb_setup_bValue_temp
+	call usb0_reply_zerolen
+	fetch 1,mem_device_option
+	rtnne dvc_op_dongle
+	fetch 1,mem_usb_tx_win_enable
+	rtn blank
+	fetch 1,mem_usb0_set_report_data
+usb_get_led_status:	
+	store 1,mem_24g_led_status
+	jam 0,mem_usb_tx_win_enable
+	jam KB_LED_ACKPAYLOAD,mem_24g_ackpayload_enable
+	rtn
+
+	
+usb_set_report_resume_judge:
+	fetch 2,mem_usb_setup_bValue
+	arg PC_SET_REPORT_bValue,temp
+	isub temp,null
+	nrtn zero
+	fetch 2,mem_usb_setup_wIndex
+	arg PC_SET_REPORT_wIndex,temp
+	isub temp,null
+	nrtn zero
+	fetch 2,mem_usb_setup_bLength
+	arg PC_SET_REPORT_bLength,temp
+	isub temp,null
+	nrtn zero
+	jam 1,mem_usb_tx_win_enable
+	rtn
+
+
+usb_set_protocol_req:
+	fetch 1,mem_usb_setup_bLength
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bValue
+	beq BOOT_PROTOCOL,usb_set_boot_protocol
+	beq REPORT_PROTOCOL,usb_set_report_protocol
+	branch usb0_force_stall
+usb_set_boot_protocol:
+	jam 0,mem_usb_set_protocol_status
+	jam 1,mem_usb_set_protocol_value
+	branch usb0_reply_zerolen
+usb_set_report_protocol:
+	jam 1,mem_usb_tx_mac_enable
+	jam 1,mem_usb_set_protocol_status
+	jam 0,mem_usb_set_protocol_value
+	branch usb0_reply_zerolen
+
+
+usb0_respond_length:
+	ifetchr regb,1,rega
+	increase 1,rega
+//rega=*buff,regb=size
+usb0_respond:
+	bpatch patch19_5,mem_patch19
+	set1 mark_usb_first_resp,mark
+	bmark0 mark_isstr,usb0_respond_nostr
+	increase 1,regb
+	lshift regb,regb
+usb0_respond_nostr:
+	storer rega,2,mem_bufptr
+	storer regb,1,mem_remain
+	branch usb0_tx
+
+usb_no_respond_data:
+	arg 0,queue
+	branch usb_trig
+
+
+
+//mem_bufptr=*buff,mem_remain=size,loopcnt=i,rega=len
+usb0_tx:
+	bpatch patch19_6,mem_patch19
+	fetch 1,core_usb_txbusy
+	rtnbit1 0
+	fetch 1,mem_remain
+	rtn blank
+	copy pdata,loopcnt
+	iforce temp
+	fetch 2,mem_usb_setup_bLength
+	sub pdata,EP0_PACKET_SIZE,null
+	branch usb0_tx_short,positive
+	sub loopcnt,EP0_PACKET_SIZE,null
+	branch usb0_tx_info,positive
+	force EP0_PACKET_SIZE,loopcnt
+	branch usb0_tx_info
+usb0_tx_short:
+	isub loopcnt,null
+	branch usb0_tx_info,positive
+	iforce loopcnt
+	store 1,mem_remain
+usb0_tx_info:
+	fetch 1,mem_remain
+	isub loopcnt,pdata
+	store 1,mem_remain
+	add loopcnt,-1,pdata
+	store 1,mem_usb_txbuf
+	bmark0 mark_isstr,usb0_tx_nostr
+	rshift pdata,pdata
+	add loopcnt,-1,pdata
+	store 1,mem_usb_txbuf
+	bmark0 mark_usb_first_resp,usb0_tx_nostr
+	set0 mark_usb_first_resp,mark
+	istoret 1,contw
+	setarg 3
+	istore 1,contw
+	increase -1,loopcnt
+	copy loopcnt,pdata
+	nbranch usb0_tx_nostr,zero
+	increase 1,loopcnt
+usb0_tx_nostr:
+	fetch 2,mem_bufptr
+	copy pdata,contr
+usb0_tx0:
+	ifetch 1,contr
+	istore 1,contw
+	bmark0 mark_isstr,usb0_tx1
+	setarg 0
+	istore 1,contw
+usb0_tx1:
+	loop usb0_tx0
+	copy contr,pdata
+	store 2,mem_bufptr				//mem_bufptr += len
+	setarg mem_usb_txbuf
+	store 2,core_usb_tx_saddr0
+	arg 0,queue
+	call usb_trig
+	fetch 1,mem_remain
+	nrtn blank
+	fetch 1,mem_usb_state
+	rtnne USB_GOT_REPORT_REQ
+	jam USB_CONNECTED,mem_usb_state
+	rtn
+
+
+
+usb_tx_ep1:
+	arg 1,queue
+	arg mem_usb_txbuf1,rega
+	storer rega,2,core_usb_tx_saddr1
+usb_tx_buf:
+	add loopcnt,-1,pdata
+	istore 1,rega
+usb_tx_loop:
+	ifetch 1,contr
+	istore 1,contw
+	loop usb_tx_loop
+usb_trig:
+	setarg 0
+	qset1 pdata
+	store 1,core_usb_trig
+	rtn
+
+usb_tx_ep2:
+	arg 2,queue
+	arg mem_usb_txbuf2,rega
+	storer rega,2,core_usb_tx_saddr2
+	branch usb_tx_buf
+
+usb_tx:
+	bpatch patch19_7,mem_patch19
+	fetch 1,mem_usb_tx_enable
+	rtn blank
+	fetch 1,core_usb_txbusy
+	and_into 0x0f,pdata
+	nbranch usb_inwake_state_tx_dispose,blank
+	fetch 1,mem_usb_device_enumeration_endflag
+	branch usb_tx_fifo_release,blank
+	fetch 1,mem_usb_state
+	beq USB_SLEEP,usb_windows_wakeup
+	bne USB_CONNECTED,usb_tx_fifo_release
+	fetch 1,mem_usb_clear_remote_wakeup
+	nbranch usb_tx_fifo_release,blank
+	call usb_tx_data_ep1
+	call usb_tx_data_ep2
+	branch usb_tx_data_ep3
+
+usb_tx_data_ep1:
+	fetch 1,core_usb_txbusy
+	rtnbit1 1
+	fetch 1,mem_usb_tx_enable
+	rtnbit0 1
+	fetch 1,mem_usb_tx_enable
+	set0 1,pdata
+	store 1,mem_usb_tx_enable
+	fetch 1,mem_usb_ep1_data
+	rtn blank
+	beq USB_EP1_KB,usb_tx_kb_normal_data
+	branch assert
+
+usb_tx_data_ep2:
+	fetch 1,core_usb_txbusy
+	rtnbit1 2
+	fetch 1,mem_usb_tx_enable
+	rtnbit0 2
+	fetch 1,mem_usb_tx_enable
+	set0 2,pdata
+	store 1,mem_usb_tx_enable
+	fetch 1,mem_usb_ep2_data
+	rtn blank
+	beq USB_EP2_MS,usb_tx_ms_data
+	beq USB_EP2_MULTIKEY,usb_tx_kb_multikey_data
+	beq USB_EP2_SYSTEMKEY,usb_tx_kb_systemkey_data
+	branch assert
+
+usb_tx_data_ep3:
+	fetch 1,mem_usb_ep3_enable
+	rtn blank
+	fetch 1,core_usb_txbusy
+	rtnbit1 3
+	fetch 1,mem_usb_tx_enable
+	rtnbit0 3
+	fetch 1,mem_usb_tx_enable
+	set0 3,pdata
+	store 1,mem_usb_tx_enable
+	fetchr loopcnt,1,mem_usb_ep3_in_data_len
+	arg 32,loopcnt
+	arg mem_usb_ep3_in_data,contr
+usb_tx_ep3:
+	arg 3,queue
+	arg mem_usb_txbuf3,rega
+	storer rega,2,core_usb_tx_saddr3
+	branch usb_tx_buf
+
+usb_tx_enable_ep3:
+	fetch 1,mem_usb_tx_enable
+	set1 3,pdata
+	store 1,mem_usb_tx_enable
+	rtn
+
+usb_tx_fifo_release:
+	//clear mem_usb_mouse_data/mem_usb_kb_data/mem_usb_kb_multikey/mem_usb_kb_system/mem_usb_ep3_in_data
+	arg mem_usb_mouse_data,contw
+	arg 8,loopcnt
+	call memset0
+	arg mem_usb_ep3_in_data,contw
+	arg 8,loopcnt
+	branch memset0
+	
+usb_tx_ms_data:
+	fetch 1,mem_usb_idle_flag
+	fetcht 1,mem_usb_get_protocol_flag
+	iand temp,pdata
+	branch usb_tx_ms_data_normal_mode,blank
+	fetcht 1,mem_usb_set_protocol_status
+	iadd temp,pdata
+	beq MAC_BOOT_MODE,usb_tx_ms_data_mac_boot_mode
+	branch usb_tx_ms_data_normal_mode
+
+usb_tx_ms_data_mac_boot_mode:
+	jam 0,mem_usb_ep2_data
+usb_tx_ms_data_mac_boot_regroup:
+	fetch 1,mem_usb_mouse_data+1	//key
+	beq R_KEY,usb_tx_mac_boot_ms_regroup_r_or_lrkey
+	beq LR_KEY,usb_tx_mac_boot_ms_regroup_r_or_lrkey
+	fetch 1,mem_usb_mouse_data+1	//key
+	store 1,mem_usb_mouse_data
+	fetch 1,mem_usb_mouse_data+2	//x low
+	istore 1,contw
+	fetch 1,mem_usb_mouse_data+4	//y low
+	istore 1,contw
+	fetch 1,mem_usb_mouse_data+6	//wheel
+	istore 1,contw
+	arg 4,loopcnt
+	arg mem_usb_mouse_data,contr
+	branch usb_tx_ep2
+	
+usb_tx_ms_data_normal_mode:
+	jam 0,mem_usb_ep2_data
+usb_tx_mac_boot_ms_regroup_r_or_lrkey:	
+	arg 8,loopcnt		
+	arg mem_usb_mouse_data,contr
+	branch usb_tx_ep2
+
+usb_tx_kb_multikey_data:
+	jam 0,mem_usb_ep2_data
+	arg 3,loopcnt
+	arg mem_usb_kb_multikey,contr
+	branch usb_tx_ep2
+
+usb_tx_kb_normal_data:
+	jam 0,mem_usb_ep1_data
+	arg 8,loopcnt
+	arg mem_usb_kb_data,contr
+	branch usb_tx_ep1
+
+usb_tx_kb_systemkey_data:
+	jam 0,mem_usb_ep2_data
+	arg 2,loopcnt
+	arg mem_usb_kb_system,contr
+	branch usb_tx_ep2
+
+usb_inwake_state_tx_dispose:
+	fetch 1,mem_usb_state
+	beq USB_CONNECTED,usb_mac_wakeup_trig
+	rtn
+usb_mac_wakeup_trig:
+	fetch 1,core_usb_config
+	set1 7,pdata
+	store 1,core_usb_config
+	jam 1,mem_usb_mac_wakeup_trig
+	rtn
+
+usb_mac_wakeup_judge:
+	fetch 1,mem_usb_state
+	rtneq USB_SLEEP
+	beq USB_CONNECTED,usb_mac_wakeup
+	rtn
+usb_mac_wakeup:
+	fetch 1,mem_usb_mac_wakeup_trig
+	rtn blank
+	jam 1,mem_usb_wakestate_onetime_flag
+	branch usb_wakeup
+
+usb_windows_wakeup:
+	arg USB_TIMER_WAKEUP,queue
+	call timer_check
+	nrtn blank
+usb_wakeup:
+	fetch 1,core_usb_config
+	rtnbit0 7	//endpoint wakeup enable
+	jam 0xfc,core_usb_config
+	nop 30000
+	jam 0x3c,core_usb_config
+	rtn
+
+
+
+
+
+	
+push_stack:
+	storer contw,2, mem_contw
+	storet 8,mem_temp
+	storer timeup,4,mem_timeup
+	call push_stack_rega_b_c
+	storer contr,2, mem_contr
+	storer loopcnt,2, mem_loopcnt
+	storer queue,2,mem_queue
+	rtn
+
+push_stack_rega_b_c:
+	storer rega,4, mem_rega
+	storer regb,4, mem_regb
+	storer regc,3, mem_regc
+	rtn
+
+pop_stack:
+	bpatch patch1a_0,mem_patch1a
+	fetch 2, mem_contw
+	iforce contw
+	fetcht 8,mem_temp
+	fetchr timeup,4,mem_timeup
+	call pop_stack_rega_b_c
+	fetchr loopcnt,2,mem_loopcnt
+	fetchr queue,2,mem_queue
+	fetch 2,mem_contr
+	iforce contr
+	rtn
+
+pop_stack_rega_b_c:
+	fetchr rega,4, mem_rega
+	fetchr regb,4, mem_regb
+	fetchr regc,3,mem_regc
+	rtn
+
+get_contw:
+	fetch 2,mem_contw
+	copy pdata,contw
+	rtn
+get_contr:
+	fetch 2,mem_contr
+	copy pdata,contr
+	rtn
+	
+store_contw:
+	copy contw,pdata
+	store 2,mem_contw
+	rtn
+store_contr:
+	copy contr,pdata
+	store 2,mem_contr
+	rtn	
+	
+
+
+memcpy96:
+	call memcpy32
+memcpy64:
+	call memcpy32
+	branch memcpy32
+	
+
+memcpy12:
+	call memcpy8
+memcpy4:
+	ifetch 1,contr
+	istore 1,contw
+memcpy3:
+	ifetch 3,contr
+	istore 3,contw
+	rtn	
+memcpy8:
+	ifetch 8,contr
+	istore 8,contw
+	rtn	
+
+memcpy48:
+	call memcpy16
+memcpy32:
+	call memcpy8
+memcpy24:
+	call memcpy8
+memcpy16:
+	call memcpy8
+	branch memcpy8
+
+delay:
+	increase -1,pdata
+	nop 38
+	nbranch delay,blank
+	rtn
+
+
+delay_10ms:
+	arg 10,loopcnt
+delay_ms_wait:
+	nop 12000
+	loop delay_ms_wait
+	rtn
+
+bn_zero:
+	force 3,loopcnt
+memset0:
+	force 0,pdata
+memset8:
+	istore 8,contw
+	loop memset8
+	rtn
+
+
+memset0_16:
+	call memset0_8
+memset0_8:
+	force 0,pdata
+	istore 8,contw
+	rtn
+memset0_4:
+	force 0,pdata
+	istore 4,contw
+	rtn	
+	
+clear_mem_256:
+	force 4,loopcnt
+	branch memset0 
+clear_mem_512:
+	force 8,loopcnt
+	branch memset0 
+
+clear_mem:
+	deposit loopcnt
+	rtn blank
+	setarg 0
+clear_mem_loop:
+	istore 1,contw
+	loop clear_mem_loop
+	rtn
+	
+
+clear_temp_block:
+	arg 32,loopcnt
+	arg mem_temp_block0,contw
+	branch clear_mem
+	
+xor_loop:
+	ifetch   4,regc
+	ifetcht 4,rega
+	ixor     temp,pdata
+	istore   4,contw	
+	increase 4,rega
+	increase 4,regc
+	loop  xor_loop
+	rtn
+	
+// 11 22 -> 22 11; 11 22 33 -> 33 22 11 
+// rega:data addr ;loopnct:length
+inverse_data:
+	bpatch patch1a_1,mem_patch1a
+	copy loopcnt,pdata
+	sub pdata,1,null
+	rtn positive
+	iadd rega,regb	
+	increase -1,regb
+	rshift loopcnt,loopcnt
+inverse_loop:
+	ifetcht 1,rega
+	ifetch 1,regb
+	istore 1,rega
+	istoret 1,regb
+	increase -1,regb
+	increase 1,rega
+	loop inverse_loop
+	rtn
+
+
+
+memcpy_fast:
+	deposit loopcnt
+	rtn blank
+memcpy_fast_loop:
+	increase -8,loopcnt
+	call memcpy8,positive
+	rtn zero
+	branch memcpy_fast_loop,positive
+	increase 8,loopcnt
+memcpy_fast_loop_four:
+	increase -4,loopcnt
+	call memcpy4,positive
+	rtn zero
+	branch memcpy_fast_loop_four,positive
+	increase 4,loopcnt
+	branch memcpy
+ 
+memcpy:
+	deposit loopcnt
+	rtn blank
+memcpy_loop:
+	ifetch 1,contr
+	istore 1,contw
+	loop memcpy_loop
+	rtn
+
+timer_stop:
+	setarg 0
+timer_init:
+//	rshift clkn_bt,temp
+//	storet 4,mem_last_clkn
+	store 2,mem_pdatatemp
+	bpatch patch1a_2,mem_patch1a
+	call timer_check
+	fetcht 2,mem_pdatatemp
+	arg mem_timers,contw
+//	iforce temp
+	lshift queue,pdata
+	iadd contw,contw
+	istoret 2,contw
+	rtn
+
+timer_check_timeout:
+	arg 0x800,timeup
+	lshift16 timeup,timeup
+	iadd timeup,pdata
+	rtn
+
+
+timer_reinit:
+	arg 0,queue
+timer_check:
+	bpatch patch1a_3,mem_patch1a
+	fetcht 4,mem_last_clkn
+	rshift clkn_bt,pdata
+	store 4,mem_last_clkn	
+	isub temp,null
+	ncall timer_check_timeout,positive	
+	isub temp,timeup
+	copy timeup,temp
+	arg mem_timers,contr
+	copy contr,contw
+	arg 16,loopcnt
+timer_loop:
+	ifetch 2,contr
+	isub temp,pdata
+	branch timer_counting,positive
+	force 0,pdata
+timer_counting:
+	istore 2,contw
+	loop timer_loop	
+	arg mem_timers,contr
+	lshift queue,pdata
+	iadd contr,contr
+	ifetch 2,contr
+	rtn
+
+
+
+	
+clk_add:
+	iadd temp,temp
+	copy temp, loopcnt
+	fetch 2,mem_param_rt_rthalfslot
+	isub loopcnt,pdata
+	rtn positive
+	sub pdata,0,pdata
+	rshift16 temp,temp
+	increase 1,temp
+	lshift16 temp,temp
+	ior temp,temp
+	rtn
+
+clk_diff_rt:
+	call clk_diff
+	branch clk2rt
+
+
+clk_diff:
+	disable user
+	isub temp,pdata
+	branch clk_diff_pos,positive
+	enable user
+	sub pdata,0,pdata
+clk_diff_pos:
+	rtnbit0 15
+	copy pdata,regab
+	arg 0x10000,temp
+	fetch 2,mem_param_rt_rthalfslot
+	isub temp,pdata
+	iadd regab,pdata
+	set0 64,pdata
+	rtn
+
+	
+
+clk2rt:
+	fetcht 2,mem_param_rt_rthalfslot
+	iforce contr
+	rshift16 pdata,pdata
+	imul32 temp,pdata
+	iadd contr,pdata
+	rtn
+
+	
+clk2lpo:
+	lshift8 pdata,pdata
+	lshift4 pdata,pdata
+	fetcht 3,mem_clks_per_lpo
+	idiv temp
+	call wait_div_end
+	quotient temp
+	rtn
+
+	
+clk2bt:
+	fetcht 2,mem_param_rt_rthalfslot
+	idiv temp
+	call get_div_result
+	lshift16 pdata,pdata
+	remainder temp
+	ior temp,temp
+	rtn
+
+
+get_div_result:
+	call wait_div_end
+	quotient pdata
+	rtn
+
+wait_div_end:	
+	rtn modone
+	branch wait_div_end
+
+
+
+//input:
+//	count:loopcnt str1:rega str2:regb
+//output:
+//	same:set flag zero ,diff not set flag zero
+// using:
+//	reg:temp null flag:zero
+compare_loop:
+string_compare:
+	ifetch 1,rega
+	ifetcht 1,regb
+	isub temp,null
+	nrtn zero
+	increase 1,rega
+	increase 1,regb
+	loop string_compare
+	force 0,null
+	rtn
+
+	
+ceiling:
+	isub temp,null
+	nrtn positive
+	deposit temp
+	rtn
+	
+
+clean_mem:
+	arg 0x200,loopcnt
+	arg 0x4000,contw
+	branch memset0				// clear xram at boot
+
+	//cb function ptr in pdata
+callback_func:
+	rtn blank
+	copy pdata,pc	//rtn through cb functon.
+	//branch assert
+
+
+ice_break_disable_wdt:
+	call wdt_set_disable
+
+ice_break:
+	jam 0x1,core_ice_ctrl
+	rtn
+
+ice_setbp:
+	store 2,core_ice_break0
+	fetch 1,core_ice_ctrl
+	set1 4,pdata
+	store 1,core_ice_ctrl
+	rtn
+ice_setbp2:
+	store 2,core_ice_break1
+	fetch 1,core_ice_ctrl
+	set1 6,pdata
+	store 1,core_ice_ctrl
+	rtn
+	
+ice_set_write_bp:
+	store 2,core_ice_break0
+	jam 0x30,core_ice_ctrl
+	rtn
+	
+
+	//fuction fifo_in
+	//rega pointer to fifo memory , *(rega+len) is the end of fifo
+	//mem_fifo_temp data into fifo
+	//assert if fifo was full
+fifo_in:
+	bpatch patch1a_4,mem_patch1a
+	ifetcht UTIL_FIFO_LEN,rega
+	and temp,0xff,pdata
+	nbranch fifo_in_push,blank
+	rshift8 temp,pdata
+	istore UTIL_FIFO_LEN,rega
+fifo_in_push:
+	increase UTIL_FIFO_LEN+UTIL_FIFO_OFFSET,rega
+	ifetch 1,rega
+	nbranch assert,blank //fifo full
+	fetch 1,mem_fifo_temp
+	istore 1,rega
+	rtn
+	
+	//fuction fifo_out
+	//rega pointer to fifo memory
+	//pdata  data from fifo, blank mains fifo empty
+fifo_out:
+	bpatch patch1a_5,mem_patch1a
+	arg UTIL_FIFO_LEN,loopcnt
+	ifetch UTIL_FIFO_LEN,rega
+	rtn blank
+fifo_out_loop:
+	ifetch 1,rega
+	nbranch fifo_out_end,blank
+	increase 1,rega
+	loop fifo_out_loop
+	branch assert
+fifo_out_end:
+	arg 0,temp
+	istoret 1,rega
+	rtn
+
+	//fuction fifo_is_empty
+	//rega pointer to fifo memory
+	//blank--- fifo is empty
+fifo_is_empty:
+	ifetch UTIL_FIFO_LEN,rega
+	rtn
+
+	//fuction fifo_is_full
+	//rega pointer to fifo memory
+	//blank--- fifo is NOT full
+fifo_is_full:
+	ifetch 1,rega
+	rtn
+	//rega pointer to fifo memory
+	//blank--- fifo is NOT near full
+fifo_is_near_full:
+	ifetch 2,rega
+	rtn
+
+	//rega pointer to fifo memory
+	//count output via pdata
+fifo_content_count:
+	arg 0,temp
+fifo_content_count_loop:
+	fetch 1,contr
+	loop fifo_content_count_loop,blank
+	increase 1,temp
+	loop fifo_content_count_loop
+	copy temp,pdata
+	rtn
+
+//input pdata, temp, return small in pdata	
+not_greater_than:
+	isub temp,null
+	nrtn positive
+copy_temp2pdata:
+	copy temp,pdata
+	rtn
+
+
+disable_positive:
+	force -1,null
+	rtn
+enable_positive:
+disable_zero:
+	force 1,null
+	rtn
+enable_zero:
+	force 0,null
+	rtn
+
+enable_user:
+	enable user
+	rtn
+	
+disable_user:
+	disable user
+	rtn
+	
+enable_user2:
+	enable user2
+	rtn
+	
+disable_user2:
+	disable user2
+	rtn
+
+enable_user7:
+	enable user7
+	rtn
+
+disable_true:
+	disable  true
+	rtn
+
+enable_true:
+	enable  true
+	rtn
+
+disable_blank:
+	setarg 1
+	rtn
+
+enable_blank:
+set_pdata_0:
+	setarg 0
+	rtn
+
+//input pdata :sum
+//output pdata :sum
+cal_sum:
+	sub loopcnt,0,null
+	rtn zero
+cal_sum_loop:
+	ifetcht 1,contr
+	iadd temp,pdata
+	loop cal_sum_loop
+	rtn
+
+
+
+clear_wake:
+	setarg 0
+	store 8,mem_gpio_wakeup_low
+	rtn
+
+
+generate_random:
+	arg 16,loopcnt
+generate_random_loop:
+	random pdata
+	istore 1,contw
+	loop generate_random_loop
+	rtn
+
+
+
+frmt_gem_adv_pdu_common:   
+	jam 1, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset
+	jam 66,mem_light_gm_tx_addr_type
+	jam 21,mem_light_gm_tx_len
+	
+	jam 0x55, mem_light_gm_tx_remoter_ID
+	fetch 1, mem_light_gm_tx_count
+	pincrease 1
+	store 1, mem_light_gm_tx_count
+	call frmt_gem_pud_sum
+	call frmt_light_flag_set_short_press
+	arg GEM_PDU_LEN, loopcnt
+	arg mem_light_gm_tx_addr_type, contr
+	arg mem_light_whitening_buffer, contw
+	branch memcpy_fast
+	
+	
+frmt_gem_pud_sum:
+	arg 0, temp
+	arg mem_light_gm_tx_press_time , contr
+	arg 7, loopcnt
+frmt_gem_pud_sum_loop:
+	ifetch 1, contr
+	iadd temp, temp
+	loop frmt_gem_pud_sum_loop
+	storet 1,mem_light_gm_tx_sum
+	rtn
+
+
+frmt_light_gem_long_press_cnt:
+	fetch 1,mem_gem_long_cnt_enable
+	rtn blank
+	jam 0,mem_gem_long_cnt_enable
+	fetch 2,mem_long_press_timeout
+	rtn blank
+	fetch 1,mem_light_gm_tx_press_time
+	pincrease 1
+	store 1,mem_light_gm_tx_press_time
+	beq 1,frmt_light_gem_long_press_code_increase
+	beq 9,frmt_light_gem_long_press_code_increase
+	call frmt_gem_adv_pdu_common
+	setarg GEM_LONG_KEYPRESS
+	store 2,mem_gem_cnt_inces_timeout
+	rtn
+
+frmt_light_gem_long_press_code_increase:	
+	fetch 1,mem_light_gm_tx_code
+	pincrease 0x40
+	store 1,mem_light_gm_tx_code
+	call frmt_gem_adv_pdu_common
+	branch gem_long_keypress_time
+
+gem_long_keypress_time:
+	setarg GEM_LONG_KEYPRESS
+	store 2,mem_gem_cnt_inces_timeout
+	rtn
+
+gem_light_color_switch:
+	jam GEM_LIGHT_COLOR_SWITCH_CODE, mem_light_gm_tx_code
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+	
+gem_light_energy_saving_light:
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_pcnt_50_percent_V2,blank
+	jam GEM_LIGHT_ENERGY_SAVE_LIGHT_CODE, mem_light_gm_tx_code
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+
+
+gem_light_timing_off:
+	jam GEM_LIGHT_TIMING_OFF_CODE, mem_light_gm_tx_code
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+
+gem_light_aid_turn_onoff:
+	jam GEM_LIGHT_AIDED_LIGHT_CODE, mem_light_gm_tx_code
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+
+gem_light_master_on:
+	jam GEM_LIGHT_ON_CODE, mem_light_gm_tx_code
+	jam 0, mem_light_gm_tx_group_num
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+
+gem_light_master_off:
+	jam GEM_LIGHT_OFF_CODE, mem_light_gm_tx_code
+	jam 0,mem_light_gm_tx_press_time
+	jam 0, mem_light_gm_tx_group_num
+	branch frmt_gem_adv_pdu_common
+
+gem_light_rgb_auto:
+	jam GEM_LIGHT_RGB_AUTO_CODE, mem_light_gm_tx_code
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+
+
+gem_light_rgb_step:
+	jam GEM_LIGHT_RGB_STEP_CODE, mem_light_gm_tx_code
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+	
+
+gem_light_group1_on:
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_group1_on_V2,blank
+	jam GEM_LIGHT_ON_GROUP1_CODE, mem_light_gm_tx_code
+	jam 1, mem_light_gm_tx_group_num
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+
+gem_light_group1_off:
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_group1_off_V2,blank
+	jam GEM_LIGHT_OFF_GROUP1_CODE, mem_light_gm_tx_code
+	jam 1, mem_light_gm_tx_group_num
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+
+
+gem_light_group2_on:
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_group2_on_V2,blank
+	jam GEM_LIGHT_ON_GROUP2_CODE, mem_light_gm_tx_code
+	jam 2, mem_light_gm_tx_group_num
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+
+gem_light_group2_off:
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_group2_off_V2,blank
+	jam GEM_LIGHT_OFF_GROUP2_CODE, mem_light_gm_tx_code
+	jam 2, mem_light_gm_tx_group_num
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+
+
+gem_light_group3_on:
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_group3_on_V2,blank
+	jam GEM_LIGHT_ON_GROUP3_CODE, mem_light_gm_tx_code
+	jam 3, mem_light_gm_tx_group_num
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+
+gem_light_group3_off:
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_group3_off_V2,blank
+	jam GEM_LIGHT_OFF_GROUP3_CODE, mem_light_gm_tx_code
+	jam 3, mem_light_gm_tx_group_num
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+
+
+gem_light_group4_on:
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_group4_on_V2,blank
+	jam GEM_LIGHT_ON_GROUP4_CODE, mem_light_gm_tx_code
+	jam 4, mem_light_gm_tx_group_num
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+
+gem_light_group4_off:
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_group4_off_V2,blank
+	jam GEM_LIGHT_OFF_GROUP4_CODE, mem_light_gm_tx_code
+	jam 4, mem_light_gm_tx_group_num
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+
+
+gem_light_color_switch_short_press:
+	fetch 1, mem_light_color_and_lgtness_long_press_adv_enable
+	beq 1, gem_light_color_switch
+	jam LIGHT_COLOR_SWITCH_RELEASE_ADV_FLAG, mem_light_release_adv_flag
+	branch frmt_light_light_color_and_lightness_change_common
+
+gem_light_color_switch_W:
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_color_switch_W_V2,blank
+	jam GEM_COLOR_SWITCH_W, mem_light_gm_tx_code
+	jam 0,mem_light_gm_tx_press_time
+	jam 0, mem_light_gm_tx_group_num
+	branch frmt_gem_adv_pdu_common
+
+gem_light_color_switch_Y:
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_color_switch_Y_V2,blank
+	jam GEM_COLOR_SWITCH_Y, mem_light_gm_tx_code
+	jam 0,mem_light_gm_tx_press_time
+	jam 0, mem_light_gm_tx_group_num
+	branch frmt_gem_adv_pdu_common
+
+gem_light_to_Y:
+	jam 0, mem_light_release_adv_flag
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_to_Y_V2,blank
+	jam GEM_LIGHT_TO_Y_CODE, mem_light_gm_tx_code
+	branch frmt_gem_adv_pdu_common
+
+gem_light_to_W:
+	jam 0, mem_light_release_adv_flag
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_to_W_V2,blank
+	jam GEM_LIGHT_TO_W_CODE, mem_light_gm_tx_code
+	branch frmt_gem_adv_pdu_common
+
+gem_light_darken:
+	jam 0, mem_light_release_adv_flag
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_darken_V2,blank
+	jam GEM_LIGHT_DARKEN_CODE, mem_light_gm_tx_code
+	branch frmt_gem_adv_pdu_common	
+
+gem_light_lighten:
+	jam 0, mem_light_release_adv_flag
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_lighten_V2,blank
+	jam GEM_LIGHT_LIGHTEN_CODE, mem_light_gm_tx_code
+	branch frmt_gem_adv_pdu_common	
+
+gem_light_night_light:
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_night_light_V2,blank
+	jam GEM_LIGHT_NIGHT_LIGHT_CODE, mem_light_gm_tx_code
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+	
+
+
+
+
+
+remoter_init:	
+	call frmt_ble_para_init
+// call ice_break
+	call frmt_enter_lpm_gpio_config_flag_init_row
+	call frmt_enter_lpm_gpio_config_flag_init_col
+	bpatchx patch2e_1,mem_patch2e
+
+	jam 1, mem_set_clear_code_timeout_enable
+	jam 1, mem_light_lpm_enable
+
+
+frmt_apl_ble_scene_rewrite_lap:
+	bpatchx patch2e_2,mem_patch2e
+	fetch 2, mem_le_lap
+	lshift4 pdata, pdata
+	arg 0xffff, temp
+	iand temp, pdata    //因为左移过后原本的高四位，只是被左移了，仍然存在于16bit往左的高位，应该把它们去掉
+	branch frmt_light_set_addr_to_0010 , blank
+	arg 0xfff0, temp
+	isub temp, null
+	branch frmt_light_set_addr_to_ffe0, zero
+frmt_lightc_init_continue:	
+	bpatchx patch2e_3,mem_patch2e
+	byteswap pdata, pdata    //20200417
+	store 2, mem_FTD_adv_raw_device_add_temp
+	store 2, mem_light_gm_tx_remoter_addr
+
+	arg 0xffff,rega
+	lshift16 rega, temp
+	setarg 0xffff
+	ior temp, temp
+	fetch 4, mem_le_lap
+	call frmt_light_addr_default_v2, blank
+	isub temp, null
+	call frmt_light_addr_default_v2, zero
+	store 4, mem_ble_v2_addr
+
+	setarg frmt_apl_cb_event_timer
+	store 2, mem_cb_event_timer
+	
+	setarg frmt_main
+	store 2,mem_cb_idle_process
+	branch  frmt_kscan_init
+
+
+frmt_enter_lpm_gpio_config_flag_init_row:
+	bpatchx patch2e_4,mem_patch2e
+	fetchr loopcnt ,1, mem_kscan_row_nums
+//	iforce loopcnt
+	fetcht 4, mem_light_lpm_gpio_config_flag
+	arg mem_kscan_row_gpio_pin, contr
+frmt_enter_lpm_gpio_config_flag_init_loop:
+	bpatchx patch2e_5,mem_patch2e
+	ifetch 1, contr
+	iforce queue
+	qset1 temp
+	loop frmt_enter_lpm_gpio_config_flag_init_loop
+	storet 4, mem_light_lpm_gpio_config_flag
+	rtn
+
+frmt_enter_lpm_gpio_config_flag_init_col:
+	bpatchx patch2e_6,mem_patch2e
+	fetchr loopcnt,1, mem_kscan_col_nums
+//	iforce loopcnt
+	fetcht 4, mem_light_lpm_gpio_config_flag
+	arg mem_kscan_col_gpio_pin, contr
+	branch frmt_enter_lpm_gpio_config_flag_init_loop
+
+frmt_light_addr_default_v2:
+	setarg 0x111213
+	rtn
+
+frmt_light_set_addr_to_0010:
+	arg 0x0010, pdata
+	branch frmt_lightc_init_continue
+
+frmt_light_set_addr_to_ffe0:
+	arg 0xffe0, pdata
+	branch frmt_lightc_init_continue
+
+//key_light_set_addr_to_7878:
+//	arg 0x7878, temp
+//	rtn
+	
+
+//关于adv的时间和lpm需要重新重点计算   pairing 和 clear等等
+
+frmt_jym_pdu_common:      
+	bpatchx patch2e_7,mem_patch2e
+	fetch 4, mem_le_lap
+	store 4, mem_light_JYM_tx_ID
+	jam 0xd1, mem_light_JYM_tx_group
+	fetch 1, mem_light_JYM_tx_count
+	pincrease 1
+	store 1, mem_light_JYM_tx_count
+	
+	arg 0, temp
+	arg mem_light_JYM_tx_cmd, contr
+	arg 8, loopcnt
+	call frmt_light_sum_cal_loop
+	byteswap temp, temp
+	storet 2,mem_light_JYM_tx_sum
+
+	//call ice_break
+	arg mem_light_JYM_tx_len, regc
+	arg 11, loopcnt
+	setarg 0
+	store 2, mem_adv_CRC_False_initValue
+	call key_CRC16_CCITT_False1
+	fetch 2, mem_adv_CRC_False_initValue
+	store 2, mem_light_JYM_tx_CRC
+
+
+	arg 23, loopcnt      //只copy 23个byte，第24个byte是协议中的len
+	arg mem_light_KY_tx, contr  
+	arg mem_light_whitening_buffer, contw
+	call memcpy_fast
+
+	arg 13, loopcnt
+	arg mem_light_JYM_tx_len, contr  
+	arg mem_light_whitening_buffer+23, contw
+	call memcpy_fast
+	
+	jam 37, mem_light_recvd_len
+	jam 51, mem_light_whitening_i
+	call frmt_light_ble_whitening
+
+	arg 37, loopcnt
+	arg mem_light_whitening_buffer, contr
+	arg mem_light_JYM_tx_temp , contw
+	branch memcpy_fast
+	
+frmt_reverse:
+	ifetch 1, contr
+	reverse pdata, pdata
+	istore 1, contw
+	loop frmt_reverse
+	rtn
+
+key_pdu_common:		
+	bpatchx patch2f_0,mem_patch2f
+	call frmt_light_flag_set_short_press
+	call frmt_light_sum_cal
+	byteswap temp, temp
+	storet 2, mem_light_KY_tx_sum
+	arg mem_light_KY_tx_len, regc
+	arg 10, loopcnt
+	setarg 0
+	store 2, mem_adv_CRC_False_initValue 
+	call key_CRC16_CCITT_False1
+	fetch 2, mem_adv_CRC_False_initValue
+	store 2, mem_light_KY_tx_CRC
+	fetch 2, mem_light_KY_tx_count
+	byteswap pdata, pdata
+	pincrease 1
+	byteswap pdata, pdata
+	store 2, mem_light_KY_tx_count
+	
+	arg 37, loopcnt
+	arg mem_light_KY_tx, contr
+	arg mem_light_whitening_buffer, contw
+	call memcpy_fast
+	jam 37, mem_light_recvd_len
+	jam 51, mem_light_whitening_i
+	branch frmt_light_ble_whitening
+	
+
+frmt_light_sum_cal:
+	arg 0, temp
+	arg mem_light_KY_tx_code1, contr
+	arg 7, loopcnt
+frmt_light_sum_cal_loop:
+	ifetch 1, contr
+	iadd temp, temp
+	loop frmt_light_sum_cal_loop
+	rtn
+
+key_whitening_i_get:
+	arg 51, regb
+	rtn
+
+
+//mem_light_group_num
+frmt_light_group_num_set:
+	fetch 1, mem_light_group_num
+	store 1, mem_light_KY_tx_remoter_ID+3 
+	rtn
+
+frmt_light_timing_off_KY:
+	call frmt_light_timing_30s_V2
+	jam LIGHT_JYM_CMD_TIMING_OFF, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_TIMING_OFF, mem_light_JYM_tx_data
+	call frmt_jym_pdu_common
+
+	jam LIGHT_TIMING_CODE1, mem_light_KY_tx_code1
+	jam 0x46, mem_light_KY_tx_code2
+	branch key_pdu_common
+
+key_light_Aux_lamp_on_and_off_KY:
+	jam LIGHT_JYM_CMD_AUX_LAMP, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_AUX_LAMP, mem_light_JYM_tx_data
+	call frmt_jym_pdu_common
+
+	jam LIGHT_AUX_LAMP_ON_AND_OFF_CODE1, mem_light_KY_tx_code1
+	jam 0xf0, mem_light_KY_tx_code2
+	branch key_pdu_common
+
+key_light_to_Y:	
+	call frmt_light_to_Y_V2
+	jam LIGHT_JYM_CMD_TO_Y, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_TO_Y, mem_light_JYM_tx_data
+	call frmt_jym_pdu_common
+
+	jam LIGHT_TO_Y_CODE1, mem_light_KY_tx_code1
+	jam 0, mem_light_KY_tx_code2
+	branch key_pdu_common
+
+key_light_to_W:	
+	call frmt_light_to_W_V2
+	jam LIGHT_JYM_CMD_TO_W, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_TO_W, mem_light_JYM_tx_data
+	call frmt_jym_pdu_common
+
+	jam LIGHT_TO_W_CODE1, mem_light_KY_tx_code1
+	jam 0, mem_light_KY_tx_code2
+	branch key_pdu_common
+
+key_light_darken:
+	call frmt_light_darken_V2
+	jam LIGHT_JYM_CMD_DARKEN, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_DARKEN, mem_light_JYM_tx_data
+	call frmt_jym_pdu_common
+
+	jam LIGHT_DARKEN_CODE1, mem_light_KY_tx_code1
+	jam 0, mem_light_KY_tx_code2
+	branch key_pdu_common
+
+key_light_lighten:
+	call frmt_light_lighten_V2
+	jam LIGHT_JYM_CMD_LIGHTEN, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_LIGHTEN, mem_light_JYM_tx_data
+	call frmt_jym_pdu_common
+
+	jam LIGHT_LIGHTEN_CODE1, mem_light_KY_tx_code1
+	jam 0, mem_light_KY_tx_code2
+	branch key_pdu_common
+
+key_light_group1_off:
+	jam LIGHT_JYM_CMD_OFF, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_OFF, mem_light_JYM_tx_data
+	jam 0xd2,mem_light_JYM_tx_group
+	call frmt_jym_pdu_common
+	
+	jam LIGHT_OFF_CODE1, mem_light_KY_tx_code1
+	jam LIGHT_OFF_CODE2, mem_light_KY_tx_code2
+	jam 0xd2,mem_light_KY_tx_group_num
+	branch key_pdu_common
+
+key_light_group2_off:	
+	jam LIGHT_JYM_CMD_OFF, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_OFF, mem_light_JYM_tx_data
+	jam 0xd4,mem_light_JYM_tx_group
+	call frmt_jym_pdu_common
+	
+	jam LIGHT_OFF_CODE1, mem_light_KY_tx_code1
+	jam LIGHT_OFF_CODE2, mem_light_KY_tx_code2
+	jam 0xd4,mem_light_KY_tx_group_num
+	branch key_pdu_common
+
+key_light_group3_off:
+	jam LIGHT_JYM_CMD_OFF, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_OFF, mem_light_JYM_tx_data
+	jam 3,mem_light_JYM_tx_group
+	call frmt_jym_pdu_common
+	
+	jam LIGHT_OFF_CODE1, mem_light_KY_tx_code1
+	setarg LIGHT_OFF_CODE2
+	store 2, mem_light_KY_tx_code2
+	jam 3,mem_light_group_num
+	branch key_pdu_common
+
+key_light_group4_off:
+	jam LIGHT_JYM_CMD_OFF, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_OFF, mem_light_JYM_tx_data
+	jam 4,mem_light_JYM_tx_group
+	call frmt_jym_pdu_common
+	
+	jam LIGHT_OFF_CODE1, mem_light_KY_tx_code1
+	setarg LIGHT_OFF_CODE2
+	store 2, mem_light_KY_tx_code2
+	jam 4,mem_light_group_num
+	branch key_pdu_common
+
+key_light_group1_on:
+	jam LIGHT_JYM_CMD_ON, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_ON, mem_light_JYM_tx_data
+	jam 0xd2,mem_light_JYM_tx_group
+	call frmt_jym_pdu_common
+	
+	jam LIGHT_ON_CODE1, mem_light_KY_tx_code1
+	jam LIGHT_ON_CODE2, mem_light_KY_tx_code2
+	jam 0xd2,mem_light_KY_tx_group_num
+	branch key_pdu_common
+
+key_light_group2_on:
+	jam LIGHT_JYM_CMD_ON, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_ON, mem_light_JYM_tx_data
+	jam 0xd4,mem_light_JYM_tx_group
+	call frmt_jym_pdu_common
+	
+	jam LIGHT_ON_CODE1, mem_light_KY_tx_code1
+	jam LIGHT_ON_CODE2, mem_light_KY_tx_code2
+	jam 0xd4,mem_light_KY_tx_group_num
+	branch key_pdu_common
+
+key_light_group3_on:
+	jam LIGHT_JYM_CMD_ON, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_ON, mem_light_JYM_tx_data
+	jam 3,mem_light_JYM_tx_group
+	call frmt_jym_pdu_common
+	
+	jam LIGHT_ON_CODE1, mem_light_KY_tx_code1
+	setarg LIGHT_ON_CODE2
+	store 2, mem_light_KY_tx_code2
+	jam 3,mem_light_group_num
+	branch key_pdu_common
+
+key_light_group4_on:
+	jam LIGHT_JYM_CMD_ON, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_ON, mem_light_JYM_tx_data
+	jam 4,mem_light_JYM_tx_group
+	call frmt_jym_pdu_common
+	
+	jam LIGHT_ON_CODE1, mem_light_KY_tx_code1
+	setarg LIGHT_ON_CODE2
+	store 2, mem_light_KY_tx_code2
+	jam 4,mem_light_group_num
+	branch key_pdu_common
+
+key_light_pairing_group1:	
+	jam 0xd2,mem_light_JYM_tx_group
+	jam 0xd2,mem_light_KY_tx_group_num
+	branch key_light_master_pairing_process
+
+key_light_pairing_group2:	
+	jam 0xd4,mem_light_JYM_tx_group
+	jam 0xd4,mem_light_KY_tx_group_num
+	branch key_light_master_pairing_process
+
+key_light_pairing_group3:	
+	jam 3,mem_light_JYM_tx_group
+	jam 3,mem_light_KY_tx_group_num
+	branch key_light_master_pairing_process
+
+key_light_pairing_group4:	
+	jam 4,mem_light_JYM_tx_group
+	jam 4,mem_light_KY_tx_group_num
+	branch key_light_master_pairing_process
+
+
+key_light_clear_code:
+	call frmt_light_clear_code_V2
+	jam LIGHT_JYM_CMD_CLEAR, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_CLEAR, mem_light_JYM_tx_data
+	call frmt_jym_pdu_common
+
+	jam LIGHT_CLEAR_CODE_CODE1, mem_light_KY_tx_code1
+	setarg LIGHT_CLEAR_CODE_CODE2
+	store 2, mem_light_KY_tx_code2
+	branch key_pdu_common
+
+key_light_master_pairing:
+	jam 0xd1,mem_light_KY_tx_group_num
+	jam 0xd1,mem_light_JYM_tx_group
+key_light_master_pairing_process:
+	call frmt_light_master_pairing_V2
+	jam LIGHT_JYM_CMD_PAIRING, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_PAIRING, mem_light_JYM_tx_data
+	call frmt_jym_pdu_common
+ 
+	jam LIGHT_PAIRING_CODE1, mem_light_KY_tx_code1
+	jam LIGHT_PAIRING_CODE2, mem_light_KY_tx_code2
+	jam 0, mem_light_group_num
+	call frmt_light_group_num_set
+	branch key_pdu_common
+
+key_light_night_light:
+	call frmt_light_night_light_V2
+	jam LIGHT_JYM_CMD_NIGHT_LIGHT, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_NIGHT_LIGHT, mem_light_JYM_tx_data
+	call frmt_jym_pdu_common
+
+	jam LIGHT_NIGHT_LIGHT_CODE1, mem_light_KY_tx_code1
+	jam 0, mem_light_KY_tx_code2
+	branch key_pdu_common
+
+key_light_color_switch:
+	fetch 1,mem_light_color_switch_cnt
+	beq 0,key_light_color_switch_WY
+	beq 1,key_light_color_switch_W
+	beq 2,key_light_color_switch_Y
+	rtn
+
+key_light_color_switch_WY:
+	call frmt_light_color_switch_WY_V2
+	jam 1, mem_light_color_switch_cnt
+	jam LIGHT_JYM_CMD_WY_LAMP, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_WY_LAMP, mem_light_JYM_tx_data
+	call frmt_jym_pdu_common
+
+	jam LIGHT_COLOR_SWITCH_CODE1, mem_light_KY_tx_code1
+	jam LIGHT_COLOR_SWITCH_WY_CODE2, mem_light_KY_tx_code2
+	branch key_pdu_common
+
+key_light_color_switch_W:
+	call frmt_light_color_switch_W_V2
+	jam 2, mem_light_color_switch_cnt
+	jam LIGHT_JYM_CMD_WHITE_LAMP, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_WHITE_LAMP, mem_light_JYM_tx_data
+	call frmt_jym_pdu_common
+	
+	jam LIGHT_COLOR_SWITCH_CODE1, mem_light_KY_tx_code1
+	jam LIGHT_COLOR_SWITCH_W_CODE2, mem_light_KY_tx_code2
+	branch key_pdu_common
+
+key_light_color_switch_Y:
+	call frmt_light_color_switch_Y_V2
+	jam 0, mem_light_color_switch_cnt
+	jam LIGHT_JYM_CMD_YELLOW_LAMP, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_YELLOW_LAMP, mem_light_JYM_tx_data
+	call frmt_jym_pdu_common
+
+	jam LIGHT_COLOR_SWITCH_CODE1, mem_light_KY_tx_code1
+	jam LIGHT_COLOR_SWITCH_Y_CODE2, mem_light_KY_tx_code2
+	branch key_pdu_common
+
+key_light_master_off:
+	jam LIGHT_JYM_CMD_OFF, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_OFF, mem_light_JYM_tx_data
+	jam 0xd1,mem_light_JYM_tx_group
+	call frmt_jym_pdu_common
+	
+	jam LIGHT_OFF_CODE1, mem_light_KY_tx_code1
+	jam 0, mem_light_KY_tx_code2
+	jam 0xd1,mem_light_KY_tx_group_num
+	branch key_pdu_common
+
+key_light_master_on:
+	jam LIGHT_JYM_CMD_ON, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_ON, mem_light_JYM_tx_data
+	jam 0xd1,mem_light_JYM_tx_group
+	call frmt_jym_pdu_common
+	
+	jam LIGHT_ON_CODE1, mem_light_KY_tx_code1
+	jam 0, mem_light_KY_tx_code2
+	jam 0xd1,mem_light_KY_tx_group_num
+	branch key_pdu_common
+
+
+
+
+frmt_kscan_init:
+	bpatchx patch2f_1,mem_patch2f
+
+	fetch 2, mem_kscan_analysis_interval_timeout   
+	nrtn blank
+
+	call frmt_kscan_col_state_init
+frmt_kscan_row_state_init:  //pull up, input
+	bpatchx patch2f_2,mem_patch2f
+
+	arg mem_kscan_row_gpio_pin, rega
+
+	fetch 1, mem_kscan_row_nums
+	iforce loopcnt
+frmt_kscan_input_pull_up_loop:	
+	ifetcht 1, rega
+	call gpio_config_input
+	increase 1, rega
+	loop frmt_kscan_input_pull_up_loop
+	nop 12000	
+	rtn
+
+frmt_kscan_recover_col_output_low:	
+frmt_kscan_col_state_init:  //output low
+	arg mem_kscan_col_gpio_pin, rega
+	fetch 1, mem_kscan_col_nums
+	iforce loopcnt
+frmt_kscan_output_low_loop:
+	ifetcht 1, rega
+	or temp, 0x80, temp
+	call gpio_config_output_patch
+	increase 1, rega
+	loop frmt_kscan_output_low_loop
+	nop 12000
+	rtn
+
+	
+frmt_kscan:
+	fetch 2, mem_kscan_analysis_interval_timeout   
+// 	call ice_break
+	nrtn blank
+	jam 0, mem_keypress_analysis_flag
+
+	setarg 0
+	store 8, mem_kscan_record_keypress
+frmt_kscan_get_row_state:
+	jam 0, mem_kscan_row_scanned
+	arg mem_kscan_row_gpio_pin, regc
+
+frmt_kscan_get_row_state_loop:
+	ifetcht 1, regc
+	call gpio_get_bit
+	call frmt_kscan_avoid_shake_and_record_key, true  //low , in
+
+	ifetcht 1, regc        //current row recover to pull up
+	call gpio_config_input
+	call frmt_kscan_recover_col_output_low  
+	
+	increase 1, regc
+	fetch 1, mem_kscan_row_scanned
+	pincrease 1
+	store 1, mem_kscan_row_scanned
+	fetcht 1, mem_kscan_row_nums
+	isub temp, null
+	nbranch frmt_kscan_get_row_state_loop, positive
+	rtn
+	
+frmt_kscan_press_GND_related:
+	bpatchx patch2f_3,mem_patch2f
+
+	fetch 1, mem_kscan_row_scanned
+	pincrease 1
+	fetcht 1, mem_kscan_col_nums
+	increase 1, temp
+	imul32 temp, pdata
+	iforce queue
+	fetch 8, mem_kscan_record_keypress
+	qset1 pdata
+	store 8, mem_kscan_record_keypress
+	rtn
+	
+frmt_kscan_set_default_avoid_shake_time:
+	arg 1, loopcnt
+	rtn
+	
+frmt_kscan_avoid_shake_and_record_key:
+	bpatchx patch2f_4,mem_patch2f
+
+	fetch 2, mem_kscan_avoid_shake_delay_time
+	iforce loopcnt
+	call frmt_kscan_set_default_avoid_shake_time, blank
+	call delay_ms_wait
+	ifetcht 1, regc
+	call gpio_get_bit
+	nrtn true
+	nop 12000 
+
+	ifetcht 1, regc
+	call gpio_get_bit
+	nrtn true
+	nop 12000 
+	
+	ifetcht 1, regc
+	call gpio_get_bit
+	nrtn true
+
+	call frmt_kscan_all_col_pull_up
+	ifetcht 1, regc //deal with GND
+	call gpio_get_bit
+	branch frmt_kscan_press_GND_related, true
+	
+frmt_kscan_check_col_elec_level:
+	bpatchx patch2f_5,mem_patch2f
+
+	ifetcht 1, regc
+	or temp, 0x80, temp
+	call gpio_config_output_patch
+	jam 0, mem_kscan_col_scanned	
+	arg mem_kscan_col_gpio_pin, rega
+frmt_kscan_check_col_elec_level_loop:  
+	ifetcht 1, rega
+	call gpio_get_bit  //only "pdata" , "temp"
+	call frmt_kscan_record_keypress, true  
+	
+	increase 1, rega
+	fetch 1, mem_kscan_col_scanned
+	pincrease 1
+	store 1, mem_kscan_col_scanned
+	fetcht 1, mem_kscan_col_nums
+	isub temp, null
+	nbranch frmt_kscan_check_col_elec_level_loop, positive	
+	rtn
+
+
+frmt_kscan_record_keypress:
+	bpatchx patch2f_6,mem_patch2f
+
+	fetch 1, mem_kscan_row_scanned
+	fetcht 1, mem_kscan_col_nums
+	increase 1, temp
+	imul32 temp, pdata
+	//nop 10000
+	fetcht 1, mem_kscan_col_scanned
+	increase 1, temp
+	iadd temp, pdata
+	iforce queue
+	enable true
+	fetch 8, mem_kscan_record_keypress
+	qsetflag true, pdata
+	store 8, mem_kscan_record_keypress
+
+// 	call ice_break
+// 	fetcht 8, mem_kscan_record_keypress
+// 	setarg LIGHT_ND21KEY_KEY_PAIRING2_COMBINATION
+// 	isub temp, null
+// 	call ice_break, zero
+	rtn
+frmt_kscan_all_col_pull_up:
+	bpatchx patch2f_7,mem_patch2f
+
+	arg mem_kscan_col_gpio_pin, rega
+	fetch 1, mem_kscan_col_nums
+	iforce loopcnt
+	branch frmt_kscan_input_pull_up_loop
+
+gpio_config_output_patch:	
+	setflip 7, temp
+	branch gpio_config_output
+
+
+
+
+frmt_light_lighten_short_press:
+	fetch 1, mem_light_color_and_lgtness_long_press_adv_enable
+	beq 1, frmt_light_lighten
+	jam LIGHT_LIGHTEN_RELEASE_ADV_FLAG, mem_light_release_adv_flag
+	branch frmt_light_light_color_and_lightness_change_common
+
+frmt_light_darken_short_press:
+	fetch 1, mem_light_color_and_lgtness_long_press_adv_enable
+	beq 1, frmt_light_darken
+	jam LIGHT_DARKEN_RELEASE_ADV_FLAG, mem_light_release_adv_flag
+	branch frmt_light_light_color_and_lightness_change_common
+
+frmt_light_to_W_short_press:
+	fetch 1, mem_light_color_and_lgtness_long_press_adv_enable
+	beq 1, frmt_light_to_W
+	jam LIGHT_TO_W_RELEASE_ADV_FLAG, mem_light_release_adv_flag
+	branch frmt_light_light_color_and_lightness_change_common
+
+frmt_light_to_Y_short_press:
+	fetch 1, mem_light_color_and_lgtness_long_press_adv_enable
+	beq 1,frmt_light_to_Y
+	jam LIGHT_TO_Y_RELEASE_ADV_FLAG, mem_light_release_adv_flag
+frmt_light_light_color_and_lightness_change_common:
+	bpatchx patch30_0,mem_patch30
+	fetch 2, mem_light_short_keypress_timeout
+	nrtn blank
+	jam 0, mem_le_adv_enable
+	jam SHORT_PRESS_TIMEOUT, mem_light_short_keypress_timeout
+	rtn	
+
+frmt_light_to_Y:
+	call frmt_light_to_Y_V2
+	fetch 1,mem_special_agreemeet_enable
+	beq 1, gem_light_to_Y
+	beq 2,key_light_to_Y
+	jam 0, mem_light_release_adv_flag
+	jam LIGHT_CMD_FTD_COLOR_STATE_CHANGE, mem_FTD_adv_raw
+	jam 0x18, mem_FTD_adv_raw_reserved
+	call frmt_light_set_PDU_common_short_press_with_3Bytes_data_reset		
+	branch frmt_adv_rear_6bytes_and_whitening
+
+
+frmt_light_to_W:
+	call frmt_light_to_W_V2
+	fetch 1,mem_special_agreemeet_enable
+	beq 1, gem_light_to_W
+	beq 2,key_light_to_W
+	jam 0, mem_light_release_adv_flag
+	jam LIGHT_CMD_FTD_COLOR_STATE_CHANGE, mem_FTD_adv_raw
+	jam 0x24, mem_FTD_adv_raw_reserved
+	call frmt_light_set_PDU_common_short_press_with_3Bytes_data_reset
+	branch frmt_adv_rear_6bytes_and_whitening
+
+frmt_light_darken:
+	call frmt_light_darken_V2
+	fetch 1,mem_special_agreemeet_enable
+	beq 1, gem_light_darken
+	beq 2, key_light_darken
+	jam 0, mem_light_release_adv_flag
+	jam LIGHT_CMD_FTD_COLOR_STATE_CHANGE, mem_FTD_adv_raw
+	jam 0x28, mem_FTD_adv_raw_reserved
+	call frmt_light_set_PDU_common_short_press_with_3Bytes_data_reset
+	branch frmt_adv_rear_6bytes_and_whitening
+
+frmt_light_lighten:
+	call frmt_light_lighten_V2
+	fetch 1,mem_special_agreemeet_enable
+	beq 1, gem_light_lighten
+	beq 2, key_light_lighten
+	jam 0, mem_light_release_adv_flag	
+	jam LIGHT_CMD_FTD_COLOR_STATE_CHANGE, mem_FTD_adv_raw
+	jam 0x14, mem_FTD_adv_raw_reserved
+	call frmt_light_set_PDU_common_short_press_with_3Bytes_data_reset
+	branch frmt_adv_rear_6bytes_and_whitening
+
+frmt_light_set_PDU_common_short_press_with_3Bytes_data_reset:
+	bpatchx patch30_1,mem_patch30
+	setarg 0    //clear data part (3 Bytes)
+	store 3, mem_FTD_adv_raw_data	
+	branch frmt_light_set_PDU_common_short_press
+
+
+
+frmt_light_release_set1_and_long_press_set1:
+	jam 1, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset
+	jam 1, mem_light_release_adv_flag
+	rtn
+
+frmt_light_release_set2_and_long_press_set2:
+	jam 2, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset
+	jam 2, mem_light_release_adv_flag
+	rtn
+
+frmt_light_release_set3_and_long_press_set3:
+	jam 3, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset
+	jam 3, mem_light_release_adv_flag
+	rtn
+
+frmt_light_release_set4_and_long_press_set4:
+	jam 4, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset
+	jam 4, mem_light_release_adv_flag
+	rtn
+
+frmt_light_long_press_flag_reset:
+	bpatchx patch30_2,mem_patch30
+	fetch 2, mem_long_press_timeout
+	nrtn blank
+	fetch 2,mem_claer_code_time
+	store 2, mem_long_press_timeout
+	pincrease 1
+	store 2, mem_light_lpm_enable_timeout
+	fetch 1,mem_special_agreemeet_enable
+	sub pdata,1,null
+	branch gem_long_keypress_time,zero	
+	rtn
+
+frmt_light_night_light:
+	call frmt_light_night_light_V2
+	jam LIGHT_CMD_NIGHT_LIGHT, mem_FTD_adv_raw
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press	
+
+frmt_light_master_pairing:
+	jam 0, mem_groups_num
+	jam 0, mem_ble_v2_group_index
+
+frmt_light_pairing_process:
+	setarg KEY_PRESS_LED_ON_TIME
+	store 2, mem_indicator_led_turn_on_timeout
+	jam 1, mem_indicator_turn_on_enable
+frmt_light_pairing_process_without_led_flag_set:	
+	bpatchx patch30_3,mem_patch30
+	call frmt_light_master_pairing_V2
+	jam 1, mem_le_adv_enable
+	fetch 2, mem_light_adv_time
+	lshift2 pdata, pdata
+	store 2, mem_ble_light_adv_timeout
+	pincrease 1
+	store 2, mem_light_lpm_enable_timeout	
+	
+	fetch 1, mem_light_manufacture_id
+	store 1, mem_FTD_adv_raw_reserved
+	jam LIGHT_CMD_PAIRING_CODE, mem_FTD_adv_raw
+
+	fetch 1, mem_FTD_adv_raw_packet_num
+	pincrease 1
+	store 1, mem_FTD_adv_raw_packet_num
+	jam 0x81, mem_FTD_adv_raw_data+2
+	
+	fetch 1,mem_ble_v2_maintype
+	sub pdata,3,null
+	call frmt_fan_lamp,zero
+	fetch 1,mem_ble_v2_maintype
+	sub pdata,5,null
+	call frmt_solar_lamp,zero
+	
+	call frmt_light_groups_pairing_address_set_set
+	branch frmt_adv_rear_6bytes_and_whitening
+	
+frmt_light_groups_pairing_address_set_set:
+	fetch 2, mem_FTD_adv_raw_device_add_temp
+	arg 0xf0ff, temp
+	iand temp, pdata
+	store 2, mem_FTD_adv_raw_data
+	branch frmt_light_groups_address_set
+
+frmt_light_clear_code:
+// 	call ice_break	
+	bpatchx patch30_4,mem_patch30
+	call frmt_light_clear_code_V2
+	jam 1, mem_indicator_turn_on_enable
+
+	jam 1, mem_le_adv_enable
+	setarg KEY_PRESS_LED_ON_TIME
+	lshift2 pdata, pdata
+	store 2, mem_indicator_led_turn_on_timeout
+	fetch 2,mem_light_adv_time
+	lshift2 pdata, pdata
+
+	store 2, mem_ble_light_adv_timeout
+	pincrease 1
+	store 2, mem_light_lpm_enable_timeout
+	jam LIGHT_CMD_CLEAR_CODE, mem_FTD_adv_raw
+	setarg LIGHT_FTD_CLEAR_CODE_ADDR
+	store 3, mem_FTD_adv_raw_device_add
+	fetch 1, mem_FTD_adv_raw_packet_num
+	pincrease 1
+	store 1, mem_FTD_adv_raw_packet_num
+	
+	fetch 1,mem_ble_v2_maintype
+	sub pdata,3,null
+	call frmt_fan_lamp,zero
+	fetch 1,mem_ble_v2_maintype
+	sub pdata,5,null
+	call frmt_solar_lamp,zero
+	branch frmt_adv_rear_6bytes_and_whitening
+
+frmt_light_master_on_and_long_press_set0:
+	jam 0, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset
+frmt_light_master_on:
+	jam 0, mem_groups_num
+	call frmt_light_master_on_V2
+	fetch 1,mem_special_agreemeet_enable
+	beq 1, gem_light_master_on
+	beq 2, key_light_master_on
+frmt_light_on_without_group_set:
+	jam 1, mem_light_on_and_off_flag
+	jam LIGHT_CMD_TURN_ON, mem_FTD_adv_raw
+	call frmt_light_groups_address_set
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_master_off_and_long_press_set0:
+	jam 0, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset
+	branch frmt_light_master_off
+frmt_light_master_on_and_off:
+	fetch 1, mem_light_on_and_off_flag
+	branch frmt_light_master_on, blank
+frmt_light_master_off:
+	call frmt_light_master_off_V2
+	jam 0, mem_groups_num
+	fetch 1,mem_special_agreemeet_enable
+	beq 1, gem_light_master_off	
+	beq 2, key_light_master_off	
+frmt_light_off_without_group_set:
+	jam 0, mem_light_on_and_off_flag	
+	jam LIGHT_CMD_TURN_OFF, mem_FTD_adv_raw
+	call frmt_light_groups_address_set
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_on_and_off_1opcode_and_long_press_set0:
+	jam 0, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset
+frmt_light_on_and_off_1opcode:
+	call frmt_light_on_and_off_1opcode_v2
+	jam LIGHT_CMD_TURN_ON_AND_OFF, mem_FTD_adv_raw
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_color_switch_WY_only_payload_set:
+	jam LIGHT_CMD_COLOR_SWTICH, mem_FTD_adv_raw
+	jam LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data
+	jam LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data+1
+	jam LIGHT_CMD_FTD_COLOR_SWTICH_RESERVED, mem_FTD_adv_raw_reserved
+	rtn
+frmt_light_color_switch_W_only_payload_set:
+	jam LIGHT_CMD_COLOR_SWTICH, mem_FTD_adv_raw
+	jam LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data
+	jam LIGHT_CMD_FTD_COLOR_SWTICH_RESERVED, mem_FTD_adv_raw_reserved
+	rtn
+	
+frmt_light_color_switch_Y_only_payload_set:
+	jam LIGHT_CMD_COLOR_SWTICH, mem_FTD_adv_raw
+	jam LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data+1
+	jam LIGHT_CMD_FTD_COLOR_SWTICH_RESERVED, mem_FTD_adv_raw_reserved
+	rtn
+
+frmt_light_color_switch:
+	fetch 1,mem_light_color_switch_cnt
+	sub pdata,3,null
+	call frmt_color_switch_cnt_set0,zero
+	beq 0,frmt_light_color_switch_WY
+	beq 1,frmt_light_color_switch_W
+	beq 2,frmt_light_color_switch_Y
+	rtn
+frmt_color_switch_cnt_set0:
+	setarg 0
+	store 1,mem_light_color_switch_cnt
+	rtn
+frmt_light_color_switch_WY:
+	fetch 1, mem_light_color_switch_cnt
+	pincrease 1
+	store 1,mem_light_color_switch_cnt
+	call frmt_light_color_switch_WY_V2
+	fetch 1,mem_special_agreemeet_enable
+	beq 1,gem_light_color_switch
+	call frmt_light_color_switch_WY_only_payload_set
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press	
+frmt_light_color_switch_W:
+	fetch 1, mem_light_color_switch_cnt
+	pincrease 1
+	store 1,mem_light_color_switch_cnt
+	call frmt_light_color_switch_W_V2
+	fetch 1,mem_special_agreemeet_enable
+	beq 1,gem_light_color_switch
+	call frmt_light_color_switch_W_only_payload_set
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+frmt_light_color_switch_Y:
+	fetch 1, mem_light_color_switch_cnt
+	pincrease 1
+	store 1,mem_light_color_switch_cnt
+	call frmt_light_color_switch_Y_V2
+	fetch 1,mem_special_agreemeet_enable
+	beq 1,gem_light_color_switch
+	call frmt_light_color_switch_Y_only_payload_set
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_aid_turn_on_and_off:
+	fetch 1,mem_light_aid_swtich_flag  // 0:on   1:off
+	beq 0, frmt_light_aid_turn_on
+frmt_light_aid_turn_off:
+	call frmt_light_aid_turn_off_V2
+	jam 0, mem_light_aid_swtich_flag
+	fetch 1,mem_special_agreemeet_enable
+	beq 1,gem_light_aid_turn_onoff
+	beq 2,key_light_Aux_lamp_on_and_off_KY
+	jam LIGHT_CMD_AID_TURN_OFF, mem_FTD_adv_raw 
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press	
+frmt_light_aid_turn_on:
+	call frmt_light_aid_turn_on_V2
+	jam 1,mem_light_aid_swtich_flag
+	fetch 1,mem_special_agreemeet_enable
+	beq 1,gem_light_aid_turn_onoff
+	beq 2,key_light_Aux_lamp_on_and_off_KY
+	jam LIGHT_CMD_AID_TURN_ON, mem_FTD_adv_raw
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_pcnt_50_and_100percent:
+	fetch 1,mem_light_brightness_switch_flag
+	beq 0, frmt_light_pcnt_50_percent
+frmt_light_pcnt_100_percent:
+	call frmt_light_pcnt_100_percent_V2
+	jam LIGHT_CMD_COLOR_SWTICH, mem_FTD_adv_raw
+	jam LIGHT_DATA_PART_FF,  mem_FTD_adv_raw_data
+	jam LIGHT_DATA_PART_FF,  mem_FTD_adv_raw_data+1
+	jam 0, mem_light_brightness_switch_flag
+	jam 2, mem_FTD_adv_raw_reserved	
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+frmt_light_pcnt_50_percent:
+	call frmt_light_pcnt_50_percent_V2
+	jam 1, mem_FTD_adv_raw_reserved
+	jam LIGHT_CMD_COLOR_SWTICH, mem_FTD_adv_raw
+	jam LIGHT_FTD_DATA_PART_PCNT_50PERCENT,  mem_FTD_adv_raw_data
+	jam LIGHT_FTD_DATA_PART_PCNT_50PERCENT,  mem_FTD_adv_raw_data+1
+	jam 1, mem_light_brightness_switch_flag
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_rgb_auto:
+	fetch 1,mem_special_agreemeet_enable
+	sub pdata,1,null
+	call gem_light_rgb_auto,zero
+	jam 1,mem_light_rgb_on_and_off_flag
+	fetch 1,mem_light_rgb_auto_flag
+	beq 0,frmt_light_rgb_circulation_1e
+frmt_light_rgb_circulation_1f:						//off
+	call frmt_light_rgb_circulation_1f_V2
+	jam LIGHT_CMD_RGB_1F, mem_FTD_adv_raw 
+	jam 0, mem_light_rgb_auto_flag
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+frmt_light_rgb_circulation_1e:						//on
+	call frmt_light_rgb_circulation_1e_V2
+	jam LIGHT_CMD_RGB_1E, mem_FTD_adv_raw 
+	jam 1, mem_light_rgb_auto_flag
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press	
+
+frmt_light_rgb_manual:
+	fetch 1,mem_special_agreemeet_enable
+	sub pdata,1,null
+	call gem_light_rgb_step,zero
+	jam LIGHT_CMD_RGB_MANNUL, mem_FTD_adv_raw
+	fetch 1, mem_light_rgb_hand_actuated_flag
+	beq 0,frmt_light_rgb_manual0
+	beq 1,frmt_light_rgb_manual1
+	beq 2,frmt_light_rgb_manual2
+	beq 3,frmt_light_rgb_manual3
+	beq 4,frmt_light_rgb_manual4
+	beq 5,frmt_light_rgb_manual5
+	beq 6,frmt_light_rgb_manual6
+	rtn
+frmt_light_rgb_manual6:	
+	call frmt_light_rgb_manual6_V2
+	jam 0, mem_light_rgb_hand_actuated_flag
+	jam  LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data
+	jam  LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data+1
+	jam  LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data+2
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_rgb_manual5:
+	call frmt_light_rgb_manual5_V2
+	jam 6, mem_light_rgb_hand_actuated_flag
+	jam  LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data
+	jam  LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data+2
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_rgb_manual4:
+	call frmt_light_rgb_manual4_V2
+	jam 5, mem_light_rgb_hand_actuated_flag
+	jam  LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data+1
+	jam  LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data+2
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_rgb_manual3:
+	call frmt_light_rgb_manual3_V2
+	jam 4, mem_light_rgb_hand_actuated_flag
+	jam  LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data
+	jam  LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data+1
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press	
+
+frmt_light_rgb_manual2:
+	call frmt_light_rgb_manual2_V2
+	jam 3, mem_light_rgb_hand_actuated_flag
+	jam  LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data+2
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_rgb_manual1:
+	call frmt_light_rgb_manual1_V2
+	jam 2, mem_light_rgb_hand_actuated_flag
+	jam  LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data+1
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_rgb_manual0:
+	call frmt_light_rgb_manual0_V2
+	jam 1, mem_light_rgb_hand_actuated_flag
+	jam  LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_timing_1min:
+	call frmt_light_timing_1min_V2
+	jam 1, mem_FTD_adv_raw_data	
+frmt_light_timing_off:
+	jam LIGHT_CMD_DELAY_OFF, mem_FTD_adv_raw
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_group1_on_and_long_press_set1:
+	jam 1, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset	
+frmt_light_group1_on:
+	call frmt_light_group1_on_V2
+	jam 1, mem_light_group1_on_and_off_flag
+	jam LIGHT_CMD_TURN_ON, mem_FTD_adv_raw
+	jam 1, mem_groups_num
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_group2_on_and_long_press_set2:
+	jam 2, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset	
+frmt_light_group2_on:
+	call frmt_light_group2_on_V2
+	jam 1, mem_light_group2_on_and_off_flag
+	jam LIGHT_CMD_TURN_ON, mem_FTD_adv_raw
+	jam 2, mem_groups_num
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_group3_on_and_long_press_set3:
+	jam 3, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset	
+frmt_light_group3_on:
+	jam 1, mem_light_group3_on_and_off_flag
+	jam LIGHT_CMD_TURN_ON, mem_FTD_adv_raw
+	jam 3, mem_groups_num
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+	
+frmt_light_group4_on_and_long_press_set4:
+	jam 4, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset	
+frmt_light_group4_on:
+	call frmt_light_group4_on_V2
+	jam 1, mem_light_group4_on_and_off_flag
+	jam LIGHT_CMD_TURN_ON, mem_FTD_adv_raw
+	jam 4, mem_groups_num
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+	
+frmt_light_group1_on_and_off_and_long_press_set1:
+	jam 1, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset
+frmt_light_group1_on_and_off:
+	fetch 1, mem_light_group1_on_and_off_flag
+	branch frmt_light_group1_on, blank
+frmt_light_group1_off:
+	call frmt_light_group1_off_V2
+	jam 0, mem_light_group1_on_and_off_flag
+	jam LIGHT_CMD_TURN_OFF, mem_FTD_adv_raw
+	jam 1, mem_groups_num
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+
+frmt_light_group2_on_and_off_and_long_press_set2:
+	jam 2, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset
+frmt_light_group2_on_and_off:
+	fetch 1, mem_light_group2_on_and_off_flag
+	branch frmt_light_group2_on, blank
+frmt_light_group2_off:	
+	call frmt_light_group2_off_V2
+	jam 0, mem_light_group2_on_and_off_flag
+	jam LIGHT_CMD_TURN_OFF, mem_FTD_adv_raw
+	jam 2, mem_groups_num
+	//call p_light_groups_address_set
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_group3_on_and_off_and_long_press_set3:
+	jam 3, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset
+frmt_light_group3_on_and_off:
+	fetch 1, mem_light_group3_on_and_off_flag
+	branch frmt_light_group3_on, blank
+frmt_light_group3_off:
+	call frmt_light_group3_off_V2
+	jam 0, mem_light_group3_on_and_off_flag
+	jam LIGHT_CMD_TURN_OFF, mem_FTD_adv_raw
+	jam 3, mem_groups_num
+	//call p_light_groups_address_set	
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_group4_on_and_off_and_long_press_set4:
+	jam 4, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset
+frmt_light_group4_on_and_off:
+	fetch 1, mem_light_group4_on_and_off_flag
+	branch frmt_light_group4_on, blank
+frmt_light_group4_off:
+	call frmt_light_group4_off_V2
+	jam 0, mem_light_group4_on_and_off_flag
+	jam LIGHT_CMD_TURN_OFF, mem_FTD_adv_raw
+	jam 4, mem_groups_num
+	//call p_light_groups_address_set
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_pairing_group1:	
+	jam 1, mem_groups_num
+	jam 1, mem_ble_v2_group_index
+	branch frmt_light_pairing_process
+
+frmt_light_pairing_group2:	
+	jam 2, mem_groups_num
+	jam 2, mem_ble_v2_group_index
+	branch frmt_light_pairing_process
+
+frmt_light_pairing_group3:	
+	jam 3, mem_groups_num
+	jam 3, mem_ble_v2_group_index
+	branch frmt_light_pairing_process
+
+frmt_light_pairing_group4:	
+	jam 4, mem_groups_num
+	jam 4, mem_ble_v2_group_index
+	branch frmt_light_pairing_process
+
+
+	
+
+frmt_fan_master_off:
+	call frmt_fan_master_off_v2
+	jam FAN_CMD_MASTER_ON_AND_OFF, mem_FTD_adv_raw
+	jam 0, mem_FTD_adv_raw_data	
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_fan_turning_forward_and_reverse:
+	fetch 1, mem_fan_direction_alternant
+	branch frmt_fan_turning_reverse, blank
+	jam 0, mem_fan_direction_alternant
+	branch frmt_fan_turning_forward
+frmt_fan_turning_reverse:
+	call frmt_fan_turing_reverse_v2
+	jam 1, mem_fan_direction_alternant
+	jam FAN_CMD_DIRECTION, mem_FTD_adv_raw
+	jam 1, mem_FTD_adv_raw_data
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+frmt_fan_turning_forward:
+	call frmt_fan_turing_forward_v2
+	jam FAN_CMD_DIRECTION, mem_FTD_adv_raw
+	jam 0, mem_FTD_adv_raw_data
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_fan_natural_wind:
+	call frmt_fan_natural_wind_v2
+	jam FAN_CMD_MODE, mem_FTD_adv_raw
+	jam 2, mem_FTD_adv_raw_data
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press	
+
+frmt_fan_tap_position_1:
+	call frmt_fan_tap_position_1_v2
+	setarg 1
+frmt_fan_tap_position_common:
+	store 1, mem_FTD_adv_raw_data
+	jam FAN_CMD_SPEED_32,mem_FTD_adv_raw
+	jam 6, mem_FTD_adv_raw_data+1	
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_fan_tap_position_2:
+	call frmt_fan_tap_position_2_v2
+	setarg 2
+	branch frmt_fan_tap_position_common
+	
+frmt_fan_tap_position_3:
+	call frmt_fan_tap_position_3_v2
+	setarg 3
+	branch frmt_fan_tap_position_common
+	
+frmt_fan_tap_position_4:
+	call frmt_fan_tap_position_4_v2
+	setarg 4
+	branch frmt_fan_tap_position_common
+	
+frmt_fan_tap_position_5:
+	call frmt_fan_tap_position_5_v2
+	setarg 5
+	branch frmt_fan_tap_position_common
+	
+frmt_fan_tap_position_6:
+	call frmt_fan_tap_position_6_v2
+	setarg 6
+	branch frmt_fan_tap_position_common
+
+frmt_fan_stop_fan_and_long_press_set1:
+	jam 1, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset
+frmt_fan_stop_fan:
+	call frmt_fan_stop_fan_v2
+	jam FAN_CMD_SPEED_31,mem_FTD_adv_raw
+	jam 0, mem_FTD_adv_raw_data
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+
+frmt_fan_deflector_on_and_off:
+	fetch 1, mem_fan_deflector_flag
+	branch frmt_fan_deflector_on, blank
+frmt_fan_deflector_off:
+	call frmt_fan_deflector_off_v2
+	jam 0, mem_fan_deflector_flag
+	jam FAN_CMD_DEFLECTOR, mem_FTD_adv_raw
+	jam 0, mem_FTD_adv_raw_data
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press	
+	
+frmt_fan_deflector_on:
+	call frmt_fan_deflector_on_v2
+	jam 1, mem_fan_deflector_flag
+	jam FAN_CMD_DEFLECTOR, mem_FTD_adv_raw
+	jam 1, mem_FTD_adv_raw_data
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+
+
+frmt_fan_master_off_v2:
+	setarg FAN_CMD_MASTER_ON_AND_OFF_V2
+	store 2, mem_ble_v2_cmd
+	branch frmt_ble_v2_encoder_pack
+
+frmt_fan_turing_reverse_v2:
+	jam 1, mem_ble_v2_para+1
+frmt_fan_turing_forward_v2:
+	setarg FAN_CMD_WIND_DIRECTION_V2
+	store 2, mem_ble_v2_cmd
+	branch frmt_ble_v2_encoder_pack
+
+frmt_fan_natural_wind_v2:
+	jam 0x02, mem_ble_v2_para+1
+frmt_fan_mode_sel_common_v2:
+	setarg FAN_CMD_MODE_SEL_V2
+	store 2, mem_ble_v2_cmd
+	branch frmt_ble_v2_encoder_pack
+
+frmt_fan_tap_position_1_v2:
+	setarg 1
+frmt_fan_tap_position_common_v2:
+	store 1, mem_ble_v2_para+2
+	setarg FAN_CMD_WIND_SPEED_V2
+	store 2, mem_ble_v2_cmd
+	jam 0x20, mem_ble_v2_para+1
+	branch frmt_ble_v2_encoder_pack
+
+frmt_fan_tap_position_2_v2:
+	setarg 2
+	branch frmt_fan_tap_position_common_v2
+	
+frmt_fan_tap_position_3_v2:
+	setarg 3
+	branch frmt_fan_tap_position_common_v2	
+
+frmt_fan_tap_position_4_v2:
+	setarg 4
+	branch frmt_fan_tap_position_common_v2	
+
+frmt_fan_tap_position_5_v2:
+	setarg 5
+	branch frmt_fan_tap_position_common_v2	
+	
+frmt_fan_tap_position_6_v2:
+	setarg 6
+	branch frmt_fan_tap_position_common_v2	
+
+frmt_fan_stop_fan_v2:
+	setarg 0
+	branch frmt_fan_tap_position_common_v2
+
+
+frmt_fan_deflector_on_v2:
+	jam 1, mem_ble_v2_para+1
+frmt_fan_deflector_off_v2:	
+	setarg FAN_CMD_DEFLECTOR_V2
+	store 2, mem_ble_v2_cmd
+	branch frmt_ble_v2_encoder_pack
+
+
+
+
+
+frmt_light_to_Y_V2:
+	jam 0x18, mem_ble_v2_para+1
+	branch frmt_light_common
+
+frmt_light_to_W_V2:
+	jam 0x24, mem_ble_v2_para+1
+	branch frmt_light_common
+
+
+frmt_light_darken_V2:
+	jam 0x28, mem_ble_v2_para+1
+	branch frmt_light_common
+	
+
+frmt_light_lighten_V2:
+	jam 0x14, mem_ble_v2_para+1
+	branch frmt_light_common
+
+frmt_light_common:
+	setarg LIGHT_CMD_LIGHT_CTL_V2
+	store 2, mem_ble_v2_cmd
+	branch frmt_ble_v2_encoder_pack
+
+frmt_ble_v2_encoder_pack:
+	bpatchx patch30_5,mem_patch30
+	call frmt_ble_data_set
+	fetch 1,mem_light_manufacture_id2_v2
+	ncall frmt_have_id2_v2,blank
+	rtn
+	
+frmt_have_id2_v2:
+	bpatchx patch30_6,mem_patch30
+	arg FTD_PDU_LEN, loopcnt
+	arg mem_ble_v2_pdu, contr
+	arg mem_ble_v2_pdu_2, contw
+	call memcpy_fast
+
+	fetch 1,mem_light_manufacture_id2_v2
+	store 1,mem_ble_v2_customer_id
+	fetch 1,mem_ble_v2_packet_num
+	pincrease -1
+	store 1,mem_ble_v2_packet_num
+	call frmt_ble_data_set
+	fetch 1,mem_ble_v2_customer_id_copy
+	store 1,mem_ble_v2_customer_id
+	rtn
+
+frmt_light_night_light_V2:
+	setarg LIGHT_CMD_NIGHT_LIGHT_V2
+	branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0	
+
+
+frmt_light_master_pairing_V2:
+	setarg CMD_PAIRING
+frmt_ble_v2_encoder_with_cmd_store_and_para_set0:
+	store 2, mem_ble_v2_cmd
+	setarg 0
+	store 4, mem_ble_v2_para
+	branch frmt_ble_v2_encoder_pack
+
+frmt_light_clear_code_V2:
+	setarg CMD_CLEAR_CODE
+	branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0	
+
+frmt_light_master_on_V2:
+	jam 0, mem_ble_v2_group_index
+frmt_light_turn_on_common:	
+	setarg LIGHT_CMD_TURN_ON_V2
+	branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0
+
+frmt_light_master_off_V2:
+	jam 0, mem_ble_v2_group_index
+frmt_light_turn_off_common:	
+	setarg LIGHT_CMD_TURN_OFF_V2
+	branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0
+
+frmt_light_on_and_off_1opcode_v2:
+	setarg LIGHT_CMD_TURN_ON_AND_OFF_V2	
+	branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0
+
+frmt_light_color_switch_WY_V2:
+	setarg LIGHT_CMD_LIGHT_CTL_V2
+	store 2, mem_ble_v2_cmd
+	jam 0, mem_ble_v2_para
+	jam LIGHT_CMD_FTD_COLOR_SWTICH_RESERVED, mem_ble_v2_para+1
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+2
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+3
+	branch frmt_ble_v2_encoder_pack
+
+frmt_light_color_switch_W_V2:
+	setarg LIGHT_CMD_LIGHT_CTL_V2
+	store 2, mem_ble_v2_cmd
+	jam 0, mem_ble_v2_para
+	jam LIGHT_CMD_FTD_COLOR_SWTICH_RESERVED, mem_ble_v2_para+1
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+2
+	branch frmt_ble_v2_encoder_pack
+
+frmt_light_color_switch_Y_V2:
+	setarg LIGHT_CMD_LIGHT_CTL_V2
+	store 2, mem_ble_v2_cmd
+	jam 0, mem_ble_v2_para
+	jam LIGHT_CMD_FTD_COLOR_SWTICH_RESERVED, mem_ble_v2_para+1
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+3
+	branch frmt_ble_v2_encoder_pack
+
+frmt_light_aid_turn_off_V2:
+	setarg LIGHT_CMD_AIDED_LIGHT_TURN_OFF_V2
+	branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0
+
+frmt_light_aid_turn_on_V2:
+	setarg LIGHT_CMD_AIDED_LIGHT_TURN_ON_V2
+	branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0
+
+frmt_light_pcnt_100_percent_V2:
+	setarg LIGHT_CMD_LIGHT_CTL_V2
+	store 2, mem_ble_v2_cmd
+	jam 0, mem_ble_v2_para
+	jam 0x02, mem_ble_v2_para+1
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+2
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+3
+	branch frmt_ble_v2_encoder_pack
+
+frmt_light_pcnt_50_percent_V2:
+	setarg LIGHT_CMD_LIGHT_CTL_V2
+	store 2, mem_ble_v2_cmd
+	jam 0, mem_ble_v2_para
+	jam 0x01, mem_ble_v2_para+1
+	jam LIGHT_FTD_DATA_PART_PCNT_50PERCENT, mem_ble_v2_para+2
+	jam LIGHT_FTD_DATA_PART_PCNT_50PERCENT, mem_ble_v2_para+3
+	branch frmt_ble_v2_encoder_pack
+
+frmt_light_rgb_circulation_1f_V2:
+	setarg LIGHT_CMD_RGB_AUTO_TURN_OFF_V2
+	branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0
+
+frmt_light_rgb_circulation_1e_V2:
+	setarg LIGHT_CMD_RGB_AUTO_TURN_ON_V2
+	branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0
+
+frmt_light_rgb_manual0_V2:
+	setarg LIGHT_CMD_RGB_MANUAL_V2
+	store 2, mem_ble_v2_cmd
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+1
+	branch frmt_ble_v2_encoder_pack
+	
+frmt_light_rgb_manual1_V2:
+	setarg LIGHT_CMD_RGB_MANUAL_V2
+	store 2, mem_ble_v2_cmd
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+2
+	branch frmt_ble_v2_encoder_pack
+
+frmt_light_rgb_manual2_V2:
+	setarg LIGHT_CMD_RGB_MANUAL_V2
+	store 2, mem_ble_v2_cmd
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+3
+	branch frmt_ble_v2_encoder_pack
+	
+frmt_light_rgb_manual3_V2:
+	setarg LIGHT_CMD_RGB_MANUAL_V2
+	store 2, mem_ble_v2_cmd
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+1
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+2
+	branch frmt_ble_v2_encoder_pack	
+	
+frmt_light_rgb_manual4_V2:
+	setarg LIGHT_CMD_RGB_MANUAL_V2
+	store 2, mem_ble_v2_cmd
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+1
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+3
+	branch frmt_ble_v2_encoder_pack	
+
+frmt_light_rgb_manual5_V2:
+	setarg LIGHT_CMD_RGB_MANUAL_V2
+	store 2, mem_ble_v2_cmd
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+2
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+3
+	branch frmt_ble_v2_encoder_pack		
+
+frmt_light_rgb_manual6_V2:
+	setarg LIGHT_CMD_RGB_MANUAL_V2
+	store 2, mem_ble_v2_cmd
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+1
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+2
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+3
+	branch frmt_ble_v2_encoder_pack	
+
+frmt_light_timing_1min_V2:
+	setarg 0x01
+frmt_light_timing_off_common_V2:
+	jam PRODUCT_MAINTYPE_LIGHT,mem_ble_v2_maintype
+	store 2, mem_ble_v2_para+1
+	setarg CMD_TIMING_OFF
+	store 2, mem_ble_v2_cmd
+	jam 0, mem_ble_v2_para
+	jam 0, mem_ble_v2_para+3
+	branch frmt_ble_v2_encoder_pack
+
+frmt_light_timing_30s_V2:
+	setarg 0
+	branch frmt_light_timing_off_common_V2
+
+frmt_light_group1_on_V2:
+	jam 1, mem_ble_v2_group_index
+	branch frmt_light_turn_on_common	
+	
+frmt_light_group2_on_V2:
+	jam 2, mem_ble_v2_group_index
+	branch frmt_light_turn_on_common	
+	
+frmt_light_group3_on_V2:
+	jam 3, mem_ble_v2_group_index
+	branch frmt_light_turn_on_common	
+
+frmt_light_group4_on_V2:
+	jam 4, mem_ble_v2_group_index
+	branch frmt_light_turn_on_common
+
+frmt_light_group1_off_V2:
+	jam 1, mem_ble_v2_group_index
+	branch frmt_light_turn_off_common	
+	
+frmt_light_group2_off_V2:
+	jam 2, mem_ble_v2_group_index
+	branch frmt_light_turn_off_common	
+	
+frmt_light_group3_off_V2:
+	jam 3, mem_ble_v2_group_index
+	branch frmt_light_turn_off_common	
+
+frmt_light_group4_off_V2:
+	jam 4, mem_ble_v2_group_index
+	branch frmt_light_turn_off_common
+
+
+
+
+
+frmt_main:
+	bpatchx patch30_7,mem_patch30
+	call frmt_kscan_init
+	call frmt_kscan	
+	fetch 8, mem_kscan_record_keypress
+	ncall frmt_kscan_available, blank
+// 	call ice_break
+	call frmt_judge_reset_last_key
+
+	fetch 1, mem_light_release_adv_flag
+	ncall p_light_released_cb, blank
+
+	call frmt_kscan_keypress_analysis_process
+
+	fetch 1, mem_le_adv_enable
+	call frmt_light_indicator_led_flag_set0, blank
+	
+	fetch 1, mem_indicator_turn_on_enable
+	ncall frmt_light_indicator_led, blank
+
+	fetch 1, mem_indicator_turn_on_enable
+	call frmt_light_indicator_led_off, blank
+
+	bpatchx patch31_0,mem_patch31
+
+// 	rtn		
+	branch frmt_app_enter_lpm 
+
+frmt_kscan_keypress_analysis_process:
+	bpatchx patch31_1,mem_patch31
+
+	fetch 1,mem_special_agreemeet_enable
+	sub pdata,1,null
+	call frmt_light_gem_long_press_cnt,zero
+//	fetch 2, mem_long_press_adv_timeout
+//	nrtn blank
+	fetch 8, mem_kscan_record_keypress
+// 	call ice_break
+	rtn blank
+	
+	setarg 0    //clear data part (3 Bytes)
+	store 3, mem_FTD_adv_raw_data
+	store 4, mem_ble_v2_para
+	jam 0, mem_FTD_adv_raw_reserved
+
+	fetch 1, mem_light_release_adv_flag
+	ncall p_light_released_cb, blank
+
+	fetch 2,mem_rmt_keydown_cb
+	branch callback_func
+
+	//branch p_frmt_kscan_keypress_combination_key			//组合键功能
+
+p_light_released_cb:
+	fetch 2,mem_rmt_released_cb
+	branch callback_func
+
+
+frmt_get_current_key:				//获得键值
+	bpatchx patch31_2,mem_patch31
+
+	fetch 8, mem_kscan_record_keypress
+	copy pdata, temp   
+	arg KEYBOARD_MAX_KEYS_NUM, loopcnt
+	arg 0, queue
+	call frmt_kscan_keypress_analysis_get_keypress   //queue is the key num
+	deposit queue   //copy queue to pdata
+	store 1, mem_light_current_key
+	setarg 0
+	store 8, mem_kscan_record_keypress
+	bpatchx patch31_3,mem_patch31
+	branch frmt_light_set_continuous_kps_cnt_reset_timeout    //, blank
+	
+
+frmt_judge_reset_last_key:
+	fetch 1, mem_keypress_analysis_flag
+	nrtn blank
+	
+	jam 0, mem_light_last_key
+	jam 0, mem_light_color_and_lgtness_long_press_adv_enable
+frmt_light_long_press_judge_reset:
+	setarg 0
+	store 2, mem_long_press_timeout
+	store 2,mem_gem_cnt_inces_timeout
+	rtn
+	
+frmt_kscan_keypress_analysis_get_keypress:
+	qisolate1 pdata  
+	rtn true
+	increase 1, queue
+	loop frmt_kscan_keypress_analysis_get_keypress
+	rtn 	
+
+frmt_kscan_available:
+	jam 1, mem_keypress_analysis_flag
+
+	jam 1, mem_indicator_turn_on_enable
+	setarg KEY_PRESS_LED_ON_TIME
+	store 2, mem_indicator_led_turn_on_timeout
+	jam KSCAN_ANALYSIS_INTERVAL, mem_kscan_analysis_interval_timeout
+	rtn
+
+
+frmt_light_indicator_led_flag_set0:
+	bpatchx patch31_4,mem_patch31
+	fetch 1, mem_keypress_analysis_flag
+	nrtn blank
+frmt_light_indicator_led_flag_set0_process:	
+	setarg 0
+	store 2, mem_indicator_led_turn_on_timeout
+	jam 0, mem_indicator_turn_on_enable
+	bpatchx patch31_5,mem_patch31
+	rtn
+
+frmt_light_indicator_led:		
+	bpatchx patch31_6,mem_patch31
+	fetch 1, mem_light_indicator_led
+	rtn blank
+frmt_light_indicator_led_debug:	
+	fetcht 1, mem_light_indicator_led
+	branch gpio_config_output_patch
+	
+
+frmt_light_indicator_led_off:
+	bpatchx patch31_7,mem_patch31
+	fetch 1, mem_light_indicator_led
+	rtn blank
+frmt_light_indicator_led_off_debug:
+	fetcht 1, mem_light_indicator_led
+	or temp, 0x80, temp
+	branch gpio_config_output_patch
+
+
+
+
+frmt_app_enter_lpm:	
+	fetch 2, mem_light_lpm_enable_timeout   
+	nrtn blank
+	fetch 2, mem_indicator_led_turn_on_timeout   
+	nrtn blank
+	bpatchx patch32_0,mem_patch32
+	call frmt_enter_lpm_gpio_config
+frmt_app_enter_lpm_1:
+	call frmt_wakeup_low_config
+
+	bpatchx patch32_1,mem_patch32
+	arg -1, temp   //
+	branch lpm_sleep
+
+frmt_enter_lpm_gpio_config:
+	bpatchx patch32_2,mem_patch32
+	arg ENTER_LPM_LEISURE_IO_CONFIG_NUM, loopcnt  //避开0,1,2, 19,4个IO 
+	jam ENTER_LPM_LEISURE_IO_CONFIG_START, mem_light_lpm_gpio_config_io_temp   //跳过012,3个IO.iic,wp.
+frmt_drop_down_unused_io_loopcnt:
+	fetcht 1, mem_light_lpm_gpio_config_io_temp
+	copy temp, queue
+	fetch 4, mem_light_lpm_gpio_config_flag    //为1不处理（说明IO被使用）
+	qisolate1 pdata
+	branch frmt_drop_down_unused_io_loopcnt_no_drop_down, true
+	or temp, 0x80, temp
+	call gpio_config_input
+frmt_drop_down_unused_io_loopcnt_no_drop_down:
+	fetch 1, mem_light_lpm_gpio_config_io_temp
+	pincrease 1
+	store 1, mem_light_lpm_gpio_config_io_temp
+	loop frmt_drop_down_unused_io_loopcnt
+	jam gpcfg_pullup, core_gpio13_conf
+	rtn
+
+frmt_wakeup_low_config:
+	bpatchx patch32_3,mem_patch32
+	fetcht 1, mem_kscan_row_nums
+	copy temp, rega
+	arg 0, regb
+	arg 0, temp
+	storet 8, mem_gpio_wakeup_low	
+	arg mem_kscan_row_gpio_pin, contr
+	call frmt_wakeup_low_config_loop
+	set1 13,temp
+	storet 4, mem_gpio_wakeup_low
+	rtn
+
+frmt_wakeup_low_config_loop:
+	ifetch 1, contr
+	iforce queue
+	qset1 temp
+
+	increase 1, regb
+	deposit rega
+	isub regb, null
+	rtn zero
+	branch frmt_wakeup_low_config_loop
+
+
+
+
+
+frmt_le_send_adv_ind:
+// call ice_break
+	bpatchx patch32_4,mem_patch32
+	fetch 1,mem_special_agreemeet_enable
+	beq 2,key_le_send_adv_ind
+	fetch 1,mem_ble_v2_customer_id
+	nbranch frmt_send_id1_v2,blank
+frmt_judge_send_id1_v1:
+	fetch 1,mem_special_agreemeet_enable
+	beq 1,frmt_send_id1_v1
+	fetch 1,mem_light_manufacture_id
+	nbranch frmt_send_id1_v1,blank
+frmt_judge_send_id2_v1:
+	fetch 1,mem_light_manufacture_id2
+	nbranch frmt_send_id2_v1,blank
+frmt_judge_send_id2_v2:
+	fetch 1,mem_light_manufacture_id2_v2
+	nbranch frmt_send_id2_v2,blank
+frmt_id_flag_set0:
+	setarg 0
+	store 4,mem_adv_manufacturer_switch_flag
+//	store 1,mem_adv_manufacturer_switch_flag1
+//	store 1,mem_adv_manufacturer_switch_flag2
+//	store 1,mem_adv_manufacturer_switch_flag3
+	rtn
+frmt_le_send_adv_ind_pdu1:	
+	bpatchx patch32_5,mem_patch32
+// 	jam 05,mem_light_whitening_buffer+2
+	arg FTD_PDU_LEN, loopcnt                	
+	arg mem_le_txheader, contw                 
+	arg mem_light_whitening_buffer, contr
+	call memcpy_fast
+	branch le_send_adv_transmit
+
+frmt_le_send_adv_ind_v2:
+	bpatchx patch32_6,mem_patch32
+	arg FTD_PDU_LEN, loopcnt                	
+	arg mem_le_txheader, contw                 
+	arg mem_ble_v2_pdu, contr
+	call memcpy_fast
+	branch le_send_adv_transmit
+
+frmt_le_send_adv_ind_pdu2:
+	bpatchx patch32_7,mem_patch32
+	arg FTD_PDU_LEN, loopcnt                
+	arg mem_le_txheader, contw                 
+	arg mem_light_whitening_buffer_2, contr
+	call memcpy_fast
+	branch le_send_adv_transmit
+
+frmt_le_send_adv_ind_v2_2:
+	bpatchx patch33_0,mem_patch33
+	arg FTD_PDU_LEN, loopcnt                	
+	arg mem_le_txheader, contw                 
+	arg mem_ble_v2_pdu_2, contr
+	call memcpy_fast
+	branch le_send_adv_transmit
+
+frmt_send_id1_v2:
+	bpatchx patch33_1,mem_patch33
+	fetch 1, mem_adv_manufacturer_switch_flag
+	beq 3,frmt_judge_send_id1_v1	
+	pincrease 1
+	store 1, mem_adv_manufacturer_switch_flag
+	branch frmt_le_send_adv_ind_v2
+
+frmt_send_id1_v1:
+	bpatchx patch33_2,mem_patch33
+
+	fetch 1, mem_adv_manufacturer_switch_flag1
+	beq 3,frmt_judge_send_id2_v1	
+	pincrease 1
+	store 1, mem_adv_manufacturer_switch_flag1
+	fetch 1,mem_special_agreemeet_enable
+	beq 1,gem_le_send_adv_ind
+	branch frmt_le_send_adv_ind_pdu1
+
+frmt_send_id2_v1:
+	bpatchx patch33_3,mem_patch33
+
+	fetch 1, mem_adv_manufacturer_switch_flag2
+	beq 3,frmt_judge_send_id2_v2	
+	pincrease 1
+	store 1, mem_adv_manufacturer_switch_flag2
+	branch frmt_le_send_adv_ind_pdu2
+
+frmt_send_id2_v2:
+	bpatchx patch33_4,mem_patch33
+
+	fetch 1, mem_adv_manufacturer_switch_flag3
+	beq 3,frmt_id_flag_set0	
+	pincrease 1
+	store 1, mem_adv_manufacturer_switch_flag3
+	branch frmt_le_send_adv_ind_v2_2
+
+gem_le_send_adv_ind:
+	arg GEM_PDU_LEN, loopcnt                   
+	arg mem_le_txheader, contw       
+	arg mem_light_whitening_buffer, contr   
+	call memcpy_fast
+	branch le_send_adv_transmit
+
+key_le_send_adv_ind:					//科云
+// call ice_break
+	fetch 1, mem_adv_cnts
+	pincrease 1
+	store 1, mem_adv_cnts
+	sub pdata,3,null
+	branch frmt_le_send_adv_ind_v2,positive
+	sub pdata, 6, null
+	branch key_le_send_adv_ind_KY1, positive
+	sub pdata, 9, null
+	branch key_le_send_adv_ind_KY,positive
+	setarg 0
+	store 1,mem_adv_cnts
+	branch frmt_le_send_adv_ind_v2
+	
+key_le_send_adv_ind_KY1:
+	arg KEY_PDU_LEN, loopcnt                   
+	arg mem_le_txheader, contw       
+	arg mem_light_JYM_tx_temp, contr   
+	call memcpy_fast
+	branch le_send_adv_transmit
+key_le_send_adv_ind_KY:	
+	arg KEY_PDU_LEN, loopcnt                   
+	arg mem_le_txheader, contw       
+	arg mem_light_whitening_buffer, contr   
+	call memcpy_fast
+	branch le_send_adv_transmit
+
+	
+
+frmt_le_next_adv_channel:
+	bpatchx patch33_5,mem_patch33
+
+	fetch 1,mem_channel_num
+	call frmt_channel_num_init,blank
+	
+//	fetch 1,mem_channel_num
+	isolate1 0,pdata
+	branch frmt_le_next_adv_channel_37,true
+
+//	fetch 1,mem_channel_num
+	isolate1 1,pdata
+	branch frmt_le_next_adv_channel_38,true
+
+//	fetch 1,mem_channel_num
+	isolate1 2,pdata
+	branch frmt_le_next_adv_channel_39,true	
+	rtn
+
+frmt_channel_num_init:
+	fetch 1,mem_channel_enable
+	store 1,mem_channel_num
+	rtn
+
+
+frmt_le_next_adv_channel_37:
+	bpatchx patch33_6,mem_patch33
+
+	fetch 1,mem_channel_num
+	set0 0,pdata
+	store 1,mem_channel_num
+	fetcht 1,mem_le_adv_channel_map
+	set1 BIT_ADV_CHANNEL_MAP_37,temp
+	storet 1, mem_le_adv_channel_map
+	jam 37, mem_le_ch_mapped
+	branch le_next_adv_channel+1
+
+frmt_le_next_adv_channel_38:
+	bpatchx patch33_7,mem_patch33
+
+	fetch 1,mem_channel_num
+	set0 1,pdata
+	store 1,mem_channel_num
+	fetcht 1,mem_le_adv_channel_map
+	set1 BIT_ADV_CHANNEL_MAP_38,temp
+	storet 1, mem_le_adv_channel_map
+	jam 38, mem_le_ch_mapped
+	branch le_next_adv_channel+1
+
+frmt_le_next_adv_channel_39:
+	bpatchx patch34_0,mem_patch34
+
+	fetch 1,mem_channel_num
+	set0 2,pdata
+	store 1,mem_channel_num
+	fetcht 1,mem_le_adv_channel_map
+	set1 BIT_ADV_CHANNEL_MAP_39,temp
+	storet 1, mem_le_adv_channel_map
+	jam 39, mem_le_ch_mapped
+	branch le_next_adv_channel+1
+
+	
+
+
+frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press:
+	call frmt_light_set_PDU_common_short_press
+	branch frmt_adv_rear_6bytes_and_whitening
+
+frmt_light_set_PDU_common_short_press:
+	bpatchx patch34_1,mem_patch34
+	call frmt_light_flag_set_short_press
+frmt_light_set_PDU_packet_num_and_addr:
+	bpatchx patch34_2,mem_patch34
+	fetch 1, mem_FTD_adv_raw_packet_num
+	pincrease 1
+	store 1, mem_FTD_adv_raw_packet_num
+
+	fetch 1,mem_ble_v2_maintype
+	sub pdata,3,null
+	call frmt_fan_lamp,zero
+	fetch 1,mem_ble_v2_maintype
+	sub pdata,5,null
+	call frmt_solar_lamp,zero
+	branch frmt_light_groups_address_set
+	
+frmt_fan_lamp:
+	jam 0x83, mem_FTD_adv_raw_data+2
+	rtn
+frmt_solar_lamp:
+	jam 0x88, mem_FTD_adv_raw_data+2
+	rtn
+	
+frmt_light_flag_set_short_press:
+// call ice_break
+	bpatchx patch34_3,mem_patch34
+	jam 1, mem_le_adv_enable
+	jam KEY_PRESS_LED_ON_TIME, mem_indicator_led_turn_on_timeout
+	jam 1, mem_indicator_turn_on_enable
+	fetch 2,mem_light_adv_time
+	store 2, mem_ble_light_adv_timeout
+	pincrease 1
+	store 2, mem_light_lpm_enable_timeout
+	rtn
+frmt_light_groups_address_set:   
+	bpatchx patch34_4,mem_patch34
+	fetch 1, mem_FTD_adv_raw_device_add_temp+1
+	arg 0xf0, temp
+	iand temp,pdata
+	fetcht 1,mem_groups_num
+	iadd temp, pdata
+	store 1, mem_FTD_adv_raw_device_add_temp+1
+	fetch 2, mem_FTD_adv_raw_device_add_temp
+	store 2, mem_FTD_adv_raw_device_add
+	rtn
+	
+
+
+
+frmt_adv_rear_6bytes_and_whitening:
+// call ice_break
+	bpatchx patch34_5,mem_patch34
+	fetch 1,mem_light_manufacture_id
+	ncall frmt_adv_rear_6bytes_and_whitening_pdu2,blank
+
+	fetch 1, mem_FTD_adv_raw
+	sub pdata, LIGHT_CMD_PAIRING_CODE, null
+	call frmt_light_pdu1_manufacturer_id_set, zero
+
+	call frmt_adv_rear_6bytes
+	arg mem_adv_packet_payload, contw 
+	arg mem_FTD_adv_raw, contr 
+	arg 14, loopcnt              
+	call memcpy_fast 	
+
+	arg FTD_PDU_LEN, loopcnt
+	arg mem_adv_packet, contr
+	arg mem_light_whitening_buffer, contw
+	call memcpy_fast
+
+	jam FTD_PDU_LEN, mem_light_recvd_len
+
+	jam 83, mem_light_whitening_i     //channel 37
+
+	call frmt_light_reverse_and_BLE_whitening
+// 	call ice_break
+	fetch 1, mem_light_manufacture_id
+	store 1, mem_light_whitening_buffer+10
+	bpatchx patch34_6,mem_patch34
+	rtn
+
+frmt_light_pdu1_manufacturer_id_set:
+	fetch 1, mem_light_manufacture_id
+	store 1, mem_FTD_adv_raw_reserved
+	rtn
+
+frmt_adv_rear_6bytes_and_whitening_pdu2:
+	bpatchx patch34_7,mem_patch34
+
+	fetch 1, mem_FTD_adv_raw
+	sub pdata, LIGHT_CMD_PAIRING_CODE, null
+	call frmt_light_pdu2_manufacturer_id_set, zero
+
+	call frmt_adv_rear_6bytes
+	arg mem_adv_packet_payload, contw 
+	arg mem_FTD_adv_raw, contr 
+	arg 14, loopcnt              
+	call memcpy_fast 	
+	
+	arg FTD_PDU_LEN, loopcnt
+	arg mem_adv_packet, contr
+	arg mem_light_whitening_buffer, contw
+	call memcpy_fast
+	
+	jam FTD_PDU_LEN, mem_light_recvd_len
+	jam 83, mem_light_whitening_i
+	call frmt_light_reverse_and_BLE_whitening
+	
+	arg FTD_PDU_LEN, loopcnt
+	arg mem_light_whitening_buffer, contr
+	arg mem_light_whitening_buffer_2, contw
+	call memcpy_fast
+	
+	fetch 1, mem_light_manufacture_id2
+	store 1, mem_light_whitening_buffer_2+10
+// 	call ice_break
+	rtn
+frmt_light_pdu2_manufacturer_id_set:
+	fetch 1, mem_light_manufacture_id2
+	store 1, mem_FTD_adv_raw_reserved
+	rtn
+	
+// frmt_fml_whitening_buffer_bytes_reverse:
+// 	arg mem_light_whitening_buffer, contr
+// 	arg mem_light_whitening_buffer, contw
+// 	arg FTD_PDU_LEN, loopcnt
+// frmt_fml_bytes_reverse_loop:
+// 	ifetch 1, contr
+// 	reverse pdata, pdata
+// 	istore 1, contw
+// 	loop frmt_fml_bytes_reverse_loop
+// 	rtn	
+frmt_adv_rear_6bytes:	
+	bpatchx patch35_0,mem_patch35
+
+	jam 1, mem_FTD_adv_raw+8
+
+	jam 0, mem_FTD_adv_raw+9
+	random pdata   
+	rshift8 pdata, temp
+	storet 1, mem_FTD_adv_raw+10 
+	store 1, mem_FTD_adv_raw+11
+	invert pdata, pdata
+	store 2, mem_adv_CRC_False_initValue
+	fetch 1, mem_FTD_adv_raw+11     //add, at 20200107
+	fetcht 1, mem_FTD_adv_raw+8
+	ixor temp, pdata
+	store 1, mem_FTD_adv_raw+8
+	fetcht 1, mem_FTD_adv_raw+9
+	ixor temp, pdata
+	store 1, mem_FTD_adv_raw+9
+//param:mem_adv_CRC_False_initValue
+frmt_CRC16_CCITT_False_FTD:
+	bpatchx patch35_1,mem_patch35
+
+	arg mem_FTD_adv_raw, regc 
+// 	call ice_break
+	arg 0x0c, loopcnt
+	call frmt_CRC16_CCITT_False_choose
+
+	fetch 2, mem_adv_CRC_False_initValue  
+	arg 0xff00, rega
+	iand rega, temp
+	rshift8 temp, temp
+	storet 1, mem_FTD_adv_raw+12
+	fetch 1, mem_adv_CRC_False_initValue
+	store 1, mem_FTD_adv_raw+13
+// 	call ice_break
+	rtn 
+
+frmt_CRC16_CCITT_False_choose:
+	fetch 1,mem_special_agreemeet_enable
+	beq 2,key_CRC16_CCITT_False1
+	branch frmt_CRC16_CCITT_False
+	
+
+
+
+frmt_CRC16_CCITT_False:
+	bpatchx patch35_2,mem_patch35
+	ifetcht 1, regc
+	lshift8 temp, temp
+	fetch 2, mem_adv_CRC_False_initValue
+	ixor temp, temp
+	arg 0x0, queue
+	call frmt_CRC16_deal_next_8bits
+	storet 2, mem_adv_CRC_False_initValue
+	increase 1, regc
+	loop frmt_CRC16_CCITT_False	
+	rtn
+
+frmt_CRC16_deal_next_8bits:
+	copy temp, pdata    //temp:crc Value
+	rshift8 pdata, rega
+	rshift4 rega, rega
+	rshift3 rega, rega
+	lshift pdata, temp
+	copy rega, pdata
+	ncall frmt_CRC16_xor_ploy, blank
+	increase 1, queue
+	copy queue, pdata
+	bne 0x08, frmt_CRC16_deal_next_8bits
+	rtn 
+	
+frmt_CRC16_xor_ploy:
+	fetch 2, mem_CRC16_polynomial
+	copy pdata, rega
+	copy temp, pdata
+	ixor rega, pdata
+	arg 0xffff, rega
+	iand rega, temp
+	rtn
+
+
+key_CRC16_CCITT_False1:
+	bpatchx patch35_3,mem_patch35
+	fetch 2, mem_adv_CRC_False_initValue //pdata crc
+	
+key_CRC16_CCITT_False_loop:
+	ifetcht 1, regc
+	increase 1, regc
+	reverse temp, temp
+	lshift8 temp, temp
+	ixor temp,pdata
+	
+key_CRC16_for_byte:
+	copy loopcnt,regb		
+	arg 8,loopcnt
+key_CRC16_for_byte_loop:
+	isolate1 15,pdata
+	lshift pdata,pdata
+	nbranch key_CRC16_for_byte_continue,true
+	fetcht 2, mem_CRC16_polynomial
+	ixor temp,pdata
+key_CRC16_for_byte_continue:
+	loop key_CRC16_for_byte_loop
+	copy regb,loopcnt
+	
+	loop key_CRC16_CCITT_False_loop
+	store 2,mem_adv_CRC_False_initValue
+	fetcht 1, mem_adv_CRC_False_initValue
+	reverse temp, temp
+	fetch 1, mem_adv_CRC_False_initValue+1
+	reverse pdata, pdata
+	storet 1, mem_adv_CRC_False_initValue+1  //交叉着存
+	store 1, mem_adv_CRC_False_initValue
+	rtn
+
+
+
+
+
+frmt_light_BLE_whitening_and_reverse:
+	bpatchx patch35_4,mem_patch35
+	call frmt_light_BLE_whitening
+	branch frmt_fml_whitening_buffer_bytes_reverse
+
+
+frmt_light_reverse_and_BLE_whitening:
+	bpatchx patch35_5,mem_patch35
+
+	call frmt_fml_whitening_buffer_bytes_reverse
+	branch frmt_light_BLE_whitening
+
+//para:mem_light_recvd_len
+//para:mem_light_whitening_i
+// frmt_light_ble_whitening:
+// frmt_light_for_loop_end_with_len:
+// 	jam 0, mem_light_for_loop_cnt1
+// frmt_light_for_loop_end_with_len_loop:
+// 	setarg 0
+// 	store 2, mem_light_whitening_k
+// 	call frmt_light_for_loop_8_times
+
+// 	fetcht 1, mem_light_whitening_k
+// 	fetch 1, mem_light_for_loop_cnt1
+// 	arg mem_light_whitening_buffer, contw
+// 	iadd contw, contw
+// 	istoret 1, contw	
+
+// 	fetcht 1, mem_light_for_loop_cnt1
+// 	increase 1, temp
+// 	storet 1, mem_light_for_loop_cnt1
+// 	fetch 1, mem_light_recvd_len
+// 	isub temp, null
+// 	branch frmt_light_for_loop_end_with_len_loop, positive
+// // 	call ice_break
+// 	rtn
+
+// //通过i得到n；通过n得到i1；通过i1得到k；调出for(8)循环,取最终k得到原始数据。	
+// frmt_light_for_loop_8_times:
+// 	//call ice_break
+// 	jam 0, mem_light_for_loop_cnt2
+// frmt_light_for_loop_8_times_loop:
+// 	fetch 1, mem_light_whitening_i
+// 	store 1, mem_light_whitening_n
+// 	lshift pdata, pdata
+// 	store 4, mem_light_whitening_i2
+// 	iforce rega
+// 	rshift3 pdata, pdata
+// 	rshift4 pdata, pdata
+// 	and pdata, 1, temp
+// 	storet 4, mem_light_whitening_i3
+// 	fetch 4, mem_light_para1    //0xFFFFFFFE
+// 	iand rega, pdata
+// 	ior temp, pdata
+// 	store 4, mem_light_whitening_i4
+// 	lshift4 temp, temp
+// 	ixor temp, rega
+// 	and rega, 0x10,rega
+// 	fetcht 4, mem_light_para2   //0xFFFFFFEF ;  pdata:mem_light_whitening_i4
+// 	iand temp, pdata
+// 	ior rega, pdata
+// 	store 1, mem_light_whitening_i     //只需要store 1
+
+// 	fetch 1, mem_light_whitening_n
+// 	and pdata, 0x40, pdata
+// 	rshift3 pdata, pdata
+// 	rshift3 pdata, temp
+// 	storet 1, mem_light_whitening_i1
+// 	fetch 1, mem_light_for_loop_cnt2
+// 	call frmt_light_i1_lshift    //return temp
+
+// 	fetch 1, mem_light_for_loop_cnt1    //外循环的循环变量
+// 	arg mem_light_whitening_buffer, contr
+// 	iadd contr, contr
+// 	ifetch 1, contr
+// // ifdef FTD_PROTOCOL
+// // 	reverse pdata, pdata
+// // endif	
+
+// 	ixor temp, temp
+// 	fetch 1, mem_light_for_loop_cnt2
+// 	arg mem_light_integer_1_lshift_temp, contr
+// 	iadd contr, contr
+// 	ifetch 1, contr
+// 	iand temp, pdata
+// 	fetcht 2,  mem_light_whitening_k
+// 	ior temp, pdata
+// 	store 2, mem_light_whitening_k
+// 	
+// 	fetch 1, mem_light_for_loop_cnt2
+// 	pincrease 1
+// 	store 1, mem_light_for_loop_cnt2
+// 	bbit0 3, frmt_light_for_loop_8_times_loop
+// 	rtn
+
+// //pdata:  value of mem_light_for_loop_cnt2
+// //temp :  value of mem_light_whitening_i1
+// frmt_light_i1_lshift:
+// 	arg mem_light_for_loop_lshift,contr 
+// 	iadd contr,contr
+// 	ifetch 1,contr
+// 	and pdata,0x0f,loopcnt
+// frmt_light_i1_lshift_loop:	
+// 	sub loopcnt,0,null
+// 	rtn zero
+// 	lshift temp,temp
+// 	loop frmt_light_i1_lshift_loop
+// 	rtn
+
+
+frmt_fml_whitening_buffer_bytes_reverse:
+	bpatchx patch35_6,mem_patch35
+
+	arg mem_light_whitening_buffer, contr
+	arg mem_light_whitening_buffer, contw
+	arg FTD_PDU_LEN, loopcnt
+	branch frmt_fml_bytes_reverse_loop
+
+frmt_light_BLE_whitening:
+	bpatchx patch35_7,mem_patch35
+
+	arg FTD_PDU_LEN, loopcnt
+	arg mem_light_whitening_buffer, regc
+	arg 83, regb
+	fetch 1,mem_special_agreemeet_enable
+	sub pdata,2,null
+	call key_whitening_i_get,zero
+	branch frmt_ble_whitening
+
+frmt_fml_bytes_reverse_loop:
+	bpatchx patch36_0,mem_patch36
+
+	ifetch 1, contr
+	reverse pdata, pdata
+	istore 1, contw
+	loop frmt_fml_bytes_reverse_loop
+	rtn	
+frmt_ble_whitening:
+
+frmt_ble_whitening_loop:
+	bpatchx patch36_1,mem_patch36
+	call frmt_ble_whitening_byte
+	increase 1, regc
+	loop frmt_ble_whitening_loop
+	rtn
+frmt_ble_whitening_byte:
+	bpatchx patch36_2,mem_patch36
+	arg 1, rega     //rega is m
+frmt_ble_whitening_byte_loop:
+	lshift regb, regb    //regb is seed
+	isolate1 7, regb
+	call frmt_ble_whitening_byte_xor, true
+	lshift rega, rega
+	deposit rega
+	rtnbit1 8
+	branch frmt_ble_whitening_byte_loop
+	
+frmt_ble_whitening_byte_xor:	
+	bpatchx patch36_3,mem_patch36
+	ifetch 1,regc
+	ixor rega, pdata
+	istore 1, regc
+	xor regb, 0x11, regb
+	rtn
+
+
+
+
+
+frmt_apl_cb_event_timer:
+	fetch 1,mem_special_agreemeet_enable
+	sub pdata,1,null
+	call p_light_gem_long_press_cnt_timer,zero
+	call frmt_light_reset_continuous_kps_cnt_timer
+	call frmt_light_kscan_analysis_interval_timer
+	call frmt_light_le_adv_timer
+	call frmt_light_long_press_timer
+//	call frmt_light_long_press_adv_timer
+	call frmt_light_indicator_led_timer
+	call frmt_light_enter_lpm_timer
+	call frmt_light_color_and_lightness_long_press_timer
+	bpatchx patch36_4,mem_patch36
+	rtn
+
+frmt_light_kscan_analysis_interval_timer:  //100ms
+	arg mem_kscan_analysis_interval_timeout,regc
+	arg frmt_light_kscan_analysis_interval_timeout, regb
+	branch timer_single_step_2B
+frmt_light_kscan_analysis_interval_timeout:
+	rtn	
+
+frmt_light_le_adv_timer:  
+	arg mem_ble_light_adv_timeout,regc
+	arg frmt_light_le_adv_time_timeout, regb
+	branch timer_single_step_2B
+frmt_light_le_adv_time_timeout:
+// call ice_break
+	jam 0, mem_le_adv_enable  
+	rtn
+
+//frmt_light_long_press_adv_timer:
+//	arg mem_long_press_adv_timeout,regc
+//	arg frmt_light_long_press_adv_timeout, regb
+//	branch timer_single_step_2B
+//frmt_light_long_press_adv_timeout:
+//	rtn
+
+frmt_light_indicator_led_timer:
+	arg mem_indicator_led_turn_on_timeout,regc
+	arg frmt_light_indicator_led_timer_timeout, regb
+	branch timer_single_step_2B
+
+frmt_light_indicator_led_timer_timeout:
+	jam 0, mem_indicator_turn_on_enable
+	rtn
+
+frmt_light_enter_lpm_timer:
+	arg mem_light_lpm_enable_timeout,regc
+	arg frmt_light_enter_lpm_timeout, regb
+	branch timer_single_step_2B
+frmt_light_enter_lpm_timeout:
+	rtn
+
+frmt_light_color_and_lightness_long_press_timer:
+	arg mem_light_short_keypress_timeout,regc
+	arg frmt_light_color_and_lightness_long_press_timeout, regb
+	branch timer_single_step_2B
+frmt_light_color_and_lightness_long_press_timeout:
+	jam 1, mem_light_color_and_lgtness_long_press_adv_enable
+	rtn
+	
+frmt_light_long_press_timer:
+	arg mem_long_press_timeout,regc
+	arg p_light_long_press_timeout_cb, regb
+	branch timer_single_step_2B
+
+frmt_light_reset_continuous_kps_cnt_timer:
+	arg mem_light_continuous_kps_cnt_reset_timeout,regc
+	arg p_light_reset_continuous_kps_cnt_timeout_cb, regb
+	branch timer_single_step_2B
+
+p_light_long_press_timeout_cb:
+	fetch 2,mem_rmt_long_press_cb
+	branch callback_func
+
+p_light_reset_continuous_kps_cnt_timeout_cb:
+	fetch 2,mem_rmt_continuous_keydown_cb
+	branch callback_func
+
+
+frmt_light_set_continuous_kps_cnt_reset_timeout:
+	fetch 2,mem_rmt_continuous_kps_time
+	store 2,mem_light_continuous_kps_cnt_reset_timeout
+	rtn
+
+p_light_gem_long_press_cnt_timer:
+	arg mem_gem_cnt_inces_timeout,regc
+	arg p_light_gem_long_press_cnt_timeout, regb
+	branch timer_single_step_2B
+p_light_gem_long_press_cnt_timeout:
+	fetch 2,mem_long_press_timeout
+	rtn blank
+	jam 1,mem_gem_long_cnt_enable
+	rtn
+
+
+
+
+
+fan_idle_process:
+	bpatchx patch2c_3,mem_patch2c
+	branch fan_le_scan_process
+
+fan_apl_event_timer:
+	rtn
+
+	
+fan_le_scan_process:
+	bpatchx patch2c_4,mem_patch2c
+	call le_enable
+	disable master
+	call le_init_adv
+ 	call p_le_wait_adv
+	nrtn match
+	fetch 1,mem_le_adv_rcv
+	increase 1,pdata
+	store 1,mem_le_adv_rcv
+	branch fan_apl_ble_rx_v1_or_v2
+
+p_le_wait_adv:
+	call p_le_next_scan_chanel
+	branch le_receive_adv
+
+p_le_next_scan_chanel:
+	fetch 1,mem_ble_ch_mapped
+	store 1, mem_le_ch_mapped 
+	rtn
+
+
+
+
+fan_apl_pair:
+	setarg FAN_433_PAIRING
+	branch fan_fml_fet_ctl
+
+fan_apl_light_on_and_off:
+	setarg FAN_433_LAMP_ON_AND_OFF
+	branch fan_fml_fet_ctl
+
+fan_apl_is_yc_remoter:
+	fetch 6, mem_recv_addr
+	fetcht 6, mem_yc_fan_ble_addr     //如果是YC的遥控器，就转发0x16
+	isub temp, null
+	rtn
+
+fan_apl_light_on:
+	fetch 1,mem_fan_yc_identify_flag
+	branch fan_apl_light_on_only,blank
+	fetch 1,mem_light_device_flag
+	beq 1,fan_apl_light_on_only
+	fetch 1,mem_manufacture_id_temp
+	beq 0x50,fan_apl_light_on_only
+	
+	call fan_apl_is_yc_remoter
+	branch fan_apl_light_on_and_off, zero
+fan_apl_light_on_only:
+	setarg FAN_433_LAMP_ON_ONLY
+	branch fan_fml_fet_ctl
+
+fan_apl_light_off:
+	fetch 1,mem_fan_yc_identify_flag
+	branch fan_apl_light_off_only,blank
+	fetch 1,mem_light_device_flag
+	beq 1,fan_apl_light_off_only
+	fetch 1,mem_manufacture_id_temp
+	beq 0x50,fan_apl_light_off_only
+	
+	call fan_apl_is_yc_remoter
+	branch fan_apl_light_on_and_off, zero
+fan_apl_light_off_only:
+	setarg FAN_433_LAMP_OFF_ONLY
+	branch fan_fml_fet_ctl
+
+fan_apl_master_off:
+	setarg FAN_433_MASTER_ON_AND_OFF
+	branch fan_fml_fet_ctl
+
+fan_apl_light_color_switch:
+	fetch 1, mem_ble_parameter_para+1
+	rtnne LIGHT_CMD_FTD_COLOR_SWTICH_RESERVED
+	setarg FAN_433_COLOR_SWITCH
+	branch fan_fml_fet_ctl
+
+
+fan_apl_speed_30:
+	fetch 2, mem_ble_parameter_para+1
+	nbranch fan_apl_speed_opcode_30_incse, blank
+fan_apl_speed_opcode_30_decse:
+	setarg FAN_433_FAN_SPEED_DEC
+	branch fan_fml_fet_ctl
+fan_apl_speed_opcode_30_incse:
+	setarg FAN_433_FAN_SPEED_INC
+	branch fan_fml_fet_ctl
+
+
+fan_apl_speed_31_v1:
+	fetch 1, mem_ble_parameter_para+2
+	beq FAN_SPEED_FLAG_OFF, fan_apl_speed_32_to_0_and_deflector_off
+	beq FAN_SPEED_FLAG_LOW, fan_apl_speed_32_to_1
+	beq FAN_SPEED_FLAG_MIDDLE, fan_apl_speed_32_to_3
+	beq FAN_SPEED_FLAG_HIGH, fan_apl_speed_32_to_5
+	rtn
+	
+fan_apl_speed_31_v2:
+	fetch 1, mem_ble_parameter_para+1
+	beq 0x20, fan_apl_speed_32
+	branch fan_apl_speed_31_v1
+
+
+fan_apl_speed_32:
+	fetch 1, mem_ble_parameter_para+2
+	beq FAN_SPEED_FLAG_OFF, fan_apl_speed_32_to_0_and_deflector_off
+	beq 1, fan_apl_speed_32_to_1
+	beq 2, fan_apl_speed_32_to_2
+	beq 3, fan_apl_speed_32_to_3
+	beq 4, fan_apl_speed_32_to_4
+	beq 5, fan_apl_speed_32_to_5
+	beq 6, fan_apl_speed_32_to_6
+	rtn
+
+fan_apl_speed_32_to_0_and_deflector_off:	
+fan_apl_speed_32_to_0:
+	setarg FAN_433_TAP_POSOTION_0
+	branch fan_fml_fet_ctl
+
+fan_apl_speed_32_to_1:
+	setarg FAN_433_TAP_POSOTION_1
+	branch fan_fml_fet_ctl
+
+fan_apl_speed_32_to_2:
+	setarg FAN_433_TAP_POSOTION_2
+	branch fan_fml_fet_ctl
+
+fan_apl_speed_32_to_3:
+	setarg FAN_433_TAP_POSOTION_3
+	branch fan_fml_fet_ctl
+
+fan_apl_speed_32_to_4:
+	setarg FAN_433_TAP_POSOTION_4
+	branch fan_fml_fet_ctl
+
+fan_apl_speed_32_to_5:
+	setarg FAN_433_TAP_POSOTION_5
+	branch fan_fml_fet_ctl
+
+fan_apl_speed_32_to_6:
+	setarg FAN_433_TAP_POSOTION_6
+	branch fan_fml_fet_ctl
+	
+	
+fan_apl_wind_direction:
+	fetch 1, mem_ble_parameter_para+1
+	branch fan_fml_wind_direction_forward_433, blank
+fan_fml_wind_direction_reverse_433:
+	setarg FAN_433_TURNING_REVERSE
+	branch fan_fml_fet_ctl
+fan_fml_wind_direction_forward_433:
+	setarg FAN_433_TURNIING_FORWARD
+	branch fan_fml_fet_ctl
+
+fan_apl_wind_direction_on_and_off:
+	setarg FAN_433_WIND_REVERSE
+	branch fan_fml_fet_ctl
+
+fan_apl_deflector_ctl_on_and_off:
+	setarg FAN_433_DEFLECTOR_ON_AND_OFF
+	branch fan_fml_fet_ctl
+
+fan_apl_deflector_ctl:
+	fetch 1, mem_ble_parameter_para+1
+	branch fan_apl_deflector_off, blank
+fan_apl_deflector_on:
+	setarg FAN_433_DEFLECTOR_ON
+	branch fan_fml_fet_ctl
+fan_apl_deflector_off:
+	setarg FAN_433_DEFLECTOR_OFF
+	branch fan_fml_fet_ctl
+
+fan_apl_mode:	
+	bpatchx patch2c_5,mem_patch2c
+	fetch 1, mem_ble_parameter_para+1
+
+ 	beq BLE_PARA_SLEEP_MODE, fan_fml_mode_sleep_wind
+	beq BLE_PARA_NATURAL_MODE, fan_apl_mode_natural_wind
+	rtn
+	
+fan_fml_mode_sleep_wind:
+	setarg FAN_433_SLEEP_WIND
+	branch fan_fml_fet_ctl
+
+fan_apl_mode_natural_wind:
+	setarg FAN_433_NATURAL_WIND
+	branch fan_fml_fet_ctl
+
+
+fan_apl_timing_to_off:
+	fetch 2, mem_ble_parameter_para+1
+	beq FAN_BLE_CMD_TIMING_TO_OFF_8HOUR_V1, fan_fml_timing_to_off_8hour
+fan_apl_timing_to_off_v2:
+	bpatchx patch2c_6,mem_patch2c
+	fetch 2, mem_ble_parameter_para+1
+	beq FAN_BLE_CMD_TIMING_TO_OFF_8HOUR, fan_fml_timing_to_off_8hour
+	beq FAN_BLE_CMD_TIMING_TO_OFF_1HOUR, fan_fml_timing_to_off_1hour
+	beq FAN_BLE_CMD_TIMING_TO_OFF_2HOUR, fan_fml_timing_to_off_2hour
+	beq FAN_BLE_CMD_TIMING_TO_OFF_4HOUR, fan_fml_timing_to_off_4hour
+	rtn
+fan_fml_timing_to_off_1hour:
+	setarg FAN_433_TIMING_TO_OFF_1HOUR
+	branch fan_fml_fet_ctl
+fan_fml_timing_to_off_2hour:
+	setarg FAN_433_TIMING_TO_OFF_2HOUR
+	branch fan_fml_fet_ctl
+fan_fml_timing_to_off_4hour:
+	setarg FAN_433_TIMING_TO_OFF_4HOUR
+	branch fan_fml_fet_ctl
+fan_fml_timing_to_off_8hour:
+	setarg FAN_433_TIMING_TO_OFF_8HOUR
+	branch fan_fml_fet_ctl
+	
+
+
+
+
+
+fan_init:
+	setarg fan_idle_process
+	store 2,mem_cb_idle_process	
+	setarg fan_apl_cb_event_timer
+	store 2, mem_cb_event_timer
+	branch fan_fml_tx_low_level_init
+
+
+
+
+
+//------------------------------收包------------------------------
+
+fan_apl_ble_rx_v1_or_v2:
+	fetch 1,mem_fan_protocol_select_flag
+	beq 0, fan_apl_ble_rx_packet
+//	call fan_fml_ble_v2_decoder
+	fetch 2, mem_ble_v2_decoder
+	call callback_func
+//	
+	branch fan_apl_ble_rx_packet_v2_cb,user
+	rtn
+
+fan_apl_ble_rx_packet:
+	bpatchx patch2c_7,mem_patch2c
+	fetch 1, mem_le_rxbuf+11     //added, at 20200113
+	beq REMOTER_MARKER, fan_apl_ble_rx_packet_is_remoter
+	jam 0 ,mem_manufacture_id_temp
+	
+	setarg 0
+	store 6,mem_recv_addr
+fan_apl_ble_rx_packet_id_valid:
+	fetcht 3, mem_le_rxbuf+12   //adv data begin
+	setarg FTD_REMOTER_ID_CODE
+	isub temp, null
+	jam 0, mem_light_device_flag   //0: remoter;  !0:app
+	branch  fan_apl_ble_rx_packet_preamble_valid, zero
+
+	jam 1, mem_light_device_flag  //0: remoter;  !0:app
+	setarg FTD_ANDRIOD4913_ID_CODE
+	isub temp, null
+	branch  fan_apl_ble_rx_packet_preamble_valid, zero
+	setarg FTD_IOS4913_ID_CODE
+	isub temp, null
+	branch  fan_apl_ble_rx_packet_preamble_valid, zero
+	
+	jam 2, mem_light_device_flag  //0: remoter;  !0:app
+	setarg FTD_B65F_ID_CODE
+	isub temp, null
+	nrtn zero
+fan_apl_ble_rx_packet_preamble_valid:
+	arg mem_le_rxbuf, contr
+	arg mem_light_whitening_buffer, contw
+	arg FTD_PDU_LEN, loopcnt
+	call memcpy
+	
+	jam 83, mem_light_whitening_i     //channel 37
+	jam 39, mem_light_recvd_len
+	call frmt_light_BLE_whitening_and_reverse
+	fetch 1, mem_light_device_flag
+	beq 1, fan_apl_ble_rx_packet_protocol_4913
+	arg mem_light_whitening_buffer+23, contr
+fan_apl_ble_rx_packet_get_protocol:	
+	arg mem_light_adv_packet, contw
+	arg 14, loopcnt
+	call memcpy_fast
+fan_apl_ble_rx_packet_validity_checkout:
+	fetch 2, mem_light_adv_packet+10
+	byteswap pdata, pdata
+	invert pdata, pdata
+	store 2, mem_adv_CRC_False_initValue
+	arg mem_light_adv_packet, regc   
+	arg 0x0c, loopcnt
+	setarg 0x1021
+	store 2,mem_CRC16_polynomial
+	call frmt_CRC16_CCITT_False
+	fetch 2, mem_adv_CRC_False_initValue
+	byteswap pdata, pdata
+	fetcht 2, mem_light_adv_packet_encry+4
+	isub temp, null
+	nrtn zero
+	
+	branch fan_apl_ble_rx_packet_v1_cb
+
+fan_apl_ble_rx_packet_protocol_4913:
+	arg mem_light_whitening_buffer+24, contr
+	branch fan_apl_ble_rx_packet_get_protocol
+
+fan_apl_ble_rx_packet_is_remoter:	
+	bpatchx patch2d_0,mem_patch2d
+	arg mem_recv_addr, contw
+	arg mem_le_rxbuf+2, contr
+	arg 6, loopcnt
+	call memcpy_fast
+	
+	fetch 1, mem_le_rxbuf+10
+	store 1, mem_manufacture_id_temp
+
+	fetcht 1,mem_customer_id
+	isub temp,null
+	branch fan_apl_ble_rx_packet_id_valid,zero
+
+	fetcht 1,mem_customer_id_v2
+	isub temp,null
+	branch fan_apl_ble_rx_packet_id_valid,zero
+
+	fetcht 1,mem_id_universal
+	isub temp,null
+	branch fan_apl_ble_rx_packet_id_valid,zero
+	rtn	
+
+	
+
+fan_apl_ble_rx_packet_v1_cb:
+	bpatchx patch2d_1,mem_patch2d
+	fetch 1, mem_light_adv_packet_cmd
+	store 2, mem_ble_parameter_cmd
+	fetch 2, mem_light_adv_packet_data
+	store 2, mem_ble_parameter_para+1 
+	
+	fetch 1, mem_light_adv_packet_addr
+	store 1,mem_ble_parameter_addr+1
+	fetch 1, mem_light_adv_packet_addr+1
+	store 1,mem_ble_parameter_addr
+
+	fetch 1, mem_light_adv_packet_addr+1
+	and pdata,0x0f,pdata
+	store 1,mem_ble_parameter_group
+	
+	branch fan_apl_ble_rx_packet_cb_common
+
+fan_apl_ble_rx_packet_v2_cb:
+	bpatchx patch2d_2,mem_patch2d
+	fetch 2,mem_ble_addr
+	lshift4 pdata,pdata
+	store 2,mem_ble_parameter_addr
+	fetch 6,mem_ble_cmd
+	store 6, mem_ble_parameter
+	fetch 1,mem_ble_group
+	store 1,mem_ble_parameter_group
+	fetch 1,mem_ble_is_app
+	store 1,mem_light_device_flag
+	fetch 1,mem_ble_customer_id
+	store 1,mem_manufacture_id_temp
+	fetch 1,mem_ble_count
+	store 1,mem_light_adv_packet_packetnum
+fan_apl_ble_rx_packet_cb_common:
+	bpatchx patch2d_3,mem_patch2d
+	fetch 2, mem_fan_packet_indiscriminate_cb
+	call callback_func
+//	call fan_apl_ble_rx_packet_indiscriminate
+	
+fan_apl_ble_rx_cmd_execution:
+	
+
+	call fan_apl_ble_cmd_handler_customer_message
+	rtn user
+	
+	fetch 2, mem_ble_parameter_cmd
+
+	beq LIGHT_CMD_PAIRING_CODE, fan_apl_pair
+
+	beq LIGHT_CMD_TURN_ON_AND_OFF, fan_apl_light_on_and_off
+	beq LIGHT_CMD_TURN_ON, fan_apl_light_on
+	beq LIGHT_CMD_TURN_OFF, fan_apl_light_off
+
+	beq FAN_CMD_MASTER_ON_AND_OFF, fan_apl_master_off
+	beq FAN_CMD_SPEED_CHANGE, fan_apl_speed_30
+
+	beq FAN_CMD_DIRECTION, fan_apl_wind_direction
+	beq FAN_CMD_DIRECTION_ON_AND_OFF , fan_apl_wind_direction_on_and_off
+	beq FAN_CMD_DEFLECTOR,fan_apl_deflector_ctl
+	beq FAN_CMD_DEFLECTOR_ON_AND_OFF ,fan_apl_deflector_ctl_on_and_off
+	beq FAN_CMD_MODE, fan_apl_mode
+	
+	fetch 1,mem_fan_protocol_select_flag
+	beq 0, fan_apl_main_v1
+	beq 1, fan_apl_main_v2
+	rtn
+
+
+
+//--------------------------响应风扇功能--------------------------
+
+fan_apl_main_v1:	
+	fetch 2,mem_ble_parameter_cmd
+	beq FAN_CMD_TIMING_TO_OFF, fan_apl_timing_to_off
+	beq LIGHT_CMD_DELAY_OFF, fan_apl_timing_to_off
+
+	fetch 2, mem_light_adv_packet_data
+	store 2, mem_ble_parameter_para+2
+	fetch 2, mem_ble_parameter_cmd
+	beq FAN_CMD_SPEED_31,fan_apl_speed_31_v1
+	beq FAN_CMD_SPEED_32,fan_apl_speed_32
+
+	fetch 1, mem_light_adv_packet_reserve
+	store 1, mem_ble_parameter_para+1
+	fetch 2, mem_ble_parameter_cmd
+	beq LIGHT_CMD_COLOR_SWTICH, fan_apl_light_color_switch
+	bpatchx patch2d_4,mem_patch2d
+	rtn
+
+	
+
+fan_apl_main_v2:
+	fetch 2,mem_ble_parameter_cmd
+	beq FAN_CMD_SPEED_31,fan_apl_speed_31_v2
+	beq LIGHT_CMD_DELAY_OFF, fan_apl_timing_to_off_v2
+	beq LIGHT_CMD_COLOR_SWTICH, fan_apl_light_color_switch
+	bpatchx patch2d_5,mem_patch2d
+	rtn
+
+fan_apl_ble_cmd_handler_customer_message:
+	bpatchx patch2d_6,mem_patch2d
+	call disable_user
+	fetcht 2,mem_ble_parameter_addr
+	arg 9,queue
+	arg 10,loopcnt
+fan_apl_ble_rx_packet_addr_check_loop:
+	sub loopcnt,10,regc
+	deposit queue
+	isub regc,null
+	branch fan_apl_ble_rx_packet_addr_check,positive
+fan_apl_ble_rx_packet_other_addr_check_continue:
+	sub regc,3,null
+	nbranch fan_apl_ble_rx_packet_addr_check,positive
+	branch fan_apl_ble_rx_packet_addr_check_end
+	
+fan_apl_ble_rx_packet_addr_check:
+	arg mem_flash_paired_addr_base,contr
+	mul32 regc,3,pdata
+	iadd contr,contr
+	ifetch 2,contr
+	isub temp, null
+	nbranch fan_apl_ble_rx_packet_addr_check_end, zero
+
+	ifetchr rega,1,contr
+	fetch 1,mem_ble_parameter_group
+
+	branch fan_apl_ble_rx_packet_cnt_check,blank
+	isub rega,null
+	branch fan_apl_ble_rx_packet_cnt_check,zero
+fan_apl_ble_rx_packet_addr_check_end:	
+	loop fan_apl_ble_rx_packet_addr_check_loop
+	
+	arg mem_flash_paired_addr8,rega
+	arg 9,loopcnt
+fan_apl_ble_rx_packet_addr_move_loop:
+	ifetch 3,rega
+	add rega,3,temp
+	istore 3,temp
+	increase -3,rega
+	loop fan_apl_ble_rx_packet_addr_move_loop
+	fetch 3,mem_ble_parameter_addr
+	store 3,mem_flash_paired_addr0
+//同时cnt队列也相应往后面移动
+	fetch 1,mem_addr8_msg_cnt
+	store 1,mem_addr9_msg_cnt
+	fetch 8,mem_msg_cnt_base
+	store 8,mem_addr1_msg_cnt
+	jam 0,mem_msg_cnt_base
+	branch fan_apl_ble_cmd_handler_customer_message
+
+	
+fan_apl_ble_rx_packet_cnt_check:
+	copy loopcnt,temp
+	storet 1,mem_msg_addr_save
+
+	arg mem_msg_cnt_base,temp
+	sub loopcnt,10,pdata
+	iadd temp,temp
+	copy temp,rega
+	ifetcht 1,temp
+	fetch 1,mem_light_adv_packet_packetnum
+	isub temp, null
+//	rtn zero 
+	branch enable_user,zero
+	branch fan_apl_ble_rx_check_packetnum_vaild_v2,positive
+
+	add pdata,0x100,pdata
+	isub temp,pdata
+	and pdata,0xff,pdata
+	sub pdata,6,null
+	branch fan_apl_ble_rx_check_packetnum_vaild_v2,positive
+	rtn
+
+fan_apl_ble_rx_check_packetnum_vaild_v2:	
+fan_apl_ble_rx_relay_check:
+	fetch 1,mem_light_adv_packet_packetnum
+	store 1,mem_count_and_random
+	fetch 2,mem_le_rxbuf+35
+	store 2,mem_count_and_random+1
+	fetcht 3,mem_count_and_random
+	arg mem_msg_before_queue,contr
+	arg 10,loopcnt
+fan_apl_msg_check_count_random_loop:
+	ifetch 3,contr
+	isub temp,null
+//	rtn zero
+	branch enable_user,zero
+	loop fan_apl_msg_check_count_random_loop
+fan_apl_msg_enqueue:
+	jam 30,mem_msg_judgment_window_time//窗口
+	fetch 3,mem_msg_before_queue+24
+	store 3,mem_msg_before_queue+27
+	
+	fetch 8,mem_msg_before_queue+8
+	fetcht 8,mem_msg_before_queue+16
+	store 8,mem_msg_before_queue+11
+	storet 8,mem_msg_before_queue+19	
+	
+	fetch 8,mem_msg_before_queue
+	store 8,mem_msg_before_queue+3
+	
+	fetch 3,mem_count_and_random
+	store 3,mem_msg_before_queue
+
+	fetch 1,mem_msg_addr_save
+	copy pdata,loopcnt
+	arg mem_msg_cnt_base,temp
+	sub loopcnt,10,pdata
+	iadd temp,temp
+	fetch 1,mem_light_adv_packet_packetnum
+	istore 1,temp
+	jam 30,mem_msg_cnt_judgment_window_time
+
+	rtn
+	
+fan_apl_cb_event_timer:
+	bpatchx patch2d_7,mem_patch2d
+	branch fan_apl_ble_msg_cache_clear_time
+
+
+
+fan_apl_ble_msg_cache_clear_time:
+	call fan_apl_ble_msg_cache_clear_timer
+	branch fan_apl_ble_msg_cnt_cache_clear_timer
+	
+fan_apl_ble_msg_cache_clear_timer:
+	arg mem_msg_judgment_window_time,regc
+	arg fan_apl_ble_msg_cache_clear_timeout, regb
+	branch timer_single_step
+fan_apl_ble_msg_cache_clear_timeout:
+	arg 30,loopcnt
+	arg mem_msg_before_queue,contw
+	branch clear_mem
+	
+fan_apl_ble_msg_cnt_cache_clear_timer:
+	arg mem_msg_cnt_judgment_window_time,regc
+	arg fan_apl_ble_msg_cnt_cache_clear_timeout, regb
+	branch timer_single_step
+fan_apl_ble_msg_cnt_cache_clear_timeout:
+	jam 0,mem_light_last_packetnum
+	arg 10,loopcnt
+	arg mem_msg_cnt_base,contw
+	branch clear_mem
+
+
+
+fan_fml_fet_ctl:
+	store 1,mem_fan_opcode
+	fetch 2,mem_433_tx_cb
+	branch callback_func
+
+
+fan_fml_tx_high_level:
+	fetcht 1,mem_fan_tx_gpio
+	branch gpio_config_output_patch
+
+fan_fml_tx_low_level_init:
+fan_fml_tx_low_level:
+	fetcht 1,mem_fan_tx_gpio
+	or temp, 0x80, temp
+	branch gpio_config_output_patch
+
+//para: mem_opcode
+fan_fml_function_once:   
+	bpatchx patch2e_0,mem_patch2e
+	call fan_fml_tx_header_signal
+	call fan_fml_function_once_433code
+	branch fan_fml_tx_end_signal
+
+fan_fml_function_once_433code:
+	arg FAN_433CODE_LEN, pdata
+	lshift3 pdata, pdata
+	store 2, mem_fan_tx_bits_loop
+	copy pdata, queue
+	increase -1, queue
+	fetcht FAN_433CODE_LEN, mem_fan_433code_packet
+fan_fml_function_once_433code_loop:
+	fetch 2, mem_fan_tx_bits_loop
+	rtn blank
+	pincrease -1
+	store 2, mem_fan_tx_bits_loop
+	qisolate1 temp
+	branch fan_fml_1_signal_temp,true
+	call fan_fml_0_signal
+fan_fml_function_once_tx_bit_loop_continue:
+	increase -1, queue
+	fetch 2, mem_fan_tx_bits_loop	
+	fetcht FAN_433CODE_LEN, mem_fan_433code_packet
+	nbranch fan_fml_function_once_433code_loop, blank
+	rtn
+
+fan_fml_1_signal_temp:
+	call fan_fml_1_signal
+	branch fan_fml_function_once_tx_bit_loop_continue
+
+
+// para1: mem_opcode 
+// para2: mem_tx_loop2       retransmission times
+fan_fml_function_loop:
+	fetch 2, mem_fan_tx_loop2
+	rtn blank
+	pincrease -1
+	store 2, mem_fan_tx_loop2
+	call fan_fml_function_once
+	branch fan_fml_function_loop
+
+
+p_fan_fml_fet_ctl:
+	call fan_fml_get_433_code
+	setarg FAN_RETRANSMISSION_TIMES
+	store 2,mem_fan_tx_loop2
+	branch fan_fml_function_loop
+
+
+//433D-òé?°20bit
+fan_apl_ble_rx_packet_indiscriminate:
+	fetch 1,mem_manufacture_id_temp
+	fetcht 1,mem_id_universal
+	isub temp,null
+	branch fan_apl_ble_433_packet_type1,zero
+	fetch 1,mem_light_device_flag
+	beq 0,fan_apl_ble_433_packet_type0
+	branch fan_apl_ble_433_packet_type1
+
+fan_apl_ble_433_packet_type0:
+	setarg 0
+	branch fan_apl_ble_433_packet_common
+fan_apl_ble_433_packet_type1:
+	setarg 0x80
+fan_apl_ble_433_packet_common:
+	fetcht 1, mem_ble_parameter_group
+	and temp, 0x7f, rega
+	ior rega,pdata
+	rshift4 pdata,temp
+	storet 1,mem_fan_addr_433+2
+
+	and pdata,0x0f,pdata
+	lshift4 pdata,pdata
+	fetcht 1, mem_ble_parameter_addr+1
+	and temp, 0xf0, rega
+	rshift4 rega,rega
+	ior rega,pdata
+	store 1,mem_fan_addr_433+1
+
+	and temp,0x0f, pdata
+	lshift4 pdata,pdata
+	fetcht 1, mem_ble_parameter_addr
+	rshift4 temp,temp
+	ior temp,pdata
+	store 1,mem_fan_addr_433
+
+	rtn
+
+
+//433×é?? μ??·-opcode-
+fan_fml_get_433_code:
+	fetch 3,mem_fan_addr_433
+	lshift4 pdata, pdata
+	lshift8 pdata, pdata
+	fetcht 1, mem_fan_opcode
+	lshift3 temp, temp
+	lshift4 temp, temp
+	ior temp, rega
+	call fan_fml_get_433_code_packet_num_get
+	lshift4 pdata, pdata
+	ior rega, rega
+	call fan_fml_get_433_code_get_check_code
+	ior rega, pdata
+	store FAN_433CODE_LEN, mem_fan_433code_packet
+	rtn
+
+//output: pdata
+fan_fml_get_433_code_get_check_code:
+	arg 4, loopcnt
+	copy rega, regb
+	arg 0, alarm
+fan_fml_get_433_code_get_check_code_loop:
+	and regb, 0xff, regc
+	and regc, 0xf0, pdata
+	rshift4 pdata, pdata
+	ixor alarm, alarm
+	and regc, 0x0f, pdata
+	ixor alarm, alarm
+	rshift8 regb, regb	
+	loop fan_fml_get_433_code_get_check_code_loop
+	xor alarm, 0x0a, alarm
+	and alarm, 0x0f, pdata
+	rtn
+
+//output: pdata
+fan_fml_get_433_code_packet_num_get:
+	fetch 1, mem_fan_tx_cnt
+	pincrease 1
+	and pdata, 0x07, pdata
+	store 1, mem_fan_tx_cnt
+	rtn
+
+//para: loopcnt      unit: 1us
+fan_fml_delay_us:
+	nop 12
+	loop fan_fml_delay_us
+	rtn
+
+fan_fml_tx_header_signal:
+	call fan_fml_tx_low_level
+	arg FAN_HEADER_LOW_DELAY,loopcnt
+	branch fan_fml_delay_us
+	
+fan_fml_1_signal:
+	call fan_fml_tx_high_level
+	arg FAN_1_HIGH_DELAY, loopcnt
+	call fan_fml_delay_us
+	call fan_fml_tx_low_level
+	arg FAN_1_LOW_DELAY, loopcnt
+	branch fan_fml_delay_us
+	
+fan_fml_0_signal:
+	call fan_fml_tx_high_level
+	arg FAN_0_HIGH_DELAY, loopcnt
+	call fan_fml_delay_us
+	call fan_fml_tx_low_level
+	arg FAN_0_LOW_DELAY, loopcnt
+	branch fan_fml_delay_us	
+
+fan_fml_tx_end_signal:	
+	call fan_fml_tx_high_level
+	arg FAN_END_HIGH_DELAY,loopcnt
+	call fan_fml_delay_us
+	call fan_fml_tx_low_level
+	arg FAN_END_LOW_DELAY,loopcnt
+	branch fan_fml_delay_us
+
+	
+fan_fml_1_signal_loop:
+	fetch 2, mem_fan_tx_loop
+	rtn blank
+	pincrease -1	
+	store 2, mem_fan_tx_loop
+	call fan_fml_1_signal
+	branch fan_fml_1_signal_loop
+
+
+fan_fml_0_signal_loop:
+	fetch 2, mem_fan_tx_loop
+	rtn blank
+	pincrease -1
+	store 2, mem_fan_tx_loop
+	call fan_fml_0_signal
+	branch fan_fml_0_signal_loop
+
+
+
+frmt_ble_para_init:
+	call enable_authrom
+	arg mem_ble_v2_xbox,contw
+	arg FRMT_XBOX_ADDR,contr
+	branch memcpy64
+	
+frmt_ble_data_set:
+	setarg 0x2542
+	store 2,mem_ble_v2_pdu
+	setarg 0x10255d
+	store 3, mem_ble_v2_pdu+2
+	setarg 0x109e3a
+	store 3, mem_ble_v2_pdu+5
+	setarg 0x00
+	store 3,mem_ble_v2_pdu+32
+	setarg 0x020102
+	store 3,mem_ble_v2_pdu+8
+	setarg 0xF0161B
+	store 3,mem_ble_v2_pdu+11
+	setarg 0x001008
+	store 3,mem_ble_v2_pdu+14
+
+	fetch 1,mem_ble_v2_packet_num
+	pincrease 1
+	store 1,mem_ble_v2_packet_num
+	
+	fetch 2,mem_ble_pack_cb
+	branch callback_func
+	
+frtm_ble_setdefault:
+	setarg 0xffff
+	rtn
+	
Index: output/bt_program23.rom
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/output/bt_program23.rom	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/output/bt_program23.rom	(working copy)
@@ -0,0 +1,32249 @@
+11000010100001000000000000010011
+11000000000110111000000001111001
+11000000000000000000000100100011
+11000000010100000000000100101110
+11000000000111111000000101000100
+11000000000010111000000000010110
+11000000000011000000000000110010
+11000000000100000000000001001101
+11000000000111101000000010101010
+11000000001000110000000010111100
+11000000001001100000000011000111
+11000000001001110000000011101000
+11000000001010010000000011111011
+11000000001011010000000010011111
+11000000001011110000000001110001
+11000000001011111000000001110101
+11000000001110000000000001001111
+11000000011100011000000010100101
+00100000001000000011101010001010
+11000000001100001000000010110011
+11000001011111111000000000000000
+00100000001000000011101010001010
+01101111111000001100000100010110
+11000000000000011000000000100010
+11000000000000110000000000100100
+11000000000001010011101000000000
+11000000010010100000000000101000
+11000000010011110000000000101111
+11000000010101010011101000001111
+01110000100010100011101100101100
+01110000100010100011110000010111
+01110000100010100011100110001010
+01110000100010100011101000001111
+00100000001000000011100111110100
+01110000100010100011101101001000
+00100000001000000000000000011110
+01110000100010100011101101110000
+01110000100010100011110000011111
+01110000100010100011100111001001
+00100000001000000000000000100000
+01110000100010100011100110000101
+01110000100010100011101000000100
+01110000100010100001010010100011
+01110000100010100001010100001010
+01110000100010100011101100011000
+01110000100010100011110000001111
+00100000011000000000000000000000
+01110000100010100011100110000011
+01110000100010100011101000000010
+00100000001000000000000000101010
+01110000100010100111010100000011
+01110000100010101000010100000000
+01110000100010010110111100010000
+01101111111000001100001111101111
+00100000010110100110110100110001
+01110000100010100000001100000101
+01110000100010100111101010010100
+00100000010000000011101001000100
+00100000010000000011101000111111
+00100000010000000011101000111010
+01110000100010101000101111100110
+01110000100010101000001110010000
+01110000100010100000111000001011
+01110000100010100000111100000101
+01110000100010010110100001110110
+01110000100010010110100101110110
+01101111111000001100000010011010
+11000000100001000000000001000101
+01110000100010100000100000110100
+01110000100010100000000111111111
+00100000000000000000000001100100
+01110000100010100000001000001110
+01110000100010100000000000000011
+00100000010000000000000000011101
+01110000100010101001101000101000
+01110000100010101001101100111111
+00100000001000000011101000110101
+00100000010000000011110000011000
+00100000001000000011101101001000
+01110000100000001000000001110011
+00100000010000000110111010110011
+00100000010000000000000001011001
+00100000010000000101011110100000
+00100000011101011000000000000000
+00100000010000000101100110111101
+00100000010000000101011000101110
+00100000010000000101110011000101
+00100000010000000000000010010011
+00100000001000000101001000110100
+00100000011101011000000000000000
+00100000010000000000000100100111
+00100000010000000101001001011110
+11000100000010111000000000000000
+00100000010000000000000100010001
+11011000010000000000000000000010
+11011111111000000000011111101110
+11011010001000000100011000111101
+00100000010000000110100011000101
+01101111111000010100011000111101
+11011000010000001010101001010101
+10011000010001100111110000000000
+00100000001000101000000001101011
+00100000010000000101101101110110
+11011111001000000000000000000010
+11011010001000000100011000111101
+11011111111000000000011111101110
+00100000001000000110100010000011
+00100000010000000000000001101110
+01110000010001011110010100000000
+00100000001000000101101110000001
+01101111111000001100010111000000
+01100111111000001100011000111111
+00100000011000000000000000000000
+00011000010000100111111000000000
+00100000011110100000000000000000
+11000001011111111000000000000000
+00100000001000000101111100100011
+00011000010000100111111000000000
+00100000011110100000000000000000
+11000001011111111000000000000000
+00100000001000000101111100110000
+01101111111000001100100100010001
+00100000001110100101001011001000
+01101111111000001100010110111110
+01100111111000001100010111010101
+01101111111000001100010110111101
+11000001011111111000000000000000
+00100000010000000110100100101101
+01101111111000001100010110111101
+11011000010000000000000000111110
+00100000010000000110101110111101
+01101111111000001100010111001000
+11011000010000000000000000111110
+00100000010000000110101110111101
+01101000010010001100010110111100
+00100000010000000101010001111111
+01101000010010001100010110111100
+00100000010000000110101110000101
+00100000010000001101001011010010
+00100000010000000101010001111011
+01101000010010001100010110111100
+00100000010000000110101101111100
+00100000010000000110100100110001
+01101000010010001100010110111101
+00100000010000000110101110101110
+01101000010010001100010111001000
+00100000001000000110101110101110
+01011000000000000101111110101101
+01100111111000010100010101000011
+01011000000000000000000010011000
+01100111111000010100010101000101
+00100000001000000101001000111101
+00100000010000000100110100010101
+00100100011101000000000000000000
+00100000010000000111010011100000
+01110000010010010000010100000001
+00100000001000000101111110100110
+00100000010000000111010011100000
+00100000001000000011110000011000
+00100000010000000101010010011011
+00100100011101000000000000000000
+01101111111000001100100100000101
+01110000010010010000010100000000
+00100100010110100000000010011101
+00100000001000000101111000110101
+00011000010000100111111000000000
+11000010100000001000000010101000
+00100000001000000011110011100011
+01110000100010100110110110001001
+00100000001000000011110011101001
+00100000010000000101001100111001
+01101111111000001100100100010010
+11000000000000001000000010101110
+01110000100000000111000010000000
+01101111111000001000000000010111
+01111001001000000111111000000101
+01100111111000001000000000010111
+00100000010000000011110000011000
+00100000001000000101101011110000
+01111000001101000111110000000000
+00100000010000000011101100011011
+01101111111000011100000010111110
+00100000001110100111010011001010
+01101111111000001100000010010100
+00100000001110100111010011001010
+01101111111000001100100010011001
+00100100011110100000000000000000
+00100000001000000100110100011100
+00011010011000100111111000000000
+01100111111000001100100001010000
+00011111111000111111111000000000
+00011111111000100010010000000000
+00011000010000100010011000000000
+00100000010000000101010001111011
+00011010011000100000010000000000
+00100000010000000110101110000101
+01111101001000001010010000000000
+00100000010000000101011101010011
+00100000001000000101011100111111
+00011010011000100111111000000000
+11000000000111100000000011001011
+11000000000111010000000011010111
+00100000001000000101100100010100
+01101111111000100100010011011010
+01100111111000100100010100110011
+01100111111000100100011001000000
+00100000010000000100101111001110
+00100000010000000101111000011011
+00100000010000000101101010101001
+00100000010000000101100011000100
+01110000010001110110100000000000
+01110000010001010100011100000000
+01110000010001010010110100000000
+01101000010010100100010100110011
+00100000001000000101111000010111
+01101111111000001100010101001011
+00100100001110100101110110000000
+01101111111000001100010100101101
+11000000000000010101110111110100
+11000000000000100000000011011110
+11000000000000011000000011100011
+00100000001000000101110111101101
+01101111111001000100100001100100
+11000011000101111101110111101101
+01101111111000001100100001101100
+11000000000000001101110111101101
+00100000001000000101110111001011
+01101111111001000100100001100100
+11000011000101111101110111101101
+11000010100010011101110111101101
+11000010100010010101110111101101
+00100000001000000101110111000100
+00100000010000000101001111000110
+00100000010000000101111101000111
+00100000010000000100100100000111
+00100000010000000100101110100101
+00100000010000000101110101101011
+00100000010000000101111010011010
+00100000010000000101111011001011
+00100000010000000101101011000001
+00100000010000000101101011110011
+00100000010000000101011000011100
+00100000010000000101101000110110
+00100000010000000101101001000110
+00100000010000000101101001101001
+00100000010000000000000011110111
+00100000001000000101101000101101
+11011010011000000100100000110001
+11011010010000000101101001110100
+00100000010000000100110111001100
+00100000001000000101101001110001
+00100000010000000101101110010000
+11000100000010111000000000000000
+11011111111000000000011110010000
+00011111111000100010010000000000
+00100000010000000000000100011101
+01101111111000100100100100001101
+00100000001110100000000100001001
+01100111111000100100100100001001
+00011010010000001010010000000100
+11011111111000000000011111001111
+10011010010001100111110000000000
+00100100011000010000000000000000
+00011010010000100111111000000000
+00100000001000000000000011111111
+01101111111000100100100100001001
+01101000010010100100011001000000
+10011000010001100111110000000000
+00100000011000101000000000000000
+11011111001000000000000000000100
+11011010001000000100011001000000
+00011010010000100111111000000000
+00100000001000000110100010000011
+11011111111000000000011110010000
+00011111111000100010010000000000
+00100000010000000000000100011101
+01101111111000100100100100001101
+00100000001110100000000100100000
+01100111111000100100100100001001
+00011010010000001010010000000100
+11011111111000000000011111001111
+10011010010001100111110000000000
+00100100001000010000000100100000
+00011010010000100111111000000000
+00100000001000000000000100010011
+11011000010000000000000000000100
+11011010001000000100100100001101
+00100000001000000110100011000101
+01101111111000100100100100001001
+01100111111000100100011001000000
+00100000011000000000000000000000
+00100000100000000000000000000000
+00100000010000000100110110010001
+00100000010000000000000100100111
+00100000001000000011100000000100
+01011000000000000000111001110100
+01100111111000010100010110001011
+01011000000000000000110000001000
+01100111111000010100010110001111
+01011000000000000000101100010100
+01100111111000010100010110001101
+00100000011000000000000000000000
+01101010010100001000101000010010
+01110000100010100001001000111101
+01110000100010100001000110101010
+01110000100010100000101000001100
+01101111111100001000101000001001
+01111001001000000111111000000111
+01100111111100001000101000001001
+01110000100010100000101100000100
+00100000000000000000000000111100
+01110000100010100001011000000000
+01110000100010100001011100000110
+00100000010000000110110000000010
+01100111111100001000101010010111
+01110000100000001100011000000011
+00100000000000000000000000111100
+01101111111100001000000001010011
+01111001001000000111111000000111
+01100111111100001000000001010011
+00100000000000000000001111101000
+01101111111000010100001111000100
+00100000010000000011101010001100
+00100000001000000110101111111010
+01101000010010001100001111000111
+00011000010001100111110000000011
+00100000001000010000000101001001
+00011000010000001000010000000100
+00100000001000000101001110011100
+00011000010000001000010000000011
+00100000001000000101001110100100
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+00100000010000000011101011000011
+01000100100000000100000000000000
+00100000100000000000000000000000
+00100000010000000100110110010001
+00100000010000000011101000010010
+00100000010000000110101000010011
+00100000010000000011101010010011
+00100000010000000110011001011111
+01000100100000001100000000000000
+00100000010000000110111010111011
+00100000010000000011101010111010
+00100000010000000100110110001001
+00100000010101011011101101100101
+01000100100000010100000000000000
+00100000010000000100000111101001
+00100000010000000011100000100111
+00100000010000000100110110011001
+00100000010000000011100000010101
+00100000010000000100011110001000
+00100000010000000011101110001110
+00100000001000000011100000001101
+00100000010000000011100000011010
+11000110100001001000000000000000
+01111001001111111000000000001001
+00100000010000000011100000111110
+00100000001000000011110100000000
+01000100100000011100000000000000
+00100000010000000011100001100100
+00100100001000101011100000100010
+00100000010000000011100000110011
+00011010001000001000110000000001
+11101111111000001000000000000110
+11000010100000000011110001110110
+00100000011000000000000000000000
+01110000000000000000011000000000
+00100000010000000011100001000100
+00011111001000100111110000000000
+00100000011000101000000000000000
+00100000001000000011101010001010
+01101111111000001100000100001101
+00100000011110100000000000000000
+11000000000011011011100000110000
+00100000010000000011100001011101
+00100000011000101000000000000000
+00100000010000000011100001100000
+00100000011000101000000000000000
+01110000010000010000110100000000
+00100000011000000000000000000000
+01110000000000011011011100011011
+01110000010000010000110100000000
+00100000011000000000000000000000
+01000100100000100100000000000000
+01111001001000000000000000001001
+00011010001000100111111000000000
+01100111111000010000000000001010
+00011000000000000111001001010011
+11011000101000000000000101100011
+00011010001000001000110000000001
+11101111111000001000000000000110
+00011010001000100000110000000000
+11000010100000000111010000011001
+00100000011000000000000000000000
+01000100100000101100000000000000
+01101111111000010000000000001010
+10011000000000000000101000000000
+00011000000000000111001001010011
+11011000110000000000000101100011
+00100000001000000111010000011001
+11011111001000000000000000000001
+01101000010010001000000000000110
+00011000010000001000010000000001
+00101000010000011111111000000001
+00100100001000001011100001001010
+11011000010000000000000000000000
+01100000010010001000000000000110
+00011000010011111111111001010011
+11011010001000000100000001000000
+10011010001000001010001000000000
+11101111111000001000000000010001
+11000010100000001011100001010001
+11000011100000000000000000000000
+11000010000000000011100001000110
+00100000011000000000000000000000
+01000100100000110100000000000000
+11011010011000000011100001110001
+00100000010000000011100001100111
+00100100011000101000000000000000
+00011010001000100111111000000000
+01100111111000010000000000001010
+00011000000000000111110000000000
+00100000011000000000000000000000
+11011010011000000011100010101000
+00100000001000000011100001100111
+01101000010010001100000100001110
+11011010011000000011100001111010
+00100000001000000011100001100111
+01000100100000111100000000000000
+01101000010010110100000100001111
+11011010011000000011100001110100
+00100000001000000011100001100111
+11011010011000000011100010000000
+00100000001000000011100001100111
+11011010011000000011100011000011
+01000100100001000100000000000001
+11011010001000000100000001000000
+11011111001000000000000000000001
+11101111111000001000000000010001
+00011010011000100111101000000000
+01000100100001001100000000000001
+00011010001000001010001001010011
+11000010000000000011100001101010
+00011000000000000111110000000001
+00100000011000000000000000000000
+11000010100000000011100001101100
+00011000000000000111110000000000
+00100000011000000000000000000000
+11000011000000000011100001101100
+00011010001000001000110000010000
+11101111111000110000000000000110
+10011000010001100111110000000000
+00100000011000101000000000000000
+00100000001000000011100001101100
+11000011000000000011100001101100
+00011010001000001000110000010110
+11101111111000001000000000000110
+10011000010001100111110000000000
+00100000011000101000000000000000
+00100000001000000011100001101100
+11000011000000001011100001101100
+00100000010000000011100010110000
+00100000010000000011100010011000
+10011000010001100111111000000000
+00011111111000001111111000000001
+00100000001000010011100010010010
+00011000110000100010010000000000
+01100111111001001000010011001100
+01000100100001010100000000000001
+01101111111001001000010011001100
+00011010010000100000110000000000
+00011111111000001111111000000101
+00100000001000000011100010001101
+00100100001000010011100001101100
+00011000010000100100001000000000
+00100000010000000011100010111100
+00011000000000000111110000000000
+00100000011000000000000000000000
+10011000000000000010010000000000
+00011010001000001000110000000010
+11101111111000010000000000000110
+00100000001110100011100010001110
+00100000010000000011100010111100
+00100000001000000011100010000001
+00011111111100010001011000000000
+00011001011011001001011000000000
+00100000001000101011100010100010
+00101001011000000001111000001111
+00100100011000001000000000000000
+00011000010100010001011000000000
+00011001011011001001011000000000
+00100100011000101000000000000000
+01111001001000000000010000011100
+00100000011000000000000000000000
+00011000010100010001011000000000
+00011001011011001001011000000000
+00101001011000000001111000001111
+00100100011000001000000000000000
+01111001001000000111111000011100
+00100000011000000000000000000000
+11000011000000000011100001101100
+00011000000000000111110000000000
+00100000011000000000000000000000
+11000011000000000011100001101100
+00011010001000001000110000000001
+11101111111000001000000000000110
+11000010100000000011100001101100
+00100000011000000000000000000000
+00011010001000001000110000000001
+11101000010000001000000000000110
+00011100010000100111111000000000
+00101000010011111111111000000001
+00011010001000001000110000000100
+11101000010000100000000000000110
+00100000011000001000000000000000
+00011010001000001000110000001000
+11101111111000110000000000000110
+00100000010000000011100100000101
+00011101000000100111111000000000
+00100000011000000000000000000000
+00011010001000001000110000000010
+00011010001000001000101000000100
+11101111111000010000000000000110
+10011000010000001001011000000000
+00011001011000100111111000000000
+11100111111000100000000000000101
+00100000001000000011110101001101
+11000011000000001011100001101100
+00100000010000000011100010110000
+10011011011000001111111000000000
+10011011011000001111111000000000
+10011000111000001111111000000000
+10011000010001100111110000000000
+00100100001000010011100001101100
+00011000000000000111110000000000
+00100000011000000000000000000000
+01000100100001011100000000000001
+01111000010011101111110000000000
+01111000010011100111110000000000
+01111000010001101111110000000000
+01111000010001100111110000000000
+01111000010001001111110000000000
+01111000010001110111110000000000
+01111000010000111111110000000000
+00100000001100001011100100010011
+00110111110100111000001000000000
+00100000000000000000000001100100
+00100000001000000011100100010011
+01000100100001100100000000000001
+01111000010010000111110000000000
+00011000010000100011011000000000
+00100000010000000011100001100110
+01111000010101000111110000000000
+00100100011000101000000000000000
+00011000000000000011011000000000
+00100000001000000111010011001000
+01000100100001101100000000000001
+00110111110100010000001000000000
+00011011010000100111111000000000
+10011000000000000000110000000000
+00011111111100010111111000000000
+10011100010001100111001000000000
+00011111001000010111001000000011
+00100100001000101011100011101010
+00011000000000000111111000000000
+00100000001000000011100011101110
+01101000010010010000000000111111
+00011000000000000111111000000000
+10011000010000001111111000000000
+11000010000000000011100011101100
+10011000110000001111111000000000
+00011111111001101111110000001100
+00100000010000000111010001110010
+01100111111000010000000000101010
+00100000011000000000000000000000
+01000100100001110100000000000001
+00011011010000100111111000000000
+00011011001000100000010000000000
+10011000010001100111110000000000
+01111101001000010111111000101100
+10011000010001100000010000000000
+01101111111000010000000000111111
+00101000010011000000000000001111
+00100000001000001011100100000001
+00011000010000100110000000000000
+11011000010000010000000000000000
+01101111111000010000000000111111
+10011000010001100111111000000000
+10011110000000001000010000000000
+01100000010010110000000101101011
+00100000011000000000000000000000
+01111000010110000111110000000000
+01101111111000110000000101101011
+10011011001000001110000000000000
+00011110000000001110000000001010
+01101111111000010000000000111111
+10011110000001100111111000000000
+00101111111011000000000000001111
+00100000001000001011100100010001
+01011000000000010000000000000000
+01101011000000010000000000111111
+10011011000001100111111000000000
+10011110000000001110000000000000
+00011110000000100011010000000000
+00100000011000000000000000000000
+00011000000000000111110000000000
+00100000001000000011100100001111
+01000100100001111100000000000001
+00100000010000000110010110100010
+00011000000000000010101000001000
+00011000000000000010101000000000
+01111000010100001111110000000000
+01111000010100000111110000000000
+01111000001011110111110000000000
+01110000100010010000000000000101
+00100000000000000000000000000010
+01110000100010010000000000000000
+00100000010000000011100100100101
+01110000100010100001011000000000
+01110000100010100000101010000000
+01101111111100001000101000001001
+01111001001111111111111000000111
+01100111111100001000101000001001
+01110000100010100000101100000000
+00100000011000000000000000000000
+01000100100010000100000000000010
+01110000100010010000000000000101
+00100000000000000000000000000010
+01110000100010010000000000000000
+01101111111000001100000010011010
+11000000000011000011100100101100
+11000000000001000011100101000001
+01110000100010100001000010101010
+01110000100010100001000110101010
+01110000100010100001001000010101
+01110000100010100000101001111000
+01101111111100001000101000001001
+01111001001000000111111000000111
+01100111111100001000101000001001
+01110000100010100000101100000100
+00100000000000000000000000111100
+01110000100010100001011001111010
+01110000100010100001011100000000
+01110000100010100001100000000000
+01110000100010100001100100000000
+01110000100010100001101000000000
+01110000100010100001000100101010
+01110000100010100000101001111000
+01101111111100001000101000001001
+01111001001111111111111000000111
+01100111111100001000101000001001
+01110000100010100100001100000000
+00100000011000000000000000000000
+01110000100010101000011100101001
+01110000100010101000101111100110
+01110000100010100001000010101010
+01110000100010100001000110101010
+01110000100010100001001000010101
+01110000100010100000101001111000
+01101111111100001000101000001001
+01111001001000000111111000000111
+01100111111100001000101000001001
+01110000100010100000101100000100
+00100000000000000000000000111100
+01110000100010100001011000111010
+01110000100010100001011100000000
+01110000100010100001100000000000
+01110000100010100001100100000000
+01110000100010100001101000000000
+01110000100010100001000100101010
+01110000100010100000101000111000
+00100000001000000011100100111100
+01000100100010001100000000000010
+01101111111000001100000010011010
+00011111111001100111110000011000
+00100000010000101011100101011110
+00100100010000101011100101100100
+01100000010010001000000000001000
+00011000010000001111111000000000
+11000101000101101011100101011101
+00011000010000001111111000000001
+00100000001000000011100110001001
+01110000100010100100001100000000
+01110000100010100011110100000100
+01110000100010100011111000000000
+01110000100010101000010000000011
+01110000100010101000100101000000
+00100000011000000000000000000000
+01110000100010100100001100110000
+01110000100010100011110100000110
+01110000100010100011111000000000
+01110000100010101000010000100000
+01110000100010101000100100010101
+00100000011000000000000000000000
+01000100100010010100000000000010
+00100000010000000110010110011100
+01101111111000001100000100011000
+11000000011111111011100101110011
+11011000110000000100000100011001
+10011000110000001000110000000000
+11101111111000001000000000000110
+01100111111100001000100101100001
+01110000100010010110000000100111
+01101000010010001100000100011100
+01101111111100001000100101100000
+10011000010000011111111000000000
+01100111111100001000100101100000
+01110000100010100001000010101010
+01110000100010100001000100101010
+01110000100010100001001000010011
+01110000100010100000101001111111
+01101111111100001000101000001001
+01111001001111111111111000000111
+01100111111100001000101000001001
+00100000000000000000000000111100
+01110000100010100001011100011111
+01110000100010100001100011111000
+01110000100010100001100100011000
+01110000100010100001000000000000
+01110000100010100001000100100000
+00100000000000000000000000001010
+01110000100010010000000000000100
+00100000000000000000000000000010
+01110000100010010000000000001100
+00100000011000000000000000000000
+01000100100010011100000000000010
+11011000110000000000100101100000
+10011000110000001111111000000000
+01101000010010001100000010011010
+00100000001000000011100110011000
+01000100100010100100000000000010
+01101111111000001100000010011010
+00011111111001100111110000011000
+00100000010000101011100110111011
+00100100010000101011100111000010
+01011000000000000000100101100000
+10011010001000001111111000000000
+00011111111000111111111000000000
+01101000010010001100000010011010
+00011000010011111000010000000011
+00011000010000111000010000000000
+10011000010001101111110000000000
+00100000010000000111010001110101
+00011000000001111111111000000000
+01100111111100001000101000111111
+00011000000001110111111000000000
+00011111111100000111111000000000
+00011111111011010111111000000000
+10011000010001101111110000000000
+00100000010000000111010001110101
+00011000000001111111111000000000
+01100111111100001000101001000010
+00011111111011001111111000000000
+01100111111100001000101001000001
+00011111111011001111111000000000
+01100111111100001000101001000000
+01101000010110001000101001000011
+00011000010000010000010011110000
+01100000010110001000101001000011
+00100000000000000000000000001100
+01101111111000001100000010011010
+11000000000011000011100110101111
+11000000000001000011100110110101
+00011000010000011000010000001100
+01100000010110001000101001000011
+00100000000000000000000000001100
+00011000010000011000010000000011
+01100000010110001000101001000011
+00100000011000000000000000000000
+00011000010000011000010000111100
+01100000010110001000101001000011
+00100000000000000000000000001100
+00011000010000011000010000110011
+01100000010110001000101001000011
+00100000011000000000000000000000
+01110000100010100100001100000000
+01110000100010100011110100010010
+01110000100010100011111000000000
+01110000100010101000010000000011
+01110000100010101000101110100110
+01110000100010101000100101000000
+00100000011000000000000000000000
+01110000100010100100001100110000
+01110000100010100011110100010101
+01110000100010100011111000000000
+01110000100010101000010000100000
+01110000100010101000101110100110
+01110000100010101000100100010101
+00100000011000000000000000000000
+01000100100010101100000000000010
+01110000100010100011110100010010
+01100000010010001000000000001000
+00011000010000001010001000000010
+00100000010000000011100110001110
+00100000000000000000001111000000
+01000100100010110100000000000010
+01110000100010100001000010101010
+01110000100010100001000100101010
+01110000100010100001001000010000
+01110000100010100000101001111111
+01101111111100001000101000001001
+01111001001111111111111000000111
+01100111111100001000101000001001
+01110000100010100000101100000111
+00100000000000000000000000111100
+01110000100010100001100100001101
+01110000100010100001101011111001
+01110000100010100001000000000000
+01110000100010100001000100100000
+00100000000000000000000000001010
+01110000100010010000000000000001
+00100000000000000000000000000010
+01110000100010010000000000000011
+01000100100010111100000000000010
+01101111111000001100000100010110
+11000000000000011011100111110010
+11000000000000101011100111110111
+11000000000000110011100111111010
+11000000000000111011100111111101
+11000000000001010011101000000000
+11000000010000011011101000000011
+11000000010000101011101000000110
+11000000010010100011101000001001
+11000000010011110011101000001100
+11000000010101010011101000001111
+01110000100010100011100101101010
+01110000100010100011101000000111
+01110000100010100001010010100011
+01110000100010100001010100000111
+00100000011000000000000000000000
+01110000100010100011100101100110
+01110000100010100011101000001011
+01110000100010100001010010101010
+01110000100010100001010100001010
+00100000011000000000000000000000
+01110000100010100011100101101100
+01110000100010100011101000001101
+00100000001000000011100111110100
+01110000100010100011100101101011
+01110000100010100011101000001111
+00100000001000000011100111110100
+01110000100010100011100110100111
+01110000100010100011101000001111
+00100000001000000011100111110100
+01110000100010100011100110110110
+01110000100010100011101000001111
+00100000001000000011100111110100
+01110000100010100011100101101000
+01110000100010100011101000000101
+00100000001000000011100111101111
+01110000100010100011100101100000
+01110000100010100011101000000101
+00100000001000000011100111101111
+01110000100010100011100101010011
+01110000100010100011101000000001
+00100000001000000011100111101111
+01110000100010100011100101001100
+01110000100010100011101000000000
+00100000001000000011100111101111
+01101111111000010100100010011011
+01100111111100010000101000111001
+00100000001000000011100111101111
+01110000100000000100001000000110
+01101111111000010100000010011101
+11000011000001110011101000010011
+10011000000000000000110000000000
+11011000010000001000101000000000
+11101111111000001000000000000110
+11000000011111111011101000011101
+10011000010000011000101000000000
+11101111111000001000000000000110
+11100111111000001000000000000101
+00100000001000000011101000010111
+01000100100011000100000000000011
+01101111111000001100001111101111
+00100000010110100110110100110001
+01110000100010100000001100000101
+01110000100010100111101010010100
+00100000010000000011101001000100
+00100000010000000011101000111111
+00100000010000000011101000111010
+01110000100010101000101111100110
+01110000100010101000001110010000
+01110000100010100000111000001011
+01110000100010100000111100000101
+01110000100010010110100001110110
+01110000100010010110100101110110
+01101111111000001100000010011010
+11000000100001000011101000101110
+01110000100010100000100000110100
+01110000100010100000000111111111
+00100000000000000000000001100100
+01110000100010100000001000001110
+01110000100010100000000000000011
+00100000010000000011100111101101
+01110000100010101001101000101011
+01110000100010101001101100010011
+00100000010000000011101001110001
+00100000000000000000000001100100
+01110000100000000100001000000101
+01110000010000010001110100001100
+00100000001000000011110100000000
+01101111111000001100001111101011
+00100100001110100011101000111101
+01011000000000000000000000101001
+01100111111100001000101010000111
+00100000011000000000000000000000
+01101111111000001100001111101100
+00100100001110100011101001000010
+01011000000000000000000000000000
+01100111111100001000101000001101
+00100000011000000000000000000000
+01101111111000001100001111101101
+00100000001110100011101001000111
+01011000000000000000000011010011
+01100111111100001000101001101100
+00100000011000000000000000000000
+01000100100011001100000000000011
+01101111111100001000100110100010
+00101111111011111111111000000110
+01111001001000001111111000000111
+01100111111000001100000100010111
+01101111111100001000100110100011
+00011111111000010000010000001111
+00011000010000111000010000000000
+00011111111100011111111000000000
+10011000010000001000010000000000
+00011000010011111010001000000011
+01101111111000001100000100010111
+00100000010000000011101001011111
+00011111111001100111111000000000
+10011010001000001111111000000000
+00011111111000001111111111110111
+00011111111000010111111111111111
+00101111111011111111111000001000
+00100100001000001011101001011101
+01011000000000000000000000000000
+01100111111000001000000000110000
+00100000001000000011101001100100
+00101111111011111111111000000111
+00100100011000001000000000000000
+11011000010000001111111100000000
+10011000010000011111111000000000
+00100000011000000000000000000000
+01101111111000001000000000110000
+00100000010000000011101001101000
+01100111111000001000000000001001
+00100000011000000000000000000000
+00011111111000010111111011111111
+00011111111001101111110000001010
+00100000010000000111010001110010
+00011111111100100111111000000000
+00011000000001110000010000000000
+10011000010000011111111000000000
+00100000011000000000000000000000
+01011000000000000000111100001111
+00100000001000000011110000000100
+01011000000000000000100000001111
+00100000001000000011110000000100
+00011111111000100000010000000000
+01000100100011010100000000000011
+00011000010000100111111000000000
+00100000010000000111010001101011
+00011100001100000111111000000000
+01111001001000000111111000101100
+00100000010000000111010001010001
+01111001001111111111111000101100
+00100000010000000011101010000010
+00100000010000000111010001010001
+00100000011101000000000000000000
+00100000010000000111010001011110
+10011000000000000011011000000000
+00110111110000011000001000000000
+00100000011000000000000000000000
+00011011001000100000010000000000
+00100000011101001000000000000000
+00011011010000100000010000000000
+00100000011000000000000000000000
+00011100010000100111111000000000
+00100000011101001000000000000000
+00011101000000100111111000000000
+00100000011000000000000000000000
+01000100100011011100000000000011
+00100000001000000011101010001010
+00100000011110100000000000000000
+00011111111000110111111000000000
+00011111111000001111111111111101
+00011111111000001111111111111111
+00100100001000101011101010001111
+00011000000000000111111000000000
+00100000011000000000000000000000
+01011000000000000000000000000000
+01100111111000110000000000000000
+11011000101000000000000101100011
+11011111001000000000000000001010
+00100000010000000111001111011101
+01110000000001001100001100000000
+01110000000000011011011000000000
+01011000000000000000111001000011
+01100111111000010000000000110001
+01011000000000000000011000000000
+01100111111000010000000000110011
+01011000000000000000011000000000
+01100111111000010000000000110101
+01011000000000000000110100000000
+01100111111000010000000000111011
+01011000000000000000001110111011
+01100111111000010000000000110111
+01011000000000000000010100000000
+01100111111000010000000000111001
+01011000000000000000011111010000
+01100111111000010000000000111101
+01011000000000000000111010100110
+01100111111000010000000000111111
+01011000000000000000000111100000
+01100111111000010000000001000001
+01011000000000000000000100100000
+01100111111000010000000001000011
+01011000000000000000000100011010
+01100111111000010000000001000101
+01000100100011100100000000000011
+00100000011101011000000000000000
+01110000010000010010100110001011
+01011000000000000000110100000000
+01100111111000010100001100010110
+01011000000000000000000001100000
+01100111111000010100001100011000
+00011100010000110111111000000000
+01100111111000100100000010010110
+00100000011000000000000000000000
+00100000011101011000000000000000
+01000100100011101100000000000011
+01101111111100001000101000001010
+01111001001000000111111000000011
+01100111111100001000101000001010
+00100000000000000000010010110000
+01111001001111111111111000000011
+01100111111100001000101000001010
+00100000011000000000000000000000
+01011000000000001110111000100001
+01100111111100010000000001010000
+01101111111100100000000100011100
+01100111111000100000010011110010
+01100111111000100000010011110010
+01110000100000000100011110000011
+01101111111100001000000100110011
+01100111111000001000010011110001
+01101111111100001000000100110110
+11000011000000011110011110111010
+01111000001101011111110000000000
+11000011000000111011101011011000
+01111000010101011111110000000000
+00011100111000100111111000000000
+00100100001110100011101011011000
+01101111111100001000000100110011
+11000010100000010011101011011000
+11011000010111111111111111111111
+01100000010110100000000001001100
+01110000100000000000010100010000
+00110111110111111000001000000000
+00110111110110011000001000000000
+01110000100000000000010100100000
+00110111110110011000001000000000
+01110000100000000000010100000010
+01101111111100100000000100111000
+01100111111100100000000001001100
+01101111111100001000000100111001
+00011111111000010111111011100000
+01100111111100001000000001001101
+00110111110110011000001000000000
+01110000100000000000010100000010
+01101111111100011000000100110100
+01100111111100011000000001001100
+11101111111000001000000000000110
+00011111111000011111111011101111
+11100111111000001000000000000101
+00110111110110011000001000000000
+01110000100000000000010100000010
+01101111111100001000000001001111
+01111001001000000111111000000100
+01100111111100001000000001001111
+00110111110110011000001000000000
+00100000010101011011101100001011
+01101111111100001000000001001110
+01111001001111111111111000000011
+01100111111100001000000001001110
+00100000010101011110100001000101
+00100100001101011110011110111010
+11000110100101011000000000000000
+01110000100000000000011000001000
+00100000011000000000000000000000
+01101111111000001100001111101010
+11000000000000001011101011111111
+11000000000000010011101100000011
+11000000000000011011101100000111
+01101111111000001100000011001101
+00011111111000010111111011100000
+01100111111000001100000011001101
+00100000011000000000000000000000
+01101111111000001100000011001101
+00011111111000010111111011100000
+00011111111000011111111000011101
+00100000001000000011101011111101
+01101111111000001100000011001101
+00011111111000010111111011100000
+00011111111000011111111000011011
+00100000001000000011101011111101
+01101111111000001100000011001101
+00011111111000010111111011100000
+00011111111000011111111000010111
+00100000001000000011101011111101
+01101111111000001100000011101000
+01100111111100001000000010000000
+01101111111001000100000011010000
+01100111111101000000000001110000
+11101111111000101000000000000110
+11100111111000101000000000000101
+01101000000001000100000011100000
+00100000011000000000000000000000
+01100000000001000100000011100000
+01101111111101000000000001110000
+01100111111001000100000011010000
+11101111111000101000000000000110
+11100111111000101000000000000101
+01101111111100001000000010000000
+01100111111000001100000011101000
+00100000011000000000000000000000
+01101111111100001000000001101111
+00011111111010110111111000000000
+00011111111000010111111000001111
+00100100001110100011101100100101
+01101111111000011100000010111110
+00100100011110100000000000000000
+01101111111100001000000001101111
+00011111111000011111111000110000
+01100111111100001000000001101111
+01110000100000000000011010000000
+01101111111100001000000100101001
+11000100000000001000000000000000
+01101111111100011000000101000101
+01100111111000011100000010111110
+00100000011000000000000000000000
+01000100100011110100000000000011
+00011011010000100111111000000000
+00100000010000000111010001001111
+01101000010010100100000010101110
+00011000010001100111110011111111
+00100000011000010000000000000000
+00011111111011010111111000000000
+00011111111100100111111000000000
+10011000010001101111110000000000
+00100000010000000111010001110010
+11011000010000000000000011001000
+00100000010000000111010010000000
+01100111111000001000000000001110
+00100100001101000011101100111001
+00011111111001100111111000000000
+01101000010010011100000010111110
+10011000010000001111111000000000
+01100111111000011100000010111110
+01011000000000000000000000000000
+01100111111000100100000010101110
+00100000011000000000000000000000
+01000100100011111100000000000011
+11011000010111111111111111111111
+00100000010000000011110000011000
+01101111111000001100000010101000
+01100111111000001100000011001011
+01101111111000001100000011001001
+01111001001000000111111000000111
+01100111111000001100000011001001
+01000100100100000100000000000100
+01101111111000010100001110100010
+00100000010000000111010010000111
+00110111110110011000001000000000
+01110000100000000000010100000001
+00100000010000000011101011110111
+00110111110110011000001000000000
+01110000100000000000010100000010
+01011000000000000000111100001111
+00100000010000000011101111111010
+01101111111000100100000010101110
+10011000010000001111111000000000
+01100111111000100100000010101110
+00100000010000000011101100010011
+00110111110110011000001000000000
+01110000100000000000010100000010
+01101010010000100100000011001100
+01101111111000101100000011000111
+01100111111100100000000001001100
+01100011001000110100000010110010
+00110111110110011000001000000000
+01110000100000000000010100100000
+00011111111011110111111000000000
+01100111111100001000000001001111
+00110111110110011000001000000000
+01100010010100100000000001001100
+01110000100000000000010100010000
+00110111110110011000001000000000
+01100000010110100000000001001100
+00110111110111111000001000000000
+01000100100100001100000000000100
+01011000000000000000000000000000
+00011100111000100111110000000000
+00100000001000101011101101110000
+01101111111100001000000100110100
+01101000010110001000000100110101
+10011000010001100111110000000000
+00100000001000010011101101101110
+00011000010000100111111000000000
+10011100111001100111111000000000
+00011111111000001111111000000001
+00011111111000001111111000000111
+00110111110110011000001000000000
+10011110001000001111111000000000
+01101000010010100100000010101010
+10011000010000001111111000000000
+01101000010010011100000010111110
+10011000010011111111111000000000
+00011111111011001111111000000000
+00011111111100011111111000000000
+00011111111000001111111111110011
+01101000010010010000000000111111
+10011000010001101111110000000000
+00100000010000000111010001110010
+00011111111100000111111000000000
+00011000000001110000010000000000
+10011000010000011111111000000000
+01101000010010110100000010110010
+00100000010000000111010001000100
+00110111110110011000001000000000
+00011000010000100011001000000000
+01101111111000110100000001001000
+00100000010000000011100100000101
+00011011010000100111111000000000
+01100111111000110000010011000100
+00011100111000100111111000000000
+11100111111000001000000000000101
+01101111111100001000000100011101
+00011111111000011111111011110000
+11100111111000001000000000000101
+00100000011000000000000000000000
+01000100100100010100000000000100
+00100000010000000011101100011011
+01101111111000011100000010111110
+00100000011110100000000000000000
+01101111111000001100000010010100
+00100000011110100000000000000000
+11011010011000000011100010101011
+00100000010000000011100001100111
+00100000011000101000000000000000
+00100000010000000011110000101001
+00100100011110100000000000000000
+00100000010000000011100001011011
+00100100001000101011101110111001
+00100000011101011000000000000000
+01000100100100011100000000000100
+01101000010010001000000000010101
+01101111111000010100000001000010
+10011000010011111111111000000000
+00011000010100011000010000000000
+00011000010010110000010000000000
+10011000010001100111111000000000
+01101000010010100100000001000100
+10011000010000001111111000000000
+01101000010010001100000010100111
+10011000010001100111111000000000
+00011111111100000110000000000000
+01101111111000010100000001001110
+00011111111000110111111000000000
+00100000010000000111010001101011
+00011110000000100111111000000000
+00100000010000000111010001010001
+00011011010000100000010000000000
+00100000010000000111010001001111
+00100000011101000000000000000000
+00100000010000000111010001100100
+01000100100100100100000000000100
+01101111111000001100000011000111
+10011000010001100111110000000000
+00100000001000010011101100111100
+01100000010010100100000010101010
+00100000010000000100110110110001
+01101000010010100100000010101010
+00100000001000000011101101000111
+01000100100100101100000000000100
+01101111111000001100001101011111
+00100100001110100011101110111101
+00100000011000000000000000000000
+01101111111000010100000010100101
+00100000011110100000000000000000
+01101000010010001100000010100111
+10011000010001100111111000000000
+11011000010000000001110101001100
+10011000010011111111111000000000
+00100000001000000011101110110000
+01101111111000010100001110011110
+00100000010000000111010010000111
+00100100001110100011101111011100
+01110000000000000001010100000000
+11000101100001101011101111011100
+01101111111000001100000011000011
+00100000001110100011101111100000
+00011111111000001111111111111111
+01100111111000001100000011000011
+00100000011000000000000000000000
+01110000010000001010100100000000
+01101111111000011100000010111000
+00011111111000001111111000000001
+01100111111000011100000010111000
+00100000011000000000000000000000
+01000100100100110100000000000100
+01110000000000000001010100000000
+01101111111000011100000010111011
+00011111111000001111111000000001
+01100111111000011100000010111011
+01101111111000001100000010101001
+00011111111000001111111000000001
+01100111111000001100000010101001
+00100000011000000000000000000000
+01110000000000000001010100000000
+01101111111000001100000011000010
+01100111111000001100000011000011
+00100000011000000000000000000000
+01101000010010001100000011000001
+01100000010010001000000000010101
+00100000011000000000000000000000
+01101111111000001100000011000111
+00100100011110100000000000000000
+01110000100000000100001000000110
+01011000000000000000111100001100
+00100000010000000011110000000100
+01011000000000110000110101000000
+00100000010000000011101010001100
+00110111110110011000001000000000
+00011110001000100110000000000000
+00100000010000000011101001101111
+01110000100000000100001000000100
+00100000000000000000000000001010
+00110111110110011000001000000000
+00011110001000100111111000000000
+10011110000001100111111000000000
+00011111111000001111111000110000
+11011000010000000000000011111111
+00100000010000000111010010000000
+01100111111000001100000011000111
+00100000000000000111010100110000
+00100000000000000111010100110000
+00100000000000000111010100110000
+00100000011000000000000000000000
+11011000101000000000111111111111
+10011000101000010000101000000000
+01101111111000001100000011000100
+00011111111000010111111011110000
+00011111111011010111111000000000
+10011000101000011111111000000000
+01100111111100010000000001001100
+11101111111000010000000000000110
+11100111111000010000000000000101
+00100000011000000000000000000000
+00100000010000000011101111111010
+01000100100100111100000000000100
+01011000000000000000000000000001
+00100000001000000011110000001001
+01011000000000000000000000000010
+00110111110110011000001000000000
+01100111111100001000000000000101
+00110111110110011000001000000000
+00110111110110011000001000000000
+00100000011000000000000000000000
+01000100100101000100000000000101
+01101111111100100000000100111000
+01100111111100100000000001001100
+01101111111100001000000100111000
+00011111111000010111111001000001
+01101000010010001100000011001100
+10011000010000011111111000000000
+01100111111100001000000001001100
+01011000000000000000000000100000
+00100000001000000011110000001001
+01000100100101001100000000000101
+01101111111000100000000000010110
+01100111111100100000000001001100
+01011000000000000000000000000100
+00100000010000000011110000001001
+01101111111000100000000000011010
+01100111111100100000000001001100
+01011000000000000000000000001000
+00100000001000000011110000001001
+01101111111000010100000010100011
+11111001001000000111111000000000
+01100111111000010100000010100011
+00100000011000000000000000000000
+01101111111000010100000010100011
+11111001001111111111111000000000
+01100111111000010100000010100011
+00100000011000000000000000000000
+01000100100101010100000000000101
+00100000010000000100110110101111
+01101111111000010100000010100011
+00011111111000100010001000000000
+01101111111000011100001111111101
+01111101001110100010001000000001
+01101111111001000100010000011110
+01111101001110100010001000001111
+01101111111001000100010000100110
+01111101001110100010001000001110
+01101111111000001100000100001101
+01111101001110100010001000001000
+00011010001000100111111000000000
+01100111111000010100000010100011
+00100000011000000000000000000000
+01101111111100010000000100010010
+01111101001110100010001000000110
+01101111111100010000000100001110
+01111101001110100010001000000101
+00100000011000000000000000000000
+01101111111100100000000100110000
+01111001001111111111111000011011
+01100111111100100000000001001100
+00100000010000000011110000000101
+00100000001000000011101010001010
+01101111111100100000000100110100
+01111001001111111111111000010100
+01100111111100100000000001001100
+00100000001000000011110000001000
+01000100111010110100000000011010
+01111000010101011111110000000000
+01110000000000010111100100000001
+01110000000000010110001100000011
+01110000000000010111101000000001
+01011111111111111111111111111111
+01100111111000010000000101111101
+00011000000000000111111000000000
+01100111111000001000000101111011
+01100111111000001000000110000110
+01100111111000011100000010111000
+01100111111000011100000010111011
+00100000010000000011111110100001
+01110000010000010010101100000001
+01110000010000010010110000000000
+01110000000000011001100000000001
+01110000000000011001100100000001
+01110000010000110110110100000000
+00100000001000000100000001111110
+01000100111010111100000000011010
+01111000001101001111110000000000
+01110000000000010110010000000011
+01110000010000110110111100000001
+01110000000001010000011000000001
+01011000000000001111111111111111
+01100111111000010000010100001000
+00011000000000000111111000000000
+01100111111000101100010000000111
+01111001001000000111111000100111
+01100111111000101100010000000010
+00100000001000000011110001000110
+01000100111011000100000000011011
+01111000010101001111110000000000
+01011000000000000000000000010111
+01100111111000010100001010111000
+00011111111000001111111000000100
+01100111111000010100001101111100
+01110000000000010110010000000001
+01110000010000110101111100000000
+01110000000000000001010100000000
+00100000010000000011110011001111
+01101111111000010000000110010001
+01100111111000010100001011001010
+01101111111000010000000101100101
+00011111111011111111111000000101
+00011111111100011111111000000000
+01100111111000010000000110010001
+00100000001000000011110001000110
+01000100111011001100000000011011
+00100000010000000011110011111001
+01101111111000001000000101100011
+00101111111011111111111000000100
+01111001001000001000000000110010
+00100000010000000100110110011110
+01101111111000001000000101100100
+11000010100000001011110001111111
+00100000001000000011110010010001
+01000100111011010100000000011011
+01111000001101001111110000000000
+00100000010000000100000001110100
+00100000001000010011110010001110
+00100000010000000011110100111111
+00100000010000000011111110110110
+01111000010101101111110000000000
+00100000010000000011111001110100
+00100100011101101000000000000000
+01101111111000001000000000000101
+00011111111000001111111000000001
+01100111111000001000000000000101
+00100000010000000011111101100111
+01111000010101001111110000000000
+00100000011000000000000000000000
+00100000010000000011110011000100
+01111000010101001111110000000000
+00100000011000000000000000000000
+01000100111011011100000000011011
+01110000010000110001001100000000
+01111001001111111000000000110000
+01111000010101110111110000000000
+00100000010000000100000001110100
+00100000001000010011110011000100
+01101111111000001000000110011000
+00100000010000000011110011100000
+00100000010000000011110100111111
+00100000010000000011110110010110
+00100100001011000011110010110101
+00100000010000000011110011010011
+00100000001101101011110010100000
+11000101000110000011110010100000
+00100000001000000011110010101111
+01000100111011100100000000011011
+01101111111000001100001100010011
+00011111111000001111111000000001
+01100111111000001100001100010011
+11000000000001100011110010101111
+00100000010000000011111101100111
+00100000010000000011111110110110
+01101111111000001000000110011001
+00100000010000000011110011100000
+00100000010000000011111010000101
+00100000010000000100000000011001
+01101111111000010100001110011010
+00100000010000000111010010000111
+00100000010000000011110010111001
+00100000001101000011110010111110
+01000100111011101100000000011011
+00100000010000000100011010001010
+00100000010000000100011010000001
+00100000010000000110111110010001
+01101111111000001000000110000110
+11000010100000011011110011000100
+01000100111011110100000000011011
+00100000010000000011100011001100
+00100000010000000100000101000111
+00100000001000000011100011110011
+01111000010101000111110000000000
+11000101000101010111010011001000
+11000101000101001111010011001000
+11000101000110000111010011001000
+00100000011000000000000000000000
+01000100111011111100000000011011
+01111000001101110111110000000000
+00100000010000000011111001111000
+00100000001101101011110010100000
+11000101000110000011110010100000
+00100000001000000011110010101111
+01000100111100000100000000011100
+00100000010000000011110011001010
+00100000010000000100110111101110
+00100000010000000011110011001111
+01110000000001001100001100010101
+00100000001000000110111101111011
+11011000101000000100001111110011
+00100000010000000111001111100001
+01110000000000010111100100000000
+01110000000000010110010000000000
+01110000000000010110001100000000
+01000100111100001100000000011100
+01110000010000101101001000000000
+01110000010000101101000100000000
+00100000011000000000000000000000
+01000100111100010100000000011100
+01101111111000001000000000000101
+00011111111000001111111000000001
+01100111111000001000000000000101
+01101111111000001000000101100011
+11000011100000011000000000000000
+01111001001000000111111000000011
+01100111111000001000000101100011
+01101111111000010100001011001010
+01100111111000010000000110010001
+01011000000000000000000000000000
+01100111111000100100001011110010
+00100000011000000000000000000000
+00011111111000100000010000000000
+01000100111100011100000000011100
+00011000010000100111111000000000
+11000010100000000011110011111001
+11000010100000001011110011101001
+11000011000000010011110011111001
+11000010100000111011110011110110
+11000010100000010011110011101111
+00100000001000000011110011111001
+00100000010000000011110011111001
+01111001001000000000000000101101
+01111001001111111000000000101111
+01110000100010010000000100000011
+01110000100010010010000010000100
+00100000011000000000000000000000
+00100000010000000011110011111001
+01111001001000000000000000101111
+01111001001111111000000000101110
+01110000100010010000000100000101
+01110000100010010010000010000000
+01110000100010010011000000100000
+00100000011000000000000000000000
+00100000010000000011110011101111
+01111001001000000000000000101110
+00100000011000000000000000000000
+01000100111100100100000000011100
+01111001001111111000000000101101
+01111001001111111000000000101111
+01110000100010010000000100000001
+01110000100010010010000010000000
+01110000100010010011000000000011
+00100000011000000000000000000000
+01000100111100101100000000011100
+01111001001111111000000000110010
+01110000100010010000000100000001
+01110000100010010010000010000000
+01110000100010010011000000000011
+00100000011000000000000000000000
+01000100111100110100000000011100
+01111000010001001111110000000000
+01111000010000111111110000000000
+01101111111000011000000110001011
+10011000000000000001111000000000
+01101111111000001000000000000111
+00011111111011011000010000000000
+01111001001000000000010000000001
+00011000010000110001110000000000
+00100000011000000000000000000000
+00100000010000000011110100011001
+00100000010000000011100101010100
+01101111111000010000000000111001
+00100000010000000011101010001100
+00100000001000000011100101101010
+00100000001101101011100111001111
+11000101000110000011100111001111
+00100000010000000011110100011001
+00100000001000000011100111001001
+01000100111100111100000000011100
+00100000010000000011100100100101
+01101111111000001000000110110110
+00100100001110100011110100101100
+01101111111000001000000000000111
+00011111111001100111110000100100
+00100000001000010011110100100110
+00011000000000000000010000000000
+11000001000100101000000000000000
+00011000000000000000010000011000
+11000001000100110000000000000000
+00011000000000000000010001001110
+00100000011000000000000000000000
+00011111111001100111110000001010
+00100000001000010011110100101001
+00011111111000001111111000000001
+00011111111000111111111000000000
+00011111111000001000010000000010
+00100000011000000000000000000000
+01101111111000001000000000000111
+00011111111000111000010000000000
+00100000011000000000000000000000
+11011000010000000000000111110100
+00100000011110100000000000000000
+11011000010000000000000011111010
+11000001000000001000000000000000
+11011000010000000000000010010110
+11000001000000010000000000000000
+11011000010000000000000001100100
+11000001000000011000000000000000
+11011000010000000000000001001011
+11000001000000100000000000000000
+11011000010000000000000000110010
+11000001000000101000000000000000
+11011000010000000000000000101000
+11000001000000110000000000000000
+11011000010000000000000000010100
+00100000011000000000000000000000
+01000100111101000100000000011101
+01111000001010000111110000000000
+01101111111000100000000110000111
+10011000000000000001001000000000
+00100000010000000011110101110100
+01011000000000000000001000000000
+00100000001101001011110101001000
+01101111111000010000000101110001
+00011111111000110111111000000000
+01101000010010010000000000111001
+10011000010000001111111000000000
+00100000010000000011101001110011
+00011011010000100111111000000000
+00100000011000000000000000000000
+01000100111101001100000000011101
+00100000010000000111001110100100
+01100111001000010000010011101111
+00011010001000001000110000000001
+11101111111000001000000000000110
+11000100000000000000000000000000
+00011010001000001000101000011010
+11101111111000010000000000000101
+00011111111000001111111000000001
+11100111111000010000000000000101
+00100000010000000011111011100110
+00100000010000000011111100001000
+00100000010000000011111100010001
+00100000010000000011110101011110
+00100000010000000111001110110011
+01101111001000010000010011101111
+00100000011000000000000000000000
+00011010001000001000110000011001
+11101111111000001000000000000110
+00011010001000001000101000011000
+11101000010000001000000000000101
+10011000010000001111111000000000
+00011111111001100111110000100100
+00100000001000010011110101100110
+00011111111000001111111111011011
+11100111111000001000000000000101
+00100000011000000000000000000000
+00011010001000001000110000110000
+11101111111000101000000000000110
+00011000000000000000010000000000
+00011000000000000111001000100101
+11000011000000000011110101101110
+00011000010000001000010000000001
+00011111111000110111111000000000
+11000010000000000011110101101100
+00011000010000001111111111111111
+00011010001000001000101000100010
+11100111111000001000000000000101
+00100000011000000000000000000000
+01000100111101010100000000011101
+01101111111000001000000101111011
+10011000000000000000111000000000
+01101000010010101000000110010011
+10101000010011111111111111111111
+00100000001000001011110110001001
+01101111111000001000000110000101
+10011000111001100111111000000000
+00100000001000010011110101111111
+00011111111001100000111111111111
+00100000001000000011110101111010
+00011000111000100111001000000000
+00011000000000000000111000000000
+10101000010011111111111111111111
+00100000001000001011110110000100
+00011111001000001111001000000001
+00011111001000100111111000000000
+00100000001110100011110110001001
+00011000111000001000111000000001
+00011111001000001111001111111111
+00100000001000000011110110000001
+00011000111000100111111000000000
+01100111111000001000000000000111
+00100000011000000000000000000000
+00100000001101001011110110001111
+00110111110000011000001000000000
+00100000011000000000000000000000
+11011001011000000000111010100000
+00110100011100110000001000000000
+00100000011000000000000000000000
+01111000010010000111110000000000
+01101111111000010100001100011101
+00011111111000100001011000000000
+00100000001000000011110110011100
+01000100111101011100000000011101
+00100000010000000011111000000010
+01111000001010000111110000000000
+01101111111000010000000101110001
+01101000010010100100001011110010
+10011000010000001001011000000000
+00100000010000000011110100010000
+01000100111101100100000000011101
+00100000010000000011110100000110
+11000101100101111011110110100100
+01111000001111001111110000000000
+00100000000000000000000000011110
+00100000010000000011110100000110
+00011001011010011001011000000000
+01111000010101101111110000000000
+01111000001001101111110000000000
+01111000001100001111110000000000
+01111000010100000111110000000000
+00011001011000100011011000000000
+00110111110000011000010000000000
+00100000001101110011110110101101
+00011011010000100000010000000000
+01100000010010110000000000001111
+00100100001011000011111000111110
+01111000001010000111110000000000
+01101111111000001100000100101001
+11011000010000000100111000100000
+10011000010000001000010000000000
+01101111111000001100000100011101
+10011000010011111011011000000000
+00100000010000000110010110100100
+00100000001101110011110110111011
+00100000010000000011111001000011
+01101111111000001000000101100011
+11000011000000011011110110111011
+01101000010010110000000000001111
+00100000010101011011101100101010
+00100000010000000011101001001001
+01111000001000111111110000000000
+01111000001001001111110000000000
+00001001100000000000000000001000
+00011001100010010111111000000000
+01100111111000001000000001000111
+00001001100000000000000000001000
+00011001100010010111111000000000
+01100111111000001000000001001000
+00011111111000100111001000000000
+00100000001000101011110111100001
+11000101000110010011110111001100
+00001001100000000000000000001000
+00011001100010010111111000000000
+11100111111000001000000000000101
+11000010000000000011110111000111
+00100000001000000011110111100001
+00011000101000100010010000000000
+01000100111101101100000000011101
+00100000010000000011111101100000
+01101010001000001000000001001000
+00011010001000001010001111111100
+00100100001000010011111000110110
+00100000010000000011111000000111
+00011010010000100000101000000000
+11011000010000000000000000000000
+01101111001000001000000001001000
+00011111001000001111001111111100
+00100000001000101011110111011111
+00001001100000000000000000001000
+00011001100010010111111000000000
+11100111111000001000000000000101
+00011000010000001000010000000001
+00011000010000010111110000001111
+00100000010000101011111000100101
+11000010000000000011110111011000
+00100000010000000011111000101101
+00011010010000100000101000000000
+01000100111101110100000000011101
+00001001100000000000000000011000
+00011111111011110111111000000000
+00011111111100010111111000000000
+11100111111000011000000000000101
+01111000001010000111110000000000
+00100000010000000011111001010001
+00100000001000110011111000111010
+11000101100110010011110111110011
+01101111111000001000000001001000
+00100000001110100011110111110011
+00011111111000001111111111111100
+01100111111000001000000001001000
+00100000010000000110110111100111
+01101111111100001000000100001000
+11000011000000111011111000110110
+00011000000000000111000000001100
+01100101111000100000000101001111
+00100000010000000110010110100011
+01111000001101101111110000000000
+01111001001111111000000000110000
+01000100111101111100000000011101
+00100000010000000110110111101001
+01101111111000001000000110011000
+01111101001111100111111000000111
+01100111111000001000000110011000
+00100000010000000011111000000000
+01000100111110000100000000011110
+01101000010010001000000000001000
+00011000010000001010001000000010
+00100000001000000011100110001110
+01111000010001101111110000000000
+00100000001000000011100100100101
+11000110100110010000000000000000
+00100000010000000110111010000100
+00011000000000000111000000001100
+00100000010000000110111010001100
+00100000001000000110111010001011
+01000100111110001100000000011110
+01110000100000000110110000000000
+01110000100000000110110100000001
+01101111111000001000000001000111
+00011111111000010111111000000011
+01100111111100001000000001101110
+01011000000000000000000001001001
+01100111111100010000000001101000
+01100111111100010000000001101010
+01101010001000001000000001001000
+00011010001000001010001111111100
+01101000010010101100010000000111
+00101000000011111111111000001111
+00100000010000001011111000011011
+00100000010000000110110101010100
+01011000000000000000000000000000
+01100111111100010000000011000001
+01110000100000000000101000000110
+01110000100000000000101000000111
+00100000011000000000000000000000
+00011000010001100111110000000000
+00100000001000101011111000100000
+00011000010000001000010111111111
+01111001001000000000010000100111
+00100000011000000000000000000000
+01011000111111111111111111111111
+00011111111100000111111000000000
+11011000010000001111111111111111
+10011000010000011000010000000000
+00100000011000000000000000000000
+00011000101000100010010000000000
+01101111111000001000000001001000
+00011111111000001111111111111100
+10011000010001100111110000000000
+00100000011000101000000000000000
+01100000010110010000000011000001
+00011010010000100000101000000000
+00100000011000000000000000000000
+00001001100000000000000000100000
+00011111111011110111111000000000
+00011111111011001111111000000000
+11100111111000100000000000000101
+00011000101000100010010000000000
+00011000000000000111000000000000
+00011111111000100101111000000000
+01100000010110010000000011000001
+00100000011000000000000000000000
+00100000001000000011111001000000
+00100000010000000011111001010001
+00100000010000000011100011001100
+00100000001000000011110111110011
+00100000010000000110010110100101
+11000101000110000011111000111110
+01111001001000000000000000110000
+00100000001000000011110111110110
+01111001001111111000000000110000
+00100000001000000011111001000000
+01000100111110010100000000011110
+00100000010000000110110111101001
+00100000001000000011100011001100
+11000101000101111011111001001001
+11000101000101101011111001001101
+01101111111000010000000001000001
+00011111111000100101001000000000
+00011100001000100101000000000000
+00100000011000000000000000000000
+01101111111000010000000001000101
+00011111111000100101001000000000
+00011100001000001101000000000001
+00100000011000000000000000000000
+01101111111000010000000001000011
+00011111111000100101001000000000
+00011100001000100101000000000000
+00100000011000000000000000000000
+01101111111000001000000001001000
+00011111111000001000010000000101
+00011000010010011000010000000000
+01101111111000001000000110011000
+11000101000101111011111001011000
+11000010100000000011111001011010
+11000010100000001011111001011011
+00100000001111100011111001011101
+00100000001000000011111001100000
+00100000001000000011111001100101
+00011000010000110000010000000000
+00100000001000000011111001100101
+00011000010000001000010000000011
+00011000010000111000010000000000
+00100000001000000011111001100010
+00011000010000001000010000000011
+00011000010010011000010000000000
+01011000000000000000000000101000
+10011000010000001000010000000000
+00100000001000000011111001100101
+01101111111000001100000100011101
+10011000010011111000010000000000
+11011010001000000100111000100000
+10011010001011111111111000000000
+10011000010001100000010000000000
+00011011011000100111111000000000
+10011000010001100011011000000000
+00100000011000000000000000000000
+00100000010000000011111010000101
+01101000010010001000000000001000
+00100000010000000011100101010100
+00100000010000000011100101101010
+01111000001010000111110000000000
+11011001011000000001010101111100
+00100000001000000011110110011101
+01000100111110011100000000011110
+01101111111000001000000110011001
+00100000010000000011110011100000
+00100000010000000011111010000101
+01101111111000001000000110011000
+00100000010000000011110011100000
+01101000010010001000000000001000
+00100000010000000011100101010100
+00100000010000000011100101101010
+01111000001010000111110000000000
+11011001011000000001010101111100
+11000101100101111011110110011101
+11011001011000000010000100110100
+00100000001000000011110110011101
+01000100111110100100000000011110
+00100000010000000011111010000101
+00100000001000000011100011001100
+01000100111110101100000000011110
+00100000010000000011110100000110
+00100000010000000011110100010101
+00100000010000000110010110101010
+01111001001000000010101000000000
+01111000001011101111110000000000
+01111000001100000111110000000000
+01111000010100001111110000000000
+00100000010000000011110110001100
+01111000010111010111110000000000
+11000101000101111011111011001000
+11000101000101101011111011011010
+00011001001100010111111000000000
+00011111111011001111111000000000
+00011111111100011111111000000000
+00001000000000001000011000101000
+01111000001000111111110000000000
+01111000001001001111110000000000
+01000100111110110100000000011110
+01101111111000001100000100101011
+00001000000000001000011000001000
+11101111111000001000000000000110
+00011111111000100111001000000000
+00001000000000001000011000001000
+00011111001001100111110000000000
+00100000001000101011111010100110
+01101111111100001000000000001010
+00100000001110100011111010100010
+11000101000110010011111010111101
+11011000110000000100000100101101
+11101111111000001000000000000110
+00001000000000001000011000001000
+11000010000000000011111010100011
+01111000001001000111110000000000
+00001000000000001000011000011000
+01111000010001000111110000000000
+11000101100101111011111010101101
+01111000010000111111110000000000
+01011000000000000000000000000000
+00001000000000001000011000000011
+00110111110100111000001000000000
+00100000000000000000000001100100
+01000100111110111100000000011110
+01111000010011101111110000000000
+01111000010111000111110000000000
+00100000010000000011100100100101
+00100000010000000110010110101000
+01101111111000001100000100101011
+00011111111000010111111000000011
+11000001100000011000000000000000
+01101111111000001100001011010010
+11000000000000010011111110100001
+11000001100000101000000000000000
+01101111111000001100000100101101
+11000000000000101011111110011100
+00100000011000000000000000000000
+00011111001000001111001111111100
+00011111001000100000010000000000
+00100000010000000110110111010100
+11011000110000000100000100101101
+11101111111000001000000000000110
+00001000000000001000011000001000
+11000010000000000011111011000001
+00100000010000000110110111011001
+00011101111000100111111000000000
+00001000000000001000011000100000
+00100000001000000011111010100110
+11011111001000000000000000001010
+01011000000000000000000000111100
+00001000000000001000011000001000
+11000010000000000011111011001001
+01111000010011101111110000000000
+01111000001111000111110000000000
+00011001001100010111111000000000
+00011111111100010111111000000000
+00011111111100011111111000000000
+00001000000000001000011000100000
+11000101000101110011111011010111
+01011000000000000000000000000001
+00001000000000001000011000000101
+01111000001111010111110000000000
+00100000001000000011111010010101
+01011000000000000000000000000000
+00001000000000001000011000000101
+00100000001000000011111010010101
+01101111111000001100000100011101
+01101000010010001100000100101010
+10011000010000001111111000000000
+00100000010000000011101010001100
+00011001001100010111111000000000
+00011111111011001111111000000000
+00011111111100011000010000000000
+00011000010000100111111000000000
+00001000000000001000011000001000
+00011000010000100111111000000000
+00001000000000001000011000101000
+00100000001000000011111010010101
+11011010011000000011111011101010
+11011010010000000011111100000000
+11011000111000000000000000000101
+00100000001000000011111100111111
+00011010001000001000110000000100
+11101000010000100000000000000110
+00011010001000001000110000110111
+11101111111000001000000000000110
+00011010001000001000101000101011
+11100111111000001000000000000101
+11101111111000010000000000000110
+00011111111010111111111000000000
+10011000010000001001011000000000
+00011010001000001000101000000100
+00011001011000100111111000000000
+11100111111000100000000000000101
+11101111111000010000000000000110
+00011111111010111111111000000000
+00011010001000001000101000000010
+11100111111000010000000000000101
+11101111111000010000000000000110
+00011010001000001000101000101100
+11100111111000010000000000000101
+11101111111000010000000000000110
+01100111111000010100001011001010
+00100000001000000100000010000001
+11101111111000001000000000010001
+01111001001111111111111000000011
+11100111111000001000000000010001
+01100010001000010000010011011000
+01110000000001001100001101000100
+00100000010000000110111101111011
+01101010001000010000010011011000
+00100000011000000000000000000000
+11011010011000000000000000000000
+11011010010000000011111100001100
+11011000111000000000000000000110
+00100000001000000011111100111111
+00011010001000001000110000110111
+11101111111000101000000000000110
+00011010001000001000101000110000
+11100111111000101000000000000101
+00100000001000000011110101101000
+11011010011000000000000000000000
+11011010010000000011111100010101
+11011000111000000000000000000111
+00100000001000000011111100111111
+00011010001000001000110000110111
+11101111111000001000000000000110
+00100000010000000011111100100010
+11100111111000001000000000000101
+00011010001000001000110000111000
+11101111111000001000000000000110
+00100000010000000011111100110000
+11100111111000001000000000000101
+01100010001000010000010011011000
+01110000000001001100001101000010
+00100000010000000110111101111011
+01101010001000010000010011011000
+00100000011000000000000000000000
+00100000010110100011111100101010
+00011010001000001000101000110101
+00100100011101001000000000000000
+01101000010010001100001101111010
+00101000010011111111111000000111
+01111001001000001111111000000111
+00011010001000001000101000110110
+00100000011000000000000000000000
+00011010001000001000110000110101
+11101111111000001000000000000110
+00100100011101001000000000000000
+00011010001000001000110000110110
+11101111111000001000000000000110
+00100000011000000000000000000000
+00100000010110100011111100111001
+01101000010010001100001101111010
+00101000010011111111111000000111
+01111001001000001111111000000111
+00011010001000001000101000110110
+00100100011101001000000000000000
+01111001001111111111111000000111
+00011010001000001000101000110101
+00100000011000000000000000000000
+00011010001000001000110000110110
+11101111111000001000000000000110
+00100100011101001000000000000000
+00011010001000001000110000110101
+11101111111000001000000000000110
+00100000011000000000000000000000
+01000100111111000100000000011111
+11101111111000001000000000010001
+10101111111011000000000000000000
+00100000011000001000000000000000
+00011010001000001000110000011010
+11101000010000010000000000000110
+00011010001000001000110000100000
+11101111111000010000000000000110
+10011000010001100111111000000000
+00100000001000101011111101001111
+00100100001000010011111101010100
+00011111111001100111110000000001
+00100000001000101011111101001101
+00100000011000000000000000000000
+00011010011000100111111000000000
+00100000001000000111010010000111
+11101111111000001000000000010001
+11111001001111111111111000000000
+11100111111000001000000000010001
+00011010010000100111111000000000
+00100000001000000111010010000111
+00011010001000001000110000011010
+11101111111000010000000000000110
+00011010001000001000110000100000
+11101111111000010000000000000110
+10011000010001100111111000000000
+11011000010000001111111111111111
+10011000010001100111110000000000
+00100000001000101011111101001111
+11011000010000001111000000000000
+10011000010001100111110000000000
+00100100001000010011111101001111
+00100000011000000000000000000000
+01101000010010001000000101111010
+01101111111000001000000001000111
+00011111111000110111111000000000
+10011000010000101111111000000000
+00101111111011111111111000000010
+01111001001000001000000000001111
+00100000011000000000000000000000
+01000100111111001100000000011111
+00100000010000000100000001111110
+11000110000110000000000000000000
+00100000010000000011111110001110
+01101111111000001000000001000111
+00101111111011111111111000000100
+01111001001000001000000000101010
+00011111111000110111111000000000
+10011000010000101111111000000000
+00101111111011111111111000000010
+01111001001000001000000000001111
+11000110000001111000000000000000
+01101111111000001000000001001000
+00100000001110100011111110000000
+01101111111000001000000101100011
+11000011000000100011111110000000
+01101000010010100000000101001111
+01101111111000100100010000001100
+10011000010001100111110000000000
+00100000001000101011101010001010
+01100000010010100100010000001100
+01101111111000101100010000000111
+00011111111000001111111000000001
+01111001001000000111111000100111
+01100111111000101100010000000111
+01101000010010001000000101111010
+01111001010000000000010000000010
+01100000010010001000000101111010
+01101111111000001100001011110110
+11000100000000110000000000000000
+01000100111111010100000000011111
+01101111111000001000000001001000
+00100000011110100000000000000000
+01101111111000001000000001000111
+00101111111000000000011000000001
+00100000001000001100010110010010
+00101111111000000000011000000010
+00100000001000001100010110000000
+00100000011000000000000000000000
+01000100111111011100000000011111
+01101000010010001000000101111010
+00101000010011000000000000000101
+00100000011000001000000000000000
+01101111111000001000000001000111
+00011111111000111111111000000000
+10011000010000101111111000000000
+11000100000000011000000000000000
+01111001001111111000010000000101
+01111001010000000000010000000011
+01100000010010001000000101111010
+00101000010000000000011000000011
+00100100011000001000000000000000
+00100000011000000000000000000000
+01101111111000001000000101100011
+01111001001000000111111000000100
+01100111111000001000000101100011
+01111001001000000000000000110010
+00100000011000000000000000000000
+01000100111111100100000000011111
+01110000010000101101001000000000
+11011111111000000000000000000000
+01100111111000100100010000001100
+01100111111000101100010000000010
+01111001001000000111111000100111
+01100111111000101100010000000111
+01101111111000001000000101100011
+01111001001111111111111000000100
+01100111111000001000000101100011
+01111001001111111000000000110010
+00100000011000000000000000000000
+11011010001000000000000000000001
+01101111111000001000000001000111
+11000011100000110000000000000000
+11011010001000000000000000000000
+00100000011000000000000000000000
+00011000110000100000101000000000
+01101000010010010100001101111100
+00011000101000100000110000000000
+00100000011000000000000000000000
+01000100111111101100000000011111
+01101111111000001000000101111010
+11000011100000101000000000000000
+00100000010000000011111111010111
+00100000010000000100000110110100
+00100000001110100011111111111011
+11101111111000010000000000000110
+11101000010000010000000000000110
+00011000010000100010001000000000
+10011010001001100111111000000000
+00100000010000000011111110110010
+00100000010000000111010010111110
+00011111111000100000010000000000
+11101000001000001000000000000110
+00011010001000100111111000000000
+10011000110000001111111000000000
+01100111111000010000010011100011
+00100000010000000011111111101011
+00100000010000000011111111111101
+00100000010000000100000110110100
+11101111111000010000000000000110
+00011111111000100010001000000000
+00011000110000100010011000000000
+11101000010000010000000000000110
+00011000010000100010010000000000
+10011010010001100111111000000000
+00100000010000000011111110110010
+00100000010000000111010010111110
+10011010010000001111111000000000
+11100111111000010000000000010011
+10011010001001100111110000000000
+00100100011000101000000000000000
+00100000001000000100000111001110
+00100000010000000011111111011110
+11000110000101001000000000000000
+01101111111000001100001011110110
+11000011000000010011111111101001
+00100000010000000100000110111000
+00100000001110100011111111101001
+00100000001000000011111111100111
+00100000010000000100000110110100
+00100000001110100011111111101001
+11101111111000010000000000000110
+11101000010000010000000000000110
+10011000010001100010001000000000
+00100000010000000011111110110010
+00011000010000100111111000000000
+10011010001001100111110000000000
+00100000001000010011111111101001
+01111001001000000000000000101001
+00100000011000000000000000000000
+01111001001111111000000000101001
+00100000011000000000000000000000
+00011010001000100111111000000000
+00100000011110100000000000000000
+11011000001000000000000000000001
+00100000011000000000000000000000
+01000100111111110100000000011111
+00011000010000001000010000000001
+00100000010000000100000010101111
+00011000110000001000110111111110
+11101111111000010000000000000110
+11011000010000000010100100000010
+10011000010001100111110000000000
+00100100011000101000000000000000
+00011000110000001000110000000001
+00011000110000100010001000000000
+11101111111000001000000000000110
+00100000011000000000000000000000
+00011000000000000000010000000000
+00011000000000000000001000000001
+01000100111111111100000000011111
+01100000010010001100000100101100
+01101000010010001000000101111010
+01111001001000000000010000000101
+00011000010000010111111011111100
+10011000001000011111111000000000
+01100111111000001000000101111010
+00011111111000010111111000011111
+00101000000011111111111000101001
+01111001001000001111111000000100
+01100111111000001100000100101011
+01101111111000001100000100101011
+00101000001000000000011000000001
+00100100001000001100000000001101
+01101111111000001100000100101100
+00100000011110100000000000000000
+11000101000110010100000000010011
+01101111001000001100000100101100
+01101111111000010000010011100011
+00011111111000100000110000000000
+11011000101000000100000100101101
+00100000001000000111010000001100
+00100000010000000110111010000100
+00100000001000000110110110111011
+11011000111000000000000000000000
+00100000001000000011110000100001
+11011000111000000000000000000000
+00100000001000000011110000100101
+01000111000000000100000000100000
+11000110000001111000000000000000
+11000110000110000000000000000000
+01101111111000001000000001000111
+00011111111000010111111000000011
+01100111111000001100001100001001
+01101111111000001000000001001000
+00100000011110100000000000000000
+01011000000000000000000001001001
+01100111111000010100001100001110
+01000111000000001100000000100000
+01101111111000001100001100001001
+11000000000000011100011011000011
+00100000010000000100000000110100
+00100100001101000100000000010101
+00100000010000000100000000010111
+01011000000000000000000000000000
+01100111111000010100001100001100
+01101111111000010100001100010100
+00100100001110100111010010000111
+01101111111000010100001100001110
+00011111111000001000110000000010
+11101111111000010000000000000110
+11000000000000100100001100101111
+11000000000000110100010111100011
+11000000000000101100010110110111
+00100000011000000000000000000000
+01101111111000001100001100001001
+11000000000000010100000001000011
+11000000000000001100000001011010
+00100000011000000000000000000000
+00100000010000000111010011001000
+11011000010000000000000000000100
+10011111111001100111110000000000
+00100000011000101000000000000000
+11011000010000000000000000000101
+10011111111001100111110000000000
+00100000011000101000000000000000
+11011000010000000000000000000110
+10011111111001100111110000000000
+00100000011000101000000000000000
+00100000001000000111010011001010
+01101111111000010100001100001110
+00011111111000100000110000000000
+11101111111000010000000000000110
+01100111111000010100001100001010
+11101111111000010000000000000110
+00100000010000000100000000111000
+00100100011101000000000000000000
+01101000010010001000000001001000
+01100000010010010100001100001100
+01101111111000010100001100001010
+00011111111000001111111000000100
+10011000010001100111110000000000
+00100000001000101111010011001000
+01101111001000001000000001001000
+11011000101000000000111100000000
+01101111111000010100001100001110
+00011111111000100000110000000000
+00100000010000000111010000001100
+00100000001000000111010011001010
+00100000010000000111010011001000
+01101111111000010100001100001100
+00100100011110100000000000000000
+00100000001000000111010011001010
+00100000010000000100000001010110
+00100100011101000000000000000000
+01101111111000010100001100001100
+11011000101000000000111100000000
+10011000101000001010001000000000
+01101000010010001000000001001000
+10011000010000001111111000000000
+01100111111000010100001100001100
+01101111001000001000000001001000
+00011010001000100000101000000000
+01101111111000010100001100001110
+00011111111000100000110000000000
+00100000010000000111010000001100
+01011000000000000000111100000000
+01100111111000010100001100001110
+01101111111000010100001100001010
+00011111111000001111111000000100
+01101000010010010100001100001100
+10011000010001100111110000000000
+00100000001000101111010011001000
+00100000001000000111010011001010
+00100000010000000111001111000000
+11011000101000000100001010001111
+00100000001000000100010101111010
+01101111111000010100001110011000
+00100000001000000111010010000111
+01000111000000010100000000100000
+01101000010010100000000101111111
+00100000010000000011101010000110
+10011000010001100001011000000000
+00011001011000100111111000000000
+01101000010010010000000110010001
+00011000010100100000010000000000
+00011000010000111000010000000000
+10011000010001100111111000000000
+00100000011000000000000000000000
+00100000010000000011101010000110
+01100111111000100000000101111111
+00100000011000000000000000000000
+01000111000000011100000000100000
+00011010001000001000110001010000
+11101111111000001000000000000110
+00100000010000000011110100101111
+00011010001000001000110000000010
+11101111111000010000000000000110
+10011000010011111111111000000000
+01101000010010010000000000111111
+10011000010011111111111000000000
+11011000010011110100001001000000
+10011000010001101111110000000000
+11011000010000000000011010000010
+01101111111000001100000100011101
+10011000010011111000010000000000
+00011010001000001000110000101011
+11101111111000001000000000000110
+10011000010011111111111000000000
+10011000010000001111111000000000
+01100111111000100100001011110010
+01101111111000010100000010011011
+00100000010000000111010001110101
+00011000000001111000010000000000
+10011000010000001111111000000000
+00011010001000001000101000001110
+11100111111000010000000000000101
+00100000011000000000000000000000
+01000111000000100100000000100000
+01101111111000010000010100000110
+10011000000000000010010000000000
+01101111111000010000010100001000
+10011000000000000010011000000000
+01101111111000010100001011001100
+10011000000000000000110000000000
+00100000001000000111010011001000
+11101111111000010000000000000110
+00011111111000010111111011111111
+00100000011110100000000000000000
+10011010010001100111110000000000
+00100100011000010000000000000000
+10011010011001100111110000000000
+00100000011000101000000000000000
+00100000001000010100000010101101
+00011000000000000111110000000001
+00100000011000000000000000000000
+00011000000000000111111000000000
+00100000011000000000000000000000
+00100000010000000100000010110010
+00100000001000101100000010111111
+00100000011000000000000000000000
+01000111000000101100000000100000
+01101111111000010100001011001100
+10011000000000000000110000000000
+11101111111000010000000000000110
+00011111111000010111111011111111
+00100000011110100000000000000000
+10011000010001100111110000000000
+00100000011000101000000000000000
+11101111111000001000000000000110
+10011000110000001000110000000000
+11101111111000001000000000000110
+10011000110000001000110000000000
+00100000001000000100000010110101
+11101111111000001000000000000110
+10011000110000001000110000000000
+00100000011000000000000000000000
+01000111000000110100000000100000
+01101111111000010100001011001100
+10011000000000000000110000000000
+11101111111000010000000000000110
+00011111111000010111111011111111
+00100000011110100000000000000000
+11101111111000001000000000000110
+10011000110000001000110000000000
+00011000110000001000110111111110
+11101111111000010000000000000110
+10011000010001100111110000000000
+00100000011000101000000000000000
+11101111111000001000000000000110
+10011000110000001000110000000000
+00100000001000000100000011000101
+01101111111000010100001011001100
+10011000000000000000110000000000
+11101111111000010000000000000110
+00011111111000010111111011111111
+00100000011110100000000000000000
+00011111111000001000010000000001
+11101111111000001000000000000110
+10011000110000001000110000000000
+11101111111000001000000000000110
+10011000110000001000110000000000
+00011000110000100000101000000000
+00100000001000000100000011010011
+01101111111000010000010100011100
+00100000001000000100000011100001
+01000111000000111100000000100000
+01101111111000010100001011001100
+10011000000000000000110000000000
+11101111111000010000000000000110
+00011111111000010111111011111111
+00100000001110100100000011101100
+10011000010001100111110000000000
+00100000001000101100000011101101
+11101111111000001000000000000110
+10011000110000001000110000000000
+11101111111000001000000000000110
+10011000110000001000110000000000
+00100000001000000100000011100010
+00100000001000000111010011010110
+11101111111000001000000000000110
+01100111111000001000010100100010
+00011111111000100111001000000000
+11011000101000000000010100100011
+00100000010000000111010000001100
+11101111111000001000000000000110
+01100111111000001000010100011011
+00100000010000000111001111000000
+00100000001000000111010011011000
+01000111000001000100000000100001
+00100000010000000100000011111001
+00100000001000000100000100001011
+11011000010000000010101000000000
+00100000010000000100000011000010
+00100000011110100000000000000000
+11101111111000001000000000000110
+00011000110000100000101000000000
+01101000010010001100001000101101
+00011000010000100111001000000000
+10011000010001100111110000000000
+00100100001000010100000100001000
+10011000010001100000010000000000
+11011000110000000100001000101110
+00100000010000000111010000001100
+00011000010000100111001000000000
+00100100010000101100000101000011
+00100000011000000000000000000000
+00011111111000100111001000000000
+11011000110000000100001000101110
+00100000001000000111010000001100
+11011010011000000100001100111111
+11011010001000000100001100100000
+00100000010000000100000100011000
+01011000000000000000000000000000
+01111001001101000111111000000000
+01100111111000001000010011000100
+11011010011000000100001101011111
+11011010001000000100001101000000
+00100000010000000100000100011000
+00100000011101000000000000000000
+01101111111000001000010011000100
+00100000001110100011101010001010
+00100000011000000000000000000000
+01000111000001001100000000100001
+00100000010000000111010011001000
+00100000010000000111001111110010
+11011010010000000000000000000000
+11011000101000000000010011110111
+00100000010000000100000100110010
+01101111111000001100001000101101
+00011111111000001000010000000001
+10011010010000001010001000000000
+00011010001000001010001000000010
+00011010001001100111110000011111
+00100100001000010100000100110000
+11100000010000001000000000000101
+11011000010000000000000000001001
+11100000010000001000000000000101
+10011000000000000111001000000000
+00100000010000000111010000001100
+00011010001000100010010000000000
+00011010010000100111111000000000
+01100111111000001000010011110110
+11011000110000000000010011110110
+01011111111111111111111111100000
+10011010011000001000101000000000
+00100000001000000111001111010000
+00100000010000000111010011001010
+00100000001000000100000100101010
+11101111111000001000000000010001
+00100000011110100000000000000000
+00011111111000001111111000000001
+11101000010000001000000000000110
+00011000010001100111110000001001
+00100000001000101100000101000001
+10011010010000001010010000000000
+00011010001000100000110000000000
+10011000000000000111001000000000
+00100000010000000111010000001100
+00011000110000100010001000000000
+00011010001000100111111000000000
+10011010011001100111110000000000
+00100000011000010000000000000000
+00100000001000000100000100110010
+10011010001000001010001000000000
+00100000001000000100000100111101
+01011000000000000000000000100000
+11100111111000001000000000000101
+11000010000000000100000101000011
+00100000011000000000000000000000
+01000111000001010100000000100001
+01111000010101011111110000000000
+00100000001101110100000101001011
+00100100001101101100000101011010
+00100000010000000011101111001110
+01101111111000010100000010011011
+01100111111000010000000101110001
+01101111111000001100001011110110
+11000010100000101011101111011100
+11000101000001111011101111011100
+01101111111000001000000001001000
+00100100001110100011101111011100
+01101111111000001100000100101100
+00100100001110100011101111011100
+01101111111000001000000101100011
+11000010100000101011101111011100
+11000010100000111011101111011100
+11000010100000110011101111011100
+00100000001000000011101111000100
+01101111111000001100000010101001
+00011111111001100111110000011110
+00100100001000010011101111010011
+01101000010010010100000010011011
+00011000010000110000010000000000
+01101111111000010000000101110001
+10011000010000001111111000000000
+01100111111000010000000101110001
+00100000001000000011101111010011
+11011000111000000000000000000000
+00100000001000000100000101111011
+11011000111000000000000000000000
+00100000001000000100000101111111
+11011000111000000000000000000001
+00100000001000000100000101111011
+11011000111000000000000000000001
+00100000001000000100000101111111
+11011000111000000000000000000010
+00100000001000000100000101111011
+11011000111000000000000000000010
+00100000001000000100000101111111
+11011000111000000000000000000011
+00100000001000000100000101111011
+11011000111000000000000000000011
+00100000001000000100000101111111
+11011000111000000000000000000100
+00100000001000000100000101111011
+11011000111000000000000000000100
+00100000001000000100000101111111
+11011000111000000000000000000101
+00100000001000000100000101111011
+11011000111000000000000000000101
+00100000001000000100000101111111
+01101111111000001100001011110110
+11111001001000000111111000000000
+01100111111000001100001011110110
+00100000011000000000000000000000
+01101111111000001100001011110110
+11111001001111111111111000000000
+01100111111000001100001011110110
+00100000011000000000000000000000
+01011000000100010010001000110011
+01100111111000011100001011110111
+01011000010001000101010101100110
+11100111111000011000000000000101
+01011000011101111000100010011001
+11100111111000011000000000000101
+01011000000000000001000100100010
+11100111111000011000000000000101
+01011000001100110100010001010101
+11100111111000011000000000000101
+01011000000000000000000001100110
+11100111111000001000000000000101
+00100000011000000000000000000000
+01011001000000000000001100000010
+01100111111000100100001010000110
+01011000000000010000000000010000
+01100111111000011100001010001010
+01110000010000101101001100000001
+00100000011000000000000000000000
+11011010001000000000000000000000
+11011000001000000000000000000001
+00100000001000000100000110101001
+01000111000001011100000000100001
+11011000001000000000000000000011
+00100000010000000100000110101001
+00011010010000100111111000000000
+11100111111000001000000000000101
+00100000011000000000000000000000
+01000111000001100100000000100001
+00011000000000000000001000000010
+00011010001000001010001000000100
+00100000010000000100000110101001
+00011010001000001010001111111100
+00011010001000100111111000000000
+11100111111000010000000000000101
+00011010010000100111111000000000
+11100111111000010000000000000101
+00100000011000000000000000000000
+01000111000001101100000000100001
+00011010001000001010001000000101
+00100000010000000110011001111110
+00011010001000001010001111111011
+00011010001000100111111000000000
+11100111111000010000000000000101
+01011000000000000000000000000000
+11100111111000010000000000000101
+00011000001000100111111000000000
+11100111111000001000000000000101
+00100000011000000000000000000000
+01000111000001110100000000100001
+00100000010000000110011010111000
+00011111111000100000110000000000
+00100000011000000000000000000000
+01101111111000010100001111111011
+00100000011000000000000000000000
+00100000010000000100000110111101
+00011111111000100000110000000000
+00100000011000000000000000000000
+01101111111000010100001111111110
+00100000011000000000000000000000
+00100000010000000100000110110100
+00011000110000001000110000000101
+00100000011000000000000000000000
+00100000010000000100000110110100
+00011000110000001000110000001001
+00100000011000000000000000000000
+00100000010000000100000110111010
+00011000110000001000110000001001
+00100000011000000000000000000000
+00100000010000000100000110111010
+00011000110000001000110000000101
+00100000011000000000000000000000
+00100000001000000110011011001110
+00100000001000000110011011010001
+00100000001000000110011011010100
+00100000001000000110011010111101
+01100111111001000100001110000100
+00100000001000000100000111100000
+00011000010000010010001011111111
+00100000010000000100000111010110
+00011000010011001010001000000000
+01100010001000001100001101111011
+00100000001000000100000111010111
+01100010001000001100001101111010
+00101010001011111111111000000001
+00100000010000001100000111011100
+00101010001011111111111000000010
+00100000010000001100000111011110
+00100000011000000000000000000000
+11011000111000000000000000001000
+00100000001000000100000111100001
+11011000111000000000000000001011
+00100000001000000100000111100001
+11011000111000000000000000000101
+01101111111001000100001101110010
+11111001001000000111111000000000
+01100111111001000100001101110010
+00100000011000000000000000000000
+00100000010000000100000101100111
+00100000010000000100000110010000
+00100000010000000100000110000011
+00100000001000000100000101101111
+01110000000000011001100000000001
+01110000000000011001100100000001
+00100000010000000011110011111001
+00100000010000000100000111101111
+00100000010000000100001001101100
+00100000001000000011110100000000
+01000111000001111100000000100001
+01101111111000001100001100011010
+11000001100000001000000000000000
+11011000111000000000000000000010
+00100000010000000111010000101110
+00100100011110100000000000000000
+01101111111000010100001100011011
+01101000010010010100001100011101
+10011000010001100111111000000000
+11011000111000000000000000000010
+00100000010000000111010000100000
+01111000010101001111110000000000
+00100000010000000100001010010110
+00100000010000000100001000001110
+00100100011101101000000000000000
+01000111000010000100000000100010
+01101111111000110000000001001001
+01100111111000110000000101110011
+01101111111000001000000000000010
+00011111111000001111111000000001
+01100111111000001000000000000010
+00100000010000000100001000010101
+00100000011101001000000000000000
+00100000010000000100001010111101
+00100100011101101000000000000000
+01101111111000001000000000000100
+00011111111000001111111000000001
+01100111111000001000000000000100
+01101111111001001000000001001111
+01100111111001001000010011110110
+00100000011000000000000000000000
+01000111000010001100000000100010
+00100000010000000100001100001000
+00100000010000000011110110010010
+01101111111000001000000000000001
+00011111111000001111111000000001
+01100111111000001000000000000001
+00100000011000000000000000000000
+01000111000010010100000000100010
+01101111111000001000000110110111
+11000001100011011000000000000000
+01101111111000110000000101110011
+01101000010010110100001010100001
+10011000010001100111110000000000
+00100100011000101000000000000000
+00100000010000000011100001010011
+00100100011000101000000000000000
+00100000010000000100001000100101
+00100000010000000011110001011001
+01110000010000010000110100000000
+01110000000000011011001100000000
+01110000010000110001101000000000
+01110000000000011011011100000000
+00100000001000000011100000111110
+01000111000010011100000000100010
+00011000000000000111111111111111
+00111000000010000000000000000001
+01100111111000101000000110010011
+11011010001000000000000101100011
+00100000010000000011110101101000
+00011000000000000111001000000100
+11011000101000000000000110000111
+00100000010000000111010011100100
+01101111111000010100001010101110
+01100111111000010000000110010001
+00011000000010100111111000000000
+00011111111000010111111000001111
+00011111111001100111110000000100
+00100000001000010100001000110000
+01100111111000001000000101111100
+01000111000010100100000000100010
+01101000010010010100000100100111
+01100000010010010000000101100101
+00011000010000100010011000000000
+00011100010000001111111000000111
+10011010011001101111110000000000
+00100000010000000111010001110101
+00011000000001110010001000000000
+10011010001001100111111000000000
+10011010011000001111111000000000
+01101000010010010100000100100101
+10011000010000001111111000000000
+01100111111000100000000101100111
+10011100010001100010001000000000
+00011010001000001010001111111010
+11011010010000000010001000000101
+01101111111000001100001010100111
+01111101001110100010010000000110
+01101111111000001100001010100000
+01111101001110100010010000000111
+00011010010000100111111000000000
+01100111111000010100000100101011
+01101111111000110100001010110000
+11100111111000110000000000000101
+01101111111000110000000101110011
+11100111111000110000000000000101
+01101111111000100000000110000111
+11100111111000100000000000000101
+00011000000010100111111000000000
+11100111111000010000000000000101
+00011000000010100111111000000000
+11100111111000001000000000000101
+00011000000000000111111000000010
+11100111111000001000000000000101
+00011010001010110111111000000000
+11100111111000010000000000000101
+00011010011010110111111000000000
+11100111111000010000000000000101
+01000111000010101100000000100010
+01011000000000000000000000000000
+11100111111000010000000000000101
+01101111111000010100001010101110
+11100111111000010000000000000101
+01101111111000101000000110010011
+11100111111000101000000000000101
+01101111111000001000000101111100
+11011000010000000000000010100000
+10011000010000011111111000000000
+11100111111000001000000000000101
+00100000010000000011111010000010
+01011000000000000100000100101011
+00011111111000001000110000010010
+11101111111000011000000000000110
+01100111111000011000000110001011
+00100000011000000000000000000000
+01110000000000000000011100100100
+01110000000001001111011000000000
+00100000010000000100001010010000
+00100000010000000100001001110001
+00100000001000000100001010010011
+01000111000010110100000000100010
+01101111111000001100001101011111
+00100000011110100000000000000000
+11011000111000000000000000000000
+00100000010000000111010000101110
+00100100011110100000000000000000
+01111000001010000111110000000000
+00100000010000000100001010010110
+00100000010000000100001100001000
+00100000010000000100001010011111
+00100100001101101100001010000011
+01101111111000001000000000000011
+00011111111000001111111000000001
+01100111111000001000000000000011
+01101111111000001000000001000111
+00011111111000010111111000001111
+11000000000000011100001011001110
+11000000000000101100001011100000
+01000111000010111100000000100010
+01101111111000001000010011110110
+01101000010010001100001101101010
+10011000010001100111110000000000
+00100100001000101100001001110001
+00011000000010100111111000000000
+11011000010000000000000111111111
+10011000010000010111111000000000
+00011111111000001111111011111010
+00100000010000000111001111010100
+11011000111000000000000000000000
+01101111111000010100001101100000
+00100000001000000111010000100000
+11011000101000000000010100000110
+11011000110000000100000100101011
+00100000001000000111001111001111
+11011000110000000000010100000110
+11011000101000000100000100101011
+00100000001000000111001111001111
+01000111000011000100000000100011
+01111000010101001111110000000000
+01011000100011101000100110111110
+00011111111011010111111000000000
+00011111111000011111111011010110
+10011000000000000001001000000000
+01011000010101010101010101010101
+01100111111000011000000110001011
+00100000011000000000000000000000
+01000111000011001100000000100011
+01101111111000001100001101100010
+01101000010010001100001101100011
+00011000010100100000010000000000
+00011000010010111000010000000000
+10011000010000001000010000000000
+01100000010010001100000100101011
+11000000000000001100001010110000
+01101000010010001100001100011111
+00011000010000001111111000000110
+01100111111000001100000100101100
+01101111111000110100001010110000
+01100111111000110100000100101101
+00011000010000100111001000000000
+11011000110000000100001100100000
+00100000010000000111010000001100
+00100000001000000100001010110110
+01011000000000000000000000001100
+01100111111000001100000100101100
+01101111111000110100001010110000
+01100111111000110100000100101101
+01101111111000110100000100001111
+11100111111000110000000000000101
+01000111000011010100000000100011
+01101111111000001000000000000000
+00011111111000001111111000000001
+01100111111000001000000000000000
+11011011011000000000011100001000
+01111000010101101111110000000000
+00100000001000000011111001101101
+01000111000011011100000000100011
+01101111111000001100001101101011
+11000001100000001000000000000000
+01101111111000001000000000000000
+00011111111000001111111000000001
+01100111111000001000000000000000
+11011000010000000000110000000011
+01101111111000001100001101101100
+01111101001110100000010000000110
+00011010001000100111111000000000
+01111101001110100000010000000111
+01100000010010010100000100101011
+01101111111000110100001010110000
+11100111111000110000000000000101
+01101111111000110000000101110011
+11100111111000110000000000000101
+00100000001000000011111001101101
+01101111111000110000000001001111
+01101000010010110100001010110000
+10011000010001100111110000000000
+00100100011000101000000000000000
+11011000010000000000000000000100
+01101111111000001100001101100011
+01111101001110100000010000000110
+01100000010010001100000100101011
+01101000010010001100001100111111
+00011000010000001111111000000110
+01100111111000001100000100101100
+01101111111000110100001010110000
+01100111111000110100000100101101
+11011000110000000100001101000000
+00011000010000100111001000000000
+00100000010000000111010000001100
+00100000010000000011111010000010
+00100000001000000100001010000011
+01101111111000110000000001001111
+01101000010010110100001010110000
+10011000010001100111110000000000
+00100100011000101000000000000000
+00100000010000000011111110101101
+01100010001000001100001010100000
+01101111111000110000000001001001
+01100111111000110000000101110011
+01101111111001000000000001010101
+01100111111001000000000110000111
+01101000010010010000000001011101
+01000111000011100100000000100011
+00011000010010111000010000000000
+01101111111000010000000001011111
+00011111111010111111111000000000
+01100111111000010000000101100101
+01100111111000100000000101100111
+10011000010001100111111000000000
+00011111111000001101000111111110
+01101111111001001000000001100001
+01100111111001001000000110001111
+01101111111000001000000001101010
+00011111111000010000010000011111
+01100000010010001000000101111100
+00011111111100011000010000000000
+00011000010000110000010000000000
+01100000010010001000000110110011
+11011010001000000000000101100011
+00100000010000000100000010000001
+11011010001000000000000101100011
+00100000010000000011110101101000
+00100000010000000011110001100101
+00100000010000000011100001010011
+00100100011000101000000000000000
+01000111000011101100000000100011
+00100000010000000011100011110011
+00100000010000000100010111010100
+01110000000001001100001100010100
+00100000010000000110111101111011
+00100000001000000011100000111110
+01000111000011110100000000100011
+01101111111000001000000000000111
+11000000000100101100001100001110
+11000000000100110100001100010100
+11000000000100111100001100011010
+00100000001000000100001100011010
+01101000010010001100001101101010
+00101000010011111111111000000001
+00100000001000001100001100100101
+00101000010011111111111000000010
+00100000001000001100001100101010
+00100000001000000100001100100000
+01101000010010001100001101101010
+00101000010011111111111000000010
+00100000001000001100001100101010
+00101000010011111111111000000000
+00100000001000001100001100100000
+00100000001000000100001100100101
+01101000010010001100001101101010
+00101000010011111111111000000000
+00100000001000001100001100100000
+00101000010011111111111000000001
+00100000001000001100001100100101
+00100000001000000100001100101010
+01110000000000000000011100100101
+01101111111000001000010011110110
+01111001001000000111111000000000
+01100111111000001000010011110110
+00100000011000000000000000000000
+01110000000000000000011100100110
+01101111111000001000010011110110
+01111001001000000111111000000001
+01100111111000001000010011110110
+00100000011000000000000000000000
+01110000000000000000011100100111
+01101111111000001000010011110110
+01111001001000000111111000000010
+01100111111000001000010011110110
+00100000011000000000000000000000
+11101111111000011000000000000110
+01100111111000011100001101101110
+11000000000000010100001101000110
+11000000000000011100001101001110
+11000000000000100100001101010001
+11000000000000110100001101111010
+11000000000001000100001111000111
+11000000000001010100010001000101
+11000000000001100100010001110100
+11000000000010000100010010001010
+11000000000010010100010011001101
+11000000000010110100010011110011
+11000000000011000100010100000110
+11000000000011110100010100001011
+11000000001010010100010100001111
+00100000011000000000000000000000
+00011000000000000010001000000011
+00100000010000000100010100110101
+01011000000000000000000000000010
+11100111111000001000000000000101
+01101111111000010100001010110110
+11100111111000010000000000000101
+00100000011000000000000000000000
+00100000010000000100001101001110
+00011000000000000010001000000011
+00100000010000000100010100110101
+01011000000000000000000000000011
+11100111111000001000000000000101
+01101111111000010100001010110110
+11100111111000010000000000000101
+00100000011000000000000000000000
+00011111111011001111111000000000
+01100111111000010100001010111000
+00100000011000000000000000000000
+00100000010000000100010101101001
+00100000010000000111010011001000
+00100000001000000100001101010100
+11011001011000000000000000000011
+00100000010000000100000010011011
+00100000010000000100000010100011
+00100000001110100100001101111000
+00100100001000010100001101110101
+00011000110000001000110111111110
+00100000010000000111001111000000
+00100000010000000111001110110111
+00100100001101000100001101101000
+00100000010000000111001110100100
+00100000010000000111010011001010
+01100001011000100000010011010100
+00011000000000000010001000010100
+00100000010000000100010100110101
+01101001011000100000010011010100
+00100000010000000111001110110011
+01011000000000000000000000000101
+11100111111000001000000000000101
+01011000000000000000000000000001
+11100111111000001000000000000101
+00100000010000000111001110111010
+11101111111000010000000000000110
+00011111111000010111111011111111
+11100111111000010000000000000101
+11101111111000001000000000000110
+00011111111000100111001000000000
+00100000010000000111010000011001
+00100000010000000111001110111101
+00011001011000001001011111111111
+00100000001000101100001101111000
+11101111111000001000000000000110
+10011000110000001000110000000000
+00100000001000000100001101010110
+11101111111000001000000000000110
+10011000110000001000110000000000
+00100000001000000100001101110010
+00100000001101000100010100101000
+00100000001000000100010101011100
+00100000010000000100010101101001
+11101111111000010000000000000110
+01100111111000010100001010010000
+00100000010000000111001111000000
+11011000101000000000010100001010
+01101111111000010100001100001010
+00011111111000001111111111111001
+00100000010000000100010101111100
+00100000001000000100001110001101
+01111000010101000111110000000000
+01101000010010010000010100000110
+01101111111000010000010100001000
+10011000010001100111110000000000
+00100100001000010100001110001010
+00011000010000100111111000000000
+11000001100000000000000000000000
+01111000001101000111110000000000
+01110000000000011011010000000001
+00100000001000000100010100101010
+00100000010000000100001110000011
+00100000011101000000000000000000
+01101000010010010100001010010000
+01011000000000000010100000000000
+10011000010001100111110000000000
+00100000001000101100001110010100
+00100000001000000100010100101000
+01110000010000110111000100000000
+01101000010010010000010100000110
+01100000010010010000010011001100
+00100000010000000100000011011111
+00100100001110100100010100101000
+01101000010010010000010011001100
+00100000010000000100000011011111
+00100100001110100100001110101101
+00011000110000100010001000000000
+01101111111000001000010100011011
+00011111111000100111001000000000
+01101000010010001000010100001010
+10011000010001100111110000000000
+00100100001000101100001110101001
+11011010010000000000010100001011
+00100000010000000111010001110111
+00100000001000101100001110110000
+01101111111000010000010100100011
+01101000010010010100001010010000
+10011000010001100111110000000000
+00100000001000101100001110111000
+01101111111000010000010011001100
+00011111111000001111111000000001
+01100111111000010000010011001100
+00100000001000000100001110011001
+01101111111000001100001101110001
+11000000000000001100001110111000
+00100000001000000100010100101000
+01101111111000010000010100100011
+01101000010010010100001010010000
+10011000010001100111110000000000
+00100100001000101100001110101001
+01110000010000110111000100000001
+01101000010010010000010011001100
+01100000010010010000010100011110
+00100000001000000100001110101001
+01101111111000001100001101110001
+11000000000000000100001110101001
+01110000010000110111000100000010
+01101000010010010000010011001100
+00011000010000001000010111111111
+01100000010010010000010100100000
+11011010001000000000000000000101
+00100000010000000100010100110101
+01011000000000000000000000000111
+11100111111000001000000000000101
+01101111111000010000010100011110
+11100111111000010000000000000101
+01101111111000010000010100100000
+11100111111000010000000000000101
+00100000011000000000000000000000
+00100000010000000100010101101001
+00100000010000000100010101110111
+00100000001000000100001111001010
+01101000010010010000010100000110
+01100000010010010000010011001100
+00100000010000000100000010011011
+00100000010000000100000010110010
+00011000110000001000110111111110
+00011000110000100111111000000000
+01100111111000010000010100011100
+01101000010010010000010100001011
+01011000000000000010101000000000
+10011000010001100111110000000000
+00100000001000101100010000110001
+01011000000000000010100000000011
+10011000010001100111110000000000
+00100100001000101100010000011101
+11011001011000000000000000000010
+00100000010000000100010100111100
+00100100001000010100001111111010
+01101000010010010000010011001100
+00100000010000000100000011011101
+00100100001110100100001111111010
+00100000010000000100010101000000
+00100100001000101100001111111000
+00100100001101000100001111111100
+01111000010101000111110000000000
+11011010001000000000000000010100
+00100000010000000100010100110101
+01011000000000000000000000001001
+11100111111000001000000000000101
+00011000101000100110000000000000
+00011000101000001000101000000001
+00100000010000000100010000001010
+00100000010000000100010100111000
+00100000010000000100000011011101
+00100000010000000100010000010001
+01101111111000001000010100100010
+00011111111000001010001000000101
+11100010001000001000000000110000
+00011010001001100111110000000111
+00100100010000101111010011001100
+00100000010000101111010011001110
+00100000010000000100010101101110
+10011010001001101111110000000000
+00100000010000000111010001110101
+00011000000001111001011000000000
+00011001011000001001011111111111
+00100000001000101100001111111010
+00100000010000000100010100111000
+00100000001000000100001111011001
+00100000001101000100010100101000
+00100000001000000100010101011100
+00100000010000000100010101001100
+00100000010000000100010100111000
+00100000010000000100000011011101
+00100000010000000100010010111011
+00100100001110100100001111111010
+00100000010000000111001110110111
+01101111111000010000010011001100
+00011111111000001111111111111111
+11100111111000010000000000000101
+00100000010000000100010101011000
+00100000010000000100010000010001
+00011001011000001001011111111111
+00100000001000101100001111111010
+00100000001000000100001111111000
+01101111111000010000010011001100
+11100111111000010000000000000101
+01101111111000001000010100011011
+00011111111000100111001000000000
+00100000010000000111001110111010
+00100000010000000111010000001100
+00100000001000000111001110111101
+00100000010000000111001110110111
+01101111111000010000010011001100
+11100111111000010000000000000101
+00100000010000000111001110111101
+01101111111000001000010100100010
+00011111111000100111001000000000
+00100000010000000111001110110111
+00100000010000000111001110111010
+10011111001001100000110000000000
+00011000110000001000110111111111
+00100000010000000111010000001100
+00100000001000000111001110111101
+00100000010000000100000011000010
+00100000001110100100010100101000
+00011000110000100010011000000000
+00011000110000001000110111111011
+11101111111000010000000000000110
+01100111111000010000010011001100
+11011010001000000000000000010100
+00100000010000000100010100110101
+01011000000000000000000000001001
+11100111111000001000000000000101
+11101111111000001000000000010011
+00011111111000100111001000000000
+00011111111000001111111000000010
+11100111111000001000000000000101
+01101111111000010000010011001100
+11100111111000010000000000000101
+00011010011000001000110000000001
+00100000010000000111010000001100
+00100000010000000111001110111101
+00100000001000000100010101011100
+11011000010000000010101000000000
+00100000010000000100000011000010
+00100000011110100000000000000000
+00011000110000001000110111111011
+11101111111000010000000000000110
+01100111111000010000010011001100
+11011010001000000000000000010100
+00100000010000000100010100110101
+01011000000000000000000000001001
+11100111111000001000000000000101
+01101111111000001100001000101101
+00011111111000100111001000000000
+00011111111000001111111000000010
+11100111111000001000000000000101
+01101111111000010000010011001100
+11100111111000010000000000000101
+11011000110000000100001000101110
+00100000010000000111010000001100
+00100000010000000111001110111101
+00100000001000000100010101011100
+00100000010000000100010011101100
+01101000010010010100001101101111
+01101111111000001100001011110110
+11000010100000011100010001101010
+00100000010000000100000010110010
+00100100001000101100010100101000
+00100000010101000100010001110000
+00100000011101000000000000000000
+00100000010000000100000010111111
+00011000110000001000110111111110
+11101111111000010000000000000110
+11011000010000000010101000000000
+10011000010001100111110000000000
+00100000001000101100010001100000
+11101111111000001000000000000110
+00011111111001100111110000010110
+00100000001000010100010001010111
+00011000000000000111111000010110
+00011111111000100010011000000000
+00100000010000000111001111000000
+00011010011000001010001000000001
+00100000010000000100010100110101
+01011000000000000000000000001011
+11100111111000001000000000000101
+00011010011000100111001000000000
+00100000010000000111001110111010
+00100000001000000111010000011001
+00100000010000000111001111000000
+01101111111000001100001000101101
+00011111111000001010001000000001
+00100000010000000100010100110101
+01011000000000000000000000001011
+11100111111000001000000000000101
+01101111111000001100001000101101
+00011111111000100111001000000000
+11011000110000000100001000101110
+00100000001000000111010000011001
+01101111111000010100001100000111
+10011000010001100111110000000000
+00100100001000101100010001001001
+00100100001101000100010001001001
+01110000000000011011010000000101
+00100000001000000100010100101010
+00011000110000001000110111111110
+11101111111000010000000000000110
+11000010100001110100010001101110
+00100000001000000111010011001010
+11101111111000010000000000000110
+01100111111000010000010100001010
+11011010001000000000000000010100
+00100000010000000100010100110101
+01011000000000000000000000001101
+11100111111000001000000000000101
+01101111111000010000010100001010
+10011000000000000010001000000000
+01101000010010010100001101101111
+00100000010000000100000010101111
+00100000001110100100010100101000
+11101111111000001000000000000110
+10011010001001100111001000000000
+00100100001000010100010100101000
+00011111001001100111110000010110
+00100000001000010100010010000101
+00011000000000000111001000010110
+00011010001000100111111000000000
+10011000110000001000110000000000
+00100000010000000111010000001100
+00100000010000000111001110111101
+00100000001000000100010101011100
+00100000010000000100010101101001
+00100000010000000100010101110111
+00100000001000000100010010001101
+11011001011000000000000000000010
+01101000010010010000010100000110
+01100000010010010000010011001100
+00100000010000000100000010110010
+00011000110000001000110111111110
+00011000110000100111111000000000
+01100111111000010000010100011100
+00100000010000000100010100111100
+00100100001000010100010011000011
+01101000010010010000010011001100
+00100000010000000100000011011101
+00100100001110100100010011000110
+00100000010000000100010101000000
+00100100001000101100010010111001
+00011001011000100111111000000000
+11000000000000000100010011000110
+00100100001101000100010010101111
+01111000010101000111110000000000
+11011010001000000000000000010100
+00100000010000000100010100110101
+01011000000000000000000000010001
+11100111111000001000000000000101
+01101111111000001000010100011011
+00011111111000001010001000000100
+11100010001000001000000000000101
+00100000010000000111001110111101
+00011010001001100111110000000110
+00100100010000101111010011001100
+00100000010000101111010011001110
+00100000010000000100010101101110
+10011010001001101111110000000000
+00100000010000000111010001110101
+00011000000001111001011000000000
+00100000001000000100010010110101
+00100000010000000100010010111101
+00100100001110100100010011000110
+01101111111000010000010011001100
+00011111111000001111111111111111
+01100111111000010000010100100000
+00100000010000000100010101010010
+01101111111000010000010011001100
+01100111111000010000010100011110
+00100000010000000100010101001100
+00011001011000001001011111111111
+00100000010000000100010100111000
+00100000001000000100010010010100
+01101111111000001000010100100010
+00100000001000000100010010111110
+01101111111000001000010100011011
+00100000001101100100010011000001
+00011111111000001111111111111110
+00100000011000000000000000000000
+00011111111000001111111111110000
+00100000011000000000000000000000
+01101111111000010000010011001100
+01100111111000010000010100100000
+00100000001000000100010011001010
+01101111111000010000010011001100
+00011111111000001111111111111111
+01100111111000010000010100100000
+00100000001000000100010011001010
+00100000001101000100010100101000
+00100000010000000100010101010010
+00100000001000000100010101011100
+00011000110000100010001000000000
+01101111111000010100001100001010
+00011111111000001010010111111101
+00100000010000000100000001110010
+01000111000011111100000000100011
+00100000010000000100010011101100
+01101000010010010100001101101111
+00100000010000000100000010110010
+00100100001000101100010011101010
+00100000010101000100010011100110
+00100000011101000000000000000000
+01101111111000001100001011110110
+11000011000000100100010011100001
+01101000010010010100001101101111
+01101111111000010100001100000111
+10011000010001100111110000000000
+00100100001000101100010011100001
+00100000010000000100010011101100
+00100100001101000100010011100001
+00100000001000000100010001101110
+00011000000000000010001000000001
+00100000010000000100010100110101
+01011000000000000000000000010011
+11100111111000001000000000000101
+00100000011000000000000000000000
+00011000110000001000110111111110
+11101111111000010000000000000110
+11000010100001111100010001101110
+00100000001000000111010011001010
+01110000000000011011010000000001
+00100000001000000100010100101010
+01000111000100000100000000100100
+00100000010000000111010011001010
+01101111111000001100001011010011
+11000001000000000000000000000000
+01101111111000001100000001000000
+11000011100000100000000000000000
+00100000001000000111010011001000
+00011000110000001010001000000010
+01101111111000010100001100001010
+00011111111000001010010111111011
+00100000010000000100000001110010
+00100000001000000100010011111000
+01101111111000010100001100001010
+00011111111000100010001000000000
+00100000010000000100010100110101
+01011000000000000000000000010111
+11100111111000001000000000000101
+01101111111000010100001101101111
+11100111111000010000000000000101
+01101111111000010100001100001010
+00011111111000001111001111111011
+01101111111000010100001100001110
+00011111111000001000110000000111
+11101111111000010000000000000110
+11100111111000010000000000000101
+00100000001000000111010000001100
+00011000000000000010001000000001
+00100000010000000100010100110101
+01011000000000000000000000011001
+11100111111000001000000000000101
+00100000011000000000000000000000
+01101111111000001100001101101101
+01111001001111111111111000000000
+01100111111000001100001101101101
+00100000011000000000000000000000
+00011000110000100010001000000000
+01101111111000010100001100001010
+00011111111000001010010111111101
+00100000001000000100000001110010
+00011000010000100010011000000000
+00011010001000001010001000000011
+00100000010000000100010100110101
+00011010001000001010001111111101
+01011000000000000000000000011011
+11100111111000001000000000000101
+00011010011000100000010000000000
+11100000010000010000000000000101
+00100000011000000000000000000000
+01101111111000001100001101101101
+01111001001000000111111000000000
+01100111111000001100001101101101
+00011000010000100010011000000000
+00011010001000001010001000000011
+00100000010000000100010100110101
+00011010001000001010001111111101
+01011000000000000000000000011101
+11100111111000001000000000000101
+00011010011000100000010000000000
+11100000010000010000000000000101
+00100000011000000000000000000000
+01000111000100001100000000100100
+01110000000000011011010000001010
+00011000000000000010001000000101
+00100000010000000100010100110101
+01011000000000000000000000000001
+11100111111000001000000000000101
+01101111111000001100001101101110
+11100111111000001000000000000101
+01101111111000010100001101101111
+11100111111000010000000000000101
+01101111111000001000000110110100
+11100111111000001000000000000101
+00100000011000000000000000000000
+01000111000100010100000000100100
+00011000000000000010010000000100
+00100000001000000100000110011111
+01101000010010010000010011001100
+00011000010000001000010000000001
+01100000010010010000010011001100
+00100000011000000000000000000000
+01101000010010010000010011001100
+01101111111000010000010100001000
+10011000010001100111110000000000
+00100000011000000000000000000000
+01000111000100011100000000100100
+01101000010010001000010100001010
+11011010001000000000010100001011
+01101111111000001000010100100010
+00011111111000100111001000000000
+10011000010001100111110000000000
+00100100011000101000000000000000
+11011010010000000000010100100011
+00100000001000000111010001110111
+01101000010010001100001010001111
+11011010001000000100001010010000
+00100000001000000100010101000011
+01000111000100100100000000100100
+01101111111000001000010100011011
+01100111111000001000010011110110
+00011111111000100111001000000000
+00100000010000000111001110111010
+00100000001000000111010000001100
+01000111000100101100000000100100
+00100000010000000111001110110111
+01101111111000010000010100011110
+11100111111000010000000000000101
+01101111111000010000010100100000
+11100111111000010000000000000101
+01101111111000001000010011110110
+00011111111000100111001000000000
+00100000010000000111010000001100
+00100000001000000111001110111101
+01000111000100110100000000100100
+00100000010000000111001110110111
+00100000010000000100000111000101
+00011000101000100111111000000000
+10011000110001100010001000000000
+00100000010000000100000111001000
+00011010001000100111111000000000
+11100111111000010000000000000110
+00011010001000001010001000000100
+00100000010000000100000110111010
+00011010001000100111111000000000
+11100111111000001000000000000110
+00100000011000000000000000000000
+00011111111011001111111000000000
+01100111111000010000010100000110
+11101111111000010000000000000110
+01100111111000010000010100001000
+00100000011000000000000000000000
+01000111000100111100000000100100
+01101111111000010100001010111000
+00011111111000001111111111111110
+01101000010010010100001010110110
+00011000010000001000010111111110
+00100000010000000111010010111110
+11011000010000000000000011110000
+00100000010000000111010010111110
+00100000011000000000000000000000
+01000111000101000100000000100101
+00100000010000000111001111000000
+11011000101000000000010100001010
+01101111111000010100001100001010
+00011111111000001111111111111011
+11100111111000001000000000000101
+00011111111000100111001000000000
+00100000010000000111001110111010
+00100000001000000111010000001100
+01101111111000010000000001001011
+11000001100000100000000000000000
+01101111111000001100001101101101
+01111001001000000111111000000001
+01100111111000001100001101101101
+01101111111000011000000001001101
+01100111111000011100001101101110
+01111001001000000000000000001111
+11000000000010010100010110011011
+11000000001010010100010110100000
+11000000000011000100010100000110
+11000000000000010100001101000110
+11000000000011110100010100001011
+01111001001111111000000000001111
+01101111111000001100001101101101
+01111001001111111111111000000001
+01100111111000001100001101101101
+00100000011000000000000000000000
+01101111111000001100001101101101
+11000100000000001000000000000000
+01111001001000000000000000001111
+00100000010000000100010110101011
+00100000010000000100010110110001
+00100000010101000100010110001110
+01101111111000001100001101101110
+11000000000010010100010011010001
+00100000011000000000000000000000
+00100000010000000100010110100000
+00100000001000000100010110011101
+00100000010000000100010110110001
+00100100011101000000000000000000
+00100000001000000100010011010001
+01000111000101001100000000100101
+00100000010000000100010110100100
+11011010001000000000000001010000
+00100000001000000100000001110010
+01101111111000001000000001001000
+00011111111000001010010111111001
+00011111111000001111111111111100
+01100111111000010100001100001100
+01101000010010010000000001001001
+01100000010010010100001100001010
+00100000011000000000000000000000
+01101010010000001000000001001000
+01101111111000010100001100001100
+10011010010000001000010000000000
+01100000010010010100001100001100
+11011010001000000000000001001001
+00100000001000000100000001110010
+00100000010000000111010011001010
+01101111111000010100001100001100
+01101000010010010100001100001010
+10011000010001100111110000000000
+00100100011000101000000000000000
+00100000001000000111010011001000
+11101111111000001000000000000110
+11101000010000001000000000000110
+11101000010000010000000000000110
+11000000000010011100010110111100
+00100000011000000000000000000000
+11101111111000010000000000000110
+01100111111000010100001100010001
+01110000000001001100001101000000
+00100000001000000110111101111011
+11011010001000000000000000001100
+11011010011000000000000000010010
+00100000010000000100010111001000
+01011000000000000000000000001000
+11100111111000010000000000000101
+01101111111001000100001010101000
+11100111111001000000000000000101
+00100000011000000000000000000000
+00100000010000000100010111010000
+11011010010000000000000000000101
+00100000010000000100000110011111
+00011010011000100111111000000000
+11100111111000001000000000000101
+01101111111000001100001100010000
+11100111111000001000000000000101
+00100000011000000000000000000000
+01101111111000001100001100010000
+00011111111000001111111000000001
+01100111111000001100001100010000
+11000001100000000000000000000000
+01110000010000110001000000000001
+00100000011000000000000000000000
+01101111111000001100001011010011
+11000000000000000100010111011011
+11000000000000001100010111011110
+11000000000000010100010111100000
+00100000011000000000000000000000
+01110000010000101000100100000000
+01110000010000101000011100000011
+00100000011000000000000000000000
+01110000010000101000100100000101
+00100000001000000100010111011100
+01110000010000101000100100000101
+01110000010000101000011100000000
+00100000011000000000000000000000
+11101111111000001000000000000110
+11000000000000001100010111110101
+11000000000000011100011000010110
+11000000000000100100011000100101
+11000000000000101100011000110000
+11000000000000111100011010000000
+11000000000001000100011001110000
+11000000000001001100011001111100
+11000000000001010100011010000000
+11000000000001011100011010000000
+00100000011000000000000000000000
+00011000000000000010001000000010
+00100000010000000100011011000000
+01011000000000000000000000001011
+11100111111000001000000000000101
+01101111111000001100001010001001
+11100111111000001000000000000101
+00100000011000000000000000000000
+01100111111000001100001001111111
+11101111111000110000000000000110
+11100111111000110000000000000101
+01101111111000001100001011010011
+11000000000000000100011000110110
+00100000010000000100011000010001
+01110000010000101101000100000011
+01101111111000001100001010000000
+11000000000000000100011000000011
+11000000000000001100011000000011
+11000000000000011100011000000011
+01101111111000001100001011010011
+11000000000000010100011000000110
+11000001010000011000000000000000
+11011111111000000000000000000000
+01100111111000100100001011010100
+00100000011000000000000000000000
+01101111111000001100001011110110
+11000010100000000100011000001111
+11011010001000000100001011010100
+00011010001000100000101000000000
+11011111001000000000000000000011
+00100000010000000111010011100100
+01101111111000010100001011010110
+00011111111000010111111000000111
+01100111111000010100001011010110
+01110000000001001100001100110100
+00100000001000000110111101111011
+00011000000000000010001000000111
+00100000010000000100011011000000
+01101111111000111100001010000110
+11100111111000111000000000000101
+00100000011000000000000000000000
+01110000010000101101000100000101
+11011000101000000100001001011101
+00100000010000000111001111010010
+01101111111000001100001011010011
+11000000000000100100011000011100
+00100000001000000100011000011110
+01110000000001001100001101000011
+00100000001000000110111101111011
+01110000010000101101000100000110
+00100000010000000110110101000101
+00011000000000000010001000010001
+00100000010000000100011011000000
+01011000000000000000000000000011
+11100111111000001000000000000101
+00100000001000000110111010010001
+00011000110000100010001000000000
+00011010001000100000110000000000
+00100000010000000110110100111101
+00100000001000101100011000111000
+01110000000000011011010100000100
+00011000000000000010001000000010
+00100000010000000100011011000000
+01011000000000000000000000000101
+11100111111000001000000000000101
+01101111111000001000000110110101
+11100111111000001000000000000101
+01000111000101010100000000100101
+00011000000000000000111000000111
+00100000010000000111010000011111
+01110000010000101101000100000000
+01110000000001001100001100110000
+00100000001000000110111101111011
+01110000000000011011010100000101
+00100000001000000100011000101010
+00100000010000000110110100111001
+01110000000001001100001100110001
+00100000010000000110111101111011
+01110000010000100101110000000001
+01110000010000101101000100001001
+00011000000000000010001000010001
+00100000010000000100011011000000
+01011000000000000000000000000100
+11100111111000001000000000000101
+11011000110000000100001001101101
+00100000001000000111001111010010
+00011000000000000010001000010001
+00100000010000000100011011000000
+01011000000000000000000000000110
+11100111111000001000000000000101
+01101111111000001100001011110110
+11000010100000001100011001001011
+11011000110000000100001001001100
+00100000001000000111001111010010
+11011000110000000100001011110111
+00100000001000000111001111010010
+11011000101000000100001011011000
+00011000000000000111001000001010
+00100000010000000111010011100100
+00011000000000000010001000001011
+00100000010000000100011011000000
+01011000000000000000000000000111
+11100111111000001000000000000101
+01101111111000010100001011011000
+11100111111000010000000000000101
+01101111111001000100001011011010
+11100111111001000000000000000101
+00100000011000000000000000000000
+00011000000000000010001000010001
+00100000010000000100011011000000
+01011000000000000000000000001000
+11100111111000001000000000000101
+01011000000000000000000000000000
+11100111111001000000000000000101
+11100111111001000000000000000101
+00100000011000000000000000000000
+00011000000000000010001000001000
+00100000010000000100011011000000
+01011000000000000000000000001001
+11100111111000001000000000000101
+01101111111000001100001010100111
+11100111111000001000000000000101
+01101111111000110100001010110000
+11100111111000110000000000000101
+00100000011000000000000000000000
+01110000000000011011010100001000
+00100000001000000100011000101010
+01101111111000001100001010001011
+01101000010010001100001010001011
+10011000010000010111111000000000
+00100000011000000000000000000000
+11011000101000000100001011100010
+00100000010000000111001111010010
+00100000010000000100011001101100
+00101111111011000000000000000001
+00100000001000001100011001101010
+00100000011000000000000000000000
+00100000010000000111010011001010
+01101111111000001100001010100000
+11000001000000000000000000000000
+01101111111000001100001010000100
+11000100000000001000000000000000
+00100000001000000111010011001000
+00100000010000000100011001101100
+00101111111011000000000000000001
+00100000001000001100011001101010
+00100000011000000000000000000000
+00100000011000000000000000000000
+01101111111000001100001011010001
+11000001011111111000000000000000
+11011000010000000000000000000011
+10011000010001100111110000000000
+00100100011000010000000000000000
+11011000111000000000000000000111
+00100000010000000111010000101110
+00100100011110100000000000000000
+00100000001000000100011001101010
+01000111000101011100000000100101
+00100000010000000100000111001100
+00100100011110100000000000000000
+01101111111000001100001011010001
+11000000000000000100011010010111
+11000000000000001100011010011101
+11000000000000010100011010010111
+11000000000000011100011010011111
+11000000000001001100011010100011
+11000000000001011100011010101110
+11000000000001100100011010110000
+11000000000001101100011010110111
+00100000011000000000000000000000
+01101111111000001100001011010010
+11000001100000100000000000000000
+01110000010000101101001011111111
+01110000010000101101000111111111
+01110000000001001100001100111111
+00100000001000000110111101111011
+01110000010000101101000100000010
+00100000001000000100010111101110
+01110000010000101101000100000100
+01011000000000010111011100000000
+11011000111000000000000000000111
+00100000001000000111010000100000
+01101111111000001100001011010010
+11000000000000100100011010100110
+00100000011000000000000000000000
+01101111111000001100001011010011
+11000010100000111100011010101100
+01110000010000101101000100001011
+00100000010000000100011001000011
+01110000000001001100001100101001
+00100000001000000110111101111011
+01110000010000101101000100001100
+00100000001000000100011010101010
+01110000010000101101000100001100
+00100000001000000100011001001101
+01101111111000001100001010000101
+01101000010010001100001010001100
+10011000010000010111111000000000
+00101111111011000000000000000001
+00100000001000001100011010111001
+01110000010000101101000100001101
+00100000001000000100011001011001
+00100000010000000100011001100001
+00100000001000000100011010111001
+01000111000101100100000000100101
+00011000000000000000111000000111
+00100000010000000111010000011111
+01110000010000101101001011111111
+01110000010000101101000111111111
+01110000000001001100001100111110
+00100000001000000110111101111011
+01000111000101110100000000100101
+00011000000000000010010000000110
+00100000001000000100000110011111
+01101111111000001000000001001001
+11000000000000000100011011011010
+11000000000000001100011011100010
+11000000000000010100011011101010
+11000000000000011100011011101110
+11000000000000100100011100001100
+11000000000000101100011100010001
+11000000000000110100011100010101
+11000000000000111100011100011010
+11000000000001000100011100011011
+11000000000001001100011100011100
+11000000000001010100011100011101
+11000000000001011100011100100001
+11000000000001100100011100100010
+11000000000001101100011100100100
+11000000000010010100011100100101
+11000000000010011100011100100110
+11000000000010100100011100100111
+11000000000010101100011100101001
+11000000000010110100011100110100
+11000000000011000100011100110101
+01101010011000001000000001001001
+00100000001000000100011101011000
+11101111111001001000000000000110
+01100111111001001000000110011010
+11101111111000010000000000000110
+01100111111000010000000110000011
+01101111111000001000000101100011
+01111001001000000111111000000101
+01100111111000001000000101100011
+00100000011000000000000000000000
+11101111111000101000000000000110
+01100111111000101000000110011010
+11101111111000010000000000000110
+01100111111000010000000110000011
+01101111111000001000000101100011
+01111001001000000111111000000110
+01100111111000001000000101100011
+00100000011000000000000000000000
+01011000000000000000000000010100
+01100111111000010000000110010001
+01100111111000010100001011001010
+00100000011000000000000000000000
+11101111111001000000000000000110
+01100111111001000100001011011010
+11101111111000010000000000000110
+01100111111000010100001011011000
+11101111111001000000000000000110
+01100111111001000100001010111010
+11101111111000100000000000000110
+01100111111000100100010000010000
+00100000010000000100011101000101
+01000111000101111100000000100101
+01101111111000001100001011010001
+11000000000001001100011100000000
+01101111111000001100001011110110
+11000010100000001100011100000011
+01101111111000001100001110110011
+00100100010110100110101101001101
+01101111111000001100001001011100
+11000000000000000100011100001000
+01110000010000101101001000000001
+00100000010000000100011101010011
+00100000001000000110110101001011
+01110000010000100101110000000001
+11011000110000000100001011110111
+11011000101000000100001001001100
+00100000010000000111001111010010
+00100000001000000100011100000000
+01110000010000101101001000000000
+01110000010000101101000100000000
+01110000000001001100001101000001
+00100000001000000110111101111011
+11101111111001000000000000000110
+01100111111001000100001011000010
+11101111111000100000000000000110
+01100111111000100100010000010100
+00100000001000000110110101001011
+01101111111000001000000101100011
+01111001001000000111111000000100
+01100111111000001000000101100011
+00100000011000000000000000000000
+00100000011101001000000000000000
+01110000000001001100001100110010
+00100000010000000110111101111011
+01110000010000101101001000000100
+00100000001000000100011101010110
+00100000011000000000000000000000
+00100000001000000100011101011101
+00100000011000000000000000000000
+01110000010000101101001000000010
+00100000010000000100011101100100
+01110000000001001100001100110011
+00100000001000000110111101111011
+00100000011000000000000000000000
+00100000011101001000000000000000
+00100000001000000100011101100110
+00100000011000000000000000000000
+00100000001000000100011101110010
+00100000011000000000000000000000
+00100000010000000100011100101001
+00100000001000000100011101110110
+11101111111001000000000000000110
+01100111111001000100001101111100
+01101111111000010100001101111100
+01101000010010010100001110001000
+00100000010000000111010010111110
+01100111111000010100001101111100
+01101111111000010100001110000000
+01101000010010010100001110000100
+00100000010000000111010010111110
+01100111111000010100001110000000
+00100000011000000000000000000000
+00100000001000000100011101111100
+11101111111000010000000000000110
+01100111111000010000000110011010
+11101111111000010000000000000110
+01100111111000010000000110000011
+00100000011110100000000000000000
+01101111111000001000000101100011
+01111001001000000111111000000111
+01100111111000001000000101100011
+00100000011000000000000000000000
+11011010011000000000000000010011
+11011010001000000000000000000010
+11011010010000000000000000000010
+00100000010000000100000110011001
+00011010011000100111111000000000
+11100111111000001000000000000101
+00100000011000000000000000000000
+11011000101000000100001011000010
+00011000000000000111001000001000
+00100000010000000111010011100100
+11011000101000000100010000010100
+00011000000000000111001000000100
+00100000010000000111010011100100
+11011010001000000000000000001101
+11011010010000000000000000000100
+00100000010000000100000110011001
+01101111111001000100001011000010
+11100111111001000000000000000101
+01101111111000100100010000010100
+11100111111000100000000000000101
+00100000011000000000000000000000
+01110000010000101101001000000101
+11011010010000000000000000000101
+00100000001000000100011110000110
+11011010010000000000000000000110
+00100000001000000100011110000110
+11011010001000000000000000000010
+11011010010000000000000000000111
+00100000010000000100000110011001
+11100010011000001000000000000101
+00100000011000000000000000000000
+11011010001000000000000000001001
+11011010010000000000000000001001
+00100000010000000100000110011001
+01101111111001000100001101110010
+00011111111000011111111000000001
+11100111111001000000000000000101
+00100000011000000000000000000000
+11011010010000000000000000001011
+00100000001000000100011110000110
+11011010001000000000000000000110
+11011010010000000000000000001100
+00100000010000000100000110011001
+01101111111000101100000100100000
+11100111111000101000000000000101
+00100000011000000000000000000000
+11011010001000000000000000000010
+11011010010000000000000000001101
+00100000010000000100000110011001
+01011000000000000000000000000110
+11100111111000001000000000000101
+00100000011000000000000000000000
+11011010010000000000000000010011
+00100000001000000100011110000110
+11011010010000000000000000010100
+00100000001000000100011101110111
+11011010010000000000000000010101
+11011010001000000000000000001001
+00100000010000000100000110011001
+01101111111001000100001110000100
+11100111111001000000000000000101
+00100000011000000000000000000000
+11011010001000000000000000000011
+11011010010000000000000000010111
+00100000010000000100000110011001
+01101111111000001100001101111010
+00011111111000010111111000000111
+11100111111000001000000000000101
+01101111111000001100001101111011
+00011111111000010111111000000111
+11100111111000001000000000000101
+00100000011000000000000000000000
+11011010001000000000000000000001
+00100000001000000100000110011001
+01000111000110000100000000100110
+11000101000100111100101000011110
+00100000001000000100110001100010
+01000111000110001100000000100110
+01111000010001001111110000000000
+01111000010000111111110000000000
+01011000010101010101010101010101
+10011000000000000001111000000000
+01101111111000001100010011011000
+00100000001000000011110100001100
+01000111000110010100000000100110
+01101111111000001100010100000010
+00100000010000000011110011100000
+01101111111000100100010011011010
+10011000000000000001001000000000
+00100000010000000011100100100101
+01101000010010001100010011011000
+00100000010000000011110100010001
+00100000010000000100011110001011
+11000101100101111100011110011111
+01111000001111001111110000000000
+00100000000000000000000000011110
+00100000010000000100011110001011
+01111000010101111111110000000000
+01111000001001101111110000000000
+01111000001100001111110000000000
+01111000010100000111110000000000
+01111000001010000111110000000000
+01101111111000010100010011010110
+10011000000000000011011000000000
+00110111110000011000010000000000
+00100100001011000100011111111001
+00100000010000000110010110100100
+11000101000101111100011110101110
+01101111111000001100010100010101
+00100100001110100100011110101110
+01111000010001101111110000000000
+01111000001001011111110000000000
+01111000001000111111110000000000
+01111000001001001111110000000000
+00100000010000000100011111110110
+01100111111000001100010011111000
+01101000010010001100010011110111
+10011000010001100111110000000000
+00100100001000101100100000000001
+01000111000110011100000000100110
+01111000010110001111110000000000
+00101000000011111111111000101111
+00100000010000001100011111101000
+00100000001110001100100000000011
+00100000010000000100011111110110
+01100111111000001100010001000010
+11000101000100111100011111000001
+01101111111000001100010001000010
+01101000010010001100010011010100
+10101000010000000000111000000000
+00100100001000001100100000000101
+00100000010000000100011111110110
+00101000000011111111111000101111
+00100000010000001100011111110001
+11100111111000001000000000000101
+00011111111010010111111000000000
+00011111111001100111110000011111
+00100100001000010100100000000111
+00011111111000100111001000000000
+00100000001000101100011111001101
+00100000010000000100011111110110
+11100111111000001000000000000101
+11000010000000000100011111001010
+11000101000100111100011111010010
+00011000101000100010001000000000
+00100000010000000100011111110110
+01100111111000001100010100011110
+00011010001000100000101000000000
+00001001100000000000000000011000
+00011111111011110111111000000000
+00011111111100010111111000000000
+11100111111000011000000000000101
+01101111111000001100010100010101
+00100100001110100100011111100110
+01111000010001011111110000000000
+00101000000011111111111000100111
+00100000010000001100110000110111
+00100000001000110100100000001001
+00100000010000000110010110100011
+01000111000110100100000000100110
+01111000001101111111110000000000
+00100000010000000011110111111100
+11000110000100111000000000000000
+01101111111000001100010100011110
+01101000010010001100010101110101
+10011000010001100111110000000000
+00100000010000010111010011000000
+00100000001000000100110000111010
+01111000010001101111110000000000
+00100000001000000100011111011001
+00100000010000000100011111110110
+00011111111001100111110000000001
+00100000001000010111010011010000
+00011111111000001111111111111110
+11000101000100111100011111101111
+00100000001110100111010011010000
+00011111111000001111111111111111
+01100111111000001000010011001100
+00100000011000000000000000000000
+00011111111000010111111000000111
+01101000010010001000010011001100
+00011000010010011000010000000000
+10011000010000011111111000000000
+00100000011000000000000000000000
+00001001100000000000000000001000
+00011001100010010111111000000000
+00100000011000000000000000000000
+01110000010001010001011000000001
+00101000000011111111111000100111
+00100000010000001100110001010010
+01000111000110101100000000100110
+00100000010000000011110100000000
+01111000010011011111110000000000
+01111000010001011111110000000000
+00100000001000000011100011001100
+01110000010001010001011000000010
+00100000001000000100011111111100
+01110000010001010001011000000011
+00100000001000000100011111111100
+01110000010001010001011000000100
+00100000001000000100011111111100
+01110000010001010001011000000101
+00100000001000000100011111111100
+01110000010001010001011000000110
+00100000001000000100011111111100
+00100000010000000011100100100101
+01101000010010001100010011011000
+00100000001000000011100111001001
+01000111000110110100000000100110
+01101111111000001100010100000011
+00100000010000000011110011100000
+01101111111000100100010011011010
+10011000000000000001001000000000
+00100000010000000100011110001011
+00100000010000000100100000001011
+01111001001000000010101000000000
+01111000001011101111110000000000
+01111000001100000111110000000000
+01111000010100001111110000000000
+00100000010000000110010110101010
+01111000010111010111110000000000
+11000101000101111100100001000000
+11000101000101101100100001010010
+00011001001100010111111000000000
+00011111111011001111111000000000
+00011111111100011111111000000000
+00001000000000001000011000101000
+01000111000110111100000000100110
+11000101000101111100100000100111
+01101111111000001100010100010101
+00100100001110100100100000100111
+01111000010011101111110000000000
+01111000001011011111110000000000
+01111000001000111111110000000000
+01111000001001001111110000000000
+01101111111000001100010011010101
+10011000000000000111001000000000
+11011000110000000100010010000100
+11101111111000001000000000000110
+00001000000000001000011000001000
+11000010000000000100100000101100
+01111000001001000111110000000000
+00001000000000001000011000011000
+01111000010001000111110000000000
+11000101100101111100100000110110
+01111000010000111111110000000000
+01011000000000000000000000000000
+00001000000000001000011000000011
+00110111110100111000001000000000
+00100000000000000000000001100100
+01111000010111010111110000000000
+01111000010011101111110000000000
+01101111111000001100010100010101
+00100100001110100100100000111101
+01111000010011011111110000000000
+01111000010111000111110000000000
+00100000010000000011100100100101
+00100000001000000110010110101000
+11011111001000000000000000001010
+01011000000000000000000000111100
+00001000000000001000011000001000
+11000010000000000100100001000001
+01111000010011101111110000000000
+01111000001111000111110000000000
+00011001001100010111111000000000
+00011111111100010111111000000000
+00011111111100011111111000000000
+00001000000000001000011000100000
+11000101000101110100100001001111
+01011000000000000000000000000001
+00001000000000001000011000000101
+01111000001111010111110000000000
+00100000001000000100100000100001
+01011000000000000000000000000000
+00001000000000001000011000000101
+00100000001000000100100000100001
+01101111111000001100000100011101
+00011111111000110111001000000000
+00100000000000000000000000000010
+11000010000000000100100001010100
+00011001001100010111111000000000
+00011111111011001111111000000000
+00011111111100011000010000000000
+00011000010000100111111000000000
+00001000000000001000011000001000
+00011000010000100111111000000000
+00001000000000001000011000101000
+00100000001000000100100000100001
+01000111000111000100000000100111
+01101111111000001100010100000011
+11000010100000010100100001111111
+01101111111000001100010011010011
+00011111111000001111111000000011
+01100111111000001100010011010101
+01101111111000001100010011110111
+01100111111000001100010010000100
+01101111111000001100010011010100
+11100111111000001000000000000101
+01101111111000001100010011010011
+00011111111010011111111000000000
+01101000010010001100010011001001
+00011000010000010000010000000011
+00011000010000111000010000000000
+10011000010000011111111000000000
+01101000010010001100010011001010
+10011000010000001111111000000000
+11100111111000001000000000000101
+01101111111000001100010011010011
+10011000000000000111001000000000
+11011000110000000100010001100100
+00100000010000000111010000011001
+01000111000111001100000000100111
+11000110100100111000000000000000
+01101111111000001000000000110000
+11100111111000001000000000000101
+01101111111000001100010100000011
+11000011100000010000000000000000
+01101111111000001100010011010101
+00011111111000001111111000000001
+01100111111000001100010011010101
+00100000011000000000000000000000
+01101111111000001100010011010011
+00011111111000001111111000000100
+11000101100100111100100010000011
+00011111111000001111111000000001
+01100111111000001100010011010101
+01101111111000001100010011110111
+01100111111000001100010010000100
+01101111111000001100010011010101
+00011111111000001111111111111110
+11100111111000001000000000000101
+01101111111000001100010011010100
+11100111111000001000000000000101
+01011000000000000000000000000000
+00100000001000000100100001101001
+01000111000111010100000000100111
+01101111111000001100010001000011
+00011111111010010111111000000000
+01100111111000001100010011001000
+00011111111000001111111000000001
+11011000110000000100010001000011
+10011000110000001000110000000000
+11101111111000011000000000000110
+01100111111000011100010011001011
+01101111111000001100010001000011
+00011111111000110111111000000000
+00011111111000010111111000000011
+01100111111000001100010011010001
+00100000011000000000000000000000
+01000111000111011100000000100111
+01101000010010001100010011011001
+00100000010000000100100010100000
+01100000010010001100010011011001
+00100000011000000000000000000000
+01000111000111100100000000100111
+00100000010000000100100010100101
+00011000010000001000010000000001
+00011000010000010000010000000011
+00100000011000000000000000000000
+01000111000111101100000000100111
+01101111111000001100010011011010
+00011111111000010111111000000011
+00011111111011111010001000000100
+01011000000000000100010011011110
+10011010001000001111111000000000
+10011000010000001000110000000000
+11101111111000001000000000000110
+01100111111000001100010011011000
+00100000011000000000000000000000
+01100111111000100100010011011010
+01000111000111110100000000100111
+11011010001000000000000000000000
+11011111001000000000000000000100
+11011000110000000100010011011010
+11101111111000001000000000000110
+10011010001000001010001000000000
+11000010000000000100100010110100
+00011010001000100111111000000000
+01100111111000010100010011110101
+01101111111000001100010011110101
+01101000010010001100010011110110
+10011000010000001111111000000000
+01100111111000001100010011110111
+00100000011000000000000000000000
+01000111000111111100000000100111
+00100000010000000111010011001010
+01101000010010100100010011101110
+00011100010000100111111000000000
+10011000010001100111110000000000
+00100100010000010100100011001110
+00011111111000100010010000000000
+01101111111000100100010011101110
+01101000010010001100010011110010
+10011000010000001000010000000000
+00011010010000100111111000000000
+10011000010001100111110000000000
+00100100011000010000000000000000
+01111001001111111111111000011100
+01100111111000100100010011101110
+00100000001000000111010011001000
+00100000011000101000000000000000
+01111001001000000111111000011100
+00100000011000000000000000000000
+01011000000000000000000000000000
+01100111111000100100010011101110
+00100000011000000000000000000000
+01000111001000000100000000101000
+00111000000000000001001100000000
+00111000000001011001000010001011
+00111000000010110110000101010000
+00111000000011000011110100100000
+01100111111001001100010011011110
+00111000000000000011101000011010
+00111000000001001100010001010011
+00111000000010001101001100010010
+00111000000011000000000000000001
+11100111111000111000000000000101
+01101111111000001100010100000100
+00100000011110100000000000000000
+11011000110000000100010100000101
+11011000101000000100010011011110
+00100000001000000111001111010010
+01000111001000001100000000101000
+01011000010011100000000000011110
+01100111111000011100010100000110
+01011000000000110010001100000011
+11100111111000011000000000000101
+01011000001001010000011001000010
+11100111111000011000000000000101
+01011000000010010100110000000110
+11100111111000011000000000000101
+01011000001111000000100100100111
+11100111111000011000000000000101
+01110000010001010000010000000001
+00100000011000000000000000000000
+01000111001000010100000000101000
+11011000010000000110100101111000
+11000101000100111100100011111000
+11011000010000000001001011000000
+01101111111000001100010100000010
+11000011000000010100100011111000
+11011000010000000010111011100000
+01100000010010010100010011010110
+00100000011000000000000000000000
+01110000010001010000001000000001
+01110000010001010000001100000001
+00100000011000000000000000000000
+01110000010001010000001000000010
+01110000010001010000001100000010
+00100000011000000000000000000000
+01000111001000011100000000101000
+01110000010001010001101101001110
+01011000000100000001010100100000
+01100111111000011100010100010111
+01011000000000000000000000000101
+11100111111000001000000000000101
+00100000011000000000000000000000
+11011010011000000100010100100011
+11011010010000000100110011011011
+00100000001000000100110111010011
+01111001001000000000000000100110
+01101111111000001100010101000111
+01111001001111111111111000000010
+01111001001000000111111000000001
+01100111111000001100010101000111
+01011000000000000000000000000000
+01100111111000010100010100101001
+01101111111000010100010100100001
+01100111111000010100010100100011
+01110000010001010010000000000000
+00100000010000000100100101001111
+01110000010001001100100100000000
+01101111111000001100010100011011
+01100111111000001100010011011000
+01101111111000001100010100011100
+01100111111000001100000100010110
+01101111111000100100010100010111
+00100000001000000100100010101111
+01000111001000100100000000101000
+01110000010001010010110100000000
+01101111111000010100010100100101
+00011111111000001111111000000001
+01100111111000010100010100100101
+01101111111000001100010100100101
+00011111111000010111111011111111
+00100100011110100000000000000000
+01101111111000001100010100011111
+11000000011111111100100101110001
+11000000000000001100100100101011
+11000000000000010100100100101101
+11000000000000011100100100110011
+11000000000000100100100100111001
+00100000011000000000000000000000
+01110000010001000110010011111111
+00100000001000000100100100111010
+01101111111000001100010011111001
+00100000001110100100100100110001
+01101111111000100100010101001111
+00100000010000000100100010101111
+01110000010001000110010010101010
+00100000001000000100100100111010
+01110000010001000110010001010101
+01101111111000001100010011111001
+00100000001110100100100100111010
+01101111111000100100010100110011
+01100111111000100100010001100110
+00100000001000000100100100111100
+01110000010001000110010000100010
+01101111111000100100010101001111
+01100111111000100100010001100110
+01101111111000001100010011010100
+00011111111000010111111000000111
+01100111111000001100010001100101
+01110000010001000110101000000000
+01110000010001001101001100000111
+00100000010000000100100001011110
+00100000010000000100110010110000
+00100100011011000000000000000000
+00100100011101111000000000000000
+00100000010000000100101111101111
+00100000010000000100110011001111
+01000111001000101100000000101000
+01101111111000001100010100011111
+11000001011111111000000000000000
+11000000000000001100100101010100
+11000000000000010100100101010110
+11000000000000011100100101011100
+11000000000000100100100101100100
+00100000011000000000000000000000
+01110000010001010001111100000010
+01101111111000001100010011111001
+00100000011110100000000000000000
+01110000010001010001111100000001
+00100000011000000000000000000000
+01110000010001010001111100000010
+00100000001000000100110010101011
+01101111111000001100010011111001
+00100000001110100100100101011010
+01101111111000100100010010101010
+01100111111000100100010100110011
+01110000010001010001111100000011
+00100000001000000100110010101011
+01101111111000001100010011111001
+00100000001110100100100101100010
+01101111111000100100010010101010
+01101000010010100100010101001111
+10011000010001100111110000000000
+00100100011000101000000000000000
+01110000010001010001111100000100
+00100000001000000100110010101011
+01101111111000001100010011111001
+00100000001110100100100101101010
+01101111111000100100010010101010
+01101000010010100100010100110011
+10011000010001100111110000000000
+00100100011000101000000000000000
+01110000010001010001111111111111
+01110000000001001100001100111001
+00100000010000000110111101111011
+01011000000000000000000000000000
+01100111111000010100010100100011
+01101111111000100100010010101010
+00100000010000000100100010101111
+01101111111000001100010101000111
+01111001001111111111111000000001
+01100111111000001100010101000111
+00100000001000000100110010101011
+01110000010001010110000100000001
+01110000010001010110000000000000
+00100000011000000000000000000000
+01101111111000001100010101100000
+11000011100000001000000000000000
+01111001001000000111111000000001
+01100111111000001100010101100000
+01011000000000000000000000000000
+01100111111000011100010100011110
+01100111111000001100010100101001
+01100111111000001100010100101010
+01100111111000100100010101110111
+01110000010001010101110000000001
+00100000001000000100100100010101
+01110000010001010101110000000001
+01110000010001001101001100001000
+11011000110000000100010100100001
+11011000101000000100010001100100
+00100000001000000111001111001100
+01000111001000110100000000101000
+00100000010000000100101000111001
+00100000010000000100011110010010
+00100100001101111100101000111001
+00100000010000000100100110010111
+00100000010000000100101001101100
+00100000010000000100101000010100
+00100000010000000101001000011101
+01101111111000001100010011111001
+00100000011110100000000000000000
+01101111111000100100010101110111
+00100000011110100000000000000000
+00100000001000000100100010101111
+00100000010000000100101000111001
+00100000001000000100011111111100
+01110000010001010110110100000101
+11011000110000000100010001000010
+11011000101000000100010100110011
+00100000010000000111001111001100
+01000111001000111100000000101000
+01101111111000001100010100110101
+11000000010101010100100110100010
+11000000001010101100100110110011
+11000000000100010100100111010100
+11000000011111111100110000001110
+00100000011000000000000000000000
+01101111111000001100010100110110
+11000000000000001100100110100110
+11000000000000010100100110101110
+00100000011000000000000000000000
+01101111111000001100010100101001
+00100100011110100000000000000000
+01110000010001010001111000000001
+01110000010001010010000100000001
+01110000010001010010001010000000
+01101111111000110100010000111100
+01100111111000110100010100100011
+00100000011000000000000000000000
+01101111111000001100010100101010
+00100100011110100000000000000000
+01110000010001010001111100000001
+01110000010001010010000100000010
+00100000001000000100100110101010
+01101111111000001100010011111001
+00100000001110100100100110111001
+01101111111000100100010100110111
+01101000010010100100010000111100
+10011000010001100111110000000000
+00100100011000101000000000000000
+01101111111000001100010100110110
+11000000000000001100100110111101
+11000000000000010100100111001010
+00100000011000000000000000000000
+01101111111000001100010100101001
+00100100011110100000000000000000
+01101111111000001100010100011110
+11000000000000001100100111000010
+00100000011000000000000000000000
+01110000010001010001111000000010
+01101111111000001100010011111001
+00100000001110100100100110101001
+01110000010001010010000100000001
+01110000010001010010001010000000
+01101111111000100100010101110111
+01100111111000100100010100100011
+00100000001000000111010011001000
+01101111111000001100010100101010
+00100100011110100000000000000000
+01101111111000001100010100011111
+11000000000000001100100111001111
+00100000011000000000000000000000
+01110000010001010001111100000010
+01101111111000001100010011111001
+00100000001110100100100110110001
+01110000010001010010000100000010
+00100000001000000100100111000110
+01101111111000001100010011111001
+00100000001110100100100111011010
+01101111111000100100010100110111
+01101000010010100100010101110111
+10011000010001100111110000000000
+00100100011000101000000000000000
+01101111111000001100010100110110
+11000000000000001100100111011110
+11000000000000010100100111101100
+00100000011000000000000000000000
+01101111111000001100010100101001
+00100100011110100000000000000000
+01101111111000001100010100011110
+11000000000000010100100111100011
+00100000011000000000000000000000
+01110000010001010010100100000001
+00100000010000000100101000001000
+00100000010000000100100110101001
+01101111111000001100010100100000
+00011111111000011111111000000001
+01100111111000001100010100100000
+01011000000000000000000000000000
+01100111111000010100010100011110
+00100000011000000000000000000000
+01101111111000001100010100101010
+00100100011110100000000000000000
+01101111111000001100010100011111
+11000000100000000100100111110001
+00100000011000000000000000000000
+01110000010001010010101000000001
+00100000010000000100101000001110
+00100000010000000100100110110001
+01101111111000001100010100100000
+00011111111000011111111000000010
+01100111111000001100010100100000
+00100000010000000100100111101001
+00100000001000000101001000010111
+01101111111000001100010101100001
+11000001100000001000000000000000
+01101111111000001100010101011011
+00100100011110100000000000000000
+01101111111000001100010001000101
+11000000000000001100101000000001
+11000000000000010100101000000101
+00100000011000000000000000000000
+01101111111000001100010101110110
+11000100000000000000000000000000
+01111000010101111111110000000000
+00100000011000000000000000000000
+01101111111000001100010101110110
+11000100000000001000000000000000
+00100000001000000100101000000011
+01101111111000001100010101011011
+00100100011110100000000000000000
+01101111111000001100010101110110
+00011111111000011111111000000001
+01100111111000001100010101110110
+00100000011000000000000000000000
+01101111111000001100010101011011
+00100100011110100000000000000000
+01101111111000001100010101110110
+00011111111000011111111000000010
+01100111111000001100010101110110
+00100000011000000000000000000000
+01101111111000001100010100100000
+00100000011110100000000000000000
+01101111111000001100010100110110
+11000000000000001100101000001000
+11000000000000010100101000001110
+00100000011000000000000000000000
+01111001001000000000000000100111
+01101111111000001100000100010110
+01100111111000001100010101101110
+00100000001000000100110001000101
+01101111111000010100010100101011
+00100000001000000111010010000111
+01000111001001000100000000101001
+01110000010001001101001100000000
+01101111111000001100010101011100
+00100000011110100000000000000000
+01101111111000010100010100101101
+00100000001000000111010010000111
+00100000010000000100101001101001
+00100100001101111100101000111001
+00100000010000000100101001011011
+00100100001101000100101000111001
+01101111111000001100010011001000
+00100000001110100100101000111001
+00011111111000001111111000000010
+10011000000000000111001000000000
+11011000110000000100010001000010
+11011000101000000100010100110011
+00100000010000000111010000011001
+01110000010001010101111000000000
+01101111111000001100010101011011
+00100000010110100100101001110110
+01000111001001001100000000101001
+01101111111000001100010100110101
+11000000000000001100101000111111
+11000000000000010100101001001110
+11000000011111111100101000111101
+01000111001001010100000000101001
+11011000101000000100010001000010
+11011111001000000000000001000010
+00100000001000000111001111101100
+00100000010000000100101000010110
+00100000001000000100110000001110
+00100000010000000100101000001000
+00100000010000000100101110100010
+01101111111000001100010101010101
+01101000010010001100010100110011
+00101000010011111111111000000011
+01111001001000001111111000000000
+01100111111000001100010101010101
+11000000000000001100101001010100
+01101111111000001100010101011101
+01101000010010001100010100110011
+00101000010011111111111000000100
+01111001001000001111111000000000
+01100111111000001100010101011101
+01101111111000010100010100101111
+00100000001000000111010010000111
+00100000010000000100101000001110
+01101000010010001100010100110011
+00101000010011111111111000000011
+00100000001000001100101001011001
+01101111111000010100010100110001
+00100000001000000111010010000111
+01101111111000001100000010010101
+00011111111001100111110000001100
+00100000010000101100111010111011
+01101111111000100100010100111101
+00100000001000000100110000010100
+01101111111000100100010100111101
+00100000001000000100110000011000
+00100000010000000111010011001010
+01101111111000001100010011010001
+01101000010010001100010011010010
+10011000010001100111110000000000
+00100100010000101111010011001000
+01101111111000001100010011010001
+01100111111000001100010011010010
+01101111111000011100010011001011
+01101000010010011100010011001110
+10011000010001100111110000000000
+00100100010000101111010011001000
+01101111111000011100010011001011
+01100111111000011100010011001110
+00100000011000000000000000000000
+00100000010000000100101000111001
+00100000010000000100011110010010
+00100100011101111000000000000000
+01101111111000001100010001000010
+01100111111000001100010011010100
+00100000010000000100100010001101
+01101111111000001100010001000011
+00101111111011111111111000000000
+00100000001000001100101001110101
+00100000010000000100101000100000
+00100000010000000100100001011110
+00100000010000000100100000001110
+00100000001000000100011111111100
+01110000010001010101111100000001
+01011000000000000000001010000000
+11011000111000000000000000001000
+00100000001000000111010000100000
+01000111001001011100000000101001
+01110000010001010101111000000001
+01110000010001010110001000000000
+01110000010001001111001011111111
+00100000001000000100100011010001
+01000111001001100100000000101001
+01101111111000001100010101011110
+00100000011110100000000000000000
+00100000010000000100100010111110
+00100100011101000000000000000000
+00100000010000000100101010001100
+01101111111000001100010101100010
+00011111111000001111111000000001
+00011111111000010111111000000001
+01100111111000001100010101100010
+11000000000000000100101010010001
+11000000000000001100101010010100
+00100000011000000000000000000000
+01101111111000001100010101101101
+00100000011110100000000000000000
+00011111111000001111111111111111
+01100111111000001100010101101101
+00100000011000000000000000000000
+01101111111000001100010101101101
+00100100011110100000000000000000
+00100000001000000100101011010110
+01101111111000001100010101101101
+00100100011110100000000000000000
+00100000001000000100100101110101
+01101111111000001100010101110101
+00100100011110100000000000000000
+01101111111000001100010101110011
+00100000010110100100101011000101
+01101111111000001100010101110000
+11000011100000000000000000000000
+01111001001000000111111000000000
+01100111111000001100010101110000
+01110000010001010110111100000001
+01110000010001010111010000000000
+01011000000000000000000000000000
+01100111111000010100010101110001
+01110000010001001111001001100000
+00100000001000000100100011010001
+01000111001001101100000000101001
+01101111111000001100010101100001
+11000001000000000000000000000000
+01101111111000001100010101110101
+00100100011110100000000000000000
+01101111111000001100010101110011
+00100100011110100000000000000000
+01101111111000001100010101101111
+00100000011110100000000000000000
+00100000010000000100100010111110
+00100100011101000000000000000000
+01101111111000010100010101110001
+00011111111000001111111000000001
+01100111111000010100010101110001
+11011000010000000000011111010000
+10011000010001100111110000000000
+00100000001000010100101011000001
+00100000010000000100101010001100
+01101111111000001100010101110100
+00011111111000001111111000000001
+00011111111000010111111000000001
+01100111111000001100010101110100
+11000000000000000100101010111110
+11000000000000001100100101110101
+00100000011000000000000000000000
+01101111111000001100010101101101
+00100100001110100100100101110101
+00100000001000000100101110001000
+01110000010001010111001100000001
+00100000001000000100101110001000
+01110000010001010110111100000000
+00100000011000000000000000000000
+01110000010001010110111100000001
+00100000011000000000000000000000
+01000111001001110100000000101001
+01101111111000001100010101100000
+11000011100000000000000000000000
+01111001001000000111111000000000
+01100111111000001100010101100000
+01101111111000001100010101101110
+01100111111000001100000100010110
+01110000010001010101110000000000
+01110000000001111010101100000000
+01110000010001010101010100000001
+01110000010001001100100100000000
+01101111111000100100010000111100
+00100000010000000100100010101111
+00100000010000000100100010011011
+00100000001000000100101000111001
+01110000010001010101110000000000
+01110000010001010110000100000000
+01110000010001010110000000000000
+00100000011000000000000000000000
+01101111111000001100010101100001
+11000001100000000000000000000000
+00100000010000000100101011000111
+00100000010000000100101110001100
+00100000001000000100101000100110
+01000111001001111100000000101001
+01101111111000001100010101100001
+11000001100000001000000000000000
+00100000010000000100100101111000
+00100000010000000100100110001000
+01101111111000001100010101011011
+00100100011110100000000000000000
+01101111111000001100010100100000
+00100000011110100000000000000000
+01110000010001010101111000000000
+00100000010000000100101011010110
+00100000010000000100101001110110
+00100000001000000100100011010001
+01101111111000001100010101100000
+11000011100000111000000000000000
+01111001001000000111111000000111
+01100111111000001100010101100000
+01110000010001010110001000000000
+01110000010001010101110000000001
+01011000000000000000000000000000
+01100111111000011100010110001000
+01100111111000111100010101100101
+00100000010000000100101101111010
+00100100011000101000000000000000
+01101111111000001100010011011001
+01100111111000001100010101100100
+01101111111000001100010011011000
+01100111111000001100010101100011
+00100000011000000000000000000000
+01000111001010000100000000101010
+01101111111000001100010101100001
+11000001100000111000000000000000
+00100000010000000100101011101100
+00100000010000000100101100100010
+00100000010000000100101001101001
+00100100001101111100101000111001
+00100000010000000100101101111010
+00100000010000101100101000101000
+01101111111000001100010101010101
+00100000010110100100101011000011
+01110000010001010110000100000000
+01101111111000001100010101100000
+01111001001000000111111000000000
+01100111111000001100010101100000
+01101111111000001100010101011100
+00011111111001100111110000000010
+00100100010000101100101101111000
+00100000010000000100101000111001
+00100000010000000100101001110110
+00100000010000000100101101111010
+00100000001000101100101100011011
+01101111111000100100010011011010
+01101000010010100100010101111111
+10011000010001100111110000000000
+00100000001000101100101100011110
+01101111111000100100010011011010
+01101000010010100100010101111011
+10011000010001100111110000000000
+00100000001000101100101100100000
+00100000011000000000000000000000
+01101111111000001100010101100100
+01100111111000001100010011011001
+00100000011000000000000000000000
+01101111111000001100010101101010
+00100000001000000100101100011100
+01101111111000001100010101100111
+00100000001000000100101100011100
+01000111001010001100000000101010
+01101111111000001100010101100010
+00011111111000001111111000000001
+00011111111000010111111000000011
+01100111111000001100010101100010
+11000000000000000100101101000110
+11000000000000001100101101100000
+11000000000000010100101100101100
+11000000000000011100101101100000
+00100000011000000000000000000000
+00100000010000000100100110101001
+01101111111000100100010101111011
+00100000001110100100101100100010
+00100000010000000100100010101111
+01101111111000001100010101101000
+00100000010110100100101101000001
+01101111111000001100010101100110
+01100111111000001100010011011000
+01101000010010001100010110001001
+01101010001000010100010110001111
+00100000010000000100110000011010
+01100000010010001100010110001001
+00100000010000000100110000100011
+01100000010010001100010110000110
+00011000010001100111110001010000
+00100100011000010000000000000000
+01101000010010001100010101100111
+00100000010000000100100010100000
+01100000010010001100010101100111
+01100111111000001100010101100110
+00100000011000000000000000000000
+01110000010001010110100000000001
+11011000010000000000000000000000
+00100000010000000100100010100101
+01100111111000001100010101100110
+00100000011000000000000000000000
+00100000010000000100100110110001
+01101111111000100100010101111111
+00100000001110100100101100100010
+00100000010000000100100010101111
+01101111111000001100010101101011
+00100000010110100100101101011011
+01101111111000001100010101101001
+01100111111000001100010011011000
+01101000010010001100010110001010
+01101010001000010100010110010001
+00100000010000000100110000011010
+01100000010010001100010110001010
+00100000010000000100110000100011
+01100000010010001100010110000111
+00011000010001100111110001010000
+00100100011000010000000000000000
+01101000010010001100010101101010
+00100000010000000100100010100000
+01100000010010001100010101101010
+01100111111000001100010101101001
+00100000011000000000000000000000
+01110000010001010110101100000001
+11011000010000000000000000000000
+00100000010000000100100010100101
+01100111111000001100010101101001
+00100000011000000000000000000000
+00100000010000000100100110101001
+01101111111000100100010000111100
+00100000010000000100100010101111
+01101111111000001100010101100101
+00100000010110100100101101110100
+01101111111000001100010101100011
+01100111111000001100010011011000
+01101000010010001100010110001000
+01101010001000010100010110001101
+00100000010000000100110000011010
+01100000010010001100010110001000
+00100000010000000100110000100011
+01100000010010001100010110000101
+00011000010001100111110001010000
+00100100011000010000000000000000
+01101000010010001100010101100100
+00100000010000000100100010100000
+01100000010010001100010101100100
+01100111111000001100010101100011
+00100000011000000000000000000000
+01110000010001010110010100000001
+01101111111000001100010101100011
+01100111111000001100010011011000
+00100000011000000000000000000000
+01110000010001010101110000000000
+00100000011000000000000000000000
+01101111111000100100010011011010
+01101000010010100100010000111100
+10011000010001100111110000000000
+00100000011000000000000000000000
+01101111111000001100010101011100
+11000001000000010000000000000000
+01101111111000001100010101011111
+00100000011110100000000000000000
+11011000111000000000000000001000
+00100000010000000111010000101110
+00100100011110100000000000000000
+01110000010001010101111100000000
+01110000010001010110110100000000
+00100000010000000100101010010111
+01000111001010010100000000101010
+01110000010001010110000100000111
+01110000010001010110000000000000
+00100000001000000100101000111001
+01000111001010011100000000101010
+01101111111000001100010101010101
+11000000000000001100110001011001
+01101111111000001100010101011101
+11000000000000001100101110100000
+01101000010010100100010101010110
+00011100010000100111111000000000
+10011000010001100111110000000000
+00100100010000010100100011001110
+00011111111000100010010000000000
+01101111111000100100010101010110
+01101000010010001100010101011010
+10011000010000001000010000000000
+00011010010000100111111000000000
+10011000010001100111110000000000
+00100100011000010000000000000000
+01111001001111111111111000011100
+01100111111000100100010101010110
+01110000010001010101010100000001
+00100000001000000100100010011011
+01110000010001010101110100000000
+00100000001000000100100010011011
+00011100010000100111111000000000
+01100111111000100100010101010110
+00100000011000000000000000000000
+11011010011000000100010100101001
+11011010010000000100110011011011
+00100000001000000100110111010011
+01000111001010100100000000101010
+01111001001000000000000000100110
+01101111111000001100010101000111
+01111001001111111111111000000001
+01111001001000000111111000000010
+01100111111000001100010101000111
+01101111111000001100010100101110
+00100000001110100100101110111101
+01101111111000001100010100101101
+11000000000000001100101110110101
+11000000000000010100101110110101
+11000000000000011100101111000100
+11000000000000100100101111000100
+01101111111000001100010100011100
+01100111111000001100000100010110
+01101000010010001100010100110111
+01100000010010001100010011011001
+01101111111000100100010100101111
+00100000010000000100101111001110
+01100000010010001100010100110111
+00100000011000000000000000000000
+01110000010000010001011000000011
+01101000010010001100010100111000
+01100000010010001100010011011001
+01101111111000100100010100110011
+00100000010000000100101111001110
+01100000010010001100010100111000
+00100000011000000000000000000000
+01110000010000010001011000000011
+01101000010010001100010100111001
+01100000010010001100010011011001
+01101111111000100100010101001111
+00100000010000000100101111001110
+01100000010010001100010100111001
+00100000011000000000000000000000
+01101111111000100100010010101010
+00100000011110100000000000000000
+01100111111000100100010100110011
+00100000010000000100100010101111
+00100000001000000100100010011011
+01000111001010101100000000101010
+01101111111000010100010100101011
+11011000010000000000000111111000
+10011000010000010111111000000000
+00100000001110100100101111011001
+01101111111000010100010100101011
+00011111111000001111111000000001
+01100111111000010100010100101011
+00100000011000000000000000000000
+00100000010000000100101111110011
+00100000010000000100110010110000
+00100100001011000100101111111010
+00100100001101111100101111111010
+00100000010000000100110011001111
+01101111111000100100010100010111
+01101000010010100100010011011010
+10011000010001100111110000000000
+00100000001000101100100100001010
+01101111111000100100010101001111
+01101000010010100100010011011010
+10011000010001100111110000000000
+00100000010000101100101111001011
+01101111111000001100010101000111
+01111001001111111111111000000010
+01100111111000001100010101000111
+01011000000000000000000000000000
+01100111111000010100010100100011
+01100111111000010100010100101011
+01100111111000010100010100101001
+01110000000001001100001100111100
+00100000010000000110111101111011
+01000111001010110100000000101010
+11011111001000000000000000000100
+11011000101000000100010001100100
+00100000001000000111001111011101
+01110000010001000110010011111111
+01101111111000001100010011010100
+01100111111000001100010001100101
+01101111111000100100010101001111
+01100111111000100100010001100110
+01110000010001001101001100000110
+00100000001000000100100001011110
+01101111111000001100010100101110
+00100000001110100100100010011011
+01101111111000010100010100101011
+00011111111000001111111000000001
+01100111111000010100010100101011
+00101111111011111111111000001001
+01101111111000001100010100101101
+11000000000000001100110000000110
+11000000000000010100110000001000
+11000000000000011100110000001010
+11000000000000100100110000001100
+00100000001000000100101110111101
+00100000001000001100101110111101
+00100000001000000100101110110101
+00100000001000001100101111000100
+00100000001000000100101110110101
+00100000001000001100101111000100
+00100000001000000100101110111101
+00100000001000001100101111000100
+00100000001000000100100100010101
+01101111111000001100010100110110
+11000000000000001100110000010010
+11000000000000010100110000010110
+00100000011000000000000000000000
+01101111111000100100010100110111
+01100111111000100100010101110111
+01100111111000100100010101111011
+00100000011000000000000000000000
+01101111111000100100010100110111
+01100111111000100100010101110111
+01100111111000100100010101111111
+00100000011000000000000000000000
+01000111001010111100000000101010
+00011010001000100111111000000000
+10011000010000001000101000000000
+01101111111000001000000000001001
+11100111111000001000000000000101
+00011000010000001000010000000001
+01101111111000001100010100011101
+10011000010000010000010000000000
+00100000011000000000000000000000
+01000111001011000100000000101011
+01101111111000001100010100011101
+00011111111000001111111000000001
+01100111111000010000010011101111
+00011111111000100111001000000000
+00011010001000100000110000000000
+11011111111000000000000000000000
+11101000010000001000000000000110
+10011000010000001111111000000000
+11000010000000000100110000101010
+01101000010010010000010011101111
+10011000010001101111110000000000
+00100000010000000111010001110101
+00011000000001111000010000000000
+11000110000100111000000000000000
+00011000010000100111111000000000
+11000110100100110000000000000000
+00100000010000000011101001101000
+00011111111000100000010000000000
+00100000011000000000000000000000
+00100000001000000011101001001001
+01101111111000010100010100111011
+00100000001000000100110001001100
+00011111111000100010001000000000
+01101000010010001100010100111010
+01101111111000010100010100111011
+10011000010000001000101000000000
+00011010001000100111111000000000
+11100111111000001000000000000101
+00011000010000001000010000000001
+01101111111000001100010100011101
+10011000010000010000010000000000
+01100000010010001100010100111010
+00100000011000000000000000000000
+01101111111000010100010110001011
+00100000010000000100110001001100
+01101111111000010100010110001101
+00100000010000000100110001001100
+01101111111000010100010110001111
+00100000010000000100110001001100
+01101111111000010100010110010001
+00100000011110100000000000000000
+00011111111000100000101000000000
+01101111111000001100010100011101
+00011111111000001111111000000001
+00011111111000100111001000000000
+00100000001000000111001111101100
+00100000010000000100110000110111
+00100000011110100000000000000000
+01101000010010001100010110000100
+01101010001000010100010110001011
+00100000010000000100110000011010
+01100000010010001100010110000100
+00100000011000000000000000000000
+01101010001000010100010110001011
+00100000010000000100110000100011
+01100000010010001100010110000011
+00011000010001100111110001010000
+00100100011000010000000000000000
+00100000001000000100100010011011
+01101111111000100100010000111100
+01100111111000100100010101001111
+00100000001000000100110000111000
+11000110100100110000000000000000
+01101111111000001100010101000111
+11000010100000001100100100011100
+11000010100000010100101111010000
+01101111111000001100010101100011
+11000000000000001100110100100001
+01000111001011001100000000101011
+00100000010000000100110010000100
+00100100001101000100110100000000
+00100000010000000100110010011001
+00100000010000000100110101001001
+01101111111000001100000010010101
+11000000000001000101110110011000
+01101111111001000100010101010110
+01100111111001000100010011111010
+01101111111000010100010101101000
+01100111111000010100010101101010
+01101111111000010100010101000011
+00100000001000000111010010000111
+01000111001011010100000000101011
+00100000010000000100110100010101
+00100100011101000000000000000000
+00100000010000000100110100011111
+00100000010000000111010011100000
+01101111111000011100010101010011
+00100000001000000100110010000001
+01000111001011011100000000101011
+00100000010000000100110100010101
+00100100011101000000000000000000
+00100000010000000100110100011111
+01101111111001000100010011111010
+00100000010000000111010001100100
+01100000010010100100000010101010
+00100000001000000011101101000111
+00100000010000000100110010000111
+00100100011101000000000000000000
+00100000001000000100100001011110
+01101111111000010100010100111101
+00100000010000000111010010000111
+00100000001101000100110010001101
+01101111111000111100010001100101
+00100000011110100000000000000000
+00100000001000000111010011001000
+01110000010001010100110100000000
+00011010001000001111111000000001
+01100111111000001100010011010011
+00100000010000000100110010010101
+01100111111000001100010001100100
+00011010010000100000110000000000
+00011010001000100111001000000000
+00100000001000000111010000011001
+01101111111000001100010011010100
+00011111111000010111111000000111
+01100111111000001100010011010100
+00100000011000000000000000000000
+01011000000000000000000000000000
+01100111111000001100010101001100
+01100111111000010100010101101101
+00100000010000000100110010110000
+01101111111000001100010011001010
+11000000000000001100110010100101
+00100100001011000100110010111110
+00100100001101111100110010111110
+00100000010000000100110011001111
+01101111111000001100000010010101
+00011111111001100111110000001000
+00100000010000101101111111011100
+00100000010000000100110101111011
+00100000010000000100101111101111
+01101111111000001100010011001001
+00011111111000001111111000000001
+01100111111000001100010011001001
+00100000010000000100110011110011
+01000111001011100100000000101011
+01011000000000000000000000000000
+01100111111000001100010101001000
+01100111111000010100010101001001
+00100000011000000000000000000000
+01000111001011101100000000101011
+01111000010101111111110000000000
+00100000010000000100100000001110
+01101111111000001100010011001010
+11000000000000001100011111111100
+00011000000000000010101000000000
+01101111111000100100010011011010
+10011000000000000001001000000000
+01101000010010001000000000001000
+00100000010000000011100101010100
+00100000010000000011100101101010
+00100000010000000100011110011010
+00100000010101111100011111111100
+00100000011000000000000000000000
+01101111111000001100000010010101
+11000000100001000100110011000011
+01101111111000001100011101111111
+00100100011110100000000000000000
+00100000010000000101101111110111
+01101111111000001100010101001101
+00100100011110100000000000000000
+01101111111000010100010101001001
+00011111111000001111111000000001
+01100111111000010100010101001001
+01101111111000001100010101001010
+11000010100000100100110011010111
+00100000010000000100110011011101
+01101111111000010100010101101101
+00011111111000001111111000000001
+01100111111000010100010101101101
+00100000001000000100110010011100
+01000111001011110100000000101011
+00100000010000000100100010001101
+01101111111000001100010011001000
+00100000011110100000000000000000
+10011000000000000111001000000000
+11011000110000000100010001000100
+11011000101000000100010010101000
+00100000001000000111010000011001
+01000111001011111100000000101011
+01011000000000000000000000000000
+01100111111000010100010101001001
+01110000010001010100101100000001
+01110000000001001100001100111010
+00100000001000000110111101111011
+01000111001100000100000000101100
+01101000010010001100010101001100
+01101111111000001100010101101100
+10011000010001100111110000000000
+00100100001000010100110011111011
+00011000010000001000010000000001
+01100000010010001100010101001100
+01101111111000001100010101101100
+11000000000000101100110011101010
+01101111111000001100010101001100
+11000000000000110100110011110101
+11000000000001100100110011110101
+00100000011000000000000000000000
+01101111111000001100010101001100
+11000000000000011100110011110101
+11000000000000110100110011110101
+00100000011000000000000000000000
+11000101000101111100110011110001
+01100111111000001100010010000101
+00100000011000000000000000000000
+01100111111000001100010010000110
+00100000011000000000000000000000
+01101111111000001100010011010100
+11000100000000100000000000000000
+01101111111000001100010011010100
+01111001001111111111111000000100
+01100111111000001100010011010100
+00100000010000000100110011101110
+00100000010000000100110101111111
+00100000001000000100100010011011
+00100000010000000100110101101111
+00100000010000000100110101111111
+00100000001000000100100010011011
+01101111111000010100010100111111
+00100000001000000111010010000111
+01101111111000001100010101001101
+00100000010110100100110100000111
+01101111111000001100010101100011
+11000001000000001000000000000000
+00100000010000000100110011111110
+01101111111000010100010101000101
+00100000001000000111010010000111
+01110000010001001101010000000001
+01110000010001010100110100000001
+00100000010000000100110010010101
+01100111111000001100010001100100
+01011000000000000000000000000000
+01100111111000111100010001100101
+01101111111000100100010101001111
+01100111111000100100010001101100
+01110000010001001101001100001100
+01101111111000001100010011010100
+01111001001000000111111000000011
+01100111111000001100010011010100
+00100000010000000100100001011110
+00100000001000000100110001101011
+01000111001100001100000000101100
+01111000001101000111110000000000
+00100000010000000011101100011011
+01101111111000011100000010111110
+00100000001110100111010011001010
+01101111111000001100000010010100
+00100000001110100111010011001010
+01101111111000001100010101100011
+11000000000000001111010011001010
+00100000011000000000000000000000
+01101111111000010100010101000001
+00100000001000000111010010000111
+00100000010000000100100010111110
+00100100011101000000000000000000
+00100000010000000100110100110110
+01101111111000010100010101100100
+00011111111000001111111000000001
+01100111111000010100010101100100
+01101000010010010100010101100110
+10011000010001100111110000000000
+00100000010000101100110100101011
+00100000001000000100110001101000
+01110000010001010110001100000000
+01011000000000000000000000000000
+01100111111000010100010101100100
+01011000000000000000000001100100
+01100111111000010100010101100110
+01110000010001010110001000000000
+01101111111000001100010011110011
+01100111111000001100010011110010
+00100000011000000000000000000000
+01101111111000001100010011110100
+00100000001000000100110100110010
+01101111111000001100010101100010
+00011111111000001111111000000001
+01100111111000001100010101100010
+11000000000000100100110100110100
+11000000000000101100110100110000
+00100000011000000000000000000000
+01110000010001010110001100000001
+01011000000000000000000000000000
+01100111111000010100010101100100
+00100000011000000000000000000000
+11011111001000000000000000000010
+11011000110000000100010011011010
+00100000010000000111010011001000
+01011000000000001111111111111111
+11101000010000010000000000000110
+10011000010001100111110000000000
+00100100010000101111010011001010
+11000010000000000100110101000100
+00100000011000000000000000000000
+01000111001100010100000000101100
+01101111111000001100001111110000
+00100100011110100000000000000000
+01101111111000010100010000110100
+11000011100001011000000000000000
+01101010001000010100010100111011
+00100000010000000100110000100011
+01100000010010001100010101101111
+01101111111000001100010101110100
+11000101000100110100110101010100
+01101111111000001100010101110111
+10011000010001100111110000000000
+00100100001000010100110101101110
+01101111111000001100010101110001
+00011111111001100111110000000010
+00100100001000010100110101011100
+01101111111000001100010101110001
+11000000000000000100110101101111
+00100000011000000000000000000000
+01101111111000001100010101110001
+01101000010010001100010101110010
+10011000010001100111110000000000
+00100100011000101000000000000000
+01110000010001010111000100000000
+01101000010010001100010101101111
+01101111111000001100010101110011
+11000101000100110100110101100101
+01101111111000001100010101110110
+10011000010001100111110000000000
+00100100011000010000000000000000
+01101111111000001100010101110000
+11000000000000000100110101110110
+00011111111000001111111111111111
+01100111111000001100010101110000
+11000000000000000100110101110110
+01110000010000010001011000000000
+00100000011000000000000000000000
+01110000010001010111000100000000
+01101111111000001100010101110000
+11000000000000010100110101110100
+00011111111000001111111000000001
+01100111111000001100010101110000
+11000000000000001100110101101100
+01110000010000010001011000000110
+00100000011000000000000000000000
+01110000010000010001011010000101
+00100000011000000000000000000000
+01110000010001010111000000000001
+01110000010001010111000100000000
+00100000011000000000000000000000
+01101111111000001100010101110001
+00011111111000001111111000000001
+01100111111000001100010101110001
+00100000011000000000000000000000
+01101111111000001100010101110001
+00011111111001100111110000000010
+00100100010000010100110110000111
+01101111111000001100010101110001
+11000001000000000000000000000000
+00011111111000001111111111111111
+01100111111000001100010101110001
+00100000011000000000000000000000
+01110000010001010111000100000011
+00100000011000000000000000000000
+01000100101110000100000000001110
+01101111111000001100000010010101
+00100000001110100100110110001001
+11000000000000100101000010111000
+11000000000001001110000000101000
+11000000000001010110000111101100
+11000000000001000101001000101100
+00100000011000000000000000000000
+00100000011101011000000000000000
+00100000010000000110101111011101
+01101111111000001100000010010101
+11000000000001001110000101010111
+11000000000001010110000101010111
+11000000000000100101000011000011
+11000000000001000101001001110101
+00100000011000000000000000000000
+00100000010000000110111011000000
+00100000010000000110111110010001
+00100000010000000100110110100000
+01101111111000010100001110010100
+00100000001000000111010010000111
+01101111111000010100001110010010
+00100000001000000111010010000111
+01000100101110001100000000001110
+11011010001000000100010000011110
+00100000010000000111010010100101
+00100000011110100000000000000000
+00011111111000100010011000000000
+00100000010000000100110110101001
+00100000001000000100110110101101
+11011010011000000000000000000000
+00100000011000000000000000000000
+11000000000010000100110110111100
+11000000000010100100110110110011
+11000000000010101100110110110111
+00100000011000000000000000000000
+01101111111000010100001110010110
+00100000001000000111010010000111
+01101111111000010100001110001100
+00100000001000000111010010000111
+01101111111000010100001110010000
+00100000001000000111010010000111
+01101111111000010100010000110100
+01111001001000000111111000001001
+01100111111000010100010000110100
+00100000011000000000000000000000
+01110000010000110110110100000000
+01101111111000010100010000110100
+01111001001111111111111000001001
+01100111111000010100010000110100
+00100000001000000100111000011001
+01101111111000010100001110101010
+01111001001000000111111000000000
+01100111111000010100001110101010
+00100000011000000000000000000000
+01100111111000001000000111011100
+01000100101110010100000000001110
+01101111111000001000000111011100
+00100000011110100000000000000000
+00011111111000001111111111111111
+01100111111000001000000111011100
+00100000010000000110111011001100
+00100000010000000100110111111010
+00100000010000000110100101010111
+01101111111000010100001110011100
+00100000010000000111010010000111
+00100000001000000100110111000001
+11101111111000001000000000010011
+00100000011110100000000000000000
+00011111111000001111111111111111
+11100111111000001000000000010011
+00100100011110100000000000000000
+00011010010000100111111000000000
+00100000001000000111010010000111
+11101111111000010000000000010011
+00100000011110100000000000000000
+00011111111000001111111111111111
+11100111111000010000000000010011
+00100100011110100000000000000000
+00011010010000100111111000000000
+00100000001000000111010010000111
+01101000010010010100001111100010
+00011000010000001010011000000001
+11011010010000000100110111011110
+00100000001000000100110111001100
+00100000010000000100111000101111
+11000000000000001100110111100001
+00100000001000000100111000010011
+01011000000000000000000000000010
+11100111111000001000000000010011
+00011000010000001010010000001000
+11101111111000010000000000010010
+00100000001000000111010010000111
+00100000010000000100110111101000
+00100000001000000100111000010011
+01011000000000000000000000000000
+01100111111000010100001110101000
+00100000011000000000000000000000
+01011000000000000000000000000000
+01100111111000010100001110101010
+00100000011000000000000000000000
+01101111111000010100001110101010
+01111001001000000111111000000111
+01100111111000010100001110101000
+01011000000000000000000000000000
+01100111111000010100001110101010
+00100000011000000000000000000000
+11011000111000000000000000001001
+00100000001000000011110000100001
+11011000111000000000000000001001
+00100000001000000011110000100101
+01110000010000111010011000000101
+00100000001000000100110111110100
+11011010011000000100001110100110
+11011010010000000100110111110110
+00100000001000000100110111001100
+01110000000001001100001100001111
+00100000001000000110111110000100
+01110000000001001100001100010000
+00100000001000000110111110000100
+01110000000001001100001100001110
+00100000001000000110111110000100
+01110000000001001100001100001101
+00100000001000000110111110000100
+01110000000001001100001100010111
+00100000001000000110111110000100
+01110000000001001100001100011000
+00100000001000000110111110000100
+01110000000001001100001100010110
+00100000001000000110111110000100
+01110000000001001100001100010001
+00100000001000000110111110000100
+01110000000001001100001100010101
+00100000001000000110111110000100
+01110000000001001100001100010100
+00100000001000000110111110000100
+01110000000001001100001100010011
+00100000001000000110111110000100
+01110000000001001100001100011001
+00100000001000000110111110000100
+01110000000001001100001100011111
+00100000001000000110111110000100
+01111001001000000000000000001101
+00100000011000000000000000000000
+01111001001111111000000000001101
+00100000011000000000000000000000
+00100000010000000100111000101111
+11000000000000010100111000100101
+01011000000000000000000000000001
+11100111111000001000000000010011
+00011000010000001010001000000011
+00011000010000001010010000000110
+11101000010000001000000000010001
+00011010011000001010011000000001
+11100000010000001000000000010011
+00100000001000000100110111100100
+01011000000000000000000000000000
+11100111111000001000000000010011
+01101111111000010100010000110100
+11000011000001001100111000101011
+00100000010000000100011100111110
+00100000010000000100111000001011
+01101000010010010100001111100010
+00011000010000001010001000000010
+00011000010000001010010000000100
+00100000001000000100111000100001
+01101000010010010100001111100010
+00011000010000001010011000000000
+11101111111000001000000000010011
+00100000011000000000000000000000
+00100000010000000100111000101111
+11000000100000000100111000110110
+00100000001000000100111000010011
+00011000010000001010010000001010
+00100000001000000100110111100100
+01110000010001101110110000000010
+01110000010000110101111100000001
+01011000000000000000000000100000
+00100000010000000110000101000101
+11011000101000000100001000110101
+01101111111000001100001010110000
+00011111111000010000010011110000
+00011000010100011000010000000000
+00100000010000000100111001001110
+11100000010000001000000000000101
+00011111111000010000010000001111
+00100000010000000100111001001110
+11100000010000001000000000000101
+00100000010000000100000011111001
+01101111001000001100001000101101
+11011000101000000100001100100010
+11011000110000000100001000101110
+00100000010000000111010000011001
+01101111001000001100001000101101
+11011000101000000100001101000010
+11011000110000000100001000101110
+00100000001000000111010000011001
+00011000010001100111110000001001
+00100000001000010100111001010010
+00011000010000001000010000110111
+00100000011000000000000000000000
+00011000010000001000010000110000
+00100000011000000000000000000000
+01101111111000001100011010111001
+11000000111111111100111001100100
+01101111111000001100011010110111
+11000000111111111100111001100111
+01101111111000001100011011000010
+11000000111111111100111001101001
+01101111001000001100011000100101
+11011010001000000100011000100110
+00011010001000100000110000000000
+11101111111000001000000000000110
+00011000110000100010001000000000
+11000000011111111100111001100010
+00011111111000100000010000000000
+00100000010000000110101110010110
+11000010000000000100111001011100
+00100000011000000000000000000000
+01101111111001000100011010111001
+01100111111001000100011000101000
+00100000001000000100111001010110
+01100111111000001100011000100110
+00100000001000000100111001011000
+01100111111000001100011000100111
+00100000001000000100111001011010
+00100000010000000101000000001010
+00100000010000000101000010001000
+11011010001000000000000000000000
+00100000010000000110110010101111
+00100000010000000100111001010100
+00100000010000000100111010111101
+00100000010000000100111010000011
+01101111111000001100100011101111
+00011111111000100111001000000000
+01011000000000000100100011110000
+00011111111000100010001000000000
+00011010001000100000110000000000
+11101111111000001000000000000110
+00011000110000100010001000000000
+11000000011111111100111001111101
+00011111111000100000010000000000
+01100111111000001100100011110100
+00100000010000000100111001111111
+11000010000000000100111001110110
+00100000011000000000000000000000
+01101111111000001100100011110100
+11000001011111111000000000000000
+10011000000000000000010000000000
+00100000001000000110101110010110
+01110000010001101100100001100100
+00100000011000000000000000000000
+00100000010000000100111010001000
+00100000010000000111010011100000
+00100000001000000110110001110101
+00100000010000000110111111010110
+11011111001000000000000000010100
+11011000110000001000000001110000
+00011000110000100000101000000000
+11101111111000001000000000000110
+11000000000011111100111010010111
+11000000000100000100111010010111
+11000000000100001100111010010111
+11000000000100010100111010010111
+11000000000100011100111010010111
+11000000000101100100111010010111
+11000000000101101100111010010111
+11000000000000000100111010010111
+11000010000000000100111010001011
+00100000001000000100111010011101
+01011000000000000000000001000000
+11100111111000001000000000000101
+00100000001000000100111010010101
+01011000000000000000000010000000
+11100111111000001000000000000101
+00100000001000000100111010010101
+01101111111000001100100011101111
+00011111111000100111001000000000
+11011000110000000100100011110000
+11101111111000001000000000000110
+01111001001000000111111000000111
+11011000010000000000000000111110
+00100000010000000110101110111100
+11000010000000000100111010100000
+00100000011000000000000000000000
+00100000001000000110110010000001
+00100000010000000100111010111111
+00100000010000000100111010101010
+00100000001000000100111010100110
+01101111111000010100010000110100
+11000011100001001000000000000000
+01101111111000001100100100000010
+11000000000000001100111010101111
+00100000011000000000000000000000
+01101111111000001100011011100011
+11000001000000001000000000000000
+01110000010001101110001100000001
+00100000010000000100111010111001
+00100000010000000100111010111011
+00100000001000000100111011010010
+01101111111000010100100100000111
+01100111111000010100100100001001
+01110000010010010000101100000000
+00100000011000000000000000000000
+01011000000000000000000000000000
+00100000001000000100111010110110
+11011010001000000000000000000000
+00100000001000000110111100001011
+11011010001000000000000000000000
+00100000001000000110111100010000
+01101111111000010100010000110100
+11000100000001001000000000000000
+00100000010000000100000111001100
+00100100011110100000000000000000
+11011010001000000100011000010001
+00100000010000000111000000010101
+00100100011101000000000000000000
+11011000110000000100011000010001
+00100000001000000110000101001001
+00011010011000100111111000000000
+11000000000101101100111000110011
+11000000000010000100111000011011
+11000000000010100100111011001110
+11000000000010101100111011011000
+00100000011000000000000000000000
+00100000010000000100111010111001
+00100000010000000100111010111011
+01111001001111111000000000100111
+00100000001000000100111011010100
+01101111111000010100011011100100
+01100111111000010100011011100110
+01110000010001101100011100010100
+01110000010000001001010000000000
+00100000010000000100111000000001
+00100000001000000100111000010111
+01111001001000000000000000100111
+00100000010000000100111010110101
+00100000010000000100111110111111
+00100000010000000100111110110011
+01011000000000000000000000000000
+01100111111000101100011010010101
+00100000010000000110111111111000
+01110000010001100101011100001010
+01110000010001100101100100001010
+01110000010001100101101100001010
+01110000010000001100000100000010
+01011000000000000000000000100000
+00100000010000000110000101000101
+00100000001000000100111000000011
+00100000010000000100111101100000
+00100000010000000100111101100011
+00100000010000000100111101100110
+00100000010000000100111011110011
+00100000001000000100111011101011
+11011010011000000100100100000011
+11011010010000000000000000000000
+00100000001000000100110111001100
+11011010011000000100100100001001
+11011010010000000100111011110001
+00100000001000000100110111010011
+01110000010010010000101100000001
+00100000011000000000000000000000
+11011010011000000100011011100110
+11011010010000000100111011110110
+00100000001000000100110111010011
+01110000010001101110001100000010
+01110000010010010000001000000000
+00100000001000000100111011011100
+01101111111000001100011011000001
+00100000011110100000000000000000
+11011010011000000100011011000111
+11011010010000000100111011111110
+00100000001000000100110111001100
+01101111111000001100011011000110
+01100111111000001100011011000111
+01101111111000001100011011001010
+00100100011110100000000000000000
+00100000010000000110110000010001
+01100111111000010100011011100001
+11011010001000000100011011011011
+00100000010000000110110000110001
+01101000010010001100011011001000
+10011000010001100111110000000000
+00100000001000010100111100001011
+01100111111000001100011011001000
+00011111111000100000010000000000
+01100000010010001100011011001001
+01101111111000001100011011000011
+10011000010001100111110000000000
+00100000010000010100111100010110
+01100000010010001100011011010100
+11011111001000000000000000000110
+11011000110000000100011011001111
+00100000010000000100111100011101
+01100111111000001100011011010101
+11011010001000000100011011001100
+00100000001000000110111111111101
+01101111111000001100011011001011
+00100100011110100000000000000000
+01110000010001101100101100000001
+11011010001000000000000000000001
+00100000001000000110111100010000
+11011010001000000000000000000001
+00100000001000000110111100001011
+11011010001000000000000000000000
+11101111111000001000000000000110
+10011010001000001010001000000000
+11000010000000000100111100011110
+00011010001000010111111011111111
+00100000011000000000000000000000
+01101111111000001100001101101110
+11000000000010010100111100100110
+00100000011000000000000000000000
+01101111111000010100001101101111
+11000000000011001100111100111101
+00100000011000000000000000000000
+01000100100101011100000000000101
+11101111111000101000000000010001
+01100111111000101000010101000110
+01101111111000010000010101000110
+11011000010000000110101101011010
+10011000010001100111110000000000
+00100100011000101000000000000000
+01101111111000010000010101001001
+00011111111100001111111000000000
+01100111111000010000010101001001
+00011111111000100111001000000000
+00011010001000001010001000000101
+00011010001000100000110000000000
+11011000101000000000010101001011
+00100000010000000111010000011001
+11101111111000001000000000000110
+01100111111000001000010101010101
+11011010001000000000010101001000
+11011010010000000000010101001011
+00100000011000000000000000000000
+01011000000000000000000000000000
+01100111111000101100011001001011
+01100111111000101100011001010000
+00100000010000000100111100101001
+00011010010000100000110000000000
+11011000101000000100011001001011
+11011111001000000000000000001010
+00100000010000000111010000011001
+01000100100101100100000000000101
+11101111111000001000000000010001
+11000000000000010100111101101111
+11000000000000011100111110000100
+11000000000000100100111110001011
+11000000000000101100111110001011
+11000000000000111100111111111011
+11000000000001000100111111111110
+00100000011000000000000000000000
+00100000010000000100111100111101
+01101111111000001000010101001000
+11000000000000100100111101010011
+11000000000000101100111101010011
+00100000011000000000000000000000
+01101111111000001100011001001011
+00100100010110100100111101011010
+01101111111000001100011001001101
+00100100010110100100111101011100
+01101111111000001100011001001111
+00100000011110100000000000000000
+00100000001110100100111101011110
+01110000010010001110110000000101
+00100000011000000000000000000000
+01110000010010001110110100000101
+00100000011000000000000000000000
+01110000010010001110111000000101
+00100000011000000000000000000000
+11011010011000000100100011101100
+11011010010000000100111101101001
+00100000001000000100110111001100
+11011010011000000100100011101101
+11011010010000000100111101101011
+00100000001000000100110111001100
+11011010011000000100100011101110
+11011010010000000100111101101101
+00100000001000000100110111001100
+01110000010001100100101100000000
+00100000001000000100111110001011
+01110000010001100100110100000000
+00100000001000000100111110001011
+01110000010001100100111100000000
+00100000001000000100111110001011
+01101111111000001100011001001011
+01100111111000001100011001010110
+01101111111000001100011001001100
+01100111111000001100011001011000
+00100000001000000100111110010101
+01101111111000001100011001001011
+01100111111000001100011001011000
+00100000001000000100111110100011
+01101111111000001100011001010111
+00100000010000000100111101111100
+01101111111000001100011001001100
+01100111111000001100011001010110
+00100000001000000100111110100001
+11000000000000010100111110000000
+11000000000000011100111110000010
+01100111111000001100011001010111
+00100000011000000000000000000000
+01110000010001100101011100000101
+00100000011000000000000000000000
+01110000010001100101011100001010
+00100000011000000000000000000000
+01101111111000001100011001001011
+00100000010000000100111101111100
+01101111111000001100011001010111
+00100000010000000100111111101111
+00100000010000000100111111110010
+01110000000001001100010100000000
+00100000001000000110110011010100
+01101111111000001100011011101001
+00100100011110100000000000000000
+01101111111000110100011001001011
+01100111111000110100011001010110
+01101111111000001100011001010111
+01101000010010001100011001011001
+10011000010000010111111000000000
+01101000010010001100011001011011
+10011000010000010111111000000000
+00100000010110100100111110100111
+01000100100101101100000000000101
+01101111111000010100010000110100
+00101111111011111111111000001001
+00100100010000001100111010110101
+00100000010000000100111110100001
+00100000010000000100111110100011
+00100000001000000100111110011100
+01101111111000001100011001010110
+01101000010010001100011001011000
+10011000010000001111111000000000
+00100100001110100110111111011000
+00100000001000000110111111010110
+11011000110000000100011001010110
+00100000001000000100111110101001
+11011000110000000100011001011000
+00100000001000000100111110101110
+11011000110000000100011001011010
+00100000001000000100111111001011
+01110000010001101100101000000000
+00100000011000000000000000000000
+11101111111000001000000000000110
+11000000000000000100111110110011
+11000000000000001100111110110111
+11000000000000010100111110111011
+00100000011000000000000000000000
+11101111111000001000000000000110
+11000000000000000100111110111111
+11000000000000010100111111000011
+11000000000000001100111111000111
+00100000011000000000000000000000
+01101000010010001100100011110000
+00100000010000000110101110010010
+01101000010010001100100011110001
+00100000001000000110101110010010
+01101000010010001100100011110000
+00100000010000000110101110010110
+01101000010010001100100011110001
+00100000001000000110101110010010
+01101000010010001100100011110000
+00100000010000000110101110010010
+01101000010010001100100011110001
+00100000001000000110101110010110
+01101000010010001100100011110010
+00100000010000000110101110010010
+01101000010010001100100011110011
+00100000001000000110101110010010
+01101000010010001100100011110010
+00100000010000000110101110010110
+01101000010010001100100011110011
+00100000001000000110101110010010
+01101000010010001100100011110010
+00100000010000000110101110010010
+01101000010010001100100011110011
+00100000001000000110101110010110
+01000100100101110100000000000101
+11101111111000001000000000000110
+11000000000000000100111111011000
+11000000000000001100111111010001
+11000000000000010100111111010011
+00100000011000000000000000000000
+01110000010001100111010000000000
+00100000001000000100111111010100
+01110000010001100111010000000001
+11101111111000001000000000000110
+01100111111000001100011001110110
+11101111111001000000000000010010
+00100000001000000100111111011101
+11101111111000001000000000010010
+00100000010000000110110100010111
+00011010010000001010010000000001
+11101111111000001000000000010010
+00100000001000000110110100010111
+01100111111001000100011001110111
+01110000010001101100101000000001
+01101111111000001100011001110100
+11000000000000000100111111101011
+01101111111000001100011001111000
+01100111111000001100011001111001
+01101111111000001100011001110111
+00100000010000000110110100010111
+01101111111000001100011001110110
+00100000010000000100111111101111
+01100111111000001100011001111110
+01101111111000110100011001111001
+01100111111000110000010011000100
+00100000001000000110110011000000
+01101111111000001100011001110111
+01100111111000001100011001111001
+01101111111000001100011001111000
+00100000001000000100111111100100
+00011111111011111111111000000101
+00011111111000001111111000110010
+00100000011000000000000000000000
+11011000010000000010111011100000
+10011000010011111111111000000000
+00011111111001101111110001100100
+00100000010000000111010001110101
+00011000000001111000010000000000
+00011000010000100010001000000000
+01011000000000000010111011100000
+10011000010001100010010000000000
+00100000011000000000000000000000
+01101111111001000100011001001011
+01100111111001000100011010010101
+00100000011000000000000000000000
+01101111111000001100011010110010
+01100111111000001100011010101000
+01101111111000001100011010110011
+01100111111000001100011010101001
+01101111111000001100011010110100
+01100111111000001100011010101010
+11011111001000000000000000001101
+11011000110000000100011010100011
+00100000010000000100111100011101
+01100111111000001100011010110000
+11011010001000000100011010100000
+00100000001000000110111111111101
+01011000000000000000000000000000
+01100111111001000100010100100001
+00100000010000000100101000011010
+00100000010000000100100011110001
+00100000001000000100101001111010
+00100000010000000101000000010011
+00100000010000000101000000011011
+00100000010000000101000001011100
+00100000001000000101000010101011
+00100000010000000100101001111111
+01101111111000001100010101100001
+11000001100000001000000000000000
+01101111111000001100100100000011
+00100100001110100100101011010110
+01101111111000001100011011100011
+11000000000000010100101011010110
+00100000011000000000000000000000
+01101111111000001100010101100001
+11000001100000000000000000000000
+00100000010000000101000000101010
+00100000001101111101000000101000
+01101111111000001100100100001011
+00100000011110100000000000000000
+01101111111000001100100100001100
+00011111111000001111111000000001
+01100111111000001100100100001100
+11000000000000100101000000101000
+00100000010000000100100010011011
+00100000010000000101000000111011
+00100100001101111101000000011111
+01110000010010010000110000000000
+00100000011000000000000000000000
+01101111111000001100010101100001
+11000001100000000000000000000000
+00100000010000000101000000101111
+00100000010000000100101110001100
+00100000001000000101000000111011
+01101111111000001100010101100000
+11000011100000000000000000000000
+01111001001000000111111000000000
+01100111111000001100010101100000
+01101111111000001100010101101110
+01100111111000001100000100010110
+01110000010001010101110000000000
+01110000000001111010101100000000
+01110000010001010101010100000001
+01110000010001001100100100000000
+01101111111000100100100100100101
+00100000001000000100101011010010
+00100000010000000100101001101001
+00100100001101111100101000111001
+00100000010000000100101001011011
+00100100001101000100101000111001
+01101111111000001100010011001000
+00100000001110100100101000111001
+00011111111000001111111000000010
+10011000000000000111001000000000
+11011000110000000100010001000010
+11011000101000000100010100110011
+00100000010000000111010000011001
+01110000010001010101111000000000
+01101111111000001100010101011011
+00100000010110100100101001110110
+01101111111000001100010100110101
+11000000011111111101000001001101
+11000000000000001101000001001111
+00100000001000000100101000110110
+00100000010000000110111111011000
+00100000001000000100110000001110
+00100000010000000100101110100010
+01101111111000001100010101010101
+01101000010010001100010100110011
+00101000010011111111111000000011
+01111001001000001111111000000000
+01100111111000001100010101010101
+11000000000000001101000001010111
+00100000001000000100101001000110
+01101111111000001100000010010101
+00011111111001100111110000001100
+00100000010000101110111111011000
+01101111111000100100010100111101
+00100000001000000100110000010100
+01101111111000001100010101100001
+11000001100000001000000000000000
+00100000010000000100100101111000
+00100000010000000101000010100001
+00100000010000000100100110001000
+01101111111000001100010100100000
+00100100001110100101000001101001
+00100000010000000100101101111110
+01101111111000001100010101011111
+00100000011110100000000000000000
+01011000000000000000000000000000
+01100111111000100100010101111011
+00100000011000000000000000000000
+01110000010001010101111000000000
+11011010001000000000000000000000
+00100000010000000110111111011000
+00100000010000000100101011010110
+00100000010000000100100011010001
+01101111111000100100010000111100
+01100111111000100100100100100101
+01101111111000001100100100110001
+00100100010110100101000001110100
+01101111111000100100100100100101
+00100000001000000100100010101111
+01101111111000001100100100110001
+00100000011110100000000000000000
+01101111111000001100010101111000
+01100111111000001100100100101000
+01101111111000001100010000111101
+01100111111000001100100100100111
+01101111111000001100010101110111
+01100111111000001100100100100110
+01101111111000001100010000111100
+01100111111000001100100100100101
+00100000010000000101000010010001
+01101111111000100100100100100101
+01101000010010100100100100101001
+10011000010001100111110000000000
+00100000011000101000000000000000
+00011010011000100111111000000000
+11011010001000000100100100100101
+11011111001000000000000000000100
+00100000010000000110100010000011
+00100000011000000000000000000000
+01101111111000100100010000111100
+01100111111000100100100100100101
+01101111111000001100100100110001
+00100000011110100000000000000000
+00100000010000000101000010010001
+01101111111000100100100100101001
+00100000011110100000000000000000
+01100111111000100100100100100101
+00100000011000000000000000000000
+01101111111000001100100100110001
+00100000011110100000000000000000
+11011010011000000000011100000000
+00011010011000100111111000000000
+11011010001000000100100100101001
+11011000010000000000000000000100
+00100000010000000110100011000101
+01101111111000100100100100101101
+00100000011110100000000000000000
+01100111111000100100100100101001
+00011010011000100111111000000000
+11011000010000000000011111001100
+10011000010001100111110000000000
+00100000011000010000000000000000
+00011010011000001010011000000100
+00100000001000000101000010010100
+01101111111000100100010101111011
+00100000011110100000000000000000
+00100000001000000100100010101111
+01101111111000010100010000110100
+11000011100001001000000000000000
+01101111111000010100011011100100
+01100111111000010100011011100110
+01110000010010010000001000000001
+11011010001000000100010100110110
+00100000001000000100111101001110
+01101111111000001100100100001011
+00100000011110100000000000000000
+00100000010000000101000010110011
+00100100011101000000000000000000
+01101111111000011100010011111010
+00100000010000000111010001100100
+01100000010010100100000010101010
+00100000001000000011101101000111
+01111000001101000111110000000000
+00100000010000000011101100011011
+01101111111000011100000010111110
+00100000001110100111010011001010
+00100000001000000100111010000111
+01011000000000000101000011001100
+01100111111000010100010100101011
+01011000000000000101000110110100
+01100111111000010100010100101111
+01011000000000000101000111000101
+01100111111000010100010100110001
+01011000000000000101000110001011
+01100111111000010100010100101101
+01011000000000000101000011011011
+01100111111000010000011011110011
+00100000001000000111000000111111
+01000100100101111100000000000101
+00100000010000000101000011010001
+01110000010001011101110000000000
+01110000010001010111011000000000
+00100000010000000100101000011010
+00100000010000000100100100000000
+00100000010000000100100011010100
+00100000010000000110110100101111
+00100000001000000110110100110111
+01101111111000001100010101011011
+11000000000000000101000101111011
+11000000000000001101000100000110
+11000000000001111101000100000010
+00100000011000000000000000000000
+01000100100110000100000000000110
+01011000000000000001111111011111
+11011010001000000100010110010011
+11011000010000000000000000000001
+00100000001000000110100011000101
+01000100100110001100000000000110
+11011111001000000000000000000001
+11011010001000000100010110010011
+11011111111000000001111111011111
+00100000001000000110100010000011
+01101111111000001100010110110011
+11000010100000100101000011011111
+01101111111000001100010110010011
+11000000101011010101000011100011
+01110000010001011001001101011010
+01101111111100100001001101111010
+01111001001000000111111000011101
+01100111111000100000011000100110
+01101111111000001100010111011110
+01100111111000001000011000101110
+00100000010000000101000011111100
+00100000010000000111000010001101
+00100000010000000101000011101001
+00100000001000000101000011110010
+01101111111000001000011011111001
+00100000011110100000000000000000
+01101111111000001100010110010011
+11000000001011010101000011110000
+01101111111000100000011011111010
+01100111111000100000011000100110
+00100000011000000000000000000000
+01101111111000100000011011111110
+00100000001000000101000011101110
+01101111111000001100010110010011
+11000000001011010101000011111000
+01011000000000001001001001110010
+01100111111000010000010111111011
+01110000000001100100101000011010
+00100000011000000000000000000000
+01011000000000001001001010001101
+01100111111000010000010111111011
+01110000000001100100101000111111
+00100000011000000000000000000000
+01101111111000001100010110111110
+00100000011110100000000000000000
+11011000110000000100010110111110
+11011000101000000000011010110111
+11011111001000000000000000011110
+00100000001000000111010000011001
+00100000010000000100101011010110
+00100000010000000101000110000011
+00100000010000000101000100111111
+00100000001000000101000100000011
+00100000010000000100101011010110
+00100000010000000101000110000011
+00100000010000000100101011011111
+00100000010000000101000100111111
+00100000001000000101000100000111
+00100000010000000101000100001110
+00100000010000000101000100011110
+00100000001000000101000100110000
+01000100100110010100000000000110
+01101111111000001100010110110010
+00100000011110100000000000000000
+11011000111000000000000000001101
+00100000010000000111010000101110
+00100100011110100000000000000000
+01110000010001011011001000000000
+01011000000000000000000000000001
+01100111111000001000011110110001
+01011000000000000000000000000000
+11100111111000111000000000000101
+01110000000001111010101000100000
+01101111111000001000011110101011
+01111001001000000111111000000010
+01100111111000001000011110101011
+00100000011000000000000000000000
+01000100100110011100000000000110
+01101111111000001100010110110000
+00100000011110100000000000000000
+11011000111000000000000000001110
+00100000010000000111010000101110
+00100100011110100000000000000000
+01110000010001011011000000000000
+11011000101000000000011111000001
+11011111001000000000000000000010
+00100000010000000111001111011101
+01101111111001000000011111000001
+01100111111001000100010110011100
+01110000000001111100000100000000
+01110000000001111010100100010000
+01101111111000001000011110101011
+01111001001000000111111000000001
+01100111111000001000011110101011
+00100000011000000000000000000000
+01000100100110100100000000000110
+01101111111000001100010110110001
+00100000011110100000000000000000
+11011000111000000000000000001100
+00100000010000000111010000101110
+00100100011110100000000000000000
+01110000010001011011000100000000
+11011000101000000000011111010001
+11011111001000000000000000000010
+00100000010000000111001111011101
+01110000000001111101000100000011
+01101111111000011000011111010001
+01100111111000011100010110100111
+01110000000001111010101000100001
+00100000001000000101000100011010
+01000100100110101100000000000110
+00100000010000000110110100110111
+01101111111000001000011110011111
+00100000010110100101000110010101
+00100000010000000111000000110011
+01101111111000001000100001111111
+00100100001110100101000101010111
+01101111111000001000011110010101
+00100000011110100000000000000000
+01110000000001111001010100000000
+01101111111000010000011110010011
+11011000010000000000001010111010
+10011000010001100111110000000000
+00100100011000101000000000000000
+01101111111000001000011100010011
+11000001110111010000000000000000
+01101111111000001000011100010100
+11000000010100000101000101011100
+11000000010100001101000101100010
+11000000010100110101000101101110
+11000000010100111101000101110000
+11000000010101001101000101110110
+01110000000001111001011000000000
+00100000011000000000000000000000
+01110000000010000111111100000000
+01101111111000001000100001111101
+00100000011110100000000000000000
+01101111111000010000011011110101
+00100000001000000111010010000111
+01101111111000001000011100010101
+11000000010000001101000101011111
+00100000001000000101000101010101
+00100000010000000100100101110101
+01110000000001111001011000000001
+00100000011000000000000000000000
+01101111111000001000011100010101
+11000000000000001101000101100111
+11000000010000100101000101101010
+11000000010100111101000101101100
+00100000001000000101000101010101
+01101111111000001100010100100000
+01100111111000001000011101010100
+00100000001000000101000101100000
+00100000010000000100101011010111
+00100000001000000101000101100111
+01110000000001110101010010100001
+00100000001000000101000101100000
+01110000000001110101010000010101
+00100000001000000101000101100000
+01101111111000001100010101100001
+11000000000000000101000101110100
+11000000000000001101000101101100
+00100000011000000000000000000000
+01110000000001110101010010100000
+00100000001000000101000101100000
+01110000000001110101010000000000
+01110000000001110101010100000000
+01110000000001110101011000000001
+01110000000001110101011100000111
+00100000001000000101000101100000
+00100000010000000100101001111010
+00100000010000000100101001111111
+00100000010000000100101010100101
+00100000010000000101000110000011
+00100000010000000100101011011111
+00100000010000000100101011111100
+00100000010000000101000100111111
+00100000001000000101000101111100
+01000100100110110100000000000110
+01101111111000001100010101100001
+11000001100000000000000000000000
+00100000010000000100101011011010
+00100000010000000101000100001011
+01101111111000001100010101011011
+00100100011110100000000000000000
+00100000001000000100101101111110
+01101111111000001100010011010100
+11000000000000001101000110001110
+11000000000000010101000110010111
+01101111111000001100010111011101
+11000010100000000101000110011101
+00100000001000000101000110011001
+01101111111000001100000010010101
+11000001100000100000000000000000
+01110000010001011101110100000011
+00100000011000000000000000000000
+01110000010001011101110100000000
+00100000011000000000000000000000
+01101111111000001100010111011101
+11000010100000001101000110100001
+01101111111000001100010101011100
+11000000000000001101000110101000
+11000000000000011101000110101100
+00100000011000000000000000000000
+01101111111000001100010111011101
+01111001001111111111111000000000
+01100111111000001100010111011101
+00100000001000000101000110100100
+01101111111000001100010111011101
+01111001001111111111111000000001
+01100111111000001100010111011101
+01110000010001001101001100000001
+01011000000000000000000011111111
+01100111111000001100010001100100
+00100000011000000000000000000000
+01110000010001010101110000000001
+00100000010000000100100111111001
+00100100011101111000000000000000
+00100000001000000100100110000011
+01101111111000001100010001000100
+11000000000000001101000110101000
+11000000011111111101000110101000
+01110000000001111001011100000000
+01110000010001001101001100000001
+01101111111000001100010101101100
+01100111111000001100010001100100
+00100000011000000000000000000000
+01011000000000000000000000000001
+01100111111000001000011110110001
+01101111111000111100010100110110
+11100111111000111000000000000101
+01101111111000001100010100110110
+00100100010110100101000110111101
+01101111111000001100010100110110
+00100000010110100101000111000001
+00100000001000000101000100011001
+01110000010001011011001000000001
+01011000000000000000000110000000
+11011000111000000000000000001101
+00100000001000000111010000100000
+01110000010001011011001000000000
+01011000000000000000000000000000
+11011000111000000000000000001101
+00100000001000000111010000100000
+01101111111000001100010100110110
+11000000000000000101000111001010
+11000000000000010101000111111101
+11000000000000011101000111100101
+00100000001000000100101000111001
+01101111111000001100010100111000
+01100111111000001100010101011100
+01110000010001010011100000000000
+11011000101000000000011111000001
+11011000110000000100010100110111
+11011111001000000000000000001000
+00100000010000000111010000011001
+01101111111001000000011111000001
+00100100010110100101000111011101
+01101111111001000000011111000001
+00100000010110100101000111100001
+01101111111001000000011111000001
+01100111111001000100010110010100
+01101000010011000100010110011100
+10011000010001100111110000000000
+00100100010000101101000100101011
+01101111111001000100010110010100
+01100111111001000100010110011100
+00100000001000000100101000111001
+01110000010001011011000000000001
+01011000000000000000000110000000
+11011000111000000000000000001110
+00100000001000000111010000100000
+01110000010001011011000000000000
+01011000000000000000000000000000
+11011000111000000000000000001110
+00100000001000000111010000100000
+11011000101000000000011111010001
+11011000110000000100010100110110
+11011111001000000000000000000011
+00100000010000000111010000011001
+01101111111000010000011111010010
+00100100010110100101000111110101
+01101111111000010000011111010010
+00100000010110100101000111111001
+01101111111000011000011111010001
+01100111111000011100010110100100
+01101000010010011100010110100111
+10011000010001100111110000000000
+00100100010000101101000100111101
+01101111111000011100010110100100
+01100111111000011100010110100111
+00100000001000000100101000111001
+01110000010001011011000100000001
+01011000000000000000000110000000
+11011000111000000000000000001100
+00100000001000000111010000100000
+01110000010001011011000100000000
+01011000000000000000000000000000
+11011000111000000000000000001100
+00100000001000000111010000100000
+11011000101000000000011111100001
+11011000110000000100010100110110
+11011111001000000000000000000010
+00100000010000000111010000011001
+01101111111000010000011111100001
+00100100010110100101001000001101
+01101111111000010000011111100001
+00100000010110100101001000010001
+01101111111000010000011111100001
+01100111111000010100010110101010
+01101000010010010100010110101101
+10011000010001100111110000000000
+00100100010000101101001000010101
+01101111111000010100010110101010
+01100111111000010100010110101101
+00100000001000000100101000111001
+01110000010001011011000100000001
+01011000000000000000000110000000
+11011000111000000000000000001100
+00100000001000000111010000100000
+01110000010001011011000100000000
+01011000000000000000000000000000
+11011000111000000000000000001100
+00100000001000000111010000100000
+01110000000001111010101000100010
+00100000001000000101000100011010
+01101111111000001100000010010101
+11000001100000100000000000000000
+01101111111000001100010110010011
+11000001001011010000000000000000
+01110000010001011101110000000001
+00100000011000000000000000000000
+01101111111000001100000010010101
+11000001100000100000000000000000
+01101111111000001100010111011100
+00100000011110100000000000000000
+01110000000001001100110000000000
+01110000010001011001001101011010
+00100000010000000101000011010110
+00100000010000000101000011010001
+01101111111000001000010011001100
+00011111111000001111111000000001
+01100111111000001000010011001100
+11000000011111111110101000001001
+01101111111000001100010110010011
+11000000101011010101001000100010
+00100000001000000110101000001001
+00100000010000000110111010110011
+00100000010000000101001001011110
+00100000010000000101011110100000
+00100000011101011000000000000000
+00100000010000000101100110111101
+00100000010000000101011000101110
+00100000010000000101110011000101
+00100000010000000101001000111001
+00100000010000000101100000111110
+01101111111000010100010000110100
+11000010100001100101101100001000
+00100000010000000101110000111101
+00100000001000000101001011101011
+01011000000000000101111110101101
+01100111111000010100010101000011
+01011000000000000101111110100010
+01100111111000010100010101000101
+01011000000000000101111010010001
+01100111111000010100001110100010
+01011000000000000101111000110001
+01100111111000010100010100111101
+01011000000000000101111001011001
+01100111111000010100010100111111
+01011000000000000101001101101100
+01100111111000010100010101000001
+01011000000000000101100101101010
+01100111111000010100001110010010
+01011000000000000101001101100111
+01100111111000010100001110010000
+01011000000000000101100100010010
+01100111111000010100001110010110
+01011000000000000101101111101001
+01100111111000010100001110010100
+01011000000000000101001100101100
+01100111111000010100001110001110
+01011000000000000101100101010010
+01100111111000010100001110011000
+01011000000000000101101000011110
+01100111111000010100001110011100
+01011000000000000101010010010100
+01100111111000010100001110100000
+01011000000000000101001100011000
+01100111111000010100001110001100
+01011000000000000101111110011000
+01100111111000010100001110011010
+01011000000000000101111110011111
+01100111111000010100001110011110
+01011000000000000101100111101000
+01100111111000010100001100010100
+00100000011000000000000000000000
+00100000011101011000000000000000
+00100000010000000100110001011111
+00100000010000000100100011010100
+00100000010000000110000000100100
+00100000010000000101010001000111
+00100000010000000101001010010110
+00100000010000000101101010110011
+00100000010000000101010111011010
+00100000010000000101011101011111
+00100000010000000100000111100101
+01101111111001000100100001100100
+11000010100010011101101111010011
+11000010100010010101101110010100
+00100000011000000000000000000000
+01110000010000001001101000001000
+01101111111001000100100001100100
+11000011100001100000000000000000
+01110000010000001001101000011000
+00100000011000000000000000000000
+00100000010000000100100011111010
+01101111111001000100100001100100
+11000100000111101000000000000000
+00100000001000000100100011111101
+01101111111000010100010110101000
+01100111111000010100010100100001
+01101111111000001100010110101011
+01100111111000010100010100100111
+01101111111000101100010110101101
+01100111111000101100010101110011
+01101111111000001100010110101100
+01100111111000001100010100011100
+01101111111000001100010110110010
+00101111111011111111111000000000
+00100000010000001101110010000001
+01101111111000001100010110110010
+00101111111011111111111000000010
+00100000010000001101110010000011
+01101111111000001100010110110010
+00101111111011111111111000000001
+00100000010000001101110010000101
+01101111111000001100010110110010
+00101111111011111111111000000011
+00100000010000001101110010000111
+01101111111000001100010110110010
+00101111111011111111111000000100
+00100000010000001101110010001001
+01101111111000001100010110110010
+00101111111011111111111000000101
+00100000010000001101110010010011
+01101111111000001100010100000100
+00100100010110100100100011100100
+00100000010000000101001001101100
+00100000010000000101001110100110
+00100000010000000101001001110001
+00100000010000000101110101110010
+00100000001000000100100100000000
+01011000000000001001000000000000
+01100111111000010100001011001100
+01110000010000001100001000000011
+01110000010000001010011100001000
+01110000010010000101011100000000
+01110000010010000101011100000000
+01110000010010000101100000000000
+01011000000000000000001000000000
+01100111111000010100000010100101
+01110000010000101011011000010111
+01110000010000101011100000010111
+01011000000000000000101001110111
+01100111111000010100001110101110
+00111000000000000001001000100100
+00111000000001000100000000000000
+00111000000010000000000000000000
+11100111111000101000000000000101
+01011000000000000100011110101111
+01100111111000010100001100010110
+01011000000000000000000000010000
+01100111111000010100001100011000
+00100000010000000101111011110111
+00100000010000000101111010100010
+00100000010000000101001110111001
+01101111111001000100100001100100
+11000011000011011101001010110011
+01011000000000000000000000000110
+01100111111000010100001010101000
+01100111111000010100001010101010
+00100000010000000101001011100000
+01101111111001000100100001100100
+11000011000011000101001010110111
+00100000010000000101001011010101
+01101111111000011100010101010011
+01100111111000011100100011100110
+01101111111000001100010111100101
+01100111111000001100011101101110
+01101111111000011100001010110011
+01100111111000011100011110000011
+01101111111000001100010110100101
+00011111111000010111111011111110
+01100111111000001100010110100101
+01100111111000001100001111000110
+01011000000000000000000000000000
+01100111111000111100010101111000
+01101111111000001100010000110110
+01100111111000001100100001010100
+01100111111000001100100001010101
+00100000010000000100000100001011
+01000100100110111100000000000110
+01101111111000001100010110111110
+01100111111000001100010111010101
+01101111111000001100010110111101
+11000001011111111000000000000000
+01101000010010001100010110111101
+00100000010000000101010001111111
+01101000010010001100010110111101
+00100000010000000110101110000101
+00100000010000001101001011010010
+00100000001000000101010001111011
+01101111111000001100010110111111
+01100111111000001100010111010101
+00100000011000000000000000000000
+01101111111000011100100011001100
+01100111111000011100010101010011
+01101111111000011100100011001111
+01100111111000011100010101010110
+01101111111000001100100011010010
+01100111111000001100010101101100
+01101111111000100100100011011110
+01100111111000100100100011011010
+01011000000100000000110000001100
+01100111111000011100010011110010
+00100000011000000000000000000000
+01101111111000011100100011010011
+01100111111000011100010101010011
+01101111111000011100100011010110
+01100111111000011100010101010110
+01101111111000001100100011011001
+01100111111000001100010101101100
+01101111111000100100100011100010
+01100111111000100100100011011010
+01011000000111000001100100011001
+01100111111000011100010011110010
+00100000011000000000000000000000
+01000100100111000100000000000111
+01101111111001000100100001100100
+11000010100101111101110110111010
+01101111111000001100010111100101
+11000000000000000101110110101010
+00100000010000000101001011111111
+00100100001101000101100011100101
+01000100100111001100000000000111
+01101111111000001100100010111111
+00100100010110100101101010111000
+11011010001000000100010111100110
+01101111111000001100010111100101
+00011111111000001111111111111111
+00011111111011111111111000011101
+10011010001000001010001000000000
+11101111111000001000000000010001
+01100111111000001100001110101100
+01101111111000001100001110101100
+11000000000110100101001100001001
+00100000001000000101100011100101
+01000100100111010100000000000111
+01111000010101000111110000000000
+01101111111001000100100001100100
+11000011000001011101001100000110
+01101111111000001000010011110001
+11000011000000010101001100000110
+01111000001101000111110000000000
+01101111111000001100011101101011
+01100111111000001100011101101010
+00100000011000000000000000000000
+01110000010001111000000100000001
+01101000010010001100100001101111
+01101111111000001100011101111011
+11000000011111111101001100001110
+01101000010010001100010110101010
+01100000010010001100100000110001
+00100000010000000100111000011001
+01101111111000011100011110001001
+01100111111000011100001100100100
+00100000010000000101100110110010
+01011000000000000000000000000100
+11100111111000001000000000000110
+11011000110000000100001101000000
+00100000010000000101100110111001
+00100000001000000110111111000000
+11000101000100110100110111110100
+01101111111000001100011101100110
+00100000001110100100110111110100
+01101111111000001100011110101110
+11000000000000001100110111110100
+01101111111000001100010110001001
+00100100001110100100110111110100
+00100000001000000100110111110110
+01101111111000001100010110101010
+01100111111000001100011101111110
+00100000011000000000000000000000
+00100000010000000101111011110111
+01000100100111011100000000000111
+01011000000000000000000000000110
+00100000010000000110011101001110
+11000010100000011101001100101010
+00100000010000000101100000101011
+00100000010000000101100000111110
+00100000010000000101001100111000
+00100000001000000100111000010011
+01000100100111100100000000000111
+01101111111100100000000100110000
+01111001001000000111111000011010
+01100111111100100000000001001100
+00100000010000000011110000000101
+00100000010000000110111010110111
+00100000010000000101111011110111
+00100000010000000101010101000011
+00100000010000000101001100111000
+00100000010000000101101111001011
+01101000010010001100010111000110
+00100000001000000110101101101110
+01000100100111101100000000000111
+00100000010000000101100011100011
+00100000010000000111010011100000
+00100000010000000101101011111101
+00100000010000000101101011110000
+00100000010000000101010101000011
+01101000010010001100010111000011
+00100000010000000110101110010110
+01101000010010001100010111000011
+00100000010000000110101101101110
+01101111111000001100010110111100
+00100000010000000101011101011001
+01101000010010001100010111001000
+00100000010000000101010001111111
+00100000010000000101001101101100
+00100000010000000101001101011110
+11011000010000000000000000001101
+00100000010000000101010001111111
+00100000010000000101010010000011
+00100000010000000101001101010111
+00100000001000000101001101001101
+01101111111001000100100001100100
+11000100000111100000000000000000
+01101000010010001100010110111001
+00100000010000000110101101101110
+01101000010010001100010110111010
+00100000010000000110101101101110
+01101000010010001100010110111001
+00100000010000000101010001111011
+01101000010010001100010110111010
+00100000001000000101010001111011
+01101111111001000100100001100100
+11000100000010100000000000000000
+01101111111000001100010110100101
+11000001100000100000000000000000
+01101111111000001100010110100100
+11011000010000000000000011000000
+00100000001000000110101110111101
+11011000110000001000000001110000
+11011111001000000000000000001101
+11101111111000001000000000000110
+00100100001110100101001101100101
+01011000000000000000000010000000
+00011000110000001000101111111111
+11100111111000001000000000000101
+11000010000000000101001101100000
+00100000011000000000000000000000
+11000110000100110000000000000000
+00100000010000000101001101101100
+01101111111000001000000000010101
+00100100011110100000000000000000
+00100000001000000110101101101110
+01000100100111110100000000000111
+01101000010010001100010110111001
+00100000010000000110101101111100
+01101000010010001100010110111010
+00100000010000000110101101111100
+00100000010000000101010010110110
+01101111111000001100010110111011
+00100000010000000101011101011001
+00100000010000000110011101000101
+01101000010010001100010110110011
+00100000010000000110101101100010
+01101000010010001100010110110101
+00100000010000000110101101100010
+01101000010010001100010110110100
+00100000010000000110101101100010
+01101000010010001100010110110110
+00100000010000000110101101100010
+01101000010010001100010110110111
+00100000010000000110101101100010
+01101000010010001100010110111000
+00100000010000000110101101100010
+01101000010010001100010111000100
+00100000010000000110101101100010
+01101000010010001100010111000101
+00100000010000000110101101100010
+01101000010010001100010110111001
+00100000010000000110101101011110
+01101000010010001100010110111010
+00100000010000000110101101011110
+01101000010010001100010111000001
+00100000010000000110101101011110
+01101000010010001100010111000010
+00100000010000000110101101011110
+01101000010010001100010111000110
+00100000001000000110101101100010
+01101111111000010100010000110100
+11000010100001001101001110010010
+00100000011000000000000000000000
+00011010001000100111111000000000
+00100100001110100100000101110111
+00100000001000000100000101111001
+01101111111000001100001111000110
+11000001100000100000000000000000
+01000100100111111100000000000111
+01101000010010001100001111000111
+00011000010001100111110000000011
+00100000001000010101001110100011
+00011000010000001000010000000101
+01100000010010001100010110100100
+00011000010000100010001000000000
+00100000010000000110101111000100
+11000000000111111101111101000101
+00100000010000000101111101000011
+00011010001000100000010000000000
+00100000001000000110101110101110
+00011000010000001000010000000100
+01100000010010001100010110100100
+00100000001000000101001110011101
+01101111111000001100010110100101
+11000000000000100101001110101111
+11000000000000001101001110110100
+01110000010001011010010100000001
+01011000001011000000000101110010
+01100111111000011100010110001011
+01011000000000010100000000000001
+11100111111000011000000000000101
+00100000011000000000000000000000
+01011000010111010000000010011001
+01100111111000011100010110001011
+01011000000000000111000100000000
+11100111111000011000000000000101
+00100000011000000000000000000000
+01011000110010000000000100101100
+01100111111000011100010110001011
+01011000000000001101110000000000
+11100111111000011000000000000101
+00100000011000000000000000000000
+01101111111001000100100001100100
+11000100000010100000000000000000
+01110000010001011001110100000001
+11000011100101110000000000000000
+11000011100101011000000000000000
+01110000010001011001110100000000
+00100000011000000000000000000000
+01101111111000001100010110011110
+00011111111000001111111000000001
+01100111111000001100010110011110
+01101000010010001100010110011111
+10011000010001100111110000000000
+00100000011000000000000000000000
+01101111111001000100100001100100
+11000100000010100000000000000000
+00100000010000000101001110010101
+01101111111000001100010110011101
+00100000001110100101001111011101
+01101111111000001100001111000110
+11000000000000100101001111010010
+01110000010001011001110100000011
+00100000010000000101001111000000
+00100000001000010101001111010100
+00100000010000000101001111011001
+00100000001000000101001111100011
+01110000010001011001110100000010
+00100000001000000101001111100011
+00100000010000000101001110010111
+01110000010000111100011000000100
+01101111111000001100100001100011
+00100100010110100101001111011001
+00100000001000000101001111100011
+01110000010001011001111000000000
+01101111111000001100010110100101
+01100111111000001100001111000110
+00100000011000000000000000000000
+01101111111000001100001111000110
+11000000100000100101001111100001
+01101111111000001100100001100011
+00100100011110100000000000000000
+00100000010000000101001111000000
+00100100011000010000000000000000
+01000100101000000100000000001000
+01101111111000001100100001100011
+00100100011110100000000000000000
+01110000010001011001111000000000
+00100000010000000110101111100010
+00100000010000000110110000010001
+01100111111000010100010110010001
+01101111111000001100001111000110
+11000000100000100101001111110010
+01101000010010010100010110010001
+00011000010011111111111000001000
+00011111111001101111110000001010
+00100000010000000111010001110010
+10011000010000001111111000000000
+01100111111000010100010110010001
+11011010001000000100010110001011
+00100000010000000101010000000100
+01101111111000001100001111001010
+11000010100000010101010001000101
+11000010100000001101001100100011
+11000011000000000101001111111100
+01110000010001011010001000000001
+00100000001000000101001111111010
+11011000111000000000000000000100
+00100000001000000101110010001011
+11011000111000000000000000000100
+00100000010000000101110010001111
+01110000010001011010000000001100
+01101111111000001100010110100010
+00100000011110100000000000000000
+01110000010001011010001000000000
+01101000010010001100010111001001
+00100000001000000101111100010100
+01000100101000001100000000001000
+11101111111001000000000000010001
+01100111111001000000010011000100
+01101111111000001100010110011101
+11000000000000000101010000011011
+11000000000000010101010000001011
+11000000000000011101010000111010
+01101111111001000100100001100100
+11000011000101110101010000010001
+01101111111000010000010011001010
+01101000010010010100010110010011
+10011000010001100111110000000000
+00100100001000010101010000111101
+01101111111001000100100001100100
+11000011000101011101010000011011
+01110000010001011010001100000000
+01101111111000010000010011001010
+01101000010010010100010110010101
+10011000010001100111110000000000
+00100100001000010101010000011010
+00100000010000000101110001000110
+00100000001000000101010000011011
+00100000010000000101110001001010
+00100000010000000101010001000001
+00100000010000000110110001001101
+00100000010000000110110001000101
+01101111111000010000010011001010
+01101000010010010000010011000110
+10011000010001100111110000000000
+00100100010000010110110001001001
+01101000010010010000010011001000
+10011000010001100111110000000000
+00100100010000010110110001000001
+01101111111000010000010011001010
+01101000010010010000010011000100
+10011000010001100111110000000000
+00100000001000010101010000110110
+01101000010010010000010011000110
+10011000010001100111111000000000
+00100100001000010101010000111000
+00100000001110100101010000111000
+00011111111011111010001001100100
+01101111111000010000010011000100
+01101000010010010000010011000110
+10011000010001100000010000000000
+00011010001000100111111000000000
+10011000010001101111110000000000
+00100000010000000111010001110010
+01100111111000001100011110101001
+00100000011000000000000000000000
+01110000010001111010100101100100
+00100000011000000000000000000000
+01110000010001111010100100000000
+00100000011000000000000000000000
+01101111111000001100001111000110
+11000000000000100101010000001011
+00100000001000000101010000011011
+01101000010010001100001111001010
+01111001001000000000010000000010
+01100000010010001100001111001010
+00100000011000000000000000000000
+01101000010010001100001111001010
+01111001001111111000010000000010
+01100000010010001100001111001010
+00100000011000000000000000000000
+01110000010001011010001100000001
+00100000011000000000000000000000
+00100000010000000101101011111101
+00100000010000000101101011110000
+01101000010010001100001111011001
+00100000010000000110101110010110
+01101000010010001100010110110011
+00100000010000000101010001111111
+01101000010010001100010110110101
+00100000010000000101010001111111
+01101000010010001100010110110100
+00100000010000000101010001111111
+01101000010010001100010110110110
+00100000010000000101010001111111
+01101000010010001100010110110111
+00100000010000000101010001111111
+01101000010010001100010110111000
+00100000010000000101010001111111
+01101000010010001100010111000011
+00100000010000000101010001111111
+01101000010010001100010111000100
+00100000010000000101010001111111
+01101000010010001100010111000101
+00100000010000000101010001111111
+01101000010010001100010110111001
+00100000010000000101010001111111
+01101000010010001100010110111010
+00100000010000000101010001111111
+01101000010010001100010111000001
+00100000010000000101010001111111
+01101000010010001100010111000010
+00100000010000000101010001111111
+01101000010010001100010111000110
+00100000010000000101010001111111
+01101000010010001100010111000111
+00100000010000000101010001111111
+01101000010010001100010111001001
+00100000010000000110101110010110
+01101000010010001100010111001010
+00100000010000000110101110010110
+01101000010010001100010111001011
+00100000010000000110101110010110
+01101000010010001100010111001100
+00100000010000000110101110010110
+01101000010010001100010111001101
+00100000010000000110101110010110
+01101000010010001100010110111101
+00100000001000000101010001111111
+00011000010001100111110011111111
+00100000011000101000000000000000
+00011000010000010000111001111111
+01101111111100100000000100011100
+10101111111011111111111111111111
+00100000001000001101010001111111
+00011000010001100111110011111111
+00100000011000101000000000000000
+01111001001000000000010000000111
+00100000001000000110101101111100
+00011000010001100111110011111111
+00100000011000101000000000000000
+01111001001111111000010000000111
+00100000001000000110101101111100
+01101111111000011100100010010110
+01100111111000011000010011000100
+11011111001000000000000000001110
+11011000010000000000000000000000
+01101111111000011000010011000100
+00101111111011111111111000000000
+00100000010000001110101110101110
+01101111111000011000010011000100
+00011111111000111111111000000000
+01100111111000011000010011000100
+00011000010000001000010000000001
+11000010000000000101010010000111
+00100000011000000000000000000000
+00100000010000000101010010010101
+01110000010000111010111001110011
+00100000010000000101010010010100
+00100000001000000110011101001001
+00100000001000000110100100111001
+01101111111000001100010110111011
+11011000010000000000000000100001
+00100000010000000110101110111101
+01101111111000001100010110111100
+11011000010000000000000000100011
+00100000001000000110101110111101
+01000100101000010100000000001000
+01111000010101000111110000000000
+01011000000000000000000000000000
+01100111111000110100010101111001
+00100000010000000101100001000111
+01011000000000000000000010001001
+00100000010000000110011101001101
+00100000010000000101011000101110
+00100000010000000101010010101100
+00100000010000000101010010110001
+00100000010000000101011001111011
+01101111111000001100010101111000
+00011111111000010111111000011111
+01100111111000001100010101111000
+00100100001101000101110011000101
+00100000010000000101110010110100
+00100000001000000101101010101001
+01101111111000001100010110001000
+00100000011110100000000000000000
+01100111111000001100010101111101
+01110000010001011000100000000000
+00100000001000000111010011001000
+01101111111000001100010110000100
+00100000011110100000000000000000
+01100111111000001100010101111110
+01110000010001011000010000000000
+00100000001000000111010011001000
+00100000010000000101010011000011
+00100000010000000101010011111111
+01101111111000001100010110000010
+01101000010010001100010110000001
+01100111111000001100010110000001
+10011000010001100111110000000000
+00100100001000101100110111111000
+01101111111000001100010110000110
+01101000010010001100010110000101
+01100111111000001100010110000101
+10011000010001100111110000000000
+00100100001000101100110111111000
+00100000011000000000000000000000
+01101111111000001100010111000001
+11000001011111111000000000000000
+11011010001000000000000000000000
+01101000010010001100010111000001
+00100000010000000110101110000101
+01111001001000001010001000000000
+01101000010010001100010111000010
+00100000010000000110101110000101
+01111001001000001010001000000001
+00011010001000100111111000000000
+01100111111000001100010110000010
+11000000000000001101010011010011
+11000000000000010101010011010111
+01101111111000001100010110000011
+11000010100000111101010011100011
+00100000011000000000000000000000
+01101111111000001100010110000001
+11000000000000000101010011011011
+11000000000000011101010011011101
+00100000011000000000000000000000
+01101111111000001100010110000001
+11000000000000000101010011011111
+11000000000000011101010011100001
+00100000011000000000000000000000
+01110000010001011000001110000010
+00100000011000000000000000000000
+01110000010001011000001110000001
+00100000011000000000000000000000
+01110000010001011000001110000000
+00100000011000000000000000000000
+01110000010001011000001110000011
+00100000011000000000000000000000
+01101111111000001100010110000011
+01111001001111111111111000000111
+01100111111000001100010110000011
+11000000000000000101010011101011
+11000000000000001101010011101110
+11000000000000010101010011110001
+11000000000000011101010011110100
+00100000011000000000000000000000
+01101111111000001100010110000010
+11000000000000011101010011110111
+00100000011000000000000000000000
+01101111111000001100010110000010
+11000000000000000101010011110111
+00100000011000000000000000000000
+01101111111000001100010110000010
+11000000000000011101010011111011
+00100000011000000000000000000000
+01101111111000001100010110000010
+11000000000000000101010011111011
+00100000011000000000000000000000
+01101111111000001100010110000100
+00011111111000001111111000000001
+01100111111000001100010110000100
+00100000011000000000000000000000
+01101111111000001100010110000100
+00011111111000001111111111111111
+01100111111000001100010110000100
+00100000011000000000000000000000
+01101111111000001100010110111001
+11000001011111111000000000000000
+11011010001000000000000000000000
+01101000010010001100010110111001
+00100000010000000110101110000101
+01111001001000001010001000000000
+01101000010010001100010110111010
+00100000010000000110101110000101
+01111001001000001010001000000001
+00011010001000100111111000000000
+01100111111000001100010110000110
+11000000000000001101010100001111
+11000000000000010101010100010011
+01101111111000001100010110000111
+11000010100000111101010100011111
+00100000011000000000000000000000
+01101111111000001100010110000101
+11000000000000000101010100010111
+11000000000000011101010100011001
+00100000011000000000000000000000
+01101111111000001100010110000101
+11000000000000000101010100011011
+11000000000000011101010100011101
+00100000011000000000000000000000
+01110000010001011000011110000010
+00100000011000000000000000000000
+01110000010001011000011110000001
+00100000011000000000000000000000
+01110000010001011000011110000000
+00100000011000000000000000000000
+01110000010001011000011110000011
+00100000011000000000000000000000
+01101111111000001100010110000111
+01111001001111111111111000000111
+01100111111000001100010110000111
+11000000000000000101010100100111
+11000000000000001101010100101010
+11000000000000010101010100101101
+11000000000000011101010100110000
+00100000011000000000000000000000
+01101111111000001100010110000110
+11000000000000011101010100110011
+00100000011000000000000000000000
+01101111111000001100010110000110
+11000000000000000101010100110011
+00100000011000000000000000000000
+01101111111000001100010110000110
+11000000000000011101010100110111
+00100000011000000000000000000000
+01101111111000001100010110000110
+11000000000000000101010100110111
+00100000011000000000000000000000
+01101111111000001100010110001000
+00011111111000001111111000000001
+01100111111000001100010110001000
+00100000011000000000000000000000
+01101111111000001100010110001000
+00011111111000001111111111111111
+01100111111000001100010110001000
+00100000011000000000000000000000
+01101000010010001100010110111001
+00100000010000000110101101011110
+01101000010010001100010110111010
+00100000010000000110101101011110
+01101000010010001100010111000001
+00100000010000000110101101011110
+01101000010010001100010111000010
+00100000001000000110101101011110
+01101000010010001100010110111001
+00100000010000000101010001110101
+01101000010010001100010110111010
+00100000010000000101010001110101
+01101000010010001100010111000001
+00100000010000000101010001110101
+01101000010010001100010111000010
+00100000001000000101010001110101
+01101111111000010100010101111101
+00100000011110100000000000000000
+01110000010001011000100100000001
+01110000010001011000101000001010
+00100000011000000000000000000000
+11011010011000000100010110001010
+11011010010000000101010101010011
+00100000001000000100110111001100
+01110000010001011000100100000000
+00100000011000000000000000000000
+01101111111001000100100001100100
+11000010100101110101010110000000
+01101111111000001100010110111000
+11000001011111111000000000000000
+11011010001000000000000000000000
+01110000010010000100111100000101
+01101000010010001100010110111000
+00100000010000000101010101100100
+01100111111000001100100001001100
+01101111111000001100010111000011
+11000000011111111101010101111000
+00100000010000000101011100010000
+00011010001000100111111000000000
+11000010100000101101010110000010
+00100000001000000101010110001001
+01101111111001000100100001100100
+11000010100101100101010101111110
+01101111111000001100100001001100
+00011111111000100010011000000000
+01101111111000001100010111000011
+11000000011111111101010101110100
+01101111111000001100100001010011
+00100100001110100101010101111011
+00100000010000000110101110000101
+01101000010010001100010111000011
+00100000001000001101010101111110
+01101000010010001100010111000011
+00100000010000000110101110010110
+01101000010010001100010110111000
+01101111111000001100100001001100
+00100000001000000101011100111011
+01101111111000001100010110111000
+00100000010000000101011101011100
+01101000010010001100010110111000
+00100000001000000101011101000111
+01101000010010001100010110111000
+00100000010000000101010001111111
+00100000001000000101010101100001
+01110000010001101000101000000000
+01110000010010000100110000000000
+00100000011000000000000000000000
+01101111111000001100100001001100
+00100000001000000101011100111011
+01101111111000001100010110100011
+00100000001110100101010110001001
+01101111111000001100011010001010
+11000001000000001000000000000000
+01110000010001101000101000000001
+01101111111001000100100001100100
+11000011100101000000000000000000
+11000011100110110000000000000000
+00100000001000000101010111100010
+01101111111000001100011010001010
+11000001000000000000000000000000
+01110000010001101000101000000000
+01101111111001000100100001100100
+11000010100101000101010110010000
+11000010100110110101010110010000
+00100000011000000000000000000000
+01101111111000001100011010001011
+00100100001110100101010110010100
+01101111111000001100100001010101
+00100100010110100101010111100010
+01110000010001101000101100000000
+01101111111000001100010000110110
+01100111111000001100100001010101
+01100111111000001100100001010100
+00100000011000000000000000000000
+01101111111001000100100001100100
+11000100000111110000000000000000
+01101111111000001100100010011101
+00100100001110100101010110100010
+01101111111000001100010111001110
+00100000010000000101011101011001
+00100000010000000101010110110010
+01101000010010001100010111001110
+00100000001000000101010001111111
+01101111111000001100010111001110
+01111001001111111111111000000111
+01100111111000001100010111001110
+00100000010000000101011101011100
+01110000010010001010000100000000
+01101000010010001100010111001110
+01101111111000001100100010011110
+00100000010000000101010111001011
+00100000010000000101010110110110
+01101000010010001100010111001110
+00100000001000000101010001111111
+00100000010000000101010001111111
+01101111111000001100100010011111
+11000001000000001000000000000000
+01110000010010001001111100000001
+00100000001000000101010111100010
+01110000010010001010000100000000
+01101000010010001100010111001110
+01101111111000001100100010011110
+00100000010000000101010111000001
+01100111111000001100100010011110
+01101111111000001100100010100000
+00100000001110100101010110111101
+01101111111000001100100010011111
+11000001000000001000000000000000
+01110000010010001001111100000001
+00100000001000000101010111100010
+01101111111000001100100010011111
+11000001000000000000000000000000
+01110000010010001001111100000000
+00100000011000000000000000000000
+00011111111000111111111000000000
+00011111111000100010010000000000
+00100000010000000110101110000101
+01111001001000001010010000000000
+00011010010000010111111000000111
+01101000010010001100100010100001
+00011000010000100000111000000000
+11000000000000111101010111010110
+11000000000000000101010111011000
+00100000011000000000000000000000
+00011111111000111111111000000000
+00011111111000100010010000000000
+00100000010000000101010001111011
+00100000010000000110101110000101
+01111001001000001010010000000000
+00011010010000010111111000000111
+01101000010010001100100010100001
+00011000010000100000111000000000
+11000000000000111101010111010110
+11000000000000000101010111011000
+00100000011000000000000000000000
+01110000010010001010000000000001
+00100000011000000000000000000000
+01110000010010001010000000000000
+00100000011000000000000000000000
+01101111111001000100100001100100
+11000100000111110000000000000000
+01101111111000001100010111001110
+11000010100000111101010111100000
+01110000010010001001110100000000
+00100000011000000000000000000000
+01110000010010001001110100000001
+00100000011000000000000000000000
+01000100101000011100000000001000
+00100000010000000101010111101111
+00100000011101000000000000000000
+01101111111000001100011000111111
+00011111111000100000010000000000
+01101111111001000100100001100100
+11000010100111110101010111111000
+00011000010000100111111000000000
+00011111111000001111111000000001
+00011111111000010111111000000011
+01100111111000001100011000111111
+00100000010000000101011000110101
+00100000001000000101101110001100
+01111000010101000111110000000000
+01101111111001000100100001100100
+11000011100101100000000000000000
+11000011100101110000000000000000
+01101111111000001100100001000111
+00100000011110100000000000000000
+01101111111000001100100001001000
+00100000011110100000000000000000
+00100000001000000111010011001000
+01101111111000001100100010100000
+00100100001110100101011000010101
+01101111111001000100100001100100
+11000010100011100101011000001001
+00011000010000100111111000000000
+11000001000000001000000000000000
+11000000000000000101011000000101
+11000000000000010101011000000011
+00100000011000000000000000000000
+01011000000000000000000000000010
+00100000001000000101010111101100
+01011000000000000000000000000000
+00100000001000000101010111101100
+01011000000000000000000000000001
+00100000001000000101010111101100
+01011000000000000000000000000011
+00100000001000000101010111101100
+00011000010000100111111000000000
+11000001000000001000000000000000
+11000000000000000101011000000101
+11000000000000010101011000000111
+11000000000000011101011000000011
+00100000011000000000000000000000
+00011000010000100111111000000000
+11000001000000010000000000000000
+11000000000000000101011000000111
+11000000000000001101011000000011
+11000000000000011101011000000001
+00100000011000000000000000000000
+01101111111001000100100001100100
+11000010100011100101011000001111
+00011000010000100111111000000000
+11000001000000010000000000000000
+11000000000000000101011000000001
+11000000000000001101011000000011
+00100000011000000000000000000000
+01101111111001000100100001100100
+11000010100101000101011000100000
+11000010100110110101011000100111
+00100000011000000000000000000000
+01101111111000001100011010001010
+11000001100000001000000000000000
+11011010011000000100100001010101
+11011010010000000101011000100101
+00100000001000000100110111001100
+01110000010001101000101100000001
+00100000001000000101110001010010
+01101111111000001100011010001010
+11000001100000001000000000000000
+11011010011000000100100001010100
+11011010010000000101011000101100
+00100000001000000100110111001100
+01110000010001101000101100000001
+00100000001000000101101000111110
+00100000001000000101011000111000
+01101111111001000100100001100100
+11000011100011100000000000000000
+01101111111000001100011000111111
+11000001100000011000000000000000
+01110000010001100011111100000000
+00100000011000000000000000000000
+01000100101000100100000000001000
+00100000010000000101011000101111
+00100000010000000101111010111101
+01101111111000001100010111010100
+11000000000000011101011001011010
+11000000000001011101011001101110
+01101111111000001100011000111111
+11000000000000000101011001000010
+11000000000000001101011001000000
+11000000000000010101011001000100
+11000000000000011101011001000110
+01101000010010001100011001111110
+00100000001000000101011001000111
+01101000010010001100011001111101
+00100000001000000101011001000111
+01101000010010001100011001111111
+00100000001000000101011001000111
+01101000010010001100011010000000
+01101111111000001100010111010100
+11000000000000100101011001010110
+11000000000000101101011001010110
+11000000000001000101011001011000
+11000000000000111101011001011000
+11000000000000110101011001010110
+01100000010010001100011010001001
+01011000000000000000000000000110
+00100000010000000110011101001110
+00011111111000010000010011111000
+01101111111000001100011010001001
+10011000010000001111111000000000
+00011111111011010111111000000000
+00011111111000001111111000000110
+00100000001000000110011101001101
+00011000010000001000010111111111
+00100000001000000101011001001101
+00011000010000001000010000000010
+00100000001000000101011001001101
+01101111111000001100011000111111
+11000000000000000101011001100001
+11000000000000001101011001011111
+11000000000000010101011001100011
+11000000000000011101011001100101
+01101111111000001100011010000010
+00100000001000000101011001100110
+01101111111000001100011010000001
+00100000001000000101011001100110
+01101111111000001100011010000011
+00100000001000000101011001100110
+01101111111000001100011010000100
+01100111111000001100011010001001
+00011111111011010111111000000000
+00011111111000100010001000000000
+00011111111000001111111000001101
+00100000010000000110011101001101
+00011010001000100111111000000000
+00011111111000001111111000001110
+00100000001000000110011101001101
+01101111111000001100011000111111
+11000000000000000101011001110101
+11000000000000001101011001110011
+11000000000000010101011001110111
+11000000000000011101011001111001
+01101111111000001100011010000110
+00100000001000000101011001100110
+01101111111000001100011010000101
+00100000001000000101011001100110
+01101111111000001100011010000111
+00100000001000000101011001100110
+01101111111000001100011010001000
+00100000001000000101011001100110
+00100000010000000101011101100110
+01101111111000001100100010101000
+00100100001110100101011101111101
+01101111111000001100100010100011
+00100100001110100101011101111100
+00100000010000000101011010111001
+00100000010000000101011010010001
+00100000010000000101001110001111
+00100000010000000101011010001100
+00011010001000100111111000000000
+01101000010010001100010110000000
+01100111111000001100010110000000
+01100111111000001100010101111000
+10011000010000101111111000000000
+00011111111001100111110000000000
+00100000011000101000000000000000
+00100000001000000111010011001000
+11000110100100110000000000000000
+00011010001000100111111000000000
+00100000011110100000000000000000
+01100111111000001100010101111000
+00100000001000000111010011001000
+01110000010010000101000100000000
+01110000010010000101001000000000
+01110000010010000101001100000000
+00011111111000100000010000000000
+00100000010000000101011010100001
+00100000010000000101011010100100
+00100000010000000101011010100111
+00100000010000000101011010101010
+01101111111000001100100001010010
+00100000011110100000000000000000
+01101111111000001100100001010001
+00100000011110100000000000000000
+01110000010010000101001100000001
+01101111111000001100010110000000
+00011111111000100010001000000000
+00100000011000000000000000000000
+00011000010000010111111000001001
+11000000000001001101011010110010
+00100000011000000000000000000000
+00011000010000010111111000010100
+11000000000010100101011010110010
+00100000011000000000000000000000
+00011000010000010111111000011000
+11000000000011000101011010110000
+00100000011000000000000000000000
+00011000010000010111111000000111
+11000000000000011101011010110000
+11000000000000101101011010110000
+11000000000000110101011010110000
+11000000000000111101011010110000
+00100000011000000000000000000000
+01110000010010000101001000000001
+00100000011000000000000000000000
+01110000010010000101000100000001
+00100000011000000000000000000000
+00100000010000000101011011000110
+00100000010000000101011010111001
+01011000000000000000000000000000
+01100111111000011100100001000111
+00100000011000000000000000000000
+01000100101000101100000000001000
+01101111111000001100100010011001
+00100100010110100101011011000110
+11011010001000000000000000000000
+00100000010000000101011011001001
+00100000010000000101011011010010
+00100000010000000101011011011011
+00100000010000000101011011100100
+00100000010000000101011100000000
+00100000010000000101011101100110
+00100000010000000101011100011101
+00011010001000100111111000000000
+00100000011000000000000000000000
+01011000000000110000001100000011
+01100111111000011100100001000111
+00100000011000000000000000000000
+01101111111000001100010110110011
+00100000010000000101011101011001
+01110000010010000100111100000000
+01101000010010001100010110110011
+01101111111000001100100001000111
+00100000010000000101011100111011
+01100111111000001100100001000111
+01101000010010001100010110110011
+00100000001000000101010001111111
+01101111111000001100010110110101
+00100000010000000101011101011001
+01110000010010000100111100000001
+01101000010010001100010110110101
+01101111111000001100100001001000
+00100000010000000101011100111011
+01100111111000001100100001001000
+01101000010010001100010110110101
+00100000001000000101010001111111
+01101111111000001100010110110100
+00100000010000000101011101011001
+01110000010010000100111100000010
+01101000010010001100010110110100
+01101111111000001100100001001001
+00100000010000000101011100111011
+01100111111000001100100001001001
+01101000010010001100010110110100
+00100000001000000101010001111111
+01101111111000001100010110110110
+11000001011111111000000000000000
+01110000010010000100111100000011
+01101111111000001100100001001010
+00011111111000100010011000000000
+01101000010010001100010110110110
+01101111111000001100010111000011
+11000000011111111101011011111001
+00100000010000000110101110000101
+00100000001000001101011011110101
+01101000010010001100010111000011
+00100000010000000110101110010110
+01101000010010001100010110110110
+01101111111000001100100001001010
+00100000010000000101011100111011
+01100111111000001100100001001010
+00100000001000000101011100010000
+01101000010010001100010111000011
+01101111111000001100100001001010
+00100000010000000101011100111011
+00100000001000000101011011110011
+01101111111000001100010110110110
+00100000010000000101011101011100
+01101000010010001100010110110110
+00100000010000000101011101000111
+01100111111000001100100001001010
+01101000010010001100010110110110
+00100000001000000101010001111111
+01101111111000001100010110110111
+11000001011111111000000000000000
+01110000010010000100111100000100
+01101111111000001100100001001011
+00011111111000100010011000000000
+01101000010010001100010110110111
+01101111111000001100010111000011
+11000000011111111101011100010110
+00100000010000000110101110000101
+00100000001000001101011100010010
+01101000010010001100010111000011
+00100000010000000110101110010110
+01101000010010001100010110110111
+01101111111000001100100001001011
+00100000010000000101011100111011
+01100111111000001100100001001011
+01101000010010001100010111000011
+00100000001000000101010001111111
+01101000010010001100010111000011
+01101111111000001100100001001011
+00100000010000000101011100111011
+00100000001000000101011100001111
+01101111111000001100010110110111
+00100000010000000101011101011100
+01101000010010001100010110110111
+00100000010000000101011101000111
+01100111111000001100100001001011
+01101000010010001100010110110111
+00100000001000000101010001111111
+01110000010010000100010000000000
+01101111111001000100100001100100
+11000100000010101000000000000000
+01101111111000001100010111000101
+11000001011111111000000000000000
+01110000010010000100111100000111
+01101000010010001100010111000101
+01101111111000001100100001001110
+00100000010000000101011100111011
+01100111111000001100100001001110
+00011010001000100111111000000000
+11000010100000111101011100101101
+00100000010000000101011100110000
+01101111111000001100100001000101
+01100111111000001100100001000110
+00100000011000000000000000000000
+01110000010010000100010100000001
+00100000010000000101011100110011
+00100000001000000101011100101010
+01110000010010000100010100000000
+01101111111000001100100001000110
+00100000011110100000000000000000
+01110000010010000100010000000001
+00100000011000000000000000000000
+00100000010000000110101110000101
+01101000010010001100100001001111
+00011000010000100000111000000000
+00100000001000001101011101000101
+11111001001111111010001000000000
+00100000011000000000000000000000
+00011111111000111111111000000000
+00011111111000100010010000000000
+00100000010000000110101110000101
+01111001001000001010010000000000
+00011010010000010111111000000111
+01101000010010001100100001001111
+00011000010000100000111000000000
+11000000000000111101011101000101
+11000000000000000101011100111001
+00100000011000000000000000000000
+11111001001000000010001000000000
+00100000011000000000000000000000
+01000100101000110100000000001000
+00011010011000100111111000000000
+01100111111000001100100001010000
+00011111111000111111111000000000
+00011111111000100010010000000000
+00011000010000100010011000000000
+00100000010000000101010001111011
+00011010011000100000010000000000
+00100000010000000110101110000101
+01111101001000001010010000000000
+00100000010000000101011101010011
+00100000001000000101011101000000
+01101000010010001100100001010000
+00011000010000010000010000000001
+00011010010000010111111000000001
+10011000010001100111110000000000
+00100100001000101101100100001101
+00100000011000000000000000000000
+11000001011111111000000000000000
+11011000010000000000000000111111
+00100000001000000110101110111101
+11000001011111111000000000000000
+11011000010000000000000000111110
+00100000001000000110101110111101
+01101111111000001100010111001111
+11000001011111111000000000000000
+11000010100000111101011101100100
+01110000010010001010001000000000
+00100000011000000000000000000000
+01110000010010001010001000000001
+00100000011000000000000000000000
+11011010010000000000000000000000
+01101111111000001100010111001111
+11000001011111111000000000000000
+01101111111000001100100010100010
+00100100001110100101011101110011
+01101000010010001100010111001111
+00100000010000000101010001111111
+01101000010010001100010111001111
+00100000010000000110101110000101
+01111001001000001010010000000000
+00011010010000100111111000000000
+01100111111000001100100010101000
+00100000011000000000000000000000
+01101111111000001100010111001111
+01111001001111111111111000000111
+01100111111000001100010111001111
+01101000010010001100010111001111
+00100000010000000101010001111011
+01101000010010001100010111001111
+00100000010000000110101110000101
+01111101001000001010010000000000
+00100000001000000101011101110000
+11000000000000100101011110010101
+00100000010000000101011110011000
+01101111111000100100100010100100
+11011000010000000000000010100000
+10011000010000001000010000000000
+00011100010000100111111000000000
+10011000010001100111110000000000
+00100100011000010000000000000000
+01100111111000100100100010100100
+01101111111000001100100010100011
+11000000000000000101011110001011
+11000000000000001101011110001110
+11000000000000010101011110010001
+11000000000000011101011110010011
+00100000011000000000000000000000
+01110000010010001010001100000001
+01110000010001010111100000000001
+00100000001000000111010011001000
+01110000010010001010001100000010
+01110000010001010111100000000000
+00100000001000000111010011001000
+01110000010010001010001100000011
+00100000001000000101011110001100
+01110000010010001010001100000000
+00100000001000000101011110001111
+01110000010010001010001100000000
+01110000010001010111100000000000
+00100000011000000000000000000000
+01101000010010100100100010100100
+00011100010000100111111000000000
+10011000010001100111110000000000
+00100100010000010101011110011101
+00100000011000000000000000000000
+01011000000000000000000000000000
+01100111111000100100100010100100
+00100000011000000000000000000000
+01000100101000111100000000001000
+00100000010000000101010010010000
+00100000011101011000000000000000
+00100000010000000101100000111000
+01000100101001000100000000001001
+00100000010000000101011110101111
+11000000000110000101011110110110
+11000000000110001101100000010111
+11000000001011000101100000100000
+00100000010000000101011110101100
+00100000000000000001101011110100
+00100000001000000101011110100100
+01101000010010001100010110111011
+00100000010000000110011100110101
+00100000001000000101010010010101
+01011000000000000000000000000001
+00100000010000000110011101001110
+01100111111000001100011001101111
+01011000000000000000000000000000
+00100000010000000110011101001110
+01100111111000001100011001101110
+00100000011000000000000000000000
+01101111111000001100011001101111
+11000000001011010101011110111111
+11000000011011000101011111000101
+11000000011010001101011111010100
+11000000011010010101011111011101
+11000000000000010101011111100100
+11000000001010100101011111101101
+11000000001010000101100000010100
+00100000001000000101011110100100
+01110000010001011101010000000101
+00100000010000000101100000101011
+00100000010000000111001111011000
+11011010011000000100011011100110
+00100000010000000101011111100110
+00100000001000000101011000101110
+01011000000000000000000000010110
+00100000010000000110011101001110
+00011111111001100111110010111101
+00100100001000101101011110100000
+01011000000000000000000000011001
+00100000010000000110011101001110
+00011111111001100111110001010101
+00100100001000101101011110100000
+01011000000000000000000000011011
+00100000010000000110011101001110
+00011111111001100111110000011101
+00100100001000101101011110100000
+01110000010001011101010000000110
+11011010011000000100011100101010
+00100000001000000101011111100110
+01110000010001011101010000000000
+11011010011000000100011010100000
+00100000010000000101011111100110
+11011010011000000100011010101010
+00100000010000000101011111100110
+01011000000000000000100101000011
+00100000010000000110011101001101
+11011010011000000100011011000100
+00100000001000000101011111100110
+01110000010001011101010000000010
+11011010011000000100011010010110
+00100000010000000101011111100110
+11011010011000000100011010101010
+00100000010000000101011111100110
+11011010011000000100011011000100
+00100000001000000101011111100110
+01110000010001011101010000000011
+11011010011000000100011010001100
+11101111111000010000000000010011
+11011000010000001111111111111111
+10011000010001100111110000000000
+00100000011000101000000000000000
+00100000010000000110011101001101
+00011010011000001010011000000010
+00100000001000000101011111100110
+00100000010000000101100000101001
+01011000000000001001101001011011
+00100000010000000110011101001101
+01011000000000000000000000001101
+00100000010000000110011101001110
+00011111111001100111110000010010
+00100000001000101101100000000001
+00011111111001100111110000001010
+00100100001000101101100000000100
+01011000000000000000000000001110
+00100000010000000110011101001110
+00011111111001100111110011100101
+00100100001000101101011110100100
+01011000000000000000000000010000
+00100000010000000110011101001110
+00011111111001100111110010100101
+00100000001000101101100000000001
+00100000010000000101100000010001
+01110000010001011101010000001000
+00100000011000000000000000000000
+01110000010001011101010000001001
+11011010011000000100011100001100
+00100000001000000101011111100110
+00011111111001100111110000010000
+00100100001000101101011110100100
+01011000000000000000000000001110
+00100000010000000110011101001110
+00011111111001100111110011000101
+00100100001000101101011110100100
+01011000000000000000000000010000
+00100000010000000110011101001110
+00011111111001100111110000111000
+00100100001000101101011110100100
+00100000010000000101100000010001
+01110000010001011101010000001010
+00100000011000000000000000000000
+01011000000000000000000001011011
+00100000010000000110011101001101
+00100000001000000101100000100111
+01110000010001011101010000000111
+11011010011000000100011101001010
+00100000001000000101011111100110
+00100000010000000101100000111000
+01101111111000001100011001101111
+11000000001110000101100000011110
+11000000000000000101100000011100
+00100000001000000101011110100100
+01110000010001011101010000000001
+00100000011000000000000000000000
+01110000010001011101010000000100
+00100000011000000000000000000000
+00100000010000000101100000111000
+01101111111000001100011001101111
+11000000001011001101100000100100
+00100000001000000101011110110110
+01110000010001011101010000001011
+11011010011000000100011100111010
+00100000001000000101011111100110
+01011000000000000000000000001001
+00100000001000000110011101001101
+01011000000000000101101000001001
+00100000001000000110011101001101
+11011000010000001000000000000110
+01101111111000001100010111010100
+11000000100001011101100000101111
+11011000010000001001011100000110
+00011000010000100111111000000000
+00100000010000000110011101001101
+00100000000000000010111011100000
+00100000011000000000000000000000
+11011010011000000100011101010110
+01101111111000001100010111010100
+11000001100001011000000000000000
+11011010011000000100011101011110
+00100000011000000000000000000000
+01000100101001001100000000001001
+00100000010000000101010010010000
+00100000010000000101100000101011
+00100000010000000101100000110011
+00100000010000000101011111100110
+00100000001000000101011000101110
+01000100101001010100000000001001
+00100000010000000101011110100000
+00100000010000000101010010010000
+11011000010000000000100000000110
+01101111111000001100010111010100
+11000000100001011101100001000101
+11011000010000000001111100000110
+00011000010000100111111000000000
+00100000001000000110011101001101
+01101111111000001100001111010010
+11000001100000000000000000000000
+01101111111000001100010111010100
+11000000000000000101100001010011
+11000000000000001101100001010011
+11000000000001000101100001010011
+11000000000000010101100001010011
+11000000000000011101100001110111
+11000000000000100101100001010011
+11000000000000110101100010011100
+11000000000001011101100010010101
+00100000001000000101100001010011
+00100000010000000101100010111110
+01111000010101000111110000000000
+01101111111000001100010111000110
+11000000011111111101100001011010
+01101000010010001100010111000110
+00100000010000000110101110000101
+00100100011000001000000000000000
+01011000000000000000000000000000
+00100000010000000110011101001110
+11000000100110000101100001101101
+01011000000000000000000000000010
+00100000010000000110011101001110
+11000100000000111000000000000000
+00100000010000000101100011010101
+01101111111000001100010101111001
+00100000010000000101100011001101
+01100111111000010100010101111001
+01101111111000001100010101111011
+00100000010000000101100011001101
+01100111111000010100010101111011
+01101111111000001100010111010101
+11000000000000000101100001101111
+11000000000000001101100001110001
+11000000000000010101100001110011
+11000000000000011101100001110101
+00100000011000000000000000000000
+11000000000110001101100001011101
+00100000001000000101011110101100
+00100000010000000101100010100111
+00100000001000000101100011011100
+00100000010000000101100010101111
+00100000001000000101100011011100
+00100000010000000101100010101011
+00100000001000000101100011011100
+00100000010000000101100010110111
+00100000001000000101100011011100
+00100000010000000101100010111110
+01101111111000001100010111000110
+11000000011111111101100001111101
+01101000010010001100010111000110
+00100000010000000110101110000101
+00100100011000001000000000000000
+01011000000000000000000000000000
+00100000010000000110011101001110
+11000000100110000101011110101100
+01011000000000000000000000000010
+00100000010000000110011101001110
+11000100000000111000000000000000
+00100000010000000101100011010101
+00100000010000000101100010010011
+01100111111000001100010101111111
+00011111111100011111111000000000
+00100000010000000101100011010001
+01100111111000001100010101111010
+01101111111000001100010101111111
+00011111111000010111111000001111
+00100000010000000101100011010001
+01100111111000001100010101111100
+01101111111000001100010111010101
+11000000000000000101100010100111
+11000000000000001101100010101111
+11000000000000010101100010101011
+11000000000000011101100010110111
+00100000011000000000000000000000
+01011000000000000000000000010010
+00100000001000000110011101001110
+00100000010000000101100010111110
+01101111111000001100010111000110
+11000000011111111101100010011011
+01101000010010001100010111000110
+00100000010000000110101110000101
+00100100011000001000000000000000
+00100000001000000101100010000000
+00100000010000000101100010111110
+01111000010101000111110000000000
+01011000000000000000000000000010
+00100000010000000110011101001110
+11000100000000111000000000000000
+01011000000000000000000000001000
+00100000010000000110011101001110
+00100000001110100101100001100000
+01011000000000000000000000000000
+01100111111000110100010101111001
+00100000011000000000000000000000
+01101111111000010100010101111001
+00011111111001100111111000000000
+01100111111000010100010101111001
+00100000001000000111010011001000
+01101111111000010100010101111011
+00011111111001100111111000000000
+01100111111000010100010101111011
+00100000001000000111010011001000
+01101111111000010100010101111011
+00011111111001100111111000000000
+01100111111000010100010101111011
+01101111111000010100010101111001
+00011111111001100111111000000000
+01100111111000010100010101111001
+00100000010000000101100010111001
+00100000001000000111010011001000
+00100000010000000101100010111001
+00100000001000000111010011001000
+01101111111000010100010101111011
+01101000010010010100010101111001
+01100111111000010100010101111001
+01100000010010010100010101111011
+00100000011000000000000000000000
+01101111111000001100011001110101
+00100000010110100101100011010101
+01110000010001100111010100000001
+00100000011000000000000000000000
+01110000010001110110011000000001
+00100000010000000100000101101011
+00100000001000000101011110100000
+01101111111000001100010111000110
+11000001111111111000000000000000
+01101111111000001100011101101000
+11000001100000001000000000000000
+01011000000000000000000000000000
+01100111111000001100011101101000
+01100111111000100100010101111001
+00100000001000000101100011000100
+11000100000000111000000000000000
+11011000010000001111111100000000
+10011000010000011111111000000000
+00100000011000000000000000000000
+11000100000000011000000000000000
+11011000010000000000000011110000
+10011000010000011111111000000000
+00100000011000000000000000000000
+11011111111000000000000000000011
+00100000010000000110011101001110
+01100111111000010100010101111001
+11011111111000000000000000000100
+00100000010000000110011101001110
+01100111111000010100010101111011
+00100000011000000000000000000000
+01101000010010001100010110111100
+00100000010000000110101110000101
+00100000011000001000000000000000
+01011000000000000000000000001010
+00100000010000000110011101001110
+00100000000000000000001111101000
+00100000001000000101100011011100
+01011000000000001000000100000000
+00100000001000000110011101001101
+01110000010001110111101111111111
+01110000010000111010110000110100
+01011000000011110000111100001111
+01100111111000011100001010110000
+01100111111000011100001010110011
+00100000001000000101001011111100
+01000100101001011100000000001001
+00100000010000000101101101100001
+00100000010000000101100011111001
+01101111111000001100010111100101
+11000000000000001101100011110010
+11000000000000010101100011110100
+00100000011000000000000000000000
+01101111111000110100010111100111
+00100000001000000101100011110101
+01101111111000110100011000000100
+01101000010010110100011000100001
+10011000010001100111110000000000
+00100000001000101101101100001000
+00100000001000000101001011110010
+01110000010001110111101101011010
+00100000011000000000000000000000
+01101111111000010100010000110100
+11000010100001001100111000001011
+00100000001000000101101100101001
+01011000000000000000000000000000
+01100111111000010100011101101100
+01101111111000010100010000110100
+11000010100001001100111000001011
+00100000011000000000000000000000
+01101111111001000100100001100100
+11000100000011011000000000000000
+00100100001101000101100100001011
+01101111111000001100011101100111
+00011111111000001111111000000001
+00011111111000010111111000001111
+01100111111000001100011101100111
+00100100011110100000000000000000
+01110000010001110110011100000000
+00100000001000000111010011001010
+01101111111000001100010111000110
+11000001111111111000000000000000
+01110000010000001100000100000000
+01110000010001110110100100011110
+00100000011000000000000000000000
+01000100101001100100000000001001
+00011010011000100111111000000000
+11000000000010100101100100100001
+11000000000010101101100100110010
+11000000000010000101101100000011
+11000000000110001101100100111011
+11000000000101001101100100111101
+11000000000110010101100100111111
+11000000000111110100111000010101
+11000000001000000101100101001011
+11000000000111001101111000100001
+11000000000111010101110111100101
+11000000000111100101111000001100
+11000000001000100101100101011010
+00100000011000000000000000000000
+01101111111000001100100010111101
+00100100010110100101101010111101
+01110000010001110110100000000000
+00100000010000000101100011000100
+01110000010001111000000000000001
+00100000010000000101110111010011
+01101111111000001100011110000001
+00100100001110100101100100101010
+01110000010001111000001000010100
+01101111111000010100001110101010
+01111001001111111111111000000000
+01100111111000010100001110101010
+01110000010010000011000100000000
+01101111111000010100011110101010
+01100111111000010100011110101100
+00100000010000000101101010101001
+00100000001000000101101100101001
+01011000000000000000000000000000
+01100111111000010100011110101100
+01100111111000001100100011001010
+01100111111000001100100011001011
+01100111111000001100011110000000
+01110000010001111010111000000000
+01110000010001110110011000000000
+00100000010000000100000101101101
+00100000001000000101101000001111
+11011000111000000000000000000010
+00100000001000000101100101000111
+01110000000001001100001100010010
+00100000001000000110111110000100
+01101111111000001100011110000001
+11000000000000001101100101000011
+01110000010010000011000000010100
+00100000001000000101100101000101
+00100000010000000101100100111101
+01110000010010000011000000001010
+11011000111000000000000000000001
+00100000001000000101100101000111
+01101111111000001100100000101111
+11111001001000000111111000000000
+01100111111000001100100000101111
+00100000011000000000000000000000
+01101111111000001100100011001010
+00100100011110100000000000000000
+01110000010010001100101000000001
+01110000010010001100101100011110
+00100000011000000000000000000000
+01110000010001111010111000000001
+00100000011000000000000000000000
+01101111111000001100011110000001
+00100100011110100000000000000000
+01101111111000001100001101101111
+00011111111001100111111000100010
+00100100011000101000000000000000
+01110000010010000011000000000000
+11011000111000000000000000000000
+00100000001000000101100101000111
+01101111111000001000000110011101
+00011111111001100111110000001100
+00100100001000010101100101010000
+01101111111000001000000110011111
+01101000010010001100100001000011
+10011000010001100111110000000000
+00100000001000010101100101100100
+01101111111000001000000110011111
+01100111111000001100000011000001
+00100000001000000101100101100110
+01101111111000001100100001000011
+01100111111000001100000011000001
+01110000010001111010111000000000
+00100000011000000000000000000000
+01110000010010000010111100000000
+00100000011000000000000000000000
+01000100101001101100000000001001
+00100000010000000100000111001100
+00100100011110100000000000000000
+01101111111000001100011101111011
+11000000011111111101100101110010
+01101111111000001100100000101111
+00011111111000010111111000000011
+11000001100000011000000000000000
+01101111111000001100011101100110
+00100000010110100101100011000010
+01101111111001000100100001100100
+11000010100000001101100110100010
+11000010100000000101100110100010
+11000010100000101101100110100010
+11000010100000110101100110100010
+00100000010000000101010010011011
+00100000010000000101100100000011
+00100100011101000000000000000000
+00100000010000000101100100001101
+00100000010000000101100011000101
+00100000010000000101010101001011
+01101111111001000100100001100100
+11000011000010101101100110000011
+01101111111000001100100001000100
+11000000000000001101100110000100
+00100000001000000101100110100100
+01101111111000001100100001000101
+00100000001110100101100110010100
+01101111111001000100100010000101
+01100111111001000000010011000100
+01101111111000001100100010000100
+11000000000000011101100110010110
+11000000000000010101100110011001
+01110000010001111010000000001000
+01101000010010010100011110100001
+01101111111000001100011110100000
+00011111111000100010001000000000
+00100000010000000100010100010011
+01101000010010001100011110100000
+00011000010000100111001000000000
+11011000110000000000010011000100
+00100000001000000111010000011001
+01101111111001000100100010001110
+00100000001000000101100110000111
+01110000010001111010000000000011
+01101000010010010100011110100011
+00100000001000000101100110001101
+01110000010001111010000000000010
+01101000010010010100011110100101
+00100000001000000101100110001101
+11011010001000000000000000000001
+01101000010010010100011110100111
+00100000010000000100010100010011
+01101111111000001100011110101001
+11100111111000001000000000000101
+00100000011000000000000000000000
+01011000000000000000000000000000
+01100111111000111100010101111000
+01110000010001111010000000000111
+01101111111000111100010101111000
+01100111111000111000010011000100
+01101000010010010100001010001101
+00100000001000000101100110001101
+01110000010001111000000100000000
+01101111111000011100011110000110
+01100111111000011100001100100100
+00100000010000000101100110110010
+01011000000000000000000000000101
+11100111111000001000000000000110
+11011000110000000100011110001100
+00100000010000000101100110111001
+00100000001000000110111111000000
+11011010001000000100001100100000
+11101111111000001000000000010001
+00100000011110100000000000000000
+10011000110000001010001000000000
+11101111111000001000000000000110
+11000001000000001000000000000000
+00100000001000000101100110110011
+11011000101000000100001100101011
+11011111001000000000000000010011
+00100000010000000111010000011001
+00100000001000000100000100001011
+01101111111001000100100010101010
+00100000011110100000000000000000
+01101111111000001100100010101001
+00011111111000100010001000000000
+00011111111001100111110000001011
+00100100001000010101100111001111
+11011000110000000100100010101010
+11011000101000000100011110010101
+00011010001000100111001000000000
+00100000010000000111010000011001
+11011000110000000100100010101010
+11011000101000000100001101000010
+00011010001000100111001000000000
+00100000010000000111010000011001
+11011000110000000100100010101010
+11011000101000000100001000101110
+00011010001000100111001000000000
+00100000001000000111010000011001
+00100000010000000101100111100101
+01101111111000001100100010101001
+00011111111000001111111000000001
+01100111111000001100011110001100
+01110000010001111000110100001001
+11011000110000000100100010101010
+11011000101000000100011110001110
+00011010001000100111001000000000
+00100000010000000111010000011001
+01101111111000001100100010101001
+00011111111000001111111000000001
+01100111111000001100001101000000
+01110000010000110100000100001001
+11011000110000000100100010101010
+11011000101000000100001101000010
+00011010001000100111001000000000
+00100000010000000111010000011001
+11011000110000000100100010101001
+11011000101000000100001000101101
+00011010001000100111001000000000
+00011111001000001111001000000001
+00100000001000000111010000011001
+11011000101000000100011110001100
+11011111001000000000000000010100
+00100000001000000111001111101100
+01101111111000010100001100001110
+00011111111000001000110000000010
+11101111111000010000000000000110
+11000000000000100101100111101101
+00100000001000000100000000110001
+11101111111000011000000000000110
+01100111111000011100001101101110
+11000000000001010101100111110010
+11000000000010010101101000000000
+00100000001000000100001100110001
+01101111111001000100100001100100
+11000011000111011100010001000101
+00100000010000000100010011101100
+01101000010010010100001101101111
+01101111111000001100001011110110
+11000010100000011101100111111011
+01101111111000010100001101101111
+11000000000110000100010100101000
+00100000001000000100010001001001
+01101111111000010100001100000111
+10011000010001100111110000000000
+00100100001000101101100111111000
+00100100001101000101100111111000
+00100000001000000100010001101110
+00011000110000100010001000000000
+01101111111000010100001100001010
+00011111111000001010010111111101
+00100000010000000100000001110010
+01101111111000001100011101111011
+11000000011111111100010011010001
+01101111111000001100011110000001
+00100000001110100100010011010001
+01101111111000001100100000101111
+11000010100000001100010011010001
+01011000000000000000000000011010
+01101000010010010100001101101111
+10011000010001100111110000000000
+00100100001000101100010011010001
+00100000001000000100010001101110
+00100000010000000101101000010100
+01101111111000010100001110101000
+11000010100000111101101000011010
+11000010100000000100110111101000
+00100000001000000101101100001000
+01011000000000000000000000000000
+01100111111001000100010110000001
+11100111111000100000000000000101
+01110000010001100111010100000000
+01110000010000100101110000000000
+00100000011000000000000000000000
+00100000010000000101100101101000
+01101111111000010100001110101000
+11000010100000000100110111101000
+00100000001000000101001100100100
+01000100101001110100000000001001
+00100000010000000101001111000110
+00100000010000000101111101000111
+00100000010000000100100100000111
+00100000010000000100101110100101
+00100000010000000101110101101011
+00100000010000000101111010011010
+00100000010000000101111011001011
+00100000010000000101101011000001
+00100000010000000101101011110011
+00100000010000000101011000011100
+00100000010000000101101000110110
+00100000010000000101101001000110
+00100000010000000101101001101001
+00100000010000000101101001101110
+00100000010000000101101001111100
+00100000010000000101101010001100
+00100000010000000101101001111111
+00100000010000000101101010001001
+00100000010000000101101010011001
+00100000010000000101101010011100
+00100000010000000101010101010000
+00100000010000000101101010101100
+00100000001000000101101010100011
+01101111111001000100100001100100
+11000010100110111101101000111001
+00100000011000000000000000000000
+01101111111000001100100001010111
+11000001100000001000000000000000
+11011010011000000100100001010100
+11011010010000000101101000111110
+00100000001000000100110111001100
+01101111111000001100010111100101
+11000001000000000000000000000000
+01101111111001000100100001100100
+11000011100000110000000000000000
+11011000111000000000000000000110
+00100000010000000101110010001011
+00100000010000000100110110111100
+00100000001000000101101100000011
+01101111111000001100010111100101
+11000000000000000101101001001100
+01101111111001000100100001100100
+11000100000110101000000000000000
+01101000010010001100100010000010
+00100000001000000101101001001111
+01101111111001000100100001100100
+11000100000110010000000000000000
+01101000010010001100100010000011
+01100000010010001100100001010110
+00100000010000000101011010111001
+00011111111000010111111000000111
+01101000010010001100100001010110
+10011000010001100111110000000000
+00100000001000101101101001011011
+01101111111000001100010000110110
+01100111111000001100100001011001
+01101111111000001100100001011000
+11000001000000000000000000000000
+01110000010010000101100000000000
+00100000011000000000000000000000
+00100000010000000101101001100000
+01101111111000001100100001011000
+11000001000000001000000000000000
+01110000010010000101100000000001
+00100000011000000000000000000000
+11011010010000000101110111011000
+11011010011000000100100001011001
+01101111111000001100010111100101
+11000000000000000100110111001100
+11011010010000000101101000111110
+00100000010000000100110111001100
+01101111111000001100100001011001
+11000000000000001101110001111101
+00100000011000000000000000000000
+11011010011000000100011101111100
+11011010010000000101101001101100
+00100000001000000100110111010011
+00100000010000000101101100101001
+00100000001000000101001100100100
+11011010011000000100100000110001
+11011010010000000101101001110100
+00100000010000000100110111010011
+01101111111000001100100000110001
+11000000000000001100110111111111
+00100000011000000000000000000000
+01101111111000001100011101111011
+11000000011111111101100011101011
+01101111111000001100011101101010
+00100100001110100101110010101001
+01101111111001000100100001100100
+11000010100110011101101100001000
+11000010100101111101110111010000
+00100000001000000101001100100100
+11011010011000000100100000110000
+11011010010000000101100101011000
+00100000001000000100110111001100
+01101111111000001100011110000000
+00100000011110100000000000000000
+11011010011000000100011110000010
+11011010010000000101101010000100
+00100000001000000100110111001100
+01101111111000001100011110000001
+00100100011110100000000000000000
+01101111111000001100001011010001
+11000001100000000000000000000000
+00100000001000000100011010011101
+11011010011000000100100011001011
+11011010010000000101100100111101
+00100000001000000100110111001100
+01101111111001000100100001100100
+11000011100111011000000000000000
+11011010011000000100011110101100
+11011010010000000101101010010001
+00100000001000000100110111001100
+01101111111000010100011110101010
+01100111111000010100011110101100
+00100000001000000101100110011100
+01101111111000001100100000101111
+11000011100000010000000000000000
+00100000010000000101100100111101
+11011000111000000000000000000000
+00100000001000000101100101000111
+11011010011000000100011101111110
+11011010010000000101001100100100
+00100000001000000100110111001100
+11011010011000000100011101101001
+11011010010000000101101010011111
+00100000001000000100110111001100
+01101111111000001100100001000011
+01100111111000001100000011000001
+01110000010001110110100000000001
+00100000011000000000000000000000
+11011010011000000100011101101100
+11011010010000000101101010100110
+00100000001000000100110111010011
+01101111111000001100010111100101
+11000000000000000101110110000000
+00100000001000000101100011111110
+01101111111000010100100001110110
+01100111111000010100011101101100
+00100000011000000000000000000000
+11011010011000000100011001101100
+11011010010000000101101010101111
+00100000001000000100110111001100
+00100000010000000101101110001111
+01101111111000001100011101111111
+00100100001110100101110001011100
+00100000011000000000000000000000
+01101111111000001100100011000011
+01100111111000001100100011000100
+01101111111000001100100011000001
+01100111111000001100100011000010
+00100000011000000000000000000000
+01110000010010001011111000000001
+01110000010010001100000000000001
+01101111111000001100100011000101
+01100111111000001100100011000110
+00100000011000000000000000000000
+01110000010010001011111000000001
+01110000010010001100011000000000
+01110000010010001100000000000000
+00100000011000000000000000000000
+01101111111000001100100010111110
+00100000011110100000000000000000
+01101111111000001100100011000000
+11000000000000001101101011010001
+01101111111000001100100011000010
+00100100001110100101101011001001
+01110000010010001011111000000000
+00100000011000000000000000000000
+01101111111000001100100011000100
+00100000001110100101101011001110
+00011111111000001111111111111111
+01100111111000001100100011000100
+00100000001000000101101011011000
+01110000010010001100001000000000
+01110000010010001011111000000000
+00100000001000000101101011100100
+11011010011000000100100011000110
+11011010010000000101101011010100
+00100000001000000100110111001100
+01101111111000001100100011000101
+01100111111000001100100011000110
+01101111111000001100100011000111
+11000000000000001101101011100100
+01110000010010001100011100000001
+01101111111000001100010111100101
+11000000000000000101101011011110
+11000000000000001101101011100000
+11000000000000010101101011100010
+00100000011000000000000000000000
+01101000010010001100010111010000
+00100000001000000110101110010110
+01101000010010001100010111010001
+00100000001000000110101110010110
+01101000010010001100010111010010
+00100000001000000110101110010110
+01110000010010001100011100000000
+01101111111000001100010111100101
+11000000000000000101101011101010
+11000000000000001101101011101100
+11000000000000010101101011101110
+00100000011000000000000000000000
+01101000010010001100010111010000
+00100000001000000110101110101110
+01101000010010001100010111010001
+00100000001000000110101110101110
+01101000010010001100010111010010
+00100000001000000110101110101110
+00100000010000000101101011101010
+00100000010000000101101011101100
+00100000001000000101101011101110
+01101111111000001100010111010011
+11000001011111111000000000000000
+01101111111000010100011101101100
+00100000011110100000000000000000
+01101111111000010100100001110110
+01101000010010010100011101101100
+10011000010001100000010000000000
+01101111111000010100100011001000
+10011000010001100111111000000000
+00100000001000010101101100000001
+01101000010010001100010111010011
+01101111111000001100100010111101
+11000000000000001110101110101110
+00100000001000000110101110010010
+01101000010010001100010111010011
+00100000001000000110101110010110
+00101000000011111111111000100110
+00100000010000001101110110100110
+00100000010000000101100011111110
+00100000010000000101100101101000
+00100000001000000101101100001000
+01000100101001111100000000001001
+01101111111000010100010000110100
+00101111111011111111111000001011
+00100000010000001101101100101111
+00100000010000000101100011111001
+01101111111000010100010000110100
+11000010100001011101101100010111
+01101111111001000100100001100100
+11000011000001000101101100010111
+01101000010010010100011001000100
+00011000010000001000010000000001
+01100000010010010100011001000100
+01100000010010010100001010110001
+00011000000010100111111000000000
+01100111111000001100001010110000
+01101111111000011100011110000011
+01100111111000011100001010110011
+00100000010000000100111000011001
+01101111111000010100010110100110
+01100111111000010100011101111100
+01011000000000000000000000000000
+01100111111000010100011101101100
+01100111111000010100011110101100
+01100111111000001100100000110001
+01100111111000001100011101111110
+01100111111000001100100001100000
+01100111111000001100011101100110
+11011000111000000000000000000010
+00100000010000000101110010001011
+00100000010000000101110001111111
+00100000010000000101100110101001
+00100000010000000101111101111111
+00100000001000000101111000011110
+01000100101010000100000000001010
+11011000111000000000000000000110
+00100000010000000101110010001111
+01110000010001110111111000000000
+00100000010000000101101100101111
+00100000001000000101111011111011
+01011000000000000000000000000000
+01100111111000001100100000110001
+01100111111000010100011101111100
+00100000001000000110111111000110
+01000100101010001100000000001010
+01101111111001000100100001100100
+11000100000000010000000000000000
+00100000010000000101111010100010
+11011000111000000000000000000010
+00100000010000000101110010001111
+00100000010000000101101100111100
+00100000010000000101101101001011
+00100000001000000101101110001100
+01101111111000001000000000101101
+11000000000110100101101100111111
+00100000011000000000000000000000
+01100111111000001100100000110010
+01101111111000110000000101110011
+01100111111000110100100000110011
+01101111111000111100100000110010
+11011000110000000100010111100110
+11011111001000000000000000000011
+11101000010000111000000000000110
+10011000010001100111110000000000
+00100000001000101101101101011011
+00011000110000001000110000010110
+11000010000000000101101101000101
+00100000011000000000000000000000
+11011010001000000100010111100110
+01101111111000001100010111100101
+00011111111000001111111111111111
+00011111111011111111111000011101
+10011010001000001010001000000000
+01101111111000001000000000101101
+11100111111000001000000000010001
+11000000000110100101101101010100
+00100000011000000000000000000000
+01101111111000110000000101110011
+11100111111000110000000000000101
+11011000110000000100001001001100
+00100000010000000111001111010010
+01101111111000110100001010110000
+11100111111000110000000000000101
+00100000011000000000000000000000
+00011000110000001000110111111010
+00011000110000100000101000000000
+01101000010010110100100000110011
+00011000010000001000010000000011
+11100000010000110000000000000101
+00100000011000000000000000000000
+11011010001000000100010111100110
+01101111111000001100010111100101
+11000001000000000000000000000000
+00011111111000001111111111111111
+00011111111011111111111000011101
+10011010001000001010001000000000
+11101111111000001000000000010001
+01100111111000001100001110101100
+11000000000110100101101101101011
+00100000011000000000000000000000
+11101111111000110000000000000110
+01100111111000110100000100001111
+11011000101000000100001001001100
+00100000010000000111001111010010
+11101111111000110000000000000110
+01100111111000110100001010110000
+00100000011000000000000000000000
+01101111111000010100011000111101
+11011000010000001010101001010101
+10011000010001100111110000000000
+00100000001000101101101110000000
+01100000010010010100011000111101
+00100000010000000101101110000101
+01101111111000001100011101101110
+01100111111000001100010111100101
+01101111111000001100010111000000
+01100111111000001100011000111111
+01101111111000100100010100101111
+01100111111000100100010100110011
+01100111111000100100010011011010
+00100000011000000000000000000000
+00100000010000000101101101100001
+01101111111000100100011001000000
+01100111111000100100010100110011
+01100111111000100100010011011010
+00100000011000000000000000000000
+01101111111000110100001010110000
+01100111111000110100010111111101
+00011111111000001111111100000000
+01100111111000110100011000011010
+00011111111000001111111100000000
+01100111111000110100011000110111
+00100000011000000000000000000000
+01101111111000001100011001101101
+01100111111000001100011001101100
+00100000011000000000000000000000
+01000100101010010100000000001010
+01101111111001000100100001100100
+11000010100010011101101111011101
+11000010100010010101101110100001
+00100000011000000000000000000000
+00100000010000000110100110001100
+00100000010000000101101110101000
+00100000010000000101101110011011
+00100000010000000110100110110000
+00100000010000000101101110101111
+00100000010000000101101101110010
+00100000001000000101010010010000
+01011000000000000100011001100101
+11011000010000000100010111100101
+10011000010001100000010000000000
+01101111111000011100011001100101
+11011010001000000100010111100101
+00100000011000000000000000000000
+00100000010000000110100110001100
+00100000010000000101101110101000
+00100000010000000101101110111101
+00100000010000000101101110011011
+00100000010000000101101111000000
+00100000010000000101101110101111
+00100000001000000101010010010000
+01110000000001001100110010101011
+00100000010000000110110010110101
+00100000010000000110100110010010
+11011010001000000100011001101000
+01101000010010001000010011001100
+00100000010000000101101110110001
+00100000001000000110110010110101
+01110000000001001100110010111001
+00100000001000000101101110101001
+11100000010000001000000000010001
+00011111111100010000010000000000
+11100000010000001000000000000101
+00011111111011001000010000000000
+11100000010000001000000000000101
+11100111111000001000000000000101
+00011010001000100111111000000000
+01100111111100010000000010000100
+01011000000000000000000000000000
+01100111111100010000000010001000
+01110000100000000000011000000010
+00100000001000000110100101010011
+01101111111000011100011001100101
+01100111111000011100001111001011
+00100000001000000110100101100110
+00011111111000100010011000000000
+00011010001000100111111000000000
+00011111111000001111111111111100
+00011111111000100010010000000000
+11101111111000100000000000010010
+01100111111000100100011001101000
+00011010011000100111111000000000
+00100000010000000110100110011111
+01101111111000100100011001101000
+11100111111000100000000000010010
+00100000011000000000000000000000
+01101111111001000100100001100100
+11000100000010010000000000000000
+00100000010000000101101110101111
+00100000010000000110011101001001
+01101000010010001100001111010011
+00100000010000000110101110010010
+01101000010010001100001111011000
+00100000001000000101010001111011
+00100000010000000110101000100010
+01101111111001000100100001100100
+00101111111011111111111000001001
+00100100010000001110101000111100
+00100000010000000101101111011001
+00100000001000000101101101110010
+11011000010000000000000010000000
+11011010001000000100010111100101
+11011010010000000000000000000000
+00100000001000000110101001011001
+11011000010000000000000010000000
+11011010001000000100010111100101
+11011010010000000000000000000000
+00100000001000000110101001001011
+11011000010000000000000000000001
+11011010001000000100011000111111
+11011010010000000000000001011010
+00100000001000000110101001001011
+11011000010000000000000000000001
+11011010001000000100011000111111
+11011010010000000000000001011010
+00100000001000000110101001011001
+01000100101010011100000000001010
+00100000010000000101111110000001
+00100000010000000110111111110101
+00100000010000000101010101010101
+00100000010000000101010110011001
+00100000010000000101101111110010
+00100000010000000101110000111101
+00100000010000000101110001110010
+00100000001000000101010010110110
+01101111111001000100100001100100
+11000010100101001101101111110111
+11000010100110111101101111110111
+00100000011000000000000000000000
+01110000010010000100110100000011
+01101111111000001100010111000100
+11000001011111111000000000000000
+11011010001000000000000000000000
+01110000010010000100111100000110
+01101000010010001100010111000100
+00100000010000000101110000000111
+01100111111000001100100001001101
+01101111111000001100010111000011
+11000000011111111101110000000100
+00100000010000000101011100010000
+00011010001000100111111000000000
+11000010100000110101110000101000
+00100000001000000101110000011101
+01101000010010001100010111000100
+00100000010000000101010001111111
+00100000001000000101110000000001
+01101111111001000100100001100100
+11000010100101101101110000010011
+01101111111000001100100001001101
+00011111111000100010011000000000
+01101111111000001100010111000011
+11000000011111111101011101000111
+01101111111000001100100001010011
+00100100001110100101110000010000
+00100000001000000101110000010101
+01110000010010000101011100000000
+01110000010010000100110100000000
+00100000011000000000000000000000
+01101111111000001100100001001101
+00100000001000000101011100111011
+00100000010000000110101110000101
+01101000010010001100010111000011
+00100000001000001101110000010011
+01101000010010001100010111000011
+00100000010000000110101110010110
+01101000010010001100010111000100
+01101111111000001100100001001101
+00100000001000000101011100111011
+01101111111000001100100001010111
+11000001000000000000000000000000
+01110000010010000101011100000000
+01101111111001000100100001100100
+11000011100110100000000000000000
+01101111111000001100100001010100
+00011111111001100111110000010100
+00100100010000010101110001010010
+01101111111000001100010000110110
+01100111111000001100100001010100
+00100000011000000000000000000000
+01000100101010100100000000001010
+00100000010000000101110000110101
+00100000011101000000000000000000
+01101111111000001100100001010111
+11000001000000001000000000000000
+01110000010010000101011100000001
+01101111111001000100100001100100
+11000010100110100101101000111110
+01101111111000001100100000110001
+00100000011110100000000000000000
+01101111111000001100010110101010
+01100111111000001100100000110001
+00100000011000000000000000000000
+01111000010101000111110000000000
+01101111111001000100100001100100
+11000011100101101000000000000000
+01101111111000001100100001000111
+00100000011110100000000000000000
+01101111111000001100100001001000
+00100000011110100000000000000000
+00100000001000000111010011001000
+01101111111001000100100001100100
+11000010100101010101110001000001
+11000010100101011101001111000110
+00100000011000000000000000000000
+01101000010010001100010111000111
+00100000010000000101010001111111
+01101000010010001100010111000111
+00100000010000000110101110000101
+00100000001000001101110001001010
+01101111111000001100010111100101
+11000001000000001000000000000000
+01110000010001011110010100000001
+00100000001000000101100011111011
+01101111111001000100100001100100
+11000011000101011101110001001110
+01101111111000110100010110010111
+01100111111000110100010110001011
+01101111111000001100010111100101
+11000001000000000000000000000000
+01110000010001011110010100000000
+00100000001000000101110110100110
+01000100101010101100000000001010
+01101111111000001100100001101100
+11000001000000001000000000000000
+00100000010000000101110001011110
+01100000010010001100010111100101
+00100000010000000101110001110101
+00100000010000000101100011111011
+00100000010000000101110001110111
+01110000010001110111111100000001
+00100000001000000101101110001100
+00100000010000000101110001110101
+00100000001000000110101000001001
+01101000010010001100010111100101
+00011000010000001000010000000001
+01101111111001000100100001100100
+11000010100010001101110001100101
+00011000010001100111110000000010
+00100100010000010101110001101100
+00100000011000000000000000000000
+01101111111000001100100001101100
+00011111111000001111111111111111
+10011000010001100111110000000000
+00100100010000010101110001101010
+00100000011000000000000000000000
+11011000010000000000000000000000
+00100000011000000000000000000000
+11011000010000000000000000000001
+00100000011000000000000000000000
+11011000010000000000000000000001
+11011010001000000100010111100101
+11011010010000000000000000000000
+00100000001000000110101001001011
+01101111111001000100100001100100
+11000100000110100000000000000000
+00100000001000000101101111110111
+11011000111000000000000000000000
+00100000001000000101110010001011
+11011000111000000000000000000000
+00100000001000000101110010001111
+11011000111000000000000000000011
+00100000001000000101110010001011
+11011000111000000000000000000011
+00100000001000000101110010001111
+11011000111000000000000000000101
+00100000001000000101110010001011
+11011000111000000000000000000101
+00100000001000000101110010001111
+11011000111000000000000000010100
+00100000001000000101110010001011
+11011000111000000000000000011000
+00100000001000000101110010001011
+11011000111000000000000000010110
+00100000001000000101110010001011
+11011000111000000000000000001100
+00100000001000000101110010001011
+11011000111000000000000000011100
+00100000001000000101110010001011
+01101111111001000100100001100100
+11111001001000000111111000000000
+01100111111001000100100001100100
+00100000011000000000000000000000
+01101111111001000100100001100100
+11111001001111111111111000000000
+01100111111001000100100001100100
+00100000011000000000000000000000
+11011000111000000000000000010101
+00100000010000000101110010001011
+01011000000000000000000000000000
+01100111111001000100100010000100
+01100111111001000100100010001101
+01101111111000001100010110110010
+00011111111000010111111011000000
+11000000001000000101110010100000
+11000000010000000101110010100010
+11000000011000000101110010100111
+01011000000001110000000000001000
+01100111111001000100100010000101
+00100000011000000000000000000000
+01011000000001000000000000000101
+00100000001000000101110010011110
+01011000000000100010001100000011
+01100111111001000100100010000100
+01011000000000000000000000000011
+01100111111001000100100010001101
+00100000011000000000000000000000
+01011000000000001100110100000011
+00100000001000000101110010100011
+01000100101010110100000000001010
+01101111111000001100011101101010
+00011111111000001111111111111111
+01100111111000001100011101101010
+01101000010010001100010111100101
+00011000010001100111110000000001
+00100100010000101101110001011110
+01100000010010001100010111100101
+00100000010000000101110001101110
+00100000010000000101101101001011
+00100000001000000101001011110010
+01000100101010111100000000001010
+01101111111000001100010111010100
+11000001000000011000000000000000
+01101111111001000100100001100100
+11000100000111000000000000000000
+01101111111000100100010101111001
+00100000011110100000000000000000
+00100000010000000101110101011011
+01011000000000000000000000000011
+00100000010000000101110101010001
+00100000010110100101110101001101
+00100100010110100101110101001111
+01011000000000000000000000000010
+00100000010000000101110101010110
+00100000010110100101110101001101
+01101111111000001100011001110110
+11000000000000001101110011001010
+01101111111001000100100001100100
+11000100000111000000000000000000
+11011111001000000000000000000101
+11011000101000000100011001110110
+00100000001000000111001111101100
+00100000010000000101110011011110
+01101111111000010100011001110111
+01100111111000010000100100000010
+01101111111000010100010101111001
+01100111111000010000100100000100
+00100000010000000101110100010111
+01101111111000010000100100000010
+01100111111000010100011001110111
+01101111111000010000100100000100
+01100111111000010100010101111001
+01101111111000010100011001111001
+01100111111000010000100100000010
+01101111111000010100010101111011
+01100111111000010000100100000100
+00100000010000000101110100011111
+01101111111000010000100100000010
+01100111111000010100011001111001
+01101111111000010000100100000100
+01100111111000010100010101111011
+00100000011000000000000000000000
+01101111111001000100100001100100
+11000100000111001000000000000000
+01000100101011000100000000001011
+01101111111000010100011001110111
+01100111111000010000100100001001
+00100000010000000101110011110010
+01100111111000010100011001110111
+01101111111000010100010101111001
+01100111111000010000100100001001
+00100000010000000101110100000000
+01100111111000010100010101111001
+01101111111000010100011001111001
+01100111111000010000100100001001
+00100000010000000101110011110010
+01100111111000010100011001111001
+01101111111000010100010101111011
+01100111111000010000100100001001
+00100000010000000101110100000000
+01100111111000010100010101111011
+00100000011000000000000000000000
+01101111111000001000100100001010
+00100000001110100101110011110101
+00100000001000000101110011111010
+01101111111000001000100100001001
+00100000010000000101110100001101
+01100111111000001000100100001001
+01101111111000010000100100001001
+00100000011000000000000000000000
+01101111111000001000100100001001
+00100000010000000101110101001001
+00100000010000000101110100001101
+00100000010110100111010011010110
+00100000010000000101110101000101
+00100000001000000101110011111000
+01101111111000001000100100001010
+00100000001110100101110100000011
+00100000001000000101110100000111
+01101111111000001000100100001001
+00100000010000000101110100010010
+01100111111000001000100100001001
+00100000001000000101110011111000
+01101111111000001000100100001001
+00100000010000000101110101001001
+00100000010000000101110100010010
+00100000010110100111010011010110
+00100000010000000101110101000101
+00100000001000000101110011111000
+00011111111011111111111000000100
+00011111111001101111110000000101
+00100000010000000111010001110101
+00011000000001111111111000000000
+00100000011000000000000000000000
+00011111111011111111111000001100
+00011111111001101111110000001010
+00100000010000000111010001110101
+00011000000001111111111000000000
+00100000011000000000000000000000
+01101111111000010000100100000010
+01101000010010010000100100000100
+10011000010000001111111000000000
+01101000010010001100011001111011
+10011000010000001111111000000000
+00011111111000010000010000000001
+01100000010010001100011001111011
+00100000001000000101110100100111
+01101111111000010000100100000010
+01101000010010010000100100000100
+10011000010000001111111000000000
+01101000010010001100011001111100
+10011000010000001111111000000000
+00011111111000010000010000000001
+01100000010010001100011001111100
+00100000001000000101110100100111
+01100111111000011000100100000110
+00101111111011111111111000010000
+00100000001000001101110100110001
+01101111111000001000100100000111
+11000000011111111101110100111000
+01101111111000001000100100000110
+00011111111000110111111000000000
+01100111111000010000100100000010
+01100111111000010000100100000100
+00100000011000000000000000000000
+01101111111000001000100100000111
+11000000000000000101110100110101
+01101111111000011000100100000110
+00100000001000000101110100101101
+01110000000010010000100000000000
+01101111111000001000100100000110
+00100000001000000101110100101101
+01101111111000001000100100000110
+00100000010000000101110101000011
+01100111111000001000100100000010
+01100111111000001000100100000100
+00100000001110100101110101000001
+01011000000000000000000011111111
+01100111111000001000100100000011
+01100111111000001000100100000101
+00100000011000000000000000000000
+01011000000000000000000000000000
+00100000001000000101110100111110
+00100000010000000101110101001001
+00011111111000110111111000000000
+00100000010000000101110101001010
+00011111111001100111111000000000
+01100111111000001000100100001001
+00100000011000000000000000000000
+00011111111001100111111000000000
+01100111111000001000010011011000
+01101111111000001000010011011000
+00100000011000000000000000000000
+01110000010001100111011000000000
+00100000011000000000000000000000
+01110000010001100111011000000001
+00100000011000000000000000000000
+10011010001001100111110000000000
+00100100001000010111010011010110
+10011010010001100111110000000000
+00100100001000010111010011010110
+00100000001000000111010011011000
+10011010001001100111110000000000
+00100100011000010000000000000000
+10011010010001100111110000000000
+00100100011000010000000000000000
+00100000001000000111010011011000
+01101111111000010100010101111001
+00100000010000000101110101100010
+00011111111000100010001000000000
+01101111111000010100010101111011
+00100000010000000101110101100010
+00011111111000100010010000000000
+00100000011000000000000000000000
+01100111111000010000100100000100
+01101111111000001000100100000101
+11000000011111111101110101101000
+01101111111000001000100100000100
+00011111111000010111111011111111
+00100000011000000000000000000000
+01101111111000010000100100000100
+00011111111001100111111000000000
+00100000001000000101110101100110
+11011010011000000100010101101010
+11011010010000000101110101101110
+00100000001000000100110111001100
+01101111111000100100010101011110
+01100111111000100100010011111010
+01110000010001110110100000000001
+00100000011000000000000000000000
+01101111111000001100100010011010
+11000000000000000101110101111010
+11000000000000001101110101111100
+11000000000000010101110101110111
+11000000000000011101110101111110
+01011000000011101010011000000000
+01100111111000100100010101011110
+00100000011000000000000000000000
+01011000000001011110011101000000
+00100000001000000101110101111000
+01011000000010010010011111000000
+00100000001000000101110101111000
+01011000000100100100111110000000
+00100000001000000101110101111000
+01000100101011001100000000001011
+01110000010001010100101100000000
+00100000010000000100110010100110
+01011111111111111111111111111111
+01100111111000100100010011111010
+01011000000000000000000000000000
+01100111111000111100010101111000
+01110000010010001001100100000001
+00100000010000000101100000111110
+00100000010000000101001100111000
+00100000001000000101111110100010
+01101111111000001100100010011001
+00100100010110100101110110001111
+01110000010010001001100100000000
+00100000011000000000000000000000
+00100000010000000101011110100011
+01101111111001000100100001100100
+11000100000111100000000000000000
+01101111111000001100010110111001
+11011000010000000000000001000000
+00100000010000000110101110111101
+01101111111000001100010110111010
+11011000010000000000000001000000
+00100000001000000110101110111101
+00100000010000000101110110011100
+01101111111000001100100010011001
+00100100001110100101111110101101
+00100000001000000100110001101111
+01101111111000100100010100110011
+01101000010010100100010100101111
+10011000010001100111110000000000
+00100000001000101101110110100001
+00100000001000000101110110100100
+01110000010000010001100000000000
+01110000010000010001011010101010
+00100000011000000000000000000000
+01110000010000010001100011111111
+00100000011000000000000000000000
+01111001001111111000000000100110
+01110000010001010100011100000000
+11011000111000000000000000000001
+00100000001000000101110010001111
+01101111111001000100100001100100
+11000011000010001101110110110111
+00100000010000000101001011111111
+00100000001101000101110111111100
+01101111111001000100100001100100
+11000010100110000101110110111100
+11000011000110001101110110111100
+00100000010000000101011010110100
+00011010001000010111111000000111
+01101000010010001100100010000011
+10011000010001100111110000000000
+00100000001000101101110111011000
+00100000001000000101110110111100
+01101111111000001100011101101010
+00100100001110100101110010101001
+00100000011000000000000000000000
+00100000010000000101001011111111
+00100000001101000101110111001000
+01101111111000001100100010111101
+00100100010110100101101010111000
+01110000010001011110010100000000
+01101111111000010100100001110010
+01100111111000010100010100101001
+01110000010001010010110100000010
+00100000001000000100101110101000
+00100000010000000101111000011110
+01101111111000010100010100100001
+01100111111000010100010100101001
+01110000010001010010110100000100
+00100000001000000100101110101000
+01101111111000001100010111100101
+11000000000000000101110111111100
+00100000010000000101100011111001
+00100000010000000101110110100110
+00100000010000000101111011110111
+01110000010001011110010100000001
+00100000010000000101101101100001
+00100000001000000101001011110010
+00100000010000000101001011111111
+00100000001101000101001100100100
+00100000001000000101101100001000
+00100000010000000101001011111111
+00100000011101000000000000000000
+01101111111001000100100001100100
+11000010100101111101101110001100
+00100000011000000000000000000000
+01110000010001010010110100000000
+11011000111000000000000000000001
+00100000010000000101110010001011
+01011000000000000000000000000000
+01100111111000010100010100101001
+00100000010000000101101100101001
+00100000010000000101111101111111
+00100000010000000101111000011110
+01110000010001001101010000000001
+01101111111001000100100001100100
+11000011000010101100100100001010
+01110000010001001101010000000010
+00100000001000000100100100001010
+01101111111000001100010101001011
+00100100001110100101110110000000
+01101111111000001100010100101101
+11000000000000010101110111110100
+11000000000000100101111000000010
+11000000000000011101111000000111
+01101111111001000100100001100100
+11000010100111100101110110000000
+00100000010000000101111011111011
+00100000010000000101110110100110
+01101111111000001100011101101010
+00100100001110100101110010101001
+01101111111000001100010111100101
+11000000000000000101001100100100
+00100000011000000000000000000000
+01101111111001000100100001100100
+11000010100101111101110111000011
+11000010100110000101110111000011
+11000011000111010101110111111100
+01101111111000100100011001000000
+01101000010010100100011000100001
+10011000010001100111110000000000
+00100000001000101101110111011000
+01101111111000001100100010111101
+00100100010110100101101010111000
+01101111111000010100010100100111
+01100111111000010100010100101001
+01110000010001010010110100000011
+00100000001000000100101110101000
+01101111111001000100100001100100
+11000011000101111101110111101011
+01101111111000001100100001101100
+11000000000000001101110111101011
+00100000001000000101110111001011
+01101111111001000100100001100100
+11000011000101111101110111101011
+11000010100010011101110111101011
+11000010100010010101110111101011
+00100000001000000101110111000100
+01101111111000100100010011011010
+01100111111000100100010100110011
+01100111111000100100011001000000
+00100000010000000100101111001110
+00100000010000000101111000011011
+00100000010000000101101010101001
+00100000010000000101100011000100
+01110000010001110110100000000000
+01110000010001010100011100000000
+01110000010001010010110100000000
+01101111111000100100010100110011
+01101111111000100100010100101111
+10011000010001100111110000000000
+00100000011000101000000000000000
+00100000001000000101110111010011
+01101111111000001100100010111101
+00100000001110100101111010100010
+00100000001000000101101010111101
+01101111111000001100100010111101
+00100000001110100101111010101000
+00100000001000000101101010111000
+00100000010000000101101010101001
+11011000111000000000000000000001
+00100000010000000101110010001111
+00100000010000000101111000011011
+01011000000000000000000000000000
+01100111111000010100010100100011
+01100111111000010100010100101001
+01100111111000001100010101000111
+01100111111000001100011001110101
+01100111111000001100010100101101
+00100000010000000101100011000100
+00100000010000000101100011010101
+01101111111000100100010011011010
+01100111111000100100010100110011
+01100111111000100100011001000000
+00100000001000000101101110001100
+01000100101011010100000000001011
+11000110100100110000000000000000
+00100000010000000101010010011011
+00100100011101000000000000000000
+01101111111001000100100001100100
+11000011000010101101111000111001
+01101111111000001100100001000100
+00100100001110100101111001001110
+00100000010000000101100011000101
+01101111111000001100010011010100
+11000010100000001101111001001000
+01101000010010001100010001100101
+01101111111000001100010101111000
+10011000010000011111111000000000
+01100111111000001100010101111000
+01101000010010001100010001101010
+01101111111000001100010101111101
+10011000010000001111111000000000
+01100111111000001100010101111101
+01101000010010001100010001101011
+01101111111000001100010101111110
+10011000010000001111111000000000
+01100111111000001100010101111110
+01110000010001001101010000000001
+11011010001000000000000000000111
+11011010010000000100010101111000
+01101111111000010100010101111101
+00100000011110100000000000000000
+00100000001000000100110100111100
+01110000010001001101010000000010
+11011010001000000000000000001001
+01101111111000001100100001000101
+00100100001110100101111001010100
+11011010010000000100100010001101
+00100000011000000000000000000000
+11011010010000000100100010000100
+00100000011000000000000000000000
+01011000000000000000000000000000
+01100111111000011100100001011101
+00100000011000000000000000000000
+01101111111001000100100001100100
+11000100000010110000000000000000
+01101111111000001100011101101000
+00100000011110100000000000000000
+01101111111000001100010101001101
+00100000011110100000000000000000
+01101111111000001100100001011010
+00011111111000001111111000000001
+00011111111000010111111000000011
+01100111111000001100100001011010
+00100100011110100000000000000000
+01110000010010000101101100000000
+01000100101011011100000000001011
+01101111111000001100100001011011
+00011111111000001111111000000001
+01100111111000001100100001011011
+00011111111001100111110000001000
+00100100001000010101111001110001
+00100000010000000100101111110011
+00100000010000000100110010110000
+00100100001011000101111001110111
+00100100001101111101111001110111
+00100000010000000101111010001010
+00100000010000000101111010000001
+00100000010000000100101111101111
+01101111111000001100100001011100
+00011111111000001111111000000001
+01100111111000001100100001011100
+11000000000010000101111001111001
+00100000011000000000000000000000
+00100000010000000100100010011011
+00100000001000000101111001100101
+01110000010010000101110000000000
+01101111111000001100100001011101
+11000011100000000000000000000000
+01111001001000000111111000000000
+01100111111000001100100001011101
+01101111111000010100100001110100
+01100111111000010100011101101100
+00100000001000000101100000111110
+01101111111000001100010101001101
+00100000001110100101111001010110
+01110000010010000101110000000000
+01101111111000001100100001011101
+11000100000000000000000000000000
+01111001001111111111111000000000
+01100111111000001100100001011101
+00100000010000000101101010101001
+00100000001000000101011110100011
+00100000010000000100110011001111
+01101111111000001100010001000011
+00101111111000011111000000001000
+00100100011000001000000000000000
+01101111111000001100010001000100
+11000000011111111101110110000000
+00100000011000000000000000000000
+01101111111000001100010111100101
+11000000100000000011101101010001
+01101111111000001100010100010101
+00100000011110100000000000000000
+01110000100000000100001000000010
+01101111111100001000000100110000
+00011111111000010111111011111100
+01100111111100001000000001001100
+00100000001000000011110000000101
+01101111111001000100100001100100
+11000100000100000000000000000000
+01101111111000001100100001100000
+00100000011110100000000000000000
+00011111111000001111111111111111
+01100111111000001100100001100000
+00100000001110100101111011111011
+00100000001000000101111100001001
+01101111111001000100100001100100
+11000100000100000000000000000000
+00100000010000000101111101111111
+01101111111000001100100001111000
+01100111111000001100100001100000
+00100000011000000000000000000000
+01110000010010000110000000000000
+01101111111000010100100001111100
+01100111111000010100010111011101
+01100111111000010100010111011111
+01101111111000001100010111100101
+11000000000000000101111010110001
+11000000000000001101111010110011
+11000000000000010101111010110101
+00100000011000000000000000000000
+01101111111000001100010111001010
+00100000001000000101111010110110
+01101111111000001100010111001011
+00100000001000000101111010110110
+01101111111000001100010111001100
+01100111111000001000010011001100
+00100000010000000101111011111011
+01101111111000001000010011001100
+01100111111000001100010111011100
+11011010001000000000000000000000
+01110000010001011101101000000001
+00100000001000000110111100010000
+01101111111000001100010111001101
+11000001011111111000000000000000
+01101111111000010100011101111100
+00100100011110100000000000000000
+01101111111000010100010100100011
+00100100011110100000000000000000
+01101111111000010100010100101001
+00100100011110100000000000000000
+01101111111000001100100001100000
+00100100011110100000000000000000
+01101111111000001100100001111001
+00100000001110100101111011001110
+01100111111000001100100001100001
+00100000011000000000000000000000
+11011010011000000100100001100001
+11011010010000000101111011001110
+00100000001000000100110111001100
+01101111111000001100010111001101
+01100111111000001100010111011100
+01101111111000010100100001111010
+01100111111000010100010111011101
+01100111111000010100010111011111
+01101111111000001100010111010100
+11000000000000011101111011100010
+11000000000001011101111011100010
+11011010001000000000000000000000
+01101000010010001100011000111111
+00011000010000001000010000000010
+00011000010001100111110000000011
+00100000010000010101111011011110
+00100000001000010101111011101011
+00011000010000001000010111111101
+00100000001000000101111011101011
+01101111111001000100100001100100
+11000100000011100000000000000000
+00011000010000001000010000000001
+00100000011000000000000000000000
+11011010001000000000000000000000
+01101000010010001100011000111111
+00011000010000001000010000000001
+01101111111001000100100001100100
+11000011000011100101111011101011
+00011000010000001000010000000001
+00011000010001100111110000000100
+00100000001000010101111011101011
+11011000010000000000000000000001
+01100000010010001100010111011011
+01110000010001011101101000000001
+00100000011000000000000000000000
+01111000010101000111110000000000
+01101111111000001100010111001101
+01101000010010001100010111011100
+10011000010001100111110000000000
+00100100011000101000000000000000
+01101111111000001100010111011011
+00100000011110100000000000000000
+01110000010001011010000100000000
+00100000001000000111010011001000
+00100000010000000101111100000111
+00100000010000000101111100000000
+00100000010000000101111100000011
+00100000001000000101111100000101
+01101111111000001100010111100101
+11000000000000000101111100000000
+11000000000000001101111100000011
+11000000000000010101111100000101
+00100000011000000000000000000000
+01110000010010000110001100000000
+01101000010010001100010111001010
+00100000001000000101111100010100
+01101000010010001100010111001011
+00100000001000000101111100010100
+01101000010010001100010111001100
+00100000001000000101111100010100
+01101000010010001100010111001101
+00100000001000000101111100010100
+01101111111000001100010111100101
+11000000000000000101111100001110
+11000000000000001101111100010000
+11000000000000010101111100010010
+00100000011000000000000000000000
+01101000010010001100010111001010
+00100000001000000101111100011011
+01101000010010001100010111001011
+00100000001000000101111100011011
+01101000010010001100010111001100
+00100000001000000101111100011011
+01000100101011100100000000001011
+00011000010000100111111000000000
+11000001011111111000000000000000
+00011111111000100000010000000000
+01100000010010001100010111011100
+11011010001000000000000000000000
+00100000001000000110111100001011
+01000100101011101100000000001011
+00011000010000100111111000000000
+11000001011111111000000000000000
+00011111111000100000010000000000
+01100000010010001100010111011100
+11011010001000000000000000000000
+00100000001000000110111100000110
+01000100101011110100000000001011
+01101111111000001100010111001010
+10011000010001100111110000000000
+00100000010000101101111101000011
+01101111111001000100100001100100
+11000011000100100110101110010010
+00100000010000000101111100110100
+00100000010000000101111100111000
+00100000010000000101111100111100
+01101111111000001100100001100010
+00100000001110100110101110010010
+01110000010010000110001000000000
+00100000001000000110101110101110
+01000100101011111100000000001011
+01101111111000001100010111001010
+10011000010001100111110000000000
+00100000010000101101111101000101
+00100000001000000110101110010110
+01101111111001000100100001100100
+11000100000100110000000000000000
+01101111111000001100010111001100
+00100000001000000101111100111111
+01101111111001000100100001100100
+11000100000100101000000000000000
+01101111111000001100010111001101
+00100000001000000101111100111111
+01101111111001000100100001100100
+11000100000100111000000000000000
+01101111111000001100010111001001
+10011000010001100111110000000000
+00100100011000101000000000000000
+01110000010010000110001000000001
+00100000011000000000000000000000
+01110000010010000110001100000000
+00100000011000000000000000000000
+01110000010010000110001100000001
+00100000011000000000000000000000
+01101111111000010100011101111100
+00100100011110100000000000000000
+01101111111000010100010100100011
+00100100011110100000000000000000
+01101111111000010100010100101001
+00100100011110100000000000000000
+01101111111000001100100001100000
+00100100011110100000000000000000
+00100000010000000101111011101110
+00100000011101000000000000000000
+01101111111001000100100001100100
+11000100000100001000000000000000
+11000100000000100000000000000000
+11000010100100011101111101101101
+01101111111000001100010110100000
+00011111111000001111111000000001
+01100111111000001100010110100000
+00011111111001100111110000010100
+00100100010000010101111101011111
+11000000000000010101111101100001
+11000000000000100101111101100111
+11000000000000110101111101100001
+11000000000001000101111101100111
+00100000011000000000000000000000
+01110000010001011010000000000001
+00100000001000000101111101100111
+01101111111001000100100001100100
+11000010100100010101111100001001
+01101111111000001100010111001001
+11000001011111111000000000000000
+01101000010010001100010111001001
+00100000001000000101111100011011
+01101111111001000100100001100100
+11000010100100010101111011111011
+01101111111000001100010111001001
+11000001011111111000000000000000
+01101000010010001100010111001001
+00100000001000000101111100010100
+01101111111000010100100001110110
+01101000010010010100011101101100
+10011000010001100000010000000000
+01101111111000010100100010000000
+10011000010001100111110000000000
+00100100001000010101111101111111
+01101111111000001100010110100001
+00100100011110100000000000000000
+01110000010001011010000100000001
+00100000001000000101111101110111
+01101111111000010100100001111110
+01100111111000010100010111011101
+01100111111000010100010111011111
+01101111111001000100100001100100
+11000010100100010101111010101100
+01101111111000001100010111001001
+11000001011111111000000000000000
+00100000001000000101111010110110
+01110000010001011010000100000000
+00100000001000000101111101100111
+01101111111001000100100001100100
+11000100000100001000000000000000
+11000100000000100000000000000000
+11000010100100011101111110010011
+01101111111000001100010110100000
+00011111111001100111110000001010
+00100000001000010101111110001111
+01101111111000001100010111100101
+11000000000000000101111110001100
+01110000010000001001010000000001
+00100000011000000000000000000000
+01101111111001000100100001100100
+11000011100011000000000000000000
+00100000001000000100110100101011
+01101111111000001100010111100101
+11000000000000000100110100111100
+01110000010000001001010000000000
+00100000011000000000000000000000
+01101111111000001100010110100001
+00100100001110100101111110001111
+00100000001000000101111110001000
+01101111111000001000000000001001
+00100000001000000100110000111010
+00100000010000000101111110010110
+00100000001000000100110101001001
+01101111111000001100100000101111
+00101111111000000000011000000011
+00100100001000001111010011010110
+00100000010000000100111000010111
+00100000001000000111010011011000
+01101111111000010100010000110100
+11000010100001001101111110011010
+00100000011000000000000000000000
+00100000010000000100110100010101
+00100100011101000000000000000000
+01101111111000001100100001100011
+00100100011110100000000000000000
+00100000010000000100110100011111
+01110000010010001111101100000000
+00100000010000000110000000100100
+01101111111000001100100010011001
+00100100010110100101001100111000
+01101111111000100100010011111010
+00100000001000000100110010000001
+01101111111000001100100100000100
+00100000001110100100110001110101
+00100000010000000100110100010101
+00100100011101000000000000000000
+01101111111000001100100001100011
+00100100011110100000000000000000
+01101111111000001100100011111011
+01110000010010001111101100000000
+00011111111001100111110000000000
+00100100001000101101111111010110
+01101000010010010100010101101101
+00011000010001100111110000000000
+00100000001000101101111111001100
+01101111111000100100100011110000
+00100000001110100101111111001100
+01101000010010100100100011011010
+10011000010001100000010000000000
+01100000010010100100100100000000
+00100100001000010101111111001111
+01101111111000011100010101010011
+10011000010001100111111000000000
+00100100001000010101111111011010
+11011000010000000000011000000000
+10011000010001100111110000000000
+00100100001000010101111111011010
+01100111111000100100100011111100
+00100000010000000101111111010011
+01101111111000100100100011111100
+00100000010000000111010001100100
+01100000010010100100000010101010
+00100000001000000011101101000111
+00100000010000000101111111010011
+01101111111000011100010101010011
+00100000001000000101111111000110
+00011000010001100000010000000000
+01101111111000011100010101010011
+10011000010000001111111000000000
+00100000001000000101111111000110
+01011000000000000000000000000000
+01100111111000100100100100000000
+00100000011000000000000000000000
+01101111111000100100100011110000
+01101000010010100100100100000000
+10011000010000001111111000000000
+00100000001000000101111110111100
+01110000010010001111101100000001
+00100000011000000000000000000000
+00100000010000000101111111011110
+00100000001000000101110110001011
+01101111111000001100100100000100
+00100000011110100000000000000000
+01101111111000001100010101100011
+11000000000000001110000000100000
+01101111111000001100100011101001
+00100000001110100110000000100000
+00011011001000100111111000000000
+01101000010010110100100011101010
+01100111111000110100100011101010
+00100000010000000111010001001111
+01100111111000100100100011110000
+01101111111000001100100011111011
+00100100011110100000000000000000
+01101111111000010100010101101101
+00100100011110100000000000000000
+01101111111000100100100011110000
+01101000010010101100100011110100
+10011000010000001111111000000000
+01100111111000101100100011110100
+01101000010010001100100011101001
+01101111111000001100100011111001
+10011000010001100111110000000000
+00100000001000101101111111111000
+00011000010000001000010000000001
+01100000010010001100100011101001
+00100000011000000000000000000000
+01110000010010001110100100000001
+11011000010000000000000000000000
+01101111111000101100100011110100
+01100000010010101100100011110100
+01101000010010001100100011111001
+10011000010001101111110000000000
+00100000010000000111010001110101
+00011000000001111010001000000000
+01101111111000100100100011011010
+01101000010010001100100011111010
+10011000010001100000010000000000
+00011000010000001000010111011000
+00011010001000100111111000000000
+10011000010001100111111000000000
+00100000001000010110000000010011
+00011111111001100111111000000000
+00011111111010110111111000000000
+01101000010010011100010101010011
+10011000010000001000010000000000
+01000100101100000100000000001100
+01101111111000011100100011100110
+11011010001000000001100000000000
+10011010001000001111111000000000
+10011000010001100111110000000000
+00100100001000010110000000011110
+01100000010010011100010101010011
+00100000011000000000000000000000
+00011111111010110000010000000000
+01101111111000011100010101010011
+10011000010001100000010000000000
+01000100101100001100000000001100
+01101111111000011100100011100110
+11011010001000000001100000000000
+10011010001001100111111000000000
+10011000010001100111110000000000
+00100000001000010110000000011110
+01100000010010011100010101010011
+00100000011000000000000000000000
+01100111111000011100010101010011
+00100000011000000000000000000000
+01110000010010001110100100000001
+00011011001000100111111000000000
+01100111111000110100100011101010
+00100000011000000000000000000000
+01011000000000000000000000000000
+01100111111000001100100011101001
+01100111111000101100100011110100
+00100000011000000000000000000000
+00100000010000000110111010110011
+00100000011101011000000000000000
+01011000000000000110000010100001
+01100111111000010100001110010100
+01011000000000000110000001010011
+01100111111000010100001110010110
+01011000000000000110000100000100
+01100111111000010100001110011000
+01011000000000000110000010001000
+01100111111000010100001110011100
+01011000000000000110000011011111
+01100111111000010100010001111110
+00100000010000000110000000111100
+01000100101100010100000000001100
+00100000010000000110000100010000
+01101111111000001100010001110100
+11000000000000000110000001001010
+01101111111000001100010001110101
+01100111111000001100010000110111
+00100000001000000110000100011111
+01011000000000000110000010100101
+01100111111000010100001110001110
+01011000000000000110000010100011
+01100111111000010100001110010000
+01011000000000000110000010111010
+01100111111000010100010001111001
+01011000000000000110000100011000
+01100111111000010100010001111011
+01110000010000010010000000000111
+00100000010000000100000100001011
+00100000010000000110000100000111
+00100000010000000110110001010001
+00100000010000000110111111111000
+00100000001000000110111011111000
+01110000010001000011011111111111
+01110000010001000111011000000001
+00100000001000000110000010111010
+01101111111000001100010001110110
+11000000000000010100110111110100
+00100000010000000110011011011110
+01101111111000001100001111110011
+00100100001110100100110111110100
+00100000001000000100110111110110
+00011010011000100111111000000000
+11000000000010100110000001011100
+11000000000010101110000001100000
+11000000000111111110000001100011
+11000000001000000110000001101001
+11000000000010000110000100110100
+11000000000101100110000001101111
+11000000000101101110000001111010
+00100000011000000000000000000000
+00100000010000000110000010100111
+01011000000000000000000000000000
+01100111111000010100010001001110
+00100000001000000100111000010001
+00100000010000000110111111111000
+01110000010001000100011100000000
+00100000001000000110000010111010
+00100000010000000110111111111000
+01110000010001000100011100000001
+01101111111001000100010001011000
+01100111111001000100001010101000
+00100000010000000100111000010111
+00100000001000000100010111000000
+01101111111000010100001100010001
+11000001000000000000000000000000
+01101111111001000100010001100000
+00100000011110100000000000000000
+01100111111001000100001010101000
+00100000001000000100010111000000
+01101111111000001100010001110100
+11000001000000000000000000000000
+01101111111000001100010001110110
+11000001100000001000000000000000
+00100000010000000110000001110101
+00100000001000000100111000001111
+01110000010001100111011000000001
+11011111001000000000000000001011
+11011000101000000100011001110111
+11011000110000000100011001100000
+00100000001000000111010000011001
+01101111111000001100010001110100
+11000001000000000000000000000000
+01101111111000001100010001110110
+11000000000000001110000001111111
+00100000001000000110000100110000
+01101111111000001100011001110110
+11000001100000001000000000000000
+01110000010001100111011000000000
+01101111111000010100010000110100
+11000010100001001100111000010001
+11011111001000000000000000001011
+11011000110000000100011001110111
+11011000101000000100011001100000
+00100000001000000111010000011001
+00100000010000000110000010001011
+00100000010000000110000010010010
+00100000001000000110000010011100
+11011010011000000100010001110010
+11011010010000000110000010001110
+00100000001000000100110111010011
+01110000010001000111011000000010
+00100000010000000100111000010001
+00100000010000000110000011001000
+00100000001000000110000100011100
+11011010011000000100011010000011
+11011010010000000110000010010101
+00100000001000000100110111001100
+01101111111000010100010000110100
+11000010100001001110000100011100
+01101111111000001100011001100000
+11000000000000001110000100011100
+11000000000000100110000100011100
+11000000000000101110000100011100
+00100000001000000100111000010011
+01101111111000001100010001110110
+11000001100000001000000000000000
+11011010011000000100010001001110
+11011010010000000110000010101011
+00100000001000000100110111010011
+00100000010000000110000011110000
+00100000001000000110110010000001
+00100000010000000110101111001001
+00100000001000000110110001110101
+00100000010000000110101111001001
+00100000001000000110111010110111
+01101111111000010100010001101110
+01100111111000010100010001110000
+01100111111000010100010001110010
+00100000001000000100111000000001
+01101111111000001100010001110110
+11000001100000001000000000000000
+01101111111000010100010000110100
+11000011100001001000000000000000
+01101111111000010100010001101100
+01100111111000010100010001110000
+01100111111000010100010001110010
+01101111111000010100010001001010
+00100000010000000110000101000101
+00100000010000000100111000001101
+01101111111000100100010001010100
+01100111111000100100011001100011
+01101111111000010100010000110100
+11000011100001011000000000000000
+00100000001000000100111000000011
+01101111111000001100010001110110
+11000001100000001000000000000000
+01101111111000010100010001001110
+01101000010010010100010001001100
+01100000010010010100010001001110
+00100100011110100000000000000000
+01101111111000010100010001001000
+00100000010000000110000101000101
+00100000010000000100111000001101
+01101111111000100100010001010000
+01100111111000100100011001100011
+01101111111000010100010000110100
+11000011100001011000000000000000
+00100000001000000100111000000011
+01101111111000010100010000110100
+11000010100001001100111000001011
+00100000001000000110000010100111
+00100000010000000111010011001010
+01101111111000010100010000110100
+11000010100001001110000011001111
+00100000011000000000000000000000
+01101111111000001100010001000111
+00100000011110100000000000000000
+00100000001000000111010011001000
+00100000010000000111010011001010
+01101111111000010100010000110100
+11000011100001001000000000000000
+00100000001000000111010011001000
+00100000001000000110000010111010
+01111000010101100111110000000000
+01101111111000010100010001110000
+01100111111000010100010001110010
+00100000010000000110000011010010
+00100000001101000110000011010110
+00100000010000000110000011001011
+00100100011101000000000000000000
+00100000001000000111010011001100
+00100000010000000110000011010111
+00100100011101100000000000000000
+00011010001000100111111000000000
+00100000001110100110000011100110
+00100000010000000100111000001111
+11011010011000000100010010001000
+00100000001000000110000011101000
+00100000010000000100111000010001
+11011010011000000100010010110000
+11011111111000000000000000000101
+10011000111011111111111000000000
+10011010011000001010011000000000
+11101111111000001000000000010011
+00100000011110100000000000000000
+00100000010000000110000011111100
+00011010011000001010011000000001
+00100000001000000110000011101011
+01101111111000010100010000110100
+11000010100001001110000011110011
+00100000011000000000000000000000
+00100000010000000100000111001100
+00100100011110100000000000000000
+00100000010000000110000011111111
+00100100011101000000000000000000
+00011111111000001111111111111111
+00011111111011111111111000000101
+11011000010000000100010011011000
+10011000010000001000110000000000
+00100000001000000110000101001001
+01100111111000001000010011000100
+11011010001000000000010011000100
+00100000001000000110111111111101
+11011010001000000000010011000100
+00100000010000000111000000010101
+00100100011101000000000000000000
+01101111111000001000010011000100
+00100000011000000000000000000000
+01101111111000010100001101101111
+11000000000011000110000001100011
+00100000011000000000000000000000
+01110000010001101000001000000010
+01011000001000000000000000001000
+01100111111000100100010001011000
+01011001001011000000000000000101
+11100111111000100000000000000101
+01110000010000101011011000010111
+01011000000000000000000000011011
+01100111111000010100001100000111
+00100000001000000100000111100101
+11011111001000000000000000101000
+11011000101000000100010011011000
+11011000110000000100100000000111
+00100000001000000111010000001100
+11011111001000000000001010000000
+11011000101000000100101100010000
+11011000110000001001010100110101
+00100000001000000111010000001100
+11011010001000000000000000000000
+11011010011000000100011001101011
+00100000010000000110111100010110
+00100000010000000110000011001000
+01101111111000001100011010000010
+01100111111000001100011010000011
+00100000011000000000000000000000
+01011000000000000000000000000000
+00100000010000000110000100101011
+01110000010001000010111100000001
+00100000010000000110111011000010
+00100000010000000110111011001100
+01101111111000001100011010001001
+00100000001110100110000100101000
+01101111111000001000010011110001
+11000011000000010110000100110111
+01101111111000010100010000110100
+11000011100001100000000000000000
+00100000001000000100111000010011
+01101000010010010100001111100010
+11100111111000001000000000000010
+11101111111000001000000000000101
+01100111111000001100010000110110
+00100000011000000000000000000000
+01101111111000010100001111100010
+11101111111000001000000000111111
+11000001100000000000000000000000
+00100000001000000100111000010011
+01101000010010010100001111100010
+11101111111000001000000000000010
+11000000000000001110000100111111
+01011000000000000000000000000001
+01101000010010010100001111100010
+11100111111000001000000000000010
+00011000010000001000110000000010
+11101111111000001000000000000110
+11100111111000001000000000110110
+11101111111000010000000000000110
+00100000001000000111010010000111
+01011000000000000000000000000010
+00100000010000000110000100101011
+00011000010000001000110000000101
+11101111111000010000000000000110
+00100000001110100100111000010011
+00100000001000000111010010000111
+01100111111000010100000010100101
+00011111111000001111111111111100
+01100111111000010100001101100000
+00100000011000000000000000000000
+11101111111000001000000000000110
+00011111111000100010001000000000
+11101000010000010000000000000110
+00100000010000000111001111000000
+00100000010000000100010100010011
+00011010001000100111001000000000
+00100000010000000111001110111010
+00100000001000000111010000011001
+01011000000000000100011010001011
+01100111111000010100001011001100
+00100000011000000000000000000000
+01011000000000001001001111000000
+01100111111000010100001011001100
+00100000011000000000000000000000
+01101111111000010100011010000100
+01100111111000010100010010000000
+01101111111000001100011010000110
+01100111111000001100011001100010
+01100111111000001100011001101101
+01101111111000001100011010000111
+01100111111000001100010001110100
+01101111111000001100011010001000
+01100111111000001100010001110101
+01011000000000000000000000110000
+01100111111000010100010001000101
+01011000000000000000000000000000
+01100111111000010100010000111101
+01011000000000000000000000000010
+01100111111000010100010010001000
+01100111111000010100010010001101
+01011000000000000000000000000110
+01100111111000010100010010110000
+01100111111000010100010010110101
+01011000000000000000000000000111
+01100111111000010100010010010010
+01011000000000000000000000001000
+01100111111000010100010010111010
+01011000000000000100010001110110
+01100111111000010100001111100010
+01011000001000000001010000000000
+01100111111000011100010001110110
+01110000010000001001010000000001
+01011000000000000000000100000000
+01100111111000010100000010100101
+01110000010000001010011100001000
+01110000010000001100000100000101
+01110000010000001100001000000010
+01011000000000000000000010010110
+01100111111000010100010001010000
+11100111111000010000000000000101
+01011000000000000000001010010110
+01100111111000010100010001010100
+11100111111000010000000000000101
+00111000000000000000000000010000
+00111000000001001000000000001000
+00111000000010101100000000000000
+00111000000011000000000000000100
+01100111111001000100010001100000
+01110000010001000011100100000001
+01011000000000000100011001100000
+01100111111000010100010000111010
+01011000000000000000000000000000
+01100111111000010100011001100000
+00111000000000000000000110100000
+00111000000001000000000001101000
+00111000000010000000000000000000
+00111000000011000000000000000000
+01100111111001000100011001100011
+01011000000000000000001100000001
+01100111111000010100011001101011
+00111000000000000000000110100000
+00111000000001000000000011101000
+00111000000010000000000000000000
+00111000000011000000000000000000
+01100111111001000100011001101110
+01011000000000000000000000001110
+01100111111000010100010001001000
+01011000000000000000000101000000
+01100111111000010100010001001010
+01100111111000010100001101100000
+01011000000000000000000001010000
+01100111111000010100010001001100
+01110000010000110110101000000111
+01110000010000110101111100000000
+00111000000000000000000011111011
+00111000000001101100001000010010
+00111000000010001000000000001111
+00111000000011000000000000100001
+01100111111001000100001110000100
+00111000000000000000101110111000
+00111000000001000000001011101110
+01100111111000100100010001101100
+01011000000000000100010110010001
+01100111111000010100001110110100
+01011000000000000010000000000001
+01100111111000010100010110010001
+01110000010000110001111100011111
+00111000000000010000000100000010
+00111000000001001000000011000001
+00111000000010011000000100100000
+00111000000011000110010000001100
+01100111111001001100001100100000
+00111000000000000000001111000001
+11100111111000010000000000000101
+01110000010000110011111100011111
+00111000000000100000100100001101
+00111000000001110100110000010101
+00111000000010101000010100110010
+00111000000011011101000111010101
+01100111111001001100001101000000
+00111000000000100110010101110100
+00111000000001000000000000011100
+11100111111000011000000000000101
+01011000000000000100010001111101
+01100111111000010100001111011110
+01110000010001000111110100000010
+01011000000000000100010110110110
+01100111111000010100001110110001
+01110000010000111011001100000101
+01101111111000001100011010001010
+11000000000000000110000101010001
+11000000000000001110000101010100
+00100000011000000000000000000000
+01101111111000110100111000000000
+01100111111000110100010010000000
+01110000010001000111110100000110
+01011000000000000100010001111101
+01100111111000010100001111011110
+00100000011000000000000000000000
+01101111111000111100111000000000
+01100111111000111100010010000000
+01110000010001000111110100000111
+01011000000000000100010001111101
+01100111111000010100001111011110
+00100000011000000000000000000000
+01101111111000001100110111111111
+11000000000000110110000111000100
+11000000000000111110000111001010
+00100000011000000000000000000000
+01000100101100011100000000001100
+01101111111001000100111000100110
+01100111111001000100010001101100
+01011000000000000000000010010110
+01100111111000010100010001001100
+01101111111000111100111001110110
+01100111111000111100011001100000
+01101111111000111100111001111101
+01100111111000111100011001101011
+01101111111000100100111010000100
+01100111111000100100010001010000
+01101111111000100100111010001000
+01100111111000100100010001010100
+01011000000000000000000000001110
+01100111111000010100010001001000
+01011000000000000000000101000000
+01100111111000010100010001001010
+01100111111000010100001101100000
+01011000000000001001001111000000
+01100111111000010100001011001100
+00100000010000000110000100010100
+01101111111001000100111000011110
+01100111111001000100010001100000
+00100000011000000000000000000000
+00100000010000000110111010110011
+00100000011101011000000000000000
+00100000010000000110000111010000
+00100000010000000110000111010100
+01011000000000000110010000110110
+01100111111000010100001100010100
+01011000000000000110001000000100
+01100111111000010100001110010100
+01011000000000000110001001011101
+01100111111000010100001110010110
+01011000000000000110010000100110
+01100111111000010100001110011000
+01011000000000000110001000110101
+01100111111000010100001110011100
+01011000000000000110001001111101
+01100111111000010100010001111110
+00100000010000000110000000111100
+01011000000000000000000000100111
+01100111111000010100001100000111
+01101111111001000100010001100000
+01100111111001000100010001011000
+00100000010000000110001000001110
+01000100101100100100000000001100
+00100000001000000110000000110111
+00100000010000000110001000011011
+11011000111000000000000000001001
+00100000010000000111010000101110
+00100100011110100000000000000000
+01011000000000000000000000100000
+11011000111000000000000000001001
+00100000010000000111010000100000
+01111000010101000111110000000000
+00100000010000000110110001110101
+00100000001000000110001011100000
+01011000000000000000000000011111
+00011111111011111111111000001010
+11011000010000000100101100010000
+10011000010000001010001000000000
+00011010001000001010001000000011
+11011000010000000000000001100010
+11100000010000001000000000010001
+00011010001000001010001000001011
+11011111111000000000111111111111
+10011000010001100111111000000000
+00011111111100100111111000000000
+11100111111000010000000000010001
+00100000011000000000000000000000
+01101111111000010100010000110100
+11000010100001001110001000100000
+11011000101000000100010110010011
+11011111001000000000000000100011
+00100000001000000111001111101100
+00100000010000000100000111001100
+00100100011110100000000000000000
+00100000010000000111000000100111
+00100000011110100000000000000000
+01101000010010100100100101001111
+00011100010000100111111000000000
+10011000010001100000010000000000
+00100000011000101000000000000000
+00100100001000010110001000101100
+01101111111000001100100101001110
+10011000010001100111110000000000
+00100000011000010000000000000000
+00011100010000100111111000000000
+01100111111000100100100101001111
+00100000010000000110000011111111
+00100100011101000000000000000000
+00011111111000001111111111111111
+00011111111011111111111000001010
+11011000010000000100101100010000
+10011000010000001000110000000000
+00100000001000000110000101001001
+00100000010000000110010110010110
+00100000010000000110001000111010
+00100000010000000110001001010001
+00100000010000000110000010001011
+00100000001000000110001001010111
+11011010011000000100110111100001
+11011010010000000110001000111101
+00100000001000000100110111001100
+00100000010000000111000000100111
+00100100011110100000000000000000
+01101111111000010100100000111101
+00100100011110100000000000000000
+00100000010000000110010010011001
+00100000001110100110001001001011
+00011000111000100111111000000000
+00101111111000000000111000000100
+00100000001000001110001001001101
+00011000111000100111111000000000
+00101111111000000000111000000001
+00100000001000001110001001001111
+11011010011000000100110111011000
+00100000001000000110000011101011
+11011010011000000100110111101010
+00100000001000000110000011101011
+11011010011000000100110111101111
+00100000001000000110000011101011
+11011010011000000100110111110111
+00100000001000000110000011101011
+11011010011000000100101100001101
+11011010010000000110001001010100
+00100000001000000100110111001100
+11011111001000000000000000001010
+11011000101000000100100101011101
+00100000001000000111001111101100
+11011010011000000100011010000011
+11011010010000000110001001011010
+00100000001000000100110111001100
+01101111111000010100010000110100
+11000010100001001110000100011100
+00100000001000000100111000010011
+00011010011000100111111000000000
+11000000000010100110001001110001
+11000000000010101110001001101101
+11000000000110001110001001100100
+11000001001000000000000000000000
+11000000000110010110010000101001
+00100000001000000110000001010011
+01110000010011011110001000000001
+00100000010000000110010011000010
+01101111111000010100111010010000
+01100111111000010100110111010000
+01101000010010010100111010010010
+01011000000000000000111111111111
+10011000010001100111111000000000
+01100111111000010100110111010010
+00100000011000000000000000000000
+01110000010011011100110100000000
+01110000010011011110001000000000
+00100000010000000110001100011110
+00100000001000000110000001100000
+00011100010000100111111000000000
+01100111111000100100100101001111
+00100000010000000110010010010010
+00100000001000000110000001011100
+01111000010101100111110000000000
+01101111111000010100010001110000
+01100111111000010100010001110010
+00100000010000000110000011010010
+00100000001101000110000011010110
+00100000010000000110000011001011
+00100100011101000000000000000000
+00100000001000000111010011001100
+00100000010000000110001001110101
+00100100011101100000000000000000
+00011010001000100111111000000000
+00100000001110100110001010101100
+01110000010010110000111000000001
+00100000010000000100111000001111
+00100000010000000110001010100001
+00100000010000000110001011010011
+00100000011000010000000000000000
+00011000111000100111111000000000
+01101000010010001100110111100101
+10011000010001100111110000000000
+00100100010000101110001010011011
+00011000111000100111111000000000
+01100111111000001100110111100101
+01101000010010001100110111101000
+10011000010001100111110000000000
+00100000001000101110001010011001
+01101111111000001100110111101001
+00100100001110100110001010010100
+00100000010000000110010010011011
+11011111111000000000000000001010
+00100000001000000110001011001100
+00100000010000000110010010111110
+00011000111000100111111000000000
+11000000000000001110001010010001
+00100000010000000110001110100011
+00100000001000000110001101010110
+01110000010011011110011000000001
+00100000001000000110001101010110
+01000100101100101100000000001100
+01101111111000001100110111101001
+00100000001110100110001001000001
+00011000111000100111111000000000
+11000000000000001110001001000001
+00100000011000000000000000000000
+11011111111000000000000000001010
+10011000111011111111111000000000
+11011010011000000100100101010011
+10011010011000001010011000000000
+00011100010000100111111000000000
+11100111111000100000000000010011
+00011010011000001010011000000100
+11101111111000001000000000010011
+00011111111000001111111000000001
+11100111111000001000000000010011
+00100000011000000000000000000000
+01000100101100110100000000001100
+01101111111000001100110111101001
+00100000010110100100111000010001
+11011111111000000000000000001010
+10011000111011111111111000000000
+11011010011000000100100101010011
+10011010011000001010011000000000
+11101000010000100000000000010011
+00011000010001100111110000000000
+00100000011000101000000000000000
+00011100010000100111111000000000
+10011000010001100000010000000000
+00100100010000010110111101010110
+00011010011000001000110000001001
+11101111111000001000000000000110
+00100100001110100110001011011000
+00011010011000001010011000000101
+00011100010000100111111000000000
+11100111111000100000000000010011
+00100000011000000000000000000000
+00011010011000001000110000000100
+11101111111000001000000000000110
+00100000001000000110001011000011
+00100000010000000110001011011101
+01101111111000001100110111101001
+00100100001110100110001011001111
+00100000010000000110001011010011
+00100000011000010000000000000000
+00100000010000000110010010100001
+00011000111000100111111000000000
+11000000000000011110010010101001
+11011111111000000000000000001010
+10011000111011111111111000000000
+10011010011000001010011000000000
+00100000001000000110000011101011
+00011000111000100111111000000000
+11000000000000001110001011000110
+11000000000000011110001011000110
+00100000011000000000000000000000
+00100000010000000111000000101111
+11101000010000001000000000000110
+10011000010001100111111000000000
+00011111111001100111110000001010
+00100000011000000000000000000000
+01110000010011011110000000000001
+00100000010000000110001011011101
+11011010011000000100100111110100
+11011111111000000000000000000011
+00100000001000000110001011001100
+11011111001000000000000000001010
+00011010011000100000101000000000
+00100000001000000111001111101100
+01101111111000010100100000111101
+01100111111000010100001111100000
+00100000010000000110001100101010
+01101111111000010100001111100000
+01100111111000010100100000111101
+11011000111000000000000000000000
+01101111111000001100010001111101
+00011111111000100111001000000000
+11011010011000000100100101010011
+00011111001000100111111000000000
+01100111111000010000010011001100
+00011010011000100111111000000000
+01100111111000010000010011100000
+00011000111000100111111000000000
+01100111111000010000010011001110
+00100000010000000110001100100000
+01101111111000010000010011100000
+00011111111000100010011000000000
+01101111111000010000010011001110
+00011111111000100000111000000000
+00100000010000000110001011111101
+01101111111000010000010011001110
+00011111111000001000111000000001
+01101111111000010000010011100000
+00011111111000001010011000001010
+01101111111000010000010011001100
+00011111111000100111001000000000
+11000010000000000110001011101001
+00100000011000000000000000000000
+11101111111000100000000000010011
+00100000011110100000000000000000
+00011111111000100000010000000000
+00011100010000100111111000000000
+10011000010001100000010000000000
+00100100011000010000000000000000
+01011000000000000000100111000100
+10011000010001100111110000000000
+00100000011000010000000000000000
+00011100010000100111111000000000
+11100111111000100000000000010011
+00011010011000001010011000001001
+01011000000000000000000000000001
+11100111111000001000000000010011
+01101111111000001100110111100000
+00100000011110100000000000000000
+01110000010011011110000000000000
+01000100101100111100000000001100
+01101111111000001100110111100111
+11000000000000000110001100010011
+11000000000000001110001100010110
+00100000011000000000000000000000
+11011010011000000100100111011111
+11011111111000000000000000000011
+00100000001000000110001011001100
+00011000111000100111111000000000
+01101000010010001100110111101000
+10011000010001100111110000000000
+00100100001000101110001100010011
+01101111111000001100110111101001
+01111001010000000111111000000000
+01100111111000001100110111101001
+00100100011110100000000000000000
+01110000010011011110100100000000
+00100000001000000100111000010001
+00011010011000001010010000000101
+11101111111000100000000000010010
+00100000011110100000000000000000
+00011111111000100000010000000000
+00011100010000100111111000000000
+10011000010001100000010000000000
+00100100010000010110111101010110
+01011000000000000000001111101000
+10011000010001100111110000000000
+00100000001000000110001011000000
+01101111111000010100001111011110
+11101111111000001000000000111111
+00100000011110100000000000000000
+01011000000000000000000000000000
+01100111111000010000010101000110
+00100000010000000110110001011101
+00100100001101000110111011110001
+00100000010000000110111011101111
+01111000010101000111110000000000
+01000100101101000100000000001101
+01101111111000001100110111100111
+11000000000000001110001100111001
+00100000010000000110001110001010
+00100000010000000110001100111110
+00100000011101000000000000000000
+01101111111000010000010101000110
+01100111111000010000010101001101
+01110000000001010100111100000000
+00011000000000000000111000000000
+00100000001000000110110010010101
+11011000111000000000000000000000
+11011010010000000100101000001001
+11011111111000000000000000000010
+10011000111011111111111000000000
+10011010010000001010010000000000
+11101111111000010000000000010010
+00100000011110100000000000000000
+01101000010010010000010101000110
+10011000010000101111110000000000
+00100000001000101110001101001010
+00011000111000001000111000000001
+00100000001000000110001100111111
+01100111111000010100101000010101
+00100000010000000100111000001111
+11011010011000000100101000010111
+11011111111000000000000000001010
+10011000111011111111111000000000
+10011010011000001010011000000000
+00100000010000000110001101010010
+00100000001000000110001110010101
+00100000010000000110010010111110
+11101111111000001000000000010011
+00100000011110100000000000000000
+00100000010000000110001110100011
+00100000010000000110010010111110
+00100000010000000110001101101011
+00100000010000000110001101110110
+00100000010000000110001110000000
+11011111111000000000000000000101
+00100000010000000110000011111100
+00100000010000000110010010011001
+00100000011110100000000000000000
+01110000010010010100111001111000
+11011111111000000000000000000110
+00100000001000000110000011111100
+01101000010010001100110111001100
+00100000010000000110010010011001
+00100000011110100000000000000000
+01101000010010001100110111001111
+00011000010000001000010000000001
+01101111111000001100110111100110
+00100000011110100000000000000000
+01101000010010001100110111001100
+01110000010011011110011000000000
+00100000011000000000000000000000
+00100000010000000110001101100001
+00011000010000100111111000000000
+00100000011110100000000000000000
+01100111111000001100110111010101
+11011111111000000000000000010011
+00100000010000000110000011111100
+01101111111000001100110111010101
+00011111111000001111111111111111
+01100111111000001100110111010101
+00100000011110100000000000000000
+00100000001000000110001101101111
+01101111111000001100110111001110
+00100000011110100000000000000000
+01100111111000001100110111010110
+11011111111000000000000000100000
+00100000010000000110000011111100
+01101111111000001100110111010110
+00011111111000001111111111111111
+01100111111000001100110111010110
+00100000011110100000000000000000
+00100000001000000110001101111001
+01101111111000001100110111001111
+00100000011110100000000000000000
+01100111111000001100110111010111
+11011111111000000000000000100001
+00100000010000000110000011111100
+01101111111000001100110111010111
+00011111111000001111111111111111
+01100111111000001100110111010111
+00100000011110100000000000000000
+00100000001000000110001110000011
+01101111111000010100101000010101
+00100000011110100000000000000000
+01101000010010010000010101000110
+00011000010001100111110000000000
+00100000001000101110001110011000
+10011000010001100111110000000000
+00100000011000101000000000000000
+01100000010010010100101000010101
+01101111111000010100110111100011
+10011000010001100111110000000000
+00100000010000101100111000010001
+01101111111000010000010101000110
+01100111111000010100001111100000
+00100000001000000111010011001000
+00100000010000000100111000010001
+11011010011000000100101001010011
+00100000010000000110001101010010
+01011000000000000000000000000000
+01100111111000010100101000010101
+01110000010010000010111100110010
+00100000010000000110001110010101
+01101111111000001100010001111101
+00011111111011111111001000001010
+11011000101000000100100101010011
+00100000001000000111001111101100
+01000100101101001100000000001101
+01101111111000001100110111100111
+11000000000000001110001110101000
+11000000000000000110001110101110
+00100000011000000000000000000000
+00011000111000100111111000000000
+11000000000000101110001111010111
+11000000000000000110001111110100
+11000000000000100110001111111100
+11000000000000010110010000011111
+00100000011000000000000000000000
+11101111111000001000000000010011
+11000000000000001110001111010111
+11000000000000010110001111110100
+11000000000000011110001111111100
+11000000000000100110010000011111
+11000000000000101110001110110101
+00100000011000000000000000000000
+00100000010000000110010010011001
+00100100001110100110001110111111
+01011000000000000000000000000100
+00011111111011111111111000001010
+11011000010000000100101100010000
+10011000010000001000101000000000
+00011000101000001000101000000011
+01101111111000011100101001011101
+11100111111000011000000000000101
+00100000011000000000000000000000
+01011000000000000000000000000100
+00011111111011111111111000001010
+11011000010000000100101100010000
+10011000010000001000101000000000
+00011000101000001000101000000011
+01101111111000010100110111010000
+11100111111000011000000000000101
+00011000101000001000101000000111
+01101111111000010100110111010010
+00011111111100100111111000000000
+00011111111011010111111000000000
+11100111111000011000000000000101
+00100000011000000000000000000000
+01101111111000001100110111001110
+00100000011110100000000000000000
+00011111111000001111111111111111
+01100111111000001100110111001110
+11011111111000000000000001100010
+00100000011000000000000000000000
+11011000010000000000000000001010
+00100000010000000110010010011001
+00100000011110100000000000000000
+11011000010000000000000000000111
+00100000011000000000000000000000
+00100000010000000110001111010010
+01101111111000010100110111010000
+10011000010001100111110000000000
+00100100010000010110001111001100
+00100100011000010000000000000000
+10011000010001100111111000000000
+01100111111000010100110111010000
+01000100101101010100000000001101
+01101111111000010100110111010000
+01101000010010010100110111010010
+00011000010011010000010000000000
+00011000010100100000010000000000
+10011000010000001111111000000000
+01100111111000011100101001011101
+00100000001000000110001110110101
+01101111111000010100110111010000
+11011000010000000000000001100010
+10011000010001100000010000000000
+00100100011000010000000000000000
+00011000010000100111111000000000
+01101000010010001100110111001110
+00011000010001100111110000000011
+00100000001000101110001111110001
+00011000010000001000010000000001
+01100000010010001100110111001110
+00100000001000000110001111011101
+01110000010011011100111000000000
+11011111111000000000000000000000
+00100000001000000110001111011101
+00100000010000000110010010011001
+00100100010110100110001111100110
+00100000010000000110001111010010
+01101111111000010100110111010000
+10011000010000001111111000000000
+11011000010000000000111111111111
+00100000010000000111010010000000
+00100000001000000110001111011101
+00100000010000000110001111010010
+01101111111000010100110111010010
+10011000010001100111111000000000
+01100111111000010100110111010010
+01101000010010010100110111010010
+00100000010000000110010010011001
+00100000001110100110001111011110
+01011000000000000000111111111111
+10011000010001100111111000000000
+11011000010000000000000001100010
+10011000010001100000010000000000
+00100100001000010110001111011110
+01011000000000000000111111111111
+10011000010001100111111000000000
+01101000010010001100110111001111
+00011000010001100111110000000101
+00100000001000101110010000010000
+00011000010000001000010000000001
+01100000010010001100110111001111
+00100000001000000110010000011101
+01110000010011011100111100000000
+01011000000000000000111111111111
+00100000001000000110010000011101
+00100000010000000110010010011001
+00100000001110100110010000010001
+01101111111000001100110111001111
+00100000001110100110010000010001
+00011111111000001111111111111111
+01100111111000001100110111001111
+01011000000000000000111111111111
+11011000010000000000000001100010
+10011000010001100111111000000000
+10011010001000001111111000000000
+01100111111000010100110111010010
+00100000001000000110001111011110
+00100000010000000110001111010010
+01101111111000010100110111010010
+10011000010000001111111000000000
+11011000010000000000111111111111
+10011000010001100010001000000000
+00100000001000010110010000010011
+00100000001000000110010000011101
+01101111111000010100001101101111
+11000000000100100110000001100011
+00100000011000000000000000000000
+11011010001000000000000000010111
+11011010010000000000000000000100
+00100000010000000100000110011111
+01011000000000000000000000000110
+11100111111000001000000000000101
+01011000000000000000000000000001
+11100111111000010000000000000101
+01011000000000001111111111111111
+11100111111000010000000000000101
+01011000000000000010100000000000
+11100111111000010000000000000101
+11011000110000000100100100111101
+00100000001000000111001111010010
+01101111111000010100001100001110
+00011111111000001000110000000010
+11101111111000010000000000000110
+11000000000000100110010000111101
+11000000000000110100010111100011
+11000000000000101100010110110111
+00100000011000000000000000000000
+11101111111000011000000000000110
+01100111111000011100001101101110
+11000000000000111110010001101101
+11000000000000001110010010001110
+11000000000001010110010001011100
+11000000000001100110010001000100
+00100000001000000100001100110001
+11101111111000010000000000000110
+01100111111000010000010100001010
+11011010001000000000000000010100
+00100000010000000100010100110101
+01011000000000000000000000001101
+11100111111000001000000000000101
+01101111111000010000010100001010
+10011000000000000010001000000000
+01101000010010010100001101101111
+01101111111000010100001100000111
+10011000010001100111110000000000
+00100100001000101100010001111101
+00100000010000000110010010011001
+00100100001110100110010001010100
+01101111111000010100100100111001
+00100000001000000110010001010101
+01101111111000010100100100111011
+11011000110000000100100000111111
+10011010001001100111001000000000
+00100100001000010100010100101000
+00011111001001100111110000010110
+00100000001000010100010010000101
+00011000000000000111001000010110
+00100000001000000100010010000101
+01101000010010010100001101101111
+01101111111000001100001011110110
+11000010100000011110010001100000
+00100000001000000100010001001001
+01101111111000010100001100000111
+10011000010001100111110000000000
+00100100001000101100010001001001
+00100000010000000100010011101100
+00100100001101000110010001100111
+01110000000000011011010000000101
+00100000001000000100010100101010
+01101111111000010100001100000111
+10011000010001100111110000000000
+00100100001000101100010001001001
+11011000110000000100100000111111
+00011000000000000111111000010110
+00100000001000000100010001010111
+01000100101101011100000000001101
+01110000010011011100110000000101
+01110000010010010100110100000001
+01110000010011011101010000000001
+01110000010010010100111011110000
+01110000010011011110000100001010
+01110000010011011110011000000001
+00100000010000000110010011111110
+01101111111000001100110111100010
+00100000011110100000000000000000
+00100000010000000110010011000010
+11011000010000000000000001100010
+01101111111000010100111010010100
+11011010001000000100110111010000
+11011010010000000100110111001110
+00100000010000000110010010000111
+11011000010000000000000001100010
+01101111111000010100111010010110
+11011010001000000100110111010010
+11011010010000000100110111001111
+00100000010000000110010010000111
+01011000000000000000111111111111
+01101000010010010100110111010010
+10011000010001100111111000000000
+01100111111000010100110111010010
+00100000011000000000000000000000
+10011000010001101111110000000000
+00100000010000000111010001110101
+00011000000001111111111000000000
+00011000000001110000010000000000
+11100111111000001000000000010010
+11100000010000010000000000010001
+00100000011000000000000000000000
+00011000110000001000110111111110
+11101111111000001000000000000110
+11000000000000110110010010010111
+00100000011000000000000000000000
+01110000010011011100110000000001
+01110000010010010100110100000000
+01110000010011011101010000000000
+01110000010010010100111000001010
+00100000011000000000000000000000
+00100000010000000110010010010010
+00100000001000000110010011111110
+01101111111000001100100101001101
+00100000011000000000000000000000
+11011010011000000100111000110000
+00100000010000000110010010011001
+00100000011110100000000000000000
+01110000010010010100111001111000
+11011010011000000100101001100001
+00100000011000000000000000000000
+11011010011000000100100110011001
+00100000010000000110010010011001
+00100000011110100000000000000000
+11011010011000000100101010011101
+01110000010010010100111000001100
+00011000111000100111111000000000
+11000001000000001000000000000000
+00100000011000000000000000000000
+01000100101101100100000000001101
+01101111111000001100101100001100
+01111001010000000111111000000000
+01100111111000001100101100001100
+11000000000000000110010010110010
+11000000000000001110010010110000
+00100000011000000000000000000000
+00100000010000000110010010111001
+00100000001000000110000011101011
+00100000010000000110010010110100
+00100000001000000110000011101011
+11011010011000000100100110110111
+00100000010000000110010010011001
+00100000011110100000000000000000
+11011010011000000100101010111011
+00100000011000000000000000000000
+11011010011000000100101011111000
+00100000010000000110010010011001
+00100000011110100000000000000000
+11011010011000000100101100000010
+00100000011000000000000000000000
+01101111111000001100110111001101
+00100100011110100000000000000000
+01110000010011011100110100000001
+00100000001000000110001111011110
+01011000000000000000000000000000
+01100111111000111100110111001110
+00100000011000000000000000000000
+00100000010000000110010010011001
+11000000000000001110010011001101
+11000000000000000110010011011111
+00100000011000000000000000000000
+01101111111000001100111010011100
+11000000000000001110010011100110
+11000000000000000110010011111000
+00100000011000000000000000000000
+01101111111000001100110111001110
+00011111111011111111111001100010
+00011111111000100000010000000000
+01101111111000010100110111010000
+10011000010000001111111000000000
+01100111111000010100111010011000
+01101111111000001100110111001111
+00011111111011111111111001100010
+00011111111000100000010000000000
+01101111111000010100110111010010
+00011111111000100010001000000000
+01011000000000000000111111111111
+10011010001001100111111000000000
+10011000010000001111111000000000
+01100111111000010100111010011010
+00100000010000000110010010011001
+01100111111000001100111010011100
+00100000011000000000000000000000
+01101111111000010100110111010000
+01100111111000010100111010011000
+01101111111000010100110111010010
+01100111111000010100111010011010
+00100000010000000110010010011001
+01100111111000001100111010011100
+00100000011000000000000000000000
+01101111111000010100111010011000
+00011111111001101111110001100010
+00100000010000000111010001110101
+00011000000001111111111000000000
+00011000000001110000010000000000
+01100111111000001100110111001110
+00011000010000100111111000000000
+01100111111000010100110111010000
+01101111111000010100111010011010
+00011111111001101111110001100010
+00100000010000000111010001110101
+00011000000001111111111000000000
+00011000000001110000010000000000
+01100111111000001100110111001111
+01011000000000000000111111111111
+10011000010001100111111000000000
+01100111111000010100110111010010
+00100000011000000000000000000000
+01101111111000010100111010011000
+01100111111000010100110111010000
+01101111111000010100111010011010
+01100111111000010100110111010010
+00100000011000000000000000000000
+00100000001000000110010101111011
+00100000001000000110010101100010
+00100000010000000110010100100001
+01101111111000010100111010011111
+00100000010000000110010110001110
+01110000010011101010010100000000
+01101111111000101100111010011000
+01110000010011101010011000000000
+01110000010011101010001100000000
+00100000010000000110010100100101
+01101111111000001100111010100011
+11000001000000000000000000000000
+00100000001000000110010011111111
+01101111111000010100111010001100
+00011111111000001111111111111011
+01100111111000010100111010011111
+00100000011000000000000000000000
+01101111111000010100111010011111
+00011111111000001111111111111011
+01100111111000010100111010011111
+00100000011000000000000000000000
+01101111111000010100111010011111
+00011111111000001111111000000101
+01100111111000010100111010011111
+00100000011000000000000000000000
+01101111111000010100111010100001
+00011111111000001111111000000101
+01100111111000010100111010100001
+01101111111000010100111010100001
+00011111111000100000010000000000
+01101111111000010100111010001100
+10011000010001100111111000000000
+11011000010000000000000000000101
+10011000010001100111110000000000
+00100100001000010110010101000101
+00100000011000000000000000000000
+01101111111000001100111010100101
+11000000000000001110010100001010
+11000000000000000110010100001110
+00100000011000000000000000000000
+11011010010000000000000000000000
+00011010010000100000010000000000
+01101111111000010100111010011000
+10101000010000111111111000000000
+00100100010000001110010100110101
+11011010010000000000000000000000
+00011010010000100000010000000000
+01101111111000010100111010011010
+10101000010000111111111000000000
+00100100010000001110010100110101
+11011010010000000000000000000000
+00011010010000100000010000000000
+01101111111000001100111010011100
+10101000010000011111111000000000
+00100100010000001110010100110101
+00100000011000000000000000000000
+01101111111000001100111010100011
+00011111111000001111111000000001
+01100111111000001100111010100011
+00100000011000000000000000000000
+01110000010011101010001100000001
+00100000010000000110010100010110
+01101111111000010100111010100001
+00100000010000000110010110001110
+00100000010000000110010010011001
+00011111111000100000010000000000
+01101111111000001100111010011100
+10101000010000011111111000000000
+00100000010000001110010101100000
+01101111111000001100111010100011
+11000001000000000000000000000000
+00100000001000000110010100111001
+01000100101101101100000000001101
+00100000010000000110010101100000
+00100000010000000110010010011001
+00100000001110100110010101001010
+00100000001000000110010101010001
+01101111111000010100111010010000
+01100111111000010100110111010000
+01101000010010010100111010010010
+01011000000000000000111111111111
+10011000010001100111111000000000
+01100111111000010100110111010010
+00100000001000000110010011111101
+11011000010000000000000001100010
+01101111111000010100111010010100
+11011010001000000100110111010000
+11011010010000000100110111001110
+00100000010000000110010010000111
+11011000010000000000000001100010
+01101111111000010100111010010110
+11011010001000000100110111010010
+11011010010000000100110111001111
+00100000010000000110010010000111
+01011000000000000000111111111111
+01101000010010010100110111010010
+10011000010001100111111000000000
+01100111111000010100110111010010
+00100000001000000110010011111101
+01110000010011101010001100000000
+00100000011000000000000000000000
+01000100101101110100000000001101
+01110000010011101010010100000001
+00100000010000000110010011111111
+01101111111000010100111010001110
+00011111111000100000010000000000
+01101111111000010100111010011111
+10011000010001100111111000000000
+11011000010000000000000000000000
+10011000010001100111110000000000
+00100100011000010000000000000000
+01101111111000010100111010011111
+00011111111000100000010000000000
+01101111111000010100111010001100
+00011111111000001111111111111011
+10011000010001100111111000000000
+01101111111000010100111010011111
+01100111111000010100111010100001
+00100000010000000110010100111001
+01101111111000010100111010100001
+00100100010000101110010110001110
+01110000010011101010001100000000
+00100000010000000110010100100101
+01101111111000001100111010100011
+11000001000000000000000000000000
+00100000001000000110010011001001
+01000100101101111100000000001101
+01110000010011101010010100000001
+00100000010000000110010011111111
+01101000010010010100111010001110
+01101111111000010100111010011111
+10011000010001100111111000000000
+11011000010000000000000000000000
+10011000010001100111110000000000
+00100100011000010000000000000000
+01101000010010010100111010011111
+01101111111000010100111010001100
+10011000010001100111111000000000
+11011000010000000000000000000000
+10011000010001100111110000000000
+00100100011000010000000000000000
+01101111111000010100111010011111
+01100111111000010100111010011101
+00100000010000000110010011000101
+00100000001000000110010110010001
+11011000010000000000000000000101
+11011010001000000100111010011000
+00100000001000000110100011001001
+11011111001000000000000000000101
+11011010001000000100111010011000
+01101111111000010100111010011101
+00011111111000100000010000000000
+00100000001000000110100010000011
+11011010011000000100100000101111
+11011010010000000110010011111101
+00100000001000000100110111001100
+01101111111000001100001111110001
+11011000010000000000000000111110
+00100000001000000110101110111100
+01101111111000001100001111110001
+11011000010000000000000000111111
+00100000001000000110101110111100
+00100000010000000110010110011100
+00100000010000000110010110011001
+00100000001000000110010110011100
+00100000010000000110010110100000
+00100000001000000110010110011001
+00100000001000000110010110100000
+00100000010000000110010110100000
+00100000001000000110010110100010
+00100000001000000110010110011001
+01101111111000001100001111110010
+00100000001000000110010110011010
+01101111111000001100001111110010
+00100000001000000110010110011101
+00100000010000000110010110101000
+00100000010000000110010110101010
+00100000001000000110010110101000
+00100000010000000110010111111000
+00100000001000000110010110110001
+01000100101110011100000000001110
+01110000000000011110100000000001
+01110000000000011110101000000001
+01110000000000011110110000011001
+01110000000000011110110100000010
+01101111111000010000000111101111
+00100000010000000111010010000111
+01101111111001000000000111100111
+01100111111001000000000111011111
+01101111111000001000000111101110
+01100111111000001100000100010110
+01101111111000001000000111101001
+11000000000000001110010110111111
+11000000000000010110011001010000
+01101000010010001000000111100111
+01101111111000001000000111101010
+11000000000000010110010111000011
+11000000000000001110010111011111
+01000100101110100100000000001110
+00100000010000000110011000111101
+00100000010000000011100111001001
+00100000010000000110011000001011
+01111001001000000010101000000000
+01111000001011101111110000000000
+01111000001100000111110000000000
+01111000010100001111110000000000
+00100000010000000011110110001100
+01101111111000001000000111101011
+01100111111100001000100100001101
+00100000001000000110010111001111
+01000100101110101100000000001110
+01101111111000001000000111101000
+11000000000000001110010111010010
+01101111111000001000000111101100
+11000000000011001110010111010110
+11000000001111000110010111011001
+11000000011110000110010111011100
+11011111001000000000000000110101
+11011000110000000000101100000000
+00100000001000000110011000101110
+11011111001000000000000011001011
+11011000110000000000101100000000
+00100000001000000110011000101110
+11011111001000000000000101100010
+11011000110000000000101100000000
+00100000001000000110011000101110
+01000100101110110100000000001110
+00100000010000000110011000111101
+00100000010000000011100111001001
+01111000010000111111110000000000
+01111000001011101111110000000000
+01111000001100000111110000000000
+01101000010010001000000111101000
+00011000010000100010101000000000
+01101111111000001000000111101011
+01100111111100001000100100001101
+11000000000000000110010111001111
+01000100101110111100000000001110
+01101111111000001000000111101100
+00011111111000100111001000000000
+11011000110000000000101100000000
+11101111111000001000000000000110
+00001000000000001000011000001000
+11000010000000000110010111101110
+01101111111000010000000111101111
+00100000010000000111010010000111
+01101111111001000000000111100111
+01101000010011000000000111011111
+10011000010001100111110000000000
+00100000001000101110010111101010
+00100000001000000110010110110001
+11011111001000000000001111111110
+11011000101000000000101100000000
+01011000000000000000000111111111
+00011000000000000010010000000000
+00011111111010010010001000000000
+00011010001000110010001000000000
+10011010001000101010001000000000
+00101010001011111111111000000000
+01111001001000001111111000001001
+00011000010000110000010000000000
+00101111111011111111111000000000
+01111001001000001000010000000111
+00011111111000110111111000000000
+00011010010000001010010000000001
+00101010010000000000111000000000
+00100100001000001110010111111100
+11100000010000001000000000000101
+11000010000000000110010111111100
+00100000011000000000000000000000
+01000100101111000100000000001111
+01111001001111111000000000101111
+01110000100010010000000100000011
+01110000100010010010000010000100
+01110000100010010010010110100111
+01110000100010010011000000000011
+01110000100010010011011101000000
+01110000100010100110110110000101
+01110000100010100110110110001001
+01101111111000001000000101100100
+11000011100101101000000000000000
+01110000100010010000000100000001
+01110000100010010010000010000000
+01110000100010100110110100000101
+01110000100010100110110100001001
+01111001001000000000000000101111
+01110000100010010000000100000101
+01110000100010010011000000100100
+01110000100010010011010000001010
+00100000011000000000000000000000
+01000100101111001100000000001111
+00011000000000000010101000001000
+00011000000000000010101000000000
+01111000010100001111110000000000
+01111000010100000111110000000000
+01111000001011110111110000000000
+01110000100010010000000000000101
+00100000000000000000000000000010
+01110000100010010000000000000000
+00100000010000000110011000111101
+01110000100010100001011000000000
+01110000100010100000101000010000
+01110000100010100000101100000000
+00100000011000000000000000000000
+00100000001000000110011000011111
+11101111111000001000000000000110
+00001000000000001000011000001000
+11000010000000000110011000101110
+00100000010000000110011000101101
+01111000001010000111110000000000
+11011011011000000000001101010000
+00100000001000011110010110110001
+01101111111000010000000111101111
+00100000010000000111010010000111
+01101111111001000000000111100111
+01101000010011000000000111011111
+10011000010001100111110000000000
+00100000001000101110011000110100
+00100000010000000110011000101101
+00100000001000000110010110110001
+01000100101111010100000000001111
+01110000100010010000000000000101
+00100000000000000000000000000010
+01110000100010010000000000000000
+01110000100010100001000010101010
+01110000100010100001000110101010
+01110000100010100001001000010101
+01110000100010100000101011111000
+01110000100010100000101100000100
+00100000000000000000000001111000
+01110000100010100001011001111010
+01110000100010100001011100000000
+01110000100010100001100000000000
+01110000100010100001100100000000
+01110000100010100001101000000000
+01110000100010100001000100101010
+01110000100010100000101001111000
+01110000100010100100001100000000
+00100000011000000000000000000000
+00100000010000000110011001011001
+01000100101111011100000000001111
+01101111111000010000000111101111
+00100000010000000111010010000111
+01101111111001000000000111100111
+01101000010011000000000111011111
+10011000010001100111110000000000
+00100000001000101110011001010001
+00100000001000000110010110110001
+01000100101111100100000000001111
+00100000010000000110011000101101
+00100000010000000011100101010100
+01011000000000000000010100000000
+00100000010000000011101010001100
+00100000001000000011100101101010
+00100000001101011110011001100100
+01011000000000000100010000000010
+11011000101000000100001111110011
+10011000101001100111001000000000
+00100000010000000111001111101100
+00100000011000000000000000000000
+01000100101111101100000000001111
+00100000010000000110011011011110
+01101111111000001100001111110011
+11000000000000000111010011011000
+11000000000000001111010011011000
+11000000000000010111010011011000
+11000000000000011111010011011000
+11000000010000001111010011011000
+11000000011000000111010011011000
+11000000010000000111010011011000
+11000000001000000111010011011000
+00100000011000000000000000000000
+11011000111000000000000000000000
+11011010010000000000000000000000
+00011000111001100111110000000111
+00100100011000010000000000000000
+10101010001011111111111111111111
+00100000001000001110011001111000
+00100000001000000110011001111100
+00011000010000100111111000000000
+00100000001110100110011001111100
+11111001001000000010010000000000
+00011000010000001000010111111111
+00011000111000001000111000000001
+00100000001000000110011001110011
+01101011000000010100001100010110
+01101101011000010100001100011000
+00100000010000000111010011001010
+00100000001000000110011010000010
+01000100101111110100000000001111
+00100000010000000110011011001110
+00100100001110100011101010001010
+00100000010000000110011011011110
+11011111001000000000000000001000
+01101000010010001100001111110011
+00011111001001100000111000001000
+10101000010011111111111111111111
+00100000001000001110011010001111
+00100000010000000110011010010110
+00100100001000010110011010001111
+00100000010000000110011010101100
+00100000001000000110011010010011
+00011101011000100111111000000000
+10011011000000001011000000000000
+11000010000000000110011010000111
+00100000001000000011101010001010
+00011011000000100111111000000000
+00011011000000100000101000000000
+00100000011000000000000000000000
+01000100101111111100000000001111
+00011111001001100000111000001000
+11011000010000000000000000000000
+11011001011000000000000000000000
+00011000111000100111111000000000
+11000000000001000110011010100111
+01101111111000001100001111110011
+10101111111011111111111111111111
+00100000001000001110011010100111
+11111001001000000001011000000000
+00011101011000100111111000000000
+10011000010000001000010000000000
+00011000111000001000111000000001
+00011010001000100111111000000000
+10011000010001100111110000000000
+00100000001000101110011010100111
+00100000001000010110011010011010
+00011000010000100111111000000000
+10011010001001100111110000000000
+00100100011000101000000000000000
+11111001001000000001011000000000
+00100000011000000000000000000000
+01000100110000000100000000010000
+00100000010000000110011011001110
+00100100001110100011101010001010
+00100000010000000110011011010100
+00100000001110100110011010110101
+01101111111001001100001111110111
+01100111111001001100001111110100
+01011000000000000000000000000000
+11100111111000011000000000000101
+01100001011000001100001111111101
+01100011000000010100001111111110
+00100000011000000000000000000000
+01000100110000001100000000010000
+00100000010000000110011011010111
+00011000110000001000110000000001
+11101111111000010000000000000110
+00100000011000000000000000000000
+01000100110000010100000000010000
+00100000010000000110011011010111
+00011000110000100000101000000000
+00011000110000100000010000000000
+01011000000000000000000000000000
+11100111111000011000000000000101
+00100000011000000000000000000000
+01000100110000011100000000010000
+00100000010000000110011011010100
+00100000001110100011101010001010
+01101111111000011100001111111010
+01100111111000011100001111111101
+01101111111000011100001111110111
+01100111111000011100001111111010
+01101111111000011100001111110100
+01100111111000011100001111110111
+00100000011000000000000000000000
+01000100110000100100000000010000
+01101111111000011100001111110100
+00100000011000000000000000000000
+01000100110000101100000000010000
+01101111111000011100001111110111
+00100000011000000000000000000000
+01000100110000110100000000010000
+01101111111000011100001111111101
+00100000011000000000000000000000
+00100000010000000110011011010100
+00100000001110100110011011011100
+11011000110000000100001111110100
+11101111111000011000000000000110
+00100000001110100110011011011010
+00011000110000001000110111111101
+00100000011000000000000000000000
+01000100110000111100000000010000
+11011111001000000000000000000100
+11011000110000000100001111110100
+11011000010000000000000000000000
+11101111111000011000000000000110
+00011111111000010111111011111111
+10011000010000011000010000000000
+11000010000000000110011011100010
+01100000010010001100001111110011
+00100000011000000000000000000000
+00100000001110100011101010001010
+00011111111000100000101000000000
+00100000011000000000000000000000
+01000100110001000100000000010001
+11011010010000000000000000000000
+11011010001000000100001111110100
+00011010001000001010001111111110
+00011010001000001010001000000010
+01011000000000000100010000000000
+10011010001001100111110000000000
+00100000001000101110011011111011
+11101111111000001000000000010001
+00011010001000001010001000000001
+00100000001110100110011011101111
+11101000010000010000000000010001
+11101111111000010000000000000010
+10011010010000001010010000000000
+00011010010000001010010000000100
+00100000001000000110011011101111
+00011010010000100111111000000000
+00100000011000000000000000000000
+11011000111000000000000000001100
+00100000001000000011110000100001
+11011000111000000000000000001100
+00100000001000000011110000100101
+00100000010000000110011011011110
+01101111111000001100001111110011
+00100000011110100000000000000000
+00100000010000000110011011101011
+11011000010000000000000100000000
+10011000010001100111110000000000
+00100000001000010110011011111101
+00100000010000000110011011111111
+01101111111000010100010000000000
+00011000110000100000101000000000
+11011010001000000100001111110100
+01011000000000000100010000000000
+10011010001001100111110000000000
+00100000011000101000000000000000
+11101111111000001000000000010001
+00011010001000001010001000000001
+00100100001110100110011100010101
+11100111111000010000000000000101
+00011010001000001010001000000010
+00100000001000000110011100001100
+11101111111000010000000000010001
+00011010001000001010001000000010
+00011111111000100000110000000000
+11101111111000010000000000000110
+11100111111000010000000000000101
+00011111111000100111001000000000
+00011111001000001111001000000010
+00100000010000000111010000011001
+00100000001000000110011100001100
+00100000010000000110011011011110
+01101111111000001100001111110011
+00100000011110100000000000000000
+11011010001000000100001111110101
+00011010001000001010001111111101
+00011000110000100000101000000000
+01101111111000010100010000000000
+00011000101000100000110000000000
+00011010001000001010001000000011
+01011000000000000100010000000001
+10011010001001100111110000000000
+00100000011000101000000000000000
+11101111111000010000000000000110
+00100000001110100110011100100110
+00011111111000001111111000000100
+00011111111000100111001000000000
+00011000110000100010010000000000
+11101111111000010000000000010001
+00011111111000100000101000000000
+00011010010000100000110000000000
+00011000110000001000110111111110
+00100000010000000111010000011001
+00100000001000000110011100100110
+01000100110001001100000000010001
+00011000010000100111111000000000
+00011111111000010111111011111111
+00011111111001100111110000001101
+00100100001000010011101010001010
+11011000101000001000000001110000
+10011000101000001000101000000000
+00011000101000100010001000000000
+11011000010000000000000000111110
+11100000010000001000000000000101
+00100000010000000110011101000101
+00100000000000000000000000011110
+00011010001000100000101000000000
+11011000010000000000000000111111
+11100000010000001000000000000101
+00100000001000000110011101001001
+01101111111100001000000010000001
+00011111111000010111111001111111
+01100111111100001000000010000001
+00100000011000000000000000000000
+01101111111100001000000010000001
+00011111111000011111111010000000
+01100111111100001000000010000001
+00100000011000000000000000000000
+00100000001000000110100101000011
+00100000001000000110100101001010
+01101111111100001000000001101111
+00011111111000010111111011111101
+01100111111100001000000001101111
+00100000011000000000000000000000
+00100100001101000110011101010111
+01101111111100001000000001101111
+00011111111000011111111000000010
+01100111111100001000000001101111
+00011000010000100111110000000000
+00100000001000101110011101011010
+00011010011000100111101000000000
+00101111110011000000000000000000
+00100000001000000110100000110100
+00011000000000000000010000000100
+11011010001000000000000111000100
+00100000010000000110011101001111
+00100000010000000110011101010111
+11011010001000000101010110101010
+01101111111000010000000111000100
+11101000010000010000000000000110
+10011010001001100111110000000000
+00100000011000000000000000000000
+00100000010101000110011101110111
+11011000010000000000000000000010
+11011010001000000000000111001010
+00100000010000000110011101010111
+01101111111000010000000111001010
+01100111111000010000000110111101
+00100000010101000110011101101101
+00100000011000000000000000000000
+11011000010000000000000000010000
+11011010001000000000000111001100
+00100000010000000110011101001111
+00100000010000000110011101010111
+11011000110000000000000111001100
+11011111001000000000000000010000
+00100000010000000110111001101111
+00100000010000000110110111110110
+00100000010000000110111010001011
+00100000001000000110110111110000
+01110000100000000010001100000000
+00100000010000000110011101001111
+00100000001000000110111010001011
+01011000000000000000000000000000
+01100111111000010000010011101101
+01111000010101101111110000000000
+00100000010000000110011101011100
+00100100011000101000000000000000
+01111000001101101111110000000000
+01110000100000000010001110000000
+01110000100000000010001000000000
+01110000100000000010010000000000
+11011010001000001000000000100101
+00100000010000000110011101010011
+01110000100000000010001100000000
+01101111111000001000000110111010
+11000100000000000000000000000000
+11011000010000000000000000000110
+00100000010000000110011101011101
+00100100001000101110011110011001
+11101111111000010000000000000110
+10011000000000000010001000000000
+00100000010000000110011101010111
+00100000010000000110011110010000
+00100000001000000110011110001000
+01101111111000010000010011101101
+11011111001000000000000000000110
+11011000110000000000000111000100
+00100000010000000111010011011010
+01101111001000010000000111000110
+00011010001000100000110000000000
+00100000010000000111010011011010
+01100111111000010000010011101101
+00100000011000000000000000000000
+01101111111000001000000111011110
+11000000001011010110011110100111
+11011010001000001010101001010101
+01101111111000010000000111000100
+10011010001001100111110000000000
+00100100001000101110011110101001
+11011010001000000101010110101010
+01101111111000010000000111000110
+10011010001001100111110000000000
+00100100001000101110011110101001
+01101111111000010000000111001000
+01101000010010010000010011101101
+10011000010001100111110000000000
+00100100001000101110011110101001
+01111001001000000010001000001111
+00100000001000000110011101011010
+01110000000000011011101000000000
+00100000011000000000000000000000
+01101111111100010000000100011110
+01100111111000010000000110111000
+01111001001111111111111000001110
+00100100011110100000000000000000
+01011000000000000000011111010000
+11011010001000000000000110111000
+11011000010000000000000000000010
+00100000010000000110100011001001
+01101111111000001000000111001010
+00011111111100011000010000000000
+01101111111000001000000110111000
+00011111111100100111111000000000
+10011000010000011111111000000000
+01100111111000001000000110111000
+00100000001000000110100011011110
+01110000100000000101000000100101
+00100000010000000111010010000100
+01111000010101000111110000000000
+01110000000000011011101000000000
+00100000010000000110100001010110
+00100000010000000110100011010110
+01011000000000000000000000000000
+11011010001000000000000111001010
+11011000010000000000000000000010
+00100000010000000110100011001001
+00100000010000000110011110101011
+01011000000000000000011111010011
+11011010001000000000000111011101
+11011000010000000000000000000010
+00100000010000000110100011001001
+01101111111000001000000110111000
+11000011000000011110011111010100
+01011000000000000000011111110000
+11011010001000000000000111001100
+11011000010000000000000000010000
+00100000010000000110100011001001
+01110000100000000000011000001000
+01111001001000000000000000101011
+11011000110000000000000111001100
+00100000010000000110111001111011
+01111000001101000111110000000000
+01110000010000010001010100000000
+00100000010000000110100000100101
+00100100001000010110100000110001
+00100000010101000110011101110111
+01101111111000010000000111001010
+00011111111100001111111000000000
+11011000010000000000011111111111
+10011000010000010111111000000000
+00100000001000101110011111100110
+00100000010000000110100001111111
+11011010011000000110100011001100
+00100000010101000110011101101101
+00100000010000000110011101111010
+00100100001101101110011111100110
+01101111111000001000000110111010
+00101111111000000000011000000011
+00100100001000001110011111010101
+00100000010000000110011111110100
+00100000010000000110100001110011
+01110000010000010001010100000000
+00100000010000000110100000100101
+00100100001000010110100000110001
+00100000010000000110100000010111
+00100000010000000110101000111100
+01101111111000001000000110111000
+11000010100000010110100000000000
+00100000010000000110100000011111
+00100100001101101110011111110111
+01101111111000001000000110111010
+00101111111000000000011000000011
+00100100001000001110011111101000
+00100000001000000110100000000000
+01011000000000000000000111111111
+11011111101000000000000000000000
+00100000011000000000000000000000
+00100000010000000110101000111001
+01101111111000001000000110111000
+11000010100000010110100000000000
+00100000010000000110100000011111
+00100100001101101110100000000000
+01101111111000001000000110111010
+00101111111000000000011000000011
+00100100001000001110011111101000
+00100000001000000110100000010000
+01110000010000010001010100000000
+00100000010000000110100000100101
+00100100001000010110100000110001
+01101111111000001000000110111000
+11000010100000001110100000010000
+00100000010000000110100110001100
+00100000000000000000000011001000
+00100000010000000110100110011011
+00100000000000000000000001100100
+11011010011000000110100111001111
+00100000010000000110011101100101
+00100000010000000110011101111010
+00100100001101101110100000010000
+01101111111000001000000110111010
+00101111111000000000011000000011
+00100100001000001110100000000001
+01011000000000000000000000000000
+01100111111001000000000111001100
+01100111111001000000000111010100
+00011000000000000111000000000100
+00100000010000000110111010001100
+01110000100000000101000000100001
+00100000011000000000000000000000
+01101111111000001100001111011011
+01101000010010001100001111011010
+10011000010001100111110000000000
+00100100001000101110101000100010
+01110000010000111101100100000010
+01110000010000111101101000000001
+01110000010000111101101100000000
+00100000001000000110101000100010
+01011000000000000000000000000000
+01100111111000010000000110111101
+11011010011000000110101001011111
+00100000010000000110101000001011
+00100000010000000110011101100101
+00100000001000000110011101111010
+00100000010000000110100000101011
+01101111111000001100000100010101
+00011111111000001111111000000001
+00011111111001100111110000000011
+01100111111000001100000100010101
+00100000011000000000000000000000
+01101111111000001100000100010101
+00100000011110100000000000000000
+01101111111000001000000111011101
+00100000011110100000000000000000
+00011111111000100111001000000000
+00100000001000000111001111011001
+00100000010000000110100000010000
+00100000010000000111010010001010
+00100000011000000000000000000000
+01101111111000001000000110111010
+00011111111000111111111000000000
+01111001001000001111111000000000
+00101010001011000000000000001111
+00100000011000001000000000000000
+01100111111000001000000110111010
+00100000011000000000000000000000
+01101111111100001000000001101111
+11000100000000001000000000000000
+00100000001000000110100001000001
+01101111111100001000000100101000
+10101111111011111111111111111111
+00100000011000001000000000000000
+01101111111100001000000100001000
+11000011000000001110100000111110
+00100000010000000110110111110000
+00100000001000000110100000111110
+01101111111000010100000011101001
+00100000011110100000000000000000
+01110000100000000010001110000000
+01110000100000000010001000000000
+01110000100000000010010000000000
+01101000010010010100000011101011
+00011000010010111111001000000000
+10011000000000000000110000000000
+11101111111000001000000000000110
+01100111111100001000000000100101
+11000010000000000110100001001101
+01110000100000000010001100000000
+00100000011000000000000000000000
+01110000100010101010000000000100
+01110000100010101010000100110001
+01110000100010101010001000000001
+00100000001000000110100001011001
+01110000100010101010000000001100
+01110000100010101010000111111011
+01110000100010101010001000000011
+01100111111000010000010011010100
+01000100110001010100000000010001
+01110000100010100000000111111111
+01101111111100001000101000001011
+01100111111000001000010011010110
+00011111111000011111111000000100
+01100111111100001000101000001011
+01101111111100001000101000010011
+01100111111000001000010011010111
+01110000100010100001001100010001
+00100000000000000000001111101000
+01101111111100001000101000000010
+00011111111000011111111000000001
+01100111111100001000101000000010
+01110000100010100000000000000011
+01000100110001011100000000010001
+01101111111100001000101010100000
+00011111111000011111111011010000
+01100111111100001000101010100000
+00100000000000000001011101110000
+01101111111100001000101010100000
+00011111111000011111111000100000
+01100111111100001000101010100000
+00100000000000000010111011100000
+01101111111000010000010011010100
+00100000011000000000000000000000
+01000100110001100100000000010001
+01110000100010101010000000000100
+01110000100010101010000101000011
+01110000100010101010001000000001
+01101111111100001000101000000010
+00011111111000010111111011111110
+01100111111100001000101000000010
+01101111111000001000010011010110
+01100111111100001000101000001011
+01101111111000001000010011010111
+01100111111100001000101000010011
+00100000011000000000000000000000
+00011111111010011111111000000000
+01100111111100010000000001000101
+01110000100000000100101100000000
+00100000011000000000000000000000
+00100000010000000110100001010010
+00100000010000000110100001111111
+00100000010000000110100010110001
+11101000010000001000000000010001
+00011010001000001010001000000001
+00011000000000000000111000000000
+10101000010011000000000000000000
+00100000001000001110100010101000
+01101111111100001000000001000110
+01111001001000000111111000000110
+01111001001000000111111000000111
+01100111111100001000000001000110
+01110000100000000100011100000010
+01110000100000000100011110000010
+01111001001111111111111000000111
+01100111111100001000000001000110
+01110000100000000100011110001010
+00100000000000000000000000001011
+01110000100000000100011111001010
+00100000000000000000000000100001
+01110000100000000100011101001010
+00100000000000000000000011001000
+01110000100000000100011111001010
+00100000000000000000000000010110
+01110000100000000100011110001010
+00100000000000000000000000100001
+01110000100000000100011110000010
+00100000000000000000000000000001
+01110000100000000100011110010010
+00100000000000000000000000001010
+01110000100000000100011110110010
+01101111111100001000000000000111
+01110000100000000100011110010010
+00100000000000000000000000000001
+01110000100000000100011110000010
+10101111111011000000000000000000
+00100000001000001110100010001001
+01101111111100010000000001000101
+00011111111000001111111000000001
+01100111111100010000000001000101
+00011000111000001000111000000001
+00101000111000000001111000001000
+00100100001000001110100010001001
+11000010000000000110100010000110
+01110000100000000100011110000011
+00100000001000000110100001110011
+01110000100000000100011110000010
+00100000000000000000000000001100
+01110000100000000100011110000000
+01110000100000000100011110000010
+00100000000000000000000010010110
+00100000011000000000000000000000
+00100000010000000110100010110001
+01110000100000000100011110100010
+00011010001000100111111000000000
+01100111111100010000000001001000
+01111001001000000000010000001011
+00101111111011000000000000001111
+01111001001000001000010000001111
+01100000010110010000000001001010
+01110000100000000000011100000001
+00100000011000000000000000000000
+01101111111100001000000100101000
+11000011000000001110100011000001
+01110000100000000100011110000011
+00100000011000000000000000000000
+01000100110001101100000000010001
+00100000010000000110100001010110
+00100000010000000110100011001001
+00100000001000000110100001110011
+00100000010000000110100001111111
+00100000010000000110100010110111
+00100000001000000110100011000001
+00100000010000000110100001010110
+01101111111100010000000100100010
+01100111111100010000000001000101
+00100000010000000110100010110111
+11011000111000000000000000000001
+00100000010000000110100000111011
+00100000010000000110100011000001
+00101111111011111111111000000000
+00100000010000000110100000110100
+00100000001000000110100001110011
+01011000000000000000011111010010
+11011010001000000100000011001100
+11011000010000000000000000000001
+00100000010000000110100011001001
+01101111111000001100000011001100
+00100100001110100110100011011101
+01110000010000001100110000000100
+00100000001000000011110000001110
+01101111111000010000000110111000
+00011111111100011111111000000000
+00100000011110100000000000000000
+01101111111000001000000110111000
+00011111111100011111111000000000
+11000000000000100110100011101100
+11000000000001011110100011110000
+11000000000001000110100011110100
+11000000000000111110100011111000
+11000000000001001110100011111100
+11000000000001010110100011111100
+11000000000001100110100100000000
+11000000000001111110100100000111
+00100000001000000110100100011011
+11011111111000000101001000101100
+11011000010000000110010110010110
+00100000010000000110100100001110
+00100000001000000110100100000011
+11011111111000000100111000111000
+11011000010000000110010110010110
+00100000010000000110100100001110
+00100000001000000110100100100000
+11011111111000000110000000101000
+11011000010000000110010110010110
+00100000010000000110100100001110
+00100000001000000110100100000011
+11011111111000000100001010010110
+11011000010000000100011110000110
+00100000010000000110100100001110
+00100000001000000110100100000011
+11011111111000000100111000111000
+11011000010000000110000000100100
+00100000010000000110100100001110
+00100000001000000110100100000011
+11011111111000000101000010111000
+11011000010000000110010110010110
+00100000010000000110100100001110
+11011111111000000111010011101000
+11011000010000000111110111100100
+00100000010000000110100100010100
+00100000001000000110100100100000
+11011111111000000101000010111000
+11011000010000000110010110010110
+00100000010000000110100100001110
+11011111111000000100001010010110
+11011000010000000100011110000110
+00100000010000000110100100010100
+00100000001000000110100100100000
+00011000010100000000010000000000
+10011000010000011111111000000000
+01100111111100100000000001001100
+00100000001000000110100100110101
+11011111111000000100001100101111
+11011000010000000100011110000110
+00011000010100000000010000000000
+10011000010000011111111000000000
+01100111111100100000000001001100
+00100000001000000110100100110111
+11011111111000000100011110001011
+11011000010000000100100011111010
+00100000001000000110100100010100
+00100000010000000110100100011000
+11011111111000000100001100101111
+11011000010000000100011110000110
+00100000010000000110100100001110
+00100000001000000110100100100000
+01101111111000010000000110111000
+01111001001000000111111000001101
+01111001001000000111111000001110
+01100111111100100000000001001100
+00100000010000000110100100100111
+01110000100000000001000100001000
+00100000011000000000000000000000
+01011000000000000000000000000010
+00110111110110011000001000000000
+01100111111100001000000000010010
+00110111110110011000001000000000
+00110111110110011000001000000000
+00100000011000000000000000000000
+01101111111100010000000100011110
+01111001001111111111111000001110
+01100111111100100000000001001100
+00100000001000000110100100100111
+01101111111100010000000100011110
+01111001001000000111111000001110
+01100111111100100000000001001100
+00100000001000000110100100100111
+01011000000000000000000000000100
+00100000001000000110100100101000
+01011000000000000000000000001000
+00100000001000000110100100101000
+01000100110001110100000000010001
+01101111111000001100001110101110
+01100111111100001000000010000000
+01101111111000001100001110101111
+01100111111100001000000010000001
+01011000000000000000000110111011
+01100111111100010000000010000100
+01011000000000000000000111000000
+01100111111100010000000010000110
+00100000001000000110011101000101
+01111001001000000111111000000111
+01100111111000010000000110111011
+01000100110001111100000000010001
+01110000100000001000001000000010
+01110000100000001000100000000000
+01110000100000000000011000000010
+00100000001000000110100101010011
+00011000000000000000010000000001
+01100111111000001000000110111011
+01000100110010000100000000010010
+01110000100000001000001000000001
+01100000010110010000000010001000
+01110000100000000000011000000010
+00100000010000000110100101010011
+01101111111000001000000111000000
+00100000011000000000000000000000
+00100000000000000000000000000101
+01101111111100001000000100101000
+11000011000000011110100101010011
+00100000011000000000000000000000
+01101111111000001100001111010010
+11000000000000001110100101011110
+11000000000000010110100101100100
+11000000000000011110100101101100
+11000000000000100110100101110000
+11000000000000101110100101110111
+00100000011000000000000000000000
+01100111111000011100001111001011
+00011010001000100111111000000000
+01100111111000010100001111001110
+01100000010010010100001111010000
+01110000010000111101001000000010
+00100000001000000110100110001100
+00100000010000000110100110001100
+01110000010000111101001000000011
+00100000010000000110100110010010
+11011010001000000000000110111011
+01110000100000001000001000000100
+01101111111000011100001111001011
+11011000010000000000000000100000
+00100000001000000110100110100011
+00100000010000000110100110001100
+00100000010000000110100111000110
+01110000010000111101001000000100
+00100000011000000000000000000000
+01000100110010001100000000010010
+00100000010000000110100110001100
+01110000010000111101001000000101
+00100000010000000110100110010010
+00100000010000000110100110000100
+00100000010000000110100110011111
+00100000001000000110100101111111
+00100000010000000110100110001100
+00100000010000000110100110010010
+01011000000000000000000000000101
+00100000010000000110100101001010
+11000011100000000000000000000000
+01110000010000111101001000000000
+01101111111000010100001110100000
+00100000001000000111010010000111
+01101111111000100000010011001100
+01101000010010010100001111001110
+00011000010000001000010111111100
+11100111111000100000000000000010
+00100000011000000000000000000000
+01101000010010010100001111001110
+00011000010000100010001000000000
+00011000010000001000010111111100
+11101111111000100000000000000010
+01100111111000100000010011001100
+01101000010010010100001111010000
+01101111111000011100001111001011
+00100000011000000000000000000000
+01000100110010010100000000010010
+00100000010000000110100111110001
+00100000010000000110011101000101
+01011000000000000000000000000000
+01100111111000100000000110111011
+00100000011000000000000000000000
+01110000000000011011101100000110
+01011000000000000000000000000000
+01100111111100010000000010001000
+01011000000000000000000000000001
+01100111111100010000000010000010
+01011000000000000000000110111011
+01100111111100010000000010000100
+01110000100000000000011000000010
+00100000001000000110100101010011
+01110000000000011011101110101011
+00100000001000000110100110010011
+01110000000000011011101110111001
+00100000001000000110100110010011
+00011000010000001000010000000100
+01100000010110010000000010000010
+11011000010000000000000000000010
+00011010001000001010001111111100
+11100000010000001000000000010001
+00011111111100010000010000000000
+11100000010000001000000000000101
+00011111111011001000010000000000
+11100000010000001000000000000101
+11100111111000001000000000000101
+00011010001000100111111000000000
+01100111111100010000000010000100
+01011000000000000000000000000000
+01100111111100010000000010001000
+01110000100000000000011000000010
+00100000010000000110100101010011
+00100000001000000110100111000110
+01100000010110010000000010001000
+00011111111100010000010000000000
+01100000010010001000000110111100
+00011111111011001000010000000000
+01100000010010001000000110111101
+01100111111000001000000110111110
+01011000000000000000000000000100
+01100111111100010000000010000010
+01110000000000011011101100000011
+01011000000000000000000110111011
+01100111111100010000000010000100
+00011010001000100111111000000000
+01100111111100010000000010000110
+01101111111100001000000010000000
+00101010001011000000000000001111
+01111001001000001111111000000110
+01100111111100001000000010000000
+01110000100000000000011000000010
+01101111111100001000000100101000
+11000010100000111110100111000010
+11011000111000000000000000000011
+00100000001000000110100101010011
+01011000000000000000011111010000
+00100000010000000011101010001100
+00100000010000000110100110010010
+01011000000000000000000111000000
+01100111111100010000000010000110
+01011000000000000000000000000101
+00100000010000000110100101001010
+11000010100000000110100111000110
+00100000011000000000000000000000
+01100000010110010000000010001000
+01011000000000000000000000000100
+01100111111100010000000010000010
+01110000000000011011101100000011
+01011000000000000000000110111011
+01100111111100010000000010000100
+00011010001000100111111000000000
+01100111111100010000000010000110
+01101111111100001000000010000000
+00101010001011000000000000001111
+01111001001000001111111000000110
+01100111111100001000000010000000
+01110000100000000000011000000010
+01101111111100001000000100101000
+11000010100000111110100111011100
+11011000111000000000000000000011
+00100000010000000110100000111011
+00100000010000000110100101010011
+00101111111011111111111000000010
+00100000010000000110100000110100
+01101111111000001000000110111100
+00011111111100000010010000000000
+01101111111000001000000110111101
+00011111111011010111111000000000
+10011010010000011010010000000000
+01101111111000001000000110111110
+10011010010000011111111000000000
+10011000010000001111111000000000
+01100111111000001000000110111110
+00011111111011001111111000000000
+01100111111000001000000110111101
+00011111111011001111111000000000
+01100111111000001000000110111100
+00100000011000000000000000000000
+01101111111000001100001111010011
+01101000010010001100001111010101
+10011000010001100111110000000000
+00100100001000101110100111110110
+00100000010000000110101000000010
+01101111111000001100001111010011
+11011000010000000000000000100000
+00100000010000000110101110111101
+01101111111000001100001111010110
+11011000010000000000000000100001
+00100000010000000110101110111101
+01101111111000001100001111010100
+11011000010000000000000000100010
+00100000010000000110101110111101
+01101111111000001100001111010101
+11011000010000000000000000011111
+00100000001000000110101110111101
+01110000010000111101001100000001
+01110000010000111101010000000011
+01110000010000111101010100000000
+01110000010000111101011000000010
+01110000010000111101011100001011
+01110000010000111101100000001010
+00100000011000000000000000000000
+01110000100000000001000000000001
+00100000011000000000000000000000
+01110000100000001000101100000101
+01110000100000001000110000000111
+01110000100000001000110100000111
+01110000100000001000111000000111
+01110000100000001000111100000111
+01110000100000001001000000000101
+01110000100000001001000100000000
+00100000011000000000000000000000
+01110000100000001000101100001100
+01110000100000001000110000001101
+01110000100000001000110100001101
+01110000100000001000111000001101
+01110000100000001000111100001101
+01110000100000001001000000001100
+01110000100000001001000100000000
+00100000011000000000000000000000
+00100000010000000110101001010000
+01101111111000001100001111011010
+11011000010000000000000001101100
+00100000010000000110101110111101
+01101111111000001100001111011011
+11011000010000000000000001101101
+00100000001000000110101110111101
+00100000010000000110101001010111
+00100000001000000110101000011100
+01101111111100001000000100101000
+11000011000000101110101000100100
+00100000011000000000000000000000
+01100111111000001000000110111111
+01011000000000000000000110111111
+01100111111100010000000010010100
+01011000000000000000000000000001
+01100111111100010000000010010010
+01100000010110010000000010011000
+01100010001100010000000010010110
+01110000100000001000101000000001
+01110000100000000000011000000100
+00100000001000000110101000100100
+01011000000000000000000000000000
+01100111111100010000000010011000
+01100111111100010000000010010110
+01100000010110010000000010010010
+01100010001100010000000010010100
+01110000100000001000101000000001
+01110000100000000000011000000100
+00100000001000000110101000100100
+01111001001000000000000000101000
+01110000010000111010110100001000
+00100000011000000000000000000000
+01111001001111111000000000101000
+01110000010000111010110100100000
+00100000011000000000000000000000
+01101111111000001100001110100100
+10011010010000001111111000000000
+01100111111000001000000110111101
+00100000001000000110101001000110
+01101111111000010000000110111101
+00011111111100001111111000000000
+01100111111000001000000110111101
+01011000000000000000000000000011
+01100111111100010000000010010010
+01110000000000011011110010100000
+01110000000000011011111010100001
+00100000001000000110101001100101
+01100000010010010000010011001100
+00100000010000000110101001010000
+01101000010010010000010011001100
+00100000010000000110101001111111
+00100000001000000110101001010111
+01101111111000001100001111011001
+11000001011111111000000000000000
+11000011000000110110101001010101
+01011000000000100100100111110000
+00100000010000000011101010001100
+01101000010010001100001111011001
+00100000001000000110101110010110
+01101000010010001100001111011001
+00100000001000000110101110010010
+01000100110010011100000000010010
+11000101000101000110101000111111
+01101111111000010100001110100100
+10011010010000001111111000000000
+00011111111100001111111000000000
+01100111111000010000000110111101
+01000100110010100100000000010010
+11000101000101000110101001000011
+01011000000000000000000000000100
+01100111111100010000000010010010
+01110000000000011011110010100000
+01110000000000011011111110100001
+01011000000000000000000110111100
+01100111111100010000000010010100
+01100000010110010000000010011000
+01100010001100010000000010010110
+01011000000000000000000000000010
+00101010001011000000000000001111
+01111001001000001111111000000000
+01100111111100001000000010001010
+01110000100000000000011000000100
+11011000111000000000000000000101
+00100000010000000110100000111011
+00100000010000000110101000100100
+00101111111011111111111000000100
+00100000010000000110100000110100
+11000101000101000110101001111010
+01101111111000010000000110111101
+00011111111100001111111000000000
+10011000010000001111111000000000
+00011111111100001111111000000000
+01100111111000010000000110111101
+00100000011000000000000000000000
+01101111111000001000000110111101
+10011000010000001111111000000000
+00011111111100001111111000000000
+01100111111000010000000110111101
+00100000011000000000000000000000
+01101111111000010100001110100100
+10011010010000001111111000000000
+01100111111000010000010011000100
+01000100110010101100000000010010
+01100000010010010000010011001100
+01100010001000010000010011100011
+00100000010000000110101010010100
+01101000010010010000010011011100
+01101010001000010000010011100011
+01101111111000010000010011000100
+00100000010000000110101010110101
+01101111111000010000010011011100
+01101000010010010000010011100011
+10011000010000001000010000000000
+01100000010010010000010011100011
+01101000010010010000010011000100
+10011000010000001000010000000000
+01100000010010010000010011000100
+01101111111000010000010011001100
+00100100001110100110101010000101
+00100000011000000000000000000000
+01000100110010110100000000010010
+01101111111000001100001110101101
+00011111111000001111111111111111
+01101000010010010000010011000100
+10011000010000011111111000000000
+00011111111000001111111000000001
+01100111111000011000010011100000
+01101111111000010000010011001100
+10011000010000001111111000000000
+01101000010010011000010011100000
+10011000010001100111111000000000
+00100100001000010110101010100110
+01100111111000010000010011001100
+01101111111000011000010011100000
+01101000010010010000010011000100
+10011000010001100111111000000000
+01100111111000010000010011011100
+00100000011000000000000000000000
+01101111111000010000010011001100
+01100111111000010000010011011100
+01011000000000000000000000000000
+01100111111000010000010011001100
+00100000011000000000000000000000
+00011010010000100111111000000000
+00011000010000001000010000000010
+01100000010110010000000010010010
+00011010001000001010001111111110
+11101000010000011000000000010001
+00011000010000100010010000000000
+11011000010000000000000010100000
+11100000010000001000000000010001
+11100111111000001000000000000101
+00100000001000000110101011000010
+00011111111000100010010000000000
+01000100110010111100000000010010
+11000101000101000110101010101011
+00011010010000100111111000000000
+00011000010000001000010000000011
+01100000010110010000000010010010
+00011010001000001010001111111101
+11101000010000011000000000010001
+00011000010000100010010000000000
+11011000010000000000000010100000
+11100000010000001000000000010001
+00011111111100001111111000000000
+11100111111000010000000000000101
+01100010001100010000000010010100
+01011000000000000000000000000000
+01100111111100010000000010011000
+01110000100000001000101000000001
+01110000100000000000011000000100
+00100000010000000110101000100100
+11100010010000011000000000010001
+01000100110011000100000000010011
+01110000000000011011111100000000
+01011000000000000000000000000001
+01100111111100010000000010010010
+01110000000000011011110010100000
+01011000000000000000000110111100
+01100111111100010000000010010100
+01011000000000000000000000000000
+01100111111100010000000010011000
+01100111111100010000000010010110
+01011000000000000000000000000011
+01100111111100001000000010001010
+01110000100000000000011000000100
+00100000010000000110101000100100
+01101111111100001000000100101000
+11000100000000110000000000000000
+00100000000000000000010111011100
+01101111111000001000000110111111
+00011111111000001111111000000001
+01100111111000001000000110111111
+00011111111001100111110000101000
+00100100011000010000000000000000
+00100000001000000110101011001011
+01000100110011001100000000010011
+00100000010000000111010011001010
+01101111111000001100001110110011
+00100000011110100000000000000000
+01101111111000010100010000110100
+11000100000001001000000000000000
+01101111111000001100001010100000
+11000000000000000110101011111011
+01101111111000001000000101111000
+00101111111000011000000011000000
+00100000001000001110101011101110
+00101111111000011000000001000000
+00100000001000001110101100000000
+00100000001000000110101011110101
+00100000001101100110101011110010
+01101111111000001100001010000100
+11000011000000001110101011111011
+00100000001000000110101011110101
+00100000010000000110101011111011
+00100000011101000000000000000000
+00100000001000000110101011110101
+01101111111000001100001011010011
+11000010100000111110101011111000
+00100000001000000110101011111110
+01101111111000110000000101110011
+01100111111001000100001011011010
+00100000001000000110101011111110
+01110000000000000010110100110101
+01101111111000110000000101110011
+00100000001000000110101100000001
+01110000000000000010110100110111
+00100000001000000110101100000001
+01110000000000000010110100110110
+01000100110011010100000000010011
+01101111111000010100001110110001
+11101000010000001000000000111111
+00011111111000001111111000000001
+01100111111000010000000000101110
+01100000010010001000000000101100
+01101111111000001100001110110011
+00011111111000100010011000000000
+01101111111000010000000000101110
+00011111111000100010001000000000
+00100000010000000110101100011001
+00100000011101000000000000000000
+01101000010010010000000000101110
+00011000010000001000010000100010
+01100000010010010000000000101110
+00011000010000001000010111111111
+11101111111000001000000000000010
+01100111111000001000000000101100
+00011010011000001010011111111111
+00100100001000101110101100001001
+01101111111000001100001110110011
+00011111111000001111111111111111
+01100111111000001000000000101100
+00100000011000000000000000000000
+01101111111000001000000000101101
+11000000100110011110101100100000
+11011010010000000000000000101101
+11011111001000000000000000000111
+00100000010000000111010001110111
+00100000001000101111010011001000
+00100000011000000000000000000000
+11000000000110110110101100100011
+11000000000110111110101100111110
+00100000001000000110101100011011
+11101000010000001000000000010001
+10011000010001100111110000000000
+00100100011000101000000000000000
+11011000101000000000010011110110
+11011111001000000000000000010000
+00100000010000000111001111101100
+01101111111000011000000101110110
+01100111111000011000010011110110
+00100000010000000110101100110101
+01101111111000010000010100010011
+00011111111100001111111000000000
+00011111111011010000010000000000
+11101111111000001000000000000110
+10011000010000001111111000000000
+01101000010010011000000101110011
+10011000010001100111110000000000
+00100000001000101111010011001000
+00100000011000000000000000000000
+11011000110000000000010011110110
+00100000010000000110111001111101
+11101111111000001000000000010001
+00100000010000000110111001111110
+00011000000000000110110000111000
+00011000000000000110110000000000
+00100000010000000110110111101011
+11011000101000000000010100000110
+00100000001000000110111010010001
+11101000010000001000000000010001
+10011000010001100111110000000000
+00100100011000101000000000000000
+00011000110000100010001000000000
+00011000110000001010011000001000
+11011010010000000100001011011010
+11011111001000000000000000001000
+00100000010000000111010001110111
+00100000001000101111010011001000
+00011010011000100010001000000000
+11011010010000000100001011100010
+11011111001000000000000000001000
+00100000010000000111010001110111
+00100000001000101111010011001000
+00100000011000000000000000000000
+00100000010000000111010011001100
+00100000010000000110101011100000
+00100100001101000110101101011000
+01101111111000010000000000101110
+00011111111000001000110000000001
+11011000101000000100001011100010
+00100000010000000111001111010010
+11011000101000000100001001001100
+00100000010000000111001111010010
+01110000010000100101110000000001
+00100000011000000000000000000000
+01110000010000100101110000000000
+00100000011000000000000000000000
+01110000000000000010110100110100
+01101111111000001100000010010101
+11000000000001000101101100110011
+00100000011000000000000000000000
+01000100110011011100000000010011
+01111001001000000000010000000111
+00100000010000000110101110000101
+01111101001000001000010000000111
+01000100110011100100000000010011
+00011000010001100111110011111111
+00100000011000101000000000000000
+00101000010011000000000000000111
+00011000010000010000111000011111
+01101111111000100000000000010110
+11111001001000001111111000000000
+01100111111000100000000000010110
+01101111111000100000000000011010
+11111101001000001111111000000000
+01100111111000100000000000011010
+00100000011000000000000000000000
+01000100110011101100000000010011
+00011000010001100111110011111111
+00100000011000101000000000000000
+00101000010011000000000000000111
+00011000010000010000111000011111
+01101111111000100000000000010110
+11111001001111111111111000000000
+01100111111000100000000000010110
+01101111111000100000000000011010
+11111001001111111111111000000000
+01100111111000100000000000011010
+00100000011000000000000000000000
+00100000010000000110101101101110
+00100000001000000110101101111111
+00011000010001100111110011111111
+00100000011000101000000000000000
+00100100010101011110101101100010
+00100000010000000110101110110011
+01011000000000000000000000000000
+00101000010011111111111000000111
+01111101001000001111111000000110
+01111001001000001111111000000111
+00100000001000000110101110101100
+01000100110011110100000000010011
+11011000101000001000000100011100
+00011000010000010000111000000111
+00011000010010010111111000000000
+00011111111000010111111000000011
+10011000101000001000101000000000
+11101111111000001000000000000101
+00101000010011111111111000000111
+00100000001000001110101110010000
+10101111111011000000000000000000
+00100000011000000000000000000000
+10101111111011111111111111111111
+00100000011000000000000000000000
+00011000010001100111110011111111
+00100000011000101000000000000000
+00101111110011111111111000000111
+00100000001000000110101110011001
+00011000010001100111110011111111
+00100000011000101000000000000000
+00101111110011000000000000000111
+01011000000000000000000000000000
+01111101001000001111111000000111
+10011000010000101000010000000000
+00100000010000000110101110110011
+01011000000000000000000000111111
+00101000010011111111111000000111
+01111001001000001111111000000000
+00100000001000000110101110101100
+00011000010001100111110011111111
+00100000001000101111010011010010
+00100000010000000110101110110011
+11101111111000001000000000000101
+11000010100000000110101110101000
+00101000010011000000000000000111
+00100000011000000000000000000000
+00101000010011111111111000000111
+00100000011000000000000000000000
+00100000010000000110101110110011
+01011000000000000000000011000000
+11100111111000001000000000000101
+00100000011000000000000000000000
+00011000010001100111110011111111
+00100000011000101000000000000000
+00100000010000000110101110110011
+01011000000000000000000000000000
+00100000001000000110101110101100
+00011000010000010111111000111111
+00011111111001100111110000001101
+00100100001000010011101010001010
+11011000101000001000000001110000
+10011000101000001000101000000000
+00100000011000000000000000000000
+00011111111000010000010011111111
+00011111111011001111111000000000
+00100000001000000110101110111101
+11000100000000111000000000000000
+00011111111000010111111000111111
+00011111111001100111110000001101
+00100100001000010011101010001010
+11011000101000001000000001110000
+10011000101000001000101000000000
+11100000010000001000000000000101
+00100000011000000000000000000000
+00011000010000010000010000111111
+01011000000000001000000001110000
+10011000010000001000110000000000
+11101111111000001000000000000110
+00100000011000000000000000000000
+11011111001000000000000000001110
+11011000110000001000000001110000
+00011000110000100000101000000000
+11101111111000001000000000000110
+11000000000011111110101111010111
+11000000000100000110101111010111
+11000000000100001110101111010111
+11000000000100010110101111010111
+11000000000100011110101111010111
+11000000000101100110101111010111
+11000000000101101110101111010111
+11000000000000000110101111010111
+11000010000000000110101111001011
+00100000011000000000000000000000
+01011000000000000000000001000000
+11100111111000001000000000000101
+00100000001000000110101111010101
+01011000000000000000000010000000
+11100111111000001000000000000101
+00100000001000000110101111010101
+01000100110011111100000000010011
+01011000000000000000011111100000
+11011010001000000100001110110110
+11011000010000000000000000001100
+00100000001000000110100011000101
+01000100110100000100000000010100
+01101010010100001000101000010010
+01110000100010100001001000111101
+01110000100010100001000110101010
+01110000100010100000101000001100
+01101111111100001000101000001001
+01111001001000000111111000000111
+01100111111100001000101000001001
+01110000100010100000101100000100
+00100000000000000000000000111100
+01110000100010100001011000000000
+01110000100010100001011100000110
+00100000010000000110110000000010
+01100111111100001000101010010111
+01110000100000001100011000000011
+00100000000000000000000000111100
+01101111111100001000000001010011
+01111001001000000111111000000111
+01100111111100001000000001010011
+00100000000000000000001111101000
+01101111111000010100001111000100
+01101000010010001100001111000110
+00011000010001100111110000000001
+00100000010000101011101010001100
+01101111111100010000000101001100
+01100111111000010100001111001000
+01101111111100001000000001010011
+01111001001111111111111000000111
+01100111111100001000000001010011
+01110000100010101001011100000000
+01100010010100001000101000010010
+00100000011000000000000000000000
+01000100110100001100000000010100
+01101111111000001100001111000110
+11000000000000011110110000001001
+11000000000000100110110000001011
+11000000000000001110110000000111
+01011000000000000000000001001111
+00100000011000000000000000000000
+11011010001000000000000000000010
+00100000001000000110110000001100
+11011010001000000000000000000110
+01101111111000001100001111000111
+00011111111010011111111000000000
+00011111111000011111111000000001
+10011010001000011111111000000000
+00100000011000000000000000000000
+01000100110100010100000000010100
+01101111111000001100001111000110
+11000000000000011110110000011001
+11000000000000100110110000010111
+01101111111000100100001110111110
+00100000001000000110110000011010
+01101111111000100100001110110110
+00100000001000000110110000011010
+01101111111000100100001110111010
+01100111111000100000010011001100
+00100000010000000110110000101000
+01101000010010010100001111001000
+10011000010011111111111000000000
+00011111111100010111111000000000
+00011111111100011000010000000000
+01101111111000100000010011001100
+00100000010000000110110000101100
+10011000010001100111111000000000
+11011000010000000000001111101000
+10011000010011111111111000000000
+00011111111100010111111000000000
+00011111111100011111111000000000
+00100000011000000000000000000000
+11011010001111111110000000000000
+10011010001000010111111000000000
+00011111111010010111111000000000
+00100000011000000000000000000000
+11011010001000000001111111111111
+10011010001000010111111000000000
+00011111111011010111111000000000
+00011111111010111111111000000000
+00100000011000000000000000000000
+11101111111001000000000000010001
+01100111111001000000010011000100
+01101111111000010000010011000100
+01101000010010010000010011000110
+10011000010001100010001000000000
+01101111111000010000010011001010
+10011000010001100010010000000000
+01101000010010010000010011001000
+10011000010001100111110000000000
+00100100010000010110110001000001
+00011010010011111111111001100100
+10011010001001101111110000000000
+00100000010000000111010001110101
+00011000000001111111111000000000
+00100000010110100110110001001001
+00100000011000000000000000000000
+01101111111000001100001111001010
+01111001001000000111111000000000
+01100111111000001100001111001010
+00100000011000000000000000000000
+01101111111000001100001111001010
+01111001001111111111111000000000
+01100111111000001100001111001010
+00100000011000000000000000000000
+01101000010010001100001111001010
+01111001001000000000010000000001
+01100000010010001100001111001010
+00100000011000000000000000000000
+01101000010010001100001111001010
+01111001001111111000010000000001
+01100000010010001100001111001010
+00100000011000000000000000000000
+01101111111000010100001111011110
+11101111111000001000000000111111
+00100000011110100000000000000000
+00011111111000100111001000000000
+01101111111000010100001111011110
+00011111111000001111111000000011
+00011111111000100010001000000000
+11101000010000001000000000010001
+00100000010000000110101101111100
+00011010001000001010001000000001
+11000010000000000110110001011000
+00100000011000000000000000000000
+01101111111000010100001111011110
+00011111111000001111111000000011
+00011111111000100010001000000000
+00011000000000000010010000000000
+01011000000000000000000000000000
+01100111111000010000010101000110
+11101000010000001000000000010001
+00100000010000000110101110000101
+01000100110100011100000000010100
+01101111111000010000010101000110
+00011010010000100000111000000000
+11111001001000001111111000000000
+01100111111000010000010101000110
+00011010001000001010001000000001
+00011010010000001010010000000001
+01101111111000010100001111011110
+11101111111000001000000000111111
+10011010010000101111110000000000
+00100100001000101110110001100011
+01101111111000010000010101000110
+01101000010010010100001111100000
+10011000010000101111110000000000
+00100000011000101000000000000000
+00100000001000000111010011001000
+01101111111000010100001111011110
+11101111111000001000000000111111
+00100000011110100000000000000000
+00011111111000100111001000000000
+01101111111000010100001111011110
+00011111111000001111111000000011
+00011111111000100010001000000000
+11101000010000001000000000010001
+00100000010000000110101101011110
+00011010001000001010001000000001
+11000010000000000110110001111100
+00100000011000000000000000000000
+11011000111000000000000000001001
+00100000010000000111010000101110
+00100100011110100000000000000000
+01011000000000000000000000100000
+11011000111000000000000000001001
+00100000010000000111010000100000
+01111000010101000111110000000000
+00100000010000000110110001110101
+01000100110100100100000000010100
+01101111111000010100001111011110
+11101111111000001000000000111111
+00100000011110100000000000000000
+00100000010000000110110001011101
+00100100001101000110111011110001
+00100000010000000110111011101111
+01111000010101000111110000000000
+01101111111000010000010101000110
+01100111111000010000010101001101
+01110000000001010100111100000000
+00011000000000000000111000000000
+01101111111000010100001111100000
+00011111111000110000010000000000
+01100000010010010100001111100000
+00011111111000010111111000000001
+01101000010010010000010101001101
+00011000010000010010001000000001
+00011000010000110000010000000000
+01100000010010010000010101001101
+10011010001000101111110000000000
+00100100010000101110110010101010
+01101111111000010100001111011110
+11101111111000001000000000111111
+01101000010010001000010101001111
+00011000010000001000010000000001
+01100000010010001000010101001111
+00011000010000100000111000000000
+10011000111000101111110000000000
+00100100001000101110110010010101
+01101111111000010000010101000110
+01100111111000010100001111100000
+00100000011000000000000000000000
+01000100110100101100000000010100
+01101111111000010100001111011110
+00011111111000001111111000000001
+11101111111000010000000000111111
+00100000001000000111010010000111
+01101111111100001000000001000010
+10011010001000011111111000000000
+01100111111100001000000001000010
+01101111111100010000000001010000
+01111001001111111111111000001101
+01100111111100010000000001010000
+00100000000000000000000001100100
+00100000011000000000000000000000
+01101111111100001000000001000010
+11000010100000110110110010111100
+11000010100000111110110010111110
+01011000101101110001101100000000
+00100000011000000000000000000000
+01011001011011100011011000000000
+00100000011000000000000000000000
+01011000000000001000000011101000
+00100000011000000000000000000000
+01101000010010011000010011000110
+00100000010000000110110010110111
+10011000010001101111110000000000
+00100000010000000111010001110101
+00011000000001111000010000000000
+01101111111000001000010011001001
+10011000010011111111111000000000
+00011111111001101111110001100100
+00100000010000000111010001110101
+00011000000001111010001000000000
+00011000010000100111111000000000
+10011010001001100010010000000000
+01101111111000001000010011000101
+00100000010000000110110011010100
+01101111111000001000010011000100
+01101000010010001000010011000101
+00011000010000010000010000001111
+00011000010011010000010000000000
+10011000010000011111111000000000
+00100000001000000110110100010100
+10011000000000000000111000000000
+00100000010000000110110011100010
+00100000001000000110110011010111
+01101111111100001000000011000101
+11111001001000000111111000000000
+01100111111100001000000011000101
+01101000010110001000000001000010
+00101000010011111111111000000111
+00100000010000001110110011100000
+11111001001111111111111000000000
+01100111111100001000000011000101
+00100000011000000000000000000000
+00100000000000000000000111100000
+00100000011000000000000000000000
+00011111111000010111111000001111
+11011000101000001000000010011100
+00011111111011111111111000000100
+10011000101000001000101000000000
+00011010001000100111111000000000
+11100111111000010000000000000101
+00011010010000100111111000000000
+11100111111000010000000000000101
+00100000011000000000000000000000
+00011010010011001000111000000000
+00100000010000000110110100001001
+00011010010011001000111000000000
+00100000010000000110110100000011
+00011010001011001000111000000000
+01111000001000001111110000000000
+00100000010000000110110100000100
+00011010001000100111111000000000
+00100000010000000110110100001111
+00011010010000100111111000000000
+00100000001000000110110100010100
+00011010001000100111111000000000
+00100000010000000110110100010111
+00011010010000100111111000000000
+00100000010000000110110100010111
+00011010001011001000111000000000
+01111000010000001111110000000000
+00100000010000000110110100000100
+00011010010011001000111000000000
+01111000010000001111110000000000
+00100000010000000110110100001010
+00011010010011001000111000000000
+01111000010000001111110000000000
+00100000001000000110110100000100
+00101000111011111111111000000111
+00011000111000010000111000001111
+01101111111100001000000011000011
+11111001001000001111111000000000
+01100111111100001000000011000011
+00100000011000000000000000000000
+00101000111011111111111000000110
+00011000111000010000111000001111
+01101111111100001000000010011011
+11111001001000001111111000000000
+01100111111100001000000010011011
+00100000011000000000000000000000
+00100000010000000110110100011111
+00011111111011010111111000000000
+00011000111000001000010000010000
+10011000010000011111111000000000
+00100000001000000110101110111001
+01111000001101000111110000000000
+00100000010000000110110100001111
+00100000001000000110110100011010
+01111000010101000111110000000000
+00100000010000000110110100011111
+00100000001000000110110100011010
+00011000111000010000111000001111
+01101111111100001000000010011010
+11111001001101000111111000000000
+01100111111100001000000010011010
+00100000011000000000000000000000
+00011111111011001000111000000000
+00011000111000010000111000001111
+00100000011000000000000000000000
+00011111111000100000010000000000
+01000100110100110100000000010100
+00100000010000000110110100101111
+01011000000000000000100000000000
+10011000010001100111111000000000
+00011111111000100000010000000000
+00011000010100011000010000000000
+01100000010110001000000000000100
+00100000000000000000010101111000
+00011111111000100000010000000000
+00011000010000010000010000001111
+01100000010110001000000000001011
+00100000011000000000000000000000
+01111000001101100111110000000000
+00100000001000000110110100110011
+01000100110100111100000000010100
+01111000010101100111110000000000
+01101111111100001000000001000011
+01111001001101100111111000000011
+01100111111100001000000001000011
+00100000011000000000000000000000
+01011000000000000000000001111101
+00100000001000000110110100100010
+01000100110101110100000000010101
+00100000010000000110111000100010
+11011000101000000100001001001100
+00100000001000000110111010010001
+11011000101000000100001001101101
+00100000001101001110110101000000
+11011000101000000000000101010011
+00011000110000100010001000000000
+00100000010000000111001111010010
+00100000010000000110111000110111
+11011000110000000100001001011101
+00100000001000000110111010101010
+11011010001000000000000101010011
+00100000001101001110110101001000
+11011010001000000100001001101101
+00011010001000100000101000000000
+00100000010000000111010011100011
+00100000001000000110111000110111
+11011000110000000100001010111010
+00100000010000000110111001111101
+11011000110000000100001001001100
+00100000010000000110111001111110
+00011000000000000110110000111000
+00011000000000000110110000000000
+00100000010000000110110111101011
+11011000101000000000000110100011
+00100000001000000110111010010001
+00011000000000000111000000001000
+00011000000000000111111001001001
+00100000001000000110110101011011
+00011000000000000111111001001001
+00100000001000000110110101011010
+00011000000000000111111000000001
+00011000000000000111000000000000
+00011000010011010101111000000000
+10011101111000011101111000000000
+00011111000000001111000000000001
+00011000010011001101111000000000
+00011101111100010101111000000000
+01101111111000010100010000010000
+00011111111100000111111000000000
+10011101111000011101111000000000
+00011111000000001111000000000001
+11101101111000100000000000000110
+00011111000000001111000000000001
+11101111111000010000000000000110
+00011010001100001101111000000000
+00011101111100000101111000000000
+10011101111000011101111000000000
+00011111000000001111000000000001
+00100000011000000000000000000000
+00011010011000001000110000000001
+11101111111000001000000000000110
+10011000000000000010001000000000
+00100000010000000110110101010111
+00100000010000000110110111101101
+00011000000000000111000000000000
+11101111111000001000000000010011
+00011111111000010111111000000011
+00011111111100000101111000000000
+01111001001000000101111000001000
+00100000010000000110111010000110
+00100000010000000110110111110000
+00011010001000100111001000000000
+00011010011000001000110000000010
+00100000010000000110111001100101
+00100000010000000110111001101111
+00100000010000000110110111110000
+00011111001000100111111000000000
+00100000001110100110110110000000
+00100000001000000110110101111011
+00011000000000000111000000001100
+00011101111000100111111000000000
+01100111111000100000000101001011
+00100000011000000000000000000000
+00011010001000001010001000000001
+00100000010000000110110101011001
+00011010011000100000110000000000
+00100000010000000110111001111001
+00100000010000000110110111110011
+00100000010000000110111010011000
+00011010011000001010011000010000
+00011010010000001010010111110000
+00100000001000010110110110000100
+00100000011000000000000000000000
+00100000010000000110110111100000
+01110000100000000110110000000000
+01110000100000000110110100000001
+01101111111000001000000001000111
+00011111111000010111111000000011
+01100111111100001000000001101110
+01011000000000000000000001001001
+01100111111100010000000001101000
+01100111111100010000000001101010
+01101010001000001000000001001000
+00011010001000001010001111111100
+00100100001000010111010011010110
+01100010001000001000000001001000
+01011000000000000000000001001001
+10011010001000001000110000000000
+00011000000000000111000000000000
+11101101111000100000000000000110
+01100101111000100000000101001111
+01101000010010101100010000000111
+00100000010000000110110101010100
+01110000100000000000101000000110
+01110000100000000000101000000111
+01101111111000001000000001001000
+01100111111100010000000011000001
+00100000010000000110110111100111
+01101111111100001000000100001000
+11000011000000111111010011010110
+01101000010010100000000101001111
+01101111111000100100010000001100
+10011000010001100111111000000000
+00100000011110100000000000000000
+01100000010010100100010000001100
+01101111111000101100010000000111
+00011111111000001111111000000001
+01111001001000000111111000100111
+01100111111000101100010000000111
+00011000000000000111111000000000
+00100000011000000000000000000000
+00100000010000000110110110111011
+01011000000000000100000100101101
+10011010001000001010001000000000
+00100000010000000110110111100111
+11011111000000000000000000001100
+11100101111000100000000000010001
+00100000011000000000000000000000
+00100000010000000110110111100000
+01000100110101111100000000010101
+01110000100000000110110000000000
+01110000100000000110110100000001
+01101111111000001100000100101011
+00011111111000010111111000000011
+01100111111100001000000001101110
+01101111111000010000010011100011
+01100111111100010000000001101000
+01011000000000000100000100101101
+01100111111100010000000001101010
+01101010001000001100000100101100
+01101000010010101100010000000010
+00100000010000000110110101010100
+01110000100000000000101000000010
+01110000100000000000101000000011
+01101111111000001100000100101100
+01100111111100010000000011000001
+00011111111000001111111000000100
+01100111111000001100000100101100
+01101111111000101100010000000010
+00011111111000001111111000000001
+01111001001111111111111000100111
+01100111111000101100010000000010
+00100000011000000000000000000000
+01101111111100010000000100011010
+10011000010001100111110000000000
+00100000011000101000000000000000
+00100100011110100000000000000000
+00100000001000000110110111010100
+01101111111100001000000100001000
+11000011000000110011101010001010
+01011000000000000100000100101101
+10011000010000001000101000000000
+11011111000000000000000000001100
+11100101111000100000000000000101
+00100000001000000110110111101001
+01000100110110000100000000010110
+00011000000000000111000000001100
+00100000010000000110111010001100
+00100000010000000110111010001011
+01011000000000000000000000000000
+01100111111100010000000011000001
+00100000011000000000000000000000
+01101111111100001000000100001000
+11000011000000110110110111100111
+01110000100000000000101000000000
+00100000011000000000000000000000
+00100100001110111110110111101011
+00100000011000000000000000000000
+00011000000000000110110000110000
+00011000000000000110110000000000
+00100000001000000110110111101011
+00011000000000000110110000110010
+00011000000000000110110000000010
+00100000001000000110110111101011
+00011000000000000110110000110100
+00011000000000000110110000000100
+00100000001000000110110111101011
+00011000000000000110110000000001
+00011000000000000110110000000000
+00100000011000000000000000000000
+01101111111100001000000101000100
+11000011000000101110110111111001
+00100000011000000000000000000000
+01100111111100010000000001111110
+00011000000000000110110011000000
+00011000000000000110110010000000
+00100000001000000110110111111001
+00011000000000000111000000000000
+00011010010000100000110000000000
+00011000000000000111001000000100
+00100000010000000110111000001111
+00011000000000000110110110000000
+00011000000000000110110010000000
+00100000010000000110110111101011
+00011000000000000111000000001100
+00011010011000100000101000000000
+00011000000000000111001000000100
+00011101111000100111111000000000
+11100111111000100000000000000101
+00011111000000001111000000000001
+11000010000000000110111000001010
+00100000011000000000000000000000
+11101111111000010000000000000110
+11101000010000010000000000000110
+00011000010100000000010000000000
+10011000010000011101111000000000
+00011111000000001111000000000001
+11000010000000000110111000001111
+00100000011000000000000000000000
+00011000000000000111000000001000
+00011010001000100000110000000000
+00011000000000000111001000000100
+00100000010000000110111000001111
+00011000000000000111000000000000
+00011010010000100000110000000000
+00011000000000000111001000000100
+00100000010000000110111000001111
+00011000000000000110110110000010
+00011000000000000110110010000010
+00100000010000000110110111101011
+00100000001000000110111000000111
+00011000000000000111000000000000
+01101111111000100000000101010011
+10011000000000000101111000000000
+00011111000000001111000000000001
+11101111111000100000000000000110
+10011000000000000101111000000000
+00011111000000001111000000000001
+01101111111000100100001001101101
+10011000000000000101111000000000
+00011111000000001111000000000001
+11101111111000100000000000000110
+10011000000000000101111000000000
+00011111000000001111000000000001
+00100000010000000110111010001100
+00011111000000001111000111111100
+01101111111000100100001011010100
+00011111111000100101111000000000
+00011111000000001111000000000100
+00011000000000000110110000111000
+00011000000000000110110000001000
+00100000001000000110110111101011
+01000100110110001100000000010110
+01101111111000110100001010110000
+01101000010010110000000101110011
+00100000001101001110111000111101
+01101111111000110000000101110011
+01101000010010110100001010110000
+00011000000000000111000000001000
+00011000010000100101111000000000
+00011111000000001111000000000001
+00011000010011110101111000000000
+00011111111100000111111000000000
+10011101111000011101111000000000
+00011111000000001111000000000001
+00011111111011110101111000000000
+00011111000000001111000000000001
+00011000000000000101111000000000
+00011000000000000111111000000000
+01101111111000001100001010100000
+01101000010010001100001101100011
+00100100001101001110111001001101
+01101111111000001100001010100111
+01101000010010001100001010100000
+01100111111000001100001001111101
+01100000010010001100001001111110
+00011000000000000111000000000000
+11011010010000000100001001111101
+00011000000000000111001000000100
+11101111111000100000000000010001
+11101000010000100000000000010010
+10011000010000101101111000000000
+00011111000000001111000000000001
+00011010001000001010001000000100
+00011010010000001010010000000100
+11000010000000000110111001010010
+00100000010000000110111010001100
+00011111000000001111000111111100
+01101111111000100100001011010100
+00011111111000100101111000000000
+00011111000000001111000000000100
+00011000000000000110110000111000
+00011000000000000110110000001100
+00100000010000000110110111101011
+00100000010000000110111010001011
+00011000000000000110110000111010
+00011000000000000110110000001000
+00100000001000000110110111101011
+00101111001000000000011000000000
+00100000011000001000000000000000
+00011000110000100111111000000000
+10011111001000001000101000000000
+00011000000000000111111000000000
+11100111111000001000000000000101
+00011111001000001111001000000001
+00101111001000000000011000000000
+00100000011000001000000000000000
+00100000001000000110111001101010
+00011000000000000111000000000000
+00011111001000100111111000000000
+00100000001110100110111001110100
+11101111111000100000000000000110
+00011111001000001111001111111100
+10011000000000000101111000000000
+00011111000000001111000000000001
+00101111000000000001111000000100
+00100000011000001000000000000000
+00100000001000000110111001110000
+00011000000000000111000000001000
+00100000001000000110111001111110
+00011000000000000111000000000100
+00100000001000000110111001111110
+00011000000000000111000000000000
+00011000000000000111001000000100
+11101111111000100000000000000110
+10011000000000000101111000000000
+00011111000000001111000000000001
+11000010000000000110111001111111
+00100000011000000000000000000000
+11011000110000000000000110100011
+00100000001000000110111001111011
+00011000000000000111001000000100
+00100000001000000110111010001110
+00011000000000000111000000000000
+00011000000000000111001000010000
+00100000001000000110111010001101
+00011000000000000111000000000000
+00011000000000000111001000000100
+00011000000000000101111000000000
+00011111000000001111000000000001
+11000010000000000110111010001101
+00100000011000000000000000000000
+00011000000000000111000000001100
+00011000000000000111001000000100
+00011101111000100111111000000000
+11100111111000100000000000000101
+00011111000000001111000000000001
+11000010000000000110111010010011
+00100000011000000000000000000000
+00011000000000000111000000001100
+00011010011000100000101000000000
+00011010010000001111001000000001
+00011111001001100111110000001111
+00100000001000010110111010011110
+00011000000000000111001000010000
+00011101111000100111111000000000
+00011111001001100111110000000011
+00100000001000010110111010100110
+11100111111000100000000000000101
+00011111001000001111001111111100
+00100000011000101000000000000000
+00011111000000001111000000000001
+00100000001000000110111010011110
+11100111111000001000000000000101
+00011111111011001111111000000000
+11000010000000000110111010100110
+00100000011000000000000000000000
+00011000000000000111000000001100
+00011000000000000111001000000100
+11101111111000100000000000000110
+10011101111001100111110000000000
+00100100011000101000000000000000
+00011111000000001111000000000001
+11000010000000000110111010101100
+00011000000000000111110000000000
+00100000011000000000000000000000
+01101111111100001000000001010000
+01111001001111111111111000000000
+01100111111100001000000001010000
+00100000011000000000000000000000
+01101111111100001000000001010000
+01111001001000000111111000000000
+01100111111100001000000001010000
+00100000011000000000000000000000
+00100000011101011000000000000000
+00100000010000000011110001000010
+00100000010000000110111011000010
+00100000010000000110111101101011
+00100000001000000110111011111000
+00100000010000000110111100011011
+00100000001000000110111101011010
+01101111111000001100010000110111
+11000001011111111000000000000000
+10011000000000000000010000000000
+00100000010000000110101110010110
+01101000010010001100010000110111
+00100000010000000110101110010010
+00100000000000000000000001100100
+01101000010010001100010000110111
+00100000010000000110101101111100
+00100000001000000110111011001100
+01000100110111000100000000010111
+01101111111000001100010000110111
+11000001011111111000000000000000
+00011111111000100000010000000000
+00100000010000000110101110000101
+00100100001000001110111011011110
+00100000010000000110111011101000
+01101111111000010100010000110100
+01111001001000000111111000001100
+01100111111000010100010000110100
+01101111111000001100010000101111
+11000001000000000000000000000000
+01110000010001000010111100000000
+01101111111000001100010000110110
+01100111111000001100010000101110
+00100000010000000110111011101111
+01110000000001001100001100101100
+00100000001000000110111101111011
+01101111111000010100010000110100
+01111001001111111111111000001100
+01100111111000010100010000110100
+01101111111000001100010000101111
+11000001000000001000000000000000
+01110000010001000010111100000001
+01110000010001000010111000000000
+00100000010000000110111011110001
+01110000000001001100001100101101
+00100000001000000110111101111011
+01101111111000001100010000101110
+00100000011110100000000000000000
+00011111111000001111111111111111
+01100111111000001100010000101110
+00100100011110100000000000000000
+01110000000001001100001100010000
+00100000001000000110111101111011
+11011000111000000000000000000111
+00100000001000000011110000100001
+11011000111000000000000000000111
+00100000001000000011110000100101
+01000100110111001100000000010111
+01101111111000010100010000111010
+00011010001011111010010000001011
+10011010010000001010010000000000
+00100000011000000000000000000000
+01101111111000001100010000111001
+00100000011110100000000000000000
+00011111111000100111001000000000
+01101111111000010100010000111010
+00011111111000100010010000000000
+00011010010000001010011000000010
+11101000010000001000000000010011
+00100000010000000110111100000011
+00011010010000001010010000001011
+11000010000000000110111011111101
+00100000011000000000000000000000
+01101111111000001100010000111000
+00100000001110100110101110010010
+00100000001000000110101110010110
+00100000010000000110111011110011
+01011000000000000000000000000010
+11100111111000001000000000010010
+00100000010000000110111101010100
+00100000001000000110111100101001
+00100000010000000110111011110011
+01011000000000000000000000000011
+11100111111000001000000000010010
+00100000010000000110111101010100
+00100000001000000110111100100100
+00100000010000000110111011110011
+01011000000000000000000000000001
+11100111111000001000000000010010
+01011000000000000000000011111111
+11100111111000001000000000000101
+00100000001000000110111100100100
+00100000010000000110111011110011
+11011111001000000000000000001011
+00011010011000100000110000000000
+00011010010000100000101000000000
+00100000001000000111010000001100
+01101111111000001100010000111001
+00100000011110100000000000000000
+11011010001000000000000000000000
+00100000010000000110111100101110
+00011010001000001010001000000001
+01101111111000001100010000111001
+10011010001001100111110000000000
+00100000011000101000000000000000
+00100000001000000110111100011110
+00011010010000001010011000000010
+11101000010000001000000000010011
+01101111111000001100000010010101
+11000000000001000101111100100010
+00100000001000000110101110010010
+00011010010000001010011000000010
+11101000010000001000000000010011
+01101111111000001100000010010101
+11000000000001000101111100101111
+00100000001000000110101110010110
+00011010001000001000111000001011
+00100000010000000111010000101110
+00100100011110100000000000000000
+00100000010000000110111011110011
+11101111111000001000000000010010
+11000000000000010110111100101001
+11000000000000011110111100100100
+11000000000000000110111100100100
+11000000000000101110111101000010
+00100000010000000110111100101001
+00011010010000001010011000000111
+00100000010000000111001110011100
+11101111111000010000000000010011
+00100000010000000111010010000111
+00100000010000000111001110101000
+01011000000000000000000000000101
+11100111111000001000000000010010
+00011010010000001010011000000011
+11101111111000010000000000010011
+00100000001000000110111101010010
+00100000010000000110111100100100
+00011010010000001010011000001001
+00100000010000000111001110011100
+11101111111000010000000000010011
+00100000010000000111010010000111
+00100000010000000111001110101000
+00011010010000001010011000000001
+11101111111000001000000000010011
+11000000011111111110111101001110
+00011111111000001111111111111111
+11100111111000001000000000010011
+00100000001110100110111100001011
+01011000000000000000000000000100
+11100111111000001000000000010010
+00011010010000001010011000000101
+11101111111000010000000000010011
+00011010001000001000111000001011
+00100000001000000111010000100000
+01011000000000000000000000000000
+00100000001000000110111101010010
+01011000000000000001000000000000
+00011111111100000111111000000000
+10011010010000001010010000000000
+00100000011000000000000000000000
+01000100110111010100000000010111
+11011010001000000000000000000000
+01101000010010100100010000110000
+00011100010000100010010000000000
+00011010010000100111111000000000
+10011000010001100111110000000000
+00100100010000010110111101010110
+00011010010000100111111000000000
+00011000010000001000010010100000
+00011000010000001000010010100000
+10011000010001100111110000000000
+00100100001000010110111101101110
+00011010001000001010001000000001
+00011010001000010111111000001111
+00100100001110100110111101100001
+11011010001000000000000000000000
+00100000010000000110111101110100
+00011100010000100111111000000000
+01100111111000100100010000110000
+00100000011000000000000000000000
+00011010001000100111111000000000
+00100000011110100000000000000000
+00011000010000001000010101100000
+00011000010000001000010101100000
+01111001001111111000010000011100
+01100000010010100100010000110000
+00100000001000000100110111000000
+01110000010001000001110000000001
+01101111111000001100010000011101
+00100100001110100110111101110110
+00100000011000000000000000000000
+01110000010001000001110000000000
+00100000011000000000000000000000
+01000100110111011100000000010111
+00100000010000000110111101110101
+00011010001000100111111000000000
+01100111111000100000010011011000
+11011010001000000100010000011110
+00100000010000000111010010011001
+01101111111000100000010011011000
+00011111111000100010001000000000
+00100000001000000110111101111001
+01000100110111100100000000010111
+00100000010000000110111101110101
+00011010001000100111111000000000
+01100111111000100000010011011000
+11011010001000000100010000100110
+00100000010000000111010010011001
+01101111111000100000010011011000
+00011111111000100010001000000000
+00100000001000000110111101111001
+01011000000000000000000000000000
+01100111111001000100010000100110
+01100111111001000100010000011110
+00100000011000000000000000000000
+01000100110111101100000000010111
+01101111111000001100000100001101
+00100100011110100000000000000000
+11011010001000000100010000100110
+00100000010000000111010010110001
+00100000011110100000000000000000
+01110000000001001100001000000000
+00100000010000000110111110011100
+01101111111000001000010011000010
+00100000001110100110111110010001
+00100000011000000000000000000000
+00100000010000000110111101110101
+11011010001000000100010000100110
+00100000010000000111010010100101
+00011111111000100000010000000000
+00100000010000000110111101111001
+01000100110111110100000000010111
+00011000010000100111111000000000
+00100000011110100000000000000000
+11000000000001101110111111000000
+11000000000001110110111111000110
+11000000000001111110111111001011
+11000000000010000110111111000110
+11000000000010011110111111010110
+11000000000010100110111111011000
+11000000000010101110111111011010
+11000000000010110110111111100100
+11000000000010111110111111100111
+11000000000011000110111111101001
+11000000000011001110111111101100
+01100111111000001000010011000011
+01101111111000001000010011000011
+11000101100001001110111110111001
+01000100110111111100000000010111
+01101111111000001000010011000011
+11000000000010001110111111010001
+11000000000011011110111111110100
+11000000000010010110111111010101
+11000000000011111110101101011010
+00100000011000000000000000000000
+01100111111000001000010011000011
+00100000010000000011100001011011
+00100000001000101110111110111110
+00100000010000000011100001100000
+00100100011000101000000000000000
+01110000000001001100001000000001
+00100000001000000110111110000100
+01110000010000110101111100000001
+01110000010000110110001000000000
+01101111111000010100010000110100
+01111001001000000111111000001011
+01100111111000010100010000110100
+00100000011000000000000000000000
+01101111111000010100010000110100
+01111001001111111111111000001011
+01100111111000010100010000110100
+01110000010000110101111100000000
+00100000011000000000000000000000
+01110000010000110101111100000001
+01110000010000110110001000000001
+01101111111000010100010000110100
+01111001001000000111111000001011
+01100111111000010100010000110100
+00100000011000000000000000000000
+01011000000000000000000000010100
+01100111111000010000000110010001
+01100111111000010100001011001010
+00100000001000000100011100111110
+00100000001000000100010111000000
+11011010001000000000000000000000
+00100000001000000110111100001011
+11011010001000000000000000000000
+00100000001000000110111100000110
+11011010001000000000000000000000
+00100000010000000110111011110011
+11101111111000001000000000010010
+11000000000000001110111111100001
+11000000000000100110111111100001
+11000000000000101110111111100001
+00100000001000000110111100010000
+11101111111000001000000000000110
+11000001011111111000000000000000
+00100000001000000110111100010000
+01110000010000110001101000000001
+01110000010000010000110100011011
+00100000011000000000000000000000
+01110000010000110001101000000001
+00100000011000000000000000000000
+01110000010000110001101000000000
+01110000010000010000110100000000
+00100000011000000000000000000000
+01101111111000010100001110001110
+00100000010000000111010010000111
+01101111111000001100010000110111
+11000000011111111110111111110010
+00011111111000100000010000000000
+00100000010000000110101101111100
+00100000010000000110111110001101
+00100000001000000011101100111111
+00100000001000000100010111101110
+01101111111000001100010000110100
+11000100000001100000000000000000
+00100000011000000000000000000000
+01101111111000010100001110110100
+00011111111000001000101000000010
+01011000000000000000000000000000
+11100111111000011000000000000101
+00100000011000000000000000000000
+01000100111000000100000000011000
+00100000010000000111010011001010
+00100000010000000111000000101011
+00100000011110100000000000000000
+01101111111000010100001110110100
+00011111111000001010010000000010
+11101000010000001000000000010010
+00011000010000001000010000000001
+11100000010000001000000000010010
+11101000010000001000000000111111
+00011000010000100111001000000000
+00011111111000001010010000000100
+11101111111000001000000000010010
+10011000010011111111111000000000
+10011000110000001000101000000000
+00011010001000100000110000000000
+00100000010000000111010000011001
+00100000010000000111000000101111
+00011111111000001111111111111111
+11101000010000001000000000010010
+00011000010000001000010000000001
+10011000010000010000010000000000
+11100000010000001000000000010010
+00100000001000000111010011001000
+01000100111000001100000000011000
+00100000010000000111010011001010
+00100000010000000111000000100111
+00100000011110100000000000000000
+01101111111000010100001110110100
+00011111111000001010010000000010
+11101000010000001000000000010010
+00011000010000001000010111111111
+11100000010000001000000000010010
+11101000010000001000000000111111
+00011000010000100111001000000000
+00011111111000001010010000000011
+11101111111000001000000000010010
+10011000010011111111111000000000
+10011000110000001000110000000000
+00011000110000001000110000000001
+00011010001000100000101000000000
+00100000001000000111000000001101
+01101111111000010100001110110100
+00011111111000001000110000000010
+11101111111000001000000000000110
+00100000011000000000000000000000
+00100000010000000111000000101111
+11101000010000001000000000000110
+10011000010001100111111000000000
+00100000011000000000000000000000
+01101111111000010100001110110100
+00011111111000001000110000000001
+11101111111000001000000000000110
+00100000011000000000000000000000
+01000100111000010100000000011000
+01101111111100001000110000100011
+00101111111011111111111000000011
+00100000010000001111000000111111
+01101111111100001000110000100011
+01100111111100001000110000100011
+01100111111000001000010101011110
+00100000010000000111000010011010
+00100000010000000111000011000001
+00100000010000000111001011010010
+00100000010000000111001100011010
+00100000001000000111000010010010
+01000100111000011100000000011000
+00100000010000000110111010110011
+00100000010000000111000001010110
+01110000100011000000000000000000
+00100000000000000010011100010000
+01110000100011000001100011000000
+01101111111100010000000001010000
+01111001001111111111111000001010
+01100111111100010000000001010000
+01110000100011000001000100000000
+01110000100011000000000000111100
+01011000000000000000010110110111
+01100111111100010000110000000011
+01100111111100010000110000000111
+01011000000000000000010111110111
+01100111111100010000110000000101
+01110000100011000001000100000100
+01110000100011000000001000000000
+01110000100011000010001111111111
+01011000000000000000100100000000
+11011000101000000000011100001011
+10011000101001100111001000000000
+00100000001000000111001111101100
+01110000000001110000100000000010
+01011000000000000000000000000000
+01100111111000001000010111111010
+01100111111000010000011100000010
+00011111111000001111111000000001
+01100111111000010000011100000100
+00011111111000001111111000000001
+01100111111000010000011100000110
+11011000101000000000011010010100
+01011000000000110000010000000100
+11100111111000011000000000000101
+01011000000000000000010000001001
+11100111111000010000000000000101
+11011000101000000000011010011001
+00111000000000010101100100000110
+00111000000001100001000011010010
+00111000000010010000010010010100
+00111000000011000000000000000001
+11100111111001001000000000000101
+11011000101000000000011010110111
+00111000000000010101011100001111
+00111000000001010101110010011010
+00111000000010100101011011000110
+00111000000011011100110111001101
+11100111111001001000000000000101
+00111000000000010100010000100000
+00111000000001100101110110011001
+00111000000010100101011000110110
+00111000000011000000000000000001
+11100111111000111000000000000101
+11011000101000000000011011010101
+00111000000000010110001000001010
+00111000000001000000110010001100
+00111000000010110000001100110011
+00111000000011001100000011000000
+11100111111001001000000000000101
+00111000000000000011000100110000
+11100111111000010000000000000101
+01011000000000001001001001110010
+01100111111000010000010111111011
+01011000000000001001001011001101
+01100111111000010000010111111101
+11011000110000001001001101110001
+11011000101000000000011000011101
+11011111001000000000000000010011
+00100000010000000111010000011001
+00100000010000000111000010000111
+01101111111000010000011011110011
+00100000001000000111010010000111
+01101111111000001000011011110111
+00100100011110100000000000000000
+11011111001000000000000000111100
+11011000101000000000011000110000
+11011000110000001001001110000100
+00100000001000000111010000011001
+01101111111000001000011011111000
+00100000011110100000000000000000
+01100111111000001000011001010010
+01100111111000001000011001101011
+00100000011000000000000000000000
+11011000111000000000000000000001
+00100000010000000111010000101110
+00100100011110100000000000000000
+01101111111000001000011110101101
+00100100011110100000000000000000
+01101111111000001000011110101100
+00100100010110100111001110001011
+00100000011000000000000000000000
+01101111111000001000010101011110
+11000010100000010111000010011101
+00100000011000000000000000000000
+00100000010000000111000010100010
+00100000010000000111010000101101
+01011000000000000000001010000000
+11011000111000000000000000000001
+00100000001000000111010000100000
+01101111111000001000011110011110
+11000000100000010111000010100111
+01110000000001111010110100000000
+01110000000001111010111000000000
+00100000011000000000000000000000
+01101111111000001000011110110000
+00100000011110100000000000000000
+01110000000001111011000000000000
+01110000000001111001111000000010
+01110000000001111010110000000001
+00100000011000000000000000000000
+01101111111000001000010101011110
+11000010100000000111000011011000
+00100000011000000000000000000000
+01101111111100001000110000100100
+11000011100000110000000000000000
+01101001010100010000110000000011
+01101010000100010000110000000101
+01101000011100010000110000000111
+11101111111000010000000000000011
+00011111111011001000010000000000
+00011000010100011000010000000000
+11011000110000000000111111111111
+10011000110000010111001000000000
+00011111001000100010001000000000
+11101111111000001000000000000011
+11100111111000001000000000000101
+11000010000000000111000010111011
+01100000011100010000110000000111
+01100010001000010000010101100000
+00100000011000000000000000000000
+01000100111000100100000000011000
+01101111111000001000010101011110
+11000100000000101000000000000000
+11011000101000000000100000111101
+00100000010000000111000010110000
+01101111001000010000010101100000
+01100111001000001000100001111101
+11011000110000000000100000111101
+00011000010000100111111000000000
+11000000000000000111000011010001
+11000000000000011111000011001101
+00100000011000000000000000000000
+11011000101000000000100011000000
+00100000010000000111010000011001
+01110000000010000111111100000001
+00100000011000000000000000000000
+11011000101000000000011100001011
+00100000010000000111010000011001
+01101111111000001000010101100000
+11000000000000000111000010101101
+11000000000000001111000011011111
+00011111111001100111110000000111
+00100000011000010000000000000000
+01000100111000101100000000011000
+01111001001111111000000000100011
+01101111111000001000011100001011
+00011111111000010111111010000000
+11000000010000000111000011100011
+11000000000000000111000011101011
+00100000001000000011101010001010
+01101111111000001000011100001011
+11000011100000111000000000000000
+00100000010000000111001010100111
+00100000001000000111000100010110
+01101111111000001000011100001011
+00011111111100011111111000000000
+00011111111000110111111000000000
+00011111111000010111111000000011
+11000000000000000111000011110011
+11000000000000001111000011111010
+11000000000000010111000100000000
+00100000001000000011101010001010
+01101111111000001000011100001011
+00011111111100011111111000000000
+00011111111000110111111000000000
+00011111111000010111111000000011
+11000000000000000111000100000001
+11000000000000001111000100001010
+11000000000000010111000100010000
+00100000001000000011101010001010
+01000100111000110100000000011000
+01101111111000001000011100001100
+11000000000001000111000100011000
+11000000000000110111000100101110
+11000000000001010111000110000001
+11000000000000000111000110010011
+00100000001000000111000100010001
+01000100111000111100000000011000
+01101111111000001000011100001100
+11000000000000010111000111001000
+11000000000000001111000111001100
+11000000000000011111000111011101
+00100000001000000111000100010001
+00100000001000000111000100010001
+01000100111001000100000000011001
+01101111111000001000011100001100
+11000000000000001111000111100111
+11000000000000011111001000011000
+11000000000000101111001001000011
+11000000000001001111001001011100
+11000000000001011111001001110111
+11000000000000111111000100010001
+00100000001000000111000100010001
+01000100111001001100000000011001
+01101111111000001000011100001100
+11000000000001010111001010001000
+11000000000001001111001010011010
+11000000000001011111001010111001
+00100000001000000111000100010001
+00100000001000000111000100010001
+01000100111001010100000000011001
+01101111111100001000110000011001
+01111001001000000111111000000000
+01100111111100001000110000011001
+00100000001000000111000100010110
+01110000100011000001100000010000
+00100000011000000000000000000000
+01101111111000001000011100001011
+11000000110000000111000100010001
+01101111111000001000011100001111
+11000000100000000111000100010001
+01101111111000001000011100010000
+11000000100000000111000100010001
+01101111111000001000011100010001
+11000000100000001111000100010001
+01101111111000001000011100010010
+11000000100000000111000100010001
+01101111111000001000011100001101
+11000000100000000111000100010001
+01101111111000001000011100001110
+11000000100000000111000100010001
+01101111111000001000011100001000
+11000000000000100111000100101010
+11000000000000011111000100101100
+00100000001000000111000100010001
+11011010010000000000000000000001
+00100000001000000111000110101101
+11011010010000000000000000000001
+00100000001000000111000110101011
+01000100111001011100000000011001
+01101111111000001000011100001110
+11000000000000001111000101000101
+11000000000000010111000101011110
+11000000000000011111000101100001
+11000000000100001111000100110110
+11000000000100010111000101101111
+00100000001000000111000100010001
+01110000000001111001101100000000
+01101111111000001000011100001111
+11000000000000000111000100111100
+11000000000000001111000100111111
+11000000000000010111000101000010
+00100000001000000111000100010001
+01101010010000001000011001000011
+11011010001000000000011001000011
+00100000001000000111001011001000
+01101010010000001000011001011100
+11011010001000000000011001011100
+00100000001000000111001011001000
+01101010010000001000011001110101
+11011010001000000000011001110101
+00100000001000000111001011001000
+01101111111000001000011110101111
+00100100010110100111000101010110
+01011000000000000000011000011101
+01101000010010001000011000011101
+01100111111000010000011110100110
+01100000010010001000011110101000
+01101111111000001000011100010001
+10011000010001100111110000000000
+00100100001000010111000101010100
+01101111111000001000011110101000
+10011000000000000010010000000000
+01101111111000010000011110100110
+00011111111000001111111000000001
+10011000000000000010001000000000
+00100000001000000111001011001000
+01101111111000001000011100010001
+00100000001000000111000101001111
+01101111111100001000110000000010
+00100100010110100111000101011010
+01110000000001111010111100000000
+00100000011000000000000000000000
+01101111111100001000110000000010
+01111001001000000111111000000111
+01100111111100001000110000000010
+00100000011000000000000000000000
+01011000000000000000011000110000
+01101000010010001000011000110000
+00100000001000000111000101001001
+01101111111000001000011100001101
+00011111111001100111110000000011
+00100100001000010111000100010001
+01101111111000001000011100001101
+11011010001000000000011010010100
+11000000000000000111001011000110
+01111001001000000000000000100011
+11011010001000000000011010011001
+11000000000000001111001011000110
+11011010001000000000011010110111
+11000000000000010111001011000110
+11011010001000000000011011010101
+11000000000000011111001011000110
+00100000011000000000000000000000
+01101111111000010000011100001111
+11000000000000000111000101110100
+11000000000000001111000101110110
+11000000000000010111000101111010
+00100000001000000111000100010001
+01101010001000010000010111111011
+00100000001000000111001011000110
+01101111111000001000011011110111
+00100000010110100111000101111110
+01101010001000010000010111111101
+00100000001000000111001011000110
+01101111111000001000011011110111
+00100100010110100111000101111110
+01101010001000010000010111111111
+00100000001000000111001011000110
+01110000000001111010110000000001
+01110000000001111001111000000001
+00100000011000000000000000000000
+01101111111000001000011100001000
+11000000100000100111000100010001
+01101111111000001000011100001011
+11000000110000001111000100010001
+01101111111000001000011100001101
+11000000100000000111000100010001
+01101111111000001000011100001110
+11000000100000000111000100010001
+01101111111000001000011100010001
+11000000100000001111000100010001
+01101111111000001000011100010010
+11000000100000000111000100010001
+01101111111000001000011100001111
+11000000100000000111000100010001
+01101111111000001000011100010000
+11000000100000000111000100010001
+11011010010000000000000000000001
+00100000001000000111000110101011
+01101111111000001000011100001000
+11000000000000010111000100010001
+01101111111000001000011100001101
+11000000100000000111000100010001
+01101111111000001000011100001110
+11000000100000000111000100010001
+01101111111000001000011100010001
+11000000100000010111000100010001
+01101111111000001000011100010010
+11000000100000000111000100010001
+01101111111000001000011100010000
+11000000100000000111000100010001
+01101111111000001000011100001011
+11000000010000000111000110100110
+11000000010000001111000110110001
+11000000010000010111000110110101
+00100000001000000111000100010001
+01110000000001111010000100000001
+00100000001000000111000110101111
+01101111111000001000011100001111
+11000000100000000111000100010001
+11011010010000000000000000000010
+01101111111000001000011110011111
+11000000000000001111000110100100
+11011010001000000000011100000010
+00100000001000000111001011001000
+11011010001000000000011100000100
+00100000001000000111001011001000
+11011010001000000000011100000110
+00100000001000000111001011001000
+01101111111000001000011100001000
+11000000100000100111000100010001
+11011010010000000000000000000010
+00100000001000000111000110101011
+01101111111000001000011100001000
+11000000100000100111000100010001
+01101111111000001000011100001111
+11000000010000001111000111000010
+11000000010000010111000111000100
+11000000010000011111000111000110
+00011111111000010111111001111111
+11000000000000000111000110111110
+00100000001000000111000100010001
+01101111111000001000011110100010
+11011010010000000000000000000010
+11000000000000001111000110101101
+00100000001000000111000110101011
+01101111111000001000011110100011
+00100000001000000111000110111111
+01101111111000001000011110100100
+00100000001000000111000110111111
+01101111111000001000011110100101
+00100000001000000111000110111111
+01110000000001111001100100000001
+11011010001000000000011110011010
+11011010010000000000000000000001
+00100000001000000111001011001000
+01101111111000010000011100001101
+11011000010000000000000110111010
+10011000010001100111110000000000
+00100100001000101111000100010001
+01101111111000001000011110010110
+00100100001110100111000111011010
+01110000000001110101001100000000
+01101111111000001000011100010001
+10011000000000000010010000000000
+11011010001000000000011101010011
+00100000010000000111001011001000
+11011000101000000000011101010011
+11011111001000000000000000001000
+00100000001000000111001111011101
+01110000000001111001011000000000
+01110000000001110101001100000001
+00100000001000000111000111010011
+01101111111000001000011100010001
+11000000100000001111000100010001
+01110000000001111001101100000001
+11011010010000000000000000000001
+01101111111000001000011110011101
+11000000000000000111000111100101
+11000000000000001111000111100110
+00100000001000000111000110101011
+00100000001000000111000110101101
+00100000001000000111000110101011
+01101111111000001000011100001000
+11000000100000100111000100010001
+01101111111000001000011100010001
+11000000100000000111000100010001
+01101111111000001000011100010010
+11000000100000000111000100010001
+01101111111000001000011100001110
+11000000100000000111000100010001
+01101111111000001000011100010000
+11000000100000000111000100010001
+01101111111000001000011100001011
+11000000000000000111000111110110
+11000000000000001111001000000101
+11000000000000010111001000000110
+00100000001000000111000100010001
+01101111111000001000011100001101
+11000000100000001111000100010001
+01101111111100001000110000000000
+01111001001111111111111000000111
+01100111111100001000110000000000
+01110000000001111001111100000000
+01110000000001111010000000000001
+01101111111000001000011110100001
+00100000001110100111000100010110
+01110000000001111010000100000000
+01101111111000001000011100001010
+00100000001110100111000100010110
+01110000000001111010000000000000
+01110000000001111001111000000010
+00100000001000000111000100010110
+00100000001000000111000100010001
+01101111111000001000011100001101
+11000000100000000111000100010001
+01101111111000001000011100001111
+11000000010000001111001000010001
+11000000010000010111001000010100
+11000000010000011111001000010110
+00011111111000010111111001111111
+11000000000000000111001000001111
+00100000001000000111000100010001
+01110000000001111010001000000000
+00100000001000000111000100010110
+01110000000001111010001100000000
+01110000000001111011000000000001
+00100000001000000111000100010110
+01110000000001111010010000000000
+00100000001000000111001000010010
+01110000000001111010010100000000
+00100000001000000111001000010010
+01101111111000001000011100010001
+11000000100000000111000100010001
+01101111111000001000011100010010
+11000000100000000111000100010001
+01101111111000001000011100001011
+11000000000000000111001000100001
+11000000000000001111001000101111
+11000000000000010111001000110000
+00100000001000000111000100010001
+01101111111000001000011100001101
+11000000100000001111000100010001
+00100000010000000101000110010001
+01101111111100001000110000000000
+01111001001000000111111000000111
+01100111111100001000110000000000
+01110000000001111001111100000001
+01110000000001111001111000000011
+01110000000001111001011100000000
+00100000010000000111000100010110
+00100000010000000111010000101101
+01011000000000000001001110001000
+11011000111000000000000000001111
+00100000001000000111010000100000
+00100000001000000111000100010001
+01101111111000001000011100001101
+11000000100000000111000100010001
+01101111111000001000011100001110
+11000000100000000111000100010001
+01101111111000001000011100001111
+11000000010000001111001000111101
+11000000010000010111001000111111
+11000000010000011111001001000001
+00011111111000010111111001111111
+11000000000000000111001000111011
+00100000001000000111000100010001
+01110000000001111010001000000001
+00100000001000000111000100010110
+01110000000001111010001100000001
+00100000001000000111000100010110
+01110000000001111010010000000001
+00100000001000000111000100010110
+01110000000001111010010100000001
+00100000001000000111000100010110
+01101111111000001000011100001011
+11000000100000000111000100010001
+01101111111000001000011100001111
+11000000100000000111000100010001
+01101111111000001000011100010000
+11000000100000000111000100010001
+01101111111000001000011100010001
+11000000100000000111000100010001
+01101111111000001000011100010010
+11000000100000000111000100010001
+01101111111000001000011100001110
+11000000100000000111000100010001
+01101111111000001000011100001101
+00011111111000010111111010000000
+11000000100000000111000100010001
+01101111111000001000011100001101
+11000000100000000111001001011010
+01110000000001110000100000000010
+01101111111000001000011100001101
+01100111111100001000110000000010
+00100000010000000111000100010110
+01110000000001111010111100000001
+00100000011000000000000000000000
+01110000000001110000100000000011
+00100000001000000111001001010101
+01101111111000001000011100001000
+11000000000000010111000100010001
+01101111111000001000011100001011
+11000000100000000111000100010001
+01101111111000001000011100001111
+11000000100000000111000100010001
+01101111111000001000011100010000
+11000000100000000111000100010001
+01101111111000001000011100010001
+11000000100000000111000100010001
+01101111111000001000011100010010
+11000000100000000111000100010001
+01101111111000001000011100001110
+11000000100000000111000100010001
+01101111111000001000011100001101
+00011111111001100111110000000001
+00100100001000010111000100010001
+01101111111000001000011100001000
+11000000000000011111001001110001
+11000000000000100111001001110001
+00100000001000000111000100010001
+01101111111000001000011100001101
+11000000000000000111001001110101
+01110000000001110000100000000100
+00100000001000000111000100010110
+01110000000001110000100000000011
+00100000001000000111000100010110
+01101111111000001000011100001000
+11000000100000100111000100010001
+01101111111000001000011100001011
+11000000100000001111000100010001
+01101111111000001000011100001101
+11000000100000000111000100010001
+01101111111000001000011100001110
+11000000100000000111000100010001
+01101111111000001000011100010001
+11000000100000000111000100010001
+01101111111000001000011100010010
+11000000100000000111000100010001
+01101111111000001000011100001111
+11000000100000000111000100010001
+01101111111000001000011100010000
+11000000100000000111000100010001
+00100000001000000111000100010110
+01000100111001100100000000011001
+01110000000001111001100100000001
+01101111111000001000011100001110
+01100111111000001000011110011010
+01101111111000001000011100001111
+00011111111001100111110000000001
+00100000010000101111001010010110
+01101111111000001000011110011110
+11000000100000100111000100010110
+01110000000001111001111000000010
+00100000010000000111000100010110
+00100000000000000111010100110000
+00100000000000000111010100110000
+00100000011000000000000000000000
+01110000000001111010110000000001
+01110000000001111010000000000000
+01110000000001111001111000000100
+00100000011000000000000000000000
+00100000000000000011101010011000
+11011000101000000000011100010011
+00100000010000000111000010110000
+01110000000001111001010100000001
+00100000010000000111001010101011
+01101111111000010000011100001101
+01100111111000010000011110010011
+00100000010000000111000100010110
+01101111111000001100000010010101
+11000001100000100000000000000000
+01101111111000001000011110010111
+00100000011110100000000000000000
+01101111111000001000011100010011
+01100111111000001100010101101100
+01110000000001111001011100000000
+01110000010001010101110000000011
+00100000011000000000000000000000
+01101111111000010000011100001101
+11011000010000000000001000000000
+10011000010001100111110000000000
+00100100011000101000000000000000
+01101111111000010000011100001111
+11011000010000000000000000000000
+10011000010001100111110000000000
+00100100011000101000000000000000
+01101111111000010000011100010001
+11011000010000000000000000000001
+10011000010001100111110000000000
+00100100011000101000000000000000
+01110000000001111001011100000001
+00100000011000000000000000000000
+01101111111000001000011100010001
+11000000100000000111000100010001
+01101111111000001000011100001101
+11000000000000000111001010111111
+11000000000000001111001011000010
+00100000001000000111000100010001
+01110000000001111001110000000000
+01110000000001111001110100000001
+00100000001000000111000100010110
+01110000000001111001100000000001
+01110000000001111001110000000001
+01110000000001111001110100000000
+00100000001000000111000100010110
+11101010010000001000000000010001
+00011010001000001010001000000001
+01000100111001101100000000011001
+01111001001000000000000000001110
+11000101100100011111001011001101
+00011010010000001010010000000001
+00011010010000111010010000000000
+01100010001000010000010111111000
+01100010010000001000010111111010
+00100000001000000111001011010010
+11011000111000000000000000000000
+00100000001000000111001100010010
+01000100111001110100000000011001
+01101111111100001000110000100100
+11000011100000000000000000000000
+01101111111000001000010111111010
+00100000011110100000000000000000
+00011111111000100111001000000000
+10011000000000000000010000000000
+01101111111000010000011100010001
+00011111111001100111110001000000
+00100000001000010111001011100000
+00011111001001100111110001000000
+00100000001000010111001011100100
+00011000000000000111001001000000
+00100000001000000111001011100100
+10011111001001100111110000000000
+00100000001000010111001011100100
+10011000000000000111001000000000
+01100111111000001000010111111010
+01101111111000001000010111111010
+10011111001001100111111000000000
+01100111111000001000010111111010
+00011111001000001111111111111111
+01100111111000001000010101100010
+11000101100100011111001011110110
+00011111111000110111111000000000
+00011111001000001111111111111111
+01100111111000001000010101100010
+11000101100001110111001011110110
+01111001001111111000000000001110
+11100000010000001000000000000101
+01011000000000000000000000000011
+11100111111000001000000000000101
+00011111001000001111001111111111
+00011111001000100111111000000000
+00100100001000101111001011110110
+00011111001000001111001000000001
+01101111111000010000010111111000
+00011111111000100000110000000000
+11101111111000001000000000000110
+11100111111000001000000000000101
+11000101100100011111001011111101
+01011000000000000000000000000000
+11100111111000001000000000000101
+11000010000000000111001011111000
+00011000110000100111111000000000
+01100111111000010000010111111000
+01011000000000000000010101100010
+01100111111100010000110000001001
+11011000111000000000000000000000
+00100000010000000111001100010010
+01101111111000001000010111111010
+00100100011110100000000000000000
+01101111111000001000011110011110
+11000001100000001000000000000000
+01110000000001111001111000000010
+00100000011000000000000000000000
+11011000111000000000000000000001
+11011010001000000000010110100011
+01100010001100010000110000001011
+00011111001000001111111111111111
+11100111111000001000000000010001
+11101111111000001000000000000110
+11100111111000001000000000000101
+11000010000000000111001100001111
+01011000000000000000000000000000
+11111001001000000111111000000000
+01100111111100001000110000011000
+00100000011000000000000000000000
+11011000111000000000000000000010
+11011010001000000000010110101101
+01100010001100010000110000001101
+00100000001000000111001100001101
+01000100111001111100000000011001
+01101111111000001000011110101011
+00100000011110100000000000000000
+01101111111100001000110000100100
+00011111111000010111111000001111
+00100100001110100111001110000011
+01101111111000001000011110101100
+00100000001110100111001101010110
+01101111111000001000011110011110
+11000000000000011111001110010011
+11000000100000010111001101010110
+01101111111000001000011110100000
+00100100001110100111001101010110
+00100000010000000111001100101010
+00100000010000000111001100110101
+00100000001000000111001101000010
+01101111111100001000110000100100
+11000011100000001000000000000000
+01101111111000001000011110101011
+11000100000000001000000000000000
+01101111111000001000011110101011
+01111001001111111111111000000001
+01100111111000001000011110101011
+01101111111000001000011110101001
+00100000011110100000000000000000
+11000000000010000111001101111011
+00100000001000000011101010001010
+01101111111100001000110000100100
+11000011100000010000000000000000
+01101111111000001000011110101011
+11000100000000010000000000000000
+01101111111000001000011110101011
+01111001001111111111111000000010
+01100111111000001000011110101011
+01101111111000001000011110101010
+00100000011110100000000000000000
+11000000000100000111001101011100
+11000000000100001111001101110111
+11000000000100010111001101111111
+00100000001000000011101010001010
+01101111111000001000011011110111
+00100000011110100000000000000000
+01101111111100001000110000100100
+11000011100000011000000000000000
+01101111111000001000011110101011
+11000100000000011000000000000000
+01101111111000001000011110101011
+01111001001111111111111000000011
+01100111111000001000011110101011
+01101111001000001000100001111110
+11011111001000000000000000100000
+11011000110000000000100010000000
+11011000111000000000000000000011
+11011010001000000000011111111101
+01100010001100010000110000001111
+00100000001000000111001100001101
+01101111111000001000011110101011
+01111001001000000111111000000011
+01100111111000001000011110101011
+00100000011000000000000000000000
+11011000101000000000011110110001
+11011111001000000000000000001000
+00100000010000000111001111011101
+11011000101000000000100010000000
+11011111001000000000000000001000
+00100000001000000111001111011101
+01101111111000001000011110011001
+01101000010010001000011110011011
+10011000010000010111111000000000
+00100000001110100111001101110011
+01101000010010001000011110011100
+10011000010000001111111000000000
+11000000000000001111001101100100
+00100000001000000111001101110011
+01110000000001111010101000000000
+01101111111000001000011110110010
+11000000000000010111001101110100
+11000000000000011111001101110100
+01101111111000001000011110110010
+01100111111000001000011110110001
+01101111111000001000011110110011
+11100111111000001000000000000101
+01101111111000001000011110110101
+11100111111000001000000000000101
+01101111111000001000011110110111
+11100111111000001000000000000101
+11011111001000000000000000000100
+11011000110000000000011110110001
+00100000001000000111001100010110
+01110000000001111010101000000000
+11011111001000000000000000001000
+11011000110000000000011110110001
+00100000001000000111001100010110
+01110000000001111010101000000000
+11011111001000000000000000000011
+11011000110000000000011111010001
+00100000001000000111001100010110
+01110000000001111010100100000000
+11011111001000000000000000001000
+11011000110000000000011111000001
+00100000001000000111001100001010
+01110000000001111010101000000000
+11011111001000000000000000000010
+11011000110000000000011111100001
+00100000001000000111001100010110
+01101111111000001000011110011110
+11000000000000010111001110000110
+00100000011000000000000000000000
+01101111111100001000110000000000
+01111001001000000111111000000111
+01100111111100001000110000000000
+01110000000001111010111000000001
+00100000011000000000000000000000
+01101111111000001000011110011110
+11000001000000011000000000000000
+11000000000000010111001110001111
+00100000011000000000000000000000
+01101111111000001000011110101110
+00100000011110100000000000000000
+01110000000001111010110100000001
+00100000001000000111001110010110
+11011000111000000000000000001111
+00100000010000000111010000101110
+00100100011110100000000000000000
+01101111111100001000110000000000
+11000100000000111000000000000000
+01110000100011000000000011111100
+00100000000000000111010100110000
+01110000100011000000000000111100
+00100000011000000000000000000000
+01100000101000010000010011100101
+01100000010011000000010011001100
+01100001011000100000010011010100
+00100000010000000111001110100100
+01100000110000010000010011100011
+01100111001000010000010011101111
+01100000111000010000010011101101
+00100000011000000000000000000000
+01100010001000100000010011011000
+01100010010000100000010011011100
+01100010011000011000010011100000
+00100000011000000000000000000000
+01000100111010000100000000011010
+01101111111000010000010011100101
+10011000000000000000101000000000
+01101000010011000000010011001100
+01101001011000100000010011010100
+00100000010000000111001110110011
+01101111001000010000010011101111
+01101000111000010000010011101101
+01101111111000010000010011100011
+10011000000000000000110000000000
+00100000011000000000000000000000
+01101010001000100000010011011000
+01101010010000100000010011011100
+01101010011000011000010011100000
+00100000011000000000000000000000
+01101111111000010000010011100101
+00011111111000100000101000000000
+00100000011000000000000000000000
+01101111111000010000010011100011
+00011111111000100000110000000000
+00100000011000000000000000000000
+00011000101000100111111000000000
+01100111111000010000010011100101
+00100000011000000000000000000000
+00011000110000100111111000000000
+01100111111000010000010011100011
+00100000011000000000000000000000
+00100000010000000111001111010000
+00100000010000000111001111010000
+00100000001000000111001111010000
+00100000010000000111001111001100
+11101111111000001000000000000110
+11100111111000001000000000000101
+11101111111000011000000000000110
+11100111111000011000000000000101
+00100000011000000000000000000000
+11101111111001000000000000000110
+11100111111001000000000000000101
+00100000011000000000000000000000
+00100000010000000111001111010010
+00100000010000000111001111001100
+00100000010000000111001111001100
+00100000010000000111001111001100
+00100000001000000111001111001100
+00011111111000001111111111111111
+00100000000000000000000000100110
+00100100001110100111001111010100
+00100000011000000000000000000000
+11011111001000000000000000001010
+00100000000000000010111011100000
+11000010000000000111001111011001
+00100000011000000000000000000000
+00011000000000000111001000000011
+00011000000000000111111000000000
+11100111111001000000000000000101
+11000010000000000111001111011110
+00100000011000000000000000000000
+00100000010000000111001111100010
+00011000000000000111111000000000
+11100111111001000000000000000101
+00100000011000000000000000000000
+00011000000000000111111000000000
+11100111111000100000000000000101
+00100000011000000000000000000000
+00011000000000000111001000000100
+00100000001000000111001111011101
+00011000000000000111001000001000
+00100000001000000111001111011101
+00011111001000100111111000000000
+00100000011110100000000000000000
+01011000000000000000000000000000
+11100111111000001000000000000101
+11000010000000000111001111101111
+00100000011000000000000000000000
+11011111001000000000000000100000
+11011000101000000000010011110110
+00100000001000000111001111101100
+11101111111000100000000000010011
+11101000010000100000000000010001
+10011000010000101111111000000000
+11100111111000100000000000000101
+00011010001000001010001000000100
+00011010011000001010011000000100
+11000010000000000111001111110101
+00100000011000000000000000000000
+01000100111010001100000000011010
+00011111001000100111111000000000
+00011111111001100111110000000001
+00100000011000010000000000000000
+10011010001000001010010000000000
+00011010010000001010010111111111
+00011111001000110111001000000000
+11101000010000001000000000010001
+11101111111000001000000000010010
+11100111111000001000000000010001
+11100000010000001000000000010010
+00011010010000001010010111111111
+00011010001000001010001000000001
+11000010000000000111010000000100
+00100000011000000000000000000000
+00011111001000100111111000000000
+00100000011110100000000000000000
+00011111001000001111001111111000
+00100000010000010111001111001100
+00100000011000101000000000000000
+00100000001000010111010000001110
+00011111001000001111001000001000
+00011111001000001111001111111100
+00100000010000010111001111000111
+00100000011000101000000000000000
+00100000001000010111010000010011
+00011111001000001111001000000100
+00100000001000000111010000011001
+00011111001000100111111000000000
+00100000011110100000000000000000
+11101111111000001000000000000110
+11100111111000001000000000000101
+11000010000000000111010000011011
+00100000011000000000000000000000
+01011000000000000000000000000000
+01100111111000010000010011000100
+01000100111010010100000000011010
+00100000010000000111010000101110
+01101000010010010000010011000100
+11011000101000000100000011101101
+00011000111000111111111000000000
+10011000101000001000101000000000
+11100000010000010000000000000101
+00100000011000000000000000000000
+11011001011000000000100000000000
+00011001011100000001011000000000
+10011001011000001111111000000000
+00100000011000000000000000000000
+11011000111000000000000000000000
+01000100111010011100000000011010
+01101000010010100100000010010110
+00011100010000110111111000000000
+01100111111000100100000010010110
+10011000010001100111110000000000
+00100100010000010111010000101001
+10011000010001100001011000000000
+00011001011000100000010000000000
+11011000110000000100000011101101
+00011000110000100000101000000000
+11011111001000000000000000010000
+11101111111000010000000000000110
+10011000010001100111111000000000
+00100000001000010111010000111101
+00011000000000000111111000000000
+11100111111000010000000000000101
+11000010000000000111010000111001
+11011000110000000100000011101101
+00011000111000111111111000000000
+10011000110000001000110000000000
+11101111111000010000000000000110
+00100000011000000000000000000000
+10011000010000001000010000000000
+00011000010000100111001000000000
+01101111111000010000000000111111
+10011111001001100111111000000000
+00100000011000010000000000000000
+00011111111001100111111000000000
+00011000010100010000010000000000
+00011000010000001000010000000001
+00011000010100000000010000000000
+10011000010000011000010000000000
+00100000011000000000000000000000
+00100000010000000111010001010001
+00100000001000000111010001011110
+01111000010101000111110000000000
+10011000010001100111111000000000
+00100000001000010111010001010110
+01111000001101000111110000000000
+00011111111001100111111000000000
+11000100000001111000000000000000
+00011111111000100010100000000000
+11011000010000010000000000000000
+01101111111000010000000000111111
+10011000010001100111111000000000
+10011010100000001111111000000000
+01111001001111111111111001000000
+00100000011000000000000000000000
+01101000010010010000000000111111
+10011000000000000000110000000000
+00011111111100010111111000000000
+10011000010011111111111000000000
+10011000110000001111111000000000
+00100000011000000000000000000000
+00011111111011010111111000000000
+00011111111100100111111000000000
+01101000010010011100000010111110
+10011000010001101111110000000000
+00100000010000000111010001110101
+00011000000001111000010000000000
+00100000011000000000000000000000
+01101000010010010000000000111111
+10011000010001101111110000000000
+00100000010000000111010001110010
+00011111111100000111111000000000
+00011000000001110000010000000000
+10011000010000011000010000000000
+00100000011000000000000000000000
+00100000010000000111010001110101
+00011000000001111111111000000000
+00100000011000000000000000000000
+00100000011110101000000000000000
+00100000001000000111010001110101
+11101111111000001000000000010001
+11101000010000001000000000010010
+10011000010001100111110000000000
+00100100011000101000000000000000
+00011010001000001010001000000001
+00011010010000001010010000000001
+11000010000000000111010001110111
+00011000000000000111110000000000
+00100000011000000000000000000000
+10011000010001100111110000000000
+00100100011000010000000000000000
+00011000010000100111111000000000
+00100000011000000000000000000000
+11011111001000000000001000000000
+11011000101000000100000000000000
+00100000001000000111001111011101
+00100000011110100000000000000000
+00011111111000100111101000000000
+00100000010000000110110100110001
+01110000100000100000001100000001
+00100000011000000000000000000000
+01100111111100010000001000000101
+01101111111100001000001000000011
+01111001001000000111111000000100
+01100111111100001000001000000011
+00100000011000000000000000000000
+01100111111100010000001000000111
+01101111111100001000001000000011
+01111001001000000111111000000110
+01100111111100001000001000000011
+00100000011000000000000000000000
+01100111111100010000001000000101
+01110000100000100000001100110000
+00100000011000000000000000000000
+01000100111010100100000000011010
+11101000010001000000000000010001
+00011000010000010111111011111111
+00100100001110100111010010011111
+00011000010011001111111000000000
+11100111111001000000000000010001
+00011010001000001010001000000111
+11101111111000001000000000010001
+00100100001110100011101010001010
+01101111111000001000010011000011
+11100111111000001000000000010001
+00100000011000000000000000000000
+01000100111010101100000000011010
+11011111001000000000000000001000
+11101111111001000000000000010001
+00100000011110100000000000000000
+11101111111000001000000000010001
+00100100001110100111010010101110
+00011010001000001010001000000001
+11000010000000000111010010101001
+00100000001000000011101010001010
+11011000010000000000000000000000
+11100000010000001000000000010001
+00100000011000000000000000000000
+11101111111001000000000000010001
+00100000011000000000000000000000
+11101111111000001000000000010001
+00100000011000000000000000000000
+11101111111000010000000000010001
+00100000011000000000000000000000
+11011000010000000000000000000000
+01101111111000001000000000000110
+11000010000000000111010010111000
+00011000010000001000010000000001
+11000010000000000111010010111000
+00011000010000100111111000000000
+00100000011000000000000000000000
+10011000010001100111110000000000
+00100100011000010000000000000000
+00011000010000100111111000000000
+00100000011000000000000000000000
+00011000000000000111110111111111
+00100000011000000000000000000000
+00011000000000000111110000000001
+00100000011000000000000000000000
+00011000000000000111110000000000
+00100000011000000000000000000000
+01111000001101000111110000000000
+00100000011000000000000000000000
+01111000010101000111110000000000
+00100000011000000000000000000000
+01111000001101100111110000000000
+00100000011000000000000000000000
+01111000010101100111110000000000
+00100000011000000000000000000000
+01111000001110001111110000000000
+00100000011000000000000000000000
+01111000010000001111110000000000
+00100000011000000000000000000000
+01111000001000001111110000000000
+00100000011000000000000000000000
+01011000000000000000000000000001
+00100000011000000000000000000000
+01011000000000000000000000000000
+00100000011000000000000000000000
+00011111001001100111110000000000
+00100000011000101000000000000000
+11101000010000001000000000000110
+10011000010000001111111000000000
+11000010000000000111010011011100
+00100000011000000000000000000000
+01011000000000000000000000000000
+01100111111001000000000000010110
+00100000011000000000000000000000
+11011111001000000000000000010000
+00011000000010100111111000000000
+11100111111000001000000000000101
+11000010000000000111010011100100
+00100000011000000000000000000000
+01110000010001011001011000000001
+00100000010000000111011110001101
+01110000010001001100110101000010
+01110000010001001100111000010101
+01110000010001001101110101010101
+01101111111000001100010011100010
+00011111111000001111111000000001
+01100111111000001100010011100010
+00100000010000000111010011110110
+00100000010000000111101011010101
+11011111001000000000000000010111
+11011000110000000100010011001101
+11011000101000000100011001001111
+00100000001000000111010000001100
+11011000010000000000000000000000
+11011000110000000100010011011100
+11011111001000000000000000000111
+11101111111000001000000000000110
+10011000010000001000010000000000
+11000010000000000111010011111001
+01100000010010001100010011100011
+00100000011000000000000000000000
+01101111111000001100010011101000
+00100000011110100000000000000000
+01110000010001001110100000000000
+01101111111000010100010110010100
+00100000011110100000000000000000
+01101111111000001100010011011100
+00011111111000001111111000000001
+01100111111000001100010011011100
+11000000000000001111010100001100
+11000000000001001111010100001100
+00100000010000000111010011101000
+01011000000000000000000000000011
+01100111111000010100010011100100
+00100000011000000000000000000000
+01101111111000001100010011100001
+00011111111000001111111001000000
+01100111111000001100010011100001
+00100000010000000111010011101000
+00100000001000000111010100010001
+01011000000000000000000000000011
+01100111111000010100010011100100
+00100000011000000000000000000000
+01110000010001001110000100000111
+01110000010001001101110000000000
+00100000001000000111010011101000
+01101111111000001100010010100011
+00100100010110100111100101110111
+01110000010001001110000100010001
+01110000010001001101110000000000
+00100000001000000111010011101000
+01110000010001001110000100010010
+01110000010001001101110000000000
+00100000001000000111010011101000
+01110000010001001110000100010011
+01110000010001001101110000000000
+00100000001000000111010011101000
+01110000010001001110000100000101
+01110000010001001110000000000000
+01110000010001001101110000000000
+00100000001000000111010011101000
+01110000010001001110000100001001
+01110000010001001101110000000000
+01110000010001001110000000000000
+00100000001000000111010011101000
+01110000010001001110000100010100
+01110000010001001101110000000000
+00100000001000000111010011101000
+01110000010001001110000100010101
+01110000010001001101110000000000
+00100000001000000111010011101000
+01101111111000001100010010100011
+00100100010110100111100110101101
+01110000010001001110000100001100
+01110000010001001110000000000001
+01110000010001001101110000000000
+00100000001000000111010011101000
+01101111111000001100010010100011
+00100100010110100111100110110101
+01110000010001001110000100001110
+01110000010001001110000000000001
+01110000010001001101110000000000
+00100000001000000111010011101000
+01101111111000001100010010100011
+00100100010110100111100110101111
+01110000010001001110000100000001
+01110000010001001110000000000010
+01110000010001001101110000000000
+00100000001000000111010011101000
+01101111111000001100010010100011
+00100100010110100111100110110111
+01110000010001001110000100000100
+01110000010001001110000000000010
+01110000010001001101110000000000
+00100000001000000111010011101000
+01101111111000001100010010100011
+00100100010110100111100110110001
+01110000010001001110000100001101
+01110000010001001110000000000011
+01110000010001001101110000000000
+00100000001000000111010011101000
+01101111111000001100010010100011
+00100100010110100111100110111001
+01110000010001001110000100001111
+01110000010001001110000000000011
+01110000010001001101110000000000
+00100000001000000111010011101000
+01101111111000001100010010100011
+00100100010110100111100110110011
+01110000010001001110000100001000
+01110000010001001110000000000100
+01110000010001001101110000000000
+00100000001000000111010011101000
+01101111111000001100010010100011
+00100100010110100111100110111011
+01110000010001001110000100000110
+01110000010001001110000000000100
+01110000010001001101110000000000
+00100000001000000111010011101000
+01101111111000001100011100100100
+11000000000000001111010100010100
+01110000010001110000011010110001
+00100000001000000111011101001111
+01101111111000001100010010100011
+00100100010110100111100101100000
+01110000010001001110000100010110
+01110000010001001101110000000000
+01110000010001001110000000000000
+00100000001000000111010011101000
+01101111111000001100010010100011
+00100100010110100111100101100110
+01110000010001001110000100010111
+01110000010001001101110000000000
+01110000010001001110000000000000
+00100000001000000111010011101000
+01110000010001110000011000000000
+01101111111000001100010010100011
+00100100010110100111100100101010
+01110000010001001110000100001010
+00100000001000000111010011101000
+01110000010001110000011000000000
+01101111111000001100010010100011
+00100100010110100111100100101100
+01110000010001001110000100001011
+00100000001000000111010011101000
+01110000010001110000011000000000
+01101111111000001100010010100011
+00100100010110100111100100101110
+01110000010001001110000100000011
+00100000001000000111010011101000
+01110000010001110000011000000000
+01101111111000001100010010100011
+00100100010110100111100100110000
+01110000010001001110000100000010
+00100000001000000111010011101000
+01101111111000001100010010100011
+00100100010110100111100101001000
+01110000010001001110000100010000
+01110000010001001101110000000000
+00100000001000000111010011101000
+00100000010000000111110111100000
+00100000010000000111010110101010
+00100000010000000111010110110101
+01000111001110001100000000101110
+01110000010001010111110100000001
+01110000010001010111111000000001
+01000111001110010100000000101110
+01101111111000010100001010110000
+00011111111100100111111000000000
+11011000010000001111111111111111
+10011000010000010111111000000000
+00100000001110100111010110111100
+11011000010000001111111111110000
+10011000010001100111110000000000
+00100000001000101111010110111110
+01000111001110011100000000101110
+00011111111100001111111000000000
+01100111111000010100010101111011
+01100111111000010100010011011110
+11011010001000001111111111111111
+00011010001100000000010000000000
+01011000000000001111111111111111
+10011000010000011000010000000000
+01101111111000100100001010110000
+00100000010110100111010110111010
+10011000010001100111110000000000
+00100000010000101111010110111010
+01100111111000100100010010100111
+01011000000000000111101110011101
+01100111111000010100001110011100
+01011000000000000111100110111101
+01100111111000010100001110010100
+00100000001000000111011011001100
+01000111001110100100000000101110
+01101111001000001100010101011110
+01101000010010100100011100111000
+11011000110000000100010101100000
+01000111001110101100000000101110
+11101111111000001000000000000110
+10011000000000000000111000000000
+11111001001000000000010000000000
+11000010000000000111010110101110
+01100000010010100100011100111000
+00100000011000000000000000000000
+01000111001110110100000000101110
+01101111001000001100010101011111
+01101000010010100100011100111000
+11011000110000000100010101101000
+00100000001000000111010110101110
+01011000000100010001001000010011
+00100000011000000000000000000000
+11011111111000000000000000010000
+00100000001000000111010110011000
+11011111111000001111111111100000
+00100000001000000111010110011000
+01000111001110111100000000101110
+01101111111000100100001010110000
+01100111111000100100010100100101
+01110000010001010010100111010001
+01101111111000001100010100101011
+00011111111000001111111000000001
+01100111111000001100010100101011
+11011000010000000000000000000000
+11011000110000000100010100100100
+11011111001000000000000000001000
+00100000010000000111011000000011
+00011000010100001000010000000000
+01100000010010010100010100101100
+11011010011000000100010100100011
+11011111001000000000000000001011
+01011000000000000000000000000000
+01100111111000010100010011000110
+00100000010000000111101101010111
+01101111111000010100010011000110
+01100111111000010100010100101110
+11011111001000000000000000010111
+11011000110000000100010011101001
+11011000101000000100011001001111
+00100000010000000111010000001100
+11011111001000000000000000001101
+11011000110000000100010100100011
+11011000101000000100011001100110
+00100000010000000111010000001100
+01110000010001100111101000100101
+01110000010001100111101100110011
+00100000010000000111101101111011
+11011111001000000000000000100101
+11011000110000000100011001001111
+11011000101000000100010100110000
+00100000001000000111010000001100
+11101111111000001000000000000110
+00011111111011011111111000000000
+11100111111000001000000000000101
+11000010000000000111010111100011
+00100000011000000000000000000000
+01000111001111000100000000101111
+00100000010000000111101011010101
+00100000010000000111011000000000
+00011000010100001000010000000000
+01100000010010010100010100001000
+11011010011000000100010100000000
+11011111001000000000000000001010
+01011000000000000000000000000000
+01100111111000010100010011000110
+00100000010000000111101101010111
+01101111111000010100010011000110
+01100111111000010100010100001010
+01101111111000010100010100001100
+00011111111100001111111000000000
+00011111111000001111111000000001
+00011111111100001111111000000000
+01100111111000010100010100001100
+11011111001000000000000000100101
+11011000110000000100010011101001
+11011000101000000100011001001111
+00100000010000000111010000001100
+01110000010001100111101000100101
+01110000010001100111101100110011
+00100000001000000111101101111011
+11011000010000000000000000000000
+11011000110000000100010100000001
+11011111001000000000000000000111
+11101111111000001000000000000110
+10011000010000001000010000000000
+11000010000000000111011000000011
+00100000011000000000000000000000
+11011010010000000000000000110011
+00100000011000000000000000000000
+01101111111000001100010100001110
+01100111111000001100010100000101
+00100000011000000000000000000000
+00100000010000000111100110101011
+01110000010001010010010001101000
+01110000010001010010101001000110
+00100000010000000111010111000000
+01110000010001010000000101101000
+01110000010001010000011101000110
+00100000001000000111010111101000
+01110000010001010010010001101110
+01110000010001010010101011110000
+00100000010000000111010111000000
+01110000010001010000000101101110
+01110000010001010000011111110000
+00100000001000000111010111101000
+00100000010000000111100100101010
+01110000010001010010010001101001
+01110000010001010010101000000000
+00100000010000000111010111000000
+01110000010001010000000101101001
+01110000010001010000011100000000
+00100000001000000111010111101000
+00100000010000000111100100101100
+01110000010001010010010001101010
+01110000010001010010101000000000
+00100000010000000111010111000000
+01110000010001010000000101101010
+01110000010001010000011100000000
+00100000001000000111010111101000
+00100000010000000111100100101110
+01110000010001010010010001100101
+01110000010001010010101000000000
+00100000010000000111010111000000
+01110000010001010000000101100101
+01110000010001010000011100000000
+00100000001000000111010111101000
+00100000010000000111100100110000
+01110000010001010010010001100110
+01110000010001010010101000000000
+00100000010000000111010111000000
+01110000010001010000000101100110
+01110000010001010000011100000000
+00100000001000000111010111101000
+01110000010001010010010001100000
+01110000010001010010101000000000
+01110000010001010010100111010010
+00100000010000000111010111000000
+01110000010001010000000101100000
+01110000010001010000011111010001
+01110000010001010000011011010010
+00100000001000000111010111101000
+01110000010001010010010001100000
+01110000010001010010101000000000
+01110000010001010010100111010100
+00100000010000000111010111000000
+01110000010001010000000101100000
+01110000010001010000011111010001
+01110000010001010000011011010100
+00100000001000000111010111101000
+01110000010001010010010001100000
+01110000010001010010101000000000
+01110000010001010010100100000011
+00100000010000000111010111000000
+01110000010001010000000101100000
+01011000000000000000000011010001
+01100111111000010100010100000111
+01110000010001010000111000000011
+00100000001000000111010111101000
+01110000010001010010010001100000
+01110000010001010010101000000000
+01110000010001010010100100000100
+00100000010000000111010111000000
+01110000010001010000000101100000
+01011000000000000000000011010001
+01100111111000010100010100000111
+01110000010001010000111000000100
+00100000001000000111010111101000
+01110000010001010010010001101111
+01110000010001010010101000000000
+01110000010001010010100111010010
+00100000010000000111010111000000
+01110000010001010000000101101111
+01110000010001010000011111010001
+01110000010001010000011011010010
+00100000001000000111010111101000
+01110000010001010010010001101111
+01110000010001010010101000000000
+01110000010001010010100111010100
+00100000010000000111010111000000
+01110000010001010000000101101111
+01110000010001010000011111010001
+01110000010001010000011011010100
+00100000001000000111010111101000
+01110000010001010010010001101111
+01110000010001010010101000000000
+01110000010001010010100100000011
+00100000010000000111010111000000
+01110000010001010000000101101111
+01011000000000000000000011010001
+01100111111000010100010100000111
+01110000010001010000111000000011
+00100000001000000111010111101000
+01110000010001010010010001101111
+01110000010001010010101000000000
+01110000010001010010100100000100
+00100000010000000111010111000000
+01110000010001010000000101101111
+01011000000000000000000011010001
+01100111111000010100010100000111
+01110000010001010000111000000100
+00100000001000000111010111101000
+01110000010001010010100111010010
+01110000010001010000011011010010
+00100000001000000111011010001111
+01110000010001010010100111010100
+01110000010001010000011011010100
+00100000001000000111011010001111
+01110000010001010010100100000011
+01110000010001010000011000000011
+00100000001000000111011010001111
+01110000010001010010100100000100
+01110000010001010000011000000100
+00100000001000000111011010001111
+00100000010000000111100101001111
+01110000010001010010010001101111
+01110000010001010010101010101010
+00100000010000000111010111000000
+01110000010001010000000101101111
+01011000000000000000000010101010
+01100111111000010100010100000111
+00100000001000000111010111101000
+01110000010001010000011011010001
+01110000010001010010100111010001
+00100000010000000111100101001010
+01110000010001010010010001101111
+01110000010001010010101001010101
+00100000010000000111010111000000
+01110000010001010000000101101111
+01110000010001010000011101010101
+01110000010001010000111000000000
+00100000010000000111011000001001
+00100000001000000111010111101000
+00100000010000000111100101001000
+01110000010001010010010001101110
+01110000010001010010101000000000
+00100000010000000111010111000000
+01110000010001010000000110100001
+01110000010001010000011100000000
+00100000001000000111010111101000
+01101111111000001100010110010111
+11000000000000000111011010100100
+11000000000000001111011010101100
+11000000000000010111011010110100
+00100000011000000000000000000000
+00100000010000000111100101011001
+01110000010001011001011100000001
+01110000010001010010010001101101
+01110000010001010010101000000001
+00100000010000000111010111000000
+01110000010001010000000101101101
+01110000010001010000011100000001
+00100000001000000111010111101000
+00100000010000000111100101100000
+01110000010001011001011100000010
+01110000010001010010010001101101
+01110000010001010010101000000010
+00100000010000000111010111000000
+01110000010001010000000101101101
+01110000010001010000011100000010
+00100000001000000111010111101000
+00100000010000000111100101100110
+01110000010001011001011100000000
+01110000010001010010010001101101
+01110000010001010010101000000011
+00100000010000000111010111000000
+01110000010001010000000101101101
+01110000010001010000011100000011
+00100000001000000111010111101000
+01110000010001010010010001100000
+01110000010001010010101000000000
+01110000010001010010100111010001
+00100000010000000111010111000000
+01110000010001010000000101100000
+01110000010001010000011100000000
+01110000010001010000011011010001
+00100000001000000111010111101000
+01110000010001010010010001101111
+01110000010001010010101000000000
+01110000010001010010100111010001
+00100000010000000111010111000000
+01110000010001010000000101101111
+01110000010001010000011100000000
+01110000010001010000011011010001
+00100000001000000111010111101000
+01000111001111001100000000101111
+01101111111000010100010101111001
+00100100011110100000000000000000
+00100000010000000111011011011010
+01000111001111010100000000101111
+11011010001000000100010101100000
+01101111111000001100010101011110
+10011000000000000111001000000000
+11101000010000001000000000010001
+00100000010000000110101101111100
+00011010001000001010001000000001
+11000010000000000111011011010100
+00100000000000000010111011100000
+00100000011000000000000000000000
+11011010001000000100010101101000
+01101111111000001100010101011111
+10011000000000000111001000000000
+11101000010000001000000000010001
+00011000010000011000010010000000
+00100000010000000111011100111110
+00011010001000001010001000000001
+11000010000000000111011011011101
+00100000000000000010111011100000
+00100000011000000000000000000000
+01101111111000010100010101111001
+00100100011110100000000000000000
+01110000010001010111001000000000
+01011000000000000000000000000000
+01100111111001000100010101010110
+01110000010001010111000000000000
+11011010011000000100010101100000
+11101000010000001000000000010011
+00100000010000000110101110000101
+00100000010000001111011100000110
+11101000010000001000000000010011
+00100000010000000110101101111100
+00100000010000000111011011011010
+00011010011000001010011000000001
+01101111111000001100010101110000
+00011111111000001111111000000001
+01100111111000001100010101110000
+01101000010010001100010101011110
+10011000010001100111110000000000
+00100100001000010111011011101011
+00100000011000000000000000000000
+01000111001111011100000000101111
+01101111111000001100010101110000
+00011111111000001111111000000001
+01101000010010001100010101011111
+00011000010000001000010000000001
+10011000010011111111111000000000
+10011000000000000000111000000000
+01101111111001000100010101010110
+11111001001000000111111000000000
+01100111111001000100010101010110
+00100000011000000000000000000000
+11011111001000000000000000000001
+00100000011000000000000000000000
+01000111001111100100000000101111
+01101111111000010100010101110011
+10011000000000000111001000000000
+00100000010110100111011100000100
+00100000010000000111001111011001
+11101000010000001000000000010011
+00100000010000000110101110000101
+00100100011000001000000000000000
+00100000000000000010111011100000
+11101000010000001000000000010011
+00100000010000000110101110000101
+00100100011000001000000000000000
+00100000000000000010111011100000
+11101000010000001000000000010011
+00100000010000000110101110000101
+00100100011000001000000000000000
+00100000010000000111011100111001
+11101000010000001000000000010011
+00100000010000000110101110000101
+00100000001000001111011011111001
+01000111001111101100000000101111
+11101000010000001000000000010011
+00011000010000011000010010000000
+00100000010000000111011100111110
+01110000010001010111000100000000
+11011010001000000100010101101000
+11101000010000001000000000010001
+00100000010000000110101110000101
+00100000010000001111011100101011
+00011010001000001010001000000001
+01101111111000001100010101110001
+00011111111000001111111000000001
+01100111111000001100010101110001
+01101000010010001100010101011111
+10011000010001100111110000000000
+00100100001000010111011100100000
+00100000011000000000000000000000
+01000111001111110100000000101111
+01101111111000001100010101110000
+01101000010010001100010101011111
+00011000010000001000010000000001
+10011000010011111111111000000000
+01101000010010001100010101110001
+00011000010000001000010000000001
+10011000010000001111111000000000
+10011000000000000000111000000000
+01111000001000001111110000000000
+01101111111001000100010101010110
+11111001001000001111111000000000
+01100111111001000100010101010110
+00100000011000000000000000000000
+01000111001111111100000000101111
+11011010001000000100010101101000
+01101111111000001100010101011111
+10011000000000000111001000000000
+00100000001000000111011011010100
+01111001010000000000010000000111
+00100000001000000110101110010110
+01101111111000001100011100100100
+11000000000000001111011101110000
+01110000010001110000011010100000
+00100000001000000111011101001111
+01101111111000001100011100100100
+11000000000000001111011101100111
+01110000010001110000011010100001
+00100000001000000111011101001111
+01101111111000001100011100100100
+11000000000000001111011101011110
+01110000010001110000011010100010
+00100000001000000111011101001111
+01101111111000001100011100100100
+11000000000000001111011101010101
+01110000010001110000011010100011
+01000111010000000100000000110000
+01101111111000010100011100100010
+00100100011110100000000000000000
+01110000010000110101111100000000
+01110000010001110010001000000101
+00100000011000000000000000000000
+00100000010000000111100100101010
+01101111111000001100011100100001
+11000000000000001111010101110000
+11000000000000010111011000011001
+01110000010001110000011000000000
+01110000010001011000010000100001
+01110000010001011000101100011000
+00100000010000000111011101111001
+00100000001000000111101011101000
+00100000010000000111100100101100
+01101111111000001100011100100001
+11000000000000001111010101110101
+11000000000000010111011000100000
+01110000010001110000011000000000
+01110000010001011000010000100001
+01110000010001011000101100100100
+00100000010000000111011101111001
+00100000001000000111101011101000
+00100000010000000111100100101110
+01101111111000001100011100100001
+11000000000000001111010101111010
+11000000000000010111011000100111
+01110000010001110000011000000000
+01110000010001011000010000100001
+01110000010001011000101100101000
+00100000010000000111011101111001
+00100000001000000111101011101000
+00100000010000000111100100110000
+01101111111000001100011100100001
+11000000000000001111010101111111
+11000000000000010111011000101110
+01110000010001110000011000000000
+01110000010001011000010000100001
+01110000010001011000101100010100
+00100000010000000111011101111001
+00100000001000000111101011101000
+01000111010000001100000000110000
+01011000000000000000000000000000
+01100111111000011100010110000111
+00100000001000000111101011000100
+01110000010001011001011000000001
+00100000010000000111011110001101
+01110000010001110000011000000001
+00100000011000000000000000000000
+01110000010001011001011000000010
+00100000010000000111011110001101
+01110000010001110000011000000010
+00100000011000000000000000000000
+01110000010001011001011000000011
+00100000010000000111011110001101
+01110000010001110000011000000011
+00100000011000000000000000000000
+01110000010001011001011000000100
+00100000010000000111011110001101
+01110000010001110000011000000100
+00100000011000000000000000000000
+01000111010000010100000000110000
+01101111111000010100010110010100
+00100100011110100000000000000000
+01101111111000010100011101101110
+01100111111000010100010110010100
+00011111111000001111111000000001
+01100111111000010100011010100110
+01101111111000001100011100100001
+00011111111001100111110000000001
+00100000001000101111010100010001
+00100000011000000000000000000000
+00100000010000000111100101001000
+01110000010001011000010000100011
+00100000001000000111101011000010
+01110000010001011000000100000000
+01110000010001001010101100000000
+01011000000000000000000000000001
+01100111111000010100011010101001
+01110000010001101010100000000001
+01000111010000011100000000110000
+00100000010000000111100101001010
+01110000010000110101111100000001
+01101111111000010100011101101100
+00011111111010111111111000000000
+01100111111000010100010110100010
+00011111111000001111111000000001
+01100111111000010100011010100110
+01101111111000001100010101111111
+01100111111000001100010110001011
+01110000010001011000010000101000
+01101111111000001100010110001010
+00011111111000001111111000000001
+01100111111000001100010110001010
+01110000010001011000100110000001
+01101111111000001100010010100110
+00011111111001100111110000000011
+00100000010000101111101011010001
+01101111111000001100010010100110
+00011111111001100111110000000101
+00100000010000101111101011010011
+00100000010000000111011110110111
+00100000001000000111101011101000
+01101111111000010100010101111011
+11011000010000001111000011111111
+10011000010000010111111000000000
+01100111111000010100010110000111
+00100000001000000111101011011110
+01000111010000100100000000110000
+00100000010000000111100101001111
+01110000010001101010100000000001
+01110000010000110101111100000001
+01011000000000000000000000000001
+00011111111010111111111000000000
+01100111111000010100011010101001
+01101111111000010100011101101100
+00011111111010111111111000000000
+01100111111000010100010110100010
+00011111111000001111111000000001
+01100111111000010100011010100110
+01110000010001011000010001000101
+01011000000000011111111011111111
+01100111111000011100010110000101
+01101111111000001100010110001010
+00011111111000001111111000000001
+01100111111000001100010110001010
+01101111111000001100010010100110
+00011111111001100111110000000011
+00100000010000101111101011010001
+01101111111000001100010010100110
+00011111111001100111110000000101
+00100000010000101111101011010011
+00100000001000000111101011101000
+01110000010001011001011000000000
+00100000010000000111011110001101
+01110000010001011000000100000000
+00100000010000000111100101010001
+01101111111000001100011100100001
+11000000000000001111010100100010
+11000000000000010111011011000100
+01110000010001101010101100000001
+01110000010001011000010000010000
+00100000010000000111101011011110
+00100000001000000111101011000010
+01110000010001011001011000000000
+00100000010000000111011110001101
+00100000001000000111011111100101
+01101111111000001100011010101011
+00100000001110100111011111010111
+00100000010000000111100101010100
+01110000010001011000000100000000
+01101111111000001100011100100001
+11000000000000001111010100100110
+11000000000000010111011010111100
+01110000010001101010101100000000
+01110000010001011000010000010001
+00100000010000000111101011011110
+00100000001000000111101011000010
+01110000010001011001011000000000
+00100000010000000111011110001101
+00100000010000000111100101010111
+01110000010001011000010000001001
+00100000001000000111101011000010
+01110000010001011000010000100001
+01110000010001011000011111111111
+01110000010001011000100011111111
+01110000010001011000101101000000
+00100000011000000000000000000000
+01110000010001011000010000100001
+01110000010001011000011111111111
+01110000010001011000101101000000
+00100000011000000000000000000000
+01110000010001011000010000100001
+01110000010001011000100011111111
+01110000010001011000101101000000
+00100000011000000000000000000000
+01101111111000001100010110010111
+00011111111001100111110000000011
+00100000010000101111100000000111
+11000000000000000111100000001010
+11000000000000001111100000010010
+11000000000000010111100000011010
+00100000011000000000000000000000
+01011000000000000000000000000000
+01100111111000001100010110010111
+00100000011000000000000000000000
+01101111111000001100010110010111
+00011111111000001111111000000001
+01100111111000001100010110010111
+00100000010000000111100101011001
+01101111111000001100011100100001
+11000000000000001111010100010100
+00100000010000000111011111110011
+00100000001000000111101011000010
+01101111111000001100010110010111
+00011111111000001111111000000001
+01100111111000001100010110010111
+00100000010000000111100101100000
+01101111111000001100011100100001
+11000000000000001111010100010100
+00100000010000000111011111111000
+00100000001000000111101011000010
+01101111111000001100010110010111
+00011111111000001111111000000001
+01100111111000001100010110010111
+00100000010000000111100101100110
+01101111111000001100011100100001
+11000000000000001111010100010100
+00100000010000000111011111111100
+00100000001000000111101011000010
+01101111111000001100011010101101
+11000000000000000111100000101011
+00100000010000000111100101101100
+01110000010001101010110100000000
+01101111111000001100011100100001
+11000000000000001111010100011111
+11000000000000010111011000010011
+01110000010001011000010000010011
+00100000001000000111101011000010
+00100000010000000111100101101110
+01110000010001101010110100000001
+01101111111000001100011100100001
+11000000000000001111010100011111
+11000000000000010111011000010011
+01110000010001011000010000010010
+00100000001000000111101011000010
+01101111111000001100010110011000
+11000000000000000111100000111011
+00100000010000000111100101110000
+01110000010001011000010000100001
+01110000010001011000011111111111
+01110000010001011000100011111111
+01110000010001011001100000000000
+01110000010001011000101100000010
+00100000001000000111101011000010
+00100000010000000111100101110111
+01110000010001011000101100000001
+01110000010001011000010000100001
+01110000010001011000011101111111
+01110000010001011000100001111111
+01110000010001011001100000000001
+00100000001000000111101011000010
+01101111111000001100011100100001
+00011111111001100111110000000001
+00100000010000101111010100101010
+01110000010001101111111000000001
+01101111111000001100010110011011
+11000000000000000111100001001100
+00100000010000000111100101111110
+01110000010001011000010000011111
+01110000010001011001101100000000
+00100000001000000111101011000010
+00100000010000000111100110000000
+01110000010001011000010000011110
+01110000010001011001101100000001
+00100000001000000111101011000010
+01101111111000001100011100100001
+00011111111001100111110000000001
+00100000010000101111010100101101
+01110000010001011000010000100010
+01101111111000001100010110011001
+11000000000000000111100001111010
+11000000000000001111100001110110
+11000000000000010111100001110010
+11000000000000011111100001101101
+11000000000000100111100001101000
+11000000000000101111100001100011
+11000000000000110111100001011101
+00100000011000000000000000000000
+00100000010000000111100110011101
+01110000010001011001100100000000
+01110000010001011000011111111111
+01110000010001011000100011111111
+01110000010001011000100111111111
+00100000001000000111101011000010
+00100000010000000111100110011000
+01110000010001011001100100000110
+01110000010001011000011111111111
+01110000010001011000100111111111
+00100000001000000111101011000010
+00100000010000000111100110010011
+01110000010001011001100100000101
+01110000010001011000100011111111
+01110000010001011000100111111111
+00100000001000000111101011000010
+00100000010000000111100110001110
+01110000010001011001100100000100
+01110000010001011000011111111111
+01110000010001011000100011111111
+00100000001000000111101011000010
+00100000010000000111100110001010
+01110000010001011001100100000011
+01110000010001011000100111111111
+00100000001000000111101011000010
+00100000010000000111100110000110
+01110000010001011001100100000010
+01110000010001011000100011111111
+00100000001000000111101011000010
+00100000010000000111100110000010
+01110000010001011001100100000001
+01110000010001011000011111111111
+00100000001000000111101011000010
+00100000010000000111100110100011
+01110000010001011000011100000001
+01110000010001011000010001000001
+00100000001000000111101011000010
+01110000010001011001011000000001
+00100000010000000111011110001101
+00100000010000000111100110101101
+01110000010001011001110100000001
+01110000010001011000010000010000
+01110000010001011000000100000001
+00100000001000000111101011000010
+01110000010001011001011000000010
+00100000010000000111011110001101
+00100000010000000111100110101111
+01110000010001011001111000000001
+01110000010001011000010000010000
+01110000010001011000000100000010
+00100000001000000111101011000010
+01110000010001011001011000000011
+00100000010000000111011110001101
+01110000010001011001111100000001
+01110000010001011000010000010000
+01110000010001011000000100000011
+00100000001000000111101011000010
+01110000010001011001011000000100
+00100000010000000111011110001101
+00100000010000000111100110110011
+01110000010001011010000000000001
+01110000010001011000010000010000
+01110000010001011000000100000100
+00100000001000000111101011000010
+01110000010001011001011000000001
+00100000010000000111011110001101
+01101111111000001100010110011101
+00100000001110100111100010000100
+00100000010000000111100110110101
+01110000010001011001110100000000
+01110000010001011000010000010001
+01110000010001011000000100000001
+00100000001000000111101011000010
+01110000010001011001011000000010
+00100000010000000111011110001101
+01101111111000001100010110011110
+00100000001110100111100010001011
+00100000010000000111100110110111
+01110000010001011001111000000000
+01110000010001011000010000010001
+01110000010001011000000100000010
+00100000001000000111101011000010
+01110000010001011001011000000011
+00100000010000000111011110001101
+01101111111000001100010110011111
+00100000001110100111100010010010
+00100000010000000111100110111001
+01110000010001011001111100000000
+01110000010001011000010000010001
+01110000010001011000000100000011
+00100000001000000111101011000010
+01110000010001011001011000000100
+00100000010000000111011110001101
+01101111111000001100010110100000
+00100000001110100111100010011000
+00100000010000000111100110111011
+01110000010001011010000000000000
+01110000010001011000010000010001
+01110000010001011000000100000100
+00100000001000000111101011000010
+01110000010001011000000100000001
+01110000010001001010101100000001
+00100000001000000111011110011101
+01110000010001011000000100000010
+01110000010001001010101100000010
+00100000001000000111011110011101
+01110000010001011000000100000011
+01110000010001001010101100000011
+00100000001000000111011110011101
+01110000010001011000000100000100
+01110000010001001010101100000100
+00100000001000000111011110011101
+00100000010000000111100100001001
+01110000010001011000010001101111
+01110000010001011000011100000000
+00100000001000000111101011000010
+01101111111000001100010110100110
+00100000001110100111100011010101
+01110000010001011010011000000000
+00100000001000000111100011011010
+00100000010000000111100100001100
+01110000010001011010011000000001
+01110000010001011000010000010101
+01110000010001011000011100000001
+00100000001000000111101011000010
+00100000010000000111100100001101
+01110000010001011000010000010101
+01110000010001011000011100000000
+00100000001000000111101011000010
+00100000010000000111100100010000
+01110000010001011000010000110011
+01110000010001011000011100000010
+00100000001000000111101011000010
+00100000010000000111100100010100
+01011000000000000000000000000001
+01100111111000001100010110000111
+01110000010001011000010000110010
+01110000010001011000100000000110
+00100000001000000111101011000010
+00100000010000000111100100011010
+01011000000000000000000000000010
+00100000001000000111100011100100
+00100000010000000111100100011100
+01011000000000000000000000000011
+00100000001000000111100011100100
+00100000010000000111100100011110
+01011000000000000000000000000100
+00100000001000000111100011100100
+00100000010000000111100100100000
+01011000000000000000000000000101
+00100000001000000111100011100100
+00100000010000000111100100100010
+01011000000000000000000000000110
+00100000001000000111100011100100
+01110000010001011001011000000001
+00100000010000000111011110001101
+00100000010000000111100100100100
+01110000010001011000010000110001
+01110000010001011000011100000000
+00100000001000000111101011000010
+01101111111000001100011010101100
+00100000001110100111100100000100
+00100000010000000111100100100111
+01110000010001101010110000000000
+01110000010001011000010000010110
+01110000010001011000011100000000
+00100000001000000111101011000010
+00100000010000000111100100100110
+01110000010001101010110000000001
+01110000010001011000010000010110
+01110000010001011000011100000001
+00100000001000000111101011000010
+01011000000000000000000001101111
+01100111111000010100010010101100
+00100000001000000111100100110101
+01110000010001001010111100000001
+01011000000000000000000000010101
+01100111111000010100010010101100
+00100000001000000111100100110101
+01110000010001001010111100000010
+01011000000000000000000000110011
+01100111111000010100010010101100
+00100000001000000111100100110101
+01011000000000000000000000000001
+01100111111000001100010010110000
+01011000000000000000000000110001
+01100111111000010100010010101100
+01110000010001001010111100100000
+00100000001000000111100100110101
+01011000000000000000000000000010
+00100000001000000111100100010101
+01011000000000000000000000000011
+00100000001000000111100100010101
+01011000000000000000000000000100
+00100000001000000111100100010101
+01011000000000000000000000000101
+00100000001000000111100100010101
+01011000000000000000000000000110
+00100000001000000111100100010101
+01011000000000000000000000000000
+00100000001000000111100100010101
+01110000010001001010111100000001
+01011000000000000000000000010110
+01100111111000010100010010101100
+00100000001000000111100100110101
+01110000010001001010111100011000
+00100000001000000111100100110010
+01110000010001001010111100100100
+00100000001000000111100100110010
+01110000010001001010111100101000
+00100000001000000111100100110010
+01110000010001001010111100010100
+00100000001000000111100100110010
+01011000000000000000000000100001
+01100111111000010100010010101100
+00100000001000000111100100110101
+01000111010000101100000000110000
+00100000010000000111110111100100
+01101111111000001100011010101111
+00100100010110100111100100111010
+00100000011000000000000000000000
+01000111010000110100000000110000
+11011111001000000000000000100111
+11011000110000000100010001111100
+11011000101000000100011011010111
+00100000010000000111010000001100
+01101111111000001100011010101111
+01100111111000001100010010100011
+01101111111000001100010010100100
+00011111111000001111111111111111
+01100111111000001100010010100100
+00100000010000000111110111100100
+01101111111000001100011101110000
+01100111111000001100010010100011
+00100000011000000000000000000000
+01011000000000000000000000100011
+00100000001000000111100101001011
+01011000000000000000000000101000
+01100111111000010100010010101100
+01011000000000000000000000000000
+01100111111000100100010010101110
+00100000001000000111100100110101
+01011000000000000000000001000101
+00100000001000000111100101001011
+01110000010001001010101100000000
+01011000000000000000000000010000
+00100000001000000111100101001011
+01110000010001001010101100000000
+01011000000000000000000000010001
+00100000001000000111100101001011
+01011000000000000000000000001001
+00100000001000000111100101001011
+01011000000000000000000000100001
+01100111111000010100010010101100
+01110000010001001010111000000000
+01110000010001001010111101000000
+01110000010001001011000011111111
+01110000010001001011000111111111
+00100000001000000111100100110101
+01011000000000000000000000100001
+01100111111000010100010010101100
+01110000010001001010111000000000
+01110000010001001010111101000000
+01110000010001001011000011111111
+00100000001000000111100100110101
+01011000000000000000000000100001
+01100111111000010100010010101100
+01110000010001001010111000000000
+01110000010001001010111101000000
+01110000010001001011000111111111
+00100000001000000111100100110101
+01011000000000000000000000010011
+00100000001000000111100101001011
+01011000000000000000000000010010
+00100000001000000111100101001011
+01011000000000000000000000100001
+01100111111000010100010010101100
+01110000010001001010111000000000
+01110000010001001010111100000010
+01110000010001001011000011111111
+01110000010001001011000111111111
+00100000001000000111100100110101
+01011000000000000000000000100001
+01100111111000010100010010101100
+01110000010001001010111000000000
+01110000010001001010111100000001
+01110000010001001011000001111111
+01110000010001001011000101111111
+00100000001000000111100100110101
+01011000000000000000000000011111
+00100000001000000111100101001011
+01011000000000000000000000011110
+00100000001000000111100101001011
+01011000000000000000000000100010
+01100111111000010100010010101100
+01110000010001001010111111111111
+00100000001000000111100100110101
+01011000000000000000000000100010
+01100111111000010100010010101100
+01110000010001001011000011111111
+00100000001000000111100100110101
+01011000000000000000000000100010
+01100111111000010100010010101100
+01110000010001001011000111111111
+00100000001000000111100100110101
+01011000000000000000000000100010
+01100111111000010100010010101100
+01110000010001001010111111111111
+01110000010001001011000011111111
+00100000001000000111100100110101
+01011000000000000000000000100010
+01100111111000010100010010101100
+01110000010001001010111111111111
+01110000010001001011000111111111
+00100000001000000111100100110101
+01011000000000000000000000100010
+01100111111000010100010010101100
+01110000010001001011000011111111
+01110000010001001011000111111111
+00100000001000000111100100110101
+01011000000000000000000000100010
+01100111111000010100010010101100
+01110000010001001010111111111111
+01110000010001001011000011111111
+01110000010001001011000111111111
+00100000001000000111100100110101
+01011000000000000000000000000001
+01110000010001001010011000000001
+01100111111000010100010010101111
+01011000000000000000000001000001
+01100111111000010100010010101100
+01110000010001001010111000000000
+01110000010001001011000100000000
+00100000001000000111100100110101
+01011000000000000000000000000000
+00100000001000000111100110100100
+01110000010001001010101100000001
+00100000001000000111100101010010
+01110000010001001010101100000010
+00100000001000000111100101010010
+01110000010001001010101100000011
+00100000001000000111100101010010
+01110000010001001010101100000100
+00100000001000000111100101010010
+01110000010001001010101100000001
+00100000001000000111100101010101
+01110000010001001010101100000010
+00100000001000000111100101010101
+01110000010001001010101100000011
+00100000001000000111100101010101
+01110000010001001010101100000100
+00100000001000000111100101010101
+01000111010000111100000000110000
+00100000010000000111011011001100
+00100000010000000111011011100100
+01101111111001000100010101010110
+00100100010110100111100111110111
+00100000010000000111100111101010
+01101111111000001100011100000110
+00100100010110100111100111011100
+00100000010000000111100111001110
+01101111111000001100001101011111
+00100000010110100111100111111101
+01101111111000001100011010101000
+00100100010110100111101000000101
+01101111111000001100011010101000
+00100000010110100111101000001010
+01000111010001000100000000110001
+00100000001000000111101000010000
+01000111010001001100000000110001
+01101111111000001100011100100001
+00011111111001100111110000000001
+00100000010000101111010011111110
+01101111111001000100010101010110
+00100000011110100000000000000000
+01011000000000000000000000000000
+01100111111000011100010110000111
+01100111111000100100010010101110
+01110000010001011000101100000000
+01101111111000001100011100000110
+00100100010110100111100111011100
+01101111111000010100011101100010
+00100000001000000111010010000111
+01101111111000010100011101100100
+00100000001000000111010010000111
+01000111010001010100000000110001
+01101111111001000100010101010110
+00011111111000100000010000000000
+11011111001000000000000000011001
+11011000111000000000000000000000
+00100000010000000111100111110010
+00011000111000100111111000000000
+01100111111000001100010110100001
+01011000000000000000000000000000
+01100111111001000100010101010110
+01000111010001011100000000110001
+00100000001000000111101111001010
+01101111111000001100010101110010
+00100100011110100000000000000000
+01110000010001011000001000000000
+01110000010001110010010000000000
+01011000000000000000000000000000
+01100111111000010100010110010100
+01100111111000010100010011100100
+00100000011000000000000000000000
+10101111111011111111111111111111
+00100000011000001000000000000000
+00011000111000001000111000000001
+11000010000000000111100111110010
+00100000011000000000000000000000
+01110000010001010111001000000001
+01110000010001101010100000000001
+01011000000000000000000000000001
+01100111111000010100011010101001
+01110000010001010111100100000001
+00100000011000000000000000000000
+01000111010001100100000000110001
+01101111111000001100010101110010
+00100100011110100000000000000000
+01011000000000000000000000000000
+01100111111000010100011010101001
+01110000010001101010100000000000
+01000111010001101100000000110001
+00100000011000000000000000000000
+01000111010001110100000000110001
+01101111111000001100010110000000
+00100000011110100000000000000000
+01101000010010001100010110000000
+00100000001000000111011100111110
+01000111010001111100000000110001
+01101111111000001100010110000000
+00100000011110100000000000000000
+01101000010010001100010110000000
+00011000010000011000010010000000
+00100000001000000111011100111110
+01101111111000010100011010100110
+00100100011110100000000000000000
+01101111111000010100011010101001
+00100100011110100000000000000000
+01000111010010000100000000110010
+00100000010000000111101000011010
+00100000010000000111101000101010
+01000111010010001100000000110010
+11011000010111111111111111111111
+00100000001000000011101101000111
+01000111010010010100000000110010
+11011111001000000000000000001011
+01110000010001110011110000000011
+01101000010010001100011100111100
+00011000010000100000111000000000
+01101111111000100100011100111000
+10101111111011111111111111111111
+00100000001000001111101000100100
+00011000010000011000010010000000
+00100000010000000110101101111100
+01101111111000001100011100111100
+00011111111000001111111000000001
+01100111111000001100011100111100
+11000010000000000111101000011101
+01110000100000000111110101000000
+00100000011000000000000000000000
+01000111010010011100000000110010
+01101000010010001100010101011110
+00011000010000100010001000000000
+11011010010000000000000000000000
+11011000010000000000000000000000
+01100000010011000000000000010110
+11011000110000000100010101100000
+00100000010000000111101000110101
+01111001001000000000010000001101
+01100000010010100000000000010110
+00100000011000000000000000000000
+11101111111000001000000000000110
+10011000000000000000111000000000
+11111001001000000000010000000000
+00011010010000001010010000000001
+00011010001000100111111000000000
+10011010010001100111110000000000
+00100000011000101000000000000000
+00100000001000000111101000110101
+01000111010010100100000000110010
+01101111111000001100011100100001
+11000000000000010111101010000100
+01101111111000001100010010100011
+00100100001110100111101001100101
+01101111111000001100011100100001
+11000000000000001111101001101011
+01101111111000001100010101111111
+00100100001110100111101001101011
+01101111111000001100011010101110
+00100100001110100111101001110011
+01101111111000001100011010101111
+00100100001110100111101001111001
+01011000000000000000000000000000
+01100111111000100100011100000001
+00100000011000000000000000000000
+01000111010010101100000000110010
+11011111001000000000000000100111
+11011000101000000100000100101011
+11011000110000000100011001001111
+00100000010000000111010000001100
+00100000001000000100001010110110
+01000111010010110100000000110010
+11011111001000000000000000100111
+11011000101000000100000100101011
+11011000110000000100010001111100
+00100000010000000111010000001100
+00100000001000000100001010110110
+01000111010010111100000000110010
+11011111001000000000000000100111
+11011000101000000100000100101011
+11011000110000000100011010110000
+00100000010000000111010000001100
+00100000001000000100001010110110
+01000111010011000100000000110011
+11011111001000000000000000100111
+11011000101000000100000100101011
+11011000110000000100011011010111
+00100000010000000111010000001100
+00100000001000000100001010110110
+01000111010011001100000000110011
+01101111111000001100011100000001
+11000000000000011111101001000010
+00011111111000001111111000000001
+01100111111000001100011100000001
+00100000001000000111101001010011
+01000111010011010100000000110011
+01101111111000001100011100000010
+11000000000000011111101001000110
+00011111111000001111111000000001
+01100111111000001100011100000010
+01101111111000001100011100100001
+11000000000000001111101001111111
+00100000001000000111101001001101
+01000111010011011100000000110011
+01101111111000001100011100000011
+11000000000000011111101001001000
+00011111111000001111111000000001
+01100111111000001100011100000011
+00100000001000000111101001011001
+01000111010011100100000000110011
+01101111111000001100011100000100
+11000000000000011111101001001010
+00011111111000001111111000000001
+01100111111000001100011100000100
+00100000001000000111101001011111
+11011111001000000000000000010111
+11011000101000000100000100101011
+11011000110000000100011001001111
+00100000010000000111010000001100
+00100000001000000100001010110110
+01101111111000001100010101010101
+00011111111000001111111000000001
+01100111111000001100010101010101
+00011111111001100111110000000011
+00100000001000010111101001010011
+00011111111001100111110000000110
+00100000001000010111101010010000
+00011111111001100111110000001001
+00100000001000010111101010010101
+01011000000000000000000000000000
+01100111111000001100010101010101
+00100000001000000111101001010011
+11011111001000000000000000100101
+11011000101000000100000100101011
+11011000110000000100010100110000
+00100000010000000111010000001100
+00100000001000000100001010110110
+11011111001000000000000000100101
+11011000101000000100000100101011
+11011000110000000100011001001111
+00100000010000000111010000001100
+00100000001000000100001010110110
+01000111010011101100000000110011
+01101111111000001100011100011111
+00100000010110100111101010100100
+00101111111011111111111000000000
+00100000001000001111101010100111
+00101111111011111111111000000001
+00100000001000001111101010110000
+00101111111011111111111000000010
+00100000001000001111101010111001
+00100000011000000000000000000000
+01101111111000001100011100011110
+01100111111000001100011100011111
+00100000011000000000000000000000
+01000111010011110100000000110011
+01101111111000001100011100011111
+01111001001111111111111000000000
+01100111111000001100011100011111
+01101000010010001100001101101010
+01111001001000000000010000000000
+01100000010010001100001101101010
+01110000000000000000011100100101
+00100000001000000100001100001001
+01000111010011111100000000110011
+01101111111000001100011100011111
+01111001001111111111111000000001
+01100111111000001100011100011111
+01101000010010001100001101101010
+01111001001000000000010000000001
+01100000010010001100001101101010
+01110000000000000000011100100110
+00100000001000000100001100001001
+01000111010100000100000000110100
+01101111111000001100011100011111
+01111001001111111111111000000010
+01100111111000001100011100011111
+01101000010010001100001101101010
+01111001001000000000010000000010
+01100000010010001100001101101010
+01110000000000000000011100100111
+00100000001000000100001100001001
+00100000010000000111101011000100
+00100000001000000111101011101000
+01000111010100001100000000110100
+00100000010000000111101011010101
+01000111010100010100000000110100
+01101111111000001100010110001010
+00011111111000001111111000000001
+01100111111000001100010110001010
+01101111111000001100010010100110
+00011111111001100111110000000011
+00100000010000101111101011010001
+01101111111000001100010010100110
+00011111111001100111110000000101
+00100000010000101111101011010011
+00100000001000000111101011011110
+01110000010001011000100110000011
+00100000011000000000000000000000
+01110000010001011000100110001000
+00100000011000000000000000000000
+01000111010100011100000000110100
+01110000010000110101111100000001
+01110000010001101010100100000001
+01110000010001101010100000000001
+01101111111000010100011101101100
+01100111111000010100010110100010
+00011111111000001111111000000001
+01100111111000010100011010100110
+00100000011000000000000000000000
+01000111010100100100000000110100
+01101111111000001100010101111100
+11011000010000000000000011110000
+10011000010000010111111000000000
+01101000010010001100010110000001
+10011000010000001111111000000000
+01100111111000001100010101111100
+01101111111000010100010101111011
+01100111111000010100010110000101
+00100000011000000000000000000000
+01000111010100101100000000110100
+01101111111000001100010101111111
+00100100010110100111101100000001
+01101111111000001100010110000100
+00011111111001100111110000101000
+00100000010000101111101011111110
+00100000010000000111101100011011
+11011000101000000100011000111111
+11011000110000000100010110000100
+11011111001000000000000000001110
+00100000010000000111010000001100
+11011111001000000000000000100111
+11011000110000000100011000101000
+11011000101000000100011001001111
+00100000010000000111010000001100
+01110000010001100111101000100111
+01110000010001100111101101010011
+00100000010000000111101101110011
+01101111111000001100010101111111
+01100111111000001100011001011001
+01000111010100110100000000110100
+00100000011000000000000000000000
+01101111111000001100010101111111
+01100111111000001100010110001011
+00100000011000000000000000000000
+01000111010100111100000000110100
+01101111111000001100010110000100
+00011111111001100111110000101000
+00100000010000101111101100011000
+00100000010000000111101100011011
+11011000101000000100011000111111
+11011000110000000100010110000100
+11011111001000000000000000001110
+00100000010000000111010000001100
+11011111001000000000000000100111
+11011000110000000100011000101000
+11011000101000000100011001001111
+00100000010000000111010000001100
+01110000010001100111101000100111
+01110000010001100111101101010011
+00100000010000000111101101110011
+11011111001000000000000000100111
+11011000110000000100011001001111
+11011000101000000100011010110000
+00100000010000000111010000001100
+01101111111000001100011010101110
+01100111111000001100011010111010
+00100000011000000000000000000000
+01101111111000001100011010101110
+01100111111000001100010110001011
+00100000011000000000000000000000
+01000111010101000100000000110101
+01110000010001011000110000000001
+01110000010001011000110100000000
+00011000000010100111111000000000
+00011111111011001000010000000000
+01100000010010001100010110001110
+01100111111000001100010110001111
+00011111111001000111111000000000
+01100111111000010100010011000110
+01101111111000001100010110001111
+01101000010010001100010110001100
+10011000010000101111111000000000
+01100111111000001100010110001100
+01101000010010001100010110001101
+10011000010000101111111000000000
+01100111111000001100010110001101
+01000111010101001100000000110101
+11011010011000000100010110000100
+11011111001000000000000000001100
+00100000010000000111101100110111
+01101111111000010100010011000110
+11011010001000001111111100000000
+10011010001000010000010000000000
+00011000010011001000010000000000
+01100000010010001100010110010000
+01101111111000001100010011000110
+01100111111000001100010110010001
+00100000011000000000000000000000
+01101111111000001100011100100001
+11000000000000010111101101010111
+00100000001000000111101100111010
+01000111010101010100000000110101
+11101000010000001000000000010011
+00011000010011010000010000000000
+01101111111000010100010011000110
+10011000010000101000010000000000
+11011000111000000000000000000000
+00100000010000000111101101000101
+01100000010010010100010011000110
+00011010011000001010011000000001
+11000010000000000111101100111010
+00100000011000000000000000000000
+00011000010000100111111000000000
+00011111111011001010001000000000
+00011010001100011010001000000000
+00011010001010010010001000000000
+00011111111000111000010000000000
+00011010001000100111111000000000
+00100100010110100111101101010000
+00011000111000001000111000000001
+00011000111000100111111000000000
+11000000100001000111101101000101
+00100000011000000000000000000000
+01101111111000010100010011001000
+00011111111000100010001000000000
+00011000010000100111111000000000
+10011010001000101111111000000000
+11011010001000001111111111111111
+10011010001000010000010000000000
+00100000011000000000000000000000
+01000111010101011100000000110101
+01101111111000010100010011000110
+11101000010000001000000000010011
+00011010011000001010011000000001
+00011000010011011000010000000000
+00011000010011010000010000000000
+10011000010000101111111000000000
+00011111001000100010010000000000
+11011111001000000000000000001000
+00101111111011111111111000001111
+00011111111000111111111000000000
+00100100001000001111101101100101
+01101000010010010100010011001000
+10011000010000101111111000000000
+11000010000000000111101101100000
+00011010010000100111001000000000
+11000010000000000111101101011001
+01100111111000010100010011000110
+01101000010010001100010011000110
+00011000010011011000010000000000
+01101111111000001100010011000111
+00011111111011011111111000000000
+01100000010010001100010011000111
+01100111111000001100010011000110
+00100000011000000000000000000000
+01000111010101100100000000110101
+00100000010000000111101101111011
+00100000001000000111101101110110
+01000111010101101100000000110101
+00100000010000000111101101110110
+00100000001000000111101101111011
+01000111010101110100000000110101
+11011000110000000100011001001111
+11011000101000000100011001001111
+11011111001000000000000000100111
+00100000001000000111101110000011
+01000111010101111100000000110101
+11011111001000000000000000100111
+11011010011000000100011001001111
+11011010010000000000000001010011
+01101111111000001100011100100001
+00011111111001100111110000000010
+00100000010000101111011000000111
+00100000001000000111101110001001
+01000111010110000100000000110110
+11101111111000001000000000000110
+00011111111011011111111000000000
+11100111111000001000000000000101
+11000010000000000111101110000011
+00100000011000000000000000000000
+01000111010110001100000000110110
+00100000010000000111101110001110
+00011010011000001010011000000001
+11000010000000000111101110001001
+00100000011000000000000000000000
+01000111010110010100000000110110
+11011010001000000000000000000001
+00011010010000111010010000000000
+00101010010011111111111000000111
+00100000010000001111101110010111
+00011010001000111010001000000000
+00011010001000100111111000000000
+11000011100001000000000000000000
+00100000001000000111101110010000
+01000111010110011100000000110110
+11101111111000001000000000010011
+10011010001000101111111000000000
+11100111111000001000000000010011
+00011010010000101010010000010001
+00100000011000000000000000000000
+01101111111000001100011100100001
+00011111111001100111110000000001
+00100000010000101111101111001101
+00100000010000000111101111000011
+00100000010000000111101110101001
+00100000010000000111101110101101
+00100000010000000111101111000000
+00100000010000000111101110110010
+00100000010000000111101110110111
+00100000010000000111101110111011
+01000111010110100100000000110110
+00100000011000000000000000000000
+11011010011000000100010101111001
+11011010010000000111101110101100
+00100000001000000100110111010011
+00100000011000000000000000000000
+11011010011000000100010110100010
+11011010010000000111101110110000
+00100000001000000100110111010011
+01110000010000110101111100000000
+00100000011000000000000000000000
+11011010011000000100011010101001
+11011010010000000111101110110101
+00100000001000000100110111010011
+01110000010001101010100000000000
+00100000011000000000000000000000
+11011010011000000100011010100110
+11011010010000000111101110111010
+00100000001000000100110111010011
+00100000011000000000000000000000
+11011010011000000100011100100010
+11011010010000000111101110111110
+00100000001000000100110111010011
+01110000010001110010010000000001
+00100000011000000000000000000000
+11011010011000000100010110010100
+11011010010000000111101111000110
+00100000001000000100110111010011
+11011010011000000100011100001001
+11011010010000000111101111001000
+00100000001000000100110111010011
+01101111111000010100011101100110
+00100000001000000111010010000111
+01101111111000010100011101101000
+00100000001000000111010010000111
+01101111111000010100011101101010
+01100111111000010100011100001001
+00100000011000000000000000000000
+11011010011000000100010011100100
+11011010010000000111101111010000
+00100000001000000100110111010011
+01101111111000010100010110010100
+00100000011110100000000000000000
+01110000010001001110100000000001
+00100000011000000000000000000000
+01000111001100011100000000101100
+00100000001000000111101111010111
+00100000011000000000000000000000
+01000111001100100100000000101100
+00100000010000000011110011111001
+01111000010101001111110000000000
+00100000010000000100001010010110
+00100000010000000111101111100001
+00100100011101101000000000000000
+01101111111000001000000000000010
+00011111111000001111111000000001
+01100111111000001000000000000010
+00100000001000000111110001011101
+00100000010000000111101111100011
+00100000001000000011110110010010
+01101111111000001100011101111001
+01100111111000001000000000000111
+00100000011000000000000000000000
+01011000000000000000000000000011
+00100000001000000111110101010100
+01011000000000000000000000001000
+00100000001000000111110101010100
+01101111111000110100011110001000
+01101000010010110100011110000010
+10011000010001100111110000000000
+00100000011000000000000000000000
+01101111111000001100011101110011
+00100000001110100111101111110110
+01101111111000001100011101111000
+11000000000000001111101111110110
+01101111111000001100011101110111
+11000000001010000111101111110110
+00100000010000000111101111101010
+00100000001000101111101111101000
+01011000000000000000000000010100
+00100000001000000111110101010100
+01101111111000001100011101110011
+00100000001110100111110000000000
+01101111111000001100011101111000
+11000000000000001111110000000000
+01101111111000001100011101110111
+11000000001010000111110000000000
+00100000010000000111101111101010
+00100000001000101111101111101000
+01011000000000000000000000011000
+00100000001000000111110101010100
+01011000000000000000000000000110
+00100000001000000111110101010100
+01101111111000001100011110101001
+11000001101000000000000000000000
+01011000000000000000000000000101
+00100000001000000111110101010100
+01101111111000010100011110101001
+00100100001110100111110000001100
+01011000000000000000000000011011
+00100000001000000111110101010100
+01011000000000000000000000010111
+00100000001000000111110101010100
+01101111111000001100011110101010
+11000000000000000111110000100000
+11000000000000001111110000100010
+11000000000000010111110000100110
+11000000000000011111110000101010
+00100000011000000000000000000000
+01101111111000001100011110101001
+11000000000100000111110000010111
+00100000001000000111110000001110
+01101111111000001100011110101010
+11000000000000000111110000100000
+11000000000000001111110000100010
+11000000000000010111110000100100
+11000000000000011111110000100110
+11000000000000100111110000101000
+11000000000000101111110000101010
+11000000000000110111110000101100
+00100000011000000000000000000000
+01011000000000000000000000010110
+00100000001000000111110101010100
+01011000000000000000000000010000
+00100000001000000111110101010100
+01011000000000000000000000010010
+00100000001000000111110101010100
+01011000000000000000000000011100
+00100000001000000111110101010100
+01011000000000000000000000001010
+00100000001000000111110101010100
+01011000000000000000000000001111
+00100000001000000111110101010100
+01011000000000000000000000001100
+00100000001000000111110101010100
+01101111111000001100011110101001
+00100000001110100111110000110010
+01011000000000000000000000010001
+00100000001000000111110101010100
+01011000000000000000000000000100
+00100000001000000111110101010100
+01011000000000000000000000000111
+00100000001000000111110101010100
+01011000000000000000000000010011
+00100000001000000111110101010100
+01101111111000001100011110101001
+00100000001110100111110000111100
+01011000000000000000000000001101
+00100000001000000111110101010100
+01011000000000000000000000001110
+00100000001000000111110101010100
+01000111001100101100000000101100
+01101111111000001100011110101001
+11000000000000001111110001000011
+11000000000000010111110001000101
+00100000011000000000000000000000
+01011000000000000000000000011110
+00100000001000000111110101010100
+01011000000000000000000000010101
+00100000001000000111110101010100
+01101111111000010100011110101001
+11000000011111111111110001010110
+01000111001100110100000000101100
+01101111111000010100011110101001
+11000000011100000111110001010110
+11000000000111100111110001010000
+11000000001111000111110001010010
+11000000011110000111110001010100
+00100000011000000000000000000000
+01011000000000000000000000000010
+00100000001000000111110101010100
+01011000000000000000000000001001
+00100000001000000111110101010100
+01011000000000000000000000011001
+00100000001000000111110101010100
+01011000000000000000000000011010
+00100000001000000111110101010100
+01011000000000000111101111010100
+01100111111000010100001110010100
+01011000000000000111110101000011
+01100111111000010100001110011100
+00100000001000000111110101011001
+01101111111000001100011101110001
+11000000000000000111110001100011
+01101111111000010100011101111010
+00100000010000000111010010000111
+00100000001101000111110010110101
+00100000011000000000000000000000
+01000111001100111100000000101100
+01101111111000001000000001010010
+11000000001010101111110010010111
+01110000010001110111011100000000
+01011000000000000000000000000000
+01100111111000110100011110001000
+01101000010010011000000001010011
+01011000010100101000011100011000
+10011000010001100111110000000000
+01110000010001110111100000000000
+00100000001000101111110001111001
+01110000010001110111100000000001
+01011000000010001111100111111111
+10011000010001100111110000000000
+00100000001000101111110001111001
+01011000000010001111100100000011
+10011000010001100111110000000000
+00100000001000101111110001111001
+01110000010001110111100000000010
+01011000111110000111011100000011
+10011000010001100111110000000000
+00100100011000101000000000000000
+11011000110000000000000001000111
+11011000101000000100011001001111
+11011111001000000000000000100111
+00100000010000000111010000011001
+01110000010001100111101101010011
+01110000010001100111101000100111
+00100000010000000111101101110000
+01101111111000001100011101111000
+11000000000000001111110010010101
+11011000110000000100011001100110
+11011000101000000100011100111110
+11011111001000000000000000001110
+00100000010000000111010000001100
+01101111111000010100011101001000
+00011111111100001111111000000000
+00011111111001000111111000000000
+01100111111000010100010011000110
+11011010011000000100011100111110
+11011111001000000000000000001100
+01011000000000000001000000100001
+01100111111000010100010011001000
+00100000010000000111101100111010
+01101111111000010100010011000110
+00011111111100001111111000000000
+01101000010010010100011101001010
+10011000010001100111110000000000
+00100100011000101000000000000000
+00100000001000000111110010101000
+11011000110000000100011001100111
+00100000001000000111110010000011
+01000111001101000100000000101101
+11011000101000000100011110001000
+11011000110000000000000001001001
+11011111001000000000000000000110
+00100000010000000111010000001100
+01101111111000001000000001010001
+01100111111000001100011101110111
+01101000010010001100011101110100
+10011000010001100111110000000000
+00100000001000101111110001101001
+01101000010010001100011101110101
+10011000010001100111110000000000
+00100000001000101111110001101001
+01101000010010001100011101110110
+10011000010001100111110000000000
+00100000001000101111110001101001
+00100000011000000000000000000000
+01000111001101001100000000101101
+01101111111000001100011100111110
+01100111111000010100011110100110
+01101111111000010100011101000001
+01100111111000010100011110101001
+01101111111000001100011100111111
+01100111111000001100011110101101
+01101111111000001100011101000000
+01100111111000001100011110101100
+01101111111000001100011101000000
+00011111111000010111111000001111
+01100111111000001100011110101110
+00100000001000000111110011000011
+01000111001101010100000000101101
+01101111111000010100010010110110
+00011111111100100111111000000000
+01100111111000010100011110101100
+01101111111000110100010010111011
+01100111111000110100011110100110
+01101111111000001100010010111010
+01100111111000001100011110101110
+01101111111000001100010011000101
+01100111111000001100011101111000
+01101111111000001100010010110010
+01100111111000001100011101110111
+01101111111000001100010010110011
+01100111111000001100011101000100
+01000111001101011100000000101101
+01101111111000010100011110100100
+00100000010000000111010010000111
+00100000010000000111110011101100
+00100000011101000000000000000000
+01101111111000010100011110100110
+11000000000101000111101111100110
+11000000000001001111101111101000
+11000000000010000111101111101110
+11000000000010001111101111111000
+11000000001101111111110000000010
+11000000000110000111110000001000
+11000000000010101111110000101110
+11000000000010111111110000110100
+11000000000010110111110000111000
+11000000000011000111110000110110
+11000000000110011111110000111110
+01101111111000001100011101110001
+11000000000000000111110011011000
+11000000000000001111110011100110
+00100000011000000000000000000000
+01101111111000010100011110100110
+11000000001010001111110001000111
+11000000001000001111110001000111
+01101111111000010100011101000001
+01100111111000010100011110101010
+01101111111000010100011110100110
+11000000000110001111110000001110
+11000000000110010111110000010111
+01101111111000001100011101000101
+01100111111000001100011110101001
+01101111111000010100011110100110
+11000000000100001111110000000100
+01000111001101100100000000101101
+00100000011000000000000000000000
+01101111111000010100011110100110
+11000000000110001111110000010100
+11000000001000001111110001001001
+11000000000100001111110000000100
+01000111001101101100000000101101
+00100000011000000000000000000000
+01000111001101110100000000101101
+00100000010000000111010011001010
+01101000010010010100011110101100
+11011000111000000000000000001001
+11011111001000000000000000001010
+00011111001001100010011000001010
+00011000111000100111111000000000
+10011010011001100111110000000000
+00100000001000010111110011111000
+00011010011001100111110000000011
+00100100001000010111110011111000
+00100000001000000111110100000011
+11011000110000000000010101011110
+00011010011011111111111000000011
+10011000110000001000110000000000
+11101111111000010000000000000110
+10011000010001100111110000000000
+00100100001000101111110100000011
+11101010001000001000000000000110
+01101111111000001100011110101110
+00100000001110100111110100010011
+10011010001001100111110000000000
+00100000001000101111110100010011
+11000010000000000111110011110001
+11011010001000000000010101110110
+11011111001000000000000000001001
+11101111111000011000000000010001
+00011010001000001000010000000011
+11100111111000011000000000000010
+00011010001000001010001111111101
+11000010000000000111110100000110
+01101111111000011100011110101100
+01100111111000011000010101011110
+01101111111000001000010110000100
+01100111111000001000010110000101
+01101111111001000000010101111100
+01100111111001000000010101111101
+01110000000001010111110000000000
+00100000001000000111110011101100
+00011111001000100000010000000000
+01100000010010001000010110000111
+11011000010000000000010101111100
+00011111001001100111111000001010
+10011000010000001000010000000000
+00011000010000100010001000000000
+11101000010000001000000000000010
+01101111111000001100011101000100
+10011000010001100111110000000000
+00100000001000101111010011001000
+00100000001000010111110100100100
+00011111111000001111111100000000
+10011000010001100111111000000000
+00011111111000010111111011111111
+00011111111001100111110000000110
+00100000001000010111110100100100
+00100000011000000000000000000000
+01101111111000001100011101000100
+01100111111000001000010110100110
+01101111111000010000000001101010
+01100111111000010000010110100111
+01101000010010011000010110100110
+11011000110000000000010110001000
+11011111001000000000000000001010
+11101111111000011000000000000110
+10011000010001100111110000000000
+00100000001000101111010011001000
+11000010000000000111110100101011
+01110000000001011010101000011110
+01101111111000011000010110100000
+01100111111000011000010110100011
+01101111111001000000010110010000
+01101000010011000000010110011000
+01100111111001000000010110010011
+01100000010011000000010110011011
+01101111111001000000010110001000
+01100111111001000000010110001011
+01101111111000011000010110100110
+01100111111000011000010110001000
+01101111111000001000010110000111
+00011111111000100111001000000000
+11011000010000000000010101111100
+00011111001001100111111000001010
+10011000010000001000010000000000
+01101111111000001100011101000100
+11100111111000001000000000000010
+01110000000001011010100100011110
+00100000011000000000000000000000
+01000111001101111100000000101101
+00100000001000000111110101000101
+00100000010000000111110101000111
+00100000001000000111110101001101
+11011010011000000000010110101010
+11011010010000000111110101001010
+00100000001000000100110111001100
+11011111001000000000000000011110
+11011000101000000000010110001000
+00100000001000000111001111101100
+11011010011000000000010110101001
+11011010010000000111110101010000
+00100000001000000100110111001100
+01110000010001111000000100000000
+11011111001000000000000000001010
+11011000101000000000010101111100
+00100000001000000111001111101100
+01100111111000001100011110010000
+01101111111000010100011110100010
+00100000001000000111010010000111
+01101000010010001100011110011111
+00100000001000000111011100111110
+01101000010010001100011110011111
+00011000010000011000010010000000
+00100000001000000111011100111110
+01000111001110000100000000101110
+00100000010000000111110110111111
+00100000010000000111110101100000
+00100000001000000111110111001110
+11011111111000000000000000000100
+00011111111010011111111000000000
+01100111111000010100011110001110
+00011111111000100000111000000000
+00011000111000001000111111111111
+01101000010010100100011110010010
+01101111111000010100011110001110
+00100000011110100000000000000000
+00011111111000001111111111111111
+01100111111000010100011110001110
+10101000010011111111111111111111
+00100000001000001111110101110010
+00100000010000000111110111001000
+00011000111000001000111111111111
+01101111111000010100011110001110
+01101000010010100100011110010010
+00100100001110100111110101100110
+00100000011000000000000000000000
+00100000010000000111110111000010
+00100000001000000111110101101101
+01101111111000010100011110011100
+00100000011110100000000000000000
+00011111111000001111111111111111
+01100111111000010100011110011100
+00100000010000000111110101011100
+00100000001000000111110101110100
+00100000010000000111110110011011
+01011000000000000000000000000011
+01100111111000010100011110011100
+00100000001000000111110101110100
+01101111111000001100011101110111
+01101000010010001100011101110110
+10011000010001100111110000000000
+00100000001000101111110110000111
+01101111111000001100011101111000
+11000000000000000111110110000101
+00100000001000000111110110000111
+01011000000000000000000000000000
+00100000001000000111110110001000
+01011000000000000000000010000000
+01101000010010001100011110101110
+00011000010000010010001001111111
+10011010001000011111111000000000
+00011111111100011000010000000000
+01100000010010001100011110110001
+00011111111000010111111000001111
+00011111111100100111111000000000
+01101000010010001100011110101101
+00011000010000010010001011110000
+00011010001100011010001000000000
+10011010001000011111111000000000
+01100111111000001100011110110000
+00011000010000010111111000001111
+00011111111100100111111000000000
+01101000010010001100011110101100
+00011000010100011000010000000000
+10011000010000011111111000000000
+01100111111000001100011110101111
+00100000011000000000000000000000
+01101111111000011100011110101111
+00011111111100100111111000000000
+00011111111011010111111000000000
+01101000010010001100011110010000
+00011000010010011000010000000000
+00011000010100100000010000000000
+10011000010000011010001000000000
+00100000010000000111110110110111
+00011111111100100111111000000000
+10011010001000011010001000000000
+00100000010000000111110110101001
+10011010001000011111111000000000
+01100111111000100100011110010010
+00100000011000000000000000000000
+11011111001000000000000000000100
+00011010001000100010010000000000
+11011110000000000000000000000000
+00011010010000010010011011111111
+00011010011000010111111011110000
+00011111111100011111111000000000
+10011110000000101110000000000000
+00011010011000010111111000001111
+10011110000000101110000000000000
+00011010010011001010010000000000
+11000010000000000111110110101100
+00011110000000101110000000001010
+00011110000000010111111000001111
+00100000011000000000000000000000
+01101111111000001100011110010001
+00011111111000001111111000000001
+00011111111000010111111000000111
+01100111111000001100011110010001
+00100000011000000000000000000000
+00100000000000000000000000001100
+11000010000000000111110110111100
+00100000011000000000000000000000
+00100000010000000111110101011001
+11011111001000000001100100000000
+00100000001000000111110110111100
+00100000010000000111110101010111
+11011111001000000000001001010111
+00100000010000000111110110111100
+00100000010000000111110101011001
+11011111001000000000000011001000
+00100000001000000111110110111100
+00100000010000000111110101010111
+11011111001000000000000011001000
+00100000010000000111110110111100
+00100000010000000111110101011001
+11011111001000000000001001010111
+00100000001000000111110110111100
+00100000010000000111110101010111
+11011111001000000000000011001000
+00100000010000000111110110111100
+00100000010000000111110101011001
+11011111001000000000001000101111
+00100000001000000111110110111100
+01101111111000010100011110011010
+00100000011110100000000000000000
+00011111111000001111111111111111
+01100111111000010100011110011010
+00100000010000000111110111000010
+00100000001000000111110111010100
+01101111111000010100011110011010
+00100000011110100000000000000000
+00011111111000001111111111111111
+01100111111000010100011110011010
+00100000010000000111110111001000
+00100000001000000111110111011010
+00100000010000000110111010110011
+11011000101000000100010000111100
+11011000110000001001011110110101
+00100000001000000111001111000100
+01011000000000000010010101000010
+01100111111000010100010001111100
+01011000000100000010010101011101
+01100111111000011100010001111110
+01011000000100001001111000111010
+01100111111000011100010010000001
+01011000000000000000000000000000
+01100111111000011100010010011100
+01011000000000100000000100000010
+01100111111000011100010010000100
+01011000111100000001011000011011
+01100111111000011100010010000111
+01011000000000000001000000001000
+01100111111000011100010010001010
+01101111111000001100010010100100
+00011111111000001111111000000001
+01100111111000001100010010100100
+01101111111000010100010011001010
+00100000001000000111010010000111
+01011000000000001111111111111111
+00100000011000000000000000000000
Index: output/eeprom.dat
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/output/eeprom.dat	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/output/eeprom.dat	(working copy)
@@ -0,0 +1,1895 @@
+00
+02
+aa
+55
+2e
+05
+c2
+84
+00
+13
+c0
+1b
+80
+79
+c0
+00
+01
+23
+c0
+50
+01
+2e
+c0
+1f
+81
+44
+c0
+0b
+80
+16
+c0
+0c
+00
+32
+c0
+10
+00
+4d
+c0
+1e
+80
+aa
+c0
+23
+00
+bc
+c0
+26
+00
+c7
+c0
+27
+00
+e8
+c0
+29
+00
+fb
+c0
+2d
+00
+9f
+c0
+2f
+00
+71
+c0
+2f
+80
+75
+c0
+38
+00
+4f
+c0
+71
+80
+a5
+20
+20
+3a
+8a
+c0
+30
+80
+b3
+c1
+7f
+80
+00
+20
+20
+3a
+8a
+6f
+e0
+c1
+16
+c0
+01
+80
+22
+c0
+03
+00
+24
+c0
+05
+3a
+00
+c0
+4a
+00
+28
+c0
+4f
+00
+2f
+c0
+55
+3a
+0f
+70
+8a
+3b
+2c
+70
+8a
+3c
+17
+70
+8a
+39
+8a
+70
+8a
+3a
+0f
+20
+20
+39
+f4
+70
+8a
+3b
+48
+20
+20
+00
+1e
+70
+8a
+3b
+70
+70
+8a
+3c
+1f
+70
+8a
+39
+c9
+20
+20
+00
+20
+70
+8a
+39
+85
+70
+8a
+3a
+04
+70
+8a
+14
+a3
+70
+8a
+15
+0a
+70
+8a
+3b
+18
+70
+8a
+3c
+0f
+20
+60
+00
+00
+70
+8a
+39
+83
+70
+8a
+3a
+02
+20
+20
+00
+2a
+70
+8a
+75
+03
+70
+8a
+85
+00
+70
+89
+6f
+10
+6f
+e0
+c3
+ef
+20
+5a
+6d
+31
+70
+8a
+03
+05
+70
+8a
+7a
+94
+20
+40
+3a
+44
+20
+40
+3a
+3f
+20
+40
+3a
+3a
+70
+8a
+8b
+e6
+70
+8a
+83
+90
+70
+8a
+0e
+0b
+70
+8a
+0f
+05
+70
+89
+68
+76
+70
+89
+69
+76
+6f
+e0
+c0
+9a
+c0
+84
+00
+45
+70
+8a
+08
+34
+70
+8a
+01
+ff
+20
+00
+00
+64
+70
+8a
+02
+0e
+70
+8a
+00
+03
+20
+40
+00
+1d
+70
+8a
+9a
+28
+70
+8a
+9b
+3f
+20
+20
+3a
+35
+20
+40
+3c
+18
+20
+20
+3b
+48
+70
+80
+80
+73
+20
+40
+6e
+b3
+20
+40
+00
+59
+20
+40
+57
+a0
+20
+75
+80
+00
+20
+40
+59
+bd
+20
+40
+56
+2e
+20
+40
+5c
+c5
+20
+40
+00
+93
+20
+20
+52
+34
+20
+75
+80
+00
+20
+40
+01
+27
+20
+40
+52
+5e
+c4
+0b
+80
+00
+20
+40
+01
+11
+d8
+40
+00
+02
+df
+e0
+07
+ee
+da
+20
+46
+3d
+20
+40
+68
+c5
+6f
+e1
+46
+3d
+d8
+40
+aa
+55
+98
+46
+7c
+00
+20
+22
+80
+6b
+20
+40
+5b
+76
+df
+20
+00
+02
+da
+20
+46
+3d
+df
+e0
+07
+ee
+20
+20
+68
+83
+20
+40
+00
+6e
+70
+45
+e5
+00
+20
+20
+5b
+81
+6f
+e0
+c5
+c0
+67
+e0
+c6
+3f
+20
+60
+00
+00
+18
+42
+7e
+00
+20
+7a
+00
+00
+c1
+7f
+80
+00
+20
+20
+5f
+23
+18
+42
+7e
+00
+20
+7a
+00
+00
+c1
+7f
+80
+00
+20
+20
+5f
+30
+6f
+e0
+c9
+11
+20
+3a
+52
+c8
+6f
+e0
+c5
+be
+67
+e0
+c5
+d5
+6f
+e0
+c5
+bd
+c1
+7f
+80
+00
+20
+40
+69
+2d
+6f
+e0
+c5
+bd
+d8
+40
+00
+3e
+20
+40
+6b
+bd
+6f
+e0
+c5
+c8
+d8
+40
+00
+3e
+20
+40
+6b
+bd
+68
+48
+c5
+bc
+20
+40
+54
+7f
+68
+48
+c5
+bc
+20
+40
+6b
+85
+20
+40
+d2
+d2
+20
+40
+54
+7b
+68
+48
+c5
+bc
+20
+40
+6b
+7c
+20
+40
+69
+31
+68
+48
+c5
+bd
+20
+40
+6b
+ae
+68
+48
+c5
+c8
+20
+20
+6b
+ae
+58
+00
+5f
+ad
+67
+e1
+45
+43
+58
+00
+00
+98
+67
+e1
+45
+45
+20
+20
+52
+3d
+20
+40
+4d
+15
+24
+74
+00
+00
+20
+40
+74
+e0
+70
+49
+05
+01
+20
+20
+5f
+a6
+20
+40
+74
+e0
+20
+20
+3c
+18
+20
+40
+54
+9b
+24
+74
+00
+00
+6f
+e0
+c9
+05
+70
+49
+05
+00
+24
+5a
+00
+9d
+20
+20
+5e
+35
+18
+42
+7e
+00
+c2
+80
+80
+a8
+20
+20
+3c
+e3
+70
+8a
+6d
+89
+20
+20
+3c
+e9
+20
+40
+53
+39
+6f
+e0
+c9
+12
+c0
+00
+80
+ae
+70
+80
+70
+80
+6f
+e0
+80
+17
+79
+20
+7e
+05
+67
+e0
+80
+17
+20
+40
+3c
+18
+20
+20
+5a
+f0
+78
+34
+7c
+00
+20
+40
+3b
+1b
+6f
+e1
+c0
+be
+20
+3a
+74
+ca
+6f
+e0
+c0
+94
+20
+3a
+74
+ca
+6f
+e0
+c8
+99
+24
+7a
+00
+00
+20
+20
+4d
+1c
+1a
+62
+7e
+00
+67
+e0
+c8
+50
+1f
+e3
+fe
+00
+1f
+e2
+24
+00
+18
+42
+26
+00
+20
+40
+54
+7b
+1a
+62
+04
+00
+20
+40
+6b
+85
+7d
+20
+a4
+00
+20
+40
+57
+53
+20
+20
+57
+3f
+1a
+62
+7e
+00
+c0
+1e
+00
+cb
+c0
+1d
+00
+d7
+20
+20
+59
+14
+6f
+e2
+44
+da
+67
+e2
+45
+33
+67
+e2
+46
+40
+20
+40
+4b
+ce
+20
+40
+5e
+1b
+20
+40
+5a
+a9
+20
+40
+58
+c4
+70
+47
+68
+00
+70
+45
+47
+00
+70
+45
+2d
+00
+68
+4a
+45
+33
+20
+20
+5e
+17
+6f
+e0
+c5
+4b
+24
+3a
+5d
+80
+6f
+e0
+c5
+2d
+c0
+01
+5d
+f4
+c0
+02
+00
+de
+c0
+01
+80
+e3
+20
+20
+5d
+ed
+6f
+e4
+48
+64
+c3
+17
+dd
+ed
+6f
+e0
+c8
+6c
+c0
+00
+dd
+ed
+20
+20
+5d
+cb
+6f
+e4
+48
+64
+c3
+17
+dd
+ed
+c2
+89
+dd
+ed
+c2
+89
+5d
+ed
+20
+20
+5d
+c4
+20
+40
+53
+c6
+20
+40
+5f
+47
+20
+40
+49
+07
+20
+40
+4b
+a5
+20
+40
+5d
+6b
+20
+40
+5e
+9a
+20
+40
+5e
+cb
+20
+40
+5a
+c1
+20
+40
+5a
+f3
+20
+40
+56
+1c
+20
+40
+5a
+36
+20
+40
+5a
+46
+20
+40
+5a
+69
+20
+40
+00
+f7
+20
+20
+5a
+2d
+da
+60
+48
+31
+da
+40
+5a
+74
+20
+40
+4d
+cc
+20
+20
+5a
+71
+20
+40
+5b
+90
+c4
+0b
+80
+00
+df
+e0
+07
+90
+1f
+e2
+24
+00
+20
+40
+01
+1d
+6f
+e2
+49
+0d
+20
+3a
+01
+09
+67
+e2
+49
+09
+1a
+40
+a4
+04
+df
+e0
+07
+cf
+9a
+46
+7c
+00
+24
+61
+00
+00
+1a
+42
+7e
+00
+20
+20
+00
+ff
+6f
+e2
+49
+09
+68
+4a
+46
+40
+98
+46
+7c
+00
+20
+62
+80
+00
+df
+20
+00
+04
+da
+20
+46
+40
+1a
+42
+7e
+00
+20
+20
+68
+83
+df
+e0
+07
+90
+1f
+e2
+24
+00
+20
+40
+01
+1d
+6f
+e2
+49
+0d
+20
+3a
+01
+20
+67
+e2
+49
+09
+1a
+40
+a4
+04
+df
+e0
+07
+cf
+9a
+46
+7c
+00
+24
+21
+01
+20
+1a
+42
+7e
+00
+20
+20
+01
+13
+d8
+40
+00
+04
+da
+20
+49
+0d
+20
+20
+68
+c5
+6f
+e2
+49
+09
+67
+e2
+46
+40
+20
+60
+00
+00
+20
+80
+00
+00
+20
+40
+4d
+91
+20
+40
+01
+27
+20
+20
+38
+04
+58
+00
+0e
+74
+67
+e1
+45
+8b
+58
+00
+0c
+08
+67
+e1
+45
+8f
+58
+00
+0b
+14
+67
+e1
+45
+8d
+20
+60
+00
+00
+6a
+50
+8a
+12
+70
+8a
+12
+3d
+70
+8a
+11
+aa
+70
+8a
+0a
+0c
+6f
+f0
+8a
+09
+79
+20
+7e
+07
+67
+f0
+8a
+09
+70
+8a
+0b
+04
+20
+00
+00
+3c
+70
+8a
+16
+00
+70
+8a
+17
+06
+20
+40
+6c
+02
+67
+f0
+8a
+97
+70
+80
+c6
+03
+20
+00
+00
+3c
+6f
+f0
+80
+53
+79
+20
+7e
+07
+67
+f0
+80
+53
+20
+00
+03
+e8
+6f
+e1
+43
+c4
+20
+40
+3a
+8c
+20
+20
+6b
+fa
+68
+48
+c3
+c7
+18
+46
+7c
+03
+20
+21
+01
+49
+18
+40
+84
+04
+20
+20
+53
+9c
+18
+40
+84
+03
+20
+20
+53
+a4
+7b
+31
+aa
+55
+06
+00
+3c
+44
+14
+27
+32
+41
+51
+61
+aa
+55
+01
+00
+de
+01
+5a
+aa
+55
+0f
+00
+00
+40
+01
+00
+80
+01
+01
+00
+80
+a0
+40
+50
+04
+c4
+00
+00
+01
+aa
+55
+01
+00
+14
+40
+01
+aa
+55
+01
+00
+1c
+40
+08
+aa
+55
+01
+00
+2c
+40
+02
+aa
+55
+02
+00
+94
+40
+01
+08
+aa
+55
+02
+00
+9d
+40
+1e
+41
+aa
+55
+08
+00
+c4
+40
+88
+0b
+ce
+35
+3f
+0c
+33
+03
+aa
+55
+03
+00
+cd
+40
+9d
+10
+22
+aa
+55
+07
+00
+18
+41
+ff
+04
+00
+00
+08
+00
+ff
+aa
+55
+04
+00
+c4
+43
+a0
+0f
+00
+03
+aa
+55
+04
+00
+ea
+43
+01
+00
+20
+d3
+aa
+55
+06
+00
+36
+44
+1e
+ff
+00
+00
+da
+45
+aa
+55
+04
+00
+d4
+44
+01
+00
+c0
+12
+aa
+55
+03
+00
+fa
+44
+00
+48
+60
+aa
+55
+01
+00
+1d
+45
+07
+aa
+55
+05
+00
+2e
+45
+01
+0f
+0f
+0f
+0f
+aa
+55
+02
+00
+3b
+45
+6f
+47
+aa
+55
+04
+00
+66
+45
+50
+00
+2c
+01
+aa
+55
+01
+00
+72
+45
+7d
+aa
+55
+01
+00
+9f
+45
+0a
+aa
+55
+2f
+00
+a5
+45
+01
+00
+00
+58
+02
+00
+64
+9e
+85
+90
+63
+75
+80
+20
+03
+06
+01
+ff
+ff
+06
+05
+0a
+08
+09
+0d
+02
+02
+00
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+aa
+55
+01
+00
+6d
+46
+05
+aa
+55
+0c
+00
+7d
+46
+03
+04
+01
+02
+20
+2a
+3f
+15
+14
+1b
+11
+0e
+aa
+55
+0a
+00
+8c
+46
+09
+5a
+26
+34
+19
+04
+09
+00
+ff
+ff
+aa
+55
+0a
+00
+a0
+46
+09
+5a
+0d
+10
+1d
+ed
+7d
+80
+ff
+ff
+aa
+55
+64
+00
+e6
+46
+09
+5a
+ff
+27
+ab
+40
+b3
+56
+9b
+e6
+a8
+12
+a9
+c0
+be
+e6
+a5
+af
+a0
+21
+a1
+02
+b8
+10
+b9
+0b
+a7
+ff
+b5
+d0
+b6
+00
+ff
+00
+09
+00
+ff
+ff
+09
+5a
+0d
+10
+0e
+c5
+5b
+9a
+10
+38
+11
+42
+28
+28
+41
+23
+49
+39
+4a
+b0
+4b
+a0
+4c
+90
+4d
+70
+09
+00
+ff
+ff
+09
+5a
+06
+02
+09
+69
+0d
+48
+0e
+9f
+0f
+ba
+09
+00
+ff
+ff
+09
+a5
+46
+34
+60
+07
+69
+04
+7d
+20
+7e
+00
+09
+00
+ff
+ff
+aa
+55
+10
+00
+56
+47
+09
+5a
+0b
+f3
+09
+00
+ff
+ff
+09
+a5
+0b
+f3
+09
+00
+ff
+ff
+aa
+55
+09
+00
+64
+48
+00
+09
+d2
+00
+00
+00
+01
+1b
+01
+aa
+55
+12
+00
+72
+48
+02
+00
+64
+00
+70
+17
+14
+00
+90
+01
+e8
+03
+90
+01
+64
+00
+00
+05
+aa
+55
+03
+00
+9a
+48
+02
+5b
+01
+aa
+55
+01
+00
+bd
+48
+01
+aa
+55
+23
+00
+c3
+48
+14
+00
+03
+00
+00
+58
+02
+00
+00
+18
+6a
+00
+80
+bb
+00
+05
+40
+19
+01
+00
+77
+01
+0b
+00
+00
+00
+00
+80
+bb
+00
+00
+00
+77
+01
+00
+aa
+55
+01
+00
+11
+49
+01
+55
+aa
+aa
+55
+31
+a9
+e3
+7a
Index: output/memmap.format
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/output/memmap.format	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/output/memmap.format	(working copy)
@@ -0,0 +1,1951 @@
+0x0000 mem_le_adv_transmit
+0x0001 mem_le_adv_waitcnt
+0x0002 mem_le_adv_rcv
+0x0003 mem_le_req_rcv
+0x0004 mem_le_scanrsp_rcv
+0x0005 mem_le_conn_rcv
+0x0006 mem_current_context
+0x0007 mem_le_ch_mapped
+0x0008 mem_last_freq
+0x0009 mem_rssi
+0x000a mem_context_ptr
+0x000c mem_rx_window
+0x000e mem_lpm_adjust
+0x000f mem_sync_clke
+0x0015 mem_lpm_current_mult
+0x0016 mem_gpio_wakeup_low
+0x001a mem_gpio_wakeup_high
+0x001e mem_clkn_bt
+0x0022 mem_clke_bt
+0x0026 mem_dpll_clkn
+0x002a mem_slot_offset
+0x002c mem_select_list_item
+0x002d mem_temp_reconn_record
+0x002d mem_record_bt_mode
+0x002e mem_list_item_ptr
+0x0030 mem_rssi_hex
+0x0031 mem_param_tx_setup
+0x0033 mem_param_rf_setup
+0x0035 mem_param_conn_access
+0x0037 mem_param_clke_cal
+0x0039 mem_param_pll_setup
+0x003b mem_param_rx_setup
+0x003d mem_param_dpll_start_delay
+0x003f mem_param_rt_rthalfslot
+0x0041 mem_param_clke_cal_le_1m
+0x0043 mem_param_clke_cal_le_2m
+0x0045 mem_param_clke_cal_le_coded
+0x0047 mem_le_rxbuf
+0x014b mem_le_mic
+0x014f mem_le_peer_mic
+0x0153 mem_le_mrand
+0x0163 mem_le_state
+0x0164 mem_le_mode
+0x0165 mem_le_tsniff
+0x0167 mem_le_anchor
+0x016b mem_le_clk_offset
+0x0171 mem_le_receive_window
+0x0173 mem_le_plap
+0x0179 mem_le_conn_handle
+0x017a mem_le_arq
+0x017b mem_le_ch
+0x017c mem_le_hop
+0x017d mem_le_event_count
+0x017f mem_le_supervision_timer
+0x0183 mem_le_instant
+0x0185 mem_le_channels
+0x0186 mem_le_op
+0x0187 mem_le_access
+0x018b mem_le_crcinit
+0x018e mem_le_window_size
+0x018f mem_le_slave_latency
+0x0191 mem_le_superto
+0x0193 mem_le_channel_map
+0x0198 mem_le_rx_phy
+0x0199 mem_le_tx_phy
+0x019a mem_le_update_new_param
+0x01a3 mem_le_sk
+0x01b3 mem_le_peer_sca
+0x01b4 mem_le_err_code
+0x01b5 mem_le_ll_pairing_fail_reason
+0x01b6 mem_le_testtype
+0x01b7 mem_cmd_le_create_conn
+0x01b8 mem_ucode_device_flag
+0x01b9 mem_peripheral_lock_flag
+0x01ba mem_ucode_status
+0x01bb mem_spid_tbuf
+0x01bc mem_iicd_tbuf
+0x01bc mem_addr_hi
+0x01bd mem_addr_mi
+0x01be mem_addr_lo
+0x01bf mem_iicd_addr
+0x01c0 mem_spid_rbuf
+0x01c4 mem_ucode_buf
+0x01c6 mem_ucode_len
+0x01c8 mem_sched_addr
+0x01ca mem_ucode_ptr
+0x01cc mem_ucode_keybuf
+0x01dc mem_app_evt_timer_count
+0x01dd mem_load_delay
+0x01de mem_load_check_sum
+0x01df mem_input_store
+0x01ef mem_ec_loopc
+0x01f1 mem_aes_cmac_data_length
+0x01f2 mem_ax_256//32 bytes
+0x0212 mem_ay_256// 32 bytes
+0x0232 mem_az_256// 32 bytes
+0x0252 mem_bx_256// 32 bytes
+0x0272 mem_by_256// 31 bytes
+0x0292 mem_bz_256//32 bytes
+0x02b2 mem_cx_256//32 bytes
+0x02d2 mem_cy_256// 32 bytes
+0x02f1 mem_cy5_256// 1 byte
+0x02f2 mem_cz_256// 32 bytes
+0x0312 mem_k_256//32 bytes
+0x0332 mem_tmp1_256//32 bytes
+0x0352 mem_tmp5_256
+0x0372 mem_tmp2_256
+0x0392 mem_tmp3_256
+0x0392 mem_t1_256
+0x03b2 mem_tmp0_256
+0x03b2 mem_dat
+0x03b2 mem_t0_256
+0x03d2 mem_t2_256
+0x03f2 mem_t3_256
+0x0412 mem_t7_256
+0x0432 mem_p_256
+0x0452 mem_a_256
+0x0472 mem_gx_256
+0x0492 mem_gy_256
+0x04b2 mem_le_slat
+0x04c2 mem_ipc_skip_continue_proc
+0x04c3 mem_fifo_temp
+0x04c4 mem_pdatatemp
+0x04cc mem_temp//8 bytes
+0x04d4 mem_timeup// 4 bytes
+0x04d8 mem_rega//4 bytes
+0x04dc mem_regb//4 bytes
+0x04e0 mem_regc//3 bytes
+0x04e3 mem_contr//2 bytes
+0x04e5 mem_contw//2 bytes
+0x04e7 mem_contus
+0x04e9 mem_contue
+0x04eb mem_contu
+0x04ed mem_queue
+0x04ef mem_loopcnt
+0x04f1 mem_wakup_from_power_flag
+0x04f2 mem_saved_gpio_in
+0x04f6 mem_module_rx_error_data_buffer
+0x04f6 mem_le_adv_channel_map_temp
+0x04f6 mem_le_data_len_temp//1byte
+0x04f6 mem_event_cmd_response_content//2byte
+0x04f6 mem_le_prand//16byte
+0x04f6 mem_AES_CMAC_k//16 bytes
+0x04f6 mem_regext_index//1 bytes
+0x04f6 mem_temp_block0
+0x04f7 mem_le_data_temp//15bytes
+0x04f7 mem_temp_block1
+0x0506 mem_le_tx_buf_temp//48byte
+0x0506 mem_le_aes_128//16byte
+0x0506 mem_regext//64 bytes
+0x0506 mem_AES_CMAC_k1//16 bytes
+0x0506 mem_temp_block2
+0x0516 mem_AES_CMAC_k2//16 bytes
+0x0516 mem_temp_block3
+0x0526 mem_AES_CMAC_temp// 16 bytes
+0x0526 mem_temp_block4
+0x0536 mem_AES_CMAC_M_last// 16 bytes
+0x0536 mem_module_uart_cmd
+0x0537 mem_module_uart_opcode
+0x0538 mem_module_uart_len
+0x0539 mem_module_temp_nl_discard_packet
+0x053a mem_temp_block5
+0x0546 mem_le_mackey//16 bytes
+0x0546 mem_app_receive_temp
+0x0546 mem_key_value_temp
+0x0548 mem_key_value
+0x054a mem_key_value_temp1
+0x054b mem_key_value_temp2
+0x054c mem_key_value_temp3
+0x054d mem_key_value_temp4
+0x054e mem_key_value_temp5
+0x054f mem_key_value_temp6
+0x0550 mem_temp_block6
+0x0556 mem_scale_ratio
+0x0559 mem_xcnt
+0x055c mem_scale_ratio_temp
+0x055e mem_base_start
+0x055e mem_flash_paired_addr_base
+0x055e mem_flash_paired_addr0
+0x0560 mem_flash_paired_addr0_group
+0x0561 mem_flash_paired_addr1
+0x0563 mem_flash_paired_addr1_group
+0x0564 mem_flash_paired_addr2
+0x0566 mem_flash_paired_addr2_group
+0x0567 mem_flash_paired_addr3
+0x0569 mem_flash_paired_addr3_group
+0x056a mem_flash_paired_addr4
+0x056c mem_flash_paired_addr4_group
+0x056d mem_flash_paired_addr5
+0x056f mem_flash_paired_addr5_group
+0x0570 mem_flash_paired_addr6
+0x0572 mem_flash_paired_addr6_group
+0x0573 mem_flash_paired_addr7
+0x0575 mem_flash_paired_addr7_group
+0x0576 mem_flash_paired_addr8
+0x0578 mem_flash_paired_addr8_group
+0x0579 mem_flash_paired_addr9
+0x057b mem_flash_paired_addr9_group
+0x057c mem_msg_cnt_base
+0x057c mem_addr0_msg_cnt
+0x057d mem_addr1_msg_cnt
+0x057e mem_addr2_msg_cnt
+0x057f mem_addr3_msg_cnt
+0x0580 mem_addr4_msg_cnt
+0x0581 mem_addr5_msg_cnt
+0x0582 mem_addr6_msg_cnt
+0x0583 mem_addr7_msg_cnt
+0x0584 mem_addr8_msg_cnt
+0x0585 mem_addr9_msg_cnt
+0x0586 mem_msg_cnt_base1
+0x0587 mem_msg_addr_save
+0x0588 mem_msg_before_queue
+0x05a6 mem_count_and_random
+0x05a9 mem_msg_cnt_judgment_window_time
+0x05aa mem_msg_judgment_window_time
+0x05ab mem_base_end
+0x055e mem_tst_pktcnt_sync
+0x0560 mem_tst_pktcnt_hec
+0x0562 mem_tst_pktcnt_crc
+0x0564 mem_tst_pktcnt_dmh
+0x0566 mem_tmp_buffer_head
+0x0569 mem_tmp_buffer
+0x05b9 mem_tester_emulate
+0x05ba mem_temp_payload
+0x05ba test_mode_scenario
+0x05bb test_mode_hopping_mode
+0x05bc test_mode_tx_freq
+0x05bd test_mode_rx_freq
+0x05be test_mode_power_mode
+0x05bf test_mode_poll_period
+0x05c0 test_mode_packet_type
+0x05c1 test_mode_data_length
+0x05c3 mem_test_mode_old_debug_config
+0x05c4 mem_tester_cnt
+0x055e mem_usb_status
+0x055f mem_usb_fifo_empty
+0x0560 mem_usb_read_len
+0x0562 mem_usb_txbuf
+0x05a3 mem_usb_txbuf1
+0x05ad mem_usb_txbuf2
+0x05b7 mem_usb_rxbuf
+0x05f7 mem_usb_rxbuf_end
+0x05f8 mem_bufptr
+0x05fa mem_remain
+0x05fb mem_hidreportdesc_kb
+0x05fd mem_hidreportdesc_m
+0x05ff mem_hidreportdesc_ep3
+0x0601 mem_hidreportdesc_ep3_list
+0x061d mem_devicedesc
+0x0630 mem_confdesc
+0x0694 mem_string0
+0x0699 mem_string1
+0x06b7 mem_string2
+0x06d5 mem_string3
+0x06f3 mem_cb_usb_config
+0x06f5 mem_cb_usb_ep3_process
+0x06f7 mem_usb_ep3_enable
+0x06f8 mem_usb_tx_interval
+0x06f9 mem_usb_vid_pid
+0x0702 mem_usb_zero_packet
+0x0704 mem_usb_ones_packet
+0x0706 mem_usb_two_packet
+0x0708 mem_usb0_state
+0x0709 mem_usb_offline_check_gpio
+0x070a mem_usb_sdsystem_wakeup_flag_judge
+0x070b mem_usb_clear_mem_start
+0x070b mem_usb_setup
+0x070b mem_usb_setup_bmRequestType
+0x070c mem_usb_setup_bRequest
+0x070d mem_usb_setup_bValue
+0x070e mem_usb_setup_bValueH
+0x070f mem_usb_setup_wIndex
+0x0711 mem_usb_setup_bLength
+0x0712 mem_usb_setup_bLengthH
+0x0713 mem_usb0_set_report_data
+0x0753 mem_usb0_get_report_data
+0x0793 mem_usb_setup_bValue_temp
+0x0795 mem_usb0_get_set_report
+0x0796 mem_usb0_data_ready_report
+0x0797 mem_usb_tx_win_enable
+0x0798 mem_usb_tx_mac_enable
+0x0799 mem_usb_idle_flag
+0x079a mem_usb_idle_rate
+0x079b mem_usb_get_protocol_flag
+0x079c mem_usb_set_protocol_status
+0x079d mem_usb_set_protocol_value
+0x079e mem_usb_state
+0x079f mem_usb_remote_wakeup
+0x07a0 mem_usb_clear_remote_wakeup
+0x07a1 mem_usb_sdsystem_wakeup_flag
+0x07a2 mem_usb_ep0_stall_status
+0x07a3 mem_usb_ep1_stall_status
+0x07a4 mem_usb_ep2_stall_status
+0x07a5 mem_usb_ep3_stall_status
+0x07a6 mem_dsc_info_data_pointer
+0x07a8 mem_dsc_info_len
+0x07a9 mem_usb_ep1_data
+0x07aa mem_usb_ep2_data
+0x07ab mem_usb_tx_enable
+0x07ac mem_usb_device_enumeration_endflag
+0x07ad mem_usb_wakestate_onetime_flag
+0x07ae mem_usb_mac_wakeup_trig
+0x07af mem_usb_set_high_addr_flag
+0x07b0 mem_usb_clear_halt
+0x07b1 mem_usb_mouse_data
+0x07c1 mem_usb_kb_data
+0x07d1 mem_usb_kb_multikey
+0x07e1 mem_usb_kb_system
+0x07f1 mem_usb_test_cnt
+0x07f3 mem_usb_test_kb
+0x07fd mem_usb_txbuf3
+0x083d mem_usb_rxbuf_temp
+0x087d mem_usb_ep3_out_data_len
+0x087e mem_usb_ep3_in_data_len
+0x087f mem_usb_ep3_out_data_flag
+0x0880 mem_usb_ep3_in_data
+0x08c0 mem_usb_ep3_out_data
+0x0900 mem_usb_clear_mem_end
+0x0900 mem_dg_rssi_noise_buffer
+0x0a00 mem_dg_rssi_noise_dg_buffer
+0x0b00 mem_dg_rssi_noise_ms_buffer
+0x0c00 mem_dg_rssi_noise_kb_buffer
+0x0900 mem_init_cnt
+0x0902 mem_data_pre
+0x0904 mem_data_current
+0x0906 mem_data_sum
+0x0909 mem_data_value
+
+0x019a mem_le_new_param
+0x019a mem_le_new_transmitwindowsize
+0x019b mem_le_new_transmitwindowoffset
+0x019d mem_le_new_conninterval
+0x019f mem_le_new_connslavelatency
+0x01a1 mem_le_new_connsupervisiontimeout
+0x019a mem_le_new_map
+0x019a mem_le_new_m2s_phy
+0x019b mem_le_new_s2m_phy
+0x0047 mem_le_rxbuf_data_header
+0x0048 mem_le_rxbuf_data_length
+0x0049 mem_le_rxbuf_data_payload
+0x0047 mem_le_rxbuf_data_ll_header
+0x0048 mem_le_rxbuf_data_ll_length
+0x0049 mem_le_rxbuf_data_ll_opcode
+0x004a mem_le_rxbuf_data_ll_control_data
+0x0047 mem_le_rxbuf_adv_header
+0x0048 mem_le_rxbuf_adv_length
+0x0049 mem_le_rxbuf_adv_payload
+0x0047 mem_le_rxbuf_adv_scan_req_header
+0x0048 mem_le_rxbuf_adv_scan_req_length
+0x0049 mem_le_rxbuf_adv_scan_req_scan_address
+0x004f mem_le_rxbuf_adv_scan_req_adv_address
+0x0047 mem_le_rxbuf_adv_connect_ind_header
+0x0048 mem_le_rxbuf_adv_connect_ind_length
+0x0049 mem_le_rxbuf_adv_connect_ind_init_address
+0x004f mem_le_rxbuf_adv_connect_ind_adv_address
+0x0055 mem_le_rxbuf_adv_connect_ind_access_address
+0x0059 mem_le_rxbuf_adv_connect_ind_crc_init
+0x005c mem_le_rxbuf_adv_connect_ind_win_size
+0x005d mem_le_rxbuf_adv_connect_ind_win_offset
+0x005f mem_le_rxbuf_adv_connect_ind_interval
+0x0061 mem_le_rxbuf_adv_connect_ind_latency
+0x0063 mem_le_rxbuf_adv_connect_ind_timeout
+0x0065 mem_le_rxbuf_adv_connect_ind_channel_map
+0x006a mem_le_rxbuf_adv_connect_ind_hop_and_sca
+0x0506 mem_le_search_handle_start
+0x0508 mem_le_search_handle_end
+0x050a mem_le_att_offset
+0x050a mem_le_search_att_type_length
+0x050b mem_le_search_att_type
+0x051b mem_le_curr_att_len
+0x051c mem_le_cur_attlist_start_ptr
+0x051e mem_le_cur_handle_start
+0x0520 mem_le_cur_handle_end
+0x0522 mem_le_cur_uuid_length
+0x0523 mem_le_cur_uuid
+0x0047 mem_le_rxbuf_data_att_header
+0x0048 mem_le_rxbuf_data_att_length
+0x0049 mem_le_rxbuf_data_att_l2cap_length
+0x004b mem_le_rxbuf_data_att_cid
+0x004d mem_le_rxbuf_data_att_opcode
+0x004e mem_le_rxbuf_data_att_payload
+0x0047 mem_le_rxbuf_data_continue_header
+0x0048 mem_le_rxbuf_data_continue_length
+0x0049 mem_le_rxbuf_data_continue_payload
+0x0047 mem_le_rxbuf_data_att_write_header
+0x0048 mem_le_rxbuf_data_att_write_length
+0x0049 mem_le_rxbuf_data_att_write_l2cap_length
+0x004b mem_le_rxbuf_data_att_write_cid
+0x004d mem_le_rxbuf_data_att_write_opcode
+0x004e mem_le_rxbuf_data_att_write_handle
+0x0050 mem_le_rxbuf_data_att_write_payload
+0x0047 mem_le_rxbuf_data_prepare_att_write_header
+0x0048 mem_le_rxbuf_data_prepare_att_write_length
+0x0049 mem_le_rxbuf_data_prepare_att_write_l2cap_length
+0x004b mem_le_rxbuf_data_prepare_att_write_cid
+0x004d mem_le_rxbuf_data_prepare_att_write_opcode
+0x004e mem_le_rxbuf_data_prepare_att_write_handle
+0x0050 mem_le_rxbuf_data_prepare_att_write_offset
+0x0052 mem_le_rxbuf_data_prepare_att_write_payload
+0x01df mem_fcc_param_new
+0x01df mem_fcc_ch_new
+0x01e0 mem_fcc_mod_new
+0x01e1 mem_fcc_txrx_new
+0x01e2 mem_fcc_btble_new
+0x01e3 mem_fcc_data_new
+0x01e4 mem_fcc_data_length_new
+0x01e5 mem_fcc_hop_new
+0x01e6 mem_fcc_tx_power_new
+0x01e7 mem_fcc_param
+0x01e7 mem_fcc_ch
+0x01e8 mem_fcc_mod
+0x01e9 mem_fcc_txrx
+0x01ea mem_fcc_btble
+0x01eb mem_fcc_data
+0x01ec mem_fcc_data_length
+0x01ed mem_fcc_hop
+0x01ee mem_fcc_tx_power
+0x01ef mem_fcc_config_cb
+0x4000 mem_patch00
+0x4001 mem_patch01
+0x4002 mem_patch02
+0x4003 mem_patch03
+0x4004 mem_patch04
+0x4005 mem_patch05
+0x4006 mem_patch06
+0x4007 mem_patch07
+0x4008 mem_patch08
+0x4009 mem_patch09
+0x400a mem_patch0a
+0x400b mem_patch0b
+0x400c mem_patch0c
+0x400d mem_patch0d
+0x400e mem_patch0e
+0x400f mem_patch0f
+0x4010 mem_patch10
+0x4011 mem_patch11
+0x4012 mem_patch12
+0x4013 mem_patch13
+0x4014 mem_patch14
+0x4015 mem_patch15
+0x4016 mem_patch16
+0x4017 mem_patch17
+0x4018 mem_patch18
+0x4019 mem_patch19
+0x401a mem_patch1a
+0x401b mem_patch1b
+0x401c mem_patch1c
+0x401d mem_patch1d
+0x401e mem_patch1e
+0x401f mem_patch1f
+0x4020 mem_patch20
+0x4021 mem_patch21
+0x4022 mem_patch22
+0x4023 mem_patch23
+0x4024 mem_patch24
+0x4025 mem_patch25
+0x4026 mem_patch26
+0x4027 mem_patch27
+0x4028 mem_patch28
+0x4029 mem_patch29
+0x402a mem_patch2a
+0x402b mem_patch2b
+0x402c mem_patch2c
+0x402d mem_patch2d
+0x402e mem_patch2e
+0x402f mem_patch2f
+0x4030 mem_patch30
+0x4031 mem_patch31
+0x4032 mem_patch32
+0x4033 mem_patch33
+0x4034 mem_patch34
+0x4035 mem_patch35
+0x4036 mem_patch36
+0x4037 mem_patch37
+0x4038 mem_patch38
+0x4039 mem_patch39
+0x403a mem_patch3a
+0x403b mem_patch3b
+0x403c mem_patch3c
+0x403d mem_patch3d
+0x403e mem_patch3e
+0x403f mem_patch3f
+0x4040 mem_context
+0x4093 mem_current_amaddr
+0x4094 mem_lpm_mode
+0x4095 mem_device_option
+0x4096 mem_last_clkn
+0x409a mem_fcomp_div
+0x409b mem_rx_window_sniff
+0x409d mem_rf_init_ptr
+0x409f mem_rf_rccal
+0x40a0 mem_handle_num
+0x40a1 mem_chip_functions
+0x40a3 mem_lpm_wake_lock
+0x40a5 mem_lpm_interval
+0x40a7 mem_lpm_overhead
+0x40a8 mem_lpm_hibernate_switch
+0x40a9 mem_sniff_unint_lost
+0x40aa mem_sleep_counter
+0x40ae mem_sleep_counter_all
+0x40b2 mem_sleep_clkn
+0x40b8 mem_sniff_rcv
+0x40bb mem_sniff_lost
+0x40be mem_clks_per_lpo
+0x40c1 mem_lpm_mult
+0x40c2 mem_lpm_mult_timeout
+0x40c3 mem_lpm_mult_cnt
+0x40c4 mem_lpm_config
+0x40c4 mem_lpm_xtal_ib
+0x40c5 mem_lpm_ctrim
+0x40c6 mem_lpm_padding
+0x40c7 mem_lpm_xtalcnt
+0x40c8 mem_lpm_buckcnt
+0x40c9 mem_lpm_ldocnt
+0x40ca mem_lpm_isogate
+0x40cb mem_lpm_isogate_final
+0x40cc mem_lpm_ctrl3
+0x40cc mem_lpm_ctrl3_app_vsel
+0x40cd mem_lpm_ctrl3_aon_vsel
+0x40ce mem_lpm_ctrl3_core_byp
+0x40cf mem_lpm_ctrl3_core_vsel
+0x40d0 mem_saved_gpio
+0x40dd mem_saved_gsel
+0x40e0 mem_saved_mark
+0x40e8 mem_saved_spidctrl
+0x40e9 mem_patch_ptr
+0x40eb mem_patch_len
+0x40ed mem_timers
+0x410d mem_hci_cmd
+0x410e mem_hci_conn_handle
+0x410f mem_hci_plap
+0x4112 mem_hci_puap
+0x4113 mem_hci_pnap
+0x4115 mem_loadcode_times
+0x4116 mem_tx_power
+0x4117 mem_modem_rssi
+0x4118 mem_gain_fix
+0x4119 mem_gain_table
+0x411c mem_gain_second_agc_en
+0x411d mem_system_clk
+0x411e mem_rf_init_data
+0x411f mem_xtal_freq
+0x4120 mem_version
+0x4121 mem_company_id
+0x4123 mem_sub_version
+0x4125 mem_le_dsniff
+0x4127 mem_le_conn_interval
+0x4129 mem_le_tx_ifs_defference
+0x412a mem_le_tx2m_delay
+0x412b mem_le_txheader
+0x412c mem_le_txlen
+0x412d mem_le_txpayload
+0x422d mem_le_name_len
+0x422e mem_le_name
+0x424c mem_le_ltk
+0x425c mem_ltk_exists
+0x425d mem_le_rconfirm
+0x426d mem_le_srand
+0x427d mem_le_iat
+0x427e mem_le_rat
+0x427f mem_le_preq
+0x4280 mem_le_preq_iocap
+0x4281 mem_le_preq_oob
+0x4282 mem_le_preq_auth
+0x4283 mem_le_preq_max_keysize
+0x4284 mem_le_preq_init_key_distribution
+0x4285 mem_le_preq_resp_key_distribution
+0x4286 mem_le_pres
+0x4287 mem_le_pres_iocap
+0x4288 mem_le_pres_oob
+0x4289 mem_le_pres_auth
+0x428a mem_le_pres_max_keysize
+0x428b mem_le_pres_init_key_distribution
+0x428c mem_le_pres_resp_key_distribution
+0x428d mem_le_notify_handle
+0x428f mem_le_search_uuid_length
+0x4290 mem_le_search_uuid
+0x42a0 mem_le_conn_param
+0x42a0 mem_le_conn_peer_addr_type
+0x42a1 mem_le_conn_peer_addr
+0x42a7 mem_le_conn_own_addr_type
+0x42a8 mem_le_interval_min
+0x42aa mem_le_interval_max
+0x42ac mem_le_latency
+0x42ae mem_le_timeout
+0x42b0 mem_le_lap
+0x42b3 mem_le_uap
+0x42b4 mem_le_nap
+0x42b6 mem_le_local_mtu
+0x42b8 mem_le_remote_mtu
+0x42ba mem_le_skdm
+0x42c2 mem_le_skds
+0x42ca mem_le_init_superto
+0x42cc mem_ui_le_uuid_table
+0x42ce mem_le_secure_connect_flag
+0x42cf mem_le_secure_connect_state
+0x42d0 mem_le_sc_confirm_gkey_flag
+0x42d1 mem_le_pairing_state
+0x42d2 mem_le_enc_state
+0x42d3 mem_le_pairing_mode
+0x42d4 mem_le_tk
+0x42d8 mem_le_ediv
+0x42da mem_le_rand
+0x42e2 mem_le_irk
+0x42f2 mem_le_transmit_window
+0x42f6 mem_le_configuration
+0x42f7 mem_le_fixed_ltk
+0x4307 mem_le_pairing_handle
+0x4309 mem_le_packet_llid
+0x430a mem_le_l2cap_size
+0x430c mem_le_packet_len_recved
+0x430e mem_le_payload_ptr
+0x4310 mem_le_signaling_identifier
+0x4311 mem_le_l2cap_signaling_conn_param_update_rsp_result
+0x4313 mem_le_md_count
+0x4314 mem_le_l2cap_parse_cb
+0x4316 mem_ble_l2cap_tx_buff0_ptr
+0x4318 mem_ble_l2cap_tx_buff_size_ptr
+0x431a mem_le_scan_enable
+0x431b mem_le_scan_interval
+0x431d mem_le_scan_window
+0x431f mem_le_adv_data_len
+0x4320 mem_le_adv_data
+0x433f mem_le_scan_data_len
+0x4340 mem_le_scan_data
+0x435f mem_le_adv_enable
+0x4360 mem_le_adv_param
+0x4360 mem_le_adv_interval
+0x4362 mem_le_adv_type
+0x4363 mem_le_adv_own_addr_type
+0x4364 mem_le_adv_direct_addr
+0x436a mem_le_adv_channel_map
+0x436b mem_le_scan_params
+0x436b mem_le_scan_type
+0x436c mem_le_scan_own_addr_type
+0x436d mem_le_l2cap_att_states
+0x436e mem_le_att_opcode
+0x436f mem_le_att_handle
+0x4371 mem_le_search_res
+0x4372 mem_le_local_feature
+0x437a mem_le_tx_phys
+0x437b mem_le_rx_phys
+0x437c mem_remote_rx_max_octets
+0x437e mem_remote_rx_max_time
+0x4380 mem_remote_tx_max_octets
+0x4382 mem_remote_tx_max_time
+0x4384 mem_local_rx_max_octets
+0x4386 mem_local_rx_max_time
+0x4388 mem_local_tx_max_octets
+0x438a mem_local_tx_max_time
+0x438c mem_cb_check_wakelock
+0x438e mem_cb_before_hibernate
+0x4390 mem_cb_before_lpm
+0x4392 mem_cb_le_process
+0x4394 mem_cb_idle_process
+0x4396 mem_cb_bb_event_process
+0x4398 mem_cb_att_write
+0x439a mem_cb_ble_transmit
+0x439c mem_cb_event_timer
+0x439e mem_cb_bt_set_mult
+0x43a0 mem_cb_spi_flash_write_complate
+0x43a2 mem_cb_before_lpm_sleep
+0x43a4 mem_eeprom_base
+0x43a6 mem_wake_up_delay_timer
+0x43a7 mem_app_connection_options
+0x43a8 mem_app_disconn_reason
+0x43aa mem_app_disconn_reason_flag
+0x43ac mem_xrecord_mode
+0x43ad mem_eeprom_block_size
+0x43ae mem_spi_init_clk
+0x43af mem_spi_init_delay_time
+0x43b0 mem_spi_ncs_gpio
+0x43b1 mem_nv_data_ptr
+0x43b3 mem_nv_data_number
+0x43b4 mem_queue_ptr
+0x43b6 mem_gpio_h_k19_b13
+0x43ba mem_gpio_l_k19_b13
+0x43be mem_hvin_k19_b13
+0x43c2 mem_app_adc_read_count
+0x43c3 mem_start_adc_clkn
+0x43c4 mem_adc_delay
+0x43c6 mem_adc_config_flag
+0x43c7 mem_adc_channel
+0x43c8 mem_adc_current_value
+0x43ca mem_adc_power_flag//bit0:low power falg ; bit1:no power flag
+0x43cb mem_spi_write_addr
+0x43ce mem_spi_write_ptr
+0x43d0 mem_spi_write_len
+0x43d2 mem_spi_write_flash_sm
+0x43d3 mem_spi_cs_gpio
+0x43d4 mem_spi_si_gpio
+0x43d5 mem_spi_so_gpio
+0x43d6 mem_spi_sclk_gpio
+0x43d7 mem_spi_wp_gpio
+0x43d8 mem_spi_hold_gpio
+0x43d9 mem_eeprom_wp_gpio
+0x43da mem_eeprom_scl_gpio
+0x43db mem_eeprom_sda_gpio
+0x43dc mem_kscan_ptr
+0x43de mem_key_num_ptr
+0x43de mem_keyscan_ptr
+0x43e0 mem_key_value_retention
+0x43e2 mem_power_param_ptr
+0x43e4 mem_efuse_header
+0x43e7 mem_seqi
+0x43e8 mem_set_cdb_on
+0x43e9 mem_syn_cal_ctrl
+0x43ea mem_dig_aon_vsel
+0x43eb mem_syn_afc_cfg1
+0x43ec mem_rf_ldo_cfg1
+0x43ed mem_rc_cal
+0x43ee mem_nec_decode_error_value
+0x43ef mem_wdt_always_work
+0x43f0 mem_power_ctrl_disable
+0x43f1 mem_rf_debug_rx_gpio
+0x43f2 mem_rf_debug_tx_gpio
+0x43f3 mem_l2cap_xmem_start
+0x43f3 mem_used_map
+0x43f4 mem_tx_fifo0
+0x43f4 mem_tx_fifo0_map
+0x43f5 mem_tx_fifo0_ptr
+0x43f7 mem_tx_fifo1
+0x43f7 mem_tx_fifo1_map
+0x43f8 mem_tx_fifo1_ptr
+0x43fa mem_tx_fifo2
+0x43fa mem_tx_fifo2_map
+0x43fb mem_tx_fifo2_ptr
+0x43fd mem_tx_fifo3
+0x43fd mem_tx_fifo3_map
+0x43fe mem_tx_fifo3_ptr
+0x4400 mem_tx_fifo_end
+0x4400 mem_l2cap_lpm_txbuf_ptr
+0x4402 mem_l2cap_xmem_end
+0x4402 mem_ccm_pcnt_tx
+0x4407 mem_ccm_pcnt_rx
+0x440c mem_ccm_last_mic
+0x4410 mem_ccm_iv
+0x4410 mem_ccm_ivm
+0x4414 mem_ccm_ivs
+0x4418 mem_ccm_len
+0x441a mem_ccm_rx_ptr
+0x441c mem_ipc_lock_bt
+0x441d mem_ipc_lock_c51
+0x441e mem_ipc_fifo_bt2c51
+0x4426 mem_ipc_fifo_c512bt
+0x442e mem_ui_button_timer
+0x442f mem_ui_button_last_state
+0x4430 mem_ui_timer_last_btclk
+0x4434 mem_ui_state_map
+0x4436 mem_ui_button_timeout
+0x4437 mem_ui_button_gpio
+0x4438 mem_ui_led_init_state_set
+0x4439 mem_ui_led_struct_num
+0x443a mem_ui_led_struct_ptr
+0x443c mem_ble_v2_xbox
+0x447c mem_ble_v2_pdu
+0x44a3 mem_ble_v2_customer_id
+0x44a4 mem_ble_v2_packet_num
+0x44a5 mem_ble_v2_subtype
+0x44a6 mem_ble_v2_maintype
+0x44a7 mem_ble_v2_addr
+0x44ab mem_ble_v2_group_index
+0x44ac mem_ble_v2_cmd
+0x44ae mem_ble_v2_para
+0x44b2 mem_ble_customer_id
+0x44b3 mem_ble_count
+0x44b4 mem_ble_sub_type
+0x44b5 mem_ble_main_type
+0x44b6 mem_ble_addr
+0x44ba mem_ble_group
+0x44bb mem_ble_cmd
+0x44bd mem_ble_para
+0x44c1 mem_ble_rfu
+0x44c4 mem_ble_relay
+0x44c5 mem_ble_is_app
+0x44c6 mem_adv_CRC_False_initValue
+0x44c8 mem_CRC16_polynomial
+0x44ca mem_ble_pack_cb
+0x44cc mem_ble_v2_tx_end_dummy
+0x44cc mem_ftd_device_option
+0x44cd mem_light_gm_tx_addr_type
+0x44ce mem_light_gm_tx_len
+0x44cf mem_light_gm_tx_header
+0x44dc mem_light_gm_tx
+0x44dc mem_light_gm_tx_press_time
+0x44dd mem_light_gm_tx_remoter_ID
+0x44de mem_light_gm_tx_remoter_addr
+0x44e0 mem_light_gm_tx_group_num
+0x44e1 mem_light_gm_tx_code
+0x44e2 mem_light_gm_tx_count
+0x44e3 mem_light_gm_tx_sum
+0x44e4 mem_gem_cnt_inces_timeout
+0x44e6 mem_gem_long_keypress_timeout
+0x44e8 mem_gem_long_cnt_enable
+0x44e9 mem_light_KY_tx
+0x44e9 mem_light_KY_tx_header
+0x4500 mem_light_KY_tx_len
+0x4501 mem_light_KY_tx_code1
+0x4502 mem_light_KY_tx_remoter_ID
+0x4506 mem_light_KY_tx_group_num
+0x4507 mem_light_KY_tx_code2
+0x4508 mem_light_KY_tx_sum
+0x450a mem_light_KY_tx_CRC
+0x450c mem_light_KY_tx_count
+0x450e mem_light_group_num
+0x450f mem_light_JYM_whitening_header
+0x451b mem_light_JYM_tx
+0x451b mem_light_JYM_tx_header
+0x4523 mem_light_JYM_tx_len
+0x4524 mem_light_JYM_tx_cmd
+0x4525 mem_light_JYM_tx_ID
+0x4529 mem_light_JYM_tx_group
+0x452a mem_light_JYM_tx_data
+0x452b mem_light_JYM_tx_count
+0x452c mem_light_JYM_tx_sum
+0x452e mem_light_JYM_tx_CRC
+0x4530 mem_light_JYM_tx_temp
+0x4555 mem_adv_cnts
+0x4556 mem_cb_light_ac_detecting
+0x4558 mem_cb_light_gradual_dimmer
+0x455a mem_light_pwm_freq_w
+0x455c mem_light_pwm_freq_y
+0x455e mem_light_pwm_freq_l
+0x4560 mem_light_W_aim_pcnt
+0x4562 mem_light_Y_aim_pcnt
+0x4564 mem_light_L_aim_pcnt
+0x4566 mem_light_gradual_step_w
+0x4567 mem_light_gradual_step_y
+0x4568 mem_light_gradual_step_l
+0x4569 mem_light_mix_change_delay_time
+0x456b mem_temp_flag
+0x456c mem_light_pwm_enable_flag
+0x456d mem_light_gpio_pin_w
+0x456e mem_light_gpio_pin_y
+0x456f mem_light_gpio_pin_l
+0x4556 mem_kscan_record_keypress
+0x455e mem_kscan_row_nums
+0x455f mem_kscan_col_nums
+0x4560 mem_kscan_row_gpio_pin
+0x4568 mem_kscan_col_gpio_pin
+0x4570 mem_kscan_row_scanned
+0x4571 mem_kscan_col_scanned
+0x4572 mem_keypress_analysis_flag
+0x4573 mem_kscan_avoid_shake_delay_time
+0x4575 mem_scan_col
+0x4576 mem_kscan_enable
+0x4577 mem_long_press_adv_timeout
+0x4579 mem_kscan_analysis_interval_timeout
+0x457b mem_FTD_adv_raw_device_add_temp
+0x457d mem_set_clear_code_timeout_enable
+0x457e mem_light_lpm_enable
+0x457f mem_light_manufacture_id
+0x4580 mem_light_indicator_led
+0x4581 mem_groups_num
+0x4582 mem_light_last_key
+0x4583 mem_light_different_key_press_flag
+0x4584 mem_FTD_adv_raw
+0x4584 mem_FTD_adv_raw_cmd
+0x4585 mem_FTD_adv_raw_device_add
+0x4587 mem_FTD_adv_raw_data
+0x458a mem_FTD_adv_raw_packet_num
+0x458b mem_FTD_adv_raw_reserved
+0x458c mem_FTD_adv_raw_encryption
+0x4594 mem_long_press_timeout
+0x4596 mem_light_num_of_long_press
+0x4597 mem_light_color_switch_cnt
+0x4598 mem_light_brightness_switch_flag
+0x4599 mem_light_rgb_hand_actuated_flag
+0x459a mem_rgb_switch
+0x459b mem_light_rgb_auto_flag
+0x459c mem_rgb_on_and_off
+0x459d mem_light_group1_on_and_off_flag
+0x459e mem_light_group2_on_and_off_flag
+0x459f mem_light_group3_on_and_off_flag
+0x45a0 mem_light_group4_on_and_off_flag
+0x45a1 mem_light_current_key
+0x45a2 mem_ble_light_adv_timeout
+0x45a4 mem_light_on_off_alternant
+0x45a5 mem_fan_speed
+0x45a6 mem_fan_direction_alternant
+0x45a7 mem_fan_on_off_flag
+0x45a8 mem_ble_xboxes
+0x4628 mem_adv_packet
+0x4628 mem_adv_packet_header
+0x463f mem_adv_packet_payload
+0x464d mem_adv_packet_tailer
+0x464f mem_light_whitening_buffer
+0x4676 mem_light_whitening_k
+0x4678 mem_light_for_loop_cnt1
+0x4679 mem_light_for_loop_cnt2
+0x467a mem_light_recvd_len
+0x467b mem_light_whitening_i
+0x467c mem_light_whitening_i1
+0x4680 mem_light_whitening_i2
+0x4684 mem_light_whitening_i3
+0x4688 mem_light_whitening_i4
+0x468c mem_light_whitening_n
+0x468d mem_light_para1
+0x4691 mem_light_para2
+0x4696 mem_light_for_loop_lshift
+0x469e mem_light_integer_1_lshift_temp
+0x46a6 mem_light_lpm_enable_timeout
+0x46a8 mem_indicator_turn_on_enable
+0x46a9 mem_indicator_led_turn_on_timeout
+0x46ab mem_light_on_and_off_flag
+0x46ac mem_fan_deflector_flag
+0x46ad mem_light_aid_swtich_flag
+0x46ae mem_light_manufacture_id2
+0x46af mem_light_manufacture_id2_v2
+0x46b0 mem_light_whitening_buffer_2
+0x46d7 mem_ble_v2_pdu_2
+0x46fe mem_light_rgb_on_and_off_flag
+0x46ff mem_rgb_loop_on_and_off
+0x4700 mem_r_g_b_switch_flag
+0x4701 mem_adv_manufacturer_switch_flag
+0x4702 mem_adv_manufacturer_switch_flag1
+0x4703 mem_adv_manufacturer_switch_flag2
+0x4704 mem_adv_manufacturer_switch_flag3
+0x4705 mem_fan_on_and_off_flag
+0x4706 mem_light_release_adv_flag
+0x4707 mem_light_blink_state_flag
+0x4708 mem_light_indicator_led_blink_enable
+0x4709 mem_light_continuous_kps_cnt_reset_timeout
+0x470b mem_light_key1_continuous_kps_cnt
+0x470c mem_light_key2_continuous_kps_cnt
+0x470d mem_light_key3_continuous_kps_cnt
+0x470e mem_light_key4_continuous_kps_cnt
+0x470f mem_light_key5_continuous_kps_cnt
+0x4710 mem_light_key6_continuous_kps_cnt
+0x4711 mem_light_key7_continuous_kps_cnt
+0x4712 mem_light_key8_continuous_kps_cnt
+0x4713 mem_light_key9_continuous_kps_cnt
+0x4714 mem_light_key10_continuous_kps_cnt
+0x4715 mem_light_key11_continuous_kps_cnt
+0x4716 mem_light_key12_continuous_kps_cnt
+0x4717 mem_light_key13_continuous_kps_cnt
+0x4718 mem_light_key14_continuous_kps_cnt
+0x4719 mem_light_key15_continuous_kps_cnt
+0x471a mem_light_key16_continuous_kps_cnt
+0x471b mem_16groups_on_off
+0x471d mem_group_flag
+0x471e mem_channel_enable
+0x471f mem_channel_num
+0x4720 mem_scene_enable
+0x4721 mem_special_agreemeet_enable
+0x4722 mem_light_short_keypress_timeout
+0x4724 mem_light_color_and_lgtness_long_press_adv_enable
+0x4725 mem_airchange_speed
+0x4726 mem_fan_tap_speed
+0x4727 mem_light_airchange_flag
+0x4728 mem_light_warm_wake_flag
+0x4729 mem_light_warm_powerful_flag
+0x472a mem_light_fan_on_and_off
+0x472b mem_light_bath_on_off_flag
+0x472c mem_long_press_protect_enble_flag
+0x472d mem_long_press_protect_cnt
+0x472e mem_long_press_protect_start_flag
+0x472f mem_kscan_press_row_gpio
+0x4737 mem_light_fan_on_and_off_flag
+0x4738 mem_light_lpm_gpio_config_flag
+0x473c mem_light_lpm_gpio_config_io_temp
+0x473d mem_light_timing_of_alter_flag
+0x473e mem_light_adv_packet
+0x473e mem_light_adv_packet_cmd
+0x473f mem_light_adv_packet_addr
+0x4741 mem_light_adv_packet_data
+0x4744 mem_light_adv_packet_packetnum
+0x4745 mem_light_adv_packet_reserve
+0x4746 mem_light_adv_packet_encry
+0x474c mem_light_adv_packet_CRC
+0x474e mem_scene_led_timeout
+0x4750 mem_scene_led_cnt
+0x4751 mem_ble_rx_on_and_off
+0x4752 mem_long_press_scene_timeout
+0x4753 mem_le_adv_scan_channel
+0x4754 mem_le_lap_addr
+0x4758 mem_le_lap_addr_temp
+0x475c mem_le_lap_v2_addr
+0x4760 mem_light_scene_mode
+0x4761 mem_le_addr_change_flag
+0x4762 mem_rmt_keydown_cb
+0x4764 mem_rmt_released_cb
+0x4766 mem_rmt_long_press_cb
+0x4768 mem_rmt_continuous_keydown_cb
+0x476a mem_rmt_continuous_kps_time
+0x476c mem_light_adv_time
+0x476e mem_claer_code_time
+0x4770 mem_ble_v2_customer_id_copy
+0x4771 mem_ftd_fan_cfg_catch
+0x4771 mem_fan_protocol_select_flag
+0x4772 mem_fan_tx_pin
+0x4773 mem_fan_yc_identify_flag
+0x4774 mem_customer_id
+0x4775 mem_customer_id_v2
+0x4776 mem_id_universal
+0x4777 mem_manufacture_id_temp
+0x4778 mem_light_device_flag
+0x4779 mem_ble_ch_mapped
+0x477a mem_ble_v2_decoder
+0x477c mem_light_speed_temp
+0x477d mem_light_blink_count
+0x477e mem_pairing_timeout
+0x4780 mem_light_pairing_enable
+0x4781 mem_light_last_packetnum
+0x4782 mem_yc_fan_ble_addr
+0x4788 mem_recv_addr
+0x478e mem_fan_tx_bits_loop
+0x4790 mem_fan_opcode
+0x4791 mem_fan_tx_cnt
+0x4792 mem_fan_433code_packet//预留8字节
+0x479a mem_fan_tx_loop
+0x479c mem_fan_tx_loop2
+0x479e mem_fan_433_opcode
+0x479f mem_fan_tx_gpio
+0x47a0 mem_fan_tx_gpio_reg
+0x47a2 mem_433_tx_cb
+0x47a4 mem_fan_packet_indiscriminate_cb
+0x47a6 mem_ble_parameter
+0x47a6 mem_ble_parameter_cmd
+0x47a8 mem_ble_parameter_para
+0x47ac mem_ble_parameter_addr
+0x47ae mem_ble_parameter_group
+0x47af mem_fan_addr_433
+0x443c mem_24g_lap
+0x4442 mem_24g_rxbuf
+0x4464 mem_24g_txbuf
+0x4484 mem_24g_txpayload
+0x44a8 mem_24g_rxpayload
+0x44c8 mem_24g_rxdata_length
+0x44c9 mem_24g_pid
+0x44ca mem_24g_no_ack
+0x44cb mem_24g_sta_crc
+0x44ce mem_24g_last_crc
+0x44d1 mem_24g_sta_pid
+0x44d2 mem_24g_last_pid
+0x44d3 mem_24g_datalen
+0x44d4 mem_24g_data_type
+0x44d5 mem_24g_txlen
+0x44d6 mem_24g_rx_window
+0x44d8 mem_24g_ch
+0x44d9 mem_24g_current_ch_number
+0x44da mem_24g_addr
+0x44de mem_24g_ch_map1
+0x44e2 mem_24g_ch_map2
+0x44e6 mem_24g_ch_map3
+0x44ea mem_24g_ch_map4
+0x44ee mem_24g_tx_btclk
+0x44f2 mem_24g_interval
+0x44f3 mem_24g_interval_min
+0x44f4 mem_24g_interval_max
+0x44f5 mem_24g_syncword
+0x44f7 mem_24g_syncword_crc8
+0x44f8 mem_24g_get_syncword_crc8
+0x44f9 mem_24g_pair_switch
+0x44fa mem_24g_enter_hibernate
+0x4502 mem_24g_rx_phy
+0x4503 mem_24g_tx_phy
+0x4504 mem_24g_ch_map_update
+0x4505 mem_24g_ch_update_map1
+0x4509 mem_24g_ch_update_map2
+0x450d mem_24g_ch_update_map3
+0x4511 mem_24g_ch_update_map4
+0x4515 mem_24g_disable_fec1
+0x4516 mem_24g_off_type
+0x4517 mem_24g_pair_addr
+0x451b mem_24g_pair_ch
+0x451c mem_24g_pair_tx_power
+0x451d mem_rssi_buff_index
+0x451e mem_24g_device1_bind_step
+0x451f mem_24g_device2_bind_step
+0x4520 mem_24g_bind_device_status
+0x4521 mem_24g_bind_payload
+0x4529 mem_24g_device1_bind_disable
+0x452a mem_24g_device2_bind_disable
+0x452b mem_cb_24g_receive_process
+0x452d mem_cb_24g_ackpayload
+0x452f mem_cb_24g_data_device1
+0x4531 mem_cb_24g_data_device2
+0x4533 mem_24g_rxdata_temp
+0x4555 mem_24g_abort_packet
+0x4556 mem_24g_hop_btclk
+0x455a mem_24g_hop_interval
+0x455b mem_24g_pair_mode
+0x455c mem_24g_ackpayload_enable
+0x455d mem_24g_hop_packet
+0x455e mem_24g_mode_switch
+0x455f mem_24g_nodata_timer_enable
+0x4560 mem_24g_mode_init
+0x4561 mem_24g_work_mode
+0x4562 mem_24g_time_slice
+0x4563 mem_24g_self_last_ch
+0x4564 mem_24g_self_ch_number
+0x4565 mem_24g_self_config_ch_once
+0x4566 mem_24g_device1_last_ch
+0x4567 mem_24g_device1_ch_number
+0x4568 mem_24g_device1_config_ch_once
+0x4569 mem_24g_device2_last_ch
+0x456a mem_24g_device2_ch_number
+0x456b mem_24g_device2_config_ch_once
+0x456c mem_24g_led_status
+0x456d mem_24g_bind_mode_continue
+0x456e mem_tx_power_temp
+0x456f mem_24g_mode_B_S_switch
+0x4570 mem_24g_mode_B_S_switch_init
+0x4571 mem_24g_mode_B_S_switch_cnt
+0x4573 mem_24g_mode_B_S_switch_exit
+0x4574 mem_24g_B_S_time_slice
+0x4575 mem_24g_B_S_mode_switch_disable
+0x4576 mem_24g_bind_device_living
+0x4577 mem_24g_transmitter_addr
+0x457b mem_24g_device1_addr
+0x457f mem_24g_device2_addr
+0x4583 mem_rssi_noise_avg
+0x4584 mem_rssi_noise_index
+0x4585 mem_rssi_noise_self_avg
+0x4586 mem_rssi_noise_device1_avg
+0x4587 mem_rssi_noise_device2_avg
+0x4588 mem_rssi_noise_self_index
+0x4589 mem_rssi_noise_device1_index
+0x458a mem_rssi_noise_device2_index
+0x458b mem_rssi_noise_buffer_ptr
+0x458d mem_rssi_noise_self_buffer_ptr
+0x458f mem_rssi_noise_device1_buffer_ptr
+0x4591 mem_rssi_noise_device2_buffer_ptr
+0x4593 mem_car_hard_soft_switch
+0x4594 mem_car_queue_each_size
+0x4595 mem_car__queue_length
+0x4596 mem_car_queue_curr_num
+0x4597 mem_car_queue_read_ptr
+0x4598 mem_car_queue_write_ptr
+0x4599 mem_car_queue_ele
+0x4611 mem_car_pop_queue_buff
+0x4625 mem_car_led_num
+0x4626 mem_car_led_map
+0x4630 mem_car_style1_led_type
+0x4631 mem_car_style1_blink_count
+0x4632 mem_car_style1_struct_led_gpio
+0x4633 mem_car_style1_on_time
+0x4635 mem_car_style1_off_time
+0x4637 mem_car_style1_cb_ledon
+0x4639 mem_car_style1_cb_ledoff
+0x463b mem_car_style2_led_type
+0x463c mem_car_style2_blink_count
+0x463d mem_car_style2_struct_led_gpio
+0x463e mem_car_style2_on_time
+0x4640 mem_car_style2_off_time
+0x4642 mem_car_style2_cb_ledon
+0x4644 mem_car_style2_cb_ledoff
+0x4646 mem_le_receive_data
+0x4646 mem_le_receive_packet_head
+0x4648 mem_le_receive_cmd
+0x4649 mem_le_receive_length
+0x464b mem_le_receive_payload
+0x4655 mem_le_receive_checksum
+0x4656 mem_motor1_status
+0x4657 mem_motor1_speed
+0x4658 mem_motor2_status
+0x4659 mem_motor2_speed
+0x465a mem_motor3_status
+0x465b mem_motor3_speed
+0x465c mem_motor1_pwm_set
+0x465c mem_motor1_pwm_pin1_set
+0x465d mem_motor1_pwm_pin2_set
+0x465e mem_motor1_pwm_pin_set
+0x465f mem_motor1_pwm_channel_set
+0x4660 mem_motor1_pwm_freq_set
+0x4663 mem_motor1_pwm_dute_set
+0x4664 mem_motor2_pwm_set
+0x4664 mem_motor2_pwm_pin1_set
+0x4665 mem_motor2_pwm_pin2_set
+0x4666 mem_motor2_pwm_pin_set
+0x4667 mem_motor2_pwm_channel_set
+0x4668 mem_motor2_pwm_freq_set
+0x466b mem_motor2_pwm_dute_set
+0x466c mem_motor3_pwm_set
+0x466c mem_motor3_pwm_pin1_set
+0x466d mem_motor3_pwm_pin2_set
+0x466e mem_motor3_pwm_pin_set
+0x466f mem_motor3_pwm_channel_set
+0x4670 mem_motor3_pwm_freq_set
+0x4673 mem_motor3_pwm_dute_set
+0x4674 mem_motor_select_p_n
+0x4675 mem_car_motor_status
+0x4676 mem_car_motor_speed
+0x4677 mem_motor_pwm_set
+0x4677 mem_motor_pwm_pin1_set
+0x4678 mem_motor_pwm_pin2_set
+0x4679 mem_motor_pwm_pin_set
+0x467a mem_motor_pwm_channel_set
+0x467b mem_motor_pwm_freq_set
+0x467e mem_motor_pwm_dute_set
+0x467f mem_ir_rx_gpio
+0x4680 mem_ir_data
+0x4682 mem_ir_rx_buf
+0x4684 mem_ir_receive_clkn
+0x4688 mem_ir_notify_data
+0x468b mem_ir_notify_data_head
+0x4690 mem_ir_notify_data_payload
+0x4692 mem_ir_notify_data_check_sum
+0x4693 mem_car_ir_breakdown_check_timer
+0x4694 mem_car_ir_breakdown_flag
+0x4695 mem_car_led_control
+0x4695 mem_car_led1_status
+0x4696 mem_car_led2_status
+0x4697 mem_car_led3_status
+0x4698 mem_car_led4_status
+0x4699 mem_car_led5_status
+0x469a mem_car_led6_status
+0x469b mem_car_led7_status
+0x469c mem_car_led8_status
+0x469d mem_car_led_control_timer
+0x469e mem_car_led_blink_status
+0x469f mem_car_led_no
+0x46a0 mem_car_info_request
+0x46a3 mem_car_info_request_head
+0x46a8 mem_car_info_request_payload
+0x46b0 mem_car_info_request_checksum
+0x46b1 mem_car_config_param
+0x46b1 mem_car_config_setting_flag
+0x46b2 mem_car_config_device_select
+0x46b3 mem_car_config_motor_layout
+0x46b4 mem_car_config_ir_enable
+0x46b5 mem_car_config_ir_rx_gpio
+0x46b6 mem_car_config_pairing_led_conn_status
+0x46b7 mem_car_config_pairing_led_gpio
+0x46b8 mem_car_config_led_num
+0x46b9 mem_car_config_blood_led_gpio
+0x46b9 mem_car_config_blood_led1_gpio
+0x46ba mem_car_config_blood_led2_gpio
+0x46bb mem_car_config_blood_led3_gpio
+0x46bc mem_car_config_blood_led4_gpio
+0x46bd mem_car_config_blood_led5_gpio
+0x46be mem_car_config_blood_led6_gpio
+0x46bf mem_car_config_blood_led7_gpio
+0x46c0 mem_car_config_blood_led8_gpio
+0x46c1 mem_car_config_bat_notify_enable
+0x46c2 mem_car_config_low_voltage_led_gpio
+0x46c3 mem_car_config_low_voltage_percent
+0x46c4 mem_car_config_soft_switch_enable
+0x46c5 mem_car_config_soft_switch_gpio
+0x46c6 mem_car_notify_vdd_count
+0x46c7 mem_car_notify_vdd_timer
+0x46c8 mem_car_notify_vdd_value_last
+0x46c9 mem_car_notify_vdd_percent
+0x46ca mem_car_working_flag
+0x46cb mem_low_bat_flag
+0x46cc mem_notify_bat_packet
+0x46cf mem_notify_bat_head
+0x46d4 mem_notify_bat_payload
+0x46d5 mem_notify_bat_check_sum
+0x46d6 mem_vdd_notify_flag
+0x46d7 mem_car_current_vdd_value_temp
+0x46d9 mem_car_last_vdd_value
+0x46db mem_vdd_calculate_set
+0x46db mem_vdd_full_vol
+0x46dd mem_vdd_empty_vol
+0x46df mem_vdd_low_vol
+0x46e1 mem_vdd_now_vol
+0x46e3 mem_car_24g_status
+0x46e4 mem_car_24g_no_data_timeout_count
+0x46e6 mem_car_24g_no_data_timeout_timer
+0x46e8 mem_car_24g_ir_receive_attack_count
+0x46e9 mem_car_24g_go_die_flag
+0x46ea mem_car_attack_shake_timer
+0x46eb mem_car_attack_shake_flag
+0x46ec mem_car_soft_power
+0x46ec mem_car_power_state
+0x46ed mem_car_power_timer
+0x46ee mem_car_power_off_timeout
+0x46ef mem_car_power_starting_timeout
+0x46f0 mem_car_power_off_cb
+0x46f2 mem_car_power_starting_cb
+0x46f4 mem_car_power_standby_cb
+0x46f6 mem_car_ui_button_up_cb
+0x46f8 mem_car_le_att_list
+0x48ec mem_car_moto1_blank_timer
+0x48ed mem_car_moto2_blank_timer
+0x48ee mem_car_moto3_blank_timer
+0x48ef mem_car_motor_gpio_num
+0x48f0 mem_car_motor_gpio_map
+0x48f0 mem_car_motor_left_gpio
+0x48f1 mem_car_motor_right_gpio
+0x48f2 mem_car_motor_front_gpio
+0x48f3 mem_car_motor_back_gpio
+0x48f4 mem_car_gpio
+0x48f5 mem_car_app_send_speed
+0x48f6 mem_rssi_sum
+0x48f8 mem_check_rssi_high_count
+0x48fa mem_rssi_data
+0x4902 mem_car_24g_received_pac
+0x4903 mem_car_24g_bind_enable_delay_count
+0x4904 mem_car_keyscan
+0x4904 mem_car_key_num
+0x4905 mem_cb_car_keyscan
+0x4907 mem_car_enter_lpm_timer_count
+0x4909 mem_car_enter_lpm_timer
+0x490b mem_car_enter_lpm_flag
+0x490c mem_car_24g_ch_polling
+0x490d mem_car_rssi_noise_buffer
+0x4915 mem_car_rssi_noise_car_buffer
+0x491d mem_car_rssi_noise_remote_buffer
+0x4925 mem_car_24g_commom_addr
+0x4929 mem_car_24g_commom_addr_temp
+0x492d mem_car_24g_commom_addr_read
+0x4931 mem_car_save_addr_flag
+0x4932 mem_ble_att_list
+0x4593 mem_dg_kb_bind_flag
+0x4594 mem_dg_kb_data_sta_data
+0x459c mem_dg_kb_data_last_data
+0x45a4 mem_dg_kb_multikey_sta_data
+0x45a7 mem_dg_kb_multikey_last_data
+0x45aa mem_dg_kb_system_sta_data
+0x45ad mem_dg_kb_system_last_data
+0x45b0 mem_dg_kb_blank_data_enable
+0x45b1 mem_dg_kb_mul_blank_data_enable
+0x45b2 mem_dg_ms_blank_data_enable
+0x45b3 mem_dg_sys_config
+0x45b4 mem_dg_usb_vid_pid
+0x45bd mem_dg_usb_tx_interval
+0x45be mem_dg_usb_device_name
+0x45dc mem_dg_kb_bind_success
+0x45dd mem_dg_pc_sleep_flag
+0x45de mem_dg_usb_device_iserial_number
+0x45df mem_dg_24g_tx_power_default
+0x451e mem_rssi_hex_received
+0x451f mem_24g_pair_sm
+0x4520 mem_24g_pair_no_ack
+0x4521 mem_24g_pair_timeout_init
+0x4523 mem_24g_pair_timeout
+0x4525 mem_24g_pair_count
+0x4527 mem_24g_reconn_timeout_init
+0x4529 mem_24g_reconn_timeout
+0x452b mem_24g_reconn_count
+0x452d mem_24g_reconn_type
+0x452e mem_24g_fast_conn_enable
+0x452f mem_24g_fast_conn_addr
+0x4533 mem_24g_receiver_addr
+0x4537 mem_24g_fast_conn_temp_ch
+0x4538 mem_24g_receiver_temp_ch
+0x4539 mem_24g_device_temp_ch
+0x453a mem_rssi_signal_index
+0x453b mem_rssi_signal_buf_ptr
+0x453d mem_cb_24g_transmit_data
+0x453f mem_cb_24g_search_receiver
+0x4541 mem_cb_24g_lpm_before
+0x4543 mem_cb_24g_transmit_short_sleep
+0x4545 mem_cb_24g_transmit_long_sleep
+0x4547 mem_24g_conn_sm
+0x4548 mem_24g_ensure
+0x4549 mem_24g_txfail_cnt
+0x454b mem_24g_attempt_fail_flag
+0x454c mem_24g_retry
+0x454d mem_24g_abort_pac
+0x454e mem_24g_max_retry
+0x454f mem_24g_device_addr
+0x4553 mem_24g_short_sleep_set
+0x4556 mem_24g_long_sleep_set
+0x455e mem_24g_long_sleep_set1
+0x4562 mem_24g_pac_index
+0x4563 mem_24g_transmit_by_interrupt
+0x4564 mem_24g_transmit_by_interrupt_exit_count
+0x4566 mem_24g_transmit_by_interrupt_exit_count_init
+0x4568 mem_24g_long_sleep_param_update_timer_init
+0x456a mem_24g_long_sleep_param_update_timer
+0x456c mem_24g_fast_hop_count
+0x456d mem_24g_retransmit
+0x456f mem_rssi_avg_received
+0x4570 mem_power_ctrl_level
+0x4571 mem_power_ctrl_pac_succ_cnt
+0x4572 mem_power_ctrl_pac_succ_cnt_init
+0x4573 mem_rssi_dis_min_24g
+0x4574 mem_rssi_dis_max_24g
+0x4575 mem_rssi_hex_received_max_value
+0x4576 mem_rssi_dis_min_ble
+0x4577 mem_rssi_dis_max_ble
+0x4578 mem_mouse_key
+0x4579 mem_mouse_x
+0x457b mem_mouse_y
+0x457d mem_mouse_z
+0x457e mem_mouse_tz
+0x457f mem_mouse_xy_h
+0x4580 mem_mouse_key_last
+0x4581 mem_wheel_tb_old_pinlevel
+0x4582 mem_wheel_tb_new_pinlevel
+0x4583 mem_wheel_tog
+0x4584 mem_mouse_tz_data
+0x4585 mem_mwheel_b_old_pinlevel
+0x4586 mem_mwheel_b_new_pinlevel
+0x4587 mem_mwheel_tog
+0x4588 mem_mouse_z_data
+0x4589 mem_mouse_wheel_trigger
+0x458a mem_mouse_wheel_trigger_timer
+0x458b mem_mouse_vdd_calculate_set
+0x458b mem_mouse_vdd_full_vol
+0x458d mem_mouse_vdd_empty_vol
+0x458f mem_mouse_vdd_low_vol
+0x4591 mem_mouse_vdd_now_vol
+0x4593 mem_mouse_vdd_button_press_vol
+0x4595 mem_mouse_vdd_switch_gnd_24g_vol
+0x4597 mem_mouse_vdd_switch_gnd_full_vol
+0x4599 mem_mouse_vdd_switch_gnd_shutdown_voltage
+0x459b mem_mouse_vdd_switch_gnd_low_voltage
+0x459d mem_adc_mux_status
+0x459e mem_adc_read_timer
+0x459f mem_adc_read_time_init
+0x45a0 mem_adc_low_volatage_led_timer_count
+0x45a1 mem_adc_low_volatage_led_blink_enable
+0x45a2 mem_mouse_adc_last_low_voltage_flag
+0x45a3 mem_mouse_adc_button_press_flag
+0x45a4 mem_adc_channel_gpio
+0x45a5 mem_adc_config_flag_init
+0x45a6 mem_mouse_discovery_timeout
+0x45a8 mem_mouse_24g_pair_timeout_init
+0x45aa mem_mouse_direct_timeout
+0x45ab mem_mouse_24g_reconn_timeout_init
+0x45ac mem_mouse_24g_pair_tx_power
+0x45ad mem_rssi_dis_min_24g_init
+0x45ae mem_rssi_dis_max_24g_init
+0x45af mem_rssi_hex_received_max_value_init
+0x45b0 mem_rssi_dis_min_ble_init
+0x45b1 mem_rssi_dis_max_ble_init
+0x45b2 mem_mouse_enable_flag
+0x45b3 mem_mouse_param_config
+0x45b3 mem_lbutton_gpio
+0x45b4 mem_mbutton_gpio
+0x45b5 mem_rbutton_gpio
+0x45b6 mem_bk_button_gpio
+0x45b7 mem_fw_button_gpio
+0x45b8 mem_dpi_button_gpio
+0x45b9 mem_whee_a_data_gpio
+0x45ba mem_whee_b_data_gpio
+0x45bb mem_mouse_sensor_sclk_gpio
+0x45bc mem_mouse_sensor_sdio_gpio
+0x45bd mem_select_sensor_angle_gpio
+0x45be mem_sensor_angle_default
+0x45bf mem_sensor_angle_switch
+0x45c0 mem_config_sensor_dpi
+0x45c1 mem_whee_ta_data_gpio
+0x45c2 mem_whee_tb_data_gpio
+0x45c3 mem_matrix_public_gpio
+0x45c4 mem_config_select_device_button_gpio
+0x45c5 mem_customer_key_gpio
+0x45c6 mem_sensor_motion_gpio
+0x45c7 mem_device_switch_gpio
+0x45c8 mem_mouse_reuse_2ice_gpio
+0x45c9 mem_config_low_voltage_alarm_gpio
+0x45ca mem_config_device_24g_led_gpio
+0x45cb mem_config_device_bt1_led_gpio
+0x45cc mem_config_device_bt2_led_gpio
+0x45cd mem_dpi_led_gpio
+0x45ce mem_dpi_another_button_gpio
+0x45cf mem_firebutton_gpio
+0x45d0 mem_mouse_1io2led_multi_24g_gpio
+0x45d1 mem_mouse_1io2led_multi_bt1_gpio
+0x45d2 mem_mouse_1io2led_multi_bt2_gpio
+0x45d3 mem_mouse_logo_led_gpio
+0x45d4 mem_mouse_param_config_end
+0x45d4 mem_config_sensor_type
+0x45d5 mem_config_sensor_angle
+0x45d6 mem_wire_usb_interval
+0x45d7 mem_usb_addr
+0x45d8 mem_mouse_usb_vdd_status
+0x45d9 mem_mouse_usb_keyboard_flag
+0x45da mem_mouse_led_type
+0x45db mem_mouse_blink_count
+0x45dc mem_mouse_struct_led_gpio
+0x45dd mem_mouse_on_time
+0x45df mem_mouse_off_time
+0x45e1 mem_mouse_cb_ledon
+0x45e3 mem_mouse_cb_ledoff
+0x45e5 mem_mouse_information_start
+0x45e5 mem_device_flag
+0x45e6 mem_device1_type
+0x45e7 mem_device1_addr
+0x45ed mem_device1_link_key
+0x45fd mem_device1_locall_addr
+0x4603 mem_device2_type
+0x4604 mem_device2_addr
+0x460a mem_device2_link_key
+0x461a mem_device2_locall_addr
+0x4620 mem_device3_type
+0x4621 mem_mouse_compare_addr_ff
+0x4621 mem_device3_addr
+0x4627 mem_device3_link_key
+0x4637 mem_device3_locall_addr
+0x463d mem_store_flag
+0x463f mem_mouse_dpi
+0x4640 mem_mouse_24g_addr
+0x4644 mem_random_addr_increase_count
+0x4646 mem_mouse_retention
+0x4665 mem_mouse_information_end
+0x4665 mem_flash_base
+0x4668 mem_write_flash_head_temp
+0x466c mem_store_information_delay_timer
+0x466d mem_store_information_delay_timer_init
+0x466e mem_sensor_id1
+0x466f mem_sensor_id2
+0x4670 mem_sensor_shutter_hi
+0x4671 mem_sensor_shutter_lo
+0x4672 mem_sensor_smart_flag
+0x4673 mem_sensor_squal_reg
+0x4674 mem_sensor_iqc
+0x4675 mem_mouse_move_flag
+0x4676 mem_mouse_asm_flag
+0x4677 mem_mouse_x_pre
+0x4679 mem_mouse_y_pre
+0x467b mem_mouse_data_xtemp
+0x467c mem_mouse_data_ytemp
+0x467d mem_mouse_dpi_seting
+0x467d mem_320x_dpi_0
+0x467e mem_320x_dpi_1
+0x467f mem_320x_dpi_2
+0x4680 mem_320x_dpi_3
+0x4681 mem_3212_dpi_0
+0x4682 mem_3212_dpi_1
+0x4683 mem_3212_dpi_2
+0x4684 mem_3212_dpi_3
+0x4685 mem_ka8g2_dpi_0
+0x4686 mem_ka8g2_dpi_1
+0x4687 mem_ka8g2_dpi_2
+0x4688 mem_ka8g2_dpi_3
+0x4689 mem_mouse_cpi_count
+0x468a mem_mouse_dpi_button_state
+0x468b mem_mouse_dpi_long_press_flag
+0x468c mem_sensor_3212_init
+0x4696 mem_sensor_3204_init
+0x46a0 mem_sensor_3205_init
+0x46aa mem_sensor_32xx_init
+0x46c4 mem_sensor_32xx_init_1
+0x46e6 mem_sensor_8650_init
+0x470c mem_sensor_ka8ul_init
+0x472a mem_sensor_8009_init
+0x473a mem_sensor_ka8g2_init
+0x474a mem_sensor_p6520_init
+0x4756 mem_sensor_poweron_init
+0x475e mem_sensor_ka8g2_poweron_init
+0x4766 mem_mouse_clear_sensor_data_flag
+0x4767 mem_bluetooth_125hz_cnt
+0x4768 mem_mouse_long_mult_flag
+0x4769 mem_mouse_current_mult_timer
+0x476a mem_reconn_times
+0x476b mem_reconn_times_init
+0x476c mem_mouse_no_data_timer
+0x476e mem_device_flag_temp
+0x476f mem_mouse_rssi_signal_buf
+0x4777 mem_btclk_sensor
+0x477b mem_mouse_bluetooth_fast_conn_flag
+0x477c mem_mouse_discovery_timer
+0x477e mem_mouse_bluetooth_reconnect_timeout
+0x477f mem_mouse_need_soft_reset
+0x4780 mem_mouse_le_bb_connected_flag
+0x4781 mem_mouse_le_reconnect_flag
+0x4782 mem_mouse_send_secutiry_request_timer
+0x4783 mem_mouse_le_lap_temp
+0x4786 mem_le_adv_ind
+0x4789 mem_le_adv_direct_ind
+0x478c mem_le_adv_swift_pair
+0x47a0 mem_le_data_len
+0x47a1 mem_le_keyboard_handle
+0x47a3 mem_le_multimedia_handle
+0x47a5 mem_le_systemctrl_handle
+0x47a7 mem_le_battery_level_handle
+0x47a9 mem_le_battery_level_percentage
+0x47aa mem_le_battery_level_updata_timer_init
+0x47ac mem_le_battery_level_updata_timer
+0x47ae mem_mouse_le_conn_param_reject
+0x47af mem_le_tx_buffer0_omemalloc
+0x47cf mem_le_tx_buffer1_omemalloc
+0x47ef mem_le_tx_buffer2_omemalloc
+0x480f mem_le_tx_buffer3_omemalloc
+0x482f mem_le_connect_status_flag
+0x4830 mem_le_start_encrypt_timer
+0x4831 mem_mouse_direct_timer
+0x4832 mem_device_addr_temp
+0x4839 mem_mouse_bt_boot_mode
+0x483a mem_mouse_bt_boot_data
+0x483f mem_bt_send_max_slot_req_accept_after_switch
+0x4840 mem_mouse_bt_send_first_package_timer
+0x4841 mem_mouse_bt_send_first_package_flag
+0x4842 mem_lmi_opcode_temp
+0x4843 mem_lpm_mult_init
+0x4844 mem_customer_key
+0x4845 mem_customer_data_trigger
+0x4846 mem_customer_data_trigger_last
+0x4847 mem_mouse_lkey_press_status
+0x4848 mem_mouse_rkey_press_status
+0x4849 mem_mouse_mkey_press_status
+0x484a mem_mouse_bkkey_press_status
+0x484b mem_mouse_fwkey_press_status
+0x484c mem_mouse_dpikey_press_status
+0x484d mem_mouse_pbkey_press_status
+0x484e mem_mouse_customerkey_press_status
+0x484f mem_mouse_key_temp
+0x4850 mem_mouse_key_status
+0x4851 mem_mouse_matrix_key_cow_count
+0x4852 mem_mouse_matrix_key_row_count
+0x4853 mem_mouse_ghost_flag
+0x4854 mem_bt_discovery_count
+0x4855 mem_select_device_count
+0x4856 mem_mouse_commbination_key
+0x4857 mem_select_device_button_statue
+0x4858 mem_commbination_key_statue
+0x4859 mem_combination_ui_button_count
+0x485a mem_mouse_search_dongle_interval
+0x485b mem_mouse_search_dongle_ch
+0x485c mem_mouse_search_dongle_count
+0x485d mem_mouse_search_dongle_action
+0x485e mem_24g_enter_lpm_timer
+0x485f mem_mouse_24g_enter_lpm_enable
+0x4860 mem_mouse_device_poweron_timer_count
+0x4861 mem_mouse_dpi_led_delay_count
+0x4862 mem_mouse_led_off_4_led
+0x4863 mem_24g_device_led_status
+0x4864 mem_mouse_flag
+0x486c mem_device_number
+0x486d mem_mouse_page_to
+0x486f mem_mouse_fast_direct_timeout
+0x4870 mem_mouse_fast_page_to
+0x4872 mem_mouse_24g_power_on_fast_conn_timer
+0x4874 mem_mouse_24g_search_dongle_time_init
+0x4876 mem_mouse_no_data_timeout
+0x4878 mem_mouse_device_poweron_timer_count_init
+0x4879 mem_mouse_dpi_led_delay_count_init
+0x487a mem_mouse_dpi_led_blink_time
+0x487c mem_mouse_disconvey_led_blink_time
+0x487e mem_mouse_low_v_led_blink_time
+0x4880 mem_adc_low_volatage_led_blink_timer
+0x4882 mem_mouse_commbination_key_bt
+0x4883 mem_mouse_commbination_key_24g
+0x4884 mem_customer_key_press
+0x488d mem_customer_key_release
+0x4896 mem_mouse_set_high_impedance_bit_set
+0x4899 mem_sensor_shutdown_flag
+0x489a mem_24g_long_sleep_set_level
+0x489b mem_tx_power_factory_param
+0x489d mem_mouse_another_dpi_connect_vin_flag
+0x489e mem_dpi_another_press_status
+0x489f mem_dpi_another_button_state
+0x48a0 mem_dpi_another_button_down_enable
+0x48a1 mem_mouse_key_temp_patch
+0x48a2 mem_mouse_firebutton_connect_vin_flag
+0x48a3 mem_fire_key_status
+0x48a4 mem_fire_key_delay
+0x48a8 mem_fire_key_flag
+0x48a9 mem_le_name_len_temp
+0x48aa mem_le_name_temp
+0x48bd mem_mouse_1io2led_led_enable
+0x48be mem_mouse_multi_led_blink_enable
+0x48bf mem_mouse_bt_led_recon_effect_flag
+0x48c0 mem_mouse_multi_led_type
+0x48c1 mem_mouse_multi_led_poweron2s_flag_init
+0x48c2 mem_mouse_multi_led_poweron2s_flag
+0x48c3 mem_mouse_multi_led_powon2s_timer_init
+0x48c4 mem_mouse_multi_led_powon2s_timer
+0x48c5 mem_mouse_multi_led_blink_timer_init
+0x48c6 mem_mouse_multi_led_blink_timer
+0x48c7 mem_mouse_multi_led_state
+0x48c8 mem_mouse_logo_led_on_time_init
+0x48ca mem_mouse_le_send_conn_param_update
+0x48cb mem_mouse_le_send_conn_param_update_timer
+0x48cc mem_mouse_24g_short_sleep_set_4ms
+0x48cf mem_mouse_24g_long_sleep_set_4ms
+0x48d2 mem_mouse_24g_fast_hop_count_4ms
+0x48d3 mem_mouse_24g_short_sleep_set_8ms
+0x48d6 mem_mouse_24g_long_sleep_set_8ms
+0x48d9 mem_mouse_24g_fast_hop_count_8ms
+0x48da mem_mouse_24g_tsniff
+0x48de mem_mouse_24g_tsniff_4ms
+0x48e2 mem_mouse_24g_tsniff_8ms
+0x48e6 mem_mouse_24g_short_sleep_set_init
+0x48e9 mem_mouse_24g_tx_count
+0x48ea mem_mouse_24g_tx_time_last
+0x48f0 mem_mouse_24g_tx_time_last_delt
+0x48f4 mem_mouse_24g_tx_time_sum
+0x48f9 mem_mouse_24g_tx_time_sum_count
+0x48fa mem_mouse_24g_tx_time_offset
+0x48fb mem_mouse_24g_sleep_miss
+0x48fc mem_mouse_24g_sleep_time_temp
+0x4900 mem_mouse_24g_sleep_miss_temp
+0x4904 mem_mouse_sleep_deal_type
+0x4905 mem_mouse_24g_long_sleep_flag
+0x4906 mem_mouse_dpi_last
+0x4907 mem_mouse_dpi_temp
+0x4908 mem_mouse_otp_dpi_value
+0x4909 mem_mouse_24g_addr_last
+0x490d mem_mouse_24g_addr_temp
+0x4911 mem_mouse_ice_sdio_for_sensor_angle
+0x4912 mem_mouse_logo_enable_gpio0
+0x4913 mem_mouse_low_led_count
+0x443c mem_shutter_bluetooth_type
+0x443d mem_shutter_config_eeprom_offset_addr
+0x443f mem_shutter_config_eeprom_start_flag
+0x4441 mem_shutter_config_user_size
+0x4442 mem_shutter_config_label
+0x4443 mem_shutter_config_otp_addr
+0x4445 mem_classic_shutter_random_mac_offset_addr
+0x4447 mem_ble_shutter_enable_notify
+0x4448 mem_ble_shutter_reconn_adv_interval
+0x444a mem_ble_shutter_discovery_adv_interval
+0x444c mem_ble_shutter_reconn_timeout
+0x444e mem_ble_shutter_reconn_timer
+0x4450 mem_ble_shutter_reconn_blink_on_time
+0x4452 mem_ble_shutter_reconn_blink_off_time
+0x4454 mem_ble_shutter_discovery_blink_on_time
+0x4456 mem_ble_shutter_discovery_blink_off_time
+0x4458 mem_ble_shutter_interval_min
+0x445a mem_ble_shutter_interval_max
+0x445c mem_ble_shutter_latency
+0x445e mem_ble_shutter_timeout
+0x4460 mem_ble_shutter_interval_min_new
+0x4462 mem_ble_shutter_interval_max_new
+0x4464 mem_ble_shutter_latency_new
+0x4466 mem_ble_shutter_timeout_new
+0x4468 mem_classic_shutter_discovery_timeout
+0x446a mem_classic_shutter_connect_timeout
+0x446c mem_ble_shutter_discovery_timeout
+0x446e mem_ble_shutter_connect_timeout
+0x4470 mem_shutter_sleep_timeout
+0x4472 mem_shutter_sleep_timer
+0x4474 mem_shutter_hard_soft_switch_case
+0x4475 mem_shutter_soft_switch_button_gpio
+0x4476 mem_shutter_soft_switch_power_state
+0x4477 mem_shutter_soft_switch_poweron_time
+0x4478 mem_shutter_soft_switch_poweroff_time
+0x4479 mem_shutter_soft_switch_poweron_callback_function
+0x447b mem_shutter_soft_switch_poweroff_callback_function
+0x447d mem_shutter_keyscan
+0x447d mem_shutter_key_num
+0x447e mem_cb_shutter_keycan
+0x4480 mem_shutter_key_conf0
+0x4481 mem_shutter_key_conf1
+0x4482 mem_shutter_key_conf2
+0x4483 mem_shutter_key_conf3
+0x4484 mem_shutter_key_conf4
+0x4485 mem_shutter_key_conf5
+0x4486 mem_shutter_key_conf6
+0x4487 mem_shutter_key_conf7
+0x4488 mem_key0_press
+0x448d mem_key1_press
+0x4492 mem_key2_press
+0x4497 mem_key3_press
+0x449c mem_key4_press
+0x44a1 mem_key5_press
+0x44a6 mem_key6_press
+0x44ab mem_key7_press
+0x44b0 mem_key0_release
+0x44b5 mem_key1_release
+0x44ba mem_key2_release
+0x44bf mem_key3_release
+0x44c4 mem_key4_release
+0x44c9 mem_key5_release
+0x44ce mem_key6_release
+0x44d3 mem_key7_release
+0x44d8 mem_ble_data_buffer1
+0x44dd mem_ble_data_buffer2
+0x44e2 mem_ble_data_buffer3
+0x44e7 mem_ble_data_buffer4
+0x44ec mem_ble_data_buffer5
+0x44f1 mem_ble_data_buffer6
+0x44f6 mem_ble_data_buffer7
+0x44fb mem_ble_data_buffer8
+0x4500 mem_ble_data_buffer9_58
+0x4532 mem_classic_data_buffer
+0x4537 mem_classic_data_buffer1
+0x453c mem_classic_data_buffer2
+0x4541 mem_classic_data_buffer3
+0x4546 mem_classic_data_buffer4
+0x454b mem_classic_data_buffer5
+0x4550 mem_classic_data_buffer6
+0x4555 mem_classic_data_buffer7
+0x455a mem_classic_data_buffer8
+0x455f mem_classic_data_buffer9_58
+0x4591 mem_queue_each_size
+0x4592 mem_queue_length
+0x4593 mem_queue_curr_num
+0x4594 mem_queue_read_ptr
+0x4595 mem_queue_write_ptr
+0x4596 mem_queue_ele
+0x45b6 mem_shutter_nv_data
+0x4660 mem_shutter_led_struct_app_led
+0x4660 mem_shutter_led_struct_app_led_type
+0x4661 mem_shutter_led_struct_app_led_blink_count
+0x4662 mem_shutter_led_struct_app_led_gpio
+0x4663 mem_shutter_led_struct_app_led_on_time
+0x4665 mem_shutter_led_struct_app_led_off_time
+0x4667 mem_shutter_led_struct_app_led_on_callback
+0x4669 mem_shutter_led_struct_app_led_off_callback
+0x466b mem_shutter_power_off_led_style
+0x466b mem_shutter_power_off_led_style_type
+0x466c mem_shutter_power_off_led_style_blink_count
+0x466d mem_shutter_power_off_led_style_gpio
+0x466e mem_shutter_power_off_led_style_on_time
+0x4670 mem_shutter_power_off_led_style_off_time
+0x4672 mem_shutter_power_off_led_style_on_callback
+0x4674 mem_shutter_power_off_led_style_off_callback
+0x4676 mem_shutter_soft_swtich_botton_down
+0x4677 mem_shutter_soft_swtich_led_struct_temp
+0x4682 mem_shutter_power_off_timeout
+0x4683 mem_shutter_power_off_timer
+0x4684 mem_shutter_key_conf0_temp
+0x4686 mem_shutter_led_struct_app_led_gpio_temp
+0x4687 mem_shutter_hard_soft_switch_case_temp
+0x4688 mem_shutter_soft_switch_button_gpio_temp
+0x4689 mem_shutter_soft_switch_first_power_on
+0x468a mem_shutter_dy_conf
+0x468b mem_shutter_le_uuid_sup
+0x4807 mem_shutter_key_value_list
+0x482f mem_shutter_1s_timer
+0x4830 mem_shutter_timer_625us
+0x4832 mem_rf_init_data_new
+0x483d mem_key_value_xmem
+0x483f mem_shutter_le_hid_map
+0x4939 mem_shutter_le_map_len_android
+0x493b mem_shutter_le_map_len_ios
+0x493d mem_le_search_service_uuid
+0x494d mem_iphone_flag
+0x494e mem_send_data_delay
+0x494f mem_key_send_clk
+0x4953 mem_shutter_key_state0
+0x495d mem_shutter_key_state1
+0x4967 mem_shutter_key_state2
+0x4971 mem_shutter_key_state3
+0x497b mem_shutter_key_state4
+0x4985 mem_shutter_key_state5
+0x498f mem_shutter_key_state6
+0x4999 mem_key0_release_new
+0x49a3 mem_key1_release_new
+0x49ad mem_key2_release_new
+0x49b7 mem_key3_release_new
+0x49c1 mem_key4_release_new
+0x49cb mem_key5_release_new
+0x49d5 mem_key6_release_new
+0x49df mem_key0_long_press
+0x49e2 mem_key1_long_press
+0x49e5 mem_key2_long_press
+0x49e8 mem_key3_long_press
+0x49eb mem_key4_long_press
+0x49ee mem_key5_long_press
+0x49f1 mem_key6_long_press
+0x49f4 mem_key0_long_release
+0x49f7 mem_key1_long_release
+0x49fa mem_key2_long_release
+0x49fd mem_key3_long_release
+0x4a00 mem_key4_long_release
+0x4a03 mem_key5_long_release
+0x4a06 mem_key6_long_release
+0x4a09 mem_combine_key0
+0x4a0b mem_combine_key1
+0x4a0d mem_combine_key2
+0x4a0f mem_combine_key3
+0x4a11 mem_combine_key4
+0x4a13 mem_combine_key5
+0x4a15 mem_combine_key_state0
+0x4a17 mem_combine_key0_press
+0x4a21 mem_combine_key1_press
+0x4a2b mem_combine_key2_press
+0x4a35 mem_combine_key3_press
+0x4a3f mem_combine_key4_press
+0x4a49 mem_combine_key5_press
+0x4a53 mem_combine_key_release
+0x4a5d mem_shutter_move_data
+0x4a61 mem_key0_press_i
+0x4a6b mem_key1_press_i
+0x4a75 mem_key2_press_i
+0x4a7f mem_key3_press_i
+0x4a89 mem_key4_press_i
+0x4a93 mem_key5_press_i
+0x4a9d mem_key0_release_new_i
+0x4aa7 mem_key1_release_new_i
+0x4ab1 mem_key2_release_new_i
+0x4abb mem_key3_release_new_i
+0x4ac5 mem_key4_release_new_i
+0x4acf mem_key5_release_new_i
+0x4ad9 mem_key6_release_new_i
+0x4ae3 mem_key0_long_release_i
+0x4ae6 mem_key1_long_release_i
+0x4ae9 mem_key2_long_release_i
+0x4aec mem_key3_long_release_i
+0x4aef mem_key4_long_release_i
+0x4af2 mem_key5_long_release_i
+0x4af5 mem_key6_long_release_i
+0x4af8 mem_key3_release_new_t
+0x4b02 mem_key3_release_new_i_t
+0x4b0c mem_key3_press_count
+0x4b0d mem_shutter_like_timeout
+0x4b0e mem_shutter_key_pressed
+0x4b0f mem_shutter_combine_key_release
+0x4b10 mem_shutter_mousekey_value_list
+0x4dcc mem_shutter_back_count
+0x4dcd mem_shutter_le_conned
+0x4dce mem_move_config
+0x4dce mem_shutter_iphone_beyond_x_count
+0x4dcf mem_shutter_iphone_beyond_y_count
+0x4dd0 mem_shutter_move_data_x
+0x4dd2 mem_shutter_move_data_y
+0x4dd4 mem_last_shutter_le_iphone_flag
+0x4dd5 mem_move_config_end
+0x4dd5 mem_shutter_back_count_cache
+0x4dd6 mem_shutter_iphone_beyond_x_cache
+0x4dd7 mem_shutter_iphone_beyond_y_cache
+0x4dd8 mem_shutter_iphone_move_mid
+0x4de0 mem_shutter_long_key_released_flag
+0x4de1 mem_shutter_move_mid_timer
+0x4de2 mem_shutter_pairing_success
+0x4de3 mem_combine_key_release_value
+0x4de5 mem_last_press_key_value
+0x4de6 mem_shutter_first_move
+0x4de7 mem_move_mode_set
+0x4de8 mem_move_mode_key_index
+0x4de9 mem_move_mode_trigger_enable
+0x4dea mem_shutter_android_move_mid
+0x4def mem_shutter_iphone_up_mid
+0x4df7 mem_shutter_iphone_like_mid
+0x4dff mem_shutter_key_num_conf
+0x4e00 mem_shutter_dy_key_conf
+0x4e07 mem_le_dy_adv_data
+0x4e12 mem_le_dy_scan_data
+0x4e1e mem_ble_shutter_dy_interval_min_new
+0x4e26 mem_shutter_ble_discovery_time_conf
+0x4e2e mem_queue_dy_each_size
+0x4e30 mem_dy_key0_press
+0x4e3a mem_dy_key1_press
+0x4e44 mem_dy_key2_press
+0x4e4e mem_dy_key3_press
+0x4e58 mem_dy_key4_press
+0x4e62 mem_dy_key5_press
+0x4e6c mem_dy_key6_press
+0x4e76 mem_shutter_led_on_light_dark_led_conf
+0x4e7d mem_shutter_led_off_light_dark_led_conf
+0x4e84 mem_shutter_reconn_blink_on_time_conf
+0x4e88 mem_shutter_discovery_blink_on_time_conf
+0x4e8c mem_shutter_efuse_start_offset
+0x4e8e mem_shutter_efuse_end_offset
+0x4e90 mem_initial_move_conf
+0x4e90 mem_android_initial_move_x
+0x4e92 mem_android_initial_move_y
+0x4e94 mem_iphone_initial_move_x
+0x4e96 mem_iphone_initial_move_y
+0x4e98 mem_otp_move_config
+0x4e98 mem_otp_shutter_move_data_x
+0x4e9a mem_otp_shutter_move_data_y
+0x4e9c mem_otp_last_shutter_le_iphone_flag
+0x4e9d mem_otp_move_config_end
+0x4e9d mem_otp_write_offset_addr
+0x4e9f mem_otp_read_offset_addr
+0x4ea1 mem_otp_read_ios_android_addr
+0x4ea3 mem_shutter_temp_count
+0x4ea5 mem_shutter_first_read_flag
+0x4ea6 mem_shutter_valid_data_flag
+0x4ea7 mem_shutter_end
+
Index: output/otp.dat
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/output/otp.dat	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/output/otp.dat	(working copy)
@@ -0,0 +1,8 @@
+00
+02
+aa
+55
+00
+00
+b3
+23
Index: output/program.lis
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/output/program.lis	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/output/program.lis	(working copy)
@@ -0,0 +1,24704 @@
+              include "bt_format "
+              org 0x0000
+0000 c2840013 bbit1 8 ,pf_patch_ext 
+0001 c01b8079 beq patch06_7 ,p_mouse_sensor_set_angle 
+0002 c0000123 beq patch00_0 ,p_soft_reset 
+0003 c050012e beq patch14_0 ,p_enable_adc 
+0004 c01f8144 beq patch07_7 ,p_mouse_adc_gpio_check_output 
+0005 c00b8016 beq patch02_7 ,p_tx_on_next 
+0006 c00c0032 beq patch03_0 ,p_initialize_radio_cont 
+0007 c010004d beq patch04_0 ,p_lpm_sleep 
+0008 c01e80aa beq patch07_5 ,p_mouse_setgpio_hibernate 
+0009 c02300bc beq patch08_6 ,p_mouse_3io6key_check 
+000a c02600c7 beq patch09_4 ,p_mouse_priority_bb_event 
+000b c02700e8 beq patch09_6 ,p_mouse_bb_event_timer 
+000c c02900fb beq patch0a_2 ,p_mouse_store_device_info 
+000d c02d009f beq patch0b_2 ,p_mouse_24g_package_data 
+000e c02f0071 beq patch0b_6 ,p_mouse_ui_led_off_static 
+000f c02f8075 beq patch0b_7 ,p_mouse_ui_led_on_static 
+0010 c038004f beq patch0e_0 ,p_app_init 
+0011 c07180a5 beq patch1c_3 ,p_le_enable_phy_by_pdata 
+0012 20203a8a branch assert 
+
+pf_patch_ext:
+0013 c03080b3 beq patch2c_1 ,p_g24_lpm_wait 
+0014 c17f8000 rtneq patch3f_7 
+0015 20203a8a branch assert 
+
+p_tx_on_next:
+0016 6fe0c116 fetch 1 ,mem_tx_power 
+0017 c0018022 beq tx_power_3db ,p_set_tx_power_3db 
+0018 c0030024 beq tx_power_6db ,p_set_tx_power_6db 
+0019 c0053a00 beq tx_power_10db ,set_tx_power_10db 
+001a c04a0028 beq tx_power_f20db ,p_set_tx_power_f20db 
+001b c04f002f beq tx_power_f30db ,p_set_tx_power_f30db 
+001c c0553a0f beq tx_power_factory ,set_tx_power_factory 
+
+p_set_tx_power_0db:
+001d 708a3b2c jam 0x2c ,0x8a3b 
+001e 708a3c17 jam 0x17 ,0x8a3c 
+001f 708a398a jam 0x8a ,core_tx_pwr_ctrl0 
+0020 708a3a0f jam 0x0f ,core_tx_pwr_ctrl1 
+0021 202039f4 branch set_rf_ldo_cfg89_2 
+
+p_set_tx_power_3db:
+0022 708a3b48 jam 0x48 ,0x8a3b 
+0023 2020001e branch p_set_tx_power_0db + 1 
+
+p_set_tx_power_6db:
+0024 708a3b70 jam 0x70 ,0x8a3b 
+0025 708a3c1f jam 0x1f ,0x8a3c 
+0026 708a39c9 jam 0xc9 ,core_tx_pwr_ctrl0 
+0027 20200020 branch p_set_tx_power_0db + 3 
+
+p_set_tx_power_f20db:
+0028 708a3985 jam 0x85 ,core_tx_pwr_ctrl0 
+0029 708a3a04 jam 0x04 ,core_tx_pwr_ctrl1 
+002a 708a14a3 jam 0xa3 ,core_rf_ldo_cfg8 
+002b 708a150a jam 0x0a ,core_rf_ldo_cfg9 
+002c 708a3b18 jam 0x18 ,0x8a3b 
+002d 708a3c0f jam 0x0f ,0x8a3c 
+002e 20600000 rtn 
+
+p_set_tx_power_f30db:
+002f 708a3983 jam 0x83 ,core_tx_pwr_ctrl0 
+0030 708a3a02 jam 0x02 ,core_tx_pwr_ctrl1 
+0031 2020002a branch p_set_tx_power_f20db + 2 
+
+p_initialize_radio_cont:
+0032 708a7503 jam 0x03 ,core_rx_lna_cfg3 
+0033 708a8500 jam 0 ,core_syn_loopdiv_dsm_cfg 
+0034 70896f10 jam 0x10 ,0x896f 
+0035 6fe0c3ef fetch 1 ,mem_wdt_always_work 
+0036 205a6d31 call wdt_set_disable ,blank 
+0037 708a0305 jam 0x05 ,core_clkpll_cfg0 
+0038 708a7a94 jam 0x94 ,core_rx_iqadc_cfg 
+0039 20403a44 call initialize_rc_cal 
+003a 20403a3f call initialize_rf_ldo_cfg1 
+003b 20403a3a call initialize_syn_afc_cfg1 
+003c 708a8be6 jam 0xe6 ,core_syn_aac_cfg1 
+003d 708a8390 jam 0x90 ,core_syn_pfd_lkd_cfg 
+003e 708a0e0b jam 0x0b ,core_rf_ldo_cfg2 
+003f 708a0f05 jam 0x05 ,core_rf_ldo_cfg3 
+0040 70896876 jam 0x76 ,core_agc_wb_sat_th 
+0041 70896976 jam 0x76 ,core_agc_nb_sat_th 
+0042 6fe0c09a fetch 1 ,mem_fcomp_div 
+0043 c0840045 bne xtal_16m ,p_initialize_radio_cont_next 
+0044 708a0834 jam 0x34 ,core_clkpll_cfg5 
+
+p_initialize_radio_cont_next:
+0045 708a01ff jam 0xff ,core_clkpll_ctrl1 
+0046 20000064 nop 100 
+0047 708a020e jam 0x0e ,core_clkpll_ctrl2 
+0048 708a0003 jam 0x03 ,core_clkpll_ctrl0 
+0049 2040001d call p_set_tx_power_0db 
+004a 708a9a28 jam 0x28 ,core_tx_mixer_cfg1 
+004b 708a9b3f jam 0x3f ,core_tx_mixer_cfg2 
+004c 20203a35 branch initialize_radio_cont_next_2 
+
+p_lpm_sleep:
+004d 20403c18 call lpm_write_gpio_wakeup 
+004e 20203b48 branch lpm_sleep + 1 
+
+p_app_init:
+
+p_mouse_init:
+004f 70808073 jam 0x73 ,core_spid_ctrl 
+0050 20406eb3 call enable_authrom 
+0051 20400059 call p_mouse_setting_config 
+0052 204057a0 call mouse_init_sunt 
+0053 20758000 rtn wake 
+0054 204059bd call mouse_le_name_load 
+0055 2040562e call mouse_dpi_config 
+0056 20405cc5 call mouse_drawing_optima_init 
+0057 20400093 call p_mouse_cb_fuction 
+0058 20205234 branch mouse_init + 8 
+
+p_mouse_setting_config:
+0059 20758000 rtn wake 
+005a 20400127 call p_mouse_adc_vol_init 
+005b 2040525e call mouse_setting_config 
+005c c40b8000 rtnbit0 mouse_enable_otp 
+
+p_mouse_load_otp_info_check:
+005d 20400111 call p_mouse_read_otp_24g_addr 
+
+p_mouse_otp_load_app_initflag:
+005e d8400002 arg 2 ,temp 
+005f dfe007ee arg otp_offset_app_initlag ,pdata 
+0060 da20463d arg mem_store_flag ,rega 
+0061 204068c5 call otpd_read_data_with_pwr_operation 
+0062 6fe1463d fetch 2 ,mem_store_flag 
+0063 d840aa55 arg eeprom_init_flag ,temp 
+0064 98467c00 isub temp ,null 
+0065 2022806b branch p_mouse_load_device_info ,zero 
+0066 20405b76 call mouse_app_initflag_check + 4 
+
+p_mouse_otp_store_app_initflag:
+0067 df200002 arg 2 ,loopcnt 
+0068 da20463d arg mem_store_flag ,rega 
+0069 dfe007ee arg otp_offset_app_initlag ,pdata 
+006a 20206883 branch otp_write 
+
+p_mouse_load_device_info:
+006b 2040006e call p_mouse_load_default_dpi 
+006c 7045e500 jam mode_24g_device ,mem_device_flag 
+006d 20205b81 branch mouse_load_device_info + 1 
+
+p_mouse_load_default_dpi:
+006e 6fe0c5c0 fetch 1 ,mem_config_sensor_dpi 
+006f 67e0c63f store 1 ,mem_mouse_dpi 
+0070 20600000 rtn 
+
+p_mouse_ui_led_off_static:
+0071 18427e00 copy temp ,pdata 
+0072 207a0000 rtn blank 
+0073 c17f8000 rtneq gpio_disable 
+0074 20205f23 branch mouse_ui_led_off_static + 1 
+
+p_mouse_ui_led_on_static:
+0075 18427e00 copy temp ,pdata 
+0076 207a0000 rtn blank 
+0077 c17f8000 rtneq gpio_disable 
+0078 20205f30 branch mouse_ui_led_on_static + 1 
+
+p_mouse_sensor_set_angle:
+0079 6fe0c911 fetch 1 ,mem_mouse_ice_sdio_for_sensor_angle 
+007a 203a52c8 branch mouse_sensor_set_angle + 1 ,blank 
+007b 6fe0c5be fetch 1 ,mem_sensor_angle_default 
+007c 67e0c5d5 store 1 ,mem_config_sensor_angle 
+007d 6fe0c5bd fetch 1 ,mem_select_sensor_angle_gpio 
+007e c17f8000 rtneq gpio_disable 
+007f 2040692d call lpm_write_ice_disable 
+0080 6fe0c5bd fetch 1 ,mem_select_sensor_angle_gpio 
+0081 d840003e arg gpcfg_output_low ,temp 
+0082 20406bbd call gpio_config_function_int 
+0083 6fe0c5c8 fetch 1 ,mem_mouse_reuse_2ice_gpio 
+0084 d840003e arg gpcfg_output_low ,temp 
+0085 20406bbd call gpio_config_function_int 
+0086 6848c5bc fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+0087 2040547f call mouse_gpio_config_input_pu 
+0088 6848c5bc fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+0089 20406b85 call gpio_get_bit 
+008a 2040d2d2 call mouse_sensor_switch_angle ,true 
+008b 2040547b call mouse_gpio_config_input_pd 
+008c 6848c5bc fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+008d 20406b7c call gpio_config_input 
+008e 20406931 call lpm_write_ice_enable 
+
+p_ice_gpio_set_float:
+008f 6848c5bd fetcht 1 ,mem_select_sensor_angle_gpio 
+0090 20406bae call gpio_set_high_impedance 
+0091 6848c5c8 fetcht 1 ,mem_mouse_reuse_2ice_gpio 
+0092 20206bae branch gpio_set_high_impedance 
+
+p_mouse_cb_fuction:
+0093 58005fad setarg mouse_24g_short_sleep 
+0094 67e14543 store 2 ,mem_cb_24g_transmit_short_sleep 
+0095 58000098 setarg p_mouse_24g_long_sleep 
+0096 67e14545 store 2 ,mem_cb_24g_transmit_long_sleep 
+0097 2020523d branch mouse_cb_fuction + 4 
+
+p_mouse_24g_long_sleep:
+0098 20404d15 call g24_lpm_wait 
+0099 24740000 nrtn user 
+009a 204074e0 call clear_wake 
+009b 70490501 jam 1 ,mem_mouse_24g_long_sleep_flag 
+009c 20205fa6 branch mouse_24g_long_sleep + 4 
+
+p_mouse_24g_short_sleep_clear_wake:
+009d 204074e0 call clear_wake 
+009e 20203c18 branch lpm_write_gpio_wakeup 
+
+p_mouse_24g_package_data:
+009f 2040549b call mouse_motion 
+00a0 24740000 nrtn user 
+00a1 6fe0c905 fetch 1 ,mem_mouse_24g_long_sleep_flag 
+00a2 70490500 jam 0 ,mem_mouse_24g_long_sleep_flag 
+00a3 245a009d ncall p_mouse_24g_short_sleep_clear_wake ,blank 
+00a4 20205e35 branch mouse_24g_package_data + 4 
+
+p_le_enable_phy_by_pdata:
+00a5 18427e00 copy temp ,pdata 
+00a6 c28080a8 bbit1 bit_le_2m_phy ,p_le_enable_2m 
+00a7 20203ce3 branch le_enable_phy_by_pdata + 3 
+
+p_le_enable_2m:
+00a8 708a6d89 jam 0x89 ,core_rx_bq_cfg0 
+00a9 20203ce9 branch le_enable_2m 
+
+p_mouse_setgpio_hibernate:
+00aa 20405339 call mouse_setgpio_hibernate + 1 
+00ab 6fe0c912 fetch 1 ,mem_mouse_logo_enable_gpio0 
+00ac c00080ae beq 1 ,p_mouse_setgpio_hibernate_next 
+00ad 70807080 jam 0x80 ,0x8070 
+
+p_mouse_setgpio_hibernate_next:
+00ae 6fe08017 fetch 1 ,mem_gpio_wakeup_low + 1 
+00af 79207e05 set1 5 ,pdata 
+00b0 67e08017 store 1 ,mem_gpio_wakeup_low + 1 
+00b1 20403c18 call lpm_write_gpio_wakeup 
+00b2 20205af0 branch mouse_1io2led_all_off 
+
+p_g24_lpm_wait:
+00b3 78347c00 enable user 
+00b4 20403b1b call lpo_calibration 
+00b5 6fe1c0be fetch 3 ,mem_clks_per_lpo 
+00b6 203a74ca branch disable_user ,blank 
+00b7 6fe0c094 fetch 1 ,mem_lpm_mode 
+00b8 203a74ca branch disable_user ,blank 
+00b9 6fe0c899 fetch 1 ,mem_sensor_shutdown_flag 
+00ba 247a0000 nrtn blank 
+00bb 20204d1c branch g24_lpm_wait_next 
+
+p_mouse_3io6key_check:
+00bc 1a627e00 copy regc ,pdata 
+00bd 67e0c850 store 1 ,mem_mouse_key_status 
+00be 1fe3fe00 lshift pdata ,pdata 
+00bf 1fe22400 copy pdata ,regb 
+00c0 18422600 copy temp ,regc 
+00c1 2040547b call mouse_gpio_config_input_pd 
+00c2 1a620400 copy regc ,temp 
+00c3 20406b85 call gpio_get_bit 
+00c4 7d20a400 nsetflag true ,0 ,regb 
+00c5 20405753 call mouse_check_press 
+00c6 2020573f branch mouse_check_key_connect_gnd_1 
+
+p_mouse_priority_bb_event:
+00c7 1a627e00 copy regc ,pdata 
+00c8 c01e00cb beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
+00c9 c01d00d7 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
+00ca 20205914 branch mouse_priority_bb_event + 2 
+
+p_mouse_24g_attempt_success:
+00cb 6fe244da fetch 4 ,mem_24g_addr 
+00cc 67e24533 store 4 ,mem_24g_receiver_addr 
+00cd 67e24640 store 4 ,mem_mouse_24g_addr 
+00ce 20404bce call g24_ch_syncword_crc8_init 
+00cf 20405e1b call mouse_device_poweron_led_config 
+00d0 20405aa9 call mouse_no_data_timer_init 
+00d1 204058c4 call mouse_init_sensor_reset 
+00d2 70476800 jam 0 ,mem_mouse_long_mult_flag 
+00d3 70454700 jam 0 ,mem_24g_conn_sm 
+00d4 70452d00 jam 0 ,mem_24g_reconn_type 
+00d5 684a4533 fetcht 4 ,mem_24g_receiver_addr 
+00d6 20205e17 branch mouse_24g_attempt_success + 11 
+
+p_mouse_24g_attempt_fail:
+00d7 6fe0c54b fetch 1 ,mem_24g_attempt_fail_flag 
+00d8 243a5d80 nbranch mouse_24g_hibernate_set ,blank 
+00d9 6fe0c52d fetch 1 ,mem_24g_reconn_type 
+00da c0015df4 beq fast_conn_and_3_0_addr ,mouse_24g_fast_conn_attempt_fail 
+00db c00200de beq pair_and_3_0_addr ,p_mouse_24g_auto_pair_attempt_fail 
+00dc c00180e3 beq receiver_and_3_0_addr ,p_mouse_reconn_dongle_attempt_fail 
+00dd 20205ded branch mouse_24g_attempt_fail_enter_hibernate_next 
+
+p_mouse_24g_auto_pair_attempt_fail:
+00de 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+00df c317dded bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate_next 
+00e0 6fe0c86c fetch 1 ,mem_device_number 
+00e1 c000dded beq 1 ,mouse_24g_attempt_fail_enter_hibernate_next 
+00e2 20205dcb branch mouse_24g_first_bluetooth_reconnect 
+
+p_mouse_reconn_dongle_attempt_fail:
+00e3 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+00e4 c317dded bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate_next 
+00e5 c289dded bbit1 mouse_enable_eeprom ,mouse_24g_attempt_fail_enter_hibernate_next 
+00e6 c2895ded bbit1 mouse_enable_flash ,mouse_24g_attempt_fail_enter_hibernate_next 
+00e7 20205dc4 branch mouse_24g_start_auto_pair + 1 
+
+p_mouse_bb_event_timer:
+00e8 204053c6 call mouse_adc_read 
+00e9 20405f47 call mouse_low_voltage_led_timer 
+00ea 20404907 call g24_pair_timeout_timer 
+00eb 20404ba5 call g24_reconn_timeout_timer 
+00ec 20405d6b call mouse_24g_long_sleep_param_update_timer 
+00ed 20405e9a call mouse_device_poweron_timer 
+00ee 20405ecb call mouse_dpi_led_blink_delay_timer 
+00ef 20405ac1 call mouse_led_multi_timer 
+00f0 20405af3 call mouse_logo_led_on_timer 
+00f1 2040561c call mouse_dpi_key_check_long_press 
+00f2 20405a36 call mouse_bt_discovery_check 
+00f3 20405a46 call mouse_commbination_key_process 
+00f4 20405a69 call mouse_check_discovery_timeout_timer 
+00f5 204000f7 call p_mouse_check_direct_timeout_timer 
+00f6 20205a2d branch mouse_bb_event_timer + 15 
+
+p_mouse_check_direct_timeout_timer:
+00f7 da604831 arg mem_mouse_direct_timer ,regc 
+00f8 da405a74 arg mouse_check_direct_timeout ,regb 
+00f9 20404dcc call timer_single_step 
+00fa 20205a71 branch mouse_check_direct_timeout_timer + 3 
+
+p_mouse_store_device_info:
+00fb 20405b90 call mouse_store_device_info + 1 
+00fc c40b8000 rtnbit0 mouse_enable_otp 
+
+p_mouse_store_otp_device_info:
+
+p_mouse_otp_store_24g_addr:
+00fd dfe00790 arg otp_offset_24g_addr ,pdata 
+00fe 1fe22400 copy pdata ,regb 
+
+p_mouse_otp_store_24g_addr_loop:
+00ff 2040011d call p_mouse_read_otp_24g_addr_common 
+0100 6fe2490d fetch 4 ,mem_mouse_24g_addr_temp 
+0101 203a0109 branch p_mouse_24g_addr_store ,blank 
+0102 67e24909 store 4 ,mem_mouse_24g_addr_last 
+0103 1a40a404 increase 4 ,regb 
+0104 dfe007cf arg otp_offset_24g_addr_end ,pdata 
+0105 9a467c00 isub regb ,null 
+0106 24610000 nrtn positive 
+0107 1a427e00 copy regb ,pdata 
+0108 202000ff branch p_mouse_otp_store_24g_addr_loop 
+
+p_mouse_24g_addr_store:
+0109 6fe24909 fetch 4 ,mem_mouse_24g_addr_last 
+010a 684a4640 fetcht 4 ,mem_mouse_24g_addr 
+010b 98467c00 isub temp ,null 
+010c 20628000 rtn zero 
+010d df200004 arg 4 ,loopcnt 
+010e da204640 arg mem_mouse_24g_addr ,rega 
+010f 1a427e00 copy regb ,pdata 
+0110 20206883 branch otp_write 
+
+p_mouse_read_otp_24g_addr:
+0111 dfe00790 arg otp_offset_24g_addr ,pdata 
+0112 1fe22400 copy pdata ,regb 
+
+p_mouse_read_otp_24g_addr_loop:
+0113 2040011d call p_mouse_read_otp_24g_addr_common 
+0114 6fe2490d fetch 4 ,mem_mouse_24g_addr_temp 
+0115 203a0120 branch p_mouse_24g_addr_load ,blank 
+0116 67e24909 store 4 ,mem_mouse_24g_addr_last 
+0117 1a40a404 increase 4 ,regb 
+0118 dfe007cf arg otp_offset_24g_addr_end ,pdata 
+0119 9a467c00 isub regb ,null 
+011a 24210120 nbranch p_mouse_24g_addr_load ,positive 
+011b 1a427e00 copy regb ,pdata 
+011c 20200113 branch p_mouse_read_otp_24g_addr_loop 
+
+p_mouse_read_otp_24g_addr_common:
+011d d8400004 arg 4 ,temp 
+011e da20490d arg mem_mouse_24g_addr_temp ,rega 
+011f 202068c5 branch otpd_read_data_with_pwr_operation 
+
+p_mouse_24g_addr_load:
+0120 6fe24909 fetch 4 ,mem_mouse_24g_addr_last 
+0121 67e24640 store 4 ,mem_mouse_24g_addr 
+0122 20600000 rtn 
+
+p_soft_reset:
+0123 20800000 clear_stack 
+0124 20404d91 call app_param_init 
+0125 20400127 call p_mouse_adc_vol_init 
+0126 20203804 branch soft_reset + 3 
+
+p_mouse_adc_vol_init:
+0127 58000e74 setarg 0x0e74 
+0128 67e1458b store 2 ,mem_mouse_vdd_full_vol 
+0129 58000c08 setarg 0x0c08 
+012a 67e1458f store 2 ,mem_mouse_vdd_low_vol 
+012b 58000b14 setarg 0x0b14 
+012c 67e1458d store 2 ,mem_mouse_vdd_empty_vol 
+012d 20600000 rtn 
+
+p_enable_adc:
+012e 6a508a12 fetchr regb ,1 ,core_rf_ldo_cfg6 
+012f 708a123d jam 0x3d ,core_rf_ldo_cfg6 
+0130 708a11aa jam 0xaa ,core_rf_ldo_cfg5 
+0131 708a0a0c jam 0x0c ,core_rf_ldo_en0 
+0132 6ff08a09 fetch 1 ,core_clkpll_cfg6 
+0133 79207e07 set1 7 ,pdata 
+0134 67f08a09 store 1 ,core_clkpll_cfg6 
+0135 708a0b04 jam 0x04 ,core_rf_ldo_en1 
+0136 2000003c nop 60 
+0137 708a1600 jam 0 ,core_syn_en 
+0138 708a1706 jam 6 ,core_rx_en0 
+0139 20406c02 call read_adc_mode 
+013a 67f08a97 store 1 ,core_gpadc_ctrl 
+013b 7080c603 jam 0x03 ,core_sum_ctrl 
+013c 2000003c nop 60 
+013d 6ff08053 fetch 1 ,core_sum_en 
+013e 79207e07 set1 7 ,pdata 
+013f 67f08053 store 1 ,core_sum_en 
+0140 200003e8 nop 1000 
+0141 6fe143c4 fetch 2 ,mem_adc_delay 
+0142 20403a8c call sleep 
+0143 20206bfa branch enable_adc_next 
+
+p_mouse_adc_gpio_check_output:
+0144 6848c3c7 fetcht 1 ,mem_adc_channel 
+0145 18467c03 sub temp ,3 ,null 
+0146 20210149 branch p_mouse_adc_gpio_3_6_set ,positive 
+0147 18408404 increase 4 ,temp 
+0148 2020539c branch mouse_adc_gpio_check_output + 5 
+
+p_mouse_adc_gpio_3_6_set:
+0149 18408403 increase 3 ,temp 
+014a 202053a4 branch mouse_adc_gpio_4_7_set + 1 
+              org 0x3800
+
+start:
+3800 20403ac3 call lpmstate 
+
+soft_reset:
+3801 44804000 bpatch patch00_0 ,mem_patch00 
+3802 20800000 clear_stack 
+3803 20404d91 call app_param_init 
+3804 20403a12 call initialize_radio 
+3805 20406a13 call iic_init_360khz 
+3806 20403a93 call init_param 
+3807 2040665f call l2cap_init 
+3808 4480c000 bpatch patch00_1 ,mem_patch00 
+3809 20406ebb call ui_init 
+380a 20403aba call ldo_abb_en_init 
+380b 20404d89 call app_init 
+380c 2055bb65 call lpm_recover_clk ,wake 
+
+main_loop:
+380d 44814000 bpatch patch00_2 ,mem_patch00 
+380e 204041e9 call le_advertising_dispatch 
+380f 20403827 call idle_dispatch 
+3810 20404d99 call app_process_idle 
+3811 20403815 call connection_dispatch 
+3812 20404788 call g24_dispatch 
+3813 20403b8e call lpm_dispatch 
+3814 2020380d branch main_loop 
+
+connection_dispatch:
+3815 2040381a call connection_incontext 
+3816 c6848000 rtnmark0 mark_context 
+3817 793f8009 set0 mark_context ,mark 
+3818 2040383e call context_save 
+3819 20203d00 branch le_disable 
+
+connection_incontext:
+381a 4481c000 bpatch patch00_3 ,mem_patch00 
+381b 20403864 call context_search_insniff 
+381c 2422b822 nbranch connection_nosniff ,zero 
+381d 20403833 call context_load 
+381e 1a208c01 add rega ,coffset_mode ,contr 
+381f efe08006 ifetch 1 ,contr 
+3820 c2803c76 bbit1 mode_le ,le_conn_dispatch 
+3821 20600000 rtn 
+
+connection_nosniff:
+3822 70000600 jam 0 ,mem_current_context 
+3823 20403844 call context_get_next 
+3824 1f227c00 copy loopcnt ,null 
+3825 20628000 rtn zero 
+3826 20203a8a branch assert 
+
+idle_dispatch:
+3827 6fe0c10d fetch 1 ,mem_hci_cmd 
+3828 207a0000 rtn blank 
+3829 c00db830 beq hci_cmd_le_create_conn ,idle_le_create_conn 
+382a 2040385d call context_search_conn_handle 
+382b 20628000 rtn zero 
+382c 20403860 call context_search_plap 
+382d 20628000 rtn zero 
+
+idle_exit:
+382e 70410d00 jam 0 ,mem_hci_cmd 
+382f 20600000 rtn 
+
+idle_le_create_conn:
+3830 7001b71b jam hci_cmd_le_create_conn ,mem_cmd_le_create_conn 
+3831 70410d00 jam 0 ,mem_hci_cmd 
+3832 20600000 rtn 
+
+context_load:
+3833 44824000 bpatch patch00_4 ,mem_patch00 
+3834 79200009 set1 mark_context ,mark 
+3835 1a227e00 deposit rega 
+3836 67e1000a store 2 ,mem_context_ptr 
+3837 18007253 force context_size ,loopcnt 
+3838 d8a00163 arg mem_le_state ,contw 
+3839 1a208c01 add rega ,coffset_mode ,contr 
+383a efe08006 ifetch 1 ,contr 
+383b 1a220c00 copy rega ,contr 
+383c c2807419 bbit1 mode_le ,memcpy 
+383d 20600000 rtn 
+
+context_save:
+383e 4482c000 bpatch patch00_5 ,mem_patch00 
+383f 6fe1000a fetch 2 ,mem_context_ptr 
+3840 98000a00 iforce contw 
+3841 18007253 force context_size ,loopcnt 
+3842 d8c00163 arg mem_le_state ,contr 
+3843 20207419 branch memcpy 
+
+context_get_next:
+3844 df200001 arg context_num ,loopcnt 
+3845 68488006 fetcht 1 ,mem_current_context 
+
+context_get_next_loop:
+3846 18408401 increase 1 ,temp 
+3847 2841fe01 compare context_num ,temp ,0xff 
+3848 2420b84a nbranch context_get_next_cont ,true 
+3849 d8400000 arg 0 ,temp 
+
+context_get_next_cont:
+384a 60488006 storet 1 ,mem_current_context 
+384b 184ffe53 mul32 temp ,context_size ,pdata 
+384c da204040 arg mem_context ,rega 
+384d 9a20a200 iadd rega ,rega 
+384e efe08011 ifetch 1 ,rega 
+384f c280b851 bbit1 state_insniff ,context_get_next_sniff 
+3850 c3800000 rtnbit1 state_inconn 
+
+context_get_next_sniff:
+3851 c2003846 loop context_get_next_loop 
+3852 20600000 rtn 
+
+context_new:
+3853 44834000 bpatch patch00_6 ,mem_patch00 
+3854 da603871 arg context_search_empty ,regc 
+3855 20403867 call context_search 
+3856 24628000 nrtn zero 
+3857 1a227e00 deposit rega 
+3858 67e1000a store 2 ,mem_context_ptr 
+3859 18007c00 force 0 ,null 
+385a 20600000 rtn 
+
+context_check_idle:
+385b da6038a8 arg context_check_inconn ,regc 
+385c 20203867 branch context_search 
+
+context_search_conn_handle:
+385d 6848c10e fetcht 1 ,mem_hci_conn_handle 
+
+context_search_conn_handle2:
+385e da60387a arg context_search_handle ,regc 
+385f 20203867 branch context_search 
+
+context_search_plap:
+3860 4483c000 bpatch patch00_7 ,mem_patch00 
+3861 684b410f fetcht 6 ,mem_hci_plap 
+
+context_search_plap2:
+3862 da603874 arg context_search_lap ,regc 
+3863 20203867 branch context_search 
+
+context_search_insniff:
+3864 da603880 arg context_search_sniff ,regc 
+3865 20203867 branch context_search 
+
+context_search_sniff_window:
+3866 da6038c3 arg context_search_window ,regc 
+
+context_search:
+3867 44844001 bpatch patch01_0 ,mem_patch01 
+3868 da204040 arg mem_context ,rega 
+3869 df200001 arg context_num ,loopcnt 
+
+context_search_loop:
+386a efe08011 ifetch 1 ,rega 
+386b 1a627a00 copy regc ,pc 
+
+context_search_next:
+386c 4484c001 bpatch patch01_1 ,mem_patch01 
+386d 1a20a253 increase context_size ,rega 
+386e c200386a loop context_search_loop 
+386f 18007c01 force 1 ,null 
+3870 20600000 rtn 
+
+context_search_empty:
+3871 c280386c bbit1 state_inconn ,context_search_next 
+3872 18007c00 force 0 ,null 
+3873 20600000 rtn 
+
+context_search_lap:
+3874 c300386c bbit0 state_inconn ,context_search_next 
+
+context_search_lap_cont:
+3875 1a208c10 add rega ,coffset_plap ,contr 
+3876 efe30006 ifetch 6 ,contr 
+3877 98467c00 isub temp ,null 
+3878 20628000 rtn zero 
+3879 2020386c branch context_search_next 
+
+context_search_handle:
+387a c300386c bbit0 state_inconn ,context_search_next 
+387b 1a208c16 add rega ,coffset_conn_handle ,contr 
+387c efe08006 ifetch 1 ,contr 
+387d 98467c00 isub temp ,null 
+387e 20628000 rtn zero 
+387f 2020386c branch context_search_next 
+
+context_search_sniff:
+3880 c300b86c bbit0 state_insniff ,context_search_next 
+
+context_search_sniff_loop:
+3881 204038b0 call context_get_anchor 
+3882 20403898 call sign_pdata_temp 
+3883 98467e00 isub temp ,pdata 
+3884 1fe0fe01 increase 1 ,pdata 
+3885 20213892 branch context_search_sniff_miss ,positive 
+3886 18c22400 copy contr ,regb 
+3887 67e484cc store 9 ,mem_temp 
+3888 44854001 bpatch patch01_2 ,mem_patch01 
+3889 6fe484cc fetch 9 ,mem_temp 
+388a 1a420c00 copy regb ,contr 
+388b 1fe0fe05 increase 5 ,pdata 
+388c 2020388d branch context_search_meet1 
+
+context_search_meet1:
+388d 2421386c nbranch context_search_next ,positive 
+
+context_search_meet:
+388e 18424200 copy temp ,bt_clk 
+388f 204038bc call context_next_anchor 
+3890 18007c00 force 0 ,null 
+3891 20600000 rtn 
+
+context_search_sniff_miss:
+3892 98002400 iforce regb 
+3893 1a208c02 add rega ,coffset_tsniff ,contr 
+3894 efe10006 ifetch 2 ,contr 
+3895 203a388e branch context_search_meet ,blank 
+3896 204038bc call context_next_anchor 
+3897 20203881 branch context_search_sniff_loop 
+
+sign_pdata_temp:
+3898 1ff11600 rshift16 pdata ,timeup 
+3899 196c9600 rshift8 timeup ,timeup 
+389a 2022b8a2 branch sign_pdata_temp_p0 ,zero 
+389b 29601e0f compare 0xf ,timeup ,0xf 
+389c 24608000 nrtn true 
+389d 18511600 rshift16 temp ,timeup 
+389e 196c9600 rshift8 timeup ,timeup 
+389f 24628000 nrtn zero 
+38a0 7920041c set1 28 ,temp 
+38a1 20600000 rtn 
+
+sign_pdata_temp_p0:
+38a2 18511600 rshift16 temp ,timeup 
+38a3 196c9600 rshift8 timeup ,timeup 
+38a4 29601e0f compare 0xf ,timeup ,0xf 
+38a5 24608000 nrtn true 
+38a6 79207e1c set1 28 ,pdata 
+38a7 20600000 rtn 
+
+context_check_inconn:
+38a8 c300386c bbit0 state_inconn ,context_search_next 
+38a9 18007c00 force 0 ,null 
+38aa 20600000 rtn 
+
+context_check_a_wack:
+38ab c300386c bbit0 state_inconn ,context_search_next 
+38ac 1a208c01 add rega ,coffset_mode ,contr 
+38ad efe08006 ifetch 1 ,contr 
+38ae c280386c bbit1 mode_le ,context_search_next 
+38af 20600000 rtn 
+
+context_get_anchor:
+38b0 1a208c01 add rega ,coffset_mode ,contr 
+38b1 e8408006 ifetcht 1 ,contr 
+38b2 1c427e00 deposit clkn_bt 
+38b3 284ffe01 isolate1 mode_master ,temp 
+38b4 1a208c04 add rega ,coffset_sniff_anchor ,contr 
+38b5 e8420006 ifetcht 4 ,contr 
+38b6 20608000 rtn true 
+38b7 1a208c08 add rega ,coffset_clk_offset ,contr 
+38b8 efe30006 ifetch 6 ,contr 
+38b9 20403905 call calc_clke2 
+38ba 1d027e00 deposit clke_bt 
+38bb 20600000 rtn 
+
+context_next_anchor:
+38bc 1a208c02 add rega ,coffset_tsniff ,contr 
+38bd 1a208a04 add rega ,coffset_sniff_anchor ,contw 
+38be efe10006 ifetch 2 ,contr 
+38bf 98409600 iadd temp ,timeup 
+38c0 19627e00 deposit timeup 
+38c1 e7e20005 istore 4 ,contw 
+38c2 20203d4d branch le_context_nextevent 
+
+context_search_window:
+38c3 c300b86c bbit0 state_insniff ,context_search_next 
+38c4 204038b0 call context_get_anchor 
+38c5 9b60fe00 iadd stop_watch ,pdata 
+38c6 9b60fe00 iadd stop_watch ,pdata 
+38c7 98e0fe00 iadd queue ,pdata 
+38c8 98467c00 isub temp ,null 
+38c9 2421386c nbranch context_search_next ,positive 
+38ca 18007c00 force 0 ,null 
+38cb 20600000 rtn 
+
+end_of_packet:
+38cc 4485c001 bpatch patch01_3 ,mem_patch01 
+38cd 784efc00 disable encode_fec0 
+38ce 784e7c00 disable encode_fec2 
+38cf 7846fc00 disable decode_fec0 
+38d0 78467c00 disable decode_fec2 
+38d1 7844fc00 disable enable_crc 
+38d2 78477c00 disable encrypt 
+38d3 7843fc00 disable enable_white 
+38d4 2030b913 branch shutdown_radio ,is_rx 
+38d5 37d38200 until null ,tx_clear 
+38d6 20000064 nop 100 
+38d7 20203913 branch shutdown_radio 
+
+sniff_check_window:
+38d8 44864001 bpatch patch01_4 ,mem_patch01 
+38d9 78487c00 disable swfine 
+38da 18423600 copy temp ,stop_watch 
+38db 20403866 call context_search_sniff_window 
+38dc 78547c00 disable user 
+38dd 24628000 nrtn zero 
+38de 18003600 force 0 ,stop_watch 
+38df 202074c8 branch enable_user 
+
+calc_slot_offset:
+38e0 4486c001 bpatch patch01_5 ,mem_patch01 
+38e1 37d10200 until null ,halfslot 
+38e2 1b427e00 deposit clke 
+38e3 98000c00 iforce contr 
+38e4 1ff17e00 rshift16 ,pdata ,pdata 
+38e5 9c467200 isub clkn_bt ,loopcnt 
+38e6 1f217203 and_into 3 ,loopcnt 
+38e7 2422b8ea nbranch calc_bt_portion ,zero 
+38e8 18007e00 force 0 ,pdata 
+38e9 202038ee branch calc_skip_bt 
+
+calc_bt_portion:
+38ea 6849003f fetcht 2 ,mem_param_rt_rthalfslot 
+38eb 18007e00 force 0 ,pdata 
+
+calc_slot_offset_loop:
+38ec 9840fe00 iadd temp ,pdata 
+38ed c20038ec loop calc_slot_offset_loop 
+
+calc_skip_bt:
+38ee 98c0fe00 iadd contr ,pdata 
+38ef 1fe6fc0c div pdata ,12 
+38f0 20407472 call get_div_result 
+38f1 67e1002a store 2 ,mem_slot_offset 
+38f2 20600000 rtn 
+
+calc_clke_offset:
+38f3 44874001 bpatch patch01_6 ,mem_patch01 
+38f4 1b427e00 deposit clke 
+38f5 1b220400 copy clkn ,temp 
+38f6 98467c00 isub temp ,null 
+38f7 7d217e2c nsetflag positive ,44 ,pdata 
+38f8 98460400 isub temp ,temp 
+38f9 6fe1003f fetch 2 ,mem_param_rt_rthalfslot 
+38fa 284c000f isolate0 15 ,temp 
+38fb 2020b901 branch calc_clke_pos ,true 
+38fc 18426000 copy temp ,alarm 
+38fd d8410000 arg 0x10000 ,temp 
+38fe 6fe1003f fetch 2 ,mem_param_rt_rthalfslot 
+38ff 98467e00 isub temp ,pdata 
+3900 9e008400 iadd alarm ,temp 
+
+calc_clke_pos:
+3901 604b016b storet 6 ,mem_le_clk_offset 
+3902 20600000 rtn 
+
+calc_clke:
+3903 78587c00 disable clknt 
+3904 6fe3016b fetch 6 ,mem_le_clk_offset 
+
+calc_clke2:
+3905 9b20e000 iadd clkn ,alarm 
+3906 1e00e00a increase 10 ,alarm 
+3907 6fe1003f fetch 2 ,mem_param_rt_rthalfslot 
+3908 9e067e00 isub alarm ,pdata 
+3909 2fec000f isolate0 15 ,pdata 
+390a 2020b911 branch calc_clke_pos_adj ,true 
+390b 58010000 setarg 0x10000 
+390c 6b01003f fetchr regd ,2 ,mem_param_rt_rthalfslot 
+390d 9b067e00 isub regd ,pdata 
+390e 9e00e000 iadd alarm ,alarm 
+
+calc_clke_pos2:
+390f 1e023400 copy alarm ,clke 
+3910 20600000 rtn 
+
+calc_clke_pos_adj:
+3911 18007c00 force 0 ,null 
+3912 2020390f branch calc_clke_pos2 
+
+shutdown_radio:
+3913 4487c001 bpatch patch01_7 ,mem_patch01 
+3914 204065a2 call rf_debug_shutdown_radio_line 
+3915 18002a08 force 0x08 ,radio_ctrl 
+3916 18002a00 force 0 ,radio_ctrl 
+3917 7850fc00 disable is_rx 
+3918 78507c00 disable is_tx 
+3919 782f7c00 pulse packet_end 
+391a 70890005 jam 0x5 ,modem_en 
+391b 20000002 nop 2 
+391c 70890000 jam 0x0 ,modem_en 
+391d 20403925 call set_sync_on 
+391e 708a1600 jam 0 ,core_syn_en 
+391f 708a0a80 jam 0x80 ,core_rf_ldo_en0 
+3920 6ff08a09 fetch 1 ,core_clkpll_cfg6 
+3921 793ffe07 set0 7 ,pdata 
+3922 67f08a09 store 1 ,core_clkpll_cfg6 
+3923 708a0b00 jam 0 ,core_rf_ldo_en1 
+3924 20600000 rtn 
+
+set_sync_on:
+3925 44884002 bpatch patch02_0 ,mem_patch02 
+3926 70890005 jam 0x5 ,modem_en 
+3927 20000002 nop 2 
+3928 70890000 jam 0x0 ,modem_en 
+3929 6fe0c09a fetch 1 ,mem_fcomp_div 
+392a c00c392c beq xtal_24m ,set_sync_on_24m 
+392b c0043941 beq xtal_16m ,set_sync_on_16m 
+
+set_sync_on_24m:
+392c 708a10aa jam 0xaa ,core_rf_ldo_cfg4 
+392d 708a11aa jam 0xaa ,core_rf_ldo_cfg5 
+392e 708a1215 jam 0x15 ,core_rf_ldo_cfg6 
+392f 708a0a78 jam 0x78 ,core_rf_ldo_en0 
+3930 6ff08a09 fetch 1 ,core_clkpll_cfg6 
+3931 79207e07 set1 7 ,pdata 
+3932 67f08a09 store 1 ,core_clkpll_cfg6 
+3933 708a0b04 jam 0x04 ,core_rf_ldo_en1 
+3934 2000003c nop 60 
+3935 708a167a jam 0x7a ,core_syn_en 
+3936 708a1700 jam 0 ,core_rx_en0 
+3937 708a1800 jam 0 ,core_rx_en1 
+3938 708a1900 jam 0 ,core_tx_en0 
+3939 708a1a00 jam 0 ,core_tx_en1 
+393a 708a112a jam 0x2a ,core_rf_ldo_cfg5 
+393b 708a0a78 jam 0x78 ,core_rf_ldo_en0 
+
+set_sync_on_next:
+393c 6ff08a09 fetch 1 ,core_clkpll_cfg6 
+393d 793ffe07 set0 7 ,pdata 
+393e 67f08a09 store 1 ,core_clkpll_cfg6 
+393f 708a4300 jam 0 ,core_syn_cal_ctrl 
+3940 20600000 rtn 
+
+set_sync_on_16m:
+3941 708a8729 jam 0x29 ,core_syn_afc_cfg1 
+3942 708a8be6 jam 0xe6 ,core_syn_aac_cfg1 
+3943 708a10aa jam 0xaa ,core_rf_ldo_cfg4 
+3944 708a11aa jam 0xaa ,core_rf_ldo_cfg5 
+3945 708a1215 jam 0x15 ,core_rf_ldo_cfg6 
+3946 708a0a78 jam 0x78 ,core_rf_ldo_en0 
+3947 6ff08a09 fetch 1 ,core_clkpll_cfg6 
+3948 79207e07 set1 7 ,pdata 
+3949 67f08a09 store 1 ,core_clkpll_cfg6 
+394a 708a0b04 jam 0x04 ,core_rf_ldo_en1 
+394b 2000003c nop 60 
+394c 708a163a jam 0x3a ,core_syn_en 
+394d 708a1700 jam 0 ,core_rx_en0 
+394e 708a1800 jam 0 ,core_rx_en1 
+394f 708a1900 jam 0 ,core_tx_en0 
+3950 708a1a00 jam 0 ,core_tx_en1 
+3951 708a112a jam 0x2a ,core_rf_ldo_cfg5 
+3952 708a0a38 jam 0x38 ,core_rf_ldo_en0 
+3953 2020393c branch set_sync_on_next 
+
+set_freq_rx:
+3954 4488c002 bpatch patch02_1 ,mem_patch02 
+3955 6fe0c09a fetch 1 ,mem_fcomp_div 
+3956 1fe67c18 sub pdata ,xtal_24m ,null 
+3957 2042b95e call rf_rx_write_freq_24m ,zero 
+3958 2442b964 ncall rf_rx_write_freq_16m ,zero 
+3959 60488008 storet 1 ,mem_last_freq 
+395a 1840fe00 add temp ,0 ,pdata 
+395b c516b95d bmark1 mark_ble_2m ,set_rxfreq_2m_offset 
+395c 1840fe01 add temp ,1 ,pdata 
+
+set_rxfreq_2m_offset:
+395d 20203989 branch rf_rx_write_freq 
+
+rf_rx_write_freq_24m:
+395e 708a4300 jam 0 ,core_syn_cal_ctrl 
+395f 708a3d04 jam 0x04 ,core_syn_top_ctrl 
+3960 708a3e00 jam 0 ,core_syn_mmd_cp_ctrl 
+3961 708a8403 jam 0x03 ,core_syn_cp_lpf_cfg 
+3962 708a8940 jam 0x40 ,core_syn_afc_cfg3 
+3963 20600000 rtn 
+
+rf_rx_write_freq_16m:
+3964 708a4330 jam 0x30 ,core_syn_cal_ctrl 
+3965 708a3d06 jam 0x06 ,core_syn_top_ctrl 
+3966 708a3e00 jam 0 ,core_syn_mmd_cp_ctrl 
+3967 708a8420 jam 0x20 ,core_syn_cp_lpf_cfg 
+3968 708a8915 jam 0x15 ,core_syn_afc_cfg3 
+3969 20600000 rtn 
+
+rf_rx_enable:
+396a 44894002 bpatch patch02_2 ,mem_patch02 
+396b 2040659c call rf_debug_rx_gpio_high 
+396c 6fe0c118 fetch 1 ,mem_gain_fix 
+396d c07fb973 beq 0xff ,rf_rx_enable_no_soft_agc 
+396e d8c04119 arg mem_gain_table ,contr 
+396f 98c08c00 iadd contr ,contr 
+3970 efe08006 ifetch 1 ,contr 
+3971 67f08961 store 1 ,core_rf_rx_gain_fix 
+3972 70896027 jam 0x27 ,core_rf_rx_agc_ctrl 
+
+rf_rx_enable_no_soft_agc:
+3973 6848c11c fetcht 1 ,mem_gain_second_agc_en 
+3974 6ff08960 fetch 1 ,core_rf_rx_agc_ctrl 
+3975 9841fe00 ior temp ,pdata 
+3976 67f08960 store 1 ,core_rf_rx_agc_ctrl 
+3977 708a10aa jam 0xaa ,core_rf_ldo_cfg4 
+3978 708a112a jam 0x2a ,core_rf_ldo_cfg5 
+3979 708a1213 jam 0x13 ,core_rf_ldo_cfg6 
+397a 708a0a7f jam 0x7f ,core_rf_ldo_en0 
+397b 6ff08a09 fetch 1 ,core_clkpll_cfg6 
+397c 793ffe07 set0 7 ,pdata 
+397d 67f08a09 store 1 ,core_clkpll_cfg6 
+397e 2000003c nop 60 
+397f 708a171f jam 0x1f ,core_rx_en0 
+3980 708a18f8 jam 0xf8 ,core_rx_en1 
+3981 708a1918 jam 0x18 ,core_tx_en0 
+3982 708a1000 jam 0x00 ,core_rf_ldo_cfg4 
+3983 708a1120 jam 0x20 ,core_rf_ldo_cfg5 
+3984 2000000a nop 10 
+3985 70890004 jam 0x04 ,modem_en 
+3986 20000002 nop 2 
+3987 7089000c jam 0x0c ,modem_en 
+3988 20600000 rtn 
+
+rf_rx_write_freq:
+3989 4489c002 bpatch patch02_3 ,mem_patch02 
+398a d8c00960 arg 2400 ,contr 
+398b 98c0fe00 iadd contr ,pdata 
+398c 6848c09a fetcht 1 ,mem_fcomp_div 
+398d 20203998 branch rf_write_freq_calc 
+
+rf_tx_write_freq:
+398e 448a4002 bpatch patch02_4 ,mem_patch02 
+398f 6fe0c09a fetch 1 ,mem_fcomp_div 
+3990 1fe67c18 sub pdata ,xtal_24m ,null 
+3991 2042b9bb call rf_tx_write_freq_24m ,zero 
+3992 2442b9c2 ncall rf_tx_write_freq_16m ,zero 
+3993 58000960 setarg 2400 
+3994 9a20fe00 iadd rega ,pdata 
+3995 1fe3fe00 lshift pdata ,pdata 
+3996 6848c09a fetcht 1 ,mem_fcomp_div 
+3997 184f8403 mul32 temp ,0x03 ,temp 
+
+rf_write_freq_calc:
+3998 18438400 lshift temp ,temp 
+3999 9846fc00 idiv temp 
+399a 20407475 call wait_div_end 
+399b 1807fe00 quotient pdata 
+399c 67f08a3f store 1 ,core_syn_divr_int 
+399d 18077e00 remainder pdata 
+399e 1ff07e00 lshift16 pdata ,pdata 
+399f 1fed7e00 lshift8 pdata ,pdata 
+39a0 9846fc00 idiv temp 
+39a1 20407475 call wait_div_end 
+39a2 1807fe00 quotient pdata 
+39a3 67f08a42 store 1 ,core_syn_divr_int + 3 
+39a4 1fecfe00 rshift8 pdata ,pdata 
+39a5 67f08a41 store 1 ,core_syn_divr_int + 2 
+39a6 1fecfe00 rshift8 pdata ,pdata 
+39a7 67f08a40 store 1 ,core_syn_divr_int + 1 
+39a8 68588a43 fetcht 1 ,core_syn_cal_ctrl 
+39a9 184104f0 and_into 0xf0 ,temp 
+39aa 60588a43 storet 1 ,core_syn_cal_ctrl 
+39ab 2000000c nop 12 
+39ac 6fe0c09a fetch 1 ,mem_fcomp_div 
+39ad c00c39af beq xtal_24m ,rf_write_freq_calc_24m 
+39ae c00439b5 beq xtal_16m ,rf_write_freq_calc_16m 
+
+rf_write_freq_calc_24m:
+39af 1841840c or_into 0x0c ,temp 
+39b0 60588a43 storet 1 ,core_syn_cal_ctrl 
+39b1 2000000c nop 12 
+39b2 18418403 or_into 0x03 ,temp 
+39b3 60588a43 storet 1 ,core_syn_cal_ctrl 
+39b4 20600000 rtn 
+
+rf_write_freq_calc_16m:
+39b5 1841843c or_into 0x3c ,temp 
+39b6 60588a43 storet 1 ,core_syn_cal_ctrl 
+39b7 2000000c nop 12 
+39b8 18418433 or_into 0x33 ,temp 
+39b9 60588a43 storet 1 ,core_syn_cal_ctrl 
+39ba 20600000 rtn 
+
+rf_tx_write_freq_24m:
+39bb 708a4300 jam 0 ,core_syn_cal_ctrl 
+39bc 708a3d12 jam 0x12 ,core_syn_top_ctrl 
+39bd 708a3e00 jam 0 ,core_syn_mmd_cp_ctrl 
+39be 708a8403 jam 0x03 ,core_syn_cp_lpf_cfg 
+39bf 708a8ba6 jam 0xa6 ,core_syn_aac_cfg1 
+39c0 708a8940 jam 0x40 ,core_syn_afc_cfg3 
+39c1 20600000 rtn 
+
+rf_tx_write_freq_16m:
+39c2 708a4330 jam 0x30 ,core_syn_cal_ctrl 
+39c3 708a3d15 jam 0x15 ,core_syn_top_ctrl 
+39c4 708a3e00 jam 0 ,core_syn_mmd_cp_ctrl 
+39c5 708a8420 jam 0x20 ,core_syn_cp_lpf_cfg 
+39c6 708a8ba6 jam 0xa6 ,core_syn_aac_cfg1 
+39c7 708a8915 jam 0x15 ,core_syn_afc_cfg3 
+39c8 20600000 rtn 
+
+set_freq_tx:
+39c9 448ac002 bpatch patch02_5 ,mem_patch02 
+39ca 708a3d12 jam 0x12 ,core_syn_top_ctrl 
+39cb 60488008 storet 1 ,mem_last_freq 
+39cc 1840a202 add temp ,2 ,rega 
+39cd 2040398e call rf_tx_write_freq 
+39ce 200003c0 nop 0x3c0 
+
+txon:
+39cf 448b4002 bpatch patch02_6 ,mem_patch02 
+39d0 708a10aa jam 0xaa ,core_rf_ldo_cfg4 
+39d1 708a112a jam 0x2a ,core_rf_ldo_cfg5 
+39d2 708a1210 jam 0x10 ,core_rf_ldo_cfg6 
+39d3 708a0a7f jam 0x7f ,core_rf_ldo_en0 
+39d4 6ff08a09 fetch 1 ,core_clkpll_cfg6 
+39d5 793ffe07 set0 7 ,pdata 
+39d6 67f08a09 store 1 ,core_clkpll_cfg6 
+39d7 708a0b07 jam 0x07 ,core_rf_ldo_en1 
+39d8 2000003c nop 60 
+39d9 708a190d jam 0x0d ,core_tx_en0 
+39da 708a1af9 jam 0xf9 ,core_tx_en1 
+39db 708a1000 jam 0x00 ,core_rf_ldo_cfg4 
+39dc 708a1120 jam 0x20 ,core_rf_ldo_cfg5 
+39dd 2000000a nop 10 
+39de 70890001 jam 0x01 ,modem_en 
+39df 20000002 nop 2 
+39e0 70890003 jam 0x03 ,modem_en 
+39e1 448bc002 bpatch patch02_7 ,mem_patch02 
+39e2 6fe0c116 fetch 1 ,mem_tx_power 
+39e3 c001b9f2 beq tx_power_3db ,set_tx_power_3db 
+39e4 c002b9f7 beq tx_power_5db ,set_tx_power_5db 
+39e5 c00339fa beq tx_power_6db ,set_tx_power_6db 
+39e6 c003b9fd beq tx_power_7db ,set_tx_power_7db 
+39e7 c0053a00 beq tx_power_10db ,set_tx_power_10db 
+39e8 c041ba03 beq tx_power_f3db ,set_tx_power_f3db 
+39e9 c042ba06 beq tx_power_f5db ,set_tx_power_f5db 
+39ea c04a3a09 beq tx_power_f20db ,set_tx_power_f20db 
+39eb c04f3a0c beq tx_power_f30db ,set_tx_power_f30db 
+39ec c0553a0f beq tx_power_factory ,set_tx_power_factory 
+
+set_tx_power_0db:
+39ed 708a396a jam 0x6a ,core_tx_pwr_ctrl0 
+39ee 708a3a07 jam 0x07 ,core_tx_pwr_ctrl1 
+
+set_rf_ldo_cfg89:
+39ef 708a14a3 jam 0xa3 ,core_rf_ldo_cfg8 
+39f0 708a1507 jam 0x07 ,core_rf_ldo_cfg9 
+39f1 20600000 rtn 
+
+set_tx_power_3db:
+39f2 708a3966 jam 0x66 ,core_tx_pwr_ctrl0 
+39f3 708a3a0b jam 0x0b ,core_tx_pwr_ctrl1 
+
+set_rf_ldo_cfg89_2:
+39f4 708a14aa jam 0xaa ,core_rf_ldo_cfg8 
+39f5 708a150a jam 0x0a ,core_rf_ldo_cfg9 
+39f6 20600000 rtn 
+
+set_tx_power_5db:
+39f7 708a396c jam 0x6c ,core_tx_pwr_ctrl0 
+39f8 708a3a0d jam 0x0d ,core_tx_pwr_ctrl1 
+39f9 202039f4 branch set_rf_ldo_cfg89_2 
+
+set_tx_power_6db:
+39fa 708a396b jam 0x6b ,core_tx_pwr_ctrl0 
+39fb 708a3a0f jam 0x0f ,core_tx_pwr_ctrl1 
+39fc 202039f4 branch set_rf_ldo_cfg89_2 
+
+set_tx_power_7db:
+39fd 708a39a7 jam 0xa7 ,core_tx_pwr_ctrl0 
+39fe 708a3a0f jam 0x0f ,core_tx_pwr_ctrl1 
+39ff 202039f4 branch set_rf_ldo_cfg89_2 
+
+set_tx_power_10db:
+3a00 708a39b6 jam 0xb6 ,core_tx_pwr_ctrl0 
+3a01 708a3a0f jam 0x0f ,core_tx_pwr_ctrl1 
+3a02 202039f4 branch set_rf_ldo_cfg89_2 
+
+set_tx_power_f3db:
+3a03 708a3968 jam 0x68 ,core_tx_pwr_ctrl0 
+3a04 708a3a05 jam 0x05 ,core_tx_pwr_ctrl1 
+3a05 202039ef branch set_rf_ldo_cfg89 
+
+set_tx_power_f5db:
+3a06 708a3960 jam 0x60 ,core_tx_pwr_ctrl0 
+3a07 708a3a05 jam 0x05 ,core_tx_pwr_ctrl1 
+3a08 202039ef branch set_rf_ldo_cfg89 
+
+set_tx_power_f20db:
+3a09 708a3953 jam 0x53 ,core_tx_pwr_ctrl0 
+3a0a 708a3a01 jam 0x01 ,core_tx_pwr_ctrl1 
+3a0b 202039ef branch set_rf_ldo_cfg89 
+
+set_tx_power_f30db:
+3a0c 708a394c jam 0x4c ,core_tx_pwr_ctrl0 
+3a0d 708a3a00 jam 0x00 ,core_tx_pwr_ctrl1 
+3a0e 202039ef branch set_rf_ldo_cfg89 
+
+set_tx_power_factory:
+3a0f 6fe1489b fetch 2 ,mem_tx_power_factory_param 
+3a10 67f10a39 store 2 ,core_tx_pwr_ctrl0 
+3a11 202039ef branch set_rf_ldo_cfg89 
+
+initialize_radio:
+3a12 70804206 jam clksel_rc ,core_clksel 
+
+initialize_radio_wait:
+3a13 6fe1409d fetch 2 ,mem_rf_init_ptr 
+3a14 c3073a13 bbit0 14 ,initialize_radio_wait 
+3a15 98000c00 iforce contr 
+3a16 d8408a00 arg 0x8a00 ,temp 
+
+initialize_radio_loop:
+3a17 efe08006 ifetch 1 ,contr 
+3a18 c07fba1d beq 0xff ,initialize_radio_cont 
+3a19 98418a00 ior temp ,contw 
+3a1a efe08006 ifetch 1 ,contr 
+3a1b e7e08005 istore 1 ,contw 
+3a1c 20203a17 branch initialize_radio_loop 
+
+initialize_radio_cont:
+3a1d 448c4003 bpatch patch03_0 ,mem_patch03 
+3a1e 6fe0c3ef fetch 1 ,mem_wdt_always_work 
+3a1f 205a6d31 call wdt_set_disable ,blank 
+3a20 708a0305 jam 0x05 ,core_clkpll_cfg0 
+3a21 708a7a94 jam 0x94 ,core_rx_iqadc_cfg 
+3a22 20403a44 call initialize_rc_cal 
+3a23 20403a3f call initialize_rf_ldo_cfg1 
+3a24 20403a3a call initialize_syn_afc_cfg1 
+3a25 708a8be6 jam 0xe6 ,core_syn_aac_cfg1 
+3a26 708a8390 jam 0x90 ,core_syn_pfd_lkd_cfg 
+3a27 708a0e0b jam 0x0b ,core_rf_ldo_cfg2 
+3a28 708a0f05 jam 0x05 ,core_rf_ldo_cfg3 
+3a29 70896876 jam 0x76 ,core_agc_wb_sat_th 
+3a2a 70896976 jam 0x76 ,core_agc_nb_sat_th 
+3a2b 6fe0c09a fetch 1 ,mem_fcomp_div 
+3a2c c0843a2e bne xtal_16m ,initialize_radio_cont_next 
+3a2d 708a0834 jam 0x34 ,core_clkpll_cfg5 
+
+initialize_radio_cont_next:
+3a2e 708a01ff jam 0xff ,core_clkpll_ctrl1 
+3a2f 20000064 nop 100 
+3a30 708a020e jam 0x0e ,core_clkpll_ctrl2 
+3a31 708a0003 jam 0x03 ,core_clkpll_ctrl0 
+3a32 204039ed call set_tx_power_0db 
+3a33 708a9a2b jam 0x2b ,core_tx_mixer_cfg1 
+3a34 708a9b13 jam 0x13 ,core_tx_mixer_cfg2 
+
+initialize_radio_cont_next_2:
+3a35 20403a71 call init_lpm_ctrl 
+3a36 20000064 nop 100 
+3a37 70804205 jam clksel_dpll ,core_clksel 
+3a38 70411d0c jam system_clk_12m ,mem_system_clk 
+3a39 20203d00 branch le_disable 
+
+initialize_syn_afc_cfg1:
+3a3a 6fe0c3eb fetch 1 ,mem_syn_afc_cfg1 
+3a3b 243a3a3d nbranch initialize_syn_afc_cfg1_set ,blank 
+3a3c 58000029 setarg 0x29 
+
+initialize_syn_afc_cfg1_set:
+3a3d 67f08a87 store 1 ,core_syn_afc_cfg1 
+3a3e 20600000 rtn 
+
+initialize_rf_ldo_cfg1:
+3a3f 6fe0c3ec fetch 1 ,mem_rf_ldo_cfg1 
+3a40 243a3a42 nbranch initialize_rf_ldo_cfg1_set ,blank 
+3a41 58000000 setarg 0x00 
+
+initialize_rf_ldo_cfg1_set:
+3a42 67f08a0d store 1 ,core_rf_ldo_cfg1 
+3a43 20600000 rtn 
+
+initialize_rc_cal:
+3a44 6fe0c3ed fetch 1 ,mem_rc_cal 
+3a45 203a3a47 branch initialize_rc_cal_set ,blank 
+3a46 580000d3 setarg 0xd3 
+
+initialize_rc_cal_set:
+3a47 67f08a6c store 1 ,core_rx_bq_bw_cal 
+3a48 20600000 rtn 
+
+save_rssi:
+3a49 448cc003 bpatch patch03_1 ,mem_patch03 
+3a4a 6ff089a2 fetch 1 ,modem_nb_pow 
+3a4b 2feffe06 isolate1 6 ,pdata 
+3a4c 7920fe07 setflag true ,7 ,pdata 
+3a4d 67e0c117 store 1 ,mem_modem_rssi 
+3a4e 6ff089a3 fetch 1 ,modem_gain 
+3a4f 1fe1040f and pdata ,0x0f ,temp 
+3a50 18438400 lshift temp ,temp 
+3a51 1ff1fe00 rshift4 pdata ,pdata 
+3a52 98408400 iadd temp ,temp 
+3a53 184fa203 mul32 temp ,3 ,rega 
+3a54 6fe0c117 fetch 1 ,mem_modem_rssi 
+3a55 20403a5f call byte_sign_extern 
+3a56 1fe67e00 sub pdata ,0 ,pdata 
+3a57 9a20fe00 iadd rega ,pdata 
+3a58 1fe0fff7 increase -9 ,pdata 
+3a59 1fe17fff and pdata ,0x1ff ,pdata 
+3a5a 2feffe08 isolate1 8 ,pdata 
+3a5b 2420ba5d nbranch save_rssi_store ,true 
+3a5c 58000000 setarg 0 
+
+save_rssi_store:
+3a5d 67e08030 store 1 ,mem_rssi_hex 
+3a5e 20203a64 branch rssi_hex2dec 
+
+byte_sign_extern:
+3a5f 2feffe07 isolate1 7 ,pdata 
+3a60 24608000 nrtn true 
+3a61 d840ff00 arg 0xff00 ,temp 
+3a62 9841fe00 ior temp ,pdata 
+3a63 20600000 rtn 
+
+rssi_hex2dec:
+3a64 6fe08030 fetch 1 ,mem_rssi_hex 
+3a65 20403a68 call bcd 
+3a66 67e08009 store 1 ,mem_rssi 
+3a67 20600000 rtn 
+
+bcd:
+3a68 1fe17eff and_into 0xff ,pdata 
+3a69 1fe6fc0a div pdata ,10 
+3a6a 20407472 call get_div_result 
+3a6b 1ff27e00 lshift4 pdata ,pdata 
+3a6c 18070400 remainder temp 
+3a6d 9841fe00 ior temp ,pdata 
+3a6e 20600000 rtn 
+
+xtal_fast_wake:
+3a6f 58000f0f setarg 0xf0f 
+3a70 20203c04 branch lpm_write_config 
+
+init_lpm_ctrl:
+3a71 5800080f setarg 0x80f 
+3a72 20203c04 branch lpm_write_config 
+
+ahead_window:
+3a73 1fe20400 copy pdata ,temp 
+3a74 448d4003 bpatch patch03_2 ,mem_patch03 
+3a75 18427e00 copy temp ,pdata 
+3a76 2040746b call clk2bt 
+3a77 1c307e00 lshift16 bt_clk ,pdata 
+3a78 79207e2c set1 44 ,pdata 
+3a79 20407451 call clk_diff 
+3a7a 793ffe2c set0 44 ,pdata 
+3a7b 20403a82 call get_clk 
+3a7c 20407451 call clk_diff 
+3a7d 20740000 rtn user 
+3a7e 2040745e call clk2rt 
+3a7f 98003600 iforce stop_watch 
+3a80 37c18200 until null ,timeout 
+3a81 20600000 rtn 
+
+get_clk:
+3a82 1b220400 copy clkn ,temp 
+3a83 20748000 rtn master 
+3a84 1b420400 copy clke ,temp 
+3a85 20600000 rtn 
+
+get_clkbt:
+3a86 1c427e00 deposit clkn_bt 
+3a87 20748000 rtn master 
+3a88 1d027e00 deposit clke_bt 
+3a89 20600000 rtn 
+
+assert:
+3a8a 448dc003 bpatch patch03_3 ,mem_patch03 
+3a8b 20203a8a branch assert 
+
+sleep:
+3a8c 207a0000 rtn blank 
+3a8d 1fe37e00 rshift pdata ,pdata 
+3a8e 1fe0fffd increase -3 ,pdata 
+
+sleep_loop:
+3a8f 1fe0ffff increase -1 ,pdata 
+3a90 2422ba8f nbranch sleep_loop ,zero 
+3a91 18007e00 force 0 ,pdata 
+3a92 20600000 rtn 
+
+init_param:
+3a93 58000000 setarg 0 
+3a94 67e30000 store 6 ,mem_le_adv_transmit 
+3a95 d8a00163 arg mem_le_state ,contw 
+3a96 df20000a arg 10 ,loopcnt 
+3a97 204073dd call memset0 
+3a98 7004c300 jam 0 ,mem_fifo_temp 
+3a99 7001b600 jam 0 ,mem_le_testtype 
+3a9a 58000e43 setarg param_tx_setup 
+3a9b 67e10031 store 2 ,mem_param_tx_setup 
+3a9c 58000600 setarg param_rf_setup 
+3a9d 67e10033 store 2 ,mem_param_rf_setup 
+3a9e 58000600 setarg param_conn_access 
+3a9f 67e10035 store 2 ,mem_param_conn_access 
+3aa0 58000d00 setarg param_rx_setup 
+3aa1 67e1003b store 2 ,mem_param_rx_setup 
+3aa2 580003bb setarg param_clke_cal 
+3aa3 67e10037 store 2 ,mem_param_clke_cal 
+3aa4 58000500 setarg param_pll_setup 
+3aa5 67e10039 store 2 ,mem_param_pll_setup 
+3aa6 580007d0 setarg param_dpll_start_delay 
+3aa7 67e1003d store 2 ,mem_param_dpll_start_delay 
+3aa8 58000ea6 setarg param_rt_rthalfslot 
+3aa9 67e1003f store 2 ,mem_param_rt_rthalfslot 
+3aaa 580001e0 setarg param_clke_cal_le_1m 
+3aab 67e10041 store 2 ,mem_param_clke_cal_le_1m 
+3aac 58000120 setarg param_clke_cal_le_2m 
+3aad 67e10043 store 2 ,mem_param_clke_cal_le_2m 
+3aae 5800011a setarg param_clke_cal_le_coded 
+3aaf 67e10045 store 2 ,mem_param_clke_cal_le_coded 
+3ab0 448e4003 bpatch patch03_4 ,mem_patch03 
+3ab1 20758000 rtn wake 
+3ab2 7041298b jam param_t_ifs_150us + param_sync_time_difference ,mem_le_tx_ifs_defference 
+3ab3 58000d00 setarg mem_ble_tx_buff0 
+3ab4 67e14316 store 2 ,mem_ble_l2cap_tx_buff0_ptr 
+3ab5 58000060 setarg mem_ble_l2cap_tx_buff_size 
+3ab6 67e14318 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
+3ab7 1c437e00 rshift clkn_bt ,pdata 
+3ab8 67e24096 store 4 ,mem_last_clkn 
+3ab9 20600000 rtn 
+
+ldo_abb_en_init:
+3aba 20758000 rtn wake 
+3abb 448ec003 bpatch patch03_5 ,mem_patch03 
+3abc 6ff08a0a fetch 1 ,core_rf_ldo_en0 
+3abd 79207e03 set1 3 ,pdata 
+3abe 67f08a0a store 1 ,core_rf_ldo_en0 
+3abf 200004b0 nop 1200 
+3ac0 793ffe03 set0 3 ,pdata 
+3ac1 67f08a0a store 1 ,core_rf_ldo_en0 
+3ac2 20600000 rtn 
+
+lpmstate:
+3ac3 5800ee21 setarg 0xee21 
+3ac4 67f10050 store 2 ,core_clkoff 
+3ac5 6ff2011c fetch 4 ,core_gpio_in 
+3ac6 67e204f2 store 4 ,mem_saved_gpio_in 
+3ac7 67e204f2 store 4 ,mem_saved_gpio_in 
+3ac8 70804783 jam 0x83 ,core_otp_ctrl 
+3ac9 6ff08133 fetch 1 ,core_lpm_ctrl + 3 
+3aca 67e084f1 store 1 ,mem_wakup_from_power_flag 
+3acb 6ff08136 fetch 1 ,core_lpm_ldocnt 
+3acc c301e7ba bbit0 gpio_latch ,loadcode 
+3acd 7835fc00 enable wake 
+3ace c303bad8 bbit0 cold_wake ,lpmwake 
+3acf 7855fc00 disable wake 
+3ad0 1ce27e00 deposit auxcnt 
+3ad1 243a3ad8 nbranch lpmwake ,blank 
+3ad2 6ff08133 fetch 1 ,core_lpm_ctrl + 3 
+3ad3 c2813ad8 bbit1 reload_code ,lpmwake 
+3ad4 d85fffff arg param_hibernate_clks ,temp 
+3ad5 605a004c storet 4 ,core_lpm_reg 
+3ad6 70800510 jam lpmreg_sel_counter ,core_lpm_wr 
+3ad7 37df8200 until null ,never 
+
+lpmwake:
+3ad8 37d98200 until null ,lpo_edge 
+3ad9 70800520 jam lpmreg_sel_ctrl3 ,core_lpm_wr 
+3ada 37d98200 until null ,lpo_edge 
+3adb 70800502 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
+3adc 6ff20138 fetch 4 ,core_lpm_ctrl2 
+3add 67f2004c store 4 ,core_lpm_reg 
+3ade 6ff08139 fetch 1 ,core_lpm_ctrl2 + 1 
+3adf 1fe17ee0 and_into 0xe0 ,pdata 
+3ae0 67f0804d store 1 ,core_lpm_reg + 1 
+3ae1 37d98200 until null ,lpo_edge 
+3ae2 70800502 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
+3ae3 6ff18134 fetch 3 ,core_lpm_xtalcnt 
+3ae4 67f1804c store 3 ,core_lpm_reg 
+3ae5 efe08006 ifetch 1 ,contr 
+3ae6 1fe1feef or_into isogate_mask ,pdata 
+3ae7 e7e08005 istore 1 ,contw 
+3ae8 37d98200 until null ,lpo_edge 
+3ae9 70800502 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
+3aea 6ff0804f fetch 1 ,core_lpm_isogate 
+3aeb 79207e04 set1 enable_retmem ,pdata 
+3aec 67f0804f store 1 ,core_lpm_isogate 
+3aed 37d98200 until null ,lpo_edge 
+3aee 2055bb0b call lpm_load_context ,wake 
+3aef 6ff0804e fetch 1 ,core_lpm_reg + 2 
+3af0 793ffe03 set0 gpio_latch ,pdata 
+3af1 67f0804e store 1 ,core_lpm_reg + 2 
+3af2 2055e845 call load_ucode ,wake 
+3af3 2435e7ba nbranch loadcode ,wake 
+3af4 c6958000 rtnmark0 mark_otp_encrypt 
+3af5 70800608 jam lock_otp ,core_misc_ctrl 
+3af6 20600000 rtn 
+
+lpm_ctrl3_cfg_dig_vsel:
+3af7 6fe0c3ea fetch 1 ,mem_dig_aon_vsel 
+3af8 c000baff beq 1 ,lpm_ctrl3_cfg_vsel_108 
+3af9 c0013b03 beq 2 ,lpm_ctrl3_cfg_vsel_096 
+3afa c001bb07 beq 3 ,lpm_ctrl3_cfg_vsel_084 
+
+lpm_ctrl3_cfg_vsel_120:
+3afb 6fe0c0cd fetch 1 ,mem_lpm_ctrl3_aon_vsel 
+3afc 1fe17ee0 and_into 0xe0 ,pdata 
+
+lpm_ctrl3_cfg_vsel_store:
+3afd 67e0c0cd store 1 ,mem_lpm_ctrl3_aon_vsel 
+3afe 20600000 rtn 
+
+lpm_ctrl3_cfg_vsel_108:
+3aff 6fe0c0cd fetch 1 ,mem_lpm_ctrl3_aon_vsel 
+3b00 1fe17ee0 and_into 0xe0 ,pdata 
+3b01 1fe1fe1d or_into 0x1d ,pdata 
+3b02 20203afd branch lpm_ctrl3_cfg_vsel_store 
+
+lpm_ctrl3_cfg_vsel_096:
+3b03 6fe0c0cd fetch 1 ,mem_lpm_ctrl3_aon_vsel 
+3b04 1fe17ee0 and_into 0xe0 ,pdata 
+3b05 1fe1fe1b or_into 0x1b ,pdata 
+3b06 20203afd branch lpm_ctrl3_cfg_vsel_store 
+
+lpm_ctrl3_cfg_vsel_084:
+3b07 6fe0c0cd fetch 1 ,mem_lpm_ctrl3_aon_vsel 
+3b08 1fe17ee0 and_into 0xe0 ,pdata 
+3b09 1fe1fe17 or_into 0x17 ,pdata 
+3b0a 20203afd branch lpm_ctrl3_cfg_vsel_store 
+
+lpm_load_context:
+3b0b 6fe0c0e8 fetch 1 ,mem_saved_spidctrl 
+3b0c 67f08080 store 1 ,core_spid_ctrl 
+3b0d 6fe440d0 fetch 8 ,mem_saved_gpio 
+3b0e 67f40070 store 8 ,core_gpio_conf 
+3b0f efe28006 ifetch 5 ,contr 
+3b10 e7e28005 istore 5 ,contw 
+3b11 680440e0 fetchr mark ,8 ,mem_saved_mark 
+3b12 20600000 rtn 
+
+lpm_save_context:
+3b13 600440e0 storer mark ,8 ,mem_saved_mark 
+3b14 6ff40070 fetch 8 ,core_gpio_conf 
+3b15 67e440d0 store 8 ,mem_saved_gpio 
+3b16 efe28006 ifetch 5 ,contr 
+3b17 e7e28005 istore 5 ,contw 
+3b18 6ff08080 fetch 1 ,core_spid_ctrl 
+3b19 67e0c0e8 store 1 ,mem_saved_spidctrl 
+3b1a 20600000 rtn 
+
+lpo_calibration:
+3b1b 6ff0806f fetch 1 ,core_aes_en 
+3b1c 1feb7e00 rshift2 pdata ,pdata 
+3b1d 1fe17e0f and pdata ,0xf ,pdata 
+3b1e 243a3b25 nbranch lpo_cal_inited ,blank 
+3b1f 6fe1c0be fetch 3 ,mem_clks_per_lpo 
+3b20 247a0000 nrtn blank 
+3b21 6ff0806f fetch 1 ,core_aes_en 
+3b22 1fe1fe30 or_into 0x30 ,pdata 
+3b23 67f0806f store 1 ,core_aes_en 
+3b24 70800680 jam ccnt_start ,core_misc_ctrl 
+
+lpo_cal_inited:
+3b25 6ff08129 fetch 1 ,core_perf_status 
+3b26 c4008000 rtnbit0 1 
+3b27 6ff18145 fetch 3 ,core_clk_counter 
+3b28 67e1c0be store 3 ,mem_clks_per_lpo 
+3b29 20600000 rtn 
+
+lpm_adjust_clk:
+3b2a 448f4003 bpatch patch03_6 ,mem_patch03 
+3b2b 1b427e00 deposit clke 
+3b2c 2040744f call clk_diff_rt 
+3b2d 684a40ae fetcht 4 ,mem_sleep_counter_all 
+3b2e 18467cff sub temp ,0xff ,null 
+3b2f 20610000 rtn positive 
+3b30 1fed7e00 lshift8 pdata ,pdata 
+3b31 1ff27e00 lshift4 pdata ,pdata 
+3b32 9846fc00 idiv temp 
+3b33 20407472 call get_div_result 
+3b34 d84000c8 arg param_lpm_adjmax ,temp 
+3b35 20407480 call ceiling 
+3b36 67e0800e store 1 ,mem_lpm_adjust 
+3b37 24343b39 nbranch lpm_adjust_positive ,user 
+3b38 1fe67e00 sub pdata ,0 ,pdata 
+
+lpm_adjust_positive:
+3b39 6849c0be fetcht 3 ,mem_clks_per_lpo 
+3b3a 9840fe00 iadd temp ,pdata 
+3b3b 67e1c0be store 3 ,mem_clks_per_lpo 
+
+lpm_clear_counter:
+3b3c 58000000 setarg 0 
+3b3d 67e240ae store 4 ,mem_sleep_counter_all 
+3b3e 20600000 rtn 
+
+lpm_hibernate:
+3b3f 448fc003 bpatch patch03_7 ,mem_patch03 
+3b40 d85fffff arg param_hibernate_clks ,temp 
+3b41 20403c18 call lpm_write_gpio_wakeup 
+3b42 6fe0c0a8 fetch 1 ,mem_lpm_hibernate_switch 
+3b43 67e0c0cb store 1 ,mem_lpm_xtalcnt + 4 
+3b44 6fe0c0c9 fetch 1 ,mem_lpm_xtalcnt + 2 
+3b45 79207e07 set1 cold_wake ,pdata 
+3b46 67e0c0c9 store 1 ,mem_lpm_xtalcnt + 2 
+
+lpm_sleep:
+3b47 44904004 bpatch patch04_0 ,mem_patch04 
+3b48 6fe143a2 fetch 2 ,mem_cb_before_lpm_sleep 
+3b49 20407487 call callback_func 
+3b4a 37d98200 until null ,lpo_edge 
+3b4b 70800501 jam lpmreg_sel_ctrl ,core_lpm_wr 
+3b4c 20403af7 call lpm_ctrl3_cfg_dig_vsel 
+3b4d 37d98200 until null ,lpo_edge 
+3b4e 70800502 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
+3b4f 58000f0f setarg 0xf0f 
+3b50 20403bfa call lpm_write_config_reg 
+
+lpm_sleep_skip_cb_function:
+3b51 6fe240ae fetch 4 ,mem_sleep_counter_all 
+3b52 9840fe00 iadd temp ,pdata 
+3b53 67e240ae store 4 ,mem_sleep_counter_all 
+3b54 20403b13 call lpm_save_context 
+3b55 37d98200 until null ,lpo_edge 
+3b56 70800502 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
+3b57 6a4240cc fetchr regb ,4 ,mem_lpm_ctrl3 
+3b58 6fe2c0c7 fetch 5 ,mem_lpm_xtalcnt 
+3b59 67f2004c store 4 ,core_lpm_reg 
+3b5a 632340b2 storer clkn ,6 ,mem_sleep_clkn 
+3b5b 37d98200 until null ,lpo_edge 
+3b5c 70800520 jam lpmreg_sel_ctrl3 ,core_lpm_wr 
+3b5d 1fef7e00 rshift32 pdata ,pdata 
+3b5e 67f0804f store 1 ,core_lpm_isogate 
+3b5f 37d98200 until null ,lpo_edge 
+3b60 6252004c storer regb ,4 ,core_lpm_reg 
+3b61 70800510 jam lpmreg_sel_counter ,core_lpm_wr 
+3b62 37d98200 until null ,lpo_edge 
+3b63 605a004c storet 4 ,core_lpm_reg 
+3b64 37df8200 until null ,never 
+
+lpm_recover_clk:
+3b65 4490c004 bpatch patch04_1 ,mem_patch04 
+3b66 58000000 setarg 0 
+3b67 1ce27c00 copy auxcnt ,null 
+3b68 2022bb70 branch lpm_recover_timeout ,zero 
+3b69 6ff08134 fetch 1 ,core_lpm_xtalcnt 
+3b6a 68588135 fetcht 1 ,core_lpm_buckcnt 
+3b6b 98467c00 isub temp ,null 
+3b6c 20213b6e branch lpm_recover_xtal ,positive 
+3b6d 18427e00 deposit temp 
+
+lpm_recover_xtal:
+3b6e 9ce67e00 isub auxcnt ,pdata 
+3b6f 1fe0fe01 increase 1 ,pdata 
+
+lpm_recover_timeout:
+3b70 1fe0fe07 increase param_lpo_extra ,pdata 
+3b71 37d98200 until null ,lpo_edge 
+3b72 9e20fe00 iadd lpo_time ,pdata 
+3b73 684a40aa fetcht 4 ,mem_sleep_counter 
+3b74 9840fe00 iadd temp ,pdata 
+3b75 6849c0be fetcht 3 ,mem_clks_per_lpo 
+3b76 984ffe00 imul32 temp ,pdata 
+3b77 1fecfe00 rshift8 pdata ,pdata 
+3b78 1ff1fe00 rshift4 pdata ,pdata 
+3b79 1fe0fff3 increase param_lpm_fix ,pdata 
+3b7a 6849003f fetcht 2 ,mem_param_rt_rthalfslot 
+3b7b 9846fc00 idiv temp 
+3b7c 20407472 call get_div_result 
+3b7d 1ff07e00 lshift16 pdata ,pdata 
+3b7e 18070400 remainder temp 
+3b7f 9841fe00 ior temp ,pdata 
+3b80 684b40b2 fetcht 6 ,mem_sleep_clkn 
+3b81 20407444 call clk_add 
+3b82 37d98200 until null ,lpo_edge 
+3b83 18423200 copy temp ,clkn 
+3b84 6fe34048 fetch 6 ,mem_context + coffset_clk_offset 
+3b85 20403905 call calc_clke2 
+3b86 1b427e00 deposit clke 
+3b87 67e304c4 store 6 ,mem_pdatatemp 
+3b88 1ce27e00 deposit auxcnt 
+3b89 e7e08005 istore 1 ,contw 
+3b8a 6ff0811d fetch 1 ,core_gpio_in1 
+3b8b 1fe1fef0 or_into 0xf0 ,pdata 
+3b8c e7e08005 istore 1 ,contw 
+3b8d 20600000 rtn 
+
+lpm_dispatch:
+3b8e 44914004 bpatch patch04_2 ,mem_patch04 
+3b8f 20403b1b call lpo_calibration 
+3b90 6fe1c0be fetch 3 ,mem_clks_per_lpo 
+3b91 207a0000 rtn blank 
+3b92 6fe0c094 fetch 1 ,mem_lpm_mode 
+3b93 207a0000 rtn blank 
+3b94 da6038ab arg context_check_a_wack ,regc 
+3b95 20403867 call context_search 
+3b96 20628000 rtn zero 
+3b97 20403c29 call lpm_check_wake_lock 
+3b98 247a0000 nrtn blank 
+3b99 2040385b call context_check_idle 
+3b9a 2422bbb9 nbranch lpm_dispatch_unconn ,zero 
+3b9b 20758000 rtn wake 
+3b9c 4491c004 bpatch patch04_3 ,mem_patch04 
+3b9d 68488015 fetcht 1 ,mem_lpm_current_mult 
+3b9e 6fe14042 fetch 2 ,mem_context + coffset_tsniff 
+3b9f 984ffe00 imul32 temp ,pdata 
+3ba0 18518400 rshift4 temp ,temp 
+3ba1 184b0400 rshift2 temp ,temp 
+3ba2 98467e00 isub temp ,pdata 
+3ba3 684a4044 fetcht 4 ,mem_context + coffset_sniff_anchor 
+3ba4 9840fe00 iadd temp ,pdata 
+3ba5 6848c0a7 fetcht 1 ,mem_lpm_overhead 
+3ba6 98467e00 isub temp ,pdata 
+3ba7 1ff06000 lshift16 pdata ,alarm 
+3ba8 6fe1404e fetch 2 ,mem_context + coffset_rx_window 
+3ba9 1fe37e00 rshift pdata ,pdata 
+3baa 2040746b call clk2bt 
+3bab 1e027e00 deposit alarm 
+3bac 20407451 call clk_diff 
+3bad 1b420400 copy clke ,temp 
+3bae 2040744f call clk_diff_rt 
+3baf 20740000 rtn user 
+
+lpm_dispatch_sleep:
+3bb0 20407464 call clk2lpo 
+
+lpm_dispatch_lpo:
+3bb1 44924004 bpatch patch04_4 ,mem_patch04 
+3bb2 6fe0c0c7 fetch 1 ,mem_lpm_xtalcnt 
+3bb3 98467c00 isub temp ,null 
+3bb4 20213b3c branch lpm_clear_counter ,positive 
+3bb5 604a40aa storet 4 ,mem_sleep_counter 
+3bb6 20404db1 call app_will_enter_lpm 
+3bb7 684a40aa fetcht 4 ,mem_sleep_counter 
+3bb8 20203b47 branch lpm_sleep 
+
+lpm_dispatch_unconn:
+3bb9 4492c004 bpatch patch04_5 ,mem_patch04 
+3bba 6fe0c35f fetch 1 ,mem_le_adv_enable 
+3bbb 243a3bbd nbranch lpm_unconn_cont ,blank 
+3bbc 20600000 rtn 
+
+lpm_unconn_cont:
+3bbd 6fe140a5 fetch 2 ,mem_lpm_interval 
+3bbe 207a0000 rtn blank 
+
+lpm_sleep_btclk:
+3bbf 6848c0a7 fetcht 1 ,mem_lpm_overhead 
+3bc0 98467e00 isub temp ,pdata 
+3bc1 d8401d4c arg 7500 ,temp 
+3bc2 984ffe00 imul32 temp ,pdata 
+3bc3 20203bb0 branch lpm_dispatch_sleep 
+
+lpm_mult_wait_timeout:
+3bc4 6fe1439e fetch 2 ,mem_cb_bt_set_mult 
+3bc5 20407487 call callback_func 
+3bc6 243a3bdc nbranch lpm_mult_short ,blank 
+3bc7 70001500 jam 0 ,mem_lpm_current_mult 
+3bc8 c586bbdc bmark0 mark_lpm_mult_enable ,lpm_mult_short 
+3bc9 6fe0c0c3 fetch 1 ,mem_lpm_mult_cnt 
+3bca 203a3be0 branch lpm_mult_long ,blank 
+3bcb 1fe0ffff increase -1 ,pdata 
+3bcc 67e0c0c3 store 1 ,mem_lpm_mult_cnt 
+3bcd 20600000 rtn 
+
+lpm_match:
+3bce 7040a900 jam 0 ,mem_sniff_unint_lost 
+3bcf 6fe1c0b8 fetch 3 ,mem_sniff_rcv 
+3bd0 1fe0fe01 increase 1 ,pdata 
+3bd1 67e1c0b8 store 3 ,mem_sniff_rcv 
+3bd2 20600000 rtn 
+
+lpm_lost:
+3bd3 44934004 bpatch patch04_6 ,mem_patch04 
+3bd4 70001500 jam 0 ,mem_lpm_current_mult 
+3bd5 6fe1c0bb fetch 3 ,mem_sniff_lost 
+3bd6 1fe0fe01 increase 1 ,pdata 
+3bd7 67e1c0bb store 3 ,mem_sniff_lost 
+3bd8 6fe0c0a9 fetch 1 ,mem_sniff_unint_lost 
+3bd9 1fe0fe01 increase 1 ,pdata 
+3bda 67e0c0a9 store 1 ,mem_sniff_unint_lost 
+3bdb 20600000 rtn 
+
+lpm_mult_short:
+3bdc 70001500 jam 0 ,mem_lpm_current_mult 
+3bdd 6fe0c0c2 fetch 1 ,mem_lpm_mult_timeout 
+3bde 67e0c0c3 store 1 ,mem_lpm_mult_cnt 
+3bdf 20600000 rtn 
+
+lpm_mult_long:
+3be0 6848c0c1 fetcht 1 ,mem_lpm_mult 
+3be1 60488015 storet 1 ,mem_lpm_current_mult 
+3be2 20600000 rtn 
+
+lpm_cal_xtal_startup:
+3be3 6fe0c0c7 fetch 1 ,mem_lpm_xtalcnt 
+3be4 247a0000 nrtn blank 
+3be5 70804206 jam clksel_rc ,core_clksel 
+3be6 58000f0c setarg 0xf0c 
+3be7 20403c04 call lpm_write_config 
+3be8 58030d40 setarg 200000 
+3be9 20403a8c call sleep 
+3bea 37d98200 until null ,lpo_edge 
+3beb 1e226000 copy lpo_time ,alarm 
+3bec 20403a6f call xtal_fast_wake 
+3bed 70804204 jam clksel_xtal ,core_clksel 
+3bee 2000000a nop 10 
+3bef 37d98200 until null ,lpo_edge 
+3bf0 1e227e00 deposit lpo_time 
+3bf1 9e067e00 isub alarm ,pdata 
+3bf2 1fe0fe30 increase 0x30 ,pdata 
+3bf3 d84000ff arg 0xff ,temp 
+3bf4 20407480 call ceiling 
+3bf5 67e0c0c7 store 1 ,mem_lpm_xtalcnt 
+3bf6 20007530 nop 30000 
+3bf7 20007530 nop 30000 
+3bf8 20007530 nop 30000 
+3bf9 20600000 rtn 
+
+lpm_write_config_reg:
+3bfa d8a00fff arg 0xfff ,contw 
+3bfb 98a10a00 iand contw ,contw 
+3bfc 6fe0c0c4 fetch 1 ,mem_lpm_config 
+3bfd 1fe17ef0 and_into 0xf0 ,pdata 
+3bfe 1fed7e00 lshift8 pdata ,pdata 
+3bff 98a1fe00 ior contw ,pdata 
+3c00 67f1004c store 2 ,core_lpm_reg 
+3c01 efe10006 ifetch 2 ,contr 
+3c02 e7e10005 istore 2 ,contw 
+3c03 20600000 rtn 
+
+lpm_write_config:
+3c04 20403bfa call lpm_write_config_reg 
+
+lpm_write_ctrl:
+3c05 4493c004 bpatch patch04_7 ,mem_patch04 
+3c06 58000001 setarg lpmreg_sel_ctrl 
+3c07 20203c09 branch lpm_write 
+
+lpm_write_ctrl2:
+3c08 58000002 setarg lpmreg_sel_ctrl2 
+
+lpm_write:
+3c09 37d98200 until null ,lpo_edge 
+3c0a 67f08005 store 1 ,core_lpm_wr 
+3c0b 37d98200 until null ,lpo_edge 
+3c0c 37d98200 until null ,lpo_edge 
+3c0d 20600000 rtn 
+
+lpm_write_sel_vdd:
+3c0e 44944005 bpatch patch05_0 ,mem_patch05 
+3c0f 6ff20138 fetch 4 ,core_lpm_ctrl2 
+3c10 67f2004c store 4 ,core_lpm_reg 
+3c11 6ff08138 fetch 1 ,core_lpm_ctrl2 
+3c12 1fe17e41 and_into 0x41 ,pdata 
+3c13 6848c0cc fetcht 1 ,mem_lpm_ctrl3_app_vsel 
+3c14 9841fe00 ior temp ,pdata 
+3c15 67f0804c store 1 ,core_lpm_reg 
+
+lpm_write_ctrl3:
+3c16 58000020 setarg lpmreg_sel_ctrl3 
+3c17 20203c09 branch lpm_write 
+
+lpm_write_gpio_wakeup:
+3c18 4494c005 bpatch patch05_1 ,mem_patch05 
+3c19 6fe20016 fetch 4 ,mem_gpio_wakeup_low 
+3c1a 67f2004c store 4 ,core_lpm_reg 
+3c1b 58000004 setarg lpmreg_sel_gpiolow 
+3c1c 20403c09 call lpm_write 
+3c1d 6fe2001a fetch 4 ,mem_gpio_wakeup_high 
+3c1e 67f2004c store 4 ,core_lpm_reg 
+3c1f 58000008 setarg lpmreg_sel_gpiohigh 
+3c20 20203c09 branch lpm_write 
+
+lpm_get_wake_lock:
+3c21 6fe140a3 fetch 2 ,mem_lpm_wake_lock 
+3c22 f9207e00 qset1 pdata 
+3c23 67e140a3 store 2 ,mem_lpm_wake_lock 
+3c24 20600000 rtn 
+
+lpm_put_wake_lock:
+3c25 6fe140a3 fetch 2 ,mem_lpm_wake_lock 
+3c26 f93ffe00 qset0 pdata 
+3c27 67e140a3 store 2 ,mem_lpm_wake_lock 
+3c28 20600000 rtn 
+
+lpm_check_wake_lock:
+3c29 44954005 bpatch patch05_2 ,mem_patch05 
+3c2a 20404daf call app_check_wake_lock 
+3c2b 6fe140a3 fetch 2 ,mem_lpm_wake_lock 
+3c2c 1fe22200 copy pdata ,rega 
+3c2d 6fe1c3fd fetch 3 ,mem_tx_fifo3 
+3c2e 7d3a2201 nsetflag blank ,wake_lock_ble_tx ,rega 
+3c2f 6fe4441e fetch util_fifo_len ,mem_ipc_fifo_bt2c51 
+3c30 7d3a220f nsetflag blank ,wake_lock_ipc_bt2c51 ,rega 
+3c31 6fe44426 fetch util_fifo_len ,mem_ipc_fifo_c512bt 
+3c32 7d3a220e nsetflag blank ,wake_lock_ipc_c512bt ,rega 
+3c33 6fe0c10d fetch 1 ,mem_hci_cmd 
+3c34 7d3a2208 nsetflag blank ,wake_lock_cmd ,rega 
+3c35 1a227e00 copy rega ,pdata 
+3c36 67e140a3 store 2 ,mem_lpm_wake_lock 
+3c37 20600000 rtn 
+
+lpm_uart_wake_lock:
+3c38 6ff10112 fetch 2 ,core_uart_rxitems 
+3c39 7d3a2206 nsetflag blank ,wake_lock_uart_rx ,rega 
+3c3a 6ff1010e fetch 2 ,core_uart_txitems 
+3c3b 7d3a2205 nsetflag blank ,wake_lock_uart_tx ,rega 
+3c3c 20600000 rtn 
+
+lpm_shut_down:
+3c3d 6ff20130 fetch 4 ,core_lpm_ctrl 
+3c3e 793ffe1b set0 27 ,pdata 
+3c3f 67f2004c store 4 ,core_lpm_reg 
+3c40 20403c05 call lpm_write_ctrl 
+3c41 20203a8a branch assert 
+
+lpm_disable_exen_output:
+3c42 6ff20134 fetch 4 ,core_lpm_xtalcnt 
+3c43 793ffe14 set0 20 ,pdata 
+3c44 67f2004c store 4 ,core_lpm_reg 
+3c45 20203c08 branch lpm_write_ctrl2 
+
+le_init_conn:
+3c46 44eb401a bpatch patch1a_6 ,mem_patch1a 
+3c47 7855fc00 disable wake 
+3c48 70017901 jam 1 ,mem_le_conn_handle 
+3c49 70016303 jam 3 ,mem_le_state 
+3c4a 70017a01 jam 1 ,mem_le_arq 
+3c4b 5fffffff setarg -1 
+3c4c 67e1017d store 2 ,mem_le_event_count 
+3c4d 18007e00 force 0 ,pdata 
+3c4e 67e0817b store 1 ,mem_le_ch 
+3c4f 67e08186 store 1 ,mem_le_op 
+3c50 67e1c0b8 store 3 ,mem_sniff_rcv 
+3c51 67e1c0bb store 3 ,mem_sniff_lost 
+3c52 20403fa1 call le_clear_enc 
+3c53 70412b01 jam 1 ,mem_le_txheader 
+3c54 70412c00 jam 0 ,mem_le_txlen 
+3c55 70019801 jam fun_rx_ll_1m_phy ,mem_le_rx_phy 
+3c56 70019901 jam fun_tx_ll_1m_phy ,mem_le_tx_phy 
+3c57 70436d00 jam 0 ,mem_le_l2cap_att_states 
+3c58 2020407e branch le_supervision_flush 
+
+le_init_master:
+3c59 44ebc01a bpatch patch1a_7 ,mem_patch1a 
+3c5a 7834fc00 enable master 
+3c5b 70016403 jam lemode_master ,mem_le_mode 
+3c5c 70436f01 jam 1 ,mem_le_att_handle 
+3c5d 70050601 jam 1 ,mem_le_search_handle_start 
+3c5e 5800ffff setarg 0xffff 
+3c5f 67e10508 store 2 ,mem_le_search_handle_end 
+3c60 18007e00 force 0 ,pdata 
+3c61 67e2c407 store 5 ,mem_ccm_pcnt_rx 
+3c62 79207e27 set1 le_ccm_directionbit ,pdata 
+3c63 67e2c402 store 5 ,mem_ccm_pcnt_tx 
+3c64 20203c46 branch le_init_conn 
+
+le_init_slave:
+3c65 44ec401b bpatch patch1b_0 ,mem_patch1b 
+3c66 7854fc00 disable master 
+3c67 58000017 setarg 0x17 
+3c68 67e142b8 store 2 ,mem_le_remote_mtu 
+3c69 1fe0fe04 increase 4 ,pdata 
+3c6a 67e1437c store 2 ,mem_remote_rx_max_octets 
+3c6b 70016401 jam lemode_slave ,mem_le_mode 
+3c6c 70435f00 jam 0 ,mem_le_adv_enable 
+3c6d 70001500 jam 0 ,mem_lpm_current_mult 
+3c6e 20403ccf call le_clear_pairing_state 
+3c6f 6fe10191 fetch 2 ,mem_le_superto 
+3c70 67e142ca store 2 ,mem_le_init_superto 
+3c71 6fe10165 fetch 2 ,mem_le_tsniff 
+3c72 1feffe05 mul32 pdata ,5 ,pdata 
+3c73 1ff1fe00 rshift4 pdata ,pdata 
+3c74 67e10191 store 2 ,mem_le_superto 
+3c75 20203c46 branch le_init_conn 
+
+le_conn_dispatch:
+3c76 44ecc01b bpatch patch1b_1 ,mem_patch1b 
+3c77 20403cf9 call le_enable 
+3c78 6fe08163 fetch 1 ,mem_le_state 
+3c79 2feffe04 isolate1 lestate_encryption ,pdata 
+3c7a 79208032 setflag true ,mark_ble_encryption ,mark 
+3c7b 20404d9e call app_process_ble 
+3c7c 6fe08164 fetch 1 ,mem_le_mode 
+3c7d c280bc7f bbit1 mode_master ,le_master_dispatch 
+3c7e 20203c91 branch le_slave_dispatch 
+
+le_master_dispatch:
+3c7f 44ed401b bpatch patch1b_2 ,mem_patch1b 
+3c80 7834fc00 enable master 
+3c81 20404074 call le_supervision_update 
+3c82 20213c8e branch le_master_disconn ,positive 
+3c83 20403d3f call le_setup 
+3c84 20403fb6 call le_prepare_tx 
+3c85 7856fc00 disable match 
+3c86 20403e74 call le_transmit_receive_sifs 
+3c87 24768000 nrtn match 
+3c88 6fe08005 fetch 1 ,mem_le_conn_rcv 
+3c89 1fe0fe01 increase 1 ,pdata 
+3c8a 67e08005 store 1 ,mem_le_conn_rcv 
+3c8b 20403f67 call le_acknowledge 
+3c8c 7854fc00 disable master 
+3c8d 20600000 rtn 
+
+le_master_disconn:
+3c8e 20403cc4 call le_disconnect 
+3c8f 7854fc00 disable master 
+3c90 20600000 rtn 
+
+le_slave_dispatch:
+3c91 44edc01b bpatch patch1b_3 ,mem_patch1b 
+3c92 70431300 jam 0 ,mem_le_md_count 
+3c93 793f8030 set0 mark_ble_crc_fail ,mark 
+3c94 78577c00 disable attempt 
+3c95 20404074 call le_supervision_update 
+3c96 20213cc4 branch le_slave_disconn ,positive 
+3c97 6fe08198 fetch 1 ,mem_le_rx_phy 
+3c98 20403ce0 call le_enable_phy_by_pdata 
+3c99 20403d3f call le_setup 
+3c9a 20403d96 call le_receive_slave 
+3c9b 242c3cb5 nbranch le_slave_unsync ,sync 
+3c9c 20403cd3 call le_got_first_packet 
+3c9d 2036bca0 branch le_slave_match ,match 
+3c9e c5183ca0 bmark1 mark_ble_crc_fail ,le_slave_crc_fail 
+3c9f 20203caf branch le_slave_cont 
+
+le_slave_crc_fail:
+
+le_slave_match:
+3ca0 44ee401b bpatch patch1b_4 ,mem_patch1b 
+3ca1 6fe0c313 fetch 1 ,mem_le_md_count 
+3ca2 1fe0fe01 pincrease 1 
+3ca3 67e0c313 store 1 ,mem_le_md_count 
+3ca4 c0063caf beq le_md_max_count ,le_slave_cont 
+3ca5 20403f67 call le_acknowledge 
+3ca6 20403fb6 call le_prepare_tx 
+3ca7 6fe08199 fetch 1 ,mem_le_tx_phy 
+3ca8 20403ce0 call le_enable_phy_by_pdata 
+3ca9 20403e85 call le_transmit 
+3caa 20404019 call le_parse 
+3cab 6fe1439a fetch 2 ,mem_cb_ble_transmit 
+3cac 20407487 call callback_func 
+3cad 20403cb9 call le_check_md 
+3cae 20343cbe branch le_slave_more_data ,user 
+
+le_slave_cont:
+3caf 44eec01b bpatch patch1b_5 ,mem_patch1b 
+3cb0 2040468a call le_pairing_sm 
+3cb1 20404681 call le_check_paring_time 
+3cb2 20406f91 call check_51cmd 
+3cb3 6fe08186 fetch 1 ,mem_le_op 
+3cb4 c281bcc4 bbit1 op_disconn ,le_slave_disconn 
+
+le_slave_unsync:
+3cb5 44ef401b bpatch patch1b_6 ,mem_patch1b 
+3cb6 204038cc call end_of_packet 
+3cb7 20404147 call le_lpm_set_mult 
+3cb8 202038f3 branch calc_clke_offset 
+
+le_check_md:
+3cb9 78547c00 disable user 
+3cba c51574c8 bmark1 mark_ble_rx_md ,enable_user 
+3cbb c514f4c8 bmark1 mark_ble_tx_md ,enable_user 
+3cbc c51874c8 bmark1 mark_ble_crc_fail ,enable_user 
+3cbd 20600000 rtn 
+
+le_slave_more_data:
+3cbe 44efc01b bpatch patch1b_7 ,mem_patch1b 
+3cbf 78377c00 enable attempt 
+3cc0 20403e78 call le_transmit_receive_sifs_notx 
+3cc1 2036bca0 branch le_slave_match ,match 
+3cc2 c5183ca0 bmark1 mark_ble_crc_fail ,le_slave_crc_fail 
+3cc3 20203caf branch le_slave_cont 
+
+le_slave_disconn:
+
+le_disconnect:
+3cc4 44f0401c bpatch patch1c_0 ,mem_patch1c 
+3cc5 20403cca call le_clear_connection_info 
+3cc6 20404dee call app_disconn_reason_collect_ble 
+3cc7 20403ccf call le_clear_pairing_state 
+3cc8 7004c315 jam bt_evt_le_disconnected ,mem_fifo_temp 
+3cc9 20206f7b branch ui_ipc_send_event 
+
+le_clear_connection_info:
+3cca d8a043f3 arg mem_used_map ,contw 
+3ccb 204073e1 call memset0_16 
+3ccc 70017900 jam 0 ,mem_le_conn_handle 
+3ccd 70016400 jam lemode_idle ,mem_le_mode 
+3cce 70016300 jam 0 ,mem_le_state 
+
+le_clear_pairing_state:
+3ccf 44f0c01c bpatch patch1c_1 ,mem_patch1c 
+3cd0 7042d200 jam flag_le_enc_null ,mem_le_enc_state 
+3cd1 7042d100 jam flag_le_pairing_null ,mem_le_pairing_state 
+3cd2 20600000 rtn 
+
+le_got_first_packet:
+3cd3 44f1401c bpatch patch1c_2 ,mem_patch1c 
+3cd4 6fe08005 fetch 1 ,mem_le_conn_rcv 
+3cd5 1fe0fe01 increase 1 ,pdata 
+3cd6 67e08005 store 1 ,mem_le_conn_rcv 
+3cd7 6fe08163 fetch 1 ,mem_le_state 
+3cd8 c3818000 rtnbit1 lestate_got_first_packet 
+3cd9 79207e03 set1 lestate_got_first_packet ,pdata 
+3cda 67e08163 store 1 ,mem_le_state 
+3cdb 6fe142ca fetch 2 ,mem_le_init_superto 
+3cdc 67e10191 store 2 ,mem_le_superto 
+3cdd 58000000 setarg 0 
+3cde 67e242f2 store 4 ,mem_le_transmit_window 
+3cdf 20600000 rtn 
+
+le_enable_phy_by_pdata:
+3ce0 1fe20400 copy pdata ,temp 
+3ce1 44f1c01c bpatch patch1c_3 ,mem_patch1c 
+3ce2 18427e00 copy temp ,pdata 
+3ce3 c2803cf9 bbit1 bit_le_1m_phy ,le_enable 
+3ce4 c280bce9 bbit1 bit_le_2m_phy ,le_enable_2m 
+3ce5 c3013cf9 bbit0 bit_le_coded_phy ,le_enable 
+3ce6 c283bcf6 bbit1 bit_le_coded_phy_s8 ,le_enable_coded_s8 
+3ce7 c2813cef bbit1 bit_le_coded_phy_s2 ,le_enable_coded_s2 
+3ce8 20203cf9 branch le_enable 
+
+le_enable_2m:
+3ce9 20403cf9 call le_enable 
+3cea 7920002d set1 mark_ble_2m ,mark 
+3ceb 793f802f set0 mark_ble_lr ,mark 
+3cec 70890103 jam 0x03 ,0x8901 
+3ced 70892084 jam 0x84 ,0x8920 
+3cee 20600000 rtn 
+
+le_enable_coded_s2:
+
+le_enable_coded:
+3cef 20403cf9 call le_enable 
+3cf0 7920002f set1 mark_ble_lr ,mark 
+3cf1 793f802e set0 mark_ble_lr_s8 ,mark 
+3cf2 70890105 jam 0x05 ,0x8901 
+3cf3 70892080 jam 0x80 ,0x8920 
+3cf4 70893020 jam 0x20 ,0x8930 
+3cf5 20600000 rtn 
+
+le_enable_coded_s8:
+3cf6 20403cef call le_enable_coded 
+3cf7 7920002e set1 mark_ble_lr_s8 ,mark 
+3cf8 20600000 rtn 
+
+le_enable:
+3cf9 44f2401c bpatch patch1c_4 ,mem_patch1c 
+3cfa 793f802d set0 mark_ble_2m ,mark 
+3cfb 793f802f set0 mark_ble_lr ,mark 
+3cfc 70890101 jam 0x01 ,0x8901 
+3cfd 70892080 jam 0x80 ,0x8920 
+3cfe 70893003 jam 0x03 ,0x8930 
+3cff 20600000 rtn 
+
+le_disable:
+3d00 44f2c01c bpatch patch1c_5 ,mem_patch1c 
+3d01 793f8032 set0 mark_ble_encryption ,mark 
+3d02 70890101 jam 0x01 ,0x8901 
+3d03 70892080 jam 0x80 ,0x8920 
+3d04 70893003 jam 0x03 ,0x8930 
+3d05 20600000 rtn 
+
+le_prep:
+3d06 44f3401c bpatch patch1c_6 ,mem_patch1c 
+3d07 7844fc00 disable enable_crc 
+3d08 7843fc00 disable enable_white 
+3d09 6fe1818b fetch 3 ,mem_le_crcinit 
+3d0a 98001e00 iforce crc24_init 
+3d0b 6fe08007 fetch 1 ,mem_le_ch_mapped 
+
+le_prep_next:
+3d0c 1fed8400 reverse pdata ,temp 
+3d0d 79200401 set1 1 ,temp 
+3d0e 18431c00 rshift temp ,white_init 
+3d0f 20600000 rtn 
+
+le_rx_setfreq:
+3d10 20403d19 call le_setfreq 
+
+le_rf_rx_enable:
+3d11 20403954 call set_freq_rx 
+3d12 6fe10039 fetch 2 ,mem_param_pll_setup 
+3d13 20403a8c call sleep 
+3d14 2020396a branch rf_rx_enable 
+
+le_tx_setfreq:
+3d15 2036b9cf branch txon ,match 
+3d16 c51839cf bmark1 mark_ble_crc_fail ,txon 
+
+le_tx_setfreq0:
+3d17 20403d19 call le_setfreq 
+3d18 202039c9 branch set_freq_tx 
+
+le_setfreq:
+3d19 44f3c01c bpatch patch1c_7 ,mem_patch1c 
+3d1a 20403925 call set_sync_on 
+3d1b 6fe081b6 fetch 1 ,mem_le_testtype 
+3d1c 243a3d2c nbranch le_ctf_test ,blank 
+3d1d 6fe08007 fetch 1 ,mem_le_ch_mapped 
+3d1e 1fe67c24 sub pdata ,36 ,null 
+3d1f 20213d26 branch le_ctf_normal ,positive 
+3d20 18000400 force 0 ,temp 
+3d21 c1128000 rtneq 37 
+3d22 18000418 force 24 ,temp 
+3d23 c1130000 rtneq 38 
+3d24 1800044e force 78 ,temp 
+3d25 20600000 rtn 
+
+le_ctf_normal:
+3d26 1fe67c0a sub pdata ,10 ,null 
+3d27 20213d29 branch le_ctf_low ,positive 
+3d28 1fe0fe01 increase 1 ,pdata 
+
+le_ctf_low:
+3d29 1fe3fe00 lshift pdata ,pdata 
+3d2a 1fe08402 add pdata ,2 ,temp 
+3d2b 20600000 rtn 
+
+le_ctf_test:
+3d2c 6fe08007 fetch 1 ,mem_le_ch_mapped 
+3d2d 1fe38400 lshift pdata ,temp 
+3d2e 20600000 rtn 
+
+le_sca_map:
+3d2f d84001f4 arg 500 ,temp 
+3d30 207a0000 rtn blank 
+3d31 d84000fa arg 250 ,temp 
+3d32 c1008000 rtneq 1 
+3d33 d8400096 arg 150 ,temp 
+3d34 c1010000 rtneq 2 
+3d35 d8400064 arg 100 ,temp 
+3d36 c1018000 rtneq 3 
+3d37 d840004b arg 75 ,temp 
+3d38 c1020000 rtneq 4 
+3d39 d8400032 arg 50 ,temp 
+3d3a c1028000 rtneq 5 
+3d3b d8400028 arg 40 ,temp 
+3d3c c1030000 rtneq 6 
+3d3d d8400014 arg 20 ,temp 
+3d3e 20600000 rtn 
+
+le_setup:
+3d3f 44f4401d bpatch patch1d_0 ,mem_patch1d 
+3d40 78287c00 enable swfine 
+3d41 6fe20187 fetch 4 ,mem_le_access 
+3d42 98001200 iforce access 
+3d43 20403d74 call le_map_channel 
+3d44 58000200 setarg 0x200 
+3d45 2034bd48 branch le_setup_master ,master 
+3d46 6fe10171 fetch 2 ,mem_le_receive_window 
+3d47 1fe37e00 rshift pdata ,pdata 
+
+le_setup_master:
+3d48 68490039 fetcht 2 ,mem_param_pll_setup 
+3d49 9840fe00 iadd temp ,pdata 
+3d4a 20403a73 call ahead_window 
+3d4b 1b427e00 deposit clke 
+3d4c 20600000 rtn 
+
+le_context_nextevent:
+3d4d 44f4c01d bpatch patch1d_1 ,mem_patch1d 
+3d4e 204073a4 call push_stack_rega_b_c 
+3d4f 672104ef storer loopcnt ,2 ,mem_loopcnt 
+3d50 1a208c01 add rega ,coffset_mode ,contr 
+3d51 efe08006 ifetch 1 ,contr 
+3d52 c4000000 rtnbit0 mode_le 
+3d53 1a208a1a add rega ,coffset_le_event_cnt ,contw 
+3d54 efe10005 ifetch 2 ,contw 
+3d55 1fe0fe01 increase 1 ,pdata 
+3d56 e7e10005 istore 2 ,contw 
+3d57 20403ee6 call le_update_param 
+3d58 20403f08 call le_update_channel_map 
+3d59 20403f11 call le_update_phy 
+3d5a 20403d5e call le_context_nexthop 
+3d5b 204073b3 call pop_stack_rega_b_c 
+3d5c 6f2104ef fetchr loopcnt ,2 ,mem_loopcnt 
+3d5d 20600000 rtn 
+
+le_context_nexthop:
+3d5e 1a208c19 add rega ,coffset_le_hop ,contr 
+3d5f efe08006 ifetch 1 ,contr 
+3d60 1a208a18 add rega ,coffset_le_ch ,contw 
+3d61 e8408005 ifetcht 1 ,contw 
+3d62 9840fe00 iadd temp ,pdata 
+3d63 1fe67c24 sub pdata ,36 ,null 
+3d64 20213d66 branch le_nexthop_nowrap ,positive 
+3d65 1fe0ffdb increase -37 ,pdata 
+
+le_nexthop_nowrap:
+3d66 e7e08005 istore 1 ,contw 
+3d67 20600000 rtn 
+
+le_calc_channel_map:
+3d68 1a208c30 add rega ,coffset_le_channel_map ,contr 
+3d69 efe28006 ifetch 5 ,contr 
+3d6a 18000400 force 0 ,temp 
+3d6b 18007225 force 37 ,loopcnt 
+
+le_count_channels_loop:
+3d6c c3003d6e bbit0 0 ,le_count_channels_notused 
+3d6d 18408401 increase 1 ,temp 
+
+le_count_channels_notused:
+3d6e 1fe37e00 rshift pdata ,pdata 
+3d6f c2003d6c loop le_count_channels_loop 
+3d70 1840ffff add temp ,-1 ,pdata 
+3d71 1a208a22 add rega ,coffset_le_channels ,contw 
+3d72 e7e08005 istore 1 ,contw 
+3d73 20600000 rtn 
+
+le_map_channel:
+3d74 44f5401d bpatch patch1d_2 ,mem_patch1d 
+3d75 6fe0817b fetch 1 ,mem_le_ch 
+3d76 98000e00 iforce queue 
+3d77 684a8193 fetcht 5 ,mem_le_channel_map 
+3d78 a84fffff qisolate1 temp 
+3d79 2020bd89 branch le_map_channel_end ,true 
+
+le_map_channel_next:
+3d7a 6fe08185 fetch 1 ,mem_le_channels 
+3d7b 98e67e00 isub queue ,pdata 
+3d7c 20213d7f branch le_map_channel_cont ,positive 
+3d7d 1fe60fff sub pdata ,-1 ,queue 
+3d7e 20203d7a branch le_map_channel_next 
+
+le_map_channel_cont:
+3d7f 18e27200 copy queue ,loopcnt 
+3d80 18000e00 force 0 ,queue 
+
+le_map_channel_loop:
+3d81 a84fffff qisolate1 temp 
+3d82 2020bd84 branch le_map_channel_skip ,true 
+3d83 1f20f201 increase 1 ,loopcnt 
+
+le_map_channel_skip:
+3d84 1f227e00 deposit loopcnt 
+3d85 203a3d89 branch le_map_channel_end ,blank 
+3d86 18e08e01 increase 1 ,queue 
+3d87 1f20f3ff increase -1 ,loopcnt 
+3d88 20203d81 branch le_map_channel_loop 
+
+le_map_channel_end:
+3d89 18e27e00 deposit queue 
+3d8a 67e08007 store 1 ,mem_le_ch_mapped 
+3d8b 20600000 rtn 
+
+le_wait_tx:
+3d8c 2034bd8f branch le_wait_master ,master 
+3d8d 37c18200 until null ,timeout 
+3d8e 20600000 rtn 
+
+le_wait_master:
+3d8f d9600ea0 arg 0xea0 ,timeup 
+3d90 34730200 until clkn_rt ,meet 
+3d91 20600000 rtn 
+
+le_receive_adv:
+3d92 78487c00 disable swfine 
+3d93 6fe1431d fetch 2 ,mem_le_scan_window 
+3d94 1fe21600 copy pdata ,timeup 
+3d95 20203d9c branch le_receive_packet 
+
+le_receive_slave:
+3d96 44f5c01d bpatch patch1d_3 ,mem_patch1d 
+3d97 20403e02 call le_dec_init 
+3d98 78287c00 enable swfine 
+3d99 6fe10171 fetch 2 ,mem_le_receive_window 
+3d9a 684a42f2 fetcht 4 ,mem_le_transmit_window 
+3d9b 98409600 iadd temp ,timeup 
+
+le_receive_packet:
+3d9c 20403d10 call le_rx_setfreq 
+
+le_receive_rxon:
+3d9d 44f6401d bpatch patch1d_4 ,mem_patch1d 
+3d9e 20403d06 call le_prep 
+3d9f c597bda4 bmark0 mark_ble_lr ,le_receive_nolr 
+3da0 783cfc00 pulse dewhiten_code_calc 
+3da1 2000001e nop 30 
+3da2 20403d06 call le_prep 
+3da3 19699600 lshift3 timeup ,timeup 
+
+le_receive_nolr:
+3da4 7856fc00 disable match 
+3da5 7826fc00 enable decode_fec0 
+3da6 7830fc00 enable is_rx 
+3da7 78507c00 disable is_tx 
+3da8 19623600 copy timeup ,stop_watch 
+3da9 37c18400 correlate null ,timeout 
+3daa 20373dad branch le_receive_on_attempt ,attempt 
+3dab 1b420400 copy clke ,temp 
+3dac 604b000f storet 6 ,mem_sync_clke 
+
+le_receive_on_attempt:
+3dad 242c3e3e nbranch le_unsync_end ,sync 
+3dae 78287c00 enable swfine 
+3daf 6fe0c129 fetch 1 ,mem_le_tx_ifs_defference 
+3db0 d8404e20 arg param_20ms_init ,temp 
+3db1 98408400 iadd temp ,temp 
+3db2 6fe0c11d fetch 1 ,mem_system_clk 
+3db3 984fb600 imul32 temp ,stop_watch 
+3db4 204065a4 call rf_debug_rx_sync_line 
+3db5 20373dbb branch le_receive_skip ,attempt 
+3db6 20403e43 call calc_clke_all_modem 
+3db7 6fe08163 fetch 1 ,mem_le_state 
+3db8 c301bdbb bbit0 lestate_got_first_packet ,le_receive_skip 
+3db9 684b000f fetcht 6 ,mem_sync_clke 
+3dba 2055bb2a call lpm_adjust_clk ,wake 
+
+le_receive_skip:
+3dbb 20403a49 call save_rssi 
+3dbc 7823fc00 enable enable_white 
+3dbd 7824fc00 enable enable_crc 
+3dbe 09800008 parse demod ,bucket ,8 
+3dbf 19897e00 rshift3 pwindow ,pdata 
+3dc0 67e08047 store 1 ,mem_le_rxbuf_data_header 
+3dc1 09800008 parse demod ,bucket ,8 
+3dc2 19897e00 rshift3 pwindow ,pdata 
+3dc3 67e08048 store 1 ,mem_le_rxbuf_data_length 
+3dc4 1fe27200 copy pdata ,loopcnt 
+3dc5 2022bde1 branch le_rx_nopayload ,zero 
+3dc6 c5193dcc bmark1 mark_ble_encryption ,le_rx_dec 
+
+le_rx_loop:
+3dc7 09800008 parse demod ,bucket ,8 
+3dc8 19897e00 rshift3 pwindow ,pdata 
+3dc9 e7e08005 istore 1 ,contw 
+3dca c2003dc7 loop le_rx_loop 
+3dcb 20203de1 branch le_rx_nopayload 
+
+le_rx_dec:
+3dcc 18a22400 copy contw ,regb 
+3dcd 44f6c01d bpatch patch1d_5 ,mem_patch1d 
+3dce 20403f60 call le_check_retransmit 
+3dcf 6a208048 fetchr rega ,1 ,mem_le_rxbuf_data_length 
+3dd0 1a20a3fc increase -4 ,rega 
+3dd1 24213e36 nbranch le_mic_error ,positive 
+3dd2 20403e07 call le_dec_start 
+3dd3 1a420a00 copy regb ,contw 
+3dd4 d8400000 arg 0 ,temp 
+3dd5 6f208048 fetchr loopcnt ,1 ,mem_le_rxbuf_data_length 
+3dd6 1f20f3fc increase -4 ,loopcnt 
+3dd7 2022bddf branch le_rx_dec_loop_end ,zero 
+
+le_rx_dec_loop:
+3dd8 09800008 parse demod ,bucket ,8 
+3dd9 19897e00 rshift3 pwindow ,pdata 
+3dda e7e08005 istore 1 ,contw 
+3ddb 18408401 increase 1 ,temp 
+3ddc 18417c0f and temp ,0xf ,null 
+3ddd 2042be25 call le_dec ,zero 
+3dde c2003dd8 loop le_rx_dec_loop 
+
+le_rx_dec_loop_end:
+3ddf 20403e2d call le_dec_end 
+3de0 1a420a00 copy regb ,contw 
+
+le_rx_nopayload:
+3de1 44f7401d bpatch patch1d_6 ,mem_patch1d 
+3de2 09800018 parse demod ,bucket ,24 
+3de3 1fef7e00 rshift32 pdata ,pdata 
+3de4 1ff17e00 rshift16 pdata ,pdata 
+3de5 e7e18005 istore 3 ,contw 
+3de6 78287c00 enable swfine 
+3de7 20403e51 call le_set_until_tx_timer 
+3de8 20233e3a branch le_crc_fail ,crc_failed 
+3de9 c5993df3 bmark0 mark_ble_encryption ,le_rx_match 
+3dea 6fe08048 fetch 1 ,mem_le_rxbuf_data_length 
+3deb 203a3df3 branch le_rx_match ,blank 
+3dec 1fe0fffc increase -4 ,pdata 
+3ded 67e08048 store 1 ,mem_le_rxbuf_data_length 
+3dee 20406de7 call wait_ccm_done 
+3def 6ff08108 fetch 1 ,core_misc_status 
+3df0 c303be36 bbit0 7 ,le_mic_error 
+3df1 1800700c force regidx_result ,regext_index 
+3df2 65e2014f storer regext ,4 ,mem_le_peer_mic 
+
+le_rx_match:
+3df3 204065a3 call rf_debug_rx_crc_line 
+3df4 7836fc00 enable match 
+3df5 793f8030 set0 mark_ble_crc_fail ,mark 
+
+le_crc_fail_tx:
+3df6 44f7c01d bpatch patch1d_7 ,mem_patch1d 
+3df7 20406de9 call ccm_ctrl_clr 
+3df8 6fe08198 fetch 1 ,mem_le_rx_phy 
+3df9 7d3e7e07 nsetflag ble_coded_info ,bit_le_coded_phy_s8 ,pdata 
+3dfa 67e08198 store 1 ,mem_le_rx_phy 
+3dfb 20403e00 call le_match_set_sync_on 
+
+le_match_set_txfreq:
+3dfc 44f8401e bpatch patch1e_0 ,mem_patch1e 
+3dfd 68488008 fetcht 1 ,mem_last_freq 
+3dfe 1840a202 add temp ,2 ,rega 
+3dff 2020398e branch rf_tx_write_freq 
+
+le_match_set_sync_on:
+3e00 7846fc00 disable decode_fec0 
+3e01 20203925 branch set_sync_on 
+
+le_dec_init:
+3e02 c6990000 rtnmark0 mark_ble_encryption 
+3e03 20406e84 call load_sk 
+3e04 1800700c force regidx_result ,regext_index 
+3e05 20406e8c call aes_clear 
+3e06 20206e8b branch aes_clear_data 
+
+le_dec_start:
+3e07 44f8c01e bpatch patch1e_1 ,mem_patch1e 
+3e08 70806c00 jam 0 ,core_ccm_aad0 
+3e09 70806d01 jam 1 ,core_ccm_aad1 
+3e0a 6fe08047 fetch 1 ,mem_le_rxbuf_data_header 
+3e0b 1fe17e03 and_into 0x3 ,pdata 
+3e0c 67f0806e store 1 ,core_ccm_aad2 
+3e0d 58000049 setarg mem_le_rxbuf_data_payload 
+3e0e 67f10068 store 2 ,core_ccm_input_playload_addr 
+3e0f 67f1006a store 2 ,core_ccm_output_playload_addr 
+3e10 6a208048 fetchr rega ,1 ,mem_le_rxbuf_data_length 
+3e11 1a20a3fc increase -4 ,rega 
+3e12 684ac407 fetcht 5 ,mem_ccm_pcnt_rx 
+3e13 280ffe0f isolate1 mark_old_packet ,mark 
+3e14 2040be1b call le_pcnt_rx_sub1 ,true 
+3e15 20406d54 call ccm_b0 
+3e16 58000000 setarg 0 
+3e17 67f100c1 store 2 ,core_ccm_inptr 
+3e18 70800a06 jam 6 ,core_ccm_ctrl 
+3e19 70800a07 jam 7 ,core_ccm_ctrl 
+3e1a 20600000 rtn 
+
+le_pcnt_rx_sub1:
+3e1b 18467c00 sub temp ,0 ,null 
+3e1c 2022be20 branch le_pcnt_rx_sub1_0 ,zero 
+3e1d 184085ff increase -1 ,temp 
+3e1e 79200427 set1 le_ccm_directionbit ,temp 
+3e1f 20600000 rtn 
+
+le_pcnt_rx_sub1_0:
+3e20 58ffffff setarg 0xffffff 
+3e21 1ff07e00 lshift16 pdata ,pdata 
+3e22 d840ffff arg 0xffff ,temp 
+3e23 98418400 ior temp ,temp 
+3e24 20600000 rtn 
+
+le_dec:
+3e25 18a22400 copy contw ,regb 
+3e26 6fe08048 fetch 1 ,mem_le_rxbuf_data_length 
+3e27 1fe0fffc increase -4 ,pdata 
+3e28 98467c00 isub temp ,null 
+3e29 20628000 rtn zero 
+3e2a 605900c1 storet 2 ,core_ccm_inptr 
+3e2b 1a420a00 copy regb ,contw 
+3e2c 20600000 rtn 
+
+le_dec_end:
+3e2d 09800020 parse demod ,bucket ,32 
+3e2e 1fef7e00 rshift32 pdata ,pdata 
+3e2f 1fecfe00 rshift8 pdata ,pdata 
+3e30 e7e20005 istore 4 ,contw 
+3e31 18a22400 copy contw ,regb 
+3e32 18007000 force regidx_data ,regext_index 
+3e33 1fe25e00 copy pdata ,regext 
+3e34 605900c1 storet 2 ,core_ccm_inptr 
+3e35 20600000 rtn 
+
+le_mic_error:
+3e36 20203e40 branch le_end_of_packet 
+
+le_retransmit_end_of_packet:
+3e37 20403e51 call le_set_until_tx_timer 
+3e38 204038cc call end_of_packet 
+3e39 20203df3 branch le_rx_match 
+
+le_crc_fail:
+3e3a 204065a5 call rf_debug_rx_crc_fail_line 
+3e3b c5183e3e bmark1 mark_ble_crc_fail ,le_crc_fail_consecutive 
+3e3c 79200030 set1 mark_ble_crc_fail ,mark 
+3e3d 20203df6 branch le_crc_fail_tx 
+
+le_unsync_end:
+
+le_crc_fail_consecutive:
+3e3e 793f8030 set0 mark_ble_crc_fail ,mark 
+3e3f 20203e40 branch le_end_of_packet 
+
+le_end_of_packet:
+3e40 44f9401e bpatch patch1e_2 ,mem_patch1e 
+3e41 20406de9 call ccm_ctrl_clr 
+3e42 202038cc branch end_of_packet 
+
+calc_clke_all_modem:
+3e43 c517be49 bmark1 mark_ble_lr ,calc_clke_modem_coded 
+3e44 c516be4d bmark1 mark_ble_2m ,calc_clke_modem_2m 
+3e45 6fe10041 fetch 2 ,mem_param_clke_cal_le_1m 
+3e46 1fe25200 copy pdata ,clke_rt 
+3e47 1c225000 copy bt_clk ,clke_bt 
+3e48 20600000 rtn 
+
+calc_clke_modem_coded:
+3e49 6fe10045 fetch 2 ,mem_param_clke_cal_le_coded 
+3e4a 1fe25200 copy pdata ,clke_rt 
+3e4b 1c20d001 add bt_clk ,1 ,clke_bt 
+3e4c 20600000 rtn 
+
+calc_clke_modem_2m:
+3e4d 6fe10043 fetch 2 ,mem_param_clke_cal_le_2m 
+3e4e 1fe25200 copy pdata ,clke_rt 
+3e4f 1c225000 copy bt_clk ,clke_bt 
+3e50 20600000 rtn 
+
+le_set_until_tx_timer:
+3e51 6fe08048 fetch 1 ,mem_le_rxbuf_data_length 
+3e52 1fe08405 add pdata ,5 ,temp 
+3e53 18498400 lshift3 temp ,temp 
+3e54 6fe08198 fetch 1 ,mem_le_rx_phy 
+3e55 c517be58 bmark1 mark_ble_lr ,le_set_until_tx_timer_rx_lr 
+3e56 c2803e5a bbit1 bit_le_1m_phy ,le_set_until_tx_timer_rx_1m 
+3e57 c280be5b bbit1 bit_le_2m_phy ,le_set_until_tx_timer_rx_2m 
+
+le_set_until_tx_timer_rx_lr:
+3e58 203e3e5d branch le_set_until_tx_timer_rx_coded_s2 ,ble_coded_info 
+3e59 20203e60 branch le_set_until_tx_timer_rx_coded_s8 
+
+le_set_until_tx_timer_rx_1m:
+3e5a 20203e65 branch le_calc_stop_watch 
+
+le_set_until_tx_timer_rx_2m:
+3e5b 18430400 rshift temp ,temp 
+3e5c 20203e65 branch le_calc_stop_watch 
+
+le_set_until_tx_timer_rx_coded_s2:
+3e5d 18408403 add temp ,3 ,temp 
+3e5e 18438400 lshift temp ,temp 
+3e5f 20203e62 branch le_set_until_tx_timer_rx_coded 
+
+le_set_until_tx_timer_rx_coded_s8:
+3e60 18408403 add temp ,3 ,temp 
+3e61 18498400 lshift3 temp ,temp 
+
+le_set_until_tx_timer_rx_coded:
+3e62 58000028 setarg param_coded_c1_term1_time_40us 
+3e63 98408400 iadd temp ,temp 
+3e64 20203e65 branch le_calc_stop_watch 
+
+le_calc_stop_watch:
+3e65 6fe0c11d fetch 1 ,mem_system_clk 
+3e66 984f8400 imul32 temp ,temp 
+3e67 da204e20 arg param_20ms_init ,rega 
+3e68 9a2ffe00 imul32 rega ,pdata 
+3e69 98460400 isub temp ,temp 
+3e6a 1b627e00 copy stop_watch ,pdata 
+3e6b 98463600 isub temp ,stop_watch 
+3e6c 20600000 rtn 
+
+le_transmit_receive_sifs_without_change_mode:
+3e6d 20403e85 call le_transmit 
+3e6e 68488008 fetcht 1 ,mem_last_freq 
+3e6f 20403954 call set_freq_rx 
+3e70 2040396a call rf_rx_enable 
+3e71 78287c00 enable swfine 
+3e72 d960157c arg 5500 ,timeup 
+3e73 20203d9d branch le_receive_rxon 
+
+le_transmit_receive_sifs:
+3e74 44f9c01e bpatch patch1e_3 ,mem_patch1e 
+3e75 6fe08199 fetch 1 ,mem_le_tx_phy 
+3e76 20403ce0 call le_enable_phy_by_pdata 
+3e77 20403e85 call le_transmit 
+
+le_transmit_receive_sifs_notx:
+3e78 6fe08198 fetch 1 ,mem_le_rx_phy 
+3e79 20403ce0 call le_enable_phy_by_pdata 
+3e7a 68488008 fetcht 1 ,mem_last_freq 
+3e7b 20403954 call set_freq_rx 
+3e7c 2040396a call rf_rx_enable 
+3e7d 78287c00 enable swfine 
+3e7e d960157c arg 5500 ,timeup 
+3e7f c597bd9d bmark0 mark_ble_lr ,le_receive_rxon 
+3e80 d9602134 arg 8500 ,timeup 
+3e81 20203d9d branch le_receive_rxon 
+
+le_transmit_norx:
+3e82 44fa401e bpatch patch1e_4 ,mem_patch1e 
+3e83 20403e85 call le_transmit 
+3e84 202038cc branch end_of_packet 
+
+le_transmit:
+3e85 44fac01e bpatch patch1e_5 ,mem_patch1e 
+3e86 20403d06 call le_prep 
+3e87 20403d15 call le_tx_setfreq 
+3e88 204065aa call rf_debug_tx_on_line 
+3e89 79202a00 set1 txgfsk ,radio_ctrl 
+3e8a 782efc00 enable encode_fec0 
+3e8b 78307c00 enable is_tx 
+3e8c 7850fc00 disable is_rx 
+3e8d 20403d8c call le_wait_tx 
+3e8e 785d7c00 disable lr_s2en 
+3e8f c517bec8 bmark1 mark_ble_lr ,le_transmit_lr 
+3e90 c516beda bmark1 mark_ble_2m ,le_transmit_2m 
+3e91 19317e00 rshift16 access ,pdata 
+3e92 1fecfe00 rshift8 pdata ,pdata 
+3e93 1ff1fe00 rshift4 pdata ,pdata 
+3e94 08008628 inject mod ,40 
+
+le_transmit_packet:
+3e95 7823fc00 enable enable_white 
+3e96 7824fc00 enable enable_crc 
+3e97 44fb401e bpatch patch1e_6 ,mem_patch1e 
+3e98 6fe0c12b fetch 1 ,mem_le_txheader 
+3e99 08008608 inject mod ,8 
+3e9a efe08006 ifetch 1 ,contr 
+3e9b 1fe27200 copy pdata ,loopcnt 
+3e9c 08008608 inject mod ,8 
+3e9d 1f267c00 sub loopcnt ,0 ,null 
+3e9e 2022bea6 branch le_tr_nopayload ,zero 
+3e9f 6ff0800a fetch 1 ,core_ccm_ctrl 
+3ea0 203a3ea2 branch le_transmit_packet_not_enc ,blank 
+3ea1 c5193ebd bmark1 mark_ble_encryption ,le_transmit_packet_enc 
+
+le_transmit_packet_not_enc:
+3ea2 d8c0412d arg mem_le_txpayload ,contr 
+
+le_tr_loop:
+3ea3 efe08006 ifetch 1 ,contr 
+3ea4 08008608 inject mod ,8 
+3ea5 c2003ea3 loop le_tr_loop 
+
+le_tr_nopayload:
+3ea6 78247c00 enable enable_parity 
+3ea7 08008618 inject mod ,24 
+3ea8 78447c00 disable enable_parity 
+3ea9 c597bead bmark0 mark_ble_lr ,le_transmit_skip 
+3eaa 7843fc00 disable enable_white 
+3eab 58000000 setarg 0 
+3eac 08008603 inject mod ,3 
+
+le_transmit_skip:
+3ead 37d38200 until null ,tx_clear 
+3eae 20000064 nop 100 
+3eaf 44fbc01e bpatch patch1e_7 ,mem_patch1e 
+3eb0 784efc00 disable encode_fec0 
+3eb1 785c7c00 disable encode_fec3 
+3eb2 20403925 call set_sync_on 
+3eb3 204065a8 call rf_debug_tx_off_line 
+
+le_check_start_pause_enc:
+3eb4 6fe0c12b fetch 1 ,mem_le_txheader 
+3eb5 1fe17e03 and pdata ,llid_le_ll ,pdata 
+3eb6 c1818000 rtnne llid_le_ll 
+3eb7 6fe0c2d2 fetch 1 ,mem_le_enc_state 
+3eb8 c0013fa1 beq flag_le_enc_pause ,le_clear_enc 
+3eb9 c1828000 rtnne flag_le_send_start_enc_req 
+3eba 6fe0c12d fetch 1 ,mem_le_txpayload 
+3ebb c002bf9c beq ll_start_enc_req ,le_set_enc 
+3ebc 20600000 rtn 
+
+le_transmit_packet_enc:
+3ebd 1f20f3fc increase -4 ,loopcnt 
+3ebe 1f220400 copy loopcnt ,temp 
+3ebf 20406dd4 call ccm_wait_enc 
+3ec0 d8c0412d arg mem_le_txpayload ,contr 
+
+le_transmit_packet_enc_loop:
+3ec1 efe08006 ifetch 1 ,contr 
+3ec2 08008608 inject mod ,8 
+3ec3 c2003ec1 loop le_transmit_packet_enc_loop 
+3ec4 20406dd9 call ccm_check_enc_done 
+3ec5 1de27e00 copy regext ,pdata 
+3ec6 08008620 inject mod ,32 
+3ec7 20203ea6 branch le_tr_nopayload 
+
+le_transmit_lr:
+3ec8 df20000a arg 10 ,loopcnt 
+
+le_transmit_lr_preamble_loop:
+3ec9 5800003c setarg 0x3c 
+3eca 08008608 inject mod ,8 
+3ecb c2003ec9 loop le_transmit_lr_preamble_loop 
+3ecc 784efc00 disable encode_fec0 
+3ecd 783c7c00 enable encode_fec3 
+3ece 19317e00 rshift16 access ,pdata 
+3ecf 1ff17e00 rshift16 pdata ,pdata 
+3ed0 1ff1fe00 rshift4 pdata ,pdata 
+3ed1 08008620 inject mod ,32 
+3ed2 c5173ed7 bmark1 mark_ble_lr_s8 ,le_transmit_lr_s8 
+
+le_transmit_lr_s2:
+3ed3 58000001 setarg 1 
+3ed4 08008605 inject mod ,5 
+3ed5 783d7c00 enable lr_s2en 
+3ed6 20203e95 branch le_transmit_packet 
+
+le_transmit_lr_s8:
+3ed7 58000000 setarg 0 
+3ed8 08008605 inject mod ,5 
+3ed9 20203e95 branch le_transmit_packet 
+
+le_transmit_2m:
+3eda 6fe0c11d fetch 1 ,mem_system_clk 
+3edb 6848c12a fetcht 1 ,mem_le_tx2m_delay 
+3edc 9840fe00 iadd temp ,pdata 
+3edd 20403a8c call sleep 
+3ede 19317e00 rshift16 access ,pdata 
+3edf 1fecfe00 rshift8 pdata ,pdata 
+3ee0 1ff18400 rshift4 pdata ,temp 
+3ee1 18427e00 copy temp ,pdata 
+3ee2 08008608 inject mod ,8 
+3ee3 18427e00 copy temp ,pdata 
+3ee4 08008628 inject mod ,40 
+3ee5 20203e95 branch le_transmit_packet 
+
+le_update_param:
+3ee6 da603eea arg le_update_param_ahead1_cb ,regc 
+3ee7 da403f00 arg le_update_param_cb ,regb 
+3ee8 d8e00005 arg lestate_update_param ,queue 
+3ee9 20203f3f branch le_check_update_flag 
+
+le_update_param_ahead1_cb:
+3eea 1a208c04 add rega ,coffset_sniff_anchor ,contr 
+3eeb e8420006 ifetcht 4 ,contr 
+3eec 1a208c37 add rega ,coffest_le_new_transmitwindowsize ,contr 
+3eed efe08006 ifetch 1 ,contr 
+3eee 1a208a2b add rega ,coffset_le_window_size ,contw 
+3eef e7e08005 istore 1 ,contw 
+3ef0 efe10006 ifetch 2 ,contr 
+3ef1 1febfe00 lshift2 pdata ,pdata 
+3ef2 98409600 iadd temp ,timeup 
+3ef3 1a208a04 add rega ,coffset_sniff_anchor ,contw 
+3ef4 19627e00 deposit timeup 
+3ef5 e7e20005 istore 4 ,contw 
+3ef6 efe10006 ifetch 2 ,contr 
+3ef7 1febfe00 lshift2 pdata ,pdata 
+3ef8 1a208a02 add rega ,coffset_tsniff ,contw 
+3ef9 e7e10005 istore 2 ,contw 
+3efa efe10006 ifetch 2 ,contr 
+3efb 1a208a2c add rega ,coffset_le_slave_latency ,contw 
+3efc e7e10005 istore 2 ,contw 
+3efd efe10006 ifetch 2 ,contr 
+3efe 67e142ca store 2 ,mem_le_init_superto 
+3eff 20204081 branch le_receive_window_size 
+
+le_update_param_cb:
+3f00 efe08011 ifetch 1 ,rega 
+3f01 793ffe03 set0 lestate_got_first_packet ,pdata 
+3f02 e7e08011 istore 1 ,rega 
+3f03 622104d8 storer rega ,2 ,mem_rega 
+3f04 7004c344 jam bt_evt_le_parse_conn_param_accepted ,mem_fifo_temp 
+3f05 20406f7b call ui_ipc_send_event 
+3f06 6a2104d8 fetchr rega ,2 ,mem_rega 
+3f07 20600000 rtn 
+
+le_update_channel_map:
+3f08 da600000 arg 0 ,regc 
+3f09 da403f0c arg le_update_channel_map_cb ,regb 
+3f0a d8e00006 arg lestate_update_map ,queue 
+3f0b 20203f3f branch le_check_update_flag 
+
+le_update_channel_map_cb:
+3f0c 1a208c37 add rega ,coffset_le_new_map ,contr 
+3f0d efe28006 ifetch 5 ,contr 
+3f0e 1a208a30 add rega ,coffset_le_channel_map ,contw 
+3f0f e7e28005 istore 5 ,contw 
+3f10 20203d68 branch le_calc_channel_map 
+
+le_update_phy:
+3f11 da600000 arg 0 ,regc 
+3f12 da403f15 arg le_update_phy_cb ,regb 
+3f13 d8e00007 arg lestate_update_phy ,queue 
+3f14 20203f3f branch le_check_update_flag 
+
+le_update_phy_cb:
+3f15 1a208c37 add rega ,coffset_le_new_m2s_phy ,contr 
+3f16 efe08006 ifetch 1 ,contr 
+3f17 20403f22 call le_update_phy_cb_m2s 
+3f18 e7e08005 istore 1 ,contw 
+3f19 1a208c38 add rega ,coffset_le_new_s2m_phy ,contr 
+3f1a efe08006 ifetch 1 ,contr 
+3f1b 20403f30 call le_update_phy_cb_s2m 
+3f1c e7e08005 istore 1 ,contw 
+3f1d 622104d8 storer rega ,2 ,mem_rega 
+3f1e 7004c342 jam bt_evt_le_update_phy ,mem_fifo_temp 
+3f1f 20406f7b call ui_ipc_send_event 
+3f20 6a2104d8 fetchr rega ,2 ,mem_rega 
+3f21 20600000 rtn 
+
+le_update_phy_cb_m2s:
+3f22 205a3f2a call le_update_phy_cb_m2s_no_change ,blank 
+3f23 1a208a35 add rega ,coffset_le_rx_phy ,contw 
+3f24 24748000 nrtn master 
+3f25 6848c37a fetcht 1 ,mem_le_tx_phys 
+3f26 284ffe07 isolate1 bit_le_coded_phy_s8 ,temp 
+3f27 7920fe07 setflag true ,bit_le_coded_phy_s8 ,pdata 
+3f28 1a208a36 add rega ,coffset_le_tx_phy ,contw 
+3f29 20600000 rtn 
+
+le_update_phy_cb_m2s_no_change:
+3f2a 1a208c35 add rega ,coffset_le_rx_phy ,contr 
+3f2b efe08006 ifetch 1 ,contr 
+3f2c 24748000 nrtn master 
+3f2d 1a208c36 add rega ,coffset_le_tx_phy ,contr 
+3f2e efe08006 ifetch 1 ,contr 
+3f2f 20600000 rtn 
+
+le_update_phy_cb_s2m:
+3f30 205a3f39 call le_update_phy_cb_s2m_no_change ,blank 
+3f31 6848c37a fetcht 1 ,mem_le_tx_phys 
+3f32 284ffe07 isolate1 bit_le_coded_phy_s8 ,temp 
+3f33 7920fe07 setflag true ,bit_le_coded_phy_s8 ,pdata 
+3f34 1a208a36 add rega ,coffset_le_tx_phy ,contw 
+3f35 24748000 nrtn master 
+3f36 793ffe07 set0 bit_le_coded_phy_s8 ,pdata 
+3f37 1a208a35 add rega ,coffset_le_rx_phy ,contw 
+3f38 20600000 rtn 
+
+le_update_phy_cb_s2m_no_change:
+3f39 1a208c36 add rega ,coffset_le_tx_phy ,contr 
+3f3a efe08006 ifetch 1 ,contr 
+3f3b 24748000 nrtn master 
+3f3c 1a208c35 add rega ,coffset_le_rx_phy ,contr 
+3f3d efe08006 ifetch 1 ,contr 
+3f3e 20600000 rtn 
+
+le_check_update_flag:
+3f3f 44fc401f bpatch patch1f_0 ,mem_patch1f 
+3f40 efe08011 ifetch 1 ,rega 
+3f41 afec0000 qisolate0 pdata 
+3f42 20608000 rtn true 
+3f43 1a208c1a add rega ,coffset_le_event_cnt ,contr 
+3f44 e8410006 ifetcht 2 ,contr 
+3f45 1a208c20 add rega ,coffset_le_instant ,contr 
+3f46 efe10006 ifetch 2 ,contr 
+3f47 98467e00 isub temp ,pdata 
+3f48 2022bf4f branch le_update ,zero 
+3f49 24213f54 nbranch le_check_update_small ,positive 
+3f4a 1fe67c01 sub pdata ,1 ,null 
+3f4b 2022bf4d branch le_update_ahead1 ,zero 
+3f4c 20600000 rtn 
+
+le_update_ahead1:
+3f4d 1a627e00 copy regc ,pdata 
+3f4e 20207487 branch callback_func 
+
+le_update:
+3f4f efe08011 ifetch 1 ,rega 
+3f50 f93ffe00 qset0 pdata 
+3f51 e7e08011 istore 1 ,rega 
+3f52 1a427e00 copy regb ,pdata 
+3f53 20207487 branch callback_func 
+
+le_check_update_small:
+3f54 1a208c1a add rega ,coffset_le_event_cnt ,contr 
+3f55 efe10006 ifetch 2 ,contr 
+3f56 1a208c20 add rega ,coffset_le_instant ,contr 
+3f57 efe10006 ifetch 2 ,contr 
+3f58 98467e00 isub temp ,pdata 
+3f59 d840ffff arg 0xffff ,temp 
+3f5a 98467c00 isub temp ,null 
+3f5b 2022bf4f branch le_update ,zero 
+3f5c d840f000 arg 0xf000 ,temp 
+3f5d 98467c00 isub temp ,null 
+3f5e 24213f4f nbranch le_update ,positive 
+3f5f 20600000 rtn 
+
+le_check_retransmit:
+3f60 6848817a fetcht 1 ,mem_le_arq 
+3f61 6fe08047 fetch 1 ,mem_le_rxbuf_data_header 
+3f62 1fe37e00 rshift pdata ,pdata 
+3f63 9842fe00 ixor temp ,pdata 
+3f64 2feffe02 isolate1 nesn ,pdata 
+3f65 7920800f setflag true ,mark_old_packet ,mark 
+3f66 20600000 rtn 
+
+le_acknowledge:
+3f67 44fcc01f bpatch patch1f_1 ,mem_patch1f 
+3f68 2040407e call le_supervision_flush 
+3f69 c6180000 rtnmark1 mark_ble_crc_fail 
+3f6a 20403f8e call le_check_wak 
+3f6b 6fe08047 fetch 1 ,mem_le_rxbuf_data_header 
+3f6c 2feffe04 isolate1 md ,pdata 
+3f6d 7920802a setflag true ,mark_ble_rx_md ,mark 
+3f6e 1fe37e00 rshift pdata ,pdata 
+3f6f 9842fe00 ixor temp ,pdata 
+3f70 2feffe02 isolate1 nesn ,pdata 
+3f71 7920800f setflag true ,mark_old_packet ,mark 
+3f72 c6078000 rtnmark1 mark_old_packet 
+3f73 6fe08048 fetch 1 ,mem_le_rxbuf_data_length 
+3f74 203a3f80 branch le_ack_unenc ,blank 
+3f75 6fe08163 fetch 1 ,mem_le_state 
+3f76 c3023f80 bbit0 lestate_encryption ,le_ack_unenc 
+3f77 684a014f fetcht 4 ,mem_le_peer_mic 
+3f78 6fe2440c fetch 4 ,mem_ccm_last_mic 
+3f79 98467c00 isub temp ,null 
+3f7a 2022ba8a branch assert ,zero 
+3f7b 604a440c storet 4 ,mem_ccm_last_mic 
+3f7c 6fe2c407 fetch 5 ,mem_ccm_pcnt_rx 
+3f7d 1fe0fe01 increase 1 ,pdata 
+3f7e 79207e27 set1 le_ccm_directionbit ,pdata 
+3f7f 67e2c407 store 5 ,mem_ccm_pcnt_rx 
+
+le_ack_unenc:
+3f80 6848817a fetcht 1 ,mem_le_arq 
+3f81 79400402 setflip nesn ,temp 
+3f82 6048817a storet 1 ,mem_le_arq 
+3f83 6fe0c2f6 fetch 1 ,mem_le_configuration 
+3f84 c4030000 rtnbit0 bit_ble_deal_bb_packet 
+3f85 44fd401f bpatch patch1f_2 ,mem_patch1f 
+3f86 6fe08048 fetch 1 ,mem_le_rxbuf_data_length 
+3f87 207a0000 rtn blank 
+3f88 6fe08047 fetch 1 ,mem_le_rxbuf_data_header 
+3f89 2fe00601 compare llid_continue ,pdata ,3 
+3f8a 2020c592 branch le_parse_writing_attribute_continue ,true 
+3f8b 2fe00602 compare llid_start ,pdata ,3 
+3f8c 2020c580 branch le_parse_writing_attribute_start ,true 
+3f8d 20600000 rtn 
+
+le_check_wak:
+3f8e 44fdc01f bpatch patch1f_3 ,mem_patch1f 
+3f8f 6848817a fetcht 1 ,mem_le_arq 
+3f90 284c0005 isolate0 wak ,temp 
+3f91 20608000 rtn true 
+3f92 6fe08047 fetch 1 ,mem_le_rxbuf_data_header 
+3f93 1fe3fe00 lshift pdata ,pdata 
+3f94 9842fe00 ixor temp ,pdata 
+3f95 c4018000 rtnbit0 sn 
+3f96 793f8405 set0 wak ,temp 
+3f97 79400403 setflip sn ,temp 
+3f98 6048817a storet 1 ,mem_le_arq 
+3f99 28400603 compare 3 ,temp ,3 
+3f9a 24608000 nrtn true 
+3f9b 20600000 rtn 
+
+le_set_enc:
+3f9c 6fe08163 fetch 1 ,mem_le_state 
+3f9d 79207e04 set1 lestate_encryption ,pdata 
+3f9e 67e08163 store 1 ,mem_le_state 
+3f9f 79200032 set1 mark_ble_encryption ,mark 
+3fa0 20600000 rtn 
+
+le_clear_enc:
+3fa1 44fe401f bpatch patch1f_4 ,mem_patch1f 
+3fa2 7042d200 jam flag_le_enc_null ,mem_le_enc_state 
+3fa3 dfe00000 arg 0 ,pdata 
+3fa4 67e2440c store 4 ,mem_ccm_last_mic 
+3fa5 67e2c402 store 5 ,mem_ccm_pcnt_tx 
+3fa6 79207e27 set1 le_ccm_directionbit ,pdata 
+3fa7 67e2c407 store 5 ,mem_ccm_pcnt_rx 
+3fa8 6fe08163 fetch 1 ,mem_le_state 
+3fa9 793ffe04 set0 lestate_encryption ,pdata 
+3faa 67e08163 store 1 ,mem_le_state 
+3fab 793f8032 set0 mark_ble_encryption ,mark 
+3fac 20600000 rtn 
+
+le_scan_check_sender_addr_type:
+3fad da200001 arg 1 ,rega 
+3fae 6fe08047 fetch 1 ,mem_le_rxbuf_adv_connect_ind_header 
+3faf c3830000 rtnbit1 le_sender_addr_bit 
+3fb0 da200000 arg 0 ,rega 
+3fb1 20600000 rtn 
+
+le_get_master_rx_max:
+3fb2 18c20a00 copy contr ,contw 
+3fb3 6849437c fetcht 2 ,mem_remote_rx_max_octets 
+3fb4 18a20c00 copy contw ,contr 
+3fb5 20600000 rtn 
+
+le_prepare_tx:
+3fb6 44fec01f bpatch patch1f_5 ,mem_patch1f 
+3fb7 6fe0817a fetch 1 ,mem_le_arq 
+3fb8 c3828000 rtnbit1 wak 
+3fb9 20403fd7 call le_check_tx_md 
+3fba 204041b4 call le_fifo_get_first_tx_ptr 
+3fbb 203a3ffb branch le_send_empty ,blank 
+3fbc efe10006 ifetch 2 ,contr 
+3fbd e8410006 ifetcht 2 ,contr 
+3fbe 18422200 copy temp ,rega 
+3fbf 9a267e00 isub rega ,pdata 
+3fc0 20403fb2 call le_get_master_rx_max 
+3fc1 204074be call not_greater_than 
+3fc2 1fe20400 copy pdata ,temp 
+3fc3 e8208006 ifetchr type ,1 ,contr 
+3fc4 1a227e00 copy rega ,pdata 
+3fc5 98c0fe00 iadd contr ,pdata 
+3fc6 67e104e3 store 2 ,mem_contr 
+3fc7 20403feb call le_update_tx_type 
+3fc8 20403ffd call le_send_packet 
+3fc9 204041b4 call le_fifo_get_first_tx_ptr 
+3fca efe10006 ifetch 2 ,contr 
+3fcb 1fe22200 copy pdata ,rega 
+3fcc 18c22600 copy contr ,regc 
+3fcd e8410006 ifetcht 2 ,contr 
+3fce 18422400 copy temp ,regb 
+3fcf 9a467e00 isub regb ,pdata 
+3fd0 20403fb2 call le_get_master_rx_max 
+3fd1 204074be call not_greater_than 
+3fd2 9a40fe00 iadd regb ,pdata 
+3fd3 e7e10013 istore 2 ,regc 
+3fd4 9a267c00 isub rega ,null 
+3fd5 24628000 nrtn zero 
+3fd6 202041ce branch le_fifo_release_first_node 
+
+le_check_tx_md:
+3fd7 20403fde call le_check_continue 
+3fd8 c6148000 rtnmark1 mark_ble_tx_md 
+3fd9 6fe0c2f6 fetch 1 ,mem_le_configuration 
+3fda c3013fe9 bbit0 bit_ble_transmit_packet_by_md ,le_clear_md 
+3fdb 204041b8 call le_fifo_get_second_tx_ptr 
+3fdc 203a3fe9 branch le_clear_md ,blank 
+3fdd 20203fe7 branch le_set_md 
+
+le_check_continue:
+3fde 204041b4 call le_fifo_get_first_tx_ptr 
+3fdf 203a3fe9 branch le_clear_md ,blank 
+3fe0 efe10006 ifetch 2 ,contr 
+3fe1 e8410006 ifetcht 2 ,contr 
+3fe2 98462200 isub temp ,rega 
+3fe3 20403fb2 call le_get_master_rx_max 
+3fe4 18427e00 copy temp ,pdata 
+3fe5 9a267c00 isub rega ,null 
+3fe6 20213fe9 branch le_clear_md ,positive 
+
+le_set_md:
+3fe7 79200029 set1 mark_ble_tx_md ,mark 
+3fe8 20600000 rtn 
+
+le_clear_md:
+3fe9 793f8029 set0 mark_ble_tx_md ,mark 
+3fea 20600000 rtn 
+
+le_update_tx_type:
+3feb 1a227e00 copy rega ,pdata 
+3fec 207a0000 rtn blank 
+3fed d8200001 arg llid_continue ,type 
+3fee 20600000 rtn 
+
+le_att_check_notification_enable:
+3fef 44ff401f bpatch patch1f_6 ,mem_patch1f 
+3ff0 18408401 increase 1 ,temp 
+3ff1 204040af call le_att_get_handle_ptr 
+3ff2 18c08dfe increase -2 ,contr 
+3ff3 efe10006 ifetch 2 ,contr 
+3ff4 d8402902 arg client_charactertic_configuration ,temp 
+3ff5 98467c00 isub temp ,null 
+3ff6 24628000 nrtn zero 
+3ff7 18c08c01 increase 1 ,contr 
+3ff8 18c22200 copy contr ,rega 
+3ff9 efe08006 ifetch 1 ,contr 
+3ffa 20600000 rtn 
+
+le_send_empty:
+3ffb 18000400 force 0 ,temp 
+3ffc 18000201 force 1 ,type 
+
+le_send_packet:
+3ffd 44ffc01f bpatch patch1f_7 ,mem_patch1f 
+3ffe 6048c12c storet 1 ,mem_le_txlen 
+3fff 6848817a fetcht 1 ,mem_le_arq 
+4000 79200405 set1 wak ,temp 
+4001 18417efc and temp ,0xfc ,pdata 
+4002 9821fe00 ior type ,pdata 
+4003 67e0817a store 1 ,mem_le_arq 
+4004 1fe17e1f and_into 0x1f ,pdata 
+4005 280ffe29 isolate1 mark_ble_tx_md ,mark 
+4006 7920fe04 setflag true ,md ,pdata 
+4007 67e0c12b store 1 ,mem_le_txheader 
+4008 6fe0c12b fetch 1 ,mem_le_txheader 
+4009 28200601 compare 1 ,type ,3 
+400a 2420c00d nbranch le_send_no_txlen ,true 
+400b 6fe0c12c fetch 1 ,mem_le_txlen 
+400c 207a0000 rtn blank 
+
+le_send_no_txlen:
+400d c5194013 bmark1 mark_ble_encryption ,le_send_packet_enc 
+400e 6f20c12c fetchr loopcnt ,1 ,mem_le_txlen 
+400f 6fe104e3 fetch 2 ,mem_contr 
+4010 1fe20c00 copy pdata ,contr 
+4011 d8a0412d arg mem_le_txpayload ,contw 
+4012 2020740c branch memcpy_fast 
+
+le_send_packet_enc:
+4013 20406e84 call load_sk 
+4014 20206dbb branch le_encrypt_new_start 
+
+get_lpm_wake_ble_rx_lock:
+4015 d8e00000 arg wake_lock_ble_rx ,queue 
+4016 20203c21 branch lpm_get_wake_lock 
+
+put_lpm_wake_ble_rx_lock:
+4017 d8e00000 arg wake_lock_ble_rx ,queue 
+4018 20203c25 branch lpm_put_wake_lock 
+
+le_parse:
+4019 47004020 bpatchx patch20_0 ,mem_patch20 
+401a c6078000 rtnmark1 mark_old_packet 
+401b c6180000 rtnmark1 mark_ble_crc_fail 
+401c 6fe08047 fetch 1 ,mem_le_rxbuf_data_header 
+401d 1fe17e03 and pdata ,0x3 ,pdata 
+401e 67e0c309 store 1 ,mem_le_packet_llid 
+401f 6fe08048 fetch 1 ,mem_le_rxbuf_data_length 
+4020 207a0000 rtn blank 
+4021 58000049 setarg mem_le_rxbuf_data_payload 
+4022 67e1430e store 2 ,mem_le_payload_ptr 
+4023 4700c020 bpatchx patch20_1 ,mem_patch20 
+4024 6fe0c309 fetch 1 ,mem_le_packet_llid 
+4025 c001c6c3 beq llid_le_ll ,le_parse_ll 
+4026 20404034 call le_check_l2cap_complete 
+4027 24344015 nbranch get_lpm_wake_ble_rx_lock ,user 
+4028 20404017 call put_lpm_wake_ble_rx_lock 
+4029 58000000 setarg 0 
+402a 67e1430c store 2 ,mem_le_packet_len_recved 
+402b 6fe14314 fetch 2 ,mem_le_l2cap_parse_cb 
+402c 243a7487 nbranch callback_func ,blank 
+
+le_parse_l2cap:
+402d 6fe1430e fetch 2 ,mem_le_payload_ptr 
+402e 1fe08c02 add pdata ,2 ,contr 
+402f efe10006 ifetch 2 ,contr 
+4030 c002432f beq le_l2cap_cid_att ,le_parse_att 
+4031 c00345e3 beq le_l2cap_cid_smp ,le_parse_smp 
+4032 c002c5b7 beq le_l2cap_cid_signal ,le_parse_signaling 
+4033 20600000 rtn 
+
+le_check_l2cap_complete:
+4034 6fe0c309 fetch 1 ,mem_le_packet_llid 
+4035 c0014043 beq llid_start ,le_check_l2cap_llid_start 
+4036 c000c05a beq llid_continue ,le_check_l2cap_llid_continue 
+4037 20600000 rtn 
+
+le_check_l2cap_cid_legal:
+4038 204074c8 call enable_user 
+4039 d8400004 arg le_l2cap_cid_att ,temp 
+403a 9fe67c00 isub pdata ,null 
+403b 20628000 rtn zero 
+403c d8400005 arg le_l2cap_cid_signal ,temp 
+403d 9fe67c00 isub pdata ,null 
+403e 20628000 rtn zero 
+403f d8400006 arg le_l2cap_cid_smp ,temp 
+4040 9fe67c00 isub pdata ,null 
+4041 20628000 rtn zero 
+4042 202074ca branch disable_user 
+
+le_check_l2cap_llid_start:
+4043 6fe1430e fetch 2 ,mem_le_payload_ptr 
+4044 1fe20c00 copy pdata ,contr 
+4045 efe10006 ifetch 2 ,contr 
+4046 67e1430a store 2 ,mem_le_l2cap_size 
+4047 efe10006 ifetch 2 ,contr 
+4048 20404038 call le_check_l2cap_cid_legal 
+4049 24740000 nrtn user 
+404a 68488048 fetcht 1 ,mem_le_rxbuf_data_length 
+404b 6049430c storet 2 ,mem_le_packet_len_recved 
+404c 6fe1430a fetch 2 ,mem_le_l2cap_size 
+404d 1fe0fe04 increase 4 ,pdata 
+404e 98467c00 isub temp ,null 
+404f 2022f4c8 branch enable_user ,zero 
+4050 6f208048 fetchr loopcnt ,1 ,mem_le_rxbuf_data_length 
+4051 d8a00f00 arg mem_le_l2cap_buf ,contw 
+4052 6fe1430e fetch 2 ,mem_le_payload_ptr 
+4053 1fe20c00 copy pdata ,contr 
+4054 2040740c call memcpy_fast 
+4055 202074ca branch disable_user 
+
+le_check_l2cap_continue_legal:
+4056 204074c8 call enable_user 
+4057 6fe1430c fetch 2 ,mem_le_packet_len_recved 
+4058 247a0000 nrtn blank 
+4059 202074ca branch disable_user 
+
+le_check_l2cap_llid_continue:
+405a 20404056 call le_check_l2cap_continue_legal 
+405b 24740000 nrtn user 
+405c 6fe1430c fetch 2 ,mem_le_packet_len_recved 
+405d d8a00f00 arg mem_le_l2cap_buf ,contw 
+405e 98a0a200 iadd contw ,rega 
+405f 68488048 fetcht 1 ,mem_le_rxbuf_data_length 
+4060 9840fe00 iadd temp ,pdata 
+4061 67e1430c store 2 ,mem_le_packet_len_recved 
+4062 6f208048 fetchr loopcnt ,1 ,mem_le_rxbuf_data_length 
+4063 1a220a00 copy rega ,contw 
+4064 6fe1430e fetch 2 ,mem_le_payload_ptr 
+4065 1fe20c00 copy pdata ,contr 
+4066 2040740c call memcpy_fast 
+4067 58000f00 setarg mem_le_l2cap_buf 
+4068 67e1430e store 2 ,mem_le_payload_ptr 
+4069 6fe1430a fetch 2 ,mem_le_l2cap_size 
+406a 1fe0fe04 increase 4 ,pdata 
+406b 6849430c fetcht 2 ,mem_le_packet_len_recved 
+406c 98467c00 isub temp ,null 
+406d 2022f4c8 branch enable_user ,zero 
+406e 202074ca branch disable_user 
+
+le_get_search_att_uuid:
+406f 204073c0 call store_contr 
+4070 d8a0428f arg mem_le_search_uuid_length ,contw 
+4071 2020457a branch le_get_search_common 
+
+le_writeatt_cb:
+4072 6fe14398 fetch 2 ,mem_cb_att_write 
+4073 20207487 branch callback_func 
+
+le_supervision_update:
+4074 47014020 bpatchx patch20_2 ,mem_patch20 
+4075 684a017f fetcht 4 ,mem_le_supervision_timer 
+4076 20403a86 call get_clkbt 
+4077 98461600 isub temp ,timeup 
+4078 19627e00 deposit timeup 
+4079 68490191 fetcht 2 ,mem_le_superto 
+407a 18520400 lshift4 temp ,temp 
+407b 18438400 lshift temp ,temp 
+407c 98467e00 isub temp ,pdata 
+407d 20600000 rtn 
+
+le_supervision_flush:
+407e 20403a86 call get_clkbt 
+407f 67e2017f store 4 ,mem_le_supervision_timer 
+4080 20600000 rtn 
+
+le_receive_window_size:
+4081 4701c020 bpatchx patch20_3 ,mem_patch20 
+4082 1a208c50 add rega ,coffset_le_peer_sca ,contr 
+4083 efe08006 ifetch 1 ,contr 
+4084 20403d2f call le_sca_map 
+4085 1a208c02 add rega ,coffset_tsniff ,contr 
+4086 efe10006 ifetch 2 ,contr 
+4087 984ffe00 imul32 temp ,pdata 
+4088 6849003f fetcht 2 ,mem_param_rt_rthalfslot 
+4089 984ffe00 imul32 temp ,pdata 
+408a d84f4240 arg 1000000 ,temp 
+408b 9846fc00 idiv temp 
+408c d8400682 arg param_windown_size ,temp 
+408d 6fe0c11d fetch 1 ,mem_system_clk 
+408e 984f8400 imul32 temp ,temp 
+408f 1a208c2b add rega ,coffset_le_window_size ,contr 
+4090 efe08006 ifetch 1 ,contr 
+4091 984ffe00 imul32 temp ,pdata 
+4092 9840fe00 iadd temp ,pdata 
+4093 67e242f2 store 4 ,mem_le_transmit_window 
+4094 6fe1409b fetch 2 ,mem_rx_window_sniff 
+4095 20407475 call wait_div_end 
+4096 18078400 quotient temp 
+4097 9840fe00 iadd temp ,pdata 
+4098 1a208a0e add rega ,coffset_rx_window ,contw 
+4099 e7e10005 istore 2 ,contw 
+409a 20600000 rtn 
+
+le_init_attlist_search:
+409b 47024020 bpatchx patch20_4 ,mem_patch20 
+409c 6fe10506 fetch 2 ,mem_le_search_handle_start 
+409d 98002400 iforce regb 
+409e 6fe10508 fetch 2 ,mem_le_search_handle_end 
+409f 98002600 iforce regc 
+40a0 6fe142cc fetch 2 ,mem_ui_le_uuid_table 
+40a1 98000c00 iforce contr 
+40a2 202074c8 branch enable_user 
+
+le_att_handle_inrange:
+40a3 efe10006 ifetch 2 ,contr 
+40a4 1fe17eff and_into 0xff ,pdata 
+40a5 207a0000 rtn blank 
+40a6 9a467c00 isub regb ,null 
+40a7 24610000 nrtn positive 
+40a8 9a667c00 isub regc ,null 
+40a9 20628000 rtn zero 
+40aa 202140ad branch le_att_handle_blank ,positive 
+40ab 18007c01 force 1 ,null 
+40ac 20600000 rtn 
+
+le_att_handle_blank:
+40ad 18007e00 force 0 ,pdata 
+40ae 20600000 rtn 
+
+le_att_get_handle_ptr:
+40af 204040b2 call le_att_get_handle_ptr2 
+40b0 2022c0bf branch le_att_get_handle_ptr_found ,zero 
+40b1 20600000 rtn 
+
+le_att_get_handle_ptr2:
+40b2 4702c020 bpatchx patch20_5 ,mem_patch20 
+40b3 6fe142cc fetch 2 ,mem_ui_le_uuid_table 
+40b4 98000c00 iforce contr 
+
+le_att_get_handle_loop1:
+40b5 efe10006 ifetch 2 ,contr 
+40b6 1fe17eff and_into 0xff ,pdata 
+40b7 207a0000 rtn blank 
+40b8 98467c00 isub temp ,null 
+40b9 20628000 rtn zero 
+40ba efe08006 ifetch 1 ,contr 
+40bb 98c08c00 iadd contr ,contr 
+40bc efe08006 ifetch 1 ,contr 
+40bd 98c08c00 iadd contr ,contr 
+40be 202040b5 branch le_att_get_handle_loop1 
+
+le_att_get_handle_ptr_found:
+40bf efe08006 ifetch 1 ,contr 
+40c0 98c08c00 iadd contr ,contr 
+40c1 20600000 rtn 
+
+le_att_get_short_uuid_ptr:
+40c2 47034020 bpatchx patch20_6 ,mem_patch20 
+40c3 6fe142cc fetch 2 ,mem_ui_le_uuid_table 
+40c4 98000c00 iforce contr 
+
+le_att_get_short_uuid_loop:
+40c5 efe10006 ifetch 2 ,contr 
+40c6 1fe17eff and_into 0xff ,pdata 
+40c7 207a0000 rtn blank 
+40c8 efe08006 ifetch 1 ,contr 
+40c9 98c08c00 iadd contr ,contr 
+40ca 18c08dfe increase -2 ,contr 
+40cb efe10006 ifetch 2 ,contr 
+40cc 98467c00 isub temp ,null 
+40cd 20628000 rtn zero 
+40ce efe08006 ifetch 1 ,contr 
+40cf 98c08c00 iadd contr ,contr 
+40d0 202040c5 branch le_att_get_short_uuid_loop 
+
+le_att_get_last_handle:
+40d1 6fe142cc fetch 2 ,mem_ui_le_uuid_table 
+40d2 98000c00 iforce contr 
+
+le_att_get_last_handle_loop:
+40d3 efe10006 ifetch 2 ,contr 
+40d4 1fe17eff and_into 0xff ,pdata 
+40d5 207a0000 rtn blank 
+40d6 1fe08401 add pdata ,1 ,temp 
+40d7 efe08006 ifetch 1 ,contr 
+40d8 98c08c00 iadd contr ,contr 
+40d9 efe08006 ifetch 1 ,contr 
+40da 98c08c00 iadd contr ,contr 
+40db 18c20a00 copy contr ,contw 
+40dc 202040d3 branch le_att_get_last_handle_loop 
+
+le_att_get_handle_info_from_ptr:
+40dd 6fe1051c fetch 2 ,mem_le_cur_attlist_start_ptr 
+40de 202040e1 branch le_att_get_handle_info_fast 
+
+le_att_get_handle_info:
+40df 4703c020 bpatchx patch20_7 ,mem_patch20 
+40e0 6fe142cc fetch 2 ,mem_ui_le_uuid_table 
+
+le_att_get_handle_info_fast:
+40e1 98000c00 iforce contr 
+
+le_att_get_handle_loop:
+40e2 efe10006 ifetch 2 ,contr 
+40e3 1fe17eff and_into 0xff ,pdata 
+40e4 203a40ec branch le_att_unfind_handle ,blank 
+40e5 98467c00 isub temp ,null 
+40e6 2022c0ed branch le_att_finded_handle ,zero 
+40e7 efe08006 ifetch 1 ,contr 
+40e8 98c08c00 iadd contr ,contr 
+40e9 efe08006 ifetch 1 ,contr 
+40ea 98c08c00 iadd contr ,contr 
+40eb 202040e2 branch le_att_get_handle_loop 
+
+le_att_unfind_handle:
+40ec 202074d6 branch disable_blank 
+
+le_att_finded_handle:
+40ed efe08006 ifetch 1 ,contr 
+40ee 67e08522 store 1 ,mem_le_cur_uuid_length 
+40ef 1fe27200 copy pdata ,loopcnt 
+40f0 d8a00523 arg mem_le_cur_uuid ,contw 
+40f1 2040740c call memcpy_fast 
+40f2 efe08006 ifetch 1 ,contr 
+40f3 67e0851b store 1 ,mem_le_curr_att_len 
+40f4 204073c0 call store_contr 
+40f5 202074d8 branch enable_blank 
+
+le_modified_name:
+40f6 47044021 bpatchx patch21_0 ,mem_patch21 
+40f7 204040f9 call le_modified_name_att_list 
+40f8 2020410b branch le_modified_name_adv 
+
+le_modified_name_att_list:
+40f9 d8402a00 arg uuid_chrctr_device_name ,temp 
+40fa 204040c2 call le_att_get_short_uuid_ptr 
+40fb 207a0000 rtn blank 
+40fc efe08006 ifetch 1 ,contr 
+40fd 18c20a00 copy contr ,contw 
+40fe 6848c22d fetcht 1 ,mem_le_name_len 
+40ff 18427200 copy temp ,loopcnt 
+4100 98467c00 isub temp ,null 
+4101 24214108 nbranch le_name_length_longer_than_att ,positive 
+4102 98460400 isub temp ,temp 
+4103 d8c0422e arg mem_le_name ,contr 
+4104 2040740c call memcpy_fast 
+4105 18427200 copy temp ,loopcnt 
+4106 2442c143 ncall memcpy_empty ,zero 
+4107 20600000 rtn 
+
+le_name_length_longer_than_att:
+4108 1fe27200 copy pdata ,loopcnt 
+4109 d8c0422e arg mem_le_name ,contr 
+410a 2020740c branch memcpy_fast 
+
+le_modified_name_adv:
+410b da60433f arg mem_le_adv_data_len + 32 ,regc 
+410c da204320 arg mem_le_adv_data ,rega 
+410d 20404118 call le_modified_name_adv_and_scan 
+410e 58000000 setarg 0 
+410f 79347e00 setflag user ,0 ,pdata 
+4110 67e084c4 store 1 ,mem_pdatatemp 
+4111 da60435f arg mem_le_scan_data_len + 32 ,regc 
+4112 da204340 arg mem_le_scan_data ,rega 
+4113 20404118 call le_modified_name_adv_and_scan 
+4114 20740000 rtn user 
+4115 6fe084c4 fetch 1 ,mem_pdatatemp 
+4116 203a3a8a branch assert ,blank 
+4117 20600000 rtn 
+
+le_modified_name_adv_and_scan:
+4118 4704c021 bpatchx patch21_1 ,mem_patch21 
+4119 204074c8 call enable_user 
+411a 204073f2 call clear_temp_block 
+411b da400000 arg 0 ,regb 
+411c d8a004f7 arg mem_le_data_temp ,contw 
+411d 20404132 call le_modified_name_adv_loop 
+411e 6fe0c22d fetch 1 ,mem_le_name_len 
+411f 1fe08401 add pdata ,1 ,temp 
+4120 9a40a200 iadd regb ,rega 
+4121 1a20a202 increase 2 ,rega 
+4122 1a267c1f sub rega ,0x1f ,null 
+4123 24214130 nbranch le_modified_name_adv_and_scan_name_overflow ,positive 
+4124 e0408005 istoret 1 ,contw 
+4125 d8400009 arg gap_adtype_local_name_complete ,temp 
+4126 e0408005 istoret 1 ,contw 
+4127 98007200 iforce loopcnt 
+4128 2040740c call memcpy_fast 
+4129 1a222400 copy rega ,regb 
+
+le_modified_name_adv_and_scan_store_data:
+412a 1a427e00 deposit regb 
+412b 67e084f6 store 1 ,mem_le_data_len_temp 
+412c d8c004f6 arg mem_le_data_len_temp ,contr 
+412d 5fffffe0 setarg -32 
+412e 9a608a00 iadd regc ,contw 
+412f 202073d0 branch memcpy32 
+
+le_modified_name_adv_and_scan_name_overflow:
+4130 204074ca call disable_user 
+4131 2020412a branch le_modified_name_adv_and_scan_store_data 
+
+le_modified_name_adv_loop:
+4132 efe08011 ifetch 1 ,rega 
+4133 207a0000 rtn blank 
+4134 1fe0fe01 pincrease 1 
+4135 e8408006 ifetcht 1 ,contr 
+4136 18467c09 sub temp ,gap_adtype_local_name_complete ,null 
+4137 2022c141 branch le_modified_name_adv_found_name ,zero 
+4138 9a40a400 iadd regb ,regb 
+4139 1a220c00 copy rega ,contr 
+413a 98007200 iforce loopcnt 
+413b 2040740c call memcpy_fast 
+413c 18c22200 copy contr ,rega 
+
+le_modified_name_adv_loop2:
+413d 1a227e00 deposit rega 
+413e 9a667c00 isub regc ,null 
+413f 20610000 rtn positive 
+4140 20204132 branch le_modified_name_adv_loop 
+
+le_modified_name_adv_found_name:
+4141 9a20a200 iadd rega ,rega 
+4142 2020413d branch le_modified_name_adv_loop2 
+
+memcpy_empty:
+4143 58000020 setarg space 
+4144 e7e08005 istore 1 ,contw 
+4145 c2004143 loop memcpy_empty 
+4146 20600000 rtn 
+
+le_lpm_set_mult:
+4147 47054021 bpatchx patch21_2 ,mem_patch21 
+4148 7855fc00 disable wake 
+4149 2037414b branch le_lpm_set_mult_attempt ,attempt 
+414a 2436c15a nbranch le_lpm_lost ,match 
+
+le_lpm_set_mult_attempt:
+414b 20403bce call lpm_match 
+414c 6fe1409b fetch 2 ,mem_rx_window_sniff 
+414d 67e10171 store 2 ,mem_le_receive_window 
+414e 6fe0c2f6 fetch 1 ,mem_le_configuration 
+414f c282bbdc bbit1 bit_ble_short_mult ,lpm_mult_short 
+4150 c507bbdc bmark1 mark_old_packet ,lpm_mult_short 
+4151 6fe08048 fetch 1 ,mem_le_rxbuf_data_length 
+4152 243a3bdc nbranch lpm_mult_short ,blank 
+4153 6fe0c12c fetch 1 ,mem_le_txlen 
+4154 243a3bdc nbranch lpm_mult_short ,blank 
+4155 6fe08163 fetch 1 ,mem_le_state 
+4156 c282bbdc bbit1 lestate_update_param ,lpm_mult_short 
+4157 c283bbdc bbit1 lestate_update_phy ,lpm_mult_short 
+4158 c2833bdc bbit1 lestate_update_map ,lpm_mult_short 
+4159 20203bc4 branch lpm_mult_wait_timeout 
+
+le_lpm_lost:
+415a 6fe0c0a9 fetch 1 ,mem_sniff_unint_lost 
+415b 1fe67c1e sub pdata ,30 ,null 
+415c 24213bd3 nbranch lpm_lost ,positive 
+415d 6849409b fetcht 2 ,mem_rx_window_sniff 
+415e 18430400 rshift temp ,temp 
+415f 6fe10171 fetch 2 ,mem_le_receive_window 
+4160 9840fe00 iadd temp ,pdata 
+4161 67e10171 store 2 ,mem_le_receive_window 
+4162 20203bd3 branch lpm_lost 
+
+le_set_config_fixed_tk:
+4163 d8e00000 arg bit_ble_passkey_fixed_key ,queue 
+4164 2020417b branch le_set_config 
+
+le_clr_config_fixed_tk:
+4165 d8e00000 arg bit_ble_passkey_fixed_key ,queue 
+4166 2020417f branch le_clr_config 
+
+le_set_config_fixed_ltk:
+4167 d8e00001 arg bit_ble_pairing_fixed_ltk ,queue 
+4168 2020417b branch le_set_config 
+
+le_clr_config_fixed_ltk:
+4169 d8e00001 arg bit_ble_pairing_fixed_ltk ,queue 
+416a 2020417f branch le_clr_config 
+
+le_set_config_more_data:
+416b d8e00002 arg bit_ble_transmit_packet_by_md ,queue 
+416c 2020417b branch le_set_config 
+
+le_clr_config_more_data:
+416d d8e00002 arg bit_ble_transmit_packet_by_md ,queue 
+416e 2020417f branch le_clr_config 
+
+le_set_config_read_authentication:
+416f d8e00003 arg bit_ble_read_auth ,queue 
+4170 2020417b branch le_set_config 
+
+le_clr_config_read_authentication:
+4171 d8e00003 arg bit_ble_read_auth ,queue 
+4172 2020417f branch le_clr_config 
+
+le_set_config_write_authentication:
+4173 d8e00004 arg bit_ble_write_auth ,queue 
+4174 2020417b branch le_set_config 
+
+le_clr_config_write_authentication:
+4175 d8e00004 arg bit_ble_write_auth ,queue 
+4176 2020417f branch le_clr_config 
+
+le_set_config_short_mult:
+4177 d8e00005 arg bit_ble_short_mult ,queue 
+4178 2020417b branch le_set_config 
+
+le_clr_config_short_mult:
+4179 d8e00005 arg bit_ble_short_mult ,queue 
+417a 2020417f branch le_clr_config 
+
+le_set_config:
+417b 6fe0c2f6 fetch 1 ,mem_le_configuration 
+417c f9207e00 qset1 pdata 
+417d 67e0c2f6 store 1 ,mem_le_configuration 
+417e 20600000 rtn 
+
+le_clr_config:
+417f 6fe0c2f6 fetch 1 ,mem_le_configuration 
+4180 f93ffe00 qset0 pdata 
+4181 67e0c2f6 store 1 ,mem_le_configuration 
+4182 20600000 rtn 
+
+le_set_fixed_ltk:
+4183 58112233 setarg 0x112233 
+4184 67e1c2f7 store 3 ,mem_le_fixed_ltk 
+4185 58445566 setarg 0x445566 
+4186 e7e18005 istore 3 ,contw 
+4187 58778899 setarg 0x778899 
+4188 e7e18005 istore 3 ,contw 
+4189 58001122 setarg 0x001122 
+418a e7e18005 istore 3 ,contw 
+418b 58334455 setarg 0x334455 
+418c e7e18005 istore 3 ,contw 
+418d 58000066 setarg 0x66 
+418e e7e08005 istore 1 ,contw 
+418f 20600000 rtn 
+
+le_set_justwork:
+4190 59000302 setarg 0x01000302 
+4191 67e24286 store 4 ,mem_le_pres 
+4192 58010010 setarg 0x010010 
+4193 67e1c28a store 3 ,mem_le_pres_max_keysize 
+4194 7042d301 jam 1 ,mem_le_pairing_mode 
+4195 20600000 rtn 
+
+le_fifo_malloc_tx_empty:
+4196 da200000 arg 0 ,rega 
+4197 d8200001 arg llid_empty ,type 
+4198 202041a9 branch le_fifo_malloc_tx 
+
+le_fifo_malloc_tx_ll:
+4199 4705c021 bpatchx patch21_3 ,mem_patch21 
+419a d8200003 arg llid_le_ll ,type 
+419b 204041a9 call le_fifo_malloc_tx 
+419c 1a427e00 copy regb ,pdata 
+419d e7e08005 istore 1 ,contw 
+419e 20600000 rtn 
+
+le_fifo_malloc_tx_l2cap:
+419f 47064021 bpatchx patch21_4 ,mem_patch21 
+41a0 18000202 force llid_start ,type 
+41a1 1a20a204 increase 4 ,rega 
+41a2 204041a9 call le_fifo_malloc_tx 
+41a3 1a20a3fc increase -4 ,rega 
+41a4 1a227e00 copy rega ,pdata 
+41a5 e7e10005 istore 2 ,contw 
+41a6 1a427e00 copy regb ,pdata 
+41a7 e7e10005 istore 2 ,contw 
+41a8 20600000 rtn 
+
+le_fifo_malloc_tx:
+41a9 4706c021 bpatchx patch21_5 ,mem_patch21 
+41aa 1a20a205 increase 5 ,rega 
+41ab 2040667e call ble_l2cap_malloc 
+41ac 1a20a3fb increase -5 ,rega 
+41ad 1a227e00 copy rega ,pdata 
+41ae e7e10005 istore 2 ,contw 
+41af 58000000 setarg 0 
+41b0 e7e10005 istore 2 ,contw 
+41b1 18227e00 copy type ,pdata 
+41b2 e7e08005 istore 1 ,contw 
+41b3 20600000 rtn 
+
+le_fifo_get_first_tx_ptr:
+41b4 47074021 bpatchx patch21_6 ,mem_patch21 
+41b5 204066b8 call l2cap_malloc_fifo_out 
+41b6 1fe20c00 copy pdata ,contr 
+41b7 20600000 rtn 
+
+le_fifo_get_second_tx_ptr:
+41b8 6fe143fb fetch 2 ,mem_tx_fifo2_ptr 
+41b9 20600000 rtn 
+
+le_fifo_get_last_tx_ptr:
+41ba 204041bd call le_fifo_get_last_tx_ptr0 
+41bb 1fe20c00 copy pdata ,contr 
+41bc 20600000 rtn 
+
+le_fifo_get_last_tx_ptr0:
+41bd 6fe143fe fetch 2 ,mem_tx_fifo3_ptr 
+41be 20600000 rtn 
+
+le_fifo_get_first_l2cap_ptr:
+41bf 204041b4 call le_fifo_get_first_tx_ptr 
+41c0 18c08c05 increase 5 ,contr 
+41c1 20600000 rtn 
+
+le_fifo_get_first_att_ptr:
+41c2 204041b4 call le_fifo_get_first_tx_ptr 
+41c3 18c08c09 increase 9 ,contr 
+41c4 20600000 rtn 
+
+le_fifo_get_last_att_ptr:
+41c5 204041ba call le_fifo_get_last_tx_ptr 
+41c6 18c08c09 increase 9 ,contr 
+41c7 20600000 rtn 
+
+le_fifo_get_last_l2cap_ptr:
+41c8 204041ba call le_fifo_get_last_tx_ptr 
+41c9 18c08c05 increase 5 ,contr 
+41ca 20600000 rtn 
+
+le_fifo_check_full:
+41cb 202066ce branch l2cap_malloc_is_fifo_full 
+
+le_fifo_check_nearly_full:
+41cc 202066d1 branch l2cap_malloc_is_fifo_nearly_full 
+
+le_fifo_check_empty:
+41cd 202066d4 branch l2cap_malloc_is_fifo_empty 
+
+le_fifo_release_first_node:
+41ce 202066bd branch l2cap_malloc_free 
+
+le_set_dle:
+41cf 67e44384 store 8 ,mem_local_rx_max_octets 
+41d0 202041e0 branch le_set_feature_data_packet_length_extension 
+
+le_set_phys:
+41d1 184122ff and temp ,0xff ,rega 
+41d2 204041d6 call le_set_tx_phy 
+41d3 184ca200 rshift8 temp ,rega 
+
+le_set_rx_phy:
+41d4 6220c37b storer rega ,1 ,mem_le_rx_phys 
+41d5 202041d7 branch le_set_phy_common 
+
+le_set_tx_phy:
+41d6 6220c37a storer rega ,1 ,mem_le_tx_phys 
+
+le_set_phy_common:
+41d7 2a2ffe01 isolate1 bit_le_2m_phy ,rega 
+41d8 2040c1dc call le_set_feature_2m_phy ,true 
+41d9 2a2ffe02 isolate1 bit_le_coded_phy ,rega 
+41da 2040c1de call le_set_feature_coded_phy ,true 
+41db 20600000 rtn 
+
+le_set_feature_2m_phy:
+41dc d8e00008 arg bit_ll_feature_le_2m_phy ,queue 
+41dd 202041e1 branch le_set_feature 
+
+le_set_feature_coded_phy:
+41de d8e0000b arg bit_ll_feature_le_coded_phy ,queue 
+41df 202041e1 branch le_set_feature 
+
+le_set_feature_data_packet_length_extension:
+41e0 d8e00005 arg bit_ll_feature_le_data_packet_length_extension ,queue 
+
+le_set_feature:
+41e1 6fe44372 fetch 8 ,mem_le_local_feature 
+41e2 f9207e00 qset1 pdata 
+41e3 67e44372 store 8 ,mem_le_local_feature 
+41e4 20600000 rtn 
+
+le_set_fixed_ltk_justwork:
+41e5 20404167 call le_set_config_fixed_ltk 
+41e6 20404190 call le_set_justwork 
+41e7 20404183 call le_set_fixed_ltk 
+41e8 2020416f branch le_set_config_read_authentication 
+
+le_advertising_dispatch:
+41e9 70019801 jam fun_rx_ll_1m_phy ,mem_le_rx_phy 
+41ea 70019901 jam fun_tx_ll_1m_phy ,mem_le_tx_phy 
+41eb 20403cf9 call le_enable 
+41ec 204041ef call le_scan 
+41ed 2040426c call le_adv 
+41ee 20203d00 branch le_disable 
+
+le_scan:
+41ef 4707c021 bpatchx patch21_7 ,mem_patch21 
+41f0 6fe0c31a fetch 1 ,mem_le_scan_enable 
+41f1 c1808000 rtnne le_scan_enable 
+41f2 d8e00002 arg le_scan_interval_timer ,queue 
+41f3 2040742e call timer_check 
+41f4 247a0000 nrtn blank 
+41f5 6fe1431b fetch 2 ,mem_le_scan_interval 
+41f6 6849431d fetcht 2 ,mem_le_scan_window 
+41f7 98467e00 isub temp ,pdata 
+41f8 d8e00002 arg le_scan_interval_timer ,queue 
+41f9 20407420 call timer_init 
+41fa 7854fc00 disable master 
+41fb 20404296 call le_init_adv 
+41fc 2040420e call le_wait_adv 
+41fd 24768000 nrtn match 
+41fe 47084022 bpatchx patch22_0 ,mem_patch22 
+41ff 6fe30049 fetch 6 ,mem_le_rxbuf + 2 
+4200 67e30173 store 6 ,mem_le_plap 
+4201 6fe08002 fetch 1 ,mem_le_adv_rcv 
+4202 1fe0fe01 increase 1 ,pdata 
+4203 67e08002 store 1 ,mem_le_adv_rcv 
+4204 20404215 call le_create_conn 
+4205 20748000 rtn master 
+4206 204042bd call le_send_scan_request 
+4207 24768000 nrtn match 
+4208 6fe08004 fetch 1 ,mem_le_scanrsp_rcv 
+4209 1fe0fe01 increase 1 ,pdata 
+420a 67e08004 store 1 ,mem_le_scanrsp_rcv 
+420b 6fe4804f fetch 9 ,mem_le_rxbuf + 8 
+420c 67e484f6 store 9 ,mem_temp_block0 
+420d 20600000 rtn 
+
+le_wait_adv:
+420e 4708c022 bpatchx patch22_1 ,mem_patch22 
+420f 20404308 call le_next_adv_channel 
+4210 20403d92 call le_receive_adv 
+4211 6fe08001 fetch 1 ,mem_le_adv_waitcnt 
+4212 1fe0fe01 increase 1 ,pdata 
+4213 67e08001 store 1 ,mem_le_adv_waitcnt 
+4214 20600000 rtn 
+
+le_create_conn:
+4215 47094022 bpatchx patch22_2 ,mem_patch22 
+4216 6fe081b7 fetch 1 ,mem_cmd_le_create_conn 
+4217 c18d8000 rtnne hci_cmd_le_create_conn 
+4218 6fe30173 fetch 6 ,mem_le_plap 
+4219 684b42a1 fetcht 6 ,mem_le_conn_peer_addr 
+421a 98467c00 isub temp ,null 
+421b 24628000 nrtn zero 
+421c 20403853 call context_new 
+421d 24628000 nrtn zero 
+421e 20404225 call le_connect_request 
+421f 20403c59 call le_init_master 
+4220 70410d00 jam 0 ,mem_hci_cmd 
+4221 7001b300 jam 0 ,mem_le_peer_sca 
+4222 70431a00 jam 0 ,mem_le_scan_enable 
+4223 7001b700 jam 0 ,mem_cmd_le_create_conn 
+4224 2020383e branch context_save 
+
+le_connect_request:
+4225 4709c022 bpatchx patch22_3 ,mem_patch22 
+4226 18007fff force -1 ,pdata 
+4227 38080001 setsect 2 ,1 
+4228 67e28193 store 5 ,mem_le_channel_map 
+4229 da200163 arg mem_le_state ,rega 
+422a 20403d68 call le_calc_channel_map 
+422b 18007204 force 4 ,loopcnt 
+422c d8a00187 arg mem_le_access ,contw 
+422d 204074e4 call generate_random_loop 
+422e 6fe142ae fetch 2 ,mem_le_timeout 
+422f 67e10191 store 2 ,mem_le_superto 
+
+le_con_req_hop_retry:
+4230 180a7e00 random pdata 
+4231 1fe17e0f and_into 0xf ,pdata 
+4232 1fe67c04 sub pdata ,4 ,null 
+4233 20214230 branch le_con_req_hop_retry ,positive 
+4234 67e0817c store 1 ,mem_le_hop 
+4235 470a4022 bpatchx patch22_4 ,mem_patch22 
+4236 68494127 fetcht 2 ,mem_le_conn_interval 
+4237 60490165 storet 2 ,mem_le_tsniff 
+4238 18422600 copy temp ,regc 
+4239 1c40fe07 add clkn_bt ,7 ,pdata 
+423a 9a66fc00 idiv regc 
+423b 20407475 call wait_div_end 
+423c 18072200 remainder rega 
+423d 9a267e00 isub rega ,pdata 
+423e 9a60fe00 iadd regc ,pdata 
+423f 68494125 fetcht 2 ,mem_le_dsniff 
+4240 9840fe00 iadd temp ,pdata 
+4241 67e20167 store 4 ,mem_le_anchor 
+4242 9c462200 isub clkn_bt ,rega 
+4243 1a20a3fa increase -6 ,rega 
+4244 da402205 arg 0x2205 ,regb 
+4245 6fe0c2a7 fetch 1 ,mem_le_conn_own_addr_type 
+4246 7d3a2406 nsetflag blank ,le_sender_addr_bit ,regb 
+4247 6fe0c2a0 fetch 1 ,mem_le_conn_peer_addr_type 
+4248 7d3a2407 nsetflag blank ,le_receiver_addr_bit ,regb 
+4249 1a427e00 copy regb ,pdata 
+424a 67e1412b store 2 ,mem_le_txheader 
+424b 6fe342b0 fetch 6 ,mem_le_lap 
+424c e7e30005 istore 6 ,contw 
+424d 6fe30173 fetch 6 ,mem_le_plap 
+424e e7e30005 istore 6 ,contw 
+424f 6fe20187 fetch 4 ,mem_le_access 
+4250 e7e20005 istore 4 ,contw 
+4251 180a7e00 random pdata 
+4252 e7e10005 istore 2 ,contw 
+4253 180a7e00 random pdata 
+4254 e7e08005 istore 1 ,contw 
+4255 18007e02 force 2 ,pdata 
+4256 e7e08005 istore 1 ,contw 
+4257 1a2b7e00 rshift2 rega ,pdata 
+4258 e7e10005 istore 2 ,contw 
+4259 1a6b7e00 rshift2 regc ,pdata 
+425a e7e10005 istore 2 ,contw 
+425b 470ac022 bpatchx patch22_5 ,mem_patch22 
+425c 58000000 setarg 0 
+425d e7e10005 istore 2 ,contw 
+425e 6fe142ae fetch 2 ,mem_le_timeout 
+425f e7e10005 istore 2 ,contw 
+4260 6fe28193 fetch 5 ,mem_le_channel_map 
+4261 e7e28005 istore 5 ,contw 
+4262 6fe0817c fetch 1 ,mem_le_hop 
+4263 d84000a0 arg param_le_sca ,temp 
+4264 9841fe00 ior temp ,pdata 
+4265 e7e08005 istore 1 ,contw 
+4266 20403e82 call le_transmit_norx 
+4267 5800412b setarg mem_le_txheader 
+4268 1fe08c12 add pdata ,18 ,contr 
+4269 efe18006 ifetch 3 ,contr 
+426a 67e1818b store 3 ,mem_le_crcinit 
+426b 20600000 rtn 
+
+le_adv:
+426c 70000724 jam 36 ,mem_le_ch_mapped 
+426d 7004f600 jam 0 ,mem_le_adv_channel_map_temp 
+426e 20404290 call le_send_adv_protect_txbuf 
+426f 20404271 call le_adv_loop 
+4270 20204293 branch le_send_adv_recover_txbuf 
+
+le_adv_loop:
+4271 470b4022 bpatchx patch22_6 ,mem_patch22 
+4272 6fe0c35f fetch 1 ,mem_le_adv_enable 
+4273 207a0000 rtn blank 
+4274 d8e00000 arg le_adv_interval_timer ,queue 
+4275 2040742e call timer_check 
+4276 247a0000 nrtn blank 
+4277 78287c00 enable swfine 
+4278 20404296 call le_init_adv 
+4279 20404308 call le_next_adv_channel 
+427a 2040429f call le_send_adv_ind 
+427b 2436c283 nbranch le_adv_not_match ,match 
+427c 6fe08003 fetch 1 ,mem_le_req_rcv 
+427d 1fe0fe01 increase 1 ,pdata 
+427e 67e08003 store 1 ,mem_le_req_rcv 
+427f 6fe08047 fetch 1 ,mem_le_rxbuf_adv_header 
+4280 1fe17e0f and pdata ,0x0f ,pdata 
+4281 c001c2ce beq scan_req ,le_send_scan_response 
+4282 c002c2e0 beq connect_req ,le_parse_connect_req 
+
+le_adv_not_match:
+4283 470bc022 bpatchx patch22_7 ,mem_patch22 
+4284 6fe084f6 fetch 1 ,mem_le_adv_channel_map_temp 
+4285 6848c36a fetcht 1 ,mem_le_adv_channel_map 
+4286 98467c00 isub temp ,null 
+4287 2422c271 nbranch le_adv_loop ,zero 
+4288 180a7e00 random pdata 
+4289 d84001ff arg 0x1ff ,temp 
+428a 98417e00 iand temp ,pdata 
+428b 1fe0fefa add pdata ,250 ,pdata 
+428c 204073d4 call delay 
+428d d8e00000 arg le_adv_interval_timer ,queue 
+428e 6fe14360 fetch 2 ,mem_le_adv_interval 
+428f 20207420 branch timer_init 
+
+le_send_adv_protect_txbuf:
+4290 d8a00506 arg mem_le_tx_buf_temp ,contw 
+4291 d8c0412b arg mem_le_txheader ,contr 
+4292 202073cf branch memcpy48 
+
+le_send_adv_recover_txbuf:
+4293 d8c00506 arg mem_le_tx_buf_temp ,contr 
+4294 d8a0412b arg mem_le_txheader ,contw 
+4295 202073cf branch memcpy48 
+
+le_init_adv:
+4296 470c4023 bpatchx patch23_0 ,mem_patch23 
+4297 7854fc00 disable master 
+
+le_adv_access:
+4298 588e89be setarg 0x8e89be 
+4299 1fed7e00 lshift8 pdata ,pdata 
+429a 1fe1fed6 or_into 0xd6 ,pdata 
+429b 98001200 iforce access 
+429c 58555555 setarg 0x555555 
+429d 67e1818b store 3 ,mem_le_crcinit 
+429e 20600000 rtn 
+
+le_send_adv_ind:
+429f 470cc023 bpatchx patch23_1 ,mem_patch23 
+42a0 6fe0c362 fetch 1 ,mem_le_adv_type 
+42a1 6848c363 fetcht 1 ,mem_le_adv_own_addr_type 
+42a2 18520400 lshift4 temp ,temp 
+42a3 184b8400 lshift2 temp ,temp 
+42a4 98408400 iadd temp ,temp 
+42a5 6048c12b storet 1 ,mem_le_txheader 
+42a6 c000c2b0 beq adv_direct_ind ,le_send_adv_direct_ind 
+42a7 6848c31f fetcht 1 ,mem_le_adv_data_len 
+42a8 1840fe06 add temp ,6 ,pdata 
+42a9 67e0c12c store 1 ,mem_le_txlen 
+42aa 6fe342b0 fetch 6 ,mem_le_lap 
+42ab 67e3412d store 6 ,mem_le_txpayload 
+42ac 18427200 copy temp ,loopcnt 
+42ad d8c04320 arg mem_le_adv_data ,contr 
+42ae 2040740c call memcpy_fast 
+42af 202042b6 branch le_send_adv_transmit 
+
+le_send_adv_direct_ind:
+42b0 5800000c setarg 12 
+42b1 67e0c12c store 1 ,mem_le_txlen 
+42b2 6fe342b0 fetch 6 ,mem_le_lap 
+42b3 67e3412d store 6 ,mem_le_txpayload 
+42b4 6fe3410f fetch 6 ,mem_hci_plap 
+42b5 e7e30005 istore 6 ,contw 
+
+le_send_adv_transmit:
+42b6 470d4023 bpatchx patch23_2 ,mem_patch23 
+42b7 6fe08000 fetch 1 ,mem_le_adv_transmit 
+42b8 1fe0fe01 increase 1 ,pdata 
+42b9 67e08000 store 1 ,mem_le_adv_transmit 
+42ba db600708 arg 1800 ,stop_watch 
+42bb 7856fc00 disable match 
+42bc 20203e6d branch le_transmit_receive_sifs_without_change_mode 
+
+le_send_scan_request:
+42bd 470dc023 bpatchx patch23_3 ,mem_patch23 
+42be 6fe0c36b fetch 1 ,mem_le_scan_type 
+42bf c1808000 rtnne le_scan_type_active 
+42c0 6fe08000 fetch 1 ,mem_le_adv_transmit 
+42c1 1fe0fe01 increase 1 ,pdata 
+42c2 67e08000 store 1 ,mem_le_adv_transmit 
+42c3 d8400c03 arg 0x0c03 ,temp 
+42c4 6fe0c36c fetch 1 ,mem_le_scan_own_addr_type 
+42c5 7d3a0406 nsetflag blank ,le_sender_addr_bit ,temp 
+42c6 1a227e00 copy rega ,pdata 
+42c7 7d3a0407 nsetflag blank ,le_receiver_addr_bit ,temp 
+42c8 6049412b storet 2 ,mem_le_txheader 
+42c9 6fe342b0 fetch 6 ,mem_le_lap 
+42ca e7e30005 istore 6 ,contw 
+42cb 6fe30173 fetch 6 ,mem_le_plap 
+42cc e7e30005 istore 6 ,contw 
+42cd 20203e6d branch le_transmit_receive_sifs_without_change_mode 
+
+le_send_scan_response:
+42ce 6fe3004f fetch 6 ,mem_le_rxbuf_adv_scan_req_adv_address 
+42cf 684b42b0 fetcht 6 ,mem_le_lap 
+42d0 98467c00 isub temp ,null 
+42d1 24628000 nrtn zero 
+42d2 d8400004 arg scan_rsp ,temp 
+42d3 6fe0c363 fetch 1 ,mem_le_adv_own_addr_type 
+42d4 7d3a0406 nsetflag blank ,le_sender_addr_bit ,temp 
+42d5 6048c12b storet 1 ,mem_le_txheader 
+42d6 6848c33f fetcht 1 ,mem_le_scan_data_len 
+42d7 1840fe06 add temp ,6 ,pdata 
+42d8 67e0c12c store 1 ,mem_le_txlen 
+42d9 6fe342b0 fetch 6 ,mem_le_lap 
+42da 67e3412d store 6 ,mem_le_txpayload 
+42db d8c04340 arg mem_le_scan_data ,contr 
+42dc 18427200 copy temp ,loopcnt 
+42dd 2040740c call memcpy_fast 
+42de 20403e82 call le_transmit_norx 
+42df 20204283 branch le_adv_not_match 
+
+le_parse_connect_req:
+42e0 6fe3004f fetch 6 ,mem_le_rxbuf_adv_connect_ind_adv_address 
+42e1 684b42b0 fetcht 6 ,mem_le_lap 
+42e2 98467c00 isub temp ,null 
+42e3 24628000 nrtn zero 
+42e4 20403fad call le_scan_check_sender_addr_type 
+42e5 6220c2a0 storer rega ,1 ,mem_le_conn_peer_addr_type 
+42e6 6fe30049 fetch 6 ,mem_le_rxbuf_adv_connect_ind_init_address 
+42e7 67e30173 store 6 ,mem_le_plap 
+42e8 6fe40055 fetch 8 ,mem_le_rxbuf_adv_connect_ind_access_address 
+42e9 67e40187 store 8 ,mem_le_access 
+42ea 6849005d fetcht 2 ,mem_le_rxbuf_adv_connect_ind_win_offset 
+42eb 470e4023 bpatchx patch23_4 ,mem_patch23 
+42ec 184b8400 lshift2 temp ,temp 
+42ed 6fe1005f fetch 2 ,mem_le_rxbuf_adv_connect_ind_interval 
+42ee 1febfe00 lshift2 pdata ,pdata 
+42ef 67e10165 store 2 ,mem_le_tsniff 
+42f0 67e20167 store 4 ,mem_le_anchor 
+42f1 98467e00 isub temp ,pdata 
+42f2 1fe0d1fe add pdata ,-2 ,clke_bt 
+42f3 6fe48061 fetch 9 ,mem_le_rxbuf_adv_connect_ind_latency 
+42f4 67e4818f store 9 ,mem_le_slave_latency 
+42f5 6fe0806a fetch 1 ,mem_le_rxbuf_adv_connect_ind_hop_and_sca 
+42f6 1fe1041f and pdata ,0x1f ,temp 
+42f7 6048817c storet 1 ,mem_le_hop 
+42f8 1ff18400 rshift4 pdata ,temp 
+42f9 18430400 rshift temp ,temp 
+42fa 604881b3 storet 1 ,mem_le_peer_sca 
+42fb da200163 arg mem_le_state ,rega 
+42fc 20404081 call le_receive_window_size 
+42fd da200163 arg mem_le_state ,rega 
+42fe 20403d68 call le_calc_channel_map 
+42ff 20403c65 call le_init_slave 
+4300 20403853 call context_new 
+4301 24628000 nrtn zero 
+4302 470ec023 bpatchx patch23_5 ,mem_patch23 
+4303 204038f3 call calc_clke_offset 
+4304 204045d4 call le_l2cap_reset_signaling_identifier 
+4305 7004c314 jam bt_evt_le_connected ,mem_fifo_temp 
+4306 20406f7b call ui_ipc_send_event 
+4307 2020383e branch context_save 
+
+le_next_adv_channel:
+4308 470f4023 bpatchx patch23_6 ,mem_patch23 
+4309 6fe08007 fetch 1 ,mem_le_ch_mapped 
+430a c012c30e beq 37 ,le_next_adv_channel_curr_channel_37 
+430b c0134314 beq 38 ,le_next_adv_channel_curr_channel_38 
+430c c013c31a beq 39 ,le_next_adv_channel_curr_channel_39 
+430d 2020431a branch le_next_adv_channel_curr_channel_39 
+
+le_next_adv_channel_curr_channel_37:
+430e 6848c36a fetcht 1 ,mem_le_adv_channel_map 
+430f 284ffe01 isolate1 bit_adv_channel_map_38 ,temp 
+4310 2020c325 branch set_le_next_adv_channel_38 ,true 
+4311 284ffe02 isolate1 bit_adv_channel_map_39 ,temp 
+4312 2020c32a branch set_le_next_adv_channel_39 ,true 
+4313 20204320 branch set_le_next_adv_channel_37 
+
+le_next_adv_channel_curr_channel_38:
+4314 6848c36a fetcht 1 ,mem_le_adv_channel_map 
+4315 284ffe02 isolate1 bit_adv_channel_map_39 ,temp 
+4316 2020c32a branch set_le_next_adv_channel_39 ,true 
+4317 284ffe00 isolate1 bit_adv_channel_map_37 ,temp 
+4318 2020c320 branch set_le_next_adv_channel_37 ,true 
+4319 20204325 branch set_le_next_adv_channel_38 
+
+le_next_adv_channel_curr_channel_39:
+431a 6848c36a fetcht 1 ,mem_le_adv_channel_map 
+431b 284ffe00 isolate1 bit_adv_channel_map_37 ,temp 
+431c 2020c320 branch set_le_next_adv_channel_37 ,true 
+431d 284ffe01 isolate1 bit_adv_channel_map_38 ,temp 
+431e 2020c325 branch set_le_next_adv_channel_38 ,true 
+431f 2020432a branch set_le_next_adv_channel_39 
+
+set_le_next_adv_channel_37:
+4320 70000725 jam 37 ,mem_le_ch_mapped 
+4321 6fe084f6 fetch 1 ,mem_le_adv_channel_map_temp 
+4322 79207e00 set1 bit_adv_channel_map_37 ,pdata 
+4323 67e084f6 store 1 ,mem_le_adv_channel_map_temp 
+4324 20600000 rtn 
+
+set_le_next_adv_channel_38:
+4325 70000726 jam 38 ,mem_le_ch_mapped 
+4326 6fe084f6 fetch 1 ,mem_le_adv_channel_map_temp 
+4327 79207e01 set1 bit_adv_channel_map_38 ,pdata 
+4328 67e084f6 store 1 ,mem_le_adv_channel_map_temp 
+4329 20600000 rtn 
+
+set_le_next_adv_channel_39:
+432a 70000727 jam 39 ,mem_le_ch_mapped 
+432b 6fe084f6 fetch 1 ,mem_le_adv_channel_map_temp 
+432c 79207e02 set1 bit_adv_channel_map_39 ,pdata 
+432d 67e084f6 store 1 ,mem_le_adv_channel_map_temp 
+432e 20600000 rtn 
+
+le_parse_att:
+432f efe18006 ifetch 3 ,contr 
+4330 67e1c36e store 3 ,mem_le_att_opcode 
+
+le_parse_att2:
+4331 c0014346 beq attop_exchange_mtu_request ,le_parse_att_exchange_mtu_request 
+4332 c001c34e beq attop_exchange_mtu_response ,le_parse_att_exchange_mtu_response 
+4333 c0024351 beq attop_find_information_request ,le_parse_att_find_information_request 
+4334 c003437a beq attop_find_by_type_value_request ,le_parse_att_find_by_type_value_request 
+4335 c00443c7 beq attop_read_by_type_request ,le_parse_att_read_by_type_request 
+4336 c0054445 beq attop_read_request ,le_parse_att_read_request 
+4337 c0064474 beq attop_read_blob_request ,le_parse_att_read_blob_request 
+4338 c008448a beq attop_read_by_group_type_request ,le_parse_att_read_by_group_type_request 
+4339 c00944cd beq attop_write_request ,le_parse_att_write_request 
+433a c00b44f3 beq attop_prepare_write_request ,le_parse_att_prepare_write_request 
+433b c00c4506 beq attop_execute_write_request ,le_parse_att_execute_write_request 
+433c c00f450b beq attop_handle_value_confirmation ,le_parse_handle_value_confirmation 
+433d c029450f beq attop_write_command ,le_parse_att_write_command 
+433e 20600000 rtn 
+
+le_send_att_exchange_mtu_requset:
+433f 18002203 force 3 ,rega 
+4340 20404535 call le_fifo_malloc_tx_l2cap_gatt 
+4341 58000002 setarg attop_exchange_mtu_request 
+4342 e7e08005 istore 1 ,contw 
+4343 6fe142b6 fetch 2 ,mem_le_local_mtu 
+4344 e7e10005 istore 2 ,contw 
+4345 20600000 rtn 
+
+le_parse_att_exchange_mtu_request:
+4346 2040434e call le_parse_att_exchange_mtu_response 
+
+le_send_att_exchange_mtu_response:
+4347 18002203 force 3 ,rega 
+4348 20404535 call le_fifo_malloc_tx_l2cap_gatt 
+4349 58000003 setarg attop_exchange_mtu_response 
+434a e7e08005 istore 1 ,contw 
+434b 6fe142b6 fetch 2 ,mem_le_local_mtu 
+434c e7e10005 istore 2 ,contw 
+434d 20600000 rtn 
+
+le_parse_att_exchange_mtu_response:
+434e 1fecfe00 rshift8 pdata ,pdata 
+434f 67e142b8 store 2 ,mem_le_remote_mtu 
+4350 20600000 rtn 
+
+le_parse_att_find_information_request:
+4351 20404569 call le_get_search_handle_start_end_common 
+4352 204074c8 call enable_user 
+4353 20204354 branch le_send_att_find_information_response 
+
+le_send_att_find_information_response:
+4354 d9600003 arg 3 ,timeup 
+4355 2040409b call le_init_attlist_search 
+
+le_send_att_find_information_res_loop:
+4356 204040a3 call le_att_handle_inrange 
+4357 203a4378 branch le_send_att_find_information_res_end ,blank 
+4358 24214375 nbranch le_send_att_find_information_res_next ,positive 
+4359 18c08dfe increase -2 ,contr 
+435a 204073c0 call store_contr 
+435b 204073b7 call get_contw 
+435c 24344368 nbranch le_send_att_find_information_res_store_info ,user 
+435d 204073a4 call push_stack_rega_b_c 
+435e 204074ca call disable_user 
+435f 616204d4 storer timeup ,4 ,mem_timeup 
+4360 18002214 force 20 ,rega 
+4361 20404535 call le_fifo_malloc_tx_l2cap_gatt 
+4362 696204d4 fetchr timeup ,4 ,mem_timeup 
+4363 204073b3 call pop_stack_rega_b_c 
+4364 58000005 setarg attop_find_information_response 
+4365 e7e08005 istore 1 ,contw 
+4366 58000001 setarg uuid_size_16bit 
+4367 e7e08005 istore 1 ,contw 
+
+le_send_att_find_information_res_store_info:
+4368 204073ba call get_contr 
+4369 efe10006 ifetch 2 ,contr 
+436a 1fe17eff and_into 0xff ,pdata 
+436b e7e10005 istore 2 ,contw 
+436c efe08006 ifetch 1 ,contr 
+436d 1fe27200 copy pdata ,loopcnt 
+436e 20407419 call memcpy 
+436f 204073bd call store_contw 
+4370 196097ff increase -1 ,timeup 
+4371 2022c378 branch le_send_att_find_information_res_end ,zero 
+
+le_send_att_find_information_res_cont:
+4372 efe08006 ifetch 1 ,contr 
+4373 98c08c00 iadd contr ,contr 
+4374 20204356 branch le_send_att_find_information_res_loop 
+
+le_send_att_find_information_res_next:
+4375 efe08006 ifetch 1 ,contr 
+4376 98c08c00 iadd contr ,contr 
+4377 20204372 branch le_send_att_find_information_res_cont 
+
+le_send_att_find_information_res_end:
+4378 20344528 branch le_send_att_error_response_notfound ,user 
+4379 2020455c branch le_send_auto_len_by_mem 
+
+le_parse_att_find_by_type_value_request:
+437a 20404569 call le_get_search_handle_start_end_common 
+437b efe10006 ifetch 2 ,contr 
+437c 67e14290 store 2 ,mem_le_search_uuid 
+437d 204073c0 call store_contr 
+437e d8a0050a arg mem_le_search_att_type_length ,contw 
+437f 6fe1430a fetch 2 ,mem_le_l2cap_size 
+4380 1fe0fff9 increase -7 ,pdata 
+4381 2040457c call le_get_search_common2 
+4382 2020438d branch le_send_att_find_by_type_value_response 
+
+le_start_end_handle_check_1:
+4383 78547c00 disable user 
+4384 68490506 fetcht 2 ,mem_le_search_handle_start 
+4385 6fe10508 fetch 2 ,mem_le_search_handle_end 
+4386 98467c00 isub temp ,null 
+4387 2421438a nbranch le_start_end_handle_check_1_fail ,positive 
+4388 18427e00 deposit temp 
+4389 c1800000 rtnne 0 
+
+le_start_end_handle_check_1_fail:
+438a 78347c00 enable user 
+438b 7001b401 jam att_err_invalid_handle ,mem_le_err_code 
+438c 2020452a branch le_send_att_error_response 
+
+le_send_att_find_by_type_value_response:
+438d 20404383 call le_start_end_handle_check_1 
+438e 20740000 rtn user 
+438f 68494290 fetcht 2 ,mem_le_search_uuid 
+4390 58002800 setarg uuid_gatt_primary_service 
+4391 98467c00 isub temp ,null 
+4392 2022c394 branch le_send_att_find_by_type_value_res_primary ,zero 
+4393 20204528 branch le_send_att_error_response_notfound 
+
+le_send_att_find_by_type_value_res_primary:
+4394 70437100 jam le_find_by_type_val_res_not_found ,mem_le_search_res 
+4395 68490506 fetcht 2 ,mem_le_search_handle_start 
+4396 604904cc storet 2 ,mem_temp 
+4397 204040df call le_att_get_handle_info 
+4398 243a4528 nbranch le_send_att_error_response_notfound ,blank 
+
+le_send_att_find_primary_search_loop:
+4399 684904cc fetcht 2 ,mem_temp 
+439a 204040df call le_att_get_handle_info 
+439b 243a43ad nbranch le_send_att_error_response_notfound2 ,blank 
+439c 18c22200 copy contr ,rega 
+439d 6fe0851b fetch 1 ,mem_le_curr_att_len 
+439e 1fe27200 copy pdata ,loopcnt 
+439f 6848850a fetcht 1 ,mem_le_search_att_type_length 
+43a0 98467c00 isub temp ,null 
+43a1 2422c3a9 nbranch le_send_att_find_primary_search_loop1 ,zero 
+43a2 da40050b arg mem_le_search_att_type ,regb 
+43a3 20407477 call string_compare 
+43a4 2022c3b0 branch le_send_att_find_primary_search_end_start_handle_found ,zero 
+43a5 6fe10523 fetch 2 ,mem_le_cur_uuid 
+43a6 68494290 fetcht 2 ,mem_le_search_uuid 
+43a7 98467c00 isub temp ,null 
+43a8 2022c3b8 branch le_send_att_find_primary_search_end_ending_handle_found ,zero 
+
+le_send_att_find_primary_search_loop1:
+43a9 6fe104cc fetch 2 ,mem_temp 
+43aa 1fe0fe01 increase 1 ,pdata 
+43ab 67e104cc store 2 ,mem_temp 
+43ac 20204399 branch le_send_att_find_primary_search_loop 
+
+le_send_att_error_response_notfound2:
+43ad 6fe0c371 fetch 1 ,mem_le_search_res 
+43ae c000c3b8 beq le_find_by_type_val_res_found_starting_handle ,le_send_att_find_primary_search_end_ending_handle_found 
+43af 20204528 branch le_send_att_error_response_notfound 
+
+le_send_att_find_primary_search_end_start_handle_found:
+43b0 6fe10523 fetch 2 ,mem_le_cur_uuid 
+43b1 68494290 fetcht 2 ,mem_le_search_uuid 
+43b2 98467c00 isub temp ,null 
+43b3 2422c3a9 nbranch le_send_att_find_primary_search_loop1 ,zero 
+43b4 70437101 jam le_find_by_type_val_res_found_starting_handle ,mem_le_search_res 
+43b5 684904cc fetcht 2 ,mem_temp 
+43b6 6049051e storet 2 ,mem_le_cur_handle_start 
+43b7 202043a9 branch le_send_att_find_primary_search_loop1 
+
+le_send_att_find_primary_search_end_ending_handle_found:
+43b8 6fe0c371 fetch 1 ,mem_le_search_res 
+43b9 c00043a9 beq le_find_by_type_val_res_not_found ,le_send_att_find_primary_search_loop1 
+43ba 70437102 jam le_find_by_type_val_res_found_ending_handle ,mem_le_search_res 
+43bb 684904cc fetcht 2 ,mem_temp 
+43bc 184085ff increase -1 ,temp 
+43bd 60490520 storet 2 ,mem_le_cur_handle_end 
+
+le_send_att_find_primary_search_end:
+43be da200005 arg 5 ,rega 
+43bf 20404535 call le_fifo_malloc_tx_l2cap_gatt 
+43c0 58000007 setarg attop_find_by_type_value_response 
+43c1 e7e08005 istore 1 ,contw 
+43c2 6fe1051e fetch 2 ,mem_le_cur_handle_start 
+43c3 e7e10005 istore 2 ,contw 
+43c4 6fe10520 fetch 2 ,mem_le_cur_handle_end 
+43c5 e7e10005 istore 2 ,contw 
+43c6 20600000 rtn 
+
+le_parse_att_read_by_type_request:
+43c7 20404569 call le_get_search_handle_start_end_common 
+43c8 20404577 call le_get_search_att_type 
+43c9 202043ca branch le_send_att_read_by_type_response 
+
+le_send_att_read_by_type_response:
+43ca 68490506 fetcht 2 ,mem_le_search_handle_start 
+43cb 604904cc storet 2 ,mem_temp 
+43cc 2040409b call le_init_attlist_search 
+43cd 204040b2 call le_att_get_handle_ptr2 
+43ce 18c08dfe increase -2 ,contr 
+43cf 18c27e00 copy contr ,pdata 
+43d0 67e1051c store 2 ,mem_le_cur_attlist_start_ptr 
+43d1 6849050b fetcht 2 ,mem_le_search_att_type 
+43d2 58002a00 setarg uuid_chrctr_device_name 
+43d3 98467c00 isub temp ,null 
+43d4 2022c431 branch le_send_att_read_by_type_res_device_name ,zero 
+43d5 58002803 setarg uuid_gatt_characteristic 
+43d6 98467c00 isub temp ,null 
+43d7 2422c41d nbranch le_send_att_read_by_type_res_not_characteristic ,zero 
+43d8 d9600002 arg 2 ,timeup 
+
+le_send_att_read_by_type_response_loop:
+43d9 2040453c call le_att_check_handle_end 
+43da 242143fa nbranch le_send_att_read_by_type_response_end ,positive 
+43db 684904cc fetcht 2 ,mem_temp 
+43dc 204040dd call le_att_get_handle_info_from_ptr 
+43dd 243a43fa nbranch le_send_att_read_by_type_response_end ,blank 
+43de 20404540 call le_att_same_type 
+43df 2422c3f8 nbranch le_send_att_read_by_type_response_next_handle ,zero 
+43e0 243443fc nbranch le_send_att_read_by_type_res_found_next ,user 
+43e1 78547c00 disable user 
+43e2 da200014 arg 20 ,rega 
+43e3 20404535 call le_fifo_malloc_tx_l2cap_gatt 
+43e4 58000009 setarg attop_read_by_type_response 
+43e5 e7e08005 istore 1 ,contw 
+43e6 18a26000 copy contw ,alarm 
+43e7 18a08a01 increase 1 ,contw 
+43e8 2040440a call le_send_att_read_by_type_write_properties 
+43e9 20404538 call le_att_next_handle 
+43ea 204040dd call le_att_get_handle_info_from_ptr 
+43eb 20404411 call le_send_att_read_by_type_write_uuid 
+43ec 6fe08522 fetch 1 ,mem_le_cur_uuid_length 
+43ed 1fe0a205 add pdata ,5 ,rega 
+43ee e2208030 istorer rega ,1 ,alarm 
+43ef 1a267c07 sub rega ,7 ,null 
+43f0 2442f4cc ncall enable_user2 ,zero 
+43f1 2042f4ce call disable_user2 ,zero 
+43f2 2040456e call le_get_search_max_mtu_data 
+43f3 9a26fc00 idiv rega 
+43f4 20407475 call wait_div_end 
+43f5 18079600 quotient timeup 
+43f6 196097ff increase -1 ,timeup 
+43f7 2022c3fa branch le_send_att_read_by_type_response_end ,zero 
+
+le_send_att_read_by_type_response_next_handle:
+43f8 20404538 call le_att_next_handle 
+43f9 202043d9 branch le_send_att_read_by_type_response_loop 
+
+le_send_att_read_by_type_response_end:
+43fa 20344528 branch le_send_att_error_response_notfound ,user 
+43fb 2020455c branch le_send_auto_len_by_mem 
+
+le_send_att_read_by_type_res_found_next:
+43fc 2040454c call le_store_att_record 
+43fd 20404538 call le_att_next_handle 
+43fe 204040dd call le_att_get_handle_info_from_ptr 
+43ff 204044bb call le_send_att_read_by_type_res_check_pair_length_type 
+4400 243a43fa nbranch le_send_att_read_by_type_response_end ,blank 
+4401 204073b7 call get_contw 
+4402 6fe104cc fetch 2 ,mem_temp 
+4403 1fe0ffff increase -1 ,pdata 
+4404 e7e10005 istore 2 ,contw 
+4405 20404558 call le_write_att_record_common 
+4406 20404411 call le_send_att_read_by_type_write_uuid 
+4407 196097ff increase -1 ,timeup 
+4408 2022c3fa branch le_send_att_read_by_type_response_end ,zero 
+4409 202043f8 branch le_send_att_read_by_type_response_next_handle 
+
+le_send_att_read_by_type_write_properties:
+440a 6fe104cc fetch 2 ,mem_temp 
+440b e7e10005 istore 2 ,contw 
+440c 6fe0851b fetch 1 ,mem_le_curr_att_len 
+440d 1fe27200 copy pdata ,loopcnt 
+440e 204073ba call get_contr 
+440f 2040740c call memcpy_fast 
+4410 202073bd branch store_contw 
+
+le_send_att_read_by_type_write_uuid:
+4411 204073b7 call get_contw 
+4412 6fe104cc fetch 2 ,mem_temp 
+4413 e7e10005 istore 2 ,contw 
+4414 204073bd call store_contw 
+4415 6fe08522 fetch 1 ,mem_le_cur_uuid_length 
+4416 1fe27200 copy pdata ,loopcnt 
+4417 204073b7 call get_contw 
+4418 204073ba call get_contr 
+4419 9f260c00 isub loopcnt ,contr 
+441a 18c08dff increase -1 ,contr 
+441b 2040740c call memcpy_fast 
+441c 202073bd branch store_contw 
+
+le_send_att_read_by_type_res_not_characteristic:
+441d 204040c2 call le_att_get_short_uuid_ptr 
+441e 203a4528 branch le_send_att_error_response_notfound ,blank 
+441f 18c22600 copy contr ,regc 
+4420 18c08dfb increase -5 ,contr 
+4421 efe10006 ifetch 2 ,contr 
+4422 67e104cc store 2 ,mem_temp 
+4423 da200014 arg 20 ,rega 
+4424 20404535 call le_fifo_malloc_tx_l2cap_gatt 
+4425 58000009 setarg attop_read_by_type_response 
+4426 e7e08005 istore 1 ,contw 
+4427 efe08013 ifetch 1 ,regc 
+4428 1fe27200 copy pdata ,loopcnt 
+4429 1fe0fe02 increase 2 ,pdata 
+442a e7e08005 istore 1 ,contw 
+442b 6fe104cc fetch 2 ,mem_temp 
+442c e7e10005 istore 2 ,contw 
+442d 1a608c01 add regc ,1 ,contr 
+442e 2040740c call memcpy_fast 
+442f 204073bd call store_contw 
+4430 2020455c branch le_send_auto_len_by_mem 
+
+le_send_att_read_by_type_res_device_name:
+4431 d8402a00 arg uuid_chrctr_device_name ,temp 
+4432 204040c2 call le_att_get_short_uuid_ptr 
+4433 207a0000 rtn blank 
+4434 18c08dfb increase -5 ,contr 
+4435 efe10006 ifetch 2 ,contr 
+4436 67e104cc store 2 ,mem_temp 
+4437 da200014 arg 20 ,rega 
+4438 20404535 call le_fifo_malloc_tx_l2cap_gatt 
+4439 58000009 setarg attop_read_by_type_response 
+443a e7e08005 istore 1 ,contw 
+443b 6fe0c22d fetch 1 ,mem_le_name_len 
+443c 1fe27200 copy pdata ,loopcnt 
+443d 1fe0fe02 increase 2 ,pdata 
+443e e7e08005 istore 1 ,contw 
+443f 6fe104cc fetch 2 ,mem_temp 
+4440 e7e10005 istore 2 ,contw 
+4441 d8c0422e arg mem_le_name ,contr 
+4442 2040740c call memcpy_fast 
+4443 204073bd call store_contw 
+4444 2020455c branch le_send_auto_len_by_mem 
+
+le_parse_att_read_request:
+4445 204044ec call le_check_encrypt_state 
+4446 6849436f fetcht 2 ,mem_le_att_handle 
+4447 6fe0c2f6 fetch 1 ,mem_le_configuration 
+4448 c281c46a bbit1 bit_ble_read_auth ,le_send_att_read_response_check_auth 
+
+le_send_att_read_response:
+4449 204040b2 call le_att_get_handle_ptr2 
+444a 2422c528 nbranch le_send_att_error_response_notfound ,zero 
+444b 20544470 call le_send_att_read_response_check_handle ,user 
+444c 20740000 rtn user 
+444d 204040bf call le_att_get_handle_ptr_found 
+444e 18c08dfe increase -2 ,contr 
+444f efe10006 ifetch 2 ,contr 
+4450 d8402a00 arg uuid_chrctr_device_name ,temp 
+4451 98467c00 isub temp ,null 
+4452 2022c460 branch le_send_device_name ,zero 
+4453 efe08006 ifetch 1 ,contr 
+4454 1fe67c16 sub pdata ,22 ,null 
+4455 20214457 branch le_send_att_read_response_less ,positive 
+4456 18007e16 force 22 ,pdata 
+
+le_send_att_read_response_less:
+4457 1fe22600 copy pdata ,regc 
+4458 204073c0 call store_contr 
+4459 1a60a201 add regc ,1 ,rega 
+445a 20404535 call le_fifo_malloc_tx_l2cap_gatt 
+445b 5800000b setarg attop_read_response 
+445c e7e08005 istore 1 ,contw 
+445d 1a627200 copy regc ,loopcnt 
+445e 204073ba call get_contr 
+445f 20207419 branch memcpy 
+
+le_send_device_name:
+4460 204073c0 call store_contr 
+4461 6fe0c22d fetch 1 ,mem_le_name_len 
+4462 1fe0a201 add pdata ,1 ,rega 
+4463 20404535 call le_fifo_malloc_tx_l2cap_gatt 
+4464 5800000b setarg attop_read_response 
+4465 e7e08005 istore 1 ,contw 
+4466 6fe0c22d fetch 1 ,mem_le_name_len 
+4467 1fe27200 copy pdata ,loopcnt 
+4468 d8c0422e arg mem_le_name ,contr 
+4469 20207419 branch memcpy 
+
+le_send_att_read_response_check_auth:
+446a 6fe14307 fetch 2 ,mem_le_pairing_handle 
+446b 98467c00 isub temp ,null 
+446c 2422c449 nbranch le_send_att_read_response ,zero 
+446d 24344449 nbranch le_send_att_read_response ,user 
+
+le_send_att_read_response_error_insufficient_auth:
+446e 7001b405 jam att_err_insufficient_authentication ,mem_le_err_code 
+446f 2020452a branch le_send_att_error_response 
+
+le_send_att_read_response_check_handle:
+4470 18c08dfe increase -2 ,contr 
+4471 efe10006 ifetch 2 ,contr 
+4472 c287446e bbit1 bit_of_att_handle_read_authenticated ,le_send_att_read_response_error_insufficient_auth 
+4473 202074ca branch disable_user 
+
+le_parse_att_read_blob_request:
+4474 efe10006 ifetch 2 ,contr 
+4475 67e1050a store 2 ,mem_le_att_offset 
+
+le_send_att_read_blob_response:
+4476 da200014 arg 20 ,rega 
+4477 20404535 call le_fifo_malloc_tx_l2cap_gatt 
+4478 5800000d setarg attop_read_blob_response 
+4479 e7e08005 istore 1 ,contw 
+447a 6fe1050a fetch 2 ,mem_le_att_offset 
+447b 98002200 iforce rega 
+447c 6849436f fetcht 2 ,mem_le_att_handle 
+447d 204040af call le_att_get_handle_ptr 
+447e 203a4528 branch le_send_att_error_response_notfound ,blank 
+447f efe08006 ifetch 1 ,contr 
+4480 9a267200 isub rega ,loopcnt 
+4481 24214528 nbranch le_send_att_error_response_notfound ,positive 
+4482 1f267c16 sub loopcnt ,22 ,null 
+4483 20214485 branch le_send_att_read_blob_response_less ,positive 
+4484 18007216 force 22 ,loopcnt 
+
+le_send_att_read_blob_response_less:
+4485 1a227e00 deposit rega 
+4486 98c08c00 iadd contr ,contr 
+4487 2040740c call memcpy_fast 
+4488 204073bd call store_contw 
+4489 2020455c branch le_send_auto_len_by_mem 
+
+le_parse_att_read_by_group_type_request:
+448a 20404569 call le_get_search_handle_start_end_common 
+448b 20404577 call le_get_search_att_type 
+448c 2020448d branch le_send_att_read_by_group_type_response 
+
+le_send_att_read_by_group_type_response:
+448d d9600002 arg 2 ,timeup 
+448e 68490506 fetcht 2 ,mem_le_search_handle_start 
+448f 604904cc storet 2 ,mem_temp 
+4490 204040b2 call le_att_get_handle_ptr2 
+4491 18c08dfe increase -2 ,contr 
+4492 18c27e00 copy contr ,pdata 
+4493 67e1051c store 2 ,mem_le_cur_attlist_start_ptr 
+
+le_send_att_read_by_group_type_response_loop:
+4494 2040453c call le_att_check_handle_end 
+4495 242144c3 nbranch le_send_att_read_by_group_type_end0 ,positive 
+4496 684904cc fetcht 2 ,mem_temp 
+4497 204040dd call le_att_get_handle_info_from_ptr 
+4498 243a44c6 nbranch le_send_att_read_by_group_type_end1 ,blank 
+4499 20404540 call le_att_same_type 
+449a 2422c4b9 nbranch le_send_att_read_by_group_type_next_handle ,zero 
+449b 19627e00 copy timeup ,pdata 
+449c c00044c6 beq 0 ,le_send_att_read_by_group_type_end1 
+449d 243444af nbranch le_send_att_read_by_group_type_store_write_record ,user 
+449e 78547c00 disable user 
+449f da200014 arg 20 ,rega 
+44a0 20404535 call le_fifo_malloc_tx_l2cap_gatt 
+44a1 58000011 setarg attop_read_by_group_type_response 
+44a2 e7e08005 istore 1 ,contw 
+44a3 6fe0851b fetch 1 ,mem_le_curr_att_len 
+44a4 1fe0a204 add pdata ,4 ,rega 
+44a5 e2208005 istorer rega ,1 ,contw 
+44a6 204073bd call store_contw 
+44a7 1a267c06 sub rega ,6 ,null 
+44a8 2442f4cc ncall enable_user2 ,zero 
+44a9 2042f4ce call disable_user2 ,zero 
+44aa 2040456e call le_get_search_max_mtu_data 
+44ab 9a26fc00 idiv rega 
+44ac 20407475 call wait_div_end 
+44ad 18079600 quotient timeup 
+44ae 202044b5 branch le_send_att_read_by_group_type_store_record 
+
+le_send_att_read_by_group_type_store_write_record:
+44af 204044bd call le_send_att_read_by_group_type_check_pair_length_type 
+44b0 243a44c6 nbranch le_send_att_read_by_group_type_end1 ,blank 
+44b1 6fe104cc fetch 2 ,mem_temp 
+44b2 1fe0ffff increase -1 ,pdata 
+44b3 67e10520 store 2 ,mem_le_cur_handle_end 
+44b4 20404552 call le_write_att_record 
+
+le_send_att_read_by_group_type_store_record:
+44b5 6fe104cc fetch 2 ,mem_temp 
+44b6 67e1051e store 2 ,mem_le_cur_handle_start 
+44b7 2040454c call le_store_att_record 
+44b8 196097ff increase -1 ,timeup 
+
+le_send_att_read_by_group_type_next_handle:
+44b9 20404538 call le_att_next_handle 
+44ba 20204494 branch le_send_att_read_by_group_type_response_loop 
+
+le_send_att_read_by_type_res_check_pair_length_type:
+44bb 6fe08522 fetch 1 ,mem_le_cur_uuid_length 
+44bc 202044be branch le_send_att_read_by_group_type_check_pair_length_type + 1 
+
+le_send_att_read_by_group_type_check_pair_length_type:
+44bd 6fe0851b fetch 1 ,mem_le_curr_att_len 
+44be 203644c1 branch le_send_att_read_by_group_type_check_pair_length_type_16byte ,user2 
+44bf 1fe0fffe increase -2 ,pdata 
+44c0 20600000 rtn 
+
+le_send_att_read_by_group_type_check_pair_length_type_16byte:
+44c1 1fe0fff0 increase -16 ,pdata 
+44c2 20600000 rtn 
+
+le_send_att_read_by_group_type_end0:
+44c3 6fe104cc fetch 2 ,mem_temp 
+44c4 67e10520 store 2 ,mem_le_cur_handle_end 
+44c5 202044ca branch le_send_att_read_by_group_type_end_common 
+
+le_send_att_read_by_group_type_end1:
+44c6 6fe104cc fetch 2 ,mem_temp 
+44c7 1fe0ffff increase -1 ,pdata 
+44c8 67e10520 store 2 ,mem_le_cur_handle_end 
+44c9 202044ca branch le_send_att_read_by_group_type_end_common 
+
+le_send_att_read_by_group_type_end_common:
+44ca 20344528 branch le_send_att_error_response_notfound ,user 
+44cb 20404552 call le_write_att_record 
+44cc 2020455c branch le_send_auto_len_by_mem 
+
+le_parse_att_write_request:
+44cd 18c22200 copy contr ,rega 
+44ce 6fe1430a fetch 2 ,mem_le_l2cap_size 
+44cf 1fe0a5fd add pdata ,-3 ,regb 
+44d0 20404072 call le_writeatt_cb 
+
+le_send_att_write_response_check_auth:
+44d1 470fc023 bpatchx patch23_7 ,mem_patch23 
+44d2 204044ec call le_check_encrypt_state 
+44d3 6849436f fetcht 2 ,mem_le_att_handle 
+44d4 204040b2 call le_att_get_handle_ptr2 
+44d5 2422c4ea nbranch le_send_att_write_response_error_invalid_handle ,zero 
+44d6 205444e6 call le_send_att_write_response_check_handle ,user 
+44d7 20740000 rtn user 
+44d8 6fe0c2f6 fetch 1 ,mem_le_configuration 
+44d9 c30244e1 bbit0 bit_ble_write_auth ,le_send_att_write_response 
+44da 6849436f fetcht 2 ,mem_le_att_handle 
+44db 6fe14307 fetch 2 ,mem_le_pairing_handle 
+44dc 98467c00 isub temp ,null 
+44dd 2422c4e1 nbranch le_send_att_write_response ,zero 
+44de 204044ec call le_check_encrypt_state 
+44df 243444e1 nbranch le_send_att_write_response ,user 
+44e0 2020446e branch le_send_att_read_response_error_insufficient_auth 
+
+le_send_att_write_response:
+44e1 18002201 force 1 ,rega 
+44e2 20404535 call le_fifo_malloc_tx_l2cap_gatt 
+44e3 58000013 setarg attop_write_response 
+44e4 e7e08005 istore 1 ,contw 
+44e5 20600000 rtn 
+
+le_send_att_write_response_check_handle:
+44e6 18c08dfe increase -2 ,contr 
+44e7 efe10006 ifetch 2 ,contr 
+44e8 c287c46e bbit1 bit_of_att_handle_write_authenticated ,le_send_att_read_response_error_insufficient_auth 
+44e9 202074ca branch disable_user 
+
+le_send_att_write_response_error_invalid_handle:
+44ea 7001b401 jam att_err_invalid_handle ,mem_le_err_code 
+44eb 2020452a branch le_send_att_error_response 
+
+le_check_encrypt_state:
+44ec 47104024 bpatchx patch24_0 ,mem_patch24 
+44ed 204074ca call disable_user 
+44ee 6fe0c2d3 fetch 1 ,mem_le_pairing_mode 
+44ef c1000000 rtneq le_pairing_mode_none 
+44f0 6fe0c040 fetch 1 ,mem_context 
+44f1 c3820000 rtnbit1 lestate_encryption 
+44f2 202074c8 branch enable_user 
+
+le_parse_att_prepare_write_request:
+44f3 18c0a202 add contr ,2 ,rega 
+44f4 6fe1430a fetch 2 ,mem_le_l2cap_size 
+44f5 1fe0a5fb add pdata ,-5 ,regb 
+44f6 20404072 call le_writeatt_cb 
+44f7 202044f8 branch le_send_att_prepare_write_response 
+
+le_send_att_prepare_write_response:
+44f8 6fe1430a fetch 2 ,mem_le_l2cap_size 
+44f9 1fe22200 copy pdata ,rega 
+44fa 20404535 call le_fifo_malloc_tx_l2cap_gatt 
+44fb 58000017 setarg attop_prepare_write_response 
+44fc e7e08005 istore 1 ,contw 
+44fd 6fe1436f fetch 2 ,mem_le_att_handle 
+44fe e7e10005 istore 2 ,contw 
+44ff 6fe1430a fetch 2 ,mem_le_l2cap_size 
+4500 1fe0f3fb add pdata ,-5 ,loopcnt 
+4501 6fe1430e fetch 2 ,mem_le_payload_ptr 
+4502 1fe08c07 add pdata ,7 ,contr 
+4503 efe10006 ifetch 2 ,contr 
+4504 e7e10005 istore 2 ,contw 
+4505 2020740c branch memcpy_fast 
+
+le_parse_att_execute_write_request:
+
+le_send_att_execute_write_response:
+4506 18002201 force 1 ,rega 
+4507 20404535 call le_fifo_malloc_tx_l2cap_gatt 
+4508 58000019 setarg attop_execute_write_response 
+4509 e7e08005 istore 1 ,contw 
+450a 20600000 rtn 
+
+le_parse_handle_value_confirmation:
+450b 6fe0c36d fetch 1 ,mem_le_l2cap_att_states 
+450c 793ffe00 set0 ble_l2cap_recv_confirmation_packet ,pdata 
+450d 67e0c36d store 1 ,mem_le_l2cap_att_states 
+450e 20600000 rtn 
+
+le_parse_att_write_command:
+450f 18c22200 copy contr ,rega 
+4510 6fe1430a fetch 2 ,mem_le_l2cap_size 
+4511 1fe0a5fd add pdata ,-3 ,regb 
+4512 20204072 branch le_writeatt_cb 
+
+le_att_malloc_tx_notify:
+4513 18422600 copy temp ,regc 
+4514 1a20a203 increase 3 ,rega 
+4515 20404535 call le_fifo_malloc_tx_l2cap_gatt 
+4516 1a20a3fd increase -3 ,rega 
+4517 5800001b setarg attop_handle_value_notification 
+4518 e7e08005 istore 1 ,contw 
+4519 1a620400 copy regc ,temp 
+451a e0410005 istoret 2 ,contw 
+451b 20600000 rtn 
+
+le_att_malloc_tx_indication:
+451c 6fe0c36d fetch 1 ,mem_le_l2cap_att_states 
+451d 79207e00 set1 ble_l2cap_send_indication_packet ,pdata 
+451e 67e0c36d store 1 ,mem_le_l2cap_att_states 
+451f 18422600 copy temp ,regc 
+4520 1a20a203 increase 3 ,rega 
+4521 20404535 call le_fifo_malloc_tx_l2cap_gatt 
+4522 1a20a3fd increase -3 ,rega 
+4523 5800001d setarg attop_handle_value_indication 
+4524 e7e08005 istore 1 ,contw 
+4525 1a620400 copy regc ,temp 
+4526 e0410005 istoret 2 ,contw 
+4527 20600000 rtn 
+
+le_send_att_error_response_notfound:
+4528 4710c024 bpatchx patch24_1 ,mem_patch24 
+4529 7001b40a jam att_err_attribute_not_found ,mem_le_err_code 
+
+le_send_att_error_response:
+452a 18002205 force 5 ,rega 
+452b 20404535 call le_fifo_malloc_tx_l2cap_gatt 
+452c 58000001 setarg attop_error_response 
+452d e7e08005 istore 1 ,contw 
+452e 6fe0c36e fetch 1 ,mem_le_att_opcode 
+452f e7e08005 istore 1 ,contw 
+4530 6fe1436f fetch 2 ,mem_le_att_handle 
+4531 e7e10005 istore 2 ,contw 
+4532 6fe081b4 fetch 1 ,mem_le_err_code 
+4533 e7e08005 istore 1 ,contw 
+4534 20600000 rtn 
+
+le_fifo_malloc_tx_l2cap_gatt:
+4535 47114024 bpatchx patch24_2 ,mem_patch24 
+4536 18002404 force le_l2cap_cid_att ,regb 
+4537 2020419f branch le_fifo_malloc_tx_l2cap 
+
+le_att_next_handle:
+4538 684904cc fetcht 2 ,mem_temp 
+4539 18408401 increase 1 ,temp 
+453a 604904cc storet 2 ,mem_temp 
+453b 20600000 rtn 
+
+le_att_check_handle_end:
+453c 684904cc fetcht 2 ,mem_temp 
+453d 6fe10508 fetch 2 ,mem_le_search_handle_end 
+453e 98467c00 isub temp ,null 
+453f 20600000 rtn 
+
+le_att_same_type:
+4540 4711c024 bpatchx patch24_3 ,mem_patch24 
+4541 6848850a fetcht 1 ,mem_le_search_att_type_length 
+4542 da20050b arg mem_le_search_att_type ,rega 
+
+le_att_check_same_common:
+4543 6fe08522 fetch 1 ,mem_le_cur_uuid_length 
+4544 1fe27200 copy pdata ,loopcnt 
+4545 98467c00 isub temp ,null 
+4546 24628000 nrtn zero 
+4547 da400523 arg mem_le_cur_uuid ,regb 
+4548 20207477 branch string_compare 
+
+le_att_same_uuid:
+4549 6848c28f fetcht 1 ,mem_le_search_uuid_length 
+454a da204290 arg mem_le_search_uuid ,rega 
+454b 20204543 branch le_att_check_same_common 
+
+le_store_att_record:
+454c 47124024 bpatchx patch24_4 ,mem_patch24 
+454d 6fe0851b fetch 1 ,mem_le_curr_att_len 
+454e 67e084f6 store 1 ,mem_temp_block0 
+454f 1fe27200 copy pdata ,loopcnt 
+4550 204073ba call get_contr 
+4551 2020740c branch memcpy_fast 
+
+le_write_att_record:
+4552 4712c024 bpatchx patch24_5 ,mem_patch24 
+4553 204073b7 call get_contw 
+4554 6fe1051e fetch 2 ,mem_le_cur_handle_start 
+4555 e7e10005 istore 2 ,contw 
+4556 6fe10520 fetch 2 ,mem_le_cur_handle_end 
+4557 e7e10005 istore 2 ,contw 
+
+le_write_att_record_common:
+4558 6fe084f6 fetch 1 ,mem_temp_block0 
+4559 1fe27200 copy pdata ,loopcnt 
+455a 2040740c call memcpy_fast 
+455b 202073bd branch store_contw 
+
+le_send_auto_len_by_mem:
+455c 47134024 bpatchx patch24_6 ,mem_patch24 
+455d 204073b7 call get_contw 
+455e 204041c5 call le_fifo_get_last_att_ptr 
+455f 18a27e00 copy contw ,pdata 
+4560 98c62200 isub contr ,rega 
+4561 204041c8 call le_fifo_get_last_l2cap_ptr 
+4562 1a227e00 copy rega ,pdata 
+4563 e7e10006 istore 2 ,contr 
+4564 1a20a204 increase 4 ,rega 
+4565 204041ba call le_fifo_get_last_tx_ptr 
+4566 1a227e00 copy rega ,pdata 
+4567 e7e08006 istore 1 ,contr 
+4568 20600000 rtn 
+
+le_get_search_handle_start_end_common:
+4569 1fecfe00 rshift8 pdata ,pdata 
+456a 67e10506 store 2 ,mem_le_search_handle_start 
+456b efe10006 ifetch 2 ,contr 
+456c 67e10508 store 2 ,mem_le_search_handle_end 
+456d 20600000 rtn 
+
+le_get_search_max_mtu_data:
+456e 4713c024 bpatchx patch24_7 ,mem_patch24 
+456f 6fe142b8 fetch 2 ,mem_le_remote_mtu 
+4570 1fe0fffe increase -2 ,pdata 
+4571 684942b6 fetcht 2 ,mem_le_local_mtu 
+4572 184085fe increase -2 ,temp 
+4573 204074be call not_greater_than 
+4574 d84000f0 arg 240 ,temp 
+4575 204074be call not_greater_than 
+4576 20600000 rtn 
+
+le_get_search_att_type:
+4577 47144025 bpatchx patch25_0 ,mem_patch25 
+4578 204073c0 call store_contr 
+4579 d8a0050a arg mem_le_search_att_type_length ,contw 
+
+le_get_search_common:
+457a 6fe1430a fetch 2 ,mem_le_l2cap_size 
+457b 1fe0fffb increase -5 ,pdata 
+
+le_get_search_common2:
+457c e7e08005 istore 1 ,contw 
+457d 1fe27200 copy pdata ,loopcnt 
+457e 204073ba call get_contr 
+457f 2020740c branch memcpy_fast 
+
+le_parse_writing_attribute_start:
+4580 6fe1004b fetch 2 ,mem_le_rxbuf_data_att_cid 
+4581 c1820000 rtnne le_l2cap_cid_att 
+4582 6fe0c36d fetch 1 ,mem_le_l2cap_att_states 
+4583 79207e01 set1 ble_l2cap_deal_with_continue_packet ,pdata 
+4584 67e0c36d store 1 ,mem_le_l2cap_att_states 
+4585 6fe1804d fetch 3 ,mem_le_rxbuf_data_att_opcode 
+4586 67e1c36e store 3 ,mem_le_att_opcode 
+4587 7920000f set1 mark_old_packet ,mark 
+4588 c009459b beq attop_write_request ,le_parse_attribute_write_request 
+4589 c02945a0 beq attop_write_command ,le_parse_attribute_write_command 
+458a c00c4506 beq attop_execute_write_request ,le_parse_att_execute_write_request 
+458b c0014346 beq attop_exchange_mtu_request ,le_parse_att_exchange_mtu_request 
+458c c00f450b beq attop_handle_value_confirmation ,le_parse_handle_value_confirmation 
+458d 793f800f set0 mark_old_packet ,mark 
+
+le_clear_l2cap_att_states_deal_with_contiune_packet:
+458e 6fe0c36d fetch 1 ,mem_le_l2cap_att_states 
+458f 793ffe01 set0 ble_l2cap_deal_with_continue_packet ,pdata 
+4590 67e0c36d store 1 ,mem_le_l2cap_att_states 
+4591 20600000 rtn 
+
+le_parse_writing_attribute_continue:
+4592 6fe0c36d fetch 1 ,mem_le_l2cap_att_states 
+4593 c4008000 rtnbit0 ble_l2cap_deal_with_continue_packet 
+4594 7920000f set1 mark_old_packet ,mark 
+4595 204045ab call le_parse_l2cap_continue_common 
+4596 204045b1 call le_parse_attribute_check_complete_packet 
+4597 2054458e call le_clear_l2cap_att_states_deal_with_contiune_packet ,user 
+4598 6fe0c36e fetch 1 ,mem_le_att_opcode 
+4599 c00944d1 beq attop_write_request ,le_send_att_write_response_check_auth 
+459a 20600000 rtn 
+
+le_parse_attribute_write_request:
+459b 204045a0 call le_parse_attribute_write_command 
+459c 2020459d branch le_send_attribute_write_response_check_auth 
+
+le_send_attribute_write_response_check_auth:
+459d 204045b1 call le_parse_attribute_check_complete_packet 
+459e 24740000 nrtn user 
+459f 202044d1 branch le_send_att_write_response_check_auth 
+
+le_parse_attribute_write_command:
+45a0 4714c025 bpatchx patch25_1 ,mem_patch25 
+45a1 204045a4 call le_parse_attribute_check_complete_packet_init 
+45a2 da200050 arg mem_le_rxbuf_data_att_write_payload ,rega 
+45a3 20204072 branch le_writeatt_cb 
+
+le_parse_attribute_check_complete_packet_init:
+45a4 6fe08048 fetch 1 ,mem_le_rxbuf_data_att_write_length 
+45a5 1fe0a5f9 add pdata ,-7 ,regb 
+45a6 1fe0fffc increase -4 ,pdata 
+45a7 67e1430c store 2 ,mem_le_packet_len_recved 
+45a8 68490049 fetcht 2 ,mem_le_rxbuf_data_att_write_l2cap_length 
+45a9 6049430a storet 2 ,mem_le_l2cap_size 
+45aa 20600000 rtn 
+
+le_parse_l2cap_continue_common:
+45ab 6a408048 fetchr regb ,1 ,mem_le_rxbuf_data_continue_length 
+45ac 6fe1430c fetch 2 ,mem_le_packet_len_recved 
+45ad 9a408400 iadd regb ,temp 
+45ae 6049430c storet 2 ,mem_le_packet_len_recved 
+45af da200049 arg mem_le_rxbuf_data_continue_payload ,rega 
+45b0 20204072 branch le_writeatt_cb 
+
+le_parse_attribute_check_complete_packet:
+45b1 204074ca call disable_user 
+45b2 6fe1430c fetch 2 ,mem_le_packet_len_recved 
+45b3 6849430a fetcht 2 ,mem_le_l2cap_size 
+45b4 98467c00 isub temp ,null 
+45b5 24628000 nrtn zero 
+45b6 202074c8 branch enable_user 
+
+le_parse_signaling:
+45b7 efe08006 ifetch 1 ,contr 
+45b8 e8408006 ifetcht 1 ,contr 
+45b9 e8410006 ifetcht 2 ,contr 
+45ba c009c5bc beq l2cap_connection_parameter_update_response ,le_l2cap_parse_conn_parameter_update_rsp 
+45bb 20600000 rtn 
+
+le_l2cap_parse_conn_parameter_update_rsp:
+45bc efe10006 ifetch 2 ,contr 
+45bd 67e14311 store 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+45be 7004c340 jam bt_evt_le_parse_conn_papa_update_rsp ,mem_fifo_temp 
+45bf 20206f7b branch ui_ipc_send_event 
+
+le_l2cap_tx_update_req:
+45c0 da20000c arg 0x0c ,rega 
+45c1 da600012 arg l2cap_connection_parameter_update_request ,regc 
+45c2 204045c8 call le_fifo_malloc_tx_l2cap_signaling 
+45c3 58000008 setarg 0x08 
+45c4 e7e10005 istore 2 ,contw 
+45c5 6fe442a8 fetch 8 ,mem_le_interval_min 
+45c6 e7e40005 istore 8 ,contw 
+45c7 20600000 rtn 
+
+le_fifo_malloc_tx_l2cap_signaling:
+45c8 204045d0 call le_l2cap_update_signaling_identifier 
+45c9 da400005 arg le_l2cap_cid_signal ,regb 
+45ca 2040419f call le_fifo_malloc_tx_l2cap 
+45cb 1a627e00 copy regc ,pdata 
+45cc e7e08005 istore 1 ,contw 
+45cd 6fe0c310 fetch 1 ,mem_le_signaling_identifier 
+45ce e7e08005 istore 1 ,contw 
+45cf 20600000 rtn 
+
+le_l2cap_update_signaling_identifier:
+45d0 6fe0c310 fetch 1 ,mem_le_signaling_identifier 
+45d1 1fe0fe01 pincrease 1 
+45d2 67e0c310 store 1 ,mem_le_signaling_identifier 
+45d3 c1800000 rtnne 0 
+
+le_l2cap_reset_signaling_identifier:
+45d4 70431001 jam 1 ,mem_le_signaling_identifier 
+45d5 20600000 rtn 
+
+le_pairing_mode_init:
+45d6 6fe0c2d3 fetch 1 ,mem_le_pairing_mode 
+45d7 c00045db beq le_pairing_mode_none ,le_set_no_pairing 
+45d8 c000c5de beq le_pairing_mode_lagacy_justwork ,le_set_pairing_mode_lagacy_just_work 
+45d9 c00145e0 beq le_pairing_mode_lagacy_passkey ,le_set_pairing_mode_lagacy_passkey 
+45da 20600000 rtn 
+
+le_set_no_pairing:
+45db 70428900 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
+
+le_set_noinputnooutput:
+45dc 70428703 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
+45dd 20600000 rtn 
+
+le_set_pairing_mode_lagacy_just_work:
+45de 70428905 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+45df 202045dc branch le_set_noinputnooutput 
+
+le_set_pairing_mode_lagacy_passkey:
+45e0 70428905 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+
+le_set_displayonly:
+45e1 70428700 jam flag_iocap_displayonly ,mem_le_pres_iocap 
+45e2 20600000 rtn 
+
+le_parse_smp:
+45e3 efe08006 ifetch 1 ,contr 
+45e4 c000c5f5 beq smp_pairing_request ,le_parse_smp_pairing_request 
+45e5 c001c616 beq smp_pairing_confirm ,le_parse_smp_pairing_confirm 
+45e6 c0024625 beq smp_pairing_random ,le_parse_smp_pairing_random 
+45e7 c002c630 beq smp_pairing_failed ,le_parse_smp_pairing_failed 
+45e8 c003c680 beq smp_master_identification ,le_parse_smp_master_identification 
+45e9 c0044670 beq smp_identity_information ,le_parse_smp_identity_information 
+45ea c004c67c beq smp_identity_address_information ,le_parse_smp_identity_address_information 
+45eb c0054680 beq smp_signing_information ,le_parse_smp_signing_information 
+45ec c005c680 beq smp_security_request ,le_parse_smp_security_request 
+45ed 20600000 rtn 
+
+le_send_smp_security_request:
+45ee 18002202 force 2 ,rega 
+45ef 204046c0 call le_fifo_malloc_tx_l2cap_smp 
+45f0 5800000b setarg smp_security_request 
+45f1 e7e08005 istore 1 ,contw 
+45f2 6fe0c289 fetch 1 ,mem_le_pres_auth 
+45f3 e7e08005 istore 1 ,contw 
+45f4 20600000 rtn 
+
+le_parse_smp_pairing_request:
+45f5 67e0c27f store 1 ,mem_le_preq 
+45f6 efe30006 ifetch 6 ,contr 
+45f7 e7e30005 istore 6 ,contw 
+45f8 6fe0c2d3 fetch 1 ,mem_le_pairing_mode 
+45f9 c0004636 beq le_pairing_mode_none ,le_smp_pairing_fail_reason_not_support_pairing 
+45fa 20404611 call le_send_smp_pairing_response 
+
+le_parse_smp_pairing_request2:
+45fb 7042d103 jam flag_le_pairing_rcv_pairing_req ,mem_le_pairing_state 
+45fc 6fe0c280 fetch 1 ,mem_le_preq_iocap 
+45fd c0004603 beq flag_iocap_displayonly ,le_set_tk_0 
+45fe c000c603 beq flag_iocap_displayyesno ,le_set_tk_0 
+45ff c001c603 beq flag_iocap_noinputnooutput ,le_set_tk_0 
+4600 6fe0c2d3 fetch 1 ,mem_le_pairing_mode 
+4601 c0014606 beq le_pairing_mode_lagacy_passkey ,le_parse_smp_pairing_req_passkey 
+4602 c1418000 rtneq le_pairing_mode_secure_connect_passkey 
+
+le_set_tk_0:
+4603 dfe00000 arg 0 ,pdata 
+4604 67e242d4 store 4 ,mem_le_tk 
+4605 20600000 rtn 
+
+le_parse_smp_pairing_req_passkey:
+4606 6fe0c2f6 fetch 1 ,mem_le_configuration 
+4607 c280460f bbit1 bit_ble_passkey_fixed_key ,le_parse_smp_pairing_req_fixed_passkey 
+
+le_genernate_tk:
+4608 da2042d4 arg mem_le_tk ,rega 
+4609 1a220a00 copy rega ,contw 
+460a df200003 arg 3 ,loopcnt 
+460b 204074e4 call generate_random_loop 
+460c 6fe142d6 fetch 2 ,mem_le_tk + 2 
+460d 1fe17e07 and_into 0x7 ,pdata 
+460e 67e142d6 store 2 ,mem_le_tk + 2 
+
+le_parse_smp_pairing_req_fixed_passkey:
+460f 7004c334 jam bt_evt_le_tk_generate ,mem_fifo_temp 
+4610 20206f7b branch ui_ipc_send_event 
+
+le_send_smp_pairing_response:
+4611 18002207 force 7 ,rega 
+4612 204046c0 call le_fifo_malloc_tx_l2cap_smp 
+4613 6fe3c286 fetch 7 ,mem_le_pres 
+4614 e7e38005 istore 7 ,contw 
+4615 20600000 rtn 
+
+le_parse_smp_pairing_confirm:
+4616 7042d105 jam flag_le_pairing_receive_pairing_confirm ,mem_le_pairing_state 
+4617 d8a0425d arg mem_le_rconfirm ,contw 
+4618 204073d2 call memcpy16 
+4619 6fe0c2d3 fetch 1 ,mem_le_pairing_mode 
+461a c002461c beq le_pairing_mode_lagacy_passkey_res_input ,le_parse_smp_pairing_confirm_passkey_res_input 
+461b 2020461e branch le_send_smp_pairing_confirm 
+
+le_parse_smp_pairing_confirm_passkey_res_input:
+461c 7004c343 jam bt_evt_le_get_passkey ,mem_fifo_temp 
+461d 20206f7b branch ui_ipc_send_event 
+
+le_send_smp_pairing_confirm:
+461e 7042d106 jam flag_le_pairing_send_pairing_confirm ,mem_le_pairing_state 
+461f 20406d45 call generate_confirm 
+4620 18002211 force 17 ,rega 
+4621 204046c0 call le_fifo_malloc_tx_l2cap_smp 
+4622 58000003 setarg smp_pairing_confirm 
+4623 e7e08005 istore 1 ,contw 
+4624 20206e91 branch store_aes_result 
+
+le_parse_smp_pairing_random:
+4625 18c22200 copy contr ,rega 
+4626 1a220c00 copy rega ,contr 
+4627 20406d3d call authenticate_rconfirm 
+4628 2022c638 branch le_parse_smp_pairing_random_success ,zero 
+
+le_send_pairing_confirm_value_failed:
+4629 7001b504 jam pairing_failed_confirm_value_failed ,mem_le_ll_pairing_fail_reason 
+
+le_send_pairing_failed:
+462a 18002202 force 2 ,rega 
+462b 204046c0 call le_fifo_malloc_tx_l2cap_smp 
+462c 58000005 setarg smp_pairing_failed 
+462d e7e08005 istore 1 ,contw 
+462e 6fe081b5 fetch 1 ,mem_le_ll_pairing_fail_reason 
+462f e7e08005 istore 1 ,contw 
+
+le_parse_smp_pairing_failed:
+4630 47154025 bpatchx patch25_2 ,mem_patch25 
+4631 18000e07 force smp_pairing_timer ,queue 
+4632 2040741f call timer_stop 
+4633 7042d100 jam flag_le_pairing_null ,mem_le_pairing_state 
+4634 7004c330 jam bt_evt_le_pairing_fail ,mem_fifo_temp 
+4635 20206f7b branch ui_ipc_send_event 
+
+le_smp_pairing_fail_reason_not_support_pairing:
+4636 7001b505 jam pairing_failed_pairing_not_supported ,mem_le_ll_pairing_fail_reason 
+4637 2020462a branch le_send_pairing_failed 
+
+le_parse_smp_pairing_random_success:
+4638 20406d39 call generate_stk 
+4639 7004c331 jam bt_evt_le_pairing_success ,mem_fifo_temp 
+463a 20406f7b call ui_ipc_send_event 
+463b 70425c01 jam 1 ,mem_ltk_exists 
+463c 7042d109 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
+
+le_send_smp_pairing_random:
+463d 18002211 force 17 ,rega 
+463e 204046c0 call le_fifo_malloc_tx_l2cap_smp 
+463f 58000004 setarg smp_pairing_random 
+4640 e7e08005 istore 1 ,contw 
+4641 d8c0426d arg mem_le_srand ,contr 
+4642 202073d2 branch memcpy16 
+
+le_send_smp_encryption_information:
+4643 18002211 force 17 ,rega 
+4644 204046c0 call le_fifo_malloc_tx_l2cap_smp 
+4645 58000006 setarg smp_encryption_information 
+4646 e7e08005 istore 1 ,contw 
+4647 6fe0c2f6 fetch 1 ,mem_le_configuration 
+4648 c280c64b bbit1 bit_ble_pairing_fixed_ltk ,le_send_fixed_ltk 
+4649 d8c0424c arg mem_le_ltk ,contr 
+464a 202073d2 branch memcpy16 
+
+le_send_fixed_ltk:
+464b d8c042f7 arg mem_le_fixed_ltk ,contr 
+464c 202073d2 branch memcpy16 
+
+le_send_smp_master_identification:
+464d d8a042d8 arg mem_le_ediv ,contw 
+464e 1800720a force 10 ,loopcnt 
+464f 204074e4 call generate_random_loop 
+4650 1800220b force 11 ,rega 
+4651 204046c0 call le_fifo_malloc_tx_l2cap_smp 
+4652 58000007 setarg smp_master_identification 
+4653 e7e08005 istore 1 ,contw 
+4654 6fe142d8 fetch 2 ,mem_le_ediv 
+4655 e7e10005 istore 2 ,contw 
+4656 6fe442da fetch 8 ,mem_le_rand 
+4657 e7e40005 istore 8 ,contw 
+4658 20600000 rtn 
+
+le_send_smp_identity_information:
+4659 18002211 force 17 ,rega 
+465a 204046c0 call le_fifo_malloc_tx_l2cap_smp 
+465b 58000008 setarg smp_identity_information 
+465c e7e08005 istore 1 ,contw 
+465d 58000000 setarg 0 
+465e e7e40005 istore 8 ,contw 
+465f e7e40005 istore 8 ,contw 
+4660 20600000 rtn 
+
+le_send_smp_identity_address_information:
+4661 18002208 force 8 ,rega 
+4662 204046c0 call le_fifo_malloc_tx_l2cap_smp 
+4663 58000009 setarg smp_identity_address_information 
+4664 e7e08005 istore 1 ,contw 
+4665 6fe0c2a7 fetch 1 ,mem_le_conn_own_addr_type 
+4666 e7e08005 istore 1 ,contw 
+4667 6fe342b0 fetch 6 ,mem_le_lap 
+4668 e7e30005 istore 6 ,contw 
+4669 20600000 rtn 
+
+le_send_pairing_fail_unspecified_reason:
+466a 7001b508 jam pairing_failed_unspecified_reason ,mem_le_ll_pairing_fail_reason 
+466b 2020462a branch le_send_pairing_failed 
+
+le_check_init_key_distribution:
+466c 6fe0c28b fetch 1 ,mem_le_pres_init_key_distribution 
+466d 6848c28b fetcht 1 ,mem_le_pres_init_key_distribution 
+466e 98417e00 iand temp ,pdata 
+466f 20600000 rtn 
+
+le_parse_smp_identity_information:
+4670 d8a042e2 arg mem_le_irk ,contw 
+4671 204073d2 call memcpy16 
+4672 2040466c call le_check_init_key_distribution 
+4673 2fec0001 isolate0 le_initator_irk_bit ,pdata 
+4674 2020c66a branch le_send_pairing_fail_unspecified_reason ,true 
+4675 20600000 rtn 
+
+le_check_master_addr_type:
+4676 204074ca call disable_user 
+4677 6fe0c2a0 fetch 1 ,mem_le_conn_peer_addr_type 
+4678 c1000000 rtneq master_public_addr 
+4679 6fe0c284 fetch 1 ,mem_le_preq_init_key_distribution 
+467a c4008000 rtnbit0 le_initator_irk_bit 
+467b 202074c8 branch enable_user 
+
+le_parse_smp_identity_address_information:
+467c 2040466c call le_check_init_key_distribution 
+467d 2fec0001 isolate0 le_initator_irk_bit ,pdata 
+467e 2020c66a branch le_send_pairing_fail_unspecified_reason ,true 
+467f 20600000 rtn 
+
+le_parse_smp_master_identification:
+
+le_parse_smp_signing_information:
+
+le_parse_smp_security_request:
+4680 20600000 rtn 
+
+le_check_paring_time:
+4681 6fe0c2d1 fetch 1 ,mem_le_pairing_state 
+4682 c17f8000 rtneq flag_le_pairing_end 
+4683 d8400003 arg flag_le_pairing_rcv_pairing_req ,temp 
+4684 98467c00 isub temp ,null 
+4685 24610000 nrtn positive 
+4686 d8e00007 arg smp_pairing_timer ,queue 
+4687 2040742e call timer_check 
+4688 247a0000 nrtn blank 
+4689 2020466a branch le_send_pairing_fail_unspecified_reason 
+
+le_pairing_sm:
+468a 4715c025 bpatchx patch25_3 ,mem_patch25 
+468b 204041cc call le_fifo_check_nearly_full 
+468c 247a0000 nrtn blank 
+468d 6fe0c2d1 fetch 1 ,mem_le_pairing_state 
+468e c0004697 beq flag_le_pairing_null ,le_pairing_sm_null 
+468f c000c69d beq flag_le_pairing_start ,le_pairing_sm_start 
+4690 c0014697 beq flag_le_pairing_send_recurity_req ,le_pairing_sm_send_sec_req 
+4691 c001c69f beq flag_le_pairing_rcv_pairing_req ,le_pairing_sm_rcv_pairing_req 
+4692 c004c6a3 beq flag_le_pairing_after_auth ,le_pairing_sm_after_auth 
+4693 c005c6ae beq flag_le_paring_send_enc_information ,le_pairng_sm_send_enc_information 
+4694 c00646b0 beq flag_le_paring_send_master_identification ,le_pairng_sm_send_master_indentification 
+4695 c006c6b7 beq flag_le_paring_send_indentity_information ,le_pairng_sm_send_indentity_information 
+4696 20600000 rtn 
+
+le_pairing_sm_null:
+
+le_pairing_sm_send_sec_req:
+4697 6fe0c2d2 fetch 1 ,mem_le_enc_state 
+4698 c1820000 rtnne flag_le_send_start_enc_rsp 
+4699 7042d2ff jam flag_le_enc_end ,mem_le_enc_state 
+469a 7042d1ff jam flag_le_pairing_end ,mem_le_pairing_state 
+469b 7004c33f jam bt_evt_le_reconnect_complete ,mem_fifo_temp 
+469c 20206f7b branch ui_ipc_send_event 
+
+le_pairing_sm_start:
+469d 7042d102 jam flag_le_pairing_send_recurity_req ,mem_le_pairing_state 
+469e 202045ee branch le_send_smp_security_request 
+
+le_pairing_sm_rcv_pairing_req:
+469f 7042d104 jam flag_le_pairing_wait_stk_generation ,mem_le_pairing_state 
+46a0 58017700 setarg timer_smp_pairing_timeout 
+46a1 d8e00007 arg smp_pairing_timer ,queue 
+46a2 20207420 branch timer_init 
+
+le_pairing_sm_after_auth:
+46a3 6fe0c2d2 fetch 1 ,mem_le_enc_state 
+46a4 c00246a6 beq flag_le_send_start_enc_rsp ,le_pairing_sm_after_auth_start_enc 
+46a5 20600000 rtn 
+
+le_pairing_sm_after_auth_start_enc:
+46a6 6fe0c2d3 fetch 1 ,mem_le_pairing_mode 
+46a7 c283c6ac bbit1 le_pairing_mode_secure_connect_bit ,le_pairing_sm_after_auth_start_enc_sc 
+46a8 7042d10b jam flag_le_paring_send_enc_information ,mem_le_pairing_state 
+46a9 20404643 call le_send_smp_encryption_information 
+
+le_pairing_sm_after_auth_start_enc_common:
+46aa 7004c329 jam bt_evt_le_enc_info ,mem_fifo_temp 
+46ab 20206f7b branch ui_ipc_send_event 
+
+le_pairing_sm_after_auth_start_enc_sc:
+46ac 7042d10c jam flag_le_paring_send_master_identification ,mem_le_pairing_state 
+46ad 202046aa branch le_pairing_sm_after_auth_start_enc_common 
+
+le_pairng_sm_send_enc_information:
+46ae 7042d10c jam flag_le_paring_send_master_identification ,mem_le_pairing_state 
+46af 2020464d branch le_send_smp_master_identification 
+
+le_pairng_sm_send_master_indentification:
+46b0 6fe0c285 fetch 1 ,mem_le_preq_resp_key_distribution 
+46b1 6848c28c fetcht 1 ,mem_le_pres_resp_key_distribution 
+46b2 98417e00 iand temp ,pdata 
+46b3 2fec0001 isolate0 le_initator_irk_bit ,pdata 
+46b4 2020c6b9 branch le_parse_start_enc_rsp_after_auth_end ,true 
+46b5 7042d10d jam flag_le_paring_send_indentity_information ,mem_le_pairing_state 
+46b6 20204659 branch le_send_smp_identity_information 
+
+le_pairng_sm_send_indentity_information:
+46b7 20404661 call le_send_smp_identity_address_information 
+46b8 202046b9 branch le_parse_start_enc_rsp_after_auth_end 
+
+le_parse_start_enc_rsp_after_auth_end:
+46b9 47164025 bpatchx patch25_4 ,mem_patch25 
+46ba 18000e07 force smp_pairing_timer ,queue 
+46bb 2040741f call timer_stop 
+46bc 7042d2ff jam flag_le_enc_end ,mem_le_enc_state 
+46bd 7042d1ff jam flag_le_pairing_end ,mem_le_pairing_state 
+46be 7004c33e jam bt_evt_le_pairing_complete ,mem_fifo_temp 
+46bf 20206f7b branch ui_ipc_send_event 
+
+le_fifo_malloc_tx_l2cap_smp:
+46c0 47174025 bpatchx patch25_6 ,mem_patch25 
+46c1 18002406 force le_l2cap_cid_smp ,regb 
+46c2 2020419f branch le_fifo_malloc_tx_l2cap 
+
+le_parse_ll:
+46c3 6fe08049 fetch 1 ,mem_le_rxbuf_data_ll_opcode 
+46c4 c00046da beq ll_connection_update_ind ,le_parse_connection_update_ind 
+46c5 c000c6e2 beq ll_channel_map_ind ,le_parse_channel_map_ind 
+46c6 c00146ea beq ll_terminate_ind ,le_parse_terminate_ind 
+46c7 c001c6ee beq ll_enc_req ,le_parse_enc_req 
+46c8 c002470c beq ll_enc_rsp ,le_parse_enc_rsp 
+46c9 c002c711 beq ll_start_enc_req ,le_parse_start_enc_req 
+46ca c0034715 beq ll_start_enc_rsp ,le_parse_start_enc_rsp 
+46cb c003c71a beq ll_unknown_rsp ,le_parse_unknown_rsp 
+46cc c004471b beq ll_feature_req ,le_parse_feature_req 
+46cd c004c71c beq ll_feature_rsp ,le_parse_feature_rsp 
+46ce c005471d beq ll_pause_enc_req ,le_parse_pause_enc_req 
+46cf c005c721 beq ll_pause_enc_rsp ,le_parse_pause_enc_rsp 
+46d0 c0064722 beq ll_version_ind ,le_parse_version_ind 
+46d1 c006c724 beq ll_reject_ind ,le_parse_reject_ind 
+46d2 c0094725 beq ll_ping_req ,le_parse_ping_req 
+46d3 c009c726 beq ll_ping_rsp ,le_parse_ping_rsp 
+46d4 c00a4727 beq ll_length_req ,le_parse_length_req 
+46d5 c00ac729 beq ll_length_rsp ,le_parse_length_rsp 
+46d6 c00b4734 beq ll_phy_req ,le_parse_phy_req 
+46d7 c00c4735 beq ll_phy_update_ind ,le_parse_phy_update_ind 
+46d8 6a608049 fetchr regc ,1 ,mem_le_rxbuf_data_ll_opcode 
+46d9 20204758 branch le_send_unknown_rsp 
+
+le_parse_connection_update_ind:
+46da efe48006 ifetch 9 ,contr 
+46db 67e4819a store 9 ,mem_le_new_param 
+46dc efe10006 ifetch 2 ,contr 
+46dd 67e10183 store 2 ,mem_le_instant 
+46de 6fe08163 fetch 1 ,mem_le_state 
+46df 79207e05 set1 lestate_update_param ,pdata 
+46e0 67e08163 store 1 ,mem_le_state 
+46e1 20600000 rtn 
+
+le_parse_channel_map_ind:
+46e2 efe28006 ifetch 5 ,contr 
+46e3 67e2819a store 5 ,mem_le_new_map 
+46e4 efe10006 ifetch 2 ,contr 
+46e5 67e10183 store 2 ,mem_le_instant 
+
+le_update_map_enable:
+46e6 6fe08163 fetch 1 ,mem_le_state 
+46e7 79207e06 set1 lestate_update_map ,pdata 
+46e8 67e08163 store 1 ,mem_le_state 
+46e9 20600000 rtn 
+
+le_parse_terminate_ind:
+46ea 58000014 setarg 20 
+46eb 67e10191 store 2 ,mem_le_superto 
+46ec 67e142ca store 2 ,mem_le_init_superto 
+46ed 20600000 rtn 
+
+le_parse_enc_req:
+46ee efe40006 ifetch 8 ,contr 
+46ef 67e442da store 8 ,mem_le_rand 
+46f0 efe10006 ifetch 2 ,contr 
+46f1 67e142d8 store 2 ,mem_le_ediv 
+46f2 efe40006 ifetch 8 ,contr 
+46f3 67e442ba store 8 ,mem_le_skdm 
+46f4 efe20006 ifetch 4 ,contr 
+46f5 67e24410 store 4 ,mem_ccm_ivm 
+46f6 20404745 call le_send_enc_rsp 
+46f7 4717c025 bpatchx patch25_7 ,mem_patch25 
+46f8 6fe0c2d1 fetch 1 ,mem_le_pairing_state 
+46f9 c004c700 beq flag_le_pairing_after_auth ,le_parse_enc_req_after_auth 
+46fa 6fe0c2f6 fetch 1 ,mem_le_configuration 
+46fb c280c703 bbit1 bit_ble_pairing_fixed_ltk ,le_parse_enc_req_fixed_ltk 
+46fc 6fe0c3b3 fetch 1 ,mem_nv_data_number 
+46fd 245a6b4d ncall load_device_list_mode_4 ,blank 
+46fe 6fe0c25c fetch 1 ,mem_ltk_exists 
+46ff c0004708 beq 0 ,le_ltk_lost 
+
+le_parse_enc_req_after_auth:
+4700 7042d201 jam flag_le_rcv_enc_start ,mem_le_enc_state 
+4701 20404753 call le_send_start_enc_req 
+4702 20206d4b branch generate_sk 
+
+le_parse_enc_req_fixed_ltk:
+4703 70425c01 jam 1 ,mem_ltk_exists 
+4704 d8c042f7 arg mem_le_fixed_ltk ,contr 
+4705 d8a0424c arg mem_le_ltk ,contw 
+4706 204073d2 call memcpy16 
+4707 20204700 branch le_parse_enc_req_after_auth 
+
+le_ltk_lost:
+4708 7042d200 jam flag_le_enc_null ,mem_le_enc_state 
+4709 7042d100 jam flag_le_enc_null ,mem_le_pairing_state 
+470a 7004c341 jam bt_evt_le_ltk_lost ,mem_fifo_temp 
+470b 20206f7b branch ui_ipc_send_event 
+
+le_parse_enc_rsp:
+470c efe40006 ifetch 8 ,contr 
+470d 67e442c2 store 8 ,mem_le_skds 
+470e efe20006 ifetch 4 ,contr 
+470f 67e24414 store 4 ,mem_ccm_ivs 
+4710 20206d4b branch generate_sk 
+
+le_parse_start_enc_req:
+4711 6fe08163 fetch 1 ,mem_le_state 
+4712 79207e04 set1 lestate_encryption ,pdata 
+4713 67e08163 store 1 ,mem_le_state 
+4714 20600000 rtn 
+
+le_parse_start_enc_rsp:
+4715 20748000 rtn master 
+4716 7004c332 jam bt_evt_le_start_enc ,mem_fifo_temp 
+4717 20406f7b call ui_ipc_send_event 
+4718 7042d204 jam flag_le_send_start_enc_rsp ,mem_le_enc_state 
+4719 20204756 branch le_send_start_enc_rsp 
+
+le_parse_unknown_rsp:
+471a 20600000 rtn 
+
+le_parse_feature_req:
+471b 2020475d branch le_send_feature_rsp 
+
+le_parse_feature_rsp:
+471c 20600000 rtn 
+
+le_parse_pause_enc_req:
+471d 7042d202 jam flag_le_enc_pause ,mem_le_enc_state 
+471e 20404764 call le_send_pause_enc_rsp 
+471f 7004c333 jam bt_evt_le_pause_enc ,mem_fifo_temp 
+4720 20206f7b branch ui_ipc_send_event 
+
+le_parse_pause_enc_rsp:
+4721 20600000 rtn 
+
+le_parse_version_ind:
+4722 20748000 rtn master 
+4723 20204766 branch le_send_version_ind 
+
+le_parse_reject_ind:
+4724 20600000 rtn 
+
+le_parse_ping_req:
+4725 20204772 branch le_send_ping_rsp 
+
+le_parse_ping_rsp:
+4726 20600000 rtn 
+
+le_parse_length_req:
+4727 20404729 call le_parse_length_rsp 
+4728 20204776 branch le_send_data_length_res 
+
+le_parse_length_rsp:
+4729 efe40006 ifetch 8 ,contr 
+472a 67e4437c store 8 ,mem_remote_rx_max_octets 
+472b 6fe1437c fetch 2 ,mem_remote_rx_max_octets 
+472c 68494388 fetcht 2 ,mem_local_tx_max_octets 
+472d 204074be call not_greater_than 
+472e 67e1437c store 2 ,mem_remote_rx_max_octets 
+472f 6fe14380 fetch 2 ,mem_remote_tx_max_octets 
+4730 68494384 fetcht 2 ,mem_local_rx_max_octets 
+4731 204074be call not_greater_than 
+4732 67e14380 store 2 ,mem_remote_tx_max_octets 
+4733 20600000 rtn 
+
+le_parse_phy_req:
+4734 2020477c branch le_send_phy_rsp 
+
+le_parse_phy_update_ind:
+4735 efe10006 ifetch 2 ,contr 
+4736 67e1019a store 2 ,mem_le_new_m2s_phy 
+4737 efe10006 ifetch 2 ,contr 
+4738 67e10183 store 2 ,mem_le_instant 
+4739 207a0000 rtn blank 
+473a 6fe08163 fetch 1 ,mem_le_state 
+473b 79207e07 set1 lestate_update_phy ,pdata 
+473c 67e08163 store 1 ,mem_le_state 
+473d 20600000 rtn 
+
+le_send_terminate_ind_user_terminated:
+473e da600013 arg error_remote_user_terminated_connection ,regc 
+
+le_send_terminate_ind:
+473f da200002 arg 2 ,rega 
+4740 da400002 arg ll_terminate_ind ,regb 
+4741 20404199 call le_fifo_malloc_tx_ll 
+4742 1a627e00 copy regc ,pdata 
+4743 e7e08005 istore 1 ,contw 
+4744 20600000 rtn 
+
+le_send_enc_rsp:
+4745 d8a042c2 arg mem_le_skds ,contw 
+4746 18007208 force 8 ,loopcnt 
+4747 204074e4 call generate_random_loop 
+4748 d8a04414 arg mem_ccm_ivs ,contw 
+4749 18007204 force 4 ,loopcnt 
+474a 204074e4 call generate_random_loop 
+474b da20000d arg 13 ,rega 
+474c da400004 arg ll_enc_rsp ,regb 
+474d 20404199 call le_fifo_malloc_tx_ll 
+474e 6fe442c2 fetch 8 ,mem_le_skds 
+474f e7e40005 istore 8 ,contw 
+4750 6fe24414 fetch 4 ,mem_ccm_ivs 
+4751 e7e20005 istore 4 ,contw 
+4752 20600000 rtn 
+
+le_send_start_enc_req:
+4753 7042d205 jam flag_le_send_start_enc_req ,mem_le_enc_state 
+4754 da400005 arg ll_start_enc_req ,regb 
+4755 20204786 branch le_send_ll_one_lenth 
+
+le_send_start_enc_rsp:
+4756 da400006 arg ll_start_enc_rsp ,regb 
+4757 20204786 branch le_send_ll_one_lenth 
+
+le_send_unknown_rsp:
+4758 da200002 arg 2 ,rega 
+4759 da400007 arg ll_unknown_rsp ,regb 
+475a 20404199 call le_fifo_malloc_tx_ll 
+475b e2608005 istorer regc ,1 ,contw 
+475c 20600000 rtn 
+
+le_send_feature_rsp:
+475d da200009 arg 9 ,rega 
+475e da400009 arg ll_feature_rsp ,regb 
+475f 20404199 call le_fifo_malloc_tx_ll 
+4760 6fe44372 fetch 8 ,mem_le_local_feature 
+4761 1fe1fe01 or pdata ,fun_ll_feature_le_encryption ,pdata 
+4762 e7e40005 istore 8 ,contw 
+4763 20600000 rtn 
+
+le_send_pause_enc_rsp:
+4764 da40000b arg ll_pause_enc_rsp ,regb 
+4765 20204786 branch le_send_ll_one_lenth 
+
+le_send_version_ind:
+4766 da200006 arg 6 ,rega 
+4767 da40000c arg ll_version_ind ,regb 
+4768 20404199 call le_fifo_malloc_tx_ll 
+4769 6fe2c120 fetch 5 ,mem_version 
+476a e7e28005 istore 5 ,contw 
+476b 20600000 rtn 
+
+le_send_reject_ind:
+476c da200002 arg 2 ,rega 
+476d da40000d arg ll_reject_ind ,regb 
+476e 20404199 call le_fifo_malloc_tx_ll 
+476f 58000006 setarg le_err_pin_or_key_missing 
+4770 e7e08005 istore 1 ,contw 
+4771 20600000 rtn 
+
+le_send_ping_rsp:
+4772 da400013 arg ll_ping_rsp ,regb 
+4773 20204786 branch le_send_ll_one_lenth 
+
+le_send_data_length_req:
+4774 da400014 arg ll_length_req ,regb 
+4775 20204777 branch le_send_data_length 
+
+le_send_data_length_res:
+4776 da400015 arg ll_length_rsp ,regb 
+
+le_send_data_length:
+4777 da200009 arg 9 ,rega 
+4778 20404199 call le_fifo_malloc_tx_ll 
+4779 6fe44384 fetch 8 ,mem_local_rx_max_octets 
+477a e7e40005 istore 8 ,contw 
+477b 20600000 rtn 
+
+le_send_phy_rsp:
+477c da200003 arg 3 ,rega 
+477d da400017 arg ll_phy_rsp ,regb 
+477e 20404199 call le_fifo_malloc_tx_ll 
+477f 6fe0c37a fetch 1 ,mem_le_tx_phys 
+4780 1fe17e07 and pdata ,0x07 ,pdata 
+4781 e7e08005 istore 1 ,contw 
+4782 6fe0c37b fetch 1 ,mem_le_rx_phys 
+4783 1fe17e07 and pdata ,0x07 ,pdata 
+4784 e7e08005 istore 1 ,contw 
+4785 20600000 rtn 
+
+le_send_ll_one_lenth:
+4786 da200001 arg 1 ,rega 
+4787 20204199 branch le_fifo_malloc_tx_ll 
+
+g24_dispatch:
+4788 47184026 bpatchx patch26_0 ,mem_patch26 
+4789 c513ca1e bmark1 mark_24g_rxmode ,g24_receive_dispatch 
+478a 20204c62 branch g24_transmit_dispatch 
+
+g24_prep:
+478b 4718c026 bpatchx patch26_1 ,mem_patch26 
+478c 7844fc00 disable enable_crc 
+478d 7843fc00 disable enable_white 
+478e 58555555 setarg 0x555555 
+478f 98001e00 iforce crc24_init 
+4790 6fe0c4d8 fetch 1 ,mem_24g_ch 
+4791 20203d0c branch le_prep_next 
+
+g24_receive_packet:
+4792 47194026 bpatchx patch26_2 ,mem_patch26 
+4793 6fe0c502 fetch 1 ,mem_24g_rx_phy 
+4794 20403ce0 call le_enable_phy_by_pdata 
+4795 6fe244da fetch 4 ,mem_24g_addr 
+4796 98001200 iforce access 
+4797 20403925 call set_sync_on 
+4798 6848c4d8 fetcht 1 ,mem_24g_ch 
+4799 20403d11 call le_rf_rx_enable 
+
+g24_receive_rxon:
+479a 2040478b call g24_prep 
+479b c597c79f bmark0 mark_ble_lr ,g24_receive_nolr 
+479c 783cfc00 pulse dewhiten_code_calc 
+479d 2000001e nop 30 
+479e 2040478b call g24_prep 
+
+g24_receive_nolr:
+479f 7857fc00 disable user3 
+47a0 7826fc00 enable decode_fec0 
+47a1 7830fc00 enable is_rx 
+47a2 78507c00 disable is_tx 
+47a3 78287c00 enable swfine 
+47a4 6fe144d6 fetch 2 ,mem_24g_rx_window 
+47a5 98003600 iforce stop_watch 
+47a6 37c18400 correlate null ,timeout 
+47a7 242c47f9 nbranch g24_sync_timeout ,sync 
+47a8 204065a4 call rf_debug_rx_sync_line 
+47a9 c517c7ae bmark1 mark_ble_lr ,g24_receive_skip_fec1 
+47aa 6fe0c515 fetch 1 ,mem_24g_disable_fec1 
+47ab 243a47ae nbranch g24_receive_skip_fec1 ,blank 
+47ac 7846fc00 disable decode_fec0 
+47ad 7825fc00 enable decode_fec1 
+
+g24_receive_skip_fec1:
+47ae 7823fc00 enable enable_white 
+47af 7824fc00 enable enable_crc 
+47b0 204047f6 call g24_receive_byte 
+47b1 67e0c4f8 store 1 ,mem_24g_get_syncword_crc8 
+47b2 6848c4f7 fetcht 1 ,mem_24g_syncword_crc8 
+47b3 98467c00 isub temp ,null 
+47b4 2422c801 nbranch g24_hec_error ,zero 
+47b5 4719c026 bpatchx patch26_3 ,mem_patch26 
+47b6 7858fc00 disable user7 
+47b7 280ffe2f isolate1 mark_ble_lr ,mark 
+47b8 2040c7e8 call g24_lr_receive_pdu_len ,true 
+47b9 2038c803 branch g24_lr_len_error ,user7 
+47ba 204047f6 call g24_receive_byte 
+47bb 67e0c442 store 1 ,mem_24g_rxbuf 
+47bc c513c7c1 bmark1 mark_24g_rxmode ,g24_receive_skip 
+47bd 6fe0c442 fetch 1 ,mem_24g_rxbuf 
+47be 6848c4d4 fetcht 1 ,mem_24g_data_type 
+47bf a8400e00 icompare bits_data ,temp 
+47c0 2420c805 nbranch g24_type_error ,true 
+
+g24_receive_skip:
+47c1 204047f6 call g24_receive_byte 
+47c2 280ffe2f isolate1 mark_ble_lr ,mark 
+47c3 2040c7f1 call g24_lr_receive_payload_len ,true 
+47c4 e7e08005 istore 1 ,contw 
+47c5 1fe97e00 rshift3 pdata ,pdata 
+47c6 1fe67c1f sub pdata ,0x1f ,null 
+47c7 24214807 nbranch g24_len_over_error ,positive 
+47c8 1fe27200 copy pdata ,loopcnt 
+47c9 2022c7cd branch g24rx_nopayload ,zero 
+
+g24rx_loop:
+47ca 204047f6 call g24_receive_byte 
+47cb e7e08005 istore 1 ,contw 
+47cc c20047ca loop g24rx_loop 
+
+g24rx_nopayload:
+47cd c513c7d2 bmark1 mark_24g_rxmode ,g24_receive_skip_rssi 
+47ce 18a22200 copy contw ,rega 
+47cf 204047f6 call g24_receive_byte 
+47d0 67e0c51e store 1 ,mem_rssi_hex_received 
+47d1 1a220a00 copy rega ,contw 
+
+g24_receive_skip_rssi:
+47d2 09800018 parse demod ,bucket ,24 
+47d3 1fef7e00 rshift32 pdata ,pdata 
+47d4 1ff17e00 rshift16 pdata ,pdata 
+47d5 e7e18005 istore 3 ,contw 
+47d6 6fe0c515 fetch 1 ,mem_24g_disable_fec1 
+47d7 243a47e6 nbranch g24_receive_skip_disable_fec1 ,blank 
+47d8 7845fc00 disable decode_fec1 
+
+g24_receive_skip_next:
+47d9 280ffe27 isolate1 mark_24g_rxmode ,mark 
+47da 2040cc37 call save_rssi_dec ,true 
+47db 20234809 branch g24_crc_error ,crc_failed 
+47dc 204065a3 call rf_debug_rx_crc_line 
+47dd 471a4026 bpatchx patch26_4 ,mem_patch26 
+47de 7837fc00 enable user3 
+47df 20403dfc call le_match_set_txfreq 
+47e0 c6138000 rtnmark1 mark_24g_rxmode 
+47e1 6fe0c51e fetch 1 ,mem_rssi_hex_received 
+47e2 6848c575 fetcht 1 ,mem_rssi_hex_received_max_value 
+47e3 98467c00 isub temp ,null 
+47e4 204174c0 call copy_temp2pdata ,positive 
+47e5 20204c3a branch rssi_signal 
+
+g24_receive_skip_disable_fec1:
+47e6 7846fc00 disable decode_fec0 
+47e7 202047d9 branch g24_receive_skip_next 
+
+g24_lr_receive_pdu_len:
+47e8 204047f6 call g24_receive_byte 
+47e9 1fe67c01 sub pdata ,1 ,null 
+47ea 202174d0 branch enable_user7 ,positive 
+47eb 1fe0fffe increase -2 ,pdata 
+47ec c513c7ef bmark1 mark_24g_rxmode ,g24_lr_receive_pdu_norssi 
+47ed 203a74d0 branch enable_user7 ,blank 
+47ee 1fe0ffff increase -1 ,pdata 
+
+g24_lr_receive_pdu_norssi:
+47ef 67e084cc store 1 ,mem_temp 
+47f0 20600000 rtn 
+
+g24_lr_receive_payload_len:
+47f1 1fe17e07 and_into 0x07 ,pdata 
+47f2 684884cc fetcht 1 ,mem_temp 
+47f3 18498400 lshift3 temp ,temp 
+47f4 9841fe00 ior temp ,pdata 
+47f5 20600000 rtn 
+
+g24_receive_byte:
+47f6 09800008 parse demod ,bucket ,8 
+47f7 19897e00 rshift3 pwindow ,pdata 
+47f8 20600000 rtn 
+
+g24_sync_timeout:
+47f9 70451601 jam err_sync_to ,mem_24g_off_type 
+47fa 280ffe27 isolate1 mark_24g_rxmode ,mark 
+47fb 2040cc52 call rssi_noise ,true 
+
+g24_end_of_packet:
+47fc 471ac026 bpatchx patch26_5 ,mem_patch26 
+47fd 20403d00 call le_disable 
+47fe 784dfc00 disable encode_fec1 
+47ff 7845fc00 disable decode_fec1 
+4800 202038cc branch end_of_packet 
+
+g24_hec_error:
+4801 70451602 jam err_hec ,mem_24g_off_type 
+4802 202047fc branch g24_end_of_packet 
+
+g24_lr_len_error:
+4803 70451603 jam err_lr_len ,mem_24g_off_type 
+4804 202047fc branch g24_end_of_packet 
+
+g24_type_error:
+4805 70451604 jam err_type ,mem_24g_off_type 
+4806 202047fc branch g24_end_of_packet 
+
+g24_len_over_error:
+4807 70451605 jam err_len_over ,mem_24g_off_type 
+4808 202047fc branch g24_end_of_packet 
+
+g24_crc_error:
+4809 70451606 jam err_crc ,mem_24g_off_type 
+480a 202047fc branch g24_end_of_packet 
+
+g24_set_freq_tx:
+480b 20403925 call set_sync_on 
+480c 6848c4d8 fetcht 1 ,mem_24g_ch 
+480d 202039c9 branch set_freq_tx 
+
+g24_transmit:
+480e 471b4026 bpatchx patch26_6 ,mem_patch26 
+480f 6fe0c503 fetch 1 ,mem_24g_tx_phy 
+4810 20403ce0 call le_enable_phy_by_pdata 
+4811 6fe244da fetch 4 ,mem_24g_addr 
+4812 98001200 iforce access 
+4813 2040478b call g24_prep 
+4814 2040480b call g24_set_freq_tx 
+4815 79202a00 set1 txgfsk ,radio_ctrl 
+4816 782efc00 enable encode_fec0 
+4817 78307c00 enable is_tx 
+4818 7850fc00 disable is_rx 
+4819 204065aa call rf_debug_tx_on_line 
+481a 785d7c00 disable lr_s2en 
+481b c517c840 bmark1 mark_ble_lr ,g24_transmit_lr 
+481c c516c852 bmark1 mark_ble_2m ,g24_transmit_2m 
+481d 19317e00 rshift16 access ,pdata 
+481e 1fecfe00 rshift8 pdata ,pdata 
+481f 1ff1fe00 rshift4 pdata ,pdata 
+4820 08008628 inject mod ,40 
+
+g24_transmit_packet:
+4821 471bc026 bpatchx patch26_7 ,mem_patch26 
+4822 c517c827 bmark1 mark_ble_lr ,g24_transmit_nolr 
+4823 6fe0c515 fetch 1 ,mem_24g_disable_fec1 
+4824 243a4827 nbranch g24_transmit_nolr ,blank 
+4825 784efc00 disable encode_fec0 
+4826 782dfc00 enable encode_fec1 
+
+g24_transmit_nolr:
+4827 7823fc00 enable enable_white 
+4828 7824fc00 enable enable_crc 
+4829 6fe0c4d5 fetch 1 ,mem_24g_txlen 
+482a 98007200 iforce loopcnt 
+482b d8c04484 arg mem_24g_txpayload ,contr 
+
+g24tr_loop:
+482c efe08006 ifetch 1 ,contr 
+482d 08008608 inject mod ,8 
+482e c200482c loop g24tr_loop 
+482f 78247c00 enable enable_parity 
+4830 08008618 inject mod ,24 
+4831 78447c00 disable enable_parity 
+4832 c597c836 bmark0 mark_ble_lr ,g24_transmit_skip 
+4833 7843fc00 disable enable_white 
+4834 58000000 setarg 0 
+4835 08008603 inject mod ,3 
+
+g24_transmit_skip:
+4836 37d38200 until null ,tx_clear 
+4837 20000064 nop 100 
+4838 785d7c00 disable lr_s2en 
+4839 784efc00 disable encode_fec0 
+483a 6fe0c515 fetch 1 ,mem_24g_disable_fec1 
+483b 243a483d nbranch g24_transmit_skip_disable_fec1 ,blank 
+483c 784dfc00 disable encode_fec1 
+
+g24_transmit_skip_disable_fec1:
+483d 785c7c00 disable encode_fec3 
+483e 20403925 call set_sync_on 
+483f 202065a8 branch rf_debug_tx_off_line 
+
+g24_transmit_lr:
+4840 df20000a arg 10 ,loopcnt 
+
+g24_transmit_lr_preamble_loop:
+4841 5800003c setarg 0x3c 
+4842 08008608 inject mod ,8 
+4843 c2004841 loop g24_transmit_lr_preamble_loop 
+4844 784efc00 disable encode_fec0 
+4845 783c7c00 enable encode_fec3 
+4846 19317e00 rshift16 access ,pdata 
+4847 1ff17e00 rshift16 pdata ,pdata 
+4848 1ff1fe00 rshift4 pdata ,pdata 
+4849 08008620 inject mod ,32 
+484a c517484f bmark1 mark_ble_lr_s8 ,g24_transmit_lr_s8 
+
+g24_transmit_lr_s2:
+484b 58000001 setarg 1 
+484c 08008605 inject mod ,5 
+484d 783d7c00 enable lr_s2en 
+484e 20204821 branch g24_transmit_packet 
+
+g24_transmit_lr_s8:
+484f 58000000 setarg 0 
+4850 08008605 inject mod ,5 
+4851 20204821 branch g24_transmit_packet 
+
+g24_transmit_2m:
+4852 6fe0c11d fetch 1 ,mem_system_clk 
+4853 1fe37200 rshift pdata ,loopcnt 
+
+g24_transmit_2m_dealy:
+4854 20000002 nop 2 
+4855 c2004854 loop g24_transmit_2m_dealy 
+4856 19317e00 rshift16 access ,pdata 
+4857 1fecfe00 rshift8 pdata ,pdata 
+4858 1ff18400 rshift4 pdata ,temp 
+4859 18427e00 copy temp ,pdata 
+485a 08008608 inject mod ,8 
+485b 18427e00 copy temp ,pdata 
+485c 08008628 inject mod ,40 
+485d 20204821 branch g24_transmit_packet 
+
+g24_transmit_prep:
+485e 471c4027 bpatchx patch27_0 ,mem_patch27 
+485f 6fe0c503 fetch 1 ,mem_24g_tx_phy 
+4860 c281487f bbit1 bit_le_coded_phy ,g24_lr_transmit_prep 
+4861 6fe0c4d3 fetch 1 ,mem_24g_datalen 
+4862 1fe0fe03 increase 3 ,pdata 
+4863 67e0c4d5 store 1 ,mem_24g_txlen 
+4864 6fe0c4f7 fetch 1 ,mem_24g_syncword_crc8 
+4865 67e0c484 store 1 ,mem_24g_txpayload 
+4866 6fe0c4d4 fetch 1 ,mem_24g_data_type 
+4867 e7e08005 istore 1 ,contw 
+4868 6fe0c4d3 fetch 1 ,mem_24g_datalen 
+
+g24_transmit_prep_pdu:
+4869 1fe9fe00 lshift3 pdata ,pdata 
+486a 6848c4c9 fetcht 1 ,mem_24g_pid 
+486b 18410403 and temp ,0x03 ,temp 
+486c 18438400 lshift temp ,temp 
+486d 9841fe00 ior temp ,pdata 
+486e 6848c4ca fetcht 1 ,mem_24g_no_ack 
+486f 9840fe00 iadd temp ,pdata 
+4870 e7e08005 istore 1 ,contw 
+4871 6fe0c4d3 fetch 1 ,mem_24g_datalen 
+4872 98007200 iforce loopcnt 
+4873 d8c04464 arg mem_24g_txbuf ,contr 
+4874 20407419 call memcpy 
+4875 471cc027 bpatchx patch27_1 ,mem_patch27 
+4876 c6938000 rtnmark0 mark_24g_rxmode 
+4877 6fe08030 fetch 1 ,mem_rssi_hex 
+4878 e7e08005 istore 1 ,contw 
+4879 6fe0c503 fetch 1 ,mem_24g_tx_phy 
+487a c3810000 rtnbit1 bit_le_coded_phy 
+487b 6fe0c4d5 fetch 1 ,mem_24g_txlen 
+487c 1fe0fe01 increase 1 ,pdata 
+487d 67e0c4d5 store 1 ,mem_24g_txlen 
+487e 20600000 rtn 
+
+g24_lr_transmit_prep:
+487f 6fe0c4d3 fetch 1 ,mem_24g_datalen 
+4880 1fe0fe04 increase 4 ,pdata 
+4881 c593c883 bmark0 mark_24g_rxmode ,g24_lr_transmit_prep_skip 
+4882 1fe0fe01 increase 1 ,pdata 
+
+g24_lr_transmit_prep_skip:
+4883 67e0c4d5 store 1 ,mem_24g_txlen 
+4884 6fe0c4f7 fetch 1 ,mem_24g_syncword_crc8 
+4885 67e0c484 store 1 ,mem_24g_txpayload 
+4886 6fe0c4d5 fetch 1 ,mem_24g_txlen 
+4887 1fe0fffe increase -2 ,pdata 
+4888 e7e08005 istore 1 ,contw 
+4889 6fe0c4d4 fetch 1 ,mem_24g_data_type 
+488a e7e08005 istore 1 ,contw 
+488b 58000000 setarg 0 
+488c 20204869 branch g24_transmit_prep_pdu 
+
+g24_read_len_pid_crc:
+488d 471d4027 bpatchx patch27_2 ,mem_patch27 
+488e 6fe0c443 fetch 1 ,mem_24g_rxbuf + 1 
+488f 1fe97e00 rshift3 pdata ,pdata 
+4890 67e0c4c8 store 1 ,mem_24g_rxdata_length 
+4891 1fe0fe01 increase 1 ,pdata 
+4892 d8c04443 arg mem_24g_rxbuf + 1 ,contr 
+4893 98c08c00 iadd contr ,contr 
+4894 efe18006 ifetch 3 ,contr 
+4895 67e1c4cb store 3 ,mem_24g_sta_crc 
+4896 6fe0c443 fetch 1 ,mem_24g_rxbuf + 1 
+4897 1fe37e00 rshift pdata ,pdata 
+4898 1fe17e03 and pdata ,0x03 ,pdata 
+4899 67e0c4d1 store 1 ,mem_24g_sta_pid 
+489a 20600000 rtn 
+
+g24_ch:
+489b 471dc027 bpatchx patch27_3 ,mem_patch27 
+489c 6848c4d9 fetcht 1 ,mem_24g_current_ch_number 
+489d 204048a0 call g24_ch_map_size 
+489e 6048c4d9 storet 1 ,mem_24g_current_ch_number 
+489f 20600000 rtn 
+
+g24_ch_map_size:
+48a0 471e4027 bpatchx patch27_4 ,mem_patch27 
+48a1 204048a5 call g24_ch_calc 
+48a2 18408401 increase 1 ,temp 
+48a3 18410403 and_into 3 ,temp 
+48a4 20600000 rtn 
+
+g24_ch_calc:
+48a5 471ec027 bpatchx patch27_5 ,mem_patch27 
+48a6 6fe0c4da fetch 1 ,mem_24g_addr 
+48a7 1fe17e03 and_into 0x03 ,pdata 
+48a8 1fefa204 mul32 pdata ,4 ,rega 
+48a9 580044de setarg mem_24g_ch_map1 
+48aa 9a20fe00 iadd rega ,pdata 
+48ab 98408c00 iadd temp ,contr 
+48ac efe08006 ifetch 1 ,contr 
+48ad 67e0c4d8 store 1 ,mem_24g_ch 
+48ae 20600000 rtn 
+
+g24_update_addr_and_synccrc8:
+48af 67e244da store 4 ,mem_24g_addr 
+48b0 471f4027 bpatchx patch27_6 ,mem_patch27 
+
+g24_syncword_crc8:
+48b1 da200000 arg 0 ,rega 
+48b2 df200004 arg 4 ,loopcnt 
+48b3 d8c044da arg mem_24g_addr ,contr 
+
+g24_syncword_crc8_loop:
+48b4 efe08006 ifetch 1 ,contr 
+48b5 9a20a200 iadd rega ,rega 
+48b6 c20048b4 loop g24_syncword_crc8_loop 
+48b7 1a227e00 copy rega ,pdata 
+48b8 67e144f5 store 2 ,mem_24g_syncword 
+48b9 6fe0c4f5 fetch 1 ,mem_24g_syncword 
+48ba 6848c4f6 fetcht 1 ,mem_24g_syncword + 1 
+48bb 9840fe00 iadd temp ,pdata 
+48bc 67e0c4f7 store 1 ,mem_24g_syncword_crc8 
+48bd 20600000 rtn 
+
+g24_timer_check:
+48be 471fc027 bpatchx patch27_7 ,mem_patch27 
+48bf 204074ca call disable_user 
+48c0 684a44ee fetcht 4 ,mem_24g_tx_btclk 
+48c1 1c427e00 copy clkn_bt ,pdata 
+48c2 98467c00 isub temp ,null 
+48c3 244148ce ncall g24_timer_timeout ,positive 
+48c4 1fe22400 copy pdata ,regb 
+48c5 6fe244ee fetch 4 ,mem_24g_tx_btclk 
+48c6 6848c4f2 fetcht 1 ,mem_24g_interval 
+48c7 98408400 iadd temp ,temp 
+48c8 1a427e00 copy regb ,pdata 
+48c9 98467c00 isub temp ,null 
+48ca 24610000 nrtn positive 
+48cb 793ffe1c set0 28 ,pdata 
+48cc 67e244ee store 4 ,mem_24g_tx_btclk 
+48cd 202074c8 branch enable_user 
+
+g24_timer_timeout:
+48ce 20628000 rtn zero 
+48cf 79207e1c set1 28 ,pdata 
+48d0 20600000 rtn 
+
+g24_timer_init:
+48d1 58000000 setarg 0 
+48d2 67e244ee store 4 ,mem_24g_tx_btclk 
+48d3 20600000 rtn 
+
+g24_chmap_param_init:
+48d4 47204028 bpatchx patch28_0 ,mem_patch28 
+48d5 38001300 setsect 0 ,0x1300 
+48d6 3805908b setsect 1 ,0x1908b 
+48d7 380b6150 setsect 2 ,0x36150 
+48d8 380c3d20 setsect 3 ,0x3d20 
+48d9 67e4c4de store 9 ,mem_24g_ch_map1 
+48da 38003a1a setsect 0 ,0x3a1a 
+48db 3804c453 setsect 1 ,0xc453 
+48dc 3808d312 setsect 2 ,0xd312 
+48dd 380c0001 setsect 3 ,0x1 
+48de e7e38005 istore 7 ,contw 
+48df 6fe0c504 fetch 1 ,mem_24g_ch_map_update 
+48e0 207a0000 rtn blank 
+48e1 d8c04505 arg mem_24g_ch_update_map1 ,contr 
+48e2 d8a044de arg mem_24g_ch_map1 ,contw 
+48e3 202073d2 branch memcpy16 
+
+g24_chamap_param_update:
+48e4 4720c028 bpatchx patch28_1 ,mem_patch28 
+48e5 584e001e setarg 0x4e001e 
+48e6 67e1c506 store 3 ,mem_24g_ch_update_map1 + 1 
+48e7 58032303 setarg 0x032303 
+48e8 e7e18005 istore 3 ,contw 
+48e9 58250642 setarg 0x250642 
+48ea e7e18005 istore 3 ,contw 
+48eb 58094c06 setarg 0x094c06 
+48ec e7e18005 istore 3 ,contw 
+48ed 583c0927 setarg 0x3c0927 
+48ee e7e18005 istore 3 ,contw 
+48ef 70450401 jam 1 ,mem_24g_ch_map_update 
+48f0 20600000 rtn 
+
+g24_rx_window_init:
+48f1 47214028 bpatchx patch28_2 ,mem_patch28 
+48f2 d8406978 arg 0x6978 ,temp 
+48f3 c513c8f8 bmark1 mark_24g_rxmode ,g24_rx_window_store 
+48f4 d84012c0 arg 0x12c0 ,temp 
+48f5 6fe0c502 fetch 1 ,mem_24g_rx_phy 
+48f6 c30148f8 bbit0 2 ,g24_rx_window_store 
+48f7 d8402ee0 arg 0x2ee0 ,temp 
+
+g24_rx_window_store:
+48f8 604944d6 storet 2 ,mem_24g_rx_window 
+48f9 20600000 rtn 
+
+g24_enable_1m:
+48fa 70450201 jam 0x01 ,mem_24g_rx_phy 
+48fb 70450301 jam 0x01 ,mem_24g_tx_phy 
+48fc 20600000 rtn 
+
+g24_enable_2m:
+48fd 70450202 jam 0x02 ,mem_24g_rx_phy 
+48fe 70450302 jam 0x02 ,mem_24g_tx_phy 
+48ff 20600000 rtn 
+
+g24_pair_param_init:
+4900 4721c028 bpatchx patch28_3 ,mem_patch28 
+4901 70451b4e jam 0x4e ,mem_24g_pair_ch 
+4902 58101520 setarg 0x101520 
+4903 67e1c517 store 3 ,mem_24g_pair_addr 
+4904 58000005 setarg 0x05 
+4905 e7e08005 istore 1 ,contw 
+4906 20600000 rtn 
+
+g24_pair_timeout_timer:
+4907 da604523 arg mem_24g_pair_timeout ,regc 
+4908 da404cdb arg g24_stop_24g_mode ,regb 
+4909 20204dd3 branch timer_single_step_2b 
+
+g24_pair_start:
+490a 79200026 set1 mark_24g ,mark 
+490b 6fe0c547 fetch 1 ,mem_24g_conn_sm 
+490c 793ffe02 set0 state_24g_reconn ,pdata 
+490d 79207e01 set1 state_24g_pair ,pdata 
+490e 67e0c547 store 1 ,mem_24g_conn_sm 
+490f 58000000 setarg 0 
+4910 67e14529 store 2 ,mem_24g_reconn_timeout 
+4911 6fe14521 fetch 2 ,mem_24g_pair_timeout_init 
+4912 67e14523 store 2 ,mem_24g_pair_timeout 
+4913 70452000 jam 0 ,mem_24g_pair_no_ack 
+4914 2040494f call g24_pair_sm_reinit 
+
+g24_pair_init_param:
+4915 7044c900 jam 0 ,mem_24g_pid 
+4916 6fe0c51b fetch 1 ,mem_24g_pair_ch 
+4917 67e0c4d8 store 1 ,mem_24g_ch 
+4918 6fe0c51c fetch 1 ,mem_24g_pair_tx_power 
+4919 67e0c116 store 1 ,mem_tx_power 
+491a 6fe24517 fetch 4 ,mem_24g_pair_addr 
+491b 202048af branch g24_update_addr_and_synccrc8 
+
+g24_pair_dispatch:
+491c 47224028 bpatchx patch28_4 ,mem_patch28 
+491d 70452d00 jam default_24g_device ,mem_24g_reconn_type 
+491e 6fe14525 fetch 2 ,mem_24g_pair_count 
+491f 1fe0fe01 increase 1 ,pdata 
+4920 67e14525 store 2 ,mem_24g_pair_count 
+4921 6fe0c525 fetch 1 ,mem_24g_pair_count 
+4922 1fe17eff and pdata ,0xff ,pdata 
+4923 247a0000 nrtn blank 
+4924 6fe0c51f fetch 1 ,mem_24g_pair_sm 
+4925 c07fc971 beq state_24g_pairing_success ,g24_pair_exit 
+4926 c000c92b beq state_24g_pairing_1 ,g24_pair_sm_1 
+4927 c001492d beq state_24g_pairing_2 ,g24_pair_sm_2 
+4928 c001c933 beq state_24g_pairing_3 ,g24_pair_sm_3 
+4929 c0024939 beq state_24g_pairing_4 ,g24_pair_sm_4 
+492a 20600000 rtn 
+
+g24_pair_sm_1:
+492b 704464ff jam datatype_attemp ,mem_24g_txbuf 
+492c 2020493a branch g24_pair_sm_prep 
+
+g24_pair_sm_2:
+492d 6fe0c4f9 fetch 1 ,mem_24g_pair_switch 
+492e 203a4931 branch g24_pair_sm_2_skip ,blank 
+492f 6fe2454f fetch 4 ,mem_24g_device_addr 
+4930 204048af call g24_update_addr_and_synccrc8 
+
+g24_pair_sm_2_skip:
+4931 704464aa jam datatype_bind ,mem_24g_txbuf 
+4932 2020493a branch g24_pair_sm_prep 
+
+g24_pair_sm_3:
+4933 70446455 jam datatype_config ,mem_24g_txbuf 
+4934 6fe0c4f9 fetch 1 ,mem_24g_pair_switch 
+4935 203a493a branch g24_pair_sm_prep ,blank 
+4936 6fe24533 fetch 4 ,mem_24g_receiver_addr 
+4937 67e24466 store 4 ,mem_24g_txbuf + 2 
+4938 2020493c branch g24_pair_sm_common 
+
+g24_pair_sm_4:
+4939 70446422 jam datatype_ok ,mem_24g_txbuf 
+
+g24_pair_sm_prep:
+493a 6fe2454f fetch 4 ,mem_24g_device_addr 
+493b 67e24466 store 4 ,mem_24g_txbuf + 2 
+
+g24_pair_sm_common:
+493c 6fe0c4d4 fetch 1 ,mem_24g_data_type 
+493d 1fe17e07 and_into bits_data ,pdata 
+493e 67e0c465 store 1 ,mem_24g_txbuf + 1 
+493f 70446a00 jam 0 ,mem_24g_txbuf + 6 
+4940 7044d307 jam 7 ,mem_24g_datalen 
+4941 2040485e call g24_transmit_prep 
+4942 20404cb0 call g24_transmit_receive_ack 
+4943 246c0000 nrtn sync 
+4944 24778000 nrtn user3 
+4945 20404bef call g24_txbuf_clear 
+4946 20404ccf call g24_ackpayload_parse 
+4947 4722c028 bpatchx patch28_5 ,mem_patch28 
+4948 6fe0c51f fetch 1 ,mem_24g_pair_sm 
+4949 c17f8000 rtneq state_24g_pairing_success 
+494a c000c954 beq state_24g_pairing_1 ,g24_pair_sm_1_waiting_ack 
+494b c0014956 beq state_24g_pairing_2 ,g24_pair_sm_2_waiting_ack 
+494c c001c95c beq state_24g_pairing_3 ,g24_pair_sm_3_waiting_ack 
+494d c0024964 beq state_24g_pairing_4 ,g24_pair_sm_4_waiting_ack 
+494e 20600000 rtn 
+
+g24_pair_sm_reinit:
+494f 70451f02 jam state_24g_pairing_2 ,mem_24g_pair_sm 
+4950 6fe0c4f9 fetch 1 ,mem_24g_pair_switch 
+4951 207a0000 rtn blank 
+4952 70451f01 jam state_24g_pairing_1 ,mem_24g_pair_sm 
+4953 20600000 rtn 
+
+g24_pair_sm_1_waiting_ack:
+4954 70451f02 jam state_24g_pairing_2 ,mem_24g_pair_sm 
+4955 20204cab branch g24_transmit_abandon 
+
+g24_pair_sm_2_waiting_ack:
+4956 6fe0c4f9 fetch 1 ,mem_24g_pair_switch 
+4957 203a495a branch g24_pair_sm_2_waiting_ack_skip ,blank 
+4958 6fe244aa fetch 4 ,mem_24g_rxpayload + 2 
+4959 67e24533 store 4 ,mem_24g_receiver_addr 
+
+g24_pair_sm_2_waiting_ack_skip:
+495a 70451f03 jam state_24g_pairing_3 ,mem_24g_pair_sm 
+495b 20204cab branch g24_transmit_abandon 
+
+g24_pair_sm_3_waiting_ack:
+495c 6fe0c4f9 fetch 1 ,mem_24g_pair_switch 
+495d 203a4962 branch g24_pair_sm_3_waiting_ack_skip ,blank 
+495e 6fe244aa fetch 4 ,mem_24g_rxpayload + 2 
+495f 684a454f fetcht 4 ,mem_24g_device_addr 
+4960 98467c00 isub temp ,null 
+4961 24628000 nrtn zero 
+
+g24_pair_sm_3_waiting_ack_skip:
+4962 70451f04 jam state_24g_pairing_4 ,mem_24g_pair_sm 
+4963 20204cab branch g24_transmit_abandon 
+
+g24_pair_sm_4_waiting_ack:
+4964 6fe0c4f9 fetch 1 ,mem_24g_pair_switch 
+4965 203a496a branch g24_pair_sm_4_waiting_ack_skip ,blank 
+4966 6fe244aa fetch 4 ,mem_24g_rxpayload + 2 
+4967 684a4533 fetcht 4 ,mem_24g_receiver_addr 
+4968 98467c00 isub temp ,null 
+4969 24628000 nrtn zero 
+
+g24_pair_sm_4_waiting_ack_skip:
+496a 70451fff jam state_24g_pairing_success ,mem_24g_pair_sm 
+496b 7004c339 jam bt_evt_24g_pairing_complete ,mem_fifo_temp 
+496c 20406f7b call ui_ipc_send_event 
+496d 58000000 setarg 0 
+496e 67e14523 store 2 ,mem_24g_pair_timeout 
+496f 6fe244aa fetch 4 ,mem_24g_rxpayload + 2 
+4970 204048af call g24_update_addr_and_synccrc8 
+
+g24_pair_exit:
+4971 6fe0c547 fetch 1 ,mem_24g_conn_sm 
+4972 793ffe01 set0 state_24g_pair ,pdata 
+4973 67e0c547 store 1 ,mem_24g_conn_sm 
+4974 20204cab branch g24_transmit_abandon 
+
+g24_bind_mode_enable:
+4975 70456101 jam dongle_bind ,mem_24g_work_mode 
+4976 70456000 jam clear_init ,mem_24g_mode_init 
+4977 20600000 rtn 
+
+g24_bind_init:
+4978 6fe0c560 fetch 1 ,mem_24g_mode_init 
+4979 c3808000 rtnbit1 dongle_bind 
+497a 79207e01 set1 dongle_bind ,pdata 
+497b 67e0c560 store 1 ,mem_24g_mode_init 
+497c 58000000 setarg 0 
+497d 67e1c51e store 3 ,mem_24g_device1_bind_step 
+497e 67e0c529 store 1 ,mem_24g_device1_bind_disable 
+497f 67e0c52a store 1 ,mem_24g_device2_bind_disable 
+4980 67e24577 store 4 ,mem_24g_transmitter_addr 
+4981 70455c01 jam 1 ,mem_24g_ackpayload_enable 
+4982 20204915 branch g24_pair_init_param 
+
+g24_bind_ackpayload_prep:
+4983 70455c01 jam 1 ,mem_24g_ackpayload_enable 
+4984 7044d308 jam 0x08 ,mem_24g_datalen 
+4985 d8c04521 arg mem_24g_bind_payload ,contr 
+4986 d8a04464 arg mem_24g_txbuf ,contw 
+4987 202073cc branch memcpy8 
+
+g24_bind_data_process:
+4988 47234028 bpatchx patch28_6 ,mem_patch28 
+4989 20404a39 call g24_rx_interrupt_clear 
+498a 20404792 call g24_receive_packet 
+498b 2437ca39 nbranch g24_rx_interrupt_clear ,user3 
+498c 20404997 call g24_bind_data_parse 
+498d 20404a6c call g24_transmit_ack 
+498e 20404a14 call g24_bind_device_status_check 
+498f 2040521d call dongle_kb_bind_soft_reset 
+4990 6fe0c4f9 fetch 1 ,mem_24g_pair_switch 
+4991 207a0000 rtn blank 
+4992 6fe24577 fetch 4 ,mem_24g_transmitter_addr 
+4993 207a0000 rtn blank 
+4994 202048af branch g24_update_addr_and_synccrc8 
+
+g24_bind_data_error:
+4995 20404a39 call g24_rx_interrupt_clear 
+4996 202047fc branch g24_end_of_packet 
+
+g24_bind_data_parse:
+4997 70456d05 jam bind_mode_continue ,mem_24g_bind_mode_continue 
+4998 d8c04442 arg mem_24g_rxbuf ,contr 
+4999 d8a04533 arg mem_24g_rxdata_temp ,contw 
+499a 204073cc call memcpy8 
+499b 4723c028 bpatchx patch28_7 ,mem_patch28 
+499c 6fe0c535 fetch 1 ,mem_24g_rxdata_temp + 2 
+499d c05549a2 beq datatype_bind ,g24_bind_first_step 
+499e c02ac9b3 beq datatype_config ,g24_bind_second_step 
+499f c01149d4 beq datatype_ok ,g24_bind_third_step 
+49a0 c07fcc0e beq datatype_attemp ,g24_data_attemp 
+49a1 20600000 rtn 
+
+g24_bind_first_step:
+49a2 6fe0c536 fetch 1 ,mem_24g_rxdata_temp + 3 
+49a3 c000c9a6 beq datatype_device1 ,g24_bind_first_step_device1 
+49a4 c00149ae beq datatype_device2 ,g24_bind_first_step_device2 
+49a5 20600000 rtn 
+
+g24_bind_first_step_device1:
+49a6 6fe0c529 fetch 1 ,mem_24g_device1_bind_disable 
+49a7 247a0000 nrtn blank 
+49a8 70451e01 jam 1 ,mem_24g_device1_bind_step 
+
+g24_bind_dvc1_payload_cfg:
+49a9 70452101 jam datatype_device1 ,mem_24g_bind_payload 
+
+g24_bind_payload_cfg:
+49aa 70452280 jam 0x80 ,mem_24g_bind_payload + 1 
+49ab 6fe3443c fetch 6 ,mem_24g_lap 
+49ac 67e34523 store 6 ,mem_24g_bind_payload + 2 
+49ad 20600000 rtn 
+
+g24_bind_first_step_device2:
+49ae 6fe0c52a fetch 1 ,mem_24g_device2_bind_disable 
+49af 247a0000 nrtn blank 
+49b0 70451f01 jam 1 ,mem_24g_device2_bind_step 
+
+g24_bind_dvc2_payload_cfg:
+49b1 70452102 jam datatype_device2 ,mem_24g_bind_payload 
+49b2 202049aa branch g24_bind_payload_cfg 
+
+g24_bind_second_step:
+49b3 6fe0c4f9 fetch 1 ,mem_24g_pair_switch 
+49b4 203a49b9 branch g24_bind_second_step_skip ,blank 
+49b5 6fe24537 fetch 4 ,mem_24g_rxdata_temp + 4 
+49b6 684a443c fetcht 4 ,mem_24g_lap 
+49b7 98467c00 isub temp ,null 
+49b8 24628000 nrtn zero 
+
+g24_bind_second_step_skip:
+49b9 6fe0c536 fetch 1 ,mem_24g_rxdata_temp + 3 
+49ba c000c9bd beq datatype_device1 ,g24_bind_second_step_device1 
+49bb c00149ca beq datatype_device2 ,g24_bind_second_step_device2 
+49bc 20600000 rtn 
+
+g24_bind_second_step_device1:
+49bd 6fe0c529 fetch 1 ,mem_24g_device1_bind_disable 
+49be 247a0000 nrtn blank 
+49bf 6fe0c51e fetch 1 ,mem_24g_device1_bind_step 
+49c0 c000c9c2 beq 1 ,g24_bind_dvc1_step_set2 
+49c1 20600000 rtn 
+
+g24_bind_dvc1_step_set2:
+49c2 70451e02 jam 2 ,mem_24g_device1_bind_step 
+49c3 6fe0c4f9 fetch 1 ,mem_24g_pair_switch 
+49c4 203a49a9 branch g24_bind_dvc1_payload_cfg ,blank 
+
+g24_bind_dvc1_payload_cfg_transmitter_addr:
+49c5 70452101 jam datatype_device1 ,mem_24g_bind_payload 
+
+g24_bind_payload_cfg_transmitter_addr:
+49c6 70452280 jam 0x80 ,mem_24g_bind_payload + 1 
+49c7 6fe24577 fetch 4 ,mem_24g_transmitter_addr 
+49c8 67e24523 store 4 ,mem_24g_bind_payload + 2 
+49c9 202074c8 branch enable_user 
+
+g24_bind_second_step_device2:
+49ca 6fe0c52a fetch 1 ,mem_24g_device2_bind_disable 
+49cb 247a0000 nrtn blank 
+49cc 6fe0c51f fetch 1 ,mem_24g_device2_bind_step 
+49cd c000c9cf beq 1 ,g24_bind_dvc2_step_set2 
+49ce 20600000 rtn 
+
+g24_bind_dvc2_step_set2:
+49cf 70451f02 jam 2 ,mem_24g_device2_bind_step 
+49d0 6fe0c4f9 fetch 1 ,mem_24g_pair_switch 
+49d1 203a49b1 branch g24_bind_dvc2_payload_cfg ,blank 
+49d2 70452102 jam datatype_device2 ,mem_24g_bind_payload 
+49d3 202049c6 branch g24_bind_payload_cfg_transmitter_addr 
+
+g24_bind_third_step:
+49d4 6fe0c4f9 fetch 1 ,mem_24g_pair_switch 
+49d5 203a49da branch g24_bind_third_step_skip ,blank 
+49d6 6fe24537 fetch 4 ,mem_24g_rxdata_temp + 4 
+49d7 684a4577 fetcht 4 ,mem_24g_transmitter_addr 
+49d8 98467c00 isub temp ,null 
+49d9 24628000 nrtn zero 
+
+g24_bind_third_step_skip:
+49da 6fe0c536 fetch 1 ,mem_24g_rxdata_temp + 3 
+49db c000c9de beq datatype_device1 ,g24_bind_third_step_device1 
+49dc c00149ec beq datatype_device2 ,g24_bind_third_step_device2 
+49dd 20600000 rtn 
+
+g24_bind_third_step_device1:
+49de 6fe0c529 fetch 1 ,mem_24g_device1_bind_disable 
+49df 247a0000 nrtn blank 
+49e0 6fe0c51e fetch 1 ,mem_24g_device1_bind_step 
+49e1 c00149e3 beq 2 ,g24_bind_dvc1_step_success 
+49e2 20600000 rtn 
+
+g24_bind_dvc1_step_success:
+49e3 70452901 jam 1 ,mem_24g_device1_bind_disable 
+49e4 20404a08 call g24_binding_dvc1_living 
+49e5 204049a9 call g24_bind_dvc1_payload_cfg 
+49e6 6fe0c520 fetch 1 ,mem_24g_bind_device_status 
+49e7 1fe1fe01 or_into 0x01 ,pdata 
+49e8 67e0c520 store 1 ,mem_24g_bind_device_status 
+
+g24_bind_exit:
+49e9 58000000 setarg 0 
+49ea 67e1451e store 2 ,mem_24g_device1_bind_step 
+49eb 20600000 rtn 
+
+g24_bind_third_step_device2:
+49ec 6fe0c52a fetch 1 ,mem_24g_device2_bind_disable 
+49ed 247a0000 nrtn blank 
+49ee 6fe0c51f fetch 1 ,mem_24g_device2_bind_step 
+49ef c08049f1 bne 0 ,g24_bind_dvc2_step_success 
+49f0 20600000 rtn 
+
+g24_bind_dvc2_step_success:
+49f1 70452a01 jam 1 ,mem_24g_device2_bind_disable 
+49f2 20404a0e call g24_binding_dvc2_living 
+49f3 204049b1 call g24_bind_dvc2_payload_cfg 
+49f4 6fe0c520 fetch 1 ,mem_24g_bind_device_status 
+49f5 1fe1fe02 or_into 0x02 ,pdata 
+49f6 67e0c520 store 1 ,mem_24g_bind_device_status 
+49f7 204049e9 call g24_bind_exit 
+49f8 20205217 branch dongle_g24_store_dvc2_bind_flag 
+
+g24_binding_device_check:
+49f9 6fe0c561 fetch 1 ,mem_24g_work_mode 
+49fa c1808000 rtnne dongle_bind 
+49fb 6fe0c55b fetch 1 ,mem_24g_pair_mode 
+49fc 247a0000 nrtn blank 
+49fd 6fe0c445 fetch 1 ,mem_24g_rxbuf + 3 
+49fe c000ca01 beq datatype_device1 ,g24_binding_dvc1_status 
+49ff c0014a05 beq datatype_device2 ,g24_binding_dvc2_status 
+4a00 20600000 rtn 
+
+g24_binding_dvc1_status:
+4a01 6fe0c576 fetch 1 ,mem_24g_bind_device_living 
+4a02 c4000000 rtnbit0 0 
+
+disable_user3:
+4a03 7857fc00 disable user3 
+4a04 20600000 rtn 
+
+g24_binding_dvc2_status:
+4a05 6fe0c576 fetch 1 ,mem_24g_bind_device_living 
+4a06 c4008000 rtnbit0 1 
+4a07 20204a03 branch disable_user3 
+
+g24_binding_dvc1_living:
+4a08 6fe0c55b fetch 1 ,mem_24g_pair_mode 
+4a09 247a0000 nrtn blank 
+4a0a 6fe0c576 fetch 1 ,mem_24g_bind_device_living 
+4a0b 1fe1fe01 or_into 0x01 ,pdata 
+4a0c 67e0c576 store 1 ,mem_24g_bind_device_living 
+4a0d 20600000 rtn 
+
+g24_binding_dvc2_living:
+4a0e 6fe0c55b fetch 1 ,mem_24g_pair_mode 
+4a0f 247a0000 nrtn blank 
+4a10 6fe0c576 fetch 1 ,mem_24g_bind_device_living 
+4a11 1fe1fe02 or_into 0x02 ,pdata 
+4a12 67e0c576 store 1 ,mem_24g_bind_device_living 
+4a13 20600000 rtn 
+
+g24_bind_device_status_check:
+4a14 6fe0c520 fetch 1 ,mem_24g_bind_device_status 
+4a15 207a0000 rtn blank 
+
+g24_bind_device_status:
+4a16 6fe0c536 fetch 1 ,mem_24g_rxdata_temp + 3 
+4a17 c000ca08 beq datatype_device1 ,g24_binding_dvc1_living 
+4a18 c0014a0e beq datatype_device2 ,g24_binding_dvc2_living 
+4a19 20600000 rtn 
+
+g24_receive_init:
+4a1a 79200027 set1 mark_24g_rxmode ,mark 
+4a1b 6fe0c116 fetch 1 ,mem_tx_power 
+4a1c 67e0c56e store 1 ,mem_tx_power_temp 
+4a1d 20204c45 branch rssi_receiver_buff_init 
+
+g24_receive_dispatch:
+4a1e 6fe1452b fetch 2 ,mem_cb_24g_receive_process 
+4a1f 20207487 branch callback_func 
+
+g24_ackpayload_prep:
+4a20 47244029 bpatchx patch29_0 ,mem_patch29 
+4a21 7044d300 jam 0 ,mem_24g_datalen 
+4a22 6fe0c55c fetch 1 ,mem_24g_ackpayload_enable 
+4a23 207a0000 rtn blank 
+4a24 6fe1452d fetch 2 ,mem_cb_24g_ackpayload 
+4a25 20207487 branch callback_func 
+
+g24_receive_packet_start:
+4a26 20404a69 call g24_receive_transmit_ack 
+4a27 2437ca39 nbranch g24_rx_interrupt_clear ,user3 
+
+g24_receive_packet_parse:
+4a28 20404a5b call g24_receive_packet_parse_pid_crc 
+4a29 24344a39 nbranch g24_rx_interrupt_clear ,user 
+4a2a 6fe0c4c8 fetch 1 ,mem_24g_rxdata_length 
+4a2b 203a4a39 branch g24_rx_interrupt_clear ,blank 
+4a2c 1fe0fe02 increase 2 ,pdata 
+4a2d 98007200 iforce loopcnt 
+4a2e d8c04442 arg mem_24g_rxbuf ,contr 
+4a2f d8a04533 arg mem_24g_rxdata_temp ,contw 
+4a30 20407419 call memcpy 
+4a31 70455e00 jam 0 ,mem_24g_mode_switch 
+4a32 6fe0c55b fetch 1 ,mem_24g_pair_mode 
+4a33 205a4a76 call g24_enable_nodata_timer ,blank 
+4a34 4724c029 bpatchx patch29_1 ,mem_patch29 
+4a35 6fe0c535 fetch 1 ,mem_24g_rxdata_temp + 2 
+4a36 c000ca3f beq datatype_device1 ,g24_data_device1 
+4a37 c0014a4e beq datatype_device2 ,g24_data_device2 
+4a38 c07fca3d beq datatype_attemp ,g24_data_receive_attemp 
+
+g24_rx_interrupt_clear:
+4a39 47254029 bpatchx patch29_2 ,mem_patch29 
+4a3a d8a04442 arg mem_24g_rxbuf ,contw 
+4a3b df200042 arg 66 ,loopcnt 
+4a3c 202073ec branch clear_mem 
+
+g24_data_receive_attemp:
+4a3d 20404a16 call g24_bind_device_status 
+4a3e 20204c0e branch g24_data_attemp 
+
+g24_data_device1:
+4a3f 20404a08 call g24_binding_dvc1_living 
+4a40 20404ba2 call g24_ch_timer_reinit 
+4a41 6fe0c555 fetch 1 ,mem_24g_abort_packet 
+4a42 6848c533 fetcht 1 ,mem_24g_rxdata_temp 
+4a43 284ffe03 isolate1 bit_abort ,temp 
+4a44 7920fe00 setflag true ,0 ,pdata 
+4a45 67e0c555 store 1 ,mem_24g_abort_packet 
+4a46 c000ca54 beq 1 ,g24_data_attemp_device1_abort 
+4a47 6fe0c55d fetch 1 ,mem_24g_hop_packet 
+4a48 6848c533 fetcht 1 ,mem_24g_rxdata_temp 
+4a49 284ffe04 isolate1 bit_hop ,temp 
+4a4a 7920fe00 setflag true ,0 ,pdata 
+4a4b 67e0c55d store 1 ,mem_24g_hop_packet 
+4a4c 6fe1452f fetch 2 ,mem_cb_24g_data_device1 
+4a4d 20207487 branch callback_func 
+
+g24_data_device2:
+4a4e 20404a0e call g24_binding_dvc2_living 
+4a4f 6848c533 fetcht 1 ,mem_24g_rxdata_temp 
+4a50 284ffe03 isolate1 bit_abort ,temp 
+4a51 2020ca59 branch g24_data_attemp_device2_abort ,true 
+4a52 6fe14531 fetch 2 ,mem_cb_24g_data_device2 
+4a53 20207487 branch callback_func 
+
+g24_data_attemp_device1_abort:
+4a54 6fe0c095 fetch 1 ,mem_device_option 
+4a55 1fe67c0c sub pdata ,dvc_op_car ,null 
+4a56 2042cebb call car_stop_blink ,zero 
+4a57 6fe2453d fetch 4 ,mem_24g_rxdata_temp + 10 
+4a58 20204c14 branch g24_store_device1_addr 
+
+g24_data_attemp_device2_abort:
+4a59 6fe2453d fetch 4 ,mem_24g_rxdata_temp + 10 
+4a5a 20204c18 branch g24_store_device2_addr 
+
+g24_receive_packet_parse_pid_crc:
+4a5b 204074ca call disable_user 
+4a5c 6fe0c4d1 fetch 1 ,mem_24g_sta_pid 
+4a5d 6848c4d2 fetcht 1 ,mem_24g_last_pid 
+4a5e 98467c00 isub temp ,null 
+4a5f 2442f4c8 ncall enable_user ,zero 
+4a60 6fe0c4d1 fetch 1 ,mem_24g_sta_pid 
+4a61 67e0c4d2 store 1 ,mem_24g_last_pid 
+4a62 6fe1c4cb fetch 3 ,mem_24g_sta_crc 
+4a63 6849c4ce fetcht 3 ,mem_24g_last_crc 
+4a64 98467c00 isub temp ,null 
+4a65 2442f4c8 ncall enable_user ,zero 
+4a66 6fe1c4cb fetch 3 ,mem_24g_sta_crc 
+4a67 67e1c4ce store 3 ,mem_24g_last_crc 
+4a68 20600000 rtn 
+
+g24_receive_transmit_ack:
+4a69 20404a39 call g24_rx_interrupt_clear 
+4a6a 20404792 call g24_receive_packet 
+4a6b 24778000 nrtn user3 
+
+g24_transmit_ack:
+4a6c 6fe0c442 fetch 1 ,mem_24g_rxbuf 
+4a6d 67e0c4d4 store 1 ,mem_24g_data_type 
+4a6e 2040488d call g24_read_len_pid_crc 
+4a6f 6fe0c443 fetch 1 ,mem_24g_rxbuf + 1 
+4a70 2feffe00 isolate1 bit_ack_24g ,pdata 
+4a71 2020ca75 branch g24tx_no_ack ,true 
+
+g24tx_with_ack:
+4a72 20404a20 call g24_ackpayload_prep 
+4a73 2040485e call g24_transmit_prep 
+4a74 2040480e call g24_transmit 
+
+g24tx_no_ack:
+4a75 202047fc branch g24_end_of_packet 
+
+g24_enable_nodata_timer:
+4a76 70455f01 jam 1 ,mem_24g_nodata_timer_enable 
+
+g24_enable_nodata_timer_init:
+4a77 58000280 setarg timer_nodata_delay 
+4a78 d8e00008 arg g24_timer_nodata ,queue 
+4a79 20207420 branch timer_init 
+
+g24_mode_switch_init:
+4a7a 4725c029 bpatchx patch29_3 ,mem_patch29 
+4a7b 70455e01 jam 1 ,mem_24g_mode_switch 
+4a7c 70456200 jam 0 ,mem_24g_time_slice 
+4a7d 7044f2ff jam 0xff ,mem_24g_interval 
+4a7e 202048d1 branch g24_timer_init 
+
+g24_mode_switch_bind_work:
+4a7f 47264029 bpatchx patch29_4 ,mem_patch29 
+4a80 6fe0c55e fetch 1 ,mem_24g_mode_switch 
+4a81 207a0000 rtn blank 
+4a82 204048be call g24_timer_check 
+4a83 24740000 nrtn user 
+4a84 20404a8c call g24_bind_mode_continue 
+4a85 6fe0c562 fetch 1 ,mem_24g_time_slice 
+4a86 1fe0fe01 increase 1 ,pdata 
+4a87 1fe17e01 and_into 1 ,pdata 
+4a88 67e0c562 store 1 ,mem_24g_time_slice 
+4a89 c0004a91 beq 0 ,g24_work_mode_switch 
+4a8a c000ca94 beq 1 ,g24_bind_mode_switch 
+4a8b 20600000 rtn 
+
+g24_bind_mode_continue:
+4a8c 6fe0c56d fetch 1 ,mem_24g_bind_mode_continue 
+4a8d 207a0000 rtn blank 
+4a8e 1fe0ffff increase -1 ,pdata 
+4a8f 67e0c56d store 1 ,mem_24g_bind_mode_continue 
+4a90 20600000 rtn 
+
+g24_work_mode_switch:
+4a91 6fe0c56d fetch 1 ,mem_24g_bind_mode_continue 
+4a92 247a0000 nrtn blank 
+4a93 20204ad6 branch g24_switch_work_mode 
+
+g24_bind_mode_switch:
+4a94 6fe0c56d fetch 1 ,mem_24g_bind_mode_continue 
+4a95 247a0000 nrtn blank 
+4a96 20204975 branch g24_bind_mode_enable 
+
+g24_mode_b_s_switch_init:
+4a97 6fe0c575 fetch 1 ,mem_24g_b_s_mode_switch_disable 
+4a98 247a0000 nrtn blank 
+4a99 6fe0c573 fetch 1 ,mem_24g_mode_b_s_switch_exit 
+4a9a 205a4ac5 call g24_mode_b_s_switch_start ,blank 
+4a9b 6fe0c570 fetch 1 ,mem_24g_mode_b_s_switch_init 
+4a9c c3800000 rtnbit1 0 
+4a9d 79207e00 set1 0 ,pdata 
+4a9e 67e0c570 store 1 ,mem_24g_mode_b_s_switch_init 
+4a9f 70456f01 jam 1 ,mem_24g_mode_b_s_switch 
+4aa0 70457400 jam 0 ,mem_24g_b_s_time_slice 
+4aa1 58000000 setarg 0 
+4aa2 67e14571 store 2 ,mem_24g_mode_b_s_switch_cnt 
+4aa3 7044f260 jam 0x60 ,mem_24g_interval 
+4aa4 202048d1 branch g24_timer_init 
+
+g24_mode_switch_bind_search:
+4aa5 4726c029 bpatchx patch29_5 ,mem_patch29 
+4aa6 6fe0c561 fetch 1 ,mem_24g_work_mode 
+4aa7 c1000000 rtneq dongle_work 
+4aa8 6fe0c575 fetch 1 ,mem_24g_b_s_mode_switch_disable 
+4aa9 247a0000 nrtn blank 
+4aaa 6fe0c573 fetch 1 ,mem_24g_mode_b_s_switch_exit 
+4aab 247a0000 nrtn blank 
+4aac 6fe0c56f fetch 1 ,mem_24g_mode_b_s_switch 
+4aad 207a0000 rtn blank 
+4aae 204048be call g24_timer_check 
+4aaf 24740000 nrtn user 
+4ab0 6fe14571 fetch 2 ,mem_24g_mode_b_s_switch_cnt 
+4ab1 1fe0fe01 increase 1 ,pdata 
+4ab2 67e14571 store 2 ,mem_24g_mode_b_s_switch_cnt 
+4ab3 d84007d0 arg 0x7d0 ,temp 
+4ab4 98467c00 isub temp ,null 
+4ab5 20214ac1 branch g24_mode_b_s_switch_exit ,positive 
+4ab6 20404a8c call g24_bind_mode_continue 
+4ab7 6fe0c574 fetch 1 ,mem_24g_b_s_time_slice 
+4ab8 1fe0fe01 increase 1 ,pdata 
+4ab9 1fe17e01 and_into 1 ,pdata 
+4aba 67e0c574 store 1 ,mem_24g_b_s_time_slice 
+4abb c0004abe beq 0 ,g24_mode_switch_search 
+4abc c000c975 beq 1 ,g24_bind_mode_enable 
+4abd 20600000 rtn 
+
+g24_mode_switch_search:
+4abe 6fe0c56d fetch 1 ,mem_24g_bind_mode_continue 
+4abf 243a4975 nbranch g24_bind_mode_enable ,blank 
+4ac0 20204b88 branch g24_search_mode_enable 
+
+g24_mode_b_s_switch_exit:
+4ac1 70457301 jam 1 ,mem_24g_mode_b_s_switch_exit 
+4ac2 20204b88 branch g24_search_mode_enable 
+
+g24_mode_b_s_switch_stop:
+4ac3 70456f00 jam 0 ,mem_24g_mode_b_s_switch 
+4ac4 20600000 rtn 
+
+g24_mode_b_s_switch_start:
+4ac5 70456f01 jam 1 ,mem_24g_mode_b_s_switch 
+4ac6 20600000 rtn 
+
+g24_work_init:
+4ac7 47274029 bpatchx patch29_6 ,mem_patch29 
+4ac8 6fe0c560 fetch 1 ,mem_24g_mode_init 
+4ac9 c3800000 rtnbit1 dongle_work 
+4aca 79207e00 set1 dongle_work ,pdata 
+4acb 67e0c560 store 1 ,mem_24g_mode_init 
+4acc 6fe0c56e fetch 1 ,mem_tx_power_temp 
+4acd 67e0c116 store 1 ,mem_tx_power 
+4ace 70455c00 jam 0 ,mem_24g_ackpayload_enable 
+4acf 7007ab00 jam 0 ,mem_usb_tx_enable 
+4ad0 70455501 jam 1 ,mem_24g_abort_packet 
+4ad1 7044c900 jam 0 ,mem_24g_pid 
+4ad2 6fe2443c fetch 4 ,mem_24g_lap 
+4ad3 204048af call g24_update_addr_and_synccrc8 
+4ad4 2040489b call g24_ch 
+4ad5 20204a39 branch g24_rx_interrupt_clear 
+
+g24_switch_work_mode:
+4ad6 70455c00 jam 0 ,mem_24g_ackpayload_enable 
+
+g24_work_mode_enable:
+4ad7 70456100 jam dongle_work ,mem_24g_work_mode 
+4ad8 70456000 jam clear_init ,mem_24g_mode_init 
+4ad9 20600000 rtn 
+
+g24_work_mode_start:
+4ada 6fe0c561 fetch 1 ,mem_24g_work_mode 
+4adb c1800000 rtnne dongle_work 
+4adc 20404ac7 call g24_work_init 
+4add 20404b8c call g24_ch_process 
+4ade 20204a26 branch g24_receive_packet_start 
+
+g24_bind_mode_auto:
+4adf 4727c029 bpatchx patch29_7 ,mem_patch29 
+4ae0 6fe0c561 fetch 1 ,mem_24g_work_mode 
+4ae1 c1808000 rtnne dongle_bind 
+4ae2 20404978 call g24_bind_init 
+4ae3 20404988 call g24_bind_data_process 
+4ae4 6fe0c55b fetch 1 ,mem_24g_pair_mode 
+4ae5 247a0000 nrtn blank 
+4ae6 6fe0c520 fetch 1 ,mem_24g_bind_device_status 
+4ae7 207a0000 rtn blank 
+4ae8 70455e00 jam 0 ,mem_24g_mode_switch 
+4ae9 20404ad6 call g24_switch_work_mode 
+4aea 20404a76 call g24_enable_nodata_timer 
+4aeb 202048d1 branch g24_timer_init 
+
+g24_search_mode_init:
+4aec 6fe0c560 fetch 1 ,mem_24g_mode_init 
+4aed c3838000 rtnbit1 dongle_search 
+4aee 79207e07 set1 dongle_search ,pdata 
+4aef 67e0c560 store 1 ,mem_24g_mode_init 
+4af0 70456200 jam 0 ,mem_24g_time_slice 
+4af1 70455c01 jam 1 ,mem_24g_ackpayload_enable 
+4af2 58000000 setarg 0 
+4af3 67e1c588 store 3 ,mem_rssi_noise_self_index 
+4af4 67e3c565 store 7 ,mem_24g_self_config_ch_once 
+4af5 20404b7a call g24_receiver_addr_check 
+4af6 24628000 nrtn zero 
+4af7 6fe0c4d9 fetch 1 ,mem_24g_current_ch_number 
+4af8 67e0c564 store 1 ,mem_24g_self_ch_number 
+4af9 6fe0c4d8 fetch 1 ,mem_24g_ch 
+4afa 67e0c563 store 1 ,mem_24g_self_last_ch 
+4afb 20600000 rtn 
+
+g24_search_mode_auto:
+4afc 4728402a bpatchx patch2a_0 ,mem_patch2a 
+4afd 6fe0c561 fetch 1 ,mem_24g_work_mode 
+4afe c1838000 rtnne dongle_search 
+4aff 20404aec call g24_search_mode_init 
+4b00 20404b22 call g24_auto_addr_ch_search 
+4b01 20404a69 call g24_receive_transmit_ack 
+4b02 2437ca39 nbranch g24_rx_interrupt_clear ,user3 
+4b03 20404b7a call g24_receiver_addr_check 
+4b04 2042ca28 call g24_receive_packet_parse ,zero 
+4b05 6fe0c555 fetch 1 ,mem_24g_abort_packet 
+4b06 205a4ac3 call g24_mode_b_s_switch_stop ,blank 
+4b07 70456100 jam dongle_work ,mem_24g_work_mode 
+4b08 6fe0c560 fetch 1 ,mem_24g_mode_init 
+4b09 79207e00 set1 dongle_work ,pdata 
+4b0a 67e0c560 store 1 ,mem_24g_mode_init 
+4b0b 6fe0c55c fetch 1 ,mem_24g_ackpayload_enable 
+4b0c 1fe67c02 sub pdata ,2 ,null 
+4b0d 2442cb78 ncall g24_ackpayload_disable ,zero 
+4b0e 20404a39 call g24_rx_interrupt_clear 
+4b0f 20404a76 call g24_enable_nodata_timer 
+4b10 20404b7a call g24_receiver_addr_check 
+4b11 2022cb1b branch g24_self_ch_num_reinit ,zero 
+4b12 6fe244da fetch 4 ,mem_24g_addr 
+4b13 684a457f fetcht 4 ,mem_24g_device2_addr 
+4b14 98467c00 isub temp ,null 
+4b15 2022cb1e branch g24_device2_ch_num_reinit ,zero 
+4b16 6fe244da fetch 4 ,mem_24g_addr 
+4b17 684a457b fetcht 4 ,mem_24g_device1_addr 
+4b18 98467c00 isub temp ,null 
+4b19 2022cb20 branch g24_device1_ch_num_reinit ,zero 
+4b1a 20600000 rtn 
+
+g24_self_ch_num_reinit:
+4b1b 6fe0c564 fetch 1 ,mem_24g_self_ch_number 
+
+g24_current_ch_num_reinit:
+4b1c 67e0c4d9 store 1 ,mem_24g_current_ch_number 
+4b1d 20600000 rtn 
+
+g24_device2_ch_num_reinit:
+4b1e 6fe0c56a fetch 1 ,mem_24g_device2_ch_number 
+4b1f 20204b1c branch g24_current_ch_num_reinit 
+
+g24_device1_ch_num_reinit:
+4b20 6fe0c567 fetch 1 ,mem_24g_device1_ch_number 
+4b21 20204b1c branch g24_current_ch_num_reinit 
+
+g24_auto_addr_ch_search:
+4b22 4728c02a bpatchx patch2a_1 ,mem_patch2a 
+4b23 6fe0c562 fetch 1 ,mem_24g_time_slice 
+4b24 1fe0fe01 increase 1 ,pdata 
+4b25 1fe17e03 and_into 3 ,pdata 
+4b26 67e0c562 store 1 ,mem_24g_time_slice 
+4b27 c0004b46 beq 0 ,g24_auto_bind_config_device2 
+4b28 c000cb60 beq 1 ,g24_auto_bind_config_self 
+4b29 c0014b2c beq 2 ,g24_auto_bind_config_device1 
+4b2a c001cb60 beq 3 ,g24_auto_bind_config_self 
+4b2b 20600000 rtn 
+
+g24_auto_bind_config_device1:
+4b2c 204049a9 call g24_bind_dvc1_payload_cfg 
+4b2d 6fe2457b fetch 4 ,mem_24g_device1_addr 
+4b2e 203a4b22 branch g24_auto_addr_ch_search ,blank 
+4b2f 204048af call g24_update_addr_and_synccrc8 
+4b30 6fe0c568 fetch 1 ,mem_24g_device1_config_ch_once 
+4b31 205a4b41 call g24_device1_config_ch_once ,blank 
+4b32 6fe0c566 fetch 1 ,mem_24g_device1_last_ch 
+4b33 67e0c4d8 store 1 ,mem_24g_ch 
+4b34 6848c589 fetcht 1 ,mem_rssi_noise_device1_index 
+4b35 6a21458f fetchr rega ,2 ,mem_rssi_noise_device1_buffer_ptr 
+4b36 20404c1a call rssi_store 
+4b37 6048c589 storet 1 ,mem_rssi_noise_device1_index 
+4b38 20404c23 call rssi_average 
+4b39 6048c586 storet 1 ,mem_rssi_noise_device1_avg 
+4b3a 18467c50 sub temp ,rssi_thresh_noise ,null 
+4b3b 24610000 nrtn positive 
+4b3c 6848c567 fetcht 1 ,mem_24g_device1_ch_number 
+4b3d 204048a0 call g24_ch_map_size 
+4b3e 6048c567 storet 1 ,mem_24g_device1_ch_number 
+4b3f 67e0c566 store 1 ,mem_24g_device1_last_ch 
+4b40 20600000 rtn 
+
+g24_device1_config_ch_once:
+4b41 70456801 jam 1 ,mem_24g_device1_config_ch_once 
+4b42 d8400000 arg 0 ,temp 
+4b43 204048a5 call g24_ch_calc 
+4b44 67e0c566 store 1 ,mem_24g_device1_last_ch 
+4b45 20600000 rtn 
+
+g24_auto_bind_config_device2:
+4b46 204049b1 call g24_bind_dvc2_payload_cfg 
+4b47 6fe2457f fetch 4 ,mem_24g_device2_addr 
+4b48 203a4b22 branch g24_auto_addr_ch_search ,blank 
+4b49 204048af call g24_update_addr_and_synccrc8 
+4b4a 6fe0c56b fetch 1 ,mem_24g_device2_config_ch_once 
+4b4b 205a4b5b call g24_device2_config_ch_once ,blank 
+4b4c 6fe0c569 fetch 1 ,mem_24g_device2_last_ch 
+4b4d 67e0c4d8 store 1 ,mem_24g_ch 
+4b4e 6848c58a fetcht 1 ,mem_rssi_noise_device2_index 
+4b4f 6a214591 fetchr rega ,2 ,mem_rssi_noise_device2_buffer_ptr 
+4b50 20404c1a call rssi_store 
+4b51 6048c58a storet 1 ,mem_rssi_noise_device2_index 
+4b52 20404c23 call rssi_average 
+4b53 6048c587 storet 1 ,mem_rssi_noise_device2_avg 
+4b54 18467c50 sub temp ,rssi_thresh_noise ,null 
+4b55 24610000 nrtn positive 
+4b56 6848c56a fetcht 1 ,mem_24g_device2_ch_number 
+4b57 204048a0 call g24_ch_map_size 
+4b58 6048c56a storet 1 ,mem_24g_device2_ch_number 
+4b59 67e0c569 store 1 ,mem_24g_device2_last_ch 
+4b5a 20600000 rtn 
+
+g24_device2_config_ch_once:
+4b5b 70456b01 jam 1 ,mem_24g_device2_config_ch_once 
+4b5c d8400000 arg 0 ,temp 
+4b5d 204048a5 call g24_ch_calc 
+4b5e 67e0c569 store 1 ,mem_24g_device2_last_ch 
+4b5f 20600000 rtn 
+
+g24_auto_bind_config_self:
+4b60 204049a9 call g24_bind_dvc1_payload_cfg 
+4b61 6fe2443c fetch 4 ,mem_24g_lap 
+4b62 204048af call g24_update_addr_and_synccrc8 
+4b63 6fe0c565 fetch 1 ,mem_24g_self_config_ch_once 
+4b64 205a4b74 call g24_self_config_ch_once ,blank 
+4b65 6fe0c563 fetch 1 ,mem_24g_self_last_ch 
+4b66 67e0c4d8 store 1 ,mem_24g_ch 
+4b67 6848c588 fetcht 1 ,mem_rssi_noise_self_index 
+4b68 6a21458d fetchr rega ,2 ,mem_rssi_noise_self_buffer_ptr 
+4b69 20404c1a call rssi_store 
+4b6a 6048c588 storet 1 ,mem_rssi_noise_self_index 
+4b6b 20404c23 call rssi_average 
+4b6c 6048c585 storet 1 ,mem_rssi_noise_self_avg 
+4b6d 18467c50 sub temp ,rssi_thresh_noise ,null 
+4b6e 24610000 nrtn positive 
+4b6f 6848c564 fetcht 1 ,mem_24g_self_ch_number 
+4b70 204048a0 call g24_ch_map_size 
+4b71 6048c564 storet 1 ,mem_24g_self_ch_number 
+4b72 67e0c563 store 1 ,mem_24g_self_last_ch 
+4b73 20600000 rtn 
+
+g24_self_config_ch_once:
+4b74 70456501 jam 1 ,mem_24g_self_config_ch_once 
+4b75 6fe0c563 fetch 1 ,mem_24g_self_last_ch 
+4b76 67e0c4d8 store 1 ,mem_24g_ch 
+4b77 20600000 rtn 
+
+g24_ackpayload_disable:
+4b78 70455c00 jam 0 ,mem_24g_ackpayload_enable 
+4b79 20600000 rtn 
+
+g24_receiver_addr_check:
+4b7a 6fe244da fetch 4 ,mem_24g_addr 
+4b7b 684a443c fetcht 4 ,mem_24g_lap 
+4b7c 98467c00 isub temp ,null 
+4b7d 20600000 rtn 
+
+g24_nodata_process:
+4b7e 6fe0c55c fetch 1 ,mem_24g_ackpayload_enable 
+4b7f c1010000 rtneq 2 
+4b80 6fe0c55f fetch 1 ,mem_24g_nodata_timer_enable 
+4b81 207a0000 rtn blank 
+4b82 d8e00008 arg g24_timer_nodata ,queue 
+4b83 2040742e call timer_check 
+4b84 247a0000 nrtn blank 
+4b85 70455f00 jam 0 ,mem_24g_nodata_timer_enable 
+4b86 70456d00 jam 0 ,mem_24g_bind_mode_continue 
+4b87 20404a97 call g24_mode_b_s_switch_init 
+
+g24_search_mode_enable:
+4b88 4729402a bpatchx patch2a_2 ,mem_patch2a 
+4b89 70456107 jam dongle_search ,mem_24g_work_mode 
+4b8a 70456000 jam clear_init ,mem_24g_mode_init 
+4b8b 20204a39 branch g24_rx_interrupt_clear 
+
+g24_ch_process:
+4b8c 4729c02a bpatchx patch2a_3 ,mem_patch2a 
+4b8d 6fe0c555 fetch 1 ,mem_24g_abort_packet 
+4b8e c000cc59 beq 1 ,rssi_noise_monitor 
+4b8f 6fe0c55d fetch 1 ,mem_24g_hop_packet 
+4b90 c000cba0 beq 1 ,g24_ch_receive_hop_pac 
+4b91 684a4556 fetcht 4 ,mem_24g_hop_btclk 
+4b92 1c427e00 copy clkn_bt ,pdata 
+4b93 98467c00 isub temp ,null 
+4b94 244148ce ncall g24_timer_timeout ,positive 
+4b95 1fe22400 copy pdata ,regb 
+4b96 6fe24556 fetch 4 ,mem_24g_hop_btclk 
+4b97 6848c55a fetcht 1 ,mem_24g_hop_interval 
+4b98 98408400 iadd temp ,temp 
+4b99 1a427e00 copy regb ,pdata 
+4b9a 98467c00 isub temp ,null 
+4b9b 24610000 nrtn positive 
+4b9c 793ffe1c set0 28 ,pdata 
+4b9d 67e24556 store 4 ,mem_24g_hop_btclk 
+4b9e 70455501 jam 1 ,mem_24g_abort_packet 
+4b9f 2020489b branch g24_ch 
+
+g24_ch_receive_hop_pac:
+4ba0 70455d00 jam 0 ,mem_24g_hop_packet 
+4ba1 2020489b branch g24_ch 
+
+g24_ch_timer_reinit:
+4ba2 1c427e00 copy clkn_bt ,pdata 
+4ba3 67e24556 store 4 ,mem_24g_hop_btclk 
+4ba4 20600000 rtn 
+
+g24_reconn_timeout_timer:
+4ba5 da604529 arg mem_24g_reconn_timeout ,regc 
+4ba6 da404cdb arg g24_stop_24g_mode ,regb 
+4ba7 20204dd3 branch timer_single_step_2b 
+
+g24_reconn_start:
+4ba8 472a402a bpatchx patch2a_4 ,mem_patch2a 
+4ba9 79200026 set1 mark_24g ,mark 
+4baa 6fe0c547 fetch 1 ,mem_24g_conn_sm 
+4bab 793ffe01 set0 state_24g_pair ,pdata 
+4bac 79207e02 set1 state_24g_reconn ,pdata 
+4bad 67e0c547 store 1 ,mem_24g_conn_sm 
+4bae 6fe0c52e fetch 1 ,mem_24g_fast_conn_enable 
+4baf 203a4bbd branch g24_reconn_receiver_addr ,blank 
+4bb0 6fe0c52d fetch 1 ,mem_24g_reconn_type 
+4bb1 c000cbb5 beq fast_conn_and_receiver ,g24_reconn_fast_conn 
+4bb2 c0014bb5 beq fast_conn_and_3_0_addr ,g24_reconn_fast_conn 
+4bb3 c001cbc4 beq receiver_and_3_0_addr ,g24_reconn_device_3_0_addr 
+4bb4 c0024bc4 beq pair_and_3_0_addr ,g24_reconn_device_3_0_addr 
+
+g24_reconn_fast_conn:
+4bb5 6fe0c51c fetch 1 ,mem_24g_pair_tx_power 
+4bb6 67e0c116 store 1 ,mem_tx_power 
+4bb7 6848c537 fetcht 1 ,mem_24g_fast_conn_temp_ch 
+4bb8 6048c4d9 storet 1 ,mem_24g_current_ch_number 
+4bb9 6fe2452f fetch 4 ,mem_24g_fast_conn_addr 
+4bba 20404bce call g24_ch_syncword_crc8_init 
+4bbb 6048c537 storet 1 ,mem_24g_fast_conn_temp_ch 
+4bbc 20600000 rtn 
+
+g24_reconn_receiver_addr:
+4bbd 70411603 jam tx_power_3db ,mem_tx_power 
+4bbe 6848c538 fetcht 1 ,mem_24g_receiver_temp_ch 
+4bbf 6048c4d9 storet 1 ,mem_24g_current_ch_number 
+4bc0 6fe24533 fetch 4 ,mem_24g_receiver_addr 
+4bc1 20404bce call g24_ch_syncword_crc8_init 
+4bc2 6048c538 storet 1 ,mem_24g_receiver_temp_ch 
+4bc3 20600000 rtn 
+
+g24_reconn_device_3_0_addr:
+4bc4 70411603 jam tx_power_3db ,mem_tx_power 
+4bc5 6848c539 fetcht 1 ,mem_24g_device_temp_ch 
+4bc6 6048c4d9 storet 1 ,mem_24g_current_ch_number 
+4bc7 6fe2454f fetch 4 ,mem_24g_device_addr 
+4bc8 20404bce call g24_ch_syncword_crc8_init 
+4bc9 6048c539 storet 1 ,mem_24g_device_temp_ch 
+4bca 20600000 rtn 
+
+g24_store_receiver_addr:
+4bcb 6fe244aa fetch 4 ,mem_24g_rxpayload + 2 
+4bcc 207a0000 rtn blank 
+4bcd 67e24533 store 4 ,mem_24g_receiver_addr 
+
+g24_ch_syncword_crc8_init:
+4bce 204048af call g24_update_addr_and_synccrc8 
+4bcf 2020489b branch g24_ch 
+
+g24_reconn_dispatch:
+4bd0 472ac02a bpatchx patch2a_5 ,mem_patch2a 
+4bd1 6fe1452b fetch 2 ,mem_24g_reconn_count 
+4bd2 d84001f8 arg 0x01f8 ,temp 
+4bd3 98417e00 iand temp ,pdata 
+4bd4 203a4bd9 branch g24_reconn_dispatch_next ,blank 
+4bd5 6fe1452b fetch 2 ,mem_24g_reconn_count 
+4bd6 1fe0fe01 increase 1 ,pdata 
+4bd7 67e1452b store 2 ,mem_24g_reconn_count 
+4bd8 20600000 rtn 
+
+g24_reconn_dispatch_next:
+4bd9 20404bf3 call g24_reconn_data_prep 
+4bda 20404cb0 call g24_transmit_receive_ack 
+4bdb 242c4bfa nbranch g24_reconn_device_fail ,sync 
+4bdc 2437cbfa nbranch g24_reconn_device_fail ,user3 
+4bdd 20404ccf call g24_ackpayload_parse 
+4bde 6fe24517 fetch 4 ,mem_24g_pair_addr 
+4bdf 684a44da fetcht 4 ,mem_24g_addr 
+4be0 98467c00 isub temp ,null 
+4be1 2022c90a branch g24_pair_start ,zero 
+4be2 6fe2454f fetch 4 ,mem_24g_device_addr 
+4be3 684a44da fetcht 4 ,mem_24g_addr 
+4be4 98467c00 isub temp ,null 
+4be5 2042cbcb call g24_store_receiver_addr ,zero 
+4be6 6fe0c547 fetch 1 ,mem_24g_conn_sm 
+4be7 793ffe02 set0 state_24g_reconn ,pdata 
+4be8 67e0c547 store 1 ,mem_24g_conn_sm 
+4be9 58000000 setarg 0 
+4bea 67e14523 store 2 ,mem_24g_pair_timeout 
+4beb 67e1452b store 2 ,mem_24g_reconn_count 
+4bec 67e14529 store 2 ,mem_24g_reconn_timeout 
+4bed 7004c33c jam bt_evt_24g_attempt_success ,mem_fifo_temp 
+4bee 20406f7b call ui_ipc_send_event 
+
+g24_txbuf_clear:
+4bef 472b402a bpatchx patch2a_6 ,mem_patch2a 
+4bf0 df200004 arg 4 ,loopcnt 
+4bf1 d8a04464 arg mem_24g_txbuf ,contw 
+4bf2 202073dd branch memset0 
+
+g24_reconn_data_prep:
+4bf3 704464ff jam datatype_attemp ,mem_24g_txbuf 
+4bf4 6fe0c4d4 fetch 1 ,mem_24g_data_type 
+4bf5 67e0c465 store 1 ,mem_24g_txbuf + 1 
+4bf6 6fe2454f fetch 4 ,mem_24g_device_addr 
+4bf7 67e24466 store 4 ,mem_24g_txbuf + 2 
+4bf8 7044d306 jam 6 ,mem_24g_datalen 
+4bf9 2020485e branch g24_transmit_prep 
+
+g24_reconn_device_fail:
+4bfa 6fe0c52e fetch 1 ,mem_24g_fast_conn_enable 
+4bfb 203a489b branch g24_ch ,blank 
+4bfc 6fe1452b fetch 2 ,mem_24g_reconn_count 
+4bfd 1fe0fe01 increase 1 ,pdata 
+4bfe 67e1452b store 2 ,mem_24g_reconn_count 
+4bff 2feffe09 isolate1 9 ,pdata 
+4c00 6fe0c52d fetch 1 ,mem_24g_reconn_type 
+4c01 c000cc06 beq fast_conn_and_receiver ,g24_reconn_fast_conn_and_receiver 
+4c02 c0014c08 beq fast_conn_and_3_0_addr ,g24_reconn_fast_conn_and_3_0 
+4c03 c001cc0a beq receiver_and_3_0_addr ,g24_reconn_receiver_and_3_0 
+4c04 c0024c0c beq pair_and_3_0_addr ,g24_reconn_pair_and_3_0 
+4c05 20204bbd branch g24_reconn_receiver_addr 
+
+g24_reconn_fast_conn_and_receiver:
+4c06 2020cbbd branch g24_reconn_receiver_addr ,true 
+4c07 20204bb5 branch g24_reconn_fast_conn 
+
+g24_reconn_fast_conn_and_3_0:
+4c08 2020cbc4 branch g24_reconn_device_3_0_addr ,true 
+4c09 20204bb5 branch g24_reconn_fast_conn 
+
+g24_reconn_receiver_and_3_0:
+4c0a 2020cbc4 branch g24_reconn_device_3_0_addr ,true 
+4c0b 20204bbd branch g24_reconn_receiver_addr 
+
+g24_reconn_pair_and_3_0:
+4c0c 2020cbc4 branch g24_reconn_device_3_0_addr ,true 
+4c0d 20204915 branch g24_pair_init_param 
+
+g24_data_attemp:
+4c0e 6fe0c536 fetch 1 ,mem_24g_rxdata_temp + 3 
+4c0f c000cc12 beq datatype_device1 ,g24_data_attemp_device1 
+4c10 c0014c16 beq datatype_device2 ,g24_data_attemp_device2 
+4c11 20600000 rtn 
+
+g24_data_attemp_device1:
+4c12 6fe24537 fetch 4 ,mem_24g_rxdata_temp + 4 
+4c13 67e24577 store 4 ,mem_24g_transmitter_addr 
+
+g24_store_device1_addr:
+4c14 67e2457b store 4 ,mem_24g_device1_addr 
+4c15 20600000 rtn 
+
+g24_data_attemp_device2:
+4c16 6fe24537 fetch 4 ,mem_24g_rxdata_temp + 4 
+4c17 67e24577 store 4 ,mem_24g_transmitter_addr 
+
+g24_store_device2_addr:
+4c18 67e2457f store 4 ,mem_24g_device2_addr 
+4c19 20600000 rtn 
+
+rssi_store:
+4c1a 472bc02a bpatchx patch2a_7 ,mem_patch2a 
+4c1b 1a227e00 copy rega ,pdata 
+4c1c 98408a00 iadd temp ,contw 
+4c1d 6fe08009 fetch 1 ,mem_rssi 
+4c1e e7e08005 istore 1 ,contw 
+4c1f 18408401 increase 1 ,temp 
+4c20 6fe0c51d fetch 1 ,mem_rssi_buff_index 
+4c21 98410400 iand temp ,temp 
+4c22 20600000 rtn 
+
+rssi_average:
+4c23 472c402b bpatchx patch2b_0 ,mem_patch2b 
+4c24 6fe0c51d fetch 1 ,mem_rssi_buff_index 
+4c25 1fe0fe01 increase 1 ,pdata 
+4c26 67e104ef store 2 ,mem_loopcnt 
+4c27 1fe27200 copy pdata ,loopcnt 
+4c28 1a220c00 copy rega ,contr 
+4c29 dfe00000 arg 0 ,pdata 
+
+rssi_average_loop:
+4c2a e8408006 ifetcht 1 ,contr 
+4c2b 9840fe00 iadd temp ,pdata 
+4c2c c2004c2a loop rssi_average_loop 
+4c2d 684904ef fetcht 2 ,mem_loopcnt 
+4c2e 9846fc00 idiv temp 
+4c2f 20407475 call wait_div_end 
+4c30 18078400 quotient temp 
+4c31 c6138000 rtnmark1 mark_24g_rxmode 
+4c32 18427e00 copy temp ,pdata 
+4c33 c6930000 rtnmark0 mark_24g 
+4c34 20403a68 call bcd 
+4c35 1fe20400 copy pdata ,temp 
+4c36 20600000 rtn 
+
+save_rssi_dec:
+4c37 20203a49 branch save_rssi 
+
+rssi_transmitter_buff_init:
+4c38 6fe1453b fetch 2 ,mem_rssi_signal_buf_ptr 
+4c39 20204c4c branch rssi_buff_clear 
+
+rssi_signal:
+4c3a 1fe22200 copy pdata ,rega 
+4c3b 6848c53a fetcht 1 ,mem_rssi_signal_index 
+4c3c 6fe1453b fetch 2 ,mem_rssi_signal_buf_ptr 
+4c3d 98408a00 iadd temp ,contw 
+4c3e 1a227e00 copy rega ,pdata 
+4c3f e7e08005 istore 1 ,contw 
+4c40 18408401 increase 1 ,temp 
+4c41 6fe0c51d fetch 1 ,mem_rssi_buff_index 
+4c42 98410400 iand temp ,temp 
+4c43 6048c53a storet 1 ,mem_rssi_signal_index 
+4c44 20600000 rtn 
+
+rssi_receiver_buff_init:
+4c45 6fe1458b fetch 2 ,mem_rssi_noise_buffer_ptr 
+4c46 20404c4c call rssi_buff_clear 
+4c47 6fe1458d fetch 2 ,mem_rssi_noise_self_buffer_ptr 
+4c48 20404c4c call rssi_buff_clear 
+4c49 6fe1458f fetch 2 ,mem_rssi_noise_device1_buffer_ptr 
+4c4a 20404c4c call rssi_buff_clear 
+4c4b 6fe14591 fetch 2 ,mem_rssi_noise_device2_buffer_ptr 
+
+rssi_buff_clear:
+4c4c 207a0000 rtn blank 
+4c4d 1fe20a00 copy pdata ,contw 
+4c4e 6fe0c51d fetch 1 ,mem_rssi_buff_index 
+4c4f 1fe0fe01 increase 1 ,pdata 
+4c50 1fe27200 copy pdata ,loopcnt 
+4c51 202073ec branch clear_mem 
+
+rssi_noise:
+4c52 20404c37 call save_rssi_dec 
+4c53 207a0000 rtn blank 
+4c54 6848c584 fetcht 1 ,mem_rssi_noise_index 
+4c55 6a21458b fetchr rega ,2 ,mem_rssi_noise_buffer_ptr 
+4c56 20404c1a call rssi_store 
+4c57 6048c584 storet 1 ,mem_rssi_noise_index 
+4c58 20600000 rtn 
+
+rssi_noise_monitor:
+4c59 6a21458b fetchr rega ,2 ,mem_rssi_noise_buffer_ptr 
+4c5a 20404c23 call rssi_average 
+4c5b 6048c583 storet 1 ,mem_rssi_noise_avg 
+4c5c 18467c50 sub temp ,rssi_thresh_noise ,null 
+4c5d 24610000 nrtn positive 
+4c5e 2020489b branch g24_ch 
+
+g24_transmit_init:
+4c5f 6fe2443c fetch 4 ,mem_24g_lap 
+4c60 67e2454f store 4 ,mem_24g_device_addr 
+4c61 20204c38 branch rssi_transmitter_buff_init 
+
+g24_transmit_dispatch:
+4c62 c6930000 rtnmark0 mark_24g 
+4c63 6fe0c547 fetch 1 ,mem_24g_conn_sm 
+4c64 c280c91c bbit1 state_24g_pair ,g24_pair_dispatch 
+4c65 c2814bd0 bbit1 state_24g_reconn ,g24_reconn_dispatch 
+4c66 6fe0c563 fetch 1 ,mem_24g_transmit_by_interrupt 
+4c67 c000cd21 beq g24_tx_timer_int_enable ,g24_transmit_by_interrupt 
+
+g24_transmit_no_interrupt:
+4c68 472cc02b bpatchx patch2b_1 ,mem_patch2b 
+4c69 20404c84 call g24_txdata_prep 
+4c6a 24344d00 nbranch g24_nodata_transmit ,user 
+
+g24_transmit_start:
+4c6b 20404c99 call g24_transmit_process 
+4c6c 20404d49 call power_ctrl_start 
+4c6d 6fe0c095 fetch 1 ,mem_device_option 
+4c6e c0045d98 beq dvc_op_mouse ,mouse_24g_transmit_start 
+
+g24_transmit_start_next:
+4c6f 6fe44556 fetch 8 ,mem_24g_long_sleep_set 
+4c70 67e444fa store 8 ,mem_24g_enter_hibernate 
+4c71 6fe14568 fetch 2 ,mem_24g_long_sleep_param_update_timer_init 
+4c72 67e1456a store 2 ,mem_24g_long_sleep_param_update_timer 
+4c73 6fe14543 fetch 2 ,mem_cb_24g_transmit_short_sleep 
+4c74 20207487 branch callback_func 
+
+g24_short_sleep:
+4c75 472d402b bpatchx patch2b_2 ,mem_patch2b 
+4c76 20404d15 call g24_lpm_wait 
+4c77 24740000 nrtn user 
+4c78 20404d1f call g24_setgpio_lpm_before 
+4c79 204074e0 call clear_wake 
+4c7a 6fe1c553 fetch 3 ,mem_24g_short_sleep_set 
+4c7b 20204c81 branch g24_long_seep2 
+
+g24_long_sleep:
+4c7c 472dc02b bpatchx patch2b_3 ,mem_patch2b 
+4c7d 20404d15 call g24_lpm_wait 
+4c7e 24740000 nrtn user 
+4c7f 20404d1f call g24_setgpio_lpm_before 
+4c80 6fe444fa fetch 8 ,mem_24g_enter_hibernate 
+
+g24_long_seep2:
+4c81 20407464 call clk2lpo 
+4c82 604a40aa storet 4 ,mem_sleep_counter 
+4c83 20203b47 branch lpm_sleep 
+
+g24_txdata_prep:
+4c84 20404c87 call g24_package_data 
+4c85 24740000 nrtn user 
+4c86 2020485e branch g24_transmit_prep 
+
+g24_package_data:
+4c87 6fe1453d fetch 2 ,mem_cb_24g_transmit_data 
+4c88 20407487 call callback_func 
+4c89 20344c8d branch g24_accumulate_data ,user 
+4c8a 6fe3c465 fetch 7 ,mem_24g_txbuf + 1 
+4c8b 207a0000 rtn blank 
+4c8c 202074c8 branch enable_user 
+
+g24_accumulate_data:
+4c8d 70454d00 jam 0 ,mem_24g_abort_pac 
+4c8e 1a20fe01 add rega ,1 ,pdata 
+4c8f 67e0c4d3 store 1 ,mem_24g_datalen 
+4c90 20404c95 call g24_transmit_rf_ctrl_clear 
+4c91 67e0c464 store 1 ,mem_24g_txbuf 
+4c92 1a420c00 copy regb ,contr 
+4c93 1a227200 copy rega ,loopcnt 
+4c94 20207419 branch memcpy 
+
+g24_transmit_rf_ctrl_clear:
+4c95 6fe0c4d4 fetch 1 ,mem_24g_data_type 
+4c96 1fe17e07 and_into bits_data ,pdata 
+4c97 67e0c4d4 store 1 ,mem_24g_data_type 
+4c98 20600000 rtn 
+
+g24_transmit_process:
+4c99 58000000 setarg 0 
+4c9a 67e0c54c store 1 ,mem_24g_retry 
+4c9b 67e1456d store 2 ,mem_24g_retransmit 
+
+g24_transmit_loop:
+4c9c 20404cb0 call g24_transmit_receive_ack 
+4c9d 6fe0c4ca fetch 1 ,mem_24g_no_ack 
+4c9e c000cca5 beq no_ack_24g ,g24_transmit_no_ack 
+4c9f 242c4cbe nbranch g24_retransmit ,sync 
+4ca0 2437ccbe nbranch g24_retransmit ,user3 
+4ca1 20404ccf call g24_ackpayload_parse 
+4ca2 6fe0c095 fetch 1 ,mem_device_option 
+4ca3 1fe67c08 sub pdata ,dvc_op_mouse ,null 
+4ca4 2042dfdc call mouse_24g_transmit_callback ,zero 
+
+g24_transmit_no_ack:
+4ca5 20404d7b call power_ctrl_pac_succ_incrs 
+
+g24_transmit_next_packet:
+4ca6 20404bef call g24_txbuf_clear 
+4ca7 6fe0c4c9 fetch 1 ,mem_24g_pid 
+4ca8 1fe0fe01 increase 1 ,pdata 
+4ca9 67e0c4c9 store 1 ,mem_24g_pid 
+4caa 20404cf3 call g24_hop_enable_packet 
+
+g24_transmit_abandon:
+4cab 472e402b bpatchx patch2b_4 ,mem_patch2b 
+4cac 58000000 setarg 0 
+4cad 67e0c548 store 1 ,mem_24g_ensure 
+4cae 67e14549 store 2 ,mem_24g_txfail_cnt 
+4caf 20600000 rtn 
+
+g24_transmit_receive_ack:
+4cb0 472ec02b bpatchx patch2b_5 ,mem_patch2b 
+4cb1 7857fc00 disable user3 
+4cb2 2040480e call g24_transmit 
+4cb3 6fe0c4ca fetch 1 ,mem_24g_no_ack 
+4cb4 c000c7fc beq no_ack_24g ,g24_end_of_packet 
+4cb5 18002a00 force 0 ,radio_ctrl 
+4cb6 6fe244da fetch 4 ,mem_24g_addr 
+4cb7 98001200 iforce access 
+4cb8 68488008 fetcht 1 ,mem_last_freq 
+4cb9 20403954 call set_freq_rx 
+4cba 2040396a call rf_rx_enable 
+4cbb 2040479a call g24_receive_rxon 
+4cbc 2057c7fc call g24_end_of_packet ,user3 
+4cbd 20600000 rtn 
+
+g24_retransmit:
+4cbe 6fe0c095 fetch 1 ,mem_device_option 
+4cbf c0844cc3 bne dvc_op_mouse ,g24_retransmit0 
+4cc0 6fe0c77f fetch 1 ,mem_mouse_need_soft_reset 
+4cc1 247a0000 nrtn blank 
+4cc2 20405bf7 call mouse_select_device_by_pb_button 
+
+g24_retransmit0:
+4cc3 6fe0c54d fetch 1 ,mem_24g_abort_pac 
+4cc4 247a0000 nrtn blank 
+4cc5 6fe14549 fetch 2 ,mem_24g_txfail_cnt 
+4cc6 1fe0fe01 increase 1 ,pdata 
+4cc7 67e14549 store 2 ,mem_24g_txfail_cnt 
+4cc8 6fe0c54a fetch 1 ,mem_24g_txfail_cnt + 1 
+4cc9 c2824cd7 bbit1 4 ,g24_tx_attempt_fail 
+4cca 20404cdd call g24_transmit_hop_process 
+4ccb 6fe1456d fetch 2 ,mem_24g_retransmit 
+4ccc 1fe0fe01 increase 1 ,pdata 
+4ccd 67e1456d store 2 ,mem_24g_retransmit 
+4cce 20204c9c branch g24_transmit_loop 
+
+g24_ackpayload_parse:
+4ccf 472f402b bpatchx patch2b_6 ,mem_patch2b 
+4cd0 2040488d call g24_read_len_pid_crc 
+4cd1 6fe0c4c8 fetch 1 ,mem_24g_rxdata_length 
+4cd2 207a0000 rtn blank 
+4cd3 98007200 iforce loopcnt 
+4cd4 d8c04444 arg mem_24g_rxbuf + 2 ,contr 
+4cd5 d8a044a8 arg mem_24g_rxpayload ,contw 
+4cd6 20207419 branch memcpy 
+
+g24_tx_attempt_fail:
+4cd7 472fc02b bpatchx patch2b_7 ,mem_patch2b 
+4cd8 58000000 setarg 0 
+4cd9 67e14549 store 2 ,mem_24g_txfail_cnt 
+4cda 70454b01 jam 1 ,mem_24g_attempt_fail_flag 
+
+g24_stop_24g_mode:
+4cdb 7004c33a jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
+4cdc 20206f7b branch ui_ipc_send_event 
+
+g24_transmit_hop_process:
+4cdd 4730402c bpatchx patch2c_0 ,mem_patch2c 
+4cde 6848c54c fetcht 1 ,mem_24g_retry 
+4cdf 6fe0c56c fetch 1 ,mem_24g_fast_hop_count 
+4ce0 98467c00 isub temp ,null 
+4ce1 24214cfb nbranch g24_tx_fast_hop ,positive 
+4ce2 18408401 increase 1 ,temp 
+4ce3 6048c54c storet 1 ,mem_24g_retry 
+4ce4 6fe0c56c fetch 1 ,mem_24g_fast_hop_count 
+4ce5 c002ccea beq 5 ,g24_transmit_hop_process_4ms 
+4ce6 6fe0c54c fetch 1 ,mem_24g_retry 
+4ce7 c0034cf5 beq 6 ,g24_hop_ch_disable 
+4ce8 c0064cf5 beq 12 ,g24_hop_ch_disable 
+4ce9 20600000 rtn 
+
+g24_transmit_hop_process_4ms:
+4cea 6fe0c54c fetch 1 ,mem_24g_retry 
+4ceb c001ccf5 beq 3 ,g24_hop_ch_disable 
+4cec c0034cf5 beq 6 ,g24_hop_ch_disable 
+4ced 20600000 rtn 
+
+g24_hop_ch_enable:
+
+g24_txpayload_type_update:
+4cee c517ccf1 bmark1 mark_ble_lr ,g24_lr_type_update 
+4cef 67e0c485 store 1 ,mem_24g_txpayload + offset_data_type 
+4cf0 20600000 rtn 
+
+g24_lr_type_update:
+4cf1 67e0c486 store 1 ,mem_24g_txpayload + offset_lr_data_type 
+4cf2 20600000 rtn 
+
+g24_hop_enable_packet:
+4cf3 6fe0c4d4 fetch 1 ,mem_24g_data_type 
+4cf4 c4020000 rtnbit0 bit_hop 
+
+g24_hop_ch_disable:
+4cf5 6fe0c4d4 fetch 1 ,mem_24g_data_type 
+4cf6 793ffe04 set0 bit_hop ,pdata 
+4cf7 67e0c4d4 store 1 ,mem_24g_data_type 
+4cf8 20404cee call g24_txpayload_type_update 
+4cf9 20404d7f call power_ctrl_pac_succ_decrs 
+4cfa 2020489b branch g24_ch 
+
+g24_tx_fast_hop:
+4cfb 20404d6f call power_ctrl_txpower_incrs 
+4cfc 20404d7f call power_ctrl_pac_succ_decrs 
+4cfd 2020489b branch g24_ch 
+
+g24_search_receiver:
+4cfe 6fe1453f fetch 2 ,mem_cb_24g_search_receiver 
+4cff 20207487 branch callback_func 
+
+g24_nodata_transmit:
+4d00 6fe0c54d fetch 1 ,mem_24g_abort_pac 
+4d01 205a4d07 call g24_send_abort_packet ,blank 
+4d02 6fe0c563 fetch 1 ,mem_24g_transmit_by_interrupt 
+4d03 c1008000 rtneq g24_tx_timer_int_enable 
+4d04 20404cfe call g24_search_receiver 
+4d05 6fe14545 fetch 2 ,mem_cb_24g_transmit_long_sleep 
+4d06 20207487 branch callback_func 
+
+g24_send_abort_packet:
+4d07 7044d401 jam type_ms ,mem_24g_data_type 
+4d08 70454d01 jam 1 ,mem_24g_abort_pac 
+4d09 20404c95 call g24_transmit_rf_ctrl_clear 
+4d0a 67e0c464 store 1 ,mem_24g_txbuf 
+4d0b 58000000 setarg 0 
+4d0c 67e3c465 store 7 ,mem_24g_txbuf + 1 
+4d0d 6fe2454f fetch 4 ,mem_24g_device_addr 
+4d0e 67e2446c store 4 ,mem_24g_txbuf + 8 
+4d0f 7044d30c jam 12 ,mem_24g_datalen 
+4d10 6fe0c4d4 fetch 1 ,mem_24g_data_type 
+4d11 79207e03 set1 bit_abort ,pdata 
+4d12 67e0c4d4 store 1 ,mem_24g_data_type 
+4d13 2040485e call g24_transmit_prep 
+4d14 20204c6b branch g24_transmit_start 
+
+g24_lpm_wait:
+4d15 4730c02c bpatchx patch2c_1 ,mem_patch2c 
+4d16 78347c00 enable user 
+4d17 20403b1b call lpo_calibration 
+4d18 6fe1c0be fetch 3 ,mem_clks_per_lpo 
+4d19 203a74ca branch disable_user ,blank 
+4d1a 6fe0c094 fetch 1 ,mem_lpm_mode 
+4d1b 203a74ca branch disable_user ,blank 
+
+g24_lpm_wait_next:
+4d1c 6fe0c563 fetch 1 ,mem_24g_transmit_by_interrupt 
+4d1d c000f4ca beq g24_tx_timer_int_enable ,disable_user 
+4d1e 20600000 rtn 
+
+g24_setgpio_lpm_before:
+4d1f 6fe14541 fetch 2 ,mem_cb_24g_lpm_before 
+4d20 20207487 branch callback_func 
+
+g24_transmit_by_interrupt:
+4d21 204048be call g24_timer_check 
+4d22 24740000 nrtn user 
+4d23 20404d36 call g24_interval_calibrate 
+4d24 6fe14564 fetch 2 ,mem_24g_transmit_by_interrupt_exit_count 
+4d25 1fe0fe01 increase 1 ,pdata 
+4d26 67e14564 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+4d27 68494566 fetcht 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+4d28 98467c00 isub temp ,null 
+4d29 2042cd2b call g24_transmit_by_interrupt_exit ,zero 
+4d2a 20204c68 branch g24_transmit_no_interrupt 
+
+g24_transmit_by_interrupt_exit:
+4d2b 70456300 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
+4d2c 58000000 setarg 0 
+4d2d 67e14564 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+4d2e 58000064 setarg 100 
+4d2f 67e14566 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+
+g24_interval_min:
+4d30 70456200 jam 0 ,mem_24g_pac_index 
+4d31 6fe0c4f3 fetch 1 ,mem_24g_interval_min 
+
+g24_interval_store:
+4d32 67e0c4f2 store 1 ,mem_24g_interval 
+4d33 20600000 rtn 
+
+g24_interval_max:
+4d34 6fe0c4f4 fetch 1 ,mem_24g_interval_max 
+4d35 20204d32 branch g24_interval_store 
+
+g24_interval_calibrate:
+4d36 6fe0c562 fetch 1 ,mem_24g_pac_index 
+4d37 1fe0fe01 increase 1 ,pdata 
+4d38 67e0c562 store 1 ,mem_24g_pac_index 
+4d39 c0024d34 beq 4 ,g24_interval_max 
+4d3a c002cd30 beq 5 ,g24_interval_min 
+4d3b 20600000 rtn 
+
+g24_transmit_by_interrupt_enable:
+4d3c 70456301 jam g24_tx_timer_int_enable ,mem_24g_transmit_by_interrupt 
+4d3d 58000000 setarg 0 
+4d3e 67e14564 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+4d3f 20600000 rtn 
+
+g24_factory_check:
+4d40 df200002 arg 2 ,loopcnt 
+4d41 d8c044da arg mem_24g_addr ,contr 
+
+pdata_0xff_check:
+4d42 204074c8 call enable_user 
+4d43 5800ffff setarg 0xffff 
+
+pdata_0xff_check_loop:
+4d44 e8410006 ifetcht 2 ,contr 
+4d45 98467c00 isub temp ,null 
+4d46 2442f4ca ncall disable_user ,zero 
+4d47 c2004d44 loop pdata_0xff_check_loop 
+4d48 20600000 rtn 
+
+power_ctrl_start:
+4d49 4731402c bpatchx patch2c_2 ,mem_patch2c 
+4d4a 6fe0c3f0 fetch 1 ,mem_power_ctrl_disable 
+4d4b 247a0000 nrtn blank 
+4d4c 6fe14434 fetch 2 ,mem_ui_state_map 
+4d4d c3858000 rtnbit1 ui_state_ble_adv 
+4d4e 6a21453b fetchr rega ,2 ,mem_rssi_signal_buf_ptr 
+4d4f 20404c23 call rssi_average 
+4d50 6048c56f storet 1 ,mem_rssi_avg_received 
+4d51 6fe0c574 fetch 1 ,mem_rssi_dis_max_24g 
+4d52 c5134d54 bmark1 mark_24g ,power_ctrl_start_next 
+4d53 6fe0c577 fetch 1 ,mem_rssi_dis_max_ble 
+
+power_ctrl_start_next:
+4d54 98467c00 isub temp ,null 
+4d55 24214d6e nbranch power_ctrl_txpower_incrs_force ,positive 
+4d56 6fe0c571 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+4d57 1fe67c02 sub pdata ,2 ,null 
+4d58 24214d5c nbranch power_ctrl_txpower_decrs_check ,positive 
+4d59 6fe0c571 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+4d5a c0004d6f beq 0 ,power_ctrl_txpower_incrs 
+4d5b 20600000 rtn 
+
+power_ctrl_txpower_decrs_check:
+4d5c 6fe0c571 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+4d5d 6848c572 fetcht 1 ,mem_power_ctrl_pac_succ_cnt_init 
+4d5e 98467c00 isub temp ,null 
+4d5f 24628000 nrtn zero 
+4d60 70457100 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+
+power_ctrl_txpower_decrs:
+4d61 6848c56f fetcht 1 ,mem_rssi_avg_received 
+4d62 6fe0c573 fetch 1 ,mem_rssi_dis_min_24g 
+4d63 c5134d65 bmark1 mark_24g ,power_ctrl_txpower_decrs_next 
+4d64 6fe0c576 fetch 1 ,mem_rssi_dis_min_ble 
+
+power_ctrl_txpower_decrs_next:
+4d65 98467c00 isub temp ,null 
+4d66 24610000 nrtn positive 
+4d67 6fe0c570 fetch 1 ,mem_power_ctrl_level 
+4d68 c0004d76 beq 0 ,power_ctrl_decrs_level0 
+4d69 1fe0ffff increase -1 ,pdata 
+4d6a 67e0c570 store 1 ,mem_power_ctrl_level 
+4d6b c0004d76 beq 0 ,power_ctrl_decrs_level0 
+
+power_ctrl_decrs_level1:
+
+power_ctrl_incrs_level1:
+4d6c 70411600 jam tx_power_0db ,mem_tx_power 
+4d6d 20600000 rtn 
+
+power_ctrl_txpower_incrs_force:
+4d6e 70457100 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+
+power_ctrl_txpower_incrs:
+4d6f 6fe0c570 fetch 1 ,mem_power_ctrl_level 
+4d70 c0014d74 beq 2 ,power_ctrl_incrs_level2 
+4d71 1fe0fe01 increase 1 ,pdata 
+4d72 67e0c570 store 1 ,mem_power_ctrl_level 
+4d73 c000cd6c beq 1 ,power_ctrl_incrs_level1 
+
+power_ctrl_incrs_level2:
+4d74 70411606 jam tx_power_6db ,mem_tx_power 
+4d75 20600000 rtn 
+
+power_ctrl_decrs_level0:
+4d76 70411685 jam tx_power_f5db ,mem_tx_power 
+4d77 20600000 rtn 
+
+power_ctrl_pac_succ_cnt_init:
+4d78 70457001 jam 1 ,mem_power_ctrl_level 
+4d79 70457100 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+4d7a 20600000 rtn 
+
+power_ctrl_pac_succ_incrs:
+4d7b 6fe0c571 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+4d7c 1fe0fe01 increase 1 ,pdata 
+4d7d 67e0c571 store 1 ,mem_power_ctrl_pac_succ_cnt 
+4d7e 20600000 rtn 
+
+power_ctrl_pac_succ_decrs:
+4d7f 6fe0c571 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+4d80 1fe67c02 sub pdata ,2 ,null 
+4d81 24414d87 ncall power_ctrl_pac_succ_cnt_reinit ,positive 
+4d82 6fe0c571 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+4d83 c1000000 rtneq 0 
+4d84 1fe0ffff increase -1 ,pdata 
+4d85 67e0c571 store 1 ,mem_power_ctrl_pac_succ_cnt 
+4d86 20600000 rtn 
+
+power_ctrl_pac_succ_cnt_reinit:
+4d87 70457103 jam 3 ,mem_power_ctrl_pac_succ_cnt 
+4d88 20600000 rtn 
+
+app_init:
+4d89 44b8400e bpatch patch0e_0 ,mem_patch0e 
+4d8a 6fe0c095 fetch 1 ,mem_device_option 
+4d8b 203a4d89 branch app_init ,blank 
+4d8c c00250b8 beq dvc_op_dongle ,dongle_init 
+4d8d c004e028 beq dvc_op_shutter ,shutter_init 
+4d8e c00561ec beq dvc_op_shutter_dy ,shutter_dy_init 
+4d8f c004522c beq dvc_op_mouse ,mouse_init 
+4d90 20600000 rtn 
+
+app_param_init:
+4d91 20758000 rtn wake 
+4d92 20406bdd call adc_init_data 
+4d93 6fe0c095 fetch 1 ,mem_device_option 
+4d94 c004e157 beq dvc_op_shutter ,shutter_default_init 
+4d95 c0056157 beq dvc_op_shutter_dy ,shutter_default_init 
+4d96 c00250c3 beq dvc_op_dongle ,dongle_default_init 
+4d97 c0045275 beq dvc_op_mouse ,mouse_default_init 
+4d98 20600000 rtn 
+
+app_process_idle:
+4d99 20406ec0 call ui_dispatch 
+4d9a 20406f91 call check_51cmd 
+4d9b 20404da0 call app_process_bb_event 
+4d9c 6fe14394 fetch 2 ,mem_cb_idle_process 
+4d9d 20207487 branch callback_func 
+
+app_process_ble:
+4d9e 6fe14392 fetch 2 ,mem_cb_le_process 
+4d9f 20207487 branch callback_func 
+
+app_process_bb_event:
+4da0 44b8c00e bpatch patch0e_1 ,mem_patch0e 
+4da1 da20441e arg mem_ipc_fifo_bt2c51 ,rega 
+4da2 204074a5 call fifo_out 
+4da3 207a0000 rtn blank 
+4da4 1fe22600 copy pdata ,regc 
+4da5 20404da9 call app_event_normal_process 
+4da6 20204dad branch app_process_bb_event_priority 
+
+app_discard_event:
+4da7 da600000 arg 0 ,regc 
+4da8 20600000 rtn 
+
+app_event_normal_process:
+4da9 c0084dbc beq bt_evt_button_long_pressed ,app_evt_button_long_pressed 
+4daa c00a4db3 beq bt_evt_le_connected ,app_le_event_bb_connected 
+4dab c00acdb7 beq bt_evt_le_disconnected ,app_le_event_bb_disconn 
+4dac 20600000 rtn 
+
+app_process_bb_event_priority:
+4dad 6fe14396 fetch 2 ,mem_cb_bb_event_process 
+4dae 20207487 branch callback_func 
+
+app_check_wake_lock:
+4daf 6fe1438c fetch 2 ,mem_cb_check_wakelock 
+4db0 20207487 branch callback_func 
+
+app_will_enter_lpm:
+4db1 6fe14390 fetch 2 ,mem_cb_before_lpm 
+4db2 20207487 branch callback_func 
+
+app_le_event_bb_connected:
+4db3 6fe14434 fetch 2 ,mem_ui_state_map 
+4db4 79207e09 set1 ui_state_ble_connected ,pdata 
+4db5 67e14434 store 2 ,mem_ui_state_map 
+4db6 20600000 rtn 
+
+app_le_event_bb_disconn:
+4db7 70436d00 jam 0 ,mem_le_l2cap_att_states 
+4db8 6fe14434 fetch 2 ,mem_ui_state_map 
+4db9 793ffe09 set0 ui_state_ble_connected ,pdata 
+4dba 67e14434 store 2 ,mem_ui_state_map 
+4dbb 20204e19 branch app_lpm_mult_disable 
+
+app_evt_button_long_pressed:
+4dbc 6fe143aa fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+4dbd 79207e00 set1 app_disc_by_button ,pdata 
+4dbe 67e143aa store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+4dbf 20600000 rtn 
+
+app_evt_timer:
+4dc0 67e081dc store 1 ,mem_app_evt_timer_count 
+
+app_evt_100ms_loop:
+4dc1 44b9400e bpatch patch0e_2 ,mem_patch0e 
+4dc2 6fe081dc fetch 1 ,mem_app_evt_timer_count 
+4dc3 207a0000 rtn blank 
+4dc4 1fe0ffff increase -1 ,pdata 
+4dc5 67e081dc store 1 ,mem_app_evt_timer_count 
+4dc6 20406ecc call ui_button_polling 
+4dc7 20404dfa call app_lpm_wake_auto_lock_timer 
+4dc8 20406957 call flash_write_spi_sm_timer 
+4dc9 6fe1439c fetch 2 ,mem_cb_event_timer 
+4dca 20407487 call callback_func 
+4dcb 20204dc1 branch app_evt_100ms_loop 
+
+timer_single_step:
+4dcc efe08013 ifetch 1 ,regc 
+4dcd 207a0000 rtn blank 
+4dce 1fe0ffff pincrease -1 
+4dcf e7e08013 istore 1 ,regc 
+4dd0 247a0000 nrtn blank 
+4dd1 1a427e00 copy regb ,pdata 
+4dd2 20207487 branch callback_func 
+
+timer_single_step_2b:
+4dd3 efe10013 ifetch 2 ,regc 
+4dd4 207a0000 rtn blank 
+4dd5 1fe0ffff pincrease -1 
+4dd6 e7e10013 istore 2 ,regc 
+4dd7 247a0000 nrtn blank 
+4dd8 1a427e00 copy regb ,pdata 
+4dd9 20207487 branch callback_func 
+
+app_power_timer:
+4dda 684943e2 fetcht 2 ,mem_power_param_ptr 
+4ddb 1840a601 add temp ,power_timer_offset ,regc 
+4ddc da404dde arg app_power_timer_timeout ,regb 
+4ddd 20204dcc branch timer_single_step 
+
+app_power_timer_timeout:
+4dde 20404e2f call app_got_power_state_common 
+4ddf c000cde1 beq power_starting ,app_enter_power_stanby_state 
+
+app_enter_power_off_state:
+4de0 20204e13 branch app_enter_hibernate 
+
+app_enter_power_stanby_state:
+4de1 58000002 setarg power_standby 
+4de2 e7e08013 istore 1 ,regc 
+4de3 1840a408 add temp ,power_standby_cb_offset ,regb 
+
+app_power_cb_common:
+4de4 efe10012 ifetch 2 ,regb 
+4de5 20207487 branch callback_func 
+
+app_bb_hibernate:
+4de6 20404de8 call app_disconn_reason_clear 
+4de7 20204e13 branch app_enter_hibernate 
+
+app_disconn_reason_clear:
+4de8 58000000 setarg 0 
+4de9 67e143a8 store app_disc_rsn_size ,mem_app_disconn_reason 
+4dea 20600000 rtn 
+
+app_disconn_reason_flag_clear:
+4deb 58000000 setarg 0 
+4dec 67e143aa store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+4ded 20600000 rtn 
+
+app_disconn_reason_collect_ble:
+4dee 6fe143aa fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+4def 79207e07 set1 app_disc_ble ,pdata 
+4df0 67e143a8 store app_disc_rsn_size ,mem_app_disconn_reason 
+4df1 58000000 setarg 0 
+4df2 67e143aa store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+4df3 20600000 rtn 
+
+app_get_lpm_wake_lock:
+4df4 d8e00009 arg wake_lock_app ,queue 
+4df5 20203c21 branch lpm_get_wake_lock 
+
+app_put_lpm_wake_lock:
+4df6 d8e00009 arg wake_lock_app ,queue 
+4df7 20203c25 branch lpm_put_wake_lock 
+
+app_lpm_wake_auto_lock:
+4df8 7043a605 jam lpm_wake_up_delay_timer ,mem_wake_up_delay_timer 
+4df9 20204df4 branch app_get_lpm_wake_lock 
+
+app_lpm_wake_auto_lock_timer:
+4dfa da6043a6 arg mem_wake_up_delay_timer ,regc 
+4dfb da404df6 arg app_put_lpm_wake_lock ,regb 
+4dfc 20204dcc branch timer_single_step 
+
+app_ble_start_direct_adv:
+4dfd 7004c30f jam bt_cmd_start_direct_adv ,mem_fifo_temp 
+4dfe 20206f84 branch ui_ipc_send_cmd 
+
+app_ble_stop_direct_adv:
+4dff 7004c310 jam bt_cmd_stop_direct_adv ,mem_fifo_temp 
+4e00 20206f84 branch ui_ipc_send_cmd 
+
+app_ble_stop_adv:
+4e01 7004c30e jam bt_cmd_stop_adv ,mem_fifo_temp 
+4e02 20206f84 branch ui_ipc_send_cmd 
+
+app_ble_start_adv:
+4e03 7004c30d jam bt_cmd_start_adv ,mem_fifo_temp 
+4e04 20206f84 branch ui_ipc_send_cmd 
+
+app_ble_start_scan:
+4e05 7004c317 jam bt_cmd_le_start_scan ,mem_fifo_temp 
+4e06 20206f84 branch ui_ipc_send_cmd 
+
+app_ble_stop_scan:
+4e07 7004c318 jam bt_cmd_le_stop_scan ,mem_fifo_temp 
+4e08 20206f84 branch ui_ipc_send_cmd 
+
+app_ble_start_conn:
+4e09 7004c316 jam bt_cmd_le_start_conn ,mem_fifo_temp 
+4e0a 20206f84 branch ui_ipc_send_cmd 
+
+app_ble_disconnect:
+4e0b 7004c311 jam bt_cmd_le_disconnect ,mem_fifo_temp 
+4e0c 20206f84 branch ui_ipc_send_cmd 
+
+app_led_start_blink:
+4e0d 7004c315 jam bt_cmd_led_blink ,mem_fifo_temp 
+4e0e 20206f84 branch ui_ipc_send_cmd 
+
+app_led_on:
+4e0f 7004c314 jam bt_cmd_led_on ,mem_fifo_temp 
+4e10 20206f84 branch ui_ipc_send_cmd 
+
+app_led_stop_blink:
+
+app_led_off:
+4e11 7004c313 jam bt_cmd_led_off ,mem_fifo_temp 
+4e12 20206f84 branch ui_ipc_send_cmd 
+
+app_enter_hibernate:
+4e13 7004c319 jam bt_cmd_enter_hibernate ,mem_fifo_temp 
+4e14 20206f84 branch ui_ipc_send_cmd 
+
+app_ble_store_reconn_info:
+4e15 7004c31f jam bt_cmd_store_reconn_info_le ,mem_fifo_temp 
+4e16 20206f84 branch ui_ipc_send_cmd 
+
+app_lpm_mult_enable:
+4e17 7920000d set1 mark_lpm_mult_enable ,mark 
+4e18 20600000 rtn 
+
+app_lpm_mult_disable:
+4e19 793f800d set0 mark_lpm_mult_enable ,mark 
+4e1a 20600000 rtn 
+
+app_button_long_pressed:
+4e1b 20404e2f call app_got_power_state_common 
+4e1c c0014e25 beq power_standby ,app_power_shutting_down 
+
+app_power_starting:
+4e1d 58000001 setarg power_starting 
+4e1e e7e08013 istore 1 ,regc 
+4e1f 1840a203 add temp ,power_starting_timeout_offset ,rega 
+4e20 1840a406 add temp ,power_starting_cb_offset ,regb 
+
+app_power_common:
+4e21 e8408011 ifetcht 1 ,rega 
+4e22 1a60a601 increase 1 ,regc 
+4e23 e0408013 istoret 1 ,regc 
+4e24 20204de4 branch app_power_cb_common 
+
+app_power_shutting_down:
+4e25 58000000 setarg power_off 
+4e26 e7e08013 istore 1 ,regc 
+4e27 6fe14434 fetch 2 ,mem_ui_state_map 
+4e28 c304ce2b bbit0 ui_state_ble_connected ,app_power_off_end 
+4e29 2040473e call le_send_terminate_ind_user_terminated 
+4e2a 20404e0b call app_ble_disconnect 
+
+app_power_off_end:
+4e2b 684943e2 fetcht 2 ,mem_power_param_ptr 
+4e2c 1840a202 add temp ,power_off_timeout_offset ,rega 
+4e2d 1840a404 add temp ,power_off_cb_offset ,regb 
+4e2e 20204e21 branch app_power_common 
+
+app_got_power_state_common:
+4e2f 684943e2 fetcht 2 ,mem_power_param_ptr 
+4e30 1840a600 add temp ,power_state_offset ,regc 
+4e31 efe08013 ifetch 1 ,regc 
+4e32 20600000 rtn 
+
+app_event_button_up:
+4e33 20404e2f call app_got_power_state_common 
+4e34 c0804e36 bne power_off ,app_power_release 
+4e35 20204e13 branch app_enter_hibernate 
+
+app_power_release:
+4e36 1840a40a add temp ,ui_butten_up_cb_offset ,regb 
+4e37 20204de4 branch app_power_cb_common 
+
+car_hard_switch_power_on_signal:
+4e38 7046ec02 jam power_standby ,mem_car_power_state 
+
+car_soft_switch_power_on_signal:
+4e39 70435f01 jam on ,mem_le_adv_enable 
+4e3a 58000020 setarg fast_adv_interval_value_car 
+4e3b 20406145 call shutter_ble_adv_interval_set 
+
+car_le_modified_name_adv:
+4e3c d8a04235 arg mem_le_name + 7 ,contw 
+4e3d 6fe0c2b0 fetch 1 ,mem_le_lap 
+
+car_name_loop:
+4e3e 1fe104f0 and pdata ,0xF0 ,temp 
+4e3f 18518400 rshift4 temp ,temp 
+4e40 20404e4e call car_hex_to_ascii 
+4e41 e0408005 istoret 1 ,contw 
+4e42 1fe1040f and pdata ,0x0F ,temp 
+4e43 20404e4e call car_hex_to_ascii 
+4e44 e0408005 istoret 1 ,contw 
+4e45 204040f9 call le_modified_name_att_list 
+4e46 6f20c22d fetchr loopcnt ,1 ,mem_le_name_len 
+4e47 d8a04322 arg mem_le_adv_data + 2 ,contw 
+4e48 d8c0422e arg mem_le_name ,contr 
+4e49 20407419 call memcpy 
+
+car_le_modified_name_scan:
+4e4a 6f20c22d fetchr loopcnt ,1 ,mem_le_name_len 
+4e4b d8a04342 arg mem_le_scan_data + 2 ,contw 
+4e4c d8c0422e arg mem_le_name ,contr 
+4e4d 20207419 branch memcpy 
+
+car_hex_to_ascii:
+4e4e 18467c09 sub temp ,9 ,null 
+4e4f 20214e52 branch car_hex_num ,positive 
+4e50 18408437 add temp ,55 ,temp 
+4e51 20600000 rtn 
+
+car_hex_num:
+4e52 18408430 add temp ,48 ,temp 
+4e53 20600000 rtn 
+
+car_ui_led_init:
+4e54 6fe0c6b9 fetch 1 ,mem_car_config_blood_led1_gpio 
+4e55 c0ffce64 bne invalid_pin_num ,car_blood_led_gpio_set 
+
+car_ui_led_init_1:
+4e56 6fe0c6b7 fetch 1 ,mem_car_config_pairing_led_gpio 
+4e57 c0ffce67 bne invalid_pin_num ,car_pairing_led_gpio_set 
+
+car_ui_led_init_2:
+4e58 6fe0c6c2 fetch 1 ,mem_car_config_low_voltage_led_gpio 
+4e59 c0ffce69 bne invalid_pin_num ,car_low_voltage_led_gpio_set 
+
+car_ui_led_init_3:
+4e5a 6f20c625 fetchr loopcnt ,1 ,mem_car_led_num 
+4e5b da204626 arg mem_car_led_map ,rega 
+
+car_in_lp1:
+4e5c 1a220c00 copy rega ,contr 
+4e5d efe08006 ifetch 1 ,contr 
+4e5e 18c22200 copy contr ,rega 
+4e5f c07fce62 beq invalid_pin_num ,car_in_lp1_end 
+4e60 1fe20400 copy pdata ,temp 
+4e61 20406b96 call gpio_config_output 
+
+car_in_lp1_end:
+4e62 c2004e5c loop car_in_lp1 
+
+car_ui_led_init_end:
+4e63 20600000 rtn 
+
+car_blood_led_gpio_set:
+4e64 6fe446b9 fetch 8 ,mem_car_config_blood_led1_gpio 
+4e65 67e44628 store 8 ,mem_car_led_map + 2 
+4e66 20204e56 branch car_ui_led_init_1 
+
+car_pairing_led_gpio_set:
+4e67 67e0c626 store 1 ,mem_car_led_map 
+4e68 20204e58 branch car_ui_led_init_2 
+
+car_low_voltage_led_gpio_set:
+4e69 67e0c627 store 1 ,mem_car_led_map + 1 
+4e6a 20204e5a branch car_ui_led_init_3 
+
+car_init_environment:
+4e6b 2040500a call car_g24_init 
+4e6c 20405088 call car_g24_load_commom_addr 
+4e6d da200000 arg 0 ,rega 
+4e6e 20406caf call pwm_init 
+4e6f 20404e54 call car_ui_led_init 
+4e70 20404ebd call car_start_blink 
+4e71 20404e83 call car_init_adc_hvin 
+
+car_motor_init:
+4e72 6fe0c8ef fetch 1 ,mem_car_motor_gpio_num 
+4e73 1fe27200 copy pdata ,loopcnt 
+4e74 580048f0 setarg mem_car_motor_gpio_map 
+4e75 1fe22200 copy pdata ,rega 
+
+p_in_lp1:
+4e76 1a220c00 copy rega ,contr 
+4e77 efe08006 ifetch 1 ,contr 
+4e78 18c22200 copy contr ,rega 
+4e79 c07fce7d beq invalid_pin_num ,p_in_lp1_end 
+4e7a 1fe20400 copy pdata ,temp 
+4e7b 67e0c8f4 store 1 ,mem_car_gpio 
+4e7c 20404e7f call car_ui_gpio_init 
+
+p_in_lp1_end:
+4e7d c2004e76 loop p_in_lp1 
+
+p_car_ui_led_init_end:
+4e7e 20600000 rtn 
+
+car_ui_gpio_init:
+4e7f 6fe0c8f4 fetch 1 ,mem_car_gpio 
+4e80 c17f8000 rtneq ui_button_gpio_disable 
+4e81 98000400 iforce temp 
+4e82 20206b96 branch gpio_config_output 
+
+car_init_adc_hvin:
+4e83 7046c864 jam 100 ,mem_car_notify_vdd_value_last 
+4e84 20600000 rtn 
+
+car_le_before_hibernate:
+4e85 20404e88 call car_gpio_set_before_hibernate 
+4e86 204074e0 call clear_wake 
+
+car_le_process_lpm_before:
+4e87 20206c75 branch keyscan_process_lpm_before 
+
+car_gpio_set_before_hibernate:
+4e88 20406fd6 call check_51cmd_led_off 
+
+car_gpio_set_before_lpm_common:
+4e89 df200014 arg 20 ,loopcnt 
+4e8a d8c08070 arg core_gpio_conf ,contr 
+
+car_setgpio_loop:
+4e8b 18c20a00 copy contr ,contw 
+4e8c efe08006 ifetch 1 ,contr 
+4e8d c00fce97 beq gpcfg_spid_miso ,car_setgpio_pullup 
+4e8e c0104e97 beq gpcfg_spid_ncs ,car_setgpio_pullup 
+4e8f c010ce97 beq gpcfg_spid_sck ,car_setgpio_pullup 
+4e90 c0114e97 beq gpcfg_spid_mosi ,car_setgpio_pullup 
+4e91 c011ce97 beq gpcfg_spid_sdio ,car_setgpio_pullup 
+4e92 c0164e97 beq gpcfg_iic_scl ,car_setgpio_pullup 
+4e93 c016ce97 beq gpcfg_iic_sda ,car_setgpio_pullup 
+4e94 c0004e97 beq gpcfg_input ,car_setgpio_pullup 
+
+car_setgpio_loop_end:
+4e95 c2004e8b loop car_setgpio_loop 
+4e96 20204e9d branch car_motor_setgpio 
+
+car_setgpio_pullup:
+4e97 58000040 setarg gpcfg_pullup 
+4e98 e7e08005 istore 1 ,contw 
+4e99 20204e95 branch car_setgpio_loop_end 
+
+car_setgpio_pulldown:
+4e9a 58000080 setarg gpcfg_pulldown 
+4e9b e7e08005 istore 1 ,contw 
+4e9c 20204e95 branch car_setgpio_loop_end 
+
+car_motor_setgpio:
+4e9d 6fe0c8ef fetch 1 ,mem_car_motor_gpio_num 
+4e9e 1fe27200 copy pdata ,loopcnt 
+4e9f d8c048f0 arg mem_car_motor_gpio_map ,contr 
+
+car_motor_setgpio_loop:
+4ea0 efe08006 ifetch 1 ,contr 
+4ea1 79207e07 set1 7 ,pdata 
+4ea2 d840003e arg gpcfg_output_low ,temp 
+4ea3 20406bbc call gpio_config_function 
+4ea4 c2004ea0 loop car_motor_setgpio_loop 
+4ea5 20600000 rtn 
+
+car_key_scan_process:
+4ea6 20206c81 branch keyscan_key_process 
+
+car_scale_process_idle:
+4ea7 20404ebf call car_le_send_packet 
+4ea8 20404eaa call car_g24_status_process 
+4ea9 20204ea6 branch car_key_scan_process 
+
+car_g24_status_process:
+4eaa 6fe14434 fetch 2 ,mem_ui_state_map 
+4eab c3848000 rtnbit1 ui_state_ble_connected 
+4eac 6fe0c902 fetch 1 ,mem_car_24g_received_pac 
+4ead c000ceaf beq work_paired ,car_g24_connected_event 
+4eae 20600000 rtn 
+
+car_g24_connected_event:
+4eaf 6fe0c6e3 fetch 1 ,mem_car_24g_status 
+4eb0 c1008000 rtneq work_paired 
+4eb1 7046e301 jam work_paired ,mem_car_24g_status 
+4eb2 20404eb9 call car_lpm_timer_disable 
+4eb3 20404ebb call car_stop_blink 
+4eb4 20204ed2 branch car_g24_connected 
+
+car_lpm_timer_enable:
+4eb5 6fe14907 fetch 2 ,mem_car_enter_lpm_timer_count 
+4eb6 67e14909 store 2 ,mem_car_enter_lpm_timer 
+4eb7 70490b00 jam 0 ,mem_car_enter_lpm_flag 
+4eb8 20600000 rtn 
+
+car_lpm_timer_disable:
+4eb9 58000000 setarg 0 
+4eba 20204eb6 branch car_lpm_timer_enable + 1 
+
+car_stop_blink:
+4ebb da200000 arg 0 ,rega 
+4ebc 20206f0b branch ui_led_blink_stop_global 
+
+car_start_blink:
+4ebd da200000 arg 0 ,rega 
+4ebe 20206f10 branch ui_led_blink_start_global 
+
+car_le_send_packet:
+4ebf 6fe14434 fetch 2 ,mem_ui_state_map 
+4ec0 c4048000 rtnbit0 ui_state_ble_connected 
+4ec1 204041cc call le_fifo_check_nearly_full 
+4ec2 247a0000 nrtn blank 
+4ec3 da204611 arg mem_car_pop_queue_buff ,rega 
+4ec4 20407015 call queue_pop 
+4ec5 24740000 nrtn user 
+4ec6 d8c04611 arg mem_car_pop_queue_buff ,contr 
+4ec7 20206149 branch le_send_notify_from_list 
+
+car_scale_process_bb_event:
+4ec8 1a627e00 copy regc ,pdata 
+4ec9 c016ce33 beq bt_evt_button_up ,app_event_button_up 
+4eca c0084e1b beq bt_evt_button_long_pressed ,app_button_long_pressed 
+4ecb c00a4ece beq bt_evt_le_connected ,car_scale_event_le_conn 
+4ecc c00aced8 beq bt_evt_le_disconnected ,car_scale_event_le_discon 
+4ecd 20600000 rtn 
+
+car_scale_event_le_conn:
+4ece 20404eb9 call car_lpm_timer_disable 
+4ecf 20404ebb call car_stop_blink 
+4ed0 793f8027 set0 mark_24g_rxmode ,mark 
+4ed1 20204ed4 branch car_scale_process_conn 
+
+car_g24_connected:
+4ed2 6fe146e4 fetch 2 ,mem_car_24g_no_data_timeout_count 
+4ed3 67e146e6 store 2 ,mem_car_24g_no_data_timeout_timer 
+
+car_scale_process_conn:
+4ed4 7046c714 jam 0x14 ,mem_car_notify_vdd_timer 
+4ed5 70409400 jam 0 ,mem_lpm_mode 
+4ed6 20404e01 call app_ble_stop_adv 
+4ed7 20204e17 branch app_lpm_mult_enable 
+
+car_scale_event_le_discon:
+4ed8 79200027 set1 mark_24g_rxmode ,mark 
+4ed9 20404eb5 call car_lpm_timer_enable 
+4eda 20404fbf call car_fb_motor_stop 
+4edb 20404fb3 call car_lr_motor_stop 
+
+car_g24_disconnect:
+4edc 58000000 setarg 0 
+4edd 67e2c695 store 5 ,mem_car_led_control 
+4ede 20406ff8 call queue_init 
+4edf 7046570a jam 10 ,mem_motor1_speed 
+4ee0 7046590a jam 10 ,mem_motor2_speed 
+4ee1 70465b0a jam 10 ,mem_motor3_speed 
+4ee2 7040c102 jam 2 ,mem_lpm_mult 
+4ee3 58000020 setarg fast_adv_interval_value_car 
+4ee4 20406145 call shutter_ble_adv_interval_set 
+4ee5 20204e03 branch app_ble_start_adv 
+
+car_le_bb_event_timer:
+4ee6 20404f60 call car_moto1_blank_data_timer 
+4ee7 20404f63 call car_moto2_blank_data_timer 
+4ee8 20404f66 call car_moto3_blank_data_timer 
+4ee9 20404ef3 call car_24g_no_data_timeout_timer 
+4eea 20204eeb branch car_24g_bind_enable_timer 
+
+car_24g_bind_enable_timer:
+4eeb da604903 arg mem_car_24g_bind_enable_delay_count ,regc 
+4eec da400000 arg 0 ,regb 
+4eed 20204dcc branch timer_single_step 
+
+car_enter_lpm_timer:
+4eee da604909 arg mem_car_enter_lpm_timer ,regc 
+4eef da404ef1 arg car_enter_lpm_enable ,regb 
+4ef0 20204dd3 branch timer_single_step_2b 
+
+car_enter_lpm_enable:
+4ef1 70490b01 jam 1 ,mem_car_enter_lpm_flag 
+4ef2 20600000 rtn 
+
+car_24g_no_data_timeout_timer:
+4ef3 da6046e6 arg mem_car_24g_no_data_timeout_timer ,regc 
+4ef4 da404ef6 arg car_24g_no_data_timer_timeout ,regb 
+4ef5 20204dd3 branch timer_single_step_2b 
+
+car_24g_no_data_timer_timeout:
+4ef6 7046e302 jam work_search ,mem_car_24g_status 
+4ef7 70490200 jam power_on ,mem_car_24g_received_pac 
+4ef8 20204edc branch car_g24_disconnect 
+
+car_notify_vdd_timer:
+4ef9 6fe0c6c1 fetch 1 ,mem_car_config_bat_notify_enable 
+4efa 207a0000 rtn blank 
+4efb da6046c7 arg mem_car_notify_vdd_timer ,regc 
+4efc da404efe arg car_notify_vdd ,regb 
+4efd 20204dcc branch timer_single_step 
+
+car_notify_vdd:
+4efe 6fe0c6c6 fetch 1 ,mem_car_notify_vdd_count 
+4eff 67e0c6c7 store 1 ,mem_car_notify_vdd_timer 
+4f00 6fe0c6ca fetch 1 ,mem_car_working_flag 
+4f01 247a0000 nrtn blank 
+
+car_read_hvin:
+4f02 20406c11 call adc_calculate 
+4f03 67e146e1 store 2 ,mem_vdd_now_vol 
+4f04 da2046db arg mem_vdd_calculate_set ,rega 
+4f05 20406c31 call adc_bat_percent_lowpower_out 
+4f06 6848c6c8 fetcht 1 ,mem_car_notify_vdd_value_last 
+4f07 98467c00 isub temp ,null 
+4f08 20214f0b branch car_notify_vdd_next2 ,positive 
+4f09 67e0c6c8 store 1 ,mem_car_notify_vdd_value_last 
+4f0a 1fe20400 copy pdata ,temp 
+
+car_notify_vdd_next2:
+4f0b 6048c6c9 storet 1 ,mem_car_notify_vdd_percent 
+4f0c 6fe0c6c3 fetch 1 ,mem_car_config_low_voltage_percent 
+4f0d 98467c00 isub temp ,null 
+4f0e 20414f16 call car_enter_low_bat ,positive 
+4f0f 6048c6d4 storet 1 ,mem_notify_bat_payload 
+4f10 df200006 arg 6 ,loopcnt 
+4f11 d8c046cf arg mem_notify_bat_head ,contr 
+4f12 20404f1d call calc_check_sum_start 
+4f13 67e0c6d5 store 1 ,mem_notify_bat_check_sum 
+4f14 da2046cc arg mem_notify_bat_packet ,rega 
+4f15 20206ffd branch queue_push 
+
+car_enter_low_bat:
+4f16 6fe0c6cb fetch 1 ,mem_low_bat_flag 
+4f17 247a0000 nrtn blank 
+4f18 7046cb01 jam 1 ,mem_low_bat_flag 
+4f19 da200001 arg 1 ,rega 
+4f1a 20206f10 branch ui_led_blink_start_global 
+
+car_low_bat_led_off:
+4f1b da200001 arg 1 ,rega 
+4f1c 20206f0b branch ui_led_blink_stop_global 
+
+calc_check_sum_start:
+4f1d da200000 arg 0 ,rega 
+
+calc_check_sum_loop:
+4f1e efe08006 ifetch 1 ,contr 
+4f1f 9a20a200 iadd rega ,rega 
+4f20 c2004f1e loop calc_check_sum_loop 
+
+calc_check_sum_and:
+4f21 1a217eff and rega ,0xff ,pdata 
+4f22 20600000 rtn 
+
+car_le_receive_data:
+4f23 6fe0c36e fetch 1 ,mem_le_att_opcode 
+4f24 c0094f26 beq attop_write_request ,car_le_parse_att_write_request 
+4f25 20600000 rtn 
+
+car_le_parse_att_write_request:
+4f26 6fe1436f fetch 2 ,mem_le_att_handle 
+4f27 c00ccf3d beq att_car_control_handle ,car_control_le_receive 
+4f28 20600000 rtn 
+
+le_app_receive_data:
+4f29 4495c005 bpatch patch05_3 ,mem_patch05 
+4f2a efe28011 ifetch 5 ,rega 
+4f2b 67e28546 store 5 ,mem_app_receive_temp 
+4f2c 6fe10546 fetch 2 ,mem_app_receive_temp 
+4f2d d8406b5a arg le_receive_packet_head ,temp 
+4f2e 98467c00 isub temp ,null 
+4f2f 24628000 nrtn zero 
+4f30 6fe10549 fetch 2 ,mem_app_receive_temp + 3 
+4f31 1ff0fe00 byteswap pdata ,pdata 
+4f32 67e10549 store 2 ,mem_app_receive_temp + 3 
+4f33 1fe27200 copy pdata ,loopcnt 
+4f34 1a20a205 increase 5 ,rega 
+4f35 1a220c00 copy rega ,contr 
+4f36 d8a0054b arg mem_app_receive_temp + 5 ,contw 
+4f37 20407419 call memcpy 
+4f38 efe08006 ifetch 1 ,contr 
+4f39 67e08555 store 1 ,mem_app_receive_temp + 15 
+4f3a da200548 arg mem_app_receive_temp + 2 ,rega 
+4f3b da40054b arg mem_app_receive_temp + 5 ,regb 
+4f3c 20600000 rtn 
+
+car_control_le_receive:
+4f3d 58000000 setarg 0 
+4f3e 67e2c64b store 5 ,mem_le_receive_payload 
+4f3f 67e2c650 store 5 ,mem_le_receive_payload + 5 
+4f40 20404f29 call le_app_receive_data 
+4f41 1a420c00 copy regb ,contr 
+4f42 d8a0464b arg mem_le_receive_payload ,contw 
+4f43 df20000a arg 10 ,loopcnt 
+4f44 20407419 call memcpy 
+
+car_receive_cmd_select:
+4f45 44964005 bpatch patch05_4 ,mem_patch05 
+4f46 efe08011 ifetch 1 ,rega 
+4f47 c0014f6f beq car_cmd_old_car_control ,car_drive_old 
+4f48 c001cf84 beq car_cmd_old_speed_control ,car_speed_set_old 
+4f49 c0024f8b beq car_cmd_l_r_motor_control ,car_motor_control 
+4f4a c002cf8b beq car_cmd_f_b_motor_control ,car_motor_control 
+4f4b c003cffb beq car_cmd_led_control ,car_led_control_receive 
+4f4c c0044ffe beq car_cmd_device_info ,car_info_request 
+4f4d 20600000 rtn 
+
+car_24g_receive_data:
+4f4e 20404f3d call car_control_le_receive 
+4f4f 6fe08548 fetch 1 ,mem_app_receive_temp + 2 
+4f50 c0024f53 beq car_cmd_l_r_motor_control ,car_24g_receive_data_next 
+4f51 c002cf53 beq car_cmd_f_b_motor_control ,car_24g_receive_data_next 
+4f52 20600000 rtn 
+
+car_24g_receive_data_next:
+4f53 6fe0c64b fetch 1 ,mem_le_receive_payload 
+4f54 245a4f5a ncall car_moto1_enable_blank_data_timer ,blank 
+4f55 6fe0c64d fetch 1 ,mem_le_receive_payload + 2 
+4f56 245a4f5c ncall car_moto2_enable_blank_data_timer ,blank 
+4f57 6fe0c64f fetch 1 ,mem_le_receive_payload + 4 
+4f58 207a0000 rtn blank 
+4f59 203a4f5e branch car_moto3_enable_blank_data_timer ,blank 
+
+car_moto1_enable_blank_data_timer:
+4f5a 7048ec05 jam 5 ,mem_car_moto1_blank_timer 
+4f5b 20600000 rtn 
+
+car_moto2_enable_blank_data_timer:
+4f5c 7048ed05 jam 5 ,mem_car_moto2_blank_timer 
+4f5d 20600000 rtn 
+
+car_moto3_enable_blank_data_timer:
+4f5e 7048ee05 jam 5 ,mem_car_moto3_blank_timer 
+4f5f 20600000 rtn 
+
+car_moto1_blank_data_timer:
+4f60 da6048ec arg mem_car_moto1_blank_timer ,regc 
+4f61 da404f69 arg car_moto1_blank_data ,regb 
+4f62 20204dcc branch timer_single_step 
+
+car_moto2_blank_data_timer:
+4f63 da6048ed arg mem_car_moto2_blank_timer ,regc 
+4f64 da404f6b arg car_moto2_blank_data ,regb 
+4f65 20204dcc branch timer_single_step 
+
+car_moto3_blank_data_timer:
+4f66 da6048ee arg mem_car_moto3_blank_timer ,regc 
+4f67 da404f6d arg car_moto3_blank_data ,regb 
+4f68 20204dcc branch timer_single_step 
+
+car_moto1_blank_data:
+4f69 70464b00 jam 0 ,mem_le_receive_payload 
+4f6a 20204f8b branch car_motor_control 
+
+car_moto2_blank_data:
+4f6b 70464d00 jam 0 ,mem_le_receive_payload + 2 
+4f6c 20204f8b branch car_motor_control 
+
+car_moto3_blank_data:
+4f6d 70464f00 jam 0 ,mem_le_receive_payload + 4 
+4f6e 20204f8b branch car_motor_control 
+
+car_drive_old:
+4f6f 6fe0c64b fetch 1 ,mem_le_receive_payload 
+4f70 67e0c656 store 1 ,mem_motor1_status 
+4f71 6fe0c64c fetch 1 ,mem_le_receive_payload + 1 
+4f72 67e0c658 store 1 ,mem_motor2_status 
+4f73 20204f95 branch car_motor_control_common 
+
+car_left_right_control_old:
+4f74 6fe0c64b fetch 1 ,mem_le_receive_payload 
+4f75 67e0c658 store 1 ,mem_motor2_status 
+4f76 20204fa3 branch car_motor2_control 
+
+car_front_back_control_old:
+4f77 6fe0c657 fetch 1 ,mem_motor1_speed 
+4f78 20404f7c call car_reset_old_speed 
+4f79 6fe0c64c fetch 1 ,mem_le_receive_payload + 1 
+4f7a 67e0c656 store 1 ,mem_motor1_status 
+4f7b 20204fa1 branch car_motor1_control 
+
+car_reset_old_speed:
+4f7c c0014f80 beq speed_level_2 ,car_reset_old_speed2 
+4f7d c001cf82 beq speed_level_3 ,car_reset_old_speed3 
+4f7e 67e0c657 store 1 ,mem_motor1_speed 
+4f7f 20600000 rtn 
+
+car_reset_old_speed2:
+4f80 70465705 jam speed_level_5 ,mem_motor1_speed 
+4f81 20600000 rtn 
+
+car_reset_old_speed3:
+4f82 7046570a jam speed_level_10 ,mem_motor1_speed 
+4f83 20600000 rtn 
+
+car_speed_set_old:
+4f84 6fe0c64b fetch 1 ,mem_le_receive_payload 
+4f85 20404f7c call car_reset_old_speed 
+4f86 6fe0c657 fetch 1 ,mem_motor1_speed 
+4f87 20404fef call car_motor_speed_duty_setting 
+4f88 20404ff2 call car_motor_speed_duty_transform 
+4f89 7004c500 jam 0x00 ,mem_pdatatemp + 1 
+4f8a 20206cd4 branch pwm_duty_cycle_set 
+
+car_motor_control:
+4f8b 6fe0c6e9 fetch 1 ,mem_car_24g_go_die_flag 
+4f8c 247a0000 nrtn blank 
+4f8d 6fe3464b fetch 6 ,mem_le_receive_payload 
+4f8e 67e34656 store 6 ,mem_motor1_status 
+4f8f 6fe0c657 fetch 1 ,mem_motor1_speed 
+4f90 6848c659 fetcht 1 ,mem_motor2_speed 
+4f91 98417e00 iand temp ,pdata 
+4f92 6848c65b fetcht 1 ,mem_motor3_speed 
+4f93 98417e00 iand temp ,pdata 
+4f94 205a4fa7 call car_motor_working_flag ,blank 
+
+car_motor_control_common:
+4f95 4496c005 bpatch patch05_5 ,mem_patch05 
+4f96 6fe14434 fetch 2 ,mem_ui_state_map 
+4f97 2feffe09 isolate1 ui_state_ble_connected ,pdata 
+4f98 2440ceb5 ncall car_lpm_timer_enable ,true 
+4f99 20404fa1 call car_motor1_control 
+4f9a 20404fa3 call car_motor2_control 
+4f9b 20204f9c branch car_conn_led_state 
+
+car_conn_led_state:
+4f9c 6fe0c656 fetch 1 ,mem_motor1_status 
+4f9d 6848c658 fetcht 1 ,mem_motor2_status 
+4f9e 9840fe00 iadd temp ,pdata 
+4f9f 243a6fd8 nbranch check_51cmd_led_on ,blank 
+4fa0 20206fd6 branch check_51cmd_led_off 
+
+car_motor1_control:
+4fa1 d8c04656 arg mem_motor1_status ,contr 
+4fa2 20204fa9 branch car_motor1_status_select 
+
+car_motor2_control:
+4fa3 d8c04658 arg mem_motor2_status ,contr 
+4fa4 20204fae branch car_motor2_status_select 
+
+car_motor3_control:
+4fa5 d8c0465a arg mem_motor3_status ,contr 
+4fa6 20204fcb branch car_motor_status_select 
+
+car_motor_working_flag:
+4fa7 7046ca00 jam 0 ,mem_car_working_flag 
+4fa8 20600000 rtn 
+
+car_motor1_status_select:
+4fa9 efe08006 ifetch 1 ,contr 
+4faa c0004fb3 beq turn_front ,car_lr_motor_stop 
+4fab c000cfb7 beq turn_left ,car_lr_motor_left 
+4fac c0014fbb beq turn_right ,car_lr_motor_right 
+4fad 20600000 rtn 
+
+car_motor2_status_select:
+4fae efe08006 ifetch 1 ,contr 
+4faf c0004fbf beq motor_stop ,car_fb_motor_stop 
+4fb0 c0014fc3 beq go_back ,car_fb_motor_front 
+4fb1 c000cfc7 beq go_front ,car_fb_motor_back 
+4fb2 20600000 rtn 
+
+car_lr_motor_stop:
+4fb3 6848c8f0 fetcht 1 ,mem_car_motor_left_gpio 
+4fb4 20406b92 call gpio_out_inactive 
+4fb5 6848c8f1 fetcht 1 ,mem_car_motor_right_gpio 
+4fb6 20206b92 branch gpio_out_inactive 
+
+car_lr_motor_left:
+4fb7 6848c8f0 fetcht 1 ,mem_car_motor_left_gpio 
+4fb8 20406b96 call gpio_out_active 
+4fb9 6848c8f1 fetcht 1 ,mem_car_motor_right_gpio 
+4fba 20206b92 branch gpio_out_inactive 
+
+car_lr_motor_right:
+4fbb 6848c8f0 fetcht 1 ,mem_car_motor_left_gpio 
+4fbc 20406b92 call gpio_out_inactive 
+4fbd 6848c8f1 fetcht 1 ,mem_car_motor_right_gpio 
+4fbe 20206b96 branch gpio_out_active 
+
+car_fb_motor_stop:
+4fbf 6848c8f2 fetcht 1 ,mem_car_motor_front_gpio 
+4fc0 20406b92 call gpio_out_inactive 
+4fc1 6848c8f3 fetcht 1 ,mem_car_motor_back_gpio 
+4fc2 20206b92 branch gpio_out_inactive 
+
+car_fb_motor_front:
+4fc3 6848c8f2 fetcht 1 ,mem_car_motor_front_gpio 
+4fc4 20406b96 call gpio_out_active 
+4fc5 6848c8f3 fetcht 1 ,mem_car_motor_back_gpio 
+4fc6 20206b92 branch gpio_out_inactive 
+
+car_fb_motor_back:
+4fc7 6848c8f2 fetcht 1 ,mem_car_motor_front_gpio 
+4fc8 20406b92 call gpio_out_inactive 
+4fc9 6848c8f3 fetcht 1 ,mem_car_motor_back_gpio 
+4fca 20206b96 branch gpio_out_active 
+
+car_motor_status_select:
+4fcb 44974005 bpatch patch05_6 ,mem_patch05 
+4fcc efe08006 ifetch 1 ,contr 
+4fcd c0004fd8 beq motor_stop ,car_motor_stop 
+4fce c000cfd1 beq go_front ,car_motor_positive 
+4fcf c0014fd3 beq go_back ,car_motor_negative 
+4fd0 20600000 rtn 
+
+car_motor_positive:
+4fd1 70467400 jam 0 ,mem_motor_select_p_n 
+4fd2 20204fd4 branch car_motor_negative + 1 
+
+car_motor_negative:
+4fd3 70467401 jam 1 ,mem_motor_select_p_n 
+4fd4 efe08006 ifetch 1 ,contr 
+4fd5 67e0c676 store 1 ,mem_car_motor_speed 
+4fd6 efe40012 ifetch 8 ,regb 
+4fd7 20204fdd branch car_motor_work 
+
+car_motor_stop:
+4fd8 efe08012 ifetch 1 ,regb 
+4fd9 20406d17 call pwm_disable 
+4fda 1a40a401 increase 1 ,regb 
+4fdb efe08012 ifetch 1 ,regb 
+4fdc 20206d17 branch pwm_disable 
+
+car_motor_work:
+4fdd 67e44677 store 8 ,mem_motor_pwm_pin1_set 
+4fde 7046ca01 jam 1 ,mem_car_working_flag 
+4fdf 6fe0c674 fetch 1 ,mem_motor_select_p_n 
+4fe0 c0004feb beq 0 ,car_motor_select_positive 
+
+car_motor_select_negative:
+4fe1 6fe0c678 fetch 1 ,mem_motor_pwm_pin2_set 
+4fe2 67e0c679 store 1 ,mem_motor_pwm_pin_set 
+4fe3 6fe0c677 fetch 1 ,mem_motor_pwm_pin1_set 
+
+car_motor_work_next:
+4fe4 20406d17 call pwm_disable 
+4fe5 6fe0c676 fetch 1 ,mem_car_motor_speed 
+4fe6 20404fef call car_motor_speed_duty_setting 
+4fe7 67e0c67e store 1 ,mem_motor_pwm_dute_set 
+4fe8 6fe34679 fetch 6 ,mem_motor_pwm_pin_set 
+4fe9 67e304c4 store 6 ,mem_pdatatemp 
+4fea 20206cc0 branch pwm_out_set 
+
+car_motor_select_positive:
+4feb 6fe0c677 fetch 1 ,mem_motor_pwm_pin1_set 
+4fec 67e0c679 store 1 ,mem_motor_pwm_pin_set 
+4fed 6fe0c678 fetch 1 ,mem_motor_pwm_pin2_set 
+4fee 20204fe4 branch car_motor_work_next 
+
+car_motor_speed_duty_setting:
+4fef 1feffe05 mul32 pdata ,5 ,pdata 
+4ff0 1fe0fe32 add pdata ,50 ,pdata 
+4ff1 20600000 rtn 
+
+car_motor_speed_duty_transform:
+4ff2 d8402ee0 arg 12000 ,temp 
+4ff3 984ffe00 imul32 temp ,pdata 
+4ff4 1fe6fc64 div pdata ,100 
+4ff5 20407475 call wait_div_end 
+4ff6 18078400 quotient temp 
+4ff7 18422200 copy temp ,rega 
+4ff8 58002ee0 setarg 12000 
+4ff9 98462400 isub temp ,regb 
+4ffa 20600000 rtn 
+
+car_led_control_receive:
+4ffb 6fe4464b fetch 8 ,mem_le_receive_payload 
+4ffc 67e44695 store 8 ,mem_car_led_control 
+4ffd 20600000 rtn 
+
+car_info_request:
+4ffe 6fe0c6b2 fetch 1 ,mem_car_config_device_select 
+4fff 67e0c6a8 store 1 ,mem_car_info_request_payload 
+5000 6fe0c6b3 fetch 1 ,mem_car_config_motor_layout 
+5001 67e0c6a9 store 1 ,mem_car_info_request_payload + 1 
+5002 6fe0c6b4 fetch 1 ,mem_car_config_ir_enable 
+5003 67e0c6aa store 1 ,mem_car_info_request_payload + 2 
+5004 df20000d arg 13 ,loopcnt 
+5005 d8c046a3 arg mem_car_info_request_head ,contr 
+5006 20404f1d call calc_check_sum_start 
+5007 67e0c6b0 store 1 ,mem_car_info_request_checksum 
+5008 da2046a0 arg mem_car_info_request ,rega 
+5009 20206ffd branch queue_push 
+
+car_g24_init:
+500a 58000000 setarg 0 
+500b 67e44521 store 8 ,mem_24g_bind_payload 
+500c 20404a1a call g24_receive_init 
+500d 204048f1 call g24_rx_window_init 
+500e 20204a7a branch g24_mode_switch_init 
+
+car_g24_receive_process:
+500f 20405013 call car_g24_mode_switch 
+5010 2040501b call car_g24_work_mode 
+5011 2040505c call car_g24_bind_mode 
+5012 202050ab branch car_g24_lpm_dipatch 
+
+car_g24_mode_switch:
+5013 20404a7f call g24_mode_switch_bind_work 
+
+car_g24_bind_mode_enable:
+5014 6fe0c561 fetch 1 ,mem_24g_work_mode 
+5015 c1808000 rtnne dongle_bind 
+5016 6fe0c903 fetch 1 ,mem_car_24g_bind_enable_delay_count 
+5017 243a4ad6 nbranch g24_switch_work_mode ,blank 
+5018 6fe0c6e3 fetch 1 ,mem_car_24g_status 
+5019 c0014ad6 beq work_search ,g24_switch_work_mode 
+501a 20600000 rtn 
+
+car_g24_work_mode:
+501b 6fe0c561 fetch 1 ,mem_24g_work_mode 
+501c c1800000 rtnne dongle_work 
+501d 2040502a call car_g24_work_mode_start 
+501e 2037d028 branch car_g24_ch_polling_clear ,user3 
+
+car_g24_receive_ch_polling:
+501f 6fe0c90b fetch 1 ,mem_car_enter_lpm_flag 
+5020 207a0000 rtn blank 
+5021 6fe0c90c fetch 1 ,mem_car_24g_ch_polling 
+5022 1fe0fe01 increase 1 ,pdata 
+5023 67e0c90c store 1 ,mem_car_24g_ch_polling 
+5024 c0025028 beq 4 ,car_g24_ch_polling_clear 
+5025 2040489b call g24_ch 
+5026 2040503b call car_g24_receive_packet_start 
+5027 2437d01f nbranch car_g24_receive_ch_polling ,user3 
+
+car_g24_ch_polling_clear:
+5028 70490c00 jam 0 ,mem_car_24g_ch_polling 
+5029 20600000 rtn 
+
+car_g24_work_mode_start:
+502a 6fe0c561 fetch 1 ,mem_24g_work_mode 
+502b c1800000 rtnne dongle_work 
+502c 2040502f call car_g24_work_init 
+502d 20404b8c call g24_ch_process 
+502e 2020503b branch car_g24_receive_packet_start 
+
+car_g24_work_init:
+502f 6fe0c560 fetch 1 ,mem_24g_mode_init 
+5030 c3800000 rtnbit1 dongle_work 
+5031 79207e00 set1 dongle_work ,pdata 
+5032 67e0c560 store 1 ,mem_24g_mode_init 
+5033 6fe0c56e fetch 1 ,mem_tx_power_temp 
+5034 67e0c116 store 1 ,mem_tx_power 
+5035 70455c00 jam 0 ,mem_24g_ackpayload_enable 
+5036 7007ab00 jam 0 ,mem_usb_tx_enable 
+5037 70455501 jam 1 ,mem_24g_abort_packet 
+5038 7044c900 jam 0 ,mem_24g_pid 
+5039 6fe24925 fetch 4 ,mem_car_24g_commom_addr 
+503a 20204ad2 branch g24_work_init + 11 
+
+car_g24_receive_packet_start:
+503b 20404a69 call g24_receive_transmit_ack 
+503c 2437ca39 nbranch g24_rx_interrupt_clear ,user3 
+
+p_g24_receive_packet_parse:
+503d 20404a5b call g24_receive_packet_parse_pid_crc 
+503e 24344a39 nbranch g24_rx_interrupt_clear ,user 
+503f 6fe0c4c8 fetch 1 ,mem_24g_rxdata_length 
+5040 203a4a39 branch g24_rx_interrupt_clear ,blank 
+5041 1fe0fe02 increase 2 ,pdata 
+5042 98007200 iforce loopcnt 
+5043 d8c04442 arg mem_24g_rxbuf ,contr 
+5044 d8a04533 arg mem_24g_rxdata_temp ,contw 
+5045 20407419 call memcpy 
+5046 70455e00 jam 0 ,mem_24g_mode_switch 
+5047 6fe0c55b fetch 1 ,mem_24g_pair_mode 
+5048 205a4a76 call g24_enable_nodata_timer ,blank 
+5049 6fe0c535 fetch 1 ,mem_24g_rxdata_temp + 2 
+504a c07fd04d beq datatype_attemp ,car_g24_data_attemp 
+504b c000d04f beq datatype_device1 ,car_g24_data_device1 
+504c 20204a36 branch g24_receive_packet_parse + 14 
+
+car_g24_data_attemp:
+504d 20406fd8 call check_51cmd_led_on 
+504e 20204c0e branch g24_data_attemp 
+
+car_g24_data_device1:
+504f 20404ba2 call g24_ch_timer_reinit 
+5050 6fe0c555 fetch 1 ,mem_24g_abort_packet 
+5051 6848c533 fetcht 1 ,mem_24g_rxdata_temp 
+5052 284ffe03 isolate1 bit_abort ,temp 
+5053 7920fe00 setflag true ,0 ,pdata 
+5054 67e0c555 store 1 ,mem_24g_abort_packet 
+5055 c000d057 beq 1 ,car_g24_data_attemp_device1_abort 
+5056 20204a46 branch g24_data_device1 + 7 
+
+car_g24_data_attemp_device1_abort:
+5057 6fe0c095 fetch 1 ,mem_device_option 
+5058 1fe67c0c sub pdata ,dvc_op_car ,null 
+5059 2042efd8 call check_51cmd_led_on ,zero 
+505a 6fe2453d fetch 4 ,mem_24g_rxdata_temp + 10 
+505b 20204c14 branch g24_store_device1_addr 
+
+car_g24_bind_mode:
+505c 6fe0c561 fetch 1 ,mem_24g_work_mode 
+505d c1808000 rtnne dongle_bind 
+505e 20404978 call g24_bind_init 
+505f 204050a1 call car_g24_bind_device_addr 
+5060 20404988 call g24_bind_data_process 
+5061 6fe0c520 fetch 1 ,mem_24g_bind_device_status 
+5062 243a5069 nbranch car_g24_bind_mode_exit ,blank 
+5063 20404b7e call g24_nodata_process 
+5064 6fe0c55f fetch 1 ,mem_24g_nodata_timer_enable 
+5065 207a0000 rtn blank 
+5066 58000000 setarg 0 
+5067 67e2457b store 4 ,mem_24g_device1_addr 
+5068 20600000 rtn 
+
+car_g24_bind_mode_exit:
+5069 70455e00 jam 0 ,mem_24g_mode_switch 
+506a da200000 arg 0 ,rega 
+506b 20406fd8 call check_51cmd_led_on 
+506c 20404ad6 call g24_switch_work_mode 
+506d 204048d1 call g24_timer_init 
+506e 6fe2443c fetch 4 ,mem_24g_lap 
+506f 67e24925 store 4 ,mem_car_24g_commom_addr 
+5070 6fe0c931 fetch 1 ,mem_car_save_addr_flag 
+5071 245a5074 ncall car_g24_save_commom_addr ,blank 
+5072 6fe24925 fetch 4 ,mem_car_24g_commom_addr 
+5073 202048af branch g24_update_addr_and_synccrc8 
+
+car_g24_save_commom_addr:
+5074 6fe0c931 fetch 1 ,mem_car_save_addr_flag 
+5075 207a0000 rtn blank 
+5076 6fe0c578 fetch 1 ,mem_24g_transmitter_addr + 1 
+5077 67e0c928 store 1 ,mem_car_24g_commom_addr + 3 
+5078 6fe0c43d fetch 1 ,mem_24g_lap + 1 
+5079 67e0c927 store 1 ,mem_car_24g_commom_addr + 2 
+507a 6fe0c577 fetch 1 ,mem_24g_transmitter_addr 
+507b 67e0c926 store 1 ,mem_car_24g_commom_addr + 1 
+507c 6fe0c43c fetch 1 ,mem_24g_lap 
+507d 67e0c925 store 1 ,mem_car_24g_commom_addr 
+507e 20405091 call car_g24_search_commom_addr 
+507f 6fe24925 fetch 4 ,mem_car_24g_commom_addr 
+5080 684a4929 fetcht 4 ,mem_car_24g_commom_addr_temp 
+5081 98467c00 isub temp ,null 
+5082 20628000 rtn zero 
+5083 1a627e00 copy regc ,pdata 
+5084 da204925 arg mem_car_24g_commom_addr ,rega 
+5085 df200004 arg 4 ,loopcnt 
+5086 20406883 call otp_write 
+5087 20600000 rtn 
+
+car_g24_load_commom_addr:
+5088 6fe2443c fetch 4 ,mem_24g_lap 
+5089 67e24925 store 4 ,mem_car_24g_commom_addr 
+508a 6fe0c931 fetch 1 ,mem_car_save_addr_flag 
+508b 207a0000 rtn blank 
+508c 20405091 call car_g24_search_commom_addr 
+508d 6fe24929 fetch 4 ,mem_car_24g_commom_addr_temp 
+508e 207a0000 rtn blank 
+508f 67e24925 store 4 ,mem_car_24g_commom_addr 
+5090 20600000 rtn 
+
+car_g24_search_commom_addr:
+5091 6fe0c931 fetch 1 ,mem_car_save_addr_flag 
+5092 207a0000 rtn blank 
+5093 da600700 arg otp_offset_car_commom_start_addr ,regc 
+
+car_g24_search_commom_addr_loop:
+5094 1a627e00 copy regc ,pdata 
+5095 da204929 arg mem_car_24g_commom_addr_temp ,rega 
+5096 d8400004 arg 4 ,temp 
+5097 204068c5 call otpd_read_data_with_pwr_operation 
+5098 6fe2492d fetch 4 ,mem_car_24g_commom_addr_read 
+5099 207a0000 rtn blank 
+509a 67e24929 store 4 ,mem_car_24g_commom_addr_temp 
+509b 1a627e00 copy regc ,pdata 
+509c d84007cc arg otp_offset_car_commom_end_addr ,temp 
+509d 98467c00 isub temp ,null 
+509e 20610000 rtn positive 
+509f 1a60a604 increase 4 ,regc 
+50a0 20205094 branch car_g24_search_commom_addr_loop 
+
+car_g24_bind_device_addr:
+50a1 6fe2457b fetch 4 ,mem_24g_device1_addr 
+50a2 207a0000 rtn blank 
+50a3 202048af branch g24_update_addr_and_synccrc8 
+
+car_g24_cb_data_device1:
+50a4 6fe14434 fetch 2 ,mem_ui_state_map 
+50a5 c3848000 rtnbit1 ui_state_ble_connected 
+50a6 6fe146e4 fetch 2 ,mem_car_24g_no_data_timeout_count 
+50a7 67e146e6 store 2 ,mem_car_24g_no_data_timeout_timer 
+50a8 70490201 jam work_paired ,mem_car_24g_received_pac 
+50a9 da204536 arg mem_24g_rxdata_temp + 3 ,rega 
+50aa 20204f4e branch car_24g_receive_data 
+
+car_g24_lpm_dipatch:
+50ab 6fe0c90b fetch 1 ,mem_car_enter_lpm_flag 
+50ac 207a0000 rtn blank 
+50ad 204050b3 call car_g24_lpm_wait 
+50ae 24740000 nrtn user 
+50af 6fe1c4fa fetch 3 ,mem_24g_enter_hibernate 
+50b0 20407464 call clk2lpo 
+50b1 604a40aa storet 4 ,mem_sleep_counter 
+50b2 20203b47 branch lpm_sleep 
+
+car_g24_lpm_wait:
+50b3 78347c00 enable user 
+50b4 20403b1b call lpo_calibration 
+50b5 6fe1c0be fetch 3 ,mem_clks_per_lpo 
+50b6 203a74ca branch disable_user ,blank 
+50b7 20204e87 branch car_le_process_lpm_before 
+
+dongle_init:
+50b8 580050cc setarg dongle_dispatch 
+50b9 67e1452b store 2 ,mem_cb_24g_receive_process 
+50ba 580051b4 setarg dongle_g24_mouse 
+50bb 67e1452f store 2 ,mem_cb_24g_data_device1 
+50bc 580051c5 setarg dongle_g24_kb 
+50bd 67e14531 store 2 ,mem_cb_24g_data_device2 
+50be 5800518b setarg dongle_ackpayload_prep 
+50bf 67e1452d store 2 ,mem_cb_24g_ackpayload 
+50c0 580050db setarg dongle_usb_config 
+50c1 67e106f3 store 2 ,mem_cb_usb_config 
+50c2 2020703f branch usb_init 
+
+dongle_default_init:
+50c3 4497c005 bpatch patch05_7 ,mem_patch05 
+50c4 204050d1 call dongle_read_kb_bind_status 
+50c5 7045dc00 jam 0 ,mem_dg_kb_bind_success 
+50c6 70457600 jam 0 ,mem_24g_bind_device_living 
+50c7 20404a1a call g24_receive_init 
+50c8 20404900 call g24_pair_param_init 
+50c9 204048d4 call g24_chmap_param_init 
+50ca 20406d2f call wdt_set_enable 
+50cb 20206d37 branch wdt_kick_128ms 
+
+dongle_dispatch:
+50cc 6fe0c55b fetch 1 ,mem_24g_pair_mode 
+50cd c000517b beq 0x00 ,dongle_auto_bind 
+50ce c000d106 beq 0x01 ,dongle_pc_bind 
+50cf c007d102 beq 0x0f ,dongle_all_powerful 
+50d0 20600000 rtn 
+
+dongle_read_kb_bind_status:
+50d1 44984006 bpatch patch06_0 ,mem_patch06 
+50d2 58001fdf setarg dongle_kb_bind_efuse_offect 
+50d3 da204593 arg mem_dg_kb_bind_flag ,rega 
+50d4 d8400001 arg 1 ,temp 
+50d5 202068c5 branch otpd_read_data_with_pwr_operation 
+
+dongle_write_kb_bind_status:
+50d6 4498c006 bpatch patch06_1 ,mem_patch06 
+50d7 df200001 arg 1 ,loopcnt 
+50d8 da204593 arg mem_dg_kb_bind_flag ,rega 
+50d9 dfe01fdf arg dongle_kb_bind_efuse_offect ,pdata 
+50da 20206883 branch otp_write 
+
+dongle_usb_config:
+50db 6fe0c5b3 fetch 1 ,mem_dg_sys_config 
+50dc c28250df bbit1 dg_enable_kb_icon ,dongle_usb_config_kb 
+50dd 6fe0c593 fetch 1 ,mem_dg_kb_bind_flag 
+50de c0ad50e3 bne dongle_kb_bind_success ,dongle_usb_config_param 
+
+dongle_usb_config_kb:
+50df 7045935a jam dongle_kb_bind_success ,mem_dg_kb_bind_flag 
+50e0 6ff2137a fetch 4 ,usb_devicedata_addr + 9 
+50e1 79207e1d set1 29 ,pdata 
+50e2 67e20626 store 4 ,mem_devicedesc + 9 
+
+dongle_usb_config_param:
+50e3 6fe0c5de fetch 1 ,mem_dg_usb_device_iserial_number 
+50e4 67e0862e store 1 ,mem_devicedesc + 17 
+50e5 204050fc call dongle_usb_device_name 
+50e6 2040708d call usb_tx_interval_config 
+50e7 204050e9 call dongle_usb_vid_pid_config 
+50e8 202050f2 branch dongle_usb_hid_icon_config 
+
+dongle_usb_vid_pid_config:
+50e9 6fe086f9 fetch 1 ,mem_usb_vid_pid 
+50ea 207a0000 rtn blank 
+50eb 6fe0c593 fetch 1 ,mem_dg_kb_bind_flag 
+50ec c02d50f0 beq dongle_kb_bind_success ,dongle_usb_vid_pid_for_suit 
+
+dongle_usb_vid_pid_for_mouse_only_auto_pair:
+50ed 6fe206fa fetch 4 ,mem_usb_vid_pid + 1 
+
+dongle_usb_vid_pid_store:
+50ee 67e20626 store 4 ,mem_devicedesc + 9 
+50ef 20600000 rtn 
+
+dongle_usb_vid_pid_for_suit:
+50f0 6fe206fe fetch 4 ,mem_usb_vid_pid + 5 
+50f1 202050ee branch dongle_usb_vid_pid_store 
+
+dongle_usb_hid_icon_config:
+50f2 6fe0c593 fetch 1 ,mem_dg_kb_bind_flag 
+50f3 c02d50f8 beq dongle_kb_bind_success ,dongle_usb_kb_hidreportdesc 
+50f4 58009272 setarg usb_kbdata_vendor_define_addr 
+50f5 67e105fb store 2 ,mem_hidreportdesc_kb 
+50f6 70064a1a jam 0x1a ,mem_confdesc + 26 
+50f7 20600000 rtn 
+
+dongle_usb_kb_hidreportdesc:
+50f8 5800928d setarg usb_kbdata_addr 
+50f9 67e105fb store 2 ,mem_hidreportdesc_kb 
+50fa 70064a3f jam 0x3f ,mem_confdesc + 26 
+50fb 20600000 rtn 
+
+dongle_usb_device_name:
+50fc 6fe0c5be fetch 1 ,mem_dg_usb_device_name 
+50fd 207a0000 rtn blank 
+50fe d8c045be arg mem_dg_usb_device_name ,contr 
+50ff d8a006b7 arg mem_string2 ,contw 
+5100 df20001e arg 30 ,loopcnt 
+5101 20207419 branch memcpy 
+
+dongle_all_powerful:
+5102 20404ad6 call g24_switch_work_mode 
+
+dongle_all_powerful_loop:
+5103 20405183 call dongle_work_mode_auto 
+5104 2040513f call dongle_usb_dispatch 
+5105 20205103 branch dongle_all_powerful_loop 
+
+dongle_pc_bind:
+5106 20404ad6 call g24_switch_work_mode 
+
+dongle_pc_bind_loop:
+5107 20405183 call dongle_work_mode_auto 
+5108 20404adf call g24_bind_mode_auto 
+5109 2040513f call dongle_usb_dispatch 
+510a 20205107 branch dongle_pc_bind_loop 
+
+dongle_g24_blank_data_process:
+510b 2040510e call dongle_g24_ms_blank_data 
+510c 2040511e call dongle_g24_kb_blank_data 
+510d 20205130 branch dongle_g24_kb_mul_blank_data 
+
+dongle_g24_ms_blank_data:
+510e 44994006 bpatch patch06_2 ,mem_patch06 
+510f 6fe0c5b2 fetch 1 ,mem_dg_ms_blank_data_enable 
+5110 207a0000 rtn blank 
+5111 d8e0000d arg g24_timer_ms_blank ,queue 
+5112 2040742e call timer_check 
+5113 247a0000 nrtn blank 
+5114 7045b200 jam 0 ,mem_dg_ms_blank_data_enable 
+5115 58000001 setarg ms_report_id 
+5116 67e087b1 store 1 ,mem_usb_mouse_data 
+5117 58000000 setarg 0 
+5118 e7e38005 istore 7 ,contw 
+
+dongle_usb_tx_ms_data:
+5119 7007aa20 jam usb_ep2_ms ,mem_usb_ep2_data 
+
+dongle_usb_tx_enable_ep2:
+511a 6fe087ab fetch 1 ,mem_usb_tx_enable 
+511b 79207e02 set1 2 ,pdata 
+511c 67e087ab store 1 ,mem_usb_tx_enable 
+511d 20600000 rtn 
+
+dongle_g24_kb_blank_data:
+511e 4499c006 bpatch patch06_3 ,mem_patch06 
+511f 6fe0c5b0 fetch 1 ,mem_dg_kb_blank_data_enable 
+5120 207a0000 rtn blank 
+5121 d8e0000e arg g24_timer_kb_blank ,queue 
+5122 2040742e call timer_check 
+5123 247a0000 nrtn blank 
+5124 7045b000 jam 0 ,mem_dg_kb_blank_data_enable 
+5125 d8a007c1 arg mem_usb_kb_data ,contw 
+5126 df200002 arg 2 ,loopcnt 
+5127 204073dd call memset0 
+5128 6fe407c1 fetch 8 ,mem_usb_kb_data 
+5129 67e4459c store 8 ,mem_dg_kb_data_last_data 
+
+dongle_usb_tx_kb_data:
+512a 7007c100 jam kb_normal_report_id ,mem_usb_kb_data 
+
+dongle_usb_tx_enable_ep1:
+512b 7007a910 jam usb_ep1_kb ,mem_usb_ep1_data 
+512c 6fe087ab fetch 1 ,mem_usb_tx_enable 
+512d 79207e01 set1 1 ,pdata 
+512e 67e087ab store 1 ,mem_usb_tx_enable 
+512f 20600000 rtn 
+
+dongle_g24_kb_mul_blank_data:
+5130 449a4006 bpatch patch06_4 ,mem_patch06 
+5131 6fe0c5b1 fetch 1 ,mem_dg_kb_mul_blank_data_enable 
+5132 207a0000 rtn blank 
+5133 d8e0000c arg g24_timer_kb_mul_blank ,queue 
+5134 2040742e call timer_check 
+5135 247a0000 nrtn blank 
+5136 7045b100 jam 0 ,mem_dg_kb_mul_blank_data_enable 
+5137 d8a007d1 arg mem_usb_kb_multikey ,contw 
+5138 df200002 arg 2 ,loopcnt 
+5139 204073dd call memset0 
+513a 7007d103 jam kb_multikey_report_id ,mem_usb_kb_multikey 
+513b 6fe187d1 fetch 3 ,mem_usb_kb_multikey 
+513c 67e1c5a7 store 3 ,mem_dg_kb_multikey_last_data 
+
+dongle_usb_tx_multikey_data:
+513d 7007aa21 jam usb_ep2_multikey ,mem_usb_ep2_data 
+513e 2020511a branch dongle_usb_tx_enable_ep2 
+
+dongle_usb_dispatch:
+513f 449ac006 bpatch patch06_5 ,mem_patch06 
+5140 20406d37 call wdt_kick_128ms 
+5141 6fe0879f fetch 1 ,mem_usb_remote_wakeup 
+5142 205a5195 call dongle_clear_pc_sleep_flag ,blank 
+5143 20407033 call usb_isr 
+5144 6fe0887f fetch 1 ,mem_usb_ep3_out_data_flag 
+5145 243a5157 nbranch dongle_usb_rx_ep3 ,blank 
+5146 6fe08795 fetch 1 ,mem_usb0_get_set_report 
+5147 207a0000 rtn blank 
+5148 70079500 jam 0 ,mem_usb0_get_set_report 
+5149 6fe10793 fetch 2 ,mem_usb_setup_bvalue_temp 
+514a d84002ba arg pc_set_report ,temp 
+514b 98467c00 isub temp ,null 
+514c 24628000 nrtn zero 
+514d 6fe08713 fetch 1 ,mem_usb0_set_report_data 
+514e c1dd0000 rtnne pc_report_id 
+514f 6fe08714 fetch 1 ,mem_usb0_set_report_data + 1 
+5150 c050515c beq command_mode ,dongle_dispose_cmd_mode 
+5151 c050d162 beq command_bind ,dongle_dispose_cmd_bind 
+5152 c053516e beq command_current_project ,dongle_dispose_cmd_current_project 
+5153 c053d170 beq command_current_mode ,dongle_dispose_cmd_current_mode 
+5154 c054d176 beq command_current_fw_version ,dongle_dispose_cmd_current_fw_version 
+
+dongle_usb0_data_ready_report_set0:
+5155 70079600 jam 0 ,mem_usb0_data_ready_report 
+5156 20600000 rtn 
+
+dongle_usb_rx_ep3:
+5157 70087f00 jam 0 ,mem_usb_ep3_out_data_flag 
+5158 6fe0887d fetch 1 ,mem_usb_ep3_out_data_len 
+5159 207a0000 rtn blank 
+515a 6fe106f5 fetch 2 ,mem_cb_usb_ep3_process 
+515b 20207487 branch callback_func 
+
+dongle_dispose_cmd_mode:
+515c 6fe08715 fetch 1 ,mem_usb0_set_report_data + 2 
+515d c040d15f beq com_mode_bind ,dongle_enter_bind_mode 
+515e 20205155 branch dongle_usb0_data_ready_report_set0 
+
+dongle_enter_bind_mode:
+515f 20404975 call g24_bind_mode_enable 
+
+dongle_usb0_data_ready_report_set1:
+5160 70079601 jam 1 ,mem_usb0_data_ready_report 
+5161 20600000 rtn 
+
+dongle_dispose_cmd_bind:
+5162 6fe08715 fetch 1 ,mem_usb0_set_report_data + 2 
+5163 c000d167 beq com_bind_get ,dongle_dispose_cmd_get_bind 
+5164 c042516a beq com_bind_exit ,dongle_dispose_cmd_exit_bind 
+5165 c053d16c beq com_read_mode ,dongle_dispose_cmd_read_mode 
+5166 20205155 branch dongle_usb0_data_ready_report_set0 
+
+dongle_dispose_cmd_get_bind:
+5167 6fe0c520 fetch 1 ,mem_24g_bind_device_status 
+5168 67e08754 store 1 ,mem_usb0_get_report_data + 1 
+5169 20205160 branch dongle_usb0_data_ready_report_set1 
+
+dongle_dispose_cmd_exit_bind:
+516a 20404ad7 call g24_work_mode_enable 
+516b 20205167 branch dongle_dispose_cmd_get_bind 
+
+dongle_dispose_cmd_read_mode:
+
+dongle_dispose_in_bind_mode:
+516c 700754a1 jam command_bind ,mem_usb0_get_report_data + 1 
+516d 20205160 branch dongle_usb0_data_ready_report_set1 
+
+dongle_dispose_cmd_current_project:
+516e 70075415 jam product_id ,mem_usb0_get_report_data + 1 
+516f 20205160 branch dongle_usb0_data_ready_report_set1 
+
+dongle_dispose_cmd_current_mode:
+5170 6fe0c561 fetch 1 ,mem_24g_work_mode 
+5171 c0005174 beq dongle_work ,dongle_dispose_in_work_mode 
+5172 c000d16c beq dongle_bind ,dongle_dispose_in_bind_mode 
+5173 20600000 rtn 
+
+dongle_dispose_in_work_mode:
+5174 700754a0 jam command_mode ,mem_usb0_get_report_data + 1 
+5175 20205160 branch dongle_usb0_data_ready_report_set1 
+
+dongle_dispose_cmd_current_fw_version:
+5176 70075400 jam fw_version0 ,mem_usb0_get_report_data + 1 
+5177 70075500 jam fw_version1 ,mem_usb0_get_report_data + 2 
+5178 70075601 jam fw_version2 ,mem_usb0_get_report_data + 3 
+5179 70075707 jam fw_version3 ,mem_usb0_get_report_data + 4 
+517a 20205160 branch dongle_usb0_data_ready_report_set1 
+
+dongle_auto_bind:
+517b 20404a7a call g24_mode_switch_init 
+
+dongle_auto_bind_loop:
+517c 20404a7f call g24_mode_switch_bind_work 
+517d 20404aa5 call g24_mode_switch_bind_search 
+517e 20405183 call dongle_work_mode_auto 
+517f 20404adf call g24_bind_mode_auto 
+5180 20404afc call g24_search_mode_auto 
+5181 2040513f call dongle_usb_dispatch 
+5182 2020517c branch dongle_auto_bind_loop 
+
+dongle_work_mode_auto:
+5183 449b4006 bpatch patch06_6 ,mem_patch06 
+5184 6fe0c561 fetch 1 ,mem_24g_work_mode 
+5185 c1800000 rtnne dongle_work 
+5186 20404ada call g24_work_mode_start 
+5187 2040510b call dongle_g24_blank_data_process 
+5188 6fe0c55b fetch 1 ,mem_24g_pair_mode 
+5189 247a0000 nrtn blank 
+518a 20204b7e branch g24_nodata_process 
+
+dongle_ackpayload_prep:
+518b 6fe0c4d4 fetch 1 ,mem_24g_data_type 
+518c c000d18e beq datatype_device1 ,dongle_ackpayload_prep_mouse 
+518d c0015197 beq datatype_device2 ,dongle_ackpayload_prep_keyboard 
+
+dongle_ackpayload_prep_mouse:
+518e 6fe0c5dd fetch 1 ,mem_dg_pc_sleep_flag 
+518f c280519d bbit1 0 ,dongle_pc_sleep_ackpayload_prep_mouse 
+5190 20205199 branch dongle_ackpayload_prep_end 
+
+dongle_set_pc_sleep_flag:
+5191 6fe0c095 fetch 1 ,mem_device_option 
+5192 c1820000 rtnne dvc_op_dongle 
+5193 7045dd03 jam 3 ,mem_dg_pc_sleep_flag 
+5194 20600000 rtn 
+
+dongle_clear_pc_sleep_flag:
+5195 7045dd00 jam 0 ,mem_dg_pc_sleep_flag 
+5196 20600000 rtn 
+
+dongle_ackpayload_prep_keyboard:
+5197 6fe0c5dd fetch 1 ,mem_dg_pc_sleep_flag 
+5198 c280d1a1 bbit1 1 ,dongle_pc_sleep_ackpayload_prep_keyboard 
+
+dongle_ackpayload_prep_end:
+5199 6fe0c55c fetch 1 ,mem_24g_ackpayload_enable 
+519a c000d1a8 beq bind_ackpayload ,dongle_g24_bind_ackpayload_prep 
+519b c001d1ac beq kb_led_ackpayload ,dongle_g24_kb_led_ackpayload_prep 
+519c 20600000 rtn 
+
+dongle_pc_sleep_ackpayload_prep_mouse:
+519d 6fe0c5dd fetch 1 ,mem_dg_pc_sleep_flag 
+519e 793ffe00 set0 0 ,pdata 
+519f 67e0c5dd store 1 ,mem_dg_pc_sleep_flag 
+51a0 202051a4 branch dongle_pc_sleep_ackpayload_prep 
+
+dongle_pc_sleep_ackpayload_prep_keyboard:
+51a1 6fe0c5dd fetch 1 ,mem_dg_pc_sleep_flag 
+51a2 793ffe01 set0 1 ,pdata 
+51a3 67e0c5dd store 1 ,mem_dg_pc_sleep_flag 
+
+dongle_pc_sleep_ackpayload_prep:
+51a4 7044d301 jam 0x01 ,mem_24g_datalen 
+51a5 580000ff setarg 0xff 
+51a6 67e0c464 store 1 ,mem_24g_txbuf 
+51a7 20600000 rtn 
+
+dongle_g24_bind_ackpayload_prep:
+51a8 70455c01 jam 1 ,mem_24g_ackpayload_enable 
+51a9 204049f9 call g24_binding_device_check 
+51aa 24778000 nrtn user3 
+51ab 20204983 branch g24_bind_ackpayload_prep 
+
+dongle_g24_kb_led_ackpayload_prep:
+51ac 6fe0c444 fetch 1 ,mem_24g_rxbuf + 2 
+51ad c000d1a8 beq datatype_device1 ,dongle_g24_bind_ackpayload_prep 
+51ae c07fd1a8 beq datatype_attemp ,dongle_g24_bind_ackpayload_prep 
+51af 70079700 jam 0 ,mem_usb_tx_win_enable 
+51b0 7044d301 jam 0x01 ,mem_24g_datalen 
+51b1 6fe0c56c fetch 1 ,mem_24g_led_status 
+51b2 67e0c464 store 1 ,mem_24g_txbuf 
+51b3 20600000 rtn 
+
+dongle_g24_mouse:
+51b4 58000001 setarg ms_report_id 
+51b5 67e087b1 store 1 ,mem_usb_mouse_data 
+51b6 6fe3c536 fetch 7 ,mem_24g_rxdata_temp + 3 
+51b7 e7e38005 istore 7 ,contw 
+51b8 6fe0c536 fetch 1 ,mem_24g_rxdata_temp + 3 
+51b9 245a51bd ncall dongle_g24_ms_enable_blank_data_forcibly ,blank 
+51ba 6fe0c536 fetch 1 ,mem_24g_rxdata_temp + 3 
+51bb 205a51c1 call dongle_g24_ms_disable_blank_data_forcibly ,blank 
+51bc 20205119 branch dongle_usb_tx_ms_data 
+
+dongle_g24_ms_enable_blank_data_forcibly:
+51bd 7045b201 jam 1 ,mem_dg_ms_blank_data_enable 
+51be 58000180 setarg timer_ms_blank_delay 
+51bf d8e0000d arg g24_timer_ms_blank ,queue 
+51c0 20207420 branch timer_init 
+
+dongle_g24_ms_disable_blank_data_forcibly:
+51c1 7045b200 jam 0 ,mem_dg_ms_blank_data_enable 
+51c2 58000000 setarg 0 
+51c3 d8e0000d arg g24_timer_ms_blank ,queue 
+51c4 20207420 branch timer_init 
+
+dongle_g24_kb:
+51c5 6fe0c536 fetch 1 ,mem_24g_rxdata_temp + 3 
+51c6 c00051ca beq 0 ,dongle_g24_kb_type0 
+51c7 c00151fd beq 2 ,dongle_g24_kb_type2 
+51c8 c001d1e5 beq 3 ,dongle_g24_kb_type3 
+51c9 20204a39 branch g24_rx_interrupt_clear 
+
+dongle_g24_kb_type0:
+51ca 6fe0c538 fetch 1 ,mem_24g_rxdata_temp + 5 
+51cb 67e0c55c store 1 ,mem_24g_ackpayload_enable 
+51cc 70453800 jam 0 ,mem_24g_rxdata_temp + 5 
+51cd d8a007c1 arg mem_usb_kb_data ,contw 
+51ce d8c04537 arg mem_24g_rxdata_temp + 4 ,contr 
+51cf df200008 arg 8 ,loopcnt 
+51d0 20407419 call memcpy 
+51d1 6fe407c1 fetch 8 ,mem_usb_kb_data 
+51d2 245a51dd ncall dongle_g24_kb_enable_blank_data_forcibly ,blank 
+51d3 6fe407c1 fetch 8 ,mem_usb_kb_data 
+51d4 205a51e1 call dongle_g24_kb_disable_blank_data_forcibly ,blank 
+51d5 6fe407c1 fetch 8 ,mem_usb_kb_data 
+51d6 67e44594 store 8 ,mem_dg_kb_data_sta_data 
+51d7 684c459c fetcht 8 ,mem_dg_kb_data_last_data 
+51d8 98467c00 isub temp ,null 
+51d9 2442d12b ncall dongle_usb_tx_enable_ep1 ,zero 
+51da 6fe44594 fetch 8 ,mem_dg_kb_data_sta_data 
+51db 67e4459c store 8 ,mem_dg_kb_data_last_data 
+51dc 20204a39 branch g24_rx_interrupt_clear 
+
+dongle_g24_kb_enable_blank_data_forcibly:
+51dd 7045b001 jam 1 ,mem_dg_kb_blank_data_enable 
+51de 58000180 setarg timer_kb_blank_delay 
+51df d8e0000e arg g24_timer_kb_blank ,queue 
+51e0 20207420 branch timer_init 
+
+dongle_g24_kb_disable_blank_data_forcibly:
+51e1 7045b000 jam 0 ,mem_dg_kb_blank_data_enable 
+51e2 58000000 setarg 0 
+51e3 d8e0000e arg g24_timer_kb_blank ,queue 
+51e4 20207420 branch timer_init 
+
+dongle_g24_kb_type3:
+51e5 d8a007d1 arg mem_usb_kb_multikey ,contw 
+51e6 d8c04536 arg mem_24g_rxdata_temp + 3 ,contr 
+51e7 df200003 arg 3 ,loopcnt 
+51e8 20407419 call memcpy 
+51e9 6fe107d2 fetch 2 ,mem_usb_kb_multikey + 1 
+51ea 245a51f5 ncall dongle_g24_kb_mul_enable_blank_data_forcibly ,blank 
+51eb 6fe107d2 fetch 2 ,mem_usb_kb_multikey + 1 
+51ec 205a51f9 call dongle_g24_kb_mul_disable_blank_data_forcibly ,blank 
+51ed 6fe187d1 fetch 3 ,mem_usb_kb_multikey 
+51ee 67e1c5a4 store 3 ,mem_dg_kb_multikey_sta_data 
+51ef 6849c5a7 fetcht 3 ,mem_dg_kb_multikey_last_data 
+51f0 98467c00 isub temp ,null 
+51f1 2442d13d ncall dongle_usb_tx_multikey_data ,zero 
+51f2 6fe1c5a4 fetch 3 ,mem_dg_kb_multikey_sta_data 
+51f3 67e1c5a7 store 3 ,mem_dg_kb_multikey_last_data 
+51f4 20204a39 branch g24_rx_interrupt_clear 
+
+dongle_g24_kb_mul_enable_blank_data_forcibly:
+51f5 7045b101 jam 1 ,mem_dg_kb_mul_blank_data_enable 
+51f6 58000180 setarg timer_kb_mul_blank_delay 
+51f7 d8e0000c arg g24_timer_kb_mul_blank ,queue 
+51f8 20207420 branch timer_init 
+
+dongle_g24_kb_mul_disable_blank_data_forcibly:
+51f9 7045b100 jam 0 ,mem_dg_kb_mul_blank_data_enable 
+51fa 58000000 setarg 0 
+51fb d8e0000c arg g24_timer_kb_mul_blank ,queue 
+51fc 20207420 branch timer_init 
+
+dongle_g24_kb_type2:
+51fd d8a007e1 arg mem_usb_kb_system ,contw 
+51fe d8c04536 arg mem_24g_rxdata_temp + 3 ,contr 
+51ff df200002 arg 2 ,loopcnt 
+5200 20407419 call memcpy 
+5201 6fe107e1 fetch 2 ,mem_usb_kb_system 
+5202 245a520d ncall dongle_g24_kb_sys_enable_blank_data_forcibly ,blank 
+5203 6fe107e1 fetch 2 ,mem_usb_kb_system 
+5204 205a5211 call dongle_g24_kb_sys_disable_blank_data_forcibly ,blank 
+5205 6fe107e1 fetch 2 ,mem_usb_kb_system 
+5206 67e145aa store 2 ,mem_dg_kb_system_sta_data 
+5207 684945ad fetcht 2 ,mem_dg_kb_system_last_data 
+5208 98467c00 isub temp ,null 
+5209 2442d215 ncall dongle_usb_tx_sys_data ,zero 
+520a 6fe145aa fetch 2 ,mem_dg_kb_system_sta_data 
+520b 67e145ad store 2 ,mem_dg_kb_system_last_data 
+520c 20204a39 branch g24_rx_interrupt_clear 
+
+dongle_g24_kb_sys_enable_blank_data_forcibly:
+520d 7045b101 jam 1 ,mem_dg_kb_mul_blank_data_enable 
+520e 58000180 setarg timer_kb_mul_blank_delay 
+520f d8e0000c arg g24_timer_kb_mul_blank ,queue 
+5210 20207420 branch timer_init 
+
+dongle_g24_kb_sys_disable_blank_data_forcibly:
+5211 7045b100 jam 0 ,mem_dg_kb_mul_blank_data_enable 
+5212 58000000 setarg 0 
+5213 d8e0000c arg g24_timer_kb_mul_blank ,queue 
+5214 20207420 branch timer_init 
+
+dongle_usb_tx_sys_data:
+5215 7007aa22 jam usb_ep2_systemkey ,mem_usb_ep2_data 
+5216 2020511a branch dongle_usb_tx_enable_ep2 
+
+dongle_g24_store_dvc2_bind_flag:
+5217 6fe0c095 fetch 1 ,mem_device_option 
+5218 c1820000 rtnne dvc_op_dongle 
+5219 6fe0c593 fetch 1 ,mem_dg_kb_bind_flag 
+521a c12d0000 rtneq dongle_kb_bind_success 
+
+dongle_prep_soft_reset:
+521b 7045dc01 jam 1 ,mem_dg_kb_bind_success 
+521c 20600000 rtn 
+
+dongle_kb_bind_soft_reset:
+521d 6fe0c095 fetch 1 ,mem_device_option 
+521e c1820000 rtnne dvc_op_dongle 
+521f 6fe0c5dc fetch 1 ,mem_dg_kb_bind_success 
+5220 207a0000 rtn blank 
+5221 7004cc00 jam 0 ,mem_temp 
+
+dongle_wirte_efuse_bind_status:
+5222 7045935a jam dongle_kb_bind_success ,mem_dg_kb_bind_flag 
+5223 204050d6 call dongle_write_kb_bind_status 
+5224 204050d1 call dongle_read_kb_bind_status 
+5225 6fe084cc fetch 1 ,mem_temp 
+5226 1fe0fe01 increase 1 ,pdata 
+5227 67e084cc store 1 ,mem_temp 
+5228 c07fea09 beq 0xff ,soft_reset_chip 
+5229 6fe0c593 fetch 1 ,mem_dg_kb_bind_flag 
+522a c0ad5222 bne dongle_kb_bind_success ,dongle_wirte_efuse_bind_status 
+522b 20206a09 branch soft_reset_chip 
+
+mouse_init:
+522c 20406eb3 call enable_authrom 
+522d 2040525e call mouse_setting_config 
+522e 204057a0 call mouse_init_sunt 
+522f 20758000 rtn wake 
+5230 204059bd call mouse_le_name_load 
+5231 2040562e call mouse_dpi_config 
+5232 20405cc5 call mouse_drawing_optima_init 
+5233 20405239 call mouse_cb_fuction 
+5234 2040583e call mouse_sensor_powerdown 
+
+mouse_init_wireless:
+5235 6fe14434 fetch 2 ,mem_ui_state_map 
+5236 c2865b08 bbit1 ui_state_btn_down ,mouse_start_discovery 
+5237 20405c3d call mouse_check_select_device_by_switch 
+5238 202052eb branch mouse_start_work 
+
+mouse_cb_fuction:
+5239 58005fad setarg mouse_24g_short_sleep 
+523a 67e14543 store 2 ,mem_cb_24g_transmit_short_sleep 
+523b 58005fa2 setarg mouse_24g_long_sleep 
+523c 67e14545 store 2 ,mem_cb_24g_transmit_long_sleep 
+523d 58005e91 setarg mouse_24g_before_lpm_sleep 
+523e 67e143a2 store 2 ,mem_cb_before_lpm_sleep 
+523f 58005e31 setarg mouse_24g_package_data 
+5240 67e1453d store 2 ,mem_cb_24g_transmit_data 
+5241 58005e59 setarg mouse_24g_search_dongle 
+5242 67e1453f store 2 ,mem_cb_24g_search_receiver 
+5243 5800536c setarg mouse_lpm_before_common 
+5244 67e14541 store 2 ,mem_cb_24g_lpm_before 
+5245 5800596a setarg mouse_le 
+5246 67e14392 store 2 ,mem_cb_le_process 
+5247 58005367 setarg mouse_process_lpm_before 
+5248 67e14390 store 2 ,mem_cb_before_lpm 
+5249 58005912 setarg mouse_priority_bb_event 
+524a 67e14396 store 2 ,mem_cb_bb_event_process 
+524b 58005be9 setarg mouse_idle 
+524c 67e14394 store 2 ,mem_cb_idle_process 
+524d 5800532c setarg mouse_before_hibernate 
+524e 67e1438e store 2 ,mem_cb_before_hibernate 
+524f 58005952 setarg mouse_le_bb_event_connect_complete 
+5250 67e14398 store 2 ,mem_cb_att_write 
+5251 58005a1e setarg mouse_bb_event_timer 
+5252 67e1439c store 2 ,mem_cb_event_timer 
+5253 58005494 setarg mouse_spi_write_flash_cb 
+5254 67e143a0 store 2 ,mem_cb_spi_flash_write_complate 
+5255 58005318 setarg mouse_lpm_check_wake_lock 
+5256 67e1438c store 2 ,mem_cb_check_wakelock 
+5257 58005f98 setarg mouse_le_transmit 
+5258 67e1439a store 2 ,mem_cb_ble_transmit 
+5259 58005f9f setarg mouse_set_lpm_mult 
+525a 67e1439e store 2 ,mem_cb_bt_set_mult 
+525b 580059e8 setarg mouse_le_parse_l2cap 
+525c 67e14314 store 2 ,mem_le_l2cap_parse_cb 
+525d 20600000 rtn 
+
+mouse_setting_config:
+525e 20758000 rtn wake 
+525f 20404c5f call g24_transmit_init 
+5260 204048d4 call g24_chmap_param_init 
+5261 20406024 call mouse_24g_send_time_long_wake 
+5262 20405447 call mouse_gpio_init 
+5263 20405296 call mouse_param_init 
+5264 20405ab3 call mouse_device_multi_led_poweron2s_init 
+5265 204055da call mouse_double_dpi_judge 
+5266 2040575f call mouse_firebutton_connect_state_check 
+5267 204041e5 call le_set_fixed_ltk_justwork 
+5268 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5269 c289dbd3 bbit1 mouse_enable_eeprom ,mouse_load_eeprom_info_check 
+526a c2895b94 bbit1 mouse_enable_flash ,mouse_load_flash_info_check 
+526b 20600000 rtn 
+
+mouse_xtal_init:
+526c 70409a08 jam xtal_16m ,mem_fcomp_div 
+526d 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+526e c3860000 rtnbit1 mouse_enable_16m 
+526f 70409a18 jam xtal_24m ,mem_fcomp_div 
+5270 20600000 rtn 
+
+mouse_24g_phy_select:
+5271 204048fa call g24_enable_1m 
+5272 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5273 c41e8000 rtnbit0 mouse_enable_24g_2m_phy 
+5274 202048fd branch g24_enable_2m 
+
+mouse_default_init:
+5275 6fe145a8 fetch 2 ,mem_mouse_24g_pair_timeout_init 
+5276 67e14521 store 2 ,mem_24g_pair_timeout_init 
+5277 6fe0c5ab fetch 1 ,mem_mouse_24g_reconn_timeout_init 
+5278 67e14527 store 2 ,mem_24g_reconn_timeout_init 
+5279 6fe2c5ad fetch 5 ,mem_rssi_dis_min_24g_init 
+527a 67e2c573 store 5 ,mem_rssi_dis_min_24g 
+527b 6fe0c5ac fetch 1 ,mem_mouse_24g_pair_tx_power 
+527c 67e0c51c store 1 ,mem_24g_pair_tx_power 
+527d 6fe0c5b2 fetch 1 ,mem_mouse_enable_flag 
+527e 2feffe00 isolate1 mouse_adc_enable ,pdata 
+527f 2040dc81 call mouse_adc_read_enable ,true 
+5280 6fe0c5b2 fetch 1 ,mem_mouse_enable_flag 
+5281 2feffe02 isolate1 mouse_24g_250hz_enable ,pdata 
+5282 2040dc83 call mouse_24g_set_250hz ,true 
+5283 6fe0c5b2 fetch 1 ,mem_mouse_enable_flag 
+5284 2feffe01 isolate1 mouse_search_dongle_enable ,pdata 
+5285 2040dc85 call mouse_24g_search_dongle_enable ,true 
+5286 6fe0c5b2 fetch 1 ,mem_mouse_enable_flag 
+5287 2feffe03 isolate1 mouse_clk_16m_enable ,pdata 
+5288 2040dc87 call mouse_16m_enable ,true 
+5289 6fe0c5b2 fetch 1 ,mem_mouse_enable_flag 
+528a 2feffe04 isolate1 mouse_dpi_4_level_enable ,pdata 
+528b 2040dc89 call mouse_dpi_4level_enable ,true 
+528c 6fe0c5b2 fetch 1 ,mem_mouse_enable_flag 
+528d 2feffe05 isolate1 mouse_keyboard_enable ,pdata 
+528e 2040dc93 call mouse_customer_key_enable ,true 
+528f 6fe0c504 fetch 1 ,mem_24g_ch_map_update 
+5290 245a48e4 ncall g24_chamap_param_update ,blank 
+5291 2040526c call mouse_xtal_init 
+5292 204053a6 call mouse_adc_vol_init 
+
+mouse_default_init_next:
+5293 20405271 call mouse_24g_phy_select 
+5294 20405d72 call mouse_24g_long_sleep_set 
+5295 20204900 branch g24_pair_param_init 
+
+mouse_param_init:
+5296 58009000 setarg mouse_ble_att_list_addr 
+5297 67e142cc store 2 ,mem_ui_le_uuid_table 
+5298 7040c203 jam 3 ,mem_lpm_mult_timeout 
+5299 7040a708 jam 8 ,mem_lpm_overhead 
+529a 70485700 jam dpi_button_state_up ,mem_select_device_button_statue 
+529b 70485700 jam pb_button_state_up ,mem_select_device_button_statue 
+529c 70485800 jam commbination_key_state_up ,mem_commbination_key_statue 
+529d 58000200 setarg 0x0200 
+529e 67e140a5 store 2 ,mem_lpm_interval 
+529f 7042b617 jam 0x17 ,mem_le_local_mtu 
+52a0 7042b817 jam 0x17 ,mem_le_remote_mtu 
+52a1 58000a77 setarg 0x0a77 
+52a2 67e143ae store 2 ,mem_spi_init_clk 
+52a3 38001224 setsect 0 ,0x1224 
+52a4 38044000 setsect 1 ,0x4000 
+52a5 38080000 setsect 2 ,0x0 
+52a6 e7e28005 istore 5 ,contw 
+52a7 580047af setarg mem_le_tx_buffer0_omemalloc 
+52a8 67e14316 store 2 ,mem_ble_l2cap_tx_buff0_ptr 
+52a9 58000010 setarg mouse_ble_l2cap_txbuff_size 
+52aa 67e14318 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
+52ab 20405ef7 call mouse_device_led_all_off 
+52ac 20405ea2 call mouse_device_poweron_timer_init 
+52ad 204053b9 call mouse_adc_gpio_mux_init 
+52ae 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+52af c30dd2b3 bbit0 mouse_enable_bt_125hz ,mouse_param_init_intervl_end 
+52b0 58000006 setarg le_interval_7_5ms 
+52b1 67e142a8 store 2 ,mem_le_interval_min 
+52b2 67e142aa store 2 ,mem_le_interval_min + 2 
+
+mouse_param_init_intervl_end:
+52b3 204052e0 call mouse_g24_interval_param_8ms 
+52b4 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+52b5 c30c52b7 bbit0 mouse_enable_24g_250hz ,mouse_24g_short_sleep_set_end 
+52b6 204052d5 call mouse_g24_interval_param_4ms 
+
+mouse_24g_short_sleep_set_end:
+52b7 6fe1c553 fetch 3 ,mem_24g_short_sleep_set 
+52b8 67e1c8e6 store 3 ,mem_mouse_24g_short_sleep_set_init 
+52b9 6fe0c5e5 fetch 1 ,mem_device_flag 
+52ba 67e0c76e store 1 ,mem_device_flag_temp 
+52bb 6fe1c2b3 fetch 3 ,mem_le_lap + 3 
+52bc 67e1c783 store 3 ,mem_mouse_le_lap_temp 
+52bd 6fe0c5a5 fetch 1 ,mem_adc_config_flag_init 
+52be 1fe17efe and pdata ,0xfe ,pdata 
+52bf 67e0c5a5 store 1 ,mem_adc_config_flag_init 
+52c0 67e0c3c6 store 1 ,mem_adc_config_flag 
+52c1 58000000 setarg 0 
+52c2 67e3c578 store 7 ,mem_mouse_key 
+52c3 6fe0c436 fetch 1 ,mem_ui_button_timeout 
+52c4 67e0c854 store 1 ,mem_bt_discovery_count 
+52c5 67e0c855 store 1 ,mem_select_device_count 
+52c6 2040410b call le_modified_name_adv 
+
+mouse_sensor_set_angle:
+52c7 449bc006 bpatch patch06_7 ,mem_patch06 
+52c8 6fe0c5be fetch 1 ,mem_sensor_angle_default 
+52c9 67e0c5d5 store 1 ,mem_config_sensor_angle 
+52ca 6fe0c5bd fetch 1 ,mem_select_sensor_angle_gpio 
+52cb c17f8000 rtneq gpio_disable 
+52cc 6848c5bd fetcht 1 ,mem_select_sensor_angle_gpio 
+52cd 2040547f call mouse_gpio_config_input_pu 
+52ce 6848c5bd fetcht 1 ,mem_select_sensor_angle_gpio 
+52cf 20406b85 call gpio_get_bit 
+52d0 2040d2d2 call mouse_sensor_switch_angle ,true 
+52d1 2020547b branch mouse_gpio_config_input_pd 
+
+mouse_sensor_switch_angle:
+52d2 6fe0c5bf fetch 1 ,mem_sensor_angle_switch 
+52d3 67e0c5d5 store 1 ,mem_config_sensor_angle 
+52d4 20600000 rtn 
+
+mouse_g24_interval_param_4ms:
+52d5 6fe1c8cc fetch 3 ,mem_mouse_24g_short_sleep_set_4ms 
+52d6 67e1c553 store 3 ,mem_24g_short_sleep_set 
+52d7 6fe1c8cf fetch 3 ,mem_mouse_24g_long_sleep_set_4ms 
+52d8 67e1c556 store 3 ,mem_24g_long_sleep_set 
+52d9 6fe0c8d2 fetch 1 ,mem_mouse_24g_fast_hop_count_4ms 
+52da 67e0c56c store 1 ,mem_24g_fast_hop_count 
+52db 6fe248de fetch 4 ,mem_mouse_24g_tsniff_4ms 
+52dc 67e248da store 4 ,mem_mouse_24g_tsniff 
+
+mouse_report_rate_set_250hz:
+52dd 58100c0c setarg 0x100c0c 
+52de 67e1c4f2 store 3 ,mem_24g_interval 
+52df 20600000 rtn 
+
+mouse_g24_interval_param_8ms:
+52e0 6fe1c8d3 fetch 3 ,mem_mouse_24g_short_sleep_set_8ms 
+52e1 67e1c553 store 3 ,mem_24g_short_sleep_set 
+52e2 6fe1c8d6 fetch 3 ,mem_mouse_24g_long_sleep_set_8ms 
+52e3 67e1c556 store 3 ,mem_24g_long_sleep_set 
+52e4 6fe0c8d9 fetch 1 ,mem_mouse_24g_fast_hop_count_8ms 
+52e5 67e0c56c store 1 ,mem_24g_fast_hop_count 
+52e6 6fe248e2 fetch 4 ,mem_mouse_24g_tsniff_8ms 
+52e7 67e248da store 4 ,mem_mouse_24g_tsniff 
+
+mouse_report_rate_set_125hz:
+52e8 581c1919 setarg 0x1c1919 
+52e9 67e1c4f2 store 3 ,mem_24g_interval 
+52ea 20600000 rtn 
+
+mouse_start_work:
+52eb 449c4007 bpatch patch07_0 ,mem_patch07 
+52ec 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+52ed c297ddba bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_start_auto_pair_mode 
+52ee 6fe0c5e5 fetch 1 ,mem_device_flag 
+52ef c0005daa beq mode_24g_device ,mouse_24g_start_mode 
+52f0 204052ff call mouse_wakeup_from_power_check 
+52f1 243458e5 nbranch mouse_bluetooth_fast_conn_init ,user 
+
+mouse_start_reconnect_device:
+52f2 449cc007 bpatch patch07_1 ,mem_patch07 
+52f3 6fe0c8bf fetch 1 ,mem_mouse_bt_led_recon_effect_flag 
+52f4 245a5ab8 ncall mouse_multi_led_blink_enable ,blank 
+52f5 da2045e6 arg mem_device1_type ,rega 
+52f6 6fe0c5e5 fetch 1 ,mem_device_flag 
+52f7 1fe0ffff increase -1 ,pdata 
+52f8 1feffe1d mul32 pdata ,29 ,pdata 
+52f9 9a20a200 iadd rega ,rega 
+52fa efe08011 ifetch 1 ,rega 
+52fb 67e0c3ac store 1 ,mem_xrecord_mode 
+
+mouse_start_reconnect:
+52fc 6fe0c3ac fetch 1 ,mem_xrecord_mode 
+52fd c01a5309 beq rec_4_mode ,mouse4_0_check_reconn_target 
+52fe 202058e5 branch mouse_bluetooth_fast_conn_init 
+
+mouse_wakeup_from_power_check:
+52ff 449d4007 bpatch patch07_2 ,mem_patch07 
+5300 78547c00 disable user 
+5301 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5302 c305d306 bbit0 mouse_enable_wakeup_from_power ,mouse_wakeup_from_power 
+5303 6fe084f1 fetch 1 ,mem_wakup_from_power_flag 
+5304 c3015306 bbit0 bit_power_on ,mouse_wakeup_from_power 
+5305 78347c00 enable user 
+
+mouse_wakeup_from_power:
+5306 6fe0c76b fetch 1 ,mem_reconn_times_init 
+5307 67e0c76a store 1 ,mem_reconn_times 
+5308 20600000 rtn 
+
+mouse4_0_check_reconn_target:
+5309 70478101 jam 1 ,mem_mouse_le_reconnect_flag 
+530a 6848c86f fetcht 1 ,mem_mouse_fast_direct_timeout 
+530b 6fe0c77b fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+530c c07fd30e beq 0xff ,mouse4_0_check_reconn_target_next 
+530d 6848c5aa fetcht 1 ,mem_mouse_direct_timeout 
+
+mouse4_0_check_reconn_target_next:
+530e 6048c831 storet 1 ,mem_mouse_direct_timer 
+530f 20404e19 call app_lpm_mult_disable 
+5310 6fe1c789 fetch 3 ,mem_le_adv_direct_ind 
+5311 67e1c324 store 3 ,mem_le_adv_data + 4 
+5312 204059b2 call mouse_le_check_adv_flag 
+5313 58000004 setarg adv_flag_bredr_not_supported 
+5314 e7e08006 istore 1 ,contr 
+5315 d8c04340 arg mem_le_scan_data ,contr 
+5316 204059b9 call mouse_le_adv_data_update 
+5317 20206fc0 branch check_51cmd_adv 
+
+mouse_lpm_check_wake_lock:
+5318 c5134df4 bmark1 mark_24g ,app_get_lpm_wake_lock 
+5319 6fe0c766 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+531a 203a4df4 branch app_get_lpm_wake_lock ,blank 
+531b 6fe0c7ae fetch 1 ,mem_mouse_le_conn_param_reject 
+531c c000cdf4 beq le_lpm_disable ,app_get_lpm_wake_lock 
+531d 6fe0c589 fetch 1 ,mem_mouse_wheel_trigger 
+531e 243a4df4 nbranch app_get_lpm_wake_lock ,blank 
+531f 20204df6 branch app_put_lpm_wake_lock 
+
+mouse_delay_enter_hibernata:
+5320 6fe0c5aa fetch 1 ,mem_mouse_direct_timeout 
+5321 67e0c77e store 1 ,mem_mouse_bluetooth_reconnect_timeout 
+5322 20600000 rtn 
+
+mouse_power_down:
+5323 20405ef7 call mouse_device_led_all_off 
+
+mouse_app_enter_hibernate:
+5324 449dc007 bpatch patch07_3 ,mem_patch07 
+5325 58000006 setarg pan_reg_config 
+5326 2040674e call twspi_read 
+5327 c281d32a bbit1 3 ,mouse_app_enter_hibernate_next 
+5328 2040582b call mouse_sensor_reset 
+5329 2040583e call mouse_sensor_powerdown 
+
+mouse_app_enter_hibernate_next:
+532a 20405338 call mouse_setgpio_hibernate 
+532b 20204e13 branch app_enter_hibernate 
+
+mouse_before_hibernate:
+532c 449e4007 bpatch patch07_4 ,mem_patch07 
+532d 6ff20130 fetch 4 ,core_lpm_ctrl 
+532e 79207e1a set1 26 ,pdata 
+532f 67f2004c store 4 ,core_lpm_reg 
+5330 20403c05 call lpm_write_ctrl 
+5331 20406eb7 call disable_authrom 
+5332 20405ef7 call mouse_device_led_all_off 
+5333 20405543 call mouse_before_hibernate_wheel_gpio_set 
+5334 20405338 call mouse_setgpio_hibernate 
+5335 20405bcb call mouse_flash_power_down 
+5336 6848c5c6 fetcht 1 ,mem_sensor_motion_gpio 
+5337 20206b6e branch gpio_clr_wake 
+
+mouse_setgpio_hibernate:
+5338 449ec007 bpatch patch07_5 ,mem_patch07 
+5339 204058e3 call mouse_set_sdio_high 
+533a 204074e0 call clear_wake 
+533b 20405afd call mouse_logo_led_off 
+533c 20405af0 call mouse_1io2led_all_off 
+533d 20405543 call mouse_before_hibernate_wheel_gpio_set 
+533e 6848c5c3 fetcht 1 ,mem_matrix_public_gpio 
+533f 20406b96 call gpio_out_active 
+5340 6848c5c3 fetcht 1 ,mem_matrix_public_gpio 
+5341 20406b6e call gpio_clr_wake 
+5342 6fe0c5bc fetch 1 ,mem_mouse_sensor_sdio_gpio 
+5343 20405759 call mouse_gpio_config_output_high 
+5344 6848c5c8 fetcht 1 ,mem_mouse_reuse_2ice_gpio 
+5345 2040547f call mouse_gpio_config_input_pu 
+5346 2040536c call mouse_lpm_before_common 
+5347 2040535e call mouse_gpio_pd_idle 
+5348 d840000d arg 13 ,temp 
+5349 2040547f call mouse_gpio_config_input_pu 
+534a 20405483 call mouse_gpio_set_high_impedance 
+534b 20405357 call mouse_adc_gpio_set_before_hibernate 
+534c 2020534d branch mouse_wheel_gpio_set_before_hibernate 
+
+mouse_wheel_gpio_set_before_hibernate:
+534d 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+534e c41e0000 rtnbit0 mouse_enable_wheel_wake_up_cancel 
+
+mouse_wheel_gpio_clr_wakeup:
+534f 6848c5b9 fetcht 1 ,mem_whee_a_data_gpio 
+5350 20406b6e call gpio_clr_wake 
+5351 6848c5ba fetcht 1 ,mem_whee_b_data_gpio 
+5352 20406b6e call gpio_clr_wake 
+5353 6848c5b9 fetcht 1 ,mem_whee_a_data_gpio 
+5354 2040547b call mouse_gpio_config_input_pd 
+5355 6848c5ba fetcht 1 ,mem_whee_b_data_gpio 
+5356 2020547b branch mouse_gpio_config_input_pd 
+
+mouse_adc_gpio_set_before_hibernate:
+5357 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5358 c40a0000 rtnbit0 mouse_enable_adc 
+5359 6fe0c5a5 fetch 1 ,mem_adc_config_flag_init 
+535a c1820000 rtnne adc_config_gpio_h 
+535b 6fe0c5a4 fetch 1 ,mem_adc_channel_gpio 
+535c d84000c0 arg gpcfg_no_ie ,temp 
+535d 20206bbd branch gpio_config_function_int 
+
+mouse_gpio_pd_idle:
+535e d8c08070 arg core_gpio_conf ,contr 
+535f df20000d arg 13 ,loopcnt 
+
+mouse_gpio_pd_idle_loop:
+5360 efe08006 ifetch 1 ,contr 
+5361 243a5365 nbranch mouse_gpio_pd_idle_configured ,blank 
+5362 58000080 setarg 0x80 
+5363 18c08bff add contr ,-1 ,contw 
+5364 e7e08005 istore 1 ,contw 
+
+mouse_gpio_pd_idle_configured:
+5365 c2005360 loop mouse_gpio_pd_idle_loop 
+5366 20600000 rtn 
+
+mouse_process_lpm_before:
+5367 c6130000 rtnmark1 mark_24g 
+5368 2040536c call mouse_lpm_before_common 
+5369 6fe08015 fetch 1 ,mem_lpm_current_mult 
+536a 247a0000 nrtn blank 
+536b 20206b6e branch gpio_clr_wake 
+
+mouse_lpm_before_common:
+536c 449f4007 bpatch patch07_6 ,mem_patch07 
+536d 6848c5b9 fetcht 1 ,mem_whee_a_data_gpio 
+536e 20406b7c call gpio_config_input 
+536f 6848c5ba fetcht 1 ,mem_whee_b_data_gpio 
+5370 20406b7c call gpio_config_input 
+5371 204054b6 call mouse_wheel_check 
+5372 6fe0c5bb fetch 1 ,mem_mouse_sensor_sclk_gpio 
+5373 20405759 call mouse_gpio_config_output_high 
+5374 20406745 call twspi_disable 
+5375 6848c5b3 fetcht 1 ,mem_lbutton_gpio 
+5376 20406b62 call gpio_set_wake 
+5377 6848c5b5 fetcht 1 ,mem_rbutton_gpio 
+5378 20406b62 call gpio_set_wake 
+5379 6848c5b4 fetcht 1 ,mem_mbutton_gpio 
+537a 20406b62 call gpio_set_wake 
+537b 6848c5b6 fetcht 1 ,mem_bk_button_gpio 
+537c 20406b62 call gpio_set_wake 
+537d 6848c5b7 fetcht 1 ,mem_fw_button_gpio 
+537e 20406b62 call gpio_set_wake 
+537f 6848c5b8 fetcht 1 ,mem_dpi_button_gpio 
+5380 20406b62 call gpio_set_wake 
+5381 6848c5c4 fetcht 1 ,mem_config_select_device_button_gpio 
+5382 20406b62 call gpio_set_wake 
+5383 6848c5c5 fetcht 1 ,mem_customer_key_gpio 
+5384 20406b62 call gpio_set_wake 
+5385 6848c5b9 fetcht 1 ,mem_whee_a_data_gpio 
+5386 20406b5e call gpio_set_wake_by_current_state 
+5387 6848c5ba fetcht 1 ,mem_whee_b_data_gpio 
+5388 20406b5e call gpio_set_wake_by_current_state 
+5389 6848c5c1 fetcht 1 ,mem_whee_ta_data_gpio 
+538a 20406b5e call gpio_set_wake_by_current_state 
+538b 6848c5c2 fetcht 1 ,mem_whee_tb_data_gpio 
+538c 20406b5e call gpio_set_wake_by_current_state 
+538d 6848c5c6 fetcht 1 ,mem_sensor_motion_gpio 
+538e 20206b62 branch gpio_set_wake 
+
+mouse_set_mult:
+538f 6fe14434 fetch 2 ,mem_ui_state_map 
+5390 c284d392 bbit1 ui_state_ble_connected ,mouse_set_ble_mult 
+5391 20600000 rtn 
+
+mouse_set_ble_mult:
+5392 1a227e00 copy rega ,pdata 
+5393 243a4177 nbranch le_set_config_short_mult ,blank 
+5394 20204179 branch le_clr_config_short_mult 
+
+mouse_adc_gpio_set:
+5395 6fe0c3c6 fetch 1 ,mem_adc_config_flag 
+5396 c1820000 rtnne adc_config_gpio_h 
+
+mouse_adc_gpio_check_output:
+5397 449fc007 bpatch patch07_7 ,mem_patch07 
+5398 6848c3c7 fetcht 1 ,mem_adc_channel 
+5399 18467c03 sub temp ,3 ,null 
+539a 202153a3 branch mouse_adc_gpio_4_7_set ,positive 
+539b 18408405 increase 5 ,temp 
+539c 6048c5a4 storet 1 ,mem_adc_channel_gpio 
+
+mouse_adc_gpio_set_next:
+539d 18422200 copy temp ,rega 
+539e 20406bc4 call gpio_get_config 
+539f c01fdf45 beq gpcfg_output_high ,mouse_set_24g_led_statue 
+53a0 20405f43 call mouse_clear_24g_led_statue 
+53a1 1a220400 copy rega ,temp 
+53a2 20206bae branch gpio_set_high_impedance 
+
+mouse_adc_gpio_4_7_set:
+53a3 18408404 increase 4 ,temp 
+53a4 6048c5a4 storet 1 ,mem_adc_channel_gpio 
+53a5 2020539d branch mouse_adc_gpio_set_next 
+
+mouse_adc_vol_init:
+53a6 6fe0c5a5 fetch 1 ,mem_adc_config_flag_init 
+53a7 c00253af beq adc_config_gpio_h ,mouse_adc_gpio_vol_init 
+53a8 c000d3b4 beq adc_config_hvin ,mouse_adc_gpio_vinlpm_init 
+53a9 7045a501 jam adc_config_hvin ,mem_adc_config_flag_init 
+53aa 582c0172 setarg 0x2c0172 
+53ab 67e1c58b store 3 ,mem_mouse_vdd_full_vol 
+53ac 58014001 setarg 0x014001 
+53ad e7e18005 istore 3 ,contw 
+53ae 20600000 rtn 
+
+mouse_adc_gpio_vol_init:
+53af 585d0099 setarg 0x5d0099 
+53b0 67e1c58b store 3 ,mem_mouse_vdd_full_vol 
+53b1 58007100 setarg 0x007100 
+53b2 e7e18005 istore 3 ,contw 
+53b3 20600000 rtn 
+
+mouse_adc_gpio_vinlpm_init:
+53b4 58c8012c setarg 0xc8012c 
+53b5 67e1c58b store 3 ,mem_mouse_vdd_full_vol 
+53b6 5800dc00 setarg 0x00dc00 
+53b7 e7e18005 istore 3 ,contw 
+53b8 20600000 rtn 
+
+mouse_adc_gpio_mux_init:
+53b9 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+53ba c40a0000 rtnbit0 mouse_enable_adc 
+53bb 70459d01 jam mouse_adc_check_multiple ,mem_adc_mux_status 
+53bc c3970000 rtnbit1 mouse_enable_dpi_key_connect_adc 
+53bd c3958000 rtnbit1 mouse_enable_select_device_by_switch_adc 
+53be 70459d00 jam mouse_adc_check_battery_only ,mem_adc_mux_status 
+53bf 20600000 rtn 
+
+mouse_adc_read_interval:
+53c0 6fe0c59e fetch 1 ,mem_adc_read_timer 
+53c1 1fe0fe01 increase 1 ,pdata 
+53c2 67e0c59e store 1 ,mem_adc_read_timer 
+53c3 6848c59f fetcht 1 ,mem_adc_read_time_init 
+53c4 98467c00 isub temp ,null 
+53c5 20600000 rtn 
+
+mouse_adc_read:
+53c6 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+53c7 c40a0000 rtnbit0 mouse_enable_adc 
+53c8 20405395 call mouse_adc_gpio_set 
+53c9 6fe0c59d fetch 1 ,mem_adc_mux_status 
+53ca 203a53dd branch mouse_adc_read_battery ,blank 
+53cb 6fe0c3c6 fetch 1 ,mem_adc_config_flag 
+53cc c00253d2 beq adc_config_gpio_h ,mouse_adc_read_gpio_mux_start 
+53cd 70459d03 jam mouse_adc_check_vinlpm_multiple ,mem_adc_mux_status 
+53ce 204053c0 call mouse_adc_read_interval 
+53cf 202153d4 branch mouse_adc_read_gpio ,positive 
+53d0 204053d9 call mouse_adc_read_vinlpm 
+53d1 202053e3 branch mouse_adc_read_start 
+
+mouse_adc_read_gpio_mux_start:
+53d2 70459d02 jam mouse_adc_check_gpio_multiple ,mem_adc_mux_status 
+53d3 202053e3 branch mouse_adc_read_start 
+
+mouse_adc_read_gpio:
+53d4 20405397 call mouse_adc_gpio_check_output 
+53d5 7043c604 jam adc_config_gpio_h ,mem_adc_config_flag 
+53d6 6fe0c863 fetch 1 ,mem_24g_device_led_status 
+53d7 245a53d9 ncall mouse_adc_read_vinlpm ,blank 
+53d8 202053e3 branch mouse_adc_read_start 
+
+mouse_adc_read_vinlpm:
+53d9 70459e00 jam 0 ,mem_adc_read_timer 
+53da 6fe0c5a5 fetch 1 ,mem_adc_config_flag_init 
+53db 67e0c3c6 store 1 ,mem_adc_config_flag 
+53dc 20600000 rtn 
+
+mouse_adc_read_battery:
+53dd 6fe0c3c6 fetch 1 ,mem_adc_config_flag 
+53de c08253e1 bne adc_config_gpio_h ,mouse_adc_read_battery_start 
+53df 6fe0c863 fetch 1 ,mem_24g_device_led_status 
+53e0 247a0000 nrtn blank 
+
+mouse_adc_read_battery_start:
+53e1 204053c0 call mouse_adc_read_interval 
+53e2 24610000 nrtn positive 
+
+mouse_adc_read_start:
+53e3 44a04008 bpatch patch08_0 ,mem_patch08 
+53e4 6fe0c863 fetch 1 ,mem_24g_device_led_status 
+53e5 247a0000 nrtn blank 
+53e6 70459e00 jam 0 ,mem_adc_read_timer 
+53e7 20406be2 call enable_adc 
+53e8 20406c11 call adc_calculate 
+53e9 67e14591 store 2 ,mem_mouse_vdd_now_vol 
+53ea 6fe0c3c6 fetch 1 ,mem_adc_config_flag 
+53eb c08253f2 bne adc_config_gpio_h ,mouse_adc_data_process 
+53ec 68494591 fetcht 2 ,mem_mouse_vdd_now_vol 
+53ed 184ffe08 mul32 temp ,8 ,pdata 
+53ee 1fe6fc0a div pdata ,10 
+53ef 20407472 call get_div_result 
+53f0 9840fe00 iadd temp ,pdata 
+53f1 67e14591 store 2 ,mem_mouse_vdd_now_vol 
+
+mouse_adc_data_process:
+53f2 da20458b arg mem_mouse_vdd_calculate_set ,rega 
+53f3 20405404 call mouse_adc_bat_percent_lowpower_out 
+53f4 6fe0c3ca fetch 1 ,mem_adc_power_flag 
+53f5 c2815445 bbit1 2 ,mouse_adc_button_press 
+53f6 c280d323 bbit1 1 ,mouse_power_down 
+53f7 c30053fc bbit0 0 ,mouse_adc_no_low_voltage 
+53f8 7045a201 jam 1 ,mem_mouse_adc_last_low_voltage_flag 
+53f9 202053fa branch mouse_adc_low_voltage 
+
+mouse_adc_low_voltage:
+53fa d8e00004 arg mouse_low_voltage_flag ,queue 
+53fb 20205c8b branch mouse_enable_function_flag 
+
+mouse_adc_no_low_voltage:
+53fc d8e00004 arg mouse_low_voltage_flag ,queue 
+53fd 20405c8f call mouse_disable_function_flag 
+53fe 7045a00c jam 12 ,mem_adc_low_volatage_led_timer_count 
+53ff 6fe0c5a2 fetch 1 ,mem_mouse_adc_last_low_voltage_flag 
+5400 207a0000 rtn blank 
+5401 7045a200 jam 0 ,mem_mouse_adc_last_low_voltage_flag 
+5402 6848c5c9 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+5403 20205f14 branch mouse_led_off 
+
+mouse_adc_bat_percent_lowpower_out:
+5404 44a0c008 bpatch patch08_1 ,mem_patch08 
+5405 efe40011 ifetch 8 ,rega 
+5406 67e404c4 store 8 ,mem_pdatatemp 
+5407 6fe0c59d fetch 1 ,mem_adc_mux_status 
+5408 c000541b beq mouse_adc_check_battery_only ,mouse_adc_bat_percent_lowpower_out_battery 
+5409 c001540b beq mouse_adc_check_gpio_multiple ,mouse_adc_bat_percent_lowpower_out_gpio_multiple 
+540a c001d43a beq mouse_adc_check_vinlpm_multiple ,mouse_adc_bat_percent_lowpower_out_vinlpm_multiple 
+
+mouse_adc_bat_percent_lowpower_out_gpio_multiple:
+540b 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+540c c3175411 bbit0 mouse_enable_dpi_key_connect_adc ,mouse_adc_bat_percent_lowpower_out_gpio_switch 
+540d 6fe104ca fetch 2 ,mem_pdatatemp + 6 
+540e 68494593 fetcht 2 ,mem_mouse_vdd_button_press_vol 
+540f 98467c00 isub temp ,null 
+5410 2421543d nbranch mouse_adc_set_button_press_flag ,positive 
+
+mouse_adc_bat_percent_lowpower_out_gpio_switch:
+5411 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5412 c315d41b bbit0 mouse_enable_select_device_by_switch_adc ,mouse_adc_bat_percent_lowpower_out_battery 
+5413 7045a300 jam 0 ,mem_mouse_adc_button_press_flag 
+5414 6fe104ca fetch 2 ,mem_pdatatemp + 6 
+5415 68494595 fetcht 2 ,mem_mouse_vdd_switch_gnd_24g_vol 
+5416 98467c00 isub temp ,null 
+5417 2421541a nbranch mouse_select_24gdevice ,positive 
+5418 20405c46 call mouse_select_btdevice 
+5419 2020541b branch mouse_adc_bat_percent_lowpower_out_battery 
+
+mouse_select_24gdevice:
+541a 20405c4a call mouse_check_select_24gdevice 
+
+mouse_adc_bat_percent_lowpower_out_battery:
+541b 20405441 call mouse_adc_clear_button_press_flag 
+541c 20406c4d call adc_clear_no_power_flag 
+541d 20406c45 call adc_clear_low_power_flag 
+541e 6fe104ca fetch 2 ,mem_pdatatemp + 6 
+541f 684904c6 fetcht 2 ,mem_pdatatemp + 2 
+5420 98467c00 isub temp ,null 
+5421 24416c49 ncall adc_set_no_power_flag ,positive 
+5422 684904c8 fetcht 2 ,mem_pdatatemp + 4 
+5423 98467c00 isub temp ,null 
+5424 24416c41 ncall adc_set_low_power_flag ,positive 
+
+mouse_adc_bat_level_set:
+5425 6fe104ca fetch 2 ,mem_pdatatemp + 6 
+5426 684904c4 fetcht 2 ,mem_pdatatemp 
+5427 98467c00 isub temp ,null 
+5428 20215436 branch mouse_adc_bat_level_100_percent ,positive 
+5429 684904c6 fetcht 2 ,mem_pdatatemp + 2 
+542a 98467e00 isub temp ,pdata 
+542b 24215438 nbranch mouse_adc_bat_level_0_percent ,positive 
+542c 203a5438 branch mouse_adc_bat_level_0_percent ,blank 
+542d 1fefa264 mul32 pdata ,100 ,rega 
+542e 6fe104c4 fetch 2 ,mem_pdatatemp 
+542f 684904c6 fetcht 2 ,mem_pdatatemp + 2 
+5430 98460400 isub temp ,temp 
+5431 1a227e00 copy rega ,pdata 
+5432 9846fc00 idiv temp 
+5433 20407472 call get_div_result 
+5434 67e0c7a9 store 1 ,mem_le_battery_level_percentage 
+5435 20600000 rtn 
+
+mouse_adc_bat_level_100_percent:
+5436 7047a964 jam 100 ,mem_le_battery_level_percentage 
+5437 20600000 rtn 
+
+mouse_adc_bat_level_0_percent:
+5438 7047a900 jam 0 ,mem_le_battery_level_percentage 
+5439 20600000 rtn 
+
+mouse_adc_bat_percent_lowpower_out_vinlpm_multiple:
+543a 6fe0c3c6 fetch 1 ,mem_adc_config_flag 
+543b c002540b beq adc_config_gpio_h ,mouse_adc_bat_percent_lowpower_out_gpio_multiple 
+543c 2020541b branch mouse_adc_bat_percent_lowpower_out_battery 
+
+mouse_adc_set_button_press_flag:
+543d 6848c3ca fetcht 1 ,mem_adc_power_flag 
+543e 79200402 set1 2 ,temp 
+543f 6048c3ca storet 1 ,mem_adc_power_flag 
+5440 20600000 rtn 
+
+mouse_adc_clear_button_press_flag:
+5441 6848c3ca fetcht 1 ,mem_adc_power_flag 
+5442 793f8402 set0 2 ,temp 
+5443 6048c3ca storet 1 ,mem_adc_power_flag 
+5444 20600000 rtn 
+
+mouse_adc_button_press:
+5445 7045a301 jam 1 ,mem_mouse_adc_button_press_flag 
+5446 20600000 rtn 
+
+mouse_gpio_init:
+5447 20405afd call mouse_logo_led_off 
+5448 20405af0 call mouse_1io2led_all_off 
+5449 6848c3d9 fetcht 1 ,mem_eeprom_wp_gpio 
+544a 20406b96 call gpio_config_output 
+544b 6848c5b3 fetcht 1 ,mem_lbutton_gpio 
+544c 2040547f call mouse_gpio_config_input_pu 
+544d 6848c5b5 fetcht 1 ,mem_rbutton_gpio 
+544e 2040547f call mouse_gpio_config_input_pu 
+544f 6848c5b4 fetcht 1 ,mem_mbutton_gpio 
+5450 2040547f call mouse_gpio_config_input_pu 
+5451 6848c5b6 fetcht 1 ,mem_bk_button_gpio 
+5452 2040547f call mouse_gpio_config_input_pu 
+5453 6848c5b7 fetcht 1 ,mem_fw_button_gpio 
+5454 2040547f call mouse_gpio_config_input_pu 
+5455 6848c5b8 fetcht 1 ,mem_dpi_button_gpio 
+5456 2040547f call mouse_gpio_config_input_pu 
+5457 6848c5c3 fetcht 1 ,mem_matrix_public_gpio 
+5458 2040547f call mouse_gpio_config_input_pu 
+5459 6848c5c4 fetcht 1 ,mem_config_select_device_button_gpio 
+545a 2040547f call mouse_gpio_config_input_pu 
+545b 6848c5c5 fetcht 1 ,mem_customer_key_gpio 
+545c 2040547f call mouse_gpio_config_input_pu 
+545d 6848c5b9 fetcht 1 ,mem_whee_a_data_gpio 
+545e 2040547f call mouse_gpio_config_input_pu 
+545f 6848c5ba fetcht 1 ,mem_whee_b_data_gpio 
+5460 2040547f call mouse_gpio_config_input_pu 
+5461 6848c5c1 fetcht 1 ,mem_whee_ta_data_gpio 
+5462 2040547f call mouse_gpio_config_input_pu 
+5463 6848c5c2 fetcht 1 ,mem_whee_tb_data_gpio 
+5464 2040547f call mouse_gpio_config_input_pu 
+5465 6848c5c6 fetcht 1 ,mem_sensor_motion_gpio 
+5466 2040547f call mouse_gpio_config_input_pu 
+5467 6848c5c7 fetcht 1 ,mem_device_switch_gpio 
+5468 2040547f call mouse_gpio_config_input_pu 
+5469 6848c5c9 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+546a 20406b96 call gpio_config_output 
+546b 6848c5ca fetcht 1 ,mem_config_device_24g_led_gpio 
+546c 20406b96 call gpio_config_output 
+546d 6848c5cb fetcht 1 ,mem_config_device_bt1_led_gpio 
+546e 20406b96 call gpio_config_output 
+546f 6848c5cc fetcht 1 ,mem_config_device_bt2_led_gpio 
+5470 20406b96 call gpio_config_output 
+5471 6848c5cd fetcht 1 ,mem_dpi_led_gpio 
+5472 20406b96 call gpio_config_output 
+5473 6848c5bd fetcht 1 ,mem_select_sensor_angle_gpio 
+5474 2020547f branch mouse_gpio_config_input_pu 
+
+mouse_gpio_set_pupd_by_input:
+5475 18467cff sub temp ,ui_button_gpio_disable ,null 
+5476 20628000 rtn zero 
+5477 18410e7f and temp ,0x7f ,queue 
+5478 6ff2011c fetch 4 ,core_gpio_in 
+5479 afefffff qisolate1 pdata 
+547a 2020d47f branch mouse_gpio_config_input_pu ,true 
+
+mouse_gpio_config_input_pd:
+547b 18467cff sub temp ,ui_button_gpio_disable ,null 
+547c 20628000 rtn zero 
+547d 79200407 set1 gpio_active_bit ,temp 
+547e 20206b7c branch gpio_config_input 
+
+mouse_gpio_config_input_pu:
+547f 18467cff sub temp ,ui_button_gpio_disable ,null 
+5480 20628000 rtn zero 
+5481 793f8407 set0 gpio_active_bit ,temp 
+5482 20206b7c branch gpio_config_input 
+
+mouse_gpio_set_high_impedance:
+5483 6fe1c896 fetch 3 ,mem_mouse_set_high_impedance_bit_set 
+5484 67e184c4 store 3 ,mem_pdatatemp 
+5485 df20000e arg 14 ,loopcnt 
+5486 d8400000 arg 0 ,temp 
+
+mouse_gpio_set_high_impedance_bit_loop:
+5487 6fe184c4 fetch 3 ,mem_pdatatemp 
+5488 2feffe00 isolate1 0 ,pdata 
+5489 2040ebae call gpio_set_high_impedance ,true 
+548a 6fe184c4 fetch 3 ,mem_pdatatemp 
+548b 1fe3fe00 lshift pdata ,pdata 
+548c 67e184c4 store 3 ,mem_pdatatemp 
+548d 18408401 increase 1 ,temp 
+548e c2005487 loop mouse_gpio_set_high_impedance_bit_loop 
+548f 20600000 rtn 
+
+mouse_sensor_spi_init:
+5490 20405495 call mouse_spid_init_pin 
+5491 7043ae73 jam 0x73 ,mem_spi_init_clk 
+5492 20405494 call mouse_spi_init 
+5493 20206749 branch twspi_enable 
+
+mouse_spi_write_flash_cb:
+
+mouse_spi_init:
+5494 20206939 branch spid_init 
+
+mouse_spid_init_pin:
+5495 6fe0c5bb fetch 1 ,mem_mouse_sensor_sclk_gpio 
+5496 d8400021 arg gpcfg_spid_sck ,temp 
+5497 20406bbd call gpio_config_function_int 
+5498 6fe0c5bc fetch 1 ,mem_mouse_sensor_sdio_gpio 
+5499 d8400023 arg gpcfg_spid_sdio ,temp 
+549a 20206bbd branch gpio_config_function_int 
+
+mouse_motion:
+549b 44a14008 bpatch patch08_2 ,mem_patch08 
+549c 78547c00 disable user 
+549d 58000000 setarg 0 
+549e 67e34579 store 6 ,mem_mouse_x 
+549f 20405847 call mouse_check_sensor_data 
+54a0 58000089 setarg 0x0089 
+54a1 2040674d call twspi_write 
+54a2 2040562e call mouse_dpi_config 
+54a3 204054ac call mouse_zwheel 
+54a4 204054b1 call mouse_t_zwheel 
+54a5 2040567b call mouse_key 
+54a6 6fe0c578 fetch 1 ,mem_mouse_key 
+54a7 1fe17e1f and_into 0x1f ,pdata 
+54a8 67e0c578 store 1 ,mem_mouse_key 
+54a9 24345cc5 nbranch mouse_drawing_optima_init ,user 
+54aa 20405cb4 call mouse_drawing_optima 
+54ab 20205aa9 branch mouse_no_data_timer_init 
+
+mouse_zwheel:
+54ac 6fe0c588 fetch 1 ,mem_mouse_z_data 
+54ad 207a0000 rtn blank 
+54ae 67e0c57d store 1 ,mem_mouse_z 
+54af 70458800 jam 0 ,mem_mouse_z_data 
+54b0 202074c8 branch enable_user 
+
+mouse_t_zwheel:
+54b1 6fe0c584 fetch 1 ,mem_mouse_tz_data 
+54b2 207a0000 rtn blank 
+54b3 67e0c57e store 1 ,mem_mouse_tz 
+54b4 70458400 jam 0 ,mem_mouse_tz_data 
+54b5 202074c8 branch enable_user 
+
+mouse_wheel_check:
+54b6 204054c3 call mouse_t_wheel_scan 
+54b7 204054ff call mouse_wheel_scan 
+54b8 6fe0c582 fetch 1 ,mem_wheel_tb_new_pinlevel 
+54b9 6848c581 fetcht 1 ,mem_wheel_tb_old_pinlevel 
+54ba 67e0c581 store 1 ,mem_wheel_tb_old_pinlevel 
+54bb 98467c00 isub temp ,null 
+54bc 2422cdf8 nbranch app_lpm_wake_auto_lock ,zero 
+54bd 6fe0c586 fetch 1 ,mem_mwheel_b_new_pinlevel 
+54be 6848c585 fetcht 1 ,mem_mwheel_b_old_pinlevel 
+54bf 67e0c585 store 1 ,mem_mwheel_b_old_pinlevel 
+54c0 98467c00 isub temp ,null 
+54c1 2422cdf8 nbranch app_lpm_wake_auto_lock ,zero 
+54c2 20600000 rtn 
+
+mouse_t_wheel_scan:
+54c3 6fe0c5c1 fetch 1 ,mem_whee_ta_data_gpio 
+54c4 c17f8000 rtneq gpio_disable 
+54c5 da200000 arg 0 ,rega 
+54c6 6848c5c1 fetcht 1 ,mem_whee_ta_data_gpio 
+54c7 20406b85 call gpio_get_bit 
+54c8 7920a200 setflag true ,0 ,rega 
+54c9 6848c5c2 fetcht 1 ,mem_whee_tb_data_gpio 
+54ca 20406b85 call gpio_get_bit 
+54cb 7920a201 setflag true ,1 ,rega 
+54cc 1a227e00 copy rega ,pdata 
+54cd 67e0c582 store 1 ,mem_wheel_tb_new_pinlevel 
+54ce c000d4d3 beq 0x01 ,mouse_t_wheel_scan_judge1 
+54cf c00154d7 beq 0x02 ,mouse_t_wheel_scan_judge2 
+54d0 6fe0c583 fetch 1 ,mem_wheel_tog 
+54d1 c283d4e3 bbit1 7 ,mouse_t_wheel_scan_judge3 
+54d2 20600000 rtn 
+
+mouse_t_wheel_scan_judge1:
+54d3 6fe0c581 fetch 1 ,mem_wheel_tb_old_pinlevel 
+54d4 c00054db beq 0 ,mouse_t_wheel_scan_judge11 
+54d5 c001d4dd beq 3 ,mouse_t_wheel_scan_judge12 
+54d6 20600000 rtn 
+
+mouse_t_wheel_scan_judge2:
+54d7 6fe0c581 fetch 1 ,mem_wheel_tb_old_pinlevel 
+54d8 c00054df beq 0 ,mouse_t_wheel_scan_judge21 
+54d9 c001d4e1 beq 3 ,mouse_t_wheel_scan_judge22 
+54da 20600000 rtn 
+
+mouse_t_wheel_scan_judge11:
+54db 70458382 jam 0x82 ,mem_wheel_tog 
+54dc 20600000 rtn 
+
+mouse_t_wheel_scan_judge12:
+54dd 70458381 jam 0x81 ,mem_wheel_tog 
+54de 20600000 rtn 
+
+mouse_t_wheel_scan_judge21:
+54df 70458380 jam 0x80 ,mem_wheel_tog 
+54e0 20600000 rtn 
+
+mouse_t_wheel_scan_judge22:
+54e1 70458383 jam 0x83 ,mem_wheel_tog 
+54e2 20600000 rtn 
+
+mouse_t_wheel_scan_judge3:
+54e3 6fe0c583 fetch 1 ,mem_wheel_tog 
+54e4 793ffe07 set0 7 ,pdata 
+54e5 67e0c583 store 1 ,mem_wheel_tog 
+54e6 c00054eb beq 0 ,mouse_t_wheel_scan_judge30 
+54e7 c000d4ee beq 1 ,mouse_t_wheel_scan_judge31 
+54e8 c00154f1 beq 2 ,mouse_t_wheel_scan_judge32 
+54e9 c001d4f4 beq 3 ,mouse_t_wheel_scan_judge33 
+54ea 20600000 rtn 
+
+mouse_t_wheel_scan_judge30:
+54eb 6fe0c582 fetch 1 ,mem_wheel_tb_new_pinlevel 
+54ec c001d4f7 beq 3 ,mouse_wheel_t_forward 
+54ed 20600000 rtn 
+
+mouse_t_wheel_scan_judge31:
+54ee 6fe0c582 fetch 1 ,mem_wheel_tb_new_pinlevel 
+54ef c00054f7 beq 0 ,mouse_wheel_t_forward 
+54f0 20600000 rtn 
+
+mouse_t_wheel_scan_judge32:
+54f1 6fe0c582 fetch 1 ,mem_wheel_tb_new_pinlevel 
+54f2 c001d4fb beq 3 ,mouse_wheel_t_back 
+54f3 20600000 rtn 
+
+mouse_t_wheel_scan_judge33:
+54f4 6fe0c582 fetch 1 ,mem_wheel_tb_new_pinlevel 
+54f5 c00054fb beq 0 ,mouse_wheel_t_back 
+54f6 20600000 rtn 
+
+mouse_wheel_t_forward:
+54f7 6fe0c584 fetch 1 ,mem_mouse_tz_data 
+54f8 1fe0fe01 increase 1 ,pdata 
+54f9 67e0c584 store 1 ,mem_mouse_tz_data 
+54fa 20600000 rtn 
+
+mouse_wheel_t_back:
+54fb 6fe0c584 fetch 1 ,mem_mouse_tz_data 
+54fc 1fe0ffff increase -1 ,pdata 
+54fd 67e0c584 store 1 ,mem_mouse_tz_data 
+54fe 20600000 rtn 
+
+mouse_wheel_scan:
+54ff 6fe0c5b9 fetch 1 ,mem_whee_a_data_gpio 
+5500 c17f8000 rtneq gpio_disable 
+5501 da200000 arg 0 ,rega 
+5502 6848c5b9 fetcht 1 ,mem_whee_a_data_gpio 
+5503 20406b85 call gpio_get_bit 
+5504 7920a200 setflag true ,0 ,rega 
+5505 6848c5ba fetcht 1 ,mem_whee_b_data_gpio 
+5506 20406b85 call gpio_get_bit 
+5507 7920a201 setflag true ,1 ,rega 
+5508 1a227e00 copy rega ,pdata 
+5509 67e0c586 store 1 ,mem_mwheel_b_new_pinlevel 
+550a c000d50f beq 0x01 ,mouse_wheel_scan_judge1 
+550b c0015513 beq 0x02 ,mouse_wheel_scan_judge2 
+550c 6fe0c587 fetch 1 ,mem_mwheel_tog 
+550d c283d51f bbit1 7 ,mouse_wheel_scan_judge3 
+550e 20600000 rtn 
+
+mouse_wheel_scan_judge1:
+550f 6fe0c585 fetch 1 ,mem_mwheel_b_old_pinlevel 
+5510 c0005517 beq 0 ,mouse_wheel_scan_judge11 
+5511 c001d519 beq 3 ,mouse_wheel_scan_judge12 
+5512 20600000 rtn 
+
+mouse_wheel_scan_judge2:
+5513 6fe0c585 fetch 1 ,mem_mwheel_b_old_pinlevel 
+5514 c000551b beq 0 ,mouse_wheel_scan_judge21 
+5515 c001d51d beq 3 ,mouse_wheel_scan_judge22 
+5516 20600000 rtn 
+
+mouse_wheel_scan_judge11:
+5517 70458782 jam 0x82 ,mem_mwheel_tog 
+5518 20600000 rtn 
+
+mouse_wheel_scan_judge12:
+5519 70458781 jam 0x81 ,mem_mwheel_tog 
+551a 20600000 rtn 
+
+mouse_wheel_scan_judge21:
+551b 70458780 jam 0x80 ,mem_mwheel_tog 
+551c 20600000 rtn 
+
+mouse_wheel_scan_judge22:
+551d 70458783 jam 0x83 ,mem_mwheel_tog 
+551e 20600000 rtn 
+
+mouse_wheel_scan_judge3:
+551f 6fe0c587 fetch 1 ,mem_mwheel_tog 
+5520 793ffe07 set0 7 ,pdata 
+5521 67e0c587 store 1 ,mem_mwheel_tog 
+5522 c0005527 beq 0 ,mouse_wheel_scan_judge30 
+5523 c000d52a beq 1 ,mouse_wheel_scan_judge31 
+5524 c001552d beq 2 ,mouse_wheel_scan_judge32 
+5525 c001d530 beq 3 ,mouse_wheel_scan_judge33 
+5526 20600000 rtn 
+
+mouse_wheel_scan_judge30:
+5527 6fe0c586 fetch 1 ,mem_mwheel_b_new_pinlevel 
+5528 c001d533 beq 3 ,mouse_wheel_forward 
+5529 20600000 rtn 
+
+mouse_wheel_scan_judge31:
+552a 6fe0c586 fetch 1 ,mem_mwheel_b_new_pinlevel 
+552b c0005533 beq 0 ,mouse_wheel_forward 
+552c 20600000 rtn 
+
+mouse_wheel_scan_judge32:
+552d 6fe0c586 fetch 1 ,mem_mwheel_b_new_pinlevel 
+552e c001d537 beq 3 ,mouse_wheel_back 
+552f 20600000 rtn 
+
+mouse_wheel_scan_judge33:
+5530 6fe0c586 fetch 1 ,mem_mwheel_b_new_pinlevel 
+5531 c0005537 beq 0 ,mouse_wheel_back 
+5532 20600000 rtn 
+
+mouse_wheel_forward:
+5533 6fe0c588 fetch 1 ,mem_mouse_z_data 
+5534 1fe0fe01 increase 1 ,pdata 
+5535 67e0c588 store 1 ,mem_mouse_z_data 
+5536 20600000 rtn 
+
+mouse_wheel_back:
+5537 6fe0c588 fetch 1 ,mem_mouse_z_data 
+5538 1fe0ffff increase -1 ,pdata 
+5539 67e0c588 store 1 ,mem_mouse_z_data 
+553a 20600000 rtn 
+
+mouse_wheel_gpio_set_wake:
+553b 6848c5b9 fetcht 1 ,mem_whee_a_data_gpio 
+553c 20406b5e call gpio_set_wake_by_current_state 
+553d 6848c5ba fetcht 1 ,mem_whee_b_data_gpio 
+553e 20406b5e call gpio_set_wake_by_current_state 
+553f 6848c5c1 fetcht 1 ,mem_whee_ta_data_gpio 
+5540 20406b5e call gpio_set_wake_by_current_state 
+5541 6848c5c2 fetcht 1 ,mem_whee_tb_data_gpio 
+5542 20206b5e branch gpio_set_wake_by_current_state 
+
+mouse_before_hibernate_wheel_gpio_set:
+5543 6848c5b9 fetcht 1 ,mem_whee_a_data_gpio 
+5544 20405475 call mouse_gpio_set_pupd_by_input 
+5545 6848c5ba fetcht 1 ,mem_whee_b_data_gpio 
+5546 20405475 call mouse_gpio_set_pupd_by_input 
+5547 6848c5c1 fetcht 1 ,mem_whee_ta_data_gpio 
+5548 20405475 call mouse_gpio_set_pupd_by_input 
+5549 6848c5c2 fetcht 1 ,mem_whee_tb_data_gpio 
+554a 20205475 branch mouse_gpio_set_pupd_by_input 
+
+mouse_wheel_trigger:
+554b 6fe1457d fetch 2 ,mem_mouse_z 
+554c 207a0000 rtn blank 
+554d 70458901 jam 1 ,mem_mouse_wheel_trigger 
+554e 70458a0a jam 10 ,mem_mouse_wheel_trigger_timer 
+554f 20600000 rtn 
+
+mouse_wheel_trigger_timer:
+5550 da60458a arg mem_mouse_wheel_trigger_timer ,regc 
+5551 da405553 arg mouse_wheel_trigger_disable ,regb 
+5552 20204dcc branch timer_single_step 
+
+mouse_wheel_trigger_disable:
+5553 70458900 jam 0 ,mem_mouse_wheel_trigger 
+5554 20600000 rtn 
+
+mouse_dpi_check:
+5555 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5556 c2975580 bbit1 mouse_enable_dpi_key_connect_adc ,mouse_dpi_check_connect_adc 
+5557 6fe0c5b8 fetch 1 ,mem_dpi_button_gpio 
+5558 c17f8000 rtneq gpio_disable 
+5559 da200000 arg 0 ,rega 
+555a 70484f05 jam mouse_dpi_key ,mem_mouse_key_temp 
+555b 6848c5b8 fetcht 1 ,mem_dpi_button_gpio 
+555c 20405564 call mouse_dpi_key_check 
+555d 67e0c84c store 1 ,mem_mouse_dpikey_press_status 
+555e 6fe0c5c3 fetch 1 ,mem_matrix_public_gpio 
+555f c07fd578 beq gpio_disable ,mouse_3io6key_dpi_check_end 
+5560 20405710 call mouse_matrix_public_gpio_reset 
+
+mouse_dpi_check_exit:
+5561 1a227e00 copy rega ,pdata 
+5562 c282d582 bbit1 mouse_dpi_key ,mouse_dpi_down 
+5563 20205589 branch mouse_dpi_up 
+
+mouse_dpi_key_check:
+5564 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5565 c296557e bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
+5566 6fe0c84c fetch 1 ,mem_mouse_dpikey_press_status 
+5567 1fe22600 copy pdata ,regc 
+5568 6fe0c5c3 fetch 1 ,mem_matrix_public_gpio 
+5569 c07fd574 beq gpio_disable ,mouse_3io6key_dpi_check 
+556a 6fe0c853 fetch 1 ,mem_mouse_ghost_flag 
+556b 243a557b nbranch mouse_dpi_check_end ,blank 
+
+mouse_dpi_key_connect_matrix:
+556c 20406b85 call gpio_get_bit 
+556d 6848c5c3 fetcht 1 ,mem_matrix_public_gpio 
+556e 2020d57e branch mouse_dpi_key_connect_gnd ,true 
+556f 6848c5c3 fetcht 1 ,mem_matrix_public_gpio 
+5570 20406b96 call gpio_out_active 
+5571 6848c5b8 fetcht 1 ,mem_dpi_button_gpio 
+5572 6fe0c84c fetch 1 ,mem_mouse_dpikey_press_status 
+5573 2020573b branch mouse_check_key_connect_gnd 
+
+mouse_3io6key_dpi_check:
+5574 6fe0c5b8 fetch 1 ,mem_dpi_button_gpio 
+5575 2040575c call mouse_gpio_config_output_low 
+5576 6848c5b8 fetcht 1 ,mem_dpi_button_gpio 
+5577 20205747 branch mouse_3io6key_check 
+
+mouse_3io6key_dpi_check_end:
+5578 6848c5b8 fetcht 1 ,mem_dpi_button_gpio 
+5579 2040547f call mouse_gpio_config_input_pu 
+557a 20205561 branch mouse_dpi_check_exit 
+
+mouse_dpi_check_end:
+557b 70468a00 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
+557c 70484c00 jam 0 ,mem_mouse_dpikey_press_status 
+557d 20600000 rtn 
+
+mouse_dpi_key_connect_gnd:
+557e 6fe0c84c fetch 1 ,mem_mouse_dpikey_press_status 
+557f 2020573b branch mouse_check_key_connect_gnd 
+
+mouse_dpi_check_connect_adc:
+5580 6fe0c5a3 fetch 1 ,mem_mouse_adc_button_press_flag 
+5581 203a5589 branch mouse_dpi_up ,blank 
+
+mouse_dpi_down:
+5582 6fe0c68a fetch 1 ,mem_mouse_dpi_button_state 
+5583 c1008000 rtneq dpi_button_state_down 
+5584 70468a01 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
+5585 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5586 c3940000 rtnbit1 mouse_enable_select_device_by_dpi_button 
+5587 c39b0000 rtnbit1 mouse_enable_dpi_key_long_press_disconvery 
+5588 202055e2 branch mouse_dpi_process 
+
+mouse_dpi_up:
+5589 6fe0c68a fetch 1 ,mem_mouse_dpi_button_state 
+558a c1000000 rtneq dpi_button_state_up 
+558b 70468a00 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
+558c 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+558d c2945590 bbit1 mouse_enable_select_device_by_dpi_button ,mouse_dpi_up_next 
+558e c29b5590 bbit1 mouse_enable_dpi_key_long_press_disconvery ,mouse_dpi_up_next 
+558f 20600000 rtn 
+
+mouse_dpi_up_next:
+5590 6fe0c68b fetch 1 ,mem_mouse_dpi_long_press_flag 
+5591 243a5594 nbranch mouse_dpi_up_after_long_press ,blank 
+5592 6fe0c855 fetch 1 ,mem_select_device_count 
+5593 245a55e2 ncall mouse_dpi_process ,blank 
+
+mouse_dpi_up_after_long_press:
+5594 70468b00 jam 0 ,mem_mouse_dpi_long_press_flag 
+5595 6fe0c436 fetch 1 ,mem_ui_button_timeout 
+5596 67e0c855 store 1 ,mem_select_device_count 
+5597 67e0c854 store 1 ,mem_bt_discovery_count 
+5598 20600000 rtn 
+
+mouse_dpi_another_gpio_check:
+5599 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+559a c41f0000 rtnbit0 mouse_enable_double_dpi_key 
+559b 6fe0c89d fetch 1 ,mem_mouse_another_dpi_connect_vin_flag 
+559c 243a55a2 nbranch mouse_dpi_another_gpio_connect_vin_check ,blank 
+
+mouse_dpi_another_gpio_connect_gnd_check:
+559d 6fe0c5ce fetch 1 ,mem_dpi_another_button_gpio 
+559e 20405759 call mouse_gpio_config_output_high 
+559f 204055b2 call mouse_dpi_another_check 
+55a0 6848c5ce fetcht 1 ,mem_dpi_another_button_gpio 
+55a1 2020547f branch mouse_gpio_config_input_pu 
+
+mouse_dpi_another_gpio_connect_vin_check:
+55a2 6fe0c5ce fetch 1 ,mem_dpi_another_button_gpio 
+55a3 793ffe07 set0 gpio_active_bit ,pdata 
+55a4 67e0c5ce store 1 ,mem_dpi_another_button_gpio 
+55a5 2040575c call mouse_gpio_config_output_low 
+55a6 7048a100 jam mouse_dpi_another_key ,mem_mouse_key_temp_patch 
+55a7 6848c5ce fetcht 1 ,mem_dpi_another_button_gpio 
+55a8 6fe0c89e fetch 1 ,mem_dpi_another_press_status 
+55a9 204055cb call mouse_check_dpi_another_key_connect_vin 
+55aa 204055b6 call mouse_dpi_another_state_check 
+55ab 6848c5ce fetcht 1 ,mem_dpi_another_button_gpio 
+55ac 2020547f branch mouse_gpio_config_input_pu 
+
+mouse_dpi_another_down_new:
+55ad 2040547f call mouse_gpio_config_input_pu 
+55ae 6fe0c89f fetch 1 ,mem_dpi_another_button_state 
+55af c1008000 rtneq dpi_button_state_down 
+55b0 70489f01 jam dpi_button_state_down ,mem_dpi_another_button_state 
+55b1 202055e2 branch mouse_dpi_process 
+
+mouse_dpi_another_check:
+55b2 7048a100 jam mouse_dpi_another_key ,mem_mouse_key_temp_patch 
+55b3 6848c5ce fetcht 1 ,mem_dpi_another_button_gpio 
+55b4 6fe0c89e fetch 1 ,mem_dpi_another_press_status 
+55b5 204055c1 call mouse_check_dpi_another_key_connect_gnd 
+
+mouse_dpi_another_state_check:
+55b6 67e0c89e store 1 ,mem_dpi_another_press_status 
+55b7 6fe0c8a0 fetch 1 ,mem_dpi_another_button_down_enable 
+55b8 203a55bd branch mouse_dpi_another_up ,blank 
+
+mouse_dpi_another_down:
+55b9 6fe0c89f fetch 1 ,mem_dpi_another_button_state 
+55ba c1008000 rtneq dpi_button_state_down 
+55bb 70489f01 jam dpi_button_state_down ,mem_dpi_another_button_state 
+55bc 202055e2 branch mouse_dpi_process 
+
+mouse_dpi_another_up:
+55bd 6fe0c89f fetch 1 ,mem_dpi_another_button_state 
+55be c1000000 rtneq dpi_button_state_up 
+55bf 70489f00 jam dpi_button_state_up ,mem_dpi_another_button_state 
+55c0 20600000 rtn 
+
+mouse_check_dpi_another_key_connect_gnd:
+55c1 1fe3fe00 lshift pdata ,pdata 
+55c2 1fe22400 copy pdata ,regb 
+55c3 20406b85 call gpio_get_bit 
+55c4 7920a400 setflag true ,0 ,regb 
+55c5 1a417e07 and regb ,0x07 ,pdata 
+55c6 6848c8a1 fetcht 1 ,mem_mouse_key_temp_patch 
+55c7 18420e00 copy temp ,queue 
+55c8 c003d5d6 beq 0x07 ,mouse_dpi_another_key_press 
+55c9 c00055d8 beq 0x00 ,mouse_dpi_another_key_release 
+55ca 20600000 rtn 
+
+mouse_check_dpi_another_key_connect_vin:
+55cb 1fe3fe00 lshift pdata ,pdata 
+55cc 1fe22400 copy pdata ,regb 
+55cd 2040547b call mouse_gpio_config_input_pd 
+55ce 20406b85 call gpio_get_bit 
+55cf 7920a400 setflag true ,0 ,regb 
+55d0 1a417e07 and regb ,0x07 ,pdata 
+55d1 6848c8a1 fetcht 1 ,mem_mouse_key_temp_patch 
+55d2 18420e00 copy temp ,queue 
+55d3 c003d5d6 beq 0x07 ,mouse_dpi_another_key_press 
+55d4 c00055d8 beq 0x00 ,mouse_dpi_another_key_release 
+55d5 20600000 rtn 
+
+mouse_dpi_another_key_press:
+55d6 7048a001 jam 1 ,mem_dpi_another_button_down_enable 
+55d7 20600000 rtn 
+
+mouse_dpi_another_key_release:
+55d8 7048a000 jam 0 ,mem_dpi_another_button_down_enable 
+55d9 20600000 rtn 
+
+mouse_double_dpi_judge:
+55da 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+55db c41f0000 rtnbit0 mouse_enable_double_dpi_key 
+55dc 6fe0c5ce fetch 1 ,mem_dpi_another_button_gpio 
+55dd c283d5e0 bbit1 gpio_active_bit ,mouse_another_dpi_connect_vin 
+
+mouse_another_dpi_connect_gnd:
+55de 70489d00 jam 0 ,mem_mouse_another_dpi_connect_vin_flag 
+55df 20600000 rtn 
+
+mouse_another_dpi_connect_vin:
+55e0 70489d01 jam 1 ,mem_mouse_another_dpi_connect_vin_flag 
+55e1 20600000 rtn 
+
+mouse_dpi_process:
+55e2 44a1c008 bpatch patch08_3 ,mem_patch08 
+55e3 204055ef call mouse_dpi_ghost_check 
+55e4 20740000 rtn user 
+55e5 6fe0c63f fetch 1 ,mem_mouse_dpi 
+55e6 1fe20400 copy pdata ,temp 
+55e7 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+55e8 c29f55f8 bbit1 mouse_enable_double_dpi_key ,mouse_double_dpi_check 
+55e9 18427e00 copy temp ,pdata 
+55ea 1fe0fe01 increase 1 ,pdata 
+55eb 1fe17e03 and pdata ,0x03 ,pdata 
+
+mouse_dpi_process_store:
+55ec 67e0c63f store 1 ,mem_mouse_dpi 
+55ed 20405635 call mouse_setting_dpi 
+55ee 20205b8c branch mouse_store_device_info_delay 
+
+mouse_dpi_ghost_check:
+55ef 78547c00 disable user 
+55f0 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+55f1 c3960000 rtnbit1 mouse_enable_dpi_key_connect_gnd 
+55f2 c3970000 rtnbit1 mouse_enable_dpi_key_connect_adc 
+55f3 6fe0c847 fetch 1 ,mem_mouse_lkey_press_status 
+55f4 207a0000 rtn blank 
+55f5 6fe0c848 fetch 1 ,mem_mouse_rkey_press_status 
+55f6 207a0000 rtn blank 
+55f7 202074c8 branch enable_user 
+
+mouse_double_dpi_check:
+55f8 6fe0c8a0 fetch 1 ,mem_dpi_another_button_down_enable 
+55f9 243a5615 nbranch mouse_another_dpi_button_down ,blank 
+
+mouse_dpi_increase:
+55fa 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+55fb c28e5609 bbit1 mouse_enable_dpi_level_4 ,mouse_dpi_increase_level_4 
+55fc 18427e00 copy temp ,pdata 
+55fd c1008000 rtneq mouse_dpi_level2 
+
+mouse_dpi_increase_level:
+55fe c0005605 beq mouse_dpi_level1 ,mouse_dpi_level_3 
+55ff c0015603 beq mouse_dpi_level3 ,mouse_dpi_level_2 
+5600 20600000 rtn 
+
+mouse_dpi_level_1:
+5601 58000002 setarg mouse_dpi_level3 
+5602 202055ec branch mouse_dpi_process_store 
+
+mouse_dpi_level_2:
+5603 58000000 setarg mouse_dpi_level1 
+5604 202055ec branch mouse_dpi_process_store 
+
+mouse_dpi_level_3:
+5605 58000001 setarg mouse_dpi_level2 
+5606 202055ec branch mouse_dpi_process_store 
+
+mouse_dpi_level_4:
+5607 58000003 setarg mouse_dpi_level4 
+5608 202055ec branch mouse_dpi_process_store 
+
+mouse_dpi_increase_level_4:
+5609 18427e00 copy temp ,pdata 
+560a c1008000 rtneq mouse_dpi_level2 
+560b c0005605 beq mouse_dpi_level1 ,mouse_dpi_level_3 
+560c c0015607 beq mouse_dpi_level3 ,mouse_dpi_level_4 
+560d c001d603 beq mouse_dpi_level4 ,mouse_dpi_level_2 
+560e 20600000 rtn 
+
+mouse_dpi_decrease_level_4:
+560f 18427e00 copy temp ,pdata 
+5610 c1010000 rtneq mouse_dpi_level3 
+5611 c0005607 beq mouse_dpi_level1 ,mouse_dpi_level_4 
+5612 c000d603 beq mouse_dpi_level2 ,mouse_dpi_level_2 
+5613 c001d601 beq mouse_dpi_level4 ,mouse_dpi_level_1 
+5614 20600000 rtn 
+
+mouse_another_dpi_button_down:
+
+mouse_dpi_decrease:
+5615 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5616 c28e560f bbit1 mouse_enable_dpi_level_4 ,mouse_dpi_decrease_level_4 
+5617 18427e00 copy temp ,pdata 
+5618 c1010000 rtneq mouse_dpi_level3 
+
+mouse_dpi_decrease_level:
+5619 c0005601 beq mouse_dpi_level1 ,mouse_dpi_level_1 
+561a c000d603 beq mouse_dpi_level2 ,mouse_dpi_level_2 
+561b 20600000 rtn 
+
+mouse_dpi_key_check_long_press:
+561c 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+561d c2945620 bbit1 mouse_enable_select_device_by_dpi_button ,mouse_select_device_by_dpi_button 
+561e c29b5627 bbit1 mouse_enable_dpi_key_long_press_disconvery ,mouse_discovery_by_dpi_button 
+561f 20600000 rtn 
+
+mouse_select_device_by_dpi_button:
+5620 6fe0c68a fetch 1 ,mem_mouse_dpi_button_state 
+5621 c1808000 rtnne dpi_button_state_down 
+5622 da604855 arg mem_select_device_count ,regc 
+5623 da405625 arg mouse_ready_reconnection_by_dpi_button ,regb 
+5624 20204dcc branch timer_single_step 
+
+mouse_ready_reconnection_by_dpi_button:
+5625 70468b01 jam 1 ,mem_mouse_dpi_long_press_flag 
+5626 20205c52 branch mouse_ready_reconnection_by_button 
+
+mouse_discovery_by_dpi_button:
+5627 6fe0c68a fetch 1 ,mem_mouse_dpi_button_state 
+5628 c1808000 rtnne dpi_button_state_down 
+5629 da604854 arg mem_bt_discovery_count ,regc 
+562a da40562c arg mouse_long_dpi_button_bt_discovery ,regb 
+562b 20204dcc branch timer_single_step 
+
+mouse_long_dpi_button_bt_discovery:
+562c 70468b01 jam 1 ,mem_mouse_dpi_long_press_flag 
+562d 20205a3e branch mouse_long_button_bt_discovery 
+
+mouse_dpi_config:
+562e 20205638 branch mouse_setting_sensor_type 
+
+mouse_setting_dpi_4_level:
+562f 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5630 c38e0000 rtnbit1 mouse_enable_dpi_level_4 
+5631 6fe0c63f fetch 1 ,mem_mouse_dpi 
+5632 c1818000 rtnne mouse_dpi_level4 
+5633 70463f00 jam mouse_dpi_level1 ,mem_mouse_dpi 
+5634 20600000 rtn 
+
+mouse_setting_dpi:
+5635 44a24008 bpatch patch08_4 ,mem_patch08 
+5636 2040562f call mouse_setting_dpi_4_level 
+5637 20405ebd call mouse_dpi_led_blink_delay 
+
+mouse_setting_sensor_type:
+5638 6fe0c5d4 fetch 1 ,mem_config_sensor_type 
+5639 c001d65a beq p3212 ,mouse_seting_3212_dpi 
+563a c005d66e beq ka8g2 ,mouse_seting_ka8g2_dpi 
+563b 6fe0c63f fetch 1 ,mem_mouse_dpi 
+563c c0005642 beq mouse_dpi_level1 ,mouse_set_cpi0 
+563d c000d640 beq mouse_dpi_level2 ,mouse_set_cpi1 
+563e c0015644 beq mouse_dpi_level3 ,mouse_set_cpi2 
+563f c001d646 beq mouse_dpi_level4 ,mouse_set_cpi3 
+
+mouse_set_cpi1:
+5640 6848c67e fetcht 1 ,mem_320x_dpi_1 
+5641 20205647 branch mouse_dpi_store 
+
+mouse_set_cpi0:
+5642 6848c67d fetcht 1 ,mem_320x_dpi_0 
+5643 20205647 branch mouse_dpi_store 
+
+mouse_set_cpi2:
+5644 6848c67f fetcht 1 ,mem_320x_dpi_2 
+5645 20205647 branch mouse_dpi_store 
+
+mouse_set_cpi3:
+5646 6848c680 fetcht 1 ,mem_320x_dpi_3 
+
+mouse_dpi_store:
+5647 6fe0c5d4 fetch 1 ,mem_config_sensor_type 
+5648 c0025656 beq p3065_xy ,mouse_3065xy_set_dpi 
+5649 c002d656 beq mx8650 ,mouse_3065xy_set_dpi 
+564a c0045658 beq ka8 ,mouse_ka8_set_dpi 
+564b c003d658 beq p6520 ,mouse_ka8_set_dpi 
+564c c0035656 beq p8009 ,mouse_3065xy_set_dpi 
+
+mouse_dpi_write:
+564d 6048c689 storet 1 ,mem_mouse_cpi_count 
+564e 58000006 setarg mouse_dpi_address 
+564f 2040674e call twspi_read 
+5650 1fe104f8 and pdata ,0xf8 ,temp 
+5651 6fe0c689 fetch 1 ,mem_mouse_cpi_count 
+5652 9840fe00 iadd temp ,pdata 
+5653 1fed7e00 lshift8 pdata ,pdata 
+5654 1fe0fe06 add pdata ,mouse_dpi_address ,pdata 
+5655 2020674d branch twspi_write 
+
+mouse_3065xy_set_dpi:
+5656 184085ff increase -1 ,temp 
+5657 2020564d branch mouse_dpi_write 
+
+mouse_ka8_set_dpi:
+5658 18408402 increase 2 ,temp 
+5659 2020564d branch mouse_dpi_write 
+
+mouse_seting_3212_dpi:
+565a 6fe0c63f fetch 1 ,mem_mouse_dpi 
+565b c0005661 beq mouse_dpi_level1 ,mouse_set_p3212_cpi0 
+565c c000d65f beq mouse_dpi_level2 ,mouse_set_p3212_cpi1 
+565d c0015663 beq mouse_dpi_level3 ,mouse_set_p3212_cpi2 
+565e c001d665 beq mouse_dpi_level4 ,mouse_set_p3212_cpi3 
+
+mouse_set_p3212_cpi1:
+565f 6fe0c682 fetch 1 ,mem_3212_dpi_1 
+5660 20205666 branch mouse_p3212_dpi 
+
+mouse_set_p3212_cpi0:
+5661 6fe0c681 fetch 1 ,mem_3212_dpi_0 
+5662 20205666 branch mouse_p3212_dpi 
+
+mouse_set_p3212_cpi2:
+5663 6fe0c683 fetch 1 ,mem_3212_dpi_2 
+5664 20205666 branch mouse_p3212_dpi 
+
+mouse_set_p3212_cpi3:
+5665 6fe0c684 fetch 1 ,mem_3212_dpi_3 
+
+mouse_p3212_dpi:
+5666 67e0c689 store 1 ,mem_mouse_cpi_count 
+5667 1fed7e00 lshift8 pdata ,pdata 
+5668 1fe22200 copy pdata ,rega 
+5669 1fe0fe0d add pdata ,mouse_p3212_dpi_xaddress ,pdata 
+566a 2040674d call twspi_write 
+566b 1a227e00 copy rega ,pdata 
+566c 1fe0fe0e add pdata ,mouse_p3212_dpi_yaddress ,pdata 
+566d 2020674d branch twspi_write 
+
+mouse_seting_ka8g2_dpi:
+566e 6fe0c63f fetch 1 ,mem_mouse_dpi 
+566f c0005675 beq mouse_dpi_level1 ,mouse_set_pka8g2_cpi0 
+5670 c000d673 beq mouse_dpi_level2 ,mouse_set_pka8g2_cpi1 
+5671 c0015677 beq mouse_dpi_level3 ,mouse_set_pka8g2_cpi2 
+5672 c001d679 beq mouse_dpi_level4 ,mouse_set_pka8g2_cpi3 
+
+mouse_set_pka8g2_cpi1:
+5673 6fe0c686 fetch 1 ,mem_ka8g2_dpi_1 
+5674 20205666 branch mouse_p3212_dpi 
+
+mouse_set_pka8g2_cpi0:
+5675 6fe0c685 fetch 1 ,mem_ka8g2_dpi_0 
+5676 20205666 branch mouse_p3212_dpi 
+
+mouse_set_pka8g2_cpi2:
+5677 6fe0c687 fetch 1 ,mem_ka8g2_dpi_2 
+5678 20205666 branch mouse_p3212_dpi 
+
+mouse_set_pka8g2_cpi3:
+5679 6fe0c688 fetch 1 ,mem_ka8g2_dpi_3 
+567a 20205666 branch mouse_p3212_dpi 
+
+mouse_key:
+567b 20405766 call mouse_check_firekey_gpio 
+567c 6fe0c8a8 fetch 1 ,mem_fire_key_flag 
+567d 243a577d nbranch mouse_fire_key_press ,blank 
+567e 6fe0c8a3 fetch 1 ,mem_fire_key_status 
+567f 243a577c nbranch mouse_fire_key_process ,blank 
+5680 204056b9 call mouse_check_key_gpio 
+5681 20405691 call mouse_ghost_key_check 
+5682 2040538f call mouse_set_mult 
+5683 2040568c call mouse_24g_key 
+5684 1a227e00 copy rega ,pdata 
+5685 6848c580 fetcht 1 ,mem_mouse_key_last 
+5686 67e0c580 store 1 ,mem_mouse_key_last 
+5687 67e0c578 store 1 ,mem_mouse_key 
+5688 9842fe00 ixor temp ,pdata 
+5689 1fe67c00 sub pdata ,0 ,null 
+568a 20628000 rtn zero 
+568b 202074c8 branch enable_user 
+
+mouse_24g_key:
+568c c6930000 rtnmark0 mark_24g 
+568d 1a227e00 copy rega ,pdata 
+568e 207a0000 rtn blank 
+568f 67e0c578 store 1 ,mem_mouse_key 
+5690 202074c8 branch enable_user 
+
+mouse_ghost_key_check:
+5691 70485100 jam 0 ,mem_mouse_matrix_key_cow_count 
+5692 70485200 jam 0 ,mem_mouse_matrix_key_row_count 
+5693 70485300 jam 0 ,mem_mouse_ghost_flag 
+5694 1fe20400 copy pdata ,temp 
+5695 204056a1 call mouse_ghost_key_check_l_bk 
+5696 204056a4 call mouse_ghost_key_check_m_fw 
+5697 204056a7 call mouse_ghost_key_check_bk_fw 
+5698 204056aa call mouse_ghost_key_check_lmr 
+5699 6fe0c852 fetch 1 ,mem_mouse_matrix_key_row_count 
+569a 207a0000 rtn blank 
+569b 6fe0c851 fetch 1 ,mem_mouse_matrix_key_cow_count 
+569c 207a0000 rtn blank 
+569d 70485301 jam 1 ,mem_mouse_ghost_flag 
+569e 6fe0c580 fetch 1 ,mem_mouse_key_last 
+569f 1fe22200 copy pdata ,rega 
+56a0 20600000 rtn 
+
+mouse_ghost_key_check_l_bk:
+56a1 18417e09 and temp ,mouse_l_bk_button ,pdata 
+56a2 c004d6b2 beq mouse_l_bk_button ,mouse_matrix_cow_more_than_one_key 
+56a3 20600000 rtn 
+
+mouse_ghost_key_check_m_fw:
+56a4 18417e14 and temp ,mouse_m_fw_button ,pdata 
+56a5 c00a56b2 beq mouse_m_fw_button ,mouse_matrix_cow_more_than_one_key 
+56a6 20600000 rtn 
+
+mouse_ghost_key_check_bk_fw:
+56a7 18417e18 and temp ,mouse_bk_fw_button ,pdata 
+56a8 c00c56b0 beq mouse_bk_fw_button ,mouse_matrix_row_more_than_one_key 
+56a9 20600000 rtn 
+
+mouse_ghost_key_check_lmr:
+56aa 18417e07 and temp ,mouse_lmr_button ,pdata 
+56ab c001d6b0 beq mouse_lr_button ,mouse_matrix_row_more_than_one_key 
+56ac c002d6b0 beq mouse_lm_button ,mouse_matrix_row_more_than_one_key 
+56ad c00356b0 beq mouse_rm_button ,mouse_matrix_row_more_than_one_key 
+56ae c003d6b0 beq mouse_lmr_button ,mouse_matrix_row_more_than_one_key 
+56af 20600000 rtn 
+
+mouse_matrix_row_more_than_one_key:
+56b0 70485201 jam 1 ,mem_mouse_matrix_key_row_count 
+56b1 20600000 rtn 
+
+mouse_matrix_cow_more_than_one_key:
+56b2 70485101 jam 1 ,mem_mouse_matrix_key_cow_count 
+56b3 20600000 rtn 
+
+mouse_key_check_once:
+56b4 204056c6 call mouse_check_key_gpio_once 
+56b5 204056b9 call mouse_check_key_gpio 
+56b6 58000000 setarg 0x00 
+56b7 67e1c847 store 3 ,mem_mouse_lkey_press_status 
+56b8 20600000 rtn 
+
+mouse_check_key_gpio:
+56b9 44a2c008 bpatch patch08_5 ,mem_patch08 
+56ba 6fe0c899 fetch 1 ,mem_sensor_shutdown_flag 
+56bb 245a56c6 ncall mouse_check_key_gpio_once ,blank 
+56bc da200000 arg 0 ,rega 
+56bd 204056c9 call mouse_check_lkey_gpio 
+56be 204056d2 call mouse_check_rkey_gpio 
+56bf 204056db call mouse_check_mkey_gpio 
+56c0 204056e4 call mouse_check_bkkey_gpio 
+56c1 20405700 call mouse_check_fwkey_gpio 
+56c2 20405766 call mouse_check_firekey_gpio 
+56c3 2040571d call mouse_check_customerkey_gpio 
+56c4 1a227e00 copy rega ,pdata 
+56c5 20600000 rtn 
+
+mouse_check_key_gpio_once:
+56c6 58030303 setarg 0x030303 
+56c7 67e1c847 store 3 ,mem_mouse_lkey_press_status 
+56c8 20600000 rtn 
+
+mouse_check_lkey_gpio:
+56c9 6fe0c5b3 fetch 1 ,mem_lbutton_gpio 
+56ca 20405759 call mouse_gpio_config_output_high 
+56cb 70484f00 jam mouse_l_key ,mem_mouse_key_temp 
+56cc 6848c5b3 fetcht 1 ,mem_lbutton_gpio 
+56cd 6fe0c847 fetch 1 ,mem_mouse_lkey_press_status 
+56ce 2040573b call mouse_check_key_connect_gnd 
+56cf 67e0c847 store 1 ,mem_mouse_lkey_press_status 
+56d0 6848c5b3 fetcht 1 ,mem_lbutton_gpio 
+56d1 2020547f branch mouse_gpio_config_input_pu 
+
+mouse_check_rkey_gpio:
+56d2 6fe0c5b5 fetch 1 ,mem_rbutton_gpio 
+56d3 20405759 call mouse_gpio_config_output_high 
+56d4 70484f01 jam mouse_r_key ,mem_mouse_key_temp 
+56d5 6848c5b5 fetcht 1 ,mem_rbutton_gpio 
+56d6 6fe0c848 fetch 1 ,mem_mouse_rkey_press_status 
+56d7 2040573b call mouse_check_key_connect_gnd 
+56d8 67e0c848 store 1 ,mem_mouse_rkey_press_status 
+56d9 6848c5b5 fetcht 1 ,mem_rbutton_gpio 
+56da 2020547f branch mouse_gpio_config_input_pu 
+
+mouse_check_mkey_gpio:
+56db 6fe0c5b4 fetch 1 ,mem_mbutton_gpio 
+56dc 20405759 call mouse_gpio_config_output_high 
+56dd 70484f02 jam mouse_m_key ,mem_mouse_key_temp 
+56de 6848c5b4 fetcht 1 ,mem_mbutton_gpio 
+56df 6fe0c849 fetch 1 ,mem_mouse_mkey_press_status 
+56e0 2040573b call mouse_check_key_connect_gnd 
+56e1 67e0c849 store 1 ,mem_mouse_mkey_press_status 
+56e2 6848c5b4 fetcht 1 ,mem_mbutton_gpio 
+56e3 2020547f branch mouse_gpio_config_input_pu 
+
+mouse_check_bkkey_gpio:
+56e4 6fe0c5b6 fetch 1 ,mem_bk_button_gpio 
+56e5 c17f8000 rtneq gpio_disable 
+56e6 70484f03 jam mouse_bk_key ,mem_mouse_key_temp 
+56e7 6fe0c84a fetch 1 ,mem_mouse_bkkey_press_status 
+56e8 1fe22600 copy pdata ,regc 
+56e9 6848c5b6 fetcht 1 ,mem_bk_button_gpio 
+56ea 6fe0c5c3 fetch 1 ,mem_matrix_public_gpio 
+56eb c07fd6f9 beq gpio_disable ,mouse_3io6key_bk_check 
+56ec 20406b85 call gpio_get_bit 
+56ed 2020d6f5 branch mouse_check_bk_button_connect_gnd ,true 
+56ee 6848c5c3 fetcht 1 ,mem_matrix_public_gpio 
+56ef 20406b96 call gpio_out_active 
+56f0 6848c5b6 fetcht 1 ,mem_bk_button_gpio 
+56f1 6fe0c84a fetch 1 ,mem_mouse_bkkey_press_status 
+56f2 2040573b call mouse_check_key_connect_gnd 
+
+mouse_check_bkkey_gpio_end:
+56f3 67e0c84a store 1 ,mem_mouse_bkkey_press_status 
+56f4 20205710 branch mouse_matrix_public_gpio_reset 
+
+mouse_check_bk_button_connect_gnd:
+56f5 6848c5c3 fetcht 1 ,mem_matrix_public_gpio 
+56f6 6fe0c84a fetch 1 ,mem_mouse_bkkey_press_status 
+56f7 2040573b call mouse_check_key_connect_gnd 
+56f8 202056f3 branch mouse_check_bkkey_gpio_end 
+
+mouse_3io6key_bk_check:
+56f9 6fe0c5b6 fetch 1 ,mem_bk_button_gpio 
+56fa 2040575c call mouse_gpio_config_output_low 
+56fb 6848c5b6 fetcht 1 ,mem_bk_button_gpio 
+56fc 20405747 call mouse_3io6key_check 
+56fd 67e0c84a store 1 ,mem_mouse_bkkey_press_status 
+56fe 6848c5b6 fetcht 1 ,mem_bk_button_gpio 
+56ff 2020547f branch mouse_gpio_config_input_pu 
+
+mouse_check_fwkey_gpio:
+5700 6fe0c5b7 fetch 1 ,mem_fw_button_gpio 
+5701 c17f8000 rtneq gpio_disable 
+5702 70484f04 jam mouse_fw_key ,mem_mouse_key_temp 
+5703 6fe0c84b fetch 1 ,mem_mouse_fwkey_press_status 
+5704 1fe22600 copy pdata ,regc 
+5705 6848c5b7 fetcht 1 ,mem_fw_button_gpio 
+5706 6fe0c5c3 fetch 1 ,mem_matrix_public_gpio 
+5707 c07fd716 beq gpio_disable ,mouse_3io6key_fw_check 
+5708 20406b85 call gpio_get_bit 
+5709 2020d712 branch mouse_check_fw_button_connect_gnd ,true 
+570a 6848c5c3 fetcht 1 ,mem_matrix_public_gpio 
+570b 20406b96 call gpio_out_active 
+570c 6848c5b7 fetcht 1 ,mem_fw_button_gpio 
+570d 6fe0c84b fetch 1 ,mem_mouse_fwkey_press_status 
+570e 2040573b call mouse_check_key_connect_gnd 
+
+mouse_check_fwkey_gpio_end:
+570f 67e0c84b store 1 ,mem_mouse_fwkey_press_status 
+
+mouse_matrix_public_gpio_reset:
+5710 6848c5c3 fetcht 1 ,mem_matrix_public_gpio 
+5711 2020547f branch mouse_gpio_config_input_pu 
+
+mouse_check_fw_button_connect_gnd:
+5712 6848c5c3 fetcht 1 ,mem_matrix_public_gpio 
+5713 6fe0c84b fetch 1 ,mem_mouse_fwkey_press_status 
+5714 2040573b call mouse_check_key_connect_gnd 
+5715 2020570f branch mouse_check_fwkey_gpio_end 
+
+mouse_3io6key_fw_check:
+5716 6fe0c5b7 fetch 1 ,mem_fw_button_gpio 
+5717 2040575c call mouse_gpio_config_output_low 
+5718 6848c5b7 fetcht 1 ,mem_fw_button_gpio 
+5719 20405747 call mouse_3io6key_check 
+571a 67e0c84b store 1 ,mem_mouse_fwkey_press_status 
+571b 6848c5b7 fetcht 1 ,mem_fw_button_gpio 
+571c 2020547f branch mouse_gpio_config_input_pu 
+
+mouse_check_customerkey_gpio:
+571d 70484400 jam 0 ,mem_customer_key 
+571e 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+571f c40a8000 rtnbit0 mouse_enable_keyboard 
+5720 6fe0c5c5 fetch 1 ,mem_customer_key_gpio 
+5721 c17f8000 rtneq gpio_disable 
+5722 70484f07 jam mouse_customer_key ,mem_mouse_key_temp 
+5723 6848c5c5 fetcht 1 ,mem_customer_key_gpio 
+5724 6fe0c84e fetch 1 ,mem_mouse_customerkey_press_status 
+5725 2040573b call mouse_check_key_connect_gnd 
+5726 67e0c84e store 1 ,mem_mouse_customerkey_press_status 
+5727 1a227e00 copy rega ,pdata 
+5728 c283d72d bbit1 mouse_customer_key ,mouse_customerkey_press 
+5729 20405730 call mouse_customerkey_release 
+
+mouse_check_customerkey_gpio_exit:
+572a 6fe0c845 fetch 1 ,mem_customer_data_trigger 
+572b 67e0c846 store 1 ,mem_customer_data_trigger_last 
+572c 20600000 rtn 
+
+mouse_customerkey_press:
+572d 70484501 jam 1 ,mem_customer_data_trigger 
+572e 20405733 call mouse_customer_key_need_send 
+572f 2020572a branch mouse_check_customerkey_gpio_exit 
+
+mouse_customerkey_release:
+5730 70484500 jam 0 ,mem_customer_data_trigger 
+5731 6fe0c846 fetch 1 ,mem_customer_data_trigger_last 
+5732 207a0000 rtn blank 
+
+mouse_customer_key_need_send:
+5733 70484401 jam 1 ,mem_customer_key 
+5734 20600000 rtn 
+
+mouse_check_matrix_button_connect_gnd:
+5735 20406b85 call gpio_get_bit 
+5736 6848c84f fetcht 1 ,mem_mouse_key_temp 
+5737 18420e00 copy temp ,queue 
+5738 2020d745 branch mouse_key_press ,true 
+
+mouse_key_release:
+5739 f93fa200 qset0 rega 
+573a 20600000 rtn 
+
+mouse_check_key_connect_gnd:
+573b 1fe3fe00 lshift pdata ,pdata 
+573c 1fe22400 copy pdata ,regb 
+573d 20406b85 call gpio_get_bit 
+573e 7920a400 setflag true ,0 ,regb 
+
+mouse_check_key_connect_gnd_1:
+573f 1a417e07 and regb ,0x07 ,pdata 
+
+mouse_check_key_connect_gnd_next:
+5740 6848c84f fetcht 1 ,mem_mouse_key_temp 
+5741 18420e00 copy temp ,queue 
+5742 c003d745 beq 0x07 ,mouse_key_press 
+5743 c0005739 beq 0x00 ,mouse_key_release 
+5744 20600000 rtn 
+
+mouse_key_press:
+5745 f9202200 qset1 rega 
+5746 20600000 rtn 
+
+mouse_3io6key_check:
+5747 44a34008 bpatch patch08_6 ,mem_patch08 
+5748 1a627e00 copy regc ,pdata 
+5749 67e0c850 store 1 ,mem_mouse_key_status 
+574a 1fe3fe00 lshift pdata ,pdata 
+574b 1fe22400 copy pdata ,regb 
+574c 18422600 copy temp ,regc 
+574d 2040547b call mouse_gpio_config_input_pd 
+574e 1a620400 copy regc ,temp 
+574f 20406b85 call gpio_get_bit 
+5750 7d20a400 nsetflag true ,0 ,regb 
+5751 20405753 call mouse_check_press 
+5752 20205740 branch mouse_check_key_connect_gnd_next 
+
+mouse_check_press:
+5753 6848c850 fetcht 1 ,mem_mouse_key_status 
+5754 18410401 and_into 0x01 ,temp 
+5755 1a417e01 and regb ,0x01 ,pdata 
+5756 98467c00 isub temp ,null 
+5757 2422d90d nbranch mouse_current_mult_update ,zero 
+5758 20600000 rtn 
+
+mouse_gpio_config_output_high:
+5759 c17f8000 rtneq gpio_disable 
+575a d840003f arg gpcfg_output_high ,temp 
+575b 20206bbd branch gpio_config_function_int 
+
+mouse_gpio_config_output_low:
+575c c17f8000 rtneq gpio_disable 
+575d d840003e arg gpcfg_output_low ,temp 
+575e 20206bbd branch gpio_config_function_int 
+
+mouse_firebutton_connect_state_check:
+575f 6fe0c5cf fetch 1 ,mem_firebutton_gpio 
+5760 c17f8000 rtneq gpio_disable 
+5761 c283d764 bbit1 gpio_active_bit ,mouse_firebutton_connect_vin 
+
+mouse_firebutton_connect_gnd:
+5762 7048a200 jam 0 ,mem_mouse_firebutton_connect_vin_flag 
+5763 20600000 rtn 
+
+mouse_firebutton_connect_vin:
+5764 7048a201 jam 1 ,mem_mouse_firebutton_connect_vin_flag 
+5765 20600000 rtn 
+
+mouse_check_firekey_gpio:
+5766 da400000 arg 0 ,regb 
+5767 6fe0c5cf fetch 1 ,mem_firebutton_gpio 
+5768 c17f8000 rtneq gpio_disable 
+5769 6fe0c8a2 fetch 1 ,mem_mouse_firebutton_connect_vin_flag 
+576a 243a5773 nbranch mouse_check_firekey_connect_vin ,blank 
+
+mouse_check_firekey_connect_gnd:
+576b 6848c5cf fetcht 1 ,mem_firebutton_gpio 
+576c 2040547f call mouse_gpio_config_input_pu 
+576d 6848c5cf fetcht 1 ,mem_firebutton_gpio 
+576e 20406b85 call gpio_get_bit 
+576f 7920a400 setflag true ,0 ,regb 
+
+mouse_firekey_state_store:
+5770 1a427e00 copy regb ,pdata 
+5771 67e0c8a8 store 1 ,mem_fire_key_flag 
+5772 20600000 rtn 
+
+mouse_check_firekey_connect_vin:
+5773 6fe0c5cf fetch 1 ,mem_firebutton_gpio 
+5774 793ffe07 set0 gpio_active_bit ,pdata 
+5775 67e0c5cf store 1 ,mem_firebutton_gpio 
+5776 6848c5cf fetcht 1 ,mem_firebutton_gpio 
+5777 2040547b call mouse_gpio_config_input_pd 
+5778 6848c5cf fetcht 1 ,mem_firebutton_gpio 
+5779 20406b85 call gpio_get_bit 
+577a 7d20a400 nsetflag true ,0 ,regb 
+577b 20205770 branch mouse_firekey_state_store 
+
+mouse_fire_key_process:
+577c c0025795 beq 4 ,mouse_fire_key_process_end 
+
+mouse_fire_key_press:
+577d 20405798 call mouse_firekey_clkn_bt_timer_check 
+577e 6fe248a4 fetch 4 ,mem_fire_key_delay 
+577f d84000a0 arg 0xa0 ,temp 
+5780 98408400 iadd temp ,temp 
+5781 1c427e00 copy clkn_bt ,pdata 
+5782 98467c00 isub temp ,null 
+5783 24610000 nrtn positive 
+5784 67e248a4 store 4 ,mem_fire_key_delay 
+5785 6fe0c8a3 fetch 1 ,mem_fire_key_status 
+5786 c000578b beq 0 ,mouse_fire_key_process_start 
+5787 c000d78e beq 1 ,mouse_fire_key_process_release1 
+5788 c0015791 beq 2 ,mouse_fire_key_process_start2 
+5789 c001d793 beq 3 ,mouse_fire_key_process_release2 
+578a 20600000 rtn 
+
+mouse_fire_key_process_start:
+578b 7048a301 jam 1 ,mem_fire_key_status 
+
+mouse_fire_key_down:
+578c 70457801 jam 1 ,mem_mouse_key 
+578d 202074c8 branch enable_user 
+
+mouse_fire_key_process_release1:
+578e 7048a302 jam 2 ,mem_fire_key_status 
+
+mouse_fire_key_release:
+578f 70457800 jam 0 ,mem_mouse_key 
+5790 202074c8 branch enable_user 
+
+mouse_fire_key_process_start2:
+5791 7048a303 jam 3 ,mem_fire_key_status 
+5792 2020578c branch mouse_fire_key_down 
+
+mouse_fire_key_process_release2:
+5793 7048a300 jam 0 ,mem_fire_key_status 
+5794 2020578f branch mouse_fire_key_release 
+
+mouse_fire_key_process_end:
+5795 7048a300 jam 0 ,mem_fire_key_status 
+5796 70457800 jam 0 ,mem_mouse_key 
+5797 20600000 rtn 
+
+mouse_firekey_clkn_bt_timer_check:
+5798 684a48a4 fetcht 4 ,mem_fire_key_delay 
+5799 1c427e00 copy clkn_bt ,pdata 
+579a 98467c00 isub temp ,null 
+579b 2441579d ncall mouse_firekey_clkn_bt_timer_timeout ,positive 
+579c 20600000 rtn 
+
+mouse_firekey_clkn_bt_timer_timeout:
+579d 58000000 setarg 0 
+579e 67e248a4 store 4 ,mem_fire_key_delay 
+579f 20600000 rtn 
+
+mouse_init_sunt:
+57a0 44a3c008 bpatch patch08_7 ,mem_patch08 
+57a1 20405490 call mouse_sensor_spi_init 
+57a2 20758000 rtn wake 
+
+mouse_init_sensor_wakeup:
+57a3 20405838 call mouse_sensor_poweron 
+
+mouse_init_sensor:
+57a4 44a44009 bpatch patch09_0 ,mem_patch09 
+57a5 204057af call mouse_read_sensor_id 
+57a6 c01857b6 beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
+57a7 c018d817 beq p3065_id1 ,mouse_init_p3065 
+57a8 c02c5820 beq pka8g2_id1 ,mouse_ka8g2_id2_judge 
+57a9 204057ac call mouse_twspi_reset 
+57aa 20001af4 nop 6900 
+57ab 202057a4 branch mouse_init_sensor 
+
+mouse_twspi_reset:
+57ac 6848c5bb fetcht 1 ,mem_mouse_sensor_sclk_gpio 
+57ad 20406735 call twspi_reset 
+57ae 20205495 branch mouse_spid_init_pin 
+
+mouse_read_sensor_id:
+57af 58000001 setarg pan_reg_pid_h 
+57b0 2040674e call twspi_read 
+57b1 67e0c66f store 1 ,mem_sensor_id2 
+57b2 58000000 setarg pan_reg_pid_l 
+57b3 2040674e call twspi_read 
+57b4 67e0c66e store 1 ,mem_sensor_id1 
+57b5 20600000 rtn 
+
+mouse_init_p32xx_id2_judge:
+57b6 6fe0c66f fetch 1 ,mem_sensor_id2 
+57b7 c02d57bf beq p_mx8650 ,mouse_mx8650_init_param 
+57b8 c06c57c5 beq p8009_id2 ,mouse_8009_init_param 
+57b9 c068d7d4 beq p3205_tj3t_id2 ,mouse_3205_3t_init_param 
+57ba c06957dd beq p3204_tj3l_id2 ,mouse_3204_3l_init_param 
+57bb c00157e4 beq p3212_id2 ,mouse_3212_init_param 
+57bc c02a57ed beq pka8_id2 ,mouse_ka8_init_param_check 
+57bd c0285814 beq p6520a_id2 ,mouse_p6520_init_param 
+57be 202057a4 branch mouse_init_sensor 
+
+mouse_mx8650_init_param:
+57bf 7045d405 jam mx8650 ,mem_config_sensor_type 
+57c0 2040582b call mouse_sensor_reset 
+57c1 204073d8 call delay_10ms 
+57c2 da6046e6 arg mem_sensor_8650_init ,regc 
+57c3 204057e6 call mouse_sensor_wr_seq 
+57c4 2020562e branch mouse_dpi_config 
+
+mouse_8009_init_param:
+57c5 58000016 setarg 0x16 
+57c6 2040674e call twspi_read 
+57c7 1fe67cbd sub pdata ,0xbd ,null 
+57c8 2422d7a0 nbranch mouse_init_sunt ,zero 
+57c9 58000019 setarg 0x19 
+57ca 2040674e call twspi_read 
+57cb 1fe67c55 sub pdata ,0x55 ,null 
+57cc 2422d7a0 nbranch mouse_init_sunt ,zero 
+57cd 5800001b setarg 0x1b 
+57ce 2040674e call twspi_read 
+57cf 1fe67c1d sub pdata ,0x1d ,null 
+57d0 2422d7a0 nbranch mouse_init_sunt ,zero 
+57d1 7045d406 jam p8009 ,mem_config_sensor_type 
+57d2 da60472a arg mem_sensor_8009_init ,regc 
+57d3 202057e6 branch mouse_sensor_wr_seq 
+
+mouse_3205_3t_init_param:
+57d4 7045d400 jam p3205 ,mem_config_sensor_type 
+57d5 da6046a0 arg mem_sensor_3205_init ,regc 
+57d6 204057e6 call mouse_sensor_wr_seq 
+57d7 da6046aa arg mem_sensor_32xx_init ,regc 
+57d8 204057e6 call mouse_sensor_wr_seq 
+57d9 58000943 setarg 0x0943 
+57da 2040674d call twspi_write 
+57db da6046c4 arg mem_sensor_32xx_init_1 ,regc 
+57dc 202057e6 branch mouse_sensor_wr_seq 
+
+mouse_3204_3l_init_param:
+57dd 7045d402 jam p3204 ,mem_config_sensor_type 
+57de da604696 arg mem_sensor_3204_init ,regc 
+57df 204057e6 call mouse_sensor_wr_seq 
+57e0 da6046aa arg mem_sensor_32xx_init ,regc 
+57e1 204057e6 call mouse_sensor_wr_seq 
+57e2 da6046c4 arg mem_sensor_32xx_init_1 ,regc 
+57e3 202057e6 branch mouse_sensor_wr_seq 
+
+mouse_3212_init_param:
+57e4 7045d403 jam p3212 ,mem_config_sensor_type 
+57e5 da60468c arg mem_sensor_3212_init ,regc 
+
+mouse_sensor_wr_seq:
+57e6 efe10013 ifetch 2 ,regc 
+57e7 d840ffff arg 0xffff ,temp 
+57e8 98467c00 isub temp ,null 
+57e9 20628000 rtn zero 
+57ea 2040674d call twspi_write 
+57eb 1a60a602 increase 2 ,regc 
+57ec 202057e6 branch mouse_sensor_wr_seq 
+
+mouse_ka8_init_param_check:
+57ed 20405829 call mouse_sensor_disable_wp 
+57ee 58009a5b setarg 0x9a5b 
+57ef 2040674d call twspi_write 
+57f0 5800000d setarg 0x0d 
+57f1 2040674e call twspi_read 
+57f2 1fe67c12 sub pdata ,0x12 ,null 
+57f3 2022d801 branch mouse_ka8ul_init_param ,zero 
+57f4 1fe67c0a sub pdata ,0x0a ,null 
+57f5 2422d804 nbranch mouse_ka8hd_sensor_judge ,zero 
+57f6 5800000e setarg 0x0e 
+57f7 2040674e call twspi_read 
+57f8 1fe67ce5 sub pdata ,0xe5 ,null 
+57f9 2422d7a4 nbranch mouse_init_sensor ,zero 
+57fa 58000010 setarg 0x10 
+57fb 2040674e call twspi_read 
+57fc 1fe67ca5 sub pdata ,0xa5 ,null 
+57fd 2022d801 branch mouse_ka8ul_init_param ,zero 
+57fe 20405811 call mouse_enable_ka8_sensor_wp 
+
+mouse_ka8_init_param:
+57ff 7045d408 jam ka8 ,mem_config_sensor_type 
+5800 20600000 rtn 
+
+mouse_ka8ul_init_param:
+5801 7045d409 jam ka8_ul ,mem_config_sensor_type 
+5802 da60470c arg mem_sensor_ka8ul_init ,regc 
+5803 202057e6 branch mouse_sensor_wr_seq 
+
+mouse_ka8hd_sensor_judge:
+5804 1fe67c10 sub pdata ,0x10 ,null 
+5805 2422d7a4 nbranch mouse_init_sensor ,zero 
+5806 5800000e setarg 0x0e 
+5807 2040674e call twspi_read 
+5808 1fe67cc5 sub pdata ,0xc5 ,null 
+5809 2422d7a4 nbranch mouse_init_sensor ,zero 
+580a 58000010 setarg 0x10 
+580b 2040674e call twspi_read 
+580c 1fe67c38 sub pdata ,0x38 ,null 
+580d 2422d7a4 nbranch mouse_init_sensor ,zero 
+
+mouse_ka8hd_init_param:
+580e 20405811 call mouse_enable_ka8_sensor_wp 
+580f 7045d40a jam ka8_hd ,mem_config_sensor_type 
+5810 20600000 rtn 
+
+mouse_enable_ka8_sensor_wp:
+5811 5800005b setarg 0x005b 
+5812 2040674d call twspi_write 
+5813 20205827 branch mouse_sensor_enable_wp 
+
+mouse_p6520_init_param:
+5814 7045d407 jam p6520 ,mem_config_sensor_type 
+5815 da60474a arg mem_sensor_p6520_init ,regc 
+5816 202057e6 branch mouse_sensor_wr_seq 
+
+mouse_init_p3065:
+5817 20405838 call mouse_sensor_poweron 
+5818 6fe0c66f fetch 1 ,mem_sensor_id2 
+5819 c038581e beq p3065_xy_id2 ,mouse_p3065xy_init_param 
+581a c000581c beq p3065_id2 ,mouse_p3065_init_param 
+581b 202057a4 branch mouse_init_sensor 
+
+mouse_p3065_init_param:
+581c 7045d401 jam p3065 ,mem_config_sensor_type 
+581d 20600000 rtn 
+
+mouse_p3065xy_init_param:
+581e 7045d404 jam p3065_xy ,mem_config_sensor_type 
+581f 20600000 rtn 
+
+mouse_ka8g2_id2_judge:
+5820 20405838 call mouse_sensor_poweron 
+5821 6fe0c66f fetch 1 ,mem_sensor_id2 
+5822 c02cd824 beq pka8g2_id2 ,mouse_ka8g2_init_param 
+5823 202057b6 branch mouse_init_p32xx_id2_judge 
+
+mouse_ka8g2_init_param:
+5824 7045d40b jam ka8g2 ,mem_config_sensor_type 
+5825 da60473a arg mem_sensor_ka8g2_init ,regc 
+5826 202057e6 branch mouse_sensor_wr_seq 
+
+mouse_sensor_enable_wp:
+5827 58000009 setarg 0x0009 
+5828 2020674d branch twspi_write 
+
+mouse_sensor_disable_wp:
+5829 58005a09 setarg 0x5a09 
+582a 2020674d branch twspi_write 
+
+mouse_sensor_reset:
+582b d8408006 arg 0x8006 ,temp 
+582c 6fe0c5d4 fetch 1 ,mem_config_sensor_type 
+582d c085d82f bne ka8g2 ,mouse_sensor_reset_end 
+582e d8409706 arg 0x9706 ,temp 
+
+mouse_sensor_reset_end:
+582f 18427e00 copy temp ,pdata 
+5830 2040674d call twspi_write 
+5831 20002ee0 nop 12000 
+5832 20600000 rtn 
+
+mouse_sensor_poweron_init:
+5833 da604756 arg mem_sensor_poweron_init ,regc 
+5834 6fe0c5d4 fetch 1 ,mem_config_sensor_type 
+5835 c1858000 rtnne ka8g2 
+5836 da60475e arg mem_sensor_ka8g2_poweron_init ,regc 
+5837 20600000 rtn 
+
+mouse_sensor_poweron:
+5838 44a4c009 bpatch patch09_1 ,mem_patch09 
+5839 20405490 call mouse_sensor_spi_init 
+583a 2040582b call mouse_sensor_reset 
+583b 20405833 call mouse_sensor_poweron_init 
+583c 204057e6 call mouse_sensor_wr_seq 
+583d 2020562e branch mouse_dpi_config 
+
+mouse_sensor_powerdown:
+583e 44a54009 bpatch patch09_2 ,mem_patch09 
+583f 204057a0 call mouse_init_sunt 
+5840 20405490 call mouse_sensor_spi_init 
+5841 d8400806 arg 0x0806 ,temp 
+5842 6fe0c5d4 fetch 1 ,mem_config_sensor_type 
+5843 c085d845 bne ka8g2 ,mouse_sensor_powerdown_end 
+5844 d8401f06 arg 0x1f06 ,temp 
+
+mouse_sensor_powerdown_end:
+5845 18427e00 copy temp ,pdata 
+5846 2020674d branch twspi_write 
+
+mouse_check_sensor_data:
+5847 6fe0c3d2 fetch 1 ,mem_spi_write_flash_sm 
+5848 c1800000 rtnne flash_sm_no_buys 
+5849 6fe0c5d4 fetch 1 ,mem_config_sensor_type 
+584a c0005853 beq p3205 ,mouse_p32xx_sensor_motion 
+584b c000d853 beq p3065 ,mouse_p32xx_sensor_motion 
+584c c0045853 beq ka8 ,mouse_p32xx_sensor_motion 
+584d c0015853 beq p3204 ,mouse_p32xx_sensor_motion 
+584e c001d877 beq p3212 ,mouse_p3212_sensor_motion 
+584f c0025853 beq p3065_xy ,mouse_p32xx_sensor_motion 
+5850 c003589c beq p8009 ,mouse_p8009_sensor_motion 
+5851 c005d895 beq ka8g2 ,mouse_pka8g2_sensor_motion 
+5852 20205853 branch mouse_p32xx_sensor_motion 
+
+mouse_p32xx_sensor_motion:
+5853 204058be call mouse_clear_sensor_data 
+5854 78547c00 disable user 
+5855 6fe0c5c6 fetch 1 ,mem_sensor_motion_gpio 
+5856 c07fd85a beq gpio_disable ,mouse_p32xx_sensor_motion_2 
+5857 6848c5c6 fetcht 1 ,mem_sensor_motion_gpio 
+5858 20406b85 call gpio_get_bit 
+5859 24608000 nrtn true 
+
+mouse_p32xx_sensor_motion_2:
+585a 58000000 setarg pan_reg_pid_l 
+585b 2040674e call twspi_read 
+585c c098586d bne p32xx_id1 ,mouse_p3065_judge 
+
+mouse_p32xx_sensor_motion_1:
+585d 58000002 setarg pan_reg_motion_staus 
+585e 2040674e call twspi_read 
+585f c4038000 rtnbit0 7 
+5860 204058d5 call mouse_read_sensor_common 
+5861 6fe0c579 fetch 1 ,mem_mouse_x 
+5862 204058cd call mouse_data_extsign 
+5863 67e14579 store 2 ,mem_mouse_x 
+5864 6fe0c57b fetch 1 ,mem_mouse_y 
+5865 204058cd call mouse_data_extsign 
+5866 67e1457b store 2 ,mem_mouse_y 
+5867 6fe0c5d5 fetch 1 ,mem_config_sensor_angle 
+5868 c000586f beq mouse_6clk_angle ,mouse_motion32xx_6clk_direction_selection 
+5869 c000d871 beq mouse_9clk_angle ,mouse_motion32xx_9clk_direction_selection 
+586a c0015873 beq mouse_12clk_angle ,mouse_motion32xx_12clk_direction_selection 
+586b c001d875 beq mouse_3clk_angle ,mouse_motion32xx_3clk_direction_selection 
+586c 20600000 rtn 
+
+mouse_p3065_judge:
+586d c018d85d beq p3065_id1 ,mouse_p32xx_sensor_motion_1 
+586e 202057ac branch mouse_twspi_reset 
+
+mouse_motion32xx_6clk_direction_selection:
+586f 204058a7 call mouse_motion_6clk_direction_dispose 
+5870 202058dc branch mouse_sensor_sdio_low 
+
+mouse_motion32xx_9clk_direction_selection:
+5871 204058af call mouse_motion_9clk_direction_dispose 
+5872 202058dc branch mouse_sensor_sdio_low 
+
+mouse_motion32xx_12clk_direction_selection:
+5873 204058ab call mouse_motion_12clk_direction_dispose 
+5874 202058dc branch mouse_sensor_sdio_low 
+
+mouse_motion32xx_3clk_direction_selection:
+5875 204058b7 call mouse_motion_3clk_direction_dispose 
+5876 202058dc branch mouse_sensor_sdio_low 
+
+mouse_p3212_sensor_motion:
+5877 204058be call mouse_clear_sensor_data 
+5878 6fe0c5c6 fetch 1 ,mem_sensor_motion_gpio 
+5879 c07fd87d beq gpio_disable ,mouse_p3212_sensor_motion_1 
+587a 6848c5c6 fetcht 1 ,mem_sensor_motion_gpio 
+587b 20406b85 call gpio_get_bit 
+587c 24608000 nrtn true 
+
+mouse_p3212_sensor_motion_1:
+587d 58000000 setarg pan_reg_pid_l 
+587e 2040674e call twspi_read 
+587f c09857ac bne p32xx_id1 ,mouse_twspi_reset 
+
+mouse_p3212_sensor_motion_2:
+5880 58000002 setarg pan_reg_motion_staus 
+5881 2040674e call twspi_read 
+5882 c4038000 rtnbit0 7 
+5883 204058d5 call mouse_read_sensor_common 
+5884 20405893 call mouse_read_3212sensor_xy_high 
+5885 67e0c57f store 1 ,mem_mouse_xy_h 
+5886 1ff1fe00 rshift4 pdata ,pdata 
+5887 204058d1 call mouse_data_extsign_bit3 
+5888 67e0c57a store 1 ,mem_mouse_x + 1 
+5889 6fe0c57f fetch 1 ,mem_mouse_xy_h 
+588a 1fe17e0f and pdata ,0x0f ,pdata 
+588b 204058d1 call mouse_data_extsign_bit3 
+588c 67e0c57c store 1 ,mem_mouse_y + 1 
+588d 6fe0c5d5 fetch 1 ,mem_config_sensor_angle 
+588e c00058a7 beq mouse_6clk_angle ,mouse_motion_6clk_direction_dispose 
+588f c000d8af beq mouse_9clk_angle ,mouse_motion_9clk_direction_dispose 
+5890 c00158ab beq mouse_12clk_angle ,mouse_motion_12clk_direction_dispose 
+5891 c001d8b7 beq mouse_3clk_angle ,mouse_motion_3clk_direction_dispose 
+5892 20600000 rtn 
+
+mouse_read_3212sensor_xy_high:
+5893 58000012 setarg 0x12 
+5894 2020674e branch twspi_read 
+
+mouse_pka8g2_sensor_motion:
+5895 204058be call mouse_clear_sensor_data 
+5896 6fe0c5c6 fetch 1 ,mem_sensor_motion_gpio 
+5897 c07fd89b beq gpio_disable ,mouse_pka8g2_sensor_motion_1 
+5898 6848c5c6 fetcht 1 ,mem_sensor_motion_gpio 
+5899 20406b85 call gpio_get_bit 
+589a 24608000 nrtn true 
+
+mouse_pka8g2_sensor_motion_1:
+589b 20205880 branch mouse_p3212_sensor_motion_2 
+
+mouse_p8009_sensor_motion:
+589c 204058be call mouse_clear_sensor_data 
+589d 78547c00 disable user 
+589e 58000002 setarg pan_reg_motion_staus 
+589f 2040674e call twspi_read 
+58a0 c4038000 rtnbit0 7 
+58a1 58000008 setarg pan_reg_opration_state 
+58a2 2040674e call twspi_read 
+58a3 203a5860 branch mouse_p32xx_sensor_motion_1 + 3 ,blank 
+58a4 58000000 setarg 0 
+58a5 67e34579 store 6 ,mem_mouse_x 
+58a6 20600000 rtn 
+
+mouse_motion_6clk_direction_dispose:
+58a7 6fe14579 fetch 2 ,mem_mouse_x 
+58a8 1fe67e00 sub pdata ,0 ,pdata 
+58a9 67e14579 store 2 ,mem_mouse_x 
+58aa 202074c8 branch enable_user 
+
+mouse_motion_12clk_direction_dispose:
+58ab 6fe1457b fetch 2 ,mem_mouse_y 
+58ac 1fe67e00 sub pdata ,0 ,pdata 
+58ad 67e1457b store 2 ,mem_mouse_y 
+58ae 202074c8 branch enable_user 
+
+mouse_motion_9clk_direction_dispose:
+58af 6fe1457b fetch 2 ,mem_mouse_y 
+58b0 1fe67e00 sub pdata ,0 ,pdata 
+58b1 67e1457b store 2 ,mem_mouse_y 
+58b2 6fe14579 fetch 2 ,mem_mouse_x 
+58b3 1fe67e00 sub pdata ,0 ,pdata 
+58b4 67e14579 store 2 ,mem_mouse_x 
+58b5 204058b9 call mouse_sensor_data_swap_places 
+58b6 202074c8 branch enable_user 
+
+mouse_motion_3clk_direction_dispose:
+58b7 204058b9 call mouse_sensor_data_swap_places 
+58b8 202074c8 branch enable_user 
+
+mouse_sensor_data_swap_places:
+58b9 6fe1457b fetch 2 ,mem_mouse_y 
+58ba 68494579 fetcht 2 ,mem_mouse_x 
+58bb 67e14579 store 2 ,mem_mouse_x 
+58bc 6049457b storet 2 ,mem_mouse_y 
+58bd 20600000 rtn 
+
+mouse_clear_sensor_data:
+58be 6fe0c675 fetch 1 ,mem_mouse_move_flag 
+58bf 205a58d5 call mouse_read_sensor_common ,blank 
+58c0 70467501 jam 1 ,mem_mouse_move_flag 
+58c1 20600000 rtn 
+
+mouse_clear_sensor_data_by_reset:
+58c2 70476601 jam 1 ,mem_mouse_clear_sensor_data_flag 
+58c3 2040416b call le_set_config_more_data 
+
+mouse_init_sensor_reset:
+58c4 202057a0 branch mouse_init_sunt 
+
+mouse_data_xy_release:
+58c5 6fe0c5c6 fetch 1 ,mem_sensor_motion_gpio 
+58c6 c1ff8000 rtnne gpio_disable 
+58c7 6fe0c768 fetch 1 ,mem_mouse_long_mult_flag 
+58c8 c1808000 rtnne 1 
+58c9 58000000 setarg 0 
+58ca 67e0c768 store 1 ,mem_mouse_long_mult_flag 
+58cb 67e24579 store 4 ,mem_mouse_x 
+58cc 202058c4 branch mouse_init_sensor_reset 
+
+mouse_data_extsign:
+58cd c4038000 rtnbit0 7 
+58ce d840ff00 arg 0xff00 ,temp 
+58cf 9841fe00 ior temp ,pdata 
+58d0 20600000 rtn 
+
+mouse_data_extsign_bit3:
+58d1 c4018000 rtnbit0 3 
+58d2 d84000f0 arg 0xf0 ,temp 
+58d3 9841fe00 ior temp ,pdata 
+58d4 20600000 rtn 
+
+mouse_read_sensor_common:
+58d5 dfe00003 arg pan_reg_delta_x ,pdata 
+58d6 2040674e call twspi_read 
+58d7 67e14579 store 2 ,mem_mouse_x 
+58d8 dfe00004 arg pan_reg_delta_y ,pdata 
+58d9 2040674e call twspi_read 
+58da 67e1457b store 2 ,mem_mouse_y 
+58db 20600000 rtn 
+
+mouse_sensor_sdio_low:
+58dc 6848c5bc fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+58dd 20406b85 call gpio_get_bit 
+58de 20608000 rtn true 
+58df 5800000a setarg 0x0a 
+58e0 2040674e call twspi_read 
+58e1 200003e8 nop 1000 
+58e2 202058dc branch mouse_sensor_sdio_low 
+
+mouse_set_sdio_high:
+58e3 58008100 setarg 0x8100 
+58e4 2020674d branch twspi_write 
+
+mouse_bluetooth_fast_conn_init:
+58e5 70477bff jam 0xff ,mem_mouse_bluetooth_fast_conn_flag 
+
+mouse_ble_fast_conn_init:
+58e6 7043ac34 jam 0x34 ,mem_xrecord_mode 
+58e7 580f0f0f setarg 0x0f0f0f 
+58e8 67e1c2b0 store 3 ,mem_le_lap 
+58e9 67e1c2b3 store 3 ,mem_le_lap + 3 
+58ea 202052fc branch mouse_start_reconnect 
+
+mouse_buletooth_fast_conn_end:
+58eb 44a5c009 bpatch patch09_3 ,mem_patch09 
+58ec 20405b61 call mouse_select_reconn_device 
+58ed 204058f9 call mouse_bluetooth_fast_conn_disable 
+58ee 6fe0c5e5 fetch 1 ,mem_device_flag 
+58ef c000d8f2 beq mode_bt_device1 ,mouse_device1_check_auto_discover 
+58f0 c00158f4 beq mode_bt_device2 ,mouse_device2_check_auto_discover 
+58f1 20600000 rtn 
+
+mouse_device1_check_auto_discover:
+58f2 6fe345e7 fetch 6 ,mem_device1_addr 
+58f3 202058f5 branch mouse_device_check_auto_discover 
+
+mouse_device2_check_auto_discover:
+58f4 6fe34604 fetch 6 ,mem_device2_addr 
+
+mouse_device_check_auto_discover:
+58f5 684b4621 fetcht 6 ,mem_mouse_compare_addr_ff 
+58f6 98467c00 isub temp ,null 
+58f7 2022db08 branch mouse_start_discovery ,zero 
+58f8 202052f2 branch mouse_start_reconnect_device 
+
+mouse_bluetooth_fast_conn_disable:
+58f9 70477b5a jam 0x5a ,mem_mouse_bluetooth_fast_conn_flag 
+58fa 20600000 rtn 
+
+mouse_stop_bluetooth_mode:
+58fb 6fe14434 fetch 2 ,mem_ui_state_map 
+58fc c284ce0b bbit1 ui_state_ble_connected ,app_ble_disconnect 
+58fd 20205b29 branch mouse_stop_discovery 
+
+mouse_disconnect:
+58fe 58000000 setarg 0 
+58ff 67e1476c store 2 ,mem_mouse_no_data_timer 
+5900 6fe14434 fetch 2 ,mem_ui_state_map 
+5901 c284ce0b bbit1 ui_state_ble_connected ,app_ble_disconnect 
+5902 20600000 rtn 
+
+mouse_check_125hz:
+5903 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5904 c40d8000 rtnbit0 mouse_enable_bt_125hz 
+
+mouse_bluetooth_125hz:
+5905 2434590b nbranch mouse_bluetooth_125hz_clear ,user 
+5906 6fe0c767 fetch 1 ,mem_bluetooth_125hz_cnt 
+5907 1fe0fe01 increase 1 ,pdata 
+5908 1fe17e0f and_into 0x0f ,pdata 
+5909 67e0c767 store 1 ,mem_bluetooth_125hz_cnt 
+590a 247a0000 nrtn blank 
+
+mouse_bluetooth_125hz_clear:
+590b 70476700 jam 0 ,mem_bluetooth_125hz_cnt 
+590c 202074ca branch disable_user 
+
+mouse_current_mult_update:
+590d 6fe0c5c6 fetch 1 ,mem_sensor_motion_gpio 
+590e c1ff8000 rtnne gpio_disable 
+590f 7040c100 jam 0 ,mem_lpm_mult 
+5910 7047691e jam 30 ,mem_mouse_current_mult_timer 
+5911 20600000 rtn 
+
+mouse_priority_bb_event:
+5912 44a64009 bpatch patch09_4 ,mem_patch09 
+5913 1a627e00 copy regc ,pdata 
+5914 c00a5921 beq bt_evt_le_connected ,mouse_le_bb_event_connected 
+5915 c00ad932 beq bt_evt_le_disconnected ,mouse_le_bb_disconnected 
+5916 c0085b03 beq bt_evt_button_long_pressed ,mouse_bb_event_discovery_btn 
+5917 c018d93b beq bt_evt_le_pairing_success ,mouse_le_pairing_success 
+5918 c014d93d beq bt_evt_le_enc_info ,mouse_le_enc_info 
+5919 c019593f beq bt_evt_le_start_enc ,mouse_le_ll_start_encryt 
+591a c01f4e15 beq bt_evt_le_pairing_complete ,app_ble_store_reconn_info 
+591b c020594b beq bt_evt_le_parse_conn_papa_update_rsp ,mouse_le_conn_param_update_rsp_recieved 
+591c c01cde21 beq bt_evt_24g_pairing_complete ,mouse_24g_pairing_complete 
+591d c01d5de5 beq bt_evt_24g_attempt_fail ,mouse_24g_attempt_fail 
+591e c01e5e0c beq bt_evt_24g_attempt_success ,mouse_24g_attempt_success 
+591f c022595a beq bt_evt_le_parse_conn_param_accepted ,mouse_le_parse_conn_param_accepted 
+5920 20600000 rtn 
+
+mouse_le_bb_event_connected:
+5921 6fe0c8bd fetch 1 ,mem_mouse_1io2led_led_enable 
+5922 245a5abd ncall mouse_multi_led_on_enable ,blank 
+5923 70476800 jam 0 ,mem_mouse_long_mult_flag 
+5924 204058c4 call mouse_init_sensor_reset 
+5925 70478001 jam 1 ,mem_mouse_le_bb_connected_flag 
+5926 20405dd3 call mouse_24g_first_store_reconn_info 
+5927 6fe0c781 fetch 1 ,mem_mouse_le_reconnect_flag 
+5928 243a592a nbranch mouse_le_bb_event_connected_next ,blank 
+5929 70478214 jam 0x14 ,mem_mouse_send_secutiry_request_timer 
+
+mouse_le_bb_event_connected_next:
+592a 6fe143aa fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+592b 793ffe00 set0 app_disc_by_button ,pdata 
+592c 67e143aa store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+592d 70483100 jam 0 ,mem_mouse_direct_timer 
+592e 6fe147aa fetch 2 ,mem_le_battery_level_updata_timer_init 
+592f 67e147ac store 2 ,mem_le_battery_level_updata_timer 
+5930 20405aa9 call mouse_no_data_timer_init 
+5931 20205b29 branch mouse_stop_discovery 
+
+mouse_le_bb_disconnected:
+5932 58000000 setarg 0 
+5933 67e147ac store 2 ,mem_le_battery_level_updata_timer 
+5934 67e0c8ca store 1 ,mem_mouse_le_send_conn_param_update 
+5935 67e0c8cb store 1 ,mem_mouse_le_send_conn_param_update_timer 
+5936 67e0c780 store 1 ,mem_mouse_le_bb_connected_flag 
+5937 7047ae00 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+5938 70476600 jam 0 ,mem_mouse_clear_sensor_data_flag 
+5939 2040416d call le_clr_config_more_data 
+593a 20205a0f branch mouse_bb_disconnected 
+
+mouse_le_pairing_success:
+593b d8e00002 arg ll_pairing_success_flag ,queue 
+593c 20205947 branch mouse_le_enable_connect_flag 
+
+mouse_le_enc_info:
+
+mouse_updata_le_param:
+593d 7004c312 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+593e 20206f84 branch ui_ipc_send_cmd 
+
+mouse_le_ll_start_encryt:
+593f 6fe0c781 fetch 1 ,mem_mouse_le_reconnect_flag 
+5940 c000d943 beq 1 ,mouse_le_ll_reconn_start_encryt 
+5941 70483014 jam 20 ,mem_le_start_encrypt_timer 
+5942 20205945 branch mouse_le_ll_enable_start_enc_flag 
+
+mouse_le_ll_reconn_start_encryt:
+5943 2040593d call mouse_updata_le_param 
+5944 7048300a jam 10 ,mem_le_start_encrypt_timer 
+
+mouse_le_ll_enable_start_enc_flag:
+5945 d8e00001 arg ll_start_enc_flag ,queue 
+5946 20205947 branch mouse_le_enable_connect_flag 
+
+mouse_le_enable_connect_flag:
+5947 6fe0c82f fetch 1 ,mem_le_connect_status_flag 
+5948 f9207e00 qset1 pdata 
+5949 67e0c82f store 1 ,mem_le_connect_status_flag 
+594a 20600000 rtn 
+
+mouse_le_conn_param_update_rsp_recieved:
+594b 6fe0c8ca fetch 1 ,mem_mouse_le_send_conn_param_update 
+594c 247a0000 nrtn blank 
+594d 7048ca01 jam 1 ,mem_mouse_le_send_conn_param_update 
+594e 7048cb1e jam 30 ,mem_mouse_le_send_conn_param_update_timer 
+594f 20600000 rtn 
+
+mouse_le_conn_param_lpm_disable:
+5950 7047ae01 jam le_lpm_disable ,mem_mouse_le_conn_param_reject 
+5951 20600000 rtn 
+
+mouse_le_bb_event_connect_complete:
+5952 6fe0c781 fetch 1 ,mem_mouse_le_reconnect_flag 
+5953 247a0000 nrtn blank 
+5954 6fe0c36f fetch 1 ,mem_le_att_handle 
+5955 1fe67e22 sub pdata ,34 ,pdata 
+5956 24628000 nrtn zero 
+5957 70483000 jam 0 ,mem_le_start_encrypt_timer 
+
+mouse_le_write_enable:
+5958 d8e00000 arg write_req_enable_flag ,queue 
+5959 20205947 branch mouse_le_enable_connect_flag 
+
+mouse_le_parse_conn_param_accepted:
+595a 6fe0819d fetch 1 ,mem_le_new_conninterval 
+595b 1fe67c0c sub pdata ,le_interval_15ms ,null 
+595c 24215950 nbranch mouse_le_conn_param_lpm_disable ,positive 
+595d 6fe0819f fetch 1 ,mem_le_new_connslavelatency 
+595e 6848c843 fetcht 1 ,mem_lpm_mult_init 
+595f 98467c00 isub temp ,null 
+5960 20215964 branch mouse_le_lpm_mult_reinit ,positive 
+5961 6fe0819f fetch 1 ,mem_le_new_connslavelatency 
+5962 67e0c0c1 store 1 ,mem_lpm_mult 
+5963 20205966 branch mouse_le_conn_param_lpm_enable 
+
+mouse_le_lpm_mult_reinit:
+5964 6fe0c843 fetch 1 ,mem_lpm_mult_init 
+5965 67e0c0c1 store 1 ,mem_lpm_mult 
+
+mouse_le_conn_param_lpm_enable:
+5966 7047ae00 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+5967 20600000 rtn 
+
+mouse_le_clean_connect_flag:
+5968 70482f00 jam 0 ,mem_le_connect_status_flag 
+5969 20600000 rtn 
+
+mouse_le:
+596a 44a6c009 bpatch patch09_5 ,mem_patch09 
+596b 204041cc call le_fifo_check_nearly_full 
+596c 247a0000 nrtn blank 
+596d 6fe0c77b fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+596e c07fd972 beq 0xff ,mouse_le_next 
+596f 6fe0c82f fetch 1 ,mem_le_connect_status_flag 
+5970 1fe17e03 and pdata ,0x03 ,pdata 
+5971 c1818000 rtnne 0x03 
+
+mouse_le_next:
+5972 6fe0c766 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+5973 205a58c2 call mouse_clear_sensor_data_by_reset ,blank 
+5974 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5975 c280d9a2 bbit1 mouse_24g_pairing_flag ,mouse_le_send_empty_packet 
+5976 c28059a2 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
+5977 c282d9a2 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+5978 c28359a2 bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_le_send_empty_packet 
+5979 2040549b call mouse_motion 
+597a 20405903 call mouse_check_125hz 
+597b 24740000 nrtn user 
+597c 2040590d call mouse_current_mult_update 
+597d 204058c5 call mouse_data_xy_release 
+597e 2040554b call mouse_wheel_trigger 
+597f 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5980 c30ad983 bbit0 mouse_enable_keyboard ,mouse_le_send_mouse_data 
+5981 6fe0c844 fetch 1 ,mem_customer_key 
+5982 c000d984 beq 1 ,mouse_le_send_keyboard_package_data 
+
+mouse_le_send_mouse_data:
+5983 202059a4 branch mouse_fill_mouse_data_le 
+
+mouse_le_send_keyboard_package_data:
+5984 6fe0c845 fetch 1 ,mem_customer_data_trigger 
+5985 203a5994 branch mouse_le_release_keyboard_data ,blank 
+5986 6fe44885 fetch 8 ,mem_customer_key_press + 1 
+
+mouse_fill_keyboard_package_data_le:
+5987 67e404c4 store 8 ,mem_pdatatemp 
+5988 6fe0c884 fetch 1 ,mem_customer_key_press 
+5989 c001d996 beq kb_multikey_report_id ,mouse_fill_multimedia_key_data_le 
+598a c0015999 beq kb_system_conctrl_report_id ,mouse_fill_systemctrl_key_data_le 
+598b 7047a008 jam 8 ,mem_le_data_len 
+598c 684947a1 fetcht 2 ,mem_le_keyboard_handle 
+
+mouse_fill_data_le:
+598d 6fe0c7a0 fetch 1 ,mem_le_data_len 
+598e 1fe22200 copy pdata ,rega 
+598f 20404513 call le_att_malloc_tx_notify 
+5990 6848c7a0 fetcht 1 ,mem_le_data_len 
+5991 18427200 copy temp ,loopcnt 
+5992 d8c004c4 arg mem_pdatatemp ,contr 
+5993 20207419 branch memcpy 
+
+mouse_le_release_keyboard_data:
+5994 6fe4488e fetch 8 ,mem_customer_key_release + 1 
+5995 20205987 branch mouse_fill_keyboard_package_data_le 
+
+mouse_fill_multimedia_key_data_le:
+5996 7047a003 jam 3 ,mem_le_data_len 
+5997 684947a3 fetcht 2 ,mem_le_multimedia_handle 
+5998 2020598d branch mouse_fill_data_le 
+
+mouse_fill_systemctrl_key_data_le:
+5999 7047a002 jam 2 ,mem_le_data_len 
+599a 684947a5 fetcht 2 ,mem_le_systemctrl_handle 
+599b 2020598d branch mouse_fill_data_le 
+
+mouse_fill_battery_level_le:
+599c da200001 arg 1 ,rega 
+599d 684947a7 fetcht 2 ,mem_le_battery_level_handle 
+599e 20404513 call le_att_malloc_tx_notify 
+599f 6fe0c7a9 fetch 1 ,mem_le_battery_level_percentage 
+59a0 e7e08005 istore 1 ,contw 
+59a1 20600000 rtn 
+
+mouse_le_send_empty_packet:
+59a2 58000000 setarg 0 
+59a3 67e3c578 store 7 ,mem_mouse_key 
+
+mouse_fill_mouse_data_le:
+59a4 7047a007 jam 7 ,mem_le_data_len 
+59a5 6fe3c578 fetch 7 ,mem_mouse_key 
+59a6 67e384c4 store 7 ,mem_pdatatemp 
+59a7 6849428d fetcht 2 ,mem_le_notify_handle 
+59a8 2020598d branch mouse_fill_data_le 
+
+mouse_check_51cmd_adv:
+59a9 70478100 jam 0 ,mem_mouse_le_reconnect_flag 
+59aa 6fe1c786 fetch 3 ,mem_le_adv_ind 
+59ab 67e1c324 store 3 ,mem_le_adv_data + 4 
+59ac 204059b2 call mouse_le_check_adv_flag 
+59ad 58000005 setarg adv_flag_bredr_not_supported | adv_flag_limited_discoverable 
+59ae e7e08006 istore 1 ,contr 
+59af d8c0478c arg mem_le_adv_swift_pair ,contr 
+59b0 204059b9 call mouse_le_adv_data_update 
+59b1 20206fc0 branch check_51cmd_adv 
+
+mouse_le_check_adv_flag:
+59b2 da204320 arg mem_le_adv_data ,rega 
+
+mouse_le_check_adv_flag_loop:
+59b3 efe08011 ifetch 1 ,rega 
+59b4 207a0000 rtn blank 
+59b5 98c0a200 iadd contr ,rega 
+59b6 efe08006 ifetch 1 ,contr 
+59b7 c1008000 rtneq 0x01 
+59b8 202059b3 branch mouse_le_check_adv_flag_loop 
+
+mouse_le_adv_data_update:
+59b9 d8a0432b arg mem_le_adv_data + 11 ,contw 
+59ba df200013 arg 19 ,loopcnt 
+59bb 20407419 call memcpy 
+59bc 2020410b branch le_modified_name_adv 
+
+mouse_le_name_load:
+59bd 6fe448aa fetch 8 ,mem_le_name_temp 
+59be 207a0000 rtn blank 
+59bf 6fe0c8a9 fetch 1 ,mem_le_name_len_temp 
+59c0 1fe22200 copy pdata ,rega 
+59c1 1fe67c0b sub pdata ,11 ,null 
+59c2 242159cf nbranch mouse_le_name_len_overflow ,positive 
+59c3 d8c048aa arg mem_le_name_temp ,contr 
+59c4 d8a04795 arg mem_le_adv_swift_pair + 9 ,contw 
+59c5 1a227200 copy rega ,loopcnt 
+59c6 20407419 call memcpy 
+59c7 d8c048aa arg mem_le_name_temp ,contr 
+59c8 d8a04342 arg mem_le_scan_data + 2 ,contw 
+59c9 1a227200 copy rega ,loopcnt 
+59ca 20407419 call memcpy 
+59cb d8c048aa arg mem_le_name_temp ,contr 
+59cc d8a0422e arg mem_le_name ,contw 
+59cd 1a227200 copy rega ,loopcnt 
+59ce 20207419 branch memcpy 
+
+mouse_le_name_len_overflow:
+59cf 204059e5 call mouse_le_swift_pair_disable 
+59d0 6fe0c8a9 fetch 1 ,mem_le_name_len_temp 
+59d1 1fe0fe01 increase 1 ,pdata 
+59d2 67e0c78c store 1 ,mem_le_adv_swift_pair 
+59d3 70478d09 jam 9 ,mem_le_adv_swift_pair + 1 
+59d4 d8c048aa arg mem_le_name_temp ,contr 
+59d5 d8a0478e arg mem_le_adv_swift_pair + 2 ,contw 
+59d6 1a227200 copy rega ,loopcnt 
+59d7 20407419 call memcpy 
+59d8 6fe0c8a9 fetch 1 ,mem_le_name_len_temp 
+59d9 1fe0fe01 increase 1 ,pdata 
+59da 67e0c340 store 1 ,mem_le_scan_data 
+59db 70434109 jam 9 ,mem_le_scan_data + 1 
+59dc d8c048aa arg mem_le_name_temp ,contr 
+59dd d8a04342 arg mem_le_scan_data + 2 ,contw 
+59de 1a227200 copy rega ,loopcnt 
+59df 20407419 call memcpy 
+59e0 d8c048a9 arg mem_le_name_len_temp ,contr 
+59e1 d8a0422d arg mem_le_name_len ,contw 
+59e2 1a227200 copy rega ,loopcnt 
+59e3 1f20f201 increase 1 ,loopcnt 
+59e4 20207419 branch memcpy 
+
+mouse_le_swift_pair_disable:
+59e5 d8a0478c arg mem_le_adv_swift_pair ,contw 
+59e6 df200014 arg 20 ,loopcnt 
+59e7 202073ec branch clear_mem 
+
+mouse_le_parse_l2cap:
+59e8 6fe1430e fetch 2 ,mem_le_payload_ptr 
+59e9 1fe08c02 add pdata ,2 ,contr 
+59ea efe10006 ifetch 2 ,contr 
+59eb c00259ed beq le_l2cap_cid_att ,mouse_le_parse_att 
+59ec 20204031 branch le_parse_l2cap + 4 
+
+mouse_le_parse_att:
+59ed efe18006 ifetch 3 ,contr 
+59ee 67e1c36e store 3 ,mem_le_att_opcode 
+59ef c00559f2 beq attop_read_request ,mouse_le_parse_att_read_request 
+59f0 c0095a00 beq attop_write_request ,mouse_le_parse_att_write_request 
+59f1 20204331 branch le_parse_att + 2 
+
+mouse_le_parse_att_read_request:
+59f2 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+59f3 c31dc445 bbit0 mouse_enable_le_battery_service_cancel ,le_parse_att_read_request 
+59f4 204044ec call le_check_encrypt_state 
+59f5 6849436f fetcht 2 ,mem_le_att_handle 
+59f6 6fe0c2f6 fetch 1 ,mem_le_configuration 
+59f7 c281d9fb bbit1 bit_ble_read_auth ,mouse_le_send_att_read_response_check_auth 
+
+mouse_le_send_att_read_response:
+59f8 6fe1436f fetch 2 ,mem_le_att_handle 
+59f9 c0184528 beq 0x30 ,le_send_att_error_response_notfound 
+59fa 20204449 branch le_send_att_read_response 
+
+mouse_le_send_att_read_response_check_auth:
+59fb 6fe14307 fetch 2 ,mem_le_pairing_handle 
+59fc 98467c00 isub temp ,null 
+59fd 2422d9f8 nbranch mouse_le_send_att_read_response ,zero 
+59fe 243459f8 nbranch mouse_le_send_att_read_response ,user 
+59ff 2020446e branch le_send_att_read_response_error_insufficient_auth 
+
+mouse_le_parse_att_write_request:
+5a00 18c22200 copy contr ,rega 
+5a01 6fe1430a fetch 2 ,mem_le_l2cap_size 
+5a02 1fe0a5fd add pdata ,-3 ,regb 
+5a03 20404072 call le_writeatt_cb 
+5a04 6fe0c77b fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+5a05 c07fc4d1 beq 0xff ,le_send_att_write_response_check_auth 
+5a06 6fe0c781 fetch 1 ,mem_mouse_le_reconnect_flag 
+5a07 203a44d1 branch le_send_att_write_response_check_auth ,blank 
+5a08 6fe0c82f fetch 1 ,mem_le_connect_status_flag 
+5a09 c280c4d1 bbit1 ll_start_enc_flag ,le_send_att_write_response_check_auth 
+5a0a 5800001a setarg 0x001a 
+5a0b 6849436f fetcht 2 ,mem_le_att_handle 
+5a0c 98467c00 isub temp ,null 
+5a0d 2422c4d1 nbranch le_send_att_write_response_check_auth ,zero 
+5a0e 2020446e branch le_send_att_read_response_error_insufficient_auth 
+
+mouse_bb_disconnected:
+5a0f 20405a14 call mouse_bb_discon_clear_stack 
+5a10 6fe143a8 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+5a11 c283da1a bbit1 app_disc_ble ,mouse4_0_event_bb_disconn 
+5a12 c2804de8 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+5a13 20205b08 branch mouse_start_discovery 
+
+mouse_bb_discon_clear_stack:
+5a14 58000000 setarg 0 
+5a15 67e44581 store 8 ,mem_wheel_tb_old_pinlevel 
+5a16 e7e20005 istore 4 ,contw 
+5a17 70467500 jam 0 ,mem_mouse_move_flag 
+5a18 70425c00 jam 0 ,mem_ltk_exists 
+5a19 20600000 rtn 
+
+mouse4_0_event_bb_disconn:
+5a1a 20405968 call mouse_le_clean_connect_flag 
+5a1b 6fe143a8 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+5a1c c2804de8 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+5a1d 20205324 branch mouse_app_enter_hibernate 
+
+mouse_bb_event_timer:
+5a1e 44a74009 bpatch patch09_6 ,mem_patch09 
+5a1f 204053c6 call mouse_adc_read 
+5a20 20405f47 call mouse_low_voltage_led_timer 
+5a21 20404907 call g24_pair_timeout_timer 
+5a22 20404ba5 call g24_reconn_timeout_timer 
+5a23 20405d6b call mouse_24g_long_sleep_param_update_timer 
+5a24 20405e9a call mouse_device_poweron_timer 
+5a25 20405ecb call mouse_dpi_led_blink_delay_timer 
+5a26 20405ac1 call mouse_led_multi_timer 
+5a27 20405af3 call mouse_logo_led_on_timer 
+5a28 2040561c call mouse_dpi_key_check_long_press 
+5a29 20405a36 call mouse_bt_discovery_check 
+5a2a 20405a46 call mouse_commbination_key_process 
+5a2b 20405a69 call mouse_check_discovery_timeout_timer 
+5a2c 20405a6e call mouse_check_direct_timeout_timer 
+5a2d 20405a7c call mouse_le_enable_att_list_timer 
+5a2e 20405a8c call mouse_le_battery_updata_timer 
+5a2f 20405a7f call mouse_le_send_smp_security_request_timer 
+5a30 20405a89 call mouse_le_send_conn_param_update_timer 
+5a31 20405a99 call mouse_check_reconnect_delay_long_sleep 
+5a32 20405a9c call mouse_current_mult_update_timer 
+5a33 20405550 call mouse_wheel_trigger_timer 
+5a34 20405aac call mouse_store_information_delay_timer 
+5a35 20205aa3 branch mouse_check_no_data_timeout_timer 
+
+mouse_bt_discovery_check:
+5a36 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5a37 c29bda39 bbit1 mouse_enable_pb_button_long_press_disconvery ,mouse_bt_discovery_by_pb_button 
+5a38 20600000 rtn 
+
+mouse_bt_discovery_by_pb_button:
+5a39 6fe0c857 fetch 1 ,mem_select_device_button_statue 
+5a3a c1808000 rtnne pb_button_state_down 
+5a3b da604854 arg mem_bt_discovery_count ,regc 
+5a3c da405a3e arg mouse_long_button_bt_discovery ,regb 
+5a3d 20204dcc branch timer_single_step 
+
+mouse_long_button_bt_discovery:
+5a3e 6fe0c5e5 fetch 1 ,mem_device_flag 
+5a3f c1000000 rtneq mode_24g_device 
+5a40 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5a41 c3830000 rtnbit1 mouse_bt_discovery_button_long_down_flag 
+5a42 d8e00006 arg mouse_bt_discovery_button_long_down_flag ,queue 
+5a43 20405c8b call mouse_enable_function_flag 
+5a44 20404dbc call app_evt_button_long_pressed 
+5a45 20205b03 branch mouse_bb_event_discovery_btn 
+
+mouse_commbination_key_process:
+5a46 6fe0c5e5 fetch 1 ,mem_device_flag 
+5a47 c0005a4c beq mode_24g_device ,mouse_24g_commbination_key_process 
+5a48 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5a49 c41a8000 rtnbit0 mouse_enable_commbination_key_by_bt_discovery 
+5a4a 6848c882 fetcht 1 ,mem_mouse_commbination_key_bt 
+5a4b 20205a4f branch mouse_commbination_key_start 
+
+mouse_24g_commbination_key_process:
+5a4c 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5a4d c4190000 rtnbit0 mouse_enable_commbination_key_by_24g_pairing 
+5a4e 6848c883 fetcht 1 ,mem_mouse_commbination_key_24g 
+
+mouse_commbination_key_start:
+5a4f 6048c856 storet 1 ,mem_mouse_commbination_key 
+5a50 204056b9 call mouse_check_key_gpio 
+5a51 1fe17e07 and pdata ,0x07 ,pdata 
+5a52 6848c856 fetcht 1 ,mem_mouse_commbination_key 
+5a53 98467c00 isub temp ,null 
+5a54 2022da5b branch mouse_commbination_key_down ,zero 
+
+mouse_commbination_key_up:
+5a55 6fe0c436 fetch 1 ,mem_ui_button_timeout 
+5a56 67e0c859 store 1 ,mem_combination_ui_button_count 
+5a57 6fe0c858 fetch 1 ,mem_commbination_key_statue 
+5a58 c1000000 rtneq commbination_key_state_up 
+5a59 70485800 jam commbination_key_state_up ,mem_commbination_key_statue 
+5a5a 20600000 rtn 
+
+mouse_commbination_key_down:
+5a5b 20405a60 call mouse_combination_ui_timer 
+5a5c 6fe0c858 fetch 1 ,mem_commbination_key_statue 
+5a5d c1008000 rtneq commbination_key_state_down 
+5a5e 70485801 jam commbination_key_state_down ,mem_commbination_key_statue 
+5a5f 20600000 rtn 
+
+mouse_combination_ui_timer:
+5a60 da405dd8 arg mouse_24g_start_pair_mode ,regb 
+5a61 da604859 arg mem_combination_ui_button_count ,regc 
+5a62 6fe0c5e5 fetch 1 ,mem_device_flag 
+5a63 c0004dcc beq mode_24g_device ,timer_single_step 
+5a64 da405a3e arg mouse_long_button_bt_discovery ,regb 
+5a65 20404dcc call timer_single_step 
+5a66 6fe0c859 fetch 1 ,mem_combination_ui_button_count 
+5a67 c000dc7d beq 1 ,mouse_bt_discovery_button_down_enable 
+5a68 20600000 rtn 
+
+mouse_check_discovery_timeout_timer:
+5a69 da60477c arg mem_mouse_discovery_timer ,regc 
+5a6a da405a6c arg mouse_check_discovery_timeout ,regb 
+5a6b 20204dd3 branch timer_single_step_2b 
+
+mouse_check_discovery_timeout:
+5a6c 20405b29 call mouse_stop_discovery 
+5a6d 20205324 branch mouse_app_enter_hibernate 
+
+mouse_check_direct_timeout_timer:
+5a6e da604831 arg mem_mouse_direct_timer ,regc 
+5a6f da405a74 arg mouse_check_direct_timeout ,regb 
+5a70 20404dd3 call timer_single_step_2b 
+5a71 6fe0c831 fetch 1 ,mem_mouse_direct_timer 
+5a72 c000cdff beq 1 ,app_ble_stop_direct_adv 
+5a73 20600000 rtn 
+
+mouse_check_direct_timeout:
+5a74 6fe0c77b fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+5a75 c07fd8eb beq 0xff ,mouse_buletooth_fast_conn_end 
+5a76 6fe0c76a fetch 1 ,mem_reconn_times 
+5a77 243a5ca9 nbranch mouse_polling_device ,blank 
+5a78 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5a79 c299db08 bbit1 mouse_enable_bt_reconnect_timeout_enter_discovery ,mouse_start_discovery 
+5a7a c297ddd0 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_bb_event_reconn_timeout 
+5a7b 20205324 branch mouse_app_enter_hibernate 
+
+mouse_le_enable_att_list_timer:
+5a7c da604830 arg mem_le_start_encrypt_timer ,regc 
+5a7d da405958 arg mouse_le_write_enable ,regb 
+5a7e 20204dcc branch timer_single_step 
+
+mouse_le_send_smp_security_request_timer:
+5a7f 6fe0c780 fetch 1 ,mem_mouse_le_bb_connected_flag 
+5a80 207a0000 rtn blank 
+5a81 da604782 arg mem_mouse_send_secutiry_request_timer ,regc 
+5a82 da405a84 arg mouse_le_pairing_sm_start_check ,regb 
+5a83 20204dcc branch timer_single_step 
+
+mouse_le_pairing_sm_start_check:
+5a84 6fe0c781 fetch 1 ,mem_mouse_le_reconnect_flag 
+5a85 247a0000 nrtn blank 
+5a86 6fe0c2d1 fetch 1 ,mem_le_pairing_state 
+5a87 c1800000 rtnne flag_le_pairing_null 
+5a88 2020469d branch le_pairing_sm_start 
+
+mouse_le_send_conn_param_update_timer:
+5a89 da6048cb arg mem_mouse_le_send_conn_param_update_timer ,regc 
+5a8a da40593d arg mouse_updata_le_param ,regb 
+5a8b 20204dcc branch timer_single_step 
+
+mouse_le_battery_updata_timer:
+5a8c 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5a8d c39d8000 rtnbit1 mouse_enable_le_battery_service_cancel 
+5a8e da6047ac arg mem_le_battery_level_updata_timer ,regc 
+5a8f da405a91 arg mouse_le_battery_level_updata ,regb 
+5a90 20204dcc branch timer_single_step 
+
+mouse_le_battery_level_updata:
+5a91 6fe147aa fetch 2 ,mem_le_battery_level_updata_timer_init 
+5a92 67e147ac store 2 ,mem_le_battery_level_updata_timer 
+5a93 2020599c branch mouse_fill_battery_level_le 
+
+mouse_le_enable_att_list:
+5a94 6fe0c82f fetch 1 ,mem_le_connect_status_flag 
+5a95 c3810000 rtnbit1 ll_pairing_success_flag 
+5a96 2040593d call mouse_updata_le_param 
+5a97 d8e00000 arg write_req_enable_flag ,queue 
+5a98 20205947 branch mouse_le_enable_connect_flag 
+
+mouse_check_reconnect_delay_long_sleep:
+5a99 da60477e arg mem_mouse_bluetooth_reconnect_timeout ,regc 
+5a9a da405324 arg mouse_app_enter_hibernate ,regb 
+5a9b 20204dcc branch timer_single_step 
+
+mouse_current_mult_update_timer:
+5a9c da604769 arg mem_mouse_current_mult_timer ,regc 
+5a9d da405a9f arg mouse_current_mult_reinit ,regb 
+5a9e 20204dcc branch timer_single_step 
+
+mouse_current_mult_reinit:
+5a9f 6fe0c843 fetch 1 ,mem_lpm_mult_init 
+5aa0 67e0c0c1 store 1 ,mem_lpm_mult 
+5aa1 70476801 jam 1 ,mem_mouse_long_mult_flag 
+5aa2 20600000 rtn 
+
+mouse_check_no_data_timeout_timer:
+5aa3 da60476c arg mem_mouse_no_data_timer ,regc 
+5aa4 da405aa6 arg mouse_check_no_data_timeout ,regb 
+5aa5 20204dd3 branch timer_single_step_2b 
+
+mouse_check_no_data_timeout:
+5aa6 6fe0c5e5 fetch 1 ,mem_device_flag 
+5aa7 c0005d80 beq mode_24g_device ,mouse_24g_hibernate_set 
+5aa8 202058fe branch mouse_disconnect 
+
+mouse_no_data_timer_init:
+5aa9 6fe14876 fetch 2 ,mem_mouse_no_data_timeout 
+5aaa 67e1476c store 2 ,mem_mouse_no_data_timer 
+5aab 20600000 rtn 
+
+mouse_store_information_delay_timer:
+5aac da60466c arg mem_store_information_delay_timer ,regc 
+5aad da405aaf arg mouse_store_device_info_check ,regb 
+5aae 20204dcc branch timer_single_step 
+
+mouse_store_device_info_check:
+5aaf 20405b8f call mouse_store_device_info 
+5ab0 6fe0c77f fetch 1 ,mem_mouse_need_soft_reset 
+5ab1 243a5c5c nbranch mouse_soft_reset ,blank 
+5ab2 20600000 rtn 
+
+mouse_device_multi_led_poweron2s_init:
+5ab3 6fe0c8c3 fetch 1 ,mem_mouse_multi_led_powon2s_timer_init 
+5ab4 67e0c8c4 store 1 ,mem_mouse_multi_led_powon2s_timer 
+5ab5 6fe0c8c1 fetch 1 ,mem_mouse_multi_led_poweron2s_flag_init 
+5ab6 67e0c8c2 store 1 ,mem_mouse_multi_led_poweron2s_flag 
+5ab7 20600000 rtn 
+
+mouse_multi_led_blink_enable:
+5ab8 7048be01 jam 1 ,mem_mouse_multi_led_blink_enable 
+5ab9 7048c001 jam multi_led_blink ,mem_mouse_multi_led_type 
+5aba 6fe0c8c5 fetch 1 ,mem_mouse_multi_led_blink_timer_init 
+5abb 67e0c8c6 store 1 ,mem_mouse_multi_led_blink_timer 
+5abc 20600000 rtn 
+
+mouse_multi_led_on_enable:
+5abd 7048be01 jam 1 ,mem_mouse_multi_led_blink_enable 
+5abe 7048c600 jam 0 ,mem_mouse_multi_led_blink_timer 
+5abf 7048c000 jam multi_led_on ,mem_mouse_multi_led_type 
+5ac0 20600000 rtn 
+
+mouse_led_multi_timer:
+5ac1 6fe0c8be fetch 1 ,mem_mouse_multi_led_blink_enable 
+5ac2 207a0000 rtn blank 
+5ac3 6fe0c8c0 fetch 1 ,mem_mouse_multi_led_type 
+5ac4 c000dad1 beq multi_led_blink ,mouse_multi_led_type_blink 
+
+mouse_multi_led_type_on:
+5ac5 6fe0c8c2 fetch 1 ,mem_mouse_multi_led_poweron2s_flag 
+5ac6 243a5ac9 nbranch mouse_device_multi_led_poweron2s ,blank 
+5ac7 7048be00 jam 0 ,mem_mouse_multi_led_blink_enable 
+5ac8 20600000 rtn 
+
+mouse_device_multi_led_poweron2s:
+5ac9 6fe0c8c4 fetch 1 ,mem_mouse_multi_led_powon2s_timer 
+5aca 203a5ace branch mouse_multi_led_poweron2s_and_flag_off ,blank 
+5acb 1fe0ffff increase -1 
+5acc 67e0c8c4 store 1 ,mem_mouse_multi_led_powon2s_timer 
+5acd 20205ad8 branch mouse_device_multi_led_on 
+
+mouse_multi_led_poweron2s_and_flag_off:
+5ace 7048c200 jam 0 ,mem_mouse_multi_led_poweron2s_flag 
+5acf 7048be00 jam 0 ,mem_mouse_multi_led_blink_enable 
+5ad0 20205ae4 branch mouse_device_multi_led_off 
+
+mouse_multi_led_type_blink:
+5ad1 da6048c6 arg mem_mouse_multi_led_blink_timer ,regc 
+5ad2 da405ad4 arg mouse_multi_led_type_blink_timeout ,regb 
+5ad3 20204dcc branch timer_single_step 
+
+mouse_multi_led_type_blink_timeout:
+5ad4 6fe0c8c5 fetch 1 ,mem_mouse_multi_led_blink_timer_init 
+5ad5 67e0c8c6 store 1 ,mem_mouse_multi_led_blink_timer 
+5ad6 6fe0c8c7 fetch 1 ,mem_mouse_multi_led_state 
+5ad7 c000dae4 beq on ,mouse_device_multi_led_off 
+
+mouse_device_multi_led_on:
+5ad8 7048c701 jam on ,mem_mouse_multi_led_state 
+5ad9 6fe0c5e5 fetch 1 ,mem_device_flag 
+5ada c0005ade beq mode_24g_device ,mouse_device_24g_multi_led_on 
+5adb c000dae0 beq mode_bt_device1 ,mouse_device_bt1_multi_led_on 
+5adc c0015ae2 beq mode_bt_device2 ,mouse_device_bt2_multi_led_on 
+5add 20600000 rtn 
+
+mouse_device_24g_multi_led_on:
+5ade 6848c5d0 fetcht 1 ,mem_mouse_1io2led_multi_24g_gpio 
+5adf 20206b96 branch gpio_out_active 
+
+mouse_device_bt1_multi_led_on:
+5ae0 6848c5d1 fetcht 1 ,mem_mouse_1io2led_multi_bt1_gpio 
+5ae1 20206b96 branch gpio_out_active 
+
+mouse_device_bt2_multi_led_on:
+5ae2 6848c5d2 fetcht 1 ,mem_mouse_1io2led_multi_bt2_gpio 
+5ae3 20206b96 branch gpio_out_active 
+
+mouse_device_multi_led_off:
+5ae4 7048c700 jam off ,mem_mouse_multi_led_state 
+5ae5 6fe0c5e5 fetch 1 ,mem_device_flag 
+5ae6 c0005aea beq mode_24g_device ,mouse_device_24g_multi_led_off 
+5ae7 c000daec beq mode_bt_device1 ,mouse_device_bt1_multi_led_off 
+5ae8 c0015aee beq mode_bt_device2 ,mouse_device_bt2_multi_led_off 
+5ae9 20600000 rtn 
+
+mouse_device_24g_multi_led_off:
+5aea 6848c5d0 fetcht 1 ,mem_mouse_1io2led_multi_24g_gpio 
+5aeb 20206bae branch gpio_set_high_impedance 
+
+mouse_device_bt1_multi_led_off:
+5aec 6848c5d1 fetcht 1 ,mem_mouse_1io2led_multi_bt1_gpio 
+5aed 20206bae branch gpio_set_high_impedance 
+
+mouse_device_bt2_multi_led_off:
+5aee 6848c5d2 fetcht 1 ,mem_mouse_1io2led_multi_bt2_gpio 
+5aef 20206bae branch gpio_set_high_impedance 
+
+mouse_1io2led_all_off:
+5af0 20405aea call mouse_device_24g_multi_led_off 
+5af1 20405aec call mouse_device_bt1_multi_led_off 
+5af2 20205aee branch mouse_device_bt2_multi_led_off 
+
+mouse_logo_led_on_timer:
+5af3 6fe0c5d3 fetch 1 ,mem_mouse_logo_led_gpio 
+5af4 c17f8000 rtneq gpio_disable 
+5af5 6fe1476c fetch 2 ,mem_mouse_no_data_timer 
+5af6 207a0000 rtn blank 
+5af7 6fe14876 fetch 2 ,mem_mouse_no_data_timeout 
+5af8 6849476c fetcht 2 ,mem_mouse_no_data_timer 
+5af9 98460400 isub temp ,temp 
+5afa 6fe148c8 fetch 2 ,mem_mouse_logo_led_on_time_init 
+5afb 98467e00 isub temp ,pdata 
+5afc 20215b01 branch mouse_logo_led_on ,positive 
+
+mouse_logo_led_off:
+5afd 6848c5d3 fetcht 1 ,mem_mouse_logo_led_gpio 
+5afe 6fe0c8bd fetch 1 ,mem_mouse_1io2led_led_enable 
+5aff c000ebae beq 1 ,gpio_set_high_impedance 
+5b00 20206b92 branch gpio_out_inactive 
+
+mouse_logo_led_on:
+5b01 6848c5d3 fetcht 1 ,mem_mouse_logo_led_gpio 
+5b02 20206b96 branch gpio_out_active 
+
+mouse_bb_event_discovery_btn:
+5b03 280ffe26 isolate1 mark_24g ,mark 
+5b04 2040dda6 call mouse_24g_stop ,true 
+5b05 204058fe call mouse_disconnect 
+5b06 20405968 call mouse_le_clean_connect_flag 
+5b07 20205b08 branch mouse_start_discovery 
+
+mouse_start_discovery:
+5b08 44a7c009 bpatch patch09_7 ,mem_patch09 
+5b09 6fe14434 fetch 2 ,mem_ui_state_map 
+5b0a 2feffe0b isolate1 ui_state_ble_adv ,pdata 
+5b0b 2040db2f call mouse_stop_le_adv ,true 
+5b0c 204058f9 call mouse_bluetooth_fast_conn_disable 
+5b0d 6fe14434 fetch 2 ,mem_ui_state_map 
+5b0e c285db17 bbit1 ui_state_ble_adv ,mouse_start_discovery_norandom 
+5b0f 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5b10 c3045b17 bbit0 mouse_enable_ble_random_addre ,mouse_start_discovery_norandom 
+5b11 68494644 fetcht 2 ,mem_random_addr_increase_count 
+5b12 18408401 increase 1 ,temp 
+5b13 60494644 storet 2 ,mem_random_addr_increase_count 
+5b14 604942b1 storet 2 ,mem_le_lap + 1 
+5b15 180a7e00 random pdata 
+5b16 67e0c2b0 store 1 ,mem_le_lap 
+
+mouse_start_discovery_norandom:
+5b17 6fe1c783 fetch 3 ,mem_mouse_le_lap_temp 
+5b18 67e1c2b3 store 3 ,mem_le_lap + 3 
+5b19 20404e19 call app_lpm_mult_disable 
+5b1a 6fe145a6 fetch 2 ,mem_mouse_discovery_timeout 
+5b1b 67e1477c store 2 ,mem_mouse_discovery_timer 
+5b1c 58000000 setarg 0 
+5b1d 67e1476c store 2 ,mem_mouse_no_data_timer 
+5b1e 67e147ac store 2 ,mem_le_battery_level_updata_timer 
+5b1f 67e0c831 store 1 ,mem_mouse_direct_timer 
+5b20 67e0c77e store 1 ,mem_mouse_bluetooth_reconnect_timeout 
+5b21 67e0c860 store 1 ,mem_mouse_device_poweron_timer_count 
+5b22 67e0c766 store 1 ,mem_mouse_clear_sensor_data_flag 
+5b23 d8e00002 arg mouse_store_eeprom_flag ,queue 
+5b24 20405c8b call mouse_enable_function_flag 
+5b25 20405c7f call mouse_bt_discovery_button_down_disable 
+5b26 204059a9 call mouse_check_51cmd_adv 
+5b27 20405f7f call mouse_low_voltage_led_blink_disable 
+5b28 20205e1e branch mouse_device_discover_led_config 
+
+mouse_stop_discovery:
+5b29 44a8400a bpatch patch0a_0 ,mem_patch0a 
+5b2a d8e00006 arg mouse_bt_discovery_button_long_down_flag ,queue 
+5b2b 20405c8f call mouse_disable_function_flag 
+5b2c 70477e00 jam 0 ,mem_mouse_bluetooth_reconnect_timeout 
+5b2d 20405b2f call mouse_stop_le_adv 
+5b2e 20205efb branch mouse_device_led_off 
+
+mouse_stop_le_adv:
+5b2f 58000000 setarg 0 
+5b30 67e0c831 store 1 ,mem_mouse_direct_timer 
+5b31 67e1477c store 2 ,mem_mouse_discovery_timer 
+5b32 20206fc6 branch check_51cmd_stop_adv 
+
+mouse_store_remote_bdaddr:
+5b33 44a8c00a bpatch patch0a_1 ,mem_patch0a 
+5b34 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5b35 c4010000 rtnbit0 mouse_store_eeprom_flag 
+5b36 20405ea2 call mouse_device_poweron_timer_init 
+5b37 d8e00002 arg mouse_store_eeprom_flag ,queue 
+5b38 20405c8f call mouse_disable_function_flag 
+5b39 20405b3c call mouse_check_device_addr 
+
+mouse_unplug_clean_bdaddr:
+5b3a 20405b4b call mouse_before_store_reconn_info 
+5b3b 20205b8c branch mouse_store_device_info_delay 
+
+mouse_check_device_addr:
+5b3c 6fe0802d fetch 1 ,mem_record_bt_mode 
+5b3d c01a5b3f beq rec_4_mode ,mouse_check_le_device_addr 
+5b3e 20600000 rtn 
+
+mouse_check_le_device_addr:
+5b3f 67e0c832 store 1 ,mem_device_addr_temp 
+5b40 6fe30173 fetch 6 ,mem_le_plap 
+
+mouse_check_bt_device_addr_common:
+5b41 67e34833 store 6 ,mem_device_addr_temp + 1 
+5b42 6fe3c832 fetch 7 ,mem_device_addr_temp 
+5b43 d8c045e6 arg mem_device1_type ,contr 
+5b44 df200003 arg 3 ,loopcnt 
+
+mouse_check_device_addr_end:
+5b45 e8438006 ifetcht 7 ,contr 
+5b46 98467c00 isub temp ,null 
+5b47 2022db5b branch mouse_clean_addr ,zero 
+5b48 18c08c16 increase 22 ,contr 
+5b49 c2005b45 loop mouse_check_device_addr_end 
+5b4a 20600000 rtn 
+
+mouse_before_store_reconn_info:
+5b4b da2045e6 arg mem_device1_type ,rega 
+5b4c 6fe0c5e5 fetch 1 ,mem_device_flag 
+5b4d 1fe0ffff increase -1 ,pdata 
+5b4e 1feffe1d mul32 pdata ,29 ,pdata 
+5b4f 9a20a200 iadd rega ,rega 
+5b50 6fe0802d fetch 1 ,mem_record_bt_mode 
+5b51 e7e08011 istore 1 ,rega 
+5b52 c01a5b54 beq rec_4_mode ,mouse_store_le_device 
+5b53 20600000 rtn 
+
+mouse_store_le_device:
+5b54 6fe30173 fetch 6 ,mem_le_plap 
+5b55 e7e30005 istore 6 ,contw 
+5b56 d8c0424c arg mem_le_ltk ,contr 
+5b57 204073d2 call memcpy16 
+5b58 6fe342b0 fetch 6 ,mem_le_lap 
+5b59 e7e30005 istore 6 ,contw 
+5b5a 20600000 rtn 
+
+mouse_clean_addr:
+5b5b 18c08dfa increase -6 ,contr 
+5b5c 18c20a00 copy contr ,contw 
+5b5d 684b4833 fetcht 6 ,mem_device_addr_temp + 1 
+5b5e 18408403 increase 3 ,temp 
+5b5f e0430005 istoret 6 ,contw 
+5b60 20600000 rtn 
+
+mouse_select_reconn_device:
+5b61 da2045e6 arg mem_device1_type ,rega 
+5b62 6fe0c5e5 fetch 1 ,mem_device_flag 
+5b63 c1000000 rtneq mode_24g_device 
+5b64 1fe0ffff increase -1 ,pdata 
+5b65 1feffe1d mul32 pdata ,29 ,pdata 
+5b66 9a20a200 iadd rega ,rega 
+5b67 efe08011 ifetch 1 ,rega 
+5b68 67e0c3ac store 1 ,mem_xrecord_mode 
+5b69 c01a5b6b beq rec_4_mode ,mouse_load_le_device 
+5b6a 20600000 rtn 
+
+mouse_load_le_device:
+5b6b efe30006 ifetch 6 ,contr 
+
+mouse_load_le_device_end:
+5b6c 67e3410f store 6 ,mem_hci_plap 
+5b6d d8a0424c arg mem_le_ltk ,contw 
+5b6e 204073d2 call memcpy16 
+5b6f efe30006 ifetch 6 ,contr 
+5b70 67e342b0 store 6 ,mem_le_lap 
+5b71 20600000 rtn 
+
+mouse_app_initflag_check:
+5b72 6fe1463d fetch 2 ,mem_store_flag 
+5b73 d840aa55 arg eeprom_init_flag ,temp 
+5b74 98467c00 isub temp ,null 
+5b75 2022db80 branch mouse_load_device_info ,zero 
+5b76 6049463d storet 2 ,mem_store_flag 
+5b77 20405b85 call mouse_ble_init_address 
+5b78 6fe0c76e fetch 1 ,mem_device_flag_temp 
+5b79 67e0c5e5 store 1 ,mem_device_flag 
+5b7a 6fe0c5c0 fetch 1 ,mem_config_sensor_dpi 
+5b7b 67e0c63f store 1 ,mem_mouse_dpi 
+5b7c 6fe2452f fetch 4 ,mem_24g_fast_conn_addr 
+5b7d 67e24533 store 4 ,mem_24g_receiver_addr 
+5b7e 67e244da store 4 ,mem_24g_addr 
+5b7f 20600000 rtn 
+
+mouse_load_device_info:
+5b80 20405b61 call mouse_select_reconn_device 
+5b81 6fe24640 fetch 4 ,mem_mouse_24g_addr 
+5b82 67e24533 store 4 ,mem_24g_receiver_addr 
+5b83 67e244da store 4 ,mem_24g_addr 
+5b84 20600000 rtn 
+
+mouse_ble_init_address:
+5b85 6fe342b0 fetch 6 ,mem_le_lap 
+5b86 67e345fd store 6 ,mem_device1_locall_addr 
+5b87 1fe0ff00 add pdata ,0x0100 ,pdata 
+5b88 67e3461a store 6 ,mem_device2_locall_addr 
+5b89 1fe0ff00 add pdata ,0x0100 ,pdata 
+5b8a 67e34637 store 6 ,mem_device3_locall_addr 
+5b8b 20600000 rtn 
+
+mouse_store_device_info_delay:
+5b8c 6fe0c66d fetch 1 ,mem_store_information_delay_timer_init 
+5b8d 67e0c66c store 1 ,mem_store_information_delay_timer 
+5b8e 20600000 rtn 
+
+mouse_store_device_info:
+5b8f 44a9400a bpatch patch0a_2 ,mem_patch0a 
+5b90 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5b91 c289dbdd bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
+5b92 c2895ba1 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
+5b93 20600000 rtn 
+
+mouse_load_flash_info_check:
+5b94 2040698c call spid_init_flash 
+5b95 20405ba8 call mouse_spid_flash_release_form_powerdown 
+5b96 20405b9b call mouse_information_flash_parameters 
+5b97 204069b0 call spid_read_flash 
+5b98 20405baf call mouse_spid_flash_powerdown 
+5b99 20405b72 call mouse_app_initflag_check 
+5b9a 20205490 branch mouse_sensor_spi_init 
+
+mouse_information_flash_parameters:
+5b9b 58004665 setarg mem_mouse_information_end 
+5b9c d84045e5 arg mem_mouse_information_start ,temp 
+5b9d 98460400 isub temp ,temp 
+5b9e 6fe1c665 fetch 3 ,mem_flash_base 
+5b9f da2045e5 arg mem_mouse_information_start ,rega 
+5ba0 20600000 rtn 
+
+mouse_store_flash_device_info:
+5ba1 2040698c call spid_init_flash 
+5ba2 20405ba8 call mouse_spid_flash_release_form_powerdown 
+5ba3 20405bbd call mouse_flash_erase_sector 
+5ba4 20405b9b call mouse_information_flash_parameters 
+5ba5 20405bc0 call mouse_spid_write_flash 
+5ba6 20405baf call mouse_spid_flash_powerdown 
+5ba7 20205490 branch mouse_sensor_spi_init 
+
+mouse_spid_flash_release_form_powerdown:
+5ba8 7004ccab jam flash_command_release_from_powerdown ,mem_temp 
+
+mouse_spid_write_flash_cmd:
+5ba9 20406cb5 call delay_nop100 
+5baa 20406992 call spid_unlock_flash 
+5bab da204668 arg mem_write_flash_head_temp ,rega 
+5bac 684884cc fetcht 1 ,mem_temp 
+5bad 20405bb1 call mouse_spid_write_flash_cmd_common 
+5bae 20206cb5 branch delay_nop100 
+
+mouse_spid_flash_powerdown:
+5baf 7004ccb9 jam flash_command_powerdown ,mem_temp 
+5bb0 20205ba9 branch mouse_spid_write_flash_cmd 
+
+mouse_spid_write_flash_cmd_common:
+5bb1 e0408011 istoret 1 ,rega 
+5bb2 1ff10400 rshift16 pdata ,temp 
+5bb3 e0408005 istoret 1 ,contw 
+5bb4 1fec8400 rshift8 pdata ,temp 
+5bb5 e0408005 istoret 1 ,contw 
+5bb6 e7e08005 istore 1 ,contw 
+5bb7 1a227e00 deposit rega 
+5bb8 67f10084 store 2 ,core_spid_txaddr 
+5bb9 58000000 setarg 0 
+5bba 67f10088 store 2 ,core_spid_rxlen 
+5bbb 70800602 jam spid_start ,core_misc_ctrl 
+5bbc 20206953 branch wait_spid_done 
+
+mouse_flash_erase_sector:
+5bbd 6fe1c665 fetch 3 ,mem_flash_base 
+5bbe 67e1c3cb store 3 ,mem_spi_write_addr 
+5bbf 20206966 branch spid_flash_erase_sector + 2 
+
+mouse_spid_write_flash:
+5bc0 1fe22600 copy pdata ,regc 
+5bc1 1a227e00 copy rega ,pdata 
+5bc2 1fe0fffc increase -4 ,pdata 
+5bc3 1fe22400 copy pdata ,regb 
+5bc4 efe20012 ifetch 4 ,regb 
+5bc5 67e24668 store 4 ,mem_write_flash_head_temp 
+5bc6 1a627e00 copy regc ,pdata 
+5bc7 2040699f call spid_write_flash 
+5bc8 6fe24668 fetch 4 ,mem_write_flash_head_temp 
+5bc9 e7e20012 istore 4 ,regb 
+5bca 20600000 rtn 
+
+mouse_flash_power_down:
+5bcb 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5bcc c4090000 rtnbit0 mouse_enable_flash 
+5bcd 20405baf call mouse_spid_flash_powerdown 
+5bce 20406749 call twspi_enable 
+5bcf 6848c3d3 fetcht 1 ,mem_spi_cs_gpio 
+5bd0 20406b92 call gpio_out_inactive 
+5bd1 6848c3d8 fetcht 1 ,mem_spi_hold_gpio 
+5bd2 2020547b branch mouse_gpio_config_input_pd 
+
+mouse_load_eeprom_info_check:
+5bd3 20406a22 call iicd_read_init_pin 
+5bd4 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5bd5 2feffe09 isolate1 mouse_enable_2k_eeprom ,pdata 
+5bd6 2440ea3c ncall clear_eeprom_size_2k ,true 
+5bd7 20405bd9 call mouse_eeprom_load_recon_info 
+5bd8 20205b72 branch mouse_app_initflag_check 
+
+mouse_eeprom_load_recon_info:
+5bd9 d8400080 arg 128 ,temp 
+5bda da2045e5 arg mem_device_flag ,rega 
+5bdb da400000 arg mouse_info_eeprom_offect ,regb 
+5bdc 20206a59 branch iicd_read_eep_data 
+
+mouse_store_eeprom_device_info:
+5bdd d8400080 arg 128 ,temp 
+5bde da2045e5 arg mem_device_flag ,rega 
+5bdf da400000 arg mouse_info_eeprom_offect ,regb 
+5be0 20206a4b branch iicd_write_protect_eep_data 
+
+mouse_store_eerpom_dpi:
+5be1 d8400001 arg 1 ,temp 
+5be2 da20463f arg mem_mouse_dpi ,rega 
+5be3 da40005a arg mouse_dpi_eeprom_offect ,regb 
+5be4 20206a4b branch iicd_write_protect_eep_data 
+
+mouse_load_eeprom_dpi:
+5be5 d8400001 arg 1 ,temp 
+5be6 da20463f arg mem_mouse_dpi ,rega 
+5be7 da40005a arg mouse_dpi_eeprom_offect ,regb 
+5be8 20206a59 branch iicd_read_eep_data 
+
+mouse_idle:
+5be9 44a9c00a bpatch patch0a_3 ,mem_patch0a 
+5bea 20405f81 call mouse_low_voltage_led_no_enter_lpm 
+5beb 20406ff5 call ui_check_paring_button 
+5bec 20405555 call mouse_dpi_check 
+5bed 20405599 call mouse_dpi_another_gpio_check 
+5bee 20405bf2 call mouse_select_device_check 
+5bef 20405c3d call mouse_check_select_device_by_switch 
+5bf0 20405c72 call mouse_bt_button_check 
+5bf1 202054b6 branch mouse_wheel_check 
+
+mouse_select_device_check:
+5bf2 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5bf3 c294dbf7 bbit1 mouse_enable_select_device_by_pb_button ,mouse_select_device_by_pb_button 
+5bf4 c29bdbf7 bbit1 mouse_enable_pb_button_long_press_disconvery ,mouse_select_device_by_pb_button 
+5bf5 20600000 rtn 
+
+mouse_select_device_by_pb_button_check_once:
+5bf6 70484d03 jam 0x03 ,mem_mouse_pbkey_press_status 
+
+mouse_select_device_by_pb_button:
+5bf7 6fe0c5c4 fetch 1 ,mem_config_select_device_button_gpio 
+5bf8 c17f8000 rtneq gpio_disable 
+5bf9 da200000 arg 0 ,rega 
+5bfa 70484f06 jam mouse_pb_key ,mem_mouse_key_temp 
+5bfb 6848c5c4 fetcht 1 ,mem_config_select_device_button_gpio 
+5bfc 20405c07 call mouse_pb_button_check 
+5bfd 67e0c84d store 1 ,mem_mouse_pbkey_press_status 
+5bfe 6fe0c5c3 fetch 1 ,mem_matrix_public_gpio 
+5bff c07fdc04 beq gpio_disable ,mouse_3io6key_pb_button_check_end 
+5c00 20405710 call mouse_matrix_public_gpio_reset 
+
+mouse_select_device_by_pb_button_exit:
+5c01 1a227e00 copy rega ,pdata 
+5c02 c2835c28 bbit1 mouse_pb_key ,mouse_select_device_button_down 
+5c03 20205c1d branch mouse_select_device_button_up 
+
+mouse_3io6key_pb_button_check_end:
+5c04 6848c5c4 fetcht 1 ,mem_config_select_device_button_gpio 
+5c05 2040547f call mouse_gpio_config_input_pu 
+5c06 20205c01 branch mouse_select_device_by_pb_button_exit 
+
+mouse_pb_button_check:
+5c07 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5c08 c296dc13 bbit1 mouse_enable_pb_button_connect_gnd ,mouse_pb_button_connect_gnd 
+5c09 6fe0c84d fetch 1 ,mem_mouse_pbkey_press_status 
+5c0a 1fe22600 copy pdata ,regc 
+5c0b 6fe0c5c3 fetch 1 ,mem_matrix_public_gpio 
+5c0c c07fd747 beq gpio_disable ,mouse_3io6key_check 
+5c0d 6fe0c853 fetch 1 ,mem_mouse_ghost_flag 
+5c0e 243a5c10 nbranch mouse_select_device_by_pb_button_end ,blank 
+5c0f 20205c15 branch mouse_pb_button_connect_matrix 
+
+mouse_select_device_by_pb_button_end:
+5c10 70485700 jam pb_button_state_up ,mem_select_device_button_statue 
+5c11 70484d00 jam 0 ,mem_mouse_pbkey_press_status 
+5c12 20600000 rtn 
+
+mouse_pb_button_connect_gnd:
+5c13 6fe0c84d fetch 1 ,mem_mouse_pbkey_press_status 
+5c14 2020573b branch mouse_check_key_connect_gnd 
+
+mouse_pb_button_connect_matrix:
+5c15 20406b85 call gpio_get_bit 
+5c16 6848c5c3 fetcht 1 ,mem_matrix_public_gpio 
+5c17 2020dc13 branch mouse_pb_button_connect_gnd ,true 
+5c18 6848c5c3 fetcht 1 ,mem_matrix_public_gpio 
+5c19 20406b96 call gpio_out_active 
+5c1a 6848c5c4 fetcht 1 ,mem_config_select_device_button_gpio 
+5c1b 6fe0c84d fetch 1 ,mem_mouse_pbkey_press_status 
+5c1c 2020573b branch mouse_check_key_connect_gnd 
+
+mouse_select_device_button_up:
+5c1d 6fe0c857 fetch 1 ,mem_select_device_button_statue 
+5c1e c1000000 rtneq pb_button_state_up 
+5c1f 70485700 jam pb_button_state_up ,mem_select_device_button_statue 
+5c20 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5c21 c39a0000 rtnbit1 mouse_enable_pb_button_short_press_enter_discovery 
+5c22 6fe0c854 fetch 1 ,mem_bt_discovery_count 
+5c23 1fe67c14 sub pdata ,20 ,null 
+5c24 24415c52 ncall mouse_ready_reconnection_by_button ,positive 
+5c25 6fe0c436 fetch 1 ,mem_ui_button_timeout 
+5c26 67e0c854 store 1 ,mem_bt_discovery_count 
+5c27 20600000 rtn 
+
+mouse_select_device_button_down:
+5c28 44aa400a bpatch patch0a_4 ,mem_patch0a 
+5c29 20405c35 call mouse_select_device_ghost_check 
+5c2a 20740000 rtn user 
+5c2b 6fe0c857 fetch 1 ,mem_select_device_button_statue 
+5c2c c1008000 rtneq pb_button_state_down 
+5c2d 70485701 jam pb_button_state_down ,mem_select_device_button_statue 
+5c2e 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5c2f c29a5a3e bbit1 mouse_enable_pb_button_short_press_enter_discovery ,mouse_long_button_bt_discovery 
+5c30 6fe0c831 fetch 1 ,mem_mouse_direct_timer 
+5c31 207a0000 rtn blank 
+5c32 6fe0c5aa fetch 1 ,mem_mouse_direct_timeout 
+5c33 67e0c831 store 1 ,mem_mouse_direct_timer 
+5c34 20600000 rtn 
+
+mouse_select_device_ghost_check:
+5c35 78547c00 disable user 
+5c36 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5c37 c3968000 rtnbit1 mouse_enable_pb_button_connect_gnd 
+5c38 6fe0c847 fetch 1 ,mem_mouse_lkey_press_status 
+5c39 207a0000 rtn blank 
+5c3a 6fe0c848 fetch 1 ,mem_mouse_rkey_press_status 
+5c3b 207a0000 rtn blank 
+5c3c 202074c8 branch enable_user 
+
+mouse_check_select_device_by_switch:
+5c3d 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5c3e c2955c41 bbit1 mouse_enable_select_device_by_switch_gpio ,mouse_check_select_device_by_switch_gpio 
+5c3f c295d3c6 bbit1 mouse_enable_select_device_by_switch_adc ,mouse_adc_read 
+5c40 20600000 rtn 
+
+mouse_check_select_device_by_switch_gpio:
+5c41 6848c5c7 fetcht 1 ,mem_device_switch_gpio 
+5c42 2040547f call mouse_gpio_config_input_pu 
+5c43 6848c5c7 fetcht 1 ,mem_device_switch_gpio 
+5c44 20406b85 call gpio_get_bit 
+5c45 2020dc4a branch mouse_check_select_24gdevice ,true 
+
+mouse_select_btdevice:
+5c46 6fe0c5e5 fetch 1 ,mem_device_flag 
+5c47 c1008000 rtneq mode_bt_device1 
+5c48 7045e501 jam mode_bt_device1 ,mem_device_flag 
+5c49 202058fb branch mouse_stop_bluetooth_mode 
+
+mouse_check_select_24gdevice:
+5c4a 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5c4b c315dc4e bbit0 mouse_enable_select_device_by_switch_adc ,mouse_check_select_24g_device 
+5c4c 6fe34597 fetch 6 ,mem_mouse_vdd_switch_gnd_full_vol 
+5c4d 67e3458b store 6 ,mem_mouse_vdd_calculate_set 
+
+mouse_check_select_24g_device:
+5c4e 6fe0c5e5 fetch 1 ,mem_device_flag 
+5c4f c1000000 rtneq mode_24g_device 
+5c50 7045e500 jam mode_24g_device ,mem_device_flag 
+5c51 20205da6 branch mouse_24g_stop 
+
+mouse_ready_reconnection_by_button:
+5c52 44aac00a bpatch patch0a_5 ,mem_patch0a 
+5c53 6fe0c86c fetch 1 ,mem_device_number 
+5c54 c1008000 rtneq 1 
+5c55 20405c5e call mouse_select_device_number 
+5c56 6048c5e5 storet 1 ,mem_device_flag 
+
+mouse_store_device_number_before_reset:
+5c57 20405c75 call mouse_select_device_enable 
+5c58 204058fb call mouse_stop_bluetooth_mode 
+5c59 20405c77 call mouse_select_device_disable 
+5c5a 70477f01 jam 1 ,mem_mouse_need_soft_reset 
+5c5b 20205b8c branch mouse_store_device_info_delay 
+
+mouse_soft_reset:
+5c5c 20405c75 call mouse_select_device_enable 
+5c5d 20206a09 branch soft_reset_chip 
+
+mouse_select_device_number:
+5c5e 6848c5e5 fetcht 1 ,mem_device_flag 
+5c5f 18408401 increase 1 ,temp 
+5c60 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5c61 c288dc65 bbit1 mouse_enable_24g ,mouse_select_device_number_24g 
+5c62 18467c02 sub temp ,2 ,null 
+5c63 24415c6c ncall mouse_select_device_count_clean_bt ,positive 
+5c64 20600000 rtn 
+
+mouse_select_device_number_24g:
+5c65 6fe0c86c fetch 1 ,mem_device_number 
+5c66 1fe0ffff increase -1 ,pdata 
+5c67 98467c00 isub temp ,null 
+5c68 24415c6a ncall mouse_select_device_count_clean_24g ,positive 
+5c69 20600000 rtn 
+
+mouse_select_device_count_clean_24g:
+5c6a d8400000 arg 0 ,temp 
+5c6b 20600000 rtn 
+
+mouse_select_device_count_clean_bt:
+5c6c d8400001 arg 1 ,temp 
+5c6d 20600000 rtn 
+
+mouse_store_device_number2eeprom:
+5c6e d8400001 arg 1 ,temp 
+5c6f da2045e5 arg mem_device_flag ,rega 
+5c70 da400000 arg 0 ,regb 
+5c71 20206a4b branch iicd_write_protect_eep_data 
+
+mouse_bt_button_check:
+5c72 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5c73 c41a0000 rtnbit0 mouse_enable_pb_button_short_press_enter_discovery 
+5c74 20205bf7 branch mouse_select_device_by_pb_button 
+
+mouse_select_device_enable:
+5c75 d8e00000 arg mouse_select_device_flag ,queue 
+5c76 20205c8b branch mouse_enable_function_flag 
+
+mouse_select_device_disable:
+5c77 d8e00000 arg mouse_select_device_flag ,queue 
+5c78 20205c8f branch mouse_disable_function_flag 
+
+mouse_bt_cannel_reconn_enable:
+5c79 d8e00003 arg mouse_bt_cannel_reconn_flag ,queue 
+5c7a 20205c8b branch mouse_enable_function_flag 
+
+mouse_bt_cannel_reconn_disable:
+5c7b d8e00003 arg mouse_bt_cannel_reconn_flag ,queue 
+5c7c 20205c8f branch mouse_disable_function_flag 
+
+mouse_bt_discovery_button_down_enable:
+5c7d d8e00005 arg mouse_bt_discovery_button_down_flag ,queue 
+5c7e 20205c8b branch mouse_enable_function_flag 
+
+mouse_bt_discovery_button_down_disable:
+5c7f d8e00005 arg mouse_bt_discovery_button_down_flag ,queue 
+5c80 20205c8f branch mouse_disable_function_flag 
+
+mouse_adc_read_enable:
+5c81 d8e00014 arg mouse_enable_adc ,queue 
+5c82 20205c8b branch mouse_enable_function_flag 
+
+mouse_24g_set_250hz:
+5c83 d8e00018 arg mouse_enable_24g_250hz ,queue 
+5c84 20205c8b branch mouse_enable_function_flag 
+
+mouse_24g_search_dongle_enable:
+5c85 d8e00016 arg mouse_enable_24g_search_dongle ,queue 
+5c86 20205c8b branch mouse_enable_function_flag 
+
+mouse_16m_enable:
+5c87 d8e0000c arg mouse_enable_16m ,queue 
+5c88 20205c8b branch mouse_enable_function_flag 
+
+mouse_dpi_4level_enable:
+5c89 d8e0001c arg mouse_enable_dpi_level_4 ,queue 
+5c8a 20205c8b branch mouse_enable_function_flag 
+
+mouse_enable_function_flag:
+5c8b 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5c8c f9207e00 qset1 pdata 
+5c8d 67e44864 store mouse_flag_len ,mem_mouse_flag 
+5c8e 20600000 rtn 
+
+mouse_disable_function_flag:
+5c8f 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5c90 f93ffe00 qset0 pdata 
+5c91 67e44864 store mouse_flag_len ,mem_mouse_flag 
+5c92 20600000 rtn 
+
+mouse_customer_key_enable:
+5c93 d8e00015 arg mouse_enable_keyboard ,queue 
+5c94 20405c8b call mouse_enable_function_flag 
+5c95 58000000 setarg 0 
+5c96 67e44884 store 8 ,mem_customer_key_press 
+5c97 67e4488d store 8 ,mem_customer_key_release 
+5c98 6fe0c5b2 fetch 1 ,mem_mouse_enable_flag 
+5c99 1fe17ec0 and pdata ,0xc0 ,pdata 
+5c9a c0205ca0 beq 0x40 ,mouse_customer_key_ctrl_alt_a 
+5c9b c0405ca2 beq 0x80 ,mouse_customer_ac_home 
+5c9c c0605ca7 beq 0xc0 ,mouse_customer_key_play 
+5c9d 58070008 setarg 0x070008 
+
+mouse_customer_standrad_key_set:
+5c9e 67e44885 store 8 ,mem_customer_key_press + 1 
+5c9f 20600000 rtn 
+
+mouse_customer_key_ctrl_alt_a:
+5ca0 58040005 setarg 0x040005 
+5ca1 20205c9e branch mouse_customer_standrad_key_set 
+
+mouse_customer_ac_home:
+5ca2 58022303 setarg 0x022303 
+
+mouse_customer_media_key_set:
+5ca3 67e44884 store 8 ,mem_customer_key_press 
+5ca4 58000003 setarg 0x03 
+5ca5 67e4488d store 8 ,mem_customer_key_release 
+5ca6 20600000 rtn 
+
+mouse_customer_key_play:
+5ca7 5800cd03 setarg 0x00cd03 
+5ca8 20205ca3 branch mouse_customer_media_key_set 
+
+mouse_polling_device:
+5ca9 44ab400a bpatch patch0a_6 ,mem_patch0a 
+5caa 6fe0c76a fetch 1 ,mem_reconn_times 
+5cab 1fe0ffff increase -1 ,pdata 
+5cac 67e0c76a store 1 ,mem_reconn_times 
+5cad 6848c5e5 fetcht 1 ,mem_device_flag 
+5cae 18467c01 sub temp ,1 ,null 
+5caf 2442dc5e ncall mouse_select_device_number ,zero 
+5cb0 6048c5e5 storet 1 ,mem_device_flag 
+5cb1 20405c6e call mouse_store_device_number2eeprom 
+5cb2 20405b4b call mouse_before_store_reconn_info 
+5cb3 202052f2 branch mouse_start_reconnect_device 
+
+mouse_drawing_optima:
+5cb4 44abc00a bpatch patch0a_7 ,mem_patch0a 
+5cb5 6fe0c5d4 fetch 1 ,mem_config_sensor_type 
+5cb6 c1018000 rtneq p3212 
+5cb7 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5cb8 c41c0000 rtnbit0 mouse_enable_smoother 
+5cb9 6fe24579 fetch 4 ,mem_mouse_x 
+5cba 207a0000 rtn blank 
+5cbb 20405d5b call mouse_data_abs_check 
+5cbc 58000003 setarg 0x03 
+5cbd 20405d51 call mouse_pdata_greater_than_check 
+5cbe 205a5d4d call mouse_disable_asm ,blank 
+5cbf 245a5d4f ncall mouse_enable_asm ,blank 
+5cc0 58000002 setarg 0x02 
+5cc1 20405d56 call mouse_data_less_than_check 
+5cc2 205a5d4d call mouse_disable_asm ,blank 
+5cc3 6fe0c676 fetch 1 ,mem_mouse_asm_flag 
+5cc4 c000dcca beq 1 ,mouse_drawing_optima_modify 
+
+mouse_drawing_optima_init:
+5cc5 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5cc6 c41c0000 rtnbit0 mouse_enable_smoother 
+5cc7 df200005 arg 5 ,loopcnt 
+5cc8 d8a04676 arg mem_mouse_asm_flag ,contw 
+5cc9 202073ec branch clear_mem 
+
+mouse_drawing_optima_modify:
+5cca 20405cde call mouse_drawing_optima_xy_offset_modify 
+5ccb 6fe14677 fetch 2 ,mem_mouse_x_pre 
+5ccc 67e10902 store 2 ,mem_data_pre 
+5ccd 6fe14579 fetch 2 ,mem_mouse_x 
+5cce 67e10904 store 2 ,mem_data_current 
+5ccf 20405d17 call mouse_drawing_optima_data_x 
+5cd0 6fe10902 fetch 2 ,mem_data_pre 
+5cd1 67e14677 store 2 ,mem_mouse_x_pre 
+5cd2 6fe10904 fetch 2 ,mem_data_current 
+5cd3 67e14579 store 2 ,mem_mouse_x 
+5cd4 6fe14679 fetch 2 ,mem_mouse_y_pre 
+5cd5 67e10902 store 2 ,mem_data_pre 
+5cd6 6fe1457b fetch 2 ,mem_mouse_y 
+5cd7 67e10904 store 2 ,mem_data_current 
+5cd8 20405d1f call mouse_drawing_optima_data_y 
+5cd9 6fe10902 fetch 2 ,mem_data_pre 
+5cda 67e14679 store 2 ,mem_mouse_y_pre 
+5cdb 6fe10904 fetch 2 ,mem_data_current 
+5cdc 67e1457b store 2 ,mem_mouse_y 
+5cdd 20600000 rtn 
+
+mouse_drawing_optima_xy_offset_modify:
+5cde 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5cdf c41c8000 rtnbit0 mouse_enable_xy_offset 
+5ce0 44ac400b bpatch patch0b_0 ,mem_patch0b 
+5ce1 6fe14677 fetch 2 ,mem_mouse_x_pre 
+5ce2 67e10909 store 2 ,mem_data_value 
+5ce3 20405cf2 call mouse_pre_xy_data_judge 
+5ce4 67e14677 store 2 ,mem_mouse_x_pre 
+5ce5 6fe14579 fetch 2 ,mem_mouse_x 
+5ce6 67e10909 store 2 ,mem_data_value 
+5ce7 20405d00 call mouse_current_xy_data_judge 
+5ce8 67e14579 store 2 ,mem_mouse_x 
+5ce9 6fe14679 fetch 2 ,mem_mouse_y_pre 
+5cea 67e10909 store 2 ,mem_data_value 
+5ceb 20405cf2 call mouse_pre_xy_data_judge 
+5cec 67e14679 store 2 ,mem_mouse_y_pre 
+5ced 6fe1457b fetch 2 ,mem_mouse_y 
+5cee 67e10909 store 2 ,mem_data_value 
+5cef 20405d00 call mouse_current_xy_data_judge 
+5cf0 67e1457b store 2 ,mem_mouse_y 
+5cf1 20600000 rtn 
+
+mouse_pre_xy_data_judge:
+5cf2 6fe0890a fetch 1 ,mem_data_value + 1 
+5cf3 203a5cf5 branch mouse_pre_xy_pdata_offset ,blank 
+5cf4 20205cfa branch mouse_pre_xy_ndata_offset 
+
+mouse_pre_xy_pdata_offset:
+5cf5 6fe08909 fetch 1 ,mem_data_value 
+5cf6 20405d0d call mouse_pre_xy_get_0_4_times 
+5cf7 67e08909 store 1 ,mem_data_value 
+
+mouse_xy_data_offset_new:
+5cf8 6fe10909 fetch 2 ,mem_data_value 
+5cf9 20600000 rtn 
+
+mouse_pre_xy_ndata_offset:
+5cfa 6fe08909 fetch 1 ,mem_data_value 
+5cfb 20405d49 call mouse_pdata_invert 
+5cfc 20405d0d call mouse_pre_xy_get_0_4_times 
+5cfd 205a74d6 call disable_blank ,blank 
+5cfe 20405d45 call mouse_pdata_get_new_value 
+5cff 20205cf8 branch mouse_xy_data_offset_new 
+
+mouse_current_xy_data_judge:
+5d00 6fe0890a fetch 1 ,mem_data_value + 1 
+5d01 203a5d03 branch mouse_current_xy_pdata_offset ,blank 
+5d02 20205d07 branch mouse_current_xy_ndata_offset 
+
+mouse_current_xy_pdata_offset:
+5d03 6fe08909 fetch 1 ,mem_data_value 
+5d04 20405d12 call mouse_current_xy_get_0_6_times 
+5d05 67e08909 store 1 ,mem_data_value 
+5d06 20205cf8 branch mouse_xy_data_offset_new 
+
+mouse_current_xy_ndata_offset:
+5d07 6fe08909 fetch 1 ,mem_data_value 
+5d08 20405d49 call mouse_pdata_invert 
+5d09 20405d12 call mouse_current_xy_get_0_6_times 
+5d0a 205a74d6 call disable_blank ,blank 
+5d0b 20405d45 call mouse_pdata_get_new_value 
+5d0c 20205cf8 branch mouse_xy_data_offset_new 
+
+mouse_pre_xy_get_0_4_times:
+5d0d 1feffe04 mul32 pdata ,4 ,pdata 
+5d0e 1fe6fc05 div pdata ,5 
+5d0f 20407475 call wait_div_end 
+5d10 1807fe00 quotient pdata 
+5d11 20600000 rtn 
+
+mouse_current_xy_get_0_6_times:
+5d12 1feffe0c mul32 pdata ,12 ,pdata 
+5d13 1fe6fc0a div pdata ,10 
+5d14 20407475 call wait_div_end 
+5d15 1807fe00 quotient pdata 
+5d16 20600000 rtn 
+
+mouse_drawing_optima_data_x:
+5d17 6fe10902 fetch 2 ,mem_data_pre 
+5d18 68490904 fetcht 2 ,mem_data_current 
+5d19 9840fe00 iadd temp ,pdata 
+5d1a 6848c67b fetcht 1 ,mem_mouse_data_xtemp 
+5d1b 9840fe00 iadd temp ,pdata 
+5d1c 1fe10401 and pdata ,0x01 ,temp 
+5d1d 6048c67b storet 1 ,mem_mouse_data_xtemp 
+5d1e 20205d27 branch mouse_drawing_optima_data 
+
+mouse_drawing_optima_data_y:
+5d1f 6fe10902 fetch 2 ,mem_data_pre 
+5d20 68490904 fetcht 2 ,mem_data_current 
+5d21 9840fe00 iadd temp ,pdata 
+5d22 6848c67c fetcht 1 ,mem_mouse_data_ytemp 
+5d23 9840fe00 iadd temp ,pdata 
+5d24 1fe10401 and pdata ,0x01 ,temp 
+5d25 6048c67c storet 1 ,mem_mouse_data_ytemp 
+5d26 20205d27 branch mouse_drawing_optima_data 
+
+mouse_drawing_optima_data:
+5d27 67e18906 store 3 ,mem_data_sum 
+5d28 2feffe10 isolate1 16 ,pdata 
+5d29 2020dd31 branch mouse_data_sum_overflow ,true 
+5d2a 6fe08907 fetch 1 ,mem_data_sum + 1 
+5d2b c07fdd38 beq 0xff ,mouse_data_sum_n 
+5d2c 6fe08906 fetch 1 ,mem_data_sum 
+
+mouse_data_store_pre:
+5d2d 1fe37e00 rshift pdata ,pdata 
+5d2e 67e10902 store 2 ,mem_data_pre 
+5d2f 67e10904 store 2 ,mem_data_current 
+5d30 20600000 rtn 
+
+mouse_data_sum_overflow:
+5d31 6fe08907 fetch 1 ,mem_data_sum + 1 
+5d32 c0005d35 beq 0 ,mouse_data_sum_overflow_p 
+5d33 6fe18906 fetch 3 ,mem_data_sum 
+5d34 20205d2d branch mouse_data_store_pre 
+
+mouse_data_sum_overflow_p:
+5d35 70090800 jam 0 ,mem_data_sum + 2 
+5d36 6fe08906 fetch 1 ,mem_data_sum 
+5d37 20205d2d branch mouse_data_store_pre 
+
+mouse_data_sum_n:
+5d38 6fe08906 fetch 1 ,mem_data_sum 
+5d39 20405d43 call mouse_pdata_get_half 
+5d3a 67e08902 store 1 ,mem_data_pre 
+5d3b 67e08904 store 1 ,mem_data_current 
+5d3c 203a5d41 branch mouse_data_zero ,blank 
+5d3d 580000ff setarg 0xff 
+
+mouse_data_set_direction:
+5d3e 67e08903 store 1 ,mem_data_pre + 1 
+5d3f 67e08905 store 1 ,mem_data_current + 1 
+5d40 20600000 rtn 
+
+mouse_data_zero:
+5d41 58000000 setarg 0 
+5d42 20205d3e branch mouse_data_set_direction 
+
+mouse_pdata_get_half:
+5d43 20405d49 call mouse_pdata_invert 
+5d44 1fe37e00 rshift pdata ,pdata 
+
+mouse_pdata_get_new_value:
+5d45 20405d4a call mouse_rega_in_out 
+5d46 1fe67e00 sub pdata ,0 ,pdata 
+5d47 67e08909 store 1 ,mem_data_value 
+5d48 20600000 rtn 
+
+mouse_pdata_invert:
+5d49 1fe67e00 sub pdata ,0 ,pdata 
+
+mouse_rega_in_out:
+5d4a 67e084d8 store 1 ,mem_rega 
+5d4b 6fe084d8 fetch 1 ,mem_rega 
+5d4c 20600000 rtn 
+
+mouse_disable_asm:
+5d4d 70467600 jam 0 ,mem_mouse_asm_flag 
+5d4e 20600000 rtn 
+
+mouse_enable_asm:
+5d4f 70467601 jam 1 ,mem_mouse_asm_flag 
+5d50 20600000 rtn 
+
+mouse_pdata_greater_than_check:
+5d51 9a267c00 isub rega ,null 
+5d52 242174d6 nbranch disable_blank ,positive 
+5d53 9a467c00 isub regb ,null 
+5d54 242174d6 nbranch disable_blank ,positive 
+5d55 202074d8 branch enable_blank 
+
+mouse_data_less_than_check:
+5d56 9a267c00 isub rega ,null 
+5d57 24610000 nrtn positive 
+5d58 9a467c00 isub regb ,null 
+5d59 24610000 nrtn positive 
+5d5a 202074d8 branch enable_blank 
+
+mouse_data_abs_check:
+5d5b 6fe14579 fetch 2 ,mem_mouse_x 
+5d5c 20405d62 call mouse_data_abs 
+5d5d 1fe22200 copy pdata ,rega 
+5d5e 6fe1457b fetch 2 ,mem_mouse_y 
+5d5f 20405d62 call mouse_data_abs 
+5d60 1fe22400 copy pdata ,regb 
+5d61 20600000 rtn 
+
+mouse_data_abs:
+5d62 67e10904 store 2 ,mem_data_current 
+5d63 6fe08905 fetch 1 ,mem_data_current + 1 
+5d64 c07fdd68 beq 0xff ,mouse_data_reversal 
+5d65 6fe08904 fetch 1 ,mem_data_current 
+
+mouse_data_abs_store:
+5d66 1fe17eff and_into 0xff ,pdata 
+5d67 20600000 rtn 
+
+mouse_data_reversal:
+5d68 6fe10904 fetch 2 ,mem_data_current 
+5d69 1fe67e00 sub pdata ,0 ,pdata 
+5d6a 20205d66 branch mouse_data_abs_store 
+
+mouse_24g_long_sleep_param_update_timer:
+5d6b da60456a arg mem_24g_long_sleep_param_update_timer ,regc 
+5d6c da405d6e arg mouse_24g_long_sleep_normal_param ,regb 
+5d6d 20204dcc branch timer_single_step 
+
+mouse_24g_long_sleep_normal_param:
+5d6e 6fe2455e fetch 4 ,mem_24g_long_sleep_set1 
+5d6f 67e244fa store 4 ,mem_24g_enter_hibernate 
+5d70 70476801 jam 1 ,mem_mouse_long_mult_flag 
+5d71 20600000 rtn 
+
+mouse_24g_long_sleep_set:
+5d72 6fe0c89a fetch 1 ,mem_24g_long_sleep_set_level 
+5d73 c0005d7a beq 0x00 ,mouse_24g_long_sleep_set_30ms 
+5d74 c000dd7c beq 0x01 ,mouse_24g_long_sleep_set_50ms 
+5d75 c0015d77 beq 0x02 ,mouse_24g_long_sleep_set_80ms 
+5d76 c001dd7e beq 0x03 ,mouse_24g_long_sleep_set_100ms 
+
+mouse_24g_long_sleep_set_80ms:
+5d77 580ea600 setarg 0x0ea600 
+
+mouse_24g_long_sleep_set_end:
+5d78 67e2455e store 4 ,mem_24g_long_sleep_set1 
+5d79 20600000 rtn 
+
+mouse_24g_long_sleep_set_30ms:
+5d7a 5805e740 setarg 0x05e740 
+5d7b 20205d78 branch mouse_24g_long_sleep_set_end 
+
+mouse_24g_long_sleep_set_50ms:
+5d7c 580927c0 setarg 0x0927c0 
+5d7d 20205d78 branch mouse_24g_long_sleep_set_end 
+
+mouse_24g_long_sleep_set_100ms:
+5d7e 58124f80 setarg 0x124f80 
+5d7f 20205d78 branch mouse_24g_long_sleep_set_end 
+
+mouse_24g_hibernate_set:
+5d80 44acc00b bpatch patch0b_1 ,mem_patch0b 
+5d81 70454b00 jam 0 ,mem_24g_attempt_fail_flag 
+5d82 20404ca6 call g24_transmit_next_packet 
+5d83 5fffffff setarg -1 
+5d84 67e244fa store 4 ,mem_24g_enter_hibernate 
+5d85 58000000 setarg 0 
+5d86 67e3c578 store 7 ,mem_mouse_key 
+5d87 70489901 jam 1 ,mem_sensor_shutdown_flag 
+5d88 2040583e call mouse_sensor_powerdown 
+5d89 20405338 call mouse_setgpio_hibernate 
+5d8a 20205fa2 branch mouse_24g_long_sleep 
+
+mouse_wakeup_24g:
+5d8b 6fe0c899 fetch 1 ,mem_sensor_shutdown_flag 
+5d8c 245a5d8f ncall mouse_wakeup_24g_from_long_sleep ,blank 
+5d8d 70489900 jam 0 ,mem_sensor_shutdown_flag 
+5d8e 20600000 rtn 
+
+mouse_wakeup_24g_from_long_sleep:
+5d8f 204057a3 call mouse_init_sensor_wakeup 
+5d90 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5d91 c41e0000 rtnbit0 mouse_enable_wheel_wake_up_cancel 
+
+mouse_wheel_gpio_init:
+5d92 6fe0c5b9 fetch 1 ,mem_whee_a_data_gpio 
+5d93 d8400040 arg gpcfg_pullup ,temp 
+5d94 20406bbd call gpio_config_function_int 
+5d95 6fe0c5ba fetch 1 ,mem_whee_b_data_gpio 
+5d96 d8400040 arg gpcfg_pullup ,temp 
+5d97 20206bbd branch gpio_config_function_int 
+
+mouse_24g_transmit_start:
+5d98 20405d9c call mouse_24g_fast_conn_mode_check 
+5d99 6fe0c899 fetch 1 ,mem_sensor_shutdown_flag 
+5d9a 243a5fad nbranch mouse_24g_short_sleep ,blank 
+5d9b 20204c6f branch g24_transmit_start_next 
+
+mouse_24g_fast_conn_mode_check:
+5d9c 6fe24533 fetch 4 ,mem_24g_receiver_addr 
+5d9d 684a452f fetcht 4 ,mem_24g_fast_conn_addr 
+5d9e 98467c00 isub temp ,null 
+5d9f 2022dda1 branch mouse_soft_agc_enable ,zero 
+5da0 20205da4 branch mouse_soft_agc_disable 
+
+mouse_soft_agc_enable:
+5da1 70411800 jam 0 ,mem_gain_fix 
+5da2 704116aa jam tx_power_factory ,mem_tx_power 
+5da3 20600000 rtn 
+
+mouse_soft_agc_disable:
+5da4 704118ff jam 0xff ,mem_gain_fix 
+5da5 20600000 rtn 
+
+mouse_24g_stop:
+5da6 793f8026 set0 mark_24g ,mark 
+5da7 70454700 jam state_24g_stop ,mem_24g_conn_sm 
+5da8 d8e00001 arg mouse_24g_pairing_flag ,queue 
+5da9 20205c8f branch mouse_disable_function_flag 
+
+mouse_24g_start_mode:
+5daa 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5dab c308ddb7 bbit0 mouse_enable_24g ,mouse_24g_mode_setup_error 
+5dac 204052ff call mouse_wakeup_from_power_check 
+5dad 20345dfc branch mouse_24g_reconn_dongle_start ,user 
+5dae 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5daf c2985dbc bbit1 mouse_enable_auto_24g_paring ,mouse_24g_reconn_general_dongle 
+5db0 c318ddbc bbit0 mouse_enable_24g_power_on_pairing ,mouse_24g_reconn_general_dongle 
+5db1 204056b4 call mouse_key_check_once 
+5db2 1a217e07 and rega ,0x07 ,pdata 
+5db3 6848c883 fetcht 1 ,mem_mouse_commbination_key_24g 
+5db4 98467c00 isub temp ,null 
+5db5 2022ddd8 branch mouse_24g_start_pair_mode ,zero 
+5db6 20205dbc branch mouse_24g_reconn_general_dongle 
+
+mouse_24g_mode_setup_error:
+5db7 6fe0c76a fetch 1 ,mem_reconn_times 
+5db8 243a5ca9 nbranch mouse_polling_device ,blank 
+5db9 20600000 rtn 
+
+mouse_24g_first_start_auto_pair_mode:
+5dba 204052ff call mouse_wakeup_from_power_check 
+5dbb 20345dc8 branch mouse_24g_first_start_reconn ,user 
+
+mouse_24g_reconn_general_dongle:
+5dbc 6fe0c8bd fetch 1 ,mem_mouse_1io2led_led_enable 
+5dbd 245a5ab8 ncall mouse_multi_led_blink_enable ,blank 
+5dbe 7045e500 jam mode_24g_device ,mem_device_flag 
+5dbf 6fe14872 fetch 2 ,mem_mouse_24g_power_on_fast_conn_timer 
+5dc0 67e14529 store 2 ,mem_24g_reconn_timeout 
+5dc1 70452d02 jam fast_conn_and_3_0_addr ,mem_24g_reconn_type 
+5dc2 20204ba8 branch g24_reconn_start 
+
+mouse_24g_start_auto_pair:
+5dc3 20405e1e call mouse_device_discover_led_config 
+5dc4 6fe14521 fetch 2 ,mem_24g_pair_timeout_init 
+5dc5 67e14529 store 2 ,mem_24g_reconn_timeout 
+5dc6 70452d04 jam pair_and_3_0_addr ,mem_24g_reconn_type 
+5dc7 20204ba8 branch g24_reconn_start 
+
+mouse_24g_first_start_reconn:
+5dc8 6fe0c5e5 fetch 1 ,mem_device_flag 
+5dc9 c0005dfc beq mode_24g_device ,mouse_24g_reconn_dongle_start 
+5dca 204058f9 call mouse_bluetooth_fast_conn_disable 
+
+mouse_24g_first_bluetooth_reconnect:
+5dcb 20405da6 call mouse_24g_stop 
+5dcc 20405ef7 call mouse_device_led_all_off 
+5dcd 7045e501 jam mode_bt_device1 ,mem_device_flag 
+5dce 20405b61 call mouse_select_reconn_device 
+5dcf 202052f2 branch mouse_start_reconnect_device 
+
+mouse_24g_first_bb_event_reconn_timeout:
+5dd0 204052ff call mouse_wakeup_from_power_check 
+5dd1 20345324 branch mouse_app_enter_hibernate ,user 
+5dd2 20205b08 branch mouse_start_discovery 
+
+mouse_24g_first_store_reconn_info:
+5dd3 204052ff call mouse_wakeup_from_power_check 
+5dd4 20740000 rtn user 
+5dd5 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5dd6 c297db8c bbit1 mouse_enable_24g_first_auto_pairing ,mouse_store_device_info_delay 
+5dd7 20600000 rtn 
+
+mouse_24g_start_pair_mode:
+5dd8 70452d00 jam 0 ,mem_24g_reconn_type 
+5dd9 d8e00001 arg mouse_24g_pairing_flag ,queue 
+5dda 20405c8b call mouse_enable_function_flag 
+5ddb 58000000 setarg 0 
+5ddc 67e14529 store 2 ,mem_24g_reconn_timeout 
+5ddd 20405b29 call mouse_stop_discovery 
+5dde 20405f7f call mouse_low_voltage_led_blink_disable 
+5ddf 20405e1e call mouse_device_discover_led_config 
+5de0 7044d401 jam type_ms ,mem_24g_data_type 
+5de1 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5de2 c30ac90a bbit0 mouse_enable_keyboard ,g24_pair_start 
+5de3 7044d402 jam type_kb ,mem_24g_data_type 
+5de4 2020490a branch g24_pair_start 
+
+mouse_24g_attempt_fail:
+5de5 6fe0c54b fetch 1 ,mem_24g_attempt_fail_flag 
+5de6 243a5d80 nbranch mouse_24g_hibernate_set ,blank 
+5de7 6fe0c52d fetch 1 ,mem_24g_reconn_type 
+5de8 c0015df4 beq fast_conn_and_3_0_addr ,mouse_24g_fast_conn_attempt_fail 
+5de9 c0025e02 beq pair_and_3_0_addr ,mouse_24g_auto_pair_attempt_fail 
+5dea c001de07 beq receiver_and_3_0_addr ,mouse_reconn_dongle_attempt_fail 
+
+mouse_24g_attempt_fail_enter_hibernate:
+5deb 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5dec c29e5d80 bbit1 mouse_enable_wheel_wake_up_cancel ,mouse_24g_hibernate_set 
+
+mouse_24g_attempt_fail_enter_hibernate_next:
+5ded 20405efb call mouse_device_led_off 
+5dee 20405da6 call mouse_24g_stop 
+5def 6fe0c76a fetch 1 ,mem_reconn_times 
+5df0 243a5ca9 nbranch mouse_polling_device ,blank 
+5df1 6fe0c5e5 fetch 1 ,mem_device_flag 
+5df2 c0005324 beq mode_24g_device ,mouse_app_enter_hibernate 
+5df3 20600000 rtn 
+
+mouse_24g_fast_conn_attempt_fail:
+5df4 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5df5 c297ddc3 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_start_auto_pair 
+5df6 c2985dc3 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_start_auto_pair 
+5df7 c31d5dfc bbit0 mouse_enable_24g_auto_pair_nerver_been_paired ,mouse_24g_reconn_dongle_start 
+5df8 6fe24640 fetch 4 ,mem_mouse_24g_addr 
+5df9 684a4621 fetcht 4 ,mem_mouse_compare_addr_ff 
+5dfa 98467c00 isub temp ,null 
+5dfb 2022ddd8 branch mouse_24g_start_pair_mode ,zero 
+
+mouse_24g_reconn_dongle_start:
+5dfc 6fe0c8bd fetch 1 ,mem_mouse_1io2led_led_enable 
+5dfd 245a5ab8 ncall mouse_multi_led_blink_enable ,blank 
+5dfe 6fe14527 fetch 2 ,mem_24g_reconn_timeout_init 
+5dff 67e14529 store 2 ,mem_24g_reconn_timeout 
+5e00 70452d03 jam receiver_and_3_0_addr ,mem_24g_reconn_type 
+5e01 20204ba8 branch g24_reconn_start 
+
+mouse_24g_auto_pair_attempt_fail:
+5e02 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5e03 c317ddeb bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+5e04 6fe0c86c fetch 1 ,mem_device_number 
+5e05 c000ddeb beq 1 ,mouse_24g_attempt_fail_enter_hibernate 
+5e06 20205dcb branch mouse_24g_first_bluetooth_reconnect 
+
+mouse_reconn_dongle_attempt_fail:
+5e07 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5e08 c317ddeb bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+5e09 c289ddeb bbit1 mouse_enable_eeprom ,mouse_24g_attempt_fail_enter_hibernate 
+5e0a c2895deb bbit1 mouse_enable_flash ,mouse_24g_attempt_fail_enter_hibernate 
+5e0b 20205dc4 branch mouse_24g_start_auto_pair + 1 
+
+mouse_24g_attempt_success:
+5e0c 6fe244da fetch 4 ,mem_24g_addr 
+5e0d 67e24533 store 4 ,mem_24g_receiver_addr 
+5e0e 67e24640 store 4 ,mem_mouse_24g_addr 
+5e0f 20404bce call g24_ch_syncword_crc8_init 
+5e10 20405e1b call mouse_device_poweron_led_config 
+5e11 20405aa9 call mouse_no_data_timer_init 
+5e12 204058c4 call mouse_init_sensor_reset 
+5e13 70476800 jam 0 ,mem_mouse_long_mult_flag 
+5e14 70454700 jam 0 ,mem_24g_conn_sm 
+5e15 70452d00 jam 0 ,mem_24g_reconn_type 
+5e16 6fe24533 fetch 4 ,mem_24g_receiver_addr 
+5e17 6fe2452f fetch 4 ,mem_24g_fast_conn_addr 
+5e18 98467c00 isub temp ,null 
+5e19 20628000 rtn zero 
+5e1a 20205dd3 branch mouse_24g_first_store_reconn_info 
+
+mouse_device_poweron_led_config:
+5e1b 6fe0c8bd fetch 1 ,mem_mouse_1io2led_led_enable 
+5e1c 203a5ea2 branch mouse_device_poweron_timer_init ,blank 
+5e1d 20205abd branch mouse_multi_led_on_enable 
+
+mouse_device_discover_led_config:
+5e1e 6fe0c8bd fetch 1 ,mem_mouse_1io2led_led_enable 
+5e1f 203a5ea8 branch mouse_discover_setting_led_gpio ,blank 
+5e20 20205ab8 branch mouse_multi_led_blink_enable 
+
+mouse_24g_pairing_complete:
+5e21 20405aa9 call mouse_no_data_timer_init 
+5e22 d8e00001 arg mouse_24g_pairing_flag ,queue 
+5e23 20405c8f call mouse_disable_function_flag 
+5e24 20405e1b call mouse_device_poweron_led_config 
+5e25 58000000 setarg 0 
+5e26 67e14523 store 2 ,mem_24g_pair_timeout 
+5e27 67e14529 store 2 ,mem_24g_reconn_timeout 
+5e28 67e0c547 store 1 ,mem_24g_conn_sm 
+5e29 67e0c675 store 1 ,mem_mouse_move_flag 
+5e2a 67e0c52d store 1 ,mem_24g_reconn_type 
+5e2b 204058c4 call mouse_init_sensor_reset 
+5e2c 204058d5 call mouse_read_sensor_common 
+5e2d 6fe244da fetch 4 ,mem_24g_addr 
+5e2e 67e24533 store 4 ,mem_24g_receiver_addr 
+5e2f 67e24640 store 4 ,mem_mouse_24g_addr 
+5e30 20205b8c branch mouse_store_device_info_delay 
+
+mouse_24g_package_data:
+5e31 44ad400b bpatch patch0b_2 ,mem_patch0b 
+5e32 c6930000 rtnmark0 mark_24g 
+5e33 2040549b call mouse_motion 
+5e34 24740000 nrtn user 
+5e35 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5e36 c30ade39 bbit0 mouse_enable_keyboard ,mouse_24g_mouse_package_data 
+5e37 6fe0c844 fetch 1 ,mem_customer_key 
+5e38 243a5e4e nbranch mouse_24g_keyboard_package_data ,blank 
+
+mouse_24g_mouse_package_data:
+5e39 204058c5 call mouse_data_xy_release 
+5e3a 6fe0c4d4 fetch 1 ,mem_24g_data_type 
+5e3b c280de48 bbit1 1 ,mouse_24g_mouse_package_data_now 
+5e3c 6848c465 fetcht 1 ,mem_24g_txbuf + 1 
+5e3d 6fe0c578 fetch 1 ,mem_mouse_key 
+5e3e 9841fe00 ior temp ,pdata 
+5e3f 67e0c578 store 1 ,mem_mouse_key 
+5e40 6848c46a fetcht 1 ,mem_24g_txbuf + 6 
+5e41 6fe0c57d fetch 1 ,mem_mouse_z 
+5e42 9840fe00 iadd temp ,pdata 
+5e43 67e0c57d store 1 ,mem_mouse_z 
+5e44 6848c46b fetcht 1 ,mem_24g_txbuf + 7 
+5e45 6fe0c57e fetch 1 ,mem_mouse_tz 
+5e46 9840fe00 iadd temp ,pdata 
+5e47 67e0c57e store 1 ,mem_mouse_tz 
+
+mouse_24g_mouse_package_data_now:
+5e48 7044d401 jam type_ms ,mem_24g_data_type 
+5e49 da200007 arg 7 ,rega 
+5e4a da404578 arg mem_mouse_key ,regb 
+5e4b 6fe1457d fetch 2 ,mem_mouse_z 
+5e4c 207a0000 rtn blank 
+5e4d 20204d3c branch g24_transmit_by_interrupt_enable 
+
+mouse_24g_keyboard_package_data:
+5e4e 7044d402 jam type_kb ,mem_24g_data_type 
+5e4f da200009 arg 9 ,rega 
+5e50 6fe0c845 fetch 1 ,mem_customer_data_trigger 
+5e51 243a5e54 nbranch mouse_customer_key_press ,blank 
+5e52 da40488d arg mem_customer_key_release ,regb 
+5e53 20600000 rtn 
+
+mouse_customer_key_press:
+5e54 da404884 arg mem_customer_key_press ,regb 
+5e55 20600000 rtn 
+
+mouse_24g_search_dongle_init:
+5e56 58000000 setarg 0 
+5e57 67e1c85d store 3 ,mem_mouse_search_dongle_action 
+5e58 20600000 rtn 
+
+mouse_24g_search_dongle:
+5e59 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5e5a c40b0000 rtnbit0 mouse_enable_24g_search_dongle 
+5e5b 6fe0c768 fetch 1 ,mem_mouse_long_mult_flag 
+5e5c 207a0000 rtn blank 
+5e5d 6fe0c54d fetch 1 ,mem_24g_abort_pac 
+5e5e 207a0000 rtn blank 
+5e5f 6fe0c85a fetch 1 ,mem_mouse_search_dongle_interval 
+5e60 1fe0fe01 increase 1 ,pdata 
+5e61 1fe17e03 and_into 3 ,pdata 
+5e62 67e0c85a store 1 ,mem_mouse_search_dongle_interval 
+5e63 247a0000 nrtn blank 
+5e64 70485b00 jam 0 ,mem_mouse_search_dongle_ch 
+
+mouse_24g_search_dongle_loop:
+5e65 44adc00b bpatch patch0b_3 ,mem_patch0b 
+5e66 6fe0c85b fetch 1 ,mem_mouse_search_dongle_ch 
+5e67 1fe0fe01 increase 1 ,pdata 
+5e68 67e0c85b store 1 ,mem_mouse_search_dongle_ch 
+5e69 1fe67c08 sub pdata ,g24_ch_number ,null 
+5e6a 24215e71 nbranch mouse_24g_search_dongle_loop_end ,positive 
+5e6b 20404bf3 call g24_reconn_data_prep 
+5e6c 20404cb0 call g24_transmit_receive_ack 
+5e6d 242c5e77 nbranch mouse_24g_search_dongle_loop_retry ,sync 
+5e6e 2437de77 nbranch mouse_24g_search_dongle_loop_retry ,user3 
+5e6f 20405e8a call mouse_g24_ackpayload_parse 
+5e70 20405e81 call mouse_24g_search_dongle_success 
+
+mouse_24g_search_dongle_loop_end:
+5e71 20404bef call g24_txbuf_clear 
+5e72 6fe0c85c fetch 1 ,mem_mouse_search_dongle_count 
+5e73 1fe0fe01 increase 1 ,pdata 
+5e74 67e0c85c store 1 ,mem_mouse_search_dongle_count 
+5e75 c0085e79 beq g24_ch_poll_count ,mouse_24g_search_dongle_check 
+5e76 20600000 rtn 
+
+mouse_24g_search_dongle_loop_retry:
+5e77 2040489b call g24_ch 
+5e78 20205e65 branch mouse_24g_search_dongle_loop 
+
+mouse_24g_search_dongle_check:
+5e79 70485c00 jam 0 ,mem_mouse_search_dongle_count 
+5e7a 6fe0c85d fetch 1 ,mem_mouse_search_dongle_action 
+5e7b c3800000 rtnbit1 g24_disconn_state 
+5e7c 79207e00 set1 g24_disconn_state ,pdata 
+5e7d 67e0c85d store 1 ,mem_mouse_search_dongle_action 
+5e7e 6fe14874 fetch 2 ,mem_mouse_24g_search_dongle_time_init 
+5e7f 67e1476c store 2 ,mem_mouse_no_data_timer 
+5e80 2020583e branch mouse_sensor_powerdown 
+
+mouse_24g_search_dongle_success:
+5e81 6fe0c54d fetch 1 ,mem_24g_abort_pac 
+5e82 203a5e56 branch mouse_24g_search_dongle_init ,blank 
+5e83 70485c00 jam 0 ,mem_mouse_search_dongle_count 
+5e84 6fe0c85d fetch 1 ,mem_mouse_search_dongle_action 
+5e85 c4000000 rtnbit0 g24_disconn_state 
+5e86 793ffe00 set0 g24_disconn_state ,pdata 
+5e87 67e0c85d store 1 ,mem_mouse_search_dongle_action 
+5e88 20405aa9 call mouse_no_data_timer_init 
+5e89 202057a3 branch mouse_init_sensor_wakeup 
+
+mouse_g24_ackpayload_parse:
+5e8a 20404ccf call g24_ackpayload_parse 
+5e8b 6fe0c443 fetch 1 ,mem_24g_rxbuf + 1 
+5e8c 2fe1f008 compare 0x08 ,pdata ,0xf8 
+5e8d 24608000 nrtn true 
+5e8e 6fe0c444 fetch 1 ,mem_24g_rxbuf + 2 
+5e8f c07fdd80 beq 0xff ,mouse_24g_hibernate_set 
+5e90 20600000 rtn 
+
+mouse_24g_before_lpm_sleep:
+5e91 6fe0c5e5 fetch 1 ,mem_device_flag 
+5e92 c0803b51 bne mode_24g_device ,lpm_sleep_skip_cb_function 
+5e93 6fe0c515 fetch 1 ,mem_24g_disable_fec1 
+5e94 207a0000 rtn blank 
+
+mouse_peripheral_clock_off:
+5e95 70804202 jam 2 ,core_clksel 
+5e96 6ff08130 fetch 1 ,core_lpm_ctrl 
+5e97 1fe17efc and pdata ,0xfc ,pdata 
+5e98 67f0804c store 1 ,core_lpm_reg 
+5e99 20203c05 branch lpm_write_ctrl 
+
+mouse_device_poweron_timer:
+5e9a 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5e9b c4100000 rtnbit0 mouse_enable_power_on_led 
+5e9c 6fe0c860 fetch 1 ,mem_mouse_device_poweron_timer_count 
+5e9d 207a0000 rtn blank 
+5e9e 1fe0ffff increase -1 ,pdata 
+5e9f 67e0c860 store 1 ,mem_mouse_device_poweron_timer_count 
+5ea0 203a5efb branch mouse_device_led_off ,blank 
+5ea1 20205f09 branch mouse_device_led_on 
+
+mouse_device_poweron_timer_init:
+5ea2 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5ea3 c4100000 rtnbit0 mouse_enable_power_on_led 
+5ea4 20405f7f call mouse_low_voltage_led_blink_disable 
+5ea5 6fe0c878 fetch 1 ,mem_mouse_device_poweron_timer_count_init 
+5ea6 67e0c860 store 1 ,mem_mouse_device_poweron_timer_count 
+5ea7 20600000 rtn 
+
+mouse_discover_setting_led_gpio:
+5ea8 70486000 jam 0 ,mem_mouse_device_poweron_timer_count 
+5ea9 6fe1487c fetch 2 ,mem_mouse_disconvey_led_blink_time 
+5eaa 67e145dd store 2 ,mem_mouse_on_time 
+5eab 67e145df store 2 ,mem_mouse_off_time 
+
+mouse_setting_led_gpio_comman:
+5eac 6fe0c5e5 fetch 1 ,mem_device_flag 
+5ead c0005eb1 beq mode_24g_device ,mouse_device_led_24g 
+5eae c000deb3 beq mode_bt_device1 ,mouse_device_led_bt1 
+5eaf c0015eb5 beq mode_bt_device2 ,mouse_device_led_bt2 
+5eb0 20600000 rtn 
+
+mouse_device_led_24g:
+5eb1 6fe0c5ca fetch 1 ,mem_config_device_24g_led_gpio 
+5eb2 20205eb6 branch mouse_led_blink 
+
+mouse_device_led_bt1:
+5eb3 6fe0c5cb fetch 1 ,mem_config_device_bt1_led_gpio 
+5eb4 20205eb6 branch mouse_led_blink 
+
+mouse_device_led_bt2:
+5eb5 6fe0c5cc fetch 1 ,mem_config_device_bt2_led_gpio 
+
+mouse_led_blink:
+5eb6 67e084cc store 1 ,mem_temp 
+5eb7 20405efb call mouse_device_led_off 
+5eb8 6fe084cc fetch 1 ,mem_temp 
+5eb9 67e0c5dc store 1 ,mem_mouse_struct_led_gpio 
+5eba da200000 arg 0 ,rega 
+5ebb 7045da01 jam ui_led_state_blink_start ,mem_mouse_led_type 
+5ebc 20206f10 branch ui_led_blink_start_global 
+
+mouse_dpi_led_blink_delay:
+5ebd 6fe0c5cd fetch 1 ,mem_dpi_led_gpio 
+5ebe c17f8000 rtneq gpio_disable 
+5ebf 6fe1477c fetch 2 ,mem_mouse_discovery_timer 
+5ec0 247a0000 nrtn blank 
+5ec1 6fe14523 fetch 2 ,mem_24g_pair_timeout 
+5ec2 247a0000 nrtn blank 
+5ec3 6fe14529 fetch 2 ,mem_24g_reconn_timeout 
+5ec4 247a0000 nrtn blank 
+5ec5 6fe0c860 fetch 1 ,mem_mouse_device_poweron_timer_count 
+5ec6 247a0000 nrtn blank 
+5ec7 6fe0c879 fetch 1 ,mem_mouse_dpi_led_delay_count_init 
+5ec8 203a5ece branch mouse_dpi_led_blink_init ,blank 
+5ec9 67e0c861 store 1 ,mem_mouse_dpi_led_delay_count 
+5eca 20600000 rtn 
+
+mouse_dpi_led_blink_delay_timer:
+5ecb da604861 arg mem_mouse_dpi_led_delay_count ,regc 
+5ecc da405ece arg mouse_dpi_led_blink_init ,regb 
+5ecd 20204dcc branch timer_single_step 
+
+mouse_dpi_led_blink_init:
+5ece 6fe0c5cd fetch 1 ,mem_dpi_led_gpio 
+5ecf 67e0c5dc store 1 ,mem_mouse_struct_led_gpio 
+5ed0 6fe1487a fetch 2 ,mem_mouse_dpi_led_blink_time 
+5ed1 67e145dd store 2 ,mem_mouse_on_time 
+5ed2 67e145df store 2 ,mem_mouse_off_time 
+5ed3 6fe0c5d4 fetch 1 ,mem_config_sensor_type 
+5ed4 c001dee2 beq p3212 ,mouse_dpi_led_blink_init1 
+5ed5 c005dee2 beq ka8g2 ,mouse_dpi_led_blink_init1 
+5ed6 da200000 arg 0 ,rega 
+5ed7 6848c63f fetcht 1 ,mem_mouse_dpi 
+5ed8 18408402 increase 2 ,temp 
+5ed9 18467c03 sub temp ,3 ,null 
+5eda 20415ede call mouse_dpi_led_blink_init_level_4 ,positive 
+5edb 20215eeb branch mouse_dpi_led_blink_init_end ,positive 
+5edc 184085fd increase -3 ,temp 
+5edd 20205eeb branch mouse_dpi_led_blink_init_end 
+
+mouse_dpi_led_blink_init_level_4:
+5ede 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5edf c40e0000 rtnbit0 mouse_enable_dpi_level_4 
+5ee0 18408401 increase 1 ,temp 
+5ee1 20600000 rtn 
+
+mouse_dpi_led_blink_init1:
+5ee2 da200000 arg 0 ,rega 
+5ee3 6848c63f fetcht 1 ,mem_mouse_dpi 
+5ee4 18408401 increase 1 ,temp 
+5ee5 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5ee6 c30e5eeb bbit0 mouse_enable_dpi_level_4 ,mouse_dpi_led_blink_init_end 
+5ee7 18408401 increase 1 ,temp 
+5ee8 18467c04 sub temp ,4 ,null 
+5ee9 20215eeb branch mouse_dpi_led_blink_init_end ,positive 
+5eea d8400001 arg 1 ,temp 
+
+mouse_dpi_led_blink_init_end:
+5eeb 6048c5db storet 1 ,mem_mouse_blink_count 
+5eec 7045da01 jam ui_led_state_blink_start ,mem_mouse_led_type 
+5eed 20600000 rtn 
+
+mouse_check_dpi_blink:
+5eee 78547c00 disable user 
+5eef 6fe0c5cd fetch 1 ,mem_dpi_led_gpio 
+5ef0 6848c5dc fetcht 1 ,mem_mouse_struct_led_gpio 
+5ef1 98467c00 isub temp ,null 
+5ef2 24628000 nrtn zero 
+5ef3 6fe0c5db fetch 1 ,mem_mouse_blink_count 
+5ef4 207a0000 rtn blank 
+5ef5 7045a100 jam 0 ,mem_adc_low_volatage_led_blink_enable 
+5ef6 202074c8 branch enable_user 
+
+mouse_device_led_all_off:
+5ef7 20405f07 call mouse_dpi_led_off 
+5ef8 20405f00 call mouse_device_24g_led_off 
+5ef9 20405f03 call mouse_device_bt1_led_off 
+5efa 20205f05 branch mouse_device_bt2_led_off 
+
+mouse_device_led_off:
+5efb 6fe0c5e5 fetch 1 ,mem_device_flag 
+5efc c0005f00 beq mode_24g_device ,mouse_device_24g_led_off 
+5efd c000df03 beq mode_bt_device1 ,mouse_device_bt1_led_off 
+5efe c0015f05 beq mode_bt_device2 ,mouse_device_bt2_led_off 
+5eff 20600000 rtn 
+
+mouse_device_24g_led_off:
+5f00 70486300 jam 0 ,mem_24g_device_led_status 
+5f01 6848c5ca fetcht 1 ,mem_config_device_24g_led_gpio 
+5f02 20205f14 branch mouse_led_off 
+
+mouse_device_bt1_led_off:
+5f03 6848c5cb fetcht 1 ,mem_config_device_bt1_led_gpio 
+5f04 20205f14 branch mouse_led_off 
+
+mouse_device_bt2_led_off:
+5f05 6848c5cc fetcht 1 ,mem_config_device_bt2_led_gpio 
+5f06 20205f14 branch mouse_led_off 
+
+mouse_dpi_led_off:
+5f07 6848c5cd fetcht 1 ,mem_dpi_led_gpio 
+5f08 20205f14 branch mouse_led_off 
+
+mouse_device_led_on:
+5f09 6fe0c5e5 fetch 1 ,mem_device_flag 
+5f0a c0005f0e beq mode_24g_device ,mouse_device_24g_led_on 
+5f0b c000df10 beq mode_bt_device1 ,mouse_device_bt1_led_on 
+5f0c c0015f12 beq mode_bt_device2 ,mouse_device_bt2_led_on 
+5f0d 20600000 rtn 
+
+mouse_device_24g_led_on:
+5f0e 6848c5ca fetcht 1 ,mem_config_device_24g_led_gpio 
+5f0f 20205f1b branch mouse_led_on 
+
+mouse_device_bt1_led_on:
+5f10 6848c5cb fetcht 1 ,mem_config_device_bt1_led_gpio 
+5f11 20205f1b branch mouse_led_on 
+
+mouse_device_bt2_led_on:
+5f12 6848c5cc fetcht 1 ,mem_config_device_bt2_led_gpio 
+5f13 20205f1b branch mouse_led_on 
+
+mouse_led_off:
+5f14 44ae400b bpatch patch0b_4 ,mem_patch0b 
+5f15 18427e00 copy temp ,pdata 
+5f16 c17f8000 rtneq gpio_disable 
+5f17 1fe20400 copy pdata ,temp 
+5f18 6048c5dc storet 1 ,mem_mouse_struct_led_gpio 
+5f19 da200000 arg 0 ,rega 
+5f1a 20206f0b branch ui_led_off_global 
+
+mouse_led_on:
+5f1b 44aec00b bpatch patch0b_5 ,mem_patch0b 
+5f1c 18427e00 copy temp ,pdata 
+5f1d c17f8000 rtneq gpio_disable 
+5f1e 1fe20400 copy pdata ,temp 
+5f1f 6048c5dc storet 1 ,mem_mouse_struct_led_gpio 
+5f20 da200000 arg 0 ,rega 
+5f21 20206f06 branch ui_led_on_global 
+
+mouse_ui_led_off_static:
+5f22 44af400b bpatch patch0b_6 ,mem_patch0b 
+5f23 6fe0c5ca fetch 1 ,mem_config_device_24g_led_gpio 
+5f24 98467c00 isub temp ,null 
+5f25 2042df43 call mouse_clear_24g_led_statue ,zero 
+5f26 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5f27 c3126b92 bbit0 mouse_enable_4_led ,gpio_out_inactive 
+5f28 20405f34 call mouse_check_bt2_led_off 
+5f29 20405f38 call mouse_check_dpi_led_off 
+5f2a 20405f3c call mouse_check_low_v_led_off 
+5f2b 6fe0c862 fetch 1 ,mem_mouse_led_off_4_led 
+5f2c 203a6b92 branch gpio_out_inactive ,blank 
+5f2d 70486200 jam 0 ,mem_mouse_led_off_4_led 
+5f2e 20206bae branch gpio_set_high_impedance 
+
+mouse_ui_led_on_static:
+5f2f 44afc00b bpatch patch0b_7 ,mem_patch0b 
+5f30 6fe0c5ca fetch 1 ,mem_config_device_24g_led_gpio 
+5f31 98467c00 isub temp ,null 
+5f32 2042df45 call mouse_set_24g_led_statue ,zero 
+5f33 20206b96 branch gpio_out_active 
+
+mouse_check_bt2_led_off:
+5f34 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5f35 c4130000 rtnbit0 mouse_enable_bt2_for_4_led 
+5f36 6fe0c5cc fetch 1 ,mem_config_device_bt2_led_gpio 
+5f37 20205f3f branch mouse_check_1gpio_2led_off 
+
+mouse_check_dpi_led_off:
+5f38 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5f39 c4128000 rtnbit0 mouse_enable_dpi_for_4_led 
+5f3a 6fe0c5cd fetch 1 ,mem_dpi_led_gpio 
+5f3b 20205f3f branch mouse_check_1gpio_2led_off 
+
+mouse_check_low_v_led_off:
+5f3c 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5f3d c4138000 rtnbit0 mouse_enable_low_v_for_4_led 
+5f3e 6fe0c5c9 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+
+mouse_check_1gpio_2led_off:
+5f3f 98467c00 isub temp ,null 
+5f40 24628000 nrtn zero 
+5f41 70486201 jam 1 ,mem_mouse_led_off_4_led 
+5f42 20600000 rtn 
+
+mouse_clear_24g_led_statue:
+5f43 70486300 jam 0 ,mem_24g_device_led_status 
+5f44 20600000 rtn 
+
+mouse_set_24g_led_statue:
+5f45 70486301 jam 1 ,mem_24g_device_led_status 
+5f46 20600000 rtn 
+
+mouse_low_voltage_led_timer:
+5f47 6fe1477c fetch 2 ,mem_mouse_discovery_timer 
+5f48 247a0000 nrtn blank 
+5f49 6fe14523 fetch 2 ,mem_24g_pair_timeout 
+5f4a 247a0000 nrtn blank 
+5f4b 6fe14529 fetch 2 ,mem_24g_reconn_timeout 
+5f4c 247a0000 nrtn blank 
+5f4d 6fe0c860 fetch 1 ,mem_mouse_device_poweron_timer_count 
+5f4e 247a0000 nrtn blank 
+5f4f 20405eee call mouse_check_dpi_blink 
+5f50 20740000 rtn user 
+5f51 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5f52 c4108000 rtnbit0 mouse_enable_low_voltage_led 
+5f53 c4020000 rtnbit0 mouse_low_voltage_flag 
+5f54 c291df6d bbit1 mouse_enable_low_voltage_led_blink_n_second ,mouse_low_voltage_led_blink_new_data 
+5f55 6fe0c5a0 fetch 1 ,mem_adc_low_volatage_led_timer_count 
+5f56 1fe0fe01 increase 1 ,pdata 
+5f57 67e0c5a0 store 1 ,mem_adc_low_volatage_led_timer_count 
+5f58 1fe67c14 sub pdata ,20 ,null 
+5f59 24415f5f ncall mouse_adc_low_volatage_led_timer_count_clean ,positive 
+5f5a c0015f61 beq 2 ,mouse_low_voltage_led_on 
+5f5b c0025f67 beq 4 ,mouse_low_voltage_led_off 
+5f5c c0035f61 beq 6 ,mouse_low_voltage_led_on 
+5f5d c0045f67 beq 8 ,mouse_low_voltage_led_off 
+5f5e 20600000 rtn 
+
+mouse_adc_low_volatage_led_timer_count_clean:
+5f5f 7045a001 jam 1 ,mem_adc_low_volatage_led_timer_count 
+5f60 20205f67 branch mouse_low_voltage_led_off 
+
+mouse_low_voltage_led_on:
+5f61 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5f62 c2915f09 bbit1 mouse_enable_low_voltage_use_mode_led ,mouse_device_led_on 
+5f63 6fe0c5c9 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+5f64 c17f8000 rtneq gpio_disable 
+5f65 6848c5c9 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+5f66 20205f1b branch mouse_led_on 
+
+mouse_low_voltage_led_off:
+5f67 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5f68 c2915efb bbit1 mouse_enable_low_voltage_use_mode_led ,mouse_device_led_off 
+5f69 6fe0c5c9 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+5f6a c17f8000 rtneq gpio_disable 
+5f6b 6848c5c9 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+5f6c 20205f14 branch mouse_led_off 
+
+mouse_low_voltage_led_blink_new_data:
+5f6d 6fe14876 fetch 2 ,mem_mouse_no_data_timeout 
+5f6e 6849476c fetcht 2 ,mem_mouse_no_data_timer 
+5f6f 98460400 isub temp ,temp 
+5f70 6fe14880 fetch 2 ,mem_adc_low_volatage_led_blink_timer 
+5f71 98467c00 isub temp ,null 
+5f72 24215f7f nbranch mouse_low_voltage_led_blink_disable ,positive 
+5f73 6fe0c5a1 fetch 1 ,mem_adc_low_volatage_led_blink_enable 
+5f74 247a0000 nrtn blank 
+5f75 7045a101 jam 1 ,mem_adc_low_volatage_led_blink_enable 
+5f76 20205f77 branch mouse_low_voltage_led_blink_init 
+
+mouse_low_voltage_led_blink_init:
+5f77 6fe1487e fetch 2 ,mem_mouse_low_v_led_blink_time 
+5f78 67e145dd store 2 ,mem_mouse_on_time 
+5f79 67e145df store 2 ,mem_mouse_off_time 
+5f7a 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5f7b c2915eac bbit1 mouse_enable_low_voltage_use_mode_led ,mouse_setting_led_gpio_comman 
+5f7c 6fe0c5c9 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+5f7d c17f8000 rtneq gpio_disable 
+5f7e 20205eb6 branch mouse_led_blink 
+
+mouse_low_voltage_led_blink_disable:
+5f7f 7045a100 jam 0 ,mem_adc_low_volatage_led_blink_enable 
+5f80 20205f67 branch mouse_low_voltage_led_off 
+
+mouse_low_voltage_led_no_enter_lpm:
+5f81 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5f82 c4108000 rtnbit0 mouse_enable_low_voltage_led 
+5f83 c4020000 rtnbit0 mouse_low_voltage_flag 
+5f84 c291df93 bbit1 mouse_enable_low_voltage_led_blink_n_second ,mouse_low_voltage_led_no_enter_lpm_blink 
+5f85 6fe0c5a0 fetch 1 ,mem_adc_low_volatage_led_timer_count 
+5f86 1fe67c0a sub pdata ,10 ,null 
+5f87 20215f8f branch mouse_lpm_mode_clear ,positive 
+
+mouse_low_voltage_led_no_enter_lpm_next:
+5f88 6fe0c5e5 fetch 1 ,mem_device_flag 
+5f89 c0005f8c beq mode_24g_device ,g24_transmit_by_interrupt_exit_check 
+5f8a 70409401 jam 1 ,mem_lpm_mode 
+5f8b 20600000 rtn 
+
+g24_transmit_by_interrupt_exit_check:
+5f8c 6fe44864 fetch mouse_flag_len ,mem_mouse_flag 
+5f8d c38c0000 rtnbit1 mouse_enable_24g_250hz 
+5f8e 20204d2b branch g24_transmit_by_interrupt_exit 
+
+mouse_lpm_mode_clear:
+5f8f 6fe0c5e5 fetch 1 ,mem_device_flag 
+5f90 c0004d3c beq mode_24g_device ,g24_transmit_by_interrupt_enable 
+5f91 70409400 jam 0 ,mem_lpm_mode 
+5f92 20600000 rtn 
+
+mouse_low_voltage_led_no_enter_lpm_blink:
+5f93 6fe0c5a1 fetch 1 ,mem_adc_low_volatage_led_blink_enable 
+5f94 243a5f8f nbranch mouse_lpm_mode_clear ,blank 
+5f95 20205f88 branch mouse_low_voltage_led_no_enter_lpm_next 
+
+mouse_store_signal_rssi:
+5f96 6fe08009 fetch 1 ,mem_rssi 
+5f97 20204c3a branch rssi_signal 
+
+mouse_le_transmit:
+5f98 20405f96 call mouse_store_signal_rssi 
+5f99 20204d49 branch power_ctrl_start 
+
+mouse_le_set_lpm_mult:
+5f9a 6fe0c82f fetch 1 ,mem_le_connect_status_flag 
+5f9b 2fe00603 compare 3 ,pdata ,3 
+5f9c 2420f4d6 nbranch disable_blank ,true 
+5f9d 20404e17 call app_lpm_mult_enable 
+5f9e 202074d8 branch enable_blank 
+
+mouse_set_lpm_mult:
+5f9f 6fe14434 fetch 2 ,mem_ui_state_map 
+5fa0 c284df9a bbit1 ui_state_ble_connected ,mouse_le_set_lpm_mult 
+5fa1 20600000 rtn 
+
+mouse_24g_long_sleep:
+5fa2 20404d15 call g24_lpm_wait 
+5fa3 24740000 nrtn user 
+5fa4 6fe0c863 fetch 1 ,mem_24g_device_led_status 
+5fa5 247a0000 nrtn blank 
+5fa6 20404d1f call g24_setgpio_lpm_before 
+5fa7 7048fb00 jam 0 ,mem_mouse_24g_sleep_miss 
+5fa8 20406024 call mouse_24g_send_time_long_wake 
+5fa9 6fe0c899 fetch 1 ,mem_sensor_shutdown_flag 
+5faa 245a5338 ncall mouse_setgpio_hibernate ,blank 
+5fab 6fe244fa fetch 4 ,mem_24g_enter_hibernate 
+5fac 20204c81 branch g24_long_seep2 
+
+mouse_24g_short_sleep:
+5fad 6fe0c904 fetch 1 ,mem_mouse_sleep_deal_type 
+5fae 203a4c75 branch g24_short_sleep ,blank 
+5faf 20404d15 call g24_lpm_wait 
+5fb0 24740000 nrtn user 
+5fb1 6fe0c863 fetch 1 ,mem_24g_device_led_status 
+5fb2 247a0000 nrtn blank 
+5fb3 6fe0c8fb fetch 1 ,mem_mouse_24g_sleep_miss 
+5fb4 7048fb00 jam 0 ,mem_mouse_24g_sleep_miss 
+5fb5 1fe67c00 sub pdata ,0 ,null 
+5fb6 2422dfd6 nbranch mouse_24g_short_sleep_last_miss ,zero 
+5fb7 6849456d fetcht 2 ,mem_24g_retransmit 
+5fb8 18467c00 sub temp ,0 ,null 
+5fb9 2022dfcc branch mouse_24g_short_sleep_default ,zero 
+5fba 6fe248f0 fetch 4 ,mem_mouse_24g_tx_time_last_delt 
+5fbb 203a5fcc branch mouse_24g_short_sleep_default ,blank 
+
+mouse_24g_short_sleep_notify:
+5fbc 684a48da fetcht 4 ,mem_mouse_24g_tsniff 
+5fbd 98460400 isub temp ,temp 
+5fbe 604a4900 storet 4 ,mem_mouse_24g_sleep_miss_temp 
+5fbf 24215fcf nbranch mouse_24g_short_sleep_long ,positive 
+5fc0 6fe1c553 fetch 3 ,mem_24g_short_sleep_set 
+5fc1 98467e00 isub temp ,pdata 
+5fc2 24215fda nbranch mouse_24g_short_sleep_2 ,positive 
+5fc3 d8400600 arg 0x600 ,temp 
+5fc4 98467c00 isub temp ,null 
+5fc5 24215fda nbranch mouse_24g_short_sleep_2 ,positive 
+
+mouse_24g_short_sleep2:
+5fc6 67e248fc store 4 ,mem_mouse_24g_sleep_time_temp 
+5fc7 20405fd3 call mouse_24g_miss_temp_clear 
+5fc8 6fe248fc fetch 4 ,mem_mouse_24g_sleep_time_temp 
+
+mouse_24g_short_sleep3:
+5fc9 20407464 call clk2lpo 
+5fca 604a40aa storet 4 ,mem_sleep_counter 
+5fcb 20203b47 branch lpm_sleep 
+
+mouse_24g_short_sleep_default:
+5fcc 20405fd3 call mouse_24g_miss_temp_clear 
+5fcd 6fe1c553 fetch 3 ,mem_24g_short_sleep_set 
+5fce 20205fc6 branch mouse_24g_short_sleep2 
+
+mouse_24g_short_sleep_long:
+5fcf 18460400 sub temp ,0 ,temp 
+5fd0 6fe1c553 fetch 3 ,mem_24g_short_sleep_set 
+5fd1 9840fe00 iadd temp ,pdata 
+5fd2 20205fc6 branch mouse_24g_short_sleep2 
+
+mouse_24g_miss_temp_clear:
+5fd3 58000000 setarg 0 
+5fd4 67e24900 store 4 ,mem_mouse_24g_sleep_miss_temp 
+5fd5 20600000 rtn 
+
+mouse_24g_short_sleep_last_miss:
+5fd6 6fe248f0 fetch 4 ,mem_mouse_24g_tx_time_last_delt 
+5fd7 684a4900 fetcht 4 ,mem_mouse_24g_sleep_miss_temp 
+5fd8 9840fe00 iadd temp ,pdata 
+5fd9 20205fbc branch mouse_24g_short_sleep_notify 
+
+mouse_24g_short_sleep_2:
+5fda 7048fb01 jam 1 ,mem_mouse_24g_sleep_miss 
+5fdb 20600000 rtn 
+
+mouse_24g_transmit_callback:
+5fdc 20405fde call mouse_24g_send_time_check 
+5fdd 20205d8b branch mouse_wakeup_24g 
+
+mouse_24g_send_time_check:
+5fde 6fe0c904 fetch 1 ,mem_mouse_sleep_deal_type 
+5fdf 207a0000 rtn blank 
+5fe0 6fe0c563 fetch 1 ,mem_24g_transmit_by_interrupt 
+5fe1 c000e020 beq g24_tx_timer_int_enable ,mouse_24g_send_timer_first 
+5fe2 6fe0c8e9 fetch 1 ,mem_mouse_24g_tx_count 
+5fe3 203a6020 branch mouse_24g_send_timer_first ,blank 
+5fe4 1b227e00 copy clkn ,pdata 
+5fe5 684b48ea fetcht 6 ,mem_mouse_24g_tx_time_last 
+5fe6 67e348ea store 6 ,mem_mouse_24g_tx_time_last 
+5fe7 2040744f call clk_diff_rt 
+5fe8 67e248f0 store 4 ,mem_mouse_24g_tx_time_last_delt 
+5fe9 6fe0c8fb fetch 1 ,mem_mouse_24g_sleep_miss 
+5fea 247a0000 nrtn blank 
+5feb 6fe1456d fetch 2 ,mem_24g_retransmit 
+5fec 247a0000 nrtn blank 
+5fed 6fe248f0 fetch 4 ,mem_mouse_24g_tx_time_last_delt 
+
+mouse_24g_send_time_check_1:
+5fee 684ac8f4 fetcht 5 ,mem_mouse_24g_tx_time_sum 
+5fef 9840fe00 iadd temp ,pdata 
+5ff0 67e2c8f4 store 5 ,mem_mouse_24g_tx_time_sum 
+5ff1 6848c8e9 fetcht 1 ,mem_mouse_24g_tx_count 
+5ff2 6fe0c8f9 fetch 1 ,mem_mouse_24g_tx_time_sum_count 
+5ff3 98467c00 isub temp ,null 
+5ff4 2022dff8 branch mouse_24g_send_time_check_average ,zero 
+5ff5 18408401 increase 1 ,temp 
+5ff6 6048c8e9 storet 1 ,mem_mouse_24g_tx_count 
+5ff7 20600000 rtn 
+
+mouse_24g_send_time_check_average:
+5ff8 7048e901 jam 1 ,mem_mouse_24g_tx_count 
+5ff9 d8400000 arg 0 ,temp 
+5ffa 6fe2c8f4 fetch 5 ,mem_mouse_24g_tx_time_sum 
+5ffb 604ac8f4 storet 5 ,mem_mouse_24g_tx_time_sum 
+5ffc 6848c8f9 fetcht 1 ,mem_mouse_24g_tx_time_sum_count 
+5ffd 9846fc00 idiv temp 
+5ffe 20407475 call wait_div_end 
+5fff 1807a200 quotient rega 
+6000 6fe248da fetch 4 ,mem_mouse_24g_tsniff 
+6001 6848c8fa fetcht 1 ,mem_mouse_24g_tx_time_offset 
+6002 98460400 isub temp ,temp 
+6003 184085d8 increase -40 ,temp 
+6004 1a227e00 copy rega ,pdata 
+6005 98467e00 isub temp ,pdata 
+6006 20216013 branch mouse_24g_send_time_check_average_late ,positive 
+6007 1fe67e00 sub pdata ,0 ,pdata 
+6008 1feb7e00 rshift2 pdata ,pdata 
+6009 6849c553 fetcht 3 ,mem_24g_short_sleep_set 
+600a 98408400 iadd temp ,temp 
+600b 44b0400c bpatch patch0c_0 ,mem_patch0c 
+600c 6fe1c8e6 fetch 3 ,mem_mouse_24g_short_sleep_set_init 
+600d da201800 arg 0x1800 ,rega 
+600e 9a20fe00 iadd rega ,pdata 
+600f 98467c00 isub temp ,null 
+6010 2421601e nbranch mouse_24g_send_time_check_average_min ,positive 
+6011 6049c553 storet 3 ,mem_24g_short_sleep_set 
+6012 20600000 rtn 
+
+mouse_24g_send_time_check_average_late:
+6013 1feb0400 rshift2 pdata ,temp 
+6014 6fe1c553 fetch 3 ,mem_24g_short_sleep_set 
+6015 98460400 isub temp ,temp 
+6016 44b0c00c bpatch patch0c_1 ,mem_patch0c 
+6017 6fe1c8e6 fetch 3 ,mem_mouse_24g_short_sleep_set_init 
+6018 da201800 arg 0x1800 ,rega 
+6019 9a267e00 isub rega ,pdata 
+601a 98467c00 isub temp ,null 
+601b 2021601e branch mouse_24g_send_time_check_average_min ,positive 
+601c 6049c553 storet 3 ,mem_24g_short_sleep_set 
+601d 20600000 rtn 
+
+mouse_24g_send_time_check_average_min:
+601e 67e1c553 store 3 ,mem_24g_short_sleep_set 
+601f 20600000 rtn 
+
+mouse_24g_send_timer_first:
+6020 7048e901 jam 1 ,mem_mouse_24g_tx_count 
+6021 1b227e00 copy clkn ,pdata 
+6022 67e348ea store 6 ,mem_mouse_24g_tx_time_last 
+6023 20600000 rtn 
+
+mouse_24g_send_time_long_wake:
+6024 58000000 setarg 0 
+6025 67e0c8e9 store 1 ,mem_mouse_24g_tx_count 
+6026 67e2c8f4 store 5 ,mem_mouse_24g_tx_time_sum 
+6027 20600000 rtn 
+
+shutter_init:
+6028 20406eb3 call enable_authrom 
+6029 20758000 rtn wake 
+602a 580060a1 setarg shutter_process_idle 
+602b 67e14394 store 2 ,mem_cb_idle_process 
+602c 58006053 setarg shutter_process_bb_event 
+602d 67e14396 store 2 ,mem_cb_bb_event_process 
+602e 58006104 setarg ble_shutter_receive_data 
+602f 67e14398 store 2 ,mem_cb_att_write 
+6030 58006088 setarg shutter_le_bb_event_timer 
+6031 67e1439c store 2 ,mem_cb_event_timer 
+6032 580060df setarg shutter_key_change 
+6033 67e1447e store 2 ,mem_cb_shutter_keycan 
+6034 2040603c call shutter_common_init 
+6035 44b1400c bpatch patch0c_2 ,mem_patch0c 
+6036 20406110 call shutter_load_buffer_config_form_datarom 
+
+shutter_power_switch:
+6037 6fe0c474 fetch 1 ,mem_shutter_hard_soft_switch_case 
+6038 c000604a beq hard_switch ,shutter_hart_swtich_power_on 
+6039 6fe0c475 fetch 1 ,mem_shutter_soft_switch_button_gpio 
+603a 67e0c437 store 1 ,mem_ui_button_gpio 
+603b 2020611f branch ui_soft_swtich_init 
+
+shutter_common_init:
+603c 580060a5 setarg shutter_le_before_hibernate 
+603d 67e1438e store 2 ,mem_cb_before_hibernate 
+603e 580060a3 setarg shutter_process_lpm_before 
+603f 67e14390 store 2 ,mem_cb_before_lpm 
+6040 580060ba setarg shutter_start_reconnect 
+6041 67e14479 store 2 ,mem_shutter_soft_switch_poweron_callback_function 
+6042 58006118 setarg shutter_soft_swtich_power_off 
+6043 67e1447b store 2 ,mem_shutter_soft_switch_poweroff_callback_function 
+6044 70412007 jam 7 ,mem_version 
+6045 2040410b call le_modified_name_adv 
+6046 20406107 call shutter_init_param 
+6047 20406c51 call keyscan_key_init 
+6048 20406ff8 call queue_init 
+6049 20206ef8 branch ui_led_init_global 
+
+shutter_hart_swtich_power_on:
+604a 704437ff jam ui_button_gpio_disable ,mem_ui_button_gpio 
+604b 70447601 jam ss_state_power_on ,mem_shutter_soft_switch_power_state 
+604c 202060ba branch shutter_start_reconnect 
+
+shutter_le_scale_lpm_lock:
+604d 6fe0c476 fetch 1 ,mem_shutter_soft_switch_power_state 
+604e c0014df4 beq ss_state_power_off ,app_get_lpm_wake_lock 
+604f 204066de call l2cap_malloc_get_full_map 
+6050 6fe0c3f3 fetch 1 ,mem_used_map 
+6051 243a4df4 nbranch app_get_lpm_wake_lock ,blank 
+6052 20204df6 branch app_put_lpm_wake_lock 
+
+shutter_process_bb_event:
+6053 1a627e00 copy regc ,pdata 
+6054 c00a605c beq bt_evt_le_connected ,ble_shutter_process_baseband_connect 
+6055 c00ae060 beq bt_evt_le_disconnected ,ble_shutter_process_baseband_disconnect 
+6056 c01fe063 beq bt_evt_le_reconnect_complete ,ble_shutter_process_reconnect_complete 
+6057 c0206069 beq bt_evt_le_parse_conn_papa_update_rsp ,ble_shutter_process_parse_connect_parameter_update_response 
+6058 c0086134 beq bt_evt_button_long_pressed ,ui_soft_switch_botton_long_press 
+6059 c016606f beq bt_evt_button_down ,shutter_process_soft_swtich_button_down 
+605a c016e07a beq bt_evt_button_up ,shutter_process_soft_swtich_button_up 
+605b 20600000 rtn 
+
+ble_shutter_process_baseband_connect:
+605c 204060a7 call shutter_stop_bluetooth_discovery 
+605d 58000000 setarg 0 
+605e 67e1444e store 2 ,mem_ble_shutter_reconn_timer 
+605f 20204e11 branch app_led_off 
+
+ble_shutter_process_baseband_disconnect:
+6060 20406ff8 call queue_init 
+6061 70444700 jam 0 ,mem_ble_shutter_enable_notify 
+6062 202060ba branch shutter_start_reconnect 
+
+ble_shutter_process_reconnect_complete:
+6063 20406ff8 call queue_init 
+6064 70444701 jam 1 ,mem_ble_shutter_enable_notify 
+6065 6fe44458 fetch 8 ,mem_ble_shutter_interval_min 
+6066 67e442a8 store 8 ,mem_le_interval_min 
+6067 20404e17 call app_lpm_mult_enable 
+6068 202045c0 branch le_l2cap_tx_update_req 
+
+ble_shutter_process_parse_connect_parameter_update_response:
+6069 6fe14311 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+606a c1000000 rtneq ble_signaling_connect_parameter_update_accepted 
+606b 6fe44460 fetch 8 ,mem_ble_shutter_interval_min_new 
+606c 207a0000 rtn blank 
+606d 67e442a8 store 8 ,mem_le_interval_min 
+606e 202045c0 branch le_l2cap_tx_update_req 
+
+shutter_process_soft_swtich_button_down:
+606f 6fe0c474 fetch 1 ,mem_shutter_hard_soft_switch_case 
+6070 c1000000 rtneq hard_switch 
+6071 6fe0c476 fetch 1 ,mem_shutter_soft_switch_power_state 
+6072 c1808000 rtnne ss_state_power_on 
+6073 20406075 call shutter_store_currenct_led_state 
+6074 20204e0f branch app_led_on 
+
+shutter_store_currenct_led_state:
+6075 70467601 jam 1 ,mem_shutter_soft_swtich_botton_down 
+6076 df20000b arg 11 ,loopcnt 
+6077 d8a04677 arg mem_shutter_soft_swtich_led_struct_temp ,contw 
+6078 d8c04660 arg mem_shutter_led_struct_app_led ,contr 
+6079 20207419 branch memcpy 
+
+shutter_process_soft_swtich_button_up:
+607a 6fe0c474 fetch 1 ,mem_shutter_hard_soft_switch_case 
+607b c1000000 rtneq hard_switch 
+607c 6fe0c476 fetch 1 ,mem_shutter_soft_switch_power_state 
+607d c000e07f beq ss_state_power_on ,shutter_load_currenct_led_state 
+607e 20206130 branch ui_soft_switch_botton_up 
+
+shutter_load_currenct_led_state:
+607f 6fe0c676 fetch 1 ,mem_shutter_soft_swtich_botton_down 
+6080 c1808000 rtnne 1 
+6081 70467600 jam 0 ,mem_shutter_soft_swtich_botton_down 
+6082 6fe14434 fetch 2 ,mem_ui_state_map 
+6083 c284ce11 bbit1 ui_state_ble_connected ,app_led_off 
+6084 df20000b arg 11 ,loopcnt 
+6085 d8c04677 arg mem_shutter_soft_swtich_led_struct_temp ,contr 
+6086 d8a04660 arg mem_shutter_led_struct_app_led ,contw 
+6087 20207419 branch memcpy 
+
+shutter_le_bb_event_timer:
+6088 2040608b call shutter_check_sleep_timer 
+6089 20406092 call shutter_check_power_off_timer 
+608a 2020609c branch ble_shutter_reconn_timer 
+
+shutter_check_sleep_timer:
+608b da604472 arg mem_shutter_sleep_timer ,regc 
+608c da40608e arg shutter_sleep_timeout ,regb 
+608d 20204dd3 branch timer_single_step_2b 
+
+shutter_sleep_timeout:
+608e 70447602 jam ss_state_power_off ,mem_shutter_soft_switch_power_state 
+608f 20404e11 call app_led_off 
+6090 204060c8 call shutter_disconnect_current_connection 
+6091 2020611c branch shutter_wait_power_off 
+
+shutter_check_power_off_timer:
+6092 da604683 arg mem_shutter_power_off_timer ,regc 
+6093 da406095 arg shutter_check_power_off_timeout ,regb 
+6094 20204dcc branch timer_single_step 
+
+shutter_check_power_off_timeout:
+6095 6fe14434 fetch 2 ,mem_ui_state_map 
+6096 c284e11c bbit1 ui_state_ble_connected ,shutter_wait_power_off 
+6097 6fe0c660 fetch 1 ,mem_shutter_led_struct_app_led_type 
+6098 c000e11c beq ui_led_state_blink_start ,shutter_wait_power_off 
+6099 c002611c beq ui_led_state_blink_lighting ,shutter_wait_power_off 
+609a c002e11c beq ui_led_state_blink_darking ,shutter_wait_power_off 
+609b 20204e13 branch app_enter_hibernate 
+
+ble_shutter_reconn_timer:
+609c 6fe0c476 fetch 1 ,mem_shutter_soft_switch_power_state 
+609d c1808000 rtnne ss_state_power_on 
+609e da60444e arg mem_ble_shutter_reconn_timer ,regc 
+609f da4060ab arg shutter_start_bluetooth_discovery ,regb 
+60a0 20204dd3 branch timer_single_step_2b 
+
+shutter_process_idle:
+60a1 204060f0 call shutter_send_data_to_master 
+60a2 20206c81 branch keyscan_key_process 
+
+shutter_process_lpm_before:
+60a3 20406bc9 call gpio_set_before_lpm 
+60a4 20206c75 branch keyscan_process_lpm_before 
+
+shutter_le_before_hibernate:
+60a5 20406bc9 call gpio_set_before_lpm 
+60a6 20206eb7 branch disable_authrom 
+
+shutter_stop_bluetooth_discovery:
+
+ble_shutter_stop_bluetooth_discovery:
+60a7 6fe1446e fetch 2 ,mem_ble_shutter_connect_timeout 
+60a8 67e14470 store 2 ,mem_shutter_sleep_timeout 
+60a9 67e14472 store 2 ,mem_shutter_sleep_timer 
+60aa 20204e01 branch app_ble_stop_adv 
+
+shutter_start_bluetooth_discovery:
+60ab 6fe0c476 fetch 1 ,mem_shutter_soft_switch_power_state 
+60ac c1808000 rtnne ss_state_power_on 
+
+ble_shutter_start_discovery:
+60ad 6fe14434 fetch 2 ,mem_ui_state_map 
+60ae c3848000 rtnbit1 ui_state_ble_connected 
+60af 6fe1446c fetch 2 ,mem_ble_shutter_discovery_timeout 
+60b0 67e14470 store 2 ,mem_shutter_sleep_timeout 
+60b1 67e14472 store 2 ,mem_shutter_sleep_timer 
+60b2 6fe1444a fetch 2 ,mem_ble_shutter_discovery_adv_interval 
+60b3 20406145 call shutter_ble_adv_interval_set 
+60b4 20404e0d call app_led_start_blink 
+60b5 6fe24454 fetch 4 ,mem_ble_shutter_discovery_blink_on_time 
+60b6 67e24663 store 4 ,mem_shutter_led_struct_app_led_on_time 
+60b7 6fe14434 fetch 2 ,mem_ui_state_map 
+60b8 c3858000 rtnbit1 ui_state_ble_adv 
+60b9 20204e03 branch app_ble_start_adv 
+
+shutter_start_reconnect:
+60ba 6fe0c476 fetch 1 ,mem_shutter_soft_switch_power_state 
+60bb c1808000 rtnne ss_state_power_on 
+
+ble_shutter_start_reconnect:
+60bc 6fe1444e fetch 2 ,mem_ble_shutter_reconn_timer 
+60bd 6849444c fetcht 2 ,mem_ble_shutter_reconn_timeout 
+60be 6049444e storet 2 ,mem_ble_shutter_reconn_timer 
+60bf 247a0000 nrtn blank 
+60c0 6fe14448 fetch 2 ,mem_ble_shutter_reconn_adv_interval 
+60c1 20406145 call shutter_ble_adv_interval_set 
+60c2 20404e0d call app_led_start_blink 
+60c3 6fe24450 fetch 4 ,mem_ble_shutter_reconn_blink_on_time 
+60c4 67e24663 store 4 ,mem_shutter_led_struct_app_led_on_time 
+60c5 6fe14434 fetch 2 ,mem_ui_state_map 
+60c6 c3858000 rtnbit1 ui_state_ble_adv 
+60c7 20204e03 branch app_ble_start_adv 
+
+shutter_disconnect_current_connection:
+60c8 6fe14434 fetch 2 ,mem_ui_state_map 
+60c9 c284ce0b bbit1 ui_state_ble_connected ,app_ble_disconnect 
+60ca 202060a7 branch shutter_stop_bluetooth_discovery 
+
+shutter_check_data_enable:
+60cb 204074ca call disable_user 
+60cc 6fe14434 fetch 2 ,mem_ui_state_map 
+60cd c284e0cf bbit1 ui_state_ble_connected ,shutter_check_ble_data_enable 
+60ce 20600000 rtn 
+
+shutter_check_ble_data_enable:
+60cf 6fe0c447 fetch 1 ,mem_ble_shutter_enable_notify 
+60d0 207a0000 rtn blank 
+60d1 202074c8 branch enable_user 
+
+shutter_check_bluetooth_conn:
+60d2 204074ca call disable_user 
+60d3 6fe14434 fetch 2 ,mem_ui_state_map 
+60d4 c3848000 rtnbit1 ui_state_ble_connected 
+60d5 202074c8 branch enable_user 
+
+shutter_change_bluetooth_status_bt_disconn:
+
+ble_shutter_change_bluetooth_status_bt_disconn:
+60d6 202060ba branch shutter_start_reconnect 
+
+shutter_check_send_data:
+60d7 78567c00 disable user2 
+60d8 6fe14470 fetch 2 ,mem_shutter_sleep_timeout 
+60d9 67e14472 store 2 ,mem_shutter_sleep_timer 
+60da 204060d2 call shutter_check_bluetooth_conn 
+60db 203460d6 branch shutter_change_bluetooth_status_bt_disconn ,user 
+60dc 204060cb call shutter_check_data_enable 
+60dd 24740000 nrtn user 
+60de 202074cc branch enable_user2 
+
+shutter_key_change:
+60df 204060d7 call shutter_check_send_data 
+60e0 24760000 nrtn user2 
+60e1 1a227e00 deposit rega 
+60e2 203a60e6 branch shutter_key_release ,blank 
+
+shutter_key_press:
+60e3 20404e0f call app_led_on 
+60e4 da604488 arg mem_key0_press ,regc 
+60e5 202060e8 branch push_queue_press_or_release 
+
+shutter_key_release:
+60e6 20404e11 call app_led_off 
+60e7 da6044b0 arg mem_key0_release ,regc 
+
+push_queue_press_or_release:
+60e8 dfe00005 arg max_queue_num ,pdata 
+60e9 98effe00 imul32 queue ,pdata 
+60ea 9a60a600 iadd regc ,regc 
+
+push_buffer_in_queue:
+60eb efe08013 ifetch 1 ,regc 
+60ec 207a0000 rtn blank 
+60ed 204060fc call queue_push_one_byte 
+60ee 1a60a601 increase 1 ,regc 
+60ef 202060eb branch push_buffer_in_queue 
+
+shutter_send_data_to_master:
+60f0 6fe14434 fetch 2 ,mem_ui_state_map 
+60f1 c284e0f3 bbit1 ui_state_ble_connected ,pop_queue_to_ble_data 
+60f2 20600000 rtn 
+
+pop_queue_to_ble_data:
+60f3 204041cc call le_fifo_check_nearly_full 
+60f4 247a0000 nrtn blank 
+60f5 204060ff call queue_pop_one_byte 
+60f6 24740000 nrtn user 
+60f7 1fe0ffff pincrease -1 
+60f8 1feffe05 mul32 pdata ,shutter_ble_data_buffer ,pdata 
+60f9 d84044d8 arg mem_ble_data_buffer1 ,temp 
+60fa 98408c00 iadd temp ,contr 
+60fb 20206149 branch le_send_notify_from_list 
+
+queue_push_one_byte:
+60fc 67e084c4 store 1 ,mem_pdatatemp 
+60fd da2004c4 arg mem_pdatatemp ,rega 
+60fe 20206ffd branch queue_push 
+
+queue_pop_one_byte:
+60ff da2004c4 arg mem_pdatatemp ,rega 
+6100 20407015 call queue_pop 
+6101 24740000 nrtn user 
+6102 6fe084c4 fetch 1 ,mem_pdatatemp 
+6103 20600000 rtn 
+
+ble_shutter_receive_data:
+6104 6fe1436f fetch 2 ,mem_le_att_handle 
+6105 c00c6063 beq gatt_keyboard_write_handle ,ble_shutter_process_reconnect_complete 
+6106 20600000 rtn 
+
+shutter_init_param:
+6107 70468202 jam 0x02 ,mem_shutter_power_off_timeout 
+6108 58200008 setarg 0x00200008 
+6109 67e24458 store 4 ,mem_ble_shutter_interval_min 
+610a 592c0005 setarg 0x012c0005 
+610b e7e20005 istore 4 ,contw 
+610c 7042b617 jam 0x17 ,mem_le_local_mtu 
+610d 5800001b setarg 0x1b 
+610e 67e14307 store 2 ,mem_le_pairing_handle 
+610f 202041e5 branch le_set_fixed_ltk_justwork 
+
+shutter_load_buffer_config_form_datarom:
+6110 df200028 arg ble_key_value_list_size ,loopcnt 
+6111 d8a044d8 arg mem_ble_data_buffer1 ,contw 
+6112 d8c04807 arg mem_shutter_key_value_list ,contr 
+6113 2020740c branch memcpy_fast 
+
+shutter_load_dy_keyvalue_buffer_config_form_datarom:
+6114 df200280 arg bt_dy_key_value_list_size ,loopcnt 
+6115 d8a04b10 arg mem_shutter_mousekey_value_list ,contw 
+6116 d8c09535 arg ble_shutter_dy_mousekey_value_list_addr ,contr 
+6117 2020740c branch memcpy_fast 
+
+shutter_soft_swtich_power_off:
+6118 da200000 arg 0 ,rega 
+6119 da60466b arg mem_shutter_power_off_led_style ,regc 
+611a 20406f16 call ui_led_set_style_global 
+611b 204060c8 call shutter_disconnect_current_connection 
+
+shutter_wait_power_off:
+611c 6fe0c682 fetch 1 ,mem_shutter_power_off_timeout 
+611d 67e0c683 store 1 ,mem_shutter_power_off_timer 
+611e 20600000 rtn 
+
+ui_soft_swtich_init:
+611f 58000000 setarg ss_state_power_up 
+6120 2040612b call ui_soft_swtich_init_power_on_time 
+6121 70442f01 jam ui_button_state_up ,mem_ui_button_last_state 
+6122 20406ec2 call ui_button_init 
+6123 20406ecc call ui_button_polling 
+
+ui_soft_switch_first_power_on:
+6124 6fe0c689 fetch 1 ,mem_shutter_soft_switch_first_power_on 
+6125 203a6128 branch ui_soft_swtich_init_next ,blank 
+6126 6fe084f1 fetch 1 ,mem_wakup_from_power_flag 
+6127 c3016137 bbit0 2 ,ui_soft_switch_power_on 
+
+ui_soft_swtich_init_next:
+6128 6fe14434 fetch 2 ,mem_ui_state_map 
+6129 c3860000 rtnbit1 ui_state_btn_down 
+612a 20204e13 branch app_enter_hibernate 
+
+ui_soft_swtich_init_power_on_time:
+612b 684943e2 fetcht 2 ,mem_power_param_ptr 
+612c e7e08002 istore 1 ,temp 
+612d efe08005 ifetch 1 ,contw 
+612e 67e0c436 store 1 ,mem_ui_button_timeout 
+612f 20600000 rtn 
+
+ui_soft_switch_botton_up:
+6130 6fe143e2 fetch 2 ,mem_power_param_ptr 
+6131 efe0803f ifetch 1 ,pdata 
+6132 c1800000 rtnne ss_state_power_up 
+6133 20204e13 branch app_enter_hibernate 
+
+ui_soft_switch_botton_long_press:
+6134 684943e2 fetcht 2 ,mem_power_param_ptr 
+6135 efe08002 ifetch 1 ,temp 
+6136 c000e13f beq ss_state_power_on ,ui_soft_switch_power_off 
+
+ui_soft_switch_power_on:
+6137 58000001 setarg ss_state_power_on 
+6138 684943e2 fetcht 2 ,mem_power_param_ptr 
+6139 e7e08002 istore 1 ,temp 
+613a 18408c02 add temp ,ss_power_off_time ,contr 
+613b efe08006 ifetch 1 ,contr 
+613c e7e08036 istore 1 ,mem_ui_button_timeout 
+613d efe10006 ifetch 2 ,contr 
+613e 20207487 branch callback_func 
+
+ui_soft_switch_power_off:
+613f 58000002 setarg ss_state_power_off 
+6140 2040612b call ui_soft_swtich_init_power_on_time 
+6141 18408c05 add temp ,ss_power_off_cb ,contr 
+6142 efe10006 ifetch 2 ,contr 
+6143 203a4e13 branch app_enter_hibernate ,blank 
+6144 20207487 branch callback_func 
+
+shutter_ble_adv_interval_set:
+6145 67e140a5 store 2 ,mem_lpm_interval 
+6146 1fe0fffc increase -4 ,pdata 
+6147 67e14360 store 2 ,mem_le_adv_interval 
+6148 20600000 rtn 
+
+le_send_notify_from_list:
+6149 efe08006 ifetch 1 ,contr 
+614a 1fe22200 copy pdata ,rega 
+614b e8410006 ifetcht 2 ,contr 
+614c 204073c0 call store_contr 
+614d 20404513 call le_att_malloc_tx_notify 
+614e 1a227200 copy rega ,loopcnt 
+614f 204073ba call get_contr 
+6150 20207419 branch memcpy 
+
+shutter_le_uuid_table_conf:
+6151 5800468b setarg mem_shutter_le_uuid_sup 
+6152 67e142cc store 2 ,mem_ui_le_uuid_table 
+6153 20600000 rtn 
+
+shutter_dy_le_uuid_table_conf:
+6154 580093c0 setarg ble_shutter_dy_gatt_list_addr 
+6155 67e142cc store 2 ,mem_ui_le_uuid_table 
+6156 20600000 rtn 
+
+shutter_default_init:
+6157 6fe14684 fetch 2 ,mem_shutter_key_conf0_temp 
+6158 67e14480 store 2 ,mem_shutter_key_conf0 
+6159 6fe0c686 fetch 1 ,mem_shutter_led_struct_app_led_gpio_temp 
+615a 67e0c662 store 1 ,mem_shutter_led_struct_app_led_gpio 
+615b 67e0c66d store 1 ,mem_shutter_power_off_led_style_gpio 
+615c 6fe0c687 fetch 1 ,mem_shutter_hard_soft_switch_case_temp 
+615d 67e0c474 store 1 ,mem_shutter_hard_soft_switch_case 
+615e 6fe0c688 fetch 1 ,mem_shutter_soft_switch_button_gpio_temp 
+615f 67e0c475 store 1 ,mem_shutter_soft_switch_button_gpio 
+6160 58000030 setarg 0x0030 
+6161 67e14445 store 2 ,mem_classic_shutter_random_mac_offset_addr 
+6162 58000000 setarg 0x0000 
+6163 67e1443d store 2 ,mem_shutter_config_eeprom_offset_addr 
+6164 58000002 setarg 0x0002 
+6165 67e14488 store 2 ,mem_key0_press 
+6166 67e1448d store 2 ,mem_key1_press 
+6167 58000006 setarg 0x0006 
+6168 67e144b0 store 2 ,mem_key0_release 
+6169 67e144b5 store 2 ,mem_key1_release 
+616a 58000007 setarg 0x0007 
+616b 67e14492 store 2 ,mem_key2_press 
+616c 58000008 setarg 0x0008 
+616d 67e144ba store 2 ,mem_key2_release 
+616e 58004476 setarg mem_shutter_soft_switch_power_state 
+616f 67e143e2 store 2 ,mem_power_param_ptr 
+6170 58201400 setarg 0x201400 
+6171 67e1c476 store 3 ,mem_shutter_soft_switch_power_state 
+6172 70409401 jam 0x01 ,mem_lpm_mode 
+6173 58000100 setarg 0x0100 
+6174 67e140a5 store 2 ,mem_lpm_interval 
+6175 7040a708 jam 0x08 ,mem_lpm_overhead 
+6176 7040c105 jam 0x05 ,mem_lpm_mult 
+6177 7040c202 jam 0x02 ,mem_lpm_mult_timeout 
+6178 58000096 setarg 0x0096 
+6179 67e14450 store 2 ,mem_ble_shutter_reconn_blink_on_time 
+617a e7e10005 istore 2 ,contw 
+617b 58000296 setarg 0x0296 
+617c 67e14454 store 2 ,mem_ble_shutter_discovery_blink_on_time 
+617d e7e10005 istore 2 ,contw 
+617e 38000010 setsect 0 ,0x10 
+617f 38048008 setsect 1 ,0x8008 
+6180 380ac000 setsect 2 ,0x2c000 
+6181 380c0004 setsect 3 ,0x04 
+6182 67e44460 store 8 ,mem_ble_shutter_interval_min_new 
+6183 70443901 jam 0x01 ,mem_ui_led_struct_num 
+6184 58004660 setarg mem_shutter_led_struct_app_led 
+6185 67e1443a store 2 ,mem_ui_led_struct_ptr 
+6186 58000000 setarg 0x0000 
+6187 67e14660 store 2 ,mem_shutter_led_struct_app_led 
+6188 380001a0 setsect 0 ,0x1a0 
+6189 38040068 setsect 1 ,0x68 
+618a 38080000 setsect 2 ,0x00 
+618b 380c0000 setsect 3 ,0x00 
+618c 67e44663 store 8 ,mem_shutter_led_struct_app_led_on_time 
+618d 58000301 setarg 0x0301 
+618e 67e1466b store 2 ,mem_shutter_power_off_led_style 
+618f 380001a0 setsect 0 ,0x1a0 
+6190 380400e8 setsect 1 ,0xe8 
+6191 38080000 setsect 2 ,0x00 
+6192 380c0000 setsect 3 ,0x00 
+6193 67e4466e store 8 ,mem_shutter_power_off_led_style_on_time 
+6194 5800000e setarg 0x000e 
+6195 67e14448 store 2 ,mem_ble_shutter_reconn_adv_interval 
+6196 58000140 setarg 0x0140 
+6197 67e1444a store 2 ,mem_ble_shutter_discovery_adv_interval 
+6198 67e14360 store 2 ,mem_le_adv_interval 
+6199 58000050 setarg 0x0050 
+619a 67e1444c store 2 ,mem_ble_shutter_reconn_timeout 
+619b 70436a07 jam 0x07 ,mem_le_adv_channel_map 
+619c 70435f00 jam 0x00 ,mem_le_adv_enable 
+619d 380000fb setsect 0 ,0xfb 
+619e 3806c212 setsect 1 ,0x2c212 
+619f 3808800f setsect 2 ,0x800f 
+61a0 380c0021 setsect 3 ,0x21 
+61a1 67e44384 store 8 ,mem_local_rx_max_octets 
+61a2 38000bb8 setsect 0 ,0x0bb8 
+61a3 380402ee setsect 1 ,0x02ee 
+61a4 67e2446c store 4 ,mem_ble_shutter_discovery_timeout 
+61a5 58004591 setarg mem_queue_each_size 
+61a6 67e143b4 store 2 ,mem_queue_ptr 
+61a7 58002001 setarg 0x2001 
+61a8 67e14591 store 2 ,mem_queue_each_size 
+61a9 70431f1f jam 0x1f ,mem_le_adv_data_len 
+61aa 38010102 setsect 0 ,0x10102 
+61ab 380480c1 setsect 1 ,0x80c1 
+61ac 38098120 setsect 2 ,0x18120 
+61ad 380c640c setsect 3 ,0x640c 
+61ae 67e4c320 store 9 ,mem_le_adv_data 
+61af 380003c1 setsect 0 ,0x3c1 
+61b0 e7e10005 istore 2 ,contw 
+61b1 70433f1f jam 0x1f ,mem_le_scan_data_len 
+61b2 3802090d setsect 0 ,0x2090d 
+61b3 38074c15 setsect 1 ,0x34c15 
+61b4 380a8532 setsect 2 ,0x28532 
+61b5 380dd1d5 setsect 3 ,0x1d1d5 
+61b6 67e4c340 store 9 ,mem_le_scan_data 
+61b7 38026574 setsect 0 ,0x26574 
+61b8 3804001c setsect 1 ,0x1c 
+61b9 e7e18005 istore 3 ,contw 
+61ba 5800447d setarg mem_shutter_keyscan 
+61bb 67e143de store 2 ,mem_keyscan_ptr 
+61bc 70447d02 jam 0x02 ,mem_shutter_key_num 
+61bd 580045b6 setarg mem_shutter_nv_data 
+61be 67e143b1 store 2 ,mem_nv_data_ptr 
+61bf 7043b305 jam 0x05 ,mem_nv_data_number 
+61c0 6fe0c68a fetch 1 ,mem_shutter_dy_conf 
+61c1 c0006151 beq shutter_type ,shutter_le_uuid_table_conf 
+61c2 c000e154 beq shutter_dy_type ,shutter_dy_le_uuid_table_conf 
+61c3 20600000 rtn 
+
+shutter_dy_6_key_conf:
+61c4 6fe34e00 fetch shutter_six_key ,mem_shutter_dy_key_conf 
+61c5 67e34480 store shutter_six_key ,mem_shutter_key_conf0 
+61c6 70447d06 jam shutter_six_key ,mem_shutter_key_num 
+61c7 5800447d setarg mem_shutter_key_num 
+61c8 67e143de store 2 ,mem_keyscan_ptr 
+61c9 20600000 rtn 
+
+shutter_dy_7_key_conf:
+61ca 6fe3ce00 fetch shutter_seven_key ,mem_shutter_dy_key_conf 
+61cb 67e3c480 store shutter_seven_key ,mem_shutter_key_conf0 
+61cc 70447d07 jam shutter_seven_key ,mem_shutter_key_num 
+61cd 5800447d setarg mem_shutter_key_num 
+61ce 67e143de store 2 ,mem_keyscan_ptr 
+61cf 20600000 rtn 
+
+shutter_dy_key_conf:
+61d0 6fe0cdff fetch 1 ,mem_shutter_key_num_conf 
+61d1 c00361c4 beq shutter_six_key ,shutter_dy_6_key_conf 
+61d2 c003e1ca beq shutter_seven_key ,shutter_dy_7_key_conf 
+61d3 20600000 rtn 
+
+shutter_dy_adv_conf:
+61d4 44b1c00c bpatch patch0c_3 ,mem_patch0c 
+61d5 6fe44e26 fetch 8 ,mem_shutter_ble_discovery_time_conf 
+61d6 67e4446c store 8 ,mem_ble_shutter_discovery_timeout 
+61d7 58000096 setarg 0x0096 
+61d8 67e1444c store 2 ,mem_ble_shutter_reconn_timeout 
+61d9 6fe3ce76 fetch 7 ,mem_shutter_led_on_light_dark_led_conf 
+61da 67e3c660 store 7 ,mem_shutter_led_struct_app_led 
+61db 6fe3ce7d fetch 7 ,mem_shutter_led_off_light_dark_led_conf 
+61dc 67e3c66b store 7 ,mem_shutter_power_off_led_style 
+61dd 6fe24e84 fetch 4 ,mem_shutter_reconn_blink_on_time_conf 
+61de 67e24450 store 4 ,mem_ble_shutter_reconn_blink_on_time 
+61df 6fe24e88 fetch 4 ,mem_shutter_discovery_blink_on_time_conf 
+61e0 67e24454 store 4 ,mem_ble_shutter_discovery_blink_on_time 
+61e1 5800000e setarg 0x000e 
+61e2 67e14448 store 2 ,mem_ble_shutter_reconn_adv_interval 
+61e3 58000140 setarg 0x0140 
+61e4 67e1444a store 2 ,mem_ble_shutter_discovery_adv_interval 
+61e5 67e14360 store 2 ,mem_le_adv_interval 
+61e6 580093c0 setarg ble_shutter_dy_gatt_list_addr 
+61e7 67e142cc store 2 ,mem_ui_le_uuid_table 
+61e8 20406114 call shutter_load_dy_keyvalue_buffer_config_form_datarom 
+61e9 6fe44e1e fetch 8 ,mem_ble_shutter_dy_interval_min_new 
+61ea 67e44460 store 8 ,mem_ble_shutter_interval_min_new 
+61eb 20600000 rtn 
+
+shutter_dy_init:
+61ec 20406eb3 call enable_authrom 
+61ed 20758000 rtn wake 
+61ee 204061d0 call shutter_dy_key_conf 
+61ef 204061d4 call shutter_dy_adv_conf 
+61f0 58006436 setarg shutter_le_parse_l2cap 
+61f1 67e14314 store 2 ,mem_le_l2cap_parse_cb 
+61f2 58006204 setarg shutter_dy_process_idle 
+61f3 67e14394 store 2 ,mem_cb_idle_process 
+61f4 5800625d setarg shutter_dy_process_bb_event 
+61f5 67e14396 store 2 ,mem_cb_bb_event_process 
+61f6 58006426 setarg ble_shutter_dy_receive_data 
+61f7 67e14398 store 2 ,mem_cb_att_write 
+61f8 58006235 setarg shutter_dy_le_bb_event_timer 
+61f9 67e1439c store 2 ,mem_cb_event_timer 
+61fa 5800627d setarg shutter_dy_key_change 
+61fb 67e1447e store 2 ,mem_cb_shutter_keycan 
+61fc 2040603c call shutter_common_init 
+61fd 58000027 setarg 0x27 
+61fe 67e14307 store 2 ,mem_le_pairing_handle 
+61ff 6fe44460 fetch 8 ,mem_ble_shutter_interval_min_new 
+6200 67e44458 store 8 ,mem_ble_shutter_interval_min 
+6201 2040620e call shutter_dy_iphone_every_move_max_set 
+6202 44b2400c bpatch patch0c_4 ,mem_patch0c 
+6203 20206037 branch shutter_power_switch 
+
+shutter_dy_process_idle:
+6204 2040621b call shutter_dy_shutter_send_data_to_master 
+6205 d8e00009 arg key_scan_timer ,queue 
+6206 2040742e call timer_check 
+6207 247a0000 nrtn blank 
+6208 58000020 setarg 0x20 
+6209 d8e00009 arg key_scan_timer ,queue 
+620a 20407420 call timer_init 
+620b 78547c00 disable user 
+620c 20406c75 call keyscan_process_lpm_before 
+620d 202062e0 branch shutter_dy_keyscan_key_process 
+
+shutter_dy_iphone_every_move_max_set:
+620e 5800001f setarg 0x1f 
+620f 1feffe0a mul32 pdata ,every_payload_len ,pdata 
+6210 d8404b10 arg mem_shutter_mousekey_value_list ,temp 
+6211 9840a200 iadd temp ,rega 
+6212 1a20a203 increase 3 ,rega 
+6213 d8400062 arg iphone_once_max_move_value ,temp 
+6214 e0408011 istoret 1 ,rega 
+6215 1a20a20b increase 11 ,rega 
+6216 dfe00fff arg 0xfff ,pdata 
+6217 98467e00 isub temp ,pdata 
+6218 1ff27e00 lshift4 pdata ,pdata 
+6219 e7e10011 istore 2 ,rega 
+621a 20600000 rtn 
+
+shutter_dy_shutter_send_data_to_master:
+621b 6fe14434 fetch 2 ,mem_ui_state_map 
+621c c284e220 bbit1 ui_state_ble_connected ,shutter_dy_pop_queue_to_ble_data 
+621d d8a04593 arg mem_queue_curr_num ,contw 
+621e df200023 arg 35 ,loopcnt 
+621f 202073ec branch clear_mem 
+
+shutter_dy_pop_queue_to_ble_data:
+6220 204041cc call le_fifo_check_nearly_full 
+6221 247a0000 nrtn blank 
+6222 20407027 call queue_empty 
+6223 207a0000 rtn blank 
+6224 684a494f fetcht 4 ,mem_key_send_clk 
+6225 1c427e00 copy clkn_bt ,pdata 
+6226 98460400 isub temp ,temp 
+6227 20628000 rtn zero 
+6228 2421622c nbranch shutter_dy_pop_queue_to_ble_data2 ,positive 
+6229 6fe0c94e fetch 1 ,mem_send_data_delay 
+622a 98467c00 isub temp ,null 
+622b 20610000 rtn positive 
+
+shutter_dy_pop_queue_to_ble_data2:
+622c 1c427e00 copy clkn_bt ,pdata 
+622d 67e2494f store 4 ,mem_key_send_clk 
+622e 204060ff call queue_pop_one_byte 
+622f 24740000 nrtn user 
+6230 1fe0ffff pincrease -1 
+6231 1feffe0a mul32 pdata ,10 ,pdata 
+6232 d8404b10 arg mem_shutter_mousekey_value_list ,temp 
+6233 98408c00 iadd temp ,contr 
+6234 20206149 branch le_send_notify_from_list 
+
+shutter_dy_le_bb_event_timer:
+6235 20406596 call shutter_dy_shutter_1s_timer 
+6236 2040623a call shutter_dy_iphone_move_mid_timer 
+6237 20406251 call shutter_dy_clear_key_state_timer 
+6238 2040608b call shutter_check_sleep_timer 
+6239 20206257 branch shutter_dy_check_power_off_timer 
+
+shutter_dy_iphone_move_mid_timer:
+623a da604de1 arg mem_shutter_move_mid_timer ,regc 
+623b da40623d arg shutter_dy_iphone_move_mid_timeout ,regb 
+623c 20204dcc branch timer_single_step 
+
+shutter_dy_iphone_move_mid_timeout:
+623d 20407027 call queue_empty 
+623e 247a0000 nrtn blank 
+623f 6fe1483d fetch 2 ,mem_key_value_xmem 
+6240 247a0000 nrtn blank 
+
+shutter_dy_iphone_move_mid:
+6241 20406499 call shutter_dy_check_iphone 
+6242 203a624b branch shutter_dy_android_like_loaction_mid ,blank 
+6243 18e27e00 copy queue ,pdata 
+6244 2fe00e04 compare 0x04 ,pdata ,0x07 
+6245 2020e24d branch shutter_dy_iphone_up_mid ,true 
+6246 18e27e00 copy queue ,pdata 
+6247 2fe00e01 compare 0x01 ,pdata ,0x07 
+6248 2020e24f branch shutter_dy_iphone_like_mid ,true 
+6249 da604dd8 arg mem_shutter_iphone_move_mid ,regc 
+624a 202060eb branch push_buffer_in_queue 
+
+shutter_dy_android_like_loaction_mid:
+624b da604dea arg mem_shutter_android_move_mid ,regc 
+624c 202060eb branch push_buffer_in_queue 
+
+shutter_dy_iphone_up_mid:
+624d da604def arg mem_shutter_iphone_up_mid ,regc 
+624e 202060eb branch push_buffer_in_queue 
+
+shutter_dy_iphone_like_mid:
+624f da604df7 arg mem_shutter_iphone_like_mid ,regc 
+6250 202060eb branch push_buffer_in_queue 
+
+shutter_dy_clear_key_state_timer:
+6251 da604b0d arg mem_shutter_like_timeout ,regc 
+6252 da406254 arg shutter_dy_clear_key_state_timeout ,regb 
+6253 20204dcc branch timer_single_step 
+
+shutter_dy_clear_key_state_timeout:
+6254 df20000a arg shutter_key_conf_sate_bytes ,loopcnt 
+6255 d8a0495d arg mem_shutter_key_state1 ,contw 
+6256 202073ec branch clear_mem 
+
+shutter_dy_check_power_off_timer:
+6257 da604683 arg mem_shutter_power_off_timer ,regc 
+6258 da40625a arg shutter_dy_check_power_off_timeout ,regb 
+6259 20204dcc branch timer_single_step 
+
+shutter_dy_check_power_off_timeout:
+625a 6fe14434 fetch 2 ,mem_ui_state_map 
+625b c284e11c bbit1 ui_state_ble_connected ,shutter_wait_power_off 
+625c 20204e13 branch app_enter_hibernate 
+
+shutter_dy_process_bb_event:
+625d 1a627e00 copy regc ,pdata 
+625e c00a6271 beq bt_evt_le_connected ,ble_shutter_dy_process_baseband_connect 
+625f c00ae26d beq bt_evt_le_disconnected ,ble_shutter_dy_process_baseband_disconnect 
+6260 c018e264 beq bt_evt_le_pairing_success ,ble_shutter_dy_pairing_success 
+6261 c1200000 rtneq bt_evt_le_parse_conn_papa_update_rsp 
+6262 c0196429 beq bt_evt_le_start_enc ,shutter_dy_le_find_service_hand_by_uuid 
+6263 20206053 branch shutter_process_bb_event 
+
+ble_shutter_dy_pairing_success:
+6264 704de201 jam 1 ,mem_shutter_pairing_success 
+6265 204064c2 call shutter_dy_clear_move_config 
+6266 6fe14e90 fetch 2 ,mem_android_initial_move_x 
+6267 67e14dd0 store 2 ,mem_shutter_move_data_x 
+6268 68494e92 fetcht 2 ,mem_android_initial_move_y 
+6269 58000fff setarg 0xfff 
+626a 98467e00 isub temp ,pdata 
+626b 67e14dd2 store 2 ,mem_shutter_move_data_y 
+626c 20600000 rtn 
+
+ble_shutter_dy_process_baseband_disconnect:
+626d 704dcd00 jam 0 ,mem_shutter_le_conned 
+626e 704de200 jam 0 ,mem_shutter_pairing_success 
+626f 2040631e call shutter_dy_move_mode_disable 
+6270 20206060 branch ble_shutter_process_baseband_disconnect 
+
+ble_shutter_dy_process_baseband_connect:
+6271 1c427e00 copy clkn_bt ,pdata 
+6272 67e2494f store 4 ,mem_key_send_clk 
+6273 20406492 call shutter_dy_remote_not_iphone 
+6274 2020605c branch ble_shutter_process_baseband_connect 
+
+shutter_dy_check_send_data:
+6275 78567c00 disable user2 
+6276 6fe14470 fetch 2 ,mem_shutter_sleep_timeout 
+6277 67e14472 store 2 ,mem_shutter_sleep_timer 
+6278 204060d2 call shutter_check_bluetooth_conn 
+6279 203460d6 branch shutter_change_bluetooth_status_bt_disconn ,user 
+627a 204060cb call shutter_check_data_enable 
+627b 24740000 nrtn user 
+627c 202074cc branch enable_user2 
+
+shutter_dy_key_change:
+627d 20406275 call shutter_dy_check_send_data 
+627e 24760000 nrtn user2 
+627f 1a227e00 deposit rega 
+6280 203a62ac branch shutter_dy_shutter_key_release ,blank 
+
+shutter_dy_key_press:
+6281 704b0e01 jam 1 ,mem_shutter_key_pressed 
+6282 20404e0f call app_led_on 
+6283 204062a1 call shutter_dy_key_press_clk 
+6284 204062d3 call shutter_dy_jude_queue_size 
+6285 20610000 rtn positive 
+6286 18e27e00 copy queue ,pdata 
+6287 6848cde5 fetcht 1 ,mem_last_press_key_value 
+6288 98467c00 isub temp ,null 
+6289 2442e29b ncall shutter_dy_iphone_check_move_mid ,zero 
+628a 18e27e00 copy queue ,pdata 
+628b 67e0cde5 store 1 ,mem_last_press_key_value 
+628c 6848cde8 fetcht 1 ,mem_move_mode_key_index 
+628d 98467c00 isub temp ,null 
+628e 2022e299 branch shutter_dy_key_move_to_specify_location ,zero 
+628f 6fe0cde9 fetch 1 ,mem_move_mode_trigger_enable 
+6290 243a6294 nbranch shutter_dy_move_set ,blank 
+
+shutter_dy_page_set:
+6291 2040649b call shutter_dy_le_get_press_ptr 
+6292 dfe0000a arg max_queue_new_press ,pdata 
+6293 202062cc branch shutter_dy_push_queue_press_or_release 
+
+shutter_dy_move_set:
+6294 204064be call shutter_dy_jude_clear_move_config 
+6295 18e27e00 copy queue ,pdata 
+6296 c000e291 beq shutter_like_key_num ,shutter_dy_page_set 
+6297 204063a3 call shutter_dy_check_move_data 
+6298 20206356 branch shutter_dy_move_to_specify_location 
+
+shutter_dy_key_move_to_specify_location:
+6299 704de601 jam 1 ,mem_shutter_first_move 
+629a 20206356 branch shutter_dy_move_to_specify_location 
+
+shutter_dy_iphone_check_move_mid:
+629b 44b2c00c bpatch patch0c_5 ,mem_patch0c 
+629c 6fe0cde9 fetch 1 ,mem_move_mode_trigger_enable 
+629d 203a6241 branch shutter_dy_iphone_move_mid ,blank 
+629e 18e27e00 copy queue ,pdata 
+629f c000e241 beq shutter_like_key_num ,shutter_dy_iphone_move_mid 
+62a0 20600000 rtn 
+
+shutter_dy_key_press_clk:
+62a1 dfe0000a arg shutter_key_conf_sate_bytes ,pdata 
+62a2 98effe00 imul32 queue ,pdata 
+62a3 da604953 arg mem_shutter_key_state0 ,regc 
+62a4 9a60a600 iadd regc ,regc 
+62a5 1c427e00 copy clkn_bt ,pdata 
+62a6 e7e20013 istore key_state_press_clk_length ,regc 
+62a7 1a60a604 increase key_state_press_count_offset ,regc 
+62a8 efe08013 ifetch 1 ,regc 
+62a9 1fe0fe01 increase 1 ,pdata 
+62aa e7e08013 istore 1 ,regc 
+62ab 20600000 rtn 
+
+shutter_dy_shutter_key_release:
+62ac 44b3400c bpatch patch0c_6 ,mem_patch0c 
+62ad 6fe0cde9 fetch 1 ,mem_move_mode_trigger_enable 
+62ae 205a4e11 call app_led_off ,blank 
+
+shutter_dy_shutter_key_release_time:
+62af dfe0000a arg shutter_key_conf_sate_bytes ,pdata 
+62b0 98effe00 imul32 queue ,pdata 
+62b1 da604953 arg mem_shutter_key_state0 ,regc 
+62b2 9a60a600 iadd regc ,regc 
+62b3 e8420013 ifetcht 4 ,regc 
+62b4 18467c00 sub temp ,0 ,null 
+62b5 20628000 rtn zero 
+62b6 1c427e00 copy clkn_bt ,pdata 
+62b7 98460400 isub temp ,temp 
+62b8 24416f56 ncall ui_timer_timeout ,positive 
+62b9 1a608c09 add regc ,key_state_longpress_offset ,contr 
+62ba efe08006 ifetch 1 ,contr 
+62bb 243a62d8 nbranch shutter_dy_push_queue_long_release ,blank 
+62bc 1a60a605 increase key_state_release_clk_offset ,regc 
+62bd 1c427e00 copy clkn_bt ,pdata 
+62be e7e20013 istore key_state_release_clk_length ,regc 
+62bf 20600000 rtn 
+
+shutter_dy_push_queue_release:
+62c0 1a608c04 add regc ,4 ,contr 
+62c1 efe08006 ifetch 1 ,contr 
+62c2 202062c3 branch shutter_dy_push_queue_release1 
+
+shutter_dy_push_queue_release1:
+62c3 204062dd call shutter_clear_dy_key_state 
+62c4 6fe0cde9 fetch 1 ,mem_move_mode_trigger_enable 
+62c5 243a62cf nbranch shutter_dy_move_mode_queue_release ,blank 
+
+shutter_dy_push_queue_release1_next:
+62c6 204062d3 call shutter_dy_jude_queue_size 
+62c7 20610000 rtn positive 
+62c8 204064a1 call shutter_dy_le_get_release_ptr 
+62c9 18e27e00 copy queue ,pdata 
+62ca c001e4a9 beq shutter_photo_key_num ,shutter_dy_le_get_release_ptr_volume 
+62cb dfe0000a arg max_queue_num_release ,pdata 
+
+shutter_dy_push_queue_press_or_release:
+62cc 98effe00 imul32 queue ,pdata 
+62cd 9a60a600 iadd regc ,regc 
+62ce 202060eb branch push_buffer_in_queue 
+
+shutter_dy_move_mode_queue_release:
+62cf 18e27e00 copy queue ,pdata 
+62d0 c000e2c6 beq shutter_like_key_num ,shutter_dy_push_queue_release1_next 
+62d1 c001e2c6 beq shutter_photo_key_num ,shutter_dy_push_queue_release1_next 
+62d2 20600000 rtn 
+
+shutter_dy_jude_queue_size:
+62d3 2040702f call queue_get_size 
+62d4 e8408006 ifetcht 1 ,contr 
+62d5 98467e00 isub temp ,pdata 
+62d6 1fe67c0a sub pdata ,max_queue_new_press ,null 
+62d7 20600000 rtn 
+
+shutter_dy_push_queue_long_release:
+62d8 704de001 jam 1 ,mem_shutter_long_key_released_flag 
+62d9 204062dd call shutter_clear_dy_key_state 
+62da da6049f4 arg mem_key0_long_release ,regc 
+62db dfe00003 arg max_queue_num_long_release ,pdata 
+62dc 202062cc branch shutter_dy_push_queue_press_or_release 
+
+shutter_clear_dy_key_state:
+62dd df20000a arg shutter_key_conf_sate_bytes ,loopcnt 
+62de 1a620a00 copy regc ,contw 
+62df 202073ec branch clear_mem 
+
+shutter_dy_keyscan_key_process:
+62e0 6fe1483d fetch 2 ,mem_key_value_xmem 
+62e1 67e143e0 store 2 ,mem_key_value_retention 
+62e2 2040632a call shutter_dy_keyscan_key_process_next 
+62e3 6fe143e0 fetch 2 ,mem_key_value_retention 
+62e4 67e1483d store 2 ,mem_key_value_xmem 
+62e5 d8e00000 arg 0 ,queue 
+62e6 6fe0c47d fetch 1 ,mem_shutter_key_num 
+62e7 1fe27200 copy pdata ,loopcnt 
+62e8 da604953 arg mem_shutter_key_state0 ,regc 
+
+shutter_dy_keyscan_key_check_release_loop:
+62e9 1f227e00 copy loopcnt ,pdata 
+62ea 67e104cc store 2 ,mem_temp 
+62eb 1a627e00 copy regc ,pdata 
+62ec 67e104e0 store 2 ,mem_regc 
+62ed 18e27e00 copy queue ,pdata 
+62ee 67e104ce store 2 ,mem_temp + 2 
+62ef 20406320 call shutter_dy_keyscan_key_check_release 
+62f0 6fe104e0 fetch 2 ,mem_regc 
+62f1 1fe22600 copy pdata ,regc 
+62f2 6fe104ce fetch 2 ,mem_temp + 2 
+62f3 1fe20e00 copy pdata ,queue 
+62f4 204062fd call shutter_dy_keyscan_key_check_long_press 
+62f5 6fe104ce fetch 2 ,mem_temp + 2 
+62f6 1fe08e01 add pdata ,1 ,queue 
+62f7 6fe104e0 fetch 2 ,mem_regc 
+62f8 1fe0a60a add pdata ,shutter_key_conf_sate_bytes ,regc 
+62f9 6fe104cc fetch 2 ,mem_temp 
+62fa 1fe27200 copy pdata ,loopcnt 
+62fb c20062e9 loop shutter_dy_keyscan_key_check_release_loop 
+62fc 20600000 rtn 
+
+shutter_dy_keyscan_key_check_long_press:
+62fd efe20013 ifetch key_state_press_clk_length ,regc 
+62fe 207a0000 rtn blank 
+62ff 1fe20400 copy pdata ,temp 
+6300 1c427e00 copy clkn_bt ,pdata 
+6301 98460400 isub temp ,temp 
+6302 24610000 nrtn positive 
+6303 580009c4 setarg 2500 
+6304 98467c00 isub temp ,null 
+6305 20610000 rtn positive 
+6306 1c427e00 copy clkn_bt ,pdata 
+6307 e7e20013 istore 4 ,regc 
+6308 1a60a609 increase key_state_longpress_offset ,regc 
+6309 58000001 setarg 1 
+630a e7e08013 istore key_state_longpress_length ,regc 
+630b 6fe0cde0 fetch 1 ,mem_shutter_long_key_released_flag 
+630c 207a0000 rtn blank 
+630d 704de000 jam 0 ,mem_shutter_long_key_released_flag 
+630e 44b3c00c bpatch patch0c_7 ,mem_patch0c 
+630f 6fe0cde7 fetch 1 ,mem_move_mode_set 
+6310 c0006313 beq move_combine_key ,shutter_dy_key_long_press_set_key_normal 
+6311 c000e316 beq move_single_key ,shutter_dy_key_long_press_set_move_trigger 
+6312 20600000 rtn 
+
+shutter_dy_key_long_press_set_key_normal:
+6313 da6049df arg mem_key0_long_press ,regc 
+6314 dfe00003 arg max_queue_num_long_release ,pdata 
+6315 202062cc branch shutter_dy_push_queue_press_or_release 
+
+shutter_dy_key_long_press_set_move_trigger:
+6316 18e27e00 copy queue ,pdata 
+6317 6848cde8 fetcht 1 ,mem_move_mode_key_index 
+6318 98467c00 isub temp ,null 
+6319 2422e313 nbranch shutter_dy_key_long_press_set_key_normal ,zero 
+631a 6fe0cde9 fetch 1 ,mem_move_mode_trigger_enable 
+631b 79407e00 setflip 0 ,pdata 
+631c 67e0cde9 store 1 ,mem_move_mode_trigger_enable 
+631d 247a0000 nrtn blank 
+
+shutter_dy_move_mode_disable:
+631e 704de900 jam 0 ,mem_move_mode_trigger_enable 
+631f 20204e11 branch app_led_off 
+
+shutter_dy_keyscan_key_check_release:
+6320 1a60a405 add regc ,key_state_release_clk_offset ,regb 
+6321 efe20012 ifetch key_state_release_clk_length ,regb 
+6322 207a0000 rtn blank 
+6323 1fe20400 copy pdata ,temp 
+6324 1c427e00 copy clkn_bt ,pdata 
+6325 98460400 isub temp ,temp 
+6326 24416f56 ncall ui_timer_timeout ,positive 
+6327 580003e8 setarg 1000 
+6328 98467c00 isub temp ,null 
+6329 202062c0 branch shutter_dy_push_queue_release 
+
+shutter_dy_keyscan_key_process_next:
+632a 6fe143de fetch 2 ,mem_key_num_ptr 
+632b efe0803f ifetch 1 ,pdata 
+632c 207a0000 rtn blank 
+632d 58000000 setarg 0 
+632e 67e10546 store 2 ,mem_key_value_temp 
+632f 20406c5d call keyscan_scan_key 
+6330 24346ef1 nbranch lpm_button_clean_wake_lock ,user 
+6331 20406eef call lpm_button_get_wake_lock 
+6332 78547c00 disable user 
+6333 44b4400d bpatch patch0d_0 ,mem_patch0d 
+6334 6fe0cde7 fetch 1 ,mem_move_mode_set 
+6335 c000e339 beq move_single_key ,shutter_dy_skip_check_combine_key 
+6336 2040638a call shutter_dy_check_combine_key_release 
+6337 2040633e call shutter_dy_check_combine_key 
+6338 20740000 rtn user 
+
+shutter_dy_skip_check_combine_key:
+6339 6fe10546 fetch 2 ,mem_key_value_temp 
+633a 67e1054d store 2 ,mem_key_value_temp4 
+633b 70054f00 jam 0 ,mem_key_value_temp6 
+633c 18000e00 force 0 ,queue 
+633d 20206c95 branch keyscan_key_lp1 
+
+shutter_dy_check_combine_key:
+633e d8e00000 arg 0 ,queue 
+
+shutter_dy_check_combine_key_loop:
+633f da404a09 arg mem_combine_key0 ,regb 
+6340 dfe00002 arg 2 ,pdata 
+6341 98effe00 imul32 queue ,pdata 
+6342 9a40a400 iadd regb ,regb 
+6343 efe10012 ifetch 2 ,regb 
+6344 207a0000 rtn blank 
+6345 68490546 fetcht 2 ,mem_key_value_temp 
+6346 9842fc00 ixor temp ,null 
+6347 2022e34a branch shutter_dy_check_combine_key_parse ,zero 
+6348 18e08e01 increase 1 ,queue 
+6349 2020633f branch shutter_dy_check_combine_key_loop 
+
+shutter_dy_check_combine_key_parse:
+634a 67e14a15 store 2 ,mem_combine_key_state0 
+634b 20404e0f call app_led_on 
+634c da604a17 arg mem_combine_key0_press ,regc 
+634d dfe0000a arg max_queue_num_combinekey ,pdata 
+634e 98effe00 imul32 queue ,pdata 
+634f 9a60a600 iadd regc ,regc 
+6350 20406352 call shutter_dy_push_buffer_in_queue 
+6351 20206395 branch shutter_dy_combine_key_enableuser 
+
+shutter_dy_push_buffer_in_queue:
+6352 204064be call shutter_dy_jude_clear_move_config 
+6353 efe08013 ifetch 1 ,regc 
+6354 207a0000 rtn blank 
+6355 204063a3 call shutter_dy_check_move_data 
+
+shutter_dy_move_to_specify_location:
+6356 204064be call shutter_dy_jude_clear_move_config 
+6357 2040636b call shutter_dy_move_down_left_corner 
+6358 20406376 call shutter_dy_move_x_max 
+6359 20406380 call shutter_dy_move_y_max 
+635a dfe00005 arg 0x05 ,pdata 
+635b 204060fc call queue_push_one_byte 
+635c 20406499 call shutter_dy_check_iphone 
+635d 207a0000 rtn blank 
+635e 70494e78 jam 120 ,mem_send_data_delay 
+635f dfe00006 arg 0x06 ,pdata 
+6360 202060fc branch queue_push_one_byte 
+
+shutter_dy_move_down_left_corner_count_set:
+6361 6848cdcc fetcht 1 ,mem_shutter_back_count 
+6362 20406499 call shutter_dy_check_iphone 
+6363 207a0000 rtn blank 
+6364 6848cdcf fetcht 1 ,mem_shutter_iphone_beyond_y_count 
+6365 18408401 increase 1 ,temp 
+6366 6fe0cde6 fetch 1 ,mem_shutter_first_move 
+6367 207a0000 rtn blank 
+6368 6848cdcc fetcht 1 ,mem_shutter_back_count 
+6369 704de600 jam 0 ,mem_shutter_first_move 
+636a 20600000 rtn 
+
+shutter_dy_move_down_left_corner:
+636b 20406361 call shutter_dy_move_down_left_corner_count_set 
+636c 18427e00 copy temp ,pdata 
+636d 207a0000 rtn blank 
+636e 67e0cdd5 store 1 ,mem_shutter_back_count_cache 
+
+shutter_dy_move_down_left_corner_loop:
+636f dfe00013 arg 0x13 ,pdata 
+6370 204060fc call queue_push_one_byte 
+6371 6fe0cdd5 fetch 1 ,mem_shutter_back_count_cache 
+6372 1fe0ffff increase -1 ,pdata 
+6373 67e0cdd5 store 1 ,mem_shutter_back_count_cache 
+6374 207a0000 rtn blank 
+6375 2020636f branch shutter_dy_move_down_left_corner_loop 
+
+shutter_dy_move_x_max:
+6376 6fe0cdce fetch 1 ,mem_shutter_iphone_beyond_x_count 
+6377 207a0000 rtn blank 
+6378 67e0cdd6 store 1 ,mem_shutter_iphone_beyond_x_cache 
+
+shutter_dy_move_x_max_number:
+6379 dfe00020 arg 0x20 ,pdata 
+637a 204060fc call queue_push_one_byte 
+637b 6fe0cdd6 fetch 1 ,mem_shutter_iphone_beyond_x_cache 
+637c 1fe0ffff increase -1 ,pdata 
+637d 67e0cdd6 store 1 ,mem_shutter_iphone_beyond_x_cache 
+637e 207a0000 rtn blank 
+637f 20206379 branch shutter_dy_move_x_max_number 
+
+shutter_dy_move_y_max:
+6380 6fe0cdcf fetch 1 ,mem_shutter_iphone_beyond_y_count 
+6381 207a0000 rtn blank 
+6382 67e0cdd7 store 1 ,mem_shutter_iphone_beyond_y_cache 
+
+shutter_dy_move_y_max_number:
+6383 dfe00021 arg 0x21 ,pdata 
+6384 204060fc call queue_push_one_byte 
+6385 6fe0cdd7 fetch 1 ,mem_shutter_iphone_beyond_y_cache 
+6386 1fe0ffff increase -1 ,pdata 
+6387 67e0cdd7 store 1 ,mem_shutter_iphone_beyond_y_cache 
+6388 207a0000 rtn blank 
+6389 20206383 branch shutter_dy_move_y_max_number 
+
+shutter_dy_check_combine_key_release:
+638a 6fe14a15 fetch 2 ,mem_combine_key_state0 
+638b 207a0000 rtn blank 
+638c 68490546 fetcht 2 ,mem_key_value_temp 
+638d 18467c00 sub temp ,0 ,null 
+638e 2022e398 branch shutter_dy_check_combine_key_release_all ,zero 
+638f 98467c00 isub temp ,null 
+6390 20628000 rtn zero 
+6391 60494a15 storet 2 ,mem_combine_key_state0 
+6392 6fe14de3 fetch 2 ,mem_combine_key_release_value 
+6393 98467c00 isub temp ,null 
+6394 2042ce11 call app_led_off ,zero 
+
+shutter_dy_combine_key_enableuser:
+6395 6fe10546 fetch 2 ,mem_key_value_temp 
+6396 67e143e0 store 2 ,mem_key_value_retention 
+6397 202074c8 branch enable_user 
+
+shutter_dy_check_combine_key_release_all:
+6398 20404e11 call app_led_off 
+6399 da604a53 arg mem_combine_key_release ,regc 
+639a 20406352 call shutter_dy_push_buffer_in_queue 
+639b 58000000 setarg 0 
+639c 67e14a15 store 2 ,mem_combine_key_state0 
+639d 70482f32 jam 50 ,mem_shutter_1s_timer 
+639e 20406395 call shutter_dy_combine_key_enableuser 
+639f 6fe0c47d fetch 1 ,mem_shutter_key_num 
+63a0 1feff20a mul32 pdata ,shutter_key_conf_sate_bytes ,loopcnt 
+63a1 d8a04953 arg mem_shutter_key_state0 ,contw 
+63a2 202073ec branch clear_mem 
+
+shutter_dy_check_move_data:
+63a3 44b4c00d bpatch patch0d_1 ,mem_patch0d 
+63a4 6fe0cde7 fetch 1 ,mem_move_mode_set 
+63a5 c000e3a8 beq move_single_key ,shutter_dy_check_move_data_single_key 
+63a6 c00063ae beq move_combine_key ,shutter_dy_check_move_data_combine_key 
+63a7 20600000 rtn 
+
+shutter_dy_check_move_data_single_key:
+63a8 18e27e00 copy queue ,pdata 
+63a9 c002e3d7 beq shutter_left_key_num ,shutter_dy_move_left 
+63aa c00063f4 beq shutter_right_key_num ,shutter_dy_move_right 
+63ab c00263fc beq shutter_up_key_num ,shutter_dy_move_up 
+63ac c001641f beq shutter_down_key_num ,shutter_dy_move_down 
+63ad 20600000 rtn 
+
+shutter_dy_check_move_data_combine_key:
+63ae efe08013 ifetch 1 ,regc 
+63af c000e3d7 beq 0x01 ,shutter_dy_move_left 
+63b0 c00163f4 beq 0x02 ,shutter_dy_move_right 
+63b1 c001e3fc beq 0x03 ,shutter_dy_move_up 
+63b2 c002641f beq 0x04 ,shutter_dy_move_down 
+63b3 c002e3b5 beq 0x05 ,shutter_dy_get_move_data 
+63b4 20600000 rtn 
+
+shutter_dy_get_move_data:
+63b5 20406499 call shutter_dy_check_iphone 
+63b6 243a63bf nbranch shutter_dy_get_move_data_iphone ,blank 
+63b7 58000004 setarg 4 
+63b8 1feffe0a mul32 pdata ,every_payload_len ,pdata 
+63b9 d8404b10 arg mem_shutter_mousekey_value_list ,temp 
+63ba 98408a00 iadd temp ,contw 
+63bb 18a08a03 increase 3 ,contw 
+63bc 6fe1ca5d fetch 3 ,mem_shutter_move_data 
+63bd e7e18005 istore 3 ,contw 
+63be 20600000 rtn 
+
+shutter_dy_get_move_data_iphone:
+63bf 58000004 setarg 4 
+63c0 1feffe0a mul32 pdata ,every_payload_len ,pdata 
+63c1 d8404b10 arg mem_shutter_mousekey_value_list ,temp 
+63c2 98408a00 iadd temp ,contw 
+63c3 18a08a03 increase 3 ,contw 
+63c4 6fe14dd0 fetch 2 ,mem_shutter_move_data_x 
+63c5 e7e18005 istore 3 ,contw 
+63c6 18a08a07 increase 7 ,contw 
+63c7 6fe14dd2 fetch 2 ,mem_shutter_move_data_y 
+63c8 1ff27e00 lshift4 pdata ,pdata 
+63c9 1fed7e00 lshift8 pdata ,pdata 
+63ca e7e18005 istore 3 ,contw 
+63cb 20600000 rtn 
+
+shutter_dy_move_x_empty_check:
+63cc 6fe0cdce fetch 1 ,mem_shutter_iphone_beyond_x_count 
+63cd 207a0000 rtn blank 
+63ce 1fe0ffff increase -1 ,pdata 
+63cf 67e0cdce store 1 ,mem_shutter_iphone_beyond_x_count 
+63d0 dfe00062 arg iphone_once_max_move_value ,pdata 
+63d1 20600000 rtn 
+
+shutter_dy_every_move_size_set:
+63d2 d840000a arg android_every_move_size ,temp 
+63d3 20406499 call shutter_dy_check_iphone 
+63d4 207a0000 rtn blank 
+63d5 d8400007 arg iphone_every_move_size ,temp 
+63d6 20600000 rtn 
+
+shutter_dy_move_left:
+63d7 204063d2 call shutter_dy_every_move_size_set 
+63d8 6fe14dd0 fetch 2 ,mem_shutter_move_data_x 
+63d9 98467c00 isub temp ,null 
+63da 244163cc ncall shutter_dy_move_x_empty_check ,positive 
+63db 24610000 nrtn positive 
+63dc 98467e00 isub temp ,pdata 
+
+shutter_dy_move_store_x:
+63dd 67e14dd0 store 2 ,mem_shutter_move_data_x 
+
+shutter_dy_move_data_store:
+63de 44b5400d bpatch patch0d_2 ,mem_patch0d 
+63df 6fe14dd0 fetch 2 ,mem_shutter_move_data_x 
+63e0 68494dd2 fetcht 2 ,mem_shutter_move_data_y 
+63e1 184d0400 lshift8 temp ,temp 
+63e2 18520400 lshift4 temp ,temp 
+63e3 9840fe00 iadd temp ,pdata 
+63e4 67e1ca5d store 3 ,mem_shutter_move_data 
+63e5 202063b5 branch shutter_dy_get_move_data 
+
+shutter_dy_move_x_check_max:
+63e6 6fe14dd0 fetch 2 ,mem_shutter_move_data_x 
+63e7 d8400062 arg iphone_once_max_move_value ,temp 
+63e8 98460400 isub temp ,temp 
+63e9 24610000 nrtn positive 
+63ea 18427e00 copy temp ,pdata 
+63eb 6848cdce fetcht 1 ,mem_shutter_iphone_beyond_x_count 
+63ec 18467c03 sub temp ,0x03 ,null 
+63ed 2022e3f1 branch shutter_dy_clear_move_x ,zero 
+63ee 18408401 increase 1 ,temp 
+63ef 6048cdce storet 1 ,mem_shutter_iphone_beyond_x_count 
+63f0 202063dd branch shutter_dy_move_store_x 
+
+shutter_dy_clear_move_x:
+63f1 704dce00 jam 0 ,mem_shutter_iphone_beyond_x_count 
+63f2 dfe00000 arg 0 ,pdata 
+63f3 202063dd branch shutter_dy_move_store_x 
+
+shutter_dy_move_right:
+63f4 20406499 call shutter_dy_check_iphone 
+63f5 245a63e6 ncall shutter_dy_move_x_check_max ,blank 
+63f6 204063d2 call shutter_dy_every_move_size_set 
+63f7 6fe14dd0 fetch 2 ,mem_shutter_move_data_x 
+
+shutter_dy_move_right_next:
+63f8 9840fe00 iadd temp ,pdata 
+63f9 d8400fff arg 0xfff ,temp 
+63fa 20407480 call ceiling 
+63fb 202063dd branch shutter_dy_move_store_x 
+
+shutter_dy_move_up:
+63fc 204063d2 call shutter_dy_every_move_size_set 
+63fd 6fe14dd2 fetch 2 ,mem_shutter_move_data_y 
+63fe 98467e00 isub temp ,pdata 
+63ff 67e14dd2 store 2 ,mem_shutter_move_data_y 
+
+shutter_dy_move_y_check_max:
+6400 68494dd2 fetcht 2 ,mem_shutter_move_data_y 
+6401 20406499 call shutter_dy_check_iphone 
+6402 203a63de branch shutter_dy_move_data_store ,blank 
+6403 58000fff setarg 0xfff 
+6404 98467e00 isub temp ,pdata 
+6405 d8400062 arg iphone_once_max_move_value ,temp 
+6406 98460400 isub temp ,temp 
+6407 242163de nbranch shutter_dy_move_data_store ,positive 
+6408 58000fff setarg 0xfff 
+6409 98467e00 isub temp ,pdata 
+640a 6848cdcf fetcht 1 ,mem_shutter_iphone_beyond_y_count 
+640b 18467c05 sub temp ,0x05 ,null 
+640c 2022e410 branch shutter_dy_clear_move_y ,zero 
+640d 18408401 increase 1 ,temp 
+640e 6048cdcf storet 1 ,mem_shutter_iphone_beyond_y_count 
+640f 2020641d branch shutter_dy_move_store_y 
+
+shutter_dy_clear_move_y:
+6410 704dcf00 jam 0 ,mem_shutter_iphone_beyond_y_count 
+
+shutter_dy_android_move_y_empty_check:
+6411 58000fff setarg 0xfff 
+6412 2020641d branch shutter_dy_move_store_y 
+
+shutter_dy_move_y_empty_check:
+6413 20406499 call shutter_dy_check_iphone 
+6414 203a6411 branch shutter_dy_android_move_y_empty_check ,blank 
+6415 6fe0cdcf fetch 1 ,mem_shutter_iphone_beyond_y_count 
+6416 203a6411 branch shutter_dy_android_move_y_empty_check ,blank 
+6417 1fe0ffff increase -1 ,pdata 
+6418 67e0cdcf store 1 ,mem_shutter_iphone_beyond_y_count 
+6419 58000fff setarg 0xfff 
+641a d8400062 arg iphone_once_max_move_value ,temp 
+641b 98467e00 isub temp ,pdata 
+641c 9a20fe00 iadd rega ,pdata 
+
+shutter_dy_move_store_y:
+641d 67e14dd2 store 2 ,mem_shutter_move_data_y 
+641e 202063de branch shutter_dy_move_data_store 
+
+shutter_dy_move_down:
+641f 204063d2 call shutter_dy_every_move_size_set 
+6420 6fe14dd2 fetch 2 ,mem_shutter_move_data_y 
+
+shutter_dy_move_down_next:
+6421 9840fe00 iadd temp ,pdata 
+6422 d8400fff arg 0xfff ,temp 
+6423 98462200 isub temp ,rega 
+6424 20216413 branch shutter_dy_move_y_empty_check ,positive 
+6425 2020641d branch shutter_dy_move_store_y 
+
+ble_shutter_dy_receive_data:
+6426 6fe1436f fetch 2 ,mem_le_att_handle 
+6427 c0126063 beq gatt_keyboard_write_handle_new ,ble_shutter_process_reconnect_complete 
+6428 20600000 rtn 
+
+shutter_dy_le_find_service_hand_by_uuid:
+6429 da200017 arg 23 ,rega 
+642a da400004 arg le_l2cap_cid_att ,regb 
+642b 2040419f call le_fifo_malloc_tx_l2cap 
+642c 58000006 setarg attop_find_by_type_value_request 
+642d e7e08005 istore 1 ,contw 
+642e 58000001 setarg 0x0001 
+642f e7e10005 istore 2 ,contw 
+6430 5800ffff setarg 0xffff 
+6431 e7e10005 istore 2 ,contw 
+6432 58002800 setarg 0x2800 
+6433 e7e10005 istore 2 ,contw 
+6434 d8c0493d arg mem_le_search_service_uuid ,contr 
+6435 202073d2 branch memcpy16 
+
+shutter_le_parse_l2cap:
+6436 6fe1430e fetch 2 ,mem_le_payload_ptr 
+6437 1fe08c02 add pdata ,2 ,contr 
+6438 efe10006 ifetch 2 ,contr 
+6439 c002643d beq le_l2cap_cid_att ,shutter_dy_le_parse_att 
+643a c00345e3 beq le_l2cap_cid_smp ,le_parse_smp 
+643b c002c5b7 beq le_l2cap_cid_signal ,le_parse_signaling 
+643c 20600000 rtn 
+
+shutter_dy_le_parse_att:
+643d efe18006 ifetch 3 ,contr 
+643e 67e1c36e store 3 ,mem_le_att_opcode 
+643f c003e46d beq attop_find_by_type_value_response ,shutter_dy_le_parse_att_find_by_type_value_rsp 
+6440 c000e48e beq attop_error_response ,shutter_dy_le_parse_error_rsp 
+6441 c005645c beq attop_read_request ,shutter_dy_le_parse_att_read_request 
+6442 c0066444 beq attop_read_blob_request ,shutter_dy_le_parse_att_read_blob_request 
+6443 20204331 branch le_parse_att2 
+
+shutter_dy_le_parse_att_read_blob_request:
+6444 efe10006 ifetch 2 ,contr 
+6445 67e1050a store 2 ,mem_le_att_offset 
+6446 da200014 arg 20 ,rega 
+6447 20404535 call le_fifo_malloc_tx_l2cap_gatt 
+6448 5800000d setarg attop_read_blob_response 
+6449 e7e08005 istore 1 ,contw 
+644a 6fe1050a fetch 2 ,mem_le_att_offset 
+644b 98002200 iforce rega 
+644c 6849436f fetcht 2 ,mem_le_att_handle 
+644d 6fe14307 fetch 2 ,mem_le_pairing_handle 
+644e 98467c00 isub temp ,null 
+644f 2422c47d nbranch le_send_att_read_blob_response + 7 ,zero 
+6450 20406499 call shutter_dy_check_iphone 
+6451 243a6454 nbranch shutter_dy_le_parse_att_read_blob_request_ios ,blank 
+6452 6fe14939 fetch 2 ,mem_shutter_le_map_len_android 
+6453 20206455 branch shutter_dy_le_parse_att_read_blob_request2 
+
+shutter_dy_le_parse_att_read_blob_request_ios:
+6454 6fe1493b fetch 2 ,mem_shutter_le_map_len_ios 
+
+shutter_dy_le_parse_att_read_blob_request2:
+6455 d8c0483f arg mem_shutter_le_hid_map ,contr 
+6456 9a267200 isub rega ,loopcnt 
+6457 24214528 nbranch le_send_att_error_response_notfound ,positive 
+6458 1f267c16 sub loopcnt ,22 ,null 
+6459 20214485 branch le_send_att_read_blob_response_less ,positive 
+645a 18007216 force 22 ,loopcnt 
+645b 20204485 branch le_send_att_read_blob_response_less 
+
+shutter_dy_le_parse_att_read_request:
+645c 6849436f fetcht 2 ,mem_le_att_handle 
+645d 6fe0c2f6 fetch 1 ,mem_le_configuration 
+645e c281e460 bbit1 bit_ble_read_auth ,shutter_dy_le_send_att_read_response_check_auth 
+645f 20204449 branch le_send_att_read_response 
+
+shutter_dy_le_send_att_read_response_check_auth:
+6460 6fe14307 fetch 2 ,mem_le_pairing_handle 
+6461 98467c00 isub temp ,null 
+6462 2422c449 nbranch le_send_att_read_response ,zero 
+6463 204044ec call le_check_encrypt_state 
+6464 24346467 nbranch shutter_dy_le_send_att_read_response ,user 
+6465 7001b405 jam att_err_insufficient_authentication ,mem_le_err_code 
+6466 2020452a branch le_send_att_error_response 
+
+shutter_dy_le_send_att_read_response:
+6467 6fe14307 fetch 2 ,mem_le_pairing_handle 
+6468 98467c00 isub temp ,null 
+6469 2422c449 nbranch le_send_att_read_response ,zero 
+646a d8c0483f arg mem_shutter_le_hid_map ,contr 
+646b 18007e16 force 22 ,pdata 
+646c 20204457 branch le_send_att_read_response_less 
+
+shutter_dy_le_parse_att_find_by_type_value_rsp:
+
+shutter_dy_le_remote_iphone:
+646d 44b5c00d bpatch patch0d_3 ,mem_patch0d 
+646e 704dcc05 jam 5 ,mem_shutter_back_count 
+646f 70494d01 jam 1 ,mem_iphone_flag 
+6470 704dd401 jam 1 ,mem_last_shutter_le_iphone_flag 
+6471 70494ef0 jam 240 ,mem_send_data_delay 
+6472 704de10a jam 10 ,mem_shutter_move_mid_timer 
+6473 704de601 jam 1 ,mem_shutter_first_move 
+6474 204064fe call shutter_dy_load_move_config_info 
+6475 6fe0cde2 fetch 1 ,mem_shutter_pairing_success 
+6476 207a0000 rtn blank 
+6477 204064c2 call shutter_dy_clear_move_config 
+6478 d8400062 arg iphone_once_max_move_value ,temp 
+6479 6fe14e94 fetch 2 ,mem_iphone_initial_move_x 
+647a da204dd0 arg mem_shutter_move_data_x ,rega 
+647b da404dce arg mem_shutter_iphone_beyond_x_count ,regb 
+647c 20406487 call shutter_dy_iphone_move_initial_set 
+647d d8400062 arg iphone_once_max_move_value ,temp 
+647e 6fe14e96 fetch 2 ,mem_iphone_initial_move_y 
+647f da204dd2 arg mem_shutter_move_data_y ,rega 
+6480 da404dcf arg mem_shutter_iphone_beyond_y_count ,regb 
+6481 20406487 call shutter_dy_iphone_move_initial_set 
+6482 58000fff setarg 0xfff 
+6483 68494dd2 fetcht 2 ,mem_shutter_move_data_y 
+6484 98467e00 isub temp ,pdata 
+6485 67e14dd2 store 2 ,mem_shutter_move_data_y 
+6486 20600000 rtn 
+
+shutter_dy_iphone_move_initial_set:
+6487 9846fc00 idiv temp 
+6488 20407475 call wait_div_end 
+6489 1807fe00 quotient pdata 
+648a 18070400 remainder temp 
+648b e7e08012 istore 1 ,regb 
+648c e0410011 istoret 2 ,rega 
+648d 20600000 rtn 
+
+shutter_dy_le_parse_error_rsp:
+648e 18c08dfe increase -2 ,contr 
+648f efe08006 ifetch 1 ,contr 
+6490 c0036497 beq attop_find_by_type_value_request ,shutter_dy_not_iphone_read_conf 
+6491 20600000 rtn 
+
+shutter_dy_remote_not_iphone:
+6492 704dcc01 jam 1 ,mem_shutter_back_count 
+6493 70494d00 jam 0 ,mem_iphone_flag 
+6494 704dd400 jam 0 ,mem_last_shutter_le_iphone_flag 
+6495 70494e0a jam 10 ,mem_send_data_delay 
+6496 20600000 rtn 
+
+shutter_dy_not_iphone_read_conf:
+6497 20406492 call shutter_dy_remote_not_iphone 
+6498 202064fe branch shutter_dy_load_move_config_info 
+
+shutter_dy_check_iphone:
+6499 6fe0c94d fetch 1 ,mem_iphone_flag 
+649a 20600000 rtn 
+
+shutter_dy_le_get_press_ptr:
+649b da604e30 arg mem_dy_key0_press ,regc 
+649c 20406499 call shutter_dy_check_iphone 
+649d 207a0000 rtn blank 
+649e 70494e78 jam 120 ,mem_send_data_delay 
+649f da604a61 arg mem_key0_press_i ,regc 
+64a0 20600000 rtn 
+
+shutter_dy_le_get_release_ptr:
+
+shutter_dy_le_get_release_ptr_set:
+64a1 da604999 arg mem_key0_release_new ,regc 
+64a2 20406499 call shutter_dy_check_iphone 
+64a3 207a0000 rtn blank 
+64a4 da604a9d arg mem_key0_release_new_i ,regc 
+64a5 70494e0c jam 12 ,mem_send_data_delay 
+64a6 18e27e00 copy queue ,pdata 
+64a7 c1008000 rtneq shutter_like_key_num 
+64a8 20600000 rtn 
+
+shutter_dy_le_get_release_ptr_volume:
+64a9 44b6400d bpatch patch0d_4 ,mem_patch0d 
+64aa 6fe0cb0c fetch 1 ,mem_key3_press_count 
+64ab 79407e00 setflip 0 ,pdata 
+64ac 67e0cb0c store 1 ,mem_key3_press_count 
+64ad c00064b2 beq 0 ,shutter_dy_le_get_release_ptr_set_volume_inc 
+64ae c000e4b0 beq 1 ,shutter_dy_le_get_release_ptr_set_volume_dec 
+64af 20600000 rtn 
+
+shutter_dy_le_get_release_ptr_set_volume_dec:
+64b0 204064b9 call shutter_dy_le_get_vol_dec_ptr 
+64b1 202060eb branch push_buffer_in_queue 
+
+shutter_dy_le_get_release_ptr_set_volume_inc:
+64b2 204064b4 call shutter_dy_le_get_vol_inc_ptr 
+64b3 202060eb branch push_buffer_in_queue 
+
+shutter_dy_le_get_vol_inc_ptr:
+64b4 da6049b7 arg mem_key3_release_new ,regc 
+64b5 20406499 call shutter_dy_check_iphone 
+64b6 207a0000 rtn blank 
+64b7 da604abb arg mem_key3_release_new_i ,regc 
+64b8 20600000 rtn 
+
+shutter_dy_le_get_vol_dec_ptr:
+64b9 da604af8 arg mem_key3_release_new_t ,regc 
+64ba 20406499 call shutter_dy_check_iphone 
+64bb 207a0000 rtn blank 
+64bc da604b02 arg mem_key3_release_new_i_t ,regc 
+64bd 20600000 rtn 
+
+shutter_dy_jude_clear_move_config:
+64be 6fe0cdcd fetch 1 ,mem_shutter_le_conned 
+64bf 247a0000 nrtn blank 
+64c0 704dcd01 jam 1 ,mem_shutter_le_conned 
+64c1 202063de branch shutter_dy_move_data_store 
+
+shutter_dy_clear_move_config:
+64c2 58000000 setarg 0 
+64c3 67e3cdce store 7 ,mem_move_config 
+64c4 20600000 rtn 
+
+shutter_dy_write_otp_convert_data:
+64c5 20406499 call shutter_dy_check_iphone 
+64c6 c000e4cd beq 0x01 ,shutter_dy_store_ios_config_data 
+64c7 c00064df beq 0x00 ,shutter_dy_store_android_config 
+64c8 20600000 rtn 
+
+shutter_dy_read_otp_convert_data:
+64c9 6fe0ce9c fetch 1 ,mem_otp_last_shutter_le_iphone_flag 
+64ca c000e4e6 beq 0x01 ,shutter_dy_get_ios_config 
+64cb c00064f8 beq 0x00 ,shutter_dy_get_android_config 
+64cc 20600000 rtn 
+
+shutter_dy_store_ios_config_data:
+64cd 6fe0cdce fetch 1 ,mem_shutter_iphone_beyond_x_count 
+64ce 1feffe62 mul32 pdata ,iphone_once_max_move_value ,pdata 
+64cf 1fe20400 copy pdata ,temp 
+64d0 6fe14dd0 fetch 2 ,mem_shutter_move_data_x 
+64d1 9840fe00 iadd temp ,pdata 
+64d2 67e14e98 store 2 ,mem_otp_shutter_move_data_x 
+64d3 6fe0cdcf fetch 1 ,mem_shutter_iphone_beyond_y_count 
+64d4 1feffe62 mul32 pdata ,iphone_once_max_move_value ,pdata 
+64d5 1fe20400 copy pdata ,temp 
+64d6 6fe14dd2 fetch 2 ,mem_shutter_move_data_y 
+64d7 1fe22200 copy pdata ,rega 
+64d8 58000fff setarg 0xfff 
+64d9 9a267e00 isub rega ,pdata 
+64da 9840fe00 iadd temp ,pdata 
+64db 67e14e9a store 2 ,mem_otp_shutter_move_data_y 
+64dc 20406499 call shutter_dy_check_iphone 
+64dd 67e0ce9c store 1 ,mem_otp_last_shutter_le_iphone_flag 
+64de 20600000 rtn 
+
+shutter_dy_store_android_config:
+64df 6fe14dd0 fetch 2 ,mem_shutter_move_data_x 
+64e0 67e14e98 store 2 ,mem_otp_shutter_move_data_x 
+64e1 6fe14dd2 fetch 2 ,mem_shutter_move_data_y 
+64e2 67e14e9a store 2 ,mem_otp_shutter_move_data_y 
+64e3 20406499 call shutter_dy_check_iphone 
+64e4 67e0ce9c store 1 ,mem_otp_last_shutter_le_iphone_flag 
+64e5 20600000 rtn 
+
+shutter_dy_get_ios_config:
+64e6 6fe14e98 fetch 2 ,mem_otp_shutter_move_data_x 
+64e7 1fe6fc62 div pdata ,iphone_once_max_move_value 
+64e8 20407475 call wait_div_end 
+64e9 1807fe00 quotient pdata 
+64ea 18070400 remainder temp 
+64eb 67e0cdce store 1 ,mem_shutter_iphone_beyond_x_count 
+64ec 18427e00 copy temp ,pdata 
+64ed 67e14dd0 store 2 ,mem_shutter_move_data_x 
+64ee 6fe14e9a fetch 2 ,mem_otp_shutter_move_data_y 
+64ef 1fe6fc62 div pdata ,iphone_once_max_move_value 
+64f0 20407475 call wait_div_end 
+64f1 1807fe00 quotient pdata 
+64f2 18070400 remainder temp 
+64f3 67e0cdcf store 1 ,mem_shutter_iphone_beyond_y_count 
+64f4 58000fff setarg 0xfff 
+64f5 98467e00 isub temp ,pdata 
+64f6 67e14dd2 store 2 ,mem_shutter_move_data_y 
+64f7 20600000 rtn 
+
+shutter_dy_get_android_config:
+64f8 6fe14e98 fetch 2 ,mem_otp_shutter_move_data_x 
+64f9 67e14dd0 store 2 ,mem_shutter_move_data_x 
+64fa 6fe14e9a fetch 2 ,mem_otp_shutter_move_data_y 
+64fb 67e14dd2 store 2 ,mem_shutter_move_data_y 
+64fc 20600000 rtn 
+
+shutter_dy_store_move_config_info:
+64fd 2020657b branch shutter_dy_campare_effective_addr_write_otp 
+
+shutter_dy_load_move_config_info:
+64fe 20206562 branch shutter_dy_campare_effective_addr_read_otp 
+
+shutter_dy_shutter_uart_config_loop:
+64ff 20406521 call shutter_dy_update_read_check_addr 
+6500 6fe14e9f fetch 2 ,mem_otp_read_offset_addr 
+6501 2040658e call shutter_dy_shutter_read_move_config_from_otp_addr 
+6502 704ea500 jam 0 ,mem_shutter_first_read_flag 
+6503 6fe2ce98 fetch 5 ,mem_otp_move_config 
+6504 704ea600 jam 0 ,mem_shutter_valid_data_flag 
+6505 704ea300 jam 0 ,mem_shutter_temp_count 
+6506 20406525 call shutter_dy_campare_otp_data 
+6507 6fe0cea3 fetch 1 ,mem_shutter_temp_count 
+6508 c1000000 rtneq 0 
+6509 202064ff branch shutter_dy_shutter_uart_config_loop 
+
+shutter_dy_shutter_get_first_read_addr:
+650a 6fe14e8c fetch 2 ,mem_shutter_efuse_start_offset 
+650b 1fe0fffb increase -5 ,pdata 
+650c 67e14e9f store 2 ,mem_otp_read_offset_addr 
+650d 20600000 rtn 
+
+shutter_dy_shutter_next_read_addr:
+650e 6fe14e9f fetch 2 ,mem_otp_read_offset_addr 
+650f 1fe0fffb increase -5 ,pdata 
+6510 67e14e9f store 2 ,mem_otp_read_offset_addr 
+6511 20600000 rtn 
+
+shutter_dy_shutter_last_read_addr:
+6512 6fe14e9f fetch 2 ,mem_otp_read_offset_addr 
+6513 1fe0fe05 pincrease 5 
+6514 67e14e9f store 2 ,mem_otp_read_offset_addr 
+6515 20600000 rtn 
+
+shutter_dy_shutter_read_ios_android_addr:
+6516 6fe14ea1 fetch 2 ,mem_otp_read_ios_android_addr 
+6517 1fe0fe05 pincrease 5 
+6518 67e14ea1 store 2 ,mem_otp_read_ios_android_addr 
+6519 6fe14ea1 fetch 2 ,mem_otp_read_ios_android_addr 
+651a 1fe20400 copy pdata ,temp 
+651b 6fe14e8c fetch 2 ,mem_shutter_efuse_start_offset 
+651c 98467e00 isub temp ,pdata 
+651d d8400005 arg shutter_para_total_num ,temp 
+651e 98467c00 isub temp ,null 
+651f 24216545 nbranch shutter_dy_shutter_not_find_ios_or_android ,positive 
+6520 20600000 rtn 
+
+shutter_dy_update_read_check_addr:
+6521 6fe0cea5 fetch 1 ,mem_shutter_first_read_flag 
+6522 c000e50a beq 0x01 ,shutter_dy_shutter_get_first_read_addr 
+6523 c000650e beq 0x00 ,shutter_dy_shutter_next_read_addr 
+6524 20600000 rtn 
+
+shutter_dy_campare_otp_data:
+6525 da400000 arg 0x0 ,regb 
+6526 1a420400 copy regb ,temp 
+6527 6fe14e98 fetch 2 ,mem_otp_shutter_move_data_x 
+6528 a843fe00 icompare 0xffff ,temp 
+6529 2440e535 ncall shutter_dy_set_shutter_valid_data_flag ,true 
+652a da400000 arg 0x0 ,regb 
+652b 1a420400 copy regb ,temp 
+652c 6fe14e9a fetch 2 ,mem_otp_shutter_move_data_y 
+652d a843fe00 icompare 0xffff ,temp 
+652e 2440e535 ncall shutter_dy_set_shutter_valid_data_flag ,true 
+652f da400000 arg 0x0 ,regb 
+6530 1a420400 copy regb ,temp 
+6531 6fe0ce9c fetch 1 ,mem_otp_last_shutter_le_iphone_flag 
+6532 a841fe00 icompare 0xff ,temp 
+6533 2440e535 ncall shutter_dy_set_shutter_valid_data_flag ,true 
+6534 20600000 rtn 
+
+shutter_dy_set_shutter_valid_data_flag:
+6535 6fe0cea3 fetch 1 ,mem_shutter_temp_count 
+6536 1fe0fe01 pincrease 1 
+6537 67e0cea3 store 1 ,mem_shutter_temp_count 
+6538 20600000 rtn 
+
+shutter_dy_shutter_judge_ios_or_android:
+6539 704ea301 jam 1 ,mem_shutter_temp_count 
+653a 20406516 call shutter_dy_shutter_read_ios_android_addr 
+653b 6fe14ea1 fetch 2 ,mem_otp_read_ios_android_addr 
+653c 2040658e call shutter_dy_shutter_read_move_config_from_otp_addr 
+653d 20406499 call shutter_dy_check_iphone 
+653e 1fe20400 copy pdata ,temp 
+653f 6fe0ce9c fetch 1 ,mem_otp_last_shutter_le_iphone_flag 
+6540 a841fe00 icompare 0xff ,temp 
+6541 2040e560 call shutter_dy_clear_temp_count ,true 
+6542 6fe0cea3 fetch 1 ,mem_shutter_temp_count 
+6543 c1000000 rtneq 0 
+6544 20206539 branch shutter_dy_shutter_judge_ios_or_android 
+
+shutter_dy_shutter_not_find_ios_or_android:
+6545 44b6c00d bpatch patch0d_5 ,mem_patch0d 
+6546 20406560 call shutter_dy_clear_temp_count 
+6547 20406499 call shutter_dy_check_iphone 
+6548 203a654a branch shutter_dy_shutter_android_save_init_loaction ,blank 
+6549 20206551 branch shutter_dy_shutter_ios_save_init_loaction 
+
+shutter_dy_shutter_android_save_init_loaction:
+654a 6fe14e90 fetch 2 ,mem_android_initial_move_x 
+654b 67e14dd0 store 2 ,mem_shutter_move_data_x 
+654c 68494e92 fetcht 2 ,mem_android_initial_move_y 
+654d 58000fff setarg 0xfff 
+654e 98467e00 isub temp ,pdata 
+654f 67e14dd2 store 2 ,mem_shutter_move_data_y 
+6550 202064fd branch shutter_dy_store_move_config_info 
+
+shutter_dy_shutter_ios_save_init_loaction:
+6551 d8400062 arg iphone_once_max_move_value ,temp 
+6552 6fe14e94 fetch 2 ,mem_iphone_initial_move_x 
+6553 da204dd0 arg mem_shutter_move_data_x ,rega 
+6554 da404dce arg mem_shutter_iphone_beyond_x_count ,regb 
+6555 20406487 call shutter_dy_iphone_move_initial_set 
+6556 d8400062 arg iphone_once_max_move_value ,temp 
+6557 6fe14e96 fetch 2 ,mem_iphone_initial_move_y 
+6558 da204dd2 arg mem_shutter_move_data_y ,rega 
+6559 da404dcf arg mem_shutter_iphone_beyond_y_count ,regb 
+655a 20406487 call shutter_dy_iphone_move_initial_set 
+655b 58000fff setarg 0xfff 
+655c 68494dd2 fetcht 2 ,mem_shutter_move_data_y 
+655d 98467e00 isub temp ,pdata 
+655e 67e14dd2 store 2 ,mem_shutter_move_data_y 
+655f 202064fd branch shutter_dy_store_move_config_info 
+
+shutter_dy_clear_temp_count:
+6560 704ea300 jam 0 ,mem_shutter_temp_count 
+6561 20600000 rtn 
+
+shutter_dy_campare_effective_addr_read_otp:
+6562 44b7400d bpatch patch0d_6 ,mem_patch0d 
+6563 704ea501 jam 1 ,mem_shutter_first_read_flag 
+6564 204064ff call shutter_dy_shutter_uart_config_loop 
+6565 6fe14e8e fetch 2 ,mem_shutter_efuse_end_offset 
+6566 1fe20400 copy pdata ,temp 
+6567 6fe14e9f fetch 2 ,mem_otp_read_offset_addr 
+6568 98467e00 isub temp ,pdata 
+6569 d8400000 arg 0x0 ,temp 
+656a 98467c00 isub temp ,null 
+656b 24610000 nrtn positive 
+656c 6fe14e9f fetch 2 ,mem_otp_read_offset_addr 
+656d 1fe20400 copy pdata ,temp 
+656e 6fe14e8c fetch 2 ,mem_shutter_efuse_start_offset 
+656f 1fe0fffb increase -5 ,pdata 
+6570 98467e00 isub temp ,pdata 
+6571 6fe14e9f fetch 2 ,mem_otp_read_offset_addr 
+6572 67e14ea1 store 2 ,mem_otp_read_ios_android_addr 
+6573 20406539 call shutter_dy_shutter_judge_ios_or_android 
+6574 6fe14ea1 fetch 2 ,mem_otp_read_ios_android_addr 
+6575 2442e58e ncall shutter_dy_shutter_read_move_config_from_otp_addr ,zero 
+6576 704ea300 jam 0 ,mem_shutter_temp_count 
+6577 20406525 call shutter_dy_campare_otp_data 
+6578 6fe0cea3 fetch 1 ,mem_shutter_temp_count 
+6579 c1000000 rtneq 0 
+657a 202064c9 branch shutter_dy_read_otp_convert_data 
+
+shutter_dy_campare_effective_addr_write_otp:
+657b 44b7c00d bpatch patch0d_7 ,mem_patch0d 
+657c 704ea501 jam 1 ,mem_shutter_first_read_flag 
+657d 204064ff call shutter_dy_shutter_uart_config_loop 
+657e 68494e8e fetcht 2 ,mem_shutter_efuse_end_offset 
+657f 6fe14e9f fetch 2 ,mem_otp_read_offset_addr 
+6580 98467e00 isub temp ,pdata 
+6581 d8400000 arg 0x0 ,temp 
+6582 98467c00 isub temp ,null 
+6583 24610000 nrtn positive 
+6584 68494e9f fetcht 2 ,mem_otp_read_offset_addr 
+6585 6fe14e8c fetch 2 ,mem_shutter_efuse_start_offset 
+6586 98467e00 isub temp ,pdata 
+6587 d8400000 arg 0x0 ,temp 
+6588 98467c00 isub temp ,null 
+6589 24610000 nrtn positive 
+658a 6fe14e9f fetch 2 ,mem_otp_read_offset_addr 
+658b 67e14e9d store 2 ,mem_otp_write_offset_addr 
+658c 204064c5 call shutter_dy_write_otp_convert_data 
+658d 20206591 branch shutter_dy_shutter_write_move_config_to_otp_addr 
+
+shutter_dy_shutter_read_move_config_from_otp_addr:
+658e d8400005 arg shutter_para_total_num ,temp 
+658f da204e98 arg mem_otp_move_config ,rega 
+6590 202068c9 branch otpd_read_data 
+
+shutter_dy_shutter_write_move_config_to_otp_addr:
+6591 df200005 arg shutter_para_total_num ,loopcnt 
+6592 da204e98 arg mem_otp_move_config ,rega 
+6593 6fe14e9d fetch 2 ,mem_otp_write_offset_addr 
+6594 1fe20400 copy pdata ,temp 
+6595 20206883 branch otp_write 
+
+shutter_dy_shutter_1s_timer:
+6596 da60482f arg mem_shutter_1s_timer ,regc 
+6597 da4064fd arg shutter_dy_store_move_config_info ,regb 
+6598 20204dcc branch timer_single_step 
+
+rf_debug_rx_gpio_low:
+6599 6fe0c3f1 fetch 1 ,mem_rf_debug_rx_gpio 
+
+rf_debug_gpio_low:
+659a d840003e arg gpcfg_output_low ,temp 
+659b 20206bbc branch gpio_config_function 
+
+rf_debug_rx_on_line:
+
+rf_debug_rx_gpio_high:
+659c 6fe0c3f1 fetch 1 ,mem_rf_debug_rx_gpio 
+
+rf_debug_gpio_high:
+659d d840003f arg gpcfg_output_high ,temp 
+659e 20206bbc branch gpio_config_function 
+
+rf_debug_rx_gpio_h_l_h:
+659f 2040659c call rf_debug_rx_gpio_high 
+
+rf_debug_rx_gpio_l_h:
+65a0 20406599 call rf_debug_rx_gpio_low 
+65a1 2020659c branch rf_debug_rx_gpio_high 
+
+rf_debug_rx_gpio_l_h_l:
+
+rf_debug_shutdown_radio_line:
+65a2 204065a0 call rf_debug_rx_gpio_l_h 
+
+rf_debug_rx_crc_line:
+65a3 20206599 branch rf_debug_rx_gpio_low 
+
+rf_debug_rx_sync_line:
+65a4 202065a0 branch rf_debug_rx_gpio_l_h 
+
+rf_debug_rx_crc_fail_line:
+65a5 204065a0 call rf_debug_rx_gpio_l_h 
+65a6 202065a2 branch rf_debug_rx_gpio_l_h_l 
+
+rf_debug_rx_match_line:
+
+rf_debug_rx_crc_error_line:
+
+rf_debug_rx_sync_timeout_line:
+65a7 20206599 branch rf_debug_rx_gpio_low 
+
+rf_debug_tx_off_line:
+
+rf_debug_tx_gpio_low:
+65a8 6fe0c3f2 fetch 1 ,mem_rf_debug_tx_gpio 
+65a9 2020659a branch rf_debug_gpio_low 
+
+rf_debug_tx_on_line:
+
+rf_debug_tx_gpio_high:
+65aa 6fe0c3f2 fetch 1 ,mem_rf_debug_tx_gpio 
+65ab 2020659d branch rf_debug_gpio_high 
+
+rf_debug_tx_gpio_l_h_l:
+65ac 204065a8 call rf_debug_tx_gpio_low 
+65ad 204065aa call rf_debug_tx_gpio_high 
+65ae 202065a8 branch rf_debug_tx_gpio_low 
+
+fcc_auth_config:
+65af 204065f8 call pn9 
+65b0 202065b1 branch fcc_auth_procedures 
+
+fcc_auth_procedures:
+65b1 44b9c00e bpatch patch0e_3 ,mem_patch0e 
+65b2 7001e801 jam fcc_data_rate_1mbps ,mem_fcc_mod 
+65b3 7001ea01 jam fcc_bt_mode ,mem_fcc_btble 
+65b4 7001ec19 jam fcc_len_dh1 ,mem_fcc_data_length 
+65b5 7001ed02 jam fcc_fixed_freq ,mem_fcc_hop 
+65b6 6fe101ef fetch 2 ,mem_fcc_config_cb 
+65b7 20407487 call callback_func 
+65b8 6fe401e7 fetch fcc_para_len ,mem_fcc_param 
+65b9 67e401df store fcc_para_len ,mem_fcc_param_new 
+65ba 6fe081ee fetch 1 ,mem_fcc_tx_power 
+65bb 67e0c116 store 1 ,mem_tx_power 
+65bc 6fe081e9 fetch 1 ,mem_fcc_txrx 
+65bd c000e5bf beq fcc_tx ,fcc_auth_tx_start 
+65be c0016650 beq fcc_rx ,fcc_auth_rx_start 
+
+fcc_auth_tx_start:
+65bf 684881e7 fetcht 1 ,mem_fcc_ch 
+65c0 6fe081ea fetch 1 ,mem_fcc_btble 
+65c1 c00165c3 beq fcc_ble_mode ,fcc_auth_ble_tx_on 
+65c2 c000e5df beq fcc_bt_mode ,fcc_auth_bt_tx_on 
+
+fcc_auth_ble_tx_on:
+65c3 44ba400e bpatch patch0e_4 ,mem_patch0e 
+65c4 2040663d call fcc_set_sync_on 
+65c5 204039c9 call set_freq_tx 
+65c6 2040660b call fcc_le_enable 
+65c7 79202a00 set1 txgfsk ,radio_ctrl 
+65c8 782efc00 enable encode_fec0 
+65c9 78307c00 enable is_tx 
+65ca 7850fc00 disable is_rx 
+65cb 20403d8c call le_wait_tx 
+65cc 6fe081eb fetch 1 ,mem_fcc_data 
+65cd 67f0890d store 1 ,core_tx_test_mode 
+65ce 202065cf branch fcc_auth_tx_data 
+
+fcc_auth_tx_data:
+65cf 44bac00e bpatch patch0e_5 ,mem_patch0e 
+65d0 6fe081e8 fetch 1 ,mem_fcc_mod 
+65d1 c000e5d2 beq fcc_data_rate_1mbps ,calculate_gfsk_modulation_length 
+
+calculate_gfsk_modulation_length:
+65d2 6fe081ec fetch 1 ,mem_fcc_data_length 
+65d3 c00ce5d6 beq fcc_len_dh1 ,calculate_gfsk_modulation_length_dh1 
+65d4 c03c65d9 beq fcc_len_dh3 ,calculate_gfsk_modulation_length_dh3 
+65d5 c07865dc beq fcc_len_dh5 ,calculate_gfsk_modulation_length_dh5 
+
+calculate_gfsk_modulation_length_dh1:
+65d6 df200035 arg 53 ,loopcnt 
+65d7 d8c00b00 arg mem_pn9 ,contr 
+65d8 2020662e branch pnloop_stable 
+
+calculate_gfsk_modulation_length_dh3:
+65d9 df2000cb arg 203 ,loopcnt 
+65da d8c00b00 arg mem_pn9 ,contr 
+65db 2020662e branch pnloop_stable 
+
+calculate_gfsk_modulation_length_dh5:
+65dc df200162 arg 354 ,loopcnt 
+65dd d8c00b00 arg mem_pn9 ,contr 
+65de 2020662e branch pnloop_stable 
+
+fcc_auth_bt_tx_on:
+65df 44bb400e bpatch patch0e_6 ,mem_patch0e 
+65e0 2040663d call fcc_set_sync_on 
+65e1 204039c9 call set_freq_tx 
+65e2 7843fc00 disable enable_white 
+65e3 782efc00 enable encode_fec0 
+65e4 78307c00 enable is_tx 
+65e5 684881e8 fetcht 1 ,mem_fcc_mod 
+65e6 18422a00 copy temp ,radio_ctrl 
+65e7 6fe081eb fetch 1 ,mem_fcc_data 
+65e8 67f0890d store 1 ,core_tx_test_mode 
+65e9 c00065cf beq 0 ,fcc_auth_tx_data 
+
+test_tx_carrier_loop:
+65ea 44bbc00e bpatch patch0e_7 ,mem_patch0e 
+65eb 6fe081ec fetch 1 ,mem_fcc_data_length 
+65ec 1fe27200 copy pdata ,loopcnt 
+65ed d8c00b00 arg mem_pn9 ,contr 
+
+pnloop_carrier:
+65ee efe08006 ifetch 1 ,contr 
+65ef 08008608 inject mod ,8 
+65f0 c20065ee loop pnloop_carrier 
+65f1 6fe101ef fetch 2 ,mem_fcc_config_cb 
+65f2 20407487 call callback_func 
+65f3 6fe401e7 fetch fcc_para_len ,mem_fcc_param 
+65f4 684c01df fetcht fcc_para_len ,mem_fcc_param_new 
+65f5 98467c00 isub temp ,null 
+65f6 2022e5ea branch test_tx_carrier_loop ,zero 
+65f7 202065b1 branch fcc_auth_procedures 
+
+pn9:
+65f8 df2003fe arg mem_pn9_size ,loopcnt 
+65f9 d8a00b00 arg mem_pn9 ,contw 
+65fa 580001ff setarg 0x1ff 
+65fb 18002400 force 0 ,regb 
+
+pn9_loop:
+65fc 1fe92200 rshift3 pdata ,rega 
+65fd 1a232200 rshift rega ,rega 
+65fe 9a22a200 ixor rega ,rega 
+65ff 2a2ffe00 isolate1 0 ,rega 
+6600 7920fe09 setflag true ,9 ,pdata 
+6601 18430400 rshift temp ,temp 
+6602 2feffe00 isolate1 0 ,pdata 
+6603 79208407 setflag true ,7 ,temp 
+6604 1fe37e00 rshift pdata ,pdata 
+6605 1a40a401 increase 1 ,regb 
+6606 2a400e00 compare 0 ,regb ,0x7 
+6607 2420e5fc nbranch pn9_loop ,true 
+6608 e0408005 istoret 1 ,contw 
+6609 c20065fc loop pn9_loop 
+660a 20600000 rtn 
+
+fcc_le_enable:
+660b 44bc400f bpatch patch0f_0 ,mem_patch0f 
+660c 793f802f set0 mark_ble_lr ,mark 
+660d 70890103 jam 0x03 ,0x8901 
+660e 70892084 jam 0x84 ,0x8920 
+660f 708925a7 jam 0xa7 ,0x8925 
+6610 70893003 jam 0x03 ,0x8930 
+6611 70893740 jam 0x40 ,0x8937 
+6612 708a6d85 jam 0x85 ,0x8a6d 
+6613 708a6d89 jam 0x89 ,core_rx_bq_cfg0 
+6614 6fe08164 fetch 1 ,mem_le_mode 
+6615 c3968000 rtnbit1 mark_ble_2m 
+6616 70890101 jam 0x01 ,0x8901 
+6617 70892080 jam 0x80 ,0x8920 
+6618 708a6d05 jam 0x05 ,0x8a6d 
+6619 708a6d09 jam 0x09 ,core_rx_bq_cfg0 
+661a 7920002f set1 mark_ble_lr ,mark 
+661b 70890105 jam 0x05 ,0x8901 
+661c 70893024 jam 0x24 ,0x8930 
+661d 7089340a jam 0x0a ,0x8934 
+661e 20600000 rtn 
+
+fcc_shutdown_radio:
+661f 44bcc00f bpatch patch0f_1 ,mem_patch0f 
+6620 18002a08 force 0x08 ,radio_ctrl 
+6621 18002a00 force 0 ,radio_ctrl 
+6622 7850fc00 disable is_rx 
+6623 78507c00 disable is_tx 
+6624 782f7c00 pulse packet_end 
+6625 70890005 jam 0x5 ,modem_en 
+6626 20000002 nop 2 
+6627 70890000 jam 0x0 ,modem_en 
+6628 2040663d call fcc_set_sync_on 
+6629 708a1600 jam 0 ,core_syn_en 
+662a 708a0a10 jam 0x10 ,core_rf_ldo_en0 
+662b 708a0b00 jam 0 ,core_rf_ldo_en1 
+662c 20600000 rtn 
+
+fcc_test_ble_bt_tx_off:
+662d 2020661f branch fcc_shutdown_radio 
+
+pnloop_stable:
+662e efe08006 ifetch 1 ,contr 
+662f 08008608 inject mod ,8 
+6630 c200662e loop pnloop_stable 
+6631 2040662d call fcc_test_ble_bt_tx_off 
+6632 78287c00 enable swfine 
+6633 db600350 arg 0x350 ,stop_watch 
+
+stable_stop:
+6634 2021e5b1 branch fcc_auth_procedures ,timeout 
+6635 6fe101ef fetch 2 ,mem_fcc_config_cb 
+6636 20407487 call callback_func 
+6637 6fe401e7 fetch fcc_para_len ,mem_fcc_param 
+6638 684c01df fetcht fcc_para_len ,mem_fcc_param_new 
+6639 98467c00 isub temp ,null 
+663a 2022e634 branch stable_stop ,zero 
+663b 2040662d call fcc_test_ble_bt_tx_off 
+663c 202065b1 branch fcc_auth_procedures 
+
+fcc_set_sync_on:
+663d 44bd400f bpatch patch0f_2 ,mem_patch0f 
+663e 70890005 jam 0x5 ,modem_en 
+663f 20000002 nop 2 
+6640 70890000 jam 0x0 ,modem_en 
+6641 708a10aa jam 0xaa ,core_rf_ldo_cfg4 
+6642 708a11aa jam 0xaa ,core_rf_ldo_cfg5 
+6643 708a1215 jam 0x15 ,core_rf_ldo_cfg6 
+6644 708a0af8 jam 0xf8 ,core_rf_ldo_en0 
+6645 708a0b04 jam 4 ,core_rf_ldo_en1 
+6646 20000078 nop 120 
+6647 708a167a jam 0x7a ,core_syn_en 
+6648 708a1700 jam 0 ,core_rx_en0 
+6649 708a1800 jam 0 ,core_rx_en1 
+664a 708a1900 jam 0 ,core_tx_en0 
+664b 708a1a00 jam 0 ,core_tx_en1 
+664c 708a112a jam 0x2a ,core_rf_ldo_cfg5 
+664d 708a0a78 jam 0x78 ,core_rf_ldo_en0 
+664e 708a4300 jam 0 ,core_syn_cal_ctrl 
+664f 20600000 rtn 
+
+fcc_auth_rx_start:
+6650 20406659 call fcc_test_ble_rx_on 
+
+fcc_test_rx_loop:
+6651 44bdc00f bpatch patch0f_3 ,mem_patch0f 
+6652 6fe101ef fetch 2 ,mem_fcc_config_cb 
+6653 20407487 call callback_func 
+6654 6fe401e7 fetch fcc_para_len ,mem_fcc_param 
+6655 684c01df fetcht fcc_para_len ,mem_fcc_param_new 
+6656 98467c00 isub temp ,null 
+6657 2022e651 branch fcc_test_rx_loop ,zero 
+6658 202065b1 branch fcc_auth_procedures 
+
+fcc_test_ble_rx_on:
+6659 44be400f bpatch patch0f_4 ,mem_patch0f 
+665a 2040662d call fcc_test_ble_bt_tx_off 
+665b 20403954 call set_freq_rx 
+665c 58000500 setarg param_pll_setup 
+665d 20403a8c call sleep 
+665e 2020396a branch rf_rx_enable 
+
+l2cap_init:
+665f 2035e664 branch l2cap_init_wake ,wake 
+6660 58004402 setarg mem_l2cap_xmem_end 
+6661 d8a043f3 arg mem_l2cap_xmem_start ,contw 
+6662 98a67200 isub contw ,loopcnt 
+6663 204073ec call clear_mem 
+
+l2cap_init_wake:
+6664 20600000 rtn 
+
+l2cap_check_map:
+6665 44bec00f bpatch patch0f_5 ,mem_patch0f 
+6666 204066de call l2cap_malloc_get_full_map 
+6667 6fe0c3f3 fetch 1 ,mem_used_map 
+6668 c00074d8 beq 0 ,set_pdata_0 
+6669 c000f4d8 beq 1 ,set_pdata_0 
+666a c00174d8 beq 2 ,set_pdata_0 
+666b c001f4d8 beq 3 ,set_pdata_0 
+666c c040f4d8 beq 0x81 ,set_pdata_0 
+666d c06074d8 beq 0xc0 ,set_pdata_0 
+666e c04074d8 beq 0x80 ,set_pdata_0 
+666f c02074d8 beq 0x40 ,set_pdata_0 
+6670 20600000 rtn 
+
+check_l2cap_map:
+6671 d8e00000 arg 0 ,queue 
+6672 da400000 arg 0 ,regb 
+
+check_l2cap_map_loop:
+6673 18e67c07 sub queue ,7 ,null 
+6674 24610000 nrtn positive 
+6675 aa2fffff qisolate1 rega 
+6676 2020e678 branch check_l2cap_map_used ,true 
+6677 2020667c branch check_l2cap_map_used2 
+
+check_l2cap_map_used:
+6678 18427e00 copy temp ,pdata 
+6679 203a667c branch check_l2cap_map_used2 ,blank 
+667a f9202400 qset1 regb 
+667b 184085ff increase -1 ,temp 
+
+check_l2cap_map_used2:
+667c 18e08e01 increase 1 ,queue 
+667d 20206673 branch check_l2cap_map_loop 
+
+ble_l2cap_malloc:
+667e 6b014316 fetchr regd ,2 ,mem_ble_l2cap_tx_buff0_ptr 
+667f 6d614318 fetchr rege ,2 ,mem_ble_l2cap_tx_buff_size_ptr 
+6680 204074ca call disable_user 
+6681 20206682 branch host_l2cap_malloc 
+
+host_l2cap_malloc:
+6682 44bf400f bpatch patch0f_6 ,mem_patch0f 
+6683 204066ce call l2cap_malloc_is_fifo_full 
+6684 243a3a8a nbranch assert ,blank 
+6685 204066de call l2cap_malloc_get_full_map 
+6686 df200008 arg 8 ,loopcnt 
+
+host_l2cap_malloc_loop:
+6687 6848c3f3 fetcht 1 ,mem_used_map 
+6688 1f260e08 sub loopcnt ,8 ,queue 
+6689 a84fffff qisolate1 temp 
+668a 2020e68f branch host_l2cap_malloc_next_buffer ,true 
+668b 20406696 call host_l2cap_malloc_check_buffer_enough 
+668c 2421668f nbranch host_l2cap_malloc_next_buffer ,positive 
+668d 204066ac call host_l2cap_malloc_into_fifo 
+668e 20206693 branch host_l2cap_malloc_succ 
+
+host_l2cap_malloc_next_buffer:
+668f 1d627e00 copy rege ,pdata 
+6690 9b00b000 iadd regd ,regd 
+6691 c2006687 loop host_l2cap_malloc_loop 
+6692 20203a8a branch assert 
+
+host_l2cap_malloc_succ:
+6693 1b027e00 copy regd ,pdata 
+6694 1b020a00 copy regd ,contw 
+6695 20600000 rtn 
+
+host_l2cap_malloc_check_buffer_enough:
+6696 44bfc00f bpatch patch0f_7 ,mem_patch0f 
+6697 1f260e08 sub loopcnt ,8 ,queue 
+6698 d8400000 arg 0 ,temp 
+6699 d9600000 arg 0 ,timeup 
+
+host_l2cap_malloc_check_buffer_enough_loop:
+669a 18e27e00 copy queue ,pdata 
+669b c00466a7 beq 8 ,host_l2cap_malloc_check_buffer_enough_end 
+669c 6fe0c3f3 fetch 1 ,mem_used_map 
+669d afefffff qisolate1 pdata 
+669e 2020e6a7 branch host_l2cap_malloc_check_buffer_enough_end ,true 
+669f f9201600 qset1 timeup 
+66a0 1d627e00 copy rege ,pdata 
+66a1 98408400 iadd temp ,temp 
+66a2 18e08e01 increase 1 ,queue 
+66a3 1a227e00 copy rega ,pdata 
+66a4 98467c00 isub temp ,null 
+66a5 2022e6a7 branch host_l2cap_malloc_check_buffer_enough_end ,zero 
+66a6 2021669a branch host_l2cap_malloc_check_buffer_enough_loop ,positive 
+
+host_l2cap_malloc_check_buffer_enough_end:
+66a7 18427e00 copy temp ,pdata 
+66a8 9a267c00 isub rega ,null 
+66a9 24628000 nrtn zero 
+66aa f9201600 qset1 timeup 
+66ab 20600000 rtn 
+
+host_l2cap_malloc_into_fifo:
+66ac 44c04010 bpatch patch10_0 ,mem_patch10 
+66ad 204066ce call l2cap_malloc_is_fifo_full 
+66ae 243a3a8a nbranch assert ,blank 
+66af 204066d4 call l2cap_malloc_is_fifo_empty 
+66b0 203a66b5 branch host_l2cap_malloc_into_fifo_no_push ,blank 
+66b1 6fe4c3f7 fetch 9 ,mem_tx_fifo1 
+66b2 67e4c3f4 store 9 ,mem_tx_fifo0 
+66b3 58000000 setarg 0 
+66b4 e7e18005 istore 3 ,contw 
+
+host_l2cap_malloc_into_fifo_no_push:
+66b5 6160c3fd storer timeup ,1 ,mem_tx_fifo3_map 
+66b6 630143fe storer regd ,2 ,mem_tx_fifo3_ptr 
+66b7 20600000 rtn 
+
+l2cap_malloc_fifo_out:
+66b8 44c0c010 bpatch patch10_1 ,mem_patch10 
+66b9 204066d7 call l2cap_malloc_fifo_get_first_ptr 
+66ba 18c08c01 increase 1 ,contr 
+66bb efe10006 ifetch 2 ,contr 
+66bc 20600000 rtn 
+
+l2cap_malloc_free:
+66bd 44c14010 bpatch patch10_2 ,mem_patch10 
+66be 204066d7 call l2cap_malloc_fifo_get_first_ptr 
+66bf 18c20a00 copy contr ,contw 
+66c0 18c20400 copy contr ,temp 
+66c1 58000000 setarg 0 
+66c2 e7e18005 istore 3 ,contw 
+66c3 20600000 rtn 
+
+l2cap_malloc_discard:
+66c4 44c1c010 bpatch patch10_3 ,mem_patch10 
+66c5 204066d4 call l2cap_malloc_is_fifo_empty 
+66c6 203a3a8a branch assert ,blank 
+66c7 6fe1c3fa fetch 3 ,mem_tx_fifo2 
+66c8 67e1c3fd store 3 ,mem_tx_fifo3 
+66c9 6fe1c3f7 fetch 3 ,mem_tx_fifo1 
+66ca 67e1c3fa store 3 ,mem_tx_fifo2 
+66cb 6fe1c3f4 fetch 3 ,mem_tx_fifo0 
+66cc 67e1c3f7 store 3 ,mem_tx_fifo1 
+66cd 20600000 rtn 
+
+l2cap_malloc_is_fifo_full:
+66ce 44c24010 bpatch patch10_4 ,mem_patch10 
+66cf 6fe1c3f4 fetch 3 ,mem_tx_fifo0 
+66d0 20600000 rtn 
+
+l2cap_malloc_is_fifo_nearly_full:
+66d1 44c2c010 bpatch patch10_5 ,mem_patch10 
+66d2 6fe1c3f7 fetch 3 ,mem_tx_fifo1 
+66d3 20600000 rtn 
+
+l2cap_malloc_is_fifo_empty:
+66d4 44c34010 bpatch patch10_6 ,mem_patch10 
+66d5 6fe1c3fd fetch 3 ,mem_tx_fifo3 
+66d6 20600000 rtn 
+
+l2cap_malloc_fifo_get_first_ptr:
+66d7 204066d4 call l2cap_malloc_is_fifo_empty 
+66d8 203a66dc branch l2cap_malloc_fifo_get_first_ptr_empty ,blank 
+66d9 d8c043f4 arg mem_tx_fifo0 ,contr 
+
+l2cap_malloc_free_loop:
+66da efe18006 ifetch 3 ,contr 
+66db 203a66da branch l2cap_malloc_free_loop ,blank 
+
+l2cap_malloc_fifo_get_first_ptr_empty:
+66dc 18c08dfd increase -3 ,contr 
+66dd 20600000 rtn 
+
+l2cap_malloc_get_full_map:
+66de 44c3c010 bpatch patch10_7 ,mem_patch10 
+66df df200004 arg 4 ,loopcnt 
+66e0 d8c043f4 arg mem_tx_fifo0_map ,contr 
+66e1 d8400000 arg 0 ,temp 
+
+l2cap_malloc_get_full_map_loop:
+66e2 efe18006 ifetch 3 ,contr 
+66e3 1fe17eff and pdata ,0xff ,pdata 
+66e4 98418400 ior temp ,temp 
+66e5 c20066e2 loop l2cap_malloc_get_full_map_loop 
+66e6 6048c3f3 storet 1 ,mem_used_map 
+66e7 20600000 rtn 
+
+l2cap_util_pdata_to_contw:
+66e8 203a3a8a branch assert ,blank 
+66e9 1fe20a00 copy pdata ,contw 
+66ea 20600000 rtn 
+
+l2cap_lpm_save_calc_len:
+66eb 44c44011 bpatch patch11_0 ,mem_patch11 
+66ec da400000 arg 0 ,regb 
+66ed da2043f4 arg mem_tx_fifo0_map ,rega 
+66ee 1a20a3fe increase -2 ,rega 
+
+l2cap_lpm_save_calc_len_loop:
+66ef 1a20a202 increase 2 ,rega 
+66f0 58004400 setarg mem_tx_fifo_end 
+66f1 9a267c00 isub rega ,null 
+66f2 2022e6fb branch l2cap_lpm_save_calc_len_end ,zero 
+66f3 efe08011 ifetch 1 ,rega 
+66f4 1a20a201 increase 1 ,rega 
+66f5 203a66ef branch l2cap_lpm_save_calc_len_loop ,blank 
+66f6 e8410011 ifetcht 2 ,rega 
+66f7 efe10002 ifetch 2 ,temp 
+66f8 9a40a400 iadd regb ,regb 
+66f9 1a40a404 increase 4 ,regb 
+66fa 202066ef branch l2cap_lpm_save_calc_len_loop 
+
+l2cap_lpm_save_calc_len_end:
+66fb 1a427e00 copy regb ,pdata 
+66fc 20600000 rtn 
+
+l2cap_lpm_get_wake_lock:
+66fd d8e0000c arg wake_lock_l2cap_tx ,queue 
+66fe 20203c21 branch lpm_get_wake_lock 
+
+l2cap_lpm_put_wake_lock:
+66ff d8e0000c arg wake_lock_l2cap_tx ,queue 
+6700 20203c25 branch lpm_put_wake_lock 
+
+l2cap_lpm_save_txbuf:
+6701 204066de call l2cap_malloc_get_full_map 
+6702 6fe0c3f3 fetch 1 ,mem_used_map 
+6703 207a0000 rtn blank 
+6704 204066eb call l2cap_lpm_save_calc_len 
+6705 d8400100 arg l2cap_lpm_txbuf_len ,temp 
+6706 98467c00 isub temp ,null 
+6707 202166fd branch l2cap_lpm_get_wake_lock ,positive 
+6708 204066ff call l2cap_lpm_put_wake_lock 
+6709 6fe14400 fetch 2 ,mem_l2cap_lpm_txbuf_ptr 
+670a 18c20a00 copy contr ,contw 
+670b da2043f4 arg mem_tx_fifo0 ,rega 
+
+l2cap_lpm_save_txbuf_loop:
+670c 58004400 setarg mem_tx_fifo_end 
+670d 9a267c00 isub rega ,null 
+670e 20628000 rtn zero 
+670f efe08011 ifetch 1 ,rega 
+6710 1a20a201 increase 1 ,rega 
+6711 243a6715 nbranch l2cap_lpm_save_txbuf_nempty ,blank 
+6712 e7e10005 istore 2 ,contw 
+6713 1a20a202 increase 2 ,rega 
+6714 2020670c branch l2cap_lpm_save_txbuf_loop 
+
+l2cap_lpm_save_txbuf_nempty:
+6715 efe10011 ifetch 2 ,rega 
+6716 1a20a202 increase 2 ,rega 
+6717 1fe20c00 copy pdata ,contr 
+6718 efe10006 ifetch 2 ,contr 
+6719 e7e10005 istore 2 ,contw 
+671a 1fe27200 copy pdata ,loopcnt 
+671b 1f20f202 increase 2 ,loopcnt 
+671c 20407419 call memcpy 
+671d 2020670c branch l2cap_lpm_save_txbuf_loop 
+
+l2cap_lpm_load_txbuf:
+671e 204066de call l2cap_malloc_get_full_map 
+671f 6fe0c3f3 fetch 1 ,mem_used_map 
+6720 207a0000 rtn blank 
+6721 da2043f5 arg mem_tx_fifo0_ptr ,rega 
+6722 1a20a3fd increase -3 ,rega 
+6723 18c20a00 copy contr ,contw 
+6724 6fe14400 fetch 2 ,mem_l2cap_lpm_txbuf_ptr 
+6725 18a20c00 copy contw ,contr 
+
+l2cap_lpm_load_txbuf_loop:
+6726 1a20a203 increase 3 ,rega 
+6727 58004401 setarg mem_tx_fifo_end + 1 
+6728 9a267c00 isub rega ,null 
+6729 20628000 rtn zero 
+672a efe10006 ifetch 2 ,contr 
+672b 203a6726 branch l2cap_lpm_load_txbuf_loop ,blank 
+672c 1fe0fe04 increase 4 ,pdata 
+672d 1fe27200 copy pdata ,loopcnt 
+672e 18c22400 copy contr ,regb 
+672f efe10011 ifetch 2 ,rega 
+6730 1fe20a00 copy pdata ,contw 
+6731 1a420c00 copy regb ,contr 
+6732 18c08dfe increase -2 ,contr 
+6733 20407419 call memcpy 
+6734 20206726 branch l2cap_lpm_load_txbuf_loop 
+
+twspi_reset:
+6735 44c4c011 bpatch patch11_1 ,mem_patch11 
+6736 18427e00 copy temp ,pdata 
+6737 1fe17eff and_into 0xff ,pdata 
+6738 1fe67c0d sub pdata ,gpio_number + -1 ,null 
+6739 24213a8a nbranch assert ,positive 
+673a d8a08070 arg core_gpio_conf ,contw 
+
+twspi_reset_next:
+673b 98a08a00 iadd contw ,contw 
+673c 18a22200 copy contw ,rega 
+673d d840003e arg gpcfg_output_low ,temp 
+673e e0408005 istoret 1 ,contw 
+673f 20406745 call twspi_disable 
+6740 2000001e nop 30 
+6741 1a220a00 copy rega ,contw 
+6742 d840003f arg gpcfg_output_high ,temp 
+6743 e0408005 istoret 1 ,contw 
+6744 20206749 branch twspi_enable 
+
+twspi_disable:
+6745 6ff08081 fetch 1 ,core_spid_delay 
+6746 1fe17e7f and_into 0x7f ,pdata 
+6747 67f08081 store 1 ,core_spid_delay 
+6748 20600000 rtn 
+
+twspi_enable:
+6749 6ff08081 fetch 1 ,core_spid_delay 
+674a 1fe1fe80 or_into 0x80 ,pdata 
+674b 67f08081 store 1 ,core_spid_delay 
+674c 20600000 rtn 
+
+twspi_write:
+674d 20206943 branch spid_write_reg 
+
+twspi_read:
+674e 2020694a branch spid_read_reg 
+
+aes_disable:
+674f 6ff0806f fetch 1 ,core_aes_en 
+6750 1fe17efd and_into 0xfd ,pdata 
+6751 67f0806f store 1 ,core_aes_en 
+6752 20600000 rtn 
+
+read_function_aes:
+6753 24346757 nbranch read_function ,user 
+6754 6ff0806f fetch 1 ,core_aes_en 
+6755 1fe1fe02 or_into 0x2 ,pdata 
+6756 67f0806f store 1 ,core_aes_en 
+
+read_function:
+6757 18427c00 copy temp ,null 
+6758 2022e75a branch read_fuction_zero ,zero 
+6759 1a627a00 copy regc ,pc 
+
+read_fuction_zero:
+675a 2fcc0000 isolate0 0 ,null 
+675b 20206834 branch set_ucode_status 
+
+get_block_header:
+675c 18000404 force 4 ,temp 
+
+get_block_header0:
+675d da2001c4 arg mem_ucode_buf ,rega 
+675e 2040674f call aes_disable 
+675f 20406757 call read_function 
+6760 da2055aa arg 0x55aa ,rega 
+6761 6fe101c4 fetch 2 ,mem_ucode_buf 
+6762 e8410006 ifetcht 2 ,contr 
+6763 9a267c00 isub rega ,null 
+6764 20600000 rtn 
+
+read_first_block:
+6765 20546777 call load_aes_reinit ,user 
+6766 d8400002 arg 2 ,temp 
+6767 da2001ca arg mem_ucode_ptr ,rega 
+6768 20406757 call read_function 
+6769 6fe101ca fetch 2 ,mem_ucode_ptr 
+676a 67e101bd store 2 ,mem_addr_mi 
+676b 2054676d call get_iv ,user 
+676c 20600000 rtn 
+
+get_iv:
+676d d8400010 arg 16 ,temp 
+676e da2001cc arg mem_ucode_keybuf ,rega 
+676f 2040674f call aes_disable 
+6770 20406757 call read_function 
+
+set_iv:
+6771 d8c001cc arg mem_ucode_keybuf ,contr 
+6772 df200010 arg 16 ,loopcnt 
+6773 20406e6f call aes_load_data 
+6774 20406df6 call aes_init 
+6775 20406e8b call aes_clear_data 
+6776 20206df0 branch do_aes_cbc 
+
+load_aes_reinit:
+6777 70802300 jam 0x0 ,core_ucode_ctrl 
+6778 2040674f call aes_disable 
+6779 20206e8b branch aes_clear_data 
+
+load_storage:
+677a 58000000 setarg 0 
+677b 67e104ed store 2 ,mem_queue 
+677c 7856fc00 disable match 
+677d 2040675c call get_block_header 
+677e 24628000 nrtn zero 
+677f 7836fc00 enable match 
+6780 70802380 jam 0x80 ,core_ucode_ctrl 
+6781 70802200 jam 0 ,core_ucode_hi 
+6782 70802400 jam 0 ,core_ucode_low 
+6783 da208025 arg core_ucode_data ,rega 
+6784 20406753 call read_function_aes 
+6785 70802300 jam 0x0 ,core_ucode_ctrl 
+6786 6fe081ba fetch 1 ,mem_ucode_status 
+6787 c4000000 rtnbit0 0 
+
+load_storage_loop:
+6788 d8400006 arg 6 ,temp 
+6789 2040675d call get_block_header0 
+678a 2422e799 nbranch load_data_checksum_compare ,zero 
+678b efe10006 ifetch 2 ,contr 
+678c 98002200 iforce rega 
+678d 20406757 call read_function 
+678e 20406790 call load_data_checksum_calc 
+678f 20206788 branch load_storage_loop 
+
+load_data_checksum_calc:
+6790 6fe104ed fetch 2 ,mem_queue 
+6791 df200006 arg 6 ,loopcnt 
+6792 d8c001c4 arg mem_ucode_buf ,contr 
+6793 204074da call cal_sum 
+6794 6f2101c6 fetchr loopcnt ,2 ,mem_ucode_len 
+6795 1a220c00 copy rega ,contr 
+6796 204074da call cal_sum 
+6797 67e104ed store 2 ,mem_queue 
+6798 20600000 rtn 
+
+load_data_checksum_compare:
+6799 6fe081de fetch 1 ,mem_load_check_sum 
+679a c02d67a7 beq 0x5a ,load_data_checksum_ok 
+679b da20aa55 arg 0xaa55 ,rega 
+679c 6fe101c4 fetch 2 ,mem_ucode_buf 
+679d 9a267c00 isub rega ,null 
+679e 2422e7a9 nbranch load_data_checksum_compare_fail ,zero 
+679f da2055aa arg 0x55aa ,rega 
+67a0 6fe101c6 fetch 2 ,mem_ucode_len 
+67a1 9a267c00 isub rega ,null 
+67a2 2422e7a9 nbranch load_data_checksum_compare_fail ,zero 
+67a3 6fe101c8 fetch 2 ,mem_sched_addr 
+67a4 684904ed fetcht 2 ,mem_queue 
+67a5 98467c00 isub temp ,null 
+67a6 2422e7a9 nbranch load_data_checksum_compare_fail ,zero 
+
+load_data_checksum_ok:
+67a7 7920220f set1 15 ,rega 
+67a8 2020675a branch read_fuction_zero 
+
+load_data_checksum_compare_fail:
+67a9 7001ba00 jam 0 ,mem_ucode_status 
+67aa 20600000 rtn 
+
+loadcode_lock:
+67ab 6ff1011e fetch 2 ,core_ucode_flag 
+67ac 67e101b8 store 2 ,mem_ucode_device_flag 
+67ad 793ffe0e set0 lpmreg_ice_mode_bit ,pdata 
+67ae 247a0000 nrtn blank 
+67af 580007d0 setarg otp_offset_device_flag 
+67b0 da2001b8 arg mem_ucode_device_flag ,rega 
+67b1 d8400002 arg 2 ,temp 
+67b2 204068c9 call otpd_read_data 
+67b3 6fe081ca fetch 1 ,mem_ucode_ptr 
+67b4 1ff18400 rshift4 pdata ,temp 
+67b5 6fe081b8 fetch 1 ,mem_ucode_device_flag 
+67b6 1ff27e00 lshift4 pdata ,pdata 
+67b7 9841fe00 ior temp ,pdata 
+67b8 67e081b8 store 1 ,mem_ucode_device_flag 
+67b9 202068de branch app_lpm_peripheral_lock_check 
+
+loadcode:
+67ba 70805025 jam 0x25 ,core_clkoff 
+67bb 20407484 call clean_mem 
+67bc 78547c00 disable user 
+67bd 7001ba00 jam 0 ,mem_ucode_status 
+67be 20406856 call otp_read_pwr_on 
+67bf 204068d6 call app_read_efuse_app_vsel 
+67c0 58000000 setarg otp_offset_ucode_flag 
+67c1 da2001ca arg mem_ucode_ptr ,rega 
+67c2 d8400002 arg 2 ,temp 
+67c3 204068c9 call otpd_read_data 
+67c4 204067ab call loadcode_lock 
+67c5 580007d3 setarg otp_offset_loadcode_delay 
+67c6 da2001dd arg mem_load_delay ,rega 
+67c7 d8400002 arg 2 ,temp 
+67c8 204068c9 call otpd_read_data 
+67c9 6fe081b8 fetch 1 ,mem_ucode_device_flag 
+67ca c301e7d4 bbit0 otp_uflag_aes ,loadcode_otp 
+67cb 580007f0 setarg otp_offset_ucode_key 
+67cc da2001cc arg mem_ucode_keybuf ,rega 
+67cd d8400010 arg 16 ,temp 
+67ce 204068c9 call otpd_read_data 
+67cf 70800608 jam lock_otp ,core_misc_ctrl 
+67d0 7920002b set1 mark_otp_encrypt ,mark 
+67d1 d8c001cc arg mem_ucode_keybuf ,contr 
+67d2 20406e7b call load_key 
+67d3 78347c00 enable user 
+
+loadcode_otp:
+67d4 70411500 jam 0 ,mem_loadcode_times 
+
+loadcode_otp_loop:
+67d5 20406825 call loadcode_timeout 
+67d6 24216831 nbranch loadcode_error ,positive 
+67d7 20546777 call load_aes_reinit ,user 
+67d8 6fe101ca fetch 2 ,mem_ucode_ptr 
+67d9 1ff0fe00 byteswap pdata ,pdata 
+67da d84007ff arg 0x7ff ,temp 
+67db 98417e00 iand temp ,pdata 
+67dc 2022e7e6 branch loadcode_iic ,zero 
+67dd 2040687f call otp_set_addr 
+67de da6068cc arg otpd_read_code ,regc 
+67df 2054676d call get_iv ,user 
+67e0 2040677a call load_storage 
+67e1 2436e7e6 nbranch loadcode_iic ,match 
+67e2 6fe081ba fetch 1 ,mem_ucode_status 
+67e3 2fe00603 compare 3 ,pdata ,3 
+67e4 2420e7d5 nbranch loadcode_otp_loop ,true 
+67e5 204067f4 call run_otp_code 
+
+loadcode_iic:
+67e6 20406873 call otp_pwr_off 
+67e7 70411500 jam 0 ,mem_loadcode_times 
+
+loadcode_iic_loop:
+67e8 20406825 call loadcode_timeout 
+67e9 24216831 nbranch loadcode_error ,positive 
+67ea 20406817 call iicd_load_gpio_init 
+67eb 20406a3c call clear_eeprom_size_2k 
+67ec 6fe081b8 fetch 1 ,mem_ucode_device_flag 
+67ed c2816800 bbit1 otp_uflag_skip_eep ,loadcode_spi 
+67ee 2040681f call loadcode_iic_by_eeprom 
+67ef 2436e7f7 nbranch loadcode_iic_eeprom_2k ,match 
+67f0 6fe081ba fetch 1 ,mem_ucode_status 
+67f1 2fe00603 compare 3 ,pdata ,3 
+67f2 2420e7e8 nbranch loadcode_iic_loop ,true 
+67f3 20206800 branch loadcode_spi 
+
+run_otp_code:
+67f4 580001ff setarg 0x1ff 
+67f5 dfa00000 arg 0 ,pc 
+67f6 20600000 rtn 
+
+loadcode_iic_eeprom_2k:
+67f7 20406a39 call set_eeprom_size_2k 
+67f8 6fe081b8 fetch 1 ,mem_ucode_device_flag 
+67f9 c2816800 bbit1 otp_uflag_skip_eep ,loadcode_spi 
+67fa 2040681f call loadcode_iic_by_eeprom 
+67fb 2436e800 nbranch loadcode_spi ,match 
+67fc 6fe081ba fetch 1 ,mem_ucode_status 
+67fd 2fe00603 compare 3 ,pdata ,3 
+67fe 2420e7e8 nbranch loadcode_iic_loop ,true 
+67ff 20206810 branch clear_key_buf 
+
+loadcode_spi:
+6800 70411500 jam 0 ,mem_loadcode_times 
+
+loadcode_spi_loop:
+6801 20406825 call loadcode_timeout 
+6802 24216831 nbranch loadcode_error ,positive 
+6803 6fe081b8 fetch 1 ,mem_ucode_device_flag 
+6804 c280e810 bbit1 otp_uflag_skip_flash ,clear_key_buf 
+6805 2040698c call spid_init_flash 
+6806 200000c8 nop 200 
+6807 2040699b call spid_flash_release_form_powerdown 
+6808 20000064 nop 100 
+6809 da6069cf arg spid_load_flash ,regc 
+680a 20406765 call read_first_block 
+680b 2040677a call load_storage 
+680c 2436e810 nbranch clear_key_buf ,match 
+680d 6fe081ba fetch 1 ,mem_ucode_status 
+680e 2fe00603 compare 3 ,pdata ,3 
+680f 2420e801 nbranch loadcode_spi_loop ,true 
+
+clear_key_buf:
+6810 58000000 setarg 0 
+6811 67e401cc store 8 ,mem_ucode_keybuf 
+6812 67e401d4 store 8 ,mem_ucode_keybuf + 8 
+6813 18007004 force regidx_key ,regext_index 
+6814 20406e8c call aes_clear 
+6815 70805021 jam 0x21 ,core_clkoff 
+6816 20600000 rtn 
+
+iicd_load_gpio_init:
+6817 6fe0c3db fetch 1 ,mem_eeprom_sda_gpio 
+6818 6848c3da fetcht 1 ,mem_eeprom_scl_gpio 
+6819 98467c00 isub temp ,null 
+681a 2422ea22 nbranch iicd_read_init_pin ,zero 
+
+iicd_load_default_gpio:
+681b 7043d902 jam 2 ,mem_eeprom_wp_gpio 
+681c 7043da01 jam 1 ,mem_eeprom_scl_gpio 
+681d 7043db00 jam 0 ,mem_eeprom_sda_gpio 
+681e 20206a22 branch iicd_read_init_pin 
+
+loadcode_iic_by_eeprom:
+681f 58000000 setarg 0x0 
+6820 67e101bd store 2 ,mem_addr_mi 
+6821 da606a5f arg iicd_read_eep ,regc 
+6822 20406a0b call iic_init_600khz 
+6823 20406765 call read_first_block 
+6824 2020677a branch load_storage 
+
+loadcode_timeout:
+6825 2040682b call loadcode_error_delay 
+6826 6fe0c115 fetch 1 ,mem_loadcode_times 
+6827 1fe0fe01 increase 1 ,pdata 
+6828 1fe67c03 sub pdata ,3 ,null 
+6829 67e0c115 store 1 ,mem_loadcode_times 
+682a 20600000 rtn 
+
+loadcode_error_delay:
+682b 6fe0c115 fetch 1 ,mem_loadcode_times 
+682c 207a0000 rtn blank 
+682d 6fe081dd fetch 1 ,mem_load_delay 
+682e 207a0000 rtn blank 
+682f 1fe27200 copy pdata ,loopcnt 
+6830 202073d9 branch delay_ms_wait 
+
+loadcode_error:
+6831 20406810 call clear_key_buf 
+6832 2040748a call ice_break 
+6833 20600000 rtn 
+
+set_ucode_status:
+6834 6fe081ba fetch 1 ,mem_ucode_status 
+6835 1fe3fe00 lshift pdata ,pdata 
+6836 7920fe00 setflag true ,0 ,pdata 
+6837 2a2c000f isolate0 15 ,rega 
+6838 20608000 rtn true 
+6839 67e081ba store 1 ,mem_ucode_status 
+683a 20600000 rtn 
+
+decrypt_code:
+683b 6ff0806f fetch 1 ,core_aes_en 
+683c c4008000 rtnbit0 1 
+683d 20206841 branch decrypt_code_skip 
+
+decrypt_code_loop:
+683e 6ff08128 fetch 1 ,core_dma_status 
+683f afefffff qisolate1 pdata 
+6840 20608000 rtn true 
+
+decrypt_code_skip:
+6841 6ff08108 fetch 1 ,core_misc_status 
+6842 c300e83e bbit0 1 ,decrypt_code_loop 
+6843 20406df0 call do_aes_cbc 
+6844 2020683e branch decrypt_code_loop 
+
+load_ucode:
+6845 6fe140e9 fetch 2 ,mem_patch_ptr 
+6846 207a0000 rtn blank 
+6847 70802380 jam 0x80 ,core_ucode_ctrl 
+6848 70802200 jam 0 ,core_ucode_hi 
+6849 70802400 jam 0 ,core_ucode_low 
+684a 684940eb fetcht 2 ,mem_patch_len 
+684b 184bf200 lshift2 temp ,loopcnt 
+684c 98000c00 iforce contr 
+
+load_ucode_loop:
+684d efe08006 ifetch 1 ,contr 
+684e 67f08025 store 1 ,core_ucode_data 
+684f c200684d loop load_ucode_loop 
+6850 70802300 jam 0x0 ,core_ucode_ctrl 
+6851 20600000 rtn 
+
+otp_prog_pwr_on:
+6852 708aa004 jam 0x4 ,rfen_chgpump 
+6853 708aa131 jam 0x31 ,rfen_chgpump_ctrl1 
+6854 708aa201 jam 0x1 ,rfen_chgpump_ctrl2 
+6855 20206859 branch otp_pwr_on 
+
+otp_read_pwr_on:
+6856 708aa00c jam 0xc ,rfen_chgpump 
+6857 708aa1fb jam 0xfb ,rfen_chgpump_ctrl1 
+6858 708aa203 jam 0x3 ,rfen_chgpump_ctrl2 
+
+otp_pwr_on:
+6859 67e104d4 store 2 ,mem_timeup 
+685a 44c54011 bpatch patch11_2 ,mem_patch11 
+685b 708a01ff jam 0xff ,core_clkpll_ctrl1 
+685c 6ff08a0b fetch 1 ,core_rf_ldo_en1 
+685d 67e084d6 store 1 ,mem_timeup + 2 
+685e 1fe1fe04 or_into 0x4 ,pdata 
+685f 67f08a0b store 1 ,core_rf_ldo_en1 
+6860 6ff08a13 fetch 1 ,core_rf_ldo_cfg7 
+6861 67e084d7 store 1 ,mem_timeup + 3 
+6862 708a1311 jam 0x11 ,core_rf_ldo_cfg7 
+6863 200003e8 nop 1000 
+6864 6ff08a02 fetch 1 ,core_clkpll_ctrl2 
+6865 1fe1fe01 or_into 0x1 ,pdata 
+6866 67f08a02 store 1 ,core_clkpll_ctrl2 
+6867 708a0003 jam 0x03 ,core_clkpll_ctrl0 
+6868 44c5c011 bpatch patch11_3 ,mem_patch11 
+6869 6ff08aa0 fetch 1 ,rfen_chgpump 
+686a 1fe1fed0 or_into 0xd0 ,pdata 
+686b 67f08aa0 store 1 ,rfen_chgpump 
+686c 20001770 nop 6000 
+686d 6ff08aa0 fetch 1 ,rfen_chgpump 
+686e 1fe1fe20 or_into 0x20 ,pdata 
+686f 67f08aa0 store 1 ,rfen_chgpump 
+6870 20002ee0 nop 12000 
+6871 6fe104d4 fetch 2 ,mem_timeup 
+6872 20600000 rtn 
+
+otp_pwr_off:
+6873 44c64011 bpatch patch11_4 ,mem_patch11 
+6874 708aa004 jam 0x4 ,rfen_chgpump 
+6875 708aa143 jam 0x43 ,rfen_chgpump_ctrl1 
+6876 708aa201 jam 0x1 ,rfen_chgpump_ctrl2 
+6877 6ff08a02 fetch 1 ,core_clkpll_ctrl2 
+6878 1fe17efe and_into 0xfe ,pdata 
+6879 67f08a02 store 1 ,core_clkpll_ctrl2 
+687a 6fe084d6 fetch 1 ,mem_timeup + 2 
+687b 67f08a0b store 1 ,core_rf_ldo_en1 
+687c 6fe084d7 fetch 1 ,mem_timeup + 3 
+687d 67f08a13 store 1 ,core_rf_ldo_cfg7 
+687e 20600000 rtn 
+
+otp_set_addr:
+687f 1fe9fe00 lshift3 pdata ,pdata 
+6880 67f10045 store 2 ,core_otp_addr 
+6881 70804b00 jam 0 ,core_otpd_ctrl 
+6882 20600000 rtn 
+
+otp_write:
+6883 20406852 call otp_prog_pwr_on 
+6884 2040687f call otp_set_addr 
+6885 204068b1 call otp_ce 
+
+otp_program:
+6886 e8408011 ifetcht 1 ,rega 
+6887 1a20a201 increase 1 ,rega 
+6888 18000e00 force 0 ,queue 
+
+otp_program_bit:
+6889 a84c0000 qisolate0 temp 
+688a 2020e8a8 branch otp_skip_0 ,true 
+688b 6ff08046 fetch 1 ,core_otp_din 
+688c 79207e06 set1 6 ,pdata 
+688d 79207e07 set1 7 ,pdata 
+688e 67f08046 store 1 ,core_otp_din 
+688f 70804702 jam 0x02 ,core_otp_ctrl 
+6890 70804782 jam 0x82 ,core_otp_ctrl 
+6891 793ffe07 set0 7 ,pdata 
+6892 67f08046 store 1 ,core_otp_din 
+6893 7080478a jam 0x8a ,core_otp_ctrl 
+6894 2000000b nop 11 
+6895 708047ca jam 0xca ,core_otp_ctrl 
+6896 20000021 nop 33 
+6897 7080474a jam 0x4a ,core_otp_ctrl 
+6898 200000c8 nop 200 
+6899 708047ca jam 0xca ,core_otp_ctrl 
+689a 20000016 nop 22 
+689b 7080478a jam 0x8a ,core_otp_ctrl 
+689c 20000021 nop 33 
+689d 70804782 jam 0x82 ,core_otp_ctrl 
+689e 20000001 nop 1 
+689f 70804792 jam 0x92 ,core_otp_ctrl 
+68a0 2000000a nop 10 
+68a1 708047b2 jam 0xb2 ,core_otp_ctrl 
+68a2 6ff08007 fetch 1 ,core_otp_rdata 
+68a3 70804792 jam 0x92 ,core_otp_ctrl 
+68a4 20000001 nop 1 
+68a5 70804782 jam 0x82 ,core_otp_ctrl 
+68a6 afec0000 qisolate0 pdata 
+68a7 2020e889 branch otp_program_bit ,true 
+
+otp_skip_0:
+68a8 6ff10045 fetch 2 ,core_otp_addr 
+68a9 1fe0fe01 increase 1 ,pdata 
+68aa 67f10045 store 2 ,core_otp_addr 
+68ab 18e08e01 increase 1 ,queue 
+68ac 28e01e08 compare 8 ,queue ,0xf 
+68ad 2420e889 nbranch otp_program_bit ,true 
+68ae c2006886 loop otp_program 
+68af 70804783 jam 0x83 ,core_otp_ctrl 
+68b0 20206873 branch otp_pwr_off 
+
+otp_ce:
+68b1 70804782 jam 0x82 ,core_otp_ctrl 
+68b2 2000000c nop 12 
+68b3 70804780 jam 0x80 ,core_otp_ctrl 
+68b4 70804782 jam 0x82 ,core_otp_ctrl 
+68b5 20000096 nop 150 
+68b6 20600000 rtn 
+
+otpd_read_init:
+68b7 204068b1 call otp_ce 
+68b8 708047a2 jam 0xa2 ,core_otp_ctrl 
+68b9 1a227e00 deposit rega 
+68ba 67f10048 store 2 ,core_otpd_addr 
+68bb 7920040b set1 11 ,temp 
+68bc 2fec000f isolate0 15 ,pdata 
+68bd 7920840f setflag true ,15 ,temp 
+68be 6059004a storet 2 ,core_otpd_len 
+68bf 70800701 jam otpd_start ,core_otp_rdata 
+68c0 20600000 rtn 
+
+otpd_wait_end:
+68c1 6ff08128 fetch 1 ,core_dma_status 
+68c2 c300e8c1 bbit0 otpd_done ,otpd_wait_end 
+68c3 70804783 jam 0x83 ,core_otp_ctrl 
+68c4 20600000 rtn 
+
+otpd_read_data_with_pwr_operation:
+68c5 44c6c011 bpatch patch11_5 ,mem_patch11 
+68c6 20406856 call otp_read_pwr_on 
+68c7 204068c9 call otpd_read_data 
+68c8 20206873 branch otp_pwr_off 
+
+otpd_read_data:
+68c9 2040687f call otp_set_addr 
+68ca 204068b7 call otpd_read_init 
+68cb 202068c1 branch otpd_wait_end 
+
+otpd_read_code:
+68cc 20406856 call otp_read_pwr_on 
+68cd 6ff10122 fetch 2 ,core_current_otp_addr 
+68ce 67f10045 store 2 ,core_otp_addr 
+68cf 204068b7 call otpd_read_init 
+68d0 d8e00001 arg otpd_done ,queue 
+68d1 2040683b call decrypt_code 
+68d2 204068c1 call otpd_wait_end 
+68d3 2feffe00 isolate1 otpd_crcok ,pdata 
+68d4 20406834 call set_ucode_status 
+68d5 20206873 branch otp_pwr_off 
+
+app_read_efuse_app_vsel:
+68d6 580007d2 setarg otp_offset_app_vdd_sel 
+68d7 da2040cc arg mem_lpm_ctrl3_app_vsel ,rega 
+68d8 d8400001 arg 1 ,temp 
+68d9 204068c9 call otpd_read_data 
+68da 6fe0c0cc fetch 1 ,mem_lpm_ctrl3_app_vsel 
+68db 243a68dd nbranch app_set_app_vsel ,blank 
+68dc 7040cc04 jam 0x04 ,mem_lpm_ctrl3_app_vsel 
+
+app_set_app_vsel:
+68dd 20203c0e branch lpm_write_sel_vdd 
+
+app_lpm_peripheral_lock_check:
+68de 6fe101b8 fetch 2 ,mem_ucode_device_flag 
+68df 1ff1fe00 rshift4 pdata ,pdata 
+68e0 207a0000 rtn blank 
+68e1 6fe081b8 fetch 1 ,mem_ucode_device_flag 
+68e2 1ff1fe00 rshift4 pdata ,pdata 
+68e3 c00268ec beq dvc_op_dongle ,app_lpm_peripheral_lock_dongle 
+68e4 c005e8f0 beq dvc_op_light ,app_lpm_peripheral_lock_light 
+68e5 c00468f4 beq dvc_op_mouse ,app_lpm_peripheral_lock_mouse 
+68e6 c003e8f8 beq dvc_op_mouse_24g ,app_lpm_peripheral_lock_mouse_24g 
+68e7 c004e8fc beq dvc_op_shutter ,app_lpm_peripheral_lock_shutter 
+68e8 c00568fc beq dvc_op_shutter_dy ,app_lpm_peripheral_lock_shutter 
+68e9 c0066900 beq dvc_op_car ,app_lpm_peripheral_car_lock_application 
+68ea c007e907 beq dvc_op_car_lock_app_and_ble ,app_lpm_peripheral_car_lock_application_and_ble 
+68eb 2020691b branch app_lpm_mpu_lock_24g_ble 
+
+app_lpm_peripheral_lock_dongle:
+68ec dfe0522c arg mouse_init ,pdata 
+68ed d8406596 arg shutter_dy_shutter_1s_timer ,temp 
+68ee 2040690e call app_mpu_s0_lock 
+68ef 20206903 branch app_lpm_peripheral_lock_frmt_common 
+
+app_lpm_peripheral_lock_light:
+68f0 dfe04e38 arg car_hard_switch_power_on_signal ,pdata 
+68f1 d8406596 arg shutter_dy_shutter_1s_timer ,temp 
+68f2 2040690e call app_mpu_s0_lock 
+68f3 20206920 branch lpm_write_lock 
+
+app_lpm_peripheral_lock_mouse:
+68f4 dfe06028 arg shutter_init ,pdata 
+68f5 d8406596 arg shutter_dy_shutter_1s_timer ,temp 
+68f6 2040690e call app_mpu_s0_lock 
+68f7 20206903 branch app_lpm_peripheral_lock_frmt_common 
+
+app_lpm_peripheral_lock_mouse_24g:
+68f8 dfe04296 arg le_init_adv ,pdata 
+68f9 d8404786 arg le_send_ll_one_lenth ,temp 
+68fa 2040690e call app_mpu_s0_lock 
+68fb 20206903 branch app_lpm_peripheral_lock_frmt_common 
+
+app_lpm_peripheral_lock_shutter:
+68fc dfe04e38 arg car_hard_switch_power_on_signal ,pdata 
+68fd d8406024 arg mouse_24g_send_time_long_wake ,temp 
+68fe 2040690e call app_mpu_s0_lock 
+68ff 20206903 branch app_lpm_peripheral_lock_frmt_common 
+
+app_lpm_peripheral_lock_remote_car:
+
+app_lpm_peripheral_car_lock_application:
+6900 dfe050b8 arg dongle_init ,pdata 
+6901 d8406596 arg shutter_dy_shutter_1s_timer ,temp 
+6902 2040690e call app_mpu_s0_lock 
+
+app_lpm_peripheral_lock_frmt_common:
+6903 dfe074e8 arg frmt_gem_adv_pdu_common ,pdata 
+6904 d8407de4 arg frmt_ble_data_set ,temp 
+6905 20406914 call app_mpu_s1_lock 
+6906 20206920 branch lpm_write_lock 
+
+app_lpm_peripheral_car_lock_application_and_ble:
+6907 dfe050b8 arg dongle_init ,pdata 
+6908 d8406596 arg shutter_dy_shutter_1s_timer ,temp 
+6909 2040690e call app_mpu_s0_lock 
+690a dfe04296 arg le_init_adv ,pdata 
+690b d8404786 arg le_send_ll_one_lenth ,temp 
+690c 20406914 call app_mpu_s1_lock 
+690d 20206920 branch lpm_write_lock 
+
+app_mpu_s0_lock:
+690e 18500400 lshift16 temp ,temp 
+690f 9841fe00 ior temp ,pdata 
+6910 67f2004c store 4 ,core_lpm_reg 
+6911 20206935 branch lpm_write2_mpu_s0 
+
+app_lpm_mpu_lock_ble:
+6912 dfe0432f arg le_parse_att ,pdata 
+6913 d8404786 arg le_send_ll_one_lenth ,temp 
+
+app_mpu_s1_lock:
+6914 18500400 lshift16 temp ,temp 
+6915 9841fe00 ior temp ,pdata 
+6916 67f2004c store 4 ,core_lpm_reg 
+6917 20206937 branch lpm_write2_mpu_s1 
+
+app_lpm_mpu_lock_24g:
+6918 dfe0478b arg g24_prep ,pdata 
+6919 d84048fa arg g24_enable_1m ,temp 
+691a 20206914 branch app_mpu_s1_lock 
+
+app_lpm_mpu_lock_24g_ble:
+691b 20406918 call app_lpm_mpu_lock_24g 
+691c dfe0432f arg le_parse_att ,pdata 
+691d d8404786 arg le_send_ll_one_lenth ,temp 
+691e 2040690e call app_mpu_s0_lock 
+691f 20206920 branch lpm_write_lock 
+
+lpm_write_lock:
+6920 6fe101b8 fetch 2 ,mem_ucode_device_flag 
+6921 79207e0d set1 lpmreg_rom_lock_bit ,pdata 
+6922 79207e0e set1 lpmreg_ice_mode_bit ,pdata 
+6923 67f2004c store 4 ,core_lpm_reg 
+6924 20406927 call lpm_write2_ctrl_option 
+6925 70801108 jam 8 ,core_encrypt 
+6926 20600000 rtn 
+
+lpm_write2_ctrl_option:
+6927 58000002 setarg lpmreg2_sel_option 
+
+lpm_write2:
+6928 37d98200 until null ,lpo_edge 
+6929 67f08012 store 1 ,core_lpm_wr2 
+692a 37d98200 until null ,lpo_edge 
+692b 37d98200 until null ,lpo_edge 
+692c 20600000 rtn 
+
+lpm_write_ice_disable:
+692d 6ff1011e fetch 2 ,core_ucode_flag 
+692e 793ffe0e set0 lpmreg_ice_mode_bit ,pdata 
+692f 67f2004c store 4 ,core_lpm_reg 
+6930 20206927 branch lpm_write2_ctrl_option 
+
+lpm_write_ice_enable:
+6931 6ff1011e fetch 2 ,core_ucode_flag 
+6932 79207e0e set1 lpmreg_ice_mode_bit ,pdata 
+6933 67f2004c store 4 ,core_lpm_reg 
+6934 20206927 branch lpm_write2_ctrl_option 
+
+lpm_write2_mpu_s0:
+6935 58000004 setarg lpmreg2_sel_mpu_s0 
+6936 20206928 branch lpm_write2 
+
+lpm_write2_mpu_s1:
+6937 58000008 setarg lpmreg2_sel_mpu_s1 
+6938 20206928 branch lpm_write2 
+
+spid_init:
+6939 44c74011 bpatch patch11_6 ,mem_patch11 
+
+spid_init_common:
+693a 6fe0c3ae fetch 1 ,mem_spi_init_clk 
+693b 67f08080 store 1 ,core_spid_ctrl 
+693c 6fe0c3af fetch 1 ,mem_spi_init_delay_time 
+693d 67f08081 store 1 ,core_spid_delay 
+693e 580001bb setarg mem_spid_tbuf 
+693f 67f10084 store 2 ,core_spid_txaddr 
+6940 580001c0 setarg mem_spid_rbuf 
+6941 67f10086 store 2 ,core_spid_rxaddr 
+6942 20206745 branch twspi_disable 
+
+spid_write_reg:
+6943 79207e07 set1 7 ,pdata 
+6944 67e101bb store 2 ,mem_spid_tbuf 
+6945 44c7c011 bpatch patch11_7 ,mem_patch11 
+6946 70808202 jam 2 ,core_spid_txlen 
+6947 70808800 jam 0 ,core_spid_rxlen 
+6948 70800602 jam spid_start ,core_misc_ctrl 
+6949 20206953 branch wait_spid_done 
+
+spid_read_reg:
+694a 18000401 force 1 ,temp 
+
+spid_read_regs:
+694b 67e081bb store 1 ,mem_spid_tbuf 
+694c 44c84012 bpatch patch12_0 ,mem_patch12 
+694d 70808201 jam 1 ,core_spid_txlen 
+694e 60590088 storet 2 ,core_spid_rxlen 
+694f 70800602 jam spid_start ,core_misc_ctrl 
+6950 20406953 call wait_spid_done 
+6951 6fe081c0 fetch 1 ,mem_spid_rbuf 
+6952 20600000 rtn 
+
+wait_spid_done:
+6953 20000005 nop 5 
+6954 6ff08128 fetch 1 ,core_dma_status 
+6955 c301e953 bbit0 spid_done ,wait_spid_done 
+6956 20600000 rtn 
+
+flash_write_spi_sm_timer:
+6957 6fe0c3d2 fetch 1 ,mem_spi_write_flash_sm 
+6958 c000e95e beq flash_sm_start ,spid_flash_write_start 
+6959 c0016964 beq flash_sm_erase_sector ,spid_flash_erase_sector 
+695a c001e96c beq flash_sm_wait_erase_sector ,spid_flash_wait_erase_sector 
+695b c0026970 beq flash_sm_write_data ,spid_flash_write_data 
+695c c002e977 beq flash_sm_wait_write_data ,spid_flash_wait_write_data 
+695d 20600000 rtn 
+
+spid_flash_write_start:
+695e 67e1c3cb store 3 ,mem_spi_write_addr 
+695f 1a227e00 copy rega ,pdata 
+6960 67e143ce store 2 ,mem_spi_write_ptr 
+6961 604943d0 storet 2 ,mem_spi_write_len 
+6962 7043d202 jam flash_sm_erase_sector ,mem_spi_write_flash_sm 
+6963 2020698c branch spid_init_flash 
+
+spid_flash_erase_sector:
+6964 2040698c call spid_init_flash 
+6965 7043d203 jam flash_sm_wait_erase_sector ,mem_spi_write_flash_sm 
+6966 20406992 call spid_unlock_flash 
+6967 da2001bb arg mem_spid_tbuf ,rega 
+6968 70808204 jam 4 ,core_spid_txlen 
+6969 6fe1c3cb fetch 3 ,mem_spi_write_addr 
+696a d8400020 arg flash_command_sector_erase ,temp 
+696b 202069a3 branch spid_write_flash_common 
+
+spid_flash_wait_erase_sector:
+696c 2040698c call spid_init_flash 
+696d 204069c6 call wait_spid_flash_done 
+696e 7043d204 jam flash_sm_write_data ,mem_spi_write_flash_sm 
+696f 20600000 rtn 
+
+spid_flash_write_data:
+6970 44c8c012 bpatch patch12_1 ,mem_patch12 
+6971 2040698c call spid_init_flash 
+6972 7043d205 jam flash_sm_wait_write_data ,mem_spi_write_flash_sm 
+6973 20406992 call spid_unlock_flash 
+6974 20406984 call spid_flash_data_preserve 
+6975 2040699f call spid_write_flash 
+6976 2020697f branch spid_flash_data_recover 
+
+spid_flash_wait_write_data:
+6977 2040698c call spid_init_flash 
+6978 20406992 call spid_unlock_flash 
+6979 58000005 setarg flash_read_satus 
+697a 2040694a call spid_read_reg 
+697b c3800000 rtnbit1 flash_status_wip 
+697c 7043d200 jam flash_sm_no_buys ,mem_spi_write_flash_sm 
+697d 6fe143a0 fetch 2 ,mem_cb_spi_flash_write_complate 
+697e 20207487 branch callback_func 
+
+spid_flash_data_recover:
+697f 6fe204cc fetch 4 ,mem_temp 
+6980 684943ce fetcht 2 ,mem_spi_write_ptr 
+
+spid_flash_data_recover_comm:
+6981 184085fc increase -4 ,temp 
+6982 e7e20002 istore 4 ,temp 
+6983 20600000 rtn 
+
+spid_flash_data_preserve:
+6984 684943ce fetcht 2 ,mem_spi_write_ptr 
+6985 18422200 copy temp ,rega 
+6986 184085fc increase -4 ,temp 
+6987 efe20002 ifetch 4 ,temp 
+6988 67e204cc store 4 ,mem_temp 
+6989 684943d0 fetcht 2 ,mem_spi_write_len 
+698a 6fe1c3cb fetch 3 ,mem_spi_write_addr 
+698b 20600000 rtn 
+
+spid_init_flash:
+698c 44c94012 bpatch patch12_2 ,mem_patch12 
+698d 204069f1 call spi_gpio_init 
+698e 20406745 call twspi_disable 
+698f 58000000 setarg 0 
+6990 67e201bb store 4 ,mem_spid_tbuf 
+6991 20600000 rtn 
+
+spid_unlock_flash:
+6992 7001bb06 jam flash_command_write_enable ,mem_spid_tbuf 
+
+spid_sendcmd_common:
+6993 58000000 setarg 0 
+6994 67f10088 store 2 ,core_spid_rxlen 
+6995 58000001 setarg 1 
+6996 67f10082 store 2 ,core_spid_txlen 
+6997 580001bb setarg mem_spid_tbuf 
+6998 67f10084 store 2 ,core_spid_txaddr 
+6999 70800602 jam spid_start ,core_misc_ctrl 
+699a 20206953 branch wait_spid_done 
+
+spid_flash_release_form_powerdown:
+699b 7001bbab jam flash_command_release_from_powerdown ,mem_spid_tbuf 
+699c 20206993 branch spid_sendcmd_common 
+
+spid_flash_powerdown:
+699d 7001bbb9 jam flash_command_powerdown ,mem_spid_tbuf 
+699e 20206993 branch spid_sendcmd_common 
+
+spid_write_flash:
+699f 18408404 increase 4 ,temp 
+69a0 60590082 storet 2 ,core_spid_txlen 
+69a1 d8400002 arg flash_command_write_data ,temp 
+69a2 1a20a3fc increase -4 ,rega 
+
+spid_write_flash_common:
+69a3 e0408011 istoret 1 ,rega 
+69a4 1ff10400 rshift16 pdata ,temp 
+69a5 e0408005 istoret 1 ,contw 
+69a6 1fec8400 rshift8 pdata ,temp 
+69a7 e0408005 istoret 1 ,contw 
+69a8 e7e08005 istore 1 ,contw 
+69a9 1a227e00 deposit rega 
+69aa 67f10084 store 2 ,core_spid_txaddr 
+69ab 58000000 setarg 0 
+69ac 67f10088 store 2 ,core_spid_rxlen 
+69ad 70800602 jam spid_start ,core_misc_ctrl 
+69ae 20406953 call wait_spid_done 
+69af 202069c6 branch wait_spid_flash_done 
+
+spid_read_flash:
+69b0 60590088 storet 2 ,core_spid_rxlen 
+69b1 1ff10400 rshift16 pdata ,temp 
+69b2 604881bc storet 1 ,mem_addr_hi 
+69b3 1fec8400 rshift8 pdata ,temp 
+69b4 604881bd storet 1 ,mem_addr_mi 
+69b5 67e081be store 1 ,mem_addr_lo 
+69b6 58000004 setarg 4 
+69b7 67f10082 store 2 ,core_spid_txlen 
+69b8 7001bb03 jam flash_command_read_data ,mem_spid_tbuf 
+69b9 580001bb setarg mem_spid_tbuf 
+69ba 67f10084 store 2 ,core_spid_txaddr 
+69bb 1a227e00 deposit rega 
+69bc 67f10086 store 2 ,core_spid_rxaddr 
+69bd 6ff08080 fetch 1 ,core_spid_ctrl 
+69be 2a2c000f isolate0 15 ,rega 
+69bf 7920fe06 setflag true ,6 ,pdata 
+69c0 67f08080 store 1 ,core_spid_ctrl 
+69c1 70800602 jam spid_start ,core_misc_ctrl 
+
+spid_read_flash_wait:
+69c2 6ff08128 fetch 1 ,core_dma_status 
+69c3 c283e9c2 bbit1 7 ,spid_read_flash_wait 
+69c4 d8e00003 arg spid_done ,queue 
+69c5 20206953 branch wait_spid_done 
+
+wait_spid_flash_done:
+69c6 580007d0 setarg 2000 
+69c7 20403a8c call sleep 
+69c8 20406992 call spid_unlock_flash 
+69c9 580001c0 setarg mem_spid_rbuf 
+69ca 67f10086 store 2 ,core_spid_rxaddr 
+69cb 58000005 setarg flash_read_satus 
+69cc 2040694a call spid_read_reg 
+69cd c28069c6 bbit1 flash_status_wip ,wait_spid_flash_done 
+69ce 20600000 rtn 
+
+spid_load_flash:
+69cf 60590088 storet 2 ,core_spid_rxlen 
+69d0 58000004 setarg 4 
+69d1 67f10082 store 2 ,core_spid_txlen 
+69d2 7001bb03 jam 3 ,mem_spid_tbuf 
+69d3 580001bb setarg mem_spid_tbuf 
+69d4 67f10084 store 2 ,core_spid_txaddr 
+69d5 1a227e00 deposit rega 
+69d6 67f10086 store 2 ,core_spid_rxaddr 
+69d7 6ff08080 fetch 1 ,core_spid_ctrl 
+69d8 2a2c000f isolate0 15 ,rega 
+69d9 7920fe06 setflag true ,6 ,pdata 
+69da 67f08080 store 1 ,core_spid_ctrl 
+69db 70800602 jam spid_start ,core_misc_ctrl 
+
+spi_load_flash_wait:
+69dc 6ff08128 fetch 1 ,core_dma_status 
+69dd c283e9dc bbit1 7 ,spi_load_flash_wait 
+69de d8e00003 arg spid_done ,queue 
+69df 2040683b call decrypt_code 
+69e0 20406953 call wait_spid_done 
+69e1 2feffe02 isolate1 spid_crcok ,pdata 
+69e2 20406834 call set_ucode_status 
+69e3 6fe081bc fetch 1 ,mem_addr_hi 
+69e4 1ff02400 lshift16 pdata ,regb 
+69e5 6fe081bd fetch 1 ,mem_addr_mi 
+69e6 1fed7e00 lshift8 pdata ,pdata 
+69e7 9a41a400 ior regb ,regb 
+69e8 6fe081be fetch 1 ,mem_addr_lo 
+69e9 9a41fe00 ior regb ,pdata 
+69ea 9840fe00 iadd temp ,pdata 
+69eb 67e081be store 1 ,mem_addr_lo 
+69ec 1fecfe00 rshift8 pdata ,pdata 
+69ed 67e081bd store 1 ,mem_addr_mi 
+69ee 1fecfe00 rshift8 pdata ,pdata 
+69ef 67e081bc store 1 ,mem_addr_hi 
+69f0 20600000 rtn 
+
+spi_gpio_init:
+69f1 6fe0c3d3 fetch 1 ,mem_spi_cs_gpio 
+69f2 6848c3d5 fetcht 1 ,mem_spi_so_gpio 
+69f3 98467c00 isub temp ,null 
+69f4 2422e9f6 nbranch spi_pin_set ,zero 
+69f5 20406a02 call spi_gpio_default_init 
+
+spi_pin_set:
+69f6 6fe0c3d3 fetch 1 ,mem_spi_cs_gpio 
+69f7 d8400020 arg gpcfg_spid_ncs ,temp 
+69f8 20406bbd call gpio_config_function_int 
+69f9 6fe0c3d6 fetch 1 ,mem_spi_sclk_gpio 
+69fa d8400021 arg gpcfg_spid_sck ,temp 
+69fb 20406bbd call gpio_config_function_int 
+69fc 6fe0c3d4 fetch 1 ,mem_spi_si_gpio 
+69fd d8400022 arg gpcfg_spid_mosi ,temp 
+69fe 20406bbd call gpio_config_function_int 
+69ff 6fe0c3d5 fetch 1 ,mem_spi_so_gpio 
+6a00 d840001f arg gpcfg_spid_miso ,temp 
+6a01 20206bbd branch gpio_config_function_int 
+
+spi_gpio_default_init:
+6a02 7043d301 jam 1 ,mem_spi_cs_gpio 
+6a03 7043d403 jam 3 ,mem_spi_si_gpio 
+6a04 7043d500 jam 0 ,mem_spi_so_gpio 
+6a05 7043d602 jam 2 ,mem_spi_sclk_gpio 
+6a06 7043d70b jam 11 ,mem_spi_wp_gpio 
+6a07 7043d80a jam 10 ,mem_spi_hold_gpio 
+6a08 20600000 rtn 
+
+soft_reset_chip:
+6a09 70801001 jam 1 ,core_reset 
+6a0a 20600000 rtn 
+
+iic_init_600khz:
+6a0b 70808b05 jam 5 ,core_iicd_scl_low 
+6a0c 70808c07 jam 7 ,core_iicd_scl_high 
+6a0d 70808d07 jam 7 ,core_iicd_start_setup 
+6a0e 70808e07 jam 7 ,core_iicd_start_hold 
+6a0f 70808f07 jam 7 ,core_iicd_stop_setup 
+6a10 70809005 jam 5 ,core_iicd_data_setup 
+6a11 70809100 jam 0 ,core_iicd_data_hold 
+6a12 20600000 rtn 
+
+iic_init_360khz:
+6a13 70808b0c jam 12 ,core_iicd_scl_low 
+6a14 70808c0d jam 13 ,core_iicd_scl_high 
+6a15 70808d0d jam 13 ,core_iicd_start_setup 
+6a16 70808e0d jam 13 ,core_iicd_start_hold 
+6a17 70808f0d jam 13 ,core_iicd_stop_setup 
+6a18 7080900c jam 12 ,core_iicd_data_setup 
+6a19 70809100 jam 0 ,core_iicd_data_hold 
+6a1a 20600000 rtn 
+
+iicd_init_pin:
+6a1b 20406a50 call iicd_eeprom_write_enable 
+
+iicd_init_pin_scl_sda:
+6a1c 6fe0c3da fetch 1 ,mem_eeprom_scl_gpio 
+6a1d d840006c arg gpcfg_iic_scl | gpcfg_pullup ,temp 
+6a1e 20406bbd call gpio_config_function_int 
+6a1f 6fe0c3db fetch 1 ,mem_eeprom_sda_gpio 
+6a20 d840006d arg gpcfg_iic_sda | gpcfg_pullup ,temp 
+6a21 20206bbd branch gpio_config_function_int 
+
+iicd_read_init_pin:
+6a22 20406a57 call iicd_eeprom_write_disable 
+6a23 20206a1c branch iicd_init_pin_scl_sda 
+
+wait_iicd_done:
+6a24 6ff08128 fetch 1 ,core_dma_status 
+6a25 c302ea24 bbit0 iicd_done ,wait_iicd_done 
+6a26 20600000 rtn 
+
+iicd_read_data:
+6a27 67e081bf store 1 ,mem_iicd_addr 
+6a28 580001bf setarg mem_iicd_addr 
+6a29 67f10094 store 2 ,core_iicd_txaddr 
+6a2a 58000001 setarg 1 
+6a2b 67f10092 store 2 ,core_iicd_txlen 
+6a2c 60590098 storet 2 ,core_iicd_rxlen 
+6a2d 62310096 storer rega ,2 ,core_iicd_rxaddr 
+6a2e 70808a01 jam 1 ,core_iicd_ctrl 
+6a2f 70800604 jam iicd_start ,core_misc_ctrl 
+6a30 20206a24 branch wait_iicd_done 
+
+iic_write_data:
+6a31 58000000 setarg 0 
+6a32 67f10098 store 2 ,core_iicd_rxlen 
+6a33 67f10096 store 2 ,core_iicd_rxaddr 
+6a34 60590092 storet 2 ,core_iicd_txlen 
+6a35 62310094 storer rega ,2 ,core_iicd_txaddr 
+6a36 70808a01 jam 1 ,core_iicd_ctrl 
+6a37 70800604 jam iicd_start ,core_misc_ctrl 
+6a38 20206a24 branch wait_iicd_done 
+
+set_eeprom_size_2k:
+6a39 79200028 set1 mark_eeprom_size ,mark 
+6a3a 7043ad08 jam 0x08 ,mem_eeprom_block_size 
+6a3b 20600000 rtn 
+
+clear_eeprom_size_2k:
+6a3c 793f8028 set0 mark_eeprom_size ,mark 
+6a3d 7043ad20 jam 0x20 ,mem_eeprom_block_size 
+6a3e 20600000 rtn 
+
+iicd_read_eep_data_size_2k:
+6a3f 6fe0c3a4 fetch 1 ,mem_eeprom_base 
+6a40 9a40fe00 iadd regb ,pdata 
+6a41 67e081bd store 1 ,mem_addr_mi 
+6a42 20206a46 branch iicd_read_eep_size_2k 
+
+iicd_read_eep_size_2k_lcadcode:
+6a43 6fe101bd fetch 2 ,mem_addr_mi 
+6a44 1ff0fe00 byteswap pdata ,pdata 
+6a45 67e081bd store 1 ,mem_addr_mi 
+
+iicd_read_eep_size_2k:
+6a46 58000003 setarg 3 
+6a47 67f10092 store 2 ,core_iicd_txlen 
+6a48 7001bca0 jam 0xa0 ,mem_iicd_tbuf 
+6a49 7001bea1 jam 0xa1 ,mem_iicd_tbuf + 2 
+6a4a 20206a65 branch iicd_read_eep_common 
+
+iicd_write_protect_eep_data:
+6a4b 604904cc storet 2 ,mem_temp 
+6a4c 20406a50 call iicd_eeprom_write_enable 
+6a4d 684904cc fetcht 2 ,mem_temp 
+6a4e 20406a7f call iicd_write_eep_data 
+6a4f 20206a57 branch iicd_eeprom_write_disable 
+
+iicd_eeprom_write_enable:
+6a50 6fe0c3d9 fetch 1 ,mem_eeprom_wp_gpio 
+6a51 c17f8000 rtneq gpio_disable 
+6a52 c3036a55 bbit0 6 ,iicd_wp_gpio_output_low 
+6a53 580249f0 setarg 150000 
+6a54 20403a8c call sleep 
+
+iicd_wp_gpio_output_low:
+6a55 6848c3d9 fetcht 1 ,mem_eeprom_wp_gpio 
+6a56 20206b96 branch gpio_out_active 
+
+iicd_eeprom_write_disable:
+6a57 6848c3d9 fetcht 1 ,mem_eeprom_wp_gpio 
+6a58 20206b92 branch gpio_out_inactive 
+
+iicd_read_eep_data:
+6a59 44c9c012 bpatch patch12_3 ,mem_patch12 
+6a5a c5146a3f bmark1 mark_eeprom_size ,iicd_read_eep_data_size_2k 
+6a5b 6fe143a4 fetch 2 ,mem_eeprom_base 
+6a5c 9a40fe00 iadd regb ,pdata 
+6a5d 1ff0fe00 byteswap pdata ,pdata 
+6a5e 67e101bd store 2 ,mem_addr_mi 
+
+iicd_read_eep:
+6a5f 44ca4012 bpatch patch12_4 ,mem_patch12 
+6a60 c5146a43 bmark1 mark_eeprom_size ,iicd_read_eep_size_2k_lcadcode 
+6a61 58000004 setarg 4 
+6a62 67f10092 store 2 ,core_iicd_txlen 
+6a63 7001bca0 jam 0xa0 ,mem_iicd_tbuf 
+6a64 7001bfa1 jam 0xa1 ,mem_iicd_tbuf + 3 
+
+iicd_read_eep_common:
+6a65 580001bc setarg mem_iicd_tbuf 
+6a66 67f10094 store 2 ,core_iicd_txaddr 
+6a67 60590098 storet 2 ,core_iicd_rxlen 
+6a68 62310096 storer rega ,2 ,core_iicd_rxaddr 
+6a69 58000002 setarg 2 
+6a6a 2a2c000f isolate0 15 ,rega 
+6a6b 7920fe00 setflag true ,0 ,pdata 
+6a6c 67f0808a store 1 ,core_iicd_ctrl 
+6a6d 70800604 jam iicd_start ,core_misc_ctrl 
+6a6e d8e00005 arg iicd_done ,queue 
+6a6f 2040683b call decrypt_code 
+6a70 20406a24 call wait_iicd_done 
+6a71 2feffe04 isolate1 iicd_crcok ,pdata 
+6a72 20406834 call set_ucode_status 
+6a73 c5146a7a bmark1 mark_eeprom_size ,iicd_read_eep_load_code_size_2k 
+6a74 6fe101bd fetch 2 ,mem_addr_mi 
+6a75 1ff0fe00 byteswap pdata ,pdata 
+6a76 9840fe00 iadd temp ,pdata 
+6a77 1ff0fe00 byteswap pdata ,pdata 
+6a78 67e101bd store 2 ,mem_addr_mi 
+6a79 20600000 rtn 
+
+iicd_read_eep_load_code_size_2k:
+6a7a 6fe081bd fetch 1 ,mem_addr_mi 
+6a7b 9840fe00 iadd temp ,pdata 
+6a7c 1ff0fe00 byteswap pdata ,pdata 
+6a7d 67e101bd store 2 ,mem_addr_mi 
+6a7e 20600000 rtn 
+
+iicd_write_eep_data:
+6a7f 6fe143a4 fetch 2 ,mem_eeprom_base 
+6a80 9a40fe00 iadd regb ,pdata 
+
+iicd_write_ota_data:
+6a81 67e104c4 store 2 ,mem_pdatatemp 
+6a82 44cac012 bpatch patch12_5 ,mem_patch12 
+6a83 604904cc storet 2 ,mem_temp 
+6a84 622104e3 storer rega ,2 ,mem_contr 
+
+iicd_write_eep_loop:
+6a85 20406a94 call iicd_eep_transparency 
+6a86 684904dc fetcht 2 ,mem_regb 
+6a87 6a2104e3 fetchr rega ,2 ,mem_contr 
+6a88 6fe104c4 fetch 2 ,mem_pdatatemp 
+6a89 20406ab5 call iicd_write_eep 
+6a8a 6fe104dc fetch 2 ,mem_regb 
+6a8b 684904e3 fetcht 2 ,mem_contr 
+6a8c 98408400 iadd temp ,temp 
+6a8d 604904e3 storet 2 ,mem_contr 
+6a8e 684904c4 fetcht 2 ,mem_pdatatemp 
+6a8f 98408400 iadd temp ,temp 
+6a90 604904c4 storet 2 ,mem_pdatatemp 
+6a91 6fe104cc fetch 2 ,mem_temp 
+6a92 243a6a85 nbranch iicd_write_eep_loop ,blank 
+6a93 20600000 rtn 
+
+iicd_eep_transparency:
+6a94 44cb4012 bpatch patch12_6 ,mem_patch12 
+6a95 6fe0c3ad fetch 1 ,mem_eeprom_block_size 
+6a96 1fe0ffff increase -1 ,pdata 
+6a97 684904c4 fetcht 2 ,mem_pdatatemp 
+6a98 9841fe00 ior temp ,pdata 
+6a99 1fe0fe01 increase 1 ,pdata 
+6a9a 67e184e0 store 3 ,mem_regc 
+6a9b 6fe104cc fetch 2 ,mem_temp 
+6a9c 9840fe00 iadd temp ,pdata 
+6a9d 684984e0 fetcht 3 ,mem_regc 
+6a9e 98467e00 isub temp ,pdata 
+6a9f 24216aa6 nbranch iicd_eep_deal_short_packet ,positive 
+6aa0 67e104cc store 2 ,mem_temp 
+6aa1 6fe184e0 fetch 3 ,mem_regc 
+6aa2 684904c4 fetcht 2 ,mem_pdatatemp 
+6aa3 98467e00 isub temp ,pdata 
+6aa4 67e104dc store 2 ,mem_regb 
+6aa5 20600000 rtn 
+
+iicd_eep_deal_short_packet:
+6aa6 6fe104cc fetch 2 ,mem_temp 
+6aa7 67e104dc store 2 ,mem_regb 
+6aa8 58000000 setarg 0 
+6aa9 67e104cc store 2 ,mem_temp 
+6aaa 20600000 rtn 
+
+iicd_write_eep_size_2k:
+6aab 1a427e00 copy regb ,pdata 
+6aac 18408402 increase 2 ,temp 
+6aad 60590092 storet 2 ,core_iicd_txlen 
+6aae 1a20a3fe increase -2 ,rega 
+6aaf e8418011 ifetcht 3 ,rega 
+6ab0 18422400 copy temp ,regb 
+6ab1 d84000a0 arg 0xa0 ,temp 
+6ab2 e0408011 istoret 1 ,rega 
+6ab3 e7e08005 istore 1 ,contw 
+6ab4 20206ac2 branch iicd_write_eep_common 
+
+iicd_write_eep:
+6ab5 1fe22400 copy pdata ,regb 
+6ab6 44cbc012 bpatch patch12_7 ,mem_patch12 
+6ab7 c5146aab bmark1 mark_eeprom_size ,iicd_write_eep_size_2k 
+6ab8 1a427e00 copy regb ,pdata 
+6ab9 18408403 increase 3 ,temp 
+6aba 60590092 storet 2 ,core_iicd_txlen 
+6abb 1a20a3fd increase -3 ,rega 
+6abc e8418011 ifetcht 3 ,rega 
+6abd 18422400 copy temp ,regb 
+6abe d84000a0 arg 0xa0 ,temp 
+6abf e0408011 istoret 1 ,rega 
+6ac0 1ff0fe00 byteswap pdata ,pdata 
+6ac1 e7e10005 istore 2 ,contw 
+
+iicd_write_eep_common:
+6ac2 62310094 storer rega ,2 ,core_iicd_txaddr 
+6ac3 58000000 setarg 0 
+6ac4 67f10098 store 2 ,core_iicd_rxlen 
+6ac5 70808a01 jam 1 ,core_iicd_ctrl 
+6ac6 70800604 jam iicd_start ,core_misc_ctrl 
+6ac7 20406a24 call wait_iicd_done 
+6ac8 e2418011 istorer regb ,3 ,rega 
+
+iic_check_eeprom_standby:
+6ac9 44cc4013 bpatch patch13_0 ,mem_patch13 
+6aca 7001bf00 jam 0 ,mem_iicd_tbuf + 3 
+
+iic_check_eeprom_standby_wait:
+6acb 58000001 setarg 1 
+6acc 67f10092 store 2 ,core_iicd_txlen 
+6acd 7001bca0 jam 0xa0 ,mem_iicd_tbuf 
+6ace 580001bc setarg mem_iicd_tbuf 
+6acf 67f10094 store 2 ,core_iicd_txaddr 
+6ad0 58000000 setarg 0 
+6ad1 67f10098 store 2 ,core_iicd_rxlen 
+6ad2 67f10096 store 2 ,core_iicd_rxaddr 
+6ad3 58000003 setarg 3 
+6ad4 67f0808a store 1 ,core_iicd_ctrl 
+6ad5 70800604 jam iicd_start ,core_misc_ctrl 
+6ad6 20406a24 call wait_iicd_done 
+6ad7 6ff08128 fetch 1 ,core_dma_status 
+6ad8 c4030000 rtnbit0 iicd_ack 
+6ad9 200005dc nop 1500 
+6ada 6fe081bf fetch 1 ,mem_iicd_tbuf + 3 
+6adb 1fe0fe01 increase 1 ,pdata 
+6adc 67e081bf store 1 ,mem_iicd_tbuf + 3 
+6add 1fe67c28 sub pdata ,40 ,null 
+6ade 24610000 nrtn positive 
+6adf 20206acb branch iic_check_eeprom_standby_wait 
+
+nvram_find_addr_from_bd_list:
+6ae0 44ccc013 bpatch patch13_1 ,mem_patch13 
+6ae1 204074ca call disable_user 
+6ae2 6fe0c3b3 fetch 1 ,mem_nv_data_number 
+6ae3 207a0000 rtn blank 
+6ae4 6fe14434 fetch 2 ,mem_ui_state_map 
+6ae5 c4048000 rtnbit0 ui_state_ble_connected 
+
+find_addr_from_bd_list_ble_mode:
+6ae6 6fe0c2a0 fetch 1 ,mem_le_conn_peer_addr_type 
+6ae7 c0006afb beq master_public_addr ,find_addr_from_bd_list_public_device_addr 
+6ae8 6fe08178 fetch 1 ,mem_le_plap + 5 
+6ae9 2fe180c0 compare 0xc0 ,pdata ,0xc0 
+6aea 2020eaee branch find_addr_from_bd_list_static_addr ,true 
+6aeb 2fe18040 compare 0x40 ,pdata ,0xc0 
+6aec 2020eb00 branch find_addr_from_bd_list_random_addr ,true 
+6aed 20206af5 branch find_addr_from_bd_list_random_non_resolvable_private_address_sc_or_legacy 
+
+find_addr_from_bd_list_static_addr:
+6aee 20366af2 branch find_addr_from_bd_list_static_addr_reconnect ,user2 
+6aef 6fe0c284 fetch 1 ,mem_le_preq_init_key_distribution 
+6af0 c300eafb bbit0 le_initator_irk_bit ,find_addr_from_bd_list_public_device_addr 
+6af1 20206af5 branch find_addr_from_bd_list_static_addr_sc_or_legacy 
+
+find_addr_from_bd_list_static_addr_reconnect:
+6af2 20406afb call find_addr_from_bd_list_public_device_addr 
+6af3 20740000 rtn user 
+6af4 20206af5 branch find_addr_from_bd_list_static_addr_sc_or_legacy 
+
+find_addr_from_bd_list_static_addr_sc_or_legacy:
+
+find_addr_from_bd_list_random_non_resolvable_private_address_sc_or_legacy:
+6af5 6fe0c2d3 fetch 1 ,mem_le_pairing_mode 
+6af6 c283eaf8 bbit1 le_pairing_mode_secure_connect_bit ,find_addr_from_bd_list_random_non_resolvable_private_address_sc 
+6af7 20206afe branch find_addr_from_bd_list_random_non_resolvable_private_address 
+
+find_addr_from_bd_list_static_addr_sc:
+
+find_addr_from_bd_list_random_non_resolvable_private_address_sc:
+6af8 6fe30173 fetch 6 ,mem_le_plap 
+6af9 67e442da store 8 ,mem_le_rand 
+6afa 20206afe branch find_addr_from_bd_list_random_non_resolvable_private_address 
+
+find_addr_from_bd_list_public_device_addr:
+6afb 70002d35 jam rec_4_mode_static_address ,mem_temp_reconn_record 
+6afc 6fe30173 fetch 6 ,mem_le_plap 
+6afd 20206b01 branch find_addr_from_bd_list_common 
+
+find_addr_from_bd_list_random_non_resolvable_private_address:
+6afe 70002d37 jam rec_4_mode_random_non_resolvable_private_address ,mem_temp_reconn_record 
+6aff 20206b01 branch find_addr_from_bd_list_common 
+
+find_addr_from_bd_list_random_addr:
+6b00 70002d36 jam rec_4_mode_random_resolvable_private_address ,mem_temp_reconn_record 
+
+find_addr_from_bd_list_common:
+6b01 44cd4013 bpatch patch13_2 ,mem_patch13 
+6b02 6fe143b1 fetch 2 ,mem_nv_data_ptr 
+6b03 e840803f ifetcht 1 ,pdata 
+6b04 1fe0fe01 pincrease 1 
+6b05 67e1002e store 2 ,mem_list_item_ptr 
+6b06 6048802c storet 1 ,mem_select_list_item 
+6b07 6fe0c3b3 fetch 1 ,mem_nv_data_number 
+6b08 1fe22600 icopy regc 
+
+nvram_find_addr_from_list:
+6b09 6fe1002e fetch 2 ,mem_list_item_ptr 
+6b0a 1fe22200 copy pdata ,rega 
+6b0b 20406b19 call nvram_find_addr_from_list_compare 
+6b0c 20740000 rtn user 
+6b0d 6849002e fetcht 2 ,mem_list_item_ptr 
+6b0e 18408422 increase nv_data_len ,temp 
+6b0f 6049002e storet 2 ,mem_list_item_ptr 
+6b10 184085ff increase -1 ,temp 
+6b11 efe08002 ifetch 1 ,temp 
+6b12 67e0802c store 1 ,mem_select_list_item 
+6b13 1a60a7ff increase -1 ,regc 
+6b14 2422eb09 nbranch nvram_find_addr_from_list ,zero 
+6b15 6fe0c3b3 fetch 1 ,mem_nv_data_number 
+6b16 1fe0ffff pincrease decreased_one 
+6b17 67e0802c store 1 ,mem_select_list_item 
+6b18 20600000 rtn 
+
+nvram_find_addr_from_list_compare:
+6b19 6fe0802d fetch 1 ,mem_temp_reconn_record 
+6b1a c099eb20 bne rec_3_mode ,find_addr_from_list_compare_ble_mode 
+
+find_master_addr_from_list_compare:
+6b1b da40002d arg mem_temp_reconn_record ,regb 
+6b1c df200007 arg 7 ,loopcnt 
+6b1d 20407477 call string_compare 
+6b1e 2022f4c8 branch enable_user ,zero 
+6b1f 20600000 rtn 
+
+find_addr_from_list_compare_ble_mode:
+6b20 c01b6b23 beq rec_4_mode_random_resolvable_private_address ,find_irk_form_list_compare 
+6b21 c01beb3e beq rec_4_mode_random_non_resolvable_private_address ,find_ediv_form_list_compare 
+6b22 20206b1b branch find_master_addr_from_list_compare 
+
+find_irk_form_list_compare:
+6b23 e8408011 ifetcht 1 ,rega 
+6b24 98467c00 isub temp ,null 
+6b25 24628000 nrtn zero 
+6b26 d8a004f6 arg mem_le_prand ,contw 
+6b27 df200010 arg 16 ,loopcnt 
+6b28 204073ec call clear_mem 
+6b29 6fe18176 fetch 3 ,mem_le_plap + 3 
+6b2a 67e184f6 store 3 ,mem_le_prand 
+6b2b 20406b35 call genernate_master_macaddress 
+6b2c 6fe10513 fetch 2 ,mem_le_aes_128 + 13 
+6b2d 1ff0fe00 byteswap pdata ,pdata 
+6b2e 1fed0400 lshift8 pdata ,temp 
+6b2f efe08006 ifetch 1 ,contr 
+6b30 9840fe00 iadd temp ,pdata 
+6b31 68498173 fetcht 3 ,mem_le_plap 
+6b32 98467c00 isub temp ,null 
+6b33 2022f4c8 branch enable_user ,zero 
+6b34 20600000 rtn 
+
+genernate_master_macaddress:
+6b35 d8c004f6 arg mem_le_prand ,contr 
+6b36 20406e7d call load_data128 
+6b37 efe08011 ifetch 1 ,rega 
+6b38 20406e7e call load_regext 
+6b39 18006c38 force 0x38 ,aes_ctrl 
+6b3a 18006c00 force 0x0 ,aes_ctrl 
+6b3b 20406deb call wait_aes 
+6b3c d8a00506 arg mem_le_aes_128 ,contw 
+6b3d 20206e91 branch store_aes_result 
+
+find_ediv_form_list_compare:
+6b3e e8408011 ifetcht 1 ,rega 
+6b3f 98467c00 isub temp ,null 
+6b40 24628000 nrtn zero 
+6b41 18c22200 copy contr ,rega 
+6b42 18c0a608 add contr ,8 ,regc 
+6b43 da4042da arg mem_le_rand ,regb 
+6b44 df200008 arg 8 ,loopcnt 
+6b45 20407477 call string_compare 
+6b46 2022f4c8 branch enable_user ,zero 
+6b47 1a622200 copy regc ,rega 
+6b48 da4042e2 arg mem_le_irk ,regb 
+6b49 df200008 arg 8 ,loopcnt 
+6b4a 20407477 call string_compare 
+6b4b 2022f4c8 branch enable_user ,zero 
+6b4c 20600000 rtn 
+
+load_device_list_mode_4:
+6b4d 204074cc call enable_user2 
+6b4e 20406ae0 call nvram_find_addr_from_bd_list 
+6b4f 24346b58 nbranch clear_ltk_exists ,user 
+6b50 6fe1002e fetch 2 ,mem_list_item_ptr 
+6b51 1fe08c01 add pdata ,1 ,contr 
+6b52 d8a042e2 arg mem_le_irk ,contw 
+6b53 204073d2 call memcpy16 
+6b54 d8a0424c arg mem_le_ltk ,contw 
+6b55 204073d2 call memcpy16 
+6b56 70425c01 jam 1 ,mem_ltk_exists 
+6b57 20600000 rtn 
+
+clear_ltk_exists:
+6b58 70425c00 jam 0 ,mem_ltk_exists 
+6b59 20600000 rtn 
+
+eeprom_store_le_reconn_info:
+6b5a 70002d34 jam rec_4_mode ,mem_record_bt_mode 
+
+eeprom_store_reconn_info:
+6b5b 6fe0c095 fetch 1 ,mem_device_option 
+6b5c c0045b33 beq dvc_op_mouse ,mouse_store_remote_bdaddr 
+6b5d 20600000 rtn 
+
+gpio_set_wake_by_current_state:
+6b5e 44cdc013 bpatch patch13_3 ,mem_patch13 
+6b5f 79200407 set1 gpio_active_bit ,temp 
+6b60 20406b85 call gpio_get_bit 
+6b61 7d208407 nsetflag true ,gpio_active_bit ,temp 
+
+gpio_set_wake:
+6b62 44ce4013 bpatch patch13_4 ,mem_patch13 
+6b63 18467cff sub temp ,ui_button_gpio_disable ,null 
+6b64 20628000 rtn zero 
+6b65 284c0007 isolate0 gpio_active_bit ,temp 
+6b66 18410e1f and temp ,0x1f ,queue 
+6b67 6fe20016 fetch 4 ,mem_gpio_wakeup_low 
+6b68 f920fe00 qsetflag true ,pdata 
+6b69 67e20016 store 4 ,mem_gpio_wakeup_low 
+6b6a 6fe2001a fetch 4 ,mem_gpio_wakeup_high 
+6b6b fd20fe00 nqsetflag true ,pdata 
+6b6c 67e2001a store 4 ,mem_gpio_wakeup_high 
+6b6d 20600000 rtn 
+
+gpio_clr_wake:
+6b6e 44cec013 bpatch patch13_5 ,mem_patch13 
+6b6f 18467cff sub temp ,ui_button_gpio_disable ,null 
+6b70 20628000 rtn zero 
+6b71 284c0007 isolate0 gpio_active_bit ,temp 
+6b72 18410e1f and temp ,0x1f ,queue 
+6b73 6fe20016 fetch 4 ,mem_gpio_wakeup_low 
+6b74 f93ffe00 qset0 pdata 
+6b75 67e20016 store 4 ,mem_gpio_wakeup_low 
+6b76 6fe2001a fetch 4 ,mem_gpio_wakeup_high 
+6b77 f93ffe00 qset0 pdata 
+6b78 67e2001a store 4 ,mem_gpio_wakeup_high 
+6b79 20600000 rtn 
+
+gpio_config_input_nowake:
+6b7a 20406b6e call gpio_clr_wake 
+6b7b 20206b7f branch gpio_config_input_without_wake 
+
+gpio_config_input:
+6b7c 18467cff sub temp ,ui_button_gpio_disable ,null 
+6b7d 20628000 rtn zero 
+6b7e 2455eb62 ncall gpio_set_wake ,wake 
+
+gpio_config_input_without_wake:
+6b7f 20406bb3 call gpio_addr 
+6b80 58000000 setarg 0 
+6b81 284ffe07 isolate1 gpio_active_bit ,temp 
+6b82 7d20fe06 nsetflag true ,6 ,pdata 
+6b83 7920fe07 setflag true ,7 ,pdata 
+6b84 20206bac branch gpio_write 
+
+gpio_get_bit:
+6b85 44cf4013 bpatch patch13_6 ,mem_patch13 
+6b86 d8a0811c arg core_gpio_in ,contw 
+6b87 18410e07 and temp ,0x07 ,queue 
+6b88 18497e00 rshift3 temp ,pdata 
+6b89 1fe17e03 and_into 3 ,pdata 
+6b8a 98a08a00 iadd contw ,contw 
+6b8b efe08005 ifetch 1 ,contw 
+6b8c 284ffe07 isolate1 gpio_active_bit ,temp 
+6b8d 2020eb90 branch gpio_get_bit_reverse ,true 
+6b8e afec0000 qisolate0 pdata 
+6b8f 20600000 rtn 
+
+gpio_get_bit_reverse:
+6b90 afefffff qisolate1 pdata 
+6b91 20600000 rtn 
+
+gpio_out_inactive:
+6b92 18467cff sub temp ,ui_button_gpio_disable ,null 
+6b93 20628000 rtn zero 
+6b94 2fcffe07 isolate1 gpio_active_bit ,null 
+6b95 20206b99 branch gpio_out_flag 
+
+gpio_config_output:
+
+gpio_out_active:
+6b96 18467cff sub temp ,ui_button_gpio_disable ,null 
+6b97 20628000 rtn zero 
+6b98 2fcc0007 isolate0 gpio_active_bit ,null 
+
+gpio_out_flag:
+6b99 58000000 setarg 0 
+6b9a 7d20fe07 nsetflag true ,gpio_active_bit ,pdata 
+6b9b 98428400 ixor temp ,temp 
+
+gpio_out:
+6b9c 20406bb3 call gpio_addr 
+6b9d 5800003f setarg gpcfg_output_high 
+6b9e 284ffe07 isolate1 gpio_active_bit ,temp 
+6b9f 7920fe00 setflag true ,0 ,pdata 
+6ba0 20206bac branch gpio_write 
+
+gpio_check_active:
+6ba1 18467cff sub temp ,ui_button_gpio_disable ,null 
+6ba2 2022f4d2 branch disable_true ,zero 
+6ba3 20406bb3 call gpio_addr 
+6ba4 efe08005 ifetch 1 ,contw 
+6ba5 c2806ba8 bbit1 0 ,gpio_check_active_high 
+6ba6 284c0007 isolate0 gpio_active_bit ,temp 
+6ba7 20600000 rtn 
+
+gpio_check_active_high:
+6ba8 284ffe07 isolate1 gpio_active_bit ,temp 
+6ba9 20600000 rtn 
+
+gpio_set_analog:
+6baa 20406bb3 call gpio_addr 
+6bab 580000c0 setarg gpcfg_no_ie 
+
+gpio_write:
+6bac e7e08005 istore 1 ,contw 
+6bad 20600000 rtn 
+
+gpio_set_high_impedance:
+6bae 18467cff sub temp ,gpio_disable ,null 
+6baf 20628000 rtn zero 
+6bb0 20406bb3 call gpio_addr 
+6bb1 58000000 setarg gpcfg_high_impedance 
+6bb2 20206bac branch gpio_write 
+
+gpio_addr:
+6bb3 18417e3f and temp ,0x3f ,pdata 
+6bb4 1fe67c0d sub pdata ,gpio_number + -1 ,null 
+6bb5 24213a8a nbranch assert ,positive 
+6bb6 d8a08070 arg core_gpio_conf ,contw 
+
+gpio_addr_next:
+6bb7 98a08a00 iadd contw ,contw 
+6bb8 20600000 rtn 
+
+gpio_config_param:
+6bb9 1fe104ff and pdata ,0xff ,temp 
+6bba 1fecfe00 rshift8 pdata ,pdata 
+6bbb 20206bbd branch gpio_config_function_int 
+
+gpio_config_function:
+6bbc c4038000 rtnbit0 gpio_active_bit 
+
+gpio_config_function_int:
+6bbd 1fe17e3f and_into 0x3f ,pdata 
+6bbe 1fe67c0d sub pdata ,gpio_number + -1 ,null 
+6bbf 24213a8a nbranch assert ,positive 
+6bc0 d8a08070 arg core_gpio_conf ,contw 
+
+gpio_config_function_int_next:
+6bc1 98a08a00 iadd contw ,contw 
+6bc2 e0408005 istoret 1 ,contw 
+6bc3 20600000 rtn 
+
+gpio_get_config:
+6bc4 1841043f and_into 0x3f ,temp 
+6bc5 58008070 setarg core_gpio_conf 
+6bc6 98408c00 iadd temp ,contr 
+6bc7 efe08006 ifetch 1 ,contr 
+6bc8 20600000 rtn 
+
+gpio_set_before_lpm:
+6bc9 df20000e arg gpio_number ,loopcnt 
+6bca d8c08070 arg core_gpio_conf ,contr 
+
+setgpio_loop:
+6bcb 18c20a00 copy contr ,contw 
+6bcc efe08006 ifetch 1 ,contr 
+6bcd c00febd7 beq gpcfg_spid_miso ,setgpio_pullup 
+6bce c0106bd7 beq gpcfg_spid_ncs ,setgpio_pullup 
+6bcf c010ebd7 beq gpcfg_spid_sck ,setgpio_pullup 
+6bd0 c0116bd7 beq gpcfg_spid_mosi ,setgpio_pullup 
+6bd1 c011ebd7 beq gpcfg_spid_sdio ,setgpio_pullup 
+6bd2 c0166bd7 beq gpcfg_iic_scl ,setgpio_pullup 
+6bd3 c016ebd7 beq gpcfg_iic_sda ,setgpio_pullup 
+6bd4 c0006bd7 beq gpcfg_input ,setgpio_pullup 
+
+setgpio_loop_end:
+6bd5 c2006bcb loop setgpio_loop 
+6bd6 20600000 rtn 
+
+setgpio_pullup:
+6bd7 58000040 setarg gpcfg_pullup 
+6bd8 e7e08005 istore 1 ,contw 
+6bd9 20206bd5 branch setgpio_loop_end 
+
+setgpio_pulldown:
+6bda 58000080 setarg gpcfg_pulldown 
+6bdb e7e08005 istore 1 ,contw 
+6bdc 20206bd5 branch setgpio_loop_end 
+
+adc_init_data:
+6bdd 44cfc013 bpatch patch13_7 ,mem_patch13 
+6bde 580007e0 setarg otp_offset_adc_param 
+6bdf da2043b6 arg mem_gpio_h_k19_b13 ,rega 
+6be0 d840000c arg 12 ,temp 
+6be1 202068c5 branch otpd_read_data_with_pwr_operation 
+
+enable_adc:
+6be2 44d04014 bpatch patch14_0 ,mem_patch14 
+6be3 6a508a12 fetchr regb ,1 ,core_rf_ldo_cfg6 
+6be4 708a123d jam 0x3d ,core_rf_ldo_cfg6 
+6be5 708a11aa jam 0xaa ,core_rf_ldo_cfg5 
+6be6 708a0a0c jam 0x0c ,core_rf_ldo_en0 
+6be7 6ff08a09 fetch 1 ,core_clkpll_cfg6 
+6be8 79207e07 set1 7 ,pdata 
+6be9 67f08a09 store 1 ,core_clkpll_cfg6 
+6bea 708a0b04 jam 0x04 ,core_rf_ldo_en1 
+6beb 2000003c nop 60 
+6bec 708a1600 jam 0 ,core_syn_en 
+6bed 708a1706 jam 6 ,core_rx_en0 
+6bee 20406c02 call read_adc_mode 
+6bef 67f08a97 store 1 ,core_gpadc_ctrl 
+6bf0 7080c603 jam 0x03 ,core_sum_ctrl 
+6bf1 2000003c nop 60 
+6bf2 6ff08053 fetch 1 ,core_sum_en 
+6bf3 79207e07 set1 7 ,pdata 
+6bf4 67f08053 store 1 ,core_sum_en 
+6bf5 200003e8 nop 1000 
+6bf6 6fe143c4 fetch 2 ,mem_adc_delay 
+6bf7 6848c3c6 fetcht 1 ,mem_adc_config_flag 
+6bf8 18467c01 sub temp ,adc_config_hvin ,null 
+6bf9 2042ba8c call sleep ,zero 
+
+enable_adc_next:
+6bfa 6ff1014c fetch 2 ,core_adc_sum 
+6bfb 67e143c8 store 2 ,mem_adc_current_value 
+6bfc 6ff08053 fetch 1 ,core_sum_en 
+6bfd 793ffe07 set0 7 ,pdata 
+6bfe 67f08053 store 1 ,core_sum_en 
+6bff 708a9700 jam 0 ,core_gpadc_ctrl 
+6c00 62508a12 storer regb ,1 ,core_rf_ldo_cfg6 
+6c01 20600000 rtn 
+
+read_adc_mode:
+6c02 44d0c014 bpatch patch14_1 ,mem_patch14 
+6c03 6fe0c3c6 fetch 1 ,mem_adc_config_flag 
+6c04 c001ec09 beq adc_config_gpio_l ,adc_check_gpio_l 
+6c05 c0026c0b beq adc_config_gpio_h ,adc_check_gpio_h 
+6c06 c000ec07 beq adc_config_hvin ,adc_adc_mode_vbat 
+
+adc_adc_mode_vbat:
+6c07 5800004f setarg 0x4f 
+6c08 20600000 rtn 
+
+adc_check_gpio_l:
+6c09 da200002 arg 2 ,rega 
+6c0a 20206c0c branch adc_check_gpio 
+
+adc_check_gpio_h:
+6c0b da200006 arg 6 ,rega 
+
+adc_check_gpio:
+6c0c 6fe0c3c7 fetch 1 ,mem_adc_channel 
+6c0d 1fe9fe00 lshift3 pdata ,pdata 
+6c0e 1fe1fe01 or pdata ,1 ,pdata 
+6c0f 9a21fe00 ior rega ,pdata 
+6c10 20600000 rtn 
+
+adc_calculate:
+6c11 44d14014 bpatch patch14_2 ,mem_patch14 
+6c12 6fe0c3c6 fetch 1 ,mem_adc_config_flag 
+6c13 c001ec19 beq adc_config_gpio_l ,adc_calculate_gpio_l 
+6c14 c0026c17 beq adc_config_gpio_h ,adc_calculate_gpio_h 
+
+adc_calculate_gpio_bat:
+6c15 6fe243be fetch 4 ,mem_hvin_k19_b13 
+6c16 20206c1a branch adc_calculate2 
+
+adc_calculate_gpio_h:
+6c17 6fe243b6 fetch 4 ,mem_gpio_h_k19_b13 
+6c18 20206c1a branch adc_calculate2 
+
+adc_calculate_gpio_l:
+6c19 6fe243ba fetch 4 ,mem_gpio_l_k19_b13 
+
+adc_calculate2:
+6c1a 67e204cc store 4 ,mem_temp 
+6c1b 20406c28 call adc_19k_13b_32bit_cal_k 
+6c1c 684943c8 fetcht 2 ,mem_adc_current_value 
+6c1d 984ffe00 imul32 temp ,pdata 
+6c1e 1ff17e00 rshift16 pdata ,pdata 
+6c1f 1ff18400 rshift4 pdata ,temp 
+6c20 6fe204cc fetch 4 ,mem_temp 
+6c21 20406c2c call adc_19k_13b_32bit_cal_b 
+6c22 98467e00 isub temp ,pdata 
+6c23 d84003e8 arg 1000 ,temp 
+6c24 984ffe00 imul32 temp ,pdata 
+6c25 1ff17e00 rshift16 pdata ,pdata 
+6c26 1ff1fe00 rshift4 pdata ,pdata 
+6c27 20600000 rtn 
+
+adc_19k_13b_32bit_cal_k:
+6c28 da3fe000 arg 0xffffe000 ,rega 
+6c29 9a217e00 iand rega ,pdata 
+6c2a 1fe97e00 rshift3 pdata ,pdata 
+6c2b 20600000 rtn 
+
+adc_19k_13b_32bit_cal_b:
+6c2c da201fff arg 0x00001fff ,rega 
+6c2d 9a217e00 iand rega ,pdata 
+6c2e 1fed7e00 lshift8 pdata ,pdata 
+6c2f 1febfe00 lshift2 pdata ,pdata 
+6c30 20600000 rtn 
+
+adc_bat_percent_lowpower_out:
+6c31 efe40011 ifetch 8 ,rega 
+6c32 67e404c4 store 8 ,mem_pdatatemp 
+6c33 6fe104c4 fetch 2 ,mem_pdatatemp 
+6c34 684904c6 fetcht 2 ,mem_pdatatemp + 2 
+6c35 98462200 isub temp ,rega 
+6c36 6fe104ca fetch 2 ,mem_pdatatemp + 6 
+6c37 98462400 isub temp ,regb 
+6c38 684904c8 fetcht 2 ,mem_pdatatemp + 4 
+6c39 98467c00 isub temp ,null 
+6c3a 24416c41 ncall adc_set_low_power_flag ,positive 
+6c3b 1a4ffe64 mul32 regb ,100 ,pdata 
+6c3c 9a26fc00 idiv rega 
+6c3d 20407475 call wait_div_end 
+6c3e 1807fe00 quotient pdata 
+6c3f 205a6c49 call adc_set_no_power_flag ,blank 
+6c40 20600000 rtn 
+
+adc_set_low_power_flag:
+6c41 6fe0c3ca fetch 1 ,mem_adc_power_flag 
+6c42 79207e00 set1 0 ,pdata 
+6c43 67e0c3ca store 1 ,mem_adc_power_flag 
+6c44 20600000 rtn 
+
+adc_clear_low_power_flag:
+6c45 6fe0c3ca fetch 1 ,mem_adc_power_flag 
+6c46 793ffe00 set0 0 ,pdata 
+6c47 67e0c3ca store 1 ,mem_adc_power_flag 
+6c48 20600000 rtn 
+
+adc_set_no_power_flag:
+6c49 6848c3ca fetcht 1 ,mem_adc_power_flag 
+6c4a 79200401 set1 1 ,temp 
+6c4b 6048c3ca storet 1 ,mem_adc_power_flag 
+6c4c 20600000 rtn 
+
+adc_clear_no_power_flag:
+6c4d 6848c3ca fetcht 1 ,mem_adc_power_flag 
+6c4e 793f8401 set0 1 ,temp 
+6c4f 6048c3ca storet 1 ,mem_adc_power_flag 
+6c50 20600000 rtn 
+
+keyscan_key_init:
+6c51 6fe143de fetch 2 ,mem_key_num_ptr 
+6c52 efe0803f ifetch 1 ,pdata 
+
+keyscan_key_init_next:
+6c53 207a0000 rtn blank 
+6c54 1fe27200 copy pdata ,loopcnt 
+6c55 6fe143de fetch 2 ,mem_keyscan_ptr 
+6c56 1fe0fe03 increase 3 ,pdata 
+6c57 1fe22200 copy pdata ,rega 
+
+keyscan_key_init_lp1:
+6c58 e8408011 ifetcht 1 ,rega 
+6c59 20406b7c call gpio_config_input 
+6c5a 1a20a201 increase key_conf_struct_len ,rega 
+6c5b c2006c58 loop keyscan_key_init_lp1 
+
+keyscan_key_init_end:
+6c5c 20600000 rtn 
+
+keyscan_scan_key:
+6c5d 6fe143de fetch 2 ,mem_keyscan_ptr 
+6c5e 1fe0fe03 increase 3 ,pdata 
+6c5f 1fe22200 copy pdata ,rega 
+6c60 18002400 force 0 ,regb 
+6c61 58000000 setarg 0 
+6c62 67e10546 store 2 ,mem_key_value_temp 
+
+keyscan_scan_key_lp1:
+6c63 e8408011 ifetcht 1 ,rega 
+6c64 20406b85 call gpio_get_bit 
+6c65 44d1c014 bpatch patch14_3 ,mem_patch14 
+6c66 6fe10546 fetch 2 ,mem_key_value_temp 
+6c67 1a420e00 copy regb ,queue 
+6c68 f920fe00 qsetflag true ,pdata 
+6c69 67e10546 store 2 ,mem_key_value_temp 
+6c6a 1a20a201 increase key_conf_struct_len ,rega 
+6c6b 1a40a401 increase 1 ,regb 
+6c6c 6fe143de fetch 2 ,mem_key_num_ptr 
+6c6d efe0803f ifetch 1 ,pdata 
+
+keyscan_scan_key_lp1_next:
+6c6e 9a42fc00 ixor regb ,null 
+6c6f 2422ec63 nbranch keyscan_scan_key_lp1 ,zero 
+6c70 6fe10546 fetch 2 ,mem_key_value_temp 
+6c71 684943e0 fetcht 2 ,mem_key_value_retention 
+6c72 9842fc00 ixor temp ,null 
+6c73 20628000 rtn zero 
+6c74 202074c8 branch enable_user 
+
+keyscan_process_lpm_before:
+6c75 6fe143de fetch 2 ,mem_key_num_ptr 
+6c76 efe0803f ifetch 1 ,pdata 
+
+keyscan_process_lpm_before_next:
+6c77 207a0000 rtn blank 
+6c78 1fe27200 copy pdata ,loopcnt 
+6c79 6fe143de fetch 2 ,mem_keyscan_ptr 
+6c7a 1fe0fe03 increase 3 ,pdata 
+6c7b 1fe22200 copy pdata ,rega 
+
+keyscan_process_lpm_before_lp1:
+6c7c e8408011 ifetcht 1 ,rega 
+6c7d 20406b5e call gpio_set_wake_by_current_state 
+6c7e 1a20a201 increase key_conf_struct_len ,rega 
+6c7f c2006c7c loop keyscan_process_lpm_before_lp1 
+
+keyscan_process_lpm_before_end:
+6c80 20600000 rtn 
+
+keyscan_key_process:
+6c81 d8e00009 arg key_scan_timer ,queue 
+6c82 2040742e call timer_check 
+6c83 247a0000 nrtn blank 
+6c84 58000020 setarg 0x20 
+6c85 d8e00009 arg key_scan_timer ,queue 
+6c86 20407420 call timer_init 
+6c87 78547c00 disable user 
+6c88 20406c75 call keyscan_process_lpm_before 
+6c89 44d24014 bpatch patch14_4 ,mem_patch14 
+6c8a 6fe143de fetch 2 ,mem_key_num_ptr 
+6c8b efe0803f ifetch 1 ,pdata 
+
+keyscan_key_process_next:
+6c8c 207a0000 rtn blank 
+6c8d 20406c5d call keyscan_scan_key 
+6c8e 24346ef1 nbranch lpm_button_clean_wake_lock ,user 
+6c8f 20406eef call lpm_button_get_wake_lock 
+6c90 78547c00 disable user 
+6c91 6fe10546 fetch 2 ,mem_key_value_temp 
+6c92 67e1054d store 2 ,mem_key_value_temp4 
+6c93 70054f00 jam 0 ,mem_key_value_temp6 
+6c94 18000e00 force 0 ,queue 
+
+keyscan_key_lp1:
+6c95 6fe143e0 fetch 2 ,mem_key_value_retention 
+6c96 1fe30400 rshift pdata ,temp 
+6c97 604943e0 storet 2 ,mem_key_value_retention 
+6c98 1fe17e01 and pdata ,0x01 ,pdata 
+6c99 6849054d fetcht 2 ,mem_key_value_temp4 
+6c9a 18412201 and temp ,0x01 ,rega 
+6c9b 18430400 rshift temp ,temp 
+6c9c 6049054d storet 2 ,mem_key_value_temp4 
+6c9d 9a22fc00 ixor rega ,null 
+6c9e 2442ecaa ncall keyscan_send_key_data ,zero 
+6c9f 6fe143de fetch 2 ,mem_key_num_ptr 
+6ca0 efe0803f ifetch 1 ,pdata 
+
+keyscan_key_lp1_next:
+6ca1 6848854f fetcht 1 ,mem_key_value_temp6 
+6ca2 18408401 increase 1 ,temp 
+6ca3 6048854f storet 1 ,mem_key_value_temp6 
+6ca4 18420e00 copy temp ,queue 
+6ca5 98e2fc00 ixor queue ,null 
+6ca6 2422ec95 nbranch keyscan_key_lp1 ,zero 
+6ca7 6fe10546 fetch 2 ,mem_key_value_temp 
+6ca8 67e143e0 store 2 ,mem_key_value_retention 
+6ca9 20600000 rtn 
+
+keyscan_send_key_data:
+6caa 44d2c014 bpatch patch14_5 ,mem_patch14 
+6cab 6fe143de fetch 2 ,mem_keyscan_ptr 
+6cac 1fe0fe01 increase 1 ,pdata 
+6cad efe1003f ifetch 2 ,pdata 
+6cae 20207487 branch callback_func 
+
+pwm_init:
+6caf 6ff08042 fetch 1 ,core_clksel 
+6cb0 9a21fe00 ior rega ,pdata 
+6cb1 67f08042 store 1 ,core_clksel 
+6cb2 6ff10050 fetch 2 ,core_clkoff 
+6cb3 793ffe0d set0 clock_off_pwm ,pdata 
+6cb4 67f10050 store 2 ,core_clkoff 
+
+delay_nop100:
+6cb5 20000064 nop 100 
+6cb6 20600000 rtn 
+
+pwm_clk_set:
+6cb7 6ff08042 fetch 1 ,core_clksel 
+6cb8 c2836cbc bbit1 6 ,pwm_24m_clk_set 
+6cb9 c283ecbe bbit1 7 ,pwm_33k_clk_set 
+
+pwm_12m_clk_set:
+6cba 58b71b00 setarg pwm_12mhz 
+6cbb 20600000 rtn 
+
+pwm_24m_clk_set:
+6cbc 596e3600 setarg pwm_24mhz 
+6cbd 20600000 rtn 
+
+pwm_33k_clk_set:
+6cbe 580080e8 setarg pwm_33khz 
+6cbf 20600000 rtn 
+
+pwm_out_set:
+6cc0 684984c6 fetcht 3 ,mem_pdatatemp + 2 
+6cc1 20406cb7 call pwm_clk_set 
+6cc2 9846fc00 idiv temp 
+6cc3 20407475 call wait_div_end 
+6cc4 18078400 quotient temp 
+6cc5 6fe084c9 fetch 1 ,mem_pdatatemp + 5 
+6cc6 984ffe00 imul32 temp ,pdata 
+6cc7 1fe6fc64 div pdata ,100 
+6cc8 20407475 call wait_div_end 
+6cc9 1807a200 quotient rega 
+6cca 18427e00 copy temp ,pdata 
+6ccb 9a262400 isub rega ,regb 
+6ccc 6fe084c5 fetch 1 ,mem_pdatatemp + 1 
+6ccd 20406cd4 call pwm_duty_cycle_set 
+6cce 6fe084c4 fetch 1 ,mem_pdatatemp 
+6ccf 684884c5 fetcht 1 ,mem_pdatatemp + 1 
+6cd0 1841040f and_into 0x0f ,temp 
+6cd1 184d0400 lshift8 temp ,temp 
+6cd2 9841fe00 ior temp ,pdata 
+6cd3 20206d14 branch pwm_enable 
+
+pwm_duty_cycle_set:
+6cd4 98000e00 iforce queue 
+6cd5 20406ce2 call pwm_duty_cycle_set_without_autoload 
+6cd6 20206cd7 branch pwm_autoload_set 
+
+pwm_autoload_set:
+6cd7 6ff080c5 fetch 1 ,core_pwm_autoload 
+6cd8 f9207e00 qset1 pdata 
+6cd9 67f080c5 store 1 ,core_pwm_autoload 
+6cda 68588042 fetcht 1 ,core_clksel 
+6cdb 284ffe07 isolate1 7 ,temp 
+6cdc 2040ece0 call delay_1clk_of_33k ,true 
+6cdd f93ffe00 qset0 pdata 
+6cde 67f080c5 store 1 ,core_pwm_autoload 
+6cdf 20600000 rtn 
+
+delay_1clk_of_33k:
+6ce0 200001e0 nop 480 
+6ce1 20600000 rtn 
+
+pwm_duty_cycle_set_without_autoload:
+6ce2 1fe17e0f and_into 0x0f ,pdata 
+6ce3 d8a0809c arg core_pwm_pcnt0 ,contw 
+6ce4 1feffe04 mul32 pdata ,4 ,pdata 
+6ce5 98a08a00 iadd contw ,contw 
+6ce6 1a227e00 copy rega ,pdata 
+6ce7 e7e10005 istore 2 ,contw 
+6ce8 1a427e00 copy regb ,pdata 
+6ce9 e7e10005 istore 2 ,contw 
+6cea 20600000 rtn 
+
+pwm_enable_in_syncmode:
+6ceb 1a4c8e00 rshift8 regb ,queue 
+6cec 20406d09 call pwm_init_bit_set 
+6ced 1a4c8e00 rshift8 regb ,queue 
+6cee 20406d03 call pwm_syncmode_set 
+6cef 1a2c8e00 rshift8 rega ,queue 
+6cf0 7820fc00 enable true 
+6cf1 20406d04 call pwm_syncmode_set_process 
+6cf2 1a227e00 deposit rega 
+6cf3 20406d0f call pwm_gpio_select 
+6cf4 1a427e00 deposit regb 
+6cf5 20206d14 branch pwm_enable 
+
+pwm_disable_in_syncmode:
+6cf6 1a227e00 deposit rega 
+6cf7 20406d17 call pwm_disable 
+6cf8 1a427e00 deposit regb 
+6cf9 20406d17 call pwm_disable 
+6cfa 1a2c8e00 rshift8 rega ,queue 
+6cfb 7840fc00 disable true 
+6cfc 20406d04 call pwm_syncmode_set_process 
+6cfd 1a4c8e00 rshift8 regb ,queue 
+6cfe 7840fc00 disable true 
+6cff 20406d0a call pwm_init_bit_set_process 
+6d00 1a4c8e00 rshift8 regb ,queue 
+6d01 7840fc00 disable true 
+6d02 20206d04 branch pwm_syncmode_set_process 
+
+pwm_syncmode_set:
+6d03 28effe07 isolate1 7 ,queue 
+
+pwm_syncmode_set_process:
+6d04 18e10e0f and queue ,0x0f ,queue 
+6d05 6ff080c3 fetch 1 ,core_pwm_sync 
+6d06 f920fe00 qsetflag true ,pdata 
+6d07 67f080c3 store 1 ,core_pwm_sync 
+6d08 20600000 rtn 
+
+pwm_init_bit_set:
+6d09 28effe06 isolate1 6 ,queue 
+
+pwm_init_bit_set_process:
+6d0a 18e10e0f and queue ,0x0f ,queue 
+6d0b 6ff0809b fetch 1 ,core_pwm_init 
+6d0c f920fe00 qsetflag true ,pdata 
+6d0d 67f0809b store 1 ,core_pwm_init 
+6d0e 20600000 rtn 
+
+pwm_gpio_select:
+6d0f 20406d1f call pwm_select_channel 
+
+pwm_gpio_select_process:
+6d10 1fed7e00 lshift8 pdata ,pdata 
+6d11 18e08410 add queue ,gpcfg_pwm_out0 ,temp 
+6d12 9841fe00 ior temp ,pdata 
+6d13 20206bb9 branch gpio_config_param 
+
+pwm_enable:
+6d14 78347c00 enable user 
+6d15 20406d0f call pwm_gpio_select 
+6d16 20206d1a branch pwm_set_select 
+
+pwm_disable:
+6d17 78547c00 disable user 
+6d18 20406d1f call pwm_select_channel 
+6d19 20206d1a branch pwm_set_select 
+
+pwm_set_select:
+6d1a 18e10e0f and queue ,0x0f ,queue 
+6d1b 6ff0809a fetch 1 ,core_pwm_en 
+6d1c f9347e00 qsetflag user ,pdata 
+6d1d 67f0809a store 1 ,core_pwm_en 
+6d1e 20600000 rtn 
+
+pwm_select_channel:
+6d1f 1fec8e00 rshift8 pdata ,queue 
+6d20 18e10e0f and queue ,0x0f ,queue 
+6d21 20600000 rtn 
+
+wdt_init_config:
+6d22 1fe20400 copy pdata ,temp 
+6d23 44d34014 bpatch patch14_6 ,mem_patch14 
+6d24 20406d2f call wdt_set_enable 
+6d25 58000800 setarg 2048 
+6d26 98467e00 isub temp ,pdata 
+6d27 1fe20400 copy pdata ,temp 
+6d28 18518400 rshift4 temp ,temp 
+6d29 60588004 storet 1 ,core_write_wdt 
+6d2a 20000578 nop 1400 
+6d2b 1fe20400 copy pdata ,temp 
+6d2c 1841040f and_into 0x0f ,temp 
+6d2d 6058800b storet 1 ,core_write_wdt2 
+6d2e 20600000 rtn 
+
+wdt_set_enable:
+6d2f 78367c00 enable user2 
+6d30 20206d33 branch wdt_init_set 
+
+wdt_set_disable:
+6d31 44d3c014 bpatch patch14_7 ,mem_patch14 
+6d32 78567c00 disable user2 
+
+wdt_init_set:
+6d33 6ff08043 fetch 1 ,core_config 
+6d34 79367e03 setflag user2 ,3 ,pdata 
+6d35 67f08043 store 1 ,core_config 
+6d36 20600000 rtn 
+
+wdt_kick_128ms:
+6d37 5800007d setarg 125 
+6d38 20206d22 branch wdt_init_config 
+
+generate_stk:
+6d39 44d74015 bpatch patch15_6 ,mem_patch15 
+6d3a 20406e22 call function_s1 
+6d3b d8a0424c arg mem_le_ltk ,contw 
+6d3c 20206e91 branch store_aes_result 
+
+authenticate_rconfirm:
+6d3d d8a0426d arg mem_le_srand ,contw 
+6d3e 2034ed40 branch authenticate_mconfirm ,master 
+6d3f d8a00153 arg mem_le_mrand ,contw 
+
+authenticate_mconfirm:
+6d40 18c22200 copy contr ,rega 
+6d41 204073d2 call memcpy16 
+6d42 20406e37 call function_c1 
+6d43 d8c0425d arg mem_le_rconfirm ,contr 
+6d44 20206eaa branch compare_res 
+
+generate_confirm:
+6d45 da200153 arg mem_le_mrand ,rega 
+6d46 2034ed48 branch generate_mrand ,master 
+6d47 da20426d arg mem_le_srand ,rega 
+
+generate_mrand:
+6d48 1a220a00 copy rega ,contw 
+6d49 204074e3 call generate_random 
+6d4a 20206e37 branch function_c1 
+
+generate_sk:
+6d4b d8c042ba arg mem_le_skdm ,contr 
+6d4c 20406e7d call load_data128 
+6d4d d8c0424c arg mem_le_ltk ,contr 
+6d4e 20406e7e call load_regext 
+6d4f 18006c38 force 0x38 ,aes_ctrl 
+6d50 18006c00 force 0x0 ,aes_ctrl 
+6d51 20406deb call wait_aes 
+6d52 d8a001a3 arg mem_le_sk ,contw 
+6d53 20206e91 branch store_aes_result 
+
+ccm_b0:
+6d54 18007008 force regidx_xor ,regext_index 
+6d55 18007e49 force 0x49 ,pdata 
+6d56 20206d5b branch iv_common 
+
+first_block_counter:
+6d57 18007e49 force 0x49 ,pdata 
+6d58 20206d5a branch first_block 
+
+first_block_data:
+6d59 18007e01 force 1 ,pdata 
+
+first_block:
+6d5a 18007000 force regidx_data ,regext_index 
+
+iv_common:
+6d5b 184d5e00 lshift8 temp ,regext 
+6d5c 9de1de00 ior regext ,regext 
+6d5d 1f00f001 increase 1 ,regext_index 
+6d5e 184cde00 rshift8 temp ,regext 
+6d5f 1df15e00 rshift16 regext ,regext 
+6d60 6fe14410 fetch 2 ,mem_ccm_iv 
+6d61 1ff07e00 lshift16 pdata ,pdata 
+6d62 9de1de00 ior regext ,regext 
+6d63 1f00f001 increase 1 ,regext_index 
+6d64 ede20006 ifetchr regext ,4 ,contr 
+6d65 1f00f001 increase 1 ,regext_index 
+6d66 efe10006 ifetch 2 ,contr 
+6d67 1a30de00 byteswap rega ,regext 
+6d68 1df05e00 lshift16 regext ,regext 
+6d69 9de1de00 ior regext ,regext 
+6d6a 1f00f001 increase 1 ,regext_index 
+6d6b 20600000 rtn 
+
+generate_mic:
+6d6c 1a608c01 add regc ,1 ,contr 
+6d6d efe08006 ifetch 1 ,contr 
+6d6e 98002200 iforce rega 
+6d6f 20406d57 call first_block_counter 
+6d70 20406ded call do_aes_ocb 
+6d71 18007000 force regidx_data ,regext_index 
+6d72 efe08013 ifetch 1 ,regc 
+6d73 1fe17e03 and_into 0x3 ,pdata 
+6d74 1ff05e00 lshift16 pdata ,regext 
+6d75 79205e08 set1 8 ,regext 
+6d76 20406e86 call clear_hidata 
+6d77 20406df0 call do_aes_cbc 
+6d78 1a227200 copy rega ,loopcnt 
+6d79 1a608c02 add regc ,2 ,contr 
+6d7a 20406e65 call padding_data 
+
+generate_mic_loop:
+6d7b 20406e6f call aes_load_data 
+6d7c 20406df0 call do_aes_cbc 
+6d7d 1f227e00 deposit loopcnt 
+6d7e 203a6d80 branch generate_mic_end ,blank 
+6d7f 20206d7b branch generate_mic_loop 
+
+generate_mic_end:
+6d80 1800700c force regidx_result ,regext_index 
+6d81 1de27e00 deposit regext 
+6d82 67e2014b store 4 ,mem_le_mic 
+6d83 20600000 rtn 
+
+aes_crypt_data:
+6d84 1a20a201 increase 1 ,rega 
+6d85 20406d59 call first_block_data 
+6d86 1a620c00 copy regc ,contr 
+6d87 20406e79 call aes_load_xor 
+6d88 20406df3 call do_aes_ctr 
+6d89 20406e98 call store_enc_data 
+6d8a 1a60a610 increase 16 ,regc 
+6d8b 1a40a5f0 increase -16 ,regb 
+6d8c 20216d84 branch aes_crypt_data ,positive 
+6d8d 20600000 rtn 
+
+le_decrypt_new:
+6d8e 20406de0 call ccm_init_common 
+6d8f 70806c00 jam 0 ,core_ccm_aad0 
+6d90 70806d01 jam 1 ,core_ccm_aad1 
+6d91 6fe08047 fetch 1 ,mem_le_rxbuf_data_header 
+6d92 1fe17e03 and_into 0x3 ,pdata 
+6d93 67f0806e store 1 ,core_ccm_aad2 
+6d94 58000049 setarg mem_le_rxbuf_data_payload 
+6d95 67f10068 store 2 ,core_ccm_input_playload_addr 
+6d96 67f1006a store 2 ,core_ccm_output_playload_addr 
+6d97 6a208048 fetchr rega ,1 ,mem_le_rxbuf_data_length 
+6d98 1a20a3fc increase -4 ,rega 
+6d99 242174d6 nbranch disable_blank ,positive 
+6d9a 62208048 storer rega ,1 ,mem_le_rxbuf_data_length 
+6d9b 58000049 setarg mem_le_rxbuf_data_payload 
+6d9c 9a208c00 iadd rega ,contr 
+6d9d 18007000 force regidx_data ,regext_index 
+6d9e ede20006 ifetchr regext ,4 ,contr 
+6d9f 65e2014f storer regext ,4 ,mem_le_peer_mic 
+6da0 684ac407 fetcht 5 ,mem_ccm_pcnt_rx 
+6da1 20406d54 call ccm_b0 
+6da2 70800a06 jam 6 ,core_ccm_ctrl 
+6da3 70800a07 jam 7 ,core_ccm_ctrl 
+6da4 6fe08048 fetch 1 ,mem_le_rxbuf_data_length 
+6da5 67f100c1 store 2 ,core_ccm_inptr 
+6da6 20406de7 call wait_ccm_done 
+6da7 6ff08108 fetch 1 ,core_misc_status 
+6da8 c303f4d6 bbit0 7 ,disable_blank 
+6da9 684a014f fetcht 4 ,mem_le_peer_mic 
+6daa 6fe2440c fetch 4 ,mem_ccm_last_mic 
+6dab 98467e00 isub temp ,pdata 
+6dac 207a0000 rtn blank 
+6dad 604a440c storet 4 ,mem_ccm_last_mic 
+6dae 6fe2c407 fetch 5 ,mem_ccm_pcnt_rx 
+6daf 1fe0fe01 increase 1 ,pdata 
+6db0 79207e27 set1 le_ccm_directionbit ,pdata 
+6db1 67e2c407 store 5 ,mem_ccm_pcnt_rx 
+6db2 18007e00 force 0 ,pdata 
+6db3 20600000 rtn 
+
+le_encrypt_new:
+6db4 20406dbb call le_encrypt_new_start 
+6db5 5800412d setarg mem_le_txpayload 
+6db6 9a20a200 iadd rega ,rega 
+6db7 20406de7 call wait_ccm_done 
+6db8 df00000c arg regidx_result ,regext_index 
+6db9 e5e20011 istorer regext ,4 ,rega 
+6dba 20600000 rtn 
+
+le_encrypt_new_start:
+6dbb 20406de0 call ccm_init_common 
+6dbc 44d7c015 bpatch patch15_7 ,mem_patch15 
+6dbd 70806c00 jam 0 ,core_ccm_aad0 
+6dbe 70806d01 jam 1 ,core_ccm_aad1 
+6dbf 6fe0c12b fetch 1 ,mem_le_txheader 
+6dc0 1fe17e03 and_into 0x3 ,pdata 
+6dc1 67f0806e store 1 ,core_ccm_aad2 
+6dc2 6fe104e3 fetch 2 ,mem_contr 
+6dc3 67f10068 store 2 ,core_ccm_input_playload_addr 
+6dc4 5800412d setarg mem_le_txpayload 
+6dc5 67f1006a store 2 ,core_ccm_output_playload_addr 
+6dc6 6a20c12c fetchr rega ,1 ,mem_le_txlen 
+6dc7 684ac402 fetcht 5 ,mem_ccm_pcnt_tx 
+6dc8 20406d54 call ccm_b0 
+6dc9 70800a02 jam 2 ,core_ccm_ctrl 
+6dca 70800a03 jam 3 ,core_ccm_ctrl 
+6dcb 6fe0c12c fetch 1 ,mem_le_txlen 
+6dcc 67f100c1 store 2 ,core_ccm_inptr 
+6dcd 1fe0fe04 increase 4 ,pdata 
+6dce 67e0c12c store 1 ,mem_le_txlen 
+6dcf 6fe2c402 fetch 5 ,mem_ccm_pcnt_tx 
+6dd0 1fe0fe01 increase 1 ,pdata 
+6dd1 793ffe27 set0 le_ccm_directionbit ,pdata 
+6dd2 67e2c402 store 5 ,mem_ccm_pcnt_tx 
+6dd3 20600000 rtn 
+
+ccm_wait_enc:
+6dd4 6ff1011a fetch 2 ,core_ccm_outptr 
+6dd5 98467c00 isub temp ,null 
+6dd6 20628000 rtn zero 
+6dd7 247a0000 nrtn blank 
+6dd8 20206dd4 branch ccm_wait_enc 
+
+ccm_check_enc_done:
+6dd9 6ff08108 fetch 1 ,core_misc_status 
+6dda c3033a8a bbit0 6 ,assert 
+
+ccm_enc_done:
+6ddb 5800412d setarg mem_le_txpayload 
+6ddc 98408a00 iadd temp ,contw 
+6ddd df00000c arg regidx_result ,regext_index 
+6dde e5e20005 istorer regext ,4 ,contw 
+6ddf 20206de9 branch ccm_ctrl_clr 
+
+ccm_init_common:
+6de0 44d84016 bpatch patch16_0 ,mem_patch16 
+6de1 1800700c force regidx_result ,regext_index 
+6de2 20406e8c call aes_clear 
+6de3 20406e8b call aes_clear_data 
+6de4 58000000 setarg 0 
+6de5 67f100c1 store 2 ,core_ccm_inptr 
+6de6 20600000 rtn 
+
+wait_ccm_done:
+6de7 6ff08108 fetch 1 ,core_misc_status 
+6de8 c3036de7 bbit0 6 ,wait_ccm_done 
+
+ccm_ctrl_clr:
+6de9 70800a00 jam 0 ,core_ccm_ctrl 
+6dea 20600000 rtn 
+
+wait_aes:
+6deb 243bedeb nbranch wait_aes ,aes_ready 
+6dec 20600000 rtn 
+
+do_aes_ocb:
+6ded 18006c30 force 0x30 ,aes_ctrl 
+6dee 18006c00 force 0x0 ,aes_ctrl 
+6def 20206deb branch wait_aes 
+
+do_aes_cbc:
+6df0 18006c32 force 0x32 ,aes_ctrl 
+6df1 18006c02 force 0x2 ,aes_ctrl 
+6df2 20206deb branch wait_aes 
+
+do_aes_ctr:
+6df3 18006c34 force 0x34 ,aes_ctrl 
+6df4 18006c04 force 0x4 ,aes_ctrl 
+6df5 20206deb branch wait_aes 
+
+aes_init:
+6df6 18006c01 force 1 ,aes_ctrl 
+6df7 18006c00 force 0 ,aes_ctrl 
+6df8 20600000 rtn 
+
+wait_keyinit_done:
+6df9 6ff08144 fetch 1 ,core_aes_decode_key_init 
+6dfa c302edf9 bbit0 5 ,wait_keyinit_done 
+6dfb 20600000 rtn 
+
+dec_key_initial:
+6dfc 67f1007e store 2 ,core_keybuf_saddr 
+6dfd 18006cc0 force 0xc0 ,aes_ctrl 
+6dfe 18006c80 force 0x80 ,aes_ctrl 
+6dff 20206df9 branch wait_keyinit_done 
+
+do_aes_ecb_dec:
+6e00 18007000 force regidx_data ,regext_index 
+6e01 1a420c00 copy regb ,contr 
+6e02 18007204 force 4 ,loopcnt 
+6e03 20406e0f call aes_ecb_dec_loop 
+6e04 18006d80 force 0x180 ,aes_ctrl 
+6e05 18006c80 force 0x80 ,aes_ctrl 
+6e06 20406deb call wait_aes 
+
+ecb_dec_generate:
+6e07 1800700c force regidx_result ,regext_index 
+6e08 1a620a00 copy regc ,contw 
+6e09 18007204 force 4 ,loopcnt 
+
+ecb_dec_generate_loop:
+6e0a 1de27e00 copy regext ,pdata 
+6e0b e7e20005 istore 4 ,contw 
+6e0c 1f00f001 increase 1 ,regext_index 
+6e0d c2006e0a loop ecb_dec_generate_loop 
+6e0e 20600000 rtn 
+
+aes_ecb_dec_loop:
+6e0f efe10006 ifetch 2 ,contr 
+6e10 e8410006 ifetcht 2 ,contr 
+6e11 18500400 lshift16 temp ,temp 
+6e12 9841de00 ior temp ,regext 
+6e13 1f00f001 increase 1 ,regext_index 
+6e14 c2006e0f loop aes_ecb_dec_loop 
+6e15 20600000 rtn 
+
+do_aes_cbc_dec:
+6e16 18007008 force regidx_xor ,regext_index 
+6e17 1a220c00 copy rega ,contr 
+6e18 18007204 force 4 ,loopcnt 
+6e19 20406e0f call aes_ecb_dec_loop 
+6e1a 18007000 force regidx_data ,regext_index 
+6e1b 1a420c00 copy regb ,contr 
+6e1c 18007204 force 4 ,loopcnt 
+6e1d 20406e0f call aes_ecb_dec_loop 
+6e1e 18006d82 force 0x182 ,aes_ctrl 
+6e1f 18006c82 force 0x82 ,aes_ctrl 
+6e20 20406deb call wait_aes 
+6e21 20206e07 branch ecb_dec_generate 
+
+function_s1:
+6e22 18007000 force regidx_data ,regext_index 
+6e23 6fe20153 fetch 4 ,mem_le_mrand 
+6e24 98005e00 iforce regext 
+6e25 1f00f001 increase 1 ,regext_index 
+6e26 efe20006 ifetch 4 ,contr 
+6e27 98005e00 iforce regext 
+6e28 1f00f001 increase 1 ,regext_index 
+6e29 6fe2426d fetch 4 ,mem_le_srand 
+6e2a 98005e00 iforce regext 
+6e2b 1f00f001 increase 1 ,regext_index 
+6e2c efe20006 ifetch 4 ,contr 
+6e2d 98005e00 iforce regext 
+6e2e 1f00f001 increase 1 ,regext_index 
+6e2f 20406e8c call aes_clear 
+6e30 1f00f1fc increase -4 ,regext_index 
+6e31 6fe242d4 fetch 4 ,mem_le_tk 
+6e32 1fe25e00 copy pdata ,regext 
+6e33 1f00f004 increase 4 ,regext_index 
+6e34 18006c38 force 0x38 ,aes_ctrl 
+6e35 18006c08 force 0x8 ,aes_ctrl 
+6e36 20206deb branch wait_aes 
+
+function_c1:
+6e37 44d8c016 bpatch patch16_1 ,mem_patch16 
+6e38 6fe342b0 fetch 6 ,mem_le_lap 
+6e39 684b0173 fetcht 6 ,mem_le_plap 
+6e3a 2034ee3d branch function_c1_master ,master 
+6e3b 6fe30173 fetch 6 ,mem_le_plap 
+6e3c 684b42b0 fetcht 6 ,mem_le_lap 
+
+function_c1_master:
+6e3d 18007008 force regidx_xor ,regext_index 
+6e3e 18425e00 copy temp ,regext 
+6e3f 1f00f001 increase 1 ,regext_index 
+6e40 184f5e00 rshift32 temp ,regext 
+6e41 1ff07e00 lshift16 pdata ,pdata 
+6e42 9de1de00 ior regext ,regext 
+6e43 1f00f001 increase 1 ,regext_index 
+6e44 1fef5e00 rshift32 pdata ,regext 
+6e45 1f00f001 increase 1 ,regext_index 
+6e46 18005e00 force 0 ,regext 
+6e47 18007e00 force 0 ,pdata 
+6e48 6fe0c2a0 fetch 1 ,mem_le_conn_peer_addr_type 
+6e49 6848c363 fetcht 1 ,mem_le_adv_own_addr_type 
+6e4a 2434ee4d nbranch function_c1_irat ,master 
+6e4b 6fe0c2a7 fetch 1 ,mem_le_conn_own_addr_type 
+6e4c 6848c2a0 fetcht 1 ,mem_le_conn_peer_addr_type 
+
+function_c1_irat:
+6e4d 67e0c27d store 1 ,mem_le_iat 
+6e4e 6048c27e storet 1 ,mem_le_rat 
+6e4f 18007000 force regidx_data ,regext_index 
+6e50 da40427d arg mem_le_iat ,regb 
+6e51 18007204 force 4 ,loopcnt 
+
+function_c1_loop1:
+6e52 efe20011 ifetch 4 ,rega 
+6e53 e8420012 ifetcht 4 ,regb 
+6e54 9842de00 ixor temp ,regext 
+6e55 1f00f001 increase 1 ,regext_index 
+6e56 1a20a204 increase 4 ,rega 
+6e57 1a40a404 increase 4 ,regb 
+6e58 c2006e52 loop function_c1_loop1 
+6e59 20406e8c call aes_clear 
+6e5a 1f00f1fc increase -4 ,regext_index 
+6e5b 6fe242d4 fetch 4 ,mem_le_tk 
+6e5c 1fe25e00 copy pdata ,regext 
+6e5d 1f00f004 increase 4 ,regext_index 
+6e5e 18006c38 force 0x38 ,aes_ctrl 
+6e5f 18006c0c force 0xc ,aes_ctrl 
+6e60 20406deb call wait_aes 
+6e61 20406e8b call aes_clear_data 
+6e62 18006c3a force 0x3a ,aes_ctrl 
+6e63 18006c08 force 0x8 ,aes_ctrl 
+6e64 20206deb branch wait_aes 
+
+padding_data:
+6e65 2f200600 compare 0 ,loopcnt ,3 
+6e66 20608000 rtn true 
+6e67 18c27e00 deposit contr 
+6e68 9f208a00 iadd loopcnt ,contw 
+6e69 18007e00 force 0 ,pdata 
+
+padding_loop:
+6e6a e7e08005 istore 1 ,contw 
+6e6b 1f20f201 increase 1 ,loopcnt 
+6e6c 2f200600 compare 0 ,loopcnt ,3 
+6e6d 20608000 rtn true 
+6e6e 20206e6a branch padding_loop 
+
+aes_load_data:
+6e6f 18007000 force regidx_data ,regext_index 
+
+load_data_loop:
+6e70 1f227e00 deposit loopcnt 
+6e71 203a6e74 branch load_data_padding ,blank 
+6e72 efe20006 ifetch 4 ,contr 
+6e73 1f20f3fc increase -4 ,loopcnt 
+
+load_data_padding:
+6e74 98005e00 iforce regext 
+6e75 1f00f001 increase 1 ,regext_index 
+6e76 2f001e04 compare regidx_key ,regext_index ,0xf 
+6e77 20608000 rtn true 
+6e78 20206e70 branch load_data_loop 
+
+aes_load_xor:
+6e79 18007008 force regidx_xor ,regext_index 
+6e7a 20206e7e branch load_regext 
+
+load_key:
+6e7b 18007004 force regidx_key ,regext_index 
+6e7c 20206e7e branch load_regext 
+
+load_data128:
+6e7d 18007000 force regidx_data ,regext_index 
+
+load_regext:
+6e7e 18007204 force 4 ,loopcnt 
+
+load_regext_loop:
+6e7f efe20006 ifetch 4 ,contr 
+6e80 98005e00 iforce regext 
+6e81 1f00f001 increase 1 ,regext_index 
+6e82 c2006e7f loop load_regext_loop 
+6e83 20600000 rtn 
+
+load_sk:
+6e84 d8c001a3 arg mem_le_sk ,contr 
+6e85 20206e7b branch load_key 
+
+clear_hidata:
+6e86 18007204 force 4 ,loopcnt 
+6e87 20206e8e branch clear_data_rest 
+
+regext_clear:
+6e88 18007000 force 0 ,regext_index 
+6e89 18007210 force 16 ,loopcnt 
+6e8a 20206e8d branch clear_loop 
+
+aes_clear_data:
+6e8b 18007000 force regidx_data ,regext_index 
+
+aes_clear:
+6e8c 18007204 force 4 ,loopcnt 
+
+clear_loop:
+6e8d 18005e00 force 0 ,regext 
+
+clear_data_rest:
+6e8e 1f00f001 increase 1 ,regext_index 
+6e8f c2006e8d loop clear_loop 
+6e90 20600000 rtn 
+
+store_aes_result:
+6e91 1800700c force regidx_result ,regext_index 
+6e92 18007204 force 4 ,loopcnt 
+
+send_aes_result_loop:
+6e93 1de27e00 deposit regext 
+6e94 e7e20005 istore 4 ,contw 
+6e95 1f00f001 increase 1 ,regext_index 
+6e96 c2006e93 loop send_aes_result_loop 
+6e97 20600000 rtn 
+
+store_enc_data:
+6e98 1800700c force regidx_result ,regext_index 
+6e99 1a620a00 copy regc ,contw 
+6e9a 1a40f201 add regb ,1 ,loopcnt 
+6e9b 1f267c0f sub loopcnt ,15 ,null 
+6e9c 20216e9e branch store_enc_loop ,positive 
+6e9d 18007210 force 16 ,loopcnt 
+
+store_enc_loop:
+6e9e 1de27e00 deposit regext 
+6e9f 1f267c03 sub loopcnt ,3 ,null 
+6ea0 20216ea6 branch store_enc_byte ,positive 
+6ea1 e7e20005 istore 4 ,contw 
+6ea2 1f20f3fc increase -4 ,loopcnt 
+6ea3 20628000 rtn zero 
+6ea4 1f00f001 increase 1 ,regext_index 
+6ea5 20206e9e branch store_enc_loop 
+
+store_enc_byte:
+6ea6 e7e08005 istore 1 ,contw 
+6ea7 1fecfe00 rshift8 pdata ,pdata 
+6ea8 c2006ea6 loop store_enc_byte 
+6ea9 20600000 rtn 
+
+compare_res:
+6eaa 1800700c force regidx_result ,regext_index 
+6eab 18007204 force 4 ,loopcnt 
+
+compare_res_loop:
+6eac efe20006 ifetch 4 ,contr 
+6ead 9de67c00 isub regext ,null 
+6eae 24628000 nrtn zero 
+6eaf 1f00f001 increase 1 ,regext_index 
+6eb0 c2006eac loop compare_res_loop 
+6eb1 18007c00 force 0 ,null 
+6eb2 20600000 rtn 
+
+enable_authrom:
+6eb3 6ff08050 fetch 1 ,core_clkoff 
+6eb4 793ffe00 set0 clock_off_auth_rom ,pdata 
+6eb5 67f08050 store 1 ,core_clkoff 
+6eb6 20600000 rtn 
+
+disable_authrom:
+6eb7 6ff08050 fetch 1 ,core_clkoff 
+6eb8 79207e00 set1 clock_off_auth_rom ,pdata 
+6eb9 67f08050 store 1 ,core_clkoff 
+6eba 20600000 rtn 
+
+ui_init:
+6ebb 20758000 rtn wake 
+6ebc 20403c42 call lpm_disable_exen_output 
+6ebd 20406ec2 call ui_button_init 
+6ebe 20406f6b call ui_timer_init 
+6ebf 20206ef8 branch ui_led_init_global 
+
+ui_dispatch:
+6ec0 20406f1b call ui_led_dispatch 
+6ec1 20206f5a branch ui_timer_check 
+
+ui_button_init:
+6ec2 6fe0c437 fetch 1 ,mem_ui_button_gpio 
+6ec3 c17f8000 rtneq ui_button_gpio_disable 
+6ec4 98000400 iforce temp 
+6ec5 20406b96 call gpio_config_output 
+6ec6 6848c437 fetcht 1 ,mem_ui_button_gpio 
+6ec7 20406b92 call gpio_out_inactive 
+6ec8 20000064 nop 100 
+6ec9 6848c437 fetcht 1 ,mem_ui_button_gpio 
+6eca 20406b7c call gpio_config_input 
+6ecb 20206ecc branch ui_button_polling 
+
+ui_button_polling:
+6ecc 44dc4017 bpatch patch17_0 ,mem_patch17 
+6ecd 6fe0c437 fetch 1 ,mem_ui_button_gpio 
+6ece c17f8000 rtneq ui_button_gpio_disable 
+6ecf 1fe20400 copy pdata ,temp 
+6ed0 20406b85 call gpio_get_bit 
+6ed1 2420eede nbranch ui_button_up ,true 
+
+ui_button_down:
+6ed2 20406ee8 call ui_button_check_long_press 
+6ed3 6fe14434 fetch 2 ,mem_ui_state_map 
+6ed4 79207e0c set1 ui_state_btn_down ,pdata 
+6ed5 67e14434 store 2 ,mem_ui_state_map 
+6ed6 6fe0c42f fetch 1 ,mem_ui_button_last_state 
+6ed7 c1000000 rtneq ui_button_state_down 
+6ed8 70442f00 jam ui_button_state_down ,mem_ui_button_last_state 
+6ed9 6fe0c436 fetch 1 ,mem_ui_button_timeout 
+6eda 67e0c42e store 1 ,mem_ui_button_timer 
+6edb 20406eef call lpm_button_get_wake_lock 
+6edc 7004c32c jam bt_evt_button_down ,mem_fifo_temp 
+6edd 20206f7b branch ui_ipc_send_event 
+
+ui_button_up:
+6ede 6fe14434 fetch 2 ,mem_ui_state_map 
+6edf 793ffe0c set0 ui_state_btn_down ,pdata 
+6ee0 67e14434 store 2 ,mem_ui_state_map 
+6ee1 6fe0c42f fetch 1 ,mem_ui_button_last_state 
+6ee2 c1008000 rtneq ui_button_state_up 
+6ee3 70442f01 jam ui_button_state_up ,mem_ui_button_last_state 
+6ee4 70442e00 jam 0 ,mem_ui_button_timer 
+6ee5 20406ef1 call lpm_button_clean_wake_lock 
+6ee6 7004c32d jam bt_evt_button_up ,mem_fifo_temp 
+6ee7 20206f7b branch ui_ipc_send_event 
+
+ui_button_check_long_press:
+6ee8 6fe0c42e fetch 1 ,mem_ui_button_timer 
+6ee9 207a0000 rtn blank 
+6eea 1fe0ffff increase -1 ,pdata 
+6eeb 67e0c42e store 1 ,mem_ui_button_timer 
+6eec 247a0000 nrtn blank 
+6eed 7004c310 jam bt_evt_button_long_pressed ,mem_fifo_temp 
+6eee 20206f7b branch ui_ipc_send_event 
+
+lpm_button_get_wake_lock:
+6eef d8e00007 arg wake_lock_button ,queue 
+6ef0 20203c21 branch lpm_get_wake_lock 
+
+lpm_button_clean_wake_lock:
+6ef1 d8e00007 arg wake_lock_button ,queue 
+6ef2 20203c25 branch lpm_put_wake_lock 
+
+calc_curr_struct_prt:
+6ef3 44dcc017 bpatch patch17_1 ,mem_patch17 
+6ef4 6fe1443a fetch 2 ,mem_ui_led_struct_ptr 
+6ef5 1a2fa40b mul32 rega ,led_offset_length ,regb 
+6ef6 9a40a400 iadd regb ,regb 
+6ef7 20600000 rtn 
+
+ui_led_init_global:
+6ef8 6fe0c439 fetch 1 ,mem_ui_led_struct_num 
+6ef9 207a0000 rtn blank 
+6efa 1fe27200 copy pdata ,loopcnt 
+6efb 6fe1443a fetch 2 ,mem_ui_led_struct_ptr 
+6efc 1fe22400 copy pdata ,regb 
+
+ui_led_init_loop:
+6efd 1a40a602 add regb ,led_offset_led_gpio ,regc 
+6efe e8408013 ifetcht 1 ,regc 
+6eff 20406f03 call ui_led_init_set 
+6f00 1a40a40b increase led_offset_length ,regb 
+6f01 c2006efd loop ui_led_init_loop 
+6f02 20600000 rtn 
+
+ui_led_init_set:
+6f03 6fe0c438 fetch 1 ,mem_ui_led_init_state_set 
+6f04 203a6b92 branch gpio_out_inactive ,blank 
+6f05 20206b96 branch gpio_out_active 
+
+ui_led_on_global:
+6f06 20406ef3 call calc_curr_struct_prt 
+6f07 58000002 setarg ui_led_state_lighting 
+6f08 e7e08012 istore 1 ,regb 
+6f09 20406f54 call ui_led_stop_timer 
+6f0a 20206f29 branch ui_led_on_static 
+
+ui_led_blink_stop_global:
+
+ui_led_off_global:
+6f0b 20406ef3 call calc_curr_struct_prt 
+6f0c 58000003 setarg ui_led_state_darking 
+6f0d e7e08012 istore 1 ,regb 
+6f0e 20406f54 call ui_led_stop_timer 
+6f0f 20206f24 branch ui_led_off_static 
+
+ui_led_blink_start_global:
+6f10 20406ef3 call calc_curr_struct_prt 
+6f11 58000001 setarg ui_led_state_blink_start 
+6f12 e7e08012 istore 1 ,regb 
+6f13 580000ff setarg led_infinite_flash_num 
+6f14 e7e08005 istore 1 ,contw 
+6f15 20206f24 branch ui_led_off_static 
+
+ui_led_set_style_global:
+6f16 20406ef3 call calc_curr_struct_prt 
+6f17 df20000b arg led_offset_length ,loopcnt 
+6f18 1a620c00 copy regc ,contr 
+6f19 1a420a00 copy regb ,contw 
+6f1a 2020740c branch memcpy_fast 
+
+ui_led_dispatch:
+6f1b 6fe0c439 fetch 1 ,mem_ui_led_struct_num 
+6f1c 207a0000 rtn blank 
+6f1d da200000 arg 0 ,rega 
+
+ui_led_blink_polling:
+6f1e 20406f2e call ui_led_change_style_by_type 
+6f1f 1a20a201 increase 1 ,rega 
+6f20 6fe0c439 fetch 1 ,mem_ui_led_struct_num 
+6f21 9a267c00 isub rega ,null 
+6f22 20628000 rtn zero 
+6f23 20206f1e branch ui_led_blink_polling 
+
+ui_led_off_static:
+6f24 1a40a602 add regb ,led_offset_led_gpio ,regc 
+6f25 e8408013 ifetcht 1 ,regc 
+6f26 6fe0c095 fetch 1 ,mem_device_option 
+6f27 c0045f22 beq dvc_op_mouse ,mouse_ui_led_off_static 
+6f28 20206b92 branch gpio_out_inactive 
+
+ui_led_on_static:
+6f29 1a40a602 add regb ,led_offset_led_gpio ,regc 
+6f2a e8408013 ifetcht 1 ,regc 
+6f2b 6fe0c095 fetch 1 ,mem_device_option 
+6f2c c0045f2f beq dvc_op_mouse ,mouse_ui_led_on_static 
+6f2d 20206b96 branch gpio_out_active 
+
+ui_led_change_style_by_type:
+6f2e 1a208e0b add rega ,ui_led_blink ,queue 
+6f2f 2040742e call timer_check 
+6f30 247a0000 nrtn blank 
+6f31 20406ef3 call calc_curr_struct_prt 
+6f32 efe08012 ifetch 1 ,regb 
+6f33 c0016f29 beq ui_led_state_lighting ,ui_led_on_static 
+6f34 c001ef24 beq ui_led_state_darking ,ui_led_off_static 
+6f35 c0006f24 beq ui_led_state_blink_stop ,ui_led_off_static 
+6f36 c002ef42 beq ui_led_state_blink_darking ,ui_led_blink_state_darking 
+
+ui_led_blink_state_lighting:
+6f37 20406f29 call ui_led_on_static 
+6f38 1a40a607 add regb ,led_offset_cb_ledon ,regc 
+6f39 2040739c call push_stack 
+6f3a efe10013 ifetch 2 ,regc 
+6f3b 20407487 call callback_func 
+6f3c 204073a8 call pop_stack 
+6f3d 58000005 setarg ui_led_state_blink_darking 
+6f3e e7e08012 istore 1 ,regb 
+6f3f 1a40a603 add regb ,led_offset_on_time ,regc 
+6f40 efe10013 ifetch 2 ,regc 
+6f41 20206f52 branch ui_led_blink_timer_start 
+
+ui_led_blink_state_darking:
+6f42 20406f24 call ui_led_off_static 
+6f43 1a40a609 add regb ,led_offset_cb_ledoff ,regc 
+6f44 2040739c call push_stack 
+6f45 efe10013 ifetch 2 ,regc 
+6f46 20407487 call callback_func 
+6f47 204073a8 call pop_stack 
+6f48 1a40a601 add regb ,led_offset_blink_count ,regc 
+6f49 efe08013 ifetch 1 ,regc 
+6f4a c07fef4e beq led_infinite_flash_num ,ui_led_blink_infinite 
+6f4b 1fe0ffff increase -1 ,pdata 
+6f4c e7e08013 istore 1 ,regc 
+6f4d 203a6f0b branch ui_led_blink_stop_global ,blank 
+
+ui_led_blink_infinite:
+6f4e 58000004 setarg ui_led_state_blink_lighting 
+6f4f e7e08012 istore 1 ,regb 
+6f50 1a40a605 add regb ,led_offset_off_time ,regc 
+6f51 efe10013 ifetch 2 ,regc 
+
+ui_led_blink_timer_start:
+6f52 1a208e0b add rega ,ui_led_blink ,queue 
+6f53 20207420 branch timer_init 
+
+ui_led_stop_timer:
+6f54 58000000 setarg 0 
+6f55 20206f52 branch ui_led_blink_timer_start 
+
+ui_timer_timeout:
+6f56 58001000 setarg 0x1000 
+6f57 1ff07e00 lshift16 pdata ,pdata 
+6f58 9a40a400 iadd regb ,regb 
+6f59 20600000 rtn 
+
+ui_timer_check:
+6f5a 44dd4017 bpatch patch17_2 ,mem_patch17 
+6f5b da200000 arg 0 ,rega 
+6f5c 684a4430 fetcht 4 ,mem_ui_timer_last_btclk 
+6f5d 1c422400 copy clkn_bt ,regb 
+6f5e 1a427e00 copy regb ,pdata 
+6f5f 98467c00 isub temp ,null 
+6f60 24416f56 ncall ui_timer_timeout ,positive 
+
+ui_timer_check_loop:
+6f61 1a427e00 copy regb ,pdata 
+6f62 184084a0 increase 160 ,temp 
+6f63 184084a0 increase 160 ,temp 
+6f64 98467c00 isub temp ,null 
+6f65 24216f6e nbranch ui_timer_check_end ,positive 
+6f66 1a20a201 increase 1 ,rega 
+6f67 1a217e0f and rega ,0x0f ,pdata 
+6f68 243a6f61 nbranch ui_timer_check_loop ,blank 
+6f69 da200000 arg 0 ,rega 
+6f6a 20406f74 call ui_timer_check_send_evt 
+
+ui_timer_init:
+6f6b 1c427e00 copy clkn_bt ,pdata 
+6f6c 67e24430 store 4 ,mem_ui_timer_last_btclk 
+6f6d 20600000 rtn 
+
+ui_timer_check_end:
+6f6e 1a227e00 copy rega ,pdata 
+6f6f 207a0000 rtn blank 
+6f70 18408560 increase -160 ,temp 
+6f71 18408560 increase -160 ,temp 
+6f72 793f841c set0 28 ,temp 
+6f73 604a4430 storet 4 ,mem_ui_timer_last_btclk 
+
+ui_timer_check_send_evt:
+6f74 20204dc0 branch app_evt_timer 
+
+ui_ipc_get_lock:
+6f75 70441c01 jam 1 ,mem_ipc_lock_bt 
+
+ui_ipc_get_lock_wait:
+6f76 6fe0c41d fetch 1 ,mem_ipc_lock_c51 
+6f77 243a6f76 nbranch ui_ipc_get_lock_wait ,blank 
+6f78 20600000 rtn 
+
+ui_ipc_put_lock:
+6f79 70441c00 jam 0 ,mem_ipc_lock_bt 
+6f7a 20600000 rtn 
+
+ui_ipc_send_event:
+6f7b 44ddc017 bpatch patch17_3 ,mem_patch17 
+6f7c 20406f75 call ui_ipc_get_lock 
+6f7d 1a227e00 copy rega ,pdata 
+6f7e 67e204d8 store 4 ,mem_rega 
+6f7f da20441e arg mem_ipc_fifo_bt2c51 ,rega 
+6f80 20407499 call fifo_in 
+6f81 6fe204d8 fetch 4 ,mem_rega 
+6f82 1fe22200 copy pdata ,rega 
+6f83 20206f79 branch ui_ipc_put_lock 
+
+ui_ipc_send_cmd:
+6f84 44de4017 bpatch patch17_4 ,mem_patch17 
+6f85 20406f75 call ui_ipc_get_lock 
+6f86 1a227e00 copy rega ,pdata 
+6f87 67e204d8 store 4 ,mem_rega 
+6f88 da204426 arg mem_ipc_fifo_c512bt ,rega 
+6f89 20407499 call fifo_in 
+6f8a 6fe204d8 fetch 4 ,mem_rega 
+6f8b 1fe22200 copy pdata ,rega 
+6f8c 20206f79 branch ui_ipc_put_lock 
+
+ui_ipc_clean_all_fifo:
+6f8d 58000000 setarg 0 
+6f8e 67e44426 store util_fifo_len ,mem_ipc_fifo_c512bt 
+6f8f 67e4441e store util_fifo_len ,mem_ipc_fifo_bt2c51 
+6f90 20600000 rtn 
+
+check_51cmd:
+6f91 44dec017 bpatch patch17_5 ,mem_patch17 
+6f92 6fe0c10d fetch 1 ,mem_hci_cmd 
+6f93 247a0000 nrtn blank 
+6f94 da204426 arg mem_ipc_fifo_c512bt ,rega 
+6f95 204074b1 call fifo_is_empty 
+6f96 207a0000 rtn blank 
+6f97 7004c200 jam ipc_continue_process ,mem_ipc_skip_continue_proc 
+6f98 20406f9c call check_51cmd_once 
+6f99 6fe084c2 fetch 1 ,mem_ipc_skip_continue_proc 
+6f9a 203a6f91 branch check_51cmd ,blank 
+6f9b 20600000 rtn 
+
+check_51cmd_once:
+6f9c 20406f75 call ui_ipc_get_lock 
+6f9d da204426 arg mem_ipc_fifo_c512bt ,rega 
+6f9e 204074a5 call fifo_out 
+6f9f 1fe20400 copy pdata ,temp 
+6fa0 20406f79 call ui_ipc_put_lock 
+6fa1 44df4017 bpatch patch17_6 ,mem_patch17 
+6fa2 18427e00 copy temp ,pdata 
+6fa3 207a0000 rtn blank 
+6fa4 c006efc0 beq bt_cmd_start_adv ,check_51cmd_adv 
+6fa5 c0076fc6 beq bt_cmd_stop_adv ,check_51cmd_stop_adv 
+6fa6 c007efcb beq bt_cmd_start_direct_adv ,check_51cmd_direct_adv 
+6fa7 c0086fc6 beq bt_cmd_stop_direct_adv ,check_51cmd_stop_direct_adv 
+6fa8 c009efd6 beq bt_cmd_led_off ,check_51cmd_led_off 
+6fa9 c00a6fd8 beq bt_cmd_led_on ,check_51cmd_led_on 
+6faa c00aefda beq bt_cmd_led_blink ,check_51cmd_led_start_blink 
+6fab c00b6fe4 beq bt_cmd_le_start_conn ,check_51cmd_le_start_con 
+6fac c00befe7 beq bt_cmd_le_start_scan ,check_51cmd_start_scan 
+6fad c00c6fe9 beq bt_cmd_le_stop_scan ,check_51cmd_stop_scan 
+6fae c00cefec beq bt_cmd_enter_hibernate ,check_51cmd_hibernate 
+6faf 67e084c3 store 1 ,mem_fifo_temp 
+
+check_51cmd_once_continue:
+6fb0 6fe084c3 fetch 1 ,mem_fifo_temp 
+6fb1 c584efb9 bmark0 mark_context ,check_51cmd_check_idle 
+6fb2 44dfc017 bpatch patch17_7 ,mem_patch17 
+6fb3 6fe084c3 fetch 1 ,mem_fifo_temp 
+6fb4 c008efd1 beq bt_cmd_le_disconnect ,check_51cmd_le_disconnect 
+6fb5 c00deff4 beq bt_cmd_le_smp_security_request ,check_51cmd_le_smp_sec_req 
+6fb6 c0096fd5 beq bt_cmd_le_update_conn ,check_51cmd_ble_update_connect_param 
+6fb7 c00feb5a beq bt_cmd_store_reconn_info_le ,eeprom_store_le_reconn_info 
+6fb8 20600000 rtn 
+
+check_51cmd_check_idle:
+6fb9 67e084c3 store 1 ,mem_fifo_temp 
+6fba 2040385b call context_check_idle 
+6fbb 2022efbe branch check_51cmd_restore ,zero 
+6fbc 20403860 call context_search_plap 
+6fbd 24628000 nrtn zero 
+
+check_51cmd_restore:
+6fbe 7004c201 jam ipc_skip_continue_process ,mem_ipc_skip_continue_proc 
+6fbf 20206f84 branch ui_ipc_send_cmd 
+
+check_51cmd_adv:
+6fc0 70435f01 jam on ,mem_le_adv_enable 
+6fc1 70436200 jam adv_ind ,mem_le_adv_type 
+6fc2 6fe14434 fetch 2 ,mem_ui_state_map 
+6fc3 79207e0b set1 ui_state_ble_adv ,pdata 
+6fc4 67e14434 store 2 ,mem_ui_state_map 
+6fc5 20600000 rtn 
+
+check_51cmd_stop_adv:
+
+check_51cmd_stop_direct_adv:
+6fc6 6fe14434 fetch 2 ,mem_ui_state_map 
+6fc7 793ffe0b set0 ui_state_ble_adv ,pdata 
+6fc8 67e14434 store 2 ,mem_ui_state_map 
+6fc9 70435f00 jam off ,mem_le_adv_enable 
+6fca 20600000 rtn 
+
+check_51cmd_direct_adv:
+6fcb 70435f01 jam on ,mem_le_adv_enable 
+6fcc 70436201 jam adv_direct_ind ,mem_le_adv_type 
+6fcd 6fe14434 fetch 2 ,mem_ui_state_map 
+6fce 79207e0b set1 ui_state_ble_adv ,pdata 
+6fcf 67e14434 store 2 ,mem_ui_state_map 
+6fd0 20600000 rtn 
+
+check_51cmd_le_disconnect:
+6fd1 58000014 setarg 20 
+6fd2 67e10191 store 2 ,mem_le_superto 
+6fd3 67e142ca store 2 ,mem_le_init_superto 
+6fd4 2020473e branch le_send_terminate_ind_user_terminated 
+
+check_51cmd_ble_update_connect_param:
+6fd5 202045c0 branch le_l2cap_tx_update_req 
+
+check_51cmd_led_off:
+6fd6 da200000 arg 0 ,rega 
+6fd7 20206f0b branch ui_led_off_global 
+
+check_51cmd_led_on:
+6fd8 da200000 arg 0 ,rega 
+6fd9 20206f06 branch ui_led_on_global 
+
+check_51cmd_led_start_blink:
+6fda da200000 arg 0 ,rega 
+6fdb 20406ef3 call calc_curr_struct_prt 
+6fdc efe08012 ifetch 1 ,regb 
+6fdd c000efe1 beq ui_led_state_blink_start ,check_51cmd_led_start_blink_in_blink 
+6fde c0026fe1 beq ui_led_state_blink_lighting ,check_51cmd_led_start_blink_in_blink 
+6fdf c002efe1 beq ui_led_state_blink_darking ,check_51cmd_led_start_blink_in_blink 
+6fe0 20206f10 branch ui_led_blink_start_global 
+
+check_51cmd_led_start_blink_in_blink:
+6fe1 efe08006 ifetch 1 ,contr 
+6fe2 c17f8000 rtneq led_infinite_flash_num 
+6fe3 20206f10 branch ui_led_blink_start_global 
+
+check_51cmd_le_start_con:
+6fe4 70431a01 jam on ,mem_le_scan_enable 
+6fe5 70410d1b jam hci_cmd_le_create_conn ,mem_hci_cmd 
+6fe6 20600000 rtn 
+
+check_51cmd_start_scan:
+6fe7 70431a01 jam on ,mem_le_scan_enable 
+6fe8 20600000 rtn 
+
+check_51cmd_stop_scan:
+6fe9 70431a00 jam off ,mem_le_scan_enable 
+6fea 70410d00 jam 0 ,mem_hci_cmd 
+6feb 20600000 rtn 
+
+check_51cmd_hibernate:
+6fec 6fe1438e fetch 2 ,mem_cb_before_hibernate 
+6fed 20407487 call callback_func 
+6fee 6fe0c437 fetch 1 ,mem_ui_button_gpio 
+6fef c07feff2 beq ui_button_gpio_disable ,check_51cmd_hibernate_btn_disabled 
+6ff0 1fe20400 copy pdata ,temp 
+6ff1 20406b7c call gpio_config_input 
+
+check_51cmd_hibernate_btn_disabled:
+6ff2 20406f8d call ui_ipc_clean_all_fifo 
+6ff3 20203b3f branch lpm_hibernate 
+
+check_51cmd_le_smp_sec_req:
+6ff4 202045ee branch le_send_smp_security_request 
+
+ui_check_paring_button:
+6ff5 6fe0c434 fetch 1 ,mem_ui_state_map 
+6ff6 c4060000 rtnbit0 ui_state_btn_down 
+6ff7 20600000 rtn 
+
+queue_init:
+6ff8 6fe143b4 fetch 2 ,mem_queue_ptr 
+6ff9 1fe08a02 add pdata ,queue_offset_curr_num ,contw 
+6ffa 58000000 setarg 0 
+6ffb e7e18005 istore 3 ,contw 
+6ffc 20600000 rtn 
+
+queue_push:
+6ffd 44e04018 bpatch patch18_0 ,mem_patch18 
+6ffe 204074ca call disable_user 
+6fff 2040702b call queue_full 
+7000 207a0000 rtn blank 
+7001 6fe143b4 fetch 2 ,mem_queue_ptr 
+7002 1fe0a402 add pdata ,queue_offset_curr_num ,regb 
+7003 e8408012 ifetcht 1 ,regb 
+7004 18408401 increase 1 ,temp 
+7005 e0408012 istoret 1 ,regb 
+7006 e840803f ifetcht 1 ,pdata 
+7007 18427200 copy temp ,loopcnt 
+7008 1fe0a404 add pdata ,queue_offset_write_ptr ,regb 
+7009 efe08012 ifetch 1 ,regb 
+700a 984ffe00 imul32 temp ,pdata 
+700b 98c08a00 iadd contr ,contw 
+700c 1a220c00 copy rega ,contr 
+
+calc_queue_next_ptr:
+700d 20407419 call memcpy 
+700e 2040702f call queue_get_size 
+700f 1fe0ffff pincrease -1 
+7010 e8408012 ifetcht 1 ,regb 
+7011 18408401 increase 1 ,temp 
+7012 98410400 iand temp ,temp 
+7013 e0408012 istoret 1 ,regb 
+7014 202074c8 branch enable_user 
+
+queue_pop:
+7015 44e0c018 bpatch patch18_1 ,mem_patch18 
+7016 204074ca call disable_user 
+7017 20407027 call queue_empty 
+7018 207a0000 rtn blank 
+7019 6fe143b4 fetch 2 ,mem_queue_ptr 
+701a 1fe0a402 add pdata ,queue_offset_curr_num ,regb 
+701b e8408012 ifetcht 1 ,regb 
+701c 184085ff increase -1 ,temp 
+701d e0408012 istoret 1 ,regb 
+701e e840803f ifetcht 1 ,pdata 
+701f 18427200 copy temp ,loopcnt 
+7020 1fe0a403 add pdata ,queue_offset_read_ptr ,regb 
+7021 efe08012 ifetch 1 ,regb 
+7022 984ffe00 imul32 temp ,pdata 
+7023 98c08c00 iadd contr ,contr 
+7024 18c08c01 increase 1 ,contr 
+7025 1a220a00 copy rega ,contw 
+7026 2020700d branch calc_queue_next_ptr 
+
+queue_empty:
+7027 6fe143b4 fetch 2 ,mem_queue_ptr 
+7028 1fe08c02 add pdata ,queue_offset_curr_num ,contr 
+7029 efe08006 ifetch 1 ,contr 
+702a 20600000 rtn 
+
+queue_full:
+702b 2040702f call queue_get_size 
+702c e8408006 ifetcht 1 ,contr 
+702d 98467e00 isub temp ,pdata 
+702e 20600000 rtn 
+
+queue_get_size:
+702f 6fe143b4 fetch 2 ,mem_queue_ptr 
+7030 1fe08c01 add pdata ,queue_offset_length ,contr 
+7031 efe08006 ifetch 1 ,contr 
+7032 20600000 rtn 
+
+usb_isr:
+7033 44e14018 bpatch patch18_2 ,mem_patch18 
+7034 6ff08c23 fetch 1 ,core_usb_status 
+7035 2feffe03 isolate1 usb_status_reset ,pdata 
+7036 2040f03f call usb_init ,true 
+7037 6ff08c23 fetch 1 ,core_usb_status 
+7038 67f08c23 store 1 ,core_usb_status 
+7039 67e0855e store 1 ,mem_usb_status 
+703a 2040709a call usb_nak_state_judge 
+703b 204070c1 call usb_rx 
+703c 204072d2 call usb0_tx 
+703d 2040731a call usb_tx 
+703e 20207092 branch usb_nak_state 
+
+usb_init:
+703f 44e1c018 bpatch patch18_3 ,mem_patch18 
+7040 20406eb3 call enable_authrom 
+7041 20407056 call usb_init_param 
+7042 708c0000 jam 0x00 ,core_usb_config 
+7043 20002710 nop 10000 
+7044 708c18c0 jam 0xc0 ,core_usb_trig 
+7045 6ff10050 fetch 2 ,core_clkoff 
+7046 793ffe0a set0 clock_off_usb ,pdata 
+7047 67f10050 store 2 ,core_clkoff 
+7048 708c1100 jam 0x0 ,core_usb_hmode 
+7049 708c003c jam 0x3c ,core_usb_config 
+704a 580005b7 setarg mem_usb_rxbuf 
+704b 67f10c03 store 2 ,core_usb_rx_saddr 
+704c 67f10c07 store 2 ,core_usb_rxptr 
+704d 580005f7 setarg mem_usb_rxbuf_end 
+704e 67f10c05 store 2 ,core_usb_rx_eaddr 
+704f 708c1104 jam 0x4 ,core_usb_hmode 
+7050 708c0200 jam 0 ,core_usb_addr 
+7051 708c23ff jam 0xff ,core_usb_status 
+7052 58000900 setarg mem_usb_clear_mem_end 
+7053 d8a0070b arg mem_usb_clear_mem_start ,contw 
+7054 98a67200 isub contw ,loopcnt 
+7055 202073ec branch clear_mem 
+
+usb_init_param:
+7056 70070802 jam dev_default ,mem_usb0_state 
+7057 58000000 setarg 0x0 
+7058 67e085fa store 1 ,mem_remain 
+7059 67e10702 store 2 ,mem_usb_zero_packet 
+705a 1fe0fe01 pincrease 1 
+705b 67e10704 store 2 ,mem_usb_ones_packet 
+705c 1fe0fe01 pincrease 1 
+705d 67e10706 store 2 ,mem_usb_two_packet 
+705e d8a00694 arg mem_string0 ,contw 
+705f 58030404 setarg 0x030404 
+7060 e7e18005 istore 3 ,contw 
+7061 58000409 setarg 0x0409 
+7062 e7e10005 istore 2 ,contw 
+7063 d8a00699 arg mem_string1 ,contw 
+7064 38015906 setsect 0 ,0x15906 
+7065 380610d2 setsect 1 ,0x210d2 
+7066 38090494 setsect 2 ,0x10494 
+7067 380c0001 setsect 3 ,0x1 
+7068 e7e48005 istore 9 ,contw 
+7069 d8a006b7 arg mem_string2 ,contw 
+706a 3801570f setsect 0 ,0x1570f 
+706b 38055c9a setsect 1 ,0x15c9a 
+706c 380a56c6 setsect 2 ,0x256c6 
+706d 380dcdcd setsect 3 ,0x1cdcd 
+706e e7e48005 istore 9 ,contw 
+706f 38014420 setsect 0 ,0x14420 
+7070 38065d99 setsect 1 ,0x25d99 
+7071 380a5636 setsect 2 ,0x25636 
+7072 380c0001 setsect 3 ,0x1 
+7073 e7e38005 istore 7 ,contw 
+7074 d8a006d5 arg mem_string3 ,contw 
+7075 3801620a setsect 0 ,0x1620a 
+7076 38040c8c setsect 1 ,0xc8c 
+7077 380b0333 setsect 2 ,0x30333 
+7078 380cc0c0 setsect 3 ,0xc0c0 
+7079 e7e48005 istore 9 ,contw 
+707a 38003130 setsect 0 ,0x3130 
+707b e7e10005 istore 2 ,contw 
+707c 58009272 setarg usb_kbdata_vendor_define_addr 
+707d 67e105fb store 2 ,mem_hidreportdesc_kb 
+707e 580092cd setarg usb_msdata_addr 
+707f 67e105fd store 2 ,mem_hidreportdesc_m 
+7080 d8c09371 arg usb_devicedata_addr ,contr 
+7081 d8a0061d arg mem_devicedesc ,contw 
+7082 df200013 arg 19 ,loopcnt 
+7083 20407419 call memcpy 
+7084 20407087 call usb_confdesc_config 
+
+usb_config_cb:
+7085 6fe106f3 fetch 2 ,mem_cb_usb_config 
+7086 20207487 branch callback_func 
+
+usb_confdesc_config:
+7087 6fe086f7 fetch 1 ,mem_usb_ep3_enable 
+7088 247a0000 nrtn blank 
+
+usb_confdesc_config_without_ep3:
+7089 df20003c arg 60 ,loopcnt 
+708a d8a00630 arg mem_confdesc ,contw 
+708b d8c09384 arg usb_confdata_addr ,contr 
+708c 20207419 branch memcpy 
+
+usb_tx_interval_config:
+708d 6fe086f8 fetch 1 ,mem_usb_tx_interval 
+708e 207a0000 rtn blank 
+708f 67e08652 store 1 ,mem_confdesc + 34 
+7090 67e0866b store 1 ,mem_confdesc + 59 
+7091 20600000 rtn 
+
+usb_nak_state:
+7092 d8e00001 arg usb_timer_nak ,queue 
+7093 2040742e call timer_check 
+7094 247a0000 nrtn blank 
+7095 6fe087ad fetch 1 ,mem_usb_wakestate_onetime_flag 
+7096 247a0000 nrtn blank 
+7097 6fe087ac fetch 1 ,mem_usb_device_enumeration_endflag 
+7098 245a738b ncall usb_mac_wakeup_judge ,blank 
+7099 20600000 rtn 
+
+usb_nak_state_judge:
+709a 6fe0855e fetch 1 ,mem_usb_status 
+709b c281709d bbit1 usb_status_nak ,usb_nak_state_timer_init 
+709c 20600000 rtn 
+
+usb_nak_state_timer_init:
+709d 204070a2 call usb0_attached_state_judge 
+709e 2040742d call timer_reinit 
+709f 58000280 setarg timer_nak_delay 
+70a0 d8e00001 arg usb_timer_nak ,queue 
+70a1 20207420 branch timer_init 
+
+usb0_attached_state_judge:
+70a2 6fe0879e fetch 1 ,mem_usb_state 
+70a3 c08170a7 bne usb_connected ,usb_clear_halt_dispose 
+70a4 7007ad00 jam 0 ,mem_usb_wakestate_onetime_flag 
+70a5 7007ae00 jam 0 ,mem_usb_mac_wakeup_trig 
+70a6 20600000 rtn 
+
+usb_clear_halt_dispose:
+70a7 6fe087b0 fetch 1 ,mem_usb_clear_halt 
+70a8 207a0000 rtn blank 
+70a9 7007b000 jam 0 ,mem_usb_clear_halt 
+70aa 70079e02 jam usb_connected ,mem_usb_state 
+70ab 7007ac01 jam 1 ,mem_usb_device_enumeration_endflag 
+70ac 20600000 rtn 
+
+usb_rx_no_data:
+70ad 6fe0855e fetch 1 ,mem_usb_status 
+70ae c28070d8 bbit1 usb_status_setup ,usb_class_type 
+70af 20600000 rtn 
+
+usb_rx_data:
+70b0 6ff08c24 fetch 1 ,core_usb_txbusy 
+70b1 c3830000 rtnbit1 usb_status_rxempty 
+70b2 69510c03 fetchr contus ,2 ,core_usb_rx_saddr 
+70b3 6a110c05 fetchr contue ,2 ,core_usb_rx_eaddr 
+70b4 68710c07 fetchr contu ,2 ,core_usb_rxptr 
+70b5 efe10003 ifetch 2 ,contu 
+70b6 1fec8400 rshift8 pdata ,temp 
+70b7 18518400 rshift4 temp ,temp 
+70b8 d8c00fff arg 0xfff ,contr 
+70b9 98c17200 iand contr ,loopcnt 
+70ba 1f222200 copy loopcnt ,rega 
+
+usb_rx_read:
+70bb efe08003 ifetch 1 ,contu 
+70bc e7e08005 istore 1 ,contw 
+70bd c20070bb loop usb_rx_read 
+70be 60710c07 storer contu ,2 ,core_usb_rxptr 
+70bf 62210560 storer rega ,2 ,mem_usb_read_len 
+70c0 20600000 rtn 
+
+usb_rx:
+70c1 44e24018 bpatch patch18_4 ,mem_patch18 
+70c2 6fe0855e fetch 1 ,mem_usb_status 
+70c3 c4028000 rtnbit0 usb_status_rxready 
+70c4 d8a0083d arg mem_usb_rxbuf_temp ,contw 
+70c5 204070b0 call usb_rx_data 
+70c6 6f210560 fetchr loopcnt ,2 ,mem_usb_read_len 
+70c7 6720887d storer loopcnt ,1 ,mem_usb_ep3_out_data_len 
+70c8 d8c0083d arg mem_usb_rxbuf_temp ,contr 
+70c9 18427e00 copy temp ,pdata 
+70ca c00070d1 beq 0 ,usb0_rx 
+70cb c001f0cd beq 3 ,usb_data_rx_ep3 
+
+usb_data_rx:
+70cc 20600000 rtn 
+
+usb_data_rx_ep3:
+70cd d8a008c0 arg mem_usb_ep3_out_data ,contw 
+70ce 20407419 call memcpy 
+70cf 70087f01 jam 1 ,mem_usb_ep3_out_data_flag 
+70d0 20600000 rtn 
+
+usb0_rx:
+70d1 d8a0070b arg mem_usb_setup ,contw 
+70d2 20407419 call memcpy 
+70d3 6fe08560 fetch 1 ,mem_usb_read_len 
+70d4 c00070ad beq 0x00 ,usb_rx_no_data 
+70d5 c000f0df beq 0x01 ,usb_out_one_byte 
+70d6 1fe67c07 sub pdata ,7 ,null 
+70d7 20610000 rtn positive 
+
+usb_class_type:
+70d8 44e2c018 bpatch patch18_5 ,mem_patch18 
+70d9 793f8023 set0 mark_isstr ,mark 
+70da 6fe0870b fetch 1 ,mem_usb_setup_bmrequesttype 
+70db 1fe17e80 and_into 0x80 ,pdata 
+70dc c04070e3 beq in_device ,usb_in_device 
+70dd c00070eb beq out_device ,usb_out_device 
+70de 20203a8a branch assert 
+
+usb_out_one_byte:
+70df 6fe0870b fetch 1 ,mem_usb_setup 
+70e0 c3838000 rtnbit1 7 
+70e1 204072a7 call usb_get_led_status 
+70e2 20207116 branch usb0_reply_zerolen 
+
+usb_in_device:
+70e3 6fe0870b fetch 1 ,mem_usb_setup_bmrequesttype 
+70e4 1ff1fe00 rshift4 pdata ,pdata 
+70e5 1fe37e00 rshift pdata ,pdata 
+70e6 1fe17e03 and_into 0x03 ,pdata 
+70e7 c00070f3 beq standard_req ,usb_in_standard_req 
+70e8 c000f0fa beq class_req ,usb_in_class_req 
+70e9 c0017100 beq manufacturer_req ,usb_in_manufacturer_req 
+70ea 20203a8a branch assert 
+
+usb_out_device:
+70eb 6fe0870b fetch 1 ,mem_usb_setup_bmrequesttype 
+70ec 1ff1fe00 rshift4 pdata ,pdata 
+70ed 1fe37e00 rshift pdata ,pdata 
+70ee 1fe17e03 and_into 0x03 ,pdata 
+70ef c0007101 beq standard_req ,usb_out_standard_req 
+70f0 c000f10a beq class_req ,usb_out_class_req 
+70f1 c0017110 beq manufacturer_req ,usb_out_manufacturer_req 
+70f2 20203a8a branch assert 
+
+usb_in_standard_req:
+70f3 44e34018 bpatch patch18_6 ,mem_patch18 
+70f4 6fe0870c fetch 1 ,mem_usb_setup_brequest 
+70f5 c0047118 beq get_configuration ,usb0_request_get_configuration 
+70f6 c003712e beq get_descriptor ,usb0_request_get_descriptor 
+70f7 c0057181 beq get_interface ,usb0_request_get_interface 
+70f8 c0007193 beq get_status ,usb0_request_get_status 
+70f9 20207111 branch usb0_force_stall 
+
+usb_in_class_req:
+70fa 44e3c018 bpatch patch18_7 ,mem_patch18 
+70fb 6fe0870c fetch 1 ,mem_usb_setup_brequest 
+70fc c00171c8 beq get_idle ,usb_get_idle 
+70fd c000f1cc beq get_report ,usb_get_report 
+70fe c001f1dd beq get_protocol ,usb_get_protocol_req 
+70ff 20207111 branch usb0_force_stall 
+
+usb_in_manufacturer_req:
+7100 20207111 branch usb0_force_stall 
+
+usb_out_standard_req:
+7101 44e44019 bpatch patch19_0 ,mem_patch19 
+7102 6fe0870c fetch 1 ,mem_usb_setup_brequest 
+7103 c000f1e7 beq clear_feature ,usb0_request_clear_feature 
+7104 c001f218 beq set_feature ,usb0_request_set_feature 
+7105 c002f243 beq set_address ,usb0_request_set_address 
+7106 c004f25c beq set_configuration ,usb0_request_set_configuration 
+7107 c005f277 beq set_interface ,usb0_request_set_interface 
+7108 c003f111 beq set_descriptor ,usb0_force_stall 
+7109 20207111 branch usb0_force_stall 
+
+usb_out_class_req:
+710a 44e4c019 bpatch patch19_1 ,mem_patch19 
+710b 6fe0870c fetch 1 ,mem_usb_setup_brequest 
+710c c0057288 beq set_idle ,usb_set_idle 
+710d c004f29a beq set_report ,usb_set_report 
+710e c005f2b9 beq set_protocol ,usb_set_protocol_req 
+710f 20207111 branch usb0_force_stall 
+
+usb_out_manufacturer_req:
+7110 20207111 branch usb0_force_stall 
+
+usb0_force_stall:
+7111 44e54019 bpatch patch19_2 ,mem_patch19 
+7112 6ff08c19 fetch 1 ,core_usb_stall 
+7113 79207e00 set1 0 ,pdata 
+7114 67f08c19 store 1 ,core_usb_stall 
+7115 20207116 branch usb0_reply_zerolen 
+
+usb0_reply_zerolen:
+7116 708c1810 jam 0x10 ,core_usb_trig 
+7117 20600000 rtn 
+
+usb0_request_get_configuration:
+7118 6fe0870b fetch 1 ,mem_usb_setup_bmrequesttype 
+7119 c0c07111 bne in_device ,usb0_force_stall 
+711a 6fe0870f fetch 1 ,mem_usb_setup_windex 
+711b c0807111 bne 0 ,usb0_force_stall 
+711c 6fe08710 fetch 1 ,mem_usb_setup_windex + 1 
+711d c0807111 bne 0 ,usb0_force_stall 
+711e 6fe08711 fetch 1 ,mem_usb_setup_blength 
+711f c080f111 bne 1 ,usb0_force_stall 
+7120 6fe08712 fetch 1 ,mem_usb_setup_blengthh 
+7121 c0807111 bne 0 ,usb0_force_stall 
+7122 6fe0870d fetch 1 ,mem_usb_setup_bvalue 
+7123 c0807111 bne 0 ,usb0_force_stall 
+7124 6fe0870e fetch 1 ,mem_usb_setup_bvalue + 1 
+7125 c0807111 bne 0 ,usb0_force_stall 
+7126 6fe08708 fetch 1 ,mem_usb0_state 
+7127 c002712a beq dev_configured ,usb0_request_get_cfg_dev_cfg 
+7128 c001f12c beq dev_address ,usb0_request_get_cfg_dev_addr 
+7129 20207111 branch usb0_force_stall 
+
+usb0_request_get_cfg_dev_cfg:
+712a da400001 arg 1 ,regb 
+712b 202071ad branch usb_send_ones_packet 
+
+usb0_request_get_cfg_dev_addr:
+712c da400001 arg 1 ,regb 
+712d 202071ab branch usb_send_zero_packet 
+
+usb0_request_get_descriptor:
+712e 44e5c019 bpatch patch19_3 ,mem_patch19 
+712f 6fe0870e fetch 1 ,mem_usb_setup_bvalueh 
+7130 c000f145 beq dsc_device ,dsc_device_info 
+7131 c001715e beq dsc_config ,dsc_config_info 
+7132 c001f161 beq dsc_string ,dsc_string_info 
+7133 c010f136 beq dsc_hid ,dsc_hid_info 
+7134 c011716f beq dsc_hid_report ,dsc_hid_report_info 
+7135 20207111 branch usb0_force_stall 
+
+dsc_hid_info:
+7136 70079b00 jam 0 ,mem_usb_get_protocol_flag 
+7137 6fe0870f fetch 1 ,mem_usb_setup_windex 
+7138 c000713c beq 0 ,dsc_hid_info_interface0 
+7139 c000f13f beq 1 ,dsc_hid_info_interface1 
+713a c0017142 beq 2 ,dsc_hid_info_interface2 
+713b 20207111 branch usb0_force_stall 
+
+dsc_hid_info_interface0:
+713c 6a408643 fetchr regb ,1 ,mem_confdesc + 19 
+713d da200643 arg mem_confdesc + 19 ,rega 
+713e 202072c8 branch usb0_respond 
+
+dsc_hid_info_interface1:
+713f 6a40865c fetchr regb ,1 ,mem_confdesc + 44 
+7140 da20065c arg mem_confdesc + 44 ,rega 
+7141 202072c8 branch usb0_respond 
+
+dsc_hid_info_interface2:
+7142 6a408675 fetchr regb ,1 ,mem_confdesc + 69 
+7143 da200675 arg mem_confdesc + 69 ,rega 
+7144 202072c8 branch usb0_respond 
+
+dsc_device_info:
+7145 6fe087af fetch 1 ,mem_usb_set_high_addr_flag 
+7146 245a7156 ncall usb_set_high_addr ,blank 
+7147 5800061d setarg mem_devicedesc 
+7148 6848861d fetcht 1 ,mem_devicedesc 
+
+dsc_info_set_data_len:
+7149 67e107a6 store 2 ,mem_dsc_info_data_pointer 
+714a 604887a8 storet 1 ,mem_dsc_info_len 
+714b 6fe08711 fetch 1 ,mem_usb_setup_blength 
+714c 98467c00 isub temp ,null 
+714d 24217154 nbranch dsc_info_set_current_data_len ,positive 
+
+dsc_info_set_initial_data_len:
+714e 6fe087a8 fetch 1 ,mem_dsc_info_len 
+
+dsc_info_set_data_size_completed:
+714f 98002400 iforce regb 
+7150 6fe107a6 fetch 2 ,mem_dsc_info_data_pointer 
+7151 1fe0fe01 add pdata ,1 ,pdata 
+7152 98002200 iforce rega 
+7153 202072c8 branch usb0_respond 
+
+dsc_info_set_current_data_len:
+7154 6fe08711 fetch 1 ,mem_usb_setup_blength 
+7155 2020714f branch dsc_info_set_data_size_completed 
+
+usb_set_high_addr:
+7156 6ff08c02 fetch 1 ,core_usb_addr 
+7157 245a715a ncall usb0_set_addr ,blank 
+7158 7007af00 jam 0 ,mem_usb_set_high_addr_flag 
+7159 20600000 rtn 
+
+usb0_set_addr:
+715a 6ff08c02 fetch 1 ,core_usb_addr 
+715b 79207e07 set1 7 ,pdata 
+715c 67f08c02 store 1 ,core_usb_addr 
+715d 20600000 rtn 
+
+dsc_config_info:
+715e 58000630 setarg mem_confdesc 
+715f 68488630 fetcht 1 ,mem_confdesc 
+7160 20207149 branch dsc_info_set_data_len 
+
+dsc_string_info:
+7161 6fe0870d fetch 1 ,mem_usb_setup_bvalue 
+7162 1fe67c03 sub pdata ,3 ,null 
+7163 24217111 nbranch usb0_force_stall ,positive 
+7164 6fe0870d fetch 1 ,mem_usb_setup_bvalue 
+7165 da200694 arg mem_string0 ,rega 
+7166 c00072c6 beq 0 ,usb0_respond_length 
+7167 79200023 set1 mark_isstr ,mark 
+7168 da200699 arg mem_string1 ,rega 
+7169 c000f2c6 beq 1 ,usb0_respond_length 
+716a da2006b7 arg mem_string2 ,rega 
+716b c00172c6 beq 2 ,usb0_respond_length 
+716c da2006d5 arg mem_string3 ,rega 
+716d c001f2c6 beq 3 ,usb0_respond_length 
+716e 20600000 rtn 
+
+dsc_hid_report_info:
+716f 6fe1070f fetch 2 ,mem_usb_setup_windex 
+7170 c0007174 beq 0 ,dsc_hid_report_info0 
+7171 c000f176 beq 1 ,dsc_hid_report_info1 
+7172 c001717a beq 2 ,dsc_hid_report_info2 
+7173 20207111 branch usb0_force_stall 
+
+dsc_hid_report_info0:
+7174 6a2105fb fetchr rega ,2 ,mem_hidreportdesc_kb 
+7175 202072c6 branch usb0_respond_length 
+
+dsc_hid_report_info1:
+7176 6fe086f7 fetch 1 ,mem_usb_ep3_enable 
+7177 205a717e call dsc_hid_enumerate_success ,blank 
+7178 6a2105fd fetchr rega ,2 ,mem_hidreportdesc_m 
+7179 202072c6 branch usb0_respond_length 
+
+dsc_hid_report_info2:
+717a 6fe086f7 fetch 1 ,mem_usb_ep3_enable 
+717b 245a717e ncall dsc_hid_enumerate_success ,blank 
+717c 6a2105ff fetchr rega ,2 ,mem_hidreportdesc_ep3 
+717d 202072c6 branch usb0_respond_length 
+
+dsc_hid_enumerate_success:
+717e 7007ac01 jam 1 ,mem_usb_device_enumeration_endflag 
+717f 70079e01 jam usb_got_report_req ,mem_usb_state 
+7180 20600000 rtn 
+
+usb0_request_get_interface:
+7181 6fe08708 fetch 1 ,mem_usb0_state 
+7182 c0827111 bne dev_configured ,usb0_force_stall 
+7183 6fe0870b fetch 1 ,mem_usb_setup_bmrequesttype 
+7184 c0c0f111 bne in_interface ,usb0_force_stall 
+7185 6fe0870d fetch 1 ,mem_usb_setup_bvalue 
+7186 c0807111 bne 0 ,usb0_force_stall 
+7187 6fe0870e fetch 1 ,mem_usb_setup_bvalueh 
+7188 c0807111 bne 0 ,usb0_force_stall 
+7189 6fe08711 fetch 1 ,mem_usb_setup_blength 
+718a c080f111 bne 1 ,usb0_force_stall 
+718b 6fe08712 fetch 1 ,mem_usb_setup_blengthh 
+718c c0807111 bne 0 ,usb0_force_stall 
+718d 6fe0870f fetch 1 ,mem_usb_setup_windex 
+718e c0807111 bne 0 ,usb0_force_stall 
+718f 6fe08710 fetch 1 ,mem_usb_setup_windex + 1 
+7190 c0807111 bne 0 ,usb0_force_stall 
+7191 da400001 arg 1 ,regb 
+7192 202071ab branch usb_send_zero_packet 
+
+usb0_request_get_status:
+7193 6fe08708 fetch 1 ,mem_usb0_state 
+7194 c0017111 beq dev_default ,usb0_force_stall 
+7195 6fe0870d fetch 1 ,mem_usb_setup_bvalue 
+7196 c0807111 bne 0 ,usb0_force_stall 
+7197 6fe0870e fetch 1 ,mem_usb_setup_bvalueh 
+7198 c0807111 bne 0 ,usb0_force_stall 
+7199 6fe08711 fetch 1 ,mem_usb_setup_blength 
+719a c0817111 bne 2 ,usb0_force_stall 
+719b 6fe08712 fetch 1 ,mem_usb_setup_blengthh 
+719c c0807111 bne 0 ,usb0_force_stall 
+719d 6fe08710 fetch 1 ,mem_usb_setup_windex + 1 
+719e c0807111 bne 0 ,usb0_force_stall 
+719f 6fe0870b fetch 1 ,mem_usb_setup_bmrequesttype 
+71a0 c04071a6 beq in_device ,usb0_get_status_in_device 
+71a1 c040f1b1 beq in_interface ,usb0_get_status_in_interface 
+71a2 c04171b5 beq in_endpoint ,usb0_get_status_in_endpoint 
+71a3 20207111 branch usb0_force_stall 
+
+usb0_sdsystem_dispose:
+71a4 7007a101 jam 1 ,mem_usb_sdsystem_wakeup_flag 
+71a5 202071af branch usb_send_two_packet 
+
+usb0_get_status_in_device:
+71a6 6fe0870f fetch 1 ,mem_usb_setup_windex 
+71a7 c0807111 bne 0 ,usb0_force_stall 
+71a8 da400002 arg 2 ,regb 
+71a9 6fe0879f fetch 1 ,mem_usb_remote_wakeup 
+71aa c000f1a4 beq 0x01 ,usb0_sdsystem_dispose 
+
+usb_send_zero_packet:
+71ab da200702 arg mem_usb_zero_packet ,rega 
+71ac 202072c8 branch usb0_respond 
+
+usb_send_ones_packet:
+71ad da200704 arg mem_usb_ones_packet ,rega 
+71ae 202072c8 branch usb0_respond 
+
+usb_send_two_packet:
+71af da200706 arg mem_usb_two_packet ,rega 
+71b0 202072c8 branch usb0_respond 
+
+usb0_get_status_in_interface:
+71b1 6fe08708 fetch 1 ,mem_usb0_state 
+71b2 c0827111 bne dev_configured ,usb0_force_stall 
+71b3 da400002 arg 2 ,regb 
+71b4 202071ab branch usb_send_zero_packet 
+
+usb0_get_status_in_endpoint:
+71b5 6fe08708 fetch 1 ,mem_usb0_state 
+71b6 c0827111 bne dev_configured ,usb0_force_stall 
+71b7 6fe0870f fetch 1 ,mem_usb_setup_windex 
+71b8 c040f1c2 beq in_ep1 ,usb0_get_status_in_ep_in_ep1 
+71b9 c04171c4 beq in_ep2 ,usb0_get_status_in_ep_in_ep2 
+71ba c041f1c6 beq in_ep3 ,usb0_get_status_in_ep_in_ep3 
+71bb 1fe17e7f and_into 0x7f ,pdata 
+71bc c00071be beq 0x00 ,usb0_get_status_in_ep_in_ep0 
+71bd 20207111 branch usb0_force_stall 
+
+usb0_get_status_in_ep_in_ep0:
+71be 6fe087a2 fetch 1 ,mem_usb_ep0_stall_status 
+
+usb0_get_status_in_ep_in_ack:
+71bf da400002 arg 2 ,regb 
+71c0 c000f1ad beq 1 ,usb_send_ones_packet 
+71c1 202071ab branch usb_send_zero_packet 
+
+usb0_get_status_in_ep_in_ep1:
+71c2 6fe087a3 fetch 1 ,mem_usb_ep1_stall_status 
+71c3 202071bf branch usb0_get_status_in_ep_in_ack 
+
+usb0_get_status_in_ep_in_ep2:
+71c4 6fe087a4 fetch 1 ,mem_usb_ep2_stall_status 
+71c5 202071bf branch usb0_get_status_in_ep_in_ack 
+
+usb0_get_status_in_ep_in_ep3:
+71c6 6fe087a5 fetch 1 ,mem_usb_ep3_stall_status 
+71c7 202071bf branch usb0_get_status_in_ep_in_ack 
+
+usb_get_idle:
+71c8 70079901 jam 1 ,mem_usb_idle_flag 
+71c9 da20079a arg mem_usb_idle_rate ,rega 
+71ca da400001 arg 1 ,regb 
+71cb 202072c8 branch usb0_respond 
+
+usb_get_report:
+71cc 6fe1070d fetch 2 ,mem_usb_setup_bvalue 
+71cd d84001ba arg pc_get_report ,temp 
+71ce 98467c00 isub temp ,null 
+71cf 2422f111 nbranch usb0_force_stall ,zero 
+
+usb_get_report_dispose:
+71d0 6fe08796 fetch 1 ,mem_usb0_data_ready_report 
+71d1 243a71da nbranch usb_get_report_data_success ,blank 
+71d2 70075300 jam pc_get_nondata ,mem_usb0_get_report_data 
+
+usb_get_report_send_data:
+71d3 6fe08711 fetch 1 ,mem_usb_setup_blength 
+71d4 98002400 iforce regb 
+71d5 da200753 arg mem_usb0_get_report_data ,rega 
+71d6 204072c8 call usb0_respond 
+
+usb_get_report_data_release:
+71d7 d8a00753 arg mem_usb0_get_report_data ,contw 
+71d8 df200008 arg 8 ,loopcnt 
+71d9 202073dd branch memset0 
+
+usb_get_report_data_success:
+71da 70079600 jam 0 ,mem_usb0_data_ready_report 
+71db 70075301 jam pc_get_data ,mem_usb0_get_report_data 
+71dc 202071d3 branch usb_get_report_send_data 
+
+usb_get_protocol_req:
+71dd 6fe08711 fetch 1 ,mem_usb_setup_blength 
+71de c080f111 bne 1 ,usb0_force_stall 
+71df 70079b01 jam 1 ,mem_usb_get_protocol_flag 
+71e0 da400001 arg 1 ,regb 
+71e1 6fe0879d fetch 1 ,mem_usb_set_protocol_value 
+71e2 c00071e5 beq 0 ,usb_get_report_protocol 
+71e3 c000f1e6 beq 1 ,usb_get_boot_protocol 
+71e4 202071ab branch usb_send_zero_packet 
+
+usb_get_report_protocol:
+71e5 202071ad branch usb_send_ones_packet 
+
+usb_get_boot_protocol:
+71e6 202071ab branch usb_send_zero_packet 
+
+usb0_request_clear_feature:
+71e7 6fe08708 fetch 1 ,mem_usb0_state 
+71e8 c0827111 bne dev_configured ,usb0_force_stall 
+71e9 6fe08711 fetch 1 ,mem_usb_setup_blength 
+71ea c0807111 bne 0 ,usb0_force_stall 
+71eb 6fe08712 fetch 1 ,mem_usb_setup_blengthh 
+71ec c0807111 bne 0 ,usb0_force_stall 
+71ed 6fe0870e fetch 1 ,mem_usb_setup_bvalueh 
+71ee c0807111 bne 0 ,usb0_force_stall 
+71ef 6fe08710 fetch 1 ,mem_usb_setup_windex + 1 
+71f0 c0807111 bne 0 ,usb0_force_stall 
+71f1 6fe0870b fetch 1 ,mem_usb_setup_bmrequesttype 
+71f2 c00071f6 beq out_device ,usb0_request_clear_feature_out_device 
+71f3 c000f205 beq out_interface ,usb0_request_clear_feature_out_interface 
+71f4 c0017206 beq out_endpoint ,usb0_request_clear_feature_out_endpoint 
+71f5 20207111 branch usb0_force_stall 
+
+usb0_request_clear_feature_out_device:
+71f6 6fe0870d fetch 1 ,mem_usb_setup_bvalue 
+71f7 c080f111 bne device_remote_wakeup ,usb0_force_stall 
+71f8 6ff08c00 fetch 1 ,core_usb_config 
+71f9 793ffe07 set0 7 ,pdata 
+71fa 67f08c00 store 1 ,core_usb_config 
+71fb 70079f00 jam 0 ,mem_usb_remote_wakeup 
+71fc 7007a001 jam 1 ,mem_usb_clear_remote_wakeup 
+71fd 6fe087a1 fetch 1 ,mem_usb_sdsystem_wakeup_flag 
+71fe 203a7116 branch usb0_reply_zerolen ,blank 
+71ff 7007a100 jam 0 ,mem_usb_sdsystem_wakeup_flag 
+7200 6fe0870a fetch 1 ,mem_usb_sdsystem_wakeup_flag_judge 
+7201 203a7116 branch usb0_reply_zerolen ,blank 
+7202 7007a000 jam 0 ,mem_usb_clear_remote_wakeup 
+7203 70079e02 jam usb_connected ,mem_usb_state 
+7204 20207116 branch usb0_reply_zerolen 
+
+usb0_request_clear_feature_out_interface:
+7205 20207111 branch usb0_force_stall 
+
+usb0_request_clear_feature_out_endpoint:
+7206 6fe0870d fetch 1 ,mem_usb_setup_bvalue 
+7207 c0807111 bne endpoint_halt ,usb0_force_stall 
+7208 6fe0870f fetch 1 ,mem_usb_setup_windex 
+7209 c040f211 beq in_ep1 ,usb0_force_stall_ep1_in_off 
+720a c0417214 beq in_ep2 ,usb0_force_stall_ep2_in_off 
+720b c041f216 beq in_ep3 ,usb0_force_stall_ep3_in_off 
+720c 1fe17e7f and_into 0x7f ,pdata 
+720d c000720f beq 0x00 ,usb0_force_stall_ep0_in_off 
+720e 20207111 branch usb0_force_stall 
+
+usb0_force_stall_ep0_in_off:
+720f 7007a200 jam 0 ,mem_usb_ep0_stall_status 
+7210 20207116 branch usb0_reply_zerolen 
+
+usb0_force_stall_ep1_in_off:
+7211 7007a300 jam 0 ,mem_usb_ep1_stall_status 
+
+usb0_force_stall_ep1_in_off_reply:
+7212 7007b001 jam 1 ,mem_usb_clear_halt 
+7213 20207116 branch usb0_reply_zerolen 
+
+usb0_force_stall_ep2_in_off:
+7214 7007a400 jam 0 ,mem_usb_ep2_stall_status 
+7215 20207212 branch usb0_force_stall_ep1_in_off_reply 
+
+usb0_force_stall_ep3_in_off:
+7216 7007a500 jam 0 ,mem_usb_ep3_stall_status 
+7217 20207212 branch usb0_force_stall_ep1_in_off_reply 
+
+usb0_request_set_feature:
+7218 6fe08711 fetch 1 ,mem_usb_setup_blength 
+7219 c0807111 bne 0 ,usb0_force_stall 
+721a 6fe08712 fetch 1 ,mem_usb_setup_blengthh 
+721b c0807111 bne 0 ,usb0_force_stall 
+721c 6fe0870b fetch 1 ,mem_usb_setup_bmrequesttype 
+721d c0007221 beq out_device ,usb0_request_set_feature_out_device 
+721e c000f22f beq out_interface ,usb0_request_set_feature_out_interface 
+721f c0017230 beq out_endpoint ,usb0_request_set_feature_out_endpoint 
+7220 20207111 branch usb0_force_stall 
+
+usb0_request_set_feature_out_device:
+7221 6fe0870d fetch 1 ,mem_usb_setup_bvalue 
+7222 c080f111 bne device_remote_wakeup ,usb0_force_stall 
+7223 20405191 call dongle_set_pc_sleep_flag 
+7224 6ff08c00 fetch 1 ,core_usb_config 
+7225 79207e07 set1 7 ,pdata 
+7226 67f08c00 store 1 ,core_usb_config 
+7227 70079f01 jam 1 ,mem_usb_remote_wakeup 
+7228 70079e03 jam usb_sleep ,mem_usb_state 
+7229 70079700 jam 0 ,mem_usb_tx_win_enable 
+722a 20407116 call usb0_reply_zerolen 
+
+usb_wakeup_timer_reinit:
+722b 2040742d call timer_reinit 
+722c 58001388 setarg timer_wakeup_delay 
+722d d8e0000f arg usb_timer_wakeup ,queue 
+722e 20207420 branch timer_init 
+
+usb0_request_set_feature_out_interface:
+722f 20207111 branch usb0_force_stall 
+
+usb0_request_set_feature_out_endpoint:
+7230 6fe0870d fetch 1 ,mem_usb_setup_bvalue 
+7231 c0807111 bne endpoint_halt ,usb0_force_stall 
+7232 6fe0870e fetch 1 ,mem_usb_setup_bvalueh 
+7233 c0807111 bne 0 ,usb0_force_stall 
+7234 6fe0870f fetch 1 ,mem_usb_setup_windex 
+7235 c040f23d beq in_ep1 ,usb0_force_stall_ep1_in_on 
+7236 c041723f beq in_ep2 ,usb0_force_stall_ep2_in_on 
+7237 c041f241 beq in_ep3 ,usb0_force_stall_ep3_in_on 
+7238 1fe17e7f and_into 0x7f ,pdata 
+7239 c000723b beq 0x00 ,usb0_force_stall_ep0_in_on 
+723a 20207111 branch usb0_force_stall 
+
+usb0_force_stall_ep0_in_on:
+723b 7007a201 jam 1 ,mem_usb_ep0_stall_status 
+723c 20207116 branch usb0_reply_zerolen 
+
+usb0_force_stall_ep1_in_on:
+723d 7007a301 jam 1 ,mem_usb_ep1_stall_status 
+723e 20207116 branch usb0_reply_zerolen 
+
+usb0_force_stall_ep2_in_on:
+723f 7007a401 jam 1 ,mem_usb_ep2_stall_status 
+7240 20207116 branch usb0_reply_zerolen 
+
+usb0_force_stall_ep3_in_on:
+7241 7007a501 jam 1 ,mem_usb_ep3_stall_status 
+7242 20207116 branch usb0_reply_zerolen 
+
+usb0_request_set_address:
+7243 6fe0870b fetch 1 ,mem_usb_setup_bmrequesttype 
+7244 c0807111 bne out_device ,usb0_force_stall 
+7245 6fe0870f fetch 1 ,mem_usb_setup_windex 
+7246 c0807111 bne 0 ,usb0_force_stall 
+7247 6fe08710 fetch 1 ,mem_usb_setup_windex + 1 
+7248 c0807111 bne 0 ,usb0_force_stall 
+7249 6fe08711 fetch 1 ,mem_usb_setup_blength 
+724a c0807111 bne 0 ,usb0_force_stall 
+724b 6fe08712 fetch 1 ,mem_usb_setup_blengthh 
+724c c0807111 bne 0 ,usb0_force_stall 
+724d 6fe0870e fetch 1 ,mem_usb_setup_bvalueh 
+724e c0807111 bne 0 ,usb0_force_stall 
+724f 6fe0870d fetch 1 ,mem_usb_setup_bvalue 
+7250 1fe17e80 and_into 0x80 ,pdata 
+7251 c0807111 bne 0 ,usb0_force_stall 
+7252 6fe0870d fetch 1 ,mem_usb_setup_bvalue 
+7253 c080725a bne 0 ,usb_usb0_state_set_dev_addr 
+
+usb_usb0_state_set_dev_default:
+7254 70070802 jam dev_default ,mem_usb0_state 
+
+usb0_request_set_wait_address:
+7255 6fe0870d fetch 1 ,mem_usb_setup_bvalue 
+7256 67f08c02 store 1 ,core_usb_addr 
+7257 20407116 call usb0_reply_zerolen 
+7258 7007af01 jam 1 ,mem_usb_set_high_addr_flag 
+7259 20600000 rtn 
+
+usb_usb0_state_set_dev_addr:
+725a 70070803 jam dev_address ,mem_usb0_state 
+725b 20207255 branch usb0_request_set_wait_address 
+
+usb0_request_set_configuration:
+725c 6fe08708 fetch 1 ,mem_usb0_state 
+725d c0017111 beq dev_default ,usb0_force_stall 
+725e 6fe0870b fetch 1 ,mem_usb_setup_bmrequesttype 
+725f c0807111 bne out_device ,usb0_force_stall 
+7260 6fe0870f fetch 1 ,mem_usb_setup_windex 
+7261 c0807111 bne 0 ,usb0_force_stall 
+7262 6fe08710 fetch 1 ,mem_usb_setup_windex + 1 
+7263 c0807111 bne 0 ,usb0_force_stall 
+7264 6fe08711 fetch 1 ,mem_usb_setup_blength 
+7265 c0807111 bne 0 ,usb0_force_stall 
+7266 6fe08712 fetch 1 ,mem_usb_setup_blengthh 
+7267 c0807111 bne 0 ,usb0_force_stall 
+7268 6fe0870e fetch 1 ,mem_usb_setup_bvalue + 1 
+7269 c0807111 bne 0 ,usb0_force_stall 
+726a 6fe0870d fetch 1 ,mem_usb_setup_bvalue 
+726b 1fe67c01 sub pdata ,usb_max_num_cfg ,null 
+726c 24217111 nbranch usb0_force_stall ,positive 
+726d 6fe08708 fetch 1 ,mem_usb0_state 
+726e c001f271 beq dev_address ,usb0_request_set_cfg_addr_state 
+726f c0027271 beq dev_configured ,usb0_request_set_cfg_cfg_state 
+7270 20207111 branch usb0_force_stall 
+
+usb0_request_set_cfg_addr_state:
+
+usb0_request_set_cfg_cfg_state:
+7271 6fe0870d fetch 1 ,mem_usb_setup_bvalue 
+7272 c0007275 beq 0 ,usb0_request_set_cfg_stay_addr_state 
+7273 70070804 jam dev_configured ,mem_usb0_state 
+7274 20207116 branch usb0_reply_zerolen 
+
+usb0_request_set_cfg_stay_addr_state:
+7275 70070803 jam dev_address ,mem_usb0_state 
+7276 20207116 branch usb0_reply_zerolen 
+
+usb0_request_set_interface:
+7277 6fe08708 fetch 1 ,mem_usb0_state 
+7278 c0827111 bne dev_configured ,usb0_force_stall 
+7279 6fe0870b fetch 1 ,mem_usb_setup_bmrequesttype 
+727a c080f111 bne out_interface ,usb0_force_stall 
+727b 6fe0870d fetch 1 ,mem_usb_setup_bvalue 
+727c c0807111 bne 0 ,usb0_force_stall 
+727d 6fe0870e fetch 1 ,mem_usb_setup_bvalueh 
+727e c0807111 bne 0 ,usb0_force_stall 
+727f 6fe08711 fetch 1 ,mem_usb_setup_blength 
+7280 c0807111 bne 0 ,usb0_force_stall 
+7281 6fe08712 fetch 1 ,mem_usb_setup_blengthh 
+7282 c0807111 bne 0 ,usb0_force_stall 
+7283 6fe0870f fetch 1 ,mem_usb_setup_windex 
+7284 c0807111 bne 0 ,usb0_force_stall 
+7285 6fe08710 fetch 1 ,mem_usb_setup_windex + 1 
+7286 c0807111 bne 0 ,usb0_force_stall 
+7287 20207116 branch usb0_reply_zerolen 
+
+usb_set_idle:
+7288 44e64019 bpatch patch19_4 ,mem_patch19 
+7289 70079901 jam 1 ,mem_usb_idle_flag 
+728a 6fe0870e fetch 1 ,mem_usb_setup_bvalueh 
+728b 67e0879a store 1 ,mem_usb_idle_rate 
+728c 6fe0870f fetch 1 ,mem_usb_setup_windex 
+728d 1fe67c01 sub pdata ,1 ,null 
+728e 2042f296 call usb_clear_remote_wakeup_set0 ,zero 
+728f 6fe0879e fetch 1 ,mem_usb_state 
+7290 c0827116 bne usb_resume ,usb0_reply_zerolen 
+7291 70079e02 jam usb_connected ,mem_usb_state 
+7292 20407116 call usb0_reply_zerolen 
+7293 20007530 nop 30000 
+7294 20007530 nop 30000 
+7295 20600000 rtn 
+
+usb_clear_remote_wakeup_set0:
+7296 7007ac01 jam 1 ,mem_usb_device_enumeration_endflag 
+7297 7007a000 jam 0 ,mem_usb_clear_remote_wakeup 
+7298 70079e04 jam usb_resume ,mem_usb_state 
+7299 20600000 rtn 
+
+usb_set_report:
+729a 20003a98 nop 15000 
+729b d8a00713 arg mem_usb0_set_report_data ,contw 
+729c 204070b0 call usb_rx_data 
+729d 70079501 jam 1 ,mem_usb0_get_set_report 
+729e 204072ab call usb_set_report_resume_judge 
+729f 6fe1070d fetch 2 ,mem_usb_setup_bvalue 
+72a0 67e10793 store 2 ,mem_usb_setup_bvalue_temp 
+72a1 20407116 call usb0_reply_zerolen 
+72a2 6fe0c095 fetch 1 ,mem_device_option 
+72a3 c1820000 rtnne dvc_op_dongle 
+72a4 6fe08797 fetch 1 ,mem_usb_tx_win_enable 
+72a5 207a0000 rtn blank 
+72a6 6fe08713 fetch 1 ,mem_usb0_set_report_data 
+
+usb_get_led_status:
+72a7 67e0c56c store 1 ,mem_24g_led_status 
+72a8 70079700 jam 0 ,mem_usb_tx_win_enable 
+72a9 70455c03 jam kb_led_ackpayload ,mem_24g_ackpayload_enable 
+72aa 20600000 rtn 
+
+usb_set_report_resume_judge:
+72ab 6fe1070d fetch 2 ,mem_usb_setup_bvalue 
+72ac d8400200 arg pc_set_report_bvalue ,temp 
+72ad 98467c00 isub temp ,null 
+72ae 24628000 nrtn zero 
+72af 6fe1070f fetch 2 ,mem_usb_setup_windex 
+72b0 d8400000 arg pc_set_report_windex ,temp 
+72b1 98467c00 isub temp ,null 
+72b2 24628000 nrtn zero 
+72b3 6fe10711 fetch 2 ,mem_usb_setup_blength 
+72b4 d8400001 arg pc_set_report_blength ,temp 
+72b5 98467c00 isub temp ,null 
+72b6 24628000 nrtn zero 
+72b7 70079701 jam 1 ,mem_usb_tx_win_enable 
+72b8 20600000 rtn 
+
+usb_set_protocol_req:
+72b9 6fe08711 fetch 1 ,mem_usb_setup_blength 
+72ba c0807111 bne 0 ,usb0_force_stall 
+72bb 6fe0870d fetch 1 ,mem_usb_setup_bvalue 
+72bc c00072bf beq boot_protocol ,usb_set_boot_protocol 
+72bd c000f2c2 beq report_protocol ,usb_set_report_protocol 
+72be 20207111 branch usb0_force_stall 
+
+usb_set_boot_protocol:
+72bf 70079c00 jam 0 ,mem_usb_set_protocol_status 
+72c0 70079d01 jam 1 ,mem_usb_set_protocol_value 
+72c1 20207116 branch usb0_reply_zerolen 
+
+usb_set_report_protocol:
+72c2 70079801 jam 1 ,mem_usb_tx_mac_enable 
+72c3 70079c01 jam 1 ,mem_usb_set_protocol_status 
+72c4 70079d00 jam 0 ,mem_usb_set_protocol_value 
+72c5 20207116 branch usb0_reply_zerolen 
+
+usb0_respond_length:
+72c6 ea408011 ifetchr regb ,1 ,rega 
+72c7 1a20a201 increase 1 ,rega 
+
+usb0_respond:
+72c8 44e6c019 bpatch patch19_5 ,mem_patch19 
+72c9 7920000e set1 mark_usb_first_resp ,mark 
+72ca c591f2cd bmark0 mark_isstr ,usb0_respond_nostr 
+72cb 1a40a401 increase 1 ,regb 
+72cc 1a43a400 lshift regb ,regb 
+
+usb0_respond_nostr:
+72cd 622105f8 storer rega ,2 ,mem_bufptr 
+72ce 624085fa storer regb ,1 ,mem_remain 
+72cf 202072d2 branch usb0_tx 
+
+usb_no_respond_data:
+72d0 d8e00000 arg 0 ,queue 
+72d1 20207312 branch usb_trig 
+
+usb0_tx:
+72d2 44e74019 bpatch patch19_6 ,mem_patch19 
+72d3 6ff08c24 fetch 1 ,core_usb_txbusy 
+72d4 c3800000 rtnbit1 0 
+72d5 6fe085fa fetch 1 ,mem_remain 
+72d6 207a0000 rtn blank 
+72d7 1fe27200 copy pdata ,loopcnt 
+72d8 98000400 iforce temp 
+72d9 6fe10711 fetch 2 ,mem_usb_setup_blength 
+72da 1fe67c40 sub pdata ,ep0_packet_size ,null 
+72db 202172e0 branch usb0_tx_short ,positive 
+72dc 1f267c40 sub loopcnt ,ep0_packet_size ,null 
+72dd 202172e4 branch usb0_tx_info ,positive 
+72de 18007240 force ep0_packet_size ,loopcnt 
+72df 202072e4 branch usb0_tx_info 
+
+usb0_tx_short:
+72e0 9f267c00 isub loopcnt ,null 
+72e1 202172e4 branch usb0_tx_info ,positive 
+72e2 98007200 iforce loopcnt 
+72e3 67e085fa store 1 ,mem_remain 
+
+usb0_tx_info:
+72e4 6fe085fa fetch 1 ,mem_remain 
+72e5 9f267e00 isub loopcnt ,pdata 
+72e6 67e085fa store 1 ,mem_remain 
+72e7 1f20ffff add loopcnt ,-1 ,pdata 
+72e8 67e08562 store 1 ,mem_usb_txbuf 
+72e9 c591f2f6 bmark0 mark_isstr ,usb0_tx_nostr 
+72ea 1fe37e00 rshift pdata ,pdata 
+72eb 1f20ffff add loopcnt ,-1 ,pdata 
+72ec 67e08562 store 1 ,mem_usb_txbuf 
+72ed c58772f6 bmark0 mark_usb_first_resp ,usb0_tx_nostr 
+72ee 793f800e set0 mark_usb_first_resp ,mark 
+72ef e0408005 istoret 1 ,contw 
+72f0 58000003 setarg 3 
+72f1 e7e08005 istore 1 ,contw 
+72f2 1f20f3ff increase -1 ,loopcnt 
+72f3 1f227e00 copy loopcnt ,pdata 
+72f4 2422f2f6 nbranch usb0_tx_nostr ,zero 
+72f5 1f20f201 increase 1 ,loopcnt 
+
+usb0_tx_nostr:
+72f6 6fe105f8 fetch 2 ,mem_bufptr 
+72f7 1fe20c00 copy pdata ,contr 
+
+usb0_tx0:
+72f8 efe08006 ifetch 1 ,contr 
+72f9 e7e08005 istore 1 ,contw 
+72fa c591f2fd bmark0 mark_isstr ,usb0_tx1 
+72fb 58000000 setarg 0 
+72fc e7e08005 istore 1 ,contw 
+
+usb0_tx1:
+72fd c20072f8 loop usb0_tx0 
+72fe 18c27e00 copy contr ,pdata 
+72ff 67e105f8 store 2 ,mem_bufptr 
+7300 58000562 setarg mem_usb_txbuf 
+7301 67f10c09 store 2 ,core_usb_tx_saddr0 
+7302 d8e00000 arg 0 ,queue 
+7303 20407312 call usb_trig 
+7304 6fe085fa fetch 1 ,mem_remain 
+7305 247a0000 nrtn blank 
+7306 6fe0879e fetch 1 ,mem_usb_state 
+7307 c1808000 rtnne usb_got_report_req 
+7308 70079e02 jam usb_connected ,mem_usb_state 
+7309 20600000 rtn 
+
+usb_tx_ep1:
+730a d8e00001 arg 1 ,queue 
+730b da2005a3 arg mem_usb_txbuf1 ,rega 
+730c 62310c0b storer rega ,2 ,core_usb_tx_saddr1 
+
+usb_tx_buf:
+730d 1f20ffff add loopcnt ,-1 ,pdata 
+730e e7e08011 istore 1 ,rega 
+
+usb_tx_loop:
+730f efe08006 ifetch 1 ,contr 
+7310 e7e08005 istore 1 ,contw 
+7311 c200730f loop usb_tx_loop 
+
+usb_trig:
+7312 58000000 setarg 0 
+7313 f9207e00 qset1 pdata 
+7314 67f08c18 store 1 ,core_usb_trig 
+7315 20600000 rtn 
+
+usb_tx_ep2:
+7316 d8e00002 arg 2 ,queue 
+7317 da2005ad arg mem_usb_txbuf2 ,rega 
+7318 62310c0d storer rega ,2 ,core_usb_tx_saddr2 
+7319 2020730d branch usb_tx_buf 
+
+usb_tx:
+731a 44e7c019 bpatch patch19_7 ,mem_patch19 
+731b 6fe087ab fetch 1 ,mem_usb_tx_enable 
+731c 207a0000 rtn blank 
+731d 6ff08c24 fetch 1 ,core_usb_txbusy 
+731e 1fe17e0f and_into 0x0f ,pdata 
+731f 243a7383 nbranch usb_inwake_state_tx_dispose ,blank 
+7320 6fe087ac fetch 1 ,mem_usb_device_enumeration_endflag 
+7321 203a7356 branch usb_tx_fifo_release ,blank 
+7322 6fe0879e fetch 1 ,mem_usb_state 
+7323 c001f393 beq usb_sleep ,usb_windows_wakeup 
+7324 c0817356 bne usb_connected ,usb_tx_fifo_release 
+7325 6fe087a0 fetch 1 ,mem_usb_clear_remote_wakeup 
+7326 243a7356 nbranch usb_tx_fifo_release ,blank 
+7327 2040732a call usb_tx_data_ep1 
+7328 20407335 call usb_tx_data_ep2 
+7329 20207342 branch usb_tx_data_ep3 
+
+usb_tx_data_ep1:
+732a 6ff08c24 fetch 1 ,core_usb_txbusy 
+732b c3808000 rtnbit1 1 
+732c 6fe087ab fetch 1 ,mem_usb_tx_enable 
+732d c4008000 rtnbit0 1 
+732e 6fe087ab fetch 1 ,mem_usb_tx_enable 
+732f 793ffe01 set0 1 ,pdata 
+7330 67e087ab store 1 ,mem_usb_tx_enable 
+7331 6fe087a9 fetch 1 ,mem_usb_ep1_data 
+7332 207a0000 rtn blank 
+7333 c008737b beq usb_ep1_kb ,usb_tx_kb_normal_data 
+7334 20203a8a branch assert 
+
+usb_tx_data_ep2:
+7335 6ff08c24 fetch 1 ,core_usb_txbusy 
+7336 c3810000 rtnbit1 2 
+7337 6fe087ab fetch 1 ,mem_usb_tx_enable 
+7338 c4010000 rtnbit0 2 
+7339 6fe087ab fetch 1 ,mem_usb_tx_enable 
+733a 793ffe02 set0 2 ,pdata 
+733b 67e087ab store 1 ,mem_usb_tx_enable 
+733c 6fe087aa fetch 1 ,mem_usb_ep2_data 
+733d 207a0000 rtn blank 
+733e c010735c beq usb_ep2_ms ,usb_tx_ms_data 
+733f c010f377 beq usb_ep2_multikey ,usb_tx_kb_multikey_data 
+7340 c011737f beq usb_ep2_systemkey ,usb_tx_kb_systemkey_data 
+7341 20203a8a branch assert 
+
+usb_tx_data_ep3:
+7342 6fe086f7 fetch 1 ,mem_usb_ep3_enable 
+7343 207a0000 rtn blank 
+7344 6ff08c24 fetch 1 ,core_usb_txbusy 
+7345 c3818000 rtnbit1 3 
+7346 6fe087ab fetch 1 ,mem_usb_tx_enable 
+7347 c4018000 rtnbit0 3 
+7348 6fe087ab fetch 1 ,mem_usb_tx_enable 
+7349 793ffe03 set0 3 ,pdata 
+734a 67e087ab store 1 ,mem_usb_tx_enable 
+734b 6f20887e fetchr loopcnt ,1 ,mem_usb_ep3_in_data_len 
+734c df200020 arg 32 ,loopcnt 
+734d d8c00880 arg mem_usb_ep3_in_data ,contr 
+
+usb_tx_ep3:
+734e d8e00003 arg 3 ,queue 
+734f da2007fd arg mem_usb_txbuf3 ,rega 
+7350 62310c0f storer rega ,2 ,core_usb_tx_saddr3 
+7351 2020730d branch usb_tx_buf 
+
+usb_tx_enable_ep3:
+7352 6fe087ab fetch 1 ,mem_usb_tx_enable 
+7353 79207e03 set1 3 ,pdata 
+7354 67e087ab store 1 ,mem_usb_tx_enable 
+7355 20600000 rtn 
+
+usb_tx_fifo_release:
+7356 d8a007b1 arg mem_usb_mouse_data ,contw 
+7357 df200008 arg 8 ,loopcnt 
+7358 204073dd call memset0 
+7359 d8a00880 arg mem_usb_ep3_in_data ,contw 
+735a df200008 arg 8 ,loopcnt 
+735b 202073dd branch memset0 
+
+usb_tx_ms_data:
+735c 6fe08799 fetch 1 ,mem_usb_idle_flag 
+735d 6848879b fetcht 1 ,mem_usb_get_protocol_flag 
+735e 98417e00 iand temp ,pdata 
+735f 203a7373 branch usb_tx_ms_data_normal_mode ,blank 
+7360 6848879c fetcht 1 ,mem_usb_set_protocol_status 
+7361 9840fe00 iadd temp ,pdata 
+7362 c000f364 beq mac_boot_mode ,usb_tx_ms_data_mac_boot_mode 
+7363 20207373 branch usb_tx_ms_data_normal_mode 
+
+usb_tx_ms_data_mac_boot_mode:
+7364 7007aa00 jam 0 ,mem_usb_ep2_data 
+
+usb_tx_ms_data_mac_boot_regroup:
+7365 6fe087b2 fetch 1 ,mem_usb_mouse_data + 1 
+7366 c0017374 beq r_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
+7367 c001f374 beq lr_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
+7368 6fe087b2 fetch 1 ,mem_usb_mouse_data + 1 
+7369 67e087b1 store 1 ,mem_usb_mouse_data 
+736a 6fe087b3 fetch 1 ,mem_usb_mouse_data + 2 
+736b e7e08005 istore 1 ,contw 
+736c 6fe087b5 fetch 1 ,mem_usb_mouse_data + 4 
+736d e7e08005 istore 1 ,contw 
+736e 6fe087b7 fetch 1 ,mem_usb_mouse_data + 6 
+736f e7e08005 istore 1 ,contw 
+7370 df200004 arg 4 ,loopcnt 
+7371 d8c007b1 arg mem_usb_mouse_data ,contr 
+7372 20207316 branch usb_tx_ep2 
+
+usb_tx_ms_data_normal_mode:
+7373 7007aa00 jam 0 ,mem_usb_ep2_data 
+
+usb_tx_mac_boot_ms_regroup_r_or_lrkey:
+7374 df200008 arg 8 ,loopcnt 
+7375 d8c007b1 arg mem_usb_mouse_data ,contr 
+7376 20207316 branch usb_tx_ep2 
+
+usb_tx_kb_multikey_data:
+7377 7007aa00 jam 0 ,mem_usb_ep2_data 
+7378 df200003 arg 3 ,loopcnt 
+7379 d8c007d1 arg mem_usb_kb_multikey ,contr 
+737a 20207316 branch usb_tx_ep2 
+
+usb_tx_kb_normal_data:
+737b 7007a900 jam 0 ,mem_usb_ep1_data 
+737c df200008 arg 8 ,loopcnt 
+737d d8c007c1 arg mem_usb_kb_data ,contr 
+737e 2020730a branch usb_tx_ep1 
+
+usb_tx_kb_systemkey_data:
+737f 7007aa00 jam 0 ,mem_usb_ep2_data 
+7380 df200002 arg 2 ,loopcnt 
+7381 d8c007e1 arg mem_usb_kb_system ,contr 
+7382 20207316 branch usb_tx_ep2 
+
+usb_inwake_state_tx_dispose:
+7383 6fe0879e fetch 1 ,mem_usb_state 
+7384 c0017386 beq usb_connected ,usb_mac_wakeup_trig 
+7385 20600000 rtn 
+
+usb_mac_wakeup_trig:
+7386 6ff08c00 fetch 1 ,core_usb_config 
+7387 79207e07 set1 7 ,pdata 
+7388 67f08c00 store 1 ,core_usb_config 
+7389 7007ae01 jam 1 ,mem_usb_mac_wakeup_trig 
+738a 20600000 rtn 
+
+usb_mac_wakeup_judge:
+738b 6fe0879e fetch 1 ,mem_usb_state 
+738c c1018000 rtneq usb_sleep 
+738d c001738f beq usb_connected ,usb_mac_wakeup 
+738e 20600000 rtn 
+
+usb_mac_wakeup:
+738f 6fe087ae fetch 1 ,mem_usb_mac_wakeup_trig 
+7390 207a0000 rtn blank 
+7391 7007ad01 jam 1 ,mem_usb_wakestate_onetime_flag 
+7392 20207396 branch usb_wakeup 
+
+usb_windows_wakeup:
+7393 d8e0000f arg usb_timer_wakeup ,queue 
+7394 2040742e call timer_check 
+7395 247a0000 nrtn blank 
+
+usb_wakeup:
+7396 6ff08c00 fetch 1 ,core_usb_config 
+7397 c4038000 rtnbit0 7 
+7398 708c00fc jam 0xfc ,core_usb_config 
+7399 20007530 nop 30000 
+739a 708c003c jam 0x3c ,core_usb_config 
+739b 20600000 rtn 
+
+push_stack:
+739c 60a104e5 storer contw ,2 ,mem_contw 
+739d 604c04cc storet 8 ,mem_temp 
+739e 616204d4 storer timeup ,4 ,mem_timeup 
+739f 204073a4 call push_stack_rega_b_c 
+73a0 60c104e3 storer contr ,2 ,mem_contr 
+73a1 672104ef storer loopcnt ,2 ,mem_loopcnt 
+73a2 60e104ed storer queue ,2 ,mem_queue 
+73a3 20600000 rtn 
+
+push_stack_rega_b_c:
+73a4 622204d8 storer rega ,4 ,mem_rega 
+73a5 624204dc storer regb ,4 ,mem_regb 
+73a6 626184e0 storer regc ,3 ,mem_regc 
+73a7 20600000 rtn 
+
+pop_stack:
+73a8 44e8401a bpatch patch1a_0 ,mem_patch1a 
+73a9 6fe104e5 fetch 2 ,mem_contw 
+73aa 98000a00 iforce contw 
+73ab 684c04cc fetcht 8 ,mem_temp 
+73ac 696204d4 fetchr timeup ,4 ,mem_timeup 
+73ad 204073b3 call pop_stack_rega_b_c 
+73ae 6f2104ef fetchr loopcnt ,2 ,mem_loopcnt 
+73af 68e104ed fetchr queue ,2 ,mem_queue 
+73b0 6fe104e3 fetch 2 ,mem_contr 
+73b1 98000c00 iforce contr 
+73b2 20600000 rtn 
+
+pop_stack_rega_b_c:
+73b3 6a2204d8 fetchr rega ,4 ,mem_rega 
+73b4 6a4204dc fetchr regb ,4 ,mem_regb 
+73b5 6a6184e0 fetchr regc ,3 ,mem_regc 
+73b6 20600000 rtn 
+
+get_contw:
+73b7 6fe104e5 fetch 2 ,mem_contw 
+73b8 1fe20a00 copy pdata ,contw 
+73b9 20600000 rtn 
+
+get_contr:
+73ba 6fe104e3 fetch 2 ,mem_contr 
+73bb 1fe20c00 copy pdata ,contr 
+73bc 20600000 rtn 
+
+store_contw:
+73bd 18a27e00 copy contw ,pdata 
+73be 67e104e5 store 2 ,mem_contw 
+73bf 20600000 rtn 
+
+store_contr:
+73c0 18c27e00 copy contr ,pdata 
+73c1 67e104e3 store 2 ,mem_contr 
+73c2 20600000 rtn 
+
+memcpy96:
+73c3 204073d0 call memcpy32 
+
+memcpy64:
+73c4 204073d0 call memcpy32 
+73c5 202073d0 branch memcpy32 
+
+memcpy12:
+73c6 204073cc call memcpy8 
+
+memcpy4:
+73c7 efe08006 ifetch 1 ,contr 
+73c8 e7e08005 istore 1 ,contw 
+
+memcpy3:
+73c9 efe18006 ifetch 3 ,contr 
+73ca e7e18005 istore 3 ,contw 
+73cb 20600000 rtn 
+
+memcpy8:
+73cc efe40006 ifetch 8 ,contr 
+73cd e7e40005 istore 8 ,contw 
+73ce 20600000 rtn 
+
+memcpy48:
+73cf 204073d2 call memcpy16 
+
+memcpy32:
+73d0 204073cc call memcpy8 
+
+memcpy24:
+73d1 204073cc call memcpy8 
+
+memcpy16:
+73d2 204073cc call memcpy8 
+73d3 202073cc branch memcpy8 
+
+delay:
+73d4 1fe0ffff increase -1 ,pdata 
+73d5 20000026 nop 38 
+73d6 243a73d4 nbranch delay ,blank 
+73d7 20600000 rtn 
+
+delay_10ms:
+73d8 df20000a arg 10 ,loopcnt 
+
+delay_ms_wait:
+73d9 20002ee0 nop 12000 
+73da c20073d9 loop delay_ms_wait 
+73db 20600000 rtn 
+
+bn_zero:
+73dc 18007203 force 3 ,loopcnt 
+
+memset0:
+73dd 18007e00 force 0 ,pdata 
+
+memset8:
+73de e7e40005 istore 8 ,contw 
+73df c20073de loop memset8 
+73e0 20600000 rtn 
+
+memset0_16:
+73e1 204073e2 call memset0_8 
+
+memset0_8:
+73e2 18007e00 force 0 ,pdata 
+73e3 e7e40005 istore 8 ,contw 
+73e4 20600000 rtn 
+
+memset0_4:
+73e5 18007e00 force 0 ,pdata 
+73e6 e7e20005 istore 4 ,contw 
+73e7 20600000 rtn 
+
+clear_mem_256:
+73e8 18007204 force 4 ,loopcnt 
+73e9 202073dd branch memset0 
+
+clear_mem_512:
+73ea 18007208 force 8 ,loopcnt 
+73eb 202073dd branch memset0 
+
+clear_mem:
+73ec 1f227e00 deposit loopcnt 
+73ed 207a0000 rtn blank 
+73ee 58000000 setarg 0 
+
+clear_mem_loop:
+73ef e7e08005 istore 1 ,contw 
+73f0 c20073ef loop clear_mem_loop 
+73f1 20600000 rtn 
+
+clear_temp_block:
+73f2 df200020 arg 32 ,loopcnt 
+73f3 d8a004f6 arg mem_temp_block0 ,contw 
+73f4 202073ec branch clear_mem 
+
+xor_loop:
+73f5 efe20013 ifetch 4 ,regc 
+73f6 e8420011 ifetcht 4 ,rega 
+73f7 9842fe00 ixor temp ,pdata 
+73f8 e7e20005 istore 4 ,contw 
+73f9 1a20a204 increase 4 ,rega 
+73fa 1a60a604 increase 4 ,regc 
+73fb c20073f5 loop xor_loop 
+73fc 20600000 rtn 
+
+inverse_data:
+73fd 44e8c01a bpatch patch1a_1 ,mem_patch1a 
+73fe 1f227e00 copy loopcnt ,pdata 
+73ff 1fe67c01 sub pdata ,1 ,null 
+7400 20610000 rtn positive 
+7401 9a20a400 iadd rega ,regb 
+7402 1a40a5ff increase -1 ,regb 
+7403 1f237200 rshift loopcnt ,loopcnt 
+
+inverse_loop:
+7404 e8408011 ifetcht 1 ,rega 
+7405 efe08012 ifetch 1 ,regb 
+7406 e7e08011 istore 1 ,rega 
+7407 e0408012 istoret 1 ,regb 
+7408 1a40a5ff increase -1 ,regb 
+7409 1a20a201 increase 1 ,rega 
+740a c2007404 loop inverse_loop 
+740b 20600000 rtn 
+
+memcpy_fast:
+740c 1f227e00 deposit loopcnt 
+740d 207a0000 rtn blank 
+
+memcpy_fast_loop:
+740e 1f20f3f8 increase -8 ,loopcnt 
+740f 204173cc call memcpy8 ,positive 
+7410 20628000 rtn zero 
+7411 2021740e branch memcpy_fast_loop ,positive 
+7412 1f20f208 increase 8 ,loopcnt 
+
+memcpy_fast_loop_four:
+7413 1f20f3fc increase -4 ,loopcnt 
+7414 204173c7 call memcpy4 ,positive 
+7415 20628000 rtn zero 
+7416 20217413 branch memcpy_fast_loop_four ,positive 
+7417 1f20f204 increase 4 ,loopcnt 
+7418 20207419 branch memcpy 
+
+memcpy:
+7419 1f227e00 deposit loopcnt 
+741a 207a0000 rtn blank 
+
+memcpy_loop:
+741b efe08006 ifetch 1 ,contr 
+741c e7e08005 istore 1 ,contw 
+741d c200741b loop memcpy_loop 
+741e 20600000 rtn 
+
+timer_stop:
+741f 58000000 setarg 0 
+
+timer_init:
+7420 67e104c4 store 2 ,mem_pdatatemp 
+7421 44e9401a bpatch patch1a_2 ,mem_patch1a 
+7422 2040742e call timer_check 
+7423 684904c4 fetcht 2 ,mem_pdatatemp 
+7424 d8a040ed arg mem_timers ,contw 
+7425 18e3fe00 lshift queue ,pdata 
+7426 98a08a00 iadd contw ,contw 
+7427 e0410005 istoret 2 ,contw 
+7428 20600000 rtn 
+
+timer_check_timeout:
+7429 d9600800 arg 0x800 ,timeup 
+742a 19701600 lshift16 timeup ,timeup 
+742b 9960fe00 iadd timeup ,pdata 
+742c 20600000 rtn 
+
+timer_reinit:
+742d d8e00000 arg 0 ,queue 
+
+timer_check:
+742e 44e9c01a bpatch patch1a_3 ,mem_patch1a 
+742f 684a4096 fetcht 4 ,mem_last_clkn 
+7430 1c437e00 rshift clkn_bt ,pdata 
+7431 67e24096 store 4 ,mem_last_clkn 
+7432 98467c00 isub temp ,null 
+7433 24417429 ncall timer_check_timeout ,positive 
+7434 98461600 isub temp ,timeup 
+7435 19620400 copy timeup ,temp 
+7436 d8c040ed arg mem_timers ,contr 
+7437 18c20a00 copy contr ,contw 
+7438 df200010 arg 16 ,loopcnt 
+
+timer_loop:
+7439 efe10006 ifetch 2 ,contr 
+743a 98467e00 isub temp ,pdata 
+743b 2021743d branch timer_counting ,positive 
+743c 18007e00 force 0 ,pdata 
+
+timer_counting:
+743d e7e10005 istore 2 ,contw 
+743e c2007439 loop timer_loop 
+743f d8c040ed arg mem_timers ,contr 
+7440 18e3fe00 lshift queue ,pdata 
+7441 98c08c00 iadd contr ,contr 
+7442 efe10006 ifetch 2 ,contr 
+7443 20600000 rtn 
+
+clk_add:
+7444 98408400 iadd temp ,temp 
+7445 18427200 copy temp ,loopcnt 
+7446 6fe1003f fetch 2 ,mem_param_rt_rthalfslot 
+7447 9f267e00 isub loopcnt ,pdata 
+7448 20610000 rtn positive 
+7449 1fe67e00 sub pdata ,0 ,pdata 
+744a 18510400 rshift16 temp ,temp 
+744b 18408401 increase 1 ,temp 
+744c 18500400 lshift16 temp ,temp 
+744d 98418400 ior temp ,temp 
+744e 20600000 rtn 
+
+clk_diff_rt:
+744f 20407451 call clk_diff 
+7450 2020745e branch clk2rt 
+
+clk_diff:
+7451 78547c00 disable user 
+7452 98467e00 isub temp ,pdata 
+7453 20217456 branch clk_diff_pos ,positive 
+7454 78347c00 enable user 
+7455 1fe67e00 sub pdata ,0 ,pdata 
+
+clk_diff_pos:
+7456 c4078000 rtnbit0 15 
+7457 1fe22800 copy pdata ,regab 
+7458 d8410000 arg 0x10000 ,temp 
+7459 6fe1003f fetch 2 ,mem_param_rt_rthalfslot 
+745a 98467e00 isub temp ,pdata 
+745b 9a80fe00 iadd regab ,pdata 
+745c 793ffe40 set0 64 ,pdata 
+745d 20600000 rtn 
+
+clk2rt:
+745e 6849003f fetcht 2 ,mem_param_rt_rthalfslot 
+745f 98000c00 iforce contr 
+7460 1ff17e00 rshift16 pdata ,pdata 
+7461 984ffe00 imul32 temp ,pdata 
+7462 98c0fe00 iadd contr ,pdata 
+7463 20600000 rtn 
+
+clk2lpo:
+7464 1fed7e00 lshift8 pdata ,pdata 
+7465 1ff27e00 lshift4 pdata ,pdata 
+7466 6849c0be fetcht 3 ,mem_clks_per_lpo 
+7467 9846fc00 idiv temp 
+7468 20407475 call wait_div_end 
+7469 18078400 quotient temp 
+746a 20600000 rtn 
+
+clk2bt:
+746b 6849003f fetcht 2 ,mem_param_rt_rthalfslot 
+746c 9846fc00 idiv temp 
+746d 20407472 call get_div_result 
+746e 1ff07e00 lshift16 pdata ,pdata 
+746f 18070400 remainder temp 
+7470 98418400 ior temp ,temp 
+7471 20600000 rtn 
+
+get_div_result:
+7472 20407475 call wait_div_end 
+7473 1807fe00 quotient pdata 
+7474 20600000 rtn 
+
+wait_div_end:
+7475 207a8000 rtn modone 
+7476 20207475 branch wait_div_end 
+
+compare_loop:
+
+string_compare:
+7477 efe08011 ifetch 1 ,rega 
+7478 e8408012 ifetcht 1 ,regb 
+7479 98467c00 isub temp ,null 
+747a 24628000 nrtn zero 
+747b 1a20a201 increase 1 ,rega 
+747c 1a40a401 increase 1 ,regb 
+747d c2007477 loop string_compare 
+747e 18007c00 force 0 ,null 
+747f 20600000 rtn 
+
+ceiling:
+7480 98467c00 isub temp ,null 
+7481 24610000 nrtn positive 
+7482 18427e00 deposit temp 
+7483 20600000 rtn 
+
+clean_mem:
+7484 df200200 arg 0x200 ,loopcnt 
+7485 d8a04000 arg 0x4000 ,contw 
+7486 202073dd branch memset0 
+
+callback_func:
+7487 207a0000 rtn blank 
+7488 1fe27a00 copy pdata ,pc 
+
+ice_break_disable_wdt:
+7489 20406d31 call wdt_set_disable 
+
+ice_break:
+748a 70820301 jam 0x1 ,core_ice_ctrl 
+748b 20600000 rtn 
+
+ice_setbp:
+748c 67f10205 store 2 ,core_ice_break0 
+748d 6ff08203 fetch 1 ,core_ice_ctrl 
+748e 79207e04 set1 4 ,pdata 
+748f 67f08203 store 1 ,core_ice_ctrl 
+7490 20600000 rtn 
+
+ice_setbp2:
+7491 67f10207 store 2 ,core_ice_break1 
+7492 6ff08203 fetch 1 ,core_ice_ctrl 
+7493 79207e06 set1 6 ,pdata 
+7494 67f08203 store 1 ,core_ice_ctrl 
+7495 20600000 rtn 
+
+ice_set_write_bp:
+7496 67f10205 store 2 ,core_ice_break0 
+7497 70820330 jam 0x30 ,core_ice_ctrl 
+7498 20600000 rtn 
+
+fifo_in:
+7499 44ea401a bpatch patch1a_4 ,mem_patch1a 
+749a e8440011 ifetcht util_fifo_len ,rega 
+749b 18417eff and temp ,0xff ,pdata 
+749c 243a749f nbranch fifo_in_push ,blank 
+749d 184cfe00 rshift8 temp ,pdata 
+749e e7e40011 istore util_fifo_len ,rega 
+
+fifo_in_push:
+749f 1a20a207 increase util_fifo_len + util_fifo_offset ,rega 
+74a0 efe08011 ifetch 1 ,rega 
+74a1 243a3a8a nbranch assert ,blank 
+74a2 6fe084c3 fetch 1 ,mem_fifo_temp 
+74a3 e7e08011 istore 1 ,rega 
+74a4 20600000 rtn 
+
+fifo_out:
+74a5 44eac01a bpatch patch1a_5 ,mem_patch1a 
+74a6 df200008 arg util_fifo_len ,loopcnt 
+74a7 efe40011 ifetch util_fifo_len ,rega 
+74a8 207a0000 rtn blank 
+
+fifo_out_loop:
+74a9 efe08011 ifetch 1 ,rega 
+74aa 243a74ae nbranch fifo_out_end ,blank 
+74ab 1a20a201 increase 1 ,rega 
+74ac c20074a9 loop fifo_out_loop 
+74ad 20203a8a branch assert 
+
+fifo_out_end:
+74ae d8400000 arg 0 ,temp 
+74af e0408011 istoret 1 ,rega 
+74b0 20600000 rtn 
+
+fifo_is_empty:
+74b1 efe40011 ifetch util_fifo_len ,rega 
+74b2 20600000 rtn 
+
+fifo_is_full:
+74b3 efe08011 ifetch 1 ,rega 
+74b4 20600000 rtn 
+
+fifo_is_near_full:
+74b5 efe10011 ifetch 2 ,rega 
+74b6 20600000 rtn 
+
+fifo_content_count:
+74b7 d8400000 arg 0 ,temp 
+
+fifo_content_count_loop:
+74b8 6fe08006 fetch 1 ,contr 
+74b9 c20074b8 loop fifo_content_count_loop ,blank 
+74ba 18408401 increase 1 ,temp 
+74bb c20074b8 loop fifo_content_count_loop 
+74bc 18427e00 copy temp ,pdata 
+74bd 20600000 rtn 
+
+not_greater_than:
+74be 98467c00 isub temp ,null 
+74bf 24610000 nrtn positive 
+
+copy_temp2pdata:
+74c0 18427e00 copy temp ,pdata 
+74c1 20600000 rtn 
+
+disable_positive:
+74c2 18007dff force -1 ,null 
+74c3 20600000 rtn 
+
+enable_positive:
+
+disable_zero:
+74c4 18007c01 force 1 ,null 
+74c5 20600000 rtn 
+
+enable_zero:
+74c6 18007c00 force 0 ,null 
+74c7 20600000 rtn 
+
+enable_user:
+74c8 78347c00 enable user 
+74c9 20600000 rtn 
+
+disable_user:
+74ca 78547c00 disable user 
+74cb 20600000 rtn 
+
+enable_user2:
+74cc 78367c00 enable user2 
+74cd 20600000 rtn 
+
+disable_user2:
+74ce 78567c00 disable user2 
+74cf 20600000 rtn 
+
+enable_user7:
+74d0 7838fc00 enable user7 
+74d1 20600000 rtn 
+
+disable_true:
+74d2 7840fc00 disable true 
+74d3 20600000 rtn 
+
+enable_true:
+74d4 7820fc00 enable true 
+74d5 20600000 rtn 
+
+disable_blank:
+74d6 58000001 setarg 1 
+74d7 20600000 rtn 
+
+enable_blank:
+
+set_pdata_0:
+74d8 58000000 setarg 0 
+74d9 20600000 rtn 
+
+cal_sum:
+74da 1f267c00 sub loopcnt ,0 ,null 
+74db 20628000 rtn zero 
+
+cal_sum_loop:
+74dc e8408006 ifetcht 1 ,contr 
+74dd 9840fe00 iadd temp ,pdata 
+74de c20074dc loop cal_sum_loop 
+74df 20600000 rtn 
+
+clear_wake:
+74e0 58000000 setarg 0 
+74e1 67e40016 store 8 ,mem_gpio_wakeup_low 
+74e2 20600000 rtn 
+
+generate_random:
+74e3 df200010 arg 16 ,loopcnt 
+
+generate_random_loop:
+74e4 180a7e00 random pdata 
+74e5 e7e08005 istore 1 ,contw 
+74e6 c20074e4 loop generate_random_loop 
+74e7 20600000 rtn 
+
+frmt_gem_adv_pdu_common:
+74e8 70459601 jam 1 ,mem_light_num_of_long_press 
+74e9 2040778d call frmt_light_long_press_flag_reset 
+74ea 7044cd42 jam 66 ,mem_light_gm_tx_addr_type 
+74eb 7044ce15 jam 21 ,mem_light_gm_tx_len 
+74ec 7044dd55 jam 0x55 ,mem_light_gm_tx_remoter_id 
+74ed 6fe0c4e2 fetch 1 ,mem_light_gm_tx_count 
+74ee 1fe0fe01 pincrease 1 
+74ef 67e0c4e2 store 1 ,mem_light_gm_tx_count 
+74f0 204074f6 call frmt_gem_pud_sum 
+74f1 20407ad5 call frmt_light_flag_set_short_press 
+74f2 df200017 arg gem_pdu_len ,loopcnt 
+74f3 d8c044cd arg mem_light_gm_tx_addr_type ,contr 
+74f4 d8a0464f arg mem_light_whitening_buffer ,contw 
+74f5 2020740c branch memcpy_fast 
+
+frmt_gem_pud_sum:
+74f6 d8400000 arg 0 ,temp 
+74f7 d8c044dc arg mem_light_gm_tx_press_time ,contr 
+74f8 df200007 arg 7 ,loopcnt 
+
+frmt_gem_pud_sum_loop:
+74f9 efe08006 ifetch 1 ,contr 
+74fa 98408400 iadd temp ,temp 
+74fb c20074f9 loop frmt_gem_pud_sum_loop 
+74fc 6048c4e3 storet 1 ,mem_light_gm_tx_sum 
+74fd 20600000 rtn 
+
+frmt_light_gem_long_press_cnt:
+74fe 6fe0c4e8 fetch 1 ,mem_gem_long_cnt_enable 
+74ff 207a0000 rtn blank 
+7500 7044e800 jam 0 ,mem_gem_long_cnt_enable 
+7501 6fe14594 fetch 2 ,mem_long_press_timeout 
+7502 207a0000 rtn blank 
+7503 6fe0c4dc fetch 1 ,mem_light_gm_tx_press_time 
+7504 1fe0fe01 pincrease 1 
+7505 67e0c4dc store 1 ,mem_light_gm_tx_press_time 
+7506 c000f50c beq 1 ,frmt_light_gem_long_press_code_increase 
+7507 c004f50c beq 9 ,frmt_light_gem_long_press_code_increase 
+7508 204074e8 call frmt_gem_adv_pdu_common 
+7509 58000003 setarg gem_long_keypress 
+750a 67e144e4 store 2 ,mem_gem_cnt_inces_timeout 
+750b 20600000 rtn 
+
+frmt_light_gem_long_press_code_increase:
+750c 6fe0c4e1 fetch 1 ,mem_light_gm_tx_code 
+750d 1fe0fe40 pincrease 0x40 
+750e 67e0c4e1 store 1 ,mem_light_gm_tx_code 
+750f 204074e8 call frmt_gem_adv_pdu_common 
+7510 20207511 branch gem_long_keypress_time 
+
+gem_long_keypress_time:
+7511 58000003 setarg gem_long_keypress 
+7512 67e144e4 store 2 ,mem_gem_cnt_inces_timeout 
+7513 20600000 rtn 
+
+gem_light_color_switch:
+7514 7044e107 jam gem_light_color_switch_code ,mem_light_gm_tx_code 
+7515 7044dc00 jam 0 ,mem_light_gm_tx_press_time 
+7516 202074e8 branch frmt_gem_adv_pdu_common 
+
+gem_light_energy_saving_light:
+7517 6fe0c4a3 fetch 1 ,mem_ble_v2_customer_id 
+7518 245a7977 ncall frmt_light_pcnt_50_percent_v2 ,blank 
+7519 7044e111 jam gem_light_energy_save_light_code ,mem_light_gm_tx_code 
+751a 7044dc00 jam 0 ,mem_light_gm_tx_press_time 
+751b 202074e8 branch frmt_gem_adv_pdu_common 
+
+gem_light_timing_off:
+751c 7044e112 jam gem_light_timing_off_code ,mem_light_gm_tx_code 
+751d 7044dc00 jam 0 ,mem_light_gm_tx_press_time 
+751e 202074e8 branch frmt_gem_adv_pdu_common 
+
+gem_light_aid_turn_onoff:
+751f 7044e113 jam gem_light_aided_light_code ,mem_light_gm_tx_code 
+7520 7044dc00 jam 0 ,mem_light_gm_tx_press_time 
+7521 202074e8 branch frmt_gem_adv_pdu_common 
+
+gem_light_master_on:
+7522 7044e105 jam gem_light_on_code ,mem_light_gm_tx_code 
+7523 7044e000 jam 0 ,mem_light_gm_tx_group_num 
+7524 7044dc00 jam 0 ,mem_light_gm_tx_press_time 
+7525 202074e8 branch frmt_gem_adv_pdu_common 
+
+gem_light_master_off:
+7526 7044e109 jam gem_light_off_code ,mem_light_gm_tx_code 
+7527 7044dc00 jam 0 ,mem_light_gm_tx_press_time 
+7528 7044e000 jam 0 ,mem_light_gm_tx_group_num 
+7529 202074e8 branch frmt_gem_adv_pdu_common 
+
+gem_light_rgb_auto:
+752a 7044e114 jam gem_light_rgb_auto_code ,mem_light_gm_tx_code 
+752b 7044dc00 jam 0 ,mem_light_gm_tx_press_time 
+752c 202074e8 branch frmt_gem_adv_pdu_common 
+
+gem_light_rgb_step:
+752d 7044e115 jam gem_light_rgb_step_code ,mem_light_gm_tx_code 
+752e 7044dc00 jam 0 ,mem_light_gm_tx_press_time 
+752f 202074e8 branch frmt_gem_adv_pdu_common 
+
+gem_light_group1_on:
+7530 6fe0c4a3 fetch 1 ,mem_ble_v2_customer_id 
+7531 245a79ad ncall frmt_light_group1_on_v2 ,blank 
+7532 7044e10c jam gem_light_on_group1_code ,mem_light_gm_tx_code 
+7533 7044e001 jam 1 ,mem_light_gm_tx_group_num 
+7534 7044dc00 jam 0 ,mem_light_gm_tx_press_time 
+7535 202074e8 branch frmt_gem_adv_pdu_common 
+
+gem_light_group1_off:
+7536 6fe0c4a3 fetch 1 ,mem_ble_v2_customer_id 
+7537 245a79b5 ncall frmt_light_group1_off_v2 ,blank 
+7538 7044e10e jam gem_light_off_group1_code ,mem_light_gm_tx_code 
+7539 7044e001 jam 1 ,mem_light_gm_tx_group_num 
+753a 7044dc00 jam 0 ,mem_light_gm_tx_press_time 
+753b 202074e8 branch frmt_gem_adv_pdu_common 
+
+gem_light_group2_on:
+753c 6fe0c4a3 fetch 1 ,mem_ble_v2_customer_id 
+753d 245a79af ncall frmt_light_group2_on_v2 ,blank 
+753e 7044e101 jam gem_light_on_group2_code ,mem_light_gm_tx_code 
+753f 7044e002 jam 2 ,mem_light_gm_tx_group_num 
+7540 7044dc00 jam 0 ,mem_light_gm_tx_press_time 
+7541 202074e8 branch frmt_gem_adv_pdu_common 
+
+gem_light_group2_off:
+7542 6fe0c4a3 fetch 1 ,mem_ble_v2_customer_id 
+7543 245a79b7 ncall frmt_light_group2_off_v2 ,blank 
+7544 7044e104 jam gem_light_off_group2_code ,mem_light_gm_tx_code 
+7545 7044e002 jam 2 ,mem_light_gm_tx_group_num 
+7546 7044dc00 jam 0 ,mem_light_gm_tx_press_time 
+7547 202074e8 branch frmt_gem_adv_pdu_common 
+
+gem_light_group3_on:
+7548 6fe0c4a3 fetch 1 ,mem_ble_v2_customer_id 
+7549 245a79b1 ncall frmt_light_group3_on_v2 ,blank 
+754a 7044e10d jam gem_light_on_group3_code ,mem_light_gm_tx_code 
+754b 7044e003 jam 3 ,mem_light_gm_tx_group_num 
+754c 7044dc00 jam 0 ,mem_light_gm_tx_press_time 
+754d 202074e8 branch frmt_gem_adv_pdu_common 
+
+gem_light_group3_off:
+754e 6fe0c4a3 fetch 1 ,mem_ble_v2_customer_id 
+754f 245a79b9 ncall frmt_light_group3_off_v2 ,blank 
+7550 7044e10f jam gem_light_off_group3_code ,mem_light_gm_tx_code 
+7551 7044e003 jam 3 ,mem_light_gm_tx_group_num 
+7552 7044dc00 jam 0 ,mem_light_gm_tx_press_time 
+7553 202074e8 branch frmt_gem_adv_pdu_common 
+
+gem_light_group4_on:
+7554 6fe0c4a3 fetch 1 ,mem_ble_v2_customer_id 
+7555 245a79b3 ncall frmt_light_group4_on_v2 ,blank 
+7556 7044e108 jam gem_light_on_group4_code ,mem_light_gm_tx_code 
+7557 7044e004 jam 4 ,mem_light_gm_tx_group_num 
+7558 7044dc00 jam 0 ,mem_light_gm_tx_press_time 
+7559 202074e8 branch frmt_gem_adv_pdu_common 
+
+gem_light_group4_off:
+755a 6fe0c4a3 fetch 1 ,mem_ble_v2_customer_id 
+755b 245a79bb ncall frmt_light_group4_off_v2 ,blank 
+755c 7044e106 jam gem_light_off_group4_code ,mem_light_gm_tx_code 
+755d 7044e004 jam 4 ,mem_light_gm_tx_group_num 
+755e 7044dc00 jam 0 ,mem_light_gm_tx_press_time 
+755f 202074e8 branch frmt_gem_adv_pdu_common 
+
+gem_light_color_switch_short_press:
+7560 6fe0c724 fetch 1 ,mem_light_color_and_lgtness_long_press_adv_enable 
+7561 c000f514 beq 1 ,gem_light_color_switch 
+7562 704706b1 jam light_color_switch_release_adv_flag ,mem_light_release_adv_flag 
+7563 2020774f branch frmt_light_light_color_and_lightness_change_common 
+
+gem_light_color_switch_w:
+7564 6fe0c4a3 fetch 1 ,mem_ble_v2_customer_id 
+7565 245a7960 ncall frmt_light_color_switch_w_v2 ,blank 
+7566 7044e116 jam gem_color_switch_w ,mem_light_gm_tx_code 
+7567 7044dc00 jam 0 ,mem_light_gm_tx_press_time 
+7568 7044e000 jam 0 ,mem_light_gm_tx_group_num 
+7569 202074e8 branch frmt_gem_adv_pdu_common 
+
+gem_light_color_switch_y:
+756a 6fe0c4a3 fetch 1 ,mem_ble_v2_customer_id 
+756b 245a7966 ncall frmt_light_color_switch_y_v2 ,blank 
+756c 7044e117 jam gem_color_switch_y ,mem_light_gm_tx_code 
+756d 7044dc00 jam 0 ,mem_light_gm_tx_press_time 
+756e 7044e000 jam 0 ,mem_light_gm_tx_group_num 
+756f 202074e8 branch frmt_gem_adv_pdu_common 
+
+gem_light_to_y:
+7570 70470600 jam 0 ,mem_light_release_adv_flag 
+7571 6fe0c4a3 fetch 1 ,mem_ble_v2_customer_id 
+7572 245a792a ncall frmt_light_to_y_v2 ,blank 
+7573 7044e10a jam gem_light_to_y_code ,mem_light_gm_tx_code 
+7574 202074e8 branch frmt_gem_adv_pdu_common 
+
+gem_light_to_w:
+7575 70470600 jam 0 ,mem_light_release_adv_flag 
+7576 6fe0c4a3 fetch 1 ,mem_ble_v2_customer_id 
+7577 245a792c ncall frmt_light_to_w_v2 ,blank 
+7578 7044e10b jam gem_light_to_w_code ,mem_light_gm_tx_code 
+7579 202074e8 branch frmt_gem_adv_pdu_common 
+
+gem_light_darken:
+757a 70470600 jam 0 ,mem_light_release_adv_flag 
+757b 6fe0c4a3 fetch 1 ,mem_ble_v2_customer_id 
+757c 245a792e ncall frmt_light_darken_v2 ,blank 
+757d 7044e103 jam gem_light_darken_code ,mem_light_gm_tx_code 
+757e 202074e8 branch frmt_gem_adv_pdu_common 
+
+gem_light_lighten:
+757f 70470600 jam 0 ,mem_light_release_adv_flag 
+7580 6fe0c4a3 fetch 1 ,mem_ble_v2_customer_id 
+7581 245a7930 ncall frmt_light_lighten_v2 ,blank 
+7582 7044e102 jam gem_light_lighten_code ,mem_light_gm_tx_code 
+7583 202074e8 branch frmt_gem_adv_pdu_common 
+
+gem_light_night_light:
+7584 6fe0c4a3 fetch 1 ,mem_ble_v2_customer_id 
+7585 245a7948 ncall frmt_light_night_light_v2 ,blank 
+7586 7044e110 jam gem_light_night_light_code ,mem_light_gm_tx_code 
+7587 7044dc00 jam 0 ,mem_light_gm_tx_press_time 
+7588 202074e8 branch frmt_gem_adv_pdu_common 
+
+remoter_init:
+7589 20407de0 call frmt_ble_para_init 
+758a 204075aa call frmt_enter_lpm_gpio_config_flag_init_row 
+758b 204075b5 call frmt_enter_lpm_gpio_config_flag_init_col 
+758c 4738c02e bpatchx patch2e_1 ,mem_patch2e 
+758d 70457d01 jam 1 ,mem_set_clear_code_timeout_enable 
+758e 70457e01 jam 1 ,mem_light_lpm_enable 
+
+frmt_apl_ble_scene_rewrite_lap:
+758f 4739402e bpatchx patch2e_2 ,mem_patch2e 
+7590 6fe142b0 fetch 2 ,mem_le_lap 
+7591 1ff27e00 lshift4 pdata ,pdata 
+7592 d840ffff arg 0xffff ,temp 
+7593 98417e00 iand temp ,pdata 
+7594 203a75bc branch frmt_light_set_addr_to_0010 ,blank 
+7595 d840fff0 arg 0xfff0 ,temp 
+7596 98467c00 isub temp ,null 
+7597 2022f5be branch frmt_light_set_addr_to_ffe0 ,zero 
+
+frmt_lightc_init_continue:
+7598 4739c02e bpatchx patch2e_3 ,mem_patch2e 
+7599 1ff0fe00 byteswap pdata ,pdata 
+759a 67e1457b store 2 ,mem_ftd_adv_raw_device_add_temp 
+759b 67e144de store 2 ,mem_light_gm_tx_remoter_addr 
+759c da20ffff arg 0xffff ,rega 
+759d 1a300400 lshift16 rega ,temp 
+759e 5800ffff setarg 0xffff 
+759f 98418400 ior temp ,temp 
+75a0 6fe242b0 fetch 4 ,mem_le_lap 
+75a1 205a75ba call frmt_light_addr_default_v2 ,blank 
+75a2 98467c00 isub temp ,null 
+75a3 2042f5ba call frmt_light_addr_default_v2 ,zero 
+75a4 67e244a7 store 4 ,mem_ble_v2_addr 
+75a5 58007b9d setarg frmt_apl_cb_event_timer 
+75a6 67e1439c store 2 ,mem_cb_event_timer 
+75a7 580079bd setarg frmt_main 
+75a8 67e14394 store 2 ,mem_cb_idle_process 
+75a9 202076cc branch frmt_kscan_init 
+
+frmt_enter_lpm_gpio_config_flag_init_row:
+75aa 473a402e bpatchx patch2e_4 ,mem_patch2e 
+75ab 6f20c55e fetchr loopcnt ,1 ,mem_kscan_row_nums 
+75ac 684a4738 fetcht 4 ,mem_light_lpm_gpio_config_flag 
+75ad d8c04560 arg mem_kscan_row_gpio_pin ,contr 
+
+frmt_enter_lpm_gpio_config_flag_init_loop:
+75ae 473ac02e bpatchx patch2e_5 ,mem_patch2e 
+75af efe08006 ifetch 1 ,contr 
+75b0 98000e00 iforce queue 
+75b1 f9200400 qset1 temp 
+75b2 c20075ae loop frmt_enter_lpm_gpio_config_flag_init_loop 
+75b3 604a4738 storet 4 ,mem_light_lpm_gpio_config_flag 
+75b4 20600000 rtn 
+
+frmt_enter_lpm_gpio_config_flag_init_col:
+75b5 473b402e bpatchx patch2e_6 ,mem_patch2e 
+75b6 6f20c55f fetchr loopcnt ,1 ,mem_kscan_col_nums 
+75b7 684a4738 fetcht 4 ,mem_light_lpm_gpio_config_flag 
+75b8 d8c04568 arg mem_kscan_col_gpio_pin ,contr 
+75b9 202075ae branch frmt_enter_lpm_gpio_config_flag_init_loop 
+
+frmt_light_addr_default_v2:
+75ba 58111213 setarg 0x111213 
+75bb 20600000 rtn 
+
+frmt_light_set_addr_to_0010:
+75bc dfe00010 arg 0x0010 ,pdata 
+75bd 20207598 branch frmt_lightc_init_continue 
+
+frmt_light_set_addr_to_ffe0:
+75be dfe0ffe0 arg 0xffe0 ,pdata 
+75bf 20207598 branch frmt_lightc_init_continue 
+
+frmt_jym_pdu_common:
+75c0 473bc02e bpatchx patch2e_7 ,mem_patch2e 
+75c1 6fe242b0 fetch 4 ,mem_le_lap 
+75c2 67e24525 store 4 ,mem_light_jym_tx_id 
+75c3 704529d1 jam 0xd1 ,mem_light_jym_tx_group 
+75c4 6fe0c52b fetch 1 ,mem_light_jym_tx_count 
+75c5 1fe0fe01 pincrease 1 
+75c6 67e0c52b store 1 ,mem_light_jym_tx_count 
+75c7 d8400000 arg 0 ,temp 
+75c8 d8c04524 arg mem_light_jym_tx_cmd ,contr 
+75c9 df200008 arg 8 ,loopcnt 
+75ca 20407603 call frmt_light_sum_cal_loop 
+75cb 18508400 byteswap temp ,temp 
+75cc 6049452c storet 2 ,mem_light_jym_tx_sum 
+75cd da604523 arg mem_light_jym_tx_len ,regc 
+75ce df20000b arg 11 ,loopcnt 
+75cf 58000000 setarg 0 
+75d0 67e144c6 store 2 ,mem_adv_crc_false_initvalue 
+75d1 20407b57 call key_crc16_ccitt_false1 
+75d2 6fe144c6 fetch 2 ,mem_adv_crc_false_initvalue 
+75d3 67e1452e store 2 ,mem_light_jym_tx_crc 
+75d4 df200017 arg 23 ,loopcnt 
+75d5 d8c044e9 arg mem_light_ky_tx ,contr 
+75d6 d8a0464f arg mem_light_whitening_buffer ,contw 
+75d7 2040740c call memcpy_fast 
+75d8 df20000d arg 13 ,loopcnt 
+75d9 d8c04523 arg mem_light_jym_tx_len ,contr 
+75da d8a04666 arg mem_light_whitening_buffer + 23 ,contw 
+75db 2040740c call memcpy_fast 
+75dc 70467a25 jam 37 ,mem_light_recvd_len 
+75dd 70467b33 jam 51 ,mem_light_whitening_i 
+75de 20407b7b call frmt_light_ble_whitening 
+75df df200025 arg 37 ,loopcnt 
+75e0 d8c0464f arg mem_light_whitening_buffer ,contr 
+75e1 d8a04530 arg mem_light_jym_tx_temp ,contw 
+75e2 2020740c branch memcpy_fast 
+
+frmt_reverse:
+75e3 efe08006 ifetch 1 ,contr 
+75e4 1fedfe00 reverse pdata ,pdata 
+75e5 e7e08005 istore 1 ,contw 
+75e6 c20075e3 loop frmt_reverse 
+75e7 20600000 rtn 
+
+key_pdu_common:
+75e8 473c402f bpatchx patch2f_0 ,mem_patch2f 
+75e9 20407ad5 call frmt_light_flag_set_short_press 
+75ea 20407600 call frmt_light_sum_cal 
+75eb 18508400 byteswap temp ,temp 
+75ec 60494508 storet 2 ,mem_light_ky_tx_sum 
+75ed da604500 arg mem_light_ky_tx_len ,regc 
+75ee df20000a arg 10 ,loopcnt 
+75ef 58000000 setarg 0 
+75f0 67e144c6 store 2 ,mem_adv_crc_false_initvalue 
+75f1 20407b57 call key_crc16_ccitt_false1 
+75f2 6fe144c6 fetch 2 ,mem_adv_crc_false_initvalue 
+75f3 67e1450a store 2 ,mem_light_ky_tx_crc 
+75f4 6fe1450c fetch 2 ,mem_light_ky_tx_count 
+75f5 1ff0fe00 byteswap pdata ,pdata 
+75f6 1fe0fe01 pincrease 1 
+75f7 1ff0fe00 byteswap pdata ,pdata 
+75f8 67e1450c store 2 ,mem_light_ky_tx_count 
+75f9 df200025 arg 37 ,loopcnt 
+75fa d8c044e9 arg mem_light_ky_tx ,contr 
+75fb d8a0464f arg mem_light_whitening_buffer ,contw 
+75fc 2040740c call memcpy_fast 
+75fd 70467a25 jam 37 ,mem_light_recvd_len 
+75fe 70467b33 jam 51 ,mem_light_whitening_i 
+75ff 20207b7b branch frmt_light_ble_whitening 
+
+frmt_light_sum_cal:
+7600 d8400000 arg 0 ,temp 
+7601 d8c04501 arg mem_light_ky_tx_code1 ,contr 
+7602 df200007 arg 7 ,loopcnt 
+
+frmt_light_sum_cal_loop:
+7603 efe08006 ifetch 1 ,contr 
+7604 98408400 iadd temp ,temp 
+7605 c2007603 loop frmt_light_sum_cal_loop 
+7606 20600000 rtn 
+
+key_whitening_i_get:
+7607 da400033 arg 51 ,regb 
+7608 20600000 rtn 
+
+frmt_light_group_num_set:
+7609 6fe0c50e fetch 1 ,mem_light_group_num 
+760a 67e0c505 store 1 ,mem_light_ky_tx_remoter_id + 3 
+760b 20600000 rtn 
+
+frmt_light_timing_off_ky:
+760c 204079ab call frmt_light_timing_30s_v2 
+760d 70452468 jam light_jym_cmd_timing_off ,mem_light_jym_tx_cmd 
+760e 70452a46 jam light_jym_data_timing_off ,mem_light_jym_tx_data 
+760f 204075c0 call frmt_jym_pdu_common 
+7610 70450168 jam light_timing_code1 ,mem_light_ky_tx_code1 
+7611 70450746 jam 0x46 ,mem_light_ky_tx_code2 
+7612 202075e8 branch key_pdu_common 
+
+key_light_aux_lamp_on_and_off_ky:
+7613 7045246e jam light_jym_cmd_aux_lamp ,mem_light_jym_tx_cmd 
+7614 70452af0 jam light_jym_data_aux_lamp ,mem_light_jym_tx_data 
+7615 204075c0 call frmt_jym_pdu_common 
+7616 7045016e jam light_aux_lamp_on_and_off_code1 ,mem_light_ky_tx_code1 
+7617 704507f0 jam 0xf0 ,mem_light_ky_tx_code2 
+7618 202075e8 branch key_pdu_common 
+
+key_light_to_y:
+7619 2040792a call frmt_light_to_y_v2 
+761a 70452469 jam light_jym_cmd_to_y ,mem_light_jym_tx_cmd 
+761b 70452a00 jam light_jym_data_to_y ,mem_light_jym_tx_data 
+761c 204075c0 call frmt_jym_pdu_common 
+761d 70450169 jam light_to_y_code1 ,mem_light_ky_tx_code1 
+761e 70450700 jam 0 ,mem_light_ky_tx_code2 
+761f 202075e8 branch key_pdu_common 
+
+key_light_to_w:
+7620 2040792c call frmt_light_to_w_v2 
+7621 7045246a jam light_jym_cmd_to_w ,mem_light_jym_tx_cmd 
+7622 70452a00 jam light_jym_data_to_w ,mem_light_jym_tx_data 
+7623 204075c0 call frmt_jym_pdu_common 
+7624 7045016a jam light_to_w_code1 ,mem_light_ky_tx_code1 
+7625 70450700 jam 0 ,mem_light_ky_tx_code2 
+7626 202075e8 branch key_pdu_common 
+
+key_light_darken:
+7627 2040792e call frmt_light_darken_v2 
+7628 70452465 jam light_jym_cmd_darken ,mem_light_jym_tx_cmd 
+7629 70452a00 jam light_jym_data_darken ,mem_light_jym_tx_data 
+762a 204075c0 call frmt_jym_pdu_common 
+762b 70450165 jam light_darken_code1 ,mem_light_ky_tx_code1 
+762c 70450700 jam 0 ,mem_light_ky_tx_code2 
+762d 202075e8 branch key_pdu_common 
+
+key_light_lighten:
+762e 20407930 call frmt_light_lighten_v2 
+762f 70452466 jam light_jym_cmd_lighten ,mem_light_jym_tx_cmd 
+7630 70452a00 jam light_jym_data_lighten ,mem_light_jym_tx_data 
+7631 204075c0 call frmt_jym_pdu_common 
+7632 70450166 jam light_lighten_code1 ,mem_light_ky_tx_code1 
+7633 70450700 jam 0 ,mem_light_ky_tx_code2 
+7634 202075e8 branch key_pdu_common 
+
+key_light_group1_off:
+7635 70452460 jam light_jym_cmd_off ,mem_light_jym_tx_cmd 
+7636 70452a00 jam light_jym_data_off ,mem_light_jym_tx_data 
+7637 704529d2 jam 0xd2 ,mem_light_jym_tx_group 
+7638 204075c0 call frmt_jym_pdu_common 
+7639 70450160 jam light_off_code1 ,mem_light_ky_tx_code1 
+763a 704507d1 jam light_off_code2 ,mem_light_ky_tx_code2 
+763b 704506d2 jam 0xd2 ,mem_light_ky_tx_group_num 
+763c 202075e8 branch key_pdu_common 
+
+key_light_group2_off:
+763d 70452460 jam light_jym_cmd_off ,mem_light_jym_tx_cmd 
+763e 70452a00 jam light_jym_data_off ,mem_light_jym_tx_data 
+763f 704529d4 jam 0xd4 ,mem_light_jym_tx_group 
+7640 204075c0 call frmt_jym_pdu_common 
+7641 70450160 jam light_off_code1 ,mem_light_ky_tx_code1 
+7642 704507d1 jam light_off_code2 ,mem_light_ky_tx_code2 
+7643 704506d4 jam 0xd4 ,mem_light_ky_tx_group_num 
+7644 202075e8 branch key_pdu_common 
+
+key_light_group3_off:
+7645 70452460 jam light_jym_cmd_off ,mem_light_jym_tx_cmd 
+7646 70452a00 jam light_jym_data_off ,mem_light_jym_tx_data 
+7647 70452903 jam 3 ,mem_light_jym_tx_group 
+7648 204075c0 call frmt_jym_pdu_common 
+7649 70450160 jam light_off_code1 ,mem_light_ky_tx_code1 
+764a 580000d1 setarg light_off_code2 
+764b 67e14507 store 2 ,mem_light_ky_tx_code2 
+764c 70450e03 jam 3 ,mem_light_group_num 
+764d 202075e8 branch key_pdu_common 
+
+key_light_group4_off:
+764e 70452460 jam light_jym_cmd_off ,mem_light_jym_tx_cmd 
+764f 70452a00 jam light_jym_data_off ,mem_light_jym_tx_data 
+7650 70452904 jam 4 ,mem_light_jym_tx_group 
+7651 204075c0 call frmt_jym_pdu_common 
+7652 70450160 jam light_off_code1 ,mem_light_ky_tx_code1 
+7653 580000d1 setarg light_off_code2 
+7654 67e14507 store 2 ,mem_light_ky_tx_code2 
+7655 70450e04 jam 4 ,mem_light_group_num 
+7656 202075e8 branch key_pdu_common 
+
+key_light_group1_on:
+7657 7045246f jam light_jym_cmd_on ,mem_light_jym_tx_cmd 
+7658 70452a00 jam light_jym_data_on ,mem_light_jym_tx_data 
+7659 704529d2 jam 0xd2 ,mem_light_jym_tx_group 
+765a 204075c0 call frmt_jym_pdu_common 
+765b 7045016f jam light_on_code1 ,mem_light_ky_tx_code1 
+765c 704507d1 jam light_on_code2 ,mem_light_ky_tx_code2 
+765d 704506d2 jam 0xd2 ,mem_light_ky_tx_group_num 
+765e 202075e8 branch key_pdu_common 
+
+key_light_group2_on:
+765f 7045246f jam light_jym_cmd_on ,mem_light_jym_tx_cmd 
+7660 70452a00 jam light_jym_data_on ,mem_light_jym_tx_data 
+7661 704529d4 jam 0xd4 ,mem_light_jym_tx_group 
+7662 204075c0 call frmt_jym_pdu_common 
+7663 7045016f jam light_on_code1 ,mem_light_ky_tx_code1 
+7664 704507d1 jam light_on_code2 ,mem_light_ky_tx_code2 
+7665 704506d4 jam 0xd4 ,mem_light_ky_tx_group_num 
+7666 202075e8 branch key_pdu_common 
+
+key_light_group3_on:
+7667 7045246f jam light_jym_cmd_on ,mem_light_jym_tx_cmd 
+7668 70452a00 jam light_jym_data_on ,mem_light_jym_tx_data 
+7669 70452903 jam 3 ,mem_light_jym_tx_group 
+766a 204075c0 call frmt_jym_pdu_common 
+766b 7045016f jam light_on_code1 ,mem_light_ky_tx_code1 
+766c 580000d1 setarg light_on_code2 
+766d 67e14507 store 2 ,mem_light_ky_tx_code2 
+766e 70450e03 jam 3 ,mem_light_group_num 
+766f 202075e8 branch key_pdu_common 
+
+key_light_group4_on:
+7670 7045246f jam light_jym_cmd_on ,mem_light_jym_tx_cmd 
+7671 70452a00 jam light_jym_data_on ,mem_light_jym_tx_data 
+7672 70452904 jam 4 ,mem_light_jym_tx_group 
+7673 204075c0 call frmt_jym_pdu_common 
+7674 7045016f jam light_on_code1 ,mem_light_ky_tx_code1 
+7675 580000d1 setarg light_on_code2 
+7676 67e14507 store 2 ,mem_light_ky_tx_code2 
+7677 70450e04 jam 4 ,mem_light_group_num 
+7678 202075e8 branch key_pdu_common 
+
+key_light_pairing_group1:
+7679 704529d2 jam 0xd2 ,mem_light_jym_tx_group 
+767a 704506d2 jam 0xd2 ,mem_light_ky_tx_group_num 
+767b 2020768f branch key_light_master_pairing_process 
+
+key_light_pairing_group2:
+767c 704529d4 jam 0xd4 ,mem_light_jym_tx_group 
+767d 704506d4 jam 0xd4 ,mem_light_ky_tx_group_num 
+767e 2020768f branch key_light_master_pairing_process 
+
+key_light_pairing_group3:
+767f 70452903 jam 3 ,mem_light_jym_tx_group 
+7680 70450603 jam 3 ,mem_light_ky_tx_group_num 
+7681 2020768f branch key_light_master_pairing_process 
+
+key_light_pairing_group4:
+7682 70452904 jam 4 ,mem_light_jym_tx_group 
+7683 70450604 jam 4 ,mem_light_ky_tx_group_num 
+7684 2020768f branch key_light_master_pairing_process 
+
+key_light_clear_code:
+7685 2040794f call frmt_light_clear_code_v2 
+7686 7045246f jam light_jym_cmd_clear ,mem_light_jym_tx_cmd 
+7687 70452aaa jam light_jym_data_clear ,mem_light_jym_tx_data 
+7688 204075c0 call frmt_jym_pdu_common 
+7689 7045016f jam light_clear_code_code1 ,mem_light_ky_tx_code1 
+768a 580000aa setarg light_clear_code_code2 
+768b 67e14507 store 2 ,mem_light_ky_tx_code2 
+768c 202075e8 branch key_pdu_common 
+
+key_light_master_pairing:
+768d 704506d1 jam 0xd1 ,mem_light_ky_tx_group_num 
+768e 704529d1 jam 0xd1 ,mem_light_jym_tx_group 
+
+key_light_master_pairing_process:
+768f 2040794a call frmt_light_master_pairing_v2 
+7690 7045246f jam light_jym_cmd_pairing ,mem_light_jym_tx_cmd 
+7691 70452a55 jam light_jym_data_pairing ,mem_light_jym_tx_data 
+7692 204075c0 call frmt_jym_pdu_common 
+7693 7045016f jam light_pairing_code1 ,mem_light_ky_tx_code1 
+7694 70450755 jam light_pairing_code2 ,mem_light_ky_tx_code2 
+7695 70450e00 jam 0 ,mem_light_group_num 
+7696 20407609 call frmt_light_group_num_set 
+7697 202075e8 branch key_pdu_common 
+
+key_light_night_light:
+7698 20407948 call frmt_light_night_light_v2 
+7699 7045246e jam light_jym_cmd_night_light ,mem_light_jym_tx_cmd 
+769a 70452a00 jam light_jym_data_night_light ,mem_light_jym_tx_data 
+769b 204075c0 call frmt_jym_pdu_common 
+769c 704501a1 jam light_night_light_code1 ,mem_light_ky_tx_code1 
+769d 70450700 jam 0 ,mem_light_ky_tx_code2 
+769e 202075e8 branch key_pdu_common 
+
+key_light_color_switch:
+769f 6fe0c597 fetch 1 ,mem_light_color_switch_cnt 
+76a0 c00076a4 beq 0 ,key_light_color_switch_wy 
+76a1 c000f6ac beq 1 ,key_light_color_switch_w 
+76a2 c00176b4 beq 2 ,key_light_color_switch_y 
+76a3 20600000 rtn 
+
+key_light_color_switch_wy:
+76a4 20407959 call frmt_light_color_switch_wy_v2 
+76a5 70459701 jam 1 ,mem_light_color_switch_cnt 
+76a6 7045246d jam light_jym_cmd_wy_lamp ,mem_light_jym_tx_cmd 
+76a7 70452a01 jam light_jym_data_wy_lamp ,mem_light_jym_tx_data 
+76a8 204075c0 call frmt_jym_pdu_common 
+76a9 7045016d jam light_color_switch_code1 ,mem_light_ky_tx_code1 
+76aa 70450701 jam light_color_switch_wy_code2 ,mem_light_ky_tx_code2 
+76ab 202075e8 branch key_pdu_common 
+
+key_light_color_switch_w:
+76ac 20407960 call frmt_light_color_switch_w_v2 
+76ad 70459702 jam 2 ,mem_light_color_switch_cnt 
+76ae 7045246d jam light_jym_cmd_white_lamp ,mem_light_jym_tx_cmd 
+76af 70452a02 jam light_jym_data_white_lamp ,mem_light_jym_tx_data 
+76b0 204075c0 call frmt_jym_pdu_common 
+76b1 7045016d jam light_color_switch_code1 ,mem_light_ky_tx_code1 
+76b2 70450702 jam light_color_switch_w_code2 ,mem_light_ky_tx_code2 
+76b3 202075e8 branch key_pdu_common 
+
+key_light_color_switch_y:
+76b4 20407966 call frmt_light_color_switch_y_v2 
+76b5 70459700 jam 0 ,mem_light_color_switch_cnt 
+76b6 7045246d jam light_jym_cmd_yellow_lamp ,mem_light_jym_tx_cmd 
+76b7 70452a03 jam light_jym_data_yellow_lamp ,mem_light_jym_tx_data 
+76b8 204075c0 call frmt_jym_pdu_common 
+76b9 7045016d jam light_color_switch_code1 ,mem_light_ky_tx_code1 
+76ba 70450703 jam light_color_switch_y_code2 ,mem_light_ky_tx_code2 
+76bb 202075e8 branch key_pdu_common 
+
+key_light_master_off:
+76bc 70452460 jam light_jym_cmd_off ,mem_light_jym_tx_cmd 
+76bd 70452a00 jam light_jym_data_off ,mem_light_jym_tx_data 
+76be 704529d1 jam 0xd1 ,mem_light_jym_tx_group 
+76bf 204075c0 call frmt_jym_pdu_common 
+76c0 70450160 jam light_off_code1 ,mem_light_ky_tx_code1 
+76c1 70450700 jam 0 ,mem_light_ky_tx_code2 
+76c2 704506d1 jam 0xd1 ,mem_light_ky_tx_group_num 
+76c3 202075e8 branch key_pdu_common 
+
+key_light_master_on:
+76c4 7045246f jam light_jym_cmd_on ,mem_light_jym_tx_cmd 
+76c5 70452a00 jam light_jym_data_on ,mem_light_jym_tx_data 
+76c6 704529d1 jam 0xd1 ,mem_light_jym_tx_group 
+76c7 204075c0 call frmt_jym_pdu_common 
+76c8 7045016f jam light_on_code1 ,mem_light_ky_tx_code1 
+76c9 70450700 jam 0 ,mem_light_ky_tx_code2 
+76ca 704506d1 jam 0xd1 ,mem_light_ky_tx_group_num 
+76cb 202075e8 branch key_pdu_common 
+
+frmt_kscan_init:
+76cc 473cc02f bpatchx patch2f_1 ,mem_patch2f 
+76cd 6fe14579 fetch 2 ,mem_kscan_analysis_interval_timeout 
+76ce 247a0000 nrtn blank 
+76cf 204076da call frmt_kscan_col_state_init 
+
+frmt_kscan_row_state_init:
+76d0 473d402f bpatchx patch2f_2 ,mem_patch2f 
+76d1 da204560 arg mem_kscan_row_gpio_pin ,rega 
+76d2 6fe0c55e fetch 1 ,mem_kscan_row_nums 
+76d3 98007200 iforce loopcnt 
+
+frmt_kscan_input_pull_up_loop:
+76d4 e8408011 ifetcht 1 ,rega 
+76d5 20406b7c call gpio_config_input 
+76d6 1a20a201 increase 1 ,rega 
+76d7 c20076d4 loop frmt_kscan_input_pull_up_loop 
+76d8 20002ee0 nop 12000 
+76d9 20600000 rtn 
+
+frmt_kscan_recover_col_output_low:
+
+frmt_kscan_col_state_init:
+76da da204568 arg mem_kscan_col_gpio_pin ,rega 
+76db 6fe0c55f fetch 1 ,mem_kscan_col_nums 
+76dc 98007200 iforce loopcnt 
+
+frmt_kscan_output_low_loop:
+76dd e8408011 ifetcht 1 ,rega 
+76de 18418480 or temp ,0x80 ,temp 
+76df 2040773e call gpio_config_output_patch 
+76e0 1a20a201 increase 1 ,rega 
+76e1 c20076dd loop frmt_kscan_output_low_loop 
+76e2 20002ee0 nop 12000 
+76e3 20600000 rtn 
+
+frmt_kscan:
+76e4 6fe14579 fetch 2 ,mem_kscan_analysis_interval_timeout 
+76e5 247a0000 nrtn blank 
+76e6 70457200 jam 0 ,mem_keypress_analysis_flag 
+76e7 58000000 setarg 0 
+76e8 67e44556 store 8 ,mem_kscan_record_keypress 
+
+frmt_kscan_get_row_state:
+76e9 70457000 jam 0 ,mem_kscan_row_scanned 
+76ea da604560 arg mem_kscan_row_gpio_pin ,regc 
+
+frmt_kscan_get_row_state_loop:
+76eb e8408013 ifetcht 1 ,regc 
+76ec 20406b85 call gpio_get_bit 
+76ed 2040f706 call frmt_kscan_avoid_shake_and_record_key ,true 
+76ee e8408013 ifetcht 1 ,regc 
+76ef 20406b7c call gpio_config_input 
+76f0 204076da call frmt_kscan_recover_col_output_low 
+76f1 1a60a601 increase 1 ,regc 
+76f2 6fe0c570 fetch 1 ,mem_kscan_row_scanned 
+76f3 1fe0fe01 pincrease 1 
+76f4 67e0c570 store 1 ,mem_kscan_row_scanned 
+76f5 6848c55e fetcht 1 ,mem_kscan_row_nums 
+76f6 98467c00 isub temp ,null 
+76f7 242176eb nbranch frmt_kscan_get_row_state_loop ,positive 
+76f8 20600000 rtn 
+
+frmt_kscan_press_gnd_related:
+76f9 473dc02f bpatchx patch2f_3 ,mem_patch2f 
+76fa 6fe0c570 fetch 1 ,mem_kscan_row_scanned 
+76fb 1fe0fe01 pincrease 1 
+76fc 6848c55f fetcht 1 ,mem_kscan_col_nums 
+76fd 18408401 increase 1 ,temp 
+76fe 984ffe00 imul32 temp ,pdata 
+76ff 98000e00 iforce queue 
+7700 6fe44556 fetch 8 ,mem_kscan_record_keypress 
+7701 f9207e00 qset1 pdata 
+7702 67e44556 store 8 ,mem_kscan_record_keypress 
+7703 20600000 rtn 
+
+frmt_kscan_set_default_avoid_shake_time:
+7704 df200001 arg 1 ,loopcnt 
+7705 20600000 rtn 
+
+frmt_kscan_avoid_shake_and_record_key:
+7706 473e402f bpatchx patch2f_4 ,mem_patch2f 
+7707 6fe14573 fetch 2 ,mem_kscan_avoid_shake_delay_time 
+7708 98007200 iforce loopcnt 
+7709 205a7704 call frmt_kscan_set_default_avoid_shake_time ,blank 
+770a 204073d9 call delay_ms_wait 
+770b e8408013 ifetcht 1 ,regc 
+770c 20406b85 call gpio_get_bit 
+770d 24608000 nrtn true 
+770e 20002ee0 nop 12000 
+770f e8408013 ifetcht 1 ,regc 
+7710 20406b85 call gpio_get_bit 
+7711 24608000 nrtn true 
+7712 20002ee0 nop 12000 
+7713 e8408013 ifetcht 1 ,regc 
+7714 20406b85 call gpio_get_bit 
+7715 24608000 nrtn true 
+7716 20407739 call frmt_kscan_all_col_pull_up 
+7717 e8408013 ifetcht 1 ,regc 
+7718 20406b85 call gpio_get_bit 
+7719 2020f6f9 branch frmt_kscan_press_gnd_related ,true 
+
+frmt_kscan_check_col_elec_level:
+771a 473ec02f bpatchx patch2f_5 ,mem_patch2f 
+771b e8408013 ifetcht 1 ,regc 
+771c 18418480 or temp ,0x80 ,temp 
+771d 2040773e call gpio_config_output_patch 
+771e 70457100 jam 0 ,mem_kscan_col_scanned 
+771f da204568 arg mem_kscan_col_gpio_pin ,rega 
+
+frmt_kscan_check_col_elec_level_loop:
+7720 e8408011 ifetcht 1 ,rega 
+7721 20406b85 call gpio_get_bit 
+7722 2040f72b call frmt_kscan_record_keypress ,true 
+7723 1a20a201 increase 1 ,rega 
+7724 6fe0c571 fetch 1 ,mem_kscan_col_scanned 
+7725 1fe0fe01 pincrease 1 
+7726 67e0c571 store 1 ,mem_kscan_col_scanned 
+7727 6848c55f fetcht 1 ,mem_kscan_col_nums 
+7728 98467c00 isub temp ,null 
+7729 24217720 nbranch frmt_kscan_check_col_elec_level_loop ,positive 
+772a 20600000 rtn 
+
+frmt_kscan_record_keypress:
+772b 473f402f bpatchx patch2f_6 ,mem_patch2f 
+772c 6fe0c570 fetch 1 ,mem_kscan_row_scanned 
+772d 6848c55f fetcht 1 ,mem_kscan_col_nums 
+772e 18408401 increase 1 ,temp 
+772f 984ffe00 imul32 temp ,pdata 
+7730 6848c571 fetcht 1 ,mem_kscan_col_scanned 
+7731 18408401 increase 1 ,temp 
+7732 9840fe00 iadd temp ,pdata 
+7733 98000e00 iforce queue 
+7734 7820fc00 enable true 
+7735 6fe44556 fetch 8 ,mem_kscan_record_keypress 
+7736 f920fe00 qsetflag true ,pdata 
+7737 67e44556 store 8 ,mem_kscan_record_keypress 
+7738 20600000 rtn 
+
+frmt_kscan_all_col_pull_up:
+7739 473fc02f bpatchx patch2f_7 ,mem_patch2f 
+773a da204568 arg mem_kscan_col_gpio_pin ,rega 
+773b 6fe0c55f fetch 1 ,mem_kscan_col_nums 
+773c 98007200 iforce loopcnt 
+773d 202076d4 branch frmt_kscan_input_pull_up_loop 
+
+gpio_config_output_patch:
+773e 79400407 setflip 7 ,temp 
+773f 20206b96 branch gpio_config_output 
+
+frmt_light_lighten_short_press:
+7740 6fe0c724 fetch 1 ,mem_light_color_and_lgtness_long_press_adv_enable 
+7741 c000f770 beq 1 ,frmt_light_lighten 
+7742 704706a0 jam light_lighten_release_adv_flag ,mem_light_release_adv_flag 
+7743 2020774f branch frmt_light_light_color_and_lightness_change_common 
+
+frmt_light_darken_short_press:
+7744 6fe0c724 fetch 1 ,mem_light_color_and_lgtness_long_press_adv_enable 
+7745 c000f767 beq 1 ,frmt_light_darken 
+7746 704706a1 jam light_darken_release_adv_flag ,mem_light_release_adv_flag 
+7747 2020774f branch frmt_light_light_color_and_lightness_change_common 
+
+frmt_light_to_w_short_press:
+7748 6fe0c724 fetch 1 ,mem_light_color_and_lgtness_long_press_adv_enable 
+7749 c000f75e beq 1 ,frmt_light_to_w 
+774a 704706a2 jam light_to_w_release_adv_flag ,mem_light_release_adv_flag 
+774b 2020774f branch frmt_light_light_color_and_lightness_change_common 
+
+frmt_light_to_y_short_press:
+774c 6fe0c724 fetch 1 ,mem_light_color_and_lgtness_long_press_adv_enable 
+774d c000f755 beq 1 ,frmt_light_to_y 
+774e 704706a3 jam light_to_y_release_adv_flag ,mem_light_release_adv_flag 
+
+frmt_light_light_color_and_lightness_change_common:
+774f 47404030 bpatchx patch30_0 ,mem_patch30 
+7750 6fe14722 fetch 2 ,mem_light_short_keypress_timeout 
+7751 247a0000 nrtn blank 
+7752 70435f00 jam 0 ,mem_le_adv_enable 
+7753 70472205 jam short_press_timeout ,mem_light_short_keypress_timeout 
+7754 20600000 rtn 
+
+frmt_light_to_y:
+7755 2040792a call frmt_light_to_y_v2 
+7756 6fe0c721 fetch 1 ,mem_special_agreemeet_enable 
+7757 c000f570 beq 1 ,gem_light_to_y 
+7758 c0017619 beq 2 ,key_light_to_y 
+7759 70470600 jam 0 ,mem_light_release_adv_flag 
+775a 70458421 jam light_cmd_ftd_color_state_change ,mem_ftd_adv_raw 
+775b 70458b18 jam 0x18 ,mem_ftd_adv_raw_reserved 
+775c 20407779 call frmt_light_set_pdu_common_short_press_with_3bytes_data_reset 
+775d 20207ae8 branch frmt_adv_rear_6bytes_and_whitening 
+
+frmt_light_to_w:
+775e 2040792c call frmt_light_to_w_v2 
+775f 6fe0c721 fetch 1 ,mem_special_agreemeet_enable 
+7760 c000f575 beq 1 ,gem_light_to_w 
+7761 c0017620 beq 2 ,key_light_to_w 
+7762 70470600 jam 0 ,mem_light_release_adv_flag 
+7763 70458421 jam light_cmd_ftd_color_state_change ,mem_ftd_adv_raw 
+7764 70458b24 jam 0x24 ,mem_ftd_adv_raw_reserved 
+7765 20407779 call frmt_light_set_pdu_common_short_press_with_3bytes_data_reset 
+7766 20207ae8 branch frmt_adv_rear_6bytes_and_whitening 
+
+frmt_light_darken:
+7767 2040792e call frmt_light_darken_v2 
+7768 6fe0c721 fetch 1 ,mem_special_agreemeet_enable 
+7769 c000f57a beq 1 ,gem_light_darken 
+776a c0017627 beq 2 ,key_light_darken 
+776b 70470600 jam 0 ,mem_light_release_adv_flag 
+776c 70458421 jam light_cmd_ftd_color_state_change ,mem_ftd_adv_raw 
+776d 70458b28 jam 0x28 ,mem_ftd_adv_raw_reserved 
+776e 20407779 call frmt_light_set_pdu_common_short_press_with_3bytes_data_reset 
+776f 20207ae8 branch frmt_adv_rear_6bytes_and_whitening 
+
+frmt_light_lighten:
+7770 20407930 call frmt_light_lighten_v2 
+7771 6fe0c721 fetch 1 ,mem_special_agreemeet_enable 
+7772 c000f57f beq 1 ,gem_light_lighten 
+7773 c001762e beq 2 ,key_light_lighten 
+7774 70470600 jam 0 ,mem_light_release_adv_flag 
+7775 70458421 jam light_cmd_ftd_color_state_change ,mem_ftd_adv_raw 
+7776 70458b14 jam 0x14 ,mem_ftd_adv_raw_reserved 
+7777 20407779 call frmt_light_set_pdu_common_short_press_with_3bytes_data_reset 
+7778 20207ae8 branch frmt_adv_rear_6bytes_and_whitening 
+
+frmt_light_set_pdu_common_short_press_with_3bytes_data_reset:
+7779 4740c030 bpatchx patch30_1 ,mem_patch30 
+777a 58000000 setarg 0 
+777b 67e1c587 store 3 ,mem_ftd_adv_raw_data 
+777c 20207ac4 branch frmt_light_set_pdu_common_short_press 
+
+frmt_light_release_set1_and_long_press_set1:
+777d 70459601 jam 1 ,mem_light_num_of_long_press 
+777e 2040778d call frmt_light_long_press_flag_reset 
+777f 70470601 jam 1 ,mem_light_release_adv_flag 
+7780 20600000 rtn 
+
+frmt_light_release_set2_and_long_press_set2:
+7781 70459602 jam 2 ,mem_light_num_of_long_press 
+7782 2040778d call frmt_light_long_press_flag_reset 
+7783 70470602 jam 2 ,mem_light_release_adv_flag 
+7784 20600000 rtn 
+
+frmt_light_release_set3_and_long_press_set3:
+7785 70459603 jam 3 ,mem_light_num_of_long_press 
+7786 2040778d call frmt_light_long_press_flag_reset 
+7787 70470603 jam 3 ,mem_light_release_adv_flag 
+7788 20600000 rtn 
+
+frmt_light_release_set4_and_long_press_set4:
+7789 70459604 jam 4 ,mem_light_num_of_long_press 
+778a 2040778d call frmt_light_long_press_flag_reset 
+778b 70470604 jam 4 ,mem_light_release_adv_flag 
+778c 20600000 rtn 
+
+frmt_light_long_press_flag_reset:
+778d 47414030 bpatchx patch30_2 ,mem_patch30 
+778e 6fe14594 fetch 2 ,mem_long_press_timeout 
+778f 247a0000 nrtn blank 
+7790 6fe1476e fetch 2 ,mem_claer_code_time 
+7791 67e14594 store 2 ,mem_long_press_timeout 
+7792 1fe0fe01 pincrease 1 
+7793 67e146a6 store 2 ,mem_light_lpm_enable_timeout 
+7794 6fe0c721 fetch 1 ,mem_special_agreemeet_enable 
+7795 1fe67c01 sub pdata ,1 ,null 
+7796 2022f511 branch gem_long_keypress_time ,zero 
+7797 20600000 rtn 
+
+frmt_light_night_light:
+7798 20407948 call frmt_light_night_light_v2 
+7799 70458423 jam light_cmd_night_light ,mem_ftd_adv_raw 
+779a 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_master_pairing:
+779b 70458100 jam 0 ,mem_groups_num 
+779c 7044ab00 jam 0 ,mem_ble_v2_group_index 
+
+frmt_light_pairing_process:
+779d 58000001 setarg key_press_led_on_time 
+779e 67e146a9 store 2 ,mem_indicator_led_turn_on_timeout 
+779f 7046a801 jam 1 ,mem_indicator_turn_on_enable 
+
+frmt_light_pairing_process_without_led_flag_set:
+77a0 4741c030 bpatchx patch30_3 ,mem_patch30 
+77a1 2040794a call frmt_light_master_pairing_v2 
+77a2 70435f01 jam 1 ,mem_le_adv_enable 
+77a3 6fe1476c fetch 2 ,mem_light_adv_time 
+77a4 1febfe00 lshift2 pdata ,pdata 
+77a5 67e145a2 store 2 ,mem_ble_light_adv_timeout 
+77a6 1fe0fe01 pincrease 1 
+77a7 67e146a6 store 2 ,mem_light_lpm_enable_timeout 
+77a8 6fe0c57f fetch 1 ,mem_light_manufacture_id 
+77a9 67e0c58b store 1 ,mem_ftd_adv_raw_reserved 
+77aa 70458428 jam light_cmd_pairing_code ,mem_ftd_adv_raw 
+77ab 6fe0c58a fetch 1 ,mem_ftd_adv_raw_packet_num 
+77ac 1fe0fe01 pincrease 1 
+77ad 67e0c58a store 1 ,mem_ftd_adv_raw_packet_num 
+77ae 70458981 jam 0x81 ,mem_ftd_adv_raw_data + 2 
+77af 6fe0c4a6 fetch 1 ,mem_ble_v2_maintype 
+77b0 1fe67c03 sub pdata ,3 ,null 
+77b1 2042fad1 call frmt_fan_lamp ,zero 
+77b2 6fe0c4a6 fetch 1 ,mem_ble_v2_maintype 
+77b3 1fe67c05 sub pdata ,5 ,null 
+77b4 2042fad3 call frmt_solar_lamp ,zero 
+77b5 204077b7 call frmt_light_groups_pairing_address_set_set 
+77b6 20207ae8 branch frmt_adv_rear_6bytes_and_whitening 
+
+frmt_light_groups_pairing_address_set_set:
+77b7 6fe1457b fetch 2 ,mem_ftd_adv_raw_device_add_temp 
+77b8 d840f0ff arg 0xf0ff ,temp 
+77b9 98417e00 iand temp ,pdata 
+77ba 67e14587 store 2 ,mem_ftd_adv_raw_data 
+77bb 20207ade branch frmt_light_groups_address_set 
+
+frmt_light_clear_code:
+77bc 47424030 bpatchx patch30_4 ,mem_patch30 
+77bd 2040794f call frmt_light_clear_code_v2 
+77be 7046a801 jam 1 ,mem_indicator_turn_on_enable 
+77bf 70435f01 jam 1 ,mem_le_adv_enable 
+77c0 58000001 setarg key_press_led_on_time 
+77c1 1febfe00 lshift2 pdata ,pdata 
+77c2 67e146a9 store 2 ,mem_indicator_led_turn_on_timeout 
+77c3 6fe1476c fetch 2 ,mem_light_adv_time 
+77c4 1febfe00 lshift2 pdata ,pdata 
+77c5 67e145a2 store 2 ,mem_ble_light_adv_timeout 
+77c6 1fe0fe01 pincrease 1 
+77c7 67e146a6 store 2 ,mem_light_lpm_enable_timeout 
+77c8 70458445 jam light_cmd_clear_code ,mem_ftd_adv_raw 
+77c9 5801feff setarg light_ftd_clear_code_addr 
+77ca 67e1c585 store 3 ,mem_ftd_adv_raw_device_add 
+77cb 6fe0c58a fetch 1 ,mem_ftd_adv_raw_packet_num 
+77cc 1fe0fe01 pincrease 1 
+77cd 67e0c58a store 1 ,mem_ftd_adv_raw_packet_num 
+77ce 6fe0c4a6 fetch 1 ,mem_ble_v2_maintype 
+77cf 1fe67c03 sub pdata ,3 ,null 
+77d0 2042fad1 call frmt_fan_lamp ,zero 
+77d1 6fe0c4a6 fetch 1 ,mem_ble_v2_maintype 
+77d2 1fe67c05 sub pdata ,5 ,null 
+77d3 2042fad3 call frmt_solar_lamp ,zero 
+77d4 20207ae8 branch frmt_adv_rear_6bytes_and_whitening 
+
+frmt_light_master_on_and_long_press_set0:
+77d5 70459600 jam 0 ,mem_light_num_of_long_press 
+77d6 2040778d call frmt_light_long_press_flag_reset 
+
+frmt_light_master_on:
+77d7 70458100 jam 0 ,mem_groups_num 
+77d8 20407951 call frmt_light_master_on_v2 
+77d9 6fe0c721 fetch 1 ,mem_special_agreemeet_enable 
+77da c000f522 beq 1 ,gem_light_master_on 
+77db c00176c4 beq 2 ,key_light_master_on 
+
+frmt_light_on_without_group_set:
+77dc 7046ab01 jam 1 ,mem_light_on_and_off_flag 
+77dd 70458410 jam light_cmd_turn_on ,mem_ftd_adv_raw 
+77de 20407ade call frmt_light_groups_address_set 
+77df 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_master_off_and_long_press_set0:
+77e0 70459600 jam 0 ,mem_light_num_of_long_press 
+77e1 2040778d call frmt_light_long_press_flag_reset 
+77e2 202077e5 branch frmt_light_master_off 
+
+frmt_light_master_on_and_off:
+77e3 6fe0c6ab fetch 1 ,mem_light_on_and_off_flag 
+77e4 203a77d7 branch frmt_light_master_on ,blank 
+
+frmt_light_master_off:
+77e5 20407954 call frmt_light_master_off_v2 
+77e6 70458100 jam 0 ,mem_groups_num 
+77e7 6fe0c721 fetch 1 ,mem_special_agreemeet_enable 
+77e8 c000f526 beq 1 ,gem_light_master_off 
+77e9 c00176bc beq 2 ,key_light_master_off 
+
+frmt_light_off_without_group_set:
+77ea 7046ab00 jam 0 ,mem_light_on_and_off_flag 
+77eb 70458411 jam light_cmd_turn_off ,mem_ftd_adv_raw 
+77ec 20407ade call frmt_light_groups_address_set 
+77ed 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_on_and_off_1opcode_and_long_press_set0:
+77ee 70459600 jam 0 ,mem_light_num_of_long_press 
+77ef 2040778d call frmt_light_long_press_flag_reset 
+
+frmt_light_on_and_off_1opcode:
+77f0 20407957 call frmt_light_on_and_off_1opcode_v2 
+77f1 70458409 jam light_cmd_turn_on_and_off ,mem_ftd_adv_raw 
+77f2 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_color_switch_wy_only_payload_set:
+77f3 70458421 jam light_cmd_color_swtich ,mem_ftd_adv_raw 
+77f4 704587ff jam light_data_part_ff ,mem_ftd_adv_raw_data 
+77f5 704588ff jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+77f6 70458b40 jam light_cmd_ftd_color_swtich_reserved ,mem_ftd_adv_raw_reserved 
+77f7 20600000 rtn 
+
+frmt_light_color_switch_w_only_payload_set:
+77f8 70458421 jam light_cmd_color_swtich ,mem_ftd_adv_raw 
+77f9 704587ff jam light_data_part_ff ,mem_ftd_adv_raw_data 
+77fa 70458b40 jam light_cmd_ftd_color_swtich_reserved ,mem_ftd_adv_raw_reserved 
+77fb 20600000 rtn 
+
+frmt_light_color_switch_y_only_payload_set:
+77fc 70458421 jam light_cmd_color_swtich ,mem_ftd_adv_raw 
+77fd 704588ff jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+77fe 70458b40 jam light_cmd_ftd_color_swtich_reserved ,mem_ftd_adv_raw_reserved 
+77ff 20600000 rtn 
+
+frmt_light_color_switch:
+7800 6fe0c597 fetch 1 ,mem_light_color_switch_cnt 
+7801 1fe67c03 sub pdata ,3 ,null 
+7802 2042f807 call frmt_color_switch_cnt_set0 ,zero 
+7803 c000780a beq 0 ,frmt_light_color_switch_wy 
+7804 c000f812 beq 1 ,frmt_light_color_switch_w 
+7805 c001781a beq 2 ,frmt_light_color_switch_y 
+7806 20600000 rtn 
+
+frmt_color_switch_cnt_set0:
+7807 58000000 setarg 0 
+7808 67e0c597 store 1 ,mem_light_color_switch_cnt 
+7809 20600000 rtn 
+
+frmt_light_color_switch_wy:
+780a 6fe0c597 fetch 1 ,mem_light_color_switch_cnt 
+780b 1fe0fe01 pincrease 1 
+780c 67e0c597 store 1 ,mem_light_color_switch_cnt 
+780d 20407959 call frmt_light_color_switch_wy_v2 
+780e 6fe0c721 fetch 1 ,mem_special_agreemeet_enable 
+780f c000f514 beq 1 ,gem_light_color_switch 
+7810 204077f3 call frmt_light_color_switch_wy_only_payload_set 
+7811 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_color_switch_w:
+7812 6fe0c597 fetch 1 ,mem_light_color_switch_cnt 
+7813 1fe0fe01 pincrease 1 
+7814 67e0c597 store 1 ,mem_light_color_switch_cnt 
+7815 20407960 call frmt_light_color_switch_w_v2 
+7816 6fe0c721 fetch 1 ,mem_special_agreemeet_enable 
+7817 c000f514 beq 1 ,gem_light_color_switch 
+7818 204077f8 call frmt_light_color_switch_w_only_payload_set 
+7819 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_color_switch_y:
+781a 6fe0c597 fetch 1 ,mem_light_color_switch_cnt 
+781b 1fe0fe01 pincrease 1 
+781c 67e0c597 store 1 ,mem_light_color_switch_cnt 
+781d 20407966 call frmt_light_color_switch_y_v2 
+781e 6fe0c721 fetch 1 ,mem_special_agreemeet_enable 
+781f c000f514 beq 1 ,gem_light_color_switch 
+7820 204077fc call frmt_light_color_switch_y_only_payload_set 
+7821 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_aid_turn_on_and_off:
+7822 6fe0c6ad fetch 1 ,mem_light_aid_swtich_flag 
+7823 c000782b beq 0 ,frmt_light_aid_turn_on 
+
+frmt_light_aid_turn_off:
+7824 2040796c call frmt_light_aid_turn_off_v2 
+7825 7046ad00 jam 0 ,mem_light_aid_swtich_flag 
+7826 6fe0c721 fetch 1 ,mem_special_agreemeet_enable 
+7827 c000f51f beq 1 ,gem_light_aid_turn_onoff 
+7828 c0017613 beq 2 ,key_light_aux_lamp_on_and_off_ky 
+7829 70458413 jam light_cmd_aid_turn_off ,mem_ftd_adv_raw 
+782a 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_aid_turn_on:
+782b 2040796e call frmt_light_aid_turn_on_v2 
+782c 7046ad01 jam 1 ,mem_light_aid_swtich_flag 
+782d 6fe0c721 fetch 1 ,mem_special_agreemeet_enable 
+782e c000f51f beq 1 ,gem_light_aid_turn_onoff 
+782f c0017613 beq 2 ,key_light_aux_lamp_on_and_off_ky 
+7830 70458412 jam light_cmd_aid_turn_on ,mem_ftd_adv_raw 
+7831 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_pcnt_50_and_100percent:
+7832 6fe0c598 fetch 1 ,mem_light_brightness_switch_flag 
+7833 c000783b beq 0 ,frmt_light_pcnt_50_percent 
+
+frmt_light_pcnt_100_percent:
+7834 20407970 call frmt_light_pcnt_100_percent_v2 
+7835 70458421 jam light_cmd_color_swtich ,mem_ftd_adv_raw 
+7836 704587ff jam light_data_part_ff ,mem_ftd_adv_raw_data 
+7837 704588ff jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+7838 70459800 jam 0 ,mem_light_brightness_switch_flag 
+7839 70458b02 jam 2 ,mem_ftd_adv_raw_reserved 
+783a 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_pcnt_50_percent:
+783b 20407977 call frmt_light_pcnt_50_percent_v2 
+783c 70458b01 jam 1 ,mem_ftd_adv_raw_reserved 
+783d 70458421 jam light_cmd_color_swtich ,mem_ftd_adv_raw 
+783e 7045877f jam light_ftd_data_part_pcnt_50percent ,mem_ftd_adv_raw_data 
+783f 7045887f jam light_ftd_data_part_pcnt_50percent ,mem_ftd_adv_raw_data + 1 
+7840 70459801 jam 1 ,mem_light_brightness_switch_flag 
+7841 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_rgb_auto:
+7842 6fe0c721 fetch 1 ,mem_special_agreemeet_enable 
+7843 1fe67c01 sub pdata ,1 ,null 
+7844 2042f52a call gem_light_rgb_auto ,zero 
+7845 7046fe01 jam 1 ,mem_light_rgb_on_and_off_flag 
+7846 6fe0c59b fetch 1 ,mem_light_rgb_auto_flag 
+7847 c000784c beq 0 ,frmt_light_rgb_circulation_1e 
+
+frmt_light_rgb_circulation_1f:
+7848 2040797e call frmt_light_rgb_circulation_1f_v2 
+7849 7045841f jam light_cmd_rgb_1f ,mem_ftd_adv_raw 
+784a 70459b00 jam 0 ,mem_light_rgb_auto_flag 
+784b 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_rgb_circulation_1e:
+784c 20407980 call frmt_light_rgb_circulation_1e_v2 
+784d 7045841e jam light_cmd_rgb_1e ,mem_ftd_adv_raw 
+784e 70459b01 jam 1 ,mem_light_rgb_auto_flag 
+784f 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_rgb_manual:
+7850 6fe0c721 fetch 1 ,mem_special_agreemeet_enable 
+7851 1fe67c01 sub pdata ,1 ,null 
+7852 2042f52d call gem_light_rgb_step ,zero 
+7853 70458422 jam light_cmd_rgb_mannul ,mem_ftd_adv_raw 
+7854 6fe0c599 fetch 1 ,mem_light_rgb_hand_actuated_flag 
+7855 c000787a beq 0 ,frmt_light_rgb_manual0 
+7856 c000f876 beq 1 ,frmt_light_rgb_manual1 
+7857 c0017872 beq 2 ,frmt_light_rgb_manual2 
+7858 c001f86d beq 3 ,frmt_light_rgb_manual3 
+7859 c0027868 beq 4 ,frmt_light_rgb_manual4 
+785a c002f863 beq 5 ,frmt_light_rgb_manual5 
+785b c003785d beq 6 ,frmt_light_rgb_manual6 
+785c 20600000 rtn 
+
+frmt_light_rgb_manual6:
+785d 2040799d call frmt_light_rgb_manual6_v2 
+785e 70459900 jam 0 ,mem_light_rgb_hand_actuated_flag 
+785f 704587ff jam light_data_part_ff ,mem_ftd_adv_raw_data 
+7860 704588ff jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+7861 704589ff jam light_data_part_ff ,mem_ftd_adv_raw_data + 2 
+7862 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_rgb_manual5:
+7863 20407998 call frmt_light_rgb_manual5_v2 
+7864 70459906 jam 6 ,mem_light_rgb_hand_actuated_flag 
+7865 704587ff jam light_data_part_ff ,mem_ftd_adv_raw_data 
+7866 704589ff jam light_data_part_ff ,mem_ftd_adv_raw_data + 2 
+7867 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_rgb_manual4:
+7868 20407993 call frmt_light_rgb_manual4_v2 
+7869 70459905 jam 5 ,mem_light_rgb_hand_actuated_flag 
+786a 704588ff jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+786b 704589ff jam light_data_part_ff ,mem_ftd_adv_raw_data + 2 
+786c 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_rgb_manual3:
+786d 2040798e call frmt_light_rgb_manual3_v2 
+786e 70459904 jam 4 ,mem_light_rgb_hand_actuated_flag 
+786f 704587ff jam light_data_part_ff ,mem_ftd_adv_raw_data 
+7870 704588ff jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+7871 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_rgb_manual2:
+7872 2040798a call frmt_light_rgb_manual2_v2 
+7873 70459903 jam 3 ,mem_light_rgb_hand_actuated_flag 
+7874 704589ff jam light_data_part_ff ,mem_ftd_adv_raw_data + 2 
+7875 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_rgb_manual1:
+7876 20407986 call frmt_light_rgb_manual1_v2 
+7877 70459902 jam 2 ,mem_light_rgb_hand_actuated_flag 
+7878 704588ff jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+7879 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_rgb_manual0:
+787a 20407982 call frmt_light_rgb_manual0_v2 
+787b 70459901 jam 1 ,mem_light_rgb_hand_actuated_flag 
+787c 704587ff jam light_data_part_ff ,mem_ftd_adv_raw_data 
+787d 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_timing_1min:
+787e 204079a3 call frmt_light_timing_1min_v2 
+787f 70458701 jam 1 ,mem_ftd_adv_raw_data 
+
+frmt_light_timing_off:
+7880 70458441 jam light_cmd_delay_off ,mem_ftd_adv_raw 
+7881 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_group1_on_and_long_press_set1:
+7882 70459601 jam 1 ,mem_light_num_of_long_press 
+7883 2040778d call frmt_light_long_press_flag_reset 
+
+frmt_light_group1_on:
+7884 204079ad call frmt_light_group1_on_v2 
+7885 70459d01 jam 1 ,mem_light_group1_on_and_off_flag 
+7886 70458410 jam light_cmd_turn_on ,mem_ftd_adv_raw 
+7887 70458101 jam 1 ,mem_groups_num 
+7888 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_group2_on_and_long_press_set2:
+7889 70459602 jam 2 ,mem_light_num_of_long_press 
+788a 2040778d call frmt_light_long_press_flag_reset 
+
+frmt_light_group2_on:
+788b 204079af call frmt_light_group2_on_v2 
+788c 70459e01 jam 1 ,mem_light_group2_on_and_off_flag 
+788d 70458410 jam light_cmd_turn_on ,mem_ftd_adv_raw 
+788e 70458102 jam 2 ,mem_groups_num 
+788f 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_group3_on_and_long_press_set3:
+7890 70459603 jam 3 ,mem_light_num_of_long_press 
+7891 2040778d call frmt_light_long_press_flag_reset 
+
+frmt_light_group3_on:
+7892 70459f01 jam 1 ,mem_light_group3_on_and_off_flag 
+7893 70458410 jam light_cmd_turn_on ,mem_ftd_adv_raw 
+7894 70458103 jam 3 ,mem_groups_num 
+7895 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_group4_on_and_long_press_set4:
+7896 70459604 jam 4 ,mem_light_num_of_long_press 
+7897 2040778d call frmt_light_long_press_flag_reset 
+
+frmt_light_group4_on:
+7898 204079b3 call frmt_light_group4_on_v2 
+7899 7045a001 jam 1 ,mem_light_group4_on_and_off_flag 
+789a 70458410 jam light_cmd_turn_on ,mem_ftd_adv_raw 
+789b 70458104 jam 4 ,mem_groups_num 
+789c 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_group1_on_and_off_and_long_press_set1:
+789d 70459601 jam 1 ,mem_light_num_of_long_press 
+789e 2040778d call frmt_light_long_press_flag_reset 
+
+frmt_light_group1_on_and_off:
+789f 6fe0c59d fetch 1 ,mem_light_group1_on_and_off_flag 
+78a0 203a7884 branch frmt_light_group1_on ,blank 
+
+frmt_light_group1_off:
+78a1 204079b5 call frmt_light_group1_off_v2 
+78a2 70459d00 jam 0 ,mem_light_group1_on_and_off_flag 
+78a3 70458411 jam light_cmd_turn_off ,mem_ftd_adv_raw 
+78a4 70458101 jam 1 ,mem_groups_num 
+78a5 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_group2_on_and_off_and_long_press_set2:
+78a6 70459602 jam 2 ,mem_light_num_of_long_press 
+78a7 2040778d call frmt_light_long_press_flag_reset 
+
+frmt_light_group2_on_and_off:
+78a8 6fe0c59e fetch 1 ,mem_light_group2_on_and_off_flag 
+78a9 203a788b branch frmt_light_group2_on ,blank 
+
+frmt_light_group2_off:
+78aa 204079b7 call frmt_light_group2_off_v2 
+78ab 70459e00 jam 0 ,mem_light_group2_on_and_off_flag 
+78ac 70458411 jam light_cmd_turn_off ,mem_ftd_adv_raw 
+78ad 70458102 jam 2 ,mem_groups_num 
+78ae 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_group3_on_and_off_and_long_press_set3:
+78af 70459603 jam 3 ,mem_light_num_of_long_press 
+78b0 2040778d call frmt_light_long_press_flag_reset 
+
+frmt_light_group3_on_and_off:
+78b1 6fe0c59f fetch 1 ,mem_light_group3_on_and_off_flag 
+78b2 203a7892 branch frmt_light_group3_on ,blank 
+
+frmt_light_group3_off:
+78b3 204079b9 call frmt_light_group3_off_v2 
+78b4 70459f00 jam 0 ,mem_light_group3_on_and_off_flag 
+78b5 70458411 jam light_cmd_turn_off ,mem_ftd_adv_raw 
+78b6 70458103 jam 3 ,mem_groups_num 
+78b7 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_group4_on_and_off_and_long_press_set4:
+78b8 70459604 jam 4 ,mem_light_num_of_long_press 
+78b9 2040778d call frmt_light_long_press_flag_reset 
+
+frmt_light_group4_on_and_off:
+78ba 6fe0c5a0 fetch 1 ,mem_light_group4_on_and_off_flag 
+78bb 203a7898 branch frmt_light_group4_on ,blank 
+
+frmt_light_group4_off:
+78bc 204079bb call frmt_light_group4_off_v2 
+78bd 7045a000 jam 0 ,mem_light_group4_on_and_off_flag 
+78be 70458411 jam light_cmd_turn_off ,mem_ftd_adv_raw 
+78bf 70458104 jam 4 ,mem_groups_num 
+78c0 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_pairing_group1:
+78c1 70458101 jam 1 ,mem_groups_num 
+78c2 7044ab01 jam 1 ,mem_ble_v2_group_index 
+78c3 2020779d branch frmt_light_pairing_process 
+
+frmt_light_pairing_group2:
+78c4 70458102 jam 2 ,mem_groups_num 
+78c5 7044ab02 jam 2 ,mem_ble_v2_group_index 
+78c6 2020779d branch frmt_light_pairing_process 
+
+frmt_light_pairing_group3:
+78c7 70458103 jam 3 ,mem_groups_num 
+78c8 7044ab03 jam 3 ,mem_ble_v2_group_index 
+78c9 2020779d branch frmt_light_pairing_process 
+
+frmt_light_pairing_group4:
+78ca 70458104 jam 4 ,mem_groups_num 
+78cb 7044ab04 jam 4 ,mem_ble_v2_group_index 
+78cc 2020779d branch frmt_light_pairing_process 
+
+frmt_fan_master_off:
+78cd 20407909 call frmt_fan_master_off_v2 
+78ce 7045846f jam fan_cmd_master_on_and_off ,mem_ftd_adv_raw 
+78cf 70458700 jam 0 ,mem_ftd_adv_raw_data 
+78d0 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_fan_turning_forward_and_reverse:
+78d1 6fe0c5a6 fetch 1 ,mem_fan_direction_alternant 
+78d2 203a78d5 branch frmt_fan_turning_reverse ,blank 
+78d3 7045a600 jam 0 ,mem_fan_direction_alternant 
+78d4 202078da branch frmt_fan_turning_forward 
+
+frmt_fan_turning_reverse:
+78d5 2040790c call frmt_fan_turing_reverse_v2 
+78d6 7045a601 jam 1 ,mem_fan_direction_alternant 
+78d7 70458415 jam fan_cmd_direction ,mem_ftd_adv_raw 
+78d8 70458701 jam 1 ,mem_ftd_adv_raw_data 
+78d9 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_fan_turning_forward:
+78da 2040790d call frmt_fan_turing_forward_v2 
+78db 70458415 jam fan_cmd_direction ,mem_ftd_adv_raw 
+78dc 70458700 jam 0 ,mem_ftd_adv_raw_data 
+78dd 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_fan_natural_wind:
+78de 20407910 call frmt_fan_natural_wind_v2 
+78df 70458433 jam fan_cmd_mode ,mem_ftd_adv_raw 
+78e0 70458702 jam 2 ,mem_ftd_adv_raw_data 
+78e1 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_fan_tap_position_1:
+78e2 20407914 call frmt_fan_tap_position_1_v2 
+78e3 58000001 setarg 1 
+
+frmt_fan_tap_position_common:
+78e4 67e0c587 store 1 ,mem_ftd_adv_raw_data 
+78e5 70458432 jam fan_cmd_speed_32 ,mem_ftd_adv_raw 
+78e6 70458806 jam 6 ,mem_ftd_adv_raw_data + 1 
+78e7 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_fan_tap_position_2:
+78e8 2040791a call frmt_fan_tap_position_2_v2 
+78e9 58000002 setarg 2 
+78ea 202078e4 branch frmt_fan_tap_position_common 
+
+frmt_fan_tap_position_3:
+78eb 2040791c call frmt_fan_tap_position_3_v2 
+78ec 58000003 setarg 3 
+78ed 202078e4 branch frmt_fan_tap_position_common 
+
+frmt_fan_tap_position_4:
+78ee 2040791e call frmt_fan_tap_position_4_v2 
+78ef 58000004 setarg 4 
+78f0 202078e4 branch frmt_fan_tap_position_common 
+
+frmt_fan_tap_position_5:
+78f1 20407920 call frmt_fan_tap_position_5_v2 
+78f2 58000005 setarg 5 
+78f3 202078e4 branch frmt_fan_tap_position_common 
+
+frmt_fan_tap_position_6:
+78f4 20407922 call frmt_fan_tap_position_6_v2 
+78f5 58000006 setarg 6 
+78f6 202078e4 branch frmt_fan_tap_position_common 
+
+frmt_fan_stop_fan_and_long_press_set1:
+78f7 70459601 jam 1 ,mem_light_num_of_long_press 
+78f8 2040778d call frmt_light_long_press_flag_reset 
+
+frmt_fan_stop_fan:
+78f9 20407924 call frmt_fan_stop_fan_v2 
+78fa 70458431 jam fan_cmd_speed_31 ,mem_ftd_adv_raw 
+78fb 70458700 jam 0 ,mem_ftd_adv_raw_data 
+78fc 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_fan_deflector_on_and_off:
+78fd 6fe0c6ac fetch 1 ,mem_fan_deflector_flag 
+78fe 203a7904 branch frmt_fan_deflector_on ,blank 
+
+frmt_fan_deflector_off:
+78ff 20407927 call frmt_fan_deflector_off_v2 
+7900 7046ac00 jam 0 ,mem_fan_deflector_flag 
+7901 70458416 jam fan_cmd_deflector ,mem_ftd_adv_raw 
+7902 70458700 jam 0 ,mem_ftd_adv_raw_data 
+7903 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_fan_deflector_on:
+7904 20407926 call frmt_fan_deflector_on_v2 
+7905 7046ac01 jam 1 ,mem_fan_deflector_flag 
+7906 70458416 jam fan_cmd_deflector ,mem_ftd_adv_raw 
+7907 70458701 jam 1 ,mem_ftd_adv_raw_data 
+7908 20207ac2 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_fan_master_off_v2:
+7909 5800006f setarg fan_cmd_master_on_and_off_v2 
+790a 67e144ac store 2 ,mem_ble_v2_cmd 
+790b 20207935 branch frmt_ble_v2_encoder_pack 
+
+frmt_fan_turing_reverse_v2:
+790c 7044af01 jam 1 ,mem_ble_v2_para + 1 
+
+frmt_fan_turing_forward_v2:
+790d 58000015 setarg fan_cmd_wind_direction_v2 
+790e 67e144ac store 2 ,mem_ble_v2_cmd 
+790f 20207935 branch frmt_ble_v2_encoder_pack 
+
+frmt_fan_natural_wind_v2:
+7910 7044af02 jam 0x02 ,mem_ble_v2_para + 1 
+
+frmt_fan_mode_sel_common_v2:
+7911 58000033 setarg fan_cmd_mode_sel_v2 
+7912 67e144ac store 2 ,mem_ble_v2_cmd 
+7913 20207935 branch frmt_ble_v2_encoder_pack 
+
+frmt_fan_tap_position_1_v2:
+7914 58000001 setarg 1 
+
+frmt_fan_tap_position_common_v2:
+7915 67e0c4b0 store 1 ,mem_ble_v2_para + 2 
+7916 58000031 setarg fan_cmd_wind_speed_v2 
+7917 67e144ac store 2 ,mem_ble_v2_cmd 
+7918 7044af20 jam 0x20 ,mem_ble_v2_para + 1 
+7919 20207935 branch frmt_ble_v2_encoder_pack 
+
+frmt_fan_tap_position_2_v2:
+791a 58000002 setarg 2 
+791b 20207915 branch frmt_fan_tap_position_common_v2 
+
+frmt_fan_tap_position_3_v2:
+791c 58000003 setarg 3 
+791d 20207915 branch frmt_fan_tap_position_common_v2 
+
+frmt_fan_tap_position_4_v2:
+791e 58000004 setarg 4 
+791f 20207915 branch frmt_fan_tap_position_common_v2 
+
+frmt_fan_tap_position_5_v2:
+7920 58000005 setarg 5 
+7921 20207915 branch frmt_fan_tap_position_common_v2 
+
+frmt_fan_tap_position_6_v2:
+7922 58000006 setarg 6 
+7923 20207915 branch frmt_fan_tap_position_common_v2 
+
+frmt_fan_stop_fan_v2:
+7924 58000000 setarg 0 
+7925 20207915 branch frmt_fan_tap_position_common_v2 
+
+frmt_fan_deflector_on_v2:
+7926 7044af01 jam 1 ,mem_ble_v2_para + 1 
+
+frmt_fan_deflector_off_v2:
+7927 58000016 setarg fan_cmd_deflector_v2 
+7928 67e144ac store 2 ,mem_ble_v2_cmd 
+7929 20207935 branch frmt_ble_v2_encoder_pack 
+
+frmt_light_to_y_v2:
+792a 7044af18 jam 0x18 ,mem_ble_v2_para + 1 
+792b 20207932 branch frmt_light_common 
+
+frmt_light_to_w_v2:
+792c 7044af24 jam 0x24 ,mem_ble_v2_para + 1 
+792d 20207932 branch frmt_light_common 
+
+frmt_light_darken_v2:
+792e 7044af28 jam 0x28 ,mem_ble_v2_para + 1 
+792f 20207932 branch frmt_light_common 
+
+frmt_light_lighten_v2:
+7930 7044af14 jam 0x14 ,mem_ble_v2_para + 1 
+7931 20207932 branch frmt_light_common 
+
+frmt_light_common:
+7932 58000021 setarg light_cmd_light_ctl_v2 
+7933 67e144ac store 2 ,mem_ble_v2_cmd 
+7934 20207935 branch frmt_ble_v2_encoder_pack 
+
+frmt_ble_v2_encoder_pack:
+7935 4742c030 bpatchx patch30_5 ,mem_patch30 
+7936 20407de4 call frmt_ble_data_set 
+7937 6fe0c6af fetch 1 ,mem_light_manufacture_id2_v2 
+7938 245a793a ncall frmt_have_id2_v2 ,blank 
+7939 20600000 rtn 
+
+frmt_have_id2_v2:
+793a 47434030 bpatchx patch30_6 ,mem_patch30 
+793b df200027 arg ftd_pdu_len ,loopcnt 
+793c d8c0447c arg mem_ble_v2_pdu ,contr 
+793d d8a046d7 arg mem_ble_v2_pdu_2 ,contw 
+793e 2040740c call memcpy_fast 
+793f 6fe0c6af fetch 1 ,mem_light_manufacture_id2_v2 
+7940 67e0c4a3 store 1 ,mem_ble_v2_customer_id 
+7941 6fe0c4a4 fetch 1 ,mem_ble_v2_packet_num 
+7942 1fe0ffff pincrease -1 
+7943 67e0c4a4 store 1 ,mem_ble_v2_packet_num 
+7944 20407de4 call frmt_ble_data_set 
+7945 6fe0c770 fetch 1 ,mem_ble_v2_customer_id_copy 
+7946 67e0c4a3 store 1 ,mem_ble_v2_customer_id 
+7947 20600000 rtn 
+
+frmt_light_night_light_v2:
+7948 58000023 setarg light_cmd_night_light_v2 
+7949 2020794b branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+
+frmt_light_master_pairing_v2:
+794a 58000028 setarg cmd_pairing 
+
+frmt_ble_v2_encoder_with_cmd_store_and_para_set0:
+794b 67e144ac store 2 ,mem_ble_v2_cmd 
+794c 58000000 setarg 0 
+794d 67e244ae store 4 ,mem_ble_v2_para 
+794e 20207935 branch frmt_ble_v2_encoder_pack 
+
+frmt_light_clear_code_v2:
+794f 58000045 setarg cmd_clear_code 
+7950 2020794b branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+
+frmt_light_master_on_v2:
+7951 7044ab00 jam 0 ,mem_ble_v2_group_index 
+
+frmt_light_turn_on_common:
+7952 58000010 setarg light_cmd_turn_on_v2 
+7953 2020794b branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+
+frmt_light_master_off_v2:
+7954 7044ab00 jam 0 ,mem_ble_v2_group_index 
+
+frmt_light_turn_off_common:
+7955 58000011 setarg light_cmd_turn_off_v2 
+7956 2020794b branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+
+frmt_light_on_and_off_1opcode_v2:
+7957 58000009 setarg light_cmd_turn_on_and_off_v2 
+7958 2020794b branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+
+frmt_light_color_switch_wy_v2:
+7959 58000021 setarg light_cmd_light_ctl_v2 
+795a 67e144ac store 2 ,mem_ble_v2_cmd 
+795b 7044ae00 jam 0 ,mem_ble_v2_para 
+795c 7044af40 jam light_cmd_ftd_color_swtich_reserved ,mem_ble_v2_para + 1 
+795d 7044b0ff jam light_data_part_ff ,mem_ble_v2_para + 2 
+795e 7044b1ff jam light_data_part_ff ,mem_ble_v2_para + 3 
+795f 20207935 branch frmt_ble_v2_encoder_pack 
+
+frmt_light_color_switch_w_v2:
+7960 58000021 setarg light_cmd_light_ctl_v2 
+7961 67e144ac store 2 ,mem_ble_v2_cmd 
+7962 7044ae00 jam 0 ,mem_ble_v2_para 
+7963 7044af40 jam light_cmd_ftd_color_swtich_reserved ,mem_ble_v2_para + 1 
+7964 7044b0ff jam light_data_part_ff ,mem_ble_v2_para + 2 
+7965 20207935 branch frmt_ble_v2_encoder_pack 
+
+frmt_light_color_switch_y_v2:
+7966 58000021 setarg light_cmd_light_ctl_v2 
+7967 67e144ac store 2 ,mem_ble_v2_cmd 
+7968 7044ae00 jam 0 ,mem_ble_v2_para 
+7969 7044af40 jam light_cmd_ftd_color_swtich_reserved ,mem_ble_v2_para + 1 
+796a 7044b1ff jam light_data_part_ff ,mem_ble_v2_para + 3 
+796b 20207935 branch frmt_ble_v2_encoder_pack 
+
+frmt_light_aid_turn_off_v2:
+796c 58000013 setarg light_cmd_aided_light_turn_off_v2 
+796d 2020794b branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+
+frmt_light_aid_turn_on_v2:
+796e 58000012 setarg light_cmd_aided_light_turn_on_v2 
+796f 2020794b branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+
+frmt_light_pcnt_100_percent_v2:
+7970 58000021 setarg light_cmd_light_ctl_v2 
+7971 67e144ac store 2 ,mem_ble_v2_cmd 
+7972 7044ae00 jam 0 ,mem_ble_v2_para 
+7973 7044af02 jam 0x02 ,mem_ble_v2_para + 1 
+7974 7044b0ff jam light_data_part_ff ,mem_ble_v2_para + 2 
+7975 7044b1ff jam light_data_part_ff ,mem_ble_v2_para + 3 
+7976 20207935 branch frmt_ble_v2_encoder_pack 
+
+frmt_light_pcnt_50_percent_v2:
+7977 58000021 setarg light_cmd_light_ctl_v2 
+7978 67e144ac store 2 ,mem_ble_v2_cmd 
+7979 7044ae00 jam 0 ,mem_ble_v2_para 
+797a 7044af01 jam 0x01 ,mem_ble_v2_para + 1 
+797b 7044b07f jam light_ftd_data_part_pcnt_50percent ,mem_ble_v2_para + 2 
+797c 7044b17f jam light_ftd_data_part_pcnt_50percent ,mem_ble_v2_para + 3 
+797d 20207935 branch frmt_ble_v2_encoder_pack 
+
+frmt_light_rgb_circulation_1f_v2:
+797e 5800001f setarg light_cmd_rgb_auto_turn_off_v2 
+797f 2020794b branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+
+frmt_light_rgb_circulation_1e_v2:
+7980 5800001e setarg light_cmd_rgb_auto_turn_on_v2 
+7981 2020794b branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+
+frmt_light_rgb_manual0_v2:
+7982 58000022 setarg light_cmd_rgb_manual_v2 
+7983 67e144ac store 2 ,mem_ble_v2_cmd 
+7984 7044afff jam light_data_part_ff ,mem_ble_v2_para + 1 
+7985 20207935 branch frmt_ble_v2_encoder_pack 
+
+frmt_light_rgb_manual1_v2:
+7986 58000022 setarg light_cmd_rgb_manual_v2 
+7987 67e144ac store 2 ,mem_ble_v2_cmd 
+7988 7044b0ff jam light_data_part_ff ,mem_ble_v2_para + 2 
+7989 20207935 branch frmt_ble_v2_encoder_pack 
+
+frmt_light_rgb_manual2_v2:
+798a 58000022 setarg light_cmd_rgb_manual_v2 
+798b 67e144ac store 2 ,mem_ble_v2_cmd 
+798c 7044b1ff jam light_data_part_ff ,mem_ble_v2_para + 3 
+798d 20207935 branch frmt_ble_v2_encoder_pack 
+
+frmt_light_rgb_manual3_v2:
+798e 58000022 setarg light_cmd_rgb_manual_v2 
+798f 67e144ac store 2 ,mem_ble_v2_cmd 
+7990 7044afff jam light_data_part_ff ,mem_ble_v2_para + 1 
+7991 7044b0ff jam light_data_part_ff ,mem_ble_v2_para + 2 
+7992 20207935 branch frmt_ble_v2_encoder_pack 
+
+frmt_light_rgb_manual4_v2:
+7993 58000022 setarg light_cmd_rgb_manual_v2 
+7994 67e144ac store 2 ,mem_ble_v2_cmd 
+7995 7044afff jam light_data_part_ff ,mem_ble_v2_para + 1 
+7996 7044b1ff jam light_data_part_ff ,mem_ble_v2_para + 3 
+7997 20207935 branch frmt_ble_v2_encoder_pack 
+
+frmt_light_rgb_manual5_v2:
+7998 58000022 setarg light_cmd_rgb_manual_v2 
+7999 67e144ac store 2 ,mem_ble_v2_cmd 
+799a 7044b0ff jam light_data_part_ff ,mem_ble_v2_para + 2 
+799b 7044b1ff jam light_data_part_ff ,mem_ble_v2_para + 3 
+799c 20207935 branch frmt_ble_v2_encoder_pack 
+
+frmt_light_rgb_manual6_v2:
+799d 58000022 setarg light_cmd_rgb_manual_v2 
+799e 67e144ac store 2 ,mem_ble_v2_cmd 
+799f 7044afff jam light_data_part_ff ,mem_ble_v2_para + 1 
+79a0 7044b0ff jam light_data_part_ff ,mem_ble_v2_para + 2 
+79a1 7044b1ff jam light_data_part_ff ,mem_ble_v2_para + 3 
+79a2 20207935 branch frmt_ble_v2_encoder_pack 
+
+frmt_light_timing_1min_v2:
+79a3 58000001 setarg 0x01 
+
+frmt_light_timing_off_common_v2:
+79a4 7044a601 jam product_maintype_light ,mem_ble_v2_maintype 
+79a5 67e144af store 2 ,mem_ble_v2_para + 1 
+79a6 58000041 setarg cmd_timing_off 
+79a7 67e144ac store 2 ,mem_ble_v2_cmd 
+79a8 7044ae00 jam 0 ,mem_ble_v2_para 
+79a9 7044b100 jam 0 ,mem_ble_v2_para + 3 
+79aa 20207935 branch frmt_ble_v2_encoder_pack 
+
+frmt_light_timing_30s_v2:
+79ab 58000000 setarg 0 
+79ac 202079a4 branch frmt_light_timing_off_common_v2 
+
+frmt_light_group1_on_v2:
+79ad 7044ab01 jam 1 ,mem_ble_v2_group_index 
+79ae 20207952 branch frmt_light_turn_on_common 
+
+frmt_light_group2_on_v2:
+79af 7044ab02 jam 2 ,mem_ble_v2_group_index 
+79b0 20207952 branch frmt_light_turn_on_common 
+
+frmt_light_group3_on_v2:
+79b1 7044ab03 jam 3 ,mem_ble_v2_group_index 
+79b2 20207952 branch frmt_light_turn_on_common 
+
+frmt_light_group4_on_v2:
+79b3 7044ab04 jam 4 ,mem_ble_v2_group_index 
+79b4 20207952 branch frmt_light_turn_on_common 
+
+frmt_light_group1_off_v2:
+79b5 7044ab01 jam 1 ,mem_ble_v2_group_index 
+79b6 20207955 branch frmt_light_turn_off_common 
+
+frmt_light_group2_off_v2:
+79b7 7044ab02 jam 2 ,mem_ble_v2_group_index 
+79b8 20207955 branch frmt_light_turn_off_common 
+
+frmt_light_group3_off_v2:
+79b9 7044ab03 jam 3 ,mem_ble_v2_group_index 
+79ba 20207955 branch frmt_light_turn_off_common 
+
+frmt_light_group4_off_v2:
+79bb 7044ab04 jam 4 ,mem_ble_v2_group_index 
+79bc 20207955 branch frmt_light_turn_off_common 
+
+frmt_main:
+79bd 4743c030 bpatchx patch30_7 ,mem_patch30 
+79be 204076cc call frmt_kscan_init 
+79bf 204076e4 call frmt_kscan 
+79c0 6fe44556 fetch 8 ,mem_kscan_record_keypress 
+79c1 245a79f7 ncall frmt_kscan_available ,blank 
+79c2 204079ea call frmt_judge_reset_last_key 
+79c3 6fe0c706 fetch 1 ,mem_light_release_adv_flag 
+79c4 245a79dc ncall p_light_released_cb ,blank 
+79c5 204079ce call frmt_kscan_keypress_analysis_process 
+79c6 6fe0c35f fetch 1 ,mem_le_adv_enable 
+79c7 205a79fd call frmt_light_indicator_led_flag_set0 ,blank 
+79c8 6fe0c6a8 fetch 1 ,mem_indicator_turn_on_enable 
+79c9 245a7a05 ncall frmt_light_indicator_led ,blank 
+79ca 6fe0c6a8 fetch 1 ,mem_indicator_turn_on_enable 
+79cb 205a7a0a call frmt_light_indicator_led_off ,blank 
+79cc 47444031 bpatchx patch31_0 ,mem_patch31 
+79cd 20207a10 branch frmt_app_enter_lpm 
+
+frmt_kscan_keypress_analysis_process:
+79ce 4744c031 bpatchx patch31_1 ,mem_patch31 
+79cf 6fe0c721 fetch 1 ,mem_special_agreemeet_enable 
+79d0 1fe67c01 sub pdata ,1 ,null 
+79d1 2042f4fe call frmt_light_gem_long_press_cnt ,zero 
+79d2 6fe44556 fetch 8 ,mem_kscan_record_keypress 
+79d3 207a0000 rtn blank 
+79d4 58000000 setarg 0 
+79d5 67e1c587 store 3 ,mem_ftd_adv_raw_data 
+79d6 67e244ae store 4 ,mem_ble_v2_para 
+79d7 70458b00 jam 0 ,mem_ftd_adv_raw_reserved 
+79d8 6fe0c706 fetch 1 ,mem_light_release_adv_flag 
+79d9 245a79dc ncall p_light_released_cb ,blank 
+79da 6fe14762 fetch 2 ,mem_rmt_keydown_cb 
+79db 20207487 branch callback_func 
+
+p_light_released_cb:
+79dc 6fe14764 fetch 2 ,mem_rmt_released_cb 
+79dd 20207487 branch callback_func 
+
+frmt_get_current_key:
+79de 47454031 bpatchx patch31_2 ,mem_patch31 
+79df 6fe44556 fetch 8 ,mem_kscan_record_keypress 
+79e0 1fe20400 copy pdata ,temp 
+79e1 df200019 arg keyboard_max_keys_num ,loopcnt 
+79e2 d8e00000 arg 0 ,queue 
+79e3 204079f2 call frmt_kscan_keypress_analysis_get_keypress 
+79e4 18e27e00 deposit queue 
+79e5 67e0c5a1 store 1 ,mem_light_current_key 
+79e6 58000000 setarg 0 
+79e7 67e44556 store 8 ,mem_kscan_record_keypress 
+79e8 4745c031 bpatchx patch31_3 ,mem_patch31 
+79e9 20207bca branch frmt_light_set_continuous_kps_cnt_reset_timeout 
+
+frmt_judge_reset_last_key:
+79ea 6fe0c572 fetch 1 ,mem_keypress_analysis_flag 
+79eb 247a0000 nrtn blank 
+79ec 70458200 jam 0 ,mem_light_last_key 
+79ed 70472400 jam 0 ,mem_light_color_and_lgtness_long_press_adv_enable 
+
+frmt_light_long_press_judge_reset:
+79ee 58000000 setarg 0 
+79ef 67e14594 store 2 ,mem_long_press_timeout 
+79f0 67e144e4 store 2 ,mem_gem_cnt_inces_timeout 
+79f1 20600000 rtn 
+
+frmt_kscan_keypress_analysis_get_keypress:
+79f2 afefffff qisolate1 pdata 
+79f3 20608000 rtn true 
+79f4 18e08e01 increase 1 ,queue 
+79f5 c20079f2 loop frmt_kscan_keypress_analysis_get_keypress 
+79f6 20600000 rtn 
+
+frmt_kscan_available:
+79f7 70457201 jam 1 ,mem_keypress_analysis_flag 
+79f8 7046a801 jam 1 ,mem_indicator_turn_on_enable 
+79f9 58000001 setarg key_press_led_on_time 
+79fa 67e146a9 store 2 ,mem_indicator_led_turn_on_timeout 
+79fb 70457901 jam kscan_analysis_interval ,mem_kscan_analysis_interval_timeout 
+79fc 20600000 rtn 
+
+frmt_light_indicator_led_flag_set0:
+79fd 47464031 bpatchx patch31_4 ,mem_patch31 
+79fe 6fe0c572 fetch 1 ,mem_keypress_analysis_flag 
+79ff 247a0000 nrtn blank 
+
+frmt_light_indicator_led_flag_set0_process:
+7a00 58000000 setarg 0 
+7a01 67e146a9 store 2 ,mem_indicator_led_turn_on_timeout 
+7a02 7046a800 jam 0 ,mem_indicator_turn_on_enable 
+7a03 4746c031 bpatchx patch31_5 ,mem_patch31 
+7a04 20600000 rtn 
+
+frmt_light_indicator_led:
+7a05 47474031 bpatchx patch31_6 ,mem_patch31 
+7a06 6fe0c580 fetch 1 ,mem_light_indicator_led 
+7a07 207a0000 rtn blank 
+
+frmt_light_indicator_led_debug:
+7a08 6848c580 fetcht 1 ,mem_light_indicator_led 
+7a09 2020773e branch gpio_config_output_patch 
+
+frmt_light_indicator_led_off:
+7a0a 4747c031 bpatchx patch31_7 ,mem_patch31 
+7a0b 6fe0c580 fetch 1 ,mem_light_indicator_led 
+7a0c 207a0000 rtn blank 
+
+frmt_light_indicator_led_off_debug:
+7a0d 6848c580 fetcht 1 ,mem_light_indicator_led 
+7a0e 18418480 or temp ,0x80 ,temp 
+7a0f 2020773e branch gpio_config_output_patch 
+
+frmt_app_enter_lpm:
+7a10 6fe146a6 fetch 2 ,mem_light_lpm_enable_timeout 
+7a11 247a0000 nrtn blank 
+7a12 6fe146a9 fetch 2 ,mem_indicator_led_turn_on_timeout 
+7a13 247a0000 nrtn blank 
+7a14 47484032 bpatchx patch32_0 ,mem_patch32 
+7a15 20407a1a call frmt_enter_lpm_gpio_config 
+
+frmt_app_enter_lpm_1:
+7a16 20407a2a call frmt_wakeup_low_config 
+7a17 4748c032 bpatchx patch32_1 ,mem_patch32 
+7a18 d85fffff arg -1 ,temp 
+7a19 20203b47 branch lpm_sleep 
+
+frmt_enter_lpm_gpio_config:
+7a1a 47494032 bpatchx patch32_2 ,mem_patch32 
+7a1b df20000b arg enter_lpm_leisure_io_config_num ,loopcnt 
+7a1c 70473c03 jam enter_lpm_leisure_io_config_start ,mem_light_lpm_gpio_config_io_temp 
+
+frmt_drop_down_unused_io_loopcnt:
+7a1d 6848c73c fetcht 1 ,mem_light_lpm_gpio_config_io_temp 
+7a1e 18420e00 copy temp ,queue 
+7a1f 6fe24738 fetch 4 ,mem_light_lpm_gpio_config_flag 
+7a20 afefffff qisolate1 pdata 
+7a21 2020fa24 branch frmt_drop_down_unused_io_loopcnt_no_drop_down ,true 
+7a22 18418480 or temp ,0x80 ,temp 
+7a23 20406b7c call gpio_config_input 
+
+frmt_drop_down_unused_io_loopcnt_no_drop_down:
+7a24 6fe0c73c fetch 1 ,mem_light_lpm_gpio_config_io_temp 
+7a25 1fe0fe01 pincrease 1 
+7a26 67e0c73c store 1 ,mem_light_lpm_gpio_config_io_temp 
+7a27 c2007a1d loop frmt_drop_down_unused_io_loopcnt 
+7a28 70807d40 jam gpcfg_pullup ,core_gpio13_conf 
+7a29 20600000 rtn 
+
+frmt_wakeup_low_config:
+7a2a 4749c032 bpatchx patch32_3 ,mem_patch32 
+7a2b 6848c55e fetcht 1 ,mem_kscan_row_nums 
+7a2c 18422200 copy temp ,rega 
+7a2d da400000 arg 0 ,regb 
+7a2e d8400000 arg 0 ,temp 
+7a2f 604c0016 storet 8 ,mem_gpio_wakeup_low 
+7a30 d8c04560 arg mem_kscan_row_gpio_pin ,contr 
+7a31 20407a35 call frmt_wakeup_low_config_loop 
+7a32 7920040d set1 13 ,temp 
+7a33 604a0016 storet 4 ,mem_gpio_wakeup_low 
+7a34 20600000 rtn 
+
+frmt_wakeup_low_config_loop:
+7a35 efe08006 ifetch 1 ,contr 
+7a36 98000e00 iforce queue 
+7a37 f9200400 qset1 temp 
+7a38 1a40a401 increase 1 ,regb 
+7a39 1a227e00 deposit rega 
+7a3a 9a467c00 isub regb ,null 
+7a3b 20628000 rtn zero 
+7a3c 20207a35 branch frmt_wakeup_low_config_loop 
+
+frmt_le_send_adv_ind:
+7a3d 474a4032 bpatchx patch32_4 ,mem_patch32 
+7a3e 6fe0c721 fetch 1 ,mem_special_agreemeet_enable 
+7a3f c0017a84 beq 2 ,key_le_send_adv_ind 
+7a40 6fe0c4a3 fetch 1 ,mem_ble_v2_customer_id 
+7a41 243a7a65 nbranch frmt_send_id1_v2 ,blank 
+
+frmt_judge_send_id1_v1:
+7a42 6fe0c721 fetch 1 ,mem_special_agreemeet_enable 
+7a43 c000fa6b beq 1 ,frmt_send_id1_v1 
+7a44 6fe0c57f fetch 1 ,mem_light_manufacture_id 
+7a45 243a7a6b nbranch frmt_send_id1_v1 ,blank 
+
+frmt_judge_send_id2_v1:
+7a46 6fe0c6ae fetch 1 ,mem_light_manufacture_id2 
+7a47 243a7a73 nbranch frmt_send_id2_v1 ,blank 
+
+frmt_judge_send_id2_v2:
+7a48 6fe0c6af fetch 1 ,mem_light_manufacture_id2_v2 
+7a49 243a7a79 nbranch frmt_send_id2_v2 ,blank 
+
+frmt_id_flag_set0:
+7a4a 58000000 setarg 0 
+7a4b 67e24701 store 4 ,mem_adv_manufacturer_switch_flag 
+7a4c 20600000 rtn 
+
+frmt_le_send_adv_ind_pdu1:
+7a4d 474ac032 bpatchx patch32_5 ,mem_patch32 
+7a4e df200027 arg ftd_pdu_len ,loopcnt 
+7a4f d8a0412b arg mem_le_txheader ,contw 
+7a50 d8c0464f arg mem_light_whitening_buffer ,contr 
+7a51 2040740c call memcpy_fast 
+7a52 202042b6 branch le_send_adv_transmit 
+
+frmt_le_send_adv_ind_v2:
+7a53 474b4032 bpatchx patch32_6 ,mem_patch32 
+7a54 df200027 arg ftd_pdu_len ,loopcnt 
+7a55 d8a0412b arg mem_le_txheader ,contw 
+7a56 d8c0447c arg mem_ble_v2_pdu ,contr 
+7a57 2040740c call memcpy_fast 
+7a58 202042b6 branch le_send_adv_transmit 
+
+frmt_le_send_adv_ind_pdu2:
+7a59 474bc032 bpatchx patch32_7 ,mem_patch32 
+7a5a df200027 arg ftd_pdu_len ,loopcnt 
+7a5b d8a0412b arg mem_le_txheader ,contw 
+7a5c d8c046b0 arg mem_light_whitening_buffer_2 ,contr 
+7a5d 2040740c call memcpy_fast 
+7a5e 202042b6 branch le_send_adv_transmit 
+
+frmt_le_send_adv_ind_v2_2:
+7a5f 474c4033 bpatchx patch33_0 ,mem_patch33 
+7a60 df200027 arg ftd_pdu_len ,loopcnt 
+7a61 d8a0412b arg mem_le_txheader ,contw 
+7a62 d8c046d7 arg mem_ble_v2_pdu_2 ,contr 
+7a63 2040740c call memcpy_fast 
+7a64 202042b6 branch le_send_adv_transmit 
+
+frmt_send_id1_v2:
+7a65 474cc033 bpatchx patch33_1 ,mem_patch33 
+7a66 6fe0c701 fetch 1 ,mem_adv_manufacturer_switch_flag 
+7a67 c001fa42 beq 3 ,frmt_judge_send_id1_v1 
+7a68 1fe0fe01 pincrease 1 
+7a69 67e0c701 store 1 ,mem_adv_manufacturer_switch_flag 
+7a6a 20207a53 branch frmt_le_send_adv_ind_v2 
+
+frmt_send_id1_v1:
+7a6b 474d4033 bpatchx patch33_2 ,mem_patch33 
+7a6c 6fe0c702 fetch 1 ,mem_adv_manufacturer_switch_flag1 
+7a6d c001fa46 beq 3 ,frmt_judge_send_id2_v1 
+7a6e 1fe0fe01 pincrease 1 
+7a6f 67e0c702 store 1 ,mem_adv_manufacturer_switch_flag1 
+7a70 6fe0c721 fetch 1 ,mem_special_agreemeet_enable 
+7a71 c000fa7f beq 1 ,gem_le_send_adv_ind 
+7a72 20207a4d branch frmt_le_send_adv_ind_pdu1 
+
+frmt_send_id2_v1:
+7a73 474dc033 bpatchx patch33_3 ,mem_patch33 
+7a74 6fe0c703 fetch 1 ,mem_adv_manufacturer_switch_flag2 
+7a75 c001fa48 beq 3 ,frmt_judge_send_id2_v2 
+7a76 1fe0fe01 pincrease 1 
+7a77 67e0c703 store 1 ,mem_adv_manufacturer_switch_flag2 
+7a78 20207a59 branch frmt_le_send_adv_ind_pdu2 
+
+frmt_send_id2_v2:
+7a79 474e4033 bpatchx patch33_4 ,mem_patch33 
+7a7a 6fe0c704 fetch 1 ,mem_adv_manufacturer_switch_flag3 
+7a7b c001fa4a beq 3 ,frmt_id_flag_set0 
+7a7c 1fe0fe01 pincrease 1 
+7a7d 67e0c704 store 1 ,mem_adv_manufacturer_switch_flag3 
+7a7e 20207a5f branch frmt_le_send_adv_ind_v2_2 
+
+gem_le_send_adv_ind:
+7a7f df200017 arg gem_pdu_len ,loopcnt 
+7a80 d8a0412b arg mem_le_txheader ,contw 
+7a81 d8c0464f arg mem_light_whitening_buffer ,contr 
+7a82 2040740c call memcpy_fast 
+7a83 202042b6 branch le_send_adv_transmit 
+
+key_le_send_adv_ind:
+7a84 6fe0c555 fetch 1 ,mem_adv_cnts 
+7a85 1fe0fe01 pincrease 1 
+7a86 67e0c555 store 1 ,mem_adv_cnts 
+7a87 1fe67c03 sub pdata ,3 ,null 
+7a88 20217a53 branch frmt_le_send_adv_ind_v2 ,positive 
+7a89 1fe67c06 sub pdata ,6 ,null 
+7a8a 20217a90 branch key_le_send_adv_ind_ky1 ,positive 
+7a8b 1fe67c09 sub pdata ,9 ,null 
+7a8c 20217a95 branch key_le_send_adv_ind_ky ,positive 
+7a8d 58000000 setarg 0 
+7a8e 67e0c555 store 1 ,mem_adv_cnts 
+7a8f 20207a53 branch frmt_le_send_adv_ind_v2 
+
+key_le_send_adv_ind_ky1:
+7a90 df200025 arg key_pdu_len ,loopcnt 
+7a91 d8a0412b arg mem_le_txheader ,contw 
+7a92 d8c04530 arg mem_light_jym_tx_temp ,contr 
+7a93 2040740c call memcpy_fast 
+7a94 202042b6 branch le_send_adv_transmit 
+
+key_le_send_adv_ind_ky:
+7a95 df200025 arg key_pdu_len ,loopcnt 
+7a96 d8a0412b arg mem_le_txheader ,contw 
+7a97 d8c0464f arg mem_light_whitening_buffer ,contr 
+7a98 2040740c call memcpy_fast 
+7a99 202042b6 branch le_send_adv_transmit 
+
+frmt_le_next_adv_channel:
+7a9a 474ec033 bpatchx patch33_5 ,mem_patch33 
+7a9b 6fe0c71f fetch 1 ,mem_channel_num 
+7a9c 205a7aa4 call frmt_channel_num_init ,blank 
+7a9d 2feffe00 isolate1 0 ,pdata 
+7a9e 2020faa7 branch frmt_le_next_adv_channel_37 ,true 
+7a9f 2feffe01 isolate1 1 ,pdata 
+7aa0 2020fab0 branch frmt_le_next_adv_channel_38 ,true 
+7aa1 2feffe02 isolate1 2 ,pdata 
+7aa2 2020fab9 branch frmt_le_next_adv_channel_39 ,true 
+7aa3 20600000 rtn 
+
+frmt_channel_num_init:
+7aa4 6fe0c71e fetch 1 ,mem_channel_enable 
+7aa5 67e0c71f store 1 ,mem_channel_num 
+7aa6 20600000 rtn 
+
+frmt_le_next_adv_channel_37:
+7aa7 474f4033 bpatchx patch33_6 ,mem_patch33 
+7aa8 6fe0c71f fetch 1 ,mem_channel_num 
+7aa9 793ffe00 set0 0 ,pdata 
+7aaa 67e0c71f store 1 ,mem_channel_num 
+7aab 6848c36a fetcht 1 ,mem_le_adv_channel_map 
+7aac 79200400 set1 bit_adv_channel_map_37 ,temp 
+7aad 6048c36a storet 1 ,mem_le_adv_channel_map 
+7aae 70000725 jam 37 ,mem_le_ch_mapped 
+7aaf 20204309 branch le_next_adv_channel + 1 
+
+frmt_le_next_adv_channel_38:
+7ab0 474fc033 bpatchx patch33_7 ,mem_patch33 
+7ab1 6fe0c71f fetch 1 ,mem_channel_num 
+7ab2 793ffe01 set0 1 ,pdata 
+7ab3 67e0c71f store 1 ,mem_channel_num 
+7ab4 6848c36a fetcht 1 ,mem_le_adv_channel_map 
+7ab5 79200401 set1 bit_adv_channel_map_38 ,temp 
+7ab6 6048c36a storet 1 ,mem_le_adv_channel_map 
+7ab7 70000726 jam 38 ,mem_le_ch_mapped 
+7ab8 20204309 branch le_next_adv_channel + 1 
+
+frmt_le_next_adv_channel_39:
+7ab9 47504034 bpatchx patch34_0 ,mem_patch34 
+7aba 6fe0c71f fetch 1 ,mem_channel_num 
+7abb 793ffe02 set0 2 ,pdata 
+7abc 67e0c71f store 1 ,mem_channel_num 
+7abd 6848c36a fetcht 1 ,mem_le_adv_channel_map 
+7abe 79200402 set1 bit_adv_channel_map_39 ,temp 
+7abf 6048c36a storet 1 ,mem_le_adv_channel_map 
+7ac0 70000727 jam 39 ,mem_le_ch_mapped 
+7ac1 20204309 branch le_next_adv_channel + 1 
+
+frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press:
+7ac2 20407ac4 call frmt_light_set_pdu_common_short_press 
+7ac3 20207ae8 branch frmt_adv_rear_6bytes_and_whitening 
+
+frmt_light_set_pdu_common_short_press:
+7ac4 4750c034 bpatchx patch34_1 ,mem_patch34 
+7ac5 20407ad5 call frmt_light_flag_set_short_press 
+
+frmt_light_set_pdu_packet_num_and_addr:
+7ac6 47514034 bpatchx patch34_2 ,mem_patch34 
+7ac7 6fe0c58a fetch 1 ,mem_ftd_adv_raw_packet_num 
+7ac8 1fe0fe01 pincrease 1 
+7ac9 67e0c58a store 1 ,mem_ftd_adv_raw_packet_num 
+7aca 6fe0c4a6 fetch 1 ,mem_ble_v2_maintype 
+7acb 1fe67c03 sub pdata ,3 ,null 
+7acc 2042fad1 call frmt_fan_lamp ,zero 
+7acd 6fe0c4a6 fetch 1 ,mem_ble_v2_maintype 
+7ace 1fe67c05 sub pdata ,5 ,null 
+7acf 2042fad3 call frmt_solar_lamp ,zero 
+7ad0 20207ade branch frmt_light_groups_address_set 
+
+frmt_fan_lamp:
+7ad1 70458983 jam 0x83 ,mem_ftd_adv_raw_data + 2 
+7ad2 20600000 rtn 
+
+frmt_solar_lamp:
+7ad3 70458988 jam 0x88 ,mem_ftd_adv_raw_data + 2 
+7ad4 20600000 rtn 
+
+frmt_light_flag_set_short_press:
+7ad5 4751c034 bpatchx patch34_3 ,mem_patch34 
+7ad6 70435f01 jam 1 ,mem_le_adv_enable 
+7ad7 7046a901 jam key_press_led_on_time ,mem_indicator_led_turn_on_timeout 
+7ad8 7046a801 jam 1 ,mem_indicator_turn_on_enable 
+7ad9 6fe1476c fetch 2 ,mem_light_adv_time 
+7ada 67e145a2 store 2 ,mem_ble_light_adv_timeout 
+7adb 1fe0fe01 pincrease 1 
+7adc 67e146a6 store 2 ,mem_light_lpm_enable_timeout 
+7add 20600000 rtn 
+
+frmt_light_groups_address_set:
+7ade 47524034 bpatchx patch34_4 ,mem_patch34 
+7adf 6fe0c57c fetch 1 ,mem_ftd_adv_raw_device_add_temp + 1 
+7ae0 d84000f0 arg 0xf0 ,temp 
+7ae1 98417e00 iand temp ,pdata 
+7ae2 6848c581 fetcht 1 ,mem_groups_num 
+7ae3 9840fe00 iadd temp ,pdata 
+7ae4 67e0c57c store 1 ,mem_ftd_adv_raw_device_add_temp + 1 
+7ae5 6fe1457b fetch 2 ,mem_ftd_adv_raw_device_add_temp 
+7ae6 67e14585 store 2 ,mem_ftd_adv_raw_device_add 
+7ae7 20600000 rtn 
+
+frmt_adv_rear_6bytes_and_whitening:
+7ae8 4752c034 bpatchx patch34_5 ,mem_patch34 
+7ae9 6fe0c57f fetch 1 ,mem_light_manufacture_id 
+7aea 245a7b01 ncall frmt_adv_rear_6bytes_and_whitening_pdu2 ,blank 
+7aeb 6fe0c584 fetch 1 ,mem_ftd_adv_raw 
+7aec 1fe67c28 sub pdata ,light_cmd_pairing_code ,null 
+7aed 2042fafe call frmt_light_pdu1_manufacturer_id_set ,zero 
+7aee 20407b1b call frmt_adv_rear_6bytes 
+7aef d8a0463f arg mem_adv_packet_payload ,contw 
+7af0 d8c04584 arg mem_ftd_adv_raw ,contr 
+7af1 df20000e arg 14 ,loopcnt 
+7af2 2040740c call memcpy_fast 
+7af3 df200027 arg ftd_pdu_len ,loopcnt 
+7af4 d8c04628 arg mem_adv_packet ,contr 
+7af5 d8a0464f arg mem_light_whitening_buffer ,contw 
+7af6 2040740c call memcpy_fast 
+7af7 70467a27 jam ftd_pdu_len ,mem_light_recvd_len 
+7af8 70467b53 jam 83 ,mem_light_whitening_i 
+7af9 20407b73 call frmt_light_reverse_and_ble_whitening 
+7afa 6fe0c57f fetch 1 ,mem_light_manufacture_id 
+7afb 67e0c659 store 1 ,mem_light_whitening_buffer + 10 
+7afc 47534034 bpatchx patch34_6 ,mem_patch34 
+7afd 20600000 rtn 
+
+frmt_light_pdu1_manufacturer_id_set:
+7afe 6fe0c57f fetch 1 ,mem_light_manufacture_id 
+7aff 67e0c58b store 1 ,mem_ftd_adv_raw_reserved 
+7b00 20600000 rtn 
+
+frmt_adv_rear_6bytes_and_whitening_pdu2:
+7b01 4753c034 bpatchx patch34_7 ,mem_patch34 
+7b02 6fe0c584 fetch 1 ,mem_ftd_adv_raw 
+7b03 1fe67c28 sub pdata ,light_cmd_pairing_code ,null 
+7b04 2042fb18 call frmt_light_pdu2_manufacturer_id_set ,zero 
+7b05 20407b1b call frmt_adv_rear_6bytes 
+7b06 d8a0463f arg mem_adv_packet_payload ,contw 
+7b07 d8c04584 arg mem_ftd_adv_raw ,contr 
+7b08 df20000e arg 14 ,loopcnt 
+7b09 2040740c call memcpy_fast 
+7b0a df200027 arg ftd_pdu_len ,loopcnt 
+7b0b d8c04628 arg mem_adv_packet ,contr 
+7b0c d8a0464f arg mem_light_whitening_buffer ,contw 
+7b0d 2040740c call memcpy_fast 
+7b0e 70467a27 jam ftd_pdu_len ,mem_light_recvd_len 
+7b0f 70467b53 jam 83 ,mem_light_whitening_i 
+7b10 20407b73 call frmt_light_reverse_and_ble_whitening 
+7b11 df200027 arg ftd_pdu_len ,loopcnt 
+7b12 d8c0464f arg mem_light_whitening_buffer ,contr 
+7b13 d8a046b0 arg mem_light_whitening_buffer_2 ,contw 
+7b14 2040740c call memcpy_fast 
+7b15 6fe0c6ae fetch 1 ,mem_light_manufacture_id2 
+7b16 67e0c6ba store 1 ,mem_light_whitening_buffer_2 + 10 
+7b17 20600000 rtn 
+
+frmt_light_pdu2_manufacturer_id_set:
+7b18 6fe0c6ae fetch 1 ,mem_light_manufacture_id2 
+7b19 67e0c58b store 1 ,mem_ftd_adv_raw_reserved 
+7b1a 20600000 rtn 
+
+frmt_adv_rear_6bytes:
+7b1b 47544035 bpatchx patch35_0 ,mem_patch35 
+7b1c 70458c01 jam 1 ,mem_ftd_adv_raw + 8 
+7b1d 70458d00 jam 0 ,mem_ftd_adv_raw + 9 
+7b1e 180a7e00 random pdata 
+7b1f 1fec8400 rshift8 pdata ,temp 
+7b20 6048c58e storet 1 ,mem_ftd_adv_raw + 10 
+7b21 67e0c58f store 1 ,mem_ftd_adv_raw + 11 
+7b22 1fe47e00 invert pdata ,pdata 
+7b23 67e144c6 store 2 ,mem_adv_crc_false_initvalue 
+7b24 6fe0c58f fetch 1 ,mem_ftd_adv_raw + 11 
+7b25 6848c58c fetcht 1 ,mem_ftd_adv_raw + 8 
+7b26 9842fe00 ixor temp ,pdata 
+7b27 67e0c58c store 1 ,mem_ftd_adv_raw + 8 
+7b28 6848c58d fetcht 1 ,mem_ftd_adv_raw + 9 
+7b29 9842fe00 ixor temp ,pdata 
+7b2a 67e0c58d store 1 ,mem_ftd_adv_raw + 9 
+
+frmt_crc16_ccitt_false_ftd:
+7b2b 4754c035 bpatchx patch35_1 ,mem_patch35 
+7b2c da604584 arg mem_ftd_adv_raw ,regc 
+7b2d df20000c arg 0x0c ,loopcnt 
+7b2e 20407b37 call frmt_crc16_ccitt_false_choose 
+7b2f 6fe144c6 fetch 2 ,mem_adv_crc_false_initvalue 
+7b30 da20ff00 arg 0xff00 ,rega 
+7b31 9a210400 iand rega ,temp 
+7b32 184c8400 rshift8 temp ,temp 
+7b33 6048c590 storet 1 ,mem_ftd_adv_raw + 12 
+7b34 6fe0c4c6 fetch 1 ,mem_adv_crc_false_initvalue 
+7b35 67e0c591 store 1 ,mem_ftd_adv_raw + 13 
+7b36 20600000 rtn 
+
+frmt_crc16_ccitt_false_choose:
+7b37 6fe0c721 fetch 1 ,mem_special_agreemeet_enable 
+7b38 c0017b57 beq 2 ,key_crc16_ccitt_false1 
+7b39 20207b3a branch frmt_crc16_ccitt_false 
+
+frmt_crc16_ccitt_false:
+7b3a 47554035 bpatchx patch35_2 ,mem_patch35 
+7b3b e8408013 ifetcht 1 ,regc 
+7b3c 184d0400 lshift8 temp ,temp 
+7b3d 6fe144c6 fetch 2 ,mem_adv_crc_false_initvalue 
+7b3e 98428400 ixor temp ,temp 
+7b3f d8e00000 arg 0x0 ,queue 
+7b40 20407b45 call frmt_crc16_deal_next_8bits 
+7b41 604944c6 storet 2 ,mem_adv_crc_false_initvalue 
+7b42 1a60a601 increase 1 ,regc 
+7b43 c2007b3a loop frmt_crc16_ccitt_false 
+7b44 20600000 rtn 
+
+frmt_crc16_deal_next_8bits:
+7b45 18427e00 copy temp ,pdata 
+7b46 1feca200 rshift8 pdata ,rega 
+7b47 1a31a200 rshift4 rega ,rega 
+7b48 1a292200 rshift3 rega ,rega 
+7b49 1fe38400 lshift pdata ,temp 
+7b4a 1a227e00 copy rega ,pdata 
+7b4b 245a7b50 ncall frmt_crc16_xor_ploy ,blank 
+7b4c 18e08e01 increase 1 ,queue 
+7b4d 18e27e00 copy queue ,pdata 
+7b4e c0847b45 bne 0x08 ,frmt_crc16_deal_next_8bits 
+7b4f 20600000 rtn 
+
+frmt_crc16_xor_ploy:
+7b50 6fe144c8 fetch 2 ,mem_crc16_polynomial 
+7b51 1fe22200 copy pdata ,rega 
+7b52 18427e00 copy temp ,pdata 
+7b53 9a22fe00 ixor rega ,pdata 
+7b54 da20ffff arg 0xffff ,rega 
+7b55 9a210400 iand rega ,temp 
+7b56 20600000 rtn 
+
+key_crc16_ccitt_false1:
+7b57 4755c035 bpatchx patch35_3 ,mem_patch35 
+7b58 6fe144c6 fetch 2 ,mem_adv_crc_false_initvalue 
+
+key_crc16_ccitt_false_loop:
+7b59 e8408013 ifetcht 1 ,regc 
+7b5a 1a60a601 increase 1 ,regc 
+7b5b 184d8400 reverse temp ,temp 
+7b5c 184d0400 lshift8 temp ,temp 
+7b5d 9842fe00 ixor temp ,pdata 
+
+key_crc16_for_byte:
+7b5e 1f222400 copy loopcnt ,regb 
+7b5f df200008 arg 8 ,loopcnt 
+
+key_crc16_for_byte_loop:
+7b60 2feffe0f isolate1 15 ,pdata 
+7b61 1fe3fe00 lshift pdata ,pdata 
+7b62 2420fb65 nbranch key_crc16_for_byte_continue ,true 
+7b63 684944c8 fetcht 2 ,mem_crc16_polynomial 
+7b64 9842fe00 ixor temp ,pdata 
+
+key_crc16_for_byte_continue:
+7b65 c2007b60 loop key_crc16_for_byte_loop 
+7b66 1a427200 copy regb ,loopcnt 
+7b67 c2007b59 loop key_crc16_ccitt_false_loop 
+7b68 67e144c6 store 2 ,mem_adv_crc_false_initvalue 
+7b69 6848c4c6 fetcht 1 ,mem_adv_crc_false_initvalue 
+7b6a 184d8400 reverse temp ,temp 
+7b6b 6fe0c4c7 fetch 1 ,mem_adv_crc_false_initvalue + 1 
+7b6c 1fedfe00 reverse pdata ,pdata 
+7b6d 6048c4c7 storet 1 ,mem_adv_crc_false_initvalue + 1 
+7b6e 67e0c4c6 store 1 ,mem_adv_crc_false_initvalue 
+7b6f 20600000 rtn 
+
+frmt_light_ble_whitening_and_reverse:
+7b70 47564035 bpatchx patch35_4 ,mem_patch35 
+7b71 20407b7b call frmt_light_ble_whitening 
+7b72 20207b76 branch frmt_fml_whitening_buffer_bytes_reverse 
+
+frmt_light_reverse_and_ble_whitening:
+7b73 4756c035 bpatchx patch35_5 ,mem_patch35 
+7b74 20407b76 call frmt_fml_whitening_buffer_bytes_reverse 
+7b75 20207b7b branch frmt_light_ble_whitening 
+
+frmt_fml_whitening_buffer_bytes_reverse:
+7b76 47574035 bpatchx patch35_6 ,mem_patch35 
+7b77 d8c0464f arg mem_light_whitening_buffer ,contr 
+7b78 d8a0464f arg mem_light_whitening_buffer ,contw 
+7b79 df200027 arg ftd_pdu_len ,loopcnt 
+7b7a 20207b83 branch frmt_fml_bytes_reverse_loop 
+
+frmt_light_ble_whitening:
+7b7b 4757c035 bpatchx patch35_7 ,mem_patch35 
+7b7c df200027 arg ftd_pdu_len ,loopcnt 
+7b7d da60464f arg mem_light_whitening_buffer ,regc 
+7b7e da400053 arg 83 ,regb 
+7b7f 6fe0c721 fetch 1 ,mem_special_agreemeet_enable 
+7b80 1fe67c02 sub pdata ,2 ,null 
+7b81 2042f607 call key_whitening_i_get ,zero 
+7b82 20207b89 branch frmt_ble_whitening 
+
+frmt_fml_bytes_reverse_loop:
+7b83 47584036 bpatchx patch36_0 ,mem_patch36 
+7b84 efe08006 ifetch 1 ,contr 
+7b85 1fedfe00 reverse pdata ,pdata 
+7b86 e7e08005 istore 1 ,contw 
+7b87 c2007b83 loop frmt_fml_bytes_reverse_loop 
+7b88 20600000 rtn 
+
+frmt_ble_whitening:
+
+frmt_ble_whitening_loop:
+7b89 4758c036 bpatchx patch36_1 ,mem_patch36 
+7b8a 20407b8e call frmt_ble_whitening_byte 
+7b8b 1a60a601 increase 1 ,regc 
+7b8c c2007b89 loop frmt_ble_whitening_loop 
+7b8d 20600000 rtn 
+
+frmt_ble_whitening_byte:
+7b8e 47594036 bpatchx patch36_2 ,mem_patch36 
+7b8f da200001 arg 1 ,rega 
+
+frmt_ble_whitening_byte_loop:
+7b90 1a43a400 lshift regb ,regb 
+7b91 2a4ffe07 isolate1 7 ,regb 
+7b92 2040fb97 call frmt_ble_whitening_byte_xor ,true 
+7b93 1a23a200 lshift rega ,rega 
+7b94 1a227e00 deposit rega 
+7b95 c3840000 rtnbit1 8 
+7b96 20207b90 branch frmt_ble_whitening_byte_loop 
+
+frmt_ble_whitening_byte_xor:
+7b97 4759c036 bpatchx patch36_3 ,mem_patch36 
+7b98 efe08013 ifetch 1 ,regc 
+7b99 9a22fe00 ixor rega ,pdata 
+7b9a e7e08013 istore 1 ,regc 
+7b9b 1a42a411 xor regb ,0x11 ,regb 
+7b9c 20600000 rtn 
+
+frmt_apl_cb_event_timer:
+7b9d 6fe0c721 fetch 1 ,mem_special_agreemeet_enable 
+7b9e 1fe67c01 sub pdata ,1 ,null 
+7b9f 2042fbcd call p_light_gem_long_press_cnt_timer ,zero 
+7ba0 20407bc3 call frmt_light_reset_continuous_kps_cnt_timer 
+7ba1 20407ba9 call frmt_light_kscan_analysis_interval_timer 
+7ba2 20407bad call frmt_light_le_adv_timer 
+7ba3 20407bc0 call frmt_light_long_press_timer 
+7ba4 20407bb2 call frmt_light_indicator_led_timer 
+7ba5 20407bb7 call frmt_light_enter_lpm_timer 
+7ba6 20407bbb call frmt_light_color_and_lightness_long_press_timer 
+7ba7 475a4036 bpatchx patch36_4 ,mem_patch36 
+7ba8 20600000 rtn 
+
+frmt_light_kscan_analysis_interval_timer:
+7ba9 da604579 arg mem_kscan_analysis_interval_timeout ,regc 
+7baa da407bac arg frmt_light_kscan_analysis_interval_timeout ,regb 
+7bab 20204dd3 branch timer_single_step_2b 
+
+frmt_light_kscan_analysis_interval_timeout:
+7bac 20600000 rtn 
+
+frmt_light_le_adv_timer:
+7bad da6045a2 arg mem_ble_light_adv_timeout ,regc 
+7bae da407bb0 arg frmt_light_le_adv_time_timeout ,regb 
+7baf 20204dd3 branch timer_single_step_2b 
+
+frmt_light_le_adv_time_timeout:
+7bb0 70435f00 jam 0 ,mem_le_adv_enable 
+7bb1 20600000 rtn 
+
+frmt_light_indicator_led_timer:
+7bb2 da6046a9 arg mem_indicator_led_turn_on_timeout ,regc 
+7bb3 da407bb5 arg frmt_light_indicator_led_timer_timeout ,regb 
+7bb4 20204dd3 branch timer_single_step_2b 
+
+frmt_light_indicator_led_timer_timeout:
+7bb5 7046a800 jam 0 ,mem_indicator_turn_on_enable 
+7bb6 20600000 rtn 
+
+frmt_light_enter_lpm_timer:
+7bb7 da6046a6 arg mem_light_lpm_enable_timeout ,regc 
+7bb8 da407bba arg frmt_light_enter_lpm_timeout ,regb 
+7bb9 20204dd3 branch timer_single_step_2b 
+
+frmt_light_enter_lpm_timeout:
+7bba 20600000 rtn 
+
+frmt_light_color_and_lightness_long_press_timer:
+7bbb da604722 arg mem_light_short_keypress_timeout ,regc 
+7bbc da407bbe arg frmt_light_color_and_lightness_long_press_timeout ,regb 
+7bbd 20204dd3 branch timer_single_step_2b 
+
+frmt_light_color_and_lightness_long_press_timeout:
+7bbe 70472401 jam 1 ,mem_light_color_and_lgtness_long_press_adv_enable 
+7bbf 20600000 rtn 
+
+frmt_light_long_press_timer:
+7bc0 da604594 arg mem_long_press_timeout ,regc 
+7bc1 da407bc6 arg p_light_long_press_timeout_cb ,regb 
+7bc2 20204dd3 branch timer_single_step_2b 
+
+frmt_light_reset_continuous_kps_cnt_timer:
+7bc3 da604709 arg mem_light_continuous_kps_cnt_reset_timeout ,regc 
+7bc4 da407bc8 arg p_light_reset_continuous_kps_cnt_timeout_cb ,regb 
+7bc5 20204dd3 branch timer_single_step_2b 
+
+p_light_long_press_timeout_cb:
+7bc6 6fe14766 fetch 2 ,mem_rmt_long_press_cb 
+7bc7 20207487 branch callback_func 
+
+p_light_reset_continuous_kps_cnt_timeout_cb:
+7bc8 6fe14768 fetch 2 ,mem_rmt_continuous_keydown_cb 
+7bc9 20207487 branch callback_func 
+
+frmt_light_set_continuous_kps_cnt_reset_timeout:
+7bca 6fe1476a fetch 2 ,mem_rmt_continuous_kps_time 
+7bcb 67e14709 store 2 ,mem_light_continuous_kps_cnt_reset_timeout 
+7bcc 20600000 rtn 
+
+p_light_gem_long_press_cnt_timer:
+7bcd da6044e4 arg mem_gem_cnt_inces_timeout ,regc 
+7bce da407bd0 arg p_light_gem_long_press_cnt_timeout ,regb 
+7bcf 20204dd3 branch timer_single_step_2b 
+
+p_light_gem_long_press_cnt_timeout:
+7bd0 6fe14594 fetch 2 ,mem_long_press_timeout 
+7bd1 207a0000 rtn blank 
+7bd2 7044e801 jam 1 ,mem_gem_long_cnt_enable 
+7bd3 20600000 rtn 
+
+fan_idle_process:
+7bd4 4731c02c bpatchx patch2c_3 ,mem_patch2c 
+7bd5 20207bd7 branch fan_le_scan_process 
+
+fan_apl_event_timer:
+7bd6 20600000 rtn 
+
+fan_le_scan_process:
+7bd7 4732402c bpatchx patch2c_4 ,mem_patch2c 
+7bd8 20403cf9 call le_enable 
+7bd9 7854fc00 disable master 
+7bda 20404296 call le_init_adv 
+7bdb 20407be1 call p_le_wait_adv 
+7bdc 24768000 nrtn match 
+7bdd 6fe08002 fetch 1 ,mem_le_adv_rcv 
+7bde 1fe0fe01 increase 1 ,pdata 
+7bdf 67e08002 store 1 ,mem_le_adv_rcv 
+7be0 20207c5d branch fan_apl_ble_rx_v1_or_v2 
+
+p_le_wait_adv:
+7be1 20407be3 call p_le_next_scan_chanel 
+7be2 20203d92 branch le_receive_adv 
+
+p_le_next_scan_chanel:
+7be3 6fe0c779 fetch 1 ,mem_ble_ch_mapped 
+7be4 67e08007 store 1 ,mem_le_ch_mapped 
+7be5 20600000 rtn 
+
+fan_apl_pair:
+7be6 58000003 setarg fan_433_pairing 
+7be7 20207d54 branch fan_fml_fet_ctl 
+
+fan_apl_light_on_and_off:
+7be8 58000008 setarg fan_433_lamp_on_and_off 
+7be9 20207d54 branch fan_fml_fet_ctl 
+
+fan_apl_is_yc_remoter:
+7bea 6fe34788 fetch 6 ,mem_recv_addr 
+7beb 684b4782 fetcht 6 ,mem_yc_fan_ble_addr 
+7bec 98467c00 isub temp ,null 
+7bed 20600000 rtn 
+
+fan_apl_light_on:
+7bee 6fe0c773 fetch 1 ,mem_fan_yc_identify_flag 
+7bef 203a7bf6 branch fan_apl_light_on_only ,blank 
+7bf0 6fe0c778 fetch 1 ,mem_light_device_flag 
+7bf1 c000fbf6 beq 1 ,fan_apl_light_on_only 
+7bf2 6fe0c777 fetch 1 ,mem_manufacture_id_temp 
+7bf3 c0287bf6 beq 0x50 ,fan_apl_light_on_only 
+7bf4 20407bea call fan_apl_is_yc_remoter 
+7bf5 2022fbe8 branch fan_apl_light_on_and_off ,zero 
+
+fan_apl_light_on_only:
+7bf6 58000014 setarg fan_433_lamp_on_only 
+7bf7 20207d54 branch fan_fml_fet_ctl 
+
+fan_apl_light_off:
+7bf8 6fe0c773 fetch 1 ,mem_fan_yc_identify_flag 
+7bf9 203a7c00 branch fan_apl_light_off_only ,blank 
+7bfa 6fe0c778 fetch 1 ,mem_light_device_flag 
+7bfb c000fc00 beq 1 ,fan_apl_light_off_only 
+7bfc 6fe0c777 fetch 1 ,mem_manufacture_id_temp 
+7bfd c0287c00 beq 0x50 ,fan_apl_light_off_only 
+7bfe 20407bea call fan_apl_is_yc_remoter 
+7bff 2022fbe8 branch fan_apl_light_on_and_off ,zero 
+
+fan_apl_light_off_only:
+7c00 58000018 setarg fan_433_lamp_off_only 
+7c01 20207d54 branch fan_fml_fet_ctl 
+
+fan_apl_master_off:
+7c02 58000006 setarg fan_433_master_on_and_off 
+7c03 20207d54 branch fan_fml_fet_ctl 
+
+fan_apl_light_color_switch:
+7c04 6fe0c7a9 fetch 1 ,mem_ble_parameter_para + 1 
+7c05 c1a00000 rtnne light_cmd_ftd_color_swtich_reserved 
+7c06 58000005 setarg fan_433_color_switch 
+7c07 20207d54 branch fan_fml_fet_ctl 
+
+fan_apl_speed_30:
+7c08 6fe147a9 fetch 2 ,mem_ble_parameter_para + 1 
+7c09 243a7c0c nbranch fan_apl_speed_opcode_30_incse ,blank 
+
+fan_apl_speed_opcode_30_decse:
+7c0a 5800001b setarg fan_433_fan_speed_dec 
+7c0b 20207d54 branch fan_fml_fet_ctl 
+
+fan_apl_speed_opcode_30_incse:
+7c0c 58000017 setarg fan_433_fan_speed_inc 
+7c0d 20207d54 branch fan_fml_fet_ctl 
+
+fan_apl_speed_31_v1:
+7c0e 6fe0c7aa fetch 1 ,mem_ble_parameter_para + 2 
+7c0f c0007c20 beq fan_speed_flag_off ,fan_apl_speed_32_to_0_and_deflector_off 
+7c10 c000fc22 beq fan_speed_flag_low ,fan_apl_speed_32_to_1 
+7c11 c0017c26 beq fan_speed_flag_middle ,fan_apl_speed_32_to_3 
+7c12 c001fc2a beq fan_speed_flag_high ,fan_apl_speed_32_to_5 
+7c13 20600000 rtn 
+
+fan_apl_speed_31_v2:
+7c14 6fe0c7a9 fetch 1 ,mem_ble_parameter_para + 1 
+7c15 c0107c17 beq 0x20 ,fan_apl_speed_32 
+7c16 20207c0e branch fan_apl_speed_31_v1 
+
+fan_apl_speed_32:
+7c17 6fe0c7aa fetch 1 ,mem_ble_parameter_para + 2 
+7c18 c0007c20 beq fan_speed_flag_off ,fan_apl_speed_32_to_0_and_deflector_off 
+7c19 c000fc22 beq 1 ,fan_apl_speed_32_to_1 
+7c1a c0017c24 beq 2 ,fan_apl_speed_32_to_2 
+7c1b c001fc26 beq 3 ,fan_apl_speed_32_to_3 
+7c1c c0027c28 beq 4 ,fan_apl_speed_32_to_4 
+7c1d c002fc2a beq 5 ,fan_apl_speed_32_to_5 
+7c1e c0037c2c beq 6 ,fan_apl_speed_32_to_6 
+7c1f 20600000 rtn 
+
+fan_apl_speed_32_to_0_and_deflector_off:
+
+fan_apl_speed_32_to_0:
+7c20 58000016 setarg fan_433_tap_posotion_0 
+7c21 20207d54 branch fan_fml_fet_ctl 
+
+fan_apl_speed_32_to_1:
+7c22 58000010 setarg fan_433_tap_posotion_1 
+7c23 20207d54 branch fan_fml_fet_ctl 
+
+fan_apl_speed_32_to_2:
+7c24 58000012 setarg fan_433_tap_posotion_2 
+7c25 20207d54 branch fan_fml_fet_ctl 
+
+fan_apl_speed_32_to_3:
+7c26 5800001c setarg fan_433_tap_posotion_3 
+7c27 20207d54 branch fan_fml_fet_ctl 
+
+fan_apl_speed_32_to_4:
+7c28 5800000a setarg fan_433_tap_posotion_4 
+7c29 20207d54 branch fan_fml_fet_ctl 
+
+fan_apl_speed_32_to_5:
+7c2a 5800000f setarg fan_433_tap_posotion_5 
+7c2b 20207d54 branch fan_fml_fet_ctl 
+
+fan_apl_speed_32_to_6:
+7c2c 5800000c setarg fan_433_tap_posotion_6 
+7c2d 20207d54 branch fan_fml_fet_ctl 
+
+fan_apl_wind_direction:
+7c2e 6fe0c7a9 fetch 1 ,mem_ble_parameter_para + 1 
+7c2f 203a7c32 branch fan_fml_wind_direction_forward_433 ,blank 
+
+fan_fml_wind_direction_reverse_433:
+7c30 58000011 setarg fan_433_turning_reverse 
+7c31 20207d54 branch fan_fml_fet_ctl 
+
+fan_fml_wind_direction_forward_433:
+7c32 58000004 setarg fan_433_turniing_forward 
+7c33 20207d54 branch fan_fml_fet_ctl 
+
+fan_apl_wind_direction_on_and_off:
+7c34 58000007 setarg fan_433_wind_reverse 
+7c35 20207d54 branch fan_fml_fet_ctl 
+
+fan_apl_deflector_ctl_on_and_off:
+7c36 58000013 setarg fan_433_deflector_on_and_off 
+7c37 20207d54 branch fan_fml_fet_ctl 
+
+fan_apl_deflector_ctl:
+7c38 6fe0c7a9 fetch 1 ,mem_ble_parameter_para + 1 
+7c39 203a7c3c branch fan_apl_deflector_off ,blank 
+
+fan_apl_deflector_on:
+7c3a 5800000d setarg fan_433_deflector_on 
+7c3b 20207d54 branch fan_fml_fet_ctl 
+
+fan_apl_deflector_off:
+7c3c 5800000e setarg fan_433_deflector_off 
+7c3d 20207d54 branch fan_fml_fet_ctl 
+
+fan_apl_mode:
+7c3e 4732c02c bpatchx patch2c_5 ,mem_patch2c 
+7c3f 6fe0c7a9 fetch 1 ,mem_ble_parameter_para + 1 
+7c40 c000fc43 beq ble_para_sleep_mode ,fan_fml_mode_sleep_wind 
+7c41 c0017c45 beq ble_para_natural_mode ,fan_apl_mode_natural_wind 
+7c42 20600000 rtn 
+
+fan_fml_mode_sleep_wind:
+7c43 5800001e setarg fan_433_sleep_wind 
+7c44 20207d54 branch fan_fml_fet_ctl 
+
+fan_apl_mode_natural_wind:
+7c45 58000015 setarg fan_433_natural_wind 
+7c46 20207d54 branch fan_fml_fet_ctl 
+
+fan_apl_timing_to_off:
+7c47 6fe147a9 fetch 2 ,mem_ble_parameter_para + 1 
+7c48 c07ffc56 beq fan_ble_cmd_timing_to_off_8hour_v1 ,fan_fml_timing_to_off_8hour 
+
+fan_apl_timing_to_off_v2:
+7c49 4733402c bpatchx patch2c_6 ,mem_patch2c 
+7c4a 6fe147a9 fetch 2 ,mem_ble_parameter_para + 1 
+7c4b c0707c56 beq fan_ble_cmd_timing_to_off_8hour ,fan_fml_timing_to_off_8hour 
+7c4c c01e7c50 beq fan_ble_cmd_timing_to_off_1hour ,fan_fml_timing_to_off_1hour 
+7c4d c03c7c52 beq fan_ble_cmd_timing_to_off_2hour ,fan_fml_timing_to_off_2hour 
+7c4e c0787c54 beq fan_ble_cmd_timing_to_off_4hour ,fan_fml_timing_to_off_4hour 
+7c4f 20600000 rtn 
+
+fan_fml_timing_to_off_1hour:
+7c50 58000002 setarg fan_433_timing_to_off_1hour 
+7c51 20207d54 branch fan_fml_fet_ctl 
+
+fan_fml_timing_to_off_2hour:
+7c52 58000009 setarg fan_433_timing_to_off_2hour 
+7c53 20207d54 branch fan_fml_fet_ctl 
+
+fan_fml_timing_to_off_4hour:
+7c54 58000019 setarg fan_433_timing_to_off_4hour 
+7c55 20207d54 branch fan_fml_fet_ctl 
+
+fan_fml_timing_to_off_8hour:
+7c56 5800001a setarg fan_433_timing_to_off_8hour 
+7c57 20207d54 branch fan_fml_fet_ctl 
+
+fan_init:
+7c58 58007bd4 setarg fan_idle_process 
+7c59 67e14394 store 2 ,mem_cb_idle_process 
+7c5a 58007d43 setarg fan_apl_cb_event_timer 
+7c5b 67e1439c store 2 ,mem_cb_event_timer 
+7c5c 20207d59 branch fan_fml_tx_low_level_init 
+
+fan_apl_ble_rx_v1_or_v2:
+7c5d 6fe0c771 fetch 1 ,mem_fan_protocol_select_flag 
+7c5e c0007c63 beq 0 ,fan_apl_ble_rx_packet 
+7c5f 6fe1477a fetch 2 ,mem_ble_v2_decoder 
+7c60 20407487 call callback_func 
+7c61 20347cb5 branch fan_apl_ble_rx_packet_v2_cb ,user 
+7c62 20600000 rtn 
+
+fan_apl_ble_rx_packet:
+7c63 4733c02c bpatchx patch2c_7 ,mem_patch2c 
+7c64 6fe08052 fetch 1 ,mem_le_rxbuf + 11 
+7c65 c02afc97 beq remoter_marker ,fan_apl_ble_rx_packet_is_remoter 
+7c66 70477700 jam 0 ,mem_manufacture_id_temp 
+7c67 58000000 setarg 0 
+7c68 67e34788 store 6 ,mem_recv_addr 
+
+fan_apl_ble_rx_packet_id_valid:
+7c69 68498053 fetcht 3 ,mem_le_rxbuf + 12 
+7c6a 58528718 setarg ftd_remoter_id_code 
+7c6b 98467c00 isub temp ,null 
+7c6c 70477800 jam 0 ,mem_light_device_flag 
+7c6d 2022fc79 branch fan_apl_ble_rx_packet_preamble_valid ,zero 
+7c6e 70477801 jam 1 ,mem_light_device_flag 
+7c6f 5808f9ff setarg ftd_andriod4913_id_code 
+7c70 98467c00 isub temp ,null 
+7c71 2022fc79 branch fan_apl_ble_rx_packet_preamble_valid ,zero 
+7c72 5808f903 setarg ftd_ios4913_id_code 
+7c73 98467c00 isub temp ,null 
+7c74 2022fc79 branch fan_apl_ble_rx_packet_preamble_valid ,zero 
+7c75 70477802 jam 2 ,mem_light_device_flag 
+7c76 58f87703 setarg ftd_b65f_id_code 
+7c77 98467c00 isub temp ,null 
+7c78 24628000 nrtn zero 
+
+fan_apl_ble_rx_packet_preamble_valid:
+7c79 d8c00047 arg mem_le_rxbuf ,contr 
+7c7a d8a0464f arg mem_light_whitening_buffer ,contw 
+7c7b df200027 arg ftd_pdu_len ,loopcnt 
+7c7c 20407419 call memcpy 
+7c7d 70467b53 jam 83 ,mem_light_whitening_i 
+7c7e 70467a27 jam 39 ,mem_light_recvd_len 
+7c7f 20407b70 call frmt_light_ble_whitening_and_reverse 
+7c80 6fe0c778 fetch 1 ,mem_light_device_flag 
+7c81 c000fc95 beq 1 ,fan_apl_ble_rx_packet_protocol_4913 
+7c82 d8c04666 arg mem_light_whitening_buffer + 23 ,contr 
+
+fan_apl_ble_rx_packet_get_protocol:
+7c83 d8a0473e arg mem_light_adv_packet ,contw 
+7c84 df20000e arg 14 ,loopcnt 
+7c85 2040740c call memcpy_fast 
+
+fan_apl_ble_rx_packet_validity_checkout:
+7c86 6fe14748 fetch 2 ,mem_light_adv_packet + 10 
+7c87 1ff0fe00 byteswap pdata ,pdata 
+7c88 1fe47e00 invert pdata ,pdata 
+7c89 67e144c6 store 2 ,mem_adv_crc_false_initvalue 
+7c8a da60473e arg mem_light_adv_packet ,regc 
+7c8b df20000c arg 0x0c ,loopcnt 
+7c8c 58001021 setarg 0x1021 
+7c8d 67e144c8 store 2 ,mem_crc16_polynomial 
+7c8e 20407b3a call frmt_crc16_ccitt_false 
+7c8f 6fe144c6 fetch 2 ,mem_adv_crc_false_initvalue 
+7c90 1ff0fe00 byteswap pdata ,pdata 
+7c91 6849474a fetcht 2 ,mem_light_adv_packet_encry + 4 
+7c92 98467c00 isub temp ,null 
+7c93 24628000 nrtn zero 
+7c94 20207ca8 branch fan_apl_ble_rx_packet_v1_cb 
+
+fan_apl_ble_rx_packet_protocol_4913:
+7c95 d8c04667 arg mem_light_whitening_buffer + 24 ,contr 
+7c96 20207c83 branch fan_apl_ble_rx_packet_get_protocol 
+
+fan_apl_ble_rx_packet_is_remoter:
+7c97 4734402d bpatchx patch2d_0 ,mem_patch2d 
+7c98 d8a04788 arg mem_recv_addr ,contw 
+7c99 d8c00049 arg mem_le_rxbuf + 2 ,contr 
+7c9a df200006 arg 6 ,loopcnt 
+7c9b 2040740c call memcpy_fast 
+7c9c 6fe08051 fetch 1 ,mem_le_rxbuf + 10 
+7c9d 67e0c777 store 1 ,mem_manufacture_id_temp 
+7c9e 6848c774 fetcht 1 ,mem_customer_id 
+7c9f 98467c00 isub temp ,null 
+7ca0 2022fc69 branch fan_apl_ble_rx_packet_id_valid ,zero 
+7ca1 6848c775 fetcht 1 ,mem_customer_id_v2 
+7ca2 98467c00 isub temp ,null 
+7ca3 2022fc69 branch fan_apl_ble_rx_packet_id_valid ,zero 
+7ca4 6848c776 fetcht 1 ,mem_id_universal 
+7ca5 98467c00 isub temp ,null 
+7ca6 2022fc69 branch fan_apl_ble_rx_packet_id_valid ,zero 
+7ca7 20600000 rtn 
+
+fan_apl_ble_rx_packet_v1_cb:
+7ca8 4734c02d bpatchx patch2d_1 ,mem_patch2d 
+7ca9 6fe0c73e fetch 1 ,mem_light_adv_packet_cmd 
+7caa 67e147a6 store 2 ,mem_ble_parameter_cmd 
+7cab 6fe14741 fetch 2 ,mem_light_adv_packet_data 
+7cac 67e147a9 store 2 ,mem_ble_parameter_para + 1 
+7cad 6fe0c73f fetch 1 ,mem_light_adv_packet_addr 
+7cae 67e0c7ad store 1 ,mem_ble_parameter_addr + 1 
+7caf 6fe0c740 fetch 1 ,mem_light_adv_packet_addr + 1 
+7cb0 67e0c7ac store 1 ,mem_ble_parameter_addr 
+7cb1 6fe0c740 fetch 1 ,mem_light_adv_packet_addr + 1 
+7cb2 1fe17e0f and pdata ,0x0f ,pdata 
+7cb3 67e0c7ae store 1 ,mem_ble_parameter_group 
+7cb4 20207cc3 branch fan_apl_ble_rx_packet_cb_common 
+
+fan_apl_ble_rx_packet_v2_cb:
+7cb5 4735402d bpatchx patch2d_2 ,mem_patch2d 
+7cb6 6fe144b6 fetch 2 ,mem_ble_addr 
+7cb7 1ff27e00 lshift4 pdata ,pdata 
+7cb8 67e147ac store 2 ,mem_ble_parameter_addr 
+7cb9 6fe344bb fetch 6 ,mem_ble_cmd 
+7cba 67e347a6 store 6 ,mem_ble_parameter 
+7cbb 6fe0c4ba fetch 1 ,mem_ble_group 
+7cbc 67e0c7ae store 1 ,mem_ble_parameter_group 
+7cbd 6fe0c4c5 fetch 1 ,mem_ble_is_app 
+7cbe 67e0c778 store 1 ,mem_light_device_flag 
+7cbf 6fe0c4b2 fetch 1 ,mem_ble_customer_id 
+7cc0 67e0c777 store 1 ,mem_manufacture_id_temp 
+7cc1 6fe0c4b3 fetch 1 ,mem_ble_count 
+7cc2 67e0c744 store 1 ,mem_light_adv_packet_packetnum 
+
+fan_apl_ble_rx_packet_cb_common:
+7cc3 4735c02d bpatchx patch2d_3 ,mem_patch2d 
+7cc4 6fe147a4 fetch 2 ,mem_fan_packet_indiscriminate_cb 
+7cc5 20407487 call callback_func 
+
+fan_apl_ble_rx_cmd_execution:
+7cc6 20407cec call fan_apl_ble_cmd_handler_customer_message 
+7cc7 20740000 rtn user 
+7cc8 6fe147a6 fetch 2 ,mem_ble_parameter_cmd 
+7cc9 c0147be6 beq light_cmd_pairing_code ,fan_apl_pair 
+7cca c004fbe8 beq light_cmd_turn_on_and_off ,fan_apl_light_on_and_off 
+7ccb c0087bee beq light_cmd_turn_on ,fan_apl_light_on 
+7ccc c008fbf8 beq light_cmd_turn_off ,fan_apl_light_off 
+7ccd c037fc02 beq fan_cmd_master_on_and_off ,fan_apl_master_off 
+7cce c0187c08 beq fan_cmd_speed_change ,fan_apl_speed_30 
+7ccf c00afc2e beq fan_cmd_direction ,fan_apl_wind_direction 
+7cd0 c00bfc34 beq fan_cmd_direction_on_and_off ,fan_apl_wind_direction_on_and_off 
+7cd1 c00b7c38 beq fan_cmd_deflector ,fan_apl_deflector_ctl 
+7cd2 c00c7c36 beq fan_cmd_deflector_on_and_off ,fan_apl_deflector_ctl_on_and_off 
+7cd3 c019fc3e beq fan_cmd_mode ,fan_apl_mode 
+7cd4 6fe0c771 fetch 1 ,mem_fan_protocol_select_flag 
+7cd5 c0007cd8 beq 0 ,fan_apl_main_v1 
+7cd6 c000fce6 beq 1 ,fan_apl_main_v2 
+7cd7 20600000 rtn 
+
+fan_apl_main_v1:
+7cd8 6fe147a6 fetch 2 ,mem_ble_parameter_cmd 
+7cd9 c028fc47 beq fan_cmd_timing_to_off ,fan_apl_timing_to_off 
+7cda c020fc47 beq light_cmd_delay_off ,fan_apl_timing_to_off 
+7cdb 6fe14741 fetch 2 ,mem_light_adv_packet_data 
+7cdc 67e147aa store 2 ,mem_ble_parameter_para + 2 
+7cdd 6fe147a6 fetch 2 ,mem_ble_parameter_cmd 
+7cde c018fc0e beq fan_cmd_speed_31 ,fan_apl_speed_31_v1 
+7cdf c0197c17 beq fan_cmd_speed_32 ,fan_apl_speed_32 
+7ce0 6fe0c745 fetch 1 ,mem_light_adv_packet_reserve 
+7ce1 67e0c7a9 store 1 ,mem_ble_parameter_para + 1 
+7ce2 6fe147a6 fetch 2 ,mem_ble_parameter_cmd 
+7ce3 c010fc04 beq light_cmd_color_swtich ,fan_apl_light_color_switch 
+7ce4 4736402d bpatchx patch2d_4 ,mem_patch2d 
+7ce5 20600000 rtn 
+
+fan_apl_main_v2:
+7ce6 6fe147a6 fetch 2 ,mem_ble_parameter_cmd 
+7ce7 c018fc14 beq fan_cmd_speed_31 ,fan_apl_speed_31_v2 
+7ce8 c020fc49 beq light_cmd_delay_off ,fan_apl_timing_to_off_v2 
+7ce9 c010fc04 beq light_cmd_color_swtich ,fan_apl_light_color_switch 
+7cea 4736c02d bpatchx patch2d_5 ,mem_patch2d 
+7ceb 20600000 rtn 
+
+fan_apl_ble_cmd_handler_customer_message:
+7cec 4737402d bpatchx patch2d_6 ,mem_patch2d 
+7ced 204074ca call disable_user 
+7cee 684947ac fetcht 2 ,mem_ble_parameter_addr 
+7cef d8e00009 arg 9 ,queue 
+7cf0 df20000a arg 10 ,loopcnt 
+
+fan_apl_ble_rx_packet_addr_check_loop:
+7cf1 1f26260a sub loopcnt ,10 ,regc 
+7cf2 18e27e00 deposit queue 
+7cf3 9a667c00 isub regc ,null 
+7cf4 20217cf8 branch fan_apl_ble_rx_packet_addr_check ,positive 
+
+fan_apl_ble_rx_packet_other_addr_check_continue:
+7cf5 1a667c03 sub regc ,3 ,null 
+7cf6 24217cf8 nbranch fan_apl_ble_rx_packet_addr_check ,positive 
+7cf7 20207d03 branch fan_apl_ble_rx_packet_addr_check_end 
+
+fan_apl_ble_rx_packet_addr_check:
+7cf8 d8c0055e arg mem_flash_paired_addr_base ,contr 
+7cf9 1a6ffe03 mul32 regc ,3 ,pdata 
+7cfa 98c08c00 iadd contr ,contr 
+7cfb efe10006 ifetch 2 ,contr 
+7cfc 98467c00 isub temp ,null 
+7cfd 2422fd03 nbranch fan_apl_ble_rx_packet_addr_check_end ,zero 
+7cfe ea208006 ifetchr rega ,1 ,contr 
+7cff 6fe0c7ae fetch 1 ,mem_ble_parameter_group 
+7d00 203a7d13 branch fan_apl_ble_rx_packet_cnt_check ,blank 
+7d01 9a267c00 isub rega ,null 
+7d02 2022fd13 branch fan_apl_ble_rx_packet_cnt_check ,zero 
+
+fan_apl_ble_rx_packet_addr_check_end:
+7d03 c2007cf1 loop fan_apl_ble_rx_packet_addr_check_loop 
+7d04 da200576 arg mem_flash_paired_addr8 ,rega 
+7d05 df200009 arg 9 ,loopcnt 
+
+fan_apl_ble_rx_packet_addr_move_loop:
+7d06 efe18011 ifetch 3 ,rega 
+7d07 1a208403 add rega ,3 ,temp 
+7d08 e7e18002 istore 3 ,temp 
+7d09 1a20a3fd increase -3 ,rega 
+7d0a c2007d06 loop fan_apl_ble_rx_packet_addr_move_loop 
+7d0b 6fe1c7ac fetch 3 ,mem_ble_parameter_addr 
+7d0c 67e1855e store 3 ,mem_flash_paired_addr0 
+7d0d 6fe08584 fetch 1 ,mem_addr8_msg_cnt 
+7d0e 67e08585 store 1 ,mem_addr9_msg_cnt 
+7d0f 6fe4057c fetch 8 ,mem_msg_cnt_base 
+7d10 67e4057d store 8 ,mem_addr1_msg_cnt 
+7d11 70057c00 jam 0 ,mem_msg_cnt_base 
+7d12 20207cec branch fan_apl_ble_cmd_handler_customer_message 
+
+fan_apl_ble_rx_packet_cnt_check:
+7d13 1f220400 copy loopcnt ,temp 
+7d14 60488587 storet 1 ,mem_msg_addr_save 
+7d15 d840057c arg mem_msg_cnt_base ,temp 
+7d16 1f267e0a sub loopcnt ,10 ,pdata 
+7d17 98408400 iadd temp ,temp 
+7d18 18422200 copy temp ,rega 
+7d19 e8408002 ifetcht 1 ,temp 
+7d1a 6fe0c744 fetch 1 ,mem_light_adv_packet_packetnum 
+7d1b 98467c00 isub temp ,null 
+7d1c 2022f4c8 branch enable_user ,zero 
+7d1d 20217d24 branch fan_apl_ble_rx_check_packetnum_vaild_v2 ,positive 
+7d1e 1fe0ff00 add pdata ,0x100 ,pdata 
+7d1f 98467e00 isub temp ,pdata 
+7d20 1fe17eff and pdata ,0xff ,pdata 
+7d21 1fe67c06 sub pdata ,6 ,null 
+7d22 20217d24 branch fan_apl_ble_rx_check_packetnum_vaild_v2 ,positive 
+7d23 20600000 rtn 
+
+fan_apl_ble_rx_check_packetnum_vaild_v2:
+
+fan_apl_ble_rx_relay_check:
+7d24 6fe0c744 fetch 1 ,mem_light_adv_packet_packetnum 
+7d25 67e085a6 store 1 ,mem_count_and_random 
+7d26 6fe1006a fetch 2 ,mem_le_rxbuf + 35 
+7d27 67e105a7 store 2 ,mem_count_and_random + 1 
+7d28 684985a6 fetcht 3 ,mem_count_and_random 
+7d29 d8c00588 arg mem_msg_before_queue ,contr 
+7d2a df20000a arg 10 ,loopcnt 
+
+fan_apl_msg_check_count_random_loop:
+7d2b efe18006 ifetch 3 ,contr 
+7d2c 98467c00 isub temp ,null 
+7d2d 2022f4c8 branch enable_user ,zero 
+7d2e c2007d2b loop fan_apl_msg_check_count_random_loop 
+
+fan_apl_msg_enqueue:
+7d2f 7005aa1e jam 30 ,mem_msg_judgment_window_time 
+7d30 6fe185a0 fetch 3 ,mem_msg_before_queue + 24 
+7d31 67e185a3 store 3 ,mem_msg_before_queue + 27 
+7d32 6fe40590 fetch 8 ,mem_msg_before_queue + 8 
+7d33 684c0598 fetcht 8 ,mem_msg_before_queue + 16 
+7d34 67e40593 store 8 ,mem_msg_before_queue + 11 
+7d35 604c059b storet 8 ,mem_msg_before_queue + 19 
+7d36 6fe40588 fetch 8 ,mem_msg_before_queue 
+7d37 67e4058b store 8 ,mem_msg_before_queue + 3 
+7d38 6fe185a6 fetch 3 ,mem_count_and_random 
+7d39 67e18588 store 3 ,mem_msg_before_queue 
+7d3a 6fe08587 fetch 1 ,mem_msg_addr_save 
+7d3b 1fe27200 copy pdata ,loopcnt 
+7d3c d840057c arg mem_msg_cnt_base ,temp 
+7d3d 1f267e0a sub loopcnt ,10 ,pdata 
+7d3e 98408400 iadd temp ,temp 
+7d3f 6fe0c744 fetch 1 ,mem_light_adv_packet_packetnum 
+7d40 e7e08002 istore 1 ,temp 
+7d41 7005a91e jam 30 ,mem_msg_cnt_judgment_window_time 
+7d42 20600000 rtn 
+
+fan_apl_cb_event_timer:
+7d43 4737c02d bpatchx patch2d_7 ,mem_patch2d 
+7d44 20207d45 branch fan_apl_ble_msg_cache_clear_time 
+
+fan_apl_ble_msg_cache_clear_time:
+7d45 20407d47 call fan_apl_ble_msg_cache_clear_timer 
+7d46 20207d4d branch fan_apl_ble_msg_cnt_cache_clear_timer 
+
+fan_apl_ble_msg_cache_clear_timer:
+7d47 da6005aa arg mem_msg_judgment_window_time ,regc 
+7d48 da407d4a arg fan_apl_ble_msg_cache_clear_timeout ,regb 
+7d49 20204dcc branch timer_single_step 
+
+fan_apl_ble_msg_cache_clear_timeout:
+7d4a df20001e arg 30 ,loopcnt 
+7d4b d8a00588 arg mem_msg_before_queue ,contw 
+7d4c 202073ec branch clear_mem 
+
+fan_apl_ble_msg_cnt_cache_clear_timer:
+7d4d da6005a9 arg mem_msg_cnt_judgment_window_time ,regc 
+7d4e da407d50 arg fan_apl_ble_msg_cnt_cache_clear_timeout ,regb 
+7d4f 20204dcc branch timer_single_step 
+
+fan_apl_ble_msg_cnt_cache_clear_timeout:
+7d50 70478100 jam 0 ,mem_light_last_packetnum 
+7d51 df20000a arg 10 ,loopcnt 
+7d52 d8a0057c arg mem_msg_cnt_base ,contw 
+7d53 202073ec branch clear_mem 
+
+fan_fml_fet_ctl:
+7d54 67e0c790 store 1 ,mem_fan_opcode 
+7d55 6fe147a2 fetch 2 ,mem_433_tx_cb 
+7d56 20207487 branch callback_func 
+
+fan_fml_tx_high_level:
+7d57 6848c79f fetcht 1 ,mem_fan_tx_gpio 
+7d58 2020773e branch gpio_config_output_patch 
+
+fan_fml_tx_low_level_init:
+
+fan_fml_tx_low_level:
+7d59 6848c79f fetcht 1 ,mem_fan_tx_gpio 
+7d5a 18418480 or temp ,0x80 ,temp 
+7d5b 2020773e branch gpio_config_output_patch 
+
+fan_fml_function_once:
+7d5c 4738402e bpatchx patch2e_0 ,mem_patch2e 
+7d5d 20407dbf call fan_fml_tx_header_signal 
+7d5e 20407d60 call fan_fml_function_once_433code 
+7d5f 20207dce branch fan_fml_tx_end_signal 
+
+fan_fml_function_once_433code:
+7d60 dfe00004 arg fan_433code_len ,pdata 
+7d61 1fe9fe00 lshift3 pdata ,pdata 
+7d62 67e1478e store 2 ,mem_fan_tx_bits_loop 
+7d63 1fe20e00 copy pdata ,queue 
+7d64 18e08fff increase -1 ,queue 
+7d65 684a4792 fetcht fan_433code_len ,mem_fan_433code_packet 
+
+fan_fml_function_once_433code_loop:
+7d66 6fe1478e fetch 2 ,mem_fan_tx_bits_loop 
+7d67 207a0000 rtn blank 
+7d68 1fe0ffff pincrease -1 
+7d69 67e1478e store 2 ,mem_fan_tx_bits_loop 
+7d6a a84fffff qisolate1 temp 
+7d6b 2020fd72 branch fan_fml_1_signal_temp ,true 
+7d6c 20407dc8 call fan_fml_0_signal 
+
+fan_fml_function_once_tx_bit_loop_continue:
+7d6d 18e08fff increase -1 ,queue 
+7d6e 6fe1478e fetch 2 ,mem_fan_tx_bits_loop 
+7d6f 684a4792 fetcht fan_433code_len ,mem_fan_433code_packet 
+7d70 243a7d66 nbranch fan_fml_function_once_433code_loop ,blank 
+7d71 20600000 rtn 
+
+fan_fml_1_signal_temp:
+7d72 20407dc2 call fan_fml_1_signal 
+7d73 20207d6d branch fan_fml_function_once_tx_bit_loop_continue 
+
+fan_fml_function_loop:
+7d74 6fe1479c fetch 2 ,mem_fan_tx_loop2 
+7d75 207a0000 rtn blank 
+7d76 1fe0ffff pincrease -1 
+7d77 67e1479c store 2 ,mem_fan_tx_loop2 
+7d78 20407d5c call fan_fml_function_once 
+7d79 20207d74 branch fan_fml_function_loop 
+
+p_fan_fml_fet_ctl:
+7d7a 20407d9b call fan_fml_get_433_code 
+7d7b 58000003 setarg fan_retransmission_times 
+7d7c 67e1479c store 2 ,mem_fan_tx_loop2 
+7d7d 20207d74 branch fan_fml_function_loop 
+
+fan_apl_ble_rx_packet_indiscriminate:
+7d7e 6fe0c777 fetch 1 ,mem_manufacture_id_temp 
+7d7f 6848c776 fetcht 1 ,mem_id_universal 
+7d80 98467c00 isub temp ,null 
+7d81 2022fd87 branch fan_apl_ble_433_packet_type1 ,zero 
+7d82 6fe0c778 fetch 1 ,mem_light_device_flag 
+7d83 c0007d85 beq 0 ,fan_apl_ble_433_packet_type0 
+7d84 20207d87 branch fan_apl_ble_433_packet_type1 
+
+fan_apl_ble_433_packet_type0:
+7d85 58000000 setarg 0 
+7d86 20207d88 branch fan_apl_ble_433_packet_common 
+
+fan_apl_ble_433_packet_type1:
+7d87 58000080 setarg 0x80 
+
+fan_apl_ble_433_packet_common:
+7d88 6848c7ae fetcht 1 ,mem_ble_parameter_group 
+7d89 1841227f and temp ,0x7f ,rega 
+7d8a 9a21fe00 ior rega ,pdata 
+7d8b 1ff18400 rshift4 pdata ,temp 
+7d8c 6048c7b1 storet 1 ,mem_fan_addr_433 + 2 
+7d8d 1fe17e0f and pdata ,0x0f ,pdata 
+7d8e 1ff27e00 lshift4 pdata ,pdata 
+7d8f 6848c7ad fetcht 1 ,mem_ble_parameter_addr + 1 
+7d90 184122f0 and temp ,0xf0 ,rega 
+7d91 1a31a200 rshift4 rega ,rega 
+7d92 9a21fe00 ior rega ,pdata 
+7d93 67e0c7b0 store 1 ,mem_fan_addr_433 + 1 
+7d94 18417e0f and temp ,0x0f ,pdata 
+7d95 1ff27e00 lshift4 pdata ,pdata 
+7d96 6848c7ac fetcht 1 ,mem_ble_parameter_addr 
+7d97 18518400 rshift4 temp ,temp 
+7d98 9841fe00 ior temp ,pdata 
+7d99 67e0c7af store 1 ,mem_fan_addr_433 
+7d9a 20600000 rtn 
+
+fan_fml_get_433_code:
+7d9b 6fe1c7af fetch 3 ,mem_fan_addr_433 
+7d9c 1ff27e00 lshift4 pdata ,pdata 
+7d9d 1fed7e00 lshift8 pdata ,pdata 
+7d9e 6848c790 fetcht 1 ,mem_fan_opcode 
+7d9f 18498400 lshift3 temp ,temp 
+7da0 18520400 lshift4 temp ,temp 
+7da1 9841a200 ior temp ,rega 
+7da2 20407db7 call fan_fml_get_433_code_packet_num_get 
+7da3 1ff27e00 lshift4 pdata ,pdata 
+7da4 9a21a200 ior rega ,rega 
+7da5 20407da9 call fan_fml_get_433_code_get_check_code 
+7da6 9a21fe00 ior rega ,pdata 
+7da7 67e24792 store fan_433code_len ,mem_fan_433code_packet 
+7da8 20600000 rtn 
+
+fan_fml_get_433_code_get_check_code:
+7da9 df200004 arg 4 ,loopcnt 
+7daa 1a222400 copy rega ,regb 
+7dab de000000 arg 0 ,alarm 
+
+fan_fml_get_433_code_get_check_code_loop:
+7dac 1a4126ff and regb ,0xff ,regc 
+7dad 1a617ef0 and regc ,0xf0 ,pdata 
+7dae 1ff1fe00 rshift4 pdata ,pdata 
+7daf 9e02e000 ixor alarm ,alarm 
+7db0 1a617e0f and regc ,0x0f ,pdata 
+7db1 9e02e000 ixor alarm ,alarm 
+7db2 1a4ca400 rshift8 regb ,regb 
+7db3 c2007dac loop fan_fml_get_433_code_get_check_code_loop 
+7db4 1e02e00a xor alarm ,0x0a ,alarm 
+7db5 1e017e0f and alarm ,0x0f ,pdata 
+7db6 20600000 rtn 
+
+fan_fml_get_433_code_packet_num_get:
+7db7 6fe0c791 fetch 1 ,mem_fan_tx_cnt 
+7db8 1fe0fe01 pincrease 1 
+7db9 1fe17e07 and pdata ,0x07 ,pdata 
+7dba 67e0c791 store 1 ,mem_fan_tx_cnt 
+7dbb 20600000 rtn 
+
+fan_fml_delay_us:
+7dbc 2000000c nop 12 
+7dbd c2007dbc loop fan_fml_delay_us 
+7dbe 20600000 rtn 
+
+fan_fml_tx_header_signal:
+7dbf 20407d59 call fan_fml_tx_low_level 
+7dc0 df201900 arg fan_header_low_delay ,loopcnt 
+7dc1 20207dbc branch fan_fml_delay_us 
+
+fan_fml_1_signal:
+7dc2 20407d57 call fan_fml_tx_high_level 
+7dc3 df200257 arg fan_1_high_delay ,loopcnt 
+7dc4 20407dbc call fan_fml_delay_us 
+7dc5 20407d59 call fan_fml_tx_low_level 
+7dc6 df2000c8 arg fan_1_low_delay ,loopcnt 
+7dc7 20207dbc branch fan_fml_delay_us 
+
+fan_fml_0_signal:
+7dc8 20407d57 call fan_fml_tx_high_level 
+7dc9 df2000c8 arg fan_0_high_delay ,loopcnt 
+7dca 20407dbc call fan_fml_delay_us 
+7dcb 20407d59 call fan_fml_tx_low_level 
+7dcc df200257 arg fan_0_low_delay ,loopcnt 
+7dcd 20207dbc branch fan_fml_delay_us 
+
+fan_fml_tx_end_signal:
+7dce 20407d57 call fan_fml_tx_high_level 
+7dcf df2000c8 arg fan_end_high_delay ,loopcnt 
+7dd0 20407dbc call fan_fml_delay_us 
+7dd1 20407d59 call fan_fml_tx_low_level 
+7dd2 df20022f arg fan_end_low_delay ,loopcnt 
+7dd3 20207dbc branch fan_fml_delay_us 
+
+fan_fml_1_signal_loop:
+7dd4 6fe1479a fetch 2 ,mem_fan_tx_loop 
+7dd5 207a0000 rtn blank 
+7dd6 1fe0ffff pincrease -1 
+7dd7 67e1479a store 2 ,mem_fan_tx_loop 
+7dd8 20407dc2 call fan_fml_1_signal 
+7dd9 20207dd4 branch fan_fml_1_signal_loop 
+
+fan_fml_0_signal_loop:
+7dda 6fe1479a fetch 2 ,mem_fan_tx_loop 
+7ddb 207a0000 rtn blank 
+7ddc 1fe0ffff pincrease -1 
+7ddd 67e1479a store 2 ,mem_fan_tx_loop 
+7dde 20407dc8 call fan_fml_0_signal 
+7ddf 20207dda branch fan_fml_0_signal_loop 
+
+frmt_ble_para_init:
+7de0 20406eb3 call enable_authrom 
+7de1 d8a0443c arg mem_ble_v2_xbox ,contw 
+7de2 d8c097b5 arg frmt_xbox_addr ,contr 
+7de3 202073c4 branch memcpy64 
+
+frmt_ble_data_set:
+7de4 58002542 setarg 0x2542 
+7de5 67e1447c store 2 ,mem_ble_v2_pdu 
+7de6 5810255d setarg 0x10255d 
+7de7 67e1c47e store 3 ,mem_ble_v2_pdu + 2 
+7de8 58109e3a setarg 0x109e3a 
+7de9 67e1c481 store 3 ,mem_ble_v2_pdu + 5 
+7dea 58000000 setarg 0x00 
+7deb 67e1c49c store 3 ,mem_ble_v2_pdu + 32 
+7dec 58020102 setarg 0x020102 
+7ded 67e1c484 store 3 ,mem_ble_v2_pdu + 8 
+7dee 58f0161b setarg 0xF0161B 
+7def 67e1c487 store 3 ,mem_ble_v2_pdu + 11 
+7df0 58001008 setarg 0x001008 
+7df1 67e1c48a store 3 ,mem_ble_v2_pdu + 14 
+7df2 6fe0c4a4 fetch 1 ,mem_ble_v2_packet_num 
+7df3 1fe0fe01 pincrease 1 
+7df4 67e0c4a4 store 1 ,mem_ble_v2_packet_num 
+7df5 6fe144ca fetch 2 ,mem_ble_pack_cb 
+7df6 20207487 branch callback_func 
+
+frtm_ble_setdefault:
+7df7 5800ffff setarg 0xffff 
+7df8 20600000 rtn 
+
Index: output/ramcode.rom
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/output/ramcode.rom	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/output/ramcode.rom	(working copy)
@@ -0,0 +1,331 @@
+c2840013
+c01b8079
+c0000123
+c050012e
+c01f8144
+c00b8016
+c00c0032
+c010004d
+c01e80aa
+c02300bc
+c02600c7
+c02700e8
+c02900fb
+c02d009f
+c02f0071
+c02f8075
+c038004f
+c07180a5
+20203a8a
+c03080b3
+c17f8000
+20203a8a
+6fe0c116
+c0018022
+c0030024
+c0053a00
+c04a0028
+c04f002f
+c0553a0f
+708a3b2c
+708a3c17
+708a398a
+708a3a0f
+202039f4
+708a3b48
+2020001e
+708a3b70
+708a3c1f
+708a39c9
+20200020
+708a3985
+708a3a04
+708a14a3
+708a150a
+708a3b18
+708a3c0f
+20600000
+708a3983
+708a3a02
+2020002a
+708a7503
+708a8500
+70896f10
+6fe0c3ef
+205a6d31
+708a0305
+708a7a94
+20403a44
+20403a3f
+20403a3a
+708a8be6
+708a8390
+708a0e0b
+708a0f05
+70896876
+70896976
+6fe0c09a
+c0840045
+708a0834
+708a01ff
+20000064
+708a020e
+708a0003
+2040001d
+708a9a28
+708a9b3f
+20203a35
+20403c18
+20203b48
+70808073
+20406eb3
+20400059
+204057a0
+20758000
+204059bd
+2040562e
+20405cc5
+20400093
+20205234
+20758000
+20400127
+2040525e
+c40b8000
+20400111
+d8400002
+dfe007ee
+da20463d
+204068c5
+6fe1463d
+d840aa55
+98467c00
+2022806b
+20405b76
+df200002
+da20463d
+dfe007ee
+20206883
+2040006e
+7045e500
+20205b81
+6fe0c5c0
+67e0c63f
+20600000
+18427e00
+207a0000
+c17f8000
+20205f23
+18427e00
+207a0000
+c17f8000
+20205f30
+6fe0c911
+203a52c8
+6fe0c5be
+67e0c5d5
+6fe0c5bd
+c17f8000
+2040692d
+6fe0c5bd
+d840003e
+20406bbd
+6fe0c5c8
+d840003e
+20406bbd
+6848c5bc
+2040547f
+6848c5bc
+20406b85
+2040d2d2
+2040547b
+6848c5bc
+20406b7c
+20406931
+6848c5bd
+20406bae
+6848c5c8
+20206bae
+58005fad
+67e14543
+58000098
+67e14545
+2020523d
+20404d15
+24740000
+204074e0
+70490501
+20205fa6
+204074e0
+20203c18
+2040549b
+24740000
+6fe0c905
+70490500
+245a009d
+20205e35
+18427e00
+c28080a8
+20203ce3
+708a6d89
+20203ce9
+20405339
+6fe0c912
+c00080ae
+70807080
+6fe08017
+79207e05
+67e08017
+20403c18
+20205af0
+78347c00
+20403b1b
+6fe1c0be
+203a74ca
+6fe0c094
+203a74ca
+6fe0c899
+247a0000
+20204d1c
+1a627e00
+67e0c850
+1fe3fe00
+1fe22400
+18422600
+2040547b
+1a620400
+20406b85
+7d20a400
+20405753
+2020573f
+1a627e00
+c01e00cb
+c01d00d7
+20205914
+6fe244da
+67e24533
+67e24640
+20404bce
+20405e1b
+20405aa9
+204058c4
+70476800
+70454700
+70452d00
+684a4533
+20205e17
+6fe0c54b
+243a5d80
+6fe0c52d
+c0015df4
+c00200de
+c00180e3
+20205ded
+6fe44864
+c317dded
+6fe0c86c
+c000dded
+20205dcb
+6fe44864
+c317dded
+c289dded
+c2895ded
+20205dc4
+204053c6
+20405f47
+20404907
+20404ba5
+20405d6b
+20405e9a
+20405ecb
+20405ac1
+20405af3
+2040561c
+20405a36
+20405a46
+20405a69
+204000f7
+20205a2d
+da604831
+da405a74
+20404dcc
+20205a71
+20405b90
+c40b8000
+dfe00790
+1fe22400
+2040011d
+6fe2490d
+203a0109
+67e24909
+1a40a404
+dfe007cf
+9a467c00
+24610000
+1a427e00
+202000ff
+6fe24909
+684a4640
+98467c00
+20628000
+df200004
+da204640
+1a427e00
+20206883
+dfe00790
+1fe22400
+2040011d
+6fe2490d
+203a0120
+67e24909
+1a40a404
+dfe007cf
+9a467c00
+24210120
+1a427e00
+20200113
+d8400004
+da20490d
+202068c5
+6fe24909
+67e24640
+20600000
+20800000
+20404d91
+20400127
+20203804
+58000e74
+67e1458b
+58000c08
+67e1458f
+58000b14
+67e1458d
+20600000
+6a508a12
+708a123d
+708a11aa
+708a0a0c
+6ff08a09
+79207e07
+67f08a09
+708a0b04
+2000003c
+708a1600
+708a1706
+20406c02
+67f08a97
+7080c603
+2000003c
+6ff08053
+79207e07
+67f08053
+200003e8
+6fe143c4
+20403a8c
+20206bfa
+6848c3c7
+18467c03
+20210149
+18408404
+2020539c
+18408403
+202053a4
Index: output/romcode.rom
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/output/romcode.rom	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/output/romcode.rom	(working copy)
@@ -0,0 +1,18432 @@
+20403ac3
+44804000
+20800000
+20404d91
+20403a12
+20406a13
+20403a93
+2040665f
+4480c000
+20406ebb
+20403aba
+20404d89
+2055bb65
+44814000
+204041e9
+20403827
+20404d99
+20403815
+20404788
+20403b8e
+2020380d
+2040381a
+c6848000
+793f8009
+2040383e
+20203d00
+4481c000
+20403864
+2422b822
+20403833
+1a208c01
+efe08006
+c2803c76
+20600000
+70000600
+20403844
+1f227c00
+20628000
+20203a8a
+6fe0c10d
+207a0000
+c00db830
+2040385d
+20628000
+20403860
+20628000
+70410d00
+20600000
+7001b71b
+70410d00
+20600000
+44824000
+79200009
+1a227e00
+67e1000a
+18007253
+d8a00163
+1a208c01
+efe08006
+1a220c00
+c2807419
+20600000
+4482c000
+6fe1000a
+98000a00
+18007253
+d8c00163
+20207419
+df200001
+68488006
+18408401
+2841fe01
+2420b84a
+d8400000
+60488006
+184ffe53
+da204040
+9a20a200
+efe08011
+c280b851
+c3800000
+c2003846
+20600000
+44834000
+da603871
+20403867
+24628000
+1a227e00
+67e1000a
+18007c00
+20600000
+da6038a8
+20203867
+6848c10e
+da60387a
+20203867
+4483c000
+684b410f
+da603874
+20203867
+da603880
+20203867
+da6038c3
+44844001
+da204040
+df200001
+efe08011
+1a627a00
+4484c001
+1a20a253
+c200386a
+18007c01
+20600000
+c280386c
+18007c00
+20600000
+c300386c
+1a208c10
+efe30006
+98467c00
+20628000
+2020386c
+c300386c
+1a208c16
+efe08006
+98467c00
+20628000
+2020386c
+c300b86c
+204038b0
+20403898
+98467e00
+1fe0fe01
+20213892
+18c22400
+67e484cc
+44854001
+6fe484cc
+1a420c00
+1fe0fe05
+2020388d
+2421386c
+18424200
+204038bc
+18007c00
+20600000
+98002400
+1a208c02
+efe10006
+203a388e
+204038bc
+20203881
+1ff11600
+196c9600
+2022b8a2
+29601e0f
+24608000
+18511600
+196c9600
+24628000
+7920041c
+20600000
+18511600
+196c9600
+29601e0f
+24608000
+79207e1c
+20600000
+c300386c
+18007c00
+20600000
+c300386c
+1a208c01
+efe08006
+c280386c
+20600000
+1a208c01
+e8408006
+1c427e00
+284ffe01
+1a208c04
+e8420006
+20608000
+1a208c08
+efe30006
+20403905
+1d027e00
+20600000
+1a208c02
+1a208a04
+efe10006
+98409600
+19627e00
+e7e20005
+20203d4d
+c300b86c
+204038b0
+9b60fe00
+9b60fe00
+98e0fe00
+98467c00
+2421386c
+18007c00
+20600000
+4485c001
+784efc00
+784e7c00
+7846fc00
+78467c00
+7844fc00
+78477c00
+7843fc00
+2030b913
+37d38200
+20000064
+20203913
+44864001
+78487c00
+18423600
+20403866
+78547c00
+24628000
+18003600
+202074c8
+4486c001
+37d10200
+1b427e00
+98000c00
+1ff17e00
+9c467200
+1f217203
+2422b8ea
+18007e00
+202038ee
+6849003f
+18007e00
+9840fe00
+c20038ec
+98c0fe00
+1fe6fc0c
+20407472
+67e1002a
+20600000
+44874001
+1b427e00
+1b220400
+98467c00
+7d217e2c
+98460400
+6fe1003f
+284c000f
+2020b901
+18426000
+d8410000
+6fe1003f
+98467e00
+9e008400
+604b016b
+20600000
+78587c00
+6fe3016b
+9b20e000
+1e00e00a
+6fe1003f
+9e067e00
+2fec000f
+2020b911
+58010000
+6b01003f
+9b067e00
+9e00e000
+1e023400
+20600000
+18007c00
+2020390f
+4487c001
+204065a2
+18002a08
+18002a00
+7850fc00
+78507c00
+782f7c00
+70890005
+20000002
+70890000
+20403925
+708a1600
+708a0a80
+6ff08a09
+793ffe07
+67f08a09
+708a0b00
+20600000
+44884002
+70890005
+20000002
+70890000
+6fe0c09a
+c00c392c
+c0043941
+708a10aa
+708a11aa
+708a1215
+708a0a78
+6ff08a09
+79207e07
+67f08a09
+708a0b04
+2000003c
+708a167a
+708a1700
+708a1800
+708a1900
+708a1a00
+708a112a
+708a0a78
+6ff08a09
+793ffe07
+67f08a09
+708a4300
+20600000
+708a8729
+708a8be6
+708a10aa
+708a11aa
+708a1215
+708a0a78
+6ff08a09
+79207e07
+67f08a09
+708a0b04
+2000003c
+708a163a
+708a1700
+708a1800
+708a1900
+708a1a00
+708a112a
+708a0a38
+2020393c
+4488c002
+6fe0c09a
+1fe67c18
+2042b95e
+2442b964
+60488008
+1840fe00
+c516b95d
+1840fe01
+20203989
+708a4300
+708a3d04
+708a3e00
+708a8403
+708a8940
+20600000
+708a4330
+708a3d06
+708a3e00
+708a8420
+708a8915
+20600000
+44894002
+2040659c
+6fe0c118
+c07fb973
+d8c04119
+98c08c00
+efe08006
+67f08961
+70896027
+6848c11c
+6ff08960
+9841fe00
+67f08960
+708a10aa
+708a112a
+708a1213
+708a0a7f
+6ff08a09
+793ffe07
+67f08a09
+2000003c
+708a171f
+708a18f8
+708a1918
+708a1000
+708a1120
+2000000a
+70890004
+20000002
+7089000c
+20600000
+4489c002
+d8c00960
+98c0fe00
+6848c09a
+20203998
+448a4002
+6fe0c09a
+1fe67c18
+2042b9bb
+2442b9c2
+58000960
+9a20fe00
+1fe3fe00
+6848c09a
+184f8403
+18438400
+9846fc00
+20407475
+1807fe00
+67f08a3f
+18077e00
+1ff07e00
+1fed7e00
+9846fc00
+20407475
+1807fe00
+67f08a42
+1fecfe00
+67f08a41
+1fecfe00
+67f08a40
+68588a43
+184104f0
+60588a43
+2000000c
+6fe0c09a
+c00c39af
+c00439b5
+1841840c
+60588a43
+2000000c
+18418403
+60588a43
+20600000
+1841843c
+60588a43
+2000000c
+18418433
+60588a43
+20600000
+708a4300
+708a3d12
+708a3e00
+708a8403
+708a8ba6
+708a8940
+20600000
+708a4330
+708a3d15
+708a3e00
+708a8420
+708a8ba6
+708a8915
+20600000
+448ac002
+708a3d12
+60488008
+1840a202
+2040398e
+200003c0
+448b4002
+708a10aa
+708a112a
+708a1210
+708a0a7f
+6ff08a09
+793ffe07
+67f08a09
+708a0b07
+2000003c
+708a190d
+708a1af9
+708a1000
+708a1120
+2000000a
+70890001
+20000002
+70890003
+448bc002
+6fe0c116
+c001b9f2
+c002b9f7
+c00339fa
+c003b9fd
+c0053a00
+c041ba03
+c042ba06
+c04a3a09
+c04f3a0c
+c0553a0f
+708a396a
+708a3a07
+708a14a3
+708a1507
+20600000
+708a3966
+708a3a0b
+708a14aa
+708a150a
+20600000
+708a396c
+708a3a0d
+202039f4
+708a396b
+708a3a0f
+202039f4
+708a39a7
+708a3a0f
+202039f4
+708a39b6
+708a3a0f
+202039f4
+708a3968
+708a3a05
+202039ef
+708a3960
+708a3a05
+202039ef
+708a3953
+708a3a01
+202039ef
+708a394c
+708a3a00
+202039ef
+6fe1489b
+67f10a39
+202039ef
+70804206
+6fe1409d
+c3073a13
+98000c00
+d8408a00
+efe08006
+c07fba1d
+98418a00
+efe08006
+e7e08005
+20203a17
+448c4003
+6fe0c3ef
+205a6d31
+708a0305
+708a7a94
+20403a44
+20403a3f
+20403a3a
+708a8be6
+708a8390
+708a0e0b
+708a0f05
+70896876
+70896976
+6fe0c09a
+c0843a2e
+708a0834
+708a01ff
+20000064
+708a020e
+708a0003
+204039ed
+708a9a2b
+708a9b13
+20403a71
+20000064
+70804205
+70411d0c
+20203d00
+6fe0c3eb
+243a3a3d
+58000029
+67f08a87
+20600000
+6fe0c3ec
+243a3a42
+58000000
+67f08a0d
+20600000
+6fe0c3ed
+203a3a47
+580000d3
+67f08a6c
+20600000
+448cc003
+6ff089a2
+2feffe06
+7920fe07
+67e0c117
+6ff089a3
+1fe1040f
+18438400
+1ff1fe00
+98408400
+184fa203
+6fe0c117
+20403a5f
+1fe67e00
+9a20fe00
+1fe0fff7
+1fe17fff
+2feffe08
+2420ba5d
+58000000
+67e08030
+20203a64
+2feffe07
+24608000
+d840ff00
+9841fe00
+20600000
+6fe08030
+20403a68
+67e08009
+20600000
+1fe17eff
+1fe6fc0a
+20407472
+1ff27e00
+18070400
+9841fe00
+20600000
+58000f0f
+20203c04
+5800080f
+20203c04
+1fe20400
+448d4003
+18427e00
+2040746b
+1c307e00
+79207e2c
+20407451
+793ffe2c
+20403a82
+20407451
+20740000
+2040745e
+98003600
+37c18200
+20600000
+1b220400
+20748000
+1b420400
+20600000
+1c427e00
+20748000
+1d027e00
+20600000
+448dc003
+20203a8a
+207a0000
+1fe37e00
+1fe0fffd
+1fe0ffff
+2422ba8f
+18007e00
+20600000
+58000000
+67e30000
+d8a00163
+df20000a
+204073dd
+7004c300
+7001b600
+58000e43
+67e10031
+58000600
+67e10033
+58000600
+67e10035
+58000d00
+67e1003b
+580003bb
+67e10037
+58000500
+67e10039
+580007d0
+67e1003d
+58000ea6
+67e1003f
+580001e0
+67e10041
+58000120
+67e10043
+5800011a
+67e10045
+448e4003
+20758000
+7041298b
+58000d00
+67e14316
+58000060
+67e14318
+1c437e00
+67e24096
+20600000
+20758000
+448ec003
+6ff08a0a
+79207e03
+67f08a0a
+200004b0
+793ffe03
+67f08a0a
+20600000
+5800ee21
+67f10050
+6ff2011c
+67e204f2
+67e204f2
+70804783
+6ff08133
+67e084f1
+6ff08136
+c301e7ba
+7835fc00
+c303bad8
+7855fc00
+1ce27e00
+243a3ad8
+6ff08133
+c2813ad8
+d85fffff
+605a004c
+70800510
+37df8200
+37d98200
+70800520
+37d98200
+70800502
+6ff20138
+67f2004c
+6ff08139
+1fe17ee0
+67f0804d
+37d98200
+70800502
+6ff18134
+67f1804c
+efe08006
+1fe1feef
+e7e08005
+37d98200
+70800502
+6ff0804f
+79207e04
+67f0804f
+37d98200
+2055bb0b
+6ff0804e
+793ffe03
+67f0804e
+2055e845
+2435e7ba
+c6958000
+70800608
+20600000
+6fe0c3ea
+c000baff
+c0013b03
+c001bb07
+6fe0c0cd
+1fe17ee0
+67e0c0cd
+20600000
+6fe0c0cd
+1fe17ee0
+1fe1fe1d
+20203afd
+6fe0c0cd
+1fe17ee0
+1fe1fe1b
+20203afd
+6fe0c0cd
+1fe17ee0
+1fe1fe17
+20203afd
+6fe0c0e8
+67f08080
+6fe440d0
+67f40070
+efe28006
+e7e28005
+680440e0
+20600000
+600440e0
+6ff40070
+67e440d0
+efe28006
+e7e28005
+6ff08080
+67e0c0e8
+20600000
+6ff0806f
+1feb7e00
+1fe17e0f
+243a3b25
+6fe1c0be
+247a0000
+6ff0806f
+1fe1fe30
+67f0806f
+70800680
+6ff08129
+c4008000
+6ff18145
+67e1c0be
+20600000
+448f4003
+1b427e00
+2040744f
+684a40ae
+18467cff
+20610000
+1fed7e00
+1ff27e00
+9846fc00
+20407472
+d84000c8
+20407480
+67e0800e
+24343b39
+1fe67e00
+6849c0be
+9840fe00
+67e1c0be
+58000000
+67e240ae
+20600000
+448fc003
+d85fffff
+20403c18
+6fe0c0a8
+67e0c0cb
+6fe0c0c9
+79207e07
+67e0c0c9
+44904004
+6fe143a2
+20407487
+37d98200
+70800501
+20403af7
+37d98200
+70800502
+58000f0f
+20403bfa
+6fe240ae
+9840fe00
+67e240ae
+20403b13
+37d98200
+70800502
+6a4240cc
+6fe2c0c7
+67f2004c
+632340b2
+37d98200
+70800520
+1fef7e00
+67f0804f
+37d98200
+6252004c
+70800510
+37d98200
+605a004c
+37df8200
+4490c004
+58000000
+1ce27c00
+2022bb70
+6ff08134
+68588135
+98467c00
+20213b6e
+18427e00
+9ce67e00
+1fe0fe01
+1fe0fe07
+37d98200
+9e20fe00
+684a40aa
+9840fe00
+6849c0be
+984ffe00
+1fecfe00
+1ff1fe00
+1fe0fff3
+6849003f
+9846fc00
+20407472
+1ff07e00
+18070400
+9841fe00
+684b40b2
+20407444
+37d98200
+18423200
+6fe34048
+20403905
+1b427e00
+67e304c4
+1ce27e00
+e7e08005
+6ff0811d
+1fe1fef0
+e7e08005
+20600000
+44914004
+20403b1b
+6fe1c0be
+207a0000
+6fe0c094
+207a0000
+da6038ab
+20403867
+20628000
+20403c29
+247a0000
+2040385b
+2422bbb9
+20758000
+4491c004
+68488015
+6fe14042
+984ffe00
+18518400
+184b0400
+98467e00
+684a4044
+9840fe00
+6848c0a7
+98467e00
+1ff06000
+6fe1404e
+1fe37e00
+2040746b
+1e027e00
+20407451
+1b420400
+2040744f
+20740000
+20407464
+44924004
+6fe0c0c7
+98467c00
+20213b3c
+604a40aa
+20404db1
+684a40aa
+20203b47
+4492c004
+6fe0c35f
+243a3bbd
+20600000
+6fe140a5
+207a0000
+6848c0a7
+98467e00
+d8401d4c
+984ffe00
+20203bb0
+6fe1439e
+20407487
+243a3bdc
+70001500
+c586bbdc
+6fe0c0c3
+203a3be0
+1fe0ffff
+67e0c0c3
+20600000
+7040a900
+6fe1c0b8
+1fe0fe01
+67e1c0b8
+20600000
+44934004
+70001500
+6fe1c0bb
+1fe0fe01
+67e1c0bb
+6fe0c0a9
+1fe0fe01
+67e0c0a9
+20600000
+70001500
+6fe0c0c2
+67e0c0c3
+20600000
+6848c0c1
+60488015
+20600000
+6fe0c0c7
+247a0000
+70804206
+58000f0c
+20403c04
+58030d40
+20403a8c
+37d98200
+1e226000
+20403a6f
+70804204
+2000000a
+37d98200
+1e227e00
+9e067e00
+1fe0fe30
+d84000ff
+20407480
+67e0c0c7
+20007530
+20007530
+20007530
+20600000
+d8a00fff
+98a10a00
+6fe0c0c4
+1fe17ef0
+1fed7e00
+98a1fe00
+67f1004c
+efe10006
+e7e10005
+20600000
+20403bfa
+4493c004
+58000001
+20203c09
+58000002
+37d98200
+67f08005
+37d98200
+37d98200
+20600000
+44944005
+6ff20138
+67f2004c
+6ff08138
+1fe17e41
+6848c0cc
+9841fe00
+67f0804c
+58000020
+20203c09
+4494c005
+6fe20016
+67f2004c
+58000004
+20403c09
+6fe2001a
+67f2004c
+58000008
+20203c09
+6fe140a3
+f9207e00
+67e140a3
+20600000
+6fe140a3
+f93ffe00
+67e140a3
+20600000
+44954005
+20404daf
+6fe140a3
+1fe22200
+6fe1c3fd
+7d3a2201
+6fe4441e
+7d3a220f
+6fe44426
+7d3a220e
+6fe0c10d
+7d3a2208
+1a227e00
+67e140a3
+20600000
+6ff10112
+7d3a2206
+6ff1010e
+7d3a2205
+20600000
+6ff20130
+793ffe1b
+67f2004c
+20403c05
+20203a8a
+6ff20134
+793ffe14
+67f2004c
+20203c08
+44eb401a
+7855fc00
+70017901
+70016303
+70017a01
+5fffffff
+67e1017d
+18007e00
+67e0817b
+67e08186
+67e1c0b8
+67e1c0bb
+20403fa1
+70412b01
+70412c00
+70019801
+70019901
+70436d00
+2020407e
+44ebc01a
+7834fc00
+70016403
+70436f01
+70050601
+5800ffff
+67e10508
+18007e00
+67e2c407
+79207e27
+67e2c402
+20203c46
+44ec401b
+7854fc00
+58000017
+67e142b8
+1fe0fe04
+67e1437c
+70016401
+70435f00
+70001500
+20403ccf
+6fe10191
+67e142ca
+6fe10165
+1feffe05
+1ff1fe00
+67e10191
+20203c46
+44ecc01b
+20403cf9
+6fe08163
+2feffe04
+79208032
+20404d9e
+6fe08164
+c280bc7f
+20203c91
+44ed401b
+7834fc00
+20404074
+20213c8e
+20403d3f
+20403fb6
+7856fc00
+20403e74
+24768000
+6fe08005
+1fe0fe01
+67e08005
+20403f67
+7854fc00
+20600000
+20403cc4
+7854fc00
+20600000
+44edc01b
+70431300
+793f8030
+78577c00
+20404074
+20213cc4
+6fe08198
+20403ce0
+20403d3f
+20403d96
+242c3cb5
+20403cd3
+2036bca0
+c5183ca0
+20203caf
+44ee401b
+6fe0c313
+1fe0fe01
+67e0c313
+c0063caf
+20403f67
+20403fb6
+6fe08199
+20403ce0
+20403e85
+20404019
+6fe1439a
+20407487
+20403cb9
+20343cbe
+44eec01b
+2040468a
+20404681
+20406f91
+6fe08186
+c281bcc4
+44ef401b
+204038cc
+20404147
+202038f3
+78547c00
+c51574c8
+c514f4c8
+c51874c8
+20600000
+44efc01b
+78377c00
+20403e78
+2036bca0
+c5183ca0
+20203caf
+44f0401c
+20403cca
+20404dee
+20403ccf
+7004c315
+20206f7b
+d8a043f3
+204073e1
+70017900
+70016400
+70016300
+44f0c01c
+7042d200
+7042d100
+20600000
+44f1401c
+6fe08005
+1fe0fe01
+67e08005
+6fe08163
+c3818000
+79207e03
+67e08163
+6fe142ca
+67e10191
+58000000
+67e242f2
+20600000
+1fe20400
+44f1c01c
+18427e00
+c2803cf9
+c280bce9
+c3013cf9
+c283bcf6
+c2813cef
+20203cf9
+20403cf9
+7920002d
+793f802f
+70890103
+70892084
+20600000
+20403cf9
+7920002f
+793f802e
+70890105
+70892080
+70893020
+20600000
+20403cef
+7920002e
+20600000
+44f2401c
+793f802d
+793f802f
+70890101
+70892080
+70893003
+20600000
+44f2c01c
+793f8032
+70890101
+70892080
+70893003
+20600000
+44f3401c
+7844fc00
+7843fc00
+6fe1818b
+98001e00
+6fe08007
+1fed8400
+79200401
+18431c00
+20600000
+20403d19
+20403954
+6fe10039
+20403a8c
+2020396a
+2036b9cf
+c51839cf
+20403d19
+202039c9
+44f3c01c
+20403925
+6fe081b6
+243a3d2c
+6fe08007
+1fe67c24
+20213d26
+18000400
+c1128000
+18000418
+c1130000
+1800044e
+20600000
+1fe67c0a
+20213d29
+1fe0fe01
+1fe3fe00
+1fe08402
+20600000
+6fe08007
+1fe38400
+20600000
+d84001f4
+207a0000
+d84000fa
+c1008000
+d8400096
+c1010000
+d8400064
+c1018000
+d840004b
+c1020000
+d8400032
+c1028000
+d8400028
+c1030000
+d8400014
+20600000
+44f4401d
+78287c00
+6fe20187
+98001200
+20403d74
+58000200
+2034bd48
+6fe10171
+1fe37e00
+68490039
+9840fe00
+20403a73
+1b427e00
+20600000
+44f4c01d
+204073a4
+672104ef
+1a208c01
+efe08006
+c4000000
+1a208a1a
+efe10005
+1fe0fe01
+e7e10005
+20403ee6
+20403f08
+20403f11
+20403d5e
+204073b3
+6f2104ef
+20600000
+1a208c19
+efe08006
+1a208a18
+e8408005
+9840fe00
+1fe67c24
+20213d66
+1fe0ffdb
+e7e08005
+20600000
+1a208c30
+efe28006
+18000400
+18007225
+c3003d6e
+18408401
+1fe37e00
+c2003d6c
+1840ffff
+1a208a22
+e7e08005
+20600000
+44f5401d
+6fe0817b
+98000e00
+684a8193
+a84fffff
+2020bd89
+6fe08185
+98e67e00
+20213d7f
+1fe60fff
+20203d7a
+18e27200
+18000e00
+a84fffff
+2020bd84
+1f20f201
+1f227e00
+203a3d89
+18e08e01
+1f20f3ff
+20203d81
+18e27e00
+67e08007
+20600000
+2034bd8f
+37c18200
+20600000
+d9600ea0
+34730200
+20600000
+78487c00
+6fe1431d
+1fe21600
+20203d9c
+44f5c01d
+20403e02
+78287c00
+6fe10171
+684a42f2
+98409600
+20403d10
+44f6401d
+20403d06
+c597bda4
+783cfc00
+2000001e
+20403d06
+19699600
+7856fc00
+7826fc00
+7830fc00
+78507c00
+19623600
+37c18400
+20373dad
+1b420400
+604b000f
+242c3e3e
+78287c00
+6fe0c129
+d8404e20
+98408400
+6fe0c11d
+984fb600
+204065a4
+20373dbb
+20403e43
+6fe08163
+c301bdbb
+684b000f
+2055bb2a
+20403a49
+7823fc00
+7824fc00
+09800008
+19897e00
+67e08047
+09800008
+19897e00
+67e08048
+1fe27200
+2022bde1
+c5193dcc
+09800008
+19897e00
+e7e08005
+c2003dc7
+20203de1
+18a22400
+44f6c01d
+20403f60
+6a208048
+1a20a3fc
+24213e36
+20403e07
+1a420a00
+d8400000
+6f208048
+1f20f3fc
+2022bddf
+09800008
+19897e00
+e7e08005
+18408401
+18417c0f
+2042be25
+c2003dd8
+20403e2d
+1a420a00
+44f7401d
+09800018
+1fef7e00
+1ff17e00
+e7e18005
+78287c00
+20403e51
+20233e3a
+c5993df3
+6fe08048
+203a3df3
+1fe0fffc
+67e08048
+20406de7
+6ff08108
+c303be36
+1800700c
+65e2014f
+204065a3
+7836fc00
+793f8030
+44f7c01d
+20406de9
+6fe08198
+7d3e7e07
+67e08198
+20403e00
+44f8401e
+68488008
+1840a202
+2020398e
+7846fc00
+20203925
+c6990000
+20406e84
+1800700c
+20406e8c
+20206e8b
+44f8c01e
+70806c00
+70806d01
+6fe08047
+1fe17e03
+67f0806e
+58000049
+67f10068
+67f1006a
+6a208048
+1a20a3fc
+684ac407
+280ffe0f
+2040be1b
+20406d54
+58000000
+67f100c1
+70800a06
+70800a07
+20600000
+18467c00
+2022be20
+184085ff
+79200427
+20600000
+58ffffff
+1ff07e00
+d840ffff
+98418400
+20600000
+18a22400
+6fe08048
+1fe0fffc
+98467c00
+20628000
+605900c1
+1a420a00
+20600000
+09800020
+1fef7e00
+1fecfe00
+e7e20005
+18a22400
+18007000
+1fe25e00
+605900c1
+20600000
+20203e40
+20403e51
+204038cc
+20203df3
+204065a5
+c5183e3e
+79200030
+20203df6
+793f8030
+20203e40
+44f9401e
+20406de9
+202038cc
+c517be49
+c516be4d
+6fe10041
+1fe25200
+1c225000
+20600000
+6fe10045
+1fe25200
+1c20d001
+20600000
+6fe10043
+1fe25200
+1c225000
+20600000
+6fe08048
+1fe08405
+18498400
+6fe08198
+c517be58
+c2803e5a
+c280be5b
+203e3e5d
+20203e60
+20203e65
+18430400
+20203e65
+18408403
+18438400
+20203e62
+18408403
+18498400
+58000028
+98408400
+20203e65
+6fe0c11d
+984f8400
+da204e20
+9a2ffe00
+98460400
+1b627e00
+98463600
+20600000
+20403e85
+68488008
+20403954
+2040396a
+78287c00
+d960157c
+20203d9d
+44f9c01e
+6fe08199
+20403ce0
+20403e85
+6fe08198
+20403ce0
+68488008
+20403954
+2040396a
+78287c00
+d960157c
+c597bd9d
+d9602134
+20203d9d
+44fa401e
+20403e85
+202038cc
+44fac01e
+20403d06
+20403d15
+204065aa
+79202a00
+782efc00
+78307c00
+7850fc00
+20403d8c
+785d7c00
+c517bec8
+c516beda
+19317e00
+1fecfe00
+1ff1fe00
+08008628
+7823fc00
+7824fc00
+44fb401e
+6fe0c12b
+08008608
+efe08006
+1fe27200
+08008608
+1f267c00
+2022bea6
+6ff0800a
+203a3ea2
+c5193ebd
+d8c0412d
+efe08006
+08008608
+c2003ea3
+78247c00
+08008618
+78447c00
+c597bead
+7843fc00
+58000000
+08008603
+37d38200
+20000064
+44fbc01e
+784efc00
+785c7c00
+20403925
+204065a8
+6fe0c12b
+1fe17e03
+c1818000
+6fe0c2d2
+c0013fa1
+c1828000
+6fe0c12d
+c002bf9c
+20600000
+1f20f3fc
+1f220400
+20406dd4
+d8c0412d
+efe08006
+08008608
+c2003ec1
+20406dd9
+1de27e00
+08008620
+20203ea6
+df20000a
+5800003c
+08008608
+c2003ec9
+784efc00
+783c7c00
+19317e00
+1ff17e00
+1ff1fe00
+08008620
+c5173ed7
+58000001
+08008605
+783d7c00
+20203e95
+58000000
+08008605
+20203e95
+6fe0c11d
+6848c12a
+9840fe00
+20403a8c
+19317e00
+1fecfe00
+1ff18400
+18427e00
+08008608
+18427e00
+08008628
+20203e95
+da603eea
+da403f00
+d8e00005
+20203f3f
+1a208c04
+e8420006
+1a208c37
+efe08006
+1a208a2b
+e7e08005
+efe10006
+1febfe00
+98409600
+1a208a04
+19627e00
+e7e20005
+efe10006
+1febfe00
+1a208a02
+e7e10005
+efe10006
+1a208a2c
+e7e10005
+efe10006
+67e142ca
+20204081
+efe08011
+793ffe03
+e7e08011
+622104d8
+7004c344
+20406f7b
+6a2104d8
+20600000
+da600000
+da403f0c
+d8e00006
+20203f3f
+1a208c37
+efe28006
+1a208a30
+e7e28005
+20203d68
+da600000
+da403f15
+d8e00007
+20203f3f
+1a208c37
+efe08006
+20403f22
+e7e08005
+1a208c38
+efe08006
+20403f30
+e7e08005
+622104d8
+7004c342
+20406f7b
+6a2104d8
+20600000
+205a3f2a
+1a208a35
+24748000
+6848c37a
+284ffe07
+7920fe07
+1a208a36
+20600000
+1a208c35
+efe08006
+24748000
+1a208c36
+efe08006
+20600000
+205a3f39
+6848c37a
+284ffe07
+7920fe07
+1a208a36
+24748000
+793ffe07
+1a208a35
+20600000
+1a208c36
+efe08006
+24748000
+1a208c35
+efe08006
+20600000
+44fc401f
+efe08011
+afec0000
+20608000
+1a208c1a
+e8410006
+1a208c20
+efe10006
+98467e00
+2022bf4f
+24213f54
+1fe67c01
+2022bf4d
+20600000
+1a627e00
+20207487
+efe08011
+f93ffe00
+e7e08011
+1a427e00
+20207487
+1a208c1a
+efe10006
+1a208c20
+efe10006
+98467e00
+d840ffff
+98467c00
+2022bf4f
+d840f000
+98467c00
+24213f4f
+20600000
+6848817a
+6fe08047
+1fe37e00
+9842fe00
+2feffe02
+7920800f
+20600000
+44fcc01f
+2040407e
+c6180000
+20403f8e
+6fe08047
+2feffe04
+7920802a
+1fe37e00
+9842fe00
+2feffe02
+7920800f
+c6078000
+6fe08048
+203a3f80
+6fe08163
+c3023f80
+684a014f
+6fe2440c
+98467c00
+2022ba8a
+604a440c
+6fe2c407
+1fe0fe01
+79207e27
+67e2c407
+6848817a
+79400402
+6048817a
+6fe0c2f6
+c4030000
+44fd401f
+6fe08048
+207a0000
+6fe08047
+2fe00601
+2020c592
+2fe00602
+2020c580
+20600000
+44fdc01f
+6848817a
+284c0005
+20608000
+6fe08047
+1fe3fe00
+9842fe00
+c4018000
+793f8405
+79400403
+6048817a
+28400603
+24608000
+20600000
+6fe08163
+79207e04
+67e08163
+79200032
+20600000
+44fe401f
+7042d200
+dfe00000
+67e2440c
+67e2c402
+79207e27
+67e2c407
+6fe08163
+793ffe04
+67e08163
+793f8032
+20600000
+da200001
+6fe08047
+c3830000
+da200000
+20600000
+18c20a00
+6849437c
+18a20c00
+20600000
+44fec01f
+6fe0817a
+c3828000
+20403fd7
+204041b4
+203a3ffb
+efe10006
+e8410006
+18422200
+9a267e00
+20403fb2
+204074be
+1fe20400
+e8208006
+1a227e00
+98c0fe00
+67e104e3
+20403feb
+20403ffd
+204041b4
+efe10006
+1fe22200
+18c22600
+e8410006
+18422400
+9a467e00
+20403fb2
+204074be
+9a40fe00
+e7e10013
+9a267c00
+24628000
+202041ce
+20403fde
+c6148000
+6fe0c2f6
+c3013fe9
+204041b8
+203a3fe9
+20203fe7
+204041b4
+203a3fe9
+efe10006
+e8410006
+98462200
+20403fb2
+18427e00
+9a267c00
+20213fe9
+79200029
+20600000
+793f8029
+20600000
+1a227e00
+207a0000
+d8200001
+20600000
+44ff401f
+18408401
+204040af
+18c08dfe
+efe10006
+d8402902
+98467c00
+24628000
+18c08c01
+18c22200
+efe08006
+20600000
+18000400
+18000201
+44ffc01f
+6048c12c
+6848817a
+79200405
+18417efc
+9821fe00
+67e0817a
+1fe17e1f
+280ffe29
+7920fe04
+67e0c12b
+6fe0c12b
+28200601
+2420c00d
+6fe0c12c
+207a0000
+c5194013
+6f20c12c
+6fe104e3
+1fe20c00
+d8a0412d
+2020740c
+20406e84
+20206dbb
+d8e00000
+20203c21
+d8e00000
+20203c25
+47004020
+c6078000
+c6180000
+6fe08047
+1fe17e03
+67e0c309
+6fe08048
+207a0000
+58000049
+67e1430e
+4700c020
+6fe0c309
+c001c6c3
+20404034
+24344015
+20404017
+58000000
+67e1430c
+6fe14314
+243a7487
+6fe1430e
+1fe08c02
+efe10006
+c002432f
+c00345e3
+c002c5b7
+20600000
+6fe0c309
+c0014043
+c000c05a
+20600000
+204074c8
+d8400004
+9fe67c00
+20628000
+d8400005
+9fe67c00
+20628000
+d8400006
+9fe67c00
+20628000
+202074ca
+6fe1430e
+1fe20c00
+efe10006
+67e1430a
+efe10006
+20404038
+24740000
+68488048
+6049430c
+6fe1430a
+1fe0fe04
+98467c00
+2022f4c8
+6f208048
+d8a00f00
+6fe1430e
+1fe20c00
+2040740c
+202074ca
+204074c8
+6fe1430c
+247a0000
+202074ca
+20404056
+24740000
+6fe1430c
+d8a00f00
+98a0a200
+68488048
+9840fe00
+67e1430c
+6f208048
+1a220a00
+6fe1430e
+1fe20c00
+2040740c
+58000f00
+67e1430e
+6fe1430a
+1fe0fe04
+6849430c
+98467c00
+2022f4c8
+202074ca
+204073c0
+d8a0428f
+2020457a
+6fe14398
+20207487
+47014020
+684a017f
+20403a86
+98461600
+19627e00
+68490191
+18520400
+18438400
+98467e00
+20600000
+20403a86
+67e2017f
+20600000
+4701c020
+1a208c50
+efe08006
+20403d2f
+1a208c02
+efe10006
+984ffe00
+6849003f
+984ffe00
+d84f4240
+9846fc00
+d8400682
+6fe0c11d
+984f8400
+1a208c2b
+efe08006
+984ffe00
+9840fe00
+67e242f2
+6fe1409b
+20407475
+18078400
+9840fe00
+1a208a0e
+e7e10005
+20600000
+47024020
+6fe10506
+98002400
+6fe10508
+98002600
+6fe142cc
+98000c00
+202074c8
+efe10006
+1fe17eff
+207a0000
+9a467c00
+24610000
+9a667c00
+20628000
+202140ad
+18007c01
+20600000
+18007e00
+20600000
+204040b2
+2022c0bf
+20600000
+4702c020
+6fe142cc
+98000c00
+efe10006
+1fe17eff
+207a0000
+98467c00
+20628000
+efe08006
+98c08c00
+efe08006
+98c08c00
+202040b5
+efe08006
+98c08c00
+20600000
+47034020
+6fe142cc
+98000c00
+efe10006
+1fe17eff
+207a0000
+efe08006
+98c08c00
+18c08dfe
+efe10006
+98467c00
+20628000
+efe08006
+98c08c00
+202040c5
+6fe142cc
+98000c00
+efe10006
+1fe17eff
+207a0000
+1fe08401
+efe08006
+98c08c00
+efe08006
+98c08c00
+18c20a00
+202040d3
+6fe1051c
+202040e1
+4703c020
+6fe142cc
+98000c00
+efe10006
+1fe17eff
+203a40ec
+98467c00
+2022c0ed
+efe08006
+98c08c00
+efe08006
+98c08c00
+202040e2
+202074d6
+efe08006
+67e08522
+1fe27200
+d8a00523
+2040740c
+efe08006
+67e0851b
+204073c0
+202074d8
+47044021
+204040f9
+2020410b
+d8402a00
+204040c2
+207a0000
+efe08006
+18c20a00
+6848c22d
+18427200
+98467c00
+24214108
+98460400
+d8c0422e
+2040740c
+18427200
+2442c143
+20600000
+1fe27200
+d8c0422e
+2020740c
+da60433f
+da204320
+20404118
+58000000
+79347e00
+67e084c4
+da60435f
+da204340
+20404118
+20740000
+6fe084c4
+203a3a8a
+20600000
+4704c021
+204074c8
+204073f2
+da400000
+d8a004f7
+20404132
+6fe0c22d
+1fe08401
+9a40a200
+1a20a202
+1a267c1f
+24214130
+e0408005
+d8400009
+e0408005
+98007200
+2040740c
+1a222400
+1a427e00
+67e084f6
+d8c004f6
+5fffffe0
+9a608a00
+202073d0
+204074ca
+2020412a
+efe08011
+207a0000
+1fe0fe01
+e8408006
+18467c09
+2022c141
+9a40a400
+1a220c00
+98007200
+2040740c
+18c22200
+1a227e00
+9a667c00
+20610000
+20204132
+9a20a200
+2020413d
+58000020
+e7e08005
+c2004143
+20600000
+47054021
+7855fc00
+2037414b
+2436c15a
+20403bce
+6fe1409b
+67e10171
+6fe0c2f6
+c282bbdc
+c507bbdc
+6fe08048
+243a3bdc
+6fe0c12c
+243a3bdc
+6fe08163
+c282bbdc
+c283bbdc
+c2833bdc
+20203bc4
+6fe0c0a9
+1fe67c1e
+24213bd3
+6849409b
+18430400
+6fe10171
+9840fe00
+67e10171
+20203bd3
+d8e00000
+2020417b
+d8e00000
+2020417f
+d8e00001
+2020417b
+d8e00001
+2020417f
+d8e00002
+2020417b
+d8e00002
+2020417f
+d8e00003
+2020417b
+d8e00003
+2020417f
+d8e00004
+2020417b
+d8e00004
+2020417f
+d8e00005
+2020417b
+d8e00005
+2020417f
+6fe0c2f6
+f9207e00
+67e0c2f6
+20600000
+6fe0c2f6
+f93ffe00
+67e0c2f6
+20600000
+58112233
+67e1c2f7
+58445566
+e7e18005
+58778899
+e7e18005
+58001122
+e7e18005
+58334455
+e7e18005
+58000066
+e7e08005
+20600000
+59000302
+67e24286
+58010010
+67e1c28a
+7042d301
+20600000
+da200000
+d8200001
+202041a9
+4705c021
+d8200003
+204041a9
+1a427e00
+e7e08005
+20600000
+47064021
+18000202
+1a20a204
+204041a9
+1a20a3fc
+1a227e00
+e7e10005
+1a427e00
+e7e10005
+20600000
+4706c021
+1a20a205
+2040667e
+1a20a3fb
+1a227e00
+e7e10005
+58000000
+e7e10005
+18227e00
+e7e08005
+20600000
+47074021
+204066b8
+1fe20c00
+20600000
+6fe143fb
+20600000
+204041bd
+1fe20c00
+20600000
+6fe143fe
+20600000
+204041b4
+18c08c05
+20600000
+204041b4
+18c08c09
+20600000
+204041ba
+18c08c09
+20600000
+204041ba
+18c08c05
+20600000
+202066ce
+202066d1
+202066d4
+202066bd
+67e44384
+202041e0
+184122ff
+204041d6
+184ca200
+6220c37b
+202041d7
+6220c37a
+2a2ffe01
+2040c1dc
+2a2ffe02
+2040c1de
+20600000
+d8e00008
+202041e1
+d8e0000b
+202041e1
+d8e00005
+6fe44372
+f9207e00
+67e44372
+20600000
+20404167
+20404190
+20404183
+2020416f
+70019801
+70019901
+20403cf9
+204041ef
+2040426c
+20203d00
+4707c021
+6fe0c31a
+c1808000
+d8e00002
+2040742e
+247a0000
+6fe1431b
+6849431d
+98467e00
+d8e00002
+20407420
+7854fc00
+20404296
+2040420e
+24768000
+47084022
+6fe30049
+67e30173
+6fe08002
+1fe0fe01
+67e08002
+20404215
+20748000
+204042bd
+24768000
+6fe08004
+1fe0fe01
+67e08004
+6fe4804f
+67e484f6
+20600000
+4708c022
+20404308
+20403d92
+6fe08001
+1fe0fe01
+67e08001
+20600000
+47094022
+6fe081b7
+c18d8000
+6fe30173
+684b42a1
+98467c00
+24628000
+20403853
+24628000
+20404225
+20403c59
+70410d00
+7001b300
+70431a00
+7001b700
+2020383e
+4709c022
+18007fff
+38080001
+67e28193
+da200163
+20403d68
+18007204
+d8a00187
+204074e4
+6fe142ae
+67e10191
+180a7e00
+1fe17e0f
+1fe67c04
+20214230
+67e0817c
+470a4022
+68494127
+60490165
+18422600
+1c40fe07
+9a66fc00
+20407475
+18072200
+9a267e00
+9a60fe00
+68494125
+9840fe00
+67e20167
+9c462200
+1a20a3fa
+da402205
+6fe0c2a7
+7d3a2406
+6fe0c2a0
+7d3a2407
+1a427e00
+67e1412b
+6fe342b0
+e7e30005
+6fe30173
+e7e30005
+6fe20187
+e7e20005
+180a7e00
+e7e10005
+180a7e00
+e7e08005
+18007e02
+e7e08005
+1a2b7e00
+e7e10005
+1a6b7e00
+e7e10005
+470ac022
+58000000
+e7e10005
+6fe142ae
+e7e10005
+6fe28193
+e7e28005
+6fe0817c
+d84000a0
+9841fe00
+e7e08005
+20403e82
+5800412b
+1fe08c12
+efe18006
+67e1818b
+20600000
+70000724
+7004f600
+20404290
+20404271
+20204293
+470b4022
+6fe0c35f
+207a0000
+d8e00000
+2040742e
+247a0000
+78287c00
+20404296
+20404308
+2040429f
+2436c283
+6fe08003
+1fe0fe01
+67e08003
+6fe08047
+1fe17e0f
+c001c2ce
+c002c2e0
+470bc022
+6fe084f6
+6848c36a
+98467c00
+2422c271
+180a7e00
+d84001ff
+98417e00
+1fe0fefa
+204073d4
+d8e00000
+6fe14360
+20207420
+d8a00506
+d8c0412b
+202073cf
+d8c00506
+d8a0412b
+202073cf
+470c4023
+7854fc00
+588e89be
+1fed7e00
+1fe1fed6
+98001200
+58555555
+67e1818b
+20600000
+470cc023
+6fe0c362
+6848c363
+18520400
+184b8400
+98408400
+6048c12b
+c000c2b0
+6848c31f
+1840fe06
+67e0c12c
+6fe342b0
+67e3412d
+18427200
+d8c04320
+2040740c
+202042b6
+5800000c
+67e0c12c
+6fe342b0
+67e3412d
+6fe3410f
+e7e30005
+470d4023
+6fe08000
+1fe0fe01
+67e08000
+db600708
+7856fc00
+20203e6d
+470dc023
+6fe0c36b
+c1808000
+6fe08000
+1fe0fe01
+67e08000
+d8400c03
+6fe0c36c
+7d3a0406
+1a227e00
+7d3a0407
+6049412b
+6fe342b0
+e7e30005
+6fe30173
+e7e30005
+20203e6d
+6fe3004f
+684b42b0
+98467c00
+24628000
+d8400004
+6fe0c363
+7d3a0406
+6048c12b
+6848c33f
+1840fe06
+67e0c12c
+6fe342b0
+67e3412d
+d8c04340
+18427200
+2040740c
+20403e82
+20204283
+6fe3004f
+684b42b0
+98467c00
+24628000
+20403fad
+6220c2a0
+6fe30049
+67e30173
+6fe40055
+67e40187
+6849005d
+470e4023
+184b8400
+6fe1005f
+1febfe00
+67e10165
+67e20167
+98467e00
+1fe0d1fe
+6fe48061
+67e4818f
+6fe0806a
+1fe1041f
+6048817c
+1ff18400
+18430400
+604881b3
+da200163
+20404081
+da200163
+20403d68
+20403c65
+20403853
+24628000
+470ec023
+204038f3
+204045d4
+7004c314
+20406f7b
+2020383e
+470f4023
+6fe08007
+c012c30e
+c0134314
+c013c31a
+2020431a
+6848c36a
+284ffe01
+2020c325
+284ffe02
+2020c32a
+20204320
+6848c36a
+284ffe02
+2020c32a
+284ffe00
+2020c320
+20204325
+6848c36a
+284ffe00
+2020c320
+284ffe01
+2020c325
+2020432a
+70000725
+6fe084f6
+79207e00
+67e084f6
+20600000
+70000726
+6fe084f6
+79207e01
+67e084f6
+20600000
+70000727
+6fe084f6
+79207e02
+67e084f6
+20600000
+efe18006
+67e1c36e
+c0014346
+c001c34e
+c0024351
+c003437a
+c00443c7
+c0054445
+c0064474
+c008448a
+c00944cd
+c00b44f3
+c00c4506
+c00f450b
+c029450f
+20600000
+18002203
+20404535
+58000002
+e7e08005
+6fe142b6
+e7e10005
+20600000
+2040434e
+18002203
+20404535
+58000003
+e7e08005
+6fe142b6
+e7e10005
+20600000
+1fecfe00
+67e142b8
+20600000
+20404569
+204074c8
+20204354
+d9600003
+2040409b
+204040a3
+203a4378
+24214375
+18c08dfe
+204073c0
+204073b7
+24344368
+204073a4
+204074ca
+616204d4
+18002214
+20404535
+696204d4
+204073b3
+58000005
+e7e08005
+58000001
+e7e08005
+204073ba
+efe10006
+1fe17eff
+e7e10005
+efe08006
+1fe27200
+20407419
+204073bd
+196097ff
+2022c378
+efe08006
+98c08c00
+20204356
+efe08006
+98c08c00
+20204372
+20344528
+2020455c
+20404569
+efe10006
+67e14290
+204073c0
+d8a0050a
+6fe1430a
+1fe0fff9
+2040457c
+2020438d
+78547c00
+68490506
+6fe10508
+98467c00
+2421438a
+18427e00
+c1800000
+78347c00
+7001b401
+2020452a
+20404383
+20740000
+68494290
+58002800
+98467c00
+2022c394
+20204528
+70437100
+68490506
+604904cc
+204040df
+243a4528
+684904cc
+204040df
+243a43ad
+18c22200
+6fe0851b
+1fe27200
+6848850a
+98467c00
+2422c3a9
+da40050b
+20407477
+2022c3b0
+6fe10523
+68494290
+98467c00
+2022c3b8
+6fe104cc
+1fe0fe01
+67e104cc
+20204399
+6fe0c371
+c000c3b8
+20204528
+6fe10523
+68494290
+98467c00
+2422c3a9
+70437101
+684904cc
+6049051e
+202043a9
+6fe0c371
+c00043a9
+70437102
+684904cc
+184085ff
+60490520
+da200005
+20404535
+58000007
+e7e08005
+6fe1051e
+e7e10005
+6fe10520
+e7e10005
+20600000
+20404569
+20404577
+202043ca
+68490506
+604904cc
+2040409b
+204040b2
+18c08dfe
+18c27e00
+67e1051c
+6849050b
+58002a00
+98467c00
+2022c431
+58002803
+98467c00
+2422c41d
+d9600002
+2040453c
+242143fa
+684904cc
+204040dd
+243a43fa
+20404540
+2422c3f8
+243443fc
+78547c00
+da200014
+20404535
+58000009
+e7e08005
+18a26000
+18a08a01
+2040440a
+20404538
+204040dd
+20404411
+6fe08522
+1fe0a205
+e2208030
+1a267c07
+2442f4cc
+2042f4ce
+2040456e
+9a26fc00
+20407475
+18079600
+196097ff
+2022c3fa
+20404538
+202043d9
+20344528
+2020455c
+2040454c
+20404538
+204040dd
+204044bb
+243a43fa
+204073b7
+6fe104cc
+1fe0ffff
+e7e10005
+20404558
+20404411
+196097ff
+2022c3fa
+202043f8
+6fe104cc
+e7e10005
+6fe0851b
+1fe27200
+204073ba
+2040740c
+202073bd
+204073b7
+6fe104cc
+e7e10005
+204073bd
+6fe08522
+1fe27200
+204073b7
+204073ba
+9f260c00
+18c08dff
+2040740c
+202073bd
+204040c2
+203a4528
+18c22600
+18c08dfb
+efe10006
+67e104cc
+da200014
+20404535
+58000009
+e7e08005
+efe08013
+1fe27200
+1fe0fe02
+e7e08005
+6fe104cc
+e7e10005
+1a608c01
+2040740c
+204073bd
+2020455c
+d8402a00
+204040c2
+207a0000
+18c08dfb
+efe10006
+67e104cc
+da200014
+20404535
+58000009
+e7e08005
+6fe0c22d
+1fe27200
+1fe0fe02
+e7e08005
+6fe104cc
+e7e10005
+d8c0422e
+2040740c
+204073bd
+2020455c
+204044ec
+6849436f
+6fe0c2f6
+c281c46a
+204040b2
+2422c528
+20544470
+20740000
+204040bf
+18c08dfe
+efe10006
+d8402a00
+98467c00
+2022c460
+efe08006
+1fe67c16
+20214457
+18007e16
+1fe22600
+204073c0
+1a60a201
+20404535
+5800000b
+e7e08005
+1a627200
+204073ba
+20207419
+204073c0
+6fe0c22d
+1fe0a201
+20404535
+5800000b
+e7e08005
+6fe0c22d
+1fe27200
+d8c0422e
+20207419
+6fe14307
+98467c00
+2422c449
+24344449
+7001b405
+2020452a
+18c08dfe
+efe10006
+c287446e
+202074ca
+efe10006
+67e1050a
+da200014
+20404535
+5800000d
+e7e08005
+6fe1050a
+98002200
+6849436f
+204040af
+203a4528
+efe08006
+9a267200
+24214528
+1f267c16
+20214485
+18007216
+1a227e00
+98c08c00
+2040740c
+204073bd
+2020455c
+20404569
+20404577
+2020448d
+d9600002
+68490506
+604904cc
+204040b2
+18c08dfe
+18c27e00
+67e1051c
+2040453c
+242144c3
+684904cc
+204040dd
+243a44c6
+20404540
+2422c4b9
+19627e00
+c00044c6
+243444af
+78547c00
+da200014
+20404535
+58000011
+e7e08005
+6fe0851b
+1fe0a204
+e2208005
+204073bd
+1a267c06
+2442f4cc
+2042f4ce
+2040456e
+9a26fc00
+20407475
+18079600
+202044b5
+204044bd
+243a44c6
+6fe104cc
+1fe0ffff
+67e10520
+20404552
+6fe104cc
+67e1051e
+2040454c
+196097ff
+20404538
+20204494
+6fe08522
+202044be
+6fe0851b
+203644c1
+1fe0fffe
+20600000
+1fe0fff0
+20600000
+6fe104cc
+67e10520
+202044ca
+6fe104cc
+1fe0ffff
+67e10520
+202044ca
+20344528
+20404552
+2020455c
+18c22200
+6fe1430a
+1fe0a5fd
+20404072
+470fc023
+204044ec
+6849436f
+204040b2
+2422c4ea
+205444e6
+20740000
+6fe0c2f6
+c30244e1
+6849436f
+6fe14307
+98467c00
+2422c4e1
+204044ec
+243444e1
+2020446e
+18002201
+20404535
+58000013
+e7e08005
+20600000
+18c08dfe
+efe10006
+c287c46e
+202074ca
+7001b401
+2020452a
+47104024
+204074ca
+6fe0c2d3
+c1000000
+6fe0c040
+c3820000
+202074c8
+18c0a202
+6fe1430a
+1fe0a5fb
+20404072
+202044f8
+6fe1430a
+1fe22200
+20404535
+58000017
+e7e08005
+6fe1436f
+e7e10005
+6fe1430a
+1fe0f3fb
+6fe1430e
+1fe08c07
+efe10006
+e7e10005
+2020740c
+18002201
+20404535
+58000019
+e7e08005
+20600000
+6fe0c36d
+793ffe00
+67e0c36d
+20600000
+18c22200
+6fe1430a
+1fe0a5fd
+20204072
+18422600
+1a20a203
+20404535
+1a20a3fd
+5800001b
+e7e08005
+1a620400
+e0410005
+20600000
+6fe0c36d
+79207e00
+67e0c36d
+18422600
+1a20a203
+20404535
+1a20a3fd
+5800001d
+e7e08005
+1a620400
+e0410005
+20600000
+4710c024
+7001b40a
+18002205
+20404535
+58000001
+e7e08005
+6fe0c36e
+e7e08005
+6fe1436f
+e7e10005
+6fe081b4
+e7e08005
+20600000
+47114024
+18002404
+2020419f
+684904cc
+18408401
+604904cc
+20600000
+684904cc
+6fe10508
+98467c00
+20600000
+4711c024
+6848850a
+da20050b
+6fe08522
+1fe27200
+98467c00
+24628000
+da400523
+20207477
+6848c28f
+da204290
+20204543
+47124024
+6fe0851b
+67e084f6
+1fe27200
+204073ba
+2020740c
+4712c024
+204073b7
+6fe1051e
+e7e10005
+6fe10520
+e7e10005
+6fe084f6
+1fe27200
+2040740c
+202073bd
+47134024
+204073b7
+204041c5
+18a27e00
+98c62200
+204041c8
+1a227e00
+e7e10006
+1a20a204
+204041ba
+1a227e00
+e7e08006
+20600000
+1fecfe00
+67e10506
+efe10006
+67e10508
+20600000
+4713c024
+6fe142b8
+1fe0fffe
+684942b6
+184085fe
+204074be
+d84000f0
+204074be
+20600000
+47144025
+204073c0
+d8a0050a
+6fe1430a
+1fe0fffb
+e7e08005
+1fe27200
+204073ba
+2020740c
+6fe1004b
+c1820000
+6fe0c36d
+79207e01
+67e0c36d
+6fe1804d
+67e1c36e
+7920000f
+c009459b
+c02945a0
+c00c4506
+c0014346
+c00f450b
+793f800f
+6fe0c36d
+793ffe01
+67e0c36d
+20600000
+6fe0c36d
+c4008000
+7920000f
+204045ab
+204045b1
+2054458e
+6fe0c36e
+c00944d1
+20600000
+204045a0
+2020459d
+204045b1
+24740000
+202044d1
+4714c025
+204045a4
+da200050
+20204072
+6fe08048
+1fe0a5f9
+1fe0fffc
+67e1430c
+68490049
+6049430a
+20600000
+6a408048
+6fe1430c
+9a408400
+6049430c
+da200049
+20204072
+204074ca
+6fe1430c
+6849430a
+98467c00
+24628000
+202074c8
+efe08006
+e8408006
+e8410006
+c009c5bc
+20600000
+efe10006
+67e14311
+7004c340
+20206f7b
+da20000c
+da600012
+204045c8
+58000008
+e7e10005
+6fe442a8
+e7e40005
+20600000
+204045d0
+da400005
+2040419f
+1a627e00
+e7e08005
+6fe0c310
+e7e08005
+20600000
+6fe0c310
+1fe0fe01
+67e0c310
+c1800000
+70431001
+20600000
+6fe0c2d3
+c00045db
+c000c5de
+c00145e0
+20600000
+70428900
+70428703
+20600000
+70428905
+202045dc
+70428905
+70428700
+20600000
+efe08006
+c000c5f5
+c001c616
+c0024625
+c002c630
+c003c680
+c0044670
+c004c67c
+c0054680
+c005c680
+20600000
+18002202
+204046c0
+5800000b
+e7e08005
+6fe0c289
+e7e08005
+20600000
+67e0c27f
+efe30006
+e7e30005
+6fe0c2d3
+c0004636
+20404611
+7042d103
+6fe0c280
+c0004603
+c000c603
+c001c603
+6fe0c2d3
+c0014606
+c1418000
+dfe00000
+67e242d4
+20600000
+6fe0c2f6
+c280460f
+da2042d4
+1a220a00
+df200003
+204074e4
+6fe142d6
+1fe17e07
+67e142d6
+7004c334
+20206f7b
+18002207
+204046c0
+6fe3c286
+e7e38005
+20600000
+7042d105
+d8a0425d
+204073d2
+6fe0c2d3
+c002461c
+2020461e
+7004c343
+20206f7b
+7042d106
+20406d45
+18002211
+204046c0
+58000003
+e7e08005
+20206e91
+18c22200
+1a220c00
+20406d3d
+2022c638
+7001b504
+18002202
+204046c0
+58000005
+e7e08005
+6fe081b5
+e7e08005
+47154025
+18000e07
+2040741f
+7042d100
+7004c330
+20206f7b
+7001b505
+2020462a
+20406d39
+7004c331
+20406f7b
+70425c01
+7042d109
+18002211
+204046c0
+58000004
+e7e08005
+d8c0426d
+202073d2
+18002211
+204046c0
+58000006
+e7e08005
+6fe0c2f6
+c280c64b
+d8c0424c
+202073d2
+d8c042f7
+202073d2
+d8a042d8
+1800720a
+204074e4
+1800220b
+204046c0
+58000007
+e7e08005
+6fe142d8
+e7e10005
+6fe442da
+e7e40005
+20600000
+18002211
+204046c0
+58000008
+e7e08005
+58000000
+e7e40005
+e7e40005
+20600000
+18002208
+204046c0
+58000009
+e7e08005
+6fe0c2a7
+e7e08005
+6fe342b0
+e7e30005
+20600000
+7001b508
+2020462a
+6fe0c28b
+6848c28b
+98417e00
+20600000
+d8a042e2
+204073d2
+2040466c
+2fec0001
+2020c66a
+20600000
+204074ca
+6fe0c2a0
+c1000000
+6fe0c284
+c4008000
+202074c8
+2040466c
+2fec0001
+2020c66a
+20600000
+20600000
+6fe0c2d1
+c17f8000
+d8400003
+98467c00
+24610000
+d8e00007
+2040742e
+247a0000
+2020466a
+4715c025
+204041cc
+247a0000
+6fe0c2d1
+c0004697
+c000c69d
+c0014697
+c001c69f
+c004c6a3
+c005c6ae
+c00646b0
+c006c6b7
+20600000
+6fe0c2d2
+c1820000
+7042d2ff
+7042d1ff
+7004c33f
+20206f7b
+7042d102
+202045ee
+7042d104
+58017700
+d8e00007
+20207420
+6fe0c2d2
+c00246a6
+20600000
+6fe0c2d3
+c283c6ac
+7042d10b
+20404643
+7004c329
+20206f7b
+7042d10c
+202046aa
+7042d10c
+2020464d
+6fe0c285
+6848c28c
+98417e00
+2fec0001
+2020c6b9
+7042d10d
+20204659
+20404661
+202046b9
+47164025
+18000e07
+2040741f
+7042d2ff
+7042d1ff
+7004c33e
+20206f7b
+47174025
+18002406
+2020419f
+6fe08049
+c00046da
+c000c6e2
+c00146ea
+c001c6ee
+c002470c
+c002c711
+c0034715
+c003c71a
+c004471b
+c004c71c
+c005471d
+c005c721
+c0064722
+c006c724
+c0094725
+c009c726
+c00a4727
+c00ac729
+c00b4734
+c00c4735
+6a608049
+20204758
+efe48006
+67e4819a
+efe10006
+67e10183
+6fe08163
+79207e05
+67e08163
+20600000
+efe28006
+67e2819a
+efe10006
+67e10183
+6fe08163
+79207e06
+67e08163
+20600000
+58000014
+67e10191
+67e142ca
+20600000
+efe40006
+67e442da
+efe10006
+67e142d8
+efe40006
+67e442ba
+efe20006
+67e24410
+20404745
+4717c025
+6fe0c2d1
+c004c700
+6fe0c2f6
+c280c703
+6fe0c3b3
+245a6b4d
+6fe0c25c
+c0004708
+7042d201
+20404753
+20206d4b
+70425c01
+d8c042f7
+d8a0424c
+204073d2
+20204700
+7042d200
+7042d100
+7004c341
+20206f7b
+efe40006
+67e442c2
+efe20006
+67e24414
+20206d4b
+6fe08163
+79207e04
+67e08163
+20600000
+20748000
+7004c332
+20406f7b
+7042d204
+20204756
+20600000
+2020475d
+20600000
+7042d202
+20404764
+7004c333
+20206f7b
+20600000
+20748000
+20204766
+20600000
+20204772
+20600000
+20404729
+20204776
+efe40006
+67e4437c
+6fe1437c
+68494388
+204074be
+67e1437c
+6fe14380
+68494384
+204074be
+67e14380
+20600000
+2020477c
+efe10006
+67e1019a
+efe10006
+67e10183
+207a0000
+6fe08163
+79207e07
+67e08163
+20600000
+da600013
+da200002
+da400002
+20404199
+1a627e00
+e7e08005
+20600000
+d8a042c2
+18007208
+204074e4
+d8a04414
+18007204
+204074e4
+da20000d
+da400004
+20404199
+6fe442c2
+e7e40005
+6fe24414
+e7e20005
+20600000
+7042d205
+da400005
+20204786
+da400006
+20204786
+da200002
+da400007
+20404199
+e2608005
+20600000
+da200009
+da400009
+20404199
+6fe44372
+1fe1fe01
+e7e40005
+20600000
+da40000b
+20204786
+da200006
+da40000c
+20404199
+6fe2c120
+e7e28005
+20600000
+da200002
+da40000d
+20404199
+58000006
+e7e08005
+20600000
+da400013
+20204786
+da400014
+20204777
+da400015
+da200009
+20404199
+6fe44384
+e7e40005
+20600000
+da200003
+da400017
+20404199
+6fe0c37a
+1fe17e07
+e7e08005
+6fe0c37b
+1fe17e07
+e7e08005
+20600000
+da200001
+20204199
+47184026
+c513ca1e
+20204c62
+4718c026
+7844fc00
+7843fc00
+58555555
+98001e00
+6fe0c4d8
+20203d0c
+47194026
+6fe0c502
+20403ce0
+6fe244da
+98001200
+20403925
+6848c4d8
+20403d11
+2040478b
+c597c79f
+783cfc00
+2000001e
+2040478b
+7857fc00
+7826fc00
+7830fc00
+78507c00
+78287c00
+6fe144d6
+98003600
+37c18400
+242c47f9
+204065a4
+c517c7ae
+6fe0c515
+243a47ae
+7846fc00
+7825fc00
+7823fc00
+7824fc00
+204047f6
+67e0c4f8
+6848c4f7
+98467c00
+2422c801
+4719c026
+7858fc00
+280ffe2f
+2040c7e8
+2038c803
+204047f6
+67e0c442
+c513c7c1
+6fe0c442
+6848c4d4
+a8400e00
+2420c805
+204047f6
+280ffe2f
+2040c7f1
+e7e08005
+1fe97e00
+1fe67c1f
+24214807
+1fe27200
+2022c7cd
+204047f6
+e7e08005
+c20047ca
+c513c7d2
+18a22200
+204047f6
+67e0c51e
+1a220a00
+09800018
+1fef7e00
+1ff17e00
+e7e18005
+6fe0c515
+243a47e6
+7845fc00
+280ffe27
+2040cc37
+20234809
+204065a3
+471a4026
+7837fc00
+20403dfc
+c6138000
+6fe0c51e
+6848c575
+98467c00
+204174c0
+20204c3a
+7846fc00
+202047d9
+204047f6
+1fe67c01
+202174d0
+1fe0fffe
+c513c7ef
+203a74d0
+1fe0ffff
+67e084cc
+20600000
+1fe17e07
+684884cc
+18498400
+9841fe00
+20600000
+09800008
+19897e00
+20600000
+70451601
+280ffe27
+2040cc52
+471ac026
+20403d00
+784dfc00
+7845fc00
+202038cc
+70451602
+202047fc
+70451603
+202047fc
+70451604
+202047fc
+70451605
+202047fc
+70451606
+202047fc
+20403925
+6848c4d8
+202039c9
+471b4026
+6fe0c503
+20403ce0
+6fe244da
+98001200
+2040478b
+2040480b
+79202a00
+782efc00
+78307c00
+7850fc00
+204065aa
+785d7c00
+c517c840
+c516c852
+19317e00
+1fecfe00
+1ff1fe00
+08008628
+471bc026
+c517c827
+6fe0c515
+243a4827
+784efc00
+782dfc00
+7823fc00
+7824fc00
+6fe0c4d5
+98007200
+d8c04484
+efe08006
+08008608
+c200482c
+78247c00
+08008618
+78447c00
+c597c836
+7843fc00
+58000000
+08008603
+37d38200
+20000064
+785d7c00
+784efc00
+6fe0c515
+243a483d
+784dfc00
+785c7c00
+20403925
+202065a8
+df20000a
+5800003c
+08008608
+c2004841
+784efc00
+783c7c00
+19317e00
+1ff17e00
+1ff1fe00
+08008620
+c517484f
+58000001
+08008605
+783d7c00
+20204821
+58000000
+08008605
+20204821
+6fe0c11d
+1fe37200
+20000002
+c2004854
+19317e00
+1fecfe00
+1ff18400
+18427e00
+08008608
+18427e00
+08008628
+20204821
+471c4027
+6fe0c503
+c281487f
+6fe0c4d3
+1fe0fe03
+67e0c4d5
+6fe0c4f7
+67e0c484
+6fe0c4d4
+e7e08005
+6fe0c4d3
+1fe9fe00
+6848c4c9
+18410403
+18438400
+9841fe00
+6848c4ca
+9840fe00
+e7e08005
+6fe0c4d3
+98007200
+d8c04464
+20407419
+471cc027
+c6938000
+6fe08030
+e7e08005
+6fe0c503
+c3810000
+6fe0c4d5
+1fe0fe01
+67e0c4d5
+20600000
+6fe0c4d3
+1fe0fe04
+c593c883
+1fe0fe01
+67e0c4d5
+6fe0c4f7
+67e0c484
+6fe0c4d5
+1fe0fffe
+e7e08005
+6fe0c4d4
+e7e08005
+58000000
+20204869
+471d4027
+6fe0c443
+1fe97e00
+67e0c4c8
+1fe0fe01
+d8c04443
+98c08c00
+efe18006
+67e1c4cb
+6fe0c443
+1fe37e00
+1fe17e03
+67e0c4d1
+20600000
+471dc027
+6848c4d9
+204048a0
+6048c4d9
+20600000
+471e4027
+204048a5
+18408401
+18410403
+20600000
+471ec027
+6fe0c4da
+1fe17e03
+1fefa204
+580044de
+9a20fe00
+98408c00
+efe08006
+67e0c4d8
+20600000
+67e244da
+471f4027
+da200000
+df200004
+d8c044da
+efe08006
+9a20a200
+c20048b4
+1a227e00
+67e144f5
+6fe0c4f5
+6848c4f6
+9840fe00
+67e0c4f7
+20600000
+471fc027
+204074ca
+684a44ee
+1c427e00
+98467c00
+244148ce
+1fe22400
+6fe244ee
+6848c4f2
+98408400
+1a427e00
+98467c00
+24610000
+793ffe1c
+67e244ee
+202074c8
+20628000
+79207e1c
+20600000
+58000000
+67e244ee
+20600000
+47204028
+38001300
+3805908b
+380b6150
+380c3d20
+67e4c4de
+38003a1a
+3804c453
+3808d312
+380c0001
+e7e38005
+6fe0c504
+207a0000
+d8c04505
+d8a044de
+202073d2
+4720c028
+584e001e
+67e1c506
+58032303
+e7e18005
+58250642
+e7e18005
+58094c06
+e7e18005
+583c0927
+e7e18005
+70450401
+20600000
+47214028
+d8406978
+c513c8f8
+d84012c0
+6fe0c502
+c30148f8
+d8402ee0
+604944d6
+20600000
+70450201
+70450301
+20600000
+70450202
+70450302
+20600000
+4721c028
+70451b4e
+58101520
+67e1c517
+58000005
+e7e08005
+20600000
+da604523
+da404cdb
+20204dd3
+79200026
+6fe0c547
+793ffe02
+79207e01
+67e0c547
+58000000
+67e14529
+6fe14521
+67e14523
+70452000
+2040494f
+7044c900
+6fe0c51b
+67e0c4d8
+6fe0c51c
+67e0c116
+6fe24517
+202048af
+47224028
+70452d00
+6fe14525
+1fe0fe01
+67e14525
+6fe0c525
+1fe17eff
+247a0000
+6fe0c51f
+c07fc971
+c000c92b
+c001492d
+c001c933
+c0024939
+20600000
+704464ff
+2020493a
+6fe0c4f9
+203a4931
+6fe2454f
+204048af
+704464aa
+2020493a
+70446455
+6fe0c4f9
+203a493a
+6fe24533
+67e24466
+2020493c
+70446422
+6fe2454f
+67e24466
+6fe0c4d4
+1fe17e07
+67e0c465
+70446a00
+7044d307
+2040485e
+20404cb0
+246c0000
+24778000
+20404bef
+20404ccf
+4722c028
+6fe0c51f
+c17f8000
+c000c954
+c0014956
+c001c95c
+c0024964
+20600000
+70451f02
+6fe0c4f9
+207a0000
+70451f01
+20600000
+70451f02
+20204cab
+6fe0c4f9
+203a495a
+6fe244aa
+67e24533
+70451f03
+20204cab
+6fe0c4f9
+203a4962
+6fe244aa
+684a454f
+98467c00
+24628000
+70451f04
+20204cab
+6fe0c4f9
+203a496a
+6fe244aa
+684a4533
+98467c00
+24628000
+70451fff
+7004c339
+20406f7b
+58000000
+67e14523
+6fe244aa
+204048af
+6fe0c547
+793ffe01
+67e0c547
+20204cab
+70456101
+70456000
+20600000
+6fe0c560
+c3808000
+79207e01
+67e0c560
+58000000
+67e1c51e
+67e0c529
+67e0c52a
+67e24577
+70455c01
+20204915
+70455c01
+7044d308
+d8c04521
+d8a04464
+202073cc
+47234028
+20404a39
+20404792
+2437ca39
+20404997
+20404a6c
+20404a14
+2040521d
+6fe0c4f9
+207a0000
+6fe24577
+207a0000
+202048af
+20404a39
+202047fc
+70456d05
+d8c04442
+d8a04533
+204073cc
+4723c028
+6fe0c535
+c05549a2
+c02ac9b3
+c01149d4
+c07fcc0e
+20600000
+6fe0c536
+c000c9a6
+c00149ae
+20600000
+6fe0c529
+247a0000
+70451e01
+70452101
+70452280
+6fe3443c
+67e34523
+20600000
+6fe0c52a
+247a0000
+70451f01
+70452102
+202049aa
+6fe0c4f9
+203a49b9
+6fe24537
+684a443c
+98467c00
+24628000
+6fe0c536
+c000c9bd
+c00149ca
+20600000
+6fe0c529
+247a0000
+6fe0c51e
+c000c9c2
+20600000
+70451e02
+6fe0c4f9
+203a49a9
+70452101
+70452280
+6fe24577
+67e24523
+202074c8
+6fe0c52a
+247a0000
+6fe0c51f
+c000c9cf
+20600000
+70451f02
+6fe0c4f9
+203a49b1
+70452102
+202049c6
+6fe0c4f9
+203a49da
+6fe24537
+684a4577
+98467c00
+24628000
+6fe0c536
+c000c9de
+c00149ec
+20600000
+6fe0c529
+247a0000
+6fe0c51e
+c00149e3
+20600000
+70452901
+20404a08
+204049a9
+6fe0c520
+1fe1fe01
+67e0c520
+58000000
+67e1451e
+20600000
+6fe0c52a
+247a0000
+6fe0c51f
+c08049f1
+20600000
+70452a01
+20404a0e
+204049b1
+6fe0c520
+1fe1fe02
+67e0c520
+204049e9
+20205217
+6fe0c561
+c1808000
+6fe0c55b
+247a0000
+6fe0c445
+c000ca01
+c0014a05
+20600000
+6fe0c576
+c4000000
+7857fc00
+20600000
+6fe0c576
+c4008000
+20204a03
+6fe0c55b
+247a0000
+6fe0c576
+1fe1fe01
+67e0c576
+20600000
+6fe0c55b
+247a0000
+6fe0c576
+1fe1fe02
+67e0c576
+20600000
+6fe0c520
+207a0000
+6fe0c536
+c000ca08
+c0014a0e
+20600000
+79200027
+6fe0c116
+67e0c56e
+20204c45
+6fe1452b
+20207487
+47244029
+7044d300
+6fe0c55c
+207a0000
+6fe1452d
+20207487
+20404a69
+2437ca39
+20404a5b
+24344a39
+6fe0c4c8
+203a4a39
+1fe0fe02
+98007200
+d8c04442
+d8a04533
+20407419
+70455e00
+6fe0c55b
+205a4a76
+4724c029
+6fe0c535
+c000ca3f
+c0014a4e
+c07fca3d
+47254029
+d8a04442
+df200042
+202073ec
+20404a16
+20204c0e
+20404a08
+20404ba2
+6fe0c555
+6848c533
+284ffe03
+7920fe00
+67e0c555
+c000ca54
+6fe0c55d
+6848c533
+284ffe04
+7920fe00
+67e0c55d
+6fe1452f
+20207487
+20404a0e
+6848c533
+284ffe03
+2020ca59
+6fe14531
+20207487
+6fe0c095
+1fe67c0c
+2042cebb
+6fe2453d
+20204c14
+6fe2453d
+20204c18
+204074ca
+6fe0c4d1
+6848c4d2
+98467c00
+2442f4c8
+6fe0c4d1
+67e0c4d2
+6fe1c4cb
+6849c4ce
+98467c00
+2442f4c8
+6fe1c4cb
+67e1c4ce
+20600000
+20404a39
+20404792
+24778000
+6fe0c442
+67e0c4d4
+2040488d
+6fe0c443
+2feffe00
+2020ca75
+20404a20
+2040485e
+2040480e
+202047fc
+70455f01
+58000280
+d8e00008
+20207420
+4725c029
+70455e01
+70456200
+7044f2ff
+202048d1
+47264029
+6fe0c55e
+207a0000
+204048be
+24740000
+20404a8c
+6fe0c562
+1fe0fe01
+1fe17e01
+67e0c562
+c0004a91
+c000ca94
+20600000
+6fe0c56d
+207a0000
+1fe0ffff
+67e0c56d
+20600000
+6fe0c56d
+247a0000
+20204ad6
+6fe0c56d
+247a0000
+20204975
+6fe0c575
+247a0000
+6fe0c573
+205a4ac5
+6fe0c570
+c3800000
+79207e00
+67e0c570
+70456f01
+70457400
+58000000
+67e14571
+7044f260
+202048d1
+4726c029
+6fe0c561
+c1000000
+6fe0c575
+247a0000
+6fe0c573
+247a0000
+6fe0c56f
+207a0000
+204048be
+24740000
+6fe14571
+1fe0fe01
+67e14571
+d84007d0
+98467c00
+20214ac1
+20404a8c
+6fe0c574
+1fe0fe01
+1fe17e01
+67e0c574
+c0004abe
+c000c975
+20600000
+6fe0c56d
+243a4975
+20204b88
+70457301
+20204b88
+70456f00
+20600000
+70456f01
+20600000
+47274029
+6fe0c560
+c3800000
+79207e00
+67e0c560
+6fe0c56e
+67e0c116
+70455c00
+7007ab00
+70455501
+7044c900
+6fe2443c
+204048af
+2040489b
+20204a39
+70455c00
+70456100
+70456000
+20600000
+6fe0c561
+c1800000
+20404ac7
+20404b8c
+20204a26
+4727c029
+6fe0c561
+c1808000
+20404978
+20404988
+6fe0c55b
+247a0000
+6fe0c520
+207a0000
+70455e00
+20404ad6
+20404a76
+202048d1
+6fe0c560
+c3838000
+79207e07
+67e0c560
+70456200
+70455c01
+58000000
+67e1c588
+67e3c565
+20404b7a
+24628000
+6fe0c4d9
+67e0c564
+6fe0c4d8
+67e0c563
+20600000
+4728402a
+6fe0c561
+c1838000
+20404aec
+20404b22
+20404a69
+2437ca39
+20404b7a
+2042ca28
+6fe0c555
+205a4ac3
+70456100
+6fe0c560
+79207e00
+67e0c560
+6fe0c55c
+1fe67c02
+2442cb78
+20404a39
+20404a76
+20404b7a
+2022cb1b
+6fe244da
+684a457f
+98467c00
+2022cb1e
+6fe244da
+684a457b
+98467c00
+2022cb20
+20600000
+6fe0c564
+67e0c4d9
+20600000
+6fe0c56a
+20204b1c
+6fe0c567
+20204b1c
+4728c02a
+6fe0c562
+1fe0fe01
+1fe17e03
+67e0c562
+c0004b46
+c000cb60
+c0014b2c
+c001cb60
+20600000
+204049a9
+6fe2457b
+203a4b22
+204048af
+6fe0c568
+205a4b41
+6fe0c566
+67e0c4d8
+6848c589
+6a21458f
+20404c1a
+6048c589
+20404c23
+6048c586
+18467c50
+24610000
+6848c567
+204048a0
+6048c567
+67e0c566
+20600000
+70456801
+d8400000
+204048a5
+67e0c566
+20600000
+204049b1
+6fe2457f
+203a4b22
+204048af
+6fe0c56b
+205a4b5b
+6fe0c569
+67e0c4d8
+6848c58a
+6a214591
+20404c1a
+6048c58a
+20404c23
+6048c587
+18467c50
+24610000
+6848c56a
+204048a0
+6048c56a
+67e0c569
+20600000
+70456b01
+d8400000
+204048a5
+67e0c569
+20600000
+204049a9
+6fe2443c
+204048af
+6fe0c565
+205a4b74
+6fe0c563
+67e0c4d8
+6848c588
+6a21458d
+20404c1a
+6048c588
+20404c23
+6048c585
+18467c50
+24610000
+6848c564
+204048a0
+6048c564
+67e0c563
+20600000
+70456501
+6fe0c563
+67e0c4d8
+20600000
+70455c00
+20600000
+6fe244da
+684a443c
+98467c00
+20600000
+6fe0c55c
+c1010000
+6fe0c55f
+207a0000
+d8e00008
+2040742e
+247a0000
+70455f00
+70456d00
+20404a97
+4729402a
+70456107
+70456000
+20204a39
+4729c02a
+6fe0c555
+c000cc59
+6fe0c55d
+c000cba0
+684a4556
+1c427e00
+98467c00
+244148ce
+1fe22400
+6fe24556
+6848c55a
+98408400
+1a427e00
+98467c00
+24610000
+793ffe1c
+67e24556
+70455501
+2020489b
+70455d00
+2020489b
+1c427e00
+67e24556
+20600000
+da604529
+da404cdb
+20204dd3
+472a402a
+79200026
+6fe0c547
+793ffe01
+79207e02
+67e0c547
+6fe0c52e
+203a4bbd
+6fe0c52d
+c000cbb5
+c0014bb5
+c001cbc4
+c0024bc4
+6fe0c51c
+67e0c116
+6848c537
+6048c4d9
+6fe2452f
+20404bce
+6048c537
+20600000
+70411603
+6848c538
+6048c4d9
+6fe24533
+20404bce
+6048c538
+20600000
+70411603
+6848c539
+6048c4d9
+6fe2454f
+20404bce
+6048c539
+20600000
+6fe244aa
+207a0000
+67e24533
+204048af
+2020489b
+472ac02a
+6fe1452b
+d84001f8
+98417e00
+203a4bd9
+6fe1452b
+1fe0fe01
+67e1452b
+20600000
+20404bf3
+20404cb0
+242c4bfa
+2437cbfa
+20404ccf
+6fe24517
+684a44da
+98467c00
+2022c90a
+6fe2454f
+684a44da
+98467c00
+2042cbcb
+6fe0c547
+793ffe02
+67e0c547
+58000000
+67e14523
+67e1452b
+67e14529
+7004c33c
+20406f7b
+472b402a
+df200004
+d8a04464
+202073dd
+704464ff
+6fe0c4d4
+67e0c465
+6fe2454f
+67e24466
+7044d306
+2020485e
+6fe0c52e
+203a489b
+6fe1452b
+1fe0fe01
+67e1452b
+2feffe09
+6fe0c52d
+c000cc06
+c0014c08
+c001cc0a
+c0024c0c
+20204bbd
+2020cbbd
+20204bb5
+2020cbc4
+20204bb5
+2020cbc4
+20204bbd
+2020cbc4
+20204915
+6fe0c536
+c000cc12
+c0014c16
+20600000
+6fe24537
+67e24577
+67e2457b
+20600000
+6fe24537
+67e24577
+67e2457f
+20600000
+472bc02a
+1a227e00
+98408a00
+6fe08009
+e7e08005
+18408401
+6fe0c51d
+98410400
+20600000
+472c402b
+6fe0c51d
+1fe0fe01
+67e104ef
+1fe27200
+1a220c00
+dfe00000
+e8408006
+9840fe00
+c2004c2a
+684904ef
+9846fc00
+20407475
+18078400
+c6138000
+18427e00
+c6930000
+20403a68
+1fe20400
+20600000
+20203a49
+6fe1453b
+20204c4c
+1fe22200
+6848c53a
+6fe1453b
+98408a00
+1a227e00
+e7e08005
+18408401
+6fe0c51d
+98410400
+6048c53a
+20600000
+6fe1458b
+20404c4c
+6fe1458d
+20404c4c
+6fe1458f
+20404c4c
+6fe14591
+207a0000
+1fe20a00
+6fe0c51d
+1fe0fe01
+1fe27200
+202073ec
+20404c37
+207a0000
+6848c584
+6a21458b
+20404c1a
+6048c584
+20600000
+6a21458b
+20404c23
+6048c583
+18467c50
+24610000
+2020489b
+6fe2443c
+67e2454f
+20204c38
+c6930000
+6fe0c547
+c280c91c
+c2814bd0
+6fe0c563
+c000cd21
+472cc02b
+20404c84
+24344d00
+20404c99
+20404d49
+6fe0c095
+c0045d98
+6fe44556
+67e444fa
+6fe14568
+67e1456a
+6fe14543
+20207487
+472d402b
+20404d15
+24740000
+20404d1f
+204074e0
+6fe1c553
+20204c81
+472dc02b
+20404d15
+24740000
+20404d1f
+6fe444fa
+20407464
+604a40aa
+20203b47
+20404c87
+24740000
+2020485e
+6fe1453d
+20407487
+20344c8d
+6fe3c465
+207a0000
+202074c8
+70454d00
+1a20fe01
+67e0c4d3
+20404c95
+67e0c464
+1a420c00
+1a227200
+20207419
+6fe0c4d4
+1fe17e07
+67e0c4d4
+20600000
+58000000
+67e0c54c
+67e1456d
+20404cb0
+6fe0c4ca
+c000cca5
+242c4cbe
+2437ccbe
+20404ccf
+6fe0c095
+1fe67c08
+2042dfdc
+20404d7b
+20404bef
+6fe0c4c9
+1fe0fe01
+67e0c4c9
+20404cf3
+472e402b
+58000000
+67e0c548
+67e14549
+20600000
+472ec02b
+7857fc00
+2040480e
+6fe0c4ca
+c000c7fc
+18002a00
+6fe244da
+98001200
+68488008
+20403954
+2040396a
+2040479a
+2057c7fc
+20600000
+6fe0c095
+c0844cc3
+6fe0c77f
+247a0000
+20405bf7
+6fe0c54d
+247a0000
+6fe14549
+1fe0fe01
+67e14549
+6fe0c54a
+c2824cd7
+20404cdd
+6fe1456d
+1fe0fe01
+67e1456d
+20204c9c
+472f402b
+2040488d
+6fe0c4c8
+207a0000
+98007200
+d8c04444
+d8a044a8
+20207419
+472fc02b
+58000000
+67e14549
+70454b01
+7004c33a
+20206f7b
+4730402c
+6848c54c
+6fe0c56c
+98467c00
+24214cfb
+18408401
+6048c54c
+6fe0c56c
+c002ccea
+6fe0c54c
+c0034cf5
+c0064cf5
+20600000
+6fe0c54c
+c001ccf5
+c0034cf5
+20600000
+c517ccf1
+67e0c485
+20600000
+67e0c486
+20600000
+6fe0c4d4
+c4020000
+6fe0c4d4
+793ffe04
+67e0c4d4
+20404cee
+20404d7f
+2020489b
+20404d6f
+20404d7f
+2020489b
+6fe1453f
+20207487
+6fe0c54d
+205a4d07
+6fe0c563
+c1008000
+20404cfe
+6fe14545
+20207487
+7044d401
+70454d01
+20404c95
+67e0c464
+58000000
+67e3c465
+6fe2454f
+67e2446c
+7044d30c
+6fe0c4d4
+79207e03
+67e0c4d4
+2040485e
+20204c6b
+4730c02c
+78347c00
+20403b1b
+6fe1c0be
+203a74ca
+6fe0c094
+203a74ca
+6fe0c563
+c000f4ca
+20600000
+6fe14541
+20207487
+204048be
+24740000
+20404d36
+6fe14564
+1fe0fe01
+67e14564
+68494566
+98467c00
+2042cd2b
+20204c68
+70456300
+58000000
+67e14564
+58000064
+67e14566
+70456200
+6fe0c4f3
+67e0c4f2
+20600000
+6fe0c4f4
+20204d32
+6fe0c562
+1fe0fe01
+67e0c562
+c0024d34
+c002cd30
+20600000
+70456301
+58000000
+67e14564
+20600000
+df200002
+d8c044da
+204074c8
+5800ffff
+e8410006
+98467c00
+2442f4ca
+c2004d44
+20600000
+4731402c
+6fe0c3f0
+247a0000
+6fe14434
+c3858000
+6a21453b
+20404c23
+6048c56f
+6fe0c574
+c5134d54
+6fe0c577
+98467c00
+24214d6e
+6fe0c571
+1fe67c02
+24214d5c
+6fe0c571
+c0004d6f
+20600000
+6fe0c571
+6848c572
+98467c00
+24628000
+70457100
+6848c56f
+6fe0c573
+c5134d65
+6fe0c576
+98467c00
+24610000
+6fe0c570
+c0004d76
+1fe0ffff
+67e0c570
+c0004d76
+70411600
+20600000
+70457100
+6fe0c570
+c0014d74
+1fe0fe01
+67e0c570
+c000cd6c
+70411606
+20600000
+70411685
+20600000
+70457001
+70457100
+20600000
+6fe0c571
+1fe0fe01
+67e0c571
+20600000
+6fe0c571
+1fe67c02
+24414d87
+6fe0c571
+c1000000
+1fe0ffff
+67e0c571
+20600000
+70457103
+20600000
+44b8400e
+6fe0c095
+203a4d89
+c00250b8
+c004e028
+c00561ec
+c004522c
+20600000
+20758000
+20406bdd
+6fe0c095
+c004e157
+c0056157
+c00250c3
+c0045275
+20600000
+20406ec0
+20406f91
+20404da0
+6fe14394
+20207487
+6fe14392
+20207487
+44b8c00e
+da20441e
+204074a5
+207a0000
+1fe22600
+20404da9
+20204dad
+da600000
+20600000
+c0084dbc
+c00a4db3
+c00acdb7
+20600000
+6fe14396
+20207487
+6fe1438c
+20207487
+6fe14390
+20207487
+6fe14434
+79207e09
+67e14434
+20600000
+70436d00
+6fe14434
+793ffe09
+67e14434
+20204e19
+6fe143aa
+79207e00
+67e143aa
+20600000
+67e081dc
+44b9400e
+6fe081dc
+207a0000
+1fe0ffff
+67e081dc
+20406ecc
+20404dfa
+20406957
+6fe1439c
+20407487
+20204dc1
+efe08013
+207a0000
+1fe0ffff
+e7e08013
+247a0000
+1a427e00
+20207487
+efe10013
+207a0000
+1fe0ffff
+e7e10013
+247a0000
+1a427e00
+20207487
+684943e2
+1840a601
+da404dde
+20204dcc
+20404e2f
+c000cde1
+20204e13
+58000002
+e7e08013
+1840a408
+efe10012
+20207487
+20404de8
+20204e13
+58000000
+67e143a8
+20600000
+58000000
+67e143aa
+20600000
+6fe143aa
+79207e07
+67e143a8
+58000000
+67e143aa
+20600000
+d8e00009
+20203c21
+d8e00009
+20203c25
+7043a605
+20204df4
+da6043a6
+da404df6
+20204dcc
+7004c30f
+20206f84
+7004c310
+20206f84
+7004c30e
+20206f84
+7004c30d
+20206f84
+7004c317
+20206f84
+7004c318
+20206f84
+7004c316
+20206f84
+7004c311
+20206f84
+7004c315
+20206f84
+7004c314
+20206f84
+7004c313
+20206f84
+7004c319
+20206f84
+7004c31f
+20206f84
+7920000d
+20600000
+793f800d
+20600000
+20404e2f
+c0014e25
+58000001
+e7e08013
+1840a203
+1840a406
+e8408011
+1a60a601
+e0408013
+20204de4
+58000000
+e7e08013
+6fe14434
+c304ce2b
+2040473e
+20404e0b
+684943e2
+1840a202
+1840a404
+20204e21
+684943e2
+1840a600
+efe08013
+20600000
+20404e2f
+c0804e36
+20204e13
+1840a40a
+20204de4
+7046ec02
+70435f01
+58000020
+20406145
+d8a04235
+6fe0c2b0
+1fe104f0
+18518400
+20404e4e
+e0408005
+1fe1040f
+20404e4e
+e0408005
+204040f9
+6f20c22d
+d8a04322
+d8c0422e
+20407419
+6f20c22d
+d8a04342
+d8c0422e
+20207419
+18467c09
+20214e52
+18408437
+20600000
+18408430
+20600000
+6fe0c6b9
+c0ffce64
+6fe0c6b7
+c0ffce67
+6fe0c6c2
+c0ffce69
+6f20c625
+da204626
+1a220c00
+efe08006
+18c22200
+c07fce62
+1fe20400
+20406b96
+c2004e5c
+20600000
+6fe446b9
+67e44628
+20204e56
+67e0c626
+20204e58
+67e0c627
+20204e5a
+2040500a
+20405088
+da200000
+20406caf
+20404e54
+20404ebd
+20404e83
+6fe0c8ef
+1fe27200
+580048f0
+1fe22200
+1a220c00
+efe08006
+18c22200
+c07fce7d
+1fe20400
+67e0c8f4
+20404e7f
+c2004e76
+20600000
+6fe0c8f4
+c17f8000
+98000400
+20206b96
+7046c864
+20600000
+20404e88
+204074e0
+20206c75
+20406fd6
+df200014
+d8c08070
+18c20a00
+efe08006
+c00fce97
+c0104e97
+c010ce97
+c0114e97
+c011ce97
+c0164e97
+c016ce97
+c0004e97
+c2004e8b
+20204e9d
+58000040
+e7e08005
+20204e95
+58000080
+e7e08005
+20204e95
+6fe0c8ef
+1fe27200
+d8c048f0
+efe08006
+79207e07
+d840003e
+20406bbc
+c2004ea0
+20600000
+20206c81
+20404ebf
+20404eaa
+20204ea6
+6fe14434
+c3848000
+6fe0c902
+c000ceaf
+20600000
+6fe0c6e3
+c1008000
+7046e301
+20404eb9
+20404ebb
+20204ed2
+6fe14907
+67e14909
+70490b00
+20600000
+58000000
+20204eb6
+da200000
+20206f0b
+da200000
+20206f10
+6fe14434
+c4048000
+204041cc
+247a0000
+da204611
+20407015
+24740000
+d8c04611
+20206149
+1a627e00
+c016ce33
+c0084e1b
+c00a4ece
+c00aced8
+20600000
+20404eb9
+20404ebb
+793f8027
+20204ed4
+6fe146e4
+67e146e6
+7046c714
+70409400
+20404e01
+20204e17
+79200027
+20404eb5
+20404fbf
+20404fb3
+58000000
+67e2c695
+20406ff8
+7046570a
+7046590a
+70465b0a
+7040c102
+58000020
+20406145
+20204e03
+20404f60
+20404f63
+20404f66
+20404ef3
+20204eeb
+da604903
+da400000
+20204dcc
+da604909
+da404ef1
+20204dd3
+70490b01
+20600000
+da6046e6
+da404ef6
+20204dd3
+7046e302
+70490200
+20204edc
+6fe0c6c1
+207a0000
+da6046c7
+da404efe
+20204dcc
+6fe0c6c6
+67e0c6c7
+6fe0c6ca
+247a0000
+20406c11
+67e146e1
+da2046db
+20406c31
+6848c6c8
+98467c00
+20214f0b
+67e0c6c8
+1fe20400
+6048c6c9
+6fe0c6c3
+98467c00
+20414f16
+6048c6d4
+df200006
+d8c046cf
+20404f1d
+67e0c6d5
+da2046cc
+20206ffd
+6fe0c6cb
+247a0000
+7046cb01
+da200001
+20206f10
+da200001
+20206f0b
+da200000
+efe08006
+9a20a200
+c2004f1e
+1a217eff
+20600000
+6fe0c36e
+c0094f26
+20600000
+6fe1436f
+c00ccf3d
+20600000
+4495c005
+efe28011
+67e28546
+6fe10546
+d8406b5a
+98467c00
+24628000
+6fe10549
+1ff0fe00
+67e10549
+1fe27200
+1a20a205
+1a220c00
+d8a0054b
+20407419
+efe08006
+67e08555
+da200548
+da40054b
+20600000
+58000000
+67e2c64b
+67e2c650
+20404f29
+1a420c00
+d8a0464b
+df20000a
+20407419
+44964005
+efe08011
+c0014f6f
+c001cf84
+c0024f8b
+c002cf8b
+c003cffb
+c0044ffe
+20600000
+20404f3d
+6fe08548
+c0024f53
+c002cf53
+20600000
+6fe0c64b
+245a4f5a
+6fe0c64d
+245a4f5c
+6fe0c64f
+207a0000
+203a4f5e
+7048ec05
+20600000
+7048ed05
+20600000
+7048ee05
+20600000
+da6048ec
+da404f69
+20204dcc
+da6048ed
+da404f6b
+20204dcc
+da6048ee
+da404f6d
+20204dcc
+70464b00
+20204f8b
+70464d00
+20204f8b
+70464f00
+20204f8b
+6fe0c64b
+67e0c656
+6fe0c64c
+67e0c658
+20204f95
+6fe0c64b
+67e0c658
+20204fa3
+6fe0c657
+20404f7c
+6fe0c64c
+67e0c656
+20204fa1
+c0014f80
+c001cf82
+67e0c657
+20600000
+70465705
+20600000
+7046570a
+20600000
+6fe0c64b
+20404f7c
+6fe0c657
+20404fef
+20404ff2
+7004c500
+20206cd4
+6fe0c6e9
+247a0000
+6fe3464b
+67e34656
+6fe0c657
+6848c659
+98417e00
+6848c65b
+98417e00
+205a4fa7
+4496c005
+6fe14434
+2feffe09
+2440ceb5
+20404fa1
+20404fa3
+20204f9c
+6fe0c656
+6848c658
+9840fe00
+243a6fd8
+20206fd6
+d8c04656
+20204fa9
+d8c04658
+20204fae
+d8c0465a
+20204fcb
+7046ca00
+20600000
+efe08006
+c0004fb3
+c000cfb7
+c0014fbb
+20600000
+efe08006
+c0004fbf
+c0014fc3
+c000cfc7
+20600000
+6848c8f0
+20406b92
+6848c8f1
+20206b92
+6848c8f0
+20406b96
+6848c8f1
+20206b92
+6848c8f0
+20406b92
+6848c8f1
+20206b96
+6848c8f2
+20406b92
+6848c8f3
+20206b92
+6848c8f2
+20406b96
+6848c8f3
+20206b92
+6848c8f2
+20406b92
+6848c8f3
+20206b96
+44974005
+efe08006
+c0004fd8
+c000cfd1
+c0014fd3
+20600000
+70467400
+20204fd4
+70467401
+efe08006
+67e0c676
+efe40012
+20204fdd
+efe08012
+20406d17
+1a40a401
+efe08012
+20206d17
+67e44677
+7046ca01
+6fe0c674
+c0004feb
+6fe0c678
+67e0c679
+6fe0c677
+20406d17
+6fe0c676
+20404fef
+67e0c67e
+6fe34679
+67e304c4
+20206cc0
+6fe0c677
+67e0c679
+6fe0c678
+20204fe4
+1feffe05
+1fe0fe32
+20600000
+d8402ee0
+984ffe00
+1fe6fc64
+20407475
+18078400
+18422200
+58002ee0
+98462400
+20600000
+6fe4464b
+67e44695
+20600000
+6fe0c6b2
+67e0c6a8
+6fe0c6b3
+67e0c6a9
+6fe0c6b4
+67e0c6aa
+df20000d
+d8c046a3
+20404f1d
+67e0c6b0
+da2046a0
+20206ffd
+58000000
+67e44521
+20404a1a
+204048f1
+20204a7a
+20405013
+2040501b
+2040505c
+202050ab
+20404a7f
+6fe0c561
+c1808000
+6fe0c903
+243a4ad6
+6fe0c6e3
+c0014ad6
+20600000
+6fe0c561
+c1800000
+2040502a
+2037d028
+6fe0c90b
+207a0000
+6fe0c90c
+1fe0fe01
+67e0c90c
+c0025028
+2040489b
+2040503b
+2437d01f
+70490c00
+20600000
+6fe0c561
+c1800000
+2040502f
+20404b8c
+2020503b
+6fe0c560
+c3800000
+79207e00
+67e0c560
+6fe0c56e
+67e0c116
+70455c00
+7007ab00
+70455501
+7044c900
+6fe24925
+20204ad2
+20404a69
+2437ca39
+20404a5b
+24344a39
+6fe0c4c8
+203a4a39
+1fe0fe02
+98007200
+d8c04442
+d8a04533
+20407419
+70455e00
+6fe0c55b
+205a4a76
+6fe0c535
+c07fd04d
+c000d04f
+20204a36
+20406fd8
+20204c0e
+20404ba2
+6fe0c555
+6848c533
+284ffe03
+7920fe00
+67e0c555
+c000d057
+20204a46
+6fe0c095
+1fe67c0c
+2042efd8
+6fe2453d
+20204c14
+6fe0c561
+c1808000
+20404978
+204050a1
+20404988
+6fe0c520
+243a5069
+20404b7e
+6fe0c55f
+207a0000
+58000000
+67e2457b
+20600000
+70455e00
+da200000
+20406fd8
+20404ad6
+204048d1
+6fe2443c
+67e24925
+6fe0c931
+245a5074
+6fe24925
+202048af
+6fe0c931
+207a0000
+6fe0c578
+67e0c928
+6fe0c43d
+67e0c927
+6fe0c577
+67e0c926
+6fe0c43c
+67e0c925
+20405091
+6fe24925
+684a4929
+98467c00
+20628000
+1a627e00
+da204925
+df200004
+20406883
+20600000
+6fe2443c
+67e24925
+6fe0c931
+207a0000
+20405091
+6fe24929
+207a0000
+67e24925
+20600000
+6fe0c931
+207a0000
+da600700
+1a627e00
+da204929
+d8400004
+204068c5
+6fe2492d
+207a0000
+67e24929
+1a627e00
+d84007cc
+98467c00
+20610000
+1a60a604
+20205094
+6fe2457b
+207a0000
+202048af
+6fe14434
+c3848000
+6fe146e4
+67e146e6
+70490201
+da204536
+20204f4e
+6fe0c90b
+207a0000
+204050b3
+24740000
+6fe1c4fa
+20407464
+604a40aa
+20203b47
+78347c00
+20403b1b
+6fe1c0be
+203a74ca
+20204e87
+580050cc
+67e1452b
+580051b4
+67e1452f
+580051c5
+67e14531
+5800518b
+67e1452d
+580050db
+67e106f3
+2020703f
+4497c005
+204050d1
+7045dc00
+70457600
+20404a1a
+20404900
+204048d4
+20406d2f
+20206d37
+6fe0c55b
+c000517b
+c000d106
+c007d102
+20600000
+44984006
+58001fdf
+da204593
+d8400001
+202068c5
+4498c006
+df200001
+da204593
+dfe01fdf
+20206883
+6fe0c5b3
+c28250df
+6fe0c593
+c0ad50e3
+7045935a
+6ff2137a
+79207e1d
+67e20626
+6fe0c5de
+67e0862e
+204050fc
+2040708d
+204050e9
+202050f2
+6fe086f9
+207a0000
+6fe0c593
+c02d50f0
+6fe206fa
+67e20626
+20600000
+6fe206fe
+202050ee
+6fe0c593
+c02d50f8
+58009272
+67e105fb
+70064a1a
+20600000
+5800928d
+67e105fb
+70064a3f
+20600000
+6fe0c5be
+207a0000
+d8c045be
+d8a006b7
+df20001e
+20207419
+20404ad6
+20405183
+2040513f
+20205103
+20404ad6
+20405183
+20404adf
+2040513f
+20205107
+2040510e
+2040511e
+20205130
+44994006
+6fe0c5b2
+207a0000
+d8e0000d
+2040742e
+247a0000
+7045b200
+58000001
+67e087b1
+58000000
+e7e38005
+7007aa20
+6fe087ab
+79207e02
+67e087ab
+20600000
+4499c006
+6fe0c5b0
+207a0000
+d8e0000e
+2040742e
+247a0000
+7045b000
+d8a007c1
+df200002
+204073dd
+6fe407c1
+67e4459c
+7007c100
+7007a910
+6fe087ab
+79207e01
+67e087ab
+20600000
+449a4006
+6fe0c5b1
+207a0000
+d8e0000c
+2040742e
+247a0000
+7045b100
+d8a007d1
+df200002
+204073dd
+7007d103
+6fe187d1
+67e1c5a7
+7007aa21
+2020511a
+449ac006
+20406d37
+6fe0879f
+205a5195
+20407033
+6fe0887f
+243a5157
+6fe08795
+207a0000
+70079500
+6fe10793
+d84002ba
+98467c00
+24628000
+6fe08713
+c1dd0000
+6fe08714
+c050515c
+c050d162
+c053516e
+c053d170
+c054d176
+70079600
+20600000
+70087f00
+6fe0887d
+207a0000
+6fe106f5
+20207487
+6fe08715
+c040d15f
+20205155
+20404975
+70079601
+20600000
+6fe08715
+c000d167
+c042516a
+c053d16c
+20205155
+6fe0c520
+67e08754
+20205160
+20404ad7
+20205167
+700754a1
+20205160
+70075415
+20205160
+6fe0c561
+c0005174
+c000d16c
+20600000
+700754a0
+20205160
+70075400
+70075500
+70075601
+70075707
+20205160
+20404a7a
+20404a7f
+20404aa5
+20405183
+20404adf
+20404afc
+2040513f
+2020517c
+449b4006
+6fe0c561
+c1800000
+20404ada
+2040510b
+6fe0c55b
+247a0000
+20204b7e
+6fe0c4d4
+c000d18e
+c0015197
+6fe0c5dd
+c280519d
+20205199
+6fe0c095
+c1820000
+7045dd03
+20600000
+7045dd00
+20600000
+6fe0c5dd
+c280d1a1
+6fe0c55c
+c000d1a8
+c001d1ac
+20600000
+6fe0c5dd
+793ffe00
+67e0c5dd
+202051a4
+6fe0c5dd
+793ffe01
+67e0c5dd
+7044d301
+580000ff
+67e0c464
+20600000
+70455c01
+204049f9
+24778000
+20204983
+6fe0c444
+c000d1a8
+c07fd1a8
+70079700
+7044d301
+6fe0c56c
+67e0c464
+20600000
+58000001
+67e087b1
+6fe3c536
+e7e38005
+6fe0c536
+245a51bd
+6fe0c536
+205a51c1
+20205119
+7045b201
+58000180
+d8e0000d
+20207420
+7045b200
+58000000
+d8e0000d
+20207420
+6fe0c536
+c00051ca
+c00151fd
+c001d1e5
+20204a39
+6fe0c538
+67e0c55c
+70453800
+d8a007c1
+d8c04537
+df200008
+20407419
+6fe407c1
+245a51dd
+6fe407c1
+205a51e1
+6fe407c1
+67e44594
+684c459c
+98467c00
+2442d12b
+6fe44594
+67e4459c
+20204a39
+7045b001
+58000180
+d8e0000e
+20207420
+7045b000
+58000000
+d8e0000e
+20207420
+d8a007d1
+d8c04536
+df200003
+20407419
+6fe107d2
+245a51f5
+6fe107d2
+205a51f9
+6fe187d1
+67e1c5a4
+6849c5a7
+98467c00
+2442d13d
+6fe1c5a4
+67e1c5a7
+20204a39
+7045b101
+58000180
+d8e0000c
+20207420
+7045b100
+58000000
+d8e0000c
+20207420
+d8a007e1
+d8c04536
+df200002
+20407419
+6fe107e1
+245a520d
+6fe107e1
+205a5211
+6fe107e1
+67e145aa
+684945ad
+98467c00
+2442d215
+6fe145aa
+67e145ad
+20204a39
+7045b101
+58000180
+d8e0000c
+20207420
+7045b100
+58000000
+d8e0000c
+20207420
+7007aa22
+2020511a
+6fe0c095
+c1820000
+6fe0c593
+c12d0000
+7045dc01
+20600000
+6fe0c095
+c1820000
+6fe0c5dc
+207a0000
+7004cc00
+7045935a
+204050d6
+204050d1
+6fe084cc
+1fe0fe01
+67e084cc
+c07fea09
+6fe0c593
+c0ad5222
+20206a09
+20406eb3
+2040525e
+204057a0
+20758000
+204059bd
+2040562e
+20405cc5
+20405239
+2040583e
+6fe14434
+c2865b08
+20405c3d
+202052eb
+58005fad
+67e14543
+58005fa2
+67e14545
+58005e91
+67e143a2
+58005e31
+67e1453d
+58005e59
+67e1453f
+5800536c
+67e14541
+5800596a
+67e14392
+58005367
+67e14390
+58005912
+67e14396
+58005be9
+67e14394
+5800532c
+67e1438e
+58005952
+67e14398
+58005a1e
+67e1439c
+58005494
+67e143a0
+58005318
+67e1438c
+58005f98
+67e1439a
+58005f9f
+67e1439e
+580059e8
+67e14314
+20600000
+20758000
+20404c5f
+204048d4
+20406024
+20405447
+20405296
+20405ab3
+204055da
+2040575f
+204041e5
+6fe44864
+c289dbd3
+c2895b94
+20600000
+70409a08
+6fe44864
+c3860000
+70409a18
+20600000
+204048fa
+6fe44864
+c41e8000
+202048fd
+6fe145a8
+67e14521
+6fe0c5ab
+67e14527
+6fe2c5ad
+67e2c573
+6fe0c5ac
+67e0c51c
+6fe0c5b2
+2feffe00
+2040dc81
+6fe0c5b2
+2feffe02
+2040dc83
+6fe0c5b2
+2feffe01
+2040dc85
+6fe0c5b2
+2feffe03
+2040dc87
+6fe0c5b2
+2feffe04
+2040dc89
+6fe0c5b2
+2feffe05
+2040dc93
+6fe0c504
+245a48e4
+2040526c
+204053a6
+20405271
+20405d72
+20204900
+58009000
+67e142cc
+7040c203
+7040a708
+70485700
+70485700
+70485800
+58000200
+67e140a5
+7042b617
+7042b817
+58000a77
+67e143ae
+38001224
+38044000
+38080000
+e7e28005
+580047af
+67e14316
+58000010
+67e14318
+20405ef7
+20405ea2
+204053b9
+6fe44864
+c30dd2b3
+58000006
+67e142a8
+67e142aa
+204052e0
+6fe44864
+c30c52b7
+204052d5
+6fe1c553
+67e1c8e6
+6fe0c5e5
+67e0c76e
+6fe1c2b3
+67e1c783
+6fe0c5a5
+1fe17efe
+67e0c5a5
+67e0c3c6
+58000000
+67e3c578
+6fe0c436
+67e0c854
+67e0c855
+2040410b
+449bc006
+6fe0c5be
+67e0c5d5
+6fe0c5bd
+c17f8000
+6848c5bd
+2040547f
+6848c5bd
+20406b85
+2040d2d2
+2020547b
+6fe0c5bf
+67e0c5d5
+20600000
+6fe1c8cc
+67e1c553
+6fe1c8cf
+67e1c556
+6fe0c8d2
+67e0c56c
+6fe248de
+67e248da
+58100c0c
+67e1c4f2
+20600000
+6fe1c8d3
+67e1c553
+6fe1c8d6
+67e1c556
+6fe0c8d9
+67e0c56c
+6fe248e2
+67e248da
+581c1919
+67e1c4f2
+20600000
+449c4007
+6fe44864
+c297ddba
+6fe0c5e5
+c0005daa
+204052ff
+243458e5
+449cc007
+6fe0c8bf
+245a5ab8
+da2045e6
+6fe0c5e5
+1fe0ffff
+1feffe1d
+9a20a200
+efe08011
+67e0c3ac
+6fe0c3ac
+c01a5309
+202058e5
+449d4007
+78547c00
+6fe44864
+c305d306
+6fe084f1
+c3015306
+78347c00
+6fe0c76b
+67e0c76a
+20600000
+70478101
+6848c86f
+6fe0c77b
+c07fd30e
+6848c5aa
+6048c831
+20404e19
+6fe1c789
+67e1c324
+204059b2
+58000004
+e7e08006
+d8c04340
+204059b9
+20206fc0
+c5134df4
+6fe0c766
+203a4df4
+6fe0c7ae
+c000cdf4
+6fe0c589
+243a4df4
+20204df6
+6fe0c5aa
+67e0c77e
+20600000
+20405ef7
+449dc007
+58000006
+2040674e
+c281d32a
+2040582b
+2040583e
+20405338
+20204e13
+449e4007
+6ff20130
+79207e1a
+67f2004c
+20403c05
+20406eb7
+20405ef7
+20405543
+20405338
+20405bcb
+6848c5c6
+20206b6e
+449ec007
+204058e3
+204074e0
+20405afd
+20405af0
+20405543
+6848c5c3
+20406b96
+6848c5c3
+20406b6e
+6fe0c5bc
+20405759
+6848c5c8
+2040547f
+2040536c
+2040535e
+d840000d
+2040547f
+20405483
+20405357
+2020534d
+6fe44864
+c41e0000
+6848c5b9
+20406b6e
+6848c5ba
+20406b6e
+6848c5b9
+2040547b
+6848c5ba
+2020547b
+6fe44864
+c40a0000
+6fe0c5a5
+c1820000
+6fe0c5a4
+d84000c0
+20206bbd
+d8c08070
+df20000d
+efe08006
+243a5365
+58000080
+18c08bff
+e7e08005
+c2005360
+20600000
+c6130000
+2040536c
+6fe08015
+247a0000
+20206b6e
+449f4007
+6848c5b9
+20406b7c
+6848c5ba
+20406b7c
+204054b6
+6fe0c5bb
+20405759
+20406745
+6848c5b3
+20406b62
+6848c5b5
+20406b62
+6848c5b4
+20406b62
+6848c5b6
+20406b62
+6848c5b7
+20406b62
+6848c5b8
+20406b62
+6848c5c4
+20406b62
+6848c5c5
+20406b62
+6848c5b9
+20406b5e
+6848c5ba
+20406b5e
+6848c5c1
+20406b5e
+6848c5c2
+20406b5e
+6848c5c6
+20206b62
+6fe14434
+c284d392
+20600000
+1a227e00
+243a4177
+20204179
+6fe0c3c6
+c1820000
+449fc007
+6848c3c7
+18467c03
+202153a3
+18408405
+6048c5a4
+18422200
+20406bc4
+c01fdf45
+20405f43
+1a220400
+20206bae
+18408404
+6048c5a4
+2020539d
+6fe0c5a5
+c00253af
+c000d3b4
+7045a501
+582c0172
+67e1c58b
+58014001
+e7e18005
+20600000
+585d0099
+67e1c58b
+58007100
+e7e18005
+20600000
+58c8012c
+67e1c58b
+5800dc00
+e7e18005
+20600000
+6fe44864
+c40a0000
+70459d01
+c3970000
+c3958000
+70459d00
+20600000
+6fe0c59e
+1fe0fe01
+67e0c59e
+6848c59f
+98467c00
+20600000
+6fe44864
+c40a0000
+20405395
+6fe0c59d
+203a53dd
+6fe0c3c6
+c00253d2
+70459d03
+204053c0
+202153d4
+204053d9
+202053e3
+70459d02
+202053e3
+20405397
+7043c604
+6fe0c863
+245a53d9
+202053e3
+70459e00
+6fe0c5a5
+67e0c3c6
+20600000
+6fe0c3c6
+c08253e1
+6fe0c863
+247a0000
+204053c0
+24610000
+44a04008
+6fe0c863
+247a0000
+70459e00
+20406be2
+20406c11
+67e14591
+6fe0c3c6
+c08253f2
+68494591
+184ffe08
+1fe6fc0a
+20407472
+9840fe00
+67e14591
+da20458b
+20405404
+6fe0c3ca
+c2815445
+c280d323
+c30053fc
+7045a201
+202053fa
+d8e00004
+20205c8b
+d8e00004
+20405c8f
+7045a00c
+6fe0c5a2
+207a0000
+7045a200
+6848c5c9
+20205f14
+44a0c008
+efe40011
+67e404c4
+6fe0c59d
+c000541b
+c001540b
+c001d43a
+6fe44864
+c3175411
+6fe104ca
+68494593
+98467c00
+2421543d
+6fe44864
+c315d41b
+7045a300
+6fe104ca
+68494595
+98467c00
+2421541a
+20405c46
+2020541b
+20405c4a
+20405441
+20406c4d
+20406c45
+6fe104ca
+684904c6
+98467c00
+24416c49
+684904c8
+98467c00
+24416c41
+6fe104ca
+684904c4
+98467c00
+20215436
+684904c6
+98467e00
+24215438
+203a5438
+1fefa264
+6fe104c4
+684904c6
+98460400
+1a227e00
+9846fc00
+20407472
+67e0c7a9
+20600000
+7047a964
+20600000
+7047a900
+20600000
+6fe0c3c6
+c002540b
+2020541b
+6848c3ca
+79200402
+6048c3ca
+20600000
+6848c3ca
+793f8402
+6048c3ca
+20600000
+7045a301
+20600000
+20405afd
+20405af0
+6848c3d9
+20406b96
+6848c5b3
+2040547f
+6848c5b5
+2040547f
+6848c5b4
+2040547f
+6848c5b6
+2040547f
+6848c5b7
+2040547f
+6848c5b8
+2040547f
+6848c5c3
+2040547f
+6848c5c4
+2040547f
+6848c5c5
+2040547f
+6848c5b9
+2040547f
+6848c5ba
+2040547f
+6848c5c1
+2040547f
+6848c5c2
+2040547f
+6848c5c6
+2040547f
+6848c5c7
+2040547f
+6848c5c9
+20406b96
+6848c5ca
+20406b96
+6848c5cb
+20406b96
+6848c5cc
+20406b96
+6848c5cd
+20406b96
+6848c5bd
+2020547f
+18467cff
+20628000
+18410e7f
+6ff2011c
+afefffff
+2020d47f
+18467cff
+20628000
+79200407
+20206b7c
+18467cff
+20628000
+793f8407
+20206b7c
+6fe1c896
+67e184c4
+df20000e
+d8400000
+6fe184c4
+2feffe00
+2040ebae
+6fe184c4
+1fe3fe00
+67e184c4
+18408401
+c2005487
+20600000
+20405495
+7043ae73
+20405494
+20206749
+20206939
+6fe0c5bb
+d8400021
+20406bbd
+6fe0c5bc
+d8400023
+20206bbd
+44a14008
+78547c00
+58000000
+67e34579
+20405847
+58000089
+2040674d
+2040562e
+204054ac
+204054b1
+2040567b
+6fe0c578
+1fe17e1f
+67e0c578
+24345cc5
+20405cb4
+20205aa9
+6fe0c588
+207a0000
+67e0c57d
+70458800
+202074c8
+6fe0c584
+207a0000
+67e0c57e
+70458400
+202074c8
+204054c3
+204054ff
+6fe0c582
+6848c581
+67e0c581
+98467c00
+2422cdf8
+6fe0c586
+6848c585
+67e0c585
+98467c00
+2422cdf8
+20600000
+6fe0c5c1
+c17f8000
+da200000
+6848c5c1
+20406b85
+7920a200
+6848c5c2
+20406b85
+7920a201
+1a227e00
+67e0c582
+c000d4d3
+c00154d7
+6fe0c583
+c283d4e3
+20600000
+6fe0c581
+c00054db
+c001d4dd
+20600000
+6fe0c581
+c00054df
+c001d4e1
+20600000
+70458382
+20600000
+70458381
+20600000
+70458380
+20600000
+70458383
+20600000
+6fe0c583
+793ffe07
+67e0c583
+c00054eb
+c000d4ee
+c00154f1
+c001d4f4
+20600000
+6fe0c582
+c001d4f7
+20600000
+6fe0c582
+c00054f7
+20600000
+6fe0c582
+c001d4fb
+20600000
+6fe0c582
+c00054fb
+20600000
+6fe0c584
+1fe0fe01
+67e0c584
+20600000
+6fe0c584
+1fe0ffff
+67e0c584
+20600000
+6fe0c5b9
+c17f8000
+da200000
+6848c5b9
+20406b85
+7920a200
+6848c5ba
+20406b85
+7920a201
+1a227e00
+67e0c586
+c000d50f
+c0015513
+6fe0c587
+c283d51f
+20600000
+6fe0c585
+c0005517
+c001d519
+20600000
+6fe0c585
+c000551b
+c001d51d
+20600000
+70458782
+20600000
+70458781
+20600000
+70458780
+20600000
+70458783
+20600000
+6fe0c587
+793ffe07
+67e0c587
+c0005527
+c000d52a
+c001552d
+c001d530
+20600000
+6fe0c586
+c001d533
+20600000
+6fe0c586
+c0005533
+20600000
+6fe0c586
+c001d537
+20600000
+6fe0c586
+c0005537
+20600000
+6fe0c588
+1fe0fe01
+67e0c588
+20600000
+6fe0c588
+1fe0ffff
+67e0c588
+20600000
+6848c5b9
+20406b5e
+6848c5ba
+20406b5e
+6848c5c1
+20406b5e
+6848c5c2
+20206b5e
+6848c5b9
+20405475
+6848c5ba
+20405475
+6848c5c1
+20405475
+6848c5c2
+20205475
+6fe1457d
+207a0000
+70458901
+70458a0a
+20600000
+da60458a
+da405553
+20204dcc
+70458900
+20600000
+6fe44864
+c2975580
+6fe0c5b8
+c17f8000
+da200000
+70484f05
+6848c5b8
+20405564
+67e0c84c
+6fe0c5c3
+c07fd578
+20405710
+1a227e00
+c282d582
+20205589
+6fe44864
+c296557e
+6fe0c84c
+1fe22600
+6fe0c5c3
+c07fd574
+6fe0c853
+243a557b
+20406b85
+6848c5c3
+2020d57e
+6848c5c3
+20406b96
+6848c5b8
+6fe0c84c
+2020573b
+6fe0c5b8
+2040575c
+6848c5b8
+20205747
+6848c5b8
+2040547f
+20205561
+70468a00
+70484c00
+20600000
+6fe0c84c
+2020573b
+6fe0c5a3
+203a5589
+6fe0c68a
+c1008000
+70468a01
+6fe44864
+c3940000
+c39b0000
+202055e2
+6fe0c68a
+c1000000
+70468a00
+6fe44864
+c2945590
+c29b5590
+20600000
+6fe0c68b
+243a5594
+6fe0c855
+245a55e2
+70468b00
+6fe0c436
+67e0c855
+67e0c854
+20600000
+6fe44864
+c41f0000
+6fe0c89d
+243a55a2
+6fe0c5ce
+20405759
+204055b2
+6848c5ce
+2020547f
+6fe0c5ce
+793ffe07
+67e0c5ce
+2040575c
+7048a100
+6848c5ce
+6fe0c89e
+204055cb
+204055b6
+6848c5ce
+2020547f
+2040547f
+6fe0c89f
+c1008000
+70489f01
+202055e2
+7048a100
+6848c5ce
+6fe0c89e
+204055c1
+67e0c89e
+6fe0c8a0
+203a55bd
+6fe0c89f
+c1008000
+70489f01
+202055e2
+6fe0c89f
+c1000000
+70489f00
+20600000
+1fe3fe00
+1fe22400
+20406b85
+7920a400
+1a417e07
+6848c8a1
+18420e00
+c003d5d6
+c00055d8
+20600000
+1fe3fe00
+1fe22400
+2040547b
+20406b85
+7920a400
+1a417e07
+6848c8a1
+18420e00
+c003d5d6
+c00055d8
+20600000
+7048a001
+20600000
+7048a000
+20600000
+6fe44864
+c41f0000
+6fe0c5ce
+c283d5e0
+70489d00
+20600000
+70489d01
+20600000
+44a1c008
+204055ef
+20740000
+6fe0c63f
+1fe20400
+6fe44864
+c29f55f8
+18427e00
+1fe0fe01
+1fe17e03
+67e0c63f
+20405635
+20205b8c
+78547c00
+6fe44864
+c3960000
+c3970000
+6fe0c847
+207a0000
+6fe0c848
+207a0000
+202074c8
+6fe0c8a0
+243a5615
+6fe44864
+c28e5609
+18427e00
+c1008000
+c0005605
+c0015603
+20600000
+58000002
+202055ec
+58000000
+202055ec
+58000001
+202055ec
+58000003
+202055ec
+18427e00
+c1008000
+c0005605
+c0015607
+c001d603
+20600000
+18427e00
+c1010000
+c0005607
+c000d603
+c001d601
+20600000
+6fe44864
+c28e560f
+18427e00
+c1010000
+c0005601
+c000d603
+20600000
+6fe44864
+c2945620
+c29b5627
+20600000
+6fe0c68a
+c1808000
+da604855
+da405625
+20204dcc
+70468b01
+20205c52
+6fe0c68a
+c1808000
+da604854
+da40562c
+20204dcc
+70468b01
+20205a3e
+20205638
+6fe44864
+c38e0000
+6fe0c63f
+c1818000
+70463f00
+20600000
+44a24008
+2040562f
+20405ebd
+6fe0c5d4
+c001d65a
+c005d66e
+6fe0c63f
+c0005642
+c000d640
+c0015644
+c001d646
+6848c67e
+20205647
+6848c67d
+20205647
+6848c67f
+20205647
+6848c680
+6fe0c5d4
+c0025656
+c002d656
+c0045658
+c003d658
+c0035656
+6048c689
+58000006
+2040674e
+1fe104f8
+6fe0c689
+9840fe00
+1fed7e00
+1fe0fe06
+2020674d
+184085ff
+2020564d
+18408402
+2020564d
+6fe0c63f
+c0005661
+c000d65f
+c0015663
+c001d665
+6fe0c682
+20205666
+6fe0c681
+20205666
+6fe0c683
+20205666
+6fe0c684
+67e0c689
+1fed7e00
+1fe22200
+1fe0fe0d
+2040674d
+1a227e00
+1fe0fe0e
+2020674d
+6fe0c63f
+c0005675
+c000d673
+c0015677
+c001d679
+6fe0c686
+20205666
+6fe0c685
+20205666
+6fe0c687
+20205666
+6fe0c688
+20205666
+20405766
+6fe0c8a8
+243a577d
+6fe0c8a3
+243a577c
+204056b9
+20405691
+2040538f
+2040568c
+1a227e00
+6848c580
+67e0c580
+67e0c578
+9842fe00
+1fe67c00
+20628000
+202074c8
+c6930000
+1a227e00
+207a0000
+67e0c578
+202074c8
+70485100
+70485200
+70485300
+1fe20400
+204056a1
+204056a4
+204056a7
+204056aa
+6fe0c852
+207a0000
+6fe0c851
+207a0000
+70485301
+6fe0c580
+1fe22200
+20600000
+18417e09
+c004d6b2
+20600000
+18417e14
+c00a56b2
+20600000
+18417e18
+c00c56b0
+20600000
+18417e07
+c001d6b0
+c002d6b0
+c00356b0
+c003d6b0
+20600000
+70485201
+20600000
+70485101
+20600000
+204056c6
+204056b9
+58000000
+67e1c847
+20600000
+44a2c008
+6fe0c899
+245a56c6
+da200000
+204056c9
+204056d2
+204056db
+204056e4
+20405700
+20405766
+2040571d
+1a227e00
+20600000
+58030303
+67e1c847
+20600000
+6fe0c5b3
+20405759
+70484f00
+6848c5b3
+6fe0c847
+2040573b
+67e0c847
+6848c5b3
+2020547f
+6fe0c5b5
+20405759
+70484f01
+6848c5b5
+6fe0c848
+2040573b
+67e0c848
+6848c5b5
+2020547f
+6fe0c5b4
+20405759
+70484f02
+6848c5b4
+6fe0c849
+2040573b
+67e0c849
+6848c5b4
+2020547f
+6fe0c5b6
+c17f8000
+70484f03
+6fe0c84a
+1fe22600
+6848c5b6
+6fe0c5c3
+c07fd6f9
+20406b85
+2020d6f5
+6848c5c3
+20406b96
+6848c5b6
+6fe0c84a
+2040573b
+67e0c84a
+20205710
+6848c5c3
+6fe0c84a
+2040573b
+202056f3
+6fe0c5b6
+2040575c
+6848c5b6
+20405747
+67e0c84a
+6848c5b6
+2020547f
+6fe0c5b7
+c17f8000
+70484f04
+6fe0c84b
+1fe22600
+6848c5b7
+6fe0c5c3
+c07fd716
+20406b85
+2020d712
+6848c5c3
+20406b96
+6848c5b7
+6fe0c84b
+2040573b
+67e0c84b
+6848c5c3
+2020547f
+6848c5c3
+6fe0c84b
+2040573b
+2020570f
+6fe0c5b7
+2040575c
+6848c5b7
+20405747
+67e0c84b
+6848c5b7
+2020547f
+70484400
+6fe44864
+c40a8000
+6fe0c5c5
+c17f8000
+70484f07
+6848c5c5
+6fe0c84e
+2040573b
+67e0c84e
+1a227e00
+c283d72d
+20405730
+6fe0c845
+67e0c846
+20600000
+70484501
+20405733
+2020572a
+70484500
+6fe0c846
+207a0000
+70484401
+20600000
+20406b85
+6848c84f
+18420e00
+2020d745
+f93fa200
+20600000
+1fe3fe00
+1fe22400
+20406b85
+7920a400
+1a417e07
+6848c84f
+18420e00
+c003d745
+c0005739
+20600000
+f9202200
+20600000
+44a34008
+1a627e00
+67e0c850
+1fe3fe00
+1fe22400
+18422600
+2040547b
+1a620400
+20406b85
+7d20a400
+20405753
+20205740
+6848c850
+18410401
+1a417e01
+98467c00
+2422d90d
+20600000
+c17f8000
+d840003f
+20206bbd
+c17f8000
+d840003e
+20206bbd
+6fe0c5cf
+c17f8000
+c283d764
+7048a200
+20600000
+7048a201
+20600000
+da400000
+6fe0c5cf
+c17f8000
+6fe0c8a2
+243a5773
+6848c5cf
+2040547f
+6848c5cf
+20406b85
+7920a400
+1a427e00
+67e0c8a8
+20600000
+6fe0c5cf
+793ffe07
+67e0c5cf
+6848c5cf
+2040547b
+6848c5cf
+20406b85
+7d20a400
+20205770
+c0025795
+20405798
+6fe248a4
+d84000a0
+98408400
+1c427e00
+98467c00
+24610000
+67e248a4
+6fe0c8a3
+c000578b
+c000d78e
+c0015791
+c001d793
+20600000
+7048a301
+70457801
+202074c8
+7048a302
+70457800
+202074c8
+7048a303
+2020578c
+7048a300
+2020578f
+7048a300
+70457800
+20600000
+684a48a4
+1c427e00
+98467c00
+2441579d
+20600000
+58000000
+67e248a4
+20600000
+44a3c008
+20405490
+20758000
+20405838
+44a44009
+204057af
+c01857b6
+c018d817
+c02c5820
+204057ac
+20001af4
+202057a4
+6848c5bb
+20406735
+20205495
+58000001
+2040674e
+67e0c66f
+58000000
+2040674e
+67e0c66e
+20600000
+6fe0c66f
+c02d57bf
+c06c57c5
+c068d7d4
+c06957dd
+c00157e4
+c02a57ed
+c0285814
+202057a4
+7045d405
+2040582b
+204073d8
+da6046e6
+204057e6
+2020562e
+58000016
+2040674e
+1fe67cbd
+2422d7a0
+58000019
+2040674e
+1fe67c55
+2422d7a0
+5800001b
+2040674e
+1fe67c1d
+2422d7a0
+7045d406
+da60472a
+202057e6
+7045d400
+da6046a0
+204057e6
+da6046aa
+204057e6
+58000943
+2040674d
+da6046c4
+202057e6
+7045d402
+da604696
+204057e6
+da6046aa
+204057e6
+da6046c4
+202057e6
+7045d403
+da60468c
+efe10013
+d840ffff
+98467c00
+20628000
+2040674d
+1a60a602
+202057e6
+20405829
+58009a5b
+2040674d
+5800000d
+2040674e
+1fe67c12
+2022d801
+1fe67c0a
+2422d804
+5800000e
+2040674e
+1fe67ce5
+2422d7a4
+58000010
+2040674e
+1fe67ca5
+2022d801
+20405811
+7045d408
+20600000
+7045d409
+da60470c
+202057e6
+1fe67c10
+2422d7a4
+5800000e
+2040674e
+1fe67cc5
+2422d7a4
+58000010
+2040674e
+1fe67c38
+2422d7a4
+20405811
+7045d40a
+20600000
+5800005b
+2040674d
+20205827
+7045d407
+da60474a
+202057e6
+20405838
+6fe0c66f
+c038581e
+c000581c
+202057a4
+7045d401
+20600000
+7045d404
+20600000
+20405838
+6fe0c66f
+c02cd824
+202057b6
+7045d40b
+da60473a
+202057e6
+58000009
+2020674d
+58005a09
+2020674d
+d8408006
+6fe0c5d4
+c085d82f
+d8409706
+18427e00
+2040674d
+20002ee0
+20600000
+da604756
+6fe0c5d4
+c1858000
+da60475e
+20600000
+44a4c009
+20405490
+2040582b
+20405833
+204057e6
+2020562e
+44a54009
+204057a0
+20405490
+d8400806
+6fe0c5d4
+c085d845
+d8401f06
+18427e00
+2020674d
+6fe0c3d2
+c1800000
+6fe0c5d4
+c0005853
+c000d853
+c0045853
+c0015853
+c001d877
+c0025853
+c003589c
+c005d895
+20205853
+204058be
+78547c00
+6fe0c5c6
+c07fd85a
+6848c5c6
+20406b85
+24608000
+58000000
+2040674e
+c098586d
+58000002
+2040674e
+c4038000
+204058d5
+6fe0c579
+204058cd
+67e14579
+6fe0c57b
+204058cd
+67e1457b
+6fe0c5d5
+c000586f
+c000d871
+c0015873
+c001d875
+20600000
+c018d85d
+202057ac
+204058a7
+202058dc
+204058af
+202058dc
+204058ab
+202058dc
+204058b7
+202058dc
+204058be
+6fe0c5c6
+c07fd87d
+6848c5c6
+20406b85
+24608000
+58000000
+2040674e
+c09857ac
+58000002
+2040674e
+c4038000
+204058d5
+20405893
+67e0c57f
+1ff1fe00
+204058d1
+67e0c57a
+6fe0c57f
+1fe17e0f
+204058d1
+67e0c57c
+6fe0c5d5
+c00058a7
+c000d8af
+c00158ab
+c001d8b7
+20600000
+58000012
+2020674e
+204058be
+6fe0c5c6
+c07fd89b
+6848c5c6
+20406b85
+24608000
+20205880
+204058be
+78547c00
+58000002
+2040674e
+c4038000
+58000008
+2040674e
+203a5860
+58000000
+67e34579
+20600000
+6fe14579
+1fe67e00
+67e14579
+202074c8
+6fe1457b
+1fe67e00
+67e1457b
+202074c8
+6fe1457b
+1fe67e00
+67e1457b
+6fe14579
+1fe67e00
+67e14579
+204058b9
+202074c8
+204058b9
+202074c8
+6fe1457b
+68494579
+67e14579
+6049457b
+20600000
+6fe0c675
+205a58d5
+70467501
+20600000
+70476601
+2040416b
+202057a0
+6fe0c5c6
+c1ff8000
+6fe0c768
+c1808000
+58000000
+67e0c768
+67e24579
+202058c4
+c4038000
+d840ff00
+9841fe00
+20600000
+c4018000
+d84000f0
+9841fe00
+20600000
+dfe00003
+2040674e
+67e14579
+dfe00004
+2040674e
+67e1457b
+20600000
+6848c5bc
+20406b85
+20608000
+5800000a
+2040674e
+200003e8
+202058dc
+58008100
+2020674d
+70477bff
+7043ac34
+580f0f0f
+67e1c2b0
+67e1c2b3
+202052fc
+44a5c009
+20405b61
+204058f9
+6fe0c5e5
+c000d8f2
+c00158f4
+20600000
+6fe345e7
+202058f5
+6fe34604
+684b4621
+98467c00
+2022db08
+202052f2
+70477b5a
+20600000
+6fe14434
+c284ce0b
+20205b29
+58000000
+67e1476c
+6fe14434
+c284ce0b
+20600000
+6fe44864
+c40d8000
+2434590b
+6fe0c767
+1fe0fe01
+1fe17e0f
+67e0c767
+247a0000
+70476700
+202074ca
+6fe0c5c6
+c1ff8000
+7040c100
+7047691e
+20600000
+44a64009
+1a627e00
+c00a5921
+c00ad932
+c0085b03
+c018d93b
+c014d93d
+c019593f
+c01f4e15
+c020594b
+c01cde21
+c01d5de5
+c01e5e0c
+c022595a
+20600000
+6fe0c8bd
+245a5abd
+70476800
+204058c4
+70478001
+20405dd3
+6fe0c781
+243a592a
+70478214
+6fe143aa
+793ffe00
+67e143aa
+70483100
+6fe147aa
+67e147ac
+20405aa9
+20205b29
+58000000
+67e147ac
+67e0c8ca
+67e0c8cb
+67e0c780
+7047ae00
+70476600
+2040416d
+20205a0f
+d8e00002
+20205947
+7004c312
+20206f84
+6fe0c781
+c000d943
+70483014
+20205945
+2040593d
+7048300a
+d8e00001
+20205947
+6fe0c82f
+f9207e00
+67e0c82f
+20600000
+6fe0c8ca
+247a0000
+7048ca01
+7048cb1e
+20600000
+7047ae01
+20600000
+6fe0c781
+247a0000
+6fe0c36f
+1fe67e22
+24628000
+70483000
+d8e00000
+20205947
+6fe0819d
+1fe67c0c
+24215950
+6fe0819f
+6848c843
+98467c00
+20215964
+6fe0819f
+67e0c0c1
+20205966
+6fe0c843
+67e0c0c1
+7047ae00
+20600000
+70482f00
+20600000
+44a6c009
+204041cc
+247a0000
+6fe0c77b
+c07fd972
+6fe0c82f
+1fe17e03
+c1818000
+6fe0c766
+205a58c2
+6fe44864
+c280d9a2
+c28059a2
+c282d9a2
+c28359a2
+2040549b
+20405903
+24740000
+2040590d
+204058c5
+2040554b
+6fe44864
+c30ad983
+6fe0c844
+c000d984
+202059a4
+6fe0c845
+203a5994
+6fe44885
+67e404c4
+6fe0c884
+c001d996
+c0015999
+7047a008
+684947a1
+6fe0c7a0
+1fe22200
+20404513
+6848c7a0
+18427200
+d8c004c4
+20207419
+6fe4488e
+20205987
+7047a003
+684947a3
+2020598d
+7047a002
+684947a5
+2020598d
+da200001
+684947a7
+20404513
+6fe0c7a9
+e7e08005
+20600000
+58000000
+67e3c578
+7047a007
+6fe3c578
+67e384c4
+6849428d
+2020598d
+70478100
+6fe1c786
+67e1c324
+204059b2
+58000005
+e7e08006
+d8c0478c
+204059b9
+20206fc0
+da204320
+efe08011
+207a0000
+98c0a200
+efe08006
+c1008000
+202059b3
+d8a0432b
+df200013
+20407419
+2020410b
+6fe448aa
+207a0000
+6fe0c8a9
+1fe22200
+1fe67c0b
+242159cf
+d8c048aa
+d8a04795
+1a227200
+20407419
+d8c048aa
+d8a04342
+1a227200
+20407419
+d8c048aa
+d8a0422e
+1a227200
+20207419
+204059e5
+6fe0c8a9
+1fe0fe01
+67e0c78c
+70478d09
+d8c048aa
+d8a0478e
+1a227200
+20407419
+6fe0c8a9
+1fe0fe01
+67e0c340
+70434109
+d8c048aa
+d8a04342
+1a227200
+20407419
+d8c048a9
+d8a0422d
+1a227200
+1f20f201
+20207419
+d8a0478c
+df200014
+202073ec
+6fe1430e
+1fe08c02
+efe10006
+c00259ed
+20204031
+efe18006
+67e1c36e
+c00559f2
+c0095a00
+20204331
+6fe44864
+c31dc445
+204044ec
+6849436f
+6fe0c2f6
+c281d9fb
+6fe1436f
+c0184528
+20204449
+6fe14307
+98467c00
+2422d9f8
+243459f8
+2020446e
+18c22200
+6fe1430a
+1fe0a5fd
+20404072
+6fe0c77b
+c07fc4d1
+6fe0c781
+203a44d1
+6fe0c82f
+c280c4d1
+5800001a
+6849436f
+98467c00
+2422c4d1
+2020446e
+20405a14
+6fe143a8
+c283da1a
+c2804de8
+20205b08
+58000000
+67e44581
+e7e20005
+70467500
+70425c00
+20600000
+20405968
+6fe143a8
+c2804de8
+20205324
+44a74009
+204053c6
+20405f47
+20404907
+20404ba5
+20405d6b
+20405e9a
+20405ecb
+20405ac1
+20405af3
+2040561c
+20405a36
+20405a46
+20405a69
+20405a6e
+20405a7c
+20405a8c
+20405a7f
+20405a89
+20405a99
+20405a9c
+20405550
+20405aac
+20205aa3
+6fe44864
+c29bda39
+20600000
+6fe0c857
+c1808000
+da604854
+da405a3e
+20204dcc
+6fe0c5e5
+c1000000
+6fe44864
+c3830000
+d8e00006
+20405c8b
+20404dbc
+20205b03
+6fe0c5e5
+c0005a4c
+6fe44864
+c41a8000
+6848c882
+20205a4f
+6fe44864
+c4190000
+6848c883
+6048c856
+204056b9
+1fe17e07
+6848c856
+98467c00
+2022da5b
+6fe0c436
+67e0c859
+6fe0c858
+c1000000
+70485800
+20600000
+20405a60
+6fe0c858
+c1008000
+70485801
+20600000
+da405dd8
+da604859
+6fe0c5e5
+c0004dcc
+da405a3e
+20404dcc
+6fe0c859
+c000dc7d
+20600000
+da60477c
+da405a6c
+20204dd3
+20405b29
+20205324
+da604831
+da405a74
+20404dd3
+6fe0c831
+c000cdff
+20600000
+6fe0c77b
+c07fd8eb
+6fe0c76a
+243a5ca9
+6fe44864
+c299db08
+c297ddd0
+20205324
+da604830
+da405958
+20204dcc
+6fe0c780
+207a0000
+da604782
+da405a84
+20204dcc
+6fe0c781
+247a0000
+6fe0c2d1
+c1800000
+2020469d
+da6048cb
+da40593d
+20204dcc
+6fe44864
+c39d8000
+da6047ac
+da405a91
+20204dcc
+6fe147aa
+67e147ac
+2020599c
+6fe0c82f
+c3810000
+2040593d
+d8e00000
+20205947
+da60477e
+da405324
+20204dcc
+da604769
+da405a9f
+20204dcc
+6fe0c843
+67e0c0c1
+70476801
+20600000
+da60476c
+da405aa6
+20204dd3
+6fe0c5e5
+c0005d80
+202058fe
+6fe14876
+67e1476c
+20600000
+da60466c
+da405aaf
+20204dcc
+20405b8f
+6fe0c77f
+243a5c5c
+20600000
+6fe0c8c3
+67e0c8c4
+6fe0c8c1
+67e0c8c2
+20600000
+7048be01
+7048c001
+6fe0c8c5
+67e0c8c6
+20600000
+7048be01
+7048c600
+7048c000
+20600000
+6fe0c8be
+207a0000
+6fe0c8c0
+c000dad1
+6fe0c8c2
+243a5ac9
+7048be00
+20600000
+6fe0c8c4
+203a5ace
+1fe0ffff
+67e0c8c4
+20205ad8
+7048c200
+7048be00
+20205ae4
+da6048c6
+da405ad4
+20204dcc
+6fe0c8c5
+67e0c8c6
+6fe0c8c7
+c000dae4
+7048c701
+6fe0c5e5
+c0005ade
+c000dae0
+c0015ae2
+20600000
+6848c5d0
+20206b96
+6848c5d1
+20206b96
+6848c5d2
+20206b96
+7048c700
+6fe0c5e5
+c0005aea
+c000daec
+c0015aee
+20600000
+6848c5d0
+20206bae
+6848c5d1
+20206bae
+6848c5d2
+20206bae
+20405aea
+20405aec
+20205aee
+6fe0c5d3
+c17f8000
+6fe1476c
+207a0000
+6fe14876
+6849476c
+98460400
+6fe148c8
+98467e00
+20215b01
+6848c5d3
+6fe0c8bd
+c000ebae
+20206b92
+6848c5d3
+20206b96
+280ffe26
+2040dda6
+204058fe
+20405968
+20205b08
+44a7c009
+6fe14434
+2feffe0b
+2040db2f
+204058f9
+6fe14434
+c285db17
+6fe44864
+c3045b17
+68494644
+18408401
+60494644
+604942b1
+180a7e00
+67e0c2b0
+6fe1c783
+67e1c2b3
+20404e19
+6fe145a6
+67e1477c
+58000000
+67e1476c
+67e147ac
+67e0c831
+67e0c77e
+67e0c860
+67e0c766
+d8e00002
+20405c8b
+20405c7f
+204059a9
+20405f7f
+20205e1e
+44a8400a
+d8e00006
+20405c8f
+70477e00
+20405b2f
+20205efb
+58000000
+67e0c831
+67e1477c
+20206fc6
+44a8c00a
+6fe44864
+c4010000
+20405ea2
+d8e00002
+20405c8f
+20405b3c
+20405b4b
+20205b8c
+6fe0802d
+c01a5b3f
+20600000
+67e0c832
+6fe30173
+67e34833
+6fe3c832
+d8c045e6
+df200003
+e8438006
+98467c00
+2022db5b
+18c08c16
+c2005b45
+20600000
+da2045e6
+6fe0c5e5
+1fe0ffff
+1feffe1d
+9a20a200
+6fe0802d
+e7e08011
+c01a5b54
+20600000
+6fe30173
+e7e30005
+d8c0424c
+204073d2
+6fe342b0
+e7e30005
+20600000
+18c08dfa
+18c20a00
+684b4833
+18408403
+e0430005
+20600000
+da2045e6
+6fe0c5e5
+c1000000
+1fe0ffff
+1feffe1d
+9a20a200
+efe08011
+67e0c3ac
+c01a5b6b
+20600000
+efe30006
+67e3410f
+d8a0424c
+204073d2
+efe30006
+67e342b0
+20600000
+6fe1463d
+d840aa55
+98467c00
+2022db80
+6049463d
+20405b85
+6fe0c76e
+67e0c5e5
+6fe0c5c0
+67e0c63f
+6fe2452f
+67e24533
+67e244da
+20600000
+20405b61
+6fe24640
+67e24533
+67e244da
+20600000
+6fe342b0
+67e345fd
+1fe0ff00
+67e3461a
+1fe0ff00
+67e34637
+20600000
+6fe0c66d
+67e0c66c
+20600000
+44a9400a
+6fe44864
+c289dbdd
+c2895ba1
+20600000
+2040698c
+20405ba8
+20405b9b
+204069b0
+20405baf
+20405b72
+20205490
+58004665
+d84045e5
+98460400
+6fe1c665
+da2045e5
+20600000
+2040698c
+20405ba8
+20405bbd
+20405b9b
+20405bc0
+20405baf
+20205490
+7004ccab
+20406cb5
+20406992
+da204668
+684884cc
+20405bb1
+20206cb5
+7004ccb9
+20205ba9
+e0408011
+1ff10400
+e0408005
+1fec8400
+e0408005
+e7e08005
+1a227e00
+67f10084
+58000000
+67f10088
+70800602
+20206953
+6fe1c665
+67e1c3cb
+20206966
+1fe22600
+1a227e00
+1fe0fffc
+1fe22400
+efe20012
+67e24668
+1a627e00
+2040699f
+6fe24668
+e7e20012
+20600000
+6fe44864
+c4090000
+20405baf
+20406749
+6848c3d3
+20406b92
+6848c3d8
+2020547b
+20406a22
+6fe44864
+2feffe09
+2440ea3c
+20405bd9
+20205b72
+d8400080
+da2045e5
+da400000
+20206a59
+d8400080
+da2045e5
+da400000
+20206a4b
+d8400001
+da20463f
+da40005a
+20206a4b
+d8400001
+da20463f
+da40005a
+20206a59
+44a9c00a
+20405f81
+20406ff5
+20405555
+20405599
+20405bf2
+20405c3d
+20405c72
+202054b6
+6fe44864
+c294dbf7
+c29bdbf7
+20600000
+70484d03
+6fe0c5c4
+c17f8000
+da200000
+70484f06
+6848c5c4
+20405c07
+67e0c84d
+6fe0c5c3
+c07fdc04
+20405710
+1a227e00
+c2835c28
+20205c1d
+6848c5c4
+2040547f
+20205c01
+6fe44864
+c296dc13
+6fe0c84d
+1fe22600
+6fe0c5c3
+c07fd747
+6fe0c853
+243a5c10
+20205c15
+70485700
+70484d00
+20600000
+6fe0c84d
+2020573b
+20406b85
+6848c5c3
+2020dc13
+6848c5c3
+20406b96
+6848c5c4
+6fe0c84d
+2020573b
+6fe0c857
+c1000000
+70485700
+6fe44864
+c39a0000
+6fe0c854
+1fe67c14
+24415c52
+6fe0c436
+67e0c854
+20600000
+44aa400a
+20405c35
+20740000
+6fe0c857
+c1008000
+70485701
+6fe44864
+c29a5a3e
+6fe0c831
+207a0000
+6fe0c5aa
+67e0c831
+20600000
+78547c00
+6fe44864
+c3968000
+6fe0c847
+207a0000
+6fe0c848
+207a0000
+202074c8
+6fe44864
+c2955c41
+c295d3c6
+20600000
+6848c5c7
+2040547f
+6848c5c7
+20406b85
+2020dc4a
+6fe0c5e5
+c1008000
+7045e501
+202058fb
+6fe44864
+c315dc4e
+6fe34597
+67e3458b
+6fe0c5e5
+c1000000
+7045e500
+20205da6
+44aac00a
+6fe0c86c
+c1008000
+20405c5e
+6048c5e5
+20405c75
+204058fb
+20405c77
+70477f01
+20205b8c
+20405c75
+20206a09
+6848c5e5
+18408401
+6fe44864
+c288dc65
+18467c02
+24415c6c
+20600000
+6fe0c86c
+1fe0ffff
+98467c00
+24415c6a
+20600000
+d8400000
+20600000
+d8400001
+20600000
+d8400001
+da2045e5
+da400000
+20206a4b
+6fe44864
+c41a0000
+20205bf7
+d8e00000
+20205c8b
+d8e00000
+20205c8f
+d8e00003
+20205c8b
+d8e00003
+20205c8f
+d8e00005
+20205c8b
+d8e00005
+20205c8f
+d8e00014
+20205c8b
+d8e00018
+20205c8b
+d8e00016
+20205c8b
+d8e0000c
+20205c8b
+d8e0001c
+20205c8b
+6fe44864
+f9207e00
+67e44864
+20600000
+6fe44864
+f93ffe00
+67e44864
+20600000
+d8e00015
+20405c8b
+58000000
+67e44884
+67e4488d
+6fe0c5b2
+1fe17ec0
+c0205ca0
+c0405ca2
+c0605ca7
+58070008
+67e44885
+20600000
+58040005
+20205c9e
+58022303
+67e44884
+58000003
+67e4488d
+20600000
+5800cd03
+20205ca3
+44ab400a
+6fe0c76a
+1fe0ffff
+67e0c76a
+6848c5e5
+18467c01
+2442dc5e
+6048c5e5
+20405c6e
+20405b4b
+202052f2
+44abc00a
+6fe0c5d4
+c1018000
+6fe44864
+c41c0000
+6fe24579
+207a0000
+20405d5b
+58000003
+20405d51
+205a5d4d
+245a5d4f
+58000002
+20405d56
+205a5d4d
+6fe0c676
+c000dcca
+6fe44864
+c41c0000
+df200005
+d8a04676
+202073ec
+20405cde
+6fe14677
+67e10902
+6fe14579
+67e10904
+20405d17
+6fe10902
+67e14677
+6fe10904
+67e14579
+6fe14679
+67e10902
+6fe1457b
+67e10904
+20405d1f
+6fe10902
+67e14679
+6fe10904
+67e1457b
+20600000
+6fe44864
+c41c8000
+44ac400b
+6fe14677
+67e10909
+20405cf2
+67e14677
+6fe14579
+67e10909
+20405d00
+67e14579
+6fe14679
+67e10909
+20405cf2
+67e14679
+6fe1457b
+67e10909
+20405d00
+67e1457b
+20600000
+6fe0890a
+203a5cf5
+20205cfa
+6fe08909
+20405d0d
+67e08909
+6fe10909
+20600000
+6fe08909
+20405d49
+20405d0d
+205a74d6
+20405d45
+20205cf8
+6fe0890a
+203a5d03
+20205d07
+6fe08909
+20405d12
+67e08909
+20205cf8
+6fe08909
+20405d49
+20405d12
+205a74d6
+20405d45
+20205cf8
+1feffe04
+1fe6fc05
+20407475
+1807fe00
+20600000
+1feffe0c
+1fe6fc0a
+20407475
+1807fe00
+20600000
+6fe10902
+68490904
+9840fe00
+6848c67b
+9840fe00
+1fe10401
+6048c67b
+20205d27
+6fe10902
+68490904
+9840fe00
+6848c67c
+9840fe00
+1fe10401
+6048c67c
+20205d27
+67e18906
+2feffe10
+2020dd31
+6fe08907
+c07fdd38
+6fe08906
+1fe37e00
+67e10902
+67e10904
+20600000
+6fe08907
+c0005d35
+6fe18906
+20205d2d
+70090800
+6fe08906
+20205d2d
+6fe08906
+20405d43
+67e08902
+67e08904
+203a5d41
+580000ff
+67e08903
+67e08905
+20600000
+58000000
+20205d3e
+20405d49
+1fe37e00
+20405d4a
+1fe67e00
+67e08909
+20600000
+1fe67e00
+67e084d8
+6fe084d8
+20600000
+70467600
+20600000
+70467601
+20600000
+9a267c00
+242174d6
+9a467c00
+242174d6
+202074d8
+9a267c00
+24610000
+9a467c00
+24610000
+202074d8
+6fe14579
+20405d62
+1fe22200
+6fe1457b
+20405d62
+1fe22400
+20600000
+67e10904
+6fe08905
+c07fdd68
+6fe08904
+1fe17eff
+20600000
+6fe10904
+1fe67e00
+20205d66
+da60456a
+da405d6e
+20204dcc
+6fe2455e
+67e244fa
+70476801
+20600000
+6fe0c89a
+c0005d7a
+c000dd7c
+c0015d77
+c001dd7e
+580ea600
+67e2455e
+20600000
+5805e740
+20205d78
+580927c0
+20205d78
+58124f80
+20205d78
+44acc00b
+70454b00
+20404ca6
+5fffffff
+67e244fa
+58000000
+67e3c578
+70489901
+2040583e
+20405338
+20205fa2
+6fe0c899
+245a5d8f
+70489900
+20600000
+204057a3
+6fe44864
+c41e0000
+6fe0c5b9
+d8400040
+20406bbd
+6fe0c5ba
+d8400040
+20206bbd
+20405d9c
+6fe0c899
+243a5fad
+20204c6f
+6fe24533
+684a452f
+98467c00
+2022dda1
+20205da4
+70411800
+704116aa
+20600000
+704118ff
+20600000
+793f8026
+70454700
+d8e00001
+20205c8f
+6fe44864
+c308ddb7
+204052ff
+20345dfc
+6fe44864
+c2985dbc
+c318ddbc
+204056b4
+1a217e07
+6848c883
+98467c00
+2022ddd8
+20205dbc
+6fe0c76a
+243a5ca9
+20600000
+204052ff
+20345dc8
+6fe0c8bd
+245a5ab8
+7045e500
+6fe14872
+67e14529
+70452d02
+20204ba8
+20405e1e
+6fe14521
+67e14529
+70452d04
+20204ba8
+6fe0c5e5
+c0005dfc
+204058f9
+20405da6
+20405ef7
+7045e501
+20405b61
+202052f2
+204052ff
+20345324
+20205b08
+204052ff
+20740000
+6fe44864
+c297db8c
+20600000
+70452d00
+d8e00001
+20405c8b
+58000000
+67e14529
+20405b29
+20405f7f
+20405e1e
+7044d401
+6fe44864
+c30ac90a
+7044d402
+2020490a
+6fe0c54b
+243a5d80
+6fe0c52d
+c0015df4
+c0025e02
+c001de07
+6fe44864
+c29e5d80
+20405efb
+20405da6
+6fe0c76a
+243a5ca9
+6fe0c5e5
+c0005324
+20600000
+6fe44864
+c297ddc3
+c2985dc3
+c31d5dfc
+6fe24640
+684a4621
+98467c00
+2022ddd8
+6fe0c8bd
+245a5ab8
+6fe14527
+67e14529
+70452d03
+20204ba8
+6fe44864
+c317ddeb
+6fe0c86c
+c000ddeb
+20205dcb
+6fe44864
+c317ddeb
+c289ddeb
+c2895deb
+20205dc4
+6fe244da
+67e24533
+67e24640
+20404bce
+20405e1b
+20405aa9
+204058c4
+70476800
+70454700
+70452d00
+6fe24533
+6fe2452f
+98467c00
+20628000
+20205dd3
+6fe0c8bd
+203a5ea2
+20205abd
+6fe0c8bd
+203a5ea8
+20205ab8
+20405aa9
+d8e00001
+20405c8f
+20405e1b
+58000000
+67e14523
+67e14529
+67e0c547
+67e0c675
+67e0c52d
+204058c4
+204058d5
+6fe244da
+67e24533
+67e24640
+20205b8c
+44ad400b
+c6930000
+2040549b
+24740000
+6fe44864
+c30ade39
+6fe0c844
+243a5e4e
+204058c5
+6fe0c4d4
+c280de48
+6848c465
+6fe0c578
+9841fe00
+67e0c578
+6848c46a
+6fe0c57d
+9840fe00
+67e0c57d
+6848c46b
+6fe0c57e
+9840fe00
+67e0c57e
+7044d401
+da200007
+da404578
+6fe1457d
+207a0000
+20204d3c
+7044d402
+da200009
+6fe0c845
+243a5e54
+da40488d
+20600000
+da404884
+20600000
+58000000
+67e1c85d
+20600000
+6fe44864
+c40b0000
+6fe0c768
+207a0000
+6fe0c54d
+207a0000
+6fe0c85a
+1fe0fe01
+1fe17e03
+67e0c85a
+247a0000
+70485b00
+44adc00b
+6fe0c85b
+1fe0fe01
+67e0c85b
+1fe67c08
+24215e71
+20404bf3
+20404cb0
+242c5e77
+2437de77
+20405e8a
+20405e81
+20404bef
+6fe0c85c
+1fe0fe01
+67e0c85c
+c0085e79
+20600000
+2040489b
+20205e65
+70485c00
+6fe0c85d
+c3800000
+79207e00
+67e0c85d
+6fe14874
+67e1476c
+2020583e
+6fe0c54d
+203a5e56
+70485c00
+6fe0c85d
+c4000000
+793ffe00
+67e0c85d
+20405aa9
+202057a3
+20404ccf
+6fe0c443
+2fe1f008
+24608000
+6fe0c444
+c07fdd80
+20600000
+6fe0c5e5
+c0803b51
+6fe0c515
+207a0000
+70804202
+6ff08130
+1fe17efc
+67f0804c
+20203c05
+6fe44864
+c4100000
+6fe0c860
+207a0000
+1fe0ffff
+67e0c860
+203a5efb
+20205f09
+6fe44864
+c4100000
+20405f7f
+6fe0c878
+67e0c860
+20600000
+70486000
+6fe1487c
+67e145dd
+67e145df
+6fe0c5e5
+c0005eb1
+c000deb3
+c0015eb5
+20600000
+6fe0c5ca
+20205eb6
+6fe0c5cb
+20205eb6
+6fe0c5cc
+67e084cc
+20405efb
+6fe084cc
+67e0c5dc
+da200000
+7045da01
+20206f10
+6fe0c5cd
+c17f8000
+6fe1477c
+247a0000
+6fe14523
+247a0000
+6fe14529
+247a0000
+6fe0c860
+247a0000
+6fe0c879
+203a5ece
+67e0c861
+20600000
+da604861
+da405ece
+20204dcc
+6fe0c5cd
+67e0c5dc
+6fe1487a
+67e145dd
+67e145df
+6fe0c5d4
+c001dee2
+c005dee2
+da200000
+6848c63f
+18408402
+18467c03
+20415ede
+20215eeb
+184085fd
+20205eeb
+6fe44864
+c40e0000
+18408401
+20600000
+da200000
+6848c63f
+18408401
+6fe44864
+c30e5eeb
+18408401
+18467c04
+20215eeb
+d8400001
+6048c5db
+7045da01
+20600000
+78547c00
+6fe0c5cd
+6848c5dc
+98467c00
+24628000
+6fe0c5db
+207a0000
+7045a100
+202074c8
+20405f07
+20405f00
+20405f03
+20205f05
+6fe0c5e5
+c0005f00
+c000df03
+c0015f05
+20600000
+70486300
+6848c5ca
+20205f14
+6848c5cb
+20205f14
+6848c5cc
+20205f14
+6848c5cd
+20205f14
+6fe0c5e5
+c0005f0e
+c000df10
+c0015f12
+20600000
+6848c5ca
+20205f1b
+6848c5cb
+20205f1b
+6848c5cc
+20205f1b
+44ae400b
+18427e00
+c17f8000
+1fe20400
+6048c5dc
+da200000
+20206f0b
+44aec00b
+18427e00
+c17f8000
+1fe20400
+6048c5dc
+da200000
+20206f06
+44af400b
+6fe0c5ca
+98467c00
+2042df43
+6fe44864
+c3126b92
+20405f34
+20405f38
+20405f3c
+6fe0c862
+203a6b92
+70486200
+20206bae
+44afc00b
+6fe0c5ca
+98467c00
+2042df45
+20206b96
+6fe44864
+c4130000
+6fe0c5cc
+20205f3f
+6fe44864
+c4128000
+6fe0c5cd
+20205f3f
+6fe44864
+c4138000
+6fe0c5c9
+98467c00
+24628000
+70486201
+20600000
+70486300
+20600000
+70486301
+20600000
+6fe1477c
+247a0000
+6fe14523
+247a0000
+6fe14529
+247a0000
+6fe0c860
+247a0000
+20405eee
+20740000
+6fe44864
+c4108000
+c4020000
+c291df6d
+6fe0c5a0
+1fe0fe01
+67e0c5a0
+1fe67c14
+24415f5f
+c0015f61
+c0025f67
+c0035f61
+c0045f67
+20600000
+7045a001
+20205f67
+6fe44864
+c2915f09
+6fe0c5c9
+c17f8000
+6848c5c9
+20205f1b
+6fe44864
+c2915efb
+6fe0c5c9
+c17f8000
+6848c5c9
+20205f14
+6fe14876
+6849476c
+98460400
+6fe14880
+98467c00
+24215f7f
+6fe0c5a1
+247a0000
+7045a101
+20205f77
+6fe1487e
+67e145dd
+67e145df
+6fe44864
+c2915eac
+6fe0c5c9
+c17f8000
+20205eb6
+7045a100
+20205f67
+6fe44864
+c4108000
+c4020000
+c291df93
+6fe0c5a0
+1fe67c0a
+20215f8f
+6fe0c5e5
+c0005f8c
+70409401
+20600000
+6fe44864
+c38c0000
+20204d2b
+6fe0c5e5
+c0004d3c
+70409400
+20600000
+6fe0c5a1
+243a5f8f
+20205f88
+6fe08009
+20204c3a
+20405f96
+20204d49
+6fe0c82f
+2fe00603
+2420f4d6
+20404e17
+202074d8
+6fe14434
+c284df9a
+20600000
+20404d15
+24740000
+6fe0c863
+247a0000
+20404d1f
+7048fb00
+20406024
+6fe0c899
+245a5338
+6fe244fa
+20204c81
+6fe0c904
+203a4c75
+20404d15
+24740000
+6fe0c863
+247a0000
+6fe0c8fb
+7048fb00
+1fe67c00
+2422dfd6
+6849456d
+18467c00
+2022dfcc
+6fe248f0
+203a5fcc
+684a48da
+98460400
+604a4900
+24215fcf
+6fe1c553
+98467e00
+24215fda
+d8400600
+98467c00
+24215fda
+67e248fc
+20405fd3
+6fe248fc
+20407464
+604a40aa
+20203b47
+20405fd3
+6fe1c553
+20205fc6
+18460400
+6fe1c553
+9840fe00
+20205fc6
+58000000
+67e24900
+20600000
+6fe248f0
+684a4900
+9840fe00
+20205fbc
+7048fb01
+20600000
+20405fde
+20205d8b
+6fe0c904
+207a0000
+6fe0c563
+c000e020
+6fe0c8e9
+203a6020
+1b227e00
+684b48ea
+67e348ea
+2040744f
+67e248f0
+6fe0c8fb
+247a0000
+6fe1456d
+247a0000
+6fe248f0
+684ac8f4
+9840fe00
+67e2c8f4
+6848c8e9
+6fe0c8f9
+98467c00
+2022dff8
+18408401
+6048c8e9
+20600000
+7048e901
+d8400000
+6fe2c8f4
+604ac8f4
+6848c8f9
+9846fc00
+20407475
+1807a200
+6fe248da
+6848c8fa
+98460400
+184085d8
+1a227e00
+98467e00
+20216013
+1fe67e00
+1feb7e00
+6849c553
+98408400
+44b0400c
+6fe1c8e6
+da201800
+9a20fe00
+98467c00
+2421601e
+6049c553
+20600000
+1feb0400
+6fe1c553
+98460400
+44b0c00c
+6fe1c8e6
+da201800
+9a267e00
+98467c00
+2021601e
+6049c553
+20600000
+67e1c553
+20600000
+7048e901
+1b227e00
+67e348ea
+20600000
+58000000
+67e0c8e9
+67e2c8f4
+20600000
+20406eb3
+20758000
+580060a1
+67e14394
+58006053
+67e14396
+58006104
+67e14398
+58006088
+67e1439c
+580060df
+67e1447e
+2040603c
+44b1400c
+20406110
+6fe0c474
+c000604a
+6fe0c475
+67e0c437
+2020611f
+580060a5
+67e1438e
+580060a3
+67e14390
+580060ba
+67e14479
+58006118
+67e1447b
+70412007
+2040410b
+20406107
+20406c51
+20406ff8
+20206ef8
+704437ff
+70447601
+202060ba
+6fe0c476
+c0014df4
+204066de
+6fe0c3f3
+243a4df4
+20204df6
+1a627e00
+c00a605c
+c00ae060
+c01fe063
+c0206069
+c0086134
+c016606f
+c016e07a
+20600000
+204060a7
+58000000
+67e1444e
+20204e11
+20406ff8
+70444700
+202060ba
+20406ff8
+70444701
+6fe44458
+67e442a8
+20404e17
+202045c0
+6fe14311
+c1000000
+6fe44460
+207a0000
+67e442a8
+202045c0
+6fe0c474
+c1000000
+6fe0c476
+c1808000
+20406075
+20204e0f
+70467601
+df20000b
+d8a04677
+d8c04660
+20207419
+6fe0c474
+c1000000
+6fe0c476
+c000e07f
+20206130
+6fe0c676
+c1808000
+70467600
+6fe14434
+c284ce11
+df20000b
+d8c04677
+d8a04660
+20207419
+2040608b
+20406092
+2020609c
+da604472
+da40608e
+20204dd3
+70447602
+20404e11
+204060c8
+2020611c
+da604683
+da406095
+20204dcc
+6fe14434
+c284e11c
+6fe0c660
+c000e11c
+c002611c
+c002e11c
+20204e13
+6fe0c476
+c1808000
+da60444e
+da4060ab
+20204dd3
+204060f0
+20206c81
+20406bc9
+20206c75
+20406bc9
+20206eb7
+6fe1446e
+67e14470
+67e14472
+20204e01
+6fe0c476
+c1808000
+6fe14434
+c3848000
+6fe1446c
+67e14470
+67e14472
+6fe1444a
+20406145
+20404e0d
+6fe24454
+67e24663
+6fe14434
+c3858000
+20204e03
+6fe0c476
+c1808000
+6fe1444e
+6849444c
+6049444e
+247a0000
+6fe14448
+20406145
+20404e0d
+6fe24450
+67e24663
+6fe14434
+c3858000
+20204e03
+6fe14434
+c284ce0b
+202060a7
+204074ca
+6fe14434
+c284e0cf
+20600000
+6fe0c447
+207a0000
+202074c8
+204074ca
+6fe14434
+c3848000
+202074c8
+202060ba
+78567c00
+6fe14470
+67e14472
+204060d2
+203460d6
+204060cb
+24740000
+202074cc
+204060d7
+24760000
+1a227e00
+203a60e6
+20404e0f
+da604488
+202060e8
+20404e11
+da6044b0
+dfe00005
+98effe00
+9a60a600
+efe08013
+207a0000
+204060fc
+1a60a601
+202060eb
+6fe14434
+c284e0f3
+20600000
+204041cc
+247a0000
+204060ff
+24740000
+1fe0ffff
+1feffe05
+d84044d8
+98408c00
+20206149
+67e084c4
+da2004c4
+20206ffd
+da2004c4
+20407015
+24740000
+6fe084c4
+20600000
+6fe1436f
+c00c6063
+20600000
+70468202
+58200008
+67e24458
+592c0005
+e7e20005
+7042b617
+5800001b
+67e14307
+202041e5
+df200028
+d8a044d8
+d8c04807
+2020740c
+df200280
+d8a04b10
+d8c09535
+2020740c
+da200000
+da60466b
+20406f16
+204060c8
+6fe0c682
+67e0c683
+20600000
+58000000
+2040612b
+70442f01
+20406ec2
+20406ecc
+6fe0c689
+203a6128
+6fe084f1
+c3016137
+6fe14434
+c3860000
+20204e13
+684943e2
+e7e08002
+efe08005
+67e0c436
+20600000
+6fe143e2
+efe0803f
+c1800000
+20204e13
+684943e2
+efe08002
+c000e13f
+58000001
+684943e2
+e7e08002
+18408c02
+efe08006
+e7e08036
+efe10006
+20207487
+58000002
+2040612b
+18408c05
+efe10006
+203a4e13
+20207487
+67e140a5
+1fe0fffc
+67e14360
+20600000
+efe08006
+1fe22200
+e8410006
+204073c0
+20404513
+1a227200
+204073ba
+20207419
+5800468b
+67e142cc
+20600000
+580093c0
+67e142cc
+20600000
+6fe14684
+67e14480
+6fe0c686
+67e0c662
+67e0c66d
+6fe0c687
+67e0c474
+6fe0c688
+67e0c475
+58000030
+67e14445
+58000000
+67e1443d
+58000002
+67e14488
+67e1448d
+58000006
+67e144b0
+67e144b5
+58000007
+67e14492
+58000008
+67e144ba
+58004476
+67e143e2
+58201400
+67e1c476
+70409401
+58000100
+67e140a5
+7040a708
+7040c105
+7040c202
+58000096
+67e14450
+e7e10005
+58000296
+67e14454
+e7e10005
+38000010
+38048008
+380ac000
+380c0004
+67e44460
+70443901
+58004660
+67e1443a
+58000000
+67e14660
+380001a0
+38040068
+38080000
+380c0000
+67e44663
+58000301
+67e1466b
+380001a0
+380400e8
+38080000
+380c0000
+67e4466e
+5800000e
+67e14448
+58000140
+67e1444a
+67e14360
+58000050
+67e1444c
+70436a07
+70435f00
+380000fb
+3806c212
+3808800f
+380c0021
+67e44384
+38000bb8
+380402ee
+67e2446c
+58004591
+67e143b4
+58002001
+67e14591
+70431f1f
+38010102
+380480c1
+38098120
+380c640c
+67e4c320
+380003c1
+e7e10005
+70433f1f
+3802090d
+38074c15
+380a8532
+380dd1d5
+67e4c340
+38026574
+3804001c
+e7e18005
+5800447d
+67e143de
+70447d02
+580045b6
+67e143b1
+7043b305
+6fe0c68a
+c0006151
+c000e154
+20600000
+6fe34e00
+67e34480
+70447d06
+5800447d
+67e143de
+20600000
+6fe3ce00
+67e3c480
+70447d07
+5800447d
+67e143de
+20600000
+6fe0cdff
+c00361c4
+c003e1ca
+20600000
+44b1c00c
+6fe44e26
+67e4446c
+58000096
+67e1444c
+6fe3ce76
+67e3c660
+6fe3ce7d
+67e3c66b
+6fe24e84
+67e24450
+6fe24e88
+67e24454
+5800000e
+67e14448
+58000140
+67e1444a
+67e14360
+580093c0
+67e142cc
+20406114
+6fe44e1e
+67e44460
+20600000
+20406eb3
+20758000
+204061d0
+204061d4
+58006436
+67e14314
+58006204
+67e14394
+5800625d
+67e14396
+58006426
+67e14398
+58006235
+67e1439c
+5800627d
+67e1447e
+2040603c
+58000027
+67e14307
+6fe44460
+67e44458
+2040620e
+44b2400c
+20206037
+2040621b
+d8e00009
+2040742e
+247a0000
+58000020
+d8e00009
+20407420
+78547c00
+20406c75
+202062e0
+5800001f
+1feffe0a
+d8404b10
+9840a200
+1a20a203
+d8400062
+e0408011
+1a20a20b
+dfe00fff
+98467e00
+1ff27e00
+e7e10011
+20600000
+6fe14434
+c284e220
+d8a04593
+df200023
+202073ec
+204041cc
+247a0000
+20407027
+207a0000
+684a494f
+1c427e00
+98460400
+20628000
+2421622c
+6fe0c94e
+98467c00
+20610000
+1c427e00
+67e2494f
+204060ff
+24740000
+1fe0ffff
+1feffe0a
+d8404b10
+98408c00
+20206149
+20406596
+2040623a
+20406251
+2040608b
+20206257
+da604de1
+da40623d
+20204dcc
+20407027
+247a0000
+6fe1483d
+247a0000
+20406499
+203a624b
+18e27e00
+2fe00e04
+2020e24d
+18e27e00
+2fe00e01
+2020e24f
+da604dd8
+202060eb
+da604dea
+202060eb
+da604def
+202060eb
+da604df7
+202060eb
+da604b0d
+da406254
+20204dcc
+df20000a
+d8a0495d
+202073ec
+da604683
+da40625a
+20204dcc
+6fe14434
+c284e11c
+20204e13
+1a627e00
+c00a6271
+c00ae26d
+c018e264
+c1200000
+c0196429
+20206053
+704de201
+204064c2
+6fe14e90
+67e14dd0
+68494e92
+58000fff
+98467e00
+67e14dd2
+20600000
+704dcd00
+704de200
+2040631e
+20206060
+1c427e00
+67e2494f
+20406492
+2020605c
+78567c00
+6fe14470
+67e14472
+204060d2
+203460d6
+204060cb
+24740000
+202074cc
+20406275
+24760000
+1a227e00
+203a62ac
+704b0e01
+20404e0f
+204062a1
+204062d3
+20610000
+18e27e00
+6848cde5
+98467c00
+2442e29b
+18e27e00
+67e0cde5
+6848cde8
+98467c00
+2022e299
+6fe0cde9
+243a6294
+2040649b
+dfe0000a
+202062cc
+204064be
+18e27e00
+c000e291
+204063a3
+20206356
+704de601
+20206356
+44b2c00c
+6fe0cde9
+203a6241
+18e27e00
+c000e241
+20600000
+dfe0000a
+98effe00
+da604953
+9a60a600
+1c427e00
+e7e20013
+1a60a604
+efe08013
+1fe0fe01
+e7e08013
+20600000
+44b3400c
+6fe0cde9
+205a4e11
+dfe0000a
+98effe00
+da604953
+9a60a600
+e8420013
+18467c00
+20628000
+1c427e00
+98460400
+24416f56
+1a608c09
+efe08006
+243a62d8
+1a60a605
+1c427e00
+e7e20013
+20600000
+1a608c04
+efe08006
+202062c3
+204062dd
+6fe0cde9
+243a62cf
+204062d3
+20610000
+204064a1
+18e27e00
+c001e4a9
+dfe0000a
+98effe00
+9a60a600
+202060eb
+18e27e00
+c000e2c6
+c001e2c6
+20600000
+2040702f
+e8408006
+98467e00
+1fe67c0a
+20600000
+704de001
+204062dd
+da6049f4
+dfe00003
+202062cc
+df20000a
+1a620a00
+202073ec
+6fe1483d
+67e143e0
+2040632a
+6fe143e0
+67e1483d
+d8e00000
+6fe0c47d
+1fe27200
+da604953
+1f227e00
+67e104cc
+1a627e00
+67e104e0
+18e27e00
+67e104ce
+20406320
+6fe104e0
+1fe22600
+6fe104ce
+1fe20e00
+204062fd
+6fe104ce
+1fe08e01
+6fe104e0
+1fe0a60a
+6fe104cc
+1fe27200
+c20062e9
+20600000
+efe20013
+207a0000
+1fe20400
+1c427e00
+98460400
+24610000
+580009c4
+98467c00
+20610000
+1c427e00
+e7e20013
+1a60a609
+58000001
+e7e08013
+6fe0cde0
+207a0000
+704de000
+44b3c00c
+6fe0cde7
+c0006313
+c000e316
+20600000
+da6049df
+dfe00003
+202062cc
+18e27e00
+6848cde8
+98467c00
+2422e313
+6fe0cde9
+79407e00
+67e0cde9
+247a0000
+704de900
+20204e11
+1a60a405
+efe20012
+207a0000
+1fe20400
+1c427e00
+98460400
+24416f56
+580003e8
+98467c00
+202062c0
+6fe143de
+efe0803f
+207a0000
+58000000
+67e10546
+20406c5d
+24346ef1
+20406eef
+78547c00
+44b4400d
+6fe0cde7
+c000e339
+2040638a
+2040633e
+20740000
+6fe10546
+67e1054d
+70054f00
+18000e00
+20206c95
+d8e00000
+da404a09
+dfe00002
+98effe00
+9a40a400
+efe10012
+207a0000
+68490546
+9842fc00
+2022e34a
+18e08e01
+2020633f
+67e14a15
+20404e0f
+da604a17
+dfe0000a
+98effe00
+9a60a600
+20406352
+20206395
+204064be
+efe08013
+207a0000
+204063a3
+204064be
+2040636b
+20406376
+20406380
+dfe00005
+204060fc
+20406499
+207a0000
+70494e78
+dfe00006
+202060fc
+6848cdcc
+20406499
+207a0000
+6848cdcf
+18408401
+6fe0cde6
+207a0000
+6848cdcc
+704de600
+20600000
+20406361
+18427e00
+207a0000
+67e0cdd5
+dfe00013
+204060fc
+6fe0cdd5
+1fe0ffff
+67e0cdd5
+207a0000
+2020636f
+6fe0cdce
+207a0000
+67e0cdd6
+dfe00020
+204060fc
+6fe0cdd6
+1fe0ffff
+67e0cdd6
+207a0000
+20206379
+6fe0cdcf
+207a0000
+67e0cdd7
+dfe00021
+204060fc
+6fe0cdd7
+1fe0ffff
+67e0cdd7
+207a0000
+20206383
+6fe14a15
+207a0000
+68490546
+18467c00
+2022e398
+98467c00
+20628000
+60494a15
+6fe14de3
+98467c00
+2042ce11
+6fe10546
+67e143e0
+202074c8
+20404e11
+da604a53
+20406352
+58000000
+67e14a15
+70482f32
+20406395
+6fe0c47d
+1feff20a
+d8a04953
+202073ec
+44b4c00d
+6fe0cde7
+c000e3a8
+c00063ae
+20600000
+18e27e00
+c002e3d7
+c00063f4
+c00263fc
+c001641f
+20600000
+efe08013
+c000e3d7
+c00163f4
+c001e3fc
+c002641f
+c002e3b5
+20600000
+20406499
+243a63bf
+58000004
+1feffe0a
+d8404b10
+98408a00
+18a08a03
+6fe1ca5d
+e7e18005
+20600000
+58000004
+1feffe0a
+d8404b10
+98408a00
+18a08a03
+6fe14dd0
+e7e18005
+18a08a07
+6fe14dd2
+1ff27e00
+1fed7e00
+e7e18005
+20600000
+6fe0cdce
+207a0000
+1fe0ffff
+67e0cdce
+dfe00062
+20600000
+d840000a
+20406499
+207a0000
+d8400007
+20600000
+204063d2
+6fe14dd0
+98467c00
+244163cc
+24610000
+98467e00
+67e14dd0
+44b5400d
+6fe14dd0
+68494dd2
+184d0400
+18520400
+9840fe00
+67e1ca5d
+202063b5
+6fe14dd0
+d8400062
+98460400
+24610000
+18427e00
+6848cdce
+18467c03
+2022e3f1
+18408401
+6048cdce
+202063dd
+704dce00
+dfe00000
+202063dd
+20406499
+245a63e6
+204063d2
+6fe14dd0
+9840fe00
+d8400fff
+20407480
+202063dd
+204063d2
+6fe14dd2
+98467e00
+67e14dd2
+68494dd2
+20406499
+203a63de
+58000fff
+98467e00
+d8400062
+98460400
+242163de
+58000fff
+98467e00
+6848cdcf
+18467c05
+2022e410
+18408401
+6048cdcf
+2020641d
+704dcf00
+58000fff
+2020641d
+20406499
+203a6411
+6fe0cdcf
+203a6411
+1fe0ffff
+67e0cdcf
+58000fff
+d8400062
+98467e00
+9a20fe00
+67e14dd2
+202063de
+204063d2
+6fe14dd2
+9840fe00
+d8400fff
+98462200
+20216413
+2020641d
+6fe1436f
+c0126063
+20600000
+da200017
+da400004
+2040419f
+58000006
+e7e08005
+58000001
+e7e10005
+5800ffff
+e7e10005
+58002800
+e7e10005
+d8c0493d
+202073d2
+6fe1430e
+1fe08c02
+efe10006
+c002643d
+c00345e3
+c002c5b7
+20600000
+efe18006
+67e1c36e
+c003e46d
+c000e48e
+c005645c
+c0066444
+20204331
+efe10006
+67e1050a
+da200014
+20404535
+5800000d
+e7e08005
+6fe1050a
+98002200
+6849436f
+6fe14307
+98467c00
+2422c47d
+20406499
+243a6454
+6fe14939
+20206455
+6fe1493b
+d8c0483f
+9a267200
+24214528
+1f267c16
+20214485
+18007216
+20204485
+6849436f
+6fe0c2f6
+c281e460
+20204449
+6fe14307
+98467c00
+2422c449
+204044ec
+24346467
+7001b405
+2020452a
+6fe14307
+98467c00
+2422c449
+d8c0483f
+18007e16
+20204457
+44b5c00d
+704dcc05
+70494d01
+704dd401
+70494ef0
+704de10a
+704de601
+204064fe
+6fe0cde2
+207a0000
+204064c2
+d8400062
+6fe14e94
+da204dd0
+da404dce
+20406487
+d8400062
+6fe14e96
+da204dd2
+da404dcf
+20406487
+58000fff
+68494dd2
+98467e00
+67e14dd2
+20600000
+9846fc00
+20407475
+1807fe00
+18070400
+e7e08012
+e0410011
+20600000
+18c08dfe
+efe08006
+c0036497
+20600000
+704dcc01
+70494d00
+704dd400
+70494e0a
+20600000
+20406492
+202064fe
+6fe0c94d
+20600000
+da604e30
+20406499
+207a0000
+70494e78
+da604a61
+20600000
+da604999
+20406499
+207a0000
+da604a9d
+70494e0c
+18e27e00
+c1008000
+20600000
+44b6400d
+6fe0cb0c
+79407e00
+67e0cb0c
+c00064b2
+c000e4b0
+20600000
+204064b9
+202060eb
+204064b4
+202060eb
+da6049b7
+20406499
+207a0000
+da604abb
+20600000
+da604af8
+20406499
+207a0000
+da604b02
+20600000
+6fe0cdcd
+247a0000
+704dcd01
+202063de
+58000000
+67e3cdce
+20600000
+20406499
+c000e4cd
+c00064df
+20600000
+6fe0ce9c
+c000e4e6
+c00064f8
+20600000
+6fe0cdce
+1feffe62
+1fe20400
+6fe14dd0
+9840fe00
+67e14e98
+6fe0cdcf
+1feffe62
+1fe20400
+6fe14dd2
+1fe22200
+58000fff
+9a267e00
+9840fe00
+67e14e9a
+20406499
+67e0ce9c
+20600000
+6fe14dd0
+67e14e98
+6fe14dd2
+67e14e9a
+20406499
+67e0ce9c
+20600000
+6fe14e98
+1fe6fc62
+20407475
+1807fe00
+18070400
+67e0cdce
+18427e00
+67e14dd0
+6fe14e9a
+1fe6fc62
+20407475
+1807fe00
+18070400
+67e0cdcf
+58000fff
+98467e00
+67e14dd2
+20600000
+6fe14e98
+67e14dd0
+6fe14e9a
+67e14dd2
+20600000
+2020657b
+20206562
+20406521
+6fe14e9f
+2040658e
+704ea500
+6fe2ce98
+704ea600
+704ea300
+20406525
+6fe0cea3
+c1000000
+202064ff
+6fe14e8c
+1fe0fffb
+67e14e9f
+20600000
+6fe14e9f
+1fe0fffb
+67e14e9f
+20600000
+6fe14e9f
+1fe0fe05
+67e14e9f
+20600000
+6fe14ea1
+1fe0fe05
+67e14ea1
+6fe14ea1
+1fe20400
+6fe14e8c
+98467e00
+d8400005
+98467c00
+24216545
+20600000
+6fe0cea5
+c000e50a
+c000650e
+20600000
+da400000
+1a420400
+6fe14e98
+a843fe00
+2440e535
+da400000
+1a420400
+6fe14e9a
+a843fe00
+2440e535
+da400000
+1a420400
+6fe0ce9c
+a841fe00
+2440e535
+20600000
+6fe0cea3
+1fe0fe01
+67e0cea3
+20600000
+704ea301
+20406516
+6fe14ea1
+2040658e
+20406499
+1fe20400
+6fe0ce9c
+a841fe00
+2040e560
+6fe0cea3
+c1000000
+20206539
+44b6c00d
+20406560
+20406499
+203a654a
+20206551
+6fe14e90
+67e14dd0
+68494e92
+58000fff
+98467e00
+67e14dd2
+202064fd
+d8400062
+6fe14e94
+da204dd0
+da404dce
+20406487
+d8400062
+6fe14e96
+da204dd2
+da404dcf
+20406487
+58000fff
+68494dd2
+98467e00
+67e14dd2
+202064fd
+704ea300
+20600000
+44b7400d
+704ea501
+204064ff
+6fe14e8e
+1fe20400
+6fe14e9f
+98467e00
+d8400000
+98467c00
+24610000
+6fe14e9f
+1fe20400
+6fe14e8c
+1fe0fffb
+98467e00
+6fe14e9f
+67e14ea1
+20406539
+6fe14ea1
+2442e58e
+704ea300
+20406525
+6fe0cea3
+c1000000
+202064c9
+44b7c00d
+704ea501
+204064ff
+68494e8e
+6fe14e9f
+98467e00
+d8400000
+98467c00
+24610000
+68494e9f
+6fe14e8c
+98467e00
+d8400000
+98467c00
+24610000
+6fe14e9f
+67e14e9d
+204064c5
+20206591
+d8400005
+da204e98
+202068c9
+df200005
+da204e98
+6fe14e9d
+1fe20400
+20206883
+da60482f
+da4064fd
+20204dcc
+6fe0c3f1
+d840003e
+20206bbc
+6fe0c3f1
+d840003f
+20206bbc
+2040659c
+20406599
+2020659c
+204065a0
+20206599
+202065a0
+204065a0
+202065a2
+20206599
+6fe0c3f2
+2020659a
+6fe0c3f2
+2020659d
+204065a8
+204065aa
+202065a8
+204065f8
+202065b1
+44b9c00e
+7001e801
+7001ea01
+7001ec19
+7001ed02
+6fe101ef
+20407487
+6fe401e7
+67e401df
+6fe081ee
+67e0c116
+6fe081e9
+c000e5bf
+c0016650
+684881e7
+6fe081ea
+c00165c3
+c000e5df
+44ba400e
+2040663d
+204039c9
+2040660b
+79202a00
+782efc00
+78307c00
+7850fc00
+20403d8c
+6fe081eb
+67f0890d
+202065cf
+44bac00e
+6fe081e8
+c000e5d2
+6fe081ec
+c00ce5d6
+c03c65d9
+c07865dc
+df200035
+d8c00b00
+2020662e
+df2000cb
+d8c00b00
+2020662e
+df200162
+d8c00b00
+2020662e
+44bb400e
+2040663d
+204039c9
+7843fc00
+782efc00
+78307c00
+684881e8
+18422a00
+6fe081eb
+67f0890d
+c00065cf
+44bbc00e
+6fe081ec
+1fe27200
+d8c00b00
+efe08006
+08008608
+c20065ee
+6fe101ef
+20407487
+6fe401e7
+684c01df
+98467c00
+2022e5ea
+202065b1
+df2003fe
+d8a00b00
+580001ff
+18002400
+1fe92200
+1a232200
+9a22a200
+2a2ffe00
+7920fe09
+18430400
+2feffe00
+79208407
+1fe37e00
+1a40a401
+2a400e00
+2420e5fc
+e0408005
+c20065fc
+20600000
+44bc400f
+793f802f
+70890103
+70892084
+708925a7
+70893003
+70893740
+708a6d85
+708a6d89
+6fe08164
+c3968000
+70890101
+70892080
+708a6d05
+708a6d09
+7920002f
+70890105
+70893024
+7089340a
+20600000
+44bcc00f
+18002a08
+18002a00
+7850fc00
+78507c00
+782f7c00
+70890005
+20000002
+70890000
+2040663d
+708a1600
+708a0a10
+708a0b00
+20600000
+2020661f
+efe08006
+08008608
+c200662e
+2040662d
+78287c00
+db600350
+2021e5b1
+6fe101ef
+20407487
+6fe401e7
+684c01df
+98467c00
+2022e634
+2040662d
+202065b1
+44bd400f
+70890005
+20000002
+70890000
+708a10aa
+708a11aa
+708a1215
+708a0af8
+708a0b04
+20000078
+708a167a
+708a1700
+708a1800
+708a1900
+708a1a00
+708a112a
+708a0a78
+708a4300
+20600000
+20406659
+44bdc00f
+6fe101ef
+20407487
+6fe401e7
+684c01df
+98467c00
+2022e651
+202065b1
+44be400f
+2040662d
+20403954
+58000500
+20403a8c
+2020396a
+2035e664
+58004402
+d8a043f3
+98a67200
+204073ec
+20600000
+44bec00f
+204066de
+6fe0c3f3
+c00074d8
+c000f4d8
+c00174d8
+c001f4d8
+c040f4d8
+c06074d8
+c04074d8
+c02074d8
+20600000
+d8e00000
+da400000
+18e67c07
+24610000
+aa2fffff
+2020e678
+2020667c
+18427e00
+203a667c
+f9202400
+184085ff
+18e08e01
+20206673
+6b014316
+6d614318
+204074ca
+20206682
+44bf400f
+204066ce
+243a3a8a
+204066de
+df200008
+6848c3f3
+1f260e08
+a84fffff
+2020e68f
+20406696
+2421668f
+204066ac
+20206693
+1d627e00
+9b00b000
+c2006687
+20203a8a
+1b027e00
+1b020a00
+20600000
+44bfc00f
+1f260e08
+d8400000
+d9600000
+18e27e00
+c00466a7
+6fe0c3f3
+afefffff
+2020e6a7
+f9201600
+1d627e00
+98408400
+18e08e01
+1a227e00
+98467c00
+2022e6a7
+2021669a
+18427e00
+9a267c00
+24628000
+f9201600
+20600000
+44c04010
+204066ce
+243a3a8a
+204066d4
+203a66b5
+6fe4c3f7
+67e4c3f4
+58000000
+e7e18005
+6160c3fd
+630143fe
+20600000
+44c0c010
+204066d7
+18c08c01
+efe10006
+20600000
+44c14010
+204066d7
+18c20a00
+18c20400
+58000000
+e7e18005
+20600000
+44c1c010
+204066d4
+203a3a8a
+6fe1c3fa
+67e1c3fd
+6fe1c3f7
+67e1c3fa
+6fe1c3f4
+67e1c3f7
+20600000
+44c24010
+6fe1c3f4
+20600000
+44c2c010
+6fe1c3f7
+20600000
+44c34010
+6fe1c3fd
+20600000
+204066d4
+203a66dc
+d8c043f4
+efe18006
+203a66da
+18c08dfd
+20600000
+44c3c010
+df200004
+d8c043f4
+d8400000
+efe18006
+1fe17eff
+98418400
+c20066e2
+6048c3f3
+20600000
+203a3a8a
+1fe20a00
+20600000
+44c44011
+da400000
+da2043f4
+1a20a3fe
+1a20a202
+58004400
+9a267c00
+2022e6fb
+efe08011
+1a20a201
+203a66ef
+e8410011
+efe10002
+9a40a400
+1a40a404
+202066ef
+1a427e00
+20600000
+d8e0000c
+20203c21
+d8e0000c
+20203c25
+204066de
+6fe0c3f3
+207a0000
+204066eb
+d8400100
+98467c00
+202166fd
+204066ff
+6fe14400
+18c20a00
+da2043f4
+58004400
+9a267c00
+20628000
+efe08011
+1a20a201
+243a6715
+e7e10005
+1a20a202
+2020670c
+efe10011
+1a20a202
+1fe20c00
+efe10006
+e7e10005
+1fe27200
+1f20f202
+20407419
+2020670c
+204066de
+6fe0c3f3
+207a0000
+da2043f5
+1a20a3fd
+18c20a00
+6fe14400
+18a20c00
+1a20a203
+58004401
+9a267c00
+20628000
+efe10006
+203a6726
+1fe0fe04
+1fe27200
+18c22400
+efe10011
+1fe20a00
+1a420c00
+18c08dfe
+20407419
+20206726
+44c4c011
+18427e00
+1fe17eff
+1fe67c0d
+24213a8a
+d8a08070
+98a08a00
+18a22200
+d840003e
+e0408005
+20406745
+2000001e
+1a220a00
+d840003f
+e0408005
+20206749
+6ff08081
+1fe17e7f
+67f08081
+20600000
+6ff08081
+1fe1fe80
+67f08081
+20600000
+20206943
+2020694a
+6ff0806f
+1fe17efd
+67f0806f
+20600000
+24346757
+6ff0806f
+1fe1fe02
+67f0806f
+18427c00
+2022e75a
+1a627a00
+2fcc0000
+20206834
+18000404
+da2001c4
+2040674f
+20406757
+da2055aa
+6fe101c4
+e8410006
+9a267c00
+20600000
+20546777
+d8400002
+da2001ca
+20406757
+6fe101ca
+67e101bd
+2054676d
+20600000
+d8400010
+da2001cc
+2040674f
+20406757
+d8c001cc
+df200010
+20406e6f
+20406df6
+20406e8b
+20206df0
+70802300
+2040674f
+20206e8b
+58000000
+67e104ed
+7856fc00
+2040675c
+24628000
+7836fc00
+70802380
+70802200
+70802400
+da208025
+20406753
+70802300
+6fe081ba
+c4000000
+d8400006
+2040675d
+2422e799
+efe10006
+98002200
+20406757
+20406790
+20206788
+6fe104ed
+df200006
+d8c001c4
+204074da
+6f2101c6
+1a220c00
+204074da
+67e104ed
+20600000
+6fe081de
+c02d67a7
+da20aa55
+6fe101c4
+9a267c00
+2422e7a9
+da2055aa
+6fe101c6
+9a267c00
+2422e7a9
+6fe101c8
+684904ed
+98467c00
+2422e7a9
+7920220f
+2020675a
+7001ba00
+20600000
+6ff1011e
+67e101b8
+793ffe0e
+247a0000
+580007d0
+da2001b8
+d8400002
+204068c9
+6fe081ca
+1ff18400
+6fe081b8
+1ff27e00
+9841fe00
+67e081b8
+202068de
+70805025
+20407484
+78547c00
+7001ba00
+20406856
+204068d6
+58000000
+da2001ca
+d8400002
+204068c9
+204067ab
+580007d3
+da2001dd
+d8400002
+204068c9
+6fe081b8
+c301e7d4
+580007f0
+da2001cc
+d8400010
+204068c9
+70800608
+7920002b
+d8c001cc
+20406e7b
+78347c00
+70411500
+20406825
+24216831
+20546777
+6fe101ca
+1ff0fe00
+d84007ff
+98417e00
+2022e7e6
+2040687f
+da6068cc
+2054676d
+2040677a
+2436e7e6
+6fe081ba
+2fe00603
+2420e7d5
+204067f4
+20406873
+70411500
+20406825
+24216831
+20406817
+20406a3c
+6fe081b8
+c2816800
+2040681f
+2436e7f7
+6fe081ba
+2fe00603
+2420e7e8
+20206800
+580001ff
+dfa00000
+20600000
+20406a39
+6fe081b8
+c2816800
+2040681f
+2436e800
+6fe081ba
+2fe00603
+2420e7e8
+20206810
+70411500
+20406825
+24216831
+6fe081b8
+c280e810
+2040698c
+200000c8
+2040699b
+20000064
+da6069cf
+20406765
+2040677a
+2436e810
+6fe081ba
+2fe00603
+2420e801
+58000000
+67e401cc
+67e401d4
+18007004
+20406e8c
+70805021
+20600000
+6fe0c3db
+6848c3da
+98467c00
+2422ea22
+7043d902
+7043da01
+7043db00
+20206a22
+58000000
+67e101bd
+da606a5f
+20406a0b
+20406765
+2020677a
+2040682b
+6fe0c115
+1fe0fe01
+1fe67c03
+67e0c115
+20600000
+6fe0c115
+207a0000
+6fe081dd
+207a0000
+1fe27200
+202073d9
+20406810
+2040748a
+20600000
+6fe081ba
+1fe3fe00
+7920fe00
+2a2c000f
+20608000
+67e081ba
+20600000
+6ff0806f
+c4008000
+20206841
+6ff08128
+afefffff
+20608000
+6ff08108
+c300e83e
+20406df0
+2020683e
+6fe140e9
+207a0000
+70802380
+70802200
+70802400
+684940eb
+184bf200
+98000c00
+efe08006
+67f08025
+c200684d
+70802300
+20600000
+708aa004
+708aa131
+708aa201
+20206859
+708aa00c
+708aa1fb
+708aa203
+67e104d4
+44c54011
+708a01ff
+6ff08a0b
+67e084d6
+1fe1fe04
+67f08a0b
+6ff08a13
+67e084d7
+708a1311
+200003e8
+6ff08a02
+1fe1fe01
+67f08a02
+708a0003
+44c5c011
+6ff08aa0
+1fe1fed0
+67f08aa0
+20001770
+6ff08aa0
+1fe1fe20
+67f08aa0
+20002ee0
+6fe104d4
+20600000
+44c64011
+708aa004
+708aa143
+708aa201
+6ff08a02
+1fe17efe
+67f08a02
+6fe084d6
+67f08a0b
+6fe084d7
+67f08a13
+20600000
+1fe9fe00
+67f10045
+70804b00
+20600000
+20406852
+2040687f
+204068b1
+e8408011
+1a20a201
+18000e00
+a84c0000
+2020e8a8
+6ff08046
+79207e06
+79207e07
+67f08046
+70804702
+70804782
+793ffe07
+67f08046
+7080478a
+2000000b
+708047ca
+20000021
+7080474a
+200000c8
+708047ca
+20000016
+7080478a
+20000021
+70804782
+20000001
+70804792
+2000000a
+708047b2
+6ff08007
+70804792
+20000001
+70804782
+afec0000
+2020e889
+6ff10045
+1fe0fe01
+67f10045
+18e08e01
+28e01e08
+2420e889
+c2006886
+70804783
+20206873
+70804782
+2000000c
+70804780
+70804782
+20000096
+20600000
+204068b1
+708047a2
+1a227e00
+67f10048
+7920040b
+2fec000f
+7920840f
+6059004a
+70800701
+20600000
+6ff08128
+c300e8c1
+70804783
+20600000
+44c6c011
+20406856
+204068c9
+20206873
+2040687f
+204068b7
+202068c1
+20406856
+6ff10122
+67f10045
+204068b7
+d8e00001
+2040683b
+204068c1
+2feffe00
+20406834
+20206873
+580007d2
+da2040cc
+d8400001
+204068c9
+6fe0c0cc
+243a68dd
+7040cc04
+20203c0e
+6fe101b8
+1ff1fe00
+207a0000
+6fe081b8
+1ff1fe00
+c00268ec
+c005e8f0
+c00468f4
+c003e8f8
+c004e8fc
+c00568fc
+c0066900
+c007e907
+2020691b
+dfe0522c
+d8406596
+2040690e
+20206903
+dfe04e38
+d8406596
+2040690e
+20206920
+dfe06028
+d8406596
+2040690e
+20206903
+dfe04296
+d8404786
+2040690e
+20206903
+dfe04e38
+d8406024
+2040690e
+20206903
+dfe050b8
+d8406596
+2040690e
+dfe074e8
+d8407de4
+20406914
+20206920
+dfe050b8
+d8406596
+2040690e
+dfe04296
+d8404786
+20406914
+20206920
+18500400
+9841fe00
+67f2004c
+20206935
+dfe0432f
+d8404786
+18500400
+9841fe00
+67f2004c
+20206937
+dfe0478b
+d84048fa
+20206914
+20406918
+dfe0432f
+d8404786
+2040690e
+20206920
+6fe101b8
+79207e0d
+79207e0e
+67f2004c
+20406927
+70801108
+20600000
+58000002
+37d98200
+67f08012
+37d98200
+37d98200
+20600000
+6ff1011e
+793ffe0e
+67f2004c
+20206927
+6ff1011e
+79207e0e
+67f2004c
+20206927
+58000004
+20206928
+58000008
+20206928
+44c74011
+6fe0c3ae
+67f08080
+6fe0c3af
+67f08081
+580001bb
+67f10084
+580001c0
+67f10086
+20206745
+79207e07
+67e101bb
+44c7c011
+70808202
+70808800
+70800602
+20206953
+18000401
+67e081bb
+44c84012
+70808201
+60590088
+70800602
+20406953
+6fe081c0
+20600000
+20000005
+6ff08128
+c301e953
+20600000
+6fe0c3d2
+c000e95e
+c0016964
+c001e96c
+c0026970
+c002e977
+20600000
+67e1c3cb
+1a227e00
+67e143ce
+604943d0
+7043d202
+2020698c
+2040698c
+7043d203
+20406992
+da2001bb
+70808204
+6fe1c3cb
+d8400020
+202069a3
+2040698c
+204069c6
+7043d204
+20600000
+44c8c012
+2040698c
+7043d205
+20406992
+20406984
+2040699f
+2020697f
+2040698c
+20406992
+58000005
+2040694a
+c3800000
+7043d200
+6fe143a0
+20207487
+6fe204cc
+684943ce
+184085fc
+e7e20002
+20600000
+684943ce
+18422200
+184085fc
+efe20002
+67e204cc
+684943d0
+6fe1c3cb
+20600000
+44c94012
+204069f1
+20406745
+58000000
+67e201bb
+20600000
+7001bb06
+58000000
+67f10088
+58000001
+67f10082
+580001bb
+67f10084
+70800602
+20206953
+7001bbab
+20206993
+7001bbb9
+20206993
+18408404
+60590082
+d8400002
+1a20a3fc
+e0408011
+1ff10400
+e0408005
+1fec8400
+e0408005
+e7e08005
+1a227e00
+67f10084
+58000000
+67f10088
+70800602
+20406953
+202069c6
+60590088
+1ff10400
+604881bc
+1fec8400
+604881bd
+67e081be
+58000004
+67f10082
+7001bb03
+580001bb
+67f10084
+1a227e00
+67f10086
+6ff08080
+2a2c000f
+7920fe06
+67f08080
+70800602
+6ff08128
+c283e9c2
+d8e00003
+20206953
+580007d0
+20403a8c
+20406992
+580001c0
+67f10086
+58000005
+2040694a
+c28069c6
+20600000
+60590088
+58000004
+67f10082
+7001bb03
+580001bb
+67f10084
+1a227e00
+67f10086
+6ff08080
+2a2c000f
+7920fe06
+67f08080
+70800602
+6ff08128
+c283e9dc
+d8e00003
+2040683b
+20406953
+2feffe02
+20406834
+6fe081bc
+1ff02400
+6fe081bd
+1fed7e00
+9a41a400
+6fe081be
+9a41fe00
+9840fe00
+67e081be
+1fecfe00
+67e081bd
+1fecfe00
+67e081bc
+20600000
+6fe0c3d3
+6848c3d5
+98467c00
+2422e9f6
+20406a02
+6fe0c3d3
+d8400020
+20406bbd
+6fe0c3d6
+d8400021
+20406bbd
+6fe0c3d4
+d8400022
+20406bbd
+6fe0c3d5
+d840001f
+20206bbd
+7043d301
+7043d403
+7043d500
+7043d602
+7043d70b
+7043d80a
+20600000
+70801001
+20600000
+70808b05
+70808c07
+70808d07
+70808e07
+70808f07
+70809005
+70809100
+20600000
+70808b0c
+70808c0d
+70808d0d
+70808e0d
+70808f0d
+7080900c
+70809100
+20600000
+20406a50
+6fe0c3da
+d840006c
+20406bbd
+6fe0c3db
+d840006d
+20206bbd
+20406a57
+20206a1c
+6ff08128
+c302ea24
+20600000
+67e081bf
+580001bf
+67f10094
+58000001
+67f10092
+60590098
+62310096
+70808a01
+70800604
+20206a24
+58000000
+67f10098
+67f10096
+60590092
+62310094
+70808a01
+70800604
+20206a24
+79200028
+7043ad08
+20600000
+793f8028
+7043ad20
+20600000
+6fe0c3a4
+9a40fe00
+67e081bd
+20206a46
+6fe101bd
+1ff0fe00
+67e081bd
+58000003
+67f10092
+7001bca0
+7001bea1
+20206a65
+604904cc
+20406a50
+684904cc
+20406a7f
+20206a57
+6fe0c3d9
+c17f8000
+c3036a55
+580249f0
+20403a8c
+6848c3d9
+20206b96
+6848c3d9
+20206b92
+44c9c012
+c5146a3f
+6fe143a4
+9a40fe00
+1ff0fe00
+67e101bd
+44ca4012
+c5146a43
+58000004
+67f10092
+7001bca0
+7001bfa1
+580001bc
+67f10094
+60590098
+62310096
+58000002
+2a2c000f
+7920fe00
+67f0808a
+70800604
+d8e00005
+2040683b
+20406a24
+2feffe04
+20406834
+c5146a7a
+6fe101bd
+1ff0fe00
+9840fe00
+1ff0fe00
+67e101bd
+20600000
+6fe081bd
+9840fe00
+1ff0fe00
+67e101bd
+20600000
+6fe143a4
+9a40fe00
+67e104c4
+44cac012
+604904cc
+622104e3
+20406a94
+684904dc
+6a2104e3
+6fe104c4
+20406ab5
+6fe104dc
+684904e3
+98408400
+604904e3
+684904c4
+98408400
+604904c4
+6fe104cc
+243a6a85
+20600000
+44cb4012
+6fe0c3ad
+1fe0ffff
+684904c4
+9841fe00
+1fe0fe01
+67e184e0
+6fe104cc
+9840fe00
+684984e0
+98467e00
+24216aa6
+67e104cc
+6fe184e0
+684904c4
+98467e00
+67e104dc
+20600000
+6fe104cc
+67e104dc
+58000000
+67e104cc
+20600000
+1a427e00
+18408402
+60590092
+1a20a3fe
+e8418011
+18422400
+d84000a0
+e0408011
+e7e08005
+20206ac2
+1fe22400
+44cbc012
+c5146aab
+1a427e00
+18408403
+60590092
+1a20a3fd
+e8418011
+18422400
+d84000a0
+e0408011
+1ff0fe00
+e7e10005
+62310094
+58000000
+67f10098
+70808a01
+70800604
+20406a24
+e2418011
+44cc4013
+7001bf00
+58000001
+67f10092
+7001bca0
+580001bc
+67f10094
+58000000
+67f10098
+67f10096
+58000003
+67f0808a
+70800604
+20406a24
+6ff08128
+c4030000
+200005dc
+6fe081bf
+1fe0fe01
+67e081bf
+1fe67c28
+24610000
+20206acb
+44ccc013
+204074ca
+6fe0c3b3
+207a0000
+6fe14434
+c4048000
+6fe0c2a0
+c0006afb
+6fe08178
+2fe180c0
+2020eaee
+2fe18040
+2020eb00
+20206af5
+20366af2
+6fe0c284
+c300eafb
+20206af5
+20406afb
+20740000
+20206af5
+6fe0c2d3
+c283eaf8
+20206afe
+6fe30173
+67e442da
+20206afe
+70002d35
+6fe30173
+20206b01
+70002d37
+20206b01
+70002d36
+44cd4013
+6fe143b1
+e840803f
+1fe0fe01
+67e1002e
+6048802c
+6fe0c3b3
+1fe22600
+6fe1002e
+1fe22200
+20406b19
+20740000
+6849002e
+18408422
+6049002e
+184085ff
+efe08002
+67e0802c
+1a60a7ff
+2422eb09
+6fe0c3b3
+1fe0ffff
+67e0802c
+20600000
+6fe0802d
+c099eb20
+da40002d
+df200007
+20407477
+2022f4c8
+20600000
+c01b6b23
+c01beb3e
+20206b1b
+e8408011
+98467c00
+24628000
+d8a004f6
+df200010
+204073ec
+6fe18176
+67e184f6
+20406b35
+6fe10513
+1ff0fe00
+1fed0400
+efe08006
+9840fe00
+68498173
+98467c00
+2022f4c8
+20600000
+d8c004f6
+20406e7d
+efe08011
+20406e7e
+18006c38
+18006c00
+20406deb
+d8a00506
+20206e91
+e8408011
+98467c00
+24628000
+18c22200
+18c0a608
+da4042da
+df200008
+20407477
+2022f4c8
+1a622200
+da4042e2
+df200008
+20407477
+2022f4c8
+20600000
+204074cc
+20406ae0
+24346b58
+6fe1002e
+1fe08c01
+d8a042e2
+204073d2
+d8a0424c
+204073d2
+70425c01
+20600000
+70425c00
+20600000
+70002d34
+6fe0c095
+c0045b33
+20600000
+44cdc013
+79200407
+20406b85
+7d208407
+44ce4013
+18467cff
+20628000
+284c0007
+18410e1f
+6fe20016
+f920fe00
+67e20016
+6fe2001a
+fd20fe00
+67e2001a
+20600000
+44cec013
+18467cff
+20628000
+284c0007
+18410e1f
+6fe20016
+f93ffe00
+67e20016
+6fe2001a
+f93ffe00
+67e2001a
+20600000
+20406b6e
+20206b7f
+18467cff
+20628000
+2455eb62
+20406bb3
+58000000
+284ffe07
+7d20fe06
+7920fe07
+20206bac
+44cf4013
+d8a0811c
+18410e07
+18497e00
+1fe17e03
+98a08a00
+efe08005
+284ffe07
+2020eb90
+afec0000
+20600000
+afefffff
+20600000
+18467cff
+20628000
+2fcffe07
+20206b99
+18467cff
+20628000
+2fcc0007
+58000000
+7d20fe07
+98428400
+20406bb3
+5800003f
+284ffe07
+7920fe00
+20206bac
+18467cff
+2022f4d2
+20406bb3
+efe08005
+c2806ba8
+284c0007
+20600000
+284ffe07
+20600000
+20406bb3
+580000c0
+e7e08005
+20600000
+18467cff
+20628000
+20406bb3
+58000000
+20206bac
+18417e3f
+1fe67c0d
+24213a8a
+d8a08070
+98a08a00
+20600000
+1fe104ff
+1fecfe00
+20206bbd
+c4038000
+1fe17e3f
+1fe67c0d
+24213a8a
+d8a08070
+98a08a00
+e0408005
+20600000
+1841043f
+58008070
+98408c00
+efe08006
+20600000
+df20000e
+d8c08070
+18c20a00
+efe08006
+c00febd7
+c0106bd7
+c010ebd7
+c0116bd7
+c011ebd7
+c0166bd7
+c016ebd7
+c0006bd7
+c2006bcb
+20600000
+58000040
+e7e08005
+20206bd5
+58000080
+e7e08005
+20206bd5
+44cfc013
+580007e0
+da2043b6
+d840000c
+202068c5
+44d04014
+6a508a12
+708a123d
+708a11aa
+708a0a0c
+6ff08a09
+79207e07
+67f08a09
+708a0b04
+2000003c
+708a1600
+708a1706
+20406c02
+67f08a97
+7080c603
+2000003c
+6ff08053
+79207e07
+67f08053
+200003e8
+6fe143c4
+6848c3c6
+18467c01
+2042ba8c
+6ff1014c
+67e143c8
+6ff08053
+793ffe07
+67f08053
+708a9700
+62508a12
+20600000
+44d0c014
+6fe0c3c6
+c001ec09
+c0026c0b
+c000ec07
+5800004f
+20600000
+da200002
+20206c0c
+da200006
+6fe0c3c7
+1fe9fe00
+1fe1fe01
+9a21fe00
+20600000
+44d14014
+6fe0c3c6
+c001ec19
+c0026c17
+6fe243be
+20206c1a
+6fe243b6
+20206c1a
+6fe243ba
+67e204cc
+20406c28
+684943c8
+984ffe00
+1ff17e00
+1ff18400
+6fe204cc
+20406c2c
+98467e00
+d84003e8
+984ffe00
+1ff17e00
+1ff1fe00
+20600000
+da3fe000
+9a217e00
+1fe97e00
+20600000
+da201fff
+9a217e00
+1fed7e00
+1febfe00
+20600000
+efe40011
+67e404c4
+6fe104c4
+684904c6
+98462200
+6fe104ca
+98462400
+684904c8
+98467c00
+24416c41
+1a4ffe64
+9a26fc00
+20407475
+1807fe00
+205a6c49
+20600000
+6fe0c3ca
+79207e00
+67e0c3ca
+20600000
+6fe0c3ca
+793ffe00
+67e0c3ca
+20600000
+6848c3ca
+79200401
+6048c3ca
+20600000
+6848c3ca
+793f8401
+6048c3ca
+20600000
+6fe143de
+efe0803f
+207a0000
+1fe27200
+6fe143de
+1fe0fe03
+1fe22200
+e8408011
+20406b7c
+1a20a201
+c2006c58
+20600000
+6fe143de
+1fe0fe03
+1fe22200
+18002400
+58000000
+67e10546
+e8408011
+20406b85
+44d1c014
+6fe10546
+1a420e00
+f920fe00
+67e10546
+1a20a201
+1a40a401
+6fe143de
+efe0803f
+9a42fc00
+2422ec63
+6fe10546
+684943e0
+9842fc00
+20628000
+202074c8
+6fe143de
+efe0803f
+207a0000
+1fe27200
+6fe143de
+1fe0fe03
+1fe22200
+e8408011
+20406b5e
+1a20a201
+c2006c7c
+20600000
+d8e00009
+2040742e
+247a0000
+58000020
+d8e00009
+20407420
+78547c00
+20406c75
+44d24014
+6fe143de
+efe0803f
+207a0000
+20406c5d
+24346ef1
+20406eef
+78547c00
+6fe10546
+67e1054d
+70054f00
+18000e00
+6fe143e0
+1fe30400
+604943e0
+1fe17e01
+6849054d
+18412201
+18430400
+6049054d
+9a22fc00
+2442ecaa
+6fe143de
+efe0803f
+6848854f
+18408401
+6048854f
+18420e00
+98e2fc00
+2422ec95
+6fe10546
+67e143e0
+20600000
+44d2c014
+6fe143de
+1fe0fe01
+efe1003f
+20207487
+6ff08042
+9a21fe00
+67f08042
+6ff10050
+793ffe0d
+67f10050
+20000064
+20600000
+6ff08042
+c2836cbc
+c283ecbe
+58b71b00
+20600000
+596e3600
+20600000
+580080e8
+20600000
+684984c6
+20406cb7
+9846fc00
+20407475
+18078400
+6fe084c9
+984ffe00
+1fe6fc64
+20407475
+1807a200
+18427e00
+9a262400
+6fe084c5
+20406cd4
+6fe084c4
+684884c5
+1841040f
+184d0400
+9841fe00
+20206d14
+98000e00
+20406ce2
+20206cd7
+6ff080c5
+f9207e00
+67f080c5
+68588042
+284ffe07
+2040ece0
+f93ffe00
+67f080c5
+20600000
+200001e0
+20600000
+1fe17e0f
+d8a0809c
+1feffe04
+98a08a00
+1a227e00
+e7e10005
+1a427e00
+e7e10005
+20600000
+1a4c8e00
+20406d09
+1a4c8e00
+20406d03
+1a2c8e00
+7820fc00
+20406d04
+1a227e00
+20406d0f
+1a427e00
+20206d14
+1a227e00
+20406d17
+1a427e00
+20406d17
+1a2c8e00
+7840fc00
+20406d04
+1a4c8e00
+7840fc00
+20406d0a
+1a4c8e00
+7840fc00
+20206d04
+28effe07
+18e10e0f
+6ff080c3
+f920fe00
+67f080c3
+20600000
+28effe06
+18e10e0f
+6ff0809b
+f920fe00
+67f0809b
+20600000
+20406d1f
+1fed7e00
+18e08410
+9841fe00
+20206bb9
+78347c00
+20406d0f
+20206d1a
+78547c00
+20406d1f
+20206d1a
+18e10e0f
+6ff0809a
+f9347e00
+67f0809a
+20600000
+1fec8e00
+18e10e0f
+20600000
+1fe20400
+44d34014
+20406d2f
+58000800
+98467e00
+1fe20400
+18518400
+60588004
+20000578
+1fe20400
+1841040f
+6058800b
+20600000
+78367c00
+20206d33
+44d3c014
+78567c00
+6ff08043
+79367e03
+67f08043
+20600000
+5800007d
+20206d22
+44d74015
+20406e22
+d8a0424c
+20206e91
+d8a0426d
+2034ed40
+d8a00153
+18c22200
+204073d2
+20406e37
+d8c0425d
+20206eaa
+da200153
+2034ed48
+da20426d
+1a220a00
+204074e3
+20206e37
+d8c042ba
+20406e7d
+d8c0424c
+20406e7e
+18006c38
+18006c00
+20406deb
+d8a001a3
+20206e91
+18007008
+18007e49
+20206d5b
+18007e49
+20206d5a
+18007e01
+18007000
+184d5e00
+9de1de00
+1f00f001
+184cde00
+1df15e00
+6fe14410
+1ff07e00
+9de1de00
+1f00f001
+ede20006
+1f00f001
+efe10006
+1a30de00
+1df05e00
+9de1de00
+1f00f001
+20600000
+1a608c01
+efe08006
+98002200
+20406d57
+20406ded
+18007000
+efe08013
+1fe17e03
+1ff05e00
+79205e08
+20406e86
+20406df0
+1a227200
+1a608c02
+20406e65
+20406e6f
+20406df0
+1f227e00
+203a6d80
+20206d7b
+1800700c
+1de27e00
+67e2014b
+20600000
+1a20a201
+20406d59
+1a620c00
+20406e79
+20406df3
+20406e98
+1a60a610
+1a40a5f0
+20216d84
+20600000
+20406de0
+70806c00
+70806d01
+6fe08047
+1fe17e03
+67f0806e
+58000049
+67f10068
+67f1006a
+6a208048
+1a20a3fc
+242174d6
+62208048
+58000049
+9a208c00
+18007000
+ede20006
+65e2014f
+684ac407
+20406d54
+70800a06
+70800a07
+6fe08048
+67f100c1
+20406de7
+6ff08108
+c303f4d6
+684a014f
+6fe2440c
+98467e00
+207a0000
+604a440c
+6fe2c407
+1fe0fe01
+79207e27
+67e2c407
+18007e00
+20600000
+20406dbb
+5800412d
+9a20a200
+20406de7
+df00000c
+e5e20011
+20600000
+20406de0
+44d7c015
+70806c00
+70806d01
+6fe0c12b
+1fe17e03
+67f0806e
+6fe104e3
+67f10068
+5800412d
+67f1006a
+6a20c12c
+684ac402
+20406d54
+70800a02
+70800a03
+6fe0c12c
+67f100c1
+1fe0fe04
+67e0c12c
+6fe2c402
+1fe0fe01
+793ffe27
+67e2c402
+20600000
+6ff1011a
+98467c00
+20628000
+247a0000
+20206dd4
+6ff08108
+c3033a8a
+5800412d
+98408a00
+df00000c
+e5e20005
+20206de9
+44d84016
+1800700c
+20406e8c
+20406e8b
+58000000
+67f100c1
+20600000
+6ff08108
+c3036de7
+70800a00
+20600000
+243bedeb
+20600000
+18006c30
+18006c00
+20206deb
+18006c32
+18006c02
+20206deb
+18006c34
+18006c04
+20206deb
+18006c01
+18006c00
+20600000
+6ff08144
+c302edf9
+20600000
+67f1007e
+18006cc0
+18006c80
+20206df9
+18007000
+1a420c00
+18007204
+20406e0f
+18006d80
+18006c80
+20406deb
+1800700c
+1a620a00
+18007204
+1de27e00
+e7e20005
+1f00f001
+c2006e0a
+20600000
+efe10006
+e8410006
+18500400
+9841de00
+1f00f001
+c2006e0f
+20600000
+18007008
+1a220c00
+18007204
+20406e0f
+18007000
+1a420c00
+18007204
+20406e0f
+18006d82
+18006c82
+20406deb
+20206e07
+18007000
+6fe20153
+98005e00
+1f00f001
+efe20006
+98005e00
+1f00f001
+6fe2426d
+98005e00
+1f00f001
+efe20006
+98005e00
+1f00f001
+20406e8c
+1f00f1fc
+6fe242d4
+1fe25e00
+1f00f004
+18006c38
+18006c08
+20206deb
+44d8c016
+6fe342b0
+684b0173
+2034ee3d
+6fe30173
+684b42b0
+18007008
+18425e00
+1f00f001
+184f5e00
+1ff07e00
+9de1de00
+1f00f001
+1fef5e00
+1f00f001
+18005e00
+18007e00
+6fe0c2a0
+6848c363
+2434ee4d
+6fe0c2a7
+6848c2a0
+67e0c27d
+6048c27e
+18007000
+da40427d
+18007204
+efe20011
+e8420012
+9842de00
+1f00f001
+1a20a204
+1a40a404
+c2006e52
+20406e8c
+1f00f1fc
+6fe242d4
+1fe25e00
+1f00f004
+18006c38
+18006c0c
+20406deb
+20406e8b
+18006c3a
+18006c08
+20206deb
+2f200600
+20608000
+18c27e00
+9f208a00
+18007e00
+e7e08005
+1f20f201
+2f200600
+20608000
+20206e6a
+18007000
+1f227e00
+203a6e74
+efe20006
+1f20f3fc
+98005e00
+1f00f001
+2f001e04
+20608000
+20206e70
+18007008
+20206e7e
+18007004
+20206e7e
+18007000
+18007204
+efe20006
+98005e00
+1f00f001
+c2006e7f
+20600000
+d8c001a3
+20206e7b
+18007204
+20206e8e
+18007000
+18007210
+20206e8d
+18007000
+18007204
+18005e00
+1f00f001
+c2006e8d
+20600000
+1800700c
+18007204
+1de27e00
+e7e20005
+1f00f001
+c2006e93
+20600000
+1800700c
+1a620a00
+1a40f201
+1f267c0f
+20216e9e
+18007210
+1de27e00
+1f267c03
+20216ea6
+e7e20005
+1f20f3fc
+20628000
+1f00f001
+20206e9e
+e7e08005
+1fecfe00
+c2006ea6
+20600000
+1800700c
+18007204
+efe20006
+9de67c00
+24628000
+1f00f001
+c2006eac
+18007c00
+20600000
+6ff08050
+793ffe00
+67f08050
+20600000
+6ff08050
+79207e00
+67f08050
+20600000
+20758000
+20403c42
+20406ec2
+20406f6b
+20206ef8
+20406f1b
+20206f5a
+6fe0c437
+c17f8000
+98000400
+20406b96
+6848c437
+20406b92
+20000064
+6848c437
+20406b7c
+20206ecc
+44dc4017
+6fe0c437
+c17f8000
+1fe20400
+20406b85
+2420eede
+20406ee8
+6fe14434
+79207e0c
+67e14434
+6fe0c42f
+c1000000
+70442f00
+6fe0c436
+67e0c42e
+20406eef
+7004c32c
+20206f7b
+6fe14434
+793ffe0c
+67e14434
+6fe0c42f
+c1008000
+70442f01
+70442e00
+20406ef1
+7004c32d
+20206f7b
+6fe0c42e
+207a0000
+1fe0ffff
+67e0c42e
+247a0000
+7004c310
+20206f7b
+d8e00007
+20203c21
+d8e00007
+20203c25
+44dcc017
+6fe1443a
+1a2fa40b
+9a40a400
+20600000
+6fe0c439
+207a0000
+1fe27200
+6fe1443a
+1fe22400
+1a40a602
+e8408013
+20406f03
+1a40a40b
+c2006efd
+20600000
+6fe0c438
+203a6b92
+20206b96
+20406ef3
+58000002
+e7e08012
+20406f54
+20206f29
+20406ef3
+58000003
+e7e08012
+20406f54
+20206f24
+20406ef3
+58000001
+e7e08012
+580000ff
+e7e08005
+20206f24
+20406ef3
+df20000b
+1a620c00
+1a420a00
+2020740c
+6fe0c439
+207a0000
+da200000
+20406f2e
+1a20a201
+6fe0c439
+9a267c00
+20628000
+20206f1e
+1a40a602
+e8408013
+6fe0c095
+c0045f22
+20206b92
+1a40a602
+e8408013
+6fe0c095
+c0045f2f
+20206b96
+1a208e0b
+2040742e
+247a0000
+20406ef3
+efe08012
+c0016f29
+c001ef24
+c0006f24
+c002ef42
+20406f29
+1a40a607
+2040739c
+efe10013
+20407487
+204073a8
+58000005
+e7e08012
+1a40a603
+efe10013
+20206f52
+20406f24
+1a40a609
+2040739c
+efe10013
+20407487
+204073a8
+1a40a601
+efe08013
+c07fef4e
+1fe0ffff
+e7e08013
+203a6f0b
+58000004
+e7e08012
+1a40a605
+efe10013
+1a208e0b
+20207420
+58000000
+20206f52
+58001000
+1ff07e00
+9a40a400
+20600000
+44dd4017
+da200000
+684a4430
+1c422400
+1a427e00
+98467c00
+24416f56
+1a427e00
+184084a0
+184084a0
+98467c00
+24216f6e
+1a20a201
+1a217e0f
+243a6f61
+da200000
+20406f74
+1c427e00
+67e24430
+20600000
+1a227e00
+207a0000
+18408560
+18408560
+793f841c
+604a4430
+20204dc0
+70441c01
+6fe0c41d
+243a6f76
+20600000
+70441c00
+20600000
+44ddc017
+20406f75
+1a227e00
+67e204d8
+da20441e
+20407499
+6fe204d8
+1fe22200
+20206f79
+44de4017
+20406f75
+1a227e00
+67e204d8
+da204426
+20407499
+6fe204d8
+1fe22200
+20206f79
+58000000
+67e44426
+67e4441e
+20600000
+44dec017
+6fe0c10d
+247a0000
+da204426
+204074b1
+207a0000
+7004c200
+20406f9c
+6fe084c2
+203a6f91
+20600000
+20406f75
+da204426
+204074a5
+1fe20400
+20406f79
+44df4017
+18427e00
+207a0000
+c006efc0
+c0076fc6
+c007efcb
+c0086fc6
+c009efd6
+c00a6fd8
+c00aefda
+c00b6fe4
+c00befe7
+c00c6fe9
+c00cefec
+67e084c3
+6fe084c3
+c584efb9
+44dfc017
+6fe084c3
+c008efd1
+c00deff4
+c0096fd5
+c00feb5a
+20600000
+67e084c3
+2040385b
+2022efbe
+20403860
+24628000
+7004c201
+20206f84
+70435f01
+70436200
+6fe14434
+79207e0b
+67e14434
+20600000
+6fe14434
+793ffe0b
+67e14434
+70435f00
+20600000
+70435f01
+70436201
+6fe14434
+79207e0b
+67e14434
+20600000
+58000014
+67e10191
+67e142ca
+2020473e
+202045c0
+da200000
+20206f0b
+da200000
+20206f06
+da200000
+20406ef3
+efe08012
+c000efe1
+c0026fe1
+c002efe1
+20206f10
+efe08006
+c17f8000
+20206f10
+70431a01
+70410d1b
+20600000
+70431a01
+20600000
+70431a00
+70410d00
+20600000
+6fe1438e
+20407487
+6fe0c437
+c07feff2
+1fe20400
+20406b7c
+20406f8d
+20203b3f
+202045ee
+6fe0c434
+c4060000
+20600000
+6fe143b4
+1fe08a02
+58000000
+e7e18005
+20600000
+44e04018
+204074ca
+2040702b
+207a0000
+6fe143b4
+1fe0a402
+e8408012
+18408401
+e0408012
+e840803f
+18427200
+1fe0a404
+efe08012
+984ffe00
+98c08a00
+1a220c00
+20407419
+2040702f
+1fe0ffff
+e8408012
+18408401
+98410400
+e0408012
+202074c8
+44e0c018
+204074ca
+20407027
+207a0000
+6fe143b4
+1fe0a402
+e8408012
+184085ff
+e0408012
+e840803f
+18427200
+1fe0a403
+efe08012
+984ffe00
+98c08c00
+18c08c01
+1a220a00
+2020700d
+6fe143b4
+1fe08c02
+efe08006
+20600000
+2040702f
+e8408006
+98467e00
+20600000
+6fe143b4
+1fe08c01
+efe08006
+20600000
+44e14018
+6ff08c23
+2feffe03
+2040f03f
+6ff08c23
+67f08c23
+67e0855e
+2040709a
+204070c1
+204072d2
+2040731a
+20207092
+44e1c018
+20406eb3
+20407056
+708c0000
+20002710
+708c18c0
+6ff10050
+793ffe0a
+67f10050
+708c1100
+708c003c
+580005b7
+67f10c03
+67f10c07
+580005f7
+67f10c05
+708c1104
+708c0200
+708c23ff
+58000900
+d8a0070b
+98a67200
+202073ec
+70070802
+58000000
+67e085fa
+67e10702
+1fe0fe01
+67e10704
+1fe0fe01
+67e10706
+d8a00694
+58030404
+e7e18005
+58000409
+e7e10005
+d8a00699
+38015906
+380610d2
+38090494
+380c0001
+e7e48005
+d8a006b7
+3801570f
+38055c9a
+380a56c6
+380dcdcd
+e7e48005
+38014420
+38065d99
+380a5636
+380c0001
+e7e38005
+d8a006d5
+3801620a
+38040c8c
+380b0333
+380cc0c0
+e7e48005
+38003130
+e7e10005
+58009272
+67e105fb
+580092cd
+67e105fd
+d8c09371
+d8a0061d
+df200013
+20407419
+20407087
+6fe106f3
+20207487
+6fe086f7
+247a0000
+df20003c
+d8a00630
+d8c09384
+20207419
+6fe086f8
+207a0000
+67e08652
+67e0866b
+20600000
+d8e00001
+2040742e
+247a0000
+6fe087ad
+247a0000
+6fe087ac
+245a738b
+20600000
+6fe0855e
+c281709d
+20600000
+204070a2
+2040742d
+58000280
+d8e00001
+20207420
+6fe0879e
+c08170a7
+7007ad00
+7007ae00
+20600000
+6fe087b0
+207a0000
+7007b000
+70079e02
+7007ac01
+20600000
+6fe0855e
+c28070d8
+20600000
+6ff08c24
+c3830000
+69510c03
+6a110c05
+68710c07
+efe10003
+1fec8400
+18518400
+d8c00fff
+98c17200
+1f222200
+efe08003
+e7e08005
+c20070bb
+60710c07
+62210560
+20600000
+44e24018
+6fe0855e
+c4028000
+d8a0083d
+204070b0
+6f210560
+6720887d
+d8c0083d
+18427e00
+c00070d1
+c001f0cd
+20600000
+d8a008c0
+20407419
+70087f01
+20600000
+d8a0070b
+20407419
+6fe08560
+c00070ad
+c000f0df
+1fe67c07
+20610000
+44e2c018
+793f8023
+6fe0870b
+1fe17e80
+c04070e3
+c00070eb
+20203a8a
+6fe0870b
+c3838000
+204072a7
+20207116
+6fe0870b
+1ff1fe00
+1fe37e00
+1fe17e03
+c00070f3
+c000f0fa
+c0017100
+20203a8a
+6fe0870b
+1ff1fe00
+1fe37e00
+1fe17e03
+c0007101
+c000f10a
+c0017110
+20203a8a
+44e34018
+6fe0870c
+c0047118
+c003712e
+c0057181
+c0007193
+20207111
+44e3c018
+6fe0870c
+c00171c8
+c000f1cc
+c001f1dd
+20207111
+20207111
+44e44019
+6fe0870c
+c000f1e7
+c001f218
+c002f243
+c004f25c
+c005f277
+c003f111
+20207111
+44e4c019
+6fe0870c
+c0057288
+c004f29a
+c005f2b9
+20207111
+20207111
+44e54019
+6ff08c19
+79207e00
+67f08c19
+20207116
+708c1810
+20600000
+6fe0870b
+c0c07111
+6fe0870f
+c0807111
+6fe08710
+c0807111
+6fe08711
+c080f111
+6fe08712
+c0807111
+6fe0870d
+c0807111
+6fe0870e
+c0807111
+6fe08708
+c002712a
+c001f12c
+20207111
+da400001
+202071ad
+da400001
+202071ab
+44e5c019
+6fe0870e
+c000f145
+c001715e
+c001f161
+c010f136
+c011716f
+20207111
+70079b00
+6fe0870f
+c000713c
+c000f13f
+c0017142
+20207111
+6a408643
+da200643
+202072c8
+6a40865c
+da20065c
+202072c8
+6a408675
+da200675
+202072c8
+6fe087af
+245a7156
+5800061d
+6848861d
+67e107a6
+604887a8
+6fe08711
+98467c00
+24217154
+6fe087a8
+98002400
+6fe107a6
+1fe0fe01
+98002200
+202072c8
+6fe08711
+2020714f
+6ff08c02
+245a715a
+7007af00
+20600000
+6ff08c02
+79207e07
+67f08c02
+20600000
+58000630
+68488630
+20207149
+6fe0870d
+1fe67c03
+24217111
+6fe0870d
+da200694
+c00072c6
+79200023
+da200699
+c000f2c6
+da2006b7
+c00172c6
+da2006d5
+c001f2c6
+20600000
+6fe1070f
+c0007174
+c000f176
+c001717a
+20207111
+6a2105fb
+202072c6
+6fe086f7
+205a717e
+6a2105fd
+202072c6
+6fe086f7
+245a717e
+6a2105ff
+202072c6
+7007ac01
+70079e01
+20600000
+6fe08708
+c0827111
+6fe0870b
+c0c0f111
+6fe0870d
+c0807111
+6fe0870e
+c0807111
+6fe08711
+c080f111
+6fe08712
+c0807111
+6fe0870f
+c0807111
+6fe08710
+c0807111
+da400001
+202071ab
+6fe08708
+c0017111
+6fe0870d
+c0807111
+6fe0870e
+c0807111
+6fe08711
+c0817111
+6fe08712
+c0807111
+6fe08710
+c0807111
+6fe0870b
+c04071a6
+c040f1b1
+c04171b5
+20207111
+7007a101
+202071af
+6fe0870f
+c0807111
+da400002
+6fe0879f
+c000f1a4
+da200702
+202072c8
+da200704
+202072c8
+da200706
+202072c8
+6fe08708
+c0827111
+da400002
+202071ab
+6fe08708
+c0827111
+6fe0870f
+c040f1c2
+c04171c4
+c041f1c6
+1fe17e7f
+c00071be
+20207111
+6fe087a2
+da400002
+c000f1ad
+202071ab
+6fe087a3
+202071bf
+6fe087a4
+202071bf
+6fe087a5
+202071bf
+70079901
+da20079a
+da400001
+202072c8
+6fe1070d
+d84001ba
+98467c00
+2422f111
+6fe08796
+243a71da
+70075300
+6fe08711
+98002400
+da200753
+204072c8
+d8a00753
+df200008
+202073dd
+70079600
+70075301
+202071d3
+6fe08711
+c080f111
+70079b01
+da400001
+6fe0879d
+c00071e5
+c000f1e6
+202071ab
+202071ad
+202071ab
+6fe08708
+c0827111
+6fe08711
+c0807111
+6fe08712
+c0807111
+6fe0870e
+c0807111
+6fe08710
+c0807111
+6fe0870b
+c00071f6
+c000f205
+c0017206
+20207111
+6fe0870d
+c080f111
+6ff08c00
+793ffe07
+67f08c00
+70079f00
+7007a001
+6fe087a1
+203a7116
+7007a100
+6fe0870a
+203a7116
+7007a000
+70079e02
+20207116
+20207111
+6fe0870d
+c0807111
+6fe0870f
+c040f211
+c0417214
+c041f216
+1fe17e7f
+c000720f
+20207111
+7007a200
+20207116
+7007a300
+7007b001
+20207116
+7007a400
+20207212
+7007a500
+20207212
+6fe08711
+c0807111
+6fe08712
+c0807111
+6fe0870b
+c0007221
+c000f22f
+c0017230
+20207111
+6fe0870d
+c080f111
+20405191
+6ff08c00
+79207e07
+67f08c00
+70079f01
+70079e03
+70079700
+20407116
+2040742d
+58001388
+d8e0000f
+20207420
+20207111
+6fe0870d
+c0807111
+6fe0870e
+c0807111
+6fe0870f
+c040f23d
+c041723f
+c041f241
+1fe17e7f
+c000723b
+20207111
+7007a201
+20207116
+7007a301
+20207116
+7007a401
+20207116
+7007a501
+20207116
+6fe0870b
+c0807111
+6fe0870f
+c0807111
+6fe08710
+c0807111
+6fe08711
+c0807111
+6fe08712
+c0807111
+6fe0870e
+c0807111
+6fe0870d
+1fe17e80
+c0807111
+6fe0870d
+c080725a
+70070802
+6fe0870d
+67f08c02
+20407116
+7007af01
+20600000
+70070803
+20207255
+6fe08708
+c0017111
+6fe0870b
+c0807111
+6fe0870f
+c0807111
+6fe08710
+c0807111
+6fe08711
+c0807111
+6fe08712
+c0807111
+6fe0870e
+c0807111
+6fe0870d
+1fe67c01
+24217111
+6fe08708
+c001f271
+c0027271
+20207111
+6fe0870d
+c0007275
+70070804
+20207116
+70070803
+20207116
+6fe08708
+c0827111
+6fe0870b
+c080f111
+6fe0870d
+c0807111
+6fe0870e
+c0807111
+6fe08711
+c0807111
+6fe08712
+c0807111
+6fe0870f
+c0807111
+6fe08710
+c0807111
+20207116
+44e64019
+70079901
+6fe0870e
+67e0879a
+6fe0870f
+1fe67c01
+2042f296
+6fe0879e
+c0827116
+70079e02
+20407116
+20007530
+20007530
+20600000
+7007ac01
+7007a000
+70079e04
+20600000
+20003a98
+d8a00713
+204070b0
+70079501
+204072ab
+6fe1070d
+67e10793
+20407116
+6fe0c095
+c1820000
+6fe08797
+207a0000
+6fe08713
+67e0c56c
+70079700
+70455c03
+20600000
+6fe1070d
+d8400200
+98467c00
+24628000
+6fe1070f
+d8400000
+98467c00
+24628000
+6fe10711
+d8400001
+98467c00
+24628000
+70079701
+20600000
+6fe08711
+c0807111
+6fe0870d
+c00072bf
+c000f2c2
+20207111
+70079c00
+70079d01
+20207116
+70079801
+70079c01
+70079d00
+20207116
+ea408011
+1a20a201
+44e6c019
+7920000e
+c591f2cd
+1a40a401
+1a43a400
+622105f8
+624085fa
+202072d2
+d8e00000
+20207312
+44e74019
+6ff08c24
+c3800000
+6fe085fa
+207a0000
+1fe27200
+98000400
+6fe10711
+1fe67c40
+202172e0
+1f267c40
+202172e4
+18007240
+202072e4
+9f267c00
+202172e4
+98007200
+67e085fa
+6fe085fa
+9f267e00
+67e085fa
+1f20ffff
+67e08562
+c591f2f6
+1fe37e00
+1f20ffff
+67e08562
+c58772f6
+793f800e
+e0408005
+58000003
+e7e08005
+1f20f3ff
+1f227e00
+2422f2f6
+1f20f201
+6fe105f8
+1fe20c00
+efe08006
+e7e08005
+c591f2fd
+58000000
+e7e08005
+c20072f8
+18c27e00
+67e105f8
+58000562
+67f10c09
+d8e00000
+20407312
+6fe085fa
+247a0000
+6fe0879e
+c1808000
+70079e02
+20600000
+d8e00001
+da2005a3
+62310c0b
+1f20ffff
+e7e08011
+efe08006
+e7e08005
+c200730f
+58000000
+f9207e00
+67f08c18
+20600000
+d8e00002
+da2005ad
+62310c0d
+2020730d
+44e7c019
+6fe087ab
+207a0000
+6ff08c24
+1fe17e0f
+243a7383
+6fe087ac
+203a7356
+6fe0879e
+c001f393
+c0817356
+6fe087a0
+243a7356
+2040732a
+20407335
+20207342
+6ff08c24
+c3808000
+6fe087ab
+c4008000
+6fe087ab
+793ffe01
+67e087ab
+6fe087a9
+207a0000
+c008737b
+20203a8a
+6ff08c24
+c3810000
+6fe087ab
+c4010000
+6fe087ab
+793ffe02
+67e087ab
+6fe087aa
+207a0000
+c010735c
+c010f377
+c011737f
+20203a8a
+6fe086f7
+207a0000
+6ff08c24
+c3818000
+6fe087ab
+c4018000
+6fe087ab
+793ffe03
+67e087ab
+6f20887e
+df200020
+d8c00880
+d8e00003
+da2007fd
+62310c0f
+2020730d
+6fe087ab
+79207e03
+67e087ab
+20600000
+d8a007b1
+df200008
+204073dd
+d8a00880
+df200008
+202073dd
+6fe08799
+6848879b
+98417e00
+203a7373
+6848879c
+9840fe00
+c000f364
+20207373
+7007aa00
+6fe087b2
+c0017374
+c001f374
+6fe087b2
+67e087b1
+6fe087b3
+e7e08005
+6fe087b5
+e7e08005
+6fe087b7
+e7e08005
+df200004
+d8c007b1
+20207316
+7007aa00
+df200008
+d8c007b1
+20207316
+7007aa00
+df200003
+d8c007d1
+20207316
+7007a900
+df200008
+d8c007c1
+2020730a
+7007aa00
+df200002
+d8c007e1
+20207316
+6fe0879e
+c0017386
+20600000
+6ff08c00
+79207e07
+67f08c00
+7007ae01
+20600000
+6fe0879e
+c1018000
+c001738f
+20600000
+6fe087ae
+207a0000
+7007ad01
+20207396
+d8e0000f
+2040742e
+247a0000
+6ff08c00
+c4038000
+708c00fc
+20007530
+708c003c
+20600000
+60a104e5
+604c04cc
+616204d4
+204073a4
+60c104e3
+672104ef
+60e104ed
+20600000
+622204d8
+624204dc
+626184e0
+20600000
+44e8401a
+6fe104e5
+98000a00
+684c04cc
+696204d4
+204073b3
+6f2104ef
+68e104ed
+6fe104e3
+98000c00
+20600000
+6a2204d8
+6a4204dc
+6a6184e0
+20600000
+6fe104e5
+1fe20a00
+20600000
+6fe104e3
+1fe20c00
+20600000
+18a27e00
+67e104e5
+20600000
+18c27e00
+67e104e3
+20600000
+204073d0
+204073d0
+202073d0
+204073cc
+efe08006
+e7e08005
+efe18006
+e7e18005
+20600000
+efe40006
+e7e40005
+20600000
+204073d2
+204073cc
+204073cc
+204073cc
+202073cc
+1fe0ffff
+20000026
+243a73d4
+20600000
+df20000a
+20002ee0
+c20073d9
+20600000
+18007203
+18007e00
+e7e40005
+c20073de
+20600000
+204073e2
+18007e00
+e7e40005
+20600000
+18007e00
+e7e20005
+20600000
+18007204
+202073dd
+18007208
+202073dd
+1f227e00
+207a0000
+58000000
+e7e08005
+c20073ef
+20600000
+df200020
+d8a004f6
+202073ec
+efe20013
+e8420011
+9842fe00
+e7e20005
+1a20a204
+1a60a604
+c20073f5
+20600000
+44e8c01a
+1f227e00
+1fe67c01
+20610000
+9a20a400
+1a40a5ff
+1f237200
+e8408011
+efe08012
+e7e08011
+e0408012
+1a40a5ff
+1a20a201
+c2007404
+20600000
+1f227e00
+207a0000
+1f20f3f8
+204173cc
+20628000
+2021740e
+1f20f208
+1f20f3fc
+204173c7
+20628000
+20217413
+1f20f204
+20207419
+1f227e00
+207a0000
+efe08006
+e7e08005
+c200741b
+20600000
+58000000
+67e104c4
+44e9401a
+2040742e
+684904c4
+d8a040ed
+18e3fe00
+98a08a00
+e0410005
+20600000
+d9600800
+19701600
+9960fe00
+20600000
+d8e00000
+44e9c01a
+684a4096
+1c437e00
+67e24096
+98467c00
+24417429
+98461600
+19620400
+d8c040ed
+18c20a00
+df200010
+efe10006
+98467e00
+2021743d
+18007e00
+e7e10005
+c2007439
+d8c040ed
+18e3fe00
+98c08c00
+efe10006
+20600000
+98408400
+18427200
+6fe1003f
+9f267e00
+20610000
+1fe67e00
+18510400
+18408401
+18500400
+98418400
+20600000
+20407451
+2020745e
+78547c00
+98467e00
+20217456
+78347c00
+1fe67e00
+c4078000
+1fe22800
+d8410000
+6fe1003f
+98467e00
+9a80fe00
+793ffe40
+20600000
+6849003f
+98000c00
+1ff17e00
+984ffe00
+98c0fe00
+20600000
+1fed7e00
+1ff27e00
+6849c0be
+9846fc00
+20407475
+18078400
+20600000
+6849003f
+9846fc00
+20407472
+1ff07e00
+18070400
+98418400
+20600000
+20407475
+1807fe00
+20600000
+207a8000
+20207475
+efe08011
+e8408012
+98467c00
+24628000
+1a20a201
+1a40a401
+c2007477
+18007c00
+20600000
+98467c00
+24610000
+18427e00
+20600000
+df200200
+d8a04000
+202073dd
+207a0000
+1fe27a00
+20406d31
+70820301
+20600000
+67f10205
+6ff08203
+79207e04
+67f08203
+20600000
+67f10207
+6ff08203
+79207e06
+67f08203
+20600000
+67f10205
+70820330
+20600000
+44ea401a
+e8440011
+18417eff
+243a749f
+184cfe00
+e7e40011
+1a20a207
+efe08011
+243a3a8a
+6fe084c3
+e7e08011
+20600000
+44eac01a
+df200008
+efe40011
+207a0000
+efe08011
+243a74ae
+1a20a201
+c20074a9
+20203a8a
+d8400000
+e0408011
+20600000
+efe40011
+20600000
+efe08011
+20600000
+efe10011
+20600000
+d8400000
+6fe08006
+c20074b8
+18408401
+c20074b8
+18427e00
+20600000
+98467c00
+24610000
+18427e00
+20600000
+18007dff
+20600000
+18007c01
+20600000
+18007c00
+20600000
+78347c00
+20600000
+78547c00
+20600000
+78367c00
+20600000
+78567c00
+20600000
+7838fc00
+20600000
+7840fc00
+20600000
+7820fc00
+20600000
+58000001
+20600000
+58000000
+20600000
+1f267c00
+20628000
+e8408006
+9840fe00
+c20074dc
+20600000
+58000000
+67e40016
+20600000
+df200010
+180a7e00
+e7e08005
+c20074e4
+20600000
+70459601
+2040778d
+7044cd42
+7044ce15
+7044dd55
+6fe0c4e2
+1fe0fe01
+67e0c4e2
+204074f6
+20407ad5
+df200017
+d8c044cd
+d8a0464f
+2020740c
+d8400000
+d8c044dc
+df200007
+efe08006
+98408400
+c20074f9
+6048c4e3
+20600000
+6fe0c4e8
+207a0000
+7044e800
+6fe14594
+207a0000
+6fe0c4dc
+1fe0fe01
+67e0c4dc
+c000f50c
+c004f50c
+204074e8
+58000003
+67e144e4
+20600000
+6fe0c4e1
+1fe0fe40
+67e0c4e1
+204074e8
+20207511
+58000003
+67e144e4
+20600000
+7044e107
+7044dc00
+202074e8
+6fe0c4a3
+245a7977
+7044e111
+7044dc00
+202074e8
+7044e112
+7044dc00
+202074e8
+7044e113
+7044dc00
+202074e8
+7044e105
+7044e000
+7044dc00
+202074e8
+7044e109
+7044dc00
+7044e000
+202074e8
+7044e114
+7044dc00
+202074e8
+7044e115
+7044dc00
+202074e8
+6fe0c4a3
+245a79ad
+7044e10c
+7044e001
+7044dc00
+202074e8
+6fe0c4a3
+245a79b5
+7044e10e
+7044e001
+7044dc00
+202074e8
+6fe0c4a3
+245a79af
+7044e101
+7044e002
+7044dc00
+202074e8
+6fe0c4a3
+245a79b7
+7044e104
+7044e002
+7044dc00
+202074e8
+6fe0c4a3
+245a79b1
+7044e10d
+7044e003
+7044dc00
+202074e8
+6fe0c4a3
+245a79b9
+7044e10f
+7044e003
+7044dc00
+202074e8
+6fe0c4a3
+245a79b3
+7044e108
+7044e004
+7044dc00
+202074e8
+6fe0c4a3
+245a79bb
+7044e106
+7044e004
+7044dc00
+202074e8
+6fe0c724
+c000f514
+704706b1
+2020774f
+6fe0c4a3
+245a7960
+7044e116
+7044dc00
+7044e000
+202074e8
+6fe0c4a3
+245a7966
+7044e117
+7044dc00
+7044e000
+202074e8
+70470600
+6fe0c4a3
+245a792a
+7044e10a
+202074e8
+70470600
+6fe0c4a3
+245a792c
+7044e10b
+202074e8
+70470600
+6fe0c4a3
+245a792e
+7044e103
+202074e8
+70470600
+6fe0c4a3
+245a7930
+7044e102
+202074e8
+6fe0c4a3
+245a7948
+7044e110
+7044dc00
+202074e8
+20407de0
+204075aa
+204075b5
+4738c02e
+70457d01
+70457e01
+4739402e
+6fe142b0
+1ff27e00
+d840ffff
+98417e00
+203a75bc
+d840fff0
+98467c00
+2022f5be
+4739c02e
+1ff0fe00
+67e1457b
+67e144de
+da20ffff
+1a300400
+5800ffff
+98418400
+6fe242b0
+205a75ba
+98467c00
+2042f5ba
+67e244a7
+58007b9d
+67e1439c
+580079bd
+67e14394
+202076cc
+473a402e
+6f20c55e
+684a4738
+d8c04560
+473ac02e
+efe08006
+98000e00
+f9200400
+c20075ae
+604a4738
+20600000
+473b402e
+6f20c55f
+684a4738
+d8c04568
+202075ae
+58111213
+20600000
+dfe00010
+20207598
+dfe0ffe0
+20207598
+473bc02e
+6fe242b0
+67e24525
+704529d1
+6fe0c52b
+1fe0fe01
+67e0c52b
+d8400000
+d8c04524
+df200008
+20407603
+18508400
+6049452c
+da604523
+df20000b
+58000000
+67e144c6
+20407b57
+6fe144c6
+67e1452e
+df200017
+d8c044e9
+d8a0464f
+2040740c
+df20000d
+d8c04523
+d8a04666
+2040740c
+70467a25
+70467b33
+20407b7b
+df200025
+d8c0464f
+d8a04530
+2020740c
+efe08006
+1fedfe00
+e7e08005
+c20075e3
+20600000
+473c402f
+20407ad5
+20407600
+18508400
+60494508
+da604500
+df20000a
+58000000
+67e144c6
+20407b57
+6fe144c6
+67e1450a
+6fe1450c
+1ff0fe00
+1fe0fe01
+1ff0fe00
+67e1450c
+df200025
+d8c044e9
+d8a0464f
+2040740c
+70467a25
+70467b33
+20207b7b
+d8400000
+d8c04501
+df200007
+efe08006
+98408400
+c2007603
+20600000
+da400033
+20600000
+6fe0c50e
+67e0c505
+20600000
+204079ab
+70452468
+70452a46
+204075c0
+70450168
+70450746
+202075e8
+7045246e
+70452af0
+204075c0
+7045016e
+704507f0
+202075e8
+2040792a
+70452469
+70452a00
+204075c0
+70450169
+70450700
+202075e8
+2040792c
+7045246a
+70452a00
+204075c0
+7045016a
+70450700
+202075e8
+2040792e
+70452465
+70452a00
+204075c0
+70450165
+70450700
+202075e8
+20407930
+70452466
+70452a00
+204075c0
+70450166
+70450700
+202075e8
+70452460
+70452a00
+704529d2
+204075c0
+70450160
+704507d1
+704506d2
+202075e8
+70452460
+70452a00
+704529d4
+204075c0
+70450160
+704507d1
+704506d4
+202075e8
+70452460
+70452a00
+70452903
+204075c0
+70450160
+580000d1
+67e14507
+70450e03
+202075e8
+70452460
+70452a00
+70452904
+204075c0
+70450160
+580000d1
+67e14507
+70450e04
+202075e8
+7045246f
+70452a00
+704529d2
+204075c0
+7045016f
+704507d1
+704506d2
+202075e8
+7045246f
+70452a00
+704529d4
+204075c0
+7045016f
+704507d1
+704506d4
+202075e8
+7045246f
+70452a00
+70452903
+204075c0
+7045016f
+580000d1
+67e14507
+70450e03
+202075e8
+7045246f
+70452a00
+70452904
+204075c0
+7045016f
+580000d1
+67e14507
+70450e04
+202075e8
+704529d2
+704506d2
+2020768f
+704529d4
+704506d4
+2020768f
+70452903
+70450603
+2020768f
+70452904
+70450604
+2020768f
+2040794f
+7045246f
+70452aaa
+204075c0
+7045016f
+580000aa
+67e14507
+202075e8
+704506d1
+704529d1
+2040794a
+7045246f
+70452a55
+204075c0
+7045016f
+70450755
+70450e00
+20407609
+202075e8
+20407948
+7045246e
+70452a00
+204075c0
+704501a1
+70450700
+202075e8
+6fe0c597
+c00076a4
+c000f6ac
+c00176b4
+20600000
+20407959
+70459701
+7045246d
+70452a01
+204075c0
+7045016d
+70450701
+202075e8
+20407960
+70459702
+7045246d
+70452a02
+204075c0
+7045016d
+70450702
+202075e8
+20407966
+70459700
+7045246d
+70452a03
+204075c0
+7045016d
+70450703
+202075e8
+70452460
+70452a00
+704529d1
+204075c0
+70450160
+70450700
+704506d1
+202075e8
+7045246f
+70452a00
+704529d1
+204075c0
+7045016f
+70450700
+704506d1
+202075e8
+473cc02f
+6fe14579
+247a0000
+204076da
+473d402f
+da204560
+6fe0c55e
+98007200
+e8408011
+20406b7c
+1a20a201
+c20076d4
+20002ee0
+20600000
+da204568
+6fe0c55f
+98007200
+e8408011
+18418480
+2040773e
+1a20a201
+c20076dd
+20002ee0
+20600000
+6fe14579
+247a0000
+70457200
+58000000
+67e44556
+70457000
+da604560
+e8408013
+20406b85
+2040f706
+e8408013
+20406b7c
+204076da
+1a60a601
+6fe0c570
+1fe0fe01
+67e0c570
+6848c55e
+98467c00
+242176eb
+20600000
+473dc02f
+6fe0c570
+1fe0fe01
+6848c55f
+18408401
+984ffe00
+98000e00
+6fe44556
+f9207e00
+67e44556
+20600000
+df200001
+20600000
+473e402f
+6fe14573
+98007200
+205a7704
+204073d9
+e8408013
+20406b85
+24608000
+20002ee0
+e8408013
+20406b85
+24608000
+20002ee0
+e8408013
+20406b85
+24608000
+20407739
+e8408013
+20406b85
+2020f6f9
+473ec02f
+e8408013
+18418480
+2040773e
+70457100
+da204568
+e8408011
+20406b85
+2040f72b
+1a20a201
+6fe0c571
+1fe0fe01
+67e0c571
+6848c55f
+98467c00
+24217720
+20600000
+473f402f
+6fe0c570
+6848c55f
+18408401
+984ffe00
+6848c571
+18408401
+9840fe00
+98000e00
+7820fc00
+6fe44556
+f920fe00
+67e44556
+20600000
+473fc02f
+da204568
+6fe0c55f
+98007200
+202076d4
+79400407
+20206b96
+6fe0c724
+c000f770
+704706a0
+2020774f
+6fe0c724
+c000f767
+704706a1
+2020774f
+6fe0c724
+c000f75e
+704706a2
+2020774f
+6fe0c724
+c000f755
+704706a3
+47404030
+6fe14722
+247a0000
+70435f00
+70472205
+20600000
+2040792a
+6fe0c721
+c000f570
+c0017619
+70470600
+70458421
+70458b18
+20407779
+20207ae8
+2040792c
+6fe0c721
+c000f575
+c0017620
+70470600
+70458421
+70458b24
+20407779
+20207ae8
+2040792e
+6fe0c721
+c000f57a
+c0017627
+70470600
+70458421
+70458b28
+20407779
+20207ae8
+20407930
+6fe0c721
+c000f57f
+c001762e
+70470600
+70458421
+70458b14
+20407779
+20207ae8
+4740c030
+58000000
+67e1c587
+20207ac4
+70459601
+2040778d
+70470601
+20600000
+70459602
+2040778d
+70470602
+20600000
+70459603
+2040778d
+70470603
+20600000
+70459604
+2040778d
+70470604
+20600000
+47414030
+6fe14594
+247a0000
+6fe1476e
+67e14594
+1fe0fe01
+67e146a6
+6fe0c721
+1fe67c01
+2022f511
+20600000
+20407948
+70458423
+20207ac2
+70458100
+7044ab00
+58000001
+67e146a9
+7046a801
+4741c030
+2040794a
+70435f01
+6fe1476c
+1febfe00
+67e145a2
+1fe0fe01
+67e146a6
+6fe0c57f
+67e0c58b
+70458428
+6fe0c58a
+1fe0fe01
+67e0c58a
+70458981
+6fe0c4a6
+1fe67c03
+2042fad1
+6fe0c4a6
+1fe67c05
+2042fad3
+204077b7
+20207ae8
+6fe1457b
+d840f0ff
+98417e00
+67e14587
+20207ade
+47424030
+2040794f
+7046a801
+70435f01
+58000001
+1febfe00
+67e146a9
+6fe1476c
+1febfe00
+67e145a2
+1fe0fe01
+67e146a6
+70458445
+5801feff
+67e1c585
+6fe0c58a
+1fe0fe01
+67e0c58a
+6fe0c4a6
+1fe67c03
+2042fad1
+6fe0c4a6
+1fe67c05
+2042fad3
+20207ae8
+70459600
+2040778d
+70458100
+20407951
+6fe0c721
+c000f522
+c00176c4
+7046ab01
+70458410
+20407ade
+20207ac2
+70459600
+2040778d
+202077e5
+6fe0c6ab
+203a77d7
+20407954
+70458100
+6fe0c721
+c000f526
+c00176bc
+7046ab00
+70458411
+20407ade
+20207ac2
+70459600
+2040778d
+20407957
+70458409
+20207ac2
+70458421
+704587ff
+704588ff
+70458b40
+20600000
+70458421
+704587ff
+70458b40
+20600000
+70458421
+704588ff
+70458b40
+20600000
+6fe0c597
+1fe67c03
+2042f807
+c000780a
+c000f812
+c001781a
+20600000
+58000000
+67e0c597
+20600000
+6fe0c597
+1fe0fe01
+67e0c597
+20407959
+6fe0c721
+c000f514
+204077f3
+20207ac2
+6fe0c597
+1fe0fe01
+67e0c597
+20407960
+6fe0c721
+c000f514
+204077f8
+20207ac2
+6fe0c597
+1fe0fe01
+67e0c597
+20407966
+6fe0c721
+c000f514
+204077fc
+20207ac2
+6fe0c6ad
+c000782b
+2040796c
+7046ad00
+6fe0c721
+c000f51f
+c0017613
+70458413
+20207ac2
+2040796e
+7046ad01
+6fe0c721
+c000f51f
+c0017613
+70458412
+20207ac2
+6fe0c598
+c000783b
+20407970
+70458421
+704587ff
+704588ff
+70459800
+70458b02
+20207ac2
+20407977
+70458b01
+70458421
+7045877f
+7045887f
+70459801
+20207ac2
+6fe0c721
+1fe67c01
+2042f52a
+7046fe01
+6fe0c59b
+c000784c
+2040797e
+7045841f
+70459b00
+20207ac2
+20407980
+7045841e
+70459b01
+20207ac2
+6fe0c721
+1fe67c01
+2042f52d
+70458422
+6fe0c599
+c000787a
+c000f876
+c0017872
+c001f86d
+c0027868
+c002f863
+c003785d
+20600000
+2040799d
+70459900
+704587ff
+704588ff
+704589ff
+20207ac2
+20407998
+70459906
+704587ff
+704589ff
+20207ac2
+20407993
+70459905
+704588ff
+704589ff
+20207ac2
+2040798e
+70459904
+704587ff
+704588ff
+20207ac2
+2040798a
+70459903
+704589ff
+20207ac2
+20407986
+70459902
+704588ff
+20207ac2
+20407982
+70459901
+704587ff
+20207ac2
+204079a3
+70458701
+70458441
+20207ac2
+70459601
+2040778d
+204079ad
+70459d01
+70458410
+70458101
+20207ac2
+70459602
+2040778d
+204079af
+70459e01
+70458410
+70458102
+20207ac2
+70459603
+2040778d
+70459f01
+70458410
+70458103
+20207ac2
+70459604
+2040778d
+204079b3
+7045a001
+70458410
+70458104
+20207ac2
+70459601
+2040778d
+6fe0c59d
+203a7884
+204079b5
+70459d00
+70458411
+70458101
+20207ac2
+70459602
+2040778d
+6fe0c59e
+203a788b
+204079b7
+70459e00
+70458411
+70458102
+20207ac2
+70459603
+2040778d
+6fe0c59f
+203a7892
+204079b9
+70459f00
+70458411
+70458103
+20207ac2
+70459604
+2040778d
+6fe0c5a0
+203a7898
+204079bb
+7045a000
+70458411
+70458104
+20207ac2
+70458101
+7044ab01
+2020779d
+70458102
+7044ab02
+2020779d
+70458103
+7044ab03
+2020779d
+70458104
+7044ab04
+2020779d
+20407909
+7045846f
+70458700
+20207ac2
+6fe0c5a6
+203a78d5
+7045a600
+202078da
+2040790c
+7045a601
+70458415
+70458701
+20207ac2
+2040790d
+70458415
+70458700
+20207ac2
+20407910
+70458433
+70458702
+20207ac2
+20407914
+58000001
+67e0c587
+70458432
+70458806
+20207ac2
+2040791a
+58000002
+202078e4
+2040791c
+58000003
+202078e4
+2040791e
+58000004
+202078e4
+20407920
+58000005
+202078e4
+20407922
+58000006
+202078e4
+70459601
+2040778d
+20407924
+70458431
+70458700
+20207ac2
+6fe0c6ac
+203a7904
+20407927
+7046ac00
+70458416
+70458700
+20207ac2
+20407926
+7046ac01
+70458416
+70458701
+20207ac2
+5800006f
+67e144ac
+20207935
+7044af01
+58000015
+67e144ac
+20207935
+7044af02
+58000033
+67e144ac
+20207935
+58000001
+67e0c4b0
+58000031
+67e144ac
+7044af20
+20207935
+58000002
+20207915
+58000003
+20207915
+58000004
+20207915
+58000005
+20207915
+58000006
+20207915
+58000000
+20207915
+7044af01
+58000016
+67e144ac
+20207935
+7044af18
+20207932
+7044af24
+20207932
+7044af28
+20207932
+7044af14
+20207932
+58000021
+67e144ac
+20207935
+4742c030
+20407de4
+6fe0c6af
+245a793a
+20600000
+47434030
+df200027
+d8c0447c
+d8a046d7
+2040740c
+6fe0c6af
+67e0c4a3
+6fe0c4a4
+1fe0ffff
+67e0c4a4
+20407de4
+6fe0c770
+67e0c4a3
+20600000
+58000023
+2020794b
+58000028
+67e144ac
+58000000
+67e244ae
+20207935
+58000045
+2020794b
+7044ab00
+58000010
+2020794b
+7044ab00
+58000011
+2020794b
+58000009
+2020794b
+58000021
+67e144ac
+7044ae00
+7044af40
+7044b0ff
+7044b1ff
+20207935
+58000021
+67e144ac
+7044ae00
+7044af40
+7044b0ff
+20207935
+58000021
+67e144ac
+7044ae00
+7044af40
+7044b1ff
+20207935
+58000013
+2020794b
+58000012
+2020794b
+58000021
+67e144ac
+7044ae00
+7044af02
+7044b0ff
+7044b1ff
+20207935
+58000021
+67e144ac
+7044ae00
+7044af01
+7044b07f
+7044b17f
+20207935
+5800001f
+2020794b
+5800001e
+2020794b
+58000022
+67e144ac
+7044afff
+20207935
+58000022
+67e144ac
+7044b0ff
+20207935
+58000022
+67e144ac
+7044b1ff
+20207935
+58000022
+67e144ac
+7044afff
+7044b0ff
+20207935
+58000022
+67e144ac
+7044afff
+7044b1ff
+20207935
+58000022
+67e144ac
+7044b0ff
+7044b1ff
+20207935
+58000022
+67e144ac
+7044afff
+7044b0ff
+7044b1ff
+20207935
+58000001
+7044a601
+67e144af
+58000041
+67e144ac
+7044ae00
+7044b100
+20207935
+58000000
+202079a4
+7044ab01
+20207952
+7044ab02
+20207952
+7044ab03
+20207952
+7044ab04
+20207952
+7044ab01
+20207955
+7044ab02
+20207955
+7044ab03
+20207955
+7044ab04
+20207955
+4743c030
+204076cc
+204076e4
+6fe44556
+245a79f7
+204079ea
+6fe0c706
+245a79dc
+204079ce
+6fe0c35f
+205a79fd
+6fe0c6a8
+245a7a05
+6fe0c6a8
+205a7a0a
+47444031
+20207a10
+4744c031
+6fe0c721
+1fe67c01
+2042f4fe
+6fe44556
+207a0000
+58000000
+67e1c587
+67e244ae
+70458b00
+6fe0c706
+245a79dc
+6fe14762
+20207487
+6fe14764
+20207487
+47454031
+6fe44556
+1fe20400
+df200019
+d8e00000
+204079f2
+18e27e00
+67e0c5a1
+58000000
+67e44556
+4745c031
+20207bca
+6fe0c572
+247a0000
+70458200
+70472400
+58000000
+67e14594
+67e144e4
+20600000
+afefffff
+20608000
+18e08e01
+c20079f2
+20600000
+70457201
+7046a801
+58000001
+67e146a9
+70457901
+20600000
+47464031
+6fe0c572
+247a0000
+58000000
+67e146a9
+7046a800
+4746c031
+20600000
+47474031
+6fe0c580
+207a0000
+6848c580
+2020773e
+4747c031
+6fe0c580
+207a0000
+6848c580
+18418480
+2020773e
+6fe146a6
+247a0000
+6fe146a9
+247a0000
+47484032
+20407a1a
+20407a2a
+4748c032
+d85fffff
+20203b47
+47494032
+df20000b
+70473c03
+6848c73c
+18420e00
+6fe24738
+afefffff
+2020fa24
+18418480
+20406b7c
+6fe0c73c
+1fe0fe01
+67e0c73c
+c2007a1d
+70807d40
+20600000
+4749c032
+6848c55e
+18422200
+da400000
+d8400000
+604c0016
+d8c04560
+20407a35
+7920040d
+604a0016
+20600000
+efe08006
+98000e00
+f9200400
+1a40a401
+1a227e00
+9a467c00
+20628000
+20207a35
+474a4032
+6fe0c721
+c0017a84
+6fe0c4a3
+243a7a65
+6fe0c721
+c000fa6b
+6fe0c57f
+243a7a6b
+6fe0c6ae
+243a7a73
+6fe0c6af
+243a7a79
+58000000
+67e24701
+20600000
+474ac032
+df200027
+d8a0412b
+d8c0464f
+2040740c
+202042b6
+474b4032
+df200027
+d8a0412b
+d8c0447c
+2040740c
+202042b6
+474bc032
+df200027
+d8a0412b
+d8c046b0
+2040740c
+202042b6
+474c4033
+df200027
+d8a0412b
+d8c046d7
+2040740c
+202042b6
+474cc033
+6fe0c701
+c001fa42
+1fe0fe01
+67e0c701
+20207a53
+474d4033
+6fe0c702
+c001fa46
+1fe0fe01
+67e0c702
+6fe0c721
+c000fa7f
+20207a4d
+474dc033
+6fe0c703
+c001fa48
+1fe0fe01
+67e0c703
+20207a59
+474e4033
+6fe0c704
+c001fa4a
+1fe0fe01
+67e0c704
+20207a5f
+df200017
+d8a0412b
+d8c0464f
+2040740c
+202042b6
+6fe0c555
+1fe0fe01
+67e0c555
+1fe67c03
+20217a53
+1fe67c06
+20217a90
+1fe67c09
+20217a95
+58000000
+67e0c555
+20207a53
+df200025
+d8a0412b
+d8c04530
+2040740c
+202042b6
+df200025
+d8a0412b
+d8c0464f
+2040740c
+202042b6
+474ec033
+6fe0c71f
+205a7aa4
+2feffe00
+2020faa7
+2feffe01
+2020fab0
+2feffe02
+2020fab9
+20600000
+6fe0c71e
+67e0c71f
+20600000
+474f4033
+6fe0c71f
+793ffe00
+67e0c71f
+6848c36a
+79200400
+6048c36a
+70000725
+20204309
+474fc033
+6fe0c71f
+793ffe01
+67e0c71f
+6848c36a
+79200401
+6048c36a
+70000726
+20204309
+47504034
+6fe0c71f
+793ffe02
+67e0c71f
+6848c36a
+79200402
+6048c36a
+70000727
+20204309
+20407ac4
+20207ae8
+4750c034
+20407ad5
+47514034
+6fe0c58a
+1fe0fe01
+67e0c58a
+6fe0c4a6
+1fe67c03
+2042fad1
+6fe0c4a6
+1fe67c05
+2042fad3
+20207ade
+70458983
+20600000
+70458988
+20600000
+4751c034
+70435f01
+7046a901
+7046a801
+6fe1476c
+67e145a2
+1fe0fe01
+67e146a6
+20600000
+47524034
+6fe0c57c
+d84000f0
+98417e00
+6848c581
+9840fe00
+67e0c57c
+6fe1457b
+67e14585
+20600000
+4752c034
+6fe0c57f
+245a7b01
+6fe0c584
+1fe67c28
+2042fafe
+20407b1b
+d8a0463f
+d8c04584
+df20000e
+2040740c
+df200027
+d8c04628
+d8a0464f
+2040740c
+70467a27
+70467b53
+20407b73
+6fe0c57f
+67e0c659
+47534034
+20600000
+6fe0c57f
+67e0c58b
+20600000
+4753c034
+6fe0c584
+1fe67c28
+2042fb18
+20407b1b
+d8a0463f
+d8c04584
+df20000e
+2040740c
+df200027
+d8c04628
+d8a0464f
+2040740c
+70467a27
+70467b53
+20407b73
+df200027
+d8c0464f
+d8a046b0
+2040740c
+6fe0c6ae
+67e0c6ba
+20600000
+6fe0c6ae
+67e0c58b
+20600000
+47544035
+70458c01
+70458d00
+180a7e00
+1fec8400
+6048c58e
+67e0c58f
+1fe47e00
+67e144c6
+6fe0c58f
+6848c58c
+9842fe00
+67e0c58c
+6848c58d
+9842fe00
+67e0c58d
+4754c035
+da604584
+df20000c
+20407b37
+6fe144c6
+da20ff00
+9a210400
+184c8400
+6048c590
+6fe0c4c6
+67e0c591
+20600000
+6fe0c721
+c0017b57
+20207b3a
+47554035
+e8408013
+184d0400
+6fe144c6
+98428400
+d8e00000
+20407b45
+604944c6
+1a60a601
+c2007b3a
+20600000
+18427e00
+1feca200
+1a31a200
+1a292200
+1fe38400
+1a227e00
+245a7b50
+18e08e01
+18e27e00
+c0847b45
+20600000
+6fe144c8
+1fe22200
+18427e00
+9a22fe00
+da20ffff
+9a210400
+20600000
+4755c035
+6fe144c6
+e8408013
+1a60a601
+184d8400
+184d0400
+9842fe00
+1f222400
+df200008
+2feffe0f
+1fe3fe00
+2420fb65
+684944c8
+9842fe00
+c2007b60
+1a427200
+c2007b59
+67e144c6
+6848c4c6
+184d8400
+6fe0c4c7
+1fedfe00
+6048c4c7
+67e0c4c6
+20600000
+47564035
+20407b7b
+20207b76
+4756c035
+20407b76
+20207b7b
+47574035
+d8c0464f
+d8a0464f
+df200027
+20207b83
+4757c035
+df200027
+da60464f
+da400053
+6fe0c721
+1fe67c02
+2042f607
+20207b89
+47584036
+efe08006
+1fedfe00
+e7e08005
+c2007b83
+20600000
+4758c036
+20407b8e
+1a60a601
+c2007b89
+20600000
+47594036
+da200001
+1a43a400
+2a4ffe07
+2040fb97
+1a23a200
+1a227e00
+c3840000
+20207b90
+4759c036
+efe08013
+9a22fe00
+e7e08013
+1a42a411
+20600000
+6fe0c721
+1fe67c01
+2042fbcd
+20407bc3
+20407ba9
+20407bad
+20407bc0
+20407bb2
+20407bb7
+20407bbb
+475a4036
+20600000
+da604579
+da407bac
+20204dd3
+20600000
+da6045a2
+da407bb0
+20204dd3
+70435f00
+20600000
+da6046a9
+da407bb5
+20204dd3
+7046a800
+20600000
+da6046a6
+da407bba
+20204dd3
+20600000
+da604722
+da407bbe
+20204dd3
+70472401
+20600000
+da604594
+da407bc6
+20204dd3
+da604709
+da407bc8
+20204dd3
+6fe14766
+20207487
+6fe14768
+20207487
+6fe1476a
+67e14709
+20600000
+da6044e4
+da407bd0
+20204dd3
+6fe14594
+207a0000
+7044e801
+20600000
+4731c02c
+20207bd7
+20600000
+4732402c
+20403cf9
+7854fc00
+20404296
+20407be1
+24768000
+6fe08002
+1fe0fe01
+67e08002
+20207c5d
+20407be3
+20203d92
+6fe0c779
+67e08007
+20600000
+58000003
+20207d54
+58000008
+20207d54
+6fe34788
+684b4782
+98467c00
+20600000
+6fe0c773
+203a7bf6
+6fe0c778
+c000fbf6
+6fe0c777
+c0287bf6
+20407bea
+2022fbe8
+58000014
+20207d54
+6fe0c773
+203a7c00
+6fe0c778
+c000fc00
+6fe0c777
+c0287c00
+20407bea
+2022fbe8
+58000018
+20207d54
+58000006
+20207d54
+6fe0c7a9
+c1a00000
+58000005
+20207d54
+6fe147a9
+243a7c0c
+5800001b
+20207d54
+58000017
+20207d54
+6fe0c7aa
+c0007c20
+c000fc22
+c0017c26
+c001fc2a
+20600000
+6fe0c7a9
+c0107c17
+20207c0e
+6fe0c7aa
+c0007c20
+c000fc22
+c0017c24
+c001fc26
+c0027c28
+c002fc2a
+c0037c2c
+20600000
+58000016
+20207d54
+58000010
+20207d54
+58000012
+20207d54
+5800001c
+20207d54
+5800000a
+20207d54
+5800000f
+20207d54
+5800000c
+20207d54
+6fe0c7a9
+203a7c32
+58000011
+20207d54
+58000004
+20207d54
+58000007
+20207d54
+58000013
+20207d54
+6fe0c7a9
+203a7c3c
+5800000d
+20207d54
+5800000e
+20207d54
+4732c02c
+6fe0c7a9
+c000fc43
+c0017c45
+20600000
+5800001e
+20207d54
+58000015
+20207d54
+6fe147a9
+c07ffc56
+4733402c
+6fe147a9
+c0707c56
+c01e7c50
+c03c7c52
+c0787c54
+20600000
+58000002
+20207d54
+58000009
+20207d54
+58000019
+20207d54
+5800001a
+20207d54
+58007bd4
+67e14394
+58007d43
+67e1439c
+20207d59
+6fe0c771
+c0007c63
+6fe1477a
+20407487
+20347cb5
+20600000
+4733c02c
+6fe08052
+c02afc97
+70477700
+58000000
+67e34788
+68498053
+58528718
+98467c00
+70477800
+2022fc79
+70477801
+5808f9ff
+98467c00
+2022fc79
+5808f903
+98467c00
+2022fc79
+70477802
+58f87703
+98467c00
+24628000
+d8c00047
+d8a0464f
+df200027
+20407419
+70467b53
+70467a27
+20407b70
+6fe0c778
+c000fc95
+d8c04666
+d8a0473e
+df20000e
+2040740c
+6fe14748
+1ff0fe00
+1fe47e00
+67e144c6
+da60473e
+df20000c
+58001021
+67e144c8
+20407b3a
+6fe144c6
+1ff0fe00
+6849474a
+98467c00
+24628000
+20207ca8
+d8c04667
+20207c83
+4734402d
+d8a04788
+d8c00049
+df200006
+2040740c
+6fe08051
+67e0c777
+6848c774
+98467c00
+2022fc69
+6848c775
+98467c00
+2022fc69
+6848c776
+98467c00
+2022fc69
+20600000
+4734c02d
+6fe0c73e
+67e147a6
+6fe14741
+67e147a9
+6fe0c73f
+67e0c7ad
+6fe0c740
+67e0c7ac
+6fe0c740
+1fe17e0f
+67e0c7ae
+20207cc3
+4735402d
+6fe144b6
+1ff27e00
+67e147ac
+6fe344bb
+67e347a6
+6fe0c4ba
+67e0c7ae
+6fe0c4c5
+67e0c778
+6fe0c4b2
+67e0c777
+6fe0c4b3
+67e0c744
+4735c02d
+6fe147a4
+20407487
+20407cec
+20740000
+6fe147a6
+c0147be6
+c004fbe8
+c0087bee
+c008fbf8
+c037fc02
+c0187c08
+c00afc2e
+c00bfc34
+c00b7c38
+c00c7c36
+c019fc3e
+6fe0c771
+c0007cd8
+c000fce6
+20600000
+6fe147a6
+c028fc47
+c020fc47
+6fe14741
+67e147aa
+6fe147a6
+c018fc0e
+c0197c17
+6fe0c745
+67e0c7a9
+6fe147a6
+c010fc04
+4736402d
+20600000
+6fe147a6
+c018fc14
+c020fc49
+c010fc04
+4736c02d
+20600000
+4737402d
+204074ca
+684947ac
+d8e00009
+df20000a
+1f26260a
+18e27e00
+9a667c00
+20217cf8
+1a667c03
+24217cf8
+20207d03
+d8c0055e
+1a6ffe03
+98c08c00
+efe10006
+98467c00
+2422fd03
+ea208006
+6fe0c7ae
+203a7d13
+9a267c00
+2022fd13
+c2007cf1
+da200576
+df200009
+efe18011
+1a208403
+e7e18002
+1a20a3fd
+c2007d06
+6fe1c7ac
+67e1855e
+6fe08584
+67e08585
+6fe4057c
+67e4057d
+70057c00
+20207cec
+1f220400
+60488587
+d840057c
+1f267e0a
+98408400
+18422200
+e8408002
+6fe0c744
+98467c00
+2022f4c8
+20217d24
+1fe0ff00
+98467e00
+1fe17eff
+1fe67c06
+20217d24
+20600000
+6fe0c744
+67e085a6
+6fe1006a
+67e105a7
+684985a6
+d8c00588
+df20000a
+efe18006
+98467c00
+2022f4c8
+c2007d2b
+7005aa1e
+6fe185a0
+67e185a3
+6fe40590
+684c0598
+67e40593
+604c059b
+6fe40588
+67e4058b
+6fe185a6
+67e18588
+6fe08587
+1fe27200
+d840057c
+1f267e0a
+98408400
+6fe0c744
+e7e08002
+7005a91e
+20600000
+4737c02d
+20207d45
+20407d47
+20207d4d
+da6005aa
+da407d4a
+20204dcc
+df20001e
+d8a00588
+202073ec
+da6005a9
+da407d50
+20204dcc
+70478100
+df20000a
+d8a0057c
+202073ec
+67e0c790
+6fe147a2
+20207487
+6848c79f
+2020773e
+6848c79f
+18418480
+2020773e
+4738402e
+20407dbf
+20407d60
+20207dce
+dfe00004
+1fe9fe00
+67e1478e
+1fe20e00
+18e08fff
+684a4792
+6fe1478e
+207a0000
+1fe0ffff
+67e1478e
+a84fffff
+2020fd72
+20407dc8
+18e08fff
+6fe1478e
+684a4792
+243a7d66
+20600000
+20407dc2
+20207d6d
+6fe1479c
+207a0000
+1fe0ffff
+67e1479c
+20407d5c
+20207d74
+20407d9b
+58000003
+67e1479c
+20207d74
+6fe0c777
+6848c776
+98467c00
+2022fd87
+6fe0c778
+c0007d85
+20207d87
+58000000
+20207d88
+58000080
+6848c7ae
+1841227f
+9a21fe00
+1ff18400
+6048c7b1
+1fe17e0f
+1ff27e00
+6848c7ad
+184122f0
+1a31a200
+9a21fe00
+67e0c7b0
+18417e0f
+1ff27e00
+6848c7ac
+18518400
+9841fe00
+67e0c7af
+20600000
+6fe1c7af
+1ff27e00
+1fed7e00
+6848c790
+18498400
+18520400
+9841a200
+20407db7
+1ff27e00
+9a21a200
+20407da9
+9a21fe00
+67e24792
+20600000
+df200004
+1a222400
+de000000
+1a4126ff
+1a617ef0
+1ff1fe00
+9e02e000
+1a617e0f
+9e02e000
+1a4ca400
+c2007dac
+1e02e00a
+1e017e0f
+20600000
+6fe0c791
+1fe0fe01
+1fe17e07
+67e0c791
+20600000
+2000000c
+c2007dbc
+20600000
+20407d59
+df201900
+20207dbc
+20407d57
+df200257
+20407dbc
+20407d59
+df2000c8
+20207dbc
+20407d57
+df2000c8
+20407dbc
+20407d59
+df200257
+20207dbc
+20407d57
+df2000c8
+20407dbc
+20407d59
+df20022f
+20207dbc
+6fe1479a
+207a0000
+1fe0ffff
+67e1479a
+20407dc2
+20207dd4
+6fe1479a
+207a0000
+1fe0ffff
+67e1479a
+20407dc8
+20207dda
+20406eb3
+d8a0443c
+d8c097b5
+202073c4
+58002542
+67e1447c
+5810255d
+67e1c47e
+58109e3a
+67e1c481
+58000000
+67e1c49c
+58020102
+67e1c484
+58f0161b
+67e1c487
+58001008
+67e1c48a
+6fe0c4a4
+1fe0fe01
+67e0c4a4
+6fe144ca
+20207487
+5800ffff
+20600000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00020001
+18000228
+03020002
+030a0128
+2a000200
+00000014
+00000000
+00000000
+00000000
+00000000
+02000400
+02012803
+01020005
+03c2022a
+03020006
+07020128
+2a040200
+06000608
+2c006400
+02000801
+01022800
+02000918
+20012803
+0502000a
+000b002a
+02290202
+000c0000
+02280002
+000d180a
+01280302
+02000e02
+59062a29
+69684369
+02000f70
+02012803
+50020010
+3502072a
+01aa2212
+02001100
+12022800
+02001218
+06012803
+4e020013
+1401012a
+28030200
+00151201
+082a4d02
+00000000
+00000000
+02020016
+00000229
+08020017
+01020229
+03020018
+191a0128
+2a4d0200
+00000007
+00000000
+0202001a
+00000229
+0802001b
+01010229
+0302001c
+1d120128
+2a4d0200
+1e000002
+29020200
+1f000002
+29080200
+20010302
+28030200
+00211201
+022a4d02
+00220000
+02290202
+00230000
+02290802
+00240104
+01280302
+0200250e
+00022a4d
+02002600
+02022908
+02002702
+02012803
+4b020028
+0105bd2a
+01a10209
+01090185
+090500a1
+08290119
+01250015
+08950175
+01050281
+31093009
+26f80116
+107507ff
+06810295
+81153809
+08757f25
+06810195
+380a0c05
+81019502
+05c0c006
+a1060901
+75028501
+05089501
+29e01907
+250015e7
+95028101
+81087501
+75059503
+19080501
+91052901
+75019502
+95039103
+15087506
+00ff2600
+00190705
+0081ff29
+090c05c0
+8501a101
+2a001903
+001503ff
+9503ff26
+81107501
+0105c000
+01A18009
+00150485
+01750125
+81190395
+02818329
+05750195
+29C00381
+28030200
+002a1a01
+082a3302
+00000000
+00000000
+0202002b
+00010229
+0302002c
+2d020128
+2a4a0200
+00010104
+02002e03
+0f022800
+02002f18
+12012803
+19020030
+3164012a
+29020200
+32000002
+28030200
+00330401
+002a4c02
+061a0000
+8809ffbc
+048501a1
+ff2a0019
+26001500
+087500ff
+00810195
+01053fc0
+01a10609
+08950175
+e0190705
+0015e729
+02810125
+08750195
+05950381
+08050175
+05290119
+01950291
+03910375
+08750695
+ff250015
+00190705
+0081ff29
+0105a3c0
+01a10209
+01090185
+090500a1
+05290119
+01250015
+01750595
+01950281
+01810375
+30090105
+01163109
+07FF26F8
+02951075
+38090681
+7f258115
+01950875
+0c050681
+9502380a
+c0068101
+090105c0
+8501a180
+19010502
+15882981
+95012500
+81017508
+0c05c006
+01a10109
+00150385
+19038026
+03802a00
+01951075
+06c00081
+0e09ff00
+BA8501a1
+08751f95
+1500ff26
+91010900
+95BA8502
+2608751f
+001500ff
+02810109
+011212C0
+00000200
+31514000
+00021020
+01000201
+3b02093b
+00010200
+040932a0
+03010000
+09000101
+00020021
+001a2201
+03810507
+09020040
+01000104
+00020103
+02002109
+a3220100
+82050700
+02004003
+00020001
+18010228
+03020002
+03200128
+2a050200
+00040001
+02290202
+00050000
+02280002
+00061800
+01280302
+02000702
+43132a00
+73706968
+422d6165
+2020454c
+20202020
+00082020
+01280302
+02000902
+c1022a01
+02000a03
+02012803
+0402000b
+0006082a
+00640006
+000c012c
+02280002
+000d180a
+01280302
+02000e02
+01072a50
+0a000e05
+000f4002
+02280002
+00101812
+01280302
+02001106
+01012a4e
+03020012
+13100128
+2a4d0200
+00000007
+00000000
+02020014
+00000229
+08020015
+01010229
+03020016
+17100128
+2a4d0200
+00000003
+02020018
+00000229
+08020019
+01040229
+0302001a
+1b100128
+2a4d0200
+1c000002
+29020200
+1d000002
+29080200
+1e010302
+28030200
+001f1001
+032a4d02
+20000000
+29020200
+21000002
+29080200
+22010502
+28030200
+00231201
+022a4d02
+00240000
+02290202
+00250000
+02290802
+00260102
+01280302
+02002702
+00012a4b
+03020028
+29020128
+2a4a0200
+00011104
+02002a01
+04012803
+4c02002b
+2c00012a
+28000200
+00180f02
+001f0300
+00000fec
+03000000
+0014001f
+00000000
+001f0300
+00fec000
+03000000
+4000001f
+00000001
+001f0300
+00000000
+03000000
+0000001f
+00000000
+001b0200
+000000e9
+02000000
+00ea001b
+00000000
+001b0200
+00000000
+03000000
+8028001f
+00000011
+001f0300
+00118fae
+03000000
+e000001f
+000000fc
+001f0300
+00050000
+03000000
+00010017
+00000000
+001f0300
+0000003c
+03000000
+17ff001f
+00000080
+001f0300
+00000fd8
+03000000
+00000017
+00000000
+001f0300
+007ff801
+03000000
+4000001f
+000000fc
+001f0300
+00801801
+03000000
+403c001f
+0000000b
+001f0300
+0003c000
+03000000
+403c001f
+000000ec
+001f0300
+000c803c
+03000000
+1000001f
+00000080
+001f0300
+0007803c
+03000000
+0096001f
+00000000
+001f0300
+00000f6a
+03000000
+d002001f
+000000ff
+001f0300
+00003002
+03000000
+0064001f
+00000000
+001f0300
+00f9b000
+07000000
+06070013
+0dac0770
+00130701
+07700607
+07010c80
+06070013
+0b540770
+00130701
+07700607
+07010a28
+06070013
+08fc0770
+00130701
+07700600
+07000578
+07070013
+07700770
+00130701
+07700700
+07000770
+05070013
+04700c10
+00130701
+0b480507
+07010470
+05070013
+04700AF0
+00130701
+09C40507
+07010470
+05070013
+0470076C
+00130701
+04400507
+07010470
+05070013
+047002E8
+00130701
+02000500
+07000470
+06000013
+0eac0770
+00130700
+0d100500
+03000470
+fa000017
+00000000
+00170300
+00002800
+03000000
+d2000017
+00000000
+00170300
+00003200
+03000000
+00000017
+000000fa
+00170300
+00050000
+03000000
+00000017
+000000f0
+00170300
+000f0000
+02000000
+00300023
+00000000
+00230200
+00000000
+03000000
+30a0001f
+000000e8
+001f0300
+0007403c
+03000000
+4041001f
+0000000b
+93fdb700
+f73f3626
+e5a534cc
+31d871f1
+23c70415
+059618c3
+8012079a
+b227ebe2
+89a18c75
+42e6bf0d
+2d994168
+bb54b00f
+51c29b16
+6a1a532f
+6e02b583
+a3ab1610
+00000042
+00000000
+0000b842
\ No newline at end of file
Index: output/sched.rom
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/output/sched.rom	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/output/sched.rom	(working copy)
@@ -0,0 +1,377 @@
+443c:14 27 32 41 51 61
+
+01de:5a
+4000:01	
+00 
+80
+01
+01
+00 
+80
+a0	
+40
+50
+04
+c4
+00 00 
+01
+4014:01	
+401c:08
+402c:02
+
+
+4094:01
+
+08
+409d:1e 41
+
+40c4:88 0b ce	
+35 3f 0c 33 03
+40cd:9d 10 22
+4118:ff	
+04 00 00
+08	
+
+00 
+
+ff
+43c4:a0 0f
+
+00 
+03      
+
+
+
+
+
+
+
+
+
+
+43ea:01	
+00 
+20
+
+d3
+4436:1e
+ff
+00 00 
+da 45
+
+
+44d4:01	
+00 
+c0 12     
+
+44fa:00 48 60
+451d:07
+452e:01
+0f 0f 0f 0f
+453b:6f 47
+4566:50 00
+2c 01	
+4572:7d
+459f:0a
+45a5:01   
+
+00 00 
+58 02  
+
+00 
+64 
+9e 
+85
+90
+63
+75
+80
+20	
+
+
+
+
+
+
+
+
+
+
+03  
+06  
+01  
+ff  
+ff 
+06  
+05  
+0a  
+08  
+09  
+0d  
+02  
+02  
+00  
+ff  
+ff  
+ff  
+ff  
+ff  
+ff  
+ff  
+ff  
+ff  
+ff  
+ff  
+ff  
+ff  
+ff  
+ff  
+ff 
+ff  
+ff  
+ff  
+
+
+
+
+
+
+
+
+466d:05
+
+
+467d:
+03	
+04	
+01	
+02	
+
+20	
+2a	
+3f	
+15	
+
+14	
+1b	
+11	
+0e	
+
+468c:
+09 5a
+26 34
+19 04
+09 00
+ff ff
+
+46a0:
+09 5a
+0d 10
+1d ed
+7d 80
+ff ff
+
+46e6:
+09 5a
+ff 27
+ab 40
+b3 56
+9b e6
+a8 12
+a9 c0
+be e6
+a5 af
+a0 21
+a1 02
+b8 10
+b9 0b
+a7 ff
+b5 d0
+b6 00
+ff 00
+09 00
+ff ff	
+
+
+09 5a
+0d 10
+0e c5
+5b 9a
+10 38
+11 42
+28 28
+41 23
+49 39
+4a b0
+4b a0
+4c 90
+4d 70
+09 00
+ff ff	
+
+
+09 5a
+06 02
+09 69
+0d 48
+0e 9f
+0f ba
+09 00
+ff ff	
+
+
+09 a5
+46 34
+60 07
+69 04
+7d 20
+7e 00
+09 00
+ff ff
+
+4756:
+09 5a
+0b f3
+09 00
+ff ff
+
+
+09 a5
+0b f3
+09 00
+ff ff
+
+
+
+4864:
+
+
+
+
+
+
+
+
+00
+
+
+
+
+
+
+
+
+09
+
+
+
+
+
+
+
+
+
+
+d2
+
+
+
+
+
+
+
+
+
+
+00
+
+
+
+
+
+
+
+
+
+
+00
+
+
+
+
+
+
+
+
+
+
+00
+
+
+
+
+
+
+
+
+
+
+01
+
+
+
+
+
+
+
+
+
+
+1b
+
+
+01   
+
+
+4872:02 00	
+64 00	
+70 17   
+14
+
+
+00 
+90 01			
+e8 03
+90 01		
+64 00
+00 
+05 
+489a:02    
+5b 01		
+
+
+
+48bd:01			
+48c3:14	
+00 
+03
+
+
+00 00 
+58 02	
+
+
+
+00 00 
+18 6a 00
+80 bb 00
+05
+40 19 01
+00 77 01
+0b
+00 00 00 00 
+80 bb 00 00
+
+00 77 01 00
+
+4911:01	
Index: program/app.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app.prog	(working copy)
@@ -0,0 +1,325 @@
+app_init:
+	bpatch patch0e_0,mem_patch0e
+	fetch 1,mem_device_option
+	branch app_init,blank				/* wait ram to be initialized */
+	beq dvc_op_dongle,dongle_init
+	beq dvc_op_shutter,shutter_init
+	beq dvc_op_shutter_dy,shutter_dy_init
+//	beq dvc_op_car,car_init
+//	beq dvc_op_remote_car,remote_car_init
+	beq dvc_op_mouse,mouse_init
+	rtn
+
+
+app_param_init:
+	rtn wake
+	call adc_init_data
+	fetch 1,mem_device_option
+	beq dvc_op_shutter,shutter_default_init
+	beq dvc_op_shutter_dy,shutter_default_init
+	beq dvc_op_dongle,dongle_default_init
+	beq dvc_op_mouse,mouse_default_init
+//	beq dvc_op_remote_car,remote_car_default_init
+	rtn
+	
+app_process_idle:
+	call ui_dispatch
+	call check_51cmd
+	call app_process_bb_event
+	fetch 2,mem_cb_idle_process
+	branch callback_func
+
+app_process_ble:
+	fetch 2,mem_cb_le_process
+	branch callback_func
+
+app_process_bb_event:
+	bpatch patch0e_1,mem_patch0e
+	//return if c51 need to process bb event
+	arg mem_ipc_fifo_bt2c51,rega
+	call fifo_out
+	rtn blank
+	//reaching here mains c51 cannot get bb event.
+	copy pdata,regc
+	call app_event_normal_process
+	branch app_process_bb_event_priority
+	
+app_discard_event:
+	arg 0,regc
+	rtn
+
+//************************************************//
+//*APP BB EVENT NORMAL PROCESS**//
+//************************************************//
+app_event_normal_process:
+	beq BT_EVT_BUTTON_LONG_PRESSED,app_evt_button_long_pressed
+	beq BT_EVT_LE_CONNECTED,app_le_event_bb_connected
+	beq BT_EVT_LE_DISCONNECTED,app_le_event_bb_disconn
+	rtn
+
+
+
+app_process_bb_event_priority:
+	fetch 2,mem_cb_bb_event_process
+	branch callback_func
+	
+app_check_wake_lock:
+	fetch 2,mem_cb_check_wakelock
+	branch callback_func
+	
+app_will_enter_lpm:
+	fetch 2,mem_cb_before_lpm
+	branch callback_func
+
+app_le_event_bb_connected:
+	fetch 2,mem_ui_state_map
+	set1 UI_STATE_BLE_CONNECTED,pdata
+	store 2,mem_ui_state_map
+	rtn
+	
+app_le_event_bb_disconn:
+	jam 0,mem_le_l2cap_att_states
+	fetch 2,mem_ui_state_map
+	set0 UI_STATE_BLE_CONNECTED,pdata
+	store 2,mem_ui_state_map
+	branch app_lpm_mult_disable
+	
+
+app_evt_button_long_pressed:
+	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason_flag
+	set1 APP_DISC_BY_BUTTON,pdata
+	store APP_DISC_RSN_SIZE,mem_app_disconn_reason_flag
+	rtn
+	
+
+app_evt_timer:
+	store 1,mem_app_evt_timer_count
+app_evt_100ms_loop:
+	bpatch patch0e_2,mem_patch0e
+	fetch 1,mem_app_evt_timer_count
+	rtn blank
+	increase -1,pdata
+	store 1,mem_app_evt_timer_count
+	call ui_button_polling
+	call app_lpm_wake_auto_lock_timer
+	call flash_write_spi_sm_timer
+	fetch 2,mem_cb_event_timer
+	call callback_func
+	branch app_evt_100ms_loop
+
+
+//regc:timer addr
+//regb:timer up call back fuction
+timer_single_step:
+	ifetch 1,regc
+	rtn blank
+	pincrease -1
+	istore 1,regc
+	nrtn blank
+	copy regb,pdata
+	branch callback_func
+
+//regc:timer addr
+//regb:timer up call back fuction
+timer_single_step_2B:
+	ifetch 2,regc
+	rtn blank
+	pincrease -1
+	istore 2,regc
+	nrtn blank
+	copy regb,pdata
+	branch callback_func
+	
+app_power_timer:
+	fetcht 2,mem_power_param_ptr
+	add temp,power_timer_offset,regc
+	arg app_power_timer_timeout,regb
+	branch timer_single_step
+	
+app_power_timer_timeout:
+	call app_got_power_state_common
+	beq POWER_STARTING,app_enter_power_stanby_state
+app_enter_power_off_state:
+	branch app_enter_hibernate
+app_enter_power_stanby_state:
+	setarg POWER_STANDBY
+	istore 1,regc
+	add temp,power_standby_cb_offset,regb
+app_power_cb_common:
+	ifetch 2,regb
+	branch callback_func
+
+
+app_bb_hibernate:
+	call app_disconn_reason_clear
+	branch app_enter_hibernate
+
+	
+app_disconn_reason_clear:
+	setarg 0
+	store APP_DISC_RSN_SIZE,mem_app_disconn_reason
+	rtn
+app_disconn_reason_flag_clear:
+	setarg 0
+	store APP_DISC_RSN_SIZE,mem_app_disconn_reason_flag
+	rtn
+
+
+	
+app_disconn_reason_collect_ble:
+	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason_flag
+	set1 APP_DISC_BLE,pdata
+	store APP_DISC_RSN_SIZE,mem_app_disconn_reason
+	setarg 0
+	store APP_DISC_RSN_SIZE,mem_app_disconn_reason_flag
+	rtn
+
+	
+//************************************************//
+//********APP SHARED FUNCSIONS*******//
+//************************************************//
+
+
+app_get_lpm_wake_lock:
+	arg wake_lock_app,queue
+	branch lpm_get_wake_lock
+
+app_put_lpm_wake_lock:
+	arg wake_lock_app,queue
+	branch lpm_put_wake_lock
+	
+app_lpm_wake_auto_lock:
+	jam  LPM_WAKE_UP_DELAY_TIMER,mem_wake_up_delay_timer
+	branch app_get_lpm_wake_lock
+	
+app_lpm_wake_auto_lock_timer:
+	arg mem_wake_up_delay_timer,regc
+	arg app_put_lpm_wake_lock,regb
+	branch timer_single_step
+
+
+app_ble_start_direct_adv:
+	jam BT_CMD_START_DIRECT_ADV,mem_fifo_temp
+	branch ui_ipc_send_cmd
+
+app_ble_stop_direct_adv:
+	jam BT_CMD_STOP_DIRECT_ADV,mem_fifo_temp
+	branch ui_ipc_send_cmd
+	
+app_ble_stop_adv:
+	jam BT_CMD_STOP_ADV,mem_fifo_temp
+	branch ui_ipc_send_cmd
+	
+app_ble_start_adv:	
+	jam BT_CMD_START_ADV,mem_fifo_temp
+	branch ui_ipc_send_cmd
+	
+app_ble_start_scan:
+	jam BT_CMD_LE_START_SCAN,mem_fifo_temp
+	branch ui_ipc_send_cmd
+	
+app_ble_stop_scan:
+	jam BT_CMD_LE_STOP_SCAN,mem_fifo_temp
+	branch ui_ipc_send_cmd
+	
+app_ble_start_conn:
+	jam BT_CMD_LE_START_CONN,mem_fifo_temp
+	branch ui_ipc_send_cmd
+	
+app_ble_disconnect:
+	jam BT_CMD_LE_DISCONNECT,mem_fifo_temp
+	branch ui_ipc_send_cmd
+	
+app_led_start_blink:	
+	jam BT_CMD_LED_BLINK,mem_fifo_temp
+	branch ui_ipc_send_cmd
+
+app_led_on:
+	jam BT_CMD_LED_ON,mem_fifo_temp
+	branch ui_ipc_send_cmd
+	
+app_led_stop_blink:
+app_led_off:
+	jam BT_CMD_LED_OFF,mem_fifo_temp
+	branch ui_ipc_send_cmd
+	
+app_enter_hibernate:
+	jam BT_CMD_ENTER_HIBERNATE,mem_fifo_temp 
+	branch ui_ipc_send_cmd
+	
+
+app_ble_store_reconn_info:
+	jam BT_CMD_STORE_RECONN_INFO_LE,mem_fifo_temp
+	branch ui_ipc_send_cmd
+
+
+app_lpm_mult_enable:
+	set1 mark_lpm_mult_enable,mark
+	rtn
+
+app_lpm_mult_disable:
+	set0 mark_lpm_mult_enable,mark
+	rtn
+
+
+/*
+
+mem_power_param struct
+{
+	usigned char     mem_power_state
+	usigned char     mem_power_timer
+	usigned char	 mem_power_off_timeout
+	usigned char	 mem_power_starting_timeout
+	usigned long	 mem_power_off_cb
+	usigned long	 mem_power_starting_cb
+	usigned long	 mem_power_standby_cb
+	usigned long 	 mem_ui_butten_up_cb
+}
+    	functions:power state switching by mem_app_power_timer timeout or by button_long_pressed event
+    	(power off -> power starting->power standby->power off) and power timer initialization 
+ input parameters:mem_power_param_ptr should be point to the variable(mem_power_param) address where the input parameters stored in with its format
+output parameters:switched power state will be stored in variable mem_power_state*/
+app_button_long_pressed:
+	call app_got_power_state_common
+	beq POWER_STANDBY,app_power_shutting_down
+app_power_starting:
+	setarg POWER_STARTING
+	istore 1,regc
+	add temp,power_starting_timeout_offset,rega
+	add temp,power_starting_cb_offset,regb
+app_power_common:
+	ifetcht 1,rega
+	increase 1,regc
+	istoret 1,regc
+	branch app_power_cb_common
+	
+app_power_shutting_down:
+	setarg POWER_OFF
+	istore 1,regc
+	fetch 2,mem_ui_state_map
+	bbit0 UI_STATE_BLE_CONNECTED,app_power_off_end
+	call le_send_terminate_ind_user_terminated
+	call app_ble_disconnect
+app_power_off_end:
+	fetcht 2,mem_power_param_ptr
+	add temp,power_off_timeout_offset,rega
+	add temp,power_off_cb_offset,regb
+	branch app_power_common
+	
+app_got_power_state_common:
+	fetcht 2,mem_power_param_ptr
+	add temp,power_state_offset,regc
+	ifetch 1,regc
+	rtn
+
+app_event_button_up:
+	call app_got_power_state_common
+	bne POWER_OFF,app_power_release
+	branch app_enter_hibernate
+app_power_release:
+	add temp,ui_butten_up_cb_offset,regb
+	branch app_power_cb_common
+
+
+
+
Index: program/app_car.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_car.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_car.prog	(working copy)
@@ -0,0 +1,972 @@
+ifdef COMPILE_CAR
+
+//car_init:
+//	call enable_authrom
+//	rtn wake
+//	setarg car_g24_receive_process
+//	store 2,mem_cb_24g_receive_process
+//	
+//	setarg g24_bind_ackpayload_prep
+//	store 2,mem_cb_24g_ackpayload
+//	
+//	setarg car_g24_cb_data_device1
+//	store 2,mem_cb_24g_data_device1
+
+//	setarg car_le_before_hibernate
+//	store 2,mem_cb_before_hibernate
+//	
+//	setarg car_le_process_lpm_before
+//	store 2,mem_cb_before_lpm	
+//		
+//	setarg car_scale_process_idle	
+//	store 2,mem_cb_idle_process	
+//	
+//	setarg car_scale_process_bb_event 
+//	store 2,mem_cb_bb_event_process	
+//	
+//	setarg app_get_lpm_wake_lock
+//	store 2,mem_cb_check_wakelock
+//	
+//	setarg car_le_receive_data
+//	store 2,mem_cb_att_write
+//	
+//	setarg car_le_bb_event_timer
+//	store 2,mem_cb_event_timer
+//	
+
+//	call car_init_environment
+//	call car_lpm_timer_enable
+//	call queue_init
+//	jam 2,mem_lpm_mult
+//	jam POWER_ON,mem_car_24g_received_pac
+//	fetch 1,mem_car_config_soft_switch_enable
+//	store 1,mem_car_hard_soft_switch
+//	beq HARD_SWITCH, car_hard_switch_power_on_signal
+//	fetch 1,mem_car_config_soft_switch_gpio
+//	store 1,mem_ui_button_gpio
+//	jam OFF,mem_le_adv_enable
+//car_soft_switch_power_on_init:
+//	call ui_button_init
+//	call ui_button_polling
+//	jam POWER_STARTING,mem_car_power_state
+//	fetch 2,mem_ui_state_map
+//	rtnbit1 UI_STATE_BTN_DOWN
+// 	branch app_enter_hibernate
+ 	
+
+	
+car_hard_switch_power_on_signal:
+	jam POWER_STANDBY,mem_car_power_state
+car_soft_switch_power_on_signal:
+	jam ON,mem_le_adv_enable
+	setarg FAST_ADV_INTERVAL_VALUE_CAR
+	call shutter_ble_adv_interval_set
+car_le_modified_name_adv:
+	arg mem_le_name+7,contw
+	fetch 1,mem_le_lap
+car_name_loop:
+	and pdata,0xF0,temp
+	rshift4 temp,temp
+	call car_hex_to_ascii
+	istoret 1, contw
+	and pdata,0x0F,temp
+	call car_hex_to_ascii
+	istoret 1, contw
+	call le_modified_name_att_list
+//	fetcht 1,mem_le_name_len
+//	copy temp,loopcnt
+	fetchr loopcnt,1,mem_le_name_len
+	arg mem_le_adv_data+2,contw
+	arg mem_le_name,contr
+	call memcpy
+car_le_modified_name_scan:
+//	fetcht 1,mem_le_name_len
+//	copy temp,loopcnt
+	fetchr loopcnt,1,mem_le_name_len
+	arg mem_le_scan_data+2,contw
+	arg mem_le_name,contr
+	branch memcpy
+car_hex_to_ascii:
+	sub temp,9,null
+	branch car_hex_num,positive
+	add temp,55,temp
+	rtn
+car_hex_num:	
+	add temp,48,temp
+	rtn
+
+car_ui_led_init:
+	fetch 1,mem_car_config_blood_led1_gpio
+	bne INVALID_PIN_NUM,car_blood_led_gpio_set
+car_ui_led_init_1:
+	fetch 1,mem_car_config_pairing_led_gpio
+	bne INVALID_PIN_NUM,car_pairing_led_gpio_set
+car_ui_led_init_2:
+	fetch 1,mem_car_config_low_voltage_led_gpio
+	bne INVALID_PIN_NUM,car_low_voltage_led_gpio_set
+car_ui_led_init_3:
+//	fetch 1, mem_car_led_num
+//	copy pdata,loopcnt
+//	setarg mem_car_led_map
+//	copy pdata,rega
+	fetchr loopcnt,1,mem_car_led_num
+	arg mem_car_led_map,rega
+car_in_lp1:
+	copy rega,contr
+	ifetch 1,contr
+	copy contr,rega
+	beq INVALID_PIN_NUM,car_in_lp1_end
+	copy pdata,temp
+	call gpio_config_output
+car_in_lp1_end:
+	loop car_in_lp1
+car_ui_led_init_end:
+	rtn
+car_blood_led_gpio_set:
+	fetch 8,mem_car_config_blood_led1_gpio
+	store 8,mem_car_led_map+2
+	branch car_ui_led_init_1
+car_pairing_led_gpio_set:
+	store 1,mem_car_led_map
+	branch car_ui_led_init_2
+car_low_voltage_led_gpio_set:
+	store 1,mem_car_led_map+1
+	branch car_ui_led_init_3
+
+car_init_environment:
+	
+	call car_g24_init
+	call car_g24_load_commom_addr
+	arg 0,rega
+	call pwm_init
+	call car_ui_led_init
+	call car_start_blink
+	call car_init_adc_hvin
+//	branch car_motor_init
+car_motor_init:
+	fetch 1, mem_car_motor_gpio_num
+	copy pdata,loopcnt
+	setarg mem_car_motor_gpio_map
+	copy pdata,rega
+p_in_lp1:
+	copy rega,contr
+	ifetch 1,contr
+	copy contr,rega
+	beq INVALID_PIN_NUM,p_in_lp1_end
+	copy pdata,temp
+	store 1, mem_car_gpio
+	call car_ui_gpio_init
+p_in_lp1_end:
+	loop p_in_lp1
+p_car_ui_led_init_end:
+	rtn
+
+car_ui_gpio_init:
+	fetch 1,mem_car_gpio
+	rtneq UI_BUTTON_GPIO_DISABLE
+	iforce temp
+	branch gpio_config_output
+
+	
+car_init_adc_hvin:
+	jam 100,mem_car_notify_vdd_value_last
+	rtn
+	
+car_le_before_hibernate:
+	call car_gpio_set_before_hibernate
+	call clear_wake
+car_le_process_lpm_before:
+	branch keyscan_process_lpm_before
+
+car_gpio_set_before_hibernate:
+	 call check_51cmd_led_off
+car_gpio_set_before_lpm_common:
+	arg 20,loopcnt
+	arg core_gpio_conf,contr
+car_setgpio_loop:
+	copy contr,contw
+	ifetch 1,contr
+	beq gpcfg_spid_miso,car_setgpio_pullup
+	beq gpcfg_spid_ncs,car_setgpio_pullup
+	beq gpcfg_spid_sck,car_setgpio_pullup
+	beq gpcfg_spid_mosi,car_setgpio_pullup
+	beq gpcfg_spid_sdio,car_setgpio_pullup
+	beq gpcfg_iic_scl,car_setgpio_pullup
+	beq gpcfg_iic_sda,car_setgpio_pullup
+	beq gpcfg_input,car_setgpio_pullup
+car_setgpio_loop_end:
+	loop car_setgpio_loop
+	branch car_motor_setgpio
+//	rtn
+car_setgpio_pullup:
+	setarg gpcfg_pullup
+	istore 1,contw
+	branch car_setgpio_loop_end
+car_setgpio_pulldown:
+	setarg gpcfg_pulldown
+	istore 1,contw	
+	branch car_setgpio_loop_end
+car_motor_setgpio:	
+	fetch 1,mem_car_motor_gpio_num
+	copy pdata,loopcnt
+	arg mem_car_motor_gpio_map,contr
+car_motor_setgpio_loop:
+	ifetch 1,contr
+	set1 7,pdata
+	arg gpcfg_output_low,temp
+	call gpio_config_function
+	loop car_motor_setgpio_loop
+	rtn
+	 
+car_key_scan_process:
+	branch keyscan_key_process
+
+car_scale_process_idle:
+	call car_le_send_packet
+	call car_g24_status_process
+	branch car_key_scan_process
+
+car_g24_status_process:
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BLE_CONNECTED
+	fetch 1,mem_car_24g_received_pac
+	beq WORK_PAIRED,car_g24_connected_event
+	rtn
+car_g24_connected_event:
+	fetch 1,mem_car_24g_status
+	rtneq WORK_PAIRED
+	jam WORK_PAIRED,mem_car_24g_status
+	call car_lpm_timer_disable
+	call car_stop_blink
+	branch car_g24_connected
+
+car_lpm_timer_enable:
+	fetch 2,mem_car_enter_lpm_timer_count	
+	store 2,mem_car_enter_lpm_timer
+	jam 0,mem_car_enter_lpm_flag
+	rtn
+
+	
+car_lpm_timer_disable:
+	setarg 0
+	branch car_lpm_timer_enable+1
+
+
+car_stop_blink:
+	arg 0,rega
+	branch ui_led_blink_stop_global
+	
+	
+car_start_blink:
+	arg 0,rega
+	branch ui_led_blink_start_global
+	
+
+
+
+
+car_le_send_packet:
+	fetch 2,mem_ui_state_map
+	rtnbit0 UI_STATE_BLE_CONNECTED
+	call le_fifo_check_nearly_full
+	nrtn blank
+	arg mem_car_pop_queue_buff,rega
+	call queue_pop
+	nrtn user
+	arg mem_car_pop_queue_buff,contr
+	branch le_send_notify_from_list
+ 
+car_scale_process_bb_event:
+	copy regc,pdata
+	beq BT_EVT_BUTTON_UP,app_event_button_up
+	beq BT_EVT_BUTTON_LONG_PRESSED,app_button_long_pressed
+	beq BT_EVT_LE_CONNECTED,car_scale_event_le_conn
+	beq BT_EVT_LE_DISCONNECTED,car_scale_event_le_discon
+	rtn
+
+car_scale_event_le_conn:
+	call car_lpm_timer_disable
+	call car_stop_blink
+	set0 mark_24g_rxmode,mark
+	branch car_scale_process_conn
+car_g24_connected:
+	fetch 2,mem_car_24g_no_data_timeout_count
+	store 2,mem_car_24g_no_data_timeout_timer
+car_scale_process_conn:
+	jam 0x14,mem_car_notify_vdd_timer
+	jam 0,mem_lpm_mode
+	call app_ble_stop_adv
+	branch app_lpm_mult_enable
+
+
+car_scale_event_le_discon:
+	set1 mark_24g_rxmode,mark
+	call car_lpm_timer_enable
+	call car_fb_motor_stop
+	call car_lr_motor_stop
+car_g24_disconnect:
+	setarg 0
+	store 5,mem_car_led_control
+	/*setarg 4
+	call pwm_disable
+	setarg 5
+	call pwm_disable
+	setarg 20
+	call pwm_disable
+	setarg 21
+	call pwm_disable
+	setarg 22
+	call pwm_disable
+	setarg 7
+	call pwm_disable*/
+	call queue_init
+	jam 10,mem_motor1_speed
+	jam 10,mem_motor2_speed
+	jam 10,mem_motor3_speed
+//	jam 1,mem_lpm_mode
+	jam 2,mem_lpm_mult
+	setarg FAST_ADV_INTERVAL_VALUE_CAR
+	call shutter_ble_adv_interval_set
+	branch app_ble_start_adv
+
+car_le_bb_event_timer:
+	call car_moto1_blank_data_timer
+	call car_moto2_blank_data_timer
+	call car_moto3_blank_data_timer
+	//call app_power_timer
+	//call car_notify_vdd_timer
+	call car_24g_no_data_timeout_timer
+	branch car_24g_bind_enable_timer
+	//branch car_enter_lpm_timer
+
+car_24g_bind_enable_timer:
+	arg mem_car_24g_bind_enable_delay_count,regc
+	arg 0,regb
+	branch timer_single_step
+
+car_enter_lpm_timer:
+	arg mem_car_enter_lpm_timer,regc
+	arg car_enter_lpm_enable,regb
+	branch timer_single_step_2B
+car_enter_lpm_enable:
+	jam 1,mem_car_enter_lpm_flag
+	rtn
+	
+car_24g_no_data_timeout_timer:
+	arg mem_car_24g_no_data_timeout_timer,regc
+	arg car_24g_no_data_timer_timeout,regb
+	branch timer_single_step_2B
+car_24g_no_data_timer_timeout:
+	jam WORK_SEARCH,mem_car_24g_status
+	jam POWER_ON,mem_car_24g_received_pac
+	branch car_g24_disconnect
+
+car_notify_vdd_timer:
+	fetch 1,mem_car_config_bat_notify_enable
+	rtn blank
+	arg mem_car_notify_vdd_timer,regc
+	arg car_notify_vdd,regb
+	branch timer_single_step
+car_notify_vdd:
+	fetch 1,mem_car_notify_vdd_count
+	store 1,mem_car_notify_vdd_timer
+ 	fetch 1,mem_car_working_flag
+ 	nrtn blank
+car_read_hvin:
+	call adc_calculate
+	store 2,mem_vdd_now_vol
+	arg mem_vdd_calculate_set,rega
+	call adc_bat_percent_lowpower_out
+	fetcht 1,mem_car_notify_vdd_value_last
+	isub temp,null
+	branch car_notify_vdd_next2,positive
+	store 1,mem_car_notify_vdd_value_last
+	copy pdata,temp
+car_notify_vdd_next2:
+	storet 1,mem_car_notify_vdd_percent
+	fetch 1,mem_car_config_low_voltage_percent
+	isub temp,null
+	call car_enter_low_bat,positive
+	storet 1,mem_notify_bat_payload 
+	arg 6,loopcnt
+	arg mem_notify_bat_head,contr
+	call calc_check_sum_start
+	store 1,mem_notify_bat_check_sum
+	arg mem_notify_bat_packet,rega
+	branch queue_push
+car_enter_low_bat:
+	fetch 1,mem_low_bat_flag
+	nrtn blank
+	jam 1,mem_low_bat_flag
+	arg 1,rega
+	branch ui_led_blink_start_global
+car_low_bat_led_off:
+	arg 1,rega
+	branch ui_led_blink_stop_global
+
+////////////////////////check sum////////////////////////
+//loopcnt = sum number,contr = ptr
+calc_check_sum_start:
+	arg 0,rega
+calc_check_sum_loop:
+	ifetch 1,contr
+	iadd rega,rega
+	loop calc_check_sum_loop
+calc_check_sum_and:
+	and rega,0xff,pdata
+	rtn
+
+car_le_receive_data:	
+	fetch 1,mem_le_att_opcode
+	beq ATTOP_WRITE_REQUEST,car_le_parse_att_write_request
+	rtn
+car_le_parse_att_write_request:
+	fetch 2,mem_le_att_handle
+	beq ATT_CAR_CONTROL_HANDLE,car_control_le_receive
+	rtn
+
+/*
+*	typedef struct
+*	{
+*		2byte	packet_head				(mem_app_receive_temp)
+*		1byte	packet_cmd				(mem_app_receive_temp+2)
+*		2byte	packet_payload_length	(mem_app_receive_temp+3)
+*		10byte	packet_payload			(mem_app_receive_temp+5)
+*		1byte	packet_check_sum		(mem_app_receive_temp+15)
+*	}
+*/
+le_app_receive_data:
+	bpatch patch05_3,mem_patch05
+	ifetch 5,rega
+	store 5,mem_app_receive_temp
+	fetch 2,mem_app_receive_temp
+	arg LE_RECEIVE_PACKET_HEAD,temp
+	isub temp,null
+	nrtn zero
+	fetch 2,mem_app_receive_temp+3
+	byteswap pdata,pdata
+	store 2,mem_app_receive_temp+3
+	copy pdata,loopcnt
+	increase 5,rega
+	copy rega,contr
+	arg mem_app_receive_temp+5,contw
+	call memcpy
+	ifetch 1,contr
+	store 1,mem_app_receive_temp+15
+	arg mem_app_receive_temp+2,rega
+	arg mem_app_receive_temp+5,regb
+	rtn
+
+car_control_le_receive:
+	setarg 0
+	store 5,mem_le_receive_payload
+	store 5,mem_le_receive_payload+5
+	call le_app_receive_data
+	copy regb,contr
+	arg mem_le_receive_payload,contw
+	arg 10,loopcnt
+	call memcpy
+car_receive_cmd_select:
+	bpatch patch05_4,mem_patch05
+	ifetch 1,rega
+	beq CAR_CMD_OLD_CAR_CONTROL,car_drive_old
+	beq CAR_CMD_OLD_SPEED_CONTROL,car_speed_set_old
+	beq CAR_CMD_L_R_MOTOR_CONTROL,car_motor_control
+	beq CAR_CMD_F_B_MOTOR_CONTROL,car_motor_control
+//	beq CAR_CMD_IR_CONTROL,car_ir_data_rx_from_app
+	beq CAR_CMD_LED_CONTROL,car_led_control_receive
+	beq CAR_CMD_DEVICE_INFO,car_info_request
+	rtn
+
+car_24g_receive_data:
+	call car_control_le_receive
+	fetch 1,mem_app_receive_temp+2	//cmd
+	beq CAR_CMD_L_R_MOTOR_CONTROL,car_24g_receive_data_next
+	beq CAR_CMD_F_B_MOTOR_CONTROL,car_24g_receive_data_next
+	rtn
+car_24g_receive_data_next:
+	fetch 1,mem_le_receive_payload	//moto1
+	ncall car_moto1_enable_blank_data_timer,blank
+	fetch 1,mem_le_receive_payload+2	//moto2
+	ncall car_moto2_enable_blank_data_timer,blank
+	fetch 1,mem_le_receive_payload+4	//moto3
+	rtn blank
+	branch car_moto3_enable_blank_data_timer,blank
+
+car_moto1_enable_blank_data_timer:
+	jam 5,mem_car_moto1_blank_timer
+	rtn
+car_moto2_enable_blank_data_timer:
+	jam 5,mem_car_moto2_blank_timer
+	rtn
+car_moto3_enable_blank_data_timer:
+	jam 5,mem_car_moto3_blank_timer
+	rtn
+
+car_moto1_blank_data_timer:
+	arg mem_car_moto1_blank_timer,regc
+	arg car_moto1_blank_data,regb
+	branch timer_single_step
+car_moto2_blank_data_timer:	
+	arg mem_car_moto2_blank_timer,regc
+	arg car_moto2_blank_data,regb
+	branch timer_single_step
+car_moto3_blank_data_timer:		
+	arg mem_car_moto3_blank_timer,regc
+	arg car_moto3_blank_data,regb
+	branch timer_single_step
+
+car_moto1_blank_data:
+	jam 0,mem_le_receive_payload
+	branch car_motor_control
+car_moto2_blank_data:
+	jam 0,mem_le_receive_payload+2
+	branch car_motor_control
+car_moto3_blank_data:
+	jam 0,mem_le_receive_payload+4
+	branch car_motor_control
+	
+	
+///////////////////////Motor//////////////////////////////////////////
+
+car_drive_old:	
+	fetch 1,mem_le_receive_payload
+	store 1,mem_motor1_status
+	fetch 1,mem_le_receive_payload+1
+	store 1,mem_motor2_status
+	branch car_motor_control_common
+
+
+	
+car_left_right_control_old:
+	fetch 1,mem_le_receive_payload
+	store 1,mem_motor2_status
+	branch car_motor2_control
+car_front_back_control_old:
+	fetch 1,mem_motor1_speed
+	call car_reset_old_speed
+	fetch 1,mem_le_receive_payload+1
+	store 1,mem_motor1_status
+	branch car_motor1_control
+car_reset_old_speed:
+	beq SPEED_LEVEL_2,car_reset_old_speed2
+	beq SPEED_LEVEL_3,car_reset_old_speed3
+	store 1,mem_motor1_speed
+	rtn
+car_reset_old_speed2:
+	jam SPEED_LEVEL_5,mem_motor1_speed
+	rtn
+car_reset_old_speed3:
+	jam SPEED_LEVEL_10,mem_motor1_speed
+	rtn
+car_speed_set_old:
+	fetch 1,mem_le_receive_payload
+	call car_reset_old_speed
+	fetch 1,mem_motor1_speed
+	call car_motor_speed_duty_setting
+	call car_motor_speed_duty_transform
+	jam 0x00,mem_pdatatemp+1	//pwm channel0
+	branch pwm_duty_cycle_set
+
+car_motor_control:
+	fetch 1,mem_car_24g_go_die_flag
+	nrtn blank
+	fetch 6,mem_le_receive_payload
+	store 6,mem_motor1_status
+	fetch 1,mem_motor1_speed
+	fetcht 1,mem_motor2_speed
+	iand temp,pdata
+	fetcht 1,mem_motor3_speed
+	iand temp,pdata
+	call car_motor_working_flag,blank	
+car_motor_control_common:
+	bpatch patch05_5,mem_patch05
+	fetch 2,mem_ui_state_map
+	isolate1 UI_STATE_BLE_CONNECTED,pdata
+	ncall car_lpm_timer_enable,true
+	call car_motor1_control
+	call car_motor2_control
+	branch car_conn_led_state
+
+car_conn_led_state:
+	fetch 1,mem_motor1_status
+	fetcht 1,mem_motor2_status
+	iadd temp,pdata
+	nbranch check_51cmd_led_on,blank
+	branch check_51cmd_led_off	
+
+car_motor1_control:
+	arg mem_motor1_status,contr
+	branch car_motor1_status_select
+car_motor2_control:
+	arg mem_motor2_status,contr
+	branch car_motor2_status_select
+car_motor3_control:
+	arg mem_motor3_status,contr
+	branch car_motor_status_select
+car_motor_working_flag:
+	jam 0,mem_car_working_flag
+	rtn
+
+car_motor1_status_select:
+	ifetch 1,contr
+	beq TURN_FRONT,car_lr_motor_stop
+	beq TURN_LEFT,car_lr_motor_left
+	beq TURN_RIGHT,car_lr_motor_right
+	rtn
+car_motor2_status_select:
+	ifetch 1,contr
+	beq MOTOR_STOP,car_fb_motor_stop
+	beq GO_BACK,car_fb_motor_front
+	beq GO_FRONT,car_fb_motor_back
+	rtn
+
+car_lr_motor_stop:
+	fetcht 1,mem_car_motor_left_gpio
+	call gpio_out_inactive
+	fetcht 1,mem_car_motor_right_gpio
+	branch gpio_out_inactive
+car_lr_motor_left:
+	fetcht 1,mem_car_motor_left_gpio
+	call gpio_out_active
+	fetcht 1,mem_car_motor_right_gpio
+	branch gpio_out_inactive
+car_lr_motor_right:
+	fetcht 1,mem_car_motor_left_gpio
+	call gpio_out_inactive
+	fetcht 1,mem_car_motor_right_gpio
+	branch gpio_out_active
+car_fb_motor_stop:
+	fetcht 1,mem_car_motor_front_gpio
+	call gpio_out_inactive
+	fetcht 1,mem_car_motor_back_gpio
+	branch gpio_out_inactive
+car_fb_motor_front:
+	fetcht 1,mem_car_motor_front_gpio
+	call gpio_out_active
+	fetcht 1,mem_car_motor_back_gpio
+	branch gpio_out_inactive
+car_fb_motor_back:
+	fetcht 1,mem_car_motor_front_gpio
+	call gpio_out_inactive
+	fetcht 1,mem_car_motor_back_gpio
+	branch gpio_out_active
+
+	
+
+
+car_motor_status_select:
+	bpatch patch05_6,mem_patch05
+	ifetch 1,contr
+	beq MOTOR_STOP,car_motor_stop
+	beq GO_FRONT,car_motor_positive
+	beq GO_BACK,car_motor_negative
+	rtn
+car_motor_positive:
+	jam 0,mem_motor_select_p_n
+	branch car_motor_negative+1
+car_motor_negative:
+	jam 1,mem_motor_select_p_n
+	ifetch 1,contr
+	store 1,mem_car_motor_speed
+	ifetch 8,regb
+	branch car_motor_work
+
+car_motor_stop:
+	ifetch 1,regb
+	call pwm_disable
+	increase 1,regb
+	ifetch 1,regb
+	branch pwm_disable
+car_motor_work:
+	store 8,mem_motor_pwm_pin1_set
+	jam 1,mem_car_working_flag
+	fetch 1,mem_motor_select_p_n
+	beq 0,car_motor_select_positive
+car_motor_select_negative:
+	fetch 1,mem_motor_pwm_pin2_set
+	store 1,mem_motor_pwm_pin_set
+	fetch 1,mem_motor_pwm_pin1_set
+car_motor_work_next:
+	call pwm_disable
+	fetch 1,mem_car_motor_speed
+	call car_motor_speed_duty_setting
+	store 1,mem_motor_pwm_dute_set
+	fetch 6,mem_motor_pwm_pin_set
+	store 6,mem_pdatatemp
+	branch pwm_out_set
+car_motor_select_positive:
+	fetch 1,mem_motor_pwm_pin1_set
+	store 1,mem_motor_pwm_pin_set
+	fetch 1,mem_motor_pwm_pin2_set
+	branch car_motor_work_next
+
+car_motor_speed_duty_setting:
+	mul32 pdata,5,pdata
+	add pdata,50,pdata
+	rtn
+car_motor_speed_duty_transform:
+	arg 12000,temp
+	imul32 temp,pdata
+	div pdata,100
+	call wait_div_end
+	quotient temp
+	copy temp,rega
+	setarg 12000
+	isub temp,regb
+	rtn
+
+//car_ir_data_rx_from_app:
+//	rtn
+
+car_led_control_receive:
+	fetch 8,mem_le_receive_payload
+	store 8,mem_car_led_control
+	rtn
+
+car_info_request:
+	fetch 1,mem_car_config_device_select
+	store 1,mem_car_info_request_payload
+	fetch 1,mem_car_config_motor_layout
+	store 1,mem_car_info_request_payload+1
+	fetch 1,mem_car_config_ir_enable
+	store 1,mem_car_info_request_payload+2
+	arg 13,loopcnt
+	arg mem_car_info_request_head,contr
+	call calc_check_sum_start
+	store 1,mem_car_info_request_checksum
+	arg mem_car_info_request,rega
+	branch queue_push
+
+
+/************************************G24 CAR RX FUNC START**************************************/
+car_g24_init:
+	setarg 0
+	store 8,mem_24g_bind_payload
+	call g24_receive_init
+	call g24_rx_window_init
+	branch g24_mode_switch_init
+
+car_g24_receive_process:
+	call car_g24_mode_switch
+	call car_g24_work_mode
+	call car_g24_bind_mode
+	branch car_g24_lpm_dipatch
+
+car_g24_mode_switch:
+	call g24_mode_switch_bind_work
+car_g24_bind_mode_enable:
+	fetch 1,mem_24g_work_mode
+	rtnne DONGLE_BIND
+	fetch 1,mem_car_24g_bind_enable_delay_count	//after power on 10s,enable bind
+	nbranch g24_switch_work_mode,blank
+	fetch 1,mem_car_24g_status	//after paired,disable bind mode
+	beq WORK_SEARCH,g24_switch_work_mode
+	rtn
+
+car_g24_work_mode:
+	fetch 1,mem_24g_work_mode
+	rtnne DONGLE_WORK
+	call car_g24_work_mode_start
+	branch car_g24_ch_polling_clear,user3
+car_g24_receive_ch_polling:
+	fetch 1,mem_car_enter_lpm_flag
+	rtn blank
+	fetch 1,mem_car_24g_ch_polling
+	increase 1,pdata
+	store 1,mem_car_24g_ch_polling
+	beq 4,car_g24_ch_polling_clear
+	call g24_ch
+	call car_g24_receive_packet_start
+	nbranch car_g24_receive_ch_polling,user3
+car_g24_ch_polling_clear:
+	jam 0,mem_car_24g_ch_polling
+	rtn
+car_g24_work_mode_start:
+	fetch 1,mem_24g_work_mode
+	rtnne DONGLE_WORK
+	call car_g24_work_init
+	call g24_ch_process
+	branch car_g24_receive_packet_start
+car_g24_work_init:
+	fetch 1,mem_24g_mode_init
+	rtnbit1 DONGLE_WORK
+	set1 DONGLE_WORK,pdata
+	store 1,mem_24g_mode_init
+	fetch 1,mem_tx_power_temp
+	store 1,mem_tx_power
+	jam 0,mem_24g_ackpayload_enable
+	jam 0,mem_usb_tx_enable
+	jam 1,mem_24g_abort_packet
+	jam 0,mem_24g_pid
+	//fetch 4,mem_lap
+	fetch 4,mem_car_24g_commom_addr
+	branch g24_work_init+11
+car_g24_receive_packet_start:	
+	call g24_receive_transmit_ack
+	nbranch g24_rx_interrupt_clear,user3
+p_g24_receive_packet_parse:
+	call g24_receive_packet_parse_pid_crc
+	nbranch g24_rx_interrupt_clear,user
+	fetch 1,mem_24g_rxdata_length
+	branch g24_rx_interrupt_clear,blank
+	increase 2,pdata
+	iforce loopcnt
+	arg mem_24g_rxbuf,contr
+	arg mem_24g_rxdata_temp,contw
+	call memcpy
+	jam 0,mem_24g_mode_switch
+	fetch 1,mem_24g_pair_mode
+	call g24_enable_nodata_timer,blank
+	fetch 1,mem_24g_rxdata_temp+2
+	beq DATATYPE_ATTEMP,car_g24_data_attemp	//reconn packet
+	beq DATATYPE_DEVICE1,car_g24_data_device1	//mouse
+	branch g24_receive_packet_parse+14
+car_g24_data_attemp:
+	call check_51cmd_led_on
+	branch g24_data_attemp	
+car_g24_data_device1:
+	call g24_ch_timer_reinit
+	fetch 1,mem_24g_abort_packet
+	fetcht 1,mem_24g_rxdata_temp
+	isolate1 bit_abort,temp
+	setflag true,0,pdata
+	store 1,mem_24g_abort_packet
+	beq 1,car_g24_data_attemp_device1_abort
+	branch g24_data_device1+7
+car_g24_data_attemp_device1_abort:
+	fetch 1,mem_device_option
+	sub pdata,dvc_op_car,null
+	call check_51cmd_led_on,zero
+	fetch 4,mem_24g_rxdata_temp+10
+	branch g24_store_device1_addr
+	
+car_g24_bind_mode:
+	fetch 1,mem_24g_work_mode
+	rtnne DONGLE_BIND
+	call g24_bind_init
+	call car_g24_bind_device_addr
+	call g24_bind_data_process
+	fetch 1,mem_24g_bind_device_status
+	nbranch car_g24_bind_mode_exit,blank
+	call g24_nodata_process
+	fetch 1,mem_24g_nodata_timer_enable
+	rtn blank
+	setarg 0
+	store 4,mem_24g_device1_addr
+	rtn
+car_g24_bind_mode_exit:
+	jam 0,mem_24g_mode_switch
+	arg 0,rega
+	call check_51cmd_led_on
+	call g24_switch_work_mode
+	call g24_timer_init
+
+        fetch 4,mem_24g_lap
+        store 4,mem_car_24g_commom_addr
+        fetch 1,mem_car_save_addr_flag
+        ncall car_g24_save_commom_addr,blank
+		
+	fetch 4,mem_car_24g_commom_addr
+	branch g24_update_addr_and_synccrc8
+
+car_g24_save_commom_addr:
+
+        fetch 1,mem_car_save_addr_flag
+        rtn blank
+	fetch 1,mem_24g_transmitter_addr+1	//Tx lap H
+	store 1,mem_car_24g_commom_addr+3
+
+	fetch 1,mem_24g_lap+1				//Rx lap H
+	store 1,mem_car_24g_commom_addr+2
+
+	fetch 1,mem_24g_transmitter_addr	//Tx lap L
+	store 1,mem_car_24g_commom_addr+1
+
+	fetch 1,mem_24g_lap					//Rx lap L
+	store 1,mem_car_24g_commom_addr
+ifdef CAR_TEST_FUNCTION
+        rtn
+endif // CAR_TEST_FUNCTION  	
+	call car_g24_search_commom_addr
+	fetch 4,mem_car_24g_commom_addr
+	fetcht 4,mem_car_24g_commom_addr_temp 
+	isub temp,null
+	rtn zero        
+        copy regc,pdata
+        arg mem_car_24g_commom_addr,rega
+        arg 4,loopcnt        
+        call otp_write
+        rtn
+car_g24_load_commom_addr:
+
+        fetch 4,mem_24g_lap
+        store 4,mem_car_24g_commom_addr
+        fetch 1,mem_car_save_addr_flag
+        rtn blank
+ifdef CAR_TEST_FUNCTION
+        rtn
+endif // CAR_TEST_FUNCTION         
+        call car_g24_search_commom_addr
+        fetch 4,mem_car_24g_commom_addr_temp
+        rtn blank
+        store 4,mem_car_24g_commom_addr
+        rtn
+
+/* regc=otp start address and output */        
+car_g24_search_commom_addr:
+ifdef CAR_TEST_FUNCTION
+        rtn
+endif // CAR_TEST_FUNCTION 
+        fetch 1,mem_car_save_addr_flag
+        rtn blank
+        arg OTP_OFFSET_CAR_COMMOM_START_ADDR,regc
+car_g24_search_commom_addr_loop:
+        copy regc,pdata
+        arg mem_car_24g_commom_addr_temp,rega
+        arg 4,temp
+        call otpd_read_data_with_pwr_operation
+        fetch 4,mem_car_24g_commom_addr_read
+        rtn blank    
+        store 4,mem_car_24g_commom_addr_temp
+        copy regc,pdata
+        arg OTP_OFFSET_CAR_COMMOM_END_ADDR,temp
+        isub temp,null
+        rtn positive        
+        increase 4,regc
+        branch car_g24_search_commom_addr_loop
+        
+car_g24_bind_device_addr:
+	fetch 4,mem_24g_device1_addr
+	rtn blank
+	branch g24_update_addr_and_synccrc8
+
+car_g24_cb_data_device1:
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BLE_CONNECTED
+	fetch 2,mem_car_24g_no_data_timeout_count
+	store 2,mem_car_24g_no_data_timeout_timer
+	jam WORK_PAIRED,mem_car_24g_received_pac
+	arg mem_24g_rxdata_temp+3,rega
+	branch car_24g_receive_data
+
+car_g24_lpm_dipatch:
+	fetch 1,mem_car_enter_lpm_flag
+	rtn blank
+	call car_g24_lpm_wait
+	nrtn user
+	fetch 3,mem_24g_enter_hibernate	//about 1000ms
+	call clk2lpo
+	storet 4,mem_sleep_counter
+  	branch lpm_sleep
+car_g24_lpm_wait:
+	enable user
+	call lpo_calibration
+	fetch 3,mem_clks_per_lpo
+	branch disable_user,blank
+	branch car_le_process_lpm_before
+
+endif
+
+
+
Index: program/app_dongle.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_dongle.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_dongle.prog	(working copy)
@@ -0,0 +1,548 @@
+ifdef COMPILE_DONGLE
+
+dongle_init:
+	setarg dongle_dispatch
+	store 2,mem_cb_24g_receive_process
+	setarg dongle_g24_mouse
+	store 2,mem_cb_24g_data_device1
+	setarg dongle_g24_kb
+	store 2,mem_cb_24g_data_device2
+	setarg dongle_ackpayload_prep
+	store 2,mem_cb_24g_ackpayload
+	setarg dongle_usb_config
+	store 2,mem_cb_usb_config
+	branch usb_init
+
+
+dongle_default_init:
+	bpatch patch05_7,mem_patch05
+	//sys init
+	call dongle_read_kb_bind_status
+//	call dongle_xtal_select
+//	fetch 1,mem_dg_sys_config
+//	isolate1 DG_ENABLE_EEPROM,pdata
+//	branch dongle_default_no_eeprom,true
+//	fetch 1,mem_dg_sys_config
+//	isolate1 DG_ENABLE_NEW_CHMAP,pdata
+//	call g24_chamap_param_update,true
+//dongle_default_no_eeprom:
+//	fetch 1,mem_dg_24g_tx_power_default
+//	store 1,mem_tx_power
+	//24g init
+//	jam 0xff,mem_rssi_buff_index
+//	setarg mem_dg_rssi_noise_buffer
+//	store 2,mem_rssi_noise_buffer_ptr
+//	setarg mem_dg_rssi_noise_dg_buffer
+//	store 2,mem_rssi_noise_self_buffer_ptr
+//	setarg mem_dg_rssi_noise_ms_buffer
+//	store 2,mem_rssi_noise_device1_buffer_ptr
+//	setarg mem_dg_rssi_noise_kb_buffer
+//	store 2,mem_rssi_noise_device2_buffer_ptr
+//	jam TX_POWER_F5DB,mem_24g_pair_tx_power
+	jam 0,mem_dg_kb_bind_success
+	jam 0,mem_24g_bind_device_living
+//	call g24_enable_1M
+//	fetch 1,mem_dg_sys_config
+//	isolate1 DG_ENABLE_24G_2M,pdata
+//	call g24_enable_2M,true
+	call g24_receive_init
+	call g24_pair_param_init
+	call g24_chmap_param_init
+	//usb init
+//	fetch 1,mem_dg_usb_tx_interval
+//	store 1,mem_usb_tx_interval
+//	fetch 9,mem_dg_usb_vid_pid
+//	store 9,mem_usb_vid_pid
+	//watchdog init
+	call wdt_set_enable
+	branch wdt_kick_128ms
+
+
+//dongle_xtal_select:
+//	jam XTAL_24M,mem_fcomp_div
+//	fetch 1,mem_dg_sys_config
+//	rtnbit0 DG_ENABLE_XTAL_24M
+//	jam XTAL_16M,mem_fcomp_div
+//	rtn
+
+dongle_dispatch:
+	fetch 1,mem_24g_pair_mode
+	beq 0x00,dongle_auto_bind
+	beq 0x01,dongle_pc_bind
+	beq 0x0f,dongle_all_powerful
+	rtn
+
+
+dongle_read_kb_bind_status:
+	bpatch patch06_0,mem_patch06
+	setarg DONGLE_KB_BIND_EFUSE_OFFECT
+	arg mem_dg_kb_bind_flag,rega
+	arg 1,temp
+	branch otpd_read_data_with_pwr_operation
+
+dongle_write_kb_bind_status:
+	bpatch patch06_1,mem_patch06
+	arg 1,loopcnt
+	arg mem_dg_kb_bind_flag,rega
+	arg DONGLE_KB_BIND_EFUSE_OFFECT,pdata
+	branch otp_write
+
+dongle_usb_config:
+	fetch 1,mem_dg_sys_config
+	bbit1 DG_ENABLE_KB_ICON,dongle_usb_config_kb
+	fetch 1,mem_dg_kb_bind_flag
+	bne DONGLE_KB_BIND_SUCCESS,dongle_usb_config_param
+dongle_usb_config_kb:
+	jam DONGLE_KB_BIND_SUCCESS,mem_dg_kb_bind_flag
+	fetch 4,USB_DEVICEDATA_ADDR+9
+	set1 29,pdata
+	store 4,mem_devicedesc+9
+dongle_usb_config_param:
+	fetch 1,mem_dg_usb_device_iserial_number
+	store 1,mem_devicedesc+17
+	call dongle_usb_device_name
+	call usb_tx_interval_config
+	call dongle_usb_vid_pid_config
+	branch dongle_usb_hid_icon_config
+
+dongle_usb_vid_pid_config:
+	fetch 1,mem_usb_vid_pid
+	rtn blank
+	fetch 1,mem_dg_kb_bind_flag
+	beq DONGLE_KB_BIND_SUCCESS,dongle_usb_vid_pid_for_suit
+dongle_usb_vid_pid_for_mouse_only_auto_pair:	
+	fetch 4,mem_usb_vid_pid+1
+dongle_usb_vid_pid_store:	
+	store 4,mem_devicedesc+9
+	rtn
+dongle_usb_vid_pid_for_suit:
+	fetch 4,mem_usb_vid_pid+5
+	branch dongle_usb_vid_pid_store
+
+dongle_usb_hid_icon_config:
+	fetch 1,mem_dg_kb_bind_flag
+	beq DONGLE_KB_BIND_SUCCESS,dongle_usb_kb_hidreportdesc
+	setarg USB_KBDATA_VENDOR_DEFINE_ADDR
+	store 2,mem_hidreportdesc_kb
+	jam 0x1a,mem_confdesc+26//hid_descriptor--keyboard length
+	rtn
+dongle_usb_kb_hidreportdesc:
+	setarg USB_KBDATA_ADDR
+	store 2,mem_hidreportdesc_kb
+	jam 0x3f,mem_confdesc+26//hid_descriptor--keyboard length	
+	rtn
+
+dongle_usb_device_name:
+	fetch 1,mem_dg_usb_device_name
+	rtn blank
+	arg mem_dg_usb_device_name,contr
+	arg mem_string2,contw
+	arg 30,loopcnt
+	branch memcpy
+
+
+dongle_all_powerful:
+	call g24_switch_work_mode
+dongle_all_powerful_loop:
+	call dongle_work_mode_auto
+	call dongle_usb_dispatch
+	branch dongle_all_powerful_loop
+
+dongle_pc_bind:
+	call g24_switch_work_mode
+dongle_pc_bind_loop:	
+	call dongle_work_mode_auto
+	call g24_bind_mode_auto
+	call dongle_usb_dispatch
+	branch dongle_pc_bind_loop
+
+dongle_g24_blank_data_process:
+	call dongle_g24_ms_blank_data
+	call dongle_g24_kb_blank_data
+	branch dongle_g24_kb_mul_blank_data
+
+dongle_g24_ms_blank_data:
+	bpatch patch06_2,mem_patch06
+	fetch 1,mem_dg_ms_blank_data_enable
+	rtn blank
+	arg G24_TIMER_MS_BLANK,queue
+	call timer_check
+	nrtn blank
+	jam 0,mem_dg_ms_blank_data_enable
+	setarg MS_REPORT_ID
+	store 1,mem_usb_mouse_data
+	setarg 0
+	istore 7,contw
+dongle_usb_tx_ms_data:
+	jam USB_EP2_MS,mem_usb_ep2_data
+dongle_usb_tx_enable_ep2:
+	fetch 1,mem_usb_tx_enable
+	set1 2,pdata
+	store 1,mem_usb_tx_enable
+	rtn
+
+dongle_g24_kb_blank_data:
+	bpatch patch06_3,mem_patch06
+	fetch 1,mem_dg_kb_blank_data_enable
+	rtn blank
+	arg G24_TIMER_KB_BLANK,queue
+	call timer_check
+	nrtn blank
+	jam 0,mem_dg_kb_blank_data_enable
+	arg mem_usb_kb_data,contw
+	arg 2,loopcnt
+	call memset0
+	fetch 8,mem_usb_kb_data
+	store 8,mem_dg_kb_data_last_data
+dongle_usb_tx_kb_data:	
+	jam KB_NORMAL_REPORT_ID,mem_usb_kb_data
+dongle_usb_tx_enable_ep1:
+	jam USB_EP1_KB,mem_usb_ep1_data
+	fetch 1,mem_usb_tx_enable
+	set1 1,pdata
+	store 1,mem_usb_tx_enable
+	rtn
+
+dongle_g24_kb_mul_blank_data:
+	bpatch patch06_4,mem_patch06
+	fetch 1,mem_dg_kb_mul_blank_data_enable
+	rtn blank
+	arg G24_TIMER_KB_MUL_BLANK,queue
+	call timer_check
+	nrtn blank
+	jam 0,mem_dg_kb_mul_blank_data_enable
+	arg mem_usb_kb_multikey,contw
+	arg 2,loopcnt
+	call memset0
+	jam KB_MULTIKEY_REPORT_ID,mem_usb_kb_multikey
+	fetch 3,mem_usb_kb_multikey
+	store 3,mem_dg_kb_multikey_last_data	
+dongle_usb_tx_multikey_data:
+	jam USB_EP2_MULTIKEY,mem_usb_ep2_data
+	branch dongle_usb_tx_enable_ep2
+
+dongle_usb_dispatch:
+	bpatch patch06_5,mem_patch06
+	call wdt_kick_128ms
+	fetch 1,mem_usb_remote_wakeup
+	call dongle_clear_pc_sleep_flag,blank
+	call usb_isr
+	fetch 1,mem_usb_ep3_out_data_flag
+	nbranch dongle_usb_rx_ep3,blank
+	fetch 1,mem_usb0_get_set_report
+	rtn blank
+	jam 0,mem_usb0_get_set_report
+	fetch 2,mem_usb_setup_bValue_temp
+	arg PC_SET_REPORT,temp
+	isub temp,null
+	nrtn zero
+	//get usb host command
+	fetch 1,mem_usb0_set_report_data
+	rtnne PC_REPORT_ID
+	fetch 1,mem_usb0_set_report_data+1
+	beq COMMAND_MODE,dongle_dispose_cmd_mode
+	beq COMMAND_BIND,dongle_dispose_cmd_bind
+	beq COMMAND_CURRENT_PROJECT,dongle_dispose_cmd_current_project
+	beq COMMAND_CURRENT_MODE,dongle_dispose_cmd_current_mode
+	beq COMMAND_CURRENT_FW_VERSION,dongle_dispose_cmd_current_fw_version
+dongle_usb0_data_ready_report_set0:
+	jam 0,mem_usb0_data_ready_report
+	rtn
+
+dongle_usb_rx_ep3:
+	jam 0,mem_usb_ep3_out_data_flag
+	fetch 1,mem_usb_ep3_out_data_len
+	rtn blank
+	fetch 2,mem_cb_usb_ep3_process
+	branch callback_func
+
+
+dongle_dispose_cmd_mode:
+	fetch 1,mem_usb0_set_report_data+2
+	beq COM_MODE_BIND,dongle_enter_bind_mode
+	branch dongle_usb0_data_ready_report_set0
+dongle_enter_bind_mode:
+	call g24_bind_mode_enable
+dongle_usb0_data_ready_report_set1:
+	jam 1,mem_usb0_data_ready_report
+	rtn
+
+dongle_dispose_cmd_bind:
+	fetch 1,mem_usb0_set_report_data+2
+	beq COM_BIND_GET,dongle_dispose_cmd_get_bind
+	beq COM_BIND_EXIT,dongle_dispose_cmd_exit_bind
+	beq COM_READ_MODE,dongle_dispose_cmd_read_mode
+	branch dongle_usb0_data_ready_report_set0
+dongle_dispose_cmd_get_bind:
+	fetch 1,mem_24g_bind_device_status
+	store 1,mem_usb0_get_report_data+1
+	branch dongle_usb0_data_ready_report_set1
+dongle_dispose_cmd_exit_bind:
+	call g24_work_mode_enable
+	branch dongle_dispose_cmd_get_bind
+dongle_dispose_cmd_read_mode:
+dongle_dispose_in_bind_mode:
+	jam COMMAND_BIND,mem_usb0_get_report_data+1
+	branch dongle_usb0_data_ready_report_set1	
+
+dongle_dispose_cmd_current_project:
+	jam PRODUCT_ID,mem_usb0_get_report_data+1
+	branch dongle_usb0_data_ready_report_set1
+
+dongle_dispose_cmd_current_mode:
+	fetch 1,mem_24g_work_mode
+	beq DONGLE_WORK,dongle_dispose_in_work_mode
+	beq DONGLE_BIND,dongle_dispose_in_bind_mode
+	rtn
+dongle_dispose_in_work_mode:
+	jam COMMAND_MODE,mem_usb0_get_report_data+1
+	branch dongle_usb0_data_ready_report_set1
+	
+dongle_dispose_cmd_current_fw_version:
+	jam FW_VERSION0,mem_usb0_get_report_data+1
+	jam FW_VERSION1,mem_usb0_get_report_data+2
+	jam FW_VERSION2,mem_usb0_get_report_data+3
+	jam FW_VERSION3,mem_usb0_get_report_data+4
+	branch dongle_usb0_data_ready_report_set1
+
+
+dongle_auto_bind:
+	call g24_mode_switch_init
+dongle_auto_bind_loop:
+	call g24_mode_switch_bind_work
+	call g24_mode_switch_bind_search
+	call dongle_work_mode_auto
+	call g24_bind_mode_auto
+	call g24_search_mode_auto
+	call dongle_usb_dispatch
+	branch dongle_auto_bind_loop
+
+dongle_work_mode_auto:
+	bpatch patch06_6,mem_patch06
+	fetch 1,mem_24g_work_mode
+	rtnne DONGLE_WORK
+	call g24_work_mode_start
+	call dongle_g24_blank_data_process
+	fetch 1,mem_24g_pair_mode
+	nrtn blank
+	branch g24_nodata_process
+
+dongle_ackpayload_prep:
+	fetch 1,mem_24g_data_type
+	beq DATATYPE_DEVICE1,dongle_ackpayload_prep_mouse
+	beq DATATYPE_DEVICE2,dongle_ackpayload_prep_keyboard
+dongle_ackpayload_prep_mouse:
+	fetch 1,mem_dg_pc_sleep_flag
+	bbit1 0,dongle_pc_sleep_ackpayload_prep_mouse
+	branch dongle_ackpayload_prep_end
+
+dongle_set_pc_sleep_flag:
+	fetch 1,mem_device_option
+	rtnne dvc_op_dongle
+	jam 3,mem_dg_pc_sleep_flag
+	rtn
+dongle_clear_pc_sleep_flag:
+	jam 0,mem_dg_pc_sleep_flag
+	rtn
+
+dongle_ackpayload_prep_keyboard:
+	fetch 1,mem_dg_pc_sleep_flag
+	bbit1 1,dongle_pc_sleep_ackpayload_prep_keyboard
+dongle_ackpayload_prep_end:
+	fetch 1,mem_24g_ackpayload_enable
+	beq BIND_ACKPAYLOAD,dongle_g24_bind_ackpayload_prep
+	beq KB_LED_ACKPAYLOAD,dongle_g24_kb_led_ackpayload_prep
+	rtn
+
+dongle_pc_sleep_ackpayload_prep_mouse:
+	fetch 1,mem_dg_pc_sleep_flag
+	set0 0,pdata
+	store 1,mem_dg_pc_sleep_flag
+	branch dongle_pc_sleep_ackpayload_prep
+
+dongle_pc_sleep_ackpayload_prep_keyboard:
+	fetch 1,mem_dg_pc_sleep_flag
+	set0 1,pdata
+	store 1,mem_dg_pc_sleep_flag
+dongle_pc_sleep_ackpayload_prep:
+	jam 0x01,mem_24g_datalen
+	setarg 0xff
+	store 1,mem_24g_txbuf
+	rtn
+
+
+dongle_g24_bind_ackpayload_prep:
+	jam 1,mem_24g_ackpayload_enable
+	call g24_binding_device_check	//works on auto pair only
+	nrtn user3
+	branch g24_bind_ackpayload_prep
+
+dongle_g24_kb_led_ackpayload_prep:
+	fetch 1,mem_24g_rxbuf+2
+	beq DATATYPE_DEVICE1,dongle_g24_bind_ackpayload_prep
+	beq DATATYPE_ATTEMP,dongle_g24_bind_ackpayload_prep
+	jam 0,mem_usb_tx_win_enable
+	jam 0x01,mem_24g_datalen
+	fetch 1,mem_24g_led_status
+	store 1,mem_24g_txbuf
+	rtn
+
+dongle_g24_mouse:
+	setarg MS_REPORT_ID
+	store 1,mem_usb_mouse_data	//report id
+	fetch 7,mem_24g_rxdata_temp+3	//key
+	istore 7,contw
+	fetch 1,mem_24g_rxdata_temp+3	//key
+	ncall dongle_g24_ms_enable_blank_data_forcibly,blank//get kb data
+	fetch 1,mem_24g_rxdata_temp+3	//key
+	call dongle_g24_ms_disable_blank_data_forcibly,blank
+	branch dongle_usb_tx_ms_data
+
+dongle_g24_ms_enable_blank_data_forcibly:
+	jam 1,mem_dg_ms_blank_data_enable
+	setarg TIMER_MS_BLANK_DELAY
+	arg G24_TIMER_MS_BLANK,queue
+	branch timer_init
+
+dongle_g24_ms_disable_blank_data_forcibly:
+	jam 0,mem_dg_ms_blank_data_enable
+	setarg 0
+	arg G24_TIMER_MS_BLANK,queue
+	branch timer_init
+
+dongle_g24_kb:
+	fetch 1,mem_24g_rxdata_temp+3
+	beq 0,dongle_g24_kb_type0	//normal key
+	beq 2,dongle_g24_kb_type2	//system key
+	beq 3,dongle_g24_kb_type3	//multikey
+	branch g24_rx_interrupt_clear
+
+dongle_g24_kb_type0:
+	fetch 1,mem_24g_rxdata_temp+5
+	store 1,mem_24g_ackpayload_enable
+	jam 0,mem_24g_rxdata_temp+5
+	arg mem_usb_kb_data,contw
+	arg mem_24g_rxdata_temp+4,contr
+	arg 8,loopcnt
+	call memcpy
+	fetch 8,mem_usb_kb_data
+	ncall dongle_g24_kb_enable_blank_data_forcibly,blank//get kb data
+	fetch 8,mem_usb_kb_data	
+	call dongle_g24_kb_disable_blank_data_forcibly,blank
+	fetch 8,mem_usb_kb_data
+	store 8,mem_dg_kb_data_sta_data
+	fetcht 8,mem_dg_kb_data_last_data
+	isub temp,null
+	ncall dongle_usb_tx_enable_ep1,zero
+	fetch 8,mem_dg_kb_data_sta_data
+	store 8,mem_dg_kb_data_last_data
+	branch g24_rx_interrupt_clear
+
+dongle_g24_kb_enable_blank_data_forcibly:
+	jam 1,mem_dg_kb_blank_data_enable
+	setarg TIMER_KB_BLANK_DELAY
+	arg G24_TIMER_KB_BLANK,queue
+	branch timer_init
+
+dongle_g24_kb_disable_blank_data_forcibly:
+	jam 0,mem_dg_kb_blank_data_enable
+	setarg 0
+	arg G24_TIMER_KB_BLANK,queue
+	branch timer_init
+
+dongle_g24_kb_type3:
+	arg mem_usb_kb_multikey,contw
+	arg mem_24g_rxdata_temp+3,contr
+	arg 3,loopcnt
+	call memcpy
+	fetch 2,mem_usb_kb_multikey+1
+	ncall dongle_g24_kb_mul_enable_blank_data_forcibly,blank//get multikey data
+	fetch 2,mem_usb_kb_multikey+1
+	call dongle_g24_kb_mul_disable_blank_data_forcibly,blank
+	fetch 3,mem_usb_kb_multikey
+	store 3,mem_dg_kb_multikey_sta_data
+	fetcht 3,mem_dg_kb_multikey_last_data
+	isub temp,null
+	ncall dongle_usb_tx_multikey_data,zero
+	fetch 3,mem_dg_kb_multikey_sta_data
+	store 3,mem_dg_kb_multikey_last_data
+	branch g24_rx_interrupt_clear
+
+dongle_g24_kb_mul_enable_blank_data_forcibly:
+	jam 1,mem_dg_kb_mul_blank_data_enable
+	setarg TIMER_KB_MUL_BLANK_DELAY
+	arg G24_TIMER_KB_MUL_BLANK,queue
+	branch timer_init
+	
+dongle_g24_kb_mul_disable_blank_data_forcibly:
+	jam 0,mem_dg_kb_mul_blank_data_enable
+	setarg 0
+	arg G24_TIMER_KB_MUL_BLANK,queue
+	branch timer_init
+
+dongle_g24_kb_type2:
+	arg mem_usb_kb_system,contw
+	arg mem_24g_rxdata_temp+3,contr
+	arg 2,loopcnt
+	call memcpy
+	fetch 2,mem_usb_kb_system
+	ncall dongle_g24_kb_sys_enable_blank_data_forcibly,blank
+	fetch 2,mem_usb_kb_system
+	call dongle_g24_kb_sys_disable_blank_data_forcibly,blank
+	fetch 2,mem_usb_kb_system
+	store 2,mem_dg_kb_system_sta_data
+	fetcht 2,mem_dg_kb_system_last_data
+	isub temp,null
+	ncall dongle_usb_tx_sys_data,zero
+	fetch 2,mem_dg_kb_system_sta_data
+	store 2,mem_dg_kb_system_last_data
+	branch g24_rx_interrupt_clear
+
+dongle_g24_kb_sys_enable_blank_data_forcibly:
+	jam 1,mem_dg_kb_mul_blank_data_enable
+	setarg TIMER_KB_MUL_BLANK_DELAY
+	arg G24_TIMER_KB_MUL_BLANK,queue
+	branch timer_init
+dongle_g24_kb_sys_disable_blank_data_forcibly:
+	jam 0,mem_dg_kb_mul_blank_data_enable
+	setarg 0
+	arg G24_TIMER_KB_MUL_BLANK,queue
+	branch timer_init
+
+dongle_usb_tx_sys_data:
+	jam USB_EP2_SYSTEMKEY,mem_usb_ep2_data
+	branch dongle_usb_tx_enable_ep2
+
+
+dongle_g24_store_dvc2_bind_flag:
+	fetch 1,mem_device_option
+	rtnne dvc_op_dongle
+	fetch 1,mem_dg_kb_bind_flag
+	rtneq DONGLE_KB_BIND_SUCCESS
+dongle_prep_soft_reset:
+	jam 1,mem_dg_kb_bind_success
+	rtn
+
+
+dongle_kb_bind_soft_reset:
+	fetch 1,mem_device_option
+	rtnne dvc_op_dongle
+	fetch 1,mem_dg_kb_bind_success
+	rtn blank
+	jam 0,mem_temp
+dongle_wirte_efuse_bind_status:	
+	jam DONGLE_KB_BIND_SUCCESS,mem_dg_kb_bind_flag
+	call dongle_write_kb_bind_status
+	call dongle_read_kb_bind_status
+	fetch 1,mem_temp
+	increase 1,pdata
+	store 1,mem_temp
+	beq 0xff,soft_reset_chip
+	fetch 1,mem_dg_kb_bind_flag
+	bne DONGLE_KB_BIND_SUCCESS,dongle_wirte_efuse_bind_status
+	branch soft_reset_chip
+
+
+endif
+
+
Index: program/app_light/common/frmt_fml_ble.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/common/frmt_fml_ble.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/common/frmt_fml_ble.prog	(working copy)
@@ -0,0 +1,34 @@
+
+frmt_ble_para_init:
+	call enable_authrom
+	arg mem_ble_v2_xbox,contw
+	arg FRMT_XBOX_ADDR,contr
+	branch memcpy64
+	
+frmt_ble_data_set:
+	setarg 0x2542
+	store 2,mem_ble_v2_pdu
+	setarg 0x10255d
+	store 3, mem_ble_v2_pdu+2
+	setarg 0x109e3a
+	store 3, mem_ble_v2_pdu+5
+	setarg 0x00
+	store 3,mem_ble_v2_pdu+32
+	setarg 0x020102
+	store 3,mem_ble_v2_pdu+8
+	setarg 0xF0161B
+	store 3,mem_ble_v2_pdu+11
+	setarg 0x001008
+	store 3,mem_ble_v2_pdu+14
+
+	fetch 1,mem_ble_v2_packet_num
+	pincrease 1
+	store 1,mem_ble_v2_packet_num
+	
+	fetch 2,mem_ble_pack_cb
+	branch callback_func
+	
+frtm_ble_setdefault:
+	setarg 0xffff
+	rtn
+	
Index: program/app_light/fan/fdflp_fml_fan.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/fan/fdflp_fml_fan.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/fan/fdflp_fml_fan.prog	(working copy)
@@ -0,0 +1,33 @@
+
+
+
+fan_idle_process:
+	bpatchx patch2c_3,mem_patch2c
+	branch fan_le_scan_process
+
+fan_apl_event_timer:
+	rtn
+
+	
+fan_le_scan_process:
+	bpatchx patch2c_4,mem_patch2c
+	call le_enable
+	disable master
+	call le_init_adv
+ 	call p_le_wait_adv
+	nrtn match
+	fetch 1,mem_le_adv_rcv
+	increase 1,pdata
+	store 1,mem_le_adv_rcv
+	branch fan_apl_ble_rx_v1_or_v2
+
+p_le_wait_adv:
+	call p_le_next_scan_chanel
+	branch le_receive_adv
+
+p_le_next_scan_chanel:
+	fetch 1,mem_ble_ch_mapped
+	store 1, mem_le_ch_mapped 
+	rtn
+
+
Index: program/app_light/fan/fdflp_fml_fan_ctl.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/fan/fdflp_fml_fan_ctl.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/fan/fdflp_fml_fan_ctl.prog	(working copy)
@@ -0,0 +1,195 @@
+
+
+ifdef FUNC_FAN_MODULE
+fan_apl_pair:
+	setarg FAN_433_PAIRING
+	branch fan_fml_fet_ctl
+
+fan_apl_light_on_and_off:
+	setarg FAN_433_LAMP_ON_AND_OFF
+	branch fan_fml_fet_ctl
+
+fan_apl_is_yc_remoter:
+	fetch 6, mem_recv_addr
+	fetcht 6, mem_yc_fan_ble_addr     //如果是YC的遥控器，就转发0x16
+	isub temp, null
+	rtn
+
+fan_apl_light_on:
+	fetch 1,mem_fan_yc_identify_flag
+	branch fan_apl_light_on_only,blank
+	fetch 1,mem_light_device_flag
+	beq 1,fan_apl_light_on_only
+	fetch 1,mem_manufacture_id_temp
+	beq 0x50,fan_apl_light_on_only
+	
+	call fan_apl_is_yc_remoter
+	branch fan_apl_light_on_and_off, zero
+fan_apl_light_on_only:
+	setarg FAN_433_LAMP_ON_ONLY
+	branch fan_fml_fet_ctl
+
+fan_apl_light_off:
+	fetch 1,mem_fan_yc_identify_flag
+	branch fan_apl_light_off_only,blank
+	fetch 1,mem_light_device_flag
+	beq 1,fan_apl_light_off_only
+	fetch 1,mem_manufacture_id_temp
+	beq 0x50,fan_apl_light_off_only
+	
+	call fan_apl_is_yc_remoter
+	branch fan_apl_light_on_and_off, zero
+fan_apl_light_off_only:
+	setarg FAN_433_LAMP_OFF_ONLY
+	branch fan_fml_fet_ctl
+
+fan_apl_master_off:
+	setarg FAN_433_MASTER_ON_AND_OFF
+	branch fan_fml_fet_ctl
+
+fan_apl_light_color_switch:
+	fetch 1, mem_ble_parameter_para+1
+	rtnne LIGHT_CMD_FTD_COLOR_SWTICH_RESERVED
+	setarg FAN_433_COLOR_SWITCH
+	branch fan_fml_fet_ctl
+
+
+fan_apl_speed_30:
+	fetch 2, mem_ble_parameter_para+1
+	nbranch fan_apl_speed_opcode_30_incse, blank
+fan_apl_speed_opcode_30_decse:
+	setarg FAN_433_FAN_SPEED_DEC
+	branch fan_fml_fet_ctl
+fan_apl_speed_opcode_30_incse:
+	setarg FAN_433_FAN_SPEED_INC
+	branch fan_fml_fet_ctl
+
+
+fan_apl_speed_31_v1:
+	fetch 1, mem_ble_parameter_para+2
+	beq FAN_SPEED_FLAG_OFF, fan_apl_speed_32_to_0_and_deflector_off
+	beq FAN_SPEED_FLAG_LOW, fan_apl_speed_32_to_1
+	beq FAN_SPEED_FLAG_MIDDLE, fan_apl_speed_32_to_3
+	beq FAN_SPEED_FLAG_HIGH, fan_apl_speed_32_to_5
+	rtn
+	
+fan_apl_speed_31_v2:
+	fetch 1, mem_ble_parameter_para+1
+	beq 0x20, fan_apl_speed_32
+	branch fan_apl_speed_31_v1
+
+
+fan_apl_speed_32:
+	fetch 1, mem_ble_parameter_para+2
+	beq FAN_SPEED_FLAG_OFF, fan_apl_speed_32_to_0_and_deflector_off
+	beq 1, fan_apl_speed_32_to_1
+	beq 2, fan_apl_speed_32_to_2
+	beq 3, fan_apl_speed_32_to_3
+	beq 4, fan_apl_speed_32_to_4
+	beq 5, fan_apl_speed_32_to_5
+	beq 6, fan_apl_speed_32_to_6
+	rtn
+
+fan_apl_speed_32_to_0_and_deflector_off:	
+fan_apl_speed_32_to_0:
+	setarg FAN_433_TAP_POSOTION_0
+	branch fan_fml_fet_ctl
+
+fan_apl_speed_32_to_1:
+	setarg FAN_433_TAP_POSOTION_1
+	branch fan_fml_fet_ctl
+
+fan_apl_speed_32_to_2:
+	setarg FAN_433_TAP_POSOTION_2
+	branch fan_fml_fet_ctl
+
+fan_apl_speed_32_to_3:
+	setarg FAN_433_TAP_POSOTION_3
+	branch fan_fml_fet_ctl
+
+fan_apl_speed_32_to_4:
+	setarg FAN_433_TAP_POSOTION_4
+	branch fan_fml_fet_ctl
+
+fan_apl_speed_32_to_5:
+	setarg FAN_433_TAP_POSOTION_5
+	branch fan_fml_fet_ctl
+
+fan_apl_speed_32_to_6:
+	setarg FAN_433_TAP_POSOTION_6
+	branch fan_fml_fet_ctl
+	
+	
+fan_apl_wind_direction:
+	fetch 1, mem_ble_parameter_para+1
+	branch fan_fml_wind_direction_forward_433, blank
+fan_fml_wind_direction_reverse_433:
+	setarg FAN_433_TURNING_REVERSE
+	branch fan_fml_fet_ctl
+fan_fml_wind_direction_forward_433:
+	setarg FAN_433_TURNIING_FORWARD
+	branch fan_fml_fet_ctl
+
+fan_apl_wind_direction_on_and_off:
+	setarg FAN_433_WIND_REVERSE
+	branch fan_fml_fet_ctl
+
+fan_apl_deflector_ctl_on_and_off:
+	setarg FAN_433_DEFLECTOR_ON_AND_OFF
+	branch fan_fml_fet_ctl
+
+fan_apl_deflector_ctl:
+	fetch 1, mem_ble_parameter_para+1
+	branch fan_apl_deflector_off, blank
+fan_apl_deflector_on:
+	setarg FAN_433_DEFLECTOR_ON
+	branch fan_fml_fet_ctl
+fan_apl_deflector_off:
+	setarg FAN_433_DEFLECTOR_OFF
+	branch fan_fml_fet_ctl
+
+fan_apl_mode:	
+	bpatchx patch2c_5,mem_patch2c
+	fetch 1, mem_ble_parameter_para+1
+
+ 	beq BLE_PARA_SLEEP_MODE, fan_fml_mode_sleep_wind
+	beq BLE_PARA_NATURAL_MODE, fan_apl_mode_natural_wind
+	rtn
+	
+fan_fml_mode_sleep_wind:
+	setarg FAN_433_SLEEP_WIND
+	branch fan_fml_fet_ctl
+
+fan_apl_mode_natural_wind:
+	setarg FAN_433_NATURAL_WIND
+	branch fan_fml_fet_ctl
+
+
+fan_apl_timing_to_off:
+	fetch 2, mem_ble_parameter_para+1
+	beq FAN_BLE_CMD_TIMING_TO_OFF_8HOUR_V1, fan_fml_timing_to_off_8hour
+fan_apl_timing_to_off_v2:
+	bpatchx patch2c_6,mem_patch2c
+	fetch 2, mem_ble_parameter_para+1
+	beq FAN_BLE_CMD_TIMING_TO_OFF_8HOUR, fan_fml_timing_to_off_8hour
+	beq FAN_BLE_CMD_TIMING_TO_OFF_1HOUR, fan_fml_timing_to_off_1hour
+	beq FAN_BLE_CMD_TIMING_TO_OFF_2HOUR, fan_fml_timing_to_off_2hour
+	beq FAN_BLE_CMD_TIMING_TO_OFF_4HOUR, fan_fml_timing_to_off_4hour
+	rtn
+fan_fml_timing_to_off_1hour:
+	setarg FAN_433_TIMING_TO_OFF_1HOUR
+	branch fan_fml_fet_ctl
+fan_fml_timing_to_off_2hour:
+	setarg FAN_433_TIMING_TO_OFF_2HOUR
+	branch fan_fml_fet_ctl
+fan_fml_timing_to_off_4hour:
+	setarg FAN_433_TIMING_TO_OFF_4HOUR
+	branch fan_fml_fet_ctl
+fan_fml_timing_to_off_8hour:
+	setarg FAN_433_TIMING_TO_OFF_8HOUR
+	branch fan_fml_fet_ctl
+	
+endif
+
+
+
Index: program/app_light/fan/fdflp_fml_fan_init.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/fan/fdflp_fml_fan_init.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/fan/fdflp_fml_fan_init.prog	(working copy)
@@ -0,0 +1,11 @@
+
+
+fan_init:
+	setarg fan_idle_process
+	store 2,mem_cb_idle_process	
+	setarg fan_apl_cb_event_timer
+	store 2, mem_cb_event_timer
+	branch fan_fml_tx_low_level_init
+
+
+
Index: program/app_light/fan/fdflp_fml_fan_main.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/fan/fdflp_fml_fan_main.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/fan/fdflp_fml_fan_main.prog	(working copy)
@@ -0,0 +1,327 @@
+
+
+//------------------------------收包------------------------------
+/*选择V1或V2*/
+fan_apl_ble_rx_v1_or_v2:
+ifdef FUNC_FAN_MODULE
+	fetch 1,mem_fan_protocol_select_flag
+	beq 0, fan_apl_ble_rx_packet
+endif
+//	call fan_fml_ble_v2_decoder
+	fetch 2, mem_ble_v2_decoder
+	call callback_func
+//	
+	branch fan_apl_ble_rx_packet_v2_cb,user
+	rtn
+
+ifdef FUNC_FAN_MODULE
+fan_apl_ble_rx_packet:
+	bpatchx patch2c_7,mem_patch2c
+	fetch 1, mem_le_rxbuf+11     //added, at 20200113
+	beq REMOTER_MARKER, fan_apl_ble_rx_packet_is_remoter
+	jam 0 ,mem_manufacture_id_temp
+	
+	setarg 0
+	store 6,mem_recv_addr
+fan_apl_ble_rx_packet_id_valid:
+	fetcht 3, mem_le_rxbuf+12   //adv data begin
+	setarg FTD_REMOTER_ID_CODE
+	isub temp, null
+	jam 0, mem_light_device_flag   //0: remoter;  !0:app
+	branch  fan_apl_ble_rx_packet_preamble_valid, zero
+
+	jam 1, mem_light_device_flag  //0: remoter;  !0:app
+	setarg FTD_ANDRIOD4913_ID_CODE
+	isub temp, null
+	branch  fan_apl_ble_rx_packet_preamble_valid, zero
+	setarg FTD_IOS4913_ID_CODE
+	isub temp, null
+	branch  fan_apl_ble_rx_packet_preamble_valid, zero
+	
+	jam 2, mem_light_device_flag  //0: remoter;  !0:app
+	setarg FTD_B65F_ID_CODE
+	isub temp, null
+	nrtn zero
+fan_apl_ble_rx_packet_preamble_valid:
+	arg mem_le_rxbuf, contr
+	arg mem_light_whitening_buffer, contw
+	arg FTD_PDU_LEN, loopcnt
+	call memcpy
+	
+	jam 83, mem_light_whitening_i     //channel 37
+	jam 39, mem_light_recvd_len
+	call frmt_light_BLE_whitening_and_reverse
+	fetch 1, mem_light_device_flag
+	beq 1, fan_apl_ble_rx_packet_protocol_4913
+	arg mem_light_whitening_buffer+23, contr
+fan_apl_ble_rx_packet_get_protocol:	
+	arg mem_light_adv_packet, contw
+	arg 14, loopcnt
+	call memcpy_fast
+fan_apl_ble_rx_packet_validity_checkout:
+	fetch 2, mem_light_adv_packet+10
+	byteswap pdata, pdata
+	invert pdata, pdata
+	store 2, mem_adv_CRC_False_initValue
+	arg mem_light_adv_packet, regc   
+	arg 0x0c, loopcnt
+	setarg 0x1021
+	store 2,mem_CRC16_polynomial
+	call frmt_CRC16_CCITT_False
+	fetch 2, mem_adv_CRC_False_initValue
+	byteswap pdata, pdata
+	fetcht 2, mem_light_adv_packet_encry+4
+	isub temp, null
+	nrtn zero
+	
+	branch fan_apl_ble_rx_packet_v1_cb
+
+fan_apl_ble_rx_packet_protocol_4913:
+	arg mem_light_whitening_buffer+24, contr
+	branch fan_apl_ble_rx_packet_get_protocol
+
+fan_apl_ble_rx_packet_is_remoter:	
+	bpatchx patch2d_0,mem_patch2d
+	arg mem_recv_addr, contw
+	arg mem_le_rxbuf+2, contr
+	arg 6, loopcnt
+	call memcpy_fast
+	
+	fetch 1, mem_le_rxbuf+10
+	store 1, mem_manufacture_id_temp
+
+	fetcht 1,mem_customer_id
+	isub temp,null
+	branch fan_apl_ble_rx_packet_id_valid,zero
+
+	fetcht 1,mem_customer_id_v2
+	isub temp,null
+	branch fan_apl_ble_rx_packet_id_valid,zero
+
+	fetcht 1,mem_id_universal
+	isub temp,null
+	branch fan_apl_ble_rx_packet_id_valid,zero
+	rtn	
+
+	
+/*callback*/
+fan_apl_ble_rx_packet_v1_cb:
+	bpatchx patch2d_1,mem_patch2d
+	fetch 1, mem_light_adv_packet_cmd
+	store 2, mem_ble_parameter_cmd
+	fetch 2, mem_light_adv_packet_data
+	store 2, mem_ble_parameter_para+1 
+	
+	fetch 1, mem_light_adv_packet_addr
+	store 1,mem_ble_parameter_addr+1
+	fetch 1, mem_light_adv_packet_addr+1
+	store 1,mem_ble_parameter_addr
+
+	fetch 1, mem_light_adv_packet_addr+1
+	and pdata,0x0f,pdata
+	store 1,mem_ble_parameter_group
+	
+	branch fan_apl_ble_rx_packet_cb_common
+endif
+
+fan_apl_ble_rx_packet_v2_cb:
+	bpatchx patch2d_2,mem_patch2d
+	fetch 2,mem_ble_addr
+	lshift4 pdata,pdata
+	store 2,mem_ble_parameter_addr
+	fetch 6,mem_ble_cmd
+	store 6, mem_ble_parameter
+	fetch 1,mem_ble_group
+	store 1,mem_ble_parameter_group
+	fetch 1,mem_ble_is_app
+	store 1,mem_light_device_flag
+	fetch 1,mem_ble_customer_id
+	store 1,mem_manufacture_id_temp
+	fetch 1,mem_ble_count
+	store 1,mem_light_adv_packet_packetnum
+fan_apl_ble_rx_packet_cb_common:
+	bpatchx patch2d_3,mem_patch2d
+	fetch 2, mem_fan_packet_indiscriminate_cb
+	call callback_func
+//	call fan_apl_ble_rx_packet_indiscriminate
+	
+fan_apl_ble_rx_cmd_execution:
+	
+ifdef FUNC_FAN_MODULE
+
+	call fan_apl_ble_cmd_handler_customer_message
+	rtn user
+	
+	fetch 2, mem_ble_parameter_cmd
+
+	beq LIGHT_CMD_PAIRING_CODE, fan_apl_pair
+
+	beq LIGHT_CMD_TURN_ON_AND_OFF, fan_apl_light_on_and_off
+	beq LIGHT_CMD_TURN_ON, fan_apl_light_on
+	beq LIGHT_CMD_TURN_OFF, fan_apl_light_off
+
+	beq FAN_CMD_MASTER_ON_AND_OFF, fan_apl_master_off
+	beq FAN_CMD_SPEED_CHANGE, fan_apl_speed_30
+
+	beq FAN_CMD_DIRECTION, fan_apl_wind_direction
+	beq FAN_CMD_DIRECTION_ON_AND_OFF , fan_apl_wind_direction_on_and_off
+	beq FAN_CMD_DEFLECTOR,fan_apl_deflector_ctl
+	beq FAN_CMD_DEFLECTOR_ON_AND_OFF ,fan_apl_deflector_ctl_on_and_off
+	beq FAN_CMD_MODE, fan_apl_mode
+	
+	fetch 1,mem_fan_protocol_select_flag
+	beq 0, fan_apl_main_v1
+	beq 1, fan_apl_main_v2
+endif
+	rtn
+
+
+
+ifdef FUNC_FAN_MODULE
+//--------------------------响应风扇功能--------------------------
+/*V1 主函数*/
+fan_apl_main_v1:	
+	fetch 2,mem_ble_parameter_cmd
+	beq FAN_CMD_TIMING_TO_OFF, fan_apl_timing_to_off
+	beq LIGHT_CMD_DELAY_OFF, fan_apl_timing_to_off
+
+	fetch 2, mem_light_adv_packet_data
+	store 2, mem_ble_parameter_para+2
+	fetch 2, mem_ble_parameter_cmd
+	beq FAN_CMD_SPEED_31,fan_apl_speed_31_v1
+	beq FAN_CMD_SPEED_32,fan_apl_speed_32
+
+	fetch 1, mem_light_adv_packet_reserve
+	store 1, mem_ble_parameter_para+1
+	fetch 2, mem_ble_parameter_cmd
+	beq LIGHT_CMD_COLOR_SWTICH, fan_apl_light_color_switch
+	bpatchx patch2d_4,mem_patch2d
+	rtn
+
+	
+/*V2 主函数*/
+fan_apl_main_v2:
+	fetch 2,mem_ble_parameter_cmd
+	beq FAN_CMD_SPEED_31,fan_apl_speed_31_v2
+	beq LIGHT_CMD_DELAY_OFF, fan_apl_timing_to_off_v2
+	beq LIGHT_CMD_COLOR_SWTICH, fan_apl_light_color_switch
+	bpatchx patch2d_5,mem_patch2d
+	rtn
+endif
+
+fan_apl_ble_cmd_handler_customer_message:
+	bpatchx patch2d_6,mem_patch2d
+	call disable_user
+	fetcht 2,mem_ble_parameter_addr
+	arg 9,queue
+	arg 10,loopcnt
+fan_apl_ble_rx_packet_addr_check_loop:
+	sub loopcnt,10,regc
+	deposit queue
+	isub regc,null
+	branch fan_apl_ble_rx_packet_addr_check,positive
+fan_apl_ble_rx_packet_other_addr_check_continue:
+	sub regc,3,null
+	nbranch fan_apl_ble_rx_packet_addr_check,positive
+	branch fan_apl_ble_rx_packet_addr_check_end
+	
+fan_apl_ble_rx_packet_addr_check:
+	arg mem_flash_paired_addr_base,contr
+	mul32 regc,3,pdata
+	iadd contr,contr
+	ifetch 2,contr
+	isub temp, null
+	nbranch fan_apl_ble_rx_packet_addr_check_end, zero
+
+	ifetchr rega,1,contr
+	fetch 1,mem_ble_parameter_group
+
+	branch fan_apl_ble_rx_packet_cnt_check,blank
+	isub rega,null
+	branch fan_apl_ble_rx_packet_cnt_check,zero
+fan_apl_ble_rx_packet_addr_check_end:	
+	loop fan_apl_ble_rx_packet_addr_check_loop
+	
+	arg mem_flash_paired_addr8,rega
+	arg 9,loopcnt
+fan_apl_ble_rx_packet_addr_move_loop:
+	ifetch 3,rega
+	add rega,3,temp
+	istore 3,temp
+	increase -3,rega
+	loop fan_apl_ble_rx_packet_addr_move_loop
+	fetch 3,mem_ble_parameter_addr
+	store 3,mem_flash_paired_addr0
+//同时cnt队列也相应往后面移动
+	fetch 1,mem_addr8_msg_cnt
+	store 1,mem_addr9_msg_cnt
+	fetch 8,mem_msg_cnt_base
+	store 8,mem_addr1_msg_cnt
+	jam 0,mem_msg_cnt_base
+	branch fan_apl_ble_cmd_handler_customer_message
+
+	
+fan_apl_ble_rx_packet_cnt_check:
+	copy loopcnt,temp
+	storet 1,mem_msg_addr_save
+/*cnt判断机制，根据loopcnt的值判断是什么设备，再mem_ble_v2_count是否有效*/
+	arg mem_msg_cnt_base,temp
+	sub loopcnt,10,pdata
+	iadd temp,temp
+	copy temp,rega
+	ifetcht 1,temp
+	fetch 1,mem_light_adv_packet_packetnum
+	isub temp, null
+//	rtn zero 
+	branch enable_user,zero
+	branch fan_apl_ble_rx_check_packetnum_vaild_v2,positive
+/*当cnt小于上次的cnt，判断符不符合6-(cnt+256-last_cnt)>0*/
+	add pdata,0x100,pdata
+	isub temp,pdata
+	and pdata,0xff,pdata
+	sub pdata,6,null
+	branch fan_apl_ble_rx_check_packetnum_vaild_v2,positive
+	rtn
+
+fan_apl_ble_rx_check_packetnum_vaild_v2:	
+fan_apl_ble_rx_relay_check:
+	fetch 1,mem_light_adv_packet_packetnum
+	store 1,mem_count_and_random
+	fetch 2,mem_le_rxbuf+35
+	store 2,mem_count_and_random+1
+	fetcht 3,mem_count_and_random
+	arg mem_msg_before_queue,contr
+	arg 10,loopcnt
+fan_apl_msg_check_count_random_loop:
+	ifetch 3,contr
+	isub temp,null
+//	rtn zero
+	branch enable_user,zero
+	loop fan_apl_msg_check_count_random_loop
+fan_apl_msg_enqueue:
+	jam 30,mem_msg_judgment_window_time//窗口
+	fetch 3,mem_msg_before_queue+24
+	store 3,mem_msg_before_queue+27
+	
+	fetch 8,mem_msg_before_queue+8
+	fetcht 8,mem_msg_before_queue+16
+	store 8,mem_msg_before_queue+11
+	storet 8,mem_msg_before_queue+19	
+	
+	fetch 8,mem_msg_before_queue
+	store 8,mem_msg_before_queue+3
+	
+	fetch 3,mem_count_and_random
+	store 3,mem_msg_before_queue
+
+	fetch 1,mem_msg_addr_save
+	copy pdata,loopcnt
+	arg mem_msg_cnt_base,temp
+	sub loopcnt,10,pdata
+	iadd temp,temp
+	fetch 1,mem_light_adv_packet_packetnum
+	istore 1,temp
+	jam 30,mem_msg_cnt_judgment_window_time
+
+	rtn
+	
\ No newline at end of file
Index: program/app_light/fan/fdflp_fml_fan_timer.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/fan/fdflp_fml_fan_timer.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/fan/fdflp_fml_fan_timer.prog	(working copy)
@@ -0,0 +1,30 @@
+
+fan_apl_cb_event_timer:
+	bpatchx patch2d_7,mem_patch2d
+	branch fan_apl_ble_msg_cache_clear_time
+
+
+
+fan_apl_ble_msg_cache_clear_time:
+	call fan_apl_ble_msg_cache_clear_timer
+	branch fan_apl_ble_msg_cnt_cache_clear_timer
+	
+fan_apl_ble_msg_cache_clear_timer:
+	arg mem_msg_judgment_window_time,regc
+	arg fan_apl_ble_msg_cache_clear_timeout, regb
+	branch timer_single_step
+fan_apl_ble_msg_cache_clear_timeout:
+	arg 30,loopcnt
+	arg mem_msg_before_queue,contw
+	branch clear_mem
+	
+fan_apl_ble_msg_cnt_cache_clear_timer:
+	arg mem_msg_cnt_judgment_window_time,regc
+	arg fan_apl_ble_msg_cnt_cache_clear_timeout, regb
+	branch timer_single_step
+fan_apl_ble_msg_cnt_cache_clear_timeout:
+	jam 0,mem_light_last_packetnum
+	arg 10,loopcnt
+	arg mem_msg_cnt_base,contw
+	branch clear_mem
+
Index: program/app_light/fan/fdflp_fml_fan_tx.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/fan/fdflp_fml_fan_tx.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/fan/fdflp_fml_fan_tx.prog	(working copy)
@@ -0,0 +1,207 @@
+
+
+fan_fml_fet_ctl:
+	store 1,mem_fan_opcode
+	fetch 2,mem_433_tx_cb
+	branch callback_func
+
+
+fan_fml_tx_high_level:
+	fetcht 1,mem_fan_tx_gpio
+	branch gpio_config_output_patch
+
+fan_fml_tx_low_level_init:
+fan_fml_tx_low_level:
+	fetcht 1,mem_fan_tx_gpio
+	or temp, 0x80, temp
+	branch gpio_config_output_patch
+
+//para: mem_opcode
+fan_fml_function_once:   
+	bpatchx patch2e_0,mem_patch2e
+	call fan_fml_tx_header_signal
+	call fan_fml_function_once_433code
+	branch fan_fml_tx_end_signal
+
+fan_fml_function_once_433code:
+	arg FAN_433CODE_LEN, pdata
+	lshift3 pdata, pdata
+	store 2, mem_fan_tx_bits_loop
+	copy pdata, queue
+	increase -1, queue
+	fetcht FAN_433CODE_LEN, mem_fan_433code_packet
+fan_fml_function_once_433code_loop:
+	fetch 2, mem_fan_tx_bits_loop
+	rtn blank
+	pincrease -1
+	store 2, mem_fan_tx_bits_loop
+	qisolate1 temp
+	branch fan_fml_1_signal_temp,true
+	call fan_fml_0_signal
+fan_fml_function_once_tx_bit_loop_continue:
+	increase -1, queue
+	fetch 2, mem_fan_tx_bits_loop	
+	fetcht FAN_433CODE_LEN, mem_fan_433code_packet
+	nbranch fan_fml_function_once_433code_loop, blank
+	rtn
+
+fan_fml_1_signal_temp:
+	call fan_fml_1_signal
+	branch fan_fml_function_once_tx_bit_loop_continue
+
+
+// para1: mem_opcode 
+// para2: mem_tx_loop2       retransmission times
+fan_fml_function_loop:
+	fetch 2, mem_fan_tx_loop2
+	rtn blank
+	pincrease -1
+	store 2, mem_fan_tx_loop2
+	call fan_fml_function_once
+	branch fan_fml_function_loop
+
+
+p_fan_fml_fet_ctl:
+	call fan_fml_get_433_code
+	setarg FAN_RETRANSMISSION_TIMES
+	store 2,mem_fan_tx_loop2
+	branch fan_fml_function_loop
+
+
+//433D-òé?°20bit
+fan_apl_ble_rx_packet_indiscriminate:
+	fetch 1,mem_manufacture_id_temp
+	fetcht 1,mem_id_universal
+	isub temp,null
+	branch fan_apl_ble_433_packet_type1,zero
+	fetch 1,mem_light_device_flag
+	beq 0,fan_apl_ble_433_packet_type0
+	branch fan_apl_ble_433_packet_type1
+
+fan_apl_ble_433_packet_type0:
+	setarg 0
+	branch fan_apl_ble_433_packet_common
+fan_apl_ble_433_packet_type1:
+	setarg 0x80
+fan_apl_ble_433_packet_common:
+	fetcht 1, mem_ble_parameter_group
+	and temp, 0x7f, rega
+	ior rega,pdata
+	rshift4 pdata,temp
+	storet 1,mem_fan_addr_433+2
+
+	and pdata,0x0f,pdata
+	lshift4 pdata,pdata
+	fetcht 1, mem_ble_parameter_addr+1
+	and temp, 0xf0, rega
+	rshift4 rega,rega
+	ior rega,pdata
+	store 1,mem_fan_addr_433+1
+
+	and temp,0x0f, pdata
+	lshift4 pdata,pdata
+	fetcht 1, mem_ble_parameter_addr
+	rshift4 temp,temp
+	ior temp,pdata
+	store 1,mem_fan_addr_433
+
+	rtn
+
+
+//433×é?? μ??·-opcode-
+fan_fml_get_433_code:
+	fetch 3,mem_fan_addr_433
+	lshift4 pdata, pdata
+	lshift8 pdata, pdata
+	fetcht 1, mem_fan_opcode
+	lshift3 temp, temp
+	lshift4 temp, temp
+	ior temp, rega
+	call fan_fml_get_433_code_packet_num_get
+	lshift4 pdata, pdata
+	ior rega, rega
+	call fan_fml_get_433_code_get_check_code
+	ior rega, pdata
+	store FAN_433CODE_LEN, mem_fan_433code_packet
+	rtn
+
+//output: pdata
+fan_fml_get_433_code_get_check_code:
+	arg 4, loopcnt
+	copy rega, regb
+	arg 0, alarm
+fan_fml_get_433_code_get_check_code_loop:
+	and regb, 0xff, regc
+	and regc, 0xf0, pdata
+	rshift4 pdata, pdata
+	ixor alarm, alarm
+	and regc, 0x0f, pdata
+	ixor alarm, alarm
+	rshift8 regb, regb	
+	loop fan_fml_get_433_code_get_check_code_loop
+	xor alarm, 0x0a, alarm
+	and alarm, 0x0f, pdata
+	rtn
+
+//output: pdata
+fan_fml_get_433_code_packet_num_get:
+	fetch 1, mem_fan_tx_cnt
+	pincrease 1
+	and pdata, 0x07, pdata
+	store 1, mem_fan_tx_cnt
+	rtn
+
+//para: loopcnt      unit: 1us
+fan_fml_delay_us:
+	nop 12
+	loop fan_fml_delay_us
+	rtn
+
+fan_fml_tx_header_signal:
+	call fan_fml_tx_low_level
+	arg FAN_HEADER_LOW_DELAY,loopcnt
+	branch fan_fml_delay_us
+	
+fan_fml_1_signal:
+	call fan_fml_tx_high_level
+	arg FAN_1_HIGH_DELAY, loopcnt
+	call fan_fml_delay_us
+	call fan_fml_tx_low_level
+	arg FAN_1_LOW_DELAY, loopcnt
+	branch fan_fml_delay_us
+	
+fan_fml_0_signal:
+	call fan_fml_tx_high_level
+	arg FAN_0_HIGH_DELAY, loopcnt
+	call fan_fml_delay_us
+	call fan_fml_tx_low_level
+	arg FAN_0_LOW_DELAY, loopcnt
+	branch fan_fml_delay_us	
+
+fan_fml_tx_end_signal:	
+	call fan_fml_tx_high_level
+	arg FAN_END_HIGH_DELAY,loopcnt
+	call fan_fml_delay_us
+	call fan_fml_tx_low_level
+	arg FAN_END_LOW_DELAY,loopcnt
+	branch fan_fml_delay_us
+
+	
+fan_fml_1_signal_loop:
+	fetch 2, mem_fan_tx_loop
+	rtn blank
+	pincrease -1	
+	store 2, mem_fan_tx_loop
+	call fan_fml_1_signal
+	branch fan_fml_1_signal_loop
+
+
+fan_fml_0_signal_loop:
+	fetch 2, mem_fan_tx_loop
+	rtn blank
+	pincrease -1
+	store 2, mem_fan_tx_loop
+	call fan_fml_0_signal
+	branch fan_fml_0_signal_loop
+
+
Index: program/app_light/remoter/frmt_fml_remoter_gem.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/remoter/frmt_fml_remoter_gem.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/remoter/frmt_fml_remoter_gem.prog	(working copy)
@@ -0,0 +1,235 @@
+
+
+frmt_gem_adv_pdu_common:   
+	jam 1, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset
+	jam 66,mem_light_gm_tx_addr_type
+	jam 21,mem_light_gm_tx_len
+	
+	jam 0x55, mem_light_gm_tx_remoter_ID
+	fetch 1, mem_light_gm_tx_count
+	pincrease 1
+	store 1, mem_light_gm_tx_count
+	call frmt_gem_pud_sum
+	call frmt_light_flag_set_short_press
+	arg GEM_PDU_LEN, loopcnt
+	arg mem_light_gm_tx_addr_type, contr
+	arg mem_light_whitening_buffer, contw
+	branch memcpy_fast
+	
+	
+frmt_gem_pud_sum:
+	arg 0, temp
+	arg mem_light_gm_tx_press_time , contr
+	arg 7, loopcnt
+frmt_gem_pud_sum_loop:
+	ifetch 1, contr
+	iadd temp, temp
+	loop frmt_gem_pud_sum_loop
+	storet 1,mem_light_gm_tx_sum
+	rtn
+
+
+frmt_light_gem_long_press_cnt:
+	fetch 1,mem_gem_long_cnt_enable
+	rtn blank
+	jam 0,mem_gem_long_cnt_enable
+	fetch 2,mem_long_press_timeout
+	rtn blank
+	fetch 1,mem_light_gm_tx_press_time
+	pincrease 1
+	store 1,mem_light_gm_tx_press_time
+	beq 1,frmt_light_gem_long_press_code_increase
+	beq 9,frmt_light_gem_long_press_code_increase
+	call frmt_gem_adv_pdu_common
+	setarg GEM_LONG_KEYPRESS
+	store 2,mem_gem_cnt_inces_timeout
+	rtn
+
+frmt_light_gem_long_press_code_increase:	
+	fetch 1,mem_light_gm_tx_code
+	pincrease 0x40
+	store 1,mem_light_gm_tx_code
+	call frmt_gem_adv_pdu_common
+	branch gem_long_keypress_time
+
+gem_long_keypress_time:
+	setarg GEM_LONG_KEYPRESS
+	store 2,mem_gem_cnt_inces_timeout
+	rtn
+
+gem_light_color_switch:
+	jam GEM_LIGHT_COLOR_SWITCH_CODE, mem_light_gm_tx_code
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+	
+gem_light_energy_saving_light:
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_pcnt_50_percent_V2,blank
+	jam GEM_LIGHT_ENERGY_SAVE_LIGHT_CODE, mem_light_gm_tx_code
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+
+
+gem_light_timing_off:
+	jam GEM_LIGHT_TIMING_OFF_CODE, mem_light_gm_tx_code
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+
+gem_light_aid_turn_onoff:
+	jam GEM_LIGHT_AIDED_LIGHT_CODE, mem_light_gm_tx_code
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+
+gem_light_master_on:
+	jam GEM_LIGHT_ON_CODE, mem_light_gm_tx_code
+	jam 0, mem_light_gm_tx_group_num
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+
+gem_light_master_off:
+	jam GEM_LIGHT_OFF_CODE, mem_light_gm_tx_code
+	jam 0,mem_light_gm_tx_press_time
+	jam 0, mem_light_gm_tx_group_num
+	branch frmt_gem_adv_pdu_common
+
+gem_light_rgb_auto:
+	jam GEM_LIGHT_RGB_AUTO_CODE, mem_light_gm_tx_code
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+
+
+gem_light_rgb_step:
+	jam GEM_LIGHT_RGB_STEP_CODE, mem_light_gm_tx_code
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+	
+
+gem_light_group1_on:
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_group1_on_V2,blank
+	jam GEM_LIGHT_ON_GROUP1_CODE, mem_light_gm_tx_code
+	jam 1, mem_light_gm_tx_group_num
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+
+gem_light_group1_off:
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_group1_off_V2,blank
+	jam GEM_LIGHT_OFF_GROUP1_CODE, mem_light_gm_tx_code
+	jam 1, mem_light_gm_tx_group_num
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+
+
+gem_light_group2_on:
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_group2_on_V2,blank
+	jam GEM_LIGHT_ON_GROUP2_CODE, mem_light_gm_tx_code
+	jam 2, mem_light_gm_tx_group_num
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+
+gem_light_group2_off:
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_group2_off_V2,blank
+	jam GEM_LIGHT_OFF_GROUP2_CODE, mem_light_gm_tx_code
+	jam 2, mem_light_gm_tx_group_num
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+
+
+gem_light_group3_on:
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_group3_on_V2,blank
+	jam GEM_LIGHT_ON_GROUP3_CODE, mem_light_gm_tx_code
+	jam 3, mem_light_gm_tx_group_num
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+
+gem_light_group3_off:
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_group3_off_V2,blank
+	jam GEM_LIGHT_OFF_GROUP3_CODE, mem_light_gm_tx_code
+	jam 3, mem_light_gm_tx_group_num
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+
+
+gem_light_group4_on:
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_group4_on_V2,blank
+	jam GEM_LIGHT_ON_GROUP4_CODE, mem_light_gm_tx_code
+	jam 4, mem_light_gm_tx_group_num
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+
+gem_light_group4_off:
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_group4_off_V2,blank
+	jam GEM_LIGHT_OFF_GROUP4_CODE, mem_light_gm_tx_code
+	jam 4, mem_light_gm_tx_group_num
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+
+
+gem_light_color_switch_short_press:
+	fetch 1, mem_light_color_and_lgtness_long_press_adv_enable
+	beq 1, gem_light_color_switch
+	jam LIGHT_COLOR_SWITCH_RELEASE_ADV_FLAG, mem_light_release_adv_flag
+	branch frmt_light_light_color_and_lightness_change_common
+
+gem_light_color_switch_W:
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_color_switch_W_V2,blank
+	jam GEM_COLOR_SWITCH_W, mem_light_gm_tx_code
+	jam 0,mem_light_gm_tx_press_time
+	jam 0, mem_light_gm_tx_group_num
+	branch frmt_gem_adv_pdu_common
+
+gem_light_color_switch_Y:
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_color_switch_Y_V2,blank
+	jam GEM_COLOR_SWITCH_Y, mem_light_gm_tx_code
+	jam 0,mem_light_gm_tx_press_time
+	jam 0, mem_light_gm_tx_group_num
+	branch frmt_gem_adv_pdu_common
+
+gem_light_to_Y:
+	jam 0, mem_light_release_adv_flag
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_to_Y_V2,blank
+	jam GEM_LIGHT_TO_Y_CODE, mem_light_gm_tx_code
+	branch frmt_gem_adv_pdu_common
+
+gem_light_to_W:
+	jam 0, mem_light_release_adv_flag
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_to_W_V2,blank
+	jam GEM_LIGHT_TO_W_CODE, mem_light_gm_tx_code
+	branch frmt_gem_adv_pdu_common
+
+gem_light_darken:
+	jam 0, mem_light_release_adv_flag
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_darken_V2,blank
+	jam GEM_LIGHT_DARKEN_CODE, mem_light_gm_tx_code
+	branch frmt_gem_adv_pdu_common	
+
+gem_light_lighten:
+	jam 0, mem_light_release_adv_flag
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_lighten_V2,blank
+	jam GEM_LIGHT_LIGHTEN_CODE, mem_light_gm_tx_code
+	branch frmt_gem_adv_pdu_common	
+
+gem_light_night_light:
+	fetch 1,mem_ble_v2_customer_id
+	ncall frmt_light_night_light_V2,blank
+	jam GEM_LIGHT_NIGHT_LIGHT_CODE, mem_light_gm_tx_code
+	jam 0,mem_light_gm_tx_press_time
+	branch frmt_gem_adv_pdu_common
+	
+
+
+
Index: program/app_light/remoter/frmt_fml_remoter_init.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/remoter/frmt_fml_remoter_init.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/remoter/frmt_fml_remoter_init.prog	(working copy)
@@ -0,0 +1,86 @@
+
+
+remoter_init:	
+	call frmt_ble_para_init
+// call ice_break
+	call frmt_enter_lpm_gpio_config_flag_init_row
+	call frmt_enter_lpm_gpio_config_flag_init_col
+	bpatchx patch2e_1,mem_patch2e
+
+	jam 1, mem_set_clear_code_timeout_enable
+	jam 1, mem_light_lpm_enable
+
+
+frmt_apl_ble_scene_rewrite_lap:
+	bpatchx patch2e_2,mem_patch2e
+	fetch 2, mem_le_lap
+	lshift4 pdata, pdata
+	arg 0xffff, temp
+	iand temp, pdata    //因为左移过后原本的高四位，只是被左移了，仍然存在于16bit往左的高位，应该把它们去掉
+	branch frmt_light_set_addr_to_0010 , blank
+	arg 0xfff0, temp
+	isub temp, null
+	branch frmt_light_set_addr_to_ffe0, zero
+frmt_lightc_init_continue:	
+	bpatchx patch2e_3,mem_patch2e
+	byteswap pdata, pdata    //20200417
+	store 2, mem_FTD_adv_raw_device_add_temp
+	store 2, mem_light_gm_tx_remoter_addr
+
+	arg 0xffff,rega
+	lshift16 rega, temp
+	setarg 0xffff
+	ior temp, temp
+	fetch 4, mem_le_lap
+	call frmt_light_addr_default_v2, blank
+	isub temp, null
+	call frmt_light_addr_default_v2, zero
+	store 4, mem_ble_v2_addr
+
+	setarg frmt_apl_cb_event_timer
+	store 2, mem_cb_event_timer
+	
+	setarg frmt_main
+	store 2,mem_cb_idle_process
+	branch  frmt_kscan_init
+
+
+frmt_enter_lpm_gpio_config_flag_init_row:
+	bpatchx patch2e_4,mem_patch2e
+	fetchr loopcnt ,1, mem_kscan_row_nums
+//	iforce loopcnt
+	fetcht 4, mem_light_lpm_gpio_config_flag
+	arg mem_kscan_row_gpio_pin, contr
+frmt_enter_lpm_gpio_config_flag_init_loop:
+	bpatchx patch2e_5,mem_patch2e
+	ifetch 1, contr
+	iforce queue
+	qset1 temp
+	loop frmt_enter_lpm_gpio_config_flag_init_loop
+	storet 4, mem_light_lpm_gpio_config_flag
+	rtn
+
+frmt_enter_lpm_gpio_config_flag_init_col:
+	bpatchx patch2e_6,mem_patch2e
+	fetchr loopcnt,1, mem_kscan_col_nums
+//	iforce loopcnt
+	fetcht 4, mem_light_lpm_gpio_config_flag
+	arg mem_kscan_col_gpio_pin, contr
+	branch frmt_enter_lpm_gpio_config_flag_init_loop
+
+frmt_light_addr_default_v2:
+	setarg 0x111213
+	rtn
+
+frmt_light_set_addr_to_0010:
+	arg 0x0010, pdata
+	branch frmt_lightc_init_continue
+
+frmt_light_set_addr_to_ffe0:
+	arg 0xffe0, pdata
+	branch frmt_lightc_init_continue
+
+//key_light_set_addr_to_7878:
+//	arg 0x7878, temp
+//	rtn
+	
Index: program/app_light/remoter/frmt_fml_remoter_key.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/remoter/frmt_fml_remoter_key.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/remoter/frmt_fml_remoter_key.prog	(working copy)
@@ -0,0 +1,380 @@
+
+//关于adv的时间和lpm需要重新重点计算   pairing 和 clear等等
+
+frmt_jym_pdu_common:      
+	bpatchx patch2e_7,mem_patch2e
+	fetch 4, mem_le_lap
+	store 4, mem_light_JYM_tx_ID
+	jam 0xd1, mem_light_JYM_tx_group
+	fetch 1, mem_light_JYM_tx_count
+	pincrease 1
+	store 1, mem_light_JYM_tx_count
+	
+	arg 0, temp
+	arg mem_light_JYM_tx_cmd, contr
+	arg 8, loopcnt
+	call frmt_light_sum_cal_loop
+	byteswap temp, temp
+	storet 2,mem_light_JYM_tx_sum
+
+	//call ice_break
+	arg mem_light_JYM_tx_len, regc
+	arg 11, loopcnt
+	setarg 0
+	store 2, mem_adv_CRC_False_initValue
+	call key_CRC16_CCITT_False1
+	fetch 2, mem_adv_CRC_False_initValue
+	store 2, mem_light_JYM_tx_CRC
+
+
+/***************************************
+mem_light_JYM_tx_header_temp中，pre1本来是50 55 55，但是白化的时候，需要reverse，
+所以初始化的时候，就直接reverse好了，为:0a aa aa
+****************************************/
+	arg 23, loopcnt      //只copy 23个byte，第24个byte是协议中的len
+	arg mem_light_KY_tx, contr  
+	arg mem_light_whitening_buffer, contw
+	call memcpy_fast
+
+	arg 13, loopcnt
+	arg mem_light_JYM_tx_len, contr  
+	arg mem_light_whitening_buffer+23, contw
+	call memcpy_fast
+	
+	jam 37, mem_light_recvd_len
+	jam 51, mem_light_whitening_i
+	call frmt_light_ble_whitening
+
+	arg 37, loopcnt
+	arg mem_light_whitening_buffer, contr
+	arg mem_light_JYM_tx_temp , contw
+	branch memcpy_fast
+	
+frmt_reverse:
+	ifetch 1, contr
+	reverse pdata, pdata
+	istore 1, contw
+	loop frmt_reverse
+	rtn
+
+key_pdu_common:		
+	bpatchx patch2f_0,mem_patch2f
+	call frmt_light_flag_set_short_press
+	call frmt_light_sum_cal
+	byteswap temp, temp
+	storet 2, mem_light_KY_tx_sum
+	arg mem_light_KY_tx_len, regc
+	arg 10, loopcnt
+	setarg 0
+	store 2, mem_adv_CRC_False_initValue 
+	call key_CRC16_CCITT_False1
+	fetch 2, mem_adv_CRC_False_initValue
+	store 2, mem_light_KY_tx_CRC
+	fetch 2, mem_light_KY_tx_count
+	byteswap pdata, pdata
+	pincrease 1
+	byteswap pdata, pdata
+	store 2, mem_light_KY_tx_count
+	
+	arg 37, loopcnt
+	arg mem_light_KY_tx, contr
+	arg mem_light_whitening_buffer, contw
+	call memcpy_fast
+	jam 37, mem_light_recvd_len
+	jam 51, mem_light_whitening_i
+	branch frmt_light_ble_whitening
+	
+
+frmt_light_sum_cal:
+	arg 0, temp
+	arg mem_light_KY_tx_code1, contr
+	arg 7, loopcnt
+frmt_light_sum_cal_loop:
+	ifetch 1, contr
+	iadd temp, temp
+	loop frmt_light_sum_cal_loop
+	rtn
+
+key_whitening_i_get:
+	arg 51, regb
+	rtn
+
+/***************************科云功能****************************/
+//mem_light_group_num
+frmt_light_group_num_set:
+	fetch 1, mem_light_group_num
+	store 1, mem_light_KY_tx_remoter_ID+3 
+	rtn
+
+frmt_light_timing_off_KY:
+	call frmt_light_timing_30s_V2
+	jam LIGHT_JYM_CMD_TIMING_OFF, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_TIMING_OFF, mem_light_JYM_tx_data
+	call frmt_jym_pdu_common
+
+	jam LIGHT_TIMING_CODE1, mem_light_KY_tx_code1
+	jam 0x46, mem_light_KY_tx_code2
+	branch key_pdu_common
+
+key_light_Aux_lamp_on_and_off_KY:
+	jam LIGHT_JYM_CMD_AUX_LAMP, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_AUX_LAMP, mem_light_JYM_tx_data
+	call frmt_jym_pdu_common
+
+	jam LIGHT_AUX_LAMP_ON_AND_OFF_CODE1, mem_light_KY_tx_code1
+	jam 0xf0, mem_light_KY_tx_code2
+	branch key_pdu_common
+
+key_light_to_Y:	
+	call frmt_light_to_Y_V2
+	jam LIGHT_JYM_CMD_TO_Y, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_TO_Y, mem_light_JYM_tx_data
+	call frmt_jym_pdu_common
+
+	jam LIGHT_TO_Y_CODE1, mem_light_KY_tx_code1
+	jam 0, mem_light_KY_tx_code2
+	branch key_pdu_common
+
+key_light_to_W:	
+	call frmt_light_to_W_V2
+	jam LIGHT_JYM_CMD_TO_W, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_TO_W, mem_light_JYM_tx_data
+	call frmt_jym_pdu_common
+
+	jam LIGHT_TO_W_CODE1, mem_light_KY_tx_code1
+	jam 0, mem_light_KY_tx_code2
+	branch key_pdu_common
+
+key_light_darken:
+	call frmt_light_darken_V2
+	jam LIGHT_JYM_CMD_DARKEN, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_DARKEN, mem_light_JYM_tx_data
+	call frmt_jym_pdu_common
+
+	jam LIGHT_DARKEN_CODE1, mem_light_KY_tx_code1
+	jam 0, mem_light_KY_tx_code2
+	branch key_pdu_common
+
+key_light_lighten:
+	call frmt_light_lighten_V2
+	jam LIGHT_JYM_CMD_LIGHTEN, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_LIGHTEN, mem_light_JYM_tx_data
+	call frmt_jym_pdu_common
+
+	jam LIGHT_LIGHTEN_CODE1, mem_light_KY_tx_code1
+	jam 0, mem_light_KY_tx_code2
+	branch key_pdu_common
+
+key_light_group1_off:
+	jam LIGHT_JYM_CMD_OFF, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_OFF, mem_light_JYM_tx_data
+	jam 0xd2,mem_light_JYM_tx_group
+	call frmt_jym_pdu_common
+	
+	jam LIGHT_OFF_CODE1, mem_light_KY_tx_code1
+	jam LIGHT_OFF_CODE2, mem_light_KY_tx_code2
+	jam 0xd2,mem_light_KY_tx_group_num
+	branch key_pdu_common
+
+key_light_group2_off:	
+	jam LIGHT_JYM_CMD_OFF, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_OFF, mem_light_JYM_tx_data
+	jam 0xd4,mem_light_JYM_tx_group
+	call frmt_jym_pdu_common
+	
+	jam LIGHT_OFF_CODE1, mem_light_KY_tx_code1
+	jam LIGHT_OFF_CODE2, mem_light_KY_tx_code2
+	jam 0xd4,mem_light_KY_tx_group_num
+	branch key_pdu_common
+
+key_light_group3_off:
+	jam LIGHT_JYM_CMD_OFF, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_OFF, mem_light_JYM_tx_data
+	jam 3,mem_light_JYM_tx_group
+	call frmt_jym_pdu_common
+	
+	jam LIGHT_OFF_CODE1, mem_light_KY_tx_code1
+	setarg LIGHT_OFF_CODE2
+	store 2, mem_light_KY_tx_code2
+	jam 3,mem_light_group_num
+	branch key_pdu_common
+
+key_light_group4_off:
+	jam LIGHT_JYM_CMD_OFF, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_OFF, mem_light_JYM_tx_data
+	jam 4,mem_light_JYM_tx_group
+	call frmt_jym_pdu_common
+	
+	jam LIGHT_OFF_CODE1, mem_light_KY_tx_code1
+	setarg LIGHT_OFF_CODE2
+	store 2, mem_light_KY_tx_code2
+	jam 4,mem_light_group_num
+	branch key_pdu_common
+
+key_light_group1_on:
+	jam LIGHT_JYM_CMD_ON, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_ON, mem_light_JYM_tx_data
+	jam 0xd2,mem_light_JYM_tx_group
+	call frmt_jym_pdu_common
+	
+	jam LIGHT_ON_CODE1, mem_light_KY_tx_code1
+	jam LIGHT_ON_CODE2, mem_light_KY_tx_code2
+	jam 0xd2,mem_light_KY_tx_group_num
+	branch key_pdu_common
+
+key_light_group2_on:
+	jam LIGHT_JYM_CMD_ON, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_ON, mem_light_JYM_tx_data
+	jam 0xd4,mem_light_JYM_tx_group
+	call frmt_jym_pdu_common
+	
+	jam LIGHT_ON_CODE1, mem_light_KY_tx_code1
+	jam LIGHT_ON_CODE2, mem_light_KY_tx_code2
+	jam 0xd4,mem_light_KY_tx_group_num
+	branch key_pdu_common
+
+key_light_group3_on:
+	jam LIGHT_JYM_CMD_ON, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_ON, mem_light_JYM_tx_data
+	jam 3,mem_light_JYM_tx_group
+	call frmt_jym_pdu_common
+	
+	jam LIGHT_ON_CODE1, mem_light_KY_tx_code1
+	setarg LIGHT_ON_CODE2
+	store 2, mem_light_KY_tx_code2
+	jam 3,mem_light_group_num
+	branch key_pdu_common
+
+key_light_group4_on:
+	jam LIGHT_JYM_CMD_ON, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_ON, mem_light_JYM_tx_data
+	jam 4,mem_light_JYM_tx_group
+	call frmt_jym_pdu_common
+	
+	jam LIGHT_ON_CODE1, mem_light_KY_tx_code1
+	setarg LIGHT_ON_CODE2
+	store 2, mem_light_KY_tx_code2
+	jam 4,mem_light_group_num
+	branch key_pdu_common
+
+key_light_pairing_group1:	
+	jam 0xd2,mem_light_JYM_tx_group
+	jam 0xd2,mem_light_KY_tx_group_num
+	branch key_light_master_pairing_process
+
+key_light_pairing_group2:	
+	jam 0xd4,mem_light_JYM_tx_group
+	jam 0xd4,mem_light_KY_tx_group_num
+	branch key_light_master_pairing_process
+
+key_light_pairing_group3:	
+	jam 3,mem_light_JYM_tx_group
+	jam 3,mem_light_KY_tx_group_num
+	branch key_light_master_pairing_process
+
+key_light_pairing_group4:	
+	jam 4,mem_light_JYM_tx_group
+	jam 4,mem_light_KY_tx_group_num
+	branch key_light_master_pairing_process
+
+
+key_light_clear_code:
+	call frmt_light_clear_code_V2
+	jam LIGHT_JYM_CMD_CLEAR, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_CLEAR, mem_light_JYM_tx_data
+	call frmt_jym_pdu_common
+
+	jam LIGHT_CLEAR_CODE_CODE1, mem_light_KY_tx_code1
+	setarg LIGHT_CLEAR_CODE_CODE2
+	store 2, mem_light_KY_tx_code2
+	branch key_pdu_common
+
+key_light_master_pairing:
+	jam 0xd1,mem_light_KY_tx_group_num
+	jam 0xd1,mem_light_JYM_tx_group
+key_light_master_pairing_process:
+	call frmt_light_master_pairing_V2
+	jam LIGHT_JYM_CMD_PAIRING, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_PAIRING, mem_light_JYM_tx_data
+	call frmt_jym_pdu_common
+ 
+	jam LIGHT_PAIRING_CODE1, mem_light_KY_tx_code1
+	jam LIGHT_PAIRING_CODE2, mem_light_KY_tx_code2
+	jam 0, mem_light_group_num
+	call frmt_light_group_num_set
+	branch key_pdu_common
+
+key_light_night_light:
+	call frmt_light_night_light_V2
+	jam LIGHT_JYM_CMD_NIGHT_LIGHT, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_NIGHT_LIGHT, mem_light_JYM_tx_data
+	call frmt_jym_pdu_common
+
+	jam LIGHT_NIGHT_LIGHT_CODE1, mem_light_KY_tx_code1
+	jam 0, mem_light_KY_tx_code2
+	branch key_pdu_common
+
+key_light_color_switch:
+	fetch 1,mem_light_color_switch_cnt
+	beq 0,key_light_color_switch_WY
+	beq 1,key_light_color_switch_W
+	beq 2,key_light_color_switch_Y
+	rtn
+
+key_light_color_switch_WY:
+	call frmt_light_color_switch_WY_V2
+	jam 1, mem_light_color_switch_cnt
+	jam LIGHT_JYM_CMD_WY_LAMP, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_WY_LAMP, mem_light_JYM_tx_data
+	call frmt_jym_pdu_common
+
+	jam LIGHT_COLOR_SWITCH_CODE1, mem_light_KY_tx_code1
+	jam LIGHT_COLOR_SWITCH_WY_CODE2, mem_light_KY_tx_code2
+	branch key_pdu_common
+
+key_light_color_switch_W:
+	call frmt_light_color_switch_W_V2
+	jam 2, mem_light_color_switch_cnt
+	jam LIGHT_JYM_CMD_WHITE_LAMP, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_WHITE_LAMP, mem_light_JYM_tx_data
+	call frmt_jym_pdu_common
+	
+	jam LIGHT_COLOR_SWITCH_CODE1, mem_light_KY_tx_code1
+	jam LIGHT_COLOR_SWITCH_W_CODE2, mem_light_KY_tx_code2
+	branch key_pdu_common
+
+key_light_color_switch_Y:
+	call frmt_light_color_switch_Y_V2
+	jam 0, mem_light_color_switch_cnt
+	jam LIGHT_JYM_CMD_YELLOW_LAMP, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_YELLOW_LAMP, mem_light_JYM_tx_data
+	call frmt_jym_pdu_common
+
+	jam LIGHT_COLOR_SWITCH_CODE1, mem_light_KY_tx_code1
+	jam LIGHT_COLOR_SWITCH_Y_CODE2, mem_light_KY_tx_code2
+	branch key_pdu_common
+
+key_light_master_off:
+	jam LIGHT_JYM_CMD_OFF, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_OFF, mem_light_JYM_tx_data
+	jam 0xd1,mem_light_JYM_tx_group
+	call frmt_jym_pdu_common
+	
+	jam LIGHT_OFF_CODE1, mem_light_KY_tx_code1
+	jam 0, mem_light_KY_tx_code2
+	jam 0xd1,mem_light_KY_tx_group_num
+	branch key_pdu_common
+
+key_light_master_on:
+	jam LIGHT_JYM_CMD_ON, mem_light_JYM_tx_cmd
+	jam LIGHT_JYM_DATA_ON, mem_light_JYM_tx_data
+	jam 0xd1,mem_light_JYM_tx_group
+	call frmt_jym_pdu_common
+	
+	jam LIGHT_ON_CODE1, mem_light_KY_tx_code1
+	jam 0, mem_light_KY_tx_code2
+	jam 0xd1,mem_light_KY_tx_group_num
+	branch key_pdu_common
+
+
+
Index: program/app_light/remoter/frmt_fml_remoter_keyscan.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/remoter/frmt_fml_remoter_keyscan.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/remoter/frmt_fml_remoter_keyscan.prog	(working copy)
@@ -0,0 +1,186 @@
+
+/*
+按键检测
+*/
+frmt_kscan_init:
+	bpatchx patch2f_1,mem_patch2f
+
+	fetch 2, mem_kscan_analysis_interval_timeout   
+	nrtn blank
+
+	call frmt_kscan_col_state_init
+frmt_kscan_row_state_init:  //pull up, input
+	bpatchx patch2f_2,mem_patch2f
+
+	arg mem_kscan_row_gpio_pin, rega
+
+	fetch 1, mem_kscan_row_nums
+	iforce loopcnt
+frmt_kscan_input_pull_up_loop:	
+	ifetcht 1, rega
+	call gpio_config_input
+	increase 1, rega
+	loop frmt_kscan_input_pull_up_loop
+	nop 12000	
+	rtn
+
+frmt_kscan_recover_col_output_low:	
+frmt_kscan_col_state_init:  //output low
+	arg mem_kscan_col_gpio_pin, rega
+	fetch 1, mem_kscan_col_nums
+	iforce loopcnt
+frmt_kscan_output_low_loop:
+	ifetcht 1, rega
+	or temp, 0x80, temp
+	call gpio_config_output_patch
+	increase 1, rega
+	loop frmt_kscan_output_low_loop
+	nop 12000
+	rtn
+
+	
+/**************************************************
+gpio数可配置
+gpio pin脚可配置
+行列可配置，最大8*8
+
+mem_kscan_row_nums:行数
+mem_kscan_col_nums:列数
+mem_kscan_col_gpio_pin:列GPIO
+mem_kscan_row_gpio_pin:行GPIO
+
+mem_kscan_avoid_shake_delay_time: 消抖时间，如果为0，没有消抖。消抖时间:X * 3.5us
+
+**************************************************/
+frmt_kscan:
+	fetch 2, mem_kscan_analysis_interval_timeout   
+// 	call ice_break
+	nrtn blank
+	jam 0, mem_keypress_analysis_flag
+
+	setarg 0
+	store 8, mem_kscan_record_keypress
+frmt_kscan_get_row_state:
+	jam 0, mem_kscan_row_scanned
+	arg mem_kscan_row_gpio_pin, regc
+
+frmt_kscan_get_row_state_loop:
+	ifetcht 1, regc
+	call gpio_get_bit
+	call frmt_kscan_avoid_shake_and_record_key, true  //low , in
+
+	ifetcht 1, regc        //current row recover to pull up
+	call gpio_config_input
+	call frmt_kscan_recover_col_output_low  
+	
+	increase 1, regc
+	fetch 1, mem_kscan_row_scanned
+	pincrease 1
+	store 1, mem_kscan_row_scanned
+	fetcht 1, mem_kscan_row_nums
+	isub temp, null
+	nbranch frmt_kscan_get_row_state_loop, positive
+	rtn
+	
+frmt_kscan_press_GND_related:
+	bpatchx patch2f_3,mem_patch2f
+
+	fetch 1, mem_kscan_row_scanned
+	pincrease 1
+	fetcht 1, mem_kscan_col_nums
+	increase 1, temp
+	imul32 temp, pdata
+	iforce queue
+	fetch 8, mem_kscan_record_keypress
+	qset1 pdata
+	store 8, mem_kscan_record_keypress
+	rtn
+	
+frmt_kscan_set_default_avoid_shake_time:
+	arg 1, loopcnt
+	rtn
+	
+frmt_kscan_avoid_shake_and_record_key:
+	bpatchx patch2f_4,mem_patch2f
+
+	fetch 2, mem_kscan_avoid_shake_delay_time
+	iforce loopcnt
+	call frmt_kscan_set_default_avoid_shake_time, blank
+	call delay_ms_wait
+	ifetcht 1, regc
+	call gpio_get_bit
+	nrtn true
+	nop 12000 
+
+	ifetcht 1, regc
+	call gpio_get_bit
+	nrtn true
+	nop 12000 
+	
+	ifetcht 1, regc
+	call gpio_get_bit
+	nrtn true
+
+	call frmt_kscan_all_col_pull_up
+	ifetcht 1, regc //deal with GND
+	call gpio_get_bit
+	branch frmt_kscan_press_GND_related, true
+	
+frmt_kscan_check_col_elec_level:
+	bpatchx patch2f_5,mem_patch2f
+
+	ifetcht 1, regc
+	or temp, 0x80, temp
+	call gpio_config_output_patch
+	jam 0, mem_kscan_col_scanned	
+	arg mem_kscan_col_gpio_pin, rega
+frmt_kscan_check_col_elec_level_loop:  
+	ifetcht 1, rega
+	call gpio_get_bit  //only "pdata" , "temp"
+	call frmt_kscan_record_keypress, true  
+	
+	increase 1, rega
+	fetch 1, mem_kscan_col_scanned
+	pincrease 1
+	store 1, mem_kscan_col_scanned
+	fetcht 1, mem_kscan_col_nums
+	isub temp, null
+	nbranch frmt_kscan_check_col_elec_level_loop, positive	
+	rtn
+
+
+frmt_kscan_record_keypress:
+	bpatchx patch2f_6,mem_patch2f
+
+	fetch 1, mem_kscan_row_scanned
+	fetcht 1, mem_kscan_col_nums
+	increase 1, temp
+	imul32 temp, pdata
+	//nop 10000
+	fetcht 1, mem_kscan_col_scanned
+	increase 1, temp
+	iadd temp, pdata
+	iforce queue
+	enable true
+	fetch 8, mem_kscan_record_keypress
+	qsetflag true, pdata
+	store 8, mem_kscan_record_keypress
+
+// 	call ice_break
+// 	fetcht 8, mem_kscan_record_keypress
+// 	setarg LIGHT_ND21KEY_KEY_PAIRING2_COMBINATION
+// 	isub temp, null
+// 	call ice_break, zero
+	rtn
+frmt_kscan_all_col_pull_up:
+	bpatchx patch2f_7,mem_patch2f
+
+	arg mem_kscan_col_gpio_pin, rega
+	fetch 1, mem_kscan_col_nums
+	iforce loopcnt
+	branch frmt_kscan_input_pull_up_loop
+
+gpio_config_output_patch:	
+	setflip 7, temp
+	branch gpio_config_output
+
Index: program/app_light/remoter/frmt_fml_remoter_lib.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/remoter/frmt_fml_remoter_lib.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/remoter/frmt_fml_remoter_lib.prog	(working copy)
@@ -0,0 +1,546 @@
+
+
+
+frmt_light_lighten_short_press:
+	fetch 1, mem_light_color_and_lgtness_long_press_adv_enable
+	beq 1, frmt_light_lighten
+	jam LIGHT_LIGHTEN_RELEASE_ADV_FLAG, mem_light_release_adv_flag
+	branch frmt_light_light_color_and_lightness_change_common
+
+frmt_light_darken_short_press:
+	fetch 1, mem_light_color_and_lgtness_long_press_adv_enable
+	beq 1, frmt_light_darken
+	jam LIGHT_DARKEN_RELEASE_ADV_FLAG, mem_light_release_adv_flag
+	branch frmt_light_light_color_and_lightness_change_common
+
+frmt_light_to_W_short_press:
+	fetch 1, mem_light_color_and_lgtness_long_press_adv_enable
+	beq 1, frmt_light_to_W
+	jam LIGHT_TO_W_RELEASE_ADV_FLAG, mem_light_release_adv_flag
+	branch frmt_light_light_color_and_lightness_change_common
+
+frmt_light_to_Y_short_press:
+	fetch 1, mem_light_color_and_lgtness_long_press_adv_enable
+	beq 1,frmt_light_to_Y
+	jam LIGHT_TO_Y_RELEASE_ADV_FLAG, mem_light_release_adv_flag
+frmt_light_light_color_and_lightness_change_common:
+	bpatchx patch30_0,mem_patch30
+	fetch 2, mem_light_short_keypress_timeout
+	nrtn blank
+	jam 0, mem_le_adv_enable
+	jam SHORT_PRESS_TIMEOUT, mem_light_short_keypress_timeout
+	rtn	
+
+frmt_light_to_Y:
+	call frmt_light_to_Y_V2
+	fetch 1,mem_special_agreemeet_enable
+	beq 1, gem_light_to_Y
+	beq 2,key_light_to_Y
+	jam 0, mem_light_release_adv_flag
+	jam LIGHT_CMD_FTD_COLOR_STATE_CHANGE, mem_FTD_adv_raw
+	jam 0x18, mem_FTD_adv_raw_reserved
+	call frmt_light_set_PDU_common_short_press_with_3Bytes_data_reset		
+	branch frmt_adv_rear_6bytes_and_whitening
+
+
+frmt_light_to_W:
+	call frmt_light_to_W_V2
+	fetch 1,mem_special_agreemeet_enable
+	beq 1, gem_light_to_W
+	beq 2,key_light_to_W
+	jam 0, mem_light_release_adv_flag
+	jam LIGHT_CMD_FTD_COLOR_STATE_CHANGE, mem_FTD_adv_raw
+	jam 0x24, mem_FTD_adv_raw_reserved
+	call frmt_light_set_PDU_common_short_press_with_3Bytes_data_reset
+	branch frmt_adv_rear_6bytes_and_whitening
+
+frmt_light_darken:
+	call frmt_light_darken_V2
+	fetch 1,mem_special_agreemeet_enable
+	beq 1, gem_light_darken
+	beq 2, key_light_darken
+	jam 0, mem_light_release_adv_flag
+	jam LIGHT_CMD_FTD_COLOR_STATE_CHANGE, mem_FTD_adv_raw
+	jam 0x28, mem_FTD_adv_raw_reserved
+	call frmt_light_set_PDU_common_short_press_with_3Bytes_data_reset
+	branch frmt_adv_rear_6bytes_and_whitening
+
+frmt_light_lighten:
+	call frmt_light_lighten_V2
+	fetch 1,mem_special_agreemeet_enable
+	beq 1, gem_light_lighten
+	beq 2, key_light_lighten
+	jam 0, mem_light_release_adv_flag	
+	jam LIGHT_CMD_FTD_COLOR_STATE_CHANGE, mem_FTD_adv_raw
+	jam 0x14, mem_FTD_adv_raw_reserved
+	call frmt_light_set_PDU_common_short_press_with_3Bytes_data_reset
+	branch frmt_adv_rear_6bytes_and_whitening
+
+frmt_light_set_PDU_common_short_press_with_3Bytes_data_reset:
+	bpatchx patch30_1,mem_patch30
+	setarg 0    //clear data part (3 Bytes)
+	store 3, mem_FTD_adv_raw_data	
+	branch frmt_light_set_PDU_common_short_press
+
+
+
+frmt_light_release_set1_and_long_press_set1:
+	jam 1, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset
+	jam 1, mem_light_release_adv_flag
+	rtn
+
+frmt_light_release_set2_and_long_press_set2:
+	jam 2, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset
+	jam 2, mem_light_release_adv_flag
+	rtn
+
+frmt_light_release_set3_and_long_press_set3:
+	jam 3, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset
+	jam 3, mem_light_release_adv_flag
+	rtn
+
+frmt_light_release_set4_and_long_press_set4:
+	jam 4, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset
+	jam 4, mem_light_release_adv_flag
+	rtn
+
+frmt_light_long_press_flag_reset:
+	bpatchx patch30_2,mem_patch30
+	fetch 2, mem_long_press_timeout
+	nrtn blank
+	fetch 2,mem_claer_code_time
+	store 2, mem_long_press_timeout
+	pincrease 1
+	store 2, mem_light_lpm_enable_timeout
+	fetch 1,mem_special_agreemeet_enable
+	sub pdata,1,null
+	branch gem_long_keypress_time,zero	
+	rtn
+
+frmt_light_night_light:
+	call frmt_light_night_light_V2
+	jam LIGHT_CMD_NIGHT_LIGHT, mem_FTD_adv_raw
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press	
+
+frmt_light_master_pairing:
+	jam 0, mem_groups_num
+	jam 0, mem_ble_v2_group_index
+
+frmt_light_pairing_process:
+	setarg KEY_PRESS_LED_ON_TIME
+	store 2, mem_indicator_led_turn_on_timeout
+	jam 1, mem_indicator_turn_on_enable
+frmt_light_pairing_process_without_led_flag_set:	
+	bpatchx patch30_3,mem_patch30
+	call frmt_light_master_pairing_V2
+	jam 1, mem_le_adv_enable
+	fetch 2, mem_light_adv_time
+	lshift2 pdata, pdata
+	store 2, mem_ble_light_adv_timeout
+	pincrease 1
+	store 2, mem_light_lpm_enable_timeout	
+	
+	fetch 1, mem_light_manufacture_id
+	store 1, mem_FTD_adv_raw_reserved
+	jam LIGHT_CMD_PAIRING_CODE, mem_FTD_adv_raw
+
+	fetch 1, mem_FTD_adv_raw_packet_num
+	pincrease 1
+	store 1, mem_FTD_adv_raw_packet_num
+	jam 0x81, mem_FTD_adv_raw_data+2
+	
+	fetch 1,mem_ble_v2_maintype
+	sub pdata,3,null
+	call frmt_fan_lamp,zero
+	fetch 1,mem_ble_v2_maintype
+	sub pdata,5,null
+	call frmt_solar_lamp,zero
+	
+	call frmt_light_groups_pairing_address_set_set
+	branch frmt_adv_rear_6bytes_and_whitening
+	
+frmt_light_groups_pairing_address_set_set:
+	fetch 2, mem_FTD_adv_raw_device_add_temp
+	arg 0xf0ff, temp
+	iand temp, pdata
+	store 2, mem_FTD_adv_raw_data
+	branch frmt_light_groups_address_set
+
+frmt_light_clear_code:
+// 	call ice_break	
+	bpatchx patch30_4,mem_patch30
+	call frmt_light_clear_code_V2
+	jam 1, mem_indicator_turn_on_enable
+
+	jam 1, mem_le_adv_enable
+	setarg KEY_PRESS_LED_ON_TIME
+	lshift2 pdata, pdata
+	store 2, mem_indicator_led_turn_on_timeout
+	fetch 2,mem_light_adv_time
+	lshift2 pdata, pdata
+
+	store 2, mem_ble_light_adv_timeout
+	pincrease 1
+	store 2, mem_light_lpm_enable_timeout
+	jam LIGHT_CMD_CLEAR_CODE, mem_FTD_adv_raw
+	setarg LIGHT_FTD_CLEAR_CODE_ADDR
+	store 3, mem_FTD_adv_raw_device_add
+	fetch 1, mem_FTD_adv_raw_packet_num
+	pincrease 1
+	store 1, mem_FTD_adv_raw_packet_num
+	
+	fetch 1,mem_ble_v2_maintype
+	sub pdata,3,null
+	call frmt_fan_lamp,zero
+	fetch 1,mem_ble_v2_maintype
+	sub pdata,5,null
+	call frmt_solar_lamp,zero
+	branch frmt_adv_rear_6bytes_and_whitening
+
+frmt_light_master_on_and_long_press_set0:
+	jam 0, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset
+frmt_light_master_on:
+	jam 0, mem_groups_num
+	call frmt_light_master_on_V2
+	fetch 1,mem_special_agreemeet_enable
+	beq 1, gem_light_master_on
+	beq 2, key_light_master_on
+frmt_light_on_without_group_set:
+	jam 1, mem_light_on_and_off_flag
+	jam LIGHT_CMD_TURN_ON, mem_FTD_adv_raw
+	call frmt_light_groups_address_set
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_master_off_and_long_press_set0:
+	jam 0, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset
+	branch frmt_light_master_off
+frmt_light_master_on_and_off:
+	fetch 1, mem_light_on_and_off_flag
+	branch frmt_light_master_on, blank
+frmt_light_master_off:
+	call frmt_light_master_off_V2
+	jam 0, mem_groups_num
+	fetch 1,mem_special_agreemeet_enable
+	beq 1, gem_light_master_off	
+	beq 2, key_light_master_off	
+frmt_light_off_without_group_set:
+	jam 0, mem_light_on_and_off_flag	
+	jam LIGHT_CMD_TURN_OFF, mem_FTD_adv_raw
+	call frmt_light_groups_address_set
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_on_and_off_1opcode_and_long_press_set0:
+	jam 0, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset
+frmt_light_on_and_off_1opcode:
+	call frmt_light_on_and_off_1opcode_v2
+	jam LIGHT_CMD_TURN_ON_AND_OFF, mem_FTD_adv_raw
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_color_switch_WY_only_payload_set:
+	jam LIGHT_CMD_COLOR_SWTICH, mem_FTD_adv_raw
+	jam LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data
+	jam LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data+1
+	jam LIGHT_CMD_FTD_COLOR_SWTICH_RESERVED, mem_FTD_adv_raw_reserved
+	rtn
+frmt_light_color_switch_W_only_payload_set:
+	jam LIGHT_CMD_COLOR_SWTICH, mem_FTD_adv_raw
+	jam LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data
+	jam LIGHT_CMD_FTD_COLOR_SWTICH_RESERVED, mem_FTD_adv_raw_reserved
+	rtn
+	
+frmt_light_color_switch_Y_only_payload_set:
+	jam LIGHT_CMD_COLOR_SWTICH, mem_FTD_adv_raw
+	jam LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data+1
+	jam LIGHT_CMD_FTD_COLOR_SWTICH_RESERVED, mem_FTD_adv_raw_reserved
+	rtn
+
+frmt_light_color_switch:
+	fetch 1,mem_light_color_switch_cnt
+	sub pdata,3,null
+	call frmt_color_switch_cnt_set0,zero
+	beq 0,frmt_light_color_switch_WY
+	beq 1,frmt_light_color_switch_W
+	beq 2,frmt_light_color_switch_Y
+	rtn
+frmt_color_switch_cnt_set0:
+	setarg 0
+	store 1,mem_light_color_switch_cnt
+	rtn
+frmt_light_color_switch_WY:
+	fetch 1, mem_light_color_switch_cnt
+	pincrease 1
+	store 1,mem_light_color_switch_cnt
+	call frmt_light_color_switch_WY_V2
+	fetch 1,mem_special_agreemeet_enable
+	beq 1,gem_light_color_switch
+	call frmt_light_color_switch_WY_only_payload_set
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press	
+frmt_light_color_switch_W:
+	fetch 1, mem_light_color_switch_cnt
+	pincrease 1
+	store 1,mem_light_color_switch_cnt
+	call frmt_light_color_switch_W_V2
+	fetch 1,mem_special_agreemeet_enable
+	beq 1,gem_light_color_switch
+	call frmt_light_color_switch_W_only_payload_set
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+frmt_light_color_switch_Y:
+	fetch 1, mem_light_color_switch_cnt
+	pincrease 1
+	store 1,mem_light_color_switch_cnt
+	call frmt_light_color_switch_Y_V2
+	fetch 1,mem_special_agreemeet_enable
+	beq 1,gem_light_color_switch
+	call frmt_light_color_switch_Y_only_payload_set
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_aid_turn_on_and_off:
+	fetch 1,mem_light_aid_swtich_flag  // 0:on   1:off
+	beq 0, frmt_light_aid_turn_on
+frmt_light_aid_turn_off:
+	call frmt_light_aid_turn_off_V2
+	jam 0, mem_light_aid_swtich_flag
+	fetch 1,mem_special_agreemeet_enable
+	beq 1,gem_light_aid_turn_onoff
+	beq 2,key_light_Aux_lamp_on_and_off_KY
+	jam LIGHT_CMD_AID_TURN_OFF, mem_FTD_adv_raw 
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press	
+frmt_light_aid_turn_on:
+	call frmt_light_aid_turn_on_V2
+	jam 1,mem_light_aid_swtich_flag
+	fetch 1,mem_special_agreemeet_enable
+	beq 1,gem_light_aid_turn_onoff
+	beq 2,key_light_Aux_lamp_on_and_off_KY
+	jam LIGHT_CMD_AID_TURN_ON, mem_FTD_adv_raw
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_pcnt_50_and_100percent:
+	fetch 1,mem_light_brightness_switch_flag
+	beq 0, frmt_light_pcnt_50_percent
+frmt_light_pcnt_100_percent:
+	call frmt_light_pcnt_100_percent_V2
+	jam LIGHT_CMD_COLOR_SWTICH, mem_FTD_adv_raw
+	jam LIGHT_DATA_PART_FF,  mem_FTD_adv_raw_data
+	jam LIGHT_DATA_PART_FF,  mem_FTD_adv_raw_data+1
+	jam 0, mem_light_brightness_switch_flag
+	jam 2, mem_FTD_adv_raw_reserved	
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+frmt_light_pcnt_50_percent:
+	call frmt_light_pcnt_50_percent_V2
+	jam 1, mem_FTD_adv_raw_reserved
+	jam LIGHT_CMD_COLOR_SWTICH, mem_FTD_adv_raw
+	jam LIGHT_FTD_DATA_PART_PCNT_50PERCENT,  mem_FTD_adv_raw_data
+	jam LIGHT_FTD_DATA_PART_PCNT_50PERCENT,  mem_FTD_adv_raw_data+1
+	jam 1, mem_light_brightness_switch_flag
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_rgb_auto:
+	fetch 1,mem_special_agreemeet_enable
+	sub pdata,1,null
+	call gem_light_rgb_auto,zero
+	jam 1,mem_light_rgb_on_and_off_flag
+	fetch 1,mem_light_rgb_auto_flag
+	beq 0,frmt_light_rgb_circulation_1e
+frmt_light_rgb_circulation_1f:						//off
+	call frmt_light_rgb_circulation_1f_V2
+	jam LIGHT_CMD_RGB_1F, mem_FTD_adv_raw 
+	jam 0, mem_light_rgb_auto_flag
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+frmt_light_rgb_circulation_1e:						//on
+	call frmt_light_rgb_circulation_1e_V2
+	jam LIGHT_CMD_RGB_1E, mem_FTD_adv_raw 
+	jam 1, mem_light_rgb_auto_flag
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press	
+
+frmt_light_rgb_manual:
+	fetch 1,mem_special_agreemeet_enable
+	sub pdata,1,null
+	call gem_light_rgb_step,zero
+	jam LIGHT_CMD_RGB_MANNUL, mem_FTD_adv_raw
+	fetch 1, mem_light_rgb_hand_actuated_flag
+	beq 0,frmt_light_rgb_manual0
+	beq 1,frmt_light_rgb_manual1
+	beq 2,frmt_light_rgb_manual2
+	beq 3,frmt_light_rgb_manual3
+	beq 4,frmt_light_rgb_manual4
+	beq 5,frmt_light_rgb_manual5
+	beq 6,frmt_light_rgb_manual6
+	rtn
+frmt_light_rgb_manual6:	
+	call frmt_light_rgb_manual6_V2
+	jam 0, mem_light_rgb_hand_actuated_flag
+	jam  LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data
+	jam  LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data+1
+	jam  LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data+2
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_rgb_manual5:
+	call frmt_light_rgb_manual5_V2
+	jam 6, mem_light_rgb_hand_actuated_flag
+	jam  LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data
+	jam  LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data+2
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_rgb_manual4:
+	call frmt_light_rgb_manual4_V2
+	jam 5, mem_light_rgb_hand_actuated_flag
+	jam  LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data+1
+	jam  LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data+2
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_rgb_manual3:
+	call frmt_light_rgb_manual3_V2
+	jam 4, mem_light_rgb_hand_actuated_flag
+	jam  LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data
+	jam  LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data+1
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press	
+
+frmt_light_rgb_manual2:
+	call frmt_light_rgb_manual2_V2
+	jam 3, mem_light_rgb_hand_actuated_flag
+	jam  LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data+2
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_rgb_manual1:
+	call frmt_light_rgb_manual1_V2
+	jam 2, mem_light_rgb_hand_actuated_flag
+	jam  LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data+1
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_rgb_manual0:
+	call frmt_light_rgb_manual0_V2
+	jam 1, mem_light_rgb_hand_actuated_flag
+	jam  LIGHT_DATA_PART_FF, mem_FTD_adv_raw_data
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_timing_1min:
+	call frmt_light_timing_1min_V2
+	jam 1, mem_FTD_adv_raw_data	
+frmt_light_timing_off:
+	jam LIGHT_CMD_DELAY_OFF, mem_FTD_adv_raw
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_group1_on_and_long_press_set1:
+	jam 1, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset	
+frmt_light_group1_on:
+	call frmt_light_group1_on_V2
+	jam 1, mem_light_group1_on_and_off_flag
+	jam LIGHT_CMD_TURN_ON, mem_FTD_adv_raw
+	jam 1, mem_groups_num
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_group2_on_and_long_press_set2:
+	jam 2, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset	
+frmt_light_group2_on:
+	call frmt_light_group2_on_V2
+	jam 1, mem_light_group2_on_and_off_flag
+	jam LIGHT_CMD_TURN_ON, mem_FTD_adv_raw
+	jam 2, mem_groups_num
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_group3_on_and_long_press_set3:
+	jam 3, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset	
+frmt_light_group3_on:
+	jam 1, mem_light_group3_on_and_off_flag
+	jam LIGHT_CMD_TURN_ON, mem_FTD_adv_raw
+	jam 3, mem_groups_num
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+	
+frmt_light_group4_on_and_long_press_set4:
+	jam 4, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset	
+frmt_light_group4_on:
+	call frmt_light_group4_on_V2
+	jam 1, mem_light_group4_on_and_off_flag
+	jam LIGHT_CMD_TURN_ON, mem_FTD_adv_raw
+	jam 4, mem_groups_num
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+	
+frmt_light_group1_on_and_off_and_long_press_set1:
+	jam 1, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset
+frmt_light_group1_on_and_off:
+	fetch 1, mem_light_group1_on_and_off_flag
+	branch frmt_light_group1_on, blank
+frmt_light_group1_off:
+	call frmt_light_group1_off_V2
+	jam 0, mem_light_group1_on_and_off_flag
+	jam LIGHT_CMD_TURN_OFF, mem_FTD_adv_raw
+	jam 1, mem_groups_num
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+
+frmt_light_group2_on_and_off_and_long_press_set2:
+	jam 2, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset
+frmt_light_group2_on_and_off:
+	fetch 1, mem_light_group2_on_and_off_flag
+	branch frmt_light_group2_on, blank
+frmt_light_group2_off:	
+	call frmt_light_group2_off_V2
+	jam 0, mem_light_group2_on_and_off_flag
+	jam LIGHT_CMD_TURN_OFF, mem_FTD_adv_raw
+	jam 2, mem_groups_num
+	//call p_light_groups_address_set
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_group3_on_and_off_and_long_press_set3:
+	jam 3, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset
+frmt_light_group3_on_and_off:
+	fetch 1, mem_light_group3_on_and_off_flag
+	branch frmt_light_group3_on, blank
+frmt_light_group3_off:
+	call frmt_light_group3_off_V2
+	jam 0, mem_light_group3_on_and_off_flag
+	jam LIGHT_CMD_TURN_OFF, mem_FTD_adv_raw
+	jam 3, mem_groups_num
+	//call p_light_groups_address_set	
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_group4_on_and_off_and_long_press_set4:
+	jam 4, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset
+frmt_light_group4_on_and_off:
+	fetch 1, mem_light_group4_on_and_off_flag
+	branch frmt_light_group4_on, blank
+frmt_light_group4_off:
+	call frmt_light_group4_off_V2
+	jam 0, mem_light_group4_on_and_off_flag
+	jam LIGHT_CMD_TURN_OFF, mem_FTD_adv_raw
+	jam 4, mem_groups_num
+	//call p_light_groups_address_set
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_light_pairing_group1:	
+	jam 1, mem_groups_num
+	jam 1, mem_ble_v2_group_index
+	branch frmt_light_pairing_process
+
+frmt_light_pairing_group2:	
+	jam 2, mem_groups_num
+	jam 2, mem_ble_v2_group_index
+	branch frmt_light_pairing_process
+
+frmt_light_pairing_group3:	
+	jam 3, mem_groups_num
+	jam 3, mem_ble_v2_group_index
+	branch frmt_light_pairing_process
+
+frmt_light_pairing_group4:	
+	jam 4, mem_groups_num
+	jam 4, mem_ble_v2_group_index
+	branch frmt_light_pairing_process
+
+
+	
Index: program/app_light/remoter/frmt_fml_remoter_lib_fan.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/remoter/frmt_fml_remoter_lib_fan.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/remoter/frmt_fml_remoter_lib_fan.prog	(working copy)
@@ -0,0 +1,91 @@
+
+frmt_fan_master_off:
+	call frmt_fan_master_off_v2
+	jam FAN_CMD_MASTER_ON_AND_OFF, mem_FTD_adv_raw
+	jam 0, mem_FTD_adv_raw_data	
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_fan_turning_forward_and_reverse:
+	fetch 1, mem_fan_direction_alternant
+	branch frmt_fan_turning_reverse, blank
+	jam 0, mem_fan_direction_alternant
+	branch frmt_fan_turning_forward
+frmt_fan_turning_reverse:
+	call frmt_fan_turing_reverse_v2
+	jam 1, mem_fan_direction_alternant
+	jam FAN_CMD_DIRECTION, mem_FTD_adv_raw
+	jam 1, mem_FTD_adv_raw_data
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+frmt_fan_turning_forward:
+	call frmt_fan_turing_forward_v2
+	jam FAN_CMD_DIRECTION, mem_FTD_adv_raw
+	jam 0, mem_FTD_adv_raw_data
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_fan_natural_wind:
+	call frmt_fan_natural_wind_v2
+	jam FAN_CMD_MODE, mem_FTD_adv_raw
+	jam 2, mem_FTD_adv_raw_data
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press	
+
+frmt_fan_tap_position_1:
+	call frmt_fan_tap_position_1_v2
+	setarg 1
+frmt_fan_tap_position_common:
+	store 1, mem_FTD_adv_raw_data
+	jam FAN_CMD_SPEED_32,mem_FTD_adv_raw
+	jam 6, mem_FTD_adv_raw_data+1	
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+frmt_fan_tap_position_2:
+	call frmt_fan_tap_position_2_v2
+	setarg 2
+	branch frmt_fan_tap_position_common
+	
+frmt_fan_tap_position_3:
+	call frmt_fan_tap_position_3_v2
+	setarg 3
+	branch frmt_fan_tap_position_common
+	
+frmt_fan_tap_position_4:
+	call frmt_fan_tap_position_4_v2
+	setarg 4
+	branch frmt_fan_tap_position_common
+	
+frmt_fan_tap_position_5:
+	call frmt_fan_tap_position_5_v2
+	setarg 5
+	branch frmt_fan_tap_position_common
+	
+frmt_fan_tap_position_6:
+	call frmt_fan_tap_position_6_v2
+	setarg 6
+	branch frmt_fan_tap_position_common
+
+frmt_fan_stop_fan_and_long_press_set1:
+	jam 1, mem_light_num_of_long_press
+	call frmt_light_long_press_flag_reset
+frmt_fan_stop_fan:
+	call frmt_fan_stop_fan_v2
+	jam FAN_CMD_SPEED_31,mem_FTD_adv_raw
+	jam 0, mem_FTD_adv_raw_data
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
+
+frmt_fan_deflector_on_and_off:
+	fetch 1, mem_fan_deflector_flag
+	branch frmt_fan_deflector_on, blank
+frmt_fan_deflector_off:
+	call frmt_fan_deflector_off_v2
+	jam 0, mem_fan_deflector_flag
+	jam FAN_CMD_DEFLECTOR, mem_FTD_adv_raw
+	jam 0, mem_FTD_adv_raw_data
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press	
+	
+frmt_fan_deflector_on:
+	call frmt_fan_deflector_on_v2
+	jam 1, mem_fan_deflector_flag
+	jam FAN_CMD_DEFLECTOR, mem_FTD_adv_raw
+	jam 1, mem_FTD_adv_raw_data
+	branch frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press
+
Index: program/app_light/remoter/frmt_fml_remoter_lib_fan_v2.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/remoter/frmt_fml_remoter_lib_fan_v2.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/remoter/frmt_fml_remoter_lib_fan_v2.prog	(working copy)
@@ -0,0 +1,65 @@
+
+
+frmt_fan_master_off_v2:
+	setarg FAN_CMD_MASTER_ON_AND_OFF_V2
+	store 2, mem_ble_v2_cmd
+	branch frmt_ble_v2_encoder_pack
+
+frmt_fan_turing_reverse_v2:
+	jam 1, mem_ble_v2_para+1
+frmt_fan_turing_forward_v2:
+	setarg FAN_CMD_WIND_DIRECTION_V2
+	store 2, mem_ble_v2_cmd
+	branch frmt_ble_v2_encoder_pack
+
+frmt_fan_natural_wind_v2:
+	jam 0x02, mem_ble_v2_para+1
+frmt_fan_mode_sel_common_v2:
+	setarg FAN_CMD_MODE_SEL_V2
+	store 2, mem_ble_v2_cmd
+	branch frmt_ble_v2_encoder_pack
+
+frmt_fan_tap_position_1_v2:
+	setarg 1
+frmt_fan_tap_position_common_v2:
+	store 1, mem_ble_v2_para+2
+	setarg FAN_CMD_WIND_SPEED_V2
+	store 2, mem_ble_v2_cmd
+	jam 0x20, mem_ble_v2_para+1
+	branch frmt_ble_v2_encoder_pack
+
+frmt_fan_tap_position_2_v2:
+	setarg 2
+	branch frmt_fan_tap_position_common_v2
+	
+frmt_fan_tap_position_3_v2:
+	setarg 3
+	branch frmt_fan_tap_position_common_v2	
+
+frmt_fan_tap_position_4_v2:
+	setarg 4
+	branch frmt_fan_tap_position_common_v2	
+
+frmt_fan_tap_position_5_v2:
+	setarg 5
+	branch frmt_fan_tap_position_common_v2	
+	
+frmt_fan_tap_position_6_v2:
+	setarg 6
+	branch frmt_fan_tap_position_common_v2	
+
+frmt_fan_stop_fan_v2:
+	setarg 0
+	branch frmt_fan_tap_position_common_v2
+
+
+frmt_fan_deflector_on_v2:
+	jam 1, mem_ble_v2_para+1
+frmt_fan_deflector_off_v2:	
+	setarg FAN_CMD_DEFLECTOR_V2
+	store 2, mem_ble_v2_cmd
+	branch frmt_ble_v2_encoder_pack
+
+
+
+
Index: program/app_light/remoter/frmt_fml_remoter_lib_v2.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/remoter/frmt_fml_remoter_lib_v2.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/remoter/frmt_fml_remoter_lib_v2.prog	(working copy)
@@ -0,0 +1,236 @@
+
+frmt_light_to_Y_V2:
+	jam 0x18, mem_ble_v2_para+1
+	branch frmt_light_common
+
+frmt_light_to_W_V2:
+	jam 0x24, mem_ble_v2_para+1
+	branch frmt_light_common
+
+
+frmt_light_darken_V2:
+	jam 0x28, mem_ble_v2_para+1
+	branch frmt_light_common
+	
+
+frmt_light_lighten_V2:
+	jam 0x14, mem_ble_v2_para+1
+	branch frmt_light_common
+
+frmt_light_common:
+	setarg LIGHT_CMD_LIGHT_CTL_V2
+	store 2, mem_ble_v2_cmd
+	branch frmt_ble_v2_encoder_pack
+
+frmt_ble_v2_encoder_pack:
+	bpatchx patch30_5,mem_patch30
+	call frmt_ble_data_set
+	fetch 1,mem_light_manufacture_id2_v2
+	ncall frmt_have_id2_v2,blank
+	rtn
+	
+frmt_have_id2_v2:
+	bpatchx patch30_6,mem_patch30
+	arg FTD_PDU_LEN, loopcnt
+	arg mem_ble_v2_pdu, contr
+	arg mem_ble_v2_pdu_2, contw
+	call memcpy_fast
+
+	fetch 1,mem_light_manufacture_id2_v2
+	store 1,mem_ble_v2_customer_id
+	fetch 1,mem_ble_v2_packet_num
+	pincrease -1
+	store 1,mem_ble_v2_packet_num
+	call frmt_ble_data_set
+	fetch 1,mem_ble_v2_customer_id_copy
+	store 1,mem_ble_v2_customer_id
+	rtn
+
+frmt_light_night_light_V2:
+	setarg LIGHT_CMD_NIGHT_LIGHT_V2
+	branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0	
+
+
+frmt_light_master_pairing_V2:
+	setarg CMD_PAIRING
+frmt_ble_v2_encoder_with_cmd_store_and_para_set0:
+	store 2, mem_ble_v2_cmd
+	setarg 0
+	store 4, mem_ble_v2_para
+	branch frmt_ble_v2_encoder_pack
+
+frmt_light_clear_code_V2:
+	setarg CMD_CLEAR_CODE
+	branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0	
+
+frmt_light_master_on_V2:
+	jam 0, mem_ble_v2_group_index
+frmt_light_turn_on_common:	
+	setarg LIGHT_CMD_TURN_ON_V2
+	branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0
+
+frmt_light_master_off_V2:
+	jam 0, mem_ble_v2_group_index
+frmt_light_turn_off_common:	
+	setarg LIGHT_CMD_TURN_OFF_V2
+	branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0
+
+frmt_light_on_and_off_1opcode_v2:
+	setarg LIGHT_CMD_TURN_ON_AND_OFF_V2	
+	branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0
+
+frmt_light_color_switch_WY_V2:
+	setarg LIGHT_CMD_LIGHT_CTL_V2
+	store 2, mem_ble_v2_cmd
+	jam 0, mem_ble_v2_para
+	jam LIGHT_CMD_FTD_COLOR_SWTICH_RESERVED, mem_ble_v2_para+1
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+2
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+3
+	branch frmt_ble_v2_encoder_pack
+
+frmt_light_color_switch_W_V2:
+	setarg LIGHT_CMD_LIGHT_CTL_V2
+	store 2, mem_ble_v2_cmd
+	jam 0, mem_ble_v2_para
+	jam LIGHT_CMD_FTD_COLOR_SWTICH_RESERVED, mem_ble_v2_para+1
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+2
+	branch frmt_ble_v2_encoder_pack
+
+frmt_light_color_switch_Y_V2:
+	setarg LIGHT_CMD_LIGHT_CTL_V2
+	store 2, mem_ble_v2_cmd
+	jam 0, mem_ble_v2_para
+	jam LIGHT_CMD_FTD_COLOR_SWTICH_RESERVED, mem_ble_v2_para+1
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+3
+	branch frmt_ble_v2_encoder_pack
+
+frmt_light_aid_turn_off_V2:
+	setarg LIGHT_CMD_AIDED_LIGHT_TURN_OFF_V2
+	branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0
+
+frmt_light_aid_turn_on_V2:
+	setarg LIGHT_CMD_AIDED_LIGHT_TURN_ON_V2
+	branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0
+
+frmt_light_pcnt_100_percent_V2:
+	setarg LIGHT_CMD_LIGHT_CTL_V2
+	store 2, mem_ble_v2_cmd
+	jam 0, mem_ble_v2_para
+	jam 0x02, mem_ble_v2_para+1
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+2
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+3
+	branch frmt_ble_v2_encoder_pack
+
+frmt_light_pcnt_50_percent_V2:
+	setarg LIGHT_CMD_LIGHT_CTL_V2
+	store 2, mem_ble_v2_cmd
+	jam 0, mem_ble_v2_para
+	jam 0x01, mem_ble_v2_para+1
+	jam LIGHT_FTD_DATA_PART_PCNT_50PERCENT, mem_ble_v2_para+2
+	jam LIGHT_FTD_DATA_PART_PCNT_50PERCENT, mem_ble_v2_para+3
+	branch frmt_ble_v2_encoder_pack
+
+frmt_light_rgb_circulation_1f_V2:
+	setarg LIGHT_CMD_RGB_AUTO_TURN_OFF_V2
+	branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0
+
+frmt_light_rgb_circulation_1e_V2:
+	setarg LIGHT_CMD_RGB_AUTO_TURN_ON_V2
+	branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0
+
+frmt_light_rgb_manual0_V2:
+	setarg LIGHT_CMD_RGB_MANUAL_V2
+	store 2, mem_ble_v2_cmd
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+1
+	branch frmt_ble_v2_encoder_pack
+	
+frmt_light_rgb_manual1_V2:
+	setarg LIGHT_CMD_RGB_MANUAL_V2
+	store 2, mem_ble_v2_cmd
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+2
+	branch frmt_ble_v2_encoder_pack
+
+frmt_light_rgb_manual2_V2:
+	setarg LIGHT_CMD_RGB_MANUAL_V2
+	store 2, mem_ble_v2_cmd
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+3
+	branch frmt_ble_v2_encoder_pack
+	
+frmt_light_rgb_manual3_V2:
+	setarg LIGHT_CMD_RGB_MANUAL_V2
+	store 2, mem_ble_v2_cmd
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+1
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+2
+	branch frmt_ble_v2_encoder_pack	
+	
+frmt_light_rgb_manual4_V2:
+	setarg LIGHT_CMD_RGB_MANUAL_V2
+	store 2, mem_ble_v2_cmd
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+1
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+3
+	branch frmt_ble_v2_encoder_pack	
+
+frmt_light_rgb_manual5_V2:
+	setarg LIGHT_CMD_RGB_MANUAL_V2
+	store 2, mem_ble_v2_cmd
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+2
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+3
+	branch frmt_ble_v2_encoder_pack		
+
+frmt_light_rgb_manual6_V2:
+	setarg LIGHT_CMD_RGB_MANUAL_V2
+	store 2, mem_ble_v2_cmd
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+1
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+2
+	jam LIGHT_DATA_PART_FF, mem_ble_v2_para+3
+	branch frmt_ble_v2_encoder_pack	
+
+frmt_light_timing_1min_V2:
+	setarg 0x01
+frmt_light_timing_off_common_V2:
+	jam PRODUCT_MAINTYPE_LIGHT,mem_ble_v2_maintype
+	store 2, mem_ble_v2_para+1
+	setarg CMD_TIMING_OFF
+	store 2, mem_ble_v2_cmd
+	jam 0, mem_ble_v2_para
+	jam 0, mem_ble_v2_para+3
+	branch frmt_ble_v2_encoder_pack
+
+frmt_light_timing_30s_V2:
+	setarg 0
+	branch frmt_light_timing_off_common_V2
+
+frmt_light_group1_on_V2:
+	jam 1, mem_ble_v2_group_index
+	branch frmt_light_turn_on_common	
+	
+frmt_light_group2_on_V2:
+	jam 2, mem_ble_v2_group_index
+	branch frmt_light_turn_on_common	
+	
+frmt_light_group3_on_V2:
+	jam 3, mem_ble_v2_group_index
+	branch frmt_light_turn_on_common	
+
+frmt_light_group4_on_V2:
+	jam 4, mem_ble_v2_group_index
+	branch frmt_light_turn_on_common
+
+frmt_light_group1_off_V2:
+	jam 1, mem_ble_v2_group_index
+	branch frmt_light_turn_off_common	
+	
+frmt_light_group2_off_V2:
+	jam 2, mem_ble_v2_group_index
+	branch frmt_light_turn_off_common	
+	
+frmt_light_group3_off_V2:
+	jam 3, mem_ble_v2_group_index
+	branch frmt_light_turn_off_common	
+
+frmt_light_group4_off_V2:
+	jam 4, mem_ble_v2_group_index
+	branch frmt_light_turn_off_common
+
+
+
Index: program/app_light/remoter/frmt_fml_remoter_main.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/remoter/frmt_fml_remoter_main.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/remoter/frmt_fml_remoter_main.prog	(working copy)
@@ -0,0 +1,401 @@
+
+
+frmt_main:
+	bpatchx patch30_7,mem_patch30
+	call frmt_kscan_init
+	call frmt_kscan	
+	fetch 8, mem_kscan_record_keypress
+	ncall frmt_kscan_available, blank
+// 	call ice_break
+	call frmt_judge_reset_last_key
+
+	fetch 1, mem_light_release_adv_flag
+	ncall p_light_released_cb, blank
+
+	call frmt_kscan_keypress_analysis_process
+
+	fetch 1, mem_le_adv_enable
+	call frmt_light_indicator_led_flag_set0, blank
+	
+	fetch 1, mem_indicator_turn_on_enable
+	ncall frmt_light_indicator_led, blank
+
+	fetch 1, mem_indicator_turn_on_enable
+	call frmt_light_indicator_led_off, blank
+
+	bpatchx patch31_0,mem_patch31
+
+// 	rtn		
+	branch frmt_app_enter_lpm 
+
+frmt_kscan_keypress_analysis_process:
+	bpatchx patch31_1,mem_patch31
+
+	fetch 1,mem_special_agreemeet_enable
+	sub pdata,1,null
+	call frmt_light_gem_long_press_cnt,zero
+//	fetch 2, mem_long_press_adv_timeout
+//	nrtn blank
+	fetch 8, mem_kscan_record_keypress
+// 	call ice_break
+	rtn blank
+	
+	setarg 0    //clear data part (3 Bytes)
+	store 3, mem_FTD_adv_raw_data
+	store 4, mem_ble_v2_para
+	jam 0, mem_FTD_adv_raw_reserved
+
+	fetch 1, mem_light_release_adv_flag
+	ncall p_light_released_cb, blank
+
+	fetch 2,mem_rmt_keydown_cb
+	branch callback_func
+
+	//branch p_frmt_kscan_keypress_combination_key			//组合键功能
+
+p_light_released_cb:
+	fetch 2,mem_rmt_released_cb
+	branch callback_func
+
+
+frmt_get_current_key:				//获得键值
+	bpatchx patch31_2,mem_patch31
+
+	fetch 8, mem_kscan_record_keypress
+	copy pdata, temp   
+	arg KEYBOARD_MAX_KEYS_NUM, loopcnt
+	arg 0, queue
+	call frmt_kscan_keypress_analysis_get_keypress   //queue is the key num
+	deposit queue   //copy queue to pdata
+	store 1, mem_light_current_key
+	setarg 0
+	store 8, mem_kscan_record_keypress
+	bpatchx patch31_3,mem_patch31
+	branch frmt_light_set_continuous_kps_cnt_reset_timeout    //, blank
+	
+
+frmt_judge_reset_last_key:
+	fetch 1, mem_keypress_analysis_flag
+	nrtn blank
+	
+	jam 0, mem_light_last_key
+	jam 0, mem_light_color_and_lgtness_long_press_adv_enable
+frmt_light_long_press_judge_reset:
+	setarg 0
+	store 2, mem_long_press_timeout
+	store 2,mem_gem_cnt_inces_timeout
+	rtn
+	
+frmt_kscan_keypress_analysis_get_keypress:
+	qisolate1 pdata  
+	rtn true
+	increase 1, queue
+	loop frmt_kscan_keypress_analysis_get_keypress
+	rtn 	
+
+frmt_kscan_available:
+	jam 1, mem_keypress_analysis_flag
+
+	jam 1, mem_indicator_turn_on_enable
+	setarg KEY_PRESS_LED_ON_TIME
+	store 2, mem_indicator_led_turn_on_timeout
+	jam KSCAN_ANALYSIS_INTERVAL, mem_kscan_analysis_interval_timeout
+	rtn
+
+
+frmt_light_indicator_led_flag_set0:
+	bpatchx patch31_4,mem_patch31
+	fetch 1, mem_keypress_analysis_flag
+	nrtn blank
+frmt_light_indicator_led_flag_set0_process:	
+	setarg 0
+	store 2, mem_indicator_led_turn_on_timeout
+	jam 0, mem_indicator_turn_on_enable
+	bpatchx patch31_5,mem_patch31
+	rtn
+
+frmt_light_indicator_led:		
+	bpatchx patch31_6,mem_patch31
+	fetch 1, mem_light_indicator_led
+	rtn blank
+frmt_light_indicator_led_debug:	
+	fetcht 1, mem_light_indicator_led
+	branch gpio_config_output_patch
+	
+
+frmt_light_indicator_led_off:
+	bpatchx patch31_7,mem_patch31
+	fetch 1, mem_light_indicator_led
+	rtn blank
+frmt_light_indicator_led_off_debug:
+	fetcht 1, mem_light_indicator_led
+	or temp, 0x80, temp
+	branch gpio_config_output_patch
+
+
+/************************************低功耗************************************/
+
+frmt_app_enter_lpm:	
+	fetch 2, mem_light_lpm_enable_timeout   
+	nrtn blank
+	fetch 2, mem_indicator_led_turn_on_timeout   
+	nrtn blank
+	bpatchx patch32_0,mem_patch32
+	call frmt_enter_lpm_gpio_config
+frmt_app_enter_lpm_1:
+	call frmt_wakeup_low_config
+
+	bpatchx patch32_1,mem_patch32
+	arg -1, temp   //
+	branch lpm_sleep
+
+/*
+1306AB:
+SDA：gpio0
+SCL：gpio1
+WP：gpio2
+ice: gpio19
+除开上面的IO, 其他没有被使用到矩阵键盘的IO下拉。
+*/
+frmt_enter_lpm_gpio_config:
+	bpatchx patch32_2,mem_patch32
+	arg ENTER_LPM_LEISURE_IO_CONFIG_NUM, loopcnt  //避开0,1,2, 19,4个IO 
+	jam ENTER_LPM_LEISURE_IO_CONFIG_START, mem_light_lpm_gpio_config_io_temp   //跳过012,3个IO.iic,wp.
+frmt_drop_down_unused_io_loopcnt:
+	fetcht 1, mem_light_lpm_gpio_config_io_temp
+	copy temp, queue
+	fetch 4, mem_light_lpm_gpio_config_flag    //为1不处理（说明IO被使用）
+	qisolate1 pdata
+	branch frmt_drop_down_unused_io_loopcnt_no_drop_down, true
+	or temp, 0x80, temp
+	call gpio_config_input
+frmt_drop_down_unused_io_loopcnt_no_drop_down:
+	fetch 1, mem_light_lpm_gpio_config_io_temp
+	pincrease 1
+	store 1, mem_light_lpm_gpio_config_io_temp
+	loop frmt_drop_down_unused_io_loopcnt
+	jam gpcfg_pullup, core_gpio13_conf
+	rtn
+
+frmt_wakeup_low_config:
+	bpatchx patch32_3,mem_patch32
+	fetcht 1, mem_kscan_row_nums
+	copy temp, rega
+	arg 0, regb
+	arg 0, temp
+	storet 8, mem_gpio_wakeup_low	
+	arg mem_kscan_row_gpio_pin, contr
+	call frmt_wakeup_low_config_loop
+	set1 13,temp
+	storet 4, mem_gpio_wakeup_low
+	rtn
+
+frmt_wakeup_low_config_loop:
+	ifetch 1, contr
+	iforce queue
+	qset1 temp
+
+	increase 1, regb
+	deposit rega
+	isub regb, null
+	rtn zero
+	branch frmt_wakeup_low_config_loop
+
+
+
+/************************************发包************************************/
+
+frmt_le_send_adv_ind:
+// call ice_break
+	bpatchx patch32_4,mem_patch32
+	fetch 1,mem_special_agreemeet_enable
+	beq 2,key_le_send_adv_ind
+	fetch 1,mem_ble_v2_customer_id
+	nbranch frmt_send_id1_v2,blank
+frmt_judge_send_id1_v1:
+	fetch 1,mem_special_agreemeet_enable
+	beq 1,frmt_send_id1_v1
+	fetch 1,mem_light_manufacture_id
+	nbranch frmt_send_id1_v1,blank
+frmt_judge_send_id2_v1:
+	fetch 1,mem_light_manufacture_id2
+	nbranch frmt_send_id2_v1,blank
+frmt_judge_send_id2_v2:
+	fetch 1,mem_light_manufacture_id2_v2
+	nbranch frmt_send_id2_v2,blank
+frmt_id_flag_set0:
+	setarg 0
+	store 4,mem_adv_manufacturer_switch_flag
+//	store 1,mem_adv_manufacturer_switch_flag1
+//	store 1,mem_adv_manufacturer_switch_flag2
+//	store 1,mem_adv_manufacturer_switch_flag3
+	rtn
+frmt_le_send_adv_ind_pdu1:	
+	bpatchx patch32_5,mem_patch32
+// 	jam 05,mem_light_whitening_buffer+2
+	arg FTD_PDU_LEN, loopcnt                	
+	arg mem_le_txheader, contw                 
+	arg mem_light_whitening_buffer, contr
+	call memcpy_fast
+	branch le_send_adv_transmit
+
+frmt_le_send_adv_ind_v2:
+	bpatchx patch32_6,mem_patch32
+	arg FTD_PDU_LEN, loopcnt                	
+	arg mem_le_txheader, contw                 
+	arg mem_ble_v2_pdu, contr
+	call memcpy_fast
+	branch le_send_adv_transmit
+
+frmt_le_send_adv_ind_pdu2:
+	bpatchx patch32_7,mem_patch32
+	arg FTD_PDU_LEN, loopcnt                
+	arg mem_le_txheader, contw                 
+	arg mem_light_whitening_buffer_2, contr
+	call memcpy_fast
+	branch le_send_adv_transmit
+
+frmt_le_send_adv_ind_v2_2:
+	bpatchx patch33_0,mem_patch33
+	arg FTD_PDU_LEN, loopcnt                	
+	arg mem_le_txheader, contw                 
+	arg mem_ble_v2_pdu_2, contr
+	call memcpy_fast
+	branch le_send_adv_transmit
+
+frmt_send_id1_v2:
+	bpatchx patch33_1,mem_patch33
+	fetch 1, mem_adv_manufacturer_switch_flag
+	beq 3,frmt_judge_send_id1_v1	
+	pincrease 1
+	store 1, mem_adv_manufacturer_switch_flag
+	branch frmt_le_send_adv_ind_v2
+
+frmt_send_id1_v1:
+	bpatchx patch33_2,mem_patch33
+
+	fetch 1, mem_adv_manufacturer_switch_flag1
+	beq 3,frmt_judge_send_id2_v1	
+	pincrease 1
+	store 1, mem_adv_manufacturer_switch_flag1
+	fetch 1,mem_special_agreemeet_enable
+	beq 1,gem_le_send_adv_ind
+	branch frmt_le_send_adv_ind_pdu1
+
+frmt_send_id2_v1:
+	bpatchx patch33_3,mem_patch33
+
+	fetch 1, mem_adv_manufacturer_switch_flag2
+	beq 3,frmt_judge_send_id2_v2	
+	pincrease 1
+	store 1, mem_adv_manufacturer_switch_flag2
+	branch frmt_le_send_adv_ind_pdu2
+
+frmt_send_id2_v2:
+	bpatchx patch33_4,mem_patch33
+
+	fetch 1, mem_adv_manufacturer_switch_flag3
+	beq 3,frmt_id_flag_set0	
+	pincrease 1
+	store 1, mem_adv_manufacturer_switch_flag3
+	branch frmt_le_send_adv_ind_v2_2
+
+gem_le_send_adv_ind:
+	arg GEM_PDU_LEN, loopcnt                   
+	arg mem_le_txheader, contw       
+	arg mem_light_whitening_buffer, contr   
+	call memcpy_fast
+	branch le_send_adv_transmit
+
+key_le_send_adv_ind:					//科云
+// call ice_break
+	fetch 1, mem_adv_cnts
+	pincrease 1
+	store 1, mem_adv_cnts
+	sub pdata,3,null
+	branch frmt_le_send_adv_ind_v2,positive
+	sub pdata, 6, null
+	branch key_le_send_adv_ind_KY1, positive
+	sub pdata, 9, null
+	branch key_le_send_adv_ind_KY,positive
+	setarg 0
+	store 1,mem_adv_cnts
+	branch frmt_le_send_adv_ind_v2
+	
+key_le_send_adv_ind_KY1:
+	arg KEY_PDU_LEN, loopcnt                   
+	arg mem_le_txheader, contw       
+	arg mem_light_JYM_tx_temp, contr   
+	call memcpy_fast
+	branch le_send_adv_transmit
+key_le_send_adv_ind_KY:	
+	arg KEY_PDU_LEN, loopcnt                   
+	arg mem_le_txheader, contw       
+	arg mem_light_whitening_buffer, contr   
+	call memcpy_fast
+	branch le_send_adv_transmit
+
+	
+/************************************通道************************************/
+frmt_le_next_adv_channel:
+	bpatchx patch33_5,mem_patch33
+
+	fetch 1,mem_channel_num
+	call frmt_channel_num_init,blank
+	
+//	fetch 1,mem_channel_num
+	isolate1 0,pdata
+	branch frmt_le_next_adv_channel_37,true
+
+//	fetch 1,mem_channel_num
+	isolate1 1,pdata
+	branch frmt_le_next_adv_channel_38,true
+
+//	fetch 1,mem_channel_num
+	isolate1 2,pdata
+	branch frmt_le_next_adv_channel_39,true	
+	rtn
+
+frmt_channel_num_init:
+	fetch 1,mem_channel_enable
+	store 1,mem_channel_num
+	rtn
+
+
+frmt_le_next_adv_channel_37:
+	bpatchx patch33_6,mem_patch33
+
+	fetch 1,mem_channel_num
+	set0 0,pdata
+	store 1,mem_channel_num
+	fetcht 1,mem_le_adv_channel_map
+	set1 BIT_ADV_CHANNEL_MAP_37,temp
+	storet 1, mem_le_adv_channel_map
+	jam 37, mem_le_ch_mapped
+	branch le_next_adv_channel+1
+
+frmt_le_next_adv_channel_38:
+	bpatchx patch33_7,mem_patch33
+
+	fetch 1,mem_channel_num
+	set0 1,pdata
+	store 1,mem_channel_num
+	fetcht 1,mem_le_adv_channel_map
+	set1 BIT_ADV_CHANNEL_MAP_38,temp
+	storet 1, mem_le_adv_channel_map
+	jam 38, mem_le_ch_mapped
+	branch le_next_adv_channel+1
+
+frmt_le_next_adv_channel_39:
+	bpatchx patch34_0,mem_patch34
+
+	fetch 1,mem_channel_num
+	set0 2,pdata
+	store 1,mem_channel_num
+	fetcht 1,mem_le_adv_channel_map
+	set1 BIT_ADV_CHANNEL_MAP_39,temp
+	storet 1, mem_le_adv_channel_map
+	jam 39, mem_le_ch_mapped
+	branch le_next_adv_channel+1
+
+	
Index: program/app_light/remoter/frmt_fml_remoter_obfuscate.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/remoter/frmt_fml_remoter_obfuscate.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/remoter/frmt_fml_remoter_obfuscate.prog	(working copy)
@@ -0,0 +1,445 @@
+
+
+frmt_adv_rear_6bytes_and_whitening_and_set_PDU_common_short_press:
+	call frmt_light_set_PDU_common_short_press
+	branch frmt_adv_rear_6bytes_and_whitening
+
+frmt_light_set_PDU_common_short_press:
+	bpatchx patch34_1,mem_patch34
+	call frmt_light_flag_set_short_press
+frmt_light_set_PDU_packet_num_and_addr:
+	bpatchx patch34_2,mem_patch34
+	fetch 1, mem_FTD_adv_raw_packet_num
+	pincrease 1
+	store 1, mem_FTD_adv_raw_packet_num
+
+	fetch 1,mem_ble_v2_maintype
+	sub pdata,3,null
+	call frmt_fan_lamp,zero
+	fetch 1,mem_ble_v2_maintype
+	sub pdata,5,null
+	call frmt_solar_lamp,zero
+	branch frmt_light_groups_address_set
+	
+frmt_fan_lamp:
+	jam 0x83, mem_FTD_adv_raw_data+2
+	rtn
+frmt_solar_lamp:
+	jam 0x88, mem_FTD_adv_raw_data+2
+	rtn
+	
+frmt_light_flag_set_short_press:
+// call ice_break
+	bpatchx patch34_3,mem_patch34
+	jam 1, mem_le_adv_enable
+	jam KEY_PRESS_LED_ON_TIME, mem_indicator_led_turn_on_timeout
+	jam 1, mem_indicator_turn_on_enable
+	fetch 2,mem_light_adv_time
+	store 2, mem_ble_light_adv_timeout
+	pincrease 1
+	store 2, mem_light_lpm_enable_timeout
+	rtn
+frmt_light_groups_address_set:   
+	bpatchx patch34_4,mem_patch34
+	fetch 1, mem_FTD_adv_raw_device_add_temp+1
+	arg 0xf0, temp
+	iand temp,pdata
+	fetcht 1,mem_groups_num
+	iadd temp, pdata
+	store 1, mem_FTD_adv_raw_device_add_temp+1
+	fetch 2, mem_FTD_adv_raw_device_add_temp
+	store 2, mem_FTD_adv_raw_device_add
+	rtn
+	
+/*
+pdu的白化和协议后六个bytes的混淆处理。
+*/
+
+
+
+frmt_adv_rear_6bytes_and_whitening:
+// call ice_break
+	bpatchx patch34_5,mem_patch34
+	fetch 1,mem_light_manufacture_id
+	ncall frmt_adv_rear_6bytes_and_whitening_pdu2,blank
+
+	fetch 1, mem_FTD_adv_raw
+	sub pdata, LIGHT_CMD_PAIRING_CODE, null
+	call frmt_light_pdu1_manufacturer_id_set, zero
+
+	call frmt_adv_rear_6bytes
+	arg mem_adv_packet_payload, contw 
+	arg mem_FTD_adv_raw, contr 
+	arg 14, loopcnt              
+	call memcpy_fast 	
+
+	arg FTD_PDU_LEN, loopcnt
+	arg mem_adv_packet, contr
+	arg mem_light_whitening_buffer, contw
+	call memcpy_fast
+
+	jam FTD_PDU_LEN, mem_light_recvd_len
+
+	jam 83, mem_light_whitening_i     //channel 37
+
+	call frmt_light_reverse_and_BLE_whitening
+// 	call ice_break
+	fetch 1, mem_light_manufacture_id
+	store 1, mem_light_whitening_buffer+10
+	bpatchx patch34_6,mem_patch34
+	rtn
+
+frmt_light_pdu1_manufacturer_id_set:
+	fetch 1, mem_light_manufacture_id
+	store 1, mem_FTD_adv_raw_reserved
+	rtn
+
+frmt_adv_rear_6bytes_and_whitening_pdu2:
+	bpatchx patch34_7,mem_patch34
+
+	fetch 1, mem_FTD_adv_raw
+	sub pdata, LIGHT_CMD_PAIRING_CODE, null
+	call frmt_light_pdu2_manufacturer_id_set, zero
+
+	call frmt_adv_rear_6bytes
+	arg mem_adv_packet_payload, contw 
+	arg mem_FTD_adv_raw, contr 
+	arg 14, loopcnt              
+	call memcpy_fast 	
+	
+	arg FTD_PDU_LEN, loopcnt
+	arg mem_adv_packet, contr
+	arg mem_light_whitening_buffer, contw
+	call memcpy_fast
+	
+	jam FTD_PDU_LEN, mem_light_recvd_len
+	jam 83, mem_light_whitening_i
+	call frmt_light_reverse_and_BLE_whitening
+	
+	arg FTD_PDU_LEN, loopcnt
+	arg mem_light_whitening_buffer, contr
+	arg mem_light_whitening_buffer_2, contw
+	call memcpy_fast
+	
+	fetch 1, mem_light_manufacture_id2
+	store 1, mem_light_whitening_buffer_2+10
+// 	call ice_break
+	rtn
+frmt_light_pdu2_manufacturer_id_set:
+	fetch 1, mem_light_manufacture_id2
+	store 1, mem_FTD_adv_raw_reserved
+	rtn
+	
+// frmt_fml_whitening_buffer_bytes_reverse:
+// 	arg mem_light_whitening_buffer, contr
+// 	arg mem_light_whitening_buffer, contw
+// 	arg FTD_PDU_LEN, loopcnt
+// frmt_fml_bytes_reverse_loop:
+// 	ifetch 1, contr
+// 	reverse pdata, pdata
+// 	istore 1, contw
+// 	loop frmt_fml_bytes_reverse_loop
+// 	rtn	
+frmt_adv_rear_6bytes:	
+	bpatchx patch35_0,mem_patch35
+
+	jam 1, mem_FTD_adv_raw+8
+
+	jam 0, mem_FTD_adv_raw+9
+	random pdata   
+	rshift8 pdata, temp
+	storet 1, mem_FTD_adv_raw+10 
+	store 1, mem_FTD_adv_raw+11
+	invert pdata, pdata
+	store 2, mem_adv_CRC_False_initValue
+	fetch 1, mem_FTD_adv_raw+11     //add, at 20200107
+	fetcht 1, mem_FTD_adv_raw+8
+	ixor temp, pdata
+	store 1, mem_FTD_adv_raw+8
+	fetcht 1, mem_FTD_adv_raw+9
+	ixor temp, pdata
+	store 1, mem_FTD_adv_raw+9
+//param:mem_adv_CRC_False_initValue
+frmt_CRC16_CCITT_False_FTD:
+	bpatchx patch35_1,mem_patch35
+
+	arg mem_FTD_adv_raw, regc 
+// 	call ice_break
+	arg 0x0c, loopcnt
+	call frmt_CRC16_CCITT_False_choose
+
+	fetch 2, mem_adv_CRC_False_initValue  
+	arg 0xff00, rega
+	iand rega, temp
+	rshift8 temp, temp
+	storet 1, mem_FTD_adv_raw+12
+	fetch 1, mem_adv_CRC_False_initValue
+	store 1, mem_FTD_adv_raw+13
+// 	call ice_break
+	rtn 
+
+frmt_CRC16_CCITT_False_choose:
+	fetch 1,mem_special_agreemeet_enable
+	beq 2,key_CRC16_CCITT_False1
+	branch frmt_CRC16_CCITT_False
+	
+/************************************crc16 CCIT************************************/
+
+
+frmt_CRC16_CCITT_False:
+	bpatchx patch35_2,mem_patch35
+	ifetcht 1, regc
+	lshift8 temp, temp
+	fetch 2, mem_adv_CRC_False_initValue
+	ixor temp, temp
+	arg 0x0, queue
+	call frmt_CRC16_deal_next_8bits
+	storet 2, mem_adv_CRC_False_initValue
+	increase 1, regc
+	loop frmt_CRC16_CCITT_False	
+	rtn
+
+frmt_CRC16_deal_next_8bits:
+	copy temp, pdata    //temp:crc Value
+	rshift8 pdata, rega
+	rshift4 rega, rega
+	rshift3 rega, rega
+	lshift pdata, temp
+	copy rega, pdata
+	ncall frmt_CRC16_xor_ploy, blank
+	increase 1, queue
+	copy queue, pdata
+	bne 0x08, frmt_CRC16_deal_next_8bits
+	rtn 
+	
+frmt_CRC16_xor_ploy:
+	fetch 2, mem_CRC16_polynomial
+	copy pdata, rega
+	copy temp, pdata
+	ixor rega, pdata
+	arg 0xffff, rega
+	iand rega, temp
+	rtn
+
+
+key_CRC16_CCITT_False1:
+	bpatchx patch35_3,mem_patch35
+	fetch 2, mem_adv_CRC_False_initValue //pdata crc
+	
+key_CRC16_CCITT_False_loop:
+	ifetcht 1, regc
+	increase 1, regc
+	reverse temp, temp
+	lshift8 temp, temp
+	ixor temp,pdata
+	
+key_CRC16_for_byte:
+	copy loopcnt,regb		
+	arg 8,loopcnt
+key_CRC16_for_byte_loop:
+	isolate1 15,pdata
+	lshift pdata,pdata
+	nbranch key_CRC16_for_byte_continue,true
+	fetcht 2, mem_CRC16_polynomial
+	ixor temp,pdata
+key_CRC16_for_byte_continue:
+	loop key_CRC16_for_byte_loop
+	copy regb,loopcnt
+	
+	loop key_CRC16_CCITT_False_loop
+	store 2,mem_adv_CRC_False_initValue
+	fetcht 1, mem_adv_CRC_False_initValue
+	reverse temp, temp
+	fetch 1, mem_adv_CRC_False_initValue+1
+	reverse pdata, pdata
+	storet 1, mem_adv_CRC_False_initValue+1  //交叉着存
+	store 1, mem_adv_CRC_False_initValue
+	rtn
+
+
+
+/************************************crc16 CCIT************************************/
+
+/*
+接收端使用
+*/
+frmt_light_BLE_whitening_and_reverse:
+	bpatchx patch35_4,mem_patch35
+	call frmt_light_BLE_whitening
+	branch frmt_fml_whitening_buffer_bytes_reverse
+
+
+/*
+发射端使用
+*/
+frmt_light_reverse_and_BLE_whitening:
+	bpatchx patch35_5,mem_patch35
+
+	call frmt_fml_whitening_buffer_bytes_reverse
+	branch frmt_light_BLE_whitening
+
+//para:mem_light_recvd_len
+//para:mem_light_whitening_i
+/***********************************************
+jam 115, mem_light_whitening_i     //channel 39
+jam 51, mem_light_whitening_i     //channel 38
+jam 83, mem_light_whitening_i     //channel 37
+***********************************************/
+// frmt_light_ble_whitening:
+// frmt_light_for_loop_end_with_len:
+// 	jam 0, mem_light_for_loop_cnt1
+// frmt_light_for_loop_end_with_len_loop:
+// 	setarg 0
+// 	store 2, mem_light_whitening_k
+// 	call frmt_light_for_loop_8_times
+
+// 	fetcht 1, mem_light_whitening_k
+// 	fetch 1, mem_light_for_loop_cnt1
+// 	arg mem_light_whitening_buffer, contw
+// 	iadd contw, contw
+// 	istoret 1, contw	
+
+// 	fetcht 1, mem_light_for_loop_cnt1
+// 	increase 1, temp
+// 	storet 1, mem_light_for_loop_cnt1
+// 	fetch 1, mem_light_recvd_len
+// 	isub temp, null
+// 	branch frmt_light_for_loop_end_with_len_loop, positive
+// // 	call ice_break
+// 	rtn
+
+// //通过i得到n；通过n得到i1；通过i1得到k；调出for(8)循环,取最终k得到原始数据。	
+// frmt_light_for_loop_8_times:
+// 	//call ice_break
+// 	jam 0, mem_light_for_loop_cnt2
+// frmt_light_for_loop_8_times_loop:
+// 	fetch 1, mem_light_whitening_i
+// 	store 1, mem_light_whitening_n
+// 	lshift pdata, pdata
+// 	store 4, mem_light_whitening_i2
+// 	iforce rega
+// 	rshift3 pdata, pdata
+// 	rshift4 pdata, pdata
+// 	and pdata, 1, temp
+// 	storet 4, mem_light_whitening_i3
+// 	fetch 4, mem_light_para1    //0xFFFFFFFE
+// 	iand rega, pdata
+// 	ior temp, pdata
+// 	store 4, mem_light_whitening_i4
+// 	lshift4 temp, temp
+// 	ixor temp, rega
+// 	and rega, 0x10,rega
+// 	fetcht 4, mem_light_para2   //0xFFFFFFEF ;  pdata:mem_light_whitening_i4
+// 	iand temp, pdata
+// 	ior rega, pdata
+// 	store 1, mem_light_whitening_i     //只需要store 1
+
+// 	fetch 1, mem_light_whitening_n
+// 	and pdata, 0x40, pdata
+// 	rshift3 pdata, pdata
+// 	rshift3 pdata, temp
+// 	storet 1, mem_light_whitening_i1
+// 	fetch 1, mem_light_for_loop_cnt2
+// 	call frmt_light_i1_lshift    //return temp
+
+// 	fetch 1, mem_light_for_loop_cnt1    //外循环的循环变量
+// 	arg mem_light_whitening_buffer, contr
+// 	iadd contr, contr
+// 	ifetch 1, contr
+// // ifdef FTD_PROTOCOL
+// // 	reverse pdata, pdata
+// // endif	
+
+// 	ixor temp, temp
+// 	fetch 1, mem_light_for_loop_cnt2
+// 	arg mem_light_integer_1_lshift_temp, contr
+// 	iadd contr, contr
+// 	ifetch 1, contr
+// 	iand temp, pdata
+// 	fetcht 2,  mem_light_whitening_k
+// 	ior temp, pdata
+// 	store 2, mem_light_whitening_k
+// 	
+// 	fetch 1, mem_light_for_loop_cnt2
+// 	pincrease 1
+// 	store 1, mem_light_for_loop_cnt2
+// 	bbit0 3, frmt_light_for_loop_8_times_loop
+// 	rtn
+
+// //pdata:  value of mem_light_for_loop_cnt2
+// //temp :  value of mem_light_whitening_i1
+// frmt_light_i1_lshift:
+// 	arg mem_light_for_loop_lshift,contr 
+// 	iadd contr,contr
+// 	ifetch 1,contr
+// 	and pdata,0x0f,loopcnt
+// frmt_light_i1_lshift_loop:	
+// 	sub loopcnt,0,null
+// 	rtn zero
+// 	lshift temp,temp
+// 	loop frmt_light_i1_lshift_loop
+// 	rtn
+
+
+frmt_fml_whitening_buffer_bytes_reverse:
+	bpatchx patch35_6,mem_patch35
+
+	arg mem_light_whitening_buffer, contr
+	arg mem_light_whitening_buffer, contw
+	arg FTD_PDU_LEN, loopcnt
+	branch frmt_fml_bytes_reverse_loop
+
+frmt_light_BLE_whitening:
+	bpatchx patch35_7,mem_patch35
+
+	arg FTD_PDU_LEN, loopcnt
+	arg mem_light_whitening_buffer, regc
+	arg 83, regb
+	fetch 1,mem_special_agreemeet_enable
+	sub pdata,2,null
+	call key_whitening_i_get,zero
+	branch frmt_ble_whitening
+
+frmt_fml_bytes_reverse_loop:
+	bpatchx patch36_0,mem_patch36
+
+	ifetch 1, contr
+	reverse pdata, pdata
+	istore 1, contw
+	loop frmt_fml_bytes_reverse_loop
+	rtn	
+/*
+loopcnt:length
+regc:pointer of whitening data
+regb:white init(seed)
+*/
+frmt_ble_whitening:
+
+frmt_ble_whitening_loop:
+	bpatchx patch36_1,mem_patch36
+	call frmt_ble_whitening_byte
+	increase 1, regc
+	loop frmt_ble_whitening_loop
+	rtn
+frmt_ble_whitening_byte:
+	bpatchx patch36_2,mem_patch36
+	arg 1, rega     //rega is m
+frmt_ble_whitening_byte_loop:
+	lshift regb, regb    //regb is seed
+	isolate1 7, regb
+	call frmt_ble_whitening_byte_xor, true
+	lshift rega, rega
+	deposit rega
+	rtnbit1 8
+	branch frmt_ble_whitening_byte_loop
+	
+frmt_ble_whitening_byte_xor:	
+	bpatchx patch36_3,mem_patch36
+	ifetch 1,regc
+	ixor rega, pdata
+	istore 1, regc
+	xor regb, 0x11, regb
+	rtn
+
+
+
Index: program/app_light/remoter/frmt_fml_remoter_timer.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/remoter/frmt_fml_remoter_timer.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_light/remoter/frmt_fml_remoter_timer.prog	(working copy)
@@ -0,0 +1,99 @@
+
+
+frmt_apl_cb_event_timer:
+	fetch 1,mem_special_agreemeet_enable
+	sub pdata,1,null
+	call p_light_gem_long_press_cnt_timer,zero
+	call frmt_light_reset_continuous_kps_cnt_timer
+	call frmt_light_kscan_analysis_interval_timer
+	call frmt_light_le_adv_timer
+	call frmt_light_long_press_timer
+//	call frmt_light_long_press_adv_timer
+	call frmt_light_indicator_led_timer
+	call frmt_light_enter_lpm_timer
+	call frmt_light_color_and_lightness_long_press_timer
+	bpatchx patch36_4,mem_patch36
+	rtn
+
+frmt_light_kscan_analysis_interval_timer:  //100ms
+	arg mem_kscan_analysis_interval_timeout,regc
+	arg frmt_light_kscan_analysis_interval_timeout, regb
+	branch timer_single_step_2B
+frmt_light_kscan_analysis_interval_timeout:
+	rtn	
+
+frmt_light_le_adv_timer:  
+	arg mem_ble_light_adv_timeout,regc
+	arg frmt_light_le_adv_time_timeout, regb
+	branch timer_single_step_2B
+frmt_light_le_adv_time_timeout:
+// call ice_break
+	jam 0, mem_le_adv_enable  
+	rtn
+
+//frmt_light_long_press_adv_timer:
+//	arg mem_long_press_adv_timeout,regc
+//	arg frmt_light_long_press_adv_timeout, regb
+//	branch timer_single_step_2B
+//frmt_light_long_press_adv_timeout:
+//	rtn
+
+frmt_light_indicator_led_timer:
+	arg mem_indicator_led_turn_on_timeout,regc
+	arg frmt_light_indicator_led_timer_timeout, regb
+	branch timer_single_step_2B
+
+frmt_light_indicator_led_timer_timeout:
+	jam 0, mem_indicator_turn_on_enable
+	rtn
+
+frmt_light_enter_lpm_timer:
+	arg mem_light_lpm_enable_timeout,regc
+	arg frmt_light_enter_lpm_timeout, regb
+	branch timer_single_step_2B
+frmt_light_enter_lpm_timeout:
+	rtn
+
+frmt_light_color_and_lightness_long_press_timer:
+	arg mem_light_short_keypress_timeout,regc
+	arg frmt_light_color_and_lightness_long_press_timeout, regb
+	branch timer_single_step_2B
+frmt_light_color_and_lightness_long_press_timeout:
+	jam 1, mem_light_color_and_lgtness_long_press_adv_enable
+	rtn
+	
+frmt_light_long_press_timer:
+	arg mem_long_press_timeout,regc
+	arg p_light_long_press_timeout_cb, regb
+	branch timer_single_step_2B
+
+frmt_light_reset_continuous_kps_cnt_timer:
+	arg mem_light_continuous_kps_cnt_reset_timeout,regc
+	arg p_light_reset_continuous_kps_cnt_timeout_cb, regb
+	branch timer_single_step_2B
+
+p_light_long_press_timeout_cb:
+	fetch 2,mem_rmt_long_press_cb
+	branch callback_func
+
+p_light_reset_continuous_kps_cnt_timeout_cb:
+	fetch 2,mem_rmt_continuous_keydown_cb
+	branch callback_func
+
+
+frmt_light_set_continuous_kps_cnt_reset_timeout:
+	fetch 2,mem_rmt_continuous_kps_time
+	store 2,mem_light_continuous_kps_cnt_reset_timeout
+	rtn
+
+p_light_gem_long_press_cnt_timer:
+	arg mem_gem_cnt_inces_timeout,regc
+	arg p_light_gem_long_press_cnt_timeout, regb
+	branch timer_single_step_2B
+p_light_gem_long_press_cnt_timeout:
+	fetch 2,mem_long_press_timeout
+	rtn blank
+	jam 1,mem_gem_long_cnt_enable
+	rtn
+
+
Index: program/app_mouse.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_mouse.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_mouse.prog	(working copy)
@@ -0,0 +1,4867 @@
+
+ifdef COMPILE_MOUSE
+mouse_init:
+	call enable_authrom
+	call mouse_setting_config
+	call mouse_init_sunt
+	rtn wake
+	call mouse_le_name_load		//config tool
+	call mouse_dpi_config
+	call mouse_drawing_optima_init
+	call mouse_cb_fuction
+	call mouse_sensor_powerdown
+mouse_init_wireless:	
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BTN_DOWN,mouse_start_discovery
+	call mouse_check_select_device_by_switch
+	branch mouse_start_work
+
+
+mouse_cb_fuction:
+	setarg mouse_24g_short_sleep
+	store 2,mem_cb_24g_transmit_short_sleep
+	setarg mouse_24g_long_sleep
+	store 2,mem_cb_24g_transmit_long_sleep
+	setarg mouse_24g_before_lpm_sleep
+	store 2,mem_cb_before_lpm_sleep
+	setarg mouse_24g_package_data
+	store 2,mem_cb_24g_transmit_data
+	setarg mouse_24g_search_dongle
+	store 2,mem_cb_24g_search_receiver
+	setarg mouse_lpm_before_common
+	store 2,mem_cb_24g_lpm_before
+	setarg mouse_le
+	store 2,mem_cb_le_process
+	setarg mouse_process_lpm_before
+	store 2,mem_cb_before_lpm
+	setarg mouse_priority_bb_event
+	store 2,mem_cb_bb_event_process
+	setarg mouse_idle
+	store 2,mem_cb_idle_process
+	setarg mouse_before_hibernate
+	store 2,mem_cb_before_hibernate
+	setarg mouse_le_bb_event_connect_complete
+	store 2,mem_cb_att_write	
+	setarg mouse_bb_event_timer
+	store 2,mem_cb_event_timer
+	setarg mouse_spi_write_flash_cb
+	store 2,mem_cb_spi_flash_write_complate
+	setarg mouse_lpm_check_wake_lock
+	store 2,mem_cb_check_wakelock
+	setarg mouse_le_transmit
+	store 2,mem_cb_ble_transmit
+	setarg mouse_set_lpm_mult
+	store 2,mem_cb_bt_set_mult
+	setarg mouse_le_parse_l2cap
+	store 2,mem_le_l2cap_parse_cb
+	rtn
+
+
+mouse_setting_config:
+	rtn wake
+	call g24_transmit_init
+	call g24_chmap_param_init
+	call mouse_24g_send_time_long_wake
+	call mouse_gpio_init
+	call mouse_param_init
+	call mouse_device_multi_led_poweron2s_init	
+	call mouse_double_dpi_judge
+	call mouse_firebutton_connect_state_check
+	call le_set_fixed_ltk_justwork
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_EEPROM,mouse_load_eeprom_info_check
+	bbit1 MOUSE_ENABLE_FLASH,mouse_load_flash_info_check
+	rtn
+	
+mouse_xtal_init:
+	jam XTAL_16M,mem_fcomp_div		// 0x08--16M 
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_16M
+	jam XTAL_24M,mem_fcomp_div		// 0x18--24M
+	rtn
+
+mouse_24g_phy_select:
+	call g24_enable_1M
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_24G_2M_PHY
+	branch g24_enable_2M
+
+mouse_default_init:
+	fetch 2,mem_mouse_24g_pair_timeout_init
+	store 2,mem_24g_pair_timeout_init
+
+	fetch 1,mem_mouse_24g_reconn_timeout_init
+	store 2,mem_24g_reconn_timeout_init
+
+	fetch 5,mem_rssi_dis_min_24g_init
+	store 5,mem_rssi_dis_min_24g
+
+	fetch 1,mem_mouse_24g_pair_tx_power
+	store 1,mem_24g_pair_tx_power
+
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_ADC_ENABLE,pdata
+	call mouse_adc_read_enable,true
+
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_24G_250HZ_ENABLE,pdata
+	call mouse_24g_set_250Hz,true
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_SEARCH_DONGLE_ENABLE,pdata
+	call mouse_24g_search_dongle_enable,true
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_CLK_16M_ENABLE,pdata
+	call mouse_16M_enable,true
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_DPI_4_LEVEL_ENABLE,pdata
+	call mouse_dpi_4level_enable,true
+	fetch 1,mem_mouse_enable_flag
+	isolate1 MOUSE_KEYBOARD_ENABLE,pdata
+	call mouse_customer_key_enable,true
+	
+	fetch 1,mem_24g_ch_map_update
+	ncall g24_chamap_param_update,blank
+
+	call mouse_xtal_init
+	call mouse_adc_vol_init
+mouse_default_init_next:
+	call mouse_24g_phy_select
+	call mouse_24g_long_sleep_set
+	branch g24_pair_param_init
+	
+mouse_param_init:
+	setarg MOUSE_BLE_ATT_LIST_ADDR				//ble attlist start address
+	store 2,mem_ui_le_uuid_table
+	jam 3,mem_lpm_mult_timeout
+	jam 8,mem_lpm_overhead
+	jam DPI_BUTTON_STATE_UP,mem_select_device_button_statue
+	jam PB_BUTTON_STATE_UP,mem_select_device_button_statue
+	jam COMMBINATION_KEY_STATE_UP,mem_commbination_key_statue	
+	setarg 0x0200
+	store 2,mem_lpm_interval
+	jam 0x17,mem_le_local_mtu
+	jam 0x17,mem_le_remote_mtu
+//===========init spi param==============================
+	setarg 0x0a77
+	store 2,mem_spi_init_clk
+	setsect 0,0x1224
+	setsect 1,0x4000
+	setsect 2,0x0
+	istore 5,contw
+//======================================================	
+	setarg mem_le_tx_buffer0_omemalloc
+	store 2,mem_ble_l2cap_tx_buff0_ptr
+	setarg MOUSE_BLE_L2CAP_TXBUFF_SIZE
+	store 2,mem_ble_l2cap_tx_buff_size_ptr
+	
+	call mouse_device_led_all_off
+	call mouse_device_poweron_timer_init
+	call mouse_adc_gpio_mux_init
+
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_BT_125Hz,mouse_param_init_intervl_end
+	setarg LE_INTERVAL_7_5MS
+	store 2,mem_le_interval_min
+	store 2,mem_le_interval_min+2
+mouse_param_init_intervl_end:
+	call mouse_g24_interval_param_8ms
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G_250Hz,mouse_24g_short_sleep_set_end
+	call mouse_g24_interval_param_4ms
+mouse_24g_short_sleep_set_end:
+	fetch 3,mem_24g_short_sleep_set
+	store 3,mem_mouse_24g_short_sleep_set_init
+	fetch 1,mem_device_flag
+	store 1,mem_device_flag_temp
+	fetch 3,mem_le_lap+3
+	store 3,mem_mouse_le_lap_temp
+	fetch 1,mem_adc_config_flag_init
+	and pdata,0xfe,pdata		// hvin = vinlpm
+	store 1,mem_adc_config_flag_init
+	store 1,mem_adc_config_flag
+	setarg 0
+	store 7,mem_mouse_key
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_bt_discovery_count
+	store 1,mem_select_device_count
+	call le_modified_name_adv
+mouse_sensor_set_angle:
+	bpatch patch06_7,mem_patch06
+	fetch 1,mem_sensor_angle_default
+	store 1,mem_config_sensor_angle
+	fetch 1,mem_select_sensor_angle_gpio
+	rtneq GPIO_DISABLE
+	fetcht 1,mem_select_sensor_angle_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_select_sensor_angle_gpio
+	call gpio_get_bit
+	call mouse_sensor_switch_angle,true
+	branch mouse_gpio_config_input_pd
+mouse_sensor_switch_angle:
+	fetch 1,mem_sensor_angle_switch
+	store 1,mem_config_sensor_angle
+	rtn
+
+
+mouse_g24_interval_param_4ms:
+	fetch 3,mem_mouse_24g_short_sleep_set_4ms
+	store 3,mem_24g_short_sleep_set
+	fetch 3,mem_mouse_24g_long_sleep_set_4ms
+	store 3,mem_24g_long_sleep_set
+	fetch 1,mem_mouse_24g_fast_hop_count_4ms
+	store 1,mem_24g_fast_hop_count
+	fetch 4,mem_mouse_24g_tsniff_4ms
+	store 4,mem_mouse_24g_tsniff	
+mouse_report_rate_set_250hz:
+	setarg 0x100c0c
+	store 3,mem_24g_interval
+	rtn
+
+mouse_g24_interval_param_8ms:
+	fetch 3,mem_mouse_24g_short_sleep_set_8ms
+	store 3,mem_24g_short_sleep_set
+	fetch 3,mem_mouse_24g_long_sleep_set_8ms
+	store 3,mem_24g_long_sleep_set
+	fetch 1,mem_mouse_24g_fast_hop_count_8ms
+	store 1,mem_24g_fast_hop_count
+	fetch 4,mem_mouse_24g_tsniff_8ms
+	store 4,mem_mouse_24g_tsniff
+mouse_report_rate_set_125hz:
+	setarg 0x1c1919
+	store 3,mem_24g_interval
+	rtn
+
+//mouse_report_rate_set_500hz:
+//	setarg 0x080606
+//	store 3,mem_24g_interval
+//	rtn
+//mouse_report_rate_set_1000hz:
+//	setarg 0x040303
+//	store 3,mem_24g_interval
+//	rtn
+
+
+mouse_start_work:
+	bpatch patch07_0,mem_patch07
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING, mouse_24g_first_start_auto_pair_mode
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_24g_start_mode
+	call mouse_wakeup_from_power_check	// wake from hibernate :enble user
+	nbranch mouse_bluetooth_fast_conn_init,user
+mouse_start_reconnect_device:
+	bpatch patch07_1,mem_patch07
+	fetch 1,mem_mouse_bt_led_recon_effect_flag
+	ncall mouse_multi_led_blink_enable,blank
+	arg mem_device1_type,rega
+	fetch 1,mem_device_flag
+	increase -1,pdata
+	mul32 pdata,29,pdata
+	iadd rega,rega
+	ifetch 1,rega
+	store 1,mem_xrecord_mode
+mouse_start_reconnect:	
+	fetch 1,mem_xrecord_mode
+	beq REC_4_MODE,mouse4_0_check_reconn_target
+	branch mouse_bluetooth_fast_conn_init
+
+
+mouse_wakeup_from_power_check:
+	bpatch patch07_2,mem_patch07
+	disable user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_WAKEUP_FROM_POWER,mouse_wakeup_from_power
+	fetch 1,mem_wakup_from_power_flag
+	bbit0 BIT_POWER_ON,mouse_wakeup_from_power
+	enable user		// mouse power on
+mouse_wakeup_from_power:
+	fetch 1,mem_reconn_times_init
+	store 1,mem_reconn_times
+	rtn
+
+
+mouse4_0_check_reconn_target:
+	jam 1,mem_mouse_le_reconnect_flag
+	fetcht 1,mem_mouse_fast_direct_timeout
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,mouse4_0_check_reconn_target_next
+	fetcht 1,mem_mouse_direct_timeout
+mouse4_0_check_reconn_target_next:	
+	storet 1,mem_mouse_direct_timer
+	call app_lpm_mult_disable
+	fetch 3,mem_le_adv_direct_ind
+	store 3,mem_le_adv_data+4
+	call mouse_le_check_adv_flag
+	setarg ADV_FLAG_BREDR_NOT_SUPPORTED
+	istore 1,contr
+	arg mem_le_scan_data,contr
+	call mouse_le_adv_data_update
+	branch check_51cmd_adv
+
+
+/*****************system clk***********************************/
+mouse_lpm_check_wake_lock:
+	bmark1 mark_24g,app_get_lpm_wake_lock
+	fetch 1,mem_mouse_clear_sensor_data_flag
+	branch app_get_lpm_wake_lock,blank
+	fetch 1,mem_mouse_le_conn_param_reject
+	beq LE_LPM_DISABLE,app_get_lpm_wake_lock
+	fetch 1,mem_mouse_wheel_trigger
+	nbranch app_get_lpm_wake_lock,blank
+	branch app_put_lpm_wake_lock
+
+mouse_delay_enter_hibernata:
+	fetch 1,mem_mouse_direct_timeout
+	store 1,mem_mouse_bluetooth_reconnect_timeout
+	rtn
+
+mouse_power_down:
+	call mouse_device_led_all_off
+mouse_app_enter_hibernate:
+	bpatch patch07_3,mem_patch07
+	setarg PAN_REG_CONFIG
+	call twspi_read
+	bbit1 3,mouse_app_enter_hibernate_next
+	call mouse_sensor_reset
+	call mouse_sensor_powerdown
+mouse_app_enter_hibernate_next:
+	call mouse_setgpio_hibernate
+	branch app_enter_hibernate
+
+mouse_before_hibernate:
+	bpatch patch07_4,mem_patch07
+	fetch 4,core_lpm_ctrl
+	set1 26,pdata
+	store 4,core_lpm_reg
+	call lpm_write_ctrl
+	call disable_authrom
+	call mouse_device_led_all_off
+	call mouse_before_hibernate_wheel_gpio_set
+	call mouse_setgpio_hibernate
+	call mouse_flash_power_down
+	fetcht 1,mem_sensor_motion_gpio
+	branch gpio_clr_wake
+
+
+mouse_setgpio_hibernate:
+	bpatch patch07_5,mem_patch07
+	call mouse_set_sdio_high
+	call clear_wake
+	call mouse_logo_led_off
+	call mouse_1io2led_all_off
+	
+	call mouse_before_hibernate_wheel_gpio_set
+	fetcht 1,mem_matrix_public_gpio		// enable b4/b5/dpi wakeup
+	call gpio_out_active
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_clr_wake
+	fetch 1,mem_mouse_sensor_sdio_gpio
+	call mouse_gpio_config_output_high
+	fetcht 1,mem_mouse_reuse_2ice_gpio
+	call mouse_gpio_config_input_pu
+	call mouse_lpm_before_common
+	call mouse_gpio_pd_idle
+	arg 13,temp
+	call mouse_gpio_config_input_pu
+	call mouse_gpio_set_high_impedance
+	call mouse_adc_gpio_set_before_hibernate
+	branch mouse_wheel_gpio_set_before_hibernate
+
+mouse_wheel_gpio_set_before_hibernate:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
+mouse_wheel_gpio_clr_wakeup:	
+	fetcht 1,mem_whee_a_data_gpio
+	call gpio_clr_wake
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_clr_wake
+	fetcht 1,mem_whee_a_data_gpio
+	call mouse_gpio_config_input_pd
+	fetcht 1,mem_whee_b_data_gpio
+	branch mouse_gpio_config_input_pd
+	
+mouse_adc_gpio_set_before_hibernate:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_ADC
+	fetch 1,mem_adc_config_flag_init
+	rtnne ADC_CONFIG_GPIO_h
+	fetch 1,mem_adc_channel_gpio	
+	arg gpcfg_no_ie,temp
+ 	branch gpio_config_function_int
+	
+
+//set all unused gpio to pull down mode to save power	
+mouse_gpio_pd_idle:
+	arg core_gpio_conf,contr
+	arg 13,loopcnt
+mouse_gpio_pd_idle_loop:
+	ifetch 1,contr
+	nbranch mouse_gpio_pd_idle_configured,blank
+	setarg 0x80
+	add contr,-1,contw
+	istore 1,contw
+mouse_gpio_pd_idle_configured:
+	loop mouse_gpio_pd_idle_loop
+	rtn
+	
+	
+mouse_process_lpm_before:
+	rtnmark1 mark_24g
+	call mouse_lpm_before_common
+	fetch 1,mem_lpm_current_mult
+	nrtn blank					// 7.5ms, no gpio wakeup
+	branch gpio_clr_wake
+
+mouse_lpm_before_common:
+	bpatch patch07_6,mem_patch07
+		
+	fetcht 1,mem_whee_a_data_gpio		//reinit gpio pu after disable wheel wakeup
+	call gpio_config_input
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_config_input
+	
+	call mouse_wheel_check
+	fetch 1,mem_mouse_sensor_sclk_gpio		//set sdio high
+ 	call mouse_gpio_config_output_high
+	call twspi_disable
+	
+	fetcht 1,mem_lbutton_gpio
+	call gpio_set_wake
+	fetcht 1,mem_rbutton_gpio
+	call gpio_set_wake
+	fetcht 1,mem_mbutton_gpio
+	call gpio_set_wake
+
+	fetcht 1,mem_bk_button_gpio
+	call gpio_set_wake
+	fetcht 1,mem_fw_button_gpio
+	call gpio_set_wake
+	fetcht 1,mem_dpi_button_gpio
+	call gpio_set_wake
+	fetcht 1,mem_config_select_device_button_gpio
+	call gpio_set_wake
+
+	fetcht 1,mem_customer_key_gpio
+	call gpio_set_wake
+	
+	fetcht 1,mem_whee_a_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_ta_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_tb_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_sensor_motion_gpio
+	branch gpio_set_wake
+
+	
+
+
+//short mult: no key 
+mouse_set_mult:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,mouse_set_ble_mult
+	rtn
+mouse_set_ble_mult:
+	copy rega,pdata
+	nbranch le_set_config_short_mult,blank
+	branch le_clr_config_short_mult
+
+	
+/*****************system clk***********************************/
+	
+	
+/****************************adc**************************************/	
+mouse_adc_gpio_set:
+	fetch 1,mem_adc_config_flag
+	rtnne ADC_CONFIG_GPIO_h
+mouse_adc_gpio_check_output:
+	bpatch patch07_7,mem_patch07
+	fetcht 1,mem_adc_channel
+	sub temp,3,null
+	branch mouse_adc_gpio_4_7_set,positive
+	increase 5,temp
+	storet 1,mem_adc_channel_gpio
+mouse_adc_gpio_set_next:
+	copy temp,rega
+	call gpio_get_config
+	beq gpcfg_output_high,mouse_set_24g_led_statue
+	call mouse_clear_24g_led_statue
+	copy rega,temp
+	branch gpio_set_high_impedance
+
+mouse_adc_gpio_4_7_set:
+	increase 4,temp
+	storet 1,mem_adc_channel_gpio
+	branch mouse_adc_gpio_set_next
+
+mouse_adc_vol_init:
+	fetch 1,mem_adc_config_flag_init
+	beq ADC_CONFIG_GPIO_h,mouse_adc_gpio_vol_init
+	beq ADC_CONFIG_HVIN,mouse_adc_gpio_vinlpm_init
+	jam ADC_CONFIG_HVIN,mem_adc_config_flag_init
+	setarg 0x2c0172		// 0x0172--3.7V  0x012c--3.0V  0x0140--3.2V  0x014a--3.3V
+	store 3,mem_mouse_vdd_full_vol
+	setarg 0x014001
+	istore 3,contw
+	rtn
+mouse_adc_gpio_vol_init:	
+	setarg 0x5d0099		// 0x0099--1.5V   0x005d--0.9V  0x0068--1.0V  0x0071--1.1V
+	store 3,mem_mouse_vdd_full_vol
+	setarg 0x007100
+	istore 3,contw
+	rtn
+mouse_adc_gpio_vinlpm_init:
+	setarg 0xc8012c		// 0x012c--3.0V  0x00c8--2.0V  0x00dc--2.2V
+	store 3,mem_mouse_vdd_full_vol
+	setarg 0x00dc00
+	istore 3,contw
+	rtn
+	
+mouse_adc_gpio_mux_init:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_ADC
+	jam MOUSE_ADC_CHECK_MULTIPLE,mem_adc_mux_status
+	rtnbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
+	rtnbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC
+	jam MOUSE_ADC_CHECK_BATTERY_ONLY,mem_adc_mux_status
+	rtn
+
+mouse_adc_read_interval:	
+	fetch 1,mem_adc_read_timer
+	increase 1,pdata
+	store 1,mem_adc_read_timer
+	fetcht 1,mem_adc_read_time_init	//1s read adc
+	isub temp,null
+	rtn
+
+mouse_adc_read:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_ADC
+	call mouse_adc_gpio_set
+	fetch 1,mem_adc_mux_status
+	branch mouse_adc_read_battery,blank
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_GPIO_h,mouse_adc_read_gpio_mux_start	// gpio + dpi/switch
+	jam MOUSE_ADC_CHECK_VINLPM_MULTIPLE,mem_adc_mux_status
+	call mouse_adc_read_interval					// vinlpm + dpi/switch
+	branch  mouse_adc_read_gpio, positive
+	call mouse_adc_read_vinlpm
+	branch mouse_adc_read_start
+
+mouse_adc_read_gpio_mux_start:
+	jam MOUSE_ADC_CHECK_GPIO_MULTIPLE,mem_adc_mux_status
+	branch mouse_adc_read_start
+
+mouse_adc_read_gpio:
+	call mouse_adc_gpio_check_output
+	jam ADC_CONFIG_GPIO_h,mem_adc_config_flag
+	fetch 1,mem_24g_device_led_status
+	ncall mouse_adc_read_vinlpm,blank
+	branch mouse_adc_read_start
+	
+mouse_adc_read_vinlpm:
+	jam 0,mem_adc_read_timer
+	fetch 1,mem_adc_config_flag_init
+	store 1,mem_adc_config_flag
+	rtn	
+	
+mouse_adc_read_battery:		// only get battery
+	fetch 1,mem_adc_config_flag
+	bne ADC_CONFIG_GPIO_h,mouse_adc_read_battery_start
+	fetch 1,mem_24g_device_led_status
+	nrtn blank
+mouse_adc_read_battery_start:
+	call mouse_adc_read_interval
+	nrtn positive
+mouse_adc_read_start:
+	bpatch patch08_0,mem_patch08
+	fetch 1,mem_24g_device_led_status
+	nrtn blank
+	jam 0,mem_adc_read_timer
+	call enable_adc
+	call adc_calculate
+	store 2,mem_mouse_vdd_now_vol
+	fetch 1,mem_adc_config_flag
+	bne ADC_CONFIG_GPIO_h, mouse_adc_data_process
+	fetcht 2,mem_mouse_vdd_now_vol	// BAT= 1.5V, R = 200k, a = a*1.8
+	mul32 temp,8,pdata
+	div pdata,10
+	call get_div_result
+	iadd temp,pdata
+	store 2,mem_mouse_vdd_now_vol
+mouse_adc_data_process:	
+	arg mem_mouse_vdd_calculate_set,rega
+	call mouse_adc_bat_percent_lowpower_out
+	fetch 1,mem_adc_power_flag
+	bbit1 2,mouse_adc_button_press
+	bbit1 1,mouse_power_down
+	bbit0 0,mouse_adc_no_low_voltage
+	jam 1,mem_mouse_adc_last_low_voltage_flag
+	branch mouse_adc_low_voltage
+	
+mouse_adc_low_voltage:
+	arg MOUSE_LOW_VOLTAGE_FLAG,queue
+	branch mouse_enable_function_flag
+mouse_adc_no_low_voltage:
+	arg MOUSE_LOW_VOLTAGE_FLAG,queue
+	call mouse_disable_function_flag
+	jam 12,mem_adc_low_volatage_led_timer_count
+	fetch 1,mem_mouse_adc_last_low_voltage_flag
+	rtn blank
+	jam 0,mem_mouse_adc_last_low_voltage_flag
+	fetcht 1,mem_config_low_voltage_alarm_gpio
+	branch mouse_led_off
+
+mouse_adc_bat_percent_lowpower_out:
+	bpatch patch08_1,mem_patch08
+	ifetch 8,rega
+	store 8,mem_pdatatemp
+	fetch 1,mem_adc_mux_status
+	beq MOUSE_ADC_CHECK_BATTERY_ONLY,mouse_adc_bat_percent_lowpower_out_battery
+	beq MOUSE_ADC_CHECK_GPIO_MULTIPLE,mouse_adc_bat_percent_lowpower_out_gpio_multiple
+	beq MOUSE_ADC_CHECK_VINLPM_MULTIPLE,mouse_adc_bat_percent_lowpower_out_vinlpm_multiple
+mouse_adc_bat_percent_lowpower_out_gpio_multiple:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC,mouse_adc_bat_percent_lowpower_out_gpio_switch
+	fetch 2,mem_pdatatemp+6		               	//now voltage
+	fetcht 2,mem_mouse_vdd_button_press_vol	// button press check
+	isub temp,null
+	nbranch mouse_adc_set_button_press_flag,positive
+mouse_adc_bat_percent_lowpower_out_gpio_switch:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC,mouse_adc_bat_percent_lowpower_out_battery
+	jam 0,mem_mouse_adc_button_press_flag
+	fetch 2,mem_pdatatemp+6				    	        //now voltage	
+	fetcht 2,mem_mouse_vdd_switch_gnd_24g_vol	// switch mode check
+	isub temp,null
+	nbranch mouse_select_24gdevice,positive
+	call mouse_select_btdevice
+	branch mouse_adc_bat_percent_lowpower_out_battery
+
+mouse_select_24gdevice:
+	call mouse_check_select_24gdevice
+mouse_adc_bat_percent_lowpower_out_battery:
+	call mouse_adc_clear_button_press_flag
+	call adc_clear_no_power_flag
+	call adc_clear_low_power_flag
+	fetch 2,mem_pdatatemp+6
+	fetcht 2,mem_pdatatemp+2	        //shutdown voltage
+	isub temp,null
+	ncall adc_set_no_power_flag,positive
+	fetcht 2,mem_pdatatemp+4		//low voltage
+	isub temp,null
+	ncall adc_set_low_power_flag,positive
+mouse_adc_bat_level_set:
+	fetch 2,mem_pdatatemp+6		//now voltage	
+	fetcht 2,mem_pdatatemp		//full voltage
+	isub temp,null
+	branch mouse_adc_bat_level_100_percent,positive		// now >= full
+	fetcht 2,mem_pdatatemp+2	        //shutdown voltage
+	isub temp,pdata
+	nbranch mouse_adc_bat_level_0_percent,positive		// now < shutdown
+	branch mouse_adc_bat_level_0_percent,blank			// now = shutdown
+	mul32 pdata,100,rega								// (now - shutdown)*100 /(full - shutdown)
+	fetch 2,mem_pdatatemp
+	fetcht 2,mem_pdatatemp+2
+	isub temp,temp
+	copy rega,pdata
+	idiv temp
+	call get_div_result
+	store 1,mem_le_battery_level_percentage
+	rtn
+
+mouse_adc_bat_level_100_percent:
+	jam 100,mem_le_battery_level_percentage
+	rtn
+mouse_adc_bat_level_0_percent:	
+	jam 0,mem_le_battery_level_percentage
+	rtn
+
+mouse_adc_bat_percent_lowpower_out_vinlpm_multiple:
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_GPIO_h,mouse_adc_bat_percent_lowpower_out_gpio_multiple
+	branch mouse_adc_bat_percent_lowpower_out_battery
+	
+mouse_adc_set_button_press_flag:
+	fetcht 1,mem_adc_power_flag
+	set1 2,temp
+	storet 1,mem_adc_power_flag
+	rtn	
+
+mouse_adc_clear_button_press_flag:
+	fetcht 1,mem_adc_power_flag
+	set0 2,temp
+	storet 1,mem_adc_power_flag
+	rtn		
+
+mouse_adc_button_press:
+	jam 1,mem_mouse_adc_button_press_flag
+	rtn
+	
+/****************************adc**************************************/	
+
+/****************************gpio******************************************/
+mouse_gpio_init:
+	call mouse_logo_led_off
+	call mouse_1io2led_all_off
+	fetcht 1,mem_eeprom_wp_gpio
+	call gpio_config_output
+//	call usb_offline_check_init
+	fetcht 1,mem_lbutton_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_rbutton_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_mbutton_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_bk_button_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_fw_button_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_dpi_button_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_matrix_public_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_config_select_device_button_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_customer_key_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_whee_a_data_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_whee_b_data_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_whee_ta_data_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_whee_tb_data_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_sensor_motion_gpio
+	call mouse_gpio_config_input_pu
+
+	fetcht 1,mem_device_switch_gpio
+	call mouse_gpio_config_input_pu
+	
+	fetcht 1,mem_config_low_voltage_alarm_gpio
+	call gpio_config_output
+
+	fetcht 1,mem_config_device_24g_led_gpio
+	call gpio_config_output
+
+	fetcht 1,mem_config_device_bt1_led_gpio
+	call gpio_config_output
+	
+	fetcht 1,mem_config_device_bt2_led_gpio
+	call gpio_config_output
+
+	fetcht 1,mem_dpi_led_gpio
+	call gpio_config_output
+
+	fetcht 1,mem_select_sensor_angle_gpio
+	branch mouse_gpio_config_input_pu
+
+
+mouse_gpio_set_pupd_by_input:
+	sub temp,UI_BUTTON_GPIO_DISABLE,null
+	rtn zero
+	and temp,0x7f,queue
+	fetch 4,core_gpio_in
+	qisolate1 pdata
+	branch mouse_gpio_config_input_pu,true
+mouse_gpio_config_input_pd:
+	sub temp,UI_BUTTON_GPIO_DISABLE,null
+	rtn zero
+	set1 gpio_active_bit,temp
+	branch gpio_config_input
+
+mouse_gpio_config_input_pu:
+	sub temp,UI_BUTTON_GPIO_DISABLE,null
+	rtn zero 
+	set0 gpio_active_bit,temp
+	branch gpio_config_input
+
+mouse_gpio_set_high_impedance:
+	fetch 3,mem_mouse_set_high_impedance_bit_set
+	store 3,mem_pdatatemp
+	arg 14,loopcnt
+	arg 0,temp
+mouse_gpio_set_high_impedance_bit_loop:	
+	fetch 3,mem_pdatatemp
+	isolate1 0,pdata
+	call gpio_set_high_impedance,true
+	fetch 3,mem_pdatatemp
+	lshift pdata,pdata
+	store 3,mem_pdatatemp
+	increase 1,temp
+	loop mouse_gpio_set_high_impedance_bit_loop
+	rtn
+
+/****************************gpio******************************************/
+
+/*******************spi*****************************/
+mouse_sensor_spi_init:
+	call mouse_spid_init_pin
+	jam 0x73,mem_spi_init_clk
+//	jam 0x1e,mem_spi_init_delay_time
+	call mouse_spi_init
+	branch twspi_enable
+	
+mouse_spi_write_flash_cb:
+mouse_spi_init:
+	branch spid_init
+	
+mouse_spid_init_pin:
+	fetch 1,mem_mouse_sensor_sclk_gpio
+ 	arg gpcfg_spid_sck,temp
+ 	call gpio_config_function_int
+ 	fetch 1,mem_mouse_sensor_sdio_gpio
+ 	arg gpcfg_spid_sdio,temp
+ 	branch gpio_config_function_int
+
+
+/*******************spi*****************************/
+
+
+mouse_motion:
+	bpatch patch08_2,mem_patch08
+	disable user
+	setarg 0
+	store 6,mem_mouse_x
+	call mouse_check_sensor_data
+	setarg 0x0089
+	call twspi_write	
+	call mouse_dpi_config
+	call mouse_zwheel
+	call mouse_t_zwheel
+	call mouse_key
+	fetch 1,mem_mouse_key
+	and_into 0x1f,pdata
+	store 1,mem_mouse_key
+	nbranch mouse_drawing_optima_init,user
+	call mouse_drawing_optima
+	branch mouse_no_data_timer_init
+
+	
+
+/*******************wheel*************************/
+mouse_zwheel:
+	fetch 1,mem_mouse_z_data
+	rtn blank	
+	store 1,mem_mouse_z
+	jam 0,mem_mouse_z_data
+	branch enable_user
+	
+mouse_t_zwheel:
+	fetch 1,mem_mouse_tz_data
+	rtn blank	
+	store 1,mem_mouse_tz
+	jam 0,mem_mouse_tz_data
+	branch enable_user
+
+mouse_wheel_check:
+	call mouse_t_wheel_scan
+	call mouse_wheel_scan
+	fetch 1,mem_wheel_tb_new_pinlevel
+	fetcht 1,mem_wheel_tb_old_pinlevel
+	store 1,mem_wheel_tb_old_pinlevel
+	isub temp,null
+	nbranch app_lpm_wake_auto_lock,zero
+	fetch 1,mem_mwheel_b_new_pinlevel
+	fetcht 1,mem_mwheel_b_old_pinlevel
+	store 1,mem_mwheel_b_old_pinlevel
+	isub temp,null
+	nbranch app_lpm_wake_auto_lock,zero
+	rtn
+mouse_t_wheel_scan:
+	fetch 1,mem_whee_ta_data_gpio
+	rtneq GPIO_DISABLE
+	arg 0,rega
+	fetcht 1,mem_whee_ta_data_gpio
+	call gpio_get_bit
+	setflag true,0,rega
+	fetcht 1,mem_whee_tb_data_gpio
+	call gpio_get_bit
+	setflag true,1,rega
+	copy rega,pdata
+	store 1,mem_wheel_tb_new_pinlevel
+	beq 0x01,mouse_t_wheel_scan_judge1
+	beq 0x02,mouse_t_wheel_scan_judge2
+	fetch 1,mem_wheel_tog
+	bbit1 7,mouse_t_wheel_scan_judge3
+	rtn
+
+mouse_t_wheel_scan_judge1:
+	fetch 1,mem_wheel_tb_old_pinlevel
+	beq 0,mouse_t_wheel_scan_judge11
+	beq 3,mouse_t_wheel_scan_judge12
+	rtn
+mouse_t_wheel_scan_judge2:
+	fetch 1,mem_wheel_tb_old_pinlevel
+	beq 0,mouse_t_wheel_scan_judge21
+	beq 3,mouse_t_wheel_scan_judge22
+	rtn
+mouse_t_wheel_scan_judge11:
+	jam 0x82,mem_wheel_tog
+	rtn
+mouse_t_wheel_scan_judge12:
+	jam 0x81,mem_wheel_tog
+	rtn
+mouse_t_wheel_scan_judge21:
+	jam 0x80,mem_wheel_tog
+	rtn
+mouse_t_wheel_scan_judge22:
+	jam 0x83,mem_wheel_tog
+	rtn
+mouse_t_wheel_scan_judge3:
+	fetch 1,mem_wheel_tog
+	set0 7,pdata
+	store 1,mem_wheel_tog
+	beq 0,mouse_t_wheel_scan_judge30
+	beq 1,mouse_t_wheel_scan_judge31
+	beq 2,mouse_t_wheel_scan_judge32
+	beq 3,mouse_t_wheel_scan_judge33
+	rtn
+mouse_t_wheel_scan_judge30:
+	fetch 1,mem_wheel_tb_new_pinlevel
+	beq 3,mouse_wheel_t_forward
+	rtn
+mouse_t_wheel_scan_judge31:
+	fetch 1,mem_wheel_tb_new_pinlevel
+	beq 0,mouse_wheel_t_forward
+	rtn
+mouse_t_wheel_scan_judge32:
+	fetch 1,mem_wheel_tb_new_pinlevel
+	beq 3,mouse_wheel_t_back
+	rtn
+mouse_t_wheel_scan_judge33:
+	fetch 1,mem_wheel_tb_new_pinlevel
+	beq 0,mouse_wheel_t_back
+	rtn
+mouse_wheel_t_forward:
+	fetch 1,mem_mouse_tz_data
+	increase 1,pdata
+	store 1,mem_mouse_tz_data
+	rtn
+mouse_wheel_t_back:
+	fetch 1,mem_mouse_tz_data
+	increase -1,pdata
+	store 1,mem_mouse_tz_data
+	rtn
+
+
+mouse_wheel_scan:
+	fetch 1,mem_whee_a_data_gpio
+	rtneq GPIO_DISABLE
+	arg 0,rega
+	fetcht 1,mem_whee_a_data_gpio
+	call gpio_get_bit
+	setflag true,0,rega
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_get_bit
+	setflag true,1,rega
+	copy rega,pdata
+	store 1,mem_mwheel_b_new_pinlevel
+	beq 0x01,mouse_wheel_scan_judge1
+	beq 0x02,mouse_wheel_scan_judge2
+	fetch 1,mem_mwheel_tog
+	bbit1 7,mouse_wheel_scan_judge3
+	rtn
+
+mouse_wheel_scan_judge1:
+	fetch 1,mem_mwheel_b_old_pinlevel
+	beq 0,mouse_wheel_scan_judge11
+	beq 3,mouse_wheel_scan_judge12
+	rtn
+mouse_wheel_scan_judge2:
+	fetch 1,mem_mwheel_b_old_pinlevel
+	beq 0,mouse_wheel_scan_judge21
+	beq 3,mouse_wheel_scan_judge22
+	rtn
+mouse_wheel_scan_judge11:
+	jam 0x82,mem_mwheel_tog
+	rtn
+mouse_wheel_scan_judge12:
+	jam 0x81,mem_mwheel_tog
+	rtn
+mouse_wheel_scan_judge21:
+	jam 0x80,mem_mwheel_tog
+	rtn
+mouse_wheel_scan_judge22:
+	jam 0x83,mem_mwheel_tog
+	rtn
+mouse_wheel_scan_judge3:
+	fetch 1,mem_mwheel_tog
+	set0 7,pdata
+	store 1,mem_mwheel_tog
+	beq 0,mouse_wheel_scan_judge30
+	beq 1,mouse_wheel_scan_judge31
+	beq 2,mouse_wheel_scan_judge32
+	beq 3,mouse_wheel_scan_judge33
+	rtn
+mouse_wheel_scan_judge30:
+	fetch 1,mem_mwheel_b_new_pinlevel
+	beq 3,mouse_wheel_forward
+	rtn
+mouse_wheel_scan_judge31:
+	fetch 1,mem_mwheel_b_new_pinlevel
+	beq 0,mouse_wheel_forward
+	rtn
+mouse_wheel_scan_judge32:
+	fetch 1,mem_mwheel_b_new_pinlevel
+	beq 3,mouse_wheel_back
+	rtn
+mouse_wheel_scan_judge33:
+	fetch 1,mem_mwheel_b_new_pinlevel
+	beq 0,mouse_wheel_back
+	rtn
+mouse_wheel_forward:
+	fetch 1,mem_mouse_z_data
+	increase 1,pdata
+	store 1,mem_mouse_z_data
+	rtn
+mouse_wheel_back:
+	fetch 1,mem_mouse_z_data
+	increase -1,pdata
+	store 1,mem_mouse_z_data
+	rtn
+
+
+mouse_wheel_gpio_set_wake:
+	fetcht 1,mem_whee_a_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_ta_data_gpio
+	call gpio_set_wake_by_current_state
+	fetcht 1,mem_whee_tb_data_gpio
+	branch gpio_set_wake_by_current_state
+	
+mouse_before_hibernate_wheel_gpio_set:
+	fetcht 1,mem_whee_a_data_gpio
+	call mouse_gpio_set_pupd_by_input
+	fetcht 1,mem_whee_b_data_gpio
+	call mouse_gpio_set_pupd_by_input
+	fetcht 1,mem_whee_ta_data_gpio
+	call mouse_gpio_set_pupd_by_input
+	fetcht 1,mem_whee_tb_data_gpio
+	branch mouse_gpio_set_pupd_by_input
+
+mouse_wheel_trigger:
+	fetch 2,mem_mouse_z
+	rtn blank
+	jam 1,mem_mouse_wheel_trigger
+	jam 10,mem_mouse_wheel_trigger_timer
+	rtn
+
+mouse_wheel_trigger_timer:
+	arg mem_mouse_wheel_trigger_timer,regc
+	arg mouse_wheel_trigger_disable,regb
+	branch timer_single_step
+mouse_wheel_trigger_disable:
+	jam 0,mem_mouse_wheel_trigger
+	rtn
+
+
+/*
+mouse_set_qdecoder_x:
+	arg MOUSE_DEFAULT_XA_GPIO,temp
+	call mouse_gpio_config_input_pu
+	arg MOUSE_DEFAULT_XA_GPIO,temp
+	call gpio_get_bit
+	rtn true
+	fetch 1,core_qdec_cntx
+	set1 4,pdata
+	store 1,core_qdec_cntx
+	rtn
+*/	
+	
+/*******************wheel*************************/
+
+
+
+/********************dpi******************************/
+mouse_dpi_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC,mouse_dpi_check_connect_adc
+	fetch 1,mem_dpi_button_gpio
+	rtneq GPIO_DISABLE
+	arg 0,rega
+	jam MOUSE_DPI_KEY,mem_mouse_key_temp
+	fetcht 1,mem_dpi_button_gpio
+	call mouse_dpi_key_check
+	store 1,mem_mouse_dpikey_press_status
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_dpi_check_end
+	call mouse_matrix_public_gpio_reset
+mouse_dpi_check_exit:	
+	copy rega,pdata
+	bbit1 MOUSE_DPI_KEY,mouse_dpi_down
+	branch mouse_dpi_up
+	
+mouse_dpi_key_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_GND,mouse_dpi_key_connect_gnd
+	fetch 1,mem_mouse_dpikey_press_status
+	copy pdata,regc
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_dpi_check
+	fetch 1,mem_mouse_ghost_flag
+	nbranch mouse_dpi_check_end,blank
+mouse_dpi_key_connect_matrix:
+	call gpio_get_bit
+	fetcht 1,mem_matrix_public_gpio
+	branch mouse_dpi_key_connect_gnd,true
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_out_active
+	fetcht 1,mem_dpi_button_gpio
+	fetch 1,mem_mouse_dpikey_press_status
+	branch mouse_check_key_connect_gnd
+
+mouse_3io6key_dpi_check:
+	fetch 1,mem_dpi_button_gpio
+	call mouse_gpio_config_output_low
+	fetcht 1,mem_dpi_button_gpio
+	branch mouse_3io6key_check
+
+mouse_3io6key_dpi_check_end:
+	fetcht 1,mem_dpi_button_gpio
+	call mouse_gpio_config_input_pu
+	branch mouse_dpi_check_exit
+
+mouse_dpi_check_end:
+	jam DPI_BUTTON_STATE_UP,mem_mouse_dpi_button_state
+	jam 0,mem_mouse_dpikey_press_status
+	rtn
+
+mouse_dpi_key_connect_gnd:
+	fetch 1,mem_mouse_dpikey_press_status
+	branch mouse_check_key_connect_gnd
+
+mouse_dpi_check_connect_adc:
+	fetch 1,mem_mouse_adc_button_press_flag
+	branch mouse_dpi_up,blank
+mouse_dpi_down:
+	fetch 1,mem_mouse_dpi_button_state
+	rtneq DPI_BUTTON_STATE_DOWN
+	jam DPI_BUTTON_STATE_DOWN,mem_mouse_dpi_button_state
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON
+	rtnbit1 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY
+	branch mouse_dpi_process
+
+mouse_dpi_up:
+	fetch 1,mem_mouse_dpi_button_state
+	rtneq DPI_BUTTON_STATE_UP
+	jam DPI_BUTTON_STATE_UP,mem_mouse_dpi_button_state
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON,mouse_dpi_up_next
+	bbit1 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY,mouse_dpi_up_next
+	rtn
+mouse_dpi_up_next:	
+	fetch 1,mem_mouse_dpi_long_press_flag
+	nbranch mouse_dpi_up_after_long_press,blank
+	fetch 1,mem_select_device_count
+	ncall mouse_dpi_process,blank
+mouse_dpi_up_after_long_press:	
+	jam 0,mem_mouse_dpi_long_press_flag
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_select_device_count	
+	store 1,mem_bt_discovery_count	
+	rtn
+
+
+mouse_dpi_another_gpio_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_DOUBLE_DPI_KEY
+	fetch 1,mem_mouse_another_dpi_connect_vin_flag
+	nbranch mouse_dpi_another_gpio_connect_vin_check,blank
+mouse_dpi_another_gpio_connect_gnd_check:	
+	fetch 1,mem_dpi_another_button_gpio
+	call mouse_gpio_config_output_high
+	call mouse_dpi_another_check
+	fetcht 1,mem_dpi_another_button_gpio
+	branch mouse_gpio_config_input_pu
+
+mouse_dpi_another_gpio_connect_vin_check:
+	fetch 1,mem_dpi_another_button_gpio
+	set0 gpio_active_bit,pdata
+	store 1,mem_dpi_another_button_gpio
+	call mouse_gpio_config_output_low
+	jam MOUSE_DPI_ANOTHER_KEY,mem_mouse_key_temp_patch
+	fetcht 1,mem_dpi_another_button_gpio
+	fetch 1,mem_dpi_another_press_status
+	call mouse_check_dpi_another_key_connect_vin
+	call mouse_dpi_another_state_check
+	fetcht 1,mem_dpi_another_button_gpio
+	branch mouse_gpio_config_input_pu
+
+mouse_dpi_another_down_new:
+	call mouse_gpio_config_input_pu
+	fetch 1,mem_dpi_another_button_state
+	rtneq DPI_BUTTON_STATE_DOWN
+	jam DPI_BUTTON_STATE_DOWN,mem_dpi_another_button_state
+	branch mouse_dpi_process
+	
+mouse_dpi_another_check:
+	jam MOUSE_DPI_ANOTHER_KEY,mem_mouse_key_temp_patch
+	fetcht 1,mem_dpi_another_button_gpio
+	fetch 1,mem_dpi_another_press_status	
+	call mouse_check_dpi_another_key_connect_gnd
+mouse_dpi_another_state_check:
+	store 1,mem_dpi_another_press_status
+	fetch 1,mem_dpi_another_button_down_enable
+	branch mouse_dpi_another_up,blank	
+mouse_dpi_another_down:
+	fetch 1,mem_dpi_another_button_state
+	rtneq DPI_BUTTON_STATE_DOWN
+	jam DPI_BUTTON_STATE_DOWN,mem_dpi_another_button_state
+	branch mouse_dpi_process
+
+mouse_dpi_another_up:
+	fetch 1,mem_dpi_another_button_state
+	rtneq DPI_BUTTON_STATE_UP
+	jam DPI_BUTTON_STATE_UP,mem_dpi_another_button_state
+	rtn
+
+mouse_check_dpi_another_key_connect_gnd:	
+	lshift pdata,pdata
+	copy pdata,regb
+	call gpio_get_bit
+	setflag true,0,regb
+	and regb,0x07,pdata
+	fetcht 1,mem_mouse_key_temp_patch
+	copy temp,queue
+	beq 0x07,mouse_dpi_another_key_press		//  about 17~22ms three times
+	beq 0x00,mouse_dpi_another_key_release
+	rtn
+
+mouse_check_dpi_another_key_connect_vin:	
+	lshift pdata,pdata
+	copy pdata,regb
+	call mouse_gpio_config_input_pd
+	call gpio_get_bit
+	setflag true,0,regb
+	and regb,0x07,pdata
+	fetcht 1,mem_mouse_key_temp_patch
+	copy temp,queue
+	beq 0x07,mouse_dpi_another_key_press		//  about 17~22ms three times
+	beq 0x00,mouse_dpi_another_key_release
+	rtn
+
+mouse_dpi_another_key_press:
+	jam 1,mem_dpi_another_button_down_enable
+	rtn
+mouse_dpi_another_key_release:
+	jam 0,mem_dpi_another_button_down_enable
+	rtn
+
+
+mouse_double_dpi_judge:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_DOUBLE_DPI_KEY
+	fetch 1,mem_dpi_another_button_gpio
+	bbit1 gpio_active_bit,mouse_another_dpi_connect_vin
+mouse_another_dpi_connect_gnd:
+	jam 0,mem_mouse_another_dpi_connect_vin_flag
+	rtn
+mouse_another_dpi_connect_vin:
+	jam 1,mem_mouse_another_dpi_connect_vin_flag
+	rtn
+
+	
+mouse_dpi_process:
+	bpatch patch08_3,mem_patch08
+	call mouse_dpi_ghost_check
+	rtn user
+	fetch 1,mem_mouse_dpi
+	copy pdata,temp
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DOUBLE_DPI_KEY,mouse_double_dpi_check
+	copy temp,pdata
+	increase 1,pdata
+	and pdata,0x03,pdata
+mouse_dpi_process_store:	
+	store 1,mem_mouse_dpi
+	call mouse_setting_dpi
+	branch mouse_store_device_info_delay
+
+mouse_dpi_ghost_check:
+	disable user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_GND
+	rtnbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
+	fetch 1,mem_mouse_lkey_press_status
+	rtn blank
+	fetch 1,mem_mouse_rkey_press_status
+	rtn blank
+	branch enable_user
+	
+mouse_double_dpi_check:
+	fetch 1,mem_dpi_another_button_down_enable
+	nbranch mouse_another_dpi_button_down,blank
+mouse_dpi_increase:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DPI_LEVEL_4,mouse_dpi_increase_level_4
+	copy temp,pdata
+	rtneq MOUSE_DPI_LEVEL2
+mouse_dpi_increase_level:
+	beq MOUSE_DPI_LEVEL1,mouse_dpi_level_3	//1600
+	beq MOUSE_DPI_LEVEL3,mouse_dpi_level_2 	//1200
+	rtn
+
+mouse_dpi_level_1:		//800
+	setarg MOUSE_DPI_LEVEL3
+	branch mouse_dpi_process_store
+mouse_dpi_level_2:		//1200
+	setarg MOUSE_DPI_LEVEL1
+	branch mouse_dpi_process_store
+mouse_dpi_level_3:		//1600
+	setarg MOUSE_DPI_LEVEL2
+	branch mouse_dpi_process_store
+mouse_dpi_level_4:		//1000
+	setarg MOUSE_DPI_LEVEL4
+	branch mouse_dpi_process_store
+
+mouse_dpi_increase_level_4:
+	copy temp,pdata			//0->1,2->3,3->0
+	rtneq MOUSE_DPI_LEVEL2
+	beq MOUSE_DPI_LEVEL1,mouse_dpi_level_3
+	beq MOUSE_DPI_LEVEL3,mouse_dpi_level_4
+	beq MOUSE_DPI_LEVEL4,mouse_dpi_level_2
+	rtn
+mouse_dpi_decrease_level_4:
+	copy temp,pdata			//0->3,1->0,3->2
+	rtneq MOUSE_DPI_LEVEL3
+	beq MOUSE_DPI_LEVEL1,mouse_dpi_level_4
+	beq MOUSE_DPI_LEVEL2,mouse_dpi_level_2
+	beq MOUSE_DPI_LEVEL4,mouse_dpi_level_1
+	rtn
+
+mouse_another_dpi_button_down:
+mouse_dpi_decrease:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_DPI_LEVEL_4,mouse_dpi_decrease_level_4
+	copy temp,pdata
+	rtneq MOUSE_DPI_LEVEL3
+mouse_dpi_decrease_level:
+	beq MOUSE_DPI_LEVEL1,mouse_dpi_level_1
+	beq MOUSE_DPI_LEVEL2,mouse_dpi_level_2
+	rtn
+
+	
+mouse_dpi_key_check_long_press:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON,mouse_select_device_by_dpi_button
+	bbit1 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY,mouse_discovery_by_dpi_button
+	rtn
+
+mouse_select_device_by_dpi_button:
+	fetch 1,mem_mouse_dpi_button_state
+	rtnne DPI_BUTTON_STATE_DOWN	
+	arg mem_select_device_count,regc
+	arg mouse_ready_reconnection_by_dpi_button,regb
+	branch timer_single_step
+
+mouse_ready_reconnection_by_dpi_button:
+	jam 1,mem_mouse_dpi_long_press_flag
+	branch mouse_ready_reconnection_by_button
+
+mouse_discovery_by_dpi_button:
+	fetch 1,mem_mouse_dpi_button_state
+	rtnne DPI_BUTTON_STATE_DOWN	
+	arg mem_bt_discovery_count,regc
+	arg mouse_long_dpi_button_bt_discovery,regb
+	branch timer_single_step
+
+mouse_long_dpi_button_bt_discovery:
+	jam 1,mem_mouse_dpi_long_press_flag
+	branch mouse_long_button_bt_discovery
+
+mouse_dpi_config:
+	branch mouse_setting_sensor_type
+
+mouse_setting_dpi_4_level:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_DPI_LEVEL_4
+	fetch 1,mem_mouse_dpi
+	rtnne MOUSE_DPI_LEVEL4
+	jam MOUSE_DPI_LEVEL1,mem_mouse_dpi
+	rtn
+	
+mouse_setting_dpi:
+	bpatch patch08_4,mem_patch08
+	call mouse_setting_dpi_4_level
+	call mouse_dpi_led_blink_delay
+mouse_setting_sensor_type:
+	fetch 1,mem_config_sensor_type
+	beq P3212,mouse_seting_3212_dpi
+	beq KA8G2,mouse_seting_ka8g2_dpi
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,mouse_set_cpi0		//1200
+	beq MOUSE_DPI_LEVEL2,mouse_set_cpi1		//1600
+	beq MOUSE_DPI_LEVEL3,mouse_set_cpi2		//800
+	beq MOUSE_DPI_LEVEL4,mouse_set_cpi3		//1000
+mouse_set_cpi1:	//320x+8009
+	fetcht 1,mem_320x_dpi_1
+	branch mouse_dpi_store
+mouse_set_cpi0:
+	fetcht 1,mem_320x_dpi_0
+	branch mouse_dpi_store
+mouse_set_cpi2:
+	fetcht 1,mem_320x_dpi_2
+	branch mouse_dpi_store
+mouse_set_cpi3:
+	fetcht 1,mem_320x_dpi_3
+mouse_dpi_store:
+	fetch 1,mem_config_sensor_type
+	beq P3065_XY,mouse_3065xy_set_dpi
+	beq MX8650,mouse_3065xy_set_dpi
+	beq KA8,mouse_ka8_set_dpi
+	beq P6520,mouse_ka8_set_dpi
+	beq P8009,mouse_3065xy_set_dpi
+mouse_dpi_write:		// 3205  1  2  3  4
+	storet 1,mem_mouse_cpi_count
+	setarg MOUSE_DPI_ADDRESS
+	call twspi_read
+	and pdata,0xf8,temp
+	fetch 1,mem_mouse_cpi_count
+	iadd temp,pdata
+	lshift8 pdata,pdata
+	add pdata,MOUSE_DPI_ADDRESS,pdata
+	branch twspi_write
+
+mouse_3065xy_set_dpi:	// 0 1 2 3
+	increase -1,temp
+	branch mouse_dpi_write
+
+mouse_ka8_set_dpi:	// 3 4 5 6
+	increase 2,temp
+	branch mouse_dpi_write
+
+mouse_seting_3212_dpi:
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,mouse_set_p3212_cpi0	//1200
+	beq MOUSE_DPI_LEVEL2,mouse_set_p3212_cpi1	//1600
+	beq MOUSE_DPI_LEVEL3,mouse_set_p3212_cpi2	//2400
+	beq MOUSE_DPI_LEVEL4,mouse_set_p3212_cpi3	//800
+mouse_set_p3212_cpi1:
+	fetch 1,mem_3212_dpi_1
+	branch mouse_p3212_dpi
+mouse_set_p3212_cpi0:
+	fetch 1,mem_3212_dpi_0
+	branch mouse_p3212_dpi
+mouse_set_p3212_cpi2:
+	fetch 1,mem_3212_dpi_2
+	branch mouse_p3212_dpi
+mouse_set_p3212_cpi3:
+	fetch 1,mem_3212_dpi_3
+mouse_p3212_dpi:
+	store 1,mem_mouse_cpi_count
+	lshift8 pdata,pdata
+	copy pdata,rega
+	add pdata,MOUSE_P3212_DPI_XADDRESS,pdata
+  	call twspi_write
+ 	copy rega,pdata
+  	add pdata,MOUSE_P3212_DPI_YADDRESS,pdata
+	branch twspi_write
+
+mouse_seting_ka8g2_dpi:
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,mouse_set_pka8g2_cpi0		//1600
+	beq MOUSE_DPI_LEVEL2,mouse_set_pka8g2_cpi1		//2400
+	beq MOUSE_DPI_LEVEL3,mouse_set_pka8g2_cpi2		//3200
+	beq MOUSE_DPI_LEVEL4,mouse_set_pka8g2_cpi3		//800
+mouse_set_pka8g2_cpi1:
+	fetch 1,mem_ka8g2_dpi_1
+	branch mouse_p3212_dpi
+
+mouse_set_pka8g2_cpi0:
+	fetch 1,mem_ka8g2_dpi_0
+	branch mouse_p3212_dpi
+	
+mouse_set_pka8g2_cpi2:
+	fetch 1,mem_ka8g2_dpi_2
+	branch mouse_p3212_dpi
+
+mouse_set_pka8g2_cpi3:
+	fetch 1,mem_ka8g2_dpi_3
+	branch mouse_p3212_dpi
+
+		
+/********************dpi******************************/		
+
+
+/***********************key******************************/
+
+mouse_key:
+	call mouse_check_firekey_gpio
+	fetch 1,mem_fire_key_flag
+	nbranch mouse_fire_key_press,blank
+	fetch 1,mem_fire_key_status
+	nbranch mouse_fire_key_process,blank
+	call mouse_check_key_gpio
+	call mouse_ghost_key_check
+	call mouse_set_mult
+	call mouse_24g_key
+	copy rega,pdata
+	fetcht 1,mem_mouse_key_last
+	store 1,mem_mouse_key_last
+	store 1,mem_mouse_key
+	ixor temp,pdata
+	sub pdata,0,null
+	rtn zero
+	branch enable_user
+
+mouse_24g_key:
+	rtnmark0 mark_24g
+	copy rega,pdata
+	rtn blank
+	store 1,mem_mouse_key
+	branch enable_user
+
+mouse_ghost_key_check:
+	jam 0,mem_mouse_matrix_key_cow_count
+	jam 0,mem_mouse_matrix_key_row_count
+	jam 0,mem_mouse_ghost_flag
+	copy pdata,temp
+	call mouse_ghost_key_check_L_BK
+	call mouse_ghost_key_check_M_FW
+	call mouse_ghost_key_check_BK_FW
+	call mouse_ghost_key_check_LMR
+	fetch 1,mem_mouse_matrix_key_row_count
+	rtn blank
+	fetch 1,mem_mouse_matrix_key_cow_count
+	rtn blank
+	jam 1,mem_mouse_ghost_flag
+	fetch 1,mem_mouse_key_last		// matrix have ghost key
+	copy pdata,rega
+	rtn
+
+mouse_ghost_key_check_L_BK:
+	and temp,MOUSE_L_BK_BUTTON,pdata
+	beq MOUSE_L_BK_BUTTON,mouse_matrix_cow_more_than_one_key
+	rtn
+mouse_ghost_key_check_M_FW:
+	and temp,MOUSE_M_FW_BUTTON,pdata
+	beq MOUSE_M_FW_BUTTON,mouse_matrix_cow_more_than_one_key
+	rtn
+mouse_ghost_key_check_BK_FW:
+	and temp,MOUSE_BK_FW_BUTTON,pdata
+	beq MOUSE_BK_FW_BUTTON,mouse_matrix_row_more_than_one_key
+	rtn	
+
+mouse_ghost_key_check_LMR:
+	and temp,MOUSE_LMR_BUTTON,pdata	// key LMR press
+	beq MOUSE_LR_BUTTON,mouse_matrix_row_more_than_one_key
+	beq MOUSE_LM_BUTTON,mouse_matrix_row_more_than_one_key
+	beq MOUSE_RM_BUTTON,mouse_matrix_row_more_than_one_key
+	beq MOUSE_LMR_BUTTON,mouse_matrix_row_more_than_one_key
+	rtn
+
+
+mouse_matrix_row_more_than_one_key:
+	jam 1,mem_mouse_matrix_key_row_count
+	rtn
+
+mouse_matrix_cow_more_than_one_key:
+	jam 1,mem_mouse_matrix_key_cow_count
+	rtn
+
+mouse_key_check_once:
+	call mouse_check_key_gpio_once
+	call mouse_check_key_gpio
+	setarg 0x00
+	store 3,mem_mouse_lkey_press_status
+	rtn
+	
+mouse_check_key_gpio:
+	bpatch patch08_5,mem_patch08
+	fetch 1,mem_sensor_shutdown_flag
+	ncall mouse_check_key_gpio_once,blank
+	arg 0,rega
+	call mouse_check_lkey_gpio
+	call mouse_check_rkey_gpio
+	call mouse_check_mkey_gpio
+	call mouse_check_bkkey_gpio
+	call mouse_check_fwkey_gpio
+	call mouse_check_firekey_gpio
+	call mouse_check_customerkey_gpio
+	copy rega,pdata
+	rtn
+
+mouse_check_key_gpio_once:
+	setarg 0x030303
+	store 3,mem_mouse_lkey_press_status
+	rtn
+
+mouse_check_lkey_gpio:
+	fetch 1,mem_lbutton_gpio
+	call mouse_gpio_config_output_high
+	jam MOUSE_L_KEY,mem_mouse_key_temp
+	fetcht 1,mem_lbutton_gpio
+	fetch 1,mem_mouse_lkey_press_status
+	call mouse_check_key_connect_gnd
+	store 1,mem_mouse_lkey_press_status
+	fetcht 1,mem_lbutton_gpio
+	branch mouse_gpio_config_input_pu
+
+mouse_check_rkey_gpio:
+	fetch 1,mem_rbutton_gpio
+	call mouse_gpio_config_output_high
+	jam MOUSE_R_KEY,mem_mouse_key_temp
+	fetcht 1,mem_rbutton_gpio
+	fetch 1,mem_mouse_rkey_press_status
+	call mouse_check_key_connect_gnd
+	store 1,mem_mouse_rkey_press_status
+	fetcht 1,mem_rbutton_gpio
+	branch mouse_gpio_config_input_pu
+	
+mouse_check_mkey_gpio:
+	fetch 1,mem_mbutton_gpio
+	call mouse_gpio_config_output_high
+	jam MOUSE_M_KEY,mem_mouse_key_temp
+	fetcht 1,mem_mbutton_gpio
+	fetch 1,mem_mouse_mkey_press_status
+	call mouse_check_key_connect_gnd
+	store 1,mem_mouse_mkey_press_status
+	fetcht 1,mem_mbutton_gpio
+	branch mouse_gpio_config_input_pu
+
+mouse_check_bkkey_gpio:
+	fetch 1,mem_bk_button_gpio
+	rtneq GPIO_DISABLE
+	jam MOUSE_BK_KEY,mem_mouse_key_temp
+	fetch 1,mem_mouse_bkkey_press_status
+	copy pdata,regc
+	fetcht 1,mem_bk_button_gpio
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_bk_check
+	call gpio_get_bit
+	branch mouse_check_bk_button_connect_gnd,true
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_out_active
+	fetcht 1,mem_bk_button_gpio
+	fetch 1,mem_mouse_bkkey_press_status
+	call mouse_check_key_connect_gnd
+mouse_check_bkkey_gpio_end:	
+	store 1,mem_mouse_bkkey_press_status
+	branch mouse_matrix_public_gpio_reset
+
+mouse_check_bk_button_connect_gnd:
+	fetcht 1,mem_matrix_public_gpio
+	fetch 1,mem_mouse_bkkey_press_status
+	call mouse_check_key_connect_gnd
+	branch mouse_check_bkkey_gpio_end
+
+mouse_3io6key_bk_check:
+	fetch 1,mem_bk_button_gpio
+	call mouse_gpio_config_output_low
+	fetcht 1,mem_bk_button_gpio
+	call mouse_3io6key_check
+	store 1,mem_mouse_bkkey_press_status
+	fetcht 1,mem_bk_button_gpio
+	branch mouse_gpio_config_input_pu
+
+
+mouse_check_fwkey_gpio:
+	fetch 1,mem_fw_button_gpio
+	rtneq GPIO_DISABLE
+	jam MOUSE_FW_KEY,mem_mouse_key_temp
+	fetch 1,mem_mouse_fwkey_press_status
+	copy pdata,regc
+	fetcht 1,mem_fw_button_gpio
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_fw_check
+	call gpio_get_bit
+	branch mouse_check_fw_button_connect_gnd,true
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_out_active
+	fetcht 1,mem_fw_button_gpio
+	fetch 1,mem_mouse_fwkey_press_status
+	call mouse_check_key_connect_gnd
+mouse_check_fwkey_gpio_end:	
+	store 1,mem_mouse_fwkey_press_status
+mouse_matrix_public_gpio_reset:	
+	fetcht 1,mem_matrix_public_gpio
+	branch mouse_gpio_config_input_pu
+
+mouse_check_fw_button_connect_gnd:
+	fetcht 1,mem_matrix_public_gpio
+	fetch 1,mem_mouse_fwkey_press_status
+	call mouse_check_key_connect_gnd
+	branch mouse_check_fwkey_gpio_end	
+
+mouse_3io6key_fw_check:
+	fetch 1,mem_fw_button_gpio
+	call mouse_gpio_config_output_low
+	fetcht 1,mem_fw_button_gpio
+	call mouse_3io6key_check
+	store 1,mem_mouse_fwkey_press_status
+	fetcht 1,mem_fw_button_gpio
+	branch mouse_gpio_config_input_pu
+
+mouse_check_customerkey_gpio:
+	jam 0,mem_customer_key
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_KEYBOARD
+	fetch 1,mem_customer_key_gpio
+	rtneq GPIO_DISABLE
+	jam MOUSE_CUSTOMER_KEY,mem_mouse_key_temp
+	fetcht 1,mem_customer_key_gpio
+	fetch 1,mem_mouse_customerkey_press_status
+	call mouse_check_key_connect_gnd
+	store 1,mem_mouse_customerkey_press_status
+	copy rega,pdata
+	bbit1 MOUSE_CUSTOMER_KEY,mouse_customerkey_press
+	call mouse_customerkey_release
+mouse_check_customerkey_gpio_exit:
+	fetch 1,mem_customer_data_trigger
+	store 1,mem_customer_data_trigger_last
+	rtn
+
+mouse_customerkey_press:
+	jam 1,mem_customer_data_trigger
+	call mouse_customer_key_need_send
+	branch mouse_check_customerkey_gpio_exit
+
+mouse_customerkey_release:
+	jam 0,mem_customer_data_trigger
+	fetch 1,mem_customer_data_trigger_last
+	rtn blank
+mouse_customer_key_need_send:	
+	jam 1,mem_customer_key
+	rtn	
+
+mouse_check_matrix_button_connect_gnd:	
+	call gpio_get_bit
+	fetcht 1,mem_mouse_key_temp
+	copy temp,queue	
+	branch  mouse_key_press,true
+mouse_key_release:
+	qset0 rega
+	rtn	
+
+mouse_check_key_connect_gnd:	
+	lshift pdata,pdata
+	copy pdata,regb
+	call gpio_get_bit
+	setflag true,0,regb
+mouse_check_key_connect_gnd_1:
+	and regb,0x07,pdata
+mouse_check_key_connect_gnd_next:
+	fetcht 1,mem_mouse_key_temp
+	copy temp,queue
+	beq 0x07,mouse_key_press		//  about 17~22ms three times
+	beq 0x00,mouse_key_release
+	rtn
+
+mouse_key_press:
+	qset1 rega
+	rtn
+
+mouse_3io6key_check:
+	bpatch patch08_6,mem_patch08
+	copy regc,pdata
+	store 1,mem_mouse_key_status
+	lshift pdata,pdata
+	copy pdata,regb
+	copy temp,regc
+	call mouse_gpio_config_input_pd
+	copy regc,temp
+	call gpio_get_bit
+	nsetflag true,0,regb
+	call mouse_check_press
+	branch mouse_check_key_connect_gnd_next
+
+mouse_check_press:
+	fetcht 1,mem_mouse_key_status
+	and_into 0x01,temp
+	and regb,0x01,pdata
+	isub temp,null
+	nbranch mouse_current_mult_update,zero
+	rtn
+
+
+//input:pdata gpio number
+mouse_gpio_config_output_high:
+	rtneq GPIO_DISABLE
+	arg gpcfg_output_high,temp
+	branch gpio_config_function_int
+
+//input:pdata gpio number
+mouse_gpio_config_output_low:
+	rtneq GPIO_DISABLE
+	arg gpcfg_output_low,temp
+	branch gpio_config_function_int	
+
+
+
+mouse_firebutton_connect_state_check:
+	fetch 1,mem_firebutton_gpio
+	rtneq GPIO_DISABLE
+	bbit1 gpio_active_bit,mouse_firebutton_connect_vin
+mouse_firebutton_connect_gnd:	
+	jam 0,mem_mouse_firebutton_connect_vin_flag
+	rtn
+mouse_firebutton_connect_vin:
+	jam 1,mem_mouse_firebutton_connect_vin_flag
+	rtn
+
+mouse_check_firekey_gpio:
+	arg 0,regb
+	fetch 1,mem_firebutton_gpio
+	rtneq GPIO_DISABLE
+	fetch 1,mem_mouse_firebutton_connect_vin_flag
+	nbranch mouse_check_firekey_connect_vin,blank
+mouse_check_firekey_connect_gnd:
+	fetcht 1,mem_firebutton_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_firebutton_gpio
+	call gpio_get_bit
+	setflag true,0,regb
+mouse_firekey_state_store:	
+	copy regb,pdata
+	store 1,mem_fire_key_flag
+	rtn	
+
+mouse_check_firekey_connect_vin:
+	fetch 1,mem_firebutton_gpio
+	set0 gpio_active_bit,pdata
+	store 1,mem_firebutton_gpio
+	fetcht 1,mem_firebutton_gpio
+	call mouse_gpio_config_input_pd
+	fetcht 1,mem_firebutton_gpio
+	call gpio_get_bit
+	nsetflag true,0,regb
+	branch mouse_firekey_state_store
+
+mouse_fire_key_process: 
+	beq 4,mouse_fire_key_process_end
+mouse_fire_key_press:
+	call mouse_firekey_clkn_bt_timer_check 
+	fetch 4,mem_fire_key_delay
+	arg 0xa0,temp      
+	iadd temp,temp
+	copy clkn_bt,pdata
+	isub temp,null
+	nrtn positive
+	store 4,mem_fire_key_delay 
+	fetch 1,mem_fire_key_status
+	beq 0,mouse_fire_key_process_start
+	beq 1,mouse_fire_key_process_release1
+	beq 2,mouse_fire_key_process_start2
+	beq 3,mouse_fire_key_process_release2
+	rtn
+
+mouse_fire_key_process_start:
+	jam 1,mem_fire_key_status
+mouse_fire_key_down:
+	jam 1,mem_mouse_key
+	branch enable_user
+
+mouse_fire_key_process_release1:
+	jam 2,mem_fire_key_status
+mouse_fire_key_release:
+	jam 0,mem_mouse_key
+	branch enable_user
+
+mouse_fire_key_process_start2:
+	jam 3,mem_fire_key_status
+	branch mouse_fire_key_down
+
+mouse_fire_key_process_release2:
+	jam 0,mem_fire_key_status
+	branch mouse_fire_key_release
+	
+mouse_fire_key_process_end:
+	jam 0,mem_fire_key_status
+	jam 0,mem_mouse_key
+	rtn
+
+mouse_firekey_clkn_bt_timer_check:
+	fetcht 4,mem_fire_key_delay
+	copy clkn_bt,pdata
+	isub temp,null
+	ncall mouse_firekey_clkn_bt_timer_timeout,positive
+	rtn
+mouse_firekey_clkn_bt_timer_timeout:
+	setarg 0
+	store 4,mem_fire_key_delay
+	rtn
+
+	
+/*************************key***************************************/
+
+/**********************sensor******************************/	
+mouse_init_sunt:
+	bpatch patch08_7,mem_patch08
+	call mouse_sensor_spi_init
+	rtn wake
+mouse_init_sensor_wakeup:	
+	call mouse_sensor_poweron
+mouse_init_sensor:
+	bpatch patch09_0,mem_patch09
+	call mouse_read_sensor_id
+	beq P32XX_ID1,mouse_init_p32xx_id2_judge
+	beq P3065_ID1,mouse_init_p3065
+	beq PKA8G2_ID1,mouse_ka8g2_id2_judge
+	call mouse_twspi_reset
+	nop 6900
+	branch mouse_init_sensor
+mouse_twspi_reset:
+	fetcht 1,mem_mouse_sensor_sclk_gpio
+	call twspi_reset
+	branch mouse_spid_init_pin
+
+mouse_read_sensor_id:
+	setarg PAN_REG_PID_H
+	call twspi_read
+	store 1,mem_sensor_id2
+	setarg PAN_REG_PID_L
+	call twspi_read
+	store 1,mem_sensor_id1
+	rtn
+
+mouse_init_p32xx_id2_judge:
+	fetch 1,mem_sensor_id2
+	beq P_MX8650,mouse_mx8650_init_param
+	beq P8009_ID2,mouse_8009_init_param
+	beq P3205_TJ3T_ID2,mouse_3205_3t_init_param
+	beq P3204_TJ3L_ID2,mouse_3204_3l_init_param
+	beq P3212_ID2,mouse_3212_init_param
+	beq PKA8_ID2,mouse_ka8_init_param_check
+	beq P6520A_ID2,mouse_p6520_init_param
+	branch mouse_init_sensor
+	
+mouse_mx8650_init_param:
+	jam MX8650,mem_config_sensor_type
+	call mouse_sensor_reset
+	call delay_10ms
+	arg mem_sensor_8650_init,regc
+	call mouse_sensor_wr_seq
+	branch mouse_dpi_config
+
+mouse_8009_init_param:
+	setarg 0x16
+	call twspi_read
+	sub pdata,0xbd,null 
+	nbranch mouse_init_sunt,zero
+	setarg 0x19
+	call twspi_read
+	sub pdata,0x55,null 
+	nbranch mouse_init_sunt,zero
+	setarg 0x1b
+	call twspi_read
+	sub pdata,0x1d,null 
+	nbranch mouse_init_sunt,zero
+	jam P8009,mem_config_sensor_type
+	arg mem_sensor_8009_init,regc
+	branch mouse_sensor_wr_seq
+
+mouse_3205_3t_init_param:
+	jam P3205,mem_config_sensor_type
+	arg mem_sensor_3205_init,regc
+	call mouse_sensor_wr_seq
+	arg mem_sensor_32xx_init,regc
+	call mouse_sensor_wr_seq
+	setarg 0x0943
+	call twspi_write
+	arg mem_sensor_32xx_init_1,regc
+	branch mouse_sensor_wr_seq	
+
+mouse_3204_3l_init_param:
+	jam P3204,mem_config_sensor_type
+	arg mem_sensor_3204_init,regc
+	call mouse_sensor_wr_seq
+	arg mem_sensor_32xx_init,regc
+	call mouse_sensor_wr_seq
+	arg mem_sensor_32xx_init_1,regc
+	branch mouse_sensor_wr_seq	
+
+mouse_3212_init_param:
+	jam P3212,mem_config_sensor_type
+	arg mem_sensor_3212_init,regc
+mouse_sensor_wr_seq:
+	ifetch 2,regc
+	arg 0xffff,temp
+	isub temp,null
+	rtn zero
+	call twspi_write
+	increase 2,regc
+	branch mouse_sensor_wr_seq
+
+mouse_ka8_init_param_check:	
+	call mouse_sensor_disable_wp
+	setarg 0x9a5b
+	call twspi_write
+	setarg 0x0d
+	call twspi_read
+	sub pdata,0x12,null
+	branch mouse_ka8ul_init_param,zero
+	sub pdata,0x0a,null
+	nbranch mouse_ka8hd_sensor_judge,zero
+	setarg 0x0e
+	call twspi_read
+	sub pdata,0xe5,null
+	nbranch mouse_init_sensor,zero
+	setarg 0x10
+	call twspi_read
+	sub pdata,0xa5,null
+	branch mouse_ka8ul_init_param,zero
+	call mouse_enable_ka8_sensor_wp
+mouse_ka8_init_param:
+	jam KA8,mem_config_sensor_type	
+	rtn
+mouse_ka8ul_init_param:
+	jam KA8_UL,mem_config_sensor_type	
+	arg mem_sensor_ka8ul_init,regc
+	branch mouse_sensor_wr_seq
+mouse_ka8hd_sensor_judge:
+	sub pdata,0x10,null
+	nbranch mouse_init_sensor,zero
+	setarg 0x0e
+	call twspi_read
+	sub pdata,0xc5,null
+	nbranch mouse_init_sensor,zero
+	setarg 0x10
+	call twspi_read
+	sub pdata,0x38,null
+	nbranch mouse_init_sensor,zero
+mouse_ka8hd_init_param:
+	call mouse_enable_ka8_sensor_wp
+	jam KA8_HD,mem_config_sensor_type
+	rtn
+mouse_enable_ka8_sensor_wp:
+	setarg 0x005b
+	call twspi_write
+	branch mouse_sensor_enable_wp
+	
+mouse_p6520_init_param:
+	jam P6520,mem_config_sensor_type
+	arg mem_sensor_p6520_init,regc
+	branch mouse_sensor_wr_seq
+	
+mouse_init_p3065:
+	call mouse_sensor_poweron
+	fetch 1,mem_sensor_id2
+	beq P3065_XY_ID2,mouse_p3065xy_init_param
+	beq P3065_ID2,mouse_p3065_init_param
+	branch mouse_init_sensor
+	
+mouse_p3065_init_param:	
+	jam P3065,mem_config_sensor_type
+	rtn
+
+mouse_p3065xy_init_param:
+	jam P3065_XY,mem_config_sensor_type
+	rtn
+	
+mouse_ka8g2_id2_judge:
+	call mouse_sensor_poweron
+	fetch 1,mem_sensor_id2
+	beq PKA8G2_ID2,mouse_ka8g2_init_param
+	branch mouse_init_p32xx_id2_judge
+mouse_ka8g2_init_param:
+	jam KA8G2,mem_config_sensor_type
+	arg mem_sensor_ka8g2_init,regc
+	branch mouse_sensor_wr_seq
+	
+mouse_sensor_enable_wp:
+	setarg 0x0009
+	branch twspi_write
+mouse_sensor_disable_wp:
+	setarg 0x5a09
+	branch twspi_write
+
+mouse_sensor_reset:	
+	arg 0x8006,temp
+	fetch 1,mem_config_sensor_type
+	bne KA8G2,mouse_sensor_reset_end
+	arg 0x9706,temp
+mouse_sensor_reset_end:
+	copy temp,pdata
+	call twspi_write
+	nop 12000
+	rtn
+
+mouse_sensor_poweron_init:
+	arg mem_sensor_poweron_init,regc
+	fetch 1,mem_config_sensor_type
+	rtnne KA8G2
+	arg mem_sensor_ka8g2_poweron_init,regc
+	rtn
+	
+mouse_sensor_poweron:
+	bpatch patch09_1,mem_patch09
+	call mouse_sensor_spi_init
+	call mouse_sensor_reset
+	call mouse_sensor_poweron_init
+	call mouse_sensor_wr_seq
+	branch mouse_dpi_config
+
+mouse_sensor_powerdown:
+	bpatch patch09_2,mem_patch09
+	call mouse_init_sunt
+	call mouse_sensor_spi_init
+	arg 0x0806,temp
+	fetch 1,mem_config_sensor_type
+	bne KA8G2,mouse_sensor_powerdown_end
+	arg 0x1f06,temp
+mouse_sensor_powerdown_end:
+	copy temp,pdata
+	branch twspi_write
+
+	
+/*********sensor init*************/	
+
+
+
+/*********sensor motion*************/
+mouse_check_sensor_data:
+	fetch 1,mem_spi_write_flash_sm
+	rtnne FLASH_SM_NO_BUYS
+	fetch 1,mem_config_sensor_type
+	beq P3205,mouse_p32xx_sensor_motion
+	beq P3065,mouse_p32xx_sensor_motion
+	beq KA8,mouse_p32xx_sensor_motion
+	beq P3204,mouse_p32xx_sensor_motion
+	beq P3212,mouse_p3212_sensor_motion
+	beq P3065_xy,mouse_p32xx_sensor_motion
+	beq P8009,mouse_p8009_sensor_motion	
+	beq KA8G2,mouse_pka8g2_sensor_motion
+	branch mouse_p32xx_sensor_motion
+
+
+mouse_p32xx_sensor_motion:
+	call mouse_clear_sensor_data
+	disable user
+	fetch 1,mem_sensor_motion_gpio
+	beq GPIO_DISABLE,mouse_p32xx_sensor_motion_2
+	fetcht 1,mem_sensor_motion_gpio
+	call gpio_get_bit
+	nrtn true
+mouse_p32xx_sensor_motion_2:
+	setarg PAN_REG_PID_L
+	call twspi_read
+	bne P32XX_ID1,mouse_p3065_judge   
+mouse_p32xx_sensor_motion_1:
+	setarg PAN_REG_MOTION_STAUS
+	call twspi_read
+	rtnbit0 7
+	call mouse_read_sensor_common
+	fetch 1,mem_mouse_x
+	call mouse_data_extsign
+	store 2,mem_mouse_x
+	fetch 1,mem_mouse_y
+	call mouse_data_extsign
+	store 2,mem_mouse_y
+	fetch 1,mem_config_sensor_angle
+	beq MOUSE_6CLK_ANGLE,mouse_motion32xx_6clk_direction_selection
+	beq MOUSE_9CLK_ANGLE,mouse_motion32xx_9clk_direction_selection
+	beq MOUSE_12CLK_ANGLE,mouse_motion32xx_12clk_direction_selection
+	beq MOUSE_3CLK_ANGLE,mouse_motion32xx_3clk_direction_selection
+	rtn
+
+mouse_p3065_judge:
+	beq P3065_ID1,mouse_p32xx_sensor_motion_1
+	branch mouse_twspi_reset
+	
+mouse_motion32xx_6clk_direction_selection:
+	call mouse_motion_6clk_direction_dispose
+	branch mouse_sensor_sdio_low
+mouse_motion32xx_9clk_direction_selection:
+	call mouse_motion_9clk_direction_dispose
+	branch mouse_sensor_sdio_low
+mouse_motion32xx_12clk_direction_selection:
+	call mouse_motion_12clk_direction_dispose
+	branch mouse_sensor_sdio_low
+mouse_motion32xx_3clk_direction_selection:
+	call mouse_motion_3clk_direction_dispose
+	branch mouse_sensor_sdio_low
+
+
+	
+mouse_p3212_sensor_motion:
+	call mouse_clear_sensor_data
+	fetch 1,mem_sensor_motion_gpio
+	beq GPIO_DISABLE,mouse_p3212_sensor_motion_1
+	fetcht 1,mem_sensor_motion_gpio
+	call gpio_get_bit
+	nrtn true
+mouse_p3212_sensor_motion_1:	
+	setarg PAN_REG_PID_L
+	call twspi_read
+	bne P32XX_ID1,mouse_twspi_reset
+mouse_p3212_sensor_motion_2:
+	setarg PAN_REG_MOTION_STAUS
+	call twspi_read
+	rtnbit0 7
+	call mouse_read_sensor_common
+	call mouse_read_3212sensor_xy_high
+	store 1,mem_mouse_xy_h
+	rshift4 pdata,pdata
+	call mouse_data_extsign_bit3
+	store 1,mem_mouse_x+1
+	fetch 1,mem_mouse_xy_h
+	and pdata,0x0f,pdata
+	call mouse_data_extsign_bit3
+	store 1,mem_mouse_y+1
+	fetch 1,mem_config_sensor_angle
+	beq MOUSE_6CLK_ANGLE,mouse_motion_6clk_direction_dispose
+	beq MOUSE_9CLK_ANGLE,mouse_motion_9clk_direction_dispose
+	beq MOUSE_12CLK_ANGLE,mouse_motion_12clk_direction_dispose
+	beq MOUSE_3CLK_ANGLE,mouse_motion_3clk_direction_dispose
+	rtn
+
+mouse_read_3212sensor_xy_high:
+	setarg 0x12
+	branch twspi_read
+
+mouse_pka8g2_sensor_motion:
+	call mouse_clear_sensor_data
+	fetch 1,mem_sensor_motion_gpio
+	beq GPIO_DISABLE,mouse_pka8g2_sensor_motion_1
+	fetcht 1,mem_sensor_motion_gpio
+	call gpio_get_bit
+	nrtn true
+mouse_pka8g2_sensor_motion_1:
+	branch mouse_p3212_sensor_motion_2
+
+
+mouse_p8009_sensor_motion:
+	call mouse_clear_sensor_data
+	disable user
+	setarg PAN_REG_MOTION_STAUS
+	call twspi_read
+	rtnbit0 7
+	setarg PAN_REG_OPRATION_STATE
+	call twspi_read
+	branch mouse_p32xx_sensor_motion_1+3,blank
+	setarg 0
+	store 6,mem_mouse_x
+	rtn
+
+mouse_motion_6clk_direction_dispose:
+	fetch 2,mem_mouse_x
+	sub pdata,0,pdata
+	store 2,mem_mouse_x
+	branch enable_user
+mouse_motion_12clk_direction_dispose:
+	fetch 2,mem_mouse_y
+	sub pdata,0,pdata
+	store 2,mem_mouse_y
+	branch enable_user
+mouse_motion_9clk_direction_dispose:
+	fetch 2,mem_mouse_y
+	sub pdata,0,pdata
+	store 2,mem_mouse_y
+	fetch 2,mem_mouse_x
+	sub pdata,0,pdata
+	store 2,mem_mouse_x
+	call mouse_sensor_data_swap_places
+	branch enable_user
+mouse_motion_3clk_direction_dispose:
+	call mouse_sensor_data_swap_places
+	branch enable_user
+
+mouse_sensor_data_swap_places:
+	fetch 2, mem_mouse_y
+	fetcht 2,mem_mouse_x
+	store 2,mem_mouse_x
+	storet 2,mem_mouse_y
+	rtn
+
+	
+mouse_clear_sensor_data:
+	fetch 1,mem_mouse_move_flag
+	call mouse_read_sensor_common,blank
+	jam 1,mem_mouse_move_flag
+	rtn
+
+mouse_clear_sensor_data_by_reset:
+	jam 1,mem_mouse_clear_sensor_data_flag
+	call le_set_config_more_data
+mouse_init_sensor_reset:
+	branch mouse_init_sunt
+
+mouse_data_xy_release:
+	fetch 1,mem_sensor_motion_gpio
+	rtnne GPIO_DISABLE
+	fetch 1,mem_mouse_long_mult_flag
+	rtnne 1
+	setarg 0
+	store 1,mem_mouse_long_mult_flag
+	store 4,mem_mouse_x
+	branch mouse_init_sensor_reset
+
+mouse_data_extsign:
+	rtnbit0 7
+	arg 0xff00,temp
+	ior temp,pdata
+	rtn
+
+mouse_data_extsign_bit3:
+	rtnbit0 3
+	arg 0xf0,temp
+	ior temp,pdata
+	rtn
+
+mouse_read_sensor_common:
+	arg PAN_REG_DELTA_X,pdata
+	call twspi_read
+	store 2,mem_mouse_x
+	arg PAN_REG_DELTA_Y,pdata
+	call twspi_read
+	store 2,mem_mouse_y
+	rtn
+
+	/* sdio high will cost extra 9mA */
+mouse_sensor_sdio_low:
+	fetcht 1,mem_mouse_sensor_sdio_gpio
+	call gpio_get_bit
+	rtn true
+	setarg 0x0a
+	call twspi_read
+	nop 1000
+	branch mouse_sensor_sdio_low
+
+mouse_set_sdio_high:		// make sdio high to make 100uA less
+	setarg 0x8100
+	branch twspi_write
+	
+/****************************sensor*************************/
+
+/*******************mouse fast connect******************/
+mouse_bluetooth_fast_conn_init:
+	jam 0xff,mem_mouse_bluetooth_fast_conn_flag
+mouse_ble_fast_conn_init:	
+	jam 0x34,mem_xrecord_mode
+	setarg 0x0f0f0f
+	store 3,mem_le_lap
+	store 3,mem_le_lap+3
+	branch mouse_start_reconnect
+
+mouse_buletooth_fast_conn_end:
+	bpatch patch09_3,mem_patch09
+	call mouse_select_reconn_device
+	call mouse_bluetooth_fast_conn_disable
+	fetch 1,mem_device_flag
+	beq MODE_BT_DEVICE1,mouse_device1_check_auto_discover
+	beq MODE_BT_DEVICE2,mouse_device2_check_auto_discover
+	rtn
+mouse_device1_check_auto_discover:
+	fetch 6,mem_device1_addr
+	branch mouse_device_check_auto_discover
+mouse_device2_check_auto_discover:
+	fetch 6,mem_device2_addr
+mouse_device_check_auto_discover:	
+	fetcht 6,mem_mouse_compare_addr_ff
+	isub temp,null
+	branch mouse_start_discovery ,zero
+	branch mouse_start_reconnect_device
+
+mouse_bluetooth_fast_conn_disable:
+	jam 0x5a,mem_mouse_bluetooth_fast_conn_flag
+	rtn	
+/*******************mouse fast connect******************/
+
+mouse_stop_bluetooth_mode:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,app_ble_disconnect
+	branch mouse_stop_discovery
+mouse_disconnect:
+	setarg 0
+	store 2,mem_mouse_no_data_timer
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,app_ble_disconnect
+	rtn
+	
+mouse_check_125Hz:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_BT_125Hz
+mouse_bluetooth_125Hz:
+	nbranch mouse_bluetooth_125hz_clear,user
+	fetch 1,mem_bluetooth_125hz_cnt
+	increase 1,pdata
+	and_into 0x0f,pdata
+	store 1,mem_bluetooth_125hz_cnt
+	nrtn blank
+mouse_bluetooth_125hz_clear:
+	jam 0,mem_bluetooth_125hz_cnt
+	branch disable_user
+
+mouse_current_mult_update:
+	fetch 1,mem_sensor_motion_gpio
+	rtnne GPIO_DISABLE
+	jam 0,mem_lpm_mult
+	jam 30,mem_mouse_current_mult_timer
+	rtn
+
+
+mouse_priority_bb_event:	
+	bpatch patch09_4,mem_patch09
+	copy regc,pdata
+	beq BT_EVT_LE_CONNECTED,mouse_le_bb_event_connected
+	beq BT_EVT_LE_DISCONNECTED,mouse_le_bb_disconnected
+	beq BT_EVT_BUTTON_LONG_PRESSED,mouse_bb_event_discovery_btn
+	beq BT_EVT_LE_PAIRING_SUCCESS,mouse_le_pairing_success
+	beq BT_EVT_LE_ENC_INFO,mouse_le_enc_info
+	beq BT_EVT_LE_START_ENC,mouse_le_ll_start_encryt
+	beq BT_EVT_LE_PAIRING_COMPLETE,app_ble_store_reconn_info
+	beq BT_EVT_LE_PARSE_CONN_PAPA_UPDATE_RSP,mouse_le_conn_param_update_rsp_recieved
+	beq BT_EVT_24G_PAIRING_COMPLETE,mouse_24g_pairing_complete
+	beq BT_EVT_24G_ATTEMPT_FAIL,mouse_24g_attempt_fail
+	beq BT_EVT_24G_ATTEMPT_SUCCESS,mouse_24g_attempt_success
+	beq BT_EVT_LE_PARSE_CONN_PARAM_ACCEPTED,mouse_le_parse_conn_param_accepted
+	rtn
+
+/***************************le*************************/
+mouse_le_bb_event_connected:
+	fetch 1,mem_mouse_1io2led_led_enable
+	ncall mouse_multi_led_on_enable,blank
+	jam 0,mem_mouse_long_mult_flag
+	call mouse_init_sensor_reset
+	jam 1,mem_mouse_le_bb_connected_flag
+	call mouse_24g_first_store_reconn_info
+	fetch 1,mem_mouse_le_reconnect_flag
+	nbranch mouse_le_bb_event_connected_next,blank
+	jam 0x14,mem_mouse_send_secutiry_request_timer
+mouse_le_bb_event_connected_next:
+	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason_flag
+	set0 APP_DISC_BY_BUTTON ,pdata
+	store APP_DISC_RSN_SIZE,mem_app_disconn_reason_flag
+	jam 0,mem_mouse_direct_timer
+	fetch 2,mem_le_battery_level_updata_timer_init
+	store 2,mem_le_battery_level_updata_timer
+	call mouse_no_data_timer_init
+	branch mouse_stop_discovery
+
+mouse_le_bb_disconnected:
+	setarg 0
+	store 2,mem_le_battery_level_updata_timer
+	store 1,mem_mouse_le_send_conn_param_update
+	store 1,mem_mouse_le_send_conn_param_update_timer
+	store 1,mem_mouse_le_bb_connected_flag
+	jam LE_LPM_ENABLE,mem_mouse_le_conn_param_reject
+	jam 0,mem_mouse_clear_sensor_data_flag
+	call le_clr_config_more_data
+	branch mouse_bb_disconnected
+
+mouse_le_pairing_success:
+	arg LL_PAIRING_SUCCESS_FLAG,queue
+	branch mouse_le_enable_connect_flag
+
+mouse_le_enc_info:
+mouse_updata_le_param:
+	jam BT_CMD_LE_UPDATE_CONN,mem_fifo_temp
+	branch ui_ipc_send_cmd
+	
+mouse_le_ll_start_encryt:
+	fetch 1,mem_mouse_le_reconnect_flag
+	beq 1,mouse_le_ll_reconn_start_encryt
+	jam 20,mem_le_start_encrypt_timer	
+	branch mouse_le_ll_enable_start_enc_flag
+mouse_le_ll_reconn_start_encryt:
+	call mouse_updata_le_param
+	jam 10,mem_le_start_encrypt_timer
+mouse_le_ll_enable_start_enc_flag:
+	arg LL_START_ENC_FLAG,queue
+	branch mouse_le_enable_connect_flag
+
+mouse_le_enable_connect_flag:
+	fetch 1,mem_le_connect_status_flag
+	qset1 pdata
+	store 1,mem_le_connect_status_flag
+	rtn
+
+mouse_le_conn_param_update_rsp_recieved:
+	fetch 1,mem_mouse_le_send_conn_param_update
+	nrtn blank
+	jam 1,mem_mouse_le_send_conn_param_update
+	jam 30,mem_mouse_le_send_conn_param_update_timer
+	rtn
+	
+mouse_le_conn_param_lpm_disable:
+	jam LE_LPM_DISABLE,mem_mouse_le_conn_param_reject
+	rtn
+
+mouse_le_bb_event_connect_complete:
+	fetch 1,mem_mouse_le_reconnect_flag
+	nrtn blank
+	fetch 1,mem_le_att_handle
+	sub pdata,34,pdata
+	nrtn zero
+	jam 0,mem_le_start_encrypt_timer
+mouse_le_write_enable:	
+	arg WRITE_REQ_ENABLE_FLAG,queue
+	branch mouse_le_enable_connect_flag
+
+mouse_le_parse_conn_param_accepted:
+	fetch 1,mem_le_new_conninterval
+	sub pdata,LE_INTERVAL_15MS,null
+	nbranch mouse_le_conn_param_lpm_disable,positive
+	fetch 1,mem_le_new_connslavelatency
+	fetcht 1,mem_lpm_mult_init
+	isub temp,null
+	branch mouse_le_lpm_mult_reinit,positive
+	fetch 1,mem_le_new_connslavelatency
+	store 1,mem_lpm_mult
+	branch mouse_le_conn_param_lpm_enable
+mouse_le_lpm_mult_reinit:
+	fetch 1,mem_lpm_mult_init
+	store 1,mem_lpm_mult
+mouse_le_conn_param_lpm_enable:
+	jam LE_LPM_ENABLE,mem_mouse_le_conn_param_reject
+	rtn
+	
+/*
+mouse_le_disable_connect_flag:
+	fetch 1,mem_le_connect_status_flag
+	qset0 pdata
+	store 1,mem_le_connect_status_flag
+	rtn
+*/
+mouse_le_clean_connect_flag:
+	jam 0,mem_le_connect_status_flag
+	rtn
+
+/*
+mouse_le_reconn_write_enable_timer_reinit:
+	fetch 1,mem_mouse_le_reconnect_flag
+	rtn blank
+	fetch 1,mem_le_connect_status_flag
+	and pdata,0x03,pdata
+	rtneq 0x03
+	jam 2,mem_le_start_encrypt_timer
+	rtn
+*/
+mouse_le:
+	bpatch patch09_5,mem_patch09
+	call le_fifo_check_nearly_full
+	nrtn blank
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,mouse_le_next
+	fetch 1,mem_le_connect_status_flag
+	and pdata,0x03,pdata
+	rtnne 0x03
+mouse_le_next:	
+	fetch 1,mem_mouse_clear_sensor_data_flag
+	call mouse_clear_sensor_data_by_reset,blank
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_24G_PAIRING_FLAG,mouse_le_send_empty_packet
+	bbit1 MOUSE_SELECT_DEVICE_FLAG,mouse_le_send_empty_packet
+	bbit1 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,mouse_le_send_empty_packet
+	bbit1 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,mouse_le_send_empty_packet
+	call mouse_motion
+	call mouse_check_125Hz
+	nrtn user
+	call mouse_current_mult_update
+	call mouse_data_xy_release
+	call mouse_wheel_trigger
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,mouse_le_send_mouse_data
+	fetch 1,mem_customer_key
+	beq 1,mouse_le_send_keyboard_package_data		
+mouse_le_send_mouse_data:
+	branch mouse_fill_mouse_data_le
+
+
+mouse_le_send_keyboard_package_data:
+	fetch 1,mem_customer_data_trigger
+	branch mouse_le_release_keyboard_data,blank
+	fetch 8,mem_customer_key_press+1
+mouse_fill_keyboard_package_data_le:
+	store 8,mem_pdatatemp
+	fetch 1,mem_customer_key_press
+	beq KB_MULTIKEY_REPORT_ID,mouse_fill_multimedia_key_data_le
+	beq KB_SYSTEM_CONCTRL_REPORT_ID,mouse_fill_systemctrl_key_data_le
+	jam 8,mem_le_data_len
+	fetcht 2,mem_le_keyboard_handle
+mouse_fill_data_le:
+	fetch 1,mem_le_data_len
+	copy pdata,rega
+	call le_att_malloc_tx_notify
+	fetcht 1,mem_le_data_len
+	copy temp,loopcnt
+	arg mem_pdatatemp,contr
+	branch memcpy
+	
+mouse_le_release_keyboard_data:
+	fetch 8,mem_customer_key_release+1
+	branch mouse_fill_keyboard_package_data_le
+
+mouse_fill_multimedia_key_data_le:
+	jam 3,mem_le_data_len
+	fetcht 2,mem_le_multimedia_handle
+	branch mouse_fill_data_le
+
+mouse_fill_systemctrl_key_data_le:
+	jam 2,mem_le_data_len
+	fetcht 2,mem_le_systemctrl_handle
+	branch mouse_fill_data_le
+
+mouse_fill_battery_level_le:
+	arg 1,rega
+	fetcht 2,mem_le_battery_level_handle
+	call le_att_malloc_tx_notify
+	fetch 1,mem_le_battery_level_percentage
+	istore 1,contw
+	rtn
+
+mouse_le_send_empty_packet:
+	setarg 0
+	store 7,mem_mouse_key
+mouse_fill_mouse_data_le:
+	jam 7,mem_le_data_len
+	fetch 7,mem_mouse_key
+	store 7,mem_pdatatemp
+	fetcht 2,mem_le_notify_handle
+	branch mouse_fill_data_le
+
+mouse_check_51cmd_adv:
+	jam 0,mem_mouse_le_reconnect_flag
+	fetch 3,mem_le_adv_ind
+	store 3,mem_le_adv_data+4
+	call mouse_le_check_adv_flag
+	setarg ADV_FLAG_BREDR_NOT_SUPPORTED |ADV_FLAG_LIMITED_DISCOVERABLE
+	istore 1,contr
+	arg mem_le_adv_swift_pair,contr
+	call mouse_le_adv_data_update
+	branch check_51cmd_adv
+
+mouse_le_check_adv_flag:
+	arg mem_le_adv_data,rega
+mouse_le_check_adv_flag_loop:
+	ifetch 1,rega	//length
+	rtn blank
+	iadd contr,rega
+	ifetch 1,contr	//type
+	rtneq 0x01
+	branch mouse_le_check_adv_flag_loop
+	
+mouse_le_adv_data_update:
+	arg mem_le_adv_data+11,contw
+	arg 19,loopcnt
+	call memcpy
+	branch le_modified_name_adv
+
+mouse_le_name_load:
+	fetch 8,mem_le_name_temp
+	rtn blank
+	fetch 1,mem_le_name_len_temp
+	copy pdata,rega
+	sub pdata,11,null
+	nbranch mouse_le_name_len_overflow,positive
+	arg mem_le_name_temp,contr	
+	arg mem_le_adv_swift_pair+9,contw
+	copy rega,loopcnt
+	call memcpy
+	arg mem_le_name_temp,contr
+	arg mem_le_scan_data+2,contw
+	copy rega,loopcnt
+	call memcpy
+	arg mem_le_name_temp,contr
+	arg mem_le_name,contw
+	copy rega,loopcnt
+	branch memcpy
+mouse_le_name_len_overflow:
+	call mouse_le_swift_pair_disable
+	fetch 1,mem_le_name_len_temp
+	increase 1,pdata
+	store 1,mem_le_adv_swift_pair
+	jam 9,mem_le_adv_swift_pair+1
+	arg mem_le_name_temp,contr
+	arg mem_le_adv_swift_pair+2,contw
+	copy rega,loopcnt
+	call memcpy
+	fetch 1,mem_le_name_len_temp
+	increase 1,pdata
+	store 1,mem_le_scan_data
+	jam 9,mem_le_scan_data+1
+	arg mem_le_name_temp,contr
+	arg mem_le_scan_data+2,contw
+	copy rega,loopcnt
+	call memcpy
+	arg mem_le_name_len_temp,contr
+	arg mem_le_name_len,contw
+	copy rega,loopcnt
+	increase 1,loopcnt
+	branch memcpy
+mouse_le_swift_pair_disable:
+	arg mem_le_adv_swift_pair,contw
+	arg 20,loopcnt
+	branch clear_mem
+
+mouse_le_parse_l2cap:
+	fetch 2,mem_le_payload_ptr
+	add pdata,2,contr	//l2cap length
+	ifetch 2,contr
+	beq LE_L2CAP_CID_ATT,mouse_le_parse_att
+	branch le_parse_l2cap+4
+
+mouse_le_parse_att:
+	ifetch 3,contr
+	store 3,mem_le_att_opcode
+	beq ATTOP_READ_REQUEST,mouse_le_parse_att_read_request
+	beq ATTOP_WRITE_REQUEST,mouse_le_parse_att_write_request	
+	branch le_parse_att+2
+
+mouse_le_parse_att_read_request:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL,le_parse_att_read_request
+	call le_check_encrypt_state
+	fetcht 2,mem_le_att_handle
+	fetch 1,mem_le_configuration
+	bbit1 BIT_BLE_READ_AUTH,mouse_le_send_att_read_response_check_auth
+//input:temp is handle
+mouse_le_send_att_read_response:
+	fetch 2,mem_le_att_handle
+	beq 0x30,le_send_att_error_response_notfound
+	branch le_send_att_read_response
+
+mouse_le_send_att_read_response_check_auth:
+	fetch 2,mem_le_pairing_handle
+	isub temp,null
+	nbranch mouse_le_send_att_read_response,zero
+	nbranch mouse_le_send_att_read_response,user
+	branch le_send_att_read_response_error_insufficient_auth
+
+mouse_le_parse_att_write_request:		// mac os 10.9.5 reconnect can't move
+	copy contr,rega
+	fetch 2,mem_le_l2cap_size
+	add pdata,-3,regb
+	call le_writeatt_cb
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,le_send_att_write_response_check_auth	
+	fetch 1,mem_mouse_le_reconnect_flag
+	branch le_send_att_write_response_check_auth,blank
+	fetch 1,mem_le_connect_status_flag
+	bbit1 LL_START_ENC_FLAG,le_send_att_write_response_check_auth
+	setarg 0x001a		
+	fetcht 2,mem_le_att_handle
+	isub temp,null
+	nbranch le_send_att_write_response_check_auth,zero
+	branch le_send_att_read_response_error_insufficient_auth
+	
+/***************************le*************************/
+
+
+
+mouse_bb_disconnected:
+	call mouse_bb_discon_clear_stack
+	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason
+	bbit1 APP_DISC_BLE,mouse4_0_event_bb_disconn
+	bbit1 APP_DISC_BY_BUTTON,app_disconn_reason_clear
+	branch mouse_start_discovery
+	
+mouse_bb_discon_clear_stack:
+	setarg 0
+	store 8,mem_wheel_tb_old_pinlevel
+	istore 4,contw             //clean wheel statue
+	jam 0,mem_mouse_move_flag
+	jam 0,mem_ltk_exists
+	rtn
+
+mouse4_0_event_bb_disconn:
+	call mouse_le_clean_connect_flag
+	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason
+	bbit1 APP_DISC_BY_BUTTON,app_disconn_reason_clear
+	branch mouse_app_enter_hibernate
+
+
+/********************mouse 100ms timer*****************/
+mouse_bb_event_timer:
+	bpatch patch09_6,mem_patch09
+	call mouse_adc_read
+	call mouse_low_voltage_led_timer
+	//24g
+	call g24_pair_timeout_timer
+	call g24_reconn_timeout_timer
+	call mouse_24g_long_sleep_param_update_timer
+	//led
+	call mouse_device_poweron_timer
+	call mouse_dpi_led_blink_delay_timer
+	call mouse_led_multi_timer
+	call mouse_logo_led_on_timer
+	//poll
+	call mouse_dpi_key_check_long_press
+	call mouse_bt_discovery_check
+	call mouse_commbination_key_process
+	call mouse_check_discovery_timeout_timer
+	//ble
+	call mouse_check_direct_timeout_timer
+	call mouse_le_enable_att_list_timer
+	call mouse_le_battery_updata_timer
+	call mouse_le_send_smp_security_request_timer
+	call mouse_le_send_conn_param_update_timer
+	//bt
+	call mouse_check_reconnect_delay_long_sleep		//delete 3.0,reconnect fail
+	call mouse_current_mult_update_timer
+	call mouse_wheel_trigger_timer
+	call mouse_store_information_delay_timer
+	branch mouse_check_no_data_timeout_timer
+
+mouse_bt_discovery_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY,mouse_bt_discovery_by_pb_button
+	rtn
+
+mouse_bt_discovery_by_pb_button:
+	fetch 1,mem_select_device_button_statue
+	rtnne PB_BUTTON_STATE_DOWN
+	arg mem_bt_discovery_count,regc
+	arg mouse_long_button_bt_discovery,regb
+	branch timer_single_step
+		
+mouse_long_button_bt_discovery:
+	fetch 1,mem_device_flag
+	rtneq MODE_24G_DEVICE
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG
+	arg MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,queue
+	call mouse_enable_function_flag
+	call app_evt_button_long_pressed
+	branch mouse_bb_event_discovery_btn
+		
+mouse_commbination_key_process:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_24g_commbination_key_process
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_COMMBINATION_KEY_BY_BT_DISCOVERY
+	fetcht 1,mem_mouse_commbination_key_bt
+	branch mouse_commbination_key_start
+
+mouse_24g_commbination_key_process:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_COMMBINATION_KEY_BY_24G_PAIRING
+	fetcht 1,mem_mouse_commbination_key_24g
+mouse_commbination_key_start:
+	storet 1,mem_mouse_commbination_key
+	call mouse_check_key_gpio
+	and pdata,0x07,pdata
+	fetcht 1,mem_mouse_commbination_key
+	isub temp,null
+	branch mouse_commbination_key_down,zero
+mouse_commbination_key_up:
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_combination_ui_button_count	//combination key timer init 
+	fetch 1,mem_commbination_key_statue
+	rtneq COMMBINATION_KEY_STATE_UP
+	jam COMMBINATION_KEY_STATE_UP,mem_commbination_key_statue	
+	rtn
+		
+mouse_commbination_key_down:
+	call mouse_combination_ui_timer
+	fetch 1,mem_commbination_key_statue
+	rtneq COMMBINATION_KEY_STATE_DOWN
+	jam COMMBINATION_KEY_STATE_DOWN,mem_commbination_key_statue
+	rtn
+
+mouse_combination_ui_timer:
+	arg mouse_24g_start_pair_mode,regb
+	arg mem_combination_ui_button_count,regc
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,timer_single_step
+	arg mouse_long_button_bt_discovery,regb
+	call timer_single_step
+	fetch 1,mem_combination_ui_button_count
+	beq 1,mouse_bt_discovery_button_down_enable	// ble release key press
+	rtn
+
+mouse_check_discovery_timeout_timer:	
+	arg mem_mouse_discovery_timer,regc
+	arg mouse_check_discovery_timeout,regb
+	branch timer_single_step_2B
+
+mouse_check_discovery_timeout:
+	call mouse_stop_discovery
+	branch mouse_app_enter_hibernate
+
+mouse_check_direct_timeout_timer:	
+	arg mem_mouse_direct_timer,regc
+	arg mouse_check_direct_timeout,regb
+	call timer_single_step_2B
+	fetch 1,mem_mouse_direct_timer
+	beq 1,app_ble_stop_direct_adv
+	rtn
+
+mouse_check_direct_timeout:
+	fetch 1,mem_mouse_bluetooth_fast_conn_flag
+	beq 0xff,mouse_buletooth_fast_conn_end
+	fetch 1,mem_reconn_times
+	nbranch mouse_polling_device,blank
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_BT_RECONNECT_TIMEOUT_ENTER_DISCOVERY,mouse_start_discovery
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_first_bb_event_reconn_timeout
+	branch mouse_app_enter_hibernate
+	
+mouse_le_enable_att_list_timer:
+	arg mem_le_start_encrypt_timer,regc
+	arg mouse_le_write_enable,regb
+	branch timer_single_step
+
+mouse_le_send_smp_security_request_timer:
+	fetch 1,mem_mouse_le_bb_connected_flag
+	rtn blank
+	arg mem_mouse_send_secutiry_request_timer,regc
+	arg mouse_le_pairing_sm_start_check,regb
+	branch timer_single_step
+mouse_le_pairing_sm_start_check:
+	fetch 1,mem_mouse_le_reconnect_flag
+	nrtn blank
+	fetch 1,mem_le_pairing_state
+	rtnne FLAG_LE_PAIRING_NULL
+	branch le_pairing_sm_start
+
+mouse_le_send_conn_param_update_timer:
+	arg mem_mouse_le_send_conn_param_update_timer,regc
+	arg mouse_updata_le_param,regb
+	branch timer_single_step
+
+mouse_le_battery_updata_timer:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL
+	arg mem_le_battery_level_updata_timer,regc
+	arg mouse_le_battery_level_updata,regb
+	branch timer_single_step
+
+mouse_le_battery_level_updata:
+	fetch 2,mem_le_battery_level_updata_timer_init
+	store 2,mem_le_battery_level_updata_timer
+	branch mouse_fill_battery_level_le
+	
+mouse_le_enable_att_list:	
+	fetch 1,mem_le_connect_status_flag
+	rtnbit1 LL_PAIRING_SUCCESS_FLAG
+	call mouse_updata_le_param
+	arg WRITE_REQ_ENABLE_FLAG,queue
+	branch mouse_le_enable_connect_flag
+
+mouse_check_reconnect_delay_long_sleep:
+	arg mem_mouse_bluetooth_reconnect_timeout,regc
+	arg mouse_app_enter_hibernate,regb
+	branch timer_single_step
+
+mouse_current_mult_update_timer:
+	arg mem_mouse_current_mult_timer,regc
+	arg mouse_current_mult_reinit,regb
+	branch timer_single_step
+mouse_current_mult_reinit:
+	fetch 1,mem_lpm_mult_init
+	store 1,mem_lpm_mult
+	jam 1,mem_mouse_long_mult_flag
+	rtn
+
+
+mouse_check_no_data_timeout_timer:	
+	arg mem_mouse_no_data_timer,regc
+	arg mouse_check_no_data_timeout,regb
+	branch timer_single_step_2B
+
+mouse_check_no_data_timeout:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_24g_hibernate_set
+	branch mouse_disconnect
+	
+mouse_no_data_timer_init:
+	fetch 2,mem_mouse_no_data_timeout
+	store 2,mem_mouse_no_data_timer
+	rtn
+
+mouse_store_information_delay_timer:
+	arg mem_store_information_delay_timer,regc
+	arg mouse_store_device_info_check,regb
+	branch timer_single_step
+
+mouse_store_device_info_check:
+	call mouse_store_device_info
+	fetch 1,mem_mouse_need_soft_reset
+	nbranch mouse_soft_reset,blank
+	rtn
+
+
+mouse_device_multi_led_poweron2s_init:
+	fetch 1,mem_mouse_multi_led_powon2s_timer_init
+	store 1,mem_mouse_multi_led_powon2s_timer
+	fetch 1,mem_mouse_multi_led_poweron2s_flag_init
+	store 1,mem_mouse_multi_led_poweron2s_flag
+	rtn
+mouse_multi_led_blink_enable:
+	jam 1,mem_mouse_multi_led_blink_enable
+	jam MULTI_LED_BLINK,mem_mouse_multi_led_type
+	fetch 1,mem_mouse_multi_led_blink_timer_init
+	store 1,mem_mouse_multi_led_blink_timer
+	rtn
+mouse_multi_led_on_enable:	
+	jam 1,mem_mouse_multi_led_blink_enable	//disable flag 
+	jam 0,mem_mouse_multi_led_blink_timer
+	jam MULTI_LED_ON,mem_mouse_multi_led_type
+	rtn
+
+mouse_led_multi_timer:
+	fetch 1,mem_mouse_multi_led_blink_enable
+	rtn blank
+	fetch 1,mem_mouse_multi_led_type
+	beq MULTI_LED_BLINK,mouse_multi_led_type_blink
+mouse_multi_led_type_on:
+	fetch 1,mem_mouse_multi_led_poweron2s_flag
+	nbranch mouse_device_multi_led_poweron2s,blank
+	jam 0,mem_mouse_multi_led_blink_enable
+	rtn
+mouse_device_multi_led_poweron2s:
+	fetch 1,mem_mouse_multi_led_powon2s_timer
+	branch mouse_multi_led_poweron2s_and_flag_off,blank
+	increase -1
+	store 1,mem_mouse_multi_led_powon2s_timer
+	branch mouse_device_multi_led_on
+mouse_multi_led_poweron2s_and_flag_off:
+	jam 0,mem_mouse_multi_led_poweron2s_flag
+	jam 0,mem_mouse_multi_led_blink_enable
+	branch mouse_device_multi_led_off
+
+mouse_multi_led_type_blink:
+	arg mem_mouse_multi_led_blink_timer,regc
+	arg mouse_multi_led_type_blink_timeout,regb
+	branch timer_single_step
+
+mouse_multi_led_type_blink_timeout:
+	fetch 1,mem_mouse_multi_led_blink_timer_init
+	store 1,mem_mouse_multi_led_blink_timer
+	fetch 1,mem_mouse_multi_led_state
+	beq ON,mouse_device_multi_led_off	
+mouse_device_multi_led_on:
+	jam ON,mem_mouse_multi_led_state
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_device_24g_multi_led_on
+	beq MODE_BT_DEVICE1,mouse_device_bt1_multi_led_on
+	beq MODE_BT_DEVICE2,mouse_device_bt2_multi_led_on
+	rtn
+mouse_device_24g_multi_led_on:
+	fetcht 1,mem_mouse_1io2led_multi_24g_gpio
+	branch gpio_out_active
+mouse_device_bt1_multi_led_on:
+	fetcht 1,mem_mouse_1io2led_multi_bt1_gpio
+	branch gpio_out_active
+mouse_device_bt2_multi_led_on:
+	fetcht 1,mem_mouse_1io2led_multi_bt2_gpio
+	branch gpio_out_active
+
+mouse_device_multi_led_off:
+	jam OFF,mem_mouse_multi_led_state
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_device_24g_multi_led_off
+	beq MODE_BT_DEVICE1,mouse_device_bt1_multi_led_off
+	beq MODE_BT_DEVICE2,mouse_device_bt2_multi_led_off
+	rtn
+
+mouse_device_24g_multi_led_off:
+	fetcht 1,mem_mouse_1io2led_multi_24g_gpio
+	branch gpio_set_high_impedance
+mouse_device_bt1_multi_led_off:
+	fetcht 1,mem_mouse_1io2led_multi_bt1_gpio
+	branch gpio_set_high_impedance
+mouse_device_bt2_multi_led_off:
+	fetcht 1,mem_mouse_1io2led_multi_bt2_gpio
+	branch gpio_set_high_impedance
+
+mouse_1io2led_all_off:
+	call mouse_device_24g_multi_led_off
+	call mouse_device_bt1_multi_led_off
+	branch mouse_device_bt2_multi_led_off
+
+
+mouse_logo_led_on_timer:
+	fetch 1,mem_mouse_logo_led_gpio
+	rtneq GPIO_DISABLE
+	fetch 2,mem_mouse_no_data_timer
+	rtn blank
+	fetch 2,mem_mouse_no_data_timeout
+	fetcht 2,mem_mouse_no_data_timer
+	isub temp,temp
+	fetch 2,mem_mouse_logo_led_on_time_init
+	isub temp,pdata
+	branch mouse_logo_led_on,positive
+mouse_logo_led_off:
+	fetcht 1,mem_mouse_logo_led_gpio
+	fetch 1,mem_mouse_1io2led_led_enable
+	beq 1,gpio_set_high_impedance
+	branch gpio_out_inactive
+mouse_logo_led_on:
+	fetcht 1,mem_mouse_logo_led_gpio
+	branch gpio_out_active
+
+
+mouse_bb_event_discovery_btn:
+	isolate1 mark_24g,mark
+	call mouse_24g_stop,true
+	call mouse_disconnect
+	call mouse_le_clean_connect_flag
+	branch mouse_start_discovery
+	
+mouse_start_discovery:
+	bpatch patch09_7,mem_patch09
+	fetch 2,mem_ui_state_map
+	isolate1 UI_STATE_BLE_ADV,pdata
+	call mouse_stop_le_adv,true		//reconnect adv
+	call mouse_bluetooth_fast_conn_disable
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_ADV,mouse_start_discovery_norandom
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_BLE_RANDOM_ADDRE,mouse_start_discovery_norandom
+	fetcht 2,mem_random_addr_increase_count
+	increase 1,temp
+	storet 2,mem_random_addr_increase_count
+	storet 2,mem_le_lap+1
+	random pdata					//random ble addr
+	store 1,mem_le_lap
+mouse_start_discovery_norandom:
+	fetch 3,mem_mouse_le_lap_temp
+	store 3,mem_le_lap+3
+	call app_lpm_mult_disable
+	fetch 2,mem_mouse_discovery_timeout
+	store 2,mem_mouse_discovery_timer
+	setarg 0
+	store 2,mem_mouse_no_data_timer
+	store 2,mem_le_battery_level_updata_timer
+	store 1,mem_mouse_direct_timer
+	store 1,mem_mouse_bluetooth_reconnect_timeout
+	store 1,mem_mouse_device_poweron_timer_count
+	store 1,mem_mouse_clear_sensor_data_flag
+	arg MOUSE_STORE_EEPROM_FLAG,queue
+	call mouse_enable_function_flag
+	call mouse_bt_discovery_button_down_disable
+	call mouse_check_51cmd_adv
+	call mouse_low_voltage_led_blink_disable
+	branch mouse_device_discover_led_config
+
+
+mouse_stop_discovery:
+	bpatch patch0a_0,mem_patch0a
+	arg MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,queue
+	call mouse_disable_function_flag
+	jam 0,mem_mouse_bluetooth_reconnect_timeout
+	call mouse_stop_le_adv
+	branch mouse_device_led_off
+mouse_stop_le_adv:
+	setarg 0
+	store 1,mem_mouse_direct_timer
+	store 2,mem_mouse_discovery_timer
+	branch check_51cmd_stop_adv
+
+mouse_store_remote_bdaddr:
+	bpatch patch0a_1,mem_patch0a
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_STORE_EEPROM_FLAG
+	call mouse_device_poweron_timer_init
+	arg MOUSE_STORE_EEPROM_FLAG,queue
+	call mouse_disable_function_flag
+	call mouse_check_device_addr
+mouse_unplug_clean_bdaddr:
+	call mouse_before_store_reconn_info
+	branch mouse_store_device_info_delay
+
+mouse_check_device_addr:
+	fetch 1,mem_record_bt_mode
+	beq REC_4_MODE,mouse_check_le_device_addr
+	rtn
+mouse_check_le_device_addr:
+	store 1,mem_device_addr_temp
+	fetch 6,mem_le_plap
+mouse_check_bt_device_addr_common:
+	store 6,mem_device_addr_temp+1
+	fetch 7,mem_device_addr_temp
+	arg mem_device1_type,contr
+	arg 3,loopcnt
+mouse_check_device_addr_end:
+	ifetcht 7,contr
+	isub temp,null
+	branch mouse_clean_addr,zero
+	increase 22,contr
+	loop mouse_check_device_addr_end
+	rtn
+mouse_before_store_reconn_info:
+	arg mem_device1_type,rega
+	fetch 1,mem_device_flag
+	increase -1,pdata
+	mul32 pdata,29,pdata
+	iadd rega,rega
+	fetch 1,mem_record_bt_mode
+	istore 1,rega
+	beq REC_4_MODE,mouse_store_le_device
+	rtn
+	
+mouse_store_le_device:
+	fetch 6,mem_le_plap
+	istore 6,contw
+	arg mem_le_ltk,contr
+	call memcpy16
+	fetch 6,mem_le_lap
+	istore 6,contw
+	rtn
+
+mouse_clean_addr:
+	increase -6,contr
+	copy contr,contw
+	fetcht 6,mem_device_addr_temp+1
+	increase 3,temp
+	istoret 6,contw
+	rtn
+	
+mouse_select_reconn_device:
+	arg mem_device1_type,rega
+	fetch 1,mem_device_flag
+	rtneq MODE_24G_DEVICE
+	increase -1,pdata
+	mul32 pdata,29,pdata
+	iadd rega,rega
+	ifetch 1,rega
+	store 1,mem_xrecord_mode
+	beq REC_4_MODE,mouse_load_le_device
+	rtn
+
+mouse_load_le_device:
+	ifetch 6,contr
+mouse_load_le_device_end:
+	store 6,mem_hci_plap
+	arg mem_le_ltk,contw
+	call memcpy16
+	ifetch 6,contr
+	store 6,mem_le_lap
+	rtn
+
+mouse_app_initflag_check:
+	fetch 2,mem_store_flag
+	arg EEPROM_INIT_FLAG,temp
+	isub temp,null
+	branch mouse_load_device_info,zero
+	storet 2,mem_store_flag
+	call mouse_ble_init_address
+	fetch 1,mem_device_flag_temp
+	store 1,mem_device_flag
+	fetch 1,mem_config_sensor_dpi
+	store 1,mem_mouse_dpi
+	fetch 4,mem_24g_fast_conn_addr
+	store 4,mem_24g_receiver_addr
+	store 4,mem_24g_addr	
+	rtn
+
+mouse_load_device_info:
+	call mouse_select_reconn_device
+	fetch 4,mem_mouse_24g_addr
+	store 4,mem_24g_receiver_addr
+	store 4,mem_24g_addr
+	rtn
+	
+mouse_ble_init_address:
+	fetch 6,mem_le_lap
+	store 6,mem_device1_locall_addr
+	add pdata,0x0100,pdata
+	store 6,mem_device2_locall_addr
+	add pdata,0x0100,pdata
+	store 6,mem_device3_locall_addr
+	rtn
+	
+mouse_store_device_info_delay:	
+	fetch 1,mem_store_information_delay_timer_init
+	store 1,mem_store_information_delay_timer
+	rtn
+
+mouse_store_device_info:
+	bpatch patch0a_2,mem_patch0a
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_EEPROM,mouse_store_eeprom_device_info
+	bbit1 MOUSE_ENABLE_FLASH,mouse_store_flash_device_info
+	rtn
+
+mouse_load_flash_info_check:
+	call spid_init_flash
+	call mouse_spid_flash_release_form_powerdown
+	call mouse_information_flash_parameters
+	call spid_read_flash
+	call mouse_spid_flash_powerdown
+	call mouse_app_initflag_check
+	branch mouse_sensor_spi_init
+
+mouse_information_flash_parameters:
+	setarg mem_mouse_information_end
+	arg mem_mouse_information_start,temp
+	isub temp,temp
+	fetch 3,mem_flash_base
+	arg mem_mouse_information_start,rega
+	rtn
+	
+mouse_store_flash_device_info:
+	call spid_init_flash
+	call mouse_spid_flash_release_form_powerdown
+	call mouse_flash_erase_sector
+
+	call mouse_information_flash_parameters
+	call mouse_spid_write_flash
+	call mouse_spid_flash_powerdown
+	branch mouse_sensor_spi_init
+
+mouse_spid_flash_release_form_powerdown:
+	jam FLASH_COMMAND_RELEASE_FROM_POWERDOWN,mem_temp
+mouse_spid_write_flash_cmd:
+	call delay_nop100
+	call spid_unlock_flash
+	arg mem_write_flash_head_temp,rega
+	fetcht 1,mem_temp
+	call mouse_spid_write_flash_cmd_common
+	branch delay_nop100
+
+mouse_spid_flash_powerdown:
+	jam FLASH_COMMAND_POWERDOWN,mem_temp
+	branch mouse_spid_write_flash_cmd
+
+mouse_spid_write_flash_cmd_common:
+	istoret 1,rega
+	rshift16 pdata,temp
+	istoret 1,contw
+	rshift8 pdata,temp
+	istoret 1,contw
+	istore 1,contw
+	deposit rega
+	store 2,core_spid_txaddr
+	setarg 0
+	store 2,core_spid_rxlen
+	jam spid_start,core_misc_ctrl
+	branch wait_spid_done
+		
+mouse_flash_erase_sector:
+	fetch 3,mem_flash_base
+	store 3,mem_spi_write_addr
+	branch spid_flash_erase_sector+2
+
+mouse_spid_write_flash:
+	copy pdata,regc
+	copy rega,pdata
+	increase -4,pdata
+	copy pdata,regb
+	ifetch 4,regb
+	store 4,mem_write_flash_head_temp
+	copy regc,pdata
+	call spid_write_flash
+	fetch 4,mem_write_flash_head_temp
+	istore 4,regb
+	rtn
+
+mouse_flash_power_down:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_FLASH
+	call mouse_spid_flash_powerdown
+	call twspi_enable	// 2 wire mode
+	fetcht 1,mem_spi_cs_gpio		//disable flash
+	call gpio_out_inactive
+	fetcht 1,mem_spi_hold_gpio
+	branch mouse_gpio_config_input_pd
+
+mouse_load_eeprom_info_check:
+	call iicd_read_init_pin
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	isolate1 MOUSE_ENABLE_2K_EEPROM,pdata
+	ncall clear_eeprom_size_2k,true
+	call mouse_eeprom_load_recon_info
+	branch mouse_app_initflag_check
+
+mouse_eeprom_load_recon_info:
+	arg 128,temp
+	arg mem_device_flag,rega
+	arg MOUSE_INFO_EEPROM_OFFECT,regb
+	branch iicd_read_eep_data
+
+mouse_store_eeprom_device_info:
+	arg 128,temp
+	arg mem_device_flag,rega
+	arg MOUSE_INFO_EEPROM_OFFECT,regb
+	branch iicd_write_protect_eep_data
+
+mouse_store_eerpom_dpi:
+	arg 1,temp
+	arg mem_mouse_dpi,rega
+	arg MOUSE_DPI_EEPROM_OFFECT,regb
+	branch iicd_write_protect_eep_data
+
+mouse_load_eeprom_dpi:
+	arg 1,temp
+	arg mem_mouse_dpi,rega
+	arg MOUSE_DPI_EEPROM_OFFECT,regb
+	branch iicd_read_eep_data
+
+mouse_idle:
+	bpatch patch0a_3,mem_patch0a
+	call mouse_low_voltage_led_no_enter_lpm
+	call ui_check_paring_button
+	call mouse_dpi_check
+	call mouse_dpi_another_gpio_check
+	call mouse_select_device_check
+	call mouse_check_select_device_by_switch
+	call mouse_bt_button_check
+	branch mouse_wheel_check
+	
+mouse_select_device_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_PB_BUTTON,mouse_select_device_by_pb_button
+	bbit1 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY,mouse_select_device_by_pb_button
+	rtn
+
+mouse_select_device_by_pb_button_check_once:
+	jam 0x03,mem_mouse_pbkey_press_status
+mouse_select_device_by_pb_button:	
+	fetch 1,mem_config_select_device_button_gpio
+	rtneq GPIO_DISABLE
+	arg 0,rega
+	jam MOUSE_PB_KEY,mem_mouse_key_temp
+	fetcht 1,mem_config_select_device_button_gpio
+	call mouse_pb_button_check
+	store 1,mem_mouse_pbkey_press_status
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_pb_button_check_end	
+	call mouse_matrix_public_gpio_reset
+mouse_select_device_by_pb_button_exit:	
+	copy rega,pdata
+	bbit1 MOUSE_PB_KEY,mouse_select_device_button_down
+	branch mouse_select_device_button_up
+
+mouse_3io6key_pb_button_check_end:
+	fetcht 1,mem_config_select_device_button_gpio
+	call mouse_gpio_config_input_pu
+	branch mouse_select_device_by_pb_button_exit
+
+mouse_pb_button_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_PB_BUTTON_CONNECT_GND,mouse_pb_button_connect_gnd
+	fetch 1,mem_mouse_pbkey_press_status
+	copy pdata,regc
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_check
+	fetch 1,mem_mouse_ghost_flag
+	nbranch mouse_select_device_by_pb_button_end,blank
+	branch mouse_pb_button_connect_matrix
+
+mouse_select_device_by_pb_button_end:
+	jam PB_BUTTON_STATE_UP,mem_select_device_button_statue
+	jam 0,mem_mouse_pbkey_press_status
+	rtn
+
+mouse_pb_button_connect_gnd:
+	fetch 1,mem_mouse_pbkey_press_status
+	branch mouse_check_key_connect_gnd
+
+mouse_pb_button_connect_matrix:
+	call gpio_get_bit
+	fetcht 1,mem_matrix_public_gpio
+	branch mouse_pb_button_connect_gnd,true
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_out_active
+	fetcht 1,mem_config_select_device_button_gpio
+	fetch 1,mem_mouse_pbkey_press_status
+	branch mouse_check_key_connect_gnd
+	
+mouse_select_device_button_up:
+	fetch 1,mem_select_device_button_statue
+	rtneq PB_BUTTON_STATE_UP
+	jam PB_BUTTON_STATE_UP,mem_select_device_button_statue	
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY
+	fetch 1,mem_bt_discovery_count
+	sub pdata,20,null
+	ncall mouse_ready_reconnection_by_button,positive		// press button less than 30-20=1000ms
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_bt_discovery_count
+	rtn
+
+mouse_select_device_button_down:
+	bpatch patch0a_4,mem_patch0a
+	call mouse_select_device_ghost_check
+	rtn user
+	fetch 1,mem_select_device_button_statue
+	rtneq PB_BUTTON_STATE_DOWN
+	jam PB_BUTTON_STATE_DOWN,mem_select_device_button_statue
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY,mouse_long_button_bt_discovery
+	fetch 1,mem_mouse_direct_timer
+	rtn blank
+	fetch 1,mem_mouse_direct_timeout
+	store 1,mem_mouse_direct_timer
+	rtn
+
+mouse_select_device_ghost_check:
+	disable user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_PB_BUTTON_CONNECT_GND
+	fetch 1,mem_mouse_lkey_press_status
+	rtn blank
+	fetch 1,mem_mouse_rkey_press_status
+	rtn blank
+	branch enable_user
+	
+mouse_check_select_device_by_switch:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO,mouse_check_select_device_by_switch_gpio
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC,mouse_adc_read
+	rtn
+mouse_check_select_device_by_switch_gpio:	
+	fetcht 1,mem_device_switch_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_device_switch_gpio
+	call gpio_get_bit
+	branch mouse_check_select_24gdevice,true
+mouse_select_btdevice:
+	fetch 1,mem_device_flag
+	rtneq MODE_BT_DEVICE1
+	jam MODE_BT_DEVICE1,mem_device_flag
+	branch mouse_stop_bluetooth_mode
+	
+mouse_check_select_24gdevice:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC,mouse_check_select_24g_device
+	fetch 6,mem_mouse_vdd_switch_gnd_full_vol
+	store 6,mem_mouse_vdd_calculate_set
+mouse_check_select_24g_device:	
+	fetch 1,mem_device_flag
+	rtneq MODE_24G_DEVICE
+	jam MODE_24G_DEVICE,mem_device_flag
+	branch mouse_24g_stop
+
+mouse_ready_reconnection_by_button:
+	bpatch patch0a_5,mem_patch0a
+	fetch 1,mem_device_number
+	rtneq 1		// 1channel
+	call mouse_select_device_number
+	storet 1,mem_device_flag
+mouse_store_device_number_before_reset:	
+//	jam 0,mem_link_key_exists
+	call mouse_select_device_enable
+	call mouse_stop_bluetooth_mode
+	call mouse_select_device_disable
+	jam 1,mem_mouse_need_soft_reset
+	branch mouse_store_device_info_delay
+
+mouse_soft_reset:
+	call mouse_select_device_enable
+	branch soft_reset_chip
+
+mouse_select_device_number:
+	fetcht 1,mem_device_flag
+	increase 1,temp
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G,mouse_select_device_number_24g
+	sub temp,2,null
+	ncall mouse_select_device_count_clean_bt,positive
+	rtn
+	
+mouse_select_device_number_24g:	
+	fetch 1,mem_device_number
+	increase -1,pdata
+	isub temp,null
+	ncall mouse_select_device_count_clean_24g,positive
+	rtn
+
+mouse_select_device_count_clean_24g:
+	arg 0,temp
+	rtn
+mouse_select_device_count_clean_bt:
+	arg 1,temp
+	rtn
+
+mouse_store_device_number2eeprom:
+	arg 1,temp
+	arg mem_device_flag,rega
+	arg 0,regb
+	branch iicd_write_protect_eep_data
+		
+mouse_bt_button_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY
+	branch mouse_select_device_by_pb_button
+	
+mouse_select_device_enable:
+	arg MOUSE_SELECT_DEVICE_FLAG,queue
+	branch mouse_enable_function_flag
+mouse_select_device_disable:
+	arg MOUSE_SELECT_DEVICE_FLAG,queue
+	branch mouse_disable_function_flag
+mouse_bt_cannel_reconn_enable:
+	arg MOUSE_BT_CANNEL_RECONN_FLAG,queue
+	branch mouse_enable_function_flag
+mouse_bt_cannel_reconn_disable:
+	arg MOUSE_BT_CANNEL_RECONN_FLAG,queue
+	branch mouse_disable_function_flag
+mouse_bt_discovery_button_down_enable:
+	arg MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,queue
+	branch mouse_enable_function_flag
+mouse_bt_discovery_button_down_disable:
+	arg MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,queue
+	branch mouse_disable_function_flag
+
+mouse_adc_read_enable:
+	arg MOUSE_ENABLE_ADC,queue
+	branch mouse_enable_function_flag
+
+mouse_24g_set_250Hz:
+	arg MOUSE_ENABLE_24G_250Hz,queue
+	branch mouse_enable_function_flag
+
+mouse_24g_search_dongle_enable:
+	arg MOUSE_ENABLE_24G_SEARCH_DONGLE,queue
+	branch mouse_enable_function_flag
+	
+mouse_16M_enable:
+	arg MOUSE_ENABLE_16M,queue
+	branch mouse_enable_function_flag
+	
+mouse_dpi_4level_enable:
+	arg MOUSE_ENABLE_DPI_LEVEL_4,queue
+	branch mouse_enable_function_flag
+
+mouse_enable_function_flag:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	qset1 pdata
+	store MOUSE_FLAG_LEN,mem_mouse_flag
+	rtn
+
+mouse_disable_function_flag:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	qset0 pdata
+	store MOUSE_FLAG_LEN,mem_mouse_flag
+	rtn
+
+mouse_customer_key_enable:
+	arg MOUSE_ENABLE_KEYBOARD,queue
+	call mouse_enable_function_flag
+	setarg 0
+	store 8,mem_customer_key_press
+	store 8,mem_customer_key_release
+	fetch 1,mem_mouse_enable_flag	// 00--win+d     01--ctrl+alt+a    02--AC home    03--play
+	and pdata,0xc0,pdata
+	beq 0x40,mouse_customer_key_ctrl_alt_a
+	beq 0x80,mouse_customer_AC_home
+	beq 0xc0,mouse_customer_key_play
+	setarg 0x070008
+mouse_customer_standrad_key_set:	
+	store 8,mem_customer_key_press+1		// win + d
+	rtn
+
+mouse_customer_key_ctrl_alt_a:
+	setarg 0x040005
+	branch mouse_customer_standrad_key_set
+
+mouse_customer_AC_home:
+	setarg 0x022303
+mouse_customer_media_key_set:	
+	store 8,mem_customer_key_press
+	setarg 0x03
+	store 8,mem_customer_key_release
+	rtn
+	
+mouse_customer_key_play:
+	setarg 0x00cd03
+	branch mouse_customer_media_key_set
+
+	
+mouse_polling_device:
+	bpatch patch0a_6,mem_patch0a
+	fetch 1,mem_reconn_times
+	increase -1,pdata
+	store 1,mem_reconn_times
+	fetcht 1,mem_device_flag
+	sub temp,1,null
+	ncall mouse_select_device_number,zero
+	storet 1,mem_device_flag
+	call mouse_store_device_number2eeprom
+	call mouse_before_store_reconn_info
+	branch mouse_start_reconnect_device
+
+	
+//notice: need to call p_mouse_drawing_optima_init when waked from mult
+mouse_drawing_optima:
+	bpatch patch0a_7,mem_patch0a
+	fetch 1,mem_config_sensor_type
+	rtneq P3212
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_SMOOTHER
+	fetch 4,mem_mouse_x
+	rtn blank
+	call mouse_data_abs_check
+	setarg 0x03	//asm_flag enable condition
+	call mouse_pdata_greater_than_check
+	call mouse_disable_asm,blank
+	ncall mouse_enable_asm,blank
+	setarg 0x02	//asm_flag disable condition
+	call mouse_data_less_than_check
+	call mouse_disable_asm,blank
+	fetch 1,mem_mouse_asm_flag
+	beq 1,mouse_drawing_optima_modify
+mouse_drawing_optima_init:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_SMOOTHER
+	arg 5,loopcnt
+	arg mem_mouse_asm_flag,contw
+	branch clear_mem
+
+mouse_drawing_optima_modify:
+	call mouse_drawing_optima_xy_offset_modify
+	fetch 2,mem_mouse_x_pre
+	store 2,mem_data_pre
+	fetch 2,mem_mouse_x
+	store 2,mem_data_current
+	call mouse_drawing_optima_data_x
+	fetch 2,mem_data_pre
+	store 2,mem_mouse_x_pre
+	fetch 2,mem_data_current
+	store 2,mem_mouse_x
+
+	fetch 2,mem_mouse_y_pre
+	store 2,mem_data_pre
+	fetch 2,mem_mouse_y
+	store 2,mem_data_current
+	call mouse_drawing_optima_data_y
+	fetch 2,mem_data_pre
+	store 2,mem_mouse_y_pre
+	fetch 2,mem_data_current
+	store 2,mem_mouse_y
+	rtn
+
+mouse_drawing_optima_xy_offset_modify:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_XY_OFFSET
+	bpatch patch0b_0,mem_patch0b
+	fetch 2,mem_mouse_x_pre
+	store 2,mem_data_value
+	call mouse_pre_xy_data_judge
+	store 2,mem_mouse_x_pre
+	fetch 2,mem_mouse_x
+	store 2,mem_data_value
+	call mouse_current_xy_data_judge
+	store 2,mem_mouse_x
+	fetch 2,mem_mouse_y_pre
+	store 2,mem_data_value
+	call mouse_pre_xy_data_judge
+	store 2,mem_mouse_y_pre
+	fetch 2,mem_mouse_y
+	store 2,mem_data_value
+	call mouse_current_xy_data_judge
+	store 2,mem_mouse_y
+	rtn
+
+mouse_pre_xy_data_judge:	
+	fetch 1,mem_data_value+1
+	branch mouse_pre_xy_pdata_offset,blank
+	branch mouse_pre_xy_ndata_offset
+
+mouse_pre_xy_pdata_offset:
+	fetch 1,mem_data_value
+	call mouse_pre_xy_get_0_4_times
+	store 1,mem_data_value
+mouse_xy_data_offset_new:
+	fetch 2,mem_data_value
+	rtn
+mouse_pre_xy_ndata_offset:
+	fetch 1,mem_data_value
+	call mouse_pdata_invert
+	call mouse_pre_xy_get_0_4_times
+	call disable_blank,blank
+	call mouse_pdata_get_new_value
+	branch mouse_xy_data_offset_new
+	
+mouse_current_xy_data_judge:
+	fetch 1,mem_data_value+1
+	branch mouse_current_xy_pdata_offset,blank
+	branch mouse_current_xy_ndata_offset
+mouse_current_xy_pdata_offset:
+	fetch 1,mem_data_value
+	call mouse_current_xy_get_0_6_times
+	store 1,mem_data_value
+	branch mouse_xy_data_offset_new
+mouse_current_xy_ndata_offset:	
+	fetch 1,mem_data_value
+	call mouse_pdata_invert
+	call mouse_current_xy_get_0_6_times
+	call disable_blank,blank
+	call mouse_pdata_get_new_value
+	branch mouse_xy_data_offset_new
+	
+mouse_pre_xy_get_0_4_times:
+	mul32 pdata,4,pdata
+	div pdata,5
+	call wait_div_end
+	quotient pdata
+	rtn
+mouse_current_xy_get_0_6_times:	//0.6 times
+	mul32 pdata,12,pdata
+	div pdata,10
+	call wait_div_end
+	quotient pdata
+	rtn	
+	
+mouse_drawing_optima_data_x:
+	fetch 2,mem_data_pre
+	fetcht 2,mem_data_current
+	iadd temp,pdata
+	fetcht 1,mem_mouse_data_xtemp
+	iadd temp,pdata
+	and pdata,0x01,temp
+	storet 1,mem_mouse_data_xtemp
+	branch mouse_drawing_optima_data
+
+mouse_drawing_optima_data_y:
+	fetch 2,mem_data_pre
+	fetcht 2,mem_data_current
+	iadd temp,pdata
+	fetcht 1,mem_mouse_data_ytemp
+	iadd temp,pdata
+	and pdata,0x01,temp
+	storet 1,mem_mouse_data_ytemp
+	branch mouse_drawing_optima_data
+
+/**********
+input:data_pre,data_current
+output:data_pre,data_current after optima
+***********/
+mouse_drawing_optima_data:
+	store 3,mem_data_sum
+	isolate1 16,pdata
+	branch mouse_data_sum_overflow,true
+	fetch 1,mem_data_sum+1
+	beq 0xff,mouse_data_sum_n
+	fetch 1,mem_data_sum
+mouse_data_store_pre:
+	rshift pdata,pdata
+	store 2,mem_data_pre
+	store 2,mem_data_current
+	rtn
+mouse_data_sum_overflow:
+	fetch 1,mem_data_sum+1	//sum positive
+	beq 0,mouse_data_sum_overflow_p
+	fetch 3,mem_data_sum	
+	branch mouse_data_store_pre
+mouse_data_sum_overflow_p:
+	jam 0,mem_data_sum+2
+	fetch 1,mem_data_sum
+	branch mouse_data_store_pre
+
+mouse_data_sum_n:
+	fetch 1,mem_data_sum	//sum negetive
+	call mouse_pdata_get_half
+	store 1,mem_data_pre
+	store 1,mem_data_current
+	branch mouse_data_zero,blank
+	setarg 0xff
+mouse_data_set_direction:	
+	store 1,mem_data_pre+1
+	store 1,mem_data_current+1
+	rtn
+mouse_data_zero:
+	setarg 0
+	branch mouse_data_set_direction
+
+mouse_pdata_get_half:
+	call mouse_pdata_invert
+	rshift pdata,pdata
+mouse_pdata_get_new_value:	
+	call mouse_rega_in_out
+	sub pdata,0,pdata
+	store 1,mem_data_value	
+	rtn
+
+mouse_pdata_invert:
+	sub pdata,0,pdata
+mouse_rega_in_out:	
+	store 1,mem_rega
+	fetch 1,mem_rega
+	rtn
+
+mouse_disable_asm:
+	jam 0,mem_mouse_asm_flag
+	rtn
+mouse_enable_asm:
+	jam 1,mem_mouse_asm_flag
+	rtn
+
+//rega mouse_x, regb mouse_y, pdata refer
+mouse_pdata_greater_than_check:
+	isub rega,null
+	nbranch disable_blank,positive
+	isub regb,null
+	nbranch disable_blank,positive
+	branch enable_blank
+mouse_data_less_than_check:
+	isub rega,null
+	nrtn positive
+	isub regb,null
+	nrtn positive
+	branch enable_blank
+
+mouse_data_abs_check:
+	fetch 2,mem_mouse_x
+	call mouse_data_abs
+	copy pdata,rega
+	fetch 2,mem_mouse_y
+	call mouse_data_abs
+	copy pdata,regb
+	rtn
+
+/***********
+input: data_current
+output:pdata,abs
+************/
+mouse_data_abs:
+	store 2,mem_data_current
+	fetch 1,mem_data_current+1
+	beq 0xff,mouse_data_reversal
+	fetch 1,mem_data_current
+mouse_data_abs_store:
+	and_into 0xff,pdata
+	//output:pdata
+	rtn
+mouse_data_reversal:
+	fetch 2,mem_data_current
+	sub pdata,0,pdata
+	branch mouse_data_abs_store
+
+mouse_24g_long_sleep_param_update_timer:
+	arg mem_24g_long_sleep_param_update_timer,regc
+	arg mouse_24g_long_sleep_normal_param,regb
+	branch timer_single_step
+mouse_24g_long_sleep_normal_param:
+	fetch 4,mem_24g_long_sleep_set1
+	store 4,mem_24g_enter_hibernate
+	jam 1,mem_mouse_long_mult_flag
+	rtn
+
+
+mouse_24g_long_sleep_set:
+	fetch 1,mem_24g_long_sleep_set_level
+	beq 0x00,mouse_24g_long_sleep_set_30ms
+	beq 0x01,mouse_24g_long_sleep_set_50ms
+	beq 0x02,mouse_24g_long_sleep_set_80ms
+	beq 0x03,mouse_24g_long_sleep_set_100ms
+mouse_24g_long_sleep_set_80ms:
+	setarg 0x0ea600
+mouse_24g_long_sleep_set_end:	
+	store 4,mem_24g_long_sleep_set1
+	rtn
+mouse_24g_long_sleep_set_30ms:
+	setarg 0x05e740
+	branch mouse_24g_long_sleep_set_end
+mouse_24g_long_sleep_set_50ms:
+	setarg 0x0927c0
+	branch mouse_24g_long_sleep_set_end
+mouse_24g_long_sleep_set_100ms:
+	setarg 0x124f80
+	branch mouse_24g_long_sleep_set_end
+
+mouse_24g_hibernate_set:
+	bpatch patch0b_1,mem_patch0b
+	jam 0,mem_24g_attempt_fail_flag
+	call g24_transmit_next_packet
+	setarg -1
+	store 4,mem_24g_enter_hibernate
+	setarg 0
+	store 7,mem_mouse_key
+	jam 1,mem_sensor_shutdown_flag
+	call mouse_sensor_powerdown
+	call mouse_setgpio_hibernate
+	branch mouse_24g_long_sleep
+
+mouse_wakeup_24g:
+	fetch 1,mem_sensor_shutdown_flag
+	ncall mouse_wakeup_24g_from_long_sleep,blank
+	jam 0,mem_sensor_shutdown_flag
+	rtn
+
+mouse_wakeup_24g_from_long_sleep:
+	call mouse_init_sensor_wakeup
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
+mouse_wheel_gpio_init:
+	fetch 1,mem_whee_a_data_gpio
+	arg gpcfg_pullup,temp
+ 	call gpio_config_function_int
+	fetch 1,mem_whee_b_data_gpio
+	arg gpcfg_pullup,temp
+ 	branch gpio_config_function_int	
+
+mouse_24g_transmit_start:
+	call mouse_24g_fast_conn_mode_check
+	fetch 1,mem_sensor_shutdown_flag
+	nbranch mouse_24g_short_sleep,blank
+	branch g24_transmit_start_next
+
+mouse_24g_fast_conn_mode_check:
+	fetch 4,mem_24g_receiver_addr
+	fetcht 4,mem_24g_fast_conn_addr
+	isub temp,null
+	branch mouse_soft_agc_enable,zero
+	branch mouse_soft_agc_disable
+
+mouse_soft_agc_enable:
+	jam 0,mem_gain_fix
+	jam TX_POWER_FACTORY,mem_tx_power
+	rtn
+mouse_soft_agc_disable:
+	jam 0xff,mem_gain_fix
+	rtn
+
+mouse_24g_stop:
+	set0 mark_24g,mark
+	jam STATE_24G_STOP,mem_24g_conn_sm
+	arg MOUSE_24G_PAIRING_FLAG,queue
+	branch mouse_disable_function_flag
+
+mouse_24g_start_mode:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G,mouse_24g_mode_setup_error
+	call mouse_wakeup_from_power_check	// wake from hibernate :enble user
+	branch mouse_24g_reconn_dongle_start,user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,mouse_24g_reconn_general_dongle
+	bbit0 MOUSE_ENABLE_24G_POWER_ON_PAIRING,mouse_24g_reconn_general_dongle
+	call mouse_key_check_once
+	and rega,0x07,pdata
+	fetcht 1,mem_mouse_commbination_key_24g
+	isub temp,null
+	branch mouse_24g_start_pair_mode,zero
+	branch mouse_24g_reconn_general_dongle
+
+mouse_24g_mode_setup_error:
+	fetch 1,mem_reconn_times
+	nbranch mouse_polling_device,blank
+	rtn
+
+mouse_24g_first_start_auto_pair_mode:
+	call mouse_wakeup_from_power_check
+	branch mouse_24g_first_start_reconn,user  	// wake from hibernate :enble user
+mouse_24g_reconn_general_dongle:
+	fetch 1,mem_mouse_1io2led_led_enable
+	ncall mouse_multi_led_blink_enable,blank
+	jam MODE_24G_DEVICE,mem_device_flag
+	fetch 2,mem_mouse_24g_power_on_fast_conn_timer
+	store 2,mem_24g_reconn_timeout
+	jam FAST_CONN_AND_3_0_ADDR,mem_24g_reconn_type
+	branch g24_reconn_start
+
+mouse_24g_start_auto_pair:
+	call mouse_device_discover_led_config
+	fetch 2,mem_24g_pair_timeout_init
+	store 2,mem_24g_reconn_timeout
+	jam PAIR_AND_3_0_ADDR,mem_24g_reconn_type
+	branch g24_reconn_start
+
+mouse_24g_first_start_reconn:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_24g_reconn_dongle_start
+	call mouse_bluetooth_fast_conn_disable
+mouse_24g_first_bluetooth_reconnect:
+	call mouse_24g_stop
+	call mouse_device_led_all_off
+	jam MODE_BT_DEVICE1,mem_device_flag
+	call mouse_select_reconn_device
+	branch mouse_start_reconnect_device
+
+mouse_24g_first_bb_event_reconn_timeout:
+	call mouse_wakeup_from_power_check
+	branch mouse_app_enter_hibernate,user
+	branch mouse_start_discovery
+
+mouse_24g_first_store_reconn_info:
+	call mouse_wakeup_from_power_check
+	rtn user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_store_device_info_delay
+	rtn
+
+mouse_24g_start_pair_mode:
+	jam 0,mem_24g_reconn_type
+	arg MOUSE_24G_PAIRING_FLAG,queue
+	call mouse_enable_function_flag
+	setarg 0
+	store 2,mem_24g_reconn_timeout	
+	call mouse_stop_discovery
+	call mouse_low_voltage_led_blink_disable
+	call mouse_device_discover_led_config
+	jam TYPE_MS,mem_24g_data_type
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,g24_pair_start
+	jam TYPE_KB,mem_24g_data_type
+	branch g24_pair_start
+
+mouse_24g_attempt_fail:
+	fetch 1,mem_24g_attempt_fail_flag
+	nbranch mouse_24g_hibernate_set,blank
+	fetch 1,mem_24g_reconn_type
+	beq FAST_CONN_AND_3_0_ADDR,mouse_24g_fast_conn_attempt_fail
+	beq PAIR_AND_3_0_ADDR,mouse_24g_auto_pair_attempt_fail
+	beq RECEIVER_AND_3_0_ADDR,mouse_reconn_dongle_attempt_fail
+mouse_24g_attempt_fail_enter_hibernate:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL,mouse_24g_hibernate_set
+mouse_24g_attempt_fail_enter_hibernate_next:
+	call mouse_device_led_off
+	call mouse_24g_stop
+	fetch 1,mem_reconn_times
+	nbranch mouse_polling_device,blank
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_app_enter_hibernate
+	rtn
+
+mouse_24g_fast_conn_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag 
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_start_auto_pair
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,mouse_24g_start_auto_pair
+	bbit0 MOUSE_ENABLE_24G_AUTO_PAIR_NERVER_BEEN_PAIRED,mouse_24g_reconn_dongle_start
+	fetch 4,mem_mouse_24g_addr		// auto pair first time
+	fetcht 4,mem_mouse_compare_addr_ff
+	isub temp,null
+	branch mouse_24g_start_pair_mode,zero
+mouse_24g_reconn_dongle_start:
+	fetch 1,mem_mouse_1io2led_led_enable
+	ncall mouse_multi_led_blink_enable,blank
+	fetch 2,mem_24g_reconn_timeout_init
+	store 2,mem_24g_reconn_timeout
+	jam RECEIVER_AND_3_0_ADDR,mem_24g_reconn_type
+	branch g24_reconn_start
+
+mouse_24g_auto_pair_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag 
+	bbit0 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_attempt_fail_enter_hibernate
+	fetch 1,mem_device_number
+	beq 1,mouse_24g_attempt_fail_enter_hibernate		//24g first mode and only 2.4g device
+	branch mouse_24g_first_bluetooth_reconnect
+
+mouse_reconn_dongle_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_attempt_fail_enter_hibernate
+	bbit1 MOUSE_ENABLE_EEPROM,mouse_24g_attempt_fail_enter_hibernate
+	bbit1 MOUSE_ENABLE_FLASH,mouse_24g_attempt_fail_enter_hibernate
+	branch mouse_24g_start_auto_pair+1
+	
+mouse_24g_attempt_success:
+	fetch 4,mem_24g_addr
+	store 4,mem_24g_receiver_addr
+	store 4,mem_mouse_24g_addr		// if need store 24g address to eeprom/flash,need get mem_24g_addr
+	call g24_ch_syncword_crc8_init
+	call mouse_device_poweron_led_config
+	call mouse_no_data_timer_init
+	call mouse_init_sensor_reset
+	jam 0,mem_mouse_long_mult_flag
+	jam 0,mem_24g_conn_sm
+	jam 0,mem_24g_reconn_type
+	fetch 4,mem_24g_receiver_addr
+	fetch 4,mem_24g_fast_conn_addr
+	isub temp,null
+	rtn zero
+	branch mouse_24g_first_store_reconn_info
+
+mouse_device_poweron_led_config:
+	fetch 1,mem_mouse_1io2led_led_enable
+	branch mouse_device_poweron_timer_init,blank
+	branch mouse_multi_led_on_enable
+
+mouse_device_discover_led_config:
+	fetch 1,mem_mouse_1io2led_led_enable
+	branch mouse_discover_setting_led_gpio,blank
+	branch mouse_multi_led_blink_enable
+
+mouse_24g_pairing_complete:
+	call mouse_no_data_timer_init
+	arg MOUSE_24G_PAIRING_FLAG,queue
+	call mouse_disable_function_flag
+	call mouse_device_poweron_led_config
+	setarg 0
+	store 2,mem_24g_pair_timeout
+	store 2,mem_24g_reconn_timeout
+	store 1,mem_24g_conn_sm
+	store 1,mem_mouse_move_flag
+	store 1,mem_24g_reconn_type
+
+	call mouse_init_sensor_reset
+	call mouse_read_sensor_common
+	fetch 4,mem_24g_addr
+	store 4,mem_24g_receiver_addr
+	store 4,mem_mouse_24g_addr
+	branch mouse_store_device_info_delay
+
+mouse_24g_package_data:
+	bpatch patch0b_2,mem_patch0b
+	rtnmark0 mark_24g
+	call mouse_motion
+	nrtn user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,mouse_24g_mouse_package_data
+	fetch 1,mem_customer_key
+	nbranch mouse_24g_keyboard_package_data,blank
+mouse_24g_mouse_package_data:
+	call mouse_data_xy_release
+	fetch 1,mem_24g_data_type
+	bbit1 1,mouse_24g_mouse_package_data_now	// last package is keyboard data
+	fetcht 1,mem_24g_txbuf+1
+	fetch 1,mem_mouse_key
+	ior temp,pdata
+	store 1,mem_mouse_key
+	fetcht 1,mem_24g_txbuf+6
+	fetch 1,mem_mouse_z
+	iadd temp,pdata
+	store 1,mem_mouse_z
+	fetcht 1,mem_24g_txbuf+7
+	fetch 1,mem_mouse_tz
+	iadd temp,pdata
+	store 1,mem_mouse_tz	
+mouse_24g_mouse_package_data_now:	
+	jam TYPE_MS,mem_24g_data_type
+	arg 7,rega	//length
+	arg mem_mouse_key,regb //tx buff
+	fetch 2,mem_mouse_z
+	rtn blank
+	branch g24_transmit_by_interrupt_enable
+
+mouse_24g_keyboard_package_data:
+	jam TYPE_KB,mem_24g_data_type
+	arg 9,rega	//length
+	fetch 1,mem_customer_data_trigger
+	nbranch mouse_customer_key_press,blank
+	arg mem_customer_key_release,regb	//tx buff
+	rtn
+mouse_customer_key_press:
+	arg mem_customer_key_press,regb
+	rtn
+
+
+
+/**************************************g24 search receiver*****************************************/
+
+mouse_24g_search_dongle_init:
+	setarg 0
+	store 3,mem_mouse_search_dongle_action
+	rtn
+
+mouse_24g_search_dongle:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_24G_SEARCH_DONGLE
+	fetch 1,mem_mouse_long_mult_flag
+	rtn blank
+	fetch 1,mem_24g_abort_pac
+	rtn blank
+	fetch 1,mem_mouse_search_dongle_interval
+	increase 1,pdata
+	and_into 3,pdata
+	store 1,mem_mouse_search_dongle_interval
+	nrtn blank	//400ms
+	jam 0,mem_mouse_search_dongle_ch
+mouse_24g_search_dongle_loop:
+	bpatch patch0b_3,mem_patch0b
+	fetch 1,mem_mouse_search_dongle_ch
+	increase 1,pdata
+	store 1,mem_mouse_search_dongle_ch
+	sub pdata,G24_CH_NUMBER,null
+	nbranch mouse_24g_search_dongle_loop_end,positive
+	call g24_reconn_data_prep
+	call g24_transmit_receive_ack
+	nbranch mouse_24g_search_dongle_loop_retry,sync
+	nbranch mouse_24g_search_dongle_loop_retry,user3
+	call mouse_g24_ackpayload_parse
+	call mouse_24g_search_dongle_success
+mouse_24g_search_dongle_loop_end:
+	call g24_txbuf_clear
+	fetch 1,mem_mouse_search_dongle_count
+	increase 1,pdata
+	store 1,mem_mouse_search_dongle_count
+	beq G24_CH_POLL_COUNT,mouse_24g_search_dongle_check
+	rtn
+
+mouse_24g_search_dongle_loop_retry:
+	call g24_ch
+	branch mouse_24g_search_dongle_loop
+
+mouse_24g_search_dongle_check:
+	jam 0,mem_mouse_search_dongle_count
+	fetch 1,mem_mouse_search_dongle_action
+	rtnbit1 G24_DISCONN_STATE
+	set1 G24_DISCONN_STATE,pdata
+	store 1,mem_mouse_search_dongle_action
+	fetch 2,mem_mouse_24g_search_dongle_time_init		//3min
+	store 2,mem_mouse_no_data_timer
+	branch mouse_sensor_powerdown
+	
+mouse_24g_search_dongle_success:
+	fetch 1,mem_24g_abort_pac
+	branch mouse_24g_search_dongle_init,blank
+	jam 0,mem_mouse_search_dongle_count
+	fetch 1,mem_mouse_search_dongle_action
+	rtnbit0 G24_DISCONN_STATE
+	set0 G24_DISCONN_STATE,pdata
+	store 1,mem_mouse_search_dongle_action
+	call mouse_no_data_timer_init
+	branch mouse_init_sensor_wakeup
+
+mouse_g24_ackpayload_parse:
+	call g24_ackpayload_parse
+	fetch 1,mem_24g_rxbuf+1
+	compare 0x08,pdata,0xf8
+	nrtn true
+	fetch 1,mem_24g_rxbuf+2		// pc sleep mouse ackpayload: 01 08 ff
+	beq 0xff,mouse_24g_hibernate_set
+	rtn
+
+/**************************************g24 search receiver*****************************************/
+
+
+/**************************************g24 new process start********************************************/
+mouse_24g_before_lpm_sleep:
+	fetch 1,mem_device_flag
+	bne MODE_24G_DEVICE,lpm_sleep_skip_cb_function
+	fetch 1,mem_24g_disable_fec1
+	rtn blank
+mouse_peripheral_clock_off:
+	jam 2,core_clksel			//use rc clock
+	fetch 1,core_lpm_ctrl		//close xtal en reg
+	and pdata,0xfc,pdata
+	store 1,core_lpm_reg
+	branch lpm_write_ctrl
+
+/**************************************g24 new process end********************************************/
+
+
+/*******************led*************************/
+mouse_device_poweron_timer:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_POWER_ON_LED
+	fetch 1,mem_mouse_device_poweron_timer_count
+	rtn blank
+	increase -1,pdata
+	store 1,mem_mouse_device_poweron_timer_count
+	branch mouse_device_led_off,blank
+	branch mouse_device_led_on
+	
+mouse_device_poweron_timer_init:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_POWER_ON_LED
+	call mouse_low_voltage_led_blink_disable
+	fetch 1,mem_mouse_device_poweron_timer_count_init
+	store 1,mem_mouse_device_poweron_timer_count
+	rtn	
+
+mouse_discover_setting_led_gpio:
+	jam 0,mem_mouse_device_poweron_timer_count
+	fetch 2,mem_mouse_disconvey_led_blink_time
+	store 2,mem_mouse_on_time
+	store 2,mem_mouse_off_time	
+mouse_setting_led_gpio_comman:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_device_led_24g
+	beq MODE_BT_DEVICE1,mouse_device_led_bt1
+	beq MODE_BT_DEVICE2,mouse_device_led_bt2
+	rtn
+mouse_device_led_24g:
+	fetch 1,mem_config_device_24g_led_gpio
+	branch mouse_led_blink
+mouse_device_led_bt1:
+	fetch 1,mem_config_device_bt1_led_gpio
+	branch mouse_led_blink
+mouse_device_led_bt2:
+	fetch 1,mem_config_device_bt2_led_gpio
+mouse_led_blink:
+	store 1,mem_temp
+	call mouse_device_led_off
+	fetch 1,mem_temp
+	store 1,mem_mouse_struct_led_gpio
+	arg 0,rega
+	jam UI_LED_STATE_BLINK_START,mem_mouse_led_type
+	branch ui_led_blink_start_global
+
+mouse_dpi_led_blink_delay:
+	fetch 1,mem_dpi_led_gpio
+	rtneq GPIO_DISABLE
+	fetch 2,mem_mouse_discovery_timer
+	nrtn blank
+	fetch 2,mem_24g_pair_timeout
+	nrtn blank
+	fetch 2,mem_24g_reconn_timeout
+	nrtn blank
+	fetch 1,mem_mouse_device_poweron_timer_count
+	nrtn blank
+	fetch 1,mem_mouse_dpi_led_delay_count_init
+	branch mouse_dpi_led_blink_init,blank
+	store 1,mem_mouse_dpi_led_delay_count  //delay 1s led blink
+	rtn
+
+mouse_dpi_led_blink_delay_timer:
+	arg mem_mouse_dpi_led_delay_count,regc
+	arg mouse_dpi_led_blink_init,regb
+	branch timer_single_step	
+	
+mouse_dpi_led_blink_init:
+	fetch 1,mem_dpi_led_gpio
+	store 1,mem_mouse_struct_led_gpio
+	fetch 2,mem_mouse_dpi_led_blink_time
+	store 2,mem_mouse_on_time
+	store 2,mem_mouse_off_time
+	fetch 1,mem_config_sensor_type
+	beq P3212,mouse_dpi_led_blink_init1	//result:    level3: 1  2  3     level4: 2  3  4  1
+	beq KA8G2,mouse_dpi_led_blink_init1	//result:    level3: 1  2  3     level4: 2  3  4  1
+	arg 0,rega
+	fetcht 1,mem_mouse_dpi
+	increase 2,temp	// 2 3 4 (5)
+	sub temp,3,null
+	call mouse_dpi_led_blink_init_level_4,positive
+	branch mouse_dpi_led_blink_init_end,positive
+	increase -3,temp		// 4-->1  5-->2
+	branch mouse_dpi_led_blink_init_end
+
+mouse_dpi_led_blink_init_level_4:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_DPI_LEVEL_4
+	increase 1,temp  	// 2-->3   3-->4
+	rtn
+
+mouse_dpi_led_blink_init1:
+	arg 0,rega
+	fetcht 1,mem_mouse_dpi
+	increase 1,temp
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_DPI_LEVEL_4,mouse_dpi_led_blink_init_end
+	increase 1,temp
+	sub temp,4,null
+	branch mouse_dpi_led_blink_init_end,positive
+	arg 1,temp	// blink count:2 3 4 1
+mouse_dpi_led_blink_init_end:	
+	storet 1,mem_mouse_blink_count
+	jam UI_LED_STATE_BLINK_START,mem_mouse_led_type
+	rtn
+
+
+mouse_check_dpi_blink:
+	disable user
+	fetch 1,mem_dpi_led_gpio
+	fetcht 1,mem_mouse_struct_led_gpio
+	isub temp,null
+	nrtn zero
+	fetch 1,mem_mouse_blink_count
+	rtn blank
+	jam 0,mem_adc_low_volatage_led_blink_enable
+	branch enable_user
+
+mouse_device_led_all_off:
+	call mouse_dpi_led_off
+	call mouse_device_24g_led_off
+	call mouse_device_bt1_led_off
+	branch mouse_device_bt2_led_off
+
+mouse_device_led_off:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_device_24g_led_off
+	beq MODE_BT_DEVICE1,mouse_device_bt1_led_off
+	beq MODE_BT_DEVICE2,mouse_device_bt2_led_off
+	rtn
+
+mouse_device_24g_led_off:
+	jam 0,mem_24g_device_led_status
+	fetcht 1,mem_config_device_24g_led_gpio
+	branch mouse_led_off
+
+mouse_device_bt1_led_off:
+	fetcht 1,mem_config_device_bt1_led_gpio
+	branch mouse_led_off
+	
+mouse_device_bt2_led_off:
+	fetcht 1,mem_config_device_bt2_led_gpio
+	branch mouse_led_off
+
+mouse_dpi_led_off:
+	fetcht 1,mem_dpi_led_gpio
+	branch mouse_led_off
+
+mouse_device_led_on:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_device_24g_led_on
+	beq MODE_BT_DEVICE1,mouse_device_bt1_led_on
+	beq MODE_BT_DEVICE2,mouse_device_bt2_led_on
+	rtn
+
+mouse_device_24g_led_on:
+	fetcht 1,mem_config_device_24g_led_gpio
+	branch mouse_led_on
+mouse_device_bt1_led_on:
+	fetcht 1,mem_config_device_bt1_led_gpio
+	branch mouse_led_on
+mouse_device_bt2_led_on:
+	fetcht 1,mem_config_device_bt2_led_gpio
+	branch mouse_led_on
+
+mouse_led_off:
+	bpatch patch0b_4,mem_patch0b
+	copy temp,pdata
+	rtneq GPIO_DISABLE
+	copy pdata,temp
+	storet 1,mem_mouse_struct_led_gpio
+	arg 0,rega
+	branch ui_led_off_global
+mouse_led_on:
+	bpatch patch0b_5,mem_patch0b
+	copy temp,pdata
+	rtneq GPIO_DISABLE
+	copy pdata,temp
+	storet 1,mem_mouse_struct_led_gpio
+	arg 0,rega
+	branch ui_led_on_global
+
+mouse_ui_led_off_static:
+	bpatch patch0b_6,mem_patch0b
+	fetch 1,mem_config_device_24g_led_gpio
+	isub temp,null
+	call mouse_clear_24g_led_statue,zero
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_4_LED,gpio_out_inactive
+	call mouse_check_bt2_led_off
+	call mouse_check_dpi_led_off
+	call mouse_check_low_v_led_off
+	fetch 1,mem_mouse_led_off_4_led
+	branch gpio_out_inactive,blank
+	jam 0,mem_mouse_led_off_4_led
+	branch gpio_set_high_impedance
+
+mouse_ui_led_on_static:
+	bpatch patch0b_7,mem_patch0b
+	fetch 1,mem_config_device_24g_led_gpio
+	isub temp,null
+	call mouse_set_24g_led_statue,zero
+	branch gpio_out_active 
+
+mouse_check_bt2_led_off:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_BT2_FOR_4_LED
+	fetch 1,mem_config_device_bt2_led_gpio
+	branch mouse_check_1gpio_2led_off
+mouse_check_dpi_led_off:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_DPI_FOR_4_LED
+	fetch 1,mem_dpi_led_gpio
+	branch mouse_check_1gpio_2led_off
+mouse_check_low_v_led_off:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_LOW_V_FOR_4_LED
+	fetch 1,mem_config_low_voltage_alarm_gpio
+mouse_check_1gpio_2led_off:
+	isub temp,null
+	nrtn zero
+	jam 1,mem_mouse_led_off_4_led
+	rtn
+
+mouse_clear_24g_led_statue:
+	jam 0,mem_24g_device_led_status
+	rtn
+
+mouse_set_24g_led_statue:
+	jam 1,mem_24g_device_led_status
+	rtn
+
+mouse_low_voltage_led_timer:
+	fetch 2,mem_mouse_discovery_timer
+	nrtn blank
+	fetch 2,mem_24g_pair_timeout
+	nrtn blank
+	fetch 2,mem_24g_reconn_timeout
+	nrtn blank
+	fetch 1,mem_mouse_device_poweron_timer_count
+	nrtn blank
+	call mouse_check_dpi_blink
+	rtn user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_LOW_VOLTAGE_LED
+	rtnbit0 MOUSE_LOW_VOLTAGE_FLAG
+	bbit1 MOUSE_ENABLE_LOW_VOLTAGE_LED_BLINK_N_SECOND,mouse_low_voltage_led_blink_new_data
+	fetch 1,mem_adc_low_volatage_led_timer_count
+	increase 1,pdata
+	store 1,mem_adc_low_volatage_led_timer_count
+	sub pdata,20,null
+	ncall mouse_adc_low_volatage_led_timer_count_clean,positive
+	beq 2,mouse_low_voltage_led_on
+	beq 4,mouse_low_voltage_led_off
+	beq 6,mouse_low_voltage_led_on
+	beq 8,mouse_low_voltage_led_off
+	rtn
+mouse_adc_low_volatage_led_timer_count_clean:
+	jam 1,mem_adc_low_volatage_led_timer_count
+	branch mouse_low_voltage_led_off
+mouse_low_voltage_led_on:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED,mouse_device_led_on
+	fetch 1,mem_config_low_voltage_alarm_gpio
+	rtneq GPIO_DISABLE
+	fetcht 1,mem_config_low_voltage_alarm_gpio
+	branch mouse_led_on
+mouse_low_voltage_led_off:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED,mouse_device_led_off
+	fetch 1,mem_config_low_voltage_alarm_gpio
+	rtneq GPIO_DISABLE
+	fetcht 1,mem_config_low_voltage_alarm_gpio
+	branch mouse_led_off
+
+mouse_low_voltage_led_blink_new_data:
+	fetch 2,mem_mouse_no_data_timeout
+	fetcht 2,mem_mouse_no_data_timer
+	isub temp,temp
+	fetch 2,mem_adc_low_volatage_led_blink_timer
+	isub temp,null
+	nbranch mouse_low_voltage_led_blink_disable,positive
+	fetch 1,mem_adc_low_volatage_led_blink_enable
+	nrtn blank
+	jam 1,mem_adc_low_volatage_led_blink_enable
+	branch mouse_low_voltage_led_blink_init
+	
+mouse_low_voltage_led_blink_init:
+	fetch 2,mem_mouse_low_v_led_blink_time
+	store 2,mem_mouse_on_time
+	store 2,mem_mouse_off_time
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED,mouse_setting_led_gpio_comman
+	fetch 1,mem_config_low_voltage_alarm_gpio
+	rtneq GPIO_DISABLE
+	branch mouse_led_blink
+
+mouse_low_voltage_led_blink_disable:
+	jam 0,mem_adc_low_volatage_led_blink_enable
+	branch mouse_low_voltage_led_off
+
+
+mouse_low_voltage_led_no_enter_lpm:	
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_LOW_VOLTAGE_LED
+	rtnbit0 MOUSE_LOW_VOLTAGE_FLAG
+	bbit1 MOUSE_ENABLE_LOW_VOLTAGE_LED_BLINK_N_SECOND,mouse_low_voltage_led_no_enter_lpm_blink
+	fetch 1,mem_adc_low_volatage_led_timer_count
+	sub pdata,10,null
+	branch mouse_lpm_mode_clear,positive
+mouse_low_voltage_led_no_enter_lpm_next:	
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,g24_transmit_by_interrupt_exit_check
+	jam 1,mem_lpm_mode
+	rtn
+
+g24_transmit_by_interrupt_exit_check:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag	
+	rtnbit1 MOUSE_ENABLE_24G_250Hz	
+	branch g24_transmit_by_interrupt_exit
+
+mouse_lpm_mode_clear:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,g24_transmit_by_interrupt_enable
+	jam 0,mem_lpm_mode
+	rtn
+
+mouse_low_voltage_led_no_enter_lpm_blink:
+	fetch 1,mem_adc_low_volatage_led_blink_enable
+	nbranch mouse_lpm_mode_clear,blank
+	branch mouse_low_voltage_led_no_enter_lpm_next
+	
+	
+/*******************led*************************/	
+mouse_store_signal_rssi:
+//	call rssi_hex2dec
+	fetch 1,mem_rssi
+	branch rssi_signal
+
+mouse_le_transmit:
+	call mouse_store_signal_rssi
+	branch power_ctrl_start
+
+mouse_le_set_lpm_mult:
+	fetch 1,mem_le_connect_status_flag
+	compare 3,pdata,3
+	nbranch disable_blank,true
+	call app_lpm_mult_enable
+	branch enable_blank
+
+mouse_set_lpm_mult:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,mouse_le_set_lpm_mult
+	rtn
+
+mouse_24g_long_sleep:
+	call g24_lpm_wait
+	nrtn user
+	fetch 1,mem_24g_device_led_status
+	nrtn blank	
+	call g24_setgpio_lpm_before
+	jam 0,mem_mouse_24g_sleep_miss
+	call mouse_24g_send_time_long_wake
+	fetch 1,mem_sensor_shutdown_flag
+	ncall mouse_setgpio_hibernate,blank
+	fetch 4,mem_24g_enter_hibernate
+	branch g24_long_seep2	
+
+mouse_24g_short_sleep:
+	fetch 1,mem_mouse_sleep_deal_type
+	branch g24_short_sleep,blank
+	call g24_lpm_wait
+	nrtn user
+	fetch 1,mem_24g_device_led_status
+	nrtn blank
+	fetch 1,mem_mouse_24g_sleep_miss
+	jam 0,mem_mouse_24g_sleep_miss
+	sub pdata,0,null
+	nbranch mouse_24g_short_sleep_last_miss,zero
+	fetcht 2,mem_24g_retransmit
+	sub temp,0,null
+	branch mouse_24g_short_sleep_default,zero
+
+	fetch 4,mem_mouse_24g_tx_time_last_delt
+	branch mouse_24g_short_sleep_default,blank
+mouse_24g_short_sleep_notify:
+	fetcht 4,mem_mouse_24g_tsniff
+	isub temp,temp
+	storet 4,mem_mouse_24g_sleep_miss_temp
+	nbranch mouse_24g_short_sleep_long,positive
+	fetch 3,mem_24g_short_sleep_set
+	isub temp,pdata
+	nbranch mouse_24g_short_sleep_2,positive
+	arg 0x600,temp
+	isub temp,null
+	nbranch mouse_24g_short_sleep_2,positive
+mouse_24g_short_sleep2:
+	store 4,mem_mouse_24g_sleep_time_temp
+	call mouse_24g_miss_temp_clear
+	fetch 4,mem_mouse_24g_sleep_time_temp
+mouse_24g_short_sleep3:	
+	call clk2lpo
+	storet 4,mem_sleep_counter
+	branch lpm_sleep
+
+mouse_24g_short_sleep_default:
+	call mouse_24g_miss_temp_clear
+	fetch 3,mem_24g_short_sleep_set
+	branch mouse_24g_short_sleep2
+
+mouse_24g_short_sleep_long:
+	sub temp,0,temp
+	fetch 3,mem_24g_short_sleep_set
+	iadd temp,pdata
+	branch mouse_24g_short_sleep2
+
+mouse_24g_miss_temp_clear:
+	setarg 0
+	store 4,mem_mouse_24g_sleep_miss_temp
+	rtn
+	
+mouse_24g_short_sleep_last_miss:
+	fetch 4,mem_mouse_24g_tx_time_last_delt
+	fetcht 4,mem_mouse_24g_sleep_miss_temp
+	iadd temp,pdata
+	branch mouse_24g_short_sleep_notify
+	
+mouse_24g_short_sleep_2:
+	jam 1,mem_mouse_24g_sleep_miss
+	rtn
+
+
+mouse_24g_transmit_callback:
+	call mouse_24g_send_time_check
+	branch mouse_wakeup_24g
+
+mouse_24g_send_time_check:
+	fetch 1,mem_mouse_sleep_deal_type
+	rtn blank
+	fetch 1,mem_24g_transmit_by_interrupt
+	beq G24_TX_TIMER_INT_ENABLE,mouse_24g_send_timer_first
+	fetch 1,mem_mouse_24g_tx_count
+	branch mouse_24g_send_timer_first,blank
+	copy clkn,pdata
+	fetcht 6,mem_mouse_24g_tx_time_last
+	store 6,mem_mouse_24g_tx_time_last
+	call clk_diff_rt
+	store 4,mem_mouse_24g_tx_time_last_delt
+
+	fetch 1,mem_mouse_24g_sleep_miss
+	nrtn blank
+	fetch 2,mem_24g_retransmit
+	nrtn blank
+	fetch 4,mem_mouse_24g_tx_time_last_delt
+mouse_24g_send_time_check_1:
+	fetcht 5,mem_mouse_24g_tx_time_sum
+	iadd temp,pdata
+	store 5,mem_mouse_24g_tx_time_sum	
+	fetcht 1,mem_mouse_24g_tx_count
+	fetch 1,mem_mouse_24g_tx_time_sum_count
+	isub temp,null
+	branch mouse_24g_send_time_check_average,zero
+	increase 1,temp
+	storet 1,mem_mouse_24g_tx_count
+	rtn
+
+mouse_24g_send_time_check_average:
+	jam 1,mem_mouse_24g_tx_count
+	arg 0,temp
+	fetch 5,mem_mouse_24g_tx_time_sum
+	storet 5,mem_mouse_24g_tx_time_sum
+	fetcht 1,mem_mouse_24g_tx_time_sum_count
+	idiv temp
+	call wait_div_end
+  	quotient rega
+
+	fetch 4,mem_mouse_24g_tsniff
+	fetcht 1,mem_mouse_24g_tx_time_offset
+	isub temp,temp
+	increase -40,temp
+
+	copy rega,pdata
+	isub temp,pdata
+	branch mouse_24g_send_time_check_average_late,positive
+	sub pdata,0,pdata
+	
+	rshift2 pdata,pdata
+	fetcht 3,mem_24g_short_sleep_set
+	iadd temp,temp
+	bpatch patch0c_0,mem_patch0c
+	fetch 3,mem_mouse_24g_short_sleep_set_init
+	arg 0x1800,rega
+	iadd rega,pdata
+	isub temp,null
+	nbranch mouse_24g_send_time_check_average_min,positive
+	storet 3,mem_24g_short_sleep_set
+	rtn
+
+mouse_24g_send_time_check_average_late:
+	rshift2 pdata,temp
+	fetch 3,mem_24g_short_sleep_set
+	isub temp,temp
+	bpatch patch0c_1,mem_patch0c
+	fetch 3,mem_mouse_24g_short_sleep_set_init
+	arg 0x1800,rega
+	isub rega,pdata
+	isub temp,null
+	branch mouse_24g_send_time_check_average_min,positive
+	storet 3,mem_24g_short_sleep_set
+	rtn
+
+mouse_24g_send_time_check_average_min:
+	store 3,mem_24g_short_sleep_set
+	rtn
+
+mouse_24g_send_timer_first:
+	jam 1,mem_mouse_24g_tx_count
+	copy clkn,pdata
+	store 6,mem_mouse_24g_tx_time_last
+	rtn
+
+mouse_24g_send_time_long_wake:
+	setarg 0
+	store 1,mem_mouse_24g_tx_count
+	store 5,mem_mouse_24g_tx_time_sum
+	rtn
+	
+
+/*****************close define  COMPILE_MOUSE**********/
+else
+
+endif
+
+
+
Index: program/app_shutter.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_shutter.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_shutter.prog	(working copy)
@@ -0,0 +1,654 @@
+
+ifdef COMPILE_SHUTTER
+
+shutter_init:
+	call enable_authrom
+	rtn wake
+	
+	setarg shutter_process_idle
+	store 2,mem_cb_idle_process
+		
+	setarg shutter_process_bb_event 
+	store 2,mem_cb_bb_event_process
+	
+	setarg ble_shutter_receive_data
+	store 2,mem_cb_att_write
+
+	setarg shutter_le_bb_event_timer
+	store 2,mem_cb_event_timer
+
+	setarg shutter_key_change
+	store 2,mem_cb_shutter_keycan
+
+	call shutter_common_init
+	
+	bpatch patch0c_2,mem_patch0c
+	call shutter_load_buffer_config_form_DataRom
+
+shutter_power_switch:
+	fetch 1, mem_shutter_hard_soft_switch_case
+	beq HARD_SWITCH, shutter_hart_swtich_power_on
+	fetch 1,mem_shutter_soft_switch_button_gpio
+	store 1,mem_ui_button_gpio
+	branch ui_soft_swtich_init
+
+
+shutter_common_init:
+	setarg shutter_le_before_hibernate
+	store 2,mem_cb_before_hibernate
+
+	setarg shutter_process_lpm_before
+	store 2,mem_cb_before_lpm
+
+	setarg shutter_start_reconnect
+	store 2,mem_shutter_soft_switch_poweron_callback_function
+	
+	setarg shutter_soft_swtich_power_off
+	store 2,mem_shutter_soft_switch_poweroff_callback_function
+
+	jam 7,mem_version
+	call le_modified_name_adv
+	call shutter_init_param	
+	call keyscan_key_init
+	call queue_init
+	branch ui_led_init_global
+
+
+/**************hard swtich function**************/
+shutter_hart_swtich_power_on:
+	jam UI_BUTTON_GPIO_DISABLE,mem_ui_button_gpio
+	jam SS_STATE_POWER_ON,mem_shutter_soft_switch_power_state
+	branch shutter_start_reconnect
+/****************************/
+
+/**************lpm lock callback function**************/
+shutter_le_scale_lpm_lock:
+	fetch 1,mem_shutter_soft_switch_power_state
+	beq SS_STATE_POWER_OFF,app_get_lpm_wake_lock
+	call l2cap_malloc_get_full_map
+	fetch 1,mem_used_map
+	nbranch app_get_lpm_wake_lock,blank
+	branch app_put_lpm_wake_lock
+/****************************/
+
+/**************c512bt event callback function*************/
+shutter_process_bb_event:
+	copy regc,pdata
+	
+/**************ble shutter event*****************/
+	beq BT_EVT_LE_CONNECTED,ble_shutter_process_baseband_connect
+	beq BT_EVT_LE_DISCONNECTED,ble_shutter_process_baseband_disconnect
+	beq BT_EVT_LE_RECONNECT_COMPLETE,ble_shutter_process_reconnect_complete
+	beq BT_EVT_LE_PARSE_CONN_PAPA_UPDATE_RSP,ble_shutter_process_parse_connect_parameter_update_response
+/***************soft swtich event****************/
+	beq BT_EVT_BUTTON_LONG_PRESSED,ui_soft_switch_botton_long_press
+	beq BT_EVT_BUTTON_DOWN,shutter_process_soft_swtich_button_down
+	beq BT_EVT_BUTTON_UP,shutter_process_soft_swtich_button_up
+	rtn
+/****************************/
+
+
+/******************ble shutter event**********************/
+ble_shutter_process_baseband_connect:
+	call shutter_stop_bluetooth_discovery
+	setarg 0
+	store 2,mem_ble_shutter_reconn_timer
+	branch app_led_off
+
+
+ble_shutter_process_baseband_disconnect:
+	call queue_init
+	jam 0,mem_ble_shutter_enable_notify
+	branch shutter_start_reconnect
+
+
+ble_shutter_process_reconnect_complete:
+	call queue_init
+	jam 1,mem_ble_shutter_enable_notify
+	fetch 8,mem_ble_shutter_interval_min
+	store 8,mem_le_interval_min
+	call app_lpm_mult_enable
+	branch le_l2cap_tx_update_req
+
+
+ble_shutter_process_parse_connect_parameter_update_response:
+	fetch 2,mem_le_l2cap_signaling_conn_param_update_rsp_result
+	rtneq BLE_SIGNALING_CONNECT_PARAMETER_UPDATE_ACCEPTED
+	fetch 8,mem_ble_shutter_interval_min_new
+	rtn blank
+	store 8,mem_le_interval_min
+	branch le_l2cap_tx_update_req
+/**************************************/
+
+/******************soft swtich event**********************/
+//shutter_process_soft_swtich_button_long_press:
+//	branch ui_soft_switch_botton_long_press
+
+shutter_process_soft_swtich_button_down:
+	fetch 1,mem_shutter_hard_soft_switch_case
+	rtneq HARD_SWITCH
+	fetch 1,mem_shutter_soft_switch_power_state
+	rtnne SS_STATE_POWER_ON
+	call shutter_store_currenct_led_state
+	branch app_led_on
+	
+shutter_store_currenct_led_state:
+	jam 1,mem_shutter_soft_swtich_botton_down
+	arg 11,loopcnt
+	arg mem_shutter_soft_swtich_led_struct_temp,contw
+	arg mem_shutter_led_struct_app_led,contr
+	branch memcpy
+	
+shutter_process_soft_swtich_button_up:
+	fetch 1,mem_shutter_hard_soft_switch_case
+	rtneq HARD_SWITCH
+	fetch 1,mem_shutter_soft_switch_power_state
+	beq SS_STATE_POWER_ON,shutter_load_currenct_led_state
+	branch ui_soft_switch_botton_up
+
+shutter_load_currenct_led_state:
+	fetch 1,mem_shutter_soft_swtich_botton_down
+	rtnne 1
+	jam 0,mem_shutter_soft_swtich_botton_down
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,app_led_off
+	arg 11,loopcnt
+	arg mem_shutter_soft_swtich_led_struct_temp,contr
+	arg mem_shutter_led_struct_app_led,contw
+	branch memcpy
+	
+/**************************************/
+
+
+shutter_le_bb_event_timer:
+/**************shutter check sleep timer**********************/
+	call shutter_check_sleep_timer
+/************************************/
+/**************soft reset power off timer**********************/
+	call shutter_check_power_off_timer
+/************************************/
+
+/**************ble shutter timer**********************/
+	branch ble_shutter_reconn_timer
+/************************************/
+
+/**************shutter check sleep timer**********************/
+shutter_check_sleep_timer:
+	arg mem_shutter_sleep_timer,regc
+	arg shutter_sleep_timeout,regb
+	branch timer_single_step_2B
+shutter_sleep_timeout:
+	jam SS_STATE_POWER_OFF,mem_shutter_soft_switch_power_state
+	call app_led_off
+	call shutter_disconnect_current_connection
+	branch shutter_wait_power_off
+
+/**************soft reset power off timer**********************/
+shutter_check_power_off_timer:
+	arg mem_shutter_power_off_timer,regc
+	arg shutter_check_power_off_timeout,regb
+	branch timer_single_step
+
+shutter_check_power_off_timeout:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,shutter_wait_power_off
+	fetch 1,mem_shutter_led_struct_app_led_type
+	beq UI_LED_STATE_BLINK_START,shutter_wait_power_off
+	beq UI_LED_STATE_BLINK_LIGHTING,shutter_wait_power_off
+	beq UI_LED_STATE_BLINK_DARKING,shutter_wait_power_off
+	branch app_enter_hibernate
+/************************************/
+
+/**************ble shutter timer**********************/
+ble_shutter_reconn_timer:
+	fetch 1,mem_shutter_soft_switch_power_state
+	rtnne SS_STATE_POWER_ON
+	arg mem_ble_shutter_reconn_timer,regc
+	arg shutter_start_bluetooth_discovery,regb
+	branch timer_single_step_2B
+/************************************/
+
+shutter_process_idle:
+	call shutter_send_data_to_master
+	branch keyscan_key_process
+
+
+shutter_process_lpm_before:
+	call gpio_set_before_lpm
+	branch keyscan_process_lpm_before
+
+shutter_le_before_hibernate:
+	call gpio_set_before_lpm
+	branch disable_authrom
+
+//////////////////////////////////////////////////////////////////////////////////////////
+
+
+/****************shutter bluetooth control**********************/
+shutter_stop_bluetooth_discovery:
+//	fetch 1,mem_shutter_bluetooth_type
+//	bbit1 BLE_SHUTTER,ble_shutter_stop_bluetooth_discovery
+//	rtn
+ble_shutter_stop_bluetooth_discovery:
+	fetch 2,mem_ble_shutter_connect_timeout
+	store 2,mem_shutter_sleep_timeout
+	store 2,mem_shutter_sleep_timer
+	branch app_ble_stop_adv
+	
+
+shutter_start_bluetooth_discovery:
+	fetch 1,mem_shutter_soft_switch_power_state
+	rtnne SS_STATE_POWER_ON
+//	fetch 1,mem_shutter_bluetooth_type
+//	bbit1 BLE_SHUTTER,ble_shutter_start_discovery
+//	rtn
+ble_shutter_start_discovery:
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BLE_CONNECTED
+	fetch 2,mem_ble_shutter_discovery_timeout
+	store 2,mem_shutter_sleep_timeout
+	store 2,mem_shutter_sleep_timer
+	fetch 2,mem_ble_shutter_discovery_adv_interval
+	call shutter_ble_adv_interval_set
+	call app_led_start_blink
+	fetch 4,mem_ble_shutter_discovery_blink_on_time
+	store 4,mem_shutter_led_struct_app_led_on_time
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BLE_ADV
+	branch app_ble_start_adv
+
+
+shutter_start_reconnect:
+	fetch 1,mem_shutter_soft_switch_power_state
+	rtnne SS_STATE_POWER_ON
+//	fetch 1,mem_shutter_bluetooth_type
+//	bbit1 BLE_SHUTTER,ble_shutter_start_reconnect
+//	rtn
+ble_shutter_start_reconnect:
+	fetch 2,mem_ble_shutter_reconn_timer
+	fetcht 2,mem_ble_shutter_reconn_timeout
+	storet 2,mem_ble_shutter_reconn_timer
+	nrtn blank
+	fetch 2,mem_ble_shutter_reconn_adv_interval
+	call shutter_ble_adv_interval_set
+	call app_led_start_blink
+	fetch 4,mem_ble_shutter_reconn_blink_on_time
+	store 4,mem_shutter_led_struct_app_led_on_time
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BLE_ADV
+	branch app_ble_start_adv
+
+shutter_disconnect_current_connection:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,app_ble_disconnect
+	branch shutter_stop_bluetooth_discovery
+/**************************************/
+/////////////////////////////////////////////////////////////////////////
+//output:if user is enable,mean,can send data
+shutter_check_data_enable:
+	call disable_user
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,shutter_check_ble_data_enable
+	rtn
+
+shutter_check_ble_data_enable:
+	fetch 1,mem_ble_shutter_enable_notify
+	rtn blank
+	branch enable_user
+/////////////////////////////////////////////////////////////////////////
+
+/////////////////////////////////////////////////////////////////////////
+//output:if user is enable,mean,bluetooth disconnect
+shutter_check_bluetooth_conn:
+	call disable_user
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BLE_CONNECTED
+	branch enable_user
+/////////////////////////////////////////////////////////////////////////
+
+/////////////////////////////////////////////////////////////////////////
+shutter_change_bluetooth_status_bt_disconn:
+//	fetch 1,mem_shutter_bluetooth_type
+//	bbit1 BLE_SHUTTER,ble_shutter_change_bluetooth_status_bt_disconn
+//	rtn
+ble_shutter_change_bluetooth_status_bt_disconn:
+	branch shutter_start_reconnect
+
+/////////////////////////////////////////////////////////////////////////
+
+shutter_check_send_data:
+	disable user2
+	fetch 2,mem_shutter_sleep_timeout
+	store 2,mem_shutter_sleep_timer
+
+	call shutter_check_bluetooth_conn
+	branch shutter_change_bluetooth_status_bt_disconn,user
+	
+	call shutter_check_data_enable
+	nrtn user
+	branch enable_user2
+
+//queue = key index
+//rega =1 press, =0 release
+shutter_key_change:
+	call shutter_check_send_data
+	nrtn user2
+	deposit rega
+	branch shutter_key_release,blank
+shutter_key_press:
+	call app_led_on
+	arg mem_key0_press,regc
+	branch push_queue_press_or_release
+
+shutter_key_release:
+	call app_led_off
+	arg mem_key0_release,regc
+
+push_queue_press_or_release:
+	arg MAX_QUEUE_NUM,pdata
+	imul32 queue,pdata
+	iadd regc,regc
+	
+//input:regc the address that want push to queue buffer
+push_buffer_in_queue:
+	ifetch 1,regc
+	rtn blank
+	call queue_push_one_byte
+	increase 1,regc
+	branch push_buffer_in_queue
+
+
+shutter_send_data_to_master:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,pop_queue_to_ble_data
+	rtn
+
+pop_queue_to_ble_data:
+	call le_fifo_check_nearly_full
+	nrtn blank
+	call queue_pop_one_byte
+	nrtn user
+	pincrease -1
+	mul32 pdata,SHUTTER_BLE_DATA_BUFFER,pdata
+	arg mem_ble_data_buffer1,temp
+	iadd temp,contr
+	branch le_send_notify_from_list
+
+///////////queue function////////////
+//input:pdata is data that want push
+queue_push_one_byte:
+	store 1,mem_pdatatemp
+	arg mem_pdatatemp,rega
+	branch queue_push
+
+queue_pop_one_byte:
+	arg mem_pdatatemp,rega
+	call queue_pop
+	nrtn user
+	fetch 1,mem_pdatatemp
+	rtn
+
+///////////queue function ending////////////
+ble_shutter_receive_data:
+	fetch 2,mem_le_att_handle
+	beq GATT_KEYBOARD_WRITE_HANDLE,ble_shutter_process_reconnect_complete
+	rtn
+
+shutter_init_param:
+	jam 0x02,mem_shutter_power_off_timeout
+/////////////ble connect interval//////////////
+	setarg 0x00200008
+	store 4,mem_ble_shutter_interval_min		//set min interval is 10ms,set max interval is 40ms
+	setarg 0x012c0005
+	istore 4,contw
+///////////////////////////////////////
+//////////////////MTU/////////////
+	jam 0x17,mem_le_local_mtu
+///////////////////////////////////////
+////////////////justwork/////////
+	setarg 0x1b
+ 	store 2,mem_le_pairing_handle
+	branch le_set_fixed_ltk_justwork
+///////////////////////////////////////
+
+shutter_load_buffer_config_form_DataRom:
+///////load data Rom/////////
+	arg BLE_KEY_VALUE_LIST_SIZE,loopcnt
+	arg mem_ble_data_buffer1,contw
+	arg mem_shutter_key_value_list,contr
+	branch memcpy_fast
+
+//shutter_load_ble_gatt_form_DataRom:
+//	arg BLE_GATT_LIST_SIZE,loopcnt
+//	arg BLE_SHUTTER_GATT_LIST_ADDR,contr
+//	branch memcpy_fast
+
+shutter_load_dy_keyvalue_buffer_config_form_DataRom:
+/////load data Rom/////////
+	arg BT_DY_KEY_VALUE_LIST_SIZE,loopcnt
+	arg mem_shutter_mousekey_value_list,contw
+	arg BLE_SHUTTER_DY_MOUSEKEY_VALUE_LIST_ADDR,contr
+	branch memcpy_fast
+
+
+/////////////////////////////////////////////////////////////////
+//shutter_soft_swtich_power_on:
+//	branch shutter_start_reconnect
+
+
+shutter_soft_swtich_power_off:
+	arg 0,rega
+	arg mem_shutter_power_off_led_style,regc
+	call ui_led_set_style_global
+	call shutter_disconnect_current_connection
+shutter_wait_power_off:
+	fetch 1,mem_shutter_power_off_timeout
+	store 1,mem_shutter_power_off_timer
+	rtn
+	
+
+/*************soft swtich ui config*********************/
+ui_soft_swtich_init:
+	setarg SS_STATE_POWER_UP
+	call ui_soft_swtich_init_power_on_time
+	jam UI_BUTTON_STATE_UP,mem_ui_button_last_state
+	call ui_button_init
+	call ui_button_polling
+ui_soft_switch_first_power_on:
+	fetch 1,mem_shutter_soft_switch_first_power_on
+	branch ui_soft_swtich_init_next, blank
+	fetch 1,mem_wakup_from_power_flag	
+	bbit0 2,ui_soft_switch_power_on	
+ui_soft_swtich_init_next:		
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BTN_DOWN
+	branch app_enter_hibernate
+
+ui_soft_swtich_init_power_on_time:
+	fetcht 2,mem_power_param_ptr
+	istore 1,temp		//init power state 
+	ifetch 1,contw		//power on time
+	store 1,mem_ui_button_timeout
+	rtn
+
+
+ui_soft_switch_botton_up:
+	fetch 2,mem_power_param_ptr
+	ifetch 1,pdata
+	rtnne SS_STATE_POWER_UP
+	branch app_enter_hibernate
+
+
+ui_soft_switch_botton_long_press:
+	fetcht 2,mem_power_param_ptr
+	ifetch 1,temp
+	beq SS_STATE_POWER_ON,ui_soft_switch_power_off
+ui_soft_switch_power_on:
+	setarg SS_STATE_POWER_ON
+	fetcht 2,mem_power_param_ptr
+	istore 1,temp		//init power state 
+	add temp,SS_POWER_OFF_TIME,contr
+	ifetch 1,contr
+	istore 1,mem_ui_button_timeout
+	ifetch 2,contr
+	branch callback_func
+
+ui_soft_switch_power_off:
+	setarg SS_STATE_POWER_OFF
+	call ui_soft_swtich_init_power_on_time
+	add temp,SS_POWER_OFF_CB,contr
+	ifetch 2,contr
+	branch app_enter_hibernate,blank		//no call back function , just enter hibernate
+	branch callback_func
+	
+/*************soft swtich ui config ending*********************/
+
+//pdata:adv interval value
+shutter_ble_adv_interval_set:
+	store 2,mem_lpm_interval
+	increase -4,pdata
+	store 2,mem_le_adv_interval
+	rtn
+
+le_send_notify_from_list:
+	ifetch 1,contr	//length 
+	copy pdata,rega
+	ifetcht 2,contr	//handle
+	call store_contr
+	call le_att_malloc_tx_notify
+	copy rega,loopcnt
+	call get_contr
+	branch memcpy
+
+shutter_le_uuid_table_conf:
+	setarg mem_shutter_le_uuid_sup
+	store 2,mem_ui_le_uuid_table	//BLE ATT LIST END
+	rtn
+shutter_dy_le_uuid_table_conf:
+	setarg BLE_SHUTTER_DY_GATT_LIST_ADDR	//BLE ATT LIST 
+	store 2,mem_ui_le_uuid_table	//BLE ATT LIST END
+	rtn
+/*************shutter default_init starting*********************/
+shutter_default_init:
+	fetch 2,mem_shutter_key_conf0_temp
+	store 2,mem_shutter_key_conf0
+	fetch 1,mem_shutter_led_struct_app_led_gpio_temp
+	store 1,mem_shutter_led_struct_app_led_gpio
+	store 1,mem_shutter_power_off_led_style_gpio
+	fetch 1,mem_shutter_hard_soft_switch_case_temp
+	store 1,mem_shutter_hard_soft_switch_case
+	fetch 1,mem_shutter_soft_switch_button_gpio_temp
+	store 1,mem_shutter_soft_switch_button_gpio
+//	jam 0x01,mem_shutter_bluetooth_type
+	setarg 0x0030
+	store 2,mem_classic_shutter_random_mac_offset_addr
+	setarg 0x0000
+	store 2,mem_shutter_config_eeprom_offset_addr
+	setarg 0x0002
+	store 2,mem_key0_press
+	store 2,mem_key1_press
+	setarg 0x0006
+	store 2,mem_key0_release
+	store 2,mem_key1_release
+	setarg 0x0007
+	store 2,mem_key2_press
+	setarg 0x0008
+	store 2,mem_key2_release
+	setarg mem_shutter_soft_switch_power_state
+	store 2,mem_power_param_ptr
+	setarg 0x201400
+	store 3,mem_shutter_soft_switch_power_state
+	jam 0x01,mem_lpm_mode
+	setarg 0x0100
+	store 2,mem_lpm_interval
+	jam 0x08,mem_lpm_overhead
+	jam 0x05,mem_lpm_mult
+	jam 0x02,mem_lpm_mult_timeout
+	setarg 0x0096
+	store 2,mem_ble_shutter_reconn_blink_on_time
+	istore 2,contw
+	setarg 0x0296
+	store 2,mem_ble_shutter_discovery_blink_on_time
+	istore 2,contw
+	setsect 0,0x10
+	setsect 1,0x8008
+	setsect 2,0x2c000
+	setsect 3,0x04
+	store 8,mem_ble_shutter_interval_min_new
+	jam 0x01,mem_ui_led_struct_num
+	setarg mem_shutter_led_struct_app_led
+	store 2,mem_ui_led_struct_ptr
+	setarg 0x0000
+	store 2,mem_shutter_led_struct_app_led
+	setsect 0,0x1a0
+	setsect 1,0x68
+	setsect 2,0x00
+	setsect 3,0x00
+	store 8,mem_shutter_led_struct_app_led_on_time
+	setarg 0x0301
+	store 2,mem_shutter_power_off_led_style
+	setsect 0,0x1a0
+	setsect 1,0xe8
+	setsect 2,0x00
+	setsect 3,0x00
+	store 8,mem_shutter_power_off_led_style_on_time
+	setarg 0x000e
+	store 2,mem_ble_shutter_reconn_adv_interval
+	setarg 0x0140
+	store 2,mem_ble_shutter_discovery_adv_interval
+	store 2,mem_le_adv_interval
+	setarg 0x0050
+	store 2,mem_ble_shutter_reconn_timeout
+	jam 0x07,mem_le_adv_channel_map
+	jam 0x00,mem_le_adv_enable
+	setsect 0,0xfb
+	setsect 1,0x2c212
+	setsect 2,0x800f
+	setsect 3,0x21
+	store 8,mem_local_rx_max_octets
+	setsect 0,0x0bb8
+	setsect 1,0x02ee
+	store 4,mem_ble_shutter_discovery_timeout
+	setarg mem_queue_each_size
+	store 2,mem_queue_ptr
+	setarg 0x2001
+	store 2,mem_queue_each_size
+	jam 0x1f,mem_le_adv_data_len
+	setsect 0,0x10102
+	setsect 1,0x80c1
+	setsect 2,0x18120
+	setsect 3,0x640c
+	store 9,mem_le_adv_data
+	setsect 0,0x3c1
+	istore 2,contw
+	jam 0x1f,mem_le_scan_data_len
+	setsect 0,0x2090d
+	setsect 1,0x34c15
+	setsect 2,0x28532
+	setsect 3,0x1d1d5
+	store 9,mem_le_scan_data
+	setsect 0,0x26574
+	setsect 1,0x1c
+	istore 3,contw
+	setarg mem_shutter_keyscan
+	store 2,mem_keyscan_ptr
+	jam 0x02,mem_shutter_key_num
+	setarg mem_shutter_nv_data
+	store 2,mem_nv_data_ptr
+	jam 0x05,mem_nv_data_number
+	fetch 1,mem_shutter_dy_conf
+	beq SHUTTER_TYPE,shutter_le_uuid_table_conf
+	beq SHUTTER_DY_TYPE,shutter_dy_le_uuid_table_conf
+	rtn	
+	
+
+/*************shutter default_init ending*********************/
+
+
+
+
+
+else
+	branch assert
+	
+endif
Index: program/app_shutter_dy.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_shutter_dy.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/app_shutter_dy.prog	(working copy)
@@ -0,0 +1,1306 @@
+
+ifdef COMPILE_SHUTTER
+
+/*************dy config*********************/
+shutter_dy_6_key_conf:
+	//6key
+	fetch SHUTTER_SIX_KEY,mem_shutter_dy_key_conf
+	store SHUTTER_SIX_KEY,mem_shutter_key_conf0
+	jam SHUTTER_SIX_KEY,mem_shutter_key_num
+	setarg mem_shutter_key_num
+	store 2,mem_keyscan_ptr
+	rtn
+
+shutter_dy_7_key_conf:
+	//7key
+	fetch SHUTTER_SEVEN_KEY,mem_shutter_dy_key_conf
+	store SHUTTER_SEVEN_KEY,mem_shutter_key_conf0
+	jam SHUTTER_SEVEN_KEY,mem_shutter_key_num
+	setarg mem_shutter_key_num
+	store 2,mem_keyscan_ptr
+	rtn
+
+shutter_dy_key_conf:
+	fetch 1,mem_shutter_key_num_conf
+	beq SHUTTER_SIX_KEY,shutter_dy_6_key_conf
+	beq SHUTTER_SEVEN_KEY,shutter_dy_7_key_conf
+	rtn
+	
+shutter_dy_adv_conf:
+	bpatch patch0c_3,mem_patch0c
+	//adv data
+	fetch 8,mem_shutter_ble_discovery_time_conf
+	store 8,mem_ble_shutter_discovery_timeout
+	setarg 0x0096
+	store 2,mem_ble_shutter_reconn_timeout
+
+	fetch 7,mem_shutter_led_on_light_dark_led_conf
+	store 7,mem_shutter_led_struct_app_led
+	fetch 7,mem_shutter_led_off_light_dark_led_conf
+	store 7,mem_shutter_power_off_led_style
+	
+	fetch 4,mem_shutter_reconn_blink_on_time_conf
+	store 4,mem_ble_shutter_reconn_blink_on_time
+	fetch 4,mem_shutter_discovery_blink_on_time_conf
+	store 4,mem_ble_shutter_discovery_blink_on_time
+	/*
+	fetch 8,mem_le_dy_adv_data
+	store 8,mem_le_adv_data
+	fetch 3,mem_le_dy_adv_data+8
+	store 3,mem_le_adv_data+8
+	
+	fetch 8,mem_le_dy_scan_data
+	store 8,mem_le_scan_data
+	fetch 4,mem_le_dy_scan_data+8
+	store 4,mem_le_scan_data+8
+	*/
+	
+	setarg 0x000e
+	store 2,mem_ble_shutter_reconn_adv_interval
+	setarg 0x0140
+	store 2,mem_ble_shutter_discovery_adv_interval
+	store 2,mem_le_adv_interval
+
+	setarg BLE_SHUTTER_DY_GATT_LIST_ADDR	//BLE ATT LIST 
+	store 2,mem_ui_le_uuid_table
+
+	call shutter_load_dy_keyvalue_buffer_config_form_DataRom
+
+	fetch 8,mem_ble_shutter_dy_interval_min_new
+	store 8,mem_ble_shutter_interval_min_new
+	rtn
+
+
+
+shutter_dy_init:
+	call enable_authrom
+	rtn wake
+
+	call shutter_dy_key_conf
+	call shutter_dy_adv_conf
+
+	setarg shutter_le_parse_l2cap
+	store 2,mem_le_l2cap_parse_cb
+
+	setarg shutter_dy_process_idle
+	store 2,mem_cb_idle_process
+		
+	setarg shutter_dy_process_bb_event
+	store 2,mem_cb_bb_event_process
+
+	setarg ble_shutter_dy_receive_data
+	store 2,mem_cb_att_write
+
+	setarg shutter_dy_le_bb_event_timer
+	store 2,mem_cb_event_timer
+
+	setarg shutter_dy_key_change
+	store 2,mem_cb_shutter_keycan
+
+	call shutter_common_init
+	setarg 0x27
+ 	store 2,mem_le_pairing_handle
+	fetch 8,mem_ble_shutter_interval_min_new
+	store 8,mem_ble_shutter_interval_min
+	call shutter_dy_iphone_every_move_max_set
+	bpatch patch0c_4,mem_patch0c
+	branch shutter_power_switch
+
+
+shutter_dy_process_idle:
+	call shutter_dy_shutter_send_data_to_master
+	arg key_scan_timer,queue
+	call timer_check
+	nrtn blank
+	setarg 0x20
+	arg key_scan_timer,queue
+	call timer_init
+	disable user
+	call keyscan_process_lpm_before
+	branch shutter_dy_keyscan_key_process
+
+shutter_dy_iphone_every_move_max_set:	
+	setarg 0x1f
+	mul32 pdata,EVERY_PAYLOAD_LEN,pdata
+	arg mem_shutter_mousekey_value_list,temp
+	iadd temp,rega
+	increase 3,rega
+	arg IPHONE_ONCE_MAX_MOVE_VALUE,temp
+	istoret 1,rega
+	increase 11,rega
+	arg 0xfff,pdata
+	isub temp,pdata
+	lshift4 pdata,pdata
+	istore 2,rega
+	rtn
+	
+shutter_dy_shutter_send_data_to_master:	
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,shutter_dy_pop_queue_to_ble_data
+	arg mem_queue_curr_num,contw
+	arg 35,loopcnt
+	branch clear_mem
+
+shutter_dy_pop_queue_to_ble_data:
+	call le_fifo_check_nearly_full
+	nrtn blank
+	call queue_empty
+	rtn blank
+	fetcht 4,mem_key_send_clk
+	copy clkn_bt,pdata
+	isub temp,temp
+	rtn zero
+	nbranch shutter_dy_pop_queue_to_ble_data2, positive
+	fetch 1,mem_send_data_delay
+	isub temp,null
+	rtn positive
+shutter_dy_pop_queue_to_ble_data2:
+	copy clkn_bt,pdata
+	store 4,mem_key_send_clk	
+	call queue_pop_one_byte
+	nrtn user
+	pincrease -1
+	mul32 pdata,10,pdata
+	arg mem_shutter_mousekey_value_list,temp
+	iadd temp,contr
+	branch le_send_notify_from_list
+
+
+shutter_dy_le_bb_event_timer:
+	call shutter_dy_shutter_1s_timer
+	call shutter_dy_iphone_move_mid_timer
+	call shutter_dy_clear_key_state_timer
+	call shutter_check_sleep_timer
+	branch shutter_dy_check_power_off_timer
+	
+shutter_dy_iphone_move_mid_timer:
+	arg mem_shutter_move_mid_timer,regc
+	arg shutter_dy_iphone_move_mid_timeout,regb
+	branch timer_single_step
+
+shutter_dy_iphone_move_mid_timeout:
+	call queue_empty
+	nrtn blank
+	fetch 2,mem_key_value_xmem
+	nrtn blank
+shutter_dy_iphone_move_mid:
+	call shutter_dy_check_iphone
+	branch shutter_dy_android_like_loaction_mid,blank
+	copy queue,pdata
+	compare 0x04,pdata,0x07 //SHUTTER_UP_KEY_NUM
+	branch shutter_dy_iphone_up_mid,true
+
+	copy queue,pdata
+	compare 0x01,pdata,0x07 //SHUTTER_LIKE_KEY_NUM
+	branch shutter_dy_iphone_like_mid,true
+	arg mem_shutter_iphone_move_mid,regc
+	branch push_buffer_in_queue
+
+shutter_dy_android_like_loaction_mid:
+	arg mem_shutter_android_move_mid,regc
+	branch push_buffer_in_queue
+
+shutter_dy_iphone_up_mid:
+	arg mem_shutter_iphone_up_mid,regc
+	branch push_buffer_in_queue
+
+shutter_dy_iphone_like_mid:
+	arg mem_shutter_iphone_like_mid,regc
+	branch push_buffer_in_queue
+
+shutter_dy_clear_key_state_timer:
+	arg mem_shutter_like_timeout,regc
+	arg shutter_dy_clear_key_state_timeout,regb
+	branch timer_single_step
+
+shutter_dy_clear_key_state_timeout:
+	arg SHUTTER_KEY_CONF_SATE_BYTES,loopcnt
+	arg mem_shutter_key_state1,contw
+	branch clear_mem
+
+
+shutter_dy_check_power_off_timer:
+	arg mem_shutter_power_off_timer,regc
+	arg shutter_dy_check_power_off_timeout,regb
+	branch timer_single_step
+shutter_dy_check_power_off_timeout:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,shutter_wait_power_off
+	branch app_enter_hibernate
+
+shutter_dy_process_bb_event:
+	copy regc,pdata
+	beq BT_EVT_LE_CONNECTED,ble_shutter_dy_process_baseband_connect
+	beq BT_EVT_LE_DISCONNECTED,ble_shutter_dy_process_baseband_disconnect
+	beq BT_EVT_LE_PAIRING_SUCCESS,ble_shutter_dy_pairing_success
+	rtneq BT_EVT_LE_PARSE_CONN_PAPA_UPDATE_RSP
+	beq BT_EVT_LE_START_ENC,shutter_dy_le_find_service_hand_by_uuid
+	branch shutter_process_bb_event
+
+ble_shutter_dy_pairing_success:
+	jam 1,mem_shutter_pairing_success
+	call shutter_dy_clear_move_config
+//	setarg ANDROID_INITIAL_MOVE_X
+	fetch 2,mem_android_initial_move_x
+	store 2, mem_shutter_move_data_x
+//	arg ANDROID_INITIAL_MOVE_Y,temp
+	fetcht 2,mem_android_initial_move_y
+	setarg 0xfff
+	isub temp,pdata
+	store 2, mem_shutter_move_data_y
+	rtn
+
+ble_shutter_dy_process_baseband_disconnect:
+	jam 0,mem_shutter_le_conned
+	jam 0,mem_shutter_pairing_success
+	call shutter_dy_move_mode_disable
+	branch ble_shutter_process_baseband_disconnect
+	
+ble_shutter_dy_process_baseband_connect:
+	copy clkn_bt,pdata
+	store 4,mem_key_send_clk
+	call shutter_dy_remote_not_iphone
+	branch ble_shutter_process_baseband_connect
+	
+
+shutter_dy_check_send_data:
+	disable user2
+	fetch 2,mem_shutter_sleep_timeout
+	store 2,mem_shutter_sleep_timer
+	call shutter_check_bluetooth_conn
+	branch shutter_change_bluetooth_status_bt_disconn,user
+	call shutter_check_data_enable
+	nrtn user
+	branch enable_user2
+
+shutter_dy_key_change:
+	call shutter_dy_check_send_data
+	nrtn user2 
+	deposit rega
+	branch shutter_dy_shutter_key_release,blank//no data release
+shutter_dy_key_press:
+	jam 1,mem_shutter_key_pressed
+	call app_led_on
+	call shutter_dy_key_press_clk
+	call shutter_dy_jude_queue_size
+	rtn positive
+	copy queue,pdata
+	fetcht 1,mem_last_press_key_value
+	isub temp,null
+	ncall shutter_dy_iphone_check_move_mid,zero
+	copy queue,pdata
+	store 1,mem_last_press_key_value
+	fetcht 1,mem_move_mode_key_index
+	isub temp,null
+	branch shutter_dy_key_move_to_specify_location,zero
+	fetch 1,mem_move_mode_trigger_enable
+	nbranch shutter_dy_move_set,blank
+shutter_dy_page_set:
+	call shutter_dy_le_get_press_ptr
+	arg MAX_QUEUE_NEW_PRESS,pdata
+	branch shutter_dy_push_queue_press_or_release
+
+shutter_dy_move_set:
+	call shutter_dy_jude_clear_move_config
+	copy queue,pdata
+	beq SHUTTER_LIKE_KEY_NUM,shutter_dy_page_set
+	call shutter_dy_check_move_data
+	branch shutter_dy_move_to_specify_location
+
+shutter_dy_key_move_to_specify_location:
+	jam 1,mem_shutter_first_move
+	branch shutter_dy_move_to_specify_location
+
+shutter_dy_iphone_check_move_mid:
+	bpatch patch0c_5,mem_patch0c
+	fetch 1,mem_move_mode_trigger_enable
+	branch shutter_dy_iphone_move_mid,blank
+	copy queue,pdata
+	beq SHUTTER_LIKE_KEY_NUM,shutter_dy_iphone_move_mid
+	rtn
+shutter_dy_key_press_clk:
+	arg SHUTTER_KEY_CONF_SATE_BYTES,pdata
+	imul32 queue,pdata
+	arg mem_shutter_key_state0,regc
+	iadd regc,regc
+	copy clkn_bt,pdata
+	istore KEY_STATE_PRESS_CLK_LENGTH,regc
+	increase KEY_STATE_PRESS_COUNT_OFFSET,regc
+	ifetch 1,regc
+	increase 1,pdata
+	istore 1,regc
+	rtn
+shutter_dy_shutter_key_release:
+	bpatch patch0c_6,mem_patch0c
+	fetch 1,mem_move_mode_trigger_enable
+	call app_led_off,blank
+shutter_dy_shutter_key_release_time:
+	arg SHUTTER_KEY_CONF_SATE_BYTES,pdata
+	imul32 queue,pdata
+	arg mem_shutter_key_state0,regc
+	iadd regc,regc
+	ifetcht  4,regc
+	sub temp,0,null
+	rtn zero //already release
+	copy clkn_bt,pdata
+	isub temp,temp
+	ncall ui_timer_timeout,positive
+	add regc,KEY_STATE_LONGPRESS_OFFSET,contr
+	ifetch 1,contr
+	nbranch shutter_dy_push_queue_long_release, blank
+	increase KEY_STATE_RELEASE_CLK_OFFSET,regc
+	copy clkn_bt,pdata
+	istore KEY_STATE_RELEASE_CLK_LENGTH,regc
+	rtn
+
+shutter_dy_push_queue_release:
+	add regc,4,contr
+	ifetch 1,contr
+	branch shutter_dy_push_queue_release1
+
+shutter_dy_push_queue_release1:
+	call shutter_clear_dy_key_state
+	fetch 1,mem_move_mode_trigger_enable
+	nbranch shutter_dy_move_mode_queue_release,blank
+shutter_dy_push_queue_release1_next:
+	call shutter_dy_jude_queue_size
+	rtn positive
+	call shutter_dy_le_get_release_ptr
+	copy queue,pdata
+	beq SHUTTER_PHOTO_KEY_NUM,shutter_dy_le_get_release_ptr_volume
+	arg MAX_QUEUE_NUM_RELEASE,pdata
+shutter_dy_push_queue_press_or_release:
+	imul32 queue,pdata
+	iadd regc,regc
+	branch push_buffer_in_queue
+
+shutter_dy_move_mode_queue_release:
+	copy queue,pdata
+	beq SHUTTER_LIKE_KEY_NUM,shutter_dy_push_queue_release1_next
+	beq SHUTTER_PHOTO_KEY_NUM,shutter_dy_push_queue_release1_next
+	rtn
+	
+shutter_dy_jude_queue_size:
+	call queue_get_size
+	ifetcht 1,contr
+	isub temp,pdata
+	sub pdata,MAX_QUEUE_NEW_PRESS,null
+	rtn
+	
+shutter_dy_push_queue_long_release:
+	jam 1,mem_shutter_long_key_released_flag
+	call shutter_clear_dy_key_state
+	arg mem_key0_long_release,regc
+	arg MAX_QUEUE_NUM_LONG_RELEASE,pdata
+	branch shutter_dy_push_queue_press_or_release
+	
+shutter_clear_dy_key_state:
+	arg SHUTTER_KEY_CONF_SATE_BYTES,loopcnt
+	copy regc,contw
+	branch clear_mem
+
+shutter_dy_keyscan_key_process:
+	fetch 2,mem_key_value_xmem
+	store 2,mem_key_value_retention
+	call shutter_dy_keyscan_key_process_next
+	fetch 2,mem_key_value_retention
+	store 2,mem_key_value_xmem
+	
+	arg 0,queue
+	fetch 1,mem_shutter_key_num
+	copy pdata,loopcnt
+	arg mem_shutter_key_state0,regc
+shutter_dy_keyscan_key_check_release_loop:	
+	copy loopcnt,pdata
+	store 2,mem_temp
+	copy regc,pdata
+	store 2,mem_regc
+	copy queue,pdata
+	store 2,mem_temp+2
+	call shutter_dy_keyscan_key_check_release
+	
+	fetch 2,mem_regc
+	copy pdata,regc
+	fetch 2,mem_temp+2	
+	copy pdata,queue
+	call shutter_dy_keyscan_key_check_long_press
+	
+	fetch 2,mem_temp+2
+	add pdata,1,queue
+	fetch 2,mem_regc
+	add pdata,SHUTTER_KEY_CONF_SATE_BYTES,regc
+	fetch 2,mem_temp
+	copy pdata,loopcnt
+	loop shutter_dy_keyscan_key_check_release_loop
+	rtn
+	
+shutter_dy_keyscan_key_check_long_press:
+	ifetch KEY_STATE_PRESS_CLK_LENGTH,regc
+	rtn blank
+	copy pdata,temp
+	copy clkn_bt,pdata
+	isub temp,temp	
+	nrtn positive
+	setarg 2500 //1000ms 3200
+	isub temp,null
+	rtn positive
+	copy clkn_bt,pdata
+	istore 4,regc
+	increase KEY_STATE_LONGPRESS_OFFSET,regc
+	setarg 1  //long press flag
+	istore KEY_STATE_LONGPRESS_LENGTH,regc
+	fetch 1,mem_shutter_long_key_released_flag
+	rtn blank
+	jam 0,mem_shutter_long_key_released_flag
+	bpatch patch0c_7,mem_patch0c
+	fetch 1,mem_move_mode_set
+	beq MOVE_COMBINE_KEY,shutter_dy_key_long_press_set_key_normal
+	beq MOVE_SINGLE_KEY,shutter_dy_key_long_press_set_move_trigger
+	rtn
+	
+shutter_dy_key_long_press_set_key_normal:
+	arg mem_key0_long_press,regc
+	arg MAX_QUEUE_NUM_LONG_RELEASE,pdata
+	branch shutter_dy_push_queue_press_or_release
+
+shutter_dy_key_long_press_set_move_trigger:
+	copy queue,pdata
+	fetcht 1,mem_move_mode_key_index
+	isub temp,null
+	nbranch shutter_dy_key_long_press_set_key_normal,zero	
+	fetch 1,mem_move_mode_trigger_enable
+	setflip 0,pdata
+	store 1,mem_move_mode_trigger_enable
+	nrtn blank
+shutter_dy_move_mode_disable:
+	jam 0,mem_move_mode_trigger_enable
+	branch app_led_off
+
+shutter_dy_keyscan_key_check_release:
+	add regc,KEY_STATE_RELEASE_CLK_OFFSET,regb
+	ifetch KEY_STATE_RELEASE_CLK_LENGTH,regb
+	rtn blank
+	copy pdata,temp
+	copy clkn_bt,pdata
+	isub temp,temp
+	ncall ui_timer_timeout,positive
+	setarg 1000 //100ms 320
+	isub temp,null
+	branch shutter_dy_push_queue_release
+shutter_dy_keyscan_key_process_next:
+	fetch 2,mem_key_num_ptr
+	ifetch 1,pdata
+	rtn blank
+	
+	setarg 0
+	store 2,mem_key_value_temp
+	call keyscan_scan_key
+	nbranch lpm_button_clean_wake_lock,user
+	call lpm_button_get_wake_lock
+	disable user
+	bpatch patch0d_0,mem_patch0d
+	fetch 1,mem_move_mode_set
+	beq MOVE_SINGLE_KEY,shutter_dy_skip_check_combine_key
+	call shutter_dy_check_combine_key_release
+	call shutter_dy_check_combine_key	
+	rtn user
+shutter_dy_skip_check_combine_key:	
+	fetch 2,mem_key_value_temp
+	store 2,mem_key_value_temp4
+	jam 0,mem_key_value_temp6
+	force 0,queue
+	branch keyscan_key_lp1
+
+shutter_dy_check_combine_key:
+	arg 0,queue
+shutter_dy_check_combine_key_loop:
+	arg mem_combine_key0,regb
+	arg 2,pdata
+	imul32 queue,pdata
+	iadd regb,regb
+	ifetch 2,regb
+	
+	rtn blank
+	fetcht 2,mem_key_value_temp
+	ixor temp,null
+	branch shutter_dy_check_combine_key_parse,zero
+	increase 1,queue
+	branch shutter_dy_check_combine_key_loop
+	
+shutter_dy_check_combine_key_parse:
+	store 2,mem_combine_key_state0	
+	call app_led_on
+	arg mem_combine_key0_press,regc
+	arg MAX_QUEUE_NUM_COMBINEKEY,pdata
+	imul32 queue,pdata
+	iadd regc,regc
+	call shutter_dy_push_buffer_in_queue
+	branch shutter_dy_combine_key_enableuser
+	
+shutter_dy_push_buffer_in_queue:
+	call shutter_dy_jude_clear_move_config
+	ifetch 1,regc
+	rtn blank
+	call shutter_dy_check_move_data
+shutter_dy_move_to_specify_location:
+	call shutter_dy_jude_clear_move_config
+	call shutter_dy_move_down_left_corner
+	call shutter_dy_move_x_max
+	call shutter_dy_move_y_max
+	arg 0x05,pdata
+	call queue_push_one_byte
+	call shutter_dy_check_iphone
+	rtn blank
+	jam 120,mem_send_data_delay
+	arg 0x06,pdata
+	branch queue_push_one_byte
+
+shutter_dy_move_down_left_corner_count_set:
+	fetcht 1,mem_shutter_back_count
+	call shutter_dy_check_iphone
+	rtn blank
+	fetcht 1,mem_shutter_iphone_beyond_y_count
+	increase 1,temp
+	fetch 1,mem_shutter_first_move
+	rtn blank
+	fetcht 1,mem_shutter_back_count
+	jam 0,mem_shutter_first_move
+	rtn
+
+shutter_dy_move_down_left_corner:
+	call shutter_dy_move_down_left_corner_count_set
+	copy temp,pdata
+	rtn blank
+	store 1,mem_shutter_back_count_cache
+shutter_dy_move_down_left_corner_loop:
+	arg 0x13,pdata
+	call queue_push_one_byte
+	fetch 1,mem_shutter_back_count_cache
+	increase -1,pdata
+	store 1,mem_shutter_back_count_cache
+	rtn blank
+	branch shutter_dy_move_down_left_corner_loop
+
+shutter_dy_move_x_max:
+	fetch 1,mem_shutter_iphone_beyond_x_count
+	rtn blank
+	store 1,mem_shutter_iphone_beyond_x_cache
+shutter_dy_move_x_max_number:
+	arg 0x20,pdata
+	call queue_push_one_byte
+	fetch 1,mem_shutter_iphone_beyond_x_cache
+	increase -1,pdata
+	store 1,mem_shutter_iphone_beyond_x_cache
+	rtn blank
+	branch shutter_dy_move_x_max_number
+
+shutter_dy_move_y_max:
+	fetch 1,mem_shutter_iphone_beyond_y_count
+	rtn blank
+	store 1,mem_shutter_iphone_beyond_y_cache
+shutter_dy_move_y_max_number:
+	arg 0x21,pdata
+	call queue_push_one_byte
+	fetch 1,mem_shutter_iphone_beyond_y_cache
+	increase -1,pdata
+	store 1,mem_shutter_iphone_beyond_y_cache
+	rtn blank
+	branch shutter_dy_move_y_max_number
+
+shutter_dy_check_combine_key_release:
+	fetch 2,mem_combine_key_state0
+	rtn blank
+	fetcht 2,mem_key_value_temp
+	sub temp,0,null
+	branch shutter_dy_check_combine_key_release_all,zero
+	isub temp,null
+	rtn zero
+	storet 2,mem_combine_key_state0
+	fetch 2,mem_combine_key_release_value
+	isub temp,null
+	call app_led_off,zero
+shutter_dy_combine_key_enableuser:
+	fetch 2,mem_key_value_temp
+	store 2, mem_key_value_retention
+	branch enable_user
+shutter_dy_check_combine_key_release_all:
+	call app_led_off
+	arg mem_combine_key_release,regc
+	call shutter_dy_push_buffer_in_queue
+	setarg 0
+	store 2,mem_combine_key_state0
+	jam 50,mem_shutter_1s_timer
+	call shutter_dy_combine_key_enableuser
+	fetch 1,mem_shutter_key_num
+	mul32 pdata,SHUTTER_KEY_CONF_SATE_BYTES,loopcnt
+	arg mem_shutter_key_state0,contw
+	branch clear_mem
+shutter_dy_check_move_data:
+	bpatch patch0d_1,mem_patch0d
+	fetch 1,mem_move_mode_set
+	beq MOVE_SINGLE_KEY,shutter_dy_check_move_data_single_key
+	beq MOVE_COMBINE_KEY,shutter_dy_check_move_data_combine_key
+	rtn
+shutter_dy_check_move_data_single_key:
+	copy queue,pdata
+	beq SHUTTER_LEFT_KEY_NUM,shutter_dy_move_left
+	beq SHUTTER_RIGHT_KEY_NUM,shutter_dy_move_right
+	beq SHUTTER_UP_KEY_NUM,shutter_dy_move_up
+	beq SHUTTER_DOWN_KEY_NUM,shutter_dy_move_down
+	rtn
+shutter_dy_check_move_data_combine_key:
+	ifetch 1,regc
+	beq 0x01,shutter_dy_move_left
+	beq 0x02,shutter_dy_move_right
+	beq 0x03,shutter_dy_move_up
+	beq 0x04,shutter_dy_move_down
+	beq 0x05,shutter_dy_get_move_data
+	rtn
+shutter_dy_get_move_data:
+	call shutter_dy_check_iphone
+	nbranch shutter_dy_get_move_data_iphone,blank
+	setarg 4
+	mul32 pdata,EVERY_PAYLOAD_LEN,pdata
+	arg mem_shutter_mousekey_value_list,temp
+	iadd temp,contw
+	increase 3,contw
+	fetch 3,mem_shutter_move_data
+	istore 3,contw
+	rtn
+shutter_dy_get_move_data_iphone:
+	setarg 4
+	mul32 pdata,EVERY_PAYLOAD_LEN,pdata
+	arg mem_shutter_mousekey_value_list,temp
+	iadd temp,contw
+	increase 3,contw
+	fetch 2,mem_shutter_move_data_x
+	istore 3,contw
+	increase 7,contw
+	fetch 2,mem_shutter_move_data_y
+	lshift4 pdata,pdata
+	lshift8 pdata,pdata
+	istore 3,contw
+	rtn
+	//branch p_store_move_config_info
+shutter_dy_move_x_empty_check:
+	fetch 1,mem_shutter_iphone_beyond_x_count
+	rtn blank
+	increase -1,pdata
+	store 1,mem_shutter_iphone_beyond_x_count
+	arg IPHONE_ONCE_MAX_MOVE_VALUE,pdata
+	rtn
+shutter_dy_every_move_size_set:
+	arg ANDROID_EVERY_MOVE_SIZE,temp
+	call shutter_dy_check_iphone
+	rtn blank
+	arg IPHONE_EVERY_MOVE_SIZE,temp
+	rtn
+shutter_dy_move_left:
+	call shutter_dy_every_move_size_set
+	fetch 2,mem_shutter_move_data_x
+	isub temp,null
+	ncall shutter_dy_move_x_empty_check,positive
+	nrtn positive//if move_x to zero,rtn
+	isub temp,pdata
+shutter_dy_move_store_x:
+	store 2,mem_shutter_move_data_x
+shutter_dy_move_data_store:
+	bpatch patch0d_2,mem_patch0d
+	fetch 2,mem_shutter_move_data_x
+	fetcht 2,mem_shutter_move_data_y
+	lshift8 temp,temp
+	lshift4 temp,temp
+	iadd temp,pdata
+	store 3,mem_shutter_move_data
+	branch shutter_dy_get_move_data
+shutter_dy_move_x_check_max:
+	fetch 2,mem_shutter_move_data_x
+	arg IPHONE_ONCE_MAX_MOVE_VALUE,temp
+	isub temp,temp
+	nrtn positive
+	copy temp,pdata
+	fetcht 1,mem_shutter_iphone_beyond_x_count
+	sub temp,0x03,null
+	branch shutter_dy_clear_move_x,zero
+	increase 1,temp
+	storet 1,mem_shutter_iphone_beyond_x_count
+	branch shutter_dy_move_store_x
+shutter_dy_clear_move_x:
+	jam 0,mem_shutter_iphone_beyond_x_count
+	arg 0,pdata
+	branch shutter_dy_move_store_x
+shutter_dy_move_right:
+	call shutter_dy_check_iphone
+	ncall shutter_dy_move_x_check_max,blank
+	call shutter_dy_every_move_size_set
+	fetch 2,mem_shutter_move_data_x
+shutter_dy_move_right_next:
+	iadd temp,pdata
+	arg 0xfff,temp
+	call ceiling
+	branch shutter_dy_move_store_x
+	
+shutter_dy_move_up:
+	call shutter_dy_every_move_size_set
+	fetch 2,mem_shutter_move_data_y
+	isub temp,pdata
+	store 2,mem_shutter_move_data_y
+shutter_dy_move_y_check_max:
+	fetcht 2,mem_shutter_move_data_y
+	call shutter_dy_check_iphone
+	branch shutter_dy_move_data_store,blank
+	setarg 0xfff
+	isub temp,pdata
+	arg IPHONE_ONCE_MAX_MOVE_VALUE,temp
+	isub temp,temp
+	nbranch shutter_dy_move_data_store, positive
+	setarg 0xfff
+	isub temp,pdata
+	fetcht 1,mem_shutter_iphone_beyond_y_count
+	sub temp,0x05,null
+	branch shutter_dy_clear_move_y,zero
+	increase 1,temp
+	storet 1,mem_shutter_iphone_beyond_y_count
+	branch shutter_dy_move_store_y
+shutter_dy_clear_move_y:
+	jam 0,mem_shutter_iphone_beyond_y_count
+shutter_dy_android_move_y_empty_check:
+	setarg 0xfff
+	branch shutter_dy_move_store_y
+	
+shutter_dy_move_y_empty_check:
+	call shutter_dy_check_iphone
+	branch shutter_dy_android_move_y_empty_check,blank
+	fetch 1,mem_shutter_iphone_beyond_y_count
+	branch shutter_dy_android_move_y_empty_check, blank
+	increase -1,pdata
+	store 1,mem_shutter_iphone_beyond_y_count
+	setarg 0xfff
+	arg IPHONE_ONCE_MAX_MOVE_VALUE,temp
+	isub temp,pdata
+	iadd rega,pdata
+shutter_dy_move_store_y:	
+	store 2,mem_shutter_move_data_y
+	branch shutter_dy_move_data_store
+shutter_dy_move_down:
+	call shutter_dy_every_move_size_set
+	fetch 2,mem_shutter_move_data_y
+shutter_dy_move_down_next:
+	iadd temp,pdata
+	arg 0xfff,temp
+	isub temp,rega
+	branch shutter_dy_move_y_empty_check,positive
+	branch shutter_dy_move_store_y
+	
+
+ble_shutter_dy_receive_data:
+	fetch 2,mem_le_att_handle
+	beq GATT_KEYBOARD_WRITE_HANDLE_NEW,ble_shutter_process_reconnect_complete
+	rtn
+
+shutter_dy_le_find_service_hand_by_uuid: 
+	arg 23,rega
+	arg LE_L2CAP_CID_ATT,regb
+	call le_fifo_malloc_tx_l2cap
+	setarg ATTOP_FIND_BY_TYPE_VALUE_REQUEST
+	istore 1,contw
+	setarg 0x0001		//start handle
+	istore 2,contw
+	setarg 0xffff		//end handle
+	istore 2,contw
+	setarg 0x2800		//uuid type
+	istore 2,contw
+	arg mem_le_search_service_uuid,contr
+	branch memcpy16
+
+shutter_le_parse_l2cap:
+	fetch 2,mem_le_payload_ptr
+	add pdata,2,contr	//l2cap length
+	ifetch 2,contr
+	beq LE_L2CAP_CID_ATT,shutter_dy_le_parse_att
+	beq LE_L2CAP_CID_SMP,le_parse_smp
+	beq LE_L2CAP_CID_SIGNAL,le_parse_signaling
+	rtn
+
+shutter_dy_le_parse_att:
+	ifetch 3,contr
+	store 3,mem_le_att_opcode
+	beq ATTOP_FIND_BY_TYPE_VALUE_RESPONSE,shutter_dy_le_parse_att_find_by_type_value_rsp
+	beq ATTOP_ERROR_RESPONSE,shutter_dy_le_parse_error_rsp
+	beq ATTOP_READ_REQUEST,shutter_dy_le_parse_att_read_request
+	beq ATTOP_READ_BLOB_REQUEST,shutter_dy_le_parse_att_read_blob_request
+	branch le_parse_att2
+
+shutter_dy_le_parse_att_read_blob_request:
+	ifetch 2,contr
+	store 2,mem_le_att_offset
+	arg 20,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_READ_BLOB_RESPONSE
+	istore 1,contw
+	fetch 2,mem_le_att_offset
+	iforce rega
+	fetcht 2,mem_le_att_handle
+	fetch 2,mem_le_pairing_handle
+	isub temp,null
+	nbranch le_send_att_read_blob_response+7,zero
+	call shutter_dy_check_iphone
+	nbranch shutter_dy_le_parse_att_read_blob_request_ios,blank
+	fetch 2,mem_shutter_le_map_len_android
+	branch shutter_dy_le_parse_att_read_blob_request2
+	
+shutter_dy_le_parse_att_read_blob_request_ios:
+	fetch 2,mem_shutter_le_map_len_ios
+shutter_dy_le_parse_att_read_blob_request2:
+	arg mem_shutter_le_hid_map,contr
+	isub rega,loopcnt
+	nbranch le_send_att_error_response_notfound,positive
+	sub loopcnt,22,null
+	branch le_send_att_read_blob_response_less,positive
+	force 22,loopcnt
+	branch le_send_att_read_blob_response_less
+
+shutter_dy_le_parse_att_read_request:
+	fetcht 2,mem_le_att_handle
+	fetch 1,mem_le_configuration
+	bbit1 BIT_BLE_READ_AUTH,shutter_dy_le_send_att_read_response_check_auth
+	branch le_send_att_read_response
+shutter_dy_le_send_att_read_response_check_auth:
+	fetch 2,mem_le_pairing_handle
+	isub temp,null
+	nbranch le_send_att_read_response,zero
+	call le_check_encrypt_state
+	nbranch shutter_dy_le_send_att_read_response,user
+	jam ATT_ERR_INSUFFICIENT_AUTHENTICATION,mem_le_err_code
+	branch le_send_att_error_response
+shutter_dy_le_send_att_read_response:
+	fetch 2,mem_le_pairing_handle
+	isub temp,null
+	nbranch le_send_att_read_response,zero
+	arg mem_shutter_le_hid_map,contr
+	force 22,pdata
+	branch le_send_att_read_response_less
+shutter_dy_le_parse_att_find_by_type_value_rsp:
+shutter_dy_le_remote_iphone:
+	bpatch patch0d_3,mem_patch0d
+	jam 5,mem_shutter_back_count
+	jam 1,mem_iphone_flag
+	jam 1,mem_last_shutter_le_iphone_flag
+	jam 240,mem_send_data_delay
+	jam 10,mem_shutter_move_mid_timer
+	jam 1,mem_shutter_first_move
+	call shutter_dy_load_move_config_info
+	fetch 1,mem_shutter_pairing_success
+	rtn blank
+	call shutter_dy_clear_move_config
+	arg IPHONE_ONCE_MAX_MOVE_VALUE,temp
+//	setarg IPHONE_INITIAL_MOVE_X
+	fetch 2,mem_iphone_initial_move_x
+	arg mem_shutter_move_data_x,rega
+	arg mem_shutter_iphone_beyond_x_count,regb
+	call shutter_dy_iphone_move_initial_set
+	arg IPHONE_ONCE_MAX_MOVE_VALUE,temp
+//	setarg IPHONE_INITIAL_MOVE_Y
+	fetch 2,mem_iphone_initial_move_y
+	arg mem_shutter_move_data_y,rega
+	arg mem_shutter_iphone_beyond_y_count,regb
+	call shutter_dy_iphone_move_initial_set
+	setarg 0xfff
+	fetcht 2,mem_shutter_move_data_y
+	isub temp,pdata
+	store 2,mem_shutter_move_data_y
+	rtn
+shutter_dy_iphone_move_initial_set:
+	idiv temp
+	call wait_div_end
+	quotient pdata
+	remainder temp
+	istore 1,regb
+	istoret 2,rega
+	rtn
+shutter_dy_le_parse_error_rsp:
+	increase -2,contr
+	ifetch 1,contr
+	beq ATTOP_FIND_BY_TYPE_VALUE_REQUEST,shutter_dy_not_iphone_read_conf
+	rtn
+shutter_dy_remote_not_iphone:
+	jam 1,mem_shutter_back_count
+	jam 0,mem_iphone_flag
+	jam 0,mem_last_shutter_le_iphone_flag
+	jam 10,mem_send_data_delay
+	rtn
+
+shutter_dy_not_iphone_read_conf:
+	call shutter_dy_remote_not_iphone
+	branch shutter_dy_load_move_config_info
+	
+shutter_dy_check_iphone:
+	fetch 1,mem_iphone_flag
+	rtn
+
+
+shutter_dy_le_get_press_ptr:	
+	arg mem_dy_key0_press,regc
+	call shutter_dy_check_iphone
+	rtn blank
+	jam 120,mem_send_data_delay
+	arg mem_key0_press_i,regc
+	rtn
+shutter_dy_le_get_release_ptr:	
+shutter_dy_le_get_release_ptr_set:
+	arg mem_key0_release_new,regc
+	call shutter_dy_check_iphone
+	rtn blank
+	arg mem_key0_release_new_i,regc
+	jam 12,mem_send_data_delay
+	copy queue,pdata
+	rtneq SHUTTER_LIKE_KEY_NUM
+	rtn
+shutter_dy_le_get_release_ptr_volume:
+	bpatch patch0d_4,mem_patch0d
+	fetch 1,mem_key3_press_count
+	setflip 0,pdata
+	store 1,mem_key3_press_count
+	beq 0,shutter_dy_le_get_release_ptr_set_volume_inc
+	beq 1,shutter_dy_le_get_release_ptr_set_volume_dec
+	rtn
+shutter_dy_le_get_release_ptr_set_volume_dec:
+	call shutter_dy_le_get_vol_dec_ptr
+	branch push_buffer_in_queue
+shutter_dy_le_get_release_ptr_set_volume_inc:
+	call shutter_dy_le_get_vol_inc_ptr
+	branch push_buffer_in_queue
+shutter_dy_le_get_vol_inc_ptr:
+	arg mem_key3_release_new,regc
+	call shutter_dy_check_iphone
+	rtn blank
+	arg mem_key3_release_new_i,regc
+	rtn
+shutter_dy_le_get_vol_dec_ptr:
+	arg mem_key3_release_new_t,regc
+	call shutter_dy_check_iphone
+	rtn blank
+	arg mem_key3_release_new_i_t,regc
+	rtn	
+shutter_dy_jude_clear_move_config:
+	fetch 1,mem_shutter_le_conned
+	nrtn blank
+	jam 1,mem_shutter_le_conned
+	branch shutter_dy_move_data_store
+shutter_dy_clear_move_config:
+	setarg 0
+	store 7,mem_move_config
+	rtn
+
+
+shutter_dy_write_otp_convert_data:
+	call shutter_dy_check_iphone
+	beq 0x01,shutter_dy_store_ios_config_data
+	beq 0x00,shutter_dy_store_android_config
+	rtn
+
+shutter_dy_read_otp_convert_data:
+	fetch 1,mem_otp_last_shutter_le_iphone_flag	//鍒ゆ柇鏄惁鏄疘OS
+	beq 0x01,shutter_dy_get_ios_config
+	beq 0x00,shutter_dy_get_android_config
+	rtn
+
+shutter_dy_store_ios_config_data:
+	fetch 1,mem_shutter_iphone_beyond_x_count
+	mul32 pdata,IPHONE_ONCE_MAX_MOVE_VALUE,pdata
+	copy pdata,temp
+	fetch 2,mem_shutter_move_data_x
+	iadd temp,pdata	//pdata = pdata+temp
+	store 2,mem_otp_shutter_move_data_x
+
+	fetch 1,mem_shutter_iphone_beyond_y_count
+	mul32 pdata,IPHONE_ONCE_MAX_MOVE_VALUE,pdata
+	copy pdata,temp
+	fetch 2,mem_shutter_move_data_y
+	copy pdata,rega
+	setarg 0xfff
+	isub rega,pdata	//pdata = pdata-rega
+	iadd temp,pdata	//pdata = pdata+temp
+	store 2,mem_otp_shutter_move_data_y
+
+	call shutter_dy_check_iphone
+//	fetch 1,mem_last_shutter_le_iphone_flag
+	store 1,mem_otp_last_shutter_le_iphone_flag
+	rtn
+
+shutter_dy_store_android_config:
+	fetch 2,mem_shutter_move_data_x
+	store 2,mem_otp_shutter_move_data_x
+	fetch 2,mem_shutter_move_data_y
+	store 2,mem_otp_shutter_move_data_y
+	call shutter_dy_check_iphone
+	store 1,mem_otp_last_shutter_le_iphone_flag
+	rtn
+shutter_dy_get_ios_config:
+	fetch 2,mem_otp_shutter_move_data_x
+	div pdata,IPHONE_ONCE_MAX_MOVE_VALUE
+	call wait_div_end
+	quotient pdata
+	remainder temp
+	store 1,mem_shutter_iphone_beyond_x_count
+	copy temp,pdata
+	store 2,mem_shutter_move_data_x
+	fetch 2,mem_otp_shutter_move_data_y
+	div pdata,IPHONE_ONCE_MAX_MOVE_VALUE
+	call wait_div_end
+	quotient pdata
+	remainder temp
+	store 1,mem_shutter_iphone_beyond_y_count
+	//copy temp,pdata
+	setarg 0xfff
+	isub temp,pdata	//pdata = pdata-temp
+	store 2,mem_shutter_move_data_y
+//	fetch 1,mem_otp_last_shutter_le_iphone_flag
+//	store 1,mem_last_shutter_le_iphone_flag
+	rtn
+shutter_dy_get_android_config:
+	fetch 2,mem_otp_shutter_move_data_x
+	store 2,mem_shutter_move_data_x
+	fetch 2,mem_otp_shutter_move_data_y
+	store 2,mem_shutter_move_data_y
+//	fetch 1,mem_otp_last_shutter_le_iphone_flag
+//	store 1,mem_last_shutter_le_iphone_flag
+	rtn
+	
+shutter_dy_store_move_config_info:
+	branch shutter_dy_campare_effective_addr_write_otp
+
+shutter_dy_load_move_config_info:
+	branch shutter_dy_campare_effective_addr_read_otp
+
+//寰幆鎵炬暟鎹紝鍒ゆ柇鏄惁涓虹┖鏁版嵁
+shutter_dy_shutter_uart_config_loop:
+	call shutter_dy_update_read_check_addr
+	fetch 2,mem_otp_read_offset_addr
+	call shutter_dy_shutter_read_move_config_from_otp_addr
+	jam 0,mem_shutter_first_read_flag
+	fetch 5,mem_otp_move_config
+	jam 0,mem_shutter_valid_data_flag
+	jam 0,mem_shutter_temp_count
+	call shutter_dy_campare_otp_data
+	fetch 1,mem_shutter_temp_count
+	rtneq 0
+	branch shutter_dy_shutter_uart_config_loop
+
+//绗竴娆′粠0x1fe0澶勫線鍓嶈
+shutter_dy_shutter_get_first_read_addr:
+//	setarg SHUTTER_EFUSE_START_OFFECT
+	fetch 2,mem_shutter_efuse_start_offset
+	increase -5,pdata
+	store 2,mem_otp_read_offset_addr
+	rtn
+
+//涓嬫璇伙紝鏇存柊mem_otp_read_offset_addr 鍦板潃
+shutter_dy_shutter_next_read_addr:
+	fetch 2,mem_otp_read_offset_addr
+	increase -5,pdata
+	store 2,mem_otp_read_offset_addr
+	rtn
+
+//涓婃璇伙紝鏇存柊mem_otp_read_offset_addr 鍦板潃
+shutter_dy_shutter_last_read_addr:
+	fetch 2,mem_otp_read_offset_addr
+	pincrease 5
+	store 2,mem_otp_read_offset_addr
+	rtn
+
+shutter_dy_shutter_read_ios_android_addr:
+	fetch 2,mem_otp_read_ios_android_addr
+	pincrease 5
+	store 2,mem_otp_read_ios_android_addr
+	//妫鏌ュ湪鍖洪棿鍐
+	fetch 2,mem_otp_read_ios_android_addr
+	copy pdata, temp
+//	setarg SHUTTER_EFUSE_START_OFFECT
+	fetch 2,mem_shutter_efuse_start_offset
+	isub temp,pdata	//pdata = pdata-temp
+	arg SHUTTER_PARA_TOTAL_NUM,temp	//temp = 5
+	isub temp,null	//pdata = pdata-temp, 澶т簬绛変簬0锛宲ositive缃1
+//	nrtn positive
+	nbranch shutter_dy_shutter_not_find_ios_or_android,positive
+	rtn
+
+shutter_dy_update_read_check_addr:
+	fetch 1,mem_shutter_first_read_flag	//绗1娆¤鏍囪瘑
+	beq 0x01,shutter_dy_shutter_get_first_read_addr
+	beq 0x00,shutter_dy_shutter_next_read_addr
+	rtn
+	
+//姣旇緝鏁版嵁锛屽垽鏂槸鍚︿负0
+shutter_dy_campare_otp_data:
+	arg 0x0,regb
+	copy regb, temp
+	fetch 2,mem_otp_shutter_move_data_x
+	icompare 0xffff,temp
+//	isub temp,pdata	//pdata = pdata-temp
+	ncall shutter_dy_set_shutter_valid_data_flag,true
+	arg 0x0,regb
+	copy regb, temp
+	fetch 2,mem_otp_shutter_move_data_y
+	icompare 0xffff,temp
+	ncall shutter_dy_set_shutter_valid_data_flag,true
+	arg 0x0,regb
+	copy regb, temp
+	fetch 1,mem_otp_last_shutter_le_iphone_flag
+	icompare 0xff,temp
+	ncall shutter_dy_set_shutter_valid_data_flag,true
+	rtn
+
+//mem_shutter_temp_count +1 鎿嶄綔
+shutter_dy_set_shutter_valid_data_flag:
+	fetch 1,mem_shutter_temp_count
+	pincrease 1
+	store 1,mem_shutter_temp_count
+	rtn
+shutter_dy_shutter_judge_ios_or_android:
+	jam 1,mem_shutter_temp_count
+	call shutter_dy_shutter_read_ios_android_addr
+	fetch 2,mem_otp_read_ios_android_addr
+	call shutter_dy_shutter_read_move_config_from_otp_addr
+	call shutter_dy_check_iphone
+	copy pdata, temp
+	fetch 1,mem_otp_last_shutter_le_iphone_flag
+	icompare 0xff,temp
+	call shutter_dy_clear_temp_count,true
+	
+	fetch 1,mem_shutter_temp_count
+	rtneq 0
+	branch shutter_dy_shutter_judge_ios_or_android
+
+
+shutter_dy_shutter_not_find_ios_or_android:
+	bpatch patch0d_5,mem_patch0d
+	call shutter_dy_clear_temp_count
+	call shutter_dy_check_iphone
+	branch shutter_dy_shutter_android_save_init_loaction,blank
+	branch shutter_dy_shutter_ios_save_init_loaction
+shutter_dy_shutter_android_save_init_loaction:
+//	setarg ANDROID_INITIAL_MOVE_X
+	fetch 2,mem_android_initial_move_x
+	store 2, mem_shutter_move_data_x
+//	arg ANDROID_INITIAL_MOVE_Y,temp
+	fetcht 2,mem_android_initial_move_y
+	setarg 0xfff
+	isub temp,pdata
+	store 2, mem_shutter_move_data_y
+	branch shutter_dy_store_move_config_info
+	
+shutter_dy_shutter_ios_save_init_loaction:
+	arg IPHONE_ONCE_MAX_MOVE_VALUE,temp
+//	setarg IPHONE_INITIAL_MOVE_X
+	fetch 2,mem_iphone_initial_move_x
+	arg mem_shutter_move_data_x,rega
+	arg  mem_shutter_iphone_beyond_x_count,regb
+	call shutter_dy_iphone_move_initial_set
+	arg IPHONE_ONCE_MAX_MOVE_VALUE,temp
+//	setarg IPHONE_INITIAL_MOVE_Y
+	fetch 2,mem_iphone_initial_move_y
+	arg mem_shutter_move_data_y,rega
+	arg  mem_shutter_iphone_beyond_y_count,regb
+	call shutter_dy_iphone_move_initial_set
+	setarg 0xfff
+	fetcht 2,mem_shutter_move_data_y
+	isub temp,pdata
+	store 2,mem_shutter_move_data_y
+	branch shutter_dy_store_move_config_info
+	
+shutter_dy_clear_temp_count:
+	jam 0,mem_shutter_temp_count
+	rtn
+//鍙栨湁鏁堝湴鍧缁檓em_otp_write_offset_addr
+shutter_dy_campare_effective_addr_read_otp:
+	bpatch patch0d_6,mem_patch0d
+	jam 1,mem_shutter_first_read_flag
+	call shutter_dy_shutter_uart_config_loop
+	//鑾峰緱浜嗗湴鍧
+	//鏍￠獙鏄惁鏄秺鐣
+//	setarg SHUTTER_EFUSE_END_OFFECT
+	fetch 2,mem_shutter_efuse_end_offset
+	copy pdata, temp
+	fetch 2,mem_otp_read_offset_addr
+	isub temp,pdata	//pdata = pdata-temp
+	arg 0x0,temp	//temp = 0
+	isub temp,null	//null = pdata-temp, 澶т簬绛変簬0锛宲ositive缃1
+	nrtn positive
+	fetch 2,mem_otp_read_offset_addr
+	copy pdata, temp
+//	setarg SHUTTER_EFUSE_START_OFFECT
+	fetch 2,mem_shutter_efuse_start_offset
+	increase -5,pdata
+	isub temp,pdata	//pdata = pdata-temp
+	//璇讳笂涓娆″湴鍧
+//	ncall p_shutter_last_read_addr,zero
+	fetch 2,mem_otp_read_offset_addr
+	store 2,mem_otp_read_ios_android_addr
+	call shutter_dy_shutter_judge_ios_or_android
+	fetch 2,mem_otp_read_ios_android_addr
+	ncall shutter_dy_shutter_read_move_config_from_otp_addr,zero
+	
+	//妫鏌ヤ负0鍒欎笉璧嬪
+	jam 0,mem_shutter_temp_count
+	call shutter_dy_campare_otp_data
+	fetch 1,mem_shutter_temp_count
+	rtneq 0
+	branch shutter_dy_read_otp_convert_data
+	
+//鍙栨湁鏁堝湴鍧缁檓em_otp_write_offset_addr
+shutter_dy_campare_effective_addr_write_otp:
+	bpatch patch0d_7,mem_patch0d
+	jam 1,mem_shutter_first_read_flag
+	call shutter_dy_shutter_uart_config_loop
+	//鑾峰緱浜嗗湴鍧
+	//鏍￠獙鏄惁鏄秺鐣
+//	setarg SHUTTER_EFUSE_END_OFFECT
+	fetcht 2,mem_shutter_efuse_end_offset
+//	copy pdata, temp
+	fetch 2,mem_otp_read_offset_addr
+	isub temp,pdata	//pdata = pdata-temp
+	arg 0x0,temp	//temp = 0
+	isub temp,null	//pdata = pdata-temp, 澶т簬绛変簬0锛宲ositive缃1
+	nrtn positive
+	//妫鏌ュ湪鍖洪棿鍐
+	fetcht 2,mem_otp_read_offset_addr
+//	setarg SHUTTER_EFUSE_START_OFFECT
+	fetch 2,mem_shutter_efuse_start_offset
+	isub temp,pdata	//pdata = pdata-temp
+	arg 0x0,temp	//temp = 0
+	isub temp,null	//pdata = pdata-temp, 澶т簬绛変簬0锛宲ositive缃1
+	nrtn positive
+	fetch 2,mem_otp_read_offset_addr
+	store 2,mem_otp_write_offset_addr
+	call shutter_dy_write_otp_convert_data
+
+	branch shutter_dy_shutter_write_move_config_to_otp_addr
+	
+
+/* pdata=otp address, rega points to data, temp is count */
+shutter_dy_shutter_read_move_config_from_otp_addr:
+	arg SHUTTER_PARA_TOTAL_NUM,temp
+//	fetch 2,mem_otp_read_offset_addr
+	arg mem_otp_move_config,rega
+	branch otpd_read_data
+
+/* temp = otp address, rega pointers data, loopcnt is count */
+shutter_dy_shutter_write_move_config_to_otp_addr:
+	arg SHUTTER_PARA_TOTAL_NUM,loopcnt
+	arg mem_otp_move_config,rega
+	fetch 2, mem_otp_write_offset_addr
+	copy pdata,temp
+	branch otp_write
+
+shutter_dy_shutter_1s_timer:
+	arg mem_shutter_1s_timer,regc
+	arg shutter_dy_store_move_config_info,regb
+	branch timer_single_step
+
+
+
+/*************shutter dy ending*********************/
+	
+endif
+
Index: program/ble_protocol_stack/le.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/ble_protocol_stack/le.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/ble_protocol_stack/le.prog	(working copy)
@@ -0,0 +1,2009 @@
+ifdef COMPILE_LE
+//******************************************//
+//*************LE INIT ****************//
+//******************************************//
+
+le_init_conn:
+	bpatch patch1a_6,mem_patch1a
+	disable wake
+	jam 1,mem_le_conn_handle
+	jam 3,mem_le_state
+	jam 1,mem_le_arq
+	setarg -1
+	store 2,mem_le_event_count
+	force 0,pdata
+	store 1,mem_le_ch
+	store 1,mem_le_op
+	store 3,mem_sniff_rcv
+	store 3,mem_sniff_lost
+	call le_clear_enc
+	jam 1,mem_le_txheader
+	jam 0,mem_le_txlen
+	jam FUN_RX_LL_1M_PHY,mem_le_rx_phy
+	jam FUN_TX_LL_1M_PHY,mem_le_tx_phy
+	jam 0,mem_le_l2cap_att_states
+	branch le_supervision_flush
+
+le_init_master:
+	bpatch patch1a_7,mem_patch1a
+	enable master
+	jam lemode_master,mem_le_mode
+	jam 1,mem_le_att_handle
+	jam 1,mem_le_search_handle_start
+	setarg 0xffff
+	store 2,mem_le_search_handle_end
+	force 0,pdata
+	store 5,mem_ccm_pcnt_rx
+	set1 LE_CCM_DIRECTIONBIT,pdata
+	store 5,mem_ccm_pcnt_tx	
+	branch le_init_conn
+
+
+le_init_slave:
+	bpatch patch1b_0,mem_patch1b
+	disable master
+ 	setarg 0x17
+ 	store 2,mem_le_remote_mtu
+	increase 4,pdata
+	store 2,mem_remote_rx_max_octets
+	jam lemode_slave,mem_le_mode
+	jam 0,mem_le_adv_enable
+	jam 0,mem_lpm_current_mult
+	call le_clear_pairing_state
+	fetch 2,mem_le_superto
+	store 2,mem_le_init_superto
+	fetch 2,mem_le_tsniff
+	mul32 pdata,5,pdata
+	rshift4 pdata,pdata
+	store 2,mem_le_superto			// vol.6 part B 4.5.2 only 6*conninterval before establish
+	branch le_init_conn
+	
+
+//******************************************//
+//*************LE main process*********//
+//******************************************//
+
+le_conn_dispatch:
+	bpatch patch1b_1,mem_patch1b
+	call le_enable
+ 	fetch 1,mem_le_state
+ 	isolate1 lestate_encryption,pdata
+ 	setflag true,mark_ble_encryption,mark
+	call app_process_ble
+	fetch 1,mem_le_mode
+	bbit1 mode_master,le_master_dispatch
+	branch le_slave_dispatch
+	
+//******************************************//
+//***********LE master process*********//
+//******************************************//
+	
+le_master_dispatch:
+	bpatch patch1b_2,mem_patch1b
+	enable master
+	call le_supervision_update
+	branch le_master_disconn,positive
+	call le_setup
+	call le_prepare_tx
+	disable match
+	call le_transmit_receive_sifs
+	nrtn match
+	fetch 1,mem_le_conn_rcv
+	increase 1,pdata
+	store 1,mem_le_conn_rcv
+	call le_acknowledge
+	disable master
+	rtn
+	
+le_master_disconn:
+	call le_disconnect
+	disable master
+	rtn
+	
+//******************************************//
+//***********LE slave process***********//
+//******************************************//
+le_slave_dispatch:
+	bpatch patch1b_3,mem_patch1b
+	jam 0,mem_le_md_count
+	set0 mark_ble_crc_fail,mark
+ifdef SECURE_CONNECTION
+	call sp_calc_sequence_256
+	call le_secure_connect_sm
+endif
+	disable attempt
+	call le_supervision_update
+	branch le_slave_disconn,positive
+	fetch 1,mem_le_rx_phy
+	call le_enable_phy_by_pdata
+	call le_setup
+	call le_receive_slave
+	nbranch le_slave_unsync,sync	// vol.6 part B 4.5.1 respond even crc error
+	call le_got_first_packet
+	branch le_slave_match,match
+	bmark1 mark_ble_crc_fail,le_slave_crc_fail
+	branch le_slave_cont
+	
+
+le_slave_crc_fail:
+le_slave_match:
+	bpatch patch1b_4,mem_patch1b
+	fetch 1,mem_le_md_count
+	pincrease 1
+	store 1,mem_le_md_count
+	beq LE_MD_MAX_COUNT,le_slave_cont
+	call le_acknowledge
+	call le_prepare_tx
+	fetch 1,mem_le_tx_phy
+	call le_enable_phy_by_pdata
+	call le_transmit
+	call le_parse
+	fetch 2,mem_cb_ble_transmit
+	call callback_func
+	call le_check_md
+	branch le_slave_more_data,user
+le_slave_cont:
+	bpatch patch1b_5,mem_patch1b
+	call le_pairing_sm
+ 	call le_check_paring_time
+	call check_51cmd
+	fetch 1,mem_le_op
+	bbit1 op_disconn,le_slave_disconn
+le_slave_unsync:
+	bpatch patch1b_6,mem_patch1b
+	call end_of_packet
+	call le_lpm_set_mult
+	branch calc_clke_offset
+
+
+le_check_md:
+	disable user
+	bmark1 mark_ble_rx_md,enable_user
+	bmark1 mark_ble_tx_md,enable_user
+	bmark1 mark_ble_crc_fail,enable_user
+	rtn
+
+
+le_slave_more_data:
+	bpatch patch1b_7,mem_patch1b
+	enable attempt
+	call le_transmit_receive_sifs_notx
+	branch le_slave_match,match
+	bmark1 mark_ble_crc_fail,le_slave_crc_fail
+	branch le_slave_cont
+
+le_slave_disconn:
+
+	//fall through
+le_disconnect:
+	bpatch patch1c_0,mem_patch1c
+	call le_clear_connection_info
+	call app_disconn_reason_collect_ble
+	call le_clear_pairing_state
+ifdef SECURE_CONNECTION
+	call le_sc_state_clear
+endif
+	jam BT_EVT_LE_DISCONNECTED,mem_fifo_temp
+	branch ui_ipc_send_event
+
+le_clear_connection_info:
+	arg mem_used_map,contw
+	call memset0_16
+	jam 0,mem_le_conn_handle
+	jam lemode_idle,mem_le_mode
+	jam 0,mem_le_state
+le_clear_pairing_state:
+	bpatch patch1c_1,mem_patch1c
+	jam FLAG_LE_ENC_NULL,mem_le_enc_state
+	jam FLAG_LE_PAIRING_NULL,mem_le_pairing_state 
+ifdef SECURE_CONNECTION
+	call sp_clear_flags
+endif
+	rtn
+	
+le_got_first_packet:
+	bpatch patch1c_2,mem_patch1c
+	fetch 1,mem_le_conn_rcv
+	increase 1,pdata
+	store 1,mem_le_conn_rcv
+	fetch 1,mem_le_state
+	rtnbit1 lestate_got_first_packet
+	set1 lestate_got_first_packet,pdata
+	store 1,mem_le_state
+	fetch 2,mem_le_init_superto
+	store 2,mem_le_superto
+	setarg 0
+	store 4,mem_le_transmit_window
+	rtn
+
+
+//input: pdata is phy mode
+//bit0 is le 1M phy
+//bit1 is le 2M phy
+//bit2 is le coded phy s2
+//bit7 is le coded phy s8
+le_enable_phy_by_pdata:
+	copy pdata,temp
+	bpatch patch1c_3,mem_patch1c
+	copy temp,pdata
+	bbit1 BIT_LE_1M_PHY,le_enable
+	bbit1 BIT_LE_2M_PHY,le_enable_2M
+	bbit0 BIT_LE_CODED_PHY,le_enable
+	bbit1 BIT_LE_CODED_PHY_S8,le_enable_coded_s8
+	bbit1 BIT_LE_CODED_PHY_S2,le_enable_coded_s2
+	branch le_enable
+
+le_enable_2M:
+	call le_enable
+	set1 mark_ble_2M,mark
+	set0 mark_ble_lr,mark
+	jam 0x03,0x8901
+	jam 0x84,0x8920
+	rtn
+
+le_enable_coded_s2:
+le_enable_coded:
+	call le_enable
+	set1 mark_ble_lr,mark
+	set0 mark_ble_lr_s8,mark
+	jam 0x05,0x8901
+	jam 0x80,0x8920
+	jam 0x20,0x8930
+	rtn
+
+le_enable_coded_s8:
+	call le_enable_coded
+	set1 mark_ble_lr_s8,mark
+	rtn
+
+le_enable:
+	bpatch patch1c_4,mem_patch1c
+	set0 mark_ble_2M,mark
+	set0 mark_ble_lr,mark
+	jam 0x01,0x8901
+	jam 0x80,0x8920
+	jam 0x03,0x8930
+	rtn
+
+
+le_disable:
+	bpatch patch1c_5,mem_patch1c
+	set0 mark_ble_encryption,mark
+	jam 0x01,0x8901
+	jam 0x80,0x8920
+	jam 0x03,0x8930
+	rtn
+	
+le_prep:
+	bpatch patch1c_6,mem_patch1c
+	disable enable_crc
+	disable enable_white
+	fetch 3,mem_le_crcinit
+	iforce crc24_init
+	fetch 1,mem_le_ch_mapped
+le_prep_next:
+	reverse pdata,temp
+	set1 1,temp
+	rshift temp,white_init
+	rtn
+	
+
+le_rx_setfreq:
+	call le_setfreq
+le_rf_rx_enable:	
+	call set_freq_rx
+	fetch 2,mem_param_pll_setup
+	call sleep
+	branch rf_rx_enable
+
+le_tx_setfreq:
+	branch txon,match
+	bmark1 mark_ble_crc_fail,txon
+le_tx_setfreq0:
+	call le_setfreq
+	branch set_freq_tx
+	
+le_setfreq:
+	bpatch patch1c_7,mem_patch1c
+	call set_sync_on
+	fetch 1, mem_le_testtype
+	nbranch le_ctf_test,blank
+	fetch 1,mem_le_ch_mapped
+	sub pdata,36,null
+	branch le_ctf_normal,positive
+	force 0,temp
+	rtneq 37
+	force 24,temp
+	rtneq 38
+	force 78,temp
+	rtn
+	
+le_ctf_normal:
+	sub pdata,10,null
+	branch le_ctf_low,positive
+	increase 1,pdata
+	
+le_ctf_low:	
+	lshift pdata,pdata
+	add pdata,2,temp
+	rtn
+	
+le_ctf_test:
+	fetch 1,mem_le_ch_mapped
+	lshift pdata,temp
+	rtn
+
+le_sca_map:
+	arg 500,temp
+	rtn blank
+	arg 250,temp
+	rtneq 1
+	arg 150,temp
+	rtneq 2
+	arg 100,temp
+	rtneq 3
+	arg 75,temp
+	rtneq 4
+	arg 50,temp
+	rtneq 5
+	arg 40,temp
+	rtneq 6
+	arg 20,temp
+	rtn
+
+
+	
+le_setup:
+	bpatch patch1d_0,mem_patch1d
+	enable swfine
+	fetch 4,mem_le_access
+	iforce access
+	call le_map_channel
+	setarg 0x200
+	branch le_setup_master,master
+	fetch 2,mem_le_receive_window
+	rshift pdata,pdata
+le_setup_master:
+	fetcht 2,mem_param_pll_setup
+	iadd temp,pdata
+	call ahead_window
+	deposit clke
+	rtn
+
+
+le_context_nextevent:
+	bpatch patch1d_1,mem_patch1d
+	call push_stack_rega_b_c
+	storer loopcnt ,2,mem_loopcnt
+	add rega,coffset_mode,contr
+	ifetch 1,contr
+	rtnbit0 mode_le
+	add rega,coffset_le_event_cnt,contw
+	ifetch 2,contw
+	increase 1,pdata
+	istore 2,contw
+	call le_update_param
+	call le_update_channel_map
+	call le_update_phy	
+	call le_context_nexthop
+	call pop_stack_rega_b_c
+	fetchr loopcnt ,2,mem_loopcnt
+	rtn
+	
+le_context_nexthop:	
+	add rega,coffset_le_hop,contr
+	ifetch 1,contr
+	add rega,coffset_le_ch,contw
+	ifetcht 1,contw
+	iadd temp,pdata
+	sub pdata,36,null
+	branch le_nexthop_nowrap,positive
+	increase -37,pdata
+le_nexthop_nowrap:
+	istore 1,contw
+	rtn
+
+//input rega
+le_calc_channel_map:
+	add rega,coffset_le_channel_map,contr
+	ifetch 5,contr
+	force 0,temp
+	force 37,loopcnt
+le_count_channels_loop:
+	bbit0 0,le_count_channels_notused
+	increase 1,temp
+le_count_channels_notused:
+	rshift pdata,pdata
+	loop le_count_channels_loop
+	add temp,-1,pdata
+	add rega,coffset_le_channels,contw
+	istore 1,contw
+	rtn
+
+le_map_channel:
+	bpatch patch1d_2,mem_patch1d
+	fetch 1,mem_le_ch
+	iforce queue
+	fetcht 5,mem_le_channel_map
+	qisolate1 temp
+	branch le_map_channel_end,true
+le_map_channel_next:
+	fetch 1,mem_le_channels
+	isub queue,pdata
+	branch le_map_channel_cont,positive
+	sub pdata,-1,queue
+	branch le_map_channel_next
+le_map_channel_cont:
+	copy queue,loopcnt
+	force 0,queue
+le_map_channel_loop:
+	qisolate1 temp
+	branch le_map_channel_skip,true
+	increase 1,loopcnt
+le_map_channel_skip:
+	deposit loopcnt
+	branch le_map_channel_end,blank
+	increase 1,queue
+	increase -1,loopcnt
+	branch le_map_channel_loop
+le_map_channel_end:
+	deposit queue
+	store 1,mem_le_ch_mapped
+	rtn
+
+
+le_wait_tx:
+	branch le_wait_master,master
+	until null,timeout
+	rtn
+	
+le_wait_master:
+	arg 0xea0,timeup
+	until clkn_rt,meet
+	rtn
+
+le_receive_adv:
+	disable swfine
+	fetch 2,mem_le_scan_window
+	copy pdata,timeup
+	branch le_receive_packet
+
+
+le_receive_slave:
+	bpatch patch1d_3,mem_patch1d
+ 	call le_dec_init
+	enable swfine
+	fetch 2,mem_le_receive_window
+	fetcht 4,mem_le_transmit_window
+	iadd temp,timeup
+le_receive_packet:
+	call le_rx_setfreq
+le_receive_rxon:
+	bpatch patch1d_4,mem_patch1d
+	call le_prep
+	bmark0 mark_ble_lr,le_receive_nolr
+	pulse dewhiten_code_calc
+	nop 30
+	call le_prep
+	lshift3 timeup,timeup
+le_receive_nolr:
+	disable match
+	enable decode_fec0
+	enable is_rx
+	disable is_tx
+	copy timeup,stop_watch
+	correlate null,timeout
+	branch le_receive_on_attempt,attempt
+	copy clke,temp
+	storet 6,mem_sync_clke
+le_receive_on_attempt:
+	nbranch le_unsync_end,sync
+	enable swfine
+	fetch 1,mem_le_tx_ifs_defference
+	arg PARAM_20MS_INIT,temp
+	iadd temp,temp
+	fetch 1,mem_system_clk
+	imul32 temp,stop_watch
+	call rf_debug_rx_sync_line	//L-H
+	branch le_receive_skip,attempt
+	call calc_clke_all_modem
+	fetch 1,mem_le_state
+	bbit0 lestate_got_first_packet,le_receive_skip
+	fetcht 6,mem_sync_clke
+	call lpm_adjust_clk,wake
+le_receive_skip:
+	call save_rssi
+	enable enable_white
+	enable enable_crc
+	parse demod,bucket,8
+	rshift3 pwindow,pdata
+	store 1,mem_le_rxbuf_data_header
+	parse demod,bucket,8
+	rshift3 pwindow,pdata
+	store 1,mem_le_rxbuf_data_length
+ 	copy pdata,loopcnt
+	branch le_rx_nopayload,zero
+
+	bmark1 mark_ble_encryption,le_rx_dec
+
+le_rx_loop:
+	parse demod,bucket,8
+	rshift3 pwindow,pdata
+	istore 1,contw
+	loop le_rx_loop
+	branch le_rx_nopayload
+
+le_rx_dec: 
+	copy contw,regb
+	bpatch patch1d_5,mem_patch1d
+	call le_check_retransmit	
+//	bmark1 mark_old_packet,le_retransmit_end_of_packet
+	fetchr rega, 1,mem_le_rxbuf_data_length
+	increase -4,rega
+	nbranch le_mic_error,positive
+//	storer rega, 1,mem_le_rxbuf_data_length
+	call le_dec_start	
+	copy regb,contw
+	arg 0,temp
+	fetchr loopcnt, 1,mem_le_rxbuf_data_length
+	increase -4,loopcnt
+	branch le_rx_dec_loop_end,zero
+le_rx_dec_loop:
+	
+	parse demod,bucket,8
+	rshift3 pwindow,pdata
+	istore 1,contw
+	increase 1,temp
+	and temp,0xf,null
+	call le_dec,zero
+	loop le_rx_dec_loop
+le_rx_dec_loop_end:
+	call le_dec_end	
+	copy regb,contw
+	
+
+le_rx_nopayload:
+	bpatch patch1d_6,mem_patch1d
+	parse demod,bucket,24	
+	rshift32 pdata,pdata
+	rshift16 pdata,pdata
+	istore 3,contw
+	enable swfine
+	call le_set_until_tx_timer
+	branch le_crc_fail,crc_failed
+	bmark0 mark_ble_encryption,le_rx_match
+	fetch 1,mem_le_rxbuf_data_length
+	branch le_rx_match,blank
+	increase -4,pdata
+	store 1,mem_le_rxbuf_data_length
+	call wait_ccm_done
+ 	fetch 1,core_misc_status
+	bbit0 7, le_mic_error
+ 	force regidx_result,regext_index
+	storer regext, 4,mem_le_peer_mic
+le_rx_match:
+	call rf_debug_rx_crc_line	//L
+	enable match
+	set0 mark_ble_crc_fail,mark
+le_crc_fail_tx:
+	bpatch patch1d_7,mem_patch1d
+	call ccm_ctrl_clr
+	fetch 1,mem_le_rx_phy
+	nsetflag ble_coded_info,BIT_LE_CODED_PHY_S8,pdata
+	store 1,mem_le_rx_phy
+	call le_match_set_sync_on
+	
+le_match_set_txfreq:
+	bpatch patch1e_0,mem_patch1e
+	fetcht 1,mem_last_freq
+	add temp,2,rega
+//	bmark1 mark_ble_2M,rf_tx_write_freq
+//	add temp,1,rega
+	branch  rf_tx_write_freq	// set frequency to tx mode freq
+
+le_match_set_sync_on:	
+	disable decode_fec0
+	branch set_sync_on
+
+le_dec_init:
+	rtnmark0 mark_ble_encryption
+	call load_sk
+	force regidx_result,regext_index
+	call aes_clear
+	branch aes_clear_data
+	
+	
+le_dec_start:
+	bpatch patch1e_1,mem_patch1e
+	jam 0,core_ccm_aad0 
+	jam 1,core_ccm_aad1
+	fetch 1,mem_le_rxbuf_data_header
+	and_into 0x3,pdata
+	store 1,core_ccm_aad2
+	
+	setarg mem_le_rxbuf_data_payload
+	store 2,core_ccm_input_playload_addr
+	store 2,core_ccm_output_playload_addr
+
+	fetchr rega, 1,mem_le_rxbuf_data_length
+	increase -4,rega
+
+	fetcht 5,mem_ccm_pcnt_rx	
+	isolate1 mark_old_packet,mark
+	call le_pcnt_rx_sub1,true
+	call ccm_b0
+	setarg 0
+	store 2,core_ccm_inptr
+	jam 6,core_ccm_ctrl
+	jam 7,core_ccm_ctrl	
+	rtn	
+
+le_pcnt_rx_sub1:
+	sub temp,0,null
+	branch le_pcnt_rx_sub1_0,zero
+	increase -1,temp
+	set1 LE_CCM_DIRECTIONBIT,temp
+	rtn
+
+le_pcnt_rx_sub1_0:
+	setarg 0xffffff
+	lshift16 pdata,pdata
+	arg 0xffff,temp
+	ior temp,temp
+	rtn
+
+le_dec:
+	copy contw,regb
+	fetch 1,mem_le_rxbuf_data_length
+	increase -4,pdata
+	isub temp,null
+	rtn zero
+	storet 2,core_ccm_inptr
+	copy regb,contw
+	rtn
+	
+le_dec_end://mic
+	parse demod,bucket,32
+	rshift32 pdata,pdata
+	rshift8 pdata,pdata
+	istore 4,contw
+	copy contw,regb
+//	store 4,mem_le_peer_mic
+	force regidx_data,regext_index
+	copy  pdata,regext
+	storet 2,core_ccm_inptr
+	rtn
+
+le_mic_error:
+	branch le_end_of_packet
+
+le_retransmit_end_of_packet:
+	call le_set_until_tx_timer	// start SIFS timer after last bit of crc
+	call end_of_packet
+	branch le_rx_match
+
+le_crc_fail:
+	call rf_debug_rx_crc_fail_line
+	bmark1 mark_ble_crc_fail,le_crc_fail_consecutive //two consecutive packets received with an invalid CRC match within a connection event shall close the event
+	set1 mark_ble_crc_fail,mark
+	branch le_crc_fail_tx
+	
+le_unsync_end:	
+le_crc_fail_consecutive:
+	set0 mark_ble_crc_fail,mark
+	branch le_end_of_packet
+
+le_end_of_packet:
+	bpatch patch1e_2,mem_patch1e
+	call ccm_ctrl_clr
+	branch end_of_packet
+	
+calc_clke_all_modem:
+	bmark1 mark_ble_lr,calc_clke_modem_coded
+	bmark1 mark_ble_2M,calc_clke_modem_2M
+	fetch 2,mem_param_clke_cal_le_1m
+	copy pdata,clke_rt
+	copy bt_clk,clke_bt
+	rtn
+
+
+calc_clke_modem_coded:
+	fetch 2,mem_param_clke_cal_le_coded
+	copy pdata,clke_rt
+	add bt_clk,1,clke_bt
+	rtn
+
+calc_clke_modem_2M:
+	fetch 2,mem_param_clke_cal_le_2m
+	copy pdata,clke_rt
+	copy bt_clk,clke_bt
+	rtn
+
+
+le_set_until_tx_timer:
+	fetch 1,mem_le_rxbuf_data_length
+	add pdata,5,temp	//PDU Length
+	lshift3 temp,temp	//PDU bit size
+	fetch 1,mem_le_rx_phy
+	bmark1 mark_ble_lr,le_set_until_tx_timer_rx_lr
+	bbit1 BIT_LE_1M_PHY,le_set_until_tx_timer_rx_1M
+	bbit1 BIT_LE_2M_PHY,le_set_until_tx_timer_rx_2M
+le_set_until_tx_timer_rx_lr:
+	branch le_set_until_tx_timer_rx_coded_s2,ble_coded_info
+	branch le_set_until_tx_timer_rx_coded_s8
+
+le_set_until_tx_timer_rx_1M:
+	branch le_calc_stop_watch
+
+le_set_until_tx_timer_rx_2M:
+	rshift temp,temp
+	branch le_calc_stop_watch
+
+le_set_until_tx_timer_rx_coded_s2:
+	add temp,3,temp	//term2
+	lshift temp,temp
+	branch le_set_until_tx_timer_rx_coded
+
+le_set_until_tx_timer_rx_coded_s8:
+	add temp,3,temp	//term2
+	lshift3 temp,temp
+le_set_until_tx_timer_rx_coded:
+	setarg PARAM_CODED_C1_TERM1_TIME_40US
+	iadd temp,temp
+	branch le_calc_stop_watch
+
+le_calc_stop_watch:
+	fetch 1,mem_system_clk
+	imul32 temp,temp		//mips cpu
+	arg PARAM_20MS_INIT,rega
+	imul32 rega,pdata
+	isub temp,temp
+	copy stop_watch,pdata
+	isub temp,stop_watch
+	rtn
+
+le_transmit_receive_sifs_without_change_mode:
+	call le_transmit
+	fetcht 1,mem_last_freq
+	call set_freq_rx
+	call rf_rx_enable
+	enable swfine
+	arg 5500,timeup
+	branch le_receive_rxon
+
+
+le_transmit_receive_sifs:
+	bpatch patch1e_3,mem_patch1e
+	fetch 1,mem_le_tx_phy
+	call le_enable_phy_by_pdata
+	call le_transmit
+le_transmit_receive_sifs_notx:
+	fetch 1,mem_le_rx_phy
+	call le_enable_phy_by_pdata
+
+	fetcht 1,mem_last_freq
+	call set_freq_rx
+	call rf_rx_enable
+	enable swfine
+	arg 5500,timeup
+	bmark0 mark_ble_lr,le_receive_rxon
+	arg 8500,timeup
+	branch le_receive_rxon
+
+le_transmit_norx:
+	bpatch patch1e_4,mem_patch1e
+	call le_transmit
+	branch end_of_packet
+	
+le_transmit:
+	bpatch patch1e_5,mem_patch1e
+	call le_prep
+	call le_tx_setfreq
+	call rf_debug_tx_on_line	//H
+	set1 TXGFSK,radio_ctrl
+	enable encode_fec0
+	enable is_tx
+	disable is_rx
+	call le_wait_tx
+	disable lr_s2en
+	bmark1 mark_ble_lr,le_transmit_lr
+	bmark1 mark_ble_2M,le_transmit_2M
+	rshift16 access,pdata
+	rshift8 pdata,pdata
+	rshift4 pdata,pdata
+	inject mod,40
+le_transmit_packet:
+	enable enable_white
+	enable enable_crc
+	bpatch patch1e_6,mem_patch1e
+	fetch 1,mem_le_txheader
+	inject mod,8
+	ifetch 1,contr
+	copy pdata,loopcnt
+	inject mod,8
+	sub loopcnt,0,null
+	branch le_tr_nopayload,zero
+
+	fetch 1,core_ccm_ctrl
+	branch le_transmit_packet_not_enc,blank 
+	bmark1 mark_ble_encryption,le_transmit_packet_enc
+le_transmit_packet_not_enc:	
+	arg mem_le_txpayload,contr
+le_tr_loop:
+	ifetch 1,contr
+	inject mod,8
+	loop le_tr_loop
+	
+le_tr_nopayload:
+	enable enable_parity
+	inject mod,24
+	disable enable_parity
+	bmark0 mark_ble_lr,le_transmit_skip
+	disable enable_white
+	setarg 0
+	inject mod,3
+le_transmit_skip:
+	until null,tx_clear
+	nop 100          /* flush out the last bit */
+	bpatch patch1e_7,mem_patch1e
+	disable encode_fec0
+	disable encode_fec3
+	call set_sync_on
+	call rf_debug_tx_off_line	//L
+le_check_start_pause_enc:
+	fetch 1,mem_le_txheader
+	and pdata,LLID_LE_LL,pdata
+	rtnne LLID_LE_LL
+	fetch 1,mem_le_enc_state
+	beq  FLAG_LE_ENC_PAUSE,le_clear_enc
+	rtnne FLAG_LE_SEND_START_ENC_REQ
+	fetch 1,mem_le_txpayload
+	beq LL_START_ENC_REQ,le_set_enc
+	rtn
+	
+
+le_transmit_packet_enc:
+	increase -4,loopcnt
+	copy loopcnt,temp	
+	call ccm_wait_enc	
+	arg mem_le_txpayload,contr
+le_transmit_packet_enc_loop:
+	ifetch 1,contr
+	inject mod,8
+	loop le_transmit_packet_enc_loop
+	call ccm_check_enc_done
+	copy regext,pdata
+	inject mod,32
+	branch le_tr_nopayload
+
+le_transmit_lr:
+	arg 10,loopcnt
+le_transmit_lr_preamble_loop:
+	setarg 0x3c
+	inject mod,8
+	loop le_transmit_lr_preamble_loop
+	disable encode_fec0
+	enable encode_fec3
+	rshift16 access,pdata
+	rshift16 pdata,pdata
+	rshift4 pdata,pdata
+	inject mod,32
+	bmark1 mark_ble_lr_s8,le_transmit_lr_s8
+le_transmit_lr_s2:
+	setarg 1
+	inject mod,5
+	enable lr_s2en
+	branch le_transmit_packet
+
+le_transmit_lr_s8:
+	setarg 0
+	inject mod,5
+	branch le_transmit_packet
+
+le_transmit_2M:
+	fetch 1,mem_system_clk	
+	fetcht 1,mem_le_tx2m_delay
+	iadd temp,pdata
+	call sleep				//2M ?°??·￠?í±è1M?ì
+	rshift16 access,pdata
+	rshift8 pdata,pdata
+	rshift4 pdata,temp
+	copy temp,pdata
+	inject mod,8
+	copy temp,pdata
+	inject mod,40
+	branch le_transmit_packet
+	
+
+le_update_param:
+	arg le_update_param_ahead1_cb,regc
+	arg le_update_param_cb,regb
+	arg lestate_update_param,queue
+	branch le_check_update_flag
+
+le_update_param_ahead1_cb:
+	add rega,coffset_sniff_anchor,contr
+	ifetcht 4,contr
+	add rega,coffest_le_new_transmitwindowsize,contr
+	ifetch 1,contr
+	add rega,coffset_le_window_size,contw
+	istore 1,contw
+	ifetch 2,contr
+	lshift2 pdata,pdata
+	iadd temp,timeup	//add windowsize
+	add rega,coffset_sniff_anchor,contw  
+	deposit timeup
+	istore 4,contw
+	ifetch 2,contr
+	lshift2 pdata,pdata
+	add rega,coffset_tsniff,contw
+	istore 2,contw
+	ifetch 2,contr
+	add rega,coffset_le_slave_latency,contw
+	istore 2,contw
+	ifetch 2,contr
+	store 2,mem_le_init_superto
+	branch le_receive_window_size
+
+le_update_param_cb:
+	ifetch 1,rega
+	set0 lestate_got_first_packet,pdata
+	istore 1,rega
+	storer rega,2,mem_rega
+	jam BT_EVT_LE_PARSE_CONN_PARAM_ACCEPTED,mem_fifo_temp
+	call ui_ipc_send_event
+	fetchr rega,2,mem_rega
+	rtn	
+
+le_update_channel_map:
+	arg 0,regc
+	arg le_update_channel_map_cb,regb
+	arg lestate_update_map,queue
+	branch le_check_update_flag
+	
+le_update_channel_map_cb:
+	add rega,coffset_le_new_map,contr
+	ifetch 5,contr
+	add rega,coffset_le_channel_map,contw
+	istore 5,contw
+	branch le_calc_channel_map
+	
+
+le_update_phy:
+	arg 0,regc
+	arg le_update_phy_cb,regb
+	arg lestate_update_phy,queue
+	branch le_check_update_flag
+	
+le_update_phy_cb:
+	add rega,coffset_le_new_m2s_phy,contr
+	ifetch 1,contr
+	call le_update_phy_cb_m2s
+	istore 1,contw
+	add rega,coffset_le_new_s2m_phy,contr
+	ifetch 1,contr
+	call le_update_phy_cb_s2m
+	istore 1,contw
+	storer rega,2,mem_rega
+	jam BT_EVT_LE_UPDATE_PHY,mem_fifo_temp
+	call ui_ipc_send_event
+	fetchr rega,2,mem_rega
+	rtn	
+
+le_update_phy_cb_m2s:
+	call le_update_phy_cb_m2s_no_change,blank
+	add rega,coffset_le_rx_phy,contw
+	nrtn master
+	fetcht 1,mem_le_tx_phys
+	isolate1 BIT_LE_CODED_PHY_S8,temp
+	setflag true,BIT_LE_CODED_PHY_S8,pdata
+	add rega,coffset_le_tx_phy,contw
+	rtn
+
+le_update_phy_cb_m2s_no_change:
+	add rega,coffset_le_rx_phy,contr
+	ifetch 1,contr
+	nrtn master
+	add rega,coffset_le_tx_phy,contr
+	ifetch 1,contr
+	rtn
+
+le_update_phy_cb_s2m:
+	call le_update_phy_cb_s2m_no_change,blank
+	fetcht 1,mem_le_tx_phys
+	isolate1 BIT_LE_CODED_PHY_S8,temp
+	setflag true,BIT_LE_CODED_PHY_S8,pdata
+	add rega,coffset_le_tx_phy,contw
+	nrtn master
+	set0 BIT_LE_CODED_PHY_S8,pdata
+	add rega,coffset_le_rx_phy,contw
+	rtn
+
+le_update_phy_cb_s2m_no_change:
+	add rega,coffset_le_tx_phy,contr
+	ifetch 1,contr
+	nrtn master
+	add rega,coffset_le_rx_phy,contr
+	ifetch 1,contr
+	rtn
+	
+
+//regb regc is cb function
+//queue is state flag
+le_check_update_flag:
+	bpatch patch1f_0,mem_patch1f
+	ifetch 1,rega
+	qisolate0 pdata
+	rtn true
+	add rega,coffset_le_event_cnt,contr
+	ifetcht 2,contr
+	add rega,coffset_le_instant,contr
+	ifetch 2,contr
+	
+	isub temp,pdata
+	branch le_update,zero
+	nbranch le_check_update_small,positive
+	sub pdata,1,null
+	branch le_update_ahead1,zero
+	rtn
+	
+le_update_ahead1:
+	copy regc,pdata
+	branch callback_func
+
+le_update:
+	ifetch 1,rega
+	qset0 pdata
+	istore 1,rega
+	copy regb,pdata
+	branch callback_func
+	
+le_check_update_small:
+	add rega,coffset_le_event_cnt,contr
+	ifetch 2,contr
+	add rega,coffset_le_instant,contr
+	ifetch 2,contr
+	isub temp,pdata
+	arg 0xffff,temp
+	isub temp,null
+	branch le_update,zero
+	arg 0xf000,temp
+	isub temp,null
+	nbranch le_update,positive
+	rtn
+	
+
+le_check_retransmit:
+	fetcht 1,mem_le_arq
+	fetch 1,mem_le_rxbuf_data_header
+//	isolate1 md,pdata
+//	setflag true,mark_ble_rx_md,mark
+	rshift pdata,pdata
+	ixor temp,pdata
+	isolate1 nesn,pdata
+	setflag true,mark_old_packet,mark	/* retransmit */
+	rtn
+
+
+le_acknowledge:
+	bpatch patch1f_1,mem_patch1f
+	call le_supervision_flush
+	rtnmark1 mark_ble_crc_fail
+	call le_check_wak
+	fetch 1,mem_le_rxbuf_data_header
+	isolate1 md,pdata
+	setflag true,mark_ble_rx_md,mark
+	rshift pdata,pdata
+	ixor temp,pdata
+	isolate1 nesn,pdata
+	setflag true,mark_old_packet,mark	/* retransmit */
+	rtnmark1 mark_old_packet
+	fetch 1,mem_le_rxbuf_data_length
+	branch le_ack_unenc,blank		/* empty packet, no decryption */
+	fetch 1,mem_le_state
+	bbit0 lestate_encryption,le_ack_unenc
+	fetcht 4,mem_le_peer_mic
+	fetch 4,mem_ccm_last_mic			
+	isub temp,null
+	branch assert,zero
+	storet 4,mem_ccm_last_mic
+	fetch 5,mem_ccm_pcnt_rx
+	increase 1,pdata
+	set1 LE_CCM_DIRECTIONBIT,pdata
+	store 5,mem_ccm_pcnt_rx
+	
+le_ack_unenc:
+	fetcht 1,mem_le_arq
+	setflip nesn,temp
+	storet 1,mem_le_arq
+	fetch 1,mem_le_configuration
+	rtnbit0 BIT_BLE_DEAL_BB_PACKET
+	bpatch patch1f_2,mem_patch1f
+	fetch 1,mem_le_rxbuf_data_length
+	rtn blank		//empty packet
+	fetch 1,mem_le_rxbuf_data_header
+	compare LLID_CONTINUE,pdata,3
+	branch le_parse_writing_attribute_continue,true //ACL-U continue
+	compare LLID_START,pdata,3
+	branch le_parse_writing_attribute_start,true
+	rtn
+
+	
+le_check_wak:
+	bpatch patch1f_3,mem_patch1f
+	fetcht 1,mem_le_arq
+	isolate0 wak,temp
+	rtn true
+	fetch 1,mem_le_rxbuf_data_header
+	lshift pdata,pdata
+	ixor temp,pdata
+	rtnbit0 sn			/* received NESN is same as SN, NAK */
+	set0 wak,temp
+	setflip sn,temp
+	storet 1,mem_le_arq
+	compare 3,temp,3
+	nrtn true
+	rtn
+	
+
+le_set_enc:
+	fetch 1,mem_le_state
+	set1 lestate_encryption,pdata
+	store 1,mem_le_state
+	set1 mark_ble_encryption,mark
+	rtn	
+	
+le_clear_enc:
+	bpatch patch1f_4,mem_patch1f
+	jam FLAG_LE_ENC_NULL,mem_le_enc_state
+	arg 0,pdata
+	store 4,mem_ccm_last_mic
+	store 5,mem_ccm_pcnt_tx
+	set1 LE_CCM_DIRECTIONBIT,pdata
+	store 5,mem_ccm_pcnt_rx
+	fetch 1,mem_le_state
+	set0 lestate_encryption,pdata
+	store 1,mem_le_state
+	set0 mark_ble_encryption,mark
+	rtn
+
+
+
+
+le_scan_check_sender_addr_type:
+	arg 1,rega// sender_addr_type
+	fetch 1,mem_le_rxbuf_adv_connect_ind_header
+	rtnbit1 LE_SENDER_ADDR_BIT
+	arg 0,rega
+	rtn
+
+
+le_get_master_rx_max:
+	copy contr,contw
+	fetcht 2,mem_remote_rx_max_octets
+	copy contw,contr
+	rtn
+
+
+le_prepare_tx:
+	bpatch patch1f_5,mem_patch1f
+	fetch 1,mem_le_arq
+	rtnbit1 wak
+	call le_check_tx_md
+	call le_fifo_get_first_tx_ptr	//no packet to send
+	branch le_send_empty,blank
+	ifetch 2,contr
+	ifetcht 2,contr
+	copy temp,rega
+	isub rega,pdata
+	call le_get_master_rx_max
+	call not_greater_than
+	copy pdata,temp
+	ifetchr type,1,contr
+	copy rega,pdata
+	iadd contr,pdata
+	store 2,mem_contr
+	call le_update_tx_type
+	call le_send_packet
+	
+	call le_fifo_get_first_tx_ptr
+	ifetch 2,contr
+	copy pdata,rega	//rega:total length
+	copy contr,regc
+	ifetcht 2,contr
+	copy temp,regb	//temp&regb is offset
+	isub regb,pdata
+	call le_get_master_rx_max
+	call not_greater_than
+	iadd regb,pdata
+	istore 2,regc
+	isub rega,null
+	nrtn zero
+	branch le_fifo_release_first_node
+
+	
+le_check_tx_md:
+	call le_check_continue
+	rtnmark1 mark_ble_tx_md
+	fetch 1,mem_le_configuration
+	bbit0 BIT_BLE_TRANSMIT_PACKET_BY_MD,le_clear_md
+	call le_fifo_get_second_tx_ptr	//no packet to send
+	branch le_clear_md,blank
+	branch le_set_md
+
+	
+le_check_continue:
+	call le_fifo_get_first_tx_ptr	//no packet to send
+	branch le_clear_md,blank
+	ifetch 2,contr				//pdata:length
+	ifetcht 2,contr				//temp:offest
+	isub temp,rega			//pdata:length - offset
+	call le_get_master_rx_max
+	copy temp,pdata
+	isub rega,null
+	branch le_clear_md,positive				//27 > length -offset
+le_set_md:
+	set1 mark_ble_tx_md,mark
+	rtn
+
+le_clear_md:
+	set0 mark_ble_tx_md,mark
+	rtn
+
+le_update_tx_type:
+	copy rega,pdata
+	rtn blank
+	arg LLID_CONTINUE,type
+	rtn
+
+
+le_att_check_notification_enable: // temp ->handle,output-> pdata,output :contr->rega
+	bpatch patch1f_6,mem_patch1f
+	increase 1,temp
+	call le_att_get_handle_ptr
+	increase -2,contr
+	ifetch 2,contr
+	arg CLIENT_CHARACTERTIC_CONFIGURATION,temp
+	isub temp,null
+	nrtn zero
+	increase 1,contr
+	copy contr,rega
+	ifetch 1,contr
+	rtn
+	
+
+le_send_empty:
+	force 0,temp
+	force 1,type
+	
+le_send_packet:
+	bpatch patch1f_7,mem_patch1f
+	storet 1,mem_le_txlen
+	fetcht 1,mem_le_arq
+	set1 wak,temp
+	and temp,0xfc,pdata
+	ior type,pdata
+	store 1,mem_le_arq
+	and_into 0x1f,pdata
+	isolate1 mark_ble_tx_md,mark
+	setflag true,md,pdata
+	store 1,mem_le_txheader
+
+	fetch 1,mem_le_txheader
+	compare 1,type,3
+	nbranch le_send_no_txlen,true
+	fetch 1,mem_le_txlen
+	rtn blank
+	
+le_send_no_txlen:	
+	bmark1 mark_ble_encryption,le_send_packet_enc
+	fetchr loopcnt,1,mem_le_txlen
+	fetch 2,mem_contr
+	copy pdata,contr
+	arg mem_le_txpayload,contw
+	branch memcpy_fast
+	
+le_send_packet_enc:
+	call load_sk
+	branch le_encrypt_new_start
+
+get_lpm_wake_ble_rx_lock:
+	arg wake_lock_ble_rx,queue
+	branch lpm_get_wake_lock
+
+put_lpm_wake_ble_rx_lock:
+	arg wake_lock_ble_rx,queue
+	branch lpm_put_wake_lock
+
+
+le_parse:
+	bpatchx patch20_0,mem_patch20
+	rtnmark1 mark_old_packet
+	rtnmark1 mark_ble_crc_fail
+	fetch 1,mem_le_rxbuf_data_header
+	and pdata,0x3,pdata
+	store 1,mem_le_packet_llid
+	fetch 1,mem_le_rxbuf_data_length
+	rtn blank							//empty rtn
+	setarg mem_le_rxbuf_data_payload
+	store 2,mem_le_payload_ptr
+	bpatchx patch20_1,mem_patch20
+	fetch 1,mem_le_packet_llid
+	beq LLID_LE_LL,le_parse_ll
+	call le_check_l2cap_complete
+	nbranch get_lpm_wake_ble_rx_lock,user
+	call put_lpm_wake_ble_rx_lock
+	setarg 0
+	store 2,mem_le_packet_len_recved
+	fetch 2,mem_le_l2cap_parse_cb
+	nbranch callback_func,blank
+le_parse_l2cap:
+	fetch 2,mem_le_payload_ptr
+	add pdata,2,contr	//l2cap length
+	ifetch 2,contr
+	beq LE_L2CAP_CID_ATT,le_parse_att
+	beq LE_L2CAP_CID_SMP,le_parse_smp
+	beq LE_L2CAP_CID_SIGNAL,le_parse_signaling
+	rtn
+
+
+le_check_l2cap_complete:
+	fetch 1,mem_le_packet_llid
+	beq LLID_START,le_check_l2cap_llid_start
+	beq LLID_CONTINUE,le_check_l2cap_llid_continue
+	rtn
+
+//input: pdata is CID number
+//output: 	if CID is legal ,enable user
+//		if ICD is illegal,disable user 
+le_check_l2cap_CID_legal:
+	call enable_user
+	arg LE_L2CAP_CID_ATT,temp
+	isub pdata,null
+	rtn zero
+	arg LE_L2CAP_CID_SIGNAL,temp
+	isub pdata,null
+	rtn zero
+	arg LE_L2CAP_CID_SMP,temp
+	isub pdata,null
+	rtn zero
+	branch disable_user
+
+	
+le_check_l2cap_llid_start:
+	fetch 2,mem_le_payload_ptr
+	copy pdata,contr
+	ifetch 2,contr
+	store 2,mem_le_l2cap_size
+	ifetch 2,contr			//CID
+	call le_check_l2cap_CID_legal
+	nrtn user		//CID error
+	fetcht 1,mem_le_rxbuf_data_length
+	storet 2,mem_le_packet_len_recved
+	fetch 2,mem_le_l2cap_size
+	increase 4,pdata		//CID:2 L2cap length 2
+	isub temp,null
+	branch enable_user,zero
+	fetchr loopcnt,1,mem_le_rxbuf_data_length
+	arg mem_le_l2cap_buf,contw
+	fetch 2,mem_le_payload_ptr
+	copy pdata,contr
+	call memcpy_fast
+	branch disable_user
+
+//no input
+//output: 	if CID is legal ,enable user
+//		if ICD is illegal,disable user 
+le_check_l2cap_continue_legal:
+	call enable_user
+	fetch 2,mem_le_packet_len_recved
+	nrtn blank
+	branch disable_user
+
+le_check_l2cap_llid_continue:
+	call le_check_l2cap_continue_legal
+	nrtn user		//check receive start packet
+	fetch 2,mem_le_packet_len_recved
+	arg mem_le_l2cap_buf,contw
+	iadd contw,rega
+	fetcht 1,mem_le_rxbuf_data_length
+	iadd temp,pdata
+	store 2,mem_le_packet_len_recved
+	fetchr loopcnt,1,mem_le_rxbuf_data_length
+	copy rega,contw
+	fetch 2,mem_le_payload_ptr
+	copy pdata,contr
+	call memcpy_fast
+	setarg mem_le_l2cap_buf
+	store 2,mem_le_payload_ptr		//update ptr->mem_le_l2capbuff
+	fetch 2,mem_le_l2cap_size
+	increase 4,pdata
+	fetcht 2,mem_le_packet_len_recved
+	isub temp,null
+	branch enable_user,zero
+	branch disable_user
+
+
+
+
+
+le_get_search_att_uuid:
+	call store_contr
+	arg mem_le_search_uuid_length,contw
+	branch le_get_search_common
+
+
+	/* rega pointers to data, regb is length */
+le_writeatt_cb:
+	fetch 2,mem_cb_att_write
+	branch callback_func
+	
+le_supervision_update:
+	bpatchx patch20_2,mem_patch20
+	fetcht 4,mem_le_supervision_timer
+	call get_clkbt
+	isub temp,timeup					/* and to 28 bits */
+	deposit timeup
+	fetcht 2,mem_le_superto
+	lshift4 temp,temp
+	lshift temp,temp
+	isub temp,pdata
+	rtn
+	
+le_supervision_flush:
+	call get_clkbt
+	store 4,mem_le_supervision_timer
+	rtn
+
+	
+//input rega
+le_receive_window_size:
+	bpatchx patch20_3,mem_patch20
+	add rega, coffset_le_peer_sca,contr
+	ifetch 1,contr
+	call le_sca_map
+	add rega, coffset_tsniff,contr
+	ifetch 2,contr
+	imul32 temp,pdata
+	fetcht 2,mem_param_rt_rthalfslot
+	imul32 temp,pdata
+	arg 1000000,temp
+	idiv temp
+	arg PARAM_WINDOWN_SIZE,temp
+	fetch 1,mem_system_clk
+	imul32 temp,temp
+	add rega, coffset_le_window_size,contr
+	ifetch 1,contr
+	imul32 temp,pdata
+	iadd temp,pdata
+	store 4,mem_le_transmit_window	
+	fetch 2,mem_rx_window_sniff
+	call wait_div_end
+	quotient temp
+	iadd temp,pdata
+	add rega, coffset_rx_window,contw
+	istore 2,contw
+	rtn
+
+	
+
+le_init_attlist_search:
+	bpatchx patch20_4,mem_patch20
+	fetch 2,mem_le_search_handle_start
+	iforce regb
+	fetch 2,mem_le_search_handle_end
+	iforce regc
+	fetch 2,mem_ui_le_uuid_table
+	iforce contr
+	branch enable_user
+
+	/* return handle in pdata, blank:end of list, positive:in range */
+le_att_handle_inrange:
+	ifetch 2,contr
+	and_into 0xff,pdata
+	rtn blank
+	isub regb,null			/* less than start ? */
+	nrtn positive
+	isub regc,null			/* greater than end ? */
+	rtn zero
+	branch le_att_handle_blank,positive
+	force 1,null
+	rtn
+le_att_handle_blank:
+	force 0,pdata
+	rtn
+
+
+	/* handle in temp, return pointer in contr to length, blank not found */
+le_att_get_handle_ptr:
+	call le_att_get_handle_ptr2
+	branch le_att_get_handle_ptr_found,zero
+	rtn
+	
+le_att_get_handle_ptr2:
+	bpatchx patch20_5,mem_patch20
+	fetch 2,mem_ui_le_uuid_table
+	iforce contr
+le_att_get_handle_loop1:
+	ifetch 2,contr
+	and_into 0xff,pdata
+	rtn blank
+	isub temp,null
+	rtn zero
+	ifetch 1,contr
+	iadd contr,contr	
+	ifetch 1,contr			// length  
+	iadd contr,contr
+	branch le_att_get_handle_loop1
+le_att_get_handle_ptr_found:
+	ifetch 1,contr
+	iadd contr,contr	
+	rtn	
+
+
+
+le_att_get_short_uuid_ptr:
+	bpatchx patch20_6,mem_patch20
+	fetch 2,mem_ui_le_uuid_table
+	iforce contr
+le_att_get_short_uuid_loop:
+	ifetch 2,contr
+	and_into 0xff,pdata
+	rtn blank
+	ifetch 1,contr
+	iadd contr,contr
+	increase -2,contr
+	ifetch 2,contr
+	isub temp,null
+	rtn zero
+	ifetch 1,contr			 
+	iadd contr,contr
+	branch le_att_get_short_uuid_loop	
+
+
+//output:temp:new handle num
+//contr:address write data
+le_att_get_last_handle:
+	fetch 2,mem_ui_le_uuid_table
+	iforce contr
+le_att_get_last_handle_loop:
+	ifetch 2,contr
+	and_into 0xff,pdata
+	rtn blank
+	add pdata,1,temp
+	ifetch 1,contr
+	iadd contr,contr	
+	ifetch 1,contr			// length
+	iadd contr,contr
+	copy contr,contw
+	branch le_att_get_last_handle_loop
+
+
+le_att_get_handle_info_from_ptr:
+	fetch 2, mem_le_cur_attlist_start_ptr
+	branch le_att_get_handle_info_fast
+
+le_att_get_handle_info:
+	bpatchx patch20_7,mem_patch20
+	fetch 2,mem_ui_le_uuid_table
+le_att_get_handle_info_fast:
+	iforce contr
+le_att_get_handle_loop:
+	ifetch 2,contr
+	and_into 0xff,pdata
+	branch le_att_unfind_handle,blank
+	isub temp,null
+	branch le_att_finded_handle, zero
+	ifetch 1,contr			// length  
+	iadd contr,contr	
+	ifetch 1,contr			//length 
+	iadd contr,contr
+	branch le_att_get_handle_loop
+le_att_unfind_handle:
+	branch disable_blank
+
+le_att_finded_handle:
+	ifetch 1,contr
+	store 1,mem_le_cur_uuid_length
+	copy pdata,loopcnt
+	arg mem_le_cur_uuid,contw
+	call memcpy_fast
+	ifetch 1,contr
+	store 1,mem_le_curr_att_len
+	call store_contr
+	branch enable_blank
+
+	
+le_modified_name:
+	bpatchx patch21_0,mem_patch21
+	call le_modified_name_att_list
+	branch le_modified_name_adv
+
+le_modified_name_att_list:
+	arg UUID_CHRCTR_DEVICE_NAME,temp
+	call le_att_get_short_uuid_ptr
+	rtn blank
+	ifetch 1,contr						// attribute length
+	copy contr,contw
+	fetcht 1,mem_le_name_len
+	copy temp,loopcnt
+	isub temp,null
+	nbranch le_name_length_longer_than_att,positive
+	isub temp,temp
+	arg mem_le_name,contr
+	call memcpy_fast
+	copy temp,loopcnt
+	ncall memcpy_empty,zero
+	rtn
+le_name_length_longer_than_att:
+	copy pdata,loopcnt
+	arg mem_le_name,contr
+	branch memcpy_fast
+
+
+le_modified_name_adv:
+	arg mem_le_adv_data_len+32,regc
+	arg mem_le_adv_data,rega
+	call le_modified_name_adv_and_scan
+	setarg 0
+	setflag user,0,pdata
+	store 1,mem_pdatatemp
+	arg mem_le_scan_data_len+32,regc
+	arg mem_le_scan_data,rega
+	call le_modified_name_adv_and_scan
+	rtn user
+	fetch 1,mem_pdatatemp
+	branch assert,blank
+	rtn
+
+
+le_modified_name_adv_and_scan:
+	bpatchx patch21_1,mem_patch21
+	call enable_user
+	call clear_temp_block
+	arg 0,regb	//current length
+	arg mem_le_data_temp,contw
+	call le_modified_name_adv_loop
+	fetch 1,mem_le_name_len
+	add pdata,1,temp
+	iadd regb,rega	
+	increase 2,rega
+	sub rega,0x1f,null
+	nbranch le_modified_name_adv_and_scan_name_overflow,positive
+	istoret 1,contw		//store ble name length
+	arg GAP_ADTYPE_LOCAL_NAME_COMPLETE,temp
+	istoret 1,contw		//store ble name type
+	iforce loopcnt
+	call memcpy_fast
+	copy rega,regb
+le_modified_name_adv_and_scan_store_data:
+	deposit regb
+	store 1,mem_le_data_len_temp
+	arg mem_le_data_len_temp,contr
+	setarg -32
+	iadd regc,contw
+	branch memcpy32
+
+le_modified_name_adv_and_scan_name_overflow:
+	call disable_user
+	branch le_modified_name_adv_and_scan_store_data
+	
+le_modified_name_adv_loop:
+	ifetch 1,rega		//pdata:length
+	rtn blank			//length is zero,ending find
+	pincrease 1		//length += 1
+	ifetcht 1,contr		//pdata:type
+	sub temp,GAP_ADTYPE_LOCAL_NAME_COMPLETE,null
+	branch le_modified_name_adv_found_name,zero
+	iadd regb,regb	
+	copy rega,contr
+	iforce loopcnt
+	call memcpy_fast
+	copy contr,rega
+le_modified_name_adv_loop2:
+	deposit rega
+	isub regc,null
+	rtn positive
+	branch le_modified_name_adv_loop
+
+le_modified_name_adv_found_name:
+	iadd rega,rega
+	branch le_modified_name_adv_loop2
+
+
+memcpy_empty:
+	setarg SPACE
+	istore 1,contw
+	loop memcpy_empty
+	rtn
+
+	
+le_lpm_set_mult:
+	bpatchx patch21_2,mem_patch21
+	disable wake
+	branch le_lpm_set_mult_attempt,attempt
+	nbranch le_lpm_lost,match
+le_lpm_set_mult_attempt:
+	call lpm_match
+	fetch 2,mem_rx_window_sniff
+	store 2,mem_le_receive_window
+	fetch 1,mem_le_configuration
+	bbit1 BIT_BLE_SHORT_MULT,lpm_mult_short	//check flag,if flag is 1,always short mult
+	bmark1 mark_old_packet,lpm_mult_short
+	fetch 1,mem_le_rxbuf_data_length
+	nbranch lpm_mult_short,blank		// rx not empty, short interval
+	fetch 1,mem_le_txlen
+	nbranch lpm_mult_short,blank		// tx not empty, short interval
+	
+	fetch 1,mem_le_state
+	bbit1 lestate_update_param,lpm_mult_short
+	bbit1 lestate_update_phy,lpm_mult_short
+	bbit1 lestate_update_map,lpm_mult_short
+	branch lpm_mult_wait_timeout
+	
+le_lpm_lost:
+	fetch 1,mem_sniff_unint_lost
+	sub pdata,30,null
+	nbranch lpm_lost,positive
+	fetcht 2,mem_rx_window_sniff
+	rshift temp,temp
+	fetch 2,mem_le_receive_window
+	iadd temp,pdata
+	store 2,mem_le_receive_window
+	branch lpm_lost
+
+///////////////////////////////BLE CONFIG//////////////////////////////////////////
+le_set_config_fixed_tk:
+	arg BIT_BLE_PASSKEY_FIXED_KEY,queue
+	branch le_set_config
+
+le_clr_config_fixed_tk:
+	arg BIT_BLE_PASSKEY_FIXED_KEY,queue
+	branch le_clr_config
+
+le_set_config_fixed_ltk:
+	arg BIT_BLE_PAIRING_FIXED_LTK,queue
+	branch le_set_config
+
+le_clr_config_fixed_ltk:
+	arg BIT_BLE_PAIRING_FIXED_LTK,queue
+	branch le_clr_config
+
+le_set_config_more_data:
+	arg BIT_BLE_TRANSMIT_PACKET_BY_MD,queue
+	branch le_set_config
+
+le_clr_config_more_data:
+	arg BIT_BLE_TRANSMIT_PACKET_BY_MD,queue
+	branch le_clr_config
+
+le_set_config_read_authentication:
+	arg BIT_BLE_READ_AUTH,queue
+	branch le_set_config
+
+le_clr_config_read_authentication:
+	arg BIT_BLE_READ_AUTH,queue
+	branch le_clr_config
+
+le_set_config_write_authentication:
+	arg BIT_BLE_WRITE_AUTH,queue
+	branch le_set_config
+
+le_clr_config_write_authentication:
+	arg BIT_BLE_WRITE_AUTH,queue
+	branch le_clr_config
+
+le_set_config_short_mult:
+	arg BIT_BLE_SHORT_MULT,queue
+	branch le_set_config
+
+le_clr_config_short_mult:
+	arg BIT_BLE_SHORT_MULT,queue
+	branch le_clr_config
+
+
+le_set_config:
+	fetch 1,mem_le_configuration
+	qset1 pdata
+	store 1,mem_le_configuration
+	rtn
+
+le_clr_config:
+	fetch 1,mem_le_configuration
+	qset0 pdata
+	store 1,mem_le_configuration
+	rtn
+
+le_set_fixed_ltk:
+	setarg 0x112233
+	store 3,mem_le_fixed_ltk
+	setarg 0x445566
+	istore 3,contw
+	setarg 0x778899
+	istore 3,contw
+	setarg 0x001122
+	istore 3,contw
+	setarg 0x334455
+	istore 3,contw
+	setarg 0x66
+	istore 1,contw
+	rtn
+
+
+le_set_justwork:
+	setarg 0x01000302
+	store 4,mem_le_pres
+	setarg 0x010010
+	store 3,mem_le_pres_max_keysize
+	jam 1,mem_le_pairing_mode
+	rtn
+
+/////////////////////////////////////////////////////////////////////////
+
+le_fifo_malloc_tx_empty:
+	arg 0,rega
+	arg LLID_EMPTY,type
+	branch le_fifo_malloc_tx
+
+
+//rega:len regb:ll opcode
+le_fifo_malloc_tx_ll:
+	bpatchx patch21_3,mem_patch21
+	arg LLID_LE_LL,type
+	call le_fifo_malloc_tx
+	copy regb,pdata
+	istore 1,contw
+	rtn
+	
+
+//rega:len regb:cid
+le_fifo_malloc_tx_l2cap:
+	bpatchx patch21_4,mem_patch21
+	force LLID_START,type
+	increase 4,rega
+	call le_fifo_malloc_tx
+	increase -4,rega
+	copy rega,pdata
+	istore 2,contw
+	copy regb,pdata
+	istore 2,contw
+	rtn
+
+
+//rega:len type:llid
+le_fifo_malloc_tx:
+	bpatchx patch21_5,mem_patch21
+	increase 5,rega
+	call ble_l2cap_malloc
+	increase -5,rega
+	copy rega,pdata
+	istore 2,contw				//lengh
+	setarg 0
+	istore 2,contw				//offset
+	copy type,pdata
+	istore 1,contw				//LLID
+	rtn
+
+
+le_fifo_get_first_tx_ptr:
+	bpatchx patch21_6,mem_patch21
+	call l2cap_malloc_fifo_out
+	copy pdata,contr
+	rtn
+
+le_fifo_get_second_tx_ptr:
+	fetch 2,mem_tx_fifo2_ptr
+	rtn
+
+le_fifo_get_last_tx_ptr:
+	call le_fifo_get_last_tx_ptr0
+	copy pdata,contr
+	rtn
+
+
+le_fifo_get_last_tx_ptr0:
+	fetch 2,mem_tx_fifo3_ptr
+	rtn
+
+
+le_fifo_get_first_l2cap_ptr:
+	call le_fifo_get_first_tx_ptr
+	increase 5,contr
+	rtn
+
+le_fifo_get_first_att_ptr:
+	call le_fifo_get_first_tx_ptr
+	increase 9,contr
+	rtn
+
+le_fifo_get_last_att_ptr:
+	call le_fifo_get_last_tx_ptr
+	increase 9,contr
+	rtn
+
+le_fifo_get_last_l2cap_ptr:
+	call le_fifo_get_last_tx_ptr
+	increase 5,contr
+	rtn
+
+
+le_fifo_check_full:
+	branch l2cap_malloc_is_fifo_full
+
+
+le_fifo_check_nearly_full:
+	branch l2cap_malloc_is_fifo_nearly_full
+
+	
+le_fifo_check_empty:
+	branch l2cap_malloc_is_fifo_empty
+
+
+le_fifo_release_first_node:
+	branch l2cap_malloc_free
+
+
+/*
+	function name:le_set_dle (data packet length extension)
+	input:pdata is dle params
+	bit0~bit15 max rx octets
+	bit16~bit31 max rx time
+	bit32~bit47 max tx octets
+	bit48~bit63 max tx time
+*/
+le_set_dle:
+	store 8,mem_local_rx_max_octets
+	branch le_set_feature_data_packet_length_extension
+
+
+/*
+	function name:le_set_phys
+	input:temp is tx & rx phys
+	bit0~bit7 is tx phys
+	bit8~bit15 is rx phys
+*/
+le_set_phys:
+	and temp,0xff,rega
+	call le_set_tx_phy
+	rshift8 temp,rega
+//	branch le_set_rx_phy
+le_set_rx_phy:
+	storer rega,1,mem_le_rx_phys
+	branch le_set_phy_common
+
+le_set_tx_phy:
+	storer rega,1,mem_le_tx_phys
+le_set_phy_common:	
+	isolate1 BIT_LE_2M_PHY,rega
+	call le_set_feature_2M_phy,true
+	isolate1 BIT_LE_CODED_PHY,rega
+	call le_set_feature_coded_phy,true
+	rtn
+
+
+
+le_set_feature_2M_phy:
+	arg BIT_LL_FEATURE_LE_2M_PHY,queue
+	branch le_set_feature
+
+
+le_set_feature_coded_phy:
+	arg BIT_LL_FEATURE_LE_CODED_PHY,queue
+	branch le_set_feature
+
+le_set_feature_data_packet_length_extension:
+	arg BIT_LL_FEATURE_LE_DATA_PACKET_LENGTH_EXTENSION,queue
+//	branch le_set_feature
+le_set_feature:
+	fetch 8,mem_le_local_feature
+	qset1 pdata
+	store 8,mem_le_local_feature
+	rtn
+
+le_set_fixed_ltk_justwork:
+	call le_set_config_fixed_ltk
+	call le_set_justwork
+	call le_set_fixed_ltk
+	branch le_set_config_read_authentication
+	
+
Index: program/ble_protocol_stack/le_advertising.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/ble_protocol_stack/le_advertising.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/ble_protocol_stack/le_advertising.prog	(working copy)
@@ -0,0 +1,392 @@
+
+/*
+ble core spec advertising
+*/
+
+le_advertising_dispatch:
+	jam FUN_RX_LL_1M_PHY,mem_le_rx_phy
+	jam FUN_TX_LL_1M_PHY,mem_le_tx_phy
+	call le_enable
+	call le_scan
+	call le_adv
+	branch le_disable
+
+le_scan:
+	bpatchx patch21_7,mem_patch21
+	fetch 1,mem_le_scan_enable
+	rtnne LE_SCAN_ENABLE
+	arg le_scan_interval_timer,queue
+	call timer_check
+	nrtn blank
+	fetch 2,mem_le_scan_interval
+	fetcht 2,mem_le_scan_window
+	isub temp,pdata
+	arg le_scan_interval_timer,queue
+	call timer_init
+	disable master
+	call le_init_adv
+	call le_wait_adv
+	nrtn match
+	bpatchx patch22_0,mem_patch22
+	fetch 6,mem_le_rxbuf+2
+	store 6,mem_le_plap
+//	call le_scan_dongle
+
+	fetch 1,mem_le_adv_rcv
+	increase 1,pdata
+	store 1,mem_le_adv_rcv
+	call le_create_conn
+	rtn master
+	call le_send_scan_request
+	nrtn match
+	fetch 1,mem_le_scanrsp_rcv
+	increase 1,pdata
+	store 1,mem_le_scanrsp_rcv
+	fetch 9,mem_le_rxbuf+8
+	store 9,mem_temp_block0
+	rtn
+
+
+le_wait_adv:
+	bpatchx patch22_1,mem_patch22
+	call le_next_adv_channel
+	call le_receive_adv
+	fetch 1,mem_le_adv_waitcnt
+	increase 1,pdata
+	store 1,mem_le_adv_waitcnt
+	rtn
+
+
+le_create_conn:
+	bpatchx patch22_2,mem_patch22
+	fetch 1,mem_cmd_le_create_conn
+	rtnne hci_cmd_le_create_conn
+	fetch 6,mem_le_plap
+	fetcht 6,mem_le_conn_peer_addr
+	isub temp,null
+	nrtn zero
+	call context_new
+	nrtn zero
+	call le_connect_request
+	call le_init_master
+	jam 0,mem_hci_cmd
+	jam 0,mem_le_peer_sca
+	jam 0,mem_le_scan_enable
+	jam 0,mem_cmd_le_create_conn
+	branch context_save
+
+le_connect_request:
+	bpatchx patch22_3,mem_patch22
+	force -1,pdata
+	setsect 2,1
+	store 5,mem_le_channel_map
+	arg mem_le_state,rega	
+	call le_calc_channel_map	
+	force 4,loopcnt
+	arg mem_le_access,contw
+	call generate_random_loop
+	fetch 2,mem_le_timeout
+	store 2,mem_le_superto
+le_con_req_hop_retry:
+	random pdata
+	and_into 0xf,pdata
+	sub pdata,4,null
+	branch le_con_req_hop_retry,positive
+	store 1,mem_le_hop
+//	store 1,mem_tmp1
+	bpatchx patch22_4,mem_patch22
+	fetcht 2,mem_le_conn_interval
+	storet 2,mem_le_tsniff	
+	copy temp,regc			// tsniff in regc
+	add clkn_bt,7,pdata			// leave space for offset
+	idiv regc
+	call wait_div_end
+	remainder rega
+	isub rega,pdata
+	iadd regc,pdata
+	fetcht 2,mem_le_dsniff
+	iadd temp,pdata
+	store 4,mem_le_anchor
+	isub clkn_bt,rega
+	increase -6,rega			// window offset
+	arg 0x2205,regb			// length & CONN_REQ PDU
+	fetch 1,mem_le_conn_own_addr_type
+	nsetflag blank,LE_SENDER_ADDR_BIT,regb
+	fetch 1,mem_le_conn_peer_addr_type
+	nsetflag blank,LE_RECEIVER_ADDR_BIT,regb
+	copy regb,pdata
+	store 2,mem_le_txheader
+	fetch 6,mem_le_lap
+	istore 6,contw//own addr
+	fetch 6,mem_le_plap
+	istore 6,contw// peer addr
+	fetch 4,mem_le_access
+	istore 4,contw
+	random pdata
+	istore 2,contw				/* crc init */
+	random pdata
+	istore 1,contw
+	force 2,pdata				/* window size */	
+	istore 1,contw
+	rshift2 rega,pdata
+	istore 2,contw				/* window offset */
+	rshift2 regc,pdata			
+	istore 2,contw				/* conn Interval */
+	bpatchx patch22_5,mem_patch22
+	setarg 0					/* slave latency */
+	istore 2,contw
+	fetch 2,mem_le_timeout
+	istore 2,contw
+	fetch 5,mem_le_channel_map
+	istore 5,contw				/* channel map */
+	fetch 1,mem_le_hop
+	arg param_le_sca,temp
+	ior temp,pdata
+	istore 1,contw
+	call le_transmit_norx
+	setarg mem_le_txheader
+	add pdata,18,contr
+	ifetch 3,contr
+	store 3,mem_le_crcinit
+	rtn
+		
+
+le_adv:
+	jam 36,mem_le_ch_mapped
+	jam 0,mem_le_adv_channel_map_temp
+	call le_send_adv_protect_txbuf
+	call le_adv_loop
+	branch le_send_adv_recover_txbuf
+	
+le_adv_loop:
+	bpatchx patch22_6,mem_patch22
+	fetch 1,mem_le_adv_enable
+	rtn blank
+	arg le_adv_interval_timer,queue
+	call timer_check
+	nrtn blank
+	enable swfine
+	call le_init_adv
+	call le_next_adv_channel
+	call le_send_adv_ind
+	nbranch le_adv_not_match,match
+	fetch 1,mem_le_req_rcv
+	increase 1,pdata
+	store 1,mem_le_req_rcv
+	fetch 1,mem_le_rxbuf_adv_header
+	and pdata,0x0f,pdata
+	beq SCAN_REQ,le_send_scan_response
+	beq CONNECT_REQ,le_parse_connect_req
+le_adv_not_match:
+	bpatchx patch22_7,mem_patch22
+	fetch 1,mem_le_adv_channel_map_temp
+	fetcht 1,mem_le_adv_channel_map
+	isub temp,null
+	nbranch le_adv_loop,zero
+	random pdata 
+	arg 0x1ff,temp
+	iand temp,pdata
+	add pdata,250,pdata
+	call delay
+	arg le_adv_interval_timer,queue
+	fetch 2,mem_le_adv_interval
+	branch timer_init
+
+le_send_adv_protect_txbuf:
+	arg mem_le_tx_buf_temp,contw
+	arg mem_le_txheader,contr	
+	branch memcpy48
+	
+le_send_adv_recover_txbuf:
+	arg mem_le_tx_buf_temp,contr
+	arg mem_le_txheader,contw
+	branch memcpy48
+
+le_init_adv:
+	bpatchx patch23_0,mem_patch23
+	disable master
+le_adv_access:
+	setarg 0x8e89be
+	lshift8 pdata,pdata
+	or_into 0xd6,pdata
+	iforce access
+	setarg 0x555555
+	store 3,mem_le_crcinit
+	rtn
+
+
+
+le_send_adv_ind:
+	bpatchx patch23_1,mem_patch23
+	fetch 1,mem_le_adv_type
+	fetcht 1,mem_le_adv_own_addr_type
+	lshift4 temp,temp
+	lshift2 temp,temp
+	iadd temp,temp
+	storet 1,mem_le_txheader
+	beq ADV_DIRECT_IND,le_send_adv_direct_ind
+	fetcht 1,mem_le_adv_data_len
+	add temp,6,pdata
+	store 1,mem_le_txlen
+	fetch 6,mem_le_lap
+	store 6,mem_le_txpayload
+	copy temp,loopcnt
+	arg mem_le_adv_data,contr
+	call memcpy_fast
+	branch le_send_adv_transmit
+
+le_send_adv_direct_ind:
+	setarg 12
+	store 1,mem_le_txlen
+	fetch 6,mem_le_lap
+	store 6,mem_le_txpayload
+	fetch 6,mem_hci_plap
+	istore 6,contw
+le_send_adv_transmit:
+	bpatchx patch23_2,mem_patch23
+	fetch 1,mem_le_adv_transmit
+	increase 1,pdata
+	store 1,mem_le_adv_transmit
+	arg 1800,stop_watch
+	disable match
+	branch le_transmit_receive_sifs_without_change_mode
+
+
+le_send_scan_request:
+	bpatchx patch23_3,mem_patch23
+	fetch 1,mem_le_scan_type
+	rtnne LE_SCAN_TYPE_ACTIVE
+	fetch 1,mem_le_adv_transmit
+	increase 1,pdata
+	store 1,mem_le_adv_transmit
+	arg 0x0c03,temp// length + SCAN_REQ PDU
+	fetch 1,mem_le_scan_own_addr_type
+	nsetflag blank,LE_SENDER_ADDR_BIT,temp
+	copy rega,pdata
+	nsetflag blank,LE_RECEIVER_ADDR_BIT,temp	
+	storet 2,mem_le_txheader
+	fetch 6,mem_le_lap
+	istore 6,contw
+	fetch 6,mem_le_plap
+	istore 6,contw
+	branch le_transmit_receive_sifs_without_change_mode
+
+le_send_scan_response:
+	fetch 6,mem_le_rxbuf_adv_scan_req_adv_address
+	fetcht 6,mem_le_lap
+	isub temp,null
+	nrtn zero
+	arg SCAN_RSP,temp
+	fetch 1,mem_le_adv_own_addr_type
+	nsetflag blank,LE_SENDER_ADDR_BIT,temp
+	storet 1,mem_le_txheader
+	fetcht 1,mem_le_scan_data_len
+	add temp,6,pdata
+	store 1,mem_le_txlen
+	fetch 6,mem_le_lap
+	store 6,mem_le_txpayload
+	arg mem_le_scan_data,contr
+	copy temp,loopcnt
+	call memcpy_fast
+	call le_transmit_norx
+	branch le_adv_not_match
+
+le_parse_connect_req:
+	fetch 6,mem_le_rxbuf_adv_connect_ind_adv_address
+	fetcht 6,mem_le_lap
+	isub temp,null
+	nrtn zero
+	call le_scan_check_sender_addr_type
+	storer rega,1,mem_le_conn_peer_addr_type
+	fetch 6,mem_le_rxbuf_adv_connect_ind_init_address
+	store 6,mem_le_plap
+	fetch 8,mem_le_rxbuf_adv_connect_ind_access_address
+	store 8,mem_le_access 	// and crcinit & window size
+	fetcht 2,mem_le_rxbuf_adv_connect_ind_win_offset	// transmit offset
+	bpatchx patch23_4,mem_patch23
+	lshift2 temp,temp
+	fetch 2,mem_le_rxbuf_adv_connect_ind_interval	// connInterval
+	lshift2 pdata,pdata
+	store 2,mem_le_tsniff
+	store 4,mem_le_anchor
+	isub temp,pdata
+	add pdata,-2,clke_bt
+	fetch 9,mem_le_rxbuf_adv_connect_ind_latency
+	store 9,mem_le_slave_latency// and super to & channel map
+	fetch 1,mem_le_rxbuf_adv_connect_ind_hop_and_sca
+	and pdata,0x1f,temp
+	storet 1,mem_le_hop
+	rshift4 pdata,temp
+	rshift temp,temp
+	storet 1,mem_le_peer_sca
+	arg mem_le_state,rega
+	call le_receive_window_size
+	arg mem_le_state,rega	
+	call le_calc_channel_map
+	call le_init_slave
+	call context_new
+	nrtn zero
+	bpatchx patch23_5,mem_patch23
+	call calc_clke_offset
+	call le_l2cap_reset_signaling_identifier
+	jam BT_EVT_LE_CONNECTED,mem_fifo_temp
+	call ui_ipc_send_event
+	branch context_save
+
+
+le_next_adv_channel:
+	bpatchx patch23_6,mem_patch23
+	fetch 1,mem_le_ch_mapped
+	beq 37,le_next_adv_channel_curr_channel_37
+	beq 38,le_next_adv_channel_curr_channel_38
+	beq 39,le_next_adv_channel_curr_channel_39
+	branch le_next_adv_channel_curr_channel_39
+
+le_next_adv_channel_curr_channel_37:
+	fetcht 1,mem_le_adv_channel_map
+	isolate1 BIT_ADV_CHANNEL_MAP_38,temp		//check 38 channel enable
+	branch set_le_next_adv_channel_38,true
+	isolate1 BIT_ADV_CHANNEL_MAP_39,temp		//check 39 channel enable
+	branch set_le_next_adv_channel_39,true
+	branch set_le_next_adv_channel_37
+
+
+le_next_adv_channel_curr_channel_38:
+	fetcht 1,mem_le_adv_channel_map
+	isolate1 BIT_ADV_CHANNEL_MAP_39,temp		//check 39 channel enable
+	branch set_le_next_adv_channel_39,true
+	isolate1 BIT_ADV_CHANNEL_MAP_37,temp		//check 37 channel enable
+	branch set_le_next_adv_channel_37,true
+	branch set_le_next_adv_channel_38
+
+
+le_next_adv_channel_curr_channel_39:
+	fetcht 1,mem_le_adv_channel_map
+	isolate1 BIT_ADV_CHANNEL_MAP_37,temp		//check 37 channel enable
+	branch set_le_next_adv_channel_37,true
+	isolate1 BIT_ADV_CHANNEL_MAP_38,temp		//check 38 channel enable
+	branch set_le_next_adv_channel_38,true
+	branch set_le_next_adv_channel_39
+
+set_le_next_adv_channel_37:
+	jam 37,mem_le_ch_mapped
+	fetch 1,mem_le_adv_channel_map_temp
+	set1 BIT_ADV_CHANNEL_MAP_37,pdata
+	store 1,mem_le_adv_channel_map_temp
+	rtn
+
+set_le_next_adv_channel_38:
+	jam 38,mem_le_ch_mapped
+	fetch 1,mem_le_adv_channel_map_temp
+	set1 BIT_ADV_CHANNEL_MAP_38,pdata
+	store 1,mem_le_adv_channel_map_temp
+	rtn
+
+set_le_next_adv_channel_39:
+	jam 39,mem_le_ch_mapped
+	fetch 1,mem_le_adv_channel_map_temp
+	set1 BIT_ADV_CHANNEL_MAP_39,pdata
+	store 1,mem_le_adv_channel_map_temp
+	rtn
+
+
Index: program/ble_protocol_stack/le_l2cap_att.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/ble_protocol_stack/le_l2cap_att.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/ble_protocol_stack/le_l2cap_att.prog	(working copy)
@@ -0,0 +1,885 @@
+
+
+le_parse_att:
+	ifetch 3,contr
+	store 3,mem_le_att_opcode
+le_parse_att2:
+	beq ATTOP_EXCHANGE_MTU_REQUEST,le_parse_att_exchange_mtu_request
+	beq ATTOP_EXCHANGE_MTU_RESPONSE,le_parse_att_exchange_mtu_response
+	beq ATTOP_FIND_INFORMATION_REQUEST,le_parse_att_find_information_request
+	beq ATTOP_FIND_BY_TYPE_VALUE_REQUEST,le_parse_att_find_by_type_value_request
+	beq ATTOP_READ_BY_TYPE_REQUEST,le_parse_att_read_by_type_request
+	beq ATTOP_READ_REQUEST,le_parse_att_read_request
+	beq ATTOP_READ_BLOB_REQUEST,le_parse_att_read_blob_request
+	beq ATTOP_READ_BY_GROUP_TYPE_REQUEST,le_parse_att_read_by_group_type_request
+	beq ATTOP_WRITE_REQUEST,le_parse_att_write_request
+	beq ATTOP_PREPARE_WRITE_REQUEST,le_parse_att_prepare_write_request
+	beq ATTOP_EXECUTE_WRITE_REQUEST,le_parse_att_execute_write_request
+	beq ATTOP_HANDLE_VALUE_CONFIRMATION,le_parse_handle_value_confirmation
+	beq ATTOP_WRITE_COMMAND,le_parse_att_write_command
+	rtn
+
+
+le_send_att_exchange_mtu_requset:
+	force 3,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_EXCHANGE_MTU_REQUEST
+	istore 1,contw
+	fetch 2,mem_le_local_mtu
+	istore 2,contw
+	rtn
+
+
+le_parse_att_exchange_mtu_request:
+	call le_parse_att_exchange_mtu_response
+le_send_att_exchange_mtu_response:
+	force 3,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_EXCHANGE_MTU_RESPONSE
+	istore 1,contw
+	fetch 2,mem_le_local_mtu
+	istore 2,contw
+	rtn
+
+le_parse_att_exchange_mtu_response:
+	rshift8 pdata,pdata
+	store 2,mem_le_remote_mtu
+	rtn
+
+le_parse_att_find_information_request:
+	call le_get_search_handle_start_end_common
+	call enable_user
+	branch le_send_att_find_information_response
+	
+le_send_att_find_information_response:
+	arg 3,timeup
+	call le_init_attlist_search
+le_send_att_find_information_res_loop:
+	call le_att_handle_inrange
+	branch le_send_att_find_information_res_end,blank
+	nbranch le_send_att_find_information_res_next,positive
+	increase -2,contr
+	call store_contr
+	call get_contw
+	nbranch le_send_att_find_information_res_store_info,user
+	call push_stack_rega_b_c
+	call disable_user
+	storer timeup,4,mem_timeup
+	force 20,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	fetchr timeup,4,mem_timeup
+	call pop_stack_rega_b_c
+	setarg ATTOP_FIND_INFORMATION_RESPONSE
+	istore 1,contw
+	setarg UUID_SIZE_16BIT
+	istore 1,contw
+le_send_att_find_information_res_store_info:
+	call get_contr
+	ifetch 2,contr
+	and_into 0xff,pdata
+	istore 2,contw
+	ifetch 1,contr
+	copy pdata,loopcnt
+	call memcpy
+	call store_contw
+	increase -1,timeup
+	branch le_send_att_find_information_res_end,zero
+le_send_att_find_information_res_cont:
+	ifetch 1,contr
+	iadd contr,contr
+	branch le_send_att_find_information_res_loop
+le_send_att_find_information_res_next:
+	ifetch 1,contr
+	iadd contr,contr
+	branch le_send_att_find_information_res_cont
+le_send_att_find_information_res_end:
+	branch le_send_att_error_response_notfound,user
+	branch le_send_auto_len_by_mem
+
+
+le_parse_att_find_by_type_value_request:
+	call le_get_search_handle_start_end_common
+	ifetch 2,contr
+	store 2,mem_le_search_uuid
+	call store_contr
+	arg mem_le_search_att_type_length,contw
+	fetch 2,mem_le_l2cap_size
+	increase -7,pdata
+	call le_get_search_common2
+	branch le_send_att_find_by_type_value_response
+
+
+le_start_end_handle_check_1:
+	disable user
+	fetcht 2,mem_le_search_handle_start
+	fetch 2,mem_le_search_handle_end
+	isub temp,null
+	nbranch le_start_end_handle_check_1_fail,positive
+	deposit temp
+	rtnne 0
+le_start_end_handle_check_1_fail:
+	enable user
+	jam ATT_ERR_INVALID_HANDLE,mem_le_err_code
+	branch le_send_att_error_response
+
+
+le_send_att_find_by_type_value_response:
+	call le_start_end_handle_check_1
+	rtn user
+	fetcht 2,mem_le_search_uuid
+	setarg UUID_GATT_PRIMARY_SERVICE
+	isub temp,null
+	branch le_send_att_find_by_type_value_res_primary,zero
+	branch le_send_att_error_response_notfound
+	
+
+le_send_att_find_by_type_value_res_primary:
+	jam LE_FIND_BY_TYPE_VAL_RES_NOT_FOUND,mem_le_search_res
+	fetcht 2,mem_le_search_handle_start
+	storet 2,mem_temp
+	call le_att_get_handle_info
+	nbranch le_send_att_error_response_notfound,blank
+le_send_att_find_primary_search_loop:
+	fetcht 2,mem_temp
+	call le_att_get_handle_info
+	nbranch le_send_att_error_response_notfound2,blank	
+	copy contr,rega
+	fetch 1,mem_le_curr_att_len
+	copy pdata,loopcnt
+	fetcht 1,mem_le_search_att_type_length
+	isub temp,null
+	nbranch le_send_att_find_primary_search_loop1,zero
+	arg mem_le_search_att_type,regb
+	call string_compare
+
+	branch le_send_att_find_primary_search_end_start_handle_found,zero
+
+	fetch 2,mem_le_cur_uuid
+	fetcht 2,mem_le_search_uuid
+	isub temp,null
+	branch le_send_att_find_primary_search_end_ending_handle_found,zero
+le_send_att_find_primary_search_loop1:
+	fetch 2,mem_temp
+	increase 1,pdata
+	store 2,mem_temp
+	branch le_send_att_find_primary_search_loop
+
+le_send_att_error_response_notfound2:
+	fetch 1,mem_le_search_res
+	beq LE_FIND_BY_TYPE_VAL_RES_FOUND_STARTING_HANDLE,le_send_att_find_primary_search_end_ending_handle_found
+	branch le_send_att_error_response_notfound
+
+	
+le_send_att_find_primary_search_end_start_handle_found:
+	fetch 2,mem_le_cur_uuid
+	fetcht 2,mem_le_search_uuid
+	isub temp,null
+	nbranch  le_send_att_find_primary_search_loop1,zero
+	jam LE_FIND_BY_TYPE_VAL_RES_FOUND_STARTING_HANDLE,mem_le_search_res
+//	copy rega,temp
+	fetcht 2,mem_temp
+	storet 2,mem_le_cur_handle_start
+	branch le_send_att_find_primary_search_loop1
+
+le_send_att_find_primary_search_end_ending_handle_found:
+	fetch 1,mem_le_search_res
+	beq LE_FIND_BY_TYPE_VAL_RES_NOT_FOUND,le_send_att_find_primary_search_loop1
+	jam LE_FIND_BY_TYPE_VAL_RES_FOUND_ENDING_HANDLE,mem_le_search_res
+	fetcht 2,mem_temp
+	increase -1,temp
+	storet 2,mem_le_cur_handle_end
+	
+le_send_att_find_primary_search_end:
+	arg 5,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_FIND_BY_TYPE_VALUE_RESPONSE
+	istore 1,contw
+	fetch 2,mem_le_cur_handle_start
+	istore 2,contw
+	fetch 2,mem_le_cur_handle_end
+	istore 2,contw
+	rtn
+
+
+
+le_parse_att_read_by_type_request:
+	call le_get_search_handle_start_end_common
+	call le_get_search_att_type
+	branch le_send_att_read_by_type_response
+	
+le_send_att_read_by_type_response:
+	fetcht 2,mem_le_search_handle_start
+	storet 2,mem_temp
+	call le_init_attlist_search
+	call le_att_get_handle_ptr2
+	increase -2,contr
+	copy contr,pdata
+	store 2,mem_le_cur_attlist_start_ptr
+
+	fetcht 2,mem_le_search_att_type
+	setarg UUID_CHRCTR_DEVICE_NAME
+	isub temp,null
+	branch le_send_att_read_by_type_res_device_name,zero
+	setarg UUID_GATT_CHARACTERISTIC
+	isub temp,null
+	nbranch le_send_att_read_by_type_res_not_characteristic,zero
+	arg 2,timeup
+le_send_att_read_by_type_response_loop:
+	call le_att_check_handle_end
+	nbranch le_send_att_read_by_type_response_end,positive
+	fetcht 2,mem_temp
+	call le_att_get_handle_info_from_ptr
+	nbranch le_send_att_read_by_type_response_end,blank
+	call le_att_same_type
+	nbranch le_send_att_read_by_type_response_next_handle,zero
+	nbranch le_send_att_read_by_type_res_found_next,user
+	disable user
+	arg 20,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_READ_BY_TYPE_RESPONSE
+	istore 1,contw
+	copy contw,alarm
+	increase 1,contw
+	
+	call le_send_att_read_by_type_write_properties
+	call le_att_next_handle
+	call le_att_get_handle_info_from_ptr
+	call le_send_att_read_by_type_write_uuid
+	fetch 1,mem_le_cur_uuid_length
+	add pdata,5,rega
+	istorer rega,1,alarm
+	
+	sub rega,7,null
+	ncall enable_user2,zero
+	call disable_user2,zero
+ 	call le_get_search_max_mtu_data
+	idiv rega
+	call wait_div_end
+	quotient timeup
+	increase -1,timeup
+	branch le_send_att_read_by_type_response_end,zero
+le_send_att_read_by_type_response_next_handle:
+	call le_att_next_handle
+	branch le_send_att_read_by_type_response_loop
+le_send_att_read_by_type_response_end:
+	branch le_send_att_error_response_notfound,user
+	branch le_send_auto_len_by_mem
+
+le_send_att_read_by_type_res_found_next:
+	call le_store_att_record
+	call le_att_next_handle
+	call le_att_get_handle_info_from_ptr
+	call le_send_att_read_by_type_res_check_pair_length_type
+	nbranch le_send_att_read_by_type_response_end,blank
+
+	call get_contw
+	fetch 2,mem_temp
+	increase -1,pdata
+	istore 2,contw
+	call le_write_att_record_common
+	call le_send_att_read_by_type_write_uuid
+	increase -1,timeup
+	branch le_send_att_read_by_type_response_end,zero
+	branch le_send_att_read_by_type_response_next_handle
+
+	
+le_send_att_read_by_type_write_properties:
+	fetch 2,mem_temp
+	istore 2,contw
+	
+	fetch 1,mem_le_curr_att_len
+	copy pdata,loopcnt
+	call get_contr
+	call memcpy_fast
+	branch store_contw
+le_send_att_read_by_type_write_uuid:
+	call get_contw
+	fetch 2,mem_temp
+	istore 2,contw
+	call store_contw
+	fetch 1,mem_le_cur_uuid_length
+	copy pdata,loopcnt
+	call get_contw	
+	call get_contr
+	isub loopcnt,contr
+	increase -1,contr
+	call memcpy_fast
+	branch store_contw
+
+
+
+le_send_att_read_by_type_res_not_characteristic:
+	call le_att_get_short_uuid_ptr
+	branch le_send_att_error_response_notfound,blank
+	copy contr,regc
+	increase -5,contr // point to handle
+	ifetch 2,contr
+	store 2,mem_temp
+	arg 20,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_READ_BY_TYPE_RESPONSE
+	istore 1,contw
+	ifetch 1,regc
+	copy pdata,loopcnt
+	increase 2,pdata
+	istore 1,contw
+	fetch 2,mem_temp
+	istore 2,contw
+	add regc,1,contr
+	call memcpy_fast
+	call store_contw
+	branch le_send_auto_len_by_mem
+
+	
+
+le_send_att_read_by_type_res_device_name:
+	arg UUID_CHRCTR_DEVICE_NAME,temp
+	call le_att_get_short_uuid_ptr
+	rtn blank
+	increase -5,contr // point to handle
+	ifetch 2,contr		
+	store 2,mem_temp
+	arg 20,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_READ_BY_TYPE_RESPONSE
+	istore 1,contw
+	fetch 1,mem_le_name_len
+	copy pdata,loopcnt
+	increase 2,pdata
+	istore 1,contw
+	fetch 2,mem_temp
+	istore 2,contw
+	arg mem_le_name,contr
+	call memcpy_fast
+	call store_contw
+	branch le_send_auto_len_by_mem
+
+
+
+le_parse_att_read_request:
+	call le_check_encrypt_state
+	fetcht 2,mem_le_att_handle
+	fetch 1,mem_le_configuration
+	bbit1 BIT_BLE_READ_AUTH,le_send_att_read_response_check_auth
+
+//input:temp is handle
+le_send_att_read_response:
+	call le_att_get_handle_ptr2
+	nbranch le_send_att_error_response_notfound,zero
+	call le_send_att_read_response_check_handle,user
+	rtn user
+	call le_att_get_handle_ptr_found
+	increase -2,contr
+	ifetch 2,contr
+	arg UUID_CHRCTR_DEVICE_NAME,temp
+	isub temp,null
+	branch le_send_device_name,zero
+	ifetch 1,contr
+	sub pdata,22,null
+	branch le_send_att_read_response_less,positive
+	force 22,pdata
+le_send_att_read_response_less:
+	copy pdata,regc
+	call store_contr
+	add regc,1,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_READ_RESPONSE
+	istore 1,contw
+	copy regc,loopcnt
+	call get_contr
+	branch memcpy
+
+le_send_device_name:
+	call store_contr
+	fetch 1,mem_le_name_len
+	add pdata,1,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_READ_RESPONSE
+	istore 1,contw
+	fetch 1,mem_le_name_len
+	copy pdata,loopcnt
+	arg mem_le_name,contr
+	branch memcpy
+	
+	
+le_send_att_read_response_check_auth:
+	fetch 2,mem_le_pairing_handle
+	isub temp,null
+	nbranch le_send_att_read_response,zero
+	nbranch le_send_att_read_response,user
+le_send_att_read_response_error_insufficient_auth:
+	jam ATT_ERR_INSUFFICIENT_AUTHENTICATION,mem_le_err_code
+	branch le_send_att_error_response
+
+le_send_att_read_response_check_handle:
+	increase -2,contr
+	ifetch 2,contr
+	bbit1 BIT_OF_ATT_HANDLE_READ_AUTHENTICATED,le_send_att_read_response_error_insufficient_auth
+	branch disable_user
+
+le_parse_att_read_blob_request:
+	ifetch 2,contr
+	store 2,mem_le_att_offset
+le_send_att_read_blob_response:
+	arg 20,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_READ_BLOB_RESPONSE
+	istore 1,contw
+	fetch 2,mem_le_att_offset
+	iforce rega
+	fetcht 2,mem_le_att_handle
+	call le_att_get_handle_ptr 
+	branch le_send_att_error_response_notfound,blank
+	ifetch 1,contr
+	isub rega,loopcnt
+	nbranch le_send_att_error_response_notfound,positive
+	sub loopcnt,22,null
+	branch le_send_att_read_blob_response_less,positive
+	force 22,loopcnt
+le_send_att_read_blob_response_less:
+	deposit rega
+	iadd contr,contr
+	call memcpy_fast
+	call store_contw
+	branch le_send_auto_len_by_mem
+
+
+//查询server
+le_parse_att_read_by_group_type_request:
+	call le_get_search_handle_start_end_common
+ 	call le_get_search_att_type
+	branch le_send_att_read_by_group_type_response
+
+
+//mem_le_search_att_type
+//mem_le_search_handle_start
+//mem_le_search_handle_end
+le_send_att_read_by_group_type_response:
+	arg 2,timeup
+	fetcht 2,mem_le_search_handle_start
+	storet 2,mem_temp
+	call le_att_get_handle_ptr2
+	increase -2,contr
+	copy contr,pdata
+	store 2,mem_le_cur_attlist_start_ptr
+le_send_att_read_by_group_type_response_loop:
+	call le_att_check_handle_end		//check current handle >= ending handle
+	nbranch le_send_att_read_by_group_type_end0,positive
+	fetcht 2,mem_temp
+	call le_att_get_handle_info_from_ptr	//get current handle info
+	nbranch le_send_att_read_by_group_type_end1,blank
+
+	call le_att_same_type				//compair attr group type
+	nbranch le_send_att_read_by_group_type_next_handle,zero
+	copy timeup,pdata
+	beq 0,le_send_att_read_by_group_type_end1	//loop count
+	nbranch le_send_att_read_by_group_type_store_write_record,user		//un first
+	disable user
+	//first att uuid
+	arg 20,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_READ_BY_GROUP_TYPE_RESPONSE
+	istore 1,contw
+	fetch 1,mem_le_curr_att_len
+	add pdata,4,rega
+	istorer rega,1,contw
+	call store_contw
+	sub rega,6,null
+	ncall enable_user2,zero
+	call disable_user2,zero
+ 	call le_get_search_max_mtu_data
+	idiv rega
+	call wait_div_end
+	quotient timeup
+	branch le_send_att_read_by_group_type_store_record
+le_send_att_read_by_group_type_store_write_record:
+	call le_send_att_read_by_group_type_check_pair_length_type
+	nbranch le_send_att_read_by_group_type_end1,blank
+	fetch 2,mem_temp
+	increase -1,pdata
+	store 2,mem_le_cur_handle_end
+	call le_write_att_record
+le_send_att_read_by_group_type_store_record:
+	fetch 2,mem_temp
+	store 2,mem_le_cur_handle_start
+	call le_store_att_record
+	increase -1,timeup
+//	branch le_send_att_read_by_group_type_last_find,zero		
+le_send_att_read_by_group_type_next_handle:
+	call le_att_next_handle
+	branch le_send_att_read_by_group_type_response_loop
+
+le_send_att_read_by_type_res_check_pair_length_type:
+	fetch 1,mem_le_cur_uuid_length
+	branch le_send_att_read_by_group_type_check_pair_length_type+1
+
+//output:blank is same
+le_send_att_read_by_group_type_check_pair_length_type:
+	fetch 1,mem_le_curr_att_len
+	branch le_send_att_read_by_group_type_check_pair_length_type_16byte,user2
+	increase -2,pdata
+	rtn
+
+le_send_att_read_by_group_type_check_pair_length_type_16byte:
+	increase -16,pdata
+	rtn
+
+le_send_att_read_by_group_type_end0:	//> att handle end
+	fetch 2,mem_temp
+	store 2,mem_le_cur_handle_end
+	branch le_send_att_read_by_group_type_end_common
+le_send_att_read_by_group_type_end1:	//>att max list handle or diff len 
+	fetch 2,mem_temp
+	increase -1,pdata
+	store 2,mem_le_cur_handle_end
+	branch le_send_att_read_by_group_type_end_common
+le_send_att_read_by_group_type_end_common:
+	branch le_send_att_error_response_notfound,user
+	call le_write_att_record
+	branch le_send_auto_len_by_mem
+
+
+
+
+le_parse_att_write_request:
+	copy contr,rega
+	fetch 2,mem_le_l2cap_size
+	add pdata,-3,regb
+	call le_writeatt_cb
+le_send_att_write_response_check_auth:
+	bpatchx patch23_7,mem_patch23
+	call le_check_encrypt_state
+	fetcht 2,mem_le_att_handle
+	call le_att_get_handle_ptr2
+	nbranch le_send_att_write_response_error_invalid_handle,zero
+	call le_send_att_write_response_check_handle,user
+	rtn user
+
+	fetch 1,mem_le_configuration
+	bbit0 BIT_BLE_WRITE_AUTH,le_send_att_write_response
+
+	fetcht 2,mem_le_att_handle
+	fetch 2,mem_le_pairing_handle
+	isub temp,null
+	nbranch le_send_att_write_response,zero
+	call le_check_encrypt_state
+	nbranch le_send_att_write_response,user
+	branch le_send_att_read_response_error_insufficient_auth
+
+
+le_send_att_write_response:
+	force 1,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_WRITE_RESPONSE
+	istore 1,contw
+	rtn
+
+le_send_att_write_response_check_handle:
+	increase -2,contr
+	ifetch 2,contr
+	bbit1 BIT_OF_ATT_HANDLE_WRITE_AUTHENTICATED,le_send_att_read_response_error_insufficient_auth
+	branch disable_user
+
+le_send_att_write_response_error_invalid_handle:
+	jam ATT_ERR_INVALID_HANDLE,mem_le_err_code
+	branch le_send_att_error_response
+
+
+le_check_encrypt_state:
+	bpatchx patch24_0,mem_patch24
+	call disable_user
+	fetch 1,mem_le_pairing_mode
+	rtneq LE_PAIRING_MODE_NONE
+	fetch 1,mem_context
+	rtnbit1 lestate_encryption
+	branch enable_user
+
+
+le_parse_att_prepare_write_request:
+	add contr,2,rega
+	fetch 2,mem_le_l2cap_size
+	add pdata,-5,regb
+	call le_writeatt_cb
+	branch le_send_att_prepare_write_response
+
+
+le_send_att_prepare_write_response:
+	fetch 2,mem_le_l2cap_size
+	copy pdata,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_PREPARE_WRITE_RESPONSE
+	istore 1,contw
+	fetch 2,mem_le_att_handle
+	istore 2,contw
+	fetch 2,mem_le_l2cap_size
+	add pdata,-5,loopcnt	
+	fetch 2,mem_le_payload_ptr
+	add pdata,7,contr
+	ifetch 2,contr		//offset
+	istore 2,contw
+	branch memcpy_fast
+
+
+
+le_parse_att_execute_write_request:
+
+le_send_att_execute_write_response:
+	force 1,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_EXECUTE_WRITE_RESPONSE
+	istore 1,contw
+	rtn
+
+le_parse_handle_value_confirmation:
+	fetch 1,mem_le_l2cap_att_states
+	set0 BLE_L2CAP_RECV_CONFIRMATION_PACKET,pdata
+	store 1,mem_le_l2cap_att_states
+	rtn
+
+le_parse_att_write_command:
+	copy contr,rega
+	fetch 2,mem_le_l2cap_size
+	add pdata,-3,regb
+	branch le_writeatt_cb
+
+
+
+//rga:len temp:handle;rgea,regb,regc already used
+le_att_malloc_tx_notify:
+	copy temp,regc
+	increase 3,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	increase -3,rega
+	setarg ATTOP_HANDLE_VALUE_NOTIFICATION
+	istore 1,contw
+	copy regc,temp
+	istoret 2,contw
+	rtn
+
+//rga:len temp:handle;rgea,regb,regc already used
+le_att_malloc_tx_indication:
+	fetch 1,mem_le_l2cap_att_states
+	set1 BLE_L2CAP_SEND_INDICATION_PACKET,pdata
+	store 1,mem_le_l2cap_att_states
+	copy temp,regc
+	increase 3,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	increase -3,rega
+	setarg ATTOP_HANDLE_VALUE_INDICATION
+	istore 1,contw
+	copy regc,temp
+	istoret 2,contw
+	rtn
+
+
+///////////////////////////ATT common function////////////////////////////////////
+
+le_send_att_error_response_notfound:	
+	bpatchx patch24_1,mem_patch24
+	jam ATT_ERR_ATTRIBUTE_NOT_FOUND,mem_le_err_code
+le_send_att_error_response:	
+	force 5,rega
+	call le_fifo_malloc_tx_l2cap_gatt
+	setarg ATTOP_ERROR_RESPONSE
+	istore 1,contw
+	fetch 1,mem_le_att_opcode
+	istore 1,contw
+	fetch 2,mem_le_att_handle
+	istore 2,contw
+	fetch 1,mem_le_err_code
+	istore 1,contw
+	rtn
+
+
+le_fifo_malloc_tx_l2cap_gatt:
+	bpatchx patch24_2,mem_patch24
+	force LE_L2CAP_CID_ATT,regb
+	branch le_fifo_malloc_tx_l2cap
+
+
+le_att_next_handle:
+	fetcht 2,mem_temp
+	increase 1,temp
+	storet 2,mem_temp
+	rtn
+
+le_att_check_handle_end:
+	fetcht 2,mem_temp
+	fetch 2,mem_le_search_handle_end
+	isub temp,null
+	rtn
+
+
+le_att_same_type:
+	bpatchx patch24_3,mem_patch24
+	fetcht 1,mem_le_search_att_type_length
+	arg mem_le_search_att_type,rega
+le_att_check_same_common:
+	fetch 1,mem_le_cur_uuid_length
+	copy pdata,loopcnt
+	isub temp,null
+	nrtn zero
+	arg mem_le_cur_uuid ,regb
+	branch string_compare
+
+le_att_same_uuid:
+	fetcht 1,mem_le_search_uuid_length
+	arg mem_le_search_uuid,rega
+	branch le_att_check_same_common
+
+
+le_store_att_record:
+	bpatchx patch24_4,mem_patch24
+	fetch 1,mem_le_curr_att_len
+	store 1, mem_temp_block0
+	copy pdata,loopcnt
+	call get_contr
+	branch memcpy_fast
+
+
+le_write_att_record:
+	bpatchx patch24_5,mem_patch24
+	call get_contw
+	fetch 2,mem_le_cur_handle_start
+	istore 2,contw
+	fetch 2,mem_le_cur_handle_end
+	istore 2,contw
+le_write_att_record_common:
+	fetch 1,mem_temp_block0
+	copy pdata,loopcnt
+	call memcpy_fast
+	branch store_contw
+
+
+
+le_send_auto_len_by_mem:
+	bpatchx patch24_6,mem_patch24
+	call get_contw
+	call le_fifo_get_last_att_ptr
+	copy contw,pdata
+	isub contr,rega
+	call le_fifo_get_last_l2cap_ptr
+	copy rega,pdata
+	istore 2,contr
+	increase 4,rega
+	call le_fifo_get_last_tx_ptr
+	copy rega,pdata
+	istore 1,contr
+	rtn
+
+
+le_get_search_handle_start_end_common:
+	rshift8 pdata,pdata
+	store 2,mem_le_search_handle_start
+	ifetch 2,contr
+	store 2,mem_le_search_handle_end
+	rtn
+
+le_get_search_max_mtu_data:
+	bpatchx patch24_7,mem_patch24
+	fetch 2,mem_le_remote_mtu
+	increase -2,pdata
+	//-2原因
+	//uint8_t attribute opcode
+	//uint8_t length
+	fetcht 2,mem_le_local_mtu
+	increase -2,temp
+	call not_greater_than
+	arg 240,temp
+	call not_greater_than
+	//pdata is max mtu size
+	rtn
+
+le_get_search_att_type:
+	bpatchx patch25_0,mem_patch25
+	call store_contr
+	arg mem_le_search_att_type_length,contw
+le_get_search_common:	
+	fetch 2,mem_le_l2cap_size
+	increase -5,pdata
+le_get_search_common2:		
+	istore 1,contw
+	copy pdata,loopcnt
+	call get_contr
+	branch memcpy_fast	
+
+
+
+le_parse_writing_attribute_start:
+	fetch 2,mem_le_rxbuf_data_att_cid//CID
+	rtnne LE_L2CAP_CID_ATT
+	fetch 1,mem_le_l2cap_att_states
+	set1 BLE_L2CAP_DEAL_WITH_CONTINUE_PACKET,pdata
+	store 1,mem_le_l2cap_att_states
+	fetch 3,mem_le_rxbuf_data_att_opcode
+	store 3,mem_le_att_opcode
+	set1 mark_old_packet,mark
+	beq ATTOP_WRITE_REQUEST,le_parse_attribute_write_request
+	beq ATTOP_WRITE_COMMAND,le_parse_attribute_write_command
+	beq ATTOP_EXECUTE_WRITE_REQUEST,le_parse_att_execute_write_request
+	beq ATTOP_EXCHANGE_MTU_REQUEST,le_parse_att_exchange_mtu_request
+	beq ATTOP_HANDLE_VALUE_CONFIRMATION,le_parse_handle_value_confirmation
+	set0 mark_old_packet,mark
+le_clear_l2cap_att_states_deal_with_contiune_packet:
+	fetch 1,mem_le_l2cap_att_states
+	set0 BLE_L2CAP_DEAL_WITH_CONTINUE_PACKET,pdata
+	store 1,mem_le_l2cap_att_states
+	rtn
+
+le_parse_writing_attribute_continue:
+	fetch 1,mem_le_l2cap_att_states
+	rtnbit0 BLE_L2CAP_DEAL_WITH_CONTINUE_PACKET
+	set1 mark_old_packet,mark
+	call le_parse_l2cap_continue_common
+	call le_parse_attribute_check_complete_packet
+	call le_clear_l2cap_att_states_deal_with_contiune_packet,user
+	fetch 1,mem_le_att_opcode
+	beq ATTOP_WRITE_REQUEST,le_send_att_write_response_check_auth
+	rtn
+
+
+le_parse_attribute_write_request:
+	call le_parse_attribute_write_command
+	branch le_send_attribute_write_response_check_auth
+
+le_send_attribute_write_response_check_auth:
+	call le_parse_attribute_check_complete_packet
+	nrtn user
+	branch le_send_att_write_response_check_auth
+
+
+le_parse_attribute_write_command:
+	bpatchx patch25_1,mem_patch25
+	call le_parse_attribute_check_complete_packet_init
+	arg mem_le_rxbuf_data_att_write_payload,rega
+	branch le_writeatt_cb
+
+
+le_parse_attribute_check_complete_packet_init:
+	fetch 1,mem_le_rxbuf_data_att_write_length
+	add pdata,-7,regb
+	increase -4,pdata
+	store 2,mem_le_packet_len_recved	//payload length
+	fetcht 2,mem_le_rxbuf_data_att_write_l2cap_length	//l2cap length
+	storet 2,mem_le_l2cap_size
+	rtn
+
+
+le_parse_l2cap_continue_common:
+	fetchr regb,1,mem_le_rxbuf_data_continue_length
+	fetch 2,mem_le_packet_len_recved
+	iadd regb,temp
+	storet 2,mem_le_packet_len_recved
+	arg mem_le_rxbuf_data_continue_payload,rega
+	branch le_writeatt_cb
+
+
+//enable user,recevie complete packet
+le_parse_attribute_check_complete_packet:
+	call disable_user
+	fetch 2,mem_le_packet_len_recved
+	fetcht 2,mem_le_l2cap_size
+	isub temp,null
+	nrtn zero
+	branch enable_user
+
Index: program/ble_protocol_stack/le_l2cap_signalling.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/ble_protocol_stack/le_l2cap_signalling.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/ble_protocol_stack/le_l2cap_signalling.prog	(working copy)
@@ -0,0 +1,54 @@
+
+
+le_parse_signaling:
+	ifetch 1,contr
+	ifetcht 1,contr //id
+	ifetcht 2,contr //length
+	beq L2CAP_CONNECTION_PARAMETER_UPDATE_RESPONSE,le_l2cap_parse_conn_parameter_update_rsp
+	rtn
+le_l2cap_parse_conn_parameter_update_rsp:
+	ifetch 2,contr	//result
+	store 2,mem_le_l2cap_signaling_conn_param_update_rsp_result
+	jam BT_EVT_LE_PARSE_CONN_PAPA_UPDATE_RSP,mem_fifo_temp
+	branch ui_ipc_send_event
+
+
+//mem_le_interval_min:the ptr that connection parameter,
+//include 	ConnIntervalMin,ConnIntervalMax,
+//		ConnSlaveLatency,ConnSupervisionTimeout
+le_l2cap_tx_update_req:
+	arg 0x0c,rega
+	arg L2CAP_CONNECTION_PARAMETER_UPDATE_REQUEST,regc
+	call le_fifo_malloc_tx_l2cap_signaling
+	setarg 0x08
+	istore 2,contw
+	fetch 8,mem_le_interval_min
+	istore 8,contw
+	rtn
+
+
+//rega:len regc:signaling opcode
+le_fifo_malloc_tx_l2cap_signaling:
+	call le_l2cap_update_signaling_identifier
+	arg LE_L2CAP_CID_SIGNAL,regb
+	call le_fifo_malloc_tx_l2cap
+	copy regc,pdata
+	istore 1,contw
+	fetch 1,mem_le_signaling_identifier
+	istore 1,contw
+	rtn
+
+
+le_l2cap_update_signaling_identifier:
+	fetch 1,mem_le_signaling_identifier
+	//beq 0xff,le_l2cap_signaling_identifier_set_1
+	pincrease 1
+	store 1,mem_le_signaling_identifier
+	rtnne 0
+	
+le_l2cap_reset_signaling_identifier:
+	jam 1,mem_le_signaling_identifier
+	rtn
+
+
+
Index: program/ble_protocol_stack/le_l2cap_smp.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/ble_protocol_stack/le_l2cap_smp.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/ble_protocol_stack/le_l2cap_smp.prog	(working copy)
@@ -0,0 +1,603 @@
+
+le_pairing_mode_init:
+	fetch  1,mem_le_pairing_mode
+	beq LE_PAIRING_MODE_NONE, le_set_no_pairing
+	beq LE_PAIRING_MODE_LAGACY_JUSTWORK,le_set_pairing_mode_lagacy_just_work
+	beq LE_PAIRING_MODE_LAGACY_PASSKEY,le_set_pairing_mode_lagacy_passkey
+ifdef SECURE_CONNECTION				
+	beq LE_PAIRING_MODE_SECURE_CONNECT_JUSTWORK,le_set_pairing_mode_secure_justwork
+	beq LE_PAIRING_MODE_SECURE_CONNECT_NUMERIC,le_set_pairing_mode_secure_numeric
+	beq LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY,le_set_pairing_mode_secure_passkey
+endif
+	rtn
+	
+ifdef SECURE_CONNECTION				
+le_set_pairing_mode_secure_justwork:
+	jam FLAG_LE_BONDING_MITM_SECURE,mem_le_pres_auth
+	branch le_set_noinputnooutput
+le_set_pairing_mode_secure_numeric:
+	jam FLAG_LE_BONDING_MITM_SECURE,mem_le_pres_auth
+	jam FLAG_IOCAP_DISPLAYYESNO,mem_le_pres_iocap
+	rtn
+le_set_pairing_mode_secure_passkey:	
+	jam FLAG_LE_BONDING_MITM_SECURE,mem_le_pres_auth
+	branch le_set_displayonly
+endif
+
+le_set_no_pairing:
+	jam FLAG_LE_NO_BONDING_NO_MITM,mem_le_pres_auth
+le_set_noinputnooutput:	
+	jam FLAG_IOCAP_NOINPUTNOOUTPUT,mem_le_pres_iocap
+	rtn
+le_set_pairing_mode_lagacy_just_work:
+	jam FLAG_LE_BONDING_MITM,mem_le_pres_auth
+	branch le_set_noinputnooutput
+le_set_pairing_mode_lagacy_passkey:
+	jam FLAG_LE_BONDING_MITM,mem_le_pres_auth
+le_set_displayonly:	
+	jam FLAG_IOCAP_DISPLAYONLY,mem_le_pres_iocap
+	rtn
+
+ifdef SECURE_CONNECTION			
+le_secure_connection_enable:
+	fetch 1,mem_secure_connections_enable
+	set1 SECURE_CONNECTIONS_LE_BIT,pdata
+	store 1,mem_secure_connections_enable
+	rtn
+	
+le_secure_connection_disable:
+	fetch 1,mem_secure_connections_enable
+	set0 SECURE_CONNECTIONS_LE_BIT,pdata
+	store 1,mem_secure_connections_enable
+	rtn
+endif
+
+le_parse_smp:
+	ifetch 1,contr
+	beq SMP_PAIRING_REQUEST,le_parse_smp_pairing_request
+//	beq SMP_PAIRING_RESPONSE,le_parse_smp_pairing_response
+	beq SMP_PAIRING_CONFIRM,le_parse_smp_pairing_confirm
+	beq SMP_PAIRING_RANDOM,le_parse_smp_pairing_random
+	beq SMP_PAIRING_FAILED,le_parse_smp_pairing_failed
+//	beq SMP_ENCRYPTION_INFORMATION,le_parse_smp_encryption_information
+	beq SMP_MASTER_IDENTIFICATION,le_parse_smp_master_identification
+	beq SMP_IDENTITY_INFORMATION,le_parse_smp_identity_information
+	beq SMP_IDENTITY_ADDRESS_INFORMATION,le_parse_smp_identity_address_information
+	beq SMP_SIGNING_INFORMATION,le_parse_smp_signing_information
+	beq SMP_SECURITY_REQUEST,le_parse_smp_security_request
+ifdef SECURE_CONNECTION			
+	beq SMP_PAIRING_PUBLIC_KEY,le_parse_smp_public_key
+	beq SMP_PAIRING_DHKEY_CHECK,le_parse_smp_dhkey_check
+endif 	
+	rtn
+
+
+
+le_send_smp_security_request:
+	force 2,rega
+	call le_fifo_malloc_tx_l2cap_smp
+	setarg SMP_SECURITY_REQUEST
+	istore 1,contw
+	fetch 1,mem_le_pres_auth
+	istore 1,contw
+	rtn
+		
+le_parse_smp_pairing_request:
+	store 1,mem_le_preq
+	ifetch 6,contr
+	istore 6,contw
+	fetch 1,mem_le_pairing_mode
+	beq  LE_PAIRING_MODE_NONE,le_smp_pairing_fail_reason_not_support_pairing
+	call le_send_smp_pairing_response
+ifdef 	SECURE_CONNECTION
+	fetch 1,mem_sc_only_mode
+	branch le_parse_smp_pairing_request2, blank
+	fetch 1,mem_le_preq_auth
+	bbit0  LE_AUTH_SECURE_CONNECTION_PAIRING_BIT,app_ble_disconnect
+	fetch 1,mem_le_pairing_mode
+	bbit0 LE_PAIRING_MODE_SECURE_CONNECT_BIT,app_ble_disconnect
+endif	
+le_parse_smp_pairing_request2:	
+	jam FLAG_LE_PAIRING_RCV_PAIRING_REQ,mem_le_pairing_state
+	fetch 1,mem_le_preq_iocap
+	beq  FLAG_IOCAP_DISPlAYONLY,le_set_tk_0
+	beq  FLAG_IOCAP_DISPLAYYESNO,le_set_tk_0
+	beq  FLAG_IOCAP_NOINPUTNOOUTPUT,le_set_tk_0
+	fetch 1,mem_le_pairing_mode	
+	beq LE_PAIRING_MODE_LAGACY_PASSKEY,le_parse_smp_pairing_req_passkey
+	rtneq LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY
+le_set_tk_0:
+	arg 0,pdata
+	store 4,mem_le_tk
+	rtn
+
+le_parse_smp_pairing_req_passkey:
+	fetch 1,mem_le_configuration
+	bbit1 BIT_BLE_PASSKEY_FIXED_KEY,le_parse_smp_pairing_req_fixed_passkey
+le_genernate_tk:
+	arg mem_le_tk,rega
+	copy rega,contw
+	arg 3,loopcnt
+	call generate_random_loop
+	fetch 2,mem_le_tk + 2
+	and_into 0x7,pdata
+	store 2,mem_le_tk + 2
+le_parse_smp_pairing_req_fixed_passkey:
+	jam BT_EVT_LE_TK_GENERATE,mem_fifo_temp
+	branch ui_ipc_send_event
+
+
+
+le_send_smp_pairing_response:
+	force 7,rega
+	call le_fifo_malloc_tx_l2cap_smp
+	fetch 7,mem_le_pres
+	istore 7,contw
+	rtn
+		
+
+le_parse_smp_pairing_confirm:
+	jam FLAG_LE_PAIRING_RECEIVE_PAIRING_CONFIRM,mem_le_pairing_state
+	arg mem_le_rconfirm,contw
+	call memcpy16
+	fetch 1,mem_le_pairing_mode
+	beq LE_PAIRING_MODE_LAGACY_PASSKEY_RES_INPUT,le_parse_smp_pairing_confirm_passkey_res_input
+ifdef SECURE_CONNECTION				
+	beq LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY,le_parse_smp_pairing_confirm_secure_passkey
+	beq LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY_RES_INPUT,le_parse_smp_pairing_confirm_sc_passkey_res_input
+endif
+	branch le_send_smp_pairing_confirm
+
+	
+le_parse_smp_pairing_confirm_passkey_res_input:
+	jam BT_EVT_LE_GET_PASSKEY,mem_fifo_temp
+	branch ui_ipc_send_event
+	
+ifdef SECURE_CONNECTION				
+le_parse_smp_pairing_confirm_secure_passkey:
+	jam LE_SP_FLAG_COMMIT_256,mem_le_secure_connect_flag
+	jam LE_SC_STAT_PASSKEY_WAIT_CONFIRM,mem_le_secure_connect_state	
+	rtn
+
+le_parse_smp_pairing_confirm_sc_passkey_res_input:
+	fetch 4,mem_le_tk
+	branch le_parse_smp_pairing_confirm_passkey_res_input,blank
+	branch le_parse_smp_pairing_confirm_secure_passkey
+endif
+
+le_send_smp_pairing_confirm:
+	jam FLAG_LE_PAIRING_SEND_PAIRING_CONFIRM,mem_le_pairing_state
+ifdef SECURE_CONNECTION				
+	fetch 1,mem_le_pairing_mode
+	bbit1 LE_PAIRING_MODE_SECURE_CONNECT_BIT,le_send_smp_pairing_confirm_sc
+endif 
+	call generate_confirm
+	force 17,rega
+	call le_fifo_malloc_tx_l2cap_smp
+	setarg SMP_PAIRING_CONFIRM
+	istore 1,contw
+	branch  store_aes_result
+
+ifdef SECURE_CONNECTION					
+le_send_smp_pairing_confirm_sc:
+	arg mem_le_srand,contw	
+	call generate_random
+	call function_f4_cb
+	force 17,rega
+	call le_fifo_malloc_tx_l2cap_smp
+	setarg SMP_PAIRING_CONFIRM
+	istore 1,contw
+	branch  load_inverse_result
+endif
+	
+le_parse_smp_pairing_random:	
+	copy contr,rega
+ifdef SECURE_CONNECTION				
+	fetch 1,mem_le_pairing_mode
+	bbit1 LE_PAIRING_MODE_SECURE_CONNECT_BIT,le_parse_smp_pairing_random_sc
+endif
+	copy rega,contr
+	call authenticate_rconfirm
+	branch le_parse_smp_pairing_random_success,zero
+le_send_pairing_confirm_value_failed:
+	jam PAIRING_FAILED_CONFIRM_VALUE_FAILED,mem_le_ll_pairing_fail_reason
+le_send_pairing_failed:
+	force 2,rega
+	call le_fifo_malloc_tx_l2cap_smp
+	setarg SMP_PAIRING_FAILED
+	istore 1,contw
+	fetch 1,mem_le_ll_pairing_fail_reason
+	istore 1,contw	
+le_parse_smp_pairing_failed:
+	bpatchx patch25_2,mem_patch25
+	force smp_pairing_timer,queue
+	call timer_stop
+	jam FLAG_LE_PAIRING_NULL,mem_le_pairing_state
+	jam BT_EVT_LE_PAIRING_FAIL,mem_fifo_temp
+	branch ui_ipc_send_event
+
+le_smp_pairing_fail_reason_not_support_pairing:
+	jam PAIRING_FAILED_PAIRING_NOT_SUPPORTED,mem_le_ll_pairing_fail_reason
+	branch le_send_pairing_failed
+	
+ifdef SECURE_CONNECTION				
+le_parse_smp_pairing_random_sc:
+	arg mem_le_mrand,contw
+	copy rega,contr
+	call memcpy16	
+	fetch 1,mem_le_pairing_mode
+	beq LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY,le_parse_smp_pairing_random_sc_passkey
+	beq LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY_RES_INPUT,le_parse_smp_pairing_random_sc_passkey
+	call function_g2
+	call le_send_smp_pairing_random
+	fetch 1,mem_le_pairing_mode
+	rtnne LE_PAIRING_MODE_SECURE_CONNECT_NUMERIC
+	jam BT_EVT_LE_GKEY_GENERATE,mem_fifo_temp
+	branch ui_ipc_send_event	
+	
+le_parse_smp_pairing_random_sc_passkey:
+	call function_f4_ca
+	arg mem_AES_CMAC_temp,contw
+	call load_inverse_result	
+	arg mem_AES_CMAC_temp,rega
+	arg mem_le_rconfirm ,regb
+	arg 16,loopcnt
+	call string_compare
+	nbranch le_send_pairing_confirm_value_failed,zero
+	branch le_send_smp_pairing_random
+endif 
+
+le_parse_smp_pairing_random_success:
+	call generate_stk
+	jam BT_EVT_LE_PAIRING_SUCCESS,mem_fifo_temp
+	call ui_ipc_send_event
+	jam 1,mem_ltk_exists
+	jam FLAG_LE_PAIRING_AFTER_AUTH,mem_le_pairing_state
+	
+le_send_smp_pairing_random:
+	force 17,rega
+	call le_fifo_malloc_tx_l2cap_smp
+	setarg SMP_PAIRING_RANDOM
+	istore 1,contw
+	arg mem_le_srand,contr
+	branch memcpy16
+
+le_send_smp_encryption_information:
+	force 17,rega
+	call le_fifo_malloc_tx_l2cap_smp
+	setarg SMP_ENCRYPTION_INFORMATION
+	istore 1,contw
+	fetch 1,mem_le_configuration
+	bbit1 BIT_BLE_PAIRING_FIXED_LTK,le_send_fixed_ltk
+	arg mem_le_ltk,contr
+	branch memcpy16
+
+le_send_fixed_ltk:
+	arg mem_le_fixed_ltk,contr
+	branch memcpy16
+
+
+le_send_smp_master_identification:
+	arg mem_le_ediv,contw
+	force 10,loopcnt
+	call generate_random_loop
+	force 11,rega
+	call le_fifo_malloc_tx_l2cap_smp
+	setarg SMP_MASTER_IDENTIFICATION
+	istore 1,contw
+	fetch 2,mem_le_ediv
+	istore 2,contw
+	fetch 8,mem_le_rand
+	istore 8,contw
+	rtn
+
+le_send_smp_identity_information:
+	force 17,rega
+	call le_fifo_malloc_tx_l2cap_smp
+	setarg SMP_IDENTITY_INFORMATION
+	istore 1,contw
+	setarg 0
+	istore 8,contw
+	istore 8,contw
+	rtn
+	
+
+le_send_smp_identity_address_information:
+	force 8,rega
+	call le_fifo_malloc_tx_l2cap_smp
+	setarg SMP_IDENTITY_ADDRESS_INFORMATION
+	istore 1,contw
+	fetch 1,mem_le_conn_own_addr_type
+	istore 1,contw
+	fetch 6,mem_le_lap	
+	istore 6,contw
+	rtn	
+
+
+le_send_pairing_fail_unspecified_reason:
+	jam PAIRING_FAILED_UNSPECIFIED_REASON,mem_le_ll_pairing_fail_reason
+	branch le_send_pairing_failed
+
+le_check_init_key_distribution:
+	fetch 1,mem_le_pres_init_key_distribution
+	fetcht 1,mem_le_pres_init_key_distribution
+	iand temp,pdata
+	rtn	
+
+le_parse_smp_identity_information:
+	arg mem_le_irk,contw
+	call memcpy16
+	call le_check_init_key_distribution
+	isolate0 LE_INITATOR_IRK_BIT,pdata
+	branch le_send_pairing_fail_unspecified_reason,true
+	rtn
+
+//output:user is enable ,random addr type
+le_check_master_addr_type:
+	call disable_user
+	fetch 1,mem_le_conn_peer_addr_type
+	rtneq MASTER_PUBLIC_ADDR
+	fetch 1,mem_le_preq_init_key_distribution
+	rtnbit0 LE_INITATOR_IRK_BIT
+	branch enable_user
+
+le_parse_smp_identity_address_information:
+	call le_check_init_key_distribution
+	isolate0 LE_INITATOR_IRK_BIT,pdata
+	branch le_send_pairing_fail_unspecified_reason,true
+	rtn
+
+le_parse_smp_master_identification:
+le_parse_smp_signing_information:	
+le_parse_smp_security_request:
+	rtn
+	
+ifdef SECURE_CONNECTION				
+le_parse_smp_public_key:
+	arg mem_le_pubkey_remote_x_256,contw	
+	call memcpy64
+	jam LE_SP_FLAG_COMMIT_256,mem_le_secure_connect_flag
+	jam LE_SC_STAT_RECEIVE_PUBLIC_KEY,mem_le_secure_connect_state
+	rtn
+
+le_parse_smp_dhkey_check:
+	arg mem_sp_confirm_remote,contw
+	call memcpy16	
+	jam LE_SC_STAT_RECEIVE_DHKEY,mem_le_secure_connect_state
+	jam LE_SP_FLAG_COMMIT_256,mem_le_secure_connect_flag
+	rtn	
+
+le_send_smp_pairing_public_key:
+	force 65,rega
+	call le_fifo_malloc_tx_l2cap_smp
+	setarg SMP_PAIRING_PUBLIC_KEY
+	istore 1,contw	
+	arg mem_sc_pubkey_local_x_256,contr
+	branch memcpy64
+	
+le_send_smp_pairing_dhkey_check:
+	call function_f6_eb	
+	force 17,rega
+	call le_fifo_malloc_tx_l2cap_smp
+	setarg SMP_PAIRING_DHKEY_CHECK
+	istore 1,contw
+	branch load_inverse_result
+endif	
+
+le_check_paring_time:
+	fetch 1,mem_le_pairing_state
+	rtneq FLAG_LE_PAIRING_END
+	arg FLAG_LE_PAIRING_RCV_PAIRING_REQ,temp
+	isub temp,null
+	nrtn positive
+	arg smp_pairing_timer,queue
+	call timer_check
+	nrtn blank
+	branch le_send_pairing_fail_unspecified_reason
+
+le_pairing_sm:
+	bpatchx patch25_3,mem_patch25
+	call le_fifo_check_nearly_full
+	nrtn blank	
+	fetch 1,mem_le_pairing_state
+	beq FLAG_LE_PAIRING_NULL,le_pairing_sm_null
+	beq FLAG_LE_PAIRING_START,le_pairing_sm_start
+	beq FLAG_LE_PAIRING_SEND_RECURITY_REQ,le_pairing_sm_send_sec_req
+	beq FLAG_LE_PAIRING_RCV_PAIRING_REQ,le_pairing_sm_rcv_pairing_req
+	beq FLAG_LE_PAIRING_AFTER_AUTH,le_pairing_sm_after_auth
+	beq FLAG_LE_PARING_SEND_ENC_INFORMATION,le_pairng_sm_send_enc_information
+	beq FLAG_LE_PARING_SEND_MASTER_IDENTIFICATION,le_pairng_sm_send_master_indentification
+	beq FLAG_LE_PARING_SEND_INDENTITY_INFORMATION,le_pairng_sm_send_indentity_information
+	rtn
+
+le_pairing_sm_null:
+le_pairing_sm_send_sec_req:
+	fetch 1,mem_le_enc_state
+	rtnne FLAG_LE_SEND_START_ENC_RSP
+	jam FLAG_LE_ENC_END,mem_le_enc_state
+	jam FLAG_LE_PAIRING_END,mem_le_pairing_state
+	jam BT_EVT_LE_RECONNECT_COMPLETE ,mem_fifo_temp
+	branch ui_ipc_send_event	
+	
+	
+le_pairing_sm_start:
+	jam FLAG_LE_PAIRING_SEND_RECURITY_REQ,mem_le_pairing_state
+	branch le_send_smp_security_request
+
+le_pairing_sm_rcv_pairing_req:
+	jam FLAG_LE_PAIRING_WAIT_STK_GENERATION,mem_le_pairing_state
+	setarg TIMER_SMP_PAIRING_TIMEOUT
+	arg smp_pairing_timer,queue
+	branch timer_init
+	
+le_pairing_sm_after_auth:
+	fetch 1,mem_le_enc_state
+	beq FLAG_LE_SEND_START_ENC_RSP,le_pairing_sm_after_auth_start_enc
+	rtn
+	
+le_pairing_sm_after_auth_start_enc:
+	fetch 1,mem_le_pairing_mode
+	bbit1 LE_PAIRING_MODE_SECURE_CONNECT_BIT,le_pairing_sm_after_auth_start_enc_sc
+
+	jam FLAG_LE_PARING_SEND_ENC_INFORMATION,mem_le_pairing_state
+	call le_send_smp_encryption_information
+le_pairing_sm_after_auth_start_enc_common:
+	jam BT_EVT_LE_ENC_INFO,mem_fifo_temp
+	branch ui_ipc_send_event
+
+le_pairing_sm_after_auth_start_enc_sc:
+	jam FLAG_LE_PARING_SEND_MASTER_IDENTIFICATION,mem_le_pairing_state
+	branch le_pairing_sm_after_auth_start_enc_common
+
+le_pairng_sm_send_enc_information:	
+	jam FLAG_LE_PARING_SEND_MASTER_IDENTIFICATION,mem_le_pairing_state
+	branch le_send_smp_master_identification
+
+le_pairng_sm_send_master_indentification:	
+	fetch 1,mem_le_preq_resp_key_distribution
+	fetcht 1,mem_le_pres_resp_key_distribution
+	iand temp,pdata
+	isolate0 LE_INITATOR_IRK_BIT,pdata
+	branch le_parse_start_enc_rsp_after_auth_end,true
+	jam FLAG_LE_PARING_SEND_INDENTITY_INFORMATION,mem_le_pairing_state
+	branch le_send_smp_identity_information
+
+le_pairng_sm_send_indentity_information:		
+	call le_send_smp_identity_address_information
+	branch le_parse_start_enc_rsp_after_auth_end
+
+
+le_parse_start_enc_rsp_after_auth_end:
+	bpatchx patch25_4,mem_patch25
+	force smp_pairing_timer,queue
+	call timer_stop
+	jam FLAG_LE_ENC_END,mem_le_enc_state
+	jam FLAG_LE_PAIRING_END,mem_le_pairing_state
+	jam BT_EVT_LE_PAIRING_COMPLETE ,mem_fifo_temp
+	branch ui_ipc_send_event	
+	
+
+ifdef SECURE_CONNECTION
+
+le_secure_connect_sm:
+	bpatchx patch25_5,mem_patch25
+	fetch 1,mem_le_pairing_mode
+	rtnbit0 LE_PAIRING_MODE_SECURE_CONNECT_BIT
+	fetch 1,mem_le_secure_connect_flag
+	rtnne LE_SP_FLAG_COMMIT_256
+	jam SP_FLAG_STANDBY,mem_le_secure_connect_flag
+	fetch 1,mem_le_secure_connect_state
+	beq  LE_SC_STAT_RECEIVE_PUBLIC_KEY,le_sc_sm_receive_public_key
+	beq LE_SC_STAT_WAIT_SEND_PUBLIC_KEY,le_sc_sm_wait_send_public_key
+	beq LE_SC_STAT_SEND_PUBLIC_KEY,le_sc_sm_send_public_key
+	beq LE_SC_STAT_RECEIVE_DHKEY,le_sc_sm_receive_dhkey
+	beq LE_SC_STAT_WAIT_CONFIRM_GKEY,le_sc_sm_wait_confirm_gkey
+	beq  LE_SC_STAT_PASSKEY_WAIT_CONFIRM,le_sc_sm_passkey_wait_confirm
+	rtn	
+
+le_sc_state_clear:
+	jam SP_FLAG_STANDBY,mem_le_secure_connect_flag
+	jam LE_SC_STAT_NULL,mem_le_secure_connect_state
+	jam FLAG_LE_SC_CONFRIM_NULL,mem_le_sc_confirm_gkey_flag
+	rtn
+	
+le_sc_sm_passkey_wait_confirm:
+	fetch 1,mem_authentication_passkey_times
+	copy pdata,queue
+	increase 1,pdata
+	store 1,mem_authentication_passkey_times
+	fetch 4,mem_le_tk
+	qisolate1 pdata
+	setarg 0x80
+	setflag true,0,pdata
+	store 1,mem_passkey_1bit
+	branch le_sc_sm_ready_send_pairing_confirm
+	
+le_sc_sm_wait_confirm_gkey:
+	fetch 1,mem_le_sc_confirm_gkey_flag
+	jam FLAG_LE_SC_CONFRIM_NULL,mem_le_sc_confirm_gkey_flag
+	beq FLAG_LE_SC_CONFRIM_GKEY_OK,le_sc_confirm_gkey_ok
+	jam LE_SP_FLAG_COMMIT_256,mem_le_secure_connect_flag
+	rtn
+	
+le_sc_confirm_gkey_ok:
+	jam BT_EVT_LE_PAIRING_SUCCESS,mem_fifo_temp
+	call ui_ipc_send_event	
+	jam FLAG_LE_PAIRING_AFTER_AUTH,mem_le_pairing_state
+	branch le_send_smp_pairing_dhkey_check
+
+le_sc_sm_receive_dhkey:
+	fetch 1,mem_sp_dhkey_invalid
+	beq SP_KEY_VALID_256,le_dhkey_ready
+	jam LE_SP_FLAG_COMMIT_256,mem_le_secure_connect_flag
+	rtn
+
+le_dhkey_ready:
+	call function_f5
+	fetch 1,mem_le_pairing_mode
+	beq LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY ,le_dhkey_ready_common
+	beq LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY_RES_INPUT ,le_dhkey_ready_common
+	call le_set_tk_0 
+le_dhkey_ready_common:
+	call function_f6_ea
+	arg mem_AES_CMAC_temp,rega
+	arg mem_sp_confirm_remote ,regb
+	arg 16,loopcnt
+	call string_compare
+	branch le_dhkey_check_ok,zero
+le_dhkey_check_fail:	
+	jam PAIRING_FAILED_DHKEY_CHECK_FAILED,mem_le_ll_pairing_fail_reason
+	branch le_send_pairing_failed
+
+	
+le_dhkey_check_ok:
+	call sp_calc_check_publickey_256
+	nbranch le_dhkey_check_fail,zero
+	jam 1,mem_ltk_exists
+	fetch 1,mem_le_pairing_mode
+	beq LE_PAIRING_MODE_SECURE_CONNECT_JUSTWORK,le_sc_confirm_gkey_ok
+	beq LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY ,le_sc_confirm_gkey_ok	
+	beq LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY_RES_INPUT ,le_sc_confirm_gkey_ok	
+	jam LE_SP_FLAG_COMMIT_256,mem_le_secure_connect_flag
+	jam LE_SC_STAT_WAIT_CONFIRM_GKEY,mem_le_secure_connect_state	
+	rtn	
+
+le_sc_sm_send_public_key:
+	fetch 1,mem_le_pairing_mode
+	beq LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY,le_sc_sm_send_public_key_passkey
+	beq LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY_RES_INPUT,le_sc_sm_send_public_key_passkey
+	jam 0,mem_passkey_1bit
+le_sc_sm_ready_send_pairing_confirm:
+	branch le_send_smp_pairing_confirm
+
+le_sc_sm_send_public_key_passkey:
+	jam 0,mem_authentication_passkey_times
+	rtneq LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY_RES_INPUT
+	branch le_parse_smp_pairing_req_passkey
+
+	
+le_sc_sm_receive_public_key:
+	jam LE_SP_FLAG_COMMIT_256,mem_le_secure_connect_flag
+	fetch 1,mem_sc_local_key_invalid
+	beq SP_KEY_VALID_256,le_public_key_ready
+	rtn
+	
+le_public_key_ready:
+	jam LE_SC_STAT_WAIT_SEND_PUBLIC_KEY,mem_le_secure_connect_state	
+	jam SP_KEY_INVALID,mem_sp_dhkey_invalid
+	branch sp_dhkey_calc_256	
+
+le_sc_sm_wait_send_public_key:
+	jam LE_SP_FLAG_COMMIT_256,mem_le_secure_connect_flag
+	jam LE_SC_STAT_SEND_PUBLIC_KEY,mem_le_secure_connect_state
+	branch le_send_smp_pairing_public_key
+
+endif
+
+
+le_fifo_malloc_tx_l2cap_smp:
+	bpatchx patch25_6,mem_patch25
+	force LE_L2CAP_CID_SMP,regb
+	branch le_fifo_malloc_tx_l2cap
+
+
Index: program/ble_protocol_stack/le_ll.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/ble_protocol_stack/le_ll.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/ble_protocol_stack/le_ll.prog	(working copy)
@@ -0,0 +1,339 @@
+
+le_parse_ll:
+	fetch 1,mem_le_rxbuf_data_ll_opcode
+	beq LL_CONNECTION_UPDATE_IND,le_parse_connection_update_ind
+	beq LL_CHANNEL_MAP_IND,le_parse_channel_map_ind
+	beq LL_TERMINATE_IND,le_parse_terminate_ind
+	beq LL_ENC_REQ,le_parse_enc_req
+	beq LL_ENC_RSP,le_parse_enc_rsp
+	beq LL_START_ENC_REQ,le_parse_start_enc_req
+	beq LL_START_ENC_RSP,le_parse_start_enc_rsp
+	beq LL_UNKNOWN_RSP,le_parse_unknown_rsp
+	beq LL_FEATURE_REQ,le_parse_feature_req
+	beq LL_FEATURE_RSP,le_parse_feature_rsp
+	beq LL_PAUSE_ENC_REQ,le_parse_pause_enc_req
+	beq LL_PAUSE_ENC_RSP,le_parse_pause_enc_rsp
+	beq LL_VERSION_IND,le_parse_version_ind
+	beq LL_REJECT_IND,le_parse_reject_ind
+	beq LL_PING_REQ,le_parse_ping_req
+	beq LL_PING_RSP,le_parse_ping_rsp
+	beq LL_LENGTH_REQ,le_parse_length_req
+	beq LL_LENGTH_RSP,le_parse_length_rsp
+	beq LL_PHY_REQ,le_parse_phy_req
+	beq LL_PHY_UPDATE_IND,le_parse_phy_update_ind
+	fetchr regc,1,mem_le_rxbuf_data_ll_opcode
+	branch le_send_unknown_rsp
+
+
+//LL Opcode:0x00
+le_parse_connection_update_ind:
+	ifetch 9,contr
+	store 9,mem_le_new_param
+	ifetch 2,contr
+	store 2,mem_le_instant
+	fetch 1,mem_le_state
+	set1 lestate_update_param,pdata
+	store 1,mem_le_state
+	rtn
+
+
+//LL Opcode:0x01
+le_parse_channel_map_ind:
+	ifetch 5,contr
+	store 5,mem_le_new_map
+	ifetch 2,contr
+	store 2,mem_le_instant
+le_update_map_enable:
+	fetch 1,mem_le_state
+	set1 lestate_update_map,pdata
+	store 1,mem_le_state
+	rtn
+
+
+//LL Opcode:0x02
+le_parse_terminate_ind:
+	setarg 20 // 200ms
+	store 2,mem_le_superto
+	store 2,mem_le_init_superto
+	rtn
+
+
+//LL Opcode:0x03
+le_parse_enc_req:
+	ifetch 8,contr
+	store 8,mem_le_rand
+	ifetch 2,contr
+	store 2,mem_le_ediv
+	ifetch 8,contr
+	store 8,mem_le_skdm
+	ifetch 4,contr
+	store 4,mem_ccm_ivm
+	call le_send_enc_rsp
+	bpatchx patch25_7,mem_patch25
+	fetch 1,mem_le_pairing_state
+	beq FLAG_LE_PAIRING_AFTER_AUTH,le_parse_enc_req_after_auth
+	fetch 1,mem_le_configuration
+	bbit1 BIT_BLE_PAIRING_FIXED_LTK,le_parse_enc_req_fixed_ltk
+	fetch 1,mem_nv_data_number
+	ncall load_device_list_mode_4,blank
+	fetch 1,mem_ltk_exists
+	beq 0,le_ltk_lost
+le_parse_enc_req_after_auth:
+	jam FLAG_LE_RCV_ENC_START,mem_le_enc_state
+	call le_send_start_enc_req
+	branch generate_sk
+le_parse_enc_req_fixed_ltk:
+	jam 1,mem_ltk_exists
+	arg mem_le_fixed_ltk,contr
+	arg mem_le_ltk,contw
+	call memcpy16
+	branch le_parse_enc_req_after_auth
+	
+le_ltk_lost:
+	jam FLAG_LE_ENC_NULL,mem_le_enc_state
+	jam FLAG_LE_ENC_NULL,mem_le_pairing_state
+	jam BT_EVT_LE_LTK_LOST,mem_fifo_temp
+	branch ui_ipc_send_event
+
+//LL Opcode:0x04
+le_parse_enc_rsp:
+	ifetch 8,contr
+	store 8,mem_le_skds
+	ifetch 4,contr
+	store 4,mem_ccm_ivs
+	branch generate_sk
+
+
+//LL Opcode:0x05
+le_parse_start_enc_req:
+	fetch 1,mem_le_state
+	set1 lestate_encryption,pdata
+	store 1,mem_le_state
+	rtn
+
+//LL Opcode:0x06
+le_parse_start_enc_rsp:
+	rtn master
+	jam BT_EVT_LE_START_ENC,mem_fifo_temp
+	call ui_ipc_send_event	
+	jam FLAG_LE_SEND_START_ENC_RSP,mem_le_enc_state
+	branch le_send_start_enc_rsp
+
+
+//LL Opcode:0x07
+le_parse_unknown_rsp:
+	rtn
+
+
+//LL Opcode:0x08
+le_parse_feature_req:
+	branch le_send_feature_rsp
+
+
+//LL Opcode:0x09
+le_parse_feature_rsp:
+	rtn
+
+
+//LL Opcode:0x0a
+le_parse_pause_enc_req:
+	jam FLAG_LE_ENC_PAUSE,mem_le_enc_state
+	call le_send_pause_enc_rsp	
+	jam BT_EVT_LE_PAUSE_ENC,mem_fifo_temp
+	branch ui_ipc_send_event	
+
+
+//LL Opcode:0x0b
+le_parse_pause_enc_rsp:
+	rtn
+
+
+//LL Opcode:0x0c
+le_parse_version_ind:
+	rtn master
+	branch le_send_version_ind
+
+
+//LL Opcode:0x0d
+le_parse_reject_ind:
+	rtn
+
+
+//LL Opcode:0x13
+le_parse_ping_req:
+	branch le_send_ping_rsp
+
+
+//LL Opcode:0x14
+le_parse_ping_rsp:
+	rtn
+
+
+le_parse_length_req:
+	call le_parse_length_rsp
+	branch le_send_data_length_res
+
+le_parse_length_rsp:
+	ifetch 8,contr
+	store 8,mem_remote_rx_max_octets
+	fetch 2,mem_remote_rx_max_octets
+	fetcht 2,mem_local_tx_max_octets
+	call not_greater_than
+	store 2,mem_remote_rx_max_octets
+	
+	fetch 2,mem_remote_tx_max_octets
+	fetcht 2,mem_local_rx_max_octets
+	call not_greater_than
+	store 2,mem_remote_tx_max_octets
+	rtn
+
+
+//LL Opcode:0x16
+le_parse_phy_req:
+	branch le_send_phy_rsp
+
+
+//LL Opcode:0x18
+le_parse_phy_update_ind:
+	ifetch 2,contr
+	store 2,mem_le_new_m2s_phy
+	ifetch 2,contr
+	store 2,mem_le_instant
+	rtn blank
+	fetch 1,mem_le_state
+	set1 lestate_update_phy,pdata
+	store 1,mem_le_state	
+	rtn
+
+
+///////////////////send ll packet//////////////
+//LL Opcode:0x02
+le_send_terminate_ind_user_terminated:
+	arg ERROR_REMOTE_USER_TERMINATED_CONNECTION,regc
+
+//regc:The ErrorCode field shall be set to inform the remote device why the connection is about to be terminated.
+le_send_terminate_ind:
+	arg 2,rega
+	arg LL_TERMINATE_IND,regb
+	call le_fifo_malloc_tx_ll
+	copy regc,pdata
+	istore 1,contw
+	rtn
+
+
+//LL Opcode:0x04
+le_send_enc_rsp:
+	arg mem_le_skds,contw
+	force 8,loopcnt
+	call generate_random_loop
+	arg mem_ccm_ivs,contw
+	force 4,loopcnt
+	call generate_random_loop
+	arg 13,rega
+	arg LL_ENC_RSP,regb
+	call le_fifo_malloc_tx_ll
+	fetch 8,mem_le_skds
+	istore 8,contw
+	fetch 4,mem_ccm_ivs
+	istore 4,contw
+	rtn
+
+
+//LL Opcode:0x05
+le_send_start_enc_req:
+	jam FLAG_LE_SEND_START_ENC_REQ,mem_le_enc_state
+	arg LL_START_ENC_REQ,regb
+	branch le_send_ll_one_lenth
+
+
+//LL Opcode:0x06
+le_send_start_enc_rsp:
+	arg LL_START_ENC_RSP,regb
+	branch le_send_ll_one_lenth
+
+
+//LL Opcode:0x07
+//input:regc is receive ll opcode
+le_send_unknown_rsp:
+	arg 2,rega
+	arg LL_UNKNOWN_RSP,regb
+	call le_fifo_malloc_tx_ll
+	istorer regc,1,contw
+	rtn	
+
+
+//LL Opcode:0x09
+le_send_feature_rsp:
+	arg 9,rega
+	arg LL_FEATURE_RSP,regb
+	call le_fifo_malloc_tx_ll
+	fetch 8,mem_le_local_feature
+	or pdata,FUN_LL_FEATURE_LE_ENCRYPTION,pdata
+	istore 8,contw
+	rtn
+
+
+//LL Opcode:0x0B
+le_send_pause_enc_rsp:
+	arg LL_PAUSE_ENC_RSP,regb
+	branch le_send_ll_one_lenth
+
+
+//LL Opcode:0x0C
+le_send_version_ind:
+	arg 6,rega
+	arg LL_VERSION_IND,regb
+	call le_fifo_malloc_tx_ll
+	fetch 5,mem_version
+	istore 5,contw
+	rtn
+
+//LL Opcode:0x0D
+le_send_reject_ind:
+	arg 2,rega
+	arg LL_REJECT_IND,regb
+	call le_fifo_malloc_tx_ll
+	setarg LE_ERR_PIN_OR_KEY_MISSING
+	istore 1,contw
+	rtn		
+
+
+//LL Opcode:0x13
+le_send_ping_rsp:
+	arg LL_PING_RSP,regb
+	branch le_send_ll_one_lenth
+	
+le_send_data_length_req:
+	arg LL_LENGTH_REQ,regb
+	branch le_send_data_length
+
+le_send_data_length_res:
+	arg LL_LENGTH_RSP,regb
+le_send_data_length:
+	arg 9,rega
+	call le_fifo_malloc_tx_ll
+	fetch 8,mem_local_rx_max_octets
+	istore 8,contw
+	rtn
+
+
+//LL Opcode:0x17
+le_send_phy_rsp:
+	arg 3,rega
+	arg LL_PHY_RSP,regb
+	call le_fifo_malloc_tx_ll
+	fetch 1,mem_le_tx_phys
+	and pdata,0x07,pdata
+	istore 1,contw
+	fetch 1,mem_le_rx_phys
+	and pdata,0x07,pdata
+	istore 1,contw
+	rtn		
+
+
+//regb:ll opcode
+le_send_ll_one_lenth:
+	arg 1,rega
+	branch le_fifo_malloc_tx_ll
+
+
Index: program/bt.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/bt.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/bt.prog	(working copy)
@@ -0,0 +1,1584 @@
+//define CLK24M
+//define SECURE_CONNECTION
+
+define COMPILE_SHUTTER
+define COMPILE_MOUSE
+define COMPILE_USB
+define COMPILE_DONGLE
+define COMPILE_LE
+define COMPILE_24G
+define COMPILE_CAR
+define COMPILE_REMOTE_CAR
+define COMPILE_FCC_AUTH
+//define COMPILE_NEC
+//define COMPILE_UART
+define FUNC_FAN_MODULE
+
+INCLUDE "bt_format"
+
+org 0x0000		// start from patch ram address start
+ifdef SIM
+include sim.prog
+else
+include patch.prog
+endif
+
+/******************************************/
+/***********   ROM Start   ***************/
+/******************************************/
+
+org 0x3800		// start from rom address start
+start:
+	call lpmstate
+
+soft_reset:
+	bpatch patch00_0,mem_patch00
+	clear_stack
+	call app_param_init
+	call initialize_radio
+	call iic_init_360khz
+	call init_param
+	call l2cap_init
+	bpatch patch00_1,mem_patch00
+	call ui_init
+	call ldo_abb_en_init
+	call app_init
+ifdef SECURE_CONNECTION
+	call publickey_init
+//	call sp_wait_pubkey_calc_done
+endif
+	call lpm_recover_clk,wake
+main_loop:	
+	bpatch patch00_2,mem_patch00
+ifdef SECURE_CONNECTION
+	call sp_calc_sequence_256
+	call sp_calc_sequence_256_check
+endif
+	call le_advertising_dispatch
+	call idle_dispatch
+	call app_process_idle
+	call connection_dispatch
+	call g24_dispatch
+	call lpm_dispatch
+	branch main_loop
+
+connection_dispatch:
+	call connection_incontext
+	rtnmark0 mark_context
+	set0 mark_context,mark
+	call context_save
+	branch le_disable
+	
+connection_incontext:
+	bpatch patch00_3,mem_patch00
+	call context_search_insniff
+	nbranch connection_nosniff,zero
+	call context_load
+	add rega,coffset_mode,contr
+	ifetch 1,contr
+	bbit1 mode_le,le_conn_dispatch
+//	bbit1 mode_master, master_dispatch
+//	branch slave_dispatch
+	rtn
+	
+connection_nosniff:
+	jam 0,mem_current_context
+	call context_get_next
+	copy loopcnt,null
+	rtn zero
+	branch assert
+
+
+/**************************************/
+/**************idle dispatch*********/
+/**************************************/
+	
+idle_dispatch:
+	fetch 1,mem_hci_cmd
+	rtn blank
+	beq hci_cmd_le_create_conn,idle_le_create_conn
+	call context_search_conn_handle
+	rtn zero
+	call context_search_plap
+	rtn zero
+idle_exit:
+	jam 0,mem_hci_cmd
+	rtn
+
+idle_le_create_conn:
+	jam hci_cmd_le_create_conn,mem_cmd_le_create_conn
+	jam 0,mem_hci_cmd
+	rtn
+
+
+
+context_load:
+	bpatch patch00_4,mem_patch00
+	set1 mark_context,mark
+	deposit rega
+	store 2,mem_context_ptr
+	force context_size,loopcnt
+	arg mem_le_state,contw
+	add rega,coffset_mode,contr
+	ifetch 1,contr
+	copy rega,contr
+	bbit1 mode_le,memcpy
+	rtn
+	
+context_save:
+	bpatch patch00_5,mem_patch00
+	fetch 2,mem_context_ptr
+	iforce contw
+	force context_size,loopcnt
+	arg mem_le_state,contr
+	branch memcpy
+	
+	
+
+context_get_next:
+	arg context_num,loopcnt
+	fetcht 1,mem_current_context
+context_get_next_loop:
+	increase 1,temp
+	compare context_num,temp,0xff
+	nbranch context_get_next_cont,true
+	arg 0,temp
+context_get_next_cont:
+	storet 1,mem_current_context
+	mul32 temp,context_size,pdata
+	arg mem_context,rega
+	iadd rega,rega
+	ifetch 1,rega
+	bbit1 state_insniff,context_get_next_sniff
+	rtnbit1 state_inconn
+context_get_next_sniff:
+	loop context_get_next_loop
+	rtn
+	
+context_new:
+	bpatch patch00_6,mem_patch00
+	arg context_search_empty,regc
+	call context_search
+	nrtn zero					// all occupied
+	deposit rega
+	store 2,mem_context_ptr
+	force 0,null
+	rtn
+	
+
+	
+	//rtn nzero if idle(no conn)
+context_check_idle:
+	arg context_check_inconn,regc
+	branch context_search
+	
+
+	
+	/* return zero if conn handle is found */
+context_search_conn_handle:
+	fetcht 1,mem_hci_conn_handle
+context_search_conn_handle2:
+	arg context_search_handle,regc
+	branch context_search
+	
+	/* return zero if plap is found */
+context_search_plap:
+	bpatch patch00_7,mem_patch00
+	fetcht 6,mem_hci_plap
+context_search_plap2:
+	arg context_search_lap,regc
+	branch context_search
+	/* return zero if sniff anchor is meet and rega pointers to context */
+context_search_insniff:
+	arg context_search_sniff,regc
+	branch context_search
+	/* return zero if sniff window is in content with current transaction */
+context_search_sniff_window:
+	arg context_search_window,regc
+context_search:
+	bpatch patch01_0,mem_patch01
+	arg mem_context,rega
+	arg context_num,loopcnt
+context_search_loop:
+	ifetch 1,rega
+	copy regc,pc
+context_search_next:
+	bpatch patch01_1,mem_patch01
+	increase context_size,rega
+	loop context_search_loop
+	force 1,null
+	rtn
+
+context_search_empty:
+	bbit1 state_inconn,context_search_next
+	force 0,null
+	rtn
+	
+context_search_lap:
+	bbit0 state_inconn,context_search_next
+context_search_lap_cont:
+	add rega,coffset_plap,contr
+	ifetch 6,contr
+	isub temp,null
+	rtn zero
+	branch context_search_next
+
+context_search_handle:
+	bbit0 state_inconn,context_search_next
+	add rega,coffset_conn_handle,contr
+	ifetch 1,contr
+	isub temp,null
+	rtn zero
+	branch context_search_next
+
+context_search_sniff:
+	bbit0 state_insniff,context_search_next
+context_search_sniff_loop:
+	call context_get_anchor
+	call sign_pdata_temp
+	isub temp,pdata
+	increase 1,pdata
+	branch context_search_sniff_miss,positive
+	copy contr,regb
+	store 9,mem_temp
+	bpatch patch01_2,mem_patch01
+ifdef SECURE_CONNECTION
+	fetch 1,mem_sc_calc
+	nbranch context_search_sniff_sc,blank
+endif	
+	fetch 9,mem_temp
+	copy regb,contr
+	increase 5,pdata  
+	branch context_search_meet1
+	
+ifdef SECURE_CONNECTION
+context_search_sniff_sc:
+	fetch 9,mem_temp
+	copy regb,contr	
+	increase 20,pdata  
+endif	
+context_search_meet1:
+	nbranch context_search_next,positive
+context_search_meet:
+	copy temp,bt_clk
+	call context_next_anchor
+	force 0,null
+	rtn
+	
+	
+context_search_sniff_miss:
+	iforce regb
+	add rega,coffset_tsniff,contr
+	ifetch 2,contr
+	branch context_search_meet,blank
+	call context_next_anchor
+	branch context_search_sniff_loop
+
+sign_pdata_temp:
+	rshift16 pdata,timeup    
+	rshift8 timeup,timeup    
+	branch sign_pdata_temp_p0,zero    
+	compare 0xf,timeup,0xf    
+	nrtn true    
+	rshift16 temp,timeup    
+	rshift8 timeup,timeup    
+	nrtn zero    
+	set1 28,temp    
+	rtn
+sign_pdata_temp_p0:    
+	rshift16 temp,timeup    
+	rshift8 timeup,timeup    
+	compare 0xf,timeup,0xf    
+	nrtn true    
+	set1 28,pdata    
+	rtn
+
+context_check_inconn:
+	bbit0 state_inconn,context_search_next
+	force 0,null 				// found
+	rtn
+	
+context_check_a_wack:
+	bbit0 state_inconn,context_search_next
+	add rega,coffset_mode,contr
+	ifetch 1,contr
+	bbit1 mode_le,context_search_next
+	rtn
+
+context_get_anchor:
+	add rega,coffset_mode,contr
+	ifetcht 1,contr
+	deposit clkn_bt
+	isolate1 mode_master,temp
+	add rega,coffset_sniff_anchor,contr
+	ifetcht 4,contr
+	rtn true
+	add rega,coffset_clk_offset,contr
+	ifetch 6,contr
+	call calc_clke2
+	deposit clke_bt
+	rtn
+
+context_next_anchor:
+	add rega,coffset_tsniff,contr
+	add rega,coffset_sniff_anchor,contw
+	ifetch 2,contr
+	iadd temp,timeup			/* wrap to 28 bits */
+	deposit timeup
+	istore 4,contw
+	branch le_context_nextevent
+	
+
+context_search_window:
+	bbit0 state_insniff,context_search_next
+	call context_get_anchor
+	iadd stop_watch,pdata
+	iadd stop_watch,pdata
+	iadd queue,pdata
+	isub temp,null
+	nbranch context_search_next,positive
+	force 0,null
+	rtn
+
+
+
+end_of_packet:
+	bpatch patch01_3,mem_patch01
+	disable encode_fec0
+	disable encode_fec2
+	disable decode_fec0
+	disable decode_fec2
+	disable enable_crc
+	disable encrypt
+	disable enable_white
+	branch shutdown_radio,is_rx
+	until null,tx_clear
+	nop 100          /* flush out the last bit */
+	branch shutdown_radio
+
+
+
+	/* enable user if sniff window vialation, queue is extra overhead */
+sniff_check_window:
+	bpatch patch01_4,mem_patch01
+	disable swfine
+	copy temp,stop_watch
+	call context_search_sniff_window
+	disable user
+	nrtn zero
+	force 0,stop_watch
+	branch enable_user
+
+
+
+calc_slot_offset:
+	bpatch patch01_5,mem_patch01
+	until null,halfslot
+	deposit clke
+	iforce contr
+	rshift16,pdata,pdata
+	isub clkn_bt,loopcnt
+	and_into 3,loopcnt			/* bt portion */
+	nbranch calc_bt_portion,zero
+	force 0,pdata
+	branch calc_skip_bt
+calc_bt_portion:
+	fetcht 2,mem_param_rt_rthalfslot
+	force 0,pdata
+calc_slot_offset_loop:
+	iadd temp,pdata
+	loop calc_slot_offset_loop
+calc_skip_bt:
+	iadd contr,pdata			/* add rt portion */
+	div pdata,12
+	call get_div_result
+	store 2,mem_slot_offset
+	rtn
+
+calc_clke_offset:
+	bpatch patch01_6,mem_patch01
+	deposit clke
+	copy clkn,temp
+	isub temp,null
+	nsetflag positive,44,pdata
+	isub temp,temp
+	fetch 2,mem_param_rt_rthalfslot
+	isolate0 15,temp
+	branch calc_clke_pos,true
+	copy temp,alarm
+	arg 0x10000,temp
+	fetch 2,mem_param_rt_rthalfslot
+	isub temp,pdata
+	iadd alarm,temp
+	
+calc_clke_pos:
+	storet 6,mem_le_clk_offset
+	rtn
+
+calc_clke:
+	disable clknt
+	fetch 6,mem_le_clk_offset
+calc_clke2:
+	iadd clkn,alarm
+	increase 10,alarm
+	fetch 2,mem_param_rt_rthalfslot
+	isub alarm,pdata
+	isolate0 15,pdata
+	branch calc_clke_pos_adj,true
+	setarg 0x10000
+	fetchr regd,2,mem_param_rt_rthalfslot
+	isub regd,pdata
+	iadd alarm,alarm
+calc_clke_pos2:
+	copy alarm,clke
+	rtn
+calc_clke_pos_adj:		/* add 2 clock */
+	force 0,null
+	branch calc_clke_pos2
+	
+/******************************************/
+/********* RF related functions ***********/
+/******************************************/
+
+
+shutdown_radio:
+	bpatch patch01_7,mem_patch01
+	call rf_debug_shutdown_radio_line	//L-H-L
+	force 0x08,radio_ctrl
+	force 0,radio_ctrl
+	disable is_rx
+	disable is_tx
+	pulse packet_end
+	jam 0x5,modem_en
+	nop 2
+	jam 0x0,modem_en
+	call set_sync_on
+	jam 0,core_syn_en
+	jam 0x80,core_rf_ldo_en0
+	fetch 1,core_clkpll_cfg6
+	set0 7,pdata
+	store 1,core_clkpll_cfg6
+	jam 0,core_rf_ldo_en1
+	rtn
+
+
+
+set_sync_on:
+	bpatch patch02_0,mem_patch02
+	jam 0x5,modem_en
+	nop 2
+	jam 0x0,modem_en					/* if called from tx or rx */
+	fetch 1,mem_fcomp_div
+	beq XTAL_24M,set_sync_on_24m
+	beq XTAL_16M,set_sync_on_16m
+set_sync_on_24m:
+	jam 0xaa,core_rf_ldo_cfg4
+	jam 0xaa,core_rf_ldo_cfg5
+	jam 0x15,core_rf_ldo_cfg6
+	
+	jam 0x78,core_rf_ldo_en0 //ldo en
+	fetch 1,core_clkpll_cfg6
+	set1 7,pdata
+	store 1,core_clkpll_cfg6
+	jam 0x04,core_rf_ldo_en1
+	nop 60
+	jam 0x7a,core_syn_en //module en
+	jam 0,core_rx_en0
+	jam 0,core_rx_en1    
+	jam 0,core_tx_en0
+	jam 0,core_tx_en1
+
+	jam 0x2a,core_rf_ldo_cfg5  //ldo bleeding current disable
+	jam 0x78,core_rf_ldo_en0
+set_sync_on_next:
+	fetch 1,core_clkpll_cfg6
+	set0 7,pdata
+	store 1,core_clkpll_cfg6
+	jam 0,core_syn_cal_ctrl
+	rtn
+
+set_sync_on_16m:
+	jam 0x29,core_syn_afc_cfg1
+	jam 0xe6,core_syn_aac_cfg1
+
+	jam 0xaa,core_rf_ldo_cfg4
+	jam 0xaa,core_rf_ldo_cfg5
+	jam 0x15,core_rf_ldo_cfg6
+	
+	jam 0x78,core_rf_ldo_en0 //ldo en
+	fetch 1,core_clkpll_cfg6
+	set1 7,pdata
+	store 1,core_clkpll_cfg6
+	jam 0x04,core_rf_ldo_en1
+	nop 60
+	jam 0x3a,core_syn_en //module en
+	jam 0,core_rx_en0                 
+	jam 0,core_rx_en1       
+	jam 0,core_tx_en0
+	jam 0,core_tx_en1
+
+	jam 0x2a,core_rf_ldo_cfg5  //ldo bleeding current disable
+	jam 0x38,core_rf_ldo_en0
+	branch set_sync_on_next
+
+set_freq_rx:
+	bpatch patch02_1,mem_patch02
+	
+	fetch 1,mem_fcomp_div
+	sub pdata,XTAL_24M,null
+	call rf_rx_write_freq_24m,zero
+	ncall rf_rx_write_freq_16m,zero
+
+	storet 1,mem_last_freq
+	add temp,0,pdata
+	bmark1 mark_ble_2M,set_rxfreq_2M_offset
+	add temp,1,pdata
+set_rxfreq_2M_offset:
+	branch rf_rx_write_freq
+
+
+rf_rx_write_freq_24m:
+	jam 0,core_syn_cal_ctrl
+	jam 0x04,core_syn_top_ctrl
+	jam 0,core_syn_mmd_cp_ctrl
+	jam 0x03,core_syn_cp_lpf_cfg
+	jam 0x40,core_syn_afc_cfg3
+	rtn
+rf_rx_write_freq_16m:
+	jam 0x30,core_syn_cal_ctrl
+	jam 0x06,core_syn_top_ctrl
+	jam 0,core_syn_mmd_cp_ctrl
+	jam 0x20,core_syn_cp_lpf_cfg
+	jam 0x15,core_syn_afc_cfg3
+	rtn
+
+rf_rx_enable:
+	bpatch patch02_2,mem_patch02
+	call rf_debug_rx_gpio_high
+	
+	fetch 1,mem_gain_fix
+	beq 0xff,rf_rx_enable_no_soft_agc 
+	arg mem_gain_table,contr
+	iadd contr,contr
+	ifetch 1,contr
+	store 1,core_rf_rx_gain_fix
+	jam 0x27,core_rf_rx_agc_ctrl
+	
+rf_rx_enable_no_soft_agc:
+	fetcht 1,mem_gain_second_agc_en	//0x00 or 0x08
+	fetch 1,core_rf_rx_agc_ctrl
+	ior temp,pdata
+	store 1,core_rf_rx_agc_ctrl
+
+	jam 0xaa,core_rf_ldo_cfg4 //ldo config set
+	jam 0x2a,core_rf_ldo_cfg5
+	jam 0x13,core_rf_ldo_cfg6
+	jam 0x7f,core_rf_ldo_en0
+	fetch 1,core_clkpll_cfg6
+	set0 7,pdata
+	store 1,core_clkpll_cfg6
+	nop 60
+	jam 0x1f,core_rx_en0
+	jam 0xf8,core_rx_en1
+	jam 0x18,core_tx_en0
+	jam 0x00,core_rf_ldo_cfg4
+	jam 0x20,core_rf_ldo_cfg5
+	nop 10
+	jam 0x04,modem_en
+	nop 2
+	jam 0x0c,modem_en
+	rtn
+
+
+	/* pdata is frequency, 00=2400Mhz */
+rf_rx_write_freq:
+	bpatch patch02_3,mem_patch02
+	arg 2400,contr
+	iadd contr,pdata
+	fetcht 1,mem_fcomp_div
+	branch rf_write_freq_calc
+
+	/* rega is frequency, 00=2400Mhz */
+rf_tx_write_freq:
+	bpatch patch02_4,mem_patch02
+	fetch 1,mem_fcomp_div
+	sub pdata,XTAL_24M,null
+	call rf_tx_write_freq_24m,zero
+	ncall rf_tx_write_freq_16m,zero
+	
+	setarg 2400
+	iadd rega,pdata
+	lshift pdata,pdata
+	fetcht 1,mem_fcomp_div
+	mul32 temp,0x03,temp
+rf_write_freq_calc:	
+	lshift temp,temp
+	idiv temp
+	call wait_div_end
+	quotient pdata
+	store 1,core_syn_divr_int
+	remainder pdata		
+	lshift16 pdata,pdata
+	lshift8 pdata,pdata
+	idiv temp
+	call wait_div_end
+	quotient pdata
+	store 1,core_syn_divr_int+3
+	rshift8 pdata,pdata
+	store 1,core_syn_divr_int+2
+	rshift8 pdata,pdata
+	store 1,core_syn_divr_int+1
+	fetcht 1,core_syn_cal_ctrl		//reg syn_cal_ctrl[3:0] = 2??谐写b0000, reset
+	and_into 0xf0,temp
+	storet 1,core_syn_cal_ctrl
+	nop 12
+	fetch 1,mem_fcomp_div
+	beq XTAL_24M,rf_write_freq_calc_24m
+	beq XTAL_16M,rf_write_freq_calc_16m
+rf_write_freq_calc_24m:	
+	or_into 0x0c,temp
+	storet 1,core_syn_cal_ctrl
+	nop 12
+	or_into 0x03,temp
+	storet 1,core_syn_cal_ctrl
+	rtn
+
+rf_write_freq_calc_16m:
+	or_into 0x3c,temp
+	storet 1,core_syn_cal_ctrl
+	nop 12
+	or_into 0x33,temp
+	storet 1,core_syn_cal_ctrl
+	rtn
+
+
+rf_tx_write_freq_24m:
+	jam 0,core_syn_cal_ctrl
+	jam 0x12,core_syn_top_ctrl
+	jam 0,core_syn_mmd_cp_ctrl
+	jam 0x03,core_syn_cp_lpf_cfg
+	jam 0xa6,core_syn_aac_cfg1
+	jam 0x40,core_syn_afc_cfg3
+	rtn
+
+rf_tx_write_freq_16m:
+	jam 0x30,core_syn_cal_ctrl
+	jam 0x15,core_syn_top_ctrl
+	jam 0,core_syn_mmd_cp_ctrl
+	jam 0x20,core_syn_cp_lpf_cfg
+	jam 0xa6,core_syn_aac_cfg1
+	jam 0x15,core_syn_afc_cfg3
+	rtn
+
+
+set_freq_tx:
+	bpatch patch02_5,mem_patch02
+
+	jam 0x12,core_syn_top_ctrl
+	storet 1,mem_last_freq
+	add temp,2,rega
+	call rf_tx_write_freq
+	nop 0x3c0
+
+txon:
+	bpatch patch02_6,mem_patch02
+	
+	jam 0xaa,core_rf_ldo_cfg4 //ldo config set
+	jam 0x2a,core_rf_ldo_cfg5
+	jam 0x10,core_rf_ldo_cfg6
+	
+	jam 0x7f,core_rf_ldo_en0	//ldo en
+	fetch 1,core_clkpll_cfg6
+	set0 7,pdata
+	store 1,core_clkpll_cfg6
+	jam 0x07,core_rf_ldo_en1 
+	nop 60
+
+	jam 0x0d,core_tx_en0
+	jam 0xf9,core_tx_en1		// reg tx_en1[7:0] = 8??谐写b11011001
+	jam 0x00,core_rf_ldo_cfg4
+	jam 0x20,core_rf_ldo_cfg5
+	nop 10
+	jam 0x01, modem_en
+	nop 2
+	jam 0x03, modem_en
+	
+	bpatch patch02_7,mem_patch02
+	fetch 1,mem_tx_power
+	beq TX_POWER_3DB,set_tx_power_3db
+	beq TX_POWER_5DB,set_tx_power_5db
+	beq TX_POWER_6DB,set_tx_power_6db
+	beq TX_POWER_7DB,set_tx_power_7db
+	beq TX_POWER_10DB,set_tx_power_10db
+	beq TX_POWER_F3DB,set_tx_power_f3db
+	beq TX_POWER_F5DB,set_tx_power_f5db
+	beq TX_POWER_F20DB,set_tx_power_f20db
+	beq TX_POWER_F30DB,set_tx_power_f30db
+	beq TX_POWER_FACTORY,set_tx_power_factory
+set_tx_power_0db:
+	jam 0x6a,core_tx_pwr_ctrl0
+	jam 0x07,core_tx_pwr_ctrl1
+set_rf_ldo_cfg89:
+	jam 0xa3,core_rf_ldo_cfg8
+	jam 0x07,core_rf_ldo_cfg9
+	rtn
+
+set_tx_power_3db:
+	jam 0x66,core_tx_pwr_ctrl0
+	jam 0x0b,core_tx_pwr_ctrl1
+set_rf_ldo_cfg89_2:
+	jam 0xaa,core_rf_ldo_cfg8
+	jam 0x0a,core_rf_ldo_cfg9
+	rtn
+
+set_tx_power_5db:
+	jam 0x6c,core_tx_pwr_ctrl0
+	jam 0x0d,core_tx_pwr_ctrl1
+	branch set_rf_ldo_cfg89_2
+
+set_tx_power_6db:
+	jam 0x6b,core_tx_pwr_ctrl0
+	jam 0x0f,core_tx_pwr_ctrl1
+	branch set_rf_ldo_cfg89_2
+
+set_tx_power_7db:
+	jam 0xa7,core_tx_pwr_ctrl0
+	jam 0x0f,core_tx_pwr_ctrl1
+	branch set_rf_ldo_cfg89_2
+
+set_tx_power_10db:
+	jam 0xb6,core_tx_pwr_ctrl0
+	jam 0x0f,core_tx_pwr_ctrl1
+	branch set_rf_ldo_cfg89_2
+
+set_tx_power_f3db:
+	jam 0x68,core_tx_pwr_ctrl0
+	jam 0x05,core_tx_pwr_ctrl1
+	branch set_rf_ldo_cfg89
+	
+set_tx_power_f5db:
+	jam 0x60,core_tx_pwr_ctrl0
+	jam 0x05,core_tx_pwr_ctrl1
+	branch set_rf_ldo_cfg89
+
+set_tx_power_f20db:
+	jam 0x53,core_tx_pwr_ctrl0
+	jam 0x01,core_tx_pwr_ctrl1
+	branch set_rf_ldo_cfg89
+
+set_tx_power_f30db:
+	jam 0x4c,core_tx_pwr_ctrl0
+	jam 0x00,core_tx_pwr_ctrl1
+	branch set_rf_ldo_cfg89
+
+set_tx_power_factory:
+	fetch 2,mem_tx_power_factory_param
+	store 2,core_tx_pwr_ctrl0
+	branch set_rf_ldo_cfg89
+
+
+initialize_radio:
+	jam clksel_rc,core_clksel
+initialize_radio_wait:
+	fetch 2,mem_rf_init_ptr
+	bbit0 14,initialize_radio_wait
+	iforce contr
+	arg 0x8a00,temp
+initialize_radio_loop:
+	ifetch 1,contr
+	beq 0xff,initialize_radio_cont
+	ior temp,contw
+	ifetch 1,contr
+	istore 1,contw
+	branch initialize_radio_loop
+	
+initialize_radio_cont:
+	bpatch patch03_0,mem_patch03
+	fetch 1,mem_wdt_always_work
+	call wdt_set_disable,blank
+
+	jam 0x05,core_clkpll_cfg0
+	jam 0x94,core_rx_iqadc_cfg
+	call initialize_rc_cal
+	call initialize_rf_ldo_cfg1
+	call initialize_syn_afc_cfg1
+	jam 0xe6,core_syn_aac_cfg1
+
+	//optimize RX SX pn
+	jam 0x90,core_syn_pfd_lkd_cfg
+	jam 0x0b,core_rf_ldo_cfg2
+	jam 0x05,core_rf_ldo_cfg3
+
+	//Improve auto agc
+	jam 0x76,core_agc_wb_sat_th
+	jam 0x76,core_agc_nb_sat_th
+
+	fetch 1,mem_fcomp_div
+	bne XTAL_16M,initialize_radio_cont_next
+	jam 0x34,core_clkpll_cfg5		//16M XTAL
+initialize_radio_cont_next:
+	jam 0xff,core_clkpll_ctrl1
+	nop 100
+	jam 0x0e,core_clkpll_ctrl2
+	jam 0x03,core_clkpll_ctrl0
+	
+	call set_tx_power_0db
+	
+	jam 0x2b,core_tx_mixer_cfg1
+	jam 0x13,core_tx_mixer_cfg2
+initialize_radio_cont_next_2:
+	call init_lpm_ctrl
+	nop 100
+	jam clksel_dpll,core_clksel
+	jam SYSTEM_CLK_12M,mem_system_clk
+	branch le_disable
+	
+
+initialize_syn_afc_cfg1:
+	fetch 1,mem_syn_afc_cfg1
+	nbranch initialize_syn_afc_cfg1_set,blank
+	setarg 0x29
+initialize_syn_afc_cfg1_set:	
+	store 1,core_syn_afc_cfg1
+	rtn
+
+initialize_rf_ldo_cfg1:
+	fetch 1,mem_rf_ldo_cfg1
+	nbranch initialize_rf_ldo_cfg1_set,blank
+	setarg 0x00
+initialize_rf_ldo_cfg1_set:
+	store 1,core_rf_ldo_cfg1
+	rtn
+
+initialize_rc_cal:
+	fetch 1,mem_rc_cal
+	branch initialize_rc_cal_set,blank
+	setarg 0xd3
+initialize_rc_cal_set:	
+	store 1,core_rx_bq_bw_cal
+	rtn
+	
+	
+save_rssi:
+	bpatch patch03_1,mem_patch03
+	 // bit6 is signed bit.
+	fetch 1,modem_nb_pow
+	isolate1 6,pdata
+	setflag true,7,pdata
+	store 1,mem_modem_rssi
+
+	fetch 1,modem_gain
+	and pdata,0x0f,temp
+	lshift temp,temp
+	rshift4 pdata,pdata
+	iadd temp,temp
+	mul32 temp,3,rega // (abb_gain + lna_gain*2)*3
+
+	fetch 1,mem_modem_rssi
+	call byte_sign_extern
+	sub pdata,0,pdata //-modem_nb_pow
+	iadd rega,pdata // (abb_gain + lna_gain*2)*3 + (-modem_nb_pow)
+	increase -9,pdata // (abb_gain + lna_gain*2)*3 + (-modem_nb_pow) - 9
+	and pdata,0x1ff,pdata
+	isolate1 8,pdata
+	nbranch save_rssi_store,true
+	setarg 0	 
+save_rssi_store:
+	store 1,mem_rssi_hex
+	branch rssi_hex2dec
+ 
+byte_sign_extern:
+	isolate1 7,pdata
+	nrtn true
+	arg 0xff00,temp
+	ior temp,pdata
+	rtn
+ 
+rssi_hex2dec:
+	fetch 1,mem_rssi_hex
+	call bcd
+	store 1,mem_rssi
+	rtn
+
+bcd:
+	and_into 0xff,pdata
+	div pdata,10
+	call get_div_result
+	lshift4 pdata,pdata
+	remainder temp
+	ior temp,pdata
+	rtn
+
+	
+xtal_fast_wake:
+	setarg 0xf0f
+	branch lpm_write_config
+
+init_lpm_ctrl:
+	setarg 0x80f
+	branch lpm_write_config
+
+
+
+	/* pdata = clks ahead of bt_clk */
+ahead_window:
+	copy pdata,temp
+	bpatch patch03_2,mem_patch03
+	copy temp,pdata
+	call clk2bt
+	lshift16 bt_clk,pdata
+	set1 44,pdata
+	call clk_diff
+	set0 44,pdata
+	call get_clk
+	call clk_diff
+	rtn user
+	call clk2rt
+	iforce stop_watch
+	until null,timeout
+	rtn
+
+
+get_clk:
+	copy clkn,temp
+	rtn master
+	copy clke,temp
+	rtn
+
+get_clkbt:
+	deposit clkn_bt
+	rtn master
+	deposit clke_bt
+	rtn
+
+
+assert:
+	bpatch patch03_3,mem_patch03
+	branch assert
+	
+
+sleep:	
+	rtn blank
+	/* sleep pdata clocks, only even clocks are accurate */
+	rshift pdata,pdata
+	increase -3,pdata
+sleep_loop:	
+	increase -1,pdata
+	nbranch sleep_loop,zero
+	force 0,pdata
+	rtn
+
+
+
+init_param:
+	// clear specified sched ram 
+	setarg 0 
+	store 6,mem_le_adv_transmit
+	arg mem_le_state,contw
+	arg 10,loopcnt
+	call memset0
+	jam 0,mem_fifo_temp
+	jam 0,mem_le_testtype
+
+	setarg param_tx_setup
+	store 2,mem_param_tx_setup
+	setarg param_rf_setup
+	store 2,mem_param_rf_setup
+	setarg param_conn_access
+	store 2,mem_param_conn_access
+	setarg param_rx_setup
+	store 2,mem_param_rx_setup
+	setarg param_clke_cal
+	store 2,mem_param_clke_cal
+	setarg param_pll_setup
+	store 2,mem_param_pll_setup
+	setarg param_dpll_start_delay
+	store 2,mem_param_dpll_start_delay
+	setarg param_rt_rthalfslot
+	store 2,mem_param_rt_rthalfslot
+	setarg param_clke_cal_le_1m
+	store 2,mem_param_clke_cal_le_1m
+	setarg param_clke_cal_le_2m
+	store 2,mem_param_clke_cal_le_2m
+	setarg param_clke_cal_le_coded
+	store 2,mem_param_clke_cal_le_coded
+	
+//	call init_memp	
+ifdef SECURE_CONNECTION 
+	setarg mem_sp_state_end
+	arg mem_sp_state_start,contw
+	isub contw,loopcnt
+	call clear_mem
+endif
+
+	bpatch patch03_4,mem_patch03
+	rtn wake
+	jam PARAM_T_IFS_150US+PARAM_SYNC_TIME_DIFFERENCE,mem_le_tx_ifs_defference
+	setarg mem_ble_tx_buff0
+	store 2,mem_ble_l2cap_tx_buff0_ptr
+	setarg mem_ble_l2cap_tx_buff_size
+	store 2,mem_ble_l2cap_tx_buff_size_ptr	
+	rshift clkn_bt,pdata
+	store 4,mem_last_clkn
+	rtn
+
+
+/*
+这是1308/7/6芯片设计需要绕过的一个问题,如果芯片同事确认修复后，可以删除。
+修复的问题是，解决在lpm模式下，芯片会随机出现几十微安的异常电流。
+*/
+ldo_abb_en_init:
+	rtn wake
+	bpatch patch03_5,mem_patch03
+	fetch 1, core_rf_ldo_en0
+	set1 3, pdata
+	store 1, core_rf_ldo_en0
+	nop 1200
+	set0 3, pdata
+	store 1, core_rf_ldo_en0
+	rtn
+
+/*
+clk24m_init:
+	jam 6,core_clksel
+	jam 1,core_clksel
+	nop 10
+	setarg 7498
+	store 2,core_halfslot
+	rtn
+*/
+
+/*****************************************LPO************************************************/
+
+lpmstate:
+	setarg 0xee21
+	store 2,core_clkoff			// disable unused peripherals
+	fetch 4,core_gpio_in
+	store 4,mem_saved_gpio_in
+	store 4,mem_saved_gpio_in	//gpio bug
+	jam 0x83,core_otp_ctrl		/* otp ceb rstn high before power on */
+	fetch 1,core_lpm_ctrl+3
+	store 1,mem_wakup_from_power_flag	//power up bit2 = 0
+	fetch 1,core_lpm_ldocnt
+	bbit0 gpio_latch,loadcode		// power up boot
+	enable wake
+	bbit0 cold_wake,lpmwake		
+	disable wake
+	deposit auxcnt
+	nbranch lpmwake,blank		// sleep interrupted, wakeup
+	fetch 1,core_lpm_ctrl+3
+	bbit1 reload_code,lpmwake
+	arg param_hibernate_clks,temp
+	storet 4,core_lpm_reg
+	jam lpmreg_sel_counter,core_lpm_wr
+	until null,never
+
+lpmwake:
+	until null,lpo_edge
+	jam lpmreg_sel_ctrl3,core_lpm_wr
+	until null,lpo_edge
+	jam lpmreg_sel_ctrl2,core_lpm_wr
+	fetch 4,core_lpm_ctrl2
+	store 4,core_lpm_reg
+	fetch 1,core_lpm_ctrl2+1
+	and_into 0xe0,pdata			//digital aon ldo vout sel: 1.2v
+	store 1,core_lpm_reg+1
+	until null,lpo_edge
+	jam lpmreg_sel_ctrl2,core_lpm_wr
+	fetch 3,core_lpm_xtalcnt
+	store 3,core_lpm_reg
+	ifetch 1,contr
+	or_into isogate_mask,pdata		// open all isolation gate&power switch
+	istore 1,contw
+	until null,lpo_edge
+	jam lpmreg_sel_ctrl2,core_lpm_wr
+	fetch 1,core_lpm_isogate
+	set1 enable_retmem,pdata
+	store 1,core_lpm_isogate
+	until null,lpo_edge
+	call lpm_load_context,wake
+	fetch 1,core_lpm_reg+2
+	set0 gpio_latch,pdata			// enable gpio fuction
+	store 1,core_lpm_reg+2
+	call load_ucode,wake
+	nbranch loadcode,wake		// wakeup from hibernate
+	rtnmark0 mark_otp_encrypt
+	jam lock_otp,core_misc_ctrl	// disable further read/write of key
+	rtn 
+
+
+lpm_ctrl3_cfg_dig_vsel:
+	fetch 1,mem_dig_aon_vsel
+	beq 1,lpm_ctrl3_cfg_vsel_108
+	beq 2,lpm_ctrl3_cfg_vsel_096
+	beq 3,lpm_ctrl3_cfg_vsel_084
+lpm_ctrl3_cfg_vsel_120:
+	fetch 1,mem_lpm_ctrl3_aon_vsel
+	and_into 0xe0,pdata
+lpm_ctrl3_cfg_vsel_store:	
+	store 1,mem_lpm_ctrl3_aon_vsel
+	rtn
+lpm_ctrl3_cfg_vsel_108:
+	fetch 1,mem_lpm_ctrl3_aon_vsel
+	and_into 0xe0,pdata
+	or_into 0x1d,pdata
+	branch lpm_ctrl3_cfg_vsel_store
+lpm_ctrl3_cfg_vsel_096:
+	fetch 1,mem_lpm_ctrl3_aon_vsel
+	and_into 0xe0,pdata
+	or_into 0x1b,pdata
+	branch lpm_ctrl3_cfg_vsel_store
+lpm_ctrl3_cfg_vsel_084:
+	fetch 1,mem_lpm_ctrl3_aon_vsel
+	and_into 0xe0,pdata
+	or_into 0x17,pdata
+	branch lpm_ctrl3_cfg_vsel_store
+
+lpm_load_context:
+	fetch 1,mem_saved_spidctrl
+	store 1,core_spid_ctrl
+	fetch 8,mem_saved_gpio
+	store 8,core_gpio_conf
+	ifetch 5,contr
+	istore 5,contw
+	fetchr mark,8,mem_saved_mark
+	rtn
+
+lpm_save_context:
+	storer mark,8,mem_saved_mark
+	fetch 8,core_gpio_conf
+	store 8,mem_saved_gpio
+	ifetch 5,contr
+	istore 5,contw
+	fetch 1,core_spid_ctrl
+	store 1,mem_saved_spidctrl
+	rtn
+
+lpo_calibration:
+	fetch 1,core_aes_en
+	rshift2 pdata,pdata
+	and pdata,0xf,pdata
+	nbranch lpo_cal_inited,blank
+	fetch 3,mem_clks_per_lpo
+	nrtn blank
+	fetch 1,core_aes_en
+	or_into 0x30,pdata
+	store 1,core_aes_en
+	jam ccnt_start,core_misc_ctrl
+lpo_cal_inited:
+	fetch 1,core_perf_status
+	rtnbit0 1
+	fetch 3,core_clk_counter
+	store 3,mem_clks_per_lpo
+	rtn
+
+
+	/* temp is synced clke */
+lpm_adjust_clk:
+	bpatch patch03_6,mem_patch03
+	deposit clke
+	call clk_diff_rt
+	fetcht 4,mem_sleep_counter_all
+	sub temp,0xff,null
+	rtn positive				// interval too small
+	lshift8 pdata,pdata
+	lshift4 pdata,pdata
+	idiv temp
+	call get_div_result
+	arg param_lpm_adjmax,temp
+	call ceiling
+	store 1,mem_lpm_adjust
+	nbranch lpm_adjust_positive,user
+	sub pdata,0,pdata
+lpm_adjust_positive:
+	fetcht 3,mem_clks_per_lpo
+	iadd temp,pdata
+	store 3,mem_clks_per_lpo
+lpm_clear_counter:
+	setarg 0
+	store 4,mem_sleep_counter_all
+	rtn
+
+
+	/* temp is lpo counter for doze */
+//lpm_doze:
+//	fetch 1,mem_lpm_config+2
+//	set1 reload_code,pdata
+//	store 1,mem_lpm_config+2
+//	branch lpm_hibernate_normal
+	
+
+	/* no retention memory at all */
+lpm_hibernate:
+	bpatch patch03_7,mem_patch03
+	arg param_hibernate_clks,temp
+	call lpm_write_gpio_wakeup
+	fetch 1,mem_lpm_hibernate_switch
+	store 1,mem_lpm_xtalcnt + 4
+	fetch 1,mem_lpm_xtalcnt + 2
+	set1 cold_wake,pdata
+	store 1,mem_lpm_xtalcnt + 2
+
+	/* temp is lpo clocks to sleep */
+lpm_sleep:
+	bpatch patch04_0,mem_patch04
+	fetch 2,mem_cb_before_lpm_sleep
+	call callback_func
+	until null,lpo_edge
+	jam lpmreg_sel_ctrl,core_lpm_wr
+	call lpm_ctrl3_cfg_dig_vsel
+	until null,lpo_edge
+	jam lpmreg_sel_ctrl2,core_lpm_wr
+	setarg 0xf0f
+	call lpm_write_config_reg
+lpm_sleep_skip_cb_function:
+	fetch 4,mem_sleep_counter_all
+	iadd temp,pdata
+	store 4,mem_sleep_counter_all
+	call lpm_save_context
+	until null,lpo_edge
+	jam lpmreg_sel_ctrl2,core_lpm_wr
+	fetchr regb,4,mem_lpm_ctrl3
+	fetch 5,mem_lpm_xtalcnt
+	store 4,core_lpm_reg
+	storer clkn,6,mem_sleep_clkn 
+	until null,lpo_edge 
+	jam lpmreg_sel_ctrl3,core_lpm_wr 
+	rshift32 pdata,pdata	
+	store 1,core_lpm_isogate
+	until null,lpo_edge
+	storer regb,4,core_lpm_reg
+	jam lpmreg_sel_counter,core_lpm_wr
+	until null,lpo_edge
+	storet 4,core_lpm_reg
+	until null,never
+
+
+
+
+lpm_recover_clk:
+	bpatch patch04_1,mem_patch04
+	setarg 0
+	copy auxcnt,null
+	branch lpm_recover_timeout,zero
+	fetch 1,core_lpm_xtalcnt
+	fetcht 1,core_lpm_buckcnt
+	isub temp,null
+	branch lpm_recover_xtal,positive
+	deposit temp
+lpm_recover_xtal:
+	isub auxcnt,pdata
+	increase 1,pdata
+lpm_recover_timeout:
+	increase param_lpo_extra,pdata
+	until null,lpo_edge
+	iadd lpo_time,pdata
+	fetcht 4,mem_sleep_counter
+	iadd temp,pdata
+	fetcht 3,mem_clks_per_lpo
+	imul32 temp,pdata
+	rshift8 pdata,pdata
+	rshift4 pdata,pdata
+	increase param_lpm_fix,pdata
+	fetcht 2,mem_param_rt_rthalfslot
+	idiv temp
+	call get_div_result
+	lshift16 pdata,pdata
+	remainder temp
+	ior temp,pdata
+	fetcht 6,mem_sleep_clkn
+	call clk_add
+	until null,lpo_edge	
+	copy temp,clkn
+	fetch 6,mem_context + coffset_clk_offset
+	call calc_clke2
+	deposit clke
+	store 6,mem_pdatatemp
+	deposit auxcnt
+	istore 1,contw
+	fetch 1,core_gpio_in1
+	or_into 0xf0,pdata
+	istore 1,contw
+	rtn
+	
+lpm_dispatch:
+	bpatch patch04_2,mem_patch04
+	call lpo_calibration
+	fetch 3,mem_clks_per_lpo
+	rtn blank
+	fetch 1,mem_lpm_mode
+	rtn blank
+ifdef 	SECURE_CONNECTION
+	fetch 1,mem_secure_connections_enable
+	branch lpm_dispatch_next,blank
+	fetch 1,mem_sc_local_key_invalid 	// simple pairing is not ready
+	rtn blank
+lpm_dispatch_next:
+	fetch 1,mem_sc_calc
+	nrtn blank	
+endif
+	arg context_check_a_wack,regc
+	call context_search
+	rtn zero
+	call lpm_check_wake_lock
+	nrtn blank
+	call context_check_idle						
+	nbranch lpm_dispatch_unconn,zero
+	rtn wake
+	bpatch patch04_3,mem_patch04
+	fetcht 1,mem_lpm_current_mult
+	fetch 2,mem_context + coffset_tsniff
+	imul32 temp,pdata
+	rshift4 temp,temp
+	rshift2 temp,temp
+	isub temp,pdata
+	fetcht 4,mem_context + coffset_sniff_anchor
+	iadd temp,pdata
+	fetcht 1,mem_lpm_overhead
+	isub temp,pdata
+	lshift16 pdata,alarm
+	fetch 2,mem_context + coffset_rx_window
+	rshift pdata,pdata
+	call clk2bt
+	deposit alarm
+	call clk_diff
+	copy clke,temp
+	call clk_diff_rt
+	rtn user
+lpm_dispatch_sleep:
+	call clk2lpo
+lpm_dispatch_lpo:
+	bpatch patch04_4,mem_patch04
+	fetch 1,mem_lpm_xtalcnt
+	isub temp,null
+	branch lpm_clear_counter,positive
+	storet 4,mem_sleep_counter
+	call app_will_enter_lpm
+//	call l2cap_lpm_save_txbuf
+	fetcht 4,mem_sleep_counter
+	branch lpm_sleep
+	
+lpm_dispatch_unconn:
+	bpatch patch04_5,mem_patch04
+	fetch 1,mem_le_adv_enable
+	nbranch lpm_unconn_cont,blank
+	rtn
+	
+lpm_unconn_cont:
+	fetch 2,mem_lpm_interval
+	rtn blank
+lpm_sleep_btclk:
+	fetcht 1,mem_lpm_overhead
+	isub temp,pdata
+	arg 7500,temp				
+	imul32 temp,pdata
+	branch lpm_dispatch_sleep
+
+	
+lpm_mult_wait_timeout:
+	fetch 2,mem_cb_bt_set_mult
+	call callback_func
+	nbranch lpm_mult_short,blank
+	jam 0,mem_lpm_current_mult
+	bmark0 mark_lpm_mult_enable,lpm_mult_short
+	fetch 1,mem_lpm_mult_cnt
+	branch lpm_mult_long,blank
+	increase -1,pdata
+	store 1,mem_lpm_mult_cnt
+	rtn
+
+
+
+
+lpm_match:
+	jam 0,mem_sniff_unint_lost
+	fetch 3,mem_sniff_rcv
+	increase 1,pdata
+	store 3,mem_sniff_rcv
+	rtn
+
+
+lpm_lost:
+	bpatch patch04_6,mem_patch04
+	jam 0,mem_lpm_current_mult
+	fetch 3,mem_sniff_lost
+	increase 1,pdata
+	store 3,mem_sniff_lost
+	fetch 1,mem_sniff_unint_lost
+	increase 1,pdata
+	store 1,mem_sniff_unint_lost
+	rtn
+
+lpm_mult_short:
+	jam 0,mem_lpm_current_mult
+	fetch 1,mem_lpm_mult_timeout
+	store 1,mem_lpm_mult_cnt
+	rtn
+
+lpm_mult_long:
+	fetcht 1,mem_lpm_mult
+	storet 1,mem_lpm_current_mult
+	rtn
+
+lpm_cal_xtal_startup:
+	fetch 1,mem_lpm_xtalcnt
+	nrtn blank
+	jam clksel_rc,core_clksel
+	setarg 0xf0c
+	call lpm_write_config
+	setarg 200000
+	call sleep
+	until null,lpo_edge
+	copy lpo_time,alarm
+	call xtal_fast_wake
+	jam clksel_xtal,core_clksel
+	nop 10
+	until null,lpo_edge
+	deposit lpo_time
+	isub alarm,pdata
+	increase 0x30,pdata
+	arg 0xff,temp
+	call ceiling
+	store 1,mem_lpm_xtalcnt
+	nop 30000
+	nop 30000
+	nop 30000	
+	rtn
+
+//lpm_cal_xtal_startup_by_snooze:
+//	fetch 1,mem_lpm_xtalcnt
+//	nrtn blank
+//	jam 0xff,core_xtal_stable_time
+//	jam clksel_rc,core_clksel
+//	call xtal_fast_wake
+//	setarg 1000
+//	iadd lpo_time,alarm
+//	snooze
+//	deposit lpo_time
+//	nop 12000	//delay about 1ms
+//	nop 12000	//delay about 1ms
+//	nop 12000	//delay about 1ms
+//	nop 12000	//delay about 1ms
+//	nop 12000	//delay about 1ms
+//	nop 12000	//delay about 1ms
+//	nop 12000	//delay about 1ms
+//	nop 12000	//delay about 1ms
+//	nop 12000	//delay about 1ms
+//	isub alarm,pdata
+//	add pdata,0x30,pdata
+//	arg 0xff,temp
+//	call ceiling
+//	store 1,mem_lpm_xtalcnt
+//	nop 30000
+//	nop 30000
+//	nop 30000	//delay 90000 nop
+//	rtn
+
+lpm_write_config_reg:
+	arg 0xfff,contw
+	iand contw,contw
+	fetch 1,mem_lpm_config
+	and_into 0xf0,pdata
+	lshift8 pdata,pdata
+	ior contw,pdata
+	store 2,core_lpm_reg
+	ifetch 2,contr
+	istore 2,contw
+	rtn
+
+
+	/* pdata is lpm_reg[11:0] */
+lpm_write_config:
+	call lpm_write_config_reg
+
+lpm_write_ctrl:
+	bpatch patch04_7,mem_patch04
+	setarg lpmreg_sel_ctrl
+	branch lpm_write
+
+lpm_write_ctrl2:
+	setarg lpmreg_sel_ctrl2
+lpm_write:
+	until null,lpo_edge
+	store 1,core_lpm_wr
+	until null,lpo_edge
+	until null,lpo_edge
+	rtn
+
+lpm_write_sel_vdd:
+	bpatch patch05_0,mem_patch05
+	fetch 4,core_lpm_ctrl2
+	store 4,core_lpm_reg
+	fetch 1,core_lpm_ctrl2
+	and_into 0x41,pdata
+	fetcht 1,mem_lpm_ctrl3_app_vsel
+	ior temp,pdata
+	store 1,core_lpm_reg
+lpm_write_ctrl3:
+	setarg lpmreg_sel_ctrl3
+	branch lpm_write
+
+
+lpm_write_gpio_wakeup:
+	bpatch patch05_1,mem_patch05
+	fetch 4,mem_gpio_wakeup_low
+	store 4,core_lpm_reg
+	setarg lpmreg_sel_gpiolow
+	call lpm_write
+	fetch 4,mem_gpio_wakeup_high
+	store 4,core_lpm_reg
+	setarg lpmreg_sel_gpiohigh
+	branch lpm_write
+
+lpm_get_wake_lock:
+	fetch 2,mem_lpm_wake_lock
+	qset1 pdata
+	store 2,mem_lpm_wake_lock
+	rtn
+
+lpm_put_wake_lock:
+	fetch 2,mem_lpm_wake_lock
+	qset0 pdata
+	store 2,mem_lpm_wake_lock
+	rtn
+
+
+
+lpm_check_wake_lock:
+	bpatch patch05_2,mem_patch05
+	call app_check_wake_lock
+	fetch 2,mem_lpm_wake_lock
+	copy pdata,rega
+	fetch 3,mem_tx_fifo3
+	nsetflag blank,wake_lock_ble_tx,rega
+	fetch UTIL_FIFO_LEN,mem_ipc_fifo_bt2c51
+	nsetflag blank,wake_lock_ipc_bt2c51,rega
+	fetch UTIL_FIFO_LEN,mem_ipc_fifo_c512bt
+	nsetflag blank,wake_lock_ipc_c512bt,rega
+	fetch 1,mem_hci_cmd
+	nsetflag blank,wake_lock_cmd,rega
+	copy rega,pdata
+	store 2,mem_lpm_wake_lock
+	rtn
+
+lpm_uart_wake_lock:
+	fetch 2,core_uart_rxitems
+	nsetflag blank,wake_lock_uart_rx ,rega
+	fetch 2,core_uart_txitems
+	nsetflag blank,wake_lock_uart_tx ,rega
+	rtn
+
+lpm_shut_down:
+	fetch 4,core_lpm_ctrl
+	set0 27,pdata
+	store 4,core_lpm_reg
+	call lpm_write_ctrl
+	branch assert
+	
+lpm_disable_exen_output:
+	fetch 4,core_lpm_xtalcnt
+	set0 20,pdata
+	store 4,core_lpm_reg
+	branch lpm_write_ctrl2
+
+
Index: program/debug.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/debug.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/debug.prog	(working copy)
@@ -0,0 +1,66 @@
+
+// Rf debug
+
+/*****************************************************************************************************************************************************************************************
+    txon     txoff       rxon		      sync             crc pass    shutdown radio          match
+     _________          ______________    _________________     ___        ___                     
+    |         |        |              |  |                 |   |   |      |   |                   
+    |	      |        |              |  |                 |   |   |      |   |                   
+____|tx data  |________|   rx window  |__| rx data         |___|   |______|   |_______       __________
+
+*****************************************************************************************************************************************************************************************/
+
+rf_debug_rx_gpio_low:
+	fetch 1,mem_rf_debug_rx_gpio
+rf_debug_gpio_low:
+	arg gpcfg_output_low,temp
+	branch gpio_config_function
+
+rf_debug_rx_on_line:
+rf_debug_rx_gpio_high:
+	fetch 1,mem_rf_debug_rx_gpio
+rf_debug_gpio_high:
+	arg gpcfg_output_high,temp
+	branch gpio_config_function
+
+rf_debug_rx_gpio_h_l_h:
+	call rf_debug_rx_gpio_high
+rf_debug_rx_gpio_l_h:
+	call rf_debug_rx_gpio_low
+	branch rf_debug_rx_gpio_high
+
+rf_debug_rx_gpio_l_h_l:
+rf_debug_shutdown_radio_line:
+	call rf_debug_rx_gpio_l_h
+rf_debug_rx_crc_line:
+	branch rf_debug_rx_gpio_low
+
+rf_debug_rx_sync_line:
+	branch rf_debug_rx_gpio_l_h
+
+rf_debug_rx_crc_fail_line:
+	call rf_debug_rx_gpio_l_h
+	branch rf_debug_rx_gpio_l_h_l
+
+rf_debug_rx_match_line:
+rf_debug_rx_crc_error_line:
+rf_debug_rx_sync_timeout_line:
+	branch rf_debug_rx_gpio_low
+
+
+rf_debug_tx_off_line:
+rf_debug_tx_gpio_low:
+	fetch 1,mem_rf_debug_tx_gpio
+	branch rf_debug_gpio_low
+
+rf_debug_tx_on_line:
+rf_debug_tx_gpio_high:
+	fetch 1,mem_rf_debug_tx_gpio
+	branch rf_debug_gpio_high
+
+rf_debug_tx_gpio_l_h_l:
+	call rf_debug_tx_gpio_low
+	call rf_debug_tx_gpio_high
+	branch rf_debug_tx_gpio_low
+
+	
Index: program/fcc_auth.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/fcc_auth.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/fcc_auth.prog	(working copy)
@@ -0,0 +1,264 @@
+
+
+
+ifdef COMPILE_FCC_AUTH
+/*
+input:
+mem_fcc_ch     //选择频点:frequence = 2402MHz + mem_fcc_ch
+mem_fcc_txrx   //选择收发模式:发射模式(FCC_TX); 接收模式(FCC_RX)
+mem_fcc_data   //选择测试模式:发射载波(FCC_CARRIER); 发射数据/调制波(FCC_DATA)
+mem_fcc_tx_power   //选择发射功率
+mem_fcc_config_cb   //函数指针，可以把认证中的实现切换逻辑的函数地址赋值给它
+*/
+fcc_auth_config:
+	call pn9
+	branch fcc_auth_procedures
+
+
+
+fcc_auth_procedures:
+	bpatch patch0e_3,mem_patch0e
+//以下变量保持默认值
+	jam FCC_DATA_RATE_1Mbps, mem_fcc_mod
+	jam FCC_BT_MODE, mem_fcc_btble
+	jam FCC_LEN_DH1, mem_fcc_data_length
+	jam FCC_FIXED_FREQ, mem_fcc_hop
+	
+	fetch 2, mem_fcc_config_cb
+	call callback_func
+	
+	fetch FCC_PARA_LEN,mem_fcc_param
+	store FCC_PARA_LEN,mem_fcc_param_new
+	fetch 1, mem_fcc_tx_power
+	store 1, mem_tx_power
+	
+	fetch 1, mem_fcc_txrx
+	beq FCC_TX, fcc_auth_tx_start
+	beq FCC_RX, fcc_auth_rx_start
+fcc_auth_tx_start:
+	fetcht 1,mem_fcc_ch
+	fetch 1,mem_fcc_btble
+	beq FCC_BLE_MODE,fcc_auth_ble_tx_on
+	beq FCC_BT_MODE,fcc_auth_bt_tx_on
+fcc_auth_ble_tx_on:
+	bpatch patch0e_4,mem_patch0e
+	call fcc_set_sync_on
+	call set_freq_tx
+	//disable enable_white
+	call fcc_le_enable
+	set1 TXGFSK,radio_ctrl
+	enable encode_fec0
+	enable is_tx
+	disable is_rx
+	call le_wait_tx
+	fetch 1,mem_fcc_data
+	store 1,core_tx_test_mode
+	branch fcc_auth_tx_data
+fcc_auth_tx_data:
+	bpatch patch0e_5,mem_patch0e
+	fetch 1,mem_fcc_mod
+	beq FCC_DATA_RATE_1Mbps,calculate_GFSK_modulation_length
+calculate_GFSK_modulation_length:	
+	fetch 1,mem_fcc_data_length
+	beq FCC_LEN_DH1,calculate_gfsk_modulation_length_dh1
+	beq FCC_LEN_DH3,calculate_gfsk_modulation_length_dh3
+	beq FCC_LEN_DH5,calculate_gfsk_modulation_length_dh5
+calculate_gfsk_modulation_length_dh1:
+	arg 53,loopcnt
+	arg mem_pn9,contr
+	branch pnloop_stable
+calculate_gfsk_modulation_length_dh3:
+	arg 203,loopcnt
+	arg mem_pn9,contr
+	branch pnloop_stable
+calculate_gfsk_modulation_length_dh5:
+	arg 354,loopcnt
+	arg mem_pn9,contr
+	branch pnloop_stable
+
+
+fcc_auth_bt_tx_on:
+	bpatch patch0e_6,mem_patch0e
+	//call p_test_ble_bt_rx_off	//close rx
+	call fcc_set_sync_on
+	call set_freq_tx
+	disable enable_white
+	enable encode_fec0
+	enable is_tx
+//call ice_break
+	fetcht 1,mem_fcc_mod
+	copy temp,radio_ctrl
+	fetch 1,mem_fcc_data
+	store 1,core_tx_test_mode
+	beq 0,fcc_auth_tx_data	
+test_tx_carrier_loop:
+	bpatch patch0e_7,mem_patch0e
+	fetch 1,mem_fcc_data_length
+	copy pdata,loopcnt
+	arg mem_pn9,contr
+pnloop_carrier:
+	ifetch 1,contr
+	inject mod,8
+	loop pnloop_carrier
+	
+	fetch 2, mem_fcc_config_cb
+	call callback_func
+	fetch FCC_PARA_LEN,mem_fcc_param
+	fetcht FCC_PARA_LEN,mem_fcc_param_new
+	isub temp,null
+	branch test_tx_carrier_loop,zero
+	branch fcc_auth_procedures
+
+pn9:
+	arg mem_pn9_size,loopcnt
+ 	arg mem_pn9,contw
+  	setarg 0x1ff
+    	force 0,regb
+pn9_loop:    
+	rshift3 pdata,rega
+	rshift rega,rega
+	ixor rega,rega
+	isolate1 0,rega
+	setflag true,9,pdata
+	rshift temp,temp
+	isolate1 0,pdata
+	setflag true,7,temp
+	rshift pdata,pdata
+	increase 1,regb
+	compare 0,regb,0x7
+	nbranch pn9_loop,true
+	//copy temp,pdata
+	istoret 1,contw
+	 //   inject mod,8
+	loop pn9_loop
+	rtn
+
+
+
+
+fcc_le_enable:
+	bpatch patch0f_0,mem_patch0f
+	set0 mark_ble_lr,mark
+	jam 0x03,0x8901
+	jam 0x84,0x8920
+	jam 0xa7,0x8925
+	jam 0x03,0x8930
+	//jam 0x58,0x8933
+	//jam 0x0a,0x8934
+	jam 0x40,0x8937
+	jam 0x85,0x8a6d
+	jam 0x89,core_rx_bq_cfg0
+	fetch 1,mem_le_mode
+	rtnbit1 mark_ble_2M
+	jam 0x01,0x8901
+	jam 0x80,0x8920
+	jam 0x05,0x8a6d
+	jam 0x09,core_rx_bq_cfg0
+//	rtnbit0 mode_lr
+	set1 mark_ble_lr,mark
+	jam 0x05,0x8901
+	jam 0x24,0x8930
+	jam 0x0a,0x8934
+    	rtn
+
+fcc_shutdown_radio:
+	bpatch patch0f_1,mem_patch0f
+	force 0x08,radio_ctrl
+	force 0,radio_ctrl
+	disable is_rx
+	disable is_tx
+	pulse packet_end
+	jam 0x5,modem_en
+	nop 2
+	jam 0x0,modem_en
+	call fcc_set_sync_on
+	jam 0,core_syn_en
+	jam 0x10,core_rf_ldo_en0
+	jam 0,core_rf_ldo_en1	
+	rtn		
+fcc_test_ble_bt_tx_off:
+	branch fcc_shutdown_radio
+	
+pnloop_stable:
+	ifetch 1,contr
+	inject mod,8
+	loop pnloop_stable
+	call fcc_test_ble_bt_tx_off
+	enable swfine
+	arg 0x350,stop_watch
+stable_stop:
+	branch fcc_auth_procedures,timeout
+
+	fetch 2, mem_fcc_config_cb
+	call callback_func
+	fetch FCC_PARA_LEN,mem_fcc_param
+	fetcht FCC_PARA_LEN,mem_fcc_param_new
+	isub temp,null
+	branch stable_stop,zero
+	call fcc_test_ble_bt_tx_off
+	branch fcc_auth_procedures
+
+fcc_set_sync_on:
+	bpatch patch0f_2,mem_patch0f
+	jam 0x5,modem_en
+	nop 2
+	jam 0x0,modem_en					/* if called from tx or rx */
+	jam 0xaa,core_rf_ldo_cfg4
+	jam 0xaa,core_rf_ldo_cfg5
+	jam 0x15,core_rf_ldo_cfg6
+	jam 0xf8,core_rf_ldo_en0    //rom 0x78------ldo en
+
+	//rom
+//	fetch 1,core_clkpll_cfg6
+//	set1 7,pdata
+//	store 1,core_clkpll_cfg6
+	
+	jam 4,core_rf_ldo_en1
+	nop 120
+	jam 0x7a,core_syn_en
+	jam 0,core_rx_en0
+	jam 0,core_rx_en1
+	jam 0,core_tx_en0
+	jam 0,core_tx_en1
+	jam 0x2a,core_rf_ldo_cfg5
+	jam 0x78,core_rf_ldo_en0
+	//rom
+//	fetch 1,core_clkpll_cfg6
+//	set0 7,pdata
+//	store 1,core_clkpll_cfg6	
+	jam 0,core_syn_cal_ctrl
+	rtn
+
+
+fcc_auth_rx_start:
+	call fcc_test_ble_rx_on
+fcc_test_rx_loop:
+	bpatch patch0f_3,mem_patch0f
+//	call hci_rx_packet
+//	call p_interface_for_usb_cmd
+	fetch 2, mem_fcc_config_cb
+	call callback_func
+	fetch FCC_PARA_LEN,mem_fcc_param
+	fetcht FCC_PARA_LEN,mem_fcc_param_new
+	isub temp,null
+	branch fcc_test_rx_loop,zero
+	branch fcc_auth_procedures
+fcc_test_ble_rx_on:
+	bpatch patch0f_4,mem_patch0f
+	call fcc_test_ble_bt_tx_off	//close tx
+	call set_freq_rx
+	setarg param_pll_setup
+	call sleep
+	branch rf_rx_enable
+endif
+
+
+
+
+
+
+
+
+
+
+
Index: program/g24_protocol_stack/24g.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/g24_protocol_stack/24g.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/g24_protocol_stack/24g.prog	(working copy)
@@ -0,0 +1,566 @@
+
+
+g24_dispatch:
+	bpatchx patch26_0,mem_patch26
+	bmark1 mark_24g_rxmode,g24_receive_dispatch
+	branch g24_transmit_dispatch
+
+
+/****************************g24 base transceiver start********************************/
+
+g24_prep:
+	bpatchx patch26_1,mem_patch26
+	disable enable_crc
+	disable enable_white
+	setarg 0x555555
+	iforce crc24_init
+	fetch 1,mem_24g_ch
+	branch le_prep_next
+
+g24_receive_packet:
+	bpatchx patch26_2,mem_patch26
+	fetch 1,mem_24g_rx_phy
+	call le_enable_phy_by_pdata
+	fetch 4,mem_24g_addr
+	iforce access
+	call set_sync_on
+	fetcht 1,mem_24g_ch
+	call le_rf_rx_enable
+g24_receive_rxon:
+	call g24_prep
+	bmark0 mark_ble_lr,g24_receive_nolr
+	pulse dewhiten_code_calc
+	nop 30
+	call g24_prep
+g24_receive_nolr:
+	disable user3
+	enable decode_fec0
+	enable is_rx
+	disable is_tx
+	enable swfine
+	fetch 2,mem_24g_rx_window
+	iforce stop_watch
+	correlate null,timeout
+	nbranch g24_sync_timeout,sync
+	call rf_debug_rx_sync_line
+	bmark1 mark_ble_lr,g24_receive_skip_fec1
+	fetch 1,mem_24g_disable_fec1
+	nbranch g24_receive_skip_fec1,blank
+	disable decode_fec0	
+	enable decode_fec1	//lr do not use fec1
+g24_receive_skip_fec1:
+	enable enable_white
+	enable enable_crc
+	call g24_receive_byte
+	store 1,mem_24g_get_syncword_crc8
+	fetcht 1,mem_24g_syncword_crc8
+	isub temp,null
+	nbranch g24_hec_error,zero
+	bpatchx patch26_3,mem_patch26
+	disable user7
+	isolate1 mark_ble_lr,mark
+	call g24_lr_receive_pdu_len,true
+	branch g24_lr_len_error,user7
+	call g24_receive_byte
+	store 1,mem_24g_rxbuf	//device id
+	bmark1 mark_24g_rxmode,g24_receive_skip
+	fetch 1,mem_24g_rxbuf
+	fetcht 1,mem_24g_data_type
+	icompare bits_data,temp
+	nbranch g24_type_error,true
+g24_receive_skip:
+	call g24_receive_byte
+	isolate1 mark_ble_lr,mark
+	call g24_lr_receive_payload_len,true
+	istore 1,contw
+	rshift3 pdata,pdata
+	sub pdata,0x1f,null
+	nbranch g24_len_over_error,positive	//max payload: 32bytes
+	copy pdata,loopcnt
+	branch g24rx_nopayload,zero
+g24rx_loop:
+	call g24_receive_byte
+	istore 1,contw
+	loop g24rx_loop
+g24rx_nopayload:
+	bmark1 mark_24g_rxmode,g24_receive_skip_rssi
+	copy contw,rega
+	call g24_receive_byte
+	store 1,mem_rssi_hex_received	//receive rssi hex
+	copy rega,contw
+g24_receive_skip_rssi:
+	parse demod,bucket,24
+	rshift32 pdata,pdata
+	rshift16 pdata,pdata
+	istore 3,contw
+	fetch 1,mem_24g_disable_fec1
+	nbranch g24_receive_skip_disable_fec1,blank
+	disable decode_fec1
+g24_receive_skip_next:
+	isolate1 mark_24g_rxmode,mark
+	call save_rssi_dec,true
+	branch g24_crc_error,crc_failed
+	call rf_debug_rx_crc_line	//L
+	bpatchx patch26_4,mem_patch26
+	enable user3
+	call le_match_set_txfreq
+	rtnmark1 mark_24g_rxmode
+	fetch 1,mem_rssi_hex_received
+	fetcht 1,mem_rssi_hex_received_max_value
+	isub temp,null
+	call copy_temp2pdata,positive
+	branch rssi_signal
+
+g24_receive_skip_disable_fec1:
+	disable decode_fec0
+	branch g24_receive_skip_next
+	
+
+g24_lr_receive_pdu_len:
+	call g24_receive_byte
+	sub pdata,1,null
+	branch enable_user7,positive
+	increase -2,pdata	//minus hec and pdu length
+	bmark1 mark_24g_rxmode,g24_lr_receive_pdu_norssi
+	branch enable_user7,blank
+	increase -1,pdata	//minus rssi_hex length
+g24_lr_receive_pdu_norssi:
+	store 1,mem_temp	//payload length
+	rtn
+
+g24_lr_receive_payload_len:
+	and_into 0x07,pdata	//pdata[7:3]:length
+	fetcht 1,mem_temp	//payload length
+	lshift3 temp,temp
+	ior temp,pdata
+	rtn
+	
+g24_receive_byte:
+	parse demod,bucket,8
+	rshift3 pwindow,pdata
+	rtn
+
+g24_sync_timeout:
+	jam ERR_SYNC_TO,mem_24g_off_type
+	isolate1 mark_24g_rxmode,mark
+	call rssi_noise,true
+g24_end_of_packet:
+	bpatchx patch26_5,mem_patch26
+	call le_disable
+	disable encode_fec1
+	disable decode_fec1
+	branch end_of_packet
+
+g24_hec_error:
+	jam ERR_HEC,mem_24g_off_type
+	branch g24_end_of_packet
+
+g24_lr_len_error:
+	jam ERR_LR_LEN,mem_24g_off_type
+	branch g24_end_of_packet
+
+g24_type_error:
+	jam ERR_TYPE,mem_24g_off_type
+	branch g24_end_of_packet
+
+g24_len_over_error:
+	jam ERR_LEN_OVER,mem_24g_off_type
+	branch g24_end_of_packet
+
+g24_crc_error:
+	jam ERR_CRC,mem_24g_off_type
+	branch g24_end_of_packet
+
+g24_set_freq_tx:
+	call set_sync_on
+	fetcht 1,mem_24g_ch
+	branch set_freq_tx
+
+g24_transmit:
+	bpatchx patch26_6,mem_patch26
+	fetch 1,mem_24g_tx_phy
+	call le_enable_phy_by_pdata
+	fetch 4,mem_24g_addr
+	iforce access
+	call g24_prep
+	call g24_set_freq_tx
+	set1 TXGFSK,radio_ctrl
+	enable encode_fec0
+	enable is_tx
+	disable is_rx
+	call rf_debug_tx_on_line
+	disable lr_s2en
+	bmark1 mark_ble_lr,g24_transmit_lr
+	bmark1 mark_ble_2M,g24_transmit_2M
+	rshift16 access,pdata
+	rshift8 pdata,pdata
+	rshift4 pdata,pdata
+	inject mod,40
+g24_transmit_packet:
+	bpatchx patch26_7,mem_patch26
+	bmark1 mark_ble_lr,g24_transmit_nolr
+	fetch 1,mem_24g_disable_fec1
+	nbranch g24_transmit_nolr,blank
+	disable encode_fec0	
+	enable encode_fec1	////lr use encode_fec3
+g24_transmit_nolr:
+	enable enable_white
+	enable enable_crc
+	fetch 1,mem_24g_txlen
+	iforce loopcnt
+	arg mem_24g_txpayload,contr
+g24tr_loop:
+	ifetch 1,contr
+	inject mod,8
+	loop g24tr_loop
+	enable enable_parity
+	inject mod,24	//crc
+	disable enable_parity
+	bmark0 mark_ble_lr,g24_transmit_skip
+	disable enable_white
+	setarg 0
+	inject mod,3
+g24_transmit_skip:	
+	until null,tx_clear
+	nop 100
+	disable lr_s2en
+	disable encode_fec0
+	fetch 1,mem_24g_disable_fec1
+	nbranch g24_transmit_skip_disable_fec1,blank
+	disable encode_fec1
+g24_transmit_skip_disable_fec1:
+	disable encode_fec3
+	call set_sync_on
+	branch rf_debug_tx_off_line
+
+g24_transmit_lr:
+	arg 10,loopcnt
+g24_transmit_lr_preamble_loop:
+	setarg 0x3c
+	inject mod,8
+	loop g24_transmit_lr_preamble_loop
+	disable encode_fec0
+	enable encode_fec3
+	rshift16 access,pdata
+	rshift16 pdata,pdata
+	rshift4 pdata,pdata
+	inject mod,32
+	bmark1 mark_ble_lr_s8,g24_transmit_lr_s8
+g24_transmit_lr_s2:
+	setarg 1
+	inject mod,5
+	enable lr_s2en
+	branch g24_transmit_packet
+
+g24_transmit_lr_s8:
+	setarg 0
+	inject mod,5
+	branch g24_transmit_packet
+
+g24_transmit_2M:
+	fetch 1,mem_system_clk
+	rshift pdata,loopcnt
+g24_transmit_2M_dealy:
+	nop 2
+	loop g24_transmit_2M_dealy
+//	nop 36	//2M 前端发送比1M快3us左右
+	rshift16 access,pdata
+	rshift8 pdata,pdata
+	rshift4 pdata,temp
+	copy temp,pdata
+	inject mod,8
+	copy temp,pdata
+	inject mod,40
+	branch g24_transmit_packet
+
+/****************************g24 base transceiver end********************************/
+
+
+
+/****************************g24 general func start********************************/
+
+g24_transmit_prep:
+	bpatchx patch27_0,mem_patch27
+	fetch 1,mem_24g_tx_phy
+	bbit1 BIT_LE_CODED_PHY,g24_lr_transmit_prep
+// total length
+	fetch 1,mem_24g_datalen
+	increase 3,pdata	//hec/type/control
+	store 1,mem_24g_txlen
+//hec
+	fetch 1,mem_24g_syncword_crc8
+	store 1,mem_24g_txpayload
+// data type
+	fetch 1,mem_24g_data_type
+	istore 1,contw
+//prepare 5bit payload length, 2bit PID, 1bit NO_ACK
+	fetch 1,mem_24g_datalen
+g24_transmit_prep_pdu:
+	lshift3 pdata,pdata
+	fetcht 1,mem_24g_pid
+	and temp,0x03,temp
+	lshift temp,temp
+	ior temp,pdata
+	fetcht 1,mem_24g_no_ack
+	iadd temp,pdata
+	istore 1,contw
+//prepare payload data
+	fetch 1,mem_24g_datalen
+	iforce loopcnt
+	arg mem_24g_txbuf,contr
+	call memcpy
+	bpatchx patch27_1,mem_patch27
+//rssi hex	
+	rtnmark0 mark_24g_rxmode
+	fetch 1,mem_rssi_hex
+	istore 1,contw
+	fetch 1,mem_24g_tx_phy
+	rtnbit1 BIT_LE_CODED_PHY
+	fetch 1,mem_24g_txlen
+	increase 1,pdata	//plus rssi_hex length
+	store 1,mem_24g_txlen
+	rtn
+	
+g24_lr_transmit_prep:
+// total length
+	fetch 1,mem_24g_datalen
+	increase 4,pdata	//hec/pdu/type/control
+	bmark0 mark_24g_rxmode,g24_lr_transmit_prep_skip
+	increase 1,pdata	//mem_rssi_hex
+g24_lr_transmit_prep_skip:
+	store 1,mem_24g_txlen
+//hec
+	fetch 1,mem_24g_syncword_crc8
+	store 1,mem_24g_txpayload
+// pdu length
+	fetch 1,mem_24g_txlen
+	increase -2,pdata	//minus hec and pdu length
+	istore 1,contw
+// data type
+	fetch 1,mem_24g_data_type
+	istore 1,contw
+	setarg 0
+	branch g24_transmit_prep_pdu
+
+g24_read_len_pid_crc:
+	bpatchx patch27_2,mem_patch27
+//read control
+	fetch 1,mem_24g_rxbuf+1
+	rshift3 pdata,pdata
+	store 1,mem_24g_rxdata_length
+//get crc
+	increase 1,pdata
+	arg mem_24g_rxbuf+1,contr
+	iadd contr,contr
+	ifetch 3,contr
+	store 3,mem_24g_sta_crc
+//read pid
+	fetch 1,mem_24g_rxbuf+1
+	rshift pdata,pdata
+	and pdata,0x03,pdata
+	store 1,mem_24g_sta_pid
+	rtn
+
+	
+g24_ch:
+	bpatchx patch27_3,mem_patch27
+	fetcht 1,mem_24g_current_ch_number
+	call g24_ch_map_size
+	storet 1,mem_24g_current_ch_number
+	rtn
+
+g24_ch_map_size:
+	bpatchx patch27_4,mem_patch27
+	call g24_ch_calc
+	increase 1,temp
+	and_into 3,temp //map size =4
+	rtn
+	
+g24_ch_calc:
+	bpatchx patch27_5,mem_patch27
+	fetch 1,mem_24g_addr	
+	and_into 0x03,pdata
+	mul32 pdata,4,rega			//24addr low bit0 bit1 ,00-map1,01-map2,10-map3,11-map4
+	setarg mem_24g_ch_map1
+	iadd rega,pdata
+	iadd temp,contr
+	ifetch 1,contr
+	store 1,mem_24g_ch
+	rtn
+
+
+g24_update_addr_and_synccrc8:
+	store 4,mem_24g_addr
+//output: 1BYTE crc8
+	bpatchx patch27_6,mem_patch27
+g24_syncword_crc8:
+	arg 0,rega
+	arg 4,loopcnt
+	arg mem_24g_addr,contr
+g24_syncword_crc8_loop:
+	ifetch 1,contr
+	iadd rega,rega
+	loop g24_syncword_crc8_loop
+	copy rega,pdata
+	store 2,mem_24g_syncword
+	fetch 1,mem_24g_syncword
+	fetcht 1,mem_24g_syncword+1
+	iadd temp,pdata
+	store 1,mem_24g_syncword_crc8
+	rtn
+
+
+g24_timer_check:
+	bpatchx patch27_7,mem_patch27
+	call disable_user
+	fetcht 4,mem_24g_tx_btclk
+	copy clkn_bt,pdata
+	isub temp,null
+	ncall g24_timer_timeout,positive
+	copy pdata,regb
+	fetch 4,mem_24g_tx_btclk
+	fetcht 1,mem_24g_interval
+	iadd temp,temp
+	copy regb,pdata
+	isub temp,null
+	nrtn positive
+	set0 28,pdata
+	store 4,mem_24g_tx_btclk
+	branch enable_user
+	
+g24_timer_timeout:
+	rtn zero
+	set1 28,pdata
+	rtn
+	
+g24_timer_init:
+	setarg 0
+	store 4,mem_24g_tx_btclk
+	rtn
+
+
+
+//mem_24g_ch_map1:00 13 2c 42
+//mem_24g_ch_map2:06 15 36 48
+//mem_24g_ch_map3:0f 1a 3a 4c
+//mem_24g_ch_map4:11 23 31 4d
+g24_chmap_param_init:
+	bpatchx patch28_0,mem_patch28
+	setsect 0,0x1300
+	setsect 1,0x1908b
+	setsect 2,0x36150
+	setsect 3,0x3d20
+	store 9,mem_24g_ch_map1
+	setsect 0,0x3a1a
+	setsect 1,0xc453
+	setsect 2,0xd312
+	setsect 3,0x1
+	istore 7,contw
+	fetch 1,mem_24g_ch_map_update
+	rtn blank
+	arg mem_24g_ch_update_map1,contr
+	arg mem_24g_ch_map1,contw
+	branch memcpy16
+
+
+
+//mem_24g_ch_update_map1:00 1e 00 4e
+//mem_24g_ch_update_map2:03 23 03 42
+//mem_24g_ch_update_map3:06 25 06 4c
+//mem_24g_ch_update_map4:09 27 09 3c
+g24_chamap_param_update:
+	bpatchx patch28_1,mem_patch28
+	setarg 0x4e001e
+	store 3,mem_24g_ch_update_map1+1
+	setarg 0x032303
+	istore 3,contw
+	setarg 0x250642
+	istore 3,contw
+	setarg 0x094c06
+	istore 3,contw
+	setarg 0x3c0927
+	istore 3,contw
+	jam 1,mem_24g_ch_map_update
+	rtn
+
+
+g24_rx_window_init:
+	bpatchx patch28_2,mem_patch28
+	arg 0x6978,temp
+	bmark1 mark_24g_rxmode,g24_rx_window_store
+	arg 0x12c0,temp
+	fetch 1,mem_24g_rx_phy
+	bbit0 2,g24_rx_window_store	//uncoded phy
+	arg 0x2ee0,temp
+g24_rx_window_store:	
+	storet 2,mem_24g_rx_window
+	rtn
+
+g24_enable_1M:
+	jam 0x01,mem_24g_rx_phy
+	jam 0x01,mem_24g_tx_phy
+	rtn
+
+g24_enable_2M:
+	jam 0x02,mem_24g_rx_phy
+	jam 0x02,mem_24g_tx_phy
+	rtn
+	
+//g24_enable_coded_s2:
+//	jam 0x04,mem_24g_rx_phy
+//	jam 0x04,mem_24g_tx_phy
+//	rtn
+
+//g24_enable_coded_s8:
+//	jam 0x84,mem_24g_rx_phy
+//	jam 0x84,mem_24g_tx_phy
+//	rtn
+
+
+/****************************g24 general func end********************************/
+
+
+
+/****************************g24 sim start********************************/
+/*
+g24_sim_rx:
+	set1 mark_24g_rxmode,mark
+	jam 1,mem_24g_rx_phy	//0x01:1M/0x02:2M/0x04:S2/0x84:S8
+	fetch 1,mem_24g_rx_phy
+	call le_enable_phy_by_pdata
+	jam 0,mem_24g_ch
+	setarg 0x123456
+	store 3,mem_24g_addr
+	istore 1,contw
+	call g24_syncword_crc8
+	setarg 0x3000
+	store 2,mem_24g_rx_window
+g24_sim_rx_loop:
+	call g24_receive_packet
+	call g24_read_len_pid_crc
+	call g24_end_of_packet
+	branch g24_sim_rx_loop
+
+g24_sim_tx:
+	jam 1,mem_24g_tx_phy
+	fetch 1,mem_24g_tx_phy
+	call le_enable_phy_by_pdata
+	jam 0,mem_24g_ch
+	setarg 0x123456
+	store 3,mem_24g_addr
+	istore 1,contw
+	call g24_syncword_crc8
+	jam 1,mem_24g_datalen
+	jam 1,mem_24g_txbuf
+	jam 0x88,mem_rssi_hex
+	call g24_transmit_prep
+g24_sim_tx_loop:
+	call g24_transmit
+	call g24_end_of_packet
+	branch g24_sim_tx_loop
+
+*/
+
+/****************************g24 sim end********************************/
+
+	
Index: program/g24_protocol_stack/24g_pair.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/g24_protocol_stack/24g_pair.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/g24_protocol_stack/24g_pair.prog	(working copy)
@@ -0,0 +1,423 @@
+
+
+g24_pair_param_init:
+	bpatchx patch28_3,mem_patch28
+	jam 0x4e,mem_24g_pair_ch
+	setarg 0x101520
+	store 3,mem_24g_pair_addr
+	setarg 0x05
+	istore 1,contw
+	rtn
+
+
+
+/****************************g24 pair transmitter start********************************/
+
+g24_pair_timeout_timer:
+	arg mem_24g_pair_timeout,regc
+	arg g24_stop_24g_mode,regb
+	branch timer_single_step_2B
+
+g24_pair_start:
+	set1 mark_24g,mark
+	fetch 1,mem_24g_conn_sm
+	set0 STATE_24G_RECONN,pdata
+	set1 STATE_24G_PAIR,pdata
+	store 1,mem_24g_conn_sm
+	setarg 0
+	store 2,mem_24g_reconn_timeout
+	fetch 2,mem_24g_pair_timeout_init
+	store 2,mem_24g_pair_timeout
+	jam 0,mem_24g_pair_no_ack
+	call g24_pair_sm_reinit
+g24_pair_init_param:
+	jam 0,mem_24g_pid
+	fetch 1,mem_24g_pair_ch
+	store 1,mem_24g_ch
+	fetch 1,mem_24g_pair_tx_power
+	store 1,mem_tx_power
+	fetch 4,mem_24g_pair_addr
+	branch g24_update_addr_and_synccrc8
+
+
+g24_pair_dispatch:
+	bpatchx patch28_4,mem_patch28
+	jam DEFAULT_24G_DEVICE,mem_24g_reconn_type
+	fetch 2,mem_24g_pair_count
+	increase 1,pdata
+	store 2,mem_24g_pair_count
+	fetch 1,mem_24g_pair_count
+	and pdata,0xff,pdata
+	nrtn blank
+	fetch 1,mem_24g_pair_sm
+	beq STATE_24G_PAIRING_SUCCESS,g24_pair_exit
+	beq STATE_24G_PAIRING_1,g24_pair_sm_1
+	beq STATE_24G_PAIRING_2,g24_pair_sm_2
+	beq STATE_24G_PAIRING_3,g24_pair_sm_3
+	beq STATE_24G_PAIRING_4,g24_pair_sm_4
+	rtn
+
+g24_pair_sm_1:
+	jam DATATYPE_ATTEMP,mem_24g_txbuf
+	branch g24_pair_sm_prep
+
+g24_pair_sm_2:
+	fetch 1,mem_24g_pair_switch
+	branch g24_pair_sm_2_skip,blank
+	fetch 4,mem_24g_device_addr
+	call g24_update_addr_and_synccrc8	//use transmitter addr
+g24_pair_sm_2_skip:
+	jam DATATYPE_BIND,mem_24g_txbuf	
+	branch g24_pair_sm_prep
+
+g24_pair_sm_3:
+	jam DATATYPE_CONFIG,mem_24g_txbuf	
+	fetch 1,mem_24g_pair_switch
+	branch g24_pair_sm_prep,blank
+	fetch 4,mem_24g_receiver_addr		//prep receiver addr
+	store 4,mem_24g_txbuf+2
+	branch g24_pair_sm_common
+
+g24_pair_sm_4:
+	jam DATATYPE_OK,mem_24g_txbuf
+g24_pair_sm_prep:
+	fetch 4,mem_24g_device_addr
+	store 4,mem_24g_txbuf+2
+g24_pair_sm_common:
+	fetch 1,mem_24g_data_type
+	and_into bits_data,pdata
+	store 1,mem_24g_txbuf+1
+	jam 0,mem_24g_txbuf+6
+	jam 7,mem_24g_datalen
+	call g24_transmit_prep
+	call g24_transmit_receive_ack
+	nrtn sync
+	nrtn user3
+	call g24_txbuf_clear
+	call g24_ackpayload_parse
+	bpatchx patch28_5,mem_patch28
+	fetch 1,mem_24g_pair_sm
+	rtneq STATE_24G_PAIRING_SUCCESS
+	beq STATE_24G_PAIRING_1,g24_pair_sm_1_waiting_ack
+	beq STATE_24G_PAIRING_2,g24_pair_sm_2_waiting_ack
+	beq STATE_24G_PAIRING_3,g24_pair_sm_3_waiting_ack
+	beq STATE_24G_PAIRING_4,g24_pair_sm_4_waiting_ack
+	rtn
+
+g24_pair_sm_reinit:	
+	jam STATE_24G_PAIRING_2,mem_24g_pair_sm
+	fetch 1,mem_24g_pair_switch
+	rtn blank
+	jam STATE_24G_PAIRING_1,mem_24g_pair_sm
+	rtn
+
+g24_pair_sm_1_waiting_ack:
+	jam STATE_24G_PAIRING_2,mem_24g_pair_sm
+	branch g24_transmit_abandon
+	
+g24_pair_sm_2_waiting_ack:
+	fetch 1,mem_24g_pair_switch
+	branch g24_pair_sm_2_waiting_ack_skip,blank
+	fetch 4,mem_24g_rxpayload+2
+	store 4,mem_24g_receiver_addr
+g24_pair_sm_2_waiting_ack_skip:	
+	jam STATE_24G_PAIRING_3,mem_24g_pair_sm
+	branch g24_transmit_abandon
+
+g24_pair_sm_3_waiting_ack:
+	fetch 1,mem_24g_pair_switch
+	branch g24_pair_sm_3_waiting_ack_skip,blank
+	fetch 4,mem_24g_rxpayload+2
+	fetcht 4,mem_24g_device_addr
+	isub temp,null
+	nrtn zero
+g24_pair_sm_3_waiting_ack_skip:	
+	jam STATE_24G_PAIRING_4,mem_24g_pair_sm
+	branch g24_transmit_abandon	
+	
+g24_pair_sm_4_waiting_ack:
+	fetch 1,mem_24g_pair_switch
+	branch g24_pair_sm_4_waiting_ack_skip,blank
+	fetch 4,mem_24g_rxpayload+2
+	fetcht 4,mem_24g_receiver_addr
+	isub temp,null
+	nrtn zero
+g24_pair_sm_4_waiting_ack_skip:	
+	jam STATE_24G_PAIRING_SUCCESS,mem_24g_pair_sm
+	jam BT_EVT_24G_PAIRING_COMPLETE,mem_fifo_temp
+	call ui_ipc_send_event
+	setarg 0
+	store 2,mem_24g_pair_timeout
+	fetch 4,mem_24g_rxpayload+2
+	call g24_update_addr_and_synccrc8
+g24_pair_exit:
+	fetch 1,mem_24g_conn_sm
+	set0 STATE_24G_PAIR,pdata
+	store 1,mem_24g_conn_sm
+	branch g24_transmit_abandon
+
+
+
+
+/****************************g24 pair transmitter end********************************/
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+/****************************g24 pair receiver start********************************/
+
+
+g24_bind_mode_enable:
+	jam DONGLE_BIND,mem_24g_work_mode
+	jam CLEAR_INIT,mem_24g_mode_init
+	rtn
+
+g24_bind_init:
+	fetch 1,mem_24g_mode_init
+	rtnbit1 DONGLE_BIND
+	set1 DONGLE_BIND,pdata
+	store 1,mem_24g_mode_init
+	setarg 0
+	store 3,mem_24g_device1_bind_step
+	store 1,mem_24g_device1_bind_disable
+	store 1,mem_24g_device2_bind_disable
+	store 4,mem_24g_transmitter_addr
+	jam 1,mem_24g_ackpayload_enable
+	branch g24_pair_init_param
+
+
+g24_bind_ackpayload_prep:
+	jam 1,mem_24g_ackpayload_enable
+	jam 0x08,mem_24g_datalen
+	arg mem_24g_bind_payload,contr
+	arg mem_24g_txbuf,contw
+	branch memcpy8
+
+
+g24_bind_data_process:
+	bpatchx patch28_6,mem_patch28
+	call g24_rx_interrupt_clear
+	call g24_receive_packet
+	nbranch g24_rx_interrupt_clear,user3
+	call g24_bind_data_parse
+	call g24_transmit_ack
+	call g24_bind_device_status_check
+	call dongle_kb_bind_soft_reset
+	fetch 1,mem_24g_pair_switch
+	rtn blank
+	fetch 4,mem_24g_transmitter_addr
+	rtn blank
+	branch g24_update_addr_and_synccrc8
+
+g24_bind_data_error:
+	call g24_rx_interrupt_clear
+	branch g24_end_of_packet
+
+g24_bind_data_parse:
+	jam BIND_MODE_CONTINUE,mem_24g_bind_mode_continue	//about 400ms
+	arg mem_24g_rxbuf,contr
+	arg mem_24g_rxdata_temp,contw
+	call memcpy8
+	bpatchx patch28_7,mem_patch28
+	fetch 1,mem_24g_rxdata_temp+2
+	beq DATATYPE_BIND,g24_bind_first_step	//bind step 1
+	beq DATATYPE_CONFIG,g24_bind_second_step
+	beq DATATYPE_OK,g24_bind_third_step
+	beq DATATYPE_ATTEMP,g24_data_attemp
+	rtn
+
+
+g24_bind_first_step:
+	fetch 1,mem_24g_rxdata_temp+3
+	beq DATATYPE_DEVICE1,g24_bind_first_step_device1
+	beq DATATYPE_DEVICE2,g24_bind_first_step_device2
+	rtn
+
+g24_bind_first_step_device1:
+	fetch 1,mem_24g_device1_bind_disable
+	nrtn blank
+	jam 1,mem_24g_device1_bind_step
+g24_bind_dvc1_payload_cfg:
+	jam DATATYPE_DEVICE1,mem_24g_bind_payload
+g24_bind_payload_cfg:
+	jam 0x80,mem_24g_bind_payload+1
+	fetch 6,mem_24g_lap
+	store 6,mem_24g_bind_payload+2
+	rtn
+
+g24_bind_first_step_device2:
+	fetch 1,mem_24g_device2_bind_disable
+	nrtn blank
+	jam 1,mem_24g_device2_bind_step
+g24_bind_dvc2_payload_cfg:
+	jam DATATYPE_DEVICE2,mem_24g_bind_payload
+	branch g24_bind_payload_cfg
+
+
+g24_bind_second_step:
+	fetch 1,mem_24g_pair_switch
+	branch g24_bind_second_step_skip,blank
+	fetch 4,mem_24g_rxdata_temp+4
+	fetcht 4,mem_24g_lap
+	isub temp,null
+	nrtn zero
+g24_bind_second_step_skip:	
+	fetch 1,mem_24g_rxdata_temp+3
+	beq DATATYPE_DEVICE1,g24_bind_second_step_device1
+	beq DATATYPE_DEVICE2,g24_bind_second_step_device2
+	rtn
+
+g24_bind_second_step_device1:
+	fetch 1,mem_24g_device1_bind_disable
+	nrtn blank
+	fetch 1,mem_24g_device1_bind_step
+	beq 1,g24_bind_dvc1_step_set2
+	rtn
+g24_bind_dvc1_step_set2:
+	jam 2,mem_24g_device1_bind_step
+	fetch 1,mem_24g_pair_switch
+	branch g24_bind_dvc1_payload_cfg,blank
+g24_bind_dvc1_payload_cfg_transmitter_addr:
+	jam DATATYPE_DEVICE1,mem_24g_bind_payload
+g24_bind_payload_cfg_transmitter_addr:
+	jam 0x80,mem_24g_bind_payload+1
+	fetch 4,mem_24g_transmitter_addr
+	store 4,mem_24g_bind_payload+2
+	branch enable_user
+
+g24_bind_second_step_device2:
+	fetch 1,mem_24g_device2_bind_disable
+	nrtn blank
+	fetch 1,mem_24g_device2_bind_step
+	beq 1,g24_bind_dvc2_step_set2
+	rtn
+g24_bind_dvc2_step_set2:
+	jam 2,mem_24g_device2_bind_step
+	fetch 1,mem_24g_pair_switch
+	branch g24_bind_dvc2_payload_cfg,blank	
+	jam DATATYPE_DEVICE2,mem_24g_bind_payload
+	branch g24_bind_payload_cfg_transmitter_addr
+
+
+g24_bind_third_step:
+	fetch 1,mem_24g_pair_switch
+	branch g24_bind_third_step_skip,blank
+	fetch 4,mem_24g_rxdata_temp+4
+	fetcht 4,mem_24g_transmitter_addr
+	isub temp,null
+	nrtn zero
+g24_bind_third_step_skip:
+	fetch 1,mem_24g_rxdata_temp+3
+	beq DATATYPE_DEVICE1,g24_bind_third_step_device1
+	beq DATATYPE_DEVICE2,g24_bind_third_step_device2
+	rtn
+
+g24_bind_third_step_device1:
+	fetch 1,mem_24g_device1_bind_disable
+	nrtn blank
+	fetch 1,mem_24g_device1_bind_step
+	beq 2,g24_bind_dvc1_step_success
+	rtn
+g24_bind_dvc1_step_success:
+	jam 1,mem_24g_device1_bind_disable
+	call g24_binding_dvc1_living	//works on auto pair only
+	call g24_bind_dvc1_payload_cfg
+	fetch 1,mem_24g_bind_device_status
+	or_into 0x01,pdata
+	store 1,mem_24g_bind_device_status
+g24_bind_exit:
+	setarg 0
+	store 2,mem_24g_device1_bind_step
+	rtn
+	
+g24_bind_third_step_device2:
+	fetch 1,mem_24g_device2_bind_disable
+	nrtn blank
+	fetch 1,mem_24g_device2_bind_step
+	bne 0,g24_bind_dvc2_step_success
+	rtn
+g24_bind_dvc2_step_success:
+	jam 1,mem_24g_device2_bind_disable
+	call g24_binding_dvc2_living	//works on auto pair only
+	call g24_bind_dvc2_payload_cfg
+	fetch 1,mem_24g_bind_device_status
+	or_into 0x02,pdata
+	store 1,mem_24g_bind_device_status
+	call g24_bind_exit
+	branch dongle_g24_store_dvc2_bind_flag
+
+g24_binding_device_check:	//works on auto pair
+	fetch 1,mem_24g_work_mode
+	rtnne DONGLE_BIND
+	fetch 1,mem_24g_pair_mode
+	nrtn blank
+	fetch 1,mem_24g_rxbuf+3
+	beq DATATYPE_DEVICE1,g24_binding_dvc1_status	//bit0
+	beq DATATYPE_DEVICE2,g24_binding_dvc2_status	//bit1
+	rtn
+g24_binding_dvc1_status:
+	fetch 1,mem_24g_bind_device_living
+	rtnbit0 0
+disable_user3:
+	disable user3
+	rtn 
+g24_binding_dvc2_status:
+	fetch 1,mem_24g_bind_device_living
+	rtnbit0 1
+	branch disable_user3
+
+g24_binding_dvc1_living:
+	fetch 1,mem_24g_pair_mode
+	nrtn blank
+	fetch 1,mem_24g_bind_device_living
+	or_into 0x01,pdata
+	store 1,mem_24g_bind_device_living
+	rtn
+
+g24_binding_dvc2_living:
+	fetch 1,mem_24g_pair_mode
+	nrtn blank
+	fetch 1,mem_24g_bind_device_living
+	or_into 0x02,pdata
+	store 1,mem_24g_bind_device_living
+	rtn
+
+
+g24_bind_device_status_check:
+	fetch 1,mem_24g_bind_device_status
+	rtn blank
+g24_bind_device_status:
+	fetch 1,mem_24g_rxdata_temp+3
+	beq DATATYPE_DEVICE1,g24_binding_dvc1_living
+	beq DATATYPE_DEVICE2,g24_binding_dvc2_living
+	rtn
+
+
+
+/****************************g24 pair receiver end********************************/
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: program/g24_protocol_stack/24g_receiver.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/g24_protocol_stack/24g_receiver.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/g24_protocol_stack/24g_receiver.prog	(working copy)
@@ -0,0 +1,563 @@
+
+g24_receive_init:
+	set1 mark_24g_rxmode,mark
+	fetch 1,mem_tx_power
+	store 1,mem_tx_power_temp
+	branch rssi_receiver_buff_init
+
+g24_receive_dispatch:
+	fetch 2,mem_cb_24g_receive_process
+	branch callback_func
+
+g24_ackpayload_prep:
+	bpatchx patch29_0,mem_patch29
+	jam 0,mem_24g_datalen
+	fetch 1,mem_24g_ackpayload_enable
+	rtn blank
+	fetch 2,mem_cb_24g_ackpayload
+	branch callback_func
+
+
+g24_receive_packet_start:
+	call g24_receive_transmit_ack
+	nbranch g24_rx_interrupt_clear,user3
+g24_receive_packet_parse:
+	call g24_receive_packet_parse_pid_crc
+	nbranch g24_rx_interrupt_clear,user
+	fetch 1,mem_24g_rxdata_length
+	branch g24_rx_interrupt_clear,blank
+	increase 2,pdata
+	iforce loopcnt
+	arg mem_24g_rxbuf,contr
+	arg mem_24g_rxdata_temp,contw
+	call memcpy
+	jam 0,mem_24g_mode_switch
+	fetch 1,mem_24g_pair_mode
+	call g24_enable_nodata_timer,blank
+	bpatchx patch29_1,mem_patch29
+	fetch 1,mem_24g_rxdata_temp+2
+	beq DATATYPE_DEVICE1,g24_data_device1	//mouse
+	beq DATATYPE_DEVICE2,g24_data_device2	//keyboard
+	beq DATATYPE_ATTEMP,g24_data_receive_attemp	//reconn packet
+g24_rx_interrupt_clear:
+	bpatchx patch29_2,mem_patch29
+	arg mem_24g_rxbuf,contw
+	arg 66,loopcnt
+	branch clear_mem
+
+g24_data_receive_attemp:
+	call g24_bind_device_status		//works on auto pair only
+	branch g24_data_attemp
+
+g24_data_device1:
+	call g24_binding_dvc1_living	//works on auto pair only
+	call g24_ch_timer_reinit
+	fetch 1,mem_24g_abort_packet
+	fetcht 1,mem_24g_rxdata_temp
+	isolate1 bit_abort,temp
+	setflag true,0,pdata
+	store 1,mem_24g_abort_packet
+	beq 1,g24_data_attemp_device1_abort
+	fetch 1,mem_24g_hop_packet
+	fetcht 1,mem_24g_rxdata_temp
+	isolate1 bit_hop,temp
+	setflag true,0,pdata
+	store 1,mem_24g_hop_packet
+	fetch 2,mem_cb_24g_data_device1
+	branch callback_func
+
+g24_data_device2:
+	call g24_binding_dvc2_living	//works on auto pair only
+	fetcht 1,mem_24g_rxdata_temp
+	isolate1 bit_abort,temp
+	branch g24_data_attemp_device2_abort,true
+	fetch 2,mem_cb_24g_data_device2
+	branch callback_func
+
+g24_data_attemp_device1_abort:
+	fetch 1,mem_device_option
+	sub pdata,dvc_op_car,null
+	call car_stop_blink,zero
+	fetch 4,mem_24g_rxdata_temp+10
+	branch g24_store_device1_addr
+g24_data_attemp_device2_abort:
+	fetch 4,mem_24g_rxdata_temp+10
+	branch g24_store_device2_addr	
+
+
+g24_receive_packet_parse_pid_crc:
+	call disable_user
+	fetch 1,mem_24g_sta_pid
+	fetcht 1,mem_24g_last_pid
+	isub temp,null
+	ncall enable_user,zero
+	fetch 1,mem_24g_sta_pid
+	store 1,mem_24g_last_pid
+	fetch 3,mem_24g_sta_crc
+	fetcht 3,mem_24g_last_crc
+	isub temp,null
+	ncall enable_user,zero
+	fetch 3,mem_24g_sta_crc
+	store 3,mem_24g_last_crc
+	rtn
+
+g24_receive_transmit_ack:
+	call g24_rx_interrupt_clear
+	call g24_receive_packet
+	nrtn user3
+g24_transmit_ack:
+//data type
+	fetch 1,mem_24g_rxbuf
+	store 1,mem_24g_data_type
+//read len pid crc
+	call g24_read_len_pid_crc
+//read ack
+	fetch 1,mem_24g_rxbuf+1
+	isolate1 bit_ack_24g,pdata
+	branch g24tx_no_ack,true
+g24tx_with_ack:
+	call g24_ackpayload_prep
+	call g24_transmit_prep
+	call g24_transmit
+g24tx_no_ack:
+	branch g24_end_of_packet
+
+
+g24_enable_nodata_timer:
+	jam 1,mem_24g_nodata_timer_enable
+g24_enable_nodata_timer_init:
+	setarg TIMER_NODATA_DELAY
+	arg G24_TIMER_NODATA,queue
+	branch timer_init
+
+
+
+/****************************g24 receiver mode switch start********************************/
+
+g24_mode_switch_init:
+	bpatchx patch29_3,mem_patch29
+	jam 1,mem_24g_mode_switch
+	jam 0,mem_24g_time_slice
+	jam 0xff,mem_24g_interval
+	branch g24_timer_init
+	
+g24_mode_switch_bind_work:
+	bpatchx patch29_4,mem_patch29
+	fetch 1,mem_24g_mode_switch
+	rtn blank
+	call g24_timer_check
+	nrtn user	//80ms
+	call g24_bind_mode_continue
+	fetch 1,mem_24g_time_slice
+	increase 1,pdata
+	and_into 1,pdata
+	store 1,mem_24g_time_slice
+	beq 0,g24_work_mode_switch
+	beq 1,g24_bind_mode_switch
+	rtn
+
+g24_bind_mode_continue:
+	fetch 1,mem_24g_bind_mode_continue
+	rtn blank
+	increase -1,pdata
+	store 1,mem_24g_bind_mode_continue
+	rtn
+
+g24_work_mode_switch:
+	fetch 1,mem_24g_bind_mode_continue
+	nrtn blank
+	branch g24_switch_work_mode
+
+g24_bind_mode_switch:
+	fetch 1,mem_24g_bind_mode_continue
+	nrtn blank
+	branch g24_bind_mode_enable
+
+
+g24_mode_B_S_switch_init:	//bind and search
+	fetch 1,mem_24g_B_S_mode_switch_disable
+	nrtn blank
+	fetch 1,mem_24g_mode_B_S_switch_exit
+	call g24_mode_B_S_switch_start,blank
+	fetch 1,mem_24g_mode_B_S_switch_init
+	rtnbit1 0
+	set1 0,pdata
+	store 1,mem_24g_mode_B_S_switch_init
+	jam 1,mem_24g_mode_B_S_switch
+	jam 0,mem_24g_B_S_time_slice
+	setarg 0
+	store 2,mem_24g_mode_B_S_switch_cnt
+	jam 0x60,mem_24g_interval	//30ms
+	branch g24_timer_init
+
+g24_mode_switch_bind_search:
+	bpatchx patch29_5,mem_patch29
+	fetch 1,mem_24g_work_mode
+	rtneq DONGLE_WORK
+	fetch 1,mem_24g_B_S_mode_switch_disable
+	nrtn blank
+	fetch 1,mem_24g_mode_B_S_switch_exit
+	nrtn blank
+	fetch 1,mem_24g_mode_B_S_switch
+	rtn blank
+	call g24_timer_check
+	nrtn user
+	fetch 2,mem_24g_mode_B_S_switch_cnt
+	increase 1,pdata
+	store 2,mem_24g_mode_B_S_switch_cnt
+	arg 0x7d0,temp	//1min
+	isub temp,null
+	branch g24_mode_B_S_switch_exit,positive
+	call g24_bind_mode_continue
+	fetch 1,mem_24g_B_S_time_slice
+	increase 1,pdata
+	and_into 1,pdata
+	store 1,mem_24g_B_S_time_slice
+	beq 0,g24_mode_switch_search
+	beq 1,g24_bind_mode_enable
+	rtn
+
+g24_mode_switch_search:
+	fetch 1,mem_24g_bind_mode_continue
+	nbranch g24_bind_mode_enable,blank
+	branch g24_search_mode_enable
+
+g24_mode_B_S_switch_exit:
+	jam 1,mem_24g_mode_B_S_switch_exit
+	branch g24_search_mode_enable
+
+g24_mode_B_S_switch_stop:
+	jam 0,mem_24g_mode_B_S_switch
+	rtn
+g24_mode_B_S_switch_start:
+	jam 1,mem_24g_mode_B_S_switch
+	rtn
+
+
+
+/****************************g24 receiver mode switch end********************************/
+
+
+
+
+/****************************g24 receiver work mode start********************************/
+
+g24_work_init:
+	bpatchx patch29_6,mem_patch29
+	fetch 1,mem_24g_mode_init
+	rtnbit1 DONGLE_WORK
+	set1 DONGLE_WORK,pdata
+	store 1,mem_24g_mode_init
+	fetch 1,mem_tx_power_temp
+	store 1,mem_tx_power
+	jam 0,mem_24g_ackpayload_enable
+	jam 0,mem_usb_tx_enable
+	jam 1,mem_24g_abort_packet
+	jam 0,mem_24g_pid
+	fetch 4,mem_24g_lap
+	call g24_update_addr_and_synccrc8
+	call g24_ch
+	branch g24_rx_interrupt_clear
+
+
+g24_switch_work_mode:
+	jam 0,mem_24g_ackpayload_enable
+g24_work_mode_enable:
+	jam DONGLE_WORK,mem_24g_work_mode
+	jam CLEAR_INIT,mem_24g_mode_init
+	rtn
+
+
+g24_work_mode_start:
+	fetch 1,mem_24g_work_mode
+	rtnne DONGLE_WORK
+	call g24_work_init
+	call g24_ch_process
+	branch g24_receive_packet_start
+
+
+
+/****************************g24 receiver work mode end********************************/
+
+
+
+
+
+
+/****************************g24 receiver bind mode start********************************/
+
+g24_bind_mode_auto:
+	bpatchx patch29_7,mem_patch29
+	fetch 1,mem_24g_work_mode
+	rtnne DONGLE_BIND
+	call g24_bind_init
+	call g24_bind_data_process
+	fetch 1,mem_24g_pair_mode
+	nrtn blank
+	fetch 1,mem_24g_bind_device_status
+	rtn blank
+	jam 0,mem_24g_mode_switch
+	call g24_switch_work_mode
+	call g24_enable_nodata_timer
+	branch g24_timer_init
+
+
+/****************************g24 receiver bind mode end********************************/
+
+
+
+
+
+
+/****************************g24 receiver search mode start********************************/
+
+g24_search_mode_init:
+	fetch 1,mem_24g_mode_init
+	rtnbit1 DONGLE_SEARCH
+	set1 DONGLE_SEARCH,pdata
+	store 1,mem_24g_mode_init
+	jam 0,mem_24g_time_slice
+	jam 1,mem_24g_ackpayload_enable
+	setarg 0
+	store 3,mem_rssi_noise_self_index
+	store 7,mem_24g_self_config_ch_once
+	call g24_receiver_addr_check
+	nrtn zero
+	fetch 1,mem_24g_current_ch_number
+	store 1,mem_24g_self_ch_number
+	fetch 1,mem_24g_ch
+	store 1,mem_24g_self_last_ch
+	rtn
+
+
+g24_search_mode_auto:
+	bpatchx patch2a_0,mem_patch2a
+	fetch 1,mem_24g_work_mode
+	rtnne DONGLE_SEARCH
+	call g24_search_mode_init
+	call g24_auto_addr_ch_search
+	call g24_receive_transmit_ack
+	nbranch g24_rx_interrupt_clear,user3
+	//dongle addr,then parse rxdata
+	call g24_receiver_addr_check
+	call g24_receive_packet_parse,zero
+
+	fetch 1,mem_24g_abort_packet
+	call g24_mode_B_S_switch_stop,blank	//works on auto pair only
+	
+	//receive data,then go to paired
+	jam DONGLE_WORK,mem_24g_work_mode
+	fetch 1,mem_24g_mode_init
+	set1 DONGLE_WORK,pdata
+	store 1,mem_24g_mode_init
+
+	fetch 1,mem_24g_ackpayload_enable
+	sub pdata,2,null
+	ncall g24_ackpayload_disable,zero
+
+	call g24_rx_interrupt_clear
+	call g24_enable_nodata_timer
+	call g24_receiver_addr_check
+	branch g24_self_ch_num_reinit,zero
+	fetch 4,mem_24g_addr
+	fetcht 4,mem_24g_device2_addr
+	isub temp,null
+	branch g24_device2_ch_num_reinit,zero		
+	fetch 4,mem_24g_addr
+	fetcht 4,mem_24g_device1_addr
+	isub temp,null
+	branch g24_device1_ch_num_reinit,zero
+	rtn
+
+
+g24_self_ch_num_reinit:
+	fetch 1,mem_24g_self_ch_number
+g24_current_ch_num_reinit:
+	store 1,mem_24g_current_ch_number
+	rtn
+
+g24_device2_ch_num_reinit:
+	fetch 1,mem_24g_device2_ch_number
+	branch g24_current_ch_num_reinit
+
+g24_device1_ch_num_reinit:
+	fetch 1,mem_24g_device1_ch_number
+	branch g24_current_ch_num_reinit
+
+
+g24_auto_addr_ch_search:
+	bpatchx patch2a_1,mem_patch2a
+	fetch 1,mem_24g_time_slice
+	increase 1,pdata
+	and_into 3,pdata
+	store 1,mem_24g_time_slice
+	//pairing address and channel come first
+	beq 0,g24_auto_bind_config_device2
+	beq 1,g24_auto_bind_config_self
+	beq 2,g24_auto_bind_config_device1
+	beq 3,g24_auto_bind_config_self
+	rtn
+
+g24_auto_bind_config_device1:
+	call g24_bind_dvc1_payload_cfg
+	fetch 4,mem_24g_device1_addr
+	branch g24_auto_addr_ch_search,blank
+	call g24_update_addr_and_synccrc8
+	fetch 1,mem_24g_device1_config_ch_once
+	call g24_device1_config_ch_once,blank
+	fetch 1,mem_24g_device1_last_ch
+	store 1,mem_24g_ch
+	fetcht 1,mem_rssi_noise_device1_index
+	fetchr rega,2,mem_rssi_noise_device1_buffer_ptr
+	call rssi_store
+	storet 1,mem_rssi_noise_device1_index
+	call rssi_average
+	storet 1,mem_rssi_noise_device1_avg
+	sub temp,RSSI_THRESH_NOISE,null
+	nrtn positive
+	fetcht 1,mem_24g_device1_ch_number
+	call g24_ch_map_size
+	storet 1,mem_24g_device1_ch_number
+	store 1,mem_24g_device1_last_ch
+	rtn
+
+g24_device1_config_ch_once:
+	jam 1,mem_24g_device1_config_ch_once
+	arg 0,temp
+	call g24_ch_calc
+	store 1,mem_24g_device1_last_ch
+	rtn
+	
+g24_auto_bind_config_device2:
+	call g24_bind_dvc2_payload_cfg
+	fetch 4,mem_24g_device2_addr
+	branch g24_auto_addr_ch_search,blank
+	call g24_update_addr_and_synccrc8
+	fetch 1,mem_24g_device2_config_ch_once
+	call g24_device2_config_ch_once,blank
+	fetch 1,mem_24g_device2_last_ch
+	store 1,mem_24g_ch
+	fetcht 1,mem_rssi_noise_device2_index
+	fetchr rega,2,mem_rssi_noise_device2_buffer_ptr
+	call rssi_store
+	storet 1,mem_rssi_noise_device2_index
+	call rssi_average
+	storet 1,mem_rssi_noise_device2_avg
+	sub temp,RSSI_THRESH_NOISE,null
+	nrtn positive
+	fetcht 1,mem_24g_device2_ch_number
+	call g24_ch_map_size
+	storet 1,mem_24g_device2_ch_number
+	store 1,mem_24g_device2_last_ch
+	rtn
+
+g24_device2_config_ch_once:
+	jam 1,mem_24g_device2_config_ch_once
+	arg 0,temp
+	call g24_ch_calc
+	store 1,mem_24g_device2_last_ch
+	rtn	
+
+g24_auto_bind_config_self:
+	call g24_bind_dvc1_payload_cfg
+	fetch 4,mem_24g_lap
+	call g24_update_addr_and_synccrc8
+	fetch 1,mem_24g_self_config_ch_once
+	call g24_self_config_ch_once,blank
+	fetch 1,mem_24g_self_last_ch
+	store 1,mem_24g_ch
+	fetcht 1,mem_rssi_noise_self_index
+	fetchr rega,2,mem_rssi_noise_self_buffer_ptr
+	call rssi_store
+	storet 1,mem_rssi_noise_self_index
+	call rssi_average
+	storet 1,mem_rssi_noise_self_avg
+	sub temp,RSSI_THRESH_NOISE,null
+	nrtn positive
+	fetcht 1,mem_24g_self_ch_number
+	call g24_ch_map_size
+	storet 1,mem_24g_self_ch_number
+	store 1,mem_24g_self_last_ch
+	rtn
+
+g24_self_config_ch_once:
+	jam 1,mem_24g_self_config_ch_once
+	fetch 1,mem_24g_self_last_ch
+	store 1,mem_24g_ch
+	rtn
+
+
+g24_ackpayload_disable:
+	jam 0,mem_24g_ackpayload_enable
+	rtn
+
+
+g24_receiver_addr_check:
+	fetch 4,mem_24g_addr
+	fetcht 4,mem_24g_lap
+	isub temp,null
+	rtn
+
+/****************************g24 receiver search mode end********************************/
+
+
+
+
+
+
+/****************************g24 receiver nodata process start********************************/
+
+
+g24_nodata_process:
+	fetch 1,mem_24g_ackpayload_enable
+	rtneq 2
+	fetch 1,mem_24g_nodata_timer_enable
+	rtn blank
+	arg G24_TIMER_NODATA,queue
+	call timer_check
+	nrtn blank
+	jam 0,mem_24g_nodata_timer_enable
+	jam 0,mem_24g_bind_mode_continue
+	call g24_mode_B_S_switch_init	//works on auto pair only	
+	//no data for more than 100ms,then go to search
+g24_search_mode_enable:	
+	bpatchx patch2a_2,mem_patch2a
+	jam DONGLE_SEARCH,mem_24g_work_mode
+	jam CLEAR_INIT,mem_24g_mode_init
+	branch g24_rx_interrupt_clear
+
+
+/****************************g24 receiver nodata process end********************************/
+
+
+g24_ch_process:
+	bpatchx patch2a_3,mem_patch2a
+	fetch 1,mem_24g_abort_packet
+	beq 1,rssi_noise_monitor
+	fetch 1,mem_24g_hop_packet
+	beq 1,g24_ch_receive_hop_pac
+	fetcht 4,mem_24g_hop_btclk
+	copy clkn_bt,pdata
+	isub temp,null
+	ncall g24_timer_timeout,positive
+	copy pdata,regb
+	fetch 4,mem_24g_hop_btclk
+	fetcht 1,mem_24g_hop_interval
+	iadd temp,temp
+	copy regb,pdata
+	isub temp,null
+	nrtn positive
+	set0 28,pdata
+	store 4,mem_24g_hop_btclk
+	jam 1,mem_24g_abort_packet
+	branch g24_ch
+
+g24_ch_receive_hop_pac:
+	jam 0,mem_24g_hop_packet
+	branch g24_ch
+
+g24_ch_timer_reinit:
+	copy clkn_bt,pdata
+	store 4,mem_24g_hop_btclk
+	rtn
+
Index: program/g24_protocol_stack/24g_reconn.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/g24_protocol_stack/24g_reconn.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/g24_protocol_stack/24g_reconn.prog	(working copy)
@@ -0,0 +1,171 @@
+
+/****************************g24 reconn transmitter start********************************/
+
+g24_reconn_timeout_timer:
+	arg mem_24g_reconn_timeout,regc
+	arg g24_stop_24g_mode,regb
+	branch timer_single_step_2B
+
+
+g24_reconn_start:
+	bpatchx patch2a_4,mem_patch2a
+	set1 mark_24g,mark
+	fetch 1,mem_24g_conn_sm
+	set0 STATE_24G_PAIR,pdata
+	set1 STATE_24G_RECONN,pdata
+	store 1,mem_24g_conn_sm
+	fetch 1,mem_24g_fast_conn_enable
+	branch g24_reconn_receiver_addr,blank
+	fetch 1,mem_24g_reconn_type
+	beq FAST_CONN_AND_RECEIVER,g24_reconn_fast_conn
+	beq FAST_CONN_AND_3_0_ADDR,g24_reconn_fast_conn
+	beq RECEIVER_AND_3_0_ADDR,g24_reconn_device_3_0_addr
+	beq PAIR_AND_3_0_ADDR,g24_reconn_device_3_0_addr
+g24_reconn_fast_conn:
+	fetch 1,mem_24g_pair_tx_power
+	store 1,mem_tx_power
+	fetcht 1,mem_24g_fast_conn_temp_ch
+	storet 1,mem_24g_current_ch_number
+	fetch 4,mem_24g_fast_conn_addr
+	call g24_ch_syncword_crc8_init
+	storet 1,mem_24g_fast_conn_temp_ch
+	rtn
+	 
+g24_reconn_receiver_addr:
+	jam TX_POWER_3DB,mem_tx_power
+	fetcht 1,mem_24g_receiver_temp_ch
+	storet 1,mem_24g_current_ch_number
+	fetch 4,mem_24g_receiver_addr
+	call g24_ch_syncword_crc8_init
+	storet 1,mem_24g_receiver_temp_ch
+	rtn
+
+g24_reconn_device_3_0_addr:
+	jam TX_POWER_3DB,mem_tx_power
+	fetcht 1,mem_24g_device_temp_ch
+	storet 1,mem_24g_current_ch_number
+	fetch 4,mem_24g_device_addr
+	call g24_ch_syncword_crc8_init
+	storet 1,mem_24g_device_temp_ch
+	rtn	
+
+g24_store_receiver_addr:
+	fetch 4,mem_24g_rxpayload+2
+	rtn blank
+	store 4,mem_24g_receiver_addr	
+g24_ch_syncword_crc8_init:	
+	call g24_update_addr_and_synccrc8
+	branch g24_ch
+
+
+g24_reconn_dispatch:
+	bpatchx patch2a_5,mem_patch2a
+	fetch 2,mem_24g_reconn_count
+	arg 0x01f8,temp
+	iand temp,pdata
+	branch g24_reconn_dispatch_next,blank
+	fetch 2,mem_24g_reconn_count
+	increase 1,pdata
+	store 2,mem_24g_reconn_count
+	rtn
+
+g24_reconn_dispatch_next:
+	call g24_reconn_data_prep
+	call g24_transmit_receive_ack
+	nbranch g24_reconn_device_fail,sync
+	nbranch g24_reconn_device_fail,user3
+	call g24_ackpayload_parse
+	fetch 4,mem_24g_pair_addr
+	fetcht 4,mem_24g_addr
+	isub temp,null
+	branch g24_pair_start,zero
+	fetch 4,mem_24g_device_addr
+	fetcht 4,mem_24g_addr
+	isub temp,null
+	call g24_store_receiver_addr,zero
+	fetch 1,mem_24g_conn_sm
+	set0 STATE_24G_RECONN,pdata
+	store 1,mem_24g_conn_sm
+	setarg 0
+	store 2,mem_24g_pair_timeout
+	store 2,mem_24g_reconn_count
+	store 2,mem_24g_reconn_timeout
+	jam BT_EVT_24G_ATTEMPT_SUCCESS,mem_fifo_temp
+	call ui_ipc_send_event
+g24_txbuf_clear:
+	bpatchx patch2a_6,mem_patch2a
+	arg 4,loopcnt
+	arg mem_24g_txbuf,contw
+	branch memset0
+
+g24_reconn_data_prep:
+	jam DATATYPE_ATTEMP,mem_24g_txbuf
+	fetch 1,mem_24g_data_type
+	store 1,mem_24g_txbuf+1
+	fetch 4,mem_24g_device_addr
+	store 4,mem_24g_txbuf+2
+	jam 6,mem_24g_datalen
+	branch g24_transmit_prep
+
+g24_reconn_device_fail:
+	fetch 1,mem_24g_fast_conn_enable
+	branch g24_ch,blank
+	fetch 2,mem_24g_reconn_count
+	increase 1,pdata
+	store 2,mem_24g_reconn_count
+	isolate1 9,pdata
+	fetch 1,mem_24g_reconn_type
+	beq FAST_CONN_AND_RECEIVER,g24_reconn_fast_conn_and_receiver
+	beq FAST_CONN_AND_3_0_ADDR,g24_reconn_fast_conn_and_3_0
+	beq RECEIVER_AND_3_0_ADDR,g24_reconn_receiver_and_3_0
+	beq PAIR_AND_3_0_ADDR,g24_reconn_pair_and_3_0
+	branch g24_reconn_receiver_addr
+
+
+g24_reconn_fast_conn_and_receiver:
+	branch g24_reconn_receiver_addr,true
+	branch g24_reconn_fast_conn
+
+g24_reconn_fast_conn_and_3_0:
+	branch g24_reconn_device_3_0_addr,true
+	branch g24_reconn_fast_conn
+	
+g24_reconn_receiver_and_3_0:
+	branch g24_reconn_device_3_0_addr,true
+	branch g24_reconn_receiver_addr
+
+g24_reconn_pair_and_3_0:
+	branch g24_reconn_device_3_0_addr,true
+	branch g24_pair_init_param
+
+/****************************g24 reconn transmitter end********************************/
+
+
+
+
+
+/****************************g24 reconn receiver start********************************/
+
+g24_data_attemp:
+	fetch 1,mem_24g_rxdata_temp+3
+	beq DATATYPE_DEVICE1,g24_data_attemp_device1
+	beq DATATYPE_DEVICE2,g24_data_attemp_device2
+	rtn
+g24_data_attemp_device1:
+	fetch 4,mem_24g_rxdata_temp+4
+	store 4,mem_24g_transmitter_addr
+g24_store_device1_addr:
+	store 4,mem_24g_device1_addr
+	rtn
+g24_data_attemp_device2:
+	fetch 4,mem_24g_rxdata_temp+4
+	store 4,mem_24g_transmitter_addr	
+g24_store_device2_addr:
+	store 4,mem_24g_device2_addr
+	rtn
+
+/****************************g24 reconn receiver end********************************/
+
+
+
+
Index: program/g24_protocol_stack/24g_rssi.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/g24_protocol_stack/24g_rssi.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/g24_protocol_stack/24g_rssi.prog	(working copy)
@@ -0,0 +1,112 @@
+
+/****************************g24 rssi general start********************************/
+
+rssi_store:
+	bpatchx patch2a_7,mem_patch2a
+	copy rega,pdata
+	iadd temp,contw
+	fetch 1,mem_rssi
+	istore 1,contw
+	increase 1,temp
+	fetch 1,mem_rssi_buff_index	//buff len minus 1
+	iand temp,temp
+	rtn
+	
+rssi_average:
+	bpatchx patch2b_0,mem_patch2b
+	fetch 1,mem_rssi_buff_index
+	increase 1,pdata
+	store 2,mem_loopcnt
+	copy pdata,loopcnt
+	copy rega,contr
+	arg 0,pdata
+rssi_average_loop:
+	ifetcht 1,contr
+	iadd temp,pdata
+	loop rssi_average_loop
+	fetcht 2,mem_loopcnt
+	idiv temp
+	call wait_div_end
+	quotient temp
+	rtnmark1 mark_24g_rxmode
+	copy temp,pdata
+	rtnmark0 mark_24g
+	call bcd
+	copy pdata,temp
+	rtn
+
+save_rssi_dec:
+	branch save_rssi
+//	branch rssi_hex2dec
+
+/****************************g24 rssi general end********************************/
+
+
+
+
+
+/****************************g24 transmitter rssi start********************************/
+rssi_transmitter_buff_init:
+	fetch 2,mem_rssi_signal_buf_ptr
+	branch rssi_buff_clear
+
+rssi_signal:
+	copy pdata,rega
+	fetcht 1,mem_rssi_signal_index
+	fetch 2,mem_rssi_signal_buf_ptr
+	iadd temp,contw
+	copy rega,pdata
+	istore 1,contw
+	increase 1,temp
+	fetch 1,mem_rssi_buff_index	//buff len minus 1
+	iand temp,temp
+	storet 1,mem_rssi_signal_index
+	rtn
+
+/****************************g24 transmitter rssi end********************************/
+
+
+
+
+
+/****************************g24 receiver rssi start********************************/
+
+rssi_receiver_buff_init:
+	fetch 2,mem_rssi_noise_buffer_ptr
+	call rssi_buff_clear
+	fetch 2,mem_rssi_noise_self_buffer_ptr
+	call rssi_buff_clear
+	fetch 2,mem_rssi_noise_device1_buffer_ptr
+	call rssi_buff_clear
+	fetch 2,mem_rssi_noise_device2_buffer_ptr
+rssi_buff_clear:
+	rtn blank
+	copy pdata,contw
+	fetch 1,mem_rssi_buff_index
+	increase 1,pdata
+	copy pdata,loopcnt
+	branch clear_mem
+
+
+rssi_noise:
+	call save_rssi_dec
+	rtn blank
+	fetcht 1,mem_rssi_noise_index
+	fetchr rega,2,mem_rssi_noise_buffer_ptr
+	call rssi_store
+	storet 1,mem_rssi_noise_index
+	rtn
+
+
+rssi_noise_monitor:
+	fetchr rega,2,mem_rssi_noise_buffer_ptr
+	call rssi_average
+	storet 1,mem_rssi_noise_avg
+	sub temp,RSSI_THRESH_NOISE,null
+	nrtn positive
+	branch g24_ch
+
+
+/****************************g24 receiver rssi end********************************/
+
+	
Index: program/g24_protocol_stack/24g_transmitter.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/g24_protocol_stack/24g_transmitter.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/g24_protocol_stack/24g_transmitter.prog	(working copy)
@@ -0,0 +1,381 @@
+
+
+g24_transmit_init:
+	fetch 4,mem_24g_lap		//need to roll this address
+	store 4,mem_24g_device_addr
+	branch rssi_transmitter_buff_init
+
+g24_transmit_dispatch:
+	rtnmark0 mark_24g
+	fetch 1,mem_24g_conn_sm
+	bbit1 STATE_24G_PAIR,g24_pair_dispatch
+	bbit1 STATE_24G_RECONN,g24_reconn_dispatch
+	fetch 1,mem_24g_transmit_by_interrupt
+	beq G24_TX_TIMER_INT_ENABLE,g24_transmit_by_interrupt
+g24_transmit_no_interrupt:
+	bpatchx patch2b_1,mem_patch2b
+	call g24_txdata_prep
+	nbranch g24_nodata_transmit,user
+g24_transmit_start:
+	call g24_transmit_process
+	call power_ctrl_start	
+	fetch 1,mem_device_option
+	beq dvc_op_mouse,mouse_24g_transmit_start
+g24_transmit_start_next:	
+	fetch 8,mem_24g_long_sleep_set
+	store 8,mem_24g_enter_hibernate
+	fetch 2,mem_24g_long_sleep_param_update_timer_init
+	store 2,mem_24g_long_sleep_param_update_timer
+	fetch 2,mem_cb_24g_transmit_short_sleep
+	branch callback_func
+
+g24_short_sleep:
+	bpatchx patch2b_2,mem_patch2b
+	call g24_lpm_wait
+	nrtn user
+	call g24_setgpio_lpm_before
+	call clear_wake
+	fetch 3,mem_24g_short_sleep_set
+	branch g24_long_seep2
+
+g24_long_sleep:
+	bpatchx patch2b_3,mem_patch2b
+	call g24_lpm_wait
+	nrtn user
+	call g24_setgpio_lpm_before
+	fetch 8,mem_24g_enter_hibernate
+g24_long_seep2:
+	call clk2lpo
+	storet 4,mem_sleep_counter
+	branch lpm_sleep
+	
+/****************************g24 transmitter data prep start********************************/
+
+g24_txdata_prep:
+	call g24_package_data
+	nrtn user
+	branch g24_transmit_prep
+
+
+g24_package_data:
+	fetch 2,mem_cb_24g_transmit_data
+	call callback_func
+	branch g24_accumulate_data,user
+	fetch 7,mem_24g_txbuf+1	//mouse data
+	rtn blank
+	branch enable_user	// retransmit
+	
+g24_accumulate_data:
+	jam 0,mem_24g_abort_pac
+	add rega,1,pdata
+	store 1,mem_24g_datalen
+	call g24_transmit_rf_ctrl_clear
+	store 1,mem_24g_txbuf
+	copy regb,contr
+	copy rega,loopcnt
+	branch memcpy
+
+g24_transmit_rf_ctrl_clear:	
+	fetch 1,mem_24g_data_type
+	and_into bits_data,pdata
+	store 1,mem_24g_data_type
+	rtn
+
+/****************************g24 transmitter data prep end********************************/
+
+
+
+
+/****************************g24 transmitter data transmit start********************************/
+
+g24_transmit_process:
+	setarg 0
+	store 1,mem_24g_retry
+	store 2,mem_24g_retransmit
+g24_transmit_loop:
+	call g24_transmit_receive_ack
+	fetch 1,mem_24g_no_ack	//tx noack
+	beq no_ack_24g,g24_transmit_no_ack
+	nbranch g24_retransmit,sync
+	nbranch g24_retransmit,user3
+	call g24_ackpayload_parse	
+	fetch 1,mem_device_option
+	sub pdata,dvc_op_mouse,null
+	call mouse_24g_transmit_callback,zero
+g24_transmit_no_ack:
+	call power_ctrl_pac_succ_incrs
+g24_transmit_next_packet:
+	call g24_txbuf_clear
+	fetch 1,mem_24g_pid
+	increase 1,pdata
+	store 1,mem_24g_pid
+	call g24_hop_enable_packet
+g24_transmit_abandon:
+	bpatchx patch2b_4,mem_patch2b
+	setarg 0
+	store 1,mem_24g_ensure
+	store 2,mem_24g_txfail_cnt
+	rtn
+
+g24_transmit_receive_ack:
+	bpatchx patch2b_5,mem_patch2b
+	disable user3
+	call g24_transmit
+	fetch 1,mem_24g_no_ack
+	beq no_ack_24g,g24_end_of_packet
+	force 0,radio_ctrl
+	fetch 4,mem_24g_addr
+	iforce access
+	fetcht 1,mem_last_freq
+	call set_freq_rx
+	call rf_rx_enable
+	call g24_receive_rxon
+	call g24_end_of_packet,user3
+	rtn
+
+g24_retransmit:
+	fetch 1,mem_device_option
+	bne dvc_op_mouse,g24_retransmit0
+	fetch 1,mem_mouse_need_soft_reset
+	nrtn blank
+	call mouse_select_device_by_pb_button
+g24_retransmit0:	
+	fetch 1,mem_24g_abort_pac
+	nrtn blank
+	fetch 2,mem_24g_txfail_cnt
+	increase 1,pdata
+	store 2,mem_24g_txfail_cnt	
+	fetch 1,mem_24g_txfail_cnt+1
+	bbit1 4,g24_tx_attempt_fail
+	call g24_transmit_hop_process
+	fetch 2,mem_24g_retransmit
+	increase 1,pdata
+	store 2,mem_24g_retransmit	
+	branch g24_transmit_loop
+
+
+g24_ackpayload_parse:
+	bpatchx patch2b_6,mem_patch2b
+	call g24_read_len_pid_crc
+	fetch 1,mem_24g_rxdata_length	//ack payload length 
+	rtn blank
+	iforce loopcnt
+	arg mem_24g_rxbuf+2,contr
+	arg mem_24g_rxpayload,contw	//ack payload buffer 
+	branch memcpy
+
+
+g24_tx_attempt_fail:
+	bpatchx patch2b_7,mem_patch2b
+	setarg 0
+	store 2,mem_24g_txfail_cnt
+	jam 1,mem_24g_attempt_fail_flag
+g24_stop_24g_mode:	
+	jam BT_EVT_24G_ATTEMPT_FAIL,mem_fifo_temp
+	branch ui_ipc_send_event
+
+/****************************g24 transmitter data transmit end********************************/
+
+
+
+
+
+/****************************g24 transmitter hop start********************************/
+
+g24_transmit_hop_process:
+	bpatchx patch2c_0,mem_patch2c
+	fetcht 1,mem_24g_retry
+	fetch 1,mem_24g_fast_hop_count			// 125Hz=11  250Hz=5
+	isub temp,null
+	nbranch g24_tx_fast_hop,positive		// >= (6+6)or(3+3) hop fast    fail packet count >= 2
+	increase 1,temp
+	storet 1,mem_24g_retry
+	fetch 1,mem_24g_fast_hop_count
+	beq 5,g24_transmit_hop_process_4ms
+	fetch 1,mem_24g_retry
+	beq 6,g24_hop_ch_disable
+	beq 12,g24_hop_ch_disable
+	rtn	
+
+
+g24_transmit_hop_process_4ms:
+	fetch 1,mem_24g_retry
+	beq 3,g24_hop_ch_disable
+	beq 6,g24_hop_ch_disable
+	rtn	
+
+
+
+g24_hop_ch_enable:
+	//fetch 1,mem_24g_data_type
+	//set1 bit_hop,pdata
+	//store 1,mem_24g_data_type
+	//update txpayload
+g24_txpayload_type_update:	
+	bmark1 mark_ble_lr,g24_lr_type_update
+	store 1,mem_24g_txpayload+OFFSET_DATA_TYPE
+	rtn
+g24_lr_type_update:
+	store 1,mem_24g_txpayload+OFFSET_LR_DATA_TYPE
+	rtn
+
+g24_hop_enable_packet:
+	fetch 1,mem_24g_data_type
+	rtnbit0 bit_hop
+g24_hop_ch_disable:
+	fetch 1,mem_24g_data_type
+	set0 bit_hop,pdata
+	store 1,mem_24g_data_type
+	call g24_txpayload_type_update
+	call power_ctrl_pac_succ_decrs
+	branch g24_ch
+
+g24_tx_fast_hop:
+	call power_ctrl_txpower_incrs
+	call power_ctrl_pac_succ_decrs
+	branch g24_ch
+	
+/****************************g24 transmitter hop end********************************/
+
+
+
+
+
+
+
+
+
+
+
+
+
+/****************************g24 transmitter long lpm prep start********************************/
+
+g24_search_receiver:
+	fetch 2,mem_cb_24g_search_receiver
+	branch callback_func
+
+g24_nodata_transmit:
+	fetch 1,mem_24g_abort_pac
+	call g24_send_abort_packet,blank
+	fetch 1,mem_24g_transmit_by_interrupt
+	rtneq G24_TX_TIMER_INT_ENABLE
+	call g24_search_receiver
+	fetch 2,mem_cb_24g_transmit_long_sleep
+	branch callback_func
+
+g24_send_abort_packet:
+	jam TYPE_MS,mem_24g_data_type
+	jam 1,mem_24g_abort_pac
+	call g24_transmit_rf_ctrl_clear
+	store 1,mem_24g_txbuf
+	setarg 0
+	store 7,mem_24g_txbuf+1
+	fetch 4,mem_24g_device_addr
+	store 4,mem_24g_txbuf+8
+	jam 12,mem_24g_datalen
+	fetch 1,mem_24g_data_type
+	set1 bit_abort,pdata
+	store 1,mem_24g_data_type
+	call g24_transmit_prep
+	branch g24_transmit_start
+	
+
+
+g24_lpm_wait:
+	bpatchx patch2c_1,mem_patch2c
+	enable user
+	call lpo_calibration
+	fetch 3,mem_clks_per_lpo
+	branch disable_user,blank
+	fetch 1,mem_lpm_mode
+	branch disable_user,blank
+g24_lpm_wait_next:
+	fetch 1,mem_24g_transmit_by_interrupt
+	beq G24_TX_TIMER_INT_ENABLE,disable_user
+	rtn
+
+g24_setgpio_lpm_before:
+	fetch 2,mem_cb_24g_lpm_before
+	branch callback_func
+
+
+/****************************g24 transmitter long lpm prep end********************************/
+
+
+
+
+
+
+
+/****************************g24 transmit by interrupt start********************************/
+
+g24_transmit_by_interrupt:
+	call g24_timer_check
+	nrtn user
+	call g24_interval_calibrate
+	fetch 2,mem_24g_transmit_by_interrupt_exit_count
+	increase 1,pdata
+	store 2,mem_24g_transmit_by_interrupt_exit_count
+	fetcht 2,mem_24g_transmit_by_interrupt_exit_count_init
+	isub temp,null
+	call g24_transmit_by_interrupt_exit,zero
+	branch g24_transmit_no_interrupt
+
+	
+g24_transmit_by_interrupt_exit:
+	jam G24_TX_TIMER_INT_DISABLE,mem_24g_transmit_by_interrupt
+	setarg 0
+	store 2,mem_24g_transmit_by_interrupt_exit_count
+	setarg 100
+	store 2,mem_24g_transmit_by_interrupt_exit_count_init
+g24_interval_min:
+	jam 0,mem_24g_pac_index
+	fetch 1,mem_24g_interval_min
+g24_interval_store:
+	store 1,mem_24g_interval
+	rtn
+g24_interval_max:
+	fetch 1,mem_24g_interval_max
+	branch g24_interval_store
+	
+g24_interval_calibrate:
+	fetch 1,mem_24g_pac_index
+	increase 1,pdata
+	store 1,mem_24g_pac_index
+	beq 4,g24_interval_max
+	beq 5,g24_interval_min
+	rtn
+
+g24_transmit_by_interrupt_enable:
+	jam G24_TX_TIMER_INT_ENABLE,mem_24g_transmit_by_interrupt
+	setarg 0
+	store 2,mem_24g_transmit_by_interrupt_exit_count
+	rtn
+
+
+/****************************g24 transmit by interrupt end********************************/
+
+
+
+
+/****************************g24 transmitter fac check start********************************/
+
+g24_factory_check:
+	arg 2,loopcnt
+	arg mem_24g_addr,contr
+pdata_0xff_check:
+	call enable_user
+	setarg 0xffff
+pdata_0xff_check_loop:
+	ifetcht 2,contr
+	isub temp,null
+	ncall disable_user,zero
+	loop pdata_0xff_check_loop
+	rtn
+
+/****************************g24 transmitter fac check end********************************/
+
+
+
+	
Index: program/g24_protocol_stack/24g_txpower_ctrl.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/g24_protocol_stack/24g_txpower_ctrl.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/g24_protocol_stack/24g_txpower_ctrl.prog	(working copy)
@@ -0,0 +1,95 @@
+
+/****************************g24 transmitter tx power start********************************/
+
+power_ctrl_start:
+	bpatchx patch2c_2,mem_patch2c
+	fetch 1,mem_power_ctrl_disable
+	nrtn blank
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BLE_ADV
+	fetchr rega,2,mem_rssi_signal_buf_ptr
+	call rssi_average
+	storet 1,mem_rssi_avg_received
+	fetch 1,mem_rssi_dis_max_24g
+	bmark1 mark_24g,power_ctrl_start_next
+	fetch 1,mem_rssi_dis_max_ble
+power_ctrl_start_next:
+	isub temp,null
+	nbranch power_ctrl_txpower_incrs_force,positive
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	sub pdata,2,null
+	nbranch power_ctrl_txpower_decrs_check,positive
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	beq 0,power_ctrl_txpower_incrs
+	rtn
+
+power_ctrl_txpower_decrs_check:
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	fetcht 1,mem_power_ctrl_pac_succ_cnt_init
+	isub temp,null
+	nrtn zero
+	jam 0,mem_power_ctrl_pac_succ_cnt
+power_ctrl_txpower_decrs:
+	fetcht 1,mem_rssi_avg_received
+	fetch 1,mem_rssi_dis_min_24g
+	bmark1 mark_24g,power_ctrl_txpower_decrs_next
+	fetch 1,mem_rssi_dis_min_ble
+power_ctrl_txpower_decrs_next:	
+	isub temp,null
+	nrtn positive
+	fetch 1,mem_power_ctrl_level
+	beq 0,power_ctrl_decrs_level0
+	increase -1,pdata
+	store 1,mem_power_ctrl_level
+	beq 0,power_ctrl_decrs_level0
+power_ctrl_decrs_level1:
+power_ctrl_incrs_level1:	//0dBm
+	jam TX_POWER_0DB,mem_tx_power
+	rtn
+
+power_ctrl_txpower_incrs_force:
+	jam 0,mem_power_ctrl_pac_succ_cnt
+power_ctrl_txpower_incrs:
+	fetch 1,mem_power_ctrl_level
+	beq 2,power_ctrl_incrs_level2
+	increase 1,pdata
+	store 1,mem_power_ctrl_level
+	beq 1,power_ctrl_incrs_level1
+power_ctrl_incrs_level2:	//+6dBm
+	jam TX_POWER_6DB,mem_tx_power
+	rtn
+	
+power_ctrl_decrs_level0: //-5dBm
+	jam TX_POWER_f5DB,mem_tx_power
+	rtn
+
+power_ctrl_pac_succ_cnt_init:
+	jam 1,mem_power_ctrl_level
+	jam 0,mem_power_ctrl_pac_succ_cnt
+	rtn
+
+power_ctrl_pac_succ_incrs:
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	increase 1,pdata
+	store 1,mem_power_ctrl_pac_succ_cnt
+	rtn
+
+power_ctrl_pac_succ_decrs:
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	sub pdata,2,null
+	ncall power_ctrl_pac_succ_cnt_reinit,positive
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	rtneq 0
+	increase -1,pdata
+	store 1,mem_power_ctrl_pac_succ_cnt
+	rtn
+
+power_ctrl_pac_succ_cnt_reinit:
+	jam 3,mem_power_ctrl_pac_succ_cnt
+	rtn
+
+/****************************g24 transmitter tx power end********************************/
+
+
+
+
Index: program/l2cap.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/l2cap.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/l2cap.prog	(working copy)
@@ -0,0 +1,376 @@
+/************************************/
+/*initialize L2CAP related variables*/
+/************************************/
+l2cap_init:
+	branch l2cap_init_wake,wake
+	setarg mem_l2cap_xmem_end
+	arg mem_l2cap_xmem_start,contw
+	isub contw,loopcnt
+	call clear_mem
+l2cap_init_wake:	
+//	branch l2cap_lpm_load_txbuf
+	rtn
+	
+
+
+l2cap_check_map:
+//	call l2cap_malloc_is_fifo_full
+//	nrtn blank
+	bpatch patch0f_5,mem_patch0f
+	call l2cap_malloc_get_full_map
+	fetch 1,mem_used_map
+	beq 0,set_pdata_0
+	beq 1,set_pdata_0
+	beq 2,set_pdata_0
+	beq 3,set_pdata_0
+	beq 0x81,set_pdata_0
+	beq 0xc0,set_pdata_0
+	beq 0x80,set_pdata_0
+	beq 0x40,set_pdata_0
+	rtn
+
+
+check_l2cap_map:
+	arg 0,queue
+	arg 0,regb
+
+check_l2cap_map_loop:
+	sub queue,7,null
+	nrtn positive
+	qisolate1 rega
+	branch check_l2cap_map_used,true
+	branch check_l2cap_map_used2
+
+check_l2cap_map_used:
+	copy temp,pdata
+	branch check_l2cap_map_used2,blank
+	qset1 regb
+	increase -1,temp
+
+check_l2cap_map_used2:
+	increase 1,queue
+	branch check_l2cap_map_loop
+
+
+
+/*********************************************************/
+//char* malloc(short len)
+//input: rega -> len
+//rtn: regb -> pbuff;return from pdata
+//val: queue -> i
+//val: timeup -> buff_cnt
+/*********************************************************/
+
+
+ble_l2cap_malloc:
+	fetchr regd,2,mem_ble_l2cap_tx_buff0_ptr
+	fetchr rege,2,mem_ble_l2cap_tx_buff_size_ptr
+	call disable_user
+	branch host_l2cap_malloc
+
+/*
+	malloc l2cap buffer
+	input:
+	BT is enable user
+	BLE is disable user
+	rega is want malloc buffer size
+	regd is l2cap buffer start ptr
+	rege is l2cap buffer size
+	output:
+	pdata & contw is buffer ptr
+*/
+host_l2cap_malloc:
+	bpatch patch0f_6,mem_patch0f
+	call l2cap_malloc_is_fifo_full
+	nbranch assert,blank//assert when fifo full
+	call l2cap_malloc_get_full_map
+	arg 8,loopcnt
+host_l2cap_malloc_loop:
+	fetcht 1,mem_used_map
+	sub loopcnt,8,queue
+	qisolate1 temp
+	branch host_l2cap_malloc_next_buffer,true//if(1 == (used_map & (1 << i)))goto next;
+	call host_l2cap_malloc_check_buffer_enough
+	nbranch host_l2cap_malloc_next_buffer,positive//if(buff_cnt <= 0)goto next;
+	call host_l2cap_malloc_into_fifo
+	branch host_l2cap_malloc_succ//return (pbuff);
+host_l2cap_malloc_next_buffer:
+	copy rege,pdata
+	iadd regd,regd		//pbuff += BUFF_SIZE;//point to next buff
+	loop host_l2cap_malloc_loop
+	branch assert	//return NULL
+host_l2cap_malloc_succ:
+	copy regd,pdata
+	copy regd,contw
+	rtn//return pointer via pdata
+
+/*********************************************************/
+//char is_size_enough(char buff_index, short len)
+//input: rega -> len
+//input: loopcnt -> 8-buff_index
+//rtn: positive is diable mean no buffer
+//positive is enable mean get buffer
+/*********************************************************/
+host_l2cap_malloc_check_buffer_enough:
+	bpatch patch0f_7,mem_patch0f
+	sub loopcnt,8,queue
+	arg 0,temp
+	arg 0,timeup
+host_l2cap_malloc_check_buffer_enough_loop:
+	copy queue,pdata
+	beq 8,host_l2cap_malloc_check_buffer_enough_end
+	fetch 1,mem_used_map
+	qisolate1 pdata		//the buffer is used
+	branch host_l2cap_malloc_check_buffer_enough_end,true
+	qset1 timeup
+	copy rege,pdata
+	iadd temp,temp
+	increase 1,queue
+	copy rega,pdata
+	isub temp,null
+	branch host_l2cap_malloc_check_buffer_enough_end,zero//(max_size_fom_buff_index ==  len)
+	branch host_l2cap_malloc_check_buffer_enough_loop,positive//(max_size_fom_buff_index <  len)
+host_l2cap_malloc_check_buffer_enough_end:
+	copy temp,pdata
+	isub rega,null
+	nrtn zero
+	qset1 timeup
+	rtn
+
+/*********************************************************/
+//void buff_into_fifo(char buff_index, char buff_cnt, short len)
+//input: rega -> len
+//input: regc -> buff_index
+//input: timeup -> buff_cnt
+//val:temp ->   (fifo->map)
+/*********************************************************/
+host_l2cap_malloc_into_fifo:
+	bpatch patch10_0,mem_patch10
+	call l2cap_malloc_is_fifo_full
+	nbranch assert,blank //fifo full
+	call l2cap_malloc_is_fifo_empty
+	branch host_l2cap_malloc_into_fifo_no_push,blank//fifo empty, no need to push
+	fetch 9,mem_tx_fifo1
+	store 9,mem_tx_fifo0
+	setarg 0
+	istore 3,contw//mem_tx_fifo3
+host_l2cap_malloc_into_fifo_no_push:
+	storer timeup,1,mem_tx_fifo3_map
+	storer regd,2,mem_tx_fifo3_ptr
+	rtn
+
+
+/*********************************************************/
+//void* l2cap_malloc_fifo_out(void)
+//output:len -> temp
+//output:ptr ->pdata
+//only get ptr,not free
+/*********************************************************/
+l2cap_malloc_fifo_out:
+	bpatch patch10_1,mem_patch10
+	call l2cap_malloc_fifo_get_first_ptr
+	increase 1,contr
+	ifetch 2,contr //ptr ->pdata
+	rtn
+
+
+/*********************************************************/
+//void free_first_buff_in_fifo(void)
+//only free the first one
+/*********************************************************/
+l2cap_malloc_free:
+	bpatch patch10_2,mem_patch10
+	call l2cap_malloc_fifo_get_first_ptr
+	copy contr,contw
+	copy contr,temp
+	setarg 0
+	istore 3,contw
+	rtn
+
+
+/*********************************************************/
+//void l2cap_malloc_discard(void)
+//discard the latest malloc
+/*********************************************************/
+l2cap_malloc_discard:
+	bpatch patch10_3,mem_patch10
+	call l2cap_malloc_is_fifo_empty
+	branch assert,blank
+	fetch 3,mem_tx_fifo2
+	store 3,mem_tx_fifo3
+	fetch 3,mem_tx_fifo1
+	store 3,mem_tx_fifo2
+	fetch 3,mem_tx_fifo0
+	store 3,mem_tx_fifo1
+	rtn
+
+
+/*********************************************************/
+//bool fifo_is_full(void)
+//blank == 1: not full
+//blank == 0: full
+/*********************************************************/
+l2cap_malloc_is_fifo_full:
+	bpatch patch10_4,mem_patch10
+	fetch 3,mem_tx_fifo0
+	rtn
+
+
+/*********************************************************/
+//bool fifo_nearly_full(void)
+//blank == 1: nearly full
+//blank == 0: not nearly full
+/*********************************************************/
+l2cap_malloc_is_fifo_nearly_full:
+	bpatch patch10_5,mem_patch10
+	fetch 3,mem_tx_fifo1
+	rtn
+
+
+/*********************************************************/
+//bool fifo_is_empty(void)
+//blank == 1: empty
+//blank == 0: not empty
+/*********************************************************/
+l2cap_malloc_is_fifo_empty:
+	bpatch patch10_6,mem_patch10
+	fetch 3,mem_tx_fifo3
+	rtn
+
+
+/*********************************************************/
+//char* l2cap_malloc_fifo_get_first_ptr(void)
+//output:contr  -->ptr
+/*********************************************************/	
+l2cap_malloc_fifo_get_first_ptr:
+	call l2cap_malloc_is_fifo_empty
+	branch l2cap_malloc_fifo_get_first_ptr_empty,blank // fifo is empty
+	arg mem_tx_fifo0,contr
+l2cap_malloc_free_loop:
+	ifetch 3,contr
+	branch l2cap_malloc_free_loop,blank
+l2cap_malloc_fifo_get_first_ptr_empty:
+	increase -3,contr
+	rtn
+
+
+/*********************************************************/
+//char* l2cap_malloc_get_full_map(void)
+//output:mem_used_map  -->full_map
+//add all maps into one
+/*********************************************************/	
+l2cap_malloc_get_full_map:
+	bpatch patch10_7,mem_patch10
+	arg 4,loopcnt
+	arg mem_tx_fifo0_map,contr
+	arg 0,temp
+l2cap_malloc_get_full_map_loop:	
+	ifetch 3,contr
+	and pdata,0xff,pdata
+	ior temp,temp
+	loop l2cap_malloc_get_full_map_loop
+	storet 1,mem_used_map
+	rtn
+
+l2cap_util_pdata_to_contw:
+	branch assert,blank
+	copy pdata,contw
+	rtn
+	
+
+l2cap_lpm_save_calc_len:
+	bpatch patch11_0,mem_patch11
+	arg 0,regb
+	arg mem_tx_fifo0_map,rega
+	increase -2,rega
+l2cap_lpm_save_calc_len_loop:
+	increase 2,rega
+	setarg mem_tx_fifo_end
+	isub rega,null
+	branch l2cap_lpm_save_calc_len_end,zero //end of 2lcap tx fifo
+	ifetch 1,rega
+	increase 1,rega
+	branch l2cap_lpm_save_calc_len_loop,blank
+	ifetcht 2,rega
+	ifetch 2,temp
+	iadd regb,regb
+	increase 4,regb //l2cap header len
+	branch l2cap_lpm_save_calc_len_loop
+l2cap_lpm_save_calc_len_end:
+	copy regb,pdata
+	rtn
+
+
+l2cap_lpm_get_wake_lock:
+	arg wake_lock_l2cap_tx,queue
+	branch lpm_get_wake_lock
+
+l2cap_lpm_put_wake_lock:
+	arg wake_lock_l2cap_tx,queue
+	branch lpm_put_wake_lock
+	
+
+l2cap_lpm_save_txbuf:
+	call l2cap_malloc_get_full_map
+	fetch 1,mem_used_map
+	rtn blank
+	call l2cap_lpm_save_calc_len
+	arg l2cap_lpm_txbuf_len,temp
+	isub temp,null
+	branch l2cap_lpm_get_wake_lock,positive //no enougth space to save l2cap tx data
+	call l2cap_lpm_put_wake_lock
+//	arg mem_l2cap_lpm_txbuf,contw
+	fetch 2,mem_l2cap_lpm_txbuf_ptr
+	copy contr,contw
+	arg mem_tx_fifo0,rega
+l2cap_lpm_save_txbuf_loop:
+	setarg mem_tx_fifo_end
+	isub rega,null
+	rtn zero //end of 2lcap tx fifo
+	ifetch 1,rega  //mem_tx_fifoX_map
+	increase 1,rega
+	nbranch l2cap_lpm_save_txbuf_nempty,blank
+	istore 2,contw // length = 0
+	increase 2,rega
+	branch l2cap_lpm_save_txbuf_loop
+l2cap_lpm_save_txbuf_nempty:
+	ifetch 2,rega //ptr
+	increase 2,rega
+	copy pdata,contr
+	ifetch 2,contr  //l2cap len
+	istore 2,contw
+	copy pdata,loopcnt
+	increase 2,loopcnt //add CID len
+	call memcpy
+	branch l2cap_lpm_save_txbuf_loop
+
+l2cap_lpm_load_txbuf:
+	call l2cap_malloc_get_full_map
+	fetch 1,mem_used_map
+	rtn blank
+	arg mem_tx_fifo0_ptr,rega
+	increase -3,rega //mem_tx_fifo0_ptr -3
+//	arg mem_l2cap_lpm_txbuf,contr
+	copy contr,contw
+	fetch 2,mem_l2cap_lpm_txbuf_ptr
+	copy contw,contr
+l2cap_lpm_load_txbuf_loop:
+	increase 3,rega //mem_tx_fifoX_ptr
+	setarg mem_tx_fifo_end+1
+	isub rega,null
+	rtn zero //end of 2lcap tx fifo
+	ifetch 2,contr
+	branch l2cap_lpm_load_txbuf_loop,blank
+	increase 4,pdata //l2cap header len
+	copy pdata,loopcnt
+	copy contr,regb
+	ifetch 2,rega //ptr
+	copy pdata,contw
+	copy regb,contr
+	increase -2,contr
+	call memcpy
+	branch l2cap_lpm_load_txbuf_loop
+	
+
+
+	
Index: program/patch.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/patch.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/patch.prog	(working copy)
@@ -0,0 +1,559 @@
+
+define SENSOR_ANGLE_ICE_SDIO
+//define DPI_LOAD_AND_STORE
+define ADC_ENABLE
+
+	bbit1 8,pf_patch_ext
+ifdef SENSOR_ANGLE_ICE_SDIO
+	beq patch06_7,p_mouse_sensor_set_angle
+endif
+ifdef ADC_ENABLE
+	beq patch00_0,p_soft_reset
+	beq patch14_0,p_enable_adc
+	beq patch07_7,p_mouse_adc_gpio_check_output
+endif
+	beq patch02_7,p_tx_on_next
+	beq patch03_0,p_initialize_radio_cont
+	beq patch04_0,p_lpm_sleep
+	beq patch07_5,p_mouse_setgpio_hibernate
+	beq patch08_6,p_mouse_3io6key_check
+	beq patch09_4,p_mouse_priority_bb_event
+	beq patch09_6,p_mouse_bb_event_timer
+	beq patch0a_2,p_mouse_store_device_info
+	beq patch0b_2,p_mouse_24g_package_data
+	beq patch0b_6,p_mouse_ui_led_off_static
+	beq patch0b_7,p_mouse_ui_led_on_static
+	beq patch0e_0,p_app_init
+	beq patch1c_3,p_le_enable_phy_by_pdata
+	branch assert
+	
+pf_patch_ext:
+	beq patch2c_1,p_g24_lpm_wait
+	rtneq patch3f_7
+	branch assert
+
+p_tx_on_next:
+	fetch 1,mem_tx_power
+	beq TX_POWER_3DB,p_set_tx_power_3db
+	beq TX_POWER_6DB,p_set_tx_power_6db
+	beq TX_POWER_10DB,set_tx_power_10db
+	beq TX_POWER_F20DB,p_set_tx_power_f20db
+	beq TX_POWER_F30DB,p_set_tx_power_f30db
+	beq TX_POWER_FACTORY,set_tx_power_factory
+p_set_tx_power_0db:
+	jam 0x2c,0x8a3b
+	jam 0x17,0x8a3c
+	jam 0x8a,core_tx_pwr_ctrl0
+	jam 0x0f,core_tx_pwr_ctrl1
+	branch set_rf_ldo_cfg89_2
+
+p_set_tx_power_3db:
+	jam 0x48,0x8a3b
+	branch p_set_tx_power_0db+1
+
+p_set_tx_power_6db:
+	jam 0x70,0x8a3b
+	jam 0x1f,0x8a3c
+	jam 0xc9,core_tx_pwr_ctrl0
+	branch p_set_tx_power_0db+3
+
+p_set_tx_power_f20db:
+	jam 0x85,core_tx_pwr_ctrl0
+	jam 0x04,core_tx_pwr_ctrl1
+	jam 0xa3,core_rf_ldo_cfg8	
+	jam 0x0a,core_rf_ldo_cfg9
+	jam 0x18,0x8a3b
+	jam 0x0f,0x8a3c
+	rtn
+p_set_tx_power_f30db:
+	jam 0x83,core_tx_pwr_ctrl0
+	jam 0x02,core_tx_pwr_ctrl1
+	branch p_set_tx_power_f20db+2
+	
+p_initialize_radio_cont:
+	jam 0x03,core_rx_lna_cfg3
+	jam 0,core_syn_loopdiv_dsm_cfg
+	jam 0x10,0x896f
+
+	//branch initialize_radio_cont+1
+	fetch 1,mem_wdt_always_work
+	call wdt_set_disable,blank
+
+	jam 0x05,core_clkpll_cfg0
+	jam 0x94,core_rx_iqadc_cfg
+	call initialize_rc_cal
+	call initialize_rf_ldo_cfg1
+	call initialize_syn_afc_cfg1
+	jam 0xe6,core_syn_aac_cfg1
+
+	//optimize RX SX pn
+	jam 0x90,core_syn_pfd_lkd_cfg
+	jam 0x0b,core_rf_ldo_cfg2
+	jam 0x05,core_rf_ldo_cfg3
+
+	//Improve auto agc
+	jam 0x76,core_agc_wb_sat_th
+	jam 0x76,core_agc_nb_sat_th
+
+	fetch 1,mem_fcomp_div
+	bne XTAL_16M,p_initialize_radio_cont_next
+	jam 0x34,core_clkpll_cfg5		//16M XTAL
+p_initialize_radio_cont_next:
+	jam 0xff,core_clkpll_ctrl1
+	nop 100
+	jam 0x0e,core_clkpll_ctrl2
+	jam 0x03,core_clkpll_ctrl0
+	
+	call p_set_tx_power_0db
+	jam 0x28,core_tx_mixer_cfg1
+	jam 0x3f,core_tx_mixer_cfg2
+	branch initialize_radio_cont_next_2
+
+p_lpm_sleep:
+	call lpm_write_gpio_wakeup
+	branch lpm_sleep+1
+
+p_app_init:
+p_mouse_init:
+	jam 0x73,core_spid_ctrl
+	
+	call enable_authrom
+	call p_mouse_setting_config
+	call mouse_init_sunt
+	rtn wake
+	call mouse_le_name_load		//config tool
+	call mouse_dpi_config
+	call mouse_drawing_optima_init
+	call p_mouse_cb_fuction
+	branch mouse_init+8
+
+
+p_mouse_setting_config:
+	rtn wake
+ifdef ADC_ENABLE
+	call p_mouse_adc_vol_init
+endif
+	call mouse_setting_config
+	rtnbit0 MOUSE_ENABLE_OTP
+p_mouse_load_otp_info_check:
+ifdef DPI_LOAD_AND_STORE
+	call p_mouse_read_otp_dpi
+endif
+	call p_mouse_read_otp_24g_addr
+p_mouse_otp_load_app_initflag:
+	arg 2,temp
+	arg OTP_OFFSET_APP_INITLAG,pdata
+	arg mem_store_flag,rega
+	call otpd_read_data_with_pwr_operation
+
+	fetch 2,mem_store_flag
+	arg EEPROM_INIT_FLAG,temp
+	isub temp,null
+	branch p_mouse_load_device_info,zero
+	call mouse_app_initflag_check+4
+p_mouse_otp_store_app_initflag:
+	arg 2,loopcnt
+	arg mem_store_flag,rega
+	arg OTP_OFFSET_APP_INITLAG,pdata
+	branch otp_write
+
+p_mouse_load_device_info:
+ifdef DPI_LOAD_AND_STORE
+	arg OTP_OFFSET_DPI,pdata
+	call p_mouse_read_otp_dpi_common			
+	fetch 1,mem_mouse_dpi_temp
+	call p_mouse_load_default_dpi,blank
+else
+	call p_mouse_load_default_dpi
+endif	
+	jam MODE_24G_DEVICE,mem_device_flag
+	branch mouse_load_device_info+1
+
+p_mouse_load_default_dpi:
+	fetch 1,mem_config_sensor_dpi
+	store 1,mem_mouse_dpi
+	rtn
+
+
+
+p_mouse_ui_led_off_static:
+	copy temp,pdata
+	rtn blank
+	rtneq GPIO_DISABLE
+	branch mouse_ui_led_off_static+1
+
+p_mouse_ui_led_on_static:
+	copy temp,pdata
+	rtn blank
+	rtneq GPIO_DISABLE
+	branch mouse_ui_led_on_static+1
+
+ifdef SENSOR_ANGLE_ICE_SDIO
+p_mouse_sensor_set_angle:
+	fetch 1,mem_mouse_ice_sdio_for_sensor_angle
+	branch mouse_sensor_set_angle+1,blank
+	fetch 1,mem_sensor_angle_default
+	store 1,mem_config_sensor_angle
+	fetch 1,mem_select_sensor_angle_gpio
+	rtneq GPIO_DISABLE
+	call lpm_write_ice_disable
+	fetch 1,mem_select_sensor_angle_gpio
+	arg gpcfg_output_low,temp
+ 	call gpio_config_function_int
+	fetch 1,mem_mouse_reuse_2ice_gpio
+	arg gpcfg_output_low,temp
+ 	call gpio_config_function_int
+ 	fetcht 1,mem_mouse_sensor_sdio_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_mouse_sensor_sdio_gpio
+	call gpio_get_bit
+	call mouse_sensor_switch_angle,true
+	call mouse_gpio_config_input_pd
+	fetcht 1,mem_mouse_sensor_sdio_gpio
+	call gpio_config_input
+	call lpm_write_ice_enable
+p_ice_gpio_set_float:
+ 	fetcht 1,mem_select_sensor_angle_gpio
+	call gpio_set_high_impedance
+	fetcht 1,mem_mouse_reuse_2ice_gpio
+	branch gpio_set_high_impedance
+endif
+	
+p_mouse_cb_fuction:
+	setarg mouse_24g_short_sleep
+	store 2,mem_cb_24g_transmit_short_sleep
+	setarg p_mouse_24g_long_sleep
+	store 2,mem_cb_24g_transmit_long_sleep
+	branch mouse_cb_fuction+4
+
+p_mouse_24g_long_sleep:
+	call g24_lpm_wait
+	nrtn user
+//	fetch 1,mem_24g_device_led_status
+//	nrtn blank
+	call clear_wake
+	jam 1,mem_mouse_24g_long_sleep_flag
+	branch mouse_24g_long_sleep+4
+
+p_mouse_24g_short_sleep_clear_wake:
+	call clear_wake
+	branch lpm_write_gpio_wakeup
+
+p_mouse_24g_package_data:
+	call mouse_motion
+	nrtn user
+	fetch 1,mem_mouse_24g_long_sleep_flag
+	jam 0,mem_mouse_24g_long_sleep_flag
+	ncall p_mouse_24g_short_sleep_clear_wake,blank	
+	branch mouse_24g_package_data+4
+
+p_le_enable_phy_by_pdata:
+	copy temp,pdata
+	bbit1 BIT_LE_2M_PHY,p_le_enable_2M
+	branch le_enable_phy_by_pdata+3
+p_le_enable_2M:
+	jam 0x89,core_rx_bq_cfg0	//bit7 set1,improve 2M rx sensitivity
+	branch le_enable_2M
+	
+p_mouse_setgpio_hibernate:
+	call mouse_setgpio_hibernate+1
+	fetch 1,mem_mouse_logo_enable_gpio0
+	beq 1,p_mouse_setgpio_hibernate_next
+	jam 0x80,0x8070
+p_mouse_setgpio_hibernate_next:
+	fetch 1,mem_gpio_wakeup_low+1	//enable ice wakeup
+	set1 5,pdata
+	store 1,mem_gpio_wakeup_low+1
+	call lpm_write_gpio_wakeup
+	branch mouse_1io2led_all_off
+
+
+p_g24_lpm_wait:
+	enable user
+	call lpo_calibration
+	fetch 3,mem_clks_per_lpo
+	branch disable_user,blank
+	fetch 1,mem_lpm_mode
+	branch disable_user,blank
+	fetch 1,mem_sensor_shutdown_flag
+	nrtn blank
+	branch g24_lpm_wait_next
+
+
+p_mouse_3io6key_check:
+	copy regc,pdata
+	store 1,mem_mouse_key_status
+	lshift pdata,pdata
+	copy pdata,regb
+	copy temp,regc
+	call mouse_gpio_config_input_pd
+	copy regc,temp
+	call gpio_get_bit
+	nsetflag true,0,regb
+	call mouse_check_press
+	branch mouse_check_key_connect_gnd_1
+	
+p_mouse_priority_bb_event:
+	copy regc,pdata
+	beq BT_EVT_24G_ATTEMPT_SUCCESS,p_mouse_24g_attempt_success
+	beq BT_EVT_24G_ATTEMPT_FAIL,p_mouse_24g_attempt_fail
+	branch mouse_priority_bb_event+2
+
+p_mouse_24g_attempt_success:
+	fetch 4,mem_24g_addr
+	store 4,mem_24g_receiver_addr
+	store 4,mem_mouse_24g_addr		// if need store 24g address to eeprom/flash,need get mem_24g_addr
+	call g24_ch_syncword_crc8_init
+	call mouse_device_poweron_led_config
+	call mouse_no_data_timer_init
+	call mouse_init_sensor_reset
+	jam 0,mem_mouse_long_mult_flag
+	jam 0,mem_24g_conn_sm
+	jam 0,mem_24g_reconn_type
+	fetcht 4,mem_24g_receiver_addr
+	branch mouse_24g_attempt_success+11
+	
+p_mouse_24g_attempt_fail:
+	fetch 1,mem_24g_attempt_fail_flag
+	nbranch mouse_24g_hibernate_set,blank
+	fetch 1,mem_24g_reconn_type
+	beq FAST_CONN_AND_3_0_ADDR,mouse_24g_fast_conn_attempt_fail
+	beq PAIR_AND_3_0_ADDR,p_mouse_24g_auto_pair_attempt_fail
+	beq RECEIVER_AND_3_0_ADDR,p_mouse_reconn_dongle_attempt_fail
+	branch mouse_24g_attempt_fail_enter_hibernate_next
+	
+p_mouse_24g_auto_pair_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag 
+	bbit0 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_attempt_fail_enter_hibernate_next
+	fetch 1,mem_device_number
+	beq 1,mouse_24g_attempt_fail_enter_hibernate_next		//24g first mode and only 2.4g device
+	branch mouse_24g_first_bluetooth_reconnect
+
+p_mouse_reconn_dongle_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_attempt_fail_enter_hibernate_next
+	bbit1 MOUSE_ENABLE_EEPROM,mouse_24g_attempt_fail_enter_hibernate_next
+	bbit1 MOUSE_ENABLE_FLASH,mouse_24g_attempt_fail_enter_hibernate_next
+	branch mouse_24g_start_auto_pair+1
+	
+p_mouse_bb_event_timer:
+	call mouse_adc_read
+	call mouse_low_voltage_led_timer
+	//24g
+	call g24_pair_timeout_timer
+	call g24_reconn_timeout_timer
+	call mouse_24g_long_sleep_param_update_timer
+	//led
+	call mouse_device_poweron_timer
+	call mouse_dpi_led_blink_delay_timer
+	call mouse_led_multi_timer
+	call mouse_logo_led_on_timer
+	//poll
+	call mouse_dpi_key_check_long_press
+	call mouse_bt_discovery_check
+	call mouse_commbination_key_process
+	call mouse_check_discovery_timeout_timer
+	//ble
+	call p_mouse_check_direct_timeout_timer
+	branch mouse_bb_event_timer+15
+
+p_mouse_check_direct_timeout_timer:
+	arg mem_mouse_direct_timer,regc
+	arg mouse_check_direct_timeout,regb
+	call timer_single_step
+	branch mouse_check_direct_timeout_timer+3
+p_mouse_store_device_info:
+	call mouse_store_device_info+1
+	rtnbit0 MOUSE_ENABLE_OTP 
+p_mouse_store_otp_device_info:
+ifdef DPI_LOAD_AND_STORE
+	call p_mouse_otp_store_dpi
+endif
+p_mouse_otp_store_24g_addr:
+	arg OTP_OFFSET_24G_ADDR,pdata
+	copy pdata,regb
+p_mouse_otp_store_24g_addr_loop:
+	call p_mouse_read_otp_24g_addr_common
+	fetch 4,mem_mouse_24g_addr_temp
+	branch p_mouse_24g_addr_store,blank	
+	store 4,mem_mouse_24g_addr_last
+	increase 4,regb
+	arg OTP_OFFSET_24G_ADDR_END,pdata
+	isub regb,null
+	nrtn positive	//if read end,retention last value
+	copy regb,pdata
+	branch p_mouse_otp_store_24g_addr_loop
+
+p_mouse_24g_addr_store:
+	fetch 4,mem_mouse_24g_addr_last
+	fetcht 4,mem_mouse_24g_addr
+	isub temp,null
+	rtn zero
+	arg 4,loopcnt
+	arg mem_mouse_24g_addr,rega
+	copy regb,pdata
+	branch otp_write
+
+ifdef DPI_LOAD_AND_STORE
+p_mouse_otp_store_dpi:
+	arg OTP_OFFSET_DPI,pdata
+	copy pdata,regb
+p_mouse_otp_store_dpi_loop:
+	call p_mouse_read_otp_dpi_common
+	fetch 1,mem_mouse_dpi_temp
+	branch p_mouse_dpi_store,blank
+	store 1,mem_mouse_dpi_last
+	increase 1,regb
+	arg OTP_OFFSET_DPI_END,pdata
+	isub regb,null
+	nrtn positive
+	copy regb,pdata
+	branch p_mouse_otp_store_dpi_loop
+	
+p_mouse_dpi_store:
+	fetch 1,mem_mouse_dpi_last
+	and pdata,0xf0,pdata
+	branch p_mouse_dpi_store_next,blank
+	fetch 1,mem_mouse_dpi
+	store 1,mem_mouse_otp_dpi_value
+p_mouse_dpi_store_end:	
+	arg 1,loopcnt
+	copy regb,pdata
+	arg mem_mouse_otp_dpi_value,rega
+	branch otp_write
+
+p_mouse_dpi_store_next:
+	fetch 1,mem_mouse_dpi_last
+	fetcht 1,mem_mouse_dpi
+	isub temp,null
+	rtn zero
+	lshift4 temp,temp
+	iadd temp,pdata
+	store 1,mem_mouse_otp_dpi_value
+	
+	copy regb,pdata
+	arg OTP_OFFSET_DPI,temp
+	isub temp,null
+	branch p_mouse_dpi_store_end,zero
+	
+	increase -1,regb
+	branch p_mouse_dpi_store_end
+
+
+p_mouse_read_otp_dpi:
+	arg OTP_OFFSET_DPI,pdata
+	copy pdata,regb
+p_mouse_read_otp_dpi_loop:
+	call p_mouse_read_otp_dpi_common	
+	fetch 1,mem_mouse_dpi_temp
+	branch p_mouse_dpi_load,blank	
+	store 1,mem_mouse_dpi_last
+	increase 1,regb
+	arg OTP_OFFSET_DPI_END,pdata
+	isub regb,null
+	nbranch p_mouse_dpi_load,positive	//if read end,retention last value
+	copy regb,pdata
+	branch p_mouse_read_otp_dpi_loop
+
+p_mouse_read_otp_dpi_common:
+	arg 1,temp
+	arg mem_mouse_dpi_temp,rega
+	branch otpd_read_data_with_pwr_operation
+
+p_mouse_dpi_load:
+	fetch 1,mem_mouse_dpi_last
+	copy pdata,regc
+	and pdata,0xf0,pdata
+	branch p_mouse_dpi_load_next,blank
+	rshift4 pdata,pdata
+	branch p_mouse_dpi_load_end
+
+p_mouse_dpi_load_next:
+	copy regc,pdata
+p_mouse_dpi_load_end:
+	store 1,mem_mouse_dpi
+	rtn	
+endif
+
+p_mouse_read_otp_24g_addr:
+	arg OTP_OFFSET_24G_ADDR,pdata
+	copy pdata,regb
+p_mouse_read_otp_24g_addr_loop:
+	call p_mouse_read_otp_24g_addr_common
+	fetch 4,mem_mouse_24g_addr_temp
+	branch p_mouse_24g_addr_load,blank	
+	store 4,mem_mouse_24g_addr_last
+	increase 4,regb
+	arg OTP_OFFSET_24G_ADDR_END,pdata
+	isub regb,null
+	nbranch p_mouse_24g_addr_load,positive	//if read end,retention last value
+	copy regb,pdata
+	branch p_mouse_read_otp_24g_addr_loop
+
+p_mouse_read_otp_24g_addr_common:
+	arg 4,temp
+	arg mem_mouse_24g_addr_temp,rega
+	branch otpd_read_data_with_pwr_operation
+	
+
+p_mouse_24g_addr_load:
+	fetch 4,mem_mouse_24g_addr_last
+	store 4,mem_mouse_24g_addr
+	rtn 
+
+ifdef ADC_ENABLE
+p_soft_reset:
+	clear_stack
+	call app_param_init
+	call p_mouse_adc_vol_init
+	branch soft_reset+3
+p_mouse_adc_vol_init:
+	setarg 0x0e74
+	store 2,mem_mouse_vdd_full_vol	//1.5v:0x0a44	1.1v:0x076b	1.0v:0x06af	0.9v:0x05f6	0.8v:0x0544
+	setarg 0x0c08
+	store 2,mem_mouse_vdd_low_vol	//3.7v:0x0e74	3.3v:0x0ce4	3.2v:0x0c08	3.0v:0bbb
+	setarg 0x0b14					//2.7v:0x0b27
+	store 2,mem_mouse_vdd_empty_vol
+	rtn
+
+p_enable_adc:
+	fetchr regb,1,core_rf_ldo_cfg6
+	jam 0x3d,core_rf_ldo_cfg6
+	jam 0xaa,core_rf_ldo_cfg5
+	jam 0x0c,core_rf_ldo_en0
+	fetch 1,core_clkpll_cfg6
+	set1 7,pdata
+	store 1,core_clkpll_cfg6
+	jam 0x04,core_rf_ldo_en1
+	nop 60
+	jam 0,core_syn_en
+	jam 6,core_rx_en0
+	call read_adc_mode
+	store 1,core_gpadc_ctrl
+	jam 0x03,core_sum_ctrl
+	nop 60
+	fetch 1,core_sum_en
+	set1 7,pdata
+	store 1,core_sum_en
+	nop 1000  // 1/24ms
+	
+	fetch 2,mem_adc_delay
+	call sleep
+//	fetcht 1,mem_adc_config_flag
+//	sub temp,ADC_CONFIG_HVIN,null
+//	call sleep,zero
+	branch enable_adc_next
+
+p_mouse_adc_gpio_check_output:
+	fetcht 1,mem_adc_channel
+	sub temp,3,null
+	branch p_mouse_adc_gpio_3_6_set,positive
+	increase 4,temp
+	branch mouse_adc_gpio_check_output+5
+
+p_mouse_adc_gpio_3_6_set:
+	increase 3,temp
+	branch mouse_adc_gpio_4_7_set+1
+
+endif
+
Index: program/peripherals.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/peripherals.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/peripherals.prog	(working copy)
@@ -0,0 +1,2821 @@
+
+
+
+/* ===================== two wire SPI gpio ======================= */
+
+//pdata:gpio number
+twspi_reset:
+	bpatch patch11_1,mem_patch11
+	copy temp,pdata
+	and_into 0xff,pdata
+	sub pdata,GPIO_NUMBER+-1,null
+	nbranch assert,positive
+	arg core_gpio_conf,contw
+twspi_reset_next:
+	iadd contw,contw
+	copy contw,rega
+	arg gpcfg_output_low,temp
+	istoret 1,contw
+	call twspi_disable
+	nop 30
+	copy rega,contw
+	arg gpcfg_output_high,temp
+	istoret 1,contw
+	branch twspi_enable
+
+
+
+twspi_disable:
+	fetch 1,core_spid_delay
+	and_into 0x7f,pdata
+	store 1,core_spid_delay
+	rtn
+
+twspi_enable:
+	fetch 1,core_spid_delay
+	or_into 0x80,pdata
+	store 1,core_spid_delay
+	rtn
+
+twspi_write:
+	branch spid_write_reg
+
+twspi_read:
+	branch spid_read_reg
+
+
+/* ===================== code loading ======================= */
+aes_disable:
+	fetch 1,core_aes_en
+	and_into 0xfd,pdata   	// disable aes
+	store 1,core_aes_en
+	rtn
+
+read_function_aes:
+	nbranch read_function,user
+	fetch 1,core_aes_en
+	or_into 0x2,pdata   	// enable aes 
+	store 1,core_aes_en
+read_function:
+	copy temp,null //length
+	branch read_fuction_zero,zero
+	copy regc,pc  //branch pc
+	
+read_fuction_zero:
+	isolate0 0,null  // always true
+	branch set_ucode_status
+	
+/* return temp = block length */
+get_block_header:
+	force 4,temp
+get_block_header0:
+	arg mem_ucode_buf,rega
+	call aes_disable	// disable aes for header
+	call read_function
+	arg 0x55aa,rega
+	fetch 2,mem_ucode_buf
+	ifetcht 2,contr
+	isub rega,null
+	rtn
+
+
+read_first_block:
+	call load_aes_reinit,user
+	arg 2,temp
+	arg mem_ucode_ptr,rega
+	call read_function
+	fetch 2,mem_ucode_ptr
+	store 2,mem_addr_mi
+	call get_iv,user
+	rtn
+	
+get_iv:
+	arg 16,temp
+	arg mem_ucode_keybuf,rega
+	call aes_disable	// disable aes for iv
+	call read_function
+set_iv:
+	arg mem_ucode_keybuf,contr
+	arg 16,loopcnt
+	call aes_load_data
+	call aes_init
+	call aes_clear_data
+	branch do_aes_cbc			// generate first IV 
+
+load_aes_reinit:
+	jam 0x0, core_ucode_ctrl
+	call aes_disable
+	branch aes_clear_data
+
+load_storage:
+	setarg 0
+	store 2,mem_queue	//data checksum
+	disable match
+	call get_block_header
+	nrtn zero
+	enable match
+	jam 0x80, core_ucode_ctrl
+	jam 0,core_ucode_hi
+	jam 0,core_ucode_low
+	arg core_ucode_data,rega
+	call read_function_aes
+	jam 0x0, core_ucode_ctrl
+	fetch 1,mem_ucode_status
+	rtnbit0 0           //rtn if load code fail
+load_storage_loop:
+	arg 6,temp
+	call get_block_header0
+	nbranch load_data_checksum_compare,zero
+	ifetch 2,contr
+	iforce rega
+	call read_function
+	call load_data_checksum_calc
+	branch load_storage_loop
+
+
+load_data_checksum_calc:
+	fetch 2,mem_queue
+	arg 6,loopcnt
+	arg mem_ucode_buf,contr
+	call cal_sum
+	fetchr loopcnt,2,mem_ucode_len
+	copy rega,contr
+	call cal_sum
+	store 2,mem_queue
+	rtn
+
+load_data_checksum_compare:
+	fetch 1,mem_load_check_sum
+	beq 0x5a,load_data_checksum_ok //skip check sum 
+	arg 0xaa55,rega
+	fetch 2,mem_ucode_buf
+	isub rega,null
+	nbranch load_data_checksum_compare_fail, zero
+	arg 0x55aa,rega
+	fetch 2,mem_ucode_len
+	isub rega,null
+	nbranch load_data_checksum_compare_fail, zero
+	fetch 2,mem_sched_addr
+	fetcht 2,mem_queue	//calc  sum
+	isub temp,null
+	nbranch load_data_checksum_compare_fail, zero
+load_data_checksum_ok:	
+	set1 15,rega
+	branch read_fuction_zero
+
+load_data_checksum_compare_fail:
+	jam 0,mem_ucode_status
+	rtn
+
+
+loadcode_lock:
+	fetch 2,core_ucode_flag
+	store 2,mem_ucode_device_flag
+	set0 lpmreg_ice_mode_bit,pdata
+	nrtn blank 	
+	
+	setarg OTP_OFFSET_DEVICE_FLAG 
+	arg mem_ucode_device_flag,rega
+	arg 2,temp
+	call otpd_read_data
+	
+	fetch 1,mem_ucode_ptr
+	rshift4 pdata,temp
+	fetch 1,mem_ucode_device_flag
+	lshift4 pdata,pdata
+	ior temp,pdata
+	store 1,mem_ucode_device_flag
+	branch app_lpm_peripheral_lock_check
+
+
+loadcode:
+	jam 0x25,core_clkoff			// disable debug uart
+	call clean_mem
+	disable user
+	jam 0,mem_ucode_status
+	call otp_read_pwr_on
+	call app_read_efuse_app_vsel	
+	setarg OTP_OFFSET_UCODE_FLAG 
+	arg mem_ucode_ptr,rega
+	arg 2,temp
+	call otpd_read_data
+	call loadcode_lock
+	setarg OTP_OFFSET_LOADCODE_DELAY
+	arg mem_load_delay ,rega
+	arg 2,temp
+	call otpd_read_data	
+
+	fetch 1,mem_ucode_device_flag
+	bbit0 OTP_UFLAG_AES, loadcode_otp
+	setarg OTP_OFFSET_UCODE_KEY
+	arg mem_ucode_keybuf,rega
+	arg 16,temp
+	call otpd_read_data
+	jam LOCK_OTP,core_misc_ctrl	// disable further read/write of key
+	set1 mark_otp_encrypt,mark	
+	arg mem_ucode_keybuf,contr
+	call load_key
+	enable user			// set user for aes
+
+loadcode_otp:
+	jam 0,mem_loadcode_times
+loadcode_otp_loop:
+	call loadcode_timeout
+	nbranch loadcode_error,positive	
+	call load_aes_reinit,user
+	fetch 2,mem_ucode_ptr
+	byteswap pdata,pdata
+	arg 0x7ff,temp
+	iand temp,pdata
+	branch loadcode_iic, zero  //no otp 
+	call otp_set_addr
+	arg otpd_read_code,regc
+	call get_iv,user
+	call load_storage
+	nbranch loadcode_iic,match
+	fetch 1,mem_ucode_status
+	compare 3,pdata,3
+	nbranch loadcode_otp_loop,true	// crc error, try again
+	call run_otp_code
+	
+loadcode_iic:
+	call otp_pwr_off
+	jam 0,mem_loadcode_times
+loadcode_iic_loop:	
+	call loadcode_timeout
+	nbranch loadcode_error,positive	
+	call iicd_load_gpio_init
+	call clear_eeprom_size_2k
+	fetch 1,mem_ucode_device_flag
+	bbit1 OTP_UFLAG_SKIP_EEP,loadcode_spi
+	call loadcode_iic_by_eeprom
+	nbranch loadcode_iic_eeprom_2k,match
+	fetch 1,mem_ucode_status
+	compare 3,pdata,3
+	nbranch loadcode_iic_loop,true		// crc error, try again
+	branch loadcode_spi
+	
+run_otp_code:
+	setarg 0x1ff //patch3f_7
+	arg 0,pc
+	rtn
+	
+loadcode_iic_eeprom_2k:
+	call set_eeprom_size_2k
+	fetch 1,mem_ucode_device_flag
+	bbit1 OTP_UFLAG_SKIP_EEP,loadcode_spi
+	call loadcode_iic_by_eeprom
+	nbranch loadcode_spi,match
+	fetch 1,mem_ucode_status
+	compare 3,pdata,3
+	nbranch loadcode_iic_loop,true		// crc error, try again
+	branch clear_key_buf
+	
+loadcode_spi:
+	jam 0,mem_loadcode_times
+loadcode_spi_loop:
+	call loadcode_timeout
+	nbranch loadcode_error,positive	
+	fetch 1,mem_ucode_device_flag
+	bbit1 OTP_UFLAG_SKIP_FLASH,clear_key_buf
+	call spid_init_flash
+	nop 200						// some flash will fail if no delay here
+	call spid_flash_release_form_powerdown
+	nop 100	
+	arg spid_load_flash,regc
+	call read_first_block
+	call load_storage
+	nbranch clear_key_buf,match
+	fetch 1,mem_ucode_status
+	compare 3,pdata,3
+	nbranch loadcode_spi_loop,true		// crc error, try again	
+clear_key_buf:
+	setarg 0
+	store 8,mem_ucode_keybuf
+	store 8,mem_ucode_keybuf+8
+	force regidx_key,regext_index
+	call aes_clear
+	jam 0x21,core_clkoff		// enable debug uart
+	rtn
+
+iicd_load_gpio_init:
+	fetch 1,mem_eeprom_sda_gpio
+	fetcht 1,mem_eeprom_scl_gpio
+	isub temp,null
+	nbranch iicd_read_init_pin,zero
+iicd_load_default_gpio:
+	jam 2,mem_eeprom_wp_gpio
+	jam 1,mem_eeprom_scl_gpio
+	jam 0,mem_eeprom_sda_gpio
+	branch iicd_read_init_pin
+
+
+
+loadcode_iic_by_eeprom:
+	setarg 0x0
+	store 2,mem_addr_mi
+	arg iicd_read_eep,regc
+	call iic_init_600khz
+	call read_first_block
+	branch load_storage
+
+
+
+//output: positive 1:continue load ;0:load timeout
+loadcode_timeout:
+	call loadcode_error_delay
+	fetch 1,mem_loadcode_times
+	increase 1,pdata
+	sub pdata,3,null
+	store 1,mem_loadcode_times	 
+	rtn
+	
+loadcode_error_delay:
+	fetch 1,mem_loadcode_times
+	rtn blank
+	fetch 1,mem_load_delay
+	rtn blank
+	copy pdata,loopcnt
+	branch delay_ms_wait
+	
+/*
+loadcode_check_times:
+	fetch 1,mem_loadcode_times
+	increase 1,pdata
+	sub pdata,3,null
+	nbranch loadcode_error,positive
+	store 1,mem_loadcode_times
+	rtn
+*/
+	
+loadcode_error:
+	call clear_key_buf
+//	call ice_break_disable_wdt
+	call ice_break
+	rtn
+	
+
+
+/* true flag is set into status,rega pointers to buf, */
+set_ucode_status:
+	fetch 1,mem_ucode_status
+	lshift pdata,pdata
+	setflag true,0,pdata
+	isolate0 15,rega  // load code if rega.15 = 1
+	rtn true
+	store 1,mem_ucode_status
+	rtn
+
+	/* queue is bit position of hw done status */
+decrypt_code:
+	fetch 1,core_aes_en
+	rtnbit0 1
+	branch decrypt_code_skip	/* skip to key generation at first for speed */
+decrypt_code_loop:
+	fetch 1,core_dma_status
+	qisolate1 pdata
+	rtn true
+decrypt_code_skip:
+	fetch 1,core_misc_status
+	bbit0 1,decrypt_code_loop
+	call do_aes_cbc
+	branch decrypt_code_loop
+
+	/* loopcnt is ucode instruction count, pdata is buffer ptr */
+//save_ucode:
+//	copy loopcnt,temp
+//	storet 2,mem_patch_len
+//	jam 0x80, core_ucode_ctrl
+//	jam 0,core_ucode_hi
+//	jam 0,core_ucode_low
+//	store 2,mem_patch_ptr
+//	iforce contw
+//	lshift2 loopcnt,loopcnt
+//save_ucode_loop:
+//	fetch 1,core_ucode_data
+//	istore 1,contw
+//	loop save_ucode_loop
+//	jam 0x0, core_ucode_ctrl
+//	rtn
+
+
+load_ucode:
+	fetch 2,mem_patch_ptr
+	rtn blank
+	jam 0x80, core_ucode_ctrl
+	jam 0,core_ucode_hi
+	jam 0,core_ucode_low
+	fetcht 2,mem_patch_len
+	lshift2 temp,loopcnt
+	iforce contr
+load_ucode_loop:
+	ifetch 1,contr
+	store 1,core_ucode_data
+	loop load_ucode_loop
+	jam 0x0, core_ucode_ctrl
+	rtn
+
+/* ===================== OTP ======================= */
+
+
+otp_prog_pwr_on:
+	jam 0x4,rfen_chgpump
+	jam 0x31,rfen_chgpump_ctrl1
+	jam 0x1,rfen_chgpump_ctrl2
+	branch otp_pwr_on
+
+otp_read_pwr_on:
+	jam 0xc,rfen_chgpump    
+	jam 0xfb,rfen_chgpump_ctrl1
+	jam 0x3,rfen_chgpump_ctrl2   
+
+otp_pwr_on:
+	store 2,mem_timeup
+	bpatch patch11_2,mem_patch11
+	jam 0xff,core_clkpll_ctrl1
+
+	fetch 1,core_rf_ldo_en1
+	store 1,mem_timeup+2
+	or_into 0x4,pdata
+	store 1,core_rf_ldo_en1
+
+	fetch 1,core_rf_ldo_cfg7
+	store 1,mem_timeup+3
+	
+	jam 0x11,core_rf_ldo_cfg7
+	
+	nop 1000
+	fetch 1,core_clkpll_ctrl2
+	or_into 0x1,pdata
+	store 1,core_clkpll_ctrl2
+	jam 0x03,core_clkpll_ctrl0
+	bpatch patch11_3,mem_patch11
+	fetch 1,rfen_chgpump
+	or_into 0xd0,pdata
+	store 1,rfen_chgpump
+	nop 6000  //delay 500us
+	fetch 1,rfen_chgpump
+	or_into 0x20,pdata
+	store 1,rfen_chgpump
+	nop 12000   //delay 1ms
+	fetch 2,mem_timeup
+	rtn
+	
+otp_pwr_off:
+	bpatch patch11_4,mem_patch11
+	jam 0x4,rfen_chgpump
+	jam 0x43,rfen_chgpump_ctrl1
+	jam 0x1,rfen_chgpump_ctrl2
+	fetch 1,core_clkpll_ctrl2
+	and_into 0xfe,pdata
+	store 1,core_clkpll_ctrl2
+	fetch 1,mem_timeup+2
+	store 1,core_rf_ldo_en1
+	fetch 1,mem_timeup+3
+	store 1,core_rf_ldo_cfg7
+	rtn
+
+
+otp_set_addr:
+	lshift3 pdata,pdata
+	store 2,core_otp_addr
+	jam 0,core_otpd_ctrl
+	rtn	
+
+/* pdata = otp address, rega pointers data, loopcnt is count */
+otp_write:
+	call otp_prog_pwr_on
+	call otp_set_addr
+	call otp_ce
+otp_program:
+	ifetcht 1,rega
+	increase 1,rega
+	force 0,queue
+otp_program_bit:
+	qisolate0 temp
+	branch otp_skip_0,true
+	fetch 1,core_otp_din
+	set1 6,pdata				/* din */
+	set1 7,pdata				/* dle */
+	store 1,core_otp_din
+	jam 0x02,core_otp_ctrl	/* web */
+	jam 0x82,core_otp_ctrl
+	set0 7,pdata				/* dle */
+	store 1,core_otp_din
+	jam 0x8a,core_otp_ctrl	/* pgmen */
+	nop 11
+	jam 0xca,core_otp_ctrl	/* vppen */
+	nop 33
+	jam 0x4a,core_otp_ctrl	/* web 2nd */
+	nop 200
+	jam 0xca,core_otp_ctrl	/* release web */
+	nop 22
+	jam 0x8a,core_otp_ctrl	/* release vppen */
+	nop 33
+	jam 0x82,core_otp_ctrl	/* release pgmen */
+	nop 1
+	jam 0x92,core_otp_ctrl	/* pgmvfy */
+	nop 10
+	jam 0xb2,core_otp_ctrl	/* readen */
+	fetch 1,core_otp_rdata
+	jam 0x92,core_otp_ctrl	/* release readen */
+	nop 1
+	jam 0x82,core_otp_ctrl	/* release pgmvfy */
+	qisolate0 pdata
+	branch otp_program_bit,true	/* program error */
+otp_skip_0:
+	fetch 2,core_otp_addr
+	increase 1,pdata
+	store 2,core_otp_addr
+	increase 1,queue
+	compare 8,queue,0xf
+	nbranch otp_program_bit,true
+	loop otp_program
+	jam 0x83,core_otp_ctrl	/* release ceb */
+	branch otp_pwr_off
+
+otp_ce:
+	jam 0x82,core_otp_ctrl	/* ceb */
+	nop 12
+	jam 0x80,core_otp_ctrl	/* rstn */
+	jam 0x82,core_otp_ctrl	/* release rstn */
+	nop 150					/* waiting for vdd25 stable */
+	rtn
+
+	/* rega points to data, temp is count */
+otpd_read_init:
+	call otp_ce
+	jam 0xa2,core_otp_ctrl	/* readen */
+	deposit rega
+	store 2,core_otpd_addr
+	set1 11,temp
+	isolate0 15,pdata
+	setflag true,15,temp
+	storet 2,core_otpd_len
+	jam otpd_start,core_otp_rdata
+	rtn
+
+otpd_wait_end:
+	fetch 1,core_dma_status
+	bbit0 otpd_done,otpd_wait_end
+	jam 0x83,core_otp_ctrl	/* release ceb */
+	rtn
+
+/* pdata=otp address, rega points to data, temp is count */
+otpd_read_data_with_pwr_operation:
+	bpatch patch11_5,mem_patch11
+	call otp_read_pwr_on
+	call otpd_read_data
+	branch otp_pwr_off
+
+	/* pdata=otp address, rega points to data, temp is count */
+otpd_read_data:
+	call otp_set_addr
+	call otpd_read_init
+	branch otpd_wait_end
+	
+
+
+/* rega pointers to buf, temp is length */
+otpd_read_code:	
+	call otp_read_pwr_on
+	fetch 2,core_current_otp_addr
+	store 2,core_otp_addr
+	call otpd_read_init
+	arg otpd_done,queue
+	call decrypt_code
+	call otpd_wait_end
+	isolate1 otpd_crcok,pdata	
+	call set_ucode_status
+	branch otp_pwr_off
+
+/* ===================== LOCK ======================= */
+
+//0x04: 3V3; 0x3A: 5V
+app_read_efuse_app_vsel:
+	setarg OTP_OFFSET_APP_VDD_SEL 
+	arg mem_lpm_ctrl3_app_vsel,rega
+	arg 1,temp
+	call otpd_read_data
+	fetch 1,mem_lpm_ctrl3_app_vsel
+	nbranch app_set_app_vsel,blank
+	jam 0x04,mem_lpm_ctrl3_app_vsel	//3V3
+app_set_app_vsel:
+	branch lpm_write_sel_vdd
+
+app_lpm_peripheral_lock_check:
+	fetch 2,mem_ucode_device_flag
+	rshift4 pdata,pdata
+	rtn blank
+	fetch 1,mem_ucode_device_flag
+	rshift4 pdata,pdata
+	beq dvc_op_dongle,app_lpm_peripheral_lock_dongle
+	beq dvc_op_light,app_lpm_peripheral_lock_light
+	beq dvc_op_mouse,app_lpm_peripheral_lock_mouse
+	beq dvc_op_mouse_24g,app_lpm_peripheral_lock_mouse_24g
+	beq dvc_op_shutter,app_lpm_peripheral_lock_shutter
+	beq dvc_op_shutter_dy,app_lpm_peripheral_lock_shutter
+//	beq dvc_op_remote_car,app_lpm_peripheral_lock_remote_car
+	beq dvc_op_car,app_lpm_peripheral_car_lock_application
+	beq dvc_op_car_lock_app_and_ble,app_lpm_peripheral_car_lock_application_and_ble
+	branch app_lpm_mpu_lock_24g_ble
+	
+app_lpm_peripheral_lock_dongle:
+	arg mouse_init,pdata //mouse
+	arg shutter_dy_shutter_1s_timer,temp  //shutter dy
+	call app_mpu_s0_lock
+	branch app_lpm_peripheral_lock_frmt_common
+
+app_lpm_peripheral_lock_light:
+	arg car_hard_switch_power_on_signal,pdata //car
+	arg shutter_dy_shutter_1s_timer,temp  //shutter dy
+	call app_mpu_s0_lock    
+	branch lpm_write_lock
+
+app_lpm_peripheral_lock_mouse:
+	arg shutter_init,pdata //shutter
+	arg shutter_dy_shutter_1s_timer,temp  //shutter dy
+	call app_mpu_s0_lock
+	branch app_lpm_peripheral_lock_frmt_common
+	
+app_lpm_peripheral_lock_mouse_24g:
+	arg le_init_adv,pdata   // le
+	arg le_send_ll_one_lenth,temp
+	call app_mpu_s0_lock
+	branch app_lpm_peripheral_lock_frmt_common
+	
+app_lpm_peripheral_lock_shutter:
+	arg car_hard_switch_power_on_signal,pdata  //car
+	arg mouse_24g_send_time_long_wake,temp //mouse
+	call app_mpu_s0_lock
+	branch app_lpm_peripheral_lock_frmt_common
+
+
+app_lpm_peripheral_lock_remote_car:
+app_lpm_peripheral_car_lock_application:
+	arg dongle_init,pdata  //dongle
+	arg shutter_dy_shutter_1s_timer,temp  //shutter dy
+	call app_mpu_s0_lock
+app_lpm_peripheral_lock_frmt_common:
+	arg frmt_gem_adv_pdu_common,pdata
+	arg frmt_ble_data_set,temp
+	call app_mpu_s1_lock
+	branch lpm_write_lock
+
+app_lpm_peripheral_car_lock_application_and_ble:
+	arg dongle_init,pdata  //dongle 
+	arg shutter_dy_shutter_1s_timer,temp  //shutter dy
+	call app_mpu_s0_lock 
+	
+	arg le_init_adv,pdata 
+	arg le_send_ll_one_lenth,temp
+	call app_mpu_s1_lock
+	branch lpm_write_lock
+	
+//app_lpm_mpu_lock_app:	
+//	arg car_init,pdata  //car
+//	arg ui_soft_switch_power_off,temp //shutter
+app_mpu_s0_lock:
+	lshift16 temp,temp
+	ior temp,pdata
+	store 4,core_lpm_reg
+	branch lpm_write2_mpu_s0
+
+app_lpm_mpu_lock_ble:	
+	arg le_parse_att,pdata
+	arg le_send_ll_one_lenth,temp
+app_mpu_s1_lock:
+	lshift16 temp,temp
+	ior temp,pdata
+	store 4,core_lpm_reg
+	branch lpm_write2_mpu_s1
+	
+app_lpm_mpu_lock_24g:	
+	arg g24_prep,pdata
+	arg g24_enable_1M,temp
+	branch app_mpu_s1_lock
+	
+app_lpm_mpu_lock_24g_ble:
+	call app_lpm_mpu_lock_24g
+	arg le_parse_att,pdata
+	arg le_send_ll_one_lenth,temp
+	call app_mpu_s0_lock
+	branch lpm_write_lock
+
+
+lpm_write_lock:
+	fetch 2,mem_ucode_device_flag
+	set1 lpmreg_rom_lock_bit,pdata
+	set1 lpmreg_ice_mode_bit,pdata
+	store 4,core_lpm_reg
+	call lpm_write2_ctrl_option
+	jam 8,core_encrypt
+	rtn
+
+lpm_write2_ctrl_option:
+	setarg lpmreg2_sel_option
+lpm_write2:
+	until null,lpo_edge
+	store 1,core_lpm_wr2
+	until null,lpo_edge
+	until null,lpo_edge
+	rtn
+
+
+lpm_write_ice_disable:
+	fetch 2,core_ucode_flag
+	set0 lpmreg_ice_mode_bit,pdata
+	store 4,core_lpm_reg
+	branch lpm_write2_ctrl_option
+
+lpm_write_ice_enable:
+	fetch 2,core_ucode_flag
+	set1 lpmreg_ice_mode_bit,pdata
+	store 4,core_lpm_reg
+	branch lpm_write2_ctrl_option
+	
+	
+lpm_write2_mpu_s0:
+	setarg lpmreg2_sel_mpu_s0
+	branch lpm_write2
+
+lpm_write2_mpu_s1:
+	setarg lpmreg2_sel_mpu_s1
+	branch lpm_write2
+
+
+
+/* ===================== SPI dma ======================= */
+
+spid_init:
+	bpatch patch11_6,mem_patch11
+spid_init_common:
+	fetch 1,mem_spi_init_clk
+	store 1,core_spid_ctrl	// A7530 should at least 34, or write fail
+	fetch 1,mem_spi_init_delay_time
+	store 1,core_spid_delay	// 4us delay
+	setarg mem_spid_tbuf
+	store 2,core_spid_txaddr
+	setarg mem_spid_rbuf
+	store 2,core_spid_rxaddr
+	branch twspi_disable
+	
+
+
+/* pdata 6:0 is reg address, 15:8 is data to write */
+spid_write_reg:
+	set1 7,pdata
+	store 2,mem_spid_tbuf
+	bpatch patch11_7,mem_patch11
+	jam 2,core_spid_txlen
+	jam 0,core_spid_rxlen
+	jam spid_start,core_misc_ctrl
+	branch wait_spid_done
+
+/* pdata 6:0 is reg address, temp is bytes to read */
+spid_read_reg:
+	force 1,temp
+spid_read_regs:	
+	store 1,mem_spid_tbuf
+	bpatch patch12_0,mem_patch12
+	jam 1,core_spid_txlen
+	storet 2,core_spid_rxlen
+	jam spid_start,core_misc_ctrl
+	call wait_spid_done
+	fetch 1,mem_spid_rbuf
+	rtn
+
+
+wait_spid_done:
+//	fetch 2,mem_afh_error_total
+//	increase 1,pdata
+//	store 2,mem_afh_error_total
+	nop 5
+	fetch 1,core_dma_status
+	bbit0 spid_done,wait_spid_done
+	rtn
+
+	
+
+
+
+
+/**
+ ******************************************************************************
+ ** \brief  write flash
+ **
+ ** \param [in]  rega: 2byte write ptr    
+ **			pdata:3byte flash address  
+ ** 			temp:2byte write data length
+ **
+ ** \retval user  0: flash buys 1:write flash setting complate
+ **
+ ******************************************************************************/
+
+/*
+flash_write:
+	disable user
+	copy pdata,regb
+	fetch 1,mem_spi_write_flash_sm
+	rtnne FLASH_SM_NO_BUYS
+	enable user
+	copy regb,pdata
+	branch spid_flash_write_start
+*/
+
+flash_write_spi_sm_timer:
+	fetch 1,mem_spi_write_flash_sm 	
+	beq FLASH_SM_START,spid_flash_write_start
+	beq FLASH_SM_ERASE_SECTOR,spid_flash_erase_sector
+	beq FLASH_SM_WAIT_ERASE_SECTOR,spid_flash_wait_erase_sector
+	beq FLASH_SM_WRITE_DATA,spid_flash_write_data
+	beq FLASH_SM_WAIT_WRITE_DATA,spid_flash_wait_write_data
+	rtn
+
+spid_flash_write_start:
+	store 3,mem_spi_write_addr
+	copy rega,pdata
+	store 2,mem_spi_write_ptr
+	storet 2,mem_spi_write_len
+	jam FLASH_SM_ERASE_SECTOR,mem_spi_write_flash_sm
+	branch spid_init_flash
+spid_flash_erase_sector:
+	call spid_init_flash
+	jam FLASH_SM_WAIT_ERASE_SECTOR,mem_spi_write_flash_sm
+	call spid_unlock_flash
+	arg mem_spid_tbuf,rega
+	jam 4,core_spid_txlen
+	fetch 3,mem_spi_write_addr
+	arg FLASH_COMMAND_SECTOR_ERASE,temp
+	branch spid_write_flash_common
+	
+spid_flash_wait_erase_sector:
+	call spid_init_flash
+	call wait_spid_flash_done
+	jam FLASH_SM_WRITE_DATA,mem_spi_write_flash_sm
+	rtn
+
+
+spid_flash_write_data:
+	bpatch patch12_1,mem_patch12
+	call spid_init_flash
+	jam FLASH_SM_WAIT_WRITE_DATA,mem_spi_write_flash_sm
+	call spid_unlock_flash
+	call spid_flash_data_preserve
+	call spid_write_flash
+	branch spid_flash_data_recover
+spid_flash_wait_write_data:
+	call spid_init_flash
+	call spid_unlock_flash
+	setarg FLASH_READ_SATUS
+	call spid_read_reg
+	rtnbit1 FLASH_STATUS_WIP
+	jam FLASH_SM_NO_BUYS,mem_spi_write_flash_sm
+	fetch 2,mem_cb_spi_flash_write_complate
+	branch callback_func
+spid_flash_data_recover:
+	fetch 4,mem_temp
+	fetcht 2,mem_spi_write_ptr
+spid_flash_data_recover_comm:
+	increase -4,temp
+	istore 4,temp
+	rtn
+	
+spid_flash_data_preserve:
+	fetcht 2,mem_spi_write_ptr
+	copy temp,rega
+	increase -4,temp
+	ifetch 4,temp
+	store 4,mem_temp
+	fetcht 2,mem_spi_write_len
+	fetch 3,mem_spi_write_addr
+	rtn
+
+spid_init_flash:
+	bpatch patch12_2,mem_patch12
+	call spi_gpio_init
+	call twspi_disable
+	setarg 0
+	store 4,mem_spid_tbuf
+	rtn
+
+spid_unlock_flash:
+	jam FLASH_COMMAND_WRITE_ENABLE,mem_spid_tbuf
+spid_sendcmd_common:	
+	setarg 0
+	store 2,core_spid_rxlen
+	setarg 1
+	store 2,core_spid_txlen
+	setarg mem_spid_tbuf
+	store 2,core_spid_txaddr
+	jam spid_start,core_misc_ctrl
+	branch wait_spid_done
+	
+spid_flash_release_form_powerdown:
+	jam FLASH_COMMAND_RELEASE_FROM_POWERDOWN,mem_spid_tbuf
+	branch spid_sendcmd_common
+	
+spid_flash_powerdown:
+	jam FLASH_COMMAND_POWERDOWN,mem_spid_tbuf
+	branch spid_sendcmd_common
+	
+/* pdata is flash address, rega pointers to txdata(4 ahead bytes should be left), temp is length */
+spid_write_flash:
+	increase 4,temp
+	storet 2,core_spid_txlen
+	arg FLASH_COMMAND_WRITE_DATA,temp
+	increase -4,rega
+
+spid_write_flash_common:
+	istoret 1,rega
+	rshift16 pdata,temp
+	istoret 1,contw
+	rshift8 pdata,temp
+	istoret 1,contw
+	istore 1,contw
+	deposit rega
+	store 2,core_spid_txaddr
+	setarg 0
+	store 2,core_spid_rxlen
+	jam spid_start,core_misc_ctrl
+	call wait_spid_done
+	branch wait_spid_flash_done
+
+
+/* temp is length, rega pointers to buf   */
+spid_read_flash:
+	storet 2,core_spid_rxlen
+	rshift16 pdata,temp
+	storet 1,mem_addr_hi
+	rshift8 pdata,temp
+	storet 1,mem_addr_mi
+	store 1,mem_addr_lo
+	setarg 4
+	store 2,core_spid_txlen
+	jam FLASH_COMMAND_READ_DATA,mem_spid_tbuf
+	setarg mem_spid_tbuf
+	store 2,core_spid_txaddr
+	deposit rega
+	store 2,core_spid_rxaddr
+	fetch 1,core_spid_ctrl
+	isolate0 15,rega
+	setflag true,6,pdata
+	store 1,core_spid_ctrl
+	jam spid_start,core_misc_ctrl
+spid_read_flash_wait:
+	fetch 1,core_dma_status
+	bbit1 7,spid_read_flash_wait			// waiting for spid write
+	arg spid_done,queue
+	branch wait_spid_done
+
+wait_spid_flash_done:
+	setarg 2000
+	call sleep
+	call spid_unlock_flash
+	setarg mem_spid_rbuf
+	store 2,core_spid_rxaddr
+	setarg FLASH_READ_SATUS
+	call spid_read_reg
+	bbit1 FLASH_STATUS_WIP,wait_spid_flash_done
+	rtn
+
+
+/* temp is length, rega pointers to buf  */
+spid_load_flash:
+	storet 2,core_spid_rxlen
+	setarg 4
+	store 2,core_spid_txlen
+	jam 3,mem_spid_tbuf
+	setarg mem_spid_tbuf
+	store 2,core_spid_txaddr
+	deposit rega
+	store 2,core_spid_rxaddr
+	fetch 1,core_spid_ctrl
+	isolate0 15,rega
+	setflag true,6,pdata
+	store 1,core_spid_ctrl
+	jam spid_start,core_misc_ctrl
+spi_load_flash_wait:
+	fetch 1,core_dma_status
+	bbit1 7,spi_load_flash_wait			// waiting for spid write
+	arg spid_done,queue
+	call decrypt_code
+	call wait_spid_done
+	isolate1 spid_crcok,pdata
+	call set_ucode_status
+	fetch 1,mem_addr_hi
+	lshift16 pdata,regb
+	fetch 1,mem_addr_mi
+	lshift8 pdata,pdata
+	ior regb,regb
+	fetch 1,mem_addr_lo
+	ior regb,pdata
+	iadd temp,pdata
+	store 1,mem_addr_lo
+	rshift8 pdata,pdata
+	store 1,mem_addr_mi
+	rshift8 pdata,pdata
+	store 1,mem_addr_hi
+	rtn
+	
+spi_gpio_init:
+	fetch 1,mem_spi_cs_gpio
+	fetcht 1,mem_spi_so_gpio
+	isub temp,null
+	nbranch spi_pin_set,zero
+	call spi_gpio_default_init
+	
+spi_pin_set:
+	fetch 1,mem_spi_cs_gpio
+	arg gpcfg_spid_ncs,temp
+	call gpio_config_function_int
+	fetch 1,mem_spi_sclk_gpio
+	arg gpcfg_spid_sck,temp
+	call gpio_config_function_int
+	fetch 1,mem_spi_si_gpio
+	arg gpcfg_spid_mosi,temp
+	call gpio_config_function_int
+	fetch 1,mem_spi_so_gpio
+	arg gpcfg_spid_miso,temp
+	branch gpio_config_function_int
+
+spi_gpio_default_init:
+	jam 1,mem_spi_cs_gpio
+	jam 3,mem_spi_si_gpio
+	jam 0,mem_spi_so_gpio
+	jam 2,mem_spi_sclk_gpio
+	jam 11,mem_spi_wp_gpio
+	jam 10,mem_spi_hold_gpio
+	rtn
+
+
+/*****************************************************************************
+*soft reset chip
+*****************************************************************************/
+soft_reset_chip:
+	jam 1,core_reset
+	rtn
+
+
+
+/* ===================== I2C dma ======================= */
+
+/* scl high time: scl_high + 2 clks, scl low time:scl_low + 6 clks
+data setup time: data_setup + 2 clks, data hold time: scl_low-setup-hold+4 clks */
+iic_init_600khz:
+	jam 5,core_iicd_scl_low
+ 	jam 7,core_iicd_scl_high
+	jam 7,core_iicd_start_setup
+	jam 7,core_iicd_start_hold
+	jam 7,core_iicd_stop_setup
+	jam 5,core_iicd_data_setup
+	jam 0,core_iicd_data_hold
+	rtn
+	
+iic_init_360khz:	//360khz
+	jam 12,core_iicd_scl_low
+	jam 13,core_iicd_scl_high
+	jam 13,core_iicd_start_setup
+	jam 13,core_iicd_start_hold
+	jam 13,core_iicd_stop_setup
+	jam 12,core_iicd_data_setup
+	jam 0,core_iicd_data_hold	
+  	rtn
+
+iicd_init_pin:
+	call iicd_eeprom_write_enable
+iicd_init_pin_scl_sda:
+	fetch 1,mem_eeprom_scl_gpio
+	arg gpcfg_iic_scl|gpcfg_pullup,temp
+	call gpio_config_function_int
+	fetch 1,mem_eeprom_sda_gpio
+	arg gpcfg_iic_sda|gpcfg_pullup,temp
+	branch gpio_config_function_int
+
+iicd_read_init_pin:
+	call iicd_eeprom_write_disable
+	branch iicd_init_pin_scl_sda
+
+wait_iicd_done:
+	fetch 1,core_dma_status
+	bbit0 iicd_done,wait_iicd_done
+	rtn
+
+	/* pdata is iic addr, rega points to buf, temp is length */
+iicd_read_data:
+	store 1,mem_iicd_addr
+	setarg mem_iicd_addr
+	store 2,core_iicd_txaddr
+	setarg 1
+	store 2,core_iicd_txlen
+	storet 2,core_iicd_rxlen
+	storer rega,2,core_iicd_rxaddr
+	jam 1,core_iicd_ctrl
+	jam iicd_start,core_misc_ctrl
+	branch wait_iicd_done
+
+	/* rega points to buf, temp is length */
+iic_write_data:
+	setarg 0
+	store 2,core_iicd_rxlen
+	store 2,core_iicd_rxaddr
+	storet 2,core_iicd_txlen
+	storer rega,2,core_iicd_txaddr
+	jam 1,core_iicd_ctrl
+	jam iicd_start,core_misc_ctrl
+	branch wait_iicd_done
+
+set_eeprom_size_2k:
+	set1 mark_eeprom_size,mark
+	jam 0x08,mem_eeprom_block_size
+	rtn
+
+clear_eeprom_size_2k:
+	set0 mark_eeprom_size,mark
+	jam 0x20,mem_eeprom_block_size
+	rtn
+
+
+iicd_read_eep_data_size_2k:
+ 	fetch 1,mem_eeprom_base
+	iadd regb,pdata
+	store 1,mem_addr_mi
+	branch iicd_read_eep_size_2k
+
+iicd_read_eep_size_2k_lcadcode:
+	fetch 2,mem_addr_mi
+	byteswap pdata,pdata
+	store 1,mem_addr_mi
+	
+//length:temp 
+//mem ptr:rega
+//eeprom addr:pdata
+iicd_read_eep_size_2k:
+ 	setarg 3
+	store 2,core_iicd_txlen
+	jam 0xa0,mem_iicd_tbuf
+	jam 0xa1,mem_iicd_tbuf+2
+	branch iicd_read_eep_common
+
+
+//length:temp 
+//mem ptr:rega
+//eeprom addr:regb
+iicd_write_protect_eep_data:
+	storet 2,mem_temp
+	call iicd_eeprom_write_enable
+	fetcht 2,mem_temp
+	call iicd_write_eep_data
+	branch iicd_eeprom_write_disable
+	
+iicd_eeprom_write_enable:
+	fetch 1,mem_eeprom_wp_gpio
+	rtneq GPIO_DISABLE
+	bbit0 6,iicd_wp_gpio_output_low
+	setarg 150000
+	call sleep
+iicd_wp_gpio_output_low:
+	fetcht 1,mem_eeprom_wp_gpio
+	branch gpio_out_active
+	
+iicd_eeprom_write_disable:
+	fetcht 1,mem_eeprom_wp_gpio
+	branch gpio_out_inactive
+	
+//length:temp 
+//mem ptr:rega
+//eeprom addr offset:regb
+iicd_read_eep_data:
+	bpatch patch12_3,mem_patch12
+	bmark1 mark_eeprom_size,iicd_read_eep_data_size_2k
+	fetch 2,mem_eeprom_base
+	iadd regb,pdata
+	byteswap pdata,pdata
+	store 2,mem_addr_mi
+
+/* rega pointers to buf, temp is length  */
+iicd_read_eep:
+	bpatch patch12_4,mem_patch12
+	bmark1 mark_eeprom_size,iicd_read_eep_size_2k_lcadcode
+	setarg 4
+	store 2,core_iicd_txlen
+	jam 0xa0,mem_iicd_tbuf
+	jam 0xa1,mem_iicd_tbuf+3
+iicd_read_eep_common:	
+	setarg mem_iicd_tbuf
+	store 2,core_iicd_txaddr
+	storet 2,core_iicd_rxlen
+	storer rega,2,core_iicd_rxaddr
+	setarg 2
+	isolate0 15,rega
+	setflag true,0,pdata
+	store 1,core_iicd_ctrl
+	jam iicd_start,core_misc_ctrl
+	arg iicd_done,queue
+	call decrypt_code
+	call wait_iicd_done
+	isolate1 iicd_crcok,pdata
+	call set_ucode_status
+	bmark1 mark_eeprom_size,iicd_read_eep_load_code_size_2k
+	fetch 2,mem_addr_mi
+	byteswap pdata,pdata
+	iadd temp,pdata
+	byteswap pdata,pdata
+	store 2,mem_addr_mi
+	rtn
+
+iicd_read_eep_load_code_size_2k:
+	fetch 1,mem_addr_mi
+	iadd temp,pdata
+	byteswap pdata,pdata
+	store 2,mem_addr_mi
+	rtn
+	
+
+//length:temp 
+//mem ptr:rega
+//eeprom addr offset:regb
+iicd_write_eep_data:
+	fetch 2,mem_eeprom_base
+	iadd regb,pdata
+
+//cuur ptr:pdata length:temp buf:rega
+iicd_write_ota_data:
+	store 2,mem_pdatatemp //curr ptr
+	bpatch patch12_5,mem_patch12
+	storet 2,mem_temp	//len
+	storer rega,2,mem_contr
+iicd_write_eep_loop:
+	call iicd_eep_transparency
+
+	fetcht 2,mem_regb
+	fetchr rega,2,mem_contr
+	fetch 2,mem_pdatatemp
+	
+	call iicd_write_eep
+	
+	fetch 2,mem_regb
+	fetcht 2,mem_contr
+	iadd temp,temp
+	storet 2,mem_contr
+	fetcht 2,mem_pdatatemp
+	iadd temp,temp
+	storet 2,mem_pdatatemp
+	fetch 2,mem_temp
+	nbranch iicd_write_eep_loop,blank
+	rtn
+	
+//in:
+//1.size 2.len 3.src 4.des
+//mem_regc page's area
+//mem_pdatatemp curr ptr
+//mem_temp all len      
+//mem_regb curr len
+iicd_eep_transparency:
+	bpatch patch12_6,mem_patch12
+	fetch 1,mem_eeprom_block_size
+	increase -1,pdata
+	fetcht 2,mem_pdatatemp
+	ior temp,pdata
+	increase 1,pdata
+	store 3,mem_regc
+
+	fetch 2,mem_temp
+	iadd temp,pdata
+
+	fetcht 3,mem_regc
+	isub temp,pdata
+	nbranch iicd_eep_deal_short_packet,positive
+	store 2,mem_temp
+	fetch 3,mem_regc
+	fetcht 2,mem_pdatatemp
+	isub temp,pdata
+	store 2,mem_regb
+	rtn
+iicd_eep_deal_short_packet:
+	fetch 2,mem_temp
+	store 2,mem_regb
+	setarg 0
+	store 2,mem_temp
+	rtn
+
+iicd_write_eep_size_2k:
+	copy regb,pdata
+	increase 2,temp
+	storet 2,core_iicd_txlen
+	increase -2,rega
+	ifetcht 3,rega
+	copy temp,regb
+	arg 0xa0,temp
+	istoret 1,rega
+	istore 1,contw
+	branch iicd_write_eep_common
+
+	/* pdata is eeprom address, rega pointers to txdata(3 ahead bytes should be left), temp is length */
+iicd_write_eep:
+	copy pdata,regb
+	bpatch patch12_7,mem_patch12
+	bmark1 mark_eeprom_size,iicd_write_eep_size_2k
+	copy regb,pdata
+	increase 3,temp
+	storet 2,core_iicd_txlen
+	increase -3,rega
+	ifetcht 3,rega
+	copy temp,regb
+	arg 0xa0,temp
+	istoret 1,rega
+	byteswap pdata,pdata
+	istore 2,contw
+iicd_write_eep_common:	
+	storer rega,2,core_iicd_txaddr
+	setarg 0
+	store 2,core_iicd_rxlen
+	jam 1,core_iicd_ctrl
+	jam iicd_start,core_misc_ctrl
+	call wait_iicd_done
+	istorer regb,3,rega
+iic_check_eeprom_standby:
+	bpatch patch13_0,mem_patch13
+	jam 0,mem_iicd_tbuf+3
+iic_check_eeprom_standby_wait:
+	setarg 1
+	store 2,core_iicd_txlen
+	jam 0xa0,mem_iicd_tbuf
+	setarg mem_iicd_tbuf
+	store 2,core_iicd_txaddr
+	setarg 0
+	store 2,core_iicd_rxlen
+	store 2,core_iicd_rxaddr
+	setarg 3
+	store 1,core_iicd_ctrl
+	jam iicd_start,core_misc_ctrl
+	call wait_iicd_done
+	fetch 1,core_dma_status
+	rtnbit0 iicd_ack
+	nop 1500
+	fetch 1,mem_iicd_tbuf+3
+	increase 1,pdata
+	store 1,mem_iicd_tbuf+3
+	sub pdata,40,null
+	nrtn positive//polling timeout 6ms
+	branch iic_check_eeprom_standby_wait
+
+ifdef COMPILE_UART
+
+/* ===================== uart dma ======================= */
+uarta_init_dma_mem:
+	call enable_user
+	branch uart_init_dma_mem
+
+/*
+function name:uart_init_dma_mem
+input:
+	pdata is dma memory config
+	bit[0-15]:rx start memory address
+	bit[16-31]:rx ending memory address
+	bit[32-47]:tx start memory address
+	bit[48-63]:tx ending memory address
+	user is choice uart road
+	enable is mean check uart A
+	disable user is mean check uart B
+*/
+uart_init_dma_mem:
+	rshift16 pdata,temp
+	call uarta_init_rx,user
+	rshift32 pdata,pdata
+	rshift16 pdata,temp
+	call uarta_init_tx,user
+	fetch 2,core_clkoff
+	set0 CLOCK_OFF_UART,pdata
+	store 2,core_clkoff
+	rtn
+
+
+/*
+function name:uarta_init_baud_rate
+input:
+	pdata is uart A baud rate
+*/
+uarta_init_baud_rate:
+	store uart_baud_len,core_uart_baud
+	rtn
+
+
+/*
+function name:uarta_calc_baud_rate_config
+input:
+	temp is uart A baud rate,Decimal data
+	E.g:115200 input arg 115200,temp
+*/
+uarta_calc_baud_rate_config:
+	call uart_calc_baud_rate_config
+	branch uarta_init_baud_rate
+
+
+/*
+function name:uart_calc_baud_rate_config
+input:
+	temp is uart baud rate,Decimal data
+	E.g:115200 input arg 115200,temp
+output:
+	pdata is CPU config uart baud rate
+*/
+uart_calc_baud_rate_config:
+	call uart_calc_baud_rate_config_choice_uart_clock
+	idiv temp
+	call wait_div_end
+	quotient pdata
+	rtn
+
+uart_calc_baud_rate_config_choice_uart_clock:
+	fetch 1,core_uart_clksel
+	bbit0 UART_CLOCK_SELECT_BIT,uart_calc_baud_rate_config_choice_uart_clock_crystal
+	setarg uart_clock_freq_48M
+	rtn
+uart_calc_baud_rate_config_choice_uart_clock_crystal:
+	setarg uart_clock_freq_24M
+	rtn
+
+uart_clock_select_main_freq_crystal:
+	fetch 1,core_uart_clksel
+	and pdata,UART_CLOCK_SELECT_CRYSTAL,pdata
+	store 1,core_uart_clksel
+	rtn
+
+uart_clock_select_main_freq_dpll:
+	fetch 1,core_uart_clksel
+	or pdata,UART_CLOCK_SELECT_DPLL,pdata
+	store 1,core_uart_clksel
+	rtn
+
+
+	// pdata: tx buffer start, temp: tx buffer end
+uarta_init_tx:
+	store 2,core_uart_tsaddr
+	store 2,core_uart_twptr
+	storet 2,core_uart_teaddr
+	rtn
+
+	// pdata: rx buffer start, temp: rx buffer end
+uarta_init_rx:
+	store 2,core_uart_rsaddr
+	store 2,core_uart_rrptr
+	storet 2,core_uart_readdr
+	rtn
+
+uarta_prepare_tx:
+	fetchr contus,2,core_uart_tsaddr
+	fetchr contue,2,core_uart_teaddr
+	fetchr contu,2,core_uart_twptr
+	rtn
+
+uarta_prepare_rx:
+	fetchr contus,2,core_uart_rsaddr
+	fetchr contue,2,core_uart_readdr
+	fetchr contu,2,core_uart_rrptr
+	rtn
+
+uarta_send:
+	storer contu,2,core_uart_twptr
+	rtn
+
+uarta_rxdone:
+	storer contu,2,core_uart_rrptr
+	rtn
+
+uarta_clear_current_rx:
+	call uarta_prepare_rx
+	fetch 2,core_uart_rxitems
+	iadd contu,contu
+	branch uarta_rxdone
+
+uarta_prepare_tx_register_push:
+	call uart_register_push
+	branch uarta_prepare_tx
+
+uarta_send_register_pop:
+	call uarta_send
+	branch uart_register_pop
+
+
+uart_register_push:
+	storer contu,2,mem_contu
+	storer contus,2,mem_contue
+	storer contue,2,mem_contus
+	rtn
+
+uart_register_pop:
+	fetchr contu,2,mem_contu
+	fetchr contus,2,mem_contue
+	fetchr contue,2,mem_contus
+	rtn
+
+
+uart_copy_tx_bytes_fast:
+	deposit loopcnt
+	rtn blank
+uart_copy_tx_bytes_fast_loop:
+	increase -8,loopcnt
+	call uart_tx_8_bytes,positive
+	rtn zero
+	branch uart_copy_tx_bytes_fast_loop,positive
+	increase 8,loopcnt
+uart_copy_tx_bytes_fast_loop_four:
+	increase -4,loopcnt
+	call uart_tx_4_bytes,positive
+	rtn zero
+	branch uart_copy_tx_bytes_fast_loop_four,positive
+	increase 4,loopcnt
+	branch uart_copy_tx_bytes
+
+uart_tx_8_bytes:
+	ifetch 8,contr
+	istore 8,contu
+	rtn
+
+uart_tx_4_bytes:
+	ifetch 4,contr
+	istore 4,contu
+	rtn
+
+uart_copy_tx_bytes:
+	deposit loopcnt
+	rtn blank
+uart_copy_tx_bytes_loop:
+	ifetch 1,contr
+	istore 1,contu
+	loop uart_copy_tx_bytes_loop
+	rtn
+
+uart_copy_rx_bytes_fast:
+	deposit loopcnt
+	rtn blank
+uart_copy_rx_bytes_fast_loop:
+	increase -8,loopcnt
+	call uart_rx_8_bytes,positive
+	rtn zero
+	branch uart_copy_rx_bytes_fast_loop,positive
+	increase 8,loopcnt
+uart_copy_rx_bytes_fast_loop_four:
+	increase -4,loopcnt
+	call uart_rx_4_bytes,positive
+	rtn zero
+	branch uart_copy_rx_bytes_fast_loop_four,positive
+	increase 4,loopcnt
+	branch uart_copy_rx_bytes
+
+
+uart_rx_8_bytes:
+	ifetch 8,contu
+	istore 8,contw
+	rtn
+
+uart_rx_4_bytes:
+	ifetch 4,contu
+	istore 4,contw
+	rtn
+
+
+uart_copy_rx_bytes:
+	deposit loopcnt
+	rtn blank
+uart_copy_rx_bytes_loop:
+	ifetch 1,contu
+	istore 1,contw
+	loop uart_copy_rx_bytes_loop
+	rtn
+
+wait_uarttx:
+	fetch 2,core_uart_txitems
+	nbranch wait_uarttx,blank
+	rtn
+
+	
+endif
+
+//enable user2 reconnect
+//disable user2 pairing
+nvram_find_addr_from_bd_list:
+	bpatch patch13_1,mem_patch13
+	call disable_user
+	fetch 1,mem_nv_data_number
+	rtn blank		// not nv data
+
+	fetch 2,mem_ui_state_map
+	rtnbit0 UI_STATE_BLE_CONNECTED
+find_addr_from_bd_list_ble_mode:
+	fetch 1,mem_le_conn_peer_addr_type
+	beq MASTER_PUBLIC_ADDR,find_addr_from_bd_list_public_device_addr
+	fetch 1,mem_le_plap+5
+	compare 0xc0,pdata,0xc0
+	branch find_addr_from_bd_list_static_addr,true
+	compare 0x40,pdata,0xc0
+	branch find_addr_from_bd_list_random_addr,true
+	branch find_addr_from_bd_list_random_non_resolvable_private_address_sc_or_legacy
+
+find_addr_from_bd_list_static_addr:
+	branch find_addr_from_bd_list_static_addr_reconnect,user2
+	fetch 1,mem_le_preq_init_key_distribution
+	bbit0 LE_INITATOR_IRK_BIT,find_addr_from_bd_list_public_device_addr
+	branch find_addr_from_bd_list_static_addr_sc_or_legacy
+
+find_addr_from_bd_list_static_addr_reconnect:
+	call find_addr_from_bd_list_public_device_addr
+	rtn user
+	branch find_addr_from_bd_list_static_addr_sc_or_legacy
+
+
+find_addr_from_bd_list_static_addr_sc_or_legacy:
+find_addr_from_bd_list_random_non_resolvable_private_address_sc_or_legacy:
+	fetch 1,mem_le_pairing_mode
+	bbit1 LE_PAIRING_MODE_SECURE_CONNECT_BIT,find_addr_from_bd_list_random_non_resolvable_private_address_sc
+	branch find_addr_from_bd_list_random_non_resolvable_private_address
+
+find_addr_from_bd_list_static_addr_sc:
+find_addr_from_bd_list_random_non_resolvable_private_address_sc:
+	fetch 6,mem_le_plap
+	store 8,mem_le_rand
+	branch find_addr_from_bd_list_random_non_resolvable_private_address
+
+
+find_addr_from_bd_list_public_device_addr:
+	jam REC_4_MODE_STATIC_ADDRESS,mem_temp_reconn_record
+	fetch 6,mem_le_plap
+	branch find_addr_from_bd_list_common
+	
+find_addr_from_bd_list_random_non_resolvable_private_address:	
+	jam REC_4_MODE_RANDOM_NON_RESOLVABLE_PRIVATE_ADDRESS,mem_temp_reconn_record
+	branch find_addr_from_bd_list_common
+
+//input :pdata EDIV and rands
+find_addr_from_bd_list_random_addr:
+	jam REC_4_MODE_RANDOM_RESOLVABLE_PRIVATE_ADDRESS,mem_temp_reconn_record	
+find_addr_from_bd_list_common:
+	bpatch patch13_2,mem_patch13
+	fetch 2,mem_nv_data_ptr
+	ifetcht 1,pdata
+	pincrease 1
+	store 2,mem_list_item_ptr
+	storet 1,mem_select_list_item
+	fetch 1,mem_nv_data_number
+	icopy regc
+nvram_find_addr_from_list:
+	fetch 2,mem_list_item_ptr
+	copy pdata,rega
+	call nvram_find_addr_from_list_compare
+	rtn user
+	fetcht 2,mem_list_item_ptr
+	increase NV_DATA_LEN,temp
+	storet 2,mem_list_item_ptr
+	increase -1,temp
+	ifetch 1,temp
+	store 1,mem_select_list_item
+	increase -1,regc
+	nbranch nvram_find_addr_from_list,zero
+	fetch 1,mem_nv_data_number
+	pincrease DECREASED_ONE
+	store 1,mem_select_list_item
+	rtn
+nvram_find_addr_from_list_compare:
+	fetch 1,mem_temp_reconn_record
+	bne REC_3_MODE,find_addr_from_list_compare_ble_mode
+find_master_addr_from_list_compare:
+	arg mem_temp_reconn_record,regb
+	arg 7,loopcnt
+	call string_compare
+	branch enable_user,zero
+	rtn
+
+find_addr_from_list_compare_ble_mode:
+	beq REC_4_MODE_RANDOM_RESOLVABLE_PRIVATE_ADDRESS,find_irk_form_list_compare
+	beq REC_4_MODE_RANDOM_NON_RESOLVABLE_PRIVATE_ADDRESS,find_ediv_form_list_compare
+	branch find_master_addr_from_list_compare
+
+find_irk_form_list_compare:
+	ifetcht 1,rega
+	isub temp,null
+	nrtn zero
+	arg mem_le_prand,contw
+	arg 16,loopcnt
+	call clear_mem
+	fetch 3,mem_le_plap+3
+	store 3,mem_le_prand
+	call genernate_master_MacAddress
+	fetch 2,mem_le_aes_128+13
+	byteswap pdata,pdata
+	lshift8 pdata,temp
+	ifetch 1,contr
+	iadd temp,pdata
+	fetcht 3,mem_le_plap
+	isub temp,null
+	branch enable_user,zero
+	rtn
+
+
+genernate_master_MacAddress:
+	arg mem_le_prand ,contr
+	call load_data128
+	ifetch 1,rega
+	call load_regext
+	force 0x38,aes_ctrl
+	force 0x0,aes_ctrl
+	call wait_aes
+	arg mem_le_aes_128,contw
+	branch store_aes_result
+
+find_ediv_form_list_compare:
+	ifetcht 1,rega
+	isub temp,null
+	nrtn zero
+	copy contr,rega
+	add contr,8,regc
+	arg mem_le_rand,regb
+	arg 8,loopcnt
+	call string_compare
+	branch enable_user,zero
+	copy regc,rega
+	arg mem_le_irk,regb
+	arg 8,loopcnt
+	call string_compare
+	branch enable_user,zero
+	rtn
+
+
+load_device_list_mode_4:
+	call enable_user2
+	call nvram_find_addr_from_bd_list
+	nbranch clear_ltk_exists,user
+	fetch 2,mem_list_item_ptr
+	add pdata,1,contr
+	arg mem_le_irk,contw
+	call memcpy16
+	arg mem_le_ltk,contw
+	call memcpy16
+	jam 1,mem_ltk_exists
+	rtn
+
+clear_ltk_exists:
+	jam 0,mem_ltk_exists
+	rtn
+
+
+eeprom_store_le_reconn_info:
+	jam REC_4_MODE,mem_record_bt_mode
+eeprom_store_reconn_info:
+	fetch 1,mem_device_option
+	beq dvc_op_mouse,mouse_store_remote_bdaddr
+	rtn
+	
+
+
+/* =============== GPIO CONTROL ================= */
+
+
+//temp [4:0]=GPIO number, 0-31, 
+gpio_set_wake_by_current_state:
+	bpatch patch13_3,mem_patch13
+	set1 gpio_active_bit,temp
+	call gpio_get_bit
+	nsetflag true,gpio_active_bit,temp
+
+//temp [4:0]=GPIO number, 0-31, [7]=0, low active
+gpio_set_wake:
+	bpatch patch13_4,mem_patch13
+	sub temp,UI_BUTTON_GPIO_DISABLE,null
+	rtn zero
+	isolate0 gpio_active_bit,temp
+	and temp,0x1f,queue
+	fetch 4,mem_gpio_wakeup_low
+	qsetflag true,pdata
+	store 4,mem_gpio_wakeup_low
+	fetch 4,mem_gpio_wakeup_high
+	nqsetflag true,pdata
+	store 4,mem_gpio_wakeup_high
+	rtn
+	
+//temp [4:0]=GPIO number, 0-31, [7]=0, low active
+gpio_clr_wake:
+	bpatch patch13_5,mem_patch13
+	sub temp,UI_BUTTON_GPIO_DISABLE,null
+	rtn zero
+	isolate0 gpio_active_bit,temp
+	and temp,0x1f,queue
+	fetch 4,mem_gpio_wakeup_low
+	qset0 pdata
+	store 4,mem_gpio_wakeup_low
+	fetch 4,mem_gpio_wakeup_high
+	qset0 pdata
+	store 4,mem_gpio_wakeup_high
+	rtn
+
+gpio_config_input_nowake:
+	call gpio_clr_wake
+	branch gpio_config_input_without_wake
+
+//temp [4:0]=GPIO number, 0-31, [7]=0, low active
+gpio_config_input:
+	sub temp,UI_BUTTON_GPIO_DISABLE,null
+	rtn zero
+	ncall gpio_set_wake,wake
+gpio_config_input_without_wake:
+	call gpio_addr
+	setarg 0
+	isolate1 gpio_active_bit,temp
+	nsetflag true,6,pdata
+	setflag true,7,pdata
+	branch gpio_write
+
+//temp is gpio number, return true if gpio active
+gpio_get_bit:
+	bpatch patch13_6,mem_patch13
+	arg core_gpio_in,contw
+	and temp,0x07,queue
+	rshift3 temp,pdata
+	and_into 3,pdata
+	iadd contw,contw
+	ifetch 1,contw
+	isolate1 gpio_active_bit,temp
+	branch gpio_get_bit_reverse,true
+	qisolate0 pdata
+	rtn
+gpio_get_bit_reverse:
+	qisolate1 pdata
+	rtn
+
+//temp [5:0]=GPIO number, 0-39, [7]=0, low active. set gpio to inactive state
+gpio_out_inactive:
+	sub temp,UI_BUTTON_GPIO_DISABLE,null
+	rtn zero
+	isolate1 gpio_active_bit,null
+	branch gpio_out_flag
+
+gpio_config_output:
+gpio_out_active:
+	sub temp,UI_BUTTON_GPIO_DISABLE,null
+	rtn zero
+	isolate0 gpio_active_bit,null
+
+//temp is gpio number,  [7]=1,set out equa true flag if gpio active
+gpio_out_flag:
+	setarg 0
+	nsetflag true,gpio_active_bit,pdata
+	ixor temp,temp
+
+//temp is gpio number,0-31, [7]=out bit value
+gpio_out:
+	call gpio_addr
+	setarg gpcfg_output_high
+	isolate1 gpio_active_bit,temp
+	setflag true,0,pdata
+	branch gpio_write
+
+//check output status
+gpio_check_active:
+	sub temp,UI_BUTTON_GPIO_DISABLE,null
+	branch disable_true,zero
+	call gpio_addr
+	ifetch 1,contw
+	bbit1 0,gpio_check_active_high
+	isolate0 gpio_active_bit,temp
+	rtn
+gpio_check_active_high:
+	isolate1 gpio_active_bit,temp
+	rtn
+
+gpio_set_analog:
+	call gpio_addr
+	setarg gpcfg_no_ie
+gpio_write:
+	istore 1,contw
+	rtn
+
+gpio_set_high_impedance:
+	sub temp,GPIO_DISABLE,null
+	rtn zero
+	call gpio_addr
+	setarg gpcfg_high_impedance
+	branch gpio_write
+
+gpio_addr:
+	and temp,0x3f,pdata
+	sub pdata,GPIO_NUMBER+-1,null
+	nbranch assert,positive
+	arg core_gpio_conf,contw
+gpio_addr_next:
+	iadd contw,contw
+	rtn
+	
+
+
+
+
+gpio_config_param:
+	and pdata,0xff,temp
+	rshift8 pdata,pdata
+	branch gpio_config_function_int
+
+//pdata: gpio number bit7=1, temp: function type
+gpio_config_function:
+	rtnbit0 gpio_active_bit
+gpio_config_function_int:
+	and_into 0x3f,pdata
+	sub pdata,GPIO_NUMBER+-1,null
+	nbranch assert,positive
+	arg core_gpio_conf,contw
+gpio_config_function_int_next:
+	iadd contw,contw
+	istoret 1,contw
+	rtn
+
+
+
+//temp:gpio num
+gpio_get_config:
+	and_into 0x3f,temp
+	setarg core_gpio_conf
+	iadd temp,contr
+	ifetch 1,contr
+	rtn
+
+
+//The default as shutter and remote
+gpio_set_before_lpm:
+	arg GPIO_NUMBER,loopcnt
+	arg core_gpio_conf,contr
+setgpio_loop:
+	copy contr,contw
+	ifetch 1,contr
+	beq gpcfg_spid_miso,setgpio_pullup
+	beq gpcfg_spid_ncs,setgpio_pullup
+	beq gpcfg_spid_sck,setgpio_pullup
+	beq gpcfg_spid_mosi,setgpio_pullup
+	beq gpcfg_spid_sdio,setgpio_pullup
+	beq gpcfg_iic_scl,setgpio_pullup
+	beq gpcfg_iic_sda,setgpio_pullup
+	beq gpcfg_input,setgpio_pullup
+setgpio_loop_end:
+	loop setgpio_loop
+	rtn
+	
+	
+setgpio_pullup:
+	setarg gpcfg_pullup
+	istore 1,contw
+	branch setgpio_loop_end
+setgpio_pulldown:
+	setarg gpcfg_pulldown
+	istore 1,contw	
+	branch setgpio_loop_end
+
+/*************************************ADC*************************************/
+
+
+//mem_adc_config_flag 0:vinlpm 1:Hvin 2: GPIO
+adc_init_data:
+	bpatch patch13_7,mem_patch13
+	setarg OTP_OFFSET_ADC_PARAM
+	arg mem_gpio_h_k19_b13,rega
+	arg 12,temp
+	branch otpd_read_data_with_pwr_operation
+
+	
+enable_adc:
+	bpatch patch14_0,mem_patch14
+	fetchr regb,1,core_rf_ldo_cfg6
+	jam 0x3d,core_rf_ldo_cfg6
+	jam 0xaa,core_rf_ldo_cfg5
+	jam 0x0c,core_rf_ldo_en0
+	fetch 1,core_clkpll_cfg6
+	set1 7,pdata
+	store 1,core_clkpll_cfg6
+	jam 0x04,core_rf_ldo_en1
+	nop 60
+	jam 0,core_syn_en
+	jam 6,core_rx_en0
+	call read_adc_mode
+	store 1,core_gpadc_ctrl
+	jam 0x03,core_sum_ctrl
+	nop 60
+	fetch 1,core_sum_en
+	set1 7,pdata
+	store 1,core_sum_en
+	nop 1000  // 1/24ms
+	fetch 2,mem_adc_delay
+	fetcht 1,mem_adc_config_flag
+	sub temp,ADC_CONFIG_HVIN,null
+	call sleep,zero
+enable_adc_next:
+	fetch 2,core_adc_sum
+	store 2,mem_adc_current_value
+	fetch 1,core_sum_en
+	set0 7,pdata
+	store 1,core_sum_en
+	jam 0,core_gpadc_ctrl
+	storer regb,1,core_rf_ldo_cfg6
+	rtn
+
+	
+read_adc_mode:	
+	bpatch patch14_1,mem_patch14
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_GPIO_L,adc_check_gpio_l
+	beq ADC_CONFIG_GPIO_h,adc_check_gpio_h
+	beq ADC_CONFIG_HVIN,adc_adc_mode_vbat
+adc_adc_mode_vbat:
+	setarg 0x4f
+	rtn
+	
+adc_check_gpio_l:
+	arg 2,rega
+	branch adc_check_gpio
+	
+adc_check_gpio_h:
+	arg 6,rega
+adc_check_gpio:
+	fetch 1,mem_adc_channel
+	lshift3 pdata,pdata
+	or pdata,1,pdata
+	ior rega,pdata
+	rtn
+
+
+adc_calculate:
+	bpatch patch14_2,mem_patch14
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_GPIO_L,adc_calculate_gpio_l
+	beq ADC_CONFIG_GPIO_h,adc_calculate_gpio_h
+//	beq ADC_CONFIG_HVIN,p_adc_calculate_gpio_bat
+adc_calculate_gpio_bat:
+	fetch 4,mem_hvin_k19_b13
+	branch adc_calculate2
+	
+adc_calculate_gpio_h:
+	fetch 4,mem_gpio_h_k19_b13
+	branch adc_calculate2
+	
+adc_calculate_gpio_l:
+	fetch 4,mem_gpio_l_k19_b13
+	
+adc_calculate2:
+	store 4,mem_temp
+	call adc_19k_13b_32bit_cal_k
+	fetcht 2 ,mem_adc_current_value
+	imul32 temp,pdata
+	rshift16 pdata,pdata
+	rshift4 pdata,temp
+//	rshift4 pdata,pdata
+//	copy pdata,regext
+//	copy regext,temp
+	fetch  4,mem_temp
+	call adc_19k_13b_32bit_cal_b
+	
+//	fetch 4,mem_adc_update_b
+	isub temp,pdata   // y = b  - xk
+//	store 4,mem_adc_update_xleft20
+//	fetch 4,mem_adc_update_xleft20
+	arg  1000,temp
+	imul32 temp,pdata
+//	arg 0x1000,temp
+//	lshift8 temp,temp
+//	idiv temp
+//	call wait_div_end
+//	quotient pdata
+//	store 4,mem_adc_update_xleft20
+	rshift16 pdata,pdata
+	rshift4 pdata,pdata
+	rtn
+
+//input data k19_b13; output k 
+adc_19k_13b_32bit_cal_k:
+	arg 0xffffe000,rega
+	iand rega ,pdata
+	rshift3 pdata,pdata
+//	store 4,mem_adc_update_k
+	rtn
+
+//input data k19_b13; output b 	
+adc_19k_13b_32bit_cal_b:
+	arg 0x00001fff,rega
+	iand rega ,pdata
+	lshift8 pdata,pdata
+	lshift2 pdata,pdata
+//	store 4,mem_adc_update_b
+	rtn 
+
+
+/*	typedef struct
+*	{
+*		uint16 full_vol
+*		uint16 empty_vol
+*		uint16 low_vol
+*		uint16 now_vol
+*	}bat_calculate;
+*/
+//out:	pdata->bat percent
+adc_bat_percent_lowpower_out:
+	ifetch 8,rega
+	store 8,mem_pdatatemp
+	fetch 2,mem_pdatatemp
+	fetcht 2,mem_pdatatemp+2
+	isub temp,rega
+	fetch 2,mem_pdatatemp+6
+	isub temp,regb
+	fetcht 2,mem_pdatatemp+4
+	isub temp,null
+	ncall adc_set_low_power_flag,positive
+	mul32 regb,100,pdata
+	idiv rega
+	call wait_div_end
+	quotient pdata
+	call adc_set_no_power_flag,blank
+	rtn
+adc_set_low_power_flag:
+	fetch 1,mem_adc_power_flag
+	set1 0,pdata
+	store 1,mem_adc_power_flag
+	rtn
+
+adc_clear_low_power_flag:
+	fetch 1,mem_adc_power_flag
+	set0 0,pdata
+	store 1,mem_adc_power_flag
+	rtn	
+	
+adc_set_no_power_flag:
+	fetcht 1,mem_adc_power_flag
+	set1 1,temp
+	storet 1,mem_adc_power_flag
+	rtn
+
+adc_clear_no_power_flag:
+	fetcht 1,mem_adc_power_flag
+	set0 1,temp
+	storet 1,mem_adc_power_flag
+	rtn	
+
+
+
+/****************************************key scan***************************************/
+keyscan_key_init:
+	fetch 2,mem_key_num_ptr
+	ifetch 1,pdata
+keyscan_key_init_next:
+	rtn blank
+	copy pdata,loopcnt
+//	copy contr,rega
+	fetch 2,mem_keyscan_ptr
+	increase 3,pdata	//mem_key_conf0_pin
+	copy pdata,rega
+keyscan_key_init_lp1:
+	ifetcht 1, rega
+	call gpio_config_input
+	increase KEY_CONF_STRUCT_LEN,rega
+	loop keyscan_key_init_lp1
+keyscan_key_init_end:
+	rtn
+	
+keyscan_scan_key:
+	fetch 2,mem_keyscan_ptr
+	increase 3,pdata	//mem_key_conf0_pin
+	copy pdata,rega
+//	arg mem_key_conf0_pin,rega
+	force 0,regb
+	setarg 0
+	store 2,mem_key_value_temp
+keyscan_scan_key_lp1:
+	ifetcht 1, rega
+	call gpio_get_bit
+	bpatch patch14_3,mem_patch14
+	fetch 2,mem_key_value_temp
+	copy regb,queue
+	qsetflag true,pdata
+	store 2, mem_key_value_temp
+	increase KEY_CONF_STRUCT_LEN,rega
+	increase 1,regb
+	fetch 2,mem_key_num_ptr
+	ifetch 1,pdata
+keyscan_scan_key_lp1_next:
+	ixor regb,null
+	nbranch keyscan_scan_key_lp1,zero
+	fetch 2,mem_key_value_temp
+	fetcht 2,mem_key_value_retention
+	ixor temp,null
+	rtn zero
+	branch enable_user
+
+
+keyscan_process_lpm_before:
+	fetch 2,mem_key_num_ptr
+	ifetch 1,pdata
+keyscan_process_lpm_before_next:
+	rtn blank
+	copy pdata,loopcnt
+	fetch 2,mem_keyscan_ptr 
+	increase 3,pdata	//mem_key_conf0_pin
+	copy pdata,rega
+keyscan_process_lpm_before_lp1:
+	ifetcht 1, rega
+	call gpio_set_wake_by_current_state
+	increase KEY_CONF_STRUCT_LEN,rega
+	loop keyscan_process_lpm_before_lp1
+keyscan_process_lpm_before_end:
+	rtn
+
+keyscan_key_process:
+	arg key_scan_timer,queue
+	call timer_check
+	nrtn blank
+	setarg 0x20
+	arg key_scan_timer,queue
+	call timer_init
+	disable user
+	call keyscan_process_lpm_before
+	bpatch patch14_4,mem_patch14
+	fetch 2,mem_key_num_ptr
+	ifetch 1,pdata
+keyscan_key_process_next:
+	rtn blank
+	call keyscan_scan_key
+	nbranch lpm_button_clean_wake_lock,user
+	call lpm_button_get_wake_lock
+	disable user
+	fetch 2,mem_key_value_temp
+	store 2,mem_key_value_temp4
+	jam 0,mem_key_value_temp6
+	force 0,queue
+keyscan_key_lp1:
+	fetch 2, mem_key_value_retention
+	rshift pdata,temp
+	storet 2,mem_key_value_retention
+	and pdata,0x01,pdata
+	fetcht 2, mem_key_value_temp4
+	and temp,0x01,rega
+	rshift temp,temp
+	storet 2,mem_key_value_temp4
+	ixor rega,null
+	ncall keyscan_send_key_data,zero
+	fetch 2,mem_key_num_ptr
+	ifetch 1,pdata
+keyscan_key_lp1_next:
+	fetcht 1, mem_key_value_temp6
+	increase 1,temp
+	storet 1, mem_key_value_temp6
+	copy temp,queue
+	ixor queue,null
+	nbranch keyscan_key_lp1,zero
+	fetch 2,mem_key_value_temp
+	store 2,mem_key_value_retention
+	rtn
+keyscan_send_key_data:
+	bpatch patch14_5,mem_patch14
+	fetch 2,mem_keyscan_ptr
+	increase 1,pdata
+	ifetch 2,pdata
+	branch callback_func
+
+
+/*************************************pwm*************************************/
+
+//rega:clk select(0:system clk; 1:system clk undivied; 2:lpo)
+/*rega:clk select
+			0x00:select system clock 12M;
+			0x40:select undivied system clock 24M/48M;
+			0x80:select lpo clock:33K
+*/
+pwm_init:
+	fetch 1,core_clksel
+	ior rega,pdata
+	store 1,core_clksel
+	fetch 2,core_clkoff
+	set0 CLOCK_OFF_PWM,pdata
+	store 2,core_clkoff
+delay_nop100:
+	nop 100
+	rtn
+
+/*	typedef struct
+*	{
+*		uint8 gpio_num
+*		uint8 pwm_channel
+*		uint24 frequency
+*		uint8 duty_cycle   //0-100
+*	}PWM_Style;
+	addr: mem_pdatatemp
+*/
+pwm_clk_set:
+	fetch 1,core_clksel
+	bbit1 6,pwm_24m_clk_set
+	bbit1 7,pwm_33k_clk_set
+pwm_12m_clk_set:
+	setarg PWM_12MHZ
+	rtn
+pwm_24m_clk_set:
+	setarg PWM_24MHZ
+	rtn
+pwm_33k_clk_set:
+	setarg PWM_33KHZ
+	rtn
+
+
+/*
+input:
+mem_pdatatemp:
+byte[0]: pwm gpio selected
+byte[1]: pwm channel selected
+byte[2-4]: pwm frequency, little-endian
+byte[5]: duty cycle, percentage
+*/
+pwm_out_set:
+	fetcht 3,mem_pdatatemp+2
+	call pwm_clk_set
+	idiv temp
+	call wait_div_end
+	quotient temp
+	fetch 1,mem_pdatatemp+5
+	imul32 temp,pdata
+	div pdata,100
+	call wait_div_end
+	quotient rega
+	copy temp,pdata
+	isub rega,regb
+
+	fetch 1,mem_pdatatemp+1
+	call pwm_duty_cycle_set
+	fetch 1,mem_pdatatemp
+	fetcht 1,mem_pdatatemp+1
+	and_into 0x0f,temp
+	lshift8 temp,temp
+	ior temp,pdata
+	branch pwm_enable
+
+/*
+input:
+rega:pcnt ;
+regb:ncnt;
+pdata:pwm channel select.
+*/
+pwm_duty_cycle_set:
+	iforce queue
+	call pwm_duty_cycle_set_without_autoload
+	branch pwm_autoload_set
+
+/*
+input:
+queue: pwm channel
+*/
+pwm_autoload_set:	
+	fetch 1, core_pwm_autoload
+	qset1 pdata
+	store 1, core_pwm_autoload
+	fetcht 1, core_clksel
+	isolate1 7, temp
+	call delay_1clk_of_33k, true
+	qset0 pdata
+	store 1, core_pwm_autoload
+	rtn	
+
+
+delay_1clk_of_33k:
+	nop 480
+	rtn
+
+/*
+input:
+rega:pcnt ;
+regb:ncnt;
+pdata:pwm channel select.
+*/	
+pwm_duty_cycle_set_without_autoload:
+	and_into 0x0f,pdata
+	arg core_pwm_pcnt0,contw
+	mul32 pdata,4,pdata
+	iadd contw,contw
+	copy rega,pdata
+	istore 2,contw
+	copy regb,pdata
+	istore 2,contw
+	rtn
+
+
+
+
+/*
+rega: even pwm channel select & gpio select 
+regb: odd pwm channel select & gpio select 
+
+note:
+byte of even pwm channel:
+bit[7]: force to set even sync bit to 1;
+bit[6]: for even bit, reserved
+
+byte of odd pwm channel:
+bit[7]: 1: set odd sync bit to 1; 0: set odd sync bit to 0; 
+bit[6]: 1: set odd pwm init to 1; 0: set odd pwm init to 0;
+
+setarg 0x0008, rega
+0x00:pwm0 selected
+0x08:gpio select
+
+arg 0x4109, regb
+0x41:pwm1 selected and set pwm1 init bit to 1
+0x09:gpio select
+*/
+pwm_enable_in_syncmode:
+	rshift8 regb, queue
+	call pwm_init_bit_set
+	rshift8 regb, queue
+	call pwm_syncmode_set
+	rshift8 rega, queue
+	enable true
+	call pwm_syncmode_set_process
+
+	deposit rega
+	call pwm_gpio_select
+	deposit regb
+	branch pwm_enable
+
+pwm_disable_in_syncmode:
+	deposit rega
+	call pwm_disable
+	deposit regb
+	call pwm_disable
+
+	rshift8 rega, queue
+	disable true
+	call pwm_syncmode_set_process
+	rshift8 regb, queue
+	disable true
+	call pwm_init_bit_set_process
+	rshift8 regb, queue
+	disable true
+	branch pwm_syncmode_set_process
+	
+
+/*
+input:
+queue: pwm channel
+
+note:
+for even bit, 
+0: PWM0/1 work independent
+1: PWM0 output is synchronized to PWM1
+for odd bit,
+Only used when pwm0_syn_to_pwm1 =1, PWM0/1 out inverse
+*/
+pwm_syncmode_set:
+	isolate1 7, queue
+pwm_syncmode_set_process:	
+	and queue, 0x0f,queue
+	fetch 1,core_pwm_sync
+   	qsetflag true,pdata
+   	store 1,core_pwm_sync
+   	rtn
+
+/*
+input:
+queue: pwm channel
+
+note:
+for even bit, reserved
+for odd bit,only used when pwm0_syn_to_pwm1 =1, 
+0: PWM0 out high first
+1: PWM1 out high first
+*/
+pwm_init_bit_set:
+	isolate1 6, queue
+pwm_init_bit_set_process:	
+	and queue, 0x0f,queue
+	fetch 1, core_pwm_init
+	qsetflag true, pdata
+	store 1, core_pwm_init
+	rtn
+/*
+input:
+pdata: pwm channel select & gpio select 
+
+note:
+setarg 0x0108
+0x01:pwm channel select
+0x08:gpio select
+*/
+pwm_gpio_select:
+	call pwm_select_channel
+pwm_gpio_select_process:
+	lshift8 pdata,pdata
+	add queue,gpcfg_pwm_out0,temp
+	ior temp,pdata
+	branch gpio_config_param 
+
+/*
+input:
+pdata: pwm channel select & gpio select 
+
+note:
+setarg 0x0108
+0x01:pwm channel select
+0x08:gpio select
+*/
+pwm_enable:
+	enable user
+	call pwm_gpio_select
+	branch pwm_set_select
+	
+pwm_disable:
+	disable user
+	call pwm_select_channel
+	branch pwm_set_select
+
+pwm_set_select:
+	and queue, 0x0f,queue
+	fetch 1,core_pwm_en
+   	qsetflag user,pdata
+   	store 1,core_pwm_en
+	rtn
+pwm_select_channel:
+	rshift8 pdata,queue
+	and queue, 0x0f,queue
+	rtn
+
+
+/*************WATCH DOG API*************************/
+/*
+	function name:wdt_init_config 
+   input:kick dog time (pdata*7.8125ms) (7.8125ms~16s) (16s = 0x800)
+*/
+wdt_init_config:
+	copy pdata,temp
+	bpatch patch14_6,mem_patch14
+	call wdt_set_enable	//enable
+	setarg 2048
+	isub temp,pdata
+	copy pdata,temp
+	rshift4 temp,temp
+	storet 1,core_write_wdt
+	nop 1400
+	copy pdata,temp
+	and_into 0x0f,temp
+	storet 1,core_write_wdt2
+	rtn
+ 
+
+wdt_set_enable:
+	enable user2
+	branch wdt_init_set
+
+	
+wdt_set_disable:
+	bpatch patch14_7,mem_patch14
+	disable user2
+wdt_init_set:
+	fetch 1,core_config
+   	setflag user2,3,pdata
+	store 1,core_config
+	rtn
+
+
+wdt_kick_128ms:
+	//about 128ms
+	setarg 125
+	branch wdt_init_config
+
+
+ifdef COMPILE_NEC
+
+/*************NEC API*************************/
+/*
+	function name:nec_init_config 
+	input:
+		pdata is nec buffer address
+		bit[0-15]:rx start memory address
+		bit[16-31]:rx ending memory address
+		temp is nec control config
+		E.M 0x31 is 12M system clock is 2us temp
+*/
+nec61212_init:
+	arg FUN_NEC_ENABLE|FUN_NEC_CLK_DIVIDE_24,temp
+	
+
+nec_init_config:
+	store 4,core_nec_start_addr
+	store 2,core_nec_rptr
+	storet 1,core_nec_control
+	rtn
+
+//return:pdata is buffer size
+nec_check_rxbuff_size:
+	fetch 2,core_nec_rxitem
+	rtn
+/*	fetcht 2,core_nec_rptr
+	fetch 2,core_nec_wptr
+	isub temp,pdata
+	rtn positive
+	sub pdata,0,rega
+	fetcht 2,core_nec_start_addr
+	fetch 2,core_nec_end_addr
+	pincrease 1
+	isub temp,pdata
+	isub rega,pdata
+	rtn
+*/
+
+nec_prepare_read:
+	fetchr contu,2,core_nec_rptr
+	fetchr contus,2,core_nec_start_addr
+	fetchr contue,2,core_nec_end_addr
+	rtn
+
+nec_read_done:
+	storer contu,2,core_nec_rptr
+	rtn
+
+//regc is callback function
+//output
+//user is disable mean data stop
+//rege is 0 mean repeat
+//rege is no zero mean data
+nec_parse_nec61212:
+	call enable_user
+	arg 0,rege
+	call nec_check_rxbuff_size
+	beq 2,nec_parse_nec61212_check_timeout
+	sub pdata,4,null
+	rtn positive
+	call nec_prepare_read
+	ifetcht 2,contu
+	setarg NEC61212_DATA2REPEAT_TIME
+	call nec_check_pulse_range_legal_default_deviation
+	nbranch nec_parse_nec61212_check_repeat_data,positive
+	copy regd,temp
+	setarg NEC61212_REPEAT2REPEAT_TIME
+	call nec_check_pulse_range_legal_default_deviation
+	nbranch nec_parse_nec61212_check_repeat_data,positive
+	
+	copy regd,temp
+	setarg NEC61212_BOOT_CODE_START_TIME
+	call nec_check_pulse_range_legal_default_deviation
+	branch nec_parse_nec61212_error_data,positive
+	ifetcht 2,contu
+	setarg NEC61212_BOOT_CODE_END_TIME
+	call nec_check_pulse_range_legal_default_deviation
+	branch nec_parse_nec61212_error_data,positive
+	call nec_check_rxbuff_size
+	sub pdata,133,null
+	rtn positive
+	arg 32,loopcnt
+nec_parse_nec61212_data:
+	ifetcht 2,contu
+	setarg NEC61212_DATA_BIT_1_START_TIME
+	call nec_check_pulse_range_legal_default_deviation
+	branch nec_parse_nec61212_error_data,positive
+	ifetcht 2,contu
+	setarg NEC61212_DATA_BIT_1_END_TIME
+	call nec_check_pulse_range_legal_default_deviation
+	nbranch nec_parse_nec61212_add_bit1,positive
+	copy regd,temp
+	setarg NEC61212_DATA_BIT_0_END_TIME
+	call nec_check_pulse_range_legal_default_deviation
+	nbranch nec_parse_nec61212_add_bit0,positive
+
+
+nec_parse_nec61212_error_data:
+	copy regd,temp
+	setarg NEC61212_TIMEOUT_TIME
+	isub temp,null
+	branch nec_parse_nec61212_check_timeout_cb,zero
+	branch nec_read_done
+
+nec_parse_nec61212_add_bit1:
+	set1 32,rege
+nec_parse_nec61212_add_bit0:
+	rshift rege,rege
+	loop nec_parse_nec61212_data
+	branch nec_parse_nec61212_check_stop_bit
+
+nec_parse_nec61212_check_repeat_data:
+	call nec_check_rxbuff_size
+	sub pdata,7,null
+	rtn positive
+	ifetcht 2,contu
+	setarg NEC61212_REPEAT_START_TIME
+	call nec_check_pulse_range_legal_default_deviation
+	branch nec_parse_nec61212_error_data,positive
+	ifetcht 2,contu
+	setarg NEC61212_REPEAT_END_TIME
+	call nec_check_pulse_range_legal_default_deviation
+	branch nec_parse_nec61212_error_data,positive
+nec_parse_nec61212_check_stop_bit:
+	ifetcht 2,contu
+	setarg NEC61212_STOP_TIME
+	call nec_check_pulse_range_legal_default_deviation
+	branch nec_parse_nec61212_error_data,positive
+	call nec_read_done
+	copy regc,pdata
+	branch callback_func
+
+nec_parse_nec61212_check_timeout:
+	call nec_prepare_read
+	ifetcht 2,contu
+	setarg NEC61212_TIMEOUT_TIME
+	isub temp,null
+	nrtn zero
+nec_parse_nec61212_check_timeout_cb:
+	call nec_read_done
+	call disable_user
+	copy regc,pdata
+	branch callback_func
+
+
+
+//????????,????
+//??:temp ?????????? 2us???
+//pdata ????,us???
+nec_check_pulse_range_legal_default_deviation:
+	fetchr regb,1,mem_nec_decode_error_value
+
+//????????,????
+//??:temp ?????????? 2us???
+//pdata ????,us???
+//regb?????,???
+// |temp-pdata| / pdata < regb
+//??:positive is 1 mean error
+//0 mean true
+nec_check_pulse_range_legal:
+	copy temp,regd
+	imul32 regb,regb		//???????
+	lshift temp,temp		//???????us
+	isub temp,rega
+	ncall nec_check_pulse_range_legal_data_negative,positive
+	mul32 rega,100,pdata
+	isub regb,null
+	rtn
+
+nec_check_pulse_range_legal_data_negative:
+	sub rega,0,rega
+	rtn
+
+endif
+
+/*
+select_system_clk_24M:
+	jam SYSTEM_CLK_24M,mem_system_clk
+	jam clksel_dpll_24M,core_clksel
+	setarg 7499
+	store 2,core_halfslot
+calc_new_param:
+	arg 11,loopcnt
+	arg mem_param_tx_setup,rega
+calc_new_param_loop:
+	ifetch 2,rega
+	lshift pdata,pdata
+	istore 2,rega
+	increase 2,rega
+	loop calc_new_param_loop
+	rtn
+
+calc_new_le_time:
+	lshift stop_watch,stop_watch
+	rtn
+
+select_system_clk_12M_xtal:
+	jam clksel_xtal,core_clksel
+select_system_clk_12M_common:
+	jam SYSTEM_CLK_12M,mem_system_clk
+	setarg 3749
+	store 2,core_halfslot
+	rtn
+
+select_system_clk_12M_dpll:
+	jam clksel_dpll,core_clksel
+	branch select_system_clk_12M_common
+*/
+	
+
+/*****************************50HZ*****************************/
+/*
+(input):
+pdata:ac data buf start address
+temp:ac data buf length
+mem_ac_detect_gpio:choice gpio[0-12]
+mem_ac_detect_control:[7:2]ac detect clk divide number,[15:8]ac detect window (ms)
+
+(output):
+true=1,  50hz single disappear true=0,50hz detected
+
+*/
+/*
+ac_50hz_check:
+	store 2,core_ac_saddr
+	storet 1,core_ac_buf_len
+	fetch 1,mem_ac_detect_gpio
+	arg gpcfg_ac_input,temp
+	call gpio_config_function_int
+	fetch 2,mem_ac_detect_control  
+	set1 0,pdata                 //ac detect enable[0]
+	store 2,core_ac_ctrl
+ac_50hz_check_wait:		
+	fetch 1,core_perf_status
+	isolate1 6,pdata
+	rtn 
+*/
+
+
Index: program/security.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/security.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/security.prog	(working copy)
@@ -0,0 +1,1109 @@
+
+
+ifdef SECURE_CONNECTION
+	
+function_g2:
+	bpatch patch15_0,mem_patch15
+	jam 80,mem_AES_CMAC_data_length
+	arg mem_dat,contw
+	arg mem_le_srand,contr
+	call memcpy16
+	arg mem_sc_pubkey_local_x_256,contr
+	call memcpy32
+	arg mem_le_pubkey_remote_x_256,contr
+	call memcpy32
+	call inverse_memdat	
+	arg mem_le_mrand,contr
+	call store_inverse_k	
+	call function_AES_CMAC	
+
+	arg mem_AES_CMAC_temp,contw
+	call load_inverse_result
+	setarg 1000000
+	copy pdata,rega
+	fetch 4,mem_AES_CMAC_temp
+	idiv rega
+	call wait_div_end
+	remainder pdata
+	store 4,mem_gkey
+//call ice_break
+	rtn
+
+function_f6_eb:
+	jam 65,mem_AES_CMAC_data_length
+	arg mem_dat,contw
+	call store_addr_common_a
+	call store_addr_common_b
+	fetch 3,mem_le_pres+1
+	istore 3,contw
+//	arg mem_le_r,contr
+//	call memcpy16	
+	call get_r
+	
+	arg mem_le_mrand,contr
+	call memcpy16
+	arg mem_le_srand,contr
+	call memcpy16
+	call inverse_memdat
+	arg mem_le_mackey ,contr
+	arg mem_AES_CMAC_k,contw
+	call memcpy16
+//	call p_store_inverse_k	
+	branch function_AES_CMAC
+//	arg mem_AES_CMAC_temp,contw
+//	branch p_load_inverse_result
+
+get_r:
+	fetch 4,mem_le_tk
+	istore 4,contw
+	call memset0_4
+	branch memset0_8
+
+function_f6_ea:
+	bpatch patch15_1,mem_patch15
+	jam 65,mem_AES_CMAC_data_length
+	arg mem_dat,contw
+	call store_addr_common_b
+	call store_addr_common_a
+	fetch 3,mem_le_preq+1
+	istore 3,contw
+//	arg mem_le_r,contr
+//	call memcpy16	
+	call get_r
+	arg mem_le_srand,contr
+	call memcpy16
+	arg mem_le_mrand,contr
+	call memcpy16
+	call inverse_memdat
+	arg mem_le_mackey ,contr
+	arg mem_AES_CMAC_k,contw
+	call memcpy16
+//	call p_store_inverse_k	
+	call function_AES_CMAC
+	arg mem_AES_CMAC_temp,contw
+	branch load_inverse_result
+
+function_f5:
+	jam 32,mem_AES_CMAC_data_length
+	arg mem_le_dhkey_256 ,contr
+	arg mem_dat,contw
+	call memcpy32
+	call inverse_memdat
+	arg mem_le_slat,contr
+	call store_inverse_k	
+	call function_AES_CMAC
+	arg mem_AES_CMAC_k,contw
+	call store_aes_result
+	arg 1,temp
+	call function_f5_common
+	arg mem_le_ltk,contw
+	call load_inverse_result
+	arg 0,temp
+	call function_f5_common
+	arg mem_le_mackey,contw
+//	branch p_load_inverse_result
+	branch store_aes_result
+
+
+function_f5_common:
+	bpatch patch15_2,mem_patch15
+	jam 53,mem_AES_CMAC_data_length
+	setarg 0x100
+	store 2,mem_dat
+	call store_addr_common_b
+	call store_addr_common_a
+	arg mem_le_srand,contr
+	call memcpy16
+	arg mem_le_mrand,contr
+	call memcpy16
+//	fetch 4,mem_le_keyid 0x62746c65
+	setarg 0x6c65
+	istore 2,contw
+	setarg 0x6274
+	istore 2,contw
+	istoret 1,contw   //counter
+	call inverse_memdat	
+	branch function_AES_CMAC
+
+store_addr_common_b:
+	fetch 6,mem_le_lap
+	istore 6,contw
+	fetch 1,mem_le_conn_own_addr_type
+	istore 1,contw
+	rtn
+
+store_addr_common_a:
+	fetch 6,mem_le_plap
+	istore 6,contw
+//	setarg 0x2dcfc1
+//	istore 3,contw
+//	setarg 0xa71370
+//	istore 3,contw
+	fetch 1,mem_le_conn_peer_addr_type
+	istore 1,contw
+	rtn
+
+function_f4_ca:
+	jam 65,mem_AES_CMAC_data_length
+	fetch 1,mem_passkey_1bit
+	store 1,mem_dat
+	arg mem_sc_pubkey_local_x_256,contr
+	call memcpy32
+	arg mem_le_pubkey_remote_x_256,contr
+	call memcpy32
+	call inverse_memdat
+	arg mem_le_mrand,contr
+	call store_inverse_k	
+	branch function_AES_CMAC
+	
+
+function_f4_cb:
+	jam 65,mem_AES_CMAC_data_length
+	fetch 1,mem_passkey_1bit
+	store 1,mem_dat
+	arg mem_le_pubkey_remote_x_256,contr
+	call memcpy32
+	arg mem_sc_pubkey_local_x_256,contr
+	call memcpy32
+	call inverse_memdat
+	arg mem_le_srand,contr
+	call store_inverse_k	
+	branch function_AES_CMAC
+
+function_AES_CMAC:
+	bpatch patch15_3,mem_patch15
+	call function_AES_CMAC_Generate_Subkey
+//call ice_break
+//	jam 65,mem_AES_CMAC_data_length
+//call ice_break
+	fetch 1,mem_AES_CMAC_data_length
+	copy pdata,temp
+function_ceil16:
+	increase 15,pdata
+	rshift4 pdata,pdata
+	copy pdata,regb
+	branch function_AES_CMAC_set_flag_0_balnk,blank
+	and temp,0x0f,pdata
+	nbranch function_AES_CMAC_set_flag_0,blank
+//	flag =1;
+	arg mem_AES_CMAC_k1,regc
+	arg mem_dat,pdata
+	increase -16,pdata
+//	iadd temp,pdata
+//	isub rega,rega
+	iadd temp,rega	
+	arg mem_AES_CMAC_M_last,contw
+	arg 4,loopcnt	
+	call xor_loop
+//call ice_break
+//	arg mem_f4_k1,contr
+//	call load_key
+	branch function_AES_CMAC_aes
+
+function_AES_CMAC_set_flag_0_balnk:
+	arg 1,regb
+	arg 0,rega
+//	arg mem_f4_test_data,pdata
+	branch function_AES_CMAC_set_flag_0_common
+//call ice_break
+
+function_AES_CMAC_set_flag_0:
+//	flag = 0;
+	and temp,0x0f,rega
+function_AES_CMAC_set_flag_0_common:
+	arg mem_dat,pdata
+	iadd temp,pdata
+	isub rega,contr
+//call ice_break
+	arg mem_AES_CMAC_temp,contw
+	call function_AES_CMAC_padding
+//call ice_break
+	arg mem_AES_CMAC_k2,regc
+	arg mem_AES_CMAC_temp,rega
+	arg mem_AES_CMAC_M_last,contw
+	arg 4,loopcnt	
+	call xor_loop	
+//call ice_break
+
+//	arg mem_f4_k2,contr
+//	call load_key
+
+//	branch p_function_f4_aes
+function_AES_CMAC_aes:
+//	arg mem_f4_k,contr
+//	call load_key
+//	arg mem_AES_CMAC_xor,contr
+//	call load_data128
+	call aes_clear_data
+	call aes_init	
+//	arg mem_f4_k,contr
+//	call load_key
+	arg mem_dat,contr
+function_AES_CMAC_aes_loop:
+//generate_mic_loop:
+	increase -1,regb
+	deposit regb
+	branch function_AES_CMAC_aes_loop_end,blank
+	call load_data128
+	call do_aes_cbc
+	branch function_AES_CMAC_aes_loop
+//generate_mic_end:
+function_AES_CMAC_aes_loop_end:	
+	arg mem_AES_CMAC_temp,contw
+	call store_aes_result
+	arg mem_AES_CMAC_M_last,contr
+	call load_data128
+	call aes_init	
+	arg mem_AES_CMAC_temp,contr
+	call load_data128	
+	branch do_aes_cbc
+
+
+
+load_inverse_result:
+//	arg mem_AES_CMAC_temp,contw
+	copy contw,rega
+	call store_aes_result
+//	arg mem_AES_CMAC_temp,rega
+	arg 16,loopcnt
+	branch inverse_data
+	
+store_inverse_k:
+	arg mem_AES_CMAC_k,contw
+	call memcpy16
+inverse_k:	
+	arg 16,loopcnt
+	arg mem_AES_CMAC_k,rega	
+	branch inverse_data
+	
+inverse_memdat:
+	fetch 1,mem_AES_CMAC_data_length
+	copy pdata,loopcnt
+	arg mem_dat,rega
+	branch inverse_data
+
+bn_lshift_0_inverse:
+	ifetch 1,rega
+	lshift pdata,pdata
+	isolate1 0,regc
+	setflag true,0,pdata	
+	isolate1 8,pdata
+	setflag true,0,regc	
+	istore 1,rega
+         increase -1,rega
+	loop bn_lshift_0_inverse
+	rtn	
+
+function_AES_CMAC_k1_inverse:
+	arg mem_AES_CMAC_k1,rega
+function_AES_CMAC_inverse_common:
+	increase 15,rega
+	force 16,loopcnt
+	force 0,regc
+	branch  bn_lshift_0_inverse	
+
+function_AES_CMAC_k2_inverse:
+	arg mem_AES_CMAC_k2,rega
+	branch function_AES_CMAC_inverse_common
+	
+
+function_AES_CMAC_Generate_Subkey:
+	arg mem_AES_CMAC_k,contr
+	call load_key
+//	arg mem_AES_CMAC_xor,contr
+//	call aes_load_xor
+	force regidx_xor,regext_index
+	call aes_clear
+	call aes_clear_data
+	call do_aes_ocb
+	
+//	force 0x38,aes_ctrl
+//	force 0x0,aes_ctrl
+//	call wait_aes
+	arg mem_AES_CMAC_k1,contw
+	call store_aes_result
+function_AES_CMAC_k1:
+	bpatch patch15_4,mem_patch15
+	fetch 1,mem_AES_CMAC_k1
+	isolate1 7,pdata
+	nbranch function_AES_CMAC_k1_0,true	
+	call function_AES_CMAC_k1_inverse
+	
+//p_function_f4_k1_xor:
+	arg mem_AES_CMAC_k1,regc
+//	arg mem_AES_CMAC_rb,rega
+	arg mem_AES_CMAC_k1,contw
+//	arg 3,loopcnt
+//	call xor_loop
+	call function_AES_CMAC_xor_rb
+	branch function_AES_CMAC_k2
+function_AES_CMAC_k1_0:	
+	call function_AES_CMAC_k1_inverse
+function_AES_CMAC_k2:
+//call ice_break
+	arg mem_AES_CMAC_k1,contr
+	arg mem_AES_CMAC_k2,contw
+	call memcpy16
+	fetch 1,mem_AES_CMAC_k2
+	isolate1 7,pdata
+	nbranch function_AES_CMAC_k2_inverse,true		
+	call function_AES_CMAC_k2_inverse
+//p_function_f4_k2_xor:
+	arg mem_AES_CMAC_k2,regc
+//	arg mem_AES_CMAC_rb,rega
+	arg mem_AES_CMAC_k2,contw
+//	arg 3,loopcnt
+//	branch xor_loop	
+
+
+//rb:00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 87 
+function_AES_CMAC_xor_rb:
+	arg 3,loopcnt
+function_AES_CMAC_xor_rb_loop:	
+	arg 0,temp
+	call function_AES_CMAC_xor_loop_common	
+	increase 4,regc
+	loop  function_AES_CMAC_xor_rb_loop
+	arg 0x8700,temp
+	lshift16 temp,temp
+function_AES_CMAC_xor_loop_common:	
+	ifetch   4,regc
+	ixor  temp,pdata
+	istore   4,contw	
+	rtn
+		
+
+
+
+//input rega :length <16	contr,contw
+function_AES_CMAC_padding:
+	bpatch patch15_5,mem_patch15
+	arg 16,loopcnt
+	arg 0,pdata
+function_AES_CMAC_padding_loop:
+	isub rega,null
+	branch function_AES_CMAC_padding_beq_length,zero
+	branch function_AES_CMAC_padding_big_length,positive
+	ifetcht 1,contr
+	istoret 1,contw
+function_AES_CMAC_padding_loop2:	
+	increase 1,pdata
+	loop function_AES_CMAC_padding_loop
+	rtn
+function_AES_CMAC_padding_beq_length:	
+	arg 0x80,temp
+function_AES_CMAC_padding_common:
+	istoret 1,contw
+	branch  function_AES_CMAC_padding_loop2
+
+function_AES_CMAC_padding_big_length:
+	arg 0,temp
+	branch function_AES_CMAC_padding_common
+
+	
+
+	
+concatenate_temp24:
+	lshift8 temp,temp
+concatenate_temp16:
+	lshift16 temp,temp
+	ior temp,temp
+	rtn
+
+endif
+
+/* ==================== LE security ================= */
+
+generate_stk:
+	bpatch patch15_6,mem_patch15
+	call function_s1
+	arg mem_le_ltk,contw
+	branch store_aes_result
+
+	/* contr = rand pointer */
+authenticate_rconfirm:
+	arg mem_le_srand,contw
+	branch authenticate_mconfirm,master
+	arg mem_le_mrand,contw
+authenticate_mconfirm:
+	copy contr,rega
+	call memcpy16
+	call function_c1
+	arg mem_le_rconfirm,contr
+	branch compare_res
+
+generate_confirm:
+	arg mem_le_mrand,rega
+	branch generate_mrand,master
+	arg mem_le_srand,rega
+generate_mrand:
+	copy rega,contw
+	call generate_random
+	branch function_c1
+
+generate_sk:
+	arg mem_le_skdm,contr
+	call load_data128
+	arg mem_le_ltk,contr
+	call load_regext
+	force 0x38,aes_ctrl
+	force 0x0,aes_ctrl
+	call wait_aes
+	arg mem_le_sk,contw
+	branch store_aes_result
+
+
+//input temp:counter; rega:len	
+ccm_b0:
+	force regidx_xor,regext_index				
+	force 0x49,pdata
+	branch iv_common
+	
+	/* temp=packet counter, rega = length or block counter*/
+first_block_counter:
+	force 0x49,pdata
+	branch first_block
+first_block_data:
+	force 1,pdata
+first_block:
+	force regidx_data,regext_index			
+iv_common:
+	lshift8 temp,regext
+	ior regext,regext
+	increase 1,regext_index
+	rshift8 temp,regext
+	rshift16 regext,regext
+	fetch 2,mem_ccm_iv
+	lshift16 pdata,pdata
+	ior regext,regext				/* octet3&octet4 of counter and low 16 bit of IV */
+	increase 1,regext_index
+	ifetchr regext, 4,contr					/* IV2-IV5 */
+	increase 1,regext_index
+	ifetch 2,contr					/* IV6-IV7 */
+	byteswap rega,regext
+	lshift16 regext,regext
+	ior regext,regext
+	increase 1,regext_index
+	rtn
+
+
+	/* temp=packet counter, regc pointers to data */	
+generate_mic:
+	add regc,1,contr
+	ifetch 1,contr
+	iforce rega
+	call first_block_counter		//B0
+	call do_aes_ocb
+
+	force regidx_data,regext_index			/* B1 */
+	ifetch 1,regc
+	and_into 0x3,pdata
+	lshift16 pdata,regext
+	set1 8,regext
+	call clear_hidata	//B1
+	call do_aes_cbc
+
+	copy rega,loopcnt
+	add regc,2,contr
+	call padding_data	//数据填充
+generate_mic_loop:
+	call aes_load_data
+	call do_aes_cbc
+	deposit loopcnt
+	branch generate_mic_end,blank
+	branch generate_mic_loop
+generate_mic_end:
+	force regidx_result,regext_index
+	deposit regext
+	store 4,mem_le_mic
+	rtn
+
+aes_crypt_data:
+	increase 1,rega
+	call first_block_data
+	copy regc,contr
+	call aes_load_xor
+	call do_aes_ctr
+	call store_enc_data
+	increase 16,regc
+	increase -16,regb
+	branch aes_crypt_data,positive
+	rtn
+
+
+/*
+le_encrypt:
+	arg mem_le_txheader,regc
+	fetcht 5,mem_ccm_pcnt_tx
+	call generate_mic
+	force regidx_xor,regext_index
+	iforce regext
+	force 0,rega					 
+	call first_block_data
+	call do_aes_ctr
+	arg mem_le_txpayload,regc
+	fetch 1,mem_le_txlen
+	add pdata,-1,regb
+	iadd regc,contw
+	force regidx_result,regext_index
+	deposit regext
+	istore 4,contw	
+	call aes_crypt_data
+	fetch 1,mem_le_txlen
+	increase 4,pdata
+	store 1,mem_le_txlen
+	fetcht 5,mem_ccm_pcnt_tx
+	increase 1,temp
+	set0 LE_CCM_DIRECTIONBIT,temp
+	storet 5,mem_ccm_pcnt_tx
+	rtn
+
+le_decrypt:
+	fetch 1,mem_le_rxbuf+1
+	arg mem_le_rxbuf+2,regc
+	add pdata,-1,regb
+	increase -4,pdata				
+	store 1,mem_le_rxbuf+1
+	iadd regc,contr
+	ifetch 4,contr
+	force regidx_xor,regext_index
+	iforce regext
+	force 0,rega					
+	fetcht 5,mem_ccm_pcnt_rx
+	call first_block_data	//generate nonce
+	call do_aes_ctr
+	force regidx_result,regext_index
+	deposit regext
+	store 4,mem_le_peer_mic
+	call aes_crypt_data
+	arg mem_le_rxbuf,regc
+	call generate_mic
+	fetcht 4,mem_le_peer_mic
+	isub temp,pdata				
+	nrtn blank
+	fetch 4,mem_ccm_last_mic			
+	isub temp,pdata
+	rtn blank
+	storet 4,mem_ccm_last_mic
+	fetch 5,mem_ccm_pcnt_rx
+	increase 1,pdata
+	set1 LE_CCM_DIRECTIONBIT,pdata
+	store 5,mem_ccm_pcnt_rx
+	force 0,pdata
+	rtn
+*/
+
+
+ 	
+le_decrypt_new:
+ 	call ccm_init_common
+	jam 0,core_ccm_aad0 
+	jam 1,core_ccm_aad1
+	fetch 1,mem_le_rxbuf_data_header
+	and_into 0x3,pdata
+	store 1,core_ccm_aad2
+	
+	setarg mem_le_rxbuf_data_payload
+	store 2,core_ccm_input_playload_addr
+	store 2,core_ccm_output_playload_addr
+
+	fetchr rega, 1,mem_le_rxbuf_data_length
+	increase -4,rega
+	nbranch disable_blank,positive
+	storer rega, 1,mem_le_rxbuf_data_length
+	setarg mem_le_rxbuf_data_payload
+	iadd rega,contr
+	force regidx_data,regext_index
+	ifetchr regext, 4,contr
+	storer  regext,4,mem_le_peer_mic
+	fetcht 5,mem_ccm_pcnt_rx				
+	call ccm_b0
+	jam 6,core_ccm_ctrl
+	jam 7,core_ccm_ctrl
+	fetch 1,mem_le_rxbuf_data_length
+	store 2,core_ccm_inptr
+	call wait_ccm_done
+	fetch 1,core_misc_status
+	bbit0 7, disable_blank
+	fetcht 4,mem_le_peer_mic
+	fetch 4,mem_ccm_last_mic			/* reduntdant packet? */
+	isub temp,pdata
+	rtn blank
+	storet 4,mem_ccm_last_mic
+	fetch 5,mem_ccm_pcnt_rx
+	increase 1,pdata
+	set1 LE_CCM_DIRECTIONBIT,pdata
+	store 5,mem_ccm_pcnt_rx
+	force 0,pdata
+	rtn
+
+
+le_encrypt_new:
+	call le_encrypt_new_start
+	setarg mem_le_txpayload
+	iadd rega,rega
+	call wait_ccm_done
+	arg regidx_result,regext_index
+	istorer regext, 4 ,rega
+	rtn
+
+
+le_encrypt_new_start:
+	call ccm_init_common
+	bpatch patch15_7,mem_patch15
+	jam 0,core_ccm_aad0 
+	jam 1,core_ccm_aad1
+	fetch 1,mem_le_txheader
+	and_into 0x3,pdata
+	store 1,core_ccm_aad2
+	fetch 2,mem_contr
+	store 2,core_ccm_input_playload_addr
+	setarg mem_le_txpayload
+	store 2,core_ccm_output_playload_addr
+	
+	fetchr rega,1,mem_le_txlen
+	fetcht 5,mem_ccm_pcnt_tx				
+	call ccm_b0
+	jam 2,core_ccm_ctrl
+	jam 3,core_ccm_ctrl
+	
+	fetch 1,mem_le_txlen
+	store 2,core_ccm_inptr
+	increase 4,pdata
+	store 1,mem_le_txlen
+	fetch 5,mem_ccm_pcnt_tx
+	increase 1,pdata
+ 	set0 LE_CCM_DIRECTIONBIT,pdata
+	store 5,mem_ccm_pcnt_tx
+	rtn
+
+
+ccm_wait_enc:
+	fetch 2,core_ccm_outptr
+	isub temp,null
+	rtn zero 
+	nrtn blank
+//	call assert
+	branch ccm_wait_enc
+
+ccm_check_enc_done:
+	fetch 1,core_misc_status
+	bbit0 6,assert
+ccm_enc_done:
+	setarg mem_le_txpayload
+	iadd temp,contw	
+	arg regidx_result,regext_index
+	istorer regext, 4 ,contw	
+	branch ccm_ctrl_clr
+	
+ccm_init_common:
+	bpatch patch16_0,mem_patch16
+	force regidx_result,regext_index
+	call aes_clear
+	call aes_clear_data
+ 	setarg 0
+	store 2,core_ccm_inptr
+	rtn
+	
+wait_ccm_done:
+	fetch 1,core_misc_status
+	bbit0 6,wait_ccm_done
+ccm_ctrl_clr:
+	jam 0,core_ccm_ctrl
+	rtn
+
+
+wait_aes:
+	nbranch wait_aes,aes_ready
+	rtn
+
+do_aes_ocb:
+	force 0x30,aes_ctrl
+	force 0x0,aes_ctrl
+	branch wait_aes
+
+do_aes_cbc:
+	force 0x32,aes_ctrl
+	force 0x2,aes_ctrl
+	branch wait_aes
+
+do_aes_ctr:
+	force 0x34,aes_ctrl
+	force 0x4,aes_ctrl
+	branch wait_aes
+
+	
+aes_init:
+	force 1,aes_ctrl
+	force 0,aes_ctrl
+	rtn
+
+
+wait_keyinit_done:
+	fetch 1,core_aes_decode_key_init
+	bbit0 5,wait_keyinit_done
+	rtn
+
+
+/*
+input:pdata,dec key buffer addr
+output:initial dec key
+瀵嗛挜涓嶆敼锛屽彧鍋氫竴娆
+*/
+dec_key_initial:
+	store 2,core_keybuf_saddr
+	force 0xc0,aes_ctrl
+	force 0x80,aes_ctrl	//dec key initial
+	branch wait_keyinit_done
+
+/*
+input:regb,user enc payload buffer ptr
+	regc,user dec payload buffer ptr
+output:user dec payload buffer ptr
+*/
+do_aes_ecb_dec:
+	force regidx_data,regext_index
+	copy regb,contr
+   	force 4,loopcnt
+	call aes_ecb_dec_loop
+
+	force 0x180,aes_ctrl	//dec load data
+	force 0x80,aes_ctrl
+	call wait_aes
+ecb_dec_generate: 
+	force regidx_result,regext_index
+	copy regc,contw
+   	force 4,loopcnt
+ecb_dec_generate_loop:
+    copy regext,pdata
+	istore 4,contw
+	increase 1,regext_index
+	loop ecb_dec_generate_loop
+	rtn
+
+aes_ecb_dec_loop:
+	ifetch 2,contr
+	ifetcht 2,contr
+	lshift16 temp,temp
+	ior temp,regext
+	increase 1,regext_index
+	loop aes_ecb_dec_loop
+	rtn
+
+
+/*
+input:rega,xor data buffer ptr
+	regb,user enc payload buffer ptr	
+	regc,user dec payload buffer ptr
+output:user dec payload buffer ptr
+*/
+do_aes_cbc_dec:
+	force regidx_xor,regext_index
+	copy rega,contr
+	force 4,loopcnt
+	call aes_ecb_dec_loop
+
+	force regidx_data,regext_index
+	copy regb,contr
+	force 4,loopcnt
+	call aes_ecb_dec_loop
+	force 0x182,aes_ctrl
+	force 0x82,aes_ctrl
+	call wait_aes
+	branch ecb_dec_generate
+
+	
+function_s1:
+	force regidx_data,regext_index
+	fetch 4,mem_le_mrand
+	iforce regext
+	increase 1,regext_index
+	ifetch 4,contr
+	iforce regext
+	increase 1,regext_index
+	fetch 4,mem_le_srand
+	iforce regext
+	increase 1,regext_index
+	ifetch 4,contr
+	iforce regext
+	increase 1,regext_index
+	call aes_clear
+	increase -4,regext_index
+	fetch 4,mem_le_tk
+	copy pdata,regext
+	increase 4,regext_index
+	force 0x38,aes_ctrl
+	force 0x8,aes_ctrl
+	branch wait_aes
+
+	/* rega pointers to random number */
+function_c1:
+	bpatch patch16_1,mem_patch16
+	fetch 6,mem_le_lap
+	fetcht 6,mem_le_plap
+	branch function_c1_master,master
+	fetch 6,mem_le_plap
+	fetcht 6,mem_le_lap
+function_c1_master:
+	force regidx_xor,regext_index
+	copy temp,regext
+	increase 1,regext_index
+	rshift32 temp,regext
+	lshift16 pdata,pdata
+	ior regext,regext
+	increase 1,regext_index
+	rshift32 pdata,regext
+	increase 1,regext_index
+	force 0,regext					/* p2 = ia || ra */
+	force 0,pdata
+	fetch 1,mem_le_conn_peer_addr_type
+	fetcht 1,mem_le_adv_own_addr_type
+	nbranch function_c1_irat,master
+	//conn as master
+	fetch 1,mem_le_conn_own_addr_type
+	fetcht 1,mem_le_conn_peer_addr_type
+function_c1_irat:
+	store 1,mem_le_iat
+	storet 1,mem_le_rat
+	force regidx_data,regext_index
+	arg mem_le_iat,regb
+	force 4,loopcnt
+function_c1_loop1:
+	ifetch 4,rega		
+	ifetcht 4,regb
+	ixor temp,regext
+	increase 1,regext_index
+	increase 4,rega
+	increase 4,regb
+	loop function_c1_loop1		/* p1 ^ r */
+	call aes_clear				/* k = 0 */
+	increase -4,regext_index
+	fetch 4,mem_le_tk
+	copy pdata,regext
+	increase 4,regext_index
+	force 0x38,aes_ctrl
+	force 0xc,aes_ctrl
+	call wait_aes
+
+	call aes_clear_data
+	force 0x3a,aes_ctrl
+	force 0x8,aes_ctrl
+	branch wait_aes
+
+padding_data:
+	compare 0,loopcnt,3
+	rtn true
+	deposit contr
+	iadd loopcnt,contw
+	force 0,pdata
+padding_loop:
+	istore 1,contw
+	increase 1,loopcnt
+	compare 0,loopcnt,3
+	rtn true
+	branch padding_loop
+
+aes_load_data:
+	force regidx_data,regext_index
+load_data_loop:
+	deposit loopcnt
+	branch load_data_padding,blank
+	ifetch 4,contr
+	increase -4,loopcnt
+load_data_padding:
+	iforce regext
+	increase 1,regext_index
+	compare regidx_key,regext_index,0xf
+	rtn true
+	branch load_data_loop
+
+aes_load_xor:
+	force regidx_xor,regext_index
+	branch load_regext
+load_key:
+	force regidx_key,regext_index
+	branch load_regext
+load_data128:
+	force regidx_data,regext_index
+load_regext:
+	force 4,loopcnt
+load_regext_loop:
+	ifetch 4,contr
+	iforce regext
+	increase 1,regext_index
+	loop load_regext_loop
+	rtn
+
+load_sk:
+	arg mem_le_sk,contr
+	branch load_key
+
+clear_hidata:
+	force 4,loopcnt
+	branch clear_data_rest
+
+regext_clear:
+	force 0,regext_index
+	force 16,loopcnt
+	branch clear_loop
+
+aes_clear_data:
+	force regidx_data,regext_index
+aes_clear:
+	force 4,loopcnt
+clear_loop:
+	force 0,regext
+clear_data_rest:
+	increase 1,regext_index
+	loop clear_loop
+	rtn
+
+store_aes_result:
+	force regidx_result,regext_index
+	force 4,loopcnt
+send_aes_result_loop:
+	deposit regext
+	istore 4,contw
+	increase 1,regext_index
+	loop send_aes_result_loop
+	rtn
+
+store_enc_data:
+	force regidx_result,regext_index
+	copy regc,contw
+	add regb,1,loopcnt
+	sub loopcnt,15,null
+	branch store_enc_loop,positive
+	force 16,loopcnt
+store_enc_loop:
+	deposit regext
+	sub loopcnt,3,null
+	branch store_enc_byte,positive
+	istore 4,contw
+	increase -4,loopcnt
+	rtn zero
+	increase 1,regext_index
+	branch store_enc_loop
+store_enc_byte:
+	istore 1,contw
+	rshift8 pdata,pdata
+	loop store_enc_byte
+	rtn
+	
+	/* contr pointers to value to be compared */
+compare_res:
+	force regidx_result,regext_index
+	force 4,loopcnt
+compare_res_loop:
+	ifetch 4,contr
+	isub regext,null
+	nrtn zero
+	increase 1,regext_index
+	loop compare_res_loop
+	force 0,null
+	rtn
+
+enable_authrom:
+	fetch 1,core_clkoff
+	set0 CLOCK_OFF_AUTH_ROM,pdata
+	store 1,core_clkoff
+	rtn
+
+disable_authrom:
+	fetch 1,core_clkoff
+	set1 CLOCK_OFF_AUTH_ROM,pdata
+	store 1,core_clkoff
+	rtn
+
+ifdef SECURE_CONNECTION
+
+// mem_p_256:ff ff ff ff ff ff ff ff ff ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 ff ff ff ff
+// mem_a_256: fc ff ff ff ff ff ff ff fe ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff b1 b9 46 c1 ec de b8 fe
+// mem_gx_256: 96 c2 98 d8 45 39 a1 f4 a0 33 eb 2d 81 7d 03 77 f2 40 a4 63 e5 e6 bc f8 47 42 2c e1 f2 d1 17 6b
+// mem_gy_256: f5 51 bf 37 68 40 b6 cb ce 5e 31 6b 57 33 ce 2b 16 9e 0f 7c 4a eb e7 8e 9b 7f 1a fe e2 42 e3 4f
+// mem_le_slat :be 83 60 5a db 0b 37 60 38 a5 f5 aa 91 83 88 6c
+init_memp_256:
+ 	arg mem_p_256,contw
+        setsect 0,0x3ffff
+        setsect 1,0x3ffff
+        setsect 2,0x3ffff
+        setsect 3,0x3ffff
+        istore 9,contw
+        setsect 0,0x3ffff
+        setsect 1,0x3f
+        setsect 2,0x0
+        setsect 3,0x0
+        istore 9,contw
+        setsect 0,0x0
+        setsect 1,0x0
+        setsect 2,0x1000
+        setsect 3,0x0
+        istore 9,contw
+        setsect 0,0x3ff00
+        setsect 1,0x3ffff
+        setsect 2,0x3ffcf
+        setsect 3,0x3ffff
+        istore 9,contw
+        setsect 0,0x3ffff
+        setsect 1,0x3ffff
+        setsect 2,0x3ffff
+        setsect 3,0x3ff
+        istore 9,contw
+        setsect 0,0x0
+        setsect 1,0x0
+        setsect 2,0x0
+        setsect 3,0x0
+        istore 9,contw
+        setsect 0,0x10000
+        setsect 1,0x0
+        setsect 2,0x3f000
+        setsect 3,0x3ffff
+        istore 9,contw
+        setsect 0,0x296ff
+        setsect 1,0x22630
+        setsect 2,0x3945d
+        setsect 3,0x3d284
+        istore 9,contw
+        setsect 0,0x333a0
+        setsect 1,0x4b7a
+        setsect 2,0x37d8
+        setsect 3,0x3c9dc
+        istore 9,contw
+        setsect 0,0x3a440
+        setsect 1,0x1b958
+        setsect 2,0x38bce
+        setsect 3,0x1091f
+        istore 9,contw
+        setsect 0,0x2e12c
+        setsect 1,0x1f47c
+        setsect 2,0x356b1
+        setsect 3,0x2fd47
+        istore 9,contw
+        setsect 0,0x6837
+        setsect 1,0x2ed90
+        setsect 2,0x1ecec
+        setsect 3,0x1acc5
+        istore 9,contw
+        setsect 0,0x23357
+        setsect 1,0x18af3
+        setsect 2,0xf9e1
+        setsect 3,0x129f0
+        istore 9,contw
+        setsect 0,0x2e7eb
+        setsect 1,0x3e6e3
+        setsect 2,0x3e1a7
+        setsect 3,0x10b8b
+        istore 9,contw
+        setsect 0,0x24fe3
+        setsect 1,0x20ef
+        setsect 2,0x1b5a6
+        setsect 3,0xdc2f
+        istore 9,contw
+        setsect 0,0x13860
+        setsect 1,0x2bd69
+        setsect 2,0x391a
+        setsect 3,0x1b222
+        istore 9,contw
+        rtn
+endif
+
Index: program/sim.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/sim.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/sim.prog	(working copy)
@@ -0,0 +1,644 @@
+simstart:
+	force 8,radio_ctrl
+	force 0,radio_ctrl
+    //dpll enable
+	jam 0x3,0x8a00
+	jam 0x7f,0x8a01
+	jam 0xf,0x8a02
+	jam 5,core_clksel
+	jam 0,core_clkoff
+	jam 0,core_clkoff+1
+	force 0,clkn
+	jam SYSTEM_CLK_12M,mem_system_clk
+//	branch sim_c1
+    //jam 8,0x8011 //efuse lock
+    //call sim_wdt
+    //call sim_iic
+    //call sim_uart
+	//call sim_spi
+    //call sim_pwm
+    //call sim_gpio
+    //call sim_nec
+    //call sim_nec
+    //call sim_ac
+    //call sim_ac
+    //call sim_ccm
+    //call sim_adc
+    //call sim_efuse
+    //call sim_efuse_lock
+//	branch sim_lpm
+//	branch sim_lr
+//	branch sim_otp
+//	call sim_snooze
+//    call sim_lpm_sleep
+//	branch sim_otp
+//	branch sim_usb
+//	branch sim_iic
+//	call sim_cal
+//	call sim_uart
+//	call sim_spi
+//	branch sim_le
+//    branch assert
+//	branch sim_main
+
+sim_le:
+	jam lemode_2m,mem_le_mode
+	fetch 3,0x9002
+	fetch 1,mem_sim_slave
+	beq 1,sim_le_slave
+	jam 1,mem_le_scan_enable
+sim_le_loop:
+	call le_advertising_dispatch
+	branch sim_le_loop
+
+sim_le_slave:
+	jam 1,mem_le_adv_enable
+	nop 1000
+	branch sim_le_loop
+
+sim_usb:
+	call usb_init
+sim_usb_loop:
+	call usb_isr
+	branch sim_usb_loop
+
+
+sim_lpm:
+	fetch 1,0x9ffd
+	beq 1,assert
+	setarg 0
+	store 8,mem_gpio_wakeup_low
+	arg 30,temp
+	branch lpm_sleep
+
+
+sim_lr:
+	jam 3,mem_le_ch_mapped
+	setarg 0xfedcba
+	store 3,mem_le_crcinit
+	call le_enable
+	setarg 0x1234567
+	iforce access
+	set1 mark_ble_lr,mark
+//	set1 mark_ble_lr_s8,mark
+	setarg 0x2e0403
+	store 3,mem_le_txheader
+	setarg 0x123456
+	istore 3,contw
+	call le_transmit
+	branch assert
+
+
+sim_c1:
+	setarg 0xb4b5b6
+	store 3,mem_le_lap
+	setarg 0xb1b2b3
+	istore 3,contw
+	setarg 0xa4a5a6
+	store 3,mem_le_plap
+	setarg 0xa1a2a3
+	istore 3,contw
+	setarg 0x101
+	store 4,mem_le_preq
+	setarg 0x70710
+	istore 3,contw
+	setarg 0x302
+	store 4,mem_le_pres
+	setarg 0x50008
+	istore 3,contw
+	jam 0,mem_le_conn_peer_addr_type
+	jam 1,mem_le_adv_own_addr_type
+	arg regidx_key,regext_index
+	arg 4,loopcnt
+sim_clear_key_loop:
+	arg 0,regext
+	increase 1,regext_index
+	loop sim_clear_key_loop
+
+	setarg 0x702EE0
+	store 3,mem_le_rconfirm
+	setarg 0x274EC6
+	istore 3,contw
+	setarg 0x0E6388
+	istore 3,contw
+	setarg 0x56AD6F
+	istore 3,contw
+	setarg 0x83D521
+	istore 3,contw
+	setarg 0x57	
+	istore 1,contw
+	arg mem_le_rconfirm,rega
+	call aes_init
+	call function_c1
+	branch loop
+
+sim_otp:
+	fetch 1,mem_sim_slave
+	beq 1,assert
+	call otp_enable_chgpump
+	setarg 0x1234567
+	store 4,mem_tmp_buffer
+	setarg 0x123
+	arg mem_tmp_buffer,rega
+	arg 4,loopcnt
+	call otp_write
+	setarg 0x123
+	arg mem_tmp_buffer+4,rega
+	arg 4,temp
+	call otpd_read_data
+	fetch 4,mem_tmp_buffer
+	ifetcht 4,contr
+	isub temp,null
+	nbranch assert,zero
+loop:
+	branch loop
+
+
+
+ifdef TEST
+
+sim_wdt:
+    jam 8,0x8043
+    jam 0x7e,0x8004
+    nop 1000
+    jam 0xf,0x800b
+    rtn
+
+sim_nec:
+    jam 0x18,0x8083 //gpio3
+    jam 0x1,0x80cb
+    jam 0x89,0x80cc
+    jam 0x1,0x80cd
+    jam 0x1,0x80cf
+    jam 0x31,0x80d0
+    nop 10000
+    jam 0x0,0x80d0
+    rtn
+
+sim_ac:
+    jam 0x19,0x8082 //gpio18
+    jam 6,0x80d9
+    jam 0x10,0x804b
+    jam 0x3c,0x8049
+    jam 0x31,0x8048
+    nop 10000
+    jam 0x0,0x8048
+    rtn
+
+
+sim_pwm:
+    jam 0x0,0x80a0
+    jam 0x1,0x80a2
+    jam 0x2,0x80a4
+    jam 0x3,0x80a6
+    jam 0x4,0x80a8
+    jam 0x5,0x80aa
+    jam 0x6,0x80ac
+    jam 0x7,0x80ae
+    jam 0x8,0x80b0
+    jam 0x9,0x80b2
+    jam 0xa,0x80b4
+    jam 0xb,0x80b6
+    jam 0xc,0x80b8
+    jam 0xd,0x80ba
+    jam 0xe,0x80bc
+    jam 0xf,0x80be
+    jam 0xaa,0x80d8 //pwm init
+    jam 0x10,0x8074 //pwm0 -> gpio4
+    jam 0x11,0x8075 //pwm1 -> gpio5
+    jam 0x12,0x8076 //pwm2 -> gpio6
+    jam 0x13,0x8077 //pwm3 -> gpio7
+    jam 0x14,0x8078 //pwm4 -> gpio8
+    jam 0x15,0x8079 //pwm5 -> gpio9
+    jam 0x16,0x807a //pwm6 -> gpio10
+    jam 0x17,0x807b //pwm7 -> gpio11
+    jam 0x3,0x8084 //pwm0/1 enable
+    nop 100
+    jam 0x3,0x80dd //pwm0/1 soft rst
+    nop 100
+    jam 0xc,0x8084 //pwm2/3 enable
+    nop 100
+    jam 0xc,0x80dd //pwm2/3 soft rst
+    nop 100
+    jam 0x30,0x8084 //pwm4/5 enable
+    nop 100
+    jam 0x30,0x80dd //pwm4/5 soft rst
+    nop 100
+    jam 0xc0,0x8084 //pwm6/7 enable
+    nop 100
+    jam 0xc0,0x80dd //pwm6/7 soft rst
+    nop 100
+    jam 0,0x8084
+    rtn
+
+sim_ccm:
+    //call sim_aes_key_config_case1
+    //call sim_aes_dec_dma_case1
+    //call sim_aes_enc_dma_case1
+    call sim_aes_key_config_case4
+    call sim_aes_dec_dma_case4
+    call sim_aes_enc_dma_case4
+    rtn
+
+sim_aes_key_config_case1:
+    //key
+    force 4,regext_index
+    arg 0x6789,pdata
+    lshift16 pdata,pdata
+    arg 0x6789,temp
+    ior temp,regext
+    force 5,regext_index
+    arg 0x6789,pdata
+    lshift16 pdata,pdata
+    arg 0x6789,temp
+    ior temp,regext
+    force 6,regext_index
+    arg 0x2345,pdata
+    lshift16 pdata,pdata
+    arg 0x2345,temp
+    ior temp,regext
+    force 7,regext_index
+    arg 0x2345,pdata
+    lshift16 pdata,pdata
+    arg 0x2345,temp
+    ior temp,regext
+    //nonce
+    force 8,regext_index
+    arg 0xbc61,pdata
+    lshift16 pdata,pdata
+    arg 0x4e49,temp
+    ior temp,regext
+    force 9,regext_index
+    arg 0xccdd,pdata
+    lshift16 pdata,pdata
+    arg 0x0000,temp
+    ior temp,regext
+    force 0xa,regext_index
+    arg 0x8899,pdata
+    lshift16 pdata,pdata
+    arg 0xaabb,temp
+    ior temp,regext
+    force 0xb,regext_index
+    arg 0x0000,pdata
+    lshift16 pdata,pdata
+    arg 0x6677,temp
+    ior temp,regext
+    //aad
+    jam 0x00,0x80d5
+    jam 0x19,0x80d6
+    jam 0x02,0x80d7
+    rtn
+
+sim_aes_dec_dma_case1:
+    //mic golden
+    force 0,regext_index
+    arg 0xc5dd,pdata
+    lshift16 pdata,pdata
+    arg 0xa210,temp
+    ior temp,regext
+    
+    //payload
+
+    //dma config
+    jam 0x00,0x80d1
+    jam 0x10,0x80d2
+    jam 0x00,0x80d3
+    jam 0x10,0x80d4
+    jam 0x6,0x800a 
+    jam 0x7,0x800a 
+    nop 1000
+    rtn
+
+sim_aes_enc_dma_case1:
+    //payload
+
+    //dma config
+    jam 0x00,0x80d1
+    jam 0x10,0x80d2
+    jam 0x00,0x80d3
+    jam 0x11,0x80d4
+    jam 0x2,0x800a 
+    jam 0x3,0x800a 
+    nop 1000
+    rtn
+
+sim_aes_key_config_case4:
+    //key
+    force 4,regext_index
+    arg 0x1bd1,pdata
+    lshift16 pdata,pdata
+    arg 0x2ace,temp
+    ior temp,regext
+    force 5,regext_index
+    arg 0xbd56,pdata
+    lshift16 pdata,pdata
+    arg 0x14a1,temp
+    ior temp,regext
+    force 6,regext_index
+    arg 0x1f8b,pdata
+    lshift16 pdata,pdata
+    arg 0x9dbd,temp
+    ior temp,regext
+    force 7,regext_index
+    arg 0xfc22,pdata
+    lshift16 pdata,pdata
+    arg 0x8384,temp
+    ior temp,regext
+    //nonce
+    force 8,regext_index
+    arg 0xb3be,pdata
+    lshift16 pdata,pdata
+    arg 0x9549,temp
+    ior temp,regext
+    force 9,regext_index
+    arg 0x2769,pdata
+    lshift16 pdata,pdata
+    arg 0x00bd,temp
+    ior temp,regext
+    force 0xa,regext_index
+    arg 0xb727,pdata
+    lshift16 pdata,pdata
+    arg 0x5bf9,temp
+    ior temp,regext
+    force 0xb,regext_index
+    arg 0x1100,pdata
+    lshift16 pdata,pdata
+    arg 0x82b8,temp
+    ior temp,regext
+    //aad
+    jam 0x00,0x80d5
+    jam 0x19,0x80d6
+    jam 0x02,0x80d7
+    rtn
+
+sim_aes_dec_dma_case4:
+    //mic golden
+    force 0,regext_index
+    arg 0x7c32,pdata
+    lshift16 pdata,pdata
+    arg 0x2cc6,temp
+    ior temp,regext
+    
+    //payload
+    arg 0x1001,contw
+    arg 0xb839, pdata
+    istore 2,contw
+    arg 0xc85f, pdata
+    istore 2,contw
+    arg 0x3756, pdata
+    istore 2,contw
+    arg 0x9249, pdata
+    istore 2,contw
+    arg 0xf07f, pdata
+    istore 2,contw
+    arg 0xd647, pdata
+    istore 2,contw
+    arg 0x2b40, pdata
+    istore 2,contw
+    arg 0x7ccc, pdata
+    istore 2,contw
+    arg 0xfff9, pdata
+    istore 2,contw
+    arg 0xffff, pdata
+    istore 2,contw
+    jam 0x11,0x80da //ccm_inptr
+
+    //dma config
+    jam 0x01,0x80d1
+    jam 0x10,0x80d2
+    jam 0x02,0x80d3
+    jam 0x40,0x80d4
+    jam 0x6,0x800a 
+    jam 0x7,0x800a 
+    call wait_ccm_done
+    fetch 1,0x4012
+    bne 0x05,assert
+    rtn
+
+sim_aes_enc_dma_case4:
+    //payload
+    arg 0x4002,contw
+    arg 0x1286, pdata
+    istore 2,contw
+    arg 0xa56d, pdata
+    istore 2,contw
+    arg 0xb3db, pdata
+    istore 2,contw
+    arg 0x6491, pdata
+    istore 2,contw
+    arg 0xa19b, pdata
+    istore 2,contw
+    arg 0xc4ca, pdata
+    istore 2,contw
+    arg 0x9160, pdata
+    istore 2,contw
+    arg 0x3372, pdata
+    istore 2,contw
+    arg 0xff05, pdata
+    istore 2,contw
+    arg 0xffff, pdata
+    istore 2,contw
+    jam 0x11,0x80da //ccm_inptr
+
+    //dma config
+    jam 0x02,0x80d1
+    jam 0x40,0x80d2
+    jam 0x01,0x80d3
+    jam 0x11,0x80d4
+    jam 0x2,0x800a 
+    jam 0x3,0x800a 
+    call wait_ccm_done
+    fetch 1,0x1111
+    bne 0xf9,assert
+    rtn
+
+//wait_ccm_done:
+//    fetch 1,0x8108
+//    bbit0 6,wait_ccm_done
+//    rtn
+
+sim_lpm_sleep:
+	jam 1,mem_context
+	branch sim_lpm_cont,wake
+	jam 0x80,core_aes_en
+	jam ccnt_start,core_misc_ctrl
+sim_lpm_wait:
+	call lpo_calibration
+	fetch 3,mem_clks_per_lpo
+	branch sim_lpm_wait,blank
+	lshift4 pdata,pdata
+	store 3,mem_clks_per_lpo
+sim_lpm_cont:
+	setarg param_rt_rthalfslot
+	store 2,mem_param_rt_rthalfslot
+	call lpm_recover_clk,wake
+	setarg 10000
+	call sleep,wake
+	arg 10000,temp
+	storet 4,mem_sleep_counter
+	branch lpm_sleep
+
+sim_uart:
+	jam 0x67,mem_h5tx_buf
+	setarg mem_h5tx_buf
+	add pdata,0x80,temp
+	call uarta_init_tx
+	increase 0x80,pdata
+	increase 0x80,temp
+	jam gpcfg_uart_txd,core_gpio_conf + 16
+	jam 0x81,core_uart_ctrl
+	setarg 0x30
+	store 2,core_uart_baud
+	fetch 1,mem_sim_slave
+	beq 1,sim_uart_slave
+	call uarta_prepare_tx
+	call sim_uart_wait+3
+	setarg 0x1357d9a
+	istore 4,contu
+	arg 0xaa69,rega
+	istorer rega,2,contu
+	setarg 0xfedcb3
+	istore 3,contu
+	storer contu,2,core_uart_twptr
+sim_uart_wait:
+	fetch 1,core_uart_status
+	bbit1 uart_status_tx_busy,sim_uart_wait
+	nop 200
+	rtn
+
+sim_uart_slave:
+	nop 247
+	fetch 1,mem_h5tx_buf
+	bne 0x67,assert
+	branch sim_uart_slave
+	fetch 1,core_uart_status
+	bbit1 uart_status_rx_fifo_empty,sim_uart_slave
+	fetch 1,core_uart_rxitems
+	bne 9,sim_uart_slave
+	fetcht 8,mem_h5tx_buf
+	call uarta_prepare_rx
+	ifetch 8,contu
+	isub temp,null
+	nbranch assert,zero
+	rtn
+
+
+
+sim_cal:
+
+	call tx_iq_precomp
+	fetchr regf,2,mem_omega
+	ifetchr regf,2,contr
+	ifetchr regf,2,contr
+	fetchr regf,2,mem_b1
+	ifetchr regf,2,contr
+	fetchr regf,2,mem_b2
+	ifetchr regf,2,contr
+	arg 0x1000,timeup
+	call tx_iq_cal
+	jam 1,core_ice_ctrl
+
+	arg 0x1000,timeup
+	call rx_iq_comp
+	jam 1,core_ice_ctrl
+	
+
+sim_iic:
+	call iic_init_600khz
+    call iicd_init_pin
+iic_write:
+	setarg 6
+	store 2,core_iicd_txlen
+	setarg 0x10a0
+	store 2,0x1000
+    setarg 0x5a00
+	store 2,0x1002
+    setarg 0xa5a5
+	store 2,0x1004
+	setarg 0x1000
+	store 2,core_iicd_txaddr
+	setarg 0
+	store 2,core_iicd_rxlen
+	jam 3,core_iicd_ctrl
+	jam iicd_start,core_misc_ctrl
+	call wait_iicd_done
+	nop 300
+iic_dummy_write:
+	setarg 3
+	store 2,core_iicd_txlen
+	setarg 0x10a0
+	store 2,0x1000
+    setarg 0x00
+	store 1,0x1002
+	setarg 0x1000
+	store 2,core_iicd_txaddr
+	setarg 0
+	store 2,core_iicd_rxlen
+	jam 3,core_iicd_ctrl
+	jam iicd_start,core_misc_ctrl
+	call wait_iicd_done
+	nop 300
+iic_read:
+    setarg 1
+	store 2,core_iicd_txlen
+    setarg 0xa1
+	store 1,0x1000
+	setarg 0x1000
+	store 2,core_iicd_txaddr
+    setarg 0x1100
+	store 2,core_iicd_rxaddr
+	setarg 3
+	store 2,core_iicd_rxlen
+	jam 1,core_iicd_ctrl
+	jam iicd_start,core_misc_ctrl
+	call wait_iicd_done
+    fetch 1, 0x1100
+    bne 0x5a, assert
+    rtn
+
+sim_spi:
+    //jam gpcfg_spid_miso ,core_gpio_conf + 12 
+    //jam gpcfg_spid_ncs ,core_gpio_conf + 13 
+    //jam gpcfg_spid_sck ,core_gpio_conf + 14 
+    //jam gpcfg_spid_mosi ,core_gpio_conf + 15
+    call spi_gpio_init
+
+    setarg 3 
+    store 2 ,core_spid_rxlen 
+    setarg 4 
+    store 2 ,core_spid_txlen 
+    setarg 0x1200 
+    store 2 ,core_spid_txaddr 
+    setarg 0x1300 
+    store 2 ,core_spid_rxaddr
+    setarg 0x0003
+	store 2,0x1200
+    setarg 0x0000
+	store 2,0x1202
+    jam spid_start ,core_misc_ctrl 
+    call wait_spid_done
+    fetch 1, 0x1302
+    bne 0xaa, assert
+    rtn
+
+
+sim_adc:
+    jam 0xc,0x8a0a
+    jam 0x2,0x8a17
+    jam 0x1,0x8a97
+    jam 0x0,0x80dc
+    jam 0x80,0x8053
+    nop 10000
+    jam 0x5,0x80dc
+    jam 0x80,0x8053
+    nop 10000
+    jam 0xa,0x80dc
+    jam 0x80,0x8053
+    nop 10000
+    jam 0xf,0x80dc
+    jam 0x80,0x8053
+    nop 10000
+    jam 0x0,0x8053
+    rtn
+
+ endif
Index: program/simple_pairing.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/simple_pairing.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/simple_pairing.prog	(working copy)
@@ -0,0 +1,1068 @@
+
+
+ifdef SECURE_CONNECTION
+
+
+publickey_init:
+//	fetch 1,mem_ssp_enable
+//	nbranch sp_initialize,blank
+	branch sp_initialize_256
+
+sp_calc_sequence_256_check:
+	bpatch patch16_2,mem_patch16
+//	fetch 1,mem_ssp_enable
+//	rtn blank
+//	fetch 1,mem_sp_local_key_invalid
+//	rtnne SP_KEY_VALID
+	fetch 1,mem_secure_connections_enable
+	rtn blank
+	fetch 1,mem_sc_local_key_invalid
+	rtneq SP_KEY_VALID_256
+//	fetch 2,mem_ui_state_map
+//	bbit1 UI_STATE_BT_CONNECTED,stop_publickey_calc_256
+	fetch 1,mem_sc_calc
+	beq SP_CALC_STANDBY,sp_initialize_256
+	rtn
+stop_publickey_calc_256:
+	jam SP_CALC_STANDBY,mem_sc_calc	
+	rtn
+
+
+	
+
+sp_clear_flags:
+	bpatch patch16_3,mem_patch16
+	setarg mem_sp_state_end
+	arg mem_sp_state_start,contw
+	isub contw,loopcnt
+	call clear_mem
+	setarg mem_sp_state_xmem_end
+	arg mem_sp_state_xmem,contw
+	isub contw,loopcnt
+	branch clear_mem
+
+
+
+sp_calc_check_publickey_256:
+	call sp_calc_b256
+	arg mem_le_pubkey_remote_y_256,rega
+	arg mem_t7_256,contw
+	call bn_sqrmod_256   
+	arg mem_le_pubkey_remote_x_256,rega
+	arg mem_t2_256,contw
+	call bn_sqrmod_256   
+  	arg mem_t2_256,rega
+	arg mem_le_pubkey_remote_x_256,regb
+	arg mem_t2_256,contw
+	call bn_mulmod_256	
+  	arg mem_a_256,rega
+	arg mem_le_pubkey_remote_x_256,regb
+	arg mem_t3_256,contw
+	call bn_mulmod_256	
+  	arg mem_t3_256,rega
+	arg mem_t2_256,regb
+	arg mem_t2_256,contw
+	call bn_addmod_256	 
+  	arg mem_t0_256,rega
+	arg mem_t2_256,regb
+	arg mem_t0_256,contw
+	call bn_addmod_256	 
+	arg 32,loopcnt
+  	arg mem_t7_256,rega
+	arg mem_t0_256,regb
+	branch  string_compare
+	
+sp_calc_b256:
+	arg mem_gy_256,rega
+	arg mem_t0_256,contw
+	call bn_sqrmod_256   
+	arg mem_gx_256,rega
+	arg mem_t2_256,contw
+	call bn_sqrmod_256    
+  	arg mem_t2_256,rega
+	arg mem_gx_256,regb
+	arg mem_t2_256,contw
+	call bn_mulmod_256	
+  	arg mem_a_256,rega
+	arg mem_gx_256,regb
+	arg mem_t3_256,contw
+	call bn_mulmod_256	 
+  	arg mem_t3_256,rega
+	arg mem_t2_256,regb
+	arg mem_t2_256,contw
+	call bn_addmod_256	 
+  	arg mem_t0_256,rega
+	arg mem_t2_256,regb
+	arg mem_t0_256,contw
+	branch  bn_submod_256	
+
+
+
+
+random_generator:
+	increase -1,queue
+	nrtn     positive
+	random   pdata
+	istore   2,contw  
+	branch   random_generator
+compare4:
+	increase -1,queue
+	nbranch  compare4_success,positive
+	ifetch   4,rega
+	copy     pdata,temp
+	ifetch   4,regb
+	iflip    temp,pdata
+	nbranch  compare4_failed,zero
+	increase 4,rega
+	increase 4,regb
+	branch   compare4
+compare4_failed:
+	branch disable_true
+
+compare4_success:
+	branch enable_true
+
+
+
+
+bn_testbit:
+	and pdata,7,queue
+	rshift3 pdata,pdata
+	iadd contr,contr
+	ifetch 1,contr
+	qisolate0 pdata
+	rtn
+
+
+bn_eq_zero:
+	ifetch 8,contr
+	nrtn blank
+	ifetch 8,contr
+	nrtn blank
+	ifetch 8,contr
+	rtn
+	
+	
+	/* return zero if eq */
+
+bn_eq_0:	
+	ifetch 4,rega
+	iforce temp
+	ifetch 4,regb
+	isub temp,null
+	nrtn zero
+	increase 4,rega
+	increase 4,regb
+	loop bn_eq_0
+	rtn
+	/* return positive if A >= B */
+bn_bigeq:
+	force 6,loopcnt
+	increase 20,rega
+	increase 20,regb
+bn_bigeq_0:	
+	ifetch 4,regb
+	iforce temp
+	ifetch 4,rega
+	isub temp,pdata
+	nrtn positive
+	nrtn blank
+	increase -4,rega
+	increase -4,regb
+	loop bn_bigeq_0
+	rtn
+bn_add:
+	force 6,loopcnt
+	force 0,regc
+bn_add_0:	
+	ifetch 4,rega
+	iforce temp
+	ifetch 4,regb
+	iadd temp,pdata
+	iadd regc,pdata
+	istore 4,contw
+	isolate1 32,pdata
+	setflag true,0,regc
+	increase 4,rega
+	increase 4,regb
+	loop bn_add_0
+	rtn
+
+bn_sub:
+	force 6,loopcnt
+	force 0,regc
+bn_sub_0:	
+	ifetch 4,regb
+	iforce temp
+	ifetch 4,rega
+	isub temp,pdata
+	isub regc,pdata
+	istore 4,contw
+	isolate1 32,pdata
+	setflag true,0,regc
+	increase 4,rega
+	increase 4,regb
+	loop bn_sub_0
+	rtn
+
+bn_rshift6:
+	force 6,loopcnt
+	increase 20,rega
+bn_rshift:
+	force 0,regc
+bn_rshift_0:	
+	ifetch 4,rega
+	isolate1 0,pdata
+	setflag true,1,regc
+	rshift pdata,pdata
+	isolate1 0,regc
+	setflag true,31,pdata
+	istore 4,rega
+	increase -4,rega
+	rshift regc,regc
+	loop bn_rshift_0
+	rtn
+bn_lshift:
+	force 6,loopcnt
+	force 0,regc
+bn_lshift_0:	
+	ifetch 4,rega
+	isolate1 31,pdata
+	setflag true,1,regc
+	lshift pdata,pdata
+	isolate1 0,regc
+	setflag true,0,pdata
+	istore 4,rega
+	increase 4,rega
+	rshift regc,regc
+	loop bn_lshift_0
+	rtn
+	
+
+bn_load:
+	force 6,loopcnt
+bn_load_0:	
+	ifetch 4,contr
+	iforce regext
+	increase 1,regext_index
+	loop bn_load_0
+	rtn
+
+
+
+sp_initialize_256:	
+	bpatch patch16_4,mem_patch16
+	fetch 1,mem_secure_connections_enable
+	nbranch sp_pubkey_calc_256,blank
+//	call sp_clear_flags
+sc_reset:
+	jam SP_CALC_STANDBY,mem_sc_calc
+	jam SP_KEY_INVALID,mem_sc_local_key_invalid
+	rtn
+	
+	
+    	
+sp_wait_pubkey_calc_256_done:
+	fetch 1,mem_secure_connections_enable
+	rtn blank
+	fetch 1,mem_sc_local_key_invalid
+	rtneq SP_KEY_VALID_256
+	call sp_calc_sequence_256
+	branch sp_wait_pubkey_calc_256_done
+
+
+//BD1A3CCD:A6B89958:99B740EB:7B60FF4A:503F10D2:E3B3C974:385FC5A3:D4F6493F
+sp_debug_private_256:
+	arg mem_sc_private_key_256,contw
+        setsect 0,0x1abd
+        setsect 1,0x1b34f
+        setsect 2,0x19b8a
+        setsect 3,0x26562
+        istore 9,contw
+        setsect 0,0x340b7
+        setsect 1,0x1efa
+        setsect 2,0xaff6
+        setsect 3,0xfd41
+        istore 9,contw
+        setsect 0,0x3d210
+        setsect 1,0x26cf8
+        setsect 2,0x3874c
+        setsect 3,0x3157c
+        istore 9,contw
+        setsect 0,0x2d4a3
+        setsect 1,0x3d27d
+        setsect 2,0x3
+        istore 5,contw
+        rtn
+	
+
+sp_pubkey_calc_256:
+	fetch    1,mem_sc_local_key_invalid
+	rtnne SP_KEY_INVALID
+	fetch    1,mem_sc_calc
+	rtnne  SP_CALC_STANDBY
+	call init_memp_256
+	arg      mem_sc_private_key_256,contw 
+	force    15,queue
+	call     random_generator
+	random   pdata
+	rshift   pdata,pdata
+	istore   2,contw 
+	
+	fetch 1,mem_sp_debug_mode
+	ncall sp_debug_private_256,blank
+	
+	arg      mem_k_256,contw
+	arg      mem_sc_private_key_256,contr	
+	call     memcpy32 //mem_sp_private_key=>mem_k 
+
+	arg      mem_ax_256,contw
+	arg      mem_gx_256,contr
+	call     memcpy64 //mem_gx=>mem_ax 
+	
+	arg      mem_az_256,contw
+	call      clear_mem_256
+	jam      1,mem_az_256 //0=>mem_az 
+
+	call     eckp_calc_init_256
+	jam SP_CALC_PUBKEY_256,mem_sc_calc
+	rtn    
+
+sp_pubkey_generated_256:
+	arg      mem_sc_pubkey_local_x_256,contw
+	arg      mem_bx_256,contr
+	call     memcpy64   
+	jam      SP_KEY_VALID_256,mem_sc_local_key_invalid
+	jam      SP_CALC_STANDBY,mem_sc_calc
+	rtn
+	
+
+
+sp_dhkey_calc_256:
+	fetch    1,mem_sp_dhkey_invalid
+	rtnne  SP_KEY_INVALID
+	fetch    1,mem_sc_calc
+	rtnne  SP_CALC_STANDBY
+
+	arg      mem_k_256,contw
+	arg      mem_sc_private_key_256,contr	
+	call     memcpy32
+
+	arg      mem_ax_256,contw
+	arg      mem_le_pubkey_remote_x_256,contr
+	call     memcpy64
+
+	arg      mem_az_256,contw
+	call     clear_mem_256
+	jam      1,mem_az_256 //0=>mem_az 
+
+	call     eckp_calc_init_256
+	jam     SP_CALC_DHKEY_256,mem_sc_calc
+	rtn 
+
+
+sp_dhkey_generated_256:
+//	jam SP_FLAG_COMMIT,mem_sp_dh_ready
+	arg mem_le_dhkey_256,contw
+	arg mem_bx_256,contr
+	call memcpy32
+	jam SP_KEY_VALID_256,mem_sp_dhkey_invalid
+	jam SP_CALC_STANDBY,mem_sc_calc
+	rtn
+
+
+
+sp_calc_sequence_256:
+	fetch 1,mem_secure_connections_enable
+	rtn blank
+	fetch 1,mem_sc_calc
+	rtn blank
+	increase 0x80,pdata
+	store    1,mem_sc_calc
+	rtnbit1 7
+	fetch    2,mem_ec_loopc
+	branch   sp_calc_sequence_done_256,blank
+	branch   eckp_calc_256
+
+sp_calc_sequence_done_256:    
+	bpatch patch16_5,mem_patch16
+	call ecunmapz_256
+	fetch 1,mem_sc_calc
+	beq  SP_CALC_PUBKEY_256,sp_pubkey_generated_256
+	beq  SP_CALC_DHKEY_256,sp_dhkey_generated_256
+	rtn
+
+
+eckp_calc_256:
+	call     ecdbl_256  
+	fetch    2,mem_ec_loopc
+	increase -1,pdata
+	store    2,mem_ec_loopc
+	arg      mem_k_256,contr
+	call     bn_testbit
+	rtn	true
+	branch     ecadd_256   
+
+eckp_calc_init_256:
+	bpatch patch16_6,mem_patch16
+	setarg 256
+	store 2,mem_ec_loopc
+eckp_calc_init_256_1:    
+	fetch    2,mem_ec_loopc
+	rtn      blank
+	increase -1,pdata
+	store    2,mem_ec_loopc
+	arg      mem_k_256,contr
+	call     bn_testbit
+	branch eckp_calc_init_256_1,true
+	arg      mem_ax_256,contr
+	arg      mem_cx_256,contw
+	branch     memcpy96	
+
+
+ecunmapz_256:
+	arg mem_cz_256,rega
+	arg mem_t3_256,contw
+	call bn_invmod_256			/* t3 = 1/z */
+	arg mem_t3_256,rega
+	arg mem_t1_256,contw		
+	call bn_sqrmod_256			/* t1 = 1/z2 */
+	arg mem_cx_256,rega
+	arg mem_t1_256,regb
+	arg mem_bx_256,contw
+	call bn_mulmod_256
+	arg mem_t3_256,rega
+	arg mem_t1_256,regb
+	arg mem_t2_256,contw			
+	call bn_mulmod_256			/* t2 = 1/z3 */
+	arg mem_cy_256,rega
+	arg mem_t2_256,regb
+	arg mem_by_256,contw
+	branch bn_mulmod_256	
+	
+ecdbl_256:
+	arg mem_cz_256,rega
+	arg mem_t2_256,contw
+	call bn_sqrmod_256
+	arg mem_t2_256,rega
+	arg mem_t3_256,contw
+	call bn_sqrmod_256
+//call ice_break
+	arg mem_a_256,rega
+	arg mem_t3_256,regb
+	arg mem_t3_256,contw
+	call bn_mulmod_256		/* t3=a*z4	*/
+	arg mem_cx_256,rega
+	arg mem_t2_256,contw
+	call bn_sqrmod_256
+//call ice_break
+	arg mem_t2_256,contr
+	arg mem_t1_256,contw
+	call memcpy32
+	arg mem_t1_256,rega
+	call bn_lshiftmod_256
+	arg mem_t2_256,rega
+	arg mem_t1_256,regb
+	arg mem_t2_256,contw
+	call bn_addmod_256
+//call ice_break
+	arg mem_t2_256,rega
+	arg mem_t3_256,regb
+	arg mem_t2_256,contw
+	call bn_addmod_256		/* t2=3*x2 + z*z4		D  */
+//call ice_break
+	arg mem_cx_256,contr
+	arg mem_t1_256,contw
+	call memcpy32
+	arg mem_cy_256,rega
+	arg mem_t3_256,contw
+	call bn_sqrmod_256
+	arg mem_t1_256,rega
+	call bn_lshiftmod_256
+	arg mem_t1_256,rega
+	call bn_lshiftmod_256
+	arg mem_t1_256,rega		
+	arg mem_t3_256,regb
+	arg mem_t1_256,contw
+	call bn_mulmod_256		//S = 4X1Y1^2/* t1=4x*y2	B	*/
+	arg mem_t3_256,rega
+	arg mem_t0_256,contw
+	call bn_sqrmod_256
+	arg mem_t0_256,rega
+	call bn_lshiftmod_256
+	arg mem_t0_256,rega
+	call bn_lshiftmod_256		
+	arg mem_t0_256,rega		
+	call bn_lshiftmod_256	//T = 8Y1^4	/* t0=8*y4		C */
+	arg mem_cy_256,contr
+	arg mem_t3_256,contw
+	call memcpy32
+	arg mem_t3_256,rega
+	call bn_lshiftmod_256
+	arg mem_t3_256,rega
+	arg mem_cz_256,regb
+	arg mem_cz_256,contw
+	call bn_mulmod_256		//z = 2Y1Z1
+
+
+	arg mem_t2_256,rega
+	arg mem_t3_256,contw
+	call bn_sqrmod_256   // M ^2
+//call ice_break
+	arg mem_t3_256,rega
+	arg mem_t1_256,regb
+	arg mem_t3_256,contw
+	call bn_submod_256  // t2^2 - 4*cx *cy^2 
+	arg mem_t3_256,rega
+	arg mem_t1_256,regb
+	arg mem_cx_256,contw
+	call bn_submod_256   //X2
+	arg mem_t1_256,rega
+	arg mem_cx_256,regb
+	arg mem_t3_256,contw
+	call bn_submod_256   //S-X2
+	arg mem_t3_256,rega
+	arg mem_t2_256,regb
+	arg mem_t3_256,contw
+	call bn_mulmod_256	//M(S-X2)	
+	arg mem_t3_256,rega
+	arg mem_t0_256,regb
+	arg mem_cy_256,contw
+	branch bn_submod_256  //M(S-X2)-T Y2	
+
+ecadd_256:
+
+	arg mem_az_256,rega
+	arg mem_t7_256,contw
+	call bn_sqrmod_256
+	arg mem_cx_256,rega
+	arg mem_t7_256,regb
+	arg mem_t0_256,contw
+	call bn_mulmod_256		/* n1=t0=xa*zb2 U1 = X1Z0^2*/
+
+
+	arg mem_az_256,rega
+	arg mem_t7_256,regb
+	arg mem_t7_256,contw
+	call bn_mulmod_256	
+	arg mem_cy_256,rega
+	arg mem_t7_256,regb
+	arg mem_t1_256,contw
+	call bn_mulmod_256		/* n2=t1=ya*zb3   S1 = Y1Z0^3*/
+
+
+	arg mem_cz_256,rega
+	arg mem_t7_256,contw
+	call bn_sqrmod_256
+	arg mem_ax_256,rega
+	arg mem_t7_256,regb
+	arg mem_t2_256,contw
+	call bn_mulmod_256		/* n3=t2=xb*za2  U0 = X0Z1^2*/
+
+	arg mem_cz_256,rega
+	arg mem_t7_256,regb
+	arg mem_t7_256,contw
+	call bn_mulmod_256	
+	arg mem_ay_256,rega
+	arg mem_t7_256,regb
+	arg mem_t3_256,contw
+	call bn_mulmod_256		/* n4=t3=yb*za3 S0 = Y0Z1^3*/
+
+
+//	arg mem_t0_256,rega
+//	arg mem_t2_256,regb
+	arg mem_t0_256,regb
+	arg mem_t2_256,rega
+	arg mem_t7_256,contw
+	call bn_submod_256		/* n5=t7=n1-n3=t0-t2   W=U1-U0*/
+	arg mem_t0_256,rega
+	arg mem_t2_256,regb
+	arg mem_t0_256,contw
+	call bn_addmod_256		/* n7=t0=n1+n3=t0+t2    T=U1+U0 */
+//	arg mem_t1_256,rega
+//	arg mem_t3_256,regb
+	arg mem_t1_256,regb
+	arg mem_t3_256,rega
+	arg mem_t2_256,contw
+	call bn_submod_256		/* n6=t2=n2-n4=t1-t3  S1-S0 */
+	arg mem_t1_256,rega
+	arg mem_t3_256,regb
+	arg mem_t1_256,contw
+	call bn_addmod_256		/* n8=t1=n2+n4=t1+t3 M=S1+S0*/
+	arg mem_t1_256,rega
+	arg mem_t7_256,regb
+	arg mem_t1_256,contw
+	call bn_mulmod_256		/* t1=n8*n5     MW */
+	arg mem_cz_256,rega
+	arg mem_az_256,regb
+	arg mem_t3_256,contw
+	call bn_mulmod_256	      //Z0Z1
+	arg mem_t3_256,rega
+	arg mem_t7_256,regb
+	arg mem_cz_256,contw
+	call bn_mulmod_256		/* z=za*zb*n5   Z0Z1W */
+
+	arg mem_t7_256,rega
+	arg mem_t7_256,contw
+	call bn_sqrmod_256		/* t7=n5^2 */
+	arg mem_t7_256,rega
+	arg mem_t0_256,regb
+	arg mem_t3_256,contw
+	call bn_mulmod_256		/* t3=n5^2*n7 */
+	arg mem_t7_256,rega
+	arg mem_t1_256,regb
+	arg mem_t1_256,contw
+	call bn_mulmod_256		/* t1=n8*n5^3 */
+	arg mem_t2_256,rega
+	arg mem_cx_256,contw
+	call bn_sqrmod_256		
+	arg mem_cx_256,rega
+	arg mem_t3_256,regb
+	arg mem_cx_256,contw
+	call bn_submod_256		/* x=n6^2-n5^2*n7 */
+	arg mem_cx_256,contr
+	arg mem_t7_256,contw
+	call memcpy32
+	arg mem_t7_256,rega
+	call bn_lshiftmod_256		/* t7=2*x */
+	arg mem_t3_256,rega
+	arg mem_t7_256,regb
+	arg mem_t3_256,contw
+	call bn_submod_256		/* t3=n9 */
+	arg mem_t3_256,rega
+	arg mem_t2_256,regb
+	arg mem_t2_256,contw
+	call bn_mulmod_256		/* t2=n9*n6 */
+	arg mem_t2_256,rega
+	arg mem_t1_256,regb
+	arg mem_cy_256,contw
+	call bn_submod_256	
+	arg mem_cy_256,rega
+	arg mem_p_256,regb
+	arg mem_cy_256,contw
+	force 0,regc
+	fetch 1,mem_cy_256
+	isolate1 0,pdata
+	call bn_add_256,true
+	copy regc,alarm
+	arg mem_cy_256,rega
+	call bn_rshift_256
+	fetch 1,mem_cy5_256
+	isolate1 0,alarm
+	setflag true,7,pdata
+	store 1,mem_cy5_256
+	rtn	
+
+bn_invmod_256:
+	copy contw,timeup					 
+	arg mem_tmp0_256,contw			 
+	call clear_mem_256
+	force 0,pdata
+//	store 4,mem_tmp52
+	store 4,mem_t2_256
+	jam 1,mem_tmp0_256      //y1
+	arg mem_tmp1_256,contw	//y2			 
+	call clear_mem_512      
+	arg mem_p_256,contr
+	arg mem_tmp2_256,contw		//j		 
+	call memcpy32
+	copy rega,contr
+	arg mem_tmp3_256,contw		//i		 
+	call memcpy32
+	
+//	arg mem_tmp22,rega
+//	arg mem_tmp32,regb
+//	call p_bn_bigeq_256
+//	branch assert,positive
+bn_invmod_256_2:	
+	arg mem_tmp3_256,contr
+	call bn_eq_zero_256
+	branch bn_invmod_256_0,blank
+//call ice_break    	
+//fetch 1,0x4ffe
+//increase 1,pdata
+//store 1,0x4ffe
+	arg mem_tmp3_256,rega
+	arg mem_tmp0_256,regb
+	call bn_rshifteven_256
+	arg mem_tmp2_256,rega
+	arg mem_tmp1_256,regb
+	call bn_rshifteven_256
+	
+	arg mem_tmp3_256,rega
+	arg mem_tmp2_256,regb
+	call bn_bigeq_256
+	branch bn_invmod_256_1,positive
+	arg mem_tmp2_256,rega
+	arg mem_tmp3_256,regb
+	copy rega,contw
+	call bn_sub_256
+	arg mem_tmp0_256,rega
+	arg mem_tmp1_256,regb
+	copy regb,contw
+	call bn_add_256
+	ifetch 1,rega
+	iadd regc,regc
+	ifetch 1,regb
+	iadd regc,pdata
+	istore 1,regb
+	branch bn_invmod_256_2
+bn_invmod_256_1:
+	arg mem_tmp3_256,rega
+	arg mem_tmp2_256,regb
+	copy rega,contw
+	call bn_sub_256
+	arg mem_tmp1_256,rega
+	arg mem_tmp0_256,regb
+	copy regb,contw
+	call bn_add_256
+	ifetch 1,rega
+	iadd regc,regc
+	ifetch 1,regb
+	iadd regc,pdata
+	istore 1,regb
+	branch bn_invmod_256_2
+bn_invmod_256_0:
+//call ice_break
+	arg mem_tmp1_256,rega
+	copy timeup,contw
+	call  bn_p256mod
+//call ice_break
+	arg mem_p_256,rega
+	copy timeup,regb
+	copy timeup,contw
+	branch bn_submod_256
+
+
+bn_mulmod_256:
+	copy contw,timeup					/* save result ptr */
+	
+	force 0,regext_index
+	
+	arg mem_tmp1_256,contw
+	call clear_mem_512
+	arg mem_regext,contw
+	call clear_mem_512
+//	jam 0,mem_regext_index
+
+//	arg mem_tmp12,contw
+	copy rega,contr
+//	force 0,regext_index
+	jam 0,mem_regext
+	setarg 0
+	call bn_load_mem
+	copy regb,contr
+	call bn_load_256
+//	force 0,regb
+//	jam 0,mem_regb
+	force 0,queue
+	arg mem_tmp1_256,contw	
+bn_mulmod_256_1:	
+//	copy regb,pdata
+//	store 1,
+	arg mem_regext,temp
+	copy queue,regb
+	lshift2 regb,pdata
+//	lshift4 pdata,pdata
+	iadd temp,regb	
+	force 0,temp
+	force 0,regc
+bn_mulmod_256_0:
+//	copy contw,pdata
+//	store 2,mem_contw
+//call ice_break
+//	copy pdata,contw
+	ifetch 4,contw					/* d[i+j] */
+	iforce rega
+//	copy regb,regext_index
+//	deposit regext
+	ifetch 4,regb
+	copy regc,regext_index
+	imul32 regext,pdata
+	iadd rega,pdata					/* uv = a[i]*b[j] + d[i+j] */
+	iadd temp,pdata					/* uv += u */
+	istore 4,contw					/* ->d[i+j] */
+	rshift32 pdata,temp				/* temp = u = uv >> 32 */
+	increase 1,regc
+	compare 8,regc,0xff
+	nbranch bn_mulmod_256_0,true
+//call ice_break
+	deposit temp
+	istore 4,contw					/* d[i + 12] = u */
+	increase -32,contw
+//	fetch 1,mem_regb
+//	copy pdata,regb
+	increase 1,queue
+	compare 8,queue,0xff
+	nbranch bn_mulmod_256_1,true
+	arg mem_tmp1_256,rega
+	copy timeup,contw
+	branch bn_p256mod
+
+bn_p256mod:
+	bpatch patch16_7,mem_patch16
+	copy contw,timeup				/* save result ptr */
+	copy rega,alarm				/* temp save rega */
+	arg mem_tmp2_256,regb
+	copy regb,contw
+	call memset0_4	
+	istore 8,contw
+	add rega,44,contr
+	call memcpy8
+	call memcpy12
+	copy regb,rega
+	call  bn_lshiftmod_256 //2S1
+	arg mem_tmp2_256,regb
+	copy alarm,rega   
+	copy timeup,contw
+	call bn_addmod_256 //T+2S1
+//call ice_break	
+	arg mem_tmp2_256,regb
+	copy regb,contw
+	call memset0_4	
+	istore 8,contw
+	add alarm,48,contr
+	call memcpy16
+	call memset0_4	
+	copy regb,rega
+	call  bn_lshiftmod_256 //2S2
+//call ice_break	
+//	arg 0,regb
+
+	arg mem_tmp2_256,regb
+	copy timeup,rega   
+	copy rega,contw	
+	call bn_addmod_256  //+2S2
+//call ice_break	
+//	arg 0,regb
+		
+	arg mem_tmp2_256,regb
+	copy regb,contw
+	add alarm,32,contr
+	call memcpy12
+	call memset0_4	
+	istore 8,contw
+	add alarm,56,contr
+	call memcpy8
+	copy timeup,rega
+	copy rega,contw
+	call bn_addmod_256 //+S3
+//call ice_break	
+//	arg 0,regb
+
+	arg mem_tmp2_256,regb
+	copy regb,contw
+	add alarm,36,contr
+	call memcpy12
+	add alarm,52,contr	
+	call memcpy12
+	add alarm,52,contr
+	call memcpy4
+	add alarm,32,contr
+	call memcpy4
+	copy timeup,rega
+	copy rega,contw
+	call bn_addmod_256 //+S4	
+//call ice_break	
+//	arg 1,regb
+	arg mem_tmp2_256,regb
+	copy regb,contw
+	add alarm,44,contr
+	call memcpy12
+	call memset0_4	
+	istore 8,contw
+	add alarm,32,contr
+	call memcpy4
+	add alarm,40,contr
+	call memcpy4
+	copy timeup,rega
+	copy rega,contw
+	call bn_submod_256 //-D1	
+//call ice_break	
+//	arg 2,regb
+	arg mem_tmp2_256,regb
+	copy regb,contw
+	add alarm,48,contr
+	call memcpy8
+	call memcpy8
+	force 0,pdata
+	istore 8,contw
+	add alarm,36,contr
+	call memcpy4
+	add alarm,44,contr
+	call memcpy4
+	copy timeup,rega
+	copy rega,contw
+	call bn_submod_256 //-D2	
+//call ice_break	
+//	arg 3,regb
+	arg mem_tmp2_256,regb
+	copy regb,contw
+	add alarm,52,contr
+	call memcpy12
+	add alarm,32,contr
+	call memcpy12
+	call memset0_4	
+	add alarm,48,contr
+	call memcpy4
+	copy timeup,rega
+	copy rega,contw
+	call bn_submod_256 //-D3
+//call ice_break	
+//	arg 4,regb
+	arg mem_tmp2_256,regb
+	copy regb,contw
+	add alarm,56,contr
+	call memcpy8
+	call memset0_4	
+	add alarm,36,contr
+	call memcpy12
+	call memset0_4	
+	add alarm,52,contr
+	call memcpy4
+	copy timeup,rega
+	copy rega,contw
+	branch  bn_submod_256 //-D4	
+
+
+bn_load_mem:
+	force 32,loopcnt
+	arg mem_regext,contw
+	iadd contw,contw
+	branch memcpy
+
+bn_load_256:
+	force 8,loopcnt
+	branch bn_load_0
+
+bn_sqrmod_256:
+	copy rega,regb
+	branch bn_mulmod_256
+
+bn_add_256:
+	force 8,loopcnt
+ 	branch bn_add+1
+
+bn_addmod_256:
+	call bn_add_256
+	copy contw,rega
+	branch bn_lshiftmod_ismod_256
+
+bn_lshiftmod_256:
+	call bn_lshift_256
+bn_lshiftmod_ismod_256:	
+	isolate1 0,regc
+	branch bn_lshiftmod_p_256,true
+	arg mem_p_256,regb
+	copy rega,regc
+	increase -32,rega
+	call bn_bigeq_256
+	nrtn positive
+	copy regc,rega
+	branch sub_p2_256
+	
+bn_lshiftmod_p_256:
+	call sub_p2_256
+//	nrtn true
+	copy rega,regc
+	increase -32,rega
+	arg mem_p_256,regb
+	call bn_bigeq_256
+	nrtn positive
+	copy regc,rega
+	branch sub_p2_256
+		
+	
+sub_p2_256:
+	increase -32,rega
+	arg mem_p_256,regb
+	copy rega,contw
+	branch bn_sub_256
+	
+
+
+	
+bn_submod_256:
+	call bn_sub_256
+//	isolate1 0,regc
+	branch  bn_submod_256_np,true
+//	copy rega,regc
+//	increase -32,rega
+	add contw,-32,rega
+	arg mem_p_256,regb
+	call bn_bigeq_256
+	nrtn positive
+	arg mem_p_256,regb
+	add contw,-32,rega
+//	copy regc,rega
+	copy rega,contw
+	branch  bn_sub_256
+bn_submod_256_np:	
+	add contw,-32,rega
+	arg mem_p_256,regb
+	copy rega,contw
+	call bn_add_256
+//	isolate1 0,regc
+	rtn true
+	add contw,-32,rega
+	arg mem_p_256,regb
+	copy rega,contw
+	branch bn_add_256	
+
+
+ 
+bn_sub_256:
+	force 8,loopcnt
+	branch bn_sub+1
+
+bn_rshift_256:
+	force 8,loopcnt
+	increase 28,rega
+	branch bn_rshift
+
+bn_lshift_256:
+	force 8,loopcnt
+	force 0,regc
+	branch bn_lshift_0
+
+bn_bigeq_256:
+	force 8,loopcnt
+	increase 28,rega
+	increase 28,regb
+	branch bn_bigeq_0
+
+
+bn_eq_zero_256:
+	ifetch 8,contr
+	nrtn blank
+	branch bn_eq_zero
+
+
+
+	
+bn_rshifteven_256:
+	copy rega,alarm
+bn_rshifteven_256_1:
+	copy alarm,rega
+	ifetch 1,rega
+	isolate1 0,pdata
+	rtn true
+	call bn_rshift_256
+	ifetch 1,regb
+	isolate0 0,pdata
+	branch bn_rshifteven_256_0,true
+	arg mem_p_256,rega
+	copy regb,contw
+	call bn_add_256
+	ifetch 1,regb
+	iadd regc,pdata
+	istore 1,regb						 
+	increase -32,regb
+bn_rshifteven_256_0:
+	add regb,32,rega
+	force 9,loopcnt
+	call bn_rshift
+	branch bn_rshifteven_256_1		
+
+endif
+
Index: program/ui.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/ui.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/ui.prog	(working copy)
@@ -0,0 +1,650 @@
+ui_init:
+	rtn wake
+	call lpm_disable_exen_output
+	call ui_button_init
+	call ui_timer_init
+	branch ui_led_init_global
+
+ui_dispatch:
+	call ui_led_dispatch
+	branch ui_timer_check
+	
+ui_button_init:
+	fetch 1,mem_ui_button_gpio
+	rtneq UI_BUTTON_GPIO_DISABLE
+	iforce temp
+	call gpio_config_output
+	fetcht 1,mem_ui_button_gpio
+	call gpio_out_inactive
+	nop 100
+	fetcht 1,mem_ui_button_gpio
+	call gpio_config_input
+	branch ui_button_polling
+
+
+	
+ui_button_polling:
+	bpatch patch17_0,mem_patch17
+	fetch 1,mem_ui_button_gpio
+	rtneq UI_BUTTON_GPIO_DISABLE
+	copy pdata,temp
+	call gpio_get_bit
+	nbranch ui_button_up,true
+	//fall through
+ui_button_down:
+	call ui_button_check_long_press
+	fetch 2,mem_ui_state_map
+	set1 UI_STATE_BTN_DOWN,pdata
+	store 2,mem_ui_state_map
+	fetch 1,mem_ui_button_last_state
+	rtneq UI_BUTTON_STATE_DOWN
+	jam UI_BUTTON_STATE_DOWN,mem_ui_button_last_state
+	//Down Edge
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_ui_button_timer //start long press timer
+	call lpm_button_get_wake_lock
+	jam BT_EVT_BUTTON_DOWN,mem_fifo_temp
+	branch ui_ipc_send_event
+ui_button_up:
+	fetch 2,mem_ui_state_map
+	set0 UI_STATE_BTN_DOWN,pdata
+	store 2,mem_ui_state_map
+	fetch 1,mem_ui_button_last_state
+	rtneq UI_BUTTON_STATE_UP
+	jam UI_BUTTON_STATE_UP,mem_ui_button_last_state
+	//Up Edge
+	jam 0,mem_ui_button_timer//stop long press timer
+	call lpm_button_clean_wake_lock
+	jam BT_EVT_BUTTON_UP,mem_fifo_temp
+	branch ui_ipc_send_event
+
+ui_button_check_long_press:
+	fetch 1,mem_ui_button_timer
+	rtn blank
+	increase -1,pdata
+	store 1,mem_ui_button_timer
+	nrtn blank
+	//Long Press
+	jam BT_EVT_BUTTON_LONG_PRESSED,mem_fifo_temp
+	branch ui_ipc_send_event
+
+lpm_button_get_wake_lock:
+	arg wake_lock_button,queue
+	branch lpm_get_wake_lock
+	
+lpm_button_clean_wake_lock:
+	arg wake_lock_button,queue
+	branch lpm_put_wake_lock
+
+
+
+/***********************ui led function****************************/
+/******************
+led function
+
+ui_led_init_global
+ui_led_on_global
+
+ui_led_off_global
+//input:rega :struct number
+ui_led_blink_start_global
+
+//input:rega :struct number
+//contr: the point that want to set led style address
+ui_led_set_style_global
+
+******************/
+//input:rega :struct number
+//output:regb :current strutct starting pointer
+calc_curr_struct_prt:
+	bpatch patch17_1,mem_patch17
+	fetch 2,mem_ui_led_struct_ptr
+	mul32 rega,LED_OFFSET_LENGTH,regb
+	iadd regb,regb
+	rtn
+
+
+ui_led_init_global:
+	fetch 1,mem_ui_led_struct_num
+	rtn blank
+	copy pdata,loopcnt
+	fetch 2,mem_ui_led_struct_ptr
+	copy pdata,regb
+ui_led_init_loop:
+	add regb,LED_OFFSET_LED_GPIO,regc
+	ifetcht 1,regc
+	call ui_led_init_set
+	increase LED_OFFSET_LENGTH,regb
+	loop ui_led_init_loop
+	rtn
+
+//mem_ui_led_init_state_set =0,set init off else set init on
+ui_led_init_set:
+	fetch 1,mem_ui_led_init_state_set
+	branch gpio_out_inactive,blank
+	branch gpio_out_active
+	
+//input:rega :struct number
+ui_led_on_global:
+	call calc_curr_struct_prt
+	setarg UI_LED_STATE_LIGHTING
+	istore 1,regb
+	call ui_led_stop_timer
+	branch ui_led_on_static
+
+	
+//input:rega :struct number
+ui_led_blink_stop_global:
+ui_led_off_global:
+	call calc_curr_struct_prt
+	setarg UI_LED_STATE_DARKING
+	istore 1,regb
+	call ui_led_stop_timer
+	branch ui_led_off_static
+
+
+//input:rega :struct number
+ui_led_blink_start_global:
+	call calc_curr_struct_prt
+	setarg UI_LED_STATE_BLINK_START
+	istore 1,regb
+	setarg LED_INFINITE_FLASH_NUM
+	istore 1,contw
+	branch ui_led_off_static
+
+
+//input:rega :struct number
+//REGC: the point that want to set led style address
+ui_led_set_style_global:
+	call calc_curr_struct_prt
+	arg LED_OFFSET_LENGTH,loopcnt
+	copy regc,contr
+	copy regb,contw
+	branch memcpy_fast
+
+
+
+ui_led_dispatch:
+	fetch 1,mem_ui_led_struct_num
+	rtn blank
+	arg 0,rega
+ui_led_blink_polling:
+	call ui_led_change_style_by_type
+	increase 1,rega
+	fetch 1,mem_ui_led_struct_num
+	isub rega,null
+	rtn zero
+	branch ui_led_blink_polling
+
+
+ui_led_off_static:
+	add regb,LED_OFFSET_LED_GPIO,regc
+	ifetcht 1,regc
+	fetch 1,mem_device_option
+	beq dvc_op_mouse,mouse_ui_led_off_static
+	branch gpio_out_inactive
+
+
+ui_led_on_static:
+	add regb,LED_OFFSET_LED_GPIO,regc
+	ifetcht 1,regc
+	fetch 1,mem_device_option
+	beq dvc_op_mouse,mouse_ui_led_on_static
+	branch gpio_out_active
+
+
+//input:rega :struct number
+ui_led_change_style_by_type:
+	add rega,ui_led_blink,queue
+	call timer_check
+	nrtn blank			//timer out
+	
+	call calc_curr_struct_prt
+
+	ifetch 1,regb			//led type
+
+	beq UI_LED_STATE_LIGHTING,ui_led_on_static
+	beq UI_LED_STATE_DARKING,ui_led_off_static
+	beq UI_LED_STATE_BLINK_STOP,ui_led_off_static
+	beq UI_LED_STATE_BLINK_DARKING,ui_led_blink_state_darking
+ui_led_blink_state_lighting:
+	call ui_led_on_static
+	add regb,LED_OFFSET_CB_LEDON,regc
+	call push_stack
+	ifetch 2,regc
+	call callback_func
+	call pop_stack
+	setarg UI_LED_STATE_BLINK_DARKING
+	istore 1,regb
+	add regb,LED_OFFSET_ON_TIME,regc
+	ifetch 2,regc
+	branch ui_led_blink_timer_start
+	
+
+ui_led_blink_state_darking:
+	call ui_led_off_static
+	add regb,LED_OFFSET_CB_LEDOFF,regc
+	call push_stack
+	ifetch 2,regc
+	call callback_func
+	call pop_stack
+	
+	add regb,LED_OFFSET_BLINK_COUNT,regc
+	ifetch 1,regc
+	beq LED_INFINITE_FLASH_NUM,ui_led_blink_infinite
+	increase -1,pdata
+	istore 1,regc
+	branch ui_led_blink_stop_global,blank		//End of flicker
+ui_led_blink_infinite:
+	setarg UI_LED_STATE_BLINK_LIGHTING
+	istore 1,regb
+	add regb,LED_OFFSET_OFF_TIME,regc
+	ifetch 2,regc
+ui_led_blink_timer_start:
+	add rega,ui_led_blink,queue
+	branch timer_init
+
+ui_led_stop_timer:
+	setarg 0
+	branch ui_led_blink_timer_start
+
+/***********************ui led function ending****************************/
+
+
+
+ui_timer_timeout:
+	setarg 0x1000
+	lshift16 pdata,pdata
+	iadd regb,regb
+	rtn
+	
+ui_timer_check:
+	bpatch patch17_2,mem_patch17
+	arg 0,rega
+	fetcht 4,mem_ui_timer_last_btclk
+	copy clkn_bt,regb
+	copy regb,pdata
+	isub temp,null
+	ncall ui_timer_timeout,positive
+ui_timer_check_loop:
+	copy regb,pdata
+	increase 160,temp    //320btclk = 100ms
+	increase 160,temp
+	isub temp,null
+	nbranch ui_timer_check_end,positive
+	increase 1,rega   //increase 1 every 100ms count
+	and rega,0x0f,pdata
+	nbranch ui_timer_check_loop,blank
+	arg 0,rega  //reset timer if it's longer than 1.5s between 2 checks
+	call ui_timer_check_send_evt
+ui_timer_init:
+	copy clkn_bt,pdata
+	store 4,mem_ui_timer_last_btclk
+	rtn
+ui_timer_check_end:
+	copy rega,pdata
+	rtn blank
+	increase -160,temp    //320btclk = 100ms
+	increase -160,temp
+	set0 28,temp
+	storet 4,mem_ui_timer_last_btclk
+ui_timer_check_send_evt:
+	branch app_evt_timer
+
+	
+
+//**********************************************************//
+//************UI Inter-Processor Communication*******//
+//**********************************************************//
+ui_ipc_get_lock:
+	jam 1,mem_ipc_lock_bt
+ui_ipc_get_lock_wait:
+	fetch 1,mem_ipc_lock_c51
+	nbranch ui_ipc_get_lock_wait,blank
+	rtn
+	
+ui_ipc_put_lock:
+	jam 0,mem_ipc_lock_bt
+	rtn
+	
+
+	
+ui_ipc_send_event:
+	bpatch patch17_3,mem_patch17
+	call ui_ipc_get_lock
+	copy rega,pdata
+	store 4,mem_rega
+	arg mem_ipc_fifo_bt2c51,rega
+	call fifo_in
+	fetch 4,mem_rega
+	copy pdata,rega
+	branch ui_ipc_put_lock
+
+ui_ipc_send_cmd:
+	bpatch patch17_4,mem_patch17
+	call ui_ipc_get_lock
+	copy rega,pdata
+	store 4,mem_rega	
+	arg mem_ipc_fifo_c512bt,rega
+	call fifo_in
+	fetch 4,mem_rega
+	copy pdata,rega	
+	branch ui_ipc_put_lock
+
+ui_ipc_clean_all_fifo:
+	setarg 0
+	store UTIL_FIFO_LEN,mem_ipc_fifo_c512bt
+	store UTIL_FIFO_LEN,mem_ipc_fifo_bt2c51
+	rtn
+	
+check_51cmd:
+	bpatch patch17_5,mem_patch17
+	fetch 1,mem_hci_cmd
+	nrtn blank
+	arg mem_ipc_fifo_c512bt,rega
+	call fifo_is_empty
+	rtn blank
+	jam IPC_CONTINUE_PROCESS,mem_ipc_skip_continue_proc
+	call check_51cmd_once
+	fetch 1,mem_ipc_skip_continue_proc
+	branch check_51cmd,blank
+	rtn
+
+check_51cmd_once:
+	call ui_ipc_get_lock
+	arg mem_ipc_fifo_c512bt,rega
+	call fifo_out
+	copy pdata,temp
+	call ui_ipc_put_lock
+	bpatch patch17_6,mem_patch17
+	copy temp,pdata
+	rtn blank
+	beq BT_CMD_START_ADV,check_51cmd_adv
+	beq BT_CMD_STOP_ADV,check_51cmd_stop_adv
+	beq BT_CMD_START_DIRECT_ADV,check_51cmd_direct_adv
+	beq BT_CMD_STOP_DIRECT_ADV,check_51cmd_stop_direct_adv
+	beq BT_CMD_LED_OFF,check_51cmd_led_off
+	beq BT_CMD_LED_ON,check_51cmd_led_on
+	beq BT_CMD_LED_BLINK,check_51cmd_led_start_blink
+	beq BT_CMD_LE_START_CONN,check_51cmd_le_start_con
+	beq BT_CMD_LE_START_SCAN,check_51cmd_start_scan
+	beq BT_CMD_LE_STOP_SCAN,check_51cmd_stop_scan
+	beq BT_CMD_ENTER_HIBERNATE,check_51cmd_hibernate
+	//context related, process in context
+	store 1,mem_fifo_temp
+//	call lmo_fifo_check
+//	nbranch check_51cmd_restore,blank  //process this cmd next time while lmo fifo is full
+check_51cmd_once_continue:
+	fetch 1,mem_fifo_temp
+	bmark0 mark_context,check_51cmd_check_idle
+	bpatch patch17_7,mem_patch17
+	fetch 1,mem_fifo_temp
+	beq BT_CMD_LE_DISCONNECT,check_51cmd_le_disconnect
+	beq BT_CMD_LE_SMP_SECURITY_REQUEST,check_51cmd_le_smp_sec_req
+	beq BT_CMD_LE_UPDATE_CONN,check_51cmd_ble_update_connect_param
+	beq BT_CMD_STORE_RECONN_INFO_LE,eeprom_store_le_reconn_info
+	rtn
+
+check_51cmd_check_idle:
+	store 1,mem_fifo_temp
+  	call context_check_idle
+	branch check_51cmd_restore,zero
+	call context_search_plap
+	nrtn zero
+check_51cmd_restore:
+	jam IPC_SKIP_CONTINUE_PROCESS,mem_ipc_skip_continue_proc
+	branch ui_ipc_send_cmd
+
+  
+ /******************** 51COMMAND*********************/
+
+
+//command opcode 0x13
+check_51cmd_adv:
+	jam ON,mem_le_adv_enable
+	jam ADV_IND,mem_le_adv_type
+	fetch 2,mem_ui_state_map
+	set1 UI_STATE_BLE_ADV,pdata
+	store 2,mem_ui_state_map
+	rtn
+
+
+//command opcode 0x14
+check_51cmd_stop_adv:
+
+//command opcode 0x16
+check_51cmd_stop_direct_adv:
+	fetch 2,mem_ui_state_map
+	set0 UI_STATE_BLE_ADV,pdata
+	store 2,mem_ui_state_map
+	jam OFF,mem_le_adv_enable
+	rtn
+
+
+//command opcode 0x15
+check_51cmd_direct_adv:
+	jam ON,mem_le_adv_enable
+	jam ADV_DIRECT_IND,mem_le_adv_type
+	fetch 2,mem_ui_state_map
+	set1 UI_STATE_BLE_ADV,pdata
+	store 2,mem_ui_state_map
+	rtn
+
+
+//command opcode 0x17
+check_51cmd_le_disconnect:
+	setarg 20 // 100ms
+	store 2,mem_le_superto
+	store 2,mem_le_init_superto
+	branch le_send_terminate_ind_user_terminated
+
+
+//command opcode 0x18
+check_51cmd_ble_update_connect_param:
+	branch le_l2cap_tx_update_req
+
+
+//command opcode 19
+check_51cmd_led_off:
+	arg 0,rega
+	branch ui_led_off_global
+
+
+//command opcode 20
+check_51cmd_led_on:
+	arg 0,rega
+	branch ui_led_on_global
+
+
+//command opcode 21
+check_51cmd_led_start_blink:
+	arg 0,rega
+	call calc_curr_struct_prt
+	ifetch 1,regb
+	beq UI_LED_STATE_BLINK_START,check_51cmd_led_start_blink_in_blink
+	beq UI_LED_STATE_BLINK_LIGHTING,check_51cmd_led_start_blink_in_blink
+	beq UI_LED_STATE_BLINK_DARKING,check_51cmd_led_start_blink_in_blink
+	branch ui_led_blink_start_global
+
+check_51cmd_led_start_blink_in_blink:
+	ifetch 1,contr
+	rtneq LED_INFINITE_FLASH_NUM
+	branch ui_led_blink_start_global
+
+
+//command opcode 0x22
+check_51cmd_le_start_con:
+	jam ON,mem_le_scan_enable
+	jam hci_cmd_le_create_conn,mem_hci_cmd
+//	fetch 6,mem_app_peer_addr
+//	store 6,mem_le_conn_peer_addr
+	rtn
+
+
+//command opcode 0x23
+check_51cmd_start_scan:
+	jam ON,mem_le_scan_enable
+	rtn
+
+
+//command opcode 0x24
+check_51cmd_stop_scan:
+	jam OFF,mem_le_scan_enable
+	jam 0,mem_hci_cmd
+	rtn
+
+
+//command opcode 0x25
+check_51cmd_hibernate:
+	fetch 2,mem_cb_before_hibernate
+	call callback_func
+	fetch 1,mem_ui_button_gpio
+	beq UI_BUTTON_GPIO_DISABLE,check_51cmd_hibernate_btn_disabled
+	copy pdata,temp
+	call gpio_config_input
+check_51cmd_hibernate_btn_disabled:
+	call ui_ipc_clean_all_fifo
+	branch lpm_hibernate	
+
+
+//command opcode 0x27
+check_51cmd_le_smp_sec_req:
+	branch le_send_smp_security_request
+
+
+
+
+ui_check_paring_button:
+	fetch 1,mem_ui_state_map
+	rtnbit0 UI_STATE_BTN_DOWN
+	rtn
+
+
+
+///////////queue function////////////
+queue_init:
+	fetch 2,mem_queue_ptr
+	add pdata,QUEUE_OFFSET_CURR_NUM,contw
+	setarg 0
+	istore 3,contw
+	rtn
+	
+//input:rega:the address of the data to which you want to input queue
+//output:if user is disable,mean queue no have space
+queue_push:
+	bpatch patch18_0,mem_patch18
+	call disable_user
+	call queue_full
+	rtn blank
+	fetch 2,mem_queue_ptr
+	add pdata,QUEUE_OFFSET_CURR_NUM,regb
+	ifetcht 1,regb
+	increase 1,temp
+	istoret 1,regb	//number add 
+	
+	ifetcht 1,pdata	//temp:each length
+	copy temp,loopcnt
+	add pdata,QUEUE_OFFSET_WRITE_PTR,regb
+	ifetch 1,regb
+	imul32 temp,pdata	//offset
+	iadd contr,contw
+	copy rega,contr
+calc_queue_next_ptr:
+	call memcpy
+	call queue_get_size
+	pincrease -1
+	ifetcht 1,regb
+	increase 1,temp
+	iand temp,temp
+	istoret 1,regb
+	branch enable_user
+
+
+//input:rega:the address of the data to which you want to output queue
+//output:if user is disable,mean queue no have data
+queue_pop:
+	bpatch patch18_1,mem_patch18
+	call disable_user
+	call queue_empty
+	rtn blank
+	fetch 2,mem_queue_ptr
+	add pdata,QUEUE_OFFSET_CURR_NUM,regb
+	ifetcht 1,regb
+	increase -1,temp
+	istoret 1,regb
+	ifetcht 1,pdata		//each size
+	copy temp,loopcnt
+	add pdata,QUEUE_OFFSET_READ_PTR,regb
+	ifetch 1,regb
+	imul32 temp,pdata	//offset
+	iadd contr,contr
+	increase 1,contr
+	copy rega,contw
+	branch calc_queue_next_ptr
+/*
+
+//function:no pop element,only copy element in rega
+//input:rega:the address of the data to which you want to output queue
+//output:if user is disable,mean queue no have data
+//regb is new ptr
+queue_get_new_ele:
+	call disable_user
+	call queue_empty
+	rtn blank
+	fetch 2,mem_queue_ptr
+	ifetcht 1,pdata		//each size
+	copy temp,loopcnt
+	add pdata,QUEUE_OFFSET_READ_PTR,regb
+	ifetch 1,regb
+	imul32 temp,pdata	//offset
+	iadd contr,contr
+	increase 1,contr
+	copy contr,regb
+	copy rega,contw
+	call memcpy
+	branch enable_user
+
+queue_store_new_ele:
+	call disable_user
+	call queue_empty
+	rtn blank
+	fetch 2,mem_queue_ptr
+	ifetcht 1,pdata		//each size
+	copy temp,loopcnt
+	add pdata,QUEUE_OFFSET_READ_PTR,regb
+	ifetch 1,regb
+	imul32 temp,pdata	//offset
+	iadd contr,contr
+	add contr,2,contw
+	copy rega,contr
+	increase -1,loopcnt
+	call memcpy
+	branch enable_user
+*/
+
+//output:if blank is 1,mean queue is empty
+queue_empty:
+	fetch 2,mem_queue_ptr
+	add pdata,QUEUE_OFFSET_CURR_NUM,contr
+	ifetch 1,contr
+	rtn
+
+//output:if blank is 1,mean queue is full
+queue_full:
+	call queue_get_size
+	ifetcht 1,contr
+	isub temp,pdata
+	rtn
+
+//output:pdata is queue size
+queue_get_size:
+	fetch 2,mem_queue_ptr
+	add pdata,QUEUE_OFFSET_LENGTH,contr
+	ifetch 1,contr
+	rtn
+
+///////////queue function end////////////
+
+
+
+
Index: program/usb.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/usb.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/usb.prog	(working copy)
@@ -0,0 +1,1161 @@
+ ifdef COMPILE_USB
+
+usb_isr:
+	bpatch patch18_2,mem_patch18
+	fetch 1,core_usb_status
+	isolate1 USB_STATUS_RESET,pdata
+	call usb_init,true
+	fetch 1,core_usb_status
+	store 1,core_usb_status
+	store 1,mem_usb_status
+	call usb_nak_state_judge
+	call usb_rx
+	call usb0_tx
+	call usb_tx
+	branch usb_nak_state
+
+usb_init:
+	bpatch patch18_3,mem_patch18
+	call enable_authrom
+	call usb_init_param
+	jam 0x00,core_usb_config
+ifdef SIM
+	nop 10
+else
+	nop 10000
+endif
+	jam 0xc0,core_usb_trig
+	fetch 2,core_clkoff
+	set0 CLOCK_OFF_USB,pdata
+	store 2,core_clkoff
+	jam 0x0,core_usb_hmode
+	jam 0x3c,core_usb_config
+	setarg mem_usb_rxbuf
+	store 2,core_usb_rx_saddr
+	store 2,core_usb_rxptr
+	setarg mem_usb_rxbuf_end
+	store 2,core_usb_rx_eaddr
+	jam 0x4,core_usb_hmode
+	jam 0,core_usb_addr
+	jam 0xff,core_usb_status
+	setarg mem_usb_clear_mem_end
+	arg mem_usb_clear_mem_start,contw
+	isub contw,loopcnt
+	branch clear_mem
+	
+//usb_offline_check_init:
+//	fetcht 1,mem_usb_offline_check_gpio
+//	branch gpio_config_input
+//usb_offline_state:
+//	fetch 1,mem_usb_device_enumeration_endflag
+//	rtn blank
+//	fetcht 1,mem_usb_offline_check_gpio
+//	call gpio_get_bit
+//	branch usb_init,true
+//	rtn
+
+usb_init_param:
+	jam DEV_DEFAULT,mem_usb0_state
+	setarg 0x0
+	store 1,mem_remain
+	store 2,mem_usb_zero_packet
+	pincrease 1
+	store 2,mem_usb_ones_packet
+	pincrease 1
+	store 2,mem_usb_two_packet
+	arg mem_string0,contw
+	setarg 0x030404
+	istore 3,contw
+	setarg 0x0409
+	istore 2,contw
+	arg mem_string1,contw
+	setsect 0,0x15906
+	setsect 1,0x210d2
+	setsect 2,0x10494
+	setsect 3,0x1
+	istore 9,contw
+	arg mem_string2,contw
+	setsect 0,0x1570f
+	setsect 1,0x15c9a
+	setsect 2,0x256c6
+	setsect 3,0x1cdcd
+	istore 9,contw
+	setsect 0,0x14420
+	setsect 1,0x25d99
+	setsect 2,0x25636
+	setsect 3,0x1
+	istore 7,contw
+	arg mem_string3,contw
+	setsect 0,0x1620a
+	setsect 1,0xc8c
+	setsect 2,0x30333
+	setsect 3,0xc0c0
+	istore 9,contw
+	setsect 0,0x3130
+	istore 2,contw
+	setarg USB_KBDATA_VENDOR_DEFINE_ADDR
+	store 2,mem_hidreportdesc_kb
+	setarg USB_MSDATA_ADDR
+	store 2,mem_hidreportdesc_m
+	arg USB_DEVICEDATA_ADDR,contr
+	arg mem_devicedesc,contw
+	arg 19,loopcnt
+	call memcpy	
+	call usb_confdesc_config
+usb_config_cb:
+	fetch 2,mem_cb_usb_config
+	branch callback_func
+
+usb_confdesc_config:
+	fetch 1,mem_usb_ep3_enable
+	nrtn blank
+usb_confdesc_config_without_ep3:
+	arg 60,loopcnt
+	arg mem_confdesc,contw
+	arg USB_CONFDATA_ADDR,contr	
+	branch memcpy
+
+usb_tx_interval_config:
+	fetch 1,mem_usb_tx_interval
+	rtn blank
+	store 1,mem_confdesc+34
+	store 1,mem_confdesc+59
+	rtn
+
+usb_nak_state:
+	arg USB_TIMER_NAK,queue
+	call timer_check
+	nrtn blank
+	fetch 1 ,mem_usb_wakestate_onetime_flag
+	nrtn blank
+	fetch 1,mem_usb_device_enumeration_endflag
+	ncall usb_mac_wakeup_judge,blank
+	rtn
+
+usb_nak_state_judge:
+	fetch 1,mem_usb_status
+	bbit1 USB_STATUS_NAK,usb_nak_state_timer_init
+	rtn
+	
+usb_nak_state_timer_init:
+	call usb0_attached_state_judge
+	call timer_reinit
+	setarg TIMER_NAK_DELAY
+	arg USB_TIMER_NAK,queue
+	branch timer_init
+	
+usb0_attached_state_judge:
+	fetch 1,mem_usb_state
+	bne USB_CONNECTED,usb_clear_halt_dispose
+	jam 0,mem_usb_wakestate_onetime_flag
+	jam 0,mem_usb_mac_wakeup_trig
+	rtn
+
+usb_clear_halt_dispose:
+	fetch 1,mem_usb_clear_halt
+	rtn blank
+	jam 0,mem_usb_clear_halt
+	jam USB_CONNECTED,mem_usb_state
+	jam 1,mem_usb_device_enumeration_endflag
+	rtn
+
+usb_rx_no_data:
+	fetch 1,mem_usb_status
+	bbit1 USB_STATUS_SETUP,usb_class_type
+	rtn
+
+usb_rx_data:
+	fetch 1,core_usb_txbusy
+	rtnbit1 USB_STATUS_RXEMPTY
+	fetchr contus,2,core_usb_rx_saddr
+	fetchr contue,2,core_usb_rx_eaddr
+	fetchr contu,2,core_usb_rxptr
+	ifetch 2,contu
+	rshift8 pdata,temp
+	rshift4 temp,temp					// temp is endpoint
+	arg 0xfff,contr
+	iand contr,loopcnt
+	copy loopcnt,rega
+usb_rx_read:
+	ifetch 1,contu
+	istore 1,contw
+	loop usb_rx_read
+	storer contu,2,core_usb_rxptr
+	storer rega,2,mem_usb_read_len
+	rtn
+
+
+usb_rx:
+	bpatch patch18_4,mem_patch18
+	fetch 1,mem_usb_status
+	rtnbit0 USB_STATUS_RXREADY
+	arg mem_usb_rxbuf_temp,contw
+	call usb_rx_data
+	fetchr loopcnt,2,mem_usb_read_len
+	storer loopcnt,1,mem_usb_ep3_out_data_len
+	arg mem_usb_rxbuf_temp,contr
+	copy temp,pdata
+	beq 0,usb0_rx
+	beq 3,usb_data_rx_ep3
+usb_data_rx:
+	rtn
+
+usb_data_rx_ep3:
+	arg mem_usb_ep3_out_data,contw
+	call memcpy
+	jam 1,mem_usb_ep3_out_data_flag
+	rtn
+
+
+usb0_rx:
+	arg mem_usb_setup,contw
+	call memcpy
+	fetch 1,mem_usb_read_len
+	beq 0x00,usb_rx_no_data
+	beq 0x01,usb_out_one_byte	// HUAWEI pad led status	
+	sub pdata,7,null
+	rtn positive
+usb_class_type:
+	bpatch patch18_5,mem_patch18
+	set0 mark_isstr,mark
+	fetch 1,mem_usb_setup_bmRequestType
+	and_into 0x80,pdata
+	beq IN_DEVICE,usb_in_device
+	beq OUT_DEVICE,usb_out_device
+	branch assert
+
+usb_out_one_byte:
+	fetch 1,mem_usb_setup
+	rtnbit1 7	// OUT_DEVICE
+	call usb_get_led_status
+	branch usb0_reply_zerolen
+
+
+usb_in_device:
+	fetch 1,mem_usb_setup_bmRequestType
+	rshift4 pdata,pdata
+	rshift pdata,pdata
+	and_into 0x03,pdata
+	beq STANDARD_REQ,usb_in_standard_req
+	beq CLASS_REQ,usb_in_class_req
+	beq MANUFACTURER_REQ,usb_in_manufacturer_req
+	branch assert
+
+usb_out_device:
+	fetch 1,mem_usb_setup_bmRequestType
+	rshift4 pdata,pdata
+	rshift pdata,pdata
+	and_into 0x03,pdata
+	beq STANDARD_REQ,usb_out_standard_req
+	beq CLASS_REQ,usb_out_class_req	
+	beq MANUFACTURER_REQ,usb_out_manufacturer_req
+	branch assert
+
+usb_in_standard_req:
+	bpatch patch18_6,mem_patch18
+	fetch 1,mem_usb_setup_bRequest
+	beq GET_CONFIGURATION,usb0_request_get_configuration
+	beq GET_DESCRIPTOR,usb0_request_get_descriptor
+	beq GET_INTERFACE,usb0_request_get_interface
+	beq GET_STATUS,usb0_request_get_status
+	branch usb0_force_stall
+
+usb_in_class_req:
+	bpatch patch18_7,mem_patch18
+	fetch 1,mem_usb_setup_bRequest
+	beq GET_IDLE,usb_get_idle
+	beq GET_REPORT,usb_get_report
+	beq GET_PROTOCOL,usb_get_protocol_req
+	branch usb0_force_stall
+
+usb_in_manufacturer_req:
+	branch usb0_force_stall
+
+usb_out_standard_req:
+	bpatch patch19_0,mem_patch19
+	fetch 1,mem_usb_setup_bRequest
+	beq CLEAR_FEATURE,usb0_request_clear_feature
+	beq SET_FEATURE,usb0_request_set_feature
+	beq SET_ADDRESS,usb0_request_set_address
+	beq SET_CONFIGURATION,usb0_request_set_configuration
+	beq SET_INTERFACE,usb0_request_set_interface
+	beq SET_DESCRIPTOR,usb0_force_stall
+	branch usb0_force_stall
+
+usb_out_class_req:
+	bpatch patch19_1,mem_patch19
+	fetch 1,mem_usb_setup_bRequest
+	beq SET_IDLE,usb_set_idle
+	beq SET_REPORT,usb_set_report
+	beq SET_PROTOCOL,usb_set_protocol_req
+	branch usb0_force_stall
+
+usb_out_manufacturer_req:
+	branch usb0_force_stall
+
+usb0_force_stall:
+	bpatch patch19_2,mem_patch19
+	fetch 1,core_usb_stall
+	set1 0,pdata
+	store 1,core_usb_stall
+	branch usb0_reply_zerolen
+	
+usb0_reply_zerolen:
+	jam 0x10,core_usb_trig
+	rtn
+
+usb0_request_get_configuration:
+	fetch 1,mem_usb_setup_bmRequestType
+	bne IN_DEVICE,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex+1
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bLength
+	bne 1,usb0_force_stall
+	fetch 1,mem_usb_setup_bLengthH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bValue
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bValue+1
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb0_state
+	beq DEV_CONFIGURED,usb0_request_get_cfg_dev_cfg
+	beq DEV_ADDRESS,usb0_request_get_cfg_dev_addr
+	branch usb0_force_stall
+//Return current config : 1
+usb0_request_get_cfg_dev_cfg:
+	arg 1,regb
+	branch usb_send_ones_packet
+//Config do not work, return default config : 0
+usb0_request_get_cfg_dev_addr:
+	arg 1,regb
+	branch usb_send_zero_packet
+
+usb0_request_get_descriptor:
+	bpatch patch19_3,mem_patch19
+//	set0 mark_isstr,mark
+	fetch 1,mem_usb_setup_bValueH
+	beq DSC_DEVICE,dsc_device_info
+	beq DSC_CONFIG,dsc_config_info	
+	beq DSC_STRING,dsc_string_info
+	beq DSC_HID,dsc_hid_info
+	beq DSC_HID_REPORT,dsc_hid_report_info
+	branch usb0_force_stall
+
+dsc_hid_info:
+	jam 0,mem_usb_get_protocol_flag
+	fetch 1,mem_usb_setup_wIndex
+	beq 0,dsc_hid_info_interface0
+	beq 1,dsc_hid_info_interface1
+	beq 2,dsc_hid_info_interface2
+	branch usb0_force_stall
+//class_descriptor hid_descriptor--keyboard 
+dsc_hid_info_interface0:
+	fetchr regb,1,mem_confdesc+19
+	arg mem_confdesc+19,rega
+	branch usb0_respond
+//class_descriptor hid_descriptor--mouse 
+dsc_hid_info_interface1:
+	fetchr regb,1,mem_confdesc+44
+	arg mem_confdesc+44,rega
+	branch usb0_respond
+dsc_hid_info_interface2:
+	fetchr regb,1,mem_confdesc+69
+	arg mem_confdesc+69,rega
+	branch usb0_respond
+
+dsc_device_info:
+//input : pdata : data poniter 
+//input : temp: data len
+//sets the data pointer and len to correct descriptor
+	fetch 1,mem_usb_set_high_addr_flag
+	ncall usb_set_high_addr,blank
+	setarg mem_devicedesc
+	fetcht 1,mem_devicedesc
+dsc_info_set_data_len:
+	store 2,mem_dsc_info_data_pointer
+	storet 1,mem_dsc_info_len
+	fetch 1,mem_usb_setup_bLength
+	isub temp,null
+	nbranch dsc_info_set_current_data_len,positive
+dsc_info_set_initial_data_len:
+	fetch 1,mem_dsc_info_len
+dsc_info_set_data_size_completed:	
+	iforce regb
+	fetch 2,mem_dsc_info_data_pointer
+	add pdata,1,pdata
+	iforce rega
+	branch usb0_respond
+dsc_info_set_current_data_len:
+	fetch 1,mem_usb_setup_bLength
+	branch dsc_info_set_data_size_completed
+
+usb_set_high_addr:
+	fetch 1,core_usb_addr
+	ncall usb0_set_addr,blank
+	jam 0,mem_usb_set_high_addr_flag
+	rtn
+usb0_set_addr:
+	fetch 1,core_usb_addr
+   	set1 7,pdata
+	store 1,core_usb_addr
+	rtn
+
+dsc_config_info:
+	setarg mem_confdesc
+	fetcht 1,mem_confdesc
+	branch dsc_info_set_data_len
+
+dsc_string_info:
+	fetch 1,mem_usb_setup_bValue
+	sub pdata,3,null
+	nbranch usb0_force_stall,positive
+	fetch 1,mem_usb_setup_bValue
+	arg mem_string0,rega
+	beq 0,usb0_respond_length	
+	set1 mark_isstr,mark
+	arg mem_string1,rega
+	beq 1,usb0_respond_length
+	arg mem_string2,rega
+	beq 2,usb0_respond_length
+	arg mem_string3,rega
+	beq 3,usb0_respond_length
+	rtn
+
+dsc_hid_report_info:
+	fetch 2,mem_usb_setup_wIndex
+	beq 0,dsc_hid_report_info0
+	beq 1,dsc_hid_report_info1
+	beq 2,dsc_hid_report_info2
+	branch usb0_force_stall
+
+dsc_hid_report_info0:
+	fetchr rega,2,mem_hidreportdesc_kb
+	branch usb0_respond_length
+
+dsc_hid_report_info1:
+	fetch 1,mem_usb_ep3_enable
+	call dsc_hid_enumerate_success,blank
+	fetchr rega,2,mem_hidreportdesc_m
+	branch usb0_respond_length
+
+dsc_hid_report_info2:
+	fetch 1,mem_usb_ep3_enable
+	ncall dsc_hid_enumerate_success,blank
+	fetchr rega,2,mem_hidreportdesc_ep3
+	branch usb0_respond_length
+
+dsc_hid_enumerate_success:	
+	jam 1,mem_usb_device_enumeration_endflag
+	jam USB_GOT_REPORT_REQ,mem_usb_state
+	rtn
+
+
+usb0_request_get_interface:
+	fetch 1,mem_usb0_state
+	bne DEV_CONFIGURED,usb0_force_stall		
+	fetch 1,mem_usb_setup_bmRequestType
+	bne IN_INTERFACE,usb0_force_stall
+	fetch 1,mem_usb_setup_bValue
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bValueH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bLength
+	bne 1,usb0_force_stall
+	fetch 1,mem_usb_setup_bLengthH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex+1
+	bne 0,usb0_force_stall
+	arg 1,regb
+	branch usb_send_zero_packet
+
+
+usb0_request_get_status:
+	fetch 1,mem_usb0_state
+	beq DEV_DEFAULT,usb0_force_stall
+	fetch 1,mem_usb_setup_bValue
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bValueH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bLength
+	bne 2,usb0_force_stall
+	fetch 1,mem_usb_setup_bLengthH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex+1
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bmRequestType
+	beq IN_DEVICE,usb0_get_status_in_device
+	beq IN_INTERFACE,usb0_get_status_in_interface
+	beq IN_ENDPOINT,usb0_get_status_in_endpoint
+	branch usb0_force_stall
+
+
+usb0_sdsystem_dispose:
+	jam 1,mem_usb_sdsystem_wakeup_flag
+	branch usb_send_two_packet
+
+usb0_get_status_in_device:
+	fetch 1,mem_usb_setup_wIndex
+	bne 0,usb0_force_stall
+	arg 2,regb
+	fetch 1,mem_usb_remote_wakeup
+	beq 0x01,usb0_sdsystem_dispose
+//regb:length
+usb_send_zero_packet:
+	arg mem_usb_zero_packet,rega
+	branch usb0_respond
+usb_send_ones_packet:
+	arg mem_usb_ones_packet,rega
+	branch usb0_respond
+usb_send_two_packet:
+	arg mem_usb_two_packet,rega
+	branch usb0_respond
+
+usb0_get_status_in_interface:
+	fetch 1,mem_usb0_state
+	bne DEV_CONFIGURED,usb0_force_stall
+	arg 2,regb
+	branch usb_send_zero_packet
+
+usb0_get_status_in_endpoint:
+	fetch 1,mem_usb0_state
+	bne DEV_CONFIGURED,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex
+	beq IN_EP1,usb0_get_status_in_ep_in_ep1
+	beq IN_EP2,usb0_get_status_in_ep_in_ep2
+	beq IN_EP3,usb0_get_status_in_ep_in_ep3
+	and_into 0x7f,pdata
+	beq 0x00,usb0_get_status_in_ep_in_ep0
+	branch usb0_force_stall
+	
+usb0_get_status_in_ep_in_ep0:
+	fetch 1,mem_usb_ep0_stall_status
+usb0_get_status_in_ep_in_ack:
+	arg 2,regb
+	beq 1,usb_send_ones_packet
+	branch usb_send_zero_packet
+usb0_get_status_in_ep_in_ep1:
+	fetch 1,mem_usb_ep1_stall_status
+	branch usb0_get_status_in_ep_in_ack
+usb0_get_status_in_ep_in_ep2:
+	fetch 1,mem_usb_ep2_stall_status
+	branch usb0_get_status_in_ep_in_ack
+usb0_get_status_in_ep_in_ep3:
+	fetch 1,mem_usb_ep3_stall_status
+	branch usb0_get_status_in_ep_in_ack
+
+usb_get_idle:
+	jam 1,mem_usb_idle_flag
+	arg mem_usb_idle_rate,rega
+	arg 1,regb
+	branch usb0_respond
+
+usb_get_report:
+	fetch 2,mem_usb_setup_bValue
+	arg PC_GET_REPORT,temp
+	isub temp,null
+	nbranch usb0_force_stall,zero
+//	set0 mark_isstr,mark
+usb_get_report_dispose:	
+	fetch 1,mem_usb0_data_ready_report
+	nbranch usb_get_report_data_success,blank
+	jam PC_GET_NONDATA,mem_usb0_get_report_data
+usb_get_report_send_data:
+	fetch 1,mem_usb_setup_bLength
+	iforce regb
+	arg mem_usb0_get_report_data,rega
+	call usb0_respond
+usb_get_report_data_release:	
+	arg mem_usb0_get_report_data,contw
+	arg 8,loopcnt
+	branch memset0
+usb_get_report_data_success:
+	jam 0,mem_usb0_data_ready_report
+	jam PC_GET_DATA,mem_usb0_get_report_data
+	branch usb_get_report_send_data
+
+usb_get_protocol_req:
+	fetch 1,mem_usb_setup_bLength
+	bne 1,usb0_force_stall
+	jam 1,mem_usb_get_protocol_flag
+	arg 1,regb //length
+	fetch 1,mem_usb_set_protocol_value
+	beq 0,usb_get_report_protocol
+	beq 1,usb_get_boot_protocol
+	branch usb_send_zero_packet
+usb_get_report_protocol:
+	branch usb_send_ones_packet
+usb_get_boot_protocol:
+	branch usb_send_zero_packet
+
+
+
+//in device
+usb0_request_clear_feature:
+	fetch 1,mem_usb0_state
+	bne DEV_CONFIGURED,usb0_force_stall
+	fetch 1,mem_usb_setup_bLength
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bLengthH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bValueH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex+1
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bmRequestType
+	beq OUT_DEVICE,usb0_request_clear_feature_out_device
+	beq OUT_INTERFACE,usb0_request_clear_feature_out_interface
+	beq OUT_ENDPOINT,usb0_request_clear_feature_out_endpoint
+	branch usb0_force_stall
+
+usb0_request_clear_feature_out_device:
+	fetch 1,mem_usb_setup_bValue
+	bne DEVICE_REMOTE_WAKEUP,usb0_force_stall
+	fetch 1,core_usb_config
+	set0 7,pdata
+	store 1,core_usb_config
+	jam 0,mem_usb_remote_wakeup
+	jam 1,mem_usb_clear_remote_wakeup
+	fetch 1,mem_usb_sdsystem_wakeup_flag
+	branch usb0_reply_zerolen,blank
+	jam 0,mem_usb_sdsystem_wakeup_flag
+	fetch 1,mem_usb_sdsystem_wakeup_flag_judge
+	branch usb0_reply_zerolen,blank
+	jam 0,mem_usb_clear_remote_wakeup
+	jam USB_CONNECTED,mem_usb_state
+	branch usb0_reply_zerolen
+
+usb0_request_clear_feature_out_interface:
+	branch usb0_force_stall
+
+usb0_request_clear_feature_out_endpoint:
+	fetch 1,mem_usb_setup_bValue
+	bne ENDPOINT_HALT,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex
+	beq IN_EP1,usb0_force_stall_ep1_in_off
+	beq IN_EP2,usb0_force_stall_ep2_in_off
+	beq IN_EP3,usb0_force_stall_ep3_in_off
+	and_into 0x7f,pdata
+	beq 0x00,usb0_force_stall_ep0_in_off
+	branch usb0_force_stall
+
+usb0_force_stall_ep0_in_off:
+	jam 0,mem_usb_ep0_stall_status
+	branch usb0_reply_zerolen
+usb0_force_stall_ep1_in_off:
+	jam 0,mem_usb_ep1_stall_status
+usb0_force_stall_ep1_in_off_reply:	
+	jam 1,mem_usb_clear_halt
+	branch usb0_reply_zerolen
+usb0_force_stall_ep2_in_off:
+	jam 0,mem_usb_ep2_stall_status
+	branch usb0_force_stall_ep1_in_off_reply
+usb0_force_stall_ep3_in_off:
+	jam 0,mem_usb_ep3_stall_status
+	branch usb0_force_stall_ep1_in_off_reply
+
+
+usb0_request_set_feature:
+	fetch 1,mem_usb_setup_bLength
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bLengthH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bmRequestType
+	beq OUT_DEVICE,usb0_request_set_feature_out_device
+	beq OUT_INTERFACE,usb0_request_set_feature_out_interface
+	beq OUT_ENDPOINT,usb0_request_set_feature_out_endpoint
+	branch usb0_force_stall
+
+usb0_request_set_feature_out_device:
+	fetch 1,mem_usb_setup_bValue
+	bne DEVICE_REMOTE_WAKEUP,usb0_force_stall
+	call dongle_set_pc_sleep_flag
+	fetch 1,core_usb_config
+	set1 7,pdata
+	store 1,core_usb_config
+	jam 1,mem_usb_remote_wakeup
+	jam USB_SLEEP,mem_usb_state
+	jam 0,mem_usb_tx_win_enable
+	call usb0_reply_zerolen
+usb_wakeup_timer_reinit:
+	call timer_reinit
+	setarg TIMER_WAKEUP_DELAY
+	arg USB_TIMER_WAKEUP,queue
+	branch timer_init
+	
+usb0_request_set_feature_out_interface:
+	branch usb0_force_stall
+
+usb0_request_set_feature_out_endpoint:
+	fetch 1,mem_usb_setup_bValue
+	bne ENDPOINT_HALT,usb0_force_stall
+	fetch 1,mem_usb_setup_bValueH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex
+	beq IN_EP1,usb0_force_stall_ep1_in_on
+	beq IN_EP2,usb0_force_stall_ep2_in_on
+	beq IN_EP3,usb0_force_stall_ep3_in_on
+	and_into 0x7f,pdata
+	beq 0x00,usb0_force_stall_ep0_in_on
+	branch usb0_force_stall
+
+usb0_force_stall_ep0_in_on:
+	jam 1,mem_usb_ep0_stall_status
+	branch usb0_reply_zerolen
+usb0_force_stall_ep1_in_on:
+	jam 1,mem_usb_ep1_stall_status
+	branch usb0_reply_zerolen
+usb0_force_stall_ep2_in_on:
+	jam 1,mem_usb_ep2_stall_status
+	branch usb0_reply_zerolen
+usb0_force_stall_ep3_in_on:
+	jam 1,mem_usb_ep3_stall_status
+	branch usb0_reply_zerolen
+
+
+usb0_request_set_address:
+	fetch 1,mem_usb_setup_bmRequestType
+	bne OUT_DEVICE,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex+1
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bLength
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bLengthH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bValueH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bValue
+	and_into 0x80,pdata
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bValue
+	bne 0,usb_usb0_state_set_dev_addr
+usb_usb0_state_set_dev_default:	
+	jam DEV_DEFAULT,mem_usb0_state
+usb0_request_set_wait_address:
+	fetch 1,mem_usb_setup_bValue
+	store 1,core_usb_addr
+	call usb0_reply_zerolen
+	jam 1,mem_usb_set_high_addr_flag
+	rtn
+usb_usb0_state_set_dev_addr:
+	jam DEV_ADDRESS,mem_usb0_state
+	branch usb0_request_set_wait_address
+
+
+usb0_request_set_configuration:
+	fetch 1,mem_usb0_state
+	beq DEV_DEFAULT,usb0_force_stall
+	fetch 1,mem_usb_setup_bmRequestType
+	bne OUT_DEVICE,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex+1
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bLength
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bLengthH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bValue+1
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bValue
+	sub pdata,USB_MAX_NUM_CFG,null
+	nbranch usb0_force_stall,positive
+	fetch 1,mem_usb0_state
+	beq DEV_ADDRESS,usb0_request_set_cfg_addr_state
+	beq DEV_CONFIGURED,usb0_request_set_cfg_cfg_state
+	branch usb0_force_stall
+ // This software only supports config = 0,1
+usb0_request_set_cfg_addr_state:
+usb0_request_set_cfg_cfg_state:
+	fetch 1,mem_usb_setup_bValue	//1:Configured state   0:Address state
+	beq 0,usb0_request_set_cfg_stay_addr_state
+	jam DEV_CONFIGURED,mem_usb0_state
+	branch usb0_reply_zerolen
+usb0_request_set_cfg_stay_addr_state:
+	jam DEV_ADDRESS,mem_usb0_state
+	branch usb0_reply_zerolen
+
+
+usb0_request_set_interface:
+	fetch 1,mem_usb0_state
+	bne DEV_CONFIGURED,usb0_force_stall		
+	fetch 1,mem_usb_setup_bmRequestType
+	bne OUT_INTERFACE,usb0_force_stall
+	fetch 1,mem_usb_setup_bValue
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bValueH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bLength
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bLengthH
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_wIndex+1
+	bne 0,usb0_force_stall
+	branch usb0_reply_zerolen
+
+
+usb_set_idle:
+	bpatch patch19_4,mem_patch19
+	jam 1,mem_usb_idle_flag
+	fetch 1,mem_usb_setup_bValueH
+	store 1,mem_usb_idle_rate
+	fetch 1,mem_usb_setup_wIndex
+	sub pdata,1,null
+	call usb_clear_remote_wakeup_set0,zero
+	fetch 1,mem_usb_state
+	bne USB_RESUME,usb0_reply_zerolen
+	jam USB_CONNECTED,mem_usb_state
+	call usb0_reply_zerolen
+	nop 30000
+	nop 30000
+	rtn
+usb_clear_remote_wakeup_set0:
+	jam 1,mem_usb_device_enumeration_endflag
+	jam 0,mem_usb_clear_remote_wakeup
+	jam USB_RESUME,mem_usb_state
+	rtn
+
+
+usb_set_report:
+	nop 15000		//delay 1ms
+	arg mem_usb0_set_report_data,contw
+	call usb_rx_data
+	jam 1,mem_usb0_get_set_report
+	call usb_set_report_resume_judge
+	fetch 2,mem_usb_setup_bValue
+	store 2,mem_usb_setup_bValue_temp
+	call usb0_reply_zerolen
+	fetch 1,mem_device_option
+	rtnne dvc_op_dongle
+	fetch 1,mem_usb_tx_win_enable
+	rtn blank
+	fetch 1,mem_usb0_set_report_data
+usb_get_led_status:	
+	store 1,mem_24g_led_status
+	jam 0,mem_usb_tx_win_enable
+	jam KB_LED_ACKPAYLOAD,mem_24g_ackpayload_enable
+	rtn
+
+	
+usb_set_report_resume_judge:
+	fetch 2,mem_usb_setup_bValue
+	arg PC_SET_REPORT_bValue,temp
+	isub temp,null
+	nrtn zero
+	fetch 2,mem_usb_setup_wIndex
+	arg PC_SET_REPORT_wIndex,temp
+	isub temp,null
+	nrtn zero
+	fetch 2,mem_usb_setup_bLength
+	arg PC_SET_REPORT_bLength,temp
+	isub temp,null
+	nrtn zero
+	jam 1,mem_usb_tx_win_enable
+	rtn
+
+
+usb_set_protocol_req:
+	fetch 1,mem_usb_setup_bLength
+	bne 0,usb0_force_stall
+	fetch 1,mem_usb_setup_bValue
+	beq BOOT_PROTOCOL,usb_set_boot_protocol
+	beq REPORT_PROTOCOL,usb_set_report_protocol
+	branch usb0_force_stall
+usb_set_boot_protocol:
+	jam 0,mem_usb_set_protocol_status
+	jam 1,mem_usb_set_protocol_value
+	branch usb0_reply_zerolen
+usb_set_report_protocol:
+	jam 1,mem_usb_tx_mac_enable
+	jam 1,mem_usb_set_protocol_status
+	jam 0,mem_usb_set_protocol_value
+	branch usb0_reply_zerolen
+
+
+usb0_respond_length:
+	ifetchr regb,1,rega
+	increase 1,rega
+//rega=*buff,regb=size
+usb0_respond:
+	bpatch patch19_5,mem_patch19
+	set1 mark_usb_first_resp,mark
+	bmark0 mark_isstr,usb0_respond_nostr
+	increase 1,regb
+	lshift regb,regb
+usb0_respond_nostr:
+	storer rega,2,mem_bufptr
+	storer regb,1,mem_remain
+	branch usb0_tx
+
+usb_no_respond_data:
+	arg 0,queue
+	branch usb_trig
+
+
+
+//mem_bufptr=*buff,mem_remain=size,loopcnt=i,rega=len
+usb0_tx:
+	bpatch patch19_6,mem_patch19
+	fetch 1,core_usb_txbusy
+	rtnbit1 0
+	fetch 1,mem_remain
+	rtn blank
+	copy pdata,loopcnt
+	iforce temp
+	fetch 2,mem_usb_setup_bLength
+	sub pdata,EP0_PACKET_SIZE,null
+	branch usb0_tx_short,positive
+	sub loopcnt,EP0_PACKET_SIZE,null
+	branch usb0_tx_info,positive
+	force EP0_PACKET_SIZE,loopcnt
+	branch usb0_tx_info
+usb0_tx_short:
+	isub loopcnt,null
+	branch usb0_tx_info,positive
+	iforce loopcnt
+	store 1,mem_remain
+usb0_tx_info:
+	fetch 1,mem_remain
+	isub loopcnt,pdata
+	store 1,mem_remain
+	add loopcnt,-1,pdata
+	store 1,mem_usb_txbuf
+	bmark0 mark_isstr,usb0_tx_nostr
+	rshift pdata,pdata
+	add loopcnt,-1,pdata
+	store 1,mem_usb_txbuf
+	bmark0 mark_usb_first_resp,usb0_tx_nostr
+	set0 mark_usb_first_resp,mark
+	istoret 1,contw
+	setarg 3
+	istore 1,contw
+	increase -1,loopcnt
+	copy loopcnt,pdata
+	nbranch usb0_tx_nostr,zero
+	increase 1,loopcnt
+usb0_tx_nostr:
+	fetch 2,mem_bufptr
+	copy pdata,contr
+usb0_tx0:
+	ifetch 1,contr
+	istore 1,contw
+	bmark0 mark_isstr,usb0_tx1
+	setarg 0
+	istore 1,contw
+usb0_tx1:
+	loop usb0_tx0
+	copy contr,pdata
+	store 2,mem_bufptr				//mem_bufptr += len
+	setarg mem_usb_txbuf
+	store 2,core_usb_tx_saddr0
+	arg 0,queue
+	call usb_trig
+	fetch 1,mem_remain
+	nrtn blank
+	fetch 1,mem_usb_state
+	rtnne USB_GOT_REPORT_REQ
+	jam USB_CONNECTED,mem_usb_state
+	rtn
+
+
+
+usb_tx_ep1:
+	arg 1,queue
+	arg mem_usb_txbuf1,rega
+	storer rega,2,core_usb_tx_saddr1
+usb_tx_buf:
+	add loopcnt,-1,pdata
+	istore 1,rega
+usb_tx_loop:
+	ifetch 1,contr
+	istore 1,contw
+	loop usb_tx_loop
+usb_trig:
+	setarg 0
+	qset1 pdata
+	store 1,core_usb_trig
+	rtn
+
+usb_tx_ep2:
+	arg 2,queue
+	arg mem_usb_txbuf2,rega
+	storer rega,2,core_usb_tx_saddr2
+	branch usb_tx_buf
+
+usb_tx:
+	bpatch patch19_7,mem_patch19
+	fetch 1,mem_usb_tx_enable
+	rtn blank
+	fetch 1,core_usb_txbusy
+	and_into 0x0f,pdata
+	nbranch usb_inwake_state_tx_dispose,blank
+	fetch 1,mem_usb_device_enumeration_endflag
+	branch usb_tx_fifo_release,blank
+	fetch 1,mem_usb_state
+	beq USB_SLEEP,usb_windows_wakeup
+	bne USB_CONNECTED,usb_tx_fifo_release
+	fetch 1,mem_usb_clear_remote_wakeup
+	nbranch usb_tx_fifo_release,blank
+	call usb_tx_data_ep1
+	call usb_tx_data_ep2
+	branch usb_tx_data_ep3
+
+usb_tx_data_ep1:
+	fetch 1,core_usb_txbusy
+	rtnbit1 1
+	fetch 1,mem_usb_tx_enable
+	rtnbit0 1
+	fetch 1,mem_usb_tx_enable
+	set0 1,pdata
+	store 1,mem_usb_tx_enable
+	fetch 1,mem_usb_ep1_data
+	rtn blank
+	beq USB_EP1_KB,usb_tx_kb_normal_data
+	branch assert
+
+usb_tx_data_ep2:
+	fetch 1,core_usb_txbusy
+	rtnbit1 2
+	fetch 1,mem_usb_tx_enable
+	rtnbit0 2
+	fetch 1,mem_usb_tx_enable
+	set0 2,pdata
+	store 1,mem_usb_tx_enable
+	fetch 1,mem_usb_ep2_data
+	rtn blank
+	beq USB_EP2_MS,usb_tx_ms_data
+	beq USB_EP2_MULTIKEY,usb_tx_kb_multikey_data
+	beq USB_EP2_SYSTEMKEY,usb_tx_kb_systemkey_data
+	branch assert
+
+usb_tx_data_ep3:
+	fetch 1,mem_usb_ep3_enable
+	rtn blank
+	fetch 1,core_usb_txbusy
+	rtnbit1 3
+	fetch 1,mem_usb_tx_enable
+	rtnbit0 3
+	fetch 1,mem_usb_tx_enable
+	set0 3,pdata
+	store 1,mem_usb_tx_enable
+	fetchr loopcnt,1,mem_usb_ep3_in_data_len
+	arg 32,loopcnt
+	arg mem_usb_ep3_in_data,contr
+usb_tx_ep3:
+	arg 3,queue
+	arg mem_usb_txbuf3,rega
+	storer rega,2,core_usb_tx_saddr3
+	branch usb_tx_buf
+
+usb_tx_enable_ep3:
+	fetch 1,mem_usb_tx_enable
+	set1 3,pdata
+	store 1,mem_usb_tx_enable
+	rtn
+
+usb_tx_fifo_release:
+	//clear mem_usb_mouse_data/mem_usb_kb_data/mem_usb_kb_multikey/mem_usb_kb_system/mem_usb_ep3_in_data
+	arg mem_usb_mouse_data,contw
+	arg 8,loopcnt
+	call memset0
+	arg mem_usb_ep3_in_data,contw
+	arg 8,loopcnt
+	branch memset0
+	
+usb_tx_ms_data:
+	fetch 1,mem_usb_idle_flag
+	fetcht 1,mem_usb_get_protocol_flag
+	iand temp,pdata
+	branch usb_tx_ms_data_normal_mode,blank
+	fetcht 1,mem_usb_set_protocol_status
+	iadd temp,pdata
+	beq MAC_BOOT_MODE,usb_tx_ms_data_mac_boot_mode
+	branch usb_tx_ms_data_normal_mode
+
+usb_tx_ms_data_mac_boot_mode:
+	jam 0,mem_usb_ep2_data
+usb_tx_ms_data_mac_boot_regroup:
+	fetch 1,mem_usb_mouse_data+1	//key
+	beq R_KEY,usb_tx_mac_boot_ms_regroup_r_or_lrkey
+	beq LR_KEY,usb_tx_mac_boot_ms_regroup_r_or_lrkey
+	fetch 1,mem_usb_mouse_data+1	//key
+	store 1,mem_usb_mouse_data
+	fetch 1,mem_usb_mouse_data+2	//x low
+	istore 1,contw
+	fetch 1,mem_usb_mouse_data+4	//y low
+	istore 1,contw
+	fetch 1,mem_usb_mouse_data+6	//wheel
+	istore 1,contw
+	arg 4,loopcnt
+	arg mem_usb_mouse_data,contr
+	branch usb_tx_ep2
+	
+usb_tx_ms_data_normal_mode:
+	jam 0,mem_usb_ep2_data
+usb_tx_mac_boot_ms_regroup_r_or_lrkey:	
+	arg 8,loopcnt		
+	arg mem_usb_mouse_data,contr
+	branch usb_tx_ep2
+
+usb_tx_kb_multikey_data:
+	jam 0,mem_usb_ep2_data
+	arg 3,loopcnt
+	arg mem_usb_kb_multikey,contr
+	branch usb_tx_ep2
+
+usb_tx_kb_normal_data:
+	jam 0,mem_usb_ep1_data
+	arg 8,loopcnt
+	arg mem_usb_kb_data,contr
+	branch usb_tx_ep1
+
+usb_tx_kb_systemkey_data:
+	jam 0,mem_usb_ep2_data
+	arg 2,loopcnt
+	arg mem_usb_kb_system,contr
+	branch usb_tx_ep2
+
+usb_inwake_state_tx_dispose:
+	fetch 1,mem_usb_state
+	beq USB_CONNECTED,usb_mac_wakeup_trig
+	rtn
+usb_mac_wakeup_trig:
+	fetch 1,core_usb_config
+	set1 7,pdata
+	store 1,core_usb_config
+	jam 1,mem_usb_mac_wakeup_trig
+	rtn
+
+usb_mac_wakeup_judge:
+	fetch 1,mem_usb_state
+	rtneq USB_SLEEP
+	beq USB_CONNECTED,usb_mac_wakeup
+	rtn
+usb_mac_wakeup:
+	fetch 1,mem_usb_mac_wakeup_trig
+	rtn blank
+	jam 1,mem_usb_wakestate_onetime_flag
+	branch usb_wakeup
+
+usb_windows_wakeup:
+	arg USB_TIMER_WAKEUP,queue
+	call timer_check
+	nrtn blank
+usb_wakeup:
+	fetch 1,core_usb_config
+	rtnbit0 7	//endpoint wakeup enable
+	jam 0xfc,core_usb_config
+	nop 30000
+	jam 0x3c,core_usb_config
+	rtn
+
+
+endif
+
Index: program/utility.prog
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/utility.prog	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/program/utility.prog	(working copy)
@@ -0,0 +1,584 @@
+
+
+	
+push_stack:
+	storer contw,2, mem_contw
+	storet 8,mem_temp
+	storer timeup,4,mem_timeup
+	call push_stack_rega_b_c
+	storer contr,2, mem_contr
+	storer loopcnt,2, mem_loopcnt
+	storer queue,2,mem_queue
+	rtn
+
+push_stack_rega_b_c:
+	storer rega,4, mem_rega
+	storer regb,4, mem_regb
+	storer regc,3, mem_regc
+	rtn
+
+pop_stack:
+	bpatch patch1a_0,mem_patch1a
+	fetch 2, mem_contw
+	iforce contw
+	fetcht 8,mem_temp
+	fetchr timeup,4,mem_timeup
+	call pop_stack_rega_b_c
+	fetchr loopcnt,2,mem_loopcnt
+	fetchr queue,2,mem_queue
+	fetch 2,mem_contr
+	iforce contr
+	rtn
+
+pop_stack_rega_b_c:
+	fetchr rega,4, mem_rega
+	fetchr regb,4, mem_regb
+	fetchr regc,3,mem_regc
+	rtn
+
+get_contw:
+	fetch 2,mem_contw
+	copy pdata,contw
+	rtn
+get_contr:
+	fetch 2,mem_contr
+	copy pdata,contr
+	rtn
+	
+store_contw:
+	copy contw,pdata
+	store 2,mem_contw
+	rtn
+store_contr:
+	copy contr,pdata
+	store 2,mem_contr
+	rtn	
+	
+
+
+memcpy96:
+	call memcpy32
+memcpy64:
+	call memcpy32
+	branch memcpy32
+	
+
+memcpy12:
+	call memcpy8
+memcpy4:
+	ifetch 1,contr
+	istore 1,contw
+memcpy3:
+	ifetch 3,contr
+	istore 3,contw
+	rtn	
+memcpy8:
+	ifetch 8,contr
+	istore 8,contw
+	rtn	
+
+memcpy48:
+	call memcpy16
+memcpy32:
+	call memcpy8
+memcpy24:
+	call memcpy8
+memcpy16:
+	call memcpy8
+	branch memcpy8
+
+delay:
+	increase -1,pdata
+	nop 38
+	nbranch delay,blank
+	rtn
+
+
+delay_10ms:
+	arg 10,loopcnt
+delay_ms_wait:
+	nop 12000
+	loop delay_ms_wait
+	rtn
+
+bn_zero:
+	force 3,loopcnt
+memset0:
+	force 0,pdata
+memset8:
+	istore 8,contw
+	loop memset8
+	rtn
+
+
+memset0_16:
+	call memset0_8
+memset0_8:
+	force 0,pdata
+	istore 8,contw
+	rtn
+memset0_4:
+	force 0,pdata
+	istore 4,contw
+	rtn	
+	
+clear_mem_256:
+	force 4,loopcnt
+	branch memset0 
+clear_mem_512:
+	force 8,loopcnt
+	branch memset0 
+
+clear_mem:
+	deposit loopcnt
+	rtn blank
+	setarg 0
+clear_mem_loop:
+	istore 1,contw
+	loop clear_mem_loop
+	rtn
+	
+
+clear_temp_block:
+	arg 32,loopcnt
+	arg mem_temp_block0,contw
+	branch clear_mem
+	
+xor_loop:
+	ifetch   4,regc
+	ifetcht 4,rega
+	ixor     temp,pdata
+	istore   4,contw	
+	increase 4,rega
+	increase 4,regc
+	loop  xor_loop
+	rtn
+	
+// 11 22 -> 22 11; 11 22 33 -> 33 22 11 
+// rega:data addr ;loopnct:length
+inverse_data:
+	bpatch patch1a_1,mem_patch1a
+	copy loopcnt,pdata
+	sub pdata,1,null
+	rtn positive
+	iadd rega,regb	
+	increase -1,regb
+	rshift loopcnt,loopcnt
+inverse_loop:
+	ifetcht 1,rega
+	ifetch 1,regb
+	istore 1,rega
+	istoret 1,regb
+	increase -1,regb
+	increase 1,rega
+	loop inverse_loop
+	rtn
+
+
+
+memcpy_fast:
+	deposit loopcnt
+	rtn blank
+memcpy_fast_loop:
+	increase -8,loopcnt
+	call memcpy8,positive
+	rtn zero
+	branch memcpy_fast_loop,positive
+	increase 8,loopcnt
+memcpy_fast_loop_four:
+	increase -4,loopcnt
+	call memcpy4,positive
+	rtn zero
+	branch memcpy_fast_loop_four,positive
+	increase 4,loopcnt
+	branch memcpy
+ 
+memcpy:
+	deposit loopcnt
+	rtn blank
+memcpy_loop:
+	ifetch 1,contr
+	istore 1,contw
+	loop memcpy_loop
+	rtn
+
+timer_stop:
+	setarg 0
+timer_init:
+//	rshift clkn_bt,temp
+//	storet 4,mem_last_clkn
+	store 2,mem_pdatatemp
+	bpatch patch1a_2,mem_patch1a
+	call timer_check
+	fetcht 2,mem_pdatatemp
+	arg mem_timers,contw
+//	iforce temp
+	lshift queue,pdata
+	iadd contw,contw
+	istoret 2,contw
+	rtn
+
+timer_check_timeout:
+	arg 0x800,timeup
+	lshift16 timeup,timeup
+	iadd timeup,pdata
+	rtn
+
+
+timer_reinit:
+	arg 0,queue
+timer_check:
+	bpatch patch1a_3,mem_patch1a
+	fetcht 4,mem_last_clkn
+	rshift clkn_bt,pdata
+	store 4,mem_last_clkn	
+	isub temp,null
+	ncall timer_check_timeout,positive	
+	isub temp,timeup
+	copy timeup,temp
+	arg mem_timers,contr
+	copy contr,contw
+	arg 16,loopcnt
+timer_loop:
+	ifetch 2,contr
+	isub temp,pdata
+	branch timer_counting,positive
+	force 0,pdata
+timer_counting:
+	istore 2,contw
+	loop timer_loop	
+	arg mem_timers,contr
+	lshift queue,pdata
+	iadd contr,contr
+	ifetch 2,contr
+	rtn
+
+
+
+	/* pdata 28+16 bit add temp 26+16 bit, result in temp */
+clk_add:
+	iadd temp,temp
+	copy temp, loopcnt
+	fetch 2,mem_param_rt_rthalfslot
+	isub loopcnt,pdata
+	rtn positive
+	sub pdata,0,pdata
+	rshift16 temp,temp
+	increase 1,temp
+	lshift16 temp,temp
+	ior temp,temp
+	rtn
+
+clk_diff_rt:
+	call clk_diff
+	branch clk2rt
+
+/* pdata -temp -> pdata, all are 28+16 bits, set user if negative */
+clk_diff:
+	disable user
+	isub temp,pdata
+	branch clk_diff_pos,positive
+	enable user
+	sub pdata,0,pdata
+clk_diff_pos:
+	rtnbit0 15
+	copy pdata,regab
+	arg 0x10000,temp
+	fetch 2,mem_param_rt_rthalfslot
+	isub temp,pdata
+	iadd regab,pdata
+	set0 64,pdata
+	rtn
+
+	
+
+clk2rt:
+	fetcht 2,mem_param_rt_rthalfslot
+	iforce contr
+	rshift16 pdata,pdata
+	imul32 temp,pdata
+	iadd contr,pdata
+	rtn
+
+	/* pdata = clks in, temp = lpo out */
+clk2lpo:
+	lshift8 pdata,pdata
+	lshift4 pdata,pdata
+	fetcht 3,mem_clks_per_lpo
+	idiv temp
+	call wait_div_end
+	quotient temp
+	rtn
+
+	/* rt clk -> bt+rt clk */
+clk2bt:
+	fetcht 2,mem_param_rt_rthalfslot
+	idiv temp
+	call get_div_result
+	lshift16 pdata,pdata
+	remainder temp
+	ior temp,temp
+	rtn
+
+
+get_div_result:
+	call wait_div_end
+	quotient pdata
+	rtn
+
+wait_div_end:	
+	rtn modone
+	branch wait_div_end
+
+
+
+//input:
+//	count:loopcnt str1:rega str2:regb
+//output:
+//	same:set flag zero ,diff not set flag zero
+// using:
+//	reg:temp null flag:zero
+compare_loop:
+string_compare:
+	ifetch 1,rega
+	ifetcht 1,regb
+	isub temp,null
+	nrtn zero
+	increase 1,rega
+	increase 1,regb
+	loop string_compare
+	force 0,null
+	rtn
+
+	/* pdata = temp if pdata > temp */
+ceiling:
+	isub temp,null
+	nrtn positive
+	deposit temp
+	rtn
+	
+
+clean_mem:
+	arg 0x200,loopcnt
+	arg 0x4000,contw
+	branch memset0				// clear xram at boot
+
+	//cb function ptr in pdata
+callback_func:
+	rtn blank
+	copy pdata,pc	//rtn through cb functon.
+	//branch assert
+
+
+ice_break_disable_wdt:
+	call wdt_set_disable
+
+ice_break:
+	jam 0x1,core_ice_ctrl
+	rtn
+
+ice_setbp:
+	store 2,core_ice_break0
+	fetch 1,core_ice_ctrl
+	set1 4,pdata
+	store 1,core_ice_ctrl
+	rtn
+ice_setbp2:
+	store 2,core_ice_break1
+	fetch 1,core_ice_ctrl
+	set1 6,pdata
+	store 1,core_ice_ctrl
+	rtn
+	
+ice_set_write_bp:
+	store 2,core_ice_break0
+	jam 0x30,core_ice_ctrl
+	rtn
+	
+
+	//fuction fifo_in
+	//rega pointer to fifo memory , *(rega+len) is the end of fifo
+	//mem_fifo_temp data into fifo
+	//assert if fifo was full
+fifo_in:
+	bpatch patch1a_4,mem_patch1a
+	ifetcht UTIL_FIFO_LEN,rega
+	and temp,0xff,pdata
+	nbranch fifo_in_push,blank
+	rshift8 temp,pdata
+	istore UTIL_FIFO_LEN,rega
+fifo_in_push:
+	increase UTIL_FIFO_LEN+UTIL_FIFO_OFFSET,rega
+	ifetch 1,rega
+	nbranch assert,blank //fifo full
+	fetch 1,mem_fifo_temp
+	istore 1,rega
+	rtn
+	
+	//fuction fifo_out
+	//rega pointer to fifo memory
+	//pdata  data from fifo, blank mains fifo empty
+fifo_out:
+	bpatch patch1a_5,mem_patch1a
+	arg UTIL_FIFO_LEN,loopcnt
+	ifetch UTIL_FIFO_LEN,rega
+	rtn blank
+fifo_out_loop:
+	ifetch 1,rega
+	nbranch fifo_out_end,blank
+	increase 1,rega
+	loop fifo_out_loop
+	branch assert
+fifo_out_end:
+	arg 0,temp
+	istoret 1,rega
+	rtn
+
+	//fuction fifo_is_empty
+	//rega pointer to fifo memory
+	//blank--- fifo is empty
+fifo_is_empty:
+	ifetch UTIL_FIFO_LEN,rega
+	rtn
+
+	//fuction fifo_is_full
+	//rega pointer to fifo memory
+	//blank--- fifo is NOT full
+fifo_is_full:
+	ifetch 1,rega
+	rtn
+	//rega pointer to fifo memory
+	//blank--- fifo is NOT near full
+fifo_is_near_full:
+	ifetch 2,rega
+	rtn
+
+	//rega pointer to fifo memory
+	//count output via pdata
+fifo_content_count:
+	arg 0,temp
+fifo_content_count_loop:
+	fetch 1,contr
+	loop fifo_content_count_loop,blank
+	increase 1,temp
+	loop fifo_content_count_loop
+	copy temp,pdata
+	rtn
+
+//input pdata, temp, return small in pdata	
+not_greater_than:
+	isub temp,null
+	nrtn positive
+copy_temp2pdata:
+	copy temp,pdata
+	rtn
+
+
+disable_positive:
+	force -1,null
+	rtn
+enable_positive:
+disable_zero:
+	force 1,null
+	rtn
+enable_zero:
+	force 0,null
+	rtn
+
+enable_user:
+	enable user
+	rtn
+	
+disable_user:
+	disable user
+	rtn
+	
+enable_user2:
+	enable user2
+	rtn
+	
+disable_user2:
+	disable user2
+	rtn
+
+enable_user7:
+	enable user7
+	rtn
+
+disable_true:
+	disable  true
+	rtn
+
+enable_true:
+	enable  true
+	rtn
+
+disable_blank:
+	setarg 1
+	rtn
+
+enable_blank:
+set_pdata_0:
+	setarg 0
+	rtn
+
+//input pdata :sum
+//output pdata :sum
+cal_sum:
+	sub loopcnt,0,null
+	rtn zero
+cal_sum_loop:
+	ifetcht 1,contr
+	iadd temp,pdata
+	loop cal_sum_loop
+	rtn
+
+
+/*	
+savelist:		
+	store 8,mem_pdatatemp
+savelist_1:
+	fetch 1,mem_seqi
+	rtneq 0x7f
+	lshift3 pdata,pdata
+	arg mem_savelist,contw
+	iadd contw,contw
+	fetch 8,mem_pdatatemp
+	istore 8,contw
+	fetch 1,mem_seqi
+	increase 1,pdata
+	and_into 0x7f,pdata
+	store 1,mem_seqi
+	fetch 8,mem_pdatatemp
+	rtn	
+
+le_savelist:
+	fetch 5,mem_sync_clke
+	store 5,mem_pdatatemp
+	fetch 1,mem_le_ch_mapped
+	istore 1,contw
+	fetch 2,mem_le_event_count
+	arg 0x0fff,contr
+	iand contr,pdata
+	setflag match,15,pdata
+	setflag wake,14,pdata
+	setflag sync,13,pdata
+	setflag attempt,12,pdata
+	istore 2,contw
+	branch savelist_1
+*/
+
+clear_wake:
+	setarg 0
+	store 8,mem_gpio_wakeup_low
+	rtn
+
+
+generate_random:
+	arg 16,loopcnt
+generate_random_loop:
+	random pdata
+	istore 1,contw
+	loop generate_random_loop
+	rtn
+
Index: sched/1306.dat
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/sched/1306.dat	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/sched/1306.dat	(working copy)
@@ -0,0 +1,33 @@
+
+mem_lpm_config:88 0b ce	#4khz
+mem_lpm_xtalcnt:35 3f 0c 33 03
+mem_lpm_hibernate_switch:00
+mem_lpm_ctrl3_aon_vsel:9d 10 22
+mem_dig_aon_vsel:01	#bit5-4;00:1.2V;01:1.08V;02:0.96V;03:0.84V
+mem_rc_cal:d3
+mem_rf_ldo_cfg1:20
+
+mem_gain_fix:ff	#00:soft agc; ff:hw agc
+mem_gain_table:04 00 00
+mem_gain_second_agc_en:08	#hw agc: 0:second agc disable
+
+mem_adc_delay:a0 0f
+
+mem_rf_init_data:
+ff
+mem_rf_init_ptr:mem_rf_init_data
+
+mem_lpm_mode:01
+
+mem_load_check_sum:5a
+mem_mouse_no_data_timeout:70 17   #10mins
+mem_mouse_enable_flag:20	#20:win+d	60:ctrl+alt+a	a0:ac home	d0:key_play
+
+#mem_flash_base:00 50 00
+#mem_eeprom_base:80 1f
+
+#bit7:0 means disable rf debug function
+#mem_rf_debug_rx_gpio:06
+#mem_rf_debug_tx_gpio:07
+
+
Index: sched/authrom/ble_shutter_dy_gatt_list.dat
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/sched/authrom/ble_shutter_dy_gatt_list.dat	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/sched/authrom/ble_shutter_dy_gatt_list.dat	(working copy)
@@ -0,0 +1,373 @@
+01
+00
+02
+00
+28
+02
+01
+18
+02
+00
+02
+03
+28
+01
+20
+03
+00
+02
+05
+2a
+01
+00
+04
+00
+02
+02
+29
+02
+00
+00
+05
+00
+02
+00
+28
+02
+00
+18
+06
+00
+02
+03
+28
+01
+02
+07
+00
+02
+00
+2a
+13
+43
+68
+69
+70
+73
+65
+61
+2d
+42
+4c
+45
+20
+20
+20
+20
+20
+20
+20
+20
+08
+00
+02
+03
+28
+01
+02
+09
+00
+02
+01
+2a
+02
+c1
+03
+0a
+00
+02
+03
+28
+01
+02
+0b
+00
+02
+04
+2a
+08
+06
+00
+06
+00
+64
+00
+2c
+01
+0c
+00
+02
+00
+28
+02
+0a
+18
+0d
+00
+02
+03
+28
+01
+02
+0e
+00
+02
+50
+2a
+07
+01
+05
+0e
+00
+0a
+02
+40
+0f
+00
+02
+00
+28
+02
+12
+18
+10
+00
+02
+03
+28
+01
+06
+11
+00
+02
+4e
+2a
+01
+01
+12
+00
+02
+03
+28
+01
+10
+13
+00
+02
+4d
+2a
+07
+00
+00
+00
+00
+00
+00
+00
+14
+00
+02
+02
+29
+02
+00
+00
+15
+00
+02
+08
+29
+02
+01
+01
+16
+00
+02
+03
+28
+01
+10
+17
+00
+02
+4d
+2a
+03
+00
+00
+00
+18
+00
+02
+02
+29
+02
+00
+00
+19
+00
+02
+08
+29
+02
+04
+01
+1a
+00
+02
+03
+28
+01
+10
+1b
+00
+02
+4d
+2a
+02
+00
+00
+1c
+00
+02
+02
+29
+02
+00
+00
+1d
+00
+02
+08
+29
+02
+03
+01
+1e
+00
+02
+03
+28
+01
+10
+1f
+00
+02
+4d
+2a
+03
+00
+00
+00
+20
+00
+02
+02
+29
+02
+00
+00
+21
+00
+02
+08
+29
+02
+05
+01
+22
+00
+02
+03
+28
+01
+12
+23
+00
+02
+4d
+2a
+02
+00
+00
+24
+00
+02
+02
+29
+02
+00
+00
+25
+00
+02
+08
+29
+02
+02
+01
+26
+00
+02
+03
+28
+01
+02
+27
+00
+02
+4b
+2a
+01
+00
+28
+00
+02
+03
+28
+01
+02
+29
+00
+02
+4a
+2a
+04
+11
+01
+00
+01
+2a
+00
+02
+03
+28
+01
+04
+2b
+00
+02
+4c
+2a
+01
+00
+2c
+00
+02
+00
+28
+02
+0f
+18
+00
+00
\ No newline at end of file
Index: sched/authrom/ble_shutter_dy_mousekey_value_list.dat
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/sched/authrom/ble_shutter_dy_mousekey_value_list.dat	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/sched/authrom/ble_shutter_dy_mousekey_value_list.dat	(working copy)
@@ -0,0 +1,640 @@
+03
+1f
+00
+ec
+0f
+00
+00
+00
+00
+00
+03
+1f
+00
+14
+00
+00
+00
+00
+00
+00
+03
+1f
+00
+00
+c0
+fe
+00
+00
+00
+00
+03
+1f
+00
+00
+40
+01
+00
+00
+00
+00
+03
+1f
+00
+00
+00
+00
+00
+00
+00
+00
+03
+1f
+00
+00
+00
+00
+00
+00
+00
+00
+02
+1b
+00
+e9
+00
+00
+00
+00
+00
+00
+02
+1b
+00
+ea
+00
+00
+00
+00
+00
+00
+02
+1b
+00
+00
+00
+00
+00
+00
+00
+00
+03
+1f
+00
+28
+80
+11
+00
+00
+00
+00
+03
+1f
+00
+ae
+8f
+11
+00
+00
+00
+00
+03
+1f
+00
+00
+e0
+fc
+00
+00
+00
+00
+03
+1f
+00
+00
+00
+05
+00
+00
+00
+00
+03
+17
+00
+01
+00
+00
+00
+00
+00
+00
+03
+1f
+00
+3c
+00
+00
+00
+00
+00
+00
+03
+1f
+00
+ff
+17
+80
+00
+00
+00
+00
+03
+1f
+00
+d8
+0f
+00
+00
+00
+00
+00
+03
+17
+00
+00
+00
+00
+00
+00
+00
+00
+03
+1f
+00
+01
+f8
+7f
+00
+00
+00
+00
+03
+1f
+00
+00
+40
+fc
+00
+00
+00
+00
+03
+1f
+00
+01
+18
+80
+00
+00
+00
+00
+03
+1f
+00
+3c
+40
+0b
+00
+00
+00
+00
+03
+1f
+00
+00
+c0
+03
+00
+00
+00
+00
+03
+1f
+00
+3c
+40
+ec
+00
+00
+00
+00
+03
+1f
+00
+3c
+80
+0c
+00
+00
+00
+00
+03
+1f
+00
+00
+10
+80
+00
+00
+00
+00
+03
+1f
+00
+3c
+80
+07
+00
+00
+00
+00
+03
+1f
+00
+96
+00
+00
+00
+00
+00
+00
+03
+1f
+00
+6a
+0f
+00
+00
+00
+00
+00
+03
+1f
+00
+02
+d0
+ff
+00
+00
+00
+00
+03
+1f
+00
+02
+30
+00
+00
+00
+00
+00
+03
+1f
+00
+64
+00
+00
+00
+00
+00
+00
+03
+1f
+00
+00
+b0
+f9
+00
+00
+00
+00
+07
+13
+00
+07
+06
+70
+07
+ac
+0d
+01
+07
+13
+00
+07
+06
+70
+07
+80
+0c
+01
+07
+13
+00
+07
+06
+70
+07
+54
+0b
+01
+07
+13
+00
+07
+06
+70
+07
+28
+0a
+01
+07
+13
+00
+07
+06
+70
+07
+fc
+08
+01
+07
+13
+00
+00
+06
+70
+07
+78
+05
+00
+07
+13
+00
+07
+07
+70
+07
+70
+07
+01
+07
+13
+00
+00
+07
+70
+07
+70
+07
+00
+07
+13
+00
+07
+05
+10
+0c
+70
+04
+01
+07
+13
+00
+07
+05
+48
+0b
+70
+04
+01
+07
+13
+00
+07
+05
+F0
+0A
+70
+04
+01
+07
+13
+00
+07
+05
+C4
+09
+70
+04
+01
+07
+13
+00
+07
+05
+6C
+07
+70
+04
+01
+07
+13
+00
+07
+05
+40
+04
+70
+04
+01
+07
+13
+00
+07
+05
+E8
+02
+70
+04
+01
+07
+13
+00
+00
+05
+00
+02
+70
+04
+00
+07
+13
+00
+00
+06
+70
+07
+ac
+0e
+00
+07
+13
+00
+00
+05
+10
+0d
+70
+04
+00
+03
+17
+00
+00
+fa
+00
+00
+00
+00
+00
+03
+17
+00
+00
+28
+00
+00
+00
+00
+00
+03
+17
+00
+00
+d2
+00
+00
+00
+00
+00
+03
+17
+00
+00
+32
+00
+00
+00
+00
+00
+03
+17
+00
+00
+00
+fa
+00
+00
+00
+00
+03
+17
+00
+00
+00
+05
+00
+00
+00
+00
+03
+17
+00
+00
+00
+f0
+00
+00
+00
+00
+03
+17
+00
+00
+00
+0f
+00
+00
+00
+00
+02
+23
+00
+30
+00
+00
+00
+00
+00
+00
+02
+23
+00
+00
+00
+00
+00
+00
+00
+00
+03
+1f
+00
+a0
+30
+e8
+00
+00
+00
+00
+03
+1f
+00
+3c
+40
+07
+00
+00
+00
+00
+03
+1f
+00
+41
+40
+0b
+00
+00
+00
+00
\ No newline at end of file
Index: sched/authrom/frmt_xbox.dat
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/sched/authrom/frmt_xbox.dat	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/sched/authrom/frmt_xbox.dat	(working copy)
@@ -0,0 +1,64 @@
+b7
+fd
+93
+26
+36
+3f
+f7
+cc
+34
+a5
+e5
+f1
+71
+d8
+31
+15
+04
+c7
+23
+c3
+18
+96
+05
+9a
+07
+12
+80
+e2
+eb
+27
+b2
+75
+8c
+a1
+89
+0d
+bf
+e6
+42
+68
+41
+99
+2d
+0f
+b0
+54
+bb
+16
+9b
+c2
+51
+2f
+53
+1a
+6a
+83
+b5
+02
+6e
+10
+16
+ab
+a3
+42
\ No newline at end of file
Index: sched/authrom/mouse_ble_att_list.dat
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/sched/authrom/mouse_ble_att_list.dat	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/sched/authrom/mouse_ble_att_list.dat	(working copy)
@@ -0,0 +1,626 @@
+01
+00
+02
+00
+28
+02
+00
+18
+02
+00
+02
+03
+28
+01
+0a
+03
+00
+02
+00
+2a
+14
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+04
+00
+02
+03
+28
+01
+02
+05
+00
+02
+01
+2a
+02
+c2
+03
+06
+00
+02
+03
+28
+01
+02
+07
+00
+02
+04
+2a
+08
+06
+00
+06
+00
+64
+00
+2c
+01
+08
+00
+02
+00
+28
+02
+01
+18
+09
+00
+02
+03
+28
+01
+20
+0a
+00
+02
+05
+2a
+00
+0b
+00
+02
+02
+29
+02
+00
+00
+0c
+00
+02
+00
+28
+02
+0a
+18
+0d
+00
+02
+03
+28
+01
+02
+0e
+00
+02
+29
+2a
+06
+59
+69
+43
+68
+69
+70
+0f
+00
+02
+03
+28
+01
+02
+10
+00
+02
+50
+2a
+07
+02
+35
+12
+22
+aa
+01
+00
+11
+00
+02
+00
+28
+02
+12
+18
+12
+00
+02
+03
+28
+01
+06
+13
+00
+02
+4e
+2a
+01
+01
+14
+00
+02
+03
+28
+01
+12
+15
+00
+02
+4d
+2a
+08
+00
+00
+00
+00
+00
+00
+00
+00
+16
+00
+02
+02
+29
+02
+00
+00
+17
+00
+02
+08
+29
+02
+02
+01
+18
+00
+02
+03
+28
+01
+1a
+19
+00
+02
+4d
+2a
+07
+00
+00
+00
+00
+00
+00
+00
+1a
+00
+02
+02
+29
+02
+00
+00
+1b
+00
+02
+08
+29
+02
+01
+01
+1c
+00
+02
+03
+28
+01
+12
+1d
+00
+02
+4d
+2a
+02
+00
+00
+1e
+00
+02
+02
+29
+02
+00
+00
+1f
+00
+02
+08
+29
+02
+03
+01
+20
+00
+02
+03
+28
+01
+12
+21
+00
+02
+4d
+2a
+02
+00
+00
+22
+00
+02
+02
+29
+02
+00
+00
+23
+00
+02
+08
+29
+02
+04
+01
+24
+00
+02
+03
+28
+01
+0e
+25
+00
+02
+4d
+2a
+02
+00
+00
+26
+00
+02
+08
+29
+02
+02
+02
+27
+00
+02
+03
+28
+01
+02
+28
+00
+02
+4b
+2a
+bd
+05
+01
+09
+02
+a1
+01
+85
+01
+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
+f8
+26
+ff
+07
+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
+05
+01
+09
+06
+a1
+01
+85
+02
+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
+09
+01
+a1
+01
+85
+03
+19
+00
+2a
+ff
+03
+15
+00
+26
+ff
+03
+95
+01
+75
+10
+81
+00
+c0
+05
+01
+09
+80
+A1
+01
+85
+04
+15
+00
+25
+01
+75
+01
+95
+03
+19
+81
+29
+83
+81
+02
+95
+01
+75
+05
+81
+03
+C0
+29
+00
+02
+03
+28
+01
+1a
+2a
+00
+02
+33
+2a
+08
+00
+00
+00
+00
+00
+00
+00
+00
+2b
+00
+02
+02
+29
+02
+01
+00
+2c
+00
+02
+03
+28
+01
+02
+2d
+00
+02
+4a
+2a
+04
+01
+01
+00
+03
+2e
+00
+02
+00
+28
+02
+0f
+18
+2f
+00
+02
+03
+28
+01
+12
+30
+00
+02
+19
+2a
+01
+64
+31
+00
+02
+02
+29
+02
+00
+00
+32
+00
+02
+03
+28
+01
+04
+33
+00
+02
+4c
+2a
+00
+00
+00
Index: sched/authrom/usb_confdata.dat
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/sched/authrom/usb_confdata.dat	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/sched/authrom/usb_confdata.dat	(working copy)
@@ -0,0 +1,60 @@
+3b
+09
+02
+3b
+00
+02
+01
+00
+a0
+32
+09
+04
+00
+00
+01
+03
+01
+01
+00
+09
+21
+00
+02
+00
+01
+22
+1a
+00
+07
+05
+81
+03
+40
+00
+02
+09
+04
+01
+00
+01
+03
+01
+02
+00
+09
+21
+00
+02
+00
+01
+22
+a3
+00
+07
+05
+82
+03
+40
+00
+02
\ No newline at end of file
Index: sched/authrom/usb_devicedata.dat
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/sched/authrom/usb_devicedata.dat	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/sched/authrom/usb_devicedata.dat	(working copy)
@@ -0,0 +1,19 @@
+12
+12
+01
+00
+02
+00
+00
+00
+40
+51
+31
+20
+10
+02
+00
+01
+02
+00
+01
\ No newline at end of file
Index: sched/authrom/usb_kbdata.dat
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/sched/authrom/usb_kbdata.dat	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/sched/authrom/usb_kbdata.dat	(working copy)
@@ -0,0 +1,64 @@
+3f
+05
+01
+09
+06
+a1
+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 
+25
+ff
+05
+07
+19
+00
+29
+ff 
+81
+00
+c0
Index: sched/authrom/usb_kbdata_vendor_define.dat
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/sched/authrom/usb_kbdata_vendor_define.dat	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/sched/authrom/usb_kbdata_vendor_define.dat	(working copy)
@@ -0,0 +1,27 @@
+1a
+06
+bc
+ff
+09
+88
+a1
+01
+85
+04
+19
+00
+2a
+ff
+00
+15
+00
+26
+ff
+00
+75
+08
+95
+01
+81
+00
+c0
\ No newline at end of file
Index: sched/authrom/usb_msdata.dat
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/sched/authrom/usb_msdata.dat	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/sched/authrom/usb_msdata.dat	(working copy)
@@ -0,0 +1,164 @@
+a3
+05
+01
+09
+02
+a1
+01
+85
+01
+09
+01
+a1
+00
+05
+09
+19
+01
+29
+05
+15
+00
+25
+01
+95
+05
+75
+01
+81
+02
+95
+01
+75
+03
+81
+01
+05
+01
+09
+30
+09
+31
+16
+01
+F8
+26
+FF
+07
+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
+05
+01
+09
+80
+a1
+01
+85
+02
+05
+01
+19
+81
+29
+88
+15
+00
+25
+01
+95
+08
+75
+01
+81
+06
+c0
+05
+0c
+09
+01
+a1
+01
+85
+03
+15
+00
+26
+80
+03
+19
+00
+2a
+80
+03
+75
+10
+95
+01
+81
+00
+c0
+06
+00
+ff
+09
+0e
+a1
+01
+85
+BA
+95
+1f
+75
+08
+26
+ff
+00
+15
+00
+09
+01
+91
+02
+85
+BA
+95
+1f
+75
+08
+26
+ff
+00
+15
+00
+09
+01
+81
+02
+C0
\ No newline at end of file
Index: sched/ble.dat
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/sched/ble.dat	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/sched/ble.dat	(working copy)
@@ -0,0 +1,62 @@
+#ble
+mem_version:09 0e 05 05 00
+mem_rx_window_sniff:00 0c
+
+mem_lpm_mult:20
+mem_lpm_mult_init:20
+
+mem_device1_type:34
+mem_device1_locall_addr:71 81 91 a1 b1 c1
+
+mem_le_lap:71 81 91 a1 b1 c1
+mem_le_adv_channel_map:07
+mem_mouse_direct_timeout:32  #05s
+mem_mouse_discovery_timeout:b0 04	#2min
+mem_mouse_fast_direct_timeout:0a #1s
+mem_local_rx_max_octets:fb 00 48 08 fb 00 48 08  # 1b
+mem_le_battery_level_updata_timer_init:96 00
+mem_mouse_commbination_key_bt:07 #03--LR  05--LM  06--RM  07---LMR
+
+mem_le_keyboard_handle:15 00
+mem_le_notify_handle:19 00
+mem_le_multimedia_handle:1d 00
+mem_le_systemctrl_handle:21 00
+mem_le_pairing_handle:2d 00
+mem_le_battery_level_handle:30 00
+
+mem_le_adv_data_len:1f
+mem_le_adv_data:
+#flag
+02 01 05 
+#uuid
+03 03 12 18 
+#appearance
+03 19 c2 03
+
+mem_le_adv_swift_pair:
+#microsoft swift pair
+06 ff 06 00 03 00 80	
+#name
+'\09BT5.2 Mouse
+
+mem_le_scan_data_len:1f
+mem_le_scan_data:
+#name
+'\09BT5.2 Mouse
+
+#max 20bytes, att list data rom limits
+mem_le_name_len:
+'BT5.2 Mouse
+
+mem_le_name_len_temp:	#max 18bytes
+'BT5.2 Mouse
+
+mem_le_interval_min:
+06 00 #min interval
+09 00 #max interval
+20 00 #latency
+2c 01 #timeout
+
+mem_le_adv_ind:03 12 18
+mem_le_adv_direct_ind:ff 00 00
+
Index: sched/mouse_basic.dat
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/sched/mouse_basic.dat	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/sched/mouse_basic.dat	(working copy)
@@ -0,0 +1,343 @@
+mem_patch00:01	#adc
+mem_patch02:80
+mem_patch03:01
+mem_patch04:01
+mem_patch06:80
+mem_patch07:a0	#a0 adc
+mem_patch08:40
+mem_patch09:50
+mem_patch0a:04
+mem_patch0b:c4
+mem_patch0e:01
+mem_patch14:01	#adc
+mem_patch1c:08
+mem_patch2c:02
+
+
+mem_mouse_flag:
+#mouse flag byte1
+#bit0 MOUSE_SELECT_DEVICE_FLAG
+#bit1 MOUSE_24G_PAIRING_FLAG
+#bit2 MOUSE_STORE_EEPROM_FLAG
+#bit3 MOUSE_BT_CANNEL_RECONN_FLAG
+#bit4 MOUSE_LOW_VOLTAGE_FLAG
+#bit5 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG
+#bit6 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG
+00
+
+#mouse flag byte2
+#bit0 MOUSE_ENABLE_BLE_RANDOM_ADDRE
+#bit1 MOUSE_ENABLE_2K_EEPROM
+#bit2 MOUSE_ENABLE_INIT_DELAY
+#bit3 MOUSE_ENABLE_WAKEUP_FROM_POWER
+#bit4 MOUSE_ENABLE_16M
+#bit5 MOUSE_ENABLE_USB
+09
+
+#mouse flag byte3
+#bit0 MOUSE_ENABLE_SPI2
+#bit1 MOUSE_ENABLE_24G
+#bit2 MOUSE_ENABLE_FLASH
+#bit3 MOUSE_ENABLE_EEPROM
+#bit4 MOUSE_ENABLE_ADC
+#bit5 MOUSE_ENABLE_KEYBOARD
+#bit6 MOUSE_ENABLE_24G_SEARCH_DONGLE
+#bit7 MOUSE_ENABLE_OTP
+d2
+
+#mouse flag byte4
+#bit0 MOUSE_ENABLE_24G_250Hz
+#bit1 MOUSE_ENABLE_24G_500Hz
+#bit2 MOUSE_ENABLE_24G_1000
+#bit3 MOUSE_ENABLE_BT_125Hz
+#bit4 MOUSE_ENABLE_DPI_LEVEL_4
+#bit5 MOUSE_ENABLE_USB_250
+#bit6 MOUSE_ENABLE_USB_500
+#bit7 MOUSE_ENABLE_USB_1000
+00
+
+#mouse flag byte5
+#bit0 MOUSE_ENABLE_POWER_ON_LED
+#bit1 MOUSE_ENABLE_LOW_VOLTAGE_LED
+#bit2 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED
+#bit3 MOUSE_ENABLE_LOW_VOLTAGE_LED_BLINK_N_SECOND
+#bit4 MOUSE_ENABLE_4_LED
+#bit5 MOUSE_ENABLE_DPI_FOR_4_LED
+#bit6 MOUSE_ENABLE_BT2_FOR_4_LED
+#bit7 MOUSE_ENABLE_LOW_V_FOR_4_LED
+00
+
+#mouse flag byte6 
+#bit0 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON
+#bit1 MOUSE_ENABLE_SELECT_DEVICE_BY_PB_BUTTON
+#bit2 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO
+#bit3 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC
+#bit4 MOUSE_ENABLE_DPI_KEY_CONNECT_GND
+#bit5 MOUSE_ENABLE_PB_BUTTON_CONNECT_GND
+#bit6 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
+#bit7 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING
+00
+
+#mouse flag byte7
+#bit0 MOUSE_ENABLE_AUTO_24G_PARING
+#bit1 MOUSE_ENABLE_24G_POWER_ON_PAIRING
+#bit2 MOUSE_ENABLE_COMMBINATION_KEY_BY_24G_PAIRING
+#bit3 MOUSE_ENABLE_BT_RECONNECT_TIMEOUT_ENTER_DISCOVERY
+#bit4 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY
+#bit5 MOUSE_ENABLE_COMMBINATION_KEY_BY_BT_DISCOVERY
+#bit6 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY
+#bit7 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY
+01
+
+#mouse flag byte8
+#bit0 MOUSE_ENABLE_SMOOTHER
+#bit1 MOUSE_ENABLE_XY_OFFSET
+#bit2 MOUSE_ENABLE_24G_AUTO_PAIR_NERVER_BEEN_PAIRED
+#bit3 MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL
+#bit4 MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
+#bit5 MOUSE_ENABLE_24G_2M_PHY
+#bit6 MOUSE_ENABLE_DOUBLE_DPI_KEY
+#bit7 MOUSE_ENABLE_24G_NEW_REVISION
+1b
+
+
+mem_mouse_param_config:
+03  #mem_lbutton_gpio
+06  #mem_mbutton_gpio
+01  #mem_rbutton_gpio
+ff  #mem_bk_button_gpio
+ff #mem_fw_button_gpio
+06  #mem_dpi_button_gpio
+05  #mem_whee_a_data_gpio
+0a  #mem_whee_b_data_gpio
+08  #mem_mouse_sensor_sclk_gpio
+09  #mem_mouse_sensor_sdio_gpio
+0d  #mem_select_sensor_angle_gpio
+02  #mem_sensor_angle_default
+02  #mem_sensor_angle_switch
+00  #mem_config_sensor_dpi	#power on default dpi 00--1200  01--1600
+ff  #mem_whee_ta_data_gpio
+ff  #mem_whee_tb_data_gpio
+ff  #mem_matrix_public_gpio
+ff  #mem_config_select_device_button_gpio
+ff  #mem_customer_key_gpio
+ff  #mem_sensor_motion_gpio
+ff  #mem_device_switch_gpio
+ff  #mem_mouse_reuse_2ice_gpio
+ff  #mem_config_low_voltage_alarm_gpio
+ff  #mem_config_device_24g_led_gpio
+ff  #mem_config_device_bt1_led_gpio
+ff  #mem_config_device_bt2_led_gpio	
+ff  #mem_dpi_led_gpio 
+ff  #mem_dpi_another_button_gpio
+ff  #mem_firebutton_gpio
+ff #mem_mouse_1io2led_multi_24g_gpio
+ff  #mem_mouse_1io2led_multi_bt1_gpio
+ff  #mem_mouse_1io2led_multi_bt2_gpio
+ff  #mem_mouse_logo_led_gpio
+
+
+#mouse sensor angle
+#0x00 MOUSE_6CLK_ANGLE
+#0X01 MOUSE_9CLK_ANGLE
+#0X02 MOUSE_12CLK_ANGLE
+#0X03 MOUSE_3CLK_ANGLE
+
+mem_mouse_ice_sdio_for_sensor_angle:01	#00 disable, 01 enable
+mem_mouse_logo_enable_gpio0:00	#00:disable logo	01:enable,gpio=0
+
+mem_device_option:08
+mem_device_flag:00	#00--24g 01--bt
+mem_device_number:01   #01--only 2.4g   10--2.4g+ble
+
+#ui
+mem_ui_button_gpio:ff
+mem_ui_button_timeout:1e
+mem_ui_led_struct_num:00
+mem_ui_led_struct_ptr:mem_mouse_led_type
+
+#rf
+mem_tx_power:00	#00--0db 01--3db  02--5db  03--f3db  04--f5db
+mem_rssi_buff_index:07
+mem_rssi_signal_buf_ptr:mem_mouse_rssi_signal_buf
+mem_rssi_dis_min_24g_init:85
+mem_rssi_dis_max_24g_init:90
+mem_rssi_dis_min_ble_init:75
+mem_rssi_dis_max_ble_init:80
+mem_rssi_hex_received_max_value_init:63
+mem_power_ctrl_pac_succ_cnt_init:7d
+mem_power_ctrl_disable:00	#01,disable   00,enable
+mem_tx_power_factory_param:5b 01		#f17dbm
+
+
+#led
+mem_mouse_low_v_led_blink_time:90 01		#200ms on,200ms off
+mem_mouse_dpi_led_blink_time:90 01			#200ms on,200ms off
+mem_mouse_disconvey_led_blink_time:e8 03
+mem_mouse_device_poweron_timer_count_init:14
+
+#1io2led multi start
+mem_mouse_1io2led_led_enable:00			#00:close 	01:open
+mem_mouse_bt_led_recon_effect_flag:00		#00:close 	01:open
+mem_mouse_multi_led_poweron2s_flag_init:00	#00:close 01:open
+mem_mouse_multi_led_powon2s_timer_init:14	#2s
+mem_mouse_multi_led_blink_timer_init:03
+
+#log led
+mem_mouse_logo_led_on_time_init:58 02	#1min
+
+
+#adc
+mem_adc_read_time_init:0a
+mem_adc_config_flag_init:01   #03-gpiol:0-1.8v   04-gpioh:0-3.6v   01-hvin:0-5v
+
+mem_adc_low_volatage_led_blink_timer:64 00
+mem_adc_channel:03      
+#00-gpio3 
+#01-gpio4   
+#02-gpio5  
+#03-gpio6
+#04-gpio8  
+#05-gpio9  
+#06-gpio10  
+#07-gpio11
+
+#2.4g
+mem_24g_lap:14 27 32 41 51 61
+mem_24g_data_type:01	#01--mouse  02--keyboard
+mem_24g_fast_conn_enable:01
+mem_24g_fast_conn_addr:0f 0f 0f 0f
+mem_mouse_commbination_key_24g:05 #03--LR  05--LM  06--RM  07---LMR
+mem_24g_ch_map_update:00   #00--disable   01--enable
+mem_24g_long_sleep_set_level:02    #00--30ms   01--50ms  02--80ms  03--100ms
+mem_24g_disable_fec1:00	 #00--default mode  01--new process
+
+mem_24g_rx_window:c0 12     #400us  ## e0 2e#1ms #transmitter long range min:520us
+
+mem_mouse_24g_short_sleep_set_4ms:18 6a 00
+mem_mouse_24g_long_sleep_set_4ms:80 bb 00
+mem_mouse_24g_fast_hop_count_4ms:05
+mem_mouse_24g_tsniff_4ms:80 bb 00 00
+
+mem_mouse_24g_short_sleep_set_8ms:40 19 01
+mem_mouse_24g_long_sleep_set_8ms:00 77 01
+mem_mouse_24g_fast_hop_count_8ms:0b
+mem_mouse_24g_tsniff_8ms:00 77 01 00
+
+mem_mouse_sleep_deal_type:00
+
+
+mem_mouse_24g_pair_tx_power:9e #94:-20dbm	9e:-30dbm
+mem_mouse_24g_pair_timeout_init:58 02  #1min	    24g reconn timer&pair timer
+
+mem_24g_enter_hibernate:00 48 60
+mem_24g_long_sleep_param_update_timer_init:2c 01	#30s
+mem_24g_transmit_by_interrupt_exit_count_init:50 00
+mem_mouse_24g_reconn_timeout_init:64 #10s
+mem_mouse_24g_power_on_fast_conn_timer:02 00	#500ms
+mem_mouse_24g_search_dongle_time_init:64 00	#10s
+mem_store_information_delay_timer_init:05
+
+
+mem_mouse_dpi_seting:
+03	#mem_320x_dpi_0
+04	#mem_320x_dpi_1
+01	#mem_320x_dpi_2
+02	#mem_320x_dpi_3
+
+20	#mem_3212_dpi_0
+2a	#mem_3212_dpi_1
+3f	#mem_3212_dpi_2
+15	#mem_3212_dpi_3
+
+14	#mem_ka8g2_dpi_0
+1b	#mem_ka8g2_dpi_1
+11	#mem_ka8g2_dpi_2
+0e	#mem_ka8g2_dpi_3
+
+mem_sensor_3212_init:
+09 5a
+26 34
+19 04
+09 00
+ff ff
+
+mem_sensor_3205_init:
+09 5a
+0d 10
+1d ed
+7d 80
+ff ff
+
+mem_sensor_8650_init:
+09 5a
+ff 27
+ab 40
+b3 56
+9b e6
+a8 12
+a9 c0
+be e6
+a5 af
+a0 21
+a1 02
+b8 10
+b9 0b
+a7 ff
+b5 d0
+b6 00
+ff 00
+09 00
+ff ff	
+
+mem_sensor_ka8ul_init:
+09 5a
+0d 10
+0e c5
+5b 9a
+10 38
+11 42
+28 28
+41 23
+49 39
+4a b0
+4b a0
+4c 90
+4d 70
+09 00
+ff ff	
+
+mem_sensor_8009_init:
+09 5a
+06 02
+09 69
+0d 48
+0e 9f
+0f ba
+09 00
+ff ff	
+
+mem_sensor_ka8g2_init:
+09 a5
+46 34
+60 07
+69 04
+7d 20
+7e 00
+09 00
+ff ff
+
+mem_sensor_poweron_init:
+09 5a
+0b f3
+09 00
+ff ff
+
+mem_sensor_ka8g2_poweron_init:
+09 a5
+0b f3
+09 00
+ff ff
+
+
+
Index: sched/mouse_enhanced.dat
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/sched/mouse_enhanced.dat	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/sched/mouse_enhanced.dat	(working copy)
@@ -0,0 +1,341 @@
+
+#mem_patch06:80
+mem_patch07:20
+mem_patch08:40
+mem_patch09:50
+mem_patch0a:04
+mem_patch0b:c4
+mem_patch0e:01
+mem_patch1c:08
+mem_patch2b:02
+
+
+
+mem_mouse_flag:
+#mouse flag byte1
+#bit0 MOUSE_SELECT_DEVICE_FLAG
+#bit1 MOUSE_24G_PAIRING_FLAG
+#bit2 MOUSE_STORE_EEPROM_FLAG
+#bit3 MOUSE_BT_CANNEL_RECONN_FLAG
+#bit4 MOUSE_LOW_VOLTAGE_FLAG
+#bit5 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG
+#bit6 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG
+00
+
+#mouse flag byte2
+#bit0 MOUSE_ENABLE_BLE_RANDOM_ADDRE
+#bit1 MOUSE_ENABLE_2K_EEPROM
+#bit2 MOUSE_ENABLE_INIT_DELAY
+#bit3 MOUSE_ENABLE_WAKEUP_FROM_POWER
+#bit4 MOUSE_ENABLE_16M
+#bit5 MOUSE_ENABLE_USB
+09
+
+#mouse flag byte3
+#bit0 MOUSE_ENABLE_SPI2
+#bit1 MOUSE_ENABLE_24G
+#bit2 MOUSE_ENABLE_FLASH
+#bit3 MOUSE_ENABLE_EEPROM
+#bit4 MOUSE_ENABLE_ADC
+#bit5 MOUSE_ENABLE_KEYBOARD
+#bit6 MOUSE_ENABLE_24G_SEARCH_DONGLE
+#bit7 MOUSE_ENABLE_OTP
+c2
+
+#mouse flag byte4
+#bit0 MOUSE_ENABLE_24G_250Hz
+#bit1 MOUSE_ENABLE_24G_500Hz
+#bit2 MOUSE_ENABLE_24G_1000
+#bit3 MOUSE_ENABLE_BT_125Hz
+#bit4 MOUSE_ENABLE_DPI_LEVEL_4
+#bit5 MOUSE_ENABLE_USB_250
+#bit6 MOUSE_ENABLE_USB_500
+#bit7 MOUSE_ENABLE_USB_1000
+01
+
+#mouse flag byte5
+#bit0 MOUSE_ENABLE_POWER_ON_LED
+#bit1 MOUSE_ENABLE_LOW_VOLTAGE_LED
+#bit2 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED
+#bit3 MOUSE_ENABLE_LOW_VOLTAGE_LED_BLINK_N_SECOND
+#bit4 MOUSE_ENABLE_4_LED
+#bit5 MOUSE_ENABLE_DPI_FOR_4_LED
+#bit6 MOUSE_ENABLE_BT2_FOR_4_LED
+#bit7 MOUSE_ENABLE_LOW_V_FOR_4_LED
+00
+
+#mouse flag byte6 
+#bit0 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON
+#bit1 MOUSE_ENABLE_SELECT_DEVICE_BY_PB_BUTTON
+#bit2 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO
+#bit3 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC
+#bit4 MOUSE_ENABLE_DPI_KEY_CONNECT_GND
+#bit5 MOUSE_ENABLE_PB_BUTTON_CONNECT_GND
+#bit6 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
+#bit7 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING
+00
+
+#mouse flag byte7
+#bit0 MOUSE_ENABLE_AUTO_24G_PARING
+#bit1 MOUSE_ENABLE_24G_POWER_ON_PAIRING
+#bit2 MOUSE_ENABLE_COMMBINATION_KEY_BY_24G_PAIRING
+#bit3 MOUSE_ENABLE_BT_RECONNECT_TIMEOUT_ENTER_DISCOVERY
+#bit4 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY
+#bit5 MOUSE_ENABLE_COMMBINATION_KEY_BY_BT_DISCOVERY
+#bit6 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY
+#bit7 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY
+03
+
+#mouse flag byte8
+#bit0 MOUSE_ENABLE_SMOOTHER
+#bit1 MOUSE_ENABLE_XY_OFFSET
+#bit2 MOUSE_ENABLE_24G_AUTO_PAIR_NERVER_BEEN_PAIRED
+#bit3 MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL
+#bit4 MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
+#bit5 MOUSE_ENABLE_24G_2M_PHY
+#bit6 MOUSE_ENABLE_DOUBLE_DPI_KEY
+#bit7 MOUSE_ENABLE_24G_NEW_REVISION
+bb
+
+
+mem_mouse_param_config:
+01  #mem_lbutton_gpio
+06  #mem_mbutton_gpio
+03  #mem_rbutton_gpio
+01  #mem_bk_button_gpio
+03  #mem_fw_button_gpio
+06  #mem_dpi_button_gpio
+0a  #mem_whee_a_data_gpio
+05  #mem_whee_b_data_gpio
+08  #mem_mouse_sensor_sclk_gpio
+09  #mem_mouse_sensor_sdio_gpio
+ff  #mem_select_sensor_angle_gpio
+00  #mem_sensor_angle_default
+00  #mem_sensor_angle_switch
+00  #mem_config_sensor_dpi	#power on default dpi 00--1200  01--1600
+ff  #mem_whee_ta_data_gpio
+ff  #mem_whee_tb_data_gpio
+ff  #mem_matrix_public_gpio
+ff  #mem_config_select_device_button_gpio
+ff  #mem_customer_key_gpio
+ff  #mem_sensor_motion_gpio
+ff  #mem_device_switch_gpio
+0c  #mem_mouse_reuse_2ice_gpio
+ff  #mem_config_low_voltage_alarm_gpio
+ff  #mem_config_device_24g_led_gpio
+ff  #mem_config_device_bt1_led_gpio
+ff  #mem_config_device_bt2_led_gpio	
+ff  #mem_dpi_led_gpio 
+ff  #mem_dpi_another_button_gpio
+ff  #mem_firebutton_gpio
+ff  #mem_mouse_1io2led_multi_24g_gpio
+ff  #mem_mouse_1io2led_multi_bt1_gpio
+ff  #mem_mouse_1io2led_multi_bt2_gpio
+ff  #mem_mouse_logo_led_gpio
+
+
+#mouse sensor angle
+#0x00 MOUSE_6CLK_ANGLE
+#0X01 MOUSE_9CLK_ANGLE
+#0X02 MOUSE_12CLK_ANGLE
+#0X03 MOUSE_3CLK_ANGLE
+
+mem_mouse_ice_sdio_for_sensor_angle:00	#00 disable, 01 enable
+
+mem_device_option:08
+mem_device_flag:00	#00--24g 01--bt
+mem_device_number:01   #01--only 2.4g   10--2.4g+ble
+
+#ui
+mem_ui_button_gpio:ff
+mem_ui_button_timeout:1e
+mem_ui_led_struct_num:00
+mem_ui_led_struct_ptr:mem_mouse_led_type
+
+#rf
+mem_tx_power:0a	#00--0db 01--3db  02--5db  03--f3db  04--f5db
+#mem_rssi_buff_index:07
+#mem_rssi_signal_buf_ptr:mem_mouse_rssi_signal_buf
+#mem_rssi_dis_min_24g_init:85
+#mem_rssi_dis_max_24g_init:90
+#mem_rssi_dis_min_ble_init:75
+#mem_rssi_dis_max_ble_init:80
+#mem_rssi_hex_received_max_value_init:63
+#mem_power_ctrl_pac_succ_cnt_init:7d
+mem_power_ctrl_disable:01	#01,disable   00,enable
+mem_tx_power_factory_param:42 00		#f50dbm
+
+
+#led
+mem_mouse_low_v_led_blink_time:90 01		#200ms on,200ms off
+mem_mouse_dpi_led_blink_time:90 01			#200ms on,200ms off
+mem_mouse_disconvey_led_blink_time:e8 03
+mem_mouse_device_poweron_timer_count_init:14
+
+#1io2led multi start
+mem_mouse_1io2led_led_enable:00			#00:close 	01:open
+mem_mouse_bt_led_recon_effect_flag:00		#00:close 	01:open
+mem_mouse_multi_led_poweron2s_flag_init:00	#00:close 01:open
+mem_mouse_multi_led_powon2s_timer_init:14	#2s
+mem_mouse_multi_led_blink_timer_init:03
+
+#log led
+mem_mouse_logo_led_on_time_init:58 02	#1min
+
+
+#adc
+mem_adc_read_time_init:0a
+mem_adc_config_flag_init:02   #00-vinlpm   01-hvin   02-gpio
+mem_adc_low_volatage_led_blink_timer:64 00
+mem_adc_channel:04       
+#00-gpio4   
+#01-gpio5   
+#02-gpio6  
+#03-gpio7
+#04-gpio9  
+#05-gpio10  
+#06-gpio11  
+#07-gpio12
+
+
+#2.4g
+mem_24g_lap:11 21 31 41 51 61
+mem_24g_data_type:01	#01--mouse  02--keyboard
+mem_24g_fast_conn_enable:01
+mem_24g_fast_conn_addr:0f 0f 0f 0f
+mem_mouse_commbination_key_24g:03 #03--LR  05--LM  06--RM  07---LMR
+mem_24g_ch_map_update:00   #00--disable   01--enable
+mem_24g_long_sleep_set_level:02    #00--30ms   01--50ms  02--80ms  03--100ms
+mem_24g_disable_fec1:01	 #00--default mode  01--new process
+
+mem_24g_rx_window:c0 12     #400us  ## e0 2e#1ms #transmitter long range min:520us
+
+mem_mouse_24g_short_sleep_set_4ms:78 7e 00
+mem_mouse_24g_long_sleep_set_4ms:80 bb 00
+mem_mouse_24g_fast_hop_count_4ms:0f
+mem_mouse_24g_tsniff_4ms:80 bb 00 00
+
+mem_mouse_24g_short_sleep_set_8ms:50 39 01
+mem_mouse_24g_long_sleep_set_8ms:00 77 01
+mem_mouse_24g_fast_hop_count_8ms:1e
+mem_mouse_24g_tsniff_8ms:00 77 01 00
+
+mem_mouse_sleep_deal_type:01
+
+
+mem_mouse_24g_pair_tx_power:94 #-20dBm
+mem_mouse_24g_pair_timeout_init:08 00  #800ms	    24g reconn timer&pair timer
+
+mem_24g_enter_hibernate:00 48 60
+mem_24g_long_sleep_param_update_timer_init:2c 01	#30s
+mem_24g_transmit_by_interrupt_exit_count_init:50 00
+mem_mouse_24g_reconn_timeout_init:05 #500ms
+mem_mouse_24g_power_on_fast_conn_timer:05 00	#500ms
+mem_mouse_24g_search_dongle_time_init:64 00	#10s
+mem_store_information_delay_timer_init:05
+
+
+mem_mouse_dpi_seting:
+03	#mem_320x_dpi_0
+04	#mem_320x_dpi_1
+01	#mem_320x_dpi_2
+02	#mem_320x_dpi_3
+
+20	#mem_3212_dpi_0
+2a	#mem_3212_dpi_1
+3f	#mem_3212_dpi_2
+15	#mem_3212_dpi_3
+
+14	#mem_ka8g2_dpi_0
+1b	#mem_ka8g2_dpi_1
+11	#mem_ka8g2_dpi_2
+0e	#mem_ka8g2_dpi_3
+
+mem_sensor_3212_init:
+09 5a
+26 34
+19 04
+09 00
+ff ff
+
+mem_sensor_3205_init:
+09 5a
+0d 10
+1d ed
+7d 80
+ff ff
+
+mem_sensor_8650_init:
+09 5a
+ff 27
+ab 40
+b3 56
+9b e6
+a8 12
+a9 c0
+be e6
+a5 af
+a0 21
+a1 02
+b8 10
+b9 0b
+a7 ff
+b5 d0
+b6 00
+ff 00
+09 00
+ff ff	
+
+#mem_sensor_ka8ul_init:
+#09 5a
+#0d 10
+#0e c5
+#5b 9a
+#10 38
+#11 42
+#28 28
+#41 23
+#49 39
+#4a b0
+#4b a0
+#4c 90
+#4d 70
+#09 00
+#ff ff	
+
+mem_sensor_8009_init:
+09 5a
+06 02
+09 69
+0d 48
+0e 9f
+0f ba
+09 00
+ff ff	
+
+mem_sensor_ka8g2_init:
+09 a5
+46 34
+60 07
+69 04
+7d 20
+7e 00
+09 00
+ff ff
+
+mem_sensor_poweron_init:
+09 5a
+0b f3
+09 00
+ff ff
+
+mem_sensor_ka8g2_poweron_init:
+09 a5
+0b f3
+09 00
+ff ff
+
+
+
+
+
Index: util/crc16.exe
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

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

Property changes on: util/eeprom2fulleeprom.exe
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: util/eeprom2fulleeprom.pl
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/util/eeprom2fulleeprom.pl	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/util/eeprom2fulleeprom.pl	(working copy)
@@ -0,0 +1,18 @@
+
+
+
+$source_file = $ARGV[0];
+$eeprom_size = $ARGV[1];
+
+open(EEP,"$source_file") or die("cannot open files");
+for ($i = 1 ;$i<=$eeprom_size*128-2;$i++)
+{
+
+    while (<EEP>) { 
+        $c = hex();
+        printf "%02x\n", $c;
+        $i++;
+    }
+
+	printf "FF\n";
+}
Index: util/eeprom2otp.pl
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/util/eeprom2otp.pl	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/util/eeprom2otp.pl	(working copy)
@@ -0,0 +1,24 @@
+
+#鏀瑰墠涓変釜瀛楄妭涓0200锛
+#杈撳叆涓涓枃浠讹紝杈撳嚭涓涓枃浠讹紱
+
+if(@ARGV < 2) {
+	printf "less files\n";
+	exit;
+}
+else{
+	open(file, $ARGV[0]) or die "Can't open  file  : $!"; 
+	open(file_out, ">$ARGV[1]")or die "Can't open out file  : $!"; 
+	@lines = <file>;
+	$length = @lines;
+	
+	my $j=2;
+	print file_out "00\n01\n";
+	while($j<$length){
+			print file_out "$lines[$j]";
+			$j++;
+	}
+#	print "----- reverse end -----";
+	close(file);
+	close(file_out);
+}
Index: util/mergepatch.pl
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/util/mergepatch.pl	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/util/mergepatch.pl	(working copy)
@@ -0,0 +1,335 @@
+#!/usr/bin/perl
+$defs = "";
+
+sub alloc {
+	my($end, %mc) = @_;
+	my(%eadr) = ();
+	my($tstr, $str, $i, $j, $addr);
+	my($tstr) = "";
+	
+	foreach $i (sort keys %mc) {
+		if($i =~ /(.+)_(.+)/ && exists($eadr{$1})) {
+			$addr = $eadr{$1};
+		} else {
+			$addr = $end;
+		}
+		for($j = 0;$j <= $#{$mc{$i}};$j++) {
+			if($mc{$i}[$j] =~ /^\s*([0-9]+)\s+([a-zA-Z0-9_]+)\s*(.*)$/) {
+				$str = sprintf "0x%04x %s%s\n", $addr, $2, $3;
+				$var{$2} = $addr;
+				$addr += $1;
+				$tstr .= $str;
+			}
+		}
+		$eadr{$i} = $addr;
+	}
+	if($addr > 0x4000) {
+		$xend = $addr if($addr > $xend);
+	} else {
+		$bend = $addr if($addr > $bend);
+	}
+	return $tstr . "\n";
+}
+
+
+sub malloc {
+	$path="output/bt_format.meta";
+	open file, $path;
+	@f = <file>;
+	close file;
+	open file, ">$path";
+	$path =~ s/\/.*//;
+	open file1, ">output/memmap.format";
+	$xaddr = 0x4000;
+	$addr = 0;
+	if($#ARGV == 1) {
+		$addr = hex($ARGV[0]);
+		$xaddr = hex($ARGV[1]);
+	}
+	for($i = 0, $ocnt = 0;$i < @f;$i++) { 
+		$_ = $f[$i];
+		$start = 1 if(/^\s*memalloc\s*\(\s*$/);		# allocate from 0
+		$start = 2 if(/^\s*xmemalloc\s*\(\s*$/);	# allocate from 4000
+		$start = 3 if(/^\s*omemalloc\s*\(\s*$/);	# allocate after all xmemalloc, mutex from each other(obsolete, for compatibility)
+		if(/^\s*([ax]*)memalloc\s+([a-zA-Z_0-9]+)\s*\(\s*$/) {
+			$start = $1 eq 'a' ? 5 : $1 eq 'x' ? 6 : 7;
+			$basev = $2;
+		}
+		if($start) {
+			if(/^\s*([a-zA-Z0-9_]+)\s+([a-zA-Z0-9_]+)\s*(.*)$/ && exists($def2{$1})) {		# macro for size
+				$_ = sprintf("%s %s %s", $def2{$1}, $2, $3);
+			}
+			if(/^\s*([0-9]+)\s+([a-zA-Z0-9_]+)\s*(.*)$/) {
+				if($start == 1) {
+					$str = sprintf "0x%04x %s%s\n", $addr, $2, $3;
+					$var{$2} = $addr;
+					$addr += $1;
+					$bstr .= $str;
+				} elsif($start == 2) {
+					$str = sprintf "0x%04x %s%s\n", $xaddr, $2, $3;
+					$var{$2} = $xaddr;
+					$xaddr += $1;
+					$xstr .= $str;
+				} else {
+					push @ostr, $_;
+				}
+			}
+			if(/^\s*\)\s*$/) {
+				if(@ostr > 0) {
+					if($start == 3) {
+						push @{$xmalloc{$ocnt}}, @ostr;
+						$ocnt++;
+					} elsif($start == 5) {
+						push @aaddr,$basev;
+						push @amalloc,[@ostr];
+					} elsif($start == 6) {
+						push @{$xmalloc{$basev}}, @ostr;
+					} elsif($start == 7) {
+						push @{$malloc{$basev}}, @ostr;
+					} 
+				}
+				$start = 0;
+				@ostr = ();
+			}
+		} else {
+			$def2{$2} = $1 if(/^\s*([0-9]+)\s+([a-zA-Z0-9_]+)\s*(.*)$/);
+			$sstr .= $_;
+		}
+	}
+	
+#--------------------- o/x/memalloc process -----------------------
+	$bend = $addr, $xend = $xaddr;
+	$bstr .= alloc($addr, %malloc);
+	$xstr .= alloc($xaddr, %xmalloc);
+
+#--------------------- amemalloc process -----------------------
+	for($i = 0;$i <= $#aaddr;$i++) {
+		for($j = 0, $addr = $aaddr[$i] =~ /^0x([0-9a-f]+)/ ? hex($1) : $var{$aaddr[$i]};$addr != 0 && $j <= $#{$amalloc[$i]};$j++) {
+			if($amalloc[$i][$j] =~ /^\s*([0-9]+)\s+([a-zA-Z0-9_]+)\s*(.*)$/) {
+				$str = sprintf "0x%04x %s%s\n", $addr, $2, $3;
+				$addr += $1;
+				if($addr < 0x4000) {
+					$bstr .= $str;
+				} else  {
+					$xstr .= $str;
+				}
+			}
+		}
+	}
+
+	
+	print file $bstr, $xstr, $sstr;
+	print file1 $bstr, $xstr;
+	close file;
+	close file1;
+	printf "\nLast allocated address is %04x\n", $bend;
+	printf "\nLast allocated xmem address is %04x\n", $xend;
+}
+
+
+sub getdefs {
+	my($def) = @_;
+	my(@ifdefs) = split(/\s*\|\s*/, $def);
+	my $v = 0;
+	foreach (@ifdefs) {
+		s/\s//g;
+		$v = 1 if($defs =~ /(^|\s)$_(\s|$)/);
+	}
+	return $v;
+}
+
+sub parseif {
+	my($fname) = @_;
+	open file, $fname;
+	@f = <file>;
+	close file;
+	open file, ">$fname";
+	@valid = (1);
+	for($i = 0;$i < @f;$i++) { 
+		$_ = $f[$i];
+		s/\/\*.*\*\///g;
+		$comment = 1 if(/\/\*/ && !/\/\//);
+		if($comment) {
+			$comment = 0 if(/\*\//);
+			next;
+		}
+		if(/^\s*ifdef\s+(.+)$/) {
+			$v = getdefs($1) ? 1 : 0;
+			push @valid, $v & $valid[$#valid];
+		} elsif(/^\s*ifndef\s+(.+)$/) {
+			$v = getdefs($1) ? 0 : 1;
+			push @valid, $v & $valid[$#valid];
+		} elsif(/^\s*else/) {
+			printf "%s\nelse without if at line %d\n", $f[$i - 3], $i if($#valid == 0);
+			if($#valid == 0) {
+				for($j = -10;$j < 10;$j++) {
+					print $f[$i + $j];
+				}
+				last;
+ 				$i = $i;
+			}
+			$valid[$#valid] = (1 - $valid[$#valid]) & $valid[$#valid - 1];
+		} elsif(/^\s*endif/) {
+			printf "%s\nendif without if at line %d\n", $_, $i if($#valid == 0);
+			if($#valid == 0) {
+				for($j = -10;$j < 10;$j++) {
+					print $f[$i + $j];
+				}
+				last;
+ 				$i = $i;
+			}
+			pop @valid;
+		} elsif($valid[$#valid]) {
+			if(/^include\s+(.+)\s*/) {
+				open file2, "program/$1";
+				@f2 = <file2>;
+				close file2;
+				splice(@f, $i + 1, 0, @f2);
+			} else {
+			if(/^define\s+(\w+)\s*/) {
+				$defs .= $1 . " " 
+			}
+				print file $_;
+			}
+		}
+	}
+	close file;
+}
+
+sub genpatch
+{
+	print "genpatch\n";
+	$patched = 0;
+	open file,"output/bt_program23.meta";
+	while(<file>) {
+		if(/^\s*beq\s+patch([0-9a-f]+)_([0-7]),/) {
+			$a = hex($1), $b = hex($2);
+			$bits[$a] |= 1 << $b;
+			$patched = 1;
+		}
+	}
+	close file;
+	return if(!$patched);
+	open file,"output/sched.rom";
+	@sched = <file>;
+	close file;
+	for($j = 0;$j < 0x40;$j++) { 
+		$s .= sprintf ("%02x   #mem_patch%02x\n", $bits[$j], $j);
+	}
+	$s .= "\n\n";
+	for($i = $skip = 0;$i < @sched;$i++) {
+		$_ = $sched[$i];
+		if($skip > 0 && /:/) {
+			splice(@sched, $skip, $i - $skip, $s);
+			last;
+		}
+		$skip = $i + 1 if(/^mem_patch00:\s*$/);
+	}
+	if($skip == 0) {
+		$s = "mem_patch00:\n" . $s;
+		splice(@sched, 0, 0, $s);
+	}
+	open file,">output/sched.rom";
+	for($i = 0;$i < @sched;$i++) { print file $sched[$i]; }
+	close file;
+}
+
+sub zcode {
+	open file, "output/bt_program23.meta";
+	@f = <file>;
+	close file;
+	for($i = $label = $line[0] = 0, $z = 1;$i < @f;$i++) {
+		$_ = $f[$i];
+		$line[0] = $i - 1 if(/^org\s+0x([23]000|800)/ && $line[0] == 0);
+		if(/^org z\s*$/) {
+			$line[$z/0x10000 + 1] = $i - 1;
+			$z += 0x10000;
+			$f[$i] = sprintf("org 0x%x\n", $z);
+			$label = 1;
+		}
+		if(/^(\w+):\s*$/ && $label == 1) {
+			$lab{$1} = $z;
+			$label = 2;
+		}
+	}
+	return if($z == 1);
+	$line[$z/0x10000 + 1] = $i - 1;
+	for($i = 0;$i < @f;$i++) {
+		$_ = $f[$i];
+		$label = "";
+		if(/^\s*(branch|nbranch|call|ncall|setarg)\s+(\w+)\s*$/ || /^\s*(branch|nbranch|call|ncall|arg)\s+(\w+)\s*,\s*(\w+)\s*$/) {
+			$label = $2;
+		}
+		if(/^\s*(bmark|beq|bne|bbit[01])\s+(\w+)\s*,\s*(\w+)\s*$/) {
+			$label = $3;
+		}
+		$branch = /^\s+branch\s+$label\s*$/ ? 1 : 0;
+		if(exists($lab{$label})) {
+			$nlabel = "jmpz_" . $label;
+			$f[$i] =~ s/$label/eval "$nlabel"/e;
+			if($lab{$label} > 100) {
+				$z = int($lab{$label}/0x1000);
+				$l = $i < $line[1] ? $line[0] : $line[$z/10 - 1];
+				if($branch && $i >= $line[1]) {
+					$f[$i] = sprintf("\tsetarg 0x%x\n\tbranch p_zcode_entrance_2Bytes_common\n\n", $z);
+				} else {
+					$f[$l] .= sprintf("%s:\n\tsetarg 0x%x\n\tbranch p_zcode_entrance_2Bytes_common\n\n", $nlabel, $z);
+				}
+				$lab{$label} = 1;
+			}
+		}
+	}
+	open file, ">output/bt_program23.meta";
+	for($i = 0;$i < @f;$i++) {
+		if($f[$i] =~ /^\s*bbit1 8,pf_patch_ext\s*$/) {
+			printf file ("p_start:\n\tbranch p_patch_array\n\np_zcode:\n");
+			for($j = 0;$j < 63;$j++) {
+				printf file "\tnop %d\n", $j + 1;
+			}
+			printf file "p_patch_array:\n";
+		}
+		print file $f[$i];
+	}
+	close file;
+}
+
+sub authrom {
+	$addr = 0x9000;
+	foreach $s (@ARGV) {
+		open f, "../sched/authrom/" . $s . ".dat" or die "cannot open dat file $s";
+		@ff = <f>;
+		close f;
+		foreach (@ff) { $_ =~ s/\s//g;push @auth, $_ . "\n"; }
+		printf "0x%x %s_ADDR\n", $addr, uc($s);
+		$addr += $#ff + 1;
+	}
+	open f,">auth.rom";
+	print f @auth;
+	close f;
+	open f,"romcode.rom" or return;
+	@rom = <f>;
+	close f;
+	for($i = 0, $j = $#rom - 0x1ff;$i < 0x200;$i++,$j++) {
+		for($k = 0, $l = "";$k < 4;$k++) {
+			$_ = $auth[$i*4 + $k];
+			s/\s//g;
+			$_ = "00" if(/^$/);
+			$l =  $_ . $l;
+		}
+		$rom[$j] = $l . "\n";
+	}
+	open f,">romcode.rom";
+	print f @rom;
+	close f;
+}
+
+if(@ARGV > 0) {
+	authrom();
+	exit;
+}
+
+parseif("output/bt_program23.meta");
+parseif("output/bt_format.meta");
+genpatch() if($defs !~ / SIM /);
+malloc();
+zcode();
Index: util/patch.pl
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/util/patch.pl	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/util/patch.pl	(working copy)
@@ -0,0 +1,49 @@
+#!/usr/bin/perl
+
+
+
+@dirs = (".");
+while(@dirs){
+   $d = $dirs[0];
+   opendir folder, $d || die "Can not open this directory";
+   @filelist = readdir folder; 
+   closedir folder;
+   foreach (@filelist) {
+      $f = $d . "/" . $_;
+      next if($_ eq "." || $_ eq "..");
+      push(@dirs, $f) if(-d $f) ;
+      push(@files,$f) if(-f $f);
+    }
+   shift @dirs;
+}
+
+for($i = 0;$i < @files;$i++) {
+	if($files[$i] =~ /bt\.prog/) {
+		($files[$i],$files[0]) = ($files[0],$files[$i]);
+		last;
+	}
+}
+
+
+for($i = $byte = $bit = 0;$i < @files;$i++) {
+	next if($files[$i] =~ /patch\.prog|sim\.prog/ || $files[$i] !~ /\.prog/);
+	open(FILE, $files[$i]) or next;
+	@file = <FILE>;
+	close FILE;
+	open(FILE, "> $files[$i]");
+	for($j = 0;$j < @file;$j++) {
+		$_ = $file[$j];
+		if(/bpatch.*,.*/) {
+			printf FILE "\t%s patch%02x_%d,mem_patch%02x\n", $byte > 31 ? "bpatchx" : "bpatch" , $byte, $bit, $byte;
+			if(++$bit > 7)
+			{
+				$bit = 0;
+				$byte++;
+			}
+		} else {
+			print FILE $_;
+		}
+	}
+	close(FILE);
+}
+printf "Total patches : %d, last patch number is:%02x bit %d\n", $byte*8+$bit, $byte, $bit;
Index: util/romcrc.pl
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/util/romcrc.pl	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/util/romcrc.pl	(working copy)
@@ -0,0 +1,54 @@
+#!/bin/perl
+sub crc16_ccitt2
+{
+	my($crc, $c) = @_;
+
+  $crc  = ($crc >> 8) | ($crc << 8);
+  $crc ^= $c;
+  $crc ^= ($crc & 0xff) >> 4;
+  $crc ^= $crc << 12;
+  $crc ^= ($crc & 0xff) << 5;
+  $crc &= 0xffff;
+ return $crc;
+}
+
+sub gencrc
+{
+  my($crc, $c) = @_;
+  my($i);
+	$c =~ s/\s//g;
+  for($i = 0;$i < length($c);$i+=2) {
+  	$crc = crc16_ccitt2($crc, hex(substr($c, $i, 2)));
+  }
+  return $crc;
+}
+
+open f,"$ARGV[0]" or die "open romfile fail";
+@txt = <f>;
+close f;
+$len = $len0 = $#txt;
+$len = hex($ARGV[1]) if(@ARGV > 1);
+for($i = 0, $crc = 0xffff;$i < $len;$i++) {
+	if($i <= $len) {
+		$_ = $txt[$i];
+		s/\s//g;
+		$wid = length($_) if($i == 0);
+		$crc = gencrc($crc, $_);
+		$txt[$i] = $_ . "\n";
+	} else {
+		$txt[$i] = join('', map('0', 1..$wid)) . "\n";
+		$crc = gencrc($crc, $txt[$i]);
+	}
+}
+if($wid > 4) {
+	$txt[$len] = join('', map('0', 1..($wid - 4)));
+	$crc = gencrc($crc, $txt[$i]);
+	$txt[$len] .= sprintf("%04x", $crc);
+} else {
+	$txt[$len] .= sprintf("%02x\n%02x\n", $crc >> 8, $crc & 0xff);
+}
+
+printf "%02x\n%02x\n", $crc >> 8, $crc & 0xff;
+open f,">$ARGV[0]";
+print f @txt;
+close f;
Index: util/sortsched.pl
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/util/sortsched.pl	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/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=~/443c:/)
+		{
+			$lap_data = $sched;
+			$lap_flag = 1;
+		}
+		elsif($sched =~ /42b0:/)
+		{
+			$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: util/transform_name2addr.pl
===================================================================
--- /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/util/transform_name2addr.pl	(nonexistent)
+++ /1306ac/branch/mouse/ZXS_Project/1011-N_ZXS_M30-PB/util/transform_name2addr.pl	(working copy)
@@ -0,0 +1,107 @@
+###########################
+#该脚本的功能为：将文件中的寄存器名字改成寄存器地址
+#两者之间的映射关系为$Memmap_path文件中的映射表
+
+$Sched_path=$ARGV[0];
+$Sched_test_path=$ARGV[1];
+$Memmap_path=$ARGV[2];
+open(Sched,$Sched_path)||die("Cannot open files\n");
+@sched=<Sched>;
+close(Sched);
+open(Sched_test,">$Sched_test_path");
+print Sched_test ("");
+close(Sched_test);
+open(Sched_test,">$Sched_test_path");
+open(Memmap,$Memmap_path)||die("Cannot open files\n");
+@memmap=<Memmap>;
+close(Memmap);
+$type_add=0;
+$type_exchange=0;
+foreach $sched(@sched)
+{
+	$sched_begin = $sched;
+	@Sched = split(/[#]+/, $sched);
+	$sched = @Sched[0];
+	@Sched[0] = "";
+	if($sched =~ /mem[\w]+/)
+	{
+		@memmap_name = split(/[\W]+/, $sched);
+		foreach $memmap_name(@memmap_name)
+		{
+			if($memmap_name =~ /mem[\w]+/)
+			{
+				$Memmap_name=$memmap_name;
+				$type_add = 0;
+				$type_exchange = 0;
+				if($sched =~ /$Memmap_name[+]/)
+				{
+					$type_add = 1;#修改的类型第一种，加
+					@ADD_Num=split(/[^0-9\+xa-fA-F]/,$sched);
+					foreach $ADD_Num(@ADD_Num)
+					{
+						if($ADD_Num =~ /\+/)
+						{
+							if($ADD_Num =~ /0x/)
+							{
+								@add_num = split(/\+0x/,$ADD_Num);
+								$add_num1 =@add_num[1];
+								$add_num_begin = "0x".$add_num1;
+								$add_num = hex($add_num1);
+							}
+							else
+							{
+								@add_num = split(/\+/,$ADD_Num);
+								$add_num1 =@add_num[1];
+								$add_num_begin = $add_num1;
+								$add_num = int($add_num1);
+							}
+						}#$add_num是匹配出的需要加的数值，字符串形式
+					}
+				}
+				if($sched =~ /[:] *\t*$Memmap_name/)
+				{
+					$type_exchange = 1;#修改的类型第二种，高低位交换
+				}
+				foreach $memmap(@memmap)
+				{
+					if($memmap =~ /$Memmap_name/ && $memmap !~ /$Memmap_name[\w]+/)
+					{
+						@Memmap=split(/[ \t\n]/,$memmap);
+						$memmap_address=@Memmap[0];
+						$memmap_address =~ s/0x//;
+						if($type_add==1)
+						{
+							$memmap_address_D = hex($memmap_address);
+							$memmap_address_D = $memmap_address_D+$add_num;
+							$memmap_address_H = sprintf("%x", $memmap_address_D);
+							$memmap_address = $memmap_address_H;
+							$memmap_address_add_finish = $memmap_address;
+							$sched_begin =~ s/$Memmap_name\+$add_num_begin/$memmap_address/;
+						}
+						if($type_exchange==1)
+						{
+							$memmap_address_High = substr($memmap_address,0,2);
+							$memmap_address_Low = substr($memmap_address,2,2);
+							$memmap_address = $memmap_address_Low." ".$memmap_address_High;
+							if($type_add==0)
+							{
+								$sched_begin =~ s/$Memmap_name/$memmap_address/;
+							}
+							else
+							{
+								$sched_begin =~ s/$memmap_address_add_finish/$memmap_address/;
+							}
+						}
+					}
+				}
+				$sched_begin =~ s/$Memmap_name/$memmap_address/;
+			}
+		}
+		printf Sched_test ("%s",$sched_begin);
+	}
+	else
+	{
+		printf Sched_test ("%s",$sched_begin);
+	}	
+}
+close(Sched_test);
